/* ============================================================
   ARMAN TADURAN TRADING LLC — Dubai · Arabian Gulf
   Design system: architectural white, Gulf blue, clear aqua,
   titanium grey, restrained copper.
   ============================================================ */

:root {
  --white: #FBFCFD;
  --paper: #FFFFFF;
  --gulf: #0A2A4A;        /* deep Gulf blue */
  --gulf-2: #103A63;
  --aqua: #2BB3C0;        /* clear aqua */
  --aqua-soft: #E3F4F6;
  --titan: #6E7680;       /* titanium grey */
  --titan-soft: #EEF1F3;
  --copper: #B8763E;      /* restrained copper */
  --copper-soft: #F6EDE4;
  --ink: #16232F;
  --line: #DCE3E8;
  --shadow: 0 10px 30px rgba(10, 42, 74, .08);
  --shadow-lg: 0 24px 60px rgba(10, 42, 74, .14);
  --radius: 14px;
  --font-display: "Fraunces", "Georgia", serif;
  --font-body: "Inter", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.68;
  font-size: 17px;
  letter-spacing: -.005em;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--gulf); text-decoration: none; }
[dir="rtl"] { text-align: right; }

h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 560;
  color: var(--gulf);
  line-height: 1.12;
  letter-spacing: -.015em;
}
h1 { font-size: clamp(2.5rem, 5.6vw, 4.4rem); }
h2 { font-size: clamp(1.75rem, 3.5vw, 2.75rem); }
h3 { font-size: 1.22rem; letter-spacing: -.01em; }

.container { width: min(1240px, 92vw); margin: 0 auto; }
section { padding: clamp(4rem, 9vw, 7.5rem) 0; }

.kicker {
  display: inline-flex; align-items: center; gap: .65rem;
  font-size: .72rem; font-weight: 700; letter-spacing: .26em;
  text-transform: uppercase; color: var(--copper);
  margin-bottom: 1.1rem;
}
.kicker::before { content: ""; width: 30px; height: 1.5px; background: var(--copper); }
.lead { color: var(--titan); font-size: 1.13rem; max-width: 60ch; line-height: 1.7; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: 1rem 1.8rem; border-radius: 10px; border: 1px solid transparent;
  font-weight: 600; font-size: .93rem; letter-spacing: .01em; cursor: pointer; transition: .25s ease;
  text-align: center; line-height: 1.2;
}
.btn-primary { background: var(--gulf); color: #fff; }
.btn-primary:hover { background: var(--gulf-2); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(10,42,74,.22); }
.btn-aqua { background: var(--aqua); color: #fff; }
.btn-aqua:hover { filter: brightness(1.07); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(43,179,192,.3); }
.btn-copper { background: var(--copper); color: #fff; }
.btn-copper:hover { filter: brightness(1.07); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(184,118,62,.32); }
.btn-ghost { border-color: var(--line); color: var(--gulf); background: transparent; }
.btn-ghost:hover { border-color: var(--gulf); background: rgba(10,42,74,.04); }
.btn-sm { padding: .62rem 1.15rem; font-size: .84rem; }

/* ---------- Header ---------- */
.util-bar { background: var(--gulf); color: rgba(255,255,255,.72); font-size: .76rem; letter-spacing: .04em; }
.util-inner { display: flex; justify-content: space-between; align-items: center; padding: .42rem 0; gap: 1rem; }
.util-bar a { color: rgba(255,255,255,.78); }
.util-bar a:hover { color: #fff; }
.util-right { display: flex; gap: 1.6rem; align-items: center; }
.util-emergency { color: var(--aqua) !important; font-weight: 700; }
.util-emergency:hover { color: #fff !important; }
@media (max-width: 760px) { .util-bar { display: none; } }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251,252,253,.92); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: .85rem 0;
}
.brand { display: flex; align-items: center; gap: .85rem; }
.brand-mark {
  width: 44px; height: 44px; border-radius: 11px; flex: 0 0 44px;
  background: linear-gradient(135deg, var(--gulf) 0%, var(--gulf-2) 55%, var(--aqua) 100%);
  display: grid; place-items: center; color: #fff;
  font-family: var(--font-display); font-size: 1.2rem; font-weight: 600;
}
.brand-name { font-family: var(--font-display); font-size: 1.13rem; color: var(--gulf); line-height: 1.1; }
.brand-sub { font-size: .63rem; letter-spacing: .2em; text-transform: uppercase; color: var(--titan); }

.nav-desktop { display: flex; align-items: center; gap: .1rem; }
.nav-link {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .55rem .9rem; border-radius: 9px; border: 0; background: none;
  font-family: var(--font-body); font-size: .93rem; font-weight: 550; color: var(--ink);
  cursor: pointer; transition: .2s;
}
.nav-link:hover, .nav-drop:hover > .nav-link, .nav-drop:focus-within > .nav-link {
  background: var(--titan-soft); color: var(--gulf);
}
.nav-link.active, .nav-drop:hover > .nav-link.active, .nav-drop:focus-within > .nav-link.active {
  color: var(--gulf); box-shadow: inset 0 -2px 0 var(--copper);
}
.nav-drop { position: relative; }
.nav-drop .chev { opacity: .55; transition: transform .22s; }
.nav-drop:hover .chev, .nav-drop:focus-within .chev { transform: rotate(180deg); }
.dropdown {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 235px;
  background: #fff; border: 1px solid var(--line); border-radius: 13px;
  box-shadow: var(--shadow-lg); padding: .5rem;
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: .22s ease; z-index: 60;
}
.nav-drop:hover .dropdown, .nav-drop:focus-within .dropdown { opacity: 1; visibility: visible; transform: none; }
.dropdown a { display: block; padding: .62rem .85rem; border-radius: 8px; font-size: .92rem; font-weight: 500; color: var(--ink); }
.dropdown a:hover { background: var(--titan-soft); color: var(--gulf); }
.dropdown a.active { color: var(--gulf); font-weight: 700; }
[dir="rtl"] .dropdown { left: auto; right: 0; }

.header-cta { display: flex; align-items: center; gap: .6rem; }

.lang-switch {
  border: 1px solid var(--line); background: #fff; border-radius: 9px;
  padding: .48rem .95rem; font-size: .8rem; font-weight: 700; color: var(--gulf); cursor: pointer;
}
.lang-switch:hover { border-color: var(--gulf); }

.burger { display: none; background: none; border: 0; cursor: pointer; padding: .4rem; }
.burger span { display: block; width: 24px; height: 2px; background: var(--gulf); margin: 5px 0; transition: .3s; }

.mobile-nav {
  display: none; flex-direction: column; gap: .1rem;
  padding: 1rem 0 1.4rem; border-top: 1px solid var(--line);
}
.mobile-nav a, .mobile-nav .mgroup-btn {
  padding: .78rem .4rem; font-weight: 550; border-bottom: 1px solid var(--titan-soft);
  background: none; border-top: 0; border-inline: 0; font-family: inherit; font-size: 1rem;
  color: var(--ink); text-align: start; cursor: pointer; width: 100%;
  display: flex; justify-content: space-between; align-items: center;
}
.mobile-nav .mgroup-list { display: none; }
.mobile-nav .mgroup.open .mgroup-list { display: block; }
.mobile-nav .mgroup-list a { padding-inline-start: 1.2rem; font-size: .95rem; color: var(--titan); }
.mobile-nav .mgroup.open .chev { transform: rotate(180deg); }
.mobile-nav .chev { transition: transform .25s; opacity: .6; }
.mobile-nav.open { display: flex; }

@media (max-width: 1024px) {
  .nav-desktop, .header-cta .btn { display: none; }
  .burger { display: block; }
}
@media (max-width: 560px) { .brand-sub { display: none; } }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1100px 500px at 85% -10%, rgba(43,179,192,.16), transparent 60%),
    linear-gradient(180deg, #F2F7FA 0%, var(--white) 100%);
  padding: clamp(4rem, 9vw, 7rem) 0 clamp(3rem, 7vw, 5rem);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
@media (max-width: 960px) { .hero-grid { grid-template-columns: 1fr; } }
.hero h1 em { font-style: italic; color: var(--aqua); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero-meta { display: flex; flex-wrap: wrap; margin-top: 2.8rem; }
.hero-meta div { padding-inline-end: 2.2rem; margin-inline-end: 2.2rem; border-inline-end: 1px solid var(--line); }
.hero-meta div:last-child { border-inline-end: 0; margin-inline-end: 0; padding-inline-end: 0; }
.hero-meta div strong { display: block; font-family: var(--font-display); font-size: 1.55rem; color: var(--gulf); }
.hero-meta div span { font-size: .74rem; color: var(--titan); letter-spacing: .14em; text-transform: uppercase; }

/* RO flow animation */
.ro-stage { width: 100%; height: auto; }
.flow-line {
  stroke: var(--aqua); stroke-width: 3; fill: none;
  stroke-dasharray: 10 14; animation: flow 1.6s linear infinite;
}
@keyframes flow { to { stroke-dashoffset: -48; } }
.ro-node rect { fill: #fff; stroke: var(--line); rx: 12; transition: .3s; }
.ro-node text { font-family: var(--font-body); font-size: 11px; fill: var(--gulf); font-weight: 600; }
.ro-node .sub { fill: var(--titan); font-weight: 400; font-size: 9.5px; }
.ro-node.pulse rect { animation: nodeGlow 3.2s ease-in-out infinite; }
.ro-node.pulse:nth-of-type(2) rect { animation-delay: .5s; }
.ro-node.pulse:nth-of-type(3) rect { animation-delay: 1s; }
.ro-node.pulse:nth-of-type(4) rect { animation-delay: 1.5s; }
@keyframes nodeGlow {
  0%, 100% { stroke: var(--line); }
  40% { stroke: var(--aqua); filter: drop-shadow(0 0 6px rgba(43,179,192,.5)); }
}
.drop { fill: var(--aqua); opacity: .9; }
.drop.clean { fill: var(--copper); }
@media (prefers-reduced-motion: reduce) {
  .flow-line, .ro-node.pulse rect { animation: none; }
}

/* ---------- Cards & grids ---------- */
.grid { display: grid; gap: 1.4rem; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 980px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-3, .grid-4, .grid-2 { grid-template-columns: 1fr; } }

.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 16px;
  padding: 1.9rem; transition: .3s ease; display: flex; flex-direction: column; gap: .85rem;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: #C7D4DD; }
.product-card:hover { border-color: rgba(43,179,192,.55); }
.card .icon {
  width: 52px; height: 52px; border-radius: 13px; display: grid; place-items: center;
  background: #fff; border: 1px solid var(--line); color: var(--gulf);
}
.card .icon svg { width: 24px; height: 24px; }
.card p { color: var(--titan); font-size: .95rem; }
.card h3 a { color: inherit; }

.section-head { max-width: 720px; margin-bottom: 2.6rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .kicker { justify-content: center; }
.section-head.center .kicker::before { display: none; }

/* ---------- Badges ---------- */
.badge {
  display: inline-block; padding: .26rem .7rem; border-radius: 7px;
  font-size: .68rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase;
}
.badge.buy { background: var(--aqua-soft); color: #10707c; }
.badge.rent { background: var(--copper-soft); color: #8a5527; }
.badge.custom { background: var(--titan-soft); color: var(--titan); }
.badge.avail { background: #E7F6EC; color: #1d7a3e; }
.badge.tbc { background: #FFF4E2; color: #9a6a1a; }

/* ---------- Catalogue ---------- */
.filter-bar {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem;
  background: var(--paper); border: 1px solid var(--line); border-radius: 15px;
  padding: 1.15rem; margin-bottom: 1.2rem; box-shadow: var(--shadow);
}
@media (max-width: 900px) { .filter-bar { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .filter-bar { grid-template-columns: 1fr; } }
.filter-bar label { font-size: .67rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--titan); display: block; margin-bottom: .35rem; }
.filter-bar select, .filter-bar input {
  width: 100%; padding: .62rem .7rem; border: 1px solid var(--line); border-radius: 9px;
  font-family: var(--font-body); font-size: .9rem; background: #fff; color: var(--ink);
}
.search-row { margin-bottom: 1.2rem; }
.search-row input {
  width: 100%; padding: 1rem 1.35rem; border: 1px solid var(--line); border-radius: 13px;
  font-size: 1rem; font-family: var(--font-body); box-shadow: var(--shadow);
}
.search-row input:focus, .filter-bar select:focus { outline: 2px solid var(--aqua); outline-offset: 1px; }

.product-card { cursor: pointer; }
.product-card .cap { font-size: .82rem; color: var(--aqua); font-weight: 700; }
.product-card .tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: auto; padding-top: .6rem; }
.spec-chip { font-size: .72rem; background: var(--titan-soft); color: var(--titan); padding: .2rem .6rem; border-radius: 6px; }
.result-count { font-size: .85rem; color: var(--titan); margin: .6rem 0 1.2rem; }

/* ---------- Modal ---------- */
.modal-overlay {
  position: fixed; inset: 0; background: rgba(10,30,50,.55); z-index: 200;
  display: none; align-items: flex-start; justify-content: center; padding: 4vh 4vw;
  overflow-y: auto; backdrop-filter: blur(4px);
}
.modal-overlay.open { display: flex; }
.modal {
  background: #fff; border-radius: 18px; max-width: 760px; width: 100%;
  padding: clamp(1.5rem, 4vw, 2.8rem); box-shadow: var(--shadow-lg);
  animation: modalIn .3s ease;
}
@keyframes modalIn { from { opacity: 0; transform: translateY(18px); } }
.modal-close {
  float: right; background: var(--titan-soft); border: 0; width: 38px; height: 38px;
  border-radius: 50%; font-size: 1.1rem; cursor: pointer; color: var(--gulf);
}
.spec-table { width: 100%; border-collapse: collapse; margin: 1.2rem 0; }
.spec-table th, .spec-table td { text-align: left; padding: .65rem .8rem; border-bottom: 1px solid var(--titan-soft); font-size: .92rem; }
.spec-table th { color: var(--titan); font-weight: 600; width: 42%; }
.modal-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.4rem; }

/* ---------- Forms ---------- */
.form-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 18px;
  padding: clamp(1.6rem, 4vw, 2.6rem); box-shadow: var(--shadow);
}
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.1rem; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.field label { display: block; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--titan); margin-bottom: .35rem; }
.field input, .field select, .field textarea {
  width: 100%; padding: .8rem .9rem; border: 1px solid var(--line); border-radius: 10px;
  font-family: var(--font-body); font-size: .95rem; background: #fff;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--aqua); outline-offset: 1px; }
.field.full { grid-column: 1 / -1; }
.form-note { font-size: .8rem; color: var(--titan); margin-top: .8rem; }

/* ---------- People / About ---------- */
.people { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.6rem; }
@media (max-width: 760px) { .people { grid-template-columns: 1fr; } }
.person {
  position: relative; border-radius: 20px; overflow: hidden; background: var(--gulf);
  box-shadow: var(--shadow-lg); min-height: 460px; display: flex; align-items: flex-end;
}
.person img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.person .info {
  position: relative; width: 100%; padding: 1.6rem;
  background: linear-gradient(180deg, transparent, rgba(10,42,74,.92) 45%); color: #fff;
}
.person .info h3 { color: #fff; font-size: 1.5rem; }
.person .info .role { color: var(--aqua); font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; }
.person .info p { font-size: .9rem; color: rgba(255,255,255,.85); margin-top: .6rem; }

/* ---------- Page hero strip ---------- */
.page-hero {
  background:
    radial-gradient(800px 300px at 80% 0%, rgba(43,179,192,.14), transparent 60%),
    linear-gradient(180deg, #F2F7FA, var(--white));
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(2rem, 4vw, 3rem);
  border-bottom: 1px solid var(--line);
}

/* ---------- Timeline ---------- */
.timeline { border-left: 2px solid var(--aqua); padding-left: 1.6rem; display: grid; gap: 1.6rem; }
.timeline .t-item { position: relative; }
.timeline .t-item::before {
  content: ""; position: absolute; left: calc(-1.6rem - 7px); top: .4rem;
  width: 12px; height: 12px; border-radius: 50%; background: var(--copper); border: 2.5px solid #fff; box-shadow: 0 0 0 2px var(--copper);
}
[dir="rtl"] .timeline { border-left: 0; border-right: 2px solid var(--aqua); padding-left: 0; padding-right: 1.6rem; }
[dir="rtl"] .timeline .t-item::before { left: auto; right: calc(-1.6rem - 7px); }

/* ---------- Stats band ---------- */
.band {
  background: linear-gradient(120deg, var(--gulf) 0%, var(--gulf-2) 60%, #14528c 100%);
  color: #fff; padding: clamp(3rem, 6vw, 4.5rem) 0;
}
.band h2, .band h3 { color: #fff; }
.band .kicker { color: var(--aqua); } .band .kicker::before { background: var(--aqua); }
.band p { color: rgba(255,255,255,.8); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; text-align: center; }
@media (max-width: 820px) { .stats { grid-template-columns: repeat(2, 1fr); } }
.stats strong { display: block; font-family: var(--font-display); font-size: 2.2rem; color: var(--aqua); }
.stats span { font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.75); }

/* ---------- Gulf map ---------- */
.gulf-map-wrap { background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: clamp(1rem, 3vw, 2rem); box-shadow: var(--shadow); }
.gulf-map { width: 100%; height: auto; }
.gulf-map .land { fill: var(--titan-soft); stroke: var(--line); }
.gulf-map .sea { fill: #D8EDF2; }
.gulf-map .city { fill: var(--copper); }
.gulf-map .city.hq { fill: var(--aqua); }
.gulf-map text { font-family: var(--font-body); font-size: 11px; fill: var(--gulf); font-weight: 600; }

/* ---------- WhatsApp float ---------- */
.whatsapp-float {
  position: fixed; bottom: 22px; z-index: 150; right: 22px;
  width: 58px; height: 58px; border-radius: 50%; background: #25D366;
  display: grid; place-items: center; box-shadow: 0 10px 26px rgba(37,211,102,.45);
  transition: .25s;
}
.whatsapp-float:hover { transform: scale(1.08); }
.whatsapp-float svg { width: 30px; height: 30px; fill: #fff; }
[dir="rtl"] .whatsapp-float { right: auto; left: 22px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--gulf); color: rgba(255,255,255,.8); padding: 4rem 0 2rem; margin-top: 4.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2.5rem; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer h4 { color: #fff; font-family: var(--font-body); font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 1rem; }
.site-footer a { color: rgba(255,255,255,.75); display: block; padding: .25rem 0; font-size: .92rem; }
.site-footer a:hover { color: var(--aqua); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); margin-top: 2.4rem; padding-top: 1.4rem; font-size: .8rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: .6rem; }

/* ---------- Utility ---------- */
.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}
.center{text-align:center}
.titan{color:var(--titan)}
.note {
  background: #FFF8EC; border: 1px solid #F0DFC0; border-radius: 12px;
  padding: .9rem 1.2rem; font-size: .85rem; color: #7c5a1e;
}
.divider { height: 1px; background: var(--line); margin: 3rem 0; }

/* ---------- Generated imagery ---------- */
/* full-bleed image hero with overlaid text */
.page-hero.has-img {
  position: relative; overflow: hidden; border-bottom: none;
  padding: clamp(5rem, 11vw, 8.5rem) 0;
}
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-scrim {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(95deg, rgba(8,32,56,.92) 0%, rgba(10,42,74,.72) 48%, rgba(10,42,74,.18) 100%);
}
[dir="rtl"] .hero-scrim { transform: scaleX(-1); }
.page-hero.has-img .container { position: relative; z-index: 2; }
.page-hero.has-img h1 { color: #fff; text-shadow: 0 2px 24px rgba(8,32,56,.45); }
.page-hero.has-img .lead { color: rgba(255,255,255,.88); }
.page-hero.has-img .kicker { color: var(--aqua); }
.page-hero.has-img .kicker::before { background: var(--aqua); }
.page-hero.has-img .hero-actions { margin-top: 2rem; }
.page-hero.has-img .btn-ghost { border-color: rgba(255,255,255,.55); color: #fff; background: rgba(255,255,255,.08); }
.page-hero.has-img .btn-ghost:hover { background: rgba(255,255,255,.18); border-color: #fff; }
@media (max-width: 700px) {
  .page-hero.has-img { padding: clamp(4rem, 12vw, 6rem) 0; }
  .hero-scrim { background: linear-gradient(180deg, rgba(8,32,56,.55) 0%, rgba(8,32,56,.92) 75%); }
  [dir="rtl"] .hero-scrim { transform: none; }
}
.card-banner { border-radius: 12px; overflow: hidden; aspect-ratio: 16/9; margin-bottom: .4rem; }
.card-banner img { width: 100%; height: 100%; object-fit: cover; }
.card-img { border-radius: 10px; overflow: hidden; aspect-ratio: 16/8; margin-bottom: .4rem; }
.card-img img { width: 100%; height: 100%; object-fit: cover; }
.modal-banner { border-radius: 14px; overflow: hidden; aspect-ratio: 16/7; max-height: 240px; margin: 0 0 1.2rem; }
.modal-banner img { width: 100%; height: 100%; object-fit: cover; }
.img-band { position: relative; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-lg); }
.img-band img { width: 100%; display: block; }
.img-band .caption { position: absolute; inset: auto 0 0 0; padding: 1.4rem 1.6rem; background: linear-gradient(180deg, transparent, rgba(10,42,74,.88)); color: #fff; font-size: .95rem; }

/* ---------- First-visit insights lightbox ---------- */
.promo-overlay {
  position: fixed; inset: 0; z-index: 300; display: flex; align-items: center; justify-content: center;
  padding: 5vh 4vw; background: rgba(8,30,52,.62); backdrop-filter: blur(6px);
  animation: fadeIn .35s ease;
}
@keyframes fadeIn { from { opacity: 0; } }
.promo-card {
  position: relative; width: min(560px, 100%); background: #fff; border-radius: 20px;
  overflow: hidden; box-shadow: 0 40px 90px rgba(8,32,56,.4);
  animation: promoIn .45s cubic-bezier(.2,.9,.3,1.1);
}
@keyframes promoIn { from { opacity: 0; transform: translateY(26px) scale(.97); } }
.promo-card .modal-close { position: absolute; top: 14px; inset-inline-end: 14px; z-index: 3; background: rgba(255,255,255,.85); }
.promo-media { position: relative; aspect-ratio: 16/8.5; }
.promo-media img { width: 100%; height: 100%; object-fit: cover; }
.promo-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,32,56,.18), rgba(8,32,56,.62)); }
.promo-kicker {
  position: absolute; bottom: 14px; inset-inline-start: 20px; color: #7fd7e0;
  font-size: .72rem; font-weight: 700; letter-spacing: .26em; text-transform: uppercase;
}
.promo-body { padding: 1.6rem 1.8rem 1.8rem; }
.promo-body h2 { font-size: clamp(1.35rem, 3vw, 1.7rem); }
.promo-body p { font-size: .98rem; margin-top: .7rem; }
.promo-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.4rem; }
@media (max-width: 480px) {
  .promo-media { aspect-ratio: 16/9; }
  .promo-body { padding: 1.3rem 1.3rem 1.4rem; }
  .promo-actions .btn { width: 100%; }
}

/* ---------- Menu fit & tidying ---------- */
@media (max-width: 1180px) {
  .nav-link { padding: .5rem .68rem; font-size: .9rem; }
  .util-right { gap: 1.1rem; }
  .util-bar .util-inner { flex-wrap: wrap; }
}
.util-inner > span:first-child { white-space: nowrap; }
.util-bar a { white-space: nowrap; }

/* reveal on scroll */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }
