: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: 565px; 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: 70px 54px 70px 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; min-height: 565px; 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: 565px; 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: 44px 0; }
.section-head { display: grid; grid-template-columns: 1fr minmax(360px,.7fr); align-items: end; gap: 42px; margin-bottom: 22px; }
.section-head > p { margin: 0; font-size: 16px; }
.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: 60px 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 { grid-template-columns: .95fr 1.05fr; }
  .hero-copy { padding-right: 34px; }
  .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 { min-height: 480px; margin: 0 -20px; }
  .hero-media > img { min-height: 480px; }
  .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 { min-height: 365px; margin-inline: -14px; }
  .hero-media > img { min-height: 365px; 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; }
}

/* 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); }
}

/* Implementation page: selected direction 1 + cases from direction 3 */
.implementation-hero { background: #fff; border-bottom: 1px solid var(--line); }
.implementation-hero .hero-layout { min-height: 500px; grid-template-columns: .82fr 1.18fr; }
.implementation-hero .hero-copy { position: relative; z-index: 3; padding-top: 44px; padding-bottom: 44px; }
.implementation-hero .hero-copy > p { margin-bottom: 24px; font-size: 17px; line-height: 1.56; }
.implementation-media { min-height: 500px; overflow: hidden; background: #f7fafc; }
.implementation-media .hero-photo { width: 100%; height: 100%; min-height: 500px; object-fit: cover; object-position: center; filter: brightness(1.06) saturate(.78); }
.exact-option-media { border-radius: 0; box-shadow: none; }
.exact-option-media::before { display: none; }
.exact-option-media::after { content: ""; position: absolute; inset: 0; z-index: 1; background: rgba(255,255,255,.22); pointer-events: none; }
.exact-flow-ui { position: absolute; z-index: 3; inset: 52px 20px 46px 5%; display: grid; grid-template-columns: .72fr 1.08fr 1.75fr; gap: 12px; align-items: center; }
.flow-channels { display: grid; gap: 14px; }
.flow-channels > div,.flow-crm-card,.flow-result-card { border: 1px solid rgba(184,207,228,.92); border-radius: 8px; background: rgba(255,255,255,.74); box-shadow: 0 10px 25px rgba(24,58,99,.10); backdrop-filter: blur(7px); }
.flow-channels > div { display: flex; min-height: 82px; align-items: center; gap: 8px; padding: 10px; color: var(--blue); font-size: 12px; font-weight: 750; }
.flow-channels > div span { color: var(--ink); }
.flow-crm-card { padding: 12px; }
.flow-crm-card > img { width: 92px; height: auto; margin: 0 auto 10px; }
.flow-lead { display: grid; gap: 2px; margin-bottom: 10px; padding: 9px; border: 1px solid rgba(199,216,232,.92); border-radius: 6px; background: rgba(255,255,255,.56); font-size: 9px; line-height: 1.28; }
.flow-lead strong { margin-bottom: 2px; font-size: 11px; }
.flow-stages { display: grid; gap: 5px; }
.flow-stages > span { display: flex; min-height: 24px; align-items: center; justify-content: space-between; gap: 6px; padding: 3px 7px; border-radius: 5px; color: #0a4fa6; background: #eaf4ff; font-size: 9px; font-style: normal; }
.flow-stages > span:nth-child(3) { color: #815b00; background: #fff1c7; }
.flow-stages > span:nth-child(4),.flow-stages > span:nth-child(5) { color: #147354; background: #e6f8ef; }
.flow-stages b { font-weight: 700; }
.flow-stages em { font-style: normal; font-weight: 800; }
.flow-results { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.flow-result-card { display: flex; min-height: 190px; align-items: center; justify-content: center; flex-direction: column; gap: 10px; padding: 12px 8px; color: var(--blue); text-align: center; }
.flow-result-card small { color: var(--ink); font-size: 9px; font-weight: 800; }
.flow-result-card strong { color: var(--ink); font-size: 11px; line-height: 1.25; }
.flow-result-card span { color: var(--muted); font-size: 9px; }
.flow-panel { position: absolute; inset: 46px 18px 46px 7%; display: flex; align-items: center; overflow: hidden; border: 1px solid rgba(128,190,237,.62); border-radius: 8px; background: rgba(6,27,58,.72); box-shadow: 0 16px 38px rgba(17,35,61,.16); backdrop-filter: blur(3px) saturate(.9); }
.flow-panel img { width: 104%; max-width: none; margin-left: -2%; opacity: .98; filter: saturate(.98) brightness(1.16) contrast(1.08); }

.route-section { padding: 32px 0 0; background: #fff; }
.route-section .shell,.launch-section .shell { position: relative; }
.route-section h2 { margin: 0 0 20px; color: var(--ink); font-size: clamp(27px,2.4vw,35px); letter-spacing: -.035em; line-height: 1.08; }
.route-track,.launch-line { position: absolute; left: 24px; right: 24px; height: 1px; background: #84b9fb; }
.route-track,.launch-line { display: none; }
.route-grid,.launch-grid { position: relative; }
.route-grid::before,.launch-grid::before { content: ""; position: absolute; top: 0; left: 14px; right: 14px; height: 1px; background: #84b9fb; }
.route-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; }
.route-step { position: relative; display: grid; grid-template-columns: 46px 1fr; gap: 14px; padding-top: 31px; }
.route-number { position: absolute; top: -14px; left: 0; z-index: 2; display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-size: 13px; font-weight: 800; }
.route-step-icon,.problem-icon { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; color: var(--blue); background: #eaf4ff; }
.route-step h3,.problem-row h3,.start-card h3,.launch-grid h3,.factor-grid h3 { margin: 0 0 7px; color: var(--ink); font-size: 18px; line-height: 1.2; }
.route-step p,.problem-row p,.start-card p,.launch-grid p,.factor-grid p { margin: 0; color: var(--muted); line-height: 1.5; }
.route-step p { font-size: 15px; }

.result-band { display: grid; grid-template-columns: 1.7fr repeat(4,1fr); margin-top: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #f7fbff; }
.result-band > div { min-width: 0; padding: 16px 18px; border-left: 1px solid var(--line); }
.result-band > div:first-child { border-left: 0; }
.result-band > div:not(.result-intro) { display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.result-band b { color: #0751ba; font-size: clamp(25px,2.2vw,36px); line-height: 1; }
.result-band span { margin-top: 8px; color: var(--muted); font-size: 14px; line-height: 1.35; }
.result-intro { display: flex; gap: 18px; align-items: center; color: var(--blue); }
.result-intro strong { display: block; color: var(--ink); font-size: 22px; }
.result-intro span { display: block; }

.problems-section { padding-top: 44px; }
.problem-list { border-top: 1px solid var(--line); }
.problem-row { display: grid; grid-template-columns: 48px minmax(0,1.3fr) minmax(0,1fr); gap: 18px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line); }
.problem-row p { font-size: 15px; }
.problem-row .solution { display: grid; grid-template-columns: 24px 1fr; gap: 12px; color: #18a16b; }
.problem-row .solution p { color: #425a76; }

.start-section { background: var(--soft); }
.start-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.start-card { display: flex; min-height: 282px; flex-direction: column; padding: 20px; border: 1px solid var(--line); border-top: 3px solid #58a5f8; border-radius: 8px; background: #fff; }
.start-card p,.start-card li { font-size: 15px; }
.start-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.start-card-top > span { color: #a87a20; font-weight: 800; }
.start-card-top small { padding: 6px 10px; border-radius: 999px; color: #476885; background: #eff5fa; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.start-card h3 { font-size: 22px; }
.start-card ul { margin: 16px 0 20px; padding-left: 20px; color: #344f6e; line-height: 1.55; }
.start-card a,.case-copy a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--blue); font-weight: 800; text-decoration: none; }

.launch-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 16px; }
.launch-grid article { position: relative; padding: 42px 16px 8px 0; }
.launch-grid .launch-node { position: absolute; top: -19px; display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid #a8cdf8; border-radius: 50%; background: #fff; color: var(--blue); }

.scope-section { background: #fbfcfe; }
.scope-layout { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.35fr); gap: 72px; align-items: start; }
.scope-intro h2,.trust-layout h2 { margin: 0 0 20px; color: var(--ink); font-size: clamp(36px,4vw,54px); line-height: 1.04; letter-spacing: -.045em; }
.scope-intro p { margin: 0 0 26px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.factor-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.factor-grid article { padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.scope-comparison { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(420px,.95fr); gap: 22px; align-items: stretch; }
.scope-factors { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.scope-factors article { display: grid; grid-template-columns: 32px 1fr; gap: 10px; padding: 14px; border-bottom: 1px solid var(--line); }
.scope-factors article:nth-child(odd) { border-right: 1px solid var(--line); }
.scope-factors article:nth-last-child(-n+2) { border-bottom: 0; }
.scope-factors svg { color: var(--blue); }
.scope-factors h3 { margin: 0 0 6px; color: var(--ink); font-size: 17px; }
.scope-factors p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.scope-estimator { padding: 20px; border: 1px solid #b8d5f7; border-radius: 8px; background: #fff; box-shadow: 0 14px 34px rgba(22,59,104,.06); }
.scope-estimator > h3 { margin: 6px 0 14px; color: var(--ink); font-size: 23px; }
.estimate-row { display: grid; grid-template-columns: 150px 1fr; gap: 12px; align-items: center; padding: 6px 0; }
.estimate-row > span { color: #38516d; font-size: 14px; font-weight: 700; }
.estimate-row > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.estimate-row button { min-height: 34px; border: 1px solid var(--line); border-radius: 6px; color: #536b85; background: #fff; font: inherit; cursor: pointer; }
.estimate-row button.selected { border-color: var(--blue); color: var(--blue); background: #f1f7ff; box-shadow: inset 0 0 0 1px var(--blue); }
.estimate-row button:active { transform: scale(.97); }
.estimate-note { display: flex; gap: 10px; align-items: center; margin: 12px 0; padding: 10px; border-radius: 6px; color: #31755b; background: #eff9f4; font-size: 12px; line-height: 1.35; }
.scope-estimator .button { width: 100%; }

.implementation-leader { background: var(--soft); }
.dashboard-image { min-height: 480px; overflow: hidden; border-radius: 8px; background: #fff; box-shadow: 0 18px 42px rgba(22,59,104,.1); }
.dashboard-image img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; }
.implementation-dashboard { min-height: 390px; }
.implementation-dashboard .dashboard-main { display: flex; flex-direction: column; }
.implementation-dashboard .dashboard-metrics b { white-space: nowrap; font-size: 20px; }
.dashboard-visuals { display: grid; grid-template-columns: .85fr 1.15fr; gap: 12px; min-height: 160px; }
.dashboard-visuals > div { padding: 16px; border: 1px solid var(--line); border-radius: 6px; background: #fbfdff; }
.dashboard-visuals strong { display: block; margin-bottom: 16px; color: var(--ink); font-size: 13px; }
.funnel-bars { display: flex; align-items: center; flex-direction: column; gap: 7px; }
.funnel-bars i { display: block; height: 26px; border-radius: 3px; background: #77b8f7; }
.funnel-bars i:nth-child(1) { width: 92%; background: #2d78d5; }
.funnel-bars i:nth-child(2) { width: 72%; background: #4b96e7; }
.funnel-bars i:nth-child(3) { width: 52%; background: #69b7df; }
.funnel-bars i:nth-child(4) { width: 34%; background: #70cbb2; }
.activity-bars { display: flex; height: 104px; gap: 10px; align-items: end; padding: 8px 6px 0; border-bottom: 1px solid #cbd9e8; }
.activity-bars i { display: block; flex: 1; min-width: 10px; border-radius: 3px 3px 0 0; background: #70b5f4; }
.activity-bars i:nth-child(1) { height: 34%; }
.activity-bars i:nth-child(2) { height: 46%; }
.activity-bars i:nth-child(3) { height: 42%; }
.activity-bars i:nth-child(4) { height: 68%; }
.activity-bars i:nth-child(5) { height: 61%; }
.activity-bars i:nth-child(6) { height: 84%; background: #1f78d6; }

.cases-section { background: #fff; }
.case-list { display: grid; gap: 22px; }
.case-row { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.case-row.reverse .case-media { order: 2; }
.case-media { min-height: 390px; overflow: hidden; }
.case-media img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.case-copy { display: flex; flex-direction: column; padding: 44px; }
.case-meta { display: flex; justify-content: space-between; color: #a87517; font-size: 13px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.case-meta b { color: var(--blue); }
.case-copy h3 { margin: 28px 0 14px; color: var(--ink); font-size: clamp(28px,3vw,40px); line-height: 1.08; letter-spacing: -.035em; }
.case-copy > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.case-metrics { display: grid; grid-template-columns: repeat(2,1fr); margin: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.case-metrics > div { padding: 20px 0; }
.case-metrics > div + div { padding-left: 24px; border-left: 1px solid var(--line); }
.case-metrics b { display: block; color: var(--green); font-size: 30px; }
.case-metrics span { color: var(--muted); font-size: 13px; }

.trust-section { padding: 76px 0; background: var(--soft); }
.trust-layout { display: grid; grid-template-columns: .9fr .55fr 1.55fr; gap: 32px; align-items: center; }
.trust-layout h2 { margin-bottom: 0; font-size: 34px; }
.certificate { display: flex; align-items: center; gap: 14px; padding: 24px; color: var(--blue); border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.certificate b,.certificate span { display: block; }
.certificate b { color: var(--ink); font-size: 20px; }
.certificate span { margin-top: 4px; color: var(--muted); font-size: 13px; }

.related-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); overflow: hidden; border: 1px solid var(--line); border-radius: 8px; }
.related-grid a { display: flex; min-height: 180px; flex-direction: column; padding: 24px; color: inherit; text-decoration: none; background: #fff; }
.related-grid a + a { border-left: 1px solid var(--line); }
.related-grid strong { color: var(--ink); font-size: 20px; line-height: 1.25; }
.related-grid span { margin: 12px 0 24px; color: var(--muted); line-height: 1.55; }
.related-grid b { display: inline-flex; gap: 8px; align-items: center; margin-top: auto; color: var(--blue); }

@media (hover:hover) and (pointer:fine) {
  .start-card,.factor-grid article,.case-row,.related-grid a { transition: transform .2s ease,box-shadow .2s ease,border-color .2s ease; }
  .start-card:hover,.factor-grid article:hover,.case-row:hover { transform: translateY(-3px); border-color: #b8d5f7; box-shadow: 0 16px 34px rgba(27,65,107,.09); }
  .related-grid a:hover { background: #f7fbff; }
}
.button:active,.start-card a:active,.case-copy a:active,.related-grid a:active { transform: scale(.97); }

@media (max-width:1100px) {
  .implementation-hero .hero-layout { min-height: 480px; grid-template-columns: .82fr 1.18fr; }
  .implementation-hero h1 { font-size: clamp(46px,5vw,64px); }
  .result-band { grid-template-columns: 1.5fr repeat(2,1fr); }
  .result-band > div:nth-child(4) { border-left: 0; border-top: 1px solid var(--line); }
  .result-band > div:nth-child(5) { border-top: 1px solid var(--line); }
  .launch-grid { grid-template-columns: repeat(3,1fr); gap: 28px; }
  .launch-line { display: none; }
  .launch-grid article { padding-top: 38px; }
  .launch-grid article > span { top: 0; }
  .trust-layout { grid-template-columns: 1fr 1fr; }
  .trust-layout .partners-row { grid-column: 1/-1; }
  .related-grid { grid-template-columns: repeat(2,1fr); }
  .related-grid a:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .related-grid a:nth-child(4) { border-top: 1px solid var(--line); }
  .scope-comparison { grid-template-columns: 1fr; }
}

@media (max-width:820px) {
  .implementation-hero .hero-layout { grid-template-columns: 1fr; padding-top: 46px; }
  .implementation-media,.implementation-media .hero-photo { min-height: 430px; }
  .flow-panel { inset: 36px 18px; }
  .exact-flow-ui { inset: 34px 12px; grid-template-columns: .68fr 1.05fr 1.62fr; gap: 6px; }
  .flow-channels { gap: 7px; }
  .flow-channels > div { min-height: 66px; padding: 6px; font-size: 9px; }
  .flow-channels svg { width: 18px; }
  .flow-crm-card { padding: 7px; }
  .flow-crm-card > img { width: 68px; margin-bottom: 6px; }
  .flow-lead { padding: 6px; font-size: 7px; }
  .flow-lead strong { font-size: 8px; }
  .flow-stages { gap: 3px; }
  .flow-stages > span { min-height: 19px; padding: 2px 4px; font-size: 7px; }
  .flow-results { gap: 5px; }
  .flow-result-card { min-height: 142px; gap: 7px; padding: 8px 4px; }
  .flow-result-card svg { width: 32px; height: 32px; }
  .flow-result-card small { font-size: 7px; }
  .flow-result-card strong { font-size: 8px; }
  .flow-result-card span { font-size: 7px; }
  .route-section { padding-top: 44px; }
  .route-grid::before,.launch-grid::before { display: none; }
  .route-grid { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
  .route-step { padding-top: 0; }
  .route-number { top: -4px; left: auto; right: 0; }
  .result-band { grid-template-columns: 1fr 1fr; }
  .result-band .result-intro { grid-column: 1/-1; }
  .result-band > div:nth-child(2),.result-band > div:nth-child(4) { border-left: 0; }
  .result-band > div:nth-child(n+2) { border-top: 1px solid var(--line); }
  .problem-row { grid-template-columns: 54px 1fr; }
  .problem-row .solution { grid-column: 2; }
  .start-grid { grid-template-columns: 1fr; }
  .start-card { min-height: auto; }
  .launch-grid { grid-template-columns: 1fr 1fr; }
  .scope-layout { grid-template-columns: 1fr; gap: 36px; }
  .leader-layout { grid-template-columns: 1fr; }
  .case-row { grid-template-columns: 1fr; }
  .case-row.reverse .case-media { order: 0; }
  .case-media,.case-media img { min-height: 330px; }
  .trust-layout { grid-template-columns: 1fr; }
  .trust-layout .partners-row { grid-column: auto; }
}

@media (max-width:560px) {
  .implementation-hero .hero-layout { padding-top: 34px; }
  .implementation-hero .hero-copy p { font-size: 17px; }
  .implementation-hero .hero-actions { display: grid; grid-template-columns: 1fr; align-items: start; }
  .implementation-hero .hero-actions .button { width: 100%; white-space: nowrap; }
  .implementation-hero .hero-actions .text-link { width: max-content; }
  .implementation-media,.implementation-media .hero-photo { min-height: 330px; border-radius: 0; }
  .flow-panel { inset: 30px 10px; }
  .route-section h2 { font-size: 34px; }
  .route-grid { grid-template-columns: 1fr; gap: 34px; }
  .route-step { grid-template-columns: 56px 1fr; }
  .result-band { grid-template-columns: 1fr; }
  .result-band > div { border-left: 0; border-top: 1px solid var(--line); }
  .result-band > div:first-child { border-top: 0; }
  .problem-row { grid-template-columns: 48px 1fr; gap: 16px; }
  .problem-icon { width: 46px; height: 46px; }
  .problem-row .solution { grid-column: 1/-1; }
  .launch-grid { grid-template-columns: 1fr; }
  .factor-grid { grid-template-columns: 1fr; }
  .scope-factors { grid-template-columns: 1fr; }
  .scope-factors article,.scope-factors article:nth-child(odd),.scope-factors article:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .scope-factors article:last-child { border-bottom: 0; }
  .scope-estimator { padding: 22px 18px; }
  .estimate-row { grid-template-columns: 1fr; gap: 8px; }
  .implementation-dashboard .dashboard-metrics { grid-template-columns: 1fr 1fr; }
  .dashboard-visuals { grid-template-columns: 1fr; }
  .dashboard-image,.dashboard-image img { min-height: 300px; }
  .case-copy { padding: 26px 22px; }
  .case-media,.case-media img { min-height: 250px; }
  .case-metrics { grid-template-columns: 1fr; }
  .case-metrics > div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .related-grid { grid-template-columns: 1fr; }
  .related-grid a + a { border-left: 0; border-top: 1px solid var(--line); }
  .related-grid a { min-height: auto; }
}

@media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior: auto !important; transition: none !important; } }

/* Fidelity pass: selected implementation direction 1, 2026-07-12. */
.implementation-hero { position: relative; isolation: isolate; }
.implementation-hero .hero-layout { position: relative; display: block; min-height: 500px; }
.implementation-hero .hero-copy { width: 42%; min-height: 500px; justify-content: center; padding: 42px 22px 40px 0; }
.implementation-hero .hero-copy h1 { max-width: 520px; margin-bottom: 18px; font-size: clamp(48px,4.1vw,60px); }
.implementation-hero .hero-copy > p { max-width: 520px; margin-bottom: 24px; font-size: 16px; line-height: 1.55; }
.implementation-hero .eyebrow { margin-bottom: 18px; }
.implementation-hero .hero-actions { gap: 22px; }
.implementation-hero .hero-actions .button { min-height: 48px; }
.implementation-media { position: absolute; z-index: 0; inset: 0 calc((100vw - min(100vw - 40px,var(--shell))) / -2) 0 0; min-height: 500px; margin: 0; }
.implementation-media .hero-photo { position: absolute; inset: 0; min-height: 500px; object-position: 52% 46%; filter: saturate(.72) brightness(1.08); }
.exact-option-media::after { z-index: 2; background: linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 24%,rgba(255,255,255,.82) 37%,rgba(255,255,255,.28) 51%,rgba(255,255,255,.18) 100%); }
.exact-flow-ui { inset: 34px 1% 28px 44%; grid-template-columns: .72fr 1.02fr 1.55fr; gap: 16px; }
.flow-channels { gap: 12px; }
.flow-channels > div { min-height: 78px; padding: 12px; background: rgba(255,255,255,.78); }
.flow-crm-card { padding: 12px; background: rgba(255,255,255,.80); }
.flow-results { grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: repeat(2,minmax(0,1fr)); gap: 12px; }
.flow-result-card { min-height: 0; gap: 8px; padding: 10px 8px; background: rgba(255,255,255,.78); }
.flow-result-card.control-card { grid-column: 1; grid-row: 2; }
.flow-connector { position: absolute; z-index: 4; color: var(--blue); }
.flow-connector-one { left: 19.5%; top: 47%; }
.flow-connector-two { left: 46.7%; top: 47%; }

.route-section { padding-top: 34px; }
.route-section h2 { margin-bottom: 22px; font-size: 30px; }
.route-grid { gap: 18px; padding: 24px 18px 16px; border: 1px solid var(--line); border-radius: 8px; }
.route-grid::before { top: 0; left: 18px; right: 18px; }
.route-step { grid-template-columns: 48px 1fr; gap: 14px; padding-top: 0; }
.route-number { top: -38px; }
.route-step h3 { font-size: 16px; }
.route-step p { font-size: 12px; line-height: 1.45; }
.route-step-icon { width: 48px; height: 48px; background: #f3f8fe; }
.result-band { grid-template-columns: repeat(4,1fr); margin-top: 14px; }
.result-band > div { min-height: 92px; display: flex; align-items: center; justify-content: center; flex-direction: row; gap: 16px; padding: 16px 24px; border-left: 1px solid var(--line); text-align: left; }
.result-band > div:first-child { border-left: 0; }
.result-band svg { flex: 0 0 auto; color: var(--blue); }
.result-band p { display: grid; margin: 0; }
.result-band b { font-size: 27px; }
.result-band span { margin-top: 5px; font-size: 12px; }

.problems-section { padding: 34px 0 26px; }
.problems-section .section-head { display: block; margin-bottom: 12px; }
.problems-section h2,.start-section h2,.launch-section h2 { font-size: 31px; }
.problem-row { grid-template-columns: 50px minmax(0,1fr) minmax(0,1fr); gap: 18px; padding: 12px 0; }
.problem-row h3 { margin-bottom: 4px; font-size: 16px; }
.problem-row p { font-size: 12px; line-height: 1.42; }
.problem-row .solution { padding-left: 22px; border-left: 1px solid var(--line); }
.problem-icon { border: 1px solid var(--line); border-radius: 8px; background: #fff; }

.start-section { padding: 34px 0; background: #fff; }
.start-section .section-head,.launch-section .section-head { display: block; margin-bottom: 18px; }
.start-grid { gap: 16px; }
.start-card { min-height: 286px; padding: 20px; border-top: 1px solid var(--line); }
.start-icon { margin-bottom: 12px; color: var(--blue); }
.start-card h3 { font-size: 19px; }
.start-card p,.start-card li { font-size: 12px; }
.start-card ul { margin: 12px 0 16px; line-height: 1.45; }
.start-card a { font-size: 13px; }

.launch-section { padding: 34px 0 42px; }
.launch-grid { gap: 14px; }
.launch-grid::before { top: 0; }
.launch-grid article { padding: 38px 10px 0 0; }
.launch-grid .launch-node { top: -18px; width: 36px; height: 36px; }
.launch-grid h3 { margin-bottom: 5px; font-size: 15px; }
.launch-grid p { font-size: 11px; line-height: 1.4; }

.scope-section { padding: 34px 0; background: #fff; }
.scope-comparison { grid-template-columns: 1.08fr .92fr; gap: 20px; }
.scope-info-card,.scope-estimator { padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: none; }
.scope-info-card > h2,.scope-estimator > h2 { margin: 0 0 8px; font-size: 28px; line-height: 1.08; }
.scope-info-card > p,.estimate-intro { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.scope-factors { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-top: 18px; padding: 0; border: 0; }
.scope-factors article,.scope-factors article:nth-child(odd),.scope-factors article:nth-last-child(-n+2) { display: block; padding: 8px 10px 4px 0; border: 0; }
.scope-factors svg { margin-bottom: 7px; }
.scope-factors h3 { font-size: 13px; }
.scope-factors p { font-size: 10px; line-height: 1.42; }
.scope-estimator { border-color: #b8d5f7; }
.estimate-intro { margin-bottom: 12px; }
.estimate-row { grid-template-columns: 145px 1fr; padding: 5px 0; }
.estimate-row > span { font-size: 12px; }
.estimate-row button { min-height: 32px; font-size: 12px; }
.estimate-row button:focus { outline: none; }
.estimate-row button:focus-visible { outline: 2px solid rgba(11,100,223,.35); outline-offset: 2px; }
.estimate-result { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 12px; padding: 10px; border-radius: 6px; background: #f4f8fc; }
.estimate-result div { display: grid; gap: 2px; }
.estimate-result span { color: var(--muted); font-size: 10px; }
.estimate-result strong { color: var(--ink); font-size: 13px; }
.estimate-footer { display: grid; grid-template-columns: 1fr 190px; gap: 12px; align-items: center; margin-top: 12px; }
.estimate-footer > span { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.estimate-footer svg { flex: 0 0 auto; color: var(--blue); }
.scope-estimator .button { min-height: 40px; padding: 0 12px; font-size: 12px; }

.implementation-leader { padding: 42px 0; }
.implementation-leader .section-head { margin-bottom: 20px; }
.implementation-leader .section-head h2 { font-size: 34px; }
.implementation-leader .section-head p { font-size: 14px; }
.leader-layout { gap: 26px; }
.implementation-dashboard { min-height: 360px; }
.leader-outcomes { gap: 10px; }
.leader-outcomes > div { min-height: 78px; padding: 12px 16px; }
.leader-outcomes b { font-size: 23px; }
.leader-outcomes span { font-size: 12px; }

.cases-section { padding: 42px 0; }
.case-list { gap: 18px; }
.case-media,.case-media img { min-height: 320px; }
.case-copy { padding: 30px; }
.case-copy h3 { margin: 20px 0 12px; font-size: 30px; }
.case-copy > p { font-size: 14px; }
.case-metrics { margin: 20px 0; }
.case-metrics > div { padding: 14px 0; }
.case-metrics b { font-size: 26px; }

.related-section,.faq-section { padding: 38px 0; }
.related-section .section-head,.faq-section .section-head { margin-bottom: 18px; }
.related-section h2,.faq-section h2 { font-size: 31px; }
.related-section .section-head p,.faq-section .section-head p { font-size: 13px; }
.related-grid a { min-height: 148px; padding: 18px; }
.related-grid strong { font-size: 16px; }
.related-grid span { margin: 8px 0 14px; font-size: 12px; }
.related-grid b { font-size: 12px; }
.faq-list { gap: 10px; }
.faq-list summary { min-height: 52px; padding: 0 16px; font-size: 13px; }

.request-section { padding: 46px 0; }
.request-layout h2 { font-size: 37px; }
.request-layout > div > p { font-size: 15px; }
.request-layout { gap: 50px; }
.footer-main { padding-top: 44px; }

@media (max-width:1024px) {
  .implementation-hero .hero-layout { min-height: 500px; }
  .implementation-hero .hero-copy { width: 47%; }
  .exact-flow-ui { left: 47%; right: 1%; gap: 10px; }
  .flow-connector { display: none; }
  .scope-comparison { grid-template-columns: 1fr; }
}

@media (max-width:820px) {
  .implementation-hero .hero-layout { display: grid; min-height: 0; padding-top: 0; }
  .implementation-hero .hero-copy { width: 100%; min-height: 0; padding: 44px 0 34px; }
  .implementation-media { position: relative; inset: auto; margin: 0 -20px; }
  .exact-option-media::after { background: rgba(255,255,255,.18); }
  .exact-flow-ui { left: 3%; right: 3%; }
  .route-grid { grid-template-columns: 1fr 1fr; padding-top: 20px; }
  .route-number { position: static; margin-bottom: 8px; }
  .route-grid::before { display: none; }
  .result-band { grid-template-columns: 1fr 1fr; }
  .result-band > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .result-band > div:nth-child(4) { border-top: 1px solid var(--line); }
  .scope-factors { grid-template-columns: repeat(2,1fr); }
}

@media (max-width:560px) {
  .implementation-hero .hero-copy h1 { font-size: 43px; }
  .implementation-media { margin-inline: -14px; }
  .route-grid { grid-template-columns: 1fr; padding: 20px 16px; }
  .route-step { grid-template-columns: 48px 1fr; }
  .result-band { grid-template-columns: 1fr; }
  .result-band > div { justify-content: flex-start; border-left: 0; border-top: 1px solid var(--line); }
  .result-band > div:first-child { border-top: 0; }
  .problem-row { grid-template-columns: 48px 1fr; }
  .problem-row .solution { grid-column: 1/-1; padding: 0; border-left: 0; }
  .scope-factors { grid-template-columns: 1fr; }
  .estimate-result { grid-template-columns: 1fr; }
  .estimate-footer { grid-template-columns: 1fr; }
}

/* Annotation fixes: connectors, launch rhythm, dashboard detail and homepage type scale. */
body { font-size: 17px; }
.implementation-hero .hero-copy > p { font-size: 17px; }
.route-step h3 { font-size: 17px; }
.route-step p { font-size: 14px; }
.result-band span { font-size: 13px; }
.problem-row h3 { font-size: 18px; }
.problem-row p { font-size: 14px; }
.start-card h3 { font-size: 21px; }
.start-card p,.start-card li { font-size: 14px; }
.launch-grid h3 { font-size: 16px; }
.launch-grid p { font-size: 14px; }
.scope-info-card > p,.estimate-intro { font-size: 13px; }
.scope-factors h3 { font-size: 14px; }
.scope-factors p { font-size: 13px; }
.estimate-row > span,.estimate-row button { font-size: 14px; }
.estimate-result strong { font-size: 14px; }
.estimate-footer > span { font-size: 11px; }
.leader-outcomes span { font-size: 14px; }
.case-copy > p { font-size: 15px; }
.related-grid span,.related-grid b,.faq-list summary { font-size: 14px; }

.flow-channels,.flow-channels > div,.flow-crm-card,.flow-results,.flow-result-card { position: relative; }
.flow-channels,.flow-crm-card,.flow-results { z-index: 2; }
.flow-channels > div,.flow-crm-card,.flow-result-card { z-index: 2; }
.flow-channels::after { content: ""; position: absolute; z-index: 0; top: 16%; right: -9px; bottom: 16%; width: 1px; background: #1683e8; }
.flow-channels > div::after { content: ""; position: absolute; top: 50%; right: -16px; width: 16px; height: 1px; background: #1683e8; }
.flow-crm-card::before,.flow-crm-card::after { content: ""; position: absolute; z-index: 0; top: 50%; width: 18px; height: 1px; background: #1683e8; }
.flow-crm-card::before { left: -18px; }
.flow-crm-card::after { right: -18px; }
.flow-results::before { content: ""; position: absolute; z-index: 0; top: 25%; left: -18px; width: calc(50% + 18px); height: 1px; background: #1683e8; }
.flow-results::after { content: ""; position: absolute; z-index: 0; top: 25%; bottom: 25%; left: -10px; width: 1px; background: #1683e8; }
.flow-result-card:nth-child(2)::before,.flow-result-card.control-card::before { content: ""; position: absolute; z-index: 0; top: 50%; left: -13px; width: 13px; height: 1px; background: #1683e8; }
.flow-result-card::after { content: ""; position: absolute; top: 50%; left: -4px; width: 7px; height: 7px; border: 1px solid #1683e8; border-radius: 50%; background: #fff; transform: translate(-50%,-50%); }
.flow-channels > div::before,.flow-crm-card > img::before { content: none; }
.flow-connector { display: none; }

.launch-grid article:not(:last-child)::after { content: ""; position: absolute; z-index: 3; top: -3px; right: -10px; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px #fff; }

.implementation-dashboard { min-height: 468px; }
.implementation-dashboard .dashboard-main { padding: 18px; }
.dashboard-side { gap: 17px; padding-block: 18px; }
.dashboard-metrics { margin: 14px 0; }
.dashboard-metrics div { padding: 10px; }
.dashboard-metrics small { display: block; margin-top: 3px; color: #7a8ba0; font-size: 9px; line-height: 1.2; }
.dashboard-visuals { min-height: 144px; }
.dashboard-visuals > div { padding: 12px; }
.widget-title,.deals-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.widget-title strong,.deals-head strong { margin: 0; }
.widget-title span,.deals-head span { color: var(--muted); font-size: 10px; }
.funnel-bars { gap: 4px; margin-top: 8px; }
.funnel-bars i { height: 18px; }
.funnel-labels,.chart-months { display: grid; margin-top: 7px; color: #71839a; font-size: 8px; }
.funnel-labels { grid-template-columns: 1fr 1fr; gap: 3px 8px; }
.activity-bars { height: 76px; gap: 7px; }
.chart-months { grid-template-columns: repeat(6,1fr); text-align: center; }
.dashboard-deals { margin-top: 12px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 6px; background: #fbfdff; }
.deals-head { margin-bottom: 6px; }
.deal-row { display: grid; grid-template-columns: 1.4fr .75fr .7fr .7fr; align-items: center; gap: 8px; min-height: 27px; border-top: 1px solid #e4edf6; color: #405774; font-size: 9px; }
.deal-row b,.deal-row strong { color: var(--ink); font-size: 9px; }
.deal-row em { justify-self: start; font-style: normal; }

@media (max-width:820px) {
  .launch-grid article:not(:last-child)::after { display: none; }
  .implementation-dashboard { min-height: 430px; }
}

@media (max-width:560px) {
  body { font-size: 16px; }
  .implementation-hero .hero-copy > p { font-size: 17px; }
  .route-step p,.problem-row p,.start-card p,.start-card li,.leader-outcomes span { font-size: 15px; }
  .launch-grid p { font-size: 14px; }
  .scope-factors p { font-size: 13px; }
  .deal-row { grid-template-columns: 1fr .75fr; }
  .deal-row em,.deal-row strong { display: none; }
}

/* Exact banner scheme supplied by the selected option-1 reference. */
.implementation-media > .hero-scheme-reference { position: absolute; z-index: 3; top: 0; right: 0; width: auto; max-width: none; height: 100%; min-height: 0; object-fit: contain; object-position: right center; }
.implementation-media .exact-flow-ui { display: none; }
.exact-option-media::after { z-index: 4; background: linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 23%,rgba(255,255,255,.82) 36%,rgba(255,255,255,.24) 48%,rgba(255,255,255,0) 62%); }
.implementation-hero .hero-copy { z-index: 5; }

@media (max-width:820px) {
  .implementation-media,.implementation-media .hero-photo { min-height: 280px; }
  .implementation-media > .hero-scheme-reference { width: 100%; height: 100%; min-height: 0; object-fit: contain; object-position: center; }
  .implementation-media .hero-photo { opacity: .18; }
  .exact-option-media::after { background: rgba(255,255,255,.08); }
}

@media (max-width:560px) {
  .implementation-media,.implementation-media .hero-photo { min-height: 230px; }
}

/* Option 1 annotation pass: crisp HTML process scheme and balanced system icons. */
.implementation-media > .hero-scheme-reference { display: none; }
.implementation-media .exact-flow-ui {
  z-index: 5;
  display: grid;
  inset: 30px 1.8% 28px 43.5%;
  grid-template-columns: .72fr 1.08fr 1.6fr;
  gap: 14px;
}
.implementation-hero .hero-copy { z-index: 6; }
.flow-channels,.flow-crm-card,.flow-results { min-width: 0; }
.flow-channels > div,.flow-crm-card,.flow-result-card {
  border-color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.68);
  box-shadow: 0 8px 24px rgba(31,67,108,.13),inset 0 0 0 1px rgba(172,199,224,.55);
  backdrop-filter: blur(8px) saturate(108%);
}
.flow-channels { align-self: center; gap: 14px; }
.flow-channels > div { min-height: 84px; padding: 12px 10px; font-size: 11px; }
.flow-channels > div svg { flex: 0 0 auto; }
.flow-crm-card { align-self: center; padding: 13px; }
.flow-crm-card > img { width: 102px; margin-bottom: 10px; }
.flow-lead { padding: 9px; font-size: 9px; background: rgba(255,255,255,.56); }
.flow-stages { gap: 5px; }
.flow-stages > span { min-height: 25px; font-size: 9px; }
.flow-results { align-self: stretch; grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: repeat(2,minmax(0,1fr)); gap: 12px; }
.flow-result-card { min-height: 0; gap: 8px; padding: 10px 7px; }
.flow-result-card.control-card { grid-column: 1; grid-row: 2; }
.flow-result-card small { font-size: 9px; }
.flow-result-card strong { font-size: 10px; }
.flow-result-card span { font-size: 8px; }
.flow-channels::after,
.flow-channels > div::after,
.flow-crm-card::before,
.flow-crm-card::after,
.flow-results::before,
.flow-results::after,
.flow-result-card:nth-child(2)::before,
.flow-result-card.control-card::before { height: 2px; background: #0b6fe8; }
.flow-channels::after,.flow-results::after { width: 2px; }
.flow-channels::after { right: -10px; }
.flow-channels > div::after { right: -18px; width: 18px; }
.flow-crm-card::before { left: -20px; width: 20px; }
.flow-crm-card::after { right: -20px; width: 20px; }
.flow-results::before { left: -20px; width: calc(50% + 20px); }
.flow-results::after { left: -11px; }
.flow-result-card:nth-child(2)::before,.flow-result-card.control-card::before { left: -15px; width: 15px; }
.flow-result-card::after { width: 8px; height: 8px; border-width: 2px; }

.route-step { grid-template-columns: 54px 1fr; gap: 14px; }
.route-step-icon { width: 54px; height: 54px; }
.route-step-icon svg { width: 30px; height: 30px; }
.route-number { width: 30px; height: 30px; top: -39px; font-size: 13px; }
.problem-row .solution { grid-template-columns: 34px 1fr; gap: 10px; align-items: center; }
.problem-row .solution svg { width: 30px; height: 30px; flex: 0 0 auto; }

@media (min-width:821px) {
  .launch-grid { grid-template-columns: repeat(6,minmax(0,1fr)); gap: 14px; }
  .launch-grid::before { display: block; top: 0; }
  .launch-grid article { padding: 38px 10px 0 0; }
  .launch-grid article > .launch-node { top: -18px; }
  .launch-grid article:not(:last-child)::after { top: -3px; right: -10px; }
}

.related-grid a { position: relative; }
.related-icon { flex: 0 0 auto; margin-bottom: 13px; color: var(--blue); }

@media (max-width:1100px) and (min-width:821px) {
  .implementation-media .exact-flow-ui { inset: 30px 1.2% 28px 46%; grid-template-columns: .68fr 1.06fr 1.58fr; gap: 9px; }
  .flow-channels { gap: 11px; }
  .flow-channels > div { min-height: 78px; padding-inline: 8px; font-size: 10px; }
  .flow-crm-card { padding: 10px; }
  .flow-crm-card > img { width: 88px; }
  .flow-result-card { padding-inline: 5px; }
  .flow-result-card svg { width: 38px; height: 38px; }
  .route-grid { gap: 14px; }
  .route-step { grid-template-columns: 50px 1fr; gap: 12px; }
  .route-step-icon { width: 50px; height: 50px; }
  .route-step-icon svg { width: 28px; height: 28px; }
  .launch-grid h3 { font-size: 15px; }
  .launch-grid p { font-size: 12px; }
}

@media (max-width:820px) {
  .implementation-media,.implementation-media .hero-photo { min-height: 360px; }
  .implementation-media .hero-photo { opacity: .34; }
  .implementation-media .exact-flow-ui { inset: 22px 10px; grid-template-columns: .7fr 1.08fr 1.55fr; gap: 7px; }
  .flow-channels { gap: 8px; }
  .flow-channels > div { min-height: 70px; padding: 8px 6px; font-size: 9px; }
  .flow-channels > div svg { width: 18px; height: 18px; }
  .flow-crm-card { padding: 8px; }
  .flow-crm-card > img { width: 76px; margin-bottom: 6px; }
  .flow-lead { margin-bottom: 6px; padding: 6px; font-size: 7px; }
  .flow-lead strong { font-size: 8px; }
  .flow-stages { gap: 3px; }
  .flow-stages > span { min-height: 19px; padding: 2px 4px; font-size: 7px; }
  .flow-results { gap: 7px; }
  .flow-result-card { gap: 4px; padding: 6px 3px; }
  .flow-result-card svg { width: 30px; height: 30px; }
  .flow-result-card small,.flow-result-card strong { font-size: 7px; }
  .flow-result-card span { font-size: 6px; }
}

@media (max-width:560px) {
  .implementation-media,.implementation-media .hero-photo { min-height: 330px; }
  .implementation-media .exact-flow-ui { inset: 18px 7px; gap: 5px; }
  .flow-channels > div { min-height: 64px; }
}

/* Central Bitrix24 card: translucent base, two raised panels and one output bus. */
.flow-crm-card {
  overflow: visible;
  border-color: rgba(255,255,255,.9);
  background: rgba(224,235,244,.58);
  box-shadow: 0 10px 28px rgba(31,67,108,.14),inset 0 0 0 1px rgba(163,190,215,.48);
  backdrop-filter: blur(9px) saturate(106%);
}
.flow-lead,.flow-stages {
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 7px;
  background: rgba(255,255,255,.62);
  box-shadow: 0 5px 14px rgba(34,67,103,.07),inset 0 0 0 1px rgba(183,205,225,.42);
  backdrop-filter: blur(5px);
}
.flow-stages { padding: 8px; }
.flow-stages > span { background: rgba(226,241,255,.9); }
.flow-stages > span:nth-child(3) { background: rgba(255,239,191,.92); }
.flow-stages > span:nth-child(4),.flow-stages > span:nth-child(5) { background: rgba(224,247,237,.92); }

/* Output topology: CRM -> vertical bus -> manager/control; manager -> next step. */
.flow-results::before {
  top: 25%;
  bottom: 25%;
  left: -10px;
  width: 2px;
  height: auto;
  background: #0b6fe8;
}
.flow-results::after {
  top: 50%;
  bottom: auto;
  left: -20px;
  width: 11px;
  height: 2px;
  background: #0b6fe8;
}
.flow-result-card:first-child::before,
.flow-result-card.control-card::before {
  top: 50%;
  left: -10px;
  width: 10px;
  height: 2px;
  background: #0b6fe8;
}
.flow-result-card:nth-child(2)::before {
  top: 50%;
  left: -13px;
  width: 13px;
  height: 2px;
  background: #0b6fe8;
}
.flow-result-card:first-child::after,
.flow-result-card.control-card::after {
  left: -10px;
}
.flow-result-card:nth-child(2)::after { left: -7px; }

/* Reference-scale source cards and their shared junction. */
.flow-channels > div {
  border-color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.58);
  backdrop-filter: blur(8px) saturate(108%);
}
.flow-channels > div svg { width: 28px; height: 28px; }
.flow-channels::after,
.flow-channels > div::after,
.flow-crm-card::before,
.flow-crm-card::after,
.flow-results::before,
.flow-results::after,
.flow-result-card:first-child::before,
.flow-result-card:nth-child(2)::before,
.flow-result-card.control-card::before { background: #086fe8; }
.flow-channels::after,.flow-results::before { width: 3px; }
.flow-channels > div::after,
.flow-crm-card::before,
.flow-crm-card::after,
.flow-results::after,
.flow-result-card:first-child::before,
.flow-result-card:nth-child(2)::before,
.flow-result-card.control-card::before { height: 3px; }
.flow-channels::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 50%;
  right: -16px;
  width: 11px;
  height: 11px;
  border: 3px solid #086fe8;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  transform: translateY(-50%);
}

.flow-results { align-self: center; height: 72%; }
.flow-result-card {
  border-color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.58);
  backdrop-filter: blur(8px) saturate(108%);
}
.flow-result-card { gap: 6px; padding-block: 8px; }
.flow-result-card svg { width: 38px; height: 38px; }

/* Selected connector direction: independent Phosphor arrows instead of lines. */
.flow-channels::before,
.flow-channels::after,
.flow-channels > div::after,
.flow-crm-card::before,
.flow-crm-card::after,
.flow-results::before,
.flow-results::after,
.flow-result-card::before,
.flow-result-card::after { display: none; }
.flow-arrow {
  position: absolute;
  z-index: 12;
  display: block;
  width: 22px;
  height: 22px;
  color: #0872e8;
  filter: drop-shadow(0 1px 0 rgba(255,255,255,.9));
  pointer-events: none;
}
.flow-arrow-input { top: 50%; right: -23px; transform: translateY(-50%); }
.flow-arrow-manager { top: 25%; right: -25px; transform: translateY(-50%); }
.flow-arrow-control { top: 75%; right: -25px; transform: translateY(-50%); }
.flow-arrow-next { top: 50%; right: -25px; transform: translateY(-50%); }
.implementation-media .exact-flow-ui { gap: 26px; }
.flow-results { column-gap: 28px; row-gap: 12px; }
.flow-channels { z-index: 6; }
.flow-crm-card { z-index: 5; }
.flow-results { z-index: 4; }
.flow-result-card:first-child { z-index: 3; }
.flow-result-card:nth-child(2),.flow-result-card.control-card { z-index: 2; }

/* Lighter glass treatment keeps the office image visible through every card. */
.flow-channels > div,.flow-result-card {
  border-color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.32);
  box-shadow: 0 7px 18px rgba(31,67,108,.09),inset 0 0 0 1px rgba(172,199,224,.42);
  backdrop-filter: blur(4px) saturate(104%);
}
.flow-crm-card {
  border-color: rgba(255,255,255,.84);
  background: rgba(224,235,244,.34);
  box-shadow: 0 8px 22px rgba(31,67,108,.10),inset 0 0 0 1px rgba(163,190,215,.42);
  backdrop-filter: blur(7px) saturate(104%);
}
.flow-lead,.flow-stages {
  background: rgba(255,255,255,.42);
  box-shadow: 0 4px 11px rgba(34,67,103,.05),inset 0 0 0 1px rgba(183,205,225,.36);
}

/* Align route numbers directly over their icon centres. */
.route-number { left: 12px; }

/* Problem icons use the same visual weight as the larger reference glyphs. */
.problem-row { grid-template-columns: 70px minmax(0,1fr) minmax(0,1fr); }
.problem-icon { width: 64px; height: 64px; }
.problem-icon svg { width: 36px; height: 36px; }

/* Place intermediate launch dots exactly at the centre of each line gap. */
.launch-grid article:not(:last-child)::after {
  top: 0;
  right: auto;
  left: calc(50% + 25px);
  width: 7px;
  height: 7px;
  transform: translate(-50%,-50%);
}
.flow-channels > div .flow-arrow,.flow-result-card .flow-arrow { width: 22px; height: 22px; }

@media (max-width:1100px) {
  .implementation-media .exact-flow-ui { gap: 22px; }
  .flow-results { column-gap: 22px; }
  .flow-arrow { width: 19px; height: 19px; }
  .flow-channels > div .flow-arrow,.flow-result-card .flow-arrow { width: 19px; height: 19px; }
  .flow-arrow-input { right: -19px; }
  .flow-arrow-manager,.flow-arrow-control,.flow-arrow-next { right: -20px; }
  .route-number { left: 10px; }
}

@media (max-width:820px) {
  .implementation-media .exact-flow-ui { gap: 15px; }
  .flow-results { column-gap: 16px; }
  .flow-arrow { width: 16px; height: 16px; }
  .flow-channels > div .flow-arrow,.flow-result-card .flow-arrow { width: 16px; height: 16px; }
  .flow-arrow-input { right: -14px; }
  .flow-arrow-manager,.flow-arrow-control,.flow-arrow-next { right: -16px; }
  .problem-row { grid-template-columns: 62px minmax(0,1fr); }
  .problem-icon { width: 58px; height: 58px; }
  .problem-icon svg { width: 34px; height: 34px; }
  .problem-row .solution { grid-column: 1/-1; }
}


/* Mobile route alignment: keep badges above icons and copy in the second column. */
@media (max-width:820px) {
  .route-step { padding-top: 18px; }
  .route-number { position: absolute; top: -15px; left: 12px; right: auto; margin: 0; }
  .route-step > .route-step-icon { grid-column: 1; }
  .route-step > div { grid-column: 2; min-width: 0; }
}
@media (max-width:560px) {
  .route-grid { gap: 28px; }
  .route-step { grid-template-columns: 54px minmax(0,1fr); }
}

/* Mobile touch targets for the estimator controls. */
@media (max-width:560px) {
  .estimate-row button { min-width: 44px; min-height: 44px; }
}


/* Compact hero process on large phones: arrows sit in short, even gutters. */
@media (max-width:560px) {
  .implementation-media .exact-flow-ui { grid-template-columns: .72fr 1.16fr 1.42fr; gap: 8px; }
  .flow-results { column-gap: 8px; row-gap: 8px; }
  .flow-arrow,
  .flow-channels > div .flow-arrow,
  .flow-result-card .flow-arrow { width: 12px; height: 12px; }
  .flow-arrow-input,
  .flow-arrow-manager,
  .flow-arrow-control,
  .flow-arrow-next { right: -10px; }
}

/* Prevent source cards from expanding beyond their mobile grid column. */
@media (max-width:560px) {
  .flow-channels > div { min-width: 0; gap: 4px; padding: 6px 4px; }
  .flow-channels > div span { min-width: 0; font-size: 8px; }
}


/* Breathing room between section titles and timeline nodes. */
.route-section h2 { margin-bottom: 34px; }
.launch-section .section-head { margin-bottom: 38px; }
@media (max-width:820px) {
  .route-section h2 { margin-bottom: 30px; }
  .launch-section .section-head { margin-bottom: 28px; }
}


/* Mobile launch timeline: one coherent row per stage. */
@media (max-width:820px) {
  .launch-grid { grid-template-columns: 1fr; gap: 24px; }
  .launch-grid article {
    display: grid;
    grid-template-columns: 50px minmax(0,1fr);
    grid-template-rows: auto auto;
    column-gap: 16px;
    row-gap: 4px;
    padding: 0;
  }
  .launch-grid article > .launch-node {
    position: static;
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 44px;
    height: 44px;
    align-self: start;
  }
  .launch-grid article > h3 { grid-column: 2; grid-row: 1; margin: 0; }
  .launch-grid article > p { grid-column: 2; grid-row: 2; margin: 0; }
}


/* Give desktop dashboard navigation labels comfortable right padding. */
@media (min-width:821px) {
  .implementation-dashboard { grid-template-columns: 88px minmax(0,1fr); }
  .implementation-dashboard .dashboard-side { padding-inline: 15px; }
}


/* Compact card headers: icon and title share one row. */
.start-card {
  display: grid;
  grid-template-columns: 40px minmax(0,1fr);
  grid-template-rows: auto auto auto 1fr auto;
  column-gap: 14px;
  align-items: start;
}
.start-card > .start-icon { grid-column: 1; grid-row: 1; margin: 0; align-self: start; }
.start-card > h3 { grid-column: 2; grid-row: 1; align-self: center; margin-bottom: 0; }
.start-card > p { grid-column: 1/-1; grid-row: 2; margin-top: 12px; }
.start-card > ul { grid-column: 1/-1; grid-row: 3; }
.start-card > a { grid-column: 1/-1; grid-row: 5; }

.related-grid a {
  display: grid;
  grid-template-columns: 36px minmax(0,1fr);
  grid-template-rows: auto auto 1fr auto;
  column-gap: 12px;
  align-items: start;
}
.related-grid a > .related-icon { grid-column: 1; grid-row: 1; margin: 0; align-self: center; }
.related-grid a > strong { grid-column: 2; grid-row: 1; align-self: center; }
.related-grid a > span { grid-column: 1/-1; grid-row: 2; }
.related-grid a > b { grid-column: 1/-1; grid-row: 4; }
@media (min-width:821px) {
  .start-card { min-height: 252px; }
  .related-grid a { min-height: 132px; }
}


/* Mobile scope factors: icon beside its own heading and description. */
@media (max-width:560px) {
  .scope-factors article,
  .scope-factors article:nth-child(odd),
  .scope-factors article:nth-last-child(-n+2) {
    display: grid;
    grid-template-columns: 40px minmax(0,1fr);
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 4px;
    padding: 12px 0;
  }
  .scope-factors article > svg { grid-column: 1; grid-row: 1 / span 2; margin: 0; align-self: start; }
  .scope-factors article > div { grid-column: 2; grid-row: 1 / span 2; min-width: 0; }
  .scope-factors article h3 { margin: 0 0 4px; }

  /* Number and pictogram become one compact route marker. */
  .route-grid { gap: 24px; }
  .route-step { grid-template-columns: 60px minmax(0,1fr); padding-top: 0; }
  .route-step-icon { width: 56px; height: 56px; }
  .route-number {
    top: -7px;
    left: 37px;
    width: 24px;
    height: 24px;
    border: 3px solid #fff;
    box-shadow: 0 4px 12px rgba(11,100,223,.18);
    font-size: 11px;
  }
}

/* Keep long RU/UA dashboard navigation labels inside the dark rail. */
@media (min-width:621px) {
  .implementation-dashboard { grid-template-columns: 108px minmax(0,1fr); }
  .implementation-dashboard .dashboard-side { padding-inline: 14px; }
}
