:root {
  --navy: #00394b;
  --navy-deep: #002735;
  --navy-soft: #0a5364;
  --gold: #f5bd00;
  --gold-warm: #d99600;
  --aqua: #11b9c7;
  --aqua-bright: #20d5da;
  --ink: #112f38;
  --muted: #5e7075;
  --paper: #f7f6f0;
  --sand: #f0ede2;
  --white: #ffffff;
  --line: rgba(0, 57, 75, 0.14);
  --shadow: 0 24px 70px rgba(0, 39, 53, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  width: 1.15em;
  height: 1.15em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 18px;
  left: 50%;
  display: flex;
  width: min(1180px, calc(100% - 48px));
  height: 72px;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 0 20px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  background: rgba(247, 246, 240, 0.9);
  box-shadow: 0 16px 48px rgba(0, 39, 53, 0.14);
  backdrop-filter: blur(18px);
}

.brand,
.footer-brand {
  display: block;
  overflow: hidden;
  flex: none;
  //background: #f7f4ed;
}

.brand {
  width: 164px;
  height: 70px;
  border-radius: 10px;
}

.brand img,
.footer-brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 45%;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #294952;
  font-size: 14px;
  font-weight: 600;
}

.desktop-nav > a:not(.nav-cta) {
  position: relative;
  padding: 12px 0;
}

.desktop-nav > a:not(.nav-cta)::after {
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--aqua);
  content: "";
  transition: width 180ms ease;
}

.desktop-nav > a:hover::after {
  width: 100%;
}

.nav-cta {
  padding: 15px 22px;
  border-radius: 10px;
  background: var(--navy);
  color: white;
  transition: transform 180ms ease, background 180ms ease;
}

.nav-cta:hover {
  transform: translateY(-2px);
  background: var(--navy-soft);
}

.mobile-menu {
  display: none;
  position: relative;
}

.mobile-menu summary {
  display: grid;
  width: 48px;
  height: 48px;
  cursor: pointer;
  list-style: none;
  place-content: center;
  gap: 5px;
  border-radius: 10px;
  background: var(--navy);
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary span {
  width: 20px;
  height: 2px;
  background: white;
}

.mobile-menu nav {
  position: absolute;
  top: 58px;
  right: 0;
  display: grid;
  width: 220px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.mobile-menu nav a {
  padding: 15px 18px;
  border-bottom: 1px solid var(--line);
  font-weight: 650;
}

.mobile-menu nav a:last-child {
  border-bottom: 0;
  background: var(--gold);
}

.hero {
  position: relative;
  min-height: 880px;
  overflow: hidden;
  background: var(--navy-deep);
  color: white;
}

.hero::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 44%;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(160deg, rgba(17, 185, 199, 0.09), transparent 60%);
  content: "";
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(to right, black, transparent 68%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
}

.hero-glow-one {
  top: -180px;
  right: 8%;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(17, 185, 199, 0.22), transparent 68%);
}

.hero-glow-two {
  bottom: -240px;
  left: -140px;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(245, 189, 0, 0.13), transparent 68%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 880px;
  align-items: center;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 40px;
  padding-top: 105px;
  padding-bottom: 74px;
}

.hero-copy {
  max-width: 700px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: var(--aqua-bright);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 36px;
  height: 2px;
  background: currentColor;
}

.eyebrow.dark {
  color: var(--aqua);
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(54px, 6.2vw, 88px);
  font-weight: 680;
  letter-spacing: -0.062em;
  line-height: 0.98;
}

.hero h1 em {
  color: var(--gold);
  font-style: normal;
}

.hero-lead {
  max-width: 660px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 750;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button-primary {
  background: var(--gold);
  box-shadow: 0 14px 34px rgba(245, 189, 0, 0.18);
  color: var(--navy-deep);
}

.button-primary:hover {
  background: #ffca19;
  box-shadow: 0 18px 40px rgba(245, 189, 0, 0.25);
}

.button-dark {
  background: var(--navy);
  color: white;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 650;
}

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

.hero-facts {
  display: flex;
  gap: 38px;
  margin-top: 52px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.hero-facts div {
  display: grid;
  gap: 4px;
}

.hero-facts strong {
  color: white;
  font-size: 25px;
  letter-spacing: -0.04em;
}

.hero-facts span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
}

.hero-visual {
  position: relative;
  min-height: 610px;
}

.logo-stage {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  transform: translate(-50%, -50%);
}

.logo-orbit {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(32, 213, 218, 0.2);
  border-radius: 50%;
}

.orbit-one {
  inset: 34px;
}

.orbit-two {
  inset: 88px;
  border-color: rgba(245, 189, 0, 0.22);
}

.orbit-three {
  inset: 142px;
  border-style: dashed;
}

.logo-orbit::after {
  position: absolute;
  top: -4px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--aqua-bright);
  box-shadow: 0 0 24px var(--aqua-bright);
  content: "";
}

.orbit-two::after {
  top: 50%;
  right: -5px;
  left: auto;
  background: var(--gold);
  box-shadow: 0 0 24px var(--gold);
}

.orbit-three::after {
  top: auto;
  bottom: -4px;
  background: white;
  box-shadow: 0 0 18px white;
}

.hero-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 270px;
  height: 270px;
  overflow: hidden;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: #f7f4ed;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
}

.hero-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 8% 45%;
}

.network-point {
  position: absolute;
  display: grid;
  min-width: 72px;
  height: 34px;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(0, 39, 53, 0.82);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  color: white;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.point-uae {
  top: 22px;
  left: 85px;
}

.point-jordan {
  top: 228px;
  right: -4px;
}

.point-oman {
  bottom: 29px;
  left: 92px;
}

.visual-caption {
  position: absolute;
  right: 0;
  bottom: 30px;
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}

.visual-caption span {
  color: var(--aqua-bright);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.visual-caption strong {
  font-size: 14px;
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  bottom: 28px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 9px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.scroll-cue span {
  width: 18px;
  height: 29px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 12px;
}

.trust-band {
  background: var(--gold);
  color: var(--navy-deep);
}

.trust-row {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trust-row i {
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  background: var(--navy);
}

.section {
  padding: 118px 0;
}

.section-heading {
  margin-bottom: 60px;
}

.section-heading h2,
.contact h2,
.network h2,
.procurement h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(40px, 4.3vw, 62px);
  font-weight: 680;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.split-heading {
  display: grid;
  align-items: end;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 80px;
}

.heading-copy {
  max-width: 620px;
}

.heading-copy p,
.split-heading > p {
  margin-top: 0;
}

.lead {
  color: #294d57;
  font-size: 20px;
  line-height: 1.55;
}

.heading-copy p:not(.lead) {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.mission-card {
  min-height: 290px;
  padding: 44px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: white;
  box-shadow: 0 18px 50px rgba(0, 39, 53, 0.06);
}

.mission-card.vision-card {
  background: var(--navy);
  color: white;
}

.mission-card > p {
  margin: 0 0 50px;
  color: var(--aqua);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vision-card > p {
  color: var(--gold);
}

.mission-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 27px;
  font-weight: 580;
  letter-spacing: -0.03em;
  line-height: 1.4;
}

.vision-card h3 {
  color: white;
}

.values-grid {
  display: grid;
  margin-top: 24px;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.values-grid article {
  padding: 28px 24px;
  border-top: 3px solid var(--aqua);
  background: #f0eee5;
}

.values-grid article > span {
  display: grid;
  width: 35px;
  height: 35px;
  margin-bottom: 34px;
  place-content: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
}

.values-grid h3 {
  margin: 0 0 9px;
  color: var(--navy);
  font-size: 18px;
}

.values-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.services {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: white;
}

.services::after {
  position: absolute;
  top: -280px;
  right: -220px;
  width: 640px;
  height: 640px;
  border: 1px solid rgba(32, 213, 218, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(32, 213, 218, 0.025), 0 0 0 140px rgba(32, 213, 218, 0.02);
  content: "";
}

.centered {
  position: relative;
  z-index: 1;
  max-width: 790px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.centered .eyebrow {
  justify-content: center;
}

.centered h2 {
  color: inherit;
}

.centered > p:last-child {
  max-width: 680px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 16px;
  line-height: 1.7;
}

.services-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.service-card {
  position: relative;
  min-height: 430px;
  padding: 30px 26px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  transition: transform 200ms ease, background 200ms ease, border-color 200ms ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(32, 213, 218, 0.42);
  background: rgba(255, 255, 255, 0.07);
}

.service-number {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.service-icon {
  position: relative;
  display: grid;
  width: 72px;
  height: 72px;
  margin: 42px 0 34px;
  place-content: center;
  border: 1px solid rgba(32, 213, 218, 0.3);
  border-radius: 50%;
}

.service-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px;
  transform: translate(-50%, -50%);
  background: var(--aqua-bright);
}

.service-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(60deg);
}

.service-icon span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-60deg);
}

.service-card h3 {
  min-height: 54px;
  margin: 0;
  font-size: 21px;
  line-height: 1.25;
}

.service-card p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 1.75;
}

.service-card a {
  position: absolute;
  bottom: 28px;
  left: 26px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--aqua-bright);
  font-size: 12px;
  font-weight: 720;
}

.procurement {
  background: var(--gold);
}

.procurement-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 90px;
}

.procurement-copy .eyebrow {
  color: var(--navy);
}

.procurement-copy .lead {
  margin: 26px 0;
  color: rgba(0, 39, 53, 0.78);
}

.check-list {
  display: grid;
  margin: 0 0 32px;
  padding: 0;
  gap: 13px;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--navy-deep);
  font-size: 14px;
  font-weight: 620;
}

.check-list svg {
  flex: none;
  width: 18px;
  height: 18px;
  padding: 3px;
  border-radius: 50%;
  background: var(--navy);
  color: white;
}

.process-panel {
  padding: 42px;
  border-radius: 24px;
  background: var(--navy-deep);
  box-shadow: 0 34px 80px rgba(0, 39, 53, 0.25);
  color: white;
}

.panel-label {
  margin: 0 0 22px;
  color: var(--aqua-bright);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.process-panel article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 17px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.process-panel article > span {
  color: var(--gold);
  font-size: 14px;
  font-weight: 750;
}

.process-panel h3 {
  margin: 0 0 7px;
  font-size: 18px;
}

.process-panel article p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.6;
}

.industries {
  background: var(--paper);
}

.industry-list {
  display: grid;
  border-top: 1px solid var(--line);
  grid-template-columns: 1fr 1fr;
}

.industry-list > div {
  display: grid;
  min-height: 94px;
  align-items: center;
  grid-template-columns: 50px 1fr auto;
  gap: 16px;
  padding: 0 24px;
  border-bottom: 1px solid var(--line);
  transition: padding 180ms ease, background 180ms ease;
}

.industry-list > div:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.industry-list > div:hover {
  padding-left: 32px;
  background: white;
}

.industry-list span {
  color: var(--aqua);
  font-size: 11px;
  font-weight: 800;
}

.industry-list h3 {
  margin: 0;
  color: var(--navy);
  font-size: 18px;
}

.industry-list svg {
  color: var(--gold-warm);
}

.scope-note {
  max-width: 760px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}

.online-store {
  position: relative;
  overflow: hidden;
  background: var(--gold);
}

.store-orbit {
  position: absolute;
  border: 1px solid rgba(0, 57, 75, 0.12);
  border-radius: 50%;
}

.store-orbit-one {
  top: -250px;
  left: -260px;
  width: 620px;
  height: 620px;
}

.store-orbit-two {
  right: -330px;
  bottom: -420px;
  width: 820px;
  height: 820px;
  box-shadow: 0 0 0 90px rgba(0, 57, 75, 0.025);
}

.store-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 90px;
}

.store-copy h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(40px, 4.3vw, 62px);
  font-weight: 680;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.store-copy > p:not(.eyebrow) {
  color: rgba(0, 39, 53, 0.72);
  line-height: 1.75;
}

.store-copy > p.lead {
  margin: 25px 0 8px;
  color: var(--navy-deep);
  font-size: 20px;
  line-height: 1.55;
}

.store-categories {
  display: grid;
  margin: 30px 0 34px;
  grid-template-columns: 1fr 1fr;
  gap: 12px 18px;
}

.store-categories span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--navy-deep);
  font-size: 12px;
  font-weight: 680;
}

.store-categories svg {
  width: 18px;
  height: 18px;
  padding: 3px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
}

.store-button {
  width: fit-content;
}

.store-showcase {
  overflow: hidden;
  border: 8px solid var(--navy-deep);
  border-radius: 26px;
  background: var(--paper);
  box-shadow: 0 38px 90px rgba(0, 39, 53, 0.24);
  transform: rotate(1.2deg);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.store-showcase:hover {
  transform: rotate(0) translateY(-8px);
  box-shadow: 0 48px 100px rgba(0, 39, 53, 0.3);
}

.store-window-bar {
  display: grid;
  min-height: 56px;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 20px;
  background: var(--navy-deep);
  color: white;
}

.store-window-bar > div {
  display: flex;
  gap: 6px;
}

.store-window-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.store-window-bar i:nth-child(2) {
  background: var(--aqua);
}

.store-window-bar i:nth-child(3) {
  background: rgba(255, 255, 255, 0.45);
}

.store-window-bar span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  text-align: center;
}

.store-window-bar em {
  color: var(--aqua-bright);
  font-size: 10px;
  font-style: normal;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-align: right;
  text-transform: uppercase;
}

.store-window-content {
  position: relative;
  min-height: 500px;
  padding: 42px;
  background:
    radial-gradient(circle at 88% 12%, rgba(17, 185, 199, 0.16), transparent 28%),
    linear-gradient(135deg, white, var(--paper));
}

.store-brand-lockup {
  width: 175px;
  height: 64px;
  overflow: hidden;
  border-radius: 10px;
  background: #f7f4ed;
}

.store-brand-lockup img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 45%;
}

.store-window-content > p {
  margin: 56px 0 10px;
  color: var(--aqua);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.store-window-content h3 {
  max-width: 540px;
  margin: 0;
  color: var(--navy);
  font-size: 34px;
  letter-spacing: -0.045em;
  line-height: 1.15;
}

.store-tile-grid {
  display: grid;
  margin-top: 34px;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
}

.store-tile-grid span {
  display: grid;
  min-height: 76px;
  place-content: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
}

.store-tile-grid span:nth-child(2),
.store-tile-grid span:nth-child(4) {
  background: var(--navy);
  color: white;
}

.store-visit {
  position: absolute;
  right: 42px;
  bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 750;
}

.network {
  position: relative;
  overflow: hidden;
  background: var(--navy-deep);
  color: white;
}

.network::before {
  position: absolute;
  inset: 0;
  opacity: 0.15;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
  background-size: 28px 28px;
  content: "";
}

.network-grid {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
}

.network h2 {
  color: white;
}

.network-intro > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.63);
  font-size: 15px;
  line-height: 1.75;
}

.market-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.market-pills span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 650;
}

.market-pills span:last-child {
  border-color: var(--gold);
  color: var(--gold);
}

.partner-panel {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(8px);
}

.partner-header,
.partner-row {
  display: grid;
  align-items: center;
  grid-template-columns: 1.4fr 0.42fr 0.58fr;
  gap: 16px;
  padding: 18px 24px;
}

.partner-header {
  grid-template-columns: 1.4fr 1fr;
  background: var(--gold);
  color: var(--navy-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.partner-header span:last-child {
  text-align: right;
}

.partner-row {
  min-height: 68px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.partner-row strong {
  font-size: 13px;
}

.partner-row span {
  color: var(--aqua-bright);
  font-size: 11px;
}

.partner-row em {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-style: normal;
  text-align: right;
}

.partner-panel > p {
  margin: 0;
  padding: 18px 24px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
  line-height: 1.6;
}

.assurance {
  background: white;
}

.assurance .centered > p:last-child {
  color: var(--muted);
}

.assurance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.assurance-grid article {
  padding: 38px 32px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
}

.assurance-grid article > span {
  display: grid;
  width: 56px;
  height: 56px;
  margin-bottom: 45px;
  place-content: center;
  border-radius: 16px;
  background: var(--navy);
  color: var(--gold);
  font-size: 20px;
  font-weight: 800;
}

.assurance-grid h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 20px;
}

.assurance-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.contact {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background: var(--navy);
  color: white;
}

.contact-pattern {
  position: absolute;
  top: -280px;
  left: -220px;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(32, 213, 218, 0.13);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(32, 213, 218, 0.025), 0 0 0 160px rgba(32, 213, 218, 0.02);
}

.contact-grid {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 0.8fr;
  gap: 90px;
}

.contact h2 {
  color: white;
}

.contact-grid > div:first-child > p:last-child {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.75;
}

.contact-card {
  padding: 38px;
  border-radius: 22px;
  background: white;
  box-shadow: var(--shadow);
  color: var(--navy);
}

.contact-card > p {
  margin: 0 0 22px;
  color: var(--aqua);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-email,
.contact-phone {
  display: block;
  width: fit-content;
}

.contact-email {
  font-size: clamp(21px, 2.4vw, 31px);
  font-weight: 720;
  letter-spacing: -0.04em;
}

.contact-phone {
  margin-top: 8px;
  color: var(--muted);
  font-size: 18px;
}

.contact-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 32px 0;
}

.whatsapp-link {
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
}

.contact-card > span {
  display: block;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

footer {
  padding: 70px 0 26px;
  background: #001f29;
  color: white;
}

.footer-main {
  display: grid;
  align-items: start;
  grid-template-columns: 220px 1fr auto;
  gap: 60px;
}

.footer-brand {
  width: 200px;
  height: 74px;
  border-radius: 12px;
}

.footer-main > p {
  max-width: 490px;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 1.75;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 28px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 650;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 58px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.38);
  font-size: 10px;
}

.footer-bottom strong {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 1060px) {
  .hero-content {
    grid-template-columns: 1fr;
    padding-top: 160px;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 520px;
  }

  .hero-copy {
    max-width: 820px;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-card {
    min-height: 370px;
  }

  .procurement-grid,
  .store-grid,
  .network-grid {
    gap: 48px;
  }

  .values-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .container,
  .site-header {
    width: min(100% - 30px, 720px);
  }

  .desktop-nav {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .brand {
    width: 154px;
  }

  .hero-content {
    padding-top: 150px;
  }

  .hero-actions,
  .hero-facts,
  .trust-row,
  .contact-actions {
    flex-wrap: wrap;
  }

  .trust-row {
    justify-content: center;
    padding: 24px 0;
  }

  .split-heading,
  .procurement-grid,
  .store-grid,
  .network-grid,
  .contact-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .split-heading,
  .contact-grid {
    gap: 34px;
  }

  .mission-grid,
  .assurance-grid {
    grid-template-columns: 1fr;
  }

  .mission-card {
    min-height: 240px;
  }

  .procurement-grid,
  .store-grid,
  .network-grid {
    gap: 54px;
  }

  .footer-main {
    gap: 30px;
  }

  .footer-links {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  .site-header {
    top: 10px;
    height: 66px;
    padding-left: 12px;
  }

  .brand {
    width: 142px;
    height: 46px;
  }

  .hero-content {
    min-height: 780px;
    padding-top: 128px;
    padding-bottom: 54px;
  }

  .hero h1 {
    font-size: clamp(48px, 15vw, 66px);
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-facts {
    gap: 24px;
  }

  .hero-facts div {
    width: calc(50% - 12px);
  }

  .hero-visual {
    min-height: 390px;
  }

  .logo-stage {
    width: 370px;
    height: 370px;
  }

  .hero-logo {
    width: 205px;
    height: 205px;
  }

  .orbit-three {
    inset: 110px;
  }

  .orbit-two {
    inset: 70px;
  }

  .orbit-one {
    inset: 28px;
  }

  .point-uae {
    top: 4px;
    left: 58px;
  }

  .point-jordan {
    top: 165px;
  }

  .point-oman {
    bottom: 10px;
    left: 64px;
  }

  .visual-caption,
  .scroll-cue {
    display: none;
  }

  .trust-row i {
    display: none;
  }

  .trust-row span {
    width: 100%;
    text-align: center;
  }

  .section {
    padding: 82px 0;
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .section-heading h2,
  .contact h2,
  .network h2,
  .procurement h2 {
    font-size: 39px;
  }

  .lead {
    font-size: 17px;
  }

  .mission-card,
  .process-panel,
  .contact-card {
    padding: 30px 24px;
  }

  .mission-card h3 {
    font-size: 23px;
  }

  .values-grid,
  .services-grid,
  .industry-list {
    grid-template-columns: 1fr;
  }

  .industry-list > div:nth-child(odd) {
    border-right: 0;
  }

  .service-card {
    min-height: 390px;
  }

  .store-categories {
    grid-template-columns: 1fr;
  }

  .store-window-content {
    min-height: 470px;
    padding: 30px 24px;
  }

  .store-window-content h3 {
    font-size: 28px;
  }

  .store-tile-grid {
    grid-template-columns: 1fr 1fr;
  }

  .store-visit {
    right: 24px;
    bottom: 22px;
  }

  .partner-header,
  .partner-row {
    grid-template-columns: 1fr auto;
  }

  .partner-row em {
    display: none;
  }

  .contact {
    padding: 84px 0;
  }

  .contact-email {
    font-size: 20px;
  }

  .contact-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    transition: none !important;
  }
}
