:root {
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: #11233d;
  background: #fff;
  font-synthesis: none;
  --navy: #061b3a;
  --navy-soft: #0b284f;
  --ink: #11233d;
  --muted: #5d6f87;
  --blue: #0b64df;
  --blue-dark: #084cae;
  --cyan: #0ea8d5;
  --green: #12845e;
  --red: #ef4439;
  --soft: #f4f8fc;
  --line: #d8e4f2;
  --line-strong: #bfd1e5;
  --radius: 8px;
  --shell: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; min-width: 320px; min-height: 100vh; color: var(--ink); background: #fff; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body, button, input { font-family: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; text-wrap: balance; }
h1 { margin-bottom: 22px; font-size: clamp(48px, 4.2vw, 58px); line-height: 1.02; font-weight: 780; }
h2 { margin-bottom: 0; font-size: clamp(34px, 3vw, 46px); line-height: 1.08; font-weight: 760; }
h3 { margin-bottom: 8px; font-size: 21px; line-height: 1.22; }
p { color: var(--muted); }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 7px; font-weight: 760; line-height: 1.2; cursor: pointer; transition: background .18s ease, border-color .18s ease, transform .14s ease; }
.button-primary { color: #fff; background: var(--blue); }
.button:active, .route-row:active, .text-link:active { transform: scale(.97); }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.97); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 44px; }
.brand { width: 185px; flex: 0 0 auto; }
.brand img { width: 100%; }
.desktop-nav { display: flex; align-items: center; gap: 42px; margin-left: auto; }
.desktop-nav a { position: relative; padding: 29px 0 26px; color: #20354f; font-weight: 730; }
.desktop-nav a::after { content: ""; position: absolute; right: 50%; bottom: 17px; left: 50%; height: 2px; background: var(--cyan); transition: left .18s ease, right .18s ease; }
.desktop-nav a.active { color: var(--blue); }
.desktop-nav a.active::after { right: 0; left: 0; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-link { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; font-weight: 760; }
.header-cta { min-width: 185px; }
.menu-button { width: 52px; height: 52px; display: none; place-items: center; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: #fff; }
.mobile-nav { display: none; }

.hero { overflow: hidden; background: #fff; border-bottom: 1px solid var(--line); }
.hero-layout { min-height: 500px; display: grid; grid-template-columns: .86fr 1.14fr; align-items: stretch; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 42px 54px 42px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; align-self: flex-start; margin-bottom: 23px; color: var(--blue); font-size: 13px; font-weight: 820; letter-spacing: .055em; text-transform: uppercase; }
.eyebrow > span { width: 8px; height: 25px; display: block; border-radius: 2px; background: var(--red); transform: skew(-14deg); }
.hero-copy h1 { max-width: 590px; }
.hero-copy > p { max-width: 600px; margin-bottom: 30px; font-size: 18px; line-height: 1.62; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-weight: 760; transition: transform .14s ease; }
.hero-media { position: relative; height: 500px; min-height: 500px; overflow: hidden; margin-right: calc((100vw - min(100vw - 40px, var(--shell))) / -2); }
.hero-media::before { content: ""; position: absolute; z-index: 1; inset: 0 auto 0 0; width: 22%; background: linear-gradient(90deg,#fff 0%,rgba(255,255,255,.75) 35%,rgba(255,255,255,0) 100%); pointer-events: none; }
.hero-media > img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: 50% 50%; }
.task-panel { position: absolute; z-index: 3; top: 55px; right: clamp(48px, 4vw, 80px); width: min(285px, 42%); display: grid; gap: 10px; padding: 10px; border: 1px solid rgba(194,213,230,.7); border-radius: 8px; background: rgba(222,235,245,.22); box-shadow: 0 18px 44px rgba(16,42,78,.14); backdrop-filter: blur(14px) saturate(112%); }
.task-card { padding: 14px; border: 1px solid rgba(204,220,234,.74); border-radius: 7px; background: rgba(255,255,255,.52); box-shadow: 0 8px 22px rgba(20,48,82,.07); backdrop-filter: blur(8px); }
.task-panel-head { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 13px; }
.task-brand-logo { width: 92px; height: auto; display: block; }
.task-panel-head span { color: var(--blue); font-size: 12px; }
.task-list-card > small { display: block; margin-bottom: 8px; color: var(--muted); font-weight: 700; }
.task-list-card ul { margin: 0; padding: 0; list-style: none; }
.task-list-card li { display: flex; justify-content: space-between; gap: 9px; padding: 9px 0; border-top: 1px solid rgba(205,219,233,.78); font-size: 12px; }
.task-list-card li span { color: #354d6b; }
.task-list-card li b { flex: 0 0 auto; color: var(--blue); font-size: 11px; }
.task-followups { display: grid; gap: 9px; }
.task-followups strong { color: var(--ink); font-size: 12px; }
.task-followups span { display: flex; align-items: center; gap: 7px; color: #425873; font-size: 11px; }
.task-followups svg { flex: 0 0 auto; color: #20b66c; }
.task-sla { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px; padding: 1px 5px 3px; color: #51647b; font-size: 11px; font-weight: 700; }
.task-sla i { position: relative; height: 4px; overflow: hidden; border-radius: 10px; background: #dfe9e4; }
.task-sla i::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: #20b66c; }

.section { padding: 84px 0; }
.section-head { display: grid; grid-template-columns: 1fr minmax(360px,.7fr); align-items: end; gap: 70px; margin-bottom: 44px; }
.section-head > p { margin: 0; font-size: 18px; }
.section-head.split { grid-template-columns: 1fr minmax(420px,.75fr); }

.routes-section { padding-top: 72px; }
.support-context { display: grid; grid-template-columns: .95fr 1fr 1fr; gap: 54px; align-items: center; margin-bottom: 70px; padding: 34px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.support-context h2 { font-size: 32px; }
.support-context p { margin: 0; font-size: 17px; }
.routes-layout { display: grid; grid-template-columns: minmax(260px,.65fr) minmax(0,1.55fr); gap: 74px; align-items: start; }
.routes-intro { position: sticky; top: 114px; }
.routes-intro h2 { max-width: 340px; }
.routes-intro p { max-width: 250px; margin: 20px 0 0; font-size: 18px; }
.route-list { display: grid; gap: 14px; }
.route-row { min-height: 104px; display: grid; grid-template-columns: 54px minmax(0,1fr) auto; align-items: center; gap: 20px; padding: 18px 22px; border: 1px solid var(--line); border-radius: 8px; background: #fff; transition: border-color .18s ease, background .18s ease, transform .14s ease; }
.route-row.featured { border-color: #7eb6f6; background: #f4f9ff; }
.route-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 8px; color: var(--blue); background: #eaf4ff; }
.route-icon.red { color: var(--red); background: #fff0ef; }
.route-icon.cyan { color: var(--cyan); background: #e9f9fd; }
.route-icon.green { color: var(--green); background: #ebf8f2; }
.route-copy { min-width: 0; display: grid; }
.route-copy small { margin-bottom: 2px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.route-copy strong { font-size: 18px; }
.route-copy > span { margin-top: 4px; color: var(--muted); font-size: 14px; line-height: 1.42; }
.route-action { display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-size: 13px; font-weight: 750; white-space: nowrap; }
.section-kicker { display: block; margin-bottom: 10px; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

.process-section { background: #fff; }
.process-line { height: 1px; margin: 0 20px -18px; background: #77a9ed; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; }
.process-item { position: relative; display: grid; grid-template-columns: 54px 1fr; gap: 15px; padding-top: 36px; }
.process-num { position: absolute; z-index: 2; top: -15px; left: 0; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-size: 13px; font-weight: 800; box-shadow: 0 0 0 7px #fff; }
.process-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid #c8ddf4; border-radius: 50%; color: var(--blue); background: #f7fbff; }
.process-item h3 { margin: 4px 0 8px; font-size: 19px; }
.process-item p { margin: 0; font-size: 14px; line-height: 1.55; }

.leader-section { background: var(--soft); }
.leader-layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr); gap: 42px; align-items: stretch; }
.dashboard { min-height: 430px; display: grid; grid-template-columns: 72px 1fr; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 8px; background: #fff; box-shadow: 0 16px 40px rgba(16,42,78,.08); }
.dashboard-side { display: flex; flex-direction: column; gap: 22px; padding: 22px 13px; color: #b9cbe0; background: var(--navy); font-size: 11px; }
.dashboard-side strong { color: #fff; font-size: 18px; }
.dashboard-side span { max-width: 100%; line-height: 1.25; overflow-wrap: anywhere; }
.dashboard-main { min-width: 0; padding: 24px; }
.dashboard-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.dashboard-head div { display: grid; }
.dashboard-head small { color: var(--muted); }
.dashboard-head strong { font-size: 22px; }
.dashboard-head button { min-height: 34px; padding: 0 14px; border: 0; border-radius: 5px; color: #fff; background: var(--blue); font-size: 12px; }
.dashboard-metrics { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin: 18px 0; }
.dashboard-metrics div { padding: 13px; border: 1px solid var(--line); border-radius: 6px; }
.dashboard-metrics span { display: block; color: var(--muted); font-size: 10px; }
.dashboard-metrics b { display: block; margin-top: 5px; font-size: 22px; }
.dashboard-metrics b.danger { color: var(--red); }
.dashboard table { width: 100%; border-collapse: collapse; font-size: 11px; }
.dashboard th, .dashboard td { padding: 12px 8px; border-bottom: 1px solid var(--line); text-align: left; }
.dashboard th { color: var(--muted); font-weight: 700; }
.status { display: inline-block; padding: 3px 7px; border-radius: 4px; color: var(--blue); background: #eaf4ff; }
.status.amber { color: #8d6111; background: #fff4d8; }
.status.green { color: var(--green); background: #eaf7f1; }
.leader-outcomes { display: grid; gap: 14px; }
.leader-outcomes > div { min-height: 92px; display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 14px; padding: 17px 20px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.leader-outcomes b { color: var(--blue); font-size: 28px; }
.leader-outcomes p { display: grid; margin: 0; }
.leader-outcomes strong { color: var(--ink); }
.leader-outcomes span { margin-top: 4px; font-size: 14px; }

.work-section { background: #fff; }
.work-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.work-row { min-height: 210px; display: grid; grid-template-columns: 50px minmax(0,1fr); grid-template-rows: auto auto; gap: 0 18px; padding: 30px 30px 26px 0; border-bottom: 1px solid var(--line); }
.work-row:nth-child(odd) { padding-right: 38px; border-right: 1px solid var(--line); }
.work-row:nth-child(even) { padding-left: 38px; }
.work-icon { grid-row: 1 / 3; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: #eaf4ff; }
.work-row small { color: var(--blue); font-size: 12px; font-weight: 820; }
.work-row h3 { margin: 2px 0 7px; }
.work-row p { margin: 0; font-size: 14px; }
.work-row ul { grid-column: 2; display: flex; flex-wrap: wrap; gap: 9px 18px; margin: 16px 0 0; padding: 0; list-style: none; }
.work-row li { display: inline-flex; align-items: center; gap: 5px; color: #43556d; font-size: 13px; }
.work-row li svg { color: var(--green); }

.partners-section { padding: 58px 0; border-block: 1px solid var(--line); background: var(--soft); }
.partners-layout { display: grid; grid-template-columns: minmax(280px,.7fr) minmax(0,1.3fr); align-items: center; gap: 60px; }
.partners-layout h2 { max-width: 410px; font-size: 28px; }
.partners-row { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; }
.partners-row img { width: 100%; height: 74px; padding: 25px; object-fit: contain; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.partners-row img:nth-child(3n) { border-right: 0; }
.partners-row img:nth-child(n+4) { border-bottom: 0; }

.faq-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.faq-list details { border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.faq-list summary { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 20px; font-weight: 740; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 24px; }
.faq-list details[open] summary { border-bottom: 1px solid var(--line); }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 18px 20px 20px; font-size: 14px; }

.request-section { padding: 82px 0; color: #fff; background: var(--navy); }
.request-layout { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(430px,.9fr); align-items: center; gap: 70px; }
.request-kicker { display: block; margin-bottom: 10px; color: #45c9ec; font-size: 13px; font-weight: 820; letter-spacing: .07em; text-transform: uppercase; }
.request-layout h2 { max-width: 680px; color: #fff; }
.request-layout > div > p { max-width: 690px; margin: 18px 0 0; color: #c6d5e8; font-size: 18px; }
.request-points { display: flex; flex-wrap: wrap; gap: 16px 22px; margin-top: 25px; }
.request-points span { display: inline-flex; align-items: center; gap: 7px; color: #d6e5f5; font-size: 14px; }
.request-points svg { color: #43d5a1; }
.request-contact { margin-top: 22px !important; color: #91a8c4 !important; font-size: 13px !important; }
.form-panel { padding: 26px; border: 1px solid #2f527a; border-radius: 8px; background: #fff; }
.lead-form, .success { min-height: 235px; padding: 28px; border: 1px solid #2f527a; border-radius: 8px; background: #fff; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-panel .lead-form { min-height: 0; padding: 0; border: 0; border-radius: 0; }
.lead-form input { width: 100%; min-width: 0; height: 52px; padding: 0 14px; border: 1px solid #cbd9e8; border-radius: 6px; color: var(--ink); background: #fff; outline: 0; }
.lead-form input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11,100,223,.12); }
.lead-form .button, .lead-form small { grid-column: 1 / -1; }
.lead-form small { color: #6d7d91; font-size: 12px; text-align: center; }
.form-benefits { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--ink); }
.form-benefits h3 { margin-bottom: 10px; font-size: 19px; }
.form-benefits ul { margin: 0; padding-left: 20px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.form-benefits li + li { margin-top: 5px; }
.success { display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--ink); text-align: center; }
.success svg { margin-bottom: 9px; color: var(--green); }
.success strong { font-size: 24px; }
.success p { margin: 8px 0 18px; }

.site-footer { background: #fff; }
.footer-main { display: grid; grid-template-columns: 1.2fr .75fr .8fr; gap: 64px; padding: 58px 0 44px; }
.footer-brand img { width: 200px; margin-bottom: 18px; }
.footer-brand p { max-width: 430px; margin-bottom: 0; }
.footer-main nav, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-main strong { margin-bottom: 5px; }
.footer-main a, .footer-contact span { color: #53657b; font-size: 15px; }
.footer-contact a { display: inline-flex; align-items: center; gap: 8px; }
.footer-contact svg { flex: 0 0 auto; color: currentColor; }
.footer-bottom { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); color: #6b7b8f; font-size: 13px; }

@media (hover:hover) and (pointer:fine) {
  .button-primary:hover { background: var(--blue-dark); }
  .desktop-nav a:hover { color: var(--blue); }
  .desktop-nav a:hover::after { right: 0; left: 0; }
  .route-row:hover { border-color: #7eb6f6; background: #f7fbff; transform: translateY(-2px); }
  .footer-main a:hover, .footer-bottom a:hover, .text-link:hover { color: var(--blue); }
}

@media (max-width:1100px) {
  .header-inner { gap: 22px; }
  .desktop-nav { gap: 24px; }
  .header-cta { min-width: 150px; }
  .hero-layout { min-height: 480px; grid-template-columns: .95fr 1.05fr; }
  .hero-copy { padding-right: 34px; }
  .hero-media { height: 480px; min-height: 480px; }
  .task-panel { width: 250px; right: 22px; }
  .support-context { gap: 30px; }
  .routes-layout { gap: 42px; }
  .route-row { grid-template-columns: 48px 1fr; }
  .route-action { grid-column: 2; }
  .leader-layout { grid-template-columns: 1fr; }
  .leader-outcomes { grid-template-columns: 1fr 1fr; }
}

@media (max-width:900px) {
  .desktop-nav, .header-cta { display: none; }
  .header-inner { min-height: 72px; }
  .header-actions { margin-left: auto; }
  .menu-button { display: grid; }
  .mobile-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; padding: 14px 20px 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 16px 34px rgba(16,42,78,.12); }
  .mobile-nav.open { display: grid; }
  .mobile-nav a { padding: 12px 8px; border-bottom: 1px solid var(--line); font-weight: 700; }
  .mobile-nav .mobile-nav-cta { margin-top: 12px; border: 0; border-radius: 7px; color: #fff; background: var(--blue); text-align: center; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { padding: 60px 0 42px; }
  .hero-media { height: 430px; min-height: 430px; margin: 0 -20px; }
  .hero-media > img { min-height: 0; }
  .task-panel { top: 34px; right: 24px; width: 270px; }
  .support-context { grid-template-columns: 1fr 1fr; }
  .support-context h2 { grid-column: 1 / -1; }
  .routes-layout { grid-template-columns: 1fr; }
  .routes-intro { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: end; }
  .routes-intro p { max-width: 380px; margin: 0; }
  .process-line { display: none; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-item { padding-top: 0; }
  .process-num { position: static; grid-column: 1 / -1; box-shadow: none; }
  .work-list { grid-template-columns: 1fr; }
  .work-row:nth-child(odd), .work-row:nth-child(even) { padding: 28px 0; border-right: 0; }
  .partners-layout { grid-template-columns: 1fr; }
  .partners-layout h2 { max-width: 700px; }
  .request-layout { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width:620px) {
  html { scroll-padding-top: 70px; }
  body { font-size: 16px; }
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  h1 { font-size: clamp(40px, 12.6vw, 50px); }
  h2 { font-size: clamp(31px, 9vw, 38px); }
  h3 { font-size: 20px; }
  .header-inner { min-height: 64px; }
  .brand { width: 154px; }
  .language-link, .menu-button { width: 46px; height: 46px; }
  .header-actions { gap: 8px; }
  .hero-copy { padding: 40px 0 32px; }
  .eyebrow { margin-bottom: 17px; font-size: 11px; }
  .hero-copy > p { margin-bottom: 25px; font-size: 17px; }
  .hero-actions { align-items: stretch; gap: 15px; }
  .hero-actions .button { flex: 1; padding-inline: 13px; }
  .text-link { justify-content: center; }
  .hero-media { height: 330px; min-height: 330px; margin-inline: -14px; }
  .hero-media > img { min-height: 0; object-position: 55% 50%; }
  .hero-media::before { display: none; }
  .task-panel { top: auto; right: 14px; bottom: 14px; left: 14px; width: auto; padding: 14px; }
  .task-list-card li:nth-child(n+4) { display: none; }
  .task-followups, .task-sla { display: none; }
  .section { padding: 58px 0; }
  .section-head, .section-head.split { grid-template-columns: 1fr; gap: 16px; margin-bottom: 30px; }
  .section-head > p { font-size: 16px; }
  .routes-section { padding-top: 48px; }
  .support-context { grid-template-columns: 1fr; gap: 18px; margin-bottom: 50px; padding: 28px 0; }
  .support-context h2 { grid-column: 1; font-size: 29px; }
  .support-context p { font-size: 16px; }
  .routes-layout { gap: 30px; }
  .routes-intro { grid-template-columns: 1fr; gap: 13px; }
  .routes-intro p { font-size: 16px; }
  .route-row { grid-template-columns: 42px 1fr; gap: 14px; min-height: 0; padding: 17px 15px; }
  .route-icon { width: 40px; height: 40px; }
  .route-copy strong { font-size: 16px; }
  .route-action { font-size: 12px; }
  .process-grid { grid-template-columns: 1fr; gap: 28px; }
  .process-item { grid-template-columns: 42px 1fr; }
  .process-num { position: absolute; top: 0; right: 0; left: auto; grid-column: auto; }
  .leader-layout { gap: 24px; }
  .dashboard { min-height: 360px; grid-template-columns: 48px 1fr; }
  .dashboard-side { gap: 20px; padding: 18px 8px; }
  .dashboard-side span { font-size: 0; }
  .dashboard-main { padding: 16px 12px; overflow: hidden; }
  .dashboard-head button { display: none; }
  .dashboard-metrics { grid-template-columns: 1fr 1fr; }
  .dashboard th:nth-child(3), .dashboard td:nth-child(3) { display: none; }
  .leader-outcomes { grid-template-columns: 1fr; }
  .work-row { grid-template-columns: 44px 1fr; }
  .work-row ul { display: grid; gap: 7px; }
  .partners-section { padding: 46px 0; }
  .partners-layout { gap: 28px; }
  .partners-layout h2 { font-size: 28px; }
  .partners-row { grid-template-columns: 1fr 1fr; }
  .partners-row img { height: 66px; border-bottom: 1px solid var(--line); }
  .partners-row img:nth-child(3n) { border-right: 1px solid var(--line); }
  .partners-row img:nth-child(2n) { border-right: 0; }
  .partners-row img:nth-child(n+5) { border-bottom: 0; }
  .faq-list { grid-template-columns: 1fr; }
  .request-section { padding: 60px 0; }
  .request-layout { gap: 34px; }
  .request-layout > div > p { font-size: 16px; }
  .form-panel { padding: 20px 18px; }
  .lead-form { grid-template-columns: 1fr; padding: 22px 18px; }
  .form-panel .lead-form { padding: 0; }
  .lead-form .button, .lead-form small { grid-column: 1; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; padding: 46px 0 34px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { min-height: 78px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; }
}

@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

.lead-form [data-lead-status] { grid-column: 1 / -1; }
.lead-form [data-lead-status]:empty { display: none; }
.menu-button svg { display: block; }

/* Shared header alignment: matches the production homepage. */
.site-header { z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(16px); font-size: 17px; line-height: 1.55; }
.site-header .header-inner { width: min(var(--shell), calc(100% - 64px)); min-height: 78px; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 28px; }
.site-header .brand { width: 205px; display: inline-flex; align-items: center; }
.site-header .brand img { width: 100%; height: auto; }
.site-header .desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 2.7vw, 38px); margin-left: 0; }
.site-header .desktop-nav a { padding: 26px 0 24px; color: #263b58; font-size: 15px; font-weight: 720; line-height: 1.55; }
.site-header .desktop-nav a::after { left: 0; right: 100%; bottom: 18px; transition: right .2s ease; }
.site-header .desktop-nav a.active { color: var(--blue); }
.site-header .desktop-nav a.active::after { right: 0; left: 0; }
.site-header .header-actions { gap: 12px; }
.site-header .language-link { width: 48px; min-width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; color: #2c4260; font-size: 15px; font-weight: 800; }
.site-header .header-cta { min-width: 174px; min-height: 50px; padding: 0 22px; border-radius: 8px; font-size: 17px; font-weight: 800; line-height: 1.2; gap: 9px; }

@media (max-width:1120px) {
  .site-header .header-inner { grid-template-columns: 180px 1fr auto; }
  .site-header .brand { width: 175px; }
  .site-header .desktop-nav { gap: 18px; }
  .site-header .header-cta { min-width: 174px; padding-inline: 18px; white-space: nowrap; }
}

@media (max-width:1024px) {
  .site-header { backdrop-filter: none; }
  .site-header .header-inner { width: min(100% - 40px, var(--shell)); min-height: 68px; grid-template-columns: 1fr auto; gap: 28px; }
  .site-header .brand { width: 175px; }
  .site-header .desktop-nav, .site-header .header-cta { display: none; }
  .site-header .header-actions { margin-left: auto; }
  .site-header .menu-button { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; }
  .site-header .mobile-nav { position: static; width: min(100% - 40px, var(--shell)); margin: 0 auto 14px; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
  .site-header .mobile-nav.open { display: grid; }
  .site-header .mobile-nav a { min-height: 48px; display: flex; align-items: center; padding: 0 14px; border-bottom: 1px solid var(--line); color: #2e4563; font-weight: 750; }
  .site-header .mobile-nav .mobile-nav-cta { justify-content: center; margin-top: 8px; border: 0; border-radius: 6px; color: #fff; background: var(--blue); }
}

@media (max-width:620px) {
  .site-header { font-size: 16px; }
  .site-header .header-inner { width: min(100% - 28px, var(--shell)); min-height: 64px; gap: 12px; }
  .site-header .brand { width: 154px; }
  .site-header .header-actions { gap: 8px; }
  .site-header .language-link, .site-header .menu-button { width: 44px; min-width: 44px; height: 44px; }
  .site-header .mobile-nav { width: calc(100% - 28px); }
}

/* Keep long RU/UA dashboard navigation labels inside the dark rail. */
@media (min-width:621px) {
  .dashboard { grid-template-columns: 108px minmax(0,1fr); }
  .dashboard-side { padding-inline: 14px; }
}

/* Keep the complete glass task panel inside the fixed-height hero. */
@media (min-width:981px) {
  .task-panel { gap: 8px; padding: 8px; }
  .task-card { padding: 12px; }
  .task-panel-head { margin-bottom: 10px; }
  .task-list-card > small { margin-bottom: 6px; }
  .task-list-card li { padding-block: 7px; }
  .task-followups { gap: 7px; }
  .task-sla { padding: 0 4px 2px; }
}
