:root {
  --navy: #001c3a;
  --navy-soft: #0b2d4e;
  --aqua: #00d5bb;
  --aqua-dark: #00a994;
  --ink: #09233d;
  --muted: #657486;
  --line: #dce4e9;
  --wash: #f3f7f8;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(0, 28, 58, 0.09);
  font-family: "Geologica", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--wash);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--wash); }
button, input, textarea { font: inherit; }
a { color: inherit; }
.shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: relative;
  z-index: 5;
  height: 78px;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(9, 35, 61, 0.08);
}

.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.wordmark {
  display: inline-block;
  color: var(--navy);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .28em;
  white-space: nowrap;
}
.header-label { font-size: 13px; color: var(--muted); letter-spacing: .02em; }

.hero {
  position: relative;
  overflow: hidden;
  color: white;
  background: linear-gradient(120deg, #001c3a 0%, #022b50 100%);
}

.hero::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  right: -150px;
  top: -245px;
  border-radius: 50%;
  background: rgba(0, 213, 187, 0.13);
  filter: blur(1px);
}

.hero-grid {
  position: absolute;
  inset: 0 0 0 54%;
  opacity: .32;
  background-image: repeating-radial-gradient(ellipse at 100% 55%, transparent 0 17px, rgba(0, 213, 187, .4) 18px, transparent 19px 29px);
  transform: rotate(-8deg) scale(1.35);
}

.hero-content { position: relative; min-height: 330px; display: flex; align-items: center; justify-content: space-between; gap: 64px; padding-block: 68px; }
.hero-copy { max-width: 750px; }
.eyebrow, .section-kicker { margin: 0 0 14px; color: var(--aqua); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
h1 { margin: 0; max-width: 800px; font-size: clamp(38px, 6vw, 68px); line-height: .98; letter-spacing: -.05em; }
.hero-subtitle { max-width: 690px; margin: 24px 0 0; color: rgba(255, 255, 255, .76); font-size: 17px; line-height: 1.65; }
.hero-mark { flex: 0 0 116px; width: 116px; height: 116px; display: grid; place-items: center; border-radius: 28px; background: rgba(255,255,255,.95); box-shadow: 0 28px 80px rgba(0,0,0,.23); }
.hero-mark img { width: 68px; height: 68px; }

.documents-section { padding: 72px 0 88px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.section-kicker { color: var(--aqua-dark); margin-bottom: 9px; }
h2 { margin: 0; color: var(--navy); font-size: clamp(27px, 4vw, 38px); letter-spacing: -.035em; }
.documents-count { margin: 0 0 5px; color: var(--muted); font-size: 14px; }

.documents-card { overflow: hidden; border: 1px solid rgba(9, 35, 61, .1); border-radius: 18px; background: white; box-shadow: var(--shadow); }
.document-row { display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; align-items: center; gap: 18px; min-height: 94px; padding: 18px 22px; text-decoration: none; border-bottom: 1px solid var(--line); transition: background .18s ease, transform .18s ease; }
.document-row:last-child { border-bottom: 0; }
.document-row:hover { background: #f7fbfb; }
.document-row:focus-visible { outline: 3px solid rgba(0, 213, 187, .35); outline-offset: -3px; }
.file-icon { width: 50px; height: 56px; position: relative; display: grid; place-items: end center; padding-bottom: 8px; border-radius: 9px; color: var(--navy); background: #e9f9f6; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.file-icon::before { content: ""; position: absolute; top: 0; right: 0; border-style: solid; border-width: 0 0 12px 12px; border-color: transparent transparent #b5eae2 transparent; }
.document-copy { min-width: 0; }
.document-title { display: block; color: var(--navy); font-size: 16px; font-weight: 650; line-height: 1.35; }
.document-meta { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; }
.download-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--wash); transition: color .18s, background .18s; }
.document-row:hover .download-icon { color: var(--white); background: var(--aqua-dark); }
.download-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.loading-state, .empty-state { padding: 48px 24px; color: var(--muted); text-align: center; }
.error-state { color: #a23b3b; }

.site-footer { background: white; border-top: 1px solid var(--line); }
.footer-inner { min-height: 176px; display: grid; grid-template-columns: 170px minmax(0, 1fr) auto; gap: 30px; align-items: center; }
.footer-logo { width: max-content; font-size: 18px; }
.footer-legal { display: flex; flex-direction: column; gap: 6px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.footer-legal strong { color: var(--navy); font-size: 13px; }
.footer-copy { align-self: end; padding-bottom: 35px; color: #8995a1; font-size: 11px; }

@media (max-width: 700px) {
  .shell { width: min(100% - 28px, 1120px); }
  .site-header { height: 68px; }
  .brand .wordmark { font-size: 19px; }
  .header-label { display: none; }
  .hero-content { min-height: 315px; padding-block: 52px; }
  .hero-mark { display: none; }
  .hero-grid { inset-left: 35%; opacity: .22; }
  .hero-subtitle { font-size: 15px; line-height: 1.55; }
  .documents-section { padding: 50px 0 62px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .documents-count { margin: 0; }
  .documents-card { border-radius: 14px; }
  .document-row { grid-template-columns: 42px minmax(0, 1fr) 36px; gap: 13px; min-height: 86px; padding: 16px 14px; }
  .file-icon { width: 42px; height: 49px; font-size: 10px; }
  .document-title { font-size: 14px; }
  .download-icon { width: 36px; height: 36px; }
  .footer-inner { grid-template-columns: 1fr; gap: 22px; padding-block: 38px; }
  .footer-copy { align-self: auto; padding: 0; }
}
