@import"https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=Space+Grotesk:wght@400;500;700&display=swap";:root{--color-bg-primary: #1a1a2e;--color-bg-secondary: #16162a;--color-bg-elevated: #252542;--color-accent-primary: #39ff14;--color-accent-secondary: #00d9c4;--color-accent-tertiary: #bf00ff;--color-text-primary: #ffffff;--color-text-secondary: #b8b8d0;--color-border: rgba(184, 184, 208, .24);--shadow-elevated: 0 14px 36px rgba(0, 0, 0, .36);--radius-lg: 18px;--radius-md: 14px;--shell: min(1120px, calc(100vw - 2.5rem) )}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{font-family:Space Grotesk,sans-serif;color:var(--color-text-primary);background:radial-gradient(circle at 80% -10%,rgba(57,255,20,.16),transparent 35%),radial-gradient(circle at 10% 10%,rgba(0,217,196,.14),transparent 32%),linear-gradient(180deg,var(--color-bg-primary),var(--color-bg-secondary))}h1,h2,h3,h4{font-family:Sora,sans-serif;letter-spacing:-.01em;line-height:1.16;margin:0}h1{font-size:clamp(2rem,4.8vw,3.5rem)}h2{font-size:clamp(1.5rem,3.4vw,2.3rem)}h3{font-size:clamp(1.1rem,2.2vw,1.4rem)}p,li,a,button,input,textarea,output,label,dt,dd{font-size:1rem;line-height:1.6}a{color:var(--color-text-primary)}a:hover{color:var(--color-accent-primary)}:focus-visible{outline:2px solid var(--color-accent-primary);outline-offset:3px}.page-root{min-height:100vh}.page-main{padding-bottom:6rem}.content-shell{width:var(--shell);margin:0 auto}.section{padding:clamp(3.3rem,6vw,6rem) 0}.section-lead{max-width:70ch;color:var(--color-text-secondary);margin:.8rem 0 0}.top-nav{position:sticky;top:0;z-index:80;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#16162abd;border-bottom:1px solid var(--color-border)}.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 0}.brand-mark{display:inline-flex;align-items:center;gap:.7rem;text-decoration:none}.brand-mark:hover{color:var(--color-text-primary)}.brand-lockup{display:inline-flex;align-items:center;gap:.65rem}.brand-icon{width:2.2rem;height:2.2rem;border-radius:.7rem;overflow:hidden;box-shadow:0 0 20px #00d9c442}.brand-icon-svg{width:100%;height:100%;display:block}.brand-copy{display:grid;line-height:1.1;min-width:10.8rem}.brand-name{font-family:Sora,sans-serif;font-weight:800;letter-spacing:-.01em}.brand-name-accent{color:var(--color-accent-primary)}.brand-tagline{margin-top:.08rem;font-size:.66rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-secondary);white-space:nowrap}.brand-lockup-compact .brand-tagline{display:none}.brand-lockup-compact .brand-icon{width:2rem;height:2rem}.menu-toggle{display:none}.nav-links{display:flex;align-items:center;gap:.8rem}.nav-link,.nav-lang{text-decoration:none;color:var(--color-text-secondary);padding:.38rem .72rem;border-radius:999px;white-space:nowrap}.nav-link-active,.nav-link:hover,.nav-lang:hover{color:var(--color-text-primary);background:#ffffff14}.cta-button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid transparent;padding:.66rem 1.18rem;font-weight:700;text-decoration:none;cursor:pointer;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.cta-order,.nav-order,.sticky-cta-link{min-width:8.6rem;text-align:center}.cta-button:hover{transform:translateY(-1px);color:inherit}.cta-button-primary{background:linear-gradient(140deg,var(--color-accent-primary),#80ff4d);color:#101b0a;box-shadow:0 0 24px #39ff1442}.cta-button-primary:hover,.cta-button-primary:visited{color:#101b0a}.cta-button-secondary{background:linear-gradient(140deg,var(--color-accent-secondary),#65fff0);color:#041c19}.cta-button-secondary:hover,.cta-button-secondary:visited{color:#041c19}.cta-button-outline{background:transparent;color:var(--color-text-primary);border-color:var(--color-border)}.cta-button-ghost{background:#ffffff14;color:var(--color-text-primary)}.hero{padding:clamp(4rem,8vw,7rem) 0 3rem}.hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:2rem;align-items:center}.kicker{margin:0 0 .8rem;display:inline-flex;align-items:center;gap:.45rem;color:var(--color-accent-secondary);font-weight:600;letter-spacing:.02em}.hero-description{margin:1.2rem 0 0;color:var(--color-text-secondary);font-size:1.08rem;max-width:60ch}.hero-trust{margin:1rem 0 0;color:#d9d9ec;max-width:56ch}.hero-actions{margin-top:1.45rem;display:flex;flex-wrap:wrap;gap:.75rem}.hero-art-wrap{min-height:290px;position:relative;display:grid;place-items:center}.hero-art{width:min(460px,90%);max-height:420px;object-fit:contain;filter:drop-shadow(0 14px 28px rgba(0,0,0,.5))}.hero-orb{position:absolute;border-radius:50%;filter:blur(28px);z-index:-1}.hero-orb-neon{width:220px;height:220px;background:#39ff143d;right:0;top:6%}.hero-orb-teal{width:180px;height:180px;background:#00d9c433;left:2%;bottom:4%}.card{border:1px solid var(--color-border);background:linear-gradient(160deg,#ffffff0d,#ffffff04),var(--color-bg-elevated);border-radius:var(--radius-lg);padding:1.15rem 1.2rem;box-shadow:var(--shadow-elevated)}.visual-card{display:grid;place-items:center}.section-illustration{width:min(360px,100%);max-height:320px;object-fit:contain;margin-top:.75rem;filter:drop-shadow(0 12px 24px rgba(0,0,0,.42))}.feature-grid{margin-top:1.25rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.inline-actions{margin-top:1.3rem;display:flex;flex-wrap:wrap;gap:.75rem}.step-flow{list-style:none;margin:1.25rem 0 0;padding:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.95rem}.step-card{position:relative;opacity:0;transform:translateY(10px);animation:stepReveal .55s forwards;border:1px solid rgba(57,255,20,.24);background:linear-gradient(180deg,#39ff1414,#16162a80);border-radius:var(--radius-md);padding:1rem;display:grid;gap:.45rem}.step-index{position:absolute;top:.7rem;right:.7rem;display:flex;align-items:center;justify-content:center;min-width:1.9rem;padding:.12rem .45rem;border-radius:999px;background:#39ff141f;font-weight:700;font-size:.76rem;color:var(--color-accent-primary);border:1px solid rgba(57,255,20,.2);opacity:.9}.step-card h3{padding-right:2.3rem}.step-card p{margin:0}@keyframes stepReveal{to{opacity:1;transform:translateY(0)}}.split-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;align-items:start}.business-card-stack{display:grid;gap:1rem}.weight-estimator{min-width:0}.weight-estimator-header{margin-bottom:.65rem}.weight-estimator-header p{margin:.4rem 0 0;color:var(--color-text-secondary)}.category-slider-list{display:grid;gap:.75rem;margin-top:.35rem}.category-slider{border:1px solid rgba(184,184,208,.2);border-radius:.8rem;padding:.55rem .7rem;background:#16162a94}.category-slider-head{display:flex;justify-content:space-between;align-items:center;gap:.7rem;margin-bottom:.35rem}.category-slider-head label{font-size:.95rem}.category-slider-head output{color:var(--color-accent-primary);font-weight:700;min-width:1.4rem;text-align:right}.category-slider input[type=range]{width:100%;accent-color:var(--color-accent-primary)}.field-label{font-weight:700;display:inline-block;margin-bottom:.4rem}.weight-row{display:grid;grid-template-columns:1fr auto;gap:.8rem;align-items:center}.weight-row input[type=range]{accent-color:var(--color-accent-primary)}.estimate-lines{margin:1rem 0}.estimate-lines>div{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(184,184,208,.18);padding:.5rem 0}.estimate-lines dt{color:var(--color-text-secondary)}.total-line{margin-top:.5rem;display:flex;justify-content:space-between;align-items:baseline;font-size:1.1rem}.total-line strong{color:var(--color-accent-primary);font-size:1.35rem}.total-line-secondary{margin-top:.2rem;font-size:1rem}.total-line-secondary strong{color:var(--color-text-primary);font-size:1.05rem}.estimator-disclaimer{margin-top:.85rem;color:var(--color-text-secondary);font-size:.92rem}.city-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.city-card header{display:flex;justify-content:space-between;align-items:baseline;gap:.7rem}.city-status{padding:.15rem .55rem;border-radius:999px;font-size:.8rem;font-weight:700}.city-status-active{background:#39ff1424;color:var(--color-accent-primary)}.city-status-next{background:#bf00ff33;color:#edb3ff}.city-status-contact{background:#00d9c42e;color:#9cffef}.check-list{margin:.75rem 0 0;padding:0;list-style:none;display:grid;gap:.58rem}.check-list li{position:relative;padding-left:1.2rem}.check-list li:before{content:"";position:absolute;left:0;top:.64rem;width:.5rem;height:.5rem;border-radius:50%;background:var(--color-accent-secondary)}.formula-line{margin-top:.85rem;font-weight:700;color:var(--color-accent-primary)}.status-timeline{list-style:none;padding:0;margin:1.2rem 0 0;display:grid;gap:.9rem}.faq-list{display:grid;gap:.8rem}.faq-item{padding:.75rem 1rem}.faq-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;gap:.9rem;text-align:left;background:none;color:var(--color-text-primary);border:none;padding:.1rem 0;font:inherit;cursor:pointer}.blog-card h2{font-size:1.3rem}.blog-meta{margin:0;color:var(--color-text-secondary);font-size:.92rem}.article-shell{max-width:76ch}.article-section{margin-top:1.3rem}.text-link{color:var(--color-accent-secondary);font-weight:700;text-decoration:none}.lead-form{display:grid;gap:.9rem}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}label{display:grid;gap:.35rem}label span{color:var(--color-text-secondary);font-size:.92rem}input,textarea{border:1px solid rgba(184,184,208,.35);background:#16162ad1;color:var(--color-text-primary);border-radius:.75rem;padding:.58rem .72rem;font:inherit}textarea{resize:vertical}.consent-check{display:flex;gap:.5rem;align-items:flex-start}.consent-check input{margin-top:.38rem}.form-feedback{margin:0;font-weight:700}.form-feedback-success{color:#8af778}.form-feedback-error{color:#ff9595}.site-footer{border-top:1px solid var(--color-border);padding:2.2rem 0 4.6rem;background:#0b0b1680}.footer-brand-link{display:inline-flex;text-decoration:none;margin-bottom:.2rem;color:var(--color-text-primary)}.footer-brand-link:hover{color:var(--color-text-primary)}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,minmax(0,1fr));gap:1rem}.footer-grid h2,.footer-grid h3{margin-bottom:.65rem}.footer-grid ul{margin:0;padding:0;list-style:none;display:grid;gap:.45rem}.footer-grid a,.footer-cookie-button{text-decoration:none;color:var(--color-text-secondary);background:none;border:none;padding:0;text-align:left;cursor:pointer}.footer-grid a:hover,.footer-cookie-button:hover{color:var(--color-accent-primary)}.footer-bottom{margin-top:1.2rem;padding-top:1rem;border-top:1px solid rgba(184,184,208,.2);color:var(--color-text-secondary)}.sticky-cta{position:fixed;z-index:90;right:1rem;bottom:1rem;display:flex;align-items:center;gap:.75rem;border:1px solid rgba(57,255,20,.35);border-radius:999px;padding:.5rem .5rem .5rem .9rem;background:#0d140fe0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 0 24px #39ff1433}.sticky-cta p{margin:0;font-size:.9rem;color:var(--color-text-secondary)}.sticky-cta-link{background:var(--color-accent-primary);color:#111f08;text-decoration:none;border-radius:999px;padding:.45rem .9rem;font-weight:800;white-space:nowrap}.sticky-cta-link:hover{color:#111f08}.consent-banner{position:fixed;left:1rem;right:1rem;bottom:5.3rem;z-index:95;margin:0 auto;max-width:760px;border-radius:var(--radius-md);border:1px solid rgba(0,217,196,.4);background:#121222f5;padding:1rem}.consent-title{margin:0;font-weight:700}.consent-status{color:var(--color-accent-secondary)}.consent-actions{margin-top:.8rem;display:flex;flex-wrap:wrap;gap:.55rem}@media(max-width:1080px){.feature-grid,.city-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.step-flow{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:860px){.menu-toggle{display:inline-flex;border:1px solid var(--color-border);color:var(--color-text-primary);background:#ffffff0f;border-radius:999px;padding:.4rem .7rem;font-weight:700}.nav-links{position:absolute;left:1rem;right:1rem;top:calc(100% + .5rem);display:none;flex-direction:column;align-items:stretch;gap:.45rem;padding:.75rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#16162afa}.nav-links-open{display:flex}.nav-order{text-align:center}.hero-grid,.split-layout,.footer-grid{grid-template-columns:1fr}.hero-art-wrap{order:-1;min-height:230px}.form-grid,.feature-grid,.city-grid,.step-flow{grid-template-columns:1fr}.sticky-cta{left:1rem;right:1rem;justify-content:space-between;border-radius:14px}.brand-tagline{display:none}}
