:root {
  --navy-950: #041120;
  --navy-900: #061a33;
  --navy-800: #09274b;
  --blue-700: #0b3d91;
  --blue-500: #1d62c4;
  --gold-600: #d9a63a;
  --gold-500: #edbd58;
  --gold-300: #f7d991;
  --ivory-50: #fbf8ef;
  --ivory-100: #f8f4ea;
  --sand-200: #e9dcc4;
  --ink-900: #111722;
  --ink-700: #364254;
  --ink-500: #657084;
  --white: #ffffff;
  --shadow-soft: 0 24px 60px rgba(4, 17, 32, .14);
  --shadow-card: 0 18px 40px rgba(6, 26, 51, .10);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 14px;
  --container: 1180px;
  --header-height: 86px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html[dir="rtl"] { direction: rtl; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Noto Sans", sans-serif;
  color: var(--ink-900);
  background: var(--ivory-50);
  line-height: 1.65;
  overflow-x: hidden;
}
html[dir="rtl"] body { font-family: "Noto Sans Arabic", Tahoma, Arial, sans-serif; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
::selection { background: rgba(217, 166, 58, .35); }

[data-lang="ar"] { display: none; }
body.lang-en [data-lang="ar"],
body.lang-ar [data-lang="en"] { display: none !important; }
html[dir="rtl"] [data-lang="en"] { display: none; }
html[dir="rtl"] [data-lang="ar"] { display: inline; }
html[dir="rtl"] p[data-lang="ar"],
html[dir="rtl"] div[data-lang="ar"],
html[dir="rtl"] h1[data-lang="ar"],
html[dir="rtl"] h2[data-lang="ar"],
html[dir="rtl"] h3[data-lang="ar"],
html[dir="rtl"] li[data-lang="ar"] { display: block; }

.skip-link {
  position: absolute;
  top: -100px;
  left: 18px;
  z-index: 9999;
  padding: 10px 14px;
  background: var(--gold-600);
  color: var(--navy-950);
  border-radius: 10px;
  transition: top .25s ease;
}
.skip-link:focus { top: 18px; }
.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}
.container-wide {
  width: min(100% - 32px, 1360px);
  margin-inline: auto;
}
.section { padding: 110px 0; position: relative; }
.section-sm { padding: 78px 0; }
.section-dark {
  background: radial-gradient(circle at top left, rgba(29,98,196,.22), transparent 34%), linear-gradient(135deg, var(--navy-950), var(--navy-900) 64%, #0c2343);
  color: var(--white);
}
.section-ivory { background: var(--ivory-100); }
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-600);
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: .77rem;
  margin-bottom: 14px;
}
.kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}
html[dir="rtl"] .kicker::before { order: 2; }
.section-title {
  margin: 0 0 18px;
  font-size: clamp(2.05rem, 4vw, 4rem);
  line-height: 1.04;
  letter-spacing: -.045em;
  color: var(--navy-950);
}
.section-dark .section-title { color: var(--white); }
.section-lead {
  margin: 0;
  color: var(--ink-700);
  font-size: 1.08rem;
  max-width: 760px;
}
.section-dark .section-lead { color: rgba(255,255,255,.76); }
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 48px;
}
.section-head > div:first-child { max-width: 780px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  height: var(--header-height);
  z-index: 1000;
  transition: background .25s ease, box-shadow .25s ease, height .25s ease;
}
.site-header.is-scrolled {
  height: 76px;
  background: rgba(4,17,32,.90);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 42px rgba(0,0,0,.18);
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo-link { display: inline-flex; align-items: center; gap: 13px; color: var(--white); }
.logo-mark {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  padding: 7px;
  border: 1px solid rgba(255,255,255,.18);
}
.logo-word { display: grid; line-height: 1.1; }
.logo-word strong { font-size: 1.1rem; letter-spacing: .06em; }
.logo-word span { font-size: .72rem; color: rgba(255,255,255,.66); letter-spacing: .12em; text-transform: uppercase; }
.nav-wrap { display: flex; align-items: center; gap: 20px; }
.main-nav { display: flex; align-items: center; gap: 3px; }
.nav-link {
  position: relative;
  color: rgba(255,255,255,.78);
  padding: 12px 14px;
  font-weight: 700;
  font-size: .93rem;
  transition: color .2s ease;
}
.nav-link:hover, .nav-link.active { color: var(--white); }
.nav-link.active::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 5px;
  height: 2px;
  background: var(--gold-600);
  border-radius: 99px;
}
.header-actions { display: flex; align-items: center; gap: 10px; }
.lang-toggle, .menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
  color: var(--white);
  border-radius: 999px;
  min-width: 44px;
  height: 44px;
  cursor: pointer;
  font-weight: 800;
}
.menu-toggle { display: none; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold {
  color: var(--navy-950);
  background: linear-gradient(135deg, var(--gold-500), var(--gold-600));
  box-shadow: 0 14px 30px rgba(217,166,58,.22);
}
.btn-outline {
  color: var(--white);
  border-color: rgba(255,255,255,.32);
  background: rgba(255,255,255,.07);
}
.btn-outline-dark {
  color: var(--navy-900);
  border-color: rgba(6,26,51,.18);
  background: rgba(255,255,255,.6);
}
.btn-blue {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-700), var(--navy-900));
  box-shadow: 0 18px 38px rgba(11,61,145,.18);
}

.hero {
  min-height: 100vh;
  padding: calc(var(--header-height) + 74px) 0 78px;
  position: relative;
  display: grid;
  align-items: center;
  color: var(--white);
  overflow: hidden;
  background: var(--navy-950);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(4,17,32,.94) 0%, rgba(6,26,51,.74) 38%, rgba(6,26,51,.33) 100%), var(--hero-image, none) center / cover no-repeat;
  transform: scale(1.03);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -6% -22% auto;
  width: 630px;
  height: 630px;
  background: radial-gradient(circle, rgba(217,166,58,.22), transparent 66%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .72fr;
  gap: 46px;
  align-items: end;
}
.hero-content { max-width: 800px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.82);
  font-size: .82rem;
  font-weight: 800;
  margin-bottom: 24px;
}
.eyebrow i {
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: var(--gold-600);
  box-shadow: 0 0 0 6px rgba(217,166,58,.18);
}
.hero h1 {
  margin: 0;
  font-size: clamp(3.1rem, 7.2vw, 7.2rem);
  line-height: .91;
  letter-spacing: -.065em;
}
.hero h1 em {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  color: var(--gold-300);
  letter-spacing: -.08em;
}
.hero p {
  margin: 28px 0 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  max-width: 720px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-panel {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 16px;
}
.hero-card {
  padding: 26px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 70px rgba(0,0,0,.25);
}
.hero-card strong { display: block; font-size: 2.8rem; line-height: 1; color: var(--gold-300); }
.hero-card span { display: block; margin-top: 8px; color: rgba(255,255,255,.78); font-weight: 700; }
.hero-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hero-mini-grid .mini-stat {
  padding: 20px;
  border-radius: 22px;
  background: rgba(4,17,32,.58);
  border: 1px solid rgba(255,255,255,.12);
}
.mini-stat b { display: block; color: var(--white); font-size: 1.15rem; }
.mini-stat small { color: rgba(255,255,255,.66); font-weight: 700; }

.page-hero {
  min-height: 520px;
  padding: calc(var(--header-height) + 92px) 0 96px;
  color: var(--white);
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--navy-950);
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(4,17,32,.93), rgba(6,26,51,.65), rgba(6,26,51,.28)), var(--hero-image, none) center / cover no-repeat;
  transform: scale(1.04);
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2.75rem, 6vw, 6rem);
  line-height: .95;
  letter-spacing: -.06em;
}
.page-hero p { max-width: 760px; color: rgba(255,255,255,.76); font-size: 1.13rem; margin: 22px 0 0; }
.breadcrumb { display: flex; gap: 10px; align-items: center; color: rgba(255,255,255,.68); font-weight: 800; margin-bottom: 24px; }
.breadcrumb span:last-child { color: var(--gold-300); }

.trust-strip {
  position: relative;
  z-index: 5;
  margin-top: -46px;
}
.trust-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(6,26,51,.08);
}
.trust-item {
  padding: 26px;
  border-right: 1px solid rgba(6,26,51,.08);
}
html[dir="rtl"] .trust-item { border-right: 0; border-left: 1px solid rgba(6,26,51,.08); }
.trust-item:last-child { border: 0; }
.trust-item i {
  width: 36px; height: 36px;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(217,166,58,.12);
  color: var(--gold-600);
  margin-bottom: 12px;
  font-style: normal;
}
.trust-item h3 { margin: 0 0 5px; font-size: 1.02rem; color: var(--navy-950); }
.trust-item p { margin: 0; color: var(--ink-500); font-size: .92rem; }

.media-card {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: var(--navy-900);
  min-height: 460px;
}
.media-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(4,17,32,.78));
}
.media-badge {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  color: var(--navy-950);
  box-shadow: 0 16px 40px rgba(0,0,0,.14);
}
.media-badge strong { display: block; font-size: 1.2rem; }
.media-badge span { color: var(--ink-500); font-weight: 700; }
.copy-block p { color: var(--ink-700); margin: 0 0 18px; }
.feature-list { display: grid; gap: 12px; margin-top: 28px; }
.feature-list span {
  display: flex; align-items: center; gap: 12px;
  color: var(--navy-900); font-weight: 850;
}
.feature-list span::before {
  content: "✓";
  width: 28px; height: 28px;
  display: inline-grid; place-items: center;
  flex: 0 0 28px;
  border-radius: 99px;
  background: rgba(217,166,58,.17);
  color: var(--gold-600);
}

.product-card, .service-card, .value-card, .contact-card, .terms-card {
  border: 1px solid rgba(6,26,51,.09);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}
.product-card { display: flex; flex-direction: column; }
.product-image { height: 260px; overflow: hidden; background: var(--navy-900); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.product-card:hover .product-image img { transform: scale(1.06); }
.product-body { padding: 24px; flex: 1; }
.product-body h3, .service-card h3, .value-card h3, .contact-card h3, .terms-card h3 {
  margin: 0 0 10px;
  color: var(--navy-950);
  line-height: 1.18;
}
.product-body p, .service-card p, .value-card p, .contact-card p, .terms-card p { margin: 0; color: var(--ink-600, var(--ink-700)); }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.tags span {
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--ivory-100);
  color: var(--ink-700);
  font-weight: 800;
  font-size: .8rem;
}

.service-card { padding: 28px; position: relative; overflow: hidden; }
.service-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 86px; height: 86px;
  background: radial-gradient(circle, rgba(217,166,58,.22), transparent 70%);
}
.service-icon {
  width: 52px; height: 52px;
  display: grid; place-items: center;
  border-radius: 17px;
  background: linear-gradient(135deg, rgba(217,166,58,.18), rgba(11,61,145,.08));
  color: var(--gold-600);
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.split-visual {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 22px;
  align-items: stretch;
}
.split-visual img {
  width: 100%; height: 100%; object-fit: cover;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card);
}
.split-visual .small-stack { display: grid; gap: 22px; }
.highlight-box {
  padding: 34px;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, var(--navy-900), var(--navy-800));
  color: var(--white);
  box-shadow: var(--shadow-soft);
}
.highlight-box h3 { margin: 0 0 12px; font-size: 1.6rem; }
.highlight-box p { color: rgba(255,255,255,.75); margin: 0; }

.market-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.market-card {
  min-height: 148px;
  display: grid;
  align-content: end;
  padding: 22px;
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.05));
  border: 1px solid rgba(255,255,255,.14);
}
.market-card b { font-size: 1.22rem; }
.market-card span { color: rgba(255,255,255,.62); font-weight: 800; }

.process-line {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  counter-reset: process;
}
.process-step {
  position: relative;
  padding: 24px 18px;
  border-radius: 22px;
  background: var(--white);
  border: 1px solid rgba(6,26,51,.09);
  box-shadow: var(--shadow-card);
}
.process-step::before {
  counter-increment: process;
  content: "0" counter(process);
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--gold-600);
  font-weight: 950;
  letter-spacing: .05em;
}
.process-step h3 { margin: 0 0 9px; color: var(--navy-950); font-size: 1rem; }
.process-step p { margin: 0; color: var(--ink-500); font-size: .92rem; }

.cta-band {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  padding: 58px;
  background: linear-gradient(120deg, rgba(4,17,32,.94), rgba(6,26,51,.88)), var(--cta-image, none) center / cover no-repeat;
  color: var(--white);
  box-shadow: var(--shadow-soft);
}
.cta-band h2 { margin: 0; font-size: clamp(2rem, 4vw, 4.2rem); line-height: 1; letter-spacing: -.05em; max-width: 760px; }
.cta-band p { color: rgba(255,255,255,.72); max-width: 700px; margin: 20px 0 0; }
.cta-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 13px; }

.story-card {
  padding: 42px;
  border-radius: var(--radius-xl);
  background: var(--white);
  border: 1px solid rgba(6,26,51,.08);
  box-shadow: var(--shadow-card);
}
.story-card p { color: var(--ink-700); margin: 0 0 18px; }
.big-number {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 28px;
}
.big-number strong { color: var(--gold-600); font-size: 3.6rem; line-height: .9; }
.big-number span { color: var(--ink-500); font-weight: 800; }
.value-card { padding: 30px; }
.value-card .num { color: var(--gold-600); font-weight: 950; margin-bottom: 16px; display: block; }
.terms-card { padding: 28px; }
.term-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.term-list span {
  padding: 10px 13px;
  border-radius: 999px;
  background: var(--ivory-100);
  font-weight: 900;
  color: var(--navy-900);
}
.compliance-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-layout {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 32px;
  align-items: start;
}
.contact-stack { display: grid; gap: 16px; }
.contact-card { padding: 24px; }
.contact-card a { color: var(--blue-700); font-weight: 900; word-break: break-word; }
.form-card {
  padding: 34px;
  border-radius: var(--radius-xl);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(6,26,51,.08);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { display: grid; gap: 8px; margin-bottom: 16px; }
.form-field.full { grid-column: 1 / -1; }
label { font-weight: 900; color: var(--navy-900); }
input, select, textarea {
  width: 100%;
  border: 1px solid rgba(6,26,51,.14);
  background: #fff;
  border-radius: 16px;
  padding: 14px 16px;
  color: var(--ink-900);
  outline: none;
  transition: border .2s ease, box-shadow .2s ease;
}
input:focus, select:focus, textarea:focus {
  border-color: var(--gold-600);
  box-shadow: 0 0 0 4px rgba(217,166,58,.16);
}
textarea { min-height: 136px; resize: vertical; }
.form-note { margin: 12px 0 0; color: var(--ink-500); font-size: .9rem; }
.map-card {
  min-height: 420px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-card);
  background: linear-gradient(135deg, rgba(6,26,51,.88), rgba(11,61,145,.78)), url('../images/contact-warehouse-capacity.webp') center / cover no-repeat;
  color: var(--white);
  display: grid;
  align-items: end;
  padding: 34px;
}
.map-card h3 { margin: 0 0 8px; font-size: 2rem; }
.map-card p { margin: 0; color: rgba(255,255,255,.75); max-width: 580px; }

.footer {
  background: var(--navy-950);
  color: var(--white);
  padding: 72px 0 26px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .75fr .75fr .95fr;
  gap: 38px;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.footer p, .footer a { color: rgba(255,255,255,.68); }
.footer a:hover { color: var(--gold-300); }
.footer h3 { margin: 0 0 16px; color: var(--white); }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-brand { display: flex; gap: 14px; align-items: center; margin-bottom: 18px; }
.footer-brand img { width: 58px; height: 58px; object-fit: contain; border-radius: 16px; background: rgba(255,255,255,.08); padding: 7px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding-top: 24px; color: rgba(255,255,255,.5); font-size: .92rem; }
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 48px; height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.22);
  background: var(--navy-900);
  color: var(--gold-300);
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: .25s ease;
  z-index: 900;
}
.back-to-top.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
html[dir="rtl"] .back-to-top { right: auto; left: 20px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .hero-inner, .grid-2, .contact-layout { grid-template-columns: 1fr; }
  .hero-panel { max-width: 680px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .process-line { grid-template-columns: repeat(3, 1fr); }
  .market-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  :root { --header-height: 78px; }
  .container { width: min(100% - 28px, var(--container)); }
  .site-header { background: rgba(4,17,32,.82); backdrop-filter: blur(16px); }
  .logo-word span { display: none; }
  .menu-toggle { display: inline-flex; }
  .nav-wrap {
    position: fixed;
    inset: 78px 14px auto 14px;
    border-radius: 28px;
    background: rgba(4,17,32,.98);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 28px 70px rgba(0,0,0,.32);
    padding: 18px;
    display: grid;
    gap: 14px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: .22s ease;
  }
  body.nav-open .nav-wrap { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav { display: grid; gap: 4px; }
  .nav-link { padding: 13px 14px; border-radius: 14px; background: rgba(255,255,255,.04); }
  .nav-link.active::after { display: none; }
  .header-actions { justify-content: stretch; }
  .header-actions .btn { flex: 1; }
  .section { padding: 78px 0; }
  .section-head { display: block; margin-bottom: 34px; }
  .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .trust-box { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  html[dir="rtl"] .trust-item:nth-child(2) { border-left: 0; }
  .hero h1 { font-size: clamp(3rem, 15vw, 5.2rem); }
  .hero-mini-grid { grid-template-columns: 1fr; }
  .process-line { grid-template-columns: 1fr 1fr; }
  .market-grid { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 38px 24px; border-radius: 28px; }
  .compliance-panel { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .logo-mark { width: 48px; height: 48px; border-radius: 15px; }
  .logo-word strong { font-size: .98rem; }
  .hero { min-height: auto; padding-bottom: 54px; }
  .hero-inner { gap: 28px; }
  .hero-actions, .cta-actions { display: grid; }
  .btn { width: 100%; }
  .trust-box { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid rgba(6,26,51,.08); }
  html[dir="rtl"] .trust-item { border-left: 0; }
  .process-line, .market-grid { grid-template-columns: 1fr; }
  .media-card { min-height: 360px; }
  .split-visual { grid-template-columns: 1fr; }
  .story-card, .form-card { padding: 24px; border-radius: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
