:root {
  --navy: #051b3a;
  --navy-2: #021126;
  --blue: #0a3e7e;
  --gold: #d4af37;
  --light-gold: #e5c45a;
  --white: #fff;
  --offwhite: #f7f5ef;
  --ink: #162339;
  --muted: #5f6875;
  --line: rgba(5,27,58,.13);
  --shadow: 0 24px 60px rgba(5,27,58,.13);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --container: min(1320px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.72; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
h1,h2,h3,h4,p { margin-top: 0; }
h1,h2,h3 { color: var(--navy); font-family: var(--serif); font-weight: 600; line-height: 1.08; }
h1 { font-size: clamp(3.1rem, 6vw, 6.7rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.4rem, 4.4vw, 4.7rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.35rem, 2vw, 1.85rem); }
:focus-visible { outline: 3px solid var(--light-gold); outline-offset: 4px; }
::selection { color: var(--navy); background: var(--light-gold); }
.container { width: var(--container); margin-inline: auto; }
.site-main { overflow: hidden; }
.section { padding: clamp(78px, 9vw, 142px) 0; }
.section--offwhite { background: var(--offwhite); }
.section--navy { color: rgba(255,255,255,.78); background: var(--navy); }
.section--navy h2,.section--navy h3 { color: var(--white); }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 12px 18px; color: var(--navy); background: var(--gold); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.aurora-translate-engine { position: fixed !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; clip: rect(0,0,0,0) !important; }
.goog-te-banner-frame.skiptranslate,.goog-te-balloon-frame,.goog-logo-link { display: none !important; }
body { top: 0 !important; }
.eyebrow { margin-bottom: 20px; color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 32px; }
.button { display: inline-flex; min-height: 52px; padding: 14px 24px; align-items: center; justify-content: center; border: 1px solid transparent; font-size: .77rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button--gold { color: var(--navy); background: var(--gold); border-color: var(--gold); }
.button--gold:hover { background: var(--light-gold); border-color: var(--light-gold); }
.button--online { color: var(--white); background: var(--navy); border-color: var(--gold); }
.button--online:hover { color: var(--gold); background: var(--navy-2); }
.button--outline { color: var(--white); border-color: rgba(255,255,255,.56); background: rgba(5,27,58,.08); }
.button--outline:hover { border-color: var(--gold); color: var(--gold); }
.button--navy { color: var(--white); background: var(--navy); }
.text-link { display: inline-block; margin-top: 20px; color: var(--navy); font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; border-bottom: 1px solid var(--gold); }
.text-link--light { color: var(--white); }
.section-heading { max-width: 600px; }
.section-heading--wide { max-width: 800px; margin-bottom: 58px; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.section--navy .section-heading p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.split-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(48px, 8vw, 120px); align-items: start; }
.split-grid--media { align-items: center; }
.prose { max-width: 760px; }
.prose p { color: var(--muted); }
.prose .lead { color: var(--ink); font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.85rem); line-height: 1.48; }
.prose--light p { color: rgba(255,255,255,.72); }
.prose--light .lead { color: var(--white); }
.legal-layout { display: grid; grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr); gap: clamp(48px,8vw,120px); align-items: start; }
.legal-summary { position: sticky; top: 150px; }
.legal-summary h2 { margin-bottom: 22px; }
.legal-summary p:not(.eyebrow) { color: var(--muted); }
.legal-summary span { color: var(--blue); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.legal-section { padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--line); }
.legal-section h2 { margin-bottom: 18px; font-size: clamp(1.65rem,2.5vw,2.2rem); }
.legal-section p { color: var(--muted); }
.legal-review-note { padding: 22px; margin: 0; color: var(--muted); background: var(--white); border-left: 3px solid var(--gold); font-size: .78rem; }

/* Header */
.language-suggestion { position: relative; z-index: 120; color: var(--white); background: var(--blue); font-size: .8rem; }
.language-suggestion__inner { display: flex; min-height: 42px; gap: 16px; align-items: center; justify-content: center; }
.text-button,.icon-button { color: var(--gold); background: transparent; border: 0; font-weight: 700; }
.icon-button { margin-left: auto; color: var(--white); font-size: 1.4rem; }
.site-header { position: relative; z-index: 100; background: var(--white); box-shadow: 0 4px 26px rgba(5,27,58,.08); }
.site-header.is-sticky { position: fixed; top: 0; right: 0; left: 0; animation: header-in .25s ease both; }
@keyframes header-in { from { transform: translateY(-100%); } }
.header-top { color: rgba(255,255,255,.75); background: var(--navy-2); font-size: .72rem; letter-spacing: .035em; }
.header-top__inner,.header-top__links { display: flex; align-items: center; }
.header-top__inner { min-height: 36px; justify-content: space-between; }
.header-top__links { gap: 22px; }
.header-top a:hover { color: var(--gold); }
.language-select { padding: 3px 24px 3px 5px; color: inherit; background: transparent; border: 0; }
.language-select option { color: var(--navy); background: var(--white); }
.header-main { display: flex; height: 94px; align-items: center; gap: 22px; }
.brand-logo { display: block; width: 105px; height: 88px; flex: 0 0 105px; overflow: hidden; }
.brand-logo img { width: 100%; height: 100%; object-fit: contain; }
.primary-nav { display: flex; flex: 1; align-items: center; justify-content: flex-end; gap: 22px; }
.nav-list { display: flex; gap: 4px; align-items: center; margin: 0; padding: 0; list-style: none; }
.nav-trigger { position: relative; padding: 36px 10px; color: var(--navy); background: transparent; border: 0; font-size: .7rem; font-weight: 700; white-space: nowrap; }
.nav-trigger::after { position: absolute; right: 10px; bottom: 26px; left: 10px; height: 2px; content: ''; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.has-mega:hover .nav-trigger::after,.nav-trigger[aria-expanded="true"]::after { transform: scaleX(1); transform-origin: left; }
.mega-menu { position: absolute; top: 130px; left: 50%; display: grid; width: min(1060px, calc(100vw - 48px)); padding: 34px; grid-template-columns: 290px 1fr; gap: 42px; visibility: hidden; opacity: 0; background: var(--white); border-top: 3px solid var(--gold); box-shadow: var(--shadow); transform: translate(-50%, 12px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.mega-menu--narrow { width: min(880px, calc(100vw - 48px)); }
.has-mega:hover .mega-menu,.has-mega:focus-within .mega-menu { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.mega-intro { padding: 8px 30px 8px 4px; border-right: 1px solid var(--line); }
.mega-intro h2 { margin-bottom: 24px; font-size: 2rem; }
.mega-intro a { color: var(--blue); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.mega-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 22px; }
.mega-links a { display: flex; padding: 11px 12px; flex-direction: column; border-left: 2px solid transparent; transition: background .2s, border-color .2s; }
.mega-links a:hover { background: var(--offwhite); border-color: var(--gold); }
.mega-links b { color: var(--navy); font-family: var(--serif); font-size: 1rem; }
.mega-links span { color: var(--muted); font-size: .7rem; }
.header-cta { min-height: 44px; padding: 11px 15px; white-space: nowrap; }
.header-actions { display: flex; gap: 8px; align-items: center; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; margin-left: auto; background: transparent; border: 1px solid var(--line); }
.menu-toggle>span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); }

/* Homepage hero */
.hero-slider { position: relative; height: min(790px, calc(100vh - 100px)); min-height: 650px; color: var(--white); background: var(--navy); }
.hero-slide { position: absolute; inset: 0; display: flex; visibility: hidden; opacity: 0; align-items: center; background-image: linear-gradient(90deg, rgba(2,17,38,.92) 0%, rgba(5,27,58,.69) 42%, rgba(5,27,58,.1) 78%), var(--hero-image); background-position: center; background-size: cover; transition: opacity .9s ease, visibility .9s; }
.hero-slide.is-active { visibility: visible; opacity: 1; z-index: 1; }
.hero-slide__content { position: relative; z-index: 2; padding-bottom: 30px; }
.hero-slide h1,.hero-slide h2 { max-width: 830px; margin-bottom: 28px; color: var(--white); }
.hero-slide h2 { font-size: clamp(3.1rem, 6vw, 6.7rem); }
.hero-slide__content>p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.83); font-size: clamp(1rem, 1.5vw, 1.25rem); }
.slider-controls { position: absolute; z-index: 3; right: 0; bottom: 36px; left: 0; display: flex; align-items: center; gap: 16px; }
.slider-controls>button { width: 42px; height: 42px; color: var(--white); background: rgba(5,27,58,.4); border: 1px solid rgba(255,255,255,.38); }
.slider-dots { display: flex; gap: 8px; }
.slider-dots button { width: 34px; height: 3px; padding: 0; background: rgba(255,255,255,.45); border: 0; }
.slider-dots button.is-active { background: var(--gold); }
.intro-section { position: relative; }
.intro-section::before { position: absolute; top: 0; left: 0; width: 10px; height: 100%; content: ''; background: var(--gold); }

/* Cards, features */
.card-grid { display: grid; gap: 24px; }
.card-grid--3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.service-card { position: relative; min-height: 340px; padding: 42px 36px; overflow: hidden; background: var(--white); border: 1px solid var(--line); transition: transform .3s ease, box-shadow .3s ease; }
.service-card:hover { z-index: 2; box-shadow: var(--shadow); transform: translateY(-8px); }
.service-card::after { position: absolute; right: 0; bottom: 0; width: 0; height: 3px; content: ''; background: var(--gold); transition: width .3s; }
.service-card:hover::after { width: 100%; }
.service-card .card-number { display: block; margin-bottom: 72px; color: var(--gold); font-size: .75rem; font-weight: 700; letter-spacing: .16em; }
.service-card p { color: var(--muted); }
.service-card a { position: absolute; bottom: 38px; color: var(--blue); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.service-card--image { color: var(--white); border: 0; background-image: linear-gradient(rgba(5,27,58,.32), rgba(5,27,58,.93)), var(--card-image); background-size: cover; background-position: center; }
.service-card--image h3,.service-card--image p,.service-card--image a { color: var(--white); }
.editorial-image { min-height: 540px; overflow: hidden; }
.editorial-image img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; }
.link-list { margin-top: 38px; border-top: 1px solid rgba(255,255,255,.18); }
.link-list a { display: flex; padding: 16px 2px; justify-content: space-between; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18); font-weight: 600; }
.link-list a:hover { padding-left: 8px; color: var(--gold); }
.wealth-feature { min-height: 760px; padding: 120px 0; background-image: linear-gradient(90deg, rgba(2,17,38,.86), rgba(2,17,38,.12)), var(--feature-image); background-position: center; background-size: cover; }
.wealth-panel { max-width: 610px; padding: clamp(40px, 6vw, 78px); color: rgba(255,255,255,.78); background: rgba(5,27,58,.92); border-left: 4px solid var(--gold); box-shadow: var(--shadow); }
.wealth-panel h2 { color: var(--white); }
.inline-features { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; padding: 0; margin: 28px 0; list-style: none; }
.inline-features li::before { margin-right: 9px; color: var(--gold); content: '◆'; font-size: .5rem; }
.card-product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 34px; }
.product-card { padding: 32px; background: var(--offwhite); border-bottom: 3px solid transparent; transition: transform .3s, border-color .3s; }
.product-card:hover { border-color: var(--gold); transform: translateY(-7px); }
.product-card>p { color: var(--muted); }
.product-card>a { color: var(--blue); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.bank-card { position: relative; display: flex; max-width: 400px; aspect-ratio: 1.58/1; padding: 28px; margin-bottom: 38px; flex-direction: column; color: var(--white); overflow: hidden; background: linear-gradient(135deg, #061d40, #0a3e7e 67%, #031026); border: 1px solid rgba(212,175,55,.6); border-radius: 16px; box-shadow: 0 24px 40px rgba(5,27,58,.25); }
.bank-card::after { position: absolute; width: 280px; height: 100px; right: -90px; bottom: -25px; content: ''; border: 5px solid var(--gold); border-radius: 50%; transform: rotate(-18deg); opacity: .55; }
.bank-card span { font-family: var(--serif); font-size: 1.2rem; letter-spacing: .14em; }
.bank-card b { margin-top: auto; font-family: var(--serif); font-size: 1.5rem; letter-spacing: .09em; }
.bank-card i { font-size: .47rem; font-style: normal; letter-spacing: .13em; opacity: .72; }
.bank-card--world { background: linear-gradient(135deg, #061d40, #112f61 58%, #9d771c); }
.bank-card--business { background: linear-gradient(135deg, #030b17, #082856 70%, #07152b); }
.financing-section { background: linear-gradient(180deg, var(--white), var(--offwhite)); }
.feature-tiles { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 2px; margin-top: 46px; background: var(--line); }
.feature-tile { position: relative; min-height: 360px; padding: clamp(34px, 5vw, 64px); color: var(--ink); background: var(--white); }
.feature-tile>span { color: var(--gold); font-size: .75rem; font-weight: 700; letter-spacing: .15em; }
.feature-tile h3 { max-width: 380px; margin-top: 70px; font-size: clamp(1.8rem, 3vw, 3rem); }
.feature-tile p { max-width: 480px; color: var(--muted); }
.feature-tile b { position: absolute; bottom: 42px; color: var(--blue); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.feature-tile--image { color: var(--white); background-image: linear-gradient(rgba(5,27,58,.25), rgba(5,27,58,.9)), var(--tile-image); background-position: center; background-size: cover; }
.feature-tile--image h3,.feature-tile--image p,.feature-tile--image b { color: var(--white); }
.feature-tile--navy { color: var(--white); background: var(--navy); }
.feature-tile--navy h3,.feature-tile--navy p,.feature-tile--navy b { color: var(--white); }
.city-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.city-grid span { display: flex; min-height: 110px; padding: 22px; flex-direction: column; justify-content: center; color: var(--navy); background: var(--white); font-family: var(--serif); font-size: 1.45rem; }
.city-grid small { color: var(--muted); font-family: var(--sans); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.city-grid p { grid-column: 1/-1; padding: 12px 20px; margin: 0; color: var(--muted); background: var(--offwhite); font-size: .7rem; }
.value-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-grid article { min-height: 260px; padding: 38px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-grid span { color: var(--gold); font-size: .72rem; }
.value-grid h3 { margin-top: 55px; }
.value-grid p { color: var(--muted); }
.dubai-feature { position: relative; min-height: 800px; color: var(--white); background: var(--navy); }
.dubai-feature__image { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(2,17,38,.94) 0%, rgba(5,27,58,.62) 50%, rgba(5,27,58,.1)), url('https://images.unsplash.com/photo-1518684079-3c830dcef090?auto=format&fit=crop&w=2200&q=86'); background-position: center; background-size: cover; }
.dubai-copy { position: relative; max-width: 680px; padding: 150px 0; }
.dubai-copy h2 { color: var(--white); }
.dubai-copy p { color: rgba(255,255,255,.78); }
.mini-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 26px; margin-top: 38px; }
.mini-grid div { display: flex; flex-direction: column; padding-top: 17px; border-top: 2px solid var(--gold); }
.mini-grid b { color: var(--navy); }
.mini-grid span { color: var(--muted); font-size: .85rem; }
.final-cta { padding: 84px 0; color: var(--white); background: linear-gradient(110deg, var(--navy-2), var(--blue)); border-top: 1px solid rgba(212,175,55,.38); }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.final-cta h2 { max-width: 760px; margin-bottom: 0; color: var(--white); font-size: clamp(2.3rem, 4.6vw, 4.4rem); }

/* Interior pages */
.breadcrumbs { color: var(--muted); background: var(--offwhite); border-bottom: 1px solid var(--line); font-size: .72rem; }
.breadcrumbs .container { display: flex; min-height: 46px; gap: 10px; align-items: center; }
.breadcrumbs a:hover { color: var(--blue); }
.page-hero { position: relative; display: flex; min-height: 610px; align-items: center; color: var(--white); background-image: linear-gradient(90deg, rgba(2,17,38,.94) 0%, rgba(5,27,58,.72) 48%, rgba(5,27,58,.15)), var(--hero-image); background-size: cover; background-position: center; }
.page-hero::after { position: absolute; right: 0; bottom: 0; left: 0; height: 5px; content: ''; background: linear-gradient(90deg, var(--gold), var(--light-gold), transparent 70%); }
.page-hero__content { position: relative; z-index: 1; padding: 90px 0; }
.page-hero h1 { max-width: 920px; margin-bottom: 24px; color: var(--white); }
.page-hero__content>p:not(.eyebrow) { max-width: 660px; color: rgba(255,255,255,.82); font-family: var(--serif); font-size: clamp(1.2rem,2vw,1.65rem); }
.page-hero--compact { min-height: 430px; color: var(--white); background: var(--navy); }
.focus-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.focus-card { min-height: 265px; padding: 34px; background: var(--white); border: 1px solid var(--line); }
.focus-card>span { color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .16em; }
.focus-card h3 { margin-top: 36px; margin-bottom: 14px; }
.focus-card p { color: var(--muted); font-size: .86rem; }
.editorial-page-section .editorial-image { min-height: 480px; }
.journey-steps { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 50px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.journey-steps article { min-height: 270px; padding: 34px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.journey-steps span { display: grid; width: 42px; height: 42px; place-items: center; color: var(--navy); background: var(--gold); border-radius: 50%; font-weight: 700; }
.journey-steps h3 { margin-top: 50px; }
.journey-steps p { color: var(--muted); font-size: .86rem; }
.accordion-list { max-width: 900px; margin-top: 44px; border-top: 1px solid var(--line); }
.accordion { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; padding: 24px 4px; align-items: center; justify-content: space-between; color: var(--navy); cursor: pointer; font-family: var(--serif); font-size: 1.2rem; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--gold); font-family: var(--sans); font-size: 1.6rem; font-weight: 300; }
.accordion[open] summary span { transform: rotate(45deg); }
.accordion p { max-width: 760px; padding: 0 4px 24px; color: var(--muted); }
.related-card { position: relative; min-height: 270px; padding: 34px; background: var(--offwhite); border-top: 3px solid var(--gold); }
.related-card>span { color: var(--blue); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.related-card h3 { margin-top: 36px; }
.related-card p { color: var(--muted); }
.related-card a { position: absolute; bottom: 30px; color: var(--blue); font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(48px,8vw,110px); }
.contact-details a { color: var(--blue); font-weight: 700; }
.contact-note { padding: 28px; margin-top: 35px; background: var(--white); border-left: 3px solid var(--gold); }
.contact-note p { color: var(--muted); }
.contact-form { padding: clamp(30px,5vw,56px); background: var(--white); box-shadow: var(--shadow); }
.field { display: flex; margin-bottom: 22px; flex-direction: column; gap: 7px; }
.field label { color: var(--navy); font-size: .78rem; font-weight: 700; }
.field input,.field select,.field textarea { width: 100%; padding: 14px 16px; color: var(--ink); background: var(--offwhite); border: 1px solid var(--line); border-radius: 0; }
.field input:focus,.field select:focus,.field textarea:focus { border-color: var(--gold); outline: 2px solid rgba(212,175,55,.18); }
.checkbox { display: flex; margin-bottom: 25px; gap: 11px; align-items: flex-start; color: var(--muted); font-size: .78rem; }
.checkbox input { margin-top: 6px; }
.form-status { padding: 14px; color: #0c552a; background: #e5f5eb; border-left: 3px solid #2e8b57; }

/* Footer */
.site-footer { padding-top: 86px; color: rgba(255,255,255,.64); background: var(--navy-2); }
.footer-lead { display: grid; grid-template-columns: 1.5fr repeat(4,1fr); gap: 46px; padding-bottom: 66px; }
.site-footer .brand-logo { width: 130px; height: 120px; margin-bottom: 18px; filter: brightness(1.05); }
.footer-brand { font-size: .83rem; }
.footer-brand>a { color: var(--gold); font-weight: 700; }
.footer-motto { color: var(--white); font-family: var(--serif); font-size: 1.2rem; }
.footer-column { display: flex; flex-direction: column; gap: 11px; }
.footer-column h2 { margin-bottom: 15px; color: var(--white); font-family: var(--sans); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-column a { font-size: .77rem; }
.footer-column a:hover { color: var(--gold); }
.footer-bottom { display: flex; min-height: 80px; gap: 28px; align-items: center; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0 auto 0 0; font-size: .72rem; }
.footer-bottom nav { display: flex; gap: 18px; font-size: .7rem; }
.footer-disclaimer { padding: 18px 0 28px; border-top: 1px solid rgba(255,255,255,.06); }
.footer-disclaimer p { max-width: 1050px; margin: 0; font-size: .66rem; line-height: 1.6; }

/* Motion and RTL */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
html[dir="rtl"] body { direction: rtl; }
html[dir="rtl"] .intro-section::before { right: 0; left: auto; }
html[dir="rtl"] .mega-intro { padding-right: 4px; padding-left: 30px; border-right: 0; border-left: 1px solid var(--line); }
.nav-list--custom > li > a { position: relative; display: block; padding: 36px 10px; color: var(--navy); font-size: .7rem; font-weight: 700; white-space: nowrap; }
.nav-list--custom > li > a::after { position: absolute; right: 10px; bottom: 26px; left: 10px; height: 1px; content: ""; background: var(--gold); transform: scaleX(0); transition: transform .2s ease; }
.nav-list--custom > li > a:hover::after,.nav-list--custom > li.current-menu-item > a::after { transform: scaleX(1); }
.footer-menu { margin: 0; padding: 0; list-style: none; }
.footer-menu li { margin: 0; padding: 0; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .js .reveal { opacity: 1; transform: none; } }

@media (max-width: 1180px) {
  .header-main { height: 82px; }
  .brand-logo { width: 92px; height: 76px; flex-basis: 92px; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; top: 118px; right: 0; bottom: 0; left: 0; display: block; padding: 20px 24px 60px; visibility: hidden; opacity: 0; overflow-y: auto; background: var(--white); transform: translateX(100%); transition: opacity .25s, transform .25s, visibility .25s; }
  .primary-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .nav-list { display: block; }
  .nav-list--custom > li > a { padding: 18px 4px; border-bottom: 1px solid var(--line); font-size: .9rem; }
  .nav-list--custom > li > a::after { display: none; }
  .nav-trigger { width: 100%; padding: 18px 4px; text-align: left; border-bottom: 1px solid var(--line); font-size: .9rem; }
  .nav-trigger::after { display: none; }
  .mega-menu,.mega-menu--narrow { position: static; display: none; width: 100%; padding: 22px 0; grid-template-columns: 1fr; gap: 18px; visibility: visible; opacity: 1; border: 0; box-shadow: none; transform: none; }
  .has-mega:hover .mega-menu,.has-mega:focus-within .mega-menu { display: none; transform: none; }
  .has-mega.is-open .mega-menu,.has-mega.is-open:hover .mega-menu,.has-mega.is-open:focus-within .mega-menu { display: grid; }
  .mega-intro { padding: 0 0 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .mega-links { grid-template-columns: repeat(2,1fr); }
  .header-cta { margin-top: 24px; }
  .header-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .header-actions .header-cta { margin-top: 24px; }
}

@media (max-width: 520px) {
  .header-actions { grid-template-columns: 1fr; }
  .header-actions .header-cta + .header-cta { margin-top: 0; }
}

@media (max-width: 900px) {
  :root { --container: min(100% - 36px, 720px); }
  .section { padding: 82px 0; }
  .split-grid,.contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .legal-layout { grid-template-columns: 1fr; gap: 42px; }
  .legal-summary { position: static; }
  .card-grid--3,.card-product-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .value-grid { grid-template-columns: repeat(2,1fr); }
  .focus-grid { grid-template-columns: repeat(2,1fr); }
  .journey-steps { grid-template-columns: repeat(2,1fr); }
  .footer-lead { grid-template-columns: repeat(2,1fr); }
  .footer-brand { grid-column: 1/-1; }
  .final-cta__inner { align-items: flex-start; flex-direction: column; }
  .page-hero { min-height: 540px; }
}

@media (max-width: 620px) {
  :root { --container: calc(100% - 28px); }
  body { font-size: 15px; }
  .header-top__inner>span { display: none; }
  .header-top__links { width: 100%; justify-content: space-between; }
  .header-top__links>a:first-child { display: none; }
  .primary-nav { top: 118px; }
  .mega-links { grid-template-columns: 1fr; }
  .mega-intro h2 { font-size: 1.6rem; }
  .hero-slider { height: 700px; min-height: 700px; }
  .hero-slide { background-image: linear-gradient(90deg, rgba(2,17,38,.93), rgba(5,27,58,.55)), var(--hero-image); background-position: 62% center; }
  .hero-slide__content { padding-bottom: 90px; }
  .hero-slide h1,.hero-slide h2 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .button-row { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .slider-controls { bottom: 24px; }
  .feature-tiles { grid-template-columns: 1fr; }
  .feature-tile { min-height: 330px; }
  .inline-features,.city-grid,.mini-grid { grid-template-columns: 1fr; }
  .city-grid p { grid-column: auto; }
  .value-grid,.focus-grid,.journey-steps { grid-template-columns: 1fr; }
  .wealth-feature { min-height: auto; padding: 70px 0; }
  .wealth-panel { padding: 34px 26px; }
  .editorial-image,.editorial-image img { min-height: 360px; }
  .dubai-feature { min-height: 720px; }
  .dubai-copy { padding: 90px 0; }
  .footer-lead { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { padding: 26px 0; align-items: flex-start; flex-direction: column; }
  .footer-bottom p { margin: 0; }
  .footer-bottom nav { flex-wrap: wrap; }
  .language-suggestion__inner { padding: 8px 0; align-items: flex-start; flex-wrap: wrap; justify-content: flex-start; }
  .language-suggestion__inner .icon-button { position: absolute; right: 8px; }
}
