.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%;color-scheme:light}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;border:none;background:none}:where(a,button,input,textarea,select):focus-visible{outline:3px solid var(--brand);outline-offset:3px}:root{--primary:#0284C7;--primary-hover:#0369A1;--primary-light:rgba(2,132,199,.12);--primary-glow:rgba(2,132,199,.32);--secondary:#0EA5E9;--accent:#F97316;--accent-light:rgba(249,115,22,.14);--bg:#FFFFFF;--bg-raised:#FFFFFF;--bg-elevated:#EEF4FA;--bg-soft:#F8FAFC;--panel:rgba(255,255,255,.88);--panel-solid:#FFFFFF;--line:#E1EAF2;--line-strong:#C8D7E5;--text:#0F2233;--muted:#51606E;--dim:#657687;--text-inverse:#FFFFFF;--brand:var(--primary);--brand-strong:var(--primary-hover);--brand-glow:var(--primary-glow);--accent-glow:rgba(249,115,22,.18);--cta-bg:#0369A1;--cta-hover:#075985;--cta-text:#FFFFFF;--gold:#F59E0B;--grad-brand:linear-gradient(135deg,#0369A1 0%,#0284C7 100%);--grad-accent:linear-gradient(135deg,#F97316,#FB923C);--grad-hero:linear-gradient(145deg,#FFFFFF 0%,#F5FAFE 50%,#EAF4FA 100%);--grad-subtle:linear-gradient(180deg,#FFFFFF 0%,#F8FAFC 100%);--max:1200px;--max-wide:1400px;--radius:16px;--radius-lg:24px;--radius-sm:12px;--radius-xs:8px;--font-body:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-display:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--shadow-sm:0 2px 8px rgba(2,8,23,.08);--shadow-md:0 12px 28px rgba(2,8,23,.12);--shadow-lg:0 20px 48px rgba(2,8,23,.14)}html.dark{color-scheme:dark;--primary:#38BDF8;--primary-hover:#7DD3FC;--primary-light:rgba(56,189,248,.18);--primary-glow:rgba(56,189,248,.28);--secondary:#0EA5E9;--accent:#FB923C;--accent-light:rgba(251,146,60,.18);--bg:#0B1620;--bg-raised:#122231;--bg-elevated:#1A2C3D;--bg-soft:#0F1D2A;--panel:rgba(18,34,49,.9);--panel-solid:#122231;--line:#22384B;--line-strong:#2C465C;--text:#ECF3FA;--muted:#AEC0CE;--dim:#8FA3B2;--text-inverse:#0B1620;--brand:var(--primary);--brand-strong:var(--primary-hover);--brand-glow:var(--primary-glow);--accent-glow:rgba(251,146,60,.18);--cta-bg:#38BDF8;--cta-hover:#7DD3FC;--cta-text:#0B1620;--grad-brand:linear-gradient(135deg,#7DD3FC 0%,#38BDF8 100%);--grad-hero:linear-gradient(145deg,#0B1620 0%,#10202E 50%,#12283A 100%);--grad-subtle:linear-gradient(180deg,#122231 0%,#0B1620 100%);--shadow-sm:0 2px 8px rgba(0,0,0,.2);--shadow-md:0 12px 28px rgba(0,0,0,.28);--shadow-lg:0 20px 48px rgba(0,0,0,.34)}body{font-family:var(--font-body);color:var(--text);background:var(--bg);line-height:1.65;font-size:1rem}.site-shell{min-height:100vh;position:relative;overflow-x:hidden}.site-shell:before,.site-shell:after{content:"";position:fixed;pointer-events:none;z-index:0;border-radius:50%;filter:blur(120px);opacity:.35}.site-shell:before{width:600px;height:600px;top:-200px;left:-200px;background:radial-gradient(circle,var(--brand-glow),transparent 70%)}.site-shell:after{width:500px;height:500px;bottom:-150px;right:-150px;background:radial-gradient(circle,var(--accent-glow),transparent 70%)}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;line-height:1.15;letter-spacing:-.025em;color:var(--text)}h1{font-size:clamp(2.2rem,5vw,3.6rem)}h2{font-size:clamp(1.6rem,3.5vw,2.4rem)}h3{font-size:clamp(1.1rem,2vw,1.4rem)}p{max-width:68ch}.eyebrow{font-family:var(--font-display);font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--brand-strong);margin-bottom:.5rem}.gradient-text{background:var(--grad-brand);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lead{font-size:clamp(1.05rem,1.8vw,1.2rem);color:var(--muted);line-height:1.7}.button-primary,.button-secondary{display:inline-flex;align-items:center;gap:.5rem;min-height:48px;padding:.75rem 1.4rem;border-radius:var(--radius-sm);font-family:var(--font-display);font-weight:700;font-size:.94rem;justify-content:center;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s,color .2s}.button-primary{background:var(--cta-bg);color:var(--cta-text);box-shadow:0 6px 18px #0369a13d}.button-primary:hover{background:var(--cta-hover);transform:translateY(-2px);box-shadow:0 10px 26px var(--brand-glow)}.button-secondary{background:var(--bg-raised);color:var(--text);border:1px solid var(--line-strong);box-shadow:var(--shadow-sm)}.button-secondary:hover{border-color:var(--brand);color:var(--brand-strong);transform:translateY(-1px)}.button-icon{width:18px;height:18px;flex:0 0 auto}.skip-nav{position:absolute;top:-100%;left:1rem;min-height:44px;padding:.65rem 1rem;background:var(--cta-bg);color:var(--cta-text);border-radius:var(--radius-xs);z-index:9999;font-weight:600}.skip-nav:focus{top:1rem}.site-header{position:sticky;top:0;z-index:1000;background:var(--panel);backdrop-filter:blur(20px) saturate(1.35);-webkit-backdrop-filter:blur(20px) saturate(1.35);border-bottom:1px solid var(--line)}.header-inner{max-width:var(--max-wide);margin:0 auto;display:flex;align-items:center;gap:1.5rem;padding:.75rem 2rem}.brand-mark{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.brand-logo{height:40px;width:40px;border-radius:12px;box-shadow:var(--shadow-sm)}.brand-name{font-family:var(--font-display);font-weight:800;font-size:1.25rem;color:var(--text);letter-spacing:-.02em}.site-nav{display:flex;align-items:center;gap:.25rem;margin-left:auto}.site-nav a{min-height:44px;padding:.5rem .85rem;border-radius:var(--radius-xs);display:inline-flex;align-items:center;justify-content:center;font-size:.88rem;font-weight:500;color:var(--muted);transition:color .2s,background .2s}.site-nav a:hover,.site-nav a.active{color:var(--text);background:var(--primary-light)}.nav-cta{background:var(--cta-bg)!important;color:var(--cta-text)!important;padding:.5rem 1.2rem!important;border-radius:var(--radius-sm)!important;font-weight:700!important;margin-left:.5rem;box-shadow:0 4px 14px #0369a138;transition:transform .2s,box-shadow .2s!important}.nav-cta:hover{background:var(--cta-hover)!important;transform:translateY(-1px);box-shadow:0 7px 20px var(--brand-glow)}.theme-toggle{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--muted);transition:color .2s,background .2s}.theme-toggle:hover{color:var(--text);background:var(--primary-light)}.theme-toggle svg{width:18px;height:18px}.icon-sun{display:none}html.dark .icon-sun{display:block}html.dark .icon-moon{display:none}.desktop-theme-toggle{display:flex}.header-actions{display:none;align-items:center;gap:.5rem;margin-left:auto}.nav-toggle{width:44px;height:44px;border-radius:var(--radius-xs);display:flex;align-items:center;justify-content:center;color:var(--muted)}.nav-toggle svg{width:22px;height:22px}.site-footer{position:relative;z-index:1;max-width:var(--max-wide);margin:0 auto;padding:4rem 2rem 2rem;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.5rem;border-top:1px solid var(--line);font-size:.88rem;color:var(--muted)}.site-footer h3{font-family:var(--font-display);font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text);margin-bottom:1rem}.site-footer ul{display:flex;flex-direction:column;gap:.5rem}.site-footer a{transition:color .2s}.site-footer a:hover{color:var(--brand-strong)}.footer-brand-logo{height:32px;width:auto;margin-bottom:1rem}.footer-contact-info{display:flex;flex-direction:column;gap:.35rem;margin-top:.75rem;font-size:.82rem}.footer-social{display:flex;gap:.75rem;margin-top:1rem}.footer-social a{color:var(--muted);transition:color .2s}.footer-social a:hover{color:var(--brand-strong)}.footer-note{grid-column:1/-1;text-align:center;font-size:.78rem;color:var(--dim);padding-top:1.5rem;border-top:1px solid var(--line)}.section{position:relative;z-index:1;max-width:var(--max);margin:0 auto;padding:5rem 2rem}.section-wide{max-width:var(--max-wide)}.section-heading{margin-bottom:3rem}.section-heading.centered{text-align:center}.section-heading .eyebrow{margin-bottom:.4rem}.section-heading h2{margin-bottom:.75rem}.section-heading .lead{max-width:55ch}.section-heading.centered .lead{margin:0 auto}.hero{min-height:min(800px,calc(100svh - 65px));display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.88fr);gap:clamp(2.5rem,6vw,6rem);align-items:center;max-width:var(--max-wide);margin:0 auto;padding:clamp(4rem,8vw,7rem) 2rem clamp(4rem,7vw,6rem);position:relative;z-index:1}.app-hero:before{content:"";position:absolute;z-index:-1;inset:5% -8% auto 42%;height:78%;border-radius:48%;background:radial-gradient(circle at 35% 35%,var(--primary-light),transparent 68%);filter:blur(2px);pointer-events:none}.app-hero:after{content:"";position:absolute;z-index:-1;width:180px;height:180px;right:2%;bottom:8%;border-radius:50%;background:radial-gradient(circle,var(--accent-light),transparent 70%);pointer-events:none}.hero-content{display:flex;flex-direction:column;gap:1.4rem;max-width:650px}.hero-content h1{margin-bottom:.25rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.hero-visual{display:flex;align-items:center;justify-content:center;min-width:0}.hero-benefits{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem 1.15rem;margin-top:.25rem}.hero-benefits li{display:flex;align-items:center;gap:.4rem;color:var(--muted);font-size:.84rem;font-weight:600}.hero-benefits svg{width:18px;height:18px;color:var(--brand-strong);flex:0 0 auto}.app-preview-shell{width:min(100%,420px);padding:18px;border-radius:32px;background:var(--bg-raised);border:1px solid var(--line);box-shadow:var(--shadow-lg);position:relative;isolation:isolate}.app-preview-shell:before{content:"";position:absolute;z-index:-1;inset:-18px;border-radius:42px;border:1px solid var(--primary-light);background:linear-gradient(145deg,var(--primary-light),transparent 50%,var(--accent-light))}.app-preview-topbar{display:flex;align-items:center;gap:10px;margin-bottom:12px}.app-preview-mark{width:44px;height:44px;border-radius:12px;box-shadow:var(--shadow-sm);flex:0 0 auto}.app-preview-location{min-width:0;flex:1;height:44px;padding:6px 10px;display:flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:999px;background:var(--bg-raised);box-shadow:var(--shadow-sm)}.app-preview-location svg{width:17px;height:17px;color:var(--brand);flex:0 0 auto}.app-preview-location span{display:flex;flex-direction:column;min-width:0;line-height:1.1}.app-preview-location small{color:var(--muted);font-size:8px;font-weight:600}.app-preview-location strong{color:var(--text);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-preview-cart{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;color:var(--text);background:var(--bg-raised);border:1px solid var(--line);box-shadow:var(--shadow-sm)}.app-preview-cart svg{width:20px;height:20px}.app-preview-search{height:50px;padding:0 13px;display:flex;align-items:center;gap:9px;color:var(--dim);border:1px solid var(--line);border-radius:16px;background:var(--bg-raised);box-shadow:var(--shadow-sm);font-size:11px;font-weight:500}.app-preview-search svg{width:18px;height:18px;flex:0 0 auto}.app-preview-categories{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:16px 0 14px}.app-preview-category{display:flex;flex-direction:column;align-items:center;gap:5px;color:var(--muted);font-size:10px;font-weight:700}.app-preview-category.is-active{color:var(--brand-strong)}.app-preview-category-icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;color:var(--brand);background:var(--primary-light);border:1px solid transparent;box-shadow:var(--shadow-sm)}.app-preview-category.is-active .app-preview-category-icon{color:var(--cta-text);background:var(--cta-bg);border-color:var(--cta-bg)}.app-preview-category-icon svg{width:24px;height:24px}.app-preview-promo{min-height:126px;padding:17px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:22px;color:#fff;overflow:hidden;position:relative;background:linear-gradient(135deg,#0369a1,#0284c7 58%,#0ea5e9);box-shadow:var(--shadow-md)}.app-preview-promo:after{content:"";position:absolute;width:150px;height:150px;right:-48px;top:-58px;border-radius:50%;background:#ffffff1f}.app-preview-promo>div:first-child{display:flex;flex-direction:column;align-items:flex-start;position:relative;z-index:1}.app-preview-kicker{padding:3px 8px;margin-bottom:7px;border-radius:999px;background:#ffffff2e;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.app-preview-promo strong{font-size:16px;line-height:1.25;letter-spacing:-.02em}.app-preview-action{display:inline-flex;align-items:center;gap:4px;padding:5px 9px;margin-top:10px;border-radius:999px;background:#fff;color:#075985;font-size:9px;font-weight:800}.app-preview-action svg{width:12px;height:12px}.app-preview-bag{width:72px;height:72px;display:grid;place-items:center;position:relative;z-index:1;color:#fff;flex:0 0 auto}.app-preview-bag svg{width:64px;height:64px}.app-preview-section-head{display:flex;align-items:center;justify-content:space-between;margin:16px 0 9px}.app-preview-section-head>div{display:flex;flex-direction:column;line-height:1.2}.app-preview-section-head strong{font-size:13px;color:var(--text)}.app-preview-section-head span{font-size:9px;color:var(--muted)}.app-preview-filter{width:32px;height:32px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:var(--bg-raised)}.app-preview-filter svg{width:15px;height:15px;color:var(--brand-strong)}.app-preview-merchant{overflow:hidden;border:1px solid var(--line);border-radius:16px;background:var(--bg-raised);box-shadow:var(--shadow-sm)}.app-preview-merchant-art{height:86px;display:flex;align-items:flex-end;justify-content:center;position:relative;color:var(--brand);background:linear-gradient(145deg,var(--primary-light),var(--bg-elevated))}.app-preview-merchant-art>svg{width:120px;height:72px}.app-preview-merchant-art>span{position:absolute;top:9px;left:9px;padding:4px 7px;border-radius:999px;background:#0f2233d6;color:#fff;font-size:8px;font-weight:800}.app-preview-merchant-copy{display:flex;flex-direction:column;padding:11px 12px;line-height:1.35}.app-preview-merchant-copy strong{font-size:13px;color:var(--text)}.app-preview-merchant-copy span{font-size:9px;color:var(--brand-strong);font-weight:800;text-transform:uppercase;letter-spacing:.04em}.app-preview-merchant-copy small{margin-top:3px;color:var(--muted);font-size:9px}.home-proof-strip{max-width:var(--max);margin:0 auto;padding:1.15rem 2rem;position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--panel);box-shadow:var(--shadow-sm);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.home-proof-strip>div{min-width:0;display:flex;align-items:center;gap:.75rem;padding:.45rem .6rem}.home-proof-strip>div+div{border-left:1px solid var(--line)}.home-proof-strip svg{width:24px;height:24px;color:var(--brand-strong);flex:0 0 auto}.home-proof-strip span{display:flex;flex-direction:column;min-width:0}.home-proof-strip strong{font-size:.85rem;color:var(--text)}.home-proof-strip small{font-size:.72rem;color:var(--muted);line-height:1.35}.stat-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:var(--max);margin:0 auto;padding:3rem 2rem;position:relative;z-index:1}.stat-item{text-align:center}.stat-value{font-family:var(--font-display);font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;color:var(--text)}.stat-value .accent{color:var(--brand)}.stat-label{font-size:.82rem;color:var(--muted);margin-top:.25rem}.service-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem}.service-card{padding:1.5rem;border-radius:var(--radius);background:var(--bg-raised);border:1px solid var(--line);text-align:center;transition:transform .25s,border-color .25s,box-shadow .25s;box-shadow:var(--shadow-sm)}.service-card:hover{transform:translateY(-4px);border-color:var(--brand);box-shadow:var(--shadow-md)}.service-icon{font-size:2.2rem;margin-bottom:.75rem;display:flex;align-items:center;justify-content:center}.service-card h3{font-size:1rem;margin-bottom:.35rem}.service-card p{font-size:.82rem;color:var(--muted)}.home-service-grid{grid-template-columns:repeat(3,minmax(0,1fr));max-width:980px;margin:0 auto}.app-service-card{padding:2rem 1.7rem;text-align:left}.app-service-icon,.app-card-icon{width:56px;height:56px;margin-bottom:1rem;border-radius:50%;display:grid;place-items:center;color:var(--brand-strong);background:var(--primary-light);box-shadow:var(--shadow-sm)}.app-service-icon svg,.app-card-icon svg{width:27px;height:27px}.app-service-card h3{font-size:1.1rem}.app-service-card p{font-size:.88rem;line-height:1.65}.info-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.info-card{padding:2rem;border-radius:var(--radius);background:var(--bg-raised);border:1px solid var(--line);box-shadow:var(--shadow-sm);transition:transform .25s,border-color .25s}.info-card:hover{transform:translateY(-4px);border-color:var(--brand)}.info-card .card-icon{font-size:1.8rem;margin-bottom:1rem}.info-card .themed-card-icon{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;color:var(--brand-strong);background:var(--primary-light);box-shadow:var(--shadow-sm)}.site-icon{width:27px;height:27px;flex:0 0 auto}.info-card h2,.partner-card h2{font-size:1.15rem;margin-bottom:.5rem}.info-card h3{margin-bottom:.5rem}.info-card p{font-size:.88rem;color:var(--muted)}.card-feature-list{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.card-feature-list li{display:flex;align-items:flex-start;gap:.55rem;font-size:.85rem;color:var(--muted);line-height:1.5}.card-feature-list li span{color:var(--brand-strong);font-weight:800;flex:0 0 auto}.centered-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.step-flow{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;counter-reset:step}.step-item{text-align:center;counter-increment:step}.step-item:before{content:counter(step);display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--cta-bg);color:var(--cta-text);font-family:var(--font-display);font-weight:800;font-size:1.1rem;margin-bottom:1rem;box-shadow:0 4px 16px var(--brand-glow)}.step-item h3{margin-bottom:.4rem}.step-item p{font-size:.88rem;color:var(--muted)}.cta-panel{text-align:center;padding:4rem 2rem;border-radius:var(--radius-lg);background:var(--bg-elevated);border:1px solid var(--line);max-width:var(--max);margin:0 auto 4rem;position:relative;z-index:1;box-shadow:var(--shadow-sm)}.cta-panel h2{margin-bottom:1rem}.cta-panel p{color:var(--muted);margin:0 auto 1.5rem;max-width:50ch}.partner-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.partner-grid-two{grid-template-columns:repeat(2,minmax(0,1fr));max-width:880px;margin:0 auto}.partner-card{padding:2.5rem 2rem;border-radius:var(--radius);background:var(--bg-raised);border:1px solid var(--line);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:1rem;transition:transform .25s,border-color .25s}.partner-card:hover{transform:translateY(-4px);border-color:var(--brand)}.partner-card .card-icon{font-size:2.4rem}.partner-card h3{font-size:1.2rem}.partner-card p{font-size:.88rem;color:var(--muted)}.partner-card .button-primary,.partner-card .button-secondary{align-self:flex-start;margin-top:auto}.partner-card .app-card-icon{font-size:initial;margin-bottom:0}.home-final-section{padding-top:3rem}.app-cta-panel{overflow:hidden;background:linear-gradient(145deg,var(--bg-raised),var(--bg-elevated));box-shadow:var(--shadow-md)}.app-cta-panel:before,.app-cta-panel:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.app-cta-panel:before{width:260px;height:260px;left:-120px;top:-130px;background:var(--primary-light)}.app-cta-panel:after{width:220px;height:220px;right:-110px;bottom:-130px;background:var(--accent-light)}.app-cta-panel>*{position:relative;z-index:1}.app-cta-panel .button-primary{margin:0 auto}.cta-mark{width:72px;height:72px;margin:0 auto 1.2rem;border-radius:18px;box-shadow:var(--shadow-sm)}.cta-mark img{width:100%;height:100%;border-radius:inherit}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-info-cards{display:flex;flex-direction:column;gap:1rem}.contact-info-cards .info-card{padding:1.5rem}.contact-card-title{display:flex;align-items:center;gap:.75rem;margin-bottom:.65rem;color:var(--brand-strong)}.contact-card-title .site-icon{width:22px;height:22px}.contact-card-title h3{margin:0;color:var(--text)}.contact-info-cards a{display:inline-flex;align-items:center;min-height:44px;color:var(--brand-strong);font-weight:700}.contact-item{display:flex;gap:.75rem;align-items:flex-start}.contact-item .icon{font-size:1.4rem;flex-shrink:0;margin-top:.15rem}.contact-item strong{display:block;font-size:.92rem;color:var(--text)}.contact-item span,.contact-item a{font-size:.85rem;color:var(--muted)}.contact-form{padding:2.5rem;border-radius:var(--radius);background:var(--panel);border:1px solid var(--line);backdrop-filter:blur(16px);display:flex;flex-direction:column;gap:1.25rem}.contact-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:500;color:var(--muted)}.contact-form input,.contact-form textarea,.contact-form select{padding:.7rem 1rem;border-radius:var(--radius-xs);background:var(--bg);border:1px solid var(--line);color:var(--text);font-size:.92rem;transition:border-color .2s}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-glow)}.contact-form textarea{min-height:120px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-status{font-size:.88rem;font-weight:500;text-align:center}.form-status.success{color:var(--accent)}.form-status.error{color:#f56565}.app-badges{display:flex;gap:1rem;flex-wrap:wrap}.app-badge{display:inline-flex;align-items:center;gap:.6rem;padding:.65rem 1.4rem;border-radius:var(--radius-sm);background:var(--bg-elevated);border:1px solid var(--line);font-size:.85rem;font-weight:600;color:var(--text);transition:border-color .2s,transform .2s}.app-badge:hover{border-color:var(--brand);transform:translateY(-2px)}.app-badge svg{width:22px;height:22px}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}.stagger-children>*{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}.stagger-children.visible>*{opacity:1;transform:translateY(0)}.stagger-children.visible>*:nth-child(1){transition-delay:.05s}.stagger-children.visible>*:nth-child(2){transition-delay:.1s}.stagger-children.visible>*:nth-child(3){transition-delay:.15s}.stagger-children.visible>*:nth-child(4){transition-delay:.2s}.stagger-children.visible>*:nth-child(5){transition-delay:.25s}.stagger-children.visible>*:nth-child(6){transition-delay:.3s}.stagger-children.visible>*:nth-child(7){transition-delay:.35s}.stagger-children.visible>*:nth-child(8){transition-delay:.4s}.stagger-children.visible>*:nth-child(9){transition-delay:.45s}.stagger-children.visible>*:nth-child(10){transition-delay:.5s}.stagger-children.visible>*:nth-child(11){transition-delay:.55s}.stagger-children.visible>*:nth-child(12){transition-delay:.6s}.stagger-children.visible>*:nth-child(13){transition-delay:.65s}.stagger-children.visible>*:nth-child(14){transition-delay:.7s}.stagger-children.visible>*:nth-child(15){transition-delay:.75s}.legal-page{max-width:940px;padding-top:4rem}.legal-hero{max-width:760px;margin:0 auto 2.5rem;text-align:left}.legal-hero .eyebrow{margin-bottom:.5rem}.legal-hero h1{margin-bottom:1rem;font-size:clamp(2.25rem,6vw,4rem);line-height:1.08}.legal-summary{max-width:68ch;color:var(--muted);font-size:clamp(1rem,2vw,1.15rem);line-height:1.7}.legal-updated{margin-top:1rem;color:var(--dim);font-size:.875rem;font-weight:700}.legal-tabs{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:1.75rem;padding-bottom:1rem;border-bottom:1px solid var(--line)}.legal-tabs a{display:inline-flex;align-items:center;min-height:44px;padding:.55rem .8rem;border-radius:var(--radius-xs);color:var(--muted);font-size:.88rem;font-weight:700;transition:background .2s,color .2s}.legal-tabs a:hover,.legal-tabs a[aria-current=page]{background:var(--primary-light);color:var(--brand-strong)}.legal-body{max-width:760px;margin:0 auto;color:var(--muted);font-size:1rem;line-height:1.8}.legal-body section{padding:0;margin:2.5rem 0;scroll-margin-top:7rem}.legal-body h2{margin:2.5rem 0 .75rem;color:var(--text);font-size:1.35rem;line-height:1.3}.legal-body h3{margin:1.6rem 0 .55rem;color:var(--text);font-size:1.05rem;line-height:1.4}.legal-body p{margin-bottom:1rem}.legal-body ul,.legal-body ol{margin:0 0 1.25rem;padding-left:1.4rem}.legal-body ul{list-style:disc}.legal-body ol{list-style:decimal}.legal-body li{margin-bottom:.55rem;padding-left:.2rem}.legal-body strong{color:var(--text)}.legal-body a{color:var(--brand-strong);font-weight:700;text-decoration:underline;text-underline-offset:3px}.legal-notice{margin:0 0 2rem;padding:1rem 1.15rem;border-left:3px solid var(--brand);background:var(--bg-elevated);border-radius:0 var(--radius-xs) var(--radius-xs) 0;color:var(--text)}.legal-toc{margin:0 0 2.25rem;padding:1.25rem;background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius-sm)}.legal-toc strong{display:block;margin-bottom:.65rem}.legal-toc ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem 1rem;margin:0;padding-left:1.1rem}.legal-toc li{margin:0;font-size:.9rem}.legal-action{margin:0 0 2rem;padding:1.35rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--bg-raised);box-shadow:var(--shadow-sm)}.legal-action h2{margin:0 0 .6rem}.legal-action .button-primary{margin-top:.25rem;color:var(--cta-text);text-decoration:none}.error-page{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;position:relative;z-index:1}.error-code{font-family:var(--font-display);font-size:clamp(6rem,15vw,12rem);font-weight:900;line-height:1;background:var(--grad-brand);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 8px 32px var(--brand-glow))}.error-page h2{margin:.5rem 0 1rem}.error-page p{color:var(--muted);margin-bottom:1.5rem}.back-to-top{position:fixed;bottom:2rem;right:2rem;z-index:100;width:44px;height:44px;border-radius:50%;background:var(--cta-bg);color:var(--cta-text);display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;text-decoration:none;box-shadow:0 4px 14px var(--brand-glow);opacity:0;pointer-events:none;transition:opacity .3s,transform .3s}.back-to-top.visible{opacity:1;pointer-events:auto}.back-to-top:hover{transform:translateY(-3px);box-shadow:0 6px 20px var(--brand-glow)}@media(max-width:980px){.hero{grid-template-columns:1fr;min-height:auto;padding:4rem 1.5rem 3rem;text-align:center}.hero-content{align-items:center}.hero-actions,.hero-benefits{justify-content:center}.app-preview-shell{max-width:390px;margin-inline:auto}.home-proof-strip{margin-inline:1.5rem;grid-template-columns:1fr}.home-proof-strip>div+div{border-left:0;border-top:1px solid var(--line)}.stat-strip{grid-template-columns:repeat(2,1fr)}.contact-grid,.partner-grid{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr 1fr}.site-nav{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--panel-solid);border-bottom:1px solid var(--line);padding:1rem 2rem 1.5rem;gap:.25rem;backdrop-filter:blur(24px)}.site-nav.open{display:flex}.site-nav a{padding:.65rem .85rem;width:100%}.nav-cta{margin-left:0!important;text-align:center;margin-top:.5rem}.desktop-theme-toggle{display:none!important}.header-actions{display:flex}}@media(max-width:640px){.hero{padding:3rem 1.25rem 2rem}.section{padding:3rem 1.25rem}.stat-strip{grid-template-columns:1fr 1fr;gap:1rem}.service-grid,.home-service-grid,.info-grid,.step-flow,.form-row{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr;gap:2rem}.header-inner{padding:.65rem 1.25rem}.app-badges{flex-direction:column}.home-proof-strip{margin-inline:1.25rem}.partner-grid-two{grid-template-columns:1fr}.app-preview-shell{padding:1rem;border-radius:24px}.app-preview-location{max-width:210px}.legal-page{padding-top:2.5rem}.legal-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.legal-tabs a{justify-content:center;text-align:center}.legal-toc ul{grid-template-columns:1fr}}@media(max-width:420px){.hero-actions{width:100%;flex-direction:column}.hero-actions .button-primary,.hero-actions .button-secondary{width:100%}.hero-benefits{align-items:flex-start;text-align:left}.app-preview-categories{gap:.65rem}.app-preview-category-icon{width:52px;height:52px}.cta-panel{padding:3rem 1.25rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal,.stagger-children>*{opacity:1;transform:none}}
