:root {
  --ink: #102033;
  --muted: #647184;
  --line: #dce4ed;
  --paper: #f4f7fa;
  --white: #ffffff;
  --navy: #082033;
  --blue: #0d3b61;
  --teal: #0d7a72;
  --gold: #c9933a;
  --shadow: 0 22px 60px rgba(8, 32, 51, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Noto Sans Arabic", "Noto Sans SC", system-ui, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 82px;
  padding: 0 clamp(18px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
}

.brand img { width: 216px; height: auto; }
.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 36px);
  font-size: 14px;
  font-weight: 800;
}
.main-nav a {
  position: relative;
  padding: 31px 0;
  color: #334155;
  white-space: nowrap;
}
.main-nav a:hover,
.main-nav a.is-active { color: var(--blue); }
.main-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--gold);
}
.header-tools { display: flex; align-items: center; gap: 12px; }
.language-select {
  min-width: 78px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-weight: 900;
}
.quote-link,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 900;
}
.quote-link {
  min-height: 42px;
  padding: 0 18px;
  background: var(--navy);
  color: var(--white);
  font-size: 14px;
}
.button {
  min-height: 54px;
  padding: 0 25px;
  border: 1px solid transparent;
}
.button.primary { background: var(--gold); color: var(--white); }
.button.secondary { border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.1); color: var(--white); }

.hero {
  display: grid;
  grid-template-columns: minmax(340px, .86fr) minmax(420px, 1.14fr);
  min-height: calc(100vh - 82px);
  background: radial-gradient(circle at 15% 15%, #154b76 0, var(--navy) 38%, #061624 100%);
  color: var(--white);
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(58px, 8vw, 120px) clamp(20px, 5vw, 72px);
}
.kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: 0;
}
h2 {
  margin-bottom: 20px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.12;
}
h3 { margin-bottom: 10px; font-size: 21px; }
.hero-copy p:not(.kicker),
.page-hero p:not(.kicker),
.large-text,
.section-head > p:not(.kicker) {
  max-width: 720px;
  color: rgba(255,255,255,.78);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.72;
}
.section-head > p:not(.kicker),
.split .large-text { color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 18px; }
.hero-visual { position: relative; min-height: 560px; overflow: hidden; }
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8,32,51,.48), rgba(8,32,51,.04));
}
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.trust-panel {
  position: absolute;
  z-index: 2;
  right: clamp(18px, 4vw, 52px);
  bottom: clamp(18px, 4vw, 52px);
  width: min(380px, calc(100% - 36px));
  padding: 25px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 10px;
  background: rgba(255,255,255,.93);
  color: var(--ink);
  box-shadow: var(--shadow);
}
.trust-panel span,
.trust-panel small { display: block; color: var(--muted); }
.trust-panel strong { display: block; margin: 7px 0; font-size: 28px; }

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--white);
  border-block: 1px solid var(--line);
}
.metrics div {
  min-height: 104px;
  display: grid;
  place-items: center;
  gap: 4px;
  padding: 20px;
  border-right: 1px solid var(--line);
  text-align: center;
}
.metrics div:last-child { border-right: 0; }
.metrics strong { color: var(--blue); font-size: 30px; }
.metrics span { color: var(--muted); font-weight: 800; }

.section { padding: clamp(70px, 9vw, 118px) clamp(20px, 5vw, 72px); }
.intro-grid,
.split,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(360px, 1.1fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
}
.reverse { grid-template-columns: minmax(360px, 1.06fr) minmax(300px, .94fr); }
.section-head,
.contact-layout,
.service-preview,
.process h2,
.process-grid { max-width: 1180px; margin-inline: auto; }
.image-card,
.feature-image {
  width: 100%;
  min-height: 420px;
  border-radius: 12px;
  box-shadow: var(--shadow);
  object-fit: cover;
  overflow: hidden;
}
.image-card img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }

.service-preview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.service-preview article,
.service-stack article,
.text-panel,
.company-details,
.contact-form,
.mini-grid article {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(8,32,51,.06);
}
.service-preview article { min-height: 248px; padding: 30px; }
.service-preview span {
  display: inline-flex;
  margin-bottom: 42px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
}
.service-preview p,
.service-stack p,
.text-panel p,
.company-details dd,
.mini-grid p,
.process-grid p,
.check-list { color: var(--muted); line-height: 1.68; }

.feature-band { background: var(--white); }
.tinted { background: #eef4f7; }
.service-stack { display: grid; gap: 14px; }
.service-stack article,
.text-panel,
.company-details,
.contact-form,
.mini-grid article { padding: 26px; }
.check-list { display: grid; gap: 12px; padding-left: 20px; font-weight: 700; }

.page-hero {
  padding: clamp(76px, 10vw, 136px) clamp(20px, 5vw, 72px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(8,32,51,.95), rgba(13,59,97,.78)),
    url("assets/hero-import-export.png") center / cover;
}
.import-hero {
  background:
    linear-gradient(90deg, rgba(8,32,51,.95), rgba(13,122,114,.68)),
    url("assets/supply-chain-detail.png") center / cover;
}
.about-hero {
  background:
    linear-gradient(90deg, rgba(8,32,51,.95), rgba(13,59,97,.68)),
    url("assets/sourcing-meeting.png") center / cover;
}
.contact-hero {
  background:
    linear-gradient(90deg, rgba(8,32,51,.96), rgba(201,147,58,.55)),
    url("assets/warehouse-distribution.png") center / cover;
}
.page-hero h1,
.page-hero p { max-width: 880px; }

.process { padding: clamp(62px, 8vw, 96px) clamp(20px, 5vw, 72px); background: var(--white); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.process-grid div {
  min-height: 170px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
}
.process-grid span {
  display: grid;
  width: 40px;
  height: 40px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  font-weight: 900;
}
.mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(48px, 7vw, 82px) clamp(20px, 5vw, 72px);
  background: var(--blue);
  color: var(--white);
}
.cta-band h2 { max-width: 820px; margin: 0; }

.company-details dl { display: grid; gap: 18px; margin: 0; }
.company-details dt { color: var(--blue); font-weight: 900; }
.company-details dd { margin: -10px 0 0; }
.company-details a { color: var(--blue); font-weight: 900; }
.contact-note {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.contact-form { display: grid; gap: 17px; }
.contact-form label { display: grid; gap: 8px; color: var(--blue); font-size: 14px; font-weight: 900; }
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfe;
  color: var(--ink);
  font: inherit;
}
.contact-form textarea { resize: vertical; }

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 30px clamp(20px, 5vw, 72px);
  background: #061827;
  color: rgba(255,255,255,.78);
}
.site-footer p { margin: 0; }

[dir="rtl"] .hero-visual::after { background: linear-gradient(270deg, rgba(8,32,51,.48), rgba(8,32,51,.04)); }
[dir="rtl"] .trust-panel { right: auto; left: clamp(18px, 4vw, 52px); }
[dir="rtl"] .check-list { padding-left: 0; padding-right: 20px; }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: 1fr auto; padding-block: 12px; }
  .brand img { width: 188px; }
  .main-nav { grid-column: 1 / -1; justify-content: flex-start; overflow-x: auto; }
  .main-nav a { padding: 10px 0 14px; }
  .hero,
  .intro-grid,
  .split,
  .reverse,
  .contact-layout { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-visual { min-height: 430px; }
  .metrics,
  .process-grid,
  .service-preview { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 660px) {
  .brand img { width: 166px; }
  .quote-link { display: none; }
  h1 { font-size: 40px; }
  .hero-copy { padding-top: 54px; }
  .hero-actions,
  .button { width: 100%; }
  .metrics,
  .process-grid,
  .service-preview,
  .mini-grid { grid-template-columns: 1fr; }
  .metrics div { border-right: 0; border-bottom: 1px solid var(--line); }
  .cta-band,
  .site-footer { display: grid; }
}


/* Premium additions */
.reveal { opacity: 0; transform: translateY(26px); transition: .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.button, .quote-link, .service-preview article, .benefit-grid article, .service-stack article, .service-detail-grid article { transition: transform .25s ease, box-shadow .25s ease; }
.button:hover, .quote-link:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(8,32,51,.18); }
.stat-panel { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; padding-top:40px; padding-bottom:40px; }
.stat-panel div { background:#fff; border:1px solid var(--line); border-radius:18px; padding:28px; box-shadow:var(--shadow); }
.stat-panel strong { display:block; font-size:44px; color:var(--blue); }
.stat-panel span { color:var(--muted); font-weight:800; }
.why-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:32px; align-items:start; }
.benefit-grid, .service-detail-grid, .trust-icons { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.benefit-grid article, .service-detail-grid article, .trust-icons article { background:#fff; border:1px solid var(--line); border-radius:18px; padding:24px; box-shadow:0 12px 34px rgba(8,32,51,.08); }
.benefit-grid article:hover, .service-detail-grid article:hover { transform:translateY(-5px); box-shadow:var(--shadow); }
.benefit-grid span { width:38px; height:38px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; background:rgba(201,147,58,.15); color:var(--gold); font-weight:900; margin-bottom:16px; }
.route-map { display:grid; grid-template-columns:.9fr 1.1fr; gap:28px; align-items:center; background:#082033; color:#fff; }
.route-map p:not(.kicker){ color:rgba(255,255,255,.75); }
.map-card { min-height:260px; border:1px solid rgba(255,255,255,.18); border-radius:24px; background:radial-gradient(circle at 20% 25%, rgba(201,147,58,.38), transparent 30%), radial-gradient(circle at 80% 70%, rgba(13,122,114,.45), transparent 32%), rgba(255,255,255,.08); display:flex; align-items:center; justify-content:space-around; gap:12px; padding:28px; }
.map-card span{ background:#fff; color:var(--navy); padding:12px 16px; border-radius:999px; font-weight:900; }
.map-card i{ flex:1; height:2px; background:linear-gradient(90deg,transparent,#c9933a,transparent); }
.partner-strip { display:flex; flex-wrap:wrap; gap:14px; justify-content:center; padding-top:38px; padding-bottom:38px; }
.partner-strip span { border:1px solid var(--line); background:#fff; border-radius:999px; padding:14px 22px; font-weight:900; color:var(--blue); }
.faq-preview details, .legal-content details { background:#fff; border:1px solid var(--line); border-radius:14px; padding:18px 20px; margin:12px 0; }
.faq-preview summary, .legal-content summary { cursor:pointer; font-weight:900; color:var(--blue); }
.service-detail-grid { grid-template-columns: repeat(3,1fr); }
.direct-actions { display:flex; flex-wrap:wrap; gap:10px; margin:18px 0; }
.direct-actions a { background:var(--navy); color:#fff; padding:11px 14px; border-radius:8px; font-weight:900; }
.map-section { display:grid; grid-template-columns:.8fr 1.2fr; gap:28px; align-items:center; }
.map-section iframe { width:100%; min-height:360px; border:0; border-radius:20px; box-shadow:var(--shadow); }
.legal-hero { min-height:380px; }
.legal-content { max-width:980px; margin:auto; line-height:1.8; }
.legal-content a { color:var(--blue); font-weight:900; }
.premium-footer { display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; align-items:start; padding-top:48px; }
.premium-footer h3 { color:#fff; font-size:16px; }
.premium-footer img { width:190px; background:#fff; border-radius:12px; padding:10px; margin-bottom:16px; }
.premium-footer a { color:#fff; font-weight:800; }
.footer-bottom { grid-column:1 / -1; border-top:1px solid rgba(255,255,255,.14); margin-top:22px; padding-top:22px; font-size:14px; color:rgba(255,255,255,.65); }
.whatsapp-float { position:fixed; right:20px; bottom:88px; z-index:40; background:#128c7e; color:#fff; padding:14px 18px; border-radius:999px; font-weight:900; box-shadow:0 14px 34px rgba(0,0,0,.25); }
.back-to-top { position:fixed; right:20px; bottom:28px; z-index:40; width:46px; height:46px; border:0; border-radius:50%; background:var(--gold); color:#fff; font-size:22px; font-weight:900; cursor:pointer; display:none; }
.back-to-top.is-visible { display:block; }
.cookie-banner { position:fixed; left:20px; right:20px; bottom:20px; z-index:60; display:none; align-items:center; justify-content:space-between; gap:18px; max-width:820px; margin:auto; padding:18px 20px; background:#fff; border:1px solid var(--line); border-radius:16px; box-shadow:var(--shadow); }
.cookie-banner.is-visible { display:flex; }
.cookie-banner p { margin:0; color:var(--muted); }
.cookie-banner button { border:0; background:var(--navy); color:#fff; border-radius:8px; padding:11px 18px; font-weight:900; cursor:pointer; }
@media (max-width:1040px){.stat-panel,.benefit-grid,.trust-icons{grid-template-columns:repeat(2,1fr)}.why-grid,.route-map,.map-section{grid-template-columns:1fr}.service-detail-grid{grid-template-columns:repeat(2,1fr)}.premium-footer{grid-template-columns:1fr 1fr}}
@media (max-width:660px){.stat-panel,.benefit-grid,.service-detail-grid,.trust-icons,.premium-footer{grid-template-columns:1fr}.map-card{display:grid}.cookie-banner{display:none!important}.whatsapp-float{bottom:78px}}
