:root {
  --navy: #073b73;
  --blue: #0878bd;
  --cyan: #14a9d7;
  --pale: #eef8fd;
  --line: #d9e5ee;
  --ink: #0a3566;
  --muted: #526b86;
  --white: #fff;
  --shadow: 0 8px 28px rgba(10, 53, 102, .09);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: #fff; font-family: Tahoma, Arial, sans-serif; line-height: 1.75; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; inset-inline-start: 24px; z-index: 100; background: var(--navy); color: #fff; padding: 10px 18px; border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; }

.site-header { position: relative; z-index: 20; background: #fff; border-bottom: 1px solid #e8eef3; }
.header-shell { display: grid; grid-template-columns: 170px 1fr 185px; align-items: center; min-height: 90px; gap: 24px; direction: ltr; }
.brand { display: flex; align-items: center; }
.brand img { width: 170px; height: auto; max-height: 72px; object-fit: contain; }
.main-nav { direction: rtl; align-self: center; padding-bottom: 0; }
.main-nav ul { display: flex; justify-content: center; gap: clamp(18px, 2vw, 31px); margin: 0; padding: 0; list-style: none; white-space: nowrap; }
.main-nav a { position: relative; display: block; color: #133c6b; font-size: 15px; font-weight: 700; text-decoration: none; }
.main-nav a:hover, .main-nav a.active { color: var(--blue); }
.main-nav a.active::after { content: ''; position: absolute; height: 3px; background: var(--blue); inset-inline: 0; bottom: -18px; }
.header-actions { direction: rtl; align-self: center; display: flex; flex-direction: column; justify-content: center; align-items: stretch; gap: 6px; }
.header-language { text-align: right; color: #718398; font-size: 11px; line-height: 1.2; }
.micro-links { display: flex; justify-content: flex-start; gap: 13px; font-size: 12px; color: var(--navy); }
.micro-links a { text-decoration: none; font-weight: 700; }
.quote-btn, .btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 45px; padding: 10px 24px; border: 1px solid var(--blue); border-radius: 5px; background: var(--blue); color: #fff; text-decoration: none; font-weight: 700; cursor: pointer; transition: .2s ease; }
.quote-btn:hover, .btn:hover { background: var(--navy); border-color: var(--navy); transform: translateY(-1px); }
.btn-outline { background: #fff; color: var(--blue); }
.btn-outline:hover { color: #fff; }
.whatsapp-btn { width: 48px; min-height: 48px; padding: 4px; border: 0; border-radius: 50%; background: transparent; color: #fff; direction: rtl; }
.whatsapp-btn img { width: 40px; height: 40px; flex: 0 0 40px; object-fit: contain; }
.whatsapp-btn:hover { background: transparent; border-color: transparent; transform: translateY(-1px) scale(1.04); }
.whatsapp-btn:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
.whatsapp-contact { display: flex; align-items: center; gap: 14px; direction: rtl; }
.contact-list > .whatsapp-contact { justify-self: stretch; }
.whatsapp-qr { margin: 0; display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.whatsapp-qr img { width: 86px; height: 86px; padding: 4px; border: 1px solid #d7e4ec; border-radius: 6px; background: #fff; }
.whatsapp-qr figcaption { max-width: 100px; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--navy); font-size: 28px; cursor: pointer; }

.hero { position: relative; overflow: hidden; background-color: #eaf5fb; background-repeat: no-repeat; }
.home-hero { min-height: 470px; background-image: linear-gradient(90deg, transparent 0 38%, rgba(239,248,253,.84) 58%, #eef8fd 73%), url('/assets/media/hero-home-highres.png'); background-size: auto 100%, 56% 100%; background-position: center, left center; }
.home-hero .hero-content { width: 52%; margin-inline-start: auto; padding: 62px 0 44px; text-align: right; }
.hero-eyebrow { font-size: 25px; font-weight: 800; color: var(--navy); }
.hero h1 { margin: 0 0 10px; font-size: clamp(38px, 4.7vw, 60px); line-height: 1.25; color: #063a75; }
.hero h2 { margin: 0; font-size: clamp(24px, 3vw, 38px); line-height: 1.35; }
.hero p { font-size: 19px; margin: 15px 0 20px; }
.hero-actions { display: flex; gap: 15px; justify-content: flex-start; flex-direction: row-reverse; }
.hero-trust { position: absolute; inset-inline: 0; bottom: 0; background: rgba(255,255,255,.92); border-top: 1px solid rgba(6,58,117,.1); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 14px 0; }
.trust-item { display: flex; justify-content: center; align-items: center; gap: 12px; font-weight: 700; font-size: 15px; }
.trust-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; font-size: 20px; }

.inner-hero { min-height: 355px; display: flex; align-items: center; color: #fff; background-color: #073968; background-size: cover; background-position: center; }
.inner-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,41,81,.93) 0 39%, rgba(3,41,81,.25) 63%, rgba(6,74,126,.72)); }
.inner-hero .container { position: relative; z-index: 1; }
.inner-hero .hero-copy { max-width: 560px; margin-inline-end: auto; text-align: right; }
.inner-hero h1 { color: #fff; font-size: clamp(40px, 5vw, 64px); }
.inner-hero h2 { color: #fff; font-size: clamp(22px, 2.8vw, 34px); }
.inner-hero p { max-width: 600px; color: #eef8ff; }
.breadcrumbs { display: flex; gap: 12px; margin-top: 18px; font-size: 14px; opacity: .9; }
.about-hero { background-image: url('/assets/media/about-story-highres.png'); background-position: left center; }
.services-hero { background-image: url('/assets/media/hero-home-highres.png'); background-position: left center; }
.sectors-hero { background-image: url('/assets/media/hero-sectors-highres.png'); background-position: left center; }
.licenses-hero { background-image: url('/assets/media/licenses-hero.jpg'); background-position: center; }
.partners-hero { background-image: url('/assets/media/hero-partners-highres.png'); background-position: center; }
.contact-hero { background-image: url('/assets/media/hero-contact-highres.png'); background-position: center; }

.section { padding: 55px 0; }
.section-pale { background: var(--pale); }
.section-title { margin: 0 0 32px; text-align: center; color: var(--navy); font-size: clamp(29px, 3vw, 40px); line-height: 1.35; }
.section-title::after { content: ''; display: block; width: 56px; height: 3px; margin: 10px auto 0; background: var(--cyan); }
.section-intro { max-width: 770px; margin: -15px auto 35px; text-align: center; color: var(--muted); }
.section-link { display: inline-flex; gap: 7px; align-items: center; text-decoration: none; color: var(--blue); font-weight: 700; }
.section-head { position: relative; display: flex; align-items: center; justify-content: center; margin-bottom: 26px; }
.section-head .section-title { margin: 0; }
.section-head .section-link { position: absolute; inset-inline-start: 0; }

.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card-grid.five { grid-template-columns: repeat(5, 1fr); }
.card { overflow: hidden; background: #fff; border: 1px solid #dce7ef; border-radius: 7px; box-shadow: 0 3px 14px rgba(10,53,102,.04); text-align: center; }
.card img { width: 100%; aspect-ratio: 2.3 / 1; object-fit: cover; }
.card-body { position: relative; padding: 31px 17px 20px; }
.card-icon { position: absolute; top: -24px; inset-inline-start: 50%; transform: translateX(50%); width: 48px; height: 48px; display: grid; place-items: center; border: 3px solid #fff; border-radius: 50%; background: var(--blue); color: #fff; font-size: 19px; font-weight: 800; }
.card h3 { margin: 0 0 5px; color: var(--navy); font-size: 18px; line-height: 1.45; }
.card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.mini-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.mini-card { padding: 23px 16px; text-align: center; background: #fff; border: 1px solid #e0e9f0; border-radius: 6px; }
.mini-card .symbol, .value-item .symbol { width: 56px; height: 56px; margin: 0 auto 12px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-size: 25px; font-weight: 800; }
.mini-card h3 { margin: 0 0 5px; font-size: 17px; }
.mini-card p { margin: 0; font-size: 13px; color: var(--muted); }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 0; overflow: hidden; background: var(--pale); border-radius: 7px; }
.split-media img { width: 100%; height: 100%; min-height: 365px; object-fit: cover; }
.split-copy { padding: 42px 48px; }
.split-copy h2 { margin: 0 0 18px; color: var(--navy); font-size: 34px; }
.split-copy p { margin: 0 0 18px; color: #314e6e; }

.timeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; position: relative; }
.timeline::before { content: ''; position: absolute; top: 35px; left: 8%; right: 8%; border-top: 2px dashed #bfd5e4; }
.timeline-item { position: relative; z-index: 1; text-align: center; }
.timeline-dot { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 12px; border-radius: 50%; background: #e6f4fb; color: var(--blue); font-size: 23px; font-weight: 800; }
.timeline-item h3 { margin: 0 0 5px; font-size: 18px; }
.timeline-item p { margin: 0; font-size: 13px; color: var(--muted); }

.vision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.vision-card { position: relative; overflow: hidden; padding: 35px 36px; background: linear-gradient(135deg,#f5fbff,#e6f4fb); border: 1px solid #dceaf3; border-radius: 8px; }
.vision-card h2 { margin: 0 0 8px; font-size: 28px; }
.vision-card p { margin: 0; color: var(--muted); }
.vision-grid > .mini-grid { grid-template-columns: repeat(2, 1fr); }

.value-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; border: 1px solid #e2eaf0; border-radius: 6px; }
.value-grid.eight { grid-template-columns: repeat(8, 1fr); }
.value-item { padding: 22px 14px; text-align: center; border-inline-start: 1px solid #e2eaf0; }
.value-item:first-child { border-inline-start: 0; }
.value-item .symbol { background: transparent; color: var(--blue); margin-bottom: 4px; }
.value-item h3 { margin: 0; font-size: 16px; }
.value-item p { margin: 0; font-size: 12px; color: var(--muted); }
.coverage-grid { display: grid; grid-template-columns: .95fr 1.2fr .95fr; align-items: stretch; overflow: hidden; background: #eaf6fc; border-radius: 7px; }
.coverage-map, .coverage-photo { min-height: 285px; }
.coverage-map { padding: 26px; }
.coverage-map h3 { margin: 0 0 8px; font-size: 21px; }
.coverage-map ul { margin: 0; padding-inline-start: 20px; font-size: 14px; }
.coverage-map img { margin-top: 8px; width: 100%; height: 145px; object-fit: contain; }
.coverage-copy { padding: 35px 36px; }
.coverage-copy h2 { margin: 0 0 12px; font-size: 30px; }
.coverage-copy p { margin: 0 0 15px; color: var(--muted); }
.coverage-photo img { width: 100%; height: 100%; object-fit: cover; }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.proof-block h2 { margin: 0 0 15px; text-align: center; font-size: 25px; }
.proof-items { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; }
.proof-item { min-height: 92px; display: grid; place-items: center; padding: 9px; text-align: center; border: 1px solid #e1e8ed; border-radius: 5px; background: #fff; }
.proof-item img { width: 100%; height: 62px; object-fit: contain; }
.proof-item span { font-size: 12px; font-weight: 700; }

.feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 290px; }
.feature.reverse .feature-media { order: 2; }
.feature-media img { width: 100%; height: 100%; object-fit: cover; }
.feature-copy { padding: 40px 46px; background: var(--pale); display: flex; flex-direction: column; justify-content: center; }
.feature-copy h2 { margin: 0 0 12px; font-size: 32px; }
.feature-copy p { margin: 0 0 16px; color: var(--muted); }

.steps-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; counter-reset: steps; }
.step { position: relative; padding: 25px 16px 21px; text-align: center; border: 1px solid #dce7ef; background: #fff; border-radius: 6px; }
.step::before { counter-increment: steps; content: '0' counter(steps); position: absolute; top: 9px; inset-inline-start: 12px; color: #91c5df; font-weight: 800; }
.step .symbol { color: var(--blue); font-size: 30px; }
.step h3 { margin: 8px 0 3px; font-size: 16px; }
.step p { margin: 0; font-size: 12px; color: var(--muted); }

.detail-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.detail-card { overflow: hidden; background: #fff; border: 1px solid #dce7ef; border-radius: 7px; }
.detail-card img { width: 100%; aspect-ratio: 1.85; object-fit: cover; }
.detail-card .content { padding: 18px; }
.detail-card h3 { margin: 0 0 8px; font-size: 18px; }
.detail-card p { margin: 0 0 12px; font-size: 14px; color: var(--muted); }

.license-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.license-card { padding: 20px; text-align: center; background: var(--pale); border-radius: 6px; }
.license-card h3 { min-height: 55px; margin: 0 0 12px; font-size: 18px; }
.license-card img { width: 100%; aspect-ratio: 1.4; object-fit: cover; border: 1px solid #d6d8ce; }
.license-card p { margin: 13px 0; font-size: 14px; }

.filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 23px; }
.filter-btn { padding: 8px 16px; border: 0; border-radius: 5px; background: #edf7fc; color: var(--navy); cursor: pointer; }
.filter-btn.active, .filter-btn:hover { background: var(--blue); color: #fff; }
.logo-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.logo-card { display: grid; place-items: center; min-height: 125px; padding: 12px; border: 1px solid #e0e6ea; border-radius: 7px; background: #fff; }
.logo-card img { width: 100%; height: 100px; object-fit: contain; }

.contact-layout { display: grid; grid-template-columns: .88fr 1.35fr; gap: 26px; align-items: start; }
.contact-panel { background: var(--pale); padding: 28px; border-radius: 7px; }
.contact-panel h2, .form-panel h2 { margin: 0 0 5px; font-size: 29px; }
.contact-list { display: grid; gap: 14px; margin: 24px 0; }
.contact-row { display: grid; grid-template-columns: 42px 1fr; gap: 11px; align-items: start; direction: ltr; }
.contact-row .symbol { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); }
.contact-row div { direction: rtl; }
.contact-row strong, .contact-row a { display: block; text-decoration: none; }
.contact-row span { color: var(--muted); font-size: 13px; }
.map { width: 100%; border-radius: 6px; border: 1px solid #d6e2e9; }
.form-panel { padding: 28px; border: 1px solid #e0e6eb; border-radius: 7px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 700; font-size: 14px; }
.field label span { color: #d33; }
.field input, .field select, .field textarea { width: 100%; min-height: 46px; padding: 10px 12px; color: var(--ink); background: #fff; border: 1px solid #d9e1e7; border-radius: 4px; outline: none; }
.field textarea { min-height: 104px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,120,189,.12); }
.form-status { margin: 10px 0 0; color: #20764d; font-size: 14px; }

.cta-banner { position: relative; overflow: hidden; padding: 37px 0; color: #fff; background: linear-gradient(90deg,rgba(6,48,91,.94),rgba(7,82,138,.82)), url('/assets/media/saudi-skyline-highres.png') center/cover; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.cta-banner h2 { margin: 0; font-size: 30px; }
.cta-banner p { margin: 2px 0 0; color: #dcedf7; }
.site-footer { background: #fff; }
.contact-strip { padding: 28px 0; color: #fff; background: #06457f; }
.contact-strip-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 0; align-items: center; }
.contact-strip-item { padding: 0 24px; border-inline-start: 1px solid rgba(255,255,255,.25); text-align: center; }
.contact-strip-item:first-child { border-inline-start: 0; text-align: right; }
.contact-strip-item a { color: #fff; text-decoration: none; font-weight: 700; }
.contact-strip-item small { display: block; opacity: .78; }
.footer-bottom { display: grid; grid-template-columns: 290px 1fr; align-items: center; gap: 25px; padding: 18px 0; direction: ltr; }
.footer-bottom img { width: 260px; }
.footer-nav { direction: rtl; display: flex; justify-content: center; gap: 22px; flex-wrap: wrap; }
.footer-nav a { color: var(--navy); font-size: 13px; text-decoration: none; font-weight: 700; }
.copyright { padding: 8px 0 20px; text-align: center; color: #8b9bae; font-size: 12px; }

@media (max-width: 1020px) {
  .header-shell { grid-template-columns: 170px 1fr 185px; }
  .brand img { width: 170px; }
  .main-nav ul { gap: 13px; }
  .main-nav a { font-size: 13px; }
  .card-grid.five { grid-template-columns: repeat(3, 1fr); }
  .logo-grid { grid-template-columns: repeat(4, 1fr); }
  .value-grid { grid-template-columns: repeat(3, 1fr); }
  .value-grid.eight { grid-template-columns: repeat(4, 1fr); }
  .value-item:nth-child(4) { border-inline-start: 0; }
}
@media (max-width: 820px) {
  .container { width: min(100% - 32px, 680px); }
  .header-shell { grid-template-columns: 1fr auto; min-height: 82px; }
  .brand img { width: 170px; height: auto; max-height: 64px; }
  .header-actions { display: none; }
  .menu-toggle { display: block; }
  .main-nav { display: none; grid-column: 1 / -1; padding: 0 0 18px; align-self: auto; }
  .main-nav.open { display: block; }
  .main-nav ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
  .main-nav a { padding: 10px 12px; border-bottom: 1px solid #e6edf2; }
  .main-nav a.active::after { display: none; }
  .home-hero { min-height: 590px; background-size: auto 58%, auto 58%; background-position: center, left bottom; }
  .home-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(#eef8fd 0 49%, transparent 72%); pointer-events: none; }
  .home-hero .hero-content { position: relative; z-index: 1; width: 100%; padding: 38px 0 20px; text-align: center; }
  .hero-actions { justify-content: center; }
  .hero-trust { position: relative; z-index: 2; margin-top: 270px; }
  .trust-grid { grid-template-columns: 1fr; gap: 8px; }
  .inner-hero { min-height: 390px; text-align: center; }
  .inner-hero::before { background: rgba(3,49,91,.78); }
  .inner-hero .hero-copy { margin: auto; }
  .breadcrumbs { justify-content: center; }
  .card-grid, .detail-grid, .license-grid { grid-template-columns: repeat(2, 1fr); }
  .card-grid.five { grid-template-columns: repeat(2, 1fr); }
  .mini-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .feature, .contact-layout { grid-template-columns: 1fr; }
  .coverage-grid { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr; }
  .feature.reverse .feature-media { order: 0; }
  .timeline { grid-template-columns: 1fr 1fr; }
  .timeline::before { display: none; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .vision-grid { grid-template-columns: 1fr; }
  .logo-grid { grid-template-columns: repeat(3, 1fr); }
  .cta-inner { flex-direction: column; text-align: center; }
  .contact-strip-grid { grid-template-columns: 1fr 1fr; gap: 22px 0; }
  .footer-bottom { grid-template-columns: 1fr; text-align: center; }
  .footer-bottom img { margin: auto; }
}
@media (max-width: 520px) {
  .container { width: min(100% - 24px, 460px); }
  .hero h1 { font-size: 36px; }
  .hero h2 { font-size: 22px; }
  .hero p { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .section { padding: 42px 0; }
  .card-grid, .card-grid.five, .detail-grid, .license-grid, .mini-grid, .steps-grid { grid-template-columns: 1fr; }
  .split-copy, .feature-copy { padding: 30px 24px; }
  .timeline { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .value-grid.eight { grid-template-columns: 1fr 1fr; }
  .value-item:nth-child(odd) { border-inline-start: 0; }
  .logo-grid { grid-template-columns: repeat(2, 1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .contact-strip-grid { grid-template-columns: 1fr; }
  .contact-strip-item { border: 0; }
  .footer-nav { gap: 14px; }
}
