:root {
  --navy: #161632;
  --navy-light: #202047;
  --violet: #91a2ff;
  --violet-bright: #aeb9ff;
  --green: #5bd994;
  --ink: #171729;
  --muted: #696a78;
  --line: #dedee7;
  --canvas: #f4f4f6;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(22, 22, 50, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--canvas);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; }
img, svg { display: block; }
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 4px;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.055em; }
p { line-height: 1.7; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,.09);
  color: var(--white);
}
.nav-shell { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--white); text-decoration: none; }
.brand img { width: 36px; height: 36px; object-fit: contain; }
.brand span { font-size: 14px; font-weight: 800; letter-spacing: -.035em; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav a { color: #b8b8ca; font-size: 12px; font-weight: 650; text-decoration: none; transition: color .2s ease; }
.site-nav a:hover { color: var(--white); }
.site-nav .nav-cta { padding: 12px 17px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; color: var(--white); }
.site-nav .nav-cta:hover { border-color: var(--violet); background: rgba(145,162,255,.1); }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: transparent; }
.menu-button span:not(.sr-only) { display: block; width: 22px; height: 1px; margin: 6px auto; background: #fff; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 800px;
  padding: 172px 0 72px;
  color: var(--white);
  background: var(--navy);
}
.hero-grid, .method-grid, .cta-grid {
  position: absolute;
  inset: 0;
  opacity: .5;
  background-image:
    linear-gradient(rgba(145,162,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(145,162,255,.055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-one { top: -350px; right: -250px; width: 800px; height: 800px; background: radial-gradient(circle, rgba(145,162,255,.16), transparent 68%); }
.hero-glow-two { bottom: -450px; left: -250px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(91,217,148,.08), transparent 70%); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 88px; }
.eyebrow { margin-bottom: 20px; color: var(--violet-bright); font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 24px; height: 1px; margin: 0 10px 3px 0; background: currentColor; }
.eyebrow.dark { color: #6674ce; }
.hero-copy > .eyebrow,
#problema .section-heading > .eyebrow,
.vsl-copy > .eyebrow,
.outcomes-intro > .eyebrow,
#resultados .section-heading > .eyebrow { font-size: 12px; }
#resultados .section-heading h2 { grid-column: 1 / -1; }
.hero h1 { margin-bottom: 28px; font-size: clamp(48px, 5.3vw, 78px); font-weight: 900; line-height: .99; }
h1 em, h2 em { color: var(--violet); font-style: normal; }
.hero-lead { max-width: 650px; margin-bottom: 36px; color: #b8b8c9; font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 57px;
  padding: 0 23px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button-primary { color: var(--navy); background: var(--violet); box-shadow: 0 13px 35px rgba(145,162,255,.2); }
.button-primary:hover { transform: translateY(-2px); background: #aab5ff; box-shadow: 0 16px 40px rgba(145,162,255,.3); }
.button-dark { color: var(--white); background: var(--navy); box-shadow: 0 13px 35px rgba(22,22,50,.15); }
.button-dark:hover { transform: translateY(-2px); background: var(--navy-light); box-shadow: 0 16px 40px rgba(22,22,50,.22); }
.text-link { color: #d4d4df; font-size: 12px; font-weight: 700; text-decoration: none; }
.play-mini { display: inline-grid; place-items: center; width: 28px; height: 28px; margin-right: 7px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--violet); font-size: 8px; }
.hero-proof { display: flex; gap: 24px; margin-top: 50px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); color: #9b9caf; font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.hero-proof span { display: flex; align-items: center; gap: 8px; }
.hero-proof b { color: var(--green); font-size: 8px; }

.performance-card { position: relative; padding: 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.055); box-shadow: 0 35px 100px rgba(0,0,0,.22); backdrop-filter: blur(10px); }
.card-topline { display: flex; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid rgba(255,255,255,.1); color: #777991; font-size: 7px; font-weight: 850; letter-spacing: .16em; }
.live-dot { color: var(--green); }
.live-dot::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 6px 1px 0; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(91,217,148,.1); }
.athlete-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; margin-top: 19px; }
.athlete-mark { overflow: hidden; width: 40px; height: 40px; border-radius: 9px; background: var(--violet); }
.athlete-mark img { width: 100%; height: 100%; object-fit: cover; }
.athlete-row small, .athlete-row strong { display: block; }
.athlete-row small { margin-bottom: 3px; color: #777991; font-size: 7px; font-weight: 800; letter-spacing: .14em; }
.athlete-row strong { font-size: 12px; }
.trend { padding: 5px 8px; border-radius: 5px; color: var(--green); background: rgba(91,217,148,.08); font-size: 9px; font-weight: 800; }
.radar-shell { padding: 14px 0 0; }
.radar { width: 100%; max-height: 270px; overflow: visible; }
.radar-lines { fill: none; stroke: rgba(255,255,255,.11); stroke-width: 1; }
.radar-start { fill: rgba(255,255,255,.025); stroke: rgba(255,255,255,.38); stroke-width: 1.5; stroke-dasharray: 5 5; }
.radar-area { fill: rgba(145,162,255,.15); stroke: var(--violet); stroke-width: 2; }
.radar-points { fill: var(--green); }
.radar-labels { fill: #777991; font-size: 7px; font-weight: 800; text-anchor: middle; letter-spacing: .06em; }
.radar-legend { display: flex; justify-content: flex-end; gap: 15px; margin: -4px 3px 10px 0; color: #777991; font-size: 7px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.radar-legend span { display: inline-flex; align-items: center; gap: 5px; }
.radar-legend i { display: inline-block; width: 15px; height: 2px; }
.legend-start { border-top: 1px dashed rgba(255,255,255,.5); }
.legend-current { background: var(--violet); }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.metric-grid > div { padding: 11px; border: 1px solid rgba(255,255,255,.08); border-radius: 8px; background: rgba(0,0,0,.08); }
.metric-grid small, .metric-grid strong { display: block; }
.metric-grid small { color: #777991; font-size: 6px; font-weight: 800; letter-spacing: .12em; }
.metric-grid strong { margin: 5px 0 8px; font-size: 9px; }
.metric-bar { display: block; height: 2px; background: rgba(255,255,255,.1); }
.metric-bar i { display: block; height: 100%; background: var(--green); }
.light-section, .outcomes-section, .support-section, .testimonials-section, .faq-section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1fr .9fr; align-items: end; column-gap: 80px; margin-bottom: 60px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2, .outcomes-intro h2, .support-copy h2, .faq-intro h2 { margin-bottom: 0; font-size: clamp(38px, 4vw, 57px); line-height: 1.04; }
.section-heading > p:last-child, .outcomes-intro > p, .support-copy > p, .faq-intro > p { margin: 0; color: var(--muted); font-size: 14px; }
.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.pain-card { min-height: 320px; padding: 27px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.48); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.pain-card:hover { transform: translateY(-6px); background: var(--white); box-shadow: var(--shadow); }
.pain-card.featured { color: var(--white); border-color: var(--navy); background: var(--navy); box-shadow: var(--shadow); }
.pain-number { color: #a6a7b0; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.pain-icon { display: grid; place-items: center; width: 43px; height: 43px; margin: 32px 0 37px; border: 1px solid var(--line); border-radius: 50%; color: #6674ce; font-size: 19px; }
.pain-card:nth-child(1) .pain-icon { color: #6674ce; border-color: rgba(102,116,206,.28); background: rgba(102,116,206,.06); }
.pain-card:nth-child(2) .pain-icon { color: #28ad72; border-color: rgba(40,173,114,.28); background: rgba(40,173,114,.06); }
.pain-card:nth-child(3) .pain-icon { color: #df8841; border-color: rgba(223,136,65,.3); background: rgba(223,136,65,.07); }
.pain-card:nth-child(4) .pain-icon { color: #db668d; border-color: rgba(219,102,141,.3); background: rgba(219,102,141,.07); }
.battery-icon span { position: relative; display: block; width: 18px; height: 10px; border: 1.5px solid currentColor; border-radius: 2px; }
.battery-icon span::before { content: ""; position: absolute; top: 2px; right: -4px; width: 2px; height: 4px; border-radius: 0 1px 1px 0; background: currentColor; }
.battery-icon span::after { content: ""; position: absolute; inset: 2px auto 2px 2px; width: 4px; border-radius: 1px; background: currentColor; }
.featured .pain-icon { border-color: rgba(255,255,255,.16); color: var(--green); }
.pain-card h3 { margin-bottom: 16px; font-size: 20px; line-height: 1.18; }
.pain-card p { min-height: 68px; margin-bottom: 26px; color: var(--muted); font-size: 11px; }
.pain-card.featured p { color: #a7a8bc; }
.pain-card small { color: #8b8d9c; font-size: 8px; font-weight: 850; letter-spacing: .15em; }

.vsl-section { padding: 105px 0; color: var(--white); background: #202044; }
.vsl-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 70px; }
.vsl-copy h2 { margin-bottom: 23px; font-size: clamp(38px, 4.4vw, 62px); line-height: 1.03; }
.vsl-copy > p:not(.eyebrow) { color: #aeb0c4; font-size: 14px; }
.check-list { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; color: #d1d2de; font-size: 11px; font-weight: 600; }
.check-list span { display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 8px; border-radius: 50%; color: var(--navy); background: var(--green); font-size: 9px; font-weight: 900; }
.video-placeholder { position: relative; overflow: hidden; aspect-ratio: 16 / 9; width: 100%; padding: 0; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; color: var(--white); background: radial-gradient(circle at 50% 50%, rgba(145,162,255,.17), transparent 32%), #161632; cursor: pointer; box-shadow: 0 30px 80px rgba(0,0,0,.2); text-align: left; }
.video-placeholder::after { content: "DP"; position: absolute; right: -15px; bottom: -70px; color: rgba(255,255,255,.025); font-size: 190px; font-weight: 900; letter-spacing: -.1em; }
.video-status { position: absolute; top: 20px; left: 20px; z-index: 1; color: #898ba5; font-size: 7px; font-weight: 850; letter-spacing: .15em; }
.video-status i { display: inline-block; width: 5px; height: 5px; margin-right: 6px; border-radius: 50%; background: var(--green); }
.video-play { position: absolute; top: 50%; left: 50%; z-index: 2; display: grid; place-items: center; width: 78px; height: 78px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(145,162,255,.12); transform: translate(-50%, -50%); transition: transform .25s ease, background .25s ease; }
.video-placeholder:hover .video-play { transform: translate(-50%, -50%) scale(1.08); background: var(--violet); }
.video-play svg { width: 28px; fill: var(--white); }
.video-caption { position: absolute; z-index: 2; bottom: 22px; left: 22px; }
.video-caption b, .video-caption small { display: block; }
.video-caption b { margin-bottom: 5px; color: var(--violet); font-size: 8px; letter-spacing: .14em; }
.video-caption small { font-size: 11px; font-weight: 650; }
.video-duration { position: absolute; right: 22px; bottom: 22px; color: #777991; font-size: 8px; font-weight: 800; }

.outcomes-section { background: var(--white); }
.outcomes-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.outcomes-intro { position: sticky; top: 70px; align-self: start; }
.outcomes-intro h2 { margin-bottom: 24px; }
.outcomes-list { border-top: 1px solid var(--line); }
.outcome-row { display: grid; grid-template-columns: 50px .8fr 1.1fr; align-items: center; gap: 25px; min-height: 130px; border-bottom: 1px solid var(--line); }
.outcome-row > span { color: #7a84cb; font-size: 9px; font-weight: 850; }
.outcome-row h3 { margin: 0; font-size: 21px; }
.outcome-row p { margin: 0; color: var(--muted); font-size: 12px; }
.inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 35px; padding: 25px 27px; border-radius: 13px; }
.inline-cta > div { min-width: 0; }
.inline-cta strong, .inline-cta span { display: block; }
.inline-cta strong { margin-bottom: 7px; font-size: 14px; }
.inline-cta span { color: var(--muted); font-size: 10px; line-height: 1.5; }
.inline-cta .button { min-height: 49px; flex: 0 0 auto; }
.inline-cta.light { border: 1px solid var(--line); background: var(--canvas); }

.method-section { position: relative; overflow: hidden; padding: 120px 0; color: var(--white); background: var(--navy); }
.method-section .container { position: relative; z-index: 1; }
.section-heading.centered { display: block; max-width: 800px; margin: 0 auto 65px; text-align: center; }
.section-heading.centered h2 { margin-bottom: 20px; }
.section-heading.centered > p:last-child { max-width: 520px; margin: auto; color: #9d9fb4; }
.method-steps { display: grid; grid-template-columns: repeat(5, 1fr); border-block: 1px solid rgba(255,255,255,.12); }
.method-card { min-height: 340px; padding: 28px 23px; border-right: 1px solid rgba(255,255,255,.12); }
.method-card:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.method-index { display: flex; align-items: center; gap: 10px; color: var(--green); font-size: 8px; font-weight: 850; }
.method-index i { width: 19px; height: 1px; background: rgba(255,255,255,.2); }
.method-card h3 { margin: 75px 0 20px; font-size: 22px; }
.method-card p { min-height: 107px; color: #999bae; font-size: 11px; }
.method-card > span { color: #70728a; font-size: 7px; font-weight: 850; letter-spacing: .12em; }
.method-card:hover { background: rgba(145,162,255,.07); }
.method-card:hover h3 { color: var(--violet); }
.inline-cta.dark { max-width: 850px; margin: 45px auto 0; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.055); }
.inline-cta.dark strong { color: var(--white); }
.inline-cta.dark span { color: #9294aa; }

.support-section { background: var(--canvas); }
.support-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.support-copy h2 { margin-bottom: 28px; }
.coach-signature { display: flex; align-items: center; gap: 13px; margin-top: 45px; padding-top: 24px; border-top: 1px solid var(--line); }
.coach-avatar { overflow: hidden; width: 43px; height: 43px; flex: 0 0 auto; border-radius: 50%; background: var(--navy); }
.coach-avatar img { width: 100%; height: 100%; object-fit: cover; }
.coach-signature strong, .coach-signature span { display: block; }
.coach-signature strong { margin-bottom: 4px; font-size: 12px; }
.coach-signature span { color: var(--muted); font-size: 9px; }
.support-panel { padding: 12px 35px; border-radius: 15px; background: var(--white); box-shadow: var(--shadow); }
.support-item { display: grid; grid-template-columns: 50px 1fr; gap: 10px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.support-item:last-child { border: 0; }
.support-item > span { padding-top: 3px; color: #7481d2; font-size: 8px; font-weight: 850; }
.support-item h3 { margin-bottom: 7px; font-size: 16px; }
.support-item p { margin: 0; color: var(--muted); font-size: 10px; }

.credentials-section { color: var(--white); background: #202044; }
.credentials-grid { display: grid; grid-template-columns: .8fr .8fr .8fr 1.6fr; }
.credential { display: flex; min-height: 200px; padding: 36px 28px; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.1); }
.credential:first-child { border-left: 1px solid rgba(255,255,255,.1); }
.credential strong { margin-bottom: 14px; color: var(--violet); font-size: 35px; letter-spacing: -.06em; }
.credential > span { color: #8f91a7; font-size: 7px; font-weight: 800; line-height: 1.6; letter-spacing: .13em; }
.credential.quote p { margin-bottom: 18px; font-size: 17px; font-weight: 700; line-height: 1.45; }

.testimonials-section { background: var(--white); }
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 16px;
}
.testimonial-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: 41% 59%;
  height: 100%;
  min-height: 270px;
  border: 1px solid #34345c;
  border-radius: 16px;
  color: var(--white);
  background: #202044;
  box-shadow: 0 18px 50px rgba(22,22,50,.1);
}
.testimonial-photo { position: relative; overflow: hidden; min-width: 0; min-height: 0; background: #14142d; }
.testimonial-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 40%;
  background: linear-gradient(transparent, rgba(15,15,35,.48));
}
.testimonial-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.testimonial-card:hover .testimonial-photo img { transform: scale(1.035); }
.testimonial-photo > span {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 16px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  color: #fff;
  background: rgba(22,22,50,.45);
  backdrop-filter: blur(5px);
  font-size: 7px;
  font-weight: 850;
}
.testimonial-content { display: flex; padding: 23px 25px; flex-direction: column; }
.testimonial-tags { display: flex; min-height: 23px; gap: 7px; flex-wrap: wrap; }
.tag { padding: 5px 9px; border: 1px solid currentColor; border-radius: 20px; font-size: 7px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.tag.striking { color: #f2bd58; }
.tag.karate { color: #75dca1; }
.tag.boxing { color: #f080a1; }
.testimonial-content h3 { margin: 14px 0 11px; font-size: 22px; }
.testimonial-content p { margin-bottom: 14px; color: #d0d1dd; font-size: 11px; line-height: 1.52; }
.testimonial-content small { margin-top: auto; color: #777992; font-size: 7px; font-weight: 850; line-height: 1.5; letter-spacing: .11em; }

.faq-section { background: var(--canvas); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-intro h2 { margin-bottom: 25px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 0; cursor: pointer; font-size: 14px; font-weight: 750; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { display: grid; place-items: center; width: 29px; height: 29px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; color: #6674ce; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 650px; margin: -5px 50px 25px 0; color: var(--muted); font-size: 11px; }

.final-cta { position: relative; overflow: hidden; padding: 120px 0; color: var(--white); background: var(--navy); text-align: center; }
.final-cta-inner { position: relative; z-index: 1; }
.final-cta img { width: 56px; height: auto; margin: 0 auto 28px; }
.final-cta h2 { margin-bottom: 23px; font-size: clamp(43px, 5.5vw, 70px); line-height: 1.02; }
.final-cta p:not(.eyebrow) { max-width: 550px; margin: 0 auto 31px; color: #a9aabc; font-size: 14px; }
.final-cta small { display: block; margin-top: 20px; color: #b9bbcf; font-size: 12px; font-weight: 750; letter-spacing: .04em; }

footer { padding: 42px 0; color: #9899ac; background: #101025; }
.footer-inner { display: grid; grid-template-columns: 1fr 1.2fr auto auto; align-items: center; gap: 35px; }
.footer-inner .brand img { width: 29px; height: 29px; }
.footer-inner .brand span { font-size: 11px; }
.footer-inner p, .footer-inner > span { margin: 0; font-size: 10px; }
.footer-inner div { display: flex; gap: 18px; }
.footer-inner div a { color: #b3b4c3; font-size: 10px; text-decoration: none; }
.footer-inner div a:hover { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }

.video-dialog { width: min(480px, calc(100% - 32px)); padding: 46px; border: 0; border-radius: 18px; color: var(--white); background: var(--navy); box-shadow: 0 35px 100px rgba(0,0,0,.35); text-align: center; }
.video-dialog::backdrop { background: rgba(10,10,28,.8); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; top: 14px; right: 16px; border: 0; color: #898ba3; background: transparent; cursor: pointer; font-size: 24px; }
.dialog-icon { display: grid; place-items: center; width: 60px; height: 60px; margin: 0 auto 25px; border-radius: 50%; color: var(--navy); background: var(--violet); }
.video-dialog h2 { margin-bottom: 15px; font-size: 26px; }
.video-dialog p { margin: 0; color: #a7a8bb; font-size: 12px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .hero { padding: 145px 0 72px; }
  .hero-layout { grid-template-columns: 1fr; gap: 60px; }
  .hero-copy { max-width: 760px; }
  .performance-card { width: min(580px, 100%); margin: auto; }
  .pain-grid { grid-template-columns: repeat(2, 1fr); }
  .vsl-layout, .outcomes-layout, .support-layout, .faq-layout { grid-template-columns: 1fr; gap: 60px; }
  .outcomes-intro { position: static; }
  .method-steps { grid-template-columns: repeat(2, 1fr); border: 0; gap: 1px; background: rgba(255,255,255,.12); }
  .method-card, .method-card:first-child { border: 0; background: var(--navy); }
  .method-card:last-child { grid-column: 1 / -1; min-height: 280px; }
  .method-card p { min-height: auto; }
  .credentials-grid { grid-template-columns: repeat(3, 1fr); }
  .credential.quote { grid-column: 1 / -1; min-height: 150px; }
  .testimonial-grid { grid-template-columns: minmax(0, 1fr); }
  .testimonial-card { grid-template-columns: 280px minmax(0, 1fr); min-height: 280px; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer-inner > p { display: none; }
}

@media (max-width: 760px) {
  body { min-width: 0; }
  .container { width: min(100% - 30px, 600px); }
  .site-header { display: none; }
  .hero-grid { display: none; }
  .hero { min-height: auto; padding: 62px 0 48px; }
  .hero-layout { gap: 38px; }
  .hero h1 { margin-bottom: 20px; font-size: clamp(36px, 10vw, 43px); line-height: 1.01; }
  .hero-copy > .eyebrow { line-height: 1.55; }
  .hero-lead { margin-bottom: 25px; font-size: 14px; line-height: 1.6; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .button { width: 100%; }
  .text-link { text-align: center; }
  .hero-proof { display: grid; grid-template-columns: 1fr; gap: 9px; margin-top: 24px; padding-top: 16px; }
  .performance-card { padding: 15px; }
  .radar { max-height: 205px; }
  .light-section,
  .outcomes-section,
  .support-section,
  .testimonials-section,
  .faq-section,
  .method-section,
  .final-cta { padding: 58px 0; }
  .section-heading { display: block; margin-bottom: 27px; }
  .section-heading h2,
  .outcomes-intro h2,
  .support-copy h2,
  .faq-intro h2 { margin-bottom: 18px; font-size: clamp(31px, 9vw, 35px); line-height: 1.06; }
  .section-heading > p:last-child,
  .outcomes-intro > p,
  .support-copy > p,
  .faq-intro > p { font-size: 13px; line-height: 1.6; }
  .pain-grid { grid-template-columns: 1fr; }
  .pain-card { min-height: 0; padding: 19px 21px; }
  .pain-icon { margin: 15px 0 17px; }
  .pain-card h3 { margin-bottom: 12px; }
  .pain-card p { min-height: 0; margin-bottom: 15px; line-height: 1.55; }
  .vsl-section { padding: 58px 0; }
  .vsl-layout { gap: 29px; }
  .vsl-copy h2 { font-size: 34px; }
  .check-list { margin-top: 22px; }
  .video-play { width: 58px; height: 58px; }
  .video-caption small { max-width: 190px; }
  .outcomes-layout { gap: 31px; }
  .outcome-row { grid-template-columns: 30px 1fr; min-height: 0; padding: 18px 0; gap: 15px; }
  .outcome-row h3 { font-size: 19px; }
  .outcome-row p { grid-column: 2; }
  .inline-cta { align-items: stretch; margin-top: 23px; padding: 20px; flex-direction: column; gap: 16px; }
  .inline-cta .button { width: 100%; }
  .section-heading.centered { margin-bottom: 34px; }
  .method-steps { grid-template-columns: 1fr; }
  .method-card:last-child { grid-column: auto; }
  .method-card,
  .method-card:last-child { min-height: 0; padding: 21px 23px; }
  .method-card h3 { margin: 28px 0 11px; }
  .method-card p { margin-bottom: 16px; }
  .support-layout { gap: 31px; }
  .coach-signature { margin-top: 27px; }
  .support-panel { padding: 6px 22px; }
  .support-item { padding: 18px 0; }
  .credentials-grid { grid-template-columns: 1fr; }
  .credential,
  .credential:first-child { min-height: 114px; padding: 24px; border: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .credential.quote { min-height: 124px; }
  .testimonial-grid { grid-template-columns: minmax(0, 1fr); }
  .testimonial-card { grid-template-columns: 1fr; }
  .testimonial-photo { min-height: 0; aspect-ratio: 1.85 / 1; }
  .testimonial-content { min-height: 0; padding: 20px 22px; }
  .testimonial-content p { margin-bottom: 15px; }
  .testimonial-content small { margin-top: 8px; }
  .faq-layout { gap: 28px; }
  summary { padding: 19px 0; }
  .final-cta img { width: 45px; margin-bottom: 22px; }
  .final-cta h2 { font-size: clamp(34px, 10vw, 42px); }
  .final-cta p:not(.eyebrow) { font-size: 13px; line-height: 1.6; }
  .final-cta small { margin-top: 17px; font-size: 11px; }
  .video-dialog { padding: 42px 24px 32px; }
  .footer-inner { display: flex; flex-direction: column; align-items: flex-start; }
  .footer-inner div { flex-wrap: wrap; }
}

@media (max-width: 360px) {
  .container { width: calc(100% - 24px); }
  .brand span { font-size: 13px; }
  .hero { padding-top: 56px; }
  .hero h1 { font-size: 35px; }
  .section-heading h2,
  .outcomes-intro h2,
  .support-copy h2,
  .faq-intro h2 { font-size: 30px; }
  .performance-card { padding: 14px; }
  .metric-grid { gap: 5px; }
  .metric-grid > div { padding: 9px 7px; }
  .video-caption small { max-width: 150px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
