@font-face { font-family: "JAK Heading"; src: url("assets/fonts/JAKHeading-SemiBold.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: optional; }
@font-face { font-family: "JAK Heading"; src: url("assets/fonts/JAKHeading-Bold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: optional; }
@font-face { font-family: "Inter"; src: url("assets/fonts/Inter-Regular-JAK.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: optional; }
@font-face { font-family: "Inter"; src: url("assets/fonts/Inter-SemiBold-JAK.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: optional; }
@font-face { font-family: "Inter"; src: url("assets/fonts/Inter-Bold-JAK.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: optional; }

:root {
  --navy: #071e35;
  --navy-2: #0b2d50;
  --blue: #0549a5;
  --blue-action: #0a63c7;
  --blue-soft: #eaf3ff;
  --cloud: #f6f8fc;
  --white: #fff;
  --mist: #d9e2ec;
  --ink: #10233a;
  --slate: #51657a;
  --buy: #087f5b;
  --sell: #c92f45;
  --shadow: 0 12px 30px rgba(7, 30, 53, .08);
  --radius: 12px;
  --container: 1220px;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 104px; scrollbar-gutter: stable; }
body { overflow-x: clip; margin: 0; color: var(--ink); background: var(--white); font: 400 16px/1.62 "Inter", "Segoe UI", Arial, sans-serif; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { max-width: 100%; display: block; }
figure { margin: 0; }
h1, h2, h3 { margin: 0; color: var(--navy); font-family: "JAK Heading", "Segoe UI", Arial, sans-serif; letter-spacing: -.025em; }
h1 { font-size: clamp(2.25rem, 4.1vw, 3rem); line-height: 1.08; font-weight: 600; }
h2 { font-size: clamp(1.75rem, 3.4vw, 2.5rem); line-height: 1.13; font-weight: 600; }
h3 { font-size: 1.24rem; line-height: 1.25; font-weight: 600; }
p { margin: 0; }
:focus-visible { outline: 3px solid #ffffff; outline-offset: 2px; box-shadow: 0 0 0 6px #004c97; }
[id] { scroll-margin-top: 116px; }
.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(100% - 32px, var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; background: var(--white); color: var(--navy); border-radius: 8px; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.preview-bar { min-height: 34px; display: flex; justify-content: center; align-items: center; gap: 10px; padding: 6px 16px; background: #ffd96a; color: #3f3100; font-size: .78rem; line-height: 1.3; text-align: center; }
.preview-bar strong { letter-spacing: .08em; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--mist); box-shadow: 0 4px 18px rgba(7,30,53,.05); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 0; }
.brand-logo { flex: 0 0 72px; width: 72px; height: 72px; padding: 5px; display: grid; place-items: center; background: var(--white); border: 1px solid var(--mist); border-radius: 8px; }
.brand-logo img { width: 100%; height: 100%; object-fit: contain; }
.brand-copy { min-width: 0; display: grid; line-height: 1.2; }
.brand-copy strong { font-size: 1.05rem; white-space: nowrap; }
.brand-copy small { margin-top: 4px; color: var(--slate); font-size: .72rem; letter-spacing: .04em; }
.desktop-nav { display: flex; align-items: center; gap: 26px; }
.desktop-nav a { min-width: 44px; min-height: 44px; padding-inline: 8px; display: inline-flex; align-items: center; justify-content: center; color: var(--ink); text-decoration: none; font-weight: 600; font-size: .94rem; }
.desktop-nav a:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.language-switcher { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 8px 11px; color: var(--navy); background: var(--white); border: 1px solid var(--mist); border-radius: 10px; text-decoration: none; font-weight: 800; font-size: .82rem; letter-spacing: .05em; }
.language-switcher:hover { color: var(--blue); border-color: var(--blue); }
.menu-toggle { display: none; min-width: 48px; min-height: 48px; padding: 0 14px; border: 1px solid var(--mist); border-radius: 10px; color: var(--navy); background: var(--white); font-weight: 700; }
.mobile-menu { padding: 8px 16px 18px; background: var(--white); border-top: 1px solid var(--mist); }
.mobile-menu a { min-height: 48px; display: flex; align-items: center; padding: 8px 4px; text-decoration: none; font-weight: 600; border-bottom: 1px solid #edf1f5; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid transparent; border-radius: 10px; text-decoration: none; font-weight: 700; line-height: 1.2; text-align: center; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-small { min-height: 44px; padding: 10px 16px; font-size: .9rem; }
.button-primary { color: var(--white); background: var(--blue); border-color: var(--blue); }
.button-primary:hover { background: #043d8b; }
.button-secondary { color: var(--blue); background: var(--white); border-color: var(--blue); }
.button-secondary:hover { background: var(--blue-soft); }
.button-light { color: var(--navy); background: var(--white); border-color: var(--white); }
.button-outline-light { color: var(--white); background: transparent; border-color: rgba(255,255,255,.7); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; color: var(--blue); font-weight: 700; text-underline-offset: 4px; }
.text-link-light { color: var(--white); }

.hero { position: relative; isolation: isolate; padding: 56px 0; color: var(--white); background: var(--navy); border-bottom: 6px solid var(--blue); overflow: hidden; }
.hero::after { content: ""; position: absolute; z-index: -1; top: -170px; right: -110px; width: 520px; height: 520px; border: 1px solid rgba(128,181,238,.18); border-radius: 50%; box-shadow: 0 0 0 72px rgba(128,181,238,.035), 0 0 0 144px rgba(128,181,238,.025); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: clamp(38px, 5vw, 72px); align-items: center; }
.hero-copy { max-width: 790px; }
.eyebrow { margin-bottom: 14px; color: var(--blue); font-weight: 700; font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow-light { color: #a9d0ff; }
.hero .eyebrow { color: #9bc7f8; }
.hero h1 { color: var(--white); }
.hero h1 span { display: block; color: #73b5ff; }
.location-line { margin-top: 20px; display: flex; flex-wrap: wrap; align-items: center; gap: 9px; color: #f0f6fc; font-size: .89rem; font-weight: 700; }
.location-line i { width: 4px; height: 4px; background: #73b5ff; border-radius: 50%; }
.hero-lead { max-width: 650px; margin-top: 17px; color: #d3dfeb; font-size: 1.08rem; line-height: 1.56; }
.hero-copy .button-row { margin-top: 26px; }
.hero .button-primary { background: var(--blue-action); border-color: var(--blue-action); box-shadow: 0 8px 22px rgba(0,0,0,.18); }
.hero .button-primary:hover { background: var(--blue); }
.hero .button-secondary { color: var(--white); background: transparent; border-color: rgba(255,255,255,.58); }
.hero .button-secondary:hover { background: rgba(255,255,255,.08); }
.identity-panel { padding: 28px; color: var(--ink); background: var(--white); border: 1px solid rgba(255,255,255,.5); border-top: 5px solid var(--blue); border-radius: 10px; box-shadow: 0 22px 46px rgba(0,0,0,.2); }
.identity-head { display: grid; grid-template-columns: 112px 1fr; gap: 22px; align-items: center; }
.identity-head img { width: 112px; height: 112px; padding: 4px; object-fit: contain; background: var(--white); }
.identity-head > div { display: grid; gap: 4px; }
.identity-head .mini-label { margin-bottom: 2px; }
.identity-head strong { color: var(--navy); font-size: 1.25rem; line-height: 1.2; }
.identity-head span { color: var(--blue); font-size: .8rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.proof-grid { margin-top: 24px; padding-block: 17px; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--mist); }
.proof-grid div { padding-inline: 12px; display: grid; gap: 2px; border-right: 1px solid var(--mist); }
.proof-grid div:first-child { padding-left: 0; }
.proof-grid div:last-child { padding-right: 0; border-right: 0; }
.proof-grid strong { color: var(--navy); font-size: .93rem; }
.proof-grid span { color: var(--slate); font-size: .72rem; }
.identity-security { margin-top: 18px; display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: start; }
.identity-security > span { width: 26px; height: 26px; display: grid; place-items: center; color: var(--white); background: var(--blue); border-radius: 50%; font-weight: 900; }
.identity-security p { display: grid; gap: 2px; }
.identity-security strong { color: var(--navy); font-size: .86rem; }
.identity-security small { color: var(--slate); font-size: .76rem; line-height: 1.4; }
.mini-label { color: var(--blue); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.section { padding: 76px 0; }
.section-soft { background: var(--cloud); }
.section-navy { background: var(--navy); color: var(--white); }
.section-navy h2 { color: var(--white); }
.section-heading { max-width: 760px; }
.section-heading > p:last-child, .section-intro { margin-top: 14px; color: var(--slate); }
.section-intro { max-width: 760px; }
.split-heading { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 28px; }
.centered { margin-inline: auto; text-align: center; }
.updated-card { flex: 0 0 auto; min-width: 240px; padding: 12px 16px; display: grid; gap: 2px; background: var(--blue-soft); border: 1px solid #cce1ff; border-radius: 12px; }
.updated-card span { color: var(--slate); font-size: .78rem; }
.updated-card strong { color: var(--navy); font-size: .95rem; }

.rate-shell { margin-top: 32px; overflow: hidden; background: var(--white); border: 1px solid var(--mist); border-radius: var(--radius); box-shadow: var(--shadow); }
.rate-toolbar { padding: 18px 20px; display: flex; justify-content: space-between; align-items: end; gap: 20px; background: #fbfdff; border-bottom: 1px solid var(--mist); }
.rate-toolbar p { max-width: 360px; color: var(--slate); font-size: .8rem; text-align: right; }
.search-field { display: grid; gap: 6px; }
.search-field span, .compact-field span, .calculator-form label > span { color: var(--slate); font-size: .78rem; font-weight: 700; }
.search-field input { width: min(360px, 72vw); min-height: 48px; padding: 10px 14px; border: 1px solid #bdc9d6; border-radius: 10px; color: var(--ink); background: var(--white); }
.rate-header, .rate-row { display: grid; grid-template-columns: minmax(220px, 1.4fr) minmax(120px, .6fr) minmax(120px, .6fr); align-items: center; }
.rate-header { min-height: 52px; padding: 0 22px; color: var(--navy); background: var(--blue-soft); border-bottom: 1px solid #bdd7f6; font-weight: 700; }
.rate-header span:nth-child(n+2), .rate-value { text-align: right; }
.rate-row { min-height: 72px; padding: 10px 22px; border-bottom: 1px solid #e3e9ef; }
.rate-row:last-child { border-bottom: 0; }
.rate-row:hover { background: #fbfdff; }
@media (min-width: 761px) { #rateGrid:empty { min-height: 576px; } }
.rate-empty { grid-template-columns: 1fr; min-height: 72px; color: var(--slate); }
.currency-name { display: grid; gap: 1px; }
.currency-name strong { color: var(--navy); font-size: 1.05rem; }
.currency-name small { color: var(--slate); font-size: .78rem; line-height: 1.25; overflow-wrap: anywhere; }
.rate-value { font-variant-numeric: tabular-nums; font-size: clamp(1.18rem, 2vw, 1.45rem); font-weight: 700; }
.rate-value.buy { color: var(--buy); }
.rate-value.sell { color: var(--sell); }
.rate-expand-row { min-height: 58px; padding: 8px 20px; display: flex; justify-content: space-between; align-items: center; gap: 18px; border-top: 1px solid var(--mist); }
.rate-expand-row p { color: var(--slate); font-size: .82rem; }
.rate-toggle { min-height: 44px; padding: 8px 14px; color: var(--blue); background: var(--white); border: 1px solid #a9c9ef; border-radius: 8px; font-weight: 700; cursor: pointer; }
.rate-toggle:hover { background: var(--blue-soft); }
.rate-explainer { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 18px 20px; background: var(--cloud); border-top: 1px solid var(--mist); }
.rate-explainer p { display: flex; gap: 10px; align-items: baseline; }
.rate-explainer strong { color: var(--navy); }
.rate-explainer span { color: var(--slate); font-size: .88rem; }
.fine-print { padding: 0 20px; color: var(--slate); font-size: .86rem; }
.rate-shell > .fine-print { padding-top: 18px; }
.section-action { padding: 20px; display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.centered-action { justify-content: center; margin-top: 30px; padding: 0; }
.tools-action { padding: 24px 0 0; }

.tool-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 24px; align-items: stretch; }
.tool-card { min-width: 0; padding: 28px; background: var(--white); border: 1px solid var(--mist); border-radius: var(--radius); box-shadow: var(--shadow); }
.tool-card > p { margin-top: 12px; color: var(--slate); }
.tool-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.compact-field { display: grid; gap: 5px; min-width: 150px; }
select, input { min-width: 0; max-width: 100%; color: var(--ink); background: var(--white); border: 1px solid #b9c5d1; border-radius: 9px; }
select { min-height: 46px; padding: 9px 34px 9px 11px; }
.periods { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px; }
.periods button { min-height: 44px; padding: 8px 14px; color: var(--navy); background: var(--white); border: 1px solid var(--mist); border-radius: 8px; font-weight: 700; cursor: pointer; }
.periods button.is-active { color: var(--white); background: var(--blue); border-color: var(--blue); }
.chart-frame { position: relative; width: 100%; margin-top: 18px; padding: 16px; background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%); border: 1px solid #d9e4ef; border-radius: 14px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8); }
.chart-frame canvas { display: block; width: 100%; height: auto; aspect-ratio: 2.12 / 1; }
.chart-frame svg { display: block; width: 100%; height: auto; aspect-ratio: 1.55 / 1; overflow: visible; cursor: crosshair; touch-action: pan-y; }
.chart-tip { position: absolute; z-index: 2; max-width: calc(100% - 16px); pointer-events: none; padding: 8px 10px; color: var(--white); background: var(--navy); border: 1px solid rgba(255,255,255,.18); border-radius: 8px; box-shadow: 0 8px 24px rgba(3,31,58,.22); font-size: .75rem; line-height: 1.35; white-space: nowrap; }
.chart-tip .d { margin-top: 3px; color: #d8e5f2; font-size: .68rem; }
.chart-legend { margin-top: 14px; padding-inline: 4px; display: flex; flex-wrap: wrap; align-items: center; gap: 18px; color: var(--slate); font-size: .88rem; }
.chart-legend span { display: inline-flex; align-items: center; gap: 6px; }
.chart-legend .it { white-space: nowrap; }
.chart-legend .sw { width: 10px; height: 10px; flex: 0 0 10px; border: 2px solid var(--white); border-radius: 50%; box-shadow: 0 0 0 1.5px currentColor; }
.chart-legend .sw.b { color: var(--buy); background: var(--buy); }
.chart-legend .sw.j { color: var(--sell); background: var(--sell); }
.chart-legend .value { color: var(--navy); font-variant-numeric: tabular-nums; font-weight: 800; }
.chart-legend .pc { color: var(--slate); font-size: .78rem; }
.chart-legend i { width: 18px; height: 3px; display: inline-block; border-radius: 99px; }
.buy-key { background: var(--buy); }
.sell-key { background: var(--sell); }
.chart-legend small { margin-left: auto; }
.preview-chip { padding: 6px 9px; color: #6f5200; background: #ffedb3; border-radius: 8px; font-size: .68rem; font-weight: 700; letter-spacing: .06em; }
.calculator-form { margin-top: 22px; display: grid; gap: 18px; }
.calculator-form label { display: grid; gap: 6px; }
.calculator-form input { width: 100%; min-height: 52px; padding: 11px 14px; font-size: 1.15rem; font-variant-numeric: tabular-nums; }
.currency-pair { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 10px; }
.currency-pair select { width: 100%; }
.swap-button { min-width: 56px; min-height: 48px; padding: 8px; color: var(--blue); background: var(--blue-soft); border: 1px solid #bfd8f6; border-radius: 10px; font-weight: 700; cursor: pointer; }
.calculator-results { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.calculator-results div { padding: 16px; display: grid; gap: 5px; background: var(--cloud); border: 1px solid var(--mist); border-radius: 12px; }
.calculator-results span { color: var(--slate); font-size: .78rem; }
.calculator-results strong { color: var(--navy); font-size: 1.15rem; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.calculator-form .fine-print { padding: 0; }

.need-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.need-grid article { padding: 26px; display: flex; flex-direction: column; align-items: flex-start; background: var(--white); border: 1px solid var(--mist); border-top: 3px solid var(--blue); border-radius: var(--radius); }
.need-grid h3 { margin-top: 18px; }
.need-grid p { margin-top: 10px; color: var(--slate); }
.need-grid .supporting-copy { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--mist); font-size: .88rem; }
.card-index { width: 42px; height: 42px; display: grid; place-items: center; color: var(--blue); background: var(--blue-soft); border-radius: 10px; font-weight: 700; }
.booking-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: center; }
.booking-grid p:not(.eyebrow) { margin-top: 15px; color: #ced9e5; }
.booking-actions { display: grid; gap: 14px; justify-items: start; }
.booking-actions small { color: #aebdca; }

.office-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.office-card { overflow: hidden; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--mist); border-radius: var(--radius); box-shadow: var(--shadow); }
.office-photo-link { display: block; overflow: hidden; aspect-ratio: 16 / 10; background: var(--cloud); }
.office-photo-link img { width: 100%; height: 100%; object-fit: cover; background: var(--cloud); transition: transform .24s ease; }
.office-photo-link:hover img { transform: scale(1.018); }
.office-body { flex: 1; padding: 24px; display: flex; flex-direction: column; }
.office-type { color: var(--blue); font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.office-body h3 { margin-top: 4px; }
.office-body h3 a { min-height: 44px; display: inline-flex; align-items: center; color: inherit; text-decoration: none; }
.office-body h3 a:hover { color: var(--blue); }
.office-address { margin-top: 12px; color: var(--slate); font-size: .82rem; line-height: 1.5; }
.office-body > p:not(.office-type) { margin-top: 10px; color: var(--slate); }
.office-hours { font-size: .87rem; }
.office-actions { margin-top: auto; padding-top: 20px; display: grid; grid-template-columns: 1fr; gap: 10px; }

.company-profile { padding: 34px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: start; background: var(--white); border: 1px solid var(--mist); border-radius: var(--radius); box-shadow: var(--shadow); }
.company-profile > p { color: var(--slate); font-size: 1.02rem; line-height: 1.75; }

.process-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.process-list { margin: 0; padding: 0; display: grid; gap: 14px; list-style: none; }
.process-list li { padding: 20px; display: grid; grid-template-columns: 46px 1fr; gap: 15px; background: var(--white); border: 1px solid var(--mist); border-radius: 14px; }
.process-list li > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--white); background: var(--blue); border-radius: 10px; font-weight: 700; }
.process-list p { margin-top: 4px; color: var(--slate); }
.safety-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 42px; align-items: stretch; }
.safety-main { min-width: 0; padding: 34px; background: var(--navy); color: var(--white); border-radius: var(--radius); }
.safety-main .eyebrow { color: #9bc7f8; }
.safety-main h2 { color: var(--white); }
.safety-main p:not(.eyebrow) { margin-top: 14px; color: #d0dce7; }
.safety-main strong { color: var(--white); }
.complaint-card { min-width: 0; padding: 30px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; border: 1px solid var(--mist); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.complaint-card h3 { margin-top: 10px; }
.complaint-card p:not(.mini-label) { margin-top: 8px; color: var(--slate); }
.complaint-card .button { margin-top: 20px; }
.email-link { min-height: 44px; margin-top: 12px; display: inline-flex; align-items: center; color: var(--blue); overflow-wrap: anywhere; }

.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: start; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { background: var(--white); border: 1px solid var(--mist); border-radius: 12px; }
.faq-list summary { min-height: 58px; padding: 16px 50px 16px 18px; display: flex; align-items: center; position: relative; color: var(--navy); font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 18px; color: var(--blue); font-size: 1.4rem; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { padding: 0 18px 18px; color: var(--slate); }

.review-panel { padding: 34px; display: grid; grid-template-columns: 1fr 1.15fr; gap: 42px; align-items: center; background: var(--cloud); border: 1px solid var(--mist); border-radius: var(--radius); }
.review-panel > div:first-child > p:not(.eyebrow) { margin-top: 12px; color: var(--slate); }
.review-links { display: grid; grid-template-columns: 1fr; gap: 10px; }
.review-links .button { width: 100%; }

.final-cta { padding: 68px 0; color: var(--white); background: var(--blue); }
.final-cta h2 { color: var(--white); }
.final-cta p:not(.eyebrow) { margin-top: 10px; color: #dcecff; }
.final-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 42px; }
.final-cta-inner > div:first-child { max-width: 720px; }
.site-footer { padding-top: 52px; color: #d2dce7; background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 46px; }
.footer-brand { display: flex; align-items: flex-start; gap: 14px; }
.footer-brand strong, .footer-grid nav > strong { color: var(--white); }
.footer-brand p { margin-top: 6px; color: #aebfce; font-size: .88rem; }
.footer-grid nav { display: grid; align-content: start; gap: 10px; }
.footer-grid nav > strong { margin-bottom: 4px; }
.footer-grid nav a, .footer-grid nav .footer-pending { width: fit-content; color: #c4d0dc; text-decoration: none; font-size: .9rem; }
.footer-grid nav a { min-width: 44px; min-height: 44px; margin-inline: -9px; padding-inline: 9px; display: inline-flex; align-items: center; }
.footer-grid nav .footer-pending { color: #899cac; }
.footer-grid nav a:hover { color: var(--white); text-decoration: underline; }
.footer-bottom { margin-top: 42px; min-height: 62px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px; padding-block: 10px; border-top: 1px solid rgba(255,255,255,.13); font-size: .82rem; }
.footer-social { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.footer-social > strong { color: var(--white); white-space: nowrap; }
.footer-social-links { display: flex; flex-wrap: wrap; gap: 8px; }
.footer-social-links a { min-width: 44px; min-height: 44px; padding: 8px 12px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: #e8f2fb; text-decoration: none; font-weight: 700; line-height: 1; }
.footer-social-links a:hover { border-color: rgba(255,255,255,.62); color: var(--white); background: rgba(255,255,255,.08); }

.branch-dialog { width: min(560px, calc(100% - 28px)); max-width: calc(100dvw - 28px); max-height: min(90dvh, 760px); box-sizing: border-box; padding: 26px; overflow-x: hidden; overflow-y: auto; border: 0; border-radius: 18px; color: var(--ink); box-shadow: 0 30px 90px rgba(7,30,53,.35); }
.branch-dialog::backdrop { background: rgba(4,17,30,.72); backdrop-filter: blur(3px); }
.dialog-head { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: flex-start; }
.dialog-head > div { min-width: 0; }
.dialog-head h2 { overflow-wrap: break-word; }
.branch-dialog .dialog-close { flex: none; width: auto; height: auto; min-width: 68px; min-height: 44px; padding: 8px 12px; color: var(--navy); background: var(--cloud); border: 1px solid var(--mist); border-radius: 9px; font-size: 1rem; font-weight: 700; line-height: 1.25; white-space: nowrap; cursor: pointer; }
.branch-dialog > p { margin-top: 12px; color: var(--slate); }
.dialog-intents { margin: 18px 0 0; padding: 14px; display: grid; gap: 8px; border: 1px solid var(--mist); border-radius: 12px; }
.dialog-intents[hidden] { display: none; }
.dialog-intents legend { padding-inline: 6px; color: var(--navy); font-weight: 700; }
.dialog-intents button { min-height: 48px; padding: 10px 12px; color: var(--navy); background: var(--white); border: 1px solid var(--mist); border-radius: 8px; font-weight: 700; text-align: left; cursor: pointer; }
.dialog-intents button[aria-pressed="true"] { color: var(--white); background: var(--blue); border-color: var(--blue); }
.dialog-branches { margin-top: 20px; display: grid; gap: 10px; }
.dialog-branches a { min-width: 0; min-height: 68px; padding: 14px 16px; display: grid; gap: 2px; text-decoration: none; background: var(--white); border: 1px solid var(--mist); border-radius: 12px; }
.dialog-branches a > * { min-width: 0; overflow-wrap: anywhere; }
.dialog-branches a:hover { border-color: var(--blue); background: var(--blue-soft); }
.dialog-branches span { color: var(--slate); font-size: .84rem; }

/* Branch pages */
.branch-hero { padding: 44px 0 58px; color: var(--white); background: var(--navy); border-bottom: 6px solid var(--blue); }
.breadcrumb { margin-bottom: 20px; display: flex; flex-wrap: wrap; align-items: center; gap: 4px; color: #b8c9d9; font-size: .87rem; }
.breadcrumb a, .breadcrumb > span { min-height: 44px; display: inline-flex; align-items: center; padding-inline: 4px; }
.breadcrumb a { color: #8bc2ff; }
.branch-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 46px; align-items: center; }
.branch-hero-copy h1 { color: var(--white); }
.branch-hero-copy .eyebrow { color: #9bc7f8; }
.branch-hero-copy .hero-lead { color: #d3dfeb; font-size: 1.05rem; }
.branch-primary-actions { margin-top: 24px; }
.branch-hero-copy .button-secondary { color: var(--white); background: transparent; border-color: rgba(255,255,255,.58); }
.branch-meta { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.branch-meta div { padding: 14px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.18); border-radius: 8px; }
.branch-meta span { display: block; color: #b8c9d9; font-size: .75rem; }
.branch-meta strong { display: block; margin-top: 3px; color: var(--white); }
.branch-photo { margin: 0; overflow: hidden; border-radius: 10px; box-shadow: 0 22px 46px rgba(0,0,0,.22); background: var(--white); }
.branch-photo img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.branch-photo figcaption { padding: 10px 14px; color: var(--slate); font-size: .78rem; }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.info-panel { padding: 28px; border: 1px solid var(--mist); border-radius: var(--radius); background: var(--white); }
.info-panel h2 { font-size: 1.6rem; }
.info-panel p { margin-top: 12px; color: var(--slate); }
.info-list { margin: 18px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.info-list li { padding-bottom: 12px; border-bottom: 1px solid #e7ecf1; }
.info-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.info-list span { display: block; color: var(--slate); font-size: .76rem; }
.info-list strong { display: block; margin-top: 2px; }
.hours-table { width: 100%; margin-top: 14px; border-collapse: collapse; }
.hours-table td { padding: 9px 0; border-bottom: 1px solid #e7ecf1; }
.hours-table td:last-child { text-align: right; font-weight: 700; }
.branch-service-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.branch-service-grid article { padding: 24px; background: var(--white); border: 1px solid var(--mist); border-top: 3px solid var(--blue); border-radius: 10px; }
.branch-service-grid p { margin-top: 8px; color: var(--slate); }
.document-hero { padding: 54px 0 44px; background: var(--navy); }
.document-hero .breadcrumb { margin-bottom: 24px; }
.document-hero h1 { max-width: 850px; color: var(--white); }
.document-hero .hero-lead { max-width: 760px; }
.document-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 30px; align-items: start; }
.document-content { display: grid; gap: 18px; }
.document-section { padding: 26px; background: var(--white); border: 1px solid var(--mist); border-radius: var(--radius); }
.document-section h2 { font-size: 1.55rem; }
.document-section h3 { margin-top: 22px; font-size: 1.08rem; }
.document-section p, .document-section li { color: var(--slate); }
.document-section p { margin-top: 12px; }
.document-section a { min-height: 44px; display: inline-flex; align-items: center; color: var(--blue); font-weight: 600; overflow-wrap: anywhere; }
.document-section a.button-primary { color: var(--white); }
.document-section ul, .document-section ol { margin: 12px 0 0; padding-left: 22px; }
.document-section li + li { margin-top: 8px; }
.document-aside { position: sticky; top: 112px; padding: 24px; background: var(--blue-soft); border: 1px solid #bfd8f6; border-radius: var(--radius); }
.document-aside h2 { font-size: 1.25rem; }
.document-aside p { margin-top: 10px; color: var(--slate); }
.document-aside .button { width: 100%; margin-top: 18px; }
.document-note { padding: 16px 18px; color: var(--ink); background: #fff7d6; border: 1px solid #eed588; border-radius: 10px; }
.security-hero h1 { max-width: 920px; }
.security-alert { padding: 22px; display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 16px; align-items: start; color: var(--navy); background: #fff7d6; border: 1px solid #e5c75c; border-left: 5px solid #bd7b00; border-radius: 10px; }
.security-alert > span { width: 40px; height: 40px; display: grid; place-items: center; color: var(--white); background: #9b5f00; border-radius: 50%; font-weight: 800; }
.security-alert h2 { font-size: 1.32rem; }
.security-alert p { margin-top: 8px; color: #4c3b19; }
.official-contact-grid { margin-top: 22px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.official-contact-card { min-width: 0; padding: 20px; display: flex; flex-direction: column; align-items: flex-start; background: var(--cloud); border: 1px solid var(--mist); border-top: 3px solid var(--blue); border-radius: 10px; }
.official-contact-card h3 { margin-top: 4px; font-size: 1.08rem; }
.official-contact-card p { overflow-wrap: anywhere; }
.official-contact-card .button-row { width: 100%; margin-top: auto; padding-top: 16px; align-items: stretch; flex-direction: column; }
.official-contact-card .button, .official-contact-card .text-link { width: 100%; justify-content: center; text-align: center; }
.official-email { margin-top: 22px; padding: 16px 18px; background: var(--blue-soft); border: 1px solid #bfd8f6; border-radius: 10px; overflow-wrap: anywhere; }
.official-social { margin-top: 18px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; }
.official-social a { min-width: 44px; min-height: 44px; padding: 8px 12px; justify-content: center; border: 1px solid var(--mist); border-radius: 999px; text-decoration: none; }
.security-steps { padding-left: 0 !important; list-style: none; counter-reset: security-step; }
.security-steps li { position: relative; padding: 18px 18px 18px 64px; min-height: 60px; background: var(--cloud); border: 1px solid var(--mist); border-radius: 10px; counter-increment: security-step; }
.security-steps li::before { content: counter(security-step); position: absolute; top: 16px; left: 16px; width: 34px; height: 34px; display: grid; place-items: center; color: var(--white); background: var(--blue); border-radius: 50%; font-weight: 800; }
.security-steps strong, .security-steps span { display: block; }
.security-steps span { margin-top: 5px; color: var(--slate); }
.warning-list li::marker { color: #a75400; }
.source-links { display: grid; gap: 6px; }
.compact-checks { margin: 16px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.compact-checks li { position: relative; padding-left: 28px; color: var(--ink); }
.compact-checks li::before { content: "✓"; position: absolute; left: 0; color: var(--buy); font-weight: 800; }
.safety-main .security-guide-link { margin-top: 20px; }
.map-card { min-height: 300px; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; color: var(--white); background: var(--blue); border-radius: var(--radius); }
.map-card h2 { color: var(--white); }
.map-card p { margin-top: 10px; color: #d9e8f6; }
.map-card .button { margin-top: 20px; align-self: flex-start; }

@media (max-width: 1060px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .hero-grid, .branch-hero-grid { grid-template-columns: 1fr; }
  .document-layout { grid-template-columns: 1fr; }
  .document-aside { position: static; }
  .official-contact-grid { grid-template-columns: 1fr 1fr; }
  .hero-copy { max-width: 850px; }
  .identity-panel { max-width: 760px; }
  .tool-grid, .booking-grid, .process-grid, .safety-grid, .faq-grid, .company-profile, .review-panel { grid-template-columns: 1fr; gap: 32px; }
  .office-grid { grid-template-columns: repeat(2, 1fr); }
  .office-card:last-child { grid-column: 1 / -1; width: calc(50% - 10px); justify-self: center; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .footer-grid nav:last-child { grid-column: 2 / -1; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 94px; }
  .preview-bar { flex-direction: column; gap: 1px; min-height: 48px; }
  .header-inner { min-height: 70px; gap: 10px; }
  .brand-logo { flex-basis: 56px; width: 56px; height: 56px; }
  .brand-copy strong { font-size: .9rem; }
  .brand-copy small { display: none; }
  .header-actions .button { display: none; }
  .hero { padding: 40px 0 44px; }
  .document-hero { padding: 40px 0 34px; }
  .hero::after { top: auto; right: -170px; bottom: -220px; width: 430px; height: 430px; }
  .hero-grid { gap: 32px; }
  .hero h1 { max-width: 570px; font-size: clamp(2.125rem, 9vw, 2.35rem); line-height: 1.08; }
  .hero-lead { font-size: 1rem; line-height: 1.5; }
  .hero-copy .button-row, .final-cta .button-row { display: grid; grid-template-columns: 1fr; }
  .hero-copy .button, .final-cta .button { width: 100%; }
  .location-line { margin-top: 16px; gap: 7px; font-size: .8rem; }
  .identity-panel { padding: 20px; }
  .identity-head { grid-template-columns: 86px 1fr; gap: 16px; }
  .identity-head img { width: 86px; height: 86px; }
  .identity-head strong { font-size: 1.05rem; }
  .section { padding: 58px 0; }
  .split-heading { align-items: stretch; flex-direction: column; gap: 18px; }
  .updated-card { min-width: 0; width: 100%; }
  .rate-toolbar { align-items: stretch; flex-direction: column; }
  .search-field input { width: 100%; }
  .rate-toolbar p { max-width: none; text-align: left; }
  .rate-header, .rate-row { grid-template-columns: minmax(0, 1.2fr) minmax(78px, .6fr) minmax(78px, .6fr); padding-inline: 14px; column-gap: 8px; }
  .rate-header { font-size: .86rem; }
  .rate-row { min-height: 68px; }
  .currency-name strong { font-size: .98rem; }
  .currency-name small { max-width: none; white-space: normal; overflow: visible; text-overflow: clip; }
  .rate-value { font-size: clamp(1.02rem, 5vw, 1.3rem); }
  .rate-expand-row { align-items: stretch; flex-direction: column; padding: 14px; }
  .rate-toggle { width: 100%; }
  .rate-explainer { grid-template-columns: 1fr; }
  .section-action { align-items: stretch; flex-direction: column; }
  .section-action .button { width: 100%; }
  .tools-action { padding-inline: 0; }
  .company-profile, .review-panel { padding: 24px; }
  .official-contact-grid { grid-template-columns: 1fr; }
  .security-alert { grid-template-columns: 36px minmax(0, 1fr); padding: 18px; }
  .security-alert > span { width: 34px; height: 34px; }
  .security-steps li { padding: 16px 16px 16px 58px; }
  .tool-card { padding: 20px; }
  .tool-heading { align-items: stretch; flex-direction: column; }
  .compact-field { width: 100%; }
  .periods { display: grid; grid-template-columns: 1fr 1fr; }
  .periods button { min-height: 46px; }
  .chart-frame { margin-inline: -4px; padding: 10px; }
  .chart-frame svg { aspect-ratio: 1.18 / 1; }
  .chart-legend small { width: 100%; margin-left: 0; }
  .currency-pair { grid-template-columns: 1fr; }
  .swap-button { width: 100%; }
  .calculator-results { grid-template-columns: 1fr; }
  .need-grid, .office-grid, .branch-service-grid { grid-template-columns: 1fr; }
  .office-card:last-child { grid-column: auto; width: auto; justify-self: stretch; }
  .office-actions { grid-template-columns: 1fr; }
  .booking-grid { gap: 26px; }
  .process-list li { grid-template-columns: 42px 1fr; padding: 16px; }
  .safety-main, .complaint-card { padding: 24px; }
  .final-cta-inner { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid nav:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 16px 0; }
  .footer-social { width: 100%; margin-left: 0; align-items: flex-start; flex-direction: column; }
  .footer-social-links { width: 100%; }
  .branch-dialog { width: min(560px, calc(100% - 20px)); max-width: calc(100dvw - 20px); max-height: calc(100dvh - 20px); padding: 20px; }
  .dialog-head { gap: 12px; align-items: flex-start; }
  .branch-hero { padding: 36px 0 52px; }
  .branch-meta, .info-grid { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  .container { width: min(100% - 28px, var(--container)); }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.66rem; }
  .brand-logo { flex-basis: 56px; width: 56px; height: 56px; }
  .brand { gap: 9px; }
  .brand-copy strong { max-width: 145px; overflow: visible; text-overflow: clip; white-space: normal; font-size: .76rem; }
  .identity-panel, .tool-card, .office-body { padding: 18px; }
  .identity-head { grid-template-columns: 76px 1fr; gap: 13px; }
  .identity-head img { width: 76px; height: 76px; }
  .proof-grid { grid-template-columns: 1fr; padding-block: 10px; }
  .proof-grid div { padding: 10px 0; border-right: 0; border-bottom: 1px solid var(--mist); }
  .proof-grid div:last-child { border-bottom: 0; }
  .proof-grid strong { font-size: .9rem; }
  .proof-grid span { font-size: .72rem; }
  .rate-header, .rate-row { grid-template-columns: minmax(0, 1fr) 82px 82px; padding-inline: 10px; column-gap: 5px; }
  .currency-name small { max-width: none; }
  .rate-value { font-size: 1.02rem; }
  .rate-explainer, .fine-print, .section-action { padding-inline: 14px; }
  .button { padding-inline: 14px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-grid nav:last-child { grid-column: auto; }
  .branch-dialog { width: calc(100% - 16px); max-width: calc(100dvw - 16px); max-height: calc(100dvh - 16px); padding: 16px; }
  .dialog-head { gap: 10px; }
  .branch-dialog .dialog-close { min-width: 60px; padding-inline: 10px; }
  .dialog-branches a { padding-inline: 12px; }
}

@media (max-width: 340px) {
  .hero { padding: 28px 0 36px; }
  .hero .eyebrow { margin-bottom: 10px; }
  .hero h1 { font-size: 1.9rem; }
  .location-line { margin-top: 10px; }
  .hero-lead { margin-top: 12px; font-size: .97rem; }
  .hero-copy .button-row { margin-top: 16px; }
}

.consent-banner {
  position: fixed;
  z-index: 120;
  right: 16px;
  bottom: 16px;
  left: 16px;
  width: min(calc(100% - 32px), 1120px);
  margin-inline: auto;
  padding: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #b8c8da;
  border-radius: 12px;
  box-shadow: 0 18px 46px rgba(7, 30, 53, .22);
}
.consent-banner[hidden] { display: none; }
.consent-banner-copy { min-width: 0; }
.consent-banner-copy strong { display: block; color: var(--navy); font: 600 1.12rem/1.3 "JAK Heading", "Segoe UI", sans-serif; }
.consent-banner-copy p { margin-top: 6px; color: var(--slate); font-size: .92rem; line-height: 1.5; }
.consent-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.consent-actions .button { min-height: 44px; padding: 9px 14px; font-size: .88rem; }
.text-button, .privacy-choices-launcher { min-height: 44px; border: 1px solid var(--mist); border-radius: 9px; color: var(--blue); background: var(--white); font-weight: 700; cursor: pointer; }
.text-button { padding: 9px 13px; }
.privacy-choices-launcher { position: fixed; z-index: 70; left: 12px; bottom: 12px; padding: 8px 12px; box-shadow: 0 5px 16px rgba(7,30,53,.14); font-size: .8rem; }
.privacy-choices-launcher[hidden] { display: none; }
.consent-dialog { width: min(calc(100% - 32px), 680px); max-height: min(86dvh, 760px); margin: auto; padding: 0; color: var(--ink); background: var(--white); border: 1px solid var(--mist); border-radius: 12px; box-shadow: 0 22px 70px rgba(7,30,53,.3); overflow: auto; }
.consent-dialog::backdrop { background: rgba(7, 30, 53, .68); }
.consent-dialog form { padding: 24px; }
.consent-dialog > form > p { margin: 12px 0 20px; color: var(--slate); }
.dialog-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.consent-dialog .dialog-close { flex: 0 0 44px; width: 44px; height: 44px; border: 1px solid var(--mist); border-radius: 9px; color: var(--navy); background: var(--white); font-size: 1.5rem; cursor: pointer; }
.consent-option { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: center; padding: 16px 0; border-top: 1px solid var(--mist); }
.consent-option p { margin-top: 4px; color: var(--slate); font-size: .9rem; }
.consent-switch { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; font-weight: 700; white-space: nowrap; }
.consent-switch input { width: 22px; height: 22px; accent-color: var(--blue); }
.dialog-actions { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 10px; }

@media (max-width: 760px) {
  .consent-banner { right: 10px; bottom: 10px; left: 10px; width: calc(100% - 20px); max-height: 82dvh; grid-template-columns: 1fr; gap: 14px; padding: 18px; overflow: auto; }
  .consent-actions { display: grid; grid-template-columns: 1fr 1fr; justify-content: stretch; }
  .consent-actions .text-button { grid-column: 1 / -1; }
  .consent-dialog form { padding: 20px; }
  .consent-option { grid-template-columns: 1fr; gap: 8px; }
  .dialog-actions { display: grid; grid-template-columns: 1fr; }
}

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