:root{--purple:#4e1f76;--purple-light:#f1daff;--orange:#ff7a00;--orange-light:#ffe4d2;--peach-bg:#fcf8ef;--brown:#584235;--green:#006e22;--green-light:#98f899;--blue:#00a8ff;--ink:#1a1c1c;--line:#e0c0af4d;--shadow:0px 20px 40px -10px #4e1f760f;--section-px:clamp(20px, 5vw, 64px);--section-pt-hero:clamp(72px, 10vw, 120px)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--peach-bg);color:var(--brown);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,sans-serif;overflow-x:hidden}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.wrap{max-width:1360px;padding:0 var(--section-px);margin:0 auto}section{scroll-margin-top:80px;position:relative}header.nav{z-index:100;-webkit-backdrop-filter:blur(12px);background:#f9f9f9e0;border-bottom:1px solid #e0c0af4d;position:sticky;top:0;box-shadow:0 1px 2px #0000000d}.nav-inner{max-width:1360px;padding:0 var(--section-px);justify-content:space-between;align-items:center;gap:16px;height:72px;margin:0 auto;display:flex}.logo{flex-shrink:0;align-items:center;gap:10px;font-size:20px;font-weight:700;display:flex}.logo .mark{background:linear-gradient(135deg,#ff9146,#fe734c);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex;overflow:hidden}.logo .txt-fit{color:var(--ink)}.logo .txt-pumpkin{color:var(--orange)}nav.links{align-items:center;gap:32px;display:flex}nav.links a{color:var(--brown);padding-bottom:6px;font-size:16px;position:relative}nav.links a.active{color:var(--orange);font-weight:600}nav.links a.active:after{content:"";background:var(--orange);border-radius:2px;height:2px;position:absolute;bottom:-6px;left:0;right:0}.btn{white-space:nowrap;border-radius:16px;align-items:center;gap:8px;padding:12px 32px;font-size:16px;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--orange);color:#fff;box-shadow:0 10px 25px -5px #ff7a0066}.btn-primary:hover{box-shadow:0 14px 30px -5px #ff7a0080}.btn-outline{color:var(--purple);border:2px solid var(--purple);background:0 0}.btn-small{border-radius:16px;padding:10px 24px;font-size:16px}.icon-arrow{flex:none;width:14px;height:14px}.hamburger{cursor:pointer;z-index:200;background:0 0;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;display:none}.hamburger span{background:var(--purple);transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:transform .3s,opacity .3s,width .3s;display:block}.hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{-webkit-backdrop-filter:blur(16px);z-index:99;opacity:0;pointer-events:none;background:#fcf8eff7;flex-direction:column;justify-content:flex-start;align-items:center;gap:0;padding:40px 24px;transition:opacity .3s,transform .3s;display:none;position:fixed;inset:72px 0 0;transform:translateY(-8px)}.mobile-menu.open{opacity:1;pointer-events:all;transform:translateY(0)}.mobile-menu a{text-align:center;width:100%;color:var(--purple);border-bottom:1px solid var(--line);padding:18px 0;font-size:24px;font-weight:600;transition:color .2s;display:block}.mobile-menu a.active{color:var(--orange)}.mobile-menu a:last-child{border-bottom:none}.mobile-menu .mob-cta{text-align:center;background:var(--orange);color:#fff;border:none;border-radius:16px;width:100%;margin-top:32px;padding:14px 32px;font-size:18px;font-weight:700;box-shadow:0 10px 25px -5px #ff7a0066}.hero{padding:clamp(64px, 8vw, 120px) var(--section-px) clamp(48px, 6vw, 80px);grid-template-columns:1fr 1fr;align-items:center;gap:40px;max-width:1360px;margin:0 auto;display:grid}.hero h1{letter-spacing:-2.5px;color:var(--purple);margin-bottom:24px;font-size:64px;font-weight:800;line-height:1.08}.hero h1 .accent{color:var(--orange)}.hero p.lead{color:var(--brown);max-width:460px;margin-bottom:32px;font-size:18px;line-height:1.55}.hero .cta-row{flex-wrap:wrap;gap:16px;display:flex}.hero-art{justify-content:center;align-items:center;width:100%;height:auto;display:flex;position:relative}.hero-art>img,.hero-img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:560px;margin:0 auto;display:block}.hero-blur{background:var(--orange-light);opacity:.5;filter:blur(48px);border-radius:9999px;position:absolute;inset:-10% -20%}.phone{background:#111827;border-radius:36px;width:230px;height:470px;padding:8px;position:absolute;box-shadow:0 30px 60px -10px #4e1f7640}.phone .screen{background:#fcf8ef;border-radius:28px;width:100%;height:100%;position:relative;overflow:hidden}.phone-back{z-index:1;opacity:.85;top:0;left:230px;transform:rotate(-6deg)}.phone-back .screen{background:#ede7dc}.phone-front{z-index:2;top:20px;left:120px}.phone-screen-header{justify-content:space-between;align-items:center;padding:16px 16px 8px;display:flex}.phone-screen-header .brand{font-size:11px;font-weight:700}.phone-screen-header .brand span:first-child{color:var(--ink)}.phone-screen-header .brand span:last-child{color:var(--orange)}.greet{color:var(--ink);padding:4px 16px 0;font-size:13px;font-weight:600}.greet .tag{color:#006e22;background:#e9fbe9;border-radius:20px;align-items:center;gap:4px;margin-top:6px;padding:3px 8px;font-size:9px;display:inline-flex}.calorie-card{background:var(--orange);color:#fff;border-radius:20px;margin:16px;padding:18px;box-shadow:0 15px 30px -8px #ff7a0080}.calorie-top{align-items:center;gap:14px;display:flex}.ring{background:conic-gradient(#fff 0% 30%,#ffffff40 30% 100%);border-radius:50%;flex:none;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.ring-inner{background:var(--orange);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.ring-inner b{font-size:16px;line-height:1}.ring-inner span{opacity:.85;font-size:6px}.macros{flex-direction:column;flex:1;gap:6px;display:flex}.macro-row{justify-content:space-between;font-size:10px;display:flex}.macro-bar{background:#ffffff59;border-radius:4px;height:4px;margin-top:2px}.macro-bar i{background:#fff;border-radius:4px;height:100%;display:block}.cal-footer{border-top:1px solid #ffffff40;justify-content:space-between;margin-top:14px;padding-top:10px;font-size:9px;display:flex}.cal-footer b{font-size:11px;display:block}.mini-card{background:#fff;border-radius:14px;padding:10px 14px;font-size:10px;position:absolute;box-shadow:0 12px 28px -8px #4e1f762e}.mini-blood{z-index:3;top:150px;right:-40px}.mini-blood .k{color:#994700;font-size:11px;font-weight:700}.mini-nutrition{z-index:3;width:130px;bottom:-10px;left:-60px}.mini-nutrition .row{justify-content:space-between;margin-top:4px;display:flex}.mini-nutrition .bar{background:#e2e2e5;border-radius:3px;height:3px;margin-top:2px}.mini-nutrition .bar i{border-radius:3px;height:100%;display:block}.section-head{text-align:center;max-width:760px;margin:0 auto 56px}.section-head h2{letter-spacing:-1px;color:var(--purple);font-size:clamp(28px,5vw,44px);font-weight:700;line-height:1.18}.section-head p{color:var(--brown);margin-top:12px;font-size:16px}.badge-soon{vertical-align:middle;background:var(--green-light);color:#002105;letter-spacing:.6px;text-transform:uppercase;border-radius:4px;align-items:center;margin-left:12px;padding:4px 8px;font-size:11px;font-weight:700;display:inline-flex}.features{padding:clamp(80px, 10vw, 160px) var(--section-px) 0;max-width:1360px;margin:0 auto}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;display:grid}.feature-card{box-shadow:var(--shadow);text-align:center;background:#fff;border-radius:24px;padding:32px 28px 44px;transition:transform .25s,box-shadow .25s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 28px 48px -10px #4e1f761a}.feature-icon{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;display:flex}.feature-icon.orange{background:var(--orange-light)}.feature-icon.purple{background:var(--purple-light)}.feature-icon.grey{background:#e8e8e8}.feature-card h3{color:var(--purple);margin-bottom:12px;font-size:24px;font-weight:600}.feature-card p{color:var(--brown);max-width:280px;margin:0 auto;font-size:16px}.bento{padding:48px var(--section-px) 80px;max-width:1360px;margin:0 auto}.bento-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.bento-card{box-shadow:var(--shadow);background:#fff;border-radius:24px;padding:40px}.bento-big h3{letter-spacing:-.8px;color:var(--purple);margin-bottom:16px;font-size:clamp(24px,3.5vw,40px);font-weight:700;line-height:1.2}.bento-big p{max-width:400px;margin-bottom:24px;font-size:18px}.pill-row{flex-wrap:wrap;gap:20px;display:flex}.pill{flex-direction:column;align-items:center;gap:8px;display:flex}.pill .dot{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.pill span{color:var(--ink);font-size:11px;font-weight:700}.planner-mock{background:linear-gradient(135deg,#fff6ed,#fdefe0);border-radius:20px;flex-direction:column;gap:12px;height:100%;min-height:340px;padding:24px;display:flex;position:relative;overflow:hidden}.planner-mock .top{justify-content:space-between;align-items:center;display:flex}.planner-mock .top strong{color:var(--purple);font-size:18px}.planner-week{flex:1;grid-template-columns:repeat(7,1fr);gap:8px;display:grid}.planner-day{background:#fff;border-radius:10px;flex-direction:column;gap:4px;padding:6px;display:flex}.planner-day span{color:var(--brown);font-size:8px;font-weight:700}.planner-day i{background:var(--orange-light);border-radius:6px;width:100%;height:14px;display:block}.planner-day i:nth-child(3){background:var(--purple-light)}.planner-day i:nth-child(4){background:#e9fbe9}.bento-row{grid-template-columns:1.1fr .9fr;gap:24px;margin-top:24px;display:grid}.plans-card h4{color:var(--purple);margin-bottom:6px;font-size:24px;font-weight:600}.plans-card p{margin-bottom:16px;font-size:16px}.tag-list{flex-wrap:wrap;gap:10px;display:flex}.tag{border:1px solid var(--green);color:var(--green);border-radius:9999px;padding:8px 16px;font-size:11px;font-weight:500}.tag.purple{border-color:var(--purple);color:var(--purple)}.tag.orange{border-color:var(--orange);color:var(--orange)}.nutrition-card{align-items:center;gap:32px;display:flex}.nutrition-card .info h4{color:var(--purple);margin-bottom:6px;font-size:24px;font-weight:600}.nutrition-card .info p{margin-bottom:10px;font-size:16px}.nutrition-card .info a{color:var(--orange);font-size:11px;font-weight:500}.donut{background:conic-gradient(var(--orange) 0% 22%, var(--green) 22% 46%, #e8e8e8 46% 100%);border-radius:50%;flex:none;justify-content:center;align-items:center;width:140px;height:140px;display:flex;position:relative}.donut:before{content:"";background:#fff;border-radius:50%;position:absolute;inset:16px}.donut .center{text-align:center;z-index:1;position:relative}.donut .center b{color:var(--purple);font-size:22px;font-weight:700;display:block}.donut .center span{color:var(--brown);font-size:11px;font-weight:500}.core{padding:80px var(--section-px) 120px;max-width:1360px;margin:0 auto}.core-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;display:grid}.core-card{box-shadow:var(--shadow);background:#fff;border-radius:24px;align-items:flex-start;gap:16px;padding:24px;transition:transform .25s;display:flex}.core-card:hover{transform:translateY(-3px)}.core-card.highlight{background:#fff0e44d;box-shadow:0 0 0 2px #ff7a0033}.core-icon{border-radius:50%;flex:none;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.core-card h4{color:var(--purple);margin-bottom:4px;font-size:24px;font-weight:600}.core-card.highlight h4{color:var(--orange)}.core-card.green h4{color:var(--green)}.core-card .kicker{color:var(--ink);margin-bottom:4px;font-size:11px;font-weight:700;display:block}.core-card p{color:var(--brown);font-size:14px}.carousel-section{color:#fff;background:linear-gradient(116.77deg,#ff9146 5.66%,#ff734c 97.93%);padding:54px 0}.carousel-head{max-width:1360px;padding:0 var(--section-px);justify-content:space-between;align-items:flex-end;margin:0 auto 40px;display:flex}.carousel-head h2{letter-spacing:-1px;color:#fff;font-size:clamp(28px,5vw,44px);font-weight:700}.carousel-head p{color:#ffffffab;margin-top:4px;font-size:clamp(16px,2.5vw,24px);font-weight:600}.coverflow-nav{z-index:10;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26;border:2px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;padding-bottom:6px;font-size:40px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:50%;transform:translateY(-50%)}.coverflow-nav:hover{color:var(--orange);background:#fff;border-color:#fff;transform:translateY(-50%)scale(1.1);box-shadow:0 12px 24px #00000026}.coverflow-nav.left{left:40px}.coverflow-nav.right{right:40px}.coverflow-stage{justify-content:center;align-items:center;height:620px;margin-top:40px;padding:0 40px;display:flex;position:relative;overflow:visible}.coverflow-card{text-align:center;width:250px;transform-style:preserve-3d;will-change:transform, opacity, filter;transition:transform .72s cubic-bezier(.4,0,.2,1),opacity .72s cubic-bezier(.4,0,.2,1),filter .72s cubic-bezier(.4,0,.2,1);position:absolute}.coverflow-img-wrap{border-radius:32px;position:relative;overflow:hidden;box-shadow:0 40px 70px -20px #00000059}.coverflow-img{border-radius:32px;width:100%;height:auto;display:block}.coverflow-coming-soon{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000001f;border-radius:32px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.coverflow-coming-soon span{color:var(--purple);background:#ffffffeb;border-radius:24px;padding:8px 20px;font-size:13px;font-weight:700;box-shadow:0 4px 12px #0000001a}.label{color:#ffffffd9;letter-spacing:.3px;font-size:13px;font-weight:600}.coverflow-dots{justify-content:center;gap:8px;margin-top:32px;padding-bottom:8px;display:flex}.coverflow-dot{cursor:pointer;background:#ffffff59;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .3s,transform .3s}.coverflow-dot.active{background:#fff;transform:scale(1.35)}.coverflow-dot:focus-visible{outline-offset:2px;outline:2px solid #fff}.as-header{justify-content:space-between;align-items:center;padding:14px 14px 6px;display:flex}.as-header b{color:var(--ink);font-size:10px}.as-header b span{color:var(--orange)}.as-body{flex-direction:column;flex:1;gap:8px;padding:0 14px;display:flex}.as-title{color:var(--ink);font-size:12px;font-weight:600}.as-sub{color:var(--brown);font-size:8px}.as-ring{background:conic-gradient(var(--orange) 0 30%, #e8e8e8 30% 100%);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:6px 0;display:flex}.as-ring i{background:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.as-ring i b{color:var(--purple);font-size:13px}.as-ring i span{font-size:5px}.as-list-item{background:#fff;border-radius:8px;justify-content:space-between;padding:6px 8px;font-size:8px;display:flex;box-shadow:0 2px 6px #0000000a}.as-progress{background:#e2e2e5;border-radius:4px;height:4px;margin:4px 0}.as-progress i{background:var(--orange);border-radius:4px;height:100%;display:block}.as-cal{grid-template-columns:repeat(5,1fr);gap:4px;margin-top:4px;display:grid}.as-cal div{text-align:center;background:#fff;border-radius:6px;padding:4px 0;font-size:7px;box-shadow:0 2px 4px #0000000a}.as-cal div.on{background:var(--orange);color:#fff;font-weight:700}.as-btn{background:var(--orange);color:#fff;text-align:center;border-radius:8px;margin:auto 14px 14px;padding:8px;font-size:10px;font-weight:600}.final-cta-wrap{padding:clamp(60px, 8vw, 120px) var(--section-px);max-width:1360px;margin:0 auto}.final-cta{box-shadow:var(--shadow);background:#fff;border-radius:24px;justify-content:space-between;align-items:center;gap:40px;padding:64px;display:flex}.final-cta-left{align-items:center;gap:24px;display:flex}.mascot{background:linear-gradient(135deg,#ffe9cc,#ffd9b0);border-radius:24px;flex:none;justify-content:center;align-items:center;width:150px;height:150px;font-size:76px;display:flex}.final-cta h3{letter-spacing:-.8px;color:var(--purple);max-width:480px;font-size:clamp(24px,3.5vw,40px);font-weight:700;line-height:1.2}.final-cta h3 .o{color:var(--orange)}.final-cta h3 .g{color:var(--green)}.store-btns{flex-direction:column;align-items:flex-end;gap:16px;display:flex}.store-row{flex-wrap:wrap;gap:16px;display:flex}.store-btn{color:#fff;background:#000;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;transition:background .2s,transform .2s;display:flex}.store-btn:hover{background:#222;transform:translateY(-1px)}.store-btn .txt span{text-transform:uppercase;font-size:10px;display:block}.store-btn .txt b{font-size:14px;display:block}.store-btns .link{letter-spacing:1.1px;text-transform:uppercase;color:var(--orange);font-size:11px;font-weight:700}footer{color:#fff;padding:64px var(--section-px) 32px;background:#ff9146}.footer-inner{max-width:1360px;margin:0 auto}.footer-top{grid-template-columns:1.3fr .8fr .8fr 1fr;gap:32px;display:grid}.footer-brand .logo{margin-bottom:12px}.footer-brand .logo .txt-fit{color:#fff}.footer-brand p{color:#f1daffcc;max-width:280px;margin-bottom:20px;font-size:11px}.social-row{gap:16px;display:flex}.social-row a{color:#f1daffcc;justify-content:center;align-items:center;width:20px;height:20px;font-size:14px;display:flex}.footer-col h5{letter-spacing:.96px;text-transform:uppercase;color:var(--ink);margin-bottom:16px;font-size:12px;font-weight:700}.footer-col a{color:#f1daffcc;margin-bottom:12px;font-size:16px;display:block}.newsletter p{color:#f1daffcc;margin-bottom:12px;font-size:11px;font-weight:500;line-height:1.4}.newsletter form{display:flex}.newsletter input{color:#fff;background:#ff7a00ad;border:none;border-radius:8px 0 0 8px;flex:1;padding:11px 12px;font-size:14px}.newsletter input::placeholder{color:#f1daffc7}.newsletter button{background:var(--orange);color:#fff;border-radius:0 8px 8px 0;padding:0 16px;font-size:14px}.footer-bottom{border-top:1px solid #f1daff33;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:32px;padding-top:24px;display:flex}.footer-bottom p{color:#f1daffbf;font-size:11px;font-weight:600}.footer-legal{gap:16px;display:flex}.footer-legal a{letter-spacing:.3px;color:#f1daffd9;text-underline-offset:3px;font-size:11px;font-weight:700;-webkit-text-decoration:underline #f1daff59;text-decoration:underline #f1daff59;transition:color .2s,text-decoration-color .2s}.footer-legal a:hover{color:#fff;text-decoration-color:#f1daffcc}a:focus-visible,button:focus-visible{outline:2px solid var(--orange);outline-offset:2px}@media (width<=1100px){.hero{grid-template-columns:1fr}.hero-art{max-width:480px;height:auto;margin:0 auto}.hero-art>img,.hero-img{max-height:420px}.phone{width:190px;height:390px}.phone-front{top:10px;left:90px}.phone-back{left:190px}.bento-grid,.bento-row{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr 1fr;row-gap:32px}.final-cta{text-align:center;flex-direction:column;padding:48px 40px}.final-cta-left{flex-direction:column;align-items:center}.store-btns{align-items:center}.coverflow-stage{height:520px}.coverflow-card{width:190px}}@media (width<=768px){.nav-inner{height:64px;padding:0 20px}nav.links,.nav-cta{display:none}.hamburger{display:flex}.mobile-menu{max-height:calc(100vh - 64px);display:flex;top:64px;overflow-y:auto}.hero{text-align:center;grid-template-columns:1fr;gap:32px;padding:28px 20px 40px}.hero-copy{order:1}.hero-art{order:2;width:100%;max-width:360px;height:auto;margin:0 auto}.hero-art>img,.hero-img{width:auto;height:auto;max-height:320px}.hero h1{letter-spacing:-1.5px;margin-bottom:16px;font-size:clamp(32px,8vw,48px)}.hero h1 br{display:none}.hero p.lead{max-width:340px;margin:0 auto 24px;font-size:16px}.hero .cta-row{justify-content:center;gap:12px}.hero .cta-row .btn{padding:12px 22px;font-size:14px}.phone{border-radius:28px;width:150px;height:308px}.phone .screen{border-radius:22px}.phone-front{top:12px;left:72px}.phone-back{top:0;left:150px}.section-head{margin-bottom:32px;padding:0 4px}.section-head h2{font-size:clamp(24px,6vw,32px)}.features{padding:56px 20px 0}.feature-grid{grid-template-columns:1fr;gap:14px}.feature-card{padding:28px 24px 36px}.feature-card h3{font-size:20px}.feature-card p{font-size:15px}.bento{padding:32px 20px 48px}.bento-grid{grid-template-columns:1fr;gap:16px}.bento-card{border-radius:20px;padding:24px 20px}.bento-big h3{margin-bottom:12px;font-size:clamp(20px,5vw,28px)}.bento-big p{margin-bottom:18px;font-size:15px}.pill-row{gap:14px}.bento-row{grid-template-columns:1fr;gap:16px;margin-top:16px}.plans-card h4{font-size:20px}.nutrition-card{flex-direction:column;align-items:flex-start;gap:20px}.donut{align-self:center;width:110px;height:110px}.donut .center b{font-size:18px}.core{padding:48px 20px 64px}.core-grid{grid-template-columns:1fr;gap:14px}.core-card{border-radius:18px;padding:20px 18px}.core-card h4{font-size:18px}.core-card p{font-size:13px}.carousel-section{padding:48px 0 40px;overflow:hidden}.carousel-head{flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:24px;padding:0 20px}.carousel-head h2{font-size:clamp(24px,6vw,32px)}.carousel-head p{font-size:16px}.coverflow-stage{height:420px;padding:0 16px}.coverflow-card{width:140px}.coverflow-nav{width:44px;height:44px;font-size:28px}.coverflow-nav.left{left:10px}.coverflow-nav.right{right:10px}.coverflow-img-wrap,.coverflow-img{border-radius:24px}.final-cta-wrap{padding:40px 20px 48px}.final-cta{text-align:center;border-radius:20px;flex-direction:column;align-items:center;gap:28px;padding:32px 24px}.final-cta-left{flex-direction:column;align-items:center;gap:16px}.mascot{border-radius:18px;width:100px;height:100px;font-size:52px}.final-cta h3{font-size:clamp(20px,5.5vw,28px)}.store-btns{align-items:center;width:100%}.store-row{flex-wrap:wrap;justify-content:center;gap:12px}.store-btn{border-radius:10px;padding:10px 16px}footer{padding:40px 20px 24px}.footer-top{grid-template-columns:1fr;gap:28px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:12px}.footer-legal{flex-wrap:wrap;gap:12px}.newsletter form{flex-direction:row}.newsletter input{border-radius:8px 0 0 8px;min-width:0}.newsletter button{border-radius:0 8px 8px 0;min-width:48px}}@media (width<=480px){.nav-inner{gap:8px;padding:0 16px}.nav-inner .btn-small{padding:8px 14px;font-size:13px}.logo{font-size:18px}.logo .mark{width:34px;height:34px}}@media (width>=768px) and (width<=1024px){.core-grid{grid-template-columns:repeat(3,1fr)}.feature-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=390px){.hero h1{font-size:28px}.hero .cta-row{flex-direction:column;align-items:center}.hero .cta-row .btn{justify-content:center;width:100%}.store-row{flex-direction:column;align-items:center}.store-btn{justify-content:center;width:100%}.coverflow-card{width:120px}.coverflow-stage{height:360px}}.pp-hero{padding:72px var(--section-px) 64px;background:linear-gradient(116.77deg,#ff9146 5.66%,#ff734c 97.93%)}.pp-hero-inner{flex-direction:column;align-items:flex-start;gap:12px;max-width:820px;margin:0 auto;display:flex}.pp-badge{color:#fff;letter-spacing:1px;text-transform:uppercase;background:#ffffff38;border:1px solid #ffffff59;border-radius:99px;align-items:center;padding:5px 14px;font-size:12px;font-weight:700;display:inline-flex}.pp-title{letter-spacing:-2px;color:#fff;font-size:clamp(36px,7vw,60px);font-weight:800;line-height:1.05}.pp-meta{color:#ffffffbf;font-size:14px;font-weight:500}.pp-wrap{max-width:820px;padding:48px var(--section-px) 80px;margin:0 auto}.pp-card{background:#fff;border-radius:24px;padding:56px 64px;box-shadow:0 24px 48px -12px #4e1f7614}.pp-section{flex-direction:column;gap:14px;display:flex}.pp-h2{color:var(--purple);padding-left:16px;font-size:22px;font-weight:700;line-height:1.25;position:relative}.pp-h2:before{content:"";background:var(--orange);border-radius:3px;width:3px;position:absolute;top:4px;bottom:4px;left:0}.pp-section p{color:var(--brown);font-size:16px;line-height:1.75}.pp-list{flex-direction:column;gap:12px;padding:0;list-style:none;display:flex}.pp-list li{color:var(--brown);background:var(--peach-bg);border-radius:12px;padding:14px 18px 14px 48px;font-size:16px;line-height:1.7;position:relative}.pp-list li:before{content:"→";color:var(--orange);font-weight:700;position:absolute;top:14px;left:18px}.pp-list strong{color:var(--purple)}.pp-link{color:var(--orange);border-bottom:1px solid #ff7a004d;font-weight:600;transition:border-color .2s}.pp-link:hover{border-color:var(--orange)}.pp-divider{background:var(--line);height:1px;margin:32px 0}.pp-footer-cta{justify-content:center;margin-top:48px;display:flex}.pp-footer{color:#fff;padding:28px var(--section-px);background:#ff9146;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.pp-footer p{color:#ffffffbf;font-size:13px}.pp-footer-links{gap:20px;display:flex}.pp-footer-links a{color:#ffffffd9;font-size:13px;font-weight:500}.pp-footer-links a:hover{color:#fff}@media (width<=768px){.pp-hero{padding:48px 20px 44px}.pp-title{letter-spacing:-1px;font-size:clamp(28px,8vw,40px)}.pp-wrap{padding:24px 16px 48px}.pp-card{border-radius:18px;padding:28px 20px}.pp-h2{font-size:18px}.pp-section p,.pp-list li{font-size:15px}.pp-footer{flex-direction:column;align-items:flex-start;padding:24px 20px}}
