:root{--color-primary: #2563eb;--color-secondary: #1d4ed8;--color-accent: #f97316;--color-surface: #071426;--color-text: #0b1b33;--color-muted: #52647a;--header-offset: 5rem;font-size:16px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header-offset)}body{min-width:320px;min-height:100vh;margin:0;overflow-x:clip;background:#f8fafc;color:var(--color-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-feature-settings:"kern";text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}::selection{background:#3b82f63d;color:#071426}[id]{scroll-margin-top:var(--header-offset)}a{color:inherit}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}:focus-visible{outline:3px solid rgba(56,189,248,.8);outline-offset:3px}.container{width:min(1180px,100% - 3rem);min-width:0;margin-inline:auto}.section-spacing{padding-block:clamp(4.5rem,8vw,7rem)}.section-title{max-width:52rem;margin:0;color:#0b1b33;font-size:clamp(2.25rem,5vw,3.75rem);font-weight:850;letter-spacing:-.045em;line-height:1.03}.section-title-on-dark{color:#fff}.section-subtitle{max-width:42rem;margin:0;color:var(--color-muted);font-size:clamp(1rem,1.6vw,1.12rem);line-height:1.7}.section-header{display:grid;gap:1rem;margin-bottom:clamp(2.5rem,5vw,4rem)}.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:3rem;padding:.9rem 1.45rem;border:1px solid transparent;border-radius:999px;font-size:.92rem;font-weight:750;line-height:1;text-decoration:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 1rem 2.4rem #2563eb4d}.button.secondary{border-color:#94a3b859;background:#fff;color:#1d4ed8}.button:hover{box-shadow:0 1.2rem 2.8rem #2563eb66;transform:translateY(-2px)}.badge{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;padding:.4rem .85rem;border-radius:999px;background:#3b82f617;color:#1d4ed8;font-size:.78rem;font-weight:700}.badge-on-dark{color:#fff}.grid{display:grid;gap:1.5rem}.grid>*{min-width:0}.card{padding:clamp(1.35rem,3vw,2rem);border:1px solid rgba(203,213,225,.72);border-radius:1.4rem;background:#fff;box-shadow:0 1.3rem 3rem #0f234112}.card.highlight{background:radial-gradient(circle at top left,#3b82f61c,#fff 58%)}.text-muted{color:var(--color-muted)}@media (min-width: 960px){.grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){:root{--header-offset: 4.5rem}.container{width:min(1180px,100% - 2rem)}.section-spacing{padding-block:3.75rem}.section-title{font-size:clamp(2rem,10vw,2.75rem)}.section-subtitle{font-size:.96rem;line-height:1.62}.card{border-radius:1.2rem}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important}.button{transition:none}}
