
:root{--red:#ed1c24;--ink:#111214;--muted:#60666f;--line:#e2e4e7;--dark:#0e1114}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Tahoma,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.7}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(1180px,calc(100% - 36px));margin:auto}

.topbar{background:#0d0d0e;color:#fff;font-size:12px}
.topbar-row{height:34px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.navshell{background:#fff;border-bottom:1px solid #eceef0}
.navbar{height:82px;display:flex;align-items:center;gap:34px}
.logo{margin-left:auto}
.logo img{width:68px;height:68px;object-fit:contain}
.navbar nav{display:flex;gap:28px;font-weight:800}
.navbar nav a{padding:28px 0 20px}
.navbar nav .active{border-bottom:3px solid var(--red)}
.navbar>.btn{margin-right:auto}
.nav-cta{min-width:185px}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:11px 22px;border-radius:999px;border:1px solid #dedfe2;font-weight:800}
.btn.red{background:linear-gradient(135deg,#ff4b52,var(--red));color:#fff;border-color:var(--red);box-shadow:0 9px 22px rgba(237,28,36,.21)}
.btn.ghost,.btn.white{background:#fff}
.btn.green{background:#20b359;color:#fff;border-color:#20b359}

.hero{display:grid;grid-template-columns:1.04fr .96fr;direction:ltr;min-height:540px}
.hero-media{position:relative;overflow:hidden;background:#eee}
.hero-media>img{width:100%;height:100%;object-fit:cover}
.hero-copy{direction:rtl;padding:56px 62px;display:flex;flex-direction:column;justify-content:center}
.hero-features{position:absolute;right:48px;left:48px;bottom:12px;background:rgba(12,13,15,.94);border:1px solid rgba(255,255,255,.14);border-radius:14px;color:#fff;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}
.hero-features>div{text-align:center;padding:12px 10px;border-left:1px solid rgba(255,255,255,.13)}
.hero-features>div:last-child{border-left:0}
.hero-features .svg-ico{width:20px;height:20px;color:#ff4b52;margin:0 auto 4px}
.hero-features span{font-size:11px}
.eyebrow,.section-title>span,.panel-copy>span{color:var(--red);font-weight:900;font-size:13px}
.hero h1{font-size:clamp(40px,4.15vw,58px);line-height:1.06;margin:8px 0;max-width:590px;letter-spacing:-.6px}
.brush{width:235px;height:7px;background:var(--red);border-radius:99px;transform:rotate(-4deg);margin:1px 0 18px 28px}
.hero-copy p{font-size:15px;color:#565c64;max-width:620px}
.hero-actions,.chips{display:flex;gap:10px;flex-wrap:wrap}
.hero-actions{margin:12px 0 18px}
.chips span{display:inline-flex;align-items:center;gap:6px;border:1px solid #ddd;border-radius:999px;padding:7px 12px;font-size:11px;font-weight:700}
.chips .svg-ico{width:15px;height:15px;color:var(--red)}

.section{padding:56px 0}
.section-title{text-align:center;max-width:760px;margin:0 auto 26px}
.section-title h2{font-size:40px;line-height:1.18;margin:4px 0}
.section-title p{margin:0;color:#6b7078}
.services{width:min(1120px,calc(100% - 40px));margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.service-card{border:1px solid var(--line);border-radius:14px;padding:22px;display:flex;gap:16px;min-height:170px}
.service-icon{width:54px;height:54px;flex:0 0 54px;background:#fff0f1;color:var(--red);border-radius:12px;display:grid;place-items:center}
.service-icon .svg-ico{width:28px;height:28px}
.service-body{display:flex;flex-direction:column;min-height:125px}
.service-card h3{font-size:18px;margin:0 0 7px}
.service-card p{font-size:13px;color:#666c74;margin:0 0 8px}
.service-card a{margin-top:auto;color:var(--red);font-size:13px;font-weight:800}

.dubai{width:min(1180px,calc(100% - 40px));margin:auto;display:grid;grid-template-columns:1.08fr .92fr;gap:48px;align-items:center;direction:ltr}
.dubai-media,.dubai-copy{direction:rtl}
.dubai-media img{width:100%;border-radius:14px;box-shadow:0 14px 32px rgba(0,0,0,.08)}
.dubai-copy h2{font-size:42px;line-height:1.12;margin:6px 0 12px}
.dubai-copy p{color:#60666e;margin-bottom:20px}

.gcc{position:relative;overflow:hidden;background:#0c1116;color:#fff;padding:52px 0}
.gcc-city{position:absolute;left:0;bottom:0;width:25%;height:100%;object-fit:cover;opacity:.70}
.gcc-map{position:absolute;right:10px;top:4px;width:27%;height:94%;object-fit:cover;opacity:.78}
.gcc:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,17,22,.08),rgba(12,17,22,.76) 30%,rgba(12,17,22,.81) 70%,rgba(12,17,22,.10))}
.gcc-content{position:relative;z-index:2}
.dark h2{color:#fff}
.dark p{color:#c7cbd0}
.countries{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.country{background:rgba(18,20,23,.94);border:1px solid #3b3f44;border-radius:12px;padding:17px;text-align:center;display:flex;flex-direction:column;align-items:center;min-height:145px}
.country.active{border-color:var(--red)}
.flag{width:34px;height:34px;border-radius:50%;display:block;margin-bottom:6px;border:2px solid rgba(255,255,255,.75)}
.flag.oman{background:linear-gradient(#fff 0 33%,#d71920 33% 66%,#00843d 66%)}
.flag.saudi{background:#006c35}
.flag.qatar{background:linear-gradient(90deg,#fff 0 34%,#8a1538 34%)}
.flag.kuwait{background:linear-gradient(#007a3d 0 33%,#fff 33% 66%,#ce1126 66%)}
.country strong{font-size:19px}
.country small{font-size:12px;color:#d6d9dc}

.business-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:12px;direction:ltr}
.business-row article{min-height:305px;border-radius:12px;overflow:hidden;color:#fff;display:grid;align-items:stretch}
.merchant-panel{grid-template-columns:.82fr 1.18fr;background:linear-gradient(100deg,#de171e,#ef3037)}
.courier-panel{grid-template-columns:1.02fr .98fr;background:#16191d}
.merchant-image{background:#d79954;display:flex;align-items:flex-end;overflow:hidden}
.merchant-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.courier-panel>img{width:100%;height:100%;object-fit:cover;object-position:68% center}
.panel-copy{direction:rtl;padding:30px}
.panel-copy>span{color:#fff}
.courier-panel .panel-copy>span{color:#ff4b52}
.panel-copy h2{font-size:33px;line-height:1.18;margin:6px 0}
.panel-copy p{font-size:13px;color:#f2f2f2}
.panel-btn{color:#111!important;min-width:190px}
.panel-btn span{color:var(--red)}

.footer{background:#0e0f11;color:#fff;padding:48px 0 18px}
.footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1.05fr;gap:48px;align-items:start}
.footer-grid>div{display:flex;flex-direction:column;gap:8px;min-width:0}
.footer-grid strong{font-size:15px;margin-bottom:3px}
.footer-grid a,.footer-grid p{font-size:13px;color:#d0d3d8;margin:0}
.brand-foot img{width:74px;height:74px;object-fit:contain;margin-bottom:5px}
.brand-foot p{max-width:260px}
.footer-grid>div:last-child a{display:flex;align-items:center;gap:7px;white-space:nowrap}
.footer-grid>div:last-child a[dir="ltr"]{direction:ltr;justify-content:flex-start;text-align:left}
.foot-bottom{border-top:1px solid #2c2e32;margin-top:34px;padding-top:16px;display:flex;justify-content:space-between;gap:20px;color:#999;font-size:12px}
.svg-ico{display:block}

@media(max-width:980px){
  .navbar nav{display:none}
  .hero{grid-template-columns:1fr;min-height:auto}
  .hero-media{min-height:440px}
  .hero-copy{padding:42px 28px}
  .services{grid-template-columns:repeat(2,1fr)}
  .dubai{grid-template-columns:1fr;gap:28px}
  .countries{grid-template-columns:repeat(2,1fr)}
  .business-row{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:repeat(2,1fr);gap:30px 40px}
}

@media(max-width:640px){
  body{font-size:15px}
  .container{width:min(100% - 24px,1180px)}

  .topbar{font-size:10px}
  .topbar-row{height:auto;min-height:32px;gap:8px;flex-direction:column;padding:5px 0;text-align:center}

  .navbar{height:68px;gap:12px}
  .logo{margin-left:auto}
  .logo img{width:54px;height:54px}
  .navbar>.btn{display:none}

  .hero{display:flex;flex-direction:column}
  .hero-media{min-height:310px;order:1}
  .hero-media>img{height:310px;object-position:42% center}
  .hero-copy{order:2;padding:28px 18px 32px;text-align:right}
  .hero h1{font-size:34px;line-height:1.08;max-width:100%;letter-spacing:-.3px}
  .hero-copy p{font-size:14px;line-height:1.9}
  .brush{width:170px;height:5px;margin:0 0 16px 16px}
  .hero-actions{flex-direction:column;align-items:stretch}
  .hero-actions .btn{width:100%}
  .chips{display:grid;grid-template-columns:1fr;gap:8px}
  .chips span{justify-content:center}

  .hero-features{right:10px;left:10px;bottom:10px;grid-template-columns:repeat(2,1fr);border-radius:12px}
  .hero-features>div{padding:9px 6px}
  .hero-features span{font-size:10px}

  .section{padding:42px 0}
  .section-title{margin-bottom:20px;padding:0 12px}
  .section-title h2{font-size:30px}
  .section-title p{font-size:13px}

  .services{width:min(100% - 24px,1120px);grid-template-columns:1fr;gap:10px}
  .service-card{min-height:auto;padding:18px;gap:12px}
  .service-icon{width:46px;height:46px;flex-basis:46px}
  .service-icon .svg-ico{width:24px;height:24px}
  .service-body{min-height:0}
  .service-card h3{font-size:16px}
  .service-card p{font-size:12.5px}

  .dubai{width:min(100% - 24px,1180px);grid-template-columns:1fr;gap:22px}
  .dubai-media{order:1}
  .dubai-copy{order:2;text-align:center}
  .dubai-copy h2{font-size:30px}
  .dubai-copy p{font-size:13px}
  .dubai-copy .btn{width:100%}

  .gcc{padding:42px 0}
  .gcc-city{width:42%;opacity:.38}
  .gcc-map{width:45%;opacity:.42}
  .countries{grid-template-columns:1fr;gap:9px}
  .country{min-height:112px;padding:14px}
  .country strong{font-size:17px}
  .country small{font-size:11.5px}

  .business-row{display:flex;flex-direction:column;padding:8px;gap:8px}
  .business-row article{display:flex;flex-direction:column;min-height:0}
  .merchant-panel .merchant-image{order:1;height:235px}
  .merchant-panel .panel-copy{order:2}
  .courier-panel .panel-copy{order:1}
  .courier-panel>img{order:2;height:270px;object-position:center top}
  .panel-copy{padding:24px 20px;text-align:right}
  .panel-copy h2{font-size:28px}
  .panel-copy p{font-size:13px}
  .panel-btn{width:100%;min-width:0}

  .footer{padding:36px 0 16px}
  .footer-grid{grid-template-columns:1fr;gap:26px;text-align:center}
  .footer-grid>div{align-items:center}
  .brand-foot img{margin:0 auto 8px}
  .brand-foot p{max-width:320px}
  .footer-grid a,.footer-grid p{font-size:13px}
  .footer-grid>div:last-child a,
  .footer-grid>div:last-child a[dir="ltr"]{
    justify-content:center;
    text-align:center;
    direction:ltr;
    width:100%;
  }
  .foot-bottom{margin-top:26px;flex-direction:column;align-items:center;text-align:center;gap:5px}
}
