.page-hero{background:linear-gradient(120deg, var(--navy) 0%, #001a38 100%);padding:208px 0 84px;position:relative;overflow:hidden;}
.page-hero::after{content:"";position:absolute;right:-120px;top:-120px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle, rgba(239,126,26,0.18), transparent 70%);}
.page-hero .eyebrow{color:var(--orange-light);margin-bottom:16px;}
.page-hero h1{font-family:var(--display);font-weight:700;font-size:clamp(30px,4.2vw,48px);color:#fff;line-height:1.15;max-width:820px;}
.page-hero p{color:rgba(255,255,255,0.78);font-size:16px;line-height:1.7;max-width:60ch;margin-top:18px;}

section.block{padding:96px 0;}
.procedure{background:var(--paper-2);}
@media (max-width:600px){section.block{padding:64px 0;}.page-hero{padding:180px 0 56px;}}

/* PROFILE CARDS */
.profile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
.profile-card{display:block;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;transition:transform .3s ease, box-shadow .3s ease;}
.profile-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);}
.profile-img{aspect-ratio:4/5;overflow:hidden;background:var(--navy-pale);}
.profile-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;}
.profile-card:hover .profile-img img{transform:scale(1.06);}
.profile-body{padding:26px 26px 30px;}
.profile-body h3{font-family:var(--display);font-weight:700;font-size:19px;color:var(--navy);line-height:1.3;}
.profile-role{font-size:11.5px;font-weight:800;color:var(--orange);text-transform:uppercase;letter-spacing:0.05em;margin-top:6px;}
.profile-body p.excerpt{font-size:13.5px;color:var(--muted);line-height:1.75;margin-top:16px;}
.profile-link{display:inline-flex;align-items:center;gap:6px;margin-top:20px;font-size:13px;font-weight:700;color:var(--navy);}
.profile-link svg{width:14px;height:14px;stroke:currentColor;transition:transform .2s ease;}
.profile-card:hover .profile-link svg{transform:translateX(4px);}
@media (max-width:900px){.profile-grid{grid-template-columns:1fr 1fr;}}
@media (max-width:600px){.profile-grid{grid-template-columns:1fr;}}

.cta-band{background:var(--navy);padding:86px 0;text-align:center;}
.cta-band h2{font-family:var(--display);font-weight:700;font-size:clamp(26px,3.2vw,36px);color:#fff;margin-top:14px;max-width:760px;margin-left:auto;margin-right:auto;line-height:1.28;}
.cta-band .sub{color:rgba(255,255,255,0.7);font-size:15px;margin-top:16px;max-width:60ch;margin-left:auto;margin-right:auto;}
.cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:30px;}
