:root{--cream:#faf7f0;--cream-deep:#f2ede0;--green-dark:#2d3a22;--green-mid:#3c4a2c;--green-soft:#d6e8c8;--gold:#e8b84b;--gold-dark:#c99a2e;--text:#1a2115;--text-muted:#6b7a63;--border:#e2dccc;--white:#fff;--pastel-mint:#e8f5e3;--pastel-yellow:#fef9e7;--pastel-sage:#ebf0e5;--pastel-lavender:#eef0f8;--pastel-peach:#fdf0e8}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--text);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{max-width:1160px;margin:0 auto;padding:0 24px}.section{padding:96px 24px}.section-sm{padding:72px 24px}.section-label{letter-spacing:1.5px;text-transform:uppercase;color:var(--green-mid);background:var(--green-soft);border-radius:20px;margin-bottom:16px;padding:4px 14px;font-size:12px;font-weight:700;display:inline-block}.section-title{color:var(--text);margin-bottom:16px;font-size:clamp(32px,4vw,48px);font-weight:800;line-height:1.15}.section-sub{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:18px;line-height:1.7}.text-center{text-align:center}.btn{cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:8px;padding:14px 32px;font-size:16px;font-weight:700;transition:transform .15s,box-shadow .15s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--gold);color:var(--text);box-shadow:0 6px 20px #e8b84b59}.btn-primary:hover{box-shadow:0 10px 28px #e8b84b73}.btn-secondary{border:2px solid var(--border);color:var(--text-muted);background:0 0}.btn-secondary:hover{border-color:var(--green-mid);color:var(--green-mid)}.btn-ghost{background:var(--white);color:var(--text);border:1px solid var(--border)}nav{z-index:100;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);background:#faf7f0e0;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1160px;height:64px;margin:0 auto;padding:0 24px;display:flex}.nav-logo{align-items:center;gap:10px;display:flex}.nav-logo img{width:auto;height:36px}.nav-links{gap:20px;list-style:none;display:flex}.nav-links a{color:var(--text-muted);font-size:14px;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-actions{align-items:center;gap:10px;display:flex}.btn-nav-login{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:50px;padding:8px 18px;font-size:14px;font-weight:600;transition:all .2s}.btn-nav-login:hover{border-color:var(--green-mid);color:var(--green-mid)}.btn-nav-cta{background:var(--gold);color:var(--text);cursor:pointer;border:none;border-radius:50px;padding:9px 22px;font-size:14px;font-weight:700;transition:all .2s;box-shadow:0 2px 10px #e8b84b4d}.btn-nav-cta:hover{transform:translateY(-1px);box-shadow:0 4px 16px #e8b84b66}.hero-wrap{grid-template-columns:1fr 1fr;align-items:center;gap:64px;max-width:1160px;margin:0 auto;padding:80px 24px 60px;display:grid}.hero-badge{background:var(--green-soft);color:var(--green-mid);letter-spacing:1px;text-transform:uppercase;border-radius:20px;align-items:center;gap:8px;margin-bottom:20px;padding:5px 14px;font-size:12px;font-weight:700;display:inline-flex}.hero-badge span{font-size:14px}.hero-title{color:var(--text);margin-bottom:20px;font-size:clamp(38px,4.5vw,58px);font-weight:900;line-height:1.1}.hero-title .accent{color:var(--green-mid)}.hero-sub{color:var(--text-muted);max-width:480px;margin-bottom:36px;font-size:18px;line-height:1.7}.hero-ctas{flex-wrap:wrap;gap:12px;margin-bottom:20px;display:flex}.hero-fine{color:var(--text-muted);align-items:center;gap:6px;font-size:13px;display:flex}.hero-visual{justify-content:center;align-items:center;display:flex;position:relative}.phone-main{background:var(--white);border:6px solid var(--text);z-index:2;border-radius:36px;width:260px;position:relative;overflow:hidden;box-shadow:0 30px 60px #00000026}.phone-notch{background:var(--text);border-radius:0 0 16px 16px;width:90px;height:24px;margin:0 auto}.phone-screen{background:var(--cream);min-height:460px;padding:12px}.phone-header-bar{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.phone-greeting{color:var(--green-dark);font-size:11px;font-weight:700}.phone-date{color:var(--text-muted);font-size:9px}.phone-deficit-ring{background:var(--white);text-align:center;border:1px solid var(--border);border-radius:14px;margin-bottom:10px;padding:12px}.ring-track{background:conic-gradient(var(--gold) 0deg 200deg, var(--cream-deep) 200deg 360deg);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 8px;display:flex}.ring-inner{background:var(--white);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.ring-kcal{color:var(--text);font-size:13px;font-weight:800}.ring-label{color:var(--text-muted);font-size:7px}.deficit-row{justify-content:space-around;display:flex}.deficit-macro{text-align:center}.deficit-macro .val{color:var(--text);font-size:11px;font-weight:700}.deficit-macro .lbl{color:var(--text-muted);font-size:8px}.phone-meal-log{flex-direction:column;gap:6px;display:flex}.meal-row{background:var(--white);border:1px solid var(--border);border-radius:10px;align-items:center;gap:8px;padding:8px 10px;display:flex}.meal-icon{font-size:18px}.meal-name{color:var(--text);flex:1;font-size:9px;font-weight:600}.meal-kcal{color:var(--gold-dark);font-size:9px;font-weight:700}.meal-label{color:var(--text-muted);margin-bottom:6px;font-size:8px;font-weight:600}.float-badge{background:var(--white);border:1px solid var(--border);z-index:3;border-radius:14px;align-items:center;gap:10px;padding:10px 14px;animation:4s ease-in-out infinite floatBadge;display:flex;position:absolute;box-shadow:0 8px 24px #0000001a}.float-badge-1{animation-delay:0s;top:15%;left:-30px}.float-badge-2{animation-delay:2s;bottom:20%;right:-30px}@keyframes floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.fb-icon{font-size:24px}.fb-label{color:var(--text-muted);font-size:10px;font-weight:600}.fb-val{color:var(--text);font-size:14px;font-weight:800}.hero-blob{background:radial-gradient(circle, var(--green-soft) 0%, transparent 70%);z-index:1;opacity:.7;border-radius:50%;width:380px;height:380px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.stats-bar{background:var(--cream-deep);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:28px 24px}.stats-inner{justify-content:center;align-items:center;gap:0;max-width:900px;margin:0 auto;display:flex}.stat-item{text-align:center;flex:1}.stat-divider{background:var(--border);width:1px;height:48px}.stat-number{color:var(--green-dark);margin-bottom:4px;font-size:32px;font-weight:900;line-height:1}.stat-label{color:var(--text-muted);font-size:13px;font-weight:500}.stat-stars{color:var(--gold);margin-top:2px;font-size:14px}.register-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:52px;display:grid}.register-card{text-align:center;border-radius:24px;flex-direction:column;align-items:center;gap:16px;padding:28px 20px;display:flex}.register-card:first-child{background:var(--pastel-yellow)}.register-card:nth-child(2){background:var(--pastel-mint)}.register-card:nth-child(3){background:var(--pastel-sage)}.register-card:nth-child(4){background:var(--pastel-lavender)}.register-card h3{color:var(--text);font-size:18px;font-weight:800}.register-card p{color:var(--text-muted);font-size:13px;line-height:1.5}.register-phone{background:var(--white);border:3px solid #0000001f;border-radius:20px;width:110px;overflow:hidden}.register-phone-notch{background:#000000d9;border-radius:0 0 8px 8px;width:40px;height:14px;margin:0 auto}.register-phone-screen{flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:160px;padding:8px;display:flex}.rp-icon{font-size:36px}.rp-bar{background:#00000014;border-radius:4px;width:70%;height:6px}.rp-bar-active{background:var(--gold)}.rp-text{color:var(--text-muted);text-align:center;padding:0 4px;font-size:7px;line-height:1.4}.rp-scanner{border:2px solid var(--gold);border-radius:8px;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:relative}.rp-scan-line{background:var(--gold);height:2px;animation:2s ease-in-out infinite scanLine;position:absolute;top:30%;left:0;right:0}@keyframes scanLine{0%,to{top:20%}50%{top:75%}}.feature-row{grid-template-columns:1fr 1fr;align-items:center;gap:64px;margin-bottom:80px;display:grid}.feature-row:last-child{margin-bottom:0}.feature-row.reverse{direction:rtl}.feature-row.reverse>*{direction:ltr}.feature-icon-big{background:var(--green-soft);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;font-size:28px;display:flex}.feature-title{margin-bottom:12px;font-size:28px;font-weight:800}.feature-desc{color:var(--text-muted);margin-bottom:20px;font-size:16px;line-height:1.7}.feature-list{flex-direction:column;gap:10px;list-style:none;display:flex}.feature-list li{color:var(--text-muted);align-items:center;gap:10px;font-size:15px;display:flex}.feature-list li:before{content:"✓";background:var(--green-soft);width:22px;height:22px;color:var(--green-mid);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:800;display:flex}.feature-visual{border-radius:24px;justify-content:center;align-items:center;min-height:320px;padding:28px;display:flex;overflow:hidden}.feature-visual.mint{background:var(--pastel-mint)}.feature-visual.yellow{background:var(--pastel-yellow)}.feature-visual.sage{background:var(--pastel-sage)}.feature-visual.lavender{background:var(--pastel-lavender)}.feature-visual.peach{background:var(--pastel-peach)}.feat-phone{background:var(--white);border:4px solid #0000001a;border-radius:28px;width:180px;overflow:hidden;box-shadow:0 16px 40px #0000001f}.feat-phone-notch{background:#000000d9;border-radius:0 0 10px 10px;width:55px;height:18px;margin:0 auto}.feat-phone-screen{background:var(--cream);min-height:300px;padding:10px}.feat-card{background:var(--white);border:1px solid var(--border);border-radius:10px;margin-bottom:8px;padding:10px}.feat-card-title{color:var(--text);margin-bottom:5px;font-size:9px;font-weight:700}.feat-card-row{justify-content:space-between;align-items:center;display:flex}.feat-card-val{color:var(--green-dark);font-size:18px;font-weight:900}.feat-card-label{color:var(--text-muted);font-size:8px}.feat-progress{background:var(--cream-deep);border-radius:4px;height:6px;margin-top:6px;overflow:hidden}.feat-progress-fill{background:var(--gold);border-radius:4px;height:100%}.feat-bot-bubble{background:var(--green-dark);color:var(--white);border-radius:12px 12px 12px 0;margin-bottom:6px;padding:7px 9px;font-size:8px;line-height:1.4}.feat-user-bubble{background:var(--gold);color:var(--text);text-align:right;border-radius:12px 12px 0;max-width:80%;margin-bottom:6px;margin-left:auto;padding:7px 9px;font-size:8px;line-height:1.4}.feat-plan-row{background:var(--white);border:1px solid var(--border);border-radius:8px;align-items:center;gap:6px;margin-bottom:5px;padding:6px 8px;display:flex}.feat-plan-icon{font-size:14px}.feat-plan-text{color:var(--text);flex:1;font-size:8px;font-weight:600}.feat-plan-kcal{color:var(--gold-dark);font-size:8px;font-weight:700}.benefits-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:52px;display:grid}.benefit-card{background:var(--white);border:1px solid var(--border);border-radius:20px;padding:28px;transition:transform .2s,box-shadow .2s}.benefit-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.benefit-icon{border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;font-size:24px;display:flex}.bi-green{background:var(--pastel-mint)}.bi-yellow{background:var(--pastel-yellow)}.bi-sage{background:var(--pastel-sage)}.bi-lavender{background:var(--pastel-lavender)}.bi-peach{background:var(--pastel-peach)}.bi-cream{background:var(--cream-deep)}.benefit-card h3{margin-bottom:8px;font-size:17px;font-weight:700}.benefit-card p{color:var(--text-muted);font-size:14px;line-height:1.6}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:52px;display:grid}.testimonial-card{background:var(--white);border:1px solid var(--border);border-radius:20px;padding:28px}.testi-stars{color:var(--gold);margin-bottom:14px;font-size:15px}.testi-quote{color:var(--text);margin-bottom:20px;font-size:15px;font-style:italic;line-height:1.65}.testi-user{align-items:center;gap:12px;display:flex}.testi-avatar{width:40px;height:40px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex}.av-g{background:var(--green-mid)}.av-gold{background:var(--gold-dark);color:var(--white)}.av-sage{background:#7a9e6a}.testi-name{font-size:14px;font-weight:700}.testi-tag{color:var(--gold-dark);font-size:12px;font-weight:500}.pricing-section{background:var(--cream-deep)}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:20px;max-width:960px;margin-top:52px;margin-left:auto;margin-right:auto;display:grid}.price-card{background:var(--white);border:1.5px solid var(--border);border-radius:24px;padding:36px 28px;position:relative}.price-card.featured{border-color:var(--gold);box-shadow:0 12px 40px #e8b84b2e}.price-badge{background:var(--gold);color:var(--text);text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:4px 16px;font-size:11px;font-weight:800;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.price-name{color:var(--text-muted);margin-bottom:8px;font-size:16px;font-weight:700}.price-cost{color:var(--text);font-size:42px;font-weight:900;line-height:1}.price-cost span{color:var(--text-muted);font-size:16px;font-weight:500}.price-period{color:var(--text-muted);margin-bottom:24px;font-size:13px}.price-features{flex-direction:column;gap:10px;margin-bottom:28px;list-style:none;display:flex}.price-features li{color:var(--text-muted);align-items:flex-start;gap:10px;font-size:14px;display:flex}.price-features li .check{color:var(--green-mid);flex-shrink:0;margin-top:1px;font-weight:800}.price-features li .cross{color:#c4c4c4;flex-shrink:0;margin-top:1px}.btn-plan{text-align:center;cursor:pointer;border:none;border-radius:50px;width:100%;padding:14px;font-size:15px;font-weight:700;transition:all .2s;display:block}.btn-plan-primary{background:var(--gold);color:var(--text)}.btn-plan-ghost{border:1.5px solid var(--border);color:var(--text-muted);background:0 0}.btn-plan:hover{transform:translateY(-2px)}.faq-list{flex-direction:column;gap:12px;max-width:760px;margin:52px auto 0;display:flex}.faq-item{background:var(--white);border:1px solid var(--border);border-radius:16px;overflow:hidden}.faq-q{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;justify-content:space-between;gap:16px;padding:20px 24px;font-size:16px;font-weight:600;display:flex}.faq-icon{background:var(--cream-deep);width:28px;height:28px;color:var(--green-mid);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;transition:transform .25s;display:flex}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-a{max-height:0;color:var(--text-muted);text-align:left;padding:0 24px;font-size:15px;line-height:1.7;transition:max-height .3s,padding .3s;overflow:hidden}.faq-item.open .faq-a{text-align:left;max-height:300px;padding-bottom:20px}.final-cta-section{background:linear-gradient(135deg, var(--green-dark) 0%, var(--green-mid) 100%);text-align:center;padding:96px 24px}.final-cta-section .section-title{color:var(--white)}.final-cta-section .section-sub{color:#ffffffb3}.cta-group{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:36px;display:flex}footer{background:var(--green-dark);border-top:1px solid #ffffff14;padding:48px 24px 32px}.footer-inner{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;max-width:1160px;margin:0 auto;display:grid}.footer-brand img{margin-bottom:14px}.footer-tagline{color:#ffffff80;max-width:220px;font-size:14px;line-height:1.6}.footer-col h4{color:#ffffffe6;letter-spacing:.5px;text-transform:uppercase;margin-bottom:16px;font-size:13px;font-weight:700}.footer-col ul{flex-direction:column;gap:10px;list-style:none;display:flex}.footer-col ul li a{color:#ffffff73;font-size:14px;transition:color .2s}.footer-col ul li a:hover{color:#ffffffe6}.footer-bottom{color:#ffffff4d;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;max-width:1160px;margin:40px auto 0;padding-top:24px;font-size:13px;display:flex}.footer-social{gap:12px;display:flex}.social-icon{color:#ffffff80;background:#ffffff14;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;text-decoration:none;transition:all .2s;display:flex}.social-icon:hover{background:var(--gold);color:var(--text)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.cookie-consent-overlay{z-index:9998;background:#1a211573;position:fixed;inset:0}.cookie-consent{z-index:9999;max-width:720px;margin:0 auto;position:fixed;bottom:24px;left:24px;right:24px}.cookie-consent--modal{max-width:640px;top:50%;bottom:auto;transform:translateY(-50%)}.cookie-consent-inner{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:24px;box-shadow:0 20px 60px #1a21152e}.cookie-consent-inner h2{color:var(--green-dark);margin-bottom:12px;font-size:20px;font-weight:700}.cookie-consent-description{color:var(--text-muted);margin-bottom:20px;font-size:14px;line-height:1.65}.cookie-consent-description a{color:var(--green-mid);text-underline-offset:2px;text-decoration:underline}.cookie-consent-description a:hover{color:var(--green-dark)}.cookie-consent-categories{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.cookie-category{border:1px solid var(--border);background:var(--cream);border-radius:12px;padding:16px}.cookie-category--ccpa{background:var(--pastel-lavender)}.cookie-category-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:8px;display:flex}.cookie-category-header h3{color:var(--text);font-size:15px;font-weight:700}.cookie-category p{color:var(--text-muted);font-size:13px;line-height:1.55}.cookie-category-badge{letter-spacing:.5px;text-transform:uppercase;color:var(--green-mid);background:var(--green-soft);white-space:nowrap;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:700}.cookie-toggle{cursor:pointer;flex-shrink:0;display:inline-flex;position:relative}.cookie-toggle-input{opacity:0;width:0;height:0;position:absolute}.cookie-toggle-track{background:var(--border);border-radius:999px;align-items:center;width:44px;height:24px;transition:background .2s;display:inline-flex}.cookie-toggle-thumb{background:var(--white);border-radius:50%;width:18px;height:18px;transition:transform .2s;transform:translate(3px);box-shadow:0 1px 3px #1a211533}.cookie-toggle-input:checked+.cookie-toggle-track{background:var(--green-mid)}.cookie-toggle-input:checked+.cookie-toggle-track .cookie-toggle-thumb{transform:translate(23px)}.cookie-toggle-input:disabled+.cookie-toggle-track{opacity:.45;cursor:not-allowed}.cookie-toggle-input:focus-visible+.cookie-toggle-track{outline:2px solid var(--gold);outline-offset:2px}.cookie-consent-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.cookie-consent-btn{padding:10px 18px;font-size:14px}.cookie-settings-link{font:inherit;color:#ffffff8c;text-underline-offset:2px;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline;transition:color .2s}.cookie-settings-link:hover{color:#ffffffe6}@media (width<=960px){.hero-wrap{text-align:center;grid-template-columns:1fr;gap:48px;padding:60px 24px 40px}.hero-ctas,.hero-fine{justify-content:center}.hero-visual{margin:0 auto}.float-badge-1{left:-10px}.float-badge-2{right:-10px}.register-grid{grid-template-columns:repeat(2,1fr)}.feature-row{grid-template-columns:1fr;gap:32px}.feature-row.reverse{direction:ltr}.benefits-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:1fr}.pricing-grid{grid-template-columns:1fr;max-width:400px}.footer-inner{grid-template-columns:1fr 1fr}}@media (width<=600px){.register-grid,.benefits-grid{grid-template-columns:1fr}.nav-links{display:none}.footer-inner{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:16px}.cookie-consent{bottom:16px;left:16px;right:16px}.cookie-consent--modal{max-height:calc(100vh - 32px);top:auto;bottom:16px;overflow-y:auto;transform:none}.cookie-consent-actions{flex-direction:column}.cookie-consent-btn{width:100%}}.nav-logo-img{border-radius:10px;width:150px;height:auto}.nav-logo-text{color:var(--green-dark);align-items:center;gap:8px;font-size:20px;font-weight:800;display:none}.rp-scan-emoji{font-size:22px}.rp-bar-w-60{width:60%}.rp-bar-w-80{width:80%}.rp-bar-w-60-mt{width:60%;margin-top:4px}.rp-bar-w-90{width:90%}.rp-voice-icon-bg{background:var(--gold);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:22px;display:flex}.rp-text-recipe{color:var(--text);font-size:9px;font-weight:700}.section-cream{background:var(--cream-deep)}.m-bottom-64{margin-bottom:64px}.feat-progress-w-28{width:28%}.feat-card-val-gold{color:var(--gold-dark);font-size:14px}.feat-progress-w-32-green{background:var(--green-mid);width:32%}.feat-card-val-orange{color:#e8855a;font-size:14px}.feat-progress-w-28-orange{background:#e8855a;width:28%}.feat-progress-caption{text-align:center;color:var(--text-muted);margin-top:10px;font-size:9px}.feat-bot-title{color:var(--text);margin-bottom:10px;font-size:8px;font-weight:700}.feat-plan-title{color:var(--text);margin-bottom:8px;font-size:9px;font-weight:700}.feat-plan-summary{background:var(--cream-deep);text-align:center;border-radius:8px;margin-top:8px;padding:8px}.feat-plan-summary-lbl{color:var(--text-muted);font-size:8px}.feat-plan-summary-val{color:var(--green-dark);font-size:14px;font-weight:900}.feat-plan-summary-status{color:var(--gold-dark);font-size:8px}.section-sub-mt{margin-top:16px}.btn-hero-cta{padding:16px 36px;font-size:17px}.btn-outline-white{color:#fff;background:#ffffff1f;border:1.5px solid #ffffff40}.final-cta-fine{color:#fff6;margin-top:20px;font-size:13px}.footer-logo-text{color:#fff;margin-bottom:14px;font-size:18px;font-weight:800;display:none}.lang-switcher{background:var(--cream-deep);border:1px solid var(--border);border-radius:20px;align-items:center;gap:4px;margin-right:12px;padding:4px 10px;display:inline-flex}.lang-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:12px;padding:2px 8px;font-family:inherit;font-size:12px;font-weight:700;transition:all .2s}.lang-btn:hover{color:var(--text)}.lang-btn.active{background:var(--white);color:var(--green-dark);box-shadow:0 2px 6px #00000014}.lang-divider{color:var(--border);-webkit-user-select:none;user-select:none;font-size:11px}
