/* Hallmark · macrostructure: Case Ledger (About) · theme: existing Tristar brand · tone: precise editorial · anchor hue: coral · pre-emit critique: P5 H5 E5 S5 R5 V5 */
@import url("/tokens.css");

:root {
  --navy: #081f5c;
  --navy-deep: #061747;
  --navy-soft: #edf2ff;
  --coral: #f26b5e;
  --coral-dark: #d94e44;
  --green: #08772d;
  --white: #ffffff;
  --surface: #f6f8fc;
  --ink: #111827;
  --muted: #5f6b7a;
  --line: #dfe5ef;
  --guide-paper: #fbfcfe;
  --guide-paper-soft: #f3f6fa;
  --guide-ink-soft: #334155;
  --guide-rule-strong: #cbd5e1;
  --guide-map-ink: rgba(8, 31, 92, 0.08);
  --guide-coral-paper: #fff7f5;
  --guide-coral-rule: #f1c5c0;
  --footer-notice-bg: #071b50;
  --footer-notice-ink: #c8d2ea;
  --footer-notice-rule: rgba(255,255,255,.12);
  --footer-notice-icon-rule: rgba(255,255,255,.2);
  --shadow: 0 14px 38px rgba(8, 31, 92, 0.12);
  --font: "Manrope", Arial, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  --radius-lg: 18px;
  --radius-md: 12px;
  --ease-lift: cubic-bezier(0.2, 0.7, 0.3, 1);
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--white); font-family: var(--font); line-height: 1.6; }
body.video-modal-open, body.lead-modal-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.container { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 1000; padding: 10px 16px; color: var(--white); background: var(--navy); }
.skip-link:focus { top: 12px; }

.topbar { height: 30px; display: flex; align-items: center; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1); background: #071a4e; }
.topbar .container { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; display: inline-flex; align-items: center; gap: 9px; color: #e7ecf8; font-size: 10.5px; font-weight: 650; line-height: 1; }
.topbar-copy { min-width: 0; display: inline-flex; align-items: center; gap: .5ch; }
.topbar-copy i { font-style: normal; }
.topbar p strong { color: inherit; font-weight: 800; }
.topbar p::before { content: ""; width: 5px; height: 5px; flex: 0 0 auto; border-radius: 50%; background: var(--coral); }
.topbar-links { height: 100%; display: flex; align-items: center; gap: 0; }
.topbar a { min-height: 30px; padding: 0 15px; display: inline-flex; align-items: center; gap: 7px; border-left: 1px solid rgba(255,255,255,.14); color: #f2f5fc; font-size: 10.5px; font-weight: 700; line-height: 1; text-decoration: none; }
.topbar-links a:last-child { padding-right: 0; }
.topbar svg { width: 14px; height: 14px; flex: 0 0 auto; stroke-width: 2; }
.topbar a:hover { color: #ffd3cf; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(8,31,92,.1); background: rgba(255,255,255,.98); box-shadow: 0 5px 18px rgba(8,31,92,.035); backdrop-filter: blur(14px); }
.nav-shell { position: relative; height: 68px; display: flex; align-items: center; gap: 32px; }
.logo { display: inline-flex; align-items: center; flex: 0 0 auto; }
.logo img { width: 178px; height: auto; }
.nav { height: 100%; margin-left: auto; display: flex; align-items: center; gap: 22px; }
.nav > a, .nav-drop > button { position: relative; height: 100%; padding: 0; display: inline-flex; align-items: center; border: 0; color: var(--navy); background: none; font-size: 12px; font-weight: 750; line-height: 1; text-decoration: none; cursor: pointer; }
.nav > a:hover, .nav-drop > button:hover { color: var(--coral-dark); }
.nav > a[aria-current="page"], .nav-drop.current > button { color: var(--coral-dark); font-weight: 850; }
.nav > a:not(.nav-cta)::after, .nav-drop > button::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--coral); transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }
.nav > a:not(.nav-cta):hover::after, .nav-drop:hover > button::after, .nav-drop:focus-within > button::after, .nav-drop.open > button::after { transform: scaleX(1); }
.nav > a[aria-current="page"]::after, .nav-drop.current > button::after { transform: scaleX(1); }
.nav-drop { position: static; height: 100%; }
.nav-drop > button { gap: 6px; }
.nav-drop > button > svg { width: 14px; height: 14px; transition: transform .2s ease; }
.nav-drop:hover > button > svg, .nav-drop:focus-within > button > svg, .nav-drop.open > button > svg { transform: rotate(180deg); }
.mega-menu { position: absolute; top: calc(100% - 2px); left: 0; right: 0; width: 100%; overflow: hidden; border: 1px solid rgba(8,31,92,.14); border-radius: 7px; background: var(--white); box-shadow: 0 24px 58px rgba(8,31,92,.17); opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .18s ease, visibility .18s ease, transform .22s var(--ease-lift); }
.mega-menu-resources { left: auto; width: min(700px, 100%); }
.nav-drop:hover .mega-menu, .nav-drop:focus-within .mega-menu, .nav-drop.open .mega-menu { opacity: 1; visibility: visible; transform: none; }
.mega-menu-head { min-height: 64px; padding: 13px 18px 12px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); background: #fbfcfe; }
.mega-menu-head div { min-width: 0; }
.mega-menu-head span, .mega-menu-head strong { display: block; }
.mega-menu-head span { margin-bottom: 2px; color: var(--coral-dark); font-size: 9px; font-weight: 850; }
.mega-menu-head strong { color: var(--navy); font-size: 14px; line-height: 1.25; }
.mega-index-link { min-height: 40px; flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; color: var(--navy); font-size: 10.5px; font-weight: 850; }
.mega-index-link svg { width: 15px; height: 15px; color: var(--coral); }
.mega-menu-main { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 18px 0; }
.mega-menu-resources .mega-menu-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mega-group { min-width: 0; padding: 0 16px; border-left: 1px solid var(--line); }
.mega-group:first-child { border-left: 0; }
.mega-group header { min-height: 39px; margin-bottom: 7px; }
.mega-group header span { display: block; margin-bottom: 2px; color: #7a8494; font-size: 8.5px; font-weight: 750; }
.mega-group h3 { margin: 0; color: var(--navy); font-size: 11px; line-height: 1.25; }
.mega-links { display: grid; gap: 2px; }
.mega-menu a { text-decoration: none; }
.mega-group a { min-width: 0; min-height: 48px; padding: 6px 7px; display: grid; grid-template-columns: 29px minmax(0, 1fr) 14px; gap: 8px; align-items: center; border-radius: 5px; color: var(--navy); transition: color .18s ease, background .18s ease; }
.mega-group a:hover { color: var(--coral-dark); background: #f7f9fc; }
.mega-group a:active { background: #eef2f7; }
.mega-group a:focus-visible, .mega-index-link:focus-visible, .mega-menu-foot a:focus-visible, .nav-drop > button:focus-visible { outline: 2px solid var(--coral); outline-offset: 2px; }
.mega-group a > svg { width: 14px; height: 14px; color: var(--coral); opacity: 0; transform: translateX(-3px); transition: opacity .18s ease, transform .18s ease; }
.mega-group a:hover > svg, .mega-group a:focus-visible > svg { opacity: 1; transform: none; }
.mega-icon { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid #f2d9d6; border-radius: 5px; color: var(--coral-dark); background: #fff8f7; }
.mega-icon svg { width: 14px; height: 14px; stroke-width: 2; }
.mega-menu strong, .mega-menu small { display: block; }
.mega-menu strong { font-size: 10.5px; line-height: 1.25; }
.mega-menu small { margin-top: 2px; color: var(--muted); font-size: 8.5px; line-height: 1.25; }
.mega-menu-foot { min-height: 54px; padding: 9px 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); background: #071a4e; }
.mega-menu-foot span { display: inline-flex; align-items: center; gap: 8px; color: #dbe4f4; font-size: 9.5px; font-weight: 650; }
.mega-menu-foot span svg { width: 15px; height: 15px; color: #ff9b92; }
.mega-menu-foot a { min-height: 36px; padding: 0 13px; display: inline-flex; align-items: center; gap: 7px; border-radius: 4px; color: var(--white); background: var(--coral); font-size: 9.5px; font-weight: 850; white-space: nowrap; }
.mega-menu-foot a svg { width: 14px; height: 14px; }
.mega-resource-foot { background: #f6f8fb; }
.mega-resource-foot span { color: var(--muted); }
.mega-resource-foot a { color: var(--navy); border: 1px solid var(--line); background: var(--white); }
.nav-cta { height: 40px !important; padding: 0 18px !important; margin-left: 2px; color: var(--white) !important; background: var(--coral) !important; border-radius: 4px; box-shadow: 0 7px 16px rgba(217,78,68,.14); }
.nav-cta:hover { background: var(--coral-dark) !important; }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; border: 1px solid var(--line); color: var(--navy); background: var(--white); border-radius: 4px; cursor: pointer; }
.menu-toggle::after { content: "☰"; font-size: 21px; line-height: 1; }
.menu-toggle:has(svg)::after { content: none; }
.menu-toggle svg { width: 21px; }

.button { display: inline-flex; min-height: 44px; padding: 0 18px; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 4px; font-size: 12px; font-weight: 800; text-decoration: none; cursor: pointer; transition: .2s ease; }
.button svg { width: 17px; }
.button:hover { transform: translateY(-2px); }
.button-coral { color: var(--white); background: var(--coral); }
.button-coral:hover { background: var(--coral-dark); }
.button-green { color: var(--white); background: var(--green); }
.button-green:hover { background: #065f25; }
.button-navy { color: var(--white); background: var(--navy); }
.button-outline { color: var(--navy); border: 1px solid var(--navy); background: transparent; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-size: 13px; font-weight: 800; text-decoration: none; }
.text-link svg { width: 17px; }
.eyebrow { margin: 0 0 12px; color: #ffb8b1; font-size: 13px; font-weight: 700; letter-spacing: 0; text-transform: none; }
.section .eyebrow, .section-soft .eyebrow { color: var(--coral-dark); }
.section { padding: 76px 0; }
.section-soft { background: var(--surface); }
.section-head { max-width: 620px; margin-bottom: 36px; }
.section-head h2, .split-head h2 { margin: 0; color: var(--navy); font-size: clamp(30px, 3.3vw, 44px); line-height: 1.12; letter-spacing: 0; }
.section-head p:last-child, .split-head > p { color: var(--muted); font-size: 15px; }
.split-head { display: grid; grid-template-columns: 1.05fr .8fr; gap: 64px; align-items: end; margin-bottom: 36px; }

.home-hero { min-height: 640px; position: relative; display: flex; align-items: center; overflow: hidden; isolation: isolate; color: var(--white); background: radial-gradient(1100px 640px at 78% -12%, rgba(23,68,148,.9) 0%, rgba(23,68,148,0) 55%), radial-gradient(880px 560px at -6% 114%, rgba(242,107,94,.34) 0%, rgba(242,107,94,0) 62%), linear-gradient(158deg, #0a2f66 0%, #082b5b 46%, #051839 100%); }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: 1; opacity: .72; pointer-events: none; background: url("assets/world-map-dots.svg") center 52% / min(1380px, 96vw) auto no-repeat; mix-blend-mode: multiply; }
.home-hero::before { content: ""; position: absolute; inset: 0; z-index: 1; opacity: .6; pointer-events: none; background: url("assets/world-map-dots.svg") right -140px center / min(1020px, 84vw) auto no-repeat; mix-blend-mode: multiply; -webkit-mask-image: linear-gradient(90deg, transparent 4%, #000 42%); mask-image: linear-gradient(90deg, transparent 4%, #000 42%); }
.home-hero::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(115deg, transparent 42%, rgba(255,255,255,.045) 50%, transparent 58%), linear-gradient(90deg, rgba(5,20,50,.46) 0%, rgba(6,28,68,.2) 48%, rgba(6,28,68,.04) 100%); }
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media .hero-poster { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; opacity: .14; filter: saturate(.72) contrast(.9); }
.hero-media .hero-poster-only { display: block; opacity: .34; filter: saturate(.72) contrast(.92); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,20,58,.76), rgba(5,20,58,.54)); }
.home-hero .container { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, 380px); gap: 64px; align-items: center; min-width: 0; }
.hero-copy { max-width: 620px; padding: 64px 0; }
.hero-copy .eyebrow { color: #ffccc7; }
.hero-copy { min-width: 0; }
.hero-copy h1 { margin: 0; max-width: 590px; font-size: clamp(42px, 4.6vw, 64px); line-height: 1.08; letter-spacing: 0; overflow-wrap: anywhere; text-shadow: 0 4px 22px rgba(0,0,0,.24); }
.hero-copy h1 span { color: #ffaca4; }
.hero-copy > p:not(.eyebrow) { max-width: 590px; margin: 22px 0 26px; color: #edf3ff; font-size: 16px; line-height: 1.65; }
.hero-copy > p strong { color: var(--white); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-actions .button-outline { color: var(--white); border-color: rgba(255,255,255,.7); }
.hero-metrics { display: flex; gap: 30px; margin-top: 38px; }
.hero-metrics div { padding-left: 14px; border-left: 2px solid var(--coral); }
.hero-metrics strong, .hero-metrics span { display: block; }
.hero-metrics strong { font-size: 18px; }
.hero-metrics span { color: #c6d1ee; font-size: 10px; }
.hero-consult { position: relative; z-index: 2; width: 100%; max-width: 386px; justify-self: end; overflow: hidden; padding: 0 24px 22px; color: var(--ink); border: 1px solid rgba(255,255,255,.32); border-radius: var(--radius-lg); background: var(--white); box-shadow: 0 30px 80px rgba(0,0,0,.34); text-align: left; }
.hero-consult h2 { margin: 0 0 5px; color: var(--navy); font-size: 23px; line-height: 1.15; letter-spacing: 0; }
.hero-consult-lead { margin: 0 0 10px; color: var(--muted); font-size: 12.5px; line-height: 1.55; }
.hero-consult .lead-form { padding: 0; border-top: 0; border-radius: 0; background: none; box-shadow: none; text-align: left; }
.hero-consult .lead-form label, .hero-consult .lead-form legend { color: #3d4451; font-size: 12px; font-weight: 750; }
.hero-consult .lead-form label { margin: 10px 0 5px; }
.hero-consult .form-row { gap: 12px; }
.hero-consult .lead-form input, .hero-consult .lead-form select { min-height: 46px; border-color: #c5cfdf; border-radius: 8px; font-size: 14px; }
.hero-consult .lead-form input:focus, .hero-consult .lead-form select:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(8,31,92,.1); }
.hero-consult fieldset { padding: 0; margin: 12px 0 14px; border: 0; }
.hero-consult legend { margin-bottom: 6px; }
.radio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 10px; }
.radio-grid label { display: flex !important; align-items: center; gap: 7px; margin: 0 !important; color: #2f3440 !important; font-size: 11px !important; font-weight: 700 !important; line-height: 1.25; }
.radio-grid input { width: 13px !important; height: 13px !important; min-height: 0 !important; flex: 0 0 auto; padding: 0 !important; }
.hero-consult .button { width: 100%; min-height: 46px; margin-top: 16px; border-radius: 8px; font-size: 12.5px; }
.hero-consult-footnote { margin: 13px 0 0; display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 10.5px; line-height: 1.5; }
.hero-consult-footnote svg { width: 13px; height: 13px; flex: 0 0 auto; color: var(--green); }
.hero-route-card { width: 100%; padding: 25px; border: 1px solid rgba(255,255,255,.24); border-radius: 8px; color: var(--white); background: rgba(6,23,71,.58); box-shadow: 0 22px 70px rgba(0,0,0,.24); backdrop-filter: blur(16px); animation: hero-float 7s ease-in-out infinite; }
.hero-route-top { display: flex; align-items: center; justify-content: space-between; color: #ffb8b1; }
.hero-route-top svg { width: 17px; color: #ffd3cf; }
.hero-route-kicker { font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.hero-route-card h2 { max-width: 270px; margin: 18px 0 22px; color: var(--white); font-size: 25px; line-height: 1.16; letter-spacing: -.035em; }
.hero-route-list { display: grid; gap: 8px; }
.hero-route-list a { min-height: 58px; display: grid; grid-template-columns: 36px 1fr 16px; gap: 11px; align-items: center; padding: 9px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 5px; color: var(--white); background: rgba(255,255,255,.07); text-decoration: none; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.hero-route-list a:hover { border-color: rgba(255,184,177,.65); background: rgba(255,255,255,.14); transform: translateX(3px); }
.hero-route-list a > svg { width: 15px; color: #ffb8b1; }
.route-code { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: var(--navy-deep); font-size: 9px; font-weight: 800; }
.route-canada { background: #ffaaa2; }
.route-australia { background: #fbd77e; }
.route-germany { background: #bfe1cd; }
.hero-route-list strong, .hero-route-list small { display: block; }
.hero-route-list strong { font-size: 12px; }
.hero-route-list small { margin-top: 2px; color: #c6d1ee; font-size: 10px; }
.hero-route-foot { display: flex; align-items: center; gap: 8px; margin-top: 20px; color: #c6d1ee; font-size: 10px; line-height: 1.35; }
.hero-route-pulse { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: #8ee0ab; box-shadow: 0 0 0 5px rgba(142,224,171,.14); }
@keyframes hero-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { min-height: 74px; display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); align-items: center; }
.trust-grid > div { min-height: 42px; padding: 0 18px; display: flex; align-items: center; gap: 10px; border-left: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; border-left: 0; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { color: var(--navy); font-size: 13px; }
.trust-grid small { color: var(--muted); font-size: 10px; }
.trust-grid svg { width: 20px; color: var(--coral); }

.us-campaign { padding: 34px 0; overflow: hidden; color: var(--white); background: #eef1f5; }
.us-campaign-shell { position: relative; min-height: 410px; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr); border: 1px solid rgba(255,255,255,.12); border-radius: 8px; background: #08162a; box-shadow: 0 22px 55px rgba(8,22,42,.16); }
.us-campaign-copy { position: relative; z-index: 2; min-width: 0; padding: 38px 42px 30px; }
.us-campaign-copy::before { content: ""; position: absolute; left: 0; top: 38px; bottom: 30px; width: 3px; background: var(--coral); }
.us-campaign-status { min-height: 32px; display: flex; align-items: center; gap: 10px; color: #d6dfec; font-size: 10px; font-weight: 750; }
.us-campaign-status img { width: 28px; height: 19px; object-fit: cover; border: 1px solid rgba(255,255,255,.18); }
.us-campaign-status span { display: inline-flex; align-items: center; gap: 8px; }
.us-campaign-status strong { margin-left: auto; padding: 7px 9px; color: #9ce5c2; border: 1px solid rgba(156,229,194,.25); border-radius: 4px; background: rgba(156,229,194,.07); font-size: 10px; }
.us-campaign-live { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: #79dba9; box-shadow: 0 0 0 5px rgba(121,219,169,.12); animation: us-campaign-pulse 2.4s ease-in-out infinite; }
@keyframes us-campaign-pulse { 0%,100% { box-shadow: 0 0 0 4px rgba(121,219,169,.1); } 50% { box-shadow: 0 0 0 7px rgba(121,219,169,.03); } }
.us-campaign-kicker { margin: 19px 0 8px; color: #ffaaa2; font-size: 11px; font-weight: 800; }
.us-campaign h2 { max-width: 670px; margin: 0; color: var(--white); font-size: clamp(32px, 3.2vw, 46px); line-height: 1.08; letter-spacing: 0; text-wrap: balance; }
.us-campaign-lead { max-width: 660px; margin: 14px 0 20px; color: #c9d3e0; font-size: 14px; line-height: 1.6; }
.us-campaign-signals { max-width: 710px; margin: 0; padding: 16px 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); list-style: none; }
.us-campaign-signals li { min-width: 0; display: flex; align-items: flex-start; gap: 9px; padding: 0 14px; border-left: 1px solid rgba(255,255,255,.13); }
.us-campaign-signals li:first-child { padding-left: 0; border-left: 0; }
.us-campaign-signals svg { width: 17px; height: 17px; flex: 0 0 auto; color: #ff8e83; }
.us-campaign-signals strong, .us-campaign-signals small { display: block; }
.us-campaign-signals strong { color: #f8fafc; font-size: 10.5px; line-height: 1.35; }
.us-campaign-signals small { margin-top: 3px; color: #95a4b9; font-size: 9px; line-height: 1.4; }
.us-campaign-actions { margin-top: 20px; display: flex; align-items: center; gap: 20px; }
.us-campaign-actions .button { min-height: 46px; white-space: nowrap; }
.us-campaign-consult { display: inline-flex; align-items: center; gap: 8px; color: var(--white); font-size: 10.5px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.us-campaign-consult svg { width: 15px; height: 15px; color: #ff8e83; transition: transform .2s ease; }
.us-campaign-consult:hover svg { transform: translateX(3px); }
.us-campaign-note { margin: 16px 0 0; display: flex; align-items: flex-start; gap: 8px; color: #94a3b8; font-size: 9.5px; line-height: 1.45; }
.us-campaign-note svg { width: 14px; height: 14px; flex: 0 0 auto; color: #79dba9; }
.us-campaign-media { position: relative; z-index: 1; min-width: 0; overflow: hidden; color: var(--white); background: #111d31; text-decoration: none; }
.us-campaign-media::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, #08162a 0%, rgba(8,22,42,.45) 30%, rgba(8,22,42,.04) 68%), linear-gradient(0deg, rgba(4,13,28,.82), transparent 58%); }
.us-campaign-media img { width: 100%; height: 100%; object-fit: cover; object-position: 44% center; filter: saturate(.78) contrast(1.06); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .3s ease; }
.us-campaign-media > span { position: absolute; z-index: 2; left: 30px; right: 26px; bottom: 28px; padding-top: 16px; display: grid; grid-template-columns: 1fr auto; border-top: 1px solid rgba(255,255,255,.3); }
.us-campaign-media small { grid-column: 1 / -1; margin-bottom: 6px; color: #ffaaa2; font-size: 9px; font-weight: 800; }
.us-campaign-media strong { font-size: 20px; line-height: 1.2; }
.us-campaign-media svg { width: 20px; align-self: end; color: #ff8e83; }
@media (hover: hover) and (pointer: fine) {
  .us-campaign-media:hover img { transform: scale(1.035); filter: saturate(.92) contrast(1.06); }
}
@media (max-width: 980px) {
  .us-campaign-shell { grid-template-columns: 1fr; }
  .us-campaign-media { height: 250px; }
  .us-campaign-media::before { background: linear-gradient(0deg, rgba(4,13,28,.86), transparent 72%); }
  .us-campaign-media img { object-position: center 36%; }
}
@media (max-width: 760px) {
  .us-campaign { padding: 22px 0; }
  .us-campaign-shell { min-height: 0; }
  .us-campaign-copy { padding: 26px 23px 24px; }
  .us-campaign-copy::before { top: 26px; bottom: 24px; }
  .us-campaign-status { flex-wrap: wrap; gap: 8px; }
  .us-campaign-status strong { margin-left: 0; }
  .us-campaign-kicker { margin-top: 16px; }
  .us-campaign h2 { font-size: 32px; }
  .us-campaign-lead { font-size: 13px; }
  .us-campaign-signals { grid-template-columns: 1fr; padding: 0; }
  .us-campaign-signals li, .us-campaign-signals li:first-child { min-height: 58px; padding: 12px 0; align-items: center; border-left: 0; border-top: 1px solid rgba(255,255,255,.13); }
  .us-campaign-signals li:first-child { border-top: 0; }
  .us-campaign-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .us-campaign-actions .button, .us-campaign-consult { width: 100%; min-height: 46px; justify-content: center; }
  .us-campaign-media { height: 220px; }
  .us-campaign-media > span { left: 22px; right: 22px; bottom: 22px; }
}

@media (max-width: 360px) {
  .us-campaign-copy { padding-inline: 20px; }
  .us-campaign h2 { font-size: 29px; }
  .us-campaign-actions .button { padding-inline: 14px; font-size: 11px; }
  .us-campaign-media { height: 200px; }
}

.services-showcase { background: #f3f5f8; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.service-card { position: relative; height: 370px; min-width: 0; overflow: hidden; isolation: isolate; display: block; border: 1px solid rgba(8,31,92,.09); border-radius: 28px; color: var(--white); background: #182238; box-shadow: 0 18px 42px rgba(17,24,39,.16); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(7,13,24,.01) 0%, rgba(7,13,24,.02) 50%, rgba(7,13,24,.12) 76%, rgba(7,13,24,.34) 100%); }
.service-card::after { content: ""; position: absolute; inset: 0; z-index: 3; pointer-events: none; border: 1px solid rgba(255,255,255,.14); border-radius: inherit; }
.service-card-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .3s ease; }
.service-card-content { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; min-height: 218px; isolation: isolate; padding: 30px 22px 20px; display: flex; flex-direction: column; justify-content: flex-end; }
.service-card-content::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(180deg, rgba(8,13,24,.03) 0%, rgba(8,13,24,.5) 20%, rgba(8,13,24,.87) 56%, rgba(8,13,24,.98) 100%); -webkit-backdrop-filter: blur(8px) saturate(.9); backdrop-filter: blur(8px) saturate(.9); -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 100%); mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 100%); }
.service-card-kicker { margin-bottom: 8px; color: #ffb8b1; font-size: 10px; font-weight: 850; text-shadow: 0 1px 4px rgba(7,13,24,.38); text-transform: uppercase; }
.service-card h3 { margin: 0 0 9px; color: var(--white); font-size: 21px; line-height: 1.2; letter-spacing: 0; text-shadow: 0 2px 8px rgba(7,13,24,.32); text-wrap: balance; }
.service-card p { margin: 0; color: rgba(255,255,255,.88); font-size: 11.5px; line-height: 1.55; text-shadow: 0 1px 5px rgba(7,13,24,.3); }
.service-card-action { min-height: 44px; margin-top: 15px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; color: #111827; background: rgba(255,255,255,.94); box-shadow: 0 8px 18px rgba(0,0,0,.12); font-size: 11px; font-weight: 850; }
.service-card-action svg { width: 16px; height: 16px; color: var(--navy); transition: transform .2s ease; }
.service-card:focus-visible { outline: 3px solid rgba(242,107,94,.75); outline-offset: 4px; }
.language-training-cta { position: relative; overflow: hidden; min-height: 168px; margin-top: 28px; padding: 28px 30px; display: grid; grid-template-columns: minmax(300px, 1fr) auto 178px; gap: 30px; align-items: center; color: var(--white); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: #071a4e; box-shadow: 0 18px 42px rgba(8,31,92,.16); }
.language-training-cta::before { content: ""; position: absolute; left: 0; top: 28px; bottom: 28px; width: 4px; background: var(--coral); }
.language-training-copy { min-width: 0; }
.language-training-kicker { display: block; margin-bottom: 8px; color: #ffb8b1; font-size: 10px; font-weight: 850; text-transform: uppercase; }
.language-training-copy h3 { margin: 0; max-width: 430px; color: var(--white); font-size: 23px; line-height: 1.2; letter-spacing: 0; text-wrap: balance; }
.language-training-copy p { max-width: 480px; margin: 9px 0 0; color: #c9d3e9; font-size: 12px; line-height: 1.55; }
.language-training-tests { width: 248px; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; list-style: none; }
.language-logo { min-width: 0; height: 48px; padding: 0 11px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.24); border-radius: 6px; background: #fff; box-shadow: 0 8px 18px rgba(0,0,0,.13); }
.language-logo strong { line-height: 1; letter-spacing: 0; white-space: nowrap; }
.language-logo-ielts strong { color: #c9002b; font-size: 18px; font-weight: 850; }
.language-logo-pte strong { color: #007f84; font-size: 20px; font-weight: 800; }
.language-logo-celpip strong { color: #17669a; font-size: 15px; font-weight: 850; }
.language-logo-oet strong { color: #007f74; font-size: 20px; font-weight: 800; }
.language-training-action { min-height: 52px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--white); border-radius: 6px; background: var(--coral); box-shadow: 0 12px 25px rgba(242,107,94,.24); font-size: 11.5px; font-weight: 850; line-height: 1.3; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.language-training-action svg { width: 17px; height: 17px; flex: 0 0 auto; }
.language-training-action:focus-visible { outline: 3px solid rgba(255,255,255,.92); outline-offset: 4px; }
@media (hover: hover) and (pointer: fine) {
  .service-card:hover { border-color: rgba(242,107,94,.32); box-shadow: 0 26px 54px rgba(17,24,39,.22); transform: translateY(-4px); }
  .service-card:hover .service-card-media { transform: scale(1.045); filter: saturate(1.06); }
  .service-card:hover .service-card-action { background: var(--white); }
  .service-card:hover .service-card-action svg { transform: translate(2px,-2px); }
  .language-training-action:hover { background: var(--coral-dark); transform: translateY(-2px); }
}

.approach-section { position: relative; overflow: hidden; border-top: 1px solid #dfe5ef; border-bottom: 1px solid #dfe5ef; background: #071a4e; }
.approach-section::after { content: ""; position: absolute; inset: 0 0 0 50%; background: #ffffff; }
.feature-split { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; gap: 64px; align-items: center; }
.feature-media { position: relative; min-height: 455px; }
.feature-media::before { content: ""; position: absolute; left: -18px; top: 26px; width: 76%; height: 86%; border: 1px solid rgba(8,31,92,.14); border-radius: 24px; }
.feature-image-wrap { position: relative; overflow: hidden; width: 92%; height: 410px; border-radius: 24px; box-shadow: 0 28px 70px rgba(8,31,92,.18); }
.feature-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(6,23,71,.24)); pointer-events: none; }
.feature-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.01); }
.feature-media > img { width: 90%; height: 400px; object-fit: cover; border-radius: 18px; box-shadow: 0 24px 58px rgba(8,31,92,.14); }
.feature-media .media-accent { position: absolute; right: 0; bottom: 20px; width: min(300px, 50%); padding: 22px; color: var(--white); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: linear-gradient(145deg, #07194a 0%, #061238 100%); box-shadow: 0 22px 54px rgba(8,31,92,.24); }
.feature-media .media-accent strong, .feature-media .media-accent span, .feature-media .media-accent small { display: block; }
.feature-media .media-accent span { margin-bottom: 8px; color: #ffb8b1; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.feature-media .media-accent strong { font-size: 27px; line-height: 1.1; }
.feature-media .media-accent small { margin-top: 9px; color: rgba(255,255,255,.74); font-size: 12px; line-height: 1.45; }
.media-proof { position: absolute; left: 26px; bottom: -8px; display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid rgba(8,31,92,.1); border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: 0 18px 42px rgba(8,31,92,.12); backdrop-filter: blur(12px); }
.media-proof strong { color: var(--coral-dark); font-size: 24px; line-height: 1; }
.media-proof span { color: var(--navy); font-size: 12px; font-weight: 800; line-height: 1.2; }
.feature-copy h2 { margin: 0; color: var(--navy); font-size: clamp(32px, 3.4vw, 48px); line-height: 1.08; letter-spacing: -.02em; }
.feature-copy > p:not(.eyebrow) { max-width: 610px; margin: 20px 0; color: var(--muted); font-size: 16px; line-height: 1.72; }
.approach-points { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 24px 0 28px; }
.approach-points span { min-height: 52px; display: flex; align-items: center; gap: 10px; padding: 12px 13px; border: 1px solid rgba(8,31,92,.09); border-radius: 14px; color: #24314b; background: rgba(255,255,255,.74); font-size: 13px; font-weight: 800; box-shadow: 0 12px 28px rgba(8,31,92,.06); }
.approach-points svg { width: 18px; color: var(--coral-dark); }
.approach-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; }
.approach-intro { min-width: 0; padding: 72px 72px 72px 0; color: var(--white); }
.approach-label { margin: 0 0 28px; color: #ff9c93; font-size: 11px; font-weight: 800; line-height: 1.3; text-transform: uppercase; }
.approach-intro h2 { max-width: 500px; margin: 0; color: var(--white); font-size: clamp(34px, 3.6vw, 47px); line-height: 1.1; letter-spacing: 0; }
.approach-intro > p:not(.approach-label) { max-width: 490px; margin: 24px 0 25px; color: #d2daf0; font-size: 15px; line-height: 1.72; }
.approach-link { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; border-bottom: 1px solid #ff9c93; color: var(--white); font-size: 12px; font-weight: 800; text-decoration: none; transition: color .2s ease, border-color .2s ease; }
.approach-link:hover { color: #ffb8b1; border-color: #ffb8b1; }
.approach-link:focus-visible { outline: 3px solid rgba(255,156,147,.5); outline-offset: 5px; }
.approach-link svg { width: 16px; height: 16px; color: #ff9c93; }
.approach-intro small { max-width: 480px; display: block; margin-top: 38px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.17); color: #aebbd9; font-size: 11px; line-height: 1.55; }
.approach-method { min-width: 0; padding: 68px 0 68px 72px; color: var(--ink); }
.approach-method-head { min-height: 46px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 17px; border-bottom: 1px solid rgba(8,31,92,.2); }
.approach-method-head strong { color: var(--navy); font-size: 12px; font-weight: 850; }
.approach-method-head span { color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.approach-method-list { margin: 0; padding: 0; list-style: none; }
.approach-method-list li { min-height: 112px; display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 20px; align-items: center; border-bottom: 1px solid rgba(8,31,92,.14); }
.approach-method-list li > span { color: var(--coral-dark); font-size: 11px; font-weight: 900; }
.approach-method-list li > div { min-width: 0; display: grid; grid-template-columns: minmax(135px, .72fr) minmax(0, 1.28fr); gap: 24px; align-items: baseline; }
.approach-method-list h3 { margin: 0; color: var(--navy); font-size: 17px; line-height: 1.3; letter-spacing: 0; }
.approach-method-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.62; }
.approach-standard { display: grid; grid-template-columns: 23px minmax(0, 1fr); gap: 13px; align-items: start; padding-top: 22px; }
.approach-standard svg { width: 21px; height: 21px; color: var(--coral-dark); }
.approach-standard p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.approach-standard strong { color: var(--navy); }
.check-list { padding: 0; margin: 22px 0 28px; list-style: none; }
.check-list li { position: relative; margin: 13px 0; padding-left: 31px; color: #344054; font-size: 14px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 20px; height: 20px; display: grid; place-items: center; color: var(--white); background: var(--coral); border-radius: 50%; font-size: 11px; font-weight: 900; }

.destination-section { position: relative; overflow: hidden; border-top: 1px solid #e7eaf0; border-bottom: 1px solid #e7eaf0; background: #f7f8fa; }
.destination-section .split-head { padding-bottom: 30px; border-bottom: 1px solid rgba(8,31,92,.13); }
.destination-grid { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.destination-card { height: 240px; position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(180px, .82fr) minmax(0, 1.18fr); border: 1px solid rgba(8,31,92,.13); border-radius: 7px; color: var(--ink); text-decoration: none; background: var(--white); box-shadow: 0 12px 30px rgba(8,31,92,.08); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.destination-card img { width: 100%; height: 100%; min-height: 0; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.destination-card::before, .destination-card::after { display: none; }
.destination-card:hover { transform: translateY(-3px); border-color: rgba(242,107,94,.5); box-shadow: 0 20px 44px rgba(8,31,92,.13); }
.destination-card:hover img { transform: scale(1.035); filter: saturate(1.05) contrast(1.02); }
.destination-large { min-height: 0; }
.destination-card em { position: absolute; top: 17px; right: 18px; color: rgba(8,31,92,.34); font-size: 10px; font-style: normal; font-weight: 900; letter-spacing: .12em; }
.destination-content { position: relative; z-index: 2; min-width: 0; padding: 30px 28px 25px; display: flex; flex-direction: column; justify-content: center; }
.destination-content span { display: block; margin-bottom: 10px; color: var(--coral-dark); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.destination-content h3 { margin: 0 0 10px; padding-right: 24px; color: var(--navy); font-size: clamp(25px, 2.1vw, 32px); line-height: 1.05; letter-spacing: 0; }
.destination-content p { margin: 0; color: var(--muted); font-size: 11.5px; line-height: 1.55; }
.destination-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 20px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--navy); font-size: 10px; font-weight: 850; }
.destination-link svg { width: 15px; height: 15px; color: var(--coral-dark); }

.process-section { position: relative; overflow: hidden; background: linear-gradient(180deg, #f7f9fd 0%, #eef3fb 100%); }
.process-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(8,31,92,.04) 1px, transparent 1px), linear-gradient(180deg, rgba(8,31,92,.04) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 72%, transparent 100%); }
.process-section .container { position: relative; z-index: 1; }
.process-board { overflow: hidden; display: grid; grid-template-columns: .82fr 1.18fr; border: 1px solid rgba(8,31,92,.1); border-radius: 22px; background: rgba(255,255,255,.94); box-shadow: 0 28px 70px rgba(8,31,92,.12); }
.process-panel { position: relative; overflow: hidden; min-height: 390px; padding: 34px; color: var(--white); background: linear-gradient(145deg, #07194a 0%, #061238 100%); }
.process-panel::before { content: ""; position: absolute; inset: 0; background: url("assets/world-map-dots.svg") 46% 58% / 740px auto no-repeat; opacity: .18; mix-blend-mode: screen; }
.process-panel::after { content: ""; position: absolute; left: 34px; right: 34px; bottom: 34px; height: 3px; border-radius: 999px; background: linear-gradient(90deg, var(--coral), rgba(255,255,255,.16)); }
.process-panel > * { position: relative; z-index: 1; }
.process-kicker { display: inline-flex; margin-bottom: 18px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #ffd7d3; background: rgba(255,255,255,.07); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.process-panel h3 { max-width: 320px; margin: 0; color: var(--white); font-size: clamp(28px, 3vw, 40px); line-height: 1.08; letter-spacing: -.025em; }
.process-panel p { max-width: 330px; margin: 18px 0 0; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.65; }
.process-panel .text-link { margin-top: 28px; color: var(--white); }
.process-panel .text-link svg { color: #ffb8b1; }
.steps { display: grid; grid-template-columns: 1fr; padding: 18px; background: linear-gradient(180deg, #fff, #f8faff); }
.step { position: relative; display: grid; grid-template-columns: 54px 42px 1fr; gap: 16px; align-items: center; min-height: 88px; padding: 18px 18px; border-bottom: 1px solid rgba(8,31,92,.09); background: transparent; transition: background .2s ease, transform .2s ease; }
.step:last-child { border-bottom: 0; }
.step:hover { background: #f5f8ff; transform: translateX(3px); }
.step-num { color: rgba(8,31,92,.38); font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.step-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(8,31,92,.1); border-radius: 12px; color: var(--navy); background: var(--white); box-shadow: 0 10px 24px rgba(8,31,92,.07); }
.step-icon svg { width: 19px; height: 19px; stroke-width: 2.2; }
.step-label { display: block; margin-bottom: 3px; color: var(--coral-dark); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.step h3 { margin: 0; color: var(--navy); font-size: 17px; line-height: 1.22; }
.step p { max-width: 520px; margin: 5px 0 0; color: var(--muted); font-size: 12.5px; line-height: 1.55; }

.readiness-section { overflow: hidden; padding: 70px 0 58px; border-top: 1px solid #273244; border-bottom: 1px solid #273244; color: var(--white); background: #111925; }
.readiness-head { display: grid; grid-template-columns: 1.14fr .7fr; gap: 80px; align-items: end; }
.readiness-label { margin: 0 0 18px; color: #ff8f85; font-size: 11px; font-weight: 850; text-transform: uppercase; }
.readiness-head h2 { max-width: 680px; margin: 0; color: var(--white); font-size: clamp(32px, 3.45vw, 45px); line-height: 1.1; letter-spacing: 0; }
.readiness-head > p { max-width: 430px; margin: 0; color: #bac4d4; font-size: 14px; line-height: 1.72; }
.readiness-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 38px; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.readiness-grid article { min-width: 0; min-height: 180px; padding: 30px 34px; border-left: 1px solid rgba(255,255,255,.18); }
.readiness-grid article:first-child { padding-left: 0; border-left: 0; }
.readiness-grid article:last-child { padding-right: 0; }
.readiness-grid span { display: block; margin-bottom: 27px; color: #ff8f85; font-size: 11px; font-weight: 900; }
.readiness-grid h3 { margin: 0 0 9px; color: var(--white); font-size: 19px; line-height: 1.3; letter-spacing: 0; }
.readiness-grid p { margin: 0; color: #bac4d4; font-size: 13px; line-height: 1.65; }
.readiness-foot { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-top: 18px; }
.readiness-foot p { margin: 0; color: #bac4d4; font-size: 12px; line-height: 1.55; }
.readiness-foot strong { margin-right: 4px; color: var(--white); }
.readiness-link { min-height: 44px; flex: 0 0 auto; display: inline-flex; align-items: center; gap: 9px; border-bottom: 1px solid #ff8f85; color: var(--white); font-size: 12px; font-weight: 850; text-decoration: none; transition: color .2s ease, border-color .2s ease; }
.readiness-link:hover { color: #ffb8b1; border-color: #ffb8b1; }
.readiness-link:focus-visible { outline: 3px solid rgba(255,143,133,.5); outline-offset: 5px; }
.readiness-link svg { width: 16px; height: 16px; color: #ff8f85; }

.featured-stories { overflow: clip; border-bottom: 1px solid #e4e8ef; background: #fbfcfe; }
.story-section-head { display: grid; grid-template-columns: 1.1fr .7fr; gap: 72px; align-items: end; padding-bottom: 28px; border-bottom: 1px solid rgba(8,31,92,.15); }
.story-section-head .eyebrow { color: var(--coral-dark); }
.story-section-head h2 { max-width: 620px; margin: 0; color: var(--navy); font-size: clamp(30px, 3.4vw, 46px); line-height: 1.08; letter-spacing: 0; }
.story-section-head > p { max-width: 430px; margin: 0; justify-self: end; color: var(--muted); font-size: 14px; line-height: 1.7; }
.featured-story { min-height: 620px; display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(54px, 7vw, 96px); align-items: center; padding: 72px 0; border-bottom: 1px solid rgba(8,31,92,.13); }
.featured-story:last-child { padding-bottom: 16px; border-bottom: 0; }
.featured-story-reverse { grid-template-columns: minmax(0, 1.28fr) minmax(280px, .72fr); }
.featured-story-reverse .story-media { order: 2; }
.featured-story-reverse .story-copy { order: 1; }
.story-media { width: min(100%, 356px); justify-self: center; }
.story-media-frame { position: relative; width: 100%; aspect-ratio: 9 / 16; overflow: hidden; border: 1px solid rgba(8,31,92,.18); border-radius: 8px; background: #050c20; box-shadow: 0 24px 54px rgba(8,31,92,.2); }
.story-video-trigger { position: relative; width: 100%; height: 100%; display: block; appearance: none; overflow: hidden; padding: 0; border: 0; color: var(--white); background: #050c20; cursor: pointer; }
.story-video-trigger > img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease, filter .3s ease; }
.story-video-trigger:hover > img { transform: scale(1.018); filter: saturate(1.05); }
.story-video-trigger:focus-visible { outline: 3px solid rgba(242,107,94,.72); outline-offset: -5px; }
.story-watch { position: absolute; left: 12px; right: 12px; bottom: 12px; min-height: 62px; display: grid; grid-template-columns: 38px minmax(0, 1fr) 20px; gap: 10px; align-items: center; padding: 9px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 6px; background: rgba(4,12,34,.94); box-shadow: 0 10px 28px rgba(0,0,0,.32); text-align: left; }
.story-watch-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--white); }
.story-watch-icon svg { width: 17px; height: 17px; fill: var(--coral); stroke: var(--coral); }
.story-watch strong, .story-watch small { display: block; letter-spacing: 0; }
.story-watch strong { font-size: 11px; line-height: 1.25; }
.story-watch small { margin-top: 3px; color: #c9d3e9; font-size: 9px; line-height: 1.25; }
.story-watch-arrow svg { width: 18px; height: 18px; }
.story-video { width: 100%; height: 100%; object-fit: contain; background: #050c20; }
.story-copy { max-width: 650px; }
.story-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 9px 14px; margin-bottom: 19px; color: var(--muted); font-size: 10px; font-weight: 800; line-height: 1.3; text-transform: uppercase; }
.story-meta span + span { position: relative; padding-left: 14px; }
.story-meta span + span::before { content: ""; position: absolute; left: 0; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: var(--coral); transform: translateY(-50%); }
.story-copy h3 { max-width: 650px; margin: 0 0 18px; color: var(--navy); font-size: clamp(30px, 3.15vw, 42px); line-height: 1.12; letter-spacing: 0; }
.story-copy > p { max-width: 620px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.story-copy blockquote { max-width: 620px; margin: 26px 0 0; padding: 3px 0 3px 21px; border-left: 3px solid var(--coral); }
.story-copy blockquote p { margin: 0; color: #29364f; font-size: 15px; font-weight: 600; font-style: italic; line-height: 1.68; }
.story-copy blockquote footer { margin-top: 9px; color: var(--muted); font-size: 11px; font-weight: 800; font-style: normal; }
.story-outcomes { max-width: 620px; display: grid; grid-template-columns: 1fr 1fr; margin: 28px 0 22px; border-top: 1px solid rgba(8,31,92,.14); border-bottom: 1px solid rgba(8,31,92,.14); }
.story-outcomes > div { min-width: 0; padding: 17px 18px 17px 0; }
.story-outcomes > div + div { padding-left: 22px; border-left: 1px solid rgba(8,31,92,.14); }
.story-outcomes dt { margin-bottom: 5px; color: var(--coral-dark); font-size: 9px; font-weight: 900; line-height: 1.2; text-transform: uppercase; }
.story-outcomes dd { margin: 0; color: var(--navy); font-size: 13px; font-weight: 800; line-height: 1.45; }
.story-link { color: var(--coral-dark); }

@media (max-width: 900px) {
  .approach-section::after { display: none; }
  .approach-layout { grid-template-columns: 1fr; }
  .approach-intro { padding: 60px 0 56px; }
  .approach-method { position: relative; isolation: isolate; padding: 58px 0; }
  .approach-method::before { content: ""; position: absolute; inset: 0 50%; z-index: -1; width: 100vw; background: #ffffff; transform: translateX(-50%); }
  .featured-story, .featured-story-reverse { min-height: 0; grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr); gap: 42px; }
  .story-media { width: min(100%, 310px); }
  .story-copy h3 { font-size: 31px; }
}

.client-videos { margin-top: 34px; }
.client-videos-divider { margin-bottom: 24px; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 16px; align-items: center; }
.client-videos-divider::after { content: ""; height: 1px; background: rgba(8,31,92,.14); }
.client-videos-divider span { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-size: 11px; font-weight: 850; line-height: 1; text-transform: uppercase; }
.client-videos-divider svg { width: 16px; height: 16px; color: var(--coral); fill: currentColor; }
.yt-cards { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 13px; width: 100%; overflow: visible; }
.yt-card { min-width: 0; overflow: hidden; display: grid; grid-template-rows: auto 40px; appearance: none; padding: 0; border: 1px solid rgba(8,31,92,.14); border-radius: 7px; color: var(--ink); background: var(--white); box-shadow: 0 10px 26px rgba(8,31,92,.1); font: inherit; text-align: left; text-decoration: none; cursor: pointer; transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.yt-phone { position: relative; aspect-ratio: 9 / 14.6; overflow: hidden; border: 0; border-radius: 0; background: #e9edf4; box-shadow: none; }
.yt-phone img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.01); transition: transform .35s ease, filter .35s ease; }
.yt-phone::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,8,25,.02), transparent 48%, rgba(2,8,25,.64)); }
.yt-card:hover { transform: translateY(-4px); border-color: rgba(242,107,94,.48); box-shadow: 0 18px 38px rgba(8,31,92,.16); }
.yt-card:hover .yt-phone img { transform: scale(1.035); filter: saturate(1.06); }
.yt-card:focus-visible { outline: 3px solid rgba(242,107,94,.42); outline-offset: 4px; }
.yt-play { width: 100%; min-width: 0; height: 40px; padding: 0 11px; display: grid; grid-template-columns: 17px minmax(0, 1fr) 15px; gap: 7px; align-items: center; color: var(--navy); background: var(--white); border-top: 1px solid rgba(8,31,92,.1); }
.yt-play span { overflow: hidden; font-size: 9px; font-weight: 900; letter-spacing: .04em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.yt-play svg { width: 15px; height: 15px; }
.yt-play svg:first-child { color: var(--coral); fill: currentColor; }
.yt-play svg:last-child { justify-self: end; color: var(--coral-dark); }
.yt-modal[hidden] { display: none; }
.yt-modal { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 24px; }
.yt-modal-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(2,6,17,.78); backdrop-filter: blur(10px); cursor: pointer; }
.yt-modal-panel { position: relative; width: min(430px, calc(100vw - 34px)); max-height: calc(100vh - 48px); display: grid; place-items: center; }
.yt-modal-close { position: absolute; top: -14px; right: -14px; z-index: 2; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: var(--white); background: rgba(8,31,92,.74); box-shadow: 0 14px 32px rgba(0,0,0,.32); cursor: pointer; backdrop-filter: blur(12px); }
.yt-modal-close svg { width: 20px; height: 20px; }
.yt-modal-frame { width: min(390px, calc(100vw - 42px)); max-height: min(82vh, 720px); aspect-ratio: 9 / 16; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 28px; background: #020611; box-shadow: 0 30px 90px rgba(0,0,0,.58); }
.yt-modal-frame iframe { width: 100%; height: 100%; border: 0; display: block; background: #020611; }

.quick-lead-modal[hidden] { display: none; }
.quick-lead-modal { position: fixed; inset: 0; z-index: 600; padding: 20px; display: grid; place-items: center; overscroll-behavior: contain; }
.quick-lead-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(2,9,29,.76); backdrop-filter: blur(10px); cursor: pointer; }
.quick-lead-panel { position: relative; width: min(900px, calc(100vw - 40px)); max-height: calc(100dvh - 40px); display: grid; grid-template-columns: minmax(265px, .78fr) minmax(0, 1.42fr); overflow-x: hidden; overflow-y: auto; border: 1px solid rgba(255,255,255,.28); border-radius: 10px; background: var(--white); box-shadow: 0 34px 100px rgba(0,0,0,.48); animation: quick-lead-enter .24s ease-out both; }
.quick-lead-intro { min-height: 525px; padding: 34px 32px 30px; display: flex; flex-direction: column; color: var(--white); border-top: 4px solid var(--coral); background: var(--navy-deep); }
.quick-lead-wordmark { display: flex; align-items: baseline; gap: 7px; color: var(--white); font-family: "IBM Plex Mono", monospace; line-height: 1; }
.quick-lead-wordmark strong { font-size: 15px; }
.quick-lead-wordmark span { color: #aebbd4; font-size: 8px; font-weight: 600; }
.quick-lead-intro > div:nth-child(2) { margin: auto 0; }
.quick-lead-kicker { display: block; margin-bottom: 14px; color: #ffafa7; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.quick-lead-intro h2 { max-width: 300px; margin: 0; color: var(--white); font-size: 33px; line-height: 1.12; letter-spacing: 0; }
.quick-lead-intro p { max-width: 290px; margin: 18px 0 0; color: #c8d3e8; font-size: 13px; line-height: 1.65; }
.quick-lead-assurance { padding-top: 20px; display: flex; gap: 12px; align-items: flex-start; border-top: 1px solid rgba(255,255,255,.16); }
.quick-lead-assurance svg { width: 18px; height: 18px; flex: 0 0 auto; color: #ffafa7; }
.quick-lead-assurance strong, .quick-lead-assurance span { display: block; }
.quick-lead-assurance strong { color: var(--white); font-size: 11px; }
.quick-lead-assurance span { margin-top: 3px; color: #aebbd4; font-size: 9.5px; line-height: 1.45; }
.quick-lead-form-shell { min-width: 0; padding: 34px 38px 30px; background: #fff; }
.quick-lead-form-head { padding-right: 52px; display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.quick-lead-form-head > span { color: var(--navy); font-size: 21px; font-weight: 800; }
.quick-lead-form-head p { margin: 0; color: #69778b; font-size: 9.5px; white-space: nowrap; }
.quick-lead-form-head b, .quick-lead-field label > span { color: var(--coral-dark); }
.quick-lead-close { position: absolute; top: 22px; right: 22px; z-index: 2; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #d8dee8; border-radius: 6px; color: var(--navy); background: #f7f9fc; cursor: pointer; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.quick-lead-close:hover { border-color: #aeb9c9; color: var(--coral-dark); background: var(--white); }
.quick-lead-close:focus-visible { outline: 3px solid rgba(242,107,94,.35); outline-offset: 3px; }
.quick-lead-close svg { width: 19px; height: 19px; }
.quick-lead-form { margin-top: 25px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 17px 14px; }
.quick-lead-field { min-width: 0; display: flex; flex-direction: column; }
.quick-lead-field label { margin: 0 0 7px; color: #26344c; font-size: 11px; font-weight: 800; }
.quick-lead-field label small { margin-left: 5px; color: #758196; font-size: 9px; font-weight: 600; }
.quick-lead-form input, .quick-lead-form select, .quick-lead-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #c6cfdd; border-radius: 6px; outline: 0; color: var(--ink); background: #fbfcfe; font-size: 14px; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.quick-lead-form textarea { min-height: 88px; resize: vertical; line-height: 1.5; }
.quick-lead-form select { padding-right: 36px; }
.quick-lead-form input::placeholder, .quick-lead-form textarea::placeholder { color: #7b8799; opacity: 1; }
.quick-lead-form input:hover, .quick-lead-form select:hover, .quick-lead-form textarea:hover { border-color: #8e9bb0; background: var(--white); }
.quick-lead-form input:focus, .quick-lead-form select:focus, .quick-lead-form textarea:focus { border-color: #3c62ae; background: var(--white); box-shadow: 0 0 0 3px rgba(37,79,159,.13); }
.quick-lead-form input[aria-invalid="true"], .quick-lead-form select[aria-invalid="true"], .quick-lead-form textarea[aria-invalid="true"] { border-color: #b42318; background: #fff9f8; }
.quick-lead-form input[aria-invalid="true"]:focus, .quick-lead-form select[aria-invalid="true"]:focus, .quick-lead-form textarea[aria-invalid="true"]:focus { border-color: #b42318; box-shadow: 0 0 0 3px rgba(180,35,24,.12); }
.quick-lead-message, .quick-lead-submit, .quick-lead-privacy { grid-column: 1 / -1; }
.quick-lead-submit { width: 100%; min-height: 50px; margin-top: 1px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; box-shadow: 0 12px 24px rgba(210,77,65,.2); }
.quick-lead-submit svg { width: 17px; height: 17px; }
.quick-lead-submit[disabled] { opacity: .58; cursor: wait; }
.quick-lead-privacy { margin: -4px 0 0; color: #6d798b; font-size: 9.5px; line-height: 1.5; text-align: center; }
@keyframes quick-lead-enter { from { opacity: 0; transform: translateY(12px) scale(.985); } to { opacity: 1; transform: none; } }

.success-section { overflow: hidden; border-bottom: 1px solid #e4e8ef; background: linear-gradient(180deg, #ffffff 0%, #f5f7fb 48%, #f5f7fa 100%); }
.success-head { display: grid; grid-template-columns: 1fr .78fr; gap: 52px; align-items: end; margin-bottom: 30px; }
.success-head h2 { margin: 0; color: var(--navy); font-size: clamp(30px, 3.3vw, 43px); line-height: 1.12; letter-spacing: 0; }
.success-head > p { margin: 0; color: var(--muted); font-size: 15px; }
.success-rail { width: min(1280px, calc(100% - 48px)); margin: 0 auto; overflow: hidden; padding: 8px 0 18px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.success-rail:focus-visible { outline: 3px solid rgba(242,107,94,.42); outline-offset: 4px; }
.success-rail:hover .success-track, .success-rail:focus .success-track { animation-play-state: paused; }
.success-track { width: max-content; display: flex; gap: 0; animation: success-scroll 58s linear infinite; will-change: transform; }
.success-group { flex: 0 0 auto; display: flex; gap: 16px; padding-right: 16px; }
.success-card { flex: 0 0 clamp(164px, 12.5vw, 210px); aspect-ratio: 1 / 1; margin: 0; padding: 7px; overflow: hidden; border: 1px solid rgba(8,31,92,.12); border-radius: 23px; background: rgba(255,255,255,.92); box-shadow: 0 14px 30px rgba(8,31,92,.11); }
.success-card img { width: 100%; height: 100%; object-fit: cover; border-radius: 17px; }
@keyframes success-scroll { to { transform: translateX(-50%); } }

.testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote { min-height: 230px; padding: 26px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 6px; background: var(--white); }
.quote-mark { color: var(--coral); font-size: 44px; line-height: .65; }
.quote blockquote { margin: 16px 0; color: var(--navy); font-size: 16px; font-weight: 700; line-height: 1.45; }
.quote footer { margin-top: auto; font-size: 12px; }
.quote footer strong, .quote footer span { display: block; }
.quote footer span { color: var(--muted); }

.cta-band { padding: 76px 0; border-top: 1px solid #e5e9f0; background: #f3f5f8; }
.cta-frame { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .75fr); overflow: hidden; border: 1px solid rgba(8,31,92,.13); border-radius: 8px; background: var(--white); box-shadow: 0 24px 60px rgba(8,31,92,.12); }
.cta-copy { position: relative; padding: 52px 56px 50px; color: var(--white); background: #071b50; }
.cta-copy::after { content: ""; position: absolute; top: 0; right: 0; width: 5px; height: 100%; background: var(--coral); }
.cta-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 24px; color: #bfcbea; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cta-kicker svg { width: 18px; height: 18px; color: var(--coral); }
.cta-copy h2 { margin: 0; max-width: 670px; color: var(--white); font-size: clamp(31px, 3.35vw, 44px); line-height: 1.1; letter-spacing: 0; }
.cta-copy h2 span { color: #b9c6e6; }
.cta-copy p { max-width: 610px; margin: 19px 0 0; color: #d5ddef; font-size: 14px; line-height: 1.7; }
.cta-action { display: flex; min-width: 0; padding: 42px 38px; flex-direction: column; justify-content: center; align-items: flex-start; color: var(--ink); background: #ffffff; }
.cta-action-label { color: var(--coral-dark); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.cta-action h3 { margin: 10px 0 22px; color: var(--navy); font-size: 22px; line-height: 1.25; }
.cta-action .button { width: 100%; min-height: 48px; }
.cta-whatsapp { display: inline-flex; align-items: center; gap: 8px; margin-top: 17px; color: #08772d; font-size: 12px; font-weight: 850; text-decoration: none; }
.cta-whatsapp svg { width: 18px; height: 18px; }
.cta-action small { margin-top: 17px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; line-height: 1.5; }

/* Service pages: "application file" system — layered navy, mono micro-labels, journey-line process. */
.sales-page .eyebrow, .tourist-page .eyebrow { font-family: var(--font-mono); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.sales-hero { min-height: 660px; position: relative; display: flex; align-items: end; overflow: hidden; isolation: isolate; color: var(--white); background: #061747; }
.sales-hero::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgba(4,16,52,.96) 0%, rgba(6,23,71,.8) 48%, rgba(6,23,71,.42) 100%); }
.sales-hero::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: .5; background: radial-gradient(560px 320px at 12% 108%, rgba(242,107,94,.24), transparent 70%), url("/assets/world-map-dots.svg") right -120px top 40px / 780px auto no-repeat; }
.sales-hero .hero-media { position: absolute; inset: 0; z-index: 0; }
.sales-hero .hero-media .hero-poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .56; filter: saturate(.82) contrast(.98); }
.sales-hero .hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,23,71,.12) 0%, rgba(6,23,71,.2) 48%, rgba(4,14,42,.8) 100%); }
.sales-hero-grid { position: relative; z-index: 2; width: min(1120px, calc(100% - 48px)); margin-inline: auto; padding-top: 84px; padding-bottom: 60px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 410px); gap: clamp(34px, 5vw, 68px); align-items: end; }
.sales-hero-copy { max-width: 740px; padding-bottom: 18px; }
.sales-hero-copy .breadcrumbs { margin-bottom: 30px; }
.sales-hero-copy h1 { max-width: 680px; margin: 0; color: var(--white); font-size: clamp(37px, 4vw, 58px); line-height: 1.06; letter-spacing: -.012em; text-wrap: balance; text-shadow: 0 3px 24px rgba(0,0,0,.32); }
.sales-hero-copy > p:not(.eyebrow) { max-width: 600px; margin: 20px 0 24px; color: #e5ebf9; font-size: 16.5px; line-height: 1.62; }
.sales-hero-tags { margin: 0 0 30px; display: flex; flex-wrap: wrap; gap: 8px; }
.sales-hero-tags span { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; color: #e7edfd; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.08); backdrop-filter: blur(6px); font-family: var(--font-mono); font-size: 10.5px; font-weight: 600; letter-spacing: .04em; }
.sales-hero-tags span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--coral); }
.sales-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.sales-hero-wa { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 0 18px; color: #ecf2ff; border: 1px solid rgba(255,255,255,.28); border-radius: 6px; background: rgba(255,255,255,.06); font-size: 12.5px; font-weight: 800; text-decoration: none; transition: background .2s ease, border-color .2s ease; }
.sales-hero-wa:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.12); }
.sales-hero-wa svg { width: 17px; height: 17px; color: #59d98c; }
.sales-hero-disclaimer { display: block; max-width: 500px; margin-top: 20px; color: rgba(229,235,249,.66); font-size: 11px; line-height: 1.55; }
.sales-lead-card { width: 100%; padding: 0 24px 24px; overflow: hidden; color: var(--ink); border: 1px solid rgba(255,255,255,.3); border-radius: var(--radius-lg); background: var(--white); box-shadow: 0 30px 80px rgba(0,0,0,.32); }
.sales-lead-ticket { margin: 0 -24px 18px; padding: 13px 22px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-bottom: 1px dashed #b9c6e4; background: var(--navy-soft); }
.sales-lead-kicker { color: var(--coral-dark); font-family: var(--font-mono); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.sales-lead-ticket-code { color: #6e7ea6; font-family: var(--font-mono); font-size: 10px; font-weight: 600; letter-spacing: .08em; white-space: nowrap; }
.sales-lead-card h2 { margin: 0 0 8px; color: var(--navy); font-size: 24px; line-height: 1.16; }
.sales-lead-card > p { margin: 0 0 15px; color: var(--muted); font-size: 12.5px; line-height: 1.55; }
.sales-lead-card .sales-lead-form { padding: 0; border-top: 0; background: none; }
.sales-lead-card .sales-lead-form label { margin: 10px 0 6px; }
.sales-lead-card .sales-lead-form input, .sales-lead-card .sales-lead-form select, .sales-lead-card .sales-lead-form textarea { min-height: 46px; padding: 10px 12px; border-color: #c5cfdf; border-radius: 8px; font-size: 14px; }
.sales-lead-card .sales-lead-form input:focus, .sales-lead-card .sales-lead-form select:focus, .sales-lead-card .sales-lead-form textarea:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(8,31,92,.1); }
.sales-lead-card .sales-lead-form textarea { min-height: 72px; resize: vertical; }
.sales-lead-card .sales-lead-form .button { width: 100%; margin-top: 16px; border-radius: 8px; }
.sales-lead-footnote { display: block; margin-top: 14px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.sales-jump { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.92); box-shadow: 0 8px 22px rgba(8,31,92,.06); backdrop-filter: blur(14px); }
.sales-jump .container { min-height: 56px; display: flex; align-items: center; gap: 6px; overflow-x: auto; }
.sales-jump a { flex: 0 0 auto; padding: 7px 12px; color: #4c5a74; border-radius: 999px; font-size: 11.5px; font-weight: 800; text-decoration: none; transition: background .18s ease, color .18s ease; }
.sales-jump a:hover { color: var(--navy); background: var(--navy-soft); }
.sales-jump-cta { margin-left: auto; color: var(--coral-dark) !important; }
.sales-jump-cta:hover { background: #fff1ef !important; }
.sales-jump-cta svg { width: 14px; height: 14px; vertical-align: -3px; }
.sales-proof-strip { padding: 22px 0; border-bottom: 1px solid var(--line); background: var(--surface); }
.sales-proof-strip .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.sales-proof-strip .container > div { min-height: 84px; padding: 16px 18px; display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 13px; align-items: center; border: 1px solid #e2e8f4; border-radius: var(--radius-md); background: var(--white); box-shadow: 0 8px 20px rgba(8,31,92,.05); }
.sales-proof-icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--coral-dark); border-radius: 10px; background: #fff1ef; }
.sales-proof-icon svg { width: 17px; height: 17px; }
.sales-proof-strip p { margin: 0; }
.sales-proof-strip strong, .sales-proof-strip small { display: block; }
.sales-proof-strip strong { color: var(--navy); font-size: 12.5px; }
.sales-proof-strip small { margin-top: 3px; color: var(--muted); font-size: 10.5px; line-height: 1.35; }
.sales-overview { position: relative; overflow: hidden; background: var(--white); }
.sales-overview::after { content: ""; position: absolute; top: 54px; right: -90px; width: 220px; height: 220px; border: 1px solid rgba(8,31,92,.07); border-radius: 50%; box-shadow: 0 0 0 38px rgba(8,31,92,.025), 0 0 0 76px rgba(8,31,92,.018); pointer-events: none; }
.sales-overview-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(350px, .85fr); gap: 72px; align-items: start; }
.sales-overview h2 { max-width: 650px; margin: 0 0 18px; color: var(--navy); font-size: clamp(30px, 3.4vw, 46px); line-height: 1.08; }
.sales-overview-lead { max-width: 680px; margin: 0; color: #293a5a; font-size: 17px; line-height: 1.7; }
.sales-overview-note { max-width: 650px; margin: 18px 0 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.sales-facts { position: relative; z-index: 1; margin: 0; padding: 10px 26px 12px; border-radius: var(--radius-lg); background: linear-gradient(160deg, #0a2464 0%, #061747 100%); box-shadow: 0 24px 54px rgba(8,31,92,.28); }
.sales-facts::before { content: "At a glance"; display: block; padding: 16px 0 12px; color: #8fa3d9; border-bottom: 1px dashed rgba(255,255,255,.24); font-family: var(--font-mono); font-size: 9.5px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.sales-facts div { padding: 17px 0; display: grid; grid-template-columns: 132px 1fr; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
.sales-facts div:last-child { border-bottom: 0; }
.sales-facts dt { color: #ffb7b0; font-family: var(--font-mono); font-size: 9.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.sales-facts dd { margin: 0; color: #eef2fd; font-size: 13px; line-height: 1.55; }
.sales-section-heading { margin-bottom: 32px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .66fr); gap: 54px; align-items: end; }
.sales-section-heading h2 { max-width: 720px; margin: 0; color: var(--navy); font-size: clamp(30px, 3.4vw, 44px); line-height: 1.1; }
.sales-section-heading > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.sales-route-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(245px, 1fr)); gap: 16px; }
.sales-route-card { display: flex; flex-direction: column; padding: 26px 24px 22px; border: 1px solid #dde5f1; border-radius: var(--radius-lg); background: var(--white); box-shadow: 0 12px 30px rgba(8,31,92,.06); transition: transform .24s var(--ease-lift), box-shadow .24s ease, border-color .24s ease; }
.sales-route-card:hover { transform: translateY(-5px); border-color: #f4b9b2; box-shadow: 0 26px 52px rgba(8,31,92,.12); }
.sales-route-head { margin-bottom: 18px; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.sales-route-icon { width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center; color: var(--navy); border-radius: 13px; background: var(--navy-soft); }
.sales-route-icon svg { width: 21px; height: 21px; }
.sales-route-label { padding-top: 4px; color: var(--coral-dark); font-family: var(--font-mono); font-size: 9.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; text-align: right; }
.sales-route-card h3 { margin: 0 0 9px; color: var(--navy); font-size: 20px; line-height: 1.2; }
.sales-route-card p { margin: 0 0 18px; color: var(--muted); font-size: 13px; line-height: 1.62; }
.sales-route-fit { margin-top: auto; padding-top: 15px; display: grid; grid-template-columns: 16px minmax(0, 1fr); gap: 8px; border-top: 1px dashed #d7dfee; color: #273650; font-size: 11.5px; font-weight: 700; line-height: 1.5; }
.sales-route-fit svg { width: 15px; height: 15px; margin-top: 1px; color: var(--green); }
.sales-visual-story { position: relative; overflow: hidden; color: var(--white); background: #091b47; }
.sales-visual-story::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .55; background: linear-gradient(120deg, rgba(255,255,255,.07), transparent 42%), url("/assets/world-map-dots.svg") left -140px bottom -60px / 700px auto no-repeat; }
.sales-mode-training .sales-visual-story { background: #123b31; }
.sales-mode-business .sales-visual-story { background: #172038; }
.sales-mode-support .sales-visual-story { background: #153a36; }
.sales-mode-support .sales-hero::before { background: linear-gradient(90deg, rgba(4,16,45,.97) 0%, rgba(8,35,57,.84) 48%, rgba(8,35,57,.46) 100%); }
.sales-mode-support .sales-proof-icon { color: #176044; background: #e8f6ef; }
.sales-mode-support .sales-route-icon { color: #176044; background: #e8f6ef; }
.sales-visual-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: clamp(46px, 7vw, 92px); align-items: center; }
.sales-visual-reverse .sales-visual-media { order: 2; }
.sales-visual-reverse .sales-visual-copy { order: 1; }
.sales-visual-media { position: relative; min-width: 0; aspect-ratio: 7 / 5; overflow: hidden; margin: 0; border-radius: var(--radius-lg); background: #14275a; box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.sales-visual-media img { width: 100%; height: 100%; object-fit: cover; }
.sales-visual-copy .eyebrow { color: #ffb7b0; }
.sales-visual-copy h2 { max-width: 610px; margin: 0; color: var(--white); font-size: clamp(31px, 3.6vw, 48px); line-height: 1.08; }
.sales-visual-copy > p:not(.eyebrow) { max-width: 590px; margin: 20px 0 24px; color: #d8e2f5; font-size: 15px; line-height: 1.75; }
.sales-visual-copy dl { margin: 0 0 24px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.sales-visual-copy dl div { min-width: 0; padding: 16px 16px 16px 0; }
.sales-visual-copy dl div + div { padding-left: 16px; border-left: 1px solid rgba(255,255,255,.16); }
.sales-visual-copy dt { margin-bottom: 6px; color: #ffb7b0; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.sales-visual-copy dd { margin: 0; color: var(--white); font-size: 11px; font-weight: 750; line-height: 1.45; overflow-wrap: anywhere; }
.sales-visual-copy .text-link { color: var(--white); border-bottom-color: rgba(255,255,255,.35); }
.sales-visual-copy .text-link:hover { color: #ffd1cc; }
.sales-focus { background: var(--white); }
.sales-focus-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.sales-focus-item { min-height: 116px; padding: 22px 24px; display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 16px; border: 1px solid #e2e8f4; border-radius: var(--radius-md); background: var(--surface); }
.sales-focus-mark { width: 34px; height: 34px; display: grid; place-items: center; color: var(--green); border-radius: 50%; background: #e9f6ee; }
.sales-focus-mark svg { width: 16px; height: 16px; }
.sales-focus-item h3 { margin: 2px 0 6px; color: var(--navy); font-size: 16.5px; }
.sales-focus-item p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.62; }
.sales-document-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.sales-document-item { position: relative; min-height: 110px; padding: 22px 22px 22px 26px; display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 15px; overflow: hidden; border: 1px solid #e2e8f4; border-radius: var(--radius-md); background: var(--white); box-shadow: 0 10px 26px rgba(8,31,92,.05); }
.sales-document-item::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: linear-gradient(180deg, var(--coral), #f9a8a0); }
.sales-document-item > svg { width: 21px; margin-top: 2px; color: var(--coral-dark); }
.sales-document-item h3 { margin: 0 0 6px; color: var(--navy); font-size: 15.5px; }
.sales-document-item p { margin: 0; color: var(--muted); font-size: 12.5px; line-height: 1.6; }
.sales-process { position: relative; background: var(--white); }
.sales-process::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .16; background: url("/assets/world-map-dots.svg") center 30% / 1100px auto no-repeat; }
.sales-process .container { position: relative; }
.sales-process-grid { margin: 14px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0 26px; list-style: none; }
.sales-process-step { position: relative; padding-top: 66px; display: flex; flex-direction: column; }
.sales-process-step::before { content: ""; position: absolute; top: 21px; left: 52px; right: -18px; border-top: 2px dashed #c3cee3; }
.sales-process-step:last-child::before { display: none; }
.sales-process-node { position: absolute; top: 0; left: 0; width: 44px; height: 44px; display: grid; place-items: center; color: var(--navy); border: 2px solid var(--navy); border-radius: 50%; background: var(--white); box-shadow: 0 0 0 6px rgba(8,31,92,.05); font-family: var(--font-mono); font-size: 12px; font-weight: 600; }
.sales-process-step:first-child .sales-process-node { color: var(--white); border-color: var(--coral-dark); background: var(--coral); box-shadow: 0 0 0 6px rgba(242,107,94,.16); }
.sales-process-step h3 { margin: 0 0 7px; color: var(--navy); font-size: 16px; }
.sales-process-step p { margin: 0; color: var(--muted); font-size: 12.5px; line-height: 1.6; }
.sales-faq { background: #f8faff; }
.sales-faq-list { max-width: 980px; margin: 0; }
.sales-page .faq-list details, .tourist-page .faq-list details { margin-bottom: 10px; padding: 4px 22px; border: 1px solid #e2e8f4; border-radius: var(--radius-md); background: var(--white); box-shadow: 0 6px 18px rgba(8,31,92,.04); transition: border-color .2s ease; }
.sales-page .faq-list details:last-child, .tourist-page .faq-list details:last-child { border-bottom: 1px solid #e2e8f4; }
.sales-page .faq-list details[open], .tourist-page .faq-list details[open] { border-color: #c9d5ea; }
.sales-page .faq-list summary, .tourist-page .faq-list summary { padding: 16px 0; align-items: center; }
.sales-page .faq-list summary::after, .tourist-page .faq-list summary::after { content: "+"; width: 26px; height: 26px; flex: 0 0 auto; display: grid; place-items: center; color: var(--coral-dark); border-radius: 50%; background: #fff1ef; font-size: 17px; line-height: 1; transition: transform .2s ease; }
.sales-page .faq-list details[open] summary::after, .tourist-page .faq-list details[open] summary::after { content: "+"; transform: rotate(45deg); }
.sales-page .faq-list details p, .tourist-page .faq-list details p { margin: 0; padding: 0 0 18px; }
.sales-page .related-card, .tourist-page .related-card { border-radius: var(--radius-md); transition: transform .2s var(--ease-lift), box-shadow .2s ease, border-color .2s ease; }
.sales-page .related-card:hover, .tourist-page .related-card:hover { transform: translateY(-3px); border-color: #c9d5ea; box-shadow: 0 14px 30px rgba(8,31,92,.09); }
.sales-endcap { position: relative; overflow: hidden; padding: 84px 0; color: var(--white); background: linear-gradient(120deg, #061642 0%, #0a2b70 78%); }
.sales-endcap::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .55; background: radial-gradient(620px 340px at 88% -20%, rgba(242,107,94,.24), transparent 70%), url("/assets/world-map-dots.svg") right -160px bottom -80px / 760px auto no-repeat; }
.sales-endcap .container { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 48px; align-items: center; }
.sales-endcap .eyebrow { color: #ffb7b0; }
.sales-endcap h2 { max-width: 720px; margin: 0; color: var(--white); font-size: clamp(28px, 3.3vw, 44px); line-height: 1.1; }
.sales-endcap p:not(.eyebrow) { max-width: 640px; margin: 17px 0 0; color: #d8e2f8; font-size: 14.5px; line-height: 1.7; }
.sales-related { background: var(--white); }
.sales-related .sales-section-heading { display: block; margin-bottom: 24px; }

.eligibility-calculators { border-top: 1px solid #dce3ed; border-bottom: 1px solid #dce3ed; background: #f2f5f9; }
.eligibility-calculator-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.eligibility-calculator-card { position: relative; min-width: 0; min-height: 390px; overflow: hidden; padding: 28px; display: flex; flex-direction: column; border: 1px solid #d7e0eb; border-radius: var(--radius-lg); background: var(--white); box-shadow: 0 12px 30px rgba(8,31,92,.06); }
.eligibility-calculator-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: var(--coral); }
.eligibility-calculator-crs::before { background: #19704a; }
.eligibility-calculator-top { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.eligibility-calculator-icon { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; color: var(--coral-dark); border: 1px solid #f1c9c4; border-radius: 8px; background: #fff4f2; }
.eligibility-calculator-crs .eligibility-calculator-icon { color: #14623f; border-color: #bfdaca; background: #f0f8f4; }
.eligibility-calculator-icon svg { width: 20px; height: 20px; }
.eligibility-calculator-label { max-width: 230px; color: #66758b; font-size: 10px; font-weight: 850; line-height: 1.35; text-align: right; text-transform: uppercase; }
.eligibility-calculator-card h3 { margin: 22px 0 10px; color: var(--navy); font-size: 24px; line-height: 1.2; }
.eligibility-calculator-card > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.68; }
.eligibility-calculator-card dl { margin: 22px 0 0; border-top: 1px solid var(--line); }
.eligibility-calculator-card dl div { padding: 12px 0; display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 18px; border-bottom: 1px solid var(--line); }
.eligibility-calculator-card dt { color: #758198; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.eligibility-calculator-card dd { margin: 0; color: #273650; font-size: 11px; font-weight: 750; line-height: 1.45; }
.eligibility-calculator-link { min-height: 48px; margin-top: auto; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--white); border-radius: 10px; background: var(--navy); font-size: 11px; font-weight: 850; text-decoration: none; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.eligibility-calculator-link svg { width: 17px; height: 17px; flex: 0 0 auto; }
.eligibility-calculator-card:hover .eligibility-calculator-link { background: #0b2b70; box-shadow: 0 8px 18px rgba(8,31,92,.14); transform: translateY(-1px); }
.eligibility-calculator-link:focus-visible { outline: 3px solid rgba(37,99,235,.3); outline-offset: 3px; }
.eligibility-calculator-note { margin-top: 18px; padding: 16px 18px; display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 11px; align-items: start; color: #536278; border-left: 3px solid var(--coral); background: var(--white); }
.eligibility-calculator-note > svg { width: 18px; height: 18px; margin-top: 2px; color: var(--green); }
.eligibility-calculator-note p { margin: 0; font-size: 11px; line-height: 1.6; }
.eligibility-calculator-note strong { color: var(--navy); }

/* Long-form service modules make the page feel specific to the decision, not like a brochure template. */
.sales-deep-dive { background: #f7f9fd; }
.sales-deep-heading { margin-bottom: 34px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .66fr); gap: 54px; align-items: end; }
.sales-deep-heading h2 { max-width: 700px; margin: 0; color: var(--navy); font-size: clamp(30px, 3.4vw, 46px); line-height: 1.08; }
.sales-deep-heading > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.sales-deep-grid { display: grid; gap: 14px; }
.sales-deep-decision .sales-deep-grid, .sales-deep-comparison .sales-deep-grid, .sales-deep-journey .sales-deep-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.sales-deep-sequence .sales-deep-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.sales-deep-evidence .sales-deep-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.sales-deep-item { min-height: 240px; padding: 26px 24px; border: 1px solid #e2e8f4; border-radius: var(--radius-lg); background: var(--white); box-shadow: 0 9px 24px rgba(8,31,92,.04); transition: transform .22s var(--ease-lift), box-shadow .22s ease, border-color .22s ease; }
.sales-deep-item:hover { transform: translateY(-3px); border-color: #c9d5ea; box-shadow: 0 18px 40px rgba(8,31,92,.09); }
.sales-deep-sequence .sales-deep-item { min-height: 260px; padding: 24px 20px; }
.sales-deep-item-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.sales-deep-icon { width: 44px; height: 44px; display: grid; place-items: center; color: var(--navy); border-radius: 13px; background: var(--navy-soft); }
.sales-deep-icon svg { width: 20px; height: 20px; }
.sales-deep-item-head small { color: #99a5bd; font-family: var(--font-mono); font-size: 10px; font-weight: 600; letter-spacing: .12em; }
.sales-deep-item h3 { margin: 0 0 9px; color: var(--navy); font-size: 18px; line-height: 1.2; }
.sales-deep-item > p { margin: 0; color: #394863; font-size: 13px; line-height: 1.65; }
.sales-deep-item ul { margin: 18px 0 0; padding: 14px 0 0; display: grid; gap: 8px; border-top: 1px solid var(--line); list-style: none; }
.sales-deep-item li { display: grid; grid-template-columns: 16px minmax(0, 1fr); gap: 7px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.sales-deep-item li svg { width: 14px; height: 14px; margin-top: 1px; color: var(--coral); }
.sales-deep-note { margin-top: 18px; padding: 18px 20px; display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 12px; border: 1px solid #f4d7d3; border-left: 3px solid var(--coral); border-radius: 0 var(--radius-md) var(--radius-md) 0; background: #fff; box-shadow: 0 8px 20px rgba(8,31,92,.04); }
.sales-deep-note > svg { width: 19px; margin-top: 2px; color: var(--coral-dark); }
.sales-deep-note strong { color: var(--navy); font-size: 13px; }
.sales-deep-note p { margin: 4px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.sales-canada-benefits { background: #f7f9fd; }
.sales-benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.sales-benefit-item { min-height: 180px; padding: 24px 22px; border: 1px solid #e2e8f4; border-radius: var(--radius-md); background: var(--white); box-shadow: 0 8px 20px rgba(8,31,92,.04); transition: transform .22s var(--ease-lift), box-shadow .22s ease; }
.sales-benefit-item:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(8,31,92,.09); }
.sales-benefit-item > svg { width: 22px; height: 22px; color: var(--coral-dark); }
.sales-benefit-item h3 { margin: 16px 0 7px; color: var(--navy); font-size: 16px; }
.sales-benefit-item p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.sales-readiness-panel { margin-top: 18px; padding: 30px; display: grid; grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr); gap: 44px; border-radius: var(--radius-lg); background: linear-gradient(160deg, #0a2464 0%, #061747 100%); box-shadow: 0 22px 50px rgba(8,31,92,.24); }
.sales-readiness-intro h3 { margin: 0; color: var(--white); font-size: 24px; line-height: 1.2; }
.sales-readiness-intro p:not(.eyebrow) { margin: 14px 0 0; color: #d7e0f6; font-size: 13px; line-height: 1.7; }
.sales-readiness-panel ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; list-style: none; }
.sales-readiness-panel li { padding: 15px 0; display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 12px; border-bottom: 1px solid rgba(255,255,255,.15); }
.sales-readiness-panel li > span { color: var(--coral); font-size: 11px; font-weight: 900; }
.sales-readiness-panel li strong { color: var(--white); font-size: 12px; }
.sales-readiness-panel li p { margin: 4px 0 0; color: #c7d3ec; font-size: 11px; line-height: 1.5; }
.tourist-lead-capture { position: relative; overflow: hidden; color: var(--ink); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #f0f5ff 0%, #fdfdff 100%); }
.tourist-lead-capture::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .2; background: url("/assets/world-map-dots.svg") right -280px top -100px / 760px auto no-repeat; -webkit-mask-image: linear-gradient(100deg, transparent 42%, #000 68%); mask-image: linear-gradient(100deg, transparent 42%, #000 68%); }
.tourist-lead-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(350px, 430px); gap: clamp(42px, 7vw, 92px); align-items: center; }
.tourist-lead-capture .sales-lead-card { border-color: #dfe7f5; box-shadow: 0 24px 60px rgba(8,31,92,.14); }
.tourist-lead-copy .breadcrumbs { margin-bottom: 19px; color: var(--muted); }
.tourist-lead-copy .breadcrumbs a { color: var(--navy); }
.tourist-lead-copy h1 { max-width: 680px; margin: 0; color: var(--navy); font-size: clamp(35px, 3.8vw, 52px); line-height: 1.07; letter-spacing: -.012em; text-wrap: balance; }
.tourist-lead-copy > p:not(.eyebrow) { max-width: 620px; margin: 20px 0 26px; color: var(--muted); font-size: 14.5px; line-height: 1.7; }
.tourist-lead-copy ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 14px; list-style: none; }
.tourist-lead-copy li { display: flex; align-items: center; gap: 10px; padding: 11px 14px; color: var(--navy); border: 1px solid #e2e8f4; border-radius: var(--radius-md); background: var(--white); box-shadow: 0 6px 16px rgba(8,31,92,.04); font-size: 12px; font-weight: 750; }
.tourist-lead-copy li svg { width: 17px; flex: 0 0 auto; color: var(--coral); }

.page-hero { min-height: 430px; position: relative; display: flex; align-items: end; overflow: hidden; isolation: isolate; color: var(--white); background: #082b5b; }
.page-hero::before { opacity: .34; background-size: min(1320px, 104vw) auto; background-position: center 48%; }
.page-hero .hero-media .hero-poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .24; filter: saturate(.88) contrast(.94); }
.page-hero .hero-media::after { display: none; }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(6,23,71,.92) 0%, rgba(6,23,71,.82) 48%, rgba(6,23,71,.68) 100%); }
.page-hero .container { position: relative; z-index: 2; padding-top: 76px; padding-bottom: 52px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; color: #cdd8f2; font-size: 11px; }
.breadcrumbs a { text-decoration: none; }
.page-hero h1 { max-width: 760px; margin: 0; font-size: clamp(36px, 4.4vw, 56px); line-height: 1.06; letter-spacing: 0; text-shadow: 0 3px 22px rgba(0,0,0,.34); }
.page-hero p { max-width: 610px; margin: 18px 0 24px; color: #e0e7f8; font-size: 15px; }
.page-intro { display: grid; grid-template-columns: 1.1fr .75fr; gap: 64px; }
.page-intro h2 { max-width: 610px; margin: 0 0 16px; color: var(--navy); font-size: clamp(30px, 3.3vw, 42px); line-height: 1.12; letter-spacing: 0; }
.page-intro-copy p { color: var(--muted); }
.page-intro-copy .page-intro-lead { max-width: 620px; margin: 0 0 14px; color: var(--navy); font-size: 17px; line-height: 1.55; }
.page-intro-copy .page-intro-note { max-width: 590px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.side-panel { padding: 22px; border-top: 3px solid var(--coral); background: var(--navy-soft); }
.side-panel h3 { margin: 0 0 17px; color: var(--navy); }
.side-panel ul { padding: 0; margin: 0; list-style: none; }
.side-panel li { padding: 10px 0; border-bottom: 1px solid #d7e0f3; font-size: 13px; }
.side-panel li:last-child { border-bottom: 0; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.benefit { padding: 22px; border: 1px solid var(--line); background: var(--white); }
.benefit svg { width: 23px; color: var(--coral); }
.benefit h3 { margin: 16px 0 8px; color: var(--navy); font-size: 16px; }
.benefit p { margin: 0; color: var(--muted); font-size: 12px; }
.content-media { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.content-media img { width: 100%; height: 360px; object-fit: cover; border-radius: 6px; }
.content-media h2 { margin: 0; color: var(--navy); font-size: clamp(30px, 3.3vw, 42px); line-height: 1.12; letter-spacing: 0; }
.content-media p { color: var(--muted); }
.faq-list { max-width: 850px; margin: 0 auto; }
.faq-list details { padding: 22px 0; border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; color: var(--navy); font-size: 16px; font-weight: 800; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--coral); font-size: 22px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 760px; margin: 13px 0 0; color: var(--muted); font-size: 14px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.related-card { padding: 20px; border: 1px solid var(--line); color: var(--navy); background: var(--white); text-decoration: none; }
.related-card span { display: block; margin-bottom: 9px; color: var(--coral-dark); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.related-card strong { font-size: 17px; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.1fr; gap: 54px; align-items: start; }
.contact-cards { display: grid; gap: 12px; }
.contact-card { padding: 18px; display: flex; gap: 13px; border: 1px solid var(--line); }
.contact-card svg { width: 22px; color: var(--coral); }
.contact-card strong, .contact-card span { display: block; }
.contact-card strong { color: var(--navy); font-size: 14px; }
.contact-card span { color: var(--muted); font-size: 12px; }
.lead-form { padding: 28px; border-top: 4px solid var(--coral); background: var(--surface); }
.lead-form h2 { margin: 0 0 6px; color: var(--navy); }
.lead-form > p { margin-top: 0; color: var(--muted); font-size: 13px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-row > * { min-width: 0; }
.lead-form label { display: block; margin: 16px 0 6px; color: var(--navy); font-size: 11px; font-weight: 800; }
.lead-form label small { margin-left: 4px; color: var(--muted); font-size: 10px; font-weight: 600; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; min-width: 0; min-height: 48px; padding: 11px 12px; border: 1px solid #ccd5e5; color: var(--ink); background: var(--white); border-radius: 3px; outline: none; font-size: 14px; line-height: 1.35; }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: #667085; opacity: 1; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--navy); }
.lead-form input[aria-invalid="true"], .lead-form select[aria-invalid="true"], .lead-form textarea[aria-invalid="true"] { border-color: #b42318; background: #fff9f8; }
.lead-form input[aria-invalid="true"]:focus, .lead-form select[aria-invalid="true"]:focus, .lead-form textarea[aria-invalid="true"]:focus { border-color: #b42318; box-shadow: 0 0 0 3px rgba(180,35,24,.12); }
.field-error { width: 100%; margin: 6px 0 0; display: block; color: #b42318; font-size: 10.5px; font-weight: 700; line-height: 1.4; }
.field-error[hidden] { display: none; }
.form-success { display: none; margin: 14px 0 0; color: #197348; font-size: 13px; font-weight: 700; }
.form-success.show { display: block; }

.tourist-jump { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.92); box-shadow: 0 8px 22px rgba(8,31,92,.06); backdrop-filter: blur(14px); }
.tourist-jump .container { min-height: 56px; display: flex; align-items: center; gap: 6px; overflow-x: auto; }
.tourist-jump a { flex: 0 0 auto; padding: 7px 12px; color: #4c5a74; border-radius: 999px; font-size: 11.5px; font-weight: 800; text-decoration: none; transition: background .18s ease, color .18s ease; }
.tourist-jump a:hover { color: var(--navy); background: var(--navy-soft); }

.tourist-overview-layout { display: grid; grid-template-columns: 1.04fr .76fr; gap: 80px; align-items: start; }
.tourist-overview h2, .tourist-documents h2, .tourist-process-intro h2 { margin: 0; color: var(--navy); font-size: clamp(32px, 3.5vw, 46px); line-height: 1.1; letter-spacing: 0; }
.tourist-overview p, .tourist-documents p, .tourist-process-intro p { color: var(--muted); }
.tourist-overview .tourist-lead { margin: 20px 0 12px; color: #273650; font-size: 17px; line-height: 1.65; }
.tourist-facts { margin: 0; padding: 10px 26px 12px; border-radius: var(--radius-lg); background: linear-gradient(160deg, #0a2464 0%, #061747 100%); box-shadow: 0 24px 54px rgba(8,31,92,.28); }
.tourist-facts::before { content: "At a glance"; display: block; padding: 16px 0 12px; color: #8fa3d9; border-bottom: 1px dashed rgba(255,255,255,.24); font-family: var(--font-mono); font-size: 9.5px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.tourist-facts div { padding: 16px 0; display: grid; grid-template-columns: 108px 1fr; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
.tourist-facts div:last-child { border-bottom: 0; }
.tourist-facts dt { color: #ffb7b0; font-family: var(--font-mono); font-size: 9.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.tourist-facts dd { margin: 0; color: #eef2fd; font-size: 13px; line-height: 1.55; }

.tourist-country-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(215px, 1fr)); gap: 14px; }
.tourist-country { min-width: 0; min-height: 230px; padding: 20px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid #e2e8f4; border-radius: var(--radius-md); color: inherit; background: var(--white); box-shadow: 0 8px 22px rgba(8,31,92,.05); font: inherit; text-align: left; cursor: pointer; transition: transform .22s var(--ease-lift), box-shadow .22s ease, border-color .22s ease; }
.tourist-country:hover { transform: translateY(-4px); border-color: #aebfdd; box-shadow: 0 18px 38px rgba(8,31,92,.1); }
.tourist-country:focus-visible { outline: 3px solid rgba(37,99,235,.3); outline-offset: 3px; border-color: #6f8ec5; }
.tourist-country-flag { width: 44px; height: 30px; margin-bottom: 14px; display: block; overflow: hidden; border: 1px solid rgba(8,31,92,.15); border-radius: 5px; background: var(--white); box-shadow: 0 3px 8px rgba(8,31,92,.08); }
.tourist-country-flag img { width: 100%; height: 100%; display: block; object-fit: cover; }
.tourist-country-copy { display: block; }
.tourist-country-copy strong { display: block; margin: 0 0 5px; color: var(--navy); font-size: 15.5px; }
.tourist-country-copy > span { display: block; color: var(--muted); font-size: 12px; line-height: 1.55; }
.tourist-country-enquire { width: 100%; min-height: 36px; margin-top: auto; padding-top: 14px; display: flex; align-items: end; justify-content: space-between; gap: 12px; color: var(--navy); border-top: 1px solid #e7ecf5; font-size: 10.5px; font-weight: 850; }
.tourist-country-enquire svg { width: 15px; height: 15px; flex: 0 0 auto; color: var(--coral-dark); transition: transform .2s ease; }
.tourist-country:hover .tourist-country-enquire svg { transform: translate(2px,-2px); }
.tourist-country-action { margin-top: 26px; padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px dashed #c9d5ea; border-radius: var(--radius-md); background: var(--white); }
.tourist-country-action p { margin: 0; color: #273650; font-size: 13px; font-weight: 750; }
.tourist-country-action .text-link { min-height: 44px; padding: 0; border: 0; background: transparent; font: inherit; cursor: pointer; }

.tourist-documents { color: var(--white); background: #14213f; }
.tourist-documents .eyebrow { color: #ffb7b0; }
.tourist-documents h2 { color: var(--white); }
.tourist-documents p { color: #d8e2f5; }
.tourist-documents-layout { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr); gap: 64px; align-items: center; }
.tourist-documents-media { margin: 0; }
.tourist-documents-media img { width: 100%; height: auto; aspect-ratio: 7 / 5; object-fit: cover; border-radius: 8px; box-shadow: 0 28px 68px rgba(0,0,0,.3); }
.tourist-documents-media span { display: block; margin-top: 12px; color: #b9c6dd; font-size: 10px; line-height: 1.55; }
.tourist-document-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; margin-top: 24px; border-top: 1px solid rgba(255,255,255,.2); }
.tourist-document-list > div { min-height: 92px; padding: 17px 0; display: grid; grid-template-columns: 28px 1fr; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.16); }
.tourist-document-list svg { width: 20px; height: 20px; color: #ff9d94; }
.tourist-document-list strong, .tourist-document-list small { display: block; }
.tourist-document-list strong { color: var(--white); font-size: 12px; }
.tourist-document-list small { margin-top: 4px; color: #bcc8dc; font-size: 10px; line-height: 1.45; }

.tourist-assessment-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.tourist-assessment-grid article { min-height: 0; padding: 22px; border: 1px solid #e2e8f4; border-radius: var(--radius-md); background: var(--white); box-shadow: 0 8px 20px rgba(8,31,92,.04); }
.tourist-assessment-grid span { color: var(--coral-dark); font-family: var(--font-mono); font-size: 10px; font-weight: 600; letter-spacing: .12em; }
.tourist-assessment-grid h3 { margin: 16px 0 8px; color: var(--navy); font-size: 16.5px; }
.tourist-assessment-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.tourist-disclaimer { margin: 20px 0 0; padding: 14px 18px; border: 1px solid #f4d7d3; border-left: 3px solid var(--coral); border-radius: 0 var(--radius-md) var(--radius-md) 0; background: var(--white); color: #4b5563; font-size: 11px; line-height: 1.6; }

.tourist-process-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 72px; align-items: start; }
.tourist-process-intro { position: sticky; top: 120px; }
.tourist-process-intro .button { margin-top: 14px; }
.tourist-process-list article { position: relative; min-height: 0; padding: 0 0 32px 66px; display: block; }
.tourist-process-list article::before { content: ""; position: absolute; top: 48px; bottom: 4px; left: 21px; border-left: 2px dashed #c3cee3; }
.tourist-process-list article:last-child { padding-bottom: 0; }
.tourist-process-list article:last-child::before { display: none; }
.tourist-process-list > article > span { position: absolute; top: 0; left: 0; width: 44px; height: 44px; display: grid; place-items: center; color: var(--navy); border: 2px solid var(--navy); border-radius: 50%; background: var(--white); box-shadow: 0 0 0 6px rgba(8,31,92,.05); font-family: var(--font-mono); font-size: 12px; font-weight: 600; letter-spacing: 0; }
.tourist-process-list article:first-child > span { color: var(--white); border-color: var(--coral-dark); background: var(--coral); box-shadow: 0 0 0 6px rgba(242,107,94,.16); }
.tourist-process-list h3 { margin: 8px 0 7px; color: var(--navy); font-size: 18px; }
.tourist-process-list p { max-width: 580px; margin: 0; color: var(--muted); font-size: 12.5px; line-height: 1.6; }
.tourist-related { border-top: 1px solid var(--line); }

.seo-summary-band { padding: 64px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.seo-summary { display: grid; grid-template-columns: 1fr .92fr; gap: 76px; align-items: start; }
.seo-summary h2 { max-width: 620px; margin: 0; color: var(--navy); font-size: 38px; line-height: 1.14; }
.seo-summary > div > p:last-child { max-width: 640px; margin: 20px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.seo-summary dl { margin: 0; border-top: 3px solid var(--navy); }
.seo-summary dl div { padding: 16px 0; display: grid; grid-template-columns: 128px 1fr; gap: 22px; border-bottom: 1px solid var(--line); }
.seo-summary dt { color: var(--coral-dark); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.seo-summary dd { margin: 0; color: #273650; font-size: 13px; line-height: 1.55; }
.topic-hero h1 { max-width: 820px; }
.topic-lines { border-top: 3px solid var(--navy); }
.topic-lines article { min-height: 124px; padding: 24px 0; display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 24px; border-bottom: 1px solid var(--line); }
.topic-lines article > span { color: var(--coral-dark); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.topic-lines h3 { margin: 0 0 7px; color: var(--navy); font-size: 19px; }
.topic-lines p { max-width: 760px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.official-source { margin: 26px 0 0; padding-left: 16px; border-left: 3px solid var(--coral); color: var(--muted); font-size: 12px; }
.official-source a { display: inline-flex; align-items: center; gap: 6px; color: var(--navy); font-weight: 800; text-decoration: none; }
.official-source svg { width: 15px; }
.topic-related { border-top: 1px solid var(--line); }
.topic-decision { background: #f7f9fd; }
.topic-decision-head { margin-bottom: 32px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .65fr); gap: 58px; align-items: end; }
.topic-decision-head h2 { max-width: 700px; margin: 0; color: var(--navy); font-size: clamp(30px, 3.4vw, 44px); line-height: 1.1; }
.topic-decision-head > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.topic-decision-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.topic-decision-item { min-height: 226px; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 10px 26px rgba(8,31,92,.045); }
.topic-decision-item > div { display: flex; align-items: center; justify-content: space-between; }
.topic-decision-item > div > span { width: 40px; height: 40px; display: grid; place-items: center; color: var(--coral-dark); border: 1px solid #ffd1cb; border-radius: 8px; background: #fff2f0; }
.topic-decision-item > div svg { width: 19px; height: 19px; }
.topic-decision-item small { color: var(--coral); font-size: 10px; font-weight: 900; }
.topic-decision-item h3 { margin: 20px 0 8px; color: var(--navy); font-size: 17px; line-height: 1.25; }
.topic-decision-item p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.topic-kind-career .topic-decision-item, .topic-kind-study .topic-decision-item { border-top: 3px solid var(--navy); }
.topic-kind-visit .topic-decision-item { border-top: 3px solid var(--coral); }
.topic-kind-tool .topic-decision { background: var(--white); }
.topic-kind-tool .topic-decision-item { background: #f7f9fd; }
.topic-preparation .section-head { max-width: 760px; }
.topic-process-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 3px solid var(--navy); list-style: none; }
.topic-process-grid li { min-height: 170px; padding: 22px 20px 20px 0; }
.topic-process-grid li + li { padding-left: 20px; border-left: 1px solid var(--line); }
.topic-process-grid li > span { color: var(--coral); font-size: 11px; font-weight: 900; }
.topic-process-grid h3 { margin: 17px 0 7px; color: var(--navy); font-size: 15px; }
.topic-process-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.topic-lead-capture { color: var(--white); background: #071b50; }
.topic-lead-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(350px, 430px); gap: clamp(44px, 7vw, 92px); align-items: center; }
.topic-lead-copy h2 { max-width: 620px; margin: 0; color: var(--white); font-size: clamp(32px, 3.6vw, 46px); line-height: 1.1; }
.topic-lead-copy > p:not(.eyebrow) { max-width: 610px; margin: 18px 0 22px; color: #d6e0f6; font-size: 14px; line-height: 1.75; }
.topic-lead-copy ul { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 20px; list-style: none; }
.topic-lead-copy li { display: inline-flex; align-items: center; gap: 8px; color: #f0f4ff; font-size: 12px; font-weight: 750; }
.topic-lead-copy li svg { width: 16px; height: 16px; color: var(--coral); }
.topic-lead-copy > small { display: block; max-width: 580px; margin-top: 22px; color: #9faecb; font-size: 10px; line-height: 1.55; }
.topic-lead-capture .sales-lead-card { justify-self: end; }

.services-catalog { position: relative; overflow: hidden; background: var(--white); }
.services-catalog::before { content: ""; position: absolute; inset: 0 0 auto; height: 1px; background: var(--line); }
.services-catalog .split-head { margin-bottom: 38px; }
.services-catalog .split-head > p { max-width: 520px; }
.services-catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.service-catalog-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; color: var(--ink); border: 1px solid #d9e1ec; border-radius: 8px; background: var(--white); box-shadow: 0 12px 30px rgba(8,31,92,.07); text-decoration: none; transition: border-color .22s ease, box-shadow .22s ease; }
.service-catalog-card:first-child { grid-column: span 2; display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(280px, .78fr); }
.service-catalog-media { position: relative; overflow: hidden; aspect-ratio: 16 / 10; background: #dfe5ef; isolation: isolate; }
.service-catalog-card:first-child .service-catalog-media { min-height: 350px; aspect-ratio: auto; }
.service-catalog-media::after { content: ""; position: absolute; inset: 42% 0 0; z-index: 1; background: linear-gradient(180deg, transparent, rgba(6,23,71,.34)); pointer-events: none; }
.service-catalog-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .25s ease; }
.service-catalog-media > span { position: absolute; left: 16px; bottom: 16px; z-index: 2; width: 42px; height: 42px; display: grid; place-items: center; color: var(--white); border: 1px solid rgba(255,255,255,.5); border-radius: 6px; background: rgba(6,23,71,.78); backdrop-filter: blur(8px); font-size: 11px; font-weight: 850; font-variant-numeric: tabular-nums; }
.service-catalog-body { min-width: 0; min-height: 240px; padding: 23px 22px 22px; display: flex; flex-direction: column; align-items: flex-start; }
.service-catalog-card:first-child .service-catalog-body { min-height: 350px; padding: 30px; justify-content: center; }
.service-catalog-body > small { margin-bottom: 9px; color: var(--coral-dark); font-size: 10px; font-weight: 850; line-height: 1.35; text-transform: uppercase; }
.service-catalog-body h2 { margin: 0; color: var(--navy); font-size: 21px; line-height: 1.22; text-wrap: balance; }
.service-catalog-card:first-child .service-catalog-body h2 { font-size: 28px; }
.service-catalog-body p { margin: 12px 0 20px; color: var(--muted); font-size: 12.5px; line-height: 1.65; }
.service-catalog-body > strong { min-height: 44px; margin-top: auto; display: inline-flex; align-items: center; gap: 9px; color: var(--navy); border-bottom: 2px solid #ffc5bf; font-size: 11.5px; font-weight: 850; }
.service-catalog-body > strong svg { width: 16px; height: 16px; color: var(--coral-dark); transition: transform .2s ease; }
.service-catalog-card:focus-visible { outline: 3px solid rgba(242,107,94,.65); outline-offset: 4px; }
.services-directory-head { padding-bottom: 32px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .68fr); gap: 48px; align-items: end; }
.services-directory-head h2 { font-size: clamp(30px, 3.2vw, 42px); }

@media (hover: hover) and (pointer: fine) {
  .service-catalog-card:hover { border-color: rgba(8,31,92,.28); box-shadow: 0 20px 44px rgba(8,31,92,.13); }
  .service-catalog-card:hover .service-catalog-media img { transform: scale(1.035); filter: saturate(1.05); }
  .service-catalog-card:hover .service-catalog-body > strong svg { transform: translate(2px,-2px); }
}

.services-directory > .container > section { padding: 34px 0; display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 60px; border-top: 1px solid var(--line); }
.services-directory > .container > section:last-child { border-bottom: 1px solid var(--line); }
.services-directory h2 { margin: 0; color: var(--navy); font-size: 20px; line-height: 1.3; }
.services-directory section > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 32px; }
.services-directory section > div a { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); color: #273650; font-size: 13px; font-weight: 800; text-decoration: none; }
.services-directory section > div a:only-child { grid-column: 1 / -1; }
.services-directory section > div a:hover { color: var(--coral-dark); }
.services-directory section > div svg { width: 16px; flex: 0 0 auto; }

.policy-page { color: var(--ink); background: #f7f9fc; }
.policy-hero { padding: 58px 0 54px; color: var(--white); border-bottom: 4px solid var(--coral); background: var(--navy-deep); }
.policy-hero .breadcrumbs { margin-bottom: 40px; }
.policy-hero-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 80px; align-items: end; }
.policy-hero .eyebrow { color: #f2a099; }
.policy-hero h1 { max-width: 760px; margin: 0; font-size: clamp(38px, 4.2vw, 54px); line-height: 1.04; }
.policy-hero-deck { max-width: 720px; margin: 20px 0 0; color: #d7def0; font-size: 15px; line-height: 1.7; }
.policy-meta { margin: 0; border-top: 1px solid rgba(255,255,255,.22); }
.policy-meta div { min-height: 52px; display: grid; grid-template-columns: 98px minmax(0, 1fr); gap: 16px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.16); }
.policy-meta dt { color: #9facc8; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.policy-meta dd { margin: 0; color: #f7f9ff; font-size: 11.5px; font-weight: 750; line-height: 1.4; }
.policy-summary { color: #1d2b45; border-bottom: 1px solid #d6deea; background: var(--white); }
.policy-summary .container { min-height: 92px; display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 20px; align-items: center; }
.policy-summary-icon { width: 40px; height: 40px; display: grid; place-items: center; color: var(--coral-dark); border: 1px solid #f3c6c1; border-radius: 5px; background: #fff8f7; }
.policy-summary-icon svg { width: 20px; height: 20px; }
.policy-summary strong { display: block; margin-bottom: 4px; color: var(--navy); font-size: 11px; text-transform: uppercase; }
.policy-summary p { max-width: 980px; margin: 0; font-size: 13px; line-height: 1.65; }
.policy-content { padding: 76px 0 90px; }
.policy-layout { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: 80px; align-items: start; justify-content: space-between; }
.policy-sidebar { position: sticky; top: 112px; min-width: 0; }
.policy-sidebar > span { display: block; margin-bottom: 15px; color: var(--navy); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.policy-sidebar nav { border-top: 1px solid #cfd8e5; }
.policy-sidebar nav a { min-height: 44px; padding: 9px 4px; display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 8px; align-items: center; color: #526078; border-bottom: 1px solid #dce3ed; font-size: 10.5px; font-weight: 720; line-height: 1.35; text-decoration: none; transition: color .18s ease, padding-left .18s ease; }
.policy-sidebar nav a > span { color: #a1acc0; font-size: 9px; font-variant-numeric: tabular-nums; }
.policy-sidebar nav a:hover { padding-left: 8px; color: var(--coral-dark); }
.policy-sidebar nav a:focus-visible { outline: 3px solid rgba(242,107,94,.45); outline-offset: -3px; }
.policy-sidebar > p { margin: 22px 0 0; padding: 15px 0 0; display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 10px; color: #69758a; border-top: 2px solid var(--navy); font-size: 10px; line-height: 1.55; }
.policy-sidebar > p svg { width: 16px; height: 16px; color: var(--coral-dark); }
.policy-document { min-width: 0; }
.policy-document-head { padding: 0 0 44px; }
.policy-document-head h2 { max-width: 660px; margin: 0; color: var(--navy); font-size: 31px; line-height: 1.15; }
.policy-facts { margin: 30px 0 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 2px solid var(--navy); border-bottom: 1px solid #cfd8e5; }
.policy-facts div { min-width: 0; padding: 17px 16px 17px 0; }
.policy-facts div + div { padding-left: 18px; border-left: 1px solid #d7dfe9; }
.policy-facts dt { margin-bottom: 6px; color: #7a879b; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.policy-facts dd { margin: 0; color: var(--navy); font-size: 11.5px; font-weight: 800; line-height: 1.45; overflow-wrap: anywhere; }
.policy-section { scroll-margin-top: 116px; padding: 38px 0 40px; display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 22px; border-top: 1px solid #cfd8e5; }
.policy-section-number { padding-top: 5px; color: var(--coral-dark); font-size: 10px; font-weight: 900; font-variant-numeric: tabular-nums; }
.policy-section h2 { margin: 0 0 15px; color: var(--navy); font-size: 23px; line-height: 1.25; text-wrap: balance; }
.policy-section p { max-width: 72ch; margin: 0; color: #3d4b62; font-size: 14px; line-height: 1.78; }
.policy-section p + p { margin-top: 13px; }
.policy-section ul { max-width: 72ch; margin: 20px 0 0; padding: 0; display: grid; gap: 11px; list-style: none; }
.policy-section li { display: grid; grid-template-columns: 17px minmax(0, 1fr); gap: 10px; color: #3d4b62; font-size: 13.5px; line-height: 1.7; }
.policy-section li svg { width: 15px; height: 15px; margin-top: 4px; color: var(--coral-dark); stroke-width: 2.4; }
.policy-section .policy-section-note { max-width: 100%; margin-top: 22px; padding: 16px 18px; display: grid; grid-template-columns: 19px minmax(0, 1fr); gap: 11px; color: #263550; border-left: 3px solid var(--coral); background: #fff4f2; font-size: 12.5px; line-height: 1.65; }
.policy-section-note svg { width: 18px; height: 18px; color: var(--coral-dark); }
.policy-contact { color: var(--white); border-top: 1px solid #23376c; background: var(--navy); }
.policy-contact .container { min-height: 230px; padding-top: 48px; padding-bottom: 48px; display: grid; grid-template-columns: 54px minmax(0, 1fr) 270px; gap: 30px; align-items: center; }
.policy-contact-icon { width: 54px; height: 54px; display: grid; place-items: center; color: #ffb2ab; border: 1px solid rgba(255,255,255,.22); border-radius: 6px; }
.policy-contact-icon svg { width: 24px; height: 24px; }
.policy-contact .eyebrow { margin-bottom: 8px; color: #f2a099; }
.policy-contact h2 { margin: 0; font-size: 27px; line-height: 1.2; }
.policy-contact p:not(.eyebrow) { max-width: 650px; margin: 10px 0 0; color: #c8d2e8; font-size: 12px; line-height: 1.7; }
.policy-contact-actions { display: grid; gap: 8px; }
.policy-contact-actions a { min-height: 46px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--white); border: 1px solid rgba(255,255,255,.23); border-radius: 5px; font-size: 10.5px; font-weight: 850; text-decoration: none; }
.policy-contact-actions a:last-child { color: var(--navy); border-color: var(--coral); background: var(--coral); }
.policy-contact-actions svg { width: 15px; height: 15px; flex: 0 0 auto; }
.policy-related { border-bottom: 1px solid #d7dfe9; background: var(--white); }
.policy-related .container { padding-top: 36px; padding-bottom: 42px; display: grid; grid-template-columns: 170px repeat(3,minmax(0,1fr)); }
.policy-related .container > span { padding-top: 4px; color: #78859a; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.policy-related a { min-width: 0; min-height: 90px; padding: 3px 40px 0 20px; position: relative; color: var(--navy); border-left: 1px solid #d7dfe9; text-decoration: none; }
.policy-related a strong, .policy-related a small { display: block; }
.policy-related a strong { margin-bottom: 7px; font-size: 13px; }
.policy-related a small { color: #69758a; font-size: 10px; line-height: 1.55; }
.policy-related a svg { position: absolute; top: 3px; right: 14px; width: 15px; height: 15px; color: var(--coral-dark); transition: transform .18s ease; }
.policy-related a:hover svg { transform: translate(2px,-2px); }
.policy-related a:focus-visible { outline: 3px solid rgba(242,107,94,.45); outline-offset: 2px; }

.utility-page { min-height: 560px; padding: 100px 0; display: flex; align-items: center; background: var(--surface); }
.utility-page .container { max-width: 760px; }
.utility-page h1 { max-width: 720px; margin: 0; color: var(--navy); font-size: 44px; line-height: 1.12; }
.utility-page .container > p:not(.eyebrow) { max-width: 650px; margin: 22px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.utility-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }

.payment-page { background: var(--surface); }
.payment-hero { padding: 62px 0 58px; color: var(--white); border-bottom: 4px solid var(--coral); background: var(--navy-deep); }
.payment-hero .breadcrumbs { margin-bottom: 34px; }
.payment-hero-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr); gap: 72px; align-items: end; }
.payment-hero h1 { max-width: 620px; margin: 0; font-size: clamp(38px, 4.4vw, 54px); line-height: 1.05; letter-spacing: 0; }
.payment-hero-layout > div > p:last-child { max-width: 670px; margin: 20px 0 0; color: #d5ddf0; font-size: 15px; line-height: 1.75; }
.payment-assurance { padding: 24px 0 4px 26px; display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 16px; border-left: 1px solid rgba(255,255,255,.25); }
.payment-assurance-icon { width: 44px; height: 44px; display: grid; place-items: center; color: #bde7c9; border: 1px solid rgba(189,231,201,.34); border-radius: 4px; background: rgba(255,255,255,.07); }
.payment-assurance-icon svg { width: 22px; height: 22px; }
.payment-assurance strong { display: block; font-size: 14px; }
.payment-assurance p { margin: 7px 0 0; color: #c8d2ea; font-size: 12px; line-height: 1.65; }
.payment-methods { position: relative; overflow: hidden; border-bottom: 1px solid #d4dce8; background: #eef2f7; }
.payment-section-head { margin-bottom: 34px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .54fr); gap: 72px; align-items: end; }
.payment-section-head h2 { margin: 0; color: var(--navy); font-size: clamp(30px, 3.3vw, 42px); line-height: 1.1; }
.payment-section-head > p { margin: 0 0 2px; padding-left: 24px; border-left: 2px solid var(--coral); color: var(--muted); font-size: 13px; line-height: 1.75; }
.payment-console { min-height: 570px; display: grid; grid-template-columns: 278px minmax(0, 1fr); overflow: hidden; border: 1px solid #cfd8e5; border-radius: 8px; background: var(--white); box-shadow: 0 28px 70px rgba(8,31,92,.13); }
.payment-console-nav { min-width: 0; padding: 26px 18px 20px; display: flex; flex-direction: column; color: var(--white); background: #07194c; }
.payment-console-brand { padding: 0 8px 24px; display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 13px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.14); }
.payment-console-brand img { width: 44px; height: 44px; padding: 7px; object-fit: contain; border-radius: 4px; background: var(--white); }
.payment-console-brand span, .payment-console-brand strong { display: block; }
.payment-console-brand span { margin-bottom: 3px; color: #f5a9a2; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.payment-console-brand strong { font-size: 12px; line-height: 1.35; }
.payment-tabs { margin-top: 18px; display: grid; gap: 7px; }
.payment-tabs button { position: relative; width: 100%; min-height: 68px; padding: 10px 11px; display: grid; grid-template-columns: 36px minmax(0, 1fr) 15px; gap: 10px; align-items: center; border: 0; border-radius: 4px; color: #d3dbee; background: transparent; text-align: left; cursor: pointer; transition: color .2s ease, background .2s ease; }
.payment-tabs button::before { content: ""; position: absolute; left: -18px; top: 11px; bottom: 11px; width: 3px; background: transparent; }
.payment-tabs button:hover { color: var(--white); background: rgba(255,255,255,.08); }
.payment-tabs button[aria-selected="true"] { color: var(--navy); background: var(--white); }
.payment-tabs button[aria-selected="true"]::before { background: var(--coral); }
.payment-tabs button > span:first-child { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 4px; background: rgba(255,255,255,.07); }
.payment-tabs .payment-tab-icon { overflow: hidden; background: #f6f8fb; border-color: rgba(255,255,255,.32); }
.payment-tabs .payment-tab-icon img { width: 28px; height: auto; max-height: 14px; display: block; object-fit: contain; }
.payment-tabs button > span:first-child.payment-tab-icon { background: #f6f8fb; border-color: #d0d9e5; }
.payment-tabs button > span.payment-tab-icon-razorpay img { width: 28px; height: 28px; max-width: 28px; max-height: 28px; object-fit: contain; }
.payment-tabs .payment-tab-icon-bank { gap: 1px; }
.payment-tabs .payment-tab-icon-bank strong { color: var(--navy); font-size: 8.5px; line-height: 1; letter-spacing: -.03em; }
.payment-tabs .payment-tab-icon-bank small { margin: 0; color: #56657e; font-size: 6.5px; line-height: 1; letter-spacing: .05em; text-transform: uppercase; }
.payment-tabs button[aria-selected="true"] > span:first-child { color: var(--coral-dark); border-color: #f2d1ce; background: #fff4f2; }
.payment-tabs button svg { width: 17px; height: 17px; }
.payment-tabs button > svg { width: 14px; opacity: .62; }
.payment-tabs strong, .payment-tabs small { display: block; }
.payment-tabs strong { font-size: 12px; line-height: 1.2; }
.payment-tabs small { margin-top: 4px; color: #9faccc; font-size: 9.5px; line-height: 1.25; }
.payment-tabs em { display: block; margin-top: 5px; color: #f5a9a2; font-size: 8px; font-style: normal; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.payment-tabs button[aria-selected="true"] small { color: #667085; }
.payment-tabs button[aria-selected="true"] em { color: var(--coral-dark); }
.payment-tabs button:not([data-preferred]) { color: #aab6d0; }
.payment-tabs button:focus-visible { outline: 3px solid rgba(242,107,94,.72); outline-offset: 2px; }
.payment-console-safe { margin-top: auto; padding: 18px 8px 2px; display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: 10px; border-top: 1px solid rgba(255,255,255,.14); }
.payment-console-safe > svg { width: 20px; height: 20px; color: #9fdeb1; }
.payment-console-safe p { margin: 0; }
.payment-console-safe strong, .payment-console-safe span { display: block; }
.payment-console-safe strong { font-size: 10.5px; }
.payment-console-safe span { margin-top: 3px; color: #aab6d0; font-size: 9.5px; line-height: 1.45; }
.payment-console-workspace { min-width: 0; display: flex; flex-direction: column; background: var(--white); }
.payment-receiver { min-height: 74px; padding: 14px 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid #d8e0eb; background: #fbfcfe; }
.payment-receiver span, .payment-receiver strong { display: block; }
.payment-receiver span { margin-bottom: 2px; color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.payment-receiver strong { color: var(--navy); font-size: 12px; }
.payment-receiver p { margin: 0; min-height: 32px; padding: 0 10px; display: inline-flex; align-items: center; gap: 7px; color: #07652a; border: 1px solid #bee0ca; border-radius: 4px; background: #eff9f2; font-size: 10px; font-weight: 850; }
.payment-receiver p svg { width: 15px; height: 15px; }
.payment-panel { min-height: 496px; padding: 36px 38px 32px; display: flex; flex-direction: column; }
.payment-panel[hidden] { display: none; }
.payment-panel:focus { outline: none; }
.payment-panel-heading { max-width: 660px; }
.payment-panel-heading > span { display: block; margin-bottom: 9px; color: var(--coral-dark); font-size: 9.5px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.payment-panel-heading h3 { margin: 0; color: var(--navy); font-size: 30px; line-height: 1.12; }
.payment-panel-heading p { max-width: 620px; margin: 11px 0 0; color: var(--muted); font-size: 12.5px; line-height: 1.7; }
.payment-razorpay-brand { margin-bottom: 14px; display: inline-flex; align-items: center; gap: 10px; }
.payment-razorpay-brand img { width: 112px; height: auto; display: block; }
.payment-razorpay-brand span { color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.payment-online-rails { margin-top: 30px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #d9e0ea; border-bottom: 1px solid #d9e0ea; }
.payment-online-rails > div { min-height: 92px; padding: 17px 18px; display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 10px; align-items: center; }
.payment-online-rails > div + div { border-left: 1px solid #d9e0ea; }
.payment-online-rails svg { width: 21px; height: 21px; color: var(--coral-dark); }
.payment-online-rails strong, .payment-online-rails small { display: block; }
.payment-online-rails strong { color: var(--navy); font-size: 11px; }
.payment-online-rails small { margin-top: 3px; color: var(--muted); font-size: 9.5px; line-height: 1.35; }
.payment-panel-action { margin-top: auto; padding: 20px 22px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; border-radius: 6px; color: var(--white); background: #111b31; }
.payment-panel-action span, .payment-panel-action strong, .payment-panel-action small { display: block; }
.payment-panel-action span { color: #f5a9a2; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.payment-panel-action strong { margin-top: 4px; font-size: 12px; }
.payment-panel-action small { margin-top: 4px; color: #aeb8cc; font-size: 9.5px; }
.payment-primary-action { min-width: 196px; color: var(--white); background: var(--green); box-shadow: 0 8px 20px rgba(8,119,45,.26); }
.payment-primary-action:hover { color: var(--white); background: #065f25; box-shadow: 0 11px 24px rgba(8,119,45,.32); }
.payment-primary-action:active { color: var(--white); background: #054f20; box-shadow: 0 5px 12px rgba(8,119,45,.24); transform: translateY(0); }
.payment-upi-workspace { margin-top: 25px; display: grid; grid-template-columns: 232px minmax(0, 1fr); gap: 36px; align-items: center; }
.payment-upi-workspace figure { margin: 0; }
.payment-qr-frame { position: relative; width: 232px; height: 232px; padding: 14px; border: 1px solid #ccd5e2; background: var(--white); box-shadow: 0 14px 34px rgba(8,31,92,.1); }
.payment-qr-frame::before, .payment-qr-frame::after { content: ""; position: absolute; width: 22px; height: 22px; pointer-events: none; }
.payment-qr-frame::before { top: -1px; left: -1px; border-top: 3px solid var(--coral); border-left: 3px solid var(--coral); }
.payment-qr-frame::after { right: -1px; bottom: -1px; border-right: 3px solid var(--navy); border-bottom: 3px solid var(--navy); }
.payment-qr-frame img { width: 100%; height: 100%; object-fit: contain; }
.payment-upi-workspace figcaption { margin-top: 10px; color: var(--muted); font-size: 9.5px; text-align: center; }
.payment-upi-details > span { display: block; margin-bottom: 8px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.payment-value { min-height: 52px; padding: 6px 6px 6px 14px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 1px solid #cbd5e3; background: #f8fafc; }
.payment-value code { min-width: 0; overflow-wrap: anywhere; color: var(--navy); font-family: var(--font); font-size: 13px; font-weight: 850; }
.payment-upi-launch { width: 100%; margin-top: 12px; color: var(--white); background: var(--green); }
.payment-upi-launch:hover { background: #065f25; }
.payment-upi-launch svg { width: 16px; height: 16px; }
.payment-upi-details dl { margin: 20px 0 0; border-top: 1px solid #d9e0ea; }
.payment-upi-details dl > div { padding: 13px 0; display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 18px; border-bottom: 1px solid #d9e0ea; }
.payment-upi-details dt { color: var(--muted); font-size: 9.5px; font-weight: 800; text-transform: uppercase; }
.payment-upi-details dd { margin: 0; color: var(--navy); font-size: 11px; font-weight: 750; }
.payment-copy { position: relative; width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid #ced8e6; border-radius: 4px; color: var(--navy); background: var(--white); cursor: pointer; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.payment-copy:hover { color: var(--coral-dark); border-color: #efafa9; background: #fff7f6; }
.payment-copy svg { width: 17px; height: 17px; }
.payment-copy.is-copied { color: var(--white); border-color: var(--green); background: var(--green); }
.payment-copy-status:not(:empty) { position: fixed; z-index: 80; left: 50%; bottom: 24px; max-width: min(420px, calc(100vw - 40px)); margin: 0; padding: 11px 15px; color: var(--white); border-radius: 4px; background: #111827; box-shadow: 0 14px 34px rgba(0,0,0,.22); font-size: 11.5px; font-weight: 750; line-height: 1.45; transform: translateX(-50%); }
.payment-copy:focus-visible, .payment-bank-copy-all:focus-visible, .payment-upi-launch:focus-visible, .payment-receipt-actions a:focus-visible { outline: 3px solid rgba(242,107,94,.42); outline-offset: 3px; }
.payment-primary-action:focus-visible { outline: 3px solid rgba(110,231,144,.62); outline-offset: 3px; }
.payment-panel-heading-bank { margin-bottom: 22px; }
.payment-bank-rails { margin: 0 0 22px; display: flex; flex-wrap: wrap; gap: 8px; }
.payment-bank-rails span { min-height: 34px; padding: 0 10px; display: inline-flex; align-items: center; gap: 6px; border: 1px solid #d0d9e5; border-radius: 4px; color: #44516a; background: #f7f9fc; font-size: 10px; font-weight: 800; }
.payment-bank-rails svg { width: 14px; height: 14px; color: var(--navy); }
.payment-bank-details { margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #dbe3ee; }
.payment-bank-details > div { min-width: 0; min-height: 86px; padding: 15px 0; display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid #dbe3ee; }
.payment-bank-details > div:nth-child(odd) { padding-right: 26px; }
.payment-bank-details > div:nth-child(even) { padding-left: 26px; border-left: 1px solid #dbe3ee; }
.payment-bank-details dt { margin-bottom: 4px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.payment-bank-details dd { min-width: 0; margin: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--navy); font-size: 13px; font-weight: 850; }
.payment-bank-details dd > span { min-width: 0; overflow-wrap: anywhere; }
.payment-bank-details .payment-copy { width: 44px; height: 44px; }
.payment-bank-alert { margin-top: auto; padding: 12px 12px 12px 16px; display: grid; grid-template-columns: 24px minmax(0, 1fr) auto; gap: 11px; align-items: center; border-left: 3px solid var(--green); background: #f1f8f3; }
.payment-bank-alert > svg { width: 20px; height: 20px; color: var(--green); }
.payment-bank-alert p { margin: 0; }
.payment-bank-alert strong, .payment-bank-alert span { display: block; }
.payment-bank-alert strong { color: #095c28; font-size: 10.5px; }
.payment-bank-alert span { margin-top: 2px; color: #3c6549; font-size: 9.5px; }
.payment-bank-copy-all { min-height: 44px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid #a9d3b6; border-radius: 4px; color: #095c28; background: var(--white); font-size: 9.5px; font-weight: 900; cursor: pointer; }
.payment-bank-copy-all:hover, .payment-bank-copy-all.is-copied { color: var(--white); border-color: var(--green); background: var(--green); }
.payment-bank-copy-all svg { width: 15px; height: 15px; }
.payment-receipt { padding: 64px 0; color: var(--white); background: #111b31; }
.payment-receipt-layout { display: grid; grid-template-columns: 1fr .92fr; gap: 26px 72px; align-items: start; }
.payment-receipt h2 { max-width: 610px; margin: 0; font-size: clamp(30px, 3.2vw, 42px); line-height: 1.12; }
.payment-receipt-layout > div:first-child > p:last-child { max-width: 600px; margin: 16px 0 0; color: #c7cfdf; font-size: 13px; line-height: 1.75; }
.payment-receipt ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.payment-receipt li { min-height: 70px; padding: 13px 0; display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 12px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); }
.payment-receipt li > span { color: #ffb8b1; font-size: 11px; font-weight: 900; }
.payment-receipt li strong { display: block; font-size: 13px; }
.payment-receipt li p { margin: 2px 0 0; color: #aeb9ce; font-size: 11px; }
.payment-receipt-actions { grid-column: 1 / -1; padding-top: 26px; display: flex; align-items: center; gap: 20px; border-top: 1px solid rgba(255,255,255,.18); }
.payment-email-link { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; color: #e7ebf4; font-size: 12px; font-weight: 800; text-decoration: none; }
.payment-email-link:hover { color: var(--white); }
.payment-email-link svg { width: 16px; }
.payment-help { padding: 25px 0; border-bottom: 1px solid var(--line); background: var(--white); }
.payment-help .container { min-height: 46px; display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; gap: 16px; align-items: center; }
.payment-help .container > svg { width: 24px; height: 24px; color: var(--coral-dark); }
.payment-help strong { display: block; color: var(--navy); font-size: 13px; }
.payment-help p { margin: 3px 0 0; color: var(--muted); font-size: 11.5px; }
.payment-help p a { color: var(--navy); font-weight: 800; }
.payment-help .container > a { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-size: 12px; font-weight: 850; text-decoration: none; }
.payment-help .container > a svg { width: 16px; }

/* Hallmark · component: accreditation trust ledger · genre: modern-minimal · theme: Tristar navy/coral · contrast: pass · pre-emit critique: P5 H5 E5 S5 R5 V4 */
.site-footer { color: #dce5fb; background: #020719; }
.footer-cert { padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.cert-shell { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 42px; align-items: center; }
.cert-intro { padding-right: 32px; border-right: 1px solid var(--line); }
.cert-intro span { display: block; margin-bottom: 6px; color: var(--coral-dark); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-cert h2 { margin: 0; color: var(--navy); font-size: 19px; font-weight: 800; line-height: 1.25; letter-spacing: 0; }
.cert-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; align-items: stretch; }
.cert-item { min-width: 0; height: 76px; margin: 0; padding: 13px 12px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 6px; background: var(--white); }
.cert-item img { width: auto; max-width: 100%; height: 44px; object-fit: contain; }
.cert-item-startup img { height: 32px; }
.cert-item-idp img { height: 38px; }
.cert-item-iso img, .cert-item-iaf img { height: 43px; }
.cert-item-iata img { height: 37px; }
.footer-disclaimer { padding: 13px 0; border-bottom: 1px solid var(--footer-notice-rule); color: var(--footer-notice-ink); background: var(--footer-notice-bg); }
.footer-disclaimer-inner { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 12px; align-items: center; text-align: left; }
.footer-disclaimer-icon { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--footer-notice-icon-rule); border-radius: 50%; color: var(--white); }
.footer-disclaimer-icon svg { width: 17px; height: 17px; }
.footer-disclaimer strong { display: block; margin-bottom: 2px; color: var(--white); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.footer-disclaimer p { margin: 0; color: inherit; font-size: 11px; line-height: 1.5; }
.footer-main { padding: 28px 0 46px; background: linear-gradient(180deg, #06146a 0%, #030b2c 45%, #02030a 100%); }
.footer-grid { display: grid; grid-template-columns: 1.72fr .84fr .82fr 1.04fr .95fr; gap: clamp(28px, 4vw, 52px); padding-top: 38px; border-top: 1px solid rgba(255,255,255,.72); }
.footer-logo { width: 184px; padding: 8px 10px; background: var(--white); border-radius: 4px; box-shadow: 0 12px 28px rgba(0,0,0,.16); }
.footer-brand p { max-width: 310px; margin: 24px 0 26px; color: #c8d2ea; font-size: 14px; line-height: 1.75; }
.footer-social { display: flex; gap: 12px; margin-bottom: 22px; }
.footer-social a { width: 34px; height: 34px; display: grid; place-items: center; color: #06136a; background: var(--white); border-radius: 50%; text-decoration: none; box-shadow: 0 6px 16px rgba(0,0,0,.15); transition: transform .2s ease, background .2s ease; }
.footer-social a:hover { transform: translateY(-2px); background: #eef4ff; }
.footer-social svg { width: 18px; height: 18px; }
.footer-wa-badge { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 42px; padding: 0 17px; border-radius: 5px; color: #11a844; background: var(--white); font-size: 12px; font-weight: 900; text-decoration: none; box-shadow: 0 8px 20px rgba(0,0,0,.16); }
.footer-wa-badge svg { width: 20px; height: 20px; }
.footer-column h3 { margin: 0 0 26px; color: var(--white); font-size: 20px; font-weight: 800; letter-spacing: -.01em; }
.footer-column h3::after { content: ""; display: block; width: 34px; height: 2px; margin-top: 15px; background: rgba(255,255,255,.88); }
.footer-column a, .footer-column p { display: block; margin: 0 0 11px; color: #e3e9f8; font-size: 14px; font-weight: 650; text-decoration: none; transition: color .2s ease; }
.footer-column a:hover { color: var(--white); }
.footer-column a:not(.pay-now)::before { content: ""; }
.pay-now { width: 96px; min-height: 36px; display: inline-flex !important; align-items: center; justify-content: center; margin-top: 12px !important; border-radius: 8px; color: var(--white) !important; background: #098329; font-size: 12px !important; text-transform: uppercase; box-shadow: 0 10px 20px rgba(0,0,0,.16); }
.pay-now:hover { background: #0a922e; }
.footer-bottom { color: #4b5563; background: #f7f8fb; }
.footer-bottom .container { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 18px; font-size: 13px; font-weight: 700; }
.footer-bottom img { width: 28px; height: 28px; object-fit: contain; }
.client-proof-toast[hidden] { display: none; }
.client-proof-toast { position: fixed; left: 20px; bottom: 20px; z-index: 46; width: min(348px, calc(100vw - 108px)); min-height: 88px; padding: 12px 44px 12px 12px; display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 12px; align-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.76); border-radius: 8px; background: rgba(247,249,253,.86); box-shadow: inset 0 0 0 1px rgba(8,31,92,.055), 0 18px 48px rgba(3,15,48,.17), 0 3px 10px rgba(3,15,48,.08); opacity: 0; pointer-events: none; transform: translateY(18px) scale(.985); transform-origin: left bottom; transition: opacity .2s ease-out, transform .28s cubic-bezier(.22,1,.36,1); -webkit-backdrop-filter: blur(24px) saturate(1.3); backdrop-filter: blur(24px) saturate(1.3); will-change: opacity, transform; }
.client-proof-toast.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.client-proof-icon { width: 44px; height: 44px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(8,31,92,.08); border-radius: 8px; background: rgba(255,255,255,.82); box-shadow: 0 2px 8px rgba(8,31,92,.08); }
.client-proof-icon img { width: 36px; height: 36px; object-fit: contain; }
.client-proof-copy { min-width: 0; }
.client-proof-meta { margin-bottom: 2px; display: flex; align-items: center; gap: 7px; white-space: nowrap; }
.client-proof-meta span { min-width: 0; overflow: hidden; color: #5c6677; font-size: 9px; font-weight: 760; text-overflow: ellipsis; text-transform: uppercase; }
.client-proof-meta small { color: #7c8797; font-size: 9px; font-weight: 600; }
.client-proof-meta small::before { content: "·"; margin-right: 7px; }
.client-proof-copy strong { display: -webkit-box; overflow: hidden; color: #14213d; font-size: 13px; line-height: 1.3; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.client-proof-copy a { margin-top: 4px; display: inline-flex; align-items: center; gap: 2px; color: #657084; font-size: 10px; font-weight: 650; text-decoration: none; }
.client-proof-copy a:hover { color: var(--coral-dark); }
.client-proof-copy a svg { width: 12px; height: 12px; }
.client-proof-close { position: absolute; top: 8px; right: 8px; width: 32px; height: 32px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #7d8796; background: rgba(224,228,235,.72); cursor: pointer; transition: color .18s ease, background .18s ease, transform .18s ease; }
.client-proof-close:hover { color: #263247; background: rgba(210,215,224,.9); }
.client-proof-close:active { transform: scale(.94); }
.client-proof-close:focus-visible { outline: 3px solid rgba(242,107,94,.32); outline-offset: 1px; }
.client-proof-close svg { width: 14px; height: 14px; stroke-width: 2.2; }
[data-client-proof-item] { display: none; }
body.nav-open .client-proof-toast, body.lead-modal-open .client-proof-toast, body.video-modal-open .client-proof-toast { opacity: 0; pointer-events: none; transform: translateY(14px) scale(.985); }
.whatsapp { position: fixed; z-index: 40; right: 22px; bottom: 20px; width: 58px; height: 58px; display: grid; place-items: center; color: var(--white); background: #25d366; border: 4px solid rgba(255,255,255,.86); border-radius: 50%; box-shadow: 0 14px 34px rgba(0,0,0,.2); }
.whatsapp svg { width: 31px; height: 31px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }
main > :first-child .reveal { opacity: 1; transform: none; transition: none; }
.sales-route-grid > .reveal:nth-child(2), .sales-document-grid > .reveal:nth-child(2), .sales-focus-grid > .reveal:nth-child(2), .sales-process-grid > .reveal:nth-child(2), .sales-deep-grid > .reveal:nth-child(2), .sales-benefit-grid > .reveal:nth-child(2), .tourist-country-list > .reveal:nth-child(2) { transition-delay: .08s; }
.sales-route-grid > .reveal:nth-child(3), .sales-document-grid > .reveal:nth-child(3), .sales-focus-grid > .reveal:nth-child(3), .sales-process-grid > .reveal:nth-child(3), .sales-deep-grid > .reveal:nth-child(3), .sales-benefit-grid > .reveal:nth-child(3), .tourist-country-list > .reveal:nth-child(3) { transition-delay: .16s; }
.sales-route-grid > .reveal:nth-child(4), .sales-document-grid > .reveal:nth-child(4), .sales-focus-grid > .reveal:nth-child(4), .sales-process-grid > .reveal:nth-child(4), .sales-deep-grid > .reveal:nth-child(4), .sales-benefit-grid > .reveal:nth-child(4), .tourist-country-list > .reveal:nth-child(4) { transition-delay: .24s; }
.sales-deep-grid > .reveal:nth-child(5), .tourist-country-list > .reveal:nth-child(n + 5) { transition-delay: .3s; }

@media (prefers-reduced-motion: reduce) {
  .success-track { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .service-catalog-card, .service-catalog-media img, .service-catalog-body > strong svg { transition: none; }
}

@media (max-width: 950px) {
  .nav { gap: 15px; }
  .nav > a, .nav-drop > button { font-size: 12px; }
  .home-hero .container { grid-template-columns: 1fr; gap: 0; }
  .hero-consult { max-width: 380px; justify-self: end; margin-bottom: 44px; }
  .hero-route-card { max-width: 430px; justify-self: end; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .language-training-cta { grid-template-columns: minmax(0, 1fr) 248px; gap: 24px; }
  .language-training-action { grid-column: 1 / -1; width: 100%; max-width: 248px; justify-self: end; }
  .destination-grid { grid-template-columns: repeat(2, 1fr); }
  .destination-card { grid-template-columns: minmax(150px, .72fr) minmax(0, 1.28fr); }
  .destination-card { height: 230px; }
  .destination-content { padding: 27px 23px 23px; }
  .feature-split, .content-media { gap: 34px; }
  .tourist-overview-layout, .tourist-documents-layout, .tourist-process-layout { grid-template-columns: 1fr; gap: 38px; }
  .tourist-process-intro { position: static; }
  .seo-summary { grid-template-columns: 1fr; gap: 38px; }
  .services-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .service-catalog-card:first-child { grid-template-columns: minmax(0, 1.08fr) minmax(260px, .92fr); }
  .service-catalog-card:first-child .service-catalog-media, .service-catalog-card:first-child .service-catalog-body { min-height: 330px; }
  .services-directory-head { grid-template-columns: 1fr; gap: 10px; }
  .services-directory > .container > section { grid-template-columns: 220px minmax(0, 1fr); gap: 36px; }
  .payment-hero-layout { grid-template-columns: 1fr; gap: 34px; }
  .payment-assurance { max-width: 620px; }
  .payment-section-head { grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr); gap: 38px; }
  .payment-console { grid-template-columns: 238px minmax(0, 1fr); }
  .payment-console-nav { padding-inline: 14px; }
  .payment-tabs button { grid-template-columns: 34px minmax(0, 1fr); }
  .payment-tabs button > svg { display: none; }
  .payment-panel { padding: 32px 30px 28px; }
  .payment-upi-workspace { grid-template-columns: 206px minmax(0, 1fr); gap: 28px; }
  .payment-qr-frame { width: 206px; height: 206px; }
  .payment-receipt-layout { gap: 26px 42px; }
  .yt-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  .cert-shell { grid-template-columns: 1fr; gap: 16px; }
  .cert-intro { padding: 0 0 14px; border-right: 0; border-bottom: 1px solid var(--line); }
  .cert-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); gap: 34px; }
  .footer-brand { grid-column: span 3; }
}

@media (max-width: 1100px) {
  .menu-toggle { display: grid; place-items: center; }
  .nav { position: fixed; top: 98px; left: 0; right: 0; width: 100vw; height: auto; max-width: 100vw; max-height: calc(100vh - 98px); overflow-x: hidden; overflow-y: auto; padding: 12px 24px 22px; display: none; align-items: stretch; flex-direction: column; gap: 6px; border-top: 1px solid var(--line); background: #fff; box-shadow: 0 24px 60px rgba(8,31,92,.18); -webkit-overflow-scrolling: touch; }
  .nav.open { display: flex; }
  .nav > a, .nav-drop > button { width: 100%; height: auto; min-height: 48px; padding: 12px 14px; border-radius: 12px; text-align: left; }
  .nav > a:not(.nav-cta)::after, .nav-drop > button::after { display: none; }
  .nav-drop { width: 100%; height: auto; }
  .nav > a:hover, .nav-drop > button:hover { background: var(--navy-soft); }
  .nav-drop > button { justify-content: space-between; }
  .nav-drop.open > button { color: var(--coral-dark); background: #fff1ef; }
  .nav-drop.open > button svg { transform: rotate(180deg); }
  .nav-drop > button svg { transition: transform .2s ease; }
  .nav-cta { margin-top: 8px; min-height: 50px !important; border-radius: 10px; text-align: center !important; }
  .mega-menu { position: static; left: auto; width: 100%; min-width: 0; max-width: 100%; display: none; grid-template-columns: 1fr; gap: 10px; padding: 2px 0 8px; border: 0; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none !important; background: transparent; backdrop-filter: none; }
  .mega-menu::before { display: none; }
  .nav-drop.open .mega-menu { display: grid; }
  .mega-menu-main { width: 100%; min-width: 0; grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .mega-group { width: 100%; min-width: 0; padding: 12px; border-radius: 16px; background: #f7f9fd; }
  .mega-group h3 { margin-bottom: 8px; font-size: 10px; }
  .mega-group a { width: 100%; min-width: 0; min-height: 58px; padding: 9px 10px; grid-template-columns: 34px minmax(0, 1fr); border-radius: 12px; background: rgba(255,255,255,.72); }
  .mega-group a + a { margin-top: 4px; }
  .mega-group a > svg { display: none; }
  .mega-icon { width: 34px; height: 34px; }
  .mega-group a span:not(.mega-icon) { min-width: 0; }
  .mega-menu strong { font-size: 13px; }
  .mega-menu small { font-size: 10.5px; }
  .mega-panel { width: 100%; min-width: 0; padding: 18px; border-radius: 16px; }
  .mega-panel h3 { margin-top: 14px; font-size: 20px; }
  .mega-panel a { width: 100%; justify-content: center; border-radius: 10px; }
}

@media (max-width: 760px) {
  .whatsapp { display: none; }
  .client-proof-toast { display: none !important; }
  .client-proof-icon { width: 42px; height: 42px; }
  .client-proof-icon img { width: 34px; height: 34px; }
  .container { width: min(100% - 34px, 580px); }
  .topbar { height: 46px; }
  .topbar .container { justify-content: center; }
  .topbar p { width: 100%; max-width: 100%; line-height: 1.35; text-align: center; }
  .topbar-copy { min-width: 0; flex: 1 1 auto; flex-direction: column; justify-content: center; gap: 2px; white-space: normal; }
  .topbar-copy > span, .topbar-copy > strong { display: block; line-height: 1.2; }
  .topbar-copy i { display: none; }
  .topbar-links { display: none; }
  .nav-shell { height: 64px; }
  .logo img { width: 172px; }
  .menu-toggle { display: grid; place-items: center; }
  .nav { position: fixed; top: 110px; left: 0; right: 0; width: 100vw; height: auto; max-width: 100vw; max-height: calc(100vh - 110px); overflow-x: hidden; overflow-y: auto; padding: 12px 17px 22px; display: none; align-items: stretch; flex-direction: column; gap: 6px; border-top: 1px solid var(--line); background: #fff; box-shadow: 0 24px 60px rgba(8,31,92,.18); -webkit-overflow-scrolling: touch; }
  .nav.open { display: flex; }
  .nav > a, .nav-drop > button { width: 100%; height: auto; min-height: 48px; padding: 12px 14px; border-radius: 12px; text-align: left; }
  .nav > a:not(.nav-cta)::after, .nav-drop > button::after { display: none; }
  .nav-drop { width: 100%; height: auto; }
  .nav > a:hover, .nav-drop > button:hover { background: var(--navy-soft); }
  .nav-drop > button { justify-content: space-between; }
  .nav-drop.open > button { color: var(--coral-dark); background: #fff1ef; }
  .nav-drop.open > button svg { transform: rotate(180deg); }
  .nav-drop > button svg { transition: transform .2s ease; }
  .nav-cta { margin-top: 8px; min-height: 50px !important; border-radius: 10px; text-align: center !important; }
  .mega-menu { position: static; left: auto; width: 100%; min-width: 0; max-width: 100%; display: none; grid-template-columns: 1fr; gap: 10px; padding: 2px 0 8px; border: 0; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none !important; background: transparent; backdrop-filter: none; }
  .mega-menu::before { display: none; }
  .nav-drop.open .mega-menu { display: grid; }
  .mega-menu-main { width: 100%; min-width: 0; grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .mega-group { width: 100%; min-width: 0; padding: 12px; border-radius: 16px; background: #f7f9fd; }
  .mega-group h3 { margin-bottom: 8px; font-size: 10px; }
  .mega-group a { width: 100%; min-width: 0; min-height: 58px; padding: 9px 10px; grid-template-columns: 34px minmax(0, 1fr); border-radius: 12px; background: rgba(255,255,255,.72); }
  .mega-group a + a { margin-top: 4px; }
  .mega-group a > svg { display: none; }
  .mega-icon { width: 34px; height: 34px; }
  .mega-group a span:not(.mega-icon) { min-width: 0; }
  .mega-menu strong { font-size: 13px; }
  .mega-menu small { font-size: 10.5px; }
  .mega-panel { width: 100%; min-width: 0; padding: 18px; border-radius: 16px; }
  .mega-panel h3 { margin-top: 14px; font-size: 20px; }
  .mega-panel a { width: 100%; justify-content: center; border-radius: 10px; }
  .reveal, .reveal.visible { opacity: 1; transform: none; transition: none; }
  .section { padding: 58px 0; }
  .split-head, .feature-split, .page-intro, .content-media, .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .split-head { margin-bottom: 30px; }
  .split-head > p { font-size: 15px; }
  .home-hero { min-height: 0; align-items: start; }
  .home-hero .container { grid-template-columns: 1fr; gap: 0; padding-bottom: 28px; }
  .hero-media .hero-poster { object-position: 64% center; }
  .hero-media::after { background: rgba(5,20,58,.72); }
  .hero-copy { padding: 50px 0 24px; }
  .hero-copy h1 { font-size: 42px; }
  .hero-copy h1 { overflow-wrap: anywhere; }
  .hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .hero-metrics { gap: 20px; flex-wrap: wrap; }
  .hero-consult { max-width: 100%; justify-self: stretch; margin: 0 auto 36px; }
  .hero-consult h2 { font-size: 22px; }
  .hero-route-card { max-width: 430px; margin: 0 auto 52px; padding: 20px; animation: none; }
  .hero-route-card h2 { margin: 14px 0 17px; font-size: 22px; }
  .trust-grid { padding: 16px 0; grid-template-columns: 1fr 1fr; }
  .trust-grid > div { min-height: 60px; padding: 0 12px; }
  .trust-grid > div:first-child { grid-column: span 2; border-bottom: 1px solid var(--line); }
  .service-grid, .benefit-grid, .related-grid { grid-template-columns: 1fr; }
  .service-card { height: 350px; }
  .language-training-cta { min-height: 0; padding: 25px 22px; grid-template-columns: 1fr; gap: 20px; }
  .language-training-cta::before { top: 24px; bottom: auto; width: 4px; height: 66px; }
  .language-training-copy h3 { font-size: 22px; }
  .language-training-tests { width: 100%; }
  .language-logo { height: 50px; }
  .language-training-action { grid-column: auto; width: 100%; max-width: none; justify-self: stretch; }
  .feature-media { min-height: 390px; }
  .feature-media::before { left: -10px; top: 18px; }
  .feature-image-wrap { width: 96%; height: 345px; }
  .feature-image-wrap img { width: 100%; height: 100%; }
  .feature-media > img { width: 94%; height: 335px; }
  .feature-media .media-accent { bottom: 0; width: min(280px, 58%); }
  .media-proof { left: 18px; bottom: -18px; }
  .approach-points { grid-template-columns: 1fr; }
  .approach-intro { padding: 50px 0 46px; }
  .approach-label { margin-bottom: 20px; }
  .approach-intro h2 { font-size: 35px; }
  .approach-intro > p:not(.approach-label) { margin: 19px 0 21px; font-size: 14px; }
  .approach-intro small { margin-top: 28px; }
  .approach-method { padding: 48px 0 50px; }
  .approach-method-head { min-height: 0; }
  .approach-method-list li { min-height: 0; grid-template-columns: 34px minmax(0, 1fr); gap: 13px; align-items: start; padding: 22px 0; }
  .approach-method-list li > div { grid-template-columns: 1fr; gap: 5px; }
  .approach-method-list h3 { font-size: 16px; }
  .approach-method-list p { font-size: 13px; }
  .approach-standard { padding-top: 20px; }
  .readiness-section { padding: 50px 0 42px; }
  .readiness-head { grid-template-columns: 1fr; gap: 16px; }
  .readiness-label { margin-bottom: 14px; }
  .readiness-head h2 { font-size: 32px; }
  .readiness-head > p { font-size: 13px; }
  .readiness-grid { grid-template-columns: 1fr; margin-top: 28px; }
  .readiness-grid article, .readiness-grid article:first-child, .readiness-grid article:last-child { min-height: 0; display: grid; grid-template-columns: 34px minmax(0, 1fr); padding: 22px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .readiness-grid article:last-child { border-bottom: 0; }
  .readiness-grid span { grid-row: span 2; margin: 3px 0 0; }
  .readiness-grid h3 { margin-bottom: 5px; font-size: 17px; }
  .readiness-grid p { font-size: 13px; }
  .readiness-foot { min-height: 0; align-items: flex-start; flex-direction: column; gap: 12px; padding-top: 21px; }
  .destination-section .split-head { padding-bottom: 24px; }
  .destination-grid { grid-template-columns: 1fr; gap: 12px; }
  .destination-card { grid-template-columns: minmax(150px, .72fr) minmax(0, 1.28fr); }
  .destination-card { height: 205px; }
  .destination-content { padding: 24px 22px 20px; }
  .destination-content h3 { font-size: 28px; }
  .process-board { grid-template-columns: 1fr; border-radius: 18px; }
  .process-panel { min-height: 0; padding: 28px; }
  .process-panel h3, .process-panel p { max-width: 520px; }
  .steps { padding: 8px 16px 12px; }
  .step { grid-template-columns: 46px 38px 1fr; gap: 12px; min-height: 82px; padding: 16px 0; }
  .step:hover { transform: none; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .story-section-head { grid-template-columns: 1fr; gap: 12px; padding-bottom: 23px; }
  .story-section-head > p { max-width: 520px; justify-self: start; font-size: 13px; }
  .featured-story, .featured-story-reverse { grid-template-columns: 1fr; gap: 30px; padding: 48px 0; }
  .featured-story:last-child { padding-bottom: 0; }
  .featured-story-reverse .story-media, .featured-story-reverse .story-copy { order: initial; }
  .story-media { width: min(82vw, 310px); }
  .story-copy { max-width: 580px; }
  .story-copy h3 { margin-bottom: 15px; font-size: 29px; }
  .story-copy > p, .story-copy blockquote p { font-size: 14px; }
  .story-copy blockquote { margin-top: 22px; }
  .story-outcomes { margin-top: 23px; }
  .story-outcomes > div { padding: 14px 12px 14px 0; }
  .story-outcomes > div + div { padding-left: 15px; }
  .story-watch { left: 10px; right: 54px; bottom: 10px; }
  .yt-cards { gap: 12px; }
  .yt-play { height: 38px; padding: 0 9px; grid-template-columns: 16px minmax(0, 1fr) 14px; gap: 6px; }
  .success-head { grid-template-columns: 1fr; gap: 12px; margin-bottom: 22px; }
  .success-rail { width: min(100% - 34px, 580px); overflow-x: auto; overflow-y: hidden; padding: 8px 0 14px; scroll-padding-inline: 0; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; touch-action: pan-x pan-y; -webkit-mask-image: none; mask-image: none; -webkit-overflow-scrolling: touch; }
  .success-rail::-webkit-scrollbar { display: none; }
  .success-track { animation: none; transform: none !important; will-change: auto; }
  .success-group { gap: 12px; padding-right: 12px; }
  .success-group[aria-hidden="true"] { display: none; }
  .success-card { flex-basis: min(74vw, 260px); padding: 6px; border-radius: 8px; scroll-snap-align: start; scroll-snap-stop: always; }
  .success-card img { border-radius: 6px; }
  .cta-band { padding: 56px 0; }
  .cta-frame { grid-template-columns: 1fr; border-radius: 7px; }
  .cta-copy { padding: 36px 28px 34px; }
  .cta-copy::after { top: auto; right: 0; bottom: 0; width: 100%; height: 4px; }
  .cta-kicker { margin-bottom: 18px; }
  .cta-copy h2 { font-size: 34px; }
  .cta-action { padding: 28px; }
  .cta-action h3 { margin-bottom: 19px; font-size: 20px; }
  .page-hero { min-height: 400px; }
  .page-hero .container { padding-top: 72px; padding-bottom: 46px; }
  .page-hero h1 { font-size: 38px; }
  .content-media img { height: 310px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .hero-consult .lead-form input, .hero-consult .lead-form select,
  .sales-lead-card .sales-lead-form input, .sales-lead-card .sales-lead-form select, .sales-lead-card .sales-lead-form textarea,
  .lead-form input, .lead-form select, .lead-form textarea,
  .quick-lead-form input, .quick-lead-form select, .quick-lead-form textarea { font-size: 16px; }
  .tourist-hero-meta { gap: 14px 20px; }
  .tourist-jump .container { min-height: 0; padding-top: 12px; padding-bottom: 12px; flex-wrap: wrap; gap: 10px 24px; }
  .tourist-overview-layout, .tourist-documents-layout, .tourist-process-layout { gap: 30px; }
  .tourist-country-list { grid-template-columns: 1fr; }
  .tourist-country { min-height: 210px; }
  .services-catalog .split-head { margin-bottom: 28px; }
  .services-catalog-grid { grid-template-columns: 1fr; gap: 18px; }
  .service-catalog-card:first-child { grid-column: auto; display: flex; }
  .service-catalog-card:first-child .service-catalog-media { min-height: 0; aspect-ratio: 16 / 10; }
  .service-catalog-card:first-child .service-catalog-body, .service-catalog-body { min-height: 0; padding: 21px 20px 20px; }
  .service-catalog-card:first-child .service-catalog-body { justify-content: flex-start; }
  .service-catalog-card:first-child .service-catalog-body h2, .service-catalog-body h2 { font-size: 20px; }
  .service-catalog-body p { margin-bottom: 16px; }
  .services-directory-head { padding-bottom: 24px; }
  .tourist-country-action { align-items: flex-start; flex-direction: column; gap: 10px; }
  .tourist-documents-media img { height: auto; aspect-ratio: 4 / 3; }
  .tourist-document-list { grid-template-columns: 1fr; }
  .tourist-assessment-grid { grid-template-columns: 1fr; }
  .seo-summary-band { padding: 52px 0; }
  .seo-summary { gap: 30px; }
  .seo-summary h2 { font-size: 30px; }
  .seo-summary dl div { grid-template-columns: 106px minmax(0, 1fr); gap: 16px; }
  .topic-lines article { min-height: 0; grid-template-columns: 38px minmax(0, 1fr); gap: 14px; }
  .services-directory > .container > section { padding: 28px 0; grid-template-columns: 1fr; gap: 18px; }
  .services-directory section > div { grid-template-columns: 1fr; }
  .policy-hero { padding: 62px 0 52px; }
  .policy-hero h1, .utility-page h1 { font-size: 34px; }
  .utility-page { min-height: 500px; padding: 72px 0; }
  .payment-hero { padding: 44px 0 46px; }
  .payment-hero .breadcrumbs { margin-bottom: 26px; }
  .payment-hero h1 { font-size: 38px; }
  .payment-assurance { padding: 20px 0 0; grid-template-columns: 40px minmax(0, 1fr); border-top: 1px solid rgba(255,255,255,.24); border-left: 0; }
  .payment-assurance-icon { width: 40px; height: 40px; }
  .payment-methods { padding: 58px 0; }
  .payment-section-head { grid-template-columns: 1fr; gap: 18px; }
  .payment-section-head > p { max-width: 560px; }
  .payment-console { min-height: 0; grid-template-columns: 1fr; }
  .payment-console-nav { padding: 18px 16px 16px; }
  .payment-console-brand { padding: 0 2px 16px; grid-template-columns: 38px minmax(0, 1fr); }
  .payment-console-brand img { width: 38px; height: 38px; }
  .payment-tabs { margin-top: 13px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
  .payment-tabs button { min-width: 0; min-height: 78px; padding: 9px 6px; grid-template-columns: 1fr; gap: 5px; justify-items: center; text-align: center; }
  .payment-tabs button::before { left: 10px; right: 10px; top: auto; bottom: -1px; width: auto; height: 3px; }
  .payment-tabs button > span:first-child { width: 32px; height: 32px; }
  .payment-tabs button > span:first-child svg { width: 16px; height: 16px; }
  .payment-tabs .payment-tab-icon img { width: 24px; max-height: 12px; }
  .payment-tabs button > span.payment-tab-icon-razorpay img { width: 24px; height: 24px; max-width: 24px; max-height: 24px; }
  .payment-tabs .payment-tab-icon-bank strong { font-size: 7px; }
  .payment-tabs .payment-tab-icon-bank small { font-size: 5.5px; }
  .payment-tabs button > span:nth-child(2) { min-width: 0; }
  .payment-tabs small, .payment-tabs button > svg { display: none; }
  .payment-tabs em { margin-top: 3px; font-size: 7px; }
  .payment-tabs strong { font-size: 10.5px; }
  .payment-console-safe { display: none; }
  .payment-receiver { min-height: 68px; padding: 12px 18px; gap: 12px; }
  .payment-receiver strong { font-size: 10.5px; }
  .payment-receiver p { padding: 0 8px; font-size: 9px; }
  .payment-panel { min-height: 0; padding: 26px 20px 22px; }
  .payment-panel-heading h3 { font-size: 28px; }
  .payment-online-rails { margin-top: 24px; grid-template-columns: 1fr; }
  .payment-online-rails > div { min-height: 64px; padding: 12px 8px; }
  .payment-online-rails > div + div { border-left: 0; border-top: 1px solid #d9e0ea; }
  .payment-panel-action { margin-top: 24px; padding: 18px; grid-template-columns: 1fr; gap: 16px; }
  .payment-primary-action { width: 100%; min-width: 0; }
  .payment-upi-workspace { margin-top: 22px; grid-template-columns: 1fr; gap: 24px; }
  .payment-qr-frame { width: min(220px, 100%); height: auto; aspect-ratio: 1; margin-inline: auto; }
  .payment-bank-details { grid-template-columns: 1fr; }
  .payment-bank-details > div:nth-child(odd), .payment-bank-details > div:nth-child(even) { min-height: 72px; padding: 12px 0; border-left: 0; }
  .payment-bank-alert { margin-top: 22px; }
  .payment-bank-alert { grid-template-columns: 24px minmax(0, 1fr); }
  .payment-bank-copy-all { grid-column: 2; width: 100%; }
  .payment-receipt { padding: 54px 0; }
  .payment-receipt-layout { grid-template-columns: 1fr; gap: 30px; }
  .payment-receipt-actions { grid-column: auto; align-items: stretch; flex-direction: column; }
  .payment-receipt-actions .button, .payment-email-link { width: 100%; justify-content: center; }
  .payment-help .container { grid-template-columns: 32px minmax(0, 1fr); }
  .payment-help .container > a { grid-column: 2; }
  .footer-cert { padding: 24px 0 22px; }
  .cert-shell { grid-template-columns: 1fr; gap: 16px; }
  .cert-intro { max-width: none; padding: 0 0 14px; border-right: 0; border-bottom: 1px solid var(--line); text-align: left; }
  .cert-intro span { font-size: 9.5px; }
  .footer-cert h2 { font-size: 19px; }
  .cert-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .cert-item { height: 72px; padding: 12px 10px; }
  .cert-item-startup img { height: 30px; }
  .cert-item-idp img { height: 36px; }
  .cert-item-iso img, .cert-item-iaf img { height: 40px; }
  .cert-item-iata { grid-column: 1 / -1; height: 64px; }
  .cert-item-iata img { height: 34px; }
  .footer-disclaimer { padding: 14px 0; }
  .footer-disclaimer-inner { grid-template-columns: 32px minmax(0, 1fr); gap: 11px; align-items: start; }
  .footer-disclaimer-icon { width: 32px; height: 32px; margin-top: 2px; }
  .footer-disclaimer strong { font-size: 9.5px; }
  .footer-disclaimer p { font-size: 11.5px; line-height: 1.55; }
  .footer-main { padding: 0 0 28px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; padding-top: 0; border-top: 0; }
  .footer-brand { grid-column: 1 / -1; padding: 28px 0 26px; border-bottom: 1px solid rgba(255,255,255,.2); }
  .footer-logo { width: 164px; }
  .footer-brand p { max-width: none; margin: 17px 0 20px; font-size: 13px; line-height: 1.65; }
  .footer-social { gap: 10px; margin-bottom: 18px; }
  .footer-social a { width: 44px; height: 44px; }
  .footer-wa-badge { width: 100%; min-height: 48px; }
  .footer-column { min-width: 0; padding: 22px 0 12px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .footer-column:nth-child(odd) { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.12); }
  .footer-column h3 { margin-bottom: 10px; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; }
  .footer-column h3::after { width: 24px; margin-top: 8px; }
  .footer-column a, .footer-column p { min-height: 44px; margin: 0; padding: 7px 0; display: flex; align-items: center; overflow-wrap: anywhere; font-size: 12.5px; line-height: 1.35; }
  .pay-now { width: 100%; min-height: 44px; margin-top: 8px !important; }
  .footer-bottom .container { min-height: 0; padding: 18px 0 calc(18px + env(safe-area-inset-bottom)); flex-direction: column; gap: 4px; text-align: center; font-size: 11.5px; line-height: 1.45; }
  .footer-bottom img { order: -1; width: 24px; height: 24px; margin-bottom: 2px; }
}

@media (max-width: 430px) {
  .hero-copy h1, .page-hero h1 { font-size: 34px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .payment-hero h1 { font-size: 34px; }
  .payment-section-head h2 { font-size: 31px; }
  .payment-console-brand strong { font-size: 11px; }
  .payment-tabs button { min-height: 74px; }
  .payment-tabs strong { font-size: 9.5px; }
  .payment-receiver { align-items: flex-start; flex-direction: column; }
  .payment-panel-heading h3 { font-size: 26px; }
  .payment-upi-details dl > div { grid-template-columns: 1fr; gap: 4px; }
  .payment-copy-status:not(:empty) { bottom: 88px; }
  .hero-metrics { gap: 15px; }
  .hero-metrics div { width: calc(50% - 8px); }
  .hero-consult { padding: 0 18px 20px; }
  .hero-consult .sales-lead-ticket { margin: 0 -18px 16px; padding: 12px 18px; }
  .radio-grid { grid-template-columns: 1fr; }
  .section-head h2, .split-head h2, .feature-copy h2, .page-intro h2, .content-media h2 { font-size: 30px; }
  .destination-card { grid-template-columns: 116px minmax(0, 1fr); }
  .destination-card { height: 192px; }
  .destination-content { padding: 21px 17px 17px; }
  .destination-content h3 { margin-bottom: 7px; font-size: 24px; }
  .destination-content p { font-size: 10.5px; }
  .destination-link { margin-top: 13px; padding-top: 10px; font-size: 9px; }
  .feature-media { min-height: 420px; }
  .feature-image-wrap { width: 100%; height: 330px; border-radius: 18px; }
  .feature-media::before { display: none; }
  .feature-media .media-accent { left: 16px; right: 16px; bottom: 34px; width: auto; padding: 18px; border-radius: 16px; }
  .media-proof { left: 16px; bottom: -8px; padding: 11px 13px; }
  .process-section .section-head { margin-bottom: 24px; }
  .process-board { border-radius: 16px; }
  .process-panel { padding: 24px 20px 26px; }
  .process-panel h3 { font-size: 27px; }
  .process-panel p { font-size: 13px; }
  .process-panel::after { left: 20px; right: 20px; bottom: 20px; }
  .steps { padding: 4px 14px 8px; }
  .step { grid-template-columns: 34px 32px 1fr; gap: 11px; min-height: 0; padding: 17px 0; align-items: center; }
  .step-num { font-size: 12px; }
  .step-icon { width: 32px; height: 32px; border-radius: 9px; }
  .step-icon svg { width: 16px; height: 16px; }
  .step > div { grid-column: 3; }
  .feature-media .media-accent { width: 70%; }
  .yt-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .yt-phone { border-radius: 6px; }
  .cert-item { height: 68px; padding: 10px 9px; }
  .cert-item-iata { height: 60px; }
  .footer-grid { gap: 0 18px; }
  .footer-column:nth-child(odd) { padding-left: 14px; }
  .footer-column h3 { font-size: 12.5px; }
  .footer-column a, .footer-column p { font-size: 12px; }
}

@media (max-width: 950px) {
  .sales-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(330px, 420px); gap: 32px; }
  .tourist-lead-grid { grid-template-columns: minmax(0, 1fr) minmax(330px, 400px); gap: 34px; }
  .sales-overview-grid { grid-template-columns: 1fr; gap: 38px; }
  .sales-visual-layout { grid-template-columns: minmax(0, 1fr) minmax(330px, .9fr); gap: 36px; }
  .sales-section-heading, .sales-deep-heading { grid-template-columns: 1fr; gap: 16px; }
  .sales-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sales-deep-sequence .sales-deep-grid, .sales-deep-evidence .sales-deep-grid, .sales-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sales-deep-sequence .sales-deep-item { min-height: 0; }
  .sales-readiness-panel { grid-template-columns: 1fr; gap: 24px; }
  .sales-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 26px; }
  .sales-process-step:nth-child(even)::before { display: none; }
  .tourist-assessment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .sales-hero { min-height: 0; }
  .sales-hero-grid { grid-template-columns: 1fr; gap: 30px; padding-top: 72px; padding-bottom: 34px; }
  .sales-hero-copy { padding-bottom: 0; }
  .sales-hero-copy .breadcrumbs { margin-bottom: 22px; }
  .sales-hero-copy h1 { max-width: 600px; font-size: 36px; line-height: 1.1; text-wrap: pretty; }
  .sales-hero-copy > p:not(.eyebrow) { font-size: 15px; }
  .sales-lead-card { padding: 22px; }
  .sales-jump .container { min-height: 52px; gap: 20px; }
  .sales-jump-cta { display: none; }
  .sales-proof-strip .container { grid-template-columns: repeat(2, 1fr); }
  .sales-proof-strip .container > div:nth-child(odd) { border-left: 0; }
  .sales-proof-strip .container > div:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .sales-proof-strip .container > div { padding: 15px 14px; grid-template-columns: 28px minmax(0, 1fr); gap: 9px; }
  .sales-proof-icon { width: 28px; height: 28px; }
  .sales-proof-icon svg { width: 14px; height: 14px; }
  .sales-proof-strip strong { font-size: 11px; }
  .sales-proof-strip small { font-size: 9px; }
  .sales-overview h2, .sales-section-heading h2, .sales-deep-heading h2, .sales-endcap h2 { font-size: 30px; }
  .sales-overview-lead { font-size: 15px; }
  .sales-facts div { grid-template-columns: 110px 1fr; gap: 14px; }
  .sales-route-grid, .sales-document-grid { grid-template-columns: 1fr; }
  .eligibility-calculator-grid { grid-template-columns: 1fr; }
  .eligibility-calculator-card { min-height: 0; padding: 22px; }
  .eligibility-calculator-card > p { font-size: 14px; }
  .eligibility-calculator-card dl { margin-bottom: 20px; }
  .eligibility-calculator-link { padding-right: 64px; }
  .sales-route-card { min-height: 0; }
  .sales-hero-actions .button, .sales-hero-wa { width: 100%; justify-content: center; }
  .sales-visual-layout { grid-template-columns: 1fr; gap: 32px; }
  .sales-visual-reverse .sales-visual-media, .sales-visual-reverse .sales-visual-copy { order: initial; }
  .sales-visual-media { aspect-ratio: 4 / 3; }
  .sales-visual-copy h2 { font-size: 30px; }
  .sales-visual-copy > p:not(.eyebrow) { font-size: 14px; }
  .sales-visual-copy dl { grid-template-columns: 1fr; }
  .sales-visual-copy dl div, .sales-visual-copy dl div + div { padding: 13px 0; border-left: 0; }
  .sales-visual-copy dl div + div { border-top: 1px solid rgba(255,255,255,.16); }
  .sales-deep-decision .sales-deep-grid, .sales-deep-comparison .sales-deep-grid, .sales-deep-journey .sales-deep-grid, .sales-deep-sequence .sales-deep-grid, .sales-deep-evidence .sales-deep-grid, .sales-benefit-grid { grid-template-columns: 1fr; }
  .sales-deep-item, .sales-deep-sequence .sales-deep-item { min-height: 0; padding: 22px; }
  .sales-deep-item > p, .sales-deep-heading > p { font-size: 15px; }
  .sales-deep-item li { font-size: 13px; }
  .sales-deep-note { padding: 17px; }
  .sales-readiness-panel { padding: 22px; }
  .sales-readiness-panel ol { grid-template-columns: 1fr; }
  .sales-benefit-item { min-height: 0; }
  .sales-benefit-item p { font-size: 14px; }
  .sales-focus-grid { grid-template-columns: 1fr; }
  .sales-process-grid { grid-template-columns: 1fr; gap: 0; }
  .sales-process-step { padding: 0 0 28px 60px; }
  .sales-process-step:last-child { padding-bottom: 0; }
  .sales-process-step::before, .sales-process-step:nth-child(even)::before { display: block; top: 48px; bottom: 4px; left: 21px; right: auto; border-top: 0; border-left: 2px dashed #c3cee3; }
  .sales-process-step:last-child::before { display: none; }
  .sales-process-step h3 { margin-top: 8px; }
  .sales-endcap { padding: 56px 0; }
  .sales-endcap .container { grid-template-columns: 1fr; gap: 24px; }
  .sales-endcap .button { width: 100%; }
  .tourist-lead-grid { grid-template-columns: 1fr; gap: 30px; }
  .tourist-lead-copy h1 { font-size: 34px; }
  .tourist-lead-copy ul { grid-template-columns: 1fr; }
  .tourist-assessment-grid { grid-template-columns: 1fr; }
  .tourist-process-layout { grid-template-columns: 1fr; gap: 34px; }
  .tourist-process-intro { position: static; }
}

@media (max-width: 950px) {
  .topic-decision-head { grid-template-columns: 1fr; gap: 16px; }
  .topic-decision-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .topic-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .topic-process-grid li:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .topic-process-grid li:nth-child(4) { border-top: 1px solid var(--line); }
  .topic-lead-layout { grid-template-columns: minmax(0, 1fr) minmax(330px, 400px); gap: 34px; }
}

@media (max-width: 760px) {
  .topic-decision-head h2, .topic-lead-copy h2 { font-size: 30px; }
  .topic-decision-head > p, .topic-decision-item p, .topic-lead-copy > p:not(.eyebrow) { font-size: 15px; }
  .topic-decision-grid { grid-template-columns: 1fr; }
  .topic-decision-item { min-height: 0; }
  .topic-process-grid { grid-template-columns: 1fr; }
  .topic-process-grid li, .topic-process-grid li + li { min-height: 0; padding: 20px 0; border-left: 0; border-top: 1px solid var(--line); }
  .topic-process-grid li:first-child { border-top: 0; }
  .topic-lead-layout { grid-template-columns: 1fr; gap: 30px; }
  .topic-lead-copy ul { display: grid; grid-template-columns: 1fr; }
  .topic-lead-capture .sales-lead-card { justify-self: stretch; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-media .hero-poster { display: block; position: absolute; inset: 0; }
  * { animation-duration: .01ms !important; }
}

/* US visa appointments */
.us-appointment-page { color: #171c24; background: #fff; }
.us-appointment-page section[id] { scroll-margin-top: 132px; }
.us-appointment-hero { min-height: 680px; position: relative; overflow: hidden; isolation: isolate; color: #fff; background: #0a1d45; }
.us-appointment-hero .hero-media { position: absolute; inset: 0; }
.us-appointment-hero .hero-media .hero-poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; opacity: .58; filter: saturate(.8) contrast(.96); }
.us-appointment-hero .hero-media::after { background: rgba(4, 17, 44, .72); }
.us-appointment-hero-grid { min-height: 680px; position: relative; z-index: 2; padding-top: 54px; padding-bottom: 54px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 420px); gap: 64px; align-items: center; }
.us-appointment-hero-copy { min-width: 0; }
.us-appointment-hero .breadcrumbs { margin-bottom: 32px; color: rgba(255,255,255,.74); }
.us-appointment-hero .breadcrumbs a { color: #fff; }
.us-appointment-kicker { margin-bottom: 20px; display: inline-flex; align-items: center; gap: 11px; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.us-appointment-kicker img { width: 34px; height: 23px; object-fit: cover; border: 1px solid rgba(255,255,255,.45); border-radius: 3px; }
.us-appointment-hero h1 { max-width: 690px; margin: 0; font-size: 50px; line-height: 1.08; letter-spacing: 0; text-wrap: balance; }
.us-appointment-hero-copy > p { max-width: 650px; margin: 20px 0 0; color: #e3e9f5; font-size: 16px; line-height: 1.7; }
.us-appointment-tags { margin: 26px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; list-style: none; }
.us-appointment-tags li { min-height: 38px; padding: 0 12px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.24); border-radius: 6px; color: #fff; background: rgba(8,22,54,.42); font-size: 11px; font-weight: 750; }
.us-appointment-tags svg { width: 15px; height: 15px; color: #ff9b91; }
.us-appointment-disclaimer { max-width: 620px; margin-top: 28px; padding-top: 20px; display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 12px; align-items: start; border-top: 1px solid rgba(255,255,255,.24); }
.us-appointment-disclaimer > svg { width: 22px; height: 22px; color: #9ed7c5; }
.us-appointment-disclaimer p, .us-appointment-disclaimer strong, .us-appointment-disclaimer span { display: block; }
.us-appointment-disclaimer p { margin: 0; }
.us-appointment-disclaimer strong { color: #fff; font-size: 12px; }
.us-appointment-disclaimer span { margin-top: 3px; color: #bbc6dc; font-size: 11px; line-height: 1.5; }
.us-appointment-mobile-cta { display: none; border: 0; cursor: pointer; }
.us-appointment-hero .sales-lead-card { padding: 0 24px 24px; border-color: rgba(255,255,255,.5); border-radius: 8px; box-shadow: 0 26px 70px rgba(0,0,0,.3); }
.us-appointment-hero .sales-lead-ticket { border-radius: 0; }
.us-appointment-hero .sales-lead-card h2 { font-size: 23px; }

.us-appointment-nav { position: sticky; top: 68px; z-index: 40; border-bottom: 1px solid #dbe1ea; background: rgba(255,255,255,.97); box-shadow: 0 8px 22px rgba(9,30,68,.06); backdrop-filter: blur(14px); }
.us-appointment-nav .container { min-height: 62px; display: flex; align-items: stretch; justify-content: space-between; gap: 28px; }
.us-appointment-nav .container > div { display: flex; align-items: stretch; gap: 30px; }
.us-appointment-nav a { position: relative; min-height: 62px; display: inline-flex; align-items: center; color: #657084; font-size: 12px; font-weight: 800; text-decoration: none; }
.us-appointment-nav a::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 3px; background: #e65f53; opacity: 0; transform: scaleX(.3); transition: opacity .2s ease, transform .2s ease; }
.us-appointment-nav a:hover, .us-appointment-nav a.is-active { color: #081f5c; }
.us-appointment-nav a.is-active::after { opacity: 1; transform: scaleX(1); }
.us-appointment-nav button { min-height: 42px; margin: 10px 0; padding: 0 16px; display: inline-flex; align-items: center; gap: 8px; border: 0; border-radius: 6px; color: #fff; background: #081f5c; font-size: 11px; font-weight: 800; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.us-appointment-nav button:hover { background: #d94e44; transform: translateY(-1px); }
.us-appointment-nav button svg { width: 15px; }
.us-appointment-nav a:focus-visible, .us-appointment-nav button:focus-visible { outline: 3px solid rgba(242,107,94,.35); outline-offset: 3px; }

.us-appointment-heading { margin-bottom: 38px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .68fr); gap: 64px; align-items: end; }
.us-appointment-heading h2 { max-width: 720px; margin: 0; color: #081f5c; font-size: 40px; line-height: 1.12; letter-spacing: 0; text-wrap: balance; }
.us-appointment-heading > p { margin: 0; color: #5f6b7a; font-size: 14px; line-height: 1.75; }
.us-appointment-overview { padding-top: 84px; padding-bottom: 92px; }
.us-appointment-process { color: #fff; background: #171d25; }
.us-appointment-heading-light h2 { color: #fff; }
.us-appointment-heading-light > p { color: #b9c2ce; }
.us-appointment-process ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #454d58; list-style: none; }
.us-appointment-process li { min-height: 250px; padding: 26px 24px 30px 0; }
.us-appointment-process li + li { padding-left: 24px; border-left: 1px solid #454d58; }
.us-appointment-process li > div { display: flex; align-items: center; justify-content: space-between; }
.us-appointment-process li > div span { color: #ff9389; font-family: var(--font-mono); font-size: 10px; font-weight: 600; }
.us-appointment-process li > div svg { width: 22px; height: 22px; color: #9ed7c5; }
.us-appointment-process li h3 { margin: 36px 0 10px; color: #fff; font-size: 17px; line-height: 1.3; }
.us-appointment-process li p { margin: 0; color: #b8c1cd; font-size: 12px; line-height: 1.7; }
.us-appointment-official { min-height: 80px; padding: 16px 20px; display: grid; grid-template-columns: 150px minmax(0, 1fr) auto; gap: 22px; align-items: center; border-radius: 8px; color: #17241f; background: #dcebe6; }
.us-appointment-official > span { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.us-appointment-official > span svg { width: 17px; }
.us-appointment-official p { margin: 0; font-size: 12px; line-height: 1.5; }
.us-appointment-official a { display: inline-flex; align-items: center; gap: 7px; color: #081f5c; font-size: 11px; font-weight: 900; text-decoration: none; }
.us-appointment-official a svg { width: 14px; }

.us-appointment-documents { padding-top: 90px; padding-bottom: 90px; }
.us-appointment-boundaries { background: #eef2f6; }
.us-appointment-boundary-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.us-appointment-boundary-grid article { min-height: 330px; padding: 34px; border-radius: 8px; }
.us-appointment-boundary-grid article > span { font-family: var(--font-mono); font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.us-appointment-boundary-grid h3 { max-width: 430px; margin: 18px 0 24px; font-size: 26px; line-height: 1.2; }
.us-appointment-boundary-grid ul { margin: 0; padding: 0; display: grid; gap: 13px; list-style: none; }
.us-appointment-boundary-grid li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; line-height: 1.5; }
.us-appointment-boundary-grid li svg { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 2px; }
.us-appointment-support { color: #fff; background: #081f5c; }
.us-appointment-support > span, .us-appointment-support li svg { color: #9ed7c5; }
.us-appointment-support h3 { color: #fff; }
.us-appointment-limits { border: 1px solid #d7dde7; color: #495568; background: #fff; }
.us-appointment-limits > span, .us-appointment-limits li svg { color: #d94e44; }
.us-appointment-limits h3 { color: #171c24; }
.us-appointment-faq .sales-faq-list { max-width: none; }
.us-appointment-faq .faq-list details { margin-bottom: 10px; padding: 4px 22px; border: 1px solid #dfe5ef; border-radius: 8px; background: #fff; }
.us-appointment-faq .faq-list details:last-child { border-bottom: 1px solid #dfe5ef; }
.us-appointment-faq .faq-list summary { min-height: 56px; align-items: center; }

.us-appointment-endcap { padding: 58px 0; color: #17241f; background: #dcebe6; }
.us-appointment-endcap .container { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 54px; align-items: center; }
.us-appointment-endcap h2 { max-width: 720px; margin: 0; font-size: 36px; line-height: 1.15; letter-spacing: 0; }
.us-appointment-endcap p:not(.eyebrow) { max-width: 680px; margin: 12px 0 0; color: #485e56; font-size: 13px; }
.us-appointment-endcap .container > div:last-child { display: grid; gap: 12px; justify-items: stretch; }
.us-appointment-endcap button { border: 0; cursor: pointer; }
.us-appointment-endcap a { display: inline-flex; align-items: center; justify-content: center; gap: 7px; color: #081f5c; font-size: 11px; font-weight: 900; text-decoration: none; }
.us-appointment-endcap a svg { width: 14px; }

@media (max-width: 950px) {
  .us-appointment-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(340px, 390px); gap: 34px; }
  .us-appointment-hero h1 { font-size: 43px; }
  .us-appointment-nav .container > div { gap: 18px; }
  .us-appointment-process ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .us-appointment-process li:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid #454d58; }
  .us-appointment-process li:nth-child(4) { border-top: 1px solid #454d58; }
  .us-appointment-official { grid-template-columns: 130px minmax(0, 1fr); }
  .us-appointment-official a { grid-column: 2; }
}

@media (max-width: 760px) {
  .us-appointment-page section[id] { scroll-margin-top: 24px; }
  .us-appointment-hero, .us-appointment-hero-grid { min-height: 0; }
  .us-appointment-hero-grid { padding-top: 44px; padding-bottom: 36px; grid-template-columns: 1fr; gap: 34px; }
  .us-appointment-hero .breadcrumbs { margin-bottom: 24px; }
  .us-appointment-hero h1 { font-size: 36px; }
  .us-appointment-hero-copy > p { font-size: 15px; }
  .us-appointment-tags { display: grid; grid-template-columns: 1fr; }
  .us-appointment-tags li { width: 100%; }
  .us-appointment-hero .sales-lead-card { display: none; }
  .us-appointment-mobile-cta { width: 100%; min-height: 48px; margin-top: 24px; display: inline-flex; justify-content: center; }
  .us-appointment-nav { position: static; }
  .us-appointment-nav .container { padding: 12px 0; display: grid; grid-template-columns: 1fr; gap: 10px; }
  .us-appointment-nav .container > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 12px; }
  .us-appointment-nav a { min-height: 44px; }
  .us-appointment-nav button { width: 100%; min-height: 46px; margin: 0; justify-content: center; }
  .us-appointment-heading { margin-bottom: 28px; grid-template-columns: 1fr; gap: 16px; }
  .us-appointment-heading h2 { font-size: 31px; }
  .us-appointment-heading > p { font-size: 14px; }
  .us-appointment-overview, .us-appointment-documents { padding-top: 62px; padding-bottom: 64px; }
  .us-appointment-process ol, .us-appointment-boundary-grid { grid-template-columns: 1fr; }
  .us-appointment-process li, .us-appointment-process li + li { min-height: 0; padding: 22px 0 26px; border-left: 0; border-top: 1px solid #454d58; }
  .us-appointment-process li:first-child { border-top: 0; }
  .us-appointment-process li h3 { margin-top: 24px; }
  .us-appointment-official { padding: 18px; grid-template-columns: 1fr; gap: 10px; }
  .us-appointment-official a { grid-column: auto; }
  .us-appointment-boundary-grid article { min-height: 0; padding: 26px 22px; }
  .us-appointment-endcap .container { grid-template-columns: 1fr; gap: 26px; }
  .us-appointment-endcap h2 { font-size: 31px; }
  .us-appointment-endcap .button { width: 100%; justify-content: center; }
}

/* Image-led US visa appointments layout */
.us-appointment-hero .hero-media .hero-poster { object-position: center 48%; opacity: .64; filter: saturate(.86) contrast(.98); }
.us-appointment-hero .hero-media::after { background: rgba(4, 17, 44, .7); }
.us-appointment-hero h1 { max-width: 660px; font-size: 48px; }

.us-appointment-overview { padding: 104px 0; }
.us-appointment-editorial { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); gap: 82px; align-items: center; }
.us-appointment-editorial-media { position: relative; min-width: 0; max-height: 670px; aspect-ratio: 4 / 4.65; overflow: hidden; margin: 0; border-radius: 8px; background: #dce3e7; box-shadow: 0 24px 58px rgba(13, 31, 61, .13); }
.us-appointment-editorial-media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 47%; }
.us-appointment-editorial-media figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; min-height: 86px; padding: 17px 20px; display: flex; flex-direction: column; justify-content: center; color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 6px; background: rgba(5, 20, 48, .78); backdrop-filter: blur(14px); }
.us-appointment-editorial-media figcaption span { color: #ffb0a8; font-family: var(--font-mono); font-size: 9px; font-weight: 600; text-transform: uppercase; }
.us-appointment-editorial-media figcaption strong { margin-top: 6px; font-size: 16px; line-height: 1.35; }
.us-appointment-editorial-copy h2 { max-width: 590px; margin: 0; color: #081f5c; font-size: 42px; line-height: 1.12; }
.us-appointment-editorial-copy > p:not(.eyebrow) { max-width: 600px; margin: 19px 0 0; color: #586577; font-size: 15px; line-height: 1.75; }
.us-appointment-preparation { margin-top: 32px; border-top: 2px solid #081f5c; }
.us-appointment-preparation article { min-height: 112px; padding: 19px 0; display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 17px; align-items: start; border-bottom: 1px solid #dce3ec; }
.us-appointment-preparation article > span { width: 40px; height: 40px; display: grid; place-items: center; color: #0d6b50; background: #e4f0ec; }
.us-appointment-preparation svg { width: 18px; height: 18px; }
.us-appointment-preparation h3 { margin: 0; color: #17233b; font-size: 16px; line-height: 1.35; }
.us-appointment-preparation p { margin: 6px 0 0; color: #697486; font-size: 12px; line-height: 1.6; }
.us-appointment-editorial-copy .text-link { margin-top: 25px; padding: 0; border: 0; background: transparent; cursor: pointer; }

.us-appointment-process { padding: 104px 0; }
.us-appointment-process-layout { display: grid; grid-template-columns: minmax(360px, .84fr) minmax(0, 1.16fr); gap: 82px; align-items: center; }
.us-appointment-process-media { position: relative; align-self: stretch; min-height: 690px; overflow: hidden; margin: 0; border-radius: 8px; background: #2b333d; }
.us-appointment-process-media img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; filter: saturate(.82) contrast(1.02); }
.us-appointment-process-media::after { content: ""; position: absolute; inset: 0; background: rgba(6, 17, 31, .13); pointer-events: none; }
.us-appointment-process-media figcaption { position: absolute; z-index: 1; right: 18px; bottom: 18px; left: 18px; min-height: 84px; padding: 16px 18px; display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 13px; align-items: center; color: #fff; border: 1px solid rgba(255,255,255,.18); border-radius: 6px; background: rgba(9, 22, 38, .82); backdrop-filter: blur(14px); }
.us-appointment-process-media figcaption > svg { width: 22px; height: 22px; color: #9ed7c5; }
.us-appointment-process-media figcaption strong, .us-appointment-process-media figcaption small { display: block; }
.us-appointment-process-media figcaption strong { font-size: 13px; }
.us-appointment-process-media figcaption small { margin-top: 3px; color: #c9d2dd; font-size: 10px; line-height: 1.45; }
.us-appointment-process-copy { min-width: 0; }
.us-appointment-process-copy .us-appointment-heading { margin-bottom: 30px; display: block; }
.us-appointment-process-copy .us-appointment-heading h2 { max-width: 560px; font-size: 39px; }
.us-appointment-process-copy ol { margin: 0; padding: 0; display: block; border-top: 1px solid #48515d; list-style: none; }
.us-appointment-process-copy li, .us-appointment-process-copy li + li { min-height: 0; padding: 21px 0; display: grid; grid-template-columns: 70px minmax(0, 1fr); gap: 19px; border: 0; border-bottom: 1px solid #48515d; }
.us-appointment-process-copy li > div { display: flex; align-items: center; justify-content: space-between; align-self: start; }
.us-appointment-process-copy li > div span { color: #ff9389; font-family: var(--font-mono); font-size: 10px; font-weight: 600; }
.us-appointment-process-copy li > div svg { width: 18px; height: 18px; color: #9ed7c5; }
.us-appointment-process-copy li section { min-width: 0; }
.us-appointment-process-copy li h3 { margin: 0 0 7px; color: #fff; font-size: 17px; line-height: 1.35; }
.us-appointment-process-copy li p { max-width: 610px; margin: 0; color: #b8c1cd; font-size: 12px; line-height: 1.65; }
.us-appointment-process-copy .us-appointment-official { margin-top: 26px; grid-template-columns: 126px minmax(0, 1fr); gap: 10px 20px; }
.us-appointment-process-copy .us-appointment-official a { grid-column: 2; justify-self: start; }

.us-appointment-documents { padding: 104px 0; }
.us-appointment-document-story { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); gap: 82px; align-items: center; }
.us-appointment-document-copy { min-width: 0; }
.us-appointment-document-copy .us-appointment-heading { margin-bottom: 28px; display: block; }
.us-appointment-document-copy .us-appointment-heading h2 { max-width: 540px; font-size: 40px; }
.us-appointment-document-copy .us-appointment-heading > p { max-width: 580px; margin-top: 16px; font-size: 14px; }
.us-appointment-document-list { border-top: 3px solid #081f5c; }
.us-appointment-document-list article { min-height: 112px; padding: 19px 0; display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 17px; align-items: start; border-bottom: 1px solid #dfe5ed; }
.us-appointment-document-list article > span { width: 40px; height: 40px; display: grid; place-items: center; color: #11684e; background: #e7f2ee; }
.us-appointment-document-list svg { width: 18px; height: 18px; }
.us-appointment-document-list h3 { margin: 0; color: #081f5c; font-size: 16px; }
.us-appointment-document-list p { margin: 6px 0 0; color: #626f81; font-size: 12px; line-height: 1.6; }
.us-appointment-interview-media { position: relative; min-width: 0; min-height: 600px; overflow: hidden; margin: 0; border-radius: 8px; background: #dce3e7; box-shadow: 0 24px 58px rgba(13, 31, 61, .12); }
.us-appointment-interview-media img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: 51% center; }
.us-appointment-interview-media figcaption { position: absolute; z-index: 1; right: 18px; bottom: 18px; left: 18px; min-height: 92px; padding: 17px 19px; display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 14px; align-items: center; color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 6px; background: rgba(5, 20, 48, .82); backdrop-filter: blur(14px); }
.us-appointment-interview-media figcaption > span { width: 40px; height: 40px; display: grid; place-items: center; color: #ffaaa1; background: rgba(255,255,255,.1); }
.us-appointment-interview-media figcaption svg { width: 19px; height: 19px; }
.us-appointment-interview-media figcaption small, .us-appointment-interview-media figcaption strong { display: block; }
.us-appointment-interview-media figcaption small { color: #a9d6c9; font-family: var(--font-mono); font-size: 9px; text-transform: uppercase; }
.us-appointment-interview-media figcaption strong { max-width: 460px; margin-top: 5px; font-size: 15px; line-height: 1.4; }

.us-appointment-boundaries { padding: 76px 0; color: #17233b; background: #e7edf2; }
.us-appointment-boundaries .container { display: grid; grid-template-columns: minmax(260px, .68fr) minmax(0, 1.32fr); gap: 74px; align-items: center; }
.us-appointment-boundary-intro h2 { max-width: 430px; margin: 0; color: #081f5c; font-size: 34px; line-height: 1.14; }
.us-appointment-boundary-intro > p:not(.eyebrow) { max-width: 450px; margin: 14px 0 0; color: #5e6a79; font-size: 13px; line-height: 1.65; }
.us-appointment-boundary-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; border: 1px solid #cfd8e3; }
.us-appointment-boundary-grid article { min-height: 260px; padding: 29px 28px; border: 0; border-radius: 0; }
.us-appointment-boundary-grid article > span { font-family: var(--font-mono); font-size: 9px; font-weight: 600; text-transform: uppercase; }
.us-appointment-boundary-grid ul { margin: 24px 0 0; padding: 0; display: grid; gap: 15px; list-style: none; }
.us-appointment-boundary-grid li { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.55; }
.us-appointment-boundary-grid li svg { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 1px; }
.us-appointment-support { color: #fff; background: #081f5c; }
.us-appointment-support > span, .us-appointment-support li svg { color: #9ed7c5; }
.us-appointment-limits { color: #495568; background: #fff; }
.us-appointment-limits > span, .us-appointment-limits li svg { color: #d94e44; }

@media (max-width: 1050px) {
  .us-appointment-editorial, .us-appointment-process-layout, .us-appointment-document-story { gap: 48px; }
  .us-appointment-process-layout { grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr); }
  .us-appointment-process-media { min-height: 650px; }
  .us-appointment-interview-media { min-height: 540px; }
  .us-appointment-boundaries .container { gap: 42px; }
}

@media (max-width: 760px) {
  .us-appointment-hero h1 { font-size: 36px; }
  .us-appointment-overview, .us-appointment-process, .us-appointment-documents { padding: 64px 0; }
  .us-appointment-editorial, .us-appointment-process-layout, .us-appointment-document-story, .us-appointment-boundaries .container { grid-template-columns: 1fr; gap: 34px; }
  .us-appointment-editorial-media { max-height: none; aspect-ratio: 4 / 4.5; }
  .us-appointment-editorial-copy h2, .us-appointment-process-copy .us-appointment-heading h2, .us-appointment-document-copy .us-appointment-heading h2 { font-size: 31px; }
  .us-appointment-preparation article, .us-appointment-document-list article { min-height: 0; }
  .us-appointment-process-media { min-height: 0; aspect-ratio: 4 / 3; }
  .us-appointment-process-copy li, .us-appointment-process-copy li + li { padding: 19px 0; grid-template-columns: 58px minmax(0, 1fr); }
  .us-appointment-process-copy .us-appointment-official { padding: 18px; grid-template-columns: 1fr; }
  .us-appointment-process-copy .us-appointment-official a { grid-column: auto; }
  .us-appointment-interview-media { min-height: 0; aspect-ratio: 4 / 3; }
  .us-appointment-interview-media img { object-position: center; }
  .us-appointment-boundaries { padding: 58px 0; }
  .us-appointment-boundary-grid { grid-template-columns: 1fr; }
  .us-appointment-boundary-grid article { min-height: 0; padding: 26px 22px; }
}

@media (max-width: 430px) {
  .us-appointment-editorial-media figcaption, .us-appointment-process-media figcaption, .us-appointment-interview-media figcaption { right: 12px; bottom: 12px; left: 12px; }
  .us-appointment-editorial-media figcaption { min-height: 76px; padding: 14px 16px; }
  .us-appointment-process-media figcaption { padding: 14px; }
  .us-appointment-interview-media figcaption { min-height: 82px; padding: 14px; }
}

/* Hallmark · pre-emit critique: P5 H5 E5 S5 R5 V4 · contrast: pass (40–41) · nav: N9 · footer: Ft2 · slop: pass (42–45) · honest: pass (46) · chrome: pass (47) · tokens: pass (48) · responsive: pass (49) · icons: pass (30) · mobile: pass (34, 49, 50–57) */
/* US appointments refinement: one contextual image, then a text-led workflow. */
html,
body { overflow-x: clip; }

.us-appointment-page {
  --font-mono: var(--hm-font-body);
  color: var(--hm-color-ink);
  background: var(--hm-color-paper);
  font-family: var(--hm-font-body);
}

.us-appointment-page h1,
.us-appointment-page h2,
.us-appointment-page h3 {
  min-width: 0;
  overflow-wrap: anywhere;
  font-family: var(--hm-font-display);
  font-style: normal;
  letter-spacing: var(--hm-tracking-display);
}

.us-appointment-hero,
.us-appointment-hero-grid { min-height: 620px; }
.us-appointment-hero { background: var(--hm-color-hero); }
.us-appointment-hero .hero-media .hero-poster {
  object-position: center 48%;
  opacity: .42;
  filter: saturate(.72) contrast(.94);
}
.us-appointment-hero .hero-media::after { background: var(--hm-color-hero-overlay); }
.us-appointment-hero-grid {
  padding-block-start: var(--hm-space-xl);
  padding-block-end: var(--hm-space-2xl);
  grid-template-columns: minmax(0, 1fr) minmax(22.5rem, 25rem);
  gap: var(--hm-space-3xl);
}
.us-appointment-hero h1 {
  max-width: 42rem;
  font-size: var(--hm-text-display-s);
  font-weight: 700;
  line-height: 1.06;
  text-wrap: balance;
}
.us-appointment-hero-copy > p {
  max-width: 38rem;
  margin-top: var(--hm-space-lg);
  color: var(--hm-color-hero-muted);
  font-size: var(--hm-text-base);
  line-height: 1.65;
}
.us-appointment-kicker {
  margin-bottom: var(--hm-space-lg);
  color: var(--hm-color-paper);
  font-size: var(--hm-text-xs);
  letter-spacing: var(--hm-tracking-label);
}
.us-appointment-tags {
  margin-top: var(--hm-space-xl);
  gap: var(--hm-space-lg);
}
.us-appointment-tags li {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--hm-color-paper);
  background: transparent;
  font-size: var(--hm-text-sm);
  font-weight: 700;
}
.us-appointment-tags svg { color: var(--hm-color-accent-soft); }
.us-appointment-disclaimer {
  max-width: 38rem;
  margin-top: var(--hm-space-xl);
  padding-top: var(--hm-space-lg);
  border-top-color: var(--hm-color-hero-rule);
}
.us-appointment-disclaimer > svg { color: var(--hm-color-success); }
.us-appointment-disclaimer strong { color: var(--hm-color-paper); }
.us-appointment-disclaimer span { color: var(--hm-color-hero-muted); }
.us-appointment-hero .sales-lead-card {
  padding: 0 var(--hm-space-lg) var(--hm-space-lg);
  border: var(--hm-rule) solid var(--hm-color-hero-rule);
  border-radius: var(--hm-radius-card);
  background: var(--hm-color-paper);
  box-shadow: var(--hm-shadow-panel);
}
.us-appointment-hero .sales-lead-card h2 {
  color: var(--hm-color-ink);
  font-size: var(--hm-text-xl);
}
.us-appointment-hero .sales-lead-card input,
.us-appointment-hero .sales-lead-card select {
  border-width: var(--hm-rule);
  border-color: var(--hm-color-rule-strong);
  outline: 2px solid transparent;
  outline-offset: 1px;
  background: var(--hm-color-paper);
}
.us-appointment-hero .sales-lead-card input:focus-visible,
.us-appointment-hero .sales-lead-card select:focus-visible {
  border-width: var(--hm-rule);
  border-color: var(--hm-color-ink-muted);
  outline-color: var(--hm-color-focus);
  box-shadow: none;
}

.us-appointment-nav {
  border-bottom-color: var(--hm-color-rule);
  background: var(--hm-color-paper-glass);
  box-shadow: none;
  backdrop-filter: blur(18px) saturate(140%);
}
.us-appointment-nav a { color: var(--hm-color-ink-muted); }
.us-appointment-nav a:hover,
.us-appointment-nav a.is-active { color: var(--hm-color-ink); }
.us-appointment-nav a::after { background: var(--hm-color-accent); }
.us-appointment-nav button {
  color: var(--hm-color-accent-ink);
  background: var(--hm-color-ink);
  border-radius: var(--hm-radius-button);
  transition: background-color var(--hm-dur-short) var(--hm-ease-out), transform var(--hm-dur-micro) var(--hm-ease-out);
}
.us-appointment-nav button:hover { color: var(--hm-color-accent-ink); background: var(--hm-color-accent); }
.us-appointment-nav button:active { transform: scale(.98); }
.us-appointment-nav a:focus-visible,
.us-appointment-nav button:focus-visible {
  outline: 2px solid var(--hm-color-focus);
  outline-offset: 3px;
}

.us-appointment-heading {
  margin-bottom: var(--hm-space-2xl);
  display: block;
}
.us-appointment-heading h2 {
  max-width: 42rem;
  color: var(--hm-color-brand);
  font-size: var(--hm-text-3xl);
  font-weight: 700;
  line-height: 1.12;
}
.us-appointment-heading > p {
  max-width: 36rem;
  margin-top: var(--hm-space-lg);
  color: var(--hm-color-ink-muted);
  font-size: var(--hm-text-base);
  line-height: 1.7;
}
.us-appointment-page .eyebrow {
  margin-bottom: var(--hm-space-sm);
  color: var(--hm-color-accent);
  font-family: var(--hm-font-label);
  font-size: var(--hm-text-xs);
  font-weight: 600;
  letter-spacing: var(--hm-tracking-label);
  text-transform: none;
}

.us-appointment-overview { padding: var(--hm-space-4xl) 0 var(--hm-space-3xl); }
.us-appointment-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(17rem, .55fr);
  gap: var(--hm-space-4xl);
  align-items: start;
}
.us-appointment-preparation {
  border-top: 2px solid var(--hm-color-brand);
}
.us-appointment-preparation article {
  min-height: 0;
  padding-block: var(--hm-space-lg);
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: var(--hm-space-lg);
  border-bottom-color: var(--hm-color-rule);
}
.us-appointment-preparation article > span {
  color: var(--hm-color-success);
  background: var(--hm-color-success-soft);
  border-radius: var(--hm-radius-icon);
}
.us-appointment-preparation h3 {
  color: var(--hm-color-ink);
  font-size: var(--hm-text-md);
}
.us-appointment-preparation p {
  color: var(--hm-color-ink-muted);
  font-size: var(--hm-text-sm);
}
.us-appointment-overview-copy .text-link,
.us-appointment-document-note .text-link {
  min-height: 44px;
  margin-top: var(--hm-space-lg);
  padding: 0;
  border: 0;
  color: var(--hm-color-brand);
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
}
.us-appointment-overview-copy .text-link:hover,
.us-appointment-document-note .text-link:hover { color: var(--hm-color-accent); }
.us-appointment-overview-copy .text-link:active,
.us-appointment-document-note .text-link:active { transform: translateY(1px); }
.us-appointment-note {
  padding-top: var(--hm-space-lg);
  border-top: 2px solid var(--hm-color-accent);
}
.us-appointment-note span,
.us-appointment-note strong { display: block; }
.us-appointment-note span {
  color: var(--hm-color-accent);
  font-family: var(--hm-font-label);
  font-size: var(--hm-text-xs);
  font-weight: 600;
}
.us-appointment-note strong {
  margin-top: var(--hm-space-lg);
  color: var(--hm-color-brand);
  font-size: var(--hm-text-lg);
  line-height: 1.35;
}
.us-appointment-note p {
  margin: var(--hm-space-md) 0 0;
  color: var(--hm-color-ink-muted);
  font-size: var(--hm-text-sm);
  line-height: 1.65;
}

.us-appointment-monitoring {
  padding: var(--hm-space-4xl) 0;
  color: var(--hm-color-ink);
  background: var(--hm-color-paper-2);
}
.us-appointment-monitoring-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, .85fr);
  gap: var(--hm-space-4xl);
  align-items: center;
}
.us-monitoring-panel {
  min-width: 0;
  overflow: hidden;
  border: var(--hm-rule) solid var(--hm-color-process-rule);
  border-radius: var(--hm-radius-card);
  color: var(--hm-color-paper);
  background: var(--hm-color-process);
  box-shadow: var(--hm-shadow-panel);
}
.us-monitoring-panel header {
  min-height: 6rem;
  padding: var(--hm-space-lg);
  display: grid;
  grid-template-columns: 2.75rem minmax(0, 1fr) auto;
  gap: var(--hm-space-md);
  align-items: center;
  border-bottom: var(--hm-rule) solid var(--hm-color-process-rule);
}
.us-monitoring-signal {
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  border-radius: var(--hm-radius-icon);
  color: var(--hm-color-success);
  background: var(--hm-color-success-soft);
}
.us-monitoring-signal::after {
  content: "";
  position: absolute;
  top: .35rem;
  right: .35rem;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background: var(--hm-color-success);
}
.us-monitoring-signal svg { width: 1.15rem; height: 1.15rem; }
.us-monitoring-panel header div span,
.us-monitoring-panel header div strong { display: block; }
.us-monitoring-panel header div span {
  color: var(--hm-color-process-muted);
  font-size: var(--hm-text-xs);
}
.us-monitoring-panel header div strong {
  margin-top: .2rem;
  color: var(--hm-color-paper);
  font-size: var(--hm-text-md);
  line-height: 1.35;
}
.us-monitoring-panel header > b {
  color: var(--hm-color-accent-soft);
  font-family: var(--hm-font-label);
  font-size: var(--hm-text-sm);
  font-weight: 700;
  white-space: nowrap;
}
.us-monitoring-panel ol {
  margin: 0;
  padding: 0 var(--hm-space-lg);
  list-style: none;
}
.us-monitoring-panel li {
  min-height: 6rem;
  padding-block: var(--hm-space-lg);
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr) auto;
  gap: var(--hm-space-md);
  align-items: center;
  border-bottom: var(--hm-rule) solid var(--hm-color-process-rule);
}
.us-monitoring-panel li > span {
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  border-radius: var(--hm-radius-icon);
  color: var(--hm-color-accent-soft);
  background: var(--hm-color-process-rule);
}
.us-monitoring-panel li > span svg { width: 1rem; height: 1rem; }
.us-monitoring-panel li strong,
.us-monitoring-panel li small { display: block; }
.us-monitoring-panel li strong {
  color: var(--hm-color-paper);
  font-size: var(--hm-text-sm);
}
.us-monitoring-panel li small {
  margin-top: .25rem;
  color: var(--hm-color-process-muted);
  font-size: var(--hm-text-xs);
  line-height: 1.5;
}
.us-monitoring-panel li em {
  color: var(--hm-color-success-rule);
  font-family: var(--hm-font-label);
  font-size: var(--hm-text-xs);
  font-style: normal;
  white-space: nowrap;
}
.us-monitoring-panel footer {
  min-height: 4.5rem;
  padding: var(--hm-space-md) var(--hm-space-lg);
  display: flex;
  gap: var(--hm-space-sm);
  align-items: center;
  color: var(--hm-color-success-ink);
  background: var(--hm-color-success-soft);
}
.us-monitoring-panel footer svg { width: 1.1rem; height: 1.1rem; flex: 0 0 auto; color: var(--hm-color-success); }
.us-monitoring-panel footer span { font-size: var(--hm-text-xs); line-height: 1.5; }
.us-monitoring-copy { min-width: 0; }
.us-monitoring-copy h2 {
  max-width: 34rem;
  margin: 0;
  color: var(--hm-color-brand);
  font-size: var(--hm-text-3xl);
  font-weight: 700;
  line-height: 1.12;
  text-wrap: balance;
}
.us-monitoring-copy > p {
  max-width: 35rem;
  margin: var(--hm-space-lg) 0 0;
  color: var(--hm-color-ink-muted);
  font-size: var(--hm-text-base);
  line-height: 1.7;
}
.us-monitoring-copy ul {
  margin: var(--hm-space-xl) 0;
  padding: 0;
  display: grid;
  gap: var(--hm-space-md);
  list-style: none;
}
.us-monitoring-copy li {
  display: grid;
  grid-template-columns: 1.25rem minmax(0, 1fr);
  gap: var(--hm-space-sm);
  align-items: start;
  color: var(--hm-color-ink-muted);
  font-size: var(--hm-text-sm);
  line-height: 1.6;
}
.us-monitoring-copy li svg {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: .2rem;
  color: var(--hm-color-success);
}
.us-monitoring-copy li strong { color: var(--hm-color-ink); }
.us-monitoring-copy > .button { min-height: 48px; }
.us-monitoring-copy > small {
  display: block;
  max-width: 34rem;
  margin-top: var(--hm-space-sm);
  color: var(--hm-color-ink-muted);
  font-size: var(--hm-text-xs);
  line-height: 1.5;
}

.us-appointment-process {
  padding: var(--hm-space-4xl) 0;
  color: var(--hm-color-paper);
  background: var(--hm-color-process);
}
.us-appointment-heading-light h2 { color: var(--hm-color-paper); }
.us-appointment-heading-light > p { color: var(--hm-color-process-muted); }
.us-appointment-process ol {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top-color: var(--hm-color-process-rule);
}
.us-appointment-process li {
  min-height: 15rem;
  padding: var(--hm-space-xl) var(--hm-space-lg) var(--hm-space-xl) 0;
}
.us-appointment-process li + li {
  padding-left: var(--hm-space-lg);
  border-left-color: var(--hm-color-process-rule);
}
.us-appointment-process li > div span { color: var(--hm-color-accent-soft); }
.us-appointment-process li > div svg { color: var(--hm-color-success); }
.us-appointment-process li h3 {
  margin: var(--hm-space-2xl) 0 var(--hm-space-sm);
  color: var(--hm-color-paper);
  font-size: var(--hm-text-md);
}
.us-appointment-process li p {
  color: var(--hm-color-process-muted);
  font-size: var(--hm-text-sm);
  line-height: 1.65;
}
.us-appointment-official {
  margin-top: var(--hm-space-xl);
  border: var(--hm-rule) solid var(--hm-color-success-rule);
  border-radius: var(--hm-radius-card);
  color: var(--hm-color-success-ink);
  background: var(--hm-color-success-soft);
}
.us-appointment-official a { color: var(--hm-color-brand); white-space: nowrap; }

.us-appointment-documents { padding: var(--hm-space-4xl) 0; }
.us-appointment-document-story {
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .55fr);
  gap: var(--hm-space-4xl);
  align-items: start;
}
.us-appointment-document-copy .us-appointment-heading {
  display: block;
  margin-bottom: var(--hm-space-xl);
}
.us-appointment-document-copy .us-appointment-heading > p {
  margin-top: var(--hm-space-lg);
}
.us-appointment-document-list { border-top-color: var(--hm-color-brand); }
.us-appointment-document-list article {
  min-height: 0;
  padding-block: var(--hm-space-lg);
  border-bottom-color: var(--hm-color-rule);
}
.us-appointment-document-list article > span {
  color: var(--hm-color-success);
  background: var(--hm-color-success-soft);
  border-radius: var(--hm-radius-icon);
}
.us-appointment-document-list h3 { color: var(--hm-color-brand); }
.us-appointment-document-list p {
  color: var(--hm-color-ink-muted);
  font-size: var(--hm-text-sm);
}
.us-appointment-document-note {
  margin-top: var(--hm-space-xl);
  padding: var(--hm-space-xl) 0 0;
  border-top: 2px solid var(--hm-color-accent);
}
.us-appointment-document-note h3 {
  margin: 0;
  color: var(--hm-color-brand);
  font-size: var(--hm-text-xl);
  line-height: 1.25;
}
.us-appointment-document-note > p:not(.eyebrow) {
  margin: var(--hm-space-lg) 0 0;
  color: var(--hm-color-ink-muted);
  font-size: var(--hm-text-base);
  line-height: 1.7;
}

.us-appointment-boundaries {
  padding: var(--hm-space-3xl) 0;
  color: var(--hm-color-ink);
  background: var(--hm-color-paper-2);
}
.us-appointment-boundaries .container {
  grid-template-columns: minmax(15rem, .65fr) minmax(0, 1.35fr);
  gap: var(--hm-space-4xl);
  align-items: start;
}
.us-appointment-boundary-intro h2 {
  color: var(--hm-color-brand);
  font-size: var(--hm-text-2xl);
}
.us-appointment-boundary-intro > p:not(.eyebrow) {
  color: var(--hm-color-ink-muted);
  font-size: var(--hm-text-sm);
}
.us-appointment-boundary-grid {
  border: 0;
  border-top: var(--hm-rule) solid var(--hm-color-rule-strong);
}
.us-appointment-boundary-grid article {
  min-height: 0;
  padding: var(--hm-space-xl) var(--hm-space-xl) 0 0;
  border: 0;
  border-radius: 0;
  color: var(--hm-color-ink);
  background: transparent;
}
.us-appointment-boundary-grid article + article {
  padding-right: 0;
  padding-left: var(--hm-space-xl);
  border-left: var(--hm-rule) solid var(--hm-color-rule-strong);
}
.us-appointment-boundary-grid article > span {
  color: var(--hm-color-accent);
  font-family: var(--hm-font-label);
  letter-spacing: var(--hm-tracking-label);
}
.us-appointment-boundary-grid h3 {
  margin: var(--hm-space-md) 0 var(--hm-space-lg);
  color: var(--hm-color-brand);
  font-size: var(--hm-text-lg);
}
.us-appointment-boundary-grid li {
  color: var(--hm-color-ink-muted);
  font-size: var(--hm-text-sm);
}
.us-appointment-support li svg { color: var(--hm-color-success); }
.us-appointment-limits li svg { color: var(--hm-color-accent); }

.us-appointment-faq { background: var(--hm-color-paper); }
.us-appointment-faq .faq-list details,
.us-appointment-faq .faq-list details:last-child {
  margin: 0;
  padding: 0;
  border: 0;
  border-top: var(--hm-rule) solid var(--hm-color-rule);
  border-radius: 0;
  background: transparent;
}
.us-appointment-faq .faq-list details:last-child { border-bottom: var(--hm-rule) solid var(--hm-color-rule); }
.us-appointment-faq .faq-list summary { min-height: 4rem; }

.us-appointment-endcap {
  padding: var(--hm-space-3xl) 0;
  color: var(--hm-color-ink);
  border-top: var(--hm-rule) solid var(--hm-color-rule);
  background: var(--hm-color-accent-paper);
}
.us-appointment-endcap h2 { color: var(--hm-color-brand); }
.us-appointment-endcap p:not(.eyebrow) { color: var(--hm-color-ink-muted); }
.us-appointment-endcap a { color: var(--hm-color-brand); white-space: nowrap; }

.us-appointment-page .button {
  white-space: nowrap;
  transition: background-color var(--hm-dur-short) var(--hm-ease-out), transform var(--hm-dur-micro) var(--hm-ease-out);
}
.us-appointment-page .button-coral {
  color: var(--hm-color-accent-ink);
  background: var(--hm-color-accent);
}
.us-appointment-page .button-coral:hover { background: var(--hm-color-brand); }
.us-appointment-page .button:active { transform: scale(.98); }
.us-appointment-page button:disabled,
.us-appointment-page .button[aria-disabled="true"] { opacity: .5; cursor: not-allowed; }
.us-appointment-page button:focus-visible,
.us-appointment-page .button:focus-visible,
.us-appointment-page a:focus-visible,
.us-appointment-page summary:focus-visible {
  outline: 2px solid var(--hm-color-focus);
  outline-offset: 3px;
}

@media (max-width: 60rem) {
  .us-appointment-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(20rem, 23rem); gap: var(--hm-space-2xl); }
  .us-appointment-overview-grid,
  .us-appointment-monitoring-layout,
  .us-appointment-document-story,
  .us-appointment-boundaries .container { gap: var(--hm-space-3xl); }
  .us-appointment-process ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .us-appointment-process li:nth-child(3) { padding-left: 0; border-left: 0; border-top: var(--hm-rule) solid var(--hm-color-process-rule); }
  .us-appointment-process li:nth-child(4) { border-top: var(--hm-rule) solid var(--hm-color-process-rule); }
}

@media (max-width: 52rem) {
  .us-appointment-hero,
  .us-appointment-hero-grid { min-height: 0; }
  .us-appointment-hero-grid {
    padding-block-start: calc(var(--hm-space-xl) - var(--hm-space-sm));
    padding-block-end: var(--hm-space-xl);
    grid-template-columns: 1fr;
  }
  .us-appointment-hero h1 { font-size: var(--hm-text-display-xs); }
  .us-appointment-hero .sales-lead-card { display: none; }
  .us-appointment-tags { display: grid; grid-template-columns: 1fr; gap: var(--hm-space-sm); }
  .us-appointment-mobile-cta { width: 100%; min-height: 48px; margin-top: var(--hm-space-xl); display: inline-flex; justify-content: center; }
  .us-appointment-nav { position: static; }
  .us-appointment-nav .container { padding-block: var(--hm-space-sm); grid-template-columns: 1fr; gap: var(--hm-space-sm); }
  .us-appointment-nav .container > div { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 var(--hm-space-sm); }
  .us-appointment-nav a { min-height: 44px; white-space: nowrap; }
  .us-appointment-nav button { width: 100%; min-height: 46px; margin: 0; justify-content: center; }
  .us-appointment-heading { margin-bottom: var(--hm-space-xl); }
  .us-appointment-heading h2 { font-size: var(--hm-text-2xl); }
  .us-appointment-overview,
  .us-appointment-monitoring,
  .us-appointment-process,
  .us-appointment-documents { padding-block: var(--hm-space-3xl); }
  .us-appointment-overview-grid,
  .us-appointment-monitoring-layout,
  .us-appointment-document-story,
  .us-appointment-boundaries .container { grid-template-columns: 1fr; gap: var(--hm-space-2xl); }
  .us-monitoring-panel { box-shadow: none; }
  .us-monitoring-copy h2 { font-size: var(--hm-text-2xl); }
  .us-monitoring-copy > .button { width: 100%; justify-content: center; }
  .us-appointment-process ol { grid-template-columns: 1fr; }
  .us-appointment-process li,
  .us-appointment-process li + li {
    min-height: 0;
    padding: var(--hm-space-xl) 0;
    border-left: 0;
    border-top: var(--hm-rule) solid var(--hm-color-process-rule);
  }
  .us-appointment-process li:first-child { border-top: 0; }
  .us-appointment-process li h3 { margin-top: var(--hm-space-xl); }
  .us-appointment-official { grid-template-columns: 1fr; gap: var(--hm-space-sm); }
  .us-appointment-official a { grid-column: auto; }
  .us-appointment-document-note { margin-top: 0; }
  .us-appointment-boundary-grid { grid-template-columns: 1fr; }
  .us-appointment-boundary-grid article,
  .us-appointment-boundary-grid article + article {
    padding: var(--hm-space-xl) 0;
    border-left: 0;
  }
  .us-appointment-boundary-grid article + article { border-top: var(--hm-rule) solid var(--hm-color-rule-strong); }
  .us-appointment-endcap .container { grid-template-columns: 1fr; gap: var(--hm-space-xl); }
  .us-appointment-endcap .button { width: 100%; }
}

@media (max-width: 30rem) {
  .us-monitoring-panel header {
    grid-template-columns: 2.75rem minmax(0, 1fr);
  }
  .us-monitoring-panel header > b {
    grid-column: 2;
    justify-self: start;
  }
  .us-monitoring-panel li {
    grid-template-columns: 2.5rem minmax(0, 1fr);
  }
  .us-monitoring-panel li em {
    grid-column: 2;
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .us-appointment-page *,
  .us-appointment-page *::before,
  .us-appointment-page *::after {
    animation-duration: var(--hm-dur-reduced) !important;
    animation-iteration-count: 1 !important;
    transition-duration: var(--hm-dur-reduced) !important;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .us-appointment-nav { background: var(--hm-color-paper); backdrop-filter: none; }
}

/* Canada scoring calculators */
.calculator-page { background: #f4f7fb; }
.calculator-intro { padding: 36px 0 44px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.12); background: #071b4f; }
.calculator-intro .breadcrumbs { margin-bottom: 28px; color: rgba(255,255,255,.68); }
.calculator-intro .breadcrumbs a { color: rgba(255,255,255,.9); }
.calculator-intro-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .55fr); gap: 70px; align-items: end; }
.calculator-intro h1 { max-width: 760px; margin: 0; font-size: clamp(36px, 4.2vw, 54px); line-height: 1.06; letter-spacing: 0; }
.calculator-intro-grid > div:first-child > p:last-child { max-width: 720px; margin: 19px 0 0; color: #d9e3f7; font-size: 15px; line-height: 1.7; }
.calculator-kicker { margin: 0 0 14px; display: inline-flex; align-items: center; gap: 9px; color: #ffb6af; font-size: 11px; font-weight: 850; }
.calculator-kicker span { width: 28px; height: 28px; display: grid; place-items: center; color: #ffd5d1; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08); }
.calculator-kicker svg { width: 15px; height: 15px; }
.calculator-intro-aside { padding: 4px 0 4px 22px; border-left: 2px solid var(--coral); }
.calc-aside-label { display: block; color: #aebdde; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.calculator-intro-aside strong { display: block; margin-top: 8px; color: var(--white); font-size: 17px; line-height: 1.25; }
.calculator-intro-aside p { margin: 7px 0 0; color: #c9d5ed; font-size: 11px; line-height: 1.55; }
.calculator-workspace { padding: 40px 0 72px; }
.calculator-layout { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(320px, .72fr); gap: 28px; align-items: start; }
.calculator-form { overflow: hidden; border: 1px solid #d8e0ec; border-radius: 8px; background: var(--white); box-shadow: 0 14px 42px rgba(8,31,92,.07); }
.calc-progress { min-height: 72px; padding: 18px 28px 16px; display: grid; grid-template-columns: 1fr 150px; gap: 18px; align-items: center; color: var(--white); background: #0b255f; }
.calc-progress > div:first-child { display: flex; flex-direction: column; }
.calc-progress-label { font-size: 11px; font-weight: 800; }
.calc-progress-status { margin-top: 2px; color: #aebfe4; font-size: 9px; }
.calc-progress-track { height: 4px; overflow: hidden; background: rgba(255,255,255,.16); }
.calc-progress-track span { display: block; width: 0; height: 100%; background: var(--coral); transition: width .25s ease; }
.calc-section { min-width: 0; margin: 0; padding: 28px; border: 0; border-top: 1px solid #e2e8f1; }
.calc-section legend { width: 100%; margin: 0 0 24px; padding: 0; display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 2px 12px; color: var(--navy); }
.calc-section legend > span { width: 38px; height: 38px; grid-row: 1 / span 2; display: grid; place-items: center; color: var(--coral-dark); border: 1px solid #f1c7c3; background: #fff6f4; font-size: 10px; font-weight: 900; }
.calc-section legend strong { align-self: end; font-size: 17px; line-height: 1.2; }
.calc-section legend small { color: var(--muted); font-size: 10px; line-height: 1.45; }
.calc-form-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.calc-form-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.calc-language-priority { max-width: 320px; margin-bottom: 24px; grid-template-columns: 1fr; }
.calc-field { min-width: 0; }
.calc-field label { display: block; margin-bottom: 7px; color: #24334f; font-size: 11px; font-weight: 800; }
.calc-field select { width: 100%; min-height: 48px; padding: 10px 38px 10px 12px; color: #17233a; border: 1px solid #b9c5d7; border-radius: 4px; background-color: #fff; font-size: 12px; line-height: 1.3; cursor: pointer; }
.calc-field select:hover { border-color: #7c8da8; }
.calc-field select:focus-visible, .calc-choice input:focus-visible + span, .calc-check input:focus-visible + .calc-check-box, .calc-reset:focus-visible { outline: 3px solid rgba(37,99,235,.28); outline-offset: 2px; }
.calc-field > small { display: block; margin-top: 7px; color: var(--muted); font-size: 9px; line-height: 1.45; }
.calc-language-group + .calc-language-group { margin-top: 25px; padding-top: 24px; border-top: 1px solid #e2e8f1; }
.calc-subheading { margin-bottom: 13px; display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.calc-subheading strong { color: var(--navy); font-size: 12px; }
.calc-subheading small { max-width: 430px; color: var(--muted); font-size: 9px; text-align: right; }
.calc-language-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.calc-language-grid .calc-field label { color: var(--muted); font-size: 9px; }
.calc-choice-row { margin-bottom: 22px; padding: 4px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; border: 1px solid #ccd6e4; border-radius: 6px; background: #eef2f7; }
.calc-choice { position: relative; min-width: 0; cursor: pointer; }
.calc-choice input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.calc-choice span { min-height: 44px; padding: 9px 12px; display: flex; align-items: center; justify-content: center; color: #4c5a70; border: 1px solid transparent; border-radius: 4px; font-size: 11px; font-weight: 800; text-align: center; transition: .18s ease; }
.calc-choice input:checked + span { color: var(--navy); border-color: #c1cddd; background: var(--white); box-shadow: 0 3px 9px rgba(8,31,92,.08); }
.calc-check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.calc-check-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.calc-check { position: relative; min-height: 68px; padding: 13px; display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 10px; align-items: start; border: 1px solid #d7dfeb; border-radius: 5px; background: #fbfcfe; cursor: pointer; transition: border-color .18s ease, background .18s ease; }
.calc-check:hover { border-color: #aab8cc; }
.calc-check input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.calc-check-box { width: 22px; height: 22px; display: grid; place-items: center; color: transparent; border: 1px solid #9baac0; border-radius: 3px; background: var(--white); }
.calc-check-box svg { width: 14px; height: 14px; stroke-width: 3; }
.calc-check input:checked + .calc-check-box { color: var(--white); border-color: var(--green); background: var(--green); }
.calc-check > span:last-child { min-width: 0; }
.calc-check strong, .calc-check small { display: block; }
.calc-check strong { color: #24334f; font-size: 10.5px; line-height: 1.35; }
.calc-check small { margin-top: 3px; color: var(--muted); font-size: 8.5px; line-height: 1.45; }
.calc-disclosure { margin-top: 22px; border-top: 1px solid #e2e8f1; }
.calc-disclosure summary { min-height: 48px; display: flex; align-items: center; justify-content: space-between; color: var(--navy); font-size: 11px; font-weight: 850; cursor: pointer; list-style: none; }
.calc-disclosure summary::-webkit-details-marker { display: none; }
.calc-disclosure summary svg { width: 16px; transition: transform .18s ease; }
.calc-disclosure[open] summary svg { transform: rotate(180deg); }
.calc-form-actions { min-height: 72px; padding: 14px 28px; display: flex; align-items: center; justify-content: space-between; gap: 22px; border-top: 1px solid #dce3ed; background: #f7f9fc; }
.calc-form-actions p { max-width: 390px; margin: 0; color: var(--muted); font-size: 9px; text-align: right; }
.calculator-result { position: sticky; top: 116px; overflow: hidden; padding: 24px; color: var(--white); border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: #071b4f; box-shadow: 0 18px 50px rgba(8,31,92,.18); }
.calc-result-head { display: flex; align-items: center; justify-content: space-between; }
.calc-result-kicker { color: #aebfe4; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.calc-reset { min-height: 36px; padding: 0 4px; display: inline-flex; align-items: center; gap: 6px; color: #dbe5f9; border: 0; background: transparent; font-size: 9px; font-weight: 800; cursor: pointer; }
.calc-reset svg { width: 14px; height: 14px; }
.calc-score-orb { margin: 21px 0 17px; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.calc-score-orb > span { grid-column: 1; color: #bac8e5; font-size: 10px; }
.calc-score-orb strong { grid-column: 1; margin-top: 5px; color: var(--white); font-size: clamp(54px, 5.4vw, 72px); line-height: .95; letter-spacing: 0; }
.calc-score-orb small { grid-column: 2; grid-row: 1 / span 2; padding-bottom: 5px; color: #a8b7d5; font-size: 9px; }
.calc-meter { height: 6px; overflow: hidden; background: rgba(255,255,255,.13); }
.calc-meter span { display: block; width: 0; height: 100%; background: var(--coral); transition: width .25s ease, background .2s ease; }
.calculator-result.is-positive .calc-meter span { background: #43c173; }
.calc-verdict { min-height: 45px; margin: 15px 0 18px; color: #e1e9f8; font-size: 11px; line-height: 1.55; }
.calc-breakdown { border-top: 1px solid rgba(255,255,255,.15); }
.calc-breakdown > div { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-bottom: 1px solid rgba(255,255,255,.11); }
.calc-breakdown span { color: #bdc9e2; font-size: 9.5px; }
.calc-breakdown strong { color: var(--white); font-size: 11px; }
.calc-breakdown strong small { color: #899bbb; font-size: 8px; font-weight: 600; }
.calc-result-note { margin-top: 18px; padding: 14px; color: #c9d5eb; border-left: 2px solid var(--coral); background: rgba(255,255,255,.06); font-size: 8.5px; line-height: 1.5; }
.calculator-result.is-positive .calc-result-note { border-left-color: #43c173; }
.calc-result-note strong { display: block; margin-bottom: 5px; color: var(--white); font-size: 9px; }
.calc-result-note p { margin: 6px 0 0; }
.calc-result-note ul { margin: 5px 0 0; padding-left: 15px; }
.calc-result-note li + li { margin-top: 4px; }
.calc-result-cta { width: 100%; margin-top: 18px; }
.calc-source-link { min-height: 42px; margin-top: 6px; display: flex; align-items: center; justify-content: center; gap: 7px; color: #c7d3e9; font-size: 8.5px; font-weight: 750; text-decoration: none; }
.calc-source-link:hover { color: var(--white); }
.calc-source-link svg { width: 13px; height: 13px; }
.calc-spouse-section[hidden] { display: none; }
.calculator-explainer { padding: 62px 0; border-top: 1px solid #d9e1ec; background: var(--white); }
.calculator-explainer .container { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .55fr); gap: 70px; align-items: end; }
.calculator-explainer h2 { max-width: 650px; margin: 0; color: var(--navy); font-size: clamp(28px, 3.2vw, 42px); line-height: 1.1; }
.calculator-explainer p:not(.eyebrow) { max-width: 700px; margin: 16px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.calc-explainer-links { display: grid; border-top: 2px solid var(--navy); }
.calc-explainer-links a { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--navy); border-bottom: 1px solid #dbe2ec; font-size: 10px; font-weight: 850; text-decoration: none; }
.calc-explainer-links a:hover { color: var(--coral-dark); }
.calc-explainer-links svg { width: 15px; height: 15px; }

@media (max-width: 980px) {
  .calculator-intro-grid { gap: 40px; }
  .calculator-layout { grid-template-columns: minmax(0, 1fr) 300px; }
  .calc-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .calc-language-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .calc-check-grid-three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .calculator-intro { padding: 28px 0 34px; }
  .calculator-intro .breadcrumbs { margin-bottom: 22px; }
  .calculator-intro-grid { grid-template-columns: 1fr; gap: 26px; }
  .calculator-intro h1 { font-size: 36px; }
  .calculator-intro-grid > div:first-child > p:last-child { font-size: 14px; }
  .calculator-intro-aside { max-width: 520px; }
  .calculator-workspace { padding: 24px 0 52px; }
  .calculator-layout { grid-template-columns: 1fr; }
  .calculator-result { position: static; grid-row: 1; }
  .calculator-form { grid-row: 2; }
  .calc-progress { padding-inline: 20px; grid-template-columns: 1fr 90px; }
  .calc-section { padding: 24px 20px; }
  .calc-section legend { margin-bottom: 20px; }
  .calc-form-grid, .calc-form-grid-two, .calc-check-grid, .calc-check-grid-three { grid-template-columns: 1fr; }
  .calc-language-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .calc-subheading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .calc-subheading small { text-align: left; }
  .calc-form-actions { padding: 16px 20px; align-items: stretch; flex-direction: column; }
  .calc-form-actions .button { width: 100%; }
  .calc-form-actions p { max-width: none; text-align: left; }
  .calculator-explainer { padding: 52px 0; }
  .calculator-explainer .container { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 430px) {
  .calculator-intro h1 { font-size: 32px; }
  .calc-choice-row { grid-template-columns: 1fr; }
  .calc-language-grid { gap: 10px; }
  .calc-field select { min-height: 46px; padding-inline: 10px 28px; font-size: 11px; }
  .calculator-result { padding: 21px; }
}

/* Calculator UX refinement: compact wizard, calmer surfaces, clearer score feedback */
.calculator-page { background: #f2f5f9; }
.calculator-intro { padding: 24px 0 20px; color: var(--navy); border-bottom: 1px solid #dbe3ee; background: #fff; }
.calculator-intro .breadcrumbs { margin-bottom: 22px; color: #758198; }
.calculator-intro .breadcrumbs a { color: var(--navy); }
.calculator-intro-grid { grid-template-columns: minmax(0, 1fr) minmax(300px, 380px); gap: 52px; align-items: center; }
.calculator-intro h1 { max-width: 720px; color: var(--navy); font-size: clamp(34px, 4vw, 48px); line-height: 1.05; }
.calculator-intro-grid > div:first-child > p:last-child { max-width: 680px; margin-top: 12px; color: #5b687c; font-size: 14px; line-height: 1.55; }
.calculator-kicker { margin-bottom: 9px; color: var(--coral-dark); font-size: 11px; }
.calculator-kicker svg { width: 16px; height: 16px; }
.calculator-switch { padding: 4px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; border: 1px solid #d3dce9; border-radius: 8px; background: #f1f4f8; }
.calculator-switch a { min-height: 62px; padding: 10px 13px; display: flex; flex-direction: column; justify-content: center; color: #6c7a8f; border-radius: 5px; text-decoration: none; transition: background .2s ease, color .2s ease, box-shadow .2s ease; }
.calculator-switch a:hover { color: var(--navy); background: #fff; }
.calculator-switch a[aria-current="page"] { color: var(--navy); background: #fff; box-shadow: 0 4px 12px rgba(8,31,92,.09); }
.calculator-switch span { font-size: 15px; font-weight: 900; line-height: 1.1; }
.calculator-switch small { margin-top: 4px; font-size: 10px; line-height: 1.2; }
.calculator-rule-note { margin-top: 20px; padding: 10px 13px; display: flex; align-items: center; gap: 9px; color: #58677c; border-top: 1px solid #e2e8f1; font-size: 10px; line-height: 1.4; }
.calculator-rule-note svg { width: 16px; height: 16px; flex: 0 0 auto; color: var(--green); }
.calculator-rule-note strong { color: var(--navy); }
.calculator-workspace { padding: 28px 0 68px; }
.calculator-layout { grid-template-columns: minmax(0, 1fr) minmax(330px, 360px); gap: 22px; }
.calculator-form { border: 1px solid #d7e0eb; border-radius: 8px; box-shadow: 0 12px 34px rgba(8,31,92,.06); }
.calc-progress { min-height: 118px; padding: 16px 24px 0; display: block; background: #0a235a; }
.calc-progress-top { display: flex; align-items: center; justify-content: space-between; }
.calc-progress > div.calc-progress-top { flex-direction: row; }
.calc-progress-top > div:first-child { display: flex; flex-direction: column; }
.calc-progress-label { color: #fff; font-size: 11px; }
.calc-progress-status { margin-top: 3px; color: #b9c8e4; font-size: 10px; }
.calc-mobile-score { display: none; }
.calc-stepper { margin-top: 18px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; }
.calc-stepper button { min-height: 46px; padding: 7px 6px; display: grid; grid-template-columns: 25px minmax(0, 1fr); gap: 7px; align-items: center; color: #9eb0d2; border: 1px solid transparent; border-radius: 5px 5px 0 0; background: transparent; text-align: left; cursor: pointer; transition: color .18s ease, background .18s ease, border-color .18s ease; }
.calc-stepper button:hover { color: #fff; background: rgba(255,255,255,.08); }
.calc-stepper button.is-active { color: #fff; border-color: rgba(255,255,255,.17); background: rgba(255,255,255,.1); }
.calc-stepper button[hidden] { display: none; }
.calc-stepper button > span { width: 24px; height: 24px; display: grid; place-items: center; color: #cbd8ef; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; font-size: 9px; font-weight: 900; }
.calc-stepper button.is-active > span { color: var(--navy); border-color: #ffb7b0; background: #ffb7b0; }
.calc-stepper strong { font-size: 10px; line-height: 1.1; }
.calc-progress-track { height: 3px; margin: 0 -24px; background: rgba(255,255,255,.16); }
.calc-progress-track span { background: var(--coral); transition: width .25s ease; }
.calc-section { padding: 30px 30px 26px; border-top: 0; }
.calc-section[hidden] { display: none; }
.calc-section-heading { margin: 0 0 24px; display: grid; gap: 3px; color: var(--navy); }
.calc-section-heading strong { font-size: 20px; line-height: 1.2; }
.calc-section-heading small { color: var(--muted); font-size: 11px; line-height: 1.45; }
.calc-form-grid { gap: 16px; }
.calc-field label { margin-bottom: 8px; color: #33435c; font-size: 11px; }
.calc-field select { min-height: 52px; padding: 11px 38px 11px 13px; border-color: #c4cfdd; border-radius: 6px; background-color: #fbfcfe; font-size: 12px; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.calc-field select:hover { border-color: #8fa0b8; background: #fff; }
.calc-field select:focus-visible { border-color: #5178c8; box-shadow: 0 0 0 3px rgba(37,99,235,.13); outline: 0; }
.calc-field > small { margin-top: 6px; font-size: 10px; }
.calc-language-group + .calc-language-group { margin-top: 28px; padding-top: 26px; }
.calc-subheading { margin-bottom: 14px; }
.calc-subheading strong { font-size: 13px; }
.calc-subheading small { font-size: 10px; }
.calc-language-grid { gap: 11px; }
.calc-language-grid .calc-field label { font-size: 10px; }
.calc-check-grid { gap: 11px; }
.calc-check { min-height: 72px; padding: 13px 14px; border-color: #d5deea; border-radius: 6px; background: #fbfcfe; transition: border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.calc-check:hover { border-color: #9db0c9; background: #fff; }
.calc-check input:checked + .calc-check-box { box-shadow: 0 0 0 3px rgba(8,119,45,.1); }
.calc-check strong { font-size: 11px; }
.calc-check small { font-size: 9.5px; }
.calc-disclosure { margin-top: 25px; }
.calc-disclosure summary { min-height: 50px; color: var(--navy); font-size: 12px; }
.calc-disclosure summary small { margin-left: auto; margin-right: 14px; color: var(--muted); font-size: 10px; font-weight: 600; }
.calc-section-callout { margin-bottom: 20px; padding: 14px 15px; display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 10px; align-items: start; border: 1px solid #dce5f1; border-left: 3px solid var(--coral); border-radius: 5px; background: #f7f9fc; }
.calc-section-callout svg { width: 17px; height: 17px; color: var(--coral-dark); }
.calc-section-callout p { margin: 0; color: #536278; font-size: 10px; line-height: 1.45; }
.calc-section-callout strong, .calc-section-callout span { display: block; }
.calc-section-callout strong { color: var(--navy); font-size: 11px; }
.calc-section-callout span { margin-top: 3px; }
.calc-additional-grid { display: grid; grid-template-columns: minmax(0, 1fr) repeat(2, minmax(0, 1fr)); gap: 12px; align-items: stretch; }
.calc-additional-grid .calc-check { min-height: 100%; }
.calc-wizard-actions { min-height: 72px; padding: 13px 25px; display: grid; grid-template-columns: auto 1fr auto; gap: 15px; align-items: center; border-top: 1px solid #dbe3ed; background: #f7f9fc; }
.calc-wizard-actions > span { color: #738198; font-size: 10px; font-weight: 800; text-align: center; }
.calc-nav-button { min-height: 44px; padding: 0 15px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid #c7d2e2; border-radius: 5px; color: var(--navy); background: #fff; font-size: 11px; font-weight: 850; cursor: pointer; transition: .18s ease; }
.calc-nav-back { justify-self: start; }
.calc-nav-button:hover:not(:disabled) { border-color: var(--navy); box-shadow: 0 5px 13px rgba(8,31,92,.08); transform: translateY(-1px); }
.calc-nav-button:disabled { opacity: .4; cursor: not-allowed; }
.calc-nav-button svg { width: 15px; height: 15px; }
.calc-nav-next { justify-self: end; color: #fff; border-color: var(--coral); background: var(--coral); }
.calc-nav-next:hover:not(:disabled) { border-color: var(--coral-dark); background: var(--coral-dark); }
.calc-nav-next.is-final svg { transform: rotate(90deg); }
.calc-form-foot { min-height: 48px; padding: 11px 25px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #7b8799; border-top: 1px solid #e5eaf1; background: #fff; font-size: 9px; }
.calc-form-foot span { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.calc-form-foot svg { width: 13px; height: 13px; color: var(--green); }
.calc-form-foot p { margin: 0; text-align: right; }
.calculator-result { position: sticky; top: 104px; padding: 24px; color: var(--navy); border: 1px solid #d7e0eb; border-radius: 8px; background: #fff; box-shadow: 0 12px 34px rgba(8,31,92,.08); }
.calc-result-head { padding-bottom: 17px; border-bottom: 1px solid #e3e8f0; }
.calc-result-head > div { display: flex; flex-direction: column; }
.calc-result-head strong { margin-top: 3px; color: #607087; font-size: 10px; font-weight: 600; }
.calc-result-kicker { color: var(--coral-dark); font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.calc-reset { color: #65758d; }
.calc-reset:hover { color: var(--navy); }
.calc-score-panel { padding: 22px 0 20px; display: grid; grid-template-columns: 126px minmax(0, 1fr); gap: 18px; align-items: center; }
.calc-score-ring { --score-angle: 0deg; width: 126px; height: 126px; padding: 8px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--coral) var(--score-angle), #e6ebf2 var(--score-angle) 360deg); }
.calc-score-ring > div { width: 100%; height: 100%; display: grid; place-content: center; text-align: center; border-radius: 50%; background: #fff; }
.calc-score-ring strong { color: var(--navy); font-size: 37px; line-height: .9; letter-spacing: 0; }
.calc-score-ring small { margin-top: 5px; color: #8491a3; font-size: 9px; }
.calc-score-summary > span { color: #6e7c91; font-size: 10px; font-weight: 800; }
.calc-score-summary .calc-verdict { min-height: 0; margin: 8px 0 13px; color: #364660; font-size: 11px; line-height: 1.45; }
.calc-score-summary .calc-meter { height: 5px; background: #e6ebf2; }
.calc-score-summary .calc-meter span { background: var(--coral); }
.calculator-result.is-positive .calc-score-ring { background: conic-gradient(#08772d var(--score-angle), #e6ebf2 var(--score-angle) 360deg); }
.calculator-result.is-positive .calc-score-summary .calc-meter span { background: #08772d; }
.calculator-result.is-positive .calc-score-ring strong { color: #08772d; }
.calc-breakdown-head { padding-bottom: 8px; display: flex; align-items: center; justify-content: space-between; color: #738198; border-bottom: 1px solid #e3e8f0; font-size: 9px; text-transform: uppercase; letter-spacing: .05em; }
.calc-breakdown-head strong { color: var(--navy); font-size: 10px; }
.calc-breakdown > div { min-height: 48px; padding: 8px 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; border-bottom: 1px solid #e7ebf1; }
.calc-breakdown > div > span { min-width: 0; display: flex; flex-direction: column; justify-content: center; gap: 5px; }
.calc-breakdown > div > span > strong { color: #42526a; font-size: 10px; font-weight: 700; }
.calc-breakdown > div > span > i { height: 4px; overflow: hidden; display: block; border-radius: 999px; background: #e8edf3; }
.calc-breakdown > div > span > i > b { display: block; height: 100%; border-radius: inherit; background: #8fa4c5; }
.calc-breakdown > div > em { align-self: center; color: var(--navy); font-size: 11px; font-style: normal; font-weight: 900; white-space: nowrap; }
.calc-breakdown > div > em small { color: #8793a5; font-size: 8px; font-weight: 600; }
.calc-result-note { margin-top: 17px; padding: 13px 14px; color: #5c6b80; border: 1px solid #dce5f1; border-left: 3px solid var(--coral); border-radius: 5px; background: #f7f9fc; font-size: 9px; line-height: 1.5; }
.calculator-result.is-positive .calc-result-note { border-left-color: var(--green); }
.calc-result-note strong { color: var(--navy); font-size: 10px; }
.calc-result-note li + li { margin-top: 4px; }
.calc-result-cta { width: 100%; min-height: 48px; margin-top: 17px; font-size: 11px; }
.calc-source-link { min-height: 38px; color: #64748a; font-size: 9px; }
.calc-source-link:hover { color: var(--navy); }

@media (max-width: 980px) {
  .calculator-intro-grid { grid-template-columns: minmax(0, 1fr) 300px; gap: 30px; }
  .calculator-layout { grid-template-columns: minmax(0, 1fr) 310px; }
  .calc-additional-grid { grid-template-columns: 1fr 1fr; }
  .calc-additional-grid .calc-field { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .calculator-intro { padding: 20px 0 16px; }
  .calculator-intro .breadcrumbs { margin-bottom: 18px; }
  .calculator-intro-grid { grid-template-columns: 1fr; gap: 17px; }
  .calculator-intro h1 { font-size: 34px; }
  .calculator-intro-grid > div:first-child > p:last-child { font-size: 14px; }
  .calculator-switch { max-width: 420px; }
  .calculator-switch a { min-height: 54px; }
  .calculator-rule-note { margin-top: 15px; font-size: 9px; }
  .calculator-workspace { padding: 16px 0 45px; }
  .calculator-layout { grid-template-columns: 1fr; }
  .calculator-form { grid-row: auto; order: 1; }
  .calculator-result { position: static; grid-row: auto; order: 2; padding: 20px; }
  .calc-progress { position: relative; top: auto; z-index: 20; min-height: 105px; padding: 13px 17px 0; }
  .calc-progress-track { margin-inline: -17px; }
  .calc-progress-label { font-size: 10px; }
  .calc-progress-status { font-size: 9px; }
  .calc-mobile-score { display: flex; align-items: baseline; gap: 6px; color: #b9c8e4; }
  .calc-mobile-score span { font-size: 9px; }
  .calc-mobile-score strong { color: #fff; font-size: 22px; line-height: 1; }
  .calc-stepper { margin-top: 14px; gap: 3px; }
  .calc-stepper button { min-height: 43px; grid-template-columns: 22px minmax(0, 1fr); gap: 4px; padding: 6px 4px; }
  .calc-stepper button > span { width: 21px; height: 21px; font-size: 8px; }
  .calc-stepper strong { font-size: 9px; }
  .calc-section { padding: 23px 19px 21px; }
  .calc-section-heading { margin-bottom: 20px; }
  .calc-section-heading strong { font-size: 18px; }
  .calc-section-heading small { font-size: 10px; }
  .calc-form-grid, .calc-form-grid-two, .calc-check-grid, .calc-check-grid-three, .calc-additional-grid { grid-template-columns: 1fr; }
  .calc-additional-grid .calc-field { grid-column: auto; }
  .calc-language-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .calc-wizard-actions { padding: 12px 17px; }
  .calc-form-foot { padding: 10px 17px; align-items: flex-start; flex-direction: column; gap: 7px; }
  .calc-form-foot p { text-align: left; }
  .calc-score-panel { grid-template-columns: 106px minmax(0, 1fr); gap: 14px; }
  .calc-score-ring { width: 106px; height: 106px; }
  .calc-score-ring strong { font-size: 31px; }
}

@media (max-width: 430px) {
  .calculator-intro h1 { font-size: 31px; }
  .calc-stepper strong { display: none; }
  .calc-stepper button { grid-template-columns: 1fr; justify-items: center; }
  .calc-section { padding-inline: 16px; }
  .calc-wizard-actions { grid-template-columns: auto 1fr auto; gap: 8px; padding-inline: 13px; }
  .calc-nav-button { padding-inline: 11px; font-size: 10px; }
  .calc-wizard-actions > span { font-size: 9px; }
}

@media (max-width: 720px) {
  .quick-lead-modal { padding: 0; place-items: end center; }
  .quick-lead-panel { width: 100%; height: calc(100dvh - 8px); max-height: none; grid-template-columns: 1fr; grid-template-rows: auto minmax(0, 1fr); overflow: hidden; border-right: 0; border-bottom: 0; border-left: 0; border-radius: 10px 10px 0 0; }
  .quick-lead-intro { min-height: 0; padding: 23px 62px 22px 21px; }
  .quick-lead-wordmark { margin-bottom: 30px; }
  .quick-lead-intro > div:nth-child(2) { margin: 0; }
  .quick-lead-intro h2 { max-width: 320px; font-size: 26px; }
  .quick-lead-intro p { max-width: 330px; margin-top: 11px; font-size: 11px; line-height: 1.55; }
  .quick-lead-kicker { margin-bottom: 8px; font-size: 9px; }
  .quick-lead-assurance { display: none; }
  .quick-lead-close { top: 14px; right: 14px; border-color: rgba(255,255,255,.28); color: var(--white); background: rgba(255,255,255,.08); }
  .quick-lead-close:hover { border-color: rgba(255,255,255,.5); color: var(--white); background: rgba(255,255,255,.14); }
  .quick-lead-form-shell { min-height: 0; padding: 22px 20px max(22px, env(safe-area-inset-bottom)); overflow-y: auto; }
  .quick-lead-form-head { padding: 0; }
  .quick-lead-form-head > span { font-size: 18px; }
  .quick-lead-form { margin-top: 20px; grid-template-columns: 1fr; gap: 14px; }
  .quick-lead-message, .quick-lead-submit, .quick-lead-privacy { grid-column: auto; }
}

@media (min-width: 721px) and (max-height: 650px) {
  .quick-lead-panel { height: calc(100dvh - 32px); max-height: none; grid-template-rows: minmax(0, 1fr); overflow: hidden; }
  .quick-lead-intro { min-height: 0; height: 100%; padding: 26px 28px; }
  .quick-lead-intro h2 { font-size: 26px; }
  .quick-lead-intro p { margin-top: 11px; font-size: 11px; }
  .quick-lead-kicker { margin-bottom: 9px; }
  .quick-lead-assurance { display: none; }
  .quick-lead-form-shell { min-height: 0; height: 100%; padding: 28px 34px; overflow-y: auto; }
  .quick-lead-form { margin-top: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .quick-lead-panel { animation: none; }
  .client-proof-toast { transition: none; transform: none; }
}

/* Hallmark · pre-emit critique: P5 H5 E5 S5 R5 V5 · Split Studio refinement */
.us-appointment-page {
  color: var(--hm-color-ink);
  background: var(--hm-color-paper);
}
.us-appointment-page section[id] { scroll-margin-top: 8.5rem; }
.us-appointment-page h1,
.us-appointment-page h2,
.us-appointment-page h3 {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--hm-color-brand);
  font-family: var(--hm-font-display);
  font-style: normal;
  letter-spacing: var(--hm-tracking-display);
}
.us-appointment-page .eyebrow {
  margin: 0 0 var(--hm-space-sm);
  color: var(--hm-color-accent);
  font-family: var(--hm-font-label);
  font-size: var(--hm-text-xs);
  font-weight: 700;
  letter-spacing: var(--hm-tracking-label);
  text-transform: none;
}

.us-appointment-hero {
  min-height: 0;
  overflow: hidden;
  color: var(--hm-color-ink);
  border-bottom: var(--hm-rule) solid var(--hm-color-rule);
  background: var(--hm-color-paper);
}
.us-appointment-hero-shell {
  padding-block-start: var(--hm-space-lg);
  padding-block-end: var(--hm-space-3xl);
}
.us-appointment-hero .breadcrumbs {
  margin: 0;
  color: var(--hm-color-ink-muted);
}
.us-appointment-hero .breadcrumbs a { color: var(--hm-color-brand); }
.us-appointment-hero-grid {
  min-height: 0;
  padding: var(--hm-space-2xl) 0 0;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(22rem, .72fr);
  gap: var(--hm-space-3xl);
  align-items: center;
}
.us-appointment-hero-copy { min-width: 0; }
.us-appointment-kicker {
  margin-bottom: var(--hm-space-lg);
  display: inline-flex;
  align-items: center;
  gap: var(--hm-space-sm);
  color: var(--hm-color-ink-muted);
  font-size: var(--hm-text-xs);
  font-weight: 700;
  letter-spacing: var(--hm-tracking-label);
  text-transform: none;
}
.us-appointment-kicker img {
  width: 2.125rem;
  height: 1.4375rem;
  object-fit: cover;
  border: var(--hm-rule) solid var(--hm-color-rule-strong);
  border-radius: 0;
}
.us-appointment-hero h1 {
  max-width: 46rem;
  margin: 0;
  color: var(--hm-color-brand);
  font-size: var(--hm-text-display-m);
  font-weight: 650;
  line-height: 1.03;
  text-wrap: balance;
}
.us-appointment-hero-copy > p:not(.us-appointment-hero-note) {
  max-width: 39rem;
  margin: var(--hm-space-lg) 0 0;
  color: var(--hm-color-ink-muted);
  font-size: var(--hm-text-md);
  line-height: 1.65;
}
.us-appointment-hero-actions {
  margin-top: var(--hm-space-xl);
  display: flex;
  flex-wrap: wrap;
  gap: var(--hm-space-sm) var(--hm-space-lg);
  align-items: center;
}
.us-appointment-hero-actions .button {
  min-height: 3.25rem;
  padding-inline: var(--hm-space-lg);
  white-space: nowrap;
}
.us-appointment-secondary-action {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  gap: var(--hm-space-sm);
  color: var(--hm-color-brand);
  font-size: var(--hm-text-sm);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.us-appointment-secondary-action svg { width: 1rem; height: 1rem; }
.us-appointment-secondary-action:hover { color: var(--hm-color-accent); }
.us-appointment-hero-copy > p.us-appointment-hero-note {
  max-width: 39rem;
  margin: var(--hm-space-xl) 0 0;
  padding-top: var(--hm-space-lg);
  display: flex;
  gap: var(--hm-space-sm);
  align-items: flex-start;
  color: var(--hm-color-ink-muted);
  border-top: var(--hm-rule) solid var(--hm-color-rule);
  font-size: var(--hm-text-xs);
  line-height: 1.5;
}
.us-appointment-hero-note svg {
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
  color: var(--hm-color-success);
}
.us-appointment-hero-visual {
  position: relative;
  min-width: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  margin: 0;
  border: var(--hm-rule) solid var(--hm-color-rule-strong);
  border-radius: var(--hm-radius-card);
  background: var(--hm-color-accent-paper);
  box-shadow: var(--hm-shadow-panel);
}
.us-appointment-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
  filter: saturate(.82) contrast(.96);
}
.us-appointment-hero-visual figcaption {
  position: absolute;
  right: var(--hm-space-md);
  bottom: var(--hm-space-md);
  left: var(--hm-space-md);
  min-height: 5.25rem;
  padding: var(--hm-space-md) var(--hm-space-lg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--hm-color-paper);
  border: var(--hm-rule) solid var(--hm-color-hero-rule);
  border-radius: var(--hm-radius-button);
  background: var(--hm-color-hero-overlay);
  backdrop-filter: blur(1rem) saturate(120%);
}
.us-appointment-hero-visual figcaption span {
  color: var(--hm-color-accent-soft);
  font-size: var(--hm-text-xs);
}
.us-appointment-hero-visual figcaption strong {
  margin-top: .25rem;
  color: var(--hm-color-paper);
  font-size: var(--hm-text-md);
  line-height: 1.35;
}

.us-appointment-nav {
  position: sticky;
  top: 4.25rem;
  z-index: 40;
  border-bottom: var(--hm-rule) solid var(--hm-color-rule);
  background: var(--hm-color-paper-glass);
  box-shadow: none;
  backdrop-filter: blur(1.125rem) saturate(140%);
}
.us-appointment-nav .container {
  min-height: 4rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: var(--hm-space-xl);
  align-items: center;
}
.us-appointment-nav-label {
  color: var(--hm-color-ink-muted);
  font-size: var(--hm-text-xs);
  font-weight: 700;
}
.us-appointment-nav .container > div {
  min-width: 0;
  display: flex;
  align-items: stretch;
  gap: var(--hm-space-lg);
}
.us-appointment-nav a {
  min-height: 4rem;
  color: var(--hm-color-ink-muted);
  font-size: var(--hm-text-xs);
  font-weight: 700;
  white-space: nowrap;
}
.us-appointment-nav a::after {
  height: .125rem;
  background: var(--hm-color-accent);
}
.us-appointment-nav a:hover,
.us-appointment-nav a.is-active { color: var(--hm-color-ink); }
.us-appointment-nav button {
  min-height: 2.75rem;
  margin: 0;
  padding-inline: var(--hm-space-md);
  color: var(--hm-color-accent-ink);
  border-radius: var(--hm-radius-button);
  background: var(--hm-color-ink);
  font-size: var(--hm-text-xs);
  white-space: nowrap;
  transition: background-color var(--hm-dur-short) var(--hm-ease-out), transform var(--hm-dur-micro) var(--hm-ease-out);
}
.us-appointment-nav button:hover { color: var(--hm-color-accent-ink); background: var(--hm-color-accent); transform: none; }
.us-appointment-nav button:active { transform: scale(.98); }

.us-appointment-heading {
  margin-bottom: var(--hm-space-2xl);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(18rem, .62fr);
  gap: var(--hm-space-3xl);
  align-items: end;
}
.us-appointment-heading > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.us-appointment-heading h2 {
  max-width: 43rem;
  margin: 0;
  color: var(--hm-color-brand);
  font-size: var(--hm-text-3xl);
  font-weight: 650;
  line-height: 1.08;
  text-wrap: balance;
}
.us-appointment-heading > p {
  max-width: 36rem;
  margin: 0;
  color: var(--hm-color-ink-muted);
  font-size: var(--hm-text-base);
  line-height: 1.7;
}

.us-appointment-overview {
  padding: var(--hm-space-4xl) 0;
  background: var(--hm-color-paper);
}
.us-appointment-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(17rem, .55fr);
  gap: var(--hm-space-4xl);
  align-items: start;
}
.us-appointment-preparation {
  margin: 0;
  border-top: var(--hm-rule) solid var(--hm-color-brand);
}
.us-appointment-preparation article {
  min-height: 0;
  padding: var(--hm-space-lg) 0;
  display: grid;
  grid-template-columns: 2rem 2.5rem minmax(0, 1fr);
  gap: var(--hm-space-md);
  align-items: start;
  border-bottom: var(--hm-rule) solid var(--hm-color-rule);
}
.us-preparation-number {
  padding-top: .2rem;
  color: var(--hm-color-accent);
  font-family: var(--hm-font-label);
  font-size: var(--hm-text-xs);
  font-weight: 700;
}
.us-preparation-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  color: var(--hm-color-success);
  border: var(--hm-rule) solid var(--hm-color-success-rule);
  border-radius: var(--hm-radius-icon);
  background: var(--hm-color-success-soft);
}
.us-preparation-icon svg { width: 1.1rem; height: 1.1rem; }
.us-appointment-preparation h3 {
  margin: 0;
  color: var(--hm-color-ink);
  font-size: var(--hm-text-md);
  line-height: 1.35;
}
.us-appointment-preparation p {
  margin: .35rem 0 0;
  color: var(--hm-color-ink-muted);
  font-size: var(--hm-text-sm);
  line-height: 1.65;
}
.us-appointment-note {
  margin: 0;
  padding: var(--hm-space-xl) 0 0 var(--hm-space-xl);
  border: 0;
  border-left: var(--hm-rule) solid var(--hm-color-accent);
}
.us-appointment-note span,
.us-appointment-note strong { display: block; }
.us-appointment-note span {
  color: var(--hm-color-accent);
  font-size: var(--hm-text-xs);
  font-weight: 700;
}
.us-appointment-note strong {
  margin-top: var(--hm-space-lg);
  color: var(--hm-color-brand);
  font-size: var(--hm-text-xl);
  font-weight: 600;
  line-height: 1.28;
}
.us-appointment-note p {
  margin: var(--hm-space-md) 0 0;
  color: var(--hm-color-ink-muted);
  font-size: var(--hm-text-sm);
  line-height: 1.65;
}

.us-appointment-monitoring {
  padding: var(--hm-space-4xl) 0;
  color: var(--hm-color-ink);
  background: var(--hm-color-paper-2);
}
.us-appointment-monitoring-layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, .88fr);
  gap: var(--hm-space-4xl);
  align-items: center;
}
.us-monitoring-panel {
  min-width: 0;
  overflow: hidden;
  border: var(--hm-rule) solid var(--hm-color-process-rule);
  border-radius: var(--hm-radius-card);
  color: var(--hm-color-paper);
  background: var(--hm-color-process);
  box-shadow: none;
}
.us-monitoring-panel header {
  min-height: 5.75rem;
  padding: var(--hm-space-lg);
  display: grid;
  grid-template-columns: 2.75rem minmax(0, 1fr) auto;
  gap: var(--hm-space-md);
  align-items: center;
  border-bottom: var(--hm-rule) solid var(--hm-color-process-rule);
}
.us-monitoring-panel ol { margin: 0; padding: 0 var(--hm-space-lg); }
.us-monitoring-panel li {
  min-height: 5.75rem;
  padding-block: var(--hm-space-lg);
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr) auto;
  gap: var(--hm-space-md);
  align-items: center;
  border-bottom: var(--hm-rule) solid var(--hm-color-process-rule);
}
.us-monitoring-panel li > span {
  color: var(--hm-color-accent-soft);
  background: transparent;
}
.us-monitoring-panel li em { color: var(--hm-color-success-rule); }
.us-monitoring-panel footer {
  color: var(--hm-color-success-ink);
  background: var(--hm-color-success-soft);
}
.us-monitoring-copy .eyebrow { margin-bottom: var(--hm-space-md); }
.us-monitoring-copy h2 {
  max-width: 35rem;
  color: var(--hm-color-brand);
  font-size: var(--hm-text-3xl);
  font-weight: 650;
  line-height: 1.08;
}
.us-monitoring-copy > p { margin-top: var(--hm-space-lg); }
.us-monitoring-copy ul { margin-block: var(--hm-space-xl); }
.us-monitoring-copy li { font-size: var(--hm-text-sm); }
.us-monitoring-copy > .button {
  min-height: 3rem;
  padding-inline: var(--hm-space-lg);
  white-space: nowrap;
}

.us-appointment-process {
  padding: var(--hm-space-4xl) 0;
  color: var(--hm-color-paper);
  background: var(--hm-color-process);
}
.us-appointment-heading-light h2 { color: var(--hm-color-paper); }
.us-appointment-heading-light > p { color: var(--hm-color-process-muted); }
.us-process-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, .75fr);
  gap: var(--hm-space-4xl);
  align-items: start;
}
.us-appointment-process .us-process-list {
  margin: 0;
  padding: 0;
  display: block;
  grid-template-columns: none;
  border-top: var(--hm-rule) solid var(--hm-color-process-rule);
  list-style: none;
}
.us-process-list li,
.us-process-list li + li {
  min-height: 0;
  padding: var(--hm-space-lg) 0;
  display: grid;
  grid-template-columns: 2.75rem minmax(0, 1fr) 2rem;
  gap: var(--hm-space-lg);
  align-items: start;
  border: 0;
  border-bottom: var(--hm-rule) solid var(--hm-color-process-rule);
}
.us-process-list li > div {
  min-width: 0;
  display: block;
}
.us-step-number {
  color: var(--hm-color-accent-soft);
  font-family: var(--hm-font-label);
  font-size: var(--hm-text-xs);
  font-weight: 700;
}
.us-process-list h3 {
  margin: 0 0 .35rem;
  color: var(--hm-color-paper);
  font-size: var(--hm-text-md);
  overflow-wrap: normal;
}
.us-process-list p {
  max-width: 35rem;
  margin: 0;
  color: var(--hm-color-process-muted);
  font-size: var(--hm-text-sm);
  line-height: 1.65;
}
.us-step-icon {
  display: grid;
  place-items: center;
  color: var(--hm-color-success);
}
.us-step-icon svg { width: 1.15rem; height: 1.15rem; }
.us-process-visual {
  position: relative;
  min-width: 0;
  aspect-ratio: 4 / 4.4;
  overflow: hidden;
  margin: 0;
  border: var(--hm-rule) solid var(--hm-color-process-rule);
  border-radius: var(--hm-radius-card);
  background: var(--hm-color-hero);
}
.us-process-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.78) contrast(.95);
}
.us-process-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hm-color-hero-overlay);
  opacity: .18;
  pointer-events: none;
}
.us-process-visual figcaption {
  position: absolute;
  z-index: 1;
  right: var(--hm-space-md);
  bottom: var(--hm-space-md);
  left: var(--hm-space-md);
  min-height: 5.5rem;
  padding: var(--hm-space-md);
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: var(--hm-space-md);
  align-items: center;
  color: var(--hm-color-paper);
  border: var(--hm-rule) solid var(--hm-color-hero-rule);
  border-radius: var(--hm-radius-button);
  background: var(--hm-color-hero-overlay);
  backdrop-filter: blur(1rem) saturate(120%);
}
.us-process-visual figcaption > svg { width: 1.2rem; height: 1.2rem; color: var(--hm-color-accent-soft); }
.us-process-visual figcaption strong,
.us-process-visual figcaption small { display: block; }
.us-process-visual figcaption strong { color: var(--hm-color-paper); font-size: var(--hm-text-sm); }
.us-process-visual figcaption small { margin-top: .2rem; color: var(--hm-color-process-muted); font-size: var(--hm-text-xs); line-height: 1.5; }
.us-appointment-official {
  min-height: 5rem;
  margin-top: var(--hm-space-xl);
  padding: var(--hm-space-md) var(--hm-space-lg);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: var(--hm-space-lg);
  align-items: center;
  border: var(--hm-rule) solid var(--hm-color-success-rule);
  border-radius: var(--hm-radius-card);
  color: var(--hm-color-success-ink);
  background: var(--hm-color-success-soft);
}
.us-appointment-official > span { white-space: nowrap; }
.us-appointment-official a { color: var(--hm-color-brand); white-space: nowrap; }

.us-appointment-documents {
  padding: var(--hm-space-4xl) 0;
  background: var(--hm-color-paper);
}
.us-appointment-document-story {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(20rem, .76fr);
  gap: var(--hm-space-4xl);
  align-items: center;
}
.us-appointment-document-copy .us-appointment-heading {
  margin-bottom: var(--hm-space-xl);
  display: block;
}
.us-appointment-document-copy .us-appointment-heading > p { margin-top: var(--hm-space-lg); }
.us-appointment-document-list { border-top: var(--hm-rule) solid var(--hm-color-brand); }
.us-appointment-document-list article {
  min-height: 0;
  padding: var(--hm-space-lg) 0;
  display: grid;
  grid-template-columns: 2rem 2.5rem minmax(0, 1fr);
  gap: var(--hm-space-md);
  align-items: start;
  border-bottom: var(--hm-rule) solid var(--hm-color-rule);
}
.us-document-number {
  padding-top: .2rem;
  color: var(--hm-color-accent);
  font-family: var(--hm-font-label);
  font-size: var(--hm-text-xs);
  font-weight: 700;
}
.us-document-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  color: var(--hm-color-success);
  border: var(--hm-rule) solid var(--hm-color-success-rule);
  border-radius: var(--hm-radius-icon);
  background: var(--hm-color-success-soft);
}
.us-document-icon svg { width: 1.1rem; height: 1.1rem; }
.us-appointment-document-list h3 {
  margin: 0;
  color: var(--hm-color-brand);
  font-size: var(--hm-text-md);
}
.us-appointment-document-list p {
  margin: .35rem 0 0;
  color: var(--hm-color-ink-muted);
  font-size: var(--hm-text-sm);
  line-height: 1.65;
}
.us-document-visual {
  position: relative;
  min-width: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  margin: 0;
  border: var(--hm-rule) solid var(--hm-color-rule-strong);
  border-radius: var(--hm-radius-card);
  background: var(--hm-color-paper-2);
}
.us-document-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.78) contrast(.96);
}
.us-document-visual figcaption {
  position: absolute;
  right: var(--hm-space-md);
  bottom: var(--hm-space-md);
  left: var(--hm-space-md);
  padding: var(--hm-space-md) var(--hm-space-lg);
  color: var(--hm-color-paper);
  border: var(--hm-rule) solid var(--hm-color-hero-rule);
  border-radius: var(--hm-radius-button);
  background: var(--hm-color-hero-overlay);
  backdrop-filter: blur(1rem) saturate(120%);
}
.us-document-visual figcaption span,
.us-document-visual figcaption strong { display: block; }
.us-document-visual figcaption span { color: var(--hm-color-accent-soft); font-size: var(--hm-text-xs); }
.us-document-visual figcaption strong { margin-top: .25rem; color: var(--hm-color-paper); font-size: var(--hm-text-sm); line-height: 1.45; }

.us-appointment-boundaries {
  padding: var(--hm-space-3xl) 0;
  color: var(--hm-color-ink);
  background: var(--hm-color-paper-2);
}
.us-appointment-boundaries .container {
  display: grid;
  grid-template-columns: minmax(15rem, .62fr) minmax(0, 1.38fr);
  gap: var(--hm-space-4xl);
  align-items: start;
}
.us-appointment-boundary-intro h2 {
  max-width: 28rem;
  margin: 0;
  color: var(--hm-color-brand);
  font-size: var(--hm-text-2xl);
  line-height: 1.12;
}
.us-appointment-boundary-intro > p:not(.eyebrow) {
  margin: var(--hm-space-md) 0 0;
  color: var(--hm-color-ink-muted);
  font-size: var(--hm-text-sm);
  line-height: 1.65;
}
.us-appointment-boundary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border: 0;
  border-top: var(--hm-rule) solid var(--hm-color-rule-strong);
}
.us-appointment-boundary-grid article,
.us-appointment-boundary-grid article + article {
  min-height: 0;
  padding: var(--hm-space-xl) var(--hm-space-xl) 0 0;
  color: var(--hm-color-ink);
  border: 0;
  border-radius: 0;
  background: transparent;
}
.us-appointment-boundary-grid article + article {
  padding-right: 0;
  padding-left: var(--hm-space-xl);
  border-left: var(--hm-rule) solid var(--hm-color-rule-strong);
}
.us-appointment-boundary-grid article > span {
  color: var(--hm-color-accent);
  font-family: var(--hm-font-label);
  font-size: var(--hm-text-xs);
  font-weight: 700;
  letter-spacing: var(--hm-tracking-label);
  text-transform: none;
}
.us-appointment-boundary-grid h3 {
  margin: var(--hm-space-md) 0 var(--hm-space-lg);
  color: var(--hm-color-brand);
  font-size: var(--hm-text-lg);
}
.us-appointment-boundary-grid ul { margin: 0; padding: 0; display: grid; gap: var(--hm-space-sm); list-style: none; }
.us-appointment-boundary-grid li {
  display: flex;
  gap: var(--hm-space-sm);
  align-items: flex-start;
  color: var(--hm-color-ink-muted);
  font-size: var(--hm-text-sm);
  line-height: 1.55;
}
.us-appointment-support li svg { color: var(--hm-color-success); }
.us-appointment-limits li svg { color: var(--hm-color-accent); }

.us-appointment-faq {
  padding: var(--hm-space-4xl) 0;
  background: var(--hm-color-paper);
}
.us-appointment-faq .faq-list details,
.us-appointment-faq .faq-list details:last-child {
  margin: 0;
  padding: 0;
  border: 0;
  border-top: var(--hm-rule) solid var(--hm-color-rule);
  border-radius: 0;
  background: transparent;
}
.us-appointment-faq .faq-list details:last-child { border-bottom: var(--hm-rule) solid var(--hm-color-rule); }
.us-appointment-faq .faq-list summary { min-height: 4.5rem; }

.us-appointment-endcap {
  padding: var(--hm-space-3xl) 0;
  color: var(--hm-color-paper);
  border: 0;
  background: var(--hm-color-hero);
}
.us-appointment-endcap .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: var(--hm-space-3xl);
  align-items: center;
}
.us-appointment-endcap h2 {
  max-width: 45rem;
  margin: 0;
  color: var(--hm-color-paper);
  font-size: var(--hm-text-3xl);
  line-height: 1.08;
}
.us-appointment-endcap .eyebrow { color: var(--hm-color-accent-soft); }
.us-appointment-endcap p:not(.eyebrow) {
  max-width: 40rem;
  margin: var(--hm-space-md) 0 0;
  color: var(--hm-color-hero-muted);
  font-size: var(--hm-text-sm);
  line-height: 1.65;
}
.us-appointment-endcap .container > div:last-child {
  display: grid;
  gap: var(--hm-space-sm);
  justify-items: stretch;
}
.us-appointment-endcap .button { min-height: 3rem; white-space: nowrap; }
.us-appointment-endcap a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--hm-space-sm);
  color: var(--hm-color-paper);
  font-size: var(--hm-text-xs);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.us-appointment-page .button {
  border-radius: var(--hm-radius-button);
  white-space: nowrap;
  transition: background-color var(--hm-dur-short) var(--hm-ease-out), color var(--hm-dur-short) var(--hm-ease-out), transform var(--hm-dur-micro) var(--hm-ease-out);
}
.us-appointment-page .button:hover { transform: none; }
.us-appointment-page .button:active { transform: scale(.98); }
.us-appointment-page .button-coral { color: var(--hm-color-accent-ink); background: var(--hm-color-accent); }
.us-appointment-page .button-coral:hover { color: var(--hm-color-accent-ink); background: var(--hm-color-brand); }
.us-appointment-page button:focus-visible,
.us-appointment-page a:focus-visible,
.us-appointment-page summary:focus-visible {
  outline: .125rem solid var(--hm-color-focus);
  outline-offset: .1875rem;
}

@media (max-width: 64rem) {
  .us-appointment-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(20rem, .7fr); gap: var(--hm-space-2xl); }
  .us-appointment-heading,
  .us-appointment-overview-grid,
  .us-appointment-monitoring-layout,
  .us-process-grid,
  .us-appointment-document-story,
  .us-appointment-boundaries .container { gap: var(--hm-space-3xl); }
  .us-appointment-nav .container { gap: var(--hm-space-lg); }
  .us-appointment-nav .container > div { gap: var(--hm-space-md); }
}

@media (max-width: 52rem) {
  .us-appointment-page section[id] { scroll-margin-top: var(--hm-space-lg); }
  .us-appointment-hero-shell { padding-block-end: var(--hm-space-2xl); }
  .us-appointment-hero-grid {
    padding-top: var(--hm-space-xl);
    grid-template-columns: minmax(0, 1fr);
  }
  .us-appointment-hero h1 { font-size: var(--hm-text-display-s); }
  .us-appointment-hero-visual { width: min(100%, 34rem); aspect-ratio: 4 / 4.5; }
  .us-appointment-nav { position: static; }
  .us-appointment-nav .container {
    padding-block: var(--hm-space-sm);
    grid-template-columns: minmax(0, 1fr);
    gap: var(--hm-space-sm);
  }
  .us-appointment-nav-label { display: none; }
  .us-appointment-nav .container > div {
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }
  .us-appointment-nav .container > div::-webkit-scrollbar { display: none; }
  .us-appointment-nav a { min-height: 2.75rem; }
  .us-appointment-nav button { width: 100%; min-height: 3rem; justify-content: center; }
  .us-appointment-heading {
    margin-bottom: var(--hm-space-xl);
    grid-template-columns: minmax(0, 1fr);
    gap: var(--hm-space-lg);
  }
  .us-appointment-heading h2,
  .us-monitoring-copy h2,
  .us-appointment-endcap h2 { font-size: var(--hm-text-2xl); }
  .us-appointment-overview,
  .us-appointment-monitoring,
  .us-appointment-process,
  .us-appointment-documents,
  .us-appointment-faq { padding-block: var(--hm-space-3xl); }
  .us-appointment-overview-grid,
  .us-appointment-monitoring-layout,
  .us-process-grid,
  .us-appointment-document-story,
  .us-appointment-boundaries .container,
  .us-appointment-endcap .container { grid-template-columns: minmax(0, 1fr); gap: var(--hm-space-2xl); }
  .us-appointment-note { padding: var(--hm-space-lg) 0 0 var(--hm-space-lg); }
  .us-process-visual { aspect-ratio: 4 / 3; }
  .us-document-visual { width: min(100%, 34rem); aspect-ratio: 4 / 4.3; }
  .us-appointment-official { grid-template-columns: minmax(0, 1fr); gap: var(--hm-space-sm); }
  .us-appointment-boundary-grid { grid-template-columns: minmax(0, 1fr); }
  .us-appointment-boundary-grid article,
  .us-appointment-boundary-grid article + article {
    padding: var(--hm-space-xl) 0;
    border-left: 0;
  }
  .us-appointment-boundary-grid article + article { border-top: var(--hm-rule) solid var(--hm-color-rule-strong); }
  .us-appointment-endcap .button { width: 100%; }
}

@media (max-width: 30rem) {
  .us-appointment-hero h1 { font-size: var(--hm-text-display-xs); }
  .us-appointment-hero-copy > p:not(.us-appointment-hero-note) { font-size: var(--hm-text-base); }
  .us-appointment-hero-actions { display: grid; grid-template-columns: minmax(0, 1fr); }
  .us-appointment-hero-actions .button,
  .us-appointment-secondary-action { width: 100%; justify-content: center; }
  .us-appointment-hero-visual figcaption { right: var(--hm-space-sm); bottom: var(--hm-space-sm); left: var(--hm-space-sm); }
  .us-appointment-preparation article,
  .us-appointment-document-list article { grid-template-columns: 1.75rem 2.5rem minmax(0, 1fr); gap: var(--hm-space-sm); }
  .us-monitoring-panel header { grid-template-columns: 2.75rem minmax(0, 1fr); }
  .us-monitoring-panel header > b { grid-column: 2; justify-self: start; }
  .us-monitoring-panel li { grid-template-columns: 2.5rem minmax(0, 1fr); }
  .us-monitoring-panel li em { grid-column: 2; justify-self: start; }
  .us-monitoring-copy > .button { width: 100%; justify-content: center; }
  .us-process-list li,
  .us-process-list li + li { grid-template-columns: 2rem minmax(0, 1fr); gap: var(--hm-space-md); }
  .us-step-icon { display: none; }
  .us-process-visual figcaption { right: var(--hm-space-sm); bottom: var(--hm-space-sm); left: var(--hm-space-sm); }
  .us-document-visual figcaption { right: var(--hm-space-sm); bottom: var(--hm-space-sm); left: var(--hm-space-sm); }
}

@media (prefers-reduced-motion: reduce) {
  .us-appointment-page *,
  .us-appointment-page *::before,
  .us-appointment-page *::after {
    animation-duration: var(--hm-dur-reduced) !important;
    animation-iteration-count: 1 !important;
    transition-duration: var(--hm-dur-reduced) !important;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .us-appointment-nav { background: var(--hm-color-paper); backdrop-filter: none; }
  .us-appointment-hero-visual figcaption,
  .us-process-visual figcaption,
  .us-document-visual figcaption { background: var(--hm-color-hero); backdrop-filter: none; }
}

/* US appointment page: live monitoring editorial system */
.us-appointment-page {
  --us-night: #07111f;
  --us-paper: #f7f8fb;
  --us-white: #ffffff;
  --us-ink: #101828;
  --us-muted: #5d6878;
  --us-line: #dce1e9;
  --us-coral: #e46458;
  --us-coral-dark: #cb4c42;
  --us-mint: #8dd3b7;
  --us-mint-soft: #e7f5ef;
  color: var(--us-ink);
  background: var(--us-paper);
}

.us-appointment-hero {
  position: relative;
  isolation: isolate;
  min-height: 0;
  overflow: hidden;
  color: var(--us-white);
  border: 0;
  background: var(--us-night);
}
.us-appointment-hero-backdrop { position: absolute; z-index: -2; inset: 0; }
.us-appointment-hero-backdrop img {
  width: 100%; height: 100%; object-fit: cover; object-position: 67% 47%;
  opacity: .48; filter: saturate(.72) contrast(1.02);
}
.us-appointment-hero::after {
  content: ""; position: absolute; z-index: -1; inset: 0;
  background: rgba(4, 12, 25, .78); pointer-events: none;
}
.us-appointment-hero-shell { padding-block: 18px 0; }
.us-appointment-hero .breadcrumbs { color: rgba(255,255,255,.62); }
.us-appointment-hero .breadcrumbs a { color: rgba(255,255,255,.9); }
.us-appointment-hero-grid {
  min-height: 476px; padding: 42px 0 36px;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .72fr);
  gap: clamp(48px, 6vw, 86px); align-items: center;
}
.us-appointment-kicker { margin-bottom: 20px; color: rgba(255,255,255,.78); }
.us-appointment-kicker img { border-color: rgba(255,255,255,.32); }
.us-appointment-kicker span, .us-command-live { display: inline-flex; align-items: center; gap: 8px; }
.us-live-dot {
  width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--us-mint);
  box-shadow: 0 0 0 5px rgba(141,211,183,.12); animation: us-live-pulse 2.4s ease-in-out infinite;
}
@keyframes us-live-pulse {
  0%, 100% { box-shadow: 0 0 0 5px rgba(141,211,183,.1); }
  50% { box-shadow: 0 0 0 9px rgba(141,211,183,0); }
}
.us-appointment-hero h1 {
  max-width: 690px; color: var(--us-white); font-size: 62px;
  font-weight: 650; line-height: 1.01; text-wrap: balance;
}
.us-appointment-hero-copy > p:not(.us-appointment-hero-note) {
  max-width: 630px; margin-top: 20px; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.65;
}
.us-appointment-hero-actions { margin-top: 28px; }
.us-appointment-hero-actions .button { min-height: 50px; padding-inline: 22px; }
.us-appointment-secondary-action { color: rgba(255,255,255,.92); }
.us-appointment-secondary-action:hover { color: var(--us-mint); }
.us-appointment-hero-copy > p.us-appointment-hero-note {
  max-width: 620px; margin-top: 26px; padding-top: 18px; color: rgba(255,255,255,.58);
  border-top-color: rgba(255,255,255,.16); font-size: 12px;
}
.us-appointment-hero-note svg { color: var(--us-mint); }

.us-appointment-command {
  min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 12px;
  background: rgba(7,17,31,.72); box-shadow: 0 28px 80px rgba(0,0,0,.28);
  backdrop-filter: blur(18px) saturate(120%);
}
.us-appointment-command header {
  min-height: 54px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.us-command-live { color: rgba(255,255,255,.76); font-size: 11px; font-weight: 750; }
.us-appointment-command header strong { color: var(--us-mint); font-size: 12px; }
.us-command-intro { padding: 22px 20px 18px; }
.us-command-intro > span { color: #f1a098; font-size: 10px; font-weight: 800; }
.us-command-intro h2 { max-width: 330px; margin: 9px 0 0; color: var(--us-white); font-size: 26px; line-height: 1.12; }
.us-command-intro p { margin: 10px 0 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.55; }
.us-appointment-command ol { margin: 0; padding: 0 20px; list-style: none; }
.us-appointment-command li {
  min-height: 72px; display: grid; grid-template-columns: 28px minmax(0, 1fr) auto; gap: 12px;
  align-items: center; border-top: 1px solid rgba(255,255,255,.12);
}
.us-appointment-command li > span { color: #f1a098; }
.us-appointment-command li svg { width: 17px; height: 17px; }
.us-appointment-command li strong, .us-appointment-command li small { display: block; }
.us-appointment-command li strong { color: var(--us-white); font-size: 12px; }
.us-appointment-command li small { margin-top: 2px; color: rgba(255,255,255,.5); font-size: 10px; line-height: 1.45; }
.us-appointment-command li em { color: var(--us-mint); font-size: 9px; font-style: normal; font-weight: 750; }
.us-appointment-command footer {
  min-height: 50px; padding: 0 20px; display: flex; align-items: center; gap: 10px;
  color: #bde8d7; border-top: 1px solid rgba(141,211,183,.25); background: rgba(141,211,183,.08);
  font-size: 10px; font-weight: 700;
}
.us-appointment-command footer svg { width: 16px; height: 16px; }
.us-appointment-hero-foot {
  min-height: 66px; display: grid; grid-template-columns: auto 1fr auto 1.3fr auto 1fr;
  gap: 10px 18px; align-items: center; border-top: 1px solid rgba(255,255,255,.16);
}
.us-appointment-hero-foot span { color: rgba(255,255,255,.42); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.us-appointment-hero-foot strong { color: rgba(255,255,255,.84); font-size: 10px; font-weight: 650; }

.us-appointment-nav { background: rgba(255,255,255,.92); border-bottom-color: var(--us-line); backdrop-filter: blur(18px) saturate(140%); }
.us-appointment-nav button { border-radius: 8px; background: var(--us-night); }
.us-appointment-nav button:hover { background: var(--us-coral); }
.us-appointment-overview, .us-appointment-monitoring, .us-appointment-process, .us-appointment-documents, .us-appointment-faq { padding-block: 96px; }
.us-appointment-overview { background: var(--us-white); }
.us-appointment-heading { margin-bottom: 42px; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .6fr); gap: 64px; }
.us-appointment-heading h2, .us-monitoring-intro h2 { max-width: 680px; color: #0b2a61; font-size: 46px; line-height: 1.07; }
.us-appointment-heading > p { color: var(--us-muted); }
.us-appointment-preparation article { padding-block: 20px; }

.us-appointment-monitoring { color: var(--us-ink); background: #eef2f6; }
.us-monitoring-intro { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .65fr); gap: 72px; align-items: end; }
.us-monitoring-intro h2 { margin: 0; }
.us-monitoring-intro > div:last-child > p { margin: 0; color: var(--us-muted); font-size: 15px; line-height: 1.7; }
.us-monitoring-intro .button { min-height: 48px; margin-top: 22px; padding-inline: 20px; }
.us-monitoring-sequence { margin-top: 56px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #bcc5d1; border-bottom: 1px solid #bcc5d1; }
.us-monitoring-sequence article { min-height: 238px; padding: 28px 30px 32px; display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 22px; }
.us-monitoring-sequence article + article { border-left: 1px solid #bcc5d1; }
.us-monitoring-step { color: var(--us-coral-dark); font-size: 11px; font-weight: 800; }
.us-monitoring-icon { width: 44px; height: 44px; display: grid; place-items: center; color: #276c54; border: 1px solid #a6cdbc; border-radius: 8px; background: var(--us-mint-soft); }
.us-monitoring-icon svg { width: 19px; height: 19px; }
.us-monitoring-sequence h3 { margin: 28px 0 0; color: var(--us-ink); font-size: 19px; line-height: 1.25; }
.us-monitoring-sequence p { margin: 9px 0 0; color: var(--us-muted); font-size: 13px; line-height: 1.65; }
.us-monitoring-disclaimer { max-width: 850px; margin-top: 24px; display: flex; gap: 12px; align-items: flex-start; color: var(--us-muted); font-size: 12px; line-height: 1.55; }
.us-monitoring-disclaimer svg { width: 18px; height: 18px; flex: 0 0 auto; color: #287055; }
.us-monitoring-disclaimer strong { color: var(--us-ink); }

.us-appointment-process { color: var(--us-white); background: var(--us-night); }
.us-appointment-heading-light h2 { color: var(--us-white); }
.us-process-grid { display: block; }
.us-process-visual { display: none; }
.us-appointment-process .us-process-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top-color: rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.us-process-list li, .us-process-list li + li { min-height: 260px; padding: 26px 24px 30px; display: flex; flex-direction: column; gap: 0; border-bottom: 0; }
.us-process-list li:first-child { padding-left: 0; }
.us-process-list li:last-child { padding-right: 0; }
.us-process-list li + li { border-left: 1px solid rgba(255,255,255,.2); }
.us-step-icon { order: -1; width: 38px; height: 38px; margin-bottom: 46px; place-items: center; color: var(--us-mint); border: 1px solid rgba(141,211,183,.35); border-radius: 8px; }
.us-step-number { margin-bottom: 12px; color: #f1a098; }
.us-process-list h3 { font-size: 17px; }
.us-process-list p { font-size: 12px; }
.us-appointment-official { margin-top: 28px; border-radius: 8px; }
.us-appointment-documents { background: var(--us-white); }
.us-document-visual { border-radius: 10px; box-shadow: 0 24px 64px rgba(16,24,40,.12); }
.us-appointment-boundaries { padding-block: 76px; background: #e8edf2; }
.us-appointment-boundary-grid { border-radius: 10px; overflow: hidden; }
.us-appointment-faq { background: var(--us-paper); }
.us-appointment-faq .sales-faq-list { max-width: 900px; }
.us-appointment-faq .faq-list details, .us-appointment-faq .faq-list details:last-child { background: transparent; }
.us-appointment-endcap { padding-block: 64px; color: var(--us-white); background: #0b2a61; }
.us-appointment-endcap h2 { color: var(--us-white); }
.us-appointment-endcap p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.us-appointment-endcap a { color: var(--us-white); }
.us-appointment-page .button-coral { color: var(--us-white); border-radius: 8px; background: var(--us-coral); }
.us-appointment-page .button-coral:hover { color: var(--us-white); background: var(--us-coral-dark); }

@media (max-width: 1050px) {
  .us-appointment-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr); gap: 42px; }
  .us-appointment-hero h1 { font-size: 52px; }
  .us-appointment-hero-foot { grid-template-columns: auto 1fr auto 1.4fr; }
  .us-appointment-hero-foot span:nth-of-type(3), .us-appointment-hero-foot strong:nth-of-type(3) { display: none; }
  .us-monitoring-intro { gap: 48px; }
  .us-monitoring-sequence article { padding-inline: 20px; }
  .us-process-list li, .us-process-list li + li { padding-inline: 18px; }
}
@media (max-width: 760px) {
  .us-appointment-page section[id] { scroll-margin-top: 20px; }
  .us-appointment-hero-backdrop img { object-position: 64% center; opacity: .34; }
  .us-appointment-hero::after { background: rgba(4,12,25,.86); }
  .us-appointment-hero-shell { padding-top: 14px; }
  .us-appointment-hero-grid { min-height: 0; padding: 34px 0 28px; grid-template-columns: 1fr; gap: 34px; }
  .us-appointment-hero h1 { max-width: 520px; font-size: 44px; }
  .us-appointment-hero-copy > p:not(.us-appointment-hero-note) { font-size: 15px; }
  .us-appointment-command { width: min(100%, 520px); border-radius: 10px; }
  .us-command-intro h2 { font-size: 23px; }
  .us-appointment-hero-foot { padding-block: 16px; grid-template-columns: 1fr; gap: 3px; }
  .us-appointment-hero-foot span:nth-of-type(2), .us-appointment-hero-foot strong:nth-of-type(2), .us-appointment-hero-foot span:nth-of-type(3), .us-appointment-hero-foot strong:nth-of-type(3) { display: none; }
  .us-appointment-nav { position: static; }
  .us-appointment-nav .container { min-height: 54px; padding: 0; display: block; overflow-x: auto; scrollbar-width: none; }
  .us-appointment-nav .container::-webkit-scrollbar { display: none; }
  .us-appointment-nav-label, .us-appointment-nav button { display: none; }
  .us-appointment-nav .container > div { width: max-content; gap: 22px; }
  .us-appointment-nav a { min-height: 54px; }
  .us-appointment-overview, .us-appointment-monitoring, .us-appointment-process, .us-appointment-documents, .us-appointment-faq { padding-block: 68px; }
  .us-appointment-heading, .us-monitoring-intro { margin-bottom: 32px; grid-template-columns: 1fr; gap: 18px; }
  .us-appointment-heading h2, .us-monitoring-intro h2 { font-size: 34px; }
  .us-appointment-overview-grid { gap: 42px; }
  .us-monitoring-intro .button { width: 100%; justify-content: center; }
  .us-monitoring-sequence { margin-top: 38px; grid-template-columns: 1fr; }
  .us-monitoring-sequence article { min-height: 0; padding: 25px 0; }
  .us-monitoring-sequence article + article { border-top: 1px solid #bcc5d1; border-left: 0; }
  .us-monitoring-sequence h3 { margin-top: 18px; }
  .us-appointment-process .us-process-list { grid-template-columns: 1fr; }
  .us-process-list li, .us-process-list li + li, .us-process-list li:first-child, .us-process-list li:last-child { min-height: 0; padding: 24px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .us-process-list li:first-child { border-top: 0; }
  .us-step-icon { margin-bottom: 22px; }
  .us-appointment-official { grid-template-columns: 1fr; }
  .us-appointment-boundaries { padding-block: 58px; }
  .us-appointment-endcap { padding-block: 52px; }
}
@media (max-width: 430px) {
  .us-appointment-hero h1 { font-size: 39px; }
  .us-appointment-kicker { align-items: flex-start; }
  .us-appointment-kicker span { line-height: 1.4; }
  .us-appointment-hero-actions { display: grid; grid-template-columns: 1fr; }
  .us-appointment-hero-actions .button, .us-appointment-secondary-action { width: 100%; justify-content: center; }
  .us-appointment-command li { grid-template-columns: 24px minmax(0, 1fr); }
  .us-appointment-command li em { display: none; }
  .us-monitoring-sequence article { grid-template-columns: 24px minmax(0, 1fr); gap: 16px; }
}
@media (prefers-reduced-motion: reduce) { .us-live-dot { animation: none; } }
@media (prefers-reduced-transparency: reduce), (prefers-contrast: more) {
  .us-appointment-command, .us-appointment-nav { backdrop-filter: none; }
  .us-appointment-command { background: var(--us-night); }
  .us-appointment-nav { background: var(--us-white); }
}

/* Checklist rows: content first, no decorative tile pair */
.us-appointment-preparation article,
.us-appointment-document-list article {
  min-height: 0;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.us-appointment-preparation article > .us-preparation-icon,
.us-appointment-document-list article > .us-document-icon {
  display: none;
}
.us-appointment-preparation article > .us-preparation-number,
.us-appointment-document-list article > .us-document-number {
  display: block;
  width: auto;
  height: auto;
  padding: 3px 0 0;
  color: var(--us-coral-dark);
  border: 0;
  border-radius: 0;
  background: transparent;
  font-family: var(--hm-font-label);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.2;
}
.us-appointment-preparation h3,
.us-appointment-document-list h3 {
  margin-top: 0;
}
.us-appointment-preparation p,
.us-appointment-document-list p {
  max-width: 600px;
}
@media (max-width: 760px) {
  .us-appointment-preparation article,
  .us-appointment-document-list article,
  .us-appointment-preparation article:first-child,
  .us-appointment-document-list article:first-child {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    padding-block: 18px;
  }
}

/* Hallmark · pre-emit critique: P5 H5 E5 S5 R5 V5
 * genre: modern-minimal · macrostructure: Split Studio · theme: studied-DNA (user reference)
 * tone: clean and professional · anchor hue: Tristar red · enrichment: world-map travel route
 * contrast: pass (40–41) · responsive: pass (34, 49–57)
 */
.contact-page {
  --contact-paper: var(--white);
  --contact-paper-2: var(--hm-color-paper-2);
  --contact-dark: var(--navy-deep);
  --contact-on-dark: var(--white);
  --contact-on-dark-muted: var(--hm-color-hero-muted);
  --contact-dark-rule: var(--hm-color-hero-rule);
  --contact-ink: var(--hm-color-ink);
  --contact-muted: var(--hm-color-ink-muted);
  --contact-brand: var(--hm-color-brand);
  --contact-rule: var(--hm-color-rule);
  --contact-rule-strong: var(--hm-color-rule-strong);
  --contact-accent: var(--hm-color-accent);
  --contact-focus: var(--hm-color-focus);
  --contact-pattern-rule: color-mix(in oklch, var(--contact-brand) 4%, transparent);
  --contact-pattern-map: color-mix(in oklch, var(--contact-brand) 15%, transparent);
  --contact-pattern-route: color-mix(in oklch, var(--contact-accent) 34%, transparent);
  color: var(--contact-ink);
  background: var(--contact-paper);
  font-family: var(--hm-font-body);
}
.contact-page h1,
.contact-page h2,
.contact-page h3 { min-width: 0; overflow-wrap: anywhere; font-family: var(--hm-font-display); font-style: normal; letter-spacing: var(--hm-tracking-display); }
.contact-intro { position: relative; isolation: isolate; overflow: hidden; padding-block: 1.25rem 3rem; background-color: var(--contact-paper-2); }
.contact-intro::before { content: ""; position: absolute; inset: 0; z-index: -2; pointer-events: none; background-image: linear-gradient(var(--contact-pattern-rule) 1px, transparent 1px), linear-gradient(90deg, var(--contact-pattern-rule) 1px, transparent 1px); background-size: 96px 96px; opacity: .62; }
.contact-intro::after { content: ""; position: absolute; inset: 1.5rem 0; z-index: -1; pointer-events: none; background: var(--contact-pattern-map); -webkit-mask: url("/assets/world-map-dots.svg") center / min(1600px, 90vw) auto no-repeat; mask: url("/assets/world-map-dots.svg") center / min(1600px, 90vw) auto no-repeat; }
.contact-intro > .container { position: relative; z-index: 1; }
.contact-intro > .container::before { content: ""; position: absolute; z-index: -1; width: min(58%, 650px); height: clamp(130px, 22vw, 240px); left: 25%; top: 5%; pointer-events: none; border-top: 1px dashed var(--contact-pattern-route); border-radius: 50%; transform: rotate(-8deg); }
.contact-intro > .container::after { content: ""; position: absolute; z-index: -1; width: 22px; height: 18px; left: 58%; top: 2%; pointer-events: none; background: var(--contact-accent); clip-path: polygon(0 42%, 100% 0, 64% 100%, 48% 58%); opacity: .8; transform: rotate(18deg); }
.contact-intro-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr); gap: 2.5rem; align-items: start; }
.contact-intro-copy { min-width: 0; padding-top: .5rem; }
.contact-intro h1 { max-width: 590px; margin: 0; color: var(--contact-ink); font-size: clamp(2rem, 5vw, 2.75rem); font-weight: 800; line-height: 1.08; }
.contact-intro-copy > p { max-width: 540px; margin: 1.25rem 0 0; color: var(--contact-muted); font-size: 1rem; line-height: 1.65; }
.contact-direct-actions { max-width: 540px; margin-top: 2rem; padding-inline: 1.25rem; overflow: hidden; color: var(--contact-on-dark); border-radius: var(--hm-radius-card); background: var(--contact-dark); }
.contact-direct-actions > a { min-width: 0; min-height: 72px; padding-block: .875rem; display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: .875rem; align-items: center; color: var(--contact-on-dark); border-bottom: var(--hm-rule) solid var(--contact-dark-rule); text-decoration: none; transition: color var(--hm-dur-short) var(--hm-ease-out); }
.contact-direct-actions > a:last-child { border-bottom: 0; }
.contact-direct-actions > a > svg { width: 20px; height: 20px; color: var(--contact-accent); }
.contact-direct-actions small,
.contact-direct-actions strong { display: block; }
.contact-direct-actions small { margin-bottom: .25rem; color: var(--contact-on-dark-muted); font-size: .75rem; font-weight: 600; line-height: 1.2; }
.contact-direct-actions strong { overflow-wrap: anywhere; font-size: 1rem; font-weight: 700; line-height: 1.3; }
.contact-direct-actions a[href^="mailto:"] strong { font-size: .875rem; white-space: nowrap; }
.contact-form-panel { min-width: 0; overflow: hidden; color: var(--contact-ink); border: var(--hm-rule) solid var(--contact-rule); border-radius: var(--hm-radius-card); background: var(--contact-paper); box-shadow: var(--shadow); }
.contact-form-head { padding: 1.25rem 1.25rem 0; }
.contact-form-head h2 { margin: 0; color: var(--contact-ink); font-size: 1.125rem; font-weight: 800; line-height: 1.25; }
.contact-form-head p { margin: .25rem 0 0; color: var(--contact-muted); font-size: .75rem; line-height: 1.5; }
.contact-lead-form { padding: .875rem 1.25rem 1rem; border: 0; background: var(--contact-paper); }
.contact-lead-form .form-row { grid-template-columns: minmax(0, 1fr); gap: 0; }
.contact-lead-form label { margin: 0 0 .3125rem; color: var(--contact-ink); font-size: .71875rem; font-weight: 700; line-height: 1.3; }
.contact-lead-form label small { margin-left: .25rem; color: var(--contact-muted); font-size: .6875rem; font-weight: 500; }
.contact-field { position: relative; min-width: 0; padding-bottom: .625rem; }
.contact-lead-form input,
.contact-lead-form select,
.contact-lead-form textarea { min-height: 46px; padding: .6875rem .75rem; color: var(--contact-ink); border: var(--hm-rule) solid var(--contact-rule-strong); border-radius: var(--hm-radius-button); outline: 2px solid transparent; outline-offset: 1px; background: var(--contact-paper); font-family: var(--hm-font-body); font-size: .875rem; line-height: 1.45; transition: border-color var(--hm-dur-short) var(--hm-ease-out), background-color var(--hm-dur-short) var(--hm-ease-out); }
.contact-lead-form select { padding-right: 2.5rem; }
.contact-lead-form textarea { min-height: 64px; resize: vertical; }
.contact-lead-form input::placeholder,
.contact-lead-form textarea::placeholder { color: var(--contact-muted); opacity: .8; }
.contact-lead-form input:focus-visible,
.contact-lead-form select:focus-visible,
.contact-lead-form textarea:focus-visible { border-color: var(--contact-brand); outline-color: var(--contact-focus); }
.contact-lead-form input:disabled,
.contact-lead-form select:disabled,
.contact-lead-form textarea:disabled { cursor: not-allowed; opacity: .55; }
.contact-lead-form input[aria-invalid="true"],
.contact-lead-form select[aria-invalid="true"],
.contact-lead-form textarea[aria-invalid="true"] { border-color: var(--contact-accent); background: var(--hm-color-accent-paper); }
.contact-lead-form input[aria-invalid="false"]:not(:placeholder-shown),
.contact-lead-form textarea[aria-invalid="false"]:not(:placeholder-shown),
.contact-lead-form select[aria-invalid="false"] { border-color: var(--hm-color-success-rule); }
.contact-lead-form .field-error { position: absolute; inset-inline: 0; bottom: .125rem; min-height: 1lh; margin: 0; color: var(--contact-accent); font-size: .6875rem; }
.contact-lead-form .button { width: 100%; min-height: 46px; margin-top: .125rem; color: var(--hm-color-accent-ink); border-radius: var(--hm-radius-button); background: var(--contact-accent); font-size: .75rem; white-space: nowrap; transition: background-color var(--hm-dur-short) var(--hm-ease-out), transform var(--hm-dur-micro) var(--hm-ease-out); }
.contact-lead-form .button:focus-visible,
.contact-page a:focus-visible { outline: 2px solid var(--contact-focus); outline-offset: 3px; }
.contact-lead-form .button:active { transform: translateY(1px); }
.contact-lead-form .button:disabled { cursor: not-allowed; opacity: .55; transform: none; }
.contact-lead-form .button[data-state="loading"] { cursor: progress; opacity: .72; }
.contact-lead-form .button[data-state="error"] { background: var(--contact-accent); }
.contact-lead-form .button[data-state="success"] { background: var(--hm-color-success); }
.contact-form-note { margin: .375rem 0 0; display: flex; align-items: center; justify-content: center; gap: .5rem; color: var(--contact-muted); font-size: .6875rem; line-height: 1.4; }
.contact-form-note svg { width: 13px; height: 13px; flex: 0 0 auto; color: var(--hm-color-success); }
.contact-locations { margin: 0; padding-block: 3.5rem 4rem; border-top: var(--hm-rule) solid var(--contact-rule); background: var(--contact-paper-2); }
.contact-locations-head { padding-bottom: 1.25rem; display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; border-bottom: var(--hm-rule) solid var(--contact-rule-strong); }
.contact-locations-head h2 { margin: 0; color: var(--contact-ink); font-size: 1.5rem; font-weight: 800; line-height: 1.2; }
.contact-locations-head p { margin: .375rem 0 0; color: var(--contact-muted); font-size: .875rem; line-height: 1.5; }
.contact-locations-head > span { padding-bottom: .125rem; color: var(--contact-muted); font-size: .75rem; font-weight: 600; white-space: nowrap; }
.contact-location-list { display: grid; grid-template-columns: minmax(0, 1fr); }
.contact-location { min-width: 0; padding-block: 1.25rem; border-bottom: var(--hm-rule) solid var(--contact-rule); scroll-margin-top: 116px; }
.contact-location h3 { margin: 0 0 .5rem; color: var(--contact-brand); font-size: 1rem; font-weight: 800; line-height: 1.3; }
.contact-location address { max-width: 420px; color: var(--contact-muted); font-size: .8125rem; font-style: normal; line-height: 1.65; }
.contact-location address a { min-height: 44px; display: inline-flex; align-items: center; color: var(--contact-brand); font-weight: 700; white-space: nowrap; }
@media (hover: hover) and (pointer: fine) {
  .contact-direct-actions > a:hover { color: var(--hm-color-accent-soft); }
  .contact-lead-form input:hover,
  .contact-lead-form select:hover,
  .contact-lead-form textarea:hover { border-color: var(--contact-brand); }
  .contact-lead-form .button:hover { background: var(--contact-brand); }
}
@media (min-width: 48rem) {
  .contact-location-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 2.5rem; }
}
@media (min-width: 60rem) {
  .contact-intro { min-height: calc(100svh - 99px); padding-block: clamp(3rem, 7vh, 5rem); display: grid; align-items: center; }
  .contact-intro-grid { grid-template-columns: minmax(0, 1fr) minmax(390px, 440px); gap: clamp(4rem, 7vw, 7rem); align-items: center; }
  .contact-intro-copy { padding-top: 0; }
  .contact-lead-form .form-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
  .contact-location-list { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0 2rem; }
  .contact-location { min-height: 152px; }
}
@media (max-width: 59.9375rem) {
  .contact-intro::after { inset: 0; -webkit-mask-position: center 3rem; mask-position: center 3rem; -webkit-mask-size: 900px auto; mask-size: 900px auto; }
  .contact-intro > .container::before,
  .contact-intro > .container::after { display: none; }
}
@media (max-width: 47.5rem) {
  .contact-intro { padding-block: 1rem 3rem; }
  .contact-intro::before { background-size: 72px 72px; opacity: .5; }
  .contact-intro::after { -webkit-mask-position: center 3rem; mask-position: center 3rem; -webkit-mask-size: min(520px, 126vw) auto; mask-size: min(520px, 126vw) auto; }
  .contact-intro h1 { font-size: 2rem; }
  .contact-form-head { padding: 1.5rem 1.25rem 0; }
  .contact-lead-form { padding: 1rem 1.25rem 1.25rem; }
  .contact-lead-form input,
  .contact-lead-form select,
  .contact-lead-form textarea { font-size: var(--hm-text-base); }
  .contact-locations-head { align-items: start; flex-direction: column; gap: .5rem; }
}
@media (max-width: 22rem) {
  .contact-direct-actions a[href^="mailto:"] strong { font-size: .75rem; }
}
@media (prefers-reduced-motion: reduce) {
  .contact-direct-actions > a,
  .contact-lead-form input,
  .contact-lead-form select,
  .contact-lead-form textarea,
  .contact-lead-form .button { transition-duration: var(--hm-dur-reduced); }
  .contact-lead-form .button:active { transform: none; }
}

/* Hallmark · component: primary navigation · genre: editorial · theme: Tristar brand
 * states: default · hover · focus · active · disabled · loading · error · success
 * contrast: pass
 */
.nav-drop > button:disabled, .menu-toggle:disabled { cursor: not-allowed; opacity: .5; }
.nav-drop > button[aria-busy="true"], .menu-toggle[aria-busy="true"] { cursor: progress; opacity: .72; }
.nav-drop[data-state="error"] > button { color: var(--coral-dark); box-shadow: inset 0 -2px 0 var(--coral); }
.nav-drop[data-state="success"] > button { color: var(--green); box-shadow: inset 0 -2px 0 var(--green); }
@media (max-width: 1100px) {
  .site-header { background: var(--white); -webkit-backdrop-filter: none; backdrop-filter: none; }
  .nav { position: fixed; top: var(--mobile-nav-top, 98px); left: 0; right: 0; width: 100vw; height: calc(100dvh - var(--mobile-nav-top, 98px)); max-width: 100vw; max-height: calc(100dvh - var(--mobile-nav-top, 98px)); overflow-x: clip; overflow-y: auto; padding: 10px 24px max(22px, env(safe-area-inset-bottom)); display: none; align-items: stretch; flex-direction: column; gap: 2px; border-top: 1px solid var(--line); background: var(--white); box-shadow: 0 24px 60px rgba(8,31,92,.18); overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
  .nav.open { display: flex; }
  .nav > a, .nav-drop > button { width: 100%; min-height: 48px; height: auto; padding: 0 12px; justify-content: flex-start; border-radius: 5px; text-align: left; }
  .nav > a:not(.nav-cta)::after, .nav-drop > button::after { display: none; }
  .nav > a[aria-current="page"], .nav-drop.current > button { box-shadow: inset 3px 0 0 var(--coral); background: #fff8f7; }
  .nav > a:hover, .nav-drop > button:hover { background: #f5f7fb; }
  .nav > a:active, .nav-drop > button:active { background: #edf1f7; }
  .nav-drop { width: 100%; height: auto; }
  .nav-drop > button { justify-content: space-between; }
  .nav-drop.open > button { color: var(--coral-dark); background: #fff8f7; }
  .nav-cta { min-height: 48px !important; margin: 8px 0 0 !important; justify-content: center !important; border-radius: 5px; text-align: center !important; }
  .mega-menu, .mega-menu-resources { position: static; left: auto; right: auto; width: 100%; min-width: 0; max-width: 100%; display: none; overflow: visible; margin: 0; padding: 0; border: 0; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none !important; transition: none; background: transparent; }
  .nav-drop:not(.open) .mega-menu { display: none; }
  .nav-drop.open .mega-menu { display: block; }
  .mega-menu-head { min-height: 0; padding: 13px 12px; border: 1px solid var(--line); border-radius: 5px 5px 0 0; background: #f8fafc; }
  .mega-menu-head strong { font-size: 13px; }
  .mega-index-link { min-height: 44px; }
  .mega-menu-main, .mega-menu-resources .mega-menu-main { width: 100%; min-width: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; padding: 8px; border-right: 1px solid var(--line); border-left: 1px solid var(--line); }
  .mega-group, .mega-group:first-child { width: 100%; min-width: 0; padding: 12px; border: 0; border-radius: 0; border-bottom: 1px solid var(--line); background: transparent; }
  .mega-group:nth-child(odd) { border-right: 1px solid var(--line); }
  .mega-group header { min-height: 34px; margin-bottom: 4px; }
  .mega-group h3 { margin: 0; font-size: 11px; }
  .mega-group a { width: 100%; min-width: 0; min-height: 50px; padding: 7px 5px; grid-template-columns: 30px minmax(0, 1fr) 14px; border-radius: 5px; background: transparent; }
  .mega-group a + a { margin-top: 0; }
  .mega-group a > svg { display: block; opacity: 1; transform: none; }
  .mega-icon { width: 30px; height: 30px; }
  .mega-menu strong { font-size: 11px; }
  .mega-menu small { font-size: 9px; }
  .mega-menu-foot { min-height: 54px; padding: 9px 12px; border-radius: 0 0 5px 5px; }
  .mega-menu-foot a { min-height: 40px; }
}
@media (max-width: 760px) {
  .nav { top: var(--mobile-nav-top, 110px); height: calc(100dvh - var(--mobile-nav-top, 110px)); max-height: calc(100dvh - var(--mobile-nav-top, 110px)); padding: 8px 17px max(20px, env(safe-area-inset-bottom)); }
  .mega-menu-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .mega-index-link { width: 100%; justify-content: space-between; border-top: 1px solid var(--line); }
  .mega-menu-main, .mega-menu-resources .mega-menu-main { grid-template-columns: minmax(0, 1fr); padding: 0 10px; }
  .mega-group, .mega-group:first-child, .mega-group:nth-child(odd) { padding: 14px 4px 10px; border-right: 0; border-bottom: 1px solid var(--line); }
  .mega-group:last-child { border-bottom: 0; }
  .mega-group header { min-height: 0; padding: 0 6px; }
  .mega-group a { min-height: 52px; padding: 7px 6px; }
  .mega-menu strong { font-size: 11.5px; }
  .mega-menu small { font-size: 9.5px; }
  .mega-menu-foot { align-items: stretch; flex-direction: column; gap: 8px; padding: 12px; }
  .mega-menu-foot a { width: 100%; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .mega-menu, .nav-drop > button > svg, .mega-group a > svg { transition: none; }
}

/* Hallmark · macrostructure: Editorial Reference · theme: existing Tristar brand
 * pre-emit critique: P5 H5 E5 S5 R5 V4
 */
.guide-page { color: var(--ink); background: var(--white); }
.guide-page .breadcrumbs { color: var(--muted); }
.guide-page .breadcrumbs a { color: var(--navy); }
.guide-kicker { margin: 0 0 12px; color: var(--coral-dark); font-family: var(--font-mono); font-size: 10px; font-weight: 600; line-height: 1.4; text-transform: uppercase; }
.guide-index-hero { position: relative; overflow: hidden; padding: 54px 0 50px; border-bottom: 1px solid var(--guide-rule-strong); background: var(--guide-paper); }
.guide-index-hero::after, .guide-article-hero::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: min(28rem, 26vw);
  z-index: 0;
  pointer-events: none;
  border-left: 1px solid var(--guide-map-ink);
  background:
    radial-gradient(circle at 24% 67%, var(--coral-dark) 0 2px, transparent 3px),
    radial-gradient(circle at 76% 31%, var(--navy) 0 2px, transparent 3px),
    linear-gradient(146deg, transparent 49.55%, var(--guide-map-ink) 49.75% 50%, transparent 50.2%),
    linear-gradient(var(--guide-map-ink) 1px, transparent 1px),
    linear-gradient(90deg, var(--guide-map-ink) 1px, transparent 1px);
  background-size: auto, auto, auto, 64px 64px, 64px 64px;
  opacity: .34;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 28%);
  mask-image: linear-gradient(90deg, transparent, #000 28%);
}
@media (max-width: 1180px) {
  .guide-index-hero::after, .guide-article-hero::after { display: none; }
}
.guide-index-hero .container, .guide-article-hero .container { position: relative; z-index: 1; }
.guide-index-hero .breadcrumbs { margin-bottom: 48px; }
.guide-index-hero .container > div { max-width: 680px; }
.guide-index-hero h1 { margin: 0; color: var(--navy); font-size: 46px; line-height: 1.08; overflow-wrap: anywhere; }
.guide-index-hero .container > p:last-child { max-width: 580px; margin: 22px 0 0; color: var(--guide-ink-soft); font-size: 15px; line-height: 1.7; }
.guide-index { padding: 52px 0 72px; }
.guide-feature { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) 210px; color: var(--navy); border: 1px solid var(--navy); background: var(--white); text-decoration: none; transition: border-color .18s ease, background-color .18s ease; }
.guide-feature > div { min-width: 0; padding: 38px 42px; }
.guide-feature > div > span, .guide-index-list small { display: block; color: var(--coral-dark); font-family: var(--font-mono); font-size: 9px; font-weight: 600; text-transform: uppercase; }
.guide-feature h2 { margin: 10px 0 10px; font-size: 30px; line-height: 1.15; overflow-wrap: anywhere; }
.guide-feature > div > p { max-width: 660px; margin: 0 0 22px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.guide-feature > div > strong { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; }
.guide-feature > div > strong svg { width: 15px; }
.guide-feature aside { padding: 28px; display: flex; justify-content: space-between; flex-direction: column; color: var(--white); border-left: 1px solid var(--navy); background: var(--navy); }
.guide-feature aside > span { font-family: var(--font-mono); font-size: 9px; text-transform: uppercase; }
.guide-feature aside > svg { width: 52px; height: 52px; color: var(--coral); stroke-width: 1.2; }
.guide-feature aside p { margin: 0; color: #dce5f7; font-size: 11px; line-height: 1.5; }
.guide-feature:hover { border-color: var(--coral-dark); background: var(--guide-coral-paper); }
.guide-feature:focus-visible, .guide-index-list a:focus-visible, .guide-related a:focus-visible, .guide-contents a:focus-visible, .guide-sources a:focus-visible, .guide-faq summary:focus-visible { outline: 2px solid var(--coral); outline-offset: 3px; }
.guide-index-list { margin-top: 34px; border-top: 1px solid var(--guide-rule-strong); }
.guide-index-list > a { min-width: 0; min-height: 148px; padding: 24px 16px 24px 0; display: grid; grid-template-columns: 54px minmax(0, 1fr) 120px; gap: 24px; align-items: start; color: var(--navy); border-bottom: 1px solid var(--guide-rule-strong); text-decoration: none; transition: color .18s ease, background-color .18s ease; }
.guide-index-list > a:hover { color: var(--coral-dark); background: var(--guide-coral-paper); }
.guide-index-number { padding-top: 2px; color: var(--coral-dark); font-family: var(--font-mono); font-size: 11px; }
.guide-index-list h2 { margin: 5px 0 6px; font-size: 19px; line-height: 1.25; overflow-wrap: anywhere; }
.guide-index-list p { max-width: 680px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.guide-index-read { min-height: 44px; display: inline-flex; align-items: center; justify-content: flex-end; gap: 8px; color: var(--muted); font-size: 9px; font-weight: 750; white-space: nowrap; }
.guide-index-read svg { width: 15px; color: var(--coral); }
.guide-index-note { margin-top: 36px; padding: 18px 20px; display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 12px; color: var(--guide-ink-soft); border-left: 3px solid var(--coral); background: var(--guide-paper-soft); }
.guide-index-note > svg { width: 19px; color: var(--coral-dark); }
.guide-index-note p { margin: 0; font-size: 12px; line-height: 1.65; }
.guide-index-note strong { color: var(--navy); }
.guide-article-hero { position: relative; overflow: hidden; padding: 42px 0 44px; border-bottom: 1px solid var(--guide-rule-strong); background: var(--guide-paper); }
.guide-article-hero .breadcrumbs { margin-bottom: 44px; }
.guide-article-hero h1 { max-width: 820px; margin: 0; color: var(--navy); font-size: 43px; line-height: 1.1; overflow-wrap: anywhere; }
.guide-deck { max-width: 760px; margin: 18px 0 24px; color: var(--guide-ink-soft); font-family: "IBM Plex Sans", Arial, sans-serif; font-size: 16px; line-height: 1.7; }
.guide-meta { padding-top: 16px; display: flex; flex-wrap: wrap; gap: 10px 24px; border-top: 1px solid var(--guide-rule-strong); }
.guide-meta span { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 10px; font-weight: 650; white-space: nowrap; }
.guide-meta svg { width: 14px; color: var(--coral-dark); }
.guide-article-layout { min-width: 0; padding-top: 54px; padding-bottom: 70px; display: grid; grid-template-columns: 230px minmax(0, 720px); gap: 72px; justify-content: center; align-items: start; }
.guide-contents { position: sticky; top: 92px; min-width: 0; padding-top: 6px; }
.guide-contents > strong { display: block; padding-bottom: 12px; color: var(--navy); border-bottom: 2px solid var(--navy); font-size: 11px; }
.guide-contents nav { display: grid; }
.guide-contents a { min-width: 0; min-height: 48px; padding: 9px 0; display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 8px; align-items: center; color: var(--guide-ink-soft); border-bottom: 1px solid var(--line); font-size: 10px; font-weight: 650; line-height: 1.4; text-decoration: none; }
.guide-contents a:hover { color: var(--coral-dark); }
.guide-contents a span { color: var(--coral-dark); font-family: var(--font-mono); font-size: 8px; }
.guide-contents > p { margin: 18px 0 0; color: var(--muted); font-size: 9.5px; line-height: 1.6; }
.guide-article { min-width: 0; }
.guide-intro { margin: 0 0 38px; padding: 0 0 28px; color: var(--navy); border-bottom: 1px solid var(--guide-rule-strong); font-family: "IBM Plex Sans", Arial, sans-serif; font-size: 17px; font-weight: 500; line-height: 1.7; }
.guide-section { position: relative; min-width: 0; padding: 38px 0 42px; border-bottom: 1px solid var(--guide-rule-strong); scroll-margin-top: 96px; }
.guide-section-number { display: block; margin-bottom: 10px; color: var(--coral-dark); font-family: var(--font-mono); font-size: 10px; }
.guide-section h2, .guide-faq > h2 { margin: 0 0 16px; color: var(--navy); font-size: 25px; line-height: 1.25; overflow-wrap: anywhere; }
.guide-section > p { margin: 0 0 16px; color: var(--guide-ink-soft); font-family: "IBM Plex Sans", Arial, sans-serif; font-size: 15px; line-height: 1.78; }
.guide-check-list { margin: 24px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.guide-check-list li { min-width: 0; padding: 15px 0; display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 12px; border-bottom: 1px solid var(--line); }
.guide-check-list li > span { width: 24px; height: 24px; display: grid; place-items: center; color: var(--coral-dark); border: 1px solid var(--guide-coral-rule); background: var(--guide-coral-paper); }
.guide-check-list li > span svg { width: 13px; }
.guide-check-list strong { display: block; margin-bottom: 2px; color: var(--navy); font-size: 12px; }
.guide-check-list p { margin: 0; color: var(--muted); font-family: "IBM Plex Sans", Arial, sans-serif; font-size: 13px; line-height: 1.65; }
.guide-country-directory { min-width: 0; margin-top: 24px; border-top: 2px solid var(--navy); }
.guide-country-directory-head { min-width: 0; padding: 16px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--guide-rule-strong); }
.guide-country-directory-head > div { min-width: 0; display: flex; align-items: center; gap: 8px; }
.guide-country-directory-head svg { width: 20px; height: 20px; flex: 0 0 auto; color: var(--coral-dark); stroke-width: 1.7; }
.guide-country-directory-head span, .guide-country-directory-head strong, .guide-country-directory-head small { display: block; }
.guide-country-directory-head strong { color: var(--navy); font-size: 12px; }
.guide-country-directory-head small { margin-top: 4px; color: var(--muted); font-family: var(--hm-font-body); font-size: 10px; line-height: 1.4; }
.guide-country-directory-head > p { margin: 0; flex: 0 0 auto; color: var(--muted); font-family: var(--font-mono); font-size: 9px; line-height: 1.45; text-align: right; }
.guide-country-group { min-width: 0; padding-top: 28px; }
.guide-country-group + .guide-country-group { margin-top: 32px; border-top: 1px solid var(--navy); }
.guide-country-group > header { min-width: 0; margin-bottom: 14px; display: grid; grid-template-columns: minmax(0, 1fr) max-content; gap: 24px; align-items: start; }
.guide-country-group h3 { min-width: 0; margin: 0 0 4px; color: var(--navy); font-size: 17px; line-height: 1.35; overflow-wrap: anywhere; }
.guide-country-group header p { max-width: 62ch; margin: 0; color: var(--muted); font-family: var(--hm-font-body); font-size: 11.5px; line-height: 1.6; }
.guide-country-group header > strong { padding-top: 3px; color: var(--coral-dark); font-family: var(--font-mono); font-size: 9px; font-weight: 600; white-space: nowrap; }
.guide-country-group table { width: 100%; table-layout: fixed; border-collapse: collapse; color: var(--guide-ink-soft); font-family: var(--hm-font-body); }
.guide-country-group th, .guide-country-group td { min-width: 0; padding: 12px 8px; vertical-align: top; border-bottom: 1px solid var(--line); overflow-wrap: anywhere; }
.guide-country-group thead th { padding-top: 8px; padding-bottom: 8px; color: var(--muted); border-top: 1px solid var(--guide-rule-strong); border-bottom-color: var(--guide-rule-strong); background: var(--guide-paper-soft); font-family: var(--font-mono); font-size: 8px; font-weight: 600; line-height: 1.4; text-align: left; text-transform: uppercase; }
.guide-country-group thead th:nth-child(1) { width: 28%; }
.guide-country-group thead th:nth-child(2) { width: 18%; }
.guide-country-group thead th:nth-child(3) { width: 54%; }
.guide-country-group tbody th { color: var(--navy); font-size: 11.5px; font-weight: 800; line-height: 1.5; text-align: left; }
.guide-country-group tbody td { color: var(--muted); font-size: 11.5px; line-height: 1.58; }
.guide-country-group tbody td:nth-child(2) { color: var(--guide-ink-soft); font-variant-numeric: tabular-nums; font-weight: 650; }
.guide-note { margin-top: 24px; padding: 17px 18px; display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 12px; color: var(--guide-ink-soft); border-left: 3px solid var(--coral); background: var(--guide-paper-soft); }
.guide-note > svg { width: 18px; color: var(--coral-dark); }
.guide-note p { margin: 0; font-size: 12px; line-height: 1.65; }
.guide-sources { margin-top: 24px; padding: 18px; display: grid; gap: 4px; border: 1px solid var(--guide-rule-strong); background: var(--guide-paper); }
.guide-sources > strong { margin-bottom: 5px; color: var(--navy); font-size: 10px; }
.guide-sources a { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--navy); font-size: 11px; font-weight: 750; text-decoration: none; }
.guide-sources a:hover { color: var(--coral-dark); }
.guide-sources svg { width: 14px; flex: 0 0 auto; color: var(--coral); }
.guide-faq { padding: 46px 0 0; }
.guide-faq details { border-top: 1px solid var(--guide-rule-strong); }
.guide-faq details:last-child { border-bottom: 1px solid var(--guide-rule-strong); }
.guide-faq summary { min-height: 58px; padding: 14px 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--navy); font-size: 12px; font-weight: 800; cursor: pointer; list-style: none; }
.guide-faq summary::-webkit-details-marker { display: none; }
.guide-faq summary svg { width: 16px; flex: 0 0 auto; color: var(--coral-dark); transition: transform .18s ease; }
.guide-faq details[open] summary svg { transform: rotate(45deg); }
.guide-faq details > p { margin: 0; padding: 0 40px 18px 0; color: var(--muted); font-family: "IBM Plex Sans", Arial, sans-serif; font-size: 13px; line-height: 1.7; }
.guide-related { padding: 48px 0 58px; border-top: 1px solid var(--guide-rule-strong); background: var(--guide-paper); }
.guide-related header h2 { margin: 0 0 24px; color: var(--navy); font-size: 24px; }
.guide-related .container > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--guide-rule-strong); border-bottom: 1px solid var(--guide-rule-strong); }
.guide-related a { min-width: 0; min-height: 116px; padding: 20px 22px; display: grid; grid-template-columns: minmax(0, 1fr) 16px; align-content: center; gap: 5px 14px; color: var(--navy); border-right: 1px solid var(--guide-rule-strong); text-decoration: none; transition: color .18s ease, background-color .18s ease; }
.guide-related a:last-child { border-right: 0; }
.guide-related a:hover { color: var(--coral-dark); background: var(--guide-coral-paper); }
.guide-related a span { grid-column: 1 / -1; color: var(--muted); font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
.guide-related a strong { min-width: 0; font-size: 12px; line-height: 1.45; overflow-wrap: anywhere; }
.guide-related a svg { width: 15px; align-self: center; color: var(--coral); }
@media (max-width: 900px) {
  .guide-article-layout { grid-template-columns: minmax(0, 720px); gap: 32px; }
  .guide-contents { position: static; padding: 16px 18px; border: 1px solid var(--guide-rule-strong); background: var(--guide-paper); }
  .guide-contents nav { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 20px; }
  .guide-related .container > div { grid-template-columns: minmax(0, 1fr); }
  .guide-related a, .guide-related a:last-child { min-height: 96px; border-right: 0; border-bottom: 1px solid var(--guide-rule-strong); }
  .guide-related a:last-child { border-bottom: 0; }
}
@media (max-width: 760px) {
  .guide-index-hero, .guide-article-hero { padding: 34px 0 38px; }
  .guide-index-hero .breadcrumbs, .guide-article-hero .breadcrumbs { margin-bottom: 32px; }
  .guide-index-hero h1, .guide-article-hero h1 { font-size: 32px; }
  .guide-index-hero .container > p:last-child, .guide-deck { font-size: 14px; }
  .guide-index { padding: 30px 0 52px; }
  .guide-feature { grid-template-columns: minmax(0, 1fr); }
  .guide-feature > div { padding: 28px 22px; }
  .guide-feature h2 { font-size: 24px; }
  .guide-feature aside { min-height: 112px; padding: 20px 22px; display: grid; grid-template-columns: minmax(0, 1fr) 44px; align-items: center; border-top: 1px solid var(--navy); border-left: 0; }
  .guide-feature aside > svg { width: 38px; height: 38px; grid-column: 2; grid-row: 1 / 3; }
  .guide-feature aside p { grid-column: 1; }
  .guide-index-list > a { min-height: 0; padding: 22px 4px 22px 0; grid-template-columns: 32px minmax(0, 1fr); gap: 14px; }
  .guide-index-list h2 { font-size: 17px; }
  .guide-index-read { min-height: 24px; grid-column: 2; justify-content: flex-start; }
  .guide-meta { gap: 10px 16px; }
  .guide-article-layout { padding-top: 28px; padding-bottom: 48px; }
  .guide-contents nav { grid-template-columns: minmax(0, 1fr); }
  .guide-intro { font-size: 15px; }
  .guide-section { padding: 32px 0 36px; }
  .guide-section h2, .guide-faq > h2 { font-size: 22px; }
  .guide-section > p { font-size: 14px; }
  .guide-country-directory-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .guide-country-directory-head > p { flex: none; text-align: left; }
  .guide-country-group > header { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .guide-country-group header > strong { padding-top: 0; }
  .guide-country-group table, .guide-country-group tbody { display: block; }
  .guide-country-group thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .guide-country-group tr { min-width: 0; padding: 15px 0; display: grid; grid-template-columns: minmax(0, 1fr); border-bottom: 1px solid var(--guide-rule-strong); }
  .guide-country-group th, .guide-country-group td { width: 100%; padding: 0; border: 0; }
  .guide-country-group tbody th { margin-bottom: 8px; font-size: 13px; }
  .guide-country-group tbody td { min-width: 0; padding: 4px 0; display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 8px; font-size: 12px; }
  .guide-country-group tbody td::before { content: attr(data-label); color: var(--muted); font-family: var(--font-mono); font-size: 8px; font-weight: 600; line-height: 1.6; text-transform: uppercase; }
}
@media (prefers-reduced-motion: reduce) {
  .guide-feature, .guide-index-list > a, .guide-faq summary svg, .guide-related a { transition: none; }
}

/* About Tristar: an editorial case ledger with a staggered client milestone wall.
 * contrast: pass · honest: pass · tokens: pass · mobile: pass
 */
.about-page { color: var(--ink); background: var(--white); }
.about-hero { padding: 28px 0 58px; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--guide-paper); }
.about-hero .breadcrumbs { margin-bottom: 30px; color: var(--muted); }
.about-hero .breadcrumbs a { color: var(--navy); }
.about-hero-grid { min-width: 0; display: grid; grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); gap: 66px; align-items: center; }
.about-hero-copy, .about-hero-media { min-width: 0; }
.about-hero-copy .eyebrow { margin-bottom: 14px; }
.about-hero h1 { max-width: 650px; margin: 0; color: var(--navy); font-size: 46px; line-height: 1.06; overflow-wrap: anywhere; }
.about-hero-lead { max-width: 590px; margin: 22px 0 0; color: var(--guide-ink-soft); font-family: var(--hm-font-body); font-size: 16px; line-height: 1.7; }
.about-hero-actions { margin-top: 28px; display: flex; align-items: center; gap: 22px; }
.about-hero-actions .button { min-height: 48px; white-space: nowrap; }
.about-text-link, .about-method-link { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-size: 11px; font-weight: 850; text-decoration: none; white-space: nowrap; }
.about-text-link svg, .about-method-link svg { width: 15px; height: 15px; flex: 0 0 auto; color: var(--coral-dark); transition: transform var(--hm-dur-short) var(--hm-ease-out); }
.about-text-link:hover svg, .about-method-link:hover svg { transform: translateX(3px); }
.about-text-link:focus-visible, .about-method-link:focus-visible, .about-service-index a:focus-visible, .about-location-index a:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.about-hero-facts { margin: 30px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--guide-rule-strong); border-bottom: 1px solid var(--guide-rule-strong); }
.about-hero-facts div { min-width: 0; padding: 16px 18px 16px 0; }
.about-hero-facts div + div { padding-left: 18px; border-left: 1px solid var(--guide-rule-strong); }
.about-hero-facts dt, .about-hero-facts dd { margin: 0; }
.about-hero-facts dt { color: var(--coral-dark); font-family: var(--font-mono); font-size: 8px; font-weight: 650; text-transform: uppercase; }
.about-hero-facts dd { margin-top: 5px; color: var(--navy); font-size: 11px; font-weight: 800; line-height: 1.45; }
.about-hero-media { height: 420px; padding: 12px; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: repeat(9, minmax(0, 1fr)); gap: 8px; isolation: isolate; }
.about-milestone { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; border: 2px solid var(--white); border-radius: 4px; background: var(--surface); }
.about-milestone img { width: 100%; height: 100%; object-fit: cover; }
.about-milestone-1 { z-index: 2; grid-column: 4 / 9; grid-row: 3 / 8; margin: -4px; box-shadow: var(--shadow); }
.about-milestone-2 { grid-column: 1 / 4; grid-row: 3 / 7; }
.about-milestone-3 { grid-column: 2 / 5; grid-row: 1 / 3; }
.about-milestone-4 { grid-column: 5 / 9; grid-row: 1 / 3; }
.about-milestone-5 { grid-column: 9 / 13; grid-row: 2 / 5; }
.about-milestone-6 { grid-column: 9 / 12; grid-row: 5 / 8; }
.about-milestone-7 { grid-column: 5 / 9; grid-row: 8 / 10; }
.about-milestone-8 { z-index: 1; grid-column: 2 / 5; grid-row: 7 / 9; }
.about-milestone-9 { grid-column: 9 / 13; grid-row: 8 / 10; }
.about-milestone-3 img, .about-milestone-4 img, .about-milestone-8 img, .about-milestone-9 img { object-position: center 42%; }
.about-milestone-6 img { object-position: center 10%; }
.about-milestone-7 img { object-position: center 22%; }

.about-role { padding: 76px 0 80px; background: var(--white); }
.about-role-grid { min-width: 0; display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); gap: 72px; align-items: start; }
.about-role-intro, .about-responsibility { min-width: 0; }
.about-role-intro h2 { max-width: 470px; margin: 0; color: var(--navy); font-size: 39px; line-height: 1.12; overflow-wrap: anywhere; }
.about-role-intro > p { max-width: 480px; margin: 20px 0 0; color: var(--muted); font-family: var(--hm-font-body); font-size: 14px; line-height: 1.75; }
.about-role-intro .about-company-note { margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 10px; line-height: 1.6; }
.about-company-note strong { color: var(--navy); }
.about-responsibility { border-top: 2px solid var(--navy); }
.about-responsibility-head { min-height: 58px; padding: 0 2px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--guide-rule-strong); }
.about-responsibility-head strong { color: var(--navy); font-size: 12px; }
.about-responsibility-head span { color: var(--muted); font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
.about-responsibility-columns { min-width: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.about-responsibility-columns section { min-width: 0; padding: 26px 24px 24px 0; }
.about-responsibility-columns section + section { padding-right: 0; padding-left: 24px; border-left: 1px solid var(--guide-rule-strong); }
.about-responsibility-columns h3 { min-height: 38px; margin: 0 0 14px; color: var(--navy); font-size: 14px; line-height: 1.35; }
.about-responsibility-columns ul { margin: 0; padding: 0; list-style: none; }
.about-responsibility-columns li { min-width: 0; padding: 12px 0; display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 10px; color: var(--guide-ink-soft); border-top: 1px solid var(--line); font-family: var(--hm-font-body); font-size: 12px; line-height: 1.55; }
.about-responsibility-columns li svg { width: 17px; height: 17px; color: var(--coral-dark); }
.about-authority-note { margin: 0; padding: 16px 18px; display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 10px; color: var(--guide-ink-soft); border-left: 3px solid var(--coral); background: var(--guide-paper-soft); font-family: var(--hm-font-body); font-size: 11px; line-height: 1.6; }
.about-authority-note svg { width: 17px; height: 17px; color: var(--coral-dark); }

.about-method { color: var(--white); background: var(--hm-color-hero); }
.about-method-grid { min-width: 0; display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); }
.about-method-intro { min-width: 0; padding: 76px 66px 80px 0; border-right: 1px solid var(--hm-color-hero-rule); }
.about-method-intro h2 { max-width: 440px; margin: 0; color: var(--white); font-size: 41px; line-height: 1.1; overflow-wrap: anywhere; }
.about-method-intro p { max-width: 465px; margin: 22px 0 26px; color: var(--hm-color-hero-muted); font-family: var(--hm-font-body); font-size: 14px; line-height: 1.72; }
.about-method-link { color: var(--white); }
.about-method-list { min-width: 0; margin: 0; padding: 35px 0 35px 64px; list-style: none; }
.about-method-list li { min-width: 0; min-height: 103px; padding: 18px 0; display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 18px; align-items: center; border-bottom: 1px solid var(--hm-color-hero-rule); }
.about-method-list li:last-child { border-bottom: 0; }
.about-method-list li > span { color: var(--hm-color-accent-soft); font-family: var(--font-mono); font-size: 9px; }
.about-method-list li > div { min-width: 0; display: grid; grid-template-columns: 125px minmax(0, 1fr); gap: 24px; align-items: baseline; }
.about-method-list h3 { margin: 0; color: var(--white); font-size: 17px; }
.about-method-list p { margin: 0; color: var(--hm-color-hero-muted); font-family: var(--hm-font-body); font-size: 12px; line-height: 1.62; }

.about-network { padding: 76px 0 82px; border-bottom: 1px solid var(--line); background: var(--guide-paper); }
.about-network-head { min-width: 0; margin-bottom: 42px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 72px; align-items: end; }
.about-network-head h2 { max-width: 650px; margin: 0; color: var(--navy); font-size: 39px; line-height: 1.12; overflow-wrap: anywhere; }
.about-network-head p { max-width: 480px; margin: 0; color: var(--muted); font-family: var(--hm-font-body); font-size: 13px; line-height: 1.72; }
.about-network-grid { min-width: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 2px solid var(--navy); }
.about-service-index, .about-location-index { min-width: 0; padding-top: 0; }
.about-service-index { padding-right: 40px; }
.about-location-index { padding-left: 40px; border-left: 1px solid var(--guide-rule-strong); }
.about-service-index > header, .about-location-index > header { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--guide-rule-strong); }
.about-service-index h3, .about-location-index h3 { margin: 0; color: var(--navy); font-size: 13px; }
.about-service-index > header > a, .about-location-index > header > span { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 9px; font-weight: 750; text-decoration: none; white-space: nowrap; }
.about-service-index > header svg { width: 13px; height: 13px; color: var(--coral-dark); }
.about-service-list > div, .about-location-list article { min-width: 0; min-height: 82px; display: grid; align-items: center; border-bottom: 1px solid var(--guide-rule-strong); }
.about-service-list > div { grid-template-columns: minmax(0, 1fr) auto; gap: 18px; }
.about-service-list > div > span, .about-service-list small, .about-service-list strong, .about-location-list strong, .about-location-list small { min-width: 0; display: block; }
.about-service-list small { color: var(--coral-dark); font-family: var(--font-mono); font-size: 8px; line-height: 1.4; }
.about-service-list strong { margin-top: 4px; color: var(--navy); font-size: 12px; line-height: 1.4; overflow-wrap: anywhere; }
.about-service-list a, .about-location-list a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; color: var(--navy); font-size: 9px; font-weight: 850; text-decoration: none; white-space: nowrap; }
.about-service-list a svg, .about-location-list a svg { width: 13px; height: 13px; color: var(--coral-dark); transition: transform var(--hm-dur-short) var(--hm-ease-out); }
.about-service-list a:hover svg, .about-location-list a:hover svg { transform: translateX(3px); }
.about-location-list article { grid-template-columns: 28px minmax(0, 1fr) auto; gap: 14px; }
.about-location-list article > span { color: var(--coral-dark); font-family: var(--font-mono); font-size: 8px; }
.about-location-list strong { color: var(--navy); font-size: 13px; line-height: 1.35; }
.about-location-list small { margin-top: 3px; color: var(--muted); font-family: var(--hm-font-body); font-size: 10px; line-height: 1.4; }

@media (max-width: 980px) {
  .about-hero-grid, .about-role-grid { grid-template-columns: minmax(0, 1fr); gap: 46px; }
  .about-hero-copy { max-width: 720px; }
  .about-hero-media { height: 420px; }
  .about-role-intro h2, .about-role-intro > p { max-width: 720px; }
  .about-method-intro { padding-right: 42px; }
  .about-method-list { padding-left: 42px; }
  .about-network-head { gap: 44px; }
}
@media (max-width: 760px) {
  .about-hero { padding: 24px 0 42px; }
  .about-hero .breadcrumbs { margin-bottom: 26px; }
  .about-hero h1 { font-size: 40px; }
  .about-hero-lead { font-size: 14px; }
  .about-hero-actions { align-items: stretch; flex-direction: column; gap: 8px; }
  .about-hero-actions .button, .about-text-link { width: 100%; justify-content: center; }
  .about-hero-media { height: clamp(320px, 96vw, 360px); padding: 8px; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: repeat(4, minmax(0, 1fr)); gap: 8px; }
  .about-milestone-1 { grid-column: 1 / 3; grid-row: 1 / 3; margin: 0; }
  .about-milestone-2 { grid-column: 3; grid-row: 1; }
  .about-milestone-3 { grid-column: 3; grid-row: 2 / 4; }
  .about-milestone-4 { grid-column: 1; grid-row: 3 / 5; }
  .about-milestone-5 { grid-column: 2; grid-row: 3; }
  .about-milestone-6 { grid-column: 2 / 4; grid-row: 4; }
  .about-milestone-7, .about-milestone-8, .about-milestone-9 { display: none; }
  .about-role { padding: 52px 0 56px; }
  .about-role-grid { gap: 36px; }
  .about-role-intro h2 { font-size: 32px; }
  .about-responsibility-head { align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; }
  .about-responsibility-columns { grid-template-columns: minmax(0, 1fr); }
  .about-responsibility-columns section, .about-responsibility-columns section + section { padding: 24px 0; border-left: 0; }
  .about-responsibility-columns section + section { border-top: 1px solid var(--guide-rule-strong); }
  .about-responsibility-columns h3 { min-height: 0; }
  .about-method-grid { grid-template-columns: minmax(0, 1fr); }
  .about-method-intro { padding: 54px 0 44px; border-right: 0; border-bottom: 1px solid var(--hm-color-hero-rule); }
  .about-method-intro h2 { font-size: 33px; }
  .about-method-list { padding: 14px 0 28px; }
  .about-method-list li { min-height: 0; padding: 22px 0; align-items: start; }
  .about-method-list li > div { grid-template-columns: minmax(0, 1fr); gap: 5px; }
  .about-network { padding: 54px 0 58px; }
  .about-network-head { margin-bottom: 30px; grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .about-network-head h2 { font-size: 32px; }
  .about-network-grid { grid-template-columns: minmax(0, 1fr); }
  .about-service-index { padding-right: 0; }
  .about-location-index { padding: 34px 0 0; border-left: 0; }
}
@media (max-width: 430px) {
  .about-hero h1 { font-size: 34px; }
  .about-hero-facts { grid-template-columns: minmax(0, 1fr); }
  .about-hero-facts div, .about-hero-facts div + div { padding: 13px 0; border-left: 0; }
  .about-hero-facts div + div { border-top: 1px solid var(--guide-rule-strong); }
  .about-service-list > div { min-height: 88px; gap: 10px; }
  .about-service-list a, .about-location-list a { font-size: 8px; }
  .about-location-list article { grid-template-columns: 23px minmax(0, 1fr) auto; gap: 9px; }
}
@media (max-width: 350px) {
  .about-hero h1 { font-size: 31px; }
  .about-service-list > div { grid-template-columns: minmax(0, 1fr); gap: 0; padding: 10px 0; }
  .about-service-list a { min-height: 36px; justify-content: flex-start; }
}

@media (max-width: 1050px) {
  .policy-hero-layout { grid-template-columns: minmax(0, 1fr) 280px; gap: 48px; }
  .policy-layout { grid-template-columns: 220px minmax(0, 1fr); gap: 48px; }
  .policy-related .container { grid-template-columns: 130px repeat(3,minmax(0,1fr)); }
  .policy-related a { padding-right: 28px; }
}

@media (max-width: 860px) {
  .policy-hero-layout { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .policy-meta { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
  .policy-meta div { min-height: 68px; padding: 12px 15px 12px 0; display: block; }
  .policy-meta div + div { padding-left: 16px; border-left: 1px solid rgba(255,255,255,.16); }
  .policy-meta dt { margin-bottom: 6px; }
  .policy-layout { grid-template-columns: minmax(0, 1fr); gap: 50px; }
  .policy-sidebar { position: static; }
  .policy-sidebar nav { max-height: none; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 2px solid var(--navy); }
  .policy-sidebar nav a:nth-child(odd) { padding-right: 16px; }
  .policy-sidebar nav a:nth-child(even) { padding-left: 16px; border-left: 1px solid #dce3ed; }
  .policy-sidebar nav a:hover { padding-left: 4px; }
  .policy-sidebar nav a:nth-child(even):hover { padding-left: 20px; }
  .policy-sidebar > p { max-width: 600px; }
  .policy-contact .container { grid-template-columns: 48px minmax(0, 1fr); }
  .policy-contact-actions { grid-column: 2; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .policy-related .container { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .policy-related .container > span { grid-column: 1 / -1; padding: 0 0 18px; }
  .policy-related a:first-of-type { border-left: 0; padding-left: 0; }
}

@media (max-width: 760px) {
  .policy-hero { padding: 42px 0 38px; }
  .policy-hero .breadcrumbs { margin-bottom: 30px; }
  .policy-hero h1 { font-size: 38px; }
  .policy-hero-deck { margin-top: 16px; font-size: 14px; }
  .policy-summary .container { min-height: 0; padding-top: 22px; padding-bottom: 22px; gap: 15px; align-items: start; }
  .policy-summary p { font-size: 12.5px; }
  .policy-content { padding: 52px 0 62px; }
  .policy-layout { gap: 42px; }
  .policy-document-head { padding-bottom: 34px; }
  .policy-document-head h2 { font-size: 28px; }
  .policy-facts { grid-template-columns: minmax(0,1fr); }
  .policy-facts div, .policy-facts div + div { padding: 13px 0; border-left: 0; }
  .policy-facts div + div { border-top: 1px solid #d7dfe9; }
  .policy-section { padding: 31px 0 34px; grid-template-columns: 36px minmax(0, 1fr); gap: 13px; }
  .policy-section h2 { margin-bottom: 13px; font-size: 21px; }
  .policy-section p { font-size: 14px; line-height: 1.75; }
  .policy-section li { font-size: 13.5px; }
  .policy-contact .container { min-height: 0; padding-top: 42px; padding-bottom: 42px; gap: 20px 16px; align-items: start; }
  .policy-contact h2 { font-size: 24px; }
  .policy-contact-actions { grid-template-columns: minmax(0,1fr); }
  .policy-related .container { padding-top: 30px; padding-bottom: 34px; grid-template-columns: minmax(0,1fr); }
  .policy-related a, .policy-related a:first-of-type { min-height: 78px; padding: 18px 36px 18px 0; border-top: 1px solid #d7dfe9; border-left: 0; }
  .policy-related a svg { top: 20px; right: 4px; }
}

@media (max-width: 430px) {
  .policy-meta { grid-template-columns: minmax(0,1fr); }
  .policy-meta div, .policy-meta div + div { min-height: 50px; padding: 11px 0; border-left: 0; }
  .policy-meta div + div { border-top: 1px solid rgba(255,255,255,.16); }
  .policy-meta div { display: grid; grid-template-columns: 90px minmax(0,1fr); gap: 12px; align-items: center; }
  .policy-meta dt { margin: 0; }
  .policy-summary .container { grid-template-columns: 34px minmax(0,1fr); }
  .policy-summary-icon { width: 34px; height: 34px; }
  .policy-sidebar nav { grid-template-columns: minmax(0,1fr); }
  .policy-sidebar nav a:nth-child(odd), .policy-sidebar nav a:nth-child(even) { padding-left: 4px; padding-right: 4px; border-left: 0; }
  .policy-sidebar nav a:hover, .policy-sidebar nav a:nth-child(even):hover { padding-left: 8px; }
  .policy-section { grid-template-columns: minmax(0,1fr); gap: 7px; }
  .policy-section-number { padding-top: 0; }
  .policy-section .policy-section-note { padding: 14px; }
  .policy-contact .container { grid-template-columns: minmax(0,1fr); }
  .policy-contact-icon { width: 44px; height: 44px; }
  .policy-contact-actions { grid-column: 1; }
}

@media print {
  .policy-page .topbar, .policy-page .site-header, .policy-summary, .policy-sidebar, .policy-contact, .policy-related, .policy-page + .site-footer { display: none !important; }
  .policy-hero { padding: 20px 0; color: #000; border-bottom: 2px solid #000; background: #fff; }
  .policy-hero .breadcrumbs, .policy-hero .eyebrow { display: none; }
  .policy-hero h1 { color: #000; font-size: 32px; }
  .policy-hero-deck, .policy-meta dd { color: #222; }
  .policy-meta { border-color: #999; }
  .policy-content { padding: 24px 0; }
  .policy-layout { display: block; }
  .policy-section { break-inside: avoid; }
}

@media (prefers-reduced-motion: reduce) {
  .about-text-link svg, .about-method-link svg, .about-service-list a svg, .about-location-list a svg { transition: none; }
}
