/*
 * EAMARKU 4.0 — consolidated production stylesheet
 * Brand-led, profile-inspired, web-first.
 */
:root{
  --eamarku-navy:#06263b;
  --eamarku-navy-deep:#031824;
  --eamarku-teal:#17beb9;
  --eamarku-teal-hover:#35cbc6;
  --eamarku-teal-soft:#dff7f5;
  --eamarku-ivory:#f8f3eb;
  --eamarku-ivory-2:#fffaf4;
  --eamarku-white:#fff;
  --eamarku-gold:#b89a67;
  --eamarku-gold-text:#62471f;
  --eamarku-gold-soft:#dcc7a6;
  --eamarku-text:#16313d;
  --eamarku-muted:#536974;
  --eamarku-line:rgba(184,154,103,.30);
  --eamarku-border:#dbe5e7;
  --eamarku-shadow:0 24px 70px rgba(3,24,36,.09);
  --eamarku-radius:18px;
  --eamarku-container:min(1280px,calc(100% - 48px));
  --eamarku-header-height:82px;
  --eamarku-ivory-2:#fffaf4;
  --eamarku-profile-line:rgba(184,154,103,.30);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:110px;overflow-x:clip}
body{margin:0;overflow-x:clip;background:var(--eamarku-ivory-2);color:var(--eamarku-text);font-family:"Tajawal",system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.75;text-rendering:optimizeLegibility}
html[dir="ltr"] body{font-family:"Manrope",system-ui,sans-serif}
body.eamarku-menu-open{overflow:hidden}
body.admin-bar .eamarku-header{top:32px}
img,svg,iframe{max-width:100%}
img{display:block;height:auto}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
h1,h2,h3,h4,p{margin-top:0}
h1,h2,h3,h4{line-height:1.18;text-wrap:balance}
p:last-child{margin-bottom:0}
main,header,footer,section,nav,.eamarku-container{max-width:100%}
.eamarku-container{width:var(--eamarku-container);margin-inline:auto;min-width:0}
.eamarku-section{padding:104px 0;position:relative}
.eamarku-ltr{direction:ltr;unicode-bidi:isolate;display:inline-block}
.eamarku-skip-link{position:fixed;inset-inline-start:14px;top:-100px;z-index:99999;background:var(--eamarku-navy);color:#fff;padding:10px 14px;border-radius:6px}
.eamarku-skip-link:focus{top:12px}
.eamarku-icon{flex:0 0 auto}

/* Editorial profile language */
.eamarku-profile-surface{background:radial-gradient(circle at 8% 92%,rgba(23,190,185,.09),transparent 24%),linear-gradient(180deg,var(--eamarku-ivory-2),#fff 72%)}
.eamarku-profile-en{display:none!important}
.eamarku-profile-diamond{display:block;width:7px;height:7px;border:1px solid var(--eamarku-gold);transform:rotate(45deg);margin:12px auto 22px}
.eamarku-section-heading{max-width:860px;margin:0 auto 52px;text-align:center}
.eamarku-section-heading--start{text-align:start;margin-inline:0}
.eamarku-section-heading--start .eamarku-profile-diamond{margin-inline-start:0}
.eamarku-kicker{display:inline-block;color:var(--eamarku-navy);font-weight:800;font-size:.98rem;margin-bottom:5px}
.eamarku-section-heading h1,.eamarku-section-heading h2{color:var(--eamarku-navy);font-size:clamp(2.25rem,4vw,4rem);font-weight:600;letter-spacing:-.025em;margin-bottom:12px}
.eamarku-section-heading p{max-width:720px;margin-inline:auto;color:var(--eamarku-muted);font-size:1.04rem;line-height:1.9}
.eamarku-section-heading--start p{margin-inline-start:0}

/* Buttons */
.eamarku-btn{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 24px;border-radius:8px;border:1px solid transparent;font-weight:800;transition:transform .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}
.eamarku-btn:hover{transform:translateY(-1px)}
.eamarku-btn--teal{background:var(--eamarku-teal);color:var(--eamarku-navy-deep);box-shadow:none}
.eamarku-btn--teal:hover{background:var(--eamarku-teal-hover)}
.eamarku-btn--outline{border-color:rgba(6,38,59,.27);background:rgba(255,255,255,.74);color:var(--eamarku-navy);backdrop-filter:blur(10px)}
.eamarku-btn--outline-dark{border-color:rgba(6,38,59,.24);background:transparent;color:var(--eamarku-navy)}
.eamarku-btn:focus-visible,.eamarku-menu a:focus-visible,.eamarku-filters button:focus-visible,.eamarku-accordion button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,.eamarku-mobile-bar a:focus-visible{outline:3px solid rgba(23,190,185,.55);outline-offset:3px}

/* Top bar + header */
.eamarku-topbar{display:none}
.eamarku-topbar__inner{min-height:36px;display:flex;justify-content:space-between;align-items:center;gap:18px}
.eamarku-topbar__contact{display:flex;align-items:center;gap:18px;min-width:0}
.eamarku-topbar__contact>a,.eamarku-topbar__contact>span{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}
.eamarku-socials{display:flex;gap:8px}
.eamarku-socials a{width:26px;height:26px;border:1px solid rgba(255,255,255,.16);border-radius:50%;display:grid;place-items:center;font:700 .67rem/1 "Manrope",sans-serif;text-transform:uppercase}
.eamarku-header{position:sticky;top:0;z-index:999;background:rgba(255,250,244,.96);border-bottom:1px solid var(--eamarku-line);backdrop-filter:blur(16px);transition:box-shadow .2s ease,background-color .2s ease}
.eamarku-header.is-scrolled{background:rgba(255,250,244,.99);box-shadow:0 12px 34px rgba(3,24,36,.07)}
.eamarku-header__inner{height:var(--eamarku-header-height);display:flex;align-items:center;gap:26px}
.eamarku-brand{width:112px;height:66px;display:flex;align-items:center;justify-content:center;overflow:hidden;flex:0 0 auto}
.eamarku-brand img,.eamarku-brand .custom-logo{width:100%;height:100%;object-fit:contain;transform:none}
.eamarku-nav{flex:1;min-width:0}
.eamarku-menu{display:flex;align-items:center;justify-content:center;gap:28px;list-style:none;margin:0;padding:0}
.eamarku-menu a{font-weight:700;font-size:.94rem;color:var(--eamarku-navy);position:relative;padding-block:28px;white-space:nowrap}
.eamarku-menu a::after{content:"";position:absolute;inset-inline:0;bottom:19px;height:1px;background:var(--eamarku-gold);transform:scaleX(0);transition:transform .2s ease}
.eamarku-menu a:hover::after,.eamarku-menu .current-menu-item>a::after{transform:scaleX(1)}
.eamarku-header__actions{display:flex;align-items:center;gap:10px}
.eamarku-header__whatsapp{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;background:#17b96c;color:#fff}
.eamarku-menu-toggle{display:none;width:48px;height:48px;border:1px solid var(--eamarku-line);border-radius:8px;background:transparent;color:var(--eamarku-navy)}
.eamarku-menu-toggle__close{display:none}

/* Hero */
.eamarku-hero{position:relative;min-height:650px;display:flex;align-items:center;background-image:var(--eamarku-hero-image);background-size:cover;background-position:center 56%;color:var(--eamarku-navy);overflow:hidden;isolation:isolate}
.eamarku-hero::before{content:"";position:absolute;inset:22px;border:1px solid rgba(184,154,103,.52);pointer-events:none;z-index:1}
.eamarku-hero::after{content:"";position:absolute;width:440px;height:440px;inset-inline-end:-190px;bottom:-250px;border:1px solid rgba(23,190,185,.22);border-radius:50%;pointer-events:none;z-index:1}
.eamarku-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,24,36,.04) 0%,rgba(3,24,36,.10) 38%,rgba(248,243,235,.78) 60%,rgba(248,243,235,.985) 100%);z-index:-1}
.eamarku-hero__inner{padding-block:76px;position:relative;z-index:2}
.eamarku-hero__content{width:min(48%,660px);max-width:660px;margin-inline-start:0;margin-inline-end:auto;padding:38px 0;text-align:start}
.eamarku-eyebrow{color:var(--eamarku-gold-text);font-weight:800;margin-bottom:10px}
.eamarku-hero h1{font-size:clamp(3rem,5vw,5.2rem);font-weight:600;line-height:1.07;color:var(--eamarku-navy);letter-spacing:-.028em;margin-bottom:22px}
.eamarku-hero__lead{color:#47616c;font-size:1.1rem;line-height:1.95;max-width:610px;margin-bottom:28px}
.eamarku-hero__actions{display:flex;flex-wrap:wrap;gap:12px}
.eamarku-hero__proof{display:flex;flex-wrap:wrap;gap:22px;color:#435c67;margin-top:22px;font-size:.91rem}
.eamarku-hero__proof span{display:flex;align-items:center;gap:6px}

/* Trust */
.eamarku-trust{background:var(--eamarku-ivory-2);border-block:1px solid var(--eamarku-line)}
.eamarku-trust__grid{display:grid;grid-template-columns:repeat(4,1fr)}
.eamarku-trust__item{display:flex;align-items:center;justify-content:center;gap:13px;min-height:104px;padding:22px;border-inline-start:1px solid var(--eamarku-line);min-width:0}
.eamarku-trust__item:first-child{border-inline-start:0}
.eamarku-trust__item>.eamarku-icon{color:var(--eamarku-gold-text)}
.eamarku-trust__item strong,.eamarku-trust__item span{display:block}
.eamarku-trust__item strong{color:var(--eamarku-navy);font-size:1.02rem}
.eamarku-trust__item span{color:var(--eamarku-muted);font-size:.84rem;line-height:1.5}

/* Services */
.eamarku-services,.eamarku-profile-services-page{background:#fff}
.eamarku-profile-services{display:grid;gap:118px}
.eamarku-profile-service{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:76px;align-items:center}
.eamarku-profile-service.is-reversed .eamarku-profile-service__visual{order:2}
.eamarku-profile-service__visual{display:grid;grid-template-columns:1fr 1fr;gap:11px;align-items:end;position:relative;min-width:0}
.eamarku-profile-service__visual>img{grid-column:1/-1;width:100%;height:440px;object-fit:cover;border-radius:22px 22px 6px 6px;box-shadow:var(--eamarku-shadow)}
.eamarku-profile-service__mini{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:11px}
.eamarku-profile-service__mini img{width:100%;height:155px;object-fit:cover;border-radius:6px 6px 18px 18px}
.eamarku-profile-service__content{min-width:0;padding:16px 0}
.eamarku-profile-service__icon{width:64px;height:64px;border:1px solid var(--eamarku-gold-soft);border-radius:50%;display:grid;place-items:center;color:var(--eamarku-navy);background:rgba(255,255,255,.72);margin-bottom:18px}
.eamarku-profile-service__content h2,.eamarku-profile-service__content h3{font-size:clamp(2.5rem,4vw,4.15rem);line-height:1.05;color:var(--eamarku-navy);font-weight:500;margin:0 0 7px}
.eamarku-profile-service__content .eamarku-profile-diamond{margin-inline-start:0}
.eamarku-profile-service__intro{font-size:1.05rem;line-height:1.95;color:var(--eamarku-muted);max-width:590px;margin-bottom:30px}
.eamarku-profile-list-title{font-size:1.55rem;font-weight:700;color:var(--eamarku-navy);margin-bottom:10px}
.eamarku-profile-service__list{list-style:none;margin:0 0 25px;padding:0;border-top:1px solid var(--eamarku-line)}
.eamarku-profile-service__list li{display:flex;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid var(--eamarku-line);color:#334d58;font-size:.98rem}
.eamarku-profile-service__list li span{width:32px;height:32px;border:1px solid rgba(23,190,185,.3);border-radius:50%;display:grid;place-items:center;color:#087d79;flex:0 0 auto}
.eamarku-profile-link,.eamarku-text-link{display:inline-flex;align-items:center;gap:8px;color:var(--eamarku-navy);font-weight:800;border-bottom:1px solid var(--eamarku-gold);padding-bottom:4px}

/* Generic service/archive cards */
.eamarku-services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.eamarku-service-card,.eamarku-card{background:#fff;border:1px solid var(--eamarku-line);border-radius:8px;overflow:hidden;box-shadow:none}
.eamarku-service-card__image{display:block;aspect-ratio:1.5;overflow:hidden;background:#e6efef}
.eamarku-service-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.eamarku-service-card:hover .eamarku-service-card__image img{transform:scale(1.025)}
.eamarku-service-card__body,.eamarku-card__body{padding:24px}
.eamarku-service-card h2,.eamarku-service-card h3,.eamarku-card h2{color:var(--eamarku-navy);font-size:1.3rem;margin-bottom:8px}
.eamarku-service-card p,.eamarku-card p{color:var(--eamarku-muted)}

/* Why EAMARKU */
.eamarku-why{background:transparent;color:var(--eamarku-text);padding:104px 0}
.eamarku-profile-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1020px;margin-inline:auto}
.eamarku-profile-benefit{padding:34px 25px;text-align:center;background:rgba(255,255,255,.68);border:1px solid var(--eamarku-line);clip-path:polygon(14px 0,calc(100% - 14px) 0,100% 14px,100% calc(100% - 14px),calc(100% - 14px) 100%,14px 100%,0 calc(100% - 14px),0 14px)}
.eamarku-profile-benefit__icon{width:62px;height:62px;display:grid;place-items:center;margin:0 auto 16px;color:var(--eamarku-navy);border:1px solid rgba(184,154,103,.52);border-radius:50%}
.eamarku-profile-benefit h3{color:var(--eamarku-navy);font-size:1.13rem;margin-bottom:8px}
.eamarku-profile-benefit p{color:var(--eamarku-muted);font-size:.91rem;line-height:1.75;margin:0}

/* Projects */
.eamarku-projects{background:#fff}
.eamarku-filters{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-bottom:28px}
.eamarku-filters button{border:1px solid var(--eamarku-line);background:var(--eamarku-ivory-2);color:var(--eamarku-navy);padding:8px 18px;border-radius:4px;min-height:40px;font-weight:700}
.eamarku-filters button.is-active{background:var(--eamarku-navy);border-color:var(--eamarku-navy);color:#fff}
.eamarku-projects__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.eamarku-projects__grid--landing{grid-template-columns:repeat(3,1fr)}
.eamarku-project-card{position:relative;overflow:hidden;border:1px solid var(--eamarku-line);border-radius:5px;min-height:280px;background:#e2eaeb}
.eamarku-project-card.is-hidden{display:none}
.eamarku-project-card>a{display:block;height:100%}
.eamarku-project-card img{width:100%;height:100%;min-height:280px;object-fit:cover;transition:transform .35s ease}
.eamarku-project-card:hover img{transform:scale(1.025)}
.eamarku-project-card__overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;color:#fff;background:linear-gradient(0deg,rgba(3,24,36,.88),rgba(3,24,36,.04) 72%)}
.eamarku-project-card__overlay h2,.eamarku-project-card__overlay h3{font-size:1.2rem;margin-bottom:4px}
.eamarku-project-card__overlay span{display:flex;align-items:center;gap:5px;font-size:.85rem;color:#eef5f6}
.eamarku-project-card__overlay small{align-self:flex-start;display:inline-flex;padding:3px 9px;margin-bottom:7px;background:var(--eamarku-teal);color:var(--eamarku-navy-deep);font-weight:800;font-size:.72rem}
.eamarku-section-action{display:flex;justify-content:center;margin-top:30px}
.eamarku-projects-empty{display:grid;grid-template-columns:1.08fr .92fr;align-items:stretch;max-width:1080px;margin-inline:auto;border:1px solid var(--eamarku-line);background:var(--eamarku-ivory-2)}
.eamarku-projects-empty__visual{min-height:360px}.eamarku-projects-empty__visual img{width:100%;height:100%;object-fit:cover}
.eamarku-projects-empty__content{padding:48px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.eamarku-projects-empty__content h3{font-size:2rem;color:var(--eamarku-navy);margin-bottom:12px}
.eamarku-projects-empty__content p{color:var(--eamarku-muted);margin-bottom:24px}
.eamarku-projects-empty__actions{display:flex;gap:10px;flex-wrap:wrap}

/* Process */
.eamarku-process,.eamarku-profile-process{background:var(--eamarku-ivory)}
.eamarku-profile-process__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;position:relative;padding-top:23px;align-items:stretch}
.eamarku-profile-process__grid::before{content:"";position:absolute;top:46px;inset-inline:10%;height:1px;border-top:1px dotted var(--eamarku-gold);z-index:0}
.eamarku-profile-process__step{position:relative;z-index:1;text-align:center;padding:0 20px 28px;border:1px solid var(--eamarku-line);background:rgba(255,255,255,.82);min-height:250px;border-radius:4px;overflow:visible}
.eamarku-profile-process__num{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--eamarku-navy);color:#fff;font:700 1rem/1 "Manrope",sans-serif;margin:-23px auto 20px;box-shadow:0 0 0 6px var(--eamarku-ivory)}
.eamarku-profile-process__icon{display:grid;place-items:center;color:var(--eamarku-navy);margin-bottom:18px}
.eamarku-profile-process__step h3{font-size:1.18rem;color:var(--eamarku-navy);margin-bottom:8px}
.eamarku-profile-process__step p{color:var(--eamarku-muted);font-size:.91rem;margin:0}

/* Guarantees */
.eamarku-profile-guarantees{background:linear-gradient(180deg,#edf8f7 0,var(--eamarku-ivory) 72%)}
.eamarku-profile-guarantees__grid{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;border:1px solid var(--eamarku-line);background:rgba(255,255,255,.58)}
.eamarku-profile-guarantees__visual{min-height:560px;background-image:linear-gradient(rgba(255,255,255,.07),rgba(255,255,255,.12)),var(--eamarku-guarantee-image);background-size:cover;background-position:center}
.eamarku-profile-guarantees__content{padding:64px 58px;display:flex;flex-direction:column;justify-content:center}
.eamarku-profile-guarantees__content .eamarku-profile-diamond{margin-inline-start:0}
.eamarku-profile-guarantees__content h2{font-size:clamp(2.2rem,3.5vw,3.45rem);color:var(--eamarku-navy);font-weight:500;margin-bottom:16px}
.eamarku-profile-guarantees__content>p{color:var(--eamarku-muted);line-height:1.95}
.eamarku-profile-guarantees__cards{display:grid;margin:24px 0}
.eamarku-profile-guarantee{display:flex;align-items:center;gap:14px;padding:15px 0;border-bottom:1px solid var(--eamarku-line)}
.eamarku-profile-guarantee>span{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(23,190,185,.32);border-radius:50%;color:#087d79}
.eamarku-profile-guarantee strong,.eamarku-profile-guarantee small{display:block}.eamarku-profile-guarantee strong{color:var(--eamarku-navy)}.eamarku-profile-guarantee small{color:var(--eamarku-muted);margin-top:3px}

/* Testimonials */
.eamarku-testimonials{background:#fff}
.eamarku-testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.eamarku-testimonial-card{position:relative;border:1px solid var(--eamarku-line);padding:28px;background:#fff}
.eamarku-testimonial-card__quote{position:absolute;inset-inline-end:22px;top:12px;font-size:3rem;color:var(--eamarku-teal);line-height:1}
.eamarku-stars{color:#9a6810;letter-spacing:1px;margin-bottom:10px}.eamarku-testimonial-card__text{color:var(--eamarku-muted)}
.eamarku-testimonial-card__author{display:flex;align-items:center;gap:12px;margin-top:18px}.eamarku-testimonial-card__author img{width:44px;height:44px;border-radius:50%;object-fit:cover}
.eamarku-testimonial-card__author strong,.eamarku-testimonial-card__author span{display:block}.eamarku-testimonial-card__author span{font-size:.85rem;color:var(--eamarku-muted)}

/* FAQ + lead */
.eamarku-contact-section{background:var(--eamarku-ivory)}
.eamarku-contact-grid{display:grid;grid-template-columns:.9fr 1.12fr;gap:38px;align-items:start}
.eamarku-accordion{border-top:1px solid var(--eamarku-line)}
.eamarku-accordion__item{border-bottom:1px solid var(--eamarku-line)}
.eamarku-accordion__item h3{margin:0}
.eamarku-accordion__item button{width:100%;min-height:62px;border:0;background:transparent;color:var(--eamarku-navy);display:flex;justify-content:space-between;align-items:center;text-align:start;font-weight:800;padding:13px 0}
.eamarku-accordion__plus{font-size:1.45rem;color:#087d79;transition:transform .2s ease}
.eamarku-accordion__item button[aria-expanded="true"] .eamarku-accordion__plus{transform:rotate(45deg)}
.eamarku-accordion__panel{padding:0 0 19px;color:var(--eamarku-muted)}.eamarku-accordion__panel[hidden]{display:none}
.eamarku-lead-box{background:var(--eamarku-navy-deep);color:#fff;border:1px solid rgba(184,154,103,.38);border-radius:5px;padding:34px;box-shadow:none}
.eamarku-lead-box__header::before{content:"طلب مشروع";display:block;color:#d8bd91;font-weight:800;font-size:.78rem;line-height:1.4;letter-spacing:0;margin-bottom:10px;text-align:start}
.eamarku-lead-box__header .eamarku-kicker{color:#fff}.eamarku-lead-box__header h2{font-size:2rem;margin-bottom:7px}.eamarku-lead-box__header p{color:#cfdbdf;margin-bottom:22px}
.eamarku-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.eamarku-form-grid label{display:block}.eamarku-form-grid label>span{display:block;font-size:.83rem;color:#e0e9ec;margin-bottom:5px}
.eamarku-form-grid input,.eamarku-form-grid select,.eamarku-form-grid textarea{width:100%;min-height:46px;border:1px solid rgba(255,255,255,.21);border-radius:6px;background:rgba(255,255,255,.08);color:#fff;padding:10px 12px;font-size:16px}
.eamarku-form-grid select option{color:var(--eamarku-text);background:#fff}.eamarku-form-grid textarea{resize:vertical;min-height:110px}.eamarku-form-grid__full{grid-column:1/-1}
.eamarku-file-field input{padding:8px}.eamarku-file-field small{display:block;color:#c6d7dc;margin-top:5px;font-size:.78rem}
.eamarku-consent{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:10px}.eamarku-consent input{width:18px!important;height:18px!important;min-height:18px!important;flex:0 0 auto;margin-top:3px;accent-color:var(--eamarku-teal)}.eamarku-consent span{font-size:.84rem!important;line-height:1.6;color:#d4e0e4!important}.eamarku-consent a{color:#aef5f2;text-decoration:underline}
.eamarku-lead-form__submit{width:100%;margin-top:14px}.eamarku-lead-form__submit:disabled{opacity:.65;cursor:wait;transform:none}.eamarku-form-helper{margin:10px 0 0;color:#c0d1d7;font-size:.79rem;text-align:center}
.eamarku-form-status{margin-top:12px;font-size:.92rem}.eamarku-form-status.is-success{padding:12px;background:rgba(23,190,185,.16);border:1px solid rgba(93,228,222,.45);border-radius:6px}.eamarku-form-status.is-error{padding:12px;background:rgba(220,70,70,.16);border:1px solid rgba(255,120,120,.4);border-radius:6px}.eamarku-form-status a{font-weight:800;text-decoration:underline;margin-inline-start:6px}
.eamarku-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}

/* Coverage / contact */
.eamarku-location{background:linear-gradient(135deg,var(--eamarku-ivory) 0,#eff8f7 100%);border-top:1px solid var(--eamarku-line)}
.eamarku-location__grid{display:grid;grid-template-columns:.78fr 1.22fr;min-height:340px;border-inline:1px solid var(--eamarku-line);min-width:0}
.eamarku-location__info{padding:52px 44px}.eamarku-location__info .eamarku-profile-diamond{margin-inline-start:0}.eamarku-location__info h2{font-size:2rem;color:var(--eamarku-navy)}.eamarku-location__lead{color:var(--eamarku-muted)}
.eamarku-location__contacts{display:grid;gap:9px;margin-top:20px}.eamarku-location__contacts a{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:4px 10px;padding:12px 14px;border:1px solid var(--eamarku-line);background:rgba(255,255,255,.72)}.eamarku-location__contacts a>.eamarku-icon{grid-row:1/3}.eamarku-location__contacts a span{font-size:.76rem;color:var(--eamarku-muted)}.eamarku-location__contacts a bdi,.eamarku-location__contacts a strong{font-size:.92rem;color:var(--eamarku-navy);overflow-wrap:anywhere}
.eamarku-location__visual{min-width:0}.eamarku-location__map{height:100%;min-height:340px}.eamarku-location__map iframe{display:block;width:100%;height:100%;min-height:340px;border:0}
.eamarku-coverage-panel{height:100%;min-height:340px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:42px;background:radial-gradient(circle at 65% 30%,#d9f7f5 0,#edf4f4 50%,#e2e9e9 100%);color:var(--eamarku-navy)}.eamarku-coverage-panel__icon{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#087d79;box-shadow:0 8px 26px rgba(3,24,36,.08);margin-bottom:15px}.eamarku-coverage-panel>strong{font-size:1.5rem}.eamarku-coverage-panel>p{max-width:620px;color:var(--eamarku-muted);margin:6px auto 18px}.eamarku-emirates{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.eamarku-emirates span{display:inline-flex;align-items:center;min-height:36px;padding:5px 12px;border:1px solid var(--eamarku-line);background:rgba(255,255,255,.82);font-weight:700;font-size:.86rem}
.eamarku-contact-page{padding-bottom:28px}.eamarku-contact-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.eamarku-contact-cards>a,.eamarku-contact-cards>div{min-width:0;padding:24px 20px;border:1px solid var(--eamarku-line);background:#fff;display:flex;flex-direction:column;gap:5px;transition:transform .2s ease}.eamarku-contact-cards>a:hover{transform:translateY(-2px)}.eamarku-contact-cards span{color:#087d79;margin-bottom:6px}.eamarku-contact-cards small{color:var(--eamarku-muted)}.eamarku-contact-cards strong{color:var(--eamarku-navy);overflow-wrap:anywhere}

/* About + service internal pages */
.eamarku-profile-about-hero,.eamarku-profile-services-hero,.eamarku-profile-service-hero{padding:96px 0;background:var(--eamarku-ivory-2)}
.eamarku-profile-about-hero__grid,.eamarku-profile-services-hero__grid,.eamarku-profile-service-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:72px;align-items:center}
.eamarku-profile-about-hero__visual img,.eamarku-profile-services-hero__image img,.eamarku-profile-service-hero__visual img{width:100%;height:620px;object-fit:cover;border-radius:4px 56px 4px 56px;box-shadow:var(--eamarku-shadow)}
.eamarku-profile-about-hero__content h1,.eamarku-profile-services-hero h1,.eamarku-profile-service-hero h1{font-size:clamp(2.7rem,4.6vw,4.8rem);color:var(--eamarku-navy);font-weight:500;line-height:1.08;margin-bottom:18px}
.eamarku-profile-about-hero__content p,.eamarku-profile-services-hero p,.eamarku-profile-service-hero p{font-size:1.08rem;line-height:2;color:var(--eamarku-muted)}
.eamarku-profile-about-hero__content .eamarku-profile-diamond,.eamarku-profile-service-hero__content .eamarku-profile-diamond{margin-inline-start:0}
.eamarku-profile-mission{background:#fff}.eamarku-profile-mission__grid{display:grid;grid-template-columns:1fr 1fr;border-block:1px solid var(--eamarku-line)}.eamarku-profile-mission article{padding:46px 54px}.eamarku-profile-mission article+article{border-inline-start:1px solid var(--eamarku-line)}.eamarku-profile-mission article .eamarku-profile-diamond{margin-inline-start:0}.eamarku-profile-mission p{font-size:1.05rem;line-height:2;color:var(--eamarku-muted)}
.eamarku-profile-core-services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:940px;margin-inline:auto}.eamarku-profile-core-service{min-height:220px;padding:34px;border:1px solid var(--eamarku-line);background:rgba(255,255,255,.7);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;clip-path:polygon(14px 0,calc(100% - 14px) 0,100% 14px,100% calc(100% - 14px),calc(100% - 14px) 100%,14px 100%,0 calc(100% - 14px),0 14px)}.eamarku-profile-core-service>span{color:var(--eamarku-navy);margin-bottom:20px}.eamarku-profile-core-service strong{font-size:1.35rem;color:var(--eamarku-navy)}.eamarku-profile-core-service small{font:600 .68rem/1.2 "Manrope",sans-serif;letter-spacing:.2em;color:var(--eamarku-gold-text);margin-top:8px}
.eamarku-profile-specialties{background:var(--eamarku-ivory)}.eamarku-profile-specialties__grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:900px;margin-inline:auto}.eamarku-profile-specialties__grid a{display:flex;align-items:center;gap:16px;padding:24px;border:1px solid var(--eamarku-line);background:rgba(255,255,255,.7)}.eamarku-profile-specialties__grid a>span{width:54px;height:54px;display:grid;place-items:center;border:1px solid rgba(23,190,185,.3);border-radius:50%;color:#087d79}.eamarku-profile-specialties__grid a>div{flex:1}.eamarku-profile-specialties__grid strong,.eamarku-profile-specialties__grid small{display:block}.eamarku-profile-specialties__grid strong{font-size:1.12rem;color:var(--eamarku-navy)}.eamarku-profile-specialties__grid small{color:var(--eamarku-gold-text);font:600 .66rem/1.2 "Manrope",sans-serif;letter-spacing:.16em;margin-top:4px}
.eamarku-profile-service-detail{background:#fff}.eamarku-profile-service-detail__grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.eamarku-profile-service-detail__gallery{display:grid;gap:10px}.eamarku-profile-service-detail__gallery>.is-main{width:100%;height:390px;object-fit:cover;border-radius:18px 18px 4px 4px}.eamarku-profile-service-detail__gallery>div{display:grid;grid-template-columns:1fr 1fr;gap:10px}.eamarku-profile-service-detail__gallery>div img{width:100%;height:180px;object-fit:cover;border-radius:4px 4px 16px 16px}.eamarku-profile-service-detail__content h2{font-size:1.7rem;color:var(--eamarku-navy);margin:28px 0 10px}.eamarku-profile-service__list--large li{padding:15px 0;font-size:1rem}
.eamarku-profile-cta{background:var(--eamarku-navy-deep);color:#fff;border-top:1px solid rgba(184,154,103,.32)}.eamarku-profile-cta__box{display:flex;align-items:center;justify-content:space-between;gap:28px}.eamarku-profile-cta__box h2{font-size:clamp(1.8rem,3vw,3rem);margin:6px 0 0;color:#fff}.eamarku-profile-cta .eamarku-profile-en{color:#d8bd91}

/* Generic page and case-study pages */
.eamarku-breadcrumbs{background:var(--eamarku-ivory);border-bottom:1px solid var(--eamarku-line);font-size:.86rem;color:var(--eamarku-muted)}.eamarku-breadcrumbs .eamarku-container{display:flex;align-items:center;gap:8px;min-height:44px}.eamarku-breadcrumbs a{color:var(--eamarku-navy);font-weight:700}
.eamarku-page-hero{position:relative;min-height:420px;display:flex;align-items:center;background-image:var(--page-hero-image);background-size:cover;background-position:center;isolation:isolate;color:var(--eamarku-navy);background-color:var(--eamarku-ivory)}.eamarku-page-hero::before{content:"";position:absolute;inset:18px;border:1px solid rgba(184,154,103,.52);z-index:1;pointer-events:none}.eamarku-page-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,24,36,.08) 0%,rgba(248,243,235,.36) 48%,rgba(248,243,235,.88) 70%,rgba(248,243,235,.985) 100%);z-index:-1}.eamarku-page-hero__inner{padding-block:74px;width:min(48%,700px);max-width:700px;margin-inline-start:0;margin-inline-end:auto;text-align:start;position:relative;z-index:2}.eamarku-page-hero h1{font-size:clamp(2.5rem,4.6vw,4.5rem);margin-bottom:16px;color:var(--eamarku-navy);font-weight:500}.eamarku-page-hero p{max-width:760px;color:var(--eamarku-muted);font-size:1.08rem}
.eamarku-prose{max-width:900px}.eamarku-prose--wide{max-width:none}.eamarku-prose h1{font-size:clamp(2.2rem,4vw,3.4rem);color:var(--eamarku-navy)}.eamarku-prose h2{font-size:1.7rem;color:var(--eamarku-navy);margin-top:34px}.eamarku-prose h3{color:var(--eamarku-navy)}.eamarku-prose p,.eamarku-prose li{color:#455e69}.eamarku-prose img{border-radius:10px;margin-block:20px}
.eamarku-archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.eamarku-pagination,.navigation.pagination{margin-top:30px}
.eamarku-case-hero{position:relative;min-height:470px;display:flex;align-items:flex-end;background-image:var(--case-image);background-size:cover;background-position:center;isolation:isolate;color:#fff}.eamarku-case-hero::before{content:"";position:absolute;inset:18px;border:1px solid rgba(184,154,103,.48);z-index:1;pointer-events:none}.eamarku-case-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,24,36,.12),rgba(3,24,36,.88));z-index:-1}.eamarku-case-hero__inner{padding-block:72px;position:relative;z-index:2}.eamarku-case-hero h1{font-size:clamp(2.8rem,5vw,4.8rem);max-width:850px;margin-bottom:10px}.eamarku-case-hero__meta{display:flex;flex-wrap:wrap;gap:18px;color:#e4eef1}.eamarku-case-hero__meta span{display:flex;align-items:center;gap:6px}.eamarku-service-hero{align-items:center}.eamarku-service-hero p{max-width:700px;font-size:1.08rem;color:#e4eef1}.eamarku-case-layout{display:grid;grid-template-columns:1.3fr .7fr;gap:55px;align-items:start}.eamarku-case-facts{position:sticky;top:120px;border:1px solid var(--eamarku-line);padding:24px;background:#fff}.eamarku-case-facts h2{font-size:1.35rem}.eamarku-case-facts>div{padding:12px 0;border-top:1px solid var(--eamarku-line)}.eamarku-case-facts span,.eamarku-case-facts strong{display:block}.eamarku-case-facts span{font-size:.78rem;color:var(--eamarku-muted)}.eamarku-case-facts strong{color:var(--eamarku-navy)}.eamarku-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.eamarku-gallery-grid img{width:100%;aspect-ratio:1.25;object-fit:cover;border-radius:8px}.eamarku-case-cta{padding-top:20px}.eamarku-case-cta__box{background:var(--eamarku-navy-deep);color:#fff;border:1px solid rgba(184,154,103,.3);padding:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}.eamarku-case-cta__box h2{margin:0;font-size:2rem;max-width:700px}.eamarku-case-cta__box>div:last-child{display:flex;gap:10px;flex-wrap:wrap}.eamarku-inline-cta{margin-top:50px;padding:28px;background:var(--eamarku-ivory);border:1px solid var(--eamarku-line);display:flex;justify-content:space-between;align-items:center;gap:20px}.eamarku-inline-cta h2{margin:0}
.eamarku-guarantee-page__grid,.eamarku-quality-checks__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.eamarku-guarantee-page__grid article,.eamarku-quality-checks__grid>div{border:1px solid var(--eamarku-line);padding:28px;background:rgba(255,255,255,.72)}.eamarku-guarantee-page__grid article>span{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#087d79;margin-bottom:16px}.eamarku-guarantee-page__grid h3,.eamarku-quality-checks__grid h3{color:var(--eamarku-navy)}.eamarku-guarantee-page__grid p,.eamarku-quality-checks__grid p{color:var(--eamarku-muted)}.eamarku-quality-checks{background:var(--eamarku-ivory)}.eamarku-quality-checks__grid strong{display:block;font:800 1.7rem/1 "Manrope",sans-serif;color:#087d79;margin-bottom:12px}
.eamarku-faq-page{background:linear-gradient(180deg,var(--eamarku-ivory),#fff)}.eamarku-faq-page__grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:58px;align-items:start}.eamarku-faq-page__intro{position:sticky;top:120px}.eamarku-faq-page__intro h2{font-size:2.1rem;color:var(--eamarku-navy)}.eamarku-faq-page__intro p{color:var(--eamarku-muted)}.eamarku-faq-page .eamarku-faq>.eamarku-section-heading{display:none}
.eamarku-policy{max-width:920px}.eamarku-policy h2{font-size:1.65rem}.eamarku-policy__note{margin-top:34px;padding:16px 18px;border-inline-start:4px solid var(--eamarku-gold);background:var(--eamarku-ivory)}
.eamarku-empty-state{margin-top:20px;padding:28px;border:1px dashed var(--eamarku-line);text-align:center;background:#fff}.eamarku-empty-state strong,.eamarku-empty-state span{display:block}.eamarku-empty-state strong{color:var(--eamarku-navy);font-size:1.2rem}.eamarku-empty-state span{color:var(--eamarku-muted);margin:4px 0 18px}
.eamarku-404{text-align:center;min-height:60vh;display:grid;place-items:center}.eamarku-404 h1{font-size:3rem}

/* Footer */
.eamarku-footer{background:var(--eamarku-navy-deep);color:#d8e5ea;padding:58px 0 0;border-top:1px solid rgba(184,154,103,.42)}
.eamarku-footer__grid{display:grid;grid-template-columns:1.2fr .8fr .9fr 1fr;gap:40px}
.eamarku-footer__mark{width:auto;height:auto;display:inline-flex;align-items:center;justify-content:flex-start;margin-bottom:18px;color:#fff}.eamarku-footer__mark span{display:block;font:500 clamp(2rem,3vw,2.75rem)/1 "Manrope",system-ui,sans-serif;letter-spacing:.075em;white-space:nowrap}
.eamarku-footer__brand p{max-width:360px;color:#b8cbd2;font-size:.93rem}.eamarku-footer__brand p::after{content:"مسابح • لاندسكيب • صيانة المباني";display:block;margin-top:12px;color:#d8bd91;font-weight:700;font-size:.75rem;line-height:1.7;letter-spacing:0;direction:rtl}
.eamarku-footer__title{font-size:1.05rem;color:#fff;margin-bottom:15px;position:relative;padding-bottom:10px}.eamarku-footer__title::after{content:"";position:absolute;bottom:0;inset-inline-start:0;width:38px;height:1px;background:var(--eamarku-gold)}
.eamarku-footer__links,.eamarku-footer__contact{list-style:none;margin:0;padding:0}.eamarku-footer__links li,.eamarku-footer__contact li{margin-bottom:8px;color:#b8cbd2}.eamarku-footer__contact a,.eamarku-footer__contact li{display:flex;gap:8px;align-items:center}.eamarku-footer__links a:hover,.eamarku-footer__contact a:hover{color:#fff}.eamarku-footer__bottom{border-top:1px solid rgba(184,154,103,.22);margin-top:42px;padding:18px 0;font-size:.82rem;color:#9db1b9}.eamarku-footer__bottom .eamarku-container{display:flex;justify-content:space-between}.eamarku-footer__bottom a{color:#c5d5da}
.eamarku-whatsapp-float{position:fixed;z-index:990;inset-inline-end:20px;bottom:20px;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#17b96c;color:#fff;box-shadow:0 14px 28px rgba(0,0,0,.2)}
.eamarku-mobile-bar{display:none}

/* Arabic-first typography and RTL polish */
html[dir="rtl"] body{direction:rtl;text-align:right}
html[dir="rtl"] h1,html[dir="rtl"] h2,html[dir="rtl"] h3,html[dir="rtl"] h4{letter-spacing:0;line-height:1.32}
html[dir="rtl"] .eamarku-section-heading--start,html[dir="rtl"] .eamarku-profile-service__content,html[dir="rtl"] .eamarku-profile-service-detail__content,html[dir="rtl"] .eamarku-profile-about-hero__content,html[dir="rtl"] .eamarku-profile-service-hero__content,html[dir="rtl"] .eamarku-location__info,html[dir="rtl"] .eamarku-lead-box{text-align:right}
html[dir="rtl"] .eamarku-section-heading--start .eamarku-profile-diamond,html[dir="rtl"] .eamarku-profile-service__content .eamarku-profile-diamond,html[dir="rtl"] .eamarku-profile-service-detail__content .eamarku-profile-diamond,html[dir="rtl"] .eamarku-profile-about-hero__content .eamarku-profile-diamond,html[dir="rtl"] .eamarku-profile-service-hero__content .eamarku-profile-diamond,html[dir="rtl"] .eamarku-location__info .eamarku-profile-diamond{margin-inline-start:0;margin-inline-end:0}
html[dir="rtl"] input,html[dir="rtl"] select,html[dir="rtl"] textarea{text-align:right}
html[dir="rtl"] input[type="tel"],html[dir="rtl"] .eamarku-ltr{direction:ltr;text-align:left;unicode-bidi:isolate}
.eamarku-kicker+.eamarku-profile-diamond{margin-top:10px}
.eamarku-section-heading .eamarku-kicker{margin-bottom:0}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
