header{position:sticky;top:0;z-index:10;border-bottom:1px solid var(--border);background:#ffffffeb;backdrop-filter:blur(8px)}.site-header__inner{min-height:4.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{font-size:1.05rem;font-weight:800;color:var(--heading)}.site-nav{display:flex;align-items:center;gap:1.1rem;color:var(--text-muted);font-weight:600}.site-nav a:hover{color:var(--primary)}@media(max-width:820px){.site-header__inner{min-height:auto;padding:.8rem 0;flex-direction:column;align-items:flex-start}.site-nav{width:100%;flex-wrap:wrap;gap:.6rem}}footer{border-top:1px solid var(--border);background:#fff}.site-footer__inner{min-height:4.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--text-muted);font-size:.95rem}.site-footer__note{margin:0}@media(max-width:640px){.site-footer__inner{min-height:auto;padding:1rem 0;flex-direction:column;align-items:flex-start}}*,*:before,*:after{box-sizing:border-box}:root{--bg: #f4f7fb;--surface: #ffffff;--surface-muted: #eef3fb;--text: #122033;--text-muted: #4f6278;--heading: #0b1627;--border: #d4deec;--primary: #1f5eff;--primary-strong: #1847c6;--shadow: 0 12px 30px rgba(9, 26, 56, .08)}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:var(--bg);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}h1,h2,h3{margin:0 0 .75rem;color:var(--heading);line-height:1.2}p{margin:0 0 1rem}main{padding-bottom:3rem}.container{width:min(1100px,92vw);margin:0 auto}.section{padding:4.5rem 0}.section--muted{background:var(--surface-muted)}.section--tight{padding-top:2rem}.section__heading{max-width:700px;margin-bottom:1.75rem}.eyebrow{margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700;font-size:.8rem;color:var(--primary)}.hero{padding-top:3rem}.hero__grid{display:grid;grid-template-columns:1.45fr 1fr;gap:1.5rem;align-items:stretch}.hero__content,.hero__panel{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2rem;box-shadow:var(--shadow)}.hero__lead{font-size:1.1rem;color:var(--text-muted)}.hero__panel h2{font-size:1.15rem}.hero__panel ul{margin:0;padding-left:1.1rem}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.7rem 1.25rem;border:1px solid transparent;font-weight:600;transition:background .2s ease,color .2s ease,border-color .2s ease}.button--primary{color:#fff;background:var(--primary)}.button--primary:hover{background:var(--primary-strong)}.button--ghost{color:var(--primary);border-color:var(--border);background:#fff}.button--ghost:hover{border-color:var(--primary)}.button--small{padding:.45rem .9rem;font-size:.92rem}.metrics,.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.metric-card,.card{padding:1.25rem;border-radius:12px;border:1px solid var(--border);background:var(--surface)}.steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.steps li{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem}.split{display:grid;grid-template-columns:1.2fr 1fr;gap:1.5rem;align-items:center}.checklist{margin:0;padding:1.1rem 1.1rem 1.1rem 2.1rem;border-radius:12px;border:1px solid var(--border);background:var(--surface)}.cta{text-align:center;padding:2.25rem;border-radius:16px;border:1px solid var(--border);background:linear-gradient(145deg,#fff,#ecf3ff)}@media(max-width:980px){.hero__grid,.split{grid-template-columns:1fr}.metrics,.cards,.steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.section{padding:3.5rem 0}.hero__content,.hero__panel{padding:1.5rem}.metrics,.cards,.steps{grid-template-columns:1fr}}
