:root {
  --teal-950: #043f43;
  --teal-900: #07565a;
  --teal-700: #087277;
  --teal-500: #0d918e;
  --teal-300: #7edbd3;
  --coral: #ef655d;
  --coral-dark: #d94e49;
  --gold: #f8bd35;
  --cream: #fffaf0;
  --mint: #effcf9;
  --ink: #143a3c;
  --muted: #5e7474;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(4, 63, 67, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  font-size: 16px;
  line-height: 1.65;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 200; padding: 10px 16px; border-radius: 10px; background: #fff; color: var(--teal-950); }
.skip-link:focus { top: 12px; }
.demo-strip { padding: 8px 16px; background: var(--gold); color: #3c2a00; text-align: center; font-size: .78rem; font-weight: 900; letter-spacing: .08em; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(4,63,67,.1); background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 82px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { width: 54px; height: 54px; object-fit: cover; border-radius: 50%; box-shadow: 0 8px 22px rgba(8,114,119,.14); }
.brand span { min-width: 0; }
.brand strong, .brand small { display: block; }
.brand strong { color: var(--teal-950); font-size: 1.02rem; font-weight: 900; letter-spacing: .05em; white-space: nowrap; }
.brand small { color: var(--teal-700); font-size: .75rem; font-weight: 700; }
.nav { display: flex; align-items: center; gap: 24px; font-size: .9rem; font-weight: 800; color: #315b5c; }
.nav a:hover, .nav a:focus-visible { color: var(--coral-dark); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 22px; border: 2px solid var(--coral); border-radius: 14px; background: var(--coral); color: #fff; font-weight: 900; line-height: 1.25; box-shadow: 0 12px 28px rgba(239,101,93,.25); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--coral-dark); box-shadow: 0 16px 34px rgba(217,78,73,.3); }
.button-small { min-height: 42px; padding: 9px 17px; font-size: .88rem; white-space: nowrap; }
.button-outline { background: #fff; color: var(--teal-900); border-color: rgba(8,114,119,.28); box-shadow: none; }
.button-outline:hover, .button-outline:focus-visible { color: #fff; background: var(--teal-700); border-color: var(--teal-700); }

.hero { position: relative; overflow: hidden; background: linear-gradient(145deg, #effcf9 0%, #fffaf0 48%, #fff 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 8px; background: linear-gradient(90deg, var(--teal-500), var(--gold), var(--coral)); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .52; }
.hero-glow-one { width: 390px; height: 390px; right: -150px; top: -100px; background: radial-gradient(circle, rgba(126,219,211,.55), rgba(126,219,211,0)); }
.hero-glow-two { width: 300px; height: 300px; left: -130px; bottom: -130px; background: radial-gradient(circle, rgba(248,189,53,.3), rgba(248,189,53,0)); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; gap: 42px; padding-top: 74px; padding-bottom: 82px; }
.hero-copy { max-width: 900px; margin: 0 auto; text-align: center; }
.eyebrow { margin: 0 0 14px; color: var(--teal-700); font-size: .8rem; line-height: 1.45; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { margin: 0; color: var(--teal-950); font-size: clamp(3.5rem, 6vw, 5.5rem); line-height: .98; letter-spacing: .01em; font-weight: 900; }
.hero h1 span { display: block; }
.hero h1 .hero-accent { margin-top: 10px; color: var(--coral); }
.hero-promise { max-width: 760px; margin: 26px auto 0; font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.35; font-weight: 600; color: #214f51; }
.hero-promise strong { color: var(--teal-950); }
.hero-points { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-top: 24px; }
.hero-points span { padding: 9px 12px; border: 1px solid rgba(8,114,119,.16); border-radius: 999px; background: rgba(255,255,255,.88); color: var(--teal-900); font-size: .84rem; font-weight: 800; }
.hero-note { max-width: 760px; margin: 22px auto 0; color: #4b696a; font-size: 1rem; }
.hero-actions, .closing-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; }
.hero-visual { width: min(920px, 100%); margin: 0 auto; overflow: hidden; border: 8px solid #fff; border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.hero-visual img { width: 100%; height: auto; aspect-ratio: 16/9; object-fit: contain; background: #effcf9; }
.hero-visual figcaption { display: grid; gap: 3px; padding: 18px 20px 20px; }
.hero-visual figcaption strong { color: var(--teal-950); font-size: 1.08rem; }
.hero-visual figcaption span { color: var(--muted); font-size: .9rem; }

.section { padding: 88px 0; }
.section-heading { max-width: 780px; margin: 0 auto 42px; text-align: center; }
h2 { margin: 0; color: var(--teal-950); font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.16; letter-spacing: 0; font-weight: 900; }
.section-heading > p:last-child { margin: 16px auto 0; color: var(--muted); font-size: 1.06rem; }
.insight-section { padding: 72px 0; background: var(--teal-950); }
.split-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.split-card .eyebrow, .light-heading .eyebrow { color: #8cebe2; }
.split-card h2, .light-heading h2 { color: #fff; }
.insight-copy { color: #d9f1ee; font-size: 1.08rem; }
.insight-copy p { margin: 0; }
.insight-copy p + p { margin-top: 17px; }
.insight-copy strong { color: #fff3bc; }

.pain-section { background: #fff; }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pain-grid article { position: relative; min-height: 210px; padding: 26px; border: 1px solid rgba(8,114,119,.12); border-radius: 22px; background: linear-gradient(180deg,#fff,#f5fffc); box-shadow: 0 10px 30px rgba(4,63,67,.06); }
.pain-grid span { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: #ffe9e6; color: var(--coral-dark); font-size: .85rem; font-weight: 900; }
.pain-grid h3 { margin: 17px 0 8px; color: var(--teal-950); font-size: 1.15rem; line-height: 1.35; }
.pain-grid p { margin: 0; color: var(--muted); font-size: .94rem; }

.outcomes-section { background: var(--mint); }
.outcomes-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: 54px; align-items: center; }
.wide-visual { margin: 0; overflow: hidden; border: 8px solid #fff; border-radius: 28px; box-shadow: var(--shadow); }
.wide-visual img { width: 100%; height: auto; object-fit: contain; object-position: center; background: #fff; }
.outcome-list { display: grid; gap: 12px; margin-top: 28px; }
.outcome-list div { display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: start; padding: 14px 16px; border-radius: 15px; background: rgba(255,255,255,.86); }
.outcome-list b { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: var(--teal-700); color: #fff; font-size: .78rem; }
.outcome-list span { color: #446466; }
.outcome-list strong { color: var(--teal-950); }

.roadmap-section { background: linear-gradient(180deg,var(--teal-950),#07565a); }
.light-heading > p:last-child { color: #cce8e5; }
.level-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-bottom: 34px; }
.level-summary article { padding: 30px; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: rgba(255,255,255,.08); color: #d8f0ee; }
.level-label { display: inline-flex; padding: 7px 11px; border-radius: 999px; background: var(--gold); color: #3d2d00; font-size: .78rem; font-weight: 900; letter-spacing: .06em; }
.level-summary h3 { margin: 18px 0 10px; color: #fff; font-size: 1.65rem; line-height: 1.25; }
.level-summary p { margin: 0 0 18px; }
.level-summary strong { color: #fff2ac; font-size: .82rem; letter-spacing: .06em; }
.curriculum-block { margin-top: 26px; padding: 32px; border-radius: 28px; background: #fff; box-shadow: 0 22px 60px rgba(0,0,0,.13); }
.curriculum-block.advanced { border: 4px solid rgba(248,189,53,.85); }
.curriculum-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; padding-bottom: 24px; border-bottom: 1px solid #dbeceb; }
.curriculum-head span { color: var(--coral-dark); font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.curriculum-head h3 { margin: 4px 0 0; color: var(--teal-950); font-size: 1.7rem; line-height: 1.25; }
.curriculum-head p { max-width: 430px; margin: 0; color: var(--muted); }
.curriculum-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 24px; }
.curriculum-grid article { padding: 18px; border: 1px solid #dceceb; border-radius: 17px; background: #f8fffd; }
.curriculum-grid b { color: var(--coral-dark); font-size: .77rem; text-transform: uppercase; }
.curriculum-grid h4 { margin: 8px 0 7px; color: var(--teal-950); font-size: 1rem; line-height: 1.35; }
.curriculum-grid p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.55; }

.practice-method { background: var(--cream); }
.method-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.method-grid article { padding: 30px; border-radius: 24px; background: #fff; box-shadow: 0 12px 36px rgba(95,73,25,.08); }
.method-grid strong { color: var(--coral); font-size: 2.35rem; line-height: 1; }
.method-grid h3 { margin: 16px 0 9px; color: var(--teal-950); font-size: 1.25rem; }
.method-grid p { margin: 0; color: var(--muted); }

.media-section { background: #fff; }
.video-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.video-grid article { overflow: hidden; border: 1px solid rgba(8,114,119,.14); border-radius: 24px; background: #f7fffd; box-shadow: 0 15px 42px rgba(4,63,67,.09); }
.video-grid video { width: 100%; aspect-ratio: 9/16; max-height: 590px; object-fit: cover; background: #082f32; }
.video-grid article > div { padding: 20px; }
.video-grid h3 { margin: 0; color: var(--teal-950); font-size: 1.12rem; }
.video-grid p { margin: 6px 0 0; color: var(--muted); font-size: .9rem; }

.value-section { background: var(--mint); }
.value-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 56px; align-items: center; }
.value-grid figure { width: min(430px, 100%); margin: 0 auto; overflow: hidden; border: 8px solid #fff; border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.value-grid figure img { width: 100%; height: auto; object-fit: contain; }
.check-list { display: grid; gap: 12px; margin: 26px 0 30px; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 14px 16px 14px 48px; border-radius: 15px; background: #fff; color: #416163; }
.check-list li::before { content: "✓"; position: absolute; left: 15px; top: 13px; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--teal-700); color: #fff; font-size: .8rem; font-weight: 900; }

.pricing-section { background: #fff; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 940px; margin: 0 auto; }
.price-card { position: relative; padding: 34px; border: 2px solid #d9ece9; border-radius: 28px; background: linear-gradient(180deg,#fff,#f6fffd); box-shadow: 0 18px 52px rgba(4,63,67,.09); }
.price-card.featured { border-color: var(--gold); background: linear-gradient(180deg,#fffdf5,#fff); }
.price-tag { display: inline-flex; padding: 7px 11px; border-radius: 999px; background: var(--teal-700); color: #fff; font-size: .76rem; font-weight: 900; letter-spacing: .06em; }
.price-card.featured .price-tag { background: var(--coral); }
.price-card h3 { margin: 18px 0 18px; color: var(--teal-950); font-size: 1.5rem; line-height: 1.3; }
.old-price { margin: 0; color: #778b8c; text-decoration: line-through; font-weight: 700; }
.sale-price { margin: 10px 0 0; color: var(--coral-dark); font-size: 2.5rem; line-height: 1; font-weight: 900; }
.sale-price small { display: block; margin-bottom: 8px; color: var(--teal-700); font-size: .83rem; line-height: 1.2; text-transform: uppercase; letter-spacing: .08em; }
.per-level { margin: 9px 0 0; color: var(--muted); font-size: .9rem; font-weight: 700; }
.price-card ul { display: grid; gap: 10px; margin: 25px 0 28px; padding: 0; list-style: none; color: #416163; }
.price-card li { position: relative; padding-left: 26px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--teal-700); font-weight: 900; }
.price-card .button { width: 100%; }
.price-note { max-width: 760px; margin: 22px auto 0; color: var(--muted); text-align: center; font-size: .88rem; }
.payment-card { display: grid; grid-template-columns: .82fr 1.18fr; gap: 34px; align-items: center; max-width: 940px; margin: 38px auto 0; padding: 34px; border: 2px solid #d9ece9; border-radius: 28px; background: linear-gradient(145deg,#effcf9,#fffaf0); box-shadow: 0 18px 52px rgba(4,63,67,.1); scroll-margin-top: 104px; }
.payment-qr { text-align: center; }
.payment-qr .eyebrow { margin-bottom: 10px; }
.payment-qr img { width: min(315px, 100%); height: auto; margin: 0 auto; border-radius: 18px; box-shadow: 0 12px 28px rgba(4,63,67,.1); }
.payment-qr > p:last-child { max-width: 330px; margin: 12px auto 0; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.payment-info h3 { margin: 0; color: var(--teal-950); font-size: clamp(1.55rem, 3vw, 2.25rem); line-height: 1.24; }
.payment-info dl { display: grid; gap: 10px; margin: 25px 0; }
.payment-info dl > div { display: grid; grid-template-columns: 150px 1fr; gap: 14px; padding: 13px 15px; border-radius: 14px; background: rgba(255,255,255,.86); }
.payment-info dt { color: var(--muted); font-size: .83rem; font-weight: 700; }
.payment-info dd { margin: 0; color: var(--teal-950); font-weight: 900; word-break: break-word; }
.payment-info .transfer-note { grid-template-columns: 1fr; gap: 4px; border: 1px solid rgba(239,101,93,.22); background: #fff7f5; }
.payment-info .transfer-note dd { color: var(--coral-dark); }
.payment-button { width: 100%; text-align: center; }

.faq-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 56px; align-items: start; }
.faq-grid > div:first-child > p:last-child { color: var(--muted); }
.faq-list { display: grid; gap: 12px; }
.faq-list details { padding: 0 22px; border: 1px solid rgba(95,73,25,.12); border-radius: 18px; background: #fff; }
.faq-list summary { position: relative; padding: 20px 34px 20px 0; color: var(--teal-950); font-weight: 850; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; top: 17px; color: var(--coral); font-size: 1.5rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 0; padding: 0 0 20px; color: var(--muted); }

.closing-section { padding: 78px 0; background: linear-gradient(135deg,var(--teal-950),var(--teal-700)); text-align: center; }
.closing-inner { max-width: 920px; }
.closing-section .eyebrow { color: #9ceee6; }
.closing-section h2 { color: #fff; }
.closing-actions { justify-content: center; }
.button-yellow { background: var(--gold); border-color: var(--gold); color: #3b2b00; box-shadow: 0 12px 28px rgba(248,189,53,.24); }
.button-yellow:hover, .button-yellow:focus-visible { background: #ffd45f; color: #3b2b00; }
.button-white { background: #fff; border-color: #fff; color: var(--teal-950); box-shadow: none; }
.button-white:hover, .button-white:focus-visible { background: #e9fffb; color: var(--teal-950); }

footer { padding: 48px 0 90px; background: #032f32; color: #d5ece9; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .9fr .7fr; gap: 42px; }
.footer-brand { display: flex; align-items: flex-start; gap: 14px; }
.footer-brand img { width: 56px; height: 56px; border-radius: 50%; }
.footer-brand strong { display: block; color: #fff; font-weight: 900; letter-spacing: .05em; }
.footer-brand p { max-width: 390px; margin: 7px 0 0; color: #a8ceca; }
footer h3 { margin: 0 0 12px; color: #fff; font-size: 1rem; }
footer a, footer p { display: block; margin: 6px 0; color: #b7d8d5; font-size: .9rem; }
footer a:hover, footer a:focus-visible { color: #fff2ac; }
.copyright { margin: 38px 20px 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); text-align: center; color: #87b6b2; font-size: .8rem; }
.mobile-cta { display: none; }

@media (max-width: 980px) {
  .nav { display: none; }
  .hero-grid, .outcomes-grid, .split-card, .value-grid, .faq-grid, .payment-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 40px; }
  .hero-visual { max-width: 760px; }
  .pain-grid, .curriculum-grid { grid-template-columns: repeat(2,1fr); }
  .outcomes-grid .wide-visual { order: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  body { font-size: 16px; line-height: 1.62; padding-bottom: 66px; }
  .container { width: min(100% - 28px, 1160px); }
  .demo-strip { font-size: .67rem; letter-spacing: .045em; }
  .header-inner { min-height: 70px; }
  .brand img { width: 46px; height: 46px; }
  .brand strong { font-size: .9rem; letter-spacing: .025em; }
  .brand small { font-size: .68rem; }
  .header-inner > .button { display: none; }
  .hero-grid { padding-top: 50px; padding-bottom: 62px; }
  .hero h1 { font-size: clamp(2.7rem, 14vw, 4.05rem); line-height: 1.04; letter-spacing: .015em; }
  .hero h1 .hero-accent { margin-top: 6px; }
  .hero-promise { margin-top: 22px; font-size: 1.32rem; line-height: 1.43; }
  .hero-points { display: grid; grid-template-columns: 1fr; }
  .hero-actions, .closing-actions { display: grid; }
  .hero-actions .button, .closing-actions .button { width: 100%; }
  .hero-visual { border-width: 5px; border-radius: 21px; }
  .hero-visual figcaption { padding: 15px 16px 17px; }
  .section { padding: 64px 0; }
  .section-heading { margin-bottom: 30px; text-align: left; }
  h2 { font-size: clamp(1.8rem, 9vw, 2.55rem); line-height: 1.2; }
  .insight-section { padding: 58px 0; }
  .split-card { gap: 26px; }
  .pain-grid, .level-summary, .curriculum-grid, .method-grid, .video-grid, .pricing-grid, .footer-grid { grid-template-columns: 1fr; }
  .pain-grid article { min-height: 0; }
  .curriculum-block { padding: 20px 16px; border-radius: 22px; }
  .curriculum-block.advanced { border-width: 3px; }
  .curriculum-head { display: grid; gap: 12px; align-items: start; }
  .curriculum-head h3 { font-size: 1.42rem; }
  .curriculum-grid { gap: 10px; }
  .curriculum-grid article { padding: 16px; }
  .video-grid { max-width: 390px; margin: 0 auto; }
  .value-grid { gap: 32px; }
  .value-grid figure { max-width: 390px; }
  .price-card { padding: 28px 22px; }
  .payment-card { gap: 25px; padding: 24px 18px; }
  .payment-info dl > div { grid-template-columns: 1fr; gap: 3px; }
  .payment-button { font-size: .92rem; }
  .sale-price { font-size: 2.2rem; }
  .faq-grid { gap: 30px; }
  .footer-brand { grid-column: auto; }
  .mobile-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 150; display: grid; grid-template-columns: 1fr 1.25fr; gap: 8px; padding: 8px 12px; border-top: 1px solid rgba(4,63,67,.14); background: rgba(255,255,255,.97); backdrop-filter: blur(12px); }
  .mobile-cta a { display: grid; place-items: center; min-height: 48px; border-radius: 12px; background: #e7f9f6; color: var(--teal-900); font-size: .9rem; font-weight: 900; }
  .mobile-cta a:last-child { background: var(--coral); color: #fff; }
}

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