:root {
  --ink: #10243e;
  --muted: #5f6f82;
  --blue: #135fd1;
  --blue-dark: #073b83;
  --teal: #078b82;
  --wash: #f2f7fb;
  --line: #dbe5ee;
  --white: #fff;
  --shadow: 0 22px 60px rgba(16, 36, 62, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
a { color: inherit; }

.site-header { min-height: 84px; max-width: 1180px; margin: auto; padding: 18px 28px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg, var(--blue-dark), var(--blue)); color: white; font-weight: 850; letter-spacing: -.06em; }
.brand strong, .brand small { display: block; line-height: 1.15; }
.brand strong { font-size: 1.02rem; }
.brand small { color: var(--teal); font-size: .73rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
nav { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
nav a { color: #38506a; font-size: .92rem; font-weight: 650; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--blue); }

.hero { min-height: 600px; padding: 84px max(28px, calc((100vw - 1124px)/2)); display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: center; background: radial-gradient(circle at 80% 20%, rgba(7,139,130,.13), transparent 30%), linear-gradient(145deg, #f7fbff, #edf5fb); border-block: 1px solid var(--line); }
.eyebrow { margin: 0 0 12px; color: var(--teal); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.035em; }
h1 { max-width: 720px; margin: 0; font-size: clamp(3rem, 7vw, 5.7rem); }
.lead { max-width: 640px; margin: 28px 0 0; color: #50647a; font-size: clamp(1.08rem, 2vw, 1.35rem); }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { padding: 13px 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; text-decoration: none; }
.button.primary { background: var(--blue); color: white; box-shadow: 0 9px 24px rgba(19,95,209,.24); }
.button.secondary { background: rgba(255,255,255,.75); border-color: #bfcfdd; color: var(--ink); }

.identity-card { padding: 32px; background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.9); border-radius: 28px; box-shadow: var(--shadow); }
.identity-card h2 { margin: 22px 0 20px; font-size: 1.75rem; }
.status { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border-radius: 999px; background: #e7f7f3; color: #087066; font-size: .78rem; font-weight: 800; }
.status i { width: 8px; height: 8px; border-radius: 50%; background: #0eab81; }
dl { margin: 0; }
dl div { padding: 14px 0; border-top: 1px solid var(--line); }
dt { color: var(--muted); font-size: .75rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
dd { margin: 3px 0 0; font-weight: 730; }

.section { max-width: 1180px; margin: auto; padding: 104px 28px; }
.section.tinted { max-width: none; padding-inline: max(28px, calc((100vw - 1124px)/2)); background: var(--ink); color: white; }
.section-heading { max-width: 730px; }
.section-heading h2, .contact h2 { margin: 0; font-size: clamp(2.2rem, 5vw, 3.7rem); }
.section-heading > p:last-child, .contact > div:first-child > p:last-child { color: var(--muted); font-size: 1.06rem; }
.tinted .section-heading > p:last-child { color: #b8c8d8; }
.facts-grid { margin-top: 46px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.facts-grid article { min-height: 132px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.facts-grid span, .contact-list span { display: block; margin-bottom: 9px; color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.facts-grid strong { font-size: 1.04rem; }
.activity-grid { margin-top: 46px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.activity-card { position: relative; min-height: 250px; padding: 34px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(255,255,255,.07); }
.activity-card .number { position: absolute; top: 18px; right: 25px; color: rgba(255,255,255,.12); font-size: 5rem; font-weight: 900; line-height: 1; }
.activity-card p { color: #71d1c6; font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.activity-card h3 { position: relative; max-width: 510px; margin: 36px 0 16px; font-size: clamp(1.4rem, 3vw, 2rem); }
.activity-card small { color: #aabbd0; font-weight: 700; }

.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.contact-list { border-top: 1px solid var(--line); }
.contact-list > * { display: block; padding: 22px 4px; border-bottom: 1px solid var(--line); text-decoration: none; }
.contact-list a:hover strong { color: var(--blue); }
.contact-list strong { overflow-wrap: anywhere; }

.legal-page { max-width: 840px; margin: auto; padding: 80px 28px 110px; }
.legal-page h1 { font-size: clamp(2.7rem, 6vw, 4.8rem); }
.legal-page h2 { margin: 46px 0 10px; font-size: 1.45rem; }
.legal-page p { color: #41566e; }
.legal-page .updated { margin: 16px 0 44px; color: var(--muted); font-size: .9rem; }
.legal-page a { color: var(--blue); font-weight: 650; }

footer { padding: 38px max(28px, calc((100vw - 1124px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap; background: #091a2d; color: #d8e2ed; }
footer p { margin: 0; font-size: .85rem; }
footer > div:last-child { display: flex; flex-wrap: wrap; gap: 20px; }
footer a { font-size: .84rem; font-weight: 650; text-decoration: none; }
.footer-brand .brand-mark { width: 40px; height: 40px; }
.footer-brand strong { color: white; }

@media (max-width: 820px) {
  .site-header { align-items: flex-start; }
  nav { justify-content: flex-end; gap: 12px 18px; }
  .hero, .contact { grid-template-columns: 1fr; }
  .hero { padding-block: 62px; gap: 42px; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .activity-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .site-header { flex-direction: column; }
  nav { justify-content: flex-start; }
  .hero { min-height: auto; }
  .facts-grid { grid-template-columns: 1fr; }
  .section, .legal-page { padding-block: 72px; }
  .identity-card { padding: 24px; }
}
