:root {
  --bg: #07141d;
  --bg2: #0b1f2a;
  --text: #f7fbff;
  --muted: #a9bdc8;
  --light: #f3f6f8;
  --dark-text: #08111a;
  --gray: #53606b;
  --line: rgba(255,255,255,.15);
  --line-light: #dbe3e8;
  --accent: #35d3a4;
  --accent2: #85f5d4;
  --shadow: 0 28px 90px rgba(0,0,0,.42);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
}

a { color: inherit; text-decoration: none; }

.container {
  width: min(1220px, calc(100% - 42px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7,20,29,.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.topbar__inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: flex-end;
  gap: 12px;
}

.brand img { width: 142px; display: block; }

.brand span {
  color: var(--accent);
  font-size: .95rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.nav {
  display: flex;
  gap: 28px;
  color: var(--muted);
  font-weight: 800;
}

.nav a:hover { color: var(--accent); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 900;
  transition: .2s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn--small { min-height: 46px; padding: 0 18px; font-size: .92rem; }

.btn--primary {
  color: #04120e;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  box-shadow: 0 18px 46px rgba(53,211,164,.22);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 80px 0 42px;
  background:
    radial-gradient(circle at 18% 22%, rgba(53,211,164,.14), transparent 34rem),
    radial-gradient(circle at 80% 18%, rgba(53,211,164,.16), transparent 34rem),
    linear-gradient(145deg, #07141d 0%, #0b1f2a 58%, #050d13 100%);
}

.hero__gridline {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.032) 1px, transparent 1px);
  background-size: 74px 74px;
  opacity: .8;
  pointer-events: none;
}

.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 52px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--accent);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0 0 22px;
  font-size: clamp(3.2rem, 5.1vw, 5.4rem);
  line-height: .98;
  letter-spacing: -.075em;
  font-weight: 900;
}

.hero h1 span { color: var(--accent); }

.hero__lead {
  max-width: 640px;
  margin: 0 0 34px;
  color: #dce8ed;
  font-size: clamp(1.22rem, 1.8vw, 1.55rem);
  line-height: 1.42;
}

.hero__lead strong { color: var(--accent); }

.hero__benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 680px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 34px;
}

.hero__benefits article {
  min-height: 108px;
  padding: 18px 16px;
  border-right: 1px solid var(--line);
}

.hero__benefits article:last-child { border-right: 0; }

.hero__benefits span {
  display: block;
  color: var(--accent);
  font-size: 1.5rem;
  margin-bottom: 14px;
}

.hero__benefits strong {
  display: block;
  font-size: .82rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero__audience p {
  margin: 0 0 14px;
  color: var(--accent);
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero__audience div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero__audience span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 11px 14px;
  color: #e6eff3;
  background: rgba(255,255,255,.05);
  font-weight: 700;
}

.hero__visual {
  position: relative;
  min-height: 650px;
}

.badge {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 0 26px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.085);
  box-shadow: var(--shadow);
  text-transform: uppercase;
}

.badge span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(53,211,164,.45);
  border-radius: 15px;
  color: var(--accent);
}

.approved-hero {
  position: absolute;
  top: 100px;
  right: -40px;
  width: min(760px, 112%);
  max-width: none;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.price-row {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.price-row article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.085);
  backdrop-filter: blur(14px);
}

.price-row p {
  margin: 0 0 14px;
  color: var(--accent);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.price-row strong {
  display: block;
  color: var(--accent);
  font-size: 2.45rem;
  line-height: 1;
}

.price-row span { color: #d8e7ed; }

.cta-row {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  margin-top: 38px;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,.06);
}

.talk-card,
.number-card {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 26px 34px;
}

.talk-card {
  color: #04120e;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
}

.talk-card span,
.number-card span {
  display: grid;
  place-items: center;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  border-radius: 22px;
  font-size: 1.6rem;
  font-weight: 900;
}

.talk-card span { background: rgba(255,255,255,.25); }

.number-card span {
  color: var(--accent);
  border: 1px solid rgba(53,211,164,.45);
}

.talk-card strong,
.number-card strong {
  display: block;
  font-size: 1.55rem;
  line-height: 1.1;
}

.talk-card small,
.number-card small {
  display: block;
  margin-top: 6px;
  font-size: 1rem;
  font-weight: 700;
}

.number-card {
  justify-content: center;
}

.number-card small { color: var(--accent); }

.section { padding: 86px 0; }

.light {
  color: var(--dark-text);
  background: var(--light);
}

.dark {
  color: var(--text);
  background: #07141d;
}

.split {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 54px;
}

h2 {
  margin: 0;
  font-size: clamp(2.25rem, 4.1vw, 4.1rem);
  line-height: 1;
  letter-spacing: -.06em;
  font-weight: 900;
}

.text {
  color: var(--gray);
  font-size: 1.12rem;
  line-height: 1.75;
}

.text p { margin-bottom: 18px; }

.section-head {
  max-width: 850px;
  margin-bottom: 38px;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.cards,
.steps,
.pricing-grid {
  display: grid;
  gap: 18px;
}

.cards { grid-template-columns: repeat(3, 1fr); }

.steps { grid-template-columns: repeat(2, 1fr); }

.cards article,
.steps article,
.price-card,
.faq-grid details {
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 24px;
  background: rgba(255,255,255,.07);
  padding: 26px;
}

.light .steps article,
.faq-grid details {
  border-color: var(--line-light);
  background: #fff;
}

.cards span,
.steps span {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--accent);
  font-weight: 900;
  letter-spacing: .14em;
}

.cards h3,
.steps h3 {
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.cards p,
.steps p,
.faq-grid p,
.final-box p {
  color: var(--muted);
  line-height: 1.65;
}

.light .steps p,
.faq-grid p { color: var(--gray); }

.pricing-grid {
  grid-template-columns: repeat(2, minmax(0, 420px));
  justify-content: center;
}

.price-card {
  min-height: 390px;
}

.price-card--featured {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px rgba(53,211,164,.22), var(--shadow);
}

.price-card p {
  margin-bottom: 20px;
  color: var(--muted);
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.price-card strong {
  display: block;
  color: var(--accent);
  font-size: clamp(2.6rem, 4vw, 3.6rem);
  line-height: 1;
  margin-bottom: 8px;
}

.price-card span {
  display: block;
  color: var(--muted);
  margin-bottom: 28px;
}

.price-card ul {
  margin: 0;
  padding-left: 18px;
  color: #d8e7ed;
  line-height: 1.9;
}

.pricing-note {
  max-width: 860px;
  margin: 24px auto 0;
  color: var(--muted);
  text-align: center;
}

.faq-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.faq-grid summary {
  cursor: pointer;
  font-weight: 900;
  font-size: 1.08rem;
}

.faq-grid p { padding-top: 14px; }

.final {
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(53,211,164,.16), transparent 34rem),
    #07141d;
}

.final-box {
  max-width: 860px;
}

.final-box h2 { margin-bottom: 18px; }

.final-box p {
  margin-bottom: 28px;
  font-size: 1.15rem;
}

.footer {
  padding: 30px 0;
  background: #040d13;
  color: var(--muted);
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 22px;
}

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

@media (max-width: 1040px) {
  .hero__grid,
  .split {
    grid-template-columns: 1fr;
  }

  .hero__visual {
    min-height: 640px;
  }

  .approved-hero {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: min(760px, 100%);
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 1220px);
  }

  .nav,
  .topbar .btn {
    display: none;
  }

  .brand img { width: 112px; }

  .hero { padding: 56px 0 34px; }

  .hero h1 {
    font-size: clamp(2.7rem, 13vw, 4.15rem);
  }

  .hero__benefits,
  .cards,
  .steps,
  .pricing-grid,
  .price-row,
  .cta-row {
    grid-template-columns: 1fr;
  }

  .hero__benefits article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero__benefits article:last-child { border-bottom: 0; }

  .hero__visual {
    min-height: 780px;
  }

  .badge {
    position: relative;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
  }

  .approved-hero {
    position: relative;
    top: auto;
    width: 100%;
    transform: none;
    left: auto;
  }

  .price-row {
    position: relative;
    margin-top: 20px;
  }

  .section { padding: 62px 0; }

  .talk-card,
  .number-card {
    padding: 22px;
  }

  .footer__inner {
    flex-direction: column;
  }
}
