:root {
  color-scheme: light;
  --ink: #18273a;
  --muted: #5d6b7a;
  --line: #dce4ec;
  --paper: #ffffff;
  --soft: #f4f7fa;
  --navy: #12243a;
  --blue: #0c73c8;
  --blue-dark: #07558f;
  --orange: #f28a2e;
  --orange-dark: #c96110;
  --green: #18794e;
  --shadow: 0 18px 48px rgba(19, 42, 65, .13);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 16px/1.62 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 32px)); margin-inline: auto; }
.topbar { background: var(--navy); color: white; }
.topbar__inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 13px; }
.topbar a { color: #fff; font-weight: 800; text-decoration: none; }
.header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(18,36,58,.1); background: rgba(255,255,255,.95); backdrop-filter: blur(12px); }
.header__inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); text-decoration: none; font-weight: 900; letter-spacing: -.04em; font-size: 21px; }
.brand__mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; background: linear-gradient(135deg,var(--orange),#ffb667); color: #fff; letter-spacing: 0; }
.nav { display: flex; align-items: center; gap: 18px; font-size: 14px; font-weight: 750; }
.nav a { text-decoration: none; }
.nav a:hover { color: var(--blue); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 20px; border-radius: 11px; border: 1px solid transparent; background: var(--orange); color: #17263a; font-weight: 900; text-decoration: none; box-shadow: 0 8px 20px rgba(242,138,46,.22); }
.button:hover { background: #ff9b45; transform: translateY(-1px); }
.button--ghost { border-color: rgba(255,255,255,.45); background: transparent; color: #fff; box-shadow: none; }
.button--light { border-color: var(--line); background: #fff; color: var(--navy); box-shadow: none; }
.breadcrumbs { padding: 18px 0; font-size: 13px; color: var(--muted); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: #9ca8b5; }
.breadcrumbs a { color: var(--blue-dark); text-decoration: none; }
.hero { overflow: hidden; background: linear-gradient(120deg,#102238 0%,#183d60 70%,#176799 100%); color: #fff; }
.hero__grid { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 480px; align-items: stretch; }
.hero__content { align-self: center; padding: 64px 48px 64px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: #b8e0ff; font-size: 13px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 99px; background: var(--orange); }
h1,h2,h3 { margin-top: 0; color: var(--navy); line-height: 1.12; letter-spacing: -.035em; }
h1 { max-width: 800px; margin-bottom: 20px; color: #fff; font-size: clamp(38px,5vw,68px); }
h2 { margin-bottom: 18px; font-size: clamp(29px,3.5vw,44px); }
h3 { font-size: 22px; }
.hero__lead { max-width: 700px; color: #e0edf8; font-size: clamp(17px,1.8vw,21px); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero__facts { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 28px 0 0; padding: 0; list-style: none; color: #d9eaf7; font-size: 14px; }
.hero__facts li::before { content: "✓"; margin-right: 8px; color: #75d3a5; font-weight: 900; }
.hero__visual { position: relative; min-height: 420px; }
.hero__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,#183d60 0%,transparent 36%), linear-gradient(0deg,rgba(9,31,51,.3),transparent); }
.hero__visual img { width: 100%; height: 100%; object-fit: cover; }
.section { padding: 78px 0; }
.section--soft { background: var(--soft); }
.section__head { max-width: 760px; margin-bottom: 34px; }
.section__head p { color: var(--muted); font-size: 18px; }
.grid { display: grid; gap: 20px; }
.grid--3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.grid--2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.card { border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; background: #fff; box-shadow: 0 8px 28px rgba(17,39,61,.06); }
.card p { color: var(--muted); }
.card__link { display: inline-flex; margin-top: 8px; color: var(--blue-dark); font-weight: 850; text-decoration: none; }
.card__link::after { content: "→"; margin-left: 7px; }
.scope-list { display: grid; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.scope-list li { position: relative; padding-left: 28px; }
.scope-list li::before { content: ""; position: absolute; left: 0; top: .55em; width: 10px; height: 10px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px #fff0e2; }
.process { counter-reset: step; }
.process .card { position: relative; padding-top: 62px; }
.process .card::before { counter-increment: step; content: counter(step,decimal-leading-zero); position: absolute; top: 22px; left: 26px; color: var(--blue); font-size: 19px; font-weight: 950; }
.cta { padding: 62px 0; background: var(--blue); color: #fff; }
.cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.cta h2 { margin-bottom: 10px; color: #fff; }
.cta p { max-width: 650px; margin: 0; color: #dcefff; }
.cta__actions { display: flex; flex-wrap: wrap; gap: 10px; flex: none; }
.faq details { border-top: 1px solid var(--line); padding: 20px 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; color: var(--navy); font-size: 18px; font-weight: 850; }
.faq p { max-width: 820px; color: var(--muted); }
.link-cloud { display: flex; flex-wrap: wrap; gap: 9px; }
.link-cloud a, .link-cloud span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--blue-dark); font-size: 14px; font-weight: 750; text-decoration: none; }
.source-note { margin-top: 28px; color: var(--muted); font-size: 13px; }
.draft-note { border-bottom: 1px solid #f4d3a9; background: #fff7e8; color: #74410d; font-size: 13px; }
.draft-note .container { padding-block: 9px; }
.footer { padding: 44px 0; background: #0c1b2c; color: #cbd6e2; }
.footer__grid { display: grid; grid-template-columns: 1.2fr .85fr .75fr .65fr; gap: 30px; }
.footer h2 { color: #fff; font-size: 18px; }
.footer a { color: #fff; }
.footer__fine { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); font-size: 12px; color: #9eafc1; }

@media (max-width: 820px) {
  .nav a:not(.button) { display: none; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__content { padding: 48px 0; }
  .hero__visual { min-height: 280px; margin-inline: -16px; }
  .hero__visual::after { background: linear-gradient(0deg,#122f4c 0%,transparent 60%); }
  .grid--3,.grid--2 { grid-template-columns: 1fr; }
  .cta__inner { align-items: flex-start; flex-direction: column; }
  .cta__actions { width: 100%; }
  .cta__actions .button { flex: 1 1 220px; }
  .footer__grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 24px,1160px); }
  .topbar__inner span { display: none; }
  .header__inner { min-height: 62px; }
  .brand { font-size: 18px; }
  .nav .button { min-height: 42px; padding-inline: 14px; }
  .section { padding: 56px 0; }
  .card { padding: 22px; }
  .hero__facts { display: grid; }
}
