:root {
  --navy: #071A2D;
  --navy-2: #0B243C;
  --gold: #C99A3D;
  --gold-light: #E6C36A;
  --charcoal: #11161D;
  --ivory: #F3F5F7;
  --muted: #7B8490;
  --white: #FFFFFF;
  --line: rgba(201, 154, 61, 0.22);
  --shadow: 0 24px 70px rgba(7, 26, 45, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--charcoal);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--white);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.72;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  color: var(--white);
  font-size: clamp(3rem, 5.3vw, 5.2rem);
  max-width: 980px;
}

h2 {
  color: var(--navy);
  font-size: clamp(2.15rem, 3.6vw, 3.75rem);
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.45rem;
}

.topbar {
  padding: 0.65rem 0;
  color: rgba(255, 255, 255, 0.82);
  background: var(--charcoal);
  font-size: 0.82rem;
}

.topbar a {
  color: rgba(255, 255, 255, 0.86);
}

.topbar-locations,
.topbar-contact {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.topbar i {
  color: var(--gold-light);
}

.navbar {
  padding: 0.72rem 0;
  background: rgba(7, 26, 45, 0.95);
  border-bottom: 1px solid rgba(230, 195, 106, 0.16);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 32px rgba(2, 12, 22, 0.16);
}

.navbar-brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.38rem 0.65rem;
  background: #fff;
  border: 1px solid rgba(230, 195, 106, 0.72);
  border-radius: 8px;
  box-shadow: 0 9px 24px rgba(1, 11, 21, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.8);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.navbar-brand::after {
  position: absolute;
  right: 10%;
  bottom: 0;
  left: 10%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.navbar-brand:hover,
.navbar-brand:focus-visible {
  border-color: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 13px 30px rgba(1, 11, 21, 0.28), 0 0 0 3px rgba(230, 195, 106, 0.1);
}

.navbar-brand img {
  width: 132px;
  height: auto;
  display: block;
}

.navbar-nav {
  align-items: center;
}

.navbar .nav-link {
  position: relative;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
  font-weight: 800;
  padding: 0.8rem 0.7rem !important;
  white-space: nowrap;
  transition: color 180ms ease, transform 180ms ease;
}

.navbar .nav-link::before {
  position: absolute;
  right: 0.7rem;
  bottom: 0.4rem;
  left: 0.7rem;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 2px;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease, opacity 220ms ease;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--gold-light);
  transform: translateY(-1px);
}

.navbar .nav-link:focus {
  box-shadow: none;
}

.navbar .nav-link:focus-visible {
  color: var(--gold-light);
  border-radius: 4px;
  outline: 2px solid rgba(230, 195, 106, 0.7);
  outline-offset: 2px;
}

.navbar .nav-link:hover::before,
.navbar .nav-link.active::before,
.navbar .nav-link:focus-visible::before {
  opacity: 1;
  transform: scaleX(1);
}

.dropdown-item:hover {
  color: var(--gold-light);
}

.dropdown-menu {
  padding: 0.55rem;
  background: #0B2238;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.dropdown-menu.show {
  animation: nav-menu-reveal 180ms ease-out both;
}

.dropdown-item {
  color: rgba(255, 255, 255, 0.86);
  padding: 0.65rem 0.75rem;
  border-radius: 5px;
  font-weight: 700;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--gold-light);
  background: rgba(230, 195, 106, 0.09);
  transform: translateX(3px);
}

.navbar-toggler {
  width: 48px;
  height: 44px;
  padding: 0.55rem;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(230, 195, 106, 0.45);
  border-radius: 8px;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  background: rgba(230, 195, 106, 0.1);
  border-color: var(--gold-light);
  box-shadow: 0 0 0 3px rgba(230, 195, 106, 0.1);
}

.navbar-toggler-icon {
  filter: invert(1);
}

.btn {
  border-radius: 6px;
  font-weight: 800;
  padding: 0.8rem 1.25rem;
}

.nav-cta {
  position: relative;
  overflow: hidden;
  font-size: 0.86rem;
  padding: 0.72rem 1rem;
  white-space: nowrap;
}

.nav-cta::after {
  position: absolute;
  top: -60%;
  left: -45%;
  width: 28%;
  height: 220%;
  content: "";
  background: rgba(255, 255, 255, 0.32);
  transform: rotate(18deg) translateX(-180%);
  transition: transform 520ms ease;
}

.nav-cta:hover::after,
.nav-cta:focus-visible::after {
  transform: rotate(18deg) translateX(650%);
}

@keyframes nav-menu-reveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.btn-gold {
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  border: 0;
  box-shadow: 0 14px 34px rgba(201, 154, 61, 0.24);
}

.btn-gold:hover {
  color: var(--navy);
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(201, 154, 61, 0.34);
}

.btn-navy {
  color: var(--white);
  background: var(--navy);
  border: 0;
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.35);
}

.btn-link-light {
  color: var(--gold-light);
  padding-inline: 0;
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 90vh;
  padding: 8rem 0 4rem;
  color: rgba(255, 255, 255, 0.82);
  background: var(--navy);
}

.hero-slider-section {
  position: relative;
  color: var(--white);
  background: var(--navy);
}

.hero-swiper,
.hero-slide {
  min-height: min(780px, calc(100vh - 118px));
}

.hero-slide {
  position: relative;
  display: flex;
  align-items: center;
  height: auto;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: var(--navy);
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(3, 15, 27, 0.96) 0%, rgba(3, 15, 27, 0.83) 42%, rgba(3, 15, 27, 0.24) 72%, rgba(3, 15, 27, 0.08) 100%),
    var(--hero-image);
  background-position: center;
  background-size: cover;
  transform: scale(1.03);
  transition: transform 8s ease;
}

.hero-slide.swiper-slide-active::before {
  transform: scale(1.1);
}

.hero-slide-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: min(780px, calc(100vh - 118px));
  padding-top: 5rem;
  padding-bottom: 6.5rem;
}

.hero-copy {
  max-width: 760px;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.45s ease, transform 0.55s ease;
}

.hero-slide.swiper-slide-active .hero-copy {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.22s;
}

.hero-copy h1,
.hero-copy h2 {
  max-width: 760px;
  margin-bottom: 1.45rem;
  color: var(--white);
  font-size: clamp(3.35rem, 5.5vw, 5.65rem);
  line-height: 1.04;
}

.hero-copy p {
  max-width: 650px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 1.45vw, 1.25rem);
  font-weight: 600;
  line-height: 1.65;
}

.hero-nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 48px;
  height: 54px;
  color: var(--white);
  background: rgba(7, 26, 45, 0.72);
  border: 1px solid rgba(230, 195, 106, 0.55);
  border-radius: 6px;
  transform: translateY(-50%);
  backdrop-filter: blur(10px);
}

.hero-prev { left: 1.25rem; }
.hero-next { right: 1.25rem; }
.hero-nav:hover { color: var(--navy); background: var(--gold-light); }

.hero-pagination {
  position: absolute;
  z-index: 5;
  right: auto !important;
  bottom: 3.5rem !important;
  left: 50% !important;
  width: auto !important;
  transform: translateX(-50%);
}

.hero-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--white);
  opacity: 0.55;
}

.hero-pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 5px;
  background: var(--gold-light);
  opacity: 1;
}

.hero-progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  height: 3px;
  background: rgba(255, 255, 255, 0.16);
}

.hero-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--gold-light);
}

.hero-swiper.is-running .hero-progress span {
  animation: heroProgress 6.5s linear forwards;
}

@keyframes heroProgress {
  from { width: 0; }
  to { width: 100%; }
}

.hero-trust-bar {
  position: relative;
  z-index: 6;
  border-bottom: 1px solid rgba(201, 154, 61, 0.22);
  background: #061727;
}

.hero-trust-bar .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.hero-trust-bar span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 74px;
  padding: 1rem;
  color: rgba(255, 255, 255, 0.9);
  border-right: 1px solid rgba(201, 154, 61, 0.18);
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
}

.hero-trust-bar span:first-child { border-left: 1px solid rgba(201, 154, 61, 0.18); }
.hero-trust-bar i { color: var(--gold-light); font-size: 1.35rem; }

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 26, 45, 0.96), rgba(7, 26, 45, 0.72), rgba(7, 26, 45, 0.88)),
    url("../images/10.webp") center/cover no-repeat;
}

.hero-section::after,
.section-navy::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(230, 195, 106, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(230, 195, 106, 0.045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 78%);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.eyebrow::before {
  content: "";
  width: 36px;
  height: 1px;
  background: currentColor;
}

.text-gold {
  color: var(--gold);
}

.lead {
  font-size: 1.18rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  margin-top: 2rem;
}

.hero-card {
  position: relative;
  border: 1px solid rgba(230, 195, 106, 0.28);
  border-radius: 8px;
  padding: 0.65rem;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.32);
}

.hero-card img,
.rounded-media,
.image-stack img,
.sticky-panel img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.market-card {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  min-width: 220px;
  padding: 1rem;
  color: var(--white);
  background: rgba(7, 26, 45, 0.86);
  border: 1px solid rgba(230, 195, 106, 0.35);
  border-radius: 8px;
  backdrop-filter: blur(14px);
}

.market-card span,
.market-card small {
  display: block;
  color: rgba(255, 255, 255, 0.7);
}

.market-card strong {
  display: block;
  color: var(--gold-light);
  font-size: 1.25rem;
}

.trust-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  margin-top: 4.5rem;
  border: 1px solid rgba(230, 195, 106, 0.24);
  border-radius: 8px;
  background: rgba(230, 195, 106, 0.18);
}

.trust-grid span {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 78px;
  padding: 1rem;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(7, 26, 45, 0.84);
  font-weight: 800;
}

.trust-grid i {
  color: var(--gold-light);
  font-size: 1.35rem;
}

.sticky-cta {
  position: fixed;
  top: 42%;
  right: 0.8rem;
  z-index: 15;
  display: grid;
  gap: 0.5rem;
}

.sticky-cta a,
.mobile-action-bar a {
  display: grid;
  place-items: center;
  gap: 0.2rem;
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 40px rgba(7, 26, 45, 0.22);
  font-size: 0.74rem;
  font-weight: 900;
}

.sticky-cta a {
  width: 64px;
  min-height: 58px;
  border-radius: 8px;
}

.sticky-cta i,
.mobile-action-bar i {
  font-size: 1.1rem;
}

.section {
  position: relative;
  overflow: hidden;
  padding: 6.5rem 0;
}

.section-light {
  background: var(--white);
}

.section-ivory {
  background: var(--ivory);
}

.section-navy,
.section-split,
.contact-section,
.footer {
  color: rgba(255, 255, 255, 0.78);
  background: var(--navy);
}

.section-navy h2,
.section-navy h3,
.section-split h2,
.section-split h3,
.contact-section h2,
.contact-section h3,
.footer h3 {
  color: var(--white);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 3rem;
}

.value-strip,
.support-list,
.tag-list,
.check-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.value-strip span,
.support-list span,
.tag-list span {
  padding: 0.62rem 0.9rem;
  color: var(--navy);
  background: rgba(230, 195, 106, 0.18);
  border: 1px solid rgba(201, 154, 61, 0.25);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 800;
}

.image-stack {
  position: relative;
}

.office-card {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  display: flex;
  gap: 1rem;
  max-width: 420px;
  padding: 1rem;
  color: var(--white);
  background: rgba(7, 26, 45, 0.88);
  border: 1px solid rgba(230, 195, 106, 0.32);
  border-radius: 8px;
  backdrop-filter: blur(16px);
}

.office-card i {
  color: var(--gold-light);
  font-size: 1.65rem;
}

.office-card span {
  display: block;
  color: rgba(255, 255, 255, 0.74);
}

.hq-section {
  background:
    radial-gradient(circle at top right, rgba(230, 195, 106, 0.18), transparent 32%),
    var(--ivory);
}

.route-stats {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.route-stats div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  background: var(--white);
  border: 1px solid rgba(201, 154, 61, 0.2);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(7, 26, 45, 0.06);
}

.route-stats strong {
  color: var(--navy);
}

.route-stats span {
  color: var(--muted);
  font-weight: 800;
}

.route-map-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(201, 154, 61, 0.25);
  box-shadow: var(--shadow);
}

.route-map-card img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
  display: block;
}

.route-map-card::after {
  content: "";
  position: absolute;
  inset: 12%;
  border-top: 2px solid rgba(230, 195, 106, 0.58);
  border-radius: 50%;
  transform: rotate(-12deg);
  filter: drop-shadow(0 0 12px rgba(230, 195, 106, 0.45));
}

.route-pin {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.8rem;
  color: var(--white);
  background: rgba(7, 26, 45, 0.82);
  border: 1px solid rgba(230, 195, 106, 0.35);
  border-radius: 8px;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.route-pin span {
  width: 10px;
  height: 10px;
  background: var(--gold-light);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(230, 195, 106, 0.18);
}

.route-pin-dubai {
  right: 12%;
  top: 28%;
}

.route-pin-horn {
  left: 12%;
  bottom: 24%;
}

.service-card {
  height: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(230, 195, 106, 0.22);
  border-radius: 8px;
  transition: 0.25s ease;
}

.service-card:hover,
.feature-box:hover,
.premium-form:hover {
  transform: translateY(-4px);
}

.service-card img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}

.service-body {
  padding: 1.5rem;
}

.service-body i,
.feature-box i,
.principles-grid i {
  color: var(--gold-light);
  font-size: 2rem;
}

.service-body a {
  color: var(--gold-light);
  font-weight: 900;
}

.serve-grid,
.why-grid,
.article-preview-grid,
.detail-grid {
  display: grid;
  gap: 1rem;
}

.serve-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.serve-grid article,
.why-grid div,
.article-preview-grid article,
.detail-grid div {
  padding: 1.35rem;
  background: var(--white);
  border: 1px solid rgba(7, 26, 45, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 44px rgba(7, 26, 45, 0.08);
}

.serve-grid i,
.detail-grid i {
  color: var(--gold);
  font-size: 2rem;
}

.serve-grid h3,
.why-grid h3,
.article-preview-grid h3,
.detail-grid h3 {
  color: var(--navy);
}

.why-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.why-grid span,
.article-preview-grid span {
  display: inline-flex;
  margin-bottom: 0.8rem;
  color: var(--gold);
  font-weight: 900;
}

.sticky-panel {
  position: sticky;
  top: 110px;
}

.sticky-panel img {
  margin-top: 1.5rem;
}

.feature-box,
.document-panel,
.process-card,
.premium-form,
.premium-accordion .accordion-item {
  height: 100%;
  padding: 1.4rem;
  background: var(--white);
  border: 1px solid rgba(7, 26, 45, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 44px rgba(7, 26, 45, 0.08);
  transition: 0.25s ease;
}

.document-panel {
  background: var(--ivory);
}

.section-split {
  background:
    linear-gradient(90deg, rgba(7, 26, 45, 0.94), rgba(7, 26, 45, 0.88)),
    url("../images/3.webp") center/cover fixed;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.check-grid span {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.check-grid i {
  color: var(--gold-light);
}

.process-card {
  color: var(--charcoal);
  background: rgba(255, 255, 255, 0.96);
}

.process-card h3 {
  color: var(--navy);
}

.process-list {
  margin: 0;
  padding-left: 1.3rem;
}

.process-list li {
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(7, 26, 45, 0.08);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
}

.process-infographic {
  position: relative;
}

.process-infographic::before {
  content: "";
  position: absolute;
  left: 8.3%;
  right: 8.3%;
  top: 28px;
  height: 3px;
  background: var(--gold-light);
  box-shadow: 0 0 18px rgba(230, 195, 106, 0.55);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.4s ease;
}

.process-infographic.aos-animate::before,
.process-infographic.is-visible::before {
  transform: scaleX(1);
}

.timeline-item {
  position: relative;
  z-index: 1;
  padding: 0 1rem;
  text-align: center;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.timeline-item span {
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 1.15rem;
  color: var(--navy);
  background: var(--gold-light);
  border-radius: 50%;
  font-weight: 900;
  box-shadow: 0 0 0 7px rgba(230, 195, 106, 0.11);
}

.timeline-item > i {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--gold-light);
  font-size: 2rem;
}

.timeline-item h3 {
  font-size: 1.12rem;
}

.timeline-item p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.55;
}

.page-hero {
  position: relative;
  display: flex;
  align-items: end;
  min-height: 500px;
  overflow: hidden;
  color: var(--white);
  background-color: var(--navy);
  background-image:
    linear-gradient(90deg, rgba(3, 15, 27, 0.96), rgba(3, 15, 27, 0.67), rgba(3, 15, 27, 0.22)),
    var(--page-image);
  background-position: center;
  background-size: cover;
}

.page-hero .container {
  position: relative;
  z-index: 1;
  padding-top: 7rem;
  padding-bottom: 5rem;
}

.page-hero h1 {
  max-width: 850px;
  margin-bottom: 1.25rem;
  font-size: clamp(3rem, 5vw, 5rem);
}

.page-hero p {
  max-width: 710px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.15rem;
  font-weight: 600;
}

.breadcrumb-line {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.1rem;
  color: var(--gold-light);
  font-size: 0.84rem;
  font-weight: 800;
}

.breadcrumb-line a { color: var(--white); }

.content-intro {
  max-width: 820px;
  margin-bottom: 3rem;
}

.content-intro p,
.feature-copy p,
.page-copy p {
  color: #4F5A67;
  font-size: 1.05rem;
  font-weight: 500;
}

.feature-copy ul,
.page-copy ul {
  padding-left: 0;
  list-style: none;
}

.feature-copy li,
.page-copy li {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 1.8rem;
  font-weight: 600;
}

.feature-copy li::before,
.page-copy li::before {
  content: "\F26A";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-family: "bootstrap-icons";
}

.page-media {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.pathway-band {
  padding: 5.5rem 0;
  color: var(--white);
  background: var(--navy);
}

.pathway-band h2 { color: var(--white); }

.pathway-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.pathway-card {
  padding: 2rem;
  border: 1px solid rgba(230, 195, 106, 0.25);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.pathway-card i { color: var(--gold-light); font-size: 2.2rem; }
.pathway-card h3 { color: var(--white); margin-top: 1rem; }

.page-cta {
  padding: 5rem 0;
  color: var(--white);
  text-align: center;
  background:
    linear-gradient(rgba(7, 26, 45, 0.9), rgba(7, 26, 45, 0.9)),
    url("../images/10.webp") center/cover no-repeat;
}

.page-cta h2 { color: var(--white); }
.page-cta p { max-width: 680px; margin: 0 auto 1.5rem; font-size: 1.08rem; }

.info-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(201, 154, 61, 0.2);
  border-radius: 8px;
  background: rgba(201, 154, 61, 0.2);
}

.info-flow article {
  min-height: 245px;
  padding: 1.6rem;
  background: var(--white);
}

.info-flow span {
  color: var(--gold);
  font-size: 2.3rem;
  font-weight: 800;
}

.info-flow i {
  float: right;
  color: var(--navy);
  font-size: 1.9rem;
}

.info-flow h3 { margin-top: 1rem; color: var(--navy); }
.info-flow p { color: #586371; font-size: 0.94rem; }

.official-values {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(201, 154, 61, 0.22);
  border-radius: 8px;
  background: rgba(201, 154, 61, 0.22);
}

.official-values article {
  min-height: 255px;
  padding: 1.4rem;
  background: var(--white);
}

.official-values span {
  color: var(--gold);
  font-size: 2rem;
  font-weight: 800;
}

.official-values i {
  float: right;
  color: var(--navy);
  font-size: 1.8rem;
}

.official-values h3 {
  margin-top: 1.1rem;
  color: var(--navy);
}

.official-values p {
  color: #586371;
  font-size: 0.9rem;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.products-grid span {
  position: relative;
  padding: 1rem 1rem 1rem 3rem;
  color: var(--navy);
  background: var(--white);
  border: 1px solid rgba(201, 154, 61, 0.22);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(7, 26, 45, 0.06);
  font-weight: 800;
}

.products-grid span::before {
  content: "\F3E6";
  position: absolute;
  left: 1rem;
  color: var(--gold);
  font-family: "bootstrap-icons";
  font-size: 1.2rem;
}

.official-process {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 0;
}

.official-process article {
  position: relative;
  min-width: 0;
  padding: 0 0.65rem;
  text-align: center;
}

.official-process article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 24px;
  left: calc(50% + 28px);
  width: calc(100% - 56px);
  height: 2px;
  background: var(--gold-light);
}

.official-process span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem;
  color: var(--navy);
  background: var(--gold-light);
  border-radius: 50%;
  font-weight: 900;
}

.official-process i {
  color: var(--gold-light);
  font-size: 1.75rem;
}

.official-process h3 {
  margin-top: 0.65rem;
  color: var(--white);
  font-size: 0.9rem;
  line-height: 1.35;
}

.leadership-section p {
  color: rgba(255, 255, 255, 0.78);
}

.content-form-wrap {
  max-width: 920px;
  margin: 0 auto;
}

.icon-grid,
.principles-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.icon-grid div {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem;
  background: var(--ivory);
  border: 1px solid rgba(201, 154, 61, 0.2);
  border-radius: 8px;
  font-weight: 900;
}

.icon-grid i {
  color: var(--gold);
  font-size: 1.6rem;
}

.principles-grid div {
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(230, 195, 106, 0.18);
  border-radius: 8px;
}

.insight-list {
  display: grid;
  gap: 0.85rem;
}

.insight-list a {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.1rem;
  color: var(--navy);
  background: var(--ivory);
  border: 1px solid rgba(201, 154, 61, 0.22);
  border-radius: 8px;
  font-weight: 900;
}

.insight-list a::after {
  content: "\F138";
  color: var(--gold);
  font-family: "bootstrap-icons";
}

.article-preview-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-preview-grid article {
  background: var(--white);
}

.gallery-section {
  background: linear-gradient(180deg, var(--white) 0%, var(--ivory) 100%);
}

.gallery-swiper {
  padding-bottom: 3rem;
}

.swiper-slide {
  height: 430px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(201, 154, 61, 0.24);
  box-shadow: var(--shadow);
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-item {
  cursor: zoom-in;
}

.gallery-item span {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  padding: 0.75rem 0.9rem;
  color: var(--white);
  background: rgba(7, 26, 45, 0.82);
  border: 1px solid rgba(230, 195, 106, 0.32);
  border-radius: 8px;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.gallery-modal .modal-content {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  border: 1px solid rgba(230, 195, 106, 0.35);
  border-radius: 8px;
}

.gallery-modal .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  padding: 0.7rem;
  background-color: var(--white);
  border-radius: 50%;
}

#galleryModalImage {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  background: #020910;
}

.gallery-modal-caption {
  padding: 1rem 1.2rem;
  color: var(--white);
  font-weight: 900;
}

.swiper-pagination-bullet-active {
  background: var(--gold);
}

.forms-section .premium-form,
.newsletter-form,
.contact-form {
  background: var(--white);
}

.compliance-band,
.document-checklist {
  margin-bottom: 1.2rem;
  padding: 1.3rem;
  background: var(--white);
  border: 1px solid rgba(201, 154, 61, 0.24);
  border-radius: 8px;
  box-shadow: 0 14px 44px rgba(7, 26, 45, 0.08);
}

.compliance-band {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.compliance-band i {
  color: var(--gold);
  font-size: 2rem;
}

.compliance-band strong,
.compliance-band span {
  display: block;
}

.compliance-band strong {
  color: var(--navy);
  font-size: 1.05rem;
}

.compliance-band span {
  color: var(--muted);
}

.document-checklist h3 {
  color: var(--navy);
  margin-bottom: 1rem;
}

.premium-form h3 {
  color: var(--navy);
  margin-bottom: 1.2rem;
}

.form-note {
  margin-top: -0.55rem;
  margin-bottom: 1.1rem;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.form-alert {
  display: none;
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.5;
}

.form-alert.is-visible {
  display: block;
}

.form-alert.is-success {
  color: #0F5132;
  background: #D1E7DD;
  border: 1px solid #A3CFBB;
}

.form-alert.is-error {
  color: #842029;
  background: #F8D7DA;
  border: 1px solid #F1AEB5;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.form-control,
.form-select {
  min-height: 52px;
  border: 1px solid rgba(7, 26, 45, 0.14);
  border-radius: 8px;
  font-weight: 700;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 0.22rem rgba(201, 154, 61, 0.15);
}

textarea.form-control {
  min-height: 132px;
}

.premium-accordion .accordion-item {
  padding: 0;
  margin-bottom: 0.85rem;
  overflow: hidden;
}

.premium-accordion .accordion-button {
  color: var(--navy);
  font-weight: 900;
  background: var(--white);
}

.premium-accordion .accordion-button:not(.collapsed) {
  color: var(--navy);
  background: rgba(230, 195, 106, 0.2);
  box-shadow: none;
}

.contact-section {
  padding: 6.5rem 0;
  background:
    linear-gradient(90deg, rgba(7, 26, 45, 0.95), rgba(7, 26, 45, 0.86)),
    url("../images/15.webp") center/cover no-repeat;
}

.contact-list {
  display: grid;
  gap: 0.9rem;
}

.contact-list a,
.contact-list div {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(230, 195, 106, 0.2);
  border-radius: 8px;
}

.contact-list i {
  color: var(--gold-light);
  font-size: 1.5rem;
}

.contact-list strong {
  display: block;
  color: var(--white);
}

.footer {
  padding: 4rem 0 1.3rem;
  border-top: 1px solid rgba(230, 195, 106, 0.2);
}

.footer-logo {
  width: 190px;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 8px;
  padding: 0.5rem;
}

.footer a {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 0.55rem;
}

.footer a:hover {
  color: var(--gold-light);
}

.footer-small {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.62);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.85rem;
}

.legal-hero {
  padding: 6rem 0 4rem;
  color: rgba(255, 255, 255, 0.82);
  background:
    linear-gradient(90deg, rgba(7, 26, 45, 0.96), rgba(7, 26, 45, 0.84)),
    url("../images/10.webp") center/cover no-repeat;
}

.legal-hero h1 {
  max-width: 900px;
}

.legal-content {
  padding: 5rem 0;
  background: var(--white);
}

.legal-card {
  padding: 2rem;
  background: var(--white);
  border: 1px solid rgba(7, 26, 45, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 44px rgba(7, 26, 45, 0.08);
}

.legal-card h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-top: 2rem;
}

.legal-card h2:first-child {
  margin-top: 0;
}

.legal-card ul {
  padding-left: 1.2rem;
}

.legal-card li {
  margin-bottom: 0.55rem;
}

.service-detail-card .detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mobile-action-bar {
  display: none;
}

.back-to-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 20;
  display: none;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--navy);
  background: var(--gold-light);
  border: 0;
  border-radius: 50%;
  box-shadow: var(--shadow);
}

.back-to-top.is-visible {
  display: grid;
}

/* 2026 infographic and conversion upgrade */
.editorial-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.7fr);
  align-items: end;
  gap: 3rem;
  margin-bottom: 3.25rem;
}

.editorial-heading h2,
.snapshot-intro h2 {
  margin-bottom: 0;
}

.editorial-heading > p {
  margin: 0;
  color: #5f6975;
}

.editorial-heading.light h2,
.editorial-heading.light p {
  color: var(--white);
}

.editorial-heading.light p {
  color: rgba(255, 255, 255, 0.68);
}

.company-snapshot {
  padding: 4.5rem 0;
  background: #f3f5f7;
  border-bottom: 1px solid rgba(7, 26, 45, 0.08);
}

.snapshot-intro {
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: end;
  gap: 2rem;
  margin-bottom: 2.25rem;
}

.snapshot-intro h2 {
  max-width: 850px;
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.snapshot-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(7, 26, 45, 0.16);
  border-bottom: 1px solid rgba(7, 26, 45, 0.16);
}

.snapshot-rail article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 0.8rem;
  min-width: 0;
  padding: 1.5rem 1rem;
  border-right: 1px solid rgba(7, 26, 45, 0.12);
}

.snapshot-rail article:last-child {
  border-right: 0;
}

.snapshot-rail i {
  color: var(--gold);
  font-size: 1.8rem;
}

.snapshot-rail strong,
.snapshot-rail span {
  display: block;
}

.snapshot-rail strong {
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 900;
}

.snapshot-rail span {
  color: #69737e;
  font-size: 0.78rem;
  line-height: 1.5;
}

.operations-map-section {
  padding: 7rem 0;
  color: rgba(255, 255, 255, 0.76);
  background: #041526;
}

.operations-map-section h2 {
  color: var(--white);
}

.map-legend {
  display: grid;
  gap: 0.7rem;
  margin: 2rem 0;
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 800;
}

.map-legend span {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.map-legend .bi {
  color: var(--gold-light);
}

.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold);
}

.legend-dot.future {
  background: transparent;
  border: 2px dashed var(--gold-light);
}

.operations-map {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid rgba(230, 195, 106, 0.32);
  border-radius: 8px;
  background: #071a2d;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.operations-map > img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  opacity: 0.55;
}

.map-marker {
  position: absolute;
  z-index: 3;
  display: grid;
  max-width: 190px;
  color: var(--white);
  font-size: 0.76rem;
  line-height: 1.25;
  text-shadow: 0 2px 8px #000;
}

.map-marker i {
  width: 13px;
  height: 13px;
  margin-bottom: 0.35rem;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(201, 154, 61, 0.22);
  animation: map-pulse 2.4s ease-out infinite;
}

.map-marker small {
  color: var(--gold-light);
  font-weight: 800;
}

.map-marker.future i {
  background: transparent;
  border-color: var(--gold-light);
  border-style: dashed;
}

.marker-dubai { top: 39%; right: 11%; }
.marker-horn { top: 54%; right: 35%; }
.marker-east { top: 68%; right: 39%; }
.marker-central { top: 55%; left: 28%; }
.marker-south { bottom: 10%; left: 48%; }
.marker-spain { top: 12%; left: 42%; }

.trade-route {
  position: absolute;
  z-index: 2;
  height: 1px;
  border-top: 2px dashed rgba(230, 195, 106, 0.74);
  transform-origin: right;
  animation: route-draw 2.8s ease-in-out infinite alternate;
}

.route-one { top: 48%; right: 17%; width: 41%; transform: rotate(-9deg); }
.route-two { top: 59%; right: 17%; width: 34%; transform: rotate(7deg); }
.route-three { top: 35%; right: 16%; width: 42%; transform: rotate(14deg); }

.media-caption {
  display: flex;
  gap: 0.6rem;
  margin: 0.9rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  line-height: 1.55;
}

.purity-guide-section {
  background: var(--white);
}

.purity-comparison {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(7, 26, 45, 0.14);
  border-bottom: 1px solid rgba(7, 26, 45, 0.14);
}

.purity-comparison article {
  position: relative;
  min-width: 0;
  padding: 1.25rem;
  border-right: 1px solid rgba(7, 26, 45, 0.12);
}

.purity-comparison article:last-child {
  border-right: 0;
}

.purity-image {
  aspect-ratio: 4 / 3;
  margin: -1.25rem -1.25rem 1.25rem;
  overflow: hidden;
  background: #e7eaee;
}

.purity-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.purity-index,
.product-copy > span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
}

.purity-comparison h3,
.product-row h3 {
  color: var(--navy);
  margin: 0.35rem 0 0.7rem;
}

.purity-comparison p {
  min-height: 92px;
  color: #5f6975;
  font-size: 0.88rem;
}

.purity-comparison dl,
.product-row dl {
  margin: 0;
}

.purity-comparison dt,
.product-row dt {
  padding-top: 0.55rem;
  border-top: 1px solid rgba(7, 26, 45, 0.1);
  color: #7b8490;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.purity-comparison dd,
.product-row dd {
  margin: 0;
  padding-bottom: 0.55rem;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 800;
}

.section-disclaimer {
  display: flex;
  gap: 0.8rem;
  margin: 1.5rem 0 0;
  color: #66717d;
  font-size: 0.82rem;
}

.section-disclaimer i {
  color: var(--gold);
}

.products-editorial {
  background: #f3f5f7;
}

.product-rows {
  border-top: 2px solid var(--navy);
}

.product-row {
  display: grid;
  grid-template-columns: 180px minmax(220px, 1.15fr) minmax(290px, 1.3fr) 120px;
  align-items: center;
  gap: 1.5rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(7, 26, 45, 0.16);
}

.product-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 6px;
  background: #e4e8ec;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 380ms ease;
}

.product-row:hover .product-media img {
  transform: scale(1.04);
}

.product-media span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.42rem 0.55rem;
  color: #fff;
  background: rgba(7, 26, 45, 0.84);
  font-size: 0.62rem;
}

.product-copy p {
  margin: 0;
  color: #616b76;
  font-size: 0.86rem;
}

.supply-chain-section {
  background: var(--white);
}

.supply-chain-flow,
.trading-process,
.verification-flow,
.compliance-flow {
  position: relative;
  display: grid;
  padding: 0;
  margin: 0;
  list-style: none;
}

.supply-chain-flow {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  border-top: 1px solid rgba(7, 26, 45, 0.16);
  border-bottom: 1px solid rgba(7, 26, 45, 0.16);
}

.supply-chain-flow::before,
.trading-process::before,
.verification-flow::before,
.compliance-flow::before {
  position: absolute;
  content: "";
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.6s ease;
}

.supply-chain-flow::before { top: 67px; right: 5%; left: 5%; }
.trading-process::before { top: 34px; right: 4%; left: 4%; }
.verification-flow::before { top: 148px; right: 5%; left: 5%; }
.compliance-flow::before { top: 46px; right: 5%; left: 5%; }

[data-progress-flow].is-visible::before {
  transform: scaleX(1);
}

.supply-chain-flow li {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 1.4rem 0.75rem 1.6rem;
  text-align: center;
  border-right: 1px solid rgba(7, 26, 45, 0.1);
}

.supply-chain-flow li:last-child { border-right: 0; }
.supply-chain-flow span,
.trading-process span,
.verification-flow > li > span,
.compliance-flow span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin: 0 auto 0.8rem;
  color: var(--navy);
  background: var(--gold-light);
  border: 2px solid var(--white);
  border-radius: 50%;
  font-size: 0.65rem;
  font-weight: 900;
}

.supply-chain-flow i,
.trading-process i,
.verification-flow > li > i,
.compliance-flow i {
  display: block;
  color: var(--gold);
  font-size: 2rem;
}

.supply-chain-flow h3,
.trading-process h3,
.verification-flow h3,
.compliance-flow h3 {
  margin: 0.7rem 0 0.45rem;
  font-size: 0.98rem;
}

.supply-chain-flow p,
.trading-process p,
.verification-flow p,
.compliance-flow p {
  margin: 0;
  color: #69737f;
  font-size: 0.75rem;
  line-height: 1.55;
}

.section-actions {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-top: 2rem;
}

.text-link {
  color: var(--navy);
  font-weight: 900;
}

.text-link:hover { color: var(--gold); }

.trading-process-section {
  background: var(--navy);
}

.trading-process {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.trading-process li {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0 0.65rem 1.2rem;
  color: var(--white);
  text-align: center;
  outline: none;
  transition: transform 220ms ease;
}

.trading-process li:hover,
.trading-process li:focus-visible {
  transform: translateY(-8px);
}

.trading-process li:hover i,
.trading-process li:focus-visible i {
  color: var(--gold-light);
  transform: scale(1.1);
}

.trading-process i { transition: color 180ms ease, transform 180ms ease; }
.trading-process h3 { color: var(--white); }
.trading-process p { color: rgba(255, 255, 255, 0.62); opacity: 0.72; transition: opacity 180ms ease; }
.trading-process li:hover p,
.trading-process li:focus-visible p { opacity: 1; }
.section-actions.light .text-link { color: var(--white); }

.verification-process-section {
  background: #f3f5f7;
}

.verification-flow {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.6rem;
}

.verification-flow li {
  position: relative;
  z-index: 1;
  min-width: 0;
  text-align: center;
}

.verification-media {
  aspect-ratio: 5 / 4;
  overflow: hidden;
  border-radius: 6px;
  background: #e2e6ea;
}

.verification-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.verification-flow > li > i {
  width: 42px;
  height: 42px;
  margin: -21px auto 0;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
  color: var(--navy);
  background: var(--gold-light);
  border: 3px solid #f3f5f7;
  border-radius: 50%;
  font-size: 1.15rem;
}

.compliance-framework-section {
  background: var(--white);
}

.compliance-flow {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.compliance-flow li {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0 0.75rem;
  text-align: center;
  outline: none;
}

.compliance-flow i {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--gold);
  border-radius: 50%;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.compliance-flow li:hover i,
.compliance-flow li:focus-visible i {
  color: var(--navy);
  background: var(--gold-light);
  transform: scale(1.06);
}

.compliance-note {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(7, 26, 45, 0.14);
  color: #69737e;
  font-size: 0.82rem;
}

.compliance-note i { color: var(--gold); font-size: 1.2rem; }
.compliance-note p { margin: 0; }

.enquiry-selector-section {
  padding: 4.5rem 0;
  color: var(--white);
  background: var(--navy);
}

.enquiry-selector-section .container {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: center;
  gap: 3rem;
}

.selector-copy h2 { color: var(--white); font-size: clamp(2rem, 3vw, 3.1rem); }
.selector-copy p { margin-bottom: 0; color: rgba(255, 255, 255, 0.65); }

.enquiry-selector {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
}

.enquiry-selector button {
  min-height: 92px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  font-weight: 900;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.enquiry-selector button i,
.enquiry-selector button span { display: block; }
.enquiry-selector button i { margin-bottom: 0.35rem; color: var(--gold-light); font-size: 1.45rem; }
.enquiry-selector button:hover,
.enquiry-selector button.is-active { color: var(--navy); background: var(--gold-light); border-color: var(--gold-light); }
.enquiry-selector button.is-active i { color: var(--navy); }
.enquiry-selector .btn { grid-column: 1 / -1; justify-content: center; }

.trust-documents-section { background: #f3f5f7; }
.document-library {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(7, 26, 45, 0.15);
  border-bottom: 1px solid rgba(7, 26, 45, 0.15);
}

.document-library article {
  min-width: 0;
  padding: 1.7rem 1rem;
  text-align: center;
  border-right: 1px solid rgba(7, 26, 45, 0.12);
}

.document-library article:last-child { border-right: 0; }
.document-library i { color: var(--gold); font-size: 2.2rem; }
.document-library h3 { margin: 0.8rem 0 0.4rem; color: var(--navy); font-size: 1rem; }
.document-library span { display: block; color: #737d87; font-size: 0.75rem; line-height: 1.5; }

.download-rail {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 0.8rem;
  margin-top: 2rem;
  padding: 1.25rem;
  background: var(--white);
  border: 1px solid rgba(7, 26, 45, 0.12);
  border-radius: 8px;
}

.download-rail > div { display: flex; align-items: center; gap: 1rem; }
.download-rail > div > i { color: var(--gold); font-size: 2rem; }
.download-rail strong,
.download-rail span { display: block; }
.download-rail span { color: #69737e; font-size: 0.78rem; }
.download-rail strong { color: var(--navy); font-size: 0.95rem; }

.loading-media { position: relative; }
.loading-media::after {
  position: absolute;
  inset: 0;
  z-index: 4;
  content: "";
  background: linear-gradient(100deg, #e7eaee 20%, #f6f7f8 42%, #e7eaee 64%);
  background-size: 240% 100%;
  animation: media-loading 1.2s linear infinite;
  transition: opacity 240ms ease, visibility 240ms ease;
}
.loading-media.is-loaded::after { opacity: 0; visibility: hidden; }

.whatsapp-float {
  position: fixed;
  right: 1.25rem;
  bottom: 5rem;
  z-index: 24;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  color: #fff;
  background: #146c43;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(7, 26, 45, 0.22);
  font-size: 0.82rem;
  font-weight: 900;
}
.whatsapp-float:hover { color: #fff; background: #0f5937; transform: translateY(-2px); }
.whatsapp-float i { font-size: 1.35rem; }
.whatsapp-float span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

@keyframes route-draw { from { opacity: 0.35; transform-origin: right; } to { opacity: 1; } }
@keyframes map-pulse { 0% { box-shadow: 0 0 0 0 rgba(201, 154, 61, 0.5); } 70% { box-shadow: 0 0 0 12px rgba(201, 154, 61, 0); } 100% { box-shadow: 0 0 0 0 rgba(201, 154, 61, 0); } }
@keyframes media-loading { to { background-position: -240% 0; } }

@media (max-width: 1199.98px) {
  .snapshot-rail { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .snapshot-rail article:nth-child(3) { border-right: 0; }
  .product-row { grid-template-columns: 150px minmax(200px, 1fr) minmax(260px, 1.2fr) 110px; gap: 1rem; }
  .supply-chain-flow { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .supply-chain-flow::before { display: none; }
  .supply-chain-flow li:nth-child(4) { border-right: 0; }
  .supply-chain-flow li:nth-child(-n+4) { border-bottom: 1px solid rgba(7, 26, 45, 0.1); }
  .trading-process { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem 0; }
  .trading-process::before { display: none; }
  .verification-flow { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2rem 0.8rem; }
  .verification-flow::before { display: none; }
  .compliance-flow { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2rem 0; }
  .compliance-flow::before { display: none; }
  .document-library { grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .navbar-collapse {
    margin-top: 0.75rem;
    padding: 0.8rem 0 1rem;
    border-top: 1px solid rgba(230, 195, 106, 0.18);
    animation: nav-menu-reveal 180ms ease-out both;
  }

  .navbar-nav {
    align-items: stretch;
    gap: 0.18rem;
  }

  .navbar .nav-link {
    padding: 0.75rem 0.85rem !important;
    border-radius: 6px;
  }

  .navbar .nav-link::before {
    top: 0.7rem;
    right: auto;
    bottom: 0.7rem;
    left: 0;
    width: 3px;
    height: auto;
    transform: scaleY(0);
    transform-origin: center;
  }

  .navbar .nav-link:hover,
  .navbar .nav-link.active,
  .navbar .nav-link:focus-visible {
    background: rgba(230, 195, 106, 0.08);
    transform: translateX(3px);
  }

  .navbar .nav-link:hover::before,
  .navbar .nav-link.active::before,
  .navbar .nav-link:focus-visible::before {
    transform: scaleY(1);
  }

  .dropdown-menu {
    margin: 0.25rem 0 0.45rem 0.85rem;
    background: rgba(11, 34, 56, 0.72);
    box-shadow: none;
  }

  .nav-cta {
    display: inline-flex;
    justify-content: center;
    margin-top: 0.75rem;
  }
}

@media (max-width: 991.98px) {
  .editorial-heading,
  .snapshot-intro,
  .enquiry-selector-section .container { grid-template-columns: 1fr; gap: 1.25rem; }
  .snapshot-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .snapshot-rail article:nth-child(3) { border-right: 1px solid rgba(7, 26, 45, 0.12); }
  .snapshot-rail article:nth-child(2n) { border-right: 0; }
  .operations-map { min-height: 480px; }
  .operations-map > img { height: 480px; }
  .purity-comparison { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .purity-comparison article:nth-child(2) { border-right: 0; }
  .purity-comparison article:nth-child(-n+2) { border-bottom: 1px solid rgba(7, 26, 45, 0.12); }
  .product-row { grid-template-columns: 150px 1fr 1fr; }
  .product-row .btn { grid-column: 2 / -1; justify-self: start; }
  .verification-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .compliance-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .download-rail { grid-template-columns: 1fr 1fr; }
  .download-rail > div { grid-column: 1 / -1; }

  .hero-section {
    min-height: auto;
    padding-top: 6rem;
  }

  .trust-grid,
  .timeline,
  .serve-grid,
  .why-grid,
  .article-preview-grid,
  .info-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-swiper,
  .hero-slide,
  .hero-slide-inner {
    min-height: 680px;
  }

  .hero-trust-bar .container {
    grid-template-columns: repeat(2, 1fr);
  }

  .official-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .official-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem 0;
  }

  .official-process article::after { display: none; }

  .process-infographic::before { display: none; }

  .sticky-panel {
    position: static;
  }

  .swiper-slide {
    height: 360px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .company-snapshot,
  .enquiry-selector-section { padding: 3.5rem 0; }
  .editorial-heading { margin-bottom: 2.25rem; }
  .snapshot-rail,
  .purity-comparison,
  .supply-chain-flow,
  .trading-process,
  .verification-flow,
  .compliance-flow,
  .document-library,
  .enquiry-selector,
  .download-rail { grid-template-columns: 1fr; }
  .snapshot-rail article,
  .snapshot-rail article:nth-child(3),
  .purity-comparison article,
  .document-library article { border-right: 0; border-bottom: 1px solid rgba(7, 26, 45, 0.12); }
  .snapshot-rail article:last-child,
  .purity-comparison article:last-child,
  .document-library article:last-child { border-bottom: 0; }
  .operations-map { min-height: 560px; }
  .operations-map > img { height: 560px; opacity: 0.32; }
  .map-marker { left: 1rem !important; right: auto !important; max-width: calc(100% - 2rem); }
  .marker-spain { top: 8%; }
  .marker-central { top: 24%; }
  .marker-horn { top: 40%; }
  .marker-east { top: 55%; }
  .marker-south { top: 70%; bottom: auto; }
  .marker-dubai { top: 86%; }
  .trade-route { display: none; }
  .purity-comparison p { min-height: 0; }
  .product-row { grid-template-columns: 108px 1fr; align-items: start; }
  .product-row dl,
  .product-row .btn { grid-column: 1 / -1; }
  .product-row .btn { justify-self: stretch; }
  .supply-chain-flow,
  .trading-process,
  .verification-flow,
  .compliance-flow { gap: 0; border: 0; }
  .supply-chain-flow li,
  .trading-process li,
  .compliance-flow li {
    display: grid;
    grid-template-columns: 38px 48px 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 0.2rem 0.75rem;
    padding: 1rem 0;
    text-align: left;
    border-right: 0;
    border-bottom: 1px solid rgba(7, 26, 45, 0.12);
    transform: none !important;
  }
  .trading-process li { border-bottom-color: rgba(255, 255, 255, 0.12); }
  .supply-chain-flow span,
  .trading-process span,
  .compliance-flow span { grid-row: 1 / 3; margin: 0; }
  .supply-chain-flow i,
  .trading-process i,
  .compliance-flow i { grid-row: 1 / 3; margin: 0; text-align: center; }
  .compliance-flow i { width: 46px; height: 46px; font-size: 1.25rem; }
  .supply-chain-flow h3,
  .trading-process h3,
  .compliance-flow h3 { margin: 0; }
  .supply-chain-flow p,
  .trading-process p,
  .compliance-flow p { grid-column: 3; }
  .verification-flow li { display: grid; grid-template-columns: 88px 46px 1fr; align-items: center; gap: 0.7rem; padding: 0.8rem 0; text-align: left; border-bottom: 1px solid rgba(7, 26, 45, 0.12); }
  .verification-flow > li > span { position: absolute; top: 0.35rem; left: 0.35rem; margin: 0; }
  .verification-media { grid-row: 1 / 3; width: 88px; }
  .verification-flow > li > i { grid-row: 1 / 3; margin: 0; border-color: #f3f5f7; }
  .verification-flow h3 { margin: 0; }
  .section-actions { display: grid; grid-template-columns: 1fr; align-items: stretch; }
  .section-actions .btn { justify-content: center; }
  .enquiry-selector button { min-height: 68px; display: flex; align-items: center; gap: 0.8rem; padding: 0.75rem 1rem; text-align: left; }
  .enquiry-selector button i { margin: 0; }
  .download-rail .btn { justify-content: center; }
  .whatsapp-float { display: none; }
  .back-to-top { display: none !important; }

  body {
    padding-bottom: 5rem;
  }

  .section,
  .contact-section {
    padding: 4.5rem 0;
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2.15rem;
  }

  .hero-actions,
  .hero-actions .btn,
  .check-grid,
  .icon-grid,
  .principles-grid,
  .trust-grid,
  .timeline,
  .serve-grid,
  .why-grid,
  .article-preview-grid,
  .info-flow,
  .pathway-grid,
  .service-detail-card .detail-grid {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-swiper,
  .hero-slide,
  .hero-slide-inner {
    min-height: 650px;
  }

  .hero-slide::before {
    background-image:
      linear-gradient(90deg, rgba(3, 15, 27, 0.95), rgba(3, 15, 27, 0.78)),
      var(--hero-image);
    background-position: 62% center;
  }

  .hero-slide-inner {
    align-items: end;
    padding-top: 6rem;
    padding-bottom: 7rem;
  }

  .hero-copy h1,
  .hero-copy h2 {
    font-size: 2.75rem;
  }

  .hero-copy p { font-size: 1rem; }

  .hero-nav {
    top: auto;
    bottom: 1.9rem;
    width: 42px;
    height: 42px;
    transform: none;
  }

  .hero-prev { left: 1rem; }
  .hero-next { right: 1rem; }
  .hero-pagination { bottom: 2.55rem !important; }

  .hero-trust-bar .container { grid-template-columns: 1fr 1fr; }
  .hero-trust-bar span { min-height: 68px; padding: 0.7rem; font-size: 0.76rem; }

  .page-hero { min-height: 430px; }
  .page-hero .container { padding-top: 6rem; padding-bottom: 3.5rem; }
  .page-hero h1 { font-size: 2.7rem; }
  .page-media { min-height: 310px; }

  .official-values,
  .products-grid,
  .official-process {
    grid-template-columns: 1fr;
  }

  .official-values article { min-height: auto; }
  .official-process { gap: 1rem; }
  .official-process article {
    display: grid;
    grid-template-columns: 48px 44px 1fr;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem;
    text-align: left;
    border: 1px solid rgba(230, 195, 106, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
  }
  .official-process span,
  .official-process h3 { margin: 0; }

  .market-card,
  .office-card {
    position: static;
    margin-top: 0.8rem;
  }

  .navbar-brand img {
    width: 126px;
  }

  .sticky-cta {
    display: none;
  }

  .mobile-action-bar {
    position: fixed;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    z-index: 25;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }

  .mobile-action-bar a {
    min-height: 54px;
    border-radius: 8px;
  }

  .back-to-top {
    bottom: 5.2rem;
  }

  .route-map-card img {
    min-height: 320px;
  }

  .route-pin {
    font-size: 0.78rem;
  }

  .compliance-band {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  .map-marker i,
  .trade-route,
  .loading-media::after { animation: none; }
  .supply-chain-flow::before,
  .trading-process::before,
  .verification-flow::before,
  .compliance-flow::before { transform: scaleX(1); transition: none; }
  .navbar-brand,
  .navbar .nav-link,
  .navbar .nav-link::before,
  .dropdown-item,
  .nav-cta::after {
    transition: none;
  }
  .dropdown-menu.show,
  .navbar-collapse {
    animation: none;
  }
  .hero-slide::before { transition: none; transform: none; }
  .hero-copy { transition: none; }
  .hero-swiper.is-running .hero-progress span { animation: none; width: 100%; }
  .process-infographic::before { transition: none; transform: scaleX(1); }
}
