:root {
  --brand-primary: #5dc51a;
  --brand-primary-dark: #3f8f14;
  --brand-primary-soft: rgba(93, 197, 26, 0.12);
  --text-main: #101828;
  --text-muted: #5f6b7a;
  --line: #e6ebf0;
  --bg-soft: #f7faf6;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.marketing-home {
  margin: 0;
  color: var(--text-main);
  background: #ffffff;
}

.marketing-home .ti,
.marketing-home .ti::before {
  font-family: "tabler-icons" !important;
}

.container {
  width: min(1600px, calc(100% - 72px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 0;
  right: 0;
  z-index: 60;
}

.header-pill {
  min-height: 64px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(14px) saturate(145%);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 0 14px;
}

.brand img {
  width: 142px;
  display: block;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.main-nav a,
.footer-links a {
  color: var(--text-main);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}

.main-nav a:hover,
.footer-links a:hover {
  color: var(--brand-primary-dark);
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 33px;
  padding: 10px 16px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all .2s ease;
}

.btn-ghost {
  color: var(--text-main);
  border-color: var(--line);
}

.btn-ghost:hover {
  border-color: #cdd6df;
  background: #f8fafc;
}

.btn-primary {
  color: #fff;
  background: var(--brand-primary);
  border-color: var(--brand-primary);
}

.btn-primary:hover {
  background: var(--brand-primary-dark);
  border-color: var(--brand-primary-dark);
}

.btn-lg {
  padding: 13px 24px;
  font-size: 15px;
}

.btn-3d {
  position: relative;
  color: #fff;
  background: linear-gradient(180deg, #73d836 0%, #5dc51a 100%);
  border: 1px solid #4eac16;
  box-shadow:
    0 8px 16px rgba(93, 197, 26, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.btn-3d:hover {
  color: #fff;
  background: linear-gradient(180deg, #6fcf35 0%, #4fae16 100%);
  border-color: #489d13;
  transform: translateY(-1px);
}

.btn-3d:active {
  transform: translateY(0);
  box-shadow:
    0 5px 12px rgba(93, 197, 26, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text-main);
  border-radius: 8px;
  padding: 8px 10px;
  font-weight: 600;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}

.hero-section {
  padding: 250px 0 56px;
  background: linear-gradient(180deg, var(--bg-soft), #fff 62%);
}

.hero-content {
  max-width: 980px;
  text-align: center;
}

.hero-highlight {
  color: var(--brand-primary-dark);
  padding: 0 10px 4px;
  border-radius: 14px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--brand-primary-dark);
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 12px;
}

.hero-content h1 {
  margin: 0;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.1;
  font-weight: 700;
}

.hero-subtitle {
  margin: 18px 0 8px;
  font-size: clamp(17px, 2vw, 22px);
  color: #1f2937;
  font-weight: 600;
}

.hero-description {
  margin: 0 auto 24px;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.7;
  max-width: 680px;
}

.hero-micro {
  font-size: 12px;
  color: var(--text-muted);
}

.hero-micro a {
  color: var(--brand-primary-dark);
  font-weight: 600;
  text-decoration: underline;
}

.hero-vsl-wrap {
  margin: 28px auto 0;
  width: min(100%, 940px);
}

.hero-vsl-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(93, 197, 26, 0.45);
  box-shadow:
    0 14px 30px rgba(93, 197, 26, 0.18),
    0 0 0 1px rgba(93, 197, 26, 0.16) inset;
  background: linear-gradient(160deg, #effbe7 0%, #f8fdf4 100%);
}

.hero-vsl-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.hero-vsl-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
  border-radius: 999px;
  border: 1px solid #4ea917;
  background: linear-gradient(180deg, #74dc36 0%, #5dc51a 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 14px 26px rgba(93, 197, 26, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
  z-index: 2;
}

.hero-vsl-play-btn i {
  font-size: 44px;
  margin-left: 3px;
}

.hero-vsl-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.05);
  box-shadow:
    0 16px 30px rgba(93, 197, 26, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.hero-vsl-play-btn:focus-visible {
  outline: 2px solid #3f8f14;
  outline-offset: 3px;
}

.hero-vsl-play-btn.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none !important;
}

.hero-badges {
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.m-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--brand-primary-soft);
  color: var(--brand-primary-dark);
  border: 1px solid rgba(93, 197, 26, 0.28);
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
}

.story-section {
  padding: 80px 0 24px;
}

.story-intro {
  max-width: 1040px;
  margin: 0 auto 34px;
  text-align: center;
}

.story-intro h2 {
  margin: 0 0 12px;
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 500;
}

.story-intro p {
  margin: 0;
  color: var(--text-muted);
  font-size: 19px;
  line-height: 1.55;
  margin-bottom: 82px;
}

.story-row {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  gap: 42px;
  align-items: center;
  margin-bottom: 44px;
}

.story-row.reverse .story-media {
  order: 2;
}

.story-row.reverse .story-copy {
  order: 1;
}

.story-media {
  border: 1px solid #1f293722;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, #f8fbf6, #ffffff);
  box-shadow: inset 0 0 0 1px rgba(93, 197, 26, 0.14);
}

.story-media img {
  display: block;
  width: 100%;
  height: auto;
}

.section-kicker {
  margin: 0 0 8px;
  color: var(--brand-primary-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.story-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.2;
}

.story-copy p {
  margin: 0 0 14px;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.65;
}

.story-copy .tos-link {
  color: var(--brand-primary-dark);
  font-weight: 600;
  text-decoration: underline;
}

.story-copy ul {
  margin: 0;
  padding-left: 0;
  color: #243041;
  list-style: none;
}

.story-copy li {
  margin: 8px 0;
  display: flex;
  align-items: flex-start;
}

.story-copy li i {
  color: var(--brand-primary-dark);
  margin-top: 2px;
}

.highlights-section {
  padding: 22px 0 66px;
}

.section-head {
  text-align: center;
  margin-bottom: 18px;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 36px);
}

.section-head p {
  margin: 8px 0 0;
  color: var(--text-muted);
}

.highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.highlight-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px;
  background: #fff;
  min-height: 210px;
  display: flex;
  flex-direction: column;
}

.highlight-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--brand-primary-soft);
  color: var(--brand-primary-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(93, 197, 26, 0.25);
  margin-bottom: 12px;
  font-size: 20px;
}

.highlight-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.highlight-card p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.7;
}

.site-footer {
  background: #ffffff;
  color: #1b2a1b;
  padding: 28px 0 24px;
}

.footer-shell {
  background: linear-gradient(180deg, #f5fbf2 0%, #edf8e7 100%);
  border: 1px solid rgba(93, 197, 26, 0.25);
  border-radius: 22px;
  padding: 28px 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
}

.footer-brand img {
  width: 170px;
  display: block;
  margin: 0 auto;
  filter: none;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links a {
  color: #1f2b1f;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--brand-primary-dark);
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(93, 197, 26, 0.28);
  color: var(--brand-primary-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all .2s ease;
}

.footer-social a i {
  font-size: 18px;
}

.footer-social a:hover {
  background: var(--brand-primary);
  color: #fff;
  border-color: var(--brand-primary);
}

.footer-copy {
  margin: 0;
  color: #4f5d4f;
  font-size: 13px;
  text-align: center;
  padding-top: 12px;
}

@media (max-width: 992px) {
  .header-pill {
    min-height: auto;
    border-radius: 22px;
    grid-template-columns: auto auto;
    grid-template-areas:
      "brand toggle"
      "nav nav"
      "actions actions";
    padding: 0.4px 14px 12px;
  }

  .brand {
    grid-area: brand;
  }

  .nav-toggle {
    grid-area: toggle;
    justify-self: end;
    display: inline-flex;
  }

  .main-nav {
    grid-area: nav;
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding-top: 8px;
  }

  .header-actions {
    grid-area: actions;
    display: none;
    justify-content: center;
    padding-top: 4px;
  }

  .main-nav.is-open,
  .header-actions.is-open {
    display: flex;
  }

  .story-row,
  .story-row.reverse {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 34px;
  }

  .story-row.reverse .story-media,
  .story-row.reverse .story-copy {
    order: initial;
  }

  .highlights-grid {
    grid-template-columns: 1fr;
  }

  .footer-shell {
    border-radius: 16px;
    padding: 22px 14px 18px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(1180px, calc(100% - 24px));
  }

  .hero-section {
    padding-top: 158px;
  }

  .btn {
    width: 100%;
  }

  .header-actions {
    width: 100%;
  }

  .hero-vsl-wrap {
    margin-top: 20px;
  }

  .hero-vsl-frame {
    border-radius: 12px;
  }

  .hero-vsl-play-btn {
    width: 78px;
    height: 78px;
  }

  .hero-vsl-play-btn i {
    font-size: 34px;
  }
}
