:root{--bg:#f5f3ee;--ink:#101010;--muted:#68655f;--orange:#ff7900;--orange2:#ff9d00;--line:#d9d5cc;--dark:#0b0b0b;--white:#fff;--max:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.header{height:78px;display:flex;align-items:center;justify-content:space-between;max-width:var(--max);margin:auto;padding:10px 28px}.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:-.04em}.brand img{width:52px;height:52px;border-radius:50%;object-fit:cover}.brand span{font-size:20px}.brand i{font-family:Georgia,serif;font-weight:400}.header-cta{background:#111;color:#fff;border-radius:999px;padding:13px 19px;font-weight:750;font-size:14px}.section{max-width:var(--max);margin:auto;padding:100px 28px}.hero{min-height:calc(100vh - 78px);display:grid;grid-template-columns:1.02fr .98fr;gap:72px;align-items:center;padding-top:50px}.eyebrow{text-transform:uppercase;font-size:12px;letter-spacing:.18em;font-weight:850;margin:0 0 20px}.orange{color:var(--orange)}h1,h2{font-weight:900;letter-spacing:-.065em;line-height:.94;margin:0}h1{font-size:clamp(58px,7.2vw,104px)}h2{font-size:clamp(44px,5.5vw,78px)}h1 span,h2 span{color:var(--orange)}.lead{font-size:20px;line-height:1.55;color:#4f4c47;max-width:650px;margin:28px 0}.lead.small{font-size:18px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:20px;border-radius:999px;padding:18px 24px;font-weight:850;transition:.2s transform,.2s filter}.btn:hover{transform:translateY(-2px);filter:brightness(.96)}.btn-primary{background:linear-gradient(100deg,var(--orange),var(--orange2));color:#111}.btn span{font-size:20px}.micro{font-size:12px;color:#77736d;margin:12px 0}.hero-stats{display:flex;gap:28px;margin-top:48px}.hero-stats div{display:flex;flex-direction:column;border-left:1px solid var(--line);padding-left:14px}.hero-stats b{font-size:25px}.hero-stats span{font-size:12px;color:var(--muted)}.hero-media{position:relative;margin:0;border-radius:32px;overflow:hidden;background:#ddd;box-shadow:0 24px 80px #0002}.hero-media>img{width:100%;height:min(72vh,760px);object-fit:cover;object-position:center 35%}.hero-media figcaption{position:absolute;left:18px;right:18px;bottom:18px;padding:16px 18px;border-radius:18px;background:#0a0a0acc;backdrop-filter:blur(12px);color:#fff;display:flex;justify-content:space-between;gap:10px}.hero-media figcaption span{color:#c9c9c9;font-size:13px}.problems{border-top:1px solid var(--line)}.cards{display:grid;gap:14px;margin-top:48px}.cards.three{grid-template-columns:repeat(3,1fr)}.cards article{background:#fff;padding:30px;border-radius:22px;min-height:240px}.cards article>span{color:var(--orange);font-size:12px;font-weight:900}.cards h3{font-size:25px;letter-spacing:-.04em;margin:50px 0 12px}.cards p,.section-head>p,.coach p,.free p,.final p,.intro{color:var(--muted);line-height:1.65}.dark{max-width:none;background:var(--dark);color:#fff;padding-left:max(28px,calc((100vw - var(--max))/2 + 28px));padding-right:max(28px,calc((100vw - var(--max))/2 + 28px))}.split{max-width:1144px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.dark .lead{color:#aaa}.home-kit{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#303030;border:1px solid #303030;border-radius:24px;overflow:hidden}.home-kit div{background:#151515;padding:34px 24px;font-weight:800}.home-kit div:before{content:'✓';color:var(--orange);margin-right:10px}.section-head{display:grid;grid-template-columns:1.25fr .75fr;gap:80px;align-items:end}.section-head>p{font-size:17px;margin:0}.gallery{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:12px;margin-top:48px}.gallery img{width:100%;height:500px;object-fit:cover;border-radius:20px}.gallery img:nth-child(2),.gallery img:nth-child(3){height:390px;align-self:end}.tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.tags span{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 14px;font-size:13px;font-weight:700}.free{max-width:none;background:#151515;color:#fff;padding-left:max(28px,calc((100vw - var(--max))/2 + 28px));padding-right:max(28px,calc((100vw - var(--max))/2 + 28px))}.free-card{max-width:1144px;margin:auto;display:grid;grid-template-columns:1fr 380px;gap:90px;align-items:center}.free h2{margin-bottom:24px}.free p{color:#b4b4b4}.free ul{list-style:none;padding:0;margin:28px 0}.free li{padding:12px 0;border-bottom:1px solid #303030}.free li:before{content:'✓';color:var(--orange);font-weight:900;margin-right:10px}.phone{background:#0d0d0d;border:8px solid #292929;border-radius:42px;padding:10px;box-shadow:0 30px 80px #0008;transform:rotate(2deg)}.phone-top{font-size:11px;color:#aaa;padding:10px}.phone img{aspect-ratio:9/12;object-fit:cover;border-radius:25px}.phone-copy{padding:16px 10px;display:flex;flex-direction:column;gap:5px}.phone-copy span{font-size:12px;color:#999}.coach{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center}.coach-photo img{border-radius:28px;width:100%;max-height:680px;object-fit:cover}.coach blockquote{font-family:Georgia,serif;font-size:28px;line-height:1.35;margin:28px 0;border-left:4px solid var(--orange);padding-left:24px}.credentials{display:flex;gap:24px;flex-wrap:wrap;margin-top:32px}.credentials span{display:flex;flex-direction:column;font-size:12px;color:var(--muted)}.credentials b{font-size:22px;color:var(--ink)}.proof{border-top:1px solid var(--line)}.proof .intro{max-width:620px;font-size:18px}.reviews{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:42px;align-items:start}.reviews img{width:100%;border-radius:18px}.certs{border-top:1px solid var(--line)}.cert-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:46px}.cert-grid img{width:100%;height:360px;object-fit:contain;background:#fff;border-radius:18px;padding:12px}.faq{max-width:900px}.faq h2{margin-bottom:44px}.faq details{border-top:1px solid var(--line);padding:20px 0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{font-size:19px;font-weight:800;cursor:pointer;list-style:none}.faq summary:after{content:'+';float:right;color:var(--orange);font-size:24px}.faq details[open] summary:after{content:'−'}.faq details p{color:var(--muted);line-height:1.6;max-width:700px}.final{max-width:none;background:#0b0b0b;color:#fff;display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:center;padding-left:max(28px,calc((100vw - var(--max))/2 + 28px));padding-right:max(28px,calc((100vw - var(--max))/2 + 28px))}.final img{border-radius:28px;width:100%;max-height:520px;object-fit:cover}.final p{color:#aaa;font-size:18px}.final .eyebrow{color:var(--orange);font-size:12px}footer{max-width:var(--max);margin:auto;padding:36px 28px 100px;display:flex;align-items:center;justify-content:space-between;gap:20px}footer>div{display:flex;gap:18px;font-size:13px;font-weight:700}footer small{color:#777}.footer-brand span{font-size:18px}.mobile-cta{display:none}.reveal{opacity:0;transform:translateY(18px);transition:.6s ease}.reveal.visible{opacity:1;transform:none}@media(max-width:800px){.header{height:68px;padding:8px 16px}.brand img{width:44px;height:44px}.brand span{font-size:17px}.header-cta{display:none}.section{padding:72px 18px}.hero{display:flex;flex-direction:column;gap:34px;padding-top:28px;min-height:auto}.hero-copy{width:100%}h1{font-size:clamp(52px,15vw,74px)}h2{font-size:clamp(42px,12vw,62px)}.lead{font-size:17px;margin:22px 0}.btn{width:100%;padding:17px}.hero-stats{gap:10px;justify-content:space-between;margin-top:32px}.hero-stats div{padding-left:10px}.hero-stats b{font-size:20px}.hero-media{width:100%;border-radius:24px}.hero-media>img{height:540px}.hero-media figcaption{flex-direction:column}.cards.three,.split,.section-head,.free-card,.coach,.final{grid-template-columns:1fr}.cards article{min-height:190px}.cards h3{margin-top:34px}.split,.free-card{gap:44px}.home-kit div{padding:24px 14px;font-size:14px}.section-head{gap:20px}.gallery{grid-template-columns:1fr 1fr}.gallery img{height:390px}.gallery img:nth-child(2),.gallery img:nth-child(3){height:260px}.gallery img:first-child{grid-row:span 2;height:532px}.phone{max-width:330px;margin:auto}.coach{gap:38px}.coach-photo{order:2}.coach blockquote{font-size:23px}.reviews{grid-template-columns:1fr 1fr}.cert-grid{grid-template-columns:1fr}.cert-grid img{height:auto}.final{gap:38px}.final img{max-height:400px}footer{padding:28px 18px 100px;align-items:flex-start;flex-wrap:wrap}footer small{width:100%}.mobile-cta{display:block;position:fixed;z-index:20;left:12px;right:12px;bottom:max(12px,env(safe-area-inset-bottom));background:linear-gradient(100deg,var(--orange),var(--orange2));color:#111;text-align:center;padding:16px;border-radius:999px;font-weight:900;box-shadow:0 10px 35px #0005}}@media(max-width:430px){.hero-media>img{height:470px}.hero-stats span{font-size:10px}.home-kit{grid-template-columns:1fr}.reviews{grid-template-columns:1fr 1fr;gap:7px}.gallery{gap:7px}.gallery img{border-radius:14px}}
