:root {
  --ink: #18212f;
  --muted: #5f6b7a;
  --line: #dfe5ea;
  --brand: #126bb5;
  --brand-dark: #0d4578;
  --accent: #e71e2a;
  --paper: #ffffff;
  --soft: #f4f7fa;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.58; }
a { color: var(--brand); text-decoration-thickness: .08em; text-underline-offset: .18em; }
img { max-width: 100%; display: block; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 76px; padding: 12px clamp(18px, 4vw, 56px); background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.brand img { width: min(260px, 48vw); height: auto; }
.site-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 16px; font-size: 14px; font-weight: 650; }
.site-nav a { color: var(--ink); text-decoration: none; }
.site-nav a[aria-current="page"] { color: var(--brand); }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: stretch; min-height: 520px; background: var(--soft); }
.hero-image { width: 100%; height: 100%; object-fit: cover; }
.hero-copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 5vw, 72px); }
.eyebrow { margin: 0 0 12px; color: var(--accent); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.16; margin: 0 0 16px; }
h1 { font-size: clamp(34px, 4.6vw, 58px); overflow-wrap: anywhere; }
h2 { font-size: clamp(26px, 3vw, 38px); }
h3 { font-size: 22px; }
.hero-copy p { max-width: 640px; font-size: 20px; color: var(--muted); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 18px; border-radius: 6px; background: var(--brand); color: white; font-weight: 750; text-decoration: none; }
.button:hover { background: var(--brand-dark); }
.button-muted { background: white; color: var(--brand); border: 1px solid var(--line); }
.button-muted:hover { background: var(--soft); color: var(--brand-dark); }
.accreditations { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: clamp(12px, 3vw, 30px); align-items: center; padding: 18px clamp(18px, 5vw, 72px); border-bottom: 1px solid var(--line); box-shadow: 0 5px 18px rgba(18, 33, 47, .07); }
.accreditations img { max-height: 58px; object-fit: contain; margin: auto; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 34px; padding: clamp(32px, 6vw, 82px) clamp(18px, 5vw, 72px); }
.content-panel, .page-body { max-width: 980px; }
.content-panel p:first-child { font-size: 20px; color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 28px 0; }
.steps div { min-height: 118px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); }
.steps strong, .steps span { display: block; }
.steps span { margin-top: 8px; color: var(--muted); }
.side-panel { border-left: 4px solid var(--brand); padding-left: 24px; }
.side-panel img { border-radius: 8px; margin-bottom: 20px; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; padding: 0 clamp(18px, 5vw, 72px) clamp(42px, 6vw, 86px); }
.card { min-height: 230px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: 0 8px 24px rgba(18,33,47,.06); }
.card p { color: var(--muted); }
.page-hero { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: 0; align-items: stretch; background: var(--soft); border-bottom: 1px solid var(--line); }
.page-hero img { width: 100%; height: min(42vw, 360px); object-fit: cover; }
.page-hero div { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 5vw, 64px); }
.page-hero h1 { font-size: clamp(34px, 4vw, 58px); }
.page-hero p:last-child { color: var(--muted); font-size: 18px; }
.page-body { padding: clamp(34px, 6vw, 84px) clamp(18px, 5vw, 72px); margin: 0 auto; }
.page-body p { margin: 0 0 18px; }
.page-body h3, .page-body h4 { margin-top: 32px; }
.contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--line); }
.form-field, .form-actions { min-width: 0; }
.form-field-wide, .form-actions { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: 6px; font-weight: 750; }
.form-field input, .form-field textarea { width: 100%; border: 1px solid #cbd5df; border-radius: 6px; padding: 12px 13px; color: var(--ink); font: inherit; background: white; }
.form-field textarea { resize: vertical; min-height: 170px; }
.form-field input:focus, .form-field textarea:focus { outline: 3px solid rgba(18, 107, 181, .18); border-color: var(--brand); }
.contact-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.form-actions button { border: 0; cursor: pointer; font: inherit; }
.form-actions button:disabled { cursor: progress; opacity: .72; }
.form-status { margin: 0; color: var(--muted); font-weight: 650; }
.form-status[data-state="success"] { color: #1f7a3f; }
.form-status[data-state="error"] { color: #b4232c; }
.media-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; padding: 0 clamp(18px, 5vw, 72px) clamp(42px, 6vw, 86px); }
.media-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 6px; background: var(--soft); }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 28px clamp(18px, 5vw, 72px); border-top: 1px solid var(--line); background: #0e2239; color: white; }
.site-footer p { margin: 4px 0 0; color: rgba(255,255,255,.72); }
@media (max-width: 920px) {
  .site-header, .site-footer { align-items: flex-start; flex-direction: column; }
  .site-nav { justify-content: flex-start; }
  .hero, .page-hero, .content-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-image { min-height: 280px; }
  .accreditations { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cards, .media-grid, .steps { grid-template-columns: 1fr 1fr; }
  .side-panel { border-left: 0; border-top: 4px solid var(--brand); padding: 24px 0 0; }
}
@media (max-width: 580px) {
  .cards, .media-grid, .accreditations, .steps, .contact-form { grid-template-columns: 1fr; }
  h1 { font-size: 36px; }
}