:root {
  --bg: #eef5fb;
  --bg-soft: #f8fbff;
  --surface: rgba(255, 255, 255, 0.84);
  --surface-strong: #ffffff;
  --text: #14213d;
  --muted: #5e6d86;
  --line: rgba(20, 33, 61, 0.1);
  --blue: #1d4ed8;
  --blue-strong: #143b8f;
  --teal: #0f766e;
  --orange: #f97316;
  --orange-soft: rgba(249, 115, 22, 0.14);
  --shadow: 0 24px 60px rgba(16, 24, 40, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(29, 78, 216, 0.16), transparent 22rem),
    radial-gradient(circle at top right, rgba(249, 115, 22, 0.16), transparent 26rem),
    linear-gradient(180deg, #f7fbff 0%, var(--bg) 52%, #f9fbfd 100%);
  color: var(--text);
  font-family: "Manrope", sans-serif;
}

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

.site-shell {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 48px;
}

.topbar {
  position: sticky;
  top: 16px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand__logo {
  display: block;
  width: auto;
  height: 54px;
  object-fit: contain;
}

.brand__text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand__text strong {
  font-family: "Sora", sans-serif;
  font-size: 0.95rem;
  color: var(--text);
}

.brand__eyebrow,
.section-heading__eyebrow,
.pill,
.audience-card__label,
.hero-card__tag,
.plan-card__tier {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 800;
}

.brand__eyebrow {
  color: var(--teal);
  font-size: 0.66rem;
}

.topbar__nav {
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-weight: 700;
}

.topbar__nav a:hover {
  color: var(--text);
}

.topbar__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.store-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.store-links--compact {
  margin-top: 0;
  justify-content: center;
}

.store-links__label {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(20, 33, 61, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(20, 33, 61, 0.08);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--large {
  min-height: 56px;
  padding: 0 26px;
}

.button--primary {
  background: linear-gradient(135deg, var(--blue) 0%, #1a8fe3 100%);
  color: #fff;
  box-shadow: 0 18px 34px rgba(29, 78, 216, 0.25);
}

.button--secondary {
  border-color: rgba(20, 33, 61, 0.12);
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
}

.button--ghost {
  min-height: 46px;
  padding: 0 18px;
  border-color: rgba(20, 33, 61, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
}

.hero,
.section,
.footer {
  margin-top: 28px;
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: stretch;
}

.hero__copy,
.hero__visual,
.section,
.footer {
  position: relative;
}

.hero__copy,
.hero__visual,
.section,
.cta-panel {
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--radius-xl);
  background: var(--surface);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.hero__copy {
  padding: 54px 48px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.1);
  color: var(--teal);
}

.hero h1,
.section-heading h2,
.cta-panel h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  line-height: 1.08;
}

.hero h1 {
  max-width: none;
  font-size: clamp(2.7rem, 6vw, 4.6rem);
}

.hero__lead,
.section-heading p,
.benefit-card p,
.audience-card p,
.plan-card p,
.faq-list p,
.cta-panel p,
.hero-card p,
.hero-mini span,
.footer span {
  color: var(--muted);
  line-height: 1.7;
}

.hero__lead {
  max-width: none;
  margin: 24px 0 0;
  font-size: 1.05rem;
}

.hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.hero__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.hero__metrics article,
.hero-mini,
.benefit-card,
.plan-card,
.faq-list article,
.audience-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.76);
}

.hero__metrics article {
  display: block;
  padding: 18px 20px;
}

.hero__metrics strong,
.benefit-card strong,
.plan-card h3,
.faq-list h3,
.audience-card h3,
.hero-card h2 {
  display: block;
  margin-bottom: 8px;
  font-family: "Sora", sans-serif;
}

.hero__metrics strong {
  margin-bottom: 8px;
}

.hero__visual {
  padding: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(249, 115, 22, 0.18), transparent 16rem),
    linear-gradient(180deg, rgba(20, 33, 61, 0.98) 0%, rgba(14, 36, 85, 0.94) 100%);
  color: #fff;
}

.hero-card {
  padding: 28px;
  border-radius: 26px;
}

.hero-card--dark {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero-card__tag {
  display: inline-flex;
  margin-bottom: 14px;
  color: #8fd6ff;
}

.hero-card p,
.hero-mini span {
  color: rgba(255, 255, 255, 0.72);
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.hero-mini {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.hero-mini strong {
  display: block;
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.45;
}

.hero-mini--accent {
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.2) 0%, rgba(29, 78, 216, 0.18) 100%);
}

.section {
  padding: 38px;
}

.section--split,
.section--faq {
  padding-top: 34px;
}

.section-heading {
  max-width: none;
}

.section-heading__eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--blue);
}

.audiences,
.benefit-grid,
.plan-grid,
.faq-list {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

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

.audience-card {
  padding: 28px;
}

.audience-card__label {
  color: var(--orange);
}

.audience-card--highlight {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(239, 247, 255, 0.96) 100%);
}

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

.benefit-card {
  padding: 24px;
}

.section--visual-showcase .section-heading {
  max-width: none;
}

.visual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 26px;
}

.visual-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.visual-card__body {
  padding: 22px 22px 24px;
}

.visual-card__label {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--blue);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 800;
}

.visual-card h3 {
  margin: 0 0 10px;
  font-family: "Sora", sans-serif;
  font-size: 1.18rem;
  line-height: 1.35;
}

.visual-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.visual-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  background: #eef4fa;
}

.plan-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.plan-card {
  padding: 24px;
}

.plan-card__tier {
  color: var(--blue);
}

.plan-card--diamond {
  background:
    radial-gradient(circle at top right, rgba(56, 189, 248, 0.18), transparent 10rem),
    linear-gradient(180deg, rgba(17, 24, 39, 0.96) 0%, rgba(20, 33, 61, 0.96) 100%);
  color: #fff;
}

.plan-card--diamond .plan-card__tier,
.plan-card--diamond p {
  color: rgba(255, 255, 255, 0.82);
}

.faq-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-list article {
  padding: 22px;
}

.section--cta {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 40px;
}

.cta-panel__actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 240px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 4px 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.footer strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
}

@media (max-width: 1100px) {
  .topbar {
    border-radius: 30px;
  }

  .topbar,
  .topbar__nav,
  .topbar__actions,
  .benefit-grid,
  .visual-grid,
  .plan-grid,
  .faq-list,
  .audiences,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .topbar {
    flex-wrap: wrap;
    justify-content: center;
  }

  .topbar__nav,
  .topbar__actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero h1 {
    max-width: none;
  }

  .hero__metrics {
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .hero__copy,
  .hero__visual,
  .section,
  .cta-panel {
    padding: 30px 24px;
  }

  .cta-panel__actions {
    min-width: 0;
    width: 100%;
  }

  .footer {
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .site-shell {
    width: min(100% - 20px, 1200px);
    padding-top: 16px;
  }

  .topbar {
    top: 10px;
    gap: 14px;
    padding: 14px;
    border-radius: 24px;
  }

  .brand {
    width: 100%;
    justify-content: center;
    text-align: left;
  }

  .brand__logo {
    height: 46px;
  }

  .brand__text strong {
    font-size: 0.84rem;
  }

  .topbar__nav {
    gap: 14px;
    font-size: 0.92rem;
  }

  .topbar__actions {
    width: 100%;
  }

  .topbar__actions .button {
    flex: 1 1 180px;
  }

  .hero__copy,
  .hero__visual,
  .section,
  .cta-panel {
    border-radius: 24px;
  }

  .hero__copy,
  .hero__visual,
  .section,
  .cta-panel {
    padding: 24px 20px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero__metrics {
    gap: 12px;
  }

  .hero__metrics article,
  .benefit-card,
  .plan-card,
  .faq-list article,
  .audience-card,
  .hero-mini {
    padding: 18px;
  }

}
