:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: #f6f8fb; color: #172033; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1100px, 92vw); margin: 0 auto; }
header { display: flex; align-items: center; justify-content: space-between; padding: 1.4rem 0; }
.brand { display: flex; align-items: center; gap: .75rem; font-weight: 750; letter-spacing: -.02em; }
.logo { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: #2457e6; color: white; }
nav { display: flex; gap: 1.5rem; color: #60708b; font-size: .92rem; }
.hero { padding: 7rem 0 5rem; max-width: 760px; }
.eyebrow { color: #2457e6; font-weight: 700; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
h1 { margin: 1rem 0 1.25rem; font-size: clamp(2.5rem, 7vw, 4.8rem); line-height: 1.03; letter-spacing: -.055em; }
.lead { max-width: 650px; color: #60708b; font-size: 1.15rem; line-height: 1.75; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; padding-bottom: 5rem; }
.card { padding: 1.5rem; background: white; border: 1px solid #e3e8f1; border-radius: 14px; box-shadow: 0 8px 30px #1720330a; }
.card h2 { margin: .3rem 0 .7rem; font-size: 1.05rem; }
.card p { margin: 0; color: #718096; line-height: 1.6; font-size: .92rem; }
.status { display: inline-flex; align-items: center; gap: .55rem; padding: .65rem .9rem; border-radius: 999px; background: #eaf8ef; color: #18743a; font-size: .85rem; font-weight: 650; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: #22a855; }
footer { padding: 2rem 0; border-top: 1px solid #e3e8f1; color: #8491a6; font-size: .85rem; }
@media (max-width: 720px) { nav { display: none; } .hero { padding-top: 4rem; } .cards { grid-template-columns: 1fr; } }
