:root{--navy:#061d31;--red:#e52234;--ink:#142536;--muted:#627181;--line:#dbe3e8}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:Arial,Helvetica,sans-serif}
a{color:inherit;text-decoration:none}
.site-header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 max(6vw,32px);background:var(--navy);position:relative;z-index:10;box-shadow:inset 0 -5px 0 rgba(255,255,255,.035)}
.site-header:after{content:"";position:absolute;right:0;bottom:0;width:28%;height:5px;background:var(--red)}
.brand{display:flex;align-items:center;gap:12px;color:#fff}
.brand-seal{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:var(--red);color:#fff;font-size:16px;font-weight:900;letter-spacing:.04em;flex:none}
.brand-name{font-size:15px;font-weight:800;line-height:1.08}
nav{display:flex;height:100%;align-items:center;gap:38px;color:#fff;font-weight:700;font-size:14px}
nav a{height:100%;display:flex;align-items:center;position:relative;z-index:1}
nav a.active:after{content:"";height:3px;background:#fff;position:absolute;left:0;right:0;bottom:0}
.directory-hero{padding:74px max(6vw,32px) 88px;background:var(--navy);color:#fff;position:relative;overflow:hidden}
.directory-hero:before{content:"";position:absolute;width:540px;height:540px;border:1px solid rgba(255,255,255,.055);border-radius:50%;right:-260px;top:-180px;box-shadow:0 0 0 90px rgba(255,255,255,.018),0 0 0 180px rgba(255,255,255,.01)}
.hero-glow{position:absolute;width:650px;height:650px;border-radius:50%;background:radial-gradient(circle,rgba(18,88,126,.26),transparent 66%);right:15%;top:-210px}
.directory-intro{position:relative;z-index:1;text-align:center;max-width:760px;margin:0 auto 52px}
.eyebrow,.section-kicker{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:800}
.eyebrow{color:#b9ccd8;display:flex;justify-content:center;gap:10px;align-items:center}
.eyebrow span{width:24px;height:3px;background:var(--red)}
h1{font-size:clamp(44px,5vw,68px);line-height:.99;letter-spacing:-.045em;margin:18px auto 16px}
.directory-intro>p:last-child{color:#c4d1d9;font-size:17px;line-height:1.6;margin:0}
.entity-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1180px;margin:auto}
.entity-card{min-height:210px;padding:28px;text-align:left;border:1px solid rgba(255,255,255,.17);border-radius:8px;background:rgba(255,255,255,.07);color:#fff;display:flex;flex-direction:column;align-items:flex-start;transition:.2s;backdrop-filter:blur(8px)}
.entity-card:hover{transform:translateY(-5px);background:#fff;color:var(--navy);box-shadow:0 20px 42px rgba(0,0,0,.22)}
.entity-logo{height:56px;min-width:100px;padding:0 14px;display:grid;place-items:center;border-radius:5px;color:#fff;font-size:20px;font-weight:900;letter-spacing:.06em;margin-bottom:25px}
.blue .entity-logo{background:#12699b}.gold .entity-logo{background:#bf8717}.red .entity-logo{background:var(--red)}
.entity-text{display:flex;flex-direction:column;padding-right:20px}
.entity-text strong{font-size:17px;line-height:1.3;margin-bottom:8px}
.entity-text small{font-size:12px;line-height:1.5;color:#b9c7d1}
.entity-card:hover .entity-text small{color:#647481}
.verify-cta{margin-top:auto;padding-top:22px;color:#fff;font-size:13px;font-weight:800}
.verify-cta b{margin-left:7px;font-size:17px}
.entity-card:hover .verify-cta{color:var(--red)}
.steps{padding:95px max(6vw,32px) 110px;text-align:center}
.section-kicker{color:var(--red);margin:0 0 12px}
.steps>h2{color:var(--navy);font-size:36px;margin:0 0 58px;letter-spacing:-.025em}
.step-grid{max-width:1040px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.step-grid article{text-align:left;padding:28px;border-left:1px solid var(--line)}
.step-grid span{font-size:12px;color:var(--red);font-weight:900;letter-spacing:.14em}
.step-grid h3{color:var(--navy);font-size:18px;margin:18px 0 10px}
.step-grid p{color:var(--muted);font-size:14px;line-height:1.6;margin:0}
footer{min-height:110px;background:#031421;color:#c0cbd2;display:flex;align-items:center;justify-content:space-between;padding:30px max(6vw,32px);font-size:12px;gap:25px;position:relative}
footer p{margin:0;font-weight:700}
footer a{color:#fff;font-weight:700}
footer>a:first-of-type{position:absolute;left:50%;transform:translateX(-50%)}
@media(max-width:900px){.entity-grid{grid-template-columns:1fr}.entity-card{min-height:150px}}
@media(max-width:850px){nav a:not(.active){display:none}.step-grid{grid-template-columns:1fr}.steps{text-align:left}.steps>h2{font-size:31px}.step-grid article{padding:20px 24px}footer{align-items:flex-start;flex-direction:column}footer>a:first-of-type{position:static;transform:none}}
@media(max-width:560px){.site-header{height:72px;padding:0 20px}.brand-seal{width:44px;height:44px}.brand-name{font-size:14px}.site-header:after{width:34%}nav{font-size:11px}.directory-hero{padding:56px 20px 64px}.directory-intro{text-align:left;margin-bottom:36px}.eyebrow{justify-content:flex-start}.directory-intro h1{font-size:42px}.entity-card{padding:23px;min-height:160px}.entity-logo{height:45px;margin-bottom:18px}.entity-text strong{font-size:15px}.steps{padding:75px 20px}.step-grid{gap:5px}footer{padding:35px 20px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
