/*
Theme Name: Areej Responsive Premium 5.4 Service Hubs
Theme URI: https://areejcity.com/
Author: Areej City
Description: ثيم ووردبريس عربي Mobile-First لمؤسسة أريج، متوافق مع PHP 8.3 ومهيأ للأداء وSEO وGEO والتحويل.
Version: 5.4.0
Requires at least: 6.4
Requires PHP: 8.2
Text Domain: areej-premium-v3
*/

:root{
  --navy:#072554;
  --navy-deep:#041a3c;
  --blue:#0b63d8;
  --blue-2:#1a74ea;
  --blue-soft:#eef6ff;
  --cyan:#2eb7e7;
  --green:#19a85f;
  --ink:#172033;
  --text:#53657b;
  --muted:#66788e;
  --line:#dfe8f2;
  --surface:#ffffff;
  --soft:#f7fbff;
  --shadow:0 18px 46px rgba(7,45,95,.10);
  --shadow-lg:0 28px 80px rgba(4,26,60,.18);
  --radius:18px;
  --container:1220px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  direction:rtl;
  color:var(--text);
  background:#fff;
  font-family:system-ui,-apple-system,"Segoe UI",Tahoma,Arial,sans-serif;
  line-height:1.85;
  font-size:16px;
}
h1,h2,h3,h4,h5,h6,.btn,.primary-nav a{
  font-family:system-ui,-apple-system,"Segoe UI",Tahoma,Arial,sans-serif;
}
img{display:block;max-width:100%;height:auto}
a{text-decoration:none;color:var(--blue)}
button,input,select,textarea{font:inherit}
.container{width:min(calc(100% - 34px),var(--container));margin-inline:auto}
.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}

.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,255,255,.97);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(7,37,84,.08);
  box-shadow:0 8px 26px rgba(7,37,84,.05);
}
.site-header__inner{
  min-height:84px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:24px;
}
.site-branding{display:flex;align-items:center;min-width:180px}
.custom-logo{max-height:62px;width:auto}
.site-title{margin:0;color:var(--navy);font-size:1.3rem;font-weight:900}
.site-description{margin:2px 0 0;color:var(--muted);font-size:.78rem}
.primary-nav{min-width:0}
.primary-nav>ul,.primary-nav .menu{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:24px;
  list-style:none;
  margin:0;
  padding:0;
}
.primary-nav li{position:relative}
.primary-nav a{
  position:relative;
  display:flex;
  align-items:center;
  min-height:44px;
  color:var(--ink);
  font-size:.89rem;
  font-weight:700;
  white-space:nowrap;
}
.primary-nav a::after{
  content:"";
  position:absolute;
  right:0;
  bottom:1px;
  width:0;
  height:3px;
  border-radius:99px;
  background:var(--blue);
  transition:.2s ease;
}
.primary-nav a:hover::after,
.primary-nav .current-menu-item>a::after{width:100%}
.primary-nav .sub-menu{
  display:none;
  position:absolute;
  top:100%;
  right:0;
  min-width:240px;
  padding:10px;
  margin:0;
  list-style:none;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
  box-shadow:var(--shadow);
}
.primary-nav li:hover>.sub-menu{display:block}
.primary-nav .sub-menu a{padding:8px 10px;white-space:normal}
.header-actions{display:flex;gap:10px;align-items:center}
.mobile-menu-toggle{
  display:none;
  width:44px;
  height:44px;
  border:1px solid var(--line);
  border-radius:12px;
  color:var(--navy);
  background:#fff;
  font-size:1.35rem;
  cursor:pointer;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:48px;
  padding:11px 22px;
  border:1px solid transparent;
  border-radius:10px;
  font-weight:800;
  font-size:.9rem;
  transition:.2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn--primary{
  color:#fff;
  background:linear-gradient(135deg,var(--blue),#0a52bd);
  box-shadow:0 12px 28px rgba(11,99,216,.22);
}
.btn--primary:hover{color:#fff}
.btn--outline{
  color:var(--blue);
  border-color:#b8d4f2;
  background:#fff;
}
.btn--outline:hover{
  color:#fff;
  border-color:var(--blue);
  background:var(--blue);
}
.btn--white{color:var(--navy);background:#fff}
.btn--whatsapp{color:#fff;background:var(--green)}
.btn--whatsapp:hover{color:#fff;background:#128c50}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 13px;
  border:1px solid #d8eaff;
  border-radius:999px;
  color:var(--blue);
  background:#f0f7ff;
  font-size:.82rem;
  font-weight:800;
}
.eyebrow::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--cyan);
  box-shadow:0 0 0 5px rgba(46,183,231,.12);
}

.hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 82% 16%,rgba(26,116,234,.08),transparent 26%),
    linear-gradient(120deg,#fff 0%,#fff 58%,#f3f9ff 100%);
}
.hero__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:590px;
}
.hero__content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:78px 0 78px 48px;
}
.hero h1{
  margin:18px 0 16px;
  color:var(--ink);
  font-size:clamp(2.7rem,5vw,5rem);
  line-height:1.2;
  letter-spacing:-.05em;
}
.hero h1 .brand-word{color:var(--blue)}
.hero__lead{
  max-width:680px;
  margin:0;
  color:#5a6c83;
  font-size:1.12rem;
}
.hero__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:28px;
}
.hero__media{
  position:relative;
  min-height:590px;
  overflow:hidden;
  background:linear-gradient(145deg,#dbeeff,#fff);
}
.hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.hero__placeholder{
  display:grid;
  place-items:center;
  min-height:590px;
  color:#fff;
  text-align:center;
  background:linear-gradient(145deg,var(--blue),var(--navy));
}
.hero__placeholder strong{display:block;font-size:2.2rem}
.hero__media::after{
  content:"";
  position:absolute;
  top:0;
  right:-1px;
  width:170px;
  height:100%;
  background:linear-gradient(90deg,rgba(255,255,255,0),#fff);
  clip-path:polygon(100% 0,100% 100%,0 100%,70% 50%,0 0);
}

.trust-strip-wrap{
  position:relative;
  z-index:4;
  margin-top:-42px;
}
.trust-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--shadow);
}
.trust-item{
  display:flex;
  align-items:center;
  gap:14px;
  padding:24px 26px;
  border-left:1px solid var(--line);
}
.trust-item:last-child{border-left:0}
.trust-icon{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:14px;
  color:var(--blue);
  background:var(--blue-soft);
  font-size:1.2rem;
}
.trust-item strong{display:block;color:var(--ink)}
.trust-item span{display:block;color:var(--muted);font-size:.84rem}

.section{padding:88px 0}
.section--soft{background:var(--soft)}
.section--blue{
  color:#fff;
  background:linear-gradient(135deg,var(--blue),var(--navy));
}
.section-heading{
  max-width:760px;
  margin:0 auto 42px;
  text-align:center;
}
.section-heading--right{text-align:right;margin-inline:0}
.section-heading h2{
  margin:12px 0 10px;
  color:var(--ink);
  font-size:clamp(2rem,4vw,3.1rem);
  line-height:1.35;
  letter-spacing:-.03em;
}
.section-heading p{margin:0;color:var(--muted)}

.services-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.service-card{
  display:grid;
  grid-template-columns:45% 55%;
  min-height:190px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 28px rgba(7,37,84,.06);
  transition:.25s ease;
}
.service-card:hover{
  transform:translateY(-7px);
  border-color:#b7d6f7;
  box-shadow:var(--shadow);
}
.service-card__media{
  min-height:190px;
  background:linear-gradient(135deg,#dcecff,#f8fbff);
}
.service-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.service-card__body{
  display:flex;
  flex-direction:column;
  padding:22px;
}
.service-card__icon{
  display:grid;
  place-items:center;
  width:45px;
  height:45px;
  border-radius:12px;
  color:var(--blue);
  background:var(--blue-soft);
  font-size:1.1rem;
}
.service-card h3{
  margin:14px 0 8px;
  color:var(--ink);
  font-size:1.04rem;
}
.service-card p{
  margin:0 0 14px;
  color:var(--muted);
  font-size:.88rem;
}
.service-card__link{
  margin-top:auto;
  font-weight:800;
  font-size:.86rem;
}

.why-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:50px;
  align-items:center;
}
.why-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}
.why-item{
  padding:22px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
}
.why-item strong{display:block;color:var(--ink);margin-bottom:6px}
.why-item p{margin:0;color:var(--muted);font-size:.9rem}
.why-panel{
  padding:34px;
  border-radius:24px;
  color:#fff;
  background:linear-gradient(145deg,var(--blue),var(--navy-deep));
  box-shadow:var(--shadow-lg);
}
.why-panel h3{margin:0 0 12px;font-size:1.7rem}
.why-panel p{margin:0 0 22px;color:#d9e9fb}
.why-points{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}
.why-points li{
  padding:11px 13px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:10px;
  background:rgba(255,255,255,.06);
}
.why-points li::before{content:"✓";font-weight:900;margin-left:8px}

.stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.stat{
  padding:25px 18px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:16px;
  background:rgba(255,255,255,.08);
  text-align:center;
}
.stat strong{display:block;color:#fff;font-size:2rem}
.stat span{color:#d8ebff}

.before-after-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.ba-card{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 28px rgba(7,37,84,.06);
}
.ba-images{
  display:grid;
  grid-template-columns:1fr 1fr;
  aspect-ratio:16/9;
}
.ba-pane{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#dfefff,#f8fbff);
}
.ba-pane img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.ba-label{
  position:absolute;
  top:10px;
  right:10px;
  padding:4px 9px;
  border-radius:999px;
  color:#fff;
  background:rgba(4,26,60,.86);
  font-size:.75rem;
  font-weight:800;
}
.ba-pane:last-child .ba-label{
  right:auto;
  left:10px;
  background:var(--blue);
}
.ba-card__body{padding:16px}
.ba-card h3{margin:0;color:var(--ink);font-size:1rem}

.testimonials-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.testimonial{
  padding:26px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 28px rgba(7,37,84,.06);
}
.testimonial__stars{color:#f7b500;letter-spacing:2px}
.testimonial p{color:var(--text)}
.testimonial strong{display:block;color:var(--ink)}
.testimonial span{color:var(--muted);font-size:.82rem}

.posts-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.post-card{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 28px rgba(7,37,84,.06);
}
.post-card__thumb{
  display:block;
  aspect-ratio:16/10;
  overflow:hidden;
  background:#eef6ff;
}
.post-card__thumb img{width:100%;height:100%;object-fit:cover}
.post-card__body{padding:18px}
.post-card__meta{color:var(--blue);font-size:.78rem}
.post-card h3{margin:8px 0;color:var(--ink);font-size:1rem}
.post-card p{font-size:.86rem;color:var(--muted)}

.cta-box{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:30px;
  padding:40px;
  border-radius:24px;
  color:#fff;
  background:linear-gradient(135deg,var(--blue),var(--navy));
  box-shadow:var(--shadow-lg);
}
.cta-box h2{margin:0 0 8px;font-size:2rem}
.cta-box p{margin:0;color:#d8ebff}
.cta-box__actions{display:flex;gap:10px;flex-wrap:wrap}

.floating-actions{
  position:fixed;
  left:18px;
  top:50%;
  z-index:1000;
  display:flex;
  flex-direction:column;
  gap:10px;
  transform:translateY(-50%);
}
.floating-actions a{
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  border-radius:50%;
  color:#fff;
  box-shadow:0 12px 26px rgba(0,0,0,.18);
}
.floating-actions .wa{background:var(--green)}
.floating-actions .call{background:var(--blue)}
.floating-actions svg{display:block}

.page-header{
  padding:68px 0;
  text-align:center;
  color:#fff;
  background:linear-gradient(135deg,var(--navy-deep),var(--blue));
}
.page-header h1{margin:0;font-size:clamp(2rem,4vw,3.3rem)}
.breadcrumbs{margin-top:10px;color:#d7e8fb;font-size:.88rem}
.breadcrumbs a{color:#fff}
.content-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:30px;
  align-items:start;
}
.entry-card,.sidebar-card{
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 28px rgba(7,37,84,.06);
}
.entry-card{padding:clamp(24px,4vw,46px)}
.sidebar-card{padding:22px;margin-bottom:18px}
.entry-content h2,.entry-content h3{color:var(--ink)}
.entry-content h2{position:relative;padding-right:16px}
.entry-content h2::before{
  content:"";
  position:absolute;
  right:0;
  top:.2em;
  width:5px;
  height:1.2em;
  border-radius:99px;
  background:var(--blue);
}

.site-footer{
  padding-top:68px;
  color:#dce9f8;
  background:var(--navy-deep);
}
.footer-grid{
  display:grid;
  grid-template-columns:1.35fr 1fr 1fr 1fr;
  gap:36px;
}
.footer-title{color:#fff}
.site-footer p{color:#b9cde5}
.footer-menu,.footer-contact{list-style:none;margin:0;padding:0}
.footer-menu li,.footer-contact li{margin-bottom:9px}
.site-footer a{color:#dce9f8}
.footer-bottom{
  margin-top:46px;
  padding:20px 0;
  border-top:1px solid rgba(255,255,255,.1);
  text-align:center;
  color:#9db5d0;
}

.mobile-contact-bar{
  display:none;
  position:fixed;
  right:0;
  left:0;
  bottom:0;
  z-index:1100;
  padding:10px 12px;
  border-top:1px solid var(--line);
  background:#fff;
  box-shadow:0 -8px 22px rgba(7,37,84,.12);
}
.mobile-contact-bar__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

@media(max-width:1080px){
  .site-header__inner{grid-template-columns:1fr auto}
  .primary-nav{display:none;grid-column:1/-1;padding-bottom:18px}
  .primary-nav.is-open{display:block}
  .primary-nav>ul,.primary-nav .menu{flex-direction:column;align-items:stretch;gap:3px}
  .primary-nav .sub-menu{position:static;display:block;box-shadow:none;border:0;padding-right:18px}
  .mobile-menu-toggle{display:grid;place-items:center}
  .header-actions{display:none}
  .hero__grid,.why-grid,.content-layout,.cta-box{grid-template-columns:1fr}
  .hero__content{padding:62px 0 36px}
  .hero__media{min-height:460px}
  .hero__media::after{display:none}
  .trust-strip{grid-template-columns:repeat(2,1fr)}
  .services-grid,.before-after-grid,.posts-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:700px){
  body{font-size:15px;padding-bottom:76px}
  .site-header__inner{min-height:72px}
  .custom-logo{max-height:50px}
  .hero__content{padding:48px 0 34px}
  .hero h1{font-size:2.35rem}
  .hero__actions .btn{width:100%}
  .hero__media{min-height:330px}
  .hero__placeholder{min-height:330px}
  .trust-strip-wrap{margin-top:18px}
  .trust-strip{grid-template-columns:1fr}
  .trust-item{border-left:0;border-bottom:1px solid var(--line)}
  .trust-item:last-child{border-bottom:0}
  .section{padding:62px 0}
  .services-grid,.why-list,.stats,.before-after-grid,.testimonials-grid,.posts-grid,.footer-grid{grid-template-columns:1fr}
  .service-card{grid-template-columns:1fr}
  .service-card__media{min-height:220px}
  .cta-box{padding:28px 22px}
  .cta-box__actions .btn{width:100%}
  .floating-actions{display:none}
  .mobile-contact-bar{display:block}
}

/* Embedded Areej image library */
.hero__media img{
  object-position:center;
}
.service-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

/* V3.1 visual fixes */
.hero__media img{
  object-fit:cover;
  object-position:center;
}
.before-after-grid .ba-card > img{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
}
.footer-map{
  padding-top:70px;
  background:#f7fbff;
}
.footer-map__head{
  padding-bottom:24px;
  text-align:center;
}
.footer-map__head h2{
  margin:0 0 8px;
  color:var(--ink);
  font-size:clamp(1.7rem,3vw,2.5rem);
}
.footer-map__head p{
  margin:0;
  color:var(--muted);
}
.footer-map iframe{
  display:block;
  filter:saturate(.9) contrast(1.02);
}
@media(max-width:700px){
  .footer-map{padding-top:52px}
  .footer-map iframe{height:300px}
}

/* V3.2 branding and compact map */
.brand-lockup{display:flex;align-items:center;gap:10px;color:var(--navy)}
.brand-mark{width:48px;height:48px;flex:0 0 48px}
.brand-copy{display:flex;flex-direction:column;line-height:1.2}
.brand-copy strong{color:var(--navy);font-family:system-ui,-apple-system,"Segoe UI",Tahoma,Arial,sans-serif;font-size:1.08rem}
.brand-copy small{margin-top:5px;color:var(--muted);font-size:.72rem}
.footer-grid--with-map{grid-template-columns:1.25fr .85fr .85fr .95fr 1.35fr;gap:28px;align-items:start}
.footer-brand-lockup{display:flex;align-items:center;gap:10px;margin-bottom:14px;color:#fff}
.footer-brand-lockup img{width:54px;height:54px}
.footer-brand-lockup strong{display:block;color:#fff;font-family:"Alexandria","Tajawal",sans-serif}
.footer-brand-lockup span{display:block;color:#aac3df;font-size:.78rem}
.footer-map-compact iframe{display:block;overflow:hidden;border-radius:12px;filter:saturate(.85) contrast(1.02)}
@media(max-width:1180px){
  .footer-grid--with-map{grid-template-columns:repeat(3,1fr)}
  .footer-map-compact{grid-column:span 2}
}
@media(max-width:700px){
  .brand-mark{width:42px;height:42px;flex-basis:42px}
  .brand-copy strong{font-size:.96rem}
  .brand-copy small{display:none}
  .footer-grid--with-map{grid-template-columns:1fr}
  .footer-map-compact{grid-column:auto}
  .footer-map-compact iframe{height:190px}
}

/* FINAL HEADER + HERO FIXES */
.site-header__inner{
  grid-template-columns:minmax(170px,210px) minmax(0,1fr) auto;
  gap:16px;
}
.primary-nav>ul,
.primary-nav .menu{
  gap:16px;
}
.primary-nav a{
  font-size:.82rem;
}
.header-actions{
  gap:8px;
  flex-shrink:0;
}
.header-actions .btn{
  min-height:44px;
  padding:9px 16px;
  font-size:.82rem;
}
.site-branding{
  min-width:0;
}
.brand-lockup{
  min-width:0;
}
.brand-copy strong{
  white-space:nowrap;
}
.hero-title{
  display:flex;
  flex-direction:column;
  gap:4px;
  margin:18px 0 16px;
}
.hero-title__line{
  display:block;
  font-size:clamp(2.7rem,5vw,4.8rem);
  line-height:1.15;
}
.hero-title__company{
  color:var(--ink);
}
.hero-title__service{
  display:block;
  color:var(--ink);
  font-size:clamp(1.75rem,3.5vw,3rem);
  line-height:1.35;
  letter-spacing:-.03em;
}
.hero-title__city{
  display:block;
  color:var(--ink);
  font-size:clamp(1.45rem,2.7vw,2.2rem);
  line-height:1.4;
}
.hero__media img{
  object-position:center center;
}
@media(max-width:1250px){
  .site-header__inner{grid-template-columns:1fr auto}
  .primary-nav{display:none;grid-column:1/-1;padding-bottom:18px}
  .primary-nav.is-open{display:block}
  .primary-nav>ul,.primary-nav .menu{flex-direction:column;align-items:stretch;gap:3px}
  .primary-nav .sub-menu{position:static;display:block;box-shadow:none;border:0;padding-right:18px}
  .mobile-menu-toggle{display:grid;place-items:center}
  .header-actions{display:none}
}
@media(max-width:700px){
  .hero-title__line{font-size:2.35rem}
  .hero-title__service{font-size:1.7rem}
  .hero-title__city{font-size:1.35rem}
}

/* AREEJ RESPONSIVE PREMIUM DEVELOPMENT VERSION */
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-top:14px solid #082a59;border-bottom:1px solid rgba(8,42,89,.08);box-shadow:0 8px 25px rgba(8,42,89,.06)}
.site-header__inner{min-height:82px;display:grid;grid-template-columns:220px minmax(0,1fr) auto;align-items:center;gap:20px}.brand-lockup{display:flex;align-items:center;gap:10px;color:#172234}.brand-mark{width:47px;height:47px}.brand-copy{display:flex;flex-direction:column;line-height:1.15}.brand-copy strong{font-family:system-ui,-apple-system,"Segoe UI",Tahoma,Arial,sans-serif;font-size:1.25rem;font-weight:800;color:#172234}.brand-copy strong span{color:#0c62d5}.brand-copy small{margin-top:5px;color:#63758b;font-size:.72rem}.primary-nav>ul,.primary-nav .menu{display:flex;justify-content:center;align-items:center;gap:25px;list-style:none;margin:0;padding:0}.primary-nav a{color:#172234;font-family:system-ui,-apple-system,"Segoe UI",Tahoma,Arial,sans-serif;font-size:.82rem;font-weight:700}.header-actions{display:flex;align-items:center;gap:10px}.header-actions .btn{min-width:108px;min-height:44px;padding:9px 15px;border-radius:7px;font-size:.82rem}.mobile-menu-toggle{display:none;width:44px;height:44px;padding:10px;border:1px solid #dce6f2;border-radius:10px;background:#fff}.mobile-menu-toggle span{display:block;height:2px;margin:5px 0;border-radius:99px;background:#082a59}
.hero--premium{position:relative;overflow:hidden;background:radial-gradient(circle at 78% 12%,rgba(12,98,213,.08),transparent 28%),linear-gradient(115deg,#fff 0%,#fff 55%,#edf5fd 100%)}.hero--premium .hero__grid{display:grid;grid-template-columns:1.05fr .95fr;min-height:520px}.hero--premium .hero__media{order:2;min-height:520px;overflow:hidden}.hero--premium .hero__media::after{display:none}.hero--premium .hero__media img{width:100%;height:100%;object-fit:cover;object-position:center}.hero--premium .hero__content{order:1;display:flex;flex-direction:column;justify-content:center;padding:62px 42px 62px 0}.hero-badge{align-self:flex-start;padding:7px 13px;border:1px solid #d9e7f6;border-radius:999px;color:#0c62d5;background:#f3f8fe;font-size:.78rem;font-weight:800}.hero-title{margin:16px 0 14px}.hero-title__top{display:block;color:#172234;font-size:clamp(2.6rem,5vw,4.6rem);line-height:1.2;font-weight:900}.hero-title__top span{color:#0c62d5}.hero-title__bottom{display:block;max-width:620px;color:#172234;font-size:clamp(1.75rem,3.3vw,2.8rem);line-height:1.35;font-weight:800}.hero__lead{max-width:590px;color:#63758b;font-size:1.05rem}.hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}
.trust-bar{color:#fff;background:linear-gradient(90deg,#082a59,#0b3b76)}.trust-bar__grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-feature{display:flex;align-items:center;justify-content:center;gap:12px;min-height:88px;padding:16px 22px;border-left:1px solid rgba(255,255,255,.12)}.trust-feature:last-child{border-left:0}.trust-feature__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;color:#082a59;background:#fff;font-size:1.15rem;font-weight:900}.trust-feature strong{display:block;color:#fff}.trust-feature small{display:block;color:#cfe2f8}.section-kicker{display:inline-block;color:#0c62d5;font-weight:800;font-size:.82rem}.services-grid--premium{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card--premium{display:flex;flex-direction:column;overflow:hidden;border:1px solid #dce6f2;border-radius:12px;background:#fff;box-shadow:0 10px 25px rgba(8,42,89,.07)}.service-card--premium .service-card__media{display:block;aspect-ratio:16/10;overflow:hidden}.service-card--premium .service-card__media img{width:100%;height:100%;object-fit:cover;transition:.3s ease}.service-card--premium:hover .service-card__media img{transform:scale(1.04)}.service-card--premium .service-card__body{flex:1;display:flex;flex-direction:column;padding:17px}.service-card--premium h3{margin:0 0 7px;color:#172234;font-size:.95rem}.service-card--premium p{margin:0 0 14px;color:#63758b;font-size:.84rem}.btn--service{min-height:38px;margin-top:auto;padding:7px 13px;border-radius:6px;color:#fff;background:#082a59;font-size:.78rem}.services-section__footer{margin-top:25px;text-align:center}.btn--dark{color:#fff;background:#082a59}.process-section{padding-top:35px}.process-grid{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:22px}.process-grid::before{content:"";position:absolute;top:24px;right:8%;left:8%;height:2px;background:#d6e3f2}.process-step{position:relative;z-index:1;text-align:center}.process-step span{display:grid;place-items:center;width:48px;height:48px;margin:0 auto 13px;border:6px solid #fff;border-radius:50%;color:#fff;background:#0c62d5;box-shadow:0 0 0 2px #dce9f7;font-weight:900}.process-step h3{margin:0 0 6px;color:#172234;font-size:.96rem}.process-step p{margin:0;color:#63758b;font-size:.83rem}.why-panel__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.faq-list{max-width:900px;margin-inline:auto}.faq-list details{margin-bottom:12px;overflow:hidden;border:1px solid #dce6f2;border-radius:10px;background:#fff}.faq-list summary{padding:17px 20px;color:#172234;cursor:pointer;font-weight:800}.faq-list p{margin:0;padding:0 20px 18px;color:#63758b}.footer-grid--premium{grid-template-columns:1.2fr .9fr .9fr 1fr 1.3fr;gap:30px}.footer-brand__logo{display:flex;align-items:center;gap:10px;margin-bottom:14px;color:#fff}.footer-brand__logo img{width:54px;height:54px}.footer-brand__logo strong{display:block;color:#fff;font-family:system-ui,-apple-system,"Segoe UI",Tahoma,Arial,sans-serif;font-size:1.08rem}.footer-brand__logo strong span{color:#65a5f0}.footer-brand__logo small{display:block;color:#a9c1de;font-size:.72rem}.footer-map iframe{display:block;border-radius:10px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
@media(max-width:1200px){.site-header__inner{grid-template-columns:1fr auto}.mobile-menu-toggle{display:block}.primary-nav{display:none;grid-column:1/-1;padding-bottom:16px}.primary-nav.is-open{display:block}.primary-nav>ul,.primary-nav .menu{flex-direction:column;align-items:stretch;gap:2px}.primary-nav a{padding:9px 12px}.primary-nav .sub-menu{position:static;display:block;box-shadow:none;border:0;padding-right:20px}.header-actions{display:none}.services-grid--premium{grid-template-columns:repeat(3,1fr)}.footer-grid--premium{grid-template-columns:repeat(3,1fr)}.footer-map{grid-column:span 2}}
@media(max-width:900px){.hero--premium .hero__grid{grid-template-columns:1fr}.hero--premium .hero__content{order:1;padding:45px 0 30px}.hero--premium .hero__media{order:2;min-height:390px}.trust-bar__grid{grid-template-columns:repeat(2,1fr)}.services-grid--premium{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:1fr}.process-grid::before{display:none}}
@media(max-width:600px){.site-header{border-top-width:8px}.site-header__inner{min-height:70px}.brand-mark{width:40px;height:40px}.brand-copy strong{font-size:1rem}.brand-copy small{display:none}.hero--premium .hero__content{text-align:center}.hero-badge{align-self:center}.hero-title__top{font-size:2.35rem}.hero-title__bottom{font-size:1.6rem}.hero__actions .btn{width:100%}.hero--premium .hero__media{min-height:320px}.trust-bar__grid{grid-template-columns:1fr}.trust-feature{justify-content:flex-start;border-left:0;border-bottom:1px solid rgba(255,255,255,.12)}.services-grid--premium{grid-template-columns:1fr}.footer-grid--premium{grid-template-columns:1fr}.footer-map{grid-column:auto}.footer-bottom{justify-content:center;text-align:center}}


/* =========================================================
   AREEJ V4.1 — FINAL HEADER / BRAND / MAP OVERRIDES
   ========================================================= */
.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  width:100%;
  background:rgba(255,255,255,.98);
  border-top:8px solid #0b2c5f;
  border-bottom:1px solid #e5edf6;
  box-shadow:0 6px 22px rgba(11,44,95,.06);
  backdrop-filter:blur(12px);
}
.site-header__inner{
  min-height:76px;
  display:grid;
  grid-template-columns:minmax(165px,195px) minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
}
.site-branding{display:flex;align-items:center;min-width:0}
.brand-lockup{display:flex;align-items:center;gap:10px;min-width:0;color:#172234;text-decoration:none}
.brand-mark{width:44px!important;height:44px!important;flex:0 0 44px;object-fit:contain}
.brand-copy{display:flex;flex-direction:column;line-height:1.12;white-space:nowrap}
.brand-copy strong{font-size:1.08rem!important;font-weight:900;color:#0b2c5f}
.brand-highlight{color:#0e67d5}
.brand-copy small{margin-top:5px;color:#6c7d90;font-size:.64rem!important;font-weight:600}
.custom-logo-link{display:flex;align-items:center}
.custom-logo{width:auto;max-width:155px;max-height:50px}

.primary-nav{min-width:0}
.primary-nav>ul,.primary-nav .menu{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(11px,1.15vw,18px)!important;
  margin:0;
  padding:0;
  list-style:none;
}
.primary-nav li{position:relative;margin:0}
.primary-nav a{
  position:relative;
  display:flex;
  align-items:center;
  min-height:42px;
  padding:0;
  color:#172234;
  font-size:clamp(.73rem,.76vw,.84rem)!important;
  font-weight:700;
  line-height:1.35;
  white-space:nowrap;
  text-decoration:none;
}
.primary-nav a:hover{color:#0e67d5}
.primary-nav a::after{height:2px!important}
.primary-nav .sub-menu{
  display:block!important;
  position:absolute!important;
  top:calc(100% + 5px)!important;
  right:-12px!important;
  min-width:230px!important;
  margin:0!important;
  padding:8px!important;
  border:1px solid #e1eaf4!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:0 18px 42px rgba(11,44,95,.13)!important;
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:.18s ease;
}
.primary-nav li:hover>.sub-menu,.primary-nav li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.primary-nav .sub-menu a{min-height:auto;padding:9px 11px;white-space:normal;font-size:.8rem!important;border-radius:7px}
.primary-nav .sub-menu a:hover{background:#f3f8fe}
.primary-nav .sub-menu a::after{display:none}

.header-actions{display:flex;align-items:center;gap:8px;white-space:nowrap}
.header-actions .btn{
  min-width:auto!important;
  min-height:40px!important;
  padding:8px 12px!important;
  border:0;
  border-radius:8px!important;
  box-shadow:none!important;
  font-size:.75rem!important;
  font-weight:800;
}
.header-actions .btn svg{width:16px;height:16px;flex:0 0 16px}
.btn--header-call{color:#fff;background:#0e67d5}
.btn--header-call:hover{color:#fff;background:#0957bc;transform:translateY(-1px)}
.btn--header-whatsapp{color:#fff;background:#1ea952}
.btn--header-whatsapp:hover{color:#fff;background:#168c43;transform:translateY(-1px)}
.mobile-menu-toggle{display:none;width:42px;height:42px;padding:9px;border:1px solid #dce6f0;border-radius:9px;background:#fff;cursor:pointer}
.mobile-menu-toggle span{display:block;width:100%;height:2px;margin:5px 0;border-radius:99px;background:#0b2c5f}

/* Switch before desktop navigation can collide */
@media(max-width:1260px){
  .site-header__inner{grid-template-columns:1fr auto;min-height:70px}
  .mobile-menu-toggle{display:block}
  .header-actions{display:none!important}
  .primary-nav{display:none!important;grid-column:1/-1;padding:4px 0 14px}
  .primary-nav.is-open{display:block!important}
  .primary-nav>ul,.primary-nav .menu{flex-direction:column;align-items:stretch;gap:2px!important}
  .primary-nav a{min-height:auto;padding:10px 12px!important;border-radius:7px;font-size:.86rem!important}
  .primary-nav a:hover{background:#f4f8fc}
  .primary-nav a::after{display:none}
  .primary-nav .sub-menu{
    position:static!important;
    display:block!important;
    min-width:0!important;
    padding:2px 18px 4px 0!important;
    border:0!important;
    box-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }
}
@media(max-width:600px){
  .site-header{border-top-width:6px}
  .site-header__inner{min-height:64px}
  .brand-mark{width:38px!important;height:38px!important;flex-basis:38px}
  .brand-copy strong{font-size:.98rem!important}
  .brand-copy small{display:none}
  .custom-logo{max-width:135px;max-height:42px}
}

/* Compact, reliable footer map */
.footer-map{align-self:start;min-width:0}
.footer-map__frame{
  width:100%;
  height:180px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  background:#eaf1f8;
  box-shadow:0 8px 24px rgba(0,0,0,.10);
}
.footer-map__frame iframe{display:block!important;width:100%!important;height:180px!important;border:0!important;border-radius:0!important;filter:saturate(.88) contrast(1.02)}
.footer-map__link{display:inline-flex;margin-top:10px;color:#c9def6;font-size:.78rem;font-weight:700;text-decoration:none}
.footer-map__link:hover{color:#fff}
.footer-grid--premium{align-items:start!important}
@media(max-width:1200px){.footer-map{grid-column:span 2}}
@media(max-width:700px){.footer-map{grid-column:auto}.footer-map__frame,.footer-map__frame iframe{height:190px!important}}


/* ===== Areej 4.2 SEO & Core Pages ===== */
.service-hero{padding:72px 0;background:linear-gradient(120deg,#fff 0%,#f4f9ff 100%);border-bottom:1px solid var(--line)}
.service-hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}.service-hero h1{font-size:clamp(2rem,4vw,3.4rem);line-height:1.25;margin:14px 0 18px}.service-hero p{font-size:1.08rem;color:var(--muted);max-width:680px}.service-hero__media img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:24px;box-shadow:var(--shadow)}.service-trust{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.service-trust span{padding:8px 12px;border:1px solid #d9e8f7;border-radius:999px;background:#fff;font-size:.85rem;font-weight:700}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-box{display:flex;gap:12px;align-items:center;padding:20px;background:#fff;border:1px solid var(--line);border-radius:16px}.feature-box span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#eaf4ff;color:var(--blue);font-weight:900}.service-two-col{display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:start}.check-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}.check-list li{background:#fff;border:1px solid var(--line);border-radius:14px;padding:15px 18px;font-weight:700}.check-list li:before{content:'✓';color:var(--blue);font-weight:900;margin-left:10px}.service-cta-card{background:var(--navy);color:#fff;padding:30px;border-radius:22px}.service-cta-card h3{color:#fff;font-size:1.55rem}.service-cta-card p{color:#dce7f4}.service-cta-card .btn{width:100%;margin-top:10px}.related-content{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:30px;border:1px solid var(--line);border-radius:22px;background:#fff}.final-service-cta{padding:0 0 70px}.final-service-cta__box{background:linear-gradient(135deg,var(--navy),#0a52bd);color:#fff;padding:46px;border-radius:26px;text-align:center}.final-service-cta__box h2{color:#fff}.final-service-cta__box p{color:#dce7f4}.final-service-cta__box>div{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:20px}.core-page{max-width:900px}.core-page .entry-card{padding:34px}.core-page h2{margin-top:32px}.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:24px 0}.contact-cards a{display:flex;flex-direction:column;gap:6px;padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff}.contact-cards strong{color:var(--navy)}
@media(max-width:900px){.service-hero__grid,.service-two-col{grid-template-columns:1fr}.feature-grid{grid-template-columns:repeat(2,1fr)}.contact-cards{grid-template-columns:1fr}.service-hero{padding:48px 0}.service-hero__media{order:-1}.related-content{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.feature-grid{grid-template-columns:1fr}.service-hero h1{font-size:2rem}.final-service-cta__box{padding:32px 20px}.core-page .entry-card{padding:22px}}



/* =========================================================
   AREEJ V4.3 — SEO ARCHITECTURE / FOOTER / CORE / SERVICES
   ========================================================= */

/* Cleaner navigation */
.site-header{
  border-top:6px solid var(--navy);
}
.site-header__inner{
  grid-template-columns:minmax(165px,195px) minmax(0,1fr) auto;
}
.primary-nav>ul,
.primary-nav .menu{
  gap:clamp(18px,2vw,32px)!important;
}
.primary-nav a{
  font-size:.82rem!important;
}
@media(max-width:1180px){
  .site-header__inner{grid-template-columns:1fr auto}
  .mobile-menu-toggle{display:block}
  .header-actions{display:none!important}
  .primary-nav{display:none!important;grid-column:1/-1;padding:6px 0 16px}
  .primary-nav.is-open{display:block!important}
  .primary-nav>ul,.primary-nav .menu{flex-direction:column;align-items:stretch;gap:2px!important}
  .primary-nav a{padding:10px 12px!important}
  .primary-nav .sub-menu{
    position:static!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    border:0!important;
    box-shadow:none!important;
    padding:2px 18px 4px 0!important;
  }
}

/* Breadcrumbs */
.breadcrumbs{
  display:flex;
  align-items:center;
  gap:7px;
  flex-wrap:wrap;
  margin-bottom:18px;
  color:#71849a;
  font-size:.78rem;
}
.breadcrumbs a{color:var(--blue);font-weight:700}
.service-hero .breadcrumbs{grid-column:1/-1;margin-bottom:8px}
.page-header .breadcrumbs{justify-content:center}

/* Minimal footer */
.site-footer--v43{
  padding-top:54px;
  background:
    radial-gradient(circle at 15% 10%,rgba(46,183,231,.08),transparent 24%),
    linear-gradient(145deg,#071f47,#0b336b);
}
.footer-v43{
  display:grid;
  grid-template-columns:1.25fr 1fr .9fr;
  gap:64px;
  align-items:start;
  padding-bottom:42px;
}
.footer-v43__brand p{max-width:360px;color:#c5d5e8}
.footer-location{margin:13px 0 6px!important;color:#fff!important;font-weight:700}
.footer-coverage-link{display:inline-flex;margin-top:2px;color:#87c4ff;font-size:.8rem;font-weight:800}
.footer-v43 .footer-title{margin:0 0 14px;color:#fff;font-size:.95rem}
.footer-v43 .footer-menu{display:grid;gap:7px;margin:0;padding:0;list-style:none}
.footer-v43 .footer-menu a{color:#c9d8e9;font-size:.82rem;line-height:1.5}
.footer-v43 .footer-menu a:hover{color:#fff}
.footer-contact-mini{
  display:grid;
  gap:5px;
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.12);
}
.footer-contact-mini a{color:#fff;font-size:.82rem;font-weight:700}
.footer-bottom--v43{
  padding:18px 0 22px;
  border-top:1px solid rgba(255,255,255,.12);
  color:#afc5dd;
  font-size:.76rem;
}
.footer-legal-links{display:flex;align-items:center;gap:8px}
.footer-legal-links a{color:#d4e2f2}
.footer-map,
.footer-map__frame,
.footer-map__link{display:none!important}
@media(max-width:900px){
  .footer-v43{grid-template-columns:1fr 1fr;gap:36px}
  .footer-v43__brand{grid-column:1/-1}
}
@media(max-width:600px){
  .footer-v43{grid-template-columns:1fr;gap:30px;padding-bottom:32px}
  .footer-v43__brand{grid-column:auto}
  .footer-bottom--v43{justify-content:center;text-align:center}
  .footer-legal-links{justify-content:center}
}

/* Services hub */
.page-header--hub p{max-width:720px;margin:12px auto 0}
.services-grid--hub{grid-template-columns:repeat(3,1fr)}
.services-grid--hub .service-card__body h2{font-size:1rem;line-height:1.55;margin:0 0 8px}
.services-grid--hub .service-card__body h2 a{color:var(--ink)}
.hub-info-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.hub-info-grid>div{
  padding:28px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
}
.hub-info-grid h2{margin:8px 0 8px;color:var(--ink);font-size:1.45rem}
.hub-final-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  margin-top:40px;
  padding:30px;
  border-radius:20px;
  color:#fff;
  background:linear-gradient(135deg,var(--navy),#0b63d8);
}
.hub-final-cta h2{margin:0 0 4px;color:#fff}
.hub-final-cta p{margin:0;color:#dbe9f7}
.hub-final-cta>div:last-child{display:flex;gap:10px;flex-wrap:wrap}
@media(max-width:900px){
  .services-grid--hub{grid-template-columns:repeat(2,1fr)}
  .hub-info-grid{grid-template-columns:1fr}
  .hub-final-cta{align-items:flex-start;flex-direction:column}
}
@media(max-width:560px){
  .services-grid--hub{grid-template-columns:1fr}
}

/* Service pages */
.service-hero .container{display:block}
.service-hero__grid{margin-top:6px}
.service-process-grid{grid-template-columns:repeat(4,1fr)}
.service-local-section{padding-top:35px}
.service-local-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding:30px;
  border:1px solid var(--line);
  border-radius:22px;
  background:linear-gradient(120deg,#fff,#f4f9ff);
}
.service-local-card h2{margin:8px 0 7px;color:var(--ink)}
.service-local-card p{max-width:780px;margin:0}
.why-service-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.why-service-grid>div{
  padding:22px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
}
.why-service-grid strong{display:block;margin-bottom:5px;color:var(--navy)}
.why-service-grid p{margin:0;font-size:.88rem}
.related-services-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.related-service-card{
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:20px;
  border:1px solid var(--line);
  border-radius:15px;
  background:#fff;
  color:var(--ink);
  box-shadow:0 8px 24px rgba(7,45,95,.05);
}
.related-service-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.related-service-card span{color:var(--blue);font-size:.78rem;font-weight:800}
.service-related-posts{grid-template-columns:repeat(3,1fr)}
@media(max-width:900px){
  .service-process-grid{grid-template-columns:1fr}
  .why-service-grid{grid-template-columns:repeat(2,1fr)}
  .related-services-grid{grid-template-columns:1fr}
  .service-local-card{align-items:flex-start;flex-direction:column}
}
@media(max-width:560px){
  .why-service-grid{grid-template-columns:1fr}
  .service-related-posts{grid-template-columns:1fr}
}

/* Core pages */
.core-page{max-width:980px}
.core-entry{padding:38px}
.core-entry .section-kicker{margin-bottom:5px}
.about-values{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin:24px 0 34px;
}
.about-values>div{
  padding:20px;
  border:1px solid var(--line);
  border-radius:15px;
  background:#fff;
}
.about-values strong{display:block;color:var(--navy);margin-bottom:5px}
.about-values p{margin:0}
.core-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-top:34px;
  padding:26px;
  border-radius:18px;
  color:#fff;
  background:var(--navy);
}
.core-cta h3{margin:0 0 4px;color:#fff}
.core-cta p{margin:0;color:#d9e5f2}
.contact-map-section{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:30px;
  align-items:center;
  margin:38px 0;
  padding:28px;
  border:1px solid var(--line);
  border-radius:20px;
  background:var(--soft);
}
.contact-map-section h2{margin:8px 0 8px}
.contact-map-frame{
  overflow:hidden;
  border:1px solid #d9e4ef;
  border-radius:16px;
  background:#eaf1f8;
}
.contact-map-frame iframe{display:block;width:100%;height:330px}
@media(max-width:760px){
  .about-values{grid-template-columns:1fr}
  .core-cta{align-items:flex-start;flex-direction:column}
  .contact-map-section{grid-template-columns:1fr}
  .core-entry{padding:24px}
}

/* Blog / articles */
.archive-description{max-width:760px;margin:10px auto 0}
.pagination-wrap{margin-top:34px}
.article-header .article-meta{margin-top:10px;color:#8a99aa;font-size:.8rem}
.article-featured{overflow:hidden;margin-bottom:28px;border-radius:18px}
.article-featured img{width:100%;height:auto}
.article-conversion-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  margin-top:44px;
  padding:28px;
  border:1px solid var(--line);
  border-radius:18px;
  background:var(--soft);
}
.article-conversion-box h2{margin:7px 0 5px}
.article-conversion-box p{margin:0}
.article-conversion-actions{display:flex;gap:8px;flex-wrap:wrap}
@media(max-width:760px){
  .article-conversion-box{align-items:flex-start;flex-direction:column}
}

/* Reduced motion / usability */
@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}


/* ============================================================
   AREEJ PREMIUM 5.0
   Mobile-first Article / GEO / Core Web Vitals hardening
   ============================================================ */
:root{--article-reading:820px;--article-gap:clamp(18px,3vw,34px)}
html,body{max-width:100%}
body{overflow-x:clip}
.container,.site-header__inner,.content-layout,.entry-card,.article-card,.entry-content,.sidebar,.sidebar-card{min-width:0}
a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(11,99,216,.35);outline-offset:3px}
.single-post .article-header{padding:clamp(34px,6vw,64px) 0}
.single-post .article-header .container{max-width:980px}
.single-post .article-header h1{max-width:900px;margin-inline:auto;font-size:clamp(1.8rem,4vw,3.15rem);line-height:1.35;text-wrap:balance}
.single-post .article-meta{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px 14px}
.single-post .article-meta span{display:inline-flex;align-items:center;gap:6px}
.single-post .article-section{padding:clamp(28px,5vw,68px) 0}
.single-post .content-layout{grid-template-columns:minmax(0,1fr) minmax(250px,300px);gap:clamp(22px,3vw,36px)}
.single-post .article-card{width:100%;max-width:100%;padding:clamp(20px,4vw,44px);overflow:hidden}
.single-post .entry-content{width:100%;max-width:100%;min-width:0;overflow-wrap:anywhere}
.single-post .entry-content>*{max-width:100%}
.single-post .entry-content p,.single-post .entry-content li{font-size:clamp(1rem,1.2vw,1.08rem)}
.single-post .entry-content p{margin-block:0 1.15em}
.single-post .entry-content h2{margin-top:clamp(36px,5vw,54px);scroll-margin-top:110px;font-size:clamp(1.45rem,2.7vw,2rem);line-height:1.5}
.single-post .entry-content h3{margin-top:clamp(24px,4vw,34px);scroll-margin-top:110px;font-size:clamp(1.18rem,2vw,1.48rem);line-height:1.55}
.single-post .entry-content img,.single-post .entry-content picture,.single-post .entry-content figure,.single-post .entry-content video,.single-post .entry-content iframe,.single-post .article-featured img{max-width:100%!important;height:auto!important}
.single-post .entry-content img,.single-post .article-featured img{width:auto!important;margin-inline:auto}
.single-post .entry-content figure{width:auto!important;margin:clamp(22px,4vw,34px) auto}
.single-post .entry-content figcaption{margin-top:8px;color:var(--muted);font-size:.82rem;text-align:center}
.single-post .article-featured{margin-bottom:clamp(24px,4vw,36px);background:#f4f8fc}
.single-post .article-featured img{width:100%!important;max-height:620px;object-fit:cover}
.single-post .entry-content table{width:100%!important;max-width:100%!important;border-collapse:collapse}
.single-post .entry-content .wp-block-table,.single-post .entry-content .areej-table-wrap{display:block;width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.single-post .entry-content td,.single-post .entry-content th{overflow-wrap:normal;word-break:normal}
.single-post .entry-content details{max-width:100%}
.single-post .entry-content summary{cursor:pointer;touch-action:manipulation}
.single-post .sidebar{min-width:0}
.single-post .sidebar-card{position:relative;overflow:hidden}
@media(min-width:1081px){.single-post .sidebar{position:sticky;top:112px;align-self:start}}
.article-related{margin-top:clamp(34px,5vw,52px);padding-top:clamp(28px,4vw,40px);border-top:1px solid var(--line)}
.article-related__head{margin-bottom:18px}.article-related__head h2{margin:6px 0 0}
.article-related__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.article-related__item{display:flex;flex-direction:column;gap:7px;min-width:0;padding:17px;border:1px solid var(--line);border-radius:14px;background:var(--soft)}
.article-related__item strong{color:var(--ink);line-height:1.55}.article-related__item span{color:var(--blue);font-size:.78rem;font-weight:800}
.article-conversion-box{min-width:0}
@media(max-width:1080px){.single-post .content-layout{display:block}.single-post .article-card{margin:0 auto}.single-post .sidebar{margin-top:28px}}
@media(max-width:700px){
.single-post .article-header{padding:28px 0 30px}.single-post .article-header .breadcrumbs{justify-content:center;margin-bottom:12px;font-size:.74rem}.single-post .article-header h1{font-size:clamp(1.65rem,7.4vw,2.12rem);line-height:1.45}.single-post .article-meta{font-size:.75rem}.single-post .article-section{padding:22px 0 34px}.single-post .article-section>.container{width:min(calc(100% - 20px),var(--container))}.single-post .article-card{padding:18px 14px 24px;border-radius:14px;box-shadow:0 6px 20px rgba(7,37,84,.05)}.single-post .entry-content{font-size:16px;line-height:1.9}.single-post .entry-content p,.single-post .entry-content li{font-size:16px!important;line-height:1.9!important}.single-post .entry-content h2{font-size:1.42rem!important;line-height:1.55!important;padding-right:12px;margin-top:36px!important}.single-post .entry-content h3{font-size:1.16rem!important;line-height:1.6!important;margin-top:25px!important}.single-post .entry-content [style*="width"],.single-post .entry-content [style*="max-width"]{max-width:100%!important}.single-post .entry-content img{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;margin:18px auto!important;object-fit:contain}.single-post .entry-content iframe,.single-post .entry-content video{display:block;width:100%!important;max-width:100%!important}.single-post .entry-content table{display:block;width:100%!important;max-width:100%!important;overflow-x:auto;-webkit-overflow-scrolling:touch;font-size:.9rem}.single-post .entry-content td,.single-post .entry-content th{padding:10px!important}.single-post .sidebar{display:none}.article-related__grid{grid-template-columns:1fr}.article-conversion-box{padding:22px 18px}.article-conversion-actions{width:100%}.article-conversion-actions .btn{flex:1 1 100%;width:100%}}
@media(max-width:700px){body{padding-bottom:calc(78px + env(safe-area-inset-bottom))}.mobile-contact-bar{padding-bottom:calc(10px + env(safe-area-inset-bottom))}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}


/* ===== V5.3 — AC Service Hub (scoped, no effect on other service pages) ===== */
.ac-service-hub .ac-hub-intro{max-width:860px;margin-inline:auto;text-align:center}
.ac-service-hub .ac-hub-intro p{margin-bottom:0}
.ac-hub-featured-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:28px}
.ac-hub-featured-card{display:flex;flex-direction:column;gap:12px;padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow);text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.ac-hub-featured-card:hover,.ac-hub-featured-card:focus-visible{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:#b9d8fb}
.ac-hub-featured-card h3{margin:0;color:var(--navy);font-size:1.35rem}
.ac-hub-featured-card p{margin:0;color:var(--text)}
.ac-hub-featured-card .ac-hub-link{margin-top:auto;color:var(--blue);font-weight:800}
.ac-hub-types{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px}
.ac-hub-type{padding:22px;border:1px solid var(--line);border-radius:16px;background:var(--soft);text-align:center;font-weight:800;color:var(--navy)}
.ac-service-hub .ac-hub-related .related-services-grid{justify-content:center}
@media (max-width:767px){
  .ac-hub-featured-grid,.ac-hub-types{grid-template-columns:1fr}
  .ac-hub-featured-card{padding:22px}
}


/* ===== Areej 5.4 Reusable Service Hub UX ===== */
.service-hub-page .service-hero{padding-top:58px;padding-bottom:58px}
.service-hub-page .service-hero h1{max-width:760px;font-size:clamp(2rem,3.7vw,3.2rem);letter-spacing:-.015em}
.service-hub-page .service-hero__content>p{max-width:720px;margin-bottom:22px}
.service-hub-hero__trust{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}
.service-hub-hero__trust span{display:inline-flex;align-items:center;min-height:36px;padding:7px 12px;border:1px solid #d8e8f8;border-radius:999px;background:rgba(255,255,255,.86);color:var(--navy);font-size:.82rem;font-weight:800}
.service-hub-intro-section{padding-bottom:22px}
.service-hub-intro{max-width:860px}
.service-hub-intro h2{margin:7px 0 8px;color:var(--navy);font-size:clamp(1.55rem,2.6vw,2.15rem)}
.service-hub-intro p{margin:0;color:var(--muted);font-size:1rem}
.service-hub-children-section{padding-top:54px;padding-bottom:62px}
.service-hub-section-heading{max-width:780px;margin-bottom:24px}
.service-hub-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.service-hub-cards--count-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.service-hub-card{position:relative;display:flex;flex-direction:column;min-width:0;min-height:248px;padding:24px;border:1px solid #dce7f3;border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(7,45,95,.07);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.service-hub-card:hover,.service-hub-card:focus-within{transform:translateY(-3px);border-color:#b9d8fb;box-shadow:0 20px 46px rgba(7,45,95,.12)}
.service-hub-card__icon{display:grid;place-items:center;width:48px;height:48px;margin-bottom:18px;border-radius:14px;background:var(--blue-soft);color:var(--blue)}
.service-hub-card__icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.service-hub-card__body{flex:1}
.service-hub-card h3{margin:0 0 9px;font-size:1.2rem;line-height:1.45}
.service-hub-card h3 a{color:var(--navy);text-decoration:none}
.service-hub-card h3 a:focus-visible,.service-hub-card__cta:focus-visible{outline:3px solid rgba(11,99,216,.25);outline-offset:3px;border-radius:6px}
.service-hub-card p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.8}
.service-hub-card__cta{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:44px;margin-top:20px;padding-top:14px;border-top:1px solid #edf2f7;color:var(--blue);text-decoration:none;font-size:.88rem;font-weight:900}
.service-hub-card__arrow{font-size:1.1rem;transition:transform .2s ease}
.service-hub-card:hover .service-hub-card__arrow{transform:translateX(-3px)}
.service-hub-scope-section{padding-top:56px;padding-bottom:56px}
.service-hub-scope-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:22px}
.service-hub-scope-item{display:flex;align-items:center;gap:10px;min-height:68px;padding:16px 18px;border:1px solid var(--line);border-radius:15px;background:#fff}
.service-hub-scope-item span{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:50%;background:var(--blue-soft);color:var(--blue);font-weight:900}
.service-hub-scope-item strong{color:var(--navy)}
.service-hub-why-grid>div{height:100%}
.service-hub-process-section{padding-top:58px;padding-bottom:58px}
.service-hub-process-grid{margin-top:26px}
.service-hub-related-grid{margin-top:20px}
.service-hub-final-cta{padding-top:22px}
.service-hub-page .breadcrumbs{margin-bottom:12px}
.service-hub-page .btn{min-height:46px}

@media(max-width:980px){
  .service-hub-cards--count-3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .service-hub-scope-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
  .service-hub-page .service-hero{padding-top:42px;padding-bottom:44px}
  .service-hub-page .service-hero__media{order:0}
  .service-hub-page .service-hero__content{order:1}
}
@media(max-width:640px){
  .service-hub-page .service-hero{padding-top:28px;padding-bottom:36px}
  .service-hub-page .service-hero h1{font-size:clamp(1.85rem,9vw,2.35rem);margin-top:10px;margin-bottom:14px}
  .service-hub-page .service-hero__media img{border-radius:18px}
  .service-hub-page .hero__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .service-hub-page .hero__actions .btn{width:100%;padding-inline:12px}
  .service-hub-hero__trust{gap:7px}
  .service-hub-hero__trust span{font-size:.75rem;min-height:34px}
  .service-hub-intro-section{padding-top:34px;padding-bottom:12px}
  .service-hub-children-section{padding-top:38px;padding-bottom:42px}
  .service-hub-cards,.service-hub-cards--count-3{grid-template-columns:1fr;gap:14px}
  .service-hub-card{min-height:auto;padding:20px;border-radius:17px}
  .service-hub-card__icon{width:44px;height:44px;margin-bottom:14px;border-radius:13px}
  .service-hub-card h3{font-size:1.1rem}
  .service-hub-card__cta{min-height:48px;margin-top:17px}
  .service-hub-scope-grid{grid-template-columns:1fr;gap:10px}
  .service-hub-scope-item{min-height:60px;padding:14px 16px}
  .service-hub-process-section{padding-top:42px;padding-bottom:42px}
  .service-hub-page .final-service-cta__box{border-radius:20px}
}
