/* Routesms — product-led layout based on the supplied Level2 reference. */
:root {
  --page: #f7f8fb;
  --surface: #ffffff;
  --surface-soft: #f2f4f8;
  --ink: #070a17;
  --muted: #6d7380;
  --line: #dfe3eb;
  --navy: #030719;
  --panel: #071126;
  --panel-soft: #0b1730;
  --blue: #4777ef;
  --blue-soft: #92baf8;
  --green: #4bd1b9;
  --red: #ff7e88;
  color-scheme: light;
}

:root[data-theme="dark"] {
  --page: #070708;
  --surface: #101011;
  --surface-soft: #171719;
  --ink: #f4f4f1;
  --muted: #9c9c97;
  --line: #2a2a2d;
  color-scheme: dark;
}

:root[data-theme="dark"] .dark-pill,
:root[data-theme="dark"] .plans-grid button { background: #f4f7ff; color: #070a17; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; overflow-x: hidden; background: var(--page); color: var(--ink); font: 400 16px/1.65 "Golos Text", Arial, sans-serif; -webkit-font-smoothing: antialiased; transition: background-color .35s ease, color .35s ease; }
body.menu-open, body.language-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p, figure, dl, dd { margin: 0; }
img { display: block; max-width: 100%; }
::selection { background: var(--blue); color: #fff; }
:focus-visible { outline: 3px solid #77a7ff; outline-offset: 4px; }
[hidden] { display: none !important; }
.skip-link { position: fixed; top: -100px; left: 18px; z-index: 100; padding: 10px 16px; border-radius: 999px; background: #fff; color: #050817; }
.skip-link:focus { top: 12px; }

.announcement { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 7px 20px; background: linear-gradient(90deg, #527af0, #1f5dca); color: #fff; font-size: 13px; font-weight: 600; text-align: center; animation: shell-fade-in .45s ease-out both; }
.announcement span { font-size: 7px; }
.topbar { position: relative; z-index: 50; height: 88px; padding: 0 40px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: var(--navy); color: #fff; }
.wordmark { height: 44px; display: inline-flex; align-items: center; gap: 11px; }
.wordmark img { width: 39px; height: 33px; flex: 0 0 auto; object-fit: contain; }
.wordmark-name { color: #fff; font: 600 27px/1 "Manrope", Arial, sans-serif; letter-spacing: -1.5px; }
.wordmark-name b { font-weight: 400; }
.index-nav { display: flex; align-items: center; gap: 48px; font-size: 15px; }
.topbar > * { animation: shell-fade-in .55s cubic-bezier(.2,.72,.2,1) both; }
.topbar > *:nth-child(1) { animation-delay: .05s; }
.topbar > *:nth-child(2) { animation-delay: .11s; }
.topbar > *:nth-child(3) { animation-delay: .17s; }
.topbar > *:nth-child(4) { animation-delay: .2s; }
.index-nav a { position: relative; color: #929aab; transition: color .2s; }
.index-nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: #fff; transform: scaleX(0); transform-origin: right; transition: transform .35s cubic-bezier(.2,.72,.2,1); }
.index-nav a:hover::after, .index-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.index-nav a:hover, .index-nav a:focus-visible { color: #fff; }
.nav-actions { justify-self: end; display: flex; align-items: center; gap: 12px; }
.language-switcher { position: relative; }
.language-toggle { width: 58px; height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0; border: 1px solid #28324b; border-radius: 4px; background: transparent; color: #fff; transition: border-color .2s ease, background-color .2s ease; }
.language-toggle:hover, .language-toggle[aria-expanded="true"] { border-color: #7484a5; background: #0b1429; }
.language-toggle svg { width: 10px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .25s ease; }
.language-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.language-code { font: 600 11px/1 "Manrope", Arial, sans-serif; letter-spacing: .08em; }
.language-panel { position: fixed; z-index: 80; top: var(--language-panel-top, 100px); right: var(--language-panel-right, 24px); width: min(620px, calc(100vw - 36px)); max-height: calc(100dvh - var(--language-panel-top, 100px) - 14px); display: flex; flex-direction: column; overflow: hidden; overscroll-behavior: contain; border: 1px solid var(--line); border-radius: 4px; background: var(--surface); color: var(--ink); box-shadow: 0 24px 64px rgba(2,7,20,.24); transform-origin: top right; animation: language-panel-in .28s cubic-bezier(.2,.72,.2,1) both; }
.language-panel::-webkit-scrollbar { width: 6px; }.language-panel::-webkit-scrollbar-thumb { border-radius: 3px; background: #9aa4b7; }
.language-panel-head { min-height: 60px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; flex-shrink: 0; border-bottom: 1px solid var(--line); }
.language-panel-head span { font: 600 16px/1.2 "Manrope", Arial, sans-serif; }
.language-panel-close { display: none; width: 42px; height: 42px; padding: 0; place-items: center; border: 1px solid var(--line); border-radius: 4px; background: transparent; color: var(--ink); }
.language-panel-close svg { width: 17px; height: 17px; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; }
.language-list { display: grid; grid-template-columns: 1fr 1fr; min-height: 0; overflow-y: auto; }
.language-list button { min-width: 0; min-height: 76px; padding: 13px 16px; display: grid; grid-template-columns: 40px 1fr 18px; align-items: center; gap: 12px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); text-align: left; transition: background-color .18s ease; }
.language-list button:nth-child(odd) { border-right: 1px solid var(--line); }
.language-list button:hover, .language-list button:focus-visible { background: var(--surface-soft); }
.language-list button[aria-selected="true"] { background: var(--surface-soft); }
.locale-flag { width: 38px; height: 26px; object-fit: cover; border: 1px solid rgba(7,10,23,.12); border-radius: 3px; box-shadow: 0 2px 5px rgba(7,10,23,.11); }
:root[data-theme="dark"] .locale-flag { border-color: rgba(255,255,255,.16); box-shadow: 0 2px 7px rgba(0,0,0,.28); }
.language-list button > span:nth-child(2) { min-width: 0; }
.language-list strong, .language-list small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.language-list strong { font: 600 15px/1.25 "Manrope", Arial, sans-serif; }
.language-list small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.language-list i { width: 9px; height: 5px; display: none; border-left: 2px solid #2bad88; border-bottom: 2px solid #2bad88; transform: rotate(-45deg) translateY(-2px); }
.language-list button[aria-selected="true"] i { display: block; }
@keyframes language-panel-in { from { opacity: 0; transform: translateY(-8px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
.theme-toggle { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0; border: 1px solid #28324b; border-radius: 50%; background: transparent; color: #fff; }
.theme-toggle:hover { border-color: #7484a5; }
.theme-toggle #theme-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.theme-icon { width: 14px; height: 14px; border: 1px solid currentColor; border-radius: 50%; overflow: hidden; position: relative; }
.theme-icon::after { content: ""; position: absolute; inset: 0 0 0 50%; background: currentColor; }
.nav-cta, .hero-cta, .dark-pill, .gradient-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 24px; border-radius: 999px; font-size: 14px; font-weight: 600; border: 0; }
.nav-cta { background: #fff; color: var(--navy); }
.mobile-menu-toggle { display: none; width: 44px; height: 44px; padding: 0; place-items: center; border: 1px solid #29334c; border-radius: 4px; background: transparent; color: #fff; transition: border-color .25s ease, background-color .25s ease; }
.mobile-menu-toggle:hover { border-color: #71809e; }
.menu-toggle-icon { position: relative; width: 20px; height: 14px; display: block; }
.menu-toggle-icon span { position: absolute; right: 0; height: 1px; background: currentColor; transform-origin: center; transition: top .45s cubic-bezier(.2,.72,.2,1), bottom .45s cubic-bezier(.2,.72,.2,1), width .35s cubic-bezier(.2,.72,.2,1), transform .5s cubic-bezier(.2,.72,.2,1); }
.menu-toggle-icon span:first-child { top: 3px; width: 20px; }
.menu-toggle-icon span:last-child { bottom: 3px; width: 14px; }
.mobile-menu-toggle[aria-expanded="true"] { border-color: #52627f; background: #0b1429; }
.mobile-menu-toggle[aria-expanded="true"] .menu-toggle-icon span:first-child { top: 6px; transform: rotate(45deg); }
.mobile-menu-toggle[aria-expanded="true"] .menu-toggle-icon span:last-child { bottom: 7px; width: 20px; transform: rotate(-45deg); }
@keyframes shell-fade-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }

html[dir="rtl"] .language-panel { transform-origin: top left; }
html[dir="rtl"] .topbar { direction: ltr; }
html[dir="rtl"] .index-nav, html[dir="rtl"] .language-panel { direction: rtl; }
html[dir="rtl"] .language-list button { text-align: right; }
html[dir="rtl"] .language-list button:nth-child(odd) { border-right: 0; border-left: 1px solid var(--line); }
html[dir="rtl"] .delivery-chart, html[dir="rtl"] .outro-bars { direction: ltr; }
html[dir="rtl"] input[type="email"] { direction: ltr; text-align: left; }
html[lang="ar"] body, html[lang="ar"] button, html[lang="ar"] input, html[lang="ar"] textarea,
html[lang="hi"] body, html[lang="hi"] button, html[lang="hi"] input, html[lang="hi"] textarea,
html[lang="bn"] body, html[lang="bn"] button, html[lang="bn"] input, html[lang="bn"] textarea,
html[lang="zh-CN"] body, html[lang="zh-CN"] button, html[lang="zh-CN"] input, html[lang="zh-CN"] textarea,
html[lang="ja"] body, html[lang="ja"] button, html[lang="ja"] input, html[lang="ja"] textarea { font-family: system-ui, "Segoe UI", "Noto Sans", Arial, sans-serif; }
html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3,
html[lang="hi"] h1, html[lang="hi"] h2, html[lang="hi"] h3,
html[lang="bn"] h1, html[lang="bn"] h2, html[lang="bn"] h3,
html[lang="zh-CN"] h1, html[lang="zh-CN"] h2, html[lang="zh-CN"] h3,
html[lang="ja"] h1, html[lang="ja"] h2, html[lang="ja"] h3 { font-family: system-ui, "Segoe UI", "Noto Sans", Arial, sans-serif; }

.hero { min-height: 870px; padding: 48px 24px 0; overflow: hidden; border-radius: 0 0 28px 28px; background: radial-gradient(circle at 0 34%, rgba(70,104,255,.95) 0, rgba(42,72,190,.56) 20%, rgba(3,7,25,0) 47%), var(--navy); color: #fff; }
.hero-copy { max-width: 940px; margin: 0 auto; text-align: center; }
.hero h1 { max-width: 940px; margin: 14px auto 0; font: 600 clamp(48px, 5.3vw, 74px)/1.06 "Manrope", Arial, sans-serif; letter-spacing: -3.3px; }
.hero-lead { max-width: 760px; margin: 26px auto 0; color: #aeb6c8; font-size: 17px; line-height: 1.7; }
.hero-cta { min-height: 50px; margin-top: 26px; padding-inline: 30px; background: linear-gradient(90deg, var(--blue), var(--blue-soft)); color: #fff; font-size: 15px; }
.nav-cta, .hero-cta, .dark-pill, .gradient-button { transition: transform .2s, filter .2s; }
.nav-cta:hover, .hero-cta:hover, .dark-pill:hover, .gradient-button:hover { transform: translateY(-2px); filter: brightness(1.06); }
.hero-copy > * { animation: hero-copy-in .7s cubic-bezier(.2,.72,.2,1) both; }
.hero-copy > *:nth-child(2) { animation-delay: .08s; }
.hero-copy > *:nth-child(3) { animation-delay: .16s; }
.hero-copy > *:nth-child(4) { animation-delay: .24s; }
@keyframes hero-copy-in { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

.product-preview { max-width: 1040px; margin: 48px auto 0; overflow: hidden; border: 1px solid #26344e; border-radius: 12px 12px 0 0; background: #061023; box-shadow: 0 40px 100px rgba(0,0,0,.32); text-align: left; animation: preview-rise .9s .28s cubic-bezier(.2,.72,.2,1) both; }
@keyframes preview-rise { from { opacity: 0; transform: translateY(34px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
.preview-grid { height: 390px; display: grid; grid-template-columns: 310px 1fr; }
.preview-summary { padding: 34px 32px; border-right: 1px solid #1b2941; }
.eyebrow { color: #8996ab; font-size: 12px; letter-spacing: .11em; text-transform: uppercase; }
.preview-summary h2 { margin: 0 0 7px; color: #fff; font: 600 27px/1.16 "Manrope", Arial, sans-serif; letter-spacing: -.9px; }
.preview-muted { max-width: 230px; color: #95a1b5; font-size: 14px; line-height: 1.5; }
.preview-summary dl { margin-top: 30px; }
.preview-summary dl > div { padding: 15px 0; display: flex; align-items: baseline; justify-content: space-between; border-top: 1px solid #1a2941; animation: summary-row-in .45s cubic-bezier(.2,.72,.2,1) both; }
.preview-summary dl > div:nth-child(1) { animation-delay: 1s; }.preview-summary dl > div:nth-child(2) { animation-delay: 1.12s; }.preview-summary dl > div:nth-child(3) { animation-delay: 1.24s; }
.preview-summary dt { color: #8b98ad; font-size: 13px; }
.preview-summary dd { color: #f4f7fd; font: 600 18px/1.15 "Manrope",Arial,sans-serif; letter-spacing: -.25px; }
.preview-chart { min-width: 0; display: grid; grid-template-rows: 78px 1fr 48px; overflow: hidden; background: #071126; }
.chart-head { padding: 16px 22px 14px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid #17243a; animation: chart-ui-in .55s .82s ease-out both; }
.chart-head > div:first-child span, .chart-head > div:first-child strong { display: block; }
.chart-head > div:first-child span { color: #8491a7; font-size: 12px; letter-spacing: .035em; text-transform: uppercase; }
.chart-head > div:first-child strong { margin-top: 3px; color: #f4f7ff; font: 600 23px/1.12 "Manrope",Arial,sans-serif; }
.chart-key { display: flex; align-items: center; gap: 18px; color: #929eb1; font-size: 12px; }
.chart-key span { display: flex; align-items: center; gap: 7px; white-space: nowrap; }
.chart-key i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.chart-key .key-delay { background: var(--red); }
.chart-plot { min-height: 0; position: relative; overflow: hidden; }
.delivery-chart { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.plot-grid line { stroke: #1c2a42; stroke-width: 1; vector-effect: non-scaling-stroke; animation: grid-in .7s 1.05s ease-out both; }
.limit-line { stroke: #526078; stroke-width: 1; stroke-dasharray: 5 7; vector-effect: non-scaling-stroke; animation: limit-in .8s 1.18s ease-out both; }
.delivery-area { fill: #53d1bd; opacity: 0; clip-path: inset(0 100% 0 0); animation: area-reveal 1.15s 1.25s cubic-bezier(.2,.72,.2,1) forwards; }
.delivery-line, .delivery-flow { fill: none; vector-effect: non-scaling-stroke; }
.delivery-line { stroke: #5bd8c3; stroke-width: 2.7; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1000; stroke-dashoffset: 1000; animation: route-draw 1.25s 1.28s cubic-bezier(.2,.72,.2,1) forwards; }
.delivery-flow { stroke: #d1fff7; stroke-width: 1.4; stroke-linecap: round; stroke-dasharray: 8 20; opacity: 0; animation: route-flow-in .3s 2.45s forwards, route-flow 4.8s 2.45s linear infinite; }
.chart-cursor { stroke: #9ba8bb; stroke-width: 1; opacity: 0; vector-effect: non-scaling-stroke; animation: cursor-scan 7s 2.7s cubic-bezier(.4,0,.2,1) infinite; }
.point { fill: #5bd8c3; stroke: #071126; stroke-width: 3; vector-effect: non-scaling-stroke; transform-box: fill-box; transform-origin: center; animation: point-in .36s cubic-bezier(.2,.8,.2,1.25) both; }
.point-1 { animation-delay: 1.35s; }.point-2 { animation-delay: 1.53s; }.point-3 { animation-delay: 1.72s; }.point-delay { fill: var(--red); animation-delay: 1.9s; }.point-5 { animation-delay: 2.08s; }.point-6 { animation-delay: 2.26s; }
.point-ring { fill: none; stroke: var(--red); stroke-width: 1.5; opacity: 0; transform-box: fill-box; transform-origin: center; animation: ring-in .35s 1.9s both, ring-pulse 2.8s 2.35s ease-out infinite; }
.axis-label { position: absolute; z-index: 1; left: 10px; color: #68758c; font-size: 12px; }
.axis-60 { top: 9px; }.axis-30 { top: 37%; }.axis-0 { bottom: 7px; }
.limit-label { position: absolute; left: 49px; bottom: 45px; padding: 3px 7px; background: #071126; color: #8996aa; font-size: 12px; animation: chart-ui-in .45s 1.55s both; }
.chart-note { position: absolute; top: 16px; right: 20px; width: 195px; padding: 14px 16px; border: 1px solid #3a4861; border-left: 2px solid var(--red); border-radius: 5px; background: #0a152b; box-shadow: 0 14px 28px rgba(0,0,0,.24); animation: chart-note-in .55s 2.05s cubic-bezier(.2,.72,.2,1) both; }
.chart-note small { display: block; color: #96a2b5; font-size: 12px; line-height: 1.35; }
.chart-note strong { display: block; margin: 2px 0 0; color: #ff9199; font: 600 28px/1.1 "Manrope",Arial,sans-serif; }
.chart-meta { padding: 0 22px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-top: 1px solid #17243a; color: #8491a6; font-size: 12px; animation: chart-ui-in .5s 2.35s both; }
.preview-signals { margin: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid #1b2941; background: #091427; text-align: start; }
.preview-signals > div { min-width: 0; min-height: 82px; padding: 17px 24px; border-right: 1px solid #1b2941; animation: signal-in .5s 1.5s ease-out both; }
.preview-signals > div:nth-child(2) { animation-delay: 1.65s; }.preview-signals > div:nth-child(3) { animation-delay: 1.8s; }.preview-signals > div:last-child { border-right: 0; }
.preview-signals dt { color: #91a0b5; font-size: 13px; line-height: 1.3; }
.preview-signals dd { margin: 5px 0 0; color: #f4f7fd; font: 600 17px/1.25 "Manrope",Arial,sans-serif; }
.preview-signals > div:first-child dd { color: #77dbc9; }
@keyframes signal-in { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
@keyframes chart-ui-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
@keyframes summary-row-in { from { opacity: 0; transform: translateX(-10px); } to { opacity: 1; transform: translateX(0); } }
@keyframes grid-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes limit-in { from { opacity: 0; stroke-dashoffset: 40; } to { opacity: 1; stroke-dashoffset: 0; } }
@keyframes area-reveal { from { opacity: 0; clip-path: inset(0 100% 0 0); } to { opacity: .08; clip-path: inset(0); } }
@keyframes route-draw { to { stroke-dashoffset: 0; } }
@keyframes route-flow-in { to { opacity: .55; } }
@keyframes route-flow { to { stroke-dashoffset: -100; } }
@keyframes cursor-scan { 0%,12% { opacity: 0; transform: translateX(0); } 18% { opacity: .28; } 62% { opacity: .18; transform: translateX(600px); } 68%,100% { opacity: 0; transform: translateX(600px); } }
@keyframes point-in { from { opacity: 0; transform: scale(0); } to { opacity: 1; transform: scale(1); } }
@keyframes ring-in { from { opacity: 0; transform: scale(.4); } to { opacity: .72; transform: scale(1); } }
@keyframes ring-pulse { 0%,55% { opacity: .55; transform: scale(1); } 100% { opacity: 0; transform: scale(1.7); } }
@keyframes chart-note-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.section-pad { max-width: 1180px; margin-inline: auto; padding: 108px 24px; }
.section-frame { max-width: 1240px; margin: 0 auto; padding: 42px 32px; border: 1px solid var(--line); border-radius: 30px; background: var(--surface); }
.section-head { max-width: 820px; }
.centered { margin-inline: auto; text-align: center; }
.section-head h2, .overview h2, .feature-board h2, .start-section h2, .contact-section h2 { font: 600 clamp(40px, 4.3vw, 58px)/1.08 "Manrope", Arial, sans-serif; letter-spacing: -2.5px; }
.section-head > p:last-child { max-width: 720px; margin: 20px auto 0; color: var(--muted); font-size: 16px; }
.eyebrow { margin-bottom: 15px; color: #4470d8; font-weight: 600; }
.dark-pill { background: var(--navy); color: #fff; }

.audience { text-align: center; }
.audience-list { margin: 58px 0 44px; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.audience-list span { min-height: 64px; position: relative; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid var(--line); color: var(--ink); font: 600 18px/1.3 "Manrope", Arial, sans-serif; }
.audience-list span::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 1px; background: #4773da; transform: scaleX(0); transform-origin: left; transition: transform .8s cubic-bezier(.2,.72,.2,1) calc(var(--reveal-delay,0ms) + 140ms); }
.motion-ready .audience-list span.is-visible::after { transform: scaleX(1); }

.overview { min-height: 500px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 52px; align-items: center; }
.overview-copy { padding: 25px 0 25px 0; }
.overview-copy > p { max-width: 520px; margin: 25px 0 30px; color: var(--muted); font-size: 17px; }
.overview-photo { position: relative; min-height: 430px; overflow: hidden; border-radius: 22px; background: #11182a; }
.overview-photo img { width: 100%; height: 430px; object-fit: cover; object-position: 52% 52%; filter: grayscale(1) contrast(1.06); transition: transform 1.1s cubic-bezier(.2,.72,.2,1); }
.overview-photo:hover img { transform: scale(1.025); }
.overview-photo figcaption { position: absolute; left: 18px; bottom: 16px; padding: 0; color: #fff; font-size: 12px; font-weight: 600; text-shadow: 0 1px 12px rgba(0,0,0,.72); }

.checks { padding-top: 112px; padding-bottom: 94px; }
.checks-head { margin-bottom: 54px; display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 60px; align-items: end; }
.checks-head h2 { font: 600 clamp(40px,4.3vw,58px)/1.08 "Manrope",Arial,sans-serif; letter-spacing: -2.5px; }
.checks-head p { max-width: 590px; color: var(--muted); font-size: 17px; }
.checks-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-block: 1px solid var(--line); list-style: none; }
.checks-grid li { min-width: 0; min-height: 286px; padding: 28px 28px 32px 0; }
.checks-grid li + li { padding-inline-start: 28px; border-inline-start: 1px solid var(--line); }
.checks-number { display: block; margin-bottom: 39px; color: var(--blue); font: 500 43px/1 "Manrope",Arial,sans-serif; letter-spacing: -.06em; }
.checks-grid h3 { font: 600 23px/1.25 "Manrope",Arial,sans-serif; letter-spacing: -.7px; }
.checks-grid p { max-width: 330px; margin-top: 14px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.feature-board { max-width: 1240px; margin: 26px auto 0; padding: 58px 30px 30px; border-radius: 30px; background: var(--navy); color: #fff; }
.feature-board-head { max-width: 680px; margin: 0 auto 45px; text-align: center; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.deviations { display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); gap: clamp(48px,8vw,120px); padding-top: 116px; padding-bottom: 0; align-items: start; }
.deviations-intro h2 { max-width: 470px; font: 600 clamp(40px,4.3vw,58px)/1.08 "Manrope",Arial,sans-serif; letter-spacing: -2.5px; }
.deviations-intro p { max-width: 390px; margin-top: 22px; color: var(--muted); font-size: 17px; }
.deviations-list article { padding: 27px 0 31px; border-top: 1px solid var(--line); }
.deviations-list article:last-child { border-bottom: 1px solid var(--line); }
.deviations-list h3 { font: 600 clamp(21px,2.1vw,26px)/1.24 "Manrope",Arial,sans-serif; letter-spacing: -.8px; }
.deviations-list p { max-width: 570px; margin-top: 12px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.feature-item { min-width: 0; padding: 20px 20px 26px; border: 1px solid #172440; border-radius: 22px; background: linear-gradient(180deg,#08132a,#050b1e); transition: border-color .35s ease, transform .35s cubic-bezier(.2,.72,.2,1); }
.feature-item:hover { border-color: #2b3f63; transform: translateY(-3px); }
.feature-item h3 { margin: 25px 0 12px; font: 600 24px/1.2 "Manrope", Arial, sans-serif; letter-spacing: -.9px; }
.feature-item > p { color: #9aa5b9; font-size: 14px; line-height: 1.75; }
.mini-ui { height: 250px; overflow: hidden; border: 1px solid #1e2d4a; border-radius: 14px; background: #08142c; }
.phone-ui { padding: 20px; background: radial-gradient(circle at 50% 110%, rgba(71,119,239,.3),transparent 50%),#08142c; }
.phone-top { display: flex; align-items: center; justify-content: space-between; color: #73809a; font-size: 11px; }
.phone-top span { width: 58px; height: 6px; border-radius: 999px; background: #182641; }
.message-bubble { width: 84%; margin: 54px auto 0; padding: 18px; border-radius: 17px 17px 17px 4px; background: #e9f0ff; color: #091027; box-shadow: 0 18px 38px rgba(0,0,0,.25); }
.message-bubble strong, .message-bubble span { display: block; }.message-bubble strong { font-size: 16px; }.message-bubble span { margin-top: 5px; color: #657087; font-size: 11px; }
.signal-row { margin: 35px auto 0; display: flex; justify-content: center; gap: 6px; }.signal-row i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.timing-ui { padding: 22px; display: grid; grid-template-rows: auto 1fr auto; }
.time-value { display: flex; align-items: center; justify-content: space-between; }.time-value span { color: #8390a7; font-size: 12px; }.time-value strong { color: var(--green); font: 600 28px/1 "Manrope",Arial,sans-serif; }
.time-bars { height: 135px; margin-top: 18px; display: flex; align-items: end; gap: 16px; border-bottom: 1px solid #22314d; }.time-bars i { flex: 1; min-width: 12px; border-radius: 4px 4px 0 0; background: linear-gradient(180deg,#6e8fff,#335ccc); }.time-bars .late { background: linear-gradient(180deg,#ff8e97,#9d3548); }
.time-scale { display: flex; justify-content: space-between; padding-top: 10px; color: #61718e; font-size: 10px; }
.compare-ui { padding: 22px; display: flex; flex-direction: column; justify-content: center; gap: 10px; }
.compare-ui > div { padding: 14px; border: 1px solid #243551; border-radius: 10px; background: #0b1932; }.compare-ui span, .compare-ui strong { display: block; }.compare-ui span { color: #7f8ca4; font-size: 10px; }.compare-ui strong { margin-top: 4px; font-size: 14px; }.compare-ui em { align-self: center; color: var(--red); font: normal 600 19px/1 "Manrope",Arial,sans-serif; }
.motion-ready .feature-item.is-visible .message-bubble { animation: bubble-arrive .62s .24s cubic-bezier(.2,.72,.2,1) both; }
.motion-ready .feature-item.is-visible .signal-row i { animation: signal-arrive .32s cubic-bezier(.2,.8,.2,1.2) both; }
.motion-ready .feature-item.is-visible .signal-row i:nth-child(1) { animation-delay: .65s; }
.motion-ready .feature-item.is-visible .signal-row i:nth-child(2) { animation-delay: .72s; }
.motion-ready .feature-item.is-visible .signal-row i:nth-child(3) { animation-delay: .79s; }
.motion-ready .feature-item.is-visible .signal-row i:nth-child(4) { animation-delay: .86s; }
.motion-ready .feature-item.is-visible .time-value { animation: data-fade-in .42s .22s ease-out both; }
.motion-ready .feature-item.is-visible .time-bars i { transform-origin: bottom; animation: data-bar-rise .7s cubic-bezier(.2,.72,.2,1) both; }
.motion-ready .feature-item.is-visible .time-bars i:nth-child(1) { animation-delay: .32s; }
.motion-ready .feature-item.is-visible .time-bars i:nth-child(2) { animation-delay: .39s; }
.motion-ready .feature-item.is-visible .time-bars i:nth-child(3) { animation-delay: .46s; }
.motion-ready .feature-item.is-visible .time-bars i:nth-child(4) { animation-delay: .53s; }
.motion-ready .feature-item.is-visible .time-bars i:nth-child(5) { animation-delay: .6s; }
.motion-ready .feature-item.is-visible .compare-ui > div,
.motion-ready .feature-item.is-visible .compare-ui > em { animation: compare-step-in .48s cubic-bezier(.2,.72,.2,1) both; }
.motion-ready .feature-item.is-visible .compare-ui > div:first-child { animation-delay: .24s; }
.motion-ready .feature-item.is-visible .compare-ui > em { animation-delay: .38s; }
.motion-ready .feature-item.is-visible .compare-ui > div:nth-of-type(2) { animation-delay: .5s; }
@keyframes bubble-arrive { from { opacity: 0; transform: translateY(16px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes signal-arrive { from { opacity: 0; transform: scale(.35); } to { opacity: 1; transform: scale(1); } }
@keyframes data-fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes data-bar-rise { from { opacity: .25; transform: scaleY(.05); } to { opacity: 1; transform: scaleY(1); } }
@keyframes compare-step-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.report-section { padding-top: 120px; }
.report-demo { min-height: 475px; margin-top: 52px; display: grid; grid-template-columns: 330px 1fr; overflow: hidden; border-radius: 28px; background: var(--navy); color: #fff; }
.case-tabs { padding: 22px; display: flex; flex-direction: column; gap: 9px; border-right: 1px solid #1c2841; }
.case-tabs button { min-height: 118px; padding: 18px; display: grid; grid-template-columns: 32px 1fr; align-items: center; gap: 10px; border: 1px solid transparent; border-radius: 14px; background: transparent; color: #a5aec0; text-align: left; font-weight: 500; }
.case-tabs button span { color: #5e6b82; font-size: 12px; }
.case-tabs button:hover { background: #09142b; }.case-tabs button[aria-pressed="true"] { border-color: #3155a5; background: #0b1831; color: #fff; }
.case-content { padding: 58px; background: radial-gradient(circle at 100% 100%,rgba(48,92,205,.24),transparent 42%); }
.case-content h3 { max-width: 680px; font: 600 clamp(31px,3.2vw,47px)/1.1 "Manrope",Arial,sans-serif; letter-spacing: -1.8px; }
#case-summary { max-width: 680px; margin-top: 20px; color: #9ea9bc; }
.case-facts { margin: 35px 0 28px; display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid #1d2a43; }
.case-facts div { padding: 20px 18px; border-right: 1px solid #1d2a43; }.case-facts div:last-child { border: 0; }.case-facts span,.case-facts strong { display: block; }.case-facts span { color: #738199; font-size: 11px; }.case-facts strong { margin-top: 5px; font-size: 15px; }
.case-next { max-width: 650px; color: #b2bccd; font-size: 14px; }
.start-section { padding: 56px 38px 38px; }
.start-copy { max-width: 760px; }
.start-copy > p:last-child { max-width: 660px; margin-top: 22px; color: var(--muted); font-size: 17px; }
.steps-grid { margin: 52px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; list-style: none; }
.steps-grid li { min-height: 245px; padding: 26px; border-radius: 20px; background: var(--surface-soft); transition: transform .35s cubic-bezier(.2,.72,.2,1), background-color .35s ease; }
.steps-grid li:hover { transform: translateY(-3px); }
.step-icon { width: 64px; height: 64px; display: block; color: #4e73ce; }
.step-icon svg { width: 100%; height: 100%; display: block; overflow: visible; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.steps-grid h3 { margin-top: 31px; font: 600 21px/1.25 "Manrope",Arial,sans-serif; }.steps-grid p { margin-top: 12px; color: var(--muted); font-size: 14px; }

.plans-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.plans-grid article { min-height: 390px; padding: 27px 24px 24px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); transition: border-color .3s ease, transform .35s cubic-bezier(.2,.72,.2,1); }
.plans-grid article:hover { border-color: #9eabc2; transform: translateY(-3px); }
.plans-grid article > p { color: #4773da; font-size: 13px; font-weight: 600; }.plans-grid h3 { margin-top: 20px; font: 600 34px/1.1 "Manrope",Arial,sans-serif; letter-spacing: -1.3px; }.plans-grid article > span { margin-top: 5px; color: var(--muted); font-size: 13px; }.plans-grid ul { margin: 36px 0 32px; padding: 0; list-style: none; color: var(--muted); font-size: 14px; }.plans-grid li { padding: 8px 0; border-bottom: 1px solid var(--line); }.plans-grid li::before { content: "✓"; margin-right: 8px; color: #4773da; }
.plans-grid button { width: 100%; min-height: 45px; margin-top: auto; border: 0; border-radius: 999px; background: var(--navy); color: #fff; font-size: 13px; font-weight: 600; }.plans-grid button:hover { background: #245bd4; }
.plans-note { max-width: 760px; margin: 22px auto 0; color: var(--muted); font-size: 12px; text-align: center; }

.faq { padding-top: 80px; }
.faq-list { max-width: 780px; margin: 48px auto 0; }
.faq-list details { margin-bottom: 12px; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); transition: border-color .25s ease; }
.faq-list details:hover { border-color: #a8b2c5; }
.faq-list summary { min-height: 78px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; gap: 25px; cursor: pointer; font-weight: 600; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--muted); font-size: 20px; transition: transform .2s; }.faq-list details[open] summary span { transform: rotate(180deg); }
.faq-list details p { padding: 0 54px 24px 22px; color: var(--muted); font-size: 15px; }

.contact-section { max-width: 1240px; margin: 24px auto clamp(56px,8vw,104px); padding: 54px; display: grid; grid-template-columns: 1fr 1.05fr; gap: 55px; border-radius: 30px; background: radial-gradient(circle at 42% 100%,rgba(27,86,208,.3),transparent 45%),var(--navy); color: #fff; }
.contact-section h2 { font-size: clamp(38px,4vw,54px); }
.contact-lead { max-width: 560px; margin: 20px 0 34px; color: #9aa6bb; }
.contact-form-wrap label { display: block; margin-bottom: 17px; color: #dce4f2; font-size: 13px; font-weight: 500; }.contact-form-wrap label > span { margin-left: 5px; color: #758198; font-weight: 400; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
input, textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #1a2741; border-radius: 7px; background: #040a1a; color: #f3f6fc; outline: none; }
input::placeholder, textarea::placeholder { color: #647088; opacity: 1; }
input:focus, textarea:focus { border-color: #5784ec; box-shadow: 0 0 0 3px rgba(79,124,229,.16); }
textarea { min-height: 110px; resize: vertical; }
.form-field { margin-bottom: 17px; }
.field-label { display: block; color: #dce4f2; font-size: 13px; font-weight: 500; }
.custom-select { position: relative; margin-top: 7px; }
.custom-select-trigger { width: 100%; min-height: 52px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid #1a2741; border-radius: 7px; background: #040a1a; color: #f3f6fc; text-align: left; transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease; }
.custom-select-trigger:hover { border-color: #354565; background: #060d20; }
.custom-select-trigger[aria-expanded="true"] { border-color: #5784ec; box-shadow: 0 0 0 3px rgba(79,124,229,.16); }
.custom-select-trigger svg { width: 16px; height: 16px; flex: 0 0 auto; fill: none; stroke: #8492aa; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s cubic-bezier(.2,.72,.2,1); }
.custom-select-trigger[aria-expanded="true"] svg { transform: rotate(180deg); }
.custom-select-list { position: absolute; z-index: 20; top: calc(100% + 7px); right: 0; left: 0; margin: 0; padding: 6px; overflow: hidden; border: 1px solid #243250; border-radius: 7px; background: #081225; box-shadow: 0 18px 42px rgba(0,0,0,.42); list-style: none; animation: custom-select-in .2s cubic-bezier(.2,.72,.2,1) both; }
.custom-select-option { min-height: 54px; padding: 8px 38px 8px 11px; position: relative; display: flex; flex-direction: column; justify-content: center; border-radius: 4px; color: #dce4f2; cursor: pointer; outline: none; transition: background-color .16s ease, color .16s ease; }
.custom-select-option span { font-size: 13px; font-weight: 600; }
.custom-select-option small { margin-top: 1px; color: #748198; font-size: 11px; }
.custom-select-option:hover, .custom-select-option:focus-visible { background: #101e38; color: #fff; }
.custom-select-option[aria-selected="true"] { background: #0d1a33; color: #fff; }
.custom-select-option[aria-selected="true"]::after { content: "✓"; position: absolute; top: 50%; right: 14px; color: #7fa7ff; font-size: 13px; transform: translateY(-50%); }
@keyframes custom-select-in { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
.form-actions { margin: 22px 0 0; display: flex; gap: 12px; flex-wrap: wrap; }
.gradient-button { min-width: 190px; background: linear-gradient(90deg,var(--blue),var(--blue-soft)); color: #fff; }
.contact-status { margin-top: 13px; color: #9dbbf6; font-size: 13px; }.contact-status:empty { display: none; }
.contact-status.is-visible { animation: contact-status-in .35s cubic-bezier(.2,.72,.2,1) both; }
@keyframes contact-status-in { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
.contact-photo { min-height: 650px; position: relative; overflow: hidden; border-radius: 22px; background: #0b1222; }
.contact-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; filter: grayscale(1) contrast(1.05) brightness(.74); transition: transform 1.2s cubic-bezier(.2,.72,.2,1); }
.contact-photo:hover img { transform: scale(1.025); }
.contact-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 50%,rgba(3,7,25,.72)); pointer-events: none; }

.outro { padding-bottom: 28px; }
.outro-screen { max-width: 1060px; min-height: 420px; margin: 50px auto 0; overflow: hidden; border: 1px solid #1c2a45; border-radius: 24px; background: var(--navy); color: #fff; box-shadow: 0 32px 75px rgba(5,10,30,.16); }
.outro-body { min-height: 420px; padding: 58px 52px; display: grid; grid-template-columns: 1fr 1.25fr 1fr; gap: 42px; align-items: center; background: linear-gradient(180deg,#071022 0%,#050b19 100%); }
.outro-datum { min-height: 190px; padding: 20px 0 18px; position: relative; display: flex; flex-direction: column; justify-content: space-between; border-top: 1px solid #2a3852; border-bottom: 1px solid #18253a; }
.outro-datum::before { content: ""; position: absolute; top: -1px; inset-inline-start: 0; width: 52px; height: 1px; background: #5ec8b7; transform-origin: left; }
html[dir="rtl"] .outro-datum::before { transform-origin: right; }
.outro-result::before { background: #ee7782; }
.outro-kicker { display: flex; align-items: center; gap: 11px; color: #718099; }
.outro-kicker span { width: 30px; height: 24px; display: grid; place-items: center; border: 1px solid #34435d; color: #a5b1c5; font: 600 10px/1 "Manrope",Arial,sans-serif; letter-spacing: .08em; }
.outro-kicker small { color: #8491a7; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .13em; }
.outro-datum > strong { display: block; margin: 25px 0 auto; max-width: 230px; font: 600 22px/1.22 "Manrope",Arial,sans-serif; letter-spacing: -.025em; }
.outro-meta { display: block; margin-top: 20px; color: #8995a9; font-size: 12px; line-height: 1.5; }
.outro-bars { height: 190px; display: flex; align-items: end; gap: 14px; border-bottom: 1px solid #25334d; }.outro-bars i { flex: 1; height: 42%; border-radius: 5px 5px 0 0; background: linear-gradient(180deg,#4fd1bc,#1b7f75); }.outro-bars i:nth-child(2){height:64%}.outro-bars i:nth-child(3){height:90%}.outro-bars i:nth-child(4){height:48%}.outro-bars i:nth-child(5){height:38%}.outro-bars i:nth-child(6){height:54%}.outro-bars .warn { background: linear-gradient(180deg,#ff8a94,#993444); }
.motion-ready .outro-screen.is-visible .outro-body > div:not(.outro-bars) { animation: compare-step-in .52s cubic-bezier(.2,.72,.2,1) both; }
.motion-ready .outro-screen.is-visible .outro-datum::before { animation: outro-rule-in .7s cubic-bezier(.2,.72,.2,1) both; }
.motion-ready .outro-screen.is-visible .outro-body > div:first-child { animation-delay: .3s; }
.motion-ready .outro-screen.is-visible .outro-result { animation-delay: .72s; }
.motion-ready .outro-screen.is-visible .outro-result::before { animation-delay: .72s; }
.motion-ready .outro-screen.is-visible .outro-bars i { transform-origin: bottom; animation: data-bar-rise .72s cubic-bezier(.2,.72,.2,1) both; }
.motion-ready .outro-screen.is-visible .outro-bars i:nth-child(1) { animation-delay: .34s; }
.motion-ready .outro-screen.is-visible .outro-bars i:nth-child(2) { animation-delay: .41s; }
.motion-ready .outro-screen.is-visible .outro-bars i:nth-child(3) { animation-delay: .48s; }
.motion-ready .outro-screen.is-visible .outro-bars i:nth-child(4) { animation-delay: .55s; }
.motion-ready .outro-screen.is-visible .outro-bars i:nth-child(5) { animation-delay: .62s; }
.motion-ready .outro-screen.is-visible .outro-bars i:nth-child(6) { animation-delay: .69s; }
@keyframes outro-rule-in { from { opacity: 0; transform: scaleX(0); } to { opacity: 1; transform: scaleX(1); } }

.footer { max-width: 1240px; min-height: 310px; margin: 0 auto; padding: 54px 48px 24px; display: grid; grid-template-columns: 1.35fr .8fr 1fr 1.15fr; gap: 44px; align-content: start; border-radius: 30px 30px 0 0; background: var(--navy); color: #fff; }
.footer > div:first-child p { margin-top: 14px; color: #78849b; font-size: 13px; }.footer nav,.footer > div:nth-of-type(2) { display: flex; flex-direction: column; gap: 14px; font-size: 14px; }.footer nav a,.footer > div:nth-of-type(2) a { color: #a7b0c1; }.footer nav a:hover,.footer > div:nth-of-type(2) a:hover { color: #fff; }.copyright { grid-column: 1/-1; align-self: end; margin-top: 70px; padding-top: 20px; border-top: 1px solid #1c2840; color: #6f7b91; font-size: 12px; }
.footer .footer-legal { gap: 10px; font-size: 12px; }

.cookie-notice { position: fixed; z-index: 120; right: 24px; bottom: 24px; left: 24px; max-width: 1180px; margin: 0 auto; padding: 20px 22px; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 18px; border: 1px solid var(--line); border-radius: 30px; background: var(--surface); color: var(--ink); box-shadow: 0 18px 55px rgba(2,7,20,.18); }
.cookie-copy strong { display: block; font: 600 15px/1.3 "Manrope",Arial,sans-serif; }
.cookie-copy p { max-width: 720px; margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.cookie-actions { display: flex; align-items: center; gap: 18px; }
.cookie-actions a { color: var(--muted); font-size: 12px; text-decoration: underline; text-underline-offset: 3px; }
.cookie-actions button { min-width: 112px; min-height: 42px; padding: 0 20px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: var(--surface); font-size: 12px; font-weight: 600; }
.cookie-actions button:hover { opacity: .82; }

.case-content.is-updating > * { animation: case-content-in .48s cubic-bezier(.2,.72,.2,1) both; }
.case-content.is-updating > *:nth-child(2) { animation-delay: .035s; }
.case-content.is-updating > *:nth-child(3) { animation-delay: .07s; }
.case-content.is-updating > *:nth-child(4) { animation-delay: .105s; }
@keyframes case-content-in { from { opacity: .18; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.motion-ready .reveal-item { opacity: 0; transform: translateY(24px); transition: opacity .72s cubic-bezier(.2,.72,.2,1) var(--reveal-delay,0ms), transform .72s cubic-bezier(.2,.72,.2,1) var(--reveal-delay,0ms); will-change: opacity,transform; }
.motion-ready .reveal-item.is-visible { opacity: 1; transform: translateY(0); will-change: auto; }
.motion-ready .feature-item.reveal-item.is-visible:hover,
.motion-ready .steps-grid li.reveal-item.is-visible:hover,
.motion-ready .plans-grid article.reveal-item.is-visible:hover { transform: translateY(-3px); }
.motion-ready .reveal-media { clip-path: inset(0 0 100% 0); transition: opacity .85s cubic-bezier(.2,.72,.2,1) var(--reveal-delay,0ms), transform .85s cubic-bezier(.2,.72,.2,1) var(--reveal-delay,0ms), clip-path 1s cubic-bezier(.2,.72,.2,1) var(--reveal-delay,0ms); }
.motion-ready .reveal-media.is-visible { clip-path: inset(0); }
.motion-ready .reveal-media img { transform: scale(1.055); }
.motion-ready .reveal-media.is-visible img { transform: scale(1); }
.motion-ready .reveal-media.is-visible:hover img { transform: scale(1.025); }

@media (max-width: 1020px) {
  .topbar { padding-inline: 25px; grid-template-columns: 1fr auto auto; }
  .index-nav { --menu-top: 126px; position: fixed; z-index: 40; top: var(--menu-top); right: 0; bottom: 0; left: 0; min-height: calc(100dvh - var(--menu-top)); padding: clamp(44px,8vh,82px) clamp(25px,7vw,86px) 38px; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; overflow-y: auto; border-top: 1px solid #202943; background: var(--navy); opacity: 0; visibility: hidden; pointer-events: none; clip-path: inset(0 0 100% 0); transform: translateY(-14px); animation: none; transition: clip-path .7s cubic-bezier(.2,.72,.2,1), transform .7s cubic-bezier(.2,.72,.2,1), opacity .28s ease, visibility 0s linear .7s; }
  .index-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; clip-path: inset(0); transform: translateY(0); transition-delay: 0s; }
  .index-nav a { width: 100%; max-width: 920px; margin-inline: auto; padding: clamp(16px,2.6vh,25px) 0; display: block; border-top: 1px solid #1e2941; color: #eef2fa; font: 500 clamp(27px,4.4vw,48px)/1.08 "Manrope",Arial,sans-serif; letter-spacing: -1.7px; opacity: 0; transform: translateY(22px); transition: color .2s ease, opacity .35s ease, transform .55s cubic-bezier(.2,.72,.2,1); }
  .index-nav a:last-child { border-bottom: 1px solid #1e2941; }
  .index-nav a::after { display: none; }
  .index-nav.is-open a { opacity: 1; transform: translateY(0); }
  .index-nav.is-open a:nth-child(1) { transition-delay: .14s; }
  .index-nav.is-open a:nth-child(2) { transition-delay: .2s; }
  .index-nav.is-open a:nth-child(3) { transition-delay: .26s; }
  .index-nav.is-open a:nth-child(4) { transition-delay: .32s; }
  .index-nav a:hover, .index-nav a:focus-visible { color: #8eb2ff; }
  .nav-actions { margin: 0 13px 0 0; }
  .mobile-menu-toggle { display: grid; }
  .hero { min-height: 820px; }
  .overview { grid-template-columns: 1fr 1fr; gap: 34px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-item { display: grid; grid-template-columns: 320px 1fr; gap: 0 28px; }.feature-item .mini-ui { grid-row: 1/3; }.feature-item h3 { align-self: end; }
  .plans-grid { grid-template-columns: repeat(2,1fr); }
  .contact-section { grid-template-columns: 1fr; }.contact-photo { min-height: 420px; }
  .outro-body { grid-template-columns: 1fr 1.1fr; }.outro-result { grid-column: 1/-1; }
  .footer { grid-template-columns: 1.25fr 1fr 1fr; }.footer-legal { grid-column: 2/-1; display: grid !important; grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 76px; }
  .announcement { min-height: 34px; padding-inline: 14px; font-size: 11px; }.announcement span { display: none; }
  .topbar { height: 72px; padding-inline: 18px; }.wordmark { height: 38px; gap: 9px; }.wordmark img { width: 34px; height: 29px; }.wordmark-name { font-size: 23px; letter-spacing: -1.2px; }.theme-toggle { width: 36px; height: 36px; }.language-toggle { width: 48px; height: 36px; }.nav-actions { gap: 8px; }.nav-actions .nav-cta { display: none; }.mobile-menu-toggle { width: 40px; height: 40px; }.index-nav { --menu-top: 106px; padding: 34px 20px 28px; justify-content: flex-start; }.index-nav a { font-size: clamp(25px,8vw,38px); }
  .hero { min-height: 760px; padding: 38px 18px 0; border-radius: 0 0 20px 20px; }.hero h1 { font-size: 40px; letter-spacing: -1.9px; }.hero-lead { font-size: 15px; }.product-preview { margin-top: 38px; }.preview-grid { height: 328px; grid-template-columns: 1fr; }.preview-summary { display: none; }.preview-chart { grid-template-rows: 72px 1fr 46px; }.chart-head { padding-inline: 16px; }.chart-note { right: 14px; width: 176px; padding: 12px 14px; }.chart-note strong { font-size: 25px; }.chart-meta { padding-inline: 16px; }
  .preview-signals { display: block; }.preview-signals > div { min-height: 64px; padding: 15px 16px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-right: 0; border-bottom: 1px solid #1b2941; }.preview-signals > div:last-child { border-bottom: 0; }.preview-signals dt { min-width: 0; font-size: 14px; }.preview-signals dd { margin: 0; font-size: 16px; text-align: end; }
  .section-pad { padding: 76px 18px; }.section-frame { margin-inline: 14px; padding: 34px 20px; border-radius: 22px; }.section-head h2,.overview h2,.feature-board h2,.start-section h2,.contact-section h2 { font-size: 38px; letter-spacing: -1.6px; }.section-head > p:last-child { font-size: 15px; }
  .audience-list { margin: 42px 0 35px; grid-template-columns: 1fr 1fr; }.audience-list span { font-size: 15px; }
  .overview { grid-template-columns: 1fr; }.overview-photo,.overview-photo img { min-height: 340px; height: 340px; }
  .checks { padding-top: 80px; padding-bottom: 72px; }.checks-head { display: block; margin-bottom: 38px; }.checks-head h2 { font-size: 38px; letter-spacing: -1.6px; }.checks-head p { margin-top: 20px; font-size: 15px; }
  .checks-grid { grid-template-columns: 1fr; border-bottom: 0; }.checks-grid li { min-height: 0; padding: 24px 0 29px; display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 18px; border-bottom: 1px solid var(--line); }.checks-grid li + li { padding-inline-start: 0; border-inline-start: 0; }.checks-number { margin: 0; font-size: 30px; line-height: 1.2; }.checks-grid h3 { font-size: 21px; }.checks-grid p { max-width: none; margin-top: 10px; font-size: 14px; line-height: 1.65; }
  .feature-board { margin-inline: 14px; padding: 44px 14px 18px; border-radius: 22px; }.feature-item { display: block; padding: 15px 15px 24px; }.feature-item h3 { margin-top: 22px; }.mini-ui { height: 235px; }
  .deviations { display: block; padding-top: 88px; padding-bottom: 0; }.deviations-intro h2 { font-size: 38px; letter-spacing: -1.6px; }.deviations-intro p { font-size: 15px; }.deviations-list { margin-top: 42px; }.deviations-list article { padding: 24px 0 27px; }
  .report-demo { grid-template-columns: 1fr; border-radius: 22px; }.case-tabs { padding: 14px; display: grid; grid-template-columns: repeat(3,1fr); border-right: 0; border-bottom: 1px solid #1c2841; }.case-tabs button { min-height: 90px; padding: 12px; display: flex; flex-direction: column; align-items: flex-start; gap: 5px; font-size: 12px; }.case-content { padding: 34px 22px; }.case-content h3 { font-size: 31px; }.case-facts { grid-template-columns: 1fr; }.case-facts div { border-right: 0; border-bottom: 1px solid #1d2a43; }.case-facts div:last-child { border-bottom: 0; }
  .start-section { padding: 34px 20px 20px; }.steps-grid { grid-template-columns: 1fr; margin-top: 36px; }.steps-grid li { min-height: 210px; }.step-icon { width: 58px; height: 58px; }.steps-grid h3 { margin-top: 27px; }
  .plans-grid { grid-template-columns: 1fr; }.plans-grid article { min-height: 350px; }
  .faq-list summary { min-height: 72px; font-size: 14px; }.faq-list details p { font-size: 14px; }
  .contact-section { margin-inline: 14px; padding: 35px 20px 20px; border-radius: 22px; gap: 32px; }.contact-section h2 { font-size: 37px; }.form-row { grid-template-columns: 1fr; gap: 0; }.contact-photo { min-height: 330px; }.gradient-button { width: 100%; }
  .outro-screen { min-height: 390px; }.outro-body { padding: 34px 20px; grid-template-columns: 1fr; gap: 28px; }.outro-datum { min-height: 164px; }.outro-datum > strong { max-width: none; }.outro-bars { height: 150px; }.outro-result { grid-column: auto; }
  .footer { margin-inline: 14px; min-height: 390px; padding: 38px 24px 22px; grid-template-columns: 1fr 1fr; border-radius: 22px 22px 0 0; }.footer > div:first-child { grid-column: 1/-1; }.footer-legal { grid-column: 1/-1; grid-template-columns: 1fr 1fr; }.copyright { margin-top: 35px; }
  .cookie-notice { right: 14px; bottom: 14px; left: 14px; padding: 18px; grid-template-columns: 1fr; gap: 14px; border-radius: 22px; }.cookie-actions { justify-content: space-between; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 35px; }
  .hero-lead { font-size: 14px; }
  .chart-head { padding-inline: 14px; }.chart-key { gap: 9px; font-size: 11px; }.chart-key span { gap: 5px; }.chart-note { width: 166px; }
  .section-head h2,.overview h2,.feature-board h2,.start-section h2,.contact-section h2 { font-size: 33px; }
  .checks-head h2 { font-size: 33px; }
  .deviations-intro h2 { font-size: 33px; }
  .audience-list { grid-template-columns: 1fr; }
  .case-tabs { grid-template-columns: 1fr; }.case-tabs button { min-height: 58px; flex-direction: row; align-items: center; }.case-tabs button span { width: 25px; }
  .footer { grid-template-columns: 1fr; }.footer > div:first-child { grid-column: auto; }.footer-legal { grid-column: auto; grid-template-columns: 1fr; }.copyright { grid-column: auto; }
  .cookie-actions { align-items: stretch; flex-direction: column; gap: 10px; }.cookie-actions a { text-align: center; }.cookie-actions button { width: 100%; }
}

@media (max-width: 340px) {
  .chart-key { gap: 7px; font-size: 11px; }
  .chart-note { width: 156px; }
}

@media (max-width: 760px) {
  .language-panel, html[dir="rtl"] .language-panel { z-index: 200; inset: 0; width: auto; height: 100dvh; max-height: none; border: 0; border-radius: 0; box-shadow: none; transform-origin: center; animation: language-modal-in .3s cubic-bezier(.2,.72,.2,1) both; }
  .language-panel-head { min-height: calc(82px + env(safe-area-inset-top)); padding: env(safe-area-inset-top) 24px 0; }
  .language-panel-head span { font-size: 27px; letter-spacing: -.045em; }
  .language-panel-close { display: grid; flex: 0 0 auto; }
  .language-list { display: block; grid-template-columns: none; flex: 1; padding: 4px 20px calc(24px + env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain; }
  .language-list button { width: 100%; min-height: 72px; padding: 11px 4px; grid-template-columns: 40px minmax(0,1fr) 16px; gap: 14px; }
  .language-list button:nth-child(odd), html[dir="rtl"] .language-list button:nth-child(odd) { border-right: 0; border-left: 0; }
  .locale-flag { width: 38px; height: 26px; }
  .language-list strong { font-size: 18px; }
  .language-list small { display: block; margin-top: 3px; font-size: 12px; }
}
@keyframes language-modal-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .custom-select-list,
  .contact-status.is-visible { animation: none; }
  .custom-select-trigger,
  .custom-select-trigger svg,
  .custom-select-option { transition: none; }
  .announcement,
  .topbar > *,
  .hero-copy > *,
  .product-preview { animation: reduced-fade .3s ease-out both !important; transform: none !important; }
  .motion-ready .reveal-item { transform: none; transition: opacity .3s ease-out var(--reveal-delay,0ms); will-change: opacity; }
  .motion-ready .reveal-item.is-visible { transform: none; }
  .index-nav,
  .index-nav a,
  .menu-toggle-icon span { transition-duration: .01ms !important; transition-delay: 0s !important; }
  .language-panel { animation: none !important; }
  .motion-ready .reveal-media { clip-path: inset(0); transition: opacity .3s ease-out var(--reveal-delay,0ms); }
  .motion-ready .reveal-media img,
  .motion-ready .reveal-media.is-visible img,
  .motion-ready .reveal-media.is-visible:hover img,
  .overview-photo:hover img,
  .contact-photo:hover img { transform: none; }
  .motion-ready .feature-item.is-visible .message-bubble,
  .motion-ready .feature-item.is-visible .signal-row i,
  .motion-ready .feature-item.is-visible .time-value,
  .motion-ready .feature-item.is-visible .time-bars i,
  .motion-ready .feature-item.is-visible .compare-ui > div,
  .motion-ready .feature-item.is-visible .compare-ui > em,
  .motion-ready .outro-screen.is-visible .outro-body > div,
  .motion-ready .outro-screen.is-visible .outro-bars i,
  .case-content.is-updating > * { animation: reduced-fade .26s ease-out both !important; transform: none !important; }
  .topbar > *:nth-child(1),
  .hero-copy > *:nth-child(1) { animation-delay: .03s !important; }
  .topbar > *:nth-child(2),
  .hero-copy > *:nth-child(2) { animation-delay: .08s !important; }
  .topbar > *:nth-child(3),
  .hero-copy > *:nth-child(3) { animation-delay: .13s !important; }
  .topbar > *:nth-child(4),
  .product-preview { animation-delay: .18s !important; }
  .motion-ready .feature-item.is-visible .message-bubble,
  .motion-ready .feature-item.is-visible .time-value,
  .motion-ready .feature-item.is-visible .compare-ui > div:first-child { animation-delay: .06s !important; }
  .motion-ready .feature-item.is-visible .signal-row i:nth-child(1),
  .motion-ready .feature-item.is-visible .time-bars i:nth-child(1),
  .motion-ready .feature-item.is-visible .compare-ui > em { animation-delay: .11s !important; }
  .motion-ready .feature-item.is-visible .signal-row i:nth-child(2),
  .motion-ready .feature-item.is-visible .time-bars i:nth-child(2),
  .motion-ready .feature-item.is-visible .compare-ui > div:nth-of-type(2) { animation-delay: .16s !important; }
  .motion-ready .feature-item.is-visible .signal-row i:nth-child(3),
  .motion-ready .feature-item.is-visible .time-bars i:nth-child(3) { animation-delay: .21s !important; }
  .motion-ready .feature-item.is-visible .signal-row i:nth-child(4),
  .motion-ready .feature-item.is-visible .time-bars i:nth-child(4) { animation-delay: .26s !important; }
  .motion-ready .feature-item.is-visible .time-bars i:nth-child(5) { animation-delay: .31s !important; }
  .motion-ready .outro-screen.is-visible .outro-body > div:first-child { animation-delay: .06s !important; }
  .motion-ready .outro-screen.is-visible .outro-bars i:nth-child(1) { animation-delay: .1s !important; }
  .motion-ready .outro-screen.is-visible .outro-bars i:nth-child(2) { animation-delay: .14s !important; }
  .motion-ready .outro-screen.is-visible .outro-bars i:nth-child(3) { animation-delay: .18s !important; }
  .motion-ready .outro-screen.is-visible .outro-bars i:nth-child(4) { animation-delay: .22s !important; }
  .motion-ready .outro-screen.is-visible .outro-bars i:nth-child(5) { animation-delay: .26s !important; }
  .motion-ready .outro-screen.is-visible .outro-bars i:nth-child(6),
  .motion-ready .outro-screen.is-visible .outro-result { animation-delay: .3s !important; }
  .case-content.is-updating > *:nth-child(2) { animation-delay: .035s !important; }
  .case-content.is-updating > *:nth-child(3) { animation-delay: .07s !important; }
  .case-content.is-updating > *:nth-child(4) { animation-delay: .105s !important; }
  .motion-ready .feature-item.reveal-item.is-visible:hover,
  .motion-ready .steps-grid li.reveal-item.is-visible:hover,
  .motion-ready .plans-grid article.reveal-item.is-visible:hover,
  .nav-cta:hover,
  .hero-cta:hover,
  .dark-pill:hover,
  .gradient-button:hover { transform: none; }
  .index-nav a::after,
  .audience-list span::after,
  .faq-list summary span { transition: none; }
  .chart-head,
  .chart-note,
  .chart-meta,
  .preview-signals > div,
  .preview-summary dl > div,
  .plot-grid line,
  .limit-line,
  .point,
  .point-ring,
  .limit-label { animation: none !important; opacity: 1; transform: none; }
  .delivery-area { animation: none !important; opacity: .08; clip-path: inset(0); }
  .chart-cursor { animation: none !important; opacity: 0; }
  .delivery-line { stroke-dashoffset: 0; }
  .delivery-flow { opacity: .18; animation: none; }
  .point-ring { opacity: .45; }
}

/* Referral programme */
.referral-page { background: var(--page); }
.referral-main { overflow: clip; }
.referral-shell { width: min(1240px, calc(100% - 80px)); margin-inline: auto; }
.referral-hero { padding: clamp(72px, 10vw, 142px) 0 0; background: var(--navy); color: #fff; }
.referral-hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); gap: clamp(44px, 7.4vw, 120px); align-items: center; padding-bottom: clamp(72px, 10vw, 132px); }
.referral-hero-copy h1 { max-width: 755px; font: 600 clamp(49px, 6.1vw, 82px)/.99 "Manrope", Arial, sans-serif; letter-spacing: -.072em; }
.referral-hero-copy > p { max-width: 610px; margin-top: 29px; color: #a7b1c3; font-size: clamp(16px, 1.38vw, 19px); line-height: 1.62; }
.referral-actions { margin-top: 39px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; }
.referral-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; padding: 0 22px; border: 1px solid transparent; border-radius: 4px; font: 600 14px/1 "Manrope", Arial, sans-serif; letter-spacing: -.02em; transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .3s cubic-bezier(.2,.72,.2,1); }
.referral-button:hover { transform: translateY(-2px); }
.referral-button-primary { background: #fff; color: #050817; }
.referral-button-primary:hover { background: #dbe7ff; }
.referral-button-text { padding-inline: 0; color: #c4ccdb; border-color: transparent; }
.referral-button-text:hover { color: #fff; }

.referral-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #263451; }
.referral-facts > div { min-height: 152px; padding: 27px 28px 29px; display: flex; flex-direction: column; justify-content: end; border-right: 1px solid #263451; }
.referral-facts > div:first-child { border-left: 1px solid #263451; }
.referral-facts strong { color: #fff; font: 600 clamp(28px, 3.1vw, 42px)/1 "Manrope", Arial, sans-serif; letter-spacing: -.06em; }
.referral-facts span { max-width: 250px; margin-top: 12px; color: #9ca9bf; font-size: 14px; line-height: 1.45; }

.referral-calculator-section { padding: clamp(84px, 10vw, 140px) 0; background: var(--surface); }
.referral-calculator-grid { display: grid; grid-template-columns: minmax(0, .75fr) minmax(500px, 1.25fr); gap: clamp(46px, 7vw, 118px); align-items: start; }
.calculator-copy { padding-top: 4px; }
.calculator-copy h2, .referral-section-head h2, .referral-terms-grid h2, .referral-closing h2 { font: 600 clamp(38px, 4.45vw, 62px)/1.04 "Manrope", Arial, sans-serif; letter-spacing: -.065em; }
.calculator-copy p { max-width: 405px; margin-top: 22px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.referral-calculator { display: grid; grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); border: 1px solid var(--line); }
.calculator-controls { padding: 26px; }
.calculator-controls label { display: block; margin-bottom: 9px; font: 600 13px/1.3 "Manrope", Arial, sans-serif; letter-spacing: -.01em; }
.calculator-controls label:not(:first-child) { margin-top: 27px; }
.calculator-input-row { height: 54px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; border-bottom: 1px solid var(--ink); background: var(--surface); }
.calculator-input-row input { width: 100%; min-width: 0; height: 100%; padding: 0 12px 0 0; border: 0; outline: 0; background: transparent; color: var(--ink); font: 600 22px/1 "Manrope", Arial, sans-serif; letter-spacing: -.05em; appearance: textfield; }
.calculator-input-row input::-webkit-outer-spin-button, .calculator-input-row input::-webkit-inner-spin-button { margin: 0; appearance: none; }
.calculator-input-row span { padding-left: 10px; color: var(--muted); font: 600 12px/1 "Manrope", Arial, sans-serif; letter-spacing: .06em; }
.calculator-controls small { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.calculator-presets { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 10px; }
.calculator-presets button { height: 36px; border: 1px solid var(--line); border-radius: 4px; background: transparent; color: var(--muted); font: 600 12px/1 "Manrope", Arial, sans-serif; transition: border-color .2s ease, color .2s ease, background-color .2s ease; }
.calculator-presets button:hover, .calculator-presets button[aria-pressed="true"] { border-color: var(--ink); background: var(--ink); color: var(--surface); }
.calculator-result { min-height: 100%; padding: 26px; display: flex; flex-direction: column; background: var(--navy); color: #fff; }
.calculator-result > div { padding: 5px 0 23px; border-bottom: 1px solid #283750; }
.calculator-result > div + div { padding-top: 24px; }
.calculator-result span { display: block; color: #9daac0; font: 500 12px/1.3 "Manrope", Arial, sans-serif; letter-spacing: .055em; }
.calculator-result output { display: block; margin-top: 11px; color: #fff; font: 600 clamp(29px, 3.2vw, 43px)/1 "Manrope", Arial, sans-serif; letter-spacing: -.065em; }
.calculator-result > div:nth-child(2) output { color: #83adff; }
.calculator-result > p { margin-top: 26px; }
.calculator-result > p b { display: block; color: #fff; font: 600 13px/1.3 "Manrope", Arial, sans-serif; }
.calculator-result > p span { margin-top: 8px; color: #aebad0; font-family: "Golos Text", Arial, sans-serif; letter-spacing: 0; }
.calculator-result > small { margin-top: auto; padding-top: 28px; color: #7888a3; font-size: 12px; line-height: 1.55; }

.referral-audience-section { padding: clamp(88px, 10vw, 142px) 0; }
.referral-section-head { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(260px, .72fr); gap: clamp(44px, 10vw, 145px); align-items: end; }
.referral-section-head p { max-width: 450px; margin-bottom: 4px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.referral-audience-grid { margin-top: 57px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.referral-audience-grid article { min-width: 0; padding: 27px 32px 32px 0; }
.referral-audience-grid article + article { padding-left: 32px; border-left: 1px solid var(--line); }
.referral-audience-grid h3 { max-width: 340px; font: 600 clamp(22px, 2.15vw, 29px)/1.2 "Manrope", Arial, sans-serif; letter-spacing: -.05em; }
.referral-audience-grid ul { margin: 30px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.referral-audience-grid li { min-height: 49px; padding: 13px 4px 12px 23px; position: relative; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 15px; line-height: 1.55; }
.referral-audience-grid li::before { content: ""; position: absolute; top: 23px; left: 2px; width: 7px; height: 1px; background: var(--blue); }

.referral-steps-section { padding: clamp(84px, 9vw, 130px) 0; background: var(--surface); }
.referral-steps-section .referral-section-head { display: block; }
.referral-steps { margin: 56px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.referral-steps li { display: grid; grid-template-columns: 82px minmax(210px, .68fr) minmax(0, 1.32fr); gap: clamp(24px, 4vw, 70px); align-items: start; padding: 27px 0 30px; border-bottom: 1px solid var(--line); }
.referral-step-number { color: var(--blue); font: 500 37px/1 "Manrope", Arial, sans-serif; letter-spacing: -.07em; }
.referral-steps h3 { font: 600 clamp(21px, 2.05vw, 27px)/1.18 "Manrope", Arial, sans-serif; letter-spacing: -.05em; }
.referral-steps p { max-width: 575px; color: var(--muted); font-size: 16px; line-height: 1.65; }

.referral-terms-section { padding: clamp(78px, 9vw, 125px) 0; background: var(--navy); color: #fff; }
.referral-terms-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, .82fr); gap: clamp(46px, 11vw, 172px); align-items: end; }
.referral-terms-grid p { max-width: 510px; color: #a9b5c9; font-size: 18px; line-height: 1.72; }

.referral-faq-section { padding: clamp(86px, 10vw, 142px) 0; }
.referral-faq-section .referral-section-head { display: block; }
.referral-faq { margin-top: 49px; border-top: 1px solid var(--line); }
.referral-faq details { border-bottom: 1px solid var(--line); }
.referral-faq summary { min-height: 77px; padding: 21px 42px 21px 0; position: relative; display: flex; align-items: center; color: var(--ink); cursor: pointer; font: 600 clamp(19px, 2vw, 25px)/1.3 "Manrope", Arial, sans-serif; letter-spacing: -.045em; list-style: none; }
.referral-faq summary::-webkit-details-marker { display: none; }
.referral-faq summary::after { content: "+"; position: absolute; top: 50%; right: 4px; color: var(--blue); font: 400 29px/1 "Manrope", Arial, sans-serif; transform: translateY(-50%); transition: transform .25s ease; }
.referral-faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.referral-faq p { max-width: 760px; padding: 0 40px 26px 0; color: var(--muted); font-size: 16px; line-height: 1.72; }

.referral-closing { padding: 0 0 clamp(86px, 10vw, 148px); }
.referral-closing-inner { min-height: 356px; padding: clamp(38px, 6vw, 76px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: #dce8ff; color: #081126; }
.referral-closing h2 { max-width: 660px; }
.referral-closing p { max-width: 560px; margin-top: 19px; color: #4f607e; font-size: 17px; line-height: 1.65; }
.referral-closing .referral-button { margin-top: 31px; background: #081126; color: #fff; }
.referral-closing .referral-button:hover { background: #1b315b; }
:root[data-theme="dark"] .referral-closing-inner { background: #18233a; color: #f5f7ff; }
:root[data-theme="dark"] .referral-closing p { color: #b3c0d6; }

.motion-ready .referral-page [data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .62s ease, transform .72s cubic-bezier(.2,.72,.2,1); }
.motion-ready .referral-page [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .referral-topbar .referral-nav { --menu-top: 88px; }
  .referral-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(345px, .72fr); gap: 42px; }
  .referral-calculator-grid { grid-template-columns: 1fr; gap: 42px; }
  .calculator-copy p { max-width: 580px; }
  .referral-terms-grid { gap: 65px; }
}
@media (max-width: 760px) {
  .referral-shell { width: min(100% - 36px, 1240px); }
  .referral-topbar .referral-nav { --menu-top: 72px; }
  .referral-hero { padding-top: 60px; }
  .referral-hero-grid { grid-template-columns: 1fr; gap: 48px; padding-bottom: 58px; }
  .referral-hero-copy h1 { font-size: clamp(40px, 11vw, 57px); letter-spacing: -.07em; }
  .referral-hero-copy > p { margin-top: 24px; font-size: 16px; }
  .referral-actions { margin-top: 30px; align-items: flex-start; flex-direction: column; }
  .referral-button { min-height: 48px; padding-inline: 19px; }
  .referral-facts { grid-template-columns: 1fr; }
  .referral-facts > div, .referral-facts > div:first-child { min-height: 122px; padding: 22px 20px; border-right: 1px solid #263451; border-left: 1px solid #263451; border-bottom: 1px solid #263451; }
  .referral-facts strong { font-size: 32px; }
  .referral-calculator-section, .referral-audience-section, .referral-steps-section, .referral-faq-section { padding-block: 75px; }
  .calculator-copy h2, .referral-section-head h2, .referral-terms-grid h2, .referral-closing h2 { font-size: 37px; letter-spacing: -.06em; }
  .referral-calculator-grid { gap: 34px; }
  .referral-calculator { grid-template-columns: 1fr; }
  .calculator-controls, .calculator-result { padding: 21px; }
  .calculator-result { min-height: 336px; }
  .calculator-result output { font-size: 34px; }
  .referral-section-head { grid-template-columns: 1fr; gap: 20px; }
  .referral-audience-grid { grid-template-columns: 1fr; margin-top: 39px; }
  .referral-audience-grid article { padding: 24px 0 28px; }
  .referral-audience-grid article + article { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .referral-steps { margin-top: 37px; }
  .referral-steps li { grid-template-columns: 45px 1fr; gap: 12px 18px; padding-block: 23px; }
  .referral-step-number { font-size: 28px; }
  .referral-steps h3 { padding-top: 2px; font-size: 22px; }
  .referral-steps p { grid-column: 2; font-size: 15px; }
  .referral-terms-section { padding-block: 73px; }
  .referral-terms-grid { grid-template-columns: 1fr; gap: 25px; }
  .referral-terms-grid p { font-size: 16px; }
  .referral-faq { margin-top: 34px; }
  .referral-faq summary { min-height: 69px; padding-block: 17px; font-size: 20px; }
  .referral-faq p { padding-right: 20px; padding-bottom: 22px; font-size: 15px; }
  .referral-closing { padding-bottom: 75px; }
  .referral-closing-inner { min-height: 310px; padding: 34px 25px; }
  .referral-closing p { font-size: 16px; }
}
@media (max-width: 390px) {
  .referral-shell { width: min(100% - 28px, 1240px); }
  .calculator-result output { font-size: 30px; }
}
@media (prefers-reduced-motion: reduce) {
  .motion-ready .referral-page [data-reveal] { opacity: 1; transform: none; transition: none; }
  .referral-button, .referral-faq summary::after { transition: none; }
}
@keyframes reduced-fade { from { opacity: 0; } to { opacity: 1; } }

/* Delivery report and route-risk content — shared product surfaces */
.deviations { width: min(1240px, calc(100% - 48px)); margin: 104px auto 0; padding: 54px 38px 38px; display: block; }
.deviations-intro { display: grid; grid-template-columns: 1fr 1.1fr; align-items: end; gap: 56px; }
.deviations-intro h2 { max-width: 520px; font-size: clamp(40px,4.3vw,58px); letter-spacing: -2.5px; }
.deviations-intro p { max-width: 550px; margin: 0; font-size: 16px; }
.deviations-list { margin-top: 42px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; align-items: stretch; border: 0; }
.deviations-list article { min-width: 0; padding: 28px; display: flex; flex-direction: column; border: 0; border-radius: 20px; background: var(--surface-soft); }
.deviations-list article:last-child { border: 0; }
.deviation-icon { display: block; width: 54px; height: 54px; margin-bottom: 30px; stroke: #5f80cc; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.deviations-list h3 { max-width: none; min-height: 58px; font-size: 23px; line-height: 1.26; letter-spacing: -.7px; }
.deviations-list > article > p { margin-top: 14px; font-size: 15px; line-height: 1.7; }
.deviations-list details { margin-top: auto; padding-top: 24px; }
.deviations-list summary { min-height: 52px; position: relative; display: flex; align-items: center; padding: 14px 28px 0 0; border-top: 1px solid var(--line); color: var(--ink); font-size: 14px; font-weight: 500; cursor: pointer; list-style: none; }
.deviations-list summary::-webkit-details-marker { display: none; }
.deviations-list summary span { position: absolute; right: 0; bottom: 4px; color: var(--muted); font: 400 24px/1 "Manrope",Arial,sans-serif; transition: transform .25s ease; }
.deviations-list details[open] summary span { transform: rotate(45deg); }
.deviations-list details p { margin-top: 14px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.deviation-method { margin-top: 42px; padding: 30px 2px 0; border-top: 1px solid var(--line); }
.deviation-method > p { color: var(--ink); font: 600 22px/1.3 "Manrope",Arial,sans-serif; letter-spacing: -.5px; }
.deviation-method ol { margin: 30px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 30px; list-style: none; }
.deviation-method li { min-width: 0; }
.deviation-method li > span { display: block; margin-bottom: 18px; color: var(--blue); font: 500 22px/1 "Manrope",Arial,sans-serif; }
.deviation-method h3 { font: 600 18px/1.35 "Manrope",Arial,sans-serif; letter-spacing: -.4px; }
.deviation-method li p { margin-top: 10px; color: var(--muted); font-size: 14px; line-height: 1.7; }

.report-section { padding-top: 110px; }
.report-section .section-head { max-width: 850px; }
.report-section .section-head > p:last-child { max-width: 690px; }
.report-demo { display: block; min-height: 0; margin-top: 48px; overflow: hidden; border: 1px solid #1c2841; border-radius: 28px; background: var(--navy); color: #fff; }
.report-workspace { display: grid; grid-template-columns: minmax(230px,.72fr) minmax(0,1.7fr); align-items: start; gap: 20px; padding: 24px; }
.case-tabs { padding: 4px 0; display: flex; flex-direction: column; gap: 10px; border: 0; }
.case-tabs button { width: 100%; min-height: 110px; padding: 21px; display: grid; grid-template-columns: 1fr; justify-items: start; align-content: center; gap: 10px; border: 1px solid transparent; border-radius: 14px; background: transparent; color: #a8b3c7; text-align: start; font: 500 16px/1.4 "Manrope",Arial,sans-serif; transition: background-color .25s ease,border-color .25s ease,color .25s ease; }
.case-tabs button strong { min-width: 0; font: inherit; }
.case-tabs button i { display: flex; align-items: center; gap: 8px; color: #7ed5be; font: normal 500 12px/1.2 "Manrope",Arial,sans-serif; letter-spacing: .03em; }
.case-tabs button i::before { content: ""; width: 5px; height: 5px; flex: 0 0 auto; border-radius: 50%; background: currentColor; }
.case-tabs button[data-risk="watch"] i { color: #e3bf7d; }
.case-tabs button[data-risk="suspected"] i { color: #ef9aa8; }
.case-tabs button:hover { background: #09142b; }
.case-tabs button[aria-pressed="true"] { border-color: #3155a5; background: #0b1831; color: #fff; box-shadow: none; }
.case-content { min-width: 0; min-height: 0; padding: 36px; border: 1px solid #1d2b45; border-radius: 20px; background: #071126; }
.case-content h3 { max-width: 640px; font: 600 clamp(28px,3vw,41px)/1.12 "Manrope",Arial,sans-serif; letter-spacing: -1.6px; }
#case-summary { max-width: 650px; margin-top: 18px; color: #a8b4c8; font-size: 16px; line-height: 1.65; }
.case-facts { margin: 28px 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0 22px; border: 0; }
.case-facts div, .case-facts div:last-child { min-width: 0; min-height: 81px; padding: 16px 0; border: 0; border-bottom: 1px solid #22304a; }
.case-facts dt { color: #95a3b9; font-size: 13px; line-height: 1.4; }
.case-facts dd { margin: 8px 0 0; color: #f2f5fc; font: 600 16px/1.3 "Manrope",Arial,sans-serif; overflow-wrap: anywhere; }
.case-content[data-risk="pass"] .case-facts div:last-child dd { color: #7ed5be; }
.case-content[data-risk="watch"] .case-facts div:last-child dd { color: #e3bf7d; }
.case-content[data-risk="suspected"] .case-facts div:last-child dd { color: #ef9aa8; }
.case-comment, .case-next { max-width: 680px; padding: 0; border: 0; }
.case-next { margin-top: 22px; }
.case-comment > span, .case-next > span { display: block; color: #edf2fb; font-size: 14px; font-weight: 500; }
.case-comment p, .case-next p { margin-top: 7px; color: #a8b4c8; font-size: 15px; line-height: 1.65; }
.report-reference-list { padding: 0 32px 20px; }
.report-reference { border-top: 1px solid #1f2b43; }
.report-reference summary { position: relative; min-height: 67px; padding: 20px 35px 20px 0; display: flex; align-items: center; cursor: pointer; color: #bdc8da; font: 500 16px/1.45 "Manrope",Arial,sans-serif; list-style: none; }
.report-reference summary::-webkit-details-marker { display: none; }
.report-reference summary span { position: absolute; inset-inline-end: 2px; color: #91a3c3; font-size: 26px; font-weight: 400; transition: transform .25s ease; }
.report-reference[open] summary span { transform: rotate(45deg); }
.report-flow { margin: 12px 0 27px; padding: 0; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 20px; list-style: none; border: 0; }
.report-flow li { min-width: 0; position: relative; padding-top: 18px; border: 0; border-top: 1px solid #2e4366; }
.report-flow li > span { display: inline-block; margin-bottom: 13px; color: #88a8ec; font: 500 14px/1 "Manrope",Arial,sans-serif; }
.report-flow b { color: #edf2fb; font: 600 13px/1.4 "Manrope",Arial,sans-serif; overflow-wrap: anywhere; }
.report-flow p { margin-top: 8px; color: #98a7be; font-size: 14px; line-height: 1.6; }
.report-exceptions, .report-legend { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 25px; padding: 5px 0 27px; }
.report-exceptions article, .report-legend > div { min-width: 0; }
.report-exceptions b, .report-legend b { color: #d2dced; font: 600 13px/1.4 "Manrope",Arial,sans-serif; overflow-wrap: anywhere; }
.report-exceptions p, .report-legend span { display: block; margin-top: 8px; color: #98a7be; font-size: 14px; line-height: 1.6; }
.report-evidence { max-width: 870px; margin: 24px auto 0; color: var(--muted); font-size: 14px; line-height: 1.7; text-align: center; }

/* The partner calculator is part of the first screen. */
.referral-hero { padding-top: 62px; border-radius: 0 0 28px 28px; }
.referral-hero-grid { grid-template-columns: minmax(0,.94fr) minmax(0,1.06fr); gap: clamp(34px,5vw,78px); align-items: center; padding-bottom: 64px; }
.referral-hero-copy h1 { font-size: clamp(42px,5vw,66px); line-height: 1.06; letter-spacing: -.055em; }
.referral-hero-copy > p { max-width: 530px; font-size: 17px; }
.referral-actions { gap: 14px 22px; }
.referral-button { border-radius: 999px; }
.referral-button-text { border-radius: 0; }
.referral-calculator-intro { min-width: 0; padding: 28px; border: 1px solid #25334f; border-radius: 24px; background: #071126; color: #f2f5fc; --surface: #071126; --ink: #f2f5fc; --muted: #99a7bd; --line: #293750; }
.referral-calculator-intro .calculator-copy { padding: 0; }
.referral-calculator-intro .calculator-copy h2 { font: 600 25px/1.2 "Manrope",Arial,sans-serif; letter-spacing: -.8px; }
.referral-calculator-intro .calculator-copy p { max-width: none; margin-top: 12px; font-size: 14px; line-height: 1.6; }
.referral-calculator-intro .referral-calculator { display: block; margin-top: 25px; border: 0; }
.referral-calculator-intro .calculator-controls { padding: 0; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 0 22px; align-items: start; }
.referral-calculator-intro .calculator-controls > label { grid-column: 1; grid-row: 1; margin: 0 0 10px; align-self: end; }
.referral-calculator-intro .calculator-controls > .calculator-input-row { grid-column: 1; grid-row: 2; }
.referral-calculator-intro .calculator-controls > .calculator-presets { grid-column: 1; grid-row: 3; }
.referral-calculator-intro .calculator-balance { grid-column: 2; grid-row: 1 / 4; display: grid; grid-template-rows: subgrid; }
.referral-calculator-intro .calculator-balance label { margin: 0 0 10px; align-self: end; }
.referral-calculator-intro .calculator-balance small { align-self: start; }
.referral-calculator-intro .calculator-controls label { font-size: 13px; line-height: 1.45; }
.referral-calculator-intro .calculator-input-row { height: 51px; border: 1px solid #30415f; border-radius: 10px; padding-inline: 12px; background: #0b1932; }
.referral-calculator-intro .calculator-input-row:focus-within { border-color: #82a6fa; outline: 2px solid #82a6fa; outline-offset: 2px; }
.referral-calculator-intro .calculator-input-row input { font-size: 23px; letter-spacing: -.04em; }
.referral-calculator-intro .calculator-controls small { font-size: 12px; }
.referral-calculator-intro .calculator-presets { gap: 6px; }
.referral-calculator-intro .calculator-presets button { min-height: 36px; border-radius: 8px; font-size: 13px; }
.referral-calculator-intro .calculator-presets button:hover, .referral-calculator-intro .calculator-presets button[aria-pressed="true"] { background: #1c3158; border-color: #577dbd; color: #f3f7ff; }
.referral-calculator-intro .calculator-result { min-height: 0; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 0 22px; padding: 23px 0 0; margin-top: 24px; border-top: 1px solid #293750; background: transparent; }
.referral-calculator-intro .calculator-result > div { min-width: 0; padding: 0; border: 0; }
.referral-calculator-intro .calculator-result > div + div { padding: 0; }
.referral-calculator-intro .calculator-result span { font-size: 13px; letter-spacing: 0; line-height: 1.5; }
.referral-calculator-intro .calculator-result output { margin-top: 10px; font-size: clamp(22px,2.25vw,31px); line-height: 1.15; letter-spacing: -.04em; overflow-wrap: anywhere; }
.referral-calculator-intro .calculator-result > p { grid-column: 1 / -1; margin-top: 24px; }
.referral-calculator-intro .calculator-result > p b { font-size: 14px; }
.referral-calculator-intro .calculator-result > p span { margin-top: 6px; }
.referral-calculator-intro .calculator-result > small { grid-column: 1 / -1; margin-top: 0; padding-top: 18px; color: #99a7bd; font-size: 12px; line-height: 1.55; }
.referral-facts { padding-bottom: 18px; }
.referral-facts > div, .referral-facts > div:first-child { min-height: 130px; border-left: 0; border-right: 0; }
.referral-facts > div + div { border-inline-start: 1px solid #263451; }
.referral-facts strong { font-size: clamp(26px,2.6vw,35px); }
.referral-closing-inner { border-radius: 28px; }

@media (max-width: 1100px) {
  .deviations { padding: 42px 26px 30px; }
  .deviations-intro { gap: 35px; }
  .deviations-list article { padding: 24px 20px; }
  .deviations-list h3 { font-size: 21px; }
  .deviation-method ol { gap: 22px; }
  .report-workspace { grid-template-columns: minmax(185px,.65fr) minmax(0,1.6fr); gap: 16px; }
  .case-tabs button { padding: 17px; font-size: 15px; }
  .case-content { padding: 28px; }
  .case-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .referral-hero-grid { gap: 34px; grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr); }
  .referral-hero-copy h1 { font-size: clamp(39px,4.9vw,52px); }
  .referral-calculator-intro { padding: 24px; }
  .referral-calculator-intro .calculator-controls, .referral-calculator-intro .calculator-result { column-gap: 16px; }
}
@media (max-width: 860px) {
  .deviations-intro { grid-template-columns: 1fr; gap: 20px; }
  .deviations-intro p { max-width: 670px; }
  .deviations-list { grid-template-columns: 1fr; gap: 16px; }
  .deviations-list article { padding: 28px; }
  .deviations-list h3 { min-height: 0; }
  .deviation-icon { margin-bottom: 22px; }
  .deviation-method ol { grid-template-columns: 1fr 1fr; gap: 30px; }
  .referral-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .referral-hero-copy h1 { max-width: 650px; font-size: clamp(42px,7vw,58px); }
  .referral-calculator-intro { width: 100%; max-width: 640px; }
  .referral-calculator-intro .calculator-result output { font-size: 31px; }
}
@media (max-width: 760px) {
  .deviations { width: calc(100% - 32px); margin-top: 64px; padding: 30px 18px 28px; border-radius: 24px; }
  .deviations-intro h2 { font-size: 36px; letter-spacing: -1.6px; }
  .deviations-intro p { font-size: 16px; }
  .deviations-list { margin-top: 30px; }
  .deviations-list article { padding: 24px; border-radius: 18px; }
  .deviations-list h3 { font-size: 23px; }
  .deviation-method { margin-top: 30px; padding-top: 28px; }
  .deviation-method ol { grid-template-columns: 1fr; gap: 26px; }
  .deviation-method li { display: grid; grid-template-columns: 28px minmax(0,1fr); gap: 14px; }
  .deviation-method li > span { margin: 3px 0 0; font-size: 17px; }
  .deviation-method h3 { font-size: 18px; }
  .report-section { padding-top: 76px; }
  .report-demo { margin-top: 32px; border-radius: 24px; }
  .report-workspace { grid-template-columns: 1fr; gap: 18px; padding: 12px 12px 20px; }
  .case-tabs { display: flex; flex-direction: column; gap: 8px; padding: 0; border: 0; }
  .case-tabs button { min-height: 65px; padding: 16px; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 12px; border-radius: 12px; font-size: 15px; }
  .case-tabs button i { font-size: 11px; }
  .case-content { padding: 26px 20px; border-radius: 18px; }
  .case-content h3 { font-size: 29px; letter-spacing: -1.2px; }
  #case-summary { font-size: 15px; }
  .case-facts { gap: 0 18px; margin-block: 22px; }
  .case-facts dt { font-size: 13px; }
  .case-facts dd { font-size: 15px; }
  .case-comment p, .case-next p { font-size: 14px; }
  .report-reference-list { padding: 0 22px 12px; }
  .report-reference summary { font-size: 15px; }
  .report-flow { grid-template-columns: 1fr; gap: 20px; }
  .report-flow li { display: grid; grid-template-columns: 25px minmax(0,1fr); gap: 12px; padding-top: 16px; }
  .report-flow li > span { margin: 3px 0 0; }
  .report-exceptions, .report-legend { grid-template-columns: 1fr; gap: 22px; }
  .report-evidence { font-size: 13px; text-align: start; }
  .referral-hero { padding-top: 44px; }
  .referral-hero-grid { padding-bottom: 42px; }
  .referral-hero-copy h1 { font-size: clamp(38px,10vw,53px); }
  .referral-hero-copy > p { font-size: 16px; }
  .referral-actions { margin-top: 26px; }
  .referral-calculator-intro { padding: 24px 20px; border-radius: 22px; }
  .referral-calculator-intro .calculator-copy h2 { font-size: 24px; }
  .referral-calculator-intro .calculator-controls { display: block; }
  .referral-calculator-intro .calculator-controls label { font-size: 14px; }
  .referral-calculator-intro .calculator-balance { display: block; margin-top: 22px; }
  .referral-calculator-intro .calculator-result { grid-template-columns: 1fr; gap: 22px; }
  .referral-calculator-intro .calculator-result > p { margin-top: 0; }
  .referral-calculator-intro .calculator-result > small { padding-top: 0; }
  .referral-facts > div, .referral-facts > div:first-child { min-height: 118px; padding: 24px 3px; border: 0; }
  .referral-facts > div + div { border-top: 1px solid #263451; }
}
@media (prefers-reduced-motion: reduce) {
  .deviations-list summary span, .report-reference summary span, .case-tabs button { transition: none; }
}
