@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@700&family=Inter:wght@400;500;800;900&display=swap");:root{--bg:#eef1f6;--surface:#fff;--navy:#0a1b3d;--ink:#1b2436;--muted:#5b6576;--blue:#2563eb;--teal:#14b8a6;--line:#d8dee9;--font-display:"Space Grotesk",sans-serif;--font-body:"Inter",sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--ink);font-family:var(--font-body);font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;letter-spacing:-.02em;color:var(--navy);line-height:1.2}h1{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:1.5rem}h2{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:1.25rem}h3{font-size:1.25rem}h3,p{margin-bottom:1rem}p{color:var(--ink)}a{color:var(--blue);text-decoration:none;transition:color .2s ease-out}a:hover{color:var(--navy)}a:focus-visible{outline:2px solid var(--blue);outline-offset:4px;border-radius:4px}button{font-family:var(--font-body);font-size:1rem;font-weight:500;padding:.75rem 1.5rem;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease-out}button:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.btn-primary{background-color:var(--blue);color:#fff}.btn-primary:hover{background-color:var(--navy);transform:translateY(-2px);box-shadow:0 8px 16px rgba(37,99,235,.3)}.btn-secondary{background-color:transparent;color:var(--blue);border:2px solid var(--blue)}.btn-secondary:hover{background-color:var(--blue);color:#fff}.herocat{position:relative;width:min(900px,92vw);aspect-ratio:16/9;margin-inline:auto}.herocat:after{content:"";position:absolute;bottom:8%;left:50%;transform:translateX(-50%);width:50%;height:15%;background:radial-gradient(ellipse at center,rgba(0,0,0,.15),transparent 75%);border-radius:50%;pointer-events:none;z-index:1}.herocat__frame{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;transition:none;will-change:opacity}@media (prefers-reduced-motion:reduce){.herocat__frame{transition:none}}@media (max-width:768px){h1{font-size:clamp(1.5rem,4vw,2.5rem);margin-bottom:1rem}h2{font-size:clamp(1.25rem,3vw,2rem)}button{padding:.625rem 1.25rem;font-size:.875rem}}