:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #080c13; color: #eef4fa; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100svh; display: grid; place-items: center; padding: 32px 24px; background: radial-gradient(ellipse at 20% 20%, #16314280, transparent 55%), radial-gradient(ellipse at 85% 85%, #29204970, transparent 55%); }
main { width: min(100%, 680px); }
.service { margin: 0 0 18px; color: #8be9db; font-size: 16px; letter-spacing: .04em; }
h1 { margin: 0; font-size: clamp(42px, 8vw, 76px); font-weight: 500; line-height: 1.08; letter-spacing: -.055em; text-wrap: balance; }
.description { max-width: 470px; margin: 24px 0 40px; color: #a6b5c8; font-size: 17px; line-height: 1.8; }
