:root {
  --navy: #123f6d;
  --navy-2: #3f8fd6;
  --teal: #63aee8;
  --teal-dark: #3f8fd6;
  --gold: #ffffff;
  --white: #ffffff;
  --ink: #17324d;
  --muted: #5f7891;
  --light: #f1f9ff;
  --line: #cfe6f7;
  --shadow: 0 18px 55px rgba(6, 43, 87, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: linear-gradient(90deg, rgba(57, 157, 224, 0.98) 0%, rgba(24, 122, 199, 0.98) 100%);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; color: var(--white); width: min(320px, 42vw); max-width: 320px; flex: 0 0 auto; overflow: hidden; }
.brand-logo { display: block; width: 100%; max-width: 320px; height: auto; max-height: 74px; padding: 0; object-fit: contain; object-position: left center; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 10px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--teal), #3b82f6); font-weight: 800; letter-spacing: -.5px;
  box-shadow: 0 10px 30px rgba(99,174,232,.35);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { font-size: 17px; letter-spacing: .1px; }
.brand-text small { margin-top: 5px; font-size: 11px; letter-spacing: .9px; text-transform: uppercase; opacity: .72; }
.main-nav { display: flex; align-items: center; gap: 28px; color: rgba(255,255,255,.83); font-size: 14px; font-weight: 600; }
.main-nav a:hover { color: var(--white); }
.nav-cta { padding: 11px 17px; border-radius: 9px; background: var(--teal); color: #fff !important; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: #fff; margin: 5px 0; }

.hero {
  min-height: 830px;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(18,63,109,.88) 0%, rgba(18,63,109,.74) 52%, rgba(63,143,214,.34) 100%),
    var(--hero-image) center/cover;
}
.hero::after {
  content: ""; position: absolute; width: 680px; height: 680px; right: -230px; top: 110px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.12); box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.018);
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(18,63,109,.18), transparent 48%); }
.hero-grid { position: relative; z-index: 2; padding-top: 100px; display: grid; grid-template-columns: 1.35fr .75fr; gap: 80px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #d8efff; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--teal-dark); }
.hero h1 { max-width: 790px; margin: 20px 0 22px; font-size: clamp(44px, 6vw, 76px); line-height: 1.05; letter-spacing: -3.4px; }
.hero-copy > p { max-width: 720px; margin: 0 0 32px; font-size: 18px; color: rgba(255,255,255,.78); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 0; border-radius: 10px; font-weight: 800; cursor: pointer; transition: .25s ease; }
.btn-primary { background: var(--teal); color: #fff; box-shadow: 0 13px 34px rgba(99,174,232,.24); }
.btn-primary:hover { background: #4b9bd8; transform: translateY(-2px); }
.btn-secondary { border: 1px solid rgba(255,255,255,.34); color: #fff; }
.btn-secondary:hover { background: rgba(255,255,255,.08); }
.btn.full { width: 100%; }
.hero-stats { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); max-width: 700px; gap: 16px; }
.hero-stats div { padding-right: 18px; border-right: 1px solid rgba(255,255,255,.16); }
.hero-stats div:last-child { border-right: 0; }
.hero-stats strong { display: block; font-size: 20px; }
.hero-stats span { display: block; font-size: 12px; color: rgba(255,255,255,.58); margin-top: 3px; }
.hero-card { padding: 34px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 20px; backdrop-filter: blur(18px); box-shadow: 0 25px 70px rgba(0,0,0,.22); }
.mini-label { font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; color: #d8efff; font-weight: 800; }
.hero-card h2 { margin: 8px 0 12px; font-size: 30px; line-height: 1.2; }
.hero-card p { color: rgba(255,255,255,.72); font-size: 14px; }
.text-link { display: inline-flex; gap: 9px; align-items: center; font-weight: 800; color: #d8efff; margin-top: 10px; }
.text-link span { transition: .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.dark-link { color: var(--teal-dark); }
.route-line { margin-top: 32px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.14); display: grid; grid-template-columns: 1fr 100px 1fr; align-items: center; }
.route-line > div:last-child { text-align: right; }
.route-line small, .route-line strong { display: block; }
.route-line small { font-size: 10px; color: rgba(255,255,255,.52); text-transform: uppercase; letter-spacing: 1px; }
.route-line strong { font-size: 14px; }
.route-dot { width: 8px; height: 8px; background: var(--gold); border-radius: 50%; display: inline-block; margin-bottom: 8px; }
.route-track { position: relative; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent); text-align: center; }
.route-track span { position: relative; top: -15px; display: inline-block; background: rgba(6,43,87,.68); border: 1px solid rgba(255,255,255,.18); width: 30px; height: 30px; line-height: 28px; border-radius: 50%; font-size: 12px; }

.trust-strip { background: var(--teal); color: white; }
.trust-grid { min-height: 82px; display: grid; grid-template-columns: repeat(8, 1fr); align-items: center; gap: 18px; }
.trust-grid span { font-size: 13px; font-weight: 800; text-align: center; letter-spacing: .3px; }

.section { padding: 110px 0; }
.section.muted { background: var(--light); }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.section h2, .network-section h2, .cta-band h2 { margin: 16px 0 22px; font-size: clamp(34px, 4.3vw, 54px); line-height: 1.12; letter-spacing: -2px; }
.section-copy p { color: var(--muted); }
.feature-panel { display: grid; gap: 18px; }
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.feature-card { min-height: 220px; padding: 28px; background: var(--light); border: 1px solid var(--line); border-radius: 18px; }
.feature-card.large { min-height: 250px; padding: 36px; background: var(--navy); color: white; border-color: transparent; }
.feature-card.accent { background: var(--teal); color: white; border-color: transparent; }
.feature-number { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(99,174,232,.13); color: var(--teal-dark); font-size: 12px; font-weight: 800; }
.feature-card.large .feature-number, .feature-card.accent .feature-number { background: rgba(255,255,255,.14); color: white; }
.feature-card h3 { margin: 35px 0 10px; font-size: 22px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; }
.feature-card.large p, .feature-card.accent p { color: rgba(255,255,255,.72); }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 46px; }
.section-heading > p { max-width: 470px; margin: 0 0 9px; color: var(--muted); }
.section-heading.compact { margin-bottom: 32px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { padding: 32px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; transition: .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.service-icon { width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center; background: rgba(99,174,232,.12); color: var(--teal-dark); font-weight: 800; }
.service-card h3 { margin: 25px 0 10px; font-size: 21px; }
.service-card p { color: var(--muted); font-size: 14px; }
.service-card ul { margin: 20px 0 0; padding: 18px 0 0; list-style: none; border-top: 1px solid var(--line); }
.service-card li { color: #4e718f; font-size: 13px; margin: 7px 0; }
.service-card li::before { content: "•"; color: var(--teal); margin-right: 8px; }

.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.industry-item { padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); min-height: 230px; }
.industry-item span { font-size: 12px; color: var(--teal-dark); font-weight: 800; }
.industry-item h3 { margin: 38px 0 9px; font-size: 21px; }
.industry-item p { margin: 0; color: var(--muted); font-size: 14px; }

.network-section { padding: 110px 0; color: white; background: var(--navy); overflow: hidden; }
.network-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: center; }
.network-copy p { color: rgba(255,255,255,.65); max-width: 570px; }
.location-list { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 34px; margin-top: 38px; }
.location-list div { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.14); }
.location-list strong, .location-list span { display: block; }
.location-list span { margin-top: 4px; font-size: 12px; color: rgba(255,255,255,.54); }
.map-card { position: relative; min-height: 480px; border-radius: 22px; overflow: hidden; background: linear-gradient(145deg, #3f8fd6, #123f6d); border: 1px solid rgba(255,255,255,.1); }
.map-bg { position: absolute; inset: 40px; opacity: .5; background-image: radial-gradient(rgba(255,255,255,.23) 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(to bottom, black, transparent 92%); }
.map-card::before { content: "OMAN"; position: absolute; inset: 45% auto auto 50%; transform: translate(-50%,-50%); font-size: 78px; font-weight: 800; letter-spacing: 16px; color: rgba(255,255,255,.035); }
.map-point { position: absolute; display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; }
.map-point i { width: 11px; height: 11px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 7px rgba(255,255,255,.12); }
.point-1 { top: 29%; right: 18%; }
.point-2 { top: 20%; left: 31%; }
.point-3 { bottom: 21%; left: 35%; }
.map-route { position: absolute; border: 1px dashed rgba(191,219,254,.5); border-radius: 50%; transform: rotate(-18deg); }
.route-a { width: 330px; height: 150px; top: 23%; left: 25%; }
.route-b { width: 310px; height: 210px; bottom: 21%; left: 25%; transform: rotate(65deg); }
.map-caption { position: absolute; left: 24px; bottom: 20px; padding: 10px 14px; border-radius: 9px; background: rgba(6,43,87,.72); color: rgba(255,255,255,.7); font-size: 12px; border: 1px solid rgba(255,255,255,.1); }

.quote-section { background: #eef5fb; }
.quote-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
.quote-copy { position: sticky; top: 120px; }
.quote-copy p { color: var(--muted); }
.quote-points { display: flex; flex-direction: column; gap: 10px; margin-top: 30px; color: #334e68; font-size: 14px; font-weight: 700; }
.quote-form { background: white; padding: 34px; border-radius: 20px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: block; font-size: 12px; font-weight: 800; color: #284760; margin-bottom: 16px; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; margin-top: 7px; border: 1px solid #c5e0f3; border-radius: 9px; padding: 13px 14px; outline: none; color: var(--ink); background: white; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(99,174,232,.1); }
.form-note { margin: 12px 0 0; font-size: 11px; color: #7d8e97; text-align: center; }

.cta-band { padding: 90px 0; background: var(--teal); color: white; }
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.cta-band p { max-width: 600px; color: rgba(255,255,255,.78); }
.contact-cards { display: grid; gap: 12px; }
.contact-cards a, .contact-cards div { padding: 17px 19px; border-radius: 12px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); }
.contact-cards small, .contact-cards strong { display: block; }
.contact-cards small { font-size: 10px; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,.64); }
.contact-cards strong { margin-top: 3px; font-size: 15px; overflow-wrap: anywhere; }

.site-footer { padding: 75px 0 25px; background: #031f3d; color: rgba(255,255,255,.68); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .8fr 1fr; gap: 48px; }
.footer-brand { margin-bottom: 18px; }
.footer-logo { width: min(300px, 100%); max-width: 300px; height: auto; max-height: 88px; padding: 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.footer-grid p { font-size: 13px; max-width: 350px; }
.footer-grid h4 { color: white; margin: 0 0 18px; font-size: 14px; }
.footer-grid > div:not(:first-child) a { display: block; font-size: 13px; margin: 10px 0; }
.footer-grid a:hover { color: white; }
.footer-bottom { margin-top: 55px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; gap: 20px; font-size: 11px; }
.whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: #25d366; color: white; font-size: 12px; font-weight: 800; box-shadow: 0 15px 35px rgba(0,0,0,.2); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }

@media (max-width: 980px) {
  .main-nav { position: fixed; top: 78px; left: 0; right: 0; background: var(--navy); padding: 25px 20px 32px; display: none; flex-direction: column; align-items: stretch; gap: 18px; border-top: 1px solid rgba(255,255,255,.08); }
  .main-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; padding: 125px 0 75px; }
  .hero-grid, .split-layout, .network-grid, .quote-grid, .cta-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-card { max-width: 620px; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); padding: 20px 0; }
  .service-grid, .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { align-items: start; flex-direction: column; gap: 10px; }
  .quote-copy { position: static; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 650px) {
  .container { width: min(100% - 28px, 1180px); }
  .section, .network-section { padding: 78px 0; }
  .hero h1 { font-size: 46px; letter-spacing: -2.2px; }
  .hero-copy > p { font-size: 16px; }
  .hero-stats { grid-template-columns: 1fr; gap: 10px; }
  .hero-stats div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); padding: 0 0 11px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-row, .service-grid, .industry-grid, .location-list, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .industry-grid { border-left: 0; }
  .industry-item { border-left: 1px solid var(--line); }
  .quote-form { padding: 24px 18px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .route-line { grid-template-columns: 1fr 60px 1fr; }
}

/* Service images managed through the admin panel */
.service-card { padding: 0; overflow: hidden; }
.service-image-wrap { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--navy); }
.service-image-wrap::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(to top, rgba(6,43,87,.72), transparent); pointer-events: none; }
.service-image-wrap img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.service-card:hover .service-image-wrap img { transform: scale(1.045); }
.service-icon.image-icon { position: absolute; z-index: 2; left: 22px; bottom: 18px; color: white; background: rgba(99,174,232,.92); box-shadow: 0 8px 26px rgba(6,43,87,.23); }
.service-card-body { padding: 27px 30px 30px; }
.service-card-body h3 { margin-top: 0; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-note.success { color: #3f8fd6; font-weight: 700; }
.form-note.error { color: #b42318; font-weight: 700; }
.quote-form.is-submitting { opacity: .72; pointer-events: none; }
.admin-link { display: inline-block !important; margin-top: 8px !important; color: #d8efff; font-weight: 800; }

@media (max-width: 520px) { .brand { width: 220px; max-width: 220px; } .brand-logo { width: 100%; max-width: 220px; max-height: 56px; padding: 0; } .footer-logo { width: 235px; max-width: 235px; max-height: 68px; padding: 0; } }
