@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

:root {
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: #11233d;
  background: #fff;
  font-synthesis: none;

  --navy: #061b3a;
  --ink: #11233d;
  --muted: #5d6f87;
  --blue: #0b64df;
  --blue-dark: #084cae;
  --cyan: #0ea8d5;
  --soft: #f4f8fc;
  --line: #d8e4f2;
  --line-strong: #bfd1e5;
  --green: #12845e;
  --red: #ef4439;
  --radius: 8px;
  --shadow: 0 18px 44px rgb(16,42,78,.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100vh; color: var(--ink); background: #fff; font-size: 16px; -webkit-font-smoothing: antialiased; }
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgb(255,255,255,.96); backdrop-filter: blur(16px); }
.header-inner { min-height: 78px; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 28px; }
.brand { width: 205px; display: inline-flex; align-items: center; }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 2.7vw, 38px); }
.desktop-nav a { position: relative; padding: 26px 0 24px; color: #263b58; font-size: 15px; font-weight: 720; }
.desktop-nav a::after { content: ""; position: absolute; right: 100%; bottom: 18px; left: 0; height: 2px; background: var(--cyan); transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-link { min-width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: var(--radius); color: #2c4260; font-size: 15px; font-weight: 800; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: var(--radius); font-size: 16px; font-weight: 800; cursor: pointer; transition: transform .16s ease, background-color .16s ease, box-shadow .16s ease; }
.button-primary, .button--primary { color: #fff; background: var(--blue); box-shadow: 0 10px 24px rgb(11,100,223,.16); }
.button-primary:hover, .button--primary:hover { background: var(--blue-dark); }
.button:active { transform: scale(.97); }
.header-cta { min-width: 174px; min-height: 50px; padding-inline: 22px; font-size: 16px; }
.menu-button, .mobile-nav { display: none; }
.site-header :focus-visible { outline: 3px solid #f2a619; outline-offset: 3px; }

.hero { width: 100%; max-width: none; margin: 0; padding: 32px 0 0; overflow: hidden; border-radius: 0; background: linear-gradient(180deg, #fff 0%, #f7fbff 100%); border: 0; border-bottom: 1px solid var(--line); box-shadow: none; }
.hero-grid { min-height: 480px; display: grid; grid-template-columns: .88fr 1.12fr; gap: 54px; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding: 12px 0 24px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 18px; color: #087ba7; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .045em; }
.eyebrow span { width: 5px; height: 24px; border-radius: 2px; background: var(--red); }
.hero h1 { max-width: 620px; margin: 0; color: var(--navy); font-size: clamp(46px, 3.9vw, 52px); font-weight: 800; line-height: 1.03; letter-spacing: -.038em; }
.hero-copy > p { max-width: 600px; margin: 20px 0 0; color: var(--muted); font-size: 17px; line-height: 1.58; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 24px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 14px; font-weight: 800; }
.hero-visual { position: relative; align-self: stretch; min-height: 430px; overflow: hidden; }
.hero-visual::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, #f8fbff 0%, rgb(248,251,255,.78) 16%, rgb(248,251,255,.12) 56%, rgb(248,251,255,0) 100%); }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.84) contrast(.94) brightness(1.05); }
.hero-map { position: absolute; z-index: 2; top: 50%; right: 16px; left: 42px; transform: translateY(-50%); }
.process-map { position: relative; display: flex; align-items: stretch; justify-content: center; gap: 8px; padding: 18px 18px 44px; border: 1px solid var(--line); border-radius: var(--radius); background: #fafdff; }
.process-map-compact { padding: 0 0 28px; border: 0; background: transparent; gap: 4px; }
.process-fragment { min-width: 0; display: flex; align-items: center; gap: 6px; flex: 1; }
.process-node { min-width: 0; min-height: 142px; flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; padding: 16px 10px; border: 1px solid #c9dbee; border-radius: var(--radius); text-align: center; background: #fff; }
.process-map-compact .process-node { min-height: 150px; border-color: rgb(255,255,255,.72); background: rgb(255,255,255,.7); box-shadow: 0 12px 34px rgb(16,42,78,.1); backdrop-filter: blur(9px); }
.process-icon { width: 32px; height: 32px; object-fit: contain; filter: brightness(0) saturate(100%) invert(34%) sepia(100%) saturate(1800%) hue-rotate(201deg) brightness(88%) contrast(98%); }
.process-icon-funnel { filter: brightness(0) saturate(100%) invert(55%) sepia(91%) saturate(1182%) hue-rotate(146deg) brightness(89%) contrast(89%); }
.channel-icons { width: 48px; display: grid; grid-template-columns: repeat(2, 20px); place-content: center; gap: 3px; color: var(--blue); }
.channel-icons img { width: 20px; height: 20px; filter: brightness(0) saturate(100%) invert(34%) sepia(100%) saturate(1800%) hue-rotate(201deg) brightness(88%) contrast(98%); }
.process-node strong { color: var(--navy); font-size: 15px; }
.process-node span { color: var(--muted); font-size: 13px; line-height: 1.45; }
.process-node .channel-icons { color: var(--blue); }
.process-map-compact .process-node strong { font-size: 13px; }
.process-map-compact .process-node span { font-size: 11px; line-height: 1.4; }
.process-arrow { width: 24px; height: 24px; flex: 0 0 auto; filter: brightness(0) saturate(100%) invert(34%) sepia(100%) saturate(1800%) hue-rotate(201deg) brightness(88%) contrast(98%); }
.process-bus { position: absolute; right: 28px; bottom: 12px; left: 28px; height: 1px; border-top: 1px solid #bdd5ed; text-align: center; }
.process-bus span { position: relative; top: -13px; display: inline-flex; min-height: 26px; align-items: center; padding: 0 14px; border: 1px solid #c7dbef; border-radius: 6px; color: var(--blue); background: #fff; font-size: 12px; font-weight: 800; }
.process-map-compact .process-bus { right: 16px; bottom: 1px; left: 16px; border-color: rgb(255,255,255,.82); }
.process-map-compact .process-bus span { border-color: rgb(255,255,255,.82); background: rgb(255,255,255,.82); box-shadow: 0 6px 18px rgb(16,42,78,.08); }
.metrics-strip { position: relative; z-index: 3; transform: translateY(1px); min-height: 118px; display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); align-items: stretch; border: 1px solid var(--line-strong); border-bottom: 0; border-radius: var(--radius) var(--radius) 0 0; background: rgb(255,255,255,.96); box-shadow: 0 -8px 30px rgb(16,42,78,.05); }
.metrics-strip > div { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 8px; padding: 20px; text-align: center; }
.metrics-strip > div + div { border-left: 1px solid var(--line); }
.metrics-strip strong { color: var(--blue); font-size: 28px; line-height: 1; }
.metrics-strip span { color: var(--muted); font-size: 12px; line-height: 1.45; }
.metrics-strip .metrics-intro { align-items: flex-start; text-align: left; }
.metrics-strip .metrics-intro strong { color: var(--ink); font-size: 17px; line-height: 1.35; }

@media (min-width: 901px) {
  .hero { padding-top: 0; }
  .hero-grid { min-height: 510px; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); gap: 48px; }
  .hero h1 { max-width: 540px; }
  .hero-copy { padding-block: 40px; }
  .hero-visual { min-height: 510px; overflow: visible; }

  .hero-visual > img,
  .hero-visual::before {
    right: calc((100vw - min(1280px, calc(100vw - 64px))) / -2);
    width: 100vw;
    max-width: none;
  }

  .hero-visual > img {
    position: absolute;
    top: 0;
    height: 100%;
    object-position: center;
  }

  .hero-visual::before {
    inset: 0 calc((100vw - min(1280px, calc(100vw - 64px))) / -2) 0 auto;
    background: linear-gradient(
      90deg,
      #fff 0%,
      rgb(255,255,255,.99) 25%,
      rgb(255,255,255,.93) 37%,
      rgb(255,255,255,.68) 48%,
      rgb(255,255,255,.22) 62%,
      rgb(255,255,255,0) 76%
    );
  }
  .hero-map { right: 0; left: -32px; }
  .process-map-compact { gap: 4px; }

  .process-map-compact .process-fragment {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 24px;
    gap: 6px;
  }

  .process-map-compact .process-node {
    width: 100%;
    min-height: 170px;
    padding: 18px 12px;
  }
  .process-map-compact .process-node strong { font-size: 13px; }
  .process-map-compact .process-node span { font-size: 11.5px; }
  .process-map-compact .process-arrow { justify-self: center; }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .hero-grid { grid-template-columns: 410px minmax(0,1fr); gap: 0; }
  .hero h1 { max-width: 400px; font-size: 44px; }
  .hero-copy > p { max-width: 400px; font-size: 15px; }
  .hero-map { right: -8px; left: 0; }
  .process-map-compact .process-node { min-height: 158px; padding: 14px 8px; }
  .process-map-compact .process-node strong { font-size: 12.5px; }
  .process-map-compact .process-node span { font-size: 10.5px; }
  .process-map-compact .channel-icons { transform: scale(.9); }
  .process-map:not(.process-map-compact) .process-node { padding-inline: 14px; }
  .process-map:not(.process-map-compact) .process-node strong { font-size: 13px; }
}

@media (min-width: 821px) {
  .process-map-compact .process-fragment { align-items: stretch; }
  .process-map-compact .process-arrow { align-self: center; }
  .process-map-compact .process-node { justify-content: flex-start; }

  .process-map-compact .process-node > .process-icon {
    height: 44px;
    padding-block: 6px;
    box-sizing: border-box;
  }
  .process-map-compact .process-node > .channel-icons { height: 44px; }

  .process-map-compact .process-node > strong {
    width: 100%;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.35;
  }
}

.article-layout { display: grid; grid-template-columns: 210px minmax(0,1fr); gap: 44px; padding-block: 54px 76px; }
.article-sidebar { position: relative; }
.toc-card, .progress-card { padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.toc-card { position: sticky; top: 20px; }
.toc-card > strong, .progress-card > strong { display: block; margin-bottom: 18px; color: var(--navy); font-size: 16px; }
.toc-card nav { display: grid; gap: 4px; }
.toc-card a { display: grid; grid-template-columns: 26px 1fr; gap: 7px; padding: 10px 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.toc-card a span { width: 22px; height: 22px; display: grid; place-items: center; align-self: start; margin-top: -1px; border: 1px solid #cfe0f4; border-radius: 50%; color: var(--blue); background: #f3f8ff; font-size: 12px; font-weight: 800; line-height: 1; }
.toc-card a.active { color: var(--navy); font-weight: 700; }
.toc-card a.active span { border-color: var(--blue); color: #fff; background: var(--blue); }
.progress-card { margin-top: 14px; }
.progress-track { height: 3px; overflow: hidden; border-radius: 10px; background: var(--line); }
.progress-track span { display: block; height: 100%; background: var(--blue); transition: width .3s ease; }
.progress-card > span { margin-top: 14px; display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: 13px; }
.progress-card > span::before { content: ""; width: 15px; height: 15px; border: 2px solid #8aa2bc; border-radius: 50%; }
.article-content { min-width: 0; }
.article-section { padding: 0 0 52px; scroll-margin-top: 24px; }
.article-section + .article-section { padding-top: 6px; }
.section-heading { display: grid; grid-template-columns: minmax(0,1fr); margin-bottom: 24px; }
.section-heading h2 { margin: 0; color: var(--navy); font-size: 30px; font-weight: 800; line-height: 1.08; letter-spacing: -.035em; }
.section-heading p { max-width: 760px; margin: 8px 0 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.process-notes { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 16px; }
.process-notes div { display: grid; gap: 7px; }
.process-notes strong { color: var(--navy); font-size: 14px; }
.process-notes span { color: var(--muted); font-size: 14px; line-height: 1.55; }

.timeline { position: relative; display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; padding-top: 6px; }
.timeline::before { content: ""; position: absolute; top: 20px; left: 16px; right: calc((100% - 70px) / 6 - 16px); height: 1px; background: #85b5eb; }
.timeline-step { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; padding-right: 8px; }
.timeline-number { width: 32px; height: 32px; display: grid; place-items: center; margin-bottom: 10px; border-radius: 50%; color: #fff; background: var(--blue); font-size: 13px; font-weight: 800; }
.timeline-step strong { color: var(--navy); font-size: 14px; line-height: 1.35; }
.timeline-step p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.inline-note { min-height: 52px; margin-top: 24px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 18px; border: 1px solid #d4e5f8; border-radius: var(--radius); color: var(--muted); background: #f2f8ff; font-size: 14px; }
.inline-note img { width: 23px; height: 23px; filter: brightness(0) saturate(100%) invert(34%) sepia(100%) saturate(1800%) hue-rotate(201deg) brightness(88%) contrast(98%); }
.inline-note span { line-height: 1.5; }

.blueprint { display: grid; grid-template-columns: minmax(0,1fr) 52px 210px 52px minmax(0,1fr); align-items: stretch; gap: 10px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.blueprint-column { display: grid; gap: 10px; }
.blueprint-connectors { display: grid; grid-template-rows: repeat(3, 1fr); place-items: center center; color: var(--blue); }
.blueprint-connectors img { width: 34px; height: 34px; filter: brightness(0) saturate(100%) invert(34%) sepia(100%) saturate(1800%) hue-rotate(201deg) brightness(88%) contrast(98%); }
.blueprint-connectors-right img { transform: rotate(180deg); }
.blueprint-core { width: 190px; height: 190px; place-self: center center; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #acd0f4; outline: 7px solid #f2f8ff; border-radius: 50%; background: #fff; }
.blueprint-core span { color: var(--navy); font-size: 14px; font-weight: 700; }
.blueprint-core strong { margin-top: 7px; color: var(--cyan); font-size: 25px; }
.scope-item { position: relative; min-height: 110px; display: grid; grid-template-columns: 38px minmax(0,1fr); align-items: center; gap: 10px; padding: 15px; border: 1px solid #dce8f5; border-radius: var(--radius); background: #fbfdff; }
.scope-item > img:first-child { width: 28px; height: 28px; filter: brightness(0) saturate(100%) invert(34%) sepia(100%) saturate(1800%) hue-rotate(201deg) brightness(88%) contrast(98%); }
.scope-item div { display: grid; gap: 3px; }
.scope-item strong { color: var(--navy); font-size: 14px; }
.scope-item span { color: var(--muted); font-size: 13px; line-height: 1.45; }
.scope-item .scope-arrow { display: none; width: 23px; height: 23px; filter: brightness(0) saturate(100%) invert(34%) sepia(100%) saturate(1800%) hue-rotate(201deg) brightness(88%) contrast(98%); }
.scope-arrow.reverse { transform: rotate(180deg); }

.risk-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.risk-grid article { display: grid; grid-template-columns: 28px 1fr; gap: 9px; padding-top: 16px; border-top: 1px solid var(--line); }
.risk-grid img { width: 25px; height: 25px; filter: brightness(0) saturate(100%) invert(38%) sepia(92%) saturate(3200%) hue-rotate(344deg) brightness(102%) contrast(88%); }
.risk-grid strong { color: var(--navy); font-size: 15px; line-height: 1.35; }
.risk-grid p { margin: 6px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.success-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.checklist { display: grid; gap: 11px; }
.success-grid .checklist { padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.checklist-title { margin-bottom: 3px; color: var(--navy); font-size: 15px; }
.checklist > span { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.checklist > span img { width: 19px; height: 19px; flex: 0 0 auto; filter: brightness(0) saturate(100%) invert(44%) sepia(34%) saturate(1239%) hue-rotate(105deg) brightness(91%) contrast(89%); }

.evidence-section { display: grid; grid-template-columns: .92fr 1.08fr .8fr; gap: 18px; align-items: stretch; }
.case-copy > p { margin: -8px 0 18px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.case-copy > .checklist { margin-left: 0; }
.case-photo { min-height: 100%; margin: 0; overflow: hidden; border-radius: var(--radius); }
.case-photo img { width: 100%; height: 100%; object-fit: cover; }
.case-metrics { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin: 24px 0 20px; }
.case-metrics strong { min-width: 0; min-height: 96px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; overflow: hidden; padding: 14px 8px; border: 1px solid var(--line); border-radius: var(--radius); color: var(--blue); background: var(--soft); font-size: 18px; line-height: 1.08; text-align: center; overflow-wrap: normal; word-break: normal; }
.case-metrics span { width: 100%; color: var(--muted); font-size: 12px; font-weight: 650; line-height: 1.35; text-align: center; }
.case-copy > .text-link { margin-left: 0; }
.next-card, .related-card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.next-card { padding: 20px; scroll-margin-top: 24px; }
.next-card .section-heading { grid-template-columns: 1fr; }
.next-card .section-heading h2 { font-size: 23px; }
.next-card .section-heading p { font-size: 14px; }
.next-card .checklist > span { font-size: 14px; }
.next-card .button { width: 100%; margin-top: 20px; padding-inline: 14px; font-size: 14px; line-height: 1.25; }
.next-card > .text-link { margin-top: 14px; }
.related-section { display: grid; gap: 18px; padding-top: 0; }
.related-card { overflow: hidden; display: grid; grid-template-columns: 38% 1fr; }
.related-card > img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; }
.related-card > div { display: flex; flex-direction: column; justify-content: center; padding: 26px; }
.related-card span { color: var(--blue); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.related-card h3 { margin: 10px 0; color: var(--navy); font-size: 20px; line-height: 1.25; }
.related-card p { margin: 0 0 18px; color: var(--muted); font-size: 14px; line-height: 1.5; }

.contact-section { padding: 70px 0; background: var(--navy); }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.eyebrow.light { color: #38c0e8; }
.contact-copy h2 { max-width: 680px; margin: 0; color: #fff; font-size: 45px; line-height: 1.12; letter-spacing: -.03em; }
.contact-copy > p { max-width: 650px; margin: 22px 0 0; color: #cbd8e8; font-size: 17px; line-height: 1.65; }
.contact-benefits { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; }
.contact-benefits span { display: flex; align-items: center; gap: 7px; color: #d7e4f3; font-size: 13px; font-weight: 700; }
.contact-benefits img { width: 20px; height: 20px; filter: brightness(0) invert(78%) sepia(66%) saturate(1799%) hue-rotate(155deg) brightness(92%); }
.contact-form { min-height: 330px; display: flex; flex-direction: column; justify-content: center; gap: 12px; padding: 26px; border-radius: var(--radius); background: #fff; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-form label { display: grid; gap: 6px; }
.contact-form label > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: #fff; outline: none; }
.contact-form input { min-height: 54px; padding: 0 15px; }
.contact-form textarea { resize: vertical; padding: 15px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgb(11,100,223,.12); }
.contact-form small { color: #8796a9; text-align: center; font-size: 11px; line-height: 1.4; }
.contact-form .honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.success-message { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; color: var(--ink); }
.success-message svg { color: var(--green); }
.success-message span { color: var(--muted); font-size: 13px; }
.success-message button { border: 0; color: var(--blue); background: none; font-weight: 700; cursor: pointer; }

.site-footer { margin-top: 0; padding-top: 0; 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: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.footer-main nav, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-main strong { margin-bottom: 5px; color: var(--navy); font-size: 16px; }
.footer-main a, .footer-contact span { color: #53657b; font-size: 15px; }
.footer-contact a { display: inline-flex; align-items: center; gap: 8px; }
.footer-contact img { width: 18px; height: 18px; flex: 0 0 auto; filter: brightness(0) saturate(100%) invert(39%) sepia(16%) saturate(956%) hue-rotate(174deg) brightness(91%) contrast(87%); }
.footer-main a:hover { color: var(--blue); }
.footer-bottom { min-height: 64px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border-top: 1px solid var(--line); color: #6b7b8f; font-size: 13px; }

@media (max-width: 1100px) {
  .header-inner { grid-template-columns: 180px 1fr auto; }
  .brand { width: 175px; }
  .desktop-nav { gap: 20px; }
  .header-cta { display: none; }
  .case-metrics { grid-template-columns: 1fr; }
  .case-metrics strong { min-height: 54px; flex-direction: row; align-items: center; justify-content: space-between; padding: 10px 12px; font-size: 18px; text-align: left; overflow-wrap: normal; }
  .case-metrics span { text-align: right; }
}

@media (max-width: 1024px) {
  .site-header { backdrop-filter: none; }
  .header-inner { min-height: 68px; grid-template-columns: 1fr auto; gap: 28px; }
  .brand { width: 175px; }
  .desktop-nav, .header-cta { display: none; }
  .header-actions { margin-left: auto; }
  .menu-button { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: var(--radius); color: #243b5a; background: #fff; cursor: pointer; }
  .mobile-nav { width: min(100% - 40px, 1280px); margin: 0 auto 14px; padding: 10px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
  .mobile-nav.is-open { display: grid; }
  .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; }
  .mobile-nav .mobile-nav-cta { justify-content: center; margin-top: 8px; border: 0; border-radius: 6px; color: #fff; background: var(--blue); }
}

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 0; }
  .hero-copy { max-width: 760px; padding-bottom: 28px; }
  .hero-visual { min-height: 380px; }
  .hero-visual::before { background: linear-gradient(180deg, #f8fbff 0%, rgb(248,251,255,.3) 26%, rgb(248,251,255,0) 100%); }
  .hero-map { top: 50%; right: 32px; left: 32px; }
  .process-map-compact .process-fragment { display: grid; grid-template-columns: minmax(0,1fr) 24px; gap: 6px; }
  .timeline { grid-template-columns: repeat(3,1fr); row-gap: 28px; }
  .timeline::before { display: none; }
  .blueprint { grid-template-columns: 1fr; }
  .blueprint-connectors { display: none; }
  .blueprint-core { order: -1; }
  .scope-item .scope-arrow { display: block; }
  .scope-item { grid-template-columns: 38px minmax(0,1fr) 24px; }
  .risk-grid { grid-template-columns: 1fr 1fr; }
  .article-layout { display: block; padding-top: 38px; }
  .article-sidebar { display: none; }
  .evidence-section { grid-template-columns: 1fr; }
  .case-metrics { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .case-metrics strong { min-height: 88px; flex-direction: column; align-items: center; justify-content: center; font-size: 18px; text-align: center; overflow-wrap: anywhere; }
  .case-metrics span { text-align: center; }
  .case-photo { min-height: 380px; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 36px, 680px); }
  .header-inner { min-height: 68px; }
  .brand { width: 160px; }
  .hero { padding-top: 28px; }
  .hero-grid { min-height: 0; }
  .hero h1 { font-size: clamp(38px, 11vw, 50px); }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .hero-actions .text-link { justify-content: center; min-height: 44px; }
  .hero-visual { min-height: 650px; margin-inline: -18px; }
  .hero-visual > img { height: 260px; object-position: center; }
  .hero-visual::before { display: none; }
  .hero-map { top: 230px; right: 18px; left: 18px; transform: none; }
  .process-map-compact { display: grid; grid-template-columns: 1fr; gap: 8px; padding-bottom: 0; }
  .process-map-compact .process-fragment { width: 100%; display: grid; grid-template-columns: 1fr; }
  .process-map-compact .process-node { min-height: 72px; display: grid; grid-template-columns: 34px 1fr; grid-template-rows: auto auto; text-align: left; justify-items: start; padding: 12px 14px; }
  .process-map-compact .process-node > .process-icon { grid-row: 1 / 3; }
  .process-map-compact .process-node > .channel-icons { grid-row: 1 / 3; align-self: center; }
  .process-map-compact .channel-icons img { grid-row: auto; }
  .process-map-compact .process-arrow { position: absolute; opacity: 0; }
  .process-map .process-bus { display: none; }
  .metrics-strip { width: 100%; transform: none; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line-strong); border-radius: var(--radius); margin-bottom: 28px; }
  .metrics-strip .metrics-intro { grid-column: 1 / -1; align-items: center; text-align: center; border-bottom: 1px solid var(--line); }
  .metrics-strip > div + div { border-left: 0; }
  .metrics-strip > div:nth-child(even) { border-right: 1px solid var(--line); }
  .metrics-strip > div:nth-child(n+4) { border-top: 1px solid var(--line); }
  .article-layout { padding-top: 34px; }
  .article-section { padding-bottom: 46px; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading h2 { font-size: 26px; }
  .process-map:not(.process-map-compact) { display: grid; gap: 8px; padding: 12px; }
  .process-map:not(.process-map-compact) .process-fragment { display: grid; grid-template-columns: 1fr; }
  .process-map:not(.process-map-compact) .process-node { min-height: 100px; }
  .process-map:not(.process-map-compact) .process-arrow { transform: rotate(90deg); justify-self: center; }
  .process-notes { grid-template-columns: 1fr; gap: 12px; }
  .timeline { grid-template-columns: 1fr; gap: 14px; }
  .timeline-step { min-height: 100px; display: grid; grid-template-columns: 38px 1fr; grid-template-rows: auto 1fr; align-items: start; padding: 14px; border: 1px solid var(--line); border-radius: var(--radius); }
  .timeline-number { grid-row: 1 / 3; margin: 0; }
  .timeline-step p { grid-column: 2; }
  .inline-note { align-items: flex-start; text-align: left; }
  .blueprint { padding: 14px; gap: 14px; }
  .blueprint-core { width: 160px; height: 160px; }
  .scope-item { min-height: 96px; }
  .risk-grid, .success-grid { grid-template-columns: 1fr; }
  .case-photo { min-height: 260px; }
  .case-copy > p, .case-copy > .checklist, .case-metrics, .case-copy > .text-link { margin-left: 0; }
  .case-metrics { gap: 8px; }
  .case-metrics strong { min-height: 82px; font-size: 18px; }
  .related-card { grid-template-columns: 1fr; }
  .related-card > img { min-height: 220px; }
  .contact-section { padding: 56px 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .contact-copy h2 { font-size: 36px; }
  .contact-benefits { display: grid; gap: 14px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; padding: 46px 0 34px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; }
}

/* Shared CRMPro mobile header from the current homepage. */
@media (max-width: 620px) {
  .site-header { font-size: 16px; }

  .site-header .header-inner {
    width: min(calc(100% - 28px), 1280px);
    min-height: 64px;
    gap: 12px;
  }
  .site-header .brand { width: 154px; }
  .site-header .header-actions { gap: 8px; }

  .site-header .language-link,
  .site-header .lang,
  .site-header .menu-button {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }
  .site-header .mobile-nav { width: calc(100% - 28px); }
}

@media (hover: hover) and (pointer: fine) {
  .button:hover { transform: translateY(-1px); }
  .button:active { transform: scale(.97); }
}

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