:root{--red:#FF0033;--ink:#171D29;--muted:#637080;--soft:#F5F7FA;--line:#E3E7EC;--blue:#075985}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}.site-header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,5vw,76px);border-bottom:1px solid var(--line);background:rgba(255,255,255,.94);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:11px;font-weight:900;font-size:1.25rem}.brand-mark{width:38px;height:38px;display:grid;place-items:center;padding-left:3px;border-radius:12px;color:#fff;background:var(--red);box-shadow:0 7px 18px #ff00333d}.site-header nav{display:flex;align-items:center;gap:28px;font-weight:750}.nav-button{padding:12px 18px;border-radius:12px;color:#fff;background:var(--red)}.hero{min-height:690px;display:grid;grid-template-columns:minmax(0,1fr) minmax(480px,.95fr);align-items:center;gap:5vw;padding:70px clamp(24px,6vw,92px);background:radial-gradient(circle at 88% 12%,#ffe6ec 0,transparent 31%),linear-gradient(150deg,#fff 55%,#f7f8fb)}.eyebrow,.section-label{display:inline-block;color:var(--red);font-size:.82rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.hero h1{max-width:760px;margin:18px 0 22px;font-size:clamp(3rem,5.4vw,5.8rem);line-height:.98;letter-spacing:-.055em}.hero h1 span{color:var(--red)}.hero-intro{max-width:680px;margin:0;color:var(--muted);font-size:clamp(1.13rem,1.55vw,1.35rem);line-height:1.6}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.button{min-height:54px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:0 23px;font-weight:900}.button.primary{color:#fff;background:var(--red);box-shadow:0 12px 24px #ff00332f}.button.secondary{border:2px solid var(--line);background:#fff}.checks{display:flex;flex-wrap:wrap;gap:17px 28px;margin:27px 0 0;padding:0;list-style:none;color:#495462;font-weight:700}.checks li:before{content:"✓";margin-right:8px;color:var(--red);font-weight:950}.tablet{position:relative;padding:15px;border-radius:36px;background:#1f2630;box-shadow:0 35px 70px #222a3540,0 0 0 3px #4d555f}.tablet-camera{position:absolute;z-index:2;left:50%;top:5px;width:7px;height:7px;border-radius:50%;background:#0b1017}.tablet-screen{min-height:410px;padding:25px;border-radius:24px;background:#f4f8f7}.demo-top{display:flex;justify-content:space-between;color:#426168;font-size:.85rem}.tablet h2{margin:28px 0 18px;font-size:1.65rem}.topic-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.topic{min-height:120px;display:flex;flex-direction:column;justify-content:flex-end;gap:7px;padding:17px;border-radius:19px;color:#fff;font-size:1.3rem;box-shadow:0 10px 20px #17293322}.topic span{font-size:2rem}.fish{background:linear-gradient(145deg,#078394,#075985)}.nature{background:linear-gradient(145deg,#4d894d,#24552b)}.music{background:linear-gradient(145deg,#a54e78,#6d2f54)}.past{background:linear-gradient(145deg,#c47732,#7b421b)}.problem{display:grid;grid-template-columns:1fr 1fr;gap:8vw;padding:90px clamp(24px,8vw,120px);background:var(--ink);color:#fff}.problem h2,.section-heading h2,.price h2,.features h2,.final-cta h2{margin:12px 0 0;font-size:clamp(2.25rem,4vw,4.35rem);line-height:1.04;letter-spacing:-.045em}.problem-points{font-size:1.22rem;line-height:1.7;color:#c9d0d9}.problem-points p{margin:0 0 18px}.steps{padding:100px clamp(24px,8vw,120px)}.section-heading{text-align:center}.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:55px}.step-grid article{padding:34px;border:1px solid var(--line);border-radius:23px;background:#fff;box-shadow:0 15px 38px #2836480d}.number{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--red);font-weight:950;font-size:1.25rem}.step-grid h3{margin:25px 0 10px;font-size:1.35rem}.step-grid p,.feature-list p,.price p{color:var(--muted);line-height:1.65}.features{display:grid;grid-template-columns:1fr 1fr;min-height:620px}.feature-main{display:flex;flex-direction:column;justify-content:center;padding:70px clamp(24px,7vw,105px);color:#fff;background:linear-gradient(145deg,#ff0033,#bc0026)}.section-label.light{color:#fff9}.player-controls{display:grid;grid-template-columns:1fr 1.1fr 1fr;gap:12px;margin-top:48px}.player-controls span{min-height:95px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:18px;background:#262d39;font-size:2.2rem}.player-controls small{margin-top:5px;font-size:.88rem}.player-controls .pause{color:#1e2630;background:#fff}.feature-list{display:grid;align-content:center;grid-template-columns:1fr 1fr;gap:18px;padding:70px clamp(24px,6vw,85px);background:#f5f7fa}.feature-list div{padding:26px;border-radius:19px;background:#fff;border:1px solid var(--line)}.feature-list strong{font-size:1.15rem}.feature-list p{margin-bottom:0}.price{display:grid;grid-template-columns:1fr 420px;align-items:center;gap:8vw;padding:105px clamp(24px,9vw,130px);background:#fff}.price>div:first-child p{max-width:620px;font-size:1.15rem}.price-card{padding:36px;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:0 25px 70px #202a3a1b}.badge{display:inline-block;padding:7px 11px;border-radius:999px;color:var(--red);background:#ffe8ed;font-weight:900;font-size:.83rem}.amount{margin:19px 0 0!important;color:var(--ink)!important;font-size:4.5rem!important;font-weight:950;line-height:1}.amount sup{font-size:1.6rem;vertical-align:top}.amount small{font-size:2.5rem}.price-card>p:not(.amount){margin:7px 0;color:var(--muted)}.price-card ul{margin:25px 0;padding:0;list-style:none}.price-card li{padding:9px 0;border-bottom:1px solid var(--line);font-weight:700}.price-card li:before{content:"✓";margin-right:10px;color:var(--red)}.full{width:100%}.final-cta{text-align:center;padding:90px 24px;color:#fff;background:var(--ink)}.brand-mark.large{width:60px;height:60px;display:grid;margin:0 auto 24px;border-radius:18px}.final-cta p{margin:17px 0 27px;color:#bdc6d1;font-size:1.15rem}.button.white{color:var(--red);background:#fff}footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:18px;padding:30px clamp(24px,6vw,90px);color:#75808d;background:#11161f;border-top:1px solid #2c3440;font-size:.9rem}footer strong{color:#fff}@media(max-width:940px){.hero{grid-template-columns:1fr;padding-top:55px}.tablet{max-width:650px}.problem,.features,.price{grid-template-columns:1fr}.step-grid{grid-template-columns:1fr}.price-card{max-width:520px}.feature-list{grid-template-columns:1fr 1fr}.site-header nav>a:not(.nav-button){display:none}}@media(max-width:580px){.hero{padding:45px 18px 60px}.hero h1{font-size:3rem}.tablet-screen{min-height:340px;padding:18px}.topic{min-height:100px}.problem,.steps,.feature-main,.feature-list,.price{padding:65px 20px}.feature-list{grid-template-columns:1fr}.site-header{padding:0 17px}.brand{font-size:1.05rem}.nav-button{padding:10px 12px;font-size:.88rem}}
