:root {
  --ink: #172235;
  --muted: #667085;
  --line: #dfe5ec;
  --paper: #fffefa;
  --soft: #f4f7f6;
  --navy: #172a45;
  --gold: #d5a84f;
  --teal: #1d6b69;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Georgia, "Times New Roman", serif; }
a { color: inherit; }
button, input { font: inherit; }
.skip-link { position: absolute; left: -999px; top: 0; padding: 10px; background: var(--navy); color: #fff; }
.skip-link:focus { left: 12px; z-index: 20; }

.site-header { width: min(1180px, calc(100% - 48px)); min-height: 84px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; gap: 10px; align-items: center; text-decoration: none; letter-spacing: .06em; font-weight: 700; font-size: 1.05rem; }
.brand span span { color: var(--gold); }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid var(--gold); color: var(--navy); letter-spacing: 0; font-size: .78rem; }
nav { display: flex; gap: 25px; font-family: Arial, sans-serif; font-size: .88rem; }
nav a, .contact-link { text-decoration: none; color: #3a4658; }
nav a:hover, .contact-link:hover { color: var(--teal); }
.contact-link { border: 1px solid var(--ink); padding: 9px 15px; font-family: Arial, sans-serif; font-size: .83rem; }

.hero { width: min(1180px, calc(100% - 48px)); margin: auto; min-height: 580px; padding: 100px 0 85px; display: grid; grid-template-columns: 1.05fr .8fr; align-items: center; gap: 100px; }
.eyebrow { margin: 0 0 14px; color: var(--teal); text-transform: uppercase; letter-spacing: .16em; font: 700 .71rem/1.3 Arial, sans-serif; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 690px; margin-bottom: 20px; color: var(--navy); font-size: clamp(2.65rem, 5vw, 4.85rem); line-height: .99; letter-spacing: -.045em; }
.lead { max-width: 630px; color: #4d5969; font-size: 1.18rem; line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-block; border: 1px solid transparent; padding: 14px 20px; text-decoration: none; cursor: pointer; font: 700 .84rem Arial, sans-serif; letter-spacing: .01em; }
.button-primary { background: var(--navy); color: #fff; }
.button-primary:hover { background: var(--teal); }
.button-secondary { border-color: var(--navy); color: var(--navy); background: transparent; }
.access-note { margin-top: 24px; color: var(--muted); font-size: .88rem; }

.hero-panel { padding: 28px; color: #eaf0f7; background: var(--navy); box-shadow: 22px 22px 0 #e7eee8; }
.panel-top, .mode-row { display: flex; justify-content: space-between; align-items: center; font: .76rem Arial, sans-serif; color: #b8c7d9; }
.status-chip { padding: 6px 9px; color: #f7dfaa; border: 1px solid #8c7040; border-radius: 99px; }
.document-preview { display: flex; gap: 14px; align-items: center; margin: 39px 0; padding: 18px 0; border-top: 1px solid #40516a; border-bottom: 1px solid #40516a; }
.doc-icon { display: grid; place-items: center; flex: 0 0 48px; height: 48px; border: 1px solid #7793ad; font-size: 1.4rem; color: #f2d592; }
.document-preview strong { font-size: 1.22rem; }
.document-preview p, .panel-caption { margin: 5px 0 0; color: #b8c7d9; font: .8rem/1.5 Arial, sans-serif; }
.mode-row strong { color: #fff; font-size: .85rem; }
.progress { height: 3px; margin: 20px 0; background: #44566e; }
.progress span { display: block; width: 58%; height: 100%; background: var(--gold); }

.section { padding: 100px max(24px, calc((100% - 1180px) / 2)); }
.section-soft { background: var(--soft); }
.section-heading { max-width: 800px; }
.section-heading.narrow { max-width: 660px; }
h2 { margin-bottom: 15px; color: var(--navy); font-size: clamp(2rem, 3vw, 3rem); line-height: 1.05; letter-spacing: -.035em; }
.section-heading > p:not(.eyebrow) { color: var(--muted); line-height: 1.65; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 45px; border-top: 1px solid #cbd7d3; }
.steps article { padding: 25px 32px 0 0; }
.steps article + article { padding-left: 30px; border-left: 1px solid #cbd7d3; }
.steps span, .card-kicker { color: var(--teal); font: 700 .72rem Arial, sans-serif; letter-spacing: .11em; }
.steps h3 { margin: 18px 0 8px; color: var(--navy); font-size: 1.25rem; }
.steps p { color: var(--muted); line-height: 1.55; }

.projects-section { background: var(--paper); }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 44px; }
.project-card { padding: 32px; border: 1px solid var(--line); background: #fff; }
.card-symbol { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 30px; color: #fff; background: var(--teal); font: 700 1.2rem Arial, sans-serif; }
.project-card h3 { margin: 11px 0; color: var(--navy); font-size: 1.7rem; }
.project-card > p:not(.card-kicker) { max-width: 410px; color: var(--muted); line-height: 1.6; }
.text-button { margin-top: 16px; border: 0; padding: 0; color: var(--teal); background: transparent; cursor: pointer; font: 700 .86rem Arial, sans-serif; }
.text-button span { padding-left: 5px; font-size: 1.1rem; }
.mode-selector { display: grid; grid-template-columns: .9fr 1.15fr; gap: 30px; margin-top: 42px; padding: 35px; background: #edf3ef; }
.mode-selector h3 { margin: 0; color: var(--navy); font-size: 1.4rem; }
.mode-options { display: grid; gap: 8px; }
.mode-option { display: flex; gap: 12px; align-items: center; padding: 12px; border: 1px solid #cedbd5; color: var(--ink); background: #f8fbf9; text-align: left; cursor: pointer; }
.mode-option.is-selected { border-color: var(--teal); background: #fff; }
.mode-dot { width: 13px; height: 13px; border: 1px solid #7b8d88; border-radius: 50%; }
.is-selected .mode-dot { border: 4px solid var(--teal); }
.mode-option strong, .mode-option small { display: block; }
.mode-option strong { font: 700 .88rem Arial, sans-serif; }
.mode-option small { margin-top: 3px; color: var(--muted); font: .75rem Arial, sans-serif; }
.document-label { grid-column: 1 / -1; padding: 12px; color: #fff; background: var(--navy); text-align: center; font: 700 .72rem/1.4 Arial, sans-serif; letter-spacing: .035em; }

.registration-section { display: grid; grid-template-columns: .9fr 1fr; gap: 90px; background: var(--navy); color: #e8eff7; }
.registration-section h2 { color: #fff; }
.registration-copy > p:not(.eyebrow) { max-width: 460px; color: #c4d1df; line-height: 1.7; }
.info-box { display: grid; gap: 5px; max-width: 360px; margin-top: 28px; padding: 17px; border-left: 2px solid var(--gold); background: #203956; }
.info-box strong { font: .82rem Arial, sans-serif; }
.info-box a { color: #f2d592; }
.info-box span { color: #b7c6d6; font: .77rem Arial, sans-serif; }
.registration-form { display: grid; gap: 17px; padding: 30px; background: #fff; color: var(--ink); }
.registration-form label { display: grid; gap: 7px; font: 700 .78rem Arial, sans-serif; }
.registration-form input[type="text"], .registration-form input[type="email"] { width: 100%; border: 1px solid #cad5e0; padding: 12px; color: var(--ink); background: #fbfcfd; }
.registration-form input:focus { outline: 2px solid #78a2a0; outline-offset: 1px; }
.required { color: var(--teal); font-weight: 400; }
.robot-check { display: flex !important; grid-template-columns: auto 1fr; align-items: start; line-height: 1.4; font-weight: 400 !important; }
.robot-check input { margin: 1px 0 0; }
.robot-check a { color: var(--teal); }
.honeypot { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.button-wide { width: 100%; }
.form-disclaimer, .form-message { margin: 0; font: .76rem/1.5 Arial, sans-serif; }
.form-disclaimer { color: var(--muted); }
.form-message { min-height: 1.2em; color: var(--teal); font-weight: 700; }

.context-section { padding-top: 58px; padding-bottom: 58px; background: #eee9dd; }
.context-section > p:last-child { max-width: 760px; margin: 0; color: #4a4d53; font-size: 1.16rem; line-height: 1.55; }
.context-section a { color: var(--teal); }
.site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 25px max(24px, calc((100% - 1180px) / 2)); color: #b6c1cc; background: #102035; font: .76rem Arial, sans-serif; }
.site-footer a { color: #e1c686; }
.legal-main { width: min(860px, calc(100% - 48px)); margin: 0 auto; padding: 88px 0 100px; }
.legal-main h1 { font-size: clamp(2.5rem, 5vw, 4.2rem); }
.legal-intro { max-width: 650px; color: var(--muted); font-size: 1.08rem; line-height: 1.65; }
.legal-alert { margin: 35px 0 48px; padding: 19px 21px; border-left: 3px solid var(--gold); background: #f4efdf; color: #4f4635; font: .91rem/1.6 Arial, sans-serif; }
.company-section { margin: 35px 0 48px; padding: 24px; border: 1px solid #d6dfd9 !important; background: #f3f7f4; }
.company-section h2 { margin-bottom: 12px !important; }
.legal-main section { padding: 26px 0; border-top: 1px solid var(--line); }
.legal-main section h2 { margin-bottom: 10px; font-size: 1.5rem; }
.legal-main section p { max-width: 760px; margin-bottom: 0; color: #4f5c6b; line-height: 1.72; }
.legal-main section a { color: var(--teal); }

@media (max-width: 800px) {
  .site-header { width: min(100% - 32px, 1180px); min-height: 72px; }
  nav { display: none; }
  .hero, .registration-section { grid-template-columns: 1fr; gap: 45px; }
  .hero { width: min(100% - 48px, 1180px); padding: 65px 0; }
  .section { padding-top: 68px; padding-bottom: 68px; }
  .steps, .project-grid, .mode-selector { grid-template-columns: 1fr; }
  .steps article + article { padding-left: 0; border-left: 0; }
  .mode-selector { padding: 24px; }
  .site-footer { flex-direction: column; }
}

@media (max-width: 480px) {
  .site-header { width: min(100% - 28px, 1180px); }
  .contact-link { padding: 8px 10px; }
  .hero { width: min(100% - 36px, 1180px); }
  h1 { font-size: 2.7rem; }
  .hero-panel { padding: 22px; }
}
