.site-header {
  background: var(--color-bg-dark-1);
  padding: 0.5rem 0;
}

.site-header .container {
  max-width: 100%;
}

.hero {
  position: relative;
  min-height: min(100vh, 900px);
  background-color: var(--color-bg-dark-1);
  background-image: url("../assets/img/hero/home_bg_3.jpg");
  background-size: cover;
  background-position: center top;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 0 3.5rem;
}

@media (max-width: 959px) {
  .hero {
    background-image: url("../assets/img/hero/bg_tablet.jpg");
  }
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(11, 14, 24, 0.55) 0%,
    rgba(11, 14, 24, 0.35) 40%,
    rgba(11, 14, 24, 0.65) 100%
  );
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero__inner {
  max-width: 850px;
}

.hero__eyebrow {
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: var(--text-lead);
  line-height: 1.26;
  text-align: center;
  color: var(--color-text-on-dark);
  margin: 0 0 1.25rem;
}

.hero__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: var(--text-h1);
  line-height: 1.06;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--color-text-on-dark);
  margin: 0 0 0.325em;
}

.hero__title strong {
  color: var(--color-accent-soft);
  font-weight: 800;
}

.hero__bullets {
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.hero__bullets li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-family: var(--font-body);
  font-size: clamp(0.875rem, 1.8vw, 1.125rem);
  line-height: 1.3;
  color: var(--color-text-muted-on-dark);
}

.hero__check {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: var(--color-accent);
}

.hero__cta {
  text-align: center;
}

@media (min-width: 720px) {
  .hero__eyebrow,
  .hero__title,
  .hero__bullets li {
    text-align: left;
    justify-content: flex-start;
  }

  .hero__cta {
    text-align: left;
  }
}

.bridge {
  background: var(--color-bg-dark-2);
  padding: 2.5rem 0;
}

.bridge__text {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.125rem, 2.5vw, 1.87rem);
  line-height: 1.38;
  text-align: center;
  color: var(--color-text-on-dark);
  margin: 0 auto;
  max-width: 880px;
}

.reasons-header {
  background: var(--color-surface);
  padding-top: 3.75rem;
  padding-bottom: 3.125rem;
}

.reasons-header__number-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.reasons-header__number {
  width: min(42vw, 170px);
  max-width: 170px;
  height: auto;
}

.reasons-header__display {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: var(--text-display-lg);
  line-height: 1.12;
  text-align: center;
  color: var(--color-text);
  margin: 0 0 0.4em;
}

.reasons-header__display strong {
  color: var(--color-accent-soft);
  font-weight: 800;
}

.reasons-header__sub {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1rem, 2.2vw, 1.87rem);
  line-height: 1.26;
  text-align: center;
  color: var(--color-text);
  margin: 0 auto;
  max-width: 720px;
}

.benefits-grid {
  background: var(--color-surface);
  padding-bottom: 4rem;
}

.mid-cta {
  position: relative;
  min-height: 460px;
  background-color: var(--color-bg-dark-1);
  background-image: url("../assets/img/mid/rocket_1.jpg");
  background-size: cover;
  background-position: 90% 50%;
  display: flex;
  align-items: center;
  padding: 3rem 0;
}

@media (max-width: 959px) {
  .mid-cta {
    background-image: url("../assets/img/mid/rocket_tablet.jpg");
    background-position: center;
  }
}

.mid-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(11, 14, 24, 0.88) 0%,
    rgba(11, 14, 24, 0.45) 55%,
    rgba(11, 14, 24, 0.2) 100%
  );
  pointer-events: none;
}

@media (max-width: 719px) {
  .mid-cta::after {
    background: rgba(11, 14, 24, 0.78);
  }
}

.mid-cta .container {
  position: relative;
  z-index: 1;
}

.mid-cta__inner {
  max-width: 640px;
}

.mid-cta__display {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: var(--text-display-xl);
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin: 0 0 1rem;
  color: var(--color-text-on-dark);
}

.mid-cta__display--accent {
  color: var(--color-accent-soft);
  font-weight: 800;
}

.mid-cta__lead {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1rem, 2.5vw, 1.375rem);
  line-height: 1.27;
  margin: 0 0 1.75rem;
  color: var(--color-text-on-dark);
}

.faq-section {
  background: var(--color-bg-dark-1);
  padding: 3.75rem 0 4rem;
}

.faq-section__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: var(--text-h2-section);
  line-height: 1.1;
  text-align: center;
  margin: 0 0 2.5rem;
  color: var(--color-text-on-dark);
}

.faq-section__title strong {
  color: var(--color-accent-soft);
  font-weight: 800;
}

.faq__list {
  max-width: 800px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

.reviews-section {
  position: relative;
  background-color: var(--color-bg-dark-1);
  background-image: url("../assets/img/reviews/bg_waves.jpg");
  background-size: cover;
  background-position: center top;
  padding: 3.75rem 0 4rem;
}

.reviews-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(11, 14, 24, 0.72) 0%,
    rgba(11, 14, 24, 0.55) 100%
  );
  pointer-events: none;
}

.reviews-section .container {
  position: relative;
  z-index: 1;
}

.reviews-section__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: var(--text-h2-section);
  line-height: 1.2;
  text-align: center;
  margin: 0 0 2.5rem;
  color: var(--color-text-on-dark);
}

.reviews-section__title strong {
  color: var(--color-accent-soft);
  font-weight: 800;
}

.reviews-cta {
  margin-top: 2.5rem;
  text-align: center;
}

.footer-final-cta {
  background: var(--color-bg-dark-1);
  padding: 2.5rem 0 3rem;
  text-align: center;
}

.footer-final-cta__line {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: clamp(1rem, 2.5vw, 1.375rem);
  line-height: 1.37;
  color: var(--color-text-on-dark);
  margin: 0 0 1.5rem;
}

.footer-final-cta__note {
  font-size: var(--text-small);
  color: var(--color-text-muted-on-dark);
  margin: 0 0 1.5rem;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.site-footer {
  background: var(--color-bg-dark-1);
  padding: 1.75rem 0 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand {
  text-align: center;
  margin-bottom: 1rem;
}

.footer-brand .logo-link {
  display: inline-flex;
}

.logo-footer {
  width: 150px;
  height: auto;
}

.footer-social {
  margin-bottom: 1.5rem;
}

.footer-legal {
  font-size: var(--text-legal);
  line-height: 1.3;
  color: var(--color-footer-muted);
  text-align: justify;
  max-width: 650px;
  margin: 0 auto;
}

.footer-legal p {
  margin: 0 0 0.75em;
}

.footer-legal strong {
  font-weight: 700;
}

.footer-legal a {
  color: var(--color-accent-soft);
}

.footer-legal a:hover {
  color: var(--color-text-on-dark);
}

.footer-legal .footer-email {
  color: inherit;
}
