:root {
  --navy: #01153f;
  --navy-2: #061d4a;
  --blue: #013289;
  --red: #dc1a1d;
  --red-dark: #b80f14;
  --ink: #14203a;
  --muted: #60708b;
  --pale: #f2f5fa;
  --line: #dce2ec;
  --white: #fbfbfc;
  --shadow: 0 22px 60px rgba(1, 21, 63, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: #fff; color: var(--ink); font-family: "Arial", "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; }
main, footer, .cookie-banner { -webkit-user-select: text; user-select: text; }
nav, button, .btn-brand, .btn-white, .btn-outline { -webkit-user-select: none; user-select: none; }
::selection { background: rgba(220, 26, 29, .22); color: var(--navy); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; }
.container-wide { width: min(100% - 48px, 1210px); margin-inline: auto; }
.section { padding: 100px 0; }
.eyebrow { margin: 0 0 16px; color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow--light { color: #ff4b4f; }
.section-head { max-width: 720px; margin-bottom: 48px; }
.section-head.text-center { margin-inline: auto; }
.section-head h2, .corridor-band h2, .cta-band h2 { margin: 0 0 20px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem, 4vw, 3.45rem); font-weight: 600; line-height: 1.08; letter-spacing: -.03em; }
.section-head > p:last-child { margin: 0; color: var(--muted); font-size: 1.06rem; line-height: 1.75; }
.btn-brand, .btn-white, .btn-outline { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px; border: 0; padding: 0 25px; font-size: .78rem; font-weight: 800; letter-spacing: .04em; cursor: pointer; transition: .25s ease; }
.btn-brand { background: var(--red); color: #fff; box-shadow: 0 11px 24px rgba(220, 26, 29, .2); }
.btn-brand:hover { background: var(--red-dark); color: #fff; transform: translateY(-2px); }
.btn-brand--small { min-height: 42px; padding-inline: 18px; font-size: .72rem; }
.btn-outline { border: 1px solid rgba(255,255,255,.5); background: rgba(1,21,63,.18); color: #fff; backdrop-filter: blur(8px); }
.btn-outline:hover { border-color: #fff; background: #fff; color: var(--navy); }
.btn-white { background: #fff; color: var(--navy); }
.btn-white:hover { background: var(--red); color: #fff; transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-size: .82rem; font-weight: 800; }
.text-link:hover { color: var(--red); }

/* Local SVG interface symbols: no icon font, private-use glyph or CDN required. */
.ui-icon { display: inline-block; width: 1.1em; height: 1.1em; flex: 0 0 auto; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; vertical-align: -.16em; }

.independence-bar { display: flex; min-height: 32px; align-items: center; justify-content: center; gap: 18px; padding: 6px 22px; background: var(--navy); color: rgba(255,255,255,.73); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.independence-bar span { color: #fff; font-weight: 800; }
.independence-bar a { border-left: 1px solid rgba(255,255,255,.22); padding-left: 18px; }
.site-header { position: relative; z-index: 50; background: #fff; box-shadow: 0 8px 22px rgba(1,21,63,.08); }
.header-main { display: flex; min-height: 88px; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { width: 54px; height: 54px; object-fit: cover; }
.brand span { display: flex; flex-direction: column; color: var(--navy); }
.brand b { font-size: 1rem; letter-spacing: .2em; line-height: 1.1; }
.brand small { margin-top: 7px; color: #65718a; font-size: .52rem; font-weight: 700; letter-spacing: .25em; }
.header-main .brand--manual { min-width: 210px; padding: 10px 0; }
.header-main .brand--manual img { width: clamp(210px, 17vw, 246px); height: auto; object-fit: contain; }
.header-actions { display: flex; align-items: center; gap: 20px; }
.lang-switch { display: inline-flex; align-items: center; gap: 7px; }
.lang-flag { display: inline-flex; width: 32px; height: 22px; align-items: center; justify-content: center; overflow: hidden; border: 1px solid #d7deea; border-radius: 3px; background: #fff; box-shadow: 0 2px 7px rgba(1,21,63,.08); opacity: .78; transition: opacity .18s ease, transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.lang-flag img { display: block; width: 100%; height: 100%; object-fit: cover; }
.lang-flag:hover { border-color: #aeb9ca; opacity: 1; transform: translateY(-1px); }
.lang-flag.is-active { border-color: var(--red); box-shadow: 0 0 0 2px rgba(220,26,29,.14), 0 3px 9px rgba(1,21,63,.1); opacity: 1; }
.lang-flag:focus-visible { outline: 3px solid rgba(1,50,137,.25); outline-offset: 2px; }
.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid var(--line); background: #fff; color: var(--navy); font-size: 1.35rem; cursor: pointer; }
.main-nav { border-top: 1px solid #e5eaf2; }
.nav-row { display: flex; min-height: 56px; align-items: stretch; }
.nav-group { position: relative; display: flex; align-items: stretch; }
.nav-parent-link, .nav-direct { position: relative; display: flex; align-items: center; border: 0; padding: 0 14px; background: transparent; color: var(--navy); font-size: .78rem; font-weight: 800; letter-spacing: .01em; white-space: nowrap; }
.nav-parent-link { padding-right: 4px; }
.nav-parent-toggle { display: flex; width: 28px; align-items: center; justify-content: center; border: 0; padding: 0 7px 0 2px; background: transparent; color: var(--navy); cursor: pointer; }
.nav-parent-toggle .ui-icon { width: .85em; height: .85em; transition: transform .18s ease; }
.nav-group.is-open .nav-parent-toggle .ui-icon { transform: rotate(180deg); }
.nav-parent-link::after, .nav-direct::after { position: absolute; right: 14px; bottom: 0; left: 14px; height: 3px; background: var(--red); content: ""; opacity: 0; transform: scaleX(.4); transition: .2s ease; }
.nav-parent-link::after { right: 4px; }
.nav-parent-link:hover, .nav-parent-toggle:hover, .nav-direct:hover, .nav-group.is-open > .nav-parent-link, .nav-group:hover > .nav-parent-link { color: var(--red); }
.nav-parent-link:hover::after, .nav-parent-link:focus-visible::after, .nav-group.is-open > .nav-parent-link::after, .nav-group:hover > .nav-parent-link::after, .nav-direct:hover::after, .nav-direct:focus-visible::after { opacity: 1; transform: scaleX(1); }
.nav-parent-link:focus-visible, .nav-parent-toggle:focus-visible, .nav-direct:focus-visible, .nav-dropdown a:focus-visible, .nav-toggle:focus-visible { outline: 3px solid rgba(1,50,137,.28); outline-offset: -3px; }
.nav-dropdown { visibility: hidden; position: absolute; z-index: 10; top: 100%; left: 0; width: 320px; border-top: 3px solid var(--red); padding: 12px; background: #fff; box-shadow: 0 22px 54px rgba(1,21,63,.18); opacity: 0; transform: translateY(9px); transition: .2s ease; }
.nav-group.is-open .nav-dropdown { visibility: visible; opacity: 1; transform: translateY(0); }
.nav-dropdown a { display: flex; min-height: 46px; align-items: center; justify-content: space-between; border-bottom: 1px solid #edf0f5; padding: 12px 11px; color: #34425b; font-size: .8rem; line-height: 1.35; }
.nav-dropdown a:last-child { border: 0; }
.nav-dropdown a .ui-icon { color: var(--red); font-size: .75rem; opacity: 0; transform: translateX(-7px); transition: .2s; }
.nav-dropdown a:hover { background: var(--pale); color: var(--navy); }
.nav-dropdown a:hover .ui-icon, .nav-dropdown a:focus-visible .ui-icon { opacity: 1; transform: translateX(0); }

@media (min-width: 1121px) {
  .nav-group:hover .nav-dropdown, .nav-group:focus-within .nav-dropdown { visibility: visible; opacity: 1; transform: translateY(0); }
}

.hero-slider { position: relative; height: 700px; overflow: hidden; background: var(--navy); color: #fff; }
.hero-slide { visibility: hidden; position: absolute; inset: 0; background-position: center; background-size: cover; opacity: 0; transform: scale(1.03); transition: opacity .9s ease, transform 7s ease; }
.hero-slide.is-active { visibility: visible; opacity: 1; transform: scale(1); }
.hero-inner { display: flex; height: 100%; flex-direction: column; align-items: flex-start; justify-content: center; padding-bottom: 80px; }
.hero-inner h1, .hero-inner h2 { max-width: 840px; margin: 0; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 6.2vw, 5.8rem); font-weight: 500; line-height: .98; letter-spacing: -.045em; text-wrap: balance; }
.hero-copy { max-width: 700px; margin: 26px 0 32px; color: rgba(255,255,255,.78); font-size: 1.15rem; line-height: 1.7; }
.hero-buttons { display: flex; gap: 12px; }
.slider-arrow { position: absolute; z-index: 5; top: 46%; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; background: rgba(1,21,63,.35); color: #fff; backdrop-filter: blur(4px); }
.slider-arrow:hover { border-color: var(--red); background: var(--red); }
.slider-arrow--prev { left: 20px; }
.slider-arrow--next { right: 20px; }
.slider-dots { position: absolute; z-index: 5; bottom: 72px; left: calc((100% - min(100% - 48px, 1210px))/2); display: flex; gap: 7px; }
.slider-dots button { width: 25px; height: 3px; border: 0; padding: 0; background: rgba(255,255,255,.4); cursor: pointer; }
.slider-dots button.is-active { width: 48px; background: var(--red); }
.hero-private { position: absolute; z-index: 5; right: 0; bottom: 0; display: flex; width: min(480px, 46vw); min-height: 74px; align-items: center; gap: 14px; padding: 15px 40px; background: var(--red); font-size: .76rem; line-height: 1.45; }
.hero-private .ui-icon { font-size: 1.3rem; }
.hero-private span { display: flex; flex-direction: column; }
.metrics { position: relative; z-index: 4; background: #fff; box-shadow: 0 -12px 30px rgba(1,21,63,.06); }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.metric { min-height: 180px; border-right: 1px solid var(--line); padding: 35px 25px; }
.metric:last-child { border: 0; }
.metric strong { display: block; color: var(--red); font-family: Georgia, serif; font-size: 2.25rem; font-weight: 500; }
.metric span { display: block; min-height: 42px; margin: 8px 0; color: var(--navy); font-size: .82rem; font-weight: 700; line-height: 1.45; }
.metric small { color: #8793a6; font-size: .65rem; }

.bilateral { background: var(--pale); }
.bilateral-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.direction-card { position: relative; min-height: 430px; overflow: hidden; padding: 65px; background-position: center; background-size: cover; color: #fff; box-shadow: var(--shadow); }
.direction-card::before { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(1,21,63,.97), rgba(1,21,63,.72)); content: ""; }
.direction-card--georgia { background-image: url('/assets/images/tbilisi-day.webp'); }
.direction-card--czech { background-image: url('/assets/images/prague.webp'); }
.direction-card > * { position: relative; z-index: 1; }
.direction-card .card-number { position: absolute; top: 25px; right: 30px; color: rgba(255,255,255,.13); font-family: Georgia, serif; font-size: 6.5rem; }
.direction-card h3 { max-width: 460px; margin: 18px 0; font-family: Georgia, serif; font-size: 2.5rem; font-weight: 500; line-height: 1.08; }
.direction-card p:not(.eyebrow) { max-width: 480px; color: rgba(255,255,255,.72); line-height: 1.7; }
.direction-card a { display: inline-flex; align-items: center; gap: 12px; margin-top: 20px; border-bottom: 2px solid var(--red); padding-bottom: 7px; font-size: .75rem; font-weight: 800; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.service-card { min-height: 310px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 42px 36px; transition: .25s; }
.service-card > .ui-icon { width: 46px; height: 46px; border: 1px solid rgba(220,26,29,.25); padding: 13px; color: var(--red); }
.service-card h3 { margin: 27px 0 13px; color: var(--navy); font-family: Georgia, serif; font-size: 1.5rem; font-weight: 600; }
.service-card p { color: var(--muted); font-size: .88rem; line-height: 1.7; }
.service-card span { display: inline-flex; align-items: center; gap: 9px; margin-top: 16px; color: var(--blue); font-size: .72rem; font-weight: 800; }
.service-card:hover { position: relative; z-index: 2; border-color: #fff; background: var(--navy); box-shadow: var(--shadow); transform: translateY(-5px); }
.service-card:hover h3, .service-card:hover span { color: #fff; }
.service-card:hover p { color: rgba(255,255,255,.67); }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 85px; }
.split-grid > div:first-child { position: relative; }
.split-grid img { display: block; width: 100%; height: 650px; object-fit: cover; box-shadow: var(--shadow); }
.image-stat { position: absolute; right: -30px; bottom: 40px; display: flex; width: 220px; height: 160px; flex-direction: column; justify-content: center; padding: 28px; background: var(--red); color: #fff; }
.image-stat strong { display: block; font-family: Georgia, serif; font-size: 3.1rem; font-weight: 500; line-height: .9; white-space: nowrap; }
.image-stat span { display: block; margin-top: 12px; font-size: .68rem; font-weight: 700; line-height: 1.35; text-transform: uppercase; }
.check-list { margin: 30px 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 15px; border-bottom: 1px solid var(--line); padding: 14px 0; color: #374760; font-size: .87rem; }
.check-list .ui-icon { width: 24px; height: 24px; border-radius: 50%; padding: 6px; background: rgba(220,26,29,.1); color: var(--red); }
.button-row { display: flex; align-items: center; gap: 25px; }
.corridor-band { overflow: hidden; background: var(--navy); color: #fff; }
.corridor-grid { display: grid; min-height: 535px; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.corridor-grid > div { padding-block: 75px; }
.corridor-band h2 { color: #fff; }
.corridor-band p:not(.eyebrow) { margin-bottom: 30px; color: rgba(255,255,255,.68); line-height: 1.75; }
.corridor-grid img { width: 50vw; max-width: none; height: 535px; object-fit: cover; }
.sectors-section { background: #fff; }
.sector-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.sector-grid a { position: relative; min-height: 190px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 28px; transition: .25s; }
.sector-grid span { color: var(--red); font-size: .62rem; font-weight: 800; }
.sector-grid h3 { margin: 42px 20px 0 0; color: var(--navy); font-family: Georgia, serif; font-size: 1.25rem; }
.sector-grid .ui-icon { position: absolute; right: 23px; bottom: 24px; color: #9aa4b3; }
.sector-grid a:hover { background: var(--navy); transform: translateY(-4px); }
.sector-grid a:hover h3, .sector-grid a:hover .ui-icon { color: #fff; }
.center-action { margin-top: 35px; text-align: center; }
.presence-section { background: var(--pale); }
.presence-grid { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 80px; }
.presence-grid > div > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.presence-facts { display: grid; grid-template-columns: repeat(3, 1fr); box-shadow: var(--shadow); }
.presence-facts div { min-height: 260px; border-right: 1px solid rgba(255,255,255,.17); padding: 35px 25px; background: var(--navy); color: #fff; }
.presence-facts div:nth-child(2) { background: var(--red); }
.presence-facts strong { display: block; margin-bottom: 70px; font-family: Georgia, serif; font-size: 2.3rem; font-weight: 500; }
.presence-facts span { color: rgba(255,255,255,.72); font-size: .75rem; line-height: 1.5; }
.process-section { background: #fff; }
.process-track { display: grid; grid-template-columns: repeat(7, 1fr); }
.process-track > div { position: relative; border-top: 2px solid var(--navy); padding: 30px 20px 0 0; }
.process-track > div::before { position: absolute; top: -7px; left: 0; width: 12px; height: 12px; border: 3px solid #fff; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 1px var(--red); content: ""; }
.process-track span { color: var(--red); font-size: .65rem; font-weight: 800; }
.process-track h3 { margin: 13px 0 8px; color: var(--navy); font-family: Georgia, serif; font-size: 1.1rem; }
.process-track p { color: var(--muted); font-size: .72rem; line-height: 1.55; }
.insights-section { background: var(--pale); }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.insight-grid > a { background: #fff; box-shadow: 0 12px 35px rgba(1,21,63,.07); transition: .25s; }
.insight-grid > a:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.insight-grid img { width: 100%; height: 240px; object-fit: cover; }
.insight-grid div { padding: 30px; }
.insight-grid small { color: var(--red); font-size: .6rem; font-weight: 800; letter-spacing: .13em; }
.insight-grid h3 { min-height: 64px; margin: 14px 0 24px; color: var(--navy); font-family: Georgia, serif; font-size: 1.45rem; }
.insight-grid span { color: var(--blue); font-size: .72rem; font-weight: 800; }
.cta-band { padding: 70px 0; background: linear-gradient(105deg, var(--red), #ad0c13); color: #fff; }
.cta-band > div { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-band h2 { margin: 0 0 10px; color: #fff; font-size: 2.6rem; }
.cta-band p:not(.eyebrow) { margin: 0; color: rgba(255,255,255,.78); }

.page-hero { position: relative; overflow: hidden; min-height: 500px; background: radial-gradient(circle at 82% 22%, #123878, transparent 27%), linear-gradient(120deg, #01102f, var(--navy)); color: #fff; }
.page-hero::after { position: absolute; right: -100px; bottom: -170px; width: 560px; height: 560px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); content: ""; }
.page-hero-accent { position: absolute; top: 0; right: 13%; width: 9px; height: 165px; background: var(--red); transform: skew(-20deg); }
.breadcrumbs { display: flex; align-items: center; gap: 10px; padding-top: 33px; color: rgba(255,255,255,.55); font-size: .65rem; text-transform: capitalize; }
.breadcrumbs a:hover { color: #fff; }
.breadcrumbs .ui-icon { font-size: .62rem; }
.page-hero-copy { position: relative; z-index: 2; max-width: 920px; padding: 82px 0 75px; }
.page-hero-copy h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.8rem, 6vw, 5.2rem); font-weight: 500; line-height: 1; letter-spacing: -.045em; text-wrap: balance; }
.page-hero-copy > p:not(.eyebrow) { max-width: 820px; margin: 24px 0 30px; color: rgba(255,255,255,.75); font-size: 1.12rem; line-height: 1.7; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 24px; color: rgba(255,255,255,.68); font-size: .68rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.hero-meta span { display: flex; align-items: center; gap: 8px; }
.hero-meta .ui-icon { color: #ff5154; }
.highlight-strip { position: relative; z-index: 3; background: #fff; box-shadow: 0 12px 30px rgba(1,21,63,.08); }
.highlight-strip > div { display: grid; grid-template-columns: repeat(4, 1fr); }
.highlight-strip div div { display: flex; min-height: 112px; align-items: center; gap: 16px; border-right: 1px solid var(--line); padding: 24px; }
.highlight-strip div div:last-child { border: 0; }
.highlight-strip span { color: var(--red); font-size: .62rem; font-weight: 800; }
.highlight-strip b { color: var(--navy); font-size: .76rem; line-height: 1.45; }
.detail-section { background: #fff; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 800px) 300px; gap: 90px; }
.prose-content { min-width: 0; }
.content-section { position: relative; border-bottom: 0; padding: 0 0 58px 54px; margin-bottom: 58px; }
.content-section .section-number { position: absolute; top: 4px; left: 0; color: var(--red); font-size: .66rem; font-weight: 800; }
.content-section h2, .faq-section h2 { margin: 0 0 22px; color: var(--navy); font-family: Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.45rem); font-weight: 600; line-height: 1.16; }
.content-section p { color: #52627c; font-size: .98rem; line-height: 1.85; }
.content-section ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 25px; margin: 28px 0 0; padding: 0; list-style: none; }
.content-section li { display: flex; gap: 12px; color: #34445d; font-size: .84rem; line-height: 1.55; }
.content-section li .ui-icon { flex: 0 0 20px; margin-top: 1px; color: var(--red); }
.property-strategy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 30px; }
.property-strategy-grid > div { border: 1px solid var(--line); border-top: 4px solid var(--red); padding: 26px; background: #fff; }
.property-strategy-grid small { color: var(--red); font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.property-strategy-grid h3 { margin: 10px 0 8px; color: var(--navy); font-family: Georgia, serif; font-size: 1.25rem; }
.property-strategy-grid p { margin: 0; font-size: .82rem; line-height: 1.65; }
.investment-table-wrap { overflow-x: auto; margin-top: 30px; border: 1px solid var(--line); background: #fff; -webkit-overflow-scrolling: touch; }
.investment-table { width: 100%; min-width: 920px; border-collapse: collapse; color: #34445d; font-size: .73rem; line-height: 1.5; }
.investment-table th { padding: 16px 18px; background: var(--navy); color: #fff; font-size: .64rem; letter-spacing: .06em; text-align: left; text-transform: uppercase; }
.investment-table td { vertical-align: top; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 18px; }
.investment-table tbody tr:last-child td { border-bottom: 0; }
.investment-table td:last-child { border-right: 0; }
.investment-table td strong, .investment-table td span, .investment-table td small { display: block; }
.investment-table td strong { margin-bottom: 2px; color: var(--navy); font-family: Georgia, serif; font-size: 1rem; }
.investment-table td span { color: #6f7c91; font-size: .67rem; }
.investment-table td b { color: var(--red); font-size: .84rem; }
.investment-table td small { margin-top: 5px; color: #7d899b; font-size: .61rem; line-height: 1.4; }
.table-note { margin-top: 12px; font-size: .7rem !important; line-height: 1.55 !important; }
.comparison-findings { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 28px; }
.comparison-findings > div { padding: 24px; background: var(--pale); }
.comparison-findings span { color: var(--red); font-size: .62rem; font-weight: 800; }
.comparison-findings h3 { margin: 8px 0; color: var(--navy); font-family: Georgia, serif; font-size: 1.2rem; }
.comparison-findings p { margin: 0; font-size: .8rem; line-height: 1.65; }
.access-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 28px; background: var(--line); border: 1px solid var(--line); }
.access-grid article { padding: 24px; background: #fff; }
.access-grid b, .access-grid span { display: block; }
.access-grid b { color: var(--navy); font-family: Georgia, serif; font-size: 1.18rem; }
.access-grid span { margin: 4px 0 12px; color: var(--red); font-size: .62rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.access-grid p { margin: 0; font-size: .78rem; line-height: 1.65; }
.decision-box { margin-top: 28px; border-left: 4px solid var(--red); padding: 25px 28px; background: var(--pale); }
.decision-box b { color: var(--navy); font-family: Georgia, serif; font-size: 1.25rem; }
.decision-box p { margin: 8px 0 0; font-size: .82rem; line-height: 1.7; }
.detail-sidebar { position: relative; }
.sidebar-card { position: sticky; top: 25px; margin-bottom: 20px; padding: 32px; background: var(--navy); color: #fff; box-shadow: var(--shadow); }
.sidebar-card h3 { margin: 12px 0 15px; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 500; }
.sidebar-card > p:not(.eyebrow) { color: rgba(255,255,255,.7); font-size: .82rem; line-height: 1.65; }
.sidebar-card .btn-brand { width: 100%; margin-top: 14px; }
.sidebar-card--plain { position: static; border: 1px solid var(--line); background: #fff; color: var(--ink); box-shadow: none; }
.sidebar-card--plain h3 { color: var(--navy); font-size: 1.2rem; }
.sidebar-card--plain > p:not(.eyebrow) { color: var(--muted); }
.sidebar-card--plain a { color: var(--blue); font-size: .72rem; font-weight: 800; }
.faq-section { margin-top: 70px; }
.faq-section details { border-bottom: 1px solid var(--line); }
.faq-section summary { display: flex; cursor: pointer; align-items: center; justify-content: space-between; padding: 22px 0; color: var(--navy); font-size: .9rem; font-weight: 800; list-style: none; }
.faq-section summary::-webkit-details-marker { display: none; }
.faq-section details[open] summary .ui-icon { transform: rotate(45deg); }
.faq-section summary .ui-icon { color: var(--red); transition: .2s; }
.faq-section details p { padding: 0 45px 23px 0; color: var(--muted); font-size: .87rem; line-height: 1.75; }
.related-section { background: var(--pale); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.related-grid > a { min-height: 270px; padding: 34px; background: #fff; transition: .25s; }
.related-grid > a:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.related-grid small { color: var(--red); font-size: .6rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.related-grid h3 { margin: 18px 0 12px; color: var(--navy); font-family: Georgia, serif; font-size: 1.45rem; }
.related-grid p { color: var(--muted); font-size: .8rem; line-height: 1.65; }
.related-grid span { color: var(--blue); font-size: .7rem; font-weight: 800; }
.contact-intro .section-head { max-width: none; }
.contact-form { border: 1px solid var(--line); padding: 40px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label { color: var(--navy); font-size: .73rem; font-weight: 800; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #cfd6e2; border-radius: 0; margin-top: 9px; padding: 13px; background: #fff; color: var(--ink); outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(1,50,137,.08); }
.form-wide { grid-column: 1 / -1; }
.checkbox { display: flex; align-items: flex-start; gap: 10px; font-weight: 400 !important; line-height: 1.5; }
.checkbox input { margin-top: 3px; }
.checkbox a { color: var(--blue); text-decoration: underline; }
.contact-form > .btn-brand { margin-top: 28px; }
.form-note { color: var(--muted); font-size: .67rem; }
.honeypot { display: none !important; }

.site-footer { padding-top: 68px; background: #000d2c; color: #fff; }
.footer-redline { position: absolute; width: 32%; height: 5px; margin-top: -68px; background: var(--red); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; padding-bottom: 55px; }
.footer-identity .brand span { color: #fff; }
.footer-identity .brand small { color: rgba(255,255,255,.54); }
.footer-brand--manual { display: inline-flex; align-items: center; min-width: 210px; padding: 9px 0 14px; }
.footer-brand--manual img { display: block; width: clamp(210px, 18vw, 246px); height: auto; object-fit: contain; }
.content-summary { background: #f2f5fb; border-left: 4px solid var(--red); padding: clamp(24px, 4vw, 40px); }
.content-summary .section-number { margin-top: 0; }
.guide-checklist { display: grid; gap: 10px; margin: 20px 0 0; padding: 0; list-style: none; }
.guide-checklist li { position: relative; padding-left: 26px; }
.guide-checklist li::before { content: ""; position: absolute; left: 2px; top: .68em; width: 8px; height: 8px; background: var(--red); transform: rotate(45deg); }
.table-scroll { margin: 24px 0 8px; overflow-x: auto; border: 1px solid #dbe1ec; -webkit-overflow-scrolling: touch; }
.decision-table { width: 100%; min-width: 720px; border-collapse: collapse; background: #fff; color: var(--navy); font-size: .94rem; line-height: 1.55; }
.decision-table th, .decision-table td { padding: 16px 18px; border-bottom: 1px solid #dbe1ec; text-align: left; vertical-align: top; }
.decision-table thead th { background: var(--navy); color: #fff; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.decision-table tbody th { width: 21%; color: var(--navy); font-weight: 750; }
.decision-table tr:last-child th, .decision-table tr:last-child td { border-bottom: 0; }
.callout-note { margin: 24px 0 0; padding: 20px 22px; border-left: 4px solid var(--red); background: #f7f8fb; color: #35415b; }
.callout-note strong { color: var(--navy); }
.page-toc { position: sticky; top: 108px; }
.page-toc a { display: block; padding: 9px 0; border-bottom: 1px solid #e0e5ef; color: var(--navy); font-size: .9rem; line-height: 1.35; }
.page-toc a:last-child { border-bottom: 0; }
.footer-identity p { max-width: 320px; margin: 20px 0; color: rgba(255,255,255,.58); font-size: .79rem; line-height: 1.7; }
.footer-contact { display: grid; max-width: 370px; gap: 6px; margin-top: 20px; }
.footer-identity .footer-contact p { display: flex; align-items: center; gap: 11px; max-width: none; margin: 0; color: rgba(255,255,255,.68); font-size: .73rem; line-height: 1.5; }
.footer-contact .ui-icon { width: 29px; height: 29px; flex: 0 0 29px; border: 1px solid rgba(255,255,255,.13); padding: 7px; background: rgba(255,255,255,.045); color: var(--red); }
.footer-contact a { color: rgba(255,255,255,.68); }
.footer-contact a:hover { color: #fff; }
.footer-identity .footer-contact .footer-operator { display: block; margin-top: 8px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 12px; color: rgba(255,255,255,.9); font-size: .66rem; font-weight: 700; letter-spacing: .04em; }
.operator-card { overflow: hidden; display: block; margin: 22px 0 0; border: 1px solid var(--line); border-top: 4px solid var(--red); background: #fff; box-shadow: 0 18px 45px rgba(1,21,63,.09); color: var(--navy); font-style: normal; }
.operator-card-head { display: flex; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); padding: 22px 24px; background: linear-gradient(135deg, #f7f9fd, #fff); }
.operator-card-mark { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; background: var(--red); color: #fff; font-size: 1rem; }
.operator-card-head strong, .operator-card-head small { display: block; }
.operator-card-head strong { font-family: Georgia, serif; font-size: 1.28rem; line-height: 1.15; }
.operator-card-head small { margin-top: 5px; color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .035em; }
.operator-contact-grid { display: grid; grid-template-columns: 1fr 1fr; }
.operator-contact-item { display: flex; min-height: 96px; align-items: center; gap: 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 18px 22px; color: var(--navy); }
.operator-contact-item:nth-child(3) { border-right: 0; }
.operator-contact-item--wide { grid-column: 1 / -1; border-right: 0; }
.operator-contact-item:last-child { border-bottom: 0; }
.operator-contact-icon { display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border: 1px solid #ffd6d7; background: #fff5f5; color: var(--red); }
.operator-contact-item > span:last-child, .operator-contact-item small, .operator-contact-item strong, .operator-contact-item > span:last-child > span { display: block; }
.operator-contact-item small { margin-bottom: 4px; color: var(--red); font-size: .61rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.operator-contact-item strong { color: var(--navy); font-size: .82rem; line-height: 1.35; }
.operator-contact-item > span:last-child > span { margin-top: 3px; color: var(--muted); font-size: .76rem; line-height: 1.45; }
a.operator-contact-item:hover { background: var(--ice); }
.form-success { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 18px; border-left: 4px solid #168351; padding: 17px 20px; background: #edf8f2; color: #103e2b; }
.form-success[hidden] { display: none; }
.form-success .ui-icon { margin-top: 3px; color: #168351; }
.form-success strong, .form-success span { display: block; }
.form-success span { margin-top: 3px; color: #416b59; font-size: .76rem; }
.footer-grid h3 { margin: 8px 0 22px; color: #fff; font-size: .67rem; letter-spacing: .11em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a { display: block; padding: 7px 0; color: rgba(255,255,255,.6); font-size: .73rem; }
.footer-grid > div:not(:first-child) a:hover { color: #fff; }
.disclaimer-panel { display: flex; align-items: flex-start; gap: 16px; border: 1px solid rgba(255,255,255,.12); padding: 19px 22px; background: rgba(255,255,255,.035); }
.disclaimer-panel .ui-icon { margin-top: 4px; color: var(--red); }
.disclaimer-panel p { margin: 0; color: rgba(255,255,255,.57); font-size: .68rem; line-height: 1.65; }
.disclaimer-panel b { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 35px; border-top: 1px solid rgba(255,255,255,.09); padding: 24px 0; color: rgba(255,255,255,.4); font-size: .63rem; }
.footer-bottom span:last-child { display: flex; gap: 20px; }
.cookie-banner { position: fixed; z-index: 100; right: 22px; bottom: 22px; left: 22px; display: flex; max-width: 790px; align-items: center; justify-content: space-between; gap: 25px; border-left: 4px solid var(--red); padding: 20px 24px; background: #fff; box-shadow: 0 20px 60px rgba(1,21,63,.25); }
.cookie-banner b { color: var(--navy); font-family: Georgia, serif; font-size: 1.1rem; }
.cookie-banner p { margin: 5px 0 0; color: var(--muted); font-size: .72rem; }
.cookie-banner > div:last-child { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.cookie-banner button:not(.btn-brand) { border: 0; background: transparent; color: var(--blue); font-size: .7rem; font-weight: 800; cursor: pointer; }
.not-found { display: grid; min-height: 680px; place-items: center; padding: 60px 24px; background: radial-gradient(circle at 70% 35%, #143b7c, transparent 27%), var(--navy); color: #fff; text-align: center; }
.not-found > div { max-width: 700px; }
.not-found > div > span { color: rgba(255,255,255,.09); font-family: Georgia, serif; font-size: 10rem; line-height: .8; }
.not-found h1 { margin: 15px 0; font-family: Georgia, serif; font-size: 3.5rem; font-weight: 500; }
.not-found > div > p:not(.eyebrow) { margin-bottom: 28px; color: rgba(255,255,255,.65); }

@media (max-width: 1100px) {
  .nav-parent-link, .nav-direct { padding-inline: 9px; font-size: .62rem; }
  .nav-parent-link { padding-right: 2px; }
  .nav-parent-toggle { width: 24px; padding-inline: 3px; }
  .hero-slider { height: 620px; }
  .hero-inner { padding-inline: 45px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .split-grid { gap: 55px; }
  .presence-grid { grid-template-columns: 1fr; }
  .process-track { grid-template-columns: repeat(4, 1fr); gap: 35px 0; }
  .detail-layout { grid-template-columns: minmax(0, 1fr) 280px; gap: 55px; }
}

@media (max-width: 1120px) {
  .section { padding: 75px 0; }
  .header-actions .btn-brand { display: none; }
  .nav-toggle { display: inline-flex; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; background: #fff; box-shadow: var(--shadow); }
  .main-nav.is-open { display: block; }
  .nav-row { display: block; padding: 12px 0 20px; }
  .nav-group { display: grid; grid-template-columns: minmax(0,1fr) 48px; }
  .nav-parent-link, .nav-direct { width: 100%; min-height: 48px; padding-inline: 18px; font-size: .83rem; }
  .nav-parent-link { padding-right: 8px; }
  .nav-parent-toggle { width: 48px; min-height: 48px; padding: 0; }
  .nav-parent-link::after, .nav-direct::after { display: none; }
  .nav-dropdown { display: none; visibility: visible; position: static; grid-column: 1 / -1; width: 100%; padding: 0 14px 8px 25px; box-shadow: none; opacity: 1; transform: none; }
  .nav-group.is-open .nav-dropdown { display: block; }
  .hero-slider { height: 650px; }
  .hero-inner { justify-content: center; padding: 60px 55px 130px; }
  .hero-inner h1, .hero-inner h2 { max-width: 760px; font-size: clamp(3rem, 8.4vw, 4.65rem); }
  .hero-copy { max-width: 640px; font-size: 1rem; }
  .hero-private { width: 100%; min-height: 72px; padding-inline: 55px; }
  .slider-dots { bottom: 92px; left: 55px; }
  .metrics-grid, .highlight-strip > div { grid-template-columns: 1fr 1fr; }
  .metric:nth-child(2), .highlight-strip div div:nth-child(2) { border-right: 0; }
  .metric:nth-child(-n+2), .highlight-strip div div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .bilateral-grid, .split-grid, .corridor-grid, .detail-layout { grid-template-columns: 1fr; }
  .direction-card { min-height: 380px; padding: 50px; }
  .split-grid img { height: 520px; }
  .image-stat { right: 25px; width: 205px; height: 145px; padding: 24px; }
  .corridor-grid { gap: 0; }
  .corridor-grid img { width: 100%; height: 380px; }
  .sector-grid { grid-template-columns: 1fr 1fr; }
  .insight-grid, .related-grid { grid-template-columns: 1fr 1fr; }
  .process-track { grid-template-columns: repeat(2, 1fr); gap: 34px 0; }
  .process-track > div { min-height: 155px; padding-right: 34px; }
  .detail-sidebar { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .sidebar-card { position: static; margin: 0; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
  .cta-band { padding: 58px 0; }
  .cta-band > div { align-items: flex-start; }
  .cta-band h2 { font-size: 2.3rem; }
}

@media (max-width: 620px) {
  .container-wide { width: min(100% - 34px, 1210px); }
  .section { padding: 62px 0; }
  .section-head { margin-bottom: 34px; }
  .independence-bar { justify-content: center; text-align: center; }
  .independence-bar a { display: none; }
  .header-main { min-height: 70px; }
  .brand img { width: 46px; height: 46px; }
  .brand b { font-size: .79rem; }
  .brand small { font-size: .42rem; }
  .header-main .brand--manual { min-width: 190px; }
  .header-main .brand--manual img { width: 196px; height: auto; }
  .footer-brand--manual { min-width: 190px; }
  .footer-brand--manual img { width: 210px; }
  .header-actions { gap: 8px; }
  .header-main .brand--manual { min-width: 0; }
  .header-main .brand--manual img { width: clamp(145px, 43vw, 176px); }
  .lang-switch { display: inline-flex; gap: 4px; flex: 0 0 auto; }
  .lang-flag { width: 25px; height: 18px; border-radius: 2px; }
  .nav-toggle { width: 42px; height: 42px; flex: 0 0 42px; }
  .hero-slider { height: 680px; }
  .hero-inner { align-items: center; justify-content: center; padding: 55px 18px 145px; text-align: center; }
  .hero-inner h1, .hero-inner h2 { font-size: clamp(2.35rem, 11vw, 3.45rem); line-height: 1.02; }
  .hero-copy { margin: 20px 0 24px; font-size: .92rem; line-height: 1.6; }
  .hero-buttons { width: 100%; flex-direction: column; }
  .hero-buttons a { width: 100%; }
  .slider-arrow { top: auto; bottom: 86px; width: 40px; height: 40px; }
  .slider-arrow--prev { left: 20px; }
  .slider-arrow--next { right: 20px; }
  .slider-dots { bottom: 104px; left: 50%; transform: translateX(-50%); }
  .hero-private { width: 100%; min-height: 62px; padding: 12px 25px; font-size: .66rem; }
  .metrics-grid { grid-template-columns: 1fr; }
  .metric { min-height: 130px; border-right: 0; border-bottom: 1px solid var(--line) !important; padding: 25px 8px; text-align: center; }
  .metric span { min-height: 0; }
  .direction-card { min-height: 420px; padding: 42px 30px; }
  .direction-card h3 { font-size: 2.1rem; }
  .service-grid, .sector-grid, .insight-grid, .related-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; }
  .split-grid { gap: 50px; }
  .split-grid img { height: 430px; }
  .image-stat { position: relative; right: auto; bottom: auto; width: 180px; height: 122px; margin: -45px 15px 0 auto; padding: 22px; }
  .image-stat strong { font-size: 2.65rem; }
  .image-stat span { margin-top: 8px; font-size: .59rem; }
  .button-row { align-items: flex-start; flex-direction: column; }
  .corridor-grid > div { padding-block: 60px; }
  .presence-facts { grid-template-columns: 1fr; }
  .presence-facts div { min-height: 175px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .presence-facts strong { margin-bottom: 30px; }
  .process-track { grid-template-columns: 1fr; gap: 22px 0; }
  .process-track > div { min-height: 0; padding: 25px 0 20px 30px; }
  .process-track > div::before { top: -7px; left: 0; }
  .insight-grid img { height: 220px; }
  .cta-band { padding: 52px 0; }
  .cta-band > div { align-items: stretch; flex-direction: column; gap: 28px; }
  .cta-band .btn-white { width: 100%; }
  .cta-band h2 { font-size: 2.2rem; }
  .page-hero { min-height: 520px; }
  .page-hero-copy { padding-top: 65px; }
  .page-hero-copy h1 { font-size: clamp(2.35rem, 11.5vw, 2.85rem); }
  .page-hero-copy > p:not(.eyebrow) { font-size: .96rem; }
  .hero-meta { gap: 12px; }
  .hero-meta span { flex-basis: 100%; }
  .highlight-strip > div { grid-template-columns: 1fr; }
  .highlight-strip div div { min-height: 80px; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .detail-layout { gap: 35px; }
  .content-section { padding: 0 0 45px 35px; margin-bottom: 45px; }
  .content-summary { padding: 24px 20px; }
  .decision-table { min-width: 650px; }
  .decision-table th, .decision-table td { padding: 14px; }
  .page-toc { position: static; }
  .content-section ul { grid-template-columns: 1fr; }
  .property-strategy-grid, .comparison-findings, .access-grid { grid-template-columns: 1fr; }
  .investment-table-wrap { margin-left: -35px; width: calc(100% + 35px); }
  .detail-sidebar { grid-template-columns: 1fr; }
  .contact-form { padding: 24px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .operator-contact-grid { grid-template-columns: 1fr; }
  .operator-contact-item, .operator-contact-item:nth-child(3) { grid-column: auto; border-right: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-identity { grid-column: 1 / -1; }
  .footer-grid > div:last-child { display: block; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
  .footer-bottom span:last-child { flex-wrap: wrap; }
  .disclaimer-panel { padding: 18px; }
  .cookie-banner { right: 12px; bottom: 12px; left: 12px; align-items: flex-start; flex-direction: column; }
  .cookie-banner > div:last-child { width: 100%; justify-content: space-between; }
}

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


.detail-layout--article { grid-template-columns: minmax(0, 860px) 280px; gap: 70px; align-items: start; }
.detail-layout--article .content-section[id] { scroll-margin-top: 120px; }
.detail-layout--article .content-section > h3 { margin: 32px 0 10px; color: var(--navy); font-family: Georgia, serif; font-size: 1.32rem; line-height: 1.25; }
.detail-layout--article .content-section > p + h3 { margin-top: 34px; }
.detail-layout--article .content-section > p a { color: var(--blue); text-decoration: underline; text-decoration-color: #bfc9da; text-underline-offset: 3px; }
.detail-layout--article .content-summary { border-bottom: 0; padding: 38px 40px; }
.detail-layout--article .content-summary .section-number { position: static; display: block; margin-bottom: 10px; }
.sidebar-card--static { position: static; }
.investment-sidebar .sidebar-card + .sidebar-card { margin-top: 20px; }
.investment-sidebar .page-toc h3 { margin-bottom: 16px; }
.investment-sidebar .page-toc a:hover { color: var(--red); }
.investment-highlights b { max-width: 220px; }

@media (max-width: 1120px) {
  .detail-layout--article { grid-template-columns: 1fr; gap: 45px; }
  .investment-sidebar { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .investment-sidebar .sidebar-card + .sidebar-card { margin-top: 0; }
}

@media (max-width: 620px) {
  .detail-layout--article .content-summary { padding: 25px 22px; }
  .detail-layout--article .content-section > h3 { font-size: 1.18rem; }
  .investment-sidebar { grid-template-columns: 1fr; }
  .investment-sidebar .sidebar-card + .sidebar-card { margin-top: 0; }
}


.investment-mobile-toc { display: none; }

@media (max-width: 1120px) {
  .investment-mobile-toc { display: block; border-bottom: 1px solid var(--line); background: #fff; padding: 22px 0; }
  .investment-mobile-toc > div > span { display: block; margin-bottom: 12px; color: var(--red); font-size: .64rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
  .investment-mobile-toc > div > div { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px 18px; }
  .investment-mobile-toc a { padding: 7px 0; border-bottom: 1px solid #e2e7ef; color: var(--navy); font-size: .8rem; font-weight: 750; line-height: 1.3; }
  .investment-sidebar { grid-template-columns: 1fr; }
  .investment-sidebar .page-toc { display: none; }
}

@media (max-width: 620px) {
  .investment-mobile-toc { padding: 18px 0; }
  .investment-mobile-toc > div > div { grid-template-columns: 1fr 1fr; gap: 4px 16px; }
  .investment-mobile-toc a { min-height: 42px; display: flex; align-items: center; font-size: .76rem; }
}



.insight-grid--text > a { min-height: 245px; }
.insight-grid--text > a > div { height: 100%; display: flex; flex-direction: column; }
.insight-grid--text h3 { min-height: auto; margin-bottom: 14px; }
.insight-grid--text p { flex: 1; color: var(--muted); font-size: .8rem; line-height: 1.65; }
.article-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; margin-top: 30px; }
.article-card-grid > a { min-height: 220px; border: 1px solid var(--line); padding: 28px; background: #fff; transition: .25s; }
.article-card-grid > a:hover { border-color: transparent; background: var(--navy); box-shadow: var(--shadow); transform: translateY(-4px); }
.article-card-grid small { color: var(--red); font-size: .58rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-card-grid h3 { margin: 15px 0 10px; color: var(--navy); font-family: Georgia, serif; font-size: 1.22rem; line-height: 1.25; }
.article-card-grid p { margin-bottom: 18px; color: var(--muted); font-size: .78rem; line-height: 1.6; }
.article-card-grid span { color: var(--blue); font-size: .68rem; font-weight: 800; }
.article-card-grid > a:hover h3, .article-card-grid > a:hover span { color: #fff; }
.article-card-grid > a:hover p { color: rgba(255,255,255,.7); }
.article-card-grid--compact > a { min-height: 195px; }
.sector-grid--descriptive { grid-template-columns: repeat(2, minmax(0,1fr)); margin-top: 32px; }
.sector-grid--descriptive a { min-height: 255px; padding: 28px 30px; }
.sector-grid--descriptive h3 { margin: 24px 26px 10px 0; }
.sector-grid--descriptive p { margin: 0 24px 30px 0; color: var(--muted); font-size: .76rem; line-height: 1.62; }
.sector-grid--descriptive a:hover p { color: rgba(255,255,255,.68); }
@media (max-width: 767px) {
  .article-card-grid, .sector-grid--descriptive { grid-template-columns: 1fr; }
  .article-card-grid > a, .sector-grid--descriptive a { min-height: auto; }
}



body.overview-page .detail-section { padding-top: 72px; padding-bottom: 82px; }
body.overview-page .detail-layout { grid-template-columns: minmax(0, 860px) 270px; gap: 64px; align-items: start; }
body.overview-page .content-section { padding: 0 0 44px; margin-bottom: 44px; }
body.overview-page .content-section .section-number { position: static; display: block; margin: 0 0 10px; color: var(--red); font-size: .62rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
body.overview-page .content-section h2 { margin-bottom: 18px; font-size: clamp(1.72rem, 2.7vw, 2.28rem); line-height: 1.13; }
body.overview-page .content-section p { margin-top: 0; line-height: 1.78; }
body.overview-page .content-summary { border: 0; border-left: 4px solid var(--red); padding: 32px 34px; background: var(--pale); }
body.overview-page .content-summary .table-scroll { margin-top: 26px; }
body.overview-page .content-summary .current-pulse + .table-scroll { margin-top: 26px; }
body.overview-page .detail-sidebar { display: block; }
body.overview-page .sidebar-card { position: static; top: auto; }
body.overview-page .decision-table th, body.overview-page .decision-table td { padding: 15px 16px; }
body.overview-page .property-strategy-grid { margin-top: 24px; }
body.overview-page .access-grid { margin-top: 24px; }
.latest-data-strip { border-bottom: 1px solid var(--line); background: #f7f9fc; }
.latest-data-strip > div { display: flex; align-items: center; gap: 18px; min-height: 56px; }
.latest-data-strip span { flex: 0 0 auto; color: var(--red); font-size: .6rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.latest-data-strip p { margin: 0; color: #68768b; font-size: .72rem; line-height: 1.5; }
.current-pulse { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1px; margin: 26px 0 0; border: 1px solid var(--line); background: var(--line); }
.current-pulse > div { min-height: 116px; padding: 20px 18px; background: #fff; }
.current-pulse b { display: block; margin-bottom: 8px; color: var(--navy); font-family: Georgia, serif; font-size: 1.42rem; font-weight: 600; }
.current-pulse span { display: block; color: #68768b; font-size: .68rem; line-height: 1.48; }
@media (max-width:1120px) {
  body.overview-page .detail-layout { grid-template-columns: 1fr; gap: 42px; }
  body.overview-page .detail-sidebar { max-width: 620px; }
  .current-pulse { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width:620px) {
  body.overview-page .detail-section { padding-top: 44px; padding-bottom: 58px; }
  body.overview-page .content-section { padding-bottom: 36px; margin-bottom: 36px; }
  body.overview-page .content-summary { padding: 24px 20px; }
  .latest-data-strip > div { align-items: flex-start; flex-direction: column; gap: 5px; padding-top: 14px; padding-bottom: 14px; }
  .current-pulse { grid-template-columns: 1fr 1fr; }
  .current-pulse > div { min-height: 104px; padding: 17px 15px; }
  .current-pulse b { font-size: 1.22rem; }
}


body.overview-page--why .content-section,
body.overview-page--cg .content-section,
body.overview-page--gc .content-section {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 54px;
}

body.overview-page--why .content-section .section-number,
body.overview-page--cg .content-section .section-number,
body.overview-page--gc .content-section .section-number {
  position: static;
  display: block;
  width: auto;
  margin: 0 0 17px;
  padding: 0;
  color: var(--red);
  font-size: .64rem;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.overview-page--why .content-section h2,
body.overview-page--cg .content-section h2,
body.overview-page--gc .content-section h2 {
  margin: 0 0 18px;
  padding: 0;
}

body.overview-page--why .content-summary,
body.overview-page--cg .content-summary,
body.overview-page--gc .content-summary {
  margin-bottom: 58px;
  border: 0;
  border-left: 4px solid var(--red);
  padding: 34px 36px 36px;
}

body.overview-page--why .content-summary .section-number,
body.overview-page--cg .content-summary .section-number,
body.overview-page--gc .content-summary .section-number {
  margin-bottom: 18px;
}

body.overview-page--why .latest-data-strip,
body.overview-page--cg .latest-data-strip,
body.overview-page--gc .latest-data-strip {
  border-bottom: 0;
  box-shadow: inset 0 -1px 0 rgba(1,21,63,.045);
}

body.overview-page--why .content-section + .content-section,
body.overview-page--cg .content-section + .content-section,
body.overview-page--gc .content-section + .content-section {
  padding-top: 2px;
}


@media (max-width: 620px) {
  body.overview-page--why .content-section,
  body.overview-page--cg .content-section,
  body.overview-page--gc .content-section {
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  body.overview-page--why .content-section .section-number,
  body.overview-page--cg .content-section .section-number,
  body.overview-page--gc .content-section .section-number {
    margin-bottom: 14px;
    font-size: .61rem;
    line-height: 1.3;
  }

  body.overview-page--why .content-summary,
  body.overview-page--cg .content-summary,
  body.overview-page--gc .content-summary {
    margin-bottom: 44px;
    padding: 25px 22px 27px;
  }
}


body.overview-page--why .content-section,
body.overview-page--cg .content-section,
body.overview-page--gc .content-section {
  border-bottom: 0 !important;
}
body.overview-page--why .content-section .section-number,
body.overview-page--cg .content-section .section-number,
body.overview-page--gc .content-section .section-number {
  position: static !important;
  inset: auto !important;
  display: block !important;
  float: none !important;
  clear: both;
  height: auto !important;
  min-height: 0;
  margin: 0 0 20px !important;
  padding: 0 !important;
  line-height: 1.35 !important;
  transform: none !important;
}
body.overview-page--why .content-section .section-number + h2,
body.overview-page--cg .content-section .section-number + h2,
body.overview-page--gc .content-section .section-number + h2 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
body.overview-page--why .latest-data-strip,
body.overview-page--cg .latest-data-strip,
body.overview-page--gc .latest-data-strip {
  border-bottom: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 620px) {
  body.overview-page--why .content-section .section-number,
  body.overview-page--cg .content-section .section-number,
  body.overview-page--gc .content-section .section-number {
    margin-bottom: 16px !important;
  }
}



body.editorial-clean .detail-section { padding-top: 70px; padding-bottom: 80px; }
body.editorial-clean .detail-layout { grid-template-columns: minmax(0, 850px) 275px; gap: 64px; align-items: start; }
body.editorial-clean .content-section {
  border-bottom: 0 !important;
  padding: 0 !important;
  margin: 0 0 52px !important;
}
body.editorial-clean .content-section .section-number {
  position: static !important;
  inset: auto !important;
  display: block !important;
  float: none !important;
  clear: both !important;
  width: auto !important;
  height: auto !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  color: var(--red) !important;
  font-size: .62rem !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  transform: none !important;
}
body.editorial-clean .content-section .section-number + h2 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
body.editorial-clean .content-section h2 { margin: 0 0 17px !important; font-size: clamp(1.72rem,2.6vw,2.22rem); line-height: 1.14; }
body.editorial-clean .content-section p { margin: 0 0 15px; line-height: 1.8; }
body.editorial-clean .content-section p:last-child { margin-bottom: 0; }
body.editorial-clean .content-section ul { margin-top: 23px; gap: 10px 28px; }
body.editorial-clean .detail-sidebar { display: block; }
body.editorial-clean .sidebar-card { position: static !important; top: auto !important; padding: 30px; }
body.editorial-clean .sidebar-card h3 { font-size: 1.5rem; line-height: 1.16; }
body.editorial-clean .highlight-strip { box-shadow: none; }
body.editorial-clean .latest-data-strip { border-bottom: 0 !important; box-shadow: none !important; }
body.editorial-clean .faq-section { margin-top: 52px; }
body.editorial-clean .faq-section > .eyebrow { margin-bottom: 9px; }
body.editorial-clean .faq-section h2 { margin-bottom: 20px; }
body.editorial-clean .faq-section details {
  margin: 0 0 9px;
  border: 1px solid #e1e6ef !important;
  background: #f8fafc;
}
body.editorial-clean .faq-section summary { padding: 18px 20px; }
body.editorial-clean .faq-section details p { padding: 0 56px 20px 20px; }
body.editorial-clean .content-summary { border-bottom: 0 !important; }
body.editorial-clean .content-section + .content-section { padding-top: 0 !important; }
body.editorial-clean .current-pulse { margin-top: 24px; }
body.editorial-clean .operator-card { margin-top: 8px; }
body.editorial-clean .contact-intro { margin-bottom: 48px; }
body.editorial-clean .related-section { border-top: 0; }
@media (max-width:1120px) {
 body.editorial-clean .detail-layout { grid-template-columns: 1fr; gap: 42px; }
 body.editorial-clean .detail-sidebar { max-width: 640px; }
}
@media (max-width:620px) {
 body.editorial-clean .detail-section { padding-top: 44px; padding-bottom: 58px; }
 body.editorial-clean .content-section { margin-bottom: 40px !important; }
 body.editorial-clean .content-section .section-number { margin-bottom: 13px !important; font-size: .6rem !important; }
 body.editorial-clean .sidebar-card { padding: 25px 22px; }
 body.editorial-clean .faq-section details p { padding-right: 20px; }
}



/* Give the red lead rule enough breathing room from first-article copy. */
body.editorial-clean .content-summary {
  padding-left: 48px !important;
  padding-right: 38px !important;
}

/* Eyebrow--light is red on navy heroes, but CTA bands are red: use high-contrast white there. */
.cta-band .eyebrow--light {
  color: #fff !important;
  opacity: 1 !important;
}
.cta-band p:not(.eyebrow) {
  color: rgba(255,255,255,.91);
}

/* Make bilateral overview first blocks feel deliberate rather than boxed-in. */
body.overview-page--cg .content-summary,
body.overview-page--gc .content-summary {
  box-shadow: 0 18px 42px rgba(1,21,63,.045);
}

@media (max-width: 620px) {
  body.editorial-clean .content-summary {
    padding-left: 30px !important;
    padding-right: 24px !important;
  }
}


.cta-band .btn-white.cta-action {
  min-height: 46px;
  padding: 0 21px;
  background: #fff;
  color: var(--navy);
  box-shadow: 0 12px 28px rgba(1, 21, 63, .24), 0 2px 6px rgba(1, 21, 63, .12);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
  white-space: nowrap;
}
.cta-band .btn-white.cta-action .ui-icon {
  width: 15px;
  height: 15px;
  color: var(--red);
}
.cta-band .btn-white.cta-action:hover,
.cta-band .btn-white.cta-action:focus-visible {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 15px 34px rgba(1, 21, 63, .34);
  transform: translateY(-2px);
}
.cta-band .btn-white.cta-action:hover .ui-icon,
.cta-band .btn-white.cta-action:focus-visible .ui-icon {
  color: #fff;
}
@media (max-width: 680px) {
  .cta-band .btn-white.cta-action {
    width: 100%;
    min-height: 48px;
    white-space: normal;
  }
}



body.export-entry-page .page-hero-copy { max-width: 860px; }
body.export-entry-page .page-hero-copy h1 { max-width: 820px; font-size: clamp(2.8rem,5.2vw,4.6rem); }
body.export-entry-page .detail-layout { grid-template-columns: minmax(0, 880px) 280px; gap: 68px; }
body.export-entry-page .content-summary { padding: 34px 38px 36px 48px !important; background: var(--pale); box-shadow: 0 18px 45px rgba(1,21,63,.05); }
body.export-entry-page .content-summary p strong { color: var(--navy); }
.export-opportunity-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin-top: 30px; border: 1px solid var(--line); background: var(--line); }
.export-opportunity-grid > div { min-height: 260px; padding: 28px 30px; background: #fff; }
.export-opportunity-grid small { color: var(--red); font-size: .59rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.export-opportunity-grid h3 { margin: 13px 0 12px; color: var(--navy); font-family: Georgia,serif; font-size: 1.28rem; line-height: 1.24; }
.export-opportunity-grid p { margin: 0 0 18px; font-size: .82rem !important; line-height: 1.68 !important; }
.export-opportunity-grid b { display: block; margin-bottom: 4px; color: var(--navy); font-size: .68rem; }
.export-opportunity-grid span { display: block; color: #68768b; font-size: .72rem; line-height: 1.55; }
.export-route-grid > a { text-decoration: none; }
.export-readiness-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; margin-top: 28px; border: 1px solid var(--line); background: var(--line); }
.export-readiness-grid > div { min-height: 190px; padding: 25px 24px; background: #fff; }
.export-readiness-grid h3 { margin: 0 0 10px; color: var(--navy); font-family: Georgia,serif; font-size: 1.08rem; line-height: 1.25; }
.export-readiness-grid p { margin: 0; font-size: .76rem !important; line-height: 1.62 !important; }
.export-warning-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin-top: 26px; }
.export-warning-grid > div { min-height: 150px; border-top: 3px solid var(--red); padding: 22px 24px; background: #f7f9fc; }
.export-warning-grid strong { display: block; margin-bottom: 8px; color: var(--navy); font-family: Georgia,serif; font-size: 1.02rem; }
.export-warning-grid p { margin: 0; font-size: .76rem !important; line-height: 1.62 !important; }
.export-price-track { grid-template-columns: repeat(5,1fr); margin-top: 34px; }
.export-market-process { grid-template-columns: repeat(3,1fr); gap: 34px 0; margin-top: 34px; }
.export-market-process > div { min-height: 170px; }
.sidebar-checklist { display: grid; gap: 10px; margin: 18px 0 4px; padding: 0; list-style: none; counter-reset: sideitem; }
.sidebar-checklist li { position: relative; padding: 0 0 0 30px; color: rgba(255,255,255,.82); font-size: .78rem; line-height: 1.48; counter-increment: sideitem; }
.sidebar-checklist li::before { position: absolute; left: 0; top: 0; color: #ff4b4f; font-size: .64rem; font-weight: 900; content: "0" counter(sideitem); }
@media (max-width:1120px) {
 body.export-entry-page .detail-layout { grid-template-columns: 1fr; gap: 42px; }
 body.export-entry-page .detail-sidebar { max-width: 650px; }
 .export-price-track { grid-template-columns: repeat(3,1fr); gap: 28px 0; }
}
@media (max-width:767px) {
 .export-opportunity-grid, .export-warning-grid { grid-template-columns: 1fr; }
 .export-readiness-grid { grid-template-columns: 1fr 1fr; }
 .export-market-process { grid-template-columns: repeat(2,1fr); }
 .export-price-track { grid-template-columns: repeat(2,1fr); }
 .export-opportunity-grid > div { min-height: auto; }
}
@media (max-width:520px) {
 .export-readiness-grid, .export-market-process, .export-price-track { grid-template-columns: 1fr; }
 .export-readiness-grid > div, .export-warning-grid > div { min-height: auto; }
}



.featured-business-section{background:#f5f7fb;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.featured-business-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:30px}
.featured-business-head>div{max-width:760px}.featured-business-head>div>p:last-child{max-width:700px;color:var(--muted);font-size:.82rem;line-height:1.65;margin-top:12px}
.featured-business-grid img{height:190px}.featured-business-grid div{padding:24px}.featured-business-grid h3{min-height:auto;margin:12px 0 10px}.featured-business-grid p{min-height:58px;color:var(--muted);font-size:.76rem;line-height:1.55;margin-bottom:18px}
.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-size:.72rem;font-weight:800;line-height:1.4}.text-link:hover{color:var(--red)}
.business-showcase{background:#f8f9fc;border-bottom:1px solid var(--line)}
.business-showcase__head{display:flex;align-items:flex-end;justify-content:space-between;gap:36px;margin-bottom:34px}.business-showcase__head>div{max-width:820px}.business-showcase__head>div>p:last-child{color:var(--muted);font-size:.82rem;line-height:1.7;margin-top:12px}
.business-category-block{padding:30px 0;border-top:1px solid var(--line)}.business-category-block:last-child{padding-bottom:0}
.business-category-title{display:grid;grid-template-columns:46px 1fr;gap:18px;align-items:start;margin-bottom:20px}.business-category-title>span{display:grid;place-items:center;width:38px;height:38px;background:var(--red);color:#fff;font-size:.65rem;font-weight:800}.business-category-title h3{margin:0 0 5px;color:var(--navy);font-family:Georgia,serif;font-size:1.35rem}.business-category-title p{margin:0;color:var(--muted);font-size:.76rem;line-height:1.55}
.section-inline-cta{margin-top:22px}
@media(max-width:991px){.featured-business-head,.business-showcase__head{align-items:flex-start;flex-direction:column}.featured-business-grid img{height:210px}}
@media(max-width:575px){.business-category-title{grid-template-columns:38px 1fr;gap:12px}.business-category-title>span{width:32px;height:32px}.featured-business-grid p{min-height:auto}}

.featured-business-section{padding:68px 0}
.featured-business-head,.business-showcase__head{max-width:none}



.content-section > .section-number.section-kicker {
  position: static !important;
  inset: auto !important;
  display: block !important;
  float: none !important;
  clear: both !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  color: var(--red) !important;
  font-size: .62rem !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  white-space: normal !important;
  overflow-wrap: anywhere;
  transform: none !important;
}
.content-section > .section-number.section-kicker + h2,
.content-section > .section-number.section-kicker + h3 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
@media (max-width: 620px) {
  .content-section > .section-number.section-kicker {
    margin-bottom: 10px !important;
    font-size: .59rem !important;
    line-height: 1.4 !important;
  }
}



.content-section.commercial-intro {
  border: 1px solid var(--line) !important;
  border-top: 3px solid var(--red) !important;
  margin: 0 0 58px !important;
  padding: 34px 36px 36px !important;
  background: #f7f9fc;
}
.content-section.commercial-intro > .section-number.section-kicker { margin-bottom: 10px !important; }
.content-section.commercial-intro h2 { max-width: 760px; margin-bottom: 18px !important; }
.content-section.commercial-intro > p { max-width: 760px; }
.commercial-subhead {
  margin: 26px 0 4px !important;
  color: var(--navy) !important;
  font-family: Georgia, serif;
  font-size: 1.08rem !important;
  font-weight: 600;
  line-height: 1.3 !important;
}
.commercial-deliverables { margin-top: 18px !important; }
.commercial-deliverables li span { display: block; }
.commercial-process {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 1px;
  margin-top: 30px;
  border: 1px solid var(--line);
  background: var(--line);
}
.commercial-process > div { min-height: 155px; padding: 22px 20px; background: #fff; }
.commercial-process small { display: block; color: var(--red); font-size: .60rem; font-weight: 850; letter-spacing: .12em; }
.commercial-process h3 { margin: 10px 0 8px; color: var(--navy); font-family: Georgia,serif; font-size: 1.05rem; line-height: 1.2; }
.commercial-process p { margin: 0 !important; color: var(--muted) !important; font-size: .76rem !important; line-height: 1.6 !important; }
@media (max-width: 767px) {
  .content-section.commercial-intro { padding: 26px 22px 28px !important; }
  .commercial-process { grid-template-columns: 1fr; }
  .commercial-process > div { min-height: auto; }
}


article.prose-content > .content-section,
.prose-content > .content-section {
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none;
}
/* Commercial lead panels are intentional cards; retain their framed treatment. */
article.prose-content > .content-section.commercial-intro,
.prose-content > .content-section.commercial-intro {
  border: 1px solid var(--line) !important;
  border-top: 3px solid var(--red) !important;
}


main article.prose-content > section.content-section:not(.commercial-intro),
main .prose-content > section.content-section:not(.commercial-intro) {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
  border-top-style: none !important;
  border-bottom-style: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  background-image: none !important;
}
main article.prose-content > section.content-section:not(.commercial-intro)::before,
main article.prose-content > section.content-section:not(.commercial-intro)::after,
main .prose-content > section.content-section:not(.commercial-intro)::before,
main .prose-content > section.content-section:not(.commercial-intro)::after {
  display: none !important;
  content: none !important;
  border: 0 !important;
  box-shadow: none !important;
  background: none !important;
}
.latest-data-strip {
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

/* v29 — remove decorative numeric article markers that read as horizontal ticks at normal zoom. */
main .content-section > .section-number:not(.section-kicker) { display: none !important; }
main .content-section.section-numberless { padding-left: 0 !important; }


/* v30 final article-marker hardening */
main .content-section { padding-left: 0 !important; }
main .content-section > .section-number:not(.section-kicker) { display:none !important; content:none !important; }
main .content-section:not(.commercial-intro)::before,
main .content-section:not(.commercial-intro)::after,
main .content-section > h2::before, main .content-section > h2::after,
main .content-section > h3::before, main .content-section > h3::after {
  content:none !important; display:none !important; border:0 !important; background:none !important; box-shadow:none !important;
}


/* Presentation safeguards */
main .content-section > .section-number:not(.section-kicker){display:none!important;content:none!important;width:0!important;height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;}
main .content-section.section-numberless{padding-left:0!important;}


/* v32 — content tables: eliminate desktop horizontal "ruler" scrollbars. */
.investment-table-wrap,
.table-scroll {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.investment-table-wrap::-webkit-scrollbar,
.table-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

/* On desktop/tablet landscape, tables must fit the article column instead of
   forcing an overflow scrollbar. Long text wraps naturally inside cells. */
@media (min-width: 768px) {
  .prose-content .investment-table-wrap,
  .prose-content .table-scroll,
  .content-summary .table-scroll {
    overflow-x: visible;
    max-width: 100%;
  }
  .prose-content .investment-table,
  .prose-content .decision-table,
  .content-summary .decision-table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
  }
  .prose-content .investment-table th,
  .prose-content .investment-table td,
  .prose-content .decision-table th,
  .prose-content .decision-table td,
  .content-summary .decision-table th,
  .content-summary .decision-table td {
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }
}

/* Narrow screens may still swipe a genuinely wide comparison table, but the
   scrollbar track itself stays hidden so it cannot appear as a grey ruler. */
@media (max-width: 767px) {
  .investment-table-wrap,
  .table-scroll {
    overflow-x: auto;
    overscroll-behavior-x: contain;
  }
  .investment-table { min-width: 720px; }
  .decision-table { min-width: 650px; }
}

/* v33 — footer logo optical alignment
   The supplied reversed PNG contains transparent left padding. Keep the artwork
   at its approved visual size but align the visible lion/wordmark with the
   footer identity copy and contact column. */
.footer-brand--manual img {
  transform: translateX(-10.4%);
  transform-origin: left center;
}


/* v34 — practical institutional contacts directory */
.contact-directory-intro {
  margin: 0 0 34px;
  padding: 24px 28px;
  border-left: 4px solid var(--red);
  background: #f3f6fb;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.72;
}
.contact-directory-intro strong { color: var(--navy); }
.contact-country-block + .contact-country-block { margin-top: 68px; }
.contact-country-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 24px; }
.contact-country-head h2 { margin: 0; }
.contact-country-head p { max-width: 420px; margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.6; }
.institution-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.institution-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--line);
  background: #fff;
  padding: 28px;
}
.institution-card--featured { border-top: 4px solid var(--red); padding-top: 25px; }
.institution-card__type { margin: 0 0 8px; color: var(--red); font-size: .59rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.institution-card h3 { margin: 0 0 10px; color: var(--navy); font-family: Georgia,serif; font-size: 1.35rem; line-height: 1.2; }
.institution-card__purpose { margin: 0 0 20px; color: var(--muted); font-size: .79rem; line-height: 1.65; }
.institution-card__person { margin: -4px 0 18px; color: var(--ink); font-size: .8rem; line-height: 1.55; }
.institution-card__person strong { display: block; color: var(--navy); font-size: .88rem; }
.institution-card__details { display: grid; gap: 9px; margin: 0 0 21px; padding: 0; list-style: none; }
.institution-card__details li, .institution-card__details address { display: flex; min-width: 0; align-items: flex-start; gap: 10px; margin: 0; color: #43506a; font-size: .75rem; font-style: normal; line-height: 1.52; }
.institution-card__details .ui-icon { width: 16px; height: 16px; flex: 0 0 16px; margin-top: 2px; color: var(--red); }
.institution-card__details a { overflow-wrap: anywhere; color: var(--blue); }
.institution-card__details a:hover { text-decoration: underline; }
.institution-card__meta { margin-top: -6px; margin-bottom: 18px; color: #6d778a; font-size: .67rem; line-height: 1.55; }
.institution-card__actions { display: flex; flex-wrap: wrap; gap: 12px 16px; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); }
.institution-card__actions a { display: inline-flex; align-items: center; gap: 6px; color: var(--blue); font-size: .7rem; font-weight: 800; }
.institution-card__actions .ui-icon { width: 13px; height: 13px; }
.contact-route-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin: 25px 0 8px; }
.contact-route { border: 1px solid var(--line); padding: 22px; background: #fff; }
.contact-route small { display: block; margin-bottom: 8px; color: var(--red); font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-route strong { display: block; margin-bottom: 8px; color: var(--navy); font-family: Georgia,serif; font-size: 1.04rem; line-height: 1.25; }
.contact-route p { margin: 0; color: var(--muted); font-size: .73rem; line-height: 1.58; }
.contact-directory-note { margin-top: 24px; color: #6c7687; font-size: .7rem; line-height: 1.6; }
@media (max-width: 900px) {
  .institution-grid { grid-template-columns: 1fr; }
  .contact-route-grid { grid-template-columns: 1fr; }
  .contact-country-head { align-items: flex-start; flex-direction: column; gap: 8px; }
}
@media (max-width: 600px) {
  .institution-card { padding: 23px 20px; }
  .institution-card--featured { padding-top: 20px; }
  .contact-directory-intro { padding: 20px; }
}

/* v36 bilingual language switch */
.lang-flag--disabled{opacity:.42;cursor:default;filter:saturate(.65);}
.lang-flag--disabled:hover{transform:none;border-color:#d7deea;opacity:.42;}


/* v37 — substantive legal/compliance pages */
.policy-page .content-section { padding-bottom: 42px; margin-bottom: 42px; }
.policy-page .content-section p { margin: 0 0 15px; }
.policy-page .content-section p:last-child { margin-bottom: 0; }
.policy-list { display: grid !important; grid-template-columns: 1fr !important; gap: 12px !important; margin: 22px 0 18px !important; padding: 0 !important; list-style: none !important; }
.policy-list li { display: block !important; position: relative; padding-left: 20px; color: #43506a !important; font-size: .88rem !important; line-height: 1.7 !important; }
.policy-list li::before { content: ""; position: absolute; left: 0; top: .72em; width: 6px; height: 6px; background: var(--red); border-radius: 50%; }
.policy-list strong { color: var(--navy); }
.policy-storage-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin: 24px 0 10px; }
.policy-storage-card { min-width: 0; border: 1px solid var(--line); border-top: 3px solid var(--red); background: #f7f9fc; padding: 24px; }
.policy-storage-card small { display: block; margin-bottom: 8px; color: var(--red); font-size: .61rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.policy-storage-card h3 { margin: 0 0 15px; color: var(--navy); font-family: Georgia,serif; font-size: 1.18rem; }
.policy-storage-card p { margin: 0 0 10px !important; color: #52627c; font-size: .78rem !important; line-height: 1.65 !important; }
.policy-storage-card code { padding: 2px 5px; background: #e9edf4; color: var(--navy); font-size: .82em; }
.policy-page .sidebar-card a[href^="mailto:"] { overflow-wrap: anywhere; }
.cookie-banner-actions { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 12px 16px; }
.cookie-banner-actions a { color: #fff; font-size: .72rem; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 760px) { .policy-storage-grid { grid-template-columns: 1fr; } .cookie-banner-actions { justify-content: flex-start; } }


/* v38 — consent-aware Smartsupp + Elfsight communication tools */
.cookie-banner { max-width: 960px; }
.cookie-banner-actions { min-width: min(100%, 355px); }
.cookie-banner-actions a { color: var(--blue); }
.cookie-banner .btn-cookie-secondary {
  appearance: none;
  border: 1px solid #cbd3df !important;
  border-radius: 2px;
  padding: 10px 13px;
  background: #fff !important;
  color: var(--navy) !important;
  font-size: .68rem !important;
  font-weight: 800 !important;
  letter-spacing: .02em;
  cursor: pointer;
}
.cookie-banner .btn-cookie-secondary:hover { border-color: var(--navy) !important; }
.cookie-settings-link { cursor: pointer; }
.noscript-chat-credit { position: static; display: block; padding: 8px 18px; background: #f5f7fa; color: #506078; font-size: .68rem; text-align: center; }
@media (max-width: 760px) {
  .cookie-banner-actions { min-width: 0; width: 100%; align-items: stretch; }
  .cookie-banner-actions .btn-brand,
  .cookie-banner-actions .btn-cookie-secondary { flex: 1 1 145px; text-align: center; justify-content: center; }
  .cookie-banner-actions a { flex: 1 0 100%; }
}
