.logo__img-file {
  height: 42px;
  width: auto;
  filter: brightness(0) invert(1);
  object-fit: contain;
  transition: opacity .2s;
}
.logo__img-file:hover { opacity: .85; }
.logo__img-file--footer {
  height: 36px;
  filter: brightness(0) invert(1);
  opacity: .75;
}

.hero {
  background: var(--midnight);
  min-height: calc(100vh - var(--header-h));
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.hero__bg-scene {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.hero__bg-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero__title {
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.12;
  letter-spacing: -0.03em;
}
.hero__title-accent { color: var(--yellow); }

.hero__sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.68);
  line-height: 1.7;
  max-width: 46ch;
  font-weight: 300;
}

.hero__cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.hero__trust {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 8px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.hero__trust-item { display: flex; flex-direction: column; gap: 2px; }
.hero__trust-num  { font-size: 1.2rem; font-weight: 700; color: var(--yellow); }
.hero__trust-label { font-size: 0.78rem; color: rgba(255,255,255,0.5); font-weight: 300; }
.hero__trust-sep { width: 1px; height: 32px; background: rgba(255,255,255,0.15); }

.hero__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.hero__card-main {
  width: 340px;
  padding: 26px;
  position: relative;
  z-index: 4;
  animation: floatY 4.2s ease-in-out infinite;
  box-shadow: 0 24px 64px rgba(19,36,65,0.35);
}
.hero__card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}

.hero__card-float {
  position: absolute;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  z-index: 5;
  padding: 14px 18px;
  white-space: nowrap;
  backdrop-filter: blur(4px);
}

.hero__card-float--1 {
  top: 0px;
  right: -30px;
  animation: floatY 3.4s ease-in-out infinite 0.3s;
}
.hero__card-float--2 {
  bottom: 40px;
  left: -24px;
  animation: floatY 3.8s ease-in-out infinite 0.8s;
}
.hero__card-float--3 {
  top: 60px;
  left: -36px;
  animation: floatY 4.0s ease-in-out infinite 1.2s;
}
.hero__card-float--4 {
  bottom: 130px;
  right: -36px;
  animation: floatY 3.2s ease-in-out infinite 0.5s;
}
.hero__card-float--5 {
  bottom: -10px;
  right: 20px;
  animation: floatY 4.4s ease-in-out infinite 1.6s;
}

.stats-bar {
  background: var(--powder-light);
  border-top: 1px solid var(--powder);
  border-bottom: 1px solid var(--powder);
  padding: 28px 0;
}
.stats-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.stats-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 0 48px;
}
.stats-num  { font-size: 1.6rem; font-weight: 700; color: var(--midnight); }
.stats-label { font-size: 0.82rem; color: var(--text-secondary); font-weight: 300; }
.stats-sep {
  width: 1px; height: 40px;
  background: var(--powder);
  opacity: 0.6;
}

.benefits {
  padding: 96px 0;
  background: var(--white);
}
.benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.benefit-card {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.benefit-icon {
  width: 52px; height: 52px;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefit-icon svg { width: 24px; height: 24px; }
.benefit-icon--blue   { background: var(--powder-soft);          color: var(--midnight); }
.benefit-icon--yellow { background: var(--yellow-soft);          color: var(--midnight); }
.benefit-icon--green  { background: rgba(52,211,153,0.12);       color: #065f46; }
.benefit-icon--powder { background: rgba(135,187,215,0.25);      color: var(--midnight); }

.benefit-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--midnight);
}
.benefit-text {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--text-secondary);
  font-weight: 300;
}

.how {
  padding: 80px 0;
  background: var(--cloud);
  border-top: 1px solid #e5e0d8;
  border-bottom: 1px solid #e5e0d8;
}
.how__steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}
.how-step {
  flex: 1;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  padding: 0 16px;
}
.how-step__num {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--midnight);
  color: var(--yellow);
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.how-step__title { font-size: 1rem; font-weight: 700; color: var(--midnight); }
.how-step__text  { font-size: 0.875rem; line-height: 1.65; color: var(--text-secondary); font-weight: 300; }
.how__arrow { flex-shrink: 0; padding-top: 22px; padding: 22px 8px 0; }

.categories {
  padding: 96px 0;
  background: var(--white);
}
.cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.cat-card {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
}
.cat-card__icon {
  width: 48px; height: 48px;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat-card__icon svg { width: 22px; height: 22px; }
.cat-card__name  { font-size: 1rem; font-weight: 700; color: var(--midnight); }
.cat-card__count { font-size: 0.8rem; color: var(--text-muted); font-weight: 300; }

.reviews {
  padding: 96px 0;
  background: var(--powder-light);
  border-top: 1px solid var(--powder);
}
.reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.review-card { padding: 28px; display: flex; flex-direction: column; gap: 16px; }
.review-card__top { display: flex; align-items: center; gap: 12px; }
.review-card__author { display: flex; flex-direction: column; gap: 2px; }
.review-card__name   { font-size: 0.9rem; font-weight: 700; color: var(--midnight); }
.review-card__role   { font-size: 0.78rem; color: var(--text-muted); font-weight: 300; }
.review-card__text   { font-size: 0.875rem; line-height: 1.7; color: var(--text-secondary); font-style: italic; }
.review-card__meta   { font-size: 0.78rem; color: var(--text-muted); font-weight: 300; border-top: 1px solid var(--border); padding-top: 12px; margin-top: auto; }
.star { width: 14px; height: 14px; color: var(--yellow); fill: var(--yellow); }
.star-empty { color: var(--border); fill: var(--border); }

.cta-banner {
  background: var(--midnight);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.cta-banner__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.cta-banner__content { display: flex; flex-direction: column; gap: 14px; }
.cta-banner__title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  color: var(--white);
  letter-spacing: -0.02em;
}
.cta-banner__sub { font-size: 1rem; color: rgba(255,255,255,0.6); font-weight: 300; }
.cta-banner__actions { display: flex; gap: 16px; flex-wrap: wrap; }
.cta-banner__bg-dot {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  pointer-events: none;
}
.cta-banner__bg-dot--1 { width: 500px; height: 500px; background: var(--powder); top: -200px; right: 100px; }
.cta-banner__bg-dot--2 { width: 300px; height: 300px; background: var(--yellow); bottom: -150px; left: 50px; }

@media (max-width: 1100px) {
  .hero__card-float--3 { display: none; }
  .hero__card-float--5 { display: none; }
}
@media (max-width: 1024px) {
  .benefits__grid, .cat-grid, .reviews__grid { grid-template-columns: repeat(2, 1fr); }
  .stats-item { padding: 0 28px; }
}
@media (max-width: 768px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__visual { display: none; }
  .hero { min-height: auto; padding: 60px 0; }
  .benefits__grid, .cat-grid, .reviews__grid { grid-template-columns: 1fr; }
  .how__steps { flex-direction: column; align-items: center; }
  .how__arrow { transform: rotate(90deg); }
  .stats-bar__inner { flex-wrap: wrap; gap: 20px; }
  .cta-banner__inner { flex-direction: column; text-align: center; align-items: center; }
}

/* ─── CTA Section Responsive Styling ──────────────────────────────── */
.cta-section__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.cta-section__content {
  flex: 1;
}
.cta-section__features {
  display: flex;
  gap: 20px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.cta-section__feature-item {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  gap: 5px;
}
.cta-section__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 220px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .cta-section__inner {
    flex-direction: column;
    text-align: center;
    align-items: stretch;
    gap: 30px;
  }
  .cta-section__features {
    justify-content: center;
  }
  .cta-section__actions {
    min-width: 100%;
  }
}
