:root {
  --bg: #f7fbf8;
  --ink: #07130d;
  --muted: #708179;
  --green: #18d66b;
  --green-dark: #079845;
  --dark: #05120b;
  --line: rgba(5, 25, 14, 0.1);
  --danger: #f26666;
  --shadow: 0 34px 95px rgba(5, 25, 14, 0.14);
  --shadow-3d: 0 18px 28px rgba(5, 25, 14, 0.08), 0 60px 110px rgba(5, 25, 14, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at 75% 8%, rgba(24, 214, 107, 0.24), transparent 34rem), radial-gradient(circle at 18% 34%, rgba(24, 214, 107, 0.1), transparent 24rem), var(--bg);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }

.page-grid {
  position: fixed; inset: 0; z-index: -3;
  background-image: linear-gradient(rgba(4,54,25,.075) 1px, transparent 1px), linear-gradient(90deg, rgba(4,54,25,.075) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(to bottom, black, black 68%, transparent);
}
.page-grid::after {
  content: ""; position: absolute; left: -10%; right: -10%; bottom: -18%; height: 42%;
  background-image: linear-gradient(rgba(24,214,107,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(24,214,107,.16) 1px, transparent 1px);
  background-size: 82px 82px;
  transform: perspective(680px) rotateX(64deg);
  transform-origin: top;
}
.orb { position: fixed; z-index: -2; border-radius: 999px; filter: blur(22px); pointer-events: none; }
.orb-one { width: 420px; height: 420px; right: -120px; top: 160px; background: rgba(24,214,107,.18); }
.orb-two { width: 300px; height: 300px; left: -100px; bottom: 18%; background: rgba(24,214,107,.12); }

.site-header, .section, .site-footer { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }
.site-header { margin-top: 24px; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 18px; font-weight: 900; letter-spacing: .08em; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: var(--green); background: var(--dark); box-shadow: 0 18px 40px rgba(5,18,11,.18); }
.brand-mark img { width:100%; height:100%; display:block; object-fit:cover; border-radius:inherit; }
.nav { display: flex; gap: 24px; color: var(--muted); font-weight: 700; font-size: 14px; }
.header-cta, .primary-btn, .ghost-btn { display: inline-flex; align-items: center; justify-content: center; gap: 14px; border-radius: 16px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.header-cta { padding: 18px 22px; background: rgba(255,255,255,.86); border: 1px solid var(--line); box-shadow: 0 16px 36px rgba(5,25,14,.08); }
.header-cta:hover, .primary-btn:hover, .ghost-btn:hover, .carousel-btn:hover { transform: translateY(-2px); }

.hero { min-height: calc(100vh - 96px); display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 46px; padding: 72px 0 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--green-dark); font-size: 13px; font-weight: 950; letter-spacing: .24em; }
.eyebrow span { width: 18px; height: 18px; border-radius: 999px; background: radial-gradient(circle, var(--green) 0 38%, rgba(24,214,107,.18) 39% 100%); }
h1,h2,h3,p { margin-top: 0; }
h1 { margin-bottom: 28px; font-size: clamp(54px, 7vw, 108px); line-height: .92; letter-spacing: -.075em; }
h1 strong { display: block; color: var(--green-dark); }
.hero-lead { margin-bottom: 18px; font-size: clamp(23px, 2.3vw, 32px); line-height: 1.18; font-weight: 950; letter-spacing: -.045em; }
.hero-subcopy { max-width: 650px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin: 34px 0 26px; }
.primary-btn { min-height: 64px; padding: 0 26px; color: #04120a; background: linear-gradient(135deg, var(--green), #10c85c); box-shadow: 0 22px 44px rgba(24,214,107,.28); }
.ghost-btn { min-height: 56px; padding: 0 12px; color: var(--ink); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font-size: 14px; }

.vsl-shell { position: relative; padding: 16px; border-radius: 34px; background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(236,255,245,.9)); border: 1px solid rgba(6,46,24,.12); box-shadow: var(--shadow-3d); transform: perspective(900px) rotateY(-5deg) rotateX(3deg); animation: float3d 5.5s ease-in-out infinite; }
.vsl-shell::before { content:""; position:absolute; inset:-1px; border-radius:inherit; background:linear-gradient(135deg, rgba(24,214,107,.42), transparent 42%, rgba(24,214,107,.18)); z-index:-1; }
.video-badge { width: fit-content; margin-bottom: 12px; padding: 10px 14px; border-radius: 999px; color: var(--green-dark); background: rgba(24,214,107,.12); font-size: 12px; font-weight: 950; letter-spacing: .14em; }
.video-frame { overflow: hidden; border-radius: 24px; background: #000; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12), 0 22px 55px rgba(5,18,11,.22); }
.video-foot { display:flex; align-items:center; justify-content:space-between; padding:14px 6px 2px; color:var(--muted); font-size:13px; font-weight:800; }
.video-foot i { display:inline-block; width:9px; height:9px; margin-right:8px; border-radius:999px; background:var(--green); box-shadow:0 0 0 8px rgba(24,214,107,.12); }
.video-actions { margin:24px 0 0; justify-content:flex-end; gap:14px; }
.video-actions .primary-btn { min-height:58px; }
.video-actions .ghost-btn { min-height:58px; padding-inline:20px; background:rgba(255,255,255,.72); border:1px solid var(--line); box-shadow:0 16px 36px rgba(5,25,14,.08); }
.mobile-vsl-slot { display: none; }

.ticker { width:100%; padding:26px 18px; display:flex; justify-content:center; gap:clamp(14px,3vw,36px); flex-wrap:wrap; border-block:1px solid var(--line); background:rgba(255,255,255,.5); color:var(--muted); }
.ticker strong { color: var(--ink); }
.trusted-brands { padding: 82px 0 32px; }
.trusted-heading { display:flex; align-items:end; justify-content:space-between; gap:28px; margin-bottom:28px; }
.trusted-heading p { margin:0; max-width:520px; font-size:clamp(28px,3.6vw,48px); line-height:1; letter-spacing:-.055em; font-weight:950; }
.trusted-heading span { max-width:440px; color:var(--muted); line-height:1.55; font-size:16px; }
.brand-wall { display:grid; grid-template-columns:repeat(5,1fr); gap:18px; scroll-behavior:smooth; }
.brand-logo-card { position:relative; min-height:154px; margin:0; padding:24px; display:grid; place-items:center; overflow:hidden; border-radius:26px; background:linear-gradient(145deg, rgba(255,255,255,.96), rgba(239,255,246,.86)); border:1px solid rgba(6,46,24,.1); box-shadow:0 22px 70px rgba(5,25,14,.09); transition:transform .22s ease, box-shadow .22s ease; }
.brand-logo-card::before { content:""; position:absolute; inset:auto -20% -60% -20%; height:78%; background:radial-gradient(circle, rgba(24,214,107,.2), transparent 62%); opacity:.9; pointer-events:none; }
.brand-logo-card:hover { transform:translateY(-6px); box-shadow:0 28px 84px rgba(5,25,14,.13); }
.brand-logo-card img { position:relative; z-index:1; display:block; max-width:100%; max-height:92px; object-fit:contain; mix-blend-mode:multiply; filter:drop-shadow(0 10px 16px rgba(5,25,14,.12)); }
.section-heading { max-width: 870px; margin-bottom: 42px; }
.section-heading h2 { font-size: clamp(38px,5vw,72px); line-height:.95; letter-spacing:-.065em; }
.section-subtitle { max-width:720px; color:var(--muted); font-size:18px; line-height:1.6; }
.problem, .flow-section, .comparison, .ai-conversations, .proof, .final-cta, .results-section { padding: 110px 0; }

.results-section { position:relative; }
.results-stage {
  position:relative;
  display:block;
  padding:22px;
  border-radius:38px;
  background:linear-gradient(145deg,rgba(255,255,255,.84),rgba(231,255,241,.72));
  border:1px solid rgba(6,46,24,.12);
  box-shadow:var(--shadow-3d);
  overflow:hidden;
}
.results-stage::before {
  content:"";
  position:absolute;
  right:-18%;
  top:-38%;
  width:520px;
  height:520px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(24,214,107,.28), transparent 66%);
  pointer-events:none;
}
.results-copy {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:22px 32px;
  align-items:end;
  min-height:auto;
  margin-top:18px;
  padding:clamp(28px,4vw,48px);
  border-radius:30px;
  color:#fff;
  background:radial-gradient(circle at 16% 0,rgba(255,255,255,.18),transparent 30%), linear-gradient(145deg,#07130d,#031007);
  box-shadow:0 28px 80px rgba(5,18,11,.24);
}
.results-copy > span {
  width:fit-content;
  grid-column:1 / -1;
  margin-bottom:0;
  padding:10px 14px;
  border-radius:999px;
  color:var(--green);
  border:1px solid rgba(24,214,107,.34);
  font-size:12px;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.results-copy h3 {
  margin-bottom:0;
  font-size:clamp(30px,3.5vw,48px);
  line-height:1;
  letter-spacing:-.055em;
}
.results-copy p { margin:0; color:rgba(255,255,255,.72); font-size:18px; line-height:1.6; }
.results-metrics {
  display:grid;
  grid-template-columns:auto 1fr;
  gap:8px 14px;
  align-items:center;
  grid-column:1 / -1;
  margin-top:0;
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,.14);
}
.results-metrics strong { color:var(--green); font-size:26px; letter-spacing:-.03em; }
.results-metrics span { color:rgba(255,255,255,.68); font-weight:800; }
.results-gallery {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.result-card {
  position:relative;
  margin:0;
  padding:12px;
  overflow:hidden;
  border-radius:26px;
  background:rgba(255,255,255,.9);
  border:1px solid rgba(6,46,24,.1);
  box-shadow:0 24px 74px rgba(5,25,14,.12);
}
.result-card::before {
  content:"";
  position:absolute;
  inset:auto -12% -64% -12%;
  height:76%;
  background:radial-gradient(circle, rgba(24,214,107,.18), transparent 64%);
  pointer-events:none;
}
.result-card img {
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  border-radius:18px;
  object-fit:contain;
  background:#fff;
}
.result-card figcaption {
  position:relative;
  z-index:1;
  padding:12px 6px 2px;
  color:var(--muted);
  font-size:13px;
  font-weight:850;
}

.risk-card { padding: clamp(26px,4vw,46px); border-radius: 30px; background: rgba(255,249,249,.78); border: 1px solid rgba(242,102,102,.25); box-shadow: var(--shadow); }
.risk-top, .risk-item { display:grid; grid-template-columns:1fr auto; align-items:center; gap:18px; }
.risk-top { padding-bottom:28px; border-bottom:1px solid rgba(242,102,102,.22); }
.risk-top h3 { margin:0; font-size:clamp(26px,3vw,36px); }
.risk-top span { padding:12px 18px; border-radius:999px; color:var(--danger); background:rgba(242,102,102,.12); font-weight:950; letter-spacing:.14em; }
.risk-item { grid-template-columns:72px 1fr auto; padding:28px 0; border-bottom:1px solid rgba(242,102,102,.18); }
.risk-item:last-child { border-bottom:0; padding-bottom:0; }
.risk-icon, .flow-icon { display:grid; place-items:center; border-radius:22px; background:#fff; box-shadow:0 18px 40px rgba(5,25,14,.1); }
.risk-icon { width:58px; height:58px; background:rgba(242,102,102,.12); font-size:25px; }
.risk-item strong { display:block; margin-bottom:4px; font-size:21px; }
.risk-item p { margin:0; color:#8a7777; }
.risk-item b { color:var(--danger); font-size:20px; }

.flow { display:grid; grid-template-columns:repeat(5,1fr); gap:16px; }
.flow-card { position:relative; min-height:310px; padding:30px 20px; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; border-radius:26px; background:rgba(255,255,255,.82); border:1px solid rgba(6,46,24,.12); box-shadow:0 24px 70px rgba(5,25,14,.09); transition:transform .25s ease; }
.flow-card::after { content:"→"; position:absolute; right:-18px; top:50%; translate:0 -50%; color:rgba(5,25,14,.38); font-size:30px; }
.flow-card:last-child::after { display:none; }
.flow-card:hover { transform: translateY(-8px); }
.flow-card small { position:absolute; left:22px; top:20px; color:rgba(5,25,14,.28); font-weight:950; }
.flow-icon { width:86px; height:86px; margin-bottom:26px; color:var(--green-dark); font-size:34px; background:linear-gradient(145deg,#fff,#effaf3); }
.flow-card span { margin-bottom:12px; color:#47a56d; font-size:12px; font-weight:950; letter-spacing:.22em; }
.flow-card h3 { margin-bottom:12px; font-size:25px; }
.flow-card p { margin:0; color:var(--muted); }
.flow-card.active { color:#fff; background:linear-gradient(145deg,rgba(255,255,255,.15),transparent 30%), var(--dark); box-shadow:0 34px 90px rgba(5,18,11,.28); transform:translateY(-18px); }
.flow-card.active .flow-icon { color:var(--dark); background:linear-gradient(145deg,#63f59a,var(--green)); }
.flow-card.active p { color:rgba(255,255,255,.64); }

.comparison-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.compare-card { position:relative; min-height:540px; padding:clamp(28px,5vw,52px); border-radius:30px; border:1px solid var(--line); box-shadow:var(--shadow); }
.compare-card h3 { display:flex; align-items:center; gap:16px; margin-bottom:36px; font-size:clamp(30px,3vw,42px); letter-spacing:-.05em; }
.compare-card h3 span { width:46px; height:46px; display:grid; place-items:center; border-radius:999px; }
.compare-card ul { list-style:none; margin:0; padding:0; }
.compare-card li { padding:24px 0; border-top:1px solid rgba(5,25,14,.12); color:var(--muted); font-size:21px; }
.compare-card li::before { margin-right:18px; font-weight:950; }
.compare-card.muted { background:rgba(255,248,248,.64); }
.compare-card.muted h3 span { color:var(--danger); background:rgba(242,102,102,.12); }
.compare-card.muted li::before { content:"×"; color:var(--danger); }
.compare-card.dark { color:#fff; background:radial-gradient(circle at 0 0,rgba(255,255,255,.16),transparent 28%), var(--dark); }
.compare-card.dark h3 span { color:var(--dark); background:linear-gradient(135deg,#7df5a7,var(--green)); }
.compare-card.dark li { color:rgba(255,255,255,.74); border-color:rgba(255,255,255,.15); }
.compare-card.dark li::before { content:"✓"; color:var(--green); }
.status-pill { position:absolute; right:34px; top:34px; padding:10px 16px; border-radius:999px; color:var(--green); border:1px solid rgba(24,214,107,.35); font-size:12px; font-weight:950; letter-spacing:.14em; }

.ai-conversations { position: relative; }
.conversation-stage {
  position:relative;
  display:grid;
  grid-template-columns:.36fr .64fr;
  gap:26px;
  align-items:stretch;
  padding:22px;
  border-radius:38px;
  background:linear-gradient(145deg,rgba(255,255,255,.84),rgba(231,255,241,.72));
  border:1px solid rgba(6,46,24,.12);
  box-shadow:var(--shadow-3d);
  overflow:hidden;
}
.conversation-stage::before {
  content:"";
  position:absolute;
  inset:-20% -12% auto auto;
  width:420px;
  height:420px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(24,214,107,.24), transparent 66%);
  pointer-events:none;
}
.conversation-copy {
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:560px;
  padding:clamp(28px,4vw,48px);
  border-radius:30px;
  color:#fff;
  background:radial-gradient(circle at 18% 0,rgba(255,255,255,.18),transparent 28%), linear-gradient(145deg,#07130d,#031007);
  box-shadow:0 28px 80px rgba(5,18,11,.24);
}
.conversation-copy span {
  width:fit-content;
  margin-bottom:20px;
  padding:10px 14px;
  border-radius:999px;
  color:var(--green);
  border:1px solid rgba(24,214,107,.34);
  font-size:12px;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.conversation-copy h3 {
  margin-bottom:18px;
  font-size:clamp(30px,3.5vw,48px);
  line-height:1;
  letter-spacing:-.055em;
}
.conversation-copy p { margin:0; color:rgba(255,255,255,.72); font-size:18px; line-height:1.6; }
.conversation-carousel {
  position:relative;
  z-index:1;
  min-width:0;
  display:flex;
  align-items:center;
}
.conversation-gallery {
  width:100%;
  display:flex;
  gap:18px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  padding:4px 8px 28px;
  scrollbar-width:none;
}
.conversation-gallery::-webkit-scrollbar { display:none; }
.conversation-shot {
  position:relative;
  flex:0 0 calc(100% - 16px);
  scroll-snap-align:center;
  margin:0;
  padding:12px;
  border-radius:24px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(6,46,24,.1);
  box-shadow:0 18px 44px rgba(5,25,14,.11);
  transform:translateZ(0);
}
.conversation-shot.featured { grid-column:auto; }
.conversation-shot img {
  display:block;
  width:100%;
  height:auto;
  max-height:560px;
  object-fit:contain;
  object-position:center;
  border-radius:17px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.16);
}
.conversation-shot.featured img { max-height:620px; }
.conversation-shot figcaption {
  padding:10px 4px 2px;
  color:var(--muted);
  font-size:13px;
  font-weight:850;
}
.conversation-btn {
  position:absolute;
  top:50%;
  z-index:4;
  width:46px;
  height:46px;
  border:0;
  border-radius:999px;
  color:var(--dark);
  background:var(--green);
  box-shadow:0 18px 40px rgba(24,214,107,.28);
  font-size:32px;
  cursor:pointer;
  transform:translateY(-50%);
  transition:transform .2s ease, box-shadow .2s ease;
}
.conversation-btn:hover { transform:translateY(-54%); box-shadow:0 24px 52px rgba(24,214,107,.34); }
.conversation-btn.prev { left:-12px; }
.conversation-btn.next { right:-12px; }

.testimonial-carousel { position:relative; padding-inline:58px; }
.testimonial-track { display:flex; gap:22px; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; padding:20px 0 44px; }
.testimonial-track::-webkit-scrollbar, .flow::-webkit-scrollbar { display:none; }
.testimonial-video { flex:0 0 min(360px,82vw); scroll-snap-align:center; padding:12px; border-radius:28px; background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(235,255,244,.84)); border:1px solid var(--line); box-shadow:var(--shadow); }
.testimonial-video-frame { position:relative; overflow:hidden; border-radius:20px; background:linear-gradient(145deg,#082014,#0fd965); }
.testimonial-video video { display:block; width:100%; aspect-ratio:9/16; object-fit:cover; border-radius:20px; background:transparent; }
.testimonial-cover {
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:18px;
  border:0;
  color:#fff;
  background:
    radial-gradient(circle at 50% 34%, rgba(24,214,107,.48), transparent 13rem),
    linear-gradient(160deg, rgba(5,18,11,.94), rgba(6,42,22,.84) 48%, rgba(24,214,107,.72));
  cursor:pointer;
  text-align:center;
}
.testimonial-cover::before {
  content:"";
  position:absolute;
  inset:18px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:18px;
  background-image:linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size:34px 34px;
  opacity:.6;
}
.testimonial-cover.is-hidden { opacity:0; pointer-events:none; transition:opacity .25s ease; }
.testimonial-play {
  position:relative;
  z-index:1;
  width:74px;
  height:74px;
  display:grid;
  place-items:center;
  padding-left:5px;
  border-radius:50%;
  color:var(--dark);
  background:var(--green);
  box-shadow:0 22px 56px rgba(24,214,107,.34), 0 0 0 14px rgba(255,255,255,.1);
  font-size:30px;
}
.testimonial-cover-copy {
  position:relative;
  z-index:1;
  display:grid;
  gap:7px;
}
.testimonial-cover-copy strong {
  font-size:24px;
  line-height:1;
  letter-spacing:-.04em;
}
.testimonial-cover-copy small {
  color:rgba(255,255,255,.72);
  font-size:13px;
  font-weight:850;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.carousel-btn { position:absolute; top:48%; z-index:3; width:48px; height:48px; border:0; border-radius:999px; color:var(--dark); background:var(--green); box-shadow:0 18px 40px rgba(24,214,107,.3); font-size:34px; cursor:pointer; }
.carousel-btn.prev { left:0; } .carousel-btn.next { right:0; }

.cta-card { padding:clamp(34px,6vw,74px); border-radius:38px; color:#fff; background:radial-gradient(circle at 78% 10%,rgba(24,214,107,.28),transparent 28rem), linear-gradient(145deg,#07130d,#030a06); box-shadow:0 40px 110px rgba(5,18,11,.28); }
.cta-card h2 { max-width:880px; font-size:clamp(38px,5vw,76px); line-height:.96; letter-spacing:-.065em; }
.cta-card p:not(.eyebrow) { max-width:720px; color:rgba(255,255,255,.72); font-size:19px; line-height:1.55; }
.site-footer { padding:36px 0 50px; display:flex; justify-content:space-between; gap:20px; color:var(--muted); border-top:1px solid var(--line); }
.site-footer span { color:var(--ink); font-weight:950; letter-spacing:.1em; }

body.thanks-page {
  min-height:100vh;
  display:flex;
  flex-direction:column;
  overflow-x:hidden;
}
.thanks-main {
  position:relative;
  z-index:2;
  flex:1;
  display:grid;
  place-items:center;
  width:min(1180px, calc(100% - 36px));
  margin:0 auto;
  padding:78px 0 94px;
}
.thanks-card {
  width:min(920px, 100%);
  padding:clamp(34px, 6vw, 74px);
  border:1px solid rgba(24,214,107,.22);
  border-radius:42px;
  background:
    radial-gradient(circle at 86% 12%, rgba(24,214,107,.16), transparent 24rem),
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(235,255,244,.88));
  box-shadow:0 42px 120px rgba(7,28,15,.18), inset 0 1px 0 rgba(255,255,255,.9);
  text-align:center;
}
.thanks-badge {
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:11px 18px;
  border:1px solid rgba(24,214,107,.26);
  border-radius:999px;
  color:var(--green-dark);
  background:rgba(24,214,107,.1);
  font-size:12px;
  font-weight:950;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.thanks-badge::before {
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 0 7px rgba(24,214,107,.12);
}
.thanks-card h1 {
  margin:28px auto 10px;
  max-width:790px;
  font-size:clamp(42px, 6vw, 82px);
  line-height:.96;
  letter-spacing:-.065em;
}
.thanks-lead {
  margin:0 auto 24px;
  color:var(--green-dark);
  font-size:clamp(22px, 3vw, 34px);
  font-weight:900;
  line-height:1.12;
}
.thanks-copy {
  max-width:760px;
  margin:0 auto;
  color:var(--muted);
  font-size:clamp(17px, 2vw, 21px);
  line-height:1.6;
}
.thanks-copy p { margin:0 0 14px; }
.thanks-actions {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  margin:34px 0 24px;
}
.whatsapp-btn,
.secondary-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:62px;
  padding:18px 24px;
  border-radius:18px;
  font-weight:950;
  text-decoration:none;
}
.whatsapp-btn {
  gap:14px;
  color:#06110b;
  background:linear-gradient(135deg, #1ee676, #11c65f);
  box-shadow:0 26px 58px rgba(24,214,107,.3);
}
.whatsapp-btn span { font-size:24px; }
.secondary-btn {
  color:var(--ink);
  background:rgba(255,255,255,.76);
  border:1px solid var(--line);
  box-shadow:0 16px 36px rgba(5,25,14,.08);
}
.thanks-warning {
  max-width:740px;
  margin:0 auto 24px;
  padding:18px 20px;
  border:1px solid rgba(255,180,0,.26);
  border-radius:20px;
  color:#6f5a13;
  background:rgba(255,248,219,.72);
  font-weight:800;
  line-height:1.5;
}
.thanks-signature {
  margin:0;
  color:var(--muted);
  font-size:18px;
  line-height:1.55;
}
.thanks-signature strong { color:var(--ink); }

.reveal { opacity:0; transform:translateY(24px); transition:opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity:1; transform:translateY(0); }
@keyframes float3d { 0%,100% { transform:perspective(900px) rotateY(-5deg) rotateX(3deg) translateY(0); } 50% { transform:perspective(900px) rotateY(-2deg) rotateX(4deg) translateY(-12px); } }

@media (max-width: 920px) {
  .nav { display:none; }
  .hero { grid-template-columns:1fr; padding-top:52px; }
  .vsl-shell { transform:none; animation:none; }
  .comparison-grid { grid-template-columns:1fr; }
  .results-copy { grid-template-columns:1fr; }
  .trusted-heading { display:block; text-align:center; }
  .trusted-heading span { display:block; margin:14px auto 0; }
  .brand-wall { grid-template-columns:repeat(2,1fr); }
  .flow { grid-template-columns:repeat(5,minmax(230px,1fr)); overflow-x:auto; scroll-snap-type:x mandatory; padding:22px 4px 44px; }
  .flow-card { scroll-snap-align:center; }
}
@media (max-width: 620px) {
  .site-header, .section, .site-footer { width:min(100% - 28px,520px); }
  .site-header { min-height:58px; }
  .brand { font-size:15px; }
  .brand-mark { width:38px; height:38px; }
  .header-cta { padding:13px 14px; font-size:13px; }
  .hero { min-height:auto; padding:54px 0 62px; gap:34px; text-align:center; }
  .eyebrow { justify-content:center; font-size:11px; letter-spacing:.18em; }
  h1 { font-size:clamp(48px,16vw,72px); }
  .mobile-vsl-slot { display:block; margin: 0 0 28px; }
  .mobile-vsl-slot .hero-visual { display:block; }
  .mobile-vsl-slot .vsl-shell { padding:10px; border-radius:24px; }
  .mobile-vsl-slot .video-badge { margin-inline:auto; }
  .mobile-vsl-slot .video-frame { border-radius:18px; }
  .mobile-vsl-slot .video-foot { font-size:12px; }
  .hero-lead {
    max-width:94%;
    margin:0 auto 18px;
    font-size:clamp(23px,6.4vw,29px);
    line-height:1.16;
    letter-spacing:-.055em;
  }
  .hero-subcopy {
    max-width:92%;
    margin-inline:auto;
    font-size:clamp(18px,5vw,23px);
    line-height:1.42;
  }
  .hero-actions, .trust-row { justify-content:center; }
  .primary-btn, .ghost-btn { width:100%; }
  .video-actions { flex-wrap:nowrap; justify-content:center; gap:10px; margin-top:18px; }
  .video-actions .primary-btn,
  .video-actions .ghost-btn {
    width:auto;
    flex:1 1 0;
    min-width:0;
    min-height:54px;
    padding-inline:10px;
    font-size:clamp(11px,3.2vw,13px);
    line-height:1.1;
    white-space:normal;
    text-align:center;
    gap:8px;
  }
  .video-actions .primary-btn span,
  .video-actions .ghost-btn span { flex:0 0 auto; font-size:18px; }
  .trust-row { max-width:92%; margin-inline:auto; gap:12px 16px; font-size:15px; line-height:1.35; }
  .ticker { font-size:13px; }
  .trusted-brands { padding:60px 0 14px; }
  .brand-wall { display:flex; gap:14px; margin-inline:-14px; padding:4px 14px 28px; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; }
  .brand-wall::-webkit-scrollbar { display:none; }
  .brand-logo-card { flex:0 0 68%; min-height:145px; padding:20px; border-radius:22px; scroll-snap-align:center; }
  .brand-logo-card img { max-height:82px; }
  .problem, .flow-section, .comparison, .ai-conversations, .proof, .final-cta, .results-section { padding:78px 0; }
  .section-heading { text-align:center; }
  .section-subtitle { margin-inline:auto; font-size:16px; }
  .risk-top, .risk-item { grid-template-columns:1fr; text-align:center; }
  .risk-icon { margin:0 auto; }
  .flow { grid-template-columns:none; display:flex; gap:14px; margin-inline:-14px; padding-inline:14px; }
  .flow-card { flex:0 0 78%; min-height:330px; }
  .flow-card::after { display:none; }
  .flow-card.active { transform:none; }
  .results-stage { padding:14px; border-radius:28px; }
  .results-copy { padding:28px; border-radius:22px; text-align:left; }
  .results-copy h3 { font-size:31px; }
  .results-gallery { display:flex; gap:14px; margin:16px -14px -4px; padding:4px 14px 24px; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; }
  .results-gallery::-webkit-scrollbar { display:none; }
  .result-card { flex:0 0 94%; scroll-snap-align:center; border-radius:22px; }
  .result-card img { border-radius:15px; }
  .compare-card { min-height:auto; }
  .compare-card li { font-size:17px; }
  .status-pill { position:static; width:fit-content; margin-left:auto; margin-bottom:22px; }
  .conversation-stage { display:block; padding:14px; border-radius:28px; }
  .conversation-copy { min-height:auto; padding:28px; text-align:left; border-radius:22px; }
  .conversation-copy h3 { font-size:31px; }
  .conversation-carousel {
    display:block;
  }
  .conversation-gallery {
    gap:14px;
    margin:16px -14px -4px;
    padding:4px 14px 24px;
    max-height:none;
  }
  .conversation-btn { display:none; }
  .conversation-shot,
  .conversation-shot.featured {
    flex:0 0 94%;
    scroll-snap-align:center;
  }
  .conversation-shot img,
  .conversation-shot.featured img {
    max-height:none;
    height:auto;
    object-fit:contain;
  }
  .testimonial-carousel { padding-inline:0; }
  .carousel-btn { display:none; }
  .site-footer { flex-direction:column; text-align:center; }
  .thanks-main { width:min(100% - 28px,520px); padding:46px 0 64px; }
  .thanks-card { border-radius:30px; }
  .thanks-actions { flex-direction:column; }
  .whatsapp-btn, .secondary-btn { width:100%; font-size:14px; }
}

/* --- Ajuste local: <picture> envuelve a <img> para servir WebP con fallback.
   Estas reglas hacen que el wrapper sea transparente al layout, de modo que
   el resultado visual es idéntico al del sitio en producción. --- */
.brand-mark picture { display: block; width: 100%; height: 100%; }
.brand-logo-card picture,
.conversation-shot picture { display: contents; }

/* Los atributos width/height de <img> reservan el espacio antes de que la
   imagen cargue (evitan el salto de maquetacion). Sin height:auto el navegador
   tomaria ese height como alto fijo y la imagen no escalaria: height:auto lo
   convierte en una simple relacion de aspecto. */
.brand-logo-card img,
.conversation-shot img,
.result-card img { height: auto; }

/* En movil los dos botones del hero se repartian el ancho por igual (175px cada
   uno) y ningun texto cabia en una sola linea. Apilados a ancho completo entran
   holgados, el area de toque es mayor y el CTA principal queda mas visible. */
@media (max-width: 620px) {
  .video-actions { flex-wrap: wrap; }
  .video-actions .primary-btn,
  .video-actions .ghost-btn {
    flex: 1 1 100%;
    width: 100%;
    white-space: nowrap;
  }
}

/* En pantallas muy angostas (iPhone SE y similares) el CTA del cierre partia en
   dos lineas: se recupera el ancho ajustando el padding de la tarjeta y del
   propio boton, sin tocar el tamano en el resto de dispositivos. */
@media (max-width: 400px) {
  .cta-card { padding-inline: 20px; }
  .cta-card .primary-btn {
    padding-inline: 14px;
    gap: 10px;
    font-size: 15px;
    white-space: nowrap;
  }
}
