:root{--ink: #1d2733;--ink-soft: #4a5a6d;--sky-deep: #0e2036;--sky: #1c4066;--lake: #2d5f8f;--ochre: #c98f4e;--sand: #f6f1e7;--paper: #fffdf8;font-family:Segoe UI,system-ui,-apple-system,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--ink);background:var(--paper);line-height:1.6}.hero{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;padding:4rem 1.5rem}.hero-art{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}.hero-content{position:relative;z-index:1;max-width:760px}.hero-kicker{text-transform:uppercase;letter-spacing:.25em;font-size:.8rem;color:#ffd9a0;margin-bottom:.75rem}.hero h1{font-size:clamp(2.4rem,6vw,4rem);line-height:1.1;text-shadow:0 2px 18px rgba(0,0,0,.45)}.hero-sub{margin:1.25rem auto 2rem;max-width:620px;font-size:1.05rem;color:#e8eef5;text-shadow:0 1px 8px rgba(0,0,0,.5)}.hero-stats{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.hero-stats div{background:#0a18288c;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:10px;padding:.7rem 1.2rem;min-width:130px}.hero-stats strong{display:block;font-size:1.35rem;color:#ffd9a0}.hero-stats span{font-size:.78rem;color:#d7e2ee}.section{max-width:1080px;margin:0 auto;padding:4rem 1.5rem 2rem}.section h2{font-size:2rem;margin-bottom:1.75rem;position:relative;display:inline-block}.section h2:after{content:"";position:absolute;left:0;bottom:-8px;width:56px;height:4px;border-radius:2px;background:var(--ochre)}.section-lead{max-width:720px;color:var(--ink-soft);margin-bottom:1.5rem}.section-alt{max-width:none;background:var(--sand)}.section-alt>*{max-width:1080px;margin-left:auto;margin-right:auto}.section-alt{padding:4rem max(1.5rem,(100% - 1080px) / 2) 3rem}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.cards-2{grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}.card{background:#fff;border:1px solid #e8e0d2;border-radius:12px;padding:1.4rem 1.5rem;box-shadow:0 1px 4px #1d27330f}.card-icon{font-size:1.7rem;display:block;margin-bottom:.5rem}.card h3{margin-bottom:.45rem;color:var(--sky)}.card p{color:var(--ink-soft);font-size:.95rem}.columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.columns h3{color:var(--sky);margin-bottom:.75rem}.list{list-style:none}.list li{padding:.45rem 0;border-bottom:1px dashed #ddd3c2;color:var(--ink-soft)}.list li strong{color:var(--ink)}.footer{margin-top:3rem;background:var(--sky-deep);color:#cfdbe8;text-align:center;padding:2.2rem 1.5rem;font-size:.9rem}.footer a{color:#ffd9a0}.footer-tech{margin-top:.5rem;font-size:.78rem;color:#7f93a8}.footer-tech code{color:#a8bccf}
