:root{--red:#e11d2e;--red-dark:#b81422;--charcoal:#202124;--black:#111111;--white:#ffffff;--background:#f5f6f8;--muted:#6b7280;--border:#e5e7eb;--success:#15803d;--warning:#d97706}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--charcoal);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0}a{color:inherit;text-decoration:none}img{max-width:100%}.site-header{align-items:center;background:rgba(255,255,255,.92);border-bottom:1px solid var(--border);display:flex;gap:18px;justify-content:space-between;padding:12px clamp(18px,5vw,72px);position:-webkit-sticky;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand-link{align-items:center;display:inline-flex;flex-shrink:0}.brand-link img{background:white;border-radius:16px;height:72px;object-fit:contain;padding:5px;width:72px}.main-nav{align-items:center;display:flex;flex-wrap:wrap;gap:18px;font-size:14px;font-weight:800}.main-nav a:hover{color:var(--red)}.button,.nav-cta{align-items:center;background:var(--red);border:0;border-radius:999px;color:white;cursor:pointer;display:inline-flex;font-weight:900;justify-content:center;min-height:46px;padding:12px 18px}.button.secondary{background:white;border:1px solid var(--border);color:var(--charcoal)}.button.dark{background:var(--black)}.small-button{font-size:13px;margin-top:10px;min-height:38px;padding:9px 13px}.menu-toggle{align-items:center;background:white;border:1px solid var(--border);border-radius:999px;color:var(--charcoal);cursor:pointer;display:none;font-weight:900;gap:10px;min-height:42px;padding:10px 14px}.hamburger-lines{background:currentColor;border-radius:999px;box-shadow:0 -6px 0 currentColor,0 6px 0 currentColor;display:inline-block;height:2px;width:18px}.mobile-nav-cta{display:none}.section{padding:72px clamp(18px,5vw,72px);scroll-margin-top:112px}.section.soft{background:white}.hero{background:radial-gradient(circle at top left,#fee2e2 0,transparent 36%),linear-gradient(135deg,white,#f8fafc 55%,#fff1f2);display:grid;grid-gap:36px;gap:36px;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);padding:72px clamp(18px,5vw,72px)}.eyebrow{color:var(--red);font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(42px,8vw,82px);letter-spacing:-.06em;line-height:.95;margin-bottom:18px}h1,h2{color:var(--black)}h2{font-size:clamp(30px,4vw,48px);letter-spacing:-.04em;line-height:1;margin-bottom:14px}h3{margin-bottom:8px}.lead{color:#4b5563;font-size:clamp(18px,2.2vw,22px);line-height:1.55;max-width:720px}.tagline{color:var(--charcoal);font-size:18px;font-weight:900}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.app-visual{display:grid;grid-gap:14px;gap:14px}.phone-card{background:var(--black);border-radius:34px;box-shadow:0 30px 80px rgba(17,17,17,.18);color:white;margin:0 auto;max-width:390px;padding:20px}.screen-preview{background:#f9fafb;border-radius:26px;color:var(--charcoal);display:grid;grid-gap:12px;gap:12px;padding:18px}.preview-bar{align-items:center;display:flex;gap:8px;justify-content:space-between}.preview-pill{background:#fee2e2;border-radius:999px;color:var(--red-dark);font-size:12px;font-weight:900;padding:7px 10px}.preview-grid{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(3,1fr)}.preview-tile{background:white;border:1px solid var(--border);border-radius:16px;font-size:12px;font-weight:900;min-height:70px;padding:10px}.preview-order{background:white;border:1px solid var(--border);border-radius:18px;display:grid;grid-gap:6px;gap:6px;padding:14px}.section-heading{align-items:flex-end;display:flex;gap:20px;justify-content:space-between;margin-bottom:28px}.section-heading p{color:var(--muted);max-width:680px}.card-grid,.service-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.contact-card,.form-card,.info-card,.service-card{background:white;border:1px solid var(--border);border-radius:24px;box-shadow:0 14px 36px rgba(17,17,17,.04);padding:22px}.info-card h2{font-size:clamp(22px,2.4vw,30px);letter-spacing:-.025em;line-height:1.12;margin-bottom:10px}.info-card p:last-child{margin-bottom:0}.service-card{display:grid;grid-gap:16px;gap:16px;grid-template-columns:58px 1fr}.service-icon{align-items:center;background:linear-gradient(135deg,#fee2e2,#fff7f7);border:1px solid #fecaca;border-radius:20px;color:var(--red-dark);display:inline-flex;font-weight:900;height:58px;justify-content:center;width:58px}.service-icon-svg{filter:drop-shadow(0 6px 12px rgba(225,29,46,.16));height:30px;width:30px}.card-title-row{align-items:flex-start;display:flex;gap:10px;justify-content:space-between}.badge{background:#dcfce7;border-radius:999px;color:#166534;display:inline-block;font-size:11px;font-weight:900;padding:6px 9px;white-space:nowrap}.badge-muted{background:#f3f4f6;color:var(--muted)}.steps{counter-reset:step;display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(4,1fr)}.step{background:white;border:1px solid var(--border);border-radius:20px;padding:22px}.step:before{align-items:center;background:var(--red);border-radius:999px;color:white;content:counter(step);counter-increment:step;display:inline-flex;font-weight:900;height:32px;justify-content:center;margin-bottom:14px;width:32px}.split{display:grid;grid-gap:24px;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr))}.list{display:grid;grid-gap:10px;gap:10px;margin:18px 0 0;padding:0}.list li{list-style:none;padding-left:28px;position:relative}.list li:before{color:var(--red);content:"•";font-size:24px;left:6px;line-height:1;position:absolute;top:-2px}.form-card,.form-grid{display:grid;grid-gap:16px;gap:16px}.form-grid{grid-template-columns:repeat(2,1fr)}label{color:var(--charcoal);display:grid;font-weight:800;grid-gap:7px;gap:7px}input,select,textarea{background:white;border:1px solid var(--border);border-radius:14px;color:var(--charcoal);font:inherit;min-height:48px;padding:12px 14px}textarea{min-height:110px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(225,29,46,.12);outline:0}.check-row{align-items:flex-start;display:flex;gap:10px}.check-row input{min-height:auto;width:auto}.error,.success{border-radius:12px;padding:13px 14px}.success{background:#ecfdf3;color:var(--success)}.error{background:#fef2f2;color:var(--red-dark)}.inline-action{background:transparent;border:0;color:inherit;cursor:pointer;font:inherit;font-weight:950;margin-left:8px;padding:0;text-decoration:underline}.notice{background:#fff7ed;border:1px solid #fed7aa;border-radius:14px;color:#92400e;padding:14px 16px}.form-card button{align-items:center;background:var(--red);border:0;border-radius:999px;box-shadow:0 14px 30px rgba(225,29,46,.22);color:white;cursor:pointer;display:inline-flex;font:inherit;font-weight:900;justify-content:center;min-height:50px;padding:13px 20px}.form-card button:hover:not(:disabled){background:var(--red-dark)}.form-card button:disabled{background:#9ca3af;box-shadow:none;color:white;cursor:not-allowed;opacity:.8}.store-badges{display:flex;flex-wrap:wrap;gap:12px;margin:18px 0}.store-badge{align-items:center;background:var(--black);border-radius:18px;color:white;display:inline-flex;gap:12px;min-width:190px;padding:13px 16px}.store-badge-muted{background:#374151}.store-badge small{color:#d1d5db;display:block;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.store-badge strong{display:block;font-size:18px;line-height:1.1}.store-mark{align-items:center;background:rgba(255,255,255,.12);border-radius:14px;display:inline-flex;font-weight:900;height:40px;justify-content:center;width:40px}.site-footer{background:var(--black);color:white;display:grid;grid-gap:28px;gap:28px;padding:42px clamp(18px,5vw,72px) 24px}.footer-grid{display:grid;grid-gap:26px;gap:26px;grid-template-columns:1.3fr repeat(3,minmax(130px,.7fr)) 1fr}.footer-logo{background:white;border-radius:18px;display:block;height:82px;margin-bottom:12px;object-fit:contain;padding:6px;width:82px}.site-footer h2{color:white;font-size:13px;letter-spacing:.08em;margin-bottom:12px;text-transform:uppercase}.site-footer p{color:#d1d5db;font-size:14px;line-height:1.55;margin-bottom:8px}.footer-social{display:grid;grid-gap:10px;gap:10px;margin-top:16px}.footer-social p{margin:0}.footer-social strong{color:white}.social-links{display:flex;flex-wrap:wrap;gap:8px}.social-links a{align-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#f9fafb;display:inline-flex;height:40px;justify-content:center;width:40px}.social-links a:hover{background:rgba(225,29,46,.28);border-color:rgba(254,202,202,.42);color:white}.social-icon{height:20px;width:20px}.footer-links{align-content:start;display:grid;grid-gap:8px;gap:8px}.footer-links a{color:#f3f4f6;font-size:14px;font-weight:800}.footer-links a:hover{color:#fecaca}.footer-note{color:#9ca3af!important;font-size:13px!important}.footer-badges{display:grid;grid-gap:8px;gap:8px}.footer-store-badge{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:16px;color:white;display:grid;grid-gap:2px;gap:2px;padding:10px 12px}.footer-store-badge span{color:#d1d5db;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.footer-store-badge strong{font-size:14px}.footer-store-badge-muted{background:rgba(255,255,255,.04)}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:18px}.footer-bottom p{color:#f9fafb;font-weight:900;margin:0}.legal-note{background:#fff1f2;border:1px solid #fecaca;border-radius:18px;color:var(--red-dark);font-weight:800;max-width:820px;padding:16px 18px}.legal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-web{min-height:70vh}.customer-web-hero{background:linear-gradient(135deg,#ffffff,#f8fafc 55%,#fff1f2);padding:72px clamp(18px,5vw,72px)}.customer-web-hero h1{max-width:980px}.portal-pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.portal-pill-row span{background:white;border:1px solid var(--border);border-radius:999px;color:var(--charcoal);font-weight:900;padding:10px 14px}.portal-auth-grid{display:grid;grid-gap:24px;gap:24px;grid-template-columns:minmax(0,.9fr) minmax(340px,1.1fr)}.portal-switch{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.portal-switch button{flex:1 1 120px}.portal-shell{display:grid;grid-template-columns:260px minmax(0,1fr)}.portal-sidebar{background:linear-gradient(180deg,var(--black),#242424);color:white;display:grid;grid-gap:8px;gap:8px;min-height:calc(100vh - 97px);padding:28px 22px}.portal-sidebar strong{font-size:24px;letter-spacing:-.03em}.portal-sidebar span{color:#d1d5db;font-size:14px}.portal-sidebar nav{display:grid;grid-gap:8px;gap:8px;margin-top:18px}.portal-sidebar button{background:transparent;border:1px solid rgba(255,255,255,.12);border-radius:14px;color:white;cursor:pointer;font:inherit;font-weight:900;min-height:44px;padding:10px 12px;text-align:left}.portal-sidebar button.active,.portal-sidebar button:hover{background:var(--red);border-color:var(--red)}.portal-content{display:grid;grid-gap:20px;gap:20px;padding:34px clamp(18px,4vw,48px)}.portal-topbar{align-items:center;display:flex;gap:18px;justify-content:space-between}.portal-topbar h1{font-size:clamp(34px,5vw,58px);margin-bottom:0}.portal-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.portal-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr))}.portal-stack{display:grid;grid-gap:16px;gap:16px}.portal-card{background:white;border:1px solid var(--border);border-radius:22px;box-shadow:0 12px 30px rgba(17,17,17,.04);padding:22px}.portal-card span{color:var(--muted);display:block;font-weight:900;margin-bottom:8px}.portal-card .metric,.portal-card strong{color:var(--black);display:block;font-size:clamp(26px,3vw,40px);font-weight:950;line-height:1;margin:0 0 10px;overflow-wrap:anywhere}.portal-card h2{font-size:clamp(24px,3vw,34px)}.portal-card p{color:#4b5563;line-height:1.55;overflow-wrap:anywhere}.portal-card label{margin-bottom:12px}.portal-card button{align-items:center;background:var(--red);border:0;border-radius:999px;color:white;cursor:pointer;display:inline-flex;font:inherit;font-weight:900;justify-content:center;min-height:46px;padding:12px 18px}.portal-card button:disabled{background:#9ca3af;cursor:not-allowed}@media (max-width:980px){.hero,.split{grid-template-columns:1fr}.card-grid,.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-auth-grid,.portal-shell{grid-template-columns:1fr}.portal-sidebar{min-height:auto}.portal-sidebar nav{display:flex;overflow-x:auto;padding-bottom:6px}.portal-sidebar button{flex:0 0 auto;white-space:nowrap}.footer-grid,.portal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.steps{grid-template-columns:repeat(2,1fr)}.menu-toggle{display:inline-flex}.desktop-cta,.main-nav{display:none}.main-nav{align-items:stretch;background:white;border:1px solid var(--border);border-radius:22px;box-shadow:0 18px 44px rgba(17,17,17,.08);flex-direction:column;gap:4px;order:4;padding:10px;width:100%}.main-nav.is-open{display:flex}.main-nav a{border-radius:14px;padding:12px 14px}.main-nav a:hover{background:#fff1f2}.mobile-nav-cta{align-items:center;background:var(--red);color:white;display:inline-flex;justify-content:center;margin-top:4px}.mobile-nav-cta:hover{background:var(--red-dark)!important;color:white!important}}@media (max-width:620px){.site-header{align-items:center;flex-wrap:wrap;padding:10px 18px}.brand-link img{border-radius:14px;height:62px;width:62px}.card-grid,.footer-grid,.form-grid,.legal-grid,.portal-grid,.service-grid,.steps{grid-template-columns:1fr}.customer-web-hero,.hero,.section{padding:46px 18px}.portal-content{padding:24px 18px}.portal-topbar{align-items:flex-start;flex-direction:column}.portal-actions{justify-content:flex-start;width:100%}.portal-actions .button{flex:1 1 140px}.site-footer{padding:34px 18px 22px}.service-card{grid-template-columns:48px 1fr;padding:18px}.service-icon{border-radius:16px;height:48px;width:48px}.service-icon-svg{height:26px;width:26px}.store-badge{min-width:100%}}