:root {
  --ink: #12233f;
  --muted: #60708a;
  --blue: #1d67cd;
  --blue-dark: #114b9a;
  --yellow: #ffd900;
  --green: #17795a;
  --line: #dce4ef;
  --soft: #f5f8fc;
  --white: #fff;
  --shadow: 0 18px 50px rgba(18, 35, 63, .10);
}

* { 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.6;
}
a { color: inherit; }
.container { width: min(1140px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(220,228,239,.85); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; flex: 0 1 auto; min-width: 0; align-items: center; gap: 10px; color: #172033; font-weight: 600; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { display: block; width: 47px; height: 47px; flex: 0 0 47px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-title { font-size: 22px; white-space: nowrap; }
.brand-title b { color: #005fae; font-weight: 850; }
.brand small { display: block; margin-top: 6px; color: #667085; font-size: 8px; font-weight: 800; letter-spacing: .08em; line-height: 1; text-transform: uppercase; }
.nav-links { display: flex; flex: 0 0 auto; align-items: center; gap: 24px; white-space: nowrap; }
.nav-links > a { color: #33445e; font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.nav-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 10px; }
.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 0 20px; border: 1px solid transparent; border-radius: 12px; font-size: 15px; font-weight: 800; line-height: 1.2; text-decoration: none; white-space: nowrap; transition: .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #fff; background: var(--blue); box-shadow: 0 10px 24px rgba(29,103,205,.22); }
.btn-primary:hover { background: var(--blue-dark); }
.btn-secondary { color: var(--ink); border-color: #c8d4e5; background: #fff; }
.btn-secondary:hover { border-color: var(--blue); color: var(--blue); }
.btn-light { color: var(--blue-dark); background: #fff; }
.hero { position: relative; overflow: hidden; padding: 100px 0 88px; background: radial-gradient(circle at 86% 18%, rgba(255,217,0,.19), transparent 22%), linear-gradient(145deg,#f8fbff 0%,#eef5ff 62%,#f9fbfd 100%); }
.hero::after { content: ""; position: absolute; right: -180px; bottom: -210px; width: 520px; height: 520px; border: 80px solid rgba(29,103,205,.06); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(320px,.8fr); gap: 72px; align-items: center; }
.eyebrow, .section-kicker { margin: 0 0 14px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { max-width: 800px; margin: 0; font-size: clamp(42px,6vw,72px); line-height: 1.02; letter-spacing: -.055em; }
.hero-copy { max-width: 700px; margin: 24px 0 0; color: var(--muted); font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px 26px; margin-top: 30px; color: #41526b; font-size: 13px; font-weight: 750; }
.trust-row span::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 950; }
.hero-panel { padding: 30px; border: 1px solid rgba(255,255,255,.8); border-radius: 24px; background: rgba(255,255,255,.84); box-shadow: var(--shadow); }
.hero-panel-label { color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero-panel h2 { margin: 10px 0 10px; font-size: 27px; line-height: 1.18; letter-spacing: -.03em; }
.hero-panel p { margin: 0; color: var(--muted); }
.path-list { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.path-list li { display: flex; gap: 12px; align-items: flex-start; padding-top: 12px; border-top: 1px solid var(--line); font-size: 14px; font-weight: 700; }
.path-list b { display: grid; flex: 0 0 26px; height: 26px; place-items: center; border-radius: 8px; color: #fff; background: var(--blue); font-size: 12px; }
section { padding: 88px 0; }
.section-head { max-width: 720px; margin-bottom: 42px; }
.section-head h2 { margin: 0; font-size: clamp(32px,4vw,48px); line-height: 1.08; letter-spacing: -.045em; }
.section-head p:last-child { margin: 16px 0 0; color: var(--muted); font-size: 17px; }
.cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.card { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.card-number { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 10px; color: #fff; background: var(--blue); font-size: 13px; font-weight: 900; }
.card h3 { margin: 18px 0 8px; font-size: 20px; letter-spacing: -.02em; }
.card p { margin: 0; color: var(--muted); font-size: 15px; }
.split-section { background: var(--soft); }
.audiences { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.audience-card { padding: 36px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 12px 35px rgba(18,35,63,.06); }
.audience-label { color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.audience-card h3 { margin: 10px 0; font-size: 30px; letter-spacing: -.04em; }
.audience-card p { margin: 0 0 22px; color: var(--muted); }
.check-list { display: grid; gap: 10px; margin: 0 0 26px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 25px; font-size: 14px; font-weight: 650; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 950; }
.requirement-wrap { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; padding: 48px; border-radius: 26px; color: #fff; background: linear-gradient(135deg,#102746,#1d67cd); box-shadow: var(--shadow); }
.requirement-wrap .section-kicker { color: var(--yellow); }
.requirement-wrap h2 { max-width: 700px; margin: 0; font-size: clamp(32px,4vw,48px); line-height: 1.08; letter-spacing: -.04em; }
.requirement-wrap p { max-width: 720px; margin: 16px 0 0; color: #d9e8ff; }
.site-footer { padding: 32px 0; border-top: 1px solid var(--line); }
.footer-row { display: flex; justify-content: space-between; gap: 20px; align-items: center; color: var(--muted); font-size: 13px; }
.profile-hero { padding: 72px 0 60px; background: linear-gradient(145deg,#f8fbff,#edf4ff); }
.back-link { display: inline-flex; margin-bottom: 32px; color: var(--blue); font-size: 14px; font-weight: 800; text-decoration: none; }
.profile-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; border: 1px solid #b8d5ca; border-radius: 999px; color: var(--green); background: #f3fbf8; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.profile-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); gap: 60px; align-items: center; }
.profile-hero h1 { margin: 18px 0 4px; font-size: clamp(48px,7vw,80px); line-height: 1; letter-spacing: -.06em; }
.profile-role { margin: 0; color: var(--blue); font-size: 22px; font-weight: 850; }
.profile-summary { max-width: 720px; margin: 22px 0 0; color: var(--muted); font-size: 18px; }
.stat-panel { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.stat { padding: 17px 0; border-bottom: 1px solid var(--line); }
.stat:last-child { border-bottom: 0; }
.stat strong { display: block; font-size: 25px; letter-spacing: -.03em; }
.stat span { color: var(--muted); font-size: 13px; }
.service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.timeline { max-width: 850px; }
.timeline-item { position: relative; padding: 0 0 34px 35px; border-left: 2px solid #cbd9eb; }
.timeline-item::before { content: ""; position: absolute; left: -8px; top: 3px; width: 14px; height: 14px; border: 3px solid #fff; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 1px var(--blue); }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-date { color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.timeline-item h3 { margin: 6px 0 6px; font-size: 21px; }
.timeline-item p { margin: 0; color: var(--muted); }
.tool-list { display: flex; flex-wrap: wrap; gap: 12px; }
.tool-list span { padding: 12px 16px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: 14px; font-weight: 800; }
.audit-note { margin-top: 30px; padding: 20px; border-left: 4px solid var(--blue); border-radius: 0 12px 12px 0; color: var(--muted); background: var(--soft); font-size: 14px; }
.page-hero { padding: 72px 0 54px; text-align: center; background: radial-gradient(circle at 18% 14%,rgba(105,208,180,.16),transparent 24%),linear-gradient(145deg,#f8fbff,#edf4ff); }
.page-hero .section-kicker { margin-bottom: 12px; }
.page-hero h1 { max-width: 900px; margin: 0 auto; font-size: clamp(38px,5vw,60px); line-height: 1.05; letter-spacing: -.05em; }
.page-hero p:last-child { max-width: 760px; margin: 20px auto 0; color: var(--muted); font-size: 18px; }
.form-section { padding-top: 48px; background: var(--soft); }
.form-shell { max-width: 900px; margin: 0 auto; padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.form-note { max-width: 900px; margin: 22px auto 0; color: var(--muted); font-size: 13px; text-align: center; }
.mini-benefits { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; max-width: 900px; margin: 30px auto 0; }
.mini-benefits span { padding: 15px; border: 1px solid var(--line); border-radius: 12px; color: #40516b; background: rgba(255,255,255,.7); font-size: 13px; font-weight: 750; text-align: center; }
.mobile-toggle { display: none; border: 0; background: none; color: var(--ink); font-size: 25px; }
@media (max-width: 1120px) {
  .nav-links { display: none; position: absolute; left: 20px; right: 20px; top: 68px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
  .nav-links.open { display: grid; }
  .mobile-toggle { display: block; }
}
@media (max-width: 900px) {
  .hero-grid, .profile-grid { grid-template-columns: 1fr; gap: 42px; }
  .cards, .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .requirement-wrap { grid-template-columns: 1fr; }
  .nav-actions .btn-secondary { display: none; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px,1140px); }
  .hero { padding: 72px 0 64px; }
  section { padding: 64px 0; }
  .hero h1 { font-size: 43px; }
  .hero-copy { font-size: 17px; }
  .hero-actions { display: grid; }
  .btn { width: 100%; }
  .cards, .service-grid, .audiences { grid-template-columns: 1fr; }
  .audience-card, .requirement-wrap { padding: 28px; }
  .footer-row { display: grid; text-align: center; justify-content: center; }
  .brand small { display: none; }
  .brand-title { font-size: 17px; }
  .brand-mark { width: 40px; height: 40px; flex-basis: 40px; }
  .mini-benefits { grid-template-columns: 1fr; }
  .form-shell { padding: 18px; }
  .nav-actions .btn-primary { display: none; }
}
