*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
video,
canvas {
  max-width: 100%;
  height: auto;
}

:root {
  --deep-teal: #006d77;
  --emerald-green: #004445;
  --mint-green: #83c5be;
  --tangerine: #ff8800;
  --off-white: #f8f9fa;

  /* Supporting neutrals */
  --ink-950: #07181a;
  --silver-50: #f8f9fa;
  --silver-100: #eef2f3;
  --silver-200: #dbe6e7;
  --silver-600: #3f5b60;

  /* Typography tokens */
  --font-en: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-ar: "Fairuz", Tajawal, "IBM Plex Sans Arabic", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Tahoma, Arial, sans-serif;
}

/* Typography */
html {
  scroll-behavior: smooth;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
html[lang="en"] body {
  font-family: var(--font-en);
  direction: ltr;
  text-align: left;
}
html[lang="es"] body {
  font-family: var(--font-en);
  direction: ltr;
  text-align: left;
}
html[lang="hi"] body {
  font-family: "Hind", var(--font-en);
  direction: ltr;
  text-align: left;
}
html[lang="ar"] body {
  font-family: var(--font-ar);
  direction: rtl;
  text-align: right;
}

body {
  background:
    radial-gradient(1200px 640px at 22% 18%, rgba(11, 96, 94, 0.5), rgba(7, 59, 58, 0) 60%),
    linear-gradient(135deg, #073b3a 0%, #052c2b 52%, #031f1f 100%);
  color: var(--off-white);
  overflow-x: hidden;
}

/* Zero language mixing */
[lang="ar"] .en-text {
  display: none !important;
}
[lang="en"] .ar-text,
[lang="hi"] .ar-text,
[lang="es"] .ar-text {
  display: none !important;
}

/* Global particle background */
.global-particles {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.42;
  will-change: transform;
}

/* Initial page transition */
.page-preload {
  opacity: 0;
}
body.page-ready {
  opacity: 1;
  transition: opacity 360ms ease;
}
.page-loader {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(248, 249, 250, 0.92);
  backdrop-filter: blur(2px);
  z-index: 1200;
  transition: opacity 260ms ease, visibility 260ms ease;
}
.loader-ring {
  height: 46px;
  width: 46px;
  border-radius: 999px;
  border: 3px solid rgba(0, 109, 119, 0.18);
  border-top-color: var(--tangerine);
  animation: spin 900ms linear infinite;
}
body.page-ready .page-loader {
  opacity: 0;
  visibility: hidden;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Arabic typographic balance */
html[lang="ar"] .section-title,
html[lang="ar"] .hero-title,
html[lang="ar"] .zone-title,
html[lang="ar"] .tax-title {
  letter-spacing: -0.01em;
}
html[lang="ar"] .section-subtitle,
html[lang="ar"] .zone-text,
html[lang="ar"] .tax-sub {
  line-height: 1.9;
}

/* "Innovation honoring Tradition" watermark pattern */
.pattern-watermark {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.06;
  mix-blend-mode: multiply;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(0, 68, 69, 0.22) 1px, transparent 1.6px),
    linear-gradient(45deg, rgba(131, 197, 190, 0.18), transparent 55%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='320' viewBox='0 0 320 320'%3E%3Cg fill='none' stroke='%23006D77' stroke-opacity='.55' stroke-width='2'%3E%3Cpath d='M160 20l40 40-40 40-40-40z'/%3E%3Cpath d='M160 100l40 40-40 40-40-40z'/%3E%3Cpath d='M160 180l40 40-40 40-40-40z'/%3E%3Cpath d='M80 60l40 40-40 40-40-40z'/%3E%3Cpath d='M240 60l40 40-40 40-40-40z'/%3E%3Cpath d='M80 140l40 40-40 40-40-40z'/%3E%3Cpath d='M240 140l40 40-40 40-40-40z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 26px 26px, cover, 320px 320px;
  background-position: top left, center, center;
}

/* Apply watermark consistently */
#taxation,
#zones,
.hero2 {
  position: relative;
}
#home,
main,
header,
.topbar,
footer,
.sticky-consult,
.whatsapp-widget,
.cookie-banner,
.privacy-modal {
  position: relative;
  z-index: 1;
}
#taxation::before,
#zones::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.055;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(0, 68, 69, 0.22) 1px, transparent 1.6px),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='320' viewBox='0 0 320 320'%3E%3Cg fill='none' stroke='%23004445' stroke-opacity='.65' stroke-width='2'%3E%3Cpath d='M160 20l40 40-40 40-40-40z'/%3E%3Cpath d='M160 100l40 40-40 40-40-40z'/%3E%3Cpath d='M160 180l40 40-40 40-40-40z'/%3E%3Cpath d='M80 60l40 40-40 40-40-40z'/%3E%3Cpath d='M240 60l40 40-40 40-40-40z'/%3E%3Cpath d='M80 140l40 40-40 40-40-40z'/%3E%3Cpath d='M240 140l40 40-40 40-40-40z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 26px 26px, 320px 320px;
  background-position: top left, center;
  z-index: 0;
}
#taxation > *,
#zones > * {
  position: relative;
  z-index: 1;
}

/* Hero headline authority */
.hero-title {
  text-wrap: balance;
}
html[lang="ar"] .hero-title {
  font-family: var(--font-ar);
  font-weight: 900;
}

/* Reveal animation */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 700ms ease, transform 700ms ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Shared */
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--emerald-green);
  font-size: 12px;
}
.section-title {
  margin-top: 10px;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--deep-teal);
  font-size: clamp(24px, 2.3vw, 36px);
  line-height: 1.12;
}
.section-subtitle {
  margin-top: 12px;
  color: var(--silver-600);
  font-size: 15px;
  line-height: 1.8;
}

/*
 * Sections that sit on the page’s dark teal gradient (no light band):
 * default --deep-teal / --emerald-green / --silver-600 headings read as “muddy green on green”.
 */
#services .section-kicker,
#oman-stats .section-kicker,
#taxation .section-kicker,
#zones .section-kicker,
#why-us .section-kicker {
  color: rgba(200, 232, 228, 0.95);
}

#services .section-title,
#oman-stats .section-title,
#taxation .section-title,
#zones .section-title,
#why-us .section-title {
  color: #f1f5f9;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

#services .section-subtitle,
#oman-stats .section-subtitle,
#taxation .section-subtitle,
#zones .section-subtitle,
#why-us .section-subtitle {
  color: rgba(226, 232, 240, 0.94);
}

/* Brand mark */
.brand-mark {
  height: 42px;
  width: 42px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #0b1220, #0b1220 45%, rgba(16, 185, 129, 0.8));
  box-shadow: 0 14px 40px rgba(2, 6, 23, 0.14);
}

/* Topbar / header */
.topbar {
  background: var(--deep-teal);
  color: #fff;
  /* Sit above #home/main (same z-index:1 in group rule, but main follows in DOM and was painting over the dropdown). */
  z-index: 70;
  position: relative;
}
.topbar .shell-inner {
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 12px;
  justify-content: space-between;
}
@media (max-width: 639px) {
  .topbar .shell-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .topbar .shell-inner > div:last-child {
    justify-content: center;
  }
}
.icon-topbar {
  color: rgba(255, 255, 255, 0.92);
  opacity: 0.95;
}
.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 900;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
  transition: background-color 180ms ease, border-color 180ms ease, transform 150ms ease;
}
.lang-toggle:hover {
  background: rgba(255, 255, 255, 0.14);
}
.lang-toggle:active {
  transform: translateY(1px);
}
.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
/* Dropdown language menu (replaces multi-pill row) */
.lang-dropdown {
  position: relative;
  z-index: 120;
}
.lang-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 999px;
  padding: 7px 12px 7px 10px;
  font-weight: 800;
  font-size: 12px;
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.lang-dropdown-trigger:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.32);
}
.lang-dropdown.is-open .lang-dropdown-trigger {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.38);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.lang-dropdown-chevron {
  font-size: 10px;
  opacity: 0.85;
  transition: transform 0.2s ease;
}
.lang-dropdown.is-open .lang-dropdown-chevron {
  transform: rotate(180deg);
}
html[dir="rtl"] .lang-dropdown-trigger {
  flex-direction: row-reverse;
  padding: 7px 10px 7px 12px;
}
.lang-dropdown-panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  min-width: min(280px, calc(100vw - 28px));
  max-height: min(70vh, 420px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 6px;
  margin: 0;
  list-style: none;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(11, 18, 32, 0.97);
  box-shadow: 0 22px 50px rgba(2, 6, 23, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 130;
}
html[dir="rtl"] .lang-dropdown-panel {
  right: auto;
  left: 0;
}
.lang-dropdown-panel[hidden] {
  display: none !important;
}
.lang-dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  border: none;
  border-radius: 10px;
  background: transparent;
  color: rgba(255, 255, 255, 0.96);
  font: inherit;
  font-weight: 700;
  font-size: 13px;
  text-align: inherit;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.lang-dropdown-item:hover,
.lang-dropdown-item:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}
.lang-dropdown-item.is-active {
  background: rgba(255, 136, 0, 0.12);
}
.lang-dropdown-item-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
  flex: 1;
}
html[dir="rtl"] .lang-dropdown-item-main {
  align-items: flex-end;
}
.lang-dropdown-item .lang-code {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.88);
}
.lang-native {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.25;
}
.lang-dropdown-check {
  flex-shrink: 0;
  font-size: 12px;
  color: var(--tangerine);
  opacity: 0;
  transition: opacity 0.15s ease;
}
.lang-dropdown-item.is-active .lang-dropdown-check {
  opacity: 1;
}
.seo-global-keywords {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
footer {
  position: relative;
}
.lang-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 999px;
  padding: 6px 8px;
  font-weight: 800;
}
.lang-pill.is-active {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.18);
}
.lang-flag {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.28), 0 0 8px rgba(131, 197, 190, 0.28);
}
.lang-code {
  font-size: 11px;
  letter-spacing: 0.02em;
}
.site-header {
  background: color-mix(in srgb, var(--deep-teal) 92%, rgba(5, 44, 43, 0.65));
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 4px 24px rgba(2, 6, 23, 0.18);
  backdrop-filter: blur(14px) saturate(1.15);
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
  padding-left: env(safe-area-inset-left, 0);
  padding-right: env(safe-area-inset-right, 0);
}
.site-header nav.shell-inner > div:first-child {
  flex-wrap: wrap;
  row-gap: 10px;
  min-width: 0;
}
.site-header a[href="#home"] {
  min-width: 0;
  flex: 1 1 auto;
}
.site-header a[href="#home"] .leading-tight {
  min-width: 0;
}
.shell-inner,
.hero-shell {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  padding-left: clamp(16px, 4vw, 56px);
  padding-right: clamp(16px, 4vw, 56px);
}
.hero-shell {
  display: flex;
  margin: 0;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100dvh;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.site-header .nav-link {
  color: rgba(255, 255, 255, 0.92);
  padding: 8px 14px;
  border-radius: 999px;
  transition: background-color 0.18s ease, color 0.18s ease;
}
.site-header .nav-link:hover {
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
}
.site-header .site-nav {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .site-header .site-nav {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.site-header .mobile-link {
  color: rgba(255, 255, 255, 0.92);
}
.site-header .mobile-link:hover {
  background: rgba(255, 255, 255, 0.10);
}
.logo {
  height: 40px;
  width: auto;
  object-fit: contain;
}
.logo-header {
  height: 50px;
  padding: 4px 0;
}
.logo-footer {
  height: 32px;
}

/* Links */
.nav-link {
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  opacity: 0.9;
}
.nav-link:hover {
  opacity: 1;
  color: var(--ink-950);
}
.mobile-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px;
  border-radius: 14px;
  color: #0f172a;
  font-weight: 700;
  text-decoration: none;
}
.mobile-link:hover {
  background: var(--silver-50);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  transition: transform 150ms ease, filter 150ms ease, background-color 150ms ease, border-color 150ms ease;
  position: relative;
  isolation: isolate;
}
.btn:active {
  transform: translateY(1px);
}
.btn-primary {
  background: var(--ink-950);
  color: #fff;
  box-shadow: 0 16px 44px rgba(2, 6, 23, 0.14);
}
.btn-primary:hover {
  filter: brightness(1.06);
}
.btn-accent {
  background: var(--tangerine);
  color: #fff;
  box-shadow: 0 18px 50px rgba(255, 136, 0, 0.20);
}
.btn-accent:hover {
  background: #e97700;
  box-shadow: 0 22px 64px rgba(255, 136, 0, 0.26);
}
.btn-glass {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  backdrop-filter: blur(10px);
}
.btn-glass:hover {
  background: rgba(255, 255, 255, 0.16);
}
.btn-outline {
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
}
.btn-outline:hover {
  background: rgba(255, 255, 255, 0.14);
}

/* Premium shimmer on hover (subtle) */
.btn-shimmer::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.20) 25%,
    rgba(255, 255, 255, 0.08) 45%,
    transparent 60%
  );
  transform: translateX(-140%);
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.btn-shimmer:hover::after {
  opacity: 1;
  animation: shimmer 900ms ease;
}
@keyframes shimmer {
  0% {
    transform: translateX(-140%);
  }
  100% {
    transform: translateX(140%);
  }
}

/* Hero */
.hero2,
.hero-section {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #073b3a, #052c2b);
  min-height: 100vh;
  min-height: 100dvh;
}
.hero2-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(960px 520px at 20% 26%, rgba(131, 197, 190, 0.2), transparent 63%),
    radial-gradient(680px 400px at 84% 22%, rgba(255, 136, 0, 0.12), transparent 68%),
    linear-gradient(130deg, rgba(7, 59, 58, 0.94), rgba(5, 44, 43, 0.95) 46%, rgba(3, 31, 31, 0.96)),
    url("https://images.unsplash.com/photo-1526778548025-fa2f459cd5c1?auto=format&fit=crop&w=2400&q=70");
  background-size: cover;
  background-position: center;
  filter: saturate(1.08);
  transform: scale(1.02);
  will-change: transform;
}
.hero2 .hero-shell > .grid,
.hero-section .hero-shell > .grid {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}
.hero2 .hero-shell > .grid > .hero-content,
.hero-section .hero-shell > .grid > .hero-content {
  width: 50%;
  max-width: none;
}
.hero2 .hero-shell > .grid > .hero-map-card,
.hero-section .hero-shell > .grid > .hero-map-card {
  width: 45%;
  max-width: none;
}
html[lang="ar"] .hero2 .hero-shell > .grid,
html[lang="ar"] .hero-section .hero-shell > .grid {
  flex-direction: row-reverse;
}
html[lang="ar"] .hero2 .hero-shell > .grid > .hero-content,
html[lang="ar"] .hero-section .hero-shell > .grid > .hero-content {
  padding-right: 5%;
  padding-left: 0;
}
html[lang="ar"] .hero2 .hero-shell > .grid > .hero-map-card,
html[lang="ar"] .hero-section .hero-shell > .grid > .hero-map-card {
  padding-left: 5%;
  padding-right: 0;
}
html[lang="en"] .hero2 .hero-shell > .grid > .hero-content,
html[lang="en"] .hero-section .hero-shell > .grid > .hero-content {
  padding-left: 5%;
}
html[lang="en"] .hero2 .hero-shell > .grid > .hero-map-card,
html[lang="en"] .hero-section .hero-shell > .grid > .hero-map-card {
  padding-right: 5%;
}
.hero-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(120% 88% at 50% 50%, transparent 38%, rgba(0, 20, 24, 0.36) 100%),
    linear-gradient(to bottom, rgba(0, 18, 22, 0.26), rgba(0, 18, 22, 0.18));
}
.hero-text-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 25, 30, 0.60) 0%, rgba(0, 25, 30, 0.34) 34%, rgba(0, 25, 30, 0) 62%);
}

/* Hero glow follower (professional, subtle) */
.hero-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 200ms ease;
  background: radial-gradient(320px 320px at var(--mx, 50%) var(--my, 30%), rgba(131, 197, 190, 0.22), transparent 60%);
  mix-blend-mode: screen;
}
.hero2:hover .hero-glow {
  opacity: 1;
}
@media (pointer: coarse) {
  .hero-glow {
    display: none;
  }
}
/* Hero background world map (clean interactive layer) */
.hero-bg-map {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: auto;
  opacity: 0.72;
}
.hero-bg-map-svg {
  width: 100%;
  height: 100%;
  display: block;
  will-change: transform, opacity;
}
.landmass {
  fill: rgba(3, 38, 45, 0.62);
  stroke: rgba(131, 197, 190, 0.18);
  stroke-width: 1.15;
  filter: saturate(1.04);
}
.arc-link {
  fill: none;
  stroke: rgba(131, 197, 190, 0.26);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 4 7;
  animation: arcFlow 7.2s linear infinite;
  filter: drop-shadow(0 0 3px rgba(131, 197, 190, 0.14));
}
@keyframes arcFlow {
  to { stroke-dashoffset: -80; }
}
.hub-dot {
  fill: rgba(246, 252, 251, 0.92);
  filter: drop-shadow(0 0 7px rgba(131, 197, 190, 0.52));
}
.hub-group:hover .hub-dot {
  fill: rgba(131, 197, 190, 0.98);
  filter: drop-shadow(0 0 14px rgba(131, 197, 190, 0.72));
}
.hub-label {
  fill: rgba(248, 249, 250, 0.92);
  font-size: 12px;
  font-weight: 700;
  opacity: 0.88;
  pointer-events: none;
  transition: opacity 140ms ease;
}
.country-label {
  fill: rgba(248, 249, 250, 0.68);
  font-size: 9px;
  font-weight: 600;
  opacity: 0.84;
  pointer-events: none;
  transition: opacity 140ms ease;
}
.hub-group:hover .hub-label {
  opacity: 0.98;
}
.hub-group:hover .country-label {
  opacity: 0.95;
  fill: rgba(248, 249, 250, 0.95);
}
.oman-hub {
  fill: var(--tangerine);
  filter: drop-shadow(0 0 14px rgba(255, 136, 0, 0.72));
}
.oman-hub-pulse {
  fill: none;
  stroke: rgba(255, 136, 0, 0.84);
  stroke-width: 2.3;
  transform-origin: center;
  animation: omanPulseBg 3s ease-out infinite;
}
@keyframes omanPulseBg {
  0% { transform: scale(1); opacity: 0.98; }
  100% { transform: scale(3.4); opacity: 0; }
}
.hub-label-oman {
  fill: rgba(255, 196, 118, 0.96);
  font-size: 15px;
  font-weight: 900;
  opacity: 1;
}
.country-label-oman {
  fill: rgba(255, 214, 156, 0.9);
  font-weight: 800;
}
.hero-hub-tooltip {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  border-radius: 12px;
  border: 1px solid rgba(131, 197, 190, 0.45);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  color: #f8f9fa;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  padding: 7px 10px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: opacity 180ms ease;
}
.hero-hub-tooltip:not(.hidden) {
  opacity: 1;
}

.hero2 .hero-title,
.hero2 p {
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}
.hero-content {
  max-width: 760px;
}
.hero-title-ar {
  color: rgba(248, 249, 250, 0.94);
  font-weight: 800;
  font-size: 20px;
  line-height: 1.25;
}
.hero-map-card {
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 33, 39, 0.36);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 0 0 1px rgba(131, 197, 190, 0.14), 0 20px 50px rgba(0, 0, 0, 0.28);
  padding: 18px 18px 14px;
}
.hero-map-head {
  margin-bottom: 10px;
}
.hero-map-title-ar {
  color: rgba(248, 249, 250, 0.95);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}
.hero-map-title-en {
  color: rgba(248, 249, 250, 0.9);
  font-size: 14px;
  font-weight: 800;
  margin-top: 3px;
}
.hero-map-sub {
  margin-top: 4px;
  color: rgba(248, 249, 250, 0.72);
  font-size: 12px;
}
.hero-map-canvas-wrap {
  border-radius: 20px;
  border: 1px solid rgba(131, 197, 190, 0.22);
  background: radial-gradient(circle at 50% 44%, rgba(16, 56, 60, 0.68), rgba(5, 28, 32, 0.58));
  overflow: hidden;
  min-height: 280px;
  position: relative;
}
.map-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: radial-gradient(95% 72% at 48% 48%, rgba(7, 59, 58, 0.35), rgba(3, 31, 31, 0.5));
}
.map-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #052c2b;
  opacity: 0.88;
  -webkit-mask-image: url("https://upload.wikimedia.org/wikipedia/commons/8/80/World_map_-_low_resolution.svg");
  mask-image: url("https://upload.wikimedia.org/wikipedia/commons/8/80/World_map_-_low_resolution.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 62% center;
  mask-position: 62% center;
  -webkit-mask-size: 125% auto;
  mask-size: 125% auto;
}
.map-curves {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.map-curves path {
  fill: none;
  stroke: rgba(131, 197, 190, 0.58);
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-dasharray: 6 7;
  animation: curveFlow 5.2s linear infinite;
}
.map-internal-link {
  stroke: rgba(236, 250, 248, 0.8);
  stroke-width: 1.4;
}
@keyframes curveFlow {
  to { stroke-dashoffset: -90; }
}

.map-dot {
  position: absolute;
  z-index: 3;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(244, 252, 250, 0.95);
  box-shadow: 0 0 10px rgba(131, 197, 190, 0.6);
}
.dot-usa { left: 25%; top: 36%; }
.dot-turkey { left: 50.3%; top: 33%; }
.dot-ksa { left: 66.2%; top: 46.5%; }
.dot-uae { left: 69.1%; top: 49.2%; }
.dot-pakistan { left: 73.8%; top: 47.2%; }
.dot-india { left: 76.5%; top: 55.5%; }
.dot-singapore { left: 82%; top: 69%; }
.map-dot-oman {
  left: 68.2%;
  top: 51.4%;
  width: 12px;
  height: 12px;
  background: var(--tangerine);
  box-shadow: 0 0 16px rgba(255, 136, 0, 0.72);
}
.map-dot-pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 2px solid rgba(255, 136, 0, 0.82);
  transform: translate(-50%, -50%);
  animation: muscatPulse 3s ease-out infinite;
}
.map-label {
  position: absolute;
  z-index: 4;
  display: grid;
  gap: 1px;
  color: rgba(248, 249, 250, 0.88);
  font-size: 9px;
  line-height: 1.12;
  font-weight: 700;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}
.map-label span:last-child {
  color: rgba(248, 249, 250, 0.74);
  font-size: 8.4px;
}
.label-usa { left: 25.8%; top: 34.8%; }
.label-turkey { left: 50.9%; top: 30.6%; }
.label-ksa { left: 66.9%; top: 44.4%; }
.label-uae { left: 69.8%; top: 47.2%; }
.label-pakistan { left: 74.4%; top: 45.2%; }
.label-india { left: 77.1%; top: 53.6%; }
.label-singapore { left: 82.8%; top: 67.8%; }
.label-oman { left: 69.2%; top: 49.4%; }
@keyframes muscatPulse {
  0% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
  100% { transform: translate(-50%, -50%) scale(3.4); opacity: 0; }
}
.map-core {
  fill: var(--tangerine);
  filter: drop-shadow(0 0 12px rgba(255, 136, 0, 0.7));
}
.map-core-pulse {
  fill: none;
  stroke: rgba(255, 136, 0, 0.8);
  stroke-width: 2;
  transform-origin: center;
  animation: mapCorePulse 3s ease-out infinite;
}
@keyframes mapCorePulse {
  0% { transform: scale(1); opacity: 0.95; }
  100% { transform: scale(2.7); opacity: 0; }
}
html[dir="rtl"] .hero-map-head {
  text-align: right;
}
html[dir="rtl"] .hero-title-ar {
  letter-spacing: 0;
}
.glass-stat {
  border-radius: 22px;
  border: 0.5px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.10);
  padding: 14px 14px;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.glass-stat-title {
  font-weight: 900;
  font-size: 13px;
  color: #ffffff;
}
.glass-stat-text {
  margin-top: 2px;
  font-size: 12px;
  color: #f8f9fa;
  line-height: 1.6;
}
.glass-stat:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
}
.glass-stat:hover .glass-stat-title,
.glass-stat:hover .glass-stat-text {
  color: #ffffff;
}

/* Key Benefits visibility on dark hero */
#why-us .section-title {
  color: #f8f9fa;
}
.feature2 {
  border: 0.5px solid rgba(255, 255, 255, 0.26);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}
.feature2-title,
.feature2-text {
  color: #f8f9fa;
}
.feature2-icon {
  color: var(--tangerine);
}
.feature2:hover {
  background: rgba(255, 255, 255, 0.12);
}
.feature2:hover .feature2-title,
.feature2:hover .feature2-text {
  color: #ffffff;
}

/* Info strip */
.info-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  border-radius: 20px;
  border: 1px solid rgba(131, 197, 190, 0.40);
  background: rgba(131, 197, 190, 0.16);
  padding: 14px 14px;
  color: #0f172a;
  font-weight: 700;
  font-size: 13px;
}

/* Service cards */
.service-card {
  border-radius: 26px;
  border: 1px solid rgba(131, 197, 190, 0.55);
  background: var(--off-white);
  box-shadow: 0 14px 40px rgba(2, 6, 23, 0.08);
  padding: 22px;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  will-change: transform;
}
.interactive-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 70px rgba(2, 6, 23, 0.14);
  border-color: rgba(255, 136, 0, 0.80);
}
.has-tilt {
  transform-style: preserve-3d;
}
.service-top {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.service-icon {
  flex: 0 0 auto;
  height: 46px;
  width: 46px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(131, 197, 190, 0.22);
  border: 1px solid rgba(131, 197, 190, 0.50);
  color: var(--emerald-green);
  transition: transform 220ms ease, background-color 220ms ease, border-color 220ms ease, color 220ms ease;
  position: relative;
}
.interactive-card:hover .service-icon {
  transform: translateY(-2px);
  background: rgba(255, 136, 0, 0.12);
  border-color: rgba(255, 136, 0, 0.38);
  color: var(--tangerine);
}
.service-title {
  font-weight: 900;
  color: var(--ink-950);
  font-size: 16px;
}
.service-text {
  margin-top: 6px;
  color: var(--silver-600);
  font-size: 14px;
  line-height: 1.75;
}
.service-list {
  margin-top: 14px;
  display: grid;
  gap: 10px;
  color: #334155;
  font-size: 13px;
  padding-inline-start: 18px;
}
.service-list li::marker {
  color: var(--emerald-green);
}
.support-grid {
  margin-top: 14px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 640px) {
  .support-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.support-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 18px;
  padding: 12px 12px;
  border: 1px solid var(--silver-200);
  background: var(--silver-50);
  font-weight: 800;
  font-size: 13px;
  color: #0f172a;
  position: relative;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}
.support-pill:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(2, 6, 23, 0.10);
  border-color: rgba(16, 185, 129, 0.28);
  background: #fff;
}
.support-pill i {
  color: var(--emerald-700);
  transition: color 240ms ease, transform 240ms ease;
}
.support-pill:hover i {
  color: var(--emerald-600);
  transform: translateY(-1px);
}

/* Tooltips (bilingual via data-i18n) */
.has-tooltip .tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%) translateY(6px);
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  border-radius: 999px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  background: rgba(11, 18, 32, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 50px rgba(2, 6, 23, 0.22);
  backdrop-filter: blur(10px);
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 20;
}
.has-tooltip:hover .tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.has-tooltip .tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: rgba(11, 18, 32, 0.92);
}
html[dir="rtl"] .has-tooltip .tooltip {
  direction: rtl;
}

/* Oman stats band */
.stats-band {
  border-radius: 26px;
  border: 1px solid var(--silver-200);
  background: linear-gradient(135deg, #ffffff, var(--silver-50));
  box-shadow: 0 14px 40px rgba(2, 6, 23, 0.07);
  padding: 18px;
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .stats-band {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
}
.stats-item {
  border-radius: 22px;
  border: 1px solid var(--silver-200);
  background: #fff;
  padding: 14px 14px;
}
.stats-value {
  font-size: 28px;
  font-weight: 1000;
  letter-spacing: -0.03em;
  color: var(--ink-950);
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}
.stats-suffix {
  font-size: 16px;
  font-weight: 900;
  color: var(--emerald-700);
}
.stats-label {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 800;
  color: var(--silver-600);
  line-height: 1.6;
}

/* Zones section */
.zones-section {
  position: relative;
  overflow: hidden;
}
.zones-watermark {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.14;
  background-image:
    radial-gradient(900px 320px at 20% 20%, rgba(131, 197, 190, 0.55), transparent 65%),
    radial-gradient(700px 260px at 85% 60%, rgba(255, 136, 0, 0.22), transparent 70%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 600'%3E%3Cpath d='M669 103c-20 12-29 31-50 44-29 18-62 23-90 40-30 19-45 55-74 75-27 19-63 14-89 29-28 16-37 52-64 74-24 20-59 19-82 39-23 20-28 53-52 75-25 23-65 24-82 52-12 20 8 45 31 55 26 11 53-1 79 5 28 6 42 30 68 39 28 9 60-3 89 2 29 5 45 28 72 37 29 10 61-3 90 2 29 6 47 30 75 39 28 10 63-1 92-7 30-6 53-22 78-39 23-16 41-36 61-56 19-20 41-39 55-62 14-23 17-51 26-77 10-29 26-55 29-85 3-29-8-59-14-88-6-30-9-61-26-86-16-23-44-35-63-56z' fill='none' stroke='%23004445' stroke-width='10' stroke-linecap='round' stroke-linejoin='round' opacity='.55'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: min(820px, 85vw);
  filter: saturate(1.05);
}

.zone-card {
  border-radius: 26px;
  border: 1px solid rgba(0, 109, 119, 0.2);
  /* Stay in the light range end-to-end so body copy isn’t over a dark band */
  background: linear-gradient(145deg, #e8f5f4 0%, #f1f5f9 42%, #ffffff 100%);
  box-shadow: 0 14px 40px rgba(2, 6, 23, 0.08);
  padding: 20px;
}
.zone-head {
  display: flex;
  gap: 14px;
  align-items: center;
}
.zone-icon {
  height: 46px;
  width: 46px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(0, 68, 69, 0.10);
  border: 1px solid rgba(131, 197, 190, 0.55);
  color: var(--emerald-green);
  position: relative;
  transition: transform 220ms ease, background-color 220ms ease, border-color 220ms ease, color 220ms ease;
}
.zone-title-wrap {
  display: grid;
  gap: 2px;
}
.zone-title {
  font-weight: 1000;
  color: #042f2e;
  letter-spacing: -0.02em;
}
.zone-tag {
  font-size: 12px;
  font-weight: 900;
  color: #115e59;
}
.zone-text {
  margin-top: 12px;
  color: #1e293b;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
}
.zone-btn {
  margin-top: 14px;
}

/* Stronger label contrast on the orange CTA (same component elsewhere unchanged) */
#zones .zone-btn.btn-accent {
  font-weight: 900;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}
.zone-card:hover .zone-icon {
  transform: translateY(-2px);
  background: rgba(255, 136, 0, 0.10);
  border-color: rgba(255, 136, 0, 0.40);
  color: var(--tangerine);
}

.advantages-title {
  font-weight: 1000;
  color: #ffffff;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
}
.adv-pill {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.10);
  padding: 14px 14px;
  font-weight: 900;
  color: #f8f9fa;
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease, background-color 200ms ease;
}
.adv-pill i {
  color: var(--tangerine);
  transition: color 220ms ease, transform 220ms ease;
}
.adv-pill:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 60px rgba(2, 6, 23, 0.18);
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.16);
}
.adv-pill:hover i {
  color: #ff9c26;
  transform: translateY(-1px);
}

/* Render optimization for large sections */
#taxation,
#zones,
#process,
#why-us,
#contact {
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}

/* Taxation cards (flip + glow, premium) */
.tax-card {
  perspective: 1200px;
}

/* Smoother scroll-in than default .reveal; staggered for the three columns */
#taxation .grid > .tax-card.reveal {
  transform: translateY(24px);
  transition:
    opacity 1150ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1150ms cubic-bezier(0.22, 1, 0.36, 1);
}
#taxation .grid > .tax-card.reveal:nth-child(1) {
  transition-delay: 0ms;
}
#taxation .grid > .tax-card.reveal:nth-child(2) {
  transition-delay: 130ms;
}
#taxation .grid > .tax-card.reveal:nth-child(3) {
  transition-delay: 260ms;
}
#taxation .grid > .tax-card.reveal.is-visible {
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  #taxation .grid > .tax-card.reveal {
    transform: none;
    transition: none;
  }
}

.tax-flip {
  position: relative;
  border-radius: 26px;
  min-height: 230px;
  transform-style: preserve-3d;
  transition: transform 860ms cubic-bezier(0.33, 1, 0.53, 1);
}
.tax-card:hover .tax-flip {
  transform: rotateY(180deg);
}
.tax-face {
  position: absolute;
  inset: 0;
  border-radius: 26px;
  border: 1px solid var(--silver-200);
  background: #fff;
  box-shadow: 0 14px 40px rgba(2, 6, 23, 0.08);
  padding: 18px;
  backface-visibility: hidden;
  display: grid;
  align-content: start;
  gap: 10px;
  transition:
    box-shadow 640ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 640ms ease;
}
.tax-front::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(420px 220px at 20% 0%, rgba(16, 185, 129, 0.18), transparent 55%);
  opacity: 0.85;
}
.tax-back {
  transform: rotateY(180deg);
  background: linear-gradient(135deg, #ffffff, var(--silver-50));
}
.tax-card:hover .tax-face {
  box-shadow: 0 26px 70px rgba(2, 6, 23, 0.14);
  border-color: rgba(16, 185, 129, 0.28);
}
.tax-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  z-index: 1;
}
.tax-ico {
  height: 44px;
  width: 44px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.18);
  color: var(--emerald-700);
  position: relative;
  transition: transform 220ms ease, background-color 220ms ease, border-color 220ms ease;
}
.tax-card:hover .tax-ico {
  transform: translateY(-2px);
  background: rgba(16, 185, 129, 0.18);
  border-color: rgba(16, 185, 129, 0.28);
}
.tax-info {
  position: relative;
  z-index: 1;
  height: 40px;
  width: 40px;
  border-radius: 16px;
  border: 1px solid var(--silver-200);
  background: var(--silver-50);
  color: var(--ink-950);
  display: grid;
  place-items: center;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}
.tax-info:hover {
  transform: translateY(-2px);
  background: #fff;
  border-color: rgba(16, 185, 129, 0.28);
}
.tax-title {
  position: relative;
  z-index: 1;
  font-weight: 1000;
  letter-spacing: -0.02em;
  color: var(--ink-950);
  font-size: 15px;
  line-height: 1.25;
}
.tax-rate {
  position: relative;
  z-index: 1;
  font-size: 28px;
  font-weight: 1000;
  letter-spacing: -0.03em;
  color: var(--ink-950);
}
.tax-sub {
  position: relative;
  z-index: 1;
  color: var(--silver-600);
  font-size: 13px;
  line-height: 1.7;
  font-weight: 700;
}
.tax-back-title {
  font-weight: 1000;
  color: var(--ink-950);
}
.tax-back-text {
  color: var(--silver-600);
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
}
@media (prefers-reduced-motion: reduce) {
  .tax-card:hover .tax-flip {
    transform: none;
  }
}
@media (pointer: coarse) {
  .tax-card:hover .tax-flip {
    transform: none;
  }
  .tax-face {
    position: relative;
  }
  .tax-back {
    display: none;
  }
}

/* Steps */
.step2 {
  border-radius: 26px;
  border: 1px solid var(--silver-200);
  background: #fff;
  box-shadow: 0 14px 40px rgba(2, 6, 23, 0.07);
  padding: 18px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.step2-num {
  height: 44px;
  width: 44px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: var(--ink-950);
  color: #fff;
  font-weight: 900;
}
.step2-title {
  font-weight: 900;
  color: var(--ink-950);
}
.step2-text {
  margin-top: 4px;
  color: var(--silver-600);
  font-size: 13px;
  line-height: 1.8;
}

/* Features / trust */
.feature2 {
  display: flex;
  gap: 12px;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid var(--silver-200);
  background: var(--silver-50);
}
.feature2-icon {
  height: 42px;
  width: 42px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid var(--silver-200);
  color: var(--ink-950);
  transition: transform 220ms ease, color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.feature2:hover .feature2-icon {
  transform: scale(1.06);
  color: var(--tangerine);
  border-color: rgba(255, 136, 0, 0.45);
  box-shadow: 0 10px 26px rgba(255, 136, 0, 0.18);
}
.feature2-title {
  font-weight: 1000;
  color: var(--ink-950);
  font-size: 15px;
  line-height: 1.35;
}
.feature2-text {
  margin-top: 4px;
  color: var(--silver-600);
  font-size: 13px;
  line-height: 1.75;
}
html[lang="ar"] .feature2-title {
  font-family: var(--font-ar);
  font-weight: 900;
}
.quote-card {
  border-radius: 28px;
  border: 1px solid var(--silver-200);
  background: #fff;
  box-shadow: 0 14px 40px rgba(2, 6, 23, 0.08);
  padding: 22px;
}
.quote-top {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.quote-badge {
  height: 44px;
  width: 44px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.18);
  color: var(--emerald-700);
}
.quote-title {
  font-weight: 900;
  color: var(--ink-950);
}
.quote-text {
  margin-top: 6px;
  color: var(--silver-600);
  font-size: 14px;
  line-height: 1.75;
}
.tick2 {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #334155;
  font-weight: 700;
  font-size: 14px;
}

/* Contact */
.contact-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border-radius: 22px;
  border: 1px solid var(--silver-200);
  background: #fff;
  padding: 16px;
}
.contact-title {
  font-weight: 900;
  color: var(--ink-950);
  font-size: 13px;
}
.contact-text {
  margin-top: 2px;
  color: var(--silver-600);
  font-size: 14px;
}
.form-card {
  border-radius: 28px;
  border: 1px solid var(--silver-200);
  background: #fff;
  box-shadow: 0 14px 40px rgba(2, 6, 23, 0.10);
  padding: 22px;
}
.field {
  display: grid;
  gap: 8px;
}
.field-label {
  font-size: 12px;
  font-weight: 900;
  color: #1e293b;
}
.field-input {
  width: 100%;
  border: 1px solid var(--silver-200);
  border-radius: 18px;
  padding: 12px 14px;
  outline: none;
  font-size: 14px;
  background: #fff;
}
.field-input:focus {
  border-color: rgba(16, 185, 129, 0.45);
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.14);
}

/* Footer */
.footer-link {
  color: var(--silver-600);
  text-decoration: none;
  font-weight: 700;
}
.footer-link:hover {
  color: var(--deep-teal);
  text-decoration: underline;
}
.social {
  height: 40px;
  width: 40px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  border: 1px solid var(--silver-200);
  background: var(--silver-50);
  color: var(--ink-950);
  text-decoration: none;
}
.social:hover {
  background: #fff;
}

/* Security badges */
.security-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.security-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(131, 197, 190, 0.6);
  background: rgba(131, 197, 190, 0.14);
  color: var(--emerald-green);
  font-size: 11px;
  font-weight: 900;
}

/* Privacy modal */
.privacy-modal {
  position: fixed;
  inset: 0;
  z-index: 1250;
}
.privacy-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 24, 26, 0.45);
  backdrop-filter: blur(2px);
}
.privacy-modal-card {
  position: relative;
  margin: 7vh auto 0;
  width: min(700px, calc(100% - 24px));
  border-radius: 22px;
  border: 1px solid rgba(131, 197, 190, 0.45);
  background: #fff;
  box-shadow: 0 30px 80px rgba(2, 6, 23, 0.22);
  overflow: hidden;
}
.privacy-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--silver-200);
  background: rgba(131, 197, 190, 0.14);
}
.privacy-title {
  margin: 0;
  font-size: 16px;
  font-weight: 1000;
  color: var(--deep-teal);
}
.privacy-close {
  height: 36px;
  width: 36px;
  border-radius: 12px;
  border: 1px solid var(--silver-200);
  background: #fff;
  color: var(--ink-950);
  display: grid;
  place-items: center;
}
.privacy-body {
  padding: 16px;
  color: var(--silver-600);
  font-size: 14px;
  line-height: 1.8;
}
.privacy-list {
  margin: 8px 0 0;
  padding-inline-start: 18px;
}
.privacy-list li::marker {
  color: var(--deep-teal);
}

/* Cookie consent */
.cookie-banner {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 86px;
  z-index: 1240;
  width: min(860px, calc(100% - 20px));
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(5, 44, 43, 0.78);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 20px 50px rgba(2, 6, 23, 0.22);
  opacity: 0;
  transition: opacity 260ms ease, transform 260ms ease;
}
.cookie-banner.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.cookie-text {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  color: #ffffff;
}
.cookie-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cookie-link {
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  text-decoration: underline;
}
.cookie-link:hover {
  color: #ffffff;
}
.cookie-btn {
  flex: 0 0 auto;
}
.cookie-close {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  border-radius: 10px;
  height: 34px;
  width: 34px;
  display: inline-grid;
  place-items: center;
}
.cookie-close:hover {
  background: rgba(255, 255, 255, 0.14);
}
@media (max-width: 767px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    bottom: 102px;
    width: calc(100% - 16px);
    left: 8px;
    transform: none;
  }
  .cookie-banner.is-visible {
    transform: none;
  }
  .cookie-actions {
    width: 100%;
    justify-content: space-between;
  }
}

/* Toast */
.toast {
  margin-top: 14px;
  display: none;
  border-radius: 18px;
  padding: 12px 14px;
  border: 1px solid var(--silver-200);
  background: var(--silver-50);
  color: #0f172a;
  font-size: 13px;
}
.toast.is-visible {
  display: block;
}

/* Floating WhatsApp */
.whatsapp-widget {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
}
.wa-greeting {
  position: absolute;
  right: 0;
  bottom: 66px;
  width: min(300px, calc(100vw - 36px));
  border-radius: 16px;
  border: 1px solid rgba(131, 197, 190, 0.55);
  background: #fff;
  box-shadow: 0 18px 42px rgba(2, 6, 23, 0.18);
  padding: 12px 14px 10px;
  animation: waGreetingIn 260ms ease;
}
.wa-greeting-text {
  margin: 0;
  color: var(--deep-teal);
  font-size: 13px;
  line-height: 1.6;
  font-weight: 800;
  padding-right: 16px;
}
.wa-greeting-close {
  position: absolute;
  top: 6px;
  right: 6px;
  height: 24px;
  width: 24px;
  border-radius: 8px;
  border: 1px solid var(--silver-200);
  background: #fff;
  color: var(--silver-600);
  display: grid;
  place-items: center;
}
@keyframes waGreetingIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.whatsapp {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 54px;
  width: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: var(--tangerine);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(255, 136, 0, 0.26);
  z-index: 60;
  animation: waPulse 2.4s ease-in-out infinite;
}
.whatsapp:hover {
  filter: brightness(0.96);
  animation-play-state: paused;
}
.whatsapp-svg {
  height: 28px;
  width: 28px;
}
@keyframes waPulse {
  0%,
  100% {
    box-shadow: 0 16px 34px rgba(255, 136, 0, 0.22), 0 0 0 0 rgba(255, 136, 0, 0.38);
  }
  50% {
    box-shadow: 0 20px 44px rgba(255, 136, 0, 0.28), 0 0 0 10px rgba(255, 136, 0, 0.02);
  }
}

/* Sticky consult */
.sticky-consult {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
  z-index: 59;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(11, 18, 32, 0.92);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 44px rgba(2, 6, 23, 0.18);
  backdrop-filter: blur(10px);
}
.sticky-consult:hover {
  filter: brightness(1.06);
}
@media (min-width: 1024px) {
  .sticky-consult {
    left: auto;
    transform: none;
    right: 88px;
  }
}

/* RTL adjustments */
html[dir="rtl"] .whatsapp {
  right: 0;
  left: auto;
}
html[dir="rtl"] .whatsapp-widget {
  right: auto;
  left: 18px;
}
html[dir="rtl"] .wa-greeting {
  right: auto;
  left: 0;
}
html[dir="rtl"] .wa-greeting-close {
  right: auto;
  left: 6px;
}
html[dir="rtl"] .wa-greeting-text {
  padding-right: 0;
  padding-left: 16px;
}
html[dir="rtl"] .sticky-consult {
  right: auto;
  left: 88px;
  transform: none;
}

/* Tablet + mobile: stack hero, full-width columns (prevents cramped side-by-side layout) */
@media (max-width: 1023px) {
  .hero2 .hero-shell > .grid,
  .hero-section .hero-shell > .grid {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }
  html[lang="ar"] .hero2 .hero-shell > .grid,
  html[lang="ar"] .hero-section .hero-shell > .grid {
    flex-direction: column;
  }
  .hero2 .hero-shell > .grid > .hero-content,
  .hero2 .hero-shell > .grid > .hero-map-card,
  .hero-section .hero-shell > .grid > .hero-content,
  .hero-section .hero-shell > .grid > .hero-map-card {
    width: 100%;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .shell-inner,
  .hero-shell {
    padding-left: clamp(14px, 4vw, 28px);
    padding-right: clamp(14px, 4vw, 28px);
  }
  .hero-content {
    order: 1;
  }
  .hero-map-card {
    margin-top: 4px;
    order: 2;
  }
  .hero-map-canvas-wrap,
  .map-container {
    min-height: 220px;
  }
}

/* Mobile polish: Tax + Zones */
@media (max-width: 767px) {
  .shell-inner,
  .hero-shell {
    padding-left: 14px;
    padding-right: 14px;
  }
  .hero-map-card {
    margin-top: 6px;
  }
  .logo-header {
    height: 44px;
  }
  .lang-pill {
    padding: 5px 7px;
    gap: 4px;
  }
  .lang-flag {
    width: 14px;
    height: 14px;
  }
  .map-curves path {
    stroke-width: 1.05;
  }
  .map-label {
    font-size: 8px;
  }
  .map-label span:last-child {
    font-size: 7.2px;
  }
  .label-oman {
    left: 67.4%;
    top: 49.2%;
  }
  .hero-title-ar {
    font-size: 16px;
  }
  .hero-bg-map-svg {
    transform: translateX(10%) scale(1.28);
    transform-origin: 74% 54%;
  }
  .global-particles {
    opacity: 0.24;
  }
  .whatsapp-widget {
    bottom: 88px;
    right: 14px;
  }
  html[dir="rtl"] .whatsapp-widget {
    left: 14px;
  }
  .wa-greeting {
    width: min(260px, calc(100vw - 28px));
    bottom: 62px;
  }
  .zone-head {
    align-items: flex-start;
  }
  .zone-btn {
    width: 100%;
    justify-content: center;
  }
  .tax-flip {
    min-height: 210px;
  }
  .tax-rate {
    font-size: 25px;
  }
  .adv-pill {
    font-size: 13px;
    line-height: 1.55;
  }
  .hub-label {
    font-size: 11px;
  }
  .country-label {
    font-size: 9px;
  }
  .hub-label-oman {
    font-size: 11px;
  }
}

/* Critical visibility override: Key Benefits cards */
#why-us .feature2,
.features-section .feature2,
.benefits-container .feature2 {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1) !important;
}

#why-us .feature2 h2,
#why-us .feature2 h3,
#why-us .feature2 p,
#why-us .feature2 ul li,
#why-us .feature2 span,
.features-section .feature2 h2,
.features-section .feature2 h3,
.features-section .feature2 p,
.features-section .feature2 ul li,
.features-section .feature2 span,
.benefits-container .feature2 h2,
.benefits-container .feature2 h3,
.benefits-container .feature2 p,
.benefits-container .feature2 ul li,
.benefits-container .feature2 span {
  color: #ffffff !important;
}

#why-us .feature2 i,
#why-us .feature2 svg,
.features-section .feature2 i,
.features-section .feature2 svg,
.benefits-container .feature2 i,
.benefits-container .feature2 svg {
  color: #ff8800 !important;
  fill: #ff8800 !important;
}

#why-us .feature2:hover,
.features-section .feature2:hover,
.benefits-container .feature2:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

/* Critical high-contrast map override */
body .hero2,
body .site-header,
body .site-header nav {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body .site-header {
  padding-left: env(safe-area-inset-left, 0) !important;
  padding-right: env(safe-area-inset-right, 0) !important;
}

body .hero2 .hero-map-card .map-container::before {
  background: #f0f0f0 !important;
  opacity: 1 !important;
}

body .hero2 .hero-map-card .map-dot {
  width: 6px !important;
  height: 6px !important;
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.8) !important;
}

body .hero2 .hero-map-card .map-dot-oman {
  width: 12px !important;
  height: 12px !important;
  background: #ff6600 !important;
  box-shadow: 0 0 18px rgba(255, 102, 0, 0.95) !important;
}

body .hero2 .hero-map-card .map-dot-pulse {
  border: 2px solid rgba(255, 102, 0, 0.95) !important;
  animation: muscatPulseStrong 1.8s ease-out infinite !important;
}

@keyframes muscatPulseStrong {
  0% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
  100% { transform: translate(-50%, -50%) scale(4.1); opacity: 0; }
}

body .hero2 .hero-map-card .map-label,
body .hero2 .hero-map-card .map-label span {
  color: #ffffff !important;
  font-weight: 800 !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45) !important;
}

/* Mobile app-like optimization overrides */
html,
body {
  overflow-x: hidden;
  overscroll-behavior-x: none;
}

@media (max-width: 767px) {
  .btn,
  .cookie-btn {
    min-height: 44px;
  }

  .hero-title {
    font-size: clamp(24px, 7.3vw, 32px) !important;
    line-height: 1.25;
  }

  .hero-map-canvas-wrap,
  .map-container {
    min-height: 240px;
    pointer-events: auto;
  }

  .mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(2, 10, 11, 0.45);
    opacity: 0;
    transition: opacity 220ms ease;
    z-index: 1290;
  }
  .mobile-menu-backdrop.is-open {
    opacity: 1;
  }

  #mobileMenu {
    position: fixed;
    top: 0;
    right: 0;
    margin-top: 0;
    height: 100vh;
    width: min(330px, 88vw);
    border-radius: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    background: #052c2b;
    box-shadow: -12px 0 30px rgba(2, 6, 23, 0.28);
    transform: translateX(100%);
    transition: transform 260ms ease;
    z-index: 1300;
    display: block !important;
    padding: 74px 14px 20px;
    overflow-y: auto;
  }
  #mobileMenu.is-open {
    transform: translateX(0);
  }

  .whatsapp {
    height: 54px;
    width: 54px;
  }
  .sticky-consult {
    bottom: 88px;
    left: 14px;
    right: auto;
    transform: none;
    max-width: calc(100vw - 28px);
    box-sizing: border-box;
    min-height: 46px;
  }
  html[dir="rtl"] .sticky-consult {
    left: auto;
    right: 14px;
  }
}
