
:root{--slate:#0f172a;--muted:#334155}
html{scroll-behavior:smooth}
:target{scroll-margin-top:6rem}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;color:#0f172a;background:#fff}
.container{max-width:1120px;margin:0 auto;padding:0 1rem}
header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid #e2e8f0}
.nav{display:flex;gap:.25rem;align-items:center}
a.navlink{padding:.5rem .75rem;border-radius:.75rem;font-weight:600;color:#334155;text-decoration:none}
a.navlink:hover{background:#f1f5f9}
.hero{position:relative;height:clamp(520px,88vh,940px);overflow:hidden;display:grid;place-items:center;text-align:center;color:#fff}
@media (max-width:768px){.hero{height:70vh}}
.hero .slides,.hero .overlay{position:absolute;inset:0}
.hero .overlay{background:linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2))}
.hero h1{font-size:clamp(28px,5.2vw,56px);font-weight:900;line-height:1.1;letter-spacing:-.02em;text-shadow:0 6px 20px rgba(0,0,0,.35)}
.cta-row{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;padding:1rem 0}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:.9rem;padding:.8rem 1.2rem;font-weight:600;font-size:.95rem;text-decoration:none}
.btn-primary{background:#0f172a;color:#fff;box-shadow:0 6px 16px rgba(2,6,23,.14)}
.btn-outline{border:1px solid #cbd5e1;color:#0f172a}
.section{border-top:1px solid #e2e8f0;background:#fff}
.section.alt{background:#f8fafc}
.grid{display:grid;gap:1rem}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
@media (max-width:1024px){.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.grid-3,.grid-2{grid-template-columns:1fr}}
.card{border:1px solid #e2e8f0;border-radius:1.25rem;background:#fff;padding:1rem}
h2.section-title{font-size:clamp(22px,3vw,30px);font-weight:800;margin:0}
.small{color:#475569;font-size:.9rem}
.orbit-wrap{position:relative;display:grid;place-items:center;margin-top:1.5rem}
.orbit{position:relative;width:28rem;height:28rem}
.orbit .node{position:absolute;inset:0;transform-origin:center}
.logo-tile{width:132px;height:132px;object-fit:contain;background:#fff;border-radius:14px;padding:.7rem;border:1px solid #e2e8f0;box-shadow:0 6px 18px rgba(2,6,23,.08)}
@media (max-width:640px){.orbit{width:22rem;height:22rem}.logo-tile{width:108px;height:108px}}
footer{border-top:1px solid #e2e8f0}
.footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:1.25rem 0}
:focus-visible{outline:3px solid #3b82f6;outline-offset:2px;border-radius:10px}
@media (prefers-reduced-motion: reduce){.hero img{animation:none !important}}
.quote-fab{position:fixed;right:14px;bottom:14px;z-index:60;display:none}
@media (max-width:768px){.quote-fab{display:inline-flex}}
.logo{height:40px;width:40px;border-radius:9999px;border:1px solid #e2e8f0;object-fit:cover}
h3{margin:.25rem 0}
