.landing{background:var(--background);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;font-size:16px;font-weight:400;line-height:1.55;overflow-x:hidden}.landing h1,.landing h2,.landing h3,.landing h4{font-family:var(--font-sans);letter-spacing:-.02em;color:var(--text-primary);font-weight:800}.landing .container{max-width:1240px;margin:0 auto;padding:0 32px}.landing .btn{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:14px 28px;font-size:15px;font-weight:600;line-height:1;transition:transform .15s,box-shadow .2s,background .15s,filter .15s;display:inline-flex}.landing .btn-primary{background:var(--accent);color:#fff}.landing .btn-primary:hover{filter:brightness(1.05);transform:translateY(-1px)}.landing .btn-dark{background:var(--primary);color:#fff}.landing .btn-dark:hover{box-shadow:var(--shadow-lg);transform:translateY(-1px)}.landing .btn-ghost{background:var(--surface);color:var(--text-primary);border:1px solid var(--border)}.landing .btn-ghost:hover{background:var(--surface-muted)}.landing .btn-ghost-dark{color:#fff;background:#ffffff1a;border:1px solid #ffffff4d}.landing .btn-ghost-dark:hover{background:#ffffff2e}.landing .site-nav{z-index:50;transition:background .25s,box-shadow .25s,-webkit-backdrop-filter .25s,backdrop-filter .25s;position:fixed;top:0;left:0;right:0}.landing .site-nav.transparent{background:0 0}.landing .site-nav.solid{-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--border);background:#fffffff2}.landing .site-nav .inner{justify-content:space-between;align-items:center;max-width:1240px;margin:0 auto;padding:20px 32px;display:flex}.landing .site-nav .links{align-items:center;gap:28px;font-size:15px;font-weight:500;display:flex}.landing .site-nav.transparent .links a:not(.btn-primary){color:#ffffffd9}.landing .site-nav.transparent .links a:not(.btn-primary):hover{color:#fff}.landing .site-nav.solid .links a:not(.btn-primary){color:var(--text-secondary)}.landing .site-nav.solid .links a:not(.btn-primary):hover{color:var(--text-primary)}.landing .site-nav .logo-img{width:auto;height:44px;transition:filter .25s;display:block}.landing .site-nav.transparent .logo-img{filter:brightness(0)invert()}.landing .hero{padding:0 0 100px;position:relative}.landing .hero-inner{background:var(--primary);min-height:min(880px,92vh);position:relative;overflow:hidden}.landing .hero-bg{background-image:url(/hero-bg.jpg);background-position:50% 30%;background-size:cover;position:absolute;inset:0}.landing .hero-bg:after{content:"";background:linear-gradient(105deg,#023300d9 0%,#02330080 45%,#0233001f 75%,#0000 100%);position:absolute;inset:0}.landing .hero-content{z-index:2;color:#fff;text-align:left;max-width:720px;margin:0 auto 0 max(32px,50vw - 588px);padding:180px 64px 140px;position:relative}.landing .eyebrow{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-pill);color:#fff;background:#ffffff24;border:1px solid #fff3;align-items:center;gap:10px;margin-bottom:24px;padding:8px 14px;font-size:13px;font-weight:500;display:inline-flex}.landing .eyebrow .dot{background:var(--accent);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #e8652e47}.landing h1.hero-title{color:#fff;letter-spacing:-.03em;margin:0 0 24px;font-size:clamp(40px,5.6vw,76px);font-weight:800;line-height:1.05}.landing h1.hero-title .accent{color:var(--accent)}.landing .hero-sub{color:#ffffffe0;max-width:560px;margin:0 0 40px;font-size:19px;font-weight:400;line-height:1.6}.landing .hero-sub b{color:#fff;font-weight:700}.landing .hero-cta{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.landing .hero-cta .btn{padding:16px 30px;font-size:16px}.landing .hero-caption{color:#ffffffb3;margin-top:24px;font-size:13px;font-weight:500}.landing .hero-mascot{z-index:2;pointer-events:none;filter:drop-shadow(0 30px 40px #0000004d);width:min(50%,580px);animation:7s ease-in-out infinite landingBob;position:absolute;bottom:-10px;right:-30px}@keyframes landingBob{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.landing .reminder{z-index:3;background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);align-items:center;gap:12px;max-width:260px;padding:14px 16px;font-size:13px;display:flex;position:absolute}.landing .reminder .ic{font-size:22px}.landing .reminder .txt{flex-direction:column;display:flex}.landing .reminder .tag{color:var(--text-muted);letter-spacing:.02em;text-transform:uppercase;font-size:11px;font-weight:500}.landing .reminder .name{color:var(--text-primary);font-size:14px;font-weight:700}.landing .reminder .date{color:var(--status-green);font-size:12px;font-weight:600}.landing .rem-1{animation:8s ease-in-out infinite landingBob;top:140px;right:22%;transform:rotate(-3deg)}.landing .rem-2{animation:7s ease-in-out -2s infinite landingBob;top:40%;right:6%;transform:rotate(2deg)}.landing .rem-3{animation:9s ease-in-out -4s infinite landingBob;bottom:96px;right:32%;transform:rotate(-1.5deg)}.landing .stat-band{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);z-index:4;max-width:1176px;box-shadow:var(--shadow-card);grid-template-columns:repeat(4,1fr);margin:-56px auto 0;display:grid;position:relative;overflow:hidden}.landing .stat-band .cell{border-right:1px solid var(--border);padding:36px 32px}.landing .stat-band .cell:last-child{border-right:none}.landing .stat-band .num{letter-spacing:-.025em;color:var(--text-primary);font-size:32px;font-weight:800}.landing .stat-band .lbl{color:var(--text-secondary);margin-top:4px;font-size:13px}.landing .stat-band .num.orange{color:var(--accent)}.landing section.sec{padding:140px 0;position:relative}.landing .sec-head{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:64px;display:flex}.landing .sec-head>div{width:100%}.landing .sec-tag{color:var(--accent);letter-spacing:0;text-transform:uppercase;font-size:13px;font-weight:700}.landing h2.sec-title{letter-spacing:-.025em;max-width:880px;margin:0;font-size:clamp(32px,4.2vw,52px);font-weight:800;line-height:1.05}.landing h2.sec-title .accent{color:var(--accent)}.landing .sec-sub{color:var(--text-secondary);max-width:640px;margin:0;font-size:17px;line-height:1.6}.landing .sec-head.center{text-align:center;align-items:center}.landing .sec-head.center>div{flex-direction:column;align-items:center;display:flex}.landing .sec-head.center h2.sec-title,.landing .sec-head.center .sec-sub{margin-left:auto;margin-right:auto}.landing .deadlines{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.landing .dcard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;min-height:280px;padding:32px;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden}.landing .dcard:hover{box-shadow:var(--shadow-lg);border-color:#0233002e;transform:translateY(-4px)}.landing .dcard .ic{border-radius:var(--radius-md);background:var(--surface-muted);place-items:center;width:56px;height:56px;margin-bottom:14px;font-size:30px;transition:transform .3s;display:grid}.landing .dcard:hover .ic{transform:scale(1.08)rotate(-4deg)}.landing .dcard h3{margin:0 0 4px;font-size:18px;font-weight:800}.landing .dcard .freq{color:var(--text-secondary);flex:1;font-size:14px}.landing .dcard .chip{border-radius:var(--radius-pill);background:var(--status-red-bg);color:var(--status-red);align-items:center;gap:6px;width:fit-content;margin-top:14px;padding:5px 10px;font-size:12px;font-weight:600;display:inline-flex}.landing .dcard .reveal{background:var(--primary);color:#fff;padding:20px 24px;font-size:13px;line-height:1.55;transition:bottom .4s cubic-bezier(.3,.9,.3,1);position:absolute;bottom:-120%;left:0;right:0}.landing .dcard:hover .reveal{bottom:0}.landing .dcard .reveal .penalty{color:var(--accent);text-transform:uppercase;letter-spacing:.05em;margin-top:6px;font-size:12px;font-weight:700}.landing .steps{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.landing .step{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:40px;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden}.landing .step:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.landing .step .num{color:var(--accent);letter-spacing:.08em;background:var(--surface);border-radius:var(--radius-pill);border:1px solid var(--border);padding:6px 12px;font-size:12px;font-weight:700;display:inline-block}.landing .step h3{margin:16px 0 8px;font-size:22px;font-weight:800}.landing .step p{color:var(--text-secondary);margin:0;font-size:15px}.landing .step .huggo-slot{justify-content:center;align-items:flex-end;min-height:180px;margin-top:22px;display:flex;position:relative}.landing .step .huggo-slot img{filter:drop-shadow(0 18px 22px #00000024);width:auto;max-height:220px;transition:transform .4s}.landing .step:hover .huggo-slot img{transform:translateY(-4px)rotate(-1.5deg)}.landing .pricing{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.landing .tier{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);flex-direction:column;padding:44px 36px;transition:transform .25s,box-shadow .25s;display:flex;position:relative}.landing .tier:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.landing .tier.featured{background:var(--primary);color:#fff;border:none;transform:translateY(-16px);box-shadow:0 40px 80px -24px #02330073}.landing .tier.featured:hover{transform:translateY(-20px)}.landing .tier.featured .kicker{color:#ffffffa6}.landing .tier.featured h3,.landing .tier.featured .price{color:#fff}.landing .tier .badge{background:var(--accent);color:#fff;border-radius:var(--radius-pill);text-transform:uppercase;letter-spacing:.08em;padding:6px 14px;font-size:11px;font-weight:700;position:absolute;top:-14px;left:24px;box-shadow:0 6px 16px -4px #e8652e80}.landing .tier .kicker{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:12px;font-weight:600}.landing .tier h3{margin:4px 0 14px;font-size:26px;font-weight:800}.landing .tier .price{letter-spacing:-.03em;margin-bottom:22px;font-size:52px;font-weight:800;line-height:1}.landing .tier .price small{opacity:.55;font-size:14px;font-weight:500}.landing .tier ul{flex:1;gap:10px;margin:0 0 28px;padding:0;list-style:none;display:grid}.landing .tier li{align-items:flex-start;gap:10px;font-size:14px;display:flex}.landing .tier li .lic{flex-shrink:0;margin-top:3px}.landing .tier li.off{opacity:.4}.landing .tier .tier-btn{border-radius:var(--radius-pill);text-align:center;justify-content:center;align-items:center;gap:6px;padding:14px 20px;font-size:15px;font-weight:600;transition:background .15s,transform .15s,filter .15s;display:inline-flex}.landing .tier:not(.featured) .tier-btn{background:var(--primary);color:#fff}.landing .tier.featured .tier-btn{background:var(--accent);color:#fff}.landing .tier .tier-btn:hover{filter:brightness(1.08);transform:translateY(-1px)}.landing .finale{background-image:url(/kitchen-bg.jpg);background-position:50%;background-size:cover;border-radius:32px;align-items:center;min-height:520px;margin:0 32px 80px;padding:140px 80px;display:flex;position:relative;overflow:hidden}.landing .finale:before{content:"";background:linear-gradient(95deg,#023300a8 0%,#02330070 45%,#0233000f 75%,#0000 100%);position:absolute;inset:0}.landing .finale-inner{z-index:2;text-align:left;color:#fff;max-width:620px;position:relative}.landing .finale h2{letter-spacing:-.025em;color:#fff;margin:0 0 20px;font-size:clamp(40px,5.5vw,72px);font-weight:800;line-height:1.05}.landing .finale h2 em{color:var(--accent);font-style:normal}.landing .finale p{color:#ffffffe0;max-width:520px;margin:0 0 40px;font-size:17px;line-height:1.6}.landing .finale .mascot-sit{z-index:2;filter:drop-shadow(0 28px 36px #00000059);width:min(32%,340px);height:auto;margin:0;position:absolute;bottom:0;right:6%}.landing .site-footer{border-top:1px solid var(--border);color:var(--text-secondary);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;max-width:1240px;margin:0 auto;padding:40px 32px;font-size:14px;display:flex}.landing .site-footer .links{flex-wrap:wrap;gap:24px;display:flex}.landing .site-footer .links a:hover{color:var(--text-primary)}@media (max-width:1000px){.landing .site-nav .inner{padding:16px 20px}.landing .site-nav .links{gap:14px}.landing .site-nav .links a:not(.btn-primary){display:none}.landing .site-nav .logo-img{height:36px}.landing .hero-inner{min-height:auto}.landing .hero-content{text-align:center;max-width:none;margin:0;padding:160px 24px 96px}.landing h1.hero-title{letter-spacing:-.02em;margin-bottom:20px;font-size:clamp(34px,8vw,48px);line-height:1.08}.landing .hero-sub{max-width:420px;margin:0 auto 32px;font-size:16px;line-height:1.55}.landing .hero-cta{justify-content:center;gap:12px;width:auto}.landing .hero-cta .btn{padding:16px 28px;font-size:16px}.landing .hero-cta .btn-ghost-dark,.landing .hero-caption{display:none}.landing .hero-bg:after{background:linear-gradient(#02330094 0%,#02330085 100%)}.landing .hero-mascot{display:none}.landing .rem-1,.landing .rem-2,.landing .rem-3{display:none!important}.landing .eyebrow{margin-left:auto;margin-right:auto}.landing .stat-band{border-radius:var(--radius-md);grid-template-columns:repeat(2,1fr);margin:-32px 16px 0}.landing .stat-band .cell{border-right:1px solid var(--border);text-align:center;padding:24px 16px}.landing .stat-band .cell:nth-child(2n){border-right:none}.landing .stat-band .cell:nth-child(-n+2){border-bottom:1px solid var(--border)}.landing .stat-band .num{font-size:24px}.landing .stat-band .lbl{margin-top:6px;font-size:12px;line-height:1.4}.landing section.sec{padding:88px 0}.landing .sec-head{text-align:center;align-items:center;margin-bottom:44px}.landing .sec-head>div{flex-direction:column;align-items:center;width:100%;display:flex}.landing h2.sec-title{letter-spacing:-.02em;text-wrap:balance;line-height:1.1;white-space:normal!important;font-size:clamp(30px,7.6vw,38px)!important}.landing .sec-sub{text-wrap:pretty;font-size:15px;line-height:1.6}.landing .container{padding:0 20px}.landing .deadlines{grid-template-columns:repeat(2,1fr);gap:12px}.landing .dcard{min-height:200px;padding:22px 18px}.landing .dcard .ic{width:44px;height:44px;margin-bottom:12px;font-size:24px}.landing .dcard h3{font-size:17px}.landing .dcard .freq{font-size:13px}.landing .dcard:hover .reveal{bottom:-120%}.landing .dcard:active .reveal{bottom:0}.landing .steps{grid-template-columns:1fr;gap:16px}.landing .step{padding:32px 24px}.landing .step h3{font-size:22px}.landing .step p{font-size:15px}.landing .pricing{grid-template-columns:1fr;gap:32px}.landing .tier{padding:36px 28px}.landing .tier.featured{margin-top:12px;transform:none}.landing .tier.featured:hover{transform:translateY(-4px)}.landing .tier .price{font-size:44px}.landing .finale{align-items:flex-end;min-height:440px;margin:0 16px 56px;padding:88px 28px}.landing .finale:before{background:linear-gradient(#02330026 0%,#0233008c 45%,#023300d1 100%)}.landing .finale-inner{max-width:none}.landing .finale h2{font-size:clamp(32px,8.5vw,46px);line-height:1.08}.landing .finale p{font-size:16px;line-height:1.55}.landing .finale .mascot-sit{display:none}.landing .site-footer{flex-direction:column;align-items:flex-start;gap:18px;padding:36px 20px}.landing .site-footer .links{flex-wrap:wrap;gap:14px 20px}}@media (max-width:560px){.landing .stat-band{grid-template-columns:repeat(2,1fr);margin:-24px 16px 0}.landing .stat-band .cell{border-right:1px solid var(--border);border-bottom:none;padding:20px 14px}.landing .stat-band .cell:nth-child(2n){border-right:none!important}.landing .stat-band .cell:nth-child(-n+2){border-bottom:1px solid var(--border)!important}.landing .stat-band .cell:last-child{border-bottom:none!important}.landing .stat-band .num{font-size:22px}.landing h1.hero-title{font-size:clamp(32px,9vw,42px)}.landing .hero-cta{flex-direction:column;align-items:center}.landing .hero-cta .btn{width:auto}.landing section.sec{padding:72px 0}}
