*,:before,:after{box-sizing:border-box}:root{--bg:#fff;--bg-alt:#f5f5f7;--surface:#fff;--text:#1d1d1f;--muted:#6e6e73;--accent:#0071e3;--accent-hover:#0077ed;--border:#d2d2d7}html{scroll-behavior:smooth}body{background:var(--bg);min-height:100vh;color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Helvetica,Arial,sans-serif}a:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:6px}.wrap{max-width:980px;margin:0 auto;padding:0 1.5rem}.site-header{z-index:10;-webkit-backdrop-filter:saturate(180%)blur(20px);backdrop-filter:saturate(180%)blur(20px);background:#fbfbfdcc;border-bottom:1px solid #00000014;padding:.8rem 0;position:sticky;top:0}.brand{letter-spacing:-.01em;color:var(--text);font-size:.875rem;font-weight:600}.hero{text-align:center;padding:6rem 0 5.5rem}.hero-panel{background:0 0;border:none;padding:0}.eyebrow{color:var(--muted);letter-spacing:.01em;margin:0 0 1.25rem;font-size:.9rem;font-weight:600;display:inline-block}.hero-identity{justify-content:center;align-items:center;gap:1.25rem;margin-bottom:.5rem;display:flex}.hero-logo{border-radius:18px;box-shadow:0 4px 14px #00000014}.hero h1{letter-spacing:-.015em;margin:0;font-size:4.5rem;font-weight:600;line-height:1.05}.hero h1 .dot{color:var(--muted);font-weight:500}.tagline{letter-spacing:.007em;max-width:34rem;color:var(--muted);margin:1rem auto 2rem;font-size:1.6rem;font-weight:400;line-height:1.35}.hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.75rem;margin-bottom:5rem;display:flex}.cta{background:var(--accent);color:#fff;border-radius:999px;padding:.75rem 1.6rem;font-size:1.05rem;font-weight:400;text-decoration:none;transition:background .2s;display:inline-block}.cta:hover{background:var(--accent-hover)}.cta-ghost{color:var(--accent);background:0 0;border:none;padding:0;font-weight:400}.cta-ghost:after{content:" ›"}.cta-ghost:hover{background:0 0;text-decoration:underline}.grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.features-grid{text-align:left}.card{background:var(--bg-alt);border:none;border-radius:18px;padding:1.75rem}.card-icon{background:var(--surface);border-radius:14px;place-items:center;width:48px;height:48px;margin-bottom:1.1rem;font-size:1.4rem;display:grid;box-shadow:0 1px 4px #0000000f}.card h3{letter-spacing:-.01em;margin:0 0 .4rem;font-size:1.05rem;font-weight:600}.card p{color:var(--muted);margin:0;font-size:.92rem;line-height:1.5}.products{background:var(--bg-alt);border:none;padding:5.5rem 0 6rem}.products-header{text-align:center;margin:0 0 3rem}.products-header .eyebrow{margin-bottom:.75rem}.products h2{letter-spacing:-.015em;margin:0 0 .75rem;font-size:2.5rem;font-weight:600}.products-sub{max-width:34rem;color:var(--muted);margin:0 auto;font-size:1.1rem;line-height:1.5}.products-grid{grid-template-columns:repeat(6,1fr);gap:1.25rem;display:grid}.products-grid .product{grid-column:span 2}.products-grid .product-wide{grid-column:span 3}.product{background:var(--surface);color:inherit;border:none;border-radius:18px;flex-direction:column;padding:1.75rem;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 1px 3px #0000000a}.product:hover{transform:scale(1.015);box-shadow:0 10px 30px #00000014}.product-top{justify-content:space-between;align-items:center;margin-bottom:1.1rem;display:flex}.product-icon{background:var(--bg-alt);border-radius:12px;place-items:center;width:48px;height:48px;display:grid;overflow:hidden}.product-icon img{object-fit:contain;border-radius:8px;width:32px;height:32px}.product-icon-emoji{font-size:1.5rem}.product-tag{background:var(--bg-alt);color:var(--muted);letter-spacing:.03em;text-transform:uppercase;border-radius:999px;padding:.25rem .7rem;font-size:.72rem;font-weight:600}.product-stat{color:var(--accent);align-self:flex-start;margin-top:.75rem;font-size:.82rem;font-weight:500}.product h3{letter-spacing:-.01em;color:var(--text);margin:0 0 .4rem;font-size:1.1rem;font-weight:600}.product p{color:var(--muted);margin:0;font-size:.92rem;line-height:1.5}.product-footer{justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.25rem;display:flex}.product-domain{color:var(--muted);font-size:.82rem;font-weight:500;transition:color .2s}.product:hover .product-domain{color:var(--accent)}.product-arrow{color:var(--accent);opacity:0;font-size:1.1rem;transition:opacity .2s,transform .2s;transform:translate(-4px)}.product:hover .product-arrow{opacity:1;transform:translate(0)}.site-footer{background:var(--bg-alt);border-top:1px solid var(--border);color:var(--muted);padding:1.5rem 0;font-size:.75rem}.products{scroll-margin-top:4rem}@media (width<=900px){.grid{grid-template-columns:repeat(2,1fr)}.products-grid .product,.products-grid .product-wide{grid-column:span 3}}@media (width<=640px){.hero{padding:4rem 0}.hero-identity{flex-direction:column;gap:1rem}.hero h1{font-size:3rem}.tagline{font-size:1.25rem}.products h2{font-size:2rem}.grid{grid-template-columns:1fr}.products-grid .product,.products-grid .product-wide{grid-column:1/-1}}
