:root{--navy: #0a2342;--navy-soft: #4b617a;--orange: #d97706;--bg: #ffffff;--surface: #f7f8fb;--surface-2: #eef4fa;--border: #dbe4ee;--shadow: 0 12px 40px rgba(10, 35, 66, .08);--max-width: 1120px;--radius: 18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--navy);line-height:1.6}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}h1,h2,h3,p{margin:0}.container{width:min(var(--max-width),calc(100% - 2rem));margin-inline:auto}.section{padding:4rem 0}.section--soft{background:linear-gradient(180deg,#f5f8fca6,#fff0)}.site-header{position:sticky;top:0;z-index:100;background:#fffffff5;backdrop-filter:blur(10px);border-bottom:1px solid rgba(10,35,66,.08)}.header-inner{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand-link{display:inline-flex;align-items:center;gap:.75rem;min-width:0}.header-logo{width:42px;height:42px;object-fit:contain;flex:0 0 auto}.brand-name{font-size:.98rem;font-weight:700;letter-spacing:-.03em;color:var(--navy);white-space:nowrap}.site-nav{display:flex;align-items:center;gap:1.15rem;flex-wrap:wrap;justify-content:flex-end}.nav-link{color:var(--navy-soft);font-size:.95rem;font-weight:600}.nav-link:hover{color:var(--orange)}.hero{position:relative;overflow:hidden;text-align:center;padding:4rem 0 3rem;background:linear-gradient(180deg,#fff,#fbfcfe)}.hero:before{content:"";position:absolute;inset:0;background-image:url(/hero-pattern.svg);background-repeat:repeat;opacity:.45;pointer-events:none}.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,#ffffff1a,#ffffffd1 58%,#fffffffa);pointer-events:none}.hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%}.hero-icon{width:110px;height:110px;display:block;margin:0 auto 1.25rem;opacity:.95}.hero-copy{max-width:700px;margin:0 auto}.hero-logo{display:block;width:min(400px,80%);margin:0 auto 1.5rem}.hero-kicker{color:var(--orange);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.16em}.hero h1{margin-top:.45rem;font-size:clamp(2.3rem,5vw,4.4rem);line-height:1;letter-spacing:-.05em}.hero-subtitle{margin-top:.85rem;color:var(--navy-soft);font-size:clamp(1.15rem,2vw,1.55rem);font-weight:500}.hero-description{max-width:680px;margin:1.2rem auto 0;color:var(--navy-soft);font-size:1.08rem}.highlight{color:var(--navy);font-weight:700;background:linear-gradient(transparent 72%,#d9770638 72%);padding:0 2px}.button-row{display:flex;justify-content:center;gap:.85rem;flex-wrap:wrap;margin-top:1.65rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.8rem 1.1rem;border-radius:999px;border:1px solid transparent;font-weight:700;box-shadow:var(--shadow)}.button--primary{background:var(--navy);color:#fff}.button--primary:hover{color:#fff;background:#12355f}.button--secondary{background:#ffffffeb;color:var(--navy);border-color:var(--border);box-shadow:none}.button--secondary:hover{color:var(--orange);border-color:#d9770659}.section-title{margin-bottom:1.5rem}.eyebrow{color:var(--orange);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em}.section-title h2{margin-top:.45rem;font-size:clamp(1.6rem,2.7vw,2.4rem);letter-spacing:-.03em}.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.card--pad{padding:2rem}.card-grid{display:grid;gap:1rem}.card-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.info-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:1.25rem;box-shadow:0 8px 24px #0a23420a}.info-card h3{font-size:1.05rem;margin-bottom:.55rem}.info-card p{color:var(--navy-soft);font-size:.98rem}.content-list{list-style:none;margin:0;padding:0;display:grid;gap:.95rem}.content-list--compact{gap:.85rem}.content-list li{padding:1rem 1.15rem;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 22px #0a234208}.section p,.card p{color:var(--navy-soft)}.footer{border-top:1px solid rgba(10,35,66,.08);padding:2.4rem 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer strong{color:var(--navy)}.footer-note{margin-top:.75rem;max-width:52ch;font-size:.94rem}.footer-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.75rem 1rem;border-radius:999px;border:1px solid var(--border);font-weight:700;background:#fff}.footer-link:hover{color:var(--orange);border-color:#d9770659}.mt-2{margin-top:1rem}@media(max-width:1024px){.card-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.header-inner{min-height:60px;flex-wrap:wrap}.brand-name{display:none}.site-nav{width:100%;justify-content:flex-start;gap:.9rem;padding-bottom:.2rem}.hero{padding:3rem 0 2.5rem}.hero:before{opacity:.16}.hero-logo{width:min(380px,92%)}.card-grid-4{grid-template-columns:1fr}.footer-inner{align-items:flex-start}}
