:root{--background:#f8fafc;--foreground:#0f172a;--muted:#64748b;--border:#e2e8f0;--card:#fff;--primary:#111827;--primary-soft:#1f2937;--accent:#2563eb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--foreground);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.storefront-page{min-height:100vh}.storefront-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd1;border-bottom:1px solid #e2e8f0cc;justify-content:space-between;align-items:center;height:76px;padding:0 28px;display:flex;position:sticky;top:0}.storefront-brand{align-items:center;gap:12px;display:inline-flex}.storefront-brand strong{font-size:16px;display:block}.storefront-brand small{color:var(--muted);margin-top:2px;font-size:12px;display:block}.storefront-logo,.hero-card-logo{color:#fff;background:linear-gradient(135deg,#111827,#334155);place-items:center;font-weight:800;display:grid;overflow:hidden}.storefront-logo{border-radius:14px;width:44px;height:44px}.storefront-logo img,.hero-card-logo img{object-fit:cover;width:100%;height:100%}.storefront-nav{color:#334155;align-items:center;gap:24px;font-size:14px;font-weight:600;display:flex}.storefront-nav a:hover{color:#0f172a}.storefront-hero{color:#fff;background:radial-gradient(circle at 0 0,#2563eb59,#0000 35%),radial-gradient(circle at 100% 100%,#7c3aed52,#0000 35%),linear-gradient(135deg,#020617,#111827 50%,#1e293b);grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:center;gap:48px;min-height:620px;padding:90px 28px;display:grid;position:relative;overflow:hidden}.storefront-hero-content{max-width:760px}.storefront-badge,.demo-pill,.eyebrow{letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;width:fit-content;font-size:12px;font-weight:800;display:inline-flex}.storefront-badge{color:#bfdbfe;background:#ffffff1f;border:1px solid #ffffff2e;padding:8px 12px}.storefront-hero h1{letter-spacing:-.07em;max-width:760px;margin:22px 0 18px;font-size:clamp(48px,8vw,92px);line-height:.95}.storefront-hero p{color:#cbd5e1;max-width:640px;margin:0;font-size:19px;line-height:1.8}.storefront-actions{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.primary-button,.secondary-button{border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 22px;font-weight:800;display:inline-flex}.primary-button{color:#020617;background:#fff}.secondary-button{color:#fff;border:1px solid #ffffff38}.storefront-hero-card{background:linear-gradient(135deg,#fff6,#ffffff14);border-radius:36px;min-height:420px;padding:1px;position:relative;box-shadow:0 40px 120px #00000059}.hero-card-glow{filter:blur(90px);opacity:.45;background:#2563eb;position:absolute;inset:40px}.hero-card-inner{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#0f172ab8;border-radius:35px;flex-direction:column;justify-content:flex-end;min-height:420px;padding:38px;display:flex;position:relative}.hero-card-logo{border-radius:28px;width:96px;height:96px;margin-bottom:auto;font-size:42px}.hero-card-inner h2{letter-spacing:-.04em;margin:32px 0 12px;font-size:34px}.hero-card-inner p{color:#cbd5e1}.storefront-section{max-width:1220px;margin:0 auto;padding:80px 28px}.section-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:28px;display:flex}.eyebrow{color:var(--accent)}.section-heading h2,.storefront-about h2{letter-spacing:-.06em;margin:8px 0 0;font-size:clamp(32px,5vw,54px);line-height:1}.demo-pill{color:#1d4ed8;background:#eff6ff;padding:8px 12px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;display:grid}.product-card{background:var(--card);border:1px solid var(--border);border-radius:28px;overflow:hidden;box-shadow:0 20px 50px #0f172a0f}.product-image{color:#fff;place-items:center;height:220px;font-size:56px;font-weight:900;display:grid}.product-gradient-0{background:linear-gradient(135deg,#2563eb,#7c3aed)}.product-gradient-1{background:linear-gradient(135deg,#0f766e,#14b8a6)}.product-gradient-2{background:linear-gradient(135deg,#be123c,#fb7185)}.product-gradient-3{background:linear-gradient(135deg,#ea580c,#facc15)}.product-content{padding:20px}.product-meta{color:var(--muted);justify-content:space-between;gap:12px;font-size:12px;font-weight:700;display:flex}.product-card h3{letter-spacing:-.03em;margin:14px 0 8px;font-size:19px}.product-card p{min-height:44px;color:var(--muted);margin:0;font-size:14px;line-height:1.5}.product-footer{justify-content:space-between;align-items:center;gap:16px;margin-top:18px;display:flex}.product-footer strong{font-size:20px;display:block}.product-footer del{color:var(--muted);font-size:13px}.product-footer button{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:999px;padding:10px 15px;font-weight:800}.product-footer button:disabled{cursor:not-allowed;background:#cbd5e1}.storefront-about{border:1px solid var(--border);background:#fff;border-radius:34px;max-width:980px;margin:0 auto 80px;padding:48px 28px}.storefront-about p{color:var(--muted);margin:22px 0 0;font-size:18px;line-height:1.8}.storefront-footer{text-align:center;color:var(--muted);border-top:1px solid var(--border);padding:32px 28px}@media (max-width:1024px){.storefront-hero{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.storefront-header{flex-direction:column;align-items:flex-start;gap:16px;height:auto;padding:16px}.storefront-nav{justify-content:space-between;gap:12px;width:100%}.storefront-hero{padding:64px 20px}.product-grid{grid-template-columns:1fr}.section-heading{flex-direction:column;align-items:flex-start}}
