:root{color-scheme:light;--ink:#161616;--muted:#686663;--paper:#f7f5ef;--line:rgba(22,22,22,0.12);--surface:rgba(255,255,255,0.66);--shadow:0 24px 80px rgba(36,31,24,0.12)}*{box-sizing:border-box}html{background:radial-gradient(circle at top left,rgba(84,190,193,.18),transparent 34rem),linear-gradient(135deg,#f8f6f1,#ffffff 48%,#f2f5f4)}body,html{min-height:100%}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.shell{width:min(1120px,calc(100% - 40px));min-height:100vh;margin:0 auto;padding:72px 0 56px;display:grid;align-content:center;gap:42px}.intro{max-width:760px}.card-label,.eyebrow{margin:0;color:var(--muted);font-size:.76rem;font-weight:700;letter-spacing:0;text-transform:uppercase}.headline-row{display:flex;align-items:center;gap:16px}h1{margin:4px 0 0;font-size:clamp(5rem,12vw,10.5rem);line-height:.88;letter-spacing:0}.live-dot{width:14px;height:14px;border-radius:999px;background:#26b36a;box-shadow:0 0 0 8px rgba(38,179,106,.16)}.lead{max-width:620px;margin:28px 0 0;color:#41403d;font-size:clamp(1.12rem,2.2vw,1.45rem);line-height:1.45}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.product-card{position:relative;min-height:320px;padding:22px;display:flex;flex-direction:column;justify-content:space-between;gap:28px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:inset 0 1px 0 rgba(255,255,255,.78);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.product-card:focus-visible,.product-card:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--accent),#161616 14%);background:rgba(255,255,255,.82);box-shadow:var(--shadow);outline:none}.product-card:before{content:"";position:absolute;inset:auto 0 0;height:5px;background:var(--accent)}.twin{--accent:#21a9bb;--accent-soft:rgba(33,169,187,0.12)}.sonickaboom{--accent:#e34d3c;--accent-soft:rgba(227,77,60,0.12)}.daan{--accent:#2f9d66;--accent-soft:rgba(47,157,102,0.12)}.jobs{--accent:#6b5bd6;--accent-soft:rgba(107,91,214,0.12)}.icon-frame{width:84px;height:84px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--accent),transparent 64%);border-radius:8px;background:var(--accent-soft)}.icon-frame svg{width:54px;height:54px}.icon-stroke{fill:none;stroke:var(--accent);stroke-linecap:round;stroke-linejoin:round;stroke-width:3.2}.icon-stroke.muted{opacity:.55;stroke-width:2.6}.icon-fill{fill:var(--accent);opacity:.18}.icon-node{fill:#ffffff;stroke:var(--accent);stroke-width:2.4}.card-copy{display:grid;gap:9px}.card-copy strong{display:block;font-size:1.55rem;line-height:1.1}.card-copy span:last-child{color:var(--muted);font-size:1rem;line-height:1.48}.arrow{position:absolute;top:20px;right:20px;width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.58)}.arrow svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}@media (max-width:1040px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.shell{align-content:start;padding-top:48px}.product-grid{grid-template-columns:1fr}.product-card{min-height:220px}}@media (max-width:560px){.shell{width:min(100% - 28px,1120px);padding-bottom:34px;gap:32px}.headline-row{align-items:flex-start}h1{font-size:4.7rem}.live-dot{margin-top:12px}.product-card{padding:18px}}