@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Tajawal:wght@400;500;700;800;900&display=swap');

:root{
  --navy:#06111f;
  --navy-2:#09192d;
  --navy-3:#0e243a;
  --cyan:#0cc9e8;
  --cyan-2:#24a9ff;
  --gold:#ffd166;
  --gold-2:#ffb84d;
  --red:#e7192a;
  --white:#f7fbff;
  --muted:#b8c7d9;
  --soft:#7f94ad;
  --line:rgba(255,255,255,.14);
  --card:rgba(9,24,42,.78);
  --glass:rgba(255,255,255,.08);
  --shadow:0 24px 70px rgba(0,0,0,.42);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--navy);color:var(--white);font-family:'Inter',system-ui,-apple-system,Segoe UI,sans-serif;overflow-x:hidden;line-height:1.75}
body.rtl{font-family:'Tajawal',system-ui,sans-serif;direction:rtl;text-align:right}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 32px));margin-inline:auto}
.section{padding:100px 0;position:relative}
.section.compact{padding:70px 0}
.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--gold);font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:.82rem;margin-bottom:14px}
body.rtl .eyebrow{letter-spacing:0;font-size:.95rem}
.eyebrow::before{content:"";width:9px;height:9px;border-radius:50%;background:var(--cyan);box-shadow:0 0 26px var(--cyan)}
.title{font-size:clamp(1.75rem,3vw,3.1rem);line-height:1.16;margin:0 0 18px;font-weight:800;letter-spacing:-.035em}
body.rtl .title{letter-spacing:0;line-height:1.28;font-weight:800}
.lead{font-size:1.08rem;color:var(--muted);max-width:760px;margin:0 0 26px}
body.rtl .lead{font-size:1.15rem;line-height:2}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--line);border-radius:999px;padding:12px 19px;font-weight:800;transition:.25s ease;background:rgba(255,255,255,.07);box-shadow:0 12px 30px rgba(0,0,0,.25);cursor:pointer;white-space:nowrap}
.btn:hover{transform:translateY(-3px);border-color:rgba(255,255,255,.34)}
.btn.gold{background:linear-gradient(135deg,var(--gold),#fff0a8 47%,var(--gold-2));color:#04101d;box-shadow:0 18px 46px rgba(255,209,102,.28)}
.btn.cyan{background:linear-gradient(135deg,var(--cyan),var(--cyan-2));color:#00121c;box-shadow:0 18px 46px rgba(12,201,232,.2)}
.btn.ghost{background:rgba(255,255,255,.06);color:var(--white)}

.site-bg{position:fixed;inset:0;z-index:-3;background:radial-gradient(circle at 10% 0%,rgba(12,201,232,.25),transparent 34%),radial-gradient(circle at 82% 10%,rgba(255,209,102,.15),transparent 28%),linear-gradient(180deg,#03101e 0%,#06111f 42%,#081323 100%)}
.site-bg::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent 78%)}
.glow{position:absolute;pointer-events:none;filter:blur(45px);opacity:.55;z-index:-1;border-radius:999px}
.glow.one{width:360px;height:360px;background:rgba(12,201,232,.3);top:150px;left:4%}
.glow.two{width:420px;height:420px;background:rgba(255,209,102,.14);top:420px;right:4%}

.header{position:fixed;top:16px;left:0;right:0;z-index:50;pointer-events:none}
.nav{pointer-events:auto;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 14px;border:1px solid var(--line);background:rgba(5,13,24,.82);backdrop-filter:blur(18px);border-radius:26px;box-shadow:0 24px 55px rgba(0,0,0,.25)}
.brand{display:flex;align-items:center;gap:14px;min-width:240px}
.brand-logo{height:48px;max-width:320px;width:auto;object-fit:contain;filter:drop-shadow(0 0 18px rgba(12,201,232,.18))}
.nav-links{display:flex;align-items:center;gap:20px;color:#dce8f6;font-weight:800;font-size:.88rem}
.nav-links a{opacity:.88;transition:.2s}.nav-links a:hover{opacity:1;color:var(--gold)}
.nav-actions{display:flex;align-items:center;gap:10px}
.lang{display:inline-flex;border:1px solid var(--line);border-radius:999px;overflow:hidden;background:rgba(255,255,255,.07)}
.lang a{padding:10px 13px;font-weight:900;font-size:.82rem;color:#dce8f6}.lang a.active{background:var(--gold);color:#07111f}
.menu-btn{display:none;background:rgba(255,255,255,.08);border:1px solid var(--line);color:white;border-radius:15px;padding:10px 13px;font-size:1.1rem}

.hero{min-height:100vh;display:flex;align-items:center;padding:120px 0 72px;position:relative;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.08)}
.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,12,22,.90),rgba(3,12,22,.68) 43%,rgba(3,12,22,.92)),url('../images/hero-ship.jpg') center/cover no-repeat;z-index:-2}
.hero::after{content:"";position:absolute;inset:auto 0 0 0;height:220px;background:linear-gradient(0deg,var(--navy),transparent);z-index:-1}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}
.hero-title{font-size:clamp(2.55rem,4.5vw,4.85rem);line-height:1.04;margin:0 0 24px;letter-spacing:-.05em;font-weight:850;max-width:720px;text-wrap:balance}
body.rtl .hero-title{font-size:clamp(2.1rem,4.1vw,4.15rem);line-height:1.22;letter-spacing:0;font-weight:800;max-width:680px;text-wrap:balance}
.hero-text{font-size:1.04rem;max-width:650px;color:#deebfa;line-height:1.85}
body.rtl .hero-text{font-size:1.06rem;line-height:1.95}
.hero-ctas{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.hero-pills{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.pill{border:1px solid var(--line);background:rgba(255,255,255,.07);border-radius:999px;padding:8px 13px;color:#d7e6f6;font-size:.9rem;font-weight:700}
.visual-stack{position:relative;min-height:500px}
.photo-card{position:absolute;border:1px solid rgba(255,255,255,.18);background:rgba(8,24,42,.6);border-radius:30px;overflow:hidden;box-shadow:var(--shadow);backdrop-filter:blur(16px)}
.photo-card img{width:100%;height:100%;object-fit:cover;opacity:.94;transition:transform .5s ease}.photo-card:hover img{transform:scale(1.05)}
.photo-main{width:75%;height:360px;right:0;top:20px}.rtl .photo-main{right:auto;left:0}
.photo-small{width:46%;height:200px;left:0;top:210px}.rtl .photo-small{left:auto;right:0}
.info-float{position:absolute;right:30px;bottom:18px;width:min(330px,80%);background:linear-gradient(135deg,rgba(13,35,58,.88),rgba(255,255,255,.08));border:1px solid rgba(255,255,255,.18);border-radius:24px;padding:20px;box-shadow:var(--shadow);backdrop-filter:blur(18px)}
.rtl .info-float{right:auto;left:30px}.info-float b{color:var(--gold);font-size:1.1rem}.info-float p{margin:8px 0 0;color:#d7e6f6}

.strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.04);overflow:hidden;white-space:nowrap}
.marquee{display:flex;width:max-content;animation:mar 28s linear infinite}.marquee span{display:inline-flex;align-items:center;gap:14px;padding:18px 26px;color:#d8e6f7;font-weight:800}.marquee span::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--gold)}
@keyframes mar{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.rtl .marquee{animation-direction:reverse}

.about-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:52px;align-items:center}
.image-frame{position:relative;border-radius:34px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);min-height:520px;background:var(--navy-2)}
.image-frame img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.image-frame::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(3,12,22,.65))}
.badge-card{position:absolute;left:26px;bottom:26px;background:rgba(6,18,32,.82);border:1px solid var(--line);border-radius:22px;padding:20px;z-index:2;backdrop-filter:blur(16px)}.rtl .badge-card{left:auto;right:26px}.badge-card strong{display:block;color:var(--gold);font-size:2.1rem;line-height:1}.badge-card span{color:var(--muted);font-weight:800}
.feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:24px}.feature{border:1px solid var(--line);background:var(--glass);padding:18px;border-radius:20px}.feature b{display:block;margin-bottom:6px;color:#fff}.feature p{margin:0;color:var(--muted);font-size:.95rem}

.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:30px}.stat{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.04));border-radius:22px;padding:22px}.stat strong{font-size:2.2rem;color:var(--gold);line-height:1}.stat span{display:block;color:var(--muted);font-weight:800;margin-top:6px}

.services-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.service-card{position:relative;min-height:350px;border:1px solid var(--line);border-radius:26px;overflow:hidden;background:#0b1728;box-shadow:0 22px 54px rgba(0,0,0,.24)}.service-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .65s ease;opacity:.78}.service-card:hover img{transform:scale(1.08)}.service-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,12,22,.1) 0%,rgba(3,12,22,.52) 38%,rgba(3,12,22,.95) 100%)}.service-body{position:absolute;inset:auto 0 0 0;padding:26px;z-index:2}.service-body small{color:var(--cyan);font-weight:900;letter-spacing:.08em;text-transform:uppercase}.service-body h3{font-size:1.25rem;margin:8px 0 10px;line-height:1.28}.service-body p{margin:0;color:#d3e1ef;font-size:.92rem}.service-body ul{margin:16px 0 0;padding:0;list-style:none;color:#dbe8f7}.service-body li{margin:6px 0;display:flex;gap:8px}.service-body li::before{content:"•";color:var(--gold);font-size:1.3rem;line-height:1}.rtl .service-body li{justify-content:flex-start}

.route{background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(12,201,232,.05));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.route-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}.route-card{border:1px solid var(--line);background:rgba(255,255,255,.06);border-radius:32px;padding:28px;box-shadow:var(--shadow)}.route-steps{display:grid;gap:14px;margin-top:24px}.step{display:flex;gap:14px;align-items:flex-start;border:1px solid var(--line);border-radius:20px;padding:17px;background:rgba(255,255,255,.05)}.step .num{width:40px;height:40px;border-radius:50%;background:var(--gold);color:#06111f;display:grid;place-items:center;font-weight:900;flex:0 0 auto}.step b{display:block}.step p{margin:4px 0 0;color:var(--muted)}.route-photo{border-radius:34px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);height:480px}.route-photo img{width:100%;height:100%;object-fit:cover}

.coverage-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:24px;align-items:stretch}.coverage-map{border-radius:32px;overflow:hidden;border:1px solid var(--line);min-height:460px;position:relative;background:url('../images/port-logistics.jpg') center/cover no-repeat}.coverage-map::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,12,22,.25),rgba(3,12,22,.82))}.coverage-caption{position:absolute;z-index:2;bottom:28px;left:28px;right:28px}.rtl .coverage-caption{text-align:right}.coverage-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.coverage-item{border:1px solid var(--line);background:rgba(255,255,255,.06);border-radius:24px;padding:22px}.coverage-item b{color:#fff}.coverage-item p{color:var(--muted);margin:8px 0 0;font-size:.95rem}

.quote{position:relative;overflow:hidden}.quote::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,12,22,.96),rgba(3,12,22,.70)),url('../images/contact-containers.jpg') center/cover no-repeat;z-index:-2}.quote-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:34px;align-items:start}.form-card,.office-card{border:1px solid var(--line);background:rgba(6,18,32,.82);border-radius:32px;padding:26px;box-shadow:var(--shadow);backdrop-filter:blur(16px)}.form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.field{display:flex;flex-direction:column;gap:8px}.field.full{grid-column:1/-1}.field label{font-weight:900;color:#eaf5ff;font-size:.9rem}.field input,.field select,.field textarea{width:100%;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff;border-radius:15px;padding:12px 14px;font-family:inherit;outline:none}.field textarea{min-height:120px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--cyan);box-shadow:0 0 0 4px rgba(12,201,232,.1)}.office-grid{display:grid;gap:14px}.office{border:1px solid var(--line);background:rgba(255,255,255,.06);padding:20px;border-radius:22px}.office h3{margin:0 0 8px}.office p{margin:0;color:var(--muted)}

.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.faq{border:1px solid var(--line);background:rgba(255,255,255,.05);border-radius:24px;padding:24px}.faq h3{margin:0 0 10px;font-size:1.1rem}.faq p{margin:0;color:var(--muted)}

.footer{padding:54px 0;border-top:1px solid var(--line);background:#050e1a}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:30px}.footer-logo{height:62px;margin-bottom:16px}.footer p,.footer a{color:var(--muted)}.footer h3{margin:0 0 12px}.footer ul{list-style:none;padding:0;margin:0}.footer li{margin:8px 0}.copy{border-top:1px solid var(--line);margin-top:36px;padding-top:20px;color:var(--soft);font-size:.92rem}
.float-whatsapp{position:fixed;right:18px;bottom:18px;z-index:40;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#18d26b;color:white;font-size:1.7rem;box-shadow:0 18px 45px rgba(24,210,107,.35)}.rtl .float-whatsapp{right:auto;left:18px}

@media (max-width:980px){
  .nav{border-radius:22px}.brand{min-width:auto}.brand-logo{height:42px}.nav-links{position:absolute;top:78px;left:16px;right:16px;display:none;flex-direction:column;align-items:stretch;background:rgba(5,13,24,.96);border:1px solid var(--line);border-radius:20px;padding:18px}.nav-links.open{display:flex}.menu-btn{display:inline-flex}.nav-actions .btn{display:none}.hero-grid,.about-grid,.route-grid,.coverage-grid,.quote-grid{grid-template-columns:1fr}.hero{padding-top:128px}.visual-stack{min-height:420px}.photo-main{width:80%;height:300px}.photo-small{height:180px}.services-grid{grid-template-columns:1fr 1fr}.stats{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.title{font-size:clamp(2rem,7vw,3.4rem)}
}
@media (max-width:620px){
  .container{width:min(100% - 22px,1180px)}.section{padding:70px 0}.hero-title{font-size:2.35rem!important;line-height:1.1!important}.hero-text{font-size:1rem}.services-grid,.coverage-list,.faq-grid,.form{grid-template-columns:1fr}.services-head{display:block}.service-card{min-height:340px}.visual-stack{display:none}.stats{grid-template-columns:1fr}.route-photo{height:320px}.nav{padding:10px}.brand-logo{max-width:180px;height:auto}.lang a{padding:8px 10px}.btn{padding:12px 16px}.hero-ctas{gap:8px}.footer-logo{max-width:240px;height:auto}
}


/* V9 balanced typography overrides */
body.rtl, body.rtl *{font-family:'Tajawal',system-ui,sans-serif;}
body:not(.rtl), body:not(.rtl) *{font-family:'Inter',system-ui,-apple-system,Segoe UI,sans-serif;}
.hero-title{font-size:clamp(2.55rem,4.5vw,4.85rem)!important;line-height:1.04!important;font-weight:850!important;}
body.rtl .hero-title{font-size:clamp(2.1rem,4.1vw,4.15rem)!important;line-height:1.22!important;font-weight:800!important;letter-spacing:0!important;}
.title{font-size:clamp(1.75rem,3vw,3.1rem)!important;line-height:1.16!important;font-weight:800!important;}
body.rtl .title{line-height:1.28!important;letter-spacing:0!important;}
.nav .btn{padding:11px 18px;font-size:.92rem;}
body.rtl .nav .btn{font-size:.95rem;line-height:1.25;}
body.rtl .lead{font-size:1.05rem;line-height:1.9;}
@media (max-width:980px){
  .hero-title{font-size:clamp(2.2rem,8vw,3.5rem)!important;}
  body.rtl .hero-title{font-size:clamp(2rem,8vw,3.25rem)!important;}
}
@media (max-width:620px){
  .hero-title{font-size:2.25rem!important;line-height:1.12!important;}
  body.rtl .hero-title{font-size:2.05rem!important;line-height:1.25!important;}
  .title{font-size:1.8rem!important;}
  .brand-logo{max-width:150px!important;}
  .nav .btn{font-size:.82rem;padding:10px 13px;}
}


/* V10 decisive typography fix: smaller professional hero + section headings */
.hero-title,
body:not(.rtl) .hero-title{
  font-size:clamp(2.1rem,3.35vw,3.25rem)!important;
  line-height:1.12!important;
  font-weight:800!important;
  letter-spacing:-.035em!important;
  max-width:620px!important;
}
body.rtl .hero-title{
  font-size:clamp(2rem,3.15vw,3.05rem)!important;
  line-height:1.34!important;
  font-weight:750!important;
  letter-spacing:0!important;
  max-width:620px!important;
}
.title,
body:not(.rtl) .title{
  font-size:clamp(1.55rem,2.35vw,2.45rem)!important;
  line-height:1.2!important;
  font-weight:780!important;
}
body.rtl .title{
  font-size:clamp(1.55rem,2.2vw,2.3rem)!important;
  line-height:1.38!important;
  font-weight:750!important;
}
.hero-text{font-size:1rem!important;line-height:1.8!important;max-width:620px!important;}
body.rtl .hero-text{font-size:1.02rem!important;line-height:1.95!important;max-width:620px!important;}
.eyebrow{font-size:.78rem!important;}
body.rtl .eyebrow{font-size:.86rem!important;}
.nav-links{font-size:.84rem!important;gap:18px!important;}
.btn{font-size:.9rem!important;padding:11px 17px!important;}
.nav .btn{font-size:.88rem!important;padding:10px 16px!important;}
.service-body h3{font-size:1.08rem!important;line-height:1.32!important;}
.service-body p{font-size:.88rem!important;line-height:1.65!important;}
.lead{font-size:1rem!important;line-height:1.8!important;}
body.rtl .lead{font-size:1.02rem!important;line-height:1.9!important;}

@media (max-width:980px){
  .hero-title,
  body:not(.rtl) .hero-title{font-size:clamp(2rem,6.2vw,3rem)!important;line-height:1.13!important;}
  body.rtl .hero-title{font-size:clamp(1.9rem,5.9vw,2.85rem)!important;line-height:1.33!important;}
  .title{font-size:clamp(1.55rem,4.5vw,2.25rem)!important;}
}
@media (max-width:620px){
  .hero-title,
  body:not(.rtl) .hero-title{font-size:2rem!important;line-height:1.16!important;}
  body.rtl .hero-title{font-size:1.9rem!important;line-height:1.35!important;}
  .title, body.rtl .title{font-size:1.55rem!important;line-height:1.35!important;}
  .hero-text, body.rtl .hero-text{font-size:.95rem!important;}
  .nav .btn{font-size:.78rem!important;padding:9px 12px!important;}
}


/* V11 compact professional fix: smaller typography + aligned desktop header */
:root{--radius:24px;}
.header{top:14px;}
.nav{
  min-height:72px;
  padding:8px 12px;
  border-radius:24px;
  gap:14px;
  overflow:hidden;
}
.brand{min-width:0;flex:0 1 305px;}
.brand-logo{height:42px!important;max-width:285px!important;width:auto!important;object-fit:contain;}
.nav-links{gap:15px!important;font-size:.78rem!important;line-height:1!important;flex:1 1 auto;justify-content:center;min-width:0;}
.nav-links a{white-space:nowrap!important;display:inline-flex;align-items:center;line-height:1!important;}
.nav-actions{gap:8px;flex:0 0 auto;}
.lang a{padding:8px 11px!important;font-size:.76rem!important;line-height:1!important;}
.nav .btn{font-size:.78rem!important;padding:9px 14px!important;line-height:1.15!important;min-height:40px;}
body.rtl .nav .btn{font-size:.84rem!important;line-height:1.15!important;}
.hero{min-height:760px;padding:108px 0 58px;}
.hero-grid{gap:38px;}
.eyebrow{font-size:.72rem!important;margin-bottom:10px!important;}
body.rtl .eyebrow{font-size:.8rem!important;}
.hero-title,
body:not(.rtl) .hero-title{
  font-size:clamp(1.95rem,2.85vw,2.85rem)!important;
  line-height:1.13!important;
  font-weight:780!important;
  letter-spacing:-.025em!important;
  max-width:560px!important;
  margin-bottom:18px!important;
}
body.rtl .hero-title{
  font-size:clamp(1.85rem,2.65vw,2.65rem)!important;
  line-height:1.42!important;
  font-weight:700!important;
  max-width:560px!important;
  margin-bottom:16px!important;
}
.hero-text{font-size:.96rem!important;line-height:1.75!important;max-width:560px!important;}
body.rtl .hero-text{font-size:.98rem!important;line-height:1.95!important;max-width:560px!important;}
.hero-ctas{margin-top:22px!important;gap:10px!important;}
.hero-ctas .btn{font-size:.86rem!important;padding:10px 16px!important;}
.hero-pills{margin-top:18px!important;gap:8px!important;}
.pill{font-size:.78rem!important;padding:7px 11px!important;}
.visual-stack{min-height:430px!important;}
.photo-main{height:300px!important;width:72%!important;top:35px!important;}
.photo-small{height:170px!important;width:43%!important;top:230px!important;}
.info-float{width:min(285px,76%)!important;padding:17px!important;border-radius:20px!important;bottom:2px!important;}
.info-float b{font-size:.98rem!important;}.info-float p{font-size:.9rem!important;line-height:1.7!important;}
.title,body:not(.rtl) .title{
  font-size:clamp(1.35rem,1.85vw,2.05rem)!important;
  line-height:1.23!important;
  font-weight:750!important;
  letter-spacing:-.015em!important;
}
body.rtl .title{
  font-size:clamp(1.35rem,1.75vw,1.95rem)!important;
  line-height:1.55!important;
  font-weight:700!important;
}
.lead{font-size:.94rem!important;line-height:1.75!important;}
body.rtl .lead{font-size:.97rem!important;line-height:1.95!important;}
.section{padding:78px 0;}.section.compact{padding:58px 0;}
.services-head{margin-bottom:24px;}
.service-card{min-height:315px!important;border-radius:22px!important;}
.service-body{padding:21px!important;}
.service-body h3{font-size:1rem!important;line-height:1.35!important;}
.service-body p,.service-body li{font-size:.84rem!important;line-height:1.58!important;}
.feature{padding:15px!important;border-radius:18px!important;}.feature b{font-size:.96rem!important;}.feature p{font-size:.86rem!important;line-height:1.65!important;}
.stats{gap:10px!important;}.stat{padding:18px!important;border-radius:18px!important;}.stat strong{font-size:1.75rem!important;}.stat span{font-size:.82rem!important;}
.route-card,.form-card,.office-card{border-radius:24px!important;padding:22px!important;}
.step{padding:14px!important;border-radius:17px!important;}.step p{font-size:.86rem!important;line-height:1.6!important;}
.coverage-item{padding:18px!important;border-radius:20px!important;}.coverage-item p{font-size:.86rem!important;line-height:1.62!important;}
.footer-logo{height:54px!important;max-width:280px!important;}

@media (min-width:981px){
  .container{width:min(1180px,calc(100% - 70px));}
  body.rtl .nav-links{gap:13px!important;font-size:.8rem!important;}
  body.rtl .brand-logo{max-width:300px!important;}
}
@media (max-width:1100px) and (min-width:981px){
  .brand{flex-basis:250px!important}.brand-logo{max-width:245px!important;height:38px!important;}
  .nav-links{gap:11px!important;font-size:.72rem!important;}
  .nav .btn{font-size:.72rem!important;padding:8px 12px!important;}
}
@media (max-width:980px){
  .nav{overflow:visible;min-height:64px;}
  .brand-logo{height:38px!important;max-width:220px!important;}
  .nav-links{top:74px;font-size:.9rem!important;line-height:1.2!important;}
  .nav-links a{line-height:1.2!important;}
  .hero{min-height:auto;padding-top:120px;}
  .hero-title, body:not(.rtl) .hero-title{font-size:clamp(1.85rem,5.2vw,2.45rem)!important;}
  body.rtl .hero-title{font-size:clamp(1.75rem,5vw,2.35rem)!important;line-height:1.42!important;}
  .hero-grid{gap:26px;}
  .visual-stack{min-height:360px!important;}
}
@media (max-width:620px){
  .header{top:8px}.nav{border-radius:18px;padding:8px;}
  .brand-logo{max-width:155px!important;height:auto!important;}
  .hero{padding-top:105px;}
  .hero-title,body:not(.rtl) .hero-title{font-size:1.8rem!important;line-height:1.18!important;}
  body.rtl .hero-title{font-size:1.65rem!important;line-height:1.45!important;}
  .hero-text,body.rtl .hero-text{font-size:.9rem!important;line-height:1.8!important;}
  .title,body.rtl .title{font-size:1.35rem!important;line-height:1.45!important;}
  .nav .btn{display:none!important;}
  .lang a{font-size:.72rem!important;padding:7px 9px!important;}
}

/* V12 brand refresh: logo colors, smaller typography, stronger depth */
:root{
  --navy:#07111d;
  --navy-2:#0b1827;
  --navy-3:#10253a;
  --cyan:#14bff3;
  --cyan-2:#2f7dff;
  --red:#eb263b;
  --accent:#14bff3;
  --accent-2:#2f7dff;
  --accent-soft:rgba(20,191,243,.18);
  --line:rgba(255,255,255,.11);
  --glass:rgba(255,255,255,.06);
  --card:rgba(10,21,34,.72);
}
html,body{background:#06101a;}
body{line-height:1.7;}
body.rtl{line-height:1.85;}

.btn.primary,
.btn.gold,
.lang a.active{
  background:linear-gradient(135deg,var(--accent),var(--accent-2))!important;
  color:#03111c!important;
  border-color:rgba(255,255,255,.12)!important;
  box-shadow:0 12px 34px rgba(20,191,243,.28)!important;
}
.btn.primary:hover,
.btn.gold:hover{
  box-shadow:0 20px 46px rgba(20,191,243,.34)!important;
}
.btn.cyan{background:linear-gradient(135deg,var(--cyan),var(--cyan-2));color:#04101a;}
.btn.ghost{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.14);} 
.nav-links a:hover,.eyebrow,.info-float b,.badge-card strong,.stat strong{color:var(--cyan)!important;}
.service-body li::before,.marquee span::before{color:var(--red)!important;background:var(--red)!important;}

.site-bg{
  background:
    radial-gradient(circle at 8% 10%, rgba(20,191,243,.18), transparent 28%),
    radial-gradient(circle at 92% 14%, rgba(47,125,255,.14), transparent 28%),
    radial-gradient(circle at 55% 72%, rgba(235,38,59,.08), transparent 20%),
    linear-gradient(180deg,#050d17 0%,#07111d 45%,#091322 100%)!important;
}
.site-bg::before{
  content:"";position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px),
    radial-gradient(circle at center, rgba(255,255,255,.07) 1px, transparent 1.6px);
  background-size:72px 72px,72px 72px,22px 22px;
  background-position:0 0,0 0,11px 11px;
  opacity:.38;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.88), rgba(0,0,0,.45));
}
.site-bg::after{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.18;
  background:
     repeating-linear-gradient(125deg, transparent 0 34px, rgba(20,191,243,.12) 34px 36px, transparent 36px 92px),
     repeating-linear-gradient(55deg, transparent 0 52px, rgba(47,125,255,.08) 52px 54px, transparent 54px 110px);
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.7), transparent 85%);
}
.glow.one{background:rgba(20,191,243,.28)!important;filter:blur(60px)!important;opacity:.72!important;}
.glow.two{background:rgba(47,125,255,.18)!important;filter:blur(70px)!important;opacity:.6!important;}

.header{top:10px;}
.nav{
  min-height:68px!important;
  padding:8px 12px!important;
  gap:12px!important;
  border-radius:22px!important;
  background:rgba(4,11,20,.82)!important;
  border-color:rgba(255,255,255,.1)!important;
}
.brand{flex:0 1 270px!important;min-width:0!important;}
.brand-logo{height:44px!important;max-width:300px!important;filter:drop-shadow(0 0 14px rgba(20,191,243,.14))!important;}
.nav-links{gap:14px!important;font-size:.76rem!important;font-weight:700!important;flex:1 1 auto;justify-content:center;}
.nav-links a{white-space:nowrap;line-height:1.1;}
.nav-actions{gap:8px!important;}
.lang a{padding:8px 11px!important;font-size:.75rem!important;}
.nav .btn{font-size:.78rem!important;padding:10px 14px!important;min-height:38px!important;}
body.rtl .nav .btn{font-size:.83rem!important;}
.menu-btn{border-radius:14px;}

.hero{padding:108px 0 58px!important;min-height:760px!important;}
.hero::before{background:linear-gradient(90deg,rgba(3,10,18,.88),rgba(3,10,18,.56) 45%,rgba(3,10,18,.86)),url('../images/hero-ship.jpg') center/cover no-repeat!important;}
.hero-grid{gap:40px!important;}
.hero-title,
body:not(.rtl) .hero-title{
  font-size:clamp(1.95rem,2.9vw,2.9rem)!important;
  line-height:1.08!important;
  max-width:520px!important;
  font-weight:800!important;
  margin-bottom:14px!important;
}
body.rtl .hero-title{
  font-size:clamp(1.78rem,2.6vw,2.55rem)!important;
  line-height:1.34!important;
  max-width:520px!important;
  font-weight:700!important;
}
.hero-text{font-size:.98rem!important;max-width:540px!important;line-height:1.82!important;}
body.rtl .hero-text{font-size:1rem!important;line-height:1.92!important;max-width:540px!important;}
.hero-ctas .btn{font-size:.84rem!important;padding:10px 15px!important;}
.pill{font-size:.76rem!important;padding:7px 11px!important;border-color:rgba(255,255,255,.12)!important;}
.eyebrow{font-size:.74rem!important;color:var(--cyan)!important;}
body.rtl .eyebrow{font-size:.86rem!important;}
.title{font-size:clamp(1.28rem,1.8vw,1.95rem)!important;}
body.rtl .title{font-size:clamp(1.32rem,1.7vw,1.9rem)!important;line-height:1.45!important;}
.lead{font-size:.95rem!important;}
body.rtl .lead{font-size:1rem!important;line-height:1.9!important;}

.visual-stack{min-height:440px!important;}
.photo-card,
.service-card,
.feature,
.coverage-item,
.faq,
.office,
.stat,
.route-card,
.download-card,
.info-float{
  transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease, background .35s ease;
}
.photo-card:hover,
.service-card:hover,
.feature:hover,
.coverage-item:hover,
.faq:hover,
.office:hover,
.stat:hover,
.route-card:hover,
.download-card:hover,
.info-float:hover{
  transform:translateY(-6px);
  border-color:rgba(20,191,243,.38)!important;
  box-shadow:0 22px 50px rgba(0,0,0,.34),0 0 0 1px rgba(20,191,243,.08),0 0 26px rgba(20,191,243,.12)!important;
}
.photo-main{width:72%!important;height:300px!important;}
.photo-small{width:43%!important;height:170px!important;}
.info-float{width:min(290px,76%)!important;padding:18px!important;background:linear-gradient(135deg,rgba(8,24,40,.92),rgba(18,44,64,.72))!important;}
.service-card{min-height:320px!important;border-radius:24px!important;background:#0a1625!important;}
.service-card::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,transparent,rgba(3,11,20,.12) 35%,rgba(3,11,20,.93) 100%);} 
.service-card::after{display:none!important;}
.service-body{z-index:2!important;padding:22px!important;}
.service-body small{color:var(--cyan)!important;}
.service-body h3{font-size:1rem!important;}
.service-body p,.service-body li{font-size:.85rem!important;}
.feature,.coverage-item,.faq,.office,.stat,.route-card{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03))!important;backdrop-filter:blur(12px);}

.profile-download .quote-grid{align-items:stretch;}
.download-card{display:flex;align-items:stretch;min-height:100%;border:1px solid rgba(255,255,255,.12);border-radius:26px;background:linear-gradient(180deg,rgba(8,20,34,.82),rgba(10,28,44,.86));box-shadow:0 22px 54px rgba(0,0,0,.25);position:relative;overflow:hidden;}
.download-card::before{content:"";position:absolute;inset:auto -50px -60px auto;width:180px;height:180px;background:radial-gradient(circle,rgba(20,191,243,.26),transparent 70%);filter:blur(8px);} 
.download-card-inner{padding:30px;display:flex;flex-direction:column;gap:14px;position:relative;z-index:1;}
.download-card h3{margin:0;font-size:1.55rem;line-height:1.2;}
.download-card p{margin:0;color:var(--muted);}
.download-points{margin:0;padding:0;list-style:none;display:grid;gap:10px;}
.download-points li{position:relative;padding-inline-start:18px;color:#deebf9;}
.download-points li::before{content:"";position:absolute;inset-inline-start:0;top:.7em;width:7px;height:7px;border-radius:50%;background:var(--cyan);box-shadow:0 0 14px rgba(20,191,243,.45);} 
.wide{width:100%;}

.strip{background:rgba(255,255,255,.03)!important;}
.marquee span{color:#d8e6f6;}
.footer{background:#050d17!important;}
.footer-logo{height:56px!important;width:auto!important;}
.float-whatsapp{background:linear-gradient(135deg,var(--cyan),var(--cyan-2))!important;color:#00131f!important;box-shadow:0 18px 40px rgba(20,191,243,.28)!important;}

@media (max-width:1100px){
  .brand{flex-basis:235px!important;}
  .brand-logo{max-width:240px!important;height:40px!important;}
  .nav-links{gap:11px!important;font-size:.72rem!important;}
  .nav .btn{font-size:.72rem!important;padding:9px 12px!important;}
}
@media (max-width:980px){
  .nav-links{position:absolute;top:78px;left:16px;right:16px;background:rgba(4,11,20,.96)!important;border-radius:18px!important;padding:16px!important;gap:14px!important;}
  .hero-title,body:not(.rtl) .hero-title{font-size:clamp(1.95rem,6.2vw,2.6rem)!important;max-width:none!important;}
  body.rtl .hero-title{font-size:clamp(1.85rem,5.8vw,2.35rem)!important;max-width:none!important;}
}
@media (max-width:620px){
  .header{top:8px!important;}
  .nav{padding:8px 10px!important;gap:8px!important;}
  .brand{flex-basis:auto!important;max-width:150px!important;}
  .brand-logo{max-width:145px!important;height:auto!important;}
  .nav .btn{display:none!important;}
  .lang a{padding:7px 9px!important;font-size:.72rem!important;}
  .hero{padding-top:118px!important;min-height:auto!important;}
  .hero-title,body:not(.rtl) .hero-title{font-size:1.9rem!important;line-height:1.12!important;}
  body.rtl .hero-title{font-size:1.78rem!important;line-height:1.36!important;}
  .hero-text,body.rtl .hero-text{font-size:.95rem!important;}
  .title,body.rtl .title{font-size:1.38rem!important;}
  .download-card-inner{padding:22px!important;}
  .download-card h3{font-size:1.28rem!important;}
}

/* V13 deeper maritime background + brighter pattern + exact logo */
.brand-logo{height:50px!important;max-width:260px!important;object-fit:contain!important}
.footer-logo{height:58px!important;width:auto!important;object-fit:contain!important}

.site-bg{
  background:
    linear-gradient(180deg, rgba(2,8,15,.92) 0%, rgba(4,10,18,.76) 16%, rgba(5,12,22,.88) 100%),
    radial-gradient(circle at 12% 14%, rgba(20,191,243,.20), transparent 26%),
    radial-gradient(circle at 86% 20%, rgba(47,125,255,.16), transparent 24%),
    radial-gradient(circle at 58% 72%, rgba(235,38,59,.10), transparent 18%),
    url('../images/port-cranes.webp') left center / cover no-repeat fixed,
    url('../images/hero-ship.webp') right top / cover no-repeat fixed,
    linear-gradient(180deg,#040b14 0%,#06101a 45%,#091523 100%)!important;
}
.site-bg::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    radial-gradient(circle, rgba(20,191,243,.55) 1.2px, transparent 1.8px),
    radial-gradient(circle, rgba(255,255,255,.22) 1px, transparent 1.7px);
  background-size: 88px 88px, 88px 88px, 24px 24px, 38px 38px;
  background-position: 0 0, 0 0, 10px 14px, 3px 9px;
  opacity:.48;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.88), rgba(0,0,0,.3));
}
.site-bg::after{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(circle at 18% 30%, rgba(20,191,243,.18), transparent 20%),
    radial-gradient(circle at 78% 62%, rgba(47,125,255,.16), transparent 18%),
    radial-gradient(circle at 35% 78%, rgba(255,255,255,.10), transparent 14%),
    repeating-linear-gradient(118deg, transparent 0 44px, rgba(20,191,243,.16) 44px 46px, transparent 46px 112px),
    repeating-linear-gradient(62deg, transparent 0 60px, rgba(47,125,255,.10) 60px 62px, transparent 62px 128px);
  opacity:.38;
  mix-blend-mode:screen;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.78), rgba(0,0,0,.1) 82%, transparent 100%);
}

.hero::before{
  background:
    linear-gradient(90deg,rgba(3,10,18,.84),rgba(3,10,18,.58) 43%,rgba(3,10,18,.84)),
    radial-gradient(circle at 16% 28%, rgba(20,191,243,.18), transparent 24%),
    radial-gradient(circle at 80% 18%, rgba(47,125,255,.16), transparent 23%),
    url('../images/hero-ship.jpg') center/cover no-repeat,
    url('../images/port-cranes.jpg') center/cover no-repeat!important;
  background-blend-mode:normal,screen,screen,normal,normal;
}
.hero::after{
  content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
  background:
     linear-gradient(0deg,var(--navy) 0%, transparent 24%),
     repeating-linear-gradient(112deg, transparent 0 70px, rgba(20,191,243,.12) 70px 72px, transparent 72px 150px),
     radial-gradient(circle at 72% 34%, rgba(20,191,243,.16), transparent 16%),
     radial-gradient(circle at 28% 72%, rgba(47,125,255,.12), transparent 14%);
  opacity:.9;
}

.service-card,
.feature,
.coverage-item,
.office,
.faq,
.route-card,
.download-card,
.info-float,
.photo-card,
.stat{
  box-shadow:0 18px 40px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.04)!important;
}
.service-card:hover,
.feature:hover,
.coverage-item:hover,
.office:hover,
.faq:hover,
.route-card:hover,
.download-card:hover,
.info-float:hover,
.photo-card:hover,
.stat:hover{
  transform:translateY(-8px) scale(1.01)!important;
  box-shadow:0 28px 62px rgba(0,0,0,.34), 0 0 0 1px rgba(20,191,243,.16), 0 0 30px rgba(20,191,243,.16)!important;
  background:linear-gradient(180deg, rgba(14,31,48,.90), rgba(8,21,34,.86))!important;
}
.service-card:hover .service-body small,
.feature:hover b,
.coverage-item:hover b,
.office:hover h3,
.faq:hover h3,
.route-card:hover .num,
.download-card:hover h3,
.info-float:hover b{
  color:var(--cyan)!important;
}

.download-card::after,
.service-card::before{
  content:"";position:absolute;inset:auto auto 10px 10px;width:120px;height:120px;
  background:radial-gradient(circle, rgba(20,191,243,.16), transparent 72%);
  filter:blur(10px);pointer-events:none;z-index:0;
}

.strip,
.route,
.footer{
  position:relative;overflow:hidden;
}
.strip::before,
.route::before,
.footer::before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.18;
  background:
     radial-gradient(circle, rgba(20,191,243,.45) 1px, transparent 1.8px) 0 0/24px 24px,
     repeating-linear-gradient(90deg, transparent 0 44px, rgba(255,255,255,.03) 44px 45px, transparent 45px 88px);
}

@media (max-width:620px){
  .brand-logo{max-width:140px!important;height:auto!important}
  .site-bg::before{opacity:.34}
  .site-bg::after{opacity:.26}
}

/* V14 SEO services structure and single profile download placement */
.service-groups{display:grid;grid-template-columns:1fr;gap:18px;margin-top:28px}
.service-group{position:relative;display:grid;grid-template-columns:320px 1fr;gap:0;border:1px solid rgba(255,255,255,.12);border-radius:26px;overflow:hidden;background:linear-gradient(180deg,rgba(7,18,30,.86),rgba(9,25,40,.78));box-shadow:0 18px 44px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.04);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}
.service-group:hover{transform:translateY(-7px);border-color:rgba(20,191,243,.42);box-shadow:0 30px 70px rgba(0,0,0,.36),0 0 0 1px rgba(20,191,243,.14),0 0 34px rgba(20,191,243,.15)}
.service-group::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 85% 18%,rgba(20,191,243,.13),transparent 30%),repeating-linear-gradient(115deg,transparent 0 62px,rgba(20,191,243,.08) 62px 64px,transparent 64px 138px);opacity:.58;mix-blend-mode:screen}
.service-group.featured{grid-template-columns:390px 1fr;border-color:rgba(20,191,243,.22)}
.service-media{position:relative;min-height:100%;background:#081523;overflow:hidden}
.service-media img{width:100%;height:100%;min-height:310px;object-fit:cover;opacity:.86;transition:transform .65s ease,opacity .35s ease}
.service-group:hover .service-media img{transform:scale(1.06);opacity:.98}
.service-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,12,22,.12),rgba(4,12,22,.78))}
.rtl .service-media::after{background:linear-gradient(270deg,rgba(4,12,22,.12),rgba(4,12,22,.78))}
.service-content{position:relative;z-index:1;padding:28px 30px;display:flex;flex-direction:column;justify-content:center}
.service-content small{color:var(--cyan);font-weight:900;letter-spacing:.08em;font-size:.76rem;text-transform:uppercase;margin-bottom:9px}
body.rtl .service-content small{letter-spacing:0;font-size:.82rem}
.service-content h3{margin:0 0 10px;font-size:clamp(1.12rem,1.45vw,1.45rem);line-height:1.25;color:#fff}
body.rtl .service-content h3{line-height:1.45;font-weight:700}
.service-content p{margin:0 0 12px;color:#d5e4f3;font-size:.95rem;line-height:1.78;max-width:860px}
body.rtl .service-content p{font-size:1rem;line-height:1.9}
.service-content ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 18px;margin:8px 0 0;padding:0;list-style:none;color:#dce9f8}
.service-content li{position:relative;padding-inline-start:18px;font-size:.9rem;line-height:1.65}
body.rtl .service-content li{font-size:.94rem;line-height:1.8}
.service-content li::before{content:"";position:absolute;inset-inline-start:0;top:.72em;width:7px;height:7px;border-radius:50%;background:var(--cyan);box-shadow:0 0 14px rgba(20,191,243,.55)}
.spec-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px}
.spec-grid div{border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:16px;background:rgba(255,255,255,.05);transition:transform .25s ease,border-color .25s ease,background .25s ease}
.spec-grid div:hover{transform:translateY(-3px);border-color:rgba(20,191,243,.35);background:rgba(20,191,243,.08)}
.spec-grid b{display:block;color:#fff;font-size:1.15rem;line-height:1}.spec-grid span{display:block;color:var(--cyan);font-weight:800;margin-top:8px}.spec-grid em{display:block;color:var(--muted);font-style:normal;font-size:.82rem;margin-top:4px}
.profile-download{background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(20,191,243,.045));border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.profile-download .office-grid{margin-top:20px}
.profile-download .download-card{min-height:100%}
.footer .footer-logo{max-width:260px}

@media (max-width:980px){
  .service-group,.service-group.featured{grid-template-columns:1fr}
  .service-media img{height:260px;min-height:260px}
  .service-media::after{background:linear-gradient(180deg,rgba(4,12,22,.05),rgba(4,12,22,.86))!important}
  .service-content{padding:24px}
  .service-content ul{grid-template-columns:1fr}
  .spec-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:620px){
  .service-content{padding:20px}
  .service-media img{height:220px;min-height:220px}
  .spec-grid{grid-template-columns:1fr}
  .service-content p,body.rtl .service-content p{font-size:.94rem}
  .service-content h3{font-size:1.12rem!important}
}

/* V16 Trukker-inspired logistics experience: light motion hero, modern header, industry tiles */
:root{
  --brand-blue:#13bff2;
  --brand-blue-2:#237bff;
  --brand-red:#eb263b;
  --dark-0:#030912;
  --dark-1:#06111d;
  --dark-2:#0b1b2c;
}
body{background:var(--dark-0)!important;}
.header{top:12px!important;}
.nav-modern{
  max-width:1240px;
  min-height:74px!important;
  border-radius:999px!important;
  padding:9px 12px 9px 18px!important;
  background:linear-gradient(180deg,rgba(6,16,27,.88),rgba(5,13,22,.74))!important;
  border:1px solid rgba(255,255,255,.16)!important;
  box-shadow:0 20px 55px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.06)!important;
  backdrop-filter:blur(22px) saturate(140%)!important;
}
.rtl .nav-modern{padding:9px 18px 9px 12px!important;}
.nav-modern .brand{flex:0 1 275px!important;}
.nav-modern .brand-logo{height:50px!important;max-width:270px!important;}
.nav-modern .nav-links{
  padding:5px;
  border-radius:999px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.08);
  gap:3px!important;
}
.nav-modern .nav-links a{
  position:relative;
  padding:10px 12px;
  border-radius:999px;
  opacity:.92!important;
  transition:background .22s ease,color .22s ease,transform .22s ease!important;
}
.nav-modern .nav-links a:hover{
  color:#fff!important;
  background:linear-gradient(135deg,rgba(19,191,242,.22),rgba(35,123,255,.16));
  transform:translateY(-1px);
}
.nav-quote{min-height:44px!important;padding:11px 18px!important;}

.hero-future{
  min-height:calc(100vh + 20px)!important;
  isolation:isolate;
  background:#050c16;
}
.hero-future .hero-grid{position:relative;z-index:2;}
.hero-future::before{
  transform-origin:center;
  animation:heroSlowZoom 20s ease-in-out infinite alternate;
  filter:saturate(1.05) contrast(1.03);
}
.hero-future::after{
  z-index:0!important;
  opacity:.95!important;
  background:
    linear-gradient(0deg,#06111d 0%,rgba(6,17,29,.28) 32%,transparent 58%),
    radial-gradient(circle at 74% 28%, rgba(19,191,242,.2), transparent 22%),
    radial-gradient(circle at 32% 72%, rgba(35,123,255,.18), transparent 18%),
    repeating-linear-gradient(115deg, transparent 0 62px, rgba(19,191,242,.16) 62px 64px, transparent 64px 138px)!important;
}
.hero-motion{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden;opacity:.75;}
.hero-motion span{position:absolute;display:block;border-radius:999px;border:1px solid rgba(19,191,242,.38);box-shadow:0 0 40px rgba(19,191,242,.14);filter:blur(.2px);}
.hero-motion span:nth-child(1){width:520px;height:520px;right:8%;top:16%;animation:orbFloat 13s ease-in-out infinite;}
.hero-motion span:nth-child(2){width:340px;height:340px;left:8%;top:50%;border-color:rgba(35,123,255,.28);animation:orbFloat 16s ease-in-out infinite reverse;}
.hero-motion span:nth-child(3){width:180px;height:180px;right:42%;bottom:16%;border-color:rgba(235,38,59,.22);animation:orbPulse 7s ease-in-out infinite;}
.route-network{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden;opacity:.65;}
.route-network i{position:absolute;display:block;height:2px;width:280px;background:linear-gradient(90deg,transparent,rgba(19,191,242,.65),transparent);transform:rotate(-18deg);filter:drop-shadow(0 0 8px rgba(19,191,242,.45));animation:routeDash 5.5s linear infinite;}
.route-network i:nth-child(1){left:8%;top:31%;animation-delay:0s}.route-network i:nth-child(2){right:12%;top:53%;animation-delay:1.4s;width:330px}.route-network i:nth-child(3){left:42%;top:77%;animation-delay:2.5s;width:220px}.route-network i:nth-child(4){right:36%;top:18%;animation-delay:3.4s;width:250px}
.hero-line{
  display:inline-flex;align-items:center;gap:10px;margin-top:8px;
  color:#fff;font-weight:900;letter-spacing:.12em;font-size:.82rem;
  padding:10px 14px;border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.065);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.rtl .hero-line{letter-spacing:.08em;direction:ltr;}
.hero-line b{color:var(--brand-blue);font-weight:900;}
.visual-dashboard{perspective:1200px;}
.visual-dashboard .photo-card{transform-style:preserve-3d;}
.visual-dashboard .photo-main{animation:cardFloat 8s ease-in-out infinite;}
.visual-dashboard .photo-small{animation:cardFloat 9s ease-in-out infinite reverse;}
.signal-card{
  position:absolute;left:34px;top:78px;z-index:4;width:min(310px,80%);
  border:1px solid rgba(255,255,255,.18);border-radius:24px;padding:17px 18px;
  background:linear-gradient(135deg,rgba(6,18,31,.82),rgba(15,46,70,.72));
  backdrop-filter:blur(18px);box-shadow:0 24px 62px rgba(0,0,0,.34),0 0 26px rgba(19,191,242,.1);
  animation:panelDrift 7s ease-in-out infinite;
}
.rtl .signal-card{left:auto;right:34px;}
.signal-card::before{content:"";position:absolute;top:17px;inset-inline-end:18px;width:10px;height:10px;border-radius:50%;background:#29ff9b;box-shadow:0 0 16px rgba(41,255,155,.85);animation:pulseDot 1.8s ease-in-out infinite;}
.signal-card span{display:block;color:var(--brand-blue);font-weight:900;font-size:.72rem;letter-spacing:.1em;margin-bottom:8px;}
.signal-card b{display:block;color:#fff;font-size:1.15rem;line-height:1.2;}
.signal-card small{display:block;color:#bcd0e8;margin-top:8px;font-weight:700;}
.info-float{z-index:5!important;}

.industries-section{padding-top:82px!important;background:linear-gradient(180deg,rgba(255,255,255,.015),rgba(255,255,255,.035));border-bottom:1px solid rgba(255,255,255,.07);}
.industry-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;}
.industry-card{
  position:relative;min-height:230px;border-radius:28px;overflow:hidden;
  border:1px solid rgba(255,255,255,.13);background:#091827;
  box-shadow:0 18px 48px rgba(0,0,0,.26);
  transition:transform .32s ease,border-color .32s ease,box-shadow .32s ease;
}
.industry-card::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(3,11,20,.08),rgba(3,11,20,.32) 38%,rgba(3,11,20,.94));}
.industry-card::after{content:"";position:absolute;z-index:2;inset:auto 16px 16px auto;width:42px;height:42px;border-radius:50%;border:1px solid rgba(19,191,242,.42);background:radial-gradient(circle,rgba(19,191,242,.22),transparent 68%);transition:transform .32s ease,background .32s ease;}
.rtl .industry-card::after{inset:auto auto 16px 16px;}
.industry-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.82;transition:transform .65s ease,opacity .32s ease;}
.industry-card span,.industry-card b{position:relative;z-index:3;display:block;margin-inline:22px;}
.industry-card span{margin-top:132px;color:var(--brand-blue);font-size:.74rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;}
.rtl .industry-card span{letter-spacing:0;font-size:.82rem;}
.industry-card b{margin-top:6px;color:#fff;font-size:1.04rem;line-height:1.35;}
.industry-card:hover{transform:translateY(-9px) scale(1.015);border-color:rgba(19,191,242,.45);box-shadow:0 30px 70px rgba(0,0,0,.35),0 0 34px rgba(19,191,242,.15);}
.industry-card:hover img{transform:scale(1.08);opacity:.98;}
.industry-card:hover::after{transform:scale(1.15);background:radial-gradient(circle,rgba(19,191,242,.42),transparent 68%);}

.service-group{border-radius:30px!important;}
.service-group::before{opacity:.78!important;}
.service-group::after{content:"";position:absolute;inset:auto 20px 20px auto;width:52px;height:52px;border-radius:50%;z-index:2;background:linear-gradient(135deg,rgba(19,191,242,.18),rgba(35,123,255,.12));border:1px solid rgba(19,191,242,.3);box-shadow:0 0 30px rgba(19,191,242,.13);}
.rtl .service-group::after{inset:auto auto 20px 20px;}
.service-content small{letter-spacing:.12em!important;}
.rtl .service-content small{letter-spacing:0!important;}
.coverage-map,.route-card,.download-card,.faq,.office,.stat,.feature{border-radius:30px!important;}
.coverage-map{box-shadow:0 30px 80px rgba(0,0,0,.28),0 0 40px rgba(19,191,242,.08)!important;}
.footer{border-top:1px solid rgba(255,255,255,.1)!important;background:linear-gradient(180deg,#06101b,#030912)!important;}
.float-whatsapp{font-weight:900;}

@keyframes heroSlowZoom{from{transform:scale(1)}to{transform:scale(1.08)}}
@keyframes orbFloat{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(24px,-18px,0) scale(1.05)}}
@keyframes orbPulse{0%,100%{transform:scale(.92);opacity:.35}50%{transform:scale(1.18);opacity:.8}}
@keyframes routeDash{0%{transform:translateX(-130%) rotate(-18deg);opacity:0}18%{opacity:.85}82%{opacity:.85}100%{transform:translateX(140%) rotate(-18deg);opacity:0}}
@keyframes cardFloat{0%,100%{transform:translateY(0) rotateX(0deg) rotateY(0deg)}50%{transform:translateY(-16px) rotateX(2deg) rotateY(-2deg)}}
@keyframes panelDrift{0%,100%{transform:translateY(0)}50%{transform:translateY(12px)}}
@keyframes pulseDot{0%,100%{transform:scale(.8);opacity:.65}50%{transform:scale(1.22);opacity:1}}

@media (max-width:1180px){
  .industry-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  .nav-modern .nav-links a{padding:9px 10px;}
}
@media (max-width:980px){
  .nav-modern{border-radius:24px!important;overflow:visible!important;}
  .nav-modern .nav-links{border-radius:20px;background:rgba(5,13,22,.96)!important;display:none!important;}
  .nav-modern .nav-links.open{display:flex!important;}
  .industry-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .hero-motion,.route-network{opacity:.42;}
  .signal-card{top:40px;}
}
@media (max-width:620px){
  .nav-modern{min-height:62px!important;border-radius:20px!important;}
  .nav-modern .brand{max-width:148px!important;}
  .nav-modern .brand-logo{max-width:145px!important;height:auto!important;}
  .hero-line{font-size:.68rem;padding:8px 11px;gap:7px;}
  .industry-grid{grid-template-columns:1fr;}
  .industry-card{min-height:210px;border-radius:24px;}
  .industry-card span{margin-top:120px;}
  .hero-motion span:nth-child(1){width:320px;height:320px;right:-90px;}
  .hero-motion span:nth-child(2){width:240px;height:240px;left:-100px;}
  .signal-card{display:none;}
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation:none!important;scroll-behavior:auto!important;transition-duration:.01ms!important;}
}


/* Contact, social media and location map update */
.contact-location{
  background:linear-gradient(180deg,rgba(19,191,242,.035),rgba(255,255,255,.018));
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.contact-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:stretch}
.contact-panel,.map-card{position:relative;border:1px solid rgba(255,255,255,.13);background:linear-gradient(180deg,rgba(7,18,31,.84),rgba(9,25,40,.72));border-radius:30px;padding:28px;box-shadow:0 24px 64px rgba(0,0,0,.28);overflow:hidden}
.contact-panel::before,.map-card::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 12% 10%,rgba(19,191,242,.16),transparent 32%),repeating-linear-gradient(115deg,transparent 0 64px,rgba(19,191,242,.07) 64px 66px,transparent 66px 142px);opacity:.7}
.contact-panel>* ,.map-card>*{position:relative;z-index:1}
.contact-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:26px 0}
.contact-card{display:flex;align-items:flex-start;gap:13px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);border-radius:22px;padding:17px;transition:transform .28s ease,border-color .28s ease,background .28s ease,box-shadow .28s ease;min-height:112px}
.contact-card:hover{transform:translateY(-5px);border-color:rgba(19,191,242,.45);background:rgba(19,191,242,.08);box-shadow:0 18px 42px rgba(0,0,0,.25),0 0 26px rgba(19,191,242,.1)}
.contact-card>span{flex:0 0 42px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;color:#00121c;font-weight:900;background:linear-gradient(135deg,var(--brand-blue),var(--brand-blue-2));box-shadow:0 0 28px rgba(19,191,242,.25)}
.contact-card b{display:block;color:#fff;margin-bottom:4px;font-size:1rem}
.contact-card p{margin:0;color:#c7d8ea;line-height:1.55;font-size:.9rem;word-break:break-word}
.social-block{margin-top:8px}
.social-block>b{display:block;margin-bottom:10px;color:#fff}
.social-row{display:flex;align-items:center;flex-wrap:wrap;gap:9px}
.social-link{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);border-radius:999px;padding:9px 13px;color:#dceafb!important;font-weight:850;font-size:.82rem;transition:transform .24s ease,border-color .24s ease,background .24s ease,color .24s ease}
.social-link:hover{transform:translateY(-3px);border-color:rgba(19,191,242,.48);background:linear-gradient(135deg,rgba(19,191,242,.18),rgba(35,123,255,.12));color:#fff!important}
.map-card{display:flex;flex-direction:column;gap:16px;padding:18px}
.map-frame{position:relative;min-height:420px;border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#071321;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.map-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0;filter:saturate(.95) contrast(.98)}
.btn.wide{width:100%}
.footer-social{margin-top:16px}
.mini-contact{padding-bottom:50px;color:var(--muted)}
.mini-contact a{color:#dceafb}
@media (max-width:980px){.contact-grid{grid-template-columns:1fr}.map-frame{min-height:360px}}
@media (max-width:620px){.contact-panel,.map-card{border-radius:24px;padding:20px}.contact-cards{grid-template-columns:1fr}.map-card{padding:12px}.map-frame{min-height:310px;border-radius:20px}.social-link{font-size:.78rem;padding:8px 11px}}


/* V19 footer refinement + clearer site logo */
.nav-modern .brand-logo{height:46px!important;max-width:280px!important;width:auto!important;object-fit:contain!important}
.footer{
  position:relative;
  padding:64px 0 30px!important;
  border-top:1px solid rgba(19,191,242,.18)!important;
  background:
    radial-gradient(circle at 18% 12%, rgba(19,191,242,.12), transparent 26%),
    radial-gradient(circle at 82% 0%, rgba(35,123,255,.12), transparent 24%),
    linear-gradient(180deg,#06101b 0%,#030912 100%)!important;
}
.footer::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.22;
  background:
    radial-gradient(circle, rgba(19,191,242,.65) 1px, transparent 1.6px) 0 0/22px 22px,
    repeating-linear-gradient(90deg, transparent 0 55px, rgba(255,255,255,.04) 55px 56px, transparent 56px 110px),
    repeating-linear-gradient(0deg, transparent 0 55px, rgba(255,255,255,.03) 55px 56px, transparent 56px 110px);
}
.footer-accent,.footer::after{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  width:min(1180px,calc(100% - 44px));
  height:1px;
  background:linear-gradient(90deg, rgba(19,191,242,0), rgba(19,191,242,.95), rgba(19,191,242,0));
  box-shadow:0 0 18px rgba(19,191,242,.55);
  pointer-events:none;
}
.footer-accent{top:14px}
.footer::after{bottom:70px}
.footer .container{position:relative;z-index:1}
.footer-grid{
  display:grid!important;
  grid-template-columns:1.15fr .72fr 1fr;
  gap:42px!important;
  align-items:start;
}
.footer-brand p,
.footer-contact p,
.footer-contact a,
.footer-links-col a,
.footer .copy{color:#d5e4f3!important}
.footer-brand p{max-width:420px;line-height:1.95;margin:14px 0 0;font-size:1rem}
.footer-logo{height:auto!important;max-width:270px!important;width:min(100%,270px)!important;display:block;object-fit:contain!important;filter:drop-shadow(0 0 10px rgba(255,255,255,.04))}
.footer h3{margin:0 0 18px!important;color:#fff;font-size:1.45rem;line-height:1.2}
.footer-links-col ul,
.footer-contact-list{list-style:none;margin:0;padding:0}
.footer-links-col li{margin:12px 0}
.footer-links-col a{display:inline-flex;align-items:center;gap:8px;font-weight:700;transition:color .22s ease,transform .22s ease}
.footer-links-col a:hover{color:#fff!important;transform:translateX(-4px)}
.footer-contact-list{display:grid;gap:16px}
.footer-contact-list li{padding:0 0 16px;border-bottom:1px solid rgba(255,255,255,.08)}
.footer-contact-list li:last-child{border-bottom:0;padding-bottom:0}
.footer-contact-list span{display:block;color:var(--brand-blue);font-size:.82rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase;margin-bottom:6px}
.rtl .footer-contact-list span,.rtl .footer-links-col a,.rtl .footer h3{letter-spacing:0}
.footer-contact-list p{margin:0;line-height:1.75}
.footer-contact-list a{font-weight:700;word-break:break-word}
.footer-social{margin-top:22px!important;gap:10px!important}
.footer-social .social-link{min-width:78px;background:rgba(255,255,255,.05)!important;border-color:rgba(255,255,255,.1)!important}
.footer-social .social-link:hover{box-shadow:0 0 22px rgba(19,191,242,.14)}
.copy{margin-top:34px!important;padding-top:18px!important;border-top:1px solid rgba(255,255,255,.08)!important;color:#b7cbe0!important;text-align:center;font-size:.94rem}

@media (max-width:980px){
  .footer-grid{grid-template-columns:1fr!important;gap:28px!important}
  .footer{padding:58px 0 26px!important}
}
@media (max-width:620px){
  .nav-modern .brand-logo{height:auto!important;max-width:150px!important}
  .footer{padding:54px 0 22px!important}
  .footer h3{font-size:1.28rem}
  .footer-brand p{font-size:.95rem;line-height:1.85}
  .footer-logo{max-width:220px!important}
  .footer-social .social-link{min-width:auto;padding:8px 12px}
}


/* V21 corrected: old content images restored, uploaded images only as low-opacity backgrounds, footer per user reference */
:root{
  --gold:#3bd8ff;
  --gold-2:#24a9ff;
  --brand-blue:#23bfff;
  --brand-blue-2:#0cc9e8;
}
.eyebrow{color:#24d7ff!important}
.lang a.active,.btn.primary,.nav-quote,.btn.cyan{background:linear-gradient(135deg,#16b8ff,#26d8ff)!important;color:#03101c!important;border-color:rgba(35,191,255,.4)!important;box-shadow:0 16px 42px rgba(20,191,243,.24)!important}
.nav-links a:hover{color:#fff!important;text-shadow:0 0 18px rgba(35,191,255,.28)}
.site-bg::after{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(circle at 18% 18%,rgba(35,191,255,.13),transparent 26%),radial-gradient(circle at 82% 8%,rgba(12,201,232,.08),transparent 28%),linear-gradient(120deg,transparent 12%,rgba(35,191,255,.055) 12.25%,transparent 12.55%),linear-gradient(35deg,transparent 77%,rgba(255,255,255,.05) 77.15%,transparent 77.35%);
  opacity:.8;
}

/* low opacity background image layer only */
.section,.hero,.strip,.route,.profile-download,.contact-location,.footer{position:relative;isolation:isolate;overflow:hidden}
.hero > .bg-section-img,
.section > .bg-section-img,
.route > .bg-section-img,
.profile-download > .bg-section-img,
.contact-location > .bg-section-img,
.footer > .bg-section-img{display:none}
.hero::before{background:linear-gradient(90deg,rgba(3,12,22,.90),rgba(3,12,22,.68) 43%,rgba(3,12,22,.92)),url('../images/hero-ship.jpg') center/cover no-repeat!important}
.hero::after{z-index:-1!important}
.hero-future::before{filter:saturate(1.05) contrast(1.03)!important}
.hero-future .hero-motion::before,
#about::before,
#services::before,
#coverage::before,
.route::before,
.profile-download::before,
.contact-location::before,
.footer::before{
  content:"";position:absolute;inset:0;z-index:-2;pointer-events:none;
  background-position:center;background-size:cover;background-repeat:no-repeat;
  opacity:.16!important;
  filter:saturate(1.04) contrast(1.02);
}
.hero-future .hero-motion::before{background-image:url('../images/bg-light-hero.webp');opacity:.14!important}
#about::before{background-image:url('../images/bg-light-services.webp')}
#services::before{background-image:url('../images/bg-light-services.webp')}
#coverage::before{background-image:url('../images/bg-light-coverage.webp')}
.route::before{background-image:url('../images/bg-light-route.webp')}
.profile-download::before{background-image:url('../images/bg-light-profile.webp')}
.contact-location::before{background-image:url('../images/bg-light-contact.webp')}
.footer::before{background-image:linear-gradient(180deg,rgba(3,10,18,.84),rgba(3,10,18,.94)),url('../images/bg-light-footer.webp')!important;opacity:.18!important;z-index:0}

/* luminous separators between sections */
.section::after,
.route::after,
.profile-download::after,
.contact-location::after{
  content:"";position:absolute;left:50%;top:0;transform:translateX(-50%);
  width:min(1180px,calc(100% - 40px));height:1px;z-index:1;pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(35,191,255,.88),rgba(255,255,255,.32),rgba(35,191,255,.88),transparent);
  box-shadow:0 0 18px rgba(35,191,255,.62),0 0 42px rgba(35,191,255,.24);
}
.section.compact::after{opacity:.9}
.strip::before{
  content:"";position:absolute;left:50%;top:0;transform:translateX(-50%);
  width:min(1180px,calc(100% - 40px));height:1px;z-index:2;pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(35,191,255,.75),transparent);
  box-shadow:0 0 20px rgba(35,191,255,.5);
}
.title,.footer h3{ text-shadow:0 0 18px rgba(35,191,255,.12)}
.service-group,.industry-card,.feature,.stat,.coverage-item,.route-card,.download-card,.contact-panel,.map-card,.faq,.office{
  box-shadow:0 18px 44px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.04)!important;
}

/* Footer exactly as requested, same data, cleaner background and glowing lines */
.footer{
  padding:72px 0 28px!important;
  background:linear-gradient(180deg,#06111d 0%,#030912 100%)!important;
  border-top:0!important;
}
.footer .container{position:relative;z-index:2}
.footer::after{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.40;
  background:
    radial-gradient(circle,rgba(35,191,255,.45) 1px,transparent 1.7px) 0 0/24px 24px,
    radial-gradient(circle,rgba(255,255,255,.045) 1px,transparent 1.8px) 12px 12px/24px 24px,
    radial-gradient(circle at 12% 24%,rgba(35,191,255,.10),transparent 28%),
    radial-gradient(circle at 84% 16%,rgba(12,201,232,.08),transparent 30%);
}
.footer-grid{
  display:grid!important;
  grid-template-columns:1.15fr .7fr 1.05fr!important;
  gap:42px!important;
  align-items:start!important;
  padding-top:34px!important;
  padding-bottom:92px!important;
}
.footer-grid::before,
.copy::before{
  content:"";position:absolute;left:50%;transform:translateX(-50%);
  width:min(1180px,calc(100% - 40px));height:1px;pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(35,191,255,.95),rgba(255,255,255,.22),rgba(35,191,255,.95),transparent);
  box-shadow:0 0 17px rgba(35,191,255,.75),0 0 46px rgba(35,191,255,.24);
}
.footer-grid::before{top:0}
.copy::before{top:-22px}
.footer-brand{order:1;text-align:right}
.footer-links-col{order:2;text-align:center}
.footer-contact{order:3;text-align:left}
.rtl .footer-brand{text-align:right}
.rtl .footer-links-col{text-align:center}
.rtl .footer-contact{text-align:left;direction:ltr}
.footer-logo{height:auto!important;width:min(100%,270px)!important;max-width:270px!important;margin:0 0 18px auto!important;filter:drop-shadow(0 0 14px rgba(35,191,255,.08))}
.footer-brand p{max-width:470px!important;margin:0!important;color:#d7e8f7!important;font-size:1.02rem!important;line-height:2!important}
.footer h3{font-size:1.45rem!important;line-height:1.25!important;margin:0 0 22px!important;color:#fff!important;font-weight:800!important}
.footer-links-col ul{list-style:none!important;margin:0!important;padding:0!important}
.footer-links-col li{margin:11px 0!important}
.footer-links-col a{color:#d7e8f7!important;font-size:1rem!important;font-weight:700!important;display:inline-flex!important;align-items:center!important;gap:8px!important;transition:.22s ease!important}
.footer-links-col a:hover{color:#fff!important;text-shadow:0 0 12px rgba(35,191,255,.35);transform:translateY(-2px)!important}
.footer-links-col a::before{content:"";width:6px;height:6px;border-radius:50%;background:#24d7ff;box-shadow:0 0 12px rgba(35,191,255,.55)}
.footer-contact p,.footer-contact a{color:#d7e8f7!important;font-size:.94rem!important;line-height:1.78!important}
.footer-contact a{font-size:1rem!important}
.footer-social{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin-top:26px!important;justify-content:flex-start!important}
.rtl .footer-social{justify-content:flex-start!important}
.footer-social .social-link{
  min-width:82px!important;padding:10px 15px!important;border-radius:999px!important;
  background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.14)!important;color:#fff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 0 18px rgba(35,191,255,.08)!important
}
.footer-social .social-link:first-child{min-width:45px!important;border-radius:50%!important}
.footer-social .social-link:hover{border-color:rgba(35,191,255,.48)!important;background:rgba(35,191,255,.10)!important}
.copy{
  position:relative!important;border-top:0!important;margin-top:0!important;padding-top:0!important;
  color:#aebfd2!important;text-align:center!important;font-size:.92rem!important;
}

@media (max-width:980px){
  .footer-grid{grid-template-columns:1fr!important;gap:30px!important;padding-bottom:70px!important}
  .footer-brand,.footer-links-col,.footer-contact,.rtl .footer-brand,.rtl .footer-links-col,.rtl .footer-contact{text-align:center!important;direction:inherit!important}
  .footer-logo{margin-inline:auto!important}
  .footer-social,.rtl .footer-social{justify-content:center!important}
}
@media (max-width:620px){
  .footer{padding:58px 0 24px!important}
  .footer-grid{padding-top:28px!important}
  .footer h3{font-size:1.28rem!important}
  .footer-brand p{font-size:.96rem!important}
  .footer-contact p,.footer-contact a{font-size:.88rem!important}
}


/* V22 final user-directed adjustments: no services bg image, 10% opacity section backgrounds, footer match */
.hero-future .hero-motion::before,
#about::before,
#coverage::before,
.route::before,
.profile-download::before,
.contact-location::before{
  opacity:.10!important;
}
#services::before{content:none!important;background:none!important;opacity:0!important;}

.feature-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;align-items:center;padding:18px 0 4px;position:relative;z-index:2}
.feature-pill{display:flex;align-items:center;justify-content:center;gap:10px;padding:15px 18px;border-radius:20px;background:rgba(6,18,33,.58);border:1px solid rgba(35,191,255,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 0 24px rgba(35,191,255,.06);color:#dbeaf7;text-align:center}
.feature-pill span{color:#2ed8ff;font-size:1.05rem;filter:drop-shadow(0 0 8px rgba(35,191,255,.35))}
.feature-pill b{font-size:.95rem;font-weight:800;color:#eaf6ff}
.strip{padding:0 0 12px!important;background:transparent!important;border-top:0!important;border-bottom:0!important}
.marquee{display:none!important}

#services .services-head{margin-bottom:28px!important}
#services{background:linear-gradient(180deg,rgba(3,11,20,.12),rgba(3,11,20,.04))}

.footer{padding:76px 0 28px!important;background:linear-gradient(180deg,#040d18 0%,#03101d 100%)!important}
.footer::before{background:none!important;opacity:1!important}
.footer::after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:
  radial-gradient(circle at 8% 18%,rgba(35,191,255,.20),transparent 16%),
  radial-gradient(circle at 92% 10%,rgba(35,191,255,.12),transparent 18%),
  radial-gradient(circle,rgba(35,191,255,.18) 1px,transparent 1.8px) 0 0/22px 22px,
  radial-gradient(circle,rgba(255,255,255,.03) 1px,transparent 1.8px) 11px 11px/22px 22px,
  linear-gradient(180deg,rgba(3,11,20,.82),rgba(3,11,20,.96));opacity:.88!important}
.footer-grid{grid-template-columns:1.08fr .82fr 1.1fr!important;gap:56px!important;padding-top:58px!important;padding-bottom:82px!important;align-items:start!important}
.footer-grid::before{top:0!important}
.copy::before{top:-26px!important}
.footer-grid::before,.copy::before{background:linear-gradient(90deg,transparent,rgba(34,194,255,1),rgba(255,255,255,.32),rgba(34,194,255,1),transparent)!important;box-shadow:0 0 18px rgba(35,191,255,.7),0 0 36px rgba(35,191,255,.22)!important}
.footer-contact{order:1!important;text-align:left!important}
.footer-links-col{order:2!important;text-align:center!important}
.footer-brand{order:3!important;text-align:right!important}
.rtl .footer-contact{direction:ltr!important;text-align:left!important}
.rtl .footer-brand{direction:rtl!important;text-align:right!important}
.rtl .footer-brand .footer-tagline{text-align:right!important}
html[lang="en"] .footer-brand, body:not(.rtl) .footer-brand{text-align:left!important}
html[lang="en"] .footer-brand .footer-tagline, body:not(.rtl) .footer-brand .footer-tagline{text-align:left!important}
html[lang="en"] .footer-contact, body:not(.rtl) .footer-contact{text-align:left!important;direction:ltr!important}
.footer h3{font-size:1.6rem!important;margin-bottom:24px!important;text-shadow:0 0 18px rgba(35,191,255,.22),0 0 2px rgba(255,255,255,.3)!important}
.footer h3::after{content:"";display:block;width:120px;max-width:100%;height:2px;margin:14px auto 0;background:linear-gradient(90deg,transparent,rgba(35,191,255,.98),transparent);box-shadow:0 0 18px rgba(35,191,255,.75)}
.footer-contact h3::after{margin-inline-start:0;margin-inline-end:auto}
.footer-brand .footer-logo{width:min(100%,360px)!important;max-width:360px!important;margin:0 0 22px auto!important;filter:drop-shadow(0 0 14px rgba(35,191,255,.18))}
html[lang="en"] .footer-brand .footer-logo, body:not(.rtl) .footer-brand .footer-logo{margin:0 auto 22px 0!important}
.footer-tagline{font-size:1.08rem!important;line-height:1.95!important;color:#eef7ff!important;max-width:560px!important}
.footer-contact-list{display:grid;gap:22px!important}
.footer-contact-item{display:flex;align-items:flex-start;gap:16px;color:#edf6ff}
.footer-icon{width:40px;height:40px;flex:0 0 40px;border-radius:50%;display:grid;place-items:center;background:rgba(15,37,62,.72);border:1px solid rgba(35,191,255,.22);color:#3ed8ff;font-size:1.35rem;box-shadow:0 0 16px rgba(35,191,255,.12)}
.footer-contact-item p,.footer-contact-item a{margin:0!important;color:#eef6ff!important;font-size:1rem!important;line-height:1.75!important}
.footer-address p{max-width:380px}
.footer-links-col a{font-size:1.02rem!important;gap:12px!important}
.footer-links-col a::before{width:10px!important;height:10px!important;border-radius:3px!important;background:linear-gradient(135deg,#29d4ff,#0c7fff)!important;box-shadow:0 0 15px rgba(35,191,255,.55)!important;transform:rotate(45deg)}
.footer-social{margin-top:30px!important;gap:12px!important}
.footer-social .social-link{min-width:118px!important;padding:14px 18px!important;border-radius:26px!important;font-size:1rem!important;font-weight:800!important;background:rgba(7,18,33,.5)!important;border:1px solid rgba(255,255,255,.13)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 0 22px rgba(35,191,255,.08)!important}
.footer-social .social-link:first-child{min-width:74px!important;border-radius:26px!important}
.copy{font-size:.95rem!important;color:#d6e8f7!important}

@media (max-width:980px){
  .feature-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-grid{grid-template-columns:1fr!important;gap:30px!important;padding-bottom:70px!important}
  .footer-contact,.footer-links-col,.footer-brand,.rtl .footer-contact,.rtl .footer-links-col,.rtl .footer-brand,html[lang="en"] .footer-contact,html[lang="en"] .footer-links-col,html[lang="en"] .footer-brand{direction:inherit!important;text-align:center!important}
  .footer h3::after,.footer-contact h3::after{margin-inline:auto!important}
  .footer-brand .footer-logo,html[lang="en"] .footer-brand .footer-logo{margin:0 auto 22px auto!important}
  .rtl .footer-brand .footer-tagline,.footer-tagline{margin-inline:auto!important;text-align:center!important}
}
@media (max-width:620px){
  .feature-strip{grid-template-columns:1fr}
  .feature-pill{justify-content:flex-start;text-align:start}
  .rtl .feature-pill{justify-content:flex-start;text-align:center}
  .footer-social .social-link{min-width:auto!important;width:auto!important}
  .footer-contact-item{gap:12px}
  .footer-icon{width:36px;height:36px;flex-basis:36px;font-size:1.15rem}
}



/* V23 strict footer/logo correction per user reference */
.brand-logo{
  height:auto!important;
  width:min(100%,232px)!important;
  max-width:232px!important;
  object-fit:contain!important;
  display:block!important;
  filter:drop-shadow(0 0 10px rgba(255,255,255,.05));
}
.nav-modern .brand{display:flex!important;align-items:center!important}

.footer{
  padding:72px 0 26px!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
  background:
    radial-gradient(circle at 50% 0%, rgba(26,175,255,.18), transparent 14%),
    radial-gradient(circle at 15% 28%, rgba(23,157,255,.09), transparent 18%),
    radial-gradient(circle at 85% 22%, rgba(23,157,255,.08), transparent 18%),
    linear-gradient(180deg, #03101c 0%, #04101d 38%, #020915 100%)!important;
}
.footer::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  pointer-events:none!important;
  opacity:1!important;
  background:
    radial-gradient(circle, rgba(54,189,255,.18) 1px, transparent 1.8px) 0 0/22px 22px,
    radial-gradient(circle, rgba(255,255,255,.04) 1px, transparent 1.8px) 11px 11px/22px 22px,
    radial-gradient(70% 45% at 0% 50%, rgba(36,201,255,.18), transparent 58%),
    radial-gradient(70% 45% at 100% 50%, rgba(36,201,255,.16), transparent 58%);
  -webkit-mask-image:linear-gradient(90deg, rgba(0,0,0,.95) 0 18%, rgba(0,0,0,.25) 34%, rgba(0,0,0,.22) 66%, rgba(0,0,0,.95) 82% 100%);
  mask-image:linear-gradient(90deg, rgba(0,0,0,.95) 0 18%, rgba(0,0,0,.25) 34%, rgba(0,0,0,.22) 66%, rgba(0,0,0,.95) 82% 100%);
}
.footer::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  pointer-events:none!important;
  background:
    radial-gradient(circle at 50% 0, rgba(38,201,255,.95) 0 2px, rgba(38,201,255,.28) 6px, transparent 34px),
    linear-gradient(90deg, transparent 0%, rgba(38,201,255,.75) 16%, rgba(255,255,255,.24) 50%, rgba(38,201,255,.75) 84%, transparent 100%) top center/100% 1px no-repeat,
    radial-gradient(circle at 50% 100%, rgba(38,201,255,.95) 0 2px, rgba(38,201,255,.24) 6px, transparent 32px),
    linear-gradient(90deg, transparent 0%, rgba(38,201,255,.72) 16%, rgba(255,255,255,.18) 50%, rgba(38,201,255,.72) 84%, transparent 100%) bottom center/100% 1px no-repeat;
}
.footer .container{position:relative!important;z-index:1!important}
.footer-grid{
  display:grid!important;
  grid-template-columns:1.02fr .88fr 1.2fr!important;
  gap:62px!important;
  align-items:start!important;
  padding:56px 0 74px!important;
}
.footer-grid::before{display:none!important}
.footer-contact{order:1!important;text-align:left!important;direction:ltr!important}
.footer-links-col{order:2!important;text-align:center!important}
.footer-brand{order:3!important;text-align:right!important;direction:rtl!important}
html[lang="en"] .footer-brand, body:not(.rtl) .footer-brand{text-align:left!important;direction:ltr!important}
html[lang="en"] .footer-contact, body:not(.rtl) .footer-contact{text-align:left!important;direction:ltr!important}

.footer-contact h3,
.footer-links-col h3{
  text-align:center!important;
}
.footer h3{
  margin:0 0 26px!important;
  font-size:1.7rem!important;
  font-weight:800!important;
  color:#fff!important;
  text-shadow:0 0 14px rgba(48,193,255,.25), 0 0 2px rgba(255,255,255,.3)!important;
}
.footer h3::after{
  content:""!important;
  display:block!important;
  width:124px!important;
  height:2px!important;
  margin:16px auto 0!important;
  background:linear-gradient(90deg, transparent, rgba(42,207,255,1), transparent)!important;
  box-shadow:0 0 14px rgba(42,207,255,.85), 0 0 28px rgba(42,207,255,.2)!important;
}
.footer-brand .footer-logo{
  width:min(100%,360px)!important;
  max-width:360px!important;
  height:auto!important;
  display:block!important;
  margin:0 0 20px auto!important;
  object-fit:contain!important;
  filter:drop-shadow(0 0 12px rgba(255,255,255,.03))!important;
}
html[lang="en"] .footer-brand .footer-logo,
body:not(.rtl) .footer-brand .footer-logo{margin:0 auto 20px 0!important}
.footer-tagline{
  margin:0!important;
  max-width:560px!important;
  color:#f0f7ff!important;
  font-size:1.02rem!important;
  line-height:1.9!important;
  text-align:right!important;
}
html[lang="en"] .footer-tagline,
body:not(.rtl) .footer-tagline{text-align:left!important}

.footer-contact-list{display:grid!important;gap:30px!important;list-style:none!important;padding:0!important;margin:0!important}
.footer-contact-item{display:flex!important;align-items:flex-start!important;gap:16px!important}
.footer-icon{
  width:44px!important;
  height:44px!important;
  flex:0 0 44px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:rgba(7,25,44,.66)!important;
  border:1px solid rgba(46,208,255,.26)!important;
  color:#4ecfff!important;
  font-size:1.5rem!important;
  box-shadow:0 0 18px rgba(46,208,255,.16)!important;
}
.footer-contact-item p,
.footer-contact-item a{
  margin:0!important;
  color:#eef6ff!important;
  font-size:1rem!important;
  line-height:1.8!important;
}
.footer-address p{max-width:430px!important}

.footer-links-col ul{list-style:none!important;padding:0!important;margin:0!important}
.footer-links-col li{margin:18px 0!important}
.footer-links-col a{
  display:inline-flex!important;
  align-items:center!important;
  gap:12px!important;
  color:#edf6ff!important;
  font-size:1.02rem!important;
  font-weight:700!important;
  text-decoration:none!important;
  text-shadow:0 0 10px rgba(46,208,255,.12)!important;
}
.footer-links-col a::before{
  content:"›"!important;
  width:auto!important;
  height:auto!important;
  background:none!important;
  box-shadow:none!important;
  border-radius:0!important;
  transform:none!important;
  color:#29d4ff!important;
  font-size:2rem!important;
  line-height:1!important;
}
.rtl .footer-links-col a{direction:rtl!important}
.rtl .footer-links-col a::before{content:"‹"!important}

.footer-social{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  margin-top:28px!important;
  justify-content:flex-end!important;
}
html[lang="en"] .footer-social,
body:not(.rtl) .footer-social{justify-content:flex-start!important}
.footer-social .social-link{
  min-width:118px!important;
  padding:14px 18px!important;
  border-radius:28px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  background:linear-gradient(180deg, rgba(10,28,49,.72), rgba(8,18,34,.88))!important;
  color:#f4f8ff!important;
  font-size:1rem!important;
  font-weight:800!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05), 0 0 18px rgba(43,194,255,.06)!important;
}
.footer-social .social-link:first-child{
  min-width:74px!important;
}
.footer-social .social-link:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(52,204,255,.48)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06), 0 0 18px rgba(43,194,255,.12)!important;
}

.copy{
  margin-top:0!important;
  padding-top:28px!important;
  border-top:0!important;
  text-align:right!important;
  color:#e7f2ff!important;
  font-size:.95rem!important;
}
.copy::before{
  content:""!important;
  position:absolute!important;
  inset:auto 0 auto 0!important;
  top:-1px!important;
  height:1px!important;
  background:linear-gradient(90deg, transparent, rgba(42,207,255,.72) 18%, rgba(255,255,255,.18) 50%, rgba(42,207,255,.72) 82%, transparent)!important;
  box-shadow:0 0 14px rgba(42,207,255,.65),0 0 26px rgba(42,207,255,.14)!important;
}
html[lang="en"] .copy,
body:not(.rtl) .copy{text-align:left!important}

@media (max-width:980px){
  .footer-grid{grid-template-columns:1fr!important;gap:32px!important;padding:40px 0 62px!important}
  .footer-contact,.footer-links-col,.footer-brand,
  .rtl .footer-contact,.rtl .footer-links-col,.rtl .footer-brand,
  html[lang="en"] .footer-contact,html[lang="en"] .footer-links-col,html[lang="en"] .footer-brand{
    text-align:center!important;direction:inherit!important;
  }
  .footer-brand .footer-logo,
  html[lang="en"] .footer-brand .footer-logo{margin:0 auto 18px auto!important}
  .footer-tagline,
  .rtl .footer-tagline,
  html[lang="en"] .footer-tagline{text-align:center!important;margin-inline:auto!important}
  .footer-social,
  html[lang="en"] .footer-social{justify-content:center!important}
}
@media (max-width:620px){
  .brand-logo{max-width:180px!important;width:min(100%,180px)!important}
  .footer{padding:58px 0 20px!important}
  .footer h3{font-size:1.4rem!important}
  .footer-contact-item p,.footer-contact-item a{font-size:.92rem!important}
  .footer-social .social-link{min-width:auto!important;padding:10px 14px!important;font-size:.9rem!important}
}


/* V24 STRICT FOOTER FIX - matches user's last footer image */
.footer,
body.rtl .footer{
  direction:ltr!important;
  position:relative!important;
  overflow:hidden!important;
  padding:72px 0 26px!important;
  border-top:0!important;
  background:
    radial-gradient(circle at 50% 0%, rgba(38,202,255,.18), transparent 16%),
    linear-gradient(180deg,#06111d 0%,#03101d 52%,#020914 100%)!important;
}
.footer::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  pointer-events:none!important;
  opacity:1!important;
  background:
    radial-gradient(circle, rgba(42,180,255,.20) 1px, transparent 1.9px) 0 0/22px 22px,
    radial-gradient(circle, rgba(255,255,255,.045) 1px, transparent 1.9px) 11px 11px/22px 22px,
    radial-gradient(70% 50% at 0% 50%, rgba(42,180,255,.20), transparent 60%),
    radial-gradient(70% 50% at 100% 50%, rgba(42,180,255,.16), transparent 60%);
  mask-image:linear-gradient(90deg, rgba(0,0,0,1) 0 18%, rgba(0,0,0,.36) 34%, rgba(0,0,0,.36) 66%, rgba(0,0,0,1) 82% 100%);
  -webkit-mask-image:linear-gradient(90deg, rgba(0,0,0,1) 0 18%, rgba(0,0,0,.36) 34%, rgba(0,0,0,.36) 66%, rgba(0,0,0,1) 82% 100%);
}
.footer::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  pointer-events:none!important;
  background:
    linear-gradient(90deg, transparent 0%, rgba(32,202,255,.85) 15%, rgba(255,255,255,.24) 50%, rgba(32,202,255,.85) 85%, transparent 100%) top center/100% 1px no-repeat,
    radial-gradient(circle at 50% 0, rgba(40,212,255,.9) 0 3px, rgba(40,212,255,.25) 8px, transparent 38px),
    linear-gradient(90deg, transparent 0%, rgba(32,202,255,.70) 15%, rgba(255,255,255,.16) 50%, rgba(32,202,255,.70) 85%, transparent 100%) bottom center/100% 1px no-repeat,
    radial-gradient(circle at 50% 100%, rgba(40,212,255,.9) 0 3px, rgba(40,212,255,.20) 8px, transparent 34px)!important;
}
.footer .container{position:relative!important;z-index:2!important}
.footer-grid{
  direction:ltr!important;
  display:grid!important;
  grid-template-columns:1.05fr .82fr 1.18fr!important;
  gap:58px!important;
  align-items:start!important;
  padding:54px 0 72px!important;
}
.footer-grid::before{display:none!important}
.footer-contact{grid-column:1!important;order:initial!important;text-align:left!important;direction:ltr!important}
.footer-links-col{grid-column:2!important;order:initial!important;text-align:center!important;direction:rtl!important}
.footer-brand{grid-column:3!important;order:initial!important;text-align:right!important;direction:rtl!important}
body:not(.rtl) .footer-brand, html[lang="en"] .footer-brand{direction:ltr!important;text-align:left!important}
.footer h3{
  margin:0 0 26px!important;
  color:#fff!important;
  font-size:1.65rem!important;
  font-weight:800!important;
  line-height:1.2!important;
  text-align:center!important;
  text-shadow:0 0 16px rgba(41,205,255,.28),0 0 2px rgba(255,255,255,.35)!important;
}
.footer h3::after{
  content:""!important;
  display:block!important;
  width:124px!important;
  height:2px!important;
  margin:16px auto 0!important;
  background:linear-gradient(90deg,transparent,rgba(41,205,255,.95),transparent)!important;
  box-shadow:0 0 16px rgba(41,205,255,.85)!important;
}
.footer-logo,
.footer-brand .footer-logo{
  display:block!important;
  width:min(100%,360px)!important;
  max-width:360px!important;
  height:auto!important;
  margin:0 0 22px auto!important;
  object-fit:contain!important;
  filter:drop-shadow(0 0 12px rgba(255,255,255,.04))!important;
}
body:not(.rtl) .footer-brand .footer-logo, html[lang="en"] .footer-brand .footer-logo{margin:0 auto 22px 0!important}
.footer-tagline,
.footer-brand p.footer-tagline{
  display:block!important;
  max-width:560px!important;
  margin:0!important;
  color:#eef7ff!important;
  font-size:1.04rem!important;
  line-height:1.95!important;
  text-align:right!important;
}
body:not(.rtl) .footer-tagline, html[lang="en"] .footer-tagline{text-align:left!important}

.footer-contact-list{display:grid!important;gap:30px!important;margin:0!important;padding:0!important}
.footer-contact-item{
  display:flex!important;
  flex-direction:row!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:16px!important;
  margin:0!important;
}
.footer-icon{
  width:44px!important;
  height:44px!important;
  flex:0 0 44px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  color:#3bd5ff!important;
  background:rgba(8,25,45,.72)!important;
  border:1px solid rgba(43,204,255,.28)!important;
  box-shadow:0 0 17px rgba(43,204,255,.16)!important;
  font-size:1.35rem!important;
}
.footer-contact-item a,
.footer-contact-item p{
  margin:0!important;
  color:#edf7ff!important;
  font-size:1rem!important;
  line-height:1.8!important;
  text-align:left!important;
  direction:ltr!important;
  font-weight:600!important;
}
.footer-address p{max-width:430px!important}
.footer-links-col ul{list-style:none!important;margin:0!important;padding:0!important}
.footer-links-col li{margin:18px 0!important;padding:0!important}
.footer-links-col a{
  color:#edf7ff!important;
  font-size:1.03rem!important;
  font-weight:700!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:12px!important;
  text-decoration:none!important;
  text-align:right!important;
}
.footer-links-col a::before{
  content:"‹"!important;
  color:#29d4ff!important;
  font-size:2rem!important;
  line-height:1!important;
  width:auto!important;
  height:auto!important;
  background:none!important;
  box-shadow:none!important;
  transform:none!important;
  border-radius:0!important;
}
.footer-social{
  direction:ltr!important;
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  margin-top:28px!important;
  justify-content:flex-start!important;
  align-items:center!important;
}
.footer-social .social-link{
  min-width:118px!important;
  padding:14px 18px!important;
  border-radius:28px!important;
  color:#f4f8ff!important;
  background:linear-gradient(180deg,rgba(10,28,49,.72),rgba(7,18,34,.88))!important;
  border:1px solid rgba(255,255,255,.14)!important;
  font-size:1rem!important;
  font-weight:800!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 0 18px rgba(43,194,255,.07)!important;
}
.footer-social .social-link:first-child{min-width:74px!important}
.copy{
  direction:ltr!important;
  position:relative!important;
  margin-top:0!important;
  padding-top:28px!important;
  border-top:0!important;
  color:#e5f2ff!important;
  text-align:right!important;
  font-size:.95rem!important;
}
.copy::before{
  content:""!important;
  position:absolute!important;
  top:-1px!important;
  left:0!important;
  right:0!important;
  height:1px!important;
  background:linear-gradient(90deg,transparent,rgba(41,205,255,.72) 17%,rgba(255,255,255,.18) 50%,rgba(41,205,255,.72) 83%,transparent)!important;
  box-shadow:0 0 14px rgba(41,205,255,.62)!important;
}
body:not(.rtl) .copy, html[lang="en"] .copy{text-align:left!important}

@media (max-width:980px){
  .footer-grid{grid-template-columns:1fr!important;gap:34px!important;padding:42px 0 62px!important}
  .footer-contact,.footer-links-col,.footer-brand,
  body:not(.rtl) .footer-contact,body:not(.rtl) .footer-links-col,body:not(.rtl) .footer-brand{
    grid-column:auto!important;text-align:center!important;direction:inherit!important;
  }
  .footer-logo,.footer-brand .footer-logo,
  body:not(.rtl) .footer-brand .footer-logo{margin:0 auto 20px!important}
  .footer-tagline,.footer-brand p.footer-tagline,
  body:not(.rtl) .footer-tagline{text-align:center!important;margin-inline:auto!important}
  .footer-social{justify-content:center!important}
  .footer-contact-item{justify-content:center!important}
}
@media (max-width:620px){
  .footer{padding:56px 0 20px!important}
  .footer h3{font-size:1.4rem!important}
  .footer-social .social-link{min-width:auto!important;padding:10px 14px!important;font-size:.9rem!important}
  .footer-contact-item a,.footer-contact-item p{font-size:.9rem!important}
}

/* V26 user-requested refinement: new hero image, new white logo, and lighter/smaller typography */
.hero::before,
.hero.hero-future::before{
  background:linear-gradient(90deg,rgba(3,12,22,.90),rgba(3,12,22,.68) 43%,rgba(3,12,22,.92)),url('../images/hero-header.jpg') center/cover no-repeat!important;
}

/* Typography refinements */
html[lang="ar"]{font-size:15.5px;}
html[lang="en"]{font-size:15px;}

html[lang="ar"] .hero-title,
html[lang="ar"] .title,
html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3{
  font-weight:800!important;
}
html[lang="en"] .hero-title,
html[lang="en"] .title,
html[lang="en"] h1,
html[lang="en"] h2,
html[lang="en"] h3{
  font-weight:700!important;
}

html[lang="ar"] .hero-title{font-size:clamp(2.7rem,4.7vw,4.4rem)!important;line-height:1.14!important;}
html[lang="ar"] .title{font-size:clamp(1.82rem,3vw,2.88rem)!important;line-height:1.2!important;}
html[lang="en"] .hero-title{font-size:clamp(2.35rem,4vw,3.9rem)!important;line-height:1.14!important;}
html[lang="en"] .title{font-size:clamp(1.62rem,2.8vw,2.58rem)!important;line-height:1.2!important;}

html[lang="ar"] .lead,
html[lang="ar"] .hero-text,
html[lang="ar"] .service-content p,
html[lang="ar"] .service-content li,
html[lang="ar"] .feature p,
html[lang="ar"] .coverage-item p,
html[lang="ar"] .faq p,
html[lang="ar"] .footer p,
html[lang="ar"] .footer a,
html[lang="ar"] .contact-card p,
html[lang="ar"] .download-card p,
html[lang="ar"] .office p,
html[lang="ar"] .nav-links a,
html[lang="ar"] .btn{font-weight:500!important;}

html[lang="en"] .lead,
html[lang="en"] .hero-text,
html[lang="en"] .service-content p,
html[lang="en"] .service-content li,
html[lang="en"] .feature p,
html[lang="en"] .coverage-item p,
html[lang="en"] .faq p,
html[lang="en"] .footer p,
html[lang="en"] .footer a,
html[lang="en"] .contact-card p,
html[lang="en"] .download-card p,
html[lang="en"] .office p,
html[lang="en"] .nav-links a,
html[lang="en"] .btn{font-weight:500!important;}

/* Slightly tighten supporting text sizes */
.lead{font-size:1.02rem!important;}
.hero-text{font-size:1.04rem!important;}
.nav-links a{font-size:.96rem!important;}
.feature-pill b,.footer-contact p,.footer-contact a,.footer-links-col a,.social-link,.contact-card p,.faq p,.service-content li,.service-content p{font-size:.97rem!important;}


/* V27 focused updates: exact logo, main headings only, articles section, social media logo icons */

/* Main headings only: reduce size and weight. Body/sidebar text remains unchanged. */
html[lang="ar"] .hero-title,
html[lang="ar"] .title,
html[lang="ar"] h1,
html[lang="ar"] h2 {
  font-weight: 700 !important;
}

html[lang="en"] .hero-title,
html[lang="en"] .title,
html[lang="en"] h1,
html[lang="en"] h2 {
  font-weight: 650 !important;
}

html[lang="ar"] .hero-title {
  font-size: clamp(2.55rem, 4.25vw, 4.05rem) !important;
}

html[lang="ar"] .title {
  font-size: clamp(1.75rem, 2.75vw, 2.65rem) !important;
}

html[lang="en"] .hero-title {
  font-size: clamp(2.25rem, 3.7vw, 3.55rem) !important;
}

html[lang="en"] .title {
  font-size: clamp(1.5rem, 2.45vw, 2.35rem) !important;
}

/* Keep logo crisp and unchanged */
.brand-logo,
.footer-logo {
  object-fit: contain !important;
}

/* Social icons using real platform logos */
.social-link {
  gap: 8px !important;
}

.social-icon {
  width: 18px !important;
  height: 18px !important;
  display: inline-block !important;
  object-fit: contain !important;
  flex: 0 0 18px !important;
}

.footer-social .social-icon {
  width: 20px !important;
  height: 20px !important;
  flex-basis: 20px !important;
}

.social-link span {
  display: inline-block !important;
}

/* Articles section */
.articles-section {
  position: relative;
  overflow: hidden;
}

.articles-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .08;
  background: url("../images/bg-light-route.webp") center/cover no-repeat;
  z-index: -2;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.article-card {
  position: relative;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 28px;
  padding: 26px;
  background: linear-gradient(180deg, rgba(8,23,38,.82), rgba(7,17,30,.66));
  box-shadow: 0 18px 44px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.04);
  overflow: hidden;
  min-height: 265px;
}

.article-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 10%, rgba(35,191,255,.16), transparent 32%),
    repeating-linear-gradient(115deg, transparent 0 60px, rgba(35,191,255,.055) 60px 62px, transparent 62px 130px);
  opacity: .65;
  pointer-events: none;
}

.article-card > * {
  position: relative;
  z-index: 1;
}

.article-card span {
  display: inline-flex;
  color: var(--brand-blue);
  font-weight: 800;
  font-size: .82rem;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.rtl .article-card span {
  letter-spacing: 0;
}

.article-card h3 {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.45;
  margin: 0 0 12px;
  font-weight: 700;
}

.article-card p {
  color: #c9d9ea;
  line-height: 1.85;
  margin: 0 0 18px;
}

.article-card a {
  color: #fff;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.article-card a::after {
  content: "›";
  color: var(--brand-blue);
  font-size: 1.3rem;
}

.rtl .article-card a::after {
  content: "‹";
}

@media (max-width: 980px) {
  .articles-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .article-card {
    border-radius: 22px;
    padding: 22px;
  }
}

/* FINAL FONT SIZE +1 ONLY */

html[lang="ar"] {
  font-size: 16.5px !important;
}

html[lang="en"] {
  font-size: 16px !important;
}

html[lang="ar"] .hero-title {
  font-size: clamp(2.7rem, 4.45vw, 4.25rem) !important;
}

html[lang="en"] .hero-title {
  font-size: clamp(2.4rem, 3.9vw, 3.75rem) !important;
}

html[lang="ar"] .title {
  font-size: clamp(1.9rem, 2.95vw, 2.85rem) !important;
}

html[lang="en"] .title {
  font-size: clamp(1.65rem, 2.6vw, 2.55rem) !important;
}

.nav-modern .nav-links a,
.nav-links a {
  font-size: 1rem !important;
}

.nav-quote,
.lang a {
  font-size: .9rem !important;
}

.lead,
.hero-text,
.service-content p,
.service-content li,
.feature p,
.coverage-item p,
.faq p,
.footer p,
.footer a,
.contact-card p,
.download-card p,
.office p,
.article-card p,
.article-card a {
  font-size: 1.03rem !important;
}

/* V29 SOCIAL ICONS ONLY - NO CARDS */

.social-row,
.footer-social {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 18px !important;
}

.footer-social {
  margin-top: 24px !important;
  justify-content: flex-start !important;
}

.footer-brand .footer-social,
.rtl .footer-brand .footer-social {
  justify-content: flex-end !important;
}

html[lang="en"] .footer-brand .footer-social,
body:not(.rtl) .footer-brand .footer-social {
  justify-content: flex-start !important;
}

.social-link,
.footer-social .social-link,
.footer-social .social-link:first-child {
  width: 28px !important;
  min-width: 28px !important;
  height: 28px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: transparent !important;
  overflow: visible !important;
}

.social-link:hover,
.footer-social .social-link:hover {
  transform: translateY(-2px) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.social-icon,
.footer-social .social-icon {
  width: 28px !important;
  height: 28px !important;
  flex: 0 0 28px !important;
  display: block !important;
  object-fit: contain !important;
  filter: none !important;
}

.social-link span,
.footer-social .social-link span {
  display: none !important;
}

@media (max-width: 620px) {
  .social-row,
  .footer-social {
    gap: 15px !important;
    flex-wrap: nowrap !important;
  }

  .social-link,
  .footer-social .social-link,
  .footer-social .social-link:first-child,
  .social-icon,
  .footer-social .social-icon {
    width: 26px !important;
    min-width: 26px !important;
    height: 26px !important;
    flex-basis: 26px !important;
  }
}

/* V30 FINAL LOGO + ARTICLES SEPARATE PAGE */

.brand-logo,
.nav-modern .brand-logo,
.footer-logo,
.footer-brand .footer-logo {
  object-fit: contain !important;
}

.nav-modern .brand-logo,
.brand-logo {
  content: url("../images/ameer-logo-final.png?v=final-logo") !important;
  width: min(100%, 232px) !important;
  max-width: 232px !important;
  height: auto !important;
}

.footer-logo,
.footer-brand .footer-logo {
  content: url("../images/ameer-logo-final.png?v=final-logo") !important;
}

.articles-page-hero {
  padding-top: 180px !important;
  padding-bottom: 70px !important;
  background:
    linear-gradient(180deg, rgba(3,12,22,.18), rgba(3,12,22,.04)),
    radial-gradient(circle at 18% 18%, rgba(35,191,255,.12), transparent 30%);
}

.articles-list-section {
  padding-top: 40px !important;
}

@media (max-width: 620px) {
  .articles-page-hero {
    padding-top: 130px !important;
  }
}

/* V31 ARTICLES BATCH 1 */

.article-hero {
  padding-top: 178px !important;
  padding-bottom: 58px !important;
  background:
    radial-gradient(circle at 18% 16%, rgba(35,191,255,.13), transparent 30%),
    linear-gradient(180deg, rgba(3,12,22,.14), rgba(3,12,22,.04));
}

.article-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #cfe2f4;
  font-weight: 700;
  margin-bottom: 20px;
}

.article-breadcrumb a {
  color: #dceeff;
}

.article-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.article-meta-row span,
.article-keywords span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(35,191,255,.18);
  background: rgba(35,191,255,.08);
  color: #dcefff;
  border-radius: 999px;
  padding: 8px 13px;
  font-weight: 700;
  font-size: .9rem;
}

.article-title {
  font-size: clamp(2.15rem, 4.1vw, 4.1rem);
  line-height: 1.28;
  margin: 0 0 18px;
  color: #fff;
  max-width: 980px;
  font-weight: 750;
}

.article-intro {
  color: #d5e6f5;
  font-size: 1.08rem;
  line-height: 2;
  max-width: 980px;
  margin: 0 0 22px;
}

.article-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 30px;
  align-items: start;
}

.article-body {
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(7,18,31,.82), rgba(9,25,40,.68));
  border-radius: 30px;
  padding: 34px;
  box-shadow: 0 18px 44px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.04);
}

.article-body h2 {
  color: #fff;
  font-size: 1.55rem;
  line-height: 1.55;
  margin: 28px 0 12px;
  font-weight: 750;
}

.article-body h2:first-child {
  margin-top: 0;
}

.article-body p {
  color: #d5e6f5;
  font-size: 1.02rem;
  line-height: 2.05;
  margin: 0 0 16px;
}

.article-body a {
  color: #38d5ff;
  font-weight: 800;
}

.article-cta-box,
.article-faq-item,
.sidebar-card {
  border: 1px solid rgba(35,191,255,.16);
  background: rgba(35,191,255,.065);
  border-radius: 24px;
}

.article-cta-box {
  padding: 24px;
  margin: 30px 0;
}

.article-cta-box h2 {
  margin-top: 0;
}

.article-faq-list {
  display: grid;
  gap: 14px;
}

.article-faq-item {
  padding: 20px;
}

.article-faq-item h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.08rem;
}

.article-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 16px;
}

.sidebar-card {
  padding: 22px;
}

.sidebar-card h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 1.15rem;
}

.sidebar-card a {
  display: block;
  color: #dceeff;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-weight: 700;
  line-height: 1.7;
}

.sidebar-card a:last-child {
  border-bottom: 0;
}

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

.article-card-soon {
  opacity: .72;
}

.article-card-soon a {
  pointer-events: none;
}

@media (max-width: 980px) {
  .article-layout {
    grid-template-columns: 1fr;
  }
  .article-sidebar {
    position: static;
  }
  .articles-grid-library {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .article-hero {
    padding-top: 130px !important;
  }
  .article-body {
    padding: 24px;
    border-radius: 24px;
  }
  .article-title {
    font-size: 1.9rem;
  }
}

/* V32 ALL ARTICLES AR + EN */

.article-lang-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.article-lang-switch a {
  border: 1px solid rgba(35,191,255,.22);
  background: rgba(35,191,255,.08);
  color: #eaf7ff;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 800;
}

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

.article-hero {
  padding-top: 178px !important;
  padding-bottom: 58px !important;
  background:
    radial-gradient(circle at 18% 16%, rgba(35,191,255,.13), transparent 30%),
    linear-gradient(180deg, rgba(3,12,22,.14), rgba(3,12,22,.04));
}

.article-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #cfe2f4;
  font-weight: 700;
  margin-bottom: 20px;
}

.article-breadcrumb a {
  color: #dceeff;
}

.article-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.article-meta-row span,
.article-keywords span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(35,191,255,.18);
  background: rgba(35,191,255,.08);
  color: #dcefff;
  border-radius: 999px;
  padding: 8px 13px;
  font-weight: 700;
  font-size: .9rem;
}

.article-title {
  font-size: clamp(2.15rem, 4.1vw, 4.1rem);
  line-height: 1.28;
  margin: 0 0 18px;
  color: #fff;
  max-width: 980px;
  font-weight: 750;
}

body:not(.rtl) .article-title {
  line-height: 1.16;
}

.article-intro {
  color: #d5e6f5;
  font-size: 1.08rem;
  line-height: 2;
  max-width: 980px;
  margin: 0 0 22px;
}

body:not(.rtl) .article-intro {
  line-height: 1.8;
}

.article-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 30px;
  align-items: start;
}

.article-body {
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(7,18,31,.82), rgba(9,25,40,.68));
  border-radius: 30px;
  padding: 34px;
  box-shadow: 0 18px 44px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.04);
}

.article-body h2 {
  color: #fff;
  font-size: 1.55rem;
  line-height: 1.55;
  margin: 28px 0 12px;
  font-weight: 750;
}

body:not(.rtl) .article-body h2 {
  line-height: 1.25;
}

.article-body h2:first-child {
  margin-top: 0;
}

.article-body p {
  color: #d5e6f5;
  font-size: 1.02rem;
  line-height: 2.05;
  margin: 0 0 16px;
}

body:not(.rtl) .article-body p {
  line-height: 1.82;
}

.article-body a {
  color: #38d5ff;
  font-weight: 800;
}

.article-cta-box,
.article-faq-item,
.sidebar-card {
  border: 1px solid rgba(35,191,255,.16);
  background: rgba(35,191,255,.065);
  border-radius: 24px;
}

.article-cta-box {
  padding: 24px;
  margin: 30px 0;
}

.article-cta-box h2 {
  margin-top: 0;
}

.article-faq-list {
  display: grid;
  gap: 14px;
}

.article-faq-item {
  padding: 20px;
}

.article-faq-item h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.08rem;
}

.article-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 16px;
}

.sidebar-card {
  padding: 22px;
}

.sidebar-card h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 1.15rem;
}

.sidebar-card a {
  display: block;
  color: #dceeff;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-weight: 700;
  line-height: 1.7;
}

.sidebar-card a:last-child {
  border-bottom: 0;
}

@media (max-width: 980px) {
  .article-layout {
    grid-template-columns: 1fr;
  }
  .article-sidebar {
    position: static;
  }
  .articles-grid-library {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .article-hero {
    padding-top: 130px !important;
  }
  .article-body {
    padding: 24px;
    border-radius: 24px;
  }
  .article-title {
    font-size: 1.9rem;
  }
}

/* V33 UNIQUE ARTICLES FIX */
.article-lang-switch{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.article-lang-switch a{border:1px solid rgba(35,191,255,.22);background:rgba(35,191,255,.08);color:#eaf7ff;border-radius:999px;padding:10px 16px;font-weight:800}.articles-grid-library{grid-template-columns:repeat(3,minmax(0,1fr))}.article-hero{padding-top:178px!important;padding-bottom:58px!important;background:radial-gradient(circle at 18% 16%,rgba(35,191,255,.13),transparent 30%),linear-gradient(180deg,rgba(3,12,22,.14),rgba(3,12,22,.04))}.article-breadcrumb{display:flex;align-items:center;gap:10px;color:#cfe2f4;font-weight:700;margin-bottom:20px}.article-breadcrumb a{color:#dceeff}.article-meta-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.article-meta-row span,.article-keywords span{display:inline-flex;align-items:center;border:1px solid rgba(35,191,255,.18);background:rgba(35,191,255,.08);color:#dcefff;border-radius:999px;padding:8px 13px;font-weight:700;font-size:.9rem}.article-title{font-size:clamp(2.15rem,4.1vw,4.1rem);line-height:1.28;margin:0 0 18px;color:#fff;max-width:980px;font-weight:750}body:not(.rtl) .article-title{line-height:1.16}.article-intro{color:#d5e6f5;font-size:1.08rem;line-height:2;max-width:980px;margin:0 0 22px}body:not(.rtl) .article-intro{line-height:1.8}.article-keywords{display:flex;flex-wrap:wrap;gap:9px}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:30px;align-items:start}.article-body{border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(7,18,31,.82),rgba(9,25,40,.68));border-radius:30px;padding:34px;box-shadow:0 18px 44px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.04)}.article-body h2{color:#fff;font-size:1.55rem;line-height:1.55;margin:28px 0 12px;font-weight:750}body:not(.rtl) .article-body h2{line-height:1.25}.article-body h2:first-child{margin-top:0}.article-body p{color:#d5e6f5;font-size:1.02rem;line-height:2.05;margin:0 0 16px}body:not(.rtl) .article-body p{line-height:1.82}.article-body a{color:#38d5ff;font-weight:800}.article-cta-box,.article-faq-item,.sidebar-card{border:1px solid rgba(35,191,255,.16);background:rgba(35,191,255,.065);border-radius:24px}.article-cta-box{padding:24px;margin:30px 0}.article-cta-box h2{margin-top:0}.article-faq-list{display:grid;gap:14px}.article-faq-item{padding:20px}.article-faq-item h3{margin:0 0 8px;color:#fff;font-size:1.08rem}.article-sidebar{position:sticky;top:110px;display:grid;gap:16px}.sidebar-card{padding:22px}.sidebar-card h3{margin:0 0 14px;color:#fff;font-size:1.15rem}.sidebar-card a{display:block;color:#dceeff;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.08);font-weight:700;line-height:1.7}.sidebar-card a:last-child{border-bottom:0}@media(max-width:980px){.article-layout{grid-template-columns:1fr}.article-sidebar{position:static}.articles-grid-library{grid-template-columns:1fr}}@media(max-width:620px){.article-hero{padding-top:130px!important}.article-body{padding:24px;border-radius:24px}.article-title{font-size:1.9rem}}

/* V37 ARTICLE HERO BACKGROUND FOR ALL ARTICLE PAGES - 11% IMAGE OPACITY ONLY */

.article-hero {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  background:
    linear-gradient(180deg, rgba(3,12,22,.90), rgba(3,12,22,.82)),
    radial-gradient(circle at 18% 16%, rgba(35,191,255,.13), transparent 30%) !important;
}

.article-hero > .container {
  position: relative !important;
  z-index: 3 !important;
}

.article-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  background-image: url("../images/article-hero-bg.webp") !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  opacity: .18 !important;
  filter: saturate(1.08) contrast(1.04) !important;
}

.article-hero::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(3,12,22,.20), rgba(3,12,22,.04), rgba(3,12,22,.20)),
    radial-gradient(circle at 50% 0%, rgba(35,191,255,.08), transparent 35%) !important;
}
