*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:#F1F5F0;color:#0A1E17;font:400 16px/1.6 "Archivo","Helvetica Neue",Arial,sans-serif}
img{max-width:100%}
[hidden]{display:none!important}
.skip{position:absolute;inset-inline-start:-9999px;top:0;z-index:999;background:#123328;color:#E9F2EC;padding:12px 18px;border-radius:0 0 10px 0;text-decoration:none;font-weight:650}
.skip:focus{inset-inline-start:0}

/* ============ TOKENS ============ */
:root{
  color-scheme: light;
  --paper:#F1F5F0; --surface:#FFFFFF; --surface-2:#E9EFE8; --line:#D5E0D6;
  --text:#0A1E17; --muted:#5A6F65;
  --forest:#123328; --forest-2:#1A4636; --forest-3:#0B231B;
  --fg-on-forest:#E9F2EC; --fg-on-forest-mute:#9DBCAC;
  --mint:#3FAE8B; --mint-soft:#DCF0E7;
  --saffron:#DC9C24; --saffron-ink:#3A2705; --saffron-soft:#FBEED2;
  --clay:#B4542F;
  --shadow-1:0 1px 2px rgba(10,30,23,.05);
  --shadow-2:0 2px 4px rgba(10,30,23,.05), 0 18px 40px -18px rgba(10,30,23,.28);
  --shadow-3:0 24px 60px -24px rgba(10,30,23,.45);
  --r-s:6px; --r-m:12px; --r-l:20px;
  --maxw:1220px;
  --f-disp:"Archivo","Helvetica Neue",Arial,sans-serif;
  --f-body:"Archivo","Helvetica Neue",Arial,sans-serif;
  --f-quote:"Newsreader",Georgia,serif;
}
:root:not([data-theme="light"]){ }
@media (prefers-color-scheme: dark){
  :root:not([data-theme="light"]){
    color-scheme: dark;
    --paper:#071310; --surface:#0D1C17; --surface-2:#12241E; --line:#20362D;
    --text:#E5EEE8; --muted:#92A99D;
    --forest:#0B221B; --forest-2:#123227; --forest-3:#071612;
    --mint:#4FC49C; --mint-soft:#12312A;
    --saffron:#E9AE3E; --saffron-soft:#33260D;
    --shadow-1:0 1px 2px rgba(0,0,0,.5);
    --shadow-2:0 2px 4px rgba(0,0,0,.4), 0 18px 40px -18px rgba(0,0,0,.75);
    --shadow-3:0 24px 60px -24px rgba(0,0,0,.85);
  }
}
:root[data-theme="dark"]{
  color-scheme: dark;
  --paper:#071310; --surface:#0D1C17; --surface-2:#12241E; --line:#20362D;
  --text:#E5EEE8; --muted:#92A99D;
  --forest:#0B221B; --forest-2:#123227; --forest-3:#071612;
  --mint:#4FC49C; --mint-soft:#12312A;
  --saffron:#E9AE3E; --saffron-soft:#33260D;
  --shadow-1:0 1px 2px rgba(0,0,0,.5);
  --shadow-2:0 2px 4px rgba(0,0,0,.4), 0 18px 40px -18px rgba(0,0,0,.75);
  --shadow-3:0 24px 60px -24px rgba(0,0,0,.85);
}

/* ============ BASE ============ */
*{box-sizing:border-box}
body{
  margin:0; background:var(--paper); color:var(--text);
  font-family:var(--f-body); font-size:16px; line-height:1.6;
  font-variation-settings:"wdth" 100;
  -webkit-font-smoothing:antialiased;
}
html[dir="rtl"] body{ font-family:"IBM Plex Sans Arabic",var(--f-body); }
img{max-width:100%}
a{color:inherit}
button,input,select,textarea{font:inherit;color:inherit}
:focus-visible{outline:2.5px solid var(--saffron); outline-offset:3px; border-radius:4px}
h1,h2,h3,h4{margin:0; text-wrap:balance; font-family:var(--f-disp); font-weight:700; line-height:1.06; letter-spacing:-.022em}
html[dir="rtl"] h1,html[dir="rtl"] h2,html[dir="rtl"] h3,html[dir="rtl"] h4{font-family:"IBM Plex Sans Arabic",var(--f-disp); letter-spacing:0; line-height:1.3}
p{margin:0}
ul{margin:0;padding:0;list-style:none}

.wrap{max-width:var(--maxw); margin-inline:auto; padding-inline:22px}
.h1{font-size:clamp(2.3rem,5.4vw,4.15rem); font-variation-settings:"wdth" 112,"wght" 760}
.h2{font-size:clamp(1.75rem,3.5vw,2.7rem); font-variation-settings:"wdth" 108,"wght" 730}
.h3{font-size:clamp(1.15rem,1.7vw,1.4rem); font-variation-settings:"wdth" 104,"wght" 700}
html[dir="rtl"] .h1,html[dir="rtl"] .h2,html[dir="rtl"] .h3{font-variation-settings:normal;font-weight:700}
.lead{font-size:clamp(1.02rem,1.35vw,1.16rem); color:var(--muted); max-width:62ch}
.eyebrow{
  font-size:.705rem; letter-spacing:.16em; text-transform:uppercase; font-weight:700;
  color:var(--mint); display:flex; align-items:center; gap:9px;
}
html[dir="rtl"] .eyebrow{letter-spacing:0}
.eyebrow::before{content:""; width:22px; height:2px; background:var(--mint); flex:none}
.eyebrow.on-dark{color:var(--saffron)} .eyebrow.on-dark::before{background:var(--saffron)}
.sec{padding-block:clamp(56px,7vw,104px)}
.sec-head{display:flex; flex-direction:column; gap:14px; margin-bottom:38px; max-width:70ch}

/* ============ BUTTONS ============ */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:9px;
  padding:13px 20px; border-radius:999px; border:1.5px solid transparent;
  font-weight:650; font-size:.93rem; text-decoration:none; cursor:pointer;
  transition:transform .16s cubic-bezier(.2,.8,.3,1), background-color .16s, border-color .16s, box-shadow .16s;
  white-space:nowrap;
}
.btn:hover{transform:translateY(-2px)}
.btn:active{transform:translateY(0)}
.btn svg{width:18px;height:18px;flex:none}
.btn-wa{background:var(--saffron); color:var(--saffron-ink); box-shadow:0 6px 20px -8px rgba(220,156,36,.9)}
.btn-wa:hover{background:#eaa930}
.btn-solid{background:var(--forest); color:var(--fg-on-forest)}
.btn-solid:hover{background:var(--forest-2)}
.btn-ghost{border-color:var(--line); background:var(--surface); color:var(--text)}
.btn-ghost:hover{border-color:var(--mint); background:var(--mint-soft)}
.btn-onforest{border-color:rgba(233,242,236,.32); color:var(--fg-on-forest); background:transparent}
.btn-onforest:hover{background:rgba(233,242,236,.1); border-color:rgba(233,242,236,.6)}
.btn-sm{padding:9px 15px; font-size:.85rem}

/* ============ HEADER / TOPBAR ============ */
.hdr{position:sticky; top:0; z-index:200; background:var(--surface); border-bottom:1px solid var(--line)}
.hdr.scrolled{box-shadow:var(--shadow-2)}
.topbar{background:var(--forest-3); color:var(--fg-on-forest-mute); font-size:.775rem}
.topbar .wrap{display:flex; align-items:center; justify-content:space-between; gap:16px; height:36px}
.topbar a{text-decoration:none}
.tb-left{display:flex; align-items:center; gap:18px; min-width:0}
.tb-left span{display:inline-flex; align-items:center; gap:7px; white-space:nowrap}
.tb-left svg{width:13px;height:13px;opacity:.75;flex:none}
.tb-promo{color:var(--saffron); font-weight:650}
.tb-right{display:flex; align-items:center; gap:6px; flex:none}
.langs{display:flex; gap:2px; background:rgba(255,255,255,.07); border-radius:999px; padding:2px}
.langs button{
  border:0; background:transparent; color:var(--fg-on-forest-mute); cursor:pointer;
  padding:3px 10px; border-radius:999px; font-size:.72rem; font-weight:650; letter-spacing:.04em;
}
.langs button[aria-pressed="true"]{background:var(--fg-on-forest); color:var(--forest-3)}
.langs button:hover{color:var(--fg-on-forest)}
.tb-theme{border:0;background:transparent;color:var(--fg-on-forest-mute);cursor:pointer;padding:4px;border-radius:50%;display:grid;place-items:center}
.tb-theme svg{width:15px;height:15px}
.tb-theme:hover{color:var(--saffron)}
@media(max-width:900px){ .tb-left span:not(.tb-phone){display:none} }

/* logo bar */
.bar{display:flex; align-items:center; gap:12px; height:74px}
.hdr.scrolled .bar{height:64px}
.bar{transition:height .2s}
.logo{display:flex; align-items:center; gap:11px; text-decoration:none; flex:none; margin-inline-end:8px}
.logo-mark{width:44px;height:44px;flex:none;border-radius:11px}
.logo-txt{display:flex;flex-direction:column;line-height:1}
.logo-name{font-family:var(--f-disp); font-variation-settings:"wdth" 118,"wght" 800; font-size:1.06rem; letter-spacing:-.01em}
.logo-sub{font-size:.6rem; letter-spacing:.14em; text-transform:uppercase; color:var(--muted); margin-top:5px; font-weight:650}
.logo-name.stack{line-height:.92; font-size:1.02rem}
@media(max-width:420px){ .logo-mark{width:38px;height:38px} .logo-name.stack{font-size:.92rem} .logo-sub{font-size:.54rem} }
html[dir="rtl"] .logo-name{font-family:"IBM Plex Sans Arabic";font-variation-settings:normal;font-weight:700}
html[dir="rtl"] .logo-sub{letter-spacing:0}

.nav{display:flex; align-items:stretch; gap:2px; height:100%; flex:1; min-width:0}
.nav>*{display:flex;align-items:center}
.navbtn{
  border:0; background:transparent; cursor:pointer; padding:0 13px; height:100%;
  font-size:.9rem; font-weight:600; display:inline-flex; align-items:center; gap:6px;
  text-decoration:none; position:relative; color:var(--text);
}
.navbtn::after{
  content:""; position:absolute; inset-inline:13px; bottom:0; height:2.5px; background:var(--mint);
  transform:scaleX(0); transition:transform .2s cubic-bezier(.2,.8,.3,1); border-radius:2px;
}
.navbtn:hover::after,.navbtn[aria-expanded="true"]::after,.navbtn.active::after{transform:scaleX(1)}
.navbtn .chev{width:11px;height:11px;opacity:.55;transition:transform .2s}
.navbtn[aria-expanded="true"] .chev{transform:rotate(180deg)}
.hdr-cta{display:flex; align-items:center; gap:9px; flex:none}
@media(max-width:1080px){ .nav,.hdr-cta{display:none} }

.burger{display:none; margin-inline-start:auto; width:44px;height:44px; border:1.5px solid var(--line); border-radius:12px; background:var(--surface); cursor:pointer; place-items:center}
.burger svg{width:20px;height:20px}
@media(max-width:1080px){ .burger{display:grid} }

/* ============ MEGA MENU ============ */
.mega{
  position:absolute; inset-inline:0; top:100%; background:var(--surface);
  border-top:1px solid var(--line); border-bottom:1px solid var(--line);
  box-shadow:var(--shadow-3); overflow:hidden;
  display:none;
}
.mega.open{display:block; animation:megaIn .22s cubic-bezier(.2,.8,.3,1)}
@keyframes megaIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}
.mega-panel{display:none}
.mega-panel.on{display:block}
.mega-grid{display:grid; grid-template-columns:1fr 1fr 1fr .92fr; gap:0; padding-block:28px}
.mega-col{padding-inline:26px; border-inline-end:1px solid var(--line)}
.mega-col:first-child{padding-inline-start:0}
.mega-col.feature{border-inline-end:0; padding-inline-end:0}
.mega-title{
  font-size:.68rem; letter-spacing:.15em; text-transform:uppercase; font-weight:700;
  color:var(--muted); margin-bottom:14px;
}
html[dir="rtl"] .mega-title{letter-spacing:0}
.mega-link{
  display:flex; gap:12px; align-items:flex-start; padding:9px 10px; margin-inline:-10px;
  border-radius:var(--r-m); text-decoration:none; transition:background .15s;
}
.mega-link:hover{background:var(--surface-2)}
.mega-ico{
  width:34px;height:34px;flex:none; border-radius:9px; background:var(--mint-soft); color:var(--mint);
  display:grid;place-items:center;
}
.mega-ico svg{width:18px;height:18px}
.mega-link:hover .mega-ico{background:var(--mint); color:#fff}
.ml-t{font-weight:650; font-size:.9rem; display:flex; align-items:baseline; gap:8px; flex-wrap:wrap}
.ml-p{font-size:.72rem; font-weight:700; color:var(--saffron); font-variant-numeric:tabular-nums}
.ml-d{font-size:.775rem; color:var(--muted); line-height:1.42; margin-top:2px}
.feature-card{
  background:var(--forest); color:var(--fg-on-forest); border-radius:var(--r-l);
  padding:22px; height:100%; display:flex; flex-direction:column; gap:12px; position:relative; overflow:hidden;
}
.feature-card .zell{position:absolute; inset-inline-end:-30px; bottom:-30px; width:150px; opacity:.13; color:var(--mint)}
.fc-tag{align-self:flex-start; background:var(--saffron); color:var(--saffron-ink); font-size:.66rem; font-weight:750; letter-spacing:.09em; text-transform:uppercase; padding:4px 10px; border-radius:999px}
html[dir="rtl"] .fc-tag{letter-spacing:0}
.fc-h{font-size:1.18rem; font-family:var(--f-disp); font-variation-settings:"wdth" 108,"wght" 720; line-height:1.15}
html[dir="rtl"] .fc-h{font-family:"IBM Plex Sans Arabic";font-variation-settings:normal;font-weight:700}
.fc-p{font-size:.83rem; color:var(--fg-on-forest-mute); line-height:1.5}
.fc-list{display:flex;flex-direction:column;gap:7px;font-size:.8rem;color:var(--fg-on-forest-mute)}
.fc-list li{display:flex;gap:8px;align-items:flex-start}
.fc-list svg{width:14px;height:14px;color:var(--mint);flex:none;margin-top:3px}
.mega-foot{
  border-top:1px solid var(--line); background:var(--surface-2);
  padding-block:12px; font-size:.8rem;
}
.mega-foot .wrap{display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap}
.mf-l{display:flex;align-items:center;gap:8px;color:var(--muted)}
.mf-l svg{width:15px;height:15px;color:var(--mint)}
.mf-links{display:flex;gap:16px;flex-wrap:wrap}
.mf-links a{text-decoration:none;color:var(--muted);font-weight:600}
.mf-links a:hover{color:var(--mint)}
@media(max-width:1180px){ .mega-grid{grid-template-columns:1fr 1fr 1fr} .mega-col.feature{display:none} }

/* ============ MOBILE DRAWER ============ */
.scrim{position:fixed;inset:0;background:rgba(6,20,15,.55);backdrop-filter:blur(3px);z-index:299;opacity:0;pointer-events:none;transition:opacity .25s}
.scrim.on{opacity:1;pointer-events:auto}
.drawer{
  position:fixed; inset-block:0; inset-inline-end:0; width:min(430px,92vw); background:var(--paper);
  z-index:300; transform:translateX(105%); transition:transform .3s cubic-bezier(.2,.8,.3,1);
  display:flex; flex-direction:column; box-shadow:var(--shadow-3);
}
html[dir="rtl"] .drawer{transform:translateX(-105%)}
.drawer.on{transform:none}
.dr-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid var(--line);background:var(--surface)}
.dr-close{width:40px;height:40px;border:1.5px solid var(--line);border-radius:11px;background:var(--surface);display:grid;place-items:center;cursor:pointer}
.dr-close svg{width:18px;height:18px}
.dr-body{flex:1;overflow-y:auto;padding:14px 20px 24px}
.dr-langs{display:flex;gap:6px;margin-bottom:16px}
.dr-langs button{flex:1;padding:10px;border:1.5px solid var(--line);background:var(--surface);border-radius:11px;font-weight:650;font-size:.85rem;cursor:pointer}
.dr-langs button[aria-pressed="true"]{background:var(--forest);color:var(--fg-on-forest);border-color:var(--forest)}
.acc{border-bottom:1px solid var(--line)}
.acc-btn{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;
  padding:16px 2px;border:0;background:transparent;cursor:pointer;text-align:start;
  font-size:1.02rem;font-weight:650;font-family:var(--f-disp);
}
html[dir="rtl"] .acc-btn{font-family:"IBM Plex Sans Arabic"}
.acc-btn svg{width:16px;height:16px;opacity:.5;transition:transform .22s;flex:none}
.acc-btn[aria-expanded="true"] svg{transform:rotate(45deg);color:var(--mint);opacity:1}
.acc-body{display:none;padding-bottom:14px;flex-direction:column;gap:2px}
.acc-body.on{display:flex}
.acc-body a{
  display:flex;align-items:center;gap:11px;padding:11px 12px;border-radius:11px;
  text-decoration:none;font-size:.9rem;font-weight:550;background:var(--surface);
}
.acc-body a:hover{background:var(--mint-soft)}
.acc-body .ml-p{margin-inline-start:auto}
.acc-body .mega-ico{width:30px;height:30px}
.acc-body .mega-ico svg{width:16px;height:16px}
.dr-solo{display:block;padding:16px 2px;border-bottom:1px solid var(--line);text-decoration:none;font-size:1.02rem;font-weight:650;font-family:var(--f-disp)}
html[dir="rtl"] .dr-solo{font-family:"IBM Plex Sans Arabic"}
.dr-cta{display:flex;flex-direction:column;gap:9px;padding-top:20px}
.dr-cta .btn{width:100%}

/* ============ HERO ============ */
.hero{position:relative; background:var(--forest); color:var(--fg-on-forest); overflow:hidden}
.hero-bg{position:absolute;inset:0;opacity:.5;pointer-events:none}
.hero-grid{
  position:relative; display:grid; grid-template-columns:1.15fr .85fr; gap:52px; align-items:center;
  padding-block:clamp(48px,6.5vw,86px);
}
@media(max-width:960px){ .hero-grid{grid-template-columns:1fr; gap:36px} }
.hero h1{color:var(--fg-on-forest)}
.hero .lead{color:var(--fg-on-forest-mute)}
.hero-copy{display:flex;flex-direction:column;gap:20px}
.hero-ctas{display:flex;gap:11px;flex-wrap:wrap;margin-top:2px}
.trust{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 22px;margin-top:10px;max-width:560px}
.trust li{display:flex;gap:9px;align-items:flex-start;font-size:.83rem;color:var(--fg-on-forest-mute);line-height:1.4}
.trust svg{width:16px;height:16px;color:var(--mint);flex:none;margin-top:2px}
.hero-card{
  background:rgba(255,255,255,.055); border:1px solid rgba(233,242,236,.16); border-radius:var(--r-l);
  padding:22px; backdrop-filter:blur(6px);
}
.hc-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}
.hc-t{font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;font-weight:700;color:var(--fg-on-forest-mute)}
html[dir="rtl"] .hc-t{letter-spacing:0}
.hc-live{display:inline-flex;align-items:center;gap:6px;font-size:.7rem;font-weight:650;color:var(--mint)}
.dot{width:7px;height:7px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 0 rgba(63,174,139,.7);animation:pulse 2.2s infinite}
@keyframes pulse{70%{box-shadow:0 0 0 8px rgba(63,174,139,0)}100%{box-shadow:0 0 0 0 rgba(63,174,139,0)}}
.pricelist{display:flex;flex-direction:column}
.pricerow{display:flex;align-items:baseline;gap:10px;padding:10px 0;border-bottom:1px dashed rgba(233,242,236,.16)}
.pricerow:last-child{border-bottom:0}
.pr-n{font-weight:600;font-size:.9rem}
.pr-d{flex:1;border-bottom:1px dotted rgba(233,242,236,.22);transform:translateY(-4px)}
.pr-v{font-weight:750;font-size:1rem;font-variant-numeric:tabular-nums;color:var(--saffron)}
.pr-v small{font-size:.66rem;font-weight:600;opacity:.75;margin-inline-start:2px}
.hc-note{font-size:.72rem;color:var(--fg-on-forest-mute);margin-top:14px;line-height:1.45}

/* ============ CORRIDOR ============ */
.corridor{background:var(--forest-3); color:var(--fg-on-forest); padding-block:26px; border-top:1px solid rgba(233,242,236,.09)}
.corr-in{display:flex;align-items:center;gap:26px;flex-wrap:wrap;justify-content:space-between}
.corr-lbl{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;font-weight:700;color:var(--fg-on-forest-mute);flex:none}
html[dir="rtl"] .corr-lbl{letter-spacing:0}
.corr-line{display:flex;align-items:center;gap:0;flex:1;min-width:280px;overflow-x:auto;padding-bottom:4px}
.corr-city{display:flex;align-items:center;gap:0;flex:none}
.cc-node{display:flex;flex-direction:column;align-items:center;gap:6px;padding-inline:12px}
.cc-dot{width:11px;height:11px;border-radius:50%;border:2.5px solid var(--mint);background:var(--forest-3)}
.cc-dot.hub{background:var(--saffron);border-color:var(--saffron);width:13px;height:13px}
.cc-n{font-size:.78rem;font-weight:650;white-space:nowrap}
.cc-seg{height:2px;width:34px;background:linear-gradient(90deg,var(--mint),rgba(63,174,139,.35));flex:none}

/* ============ CARDS / GRIDS ============ */
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(275px,1fr));gap:18px}
.card{
  background:var(--surface); border:1px solid var(--line); border-radius:var(--r-l);
  padding:24px; display:flex; flex-direction:column; gap:11px; text-decoration:none;
  transition:transform .2s cubic-bezier(.2,.8,.3,1), box-shadow .2s, border-color .2s;
  position:relative;
}
a.card:hover{transform:translateY(-4px); box-shadow:var(--shadow-2); border-color:var(--mint)}
.card-ico{width:46px;height:46px;border-radius:13px;background:var(--mint-soft);color:var(--mint);display:grid;place-items:center}
.card-ico svg{width:23px;height:23px}
a.card:hover .card-ico{background:var(--mint);color:#fff}
.card p{font-size:.875rem;color:var(--muted);line-height:1.55}
.card-foot{margin-top:auto;padding-top:12px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid var(--line)}
.price-tag{font-weight:750;font-size:.95rem;color:var(--saffron);font-variant-numeric:tabular-nums}
.price-tag small{font-size:.68rem;font-weight:600;color:var(--muted);display:block;letter-spacing:.05em;text-transform:uppercase}
html[dir="rtl"] .price-tag small{letter-spacing:0}
.arrow{width:30px;height:30px;border-radius:50%;background:var(--surface-2);display:grid;place-items:center;flex:none;transition:background .2s,transform .2s}
.arrow svg{width:14px;height:14px}
html[dir="rtl"] .arrow svg{transform:scaleX(-1)}
a.card:hover .arrow{background:var(--forest);color:var(--fg-on-forest);transform:translateX(3px)}
html[dir="rtl"] a.card:hover .arrow{transform:translateX(-3px)}
.badge{position:absolute;inset-block-start:16px;inset-inline-end:16px;background:var(--saffron-soft);color:var(--saffron-ink);font-size:.64rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase;padding:4px 9px;border-radius:999px}
html[dir="rtl"] .badge{letter-spacing:0}
:root[data-theme="dark"] .badge,html:not([data-theme="light"]) .badge{color:var(--saffron)}
@media (prefers-color-scheme: light){ :root:not([data-theme="dark"]) .badge{color:var(--saffron-ink)} }

/* ============ PROCESS ============ */
.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(215px,1fr));gap:0;counter-reset:s}
.step{padding:26px 22px;border-inline-start:2px solid var(--line);position:relative}
.step:first-child{border-inline-start:0;padding-inline-start:0}
.step-n{
  font-family:var(--f-disp); font-variation-settings:"wdth" 118,"wght" 800;
  font-size:2.6rem; line-height:1; color:var(--mint); opacity:.32; margin-bottom:10px;
  font-variant-numeric:tabular-nums;
}
html[dir="rtl"] .step-n{font-family:"IBM Plex Sans Arabic";font-variation-settings:normal}
.step h3{margin-bottom:7px}
.step p{font-size:.86rem;color:var(--muted);line-height:1.55}

/* ============ BEFORE / AFTER ============ */
.ba{position:relative;border-radius:var(--r-l);overflow:hidden;border:1px solid var(--line);background:var(--surface-2);aspect-ratio:16/10}
.ba svg{position:absolute;inset:0;width:100%;height:100%;display:block}
.ba-after{clip-path:inset(0 0 0 var(--pos,50%))}
html[dir="rtl"] .ba-after{clip-path:inset(0 var(--pos,50%) 0 0)}
.ba-range{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:ew-resize;margin:0;z-index:4}
.ba-handle{position:absolute;inset-block:0;inset-inline-start:var(--pos,50%);width:3px;background:var(--saffron);z-index:3;pointer-events:none}
.ba-knob{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:42px;height:42px;border-radius:50%;background:var(--saffron);color:var(--saffron-ink);display:grid;place-items:center;box-shadow:0 4px 14px rgba(0,0,0,.3)}
.ba-knob svg{position:static;width:20px;height:20px}
.ba-tag{position:absolute;top:14px;z-index:3;font-size:.68rem;font-weight:750;letter-spacing:.11em;text-transform:uppercase;padding:5px 11px;border-radius:999px;background:rgba(9,25,19,.75);color:#E9F2EC;backdrop-filter:blur(4px)}
html[dir="rtl"] .ba-tag{letter-spacing:0}
.ba-tag.l{inset-inline-start:14px}
.ba-tag.r{inset-inline-end:14px;background:var(--mint);color:#052018}

/* ============ CALCULATOR ============ */
.calc{display:grid;grid-template-columns:1.25fr .75fr;gap:26px;align-items:start}
@media(max-width:900px){ .calc{grid-template-columns:1fr} }
.calc-panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-l);padding:26px;display:flex;flex-direction:column;gap:22px}
.fld{display:flex;flex-direction:column;gap:9px}
.fld>label,.fld-lbl{font-size:.72rem;letter-spacing:.13em;text-transform:uppercase;font-weight:700;color:var(--muted)}
html[dir="rtl"] .fld>label,html[dir="rtl"] .fld-lbl{letter-spacing:0}
.chips{display:flex;flex-wrap:wrap;gap:8px}
.chip{
  border:1.5px solid var(--line); background:var(--surface); border-radius:999px; padding:9px 15px;
  font-size:.85rem; font-weight:600; cursor:pointer; transition:all .15s; display:inline-flex; gap:7px; align-items:center;
}
.chip:hover{border-color:var(--mint)}
.chip[aria-pressed="true"]{background:var(--forest);color:var(--fg-on-forest);border-color:var(--forest)}
.chip .cp{font-size:.74rem;opacity:.7;font-variant-numeric:tabular-nums}
.opts{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:8px}
.opt{display:flex;align-items:center;gap:10px;padding:11px 13px;border:1.5px solid var(--line);border-radius:var(--r-m);cursor:pointer;font-size:.86rem;transition:all .15s;background:var(--surface)}
.opt:hover{border-color:var(--mint)}
.opt input{accent-color:var(--mint);width:17px;height:17px;flex:none;cursor:pointer}
.opt.on{border-color:var(--mint);background:var(--mint-soft)}
.opt .cp{margin-inline-start:auto;font-weight:700;color:var(--saffron);font-size:.78rem;font-variant-numeric:tabular-nums}
.est{
  background:var(--forest); color:var(--fg-on-forest); border-radius:var(--r-l); padding:26px;
  position:sticky; top:112px; display:flex; flex-direction:column; gap:16px; overflow:hidden;
}
.est-total{display:flex;align-items:baseline;gap:8px}
.est-num{font-family:var(--f-disp);font-variation-settings:"wdth" 116,"wght" 800;font-size:3.1rem;line-height:1;font-variant-numeric:tabular-nums}
html[dir="rtl"] .est-num{font-family:"IBM Plex Sans Arabic";font-variation-settings:normal;font-weight:700}
.est-cur{font-size:1.05rem;font-weight:700;color:var(--saffron)}
.est-was{font-size:.9rem;color:var(--fg-on-forest-mute);text-decoration:line-through}
.est-lines{display:flex;flex-direction:column;gap:6px;font-size:.8rem;color:var(--fg-on-forest-mute);border-top:1px solid rgba(233,242,236,.16);padding-top:14px}
.est-lines div{display:flex;justify-content:space-between;gap:12px}
.est-lines span:last-child{font-variant-numeric:tabular-nums;color:var(--fg-on-forest)}
.est-fine{font-size:.71rem;color:var(--fg-on-forest-mute);line-height:1.45}

/* ============ PRICING TABLE ============ */
.tbl-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--r-l);background:var(--surface)}
table{border-collapse:collapse;width:100%;min-width:640px}
th,td{padding:15px 18px;text-align:start;border-bottom:1px solid var(--line);font-size:.88rem}
thead th{background:var(--surface-2);font-size:.7rem;letter-spacing:.13em;text-transform:uppercase;font-weight:700;color:var(--muted);white-space:nowrap}
html[dir="rtl"] thead th{letter-spacing:0}
tbody tr:last-child td{border-bottom:0}
tbody tr:hover{background:var(--surface-2)}
td.p{font-weight:750;color:var(--saffron);font-variant-numeric:tabular-nums;white-space:nowrap}
td.n{font-weight:650}
td.d{color:var(--muted);font-size:.83rem}

/* ============ QUOTE ============ */
.quote-band{background:var(--surface-2);border-block:1px solid var(--line)}
.quote-in{display:grid;grid-template-columns:1.4fr .6fr;gap:40px;align-items:center}
@media(max-width:860px){ .quote-in{grid-template-columns:1fr;gap:26px} }
blockquote{margin:0;font-family:var(--f-quote);font-style:italic;font-size:clamp(1.35rem,2.7vw,2.05rem);line-height:1.32;letter-spacing:-.01em}
html[dir="rtl"] blockquote{font-family:"IBM Plex Sans Arabic";font-style:normal;line-height:1.6}
.q-mark{font-family:var(--f-quote);font-size:3.4rem;line-height:.4;color:var(--mint);display:block;height:26px}
.q-by{display:flex;align-items:center;gap:11px;margin-top:20px}
.q-av{width:40px;height:40px;border-radius:50%;background:var(--forest);color:var(--fg-on-forest);display:grid;place-items:center;font-weight:700;font-size:.9rem;flex:none}
.q-n{font-weight:650;font-size:.9rem}
.q-m{font-size:.78rem;color:var(--muted)}
.stars{display:flex;gap:2px;color:var(--saffron);margin-bottom:14px}
.stars svg{width:17px;height:17px}
.q-side{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-l);padding:22px;display:flex;flex-direction:column;gap:12px}

/* ============ ZONES ============ */
.zones{display:grid;grid-template-columns:.95fr 1.05fr;gap:40px;align-items:center}
@media(max-width:900px){ .zones{grid-template-columns:1fr} }
.zone-list{display:flex;flex-direction:column;gap:2px}
.zone{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;padding:15px 16px;border-radius:var(--r-m);border:1px solid transparent;transition:all .18s;cursor:default}
.zone:hover,.zone.on{background:var(--surface);border-color:var(--line);box-shadow:var(--shadow-1)}
.z-pin{width:34px;height:34px;border-radius:10px;background:var(--surface-2);color:var(--mint);display:grid;place-items:center;flex:none}
.z-pin svg{width:17px;height:17px}
.zone.hub .z-pin{background:var(--saffron-soft);color:var(--saffron)}
.z-n{font-weight:650;font-size:.95rem}
.z-d{font-size:.78rem;color:var(--muted)}
.z-t{font-size:.75rem;font-weight:700;color:var(--mint);white-space:nowrap;font-variant-numeric:tabular-nums}
.map-box{background:var(--forest);border-radius:var(--r-l);padding:18px;position:relative;overflow:hidden}
.map-box svg{width:100%;height:auto;display:block}

/* ============ FAQ ============ */
.faq{max-width:820px;margin-inline:auto}
.faq-item{border-bottom:1px solid var(--line)}
.faq-q{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:20px 4px;border:0;background:transparent;cursor:pointer;text-align:start;
  font-size:clamp(.98rem,1.4vw,1.08rem);font-weight:650;font-family:var(--f-disp);
  font-variation-settings:"wdth" 104,"wght" 660;
}
html[dir="rtl"] .faq-q{font-family:"IBM Plex Sans Arabic";font-variation-settings:normal}
.faq-q:hover{color:var(--mint)}
.faq-ic{width:26px;height:26px;border-radius:50%;border:1.5px solid var(--line);display:grid;place-items:center;flex:none;transition:all .22s}
.faq-ic svg{width:13px;height:13px}
.faq-q[aria-expanded="true"] .faq-ic{transform:rotate(45deg);background:var(--mint);border-color:var(--mint);color:#fff}
.faq-a{display:none;padding:0 4px 22px;font-size:.92rem;color:var(--muted);line-height:1.65;max-width:68ch}
.faq-a.on{display:block}

/* ============ CTA ============ */
.cta{background:var(--forest);color:var(--fg-on-forest);position:relative;overflow:hidden;border-radius:0}
.cta-bg{position:absolute;inset:0;opacity:.45;pointer-events:none}
.cta-in{position:relative;display:grid;grid-template-columns:1.2fr .8fr;gap:44px;align-items:center;padding-block:clamp(48px,6vw,80px)}
@media(max-width:860px){ .cta-in{grid-template-columns:1fr;gap:30px} }
.cta h2{color:var(--fg-on-forest)}
.cta-p{color:var(--fg-on-forest-mute);font-size:1.02rem;max-width:52ch;margin-top:14px}
.cta-ctas{display:flex;gap:11px;flex-wrap:wrap;margin-top:24px}
.contact-card{background:rgba(255,255,255,.06);border:1px solid rgba(233,242,236,.16);border-radius:var(--r-l);padding:22px;display:flex;flex-direction:column;gap:14px}
.cc-row{display:flex;gap:12px;align-items:flex-start;text-decoration:none}
.cc-ic{width:36px;height:36px;border-radius:10px;background:rgba(63,174,139,.16);color:var(--mint);display:grid;place-items:center;flex:none}
.cc-ic svg{width:17px;height:17px}
.cc-l{display:block;font-size:.68rem;letter-spacing:.13em;text-transform:uppercase;color:var(--fg-on-forest-mute);font-weight:700}
html[dir="rtl"] .cc-l{letter-spacing:0}
.cc-v{font-weight:650;font-size:.95rem;margin-top:3px;display:block}
.cc-row:hover .cc-v{color:var(--saffron)}

/* ============ FOOTER ============ */
footer{background:var(--forest-3);color:var(--fg-on-forest-mute);padding-block:56px 0}
.f-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1.1fr;gap:36px}
@media(max-width:1000px){ .f-grid{grid-template-columns:1fr 1fr 1fr} }
@media(max-width:620px){ .f-grid{grid-template-columns:1fr 1fr} }
.f-brand{display:flex;flex-direction:column;gap:14px;max-width:34ch}
.f-brand .logo-name{color:var(--fg-on-forest)}
.f-brand p{font-size:.84rem;line-height:1.6}
.f-h{font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;font-weight:700;color:var(--fg-on-forest);margin-bottom:14px}
html[dir="rtl"] .f-h{letter-spacing:0}
.f-list{display:flex;flex-direction:column;gap:9px}
.f-list a{text-decoration:none;font-size:.85rem}
.f-list a:hover{color:var(--saffron)}
.socials{display:flex;gap:9px;margin-top:4px}
.socials a{width:36px;height:36px;border-radius:10px;border:1px solid rgba(233,242,236,.18);display:grid;place-items:center;text-decoration:none;transition:all .18s}
.socials a:hover{background:var(--mint);color:#052018;border-color:var(--mint)}
.socials svg{width:17px;height:17px}
.f-bot{margin-top:44px;border-top:1px solid rgba(233,242,236,.13);padding-block:20px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:.78rem}
.f-bot a{text-decoration:none}
.f-bot a:hover{color:var(--saffron)}
.pay{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.pay span{border:1px solid rgba(233,242,236,.18);border-radius:6px;padding:3px 9px;font-size:.68rem;font-weight:650;letter-spacing:.05em}
html[dir="rtl"] .pay span{letter-spacing:0}

/* ============ STICKY MOBILE BAR + FAB ============ */
.fab{
  position:fixed; inset-block-end:24px; inset-inline-end:24px; z-index:180;
  width:58px;height:58px;border-radius:50%;background:#25D366;color:#052018;
  display:grid;place-items:center;text-decoration:none;box-shadow:0 8px 26px -6px rgba(37,211,102,.7);
  transition:transform .2s;
}
.fab:hover{transform:scale(1.07)}
.fab svg{width:29px;height:29px}
.mbar{display:none}
@media(max-width:700px){
  .fab{display:none}
  .mbar{
    display:grid; grid-template-columns:1fr 1fr; gap:9px; position:fixed; inset-inline:0; inset-block-end:0;
    z-index:180; background:var(--surface); border-top:1px solid var(--line); padding:10px 14px calc(10px + env(safe-area-inset-bottom));
  }
  .mbar .btn{width:100%}
  body{padding-bottom:74px}
}

/* ============ MISC ============ */
.page-hero{background:var(--forest);color:var(--fg-on-forest);position:relative;overflow:hidden}
.page-hero .wrap{position:relative;padding-block:clamp(38px,5vw,64px);display:flex;flex-direction:column;gap:14px}
.page-hero h1{color:var(--fg-on-forest);font-size:clamp(1.9rem,4vw,3.1rem)}
.page-hero .lead{color:var(--fg-on-forest-mute)}
.crumb{display:flex;gap:8px;align-items:center;font-size:.78rem;color:var(--fg-on-forest-mute)}
.crumb a{text-decoration:none}
.crumb a:hover{color:var(--saffron)}
.hide{display:none !important}
.split{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}
@media(max-width:860px){ .split{grid-template-columns:1fr} }
.checklist{display:flex;flex-direction:column;gap:10px}
.checklist li{display:flex;gap:11px;align-items:flex-start;font-size:.9rem;line-height:1.5}
.checklist svg{width:18px;height:18px;color:var(--mint);flex:none;margin-top:3px}
.statgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--r-l);overflow:hidden}
.stat{background:var(--surface);padding:22px 20px}
.stat-v{font-family:var(--f-disp);font-variation-settings:"wdth" 114,"wght" 780;font-size:2rem;line-height:1;color:var(--mint);font-variant-numeric:tabular-nums}
html[dir="rtl"] .stat-v{font-family:"IBM Plex Sans Arabic";font-variation-settings:normal;font-weight:700}
.stat-l{font-size:.78rem;color:var(--muted);margin-top:7px;line-height:1.4}
.hero,.cta,.page-hero{--dado:14px}
.hero::after,.cta::after,.page-hero::after{
  content:""; position:absolute; inset-inline:0; bottom:0; height:var(--dado); z-index:1; opacity:.55;
  background:
    repeating-linear-gradient(135deg, rgba(220,156,36,.85) 0 1px, transparent 1px 9px),
    linear-gradient(0deg, rgba(63,174,139,.22), transparent);
  border-top:1px solid rgba(220,156,36,.32);
}
.hero .wrap,.cta .wrap,.page-hero .wrap{position:relative;z-index:2}
.zr-slow{animation:zspin 150s linear infinite}
.zr-slow2{animation:zspin 190s linear infinite reverse}
@keyframes zspin{to{transform:rotate(360deg)}}
html[dir="rtl"] a[href^="tel:"],html[dir="rtl"] a[href^="mailto:"],html[dir="rtl"] .tb-phone{
  direction:ltr; unicode-bidi:isolate; display:inline-flex;
}
html[dir="rtl"] .stat-v,html[dir="rtl"] .z-t,html[dir="rtl"] .pr-v,html[dir="rtl"] .est-num,
html[dir="rtl"] td.p,html[dir="rtl"] .price-tag,html[dir="rtl"] .ml-p,html[dir="rtl"] .cp,
html[dir="rtl"] .cc-v,html[dir="rtl"] .est-lines span:last-child{
  direction:ltr; unicode-bidi:isolate; display:inline-block;
}
html[dir="rtl"] .price-tag small{text-align:start}

/* ===== ZELLIGE WATERMARK ON LIGHT SECTIONS ===== */
.sec{position:relative; isolation:isolate}
.sec::before{
  content:""; position:absolute; inset:0; z-index:-1; pointer-events:none;
  background:var(--mint); opacity:.05;
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20150%20150%22%20width%3D%22150%22%20height%3D%22150%22%3E%3Cpath%20d%3D%22M0.0%20-75.0L15.9%20-38.5L53.0%20-53.0L38.5%20-15.9L75.0%200.0L38.5%2015.9L53.0%2053.0L15.9%2038.5L0.0%2075.0L-15.9%2038.5L-53.0%2053.0L-38.5%2015.9L-75.0%200.0L-38.5%20-15.9L-53.0%20-53.0L-15.9%20-38.5Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.6%22%2F%3E%3Cpath%20d%3D%22M150.0%20-75.0L165.9%20-38.5L203.0%20-53.0L188.5%20-15.9L225.0%200.0L188.5%2015.9L203.0%2053.0L165.9%2038.5L150.0%2075.0L134.1%2038.5L97.0%2053.0L111.5%2015.9L75.0%200.0L111.5%20-15.9L97.0%20-53.0L134.1%20-38.5Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.6%22%2F%3E%3Cpath%20d%3D%22M0.0%2075.0L15.9%20111.5L53.0%2097.0L38.5%20134.1L75.0%20150.0L38.5%20165.9L53.0%20203.0L15.9%20188.5L0.0%20225.0L-15.9%20188.5L-53.0%20203.0L-38.5%20165.9L-75.0%20150.0L-38.5%20134.1L-53.0%2097.0L-15.9%20111.5Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.6%22%2F%3E%3Cpath%20d%3D%22M150.0%2075.0L165.9%20111.5L203.0%2097.0L188.5%20134.1L225.0%20150.0L188.5%20165.9L203.0%20203.0L165.9%20188.5L150.0%20225.0L134.1%20188.5L97.0%20203.0L111.5%20165.9L75.0%20150.0L111.5%20134.1L97.0%2097.0L134.1%20111.5Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.6%22%2F%3E%3Cpath%20d%3D%22M75.0%2045.0L81.4%2059.6L96.2%2053.8L90.4%2068.6L105.0%2075.0L90.4%2081.4L96.2%2096.2L81.4%2090.4L75.0%20105.0L68.6%2090.4L53.8%2096.2L59.6%2081.4L45.0%2075.0L59.6%2068.6L53.8%2053.8L68.6%2059.6Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.4%22%2F%3E%3Cpath%20d%3D%22M75.0%2066.0L84.0%2075.0L75.0%2084.0L66.0%2075.0Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M75.0%20-11L86.0%200L75.0%2011L64.0%200Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.2%22%2F%3E%3Cpath%20d%3D%22M75.0%20139L86.0%20150L75.0%20161L64.0%20150Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.2%22%2F%3E%3Cpath%20d%3D%22M0%2064.0L11%2075.0L0%2086.0L-11%2075.0Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.2%22%2F%3E%3Cpath%20d%3D%22M150%2064.0L161%2075.0L150%2086.0L139%2075.0Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.2%22%2F%3E%3C%2Fsvg%3E"); mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20150%20150%22%20width%3D%22150%22%20height%3D%22150%22%3E%3Cpath%20d%3D%22M0.0%20-75.0L15.9%20-38.5L53.0%20-53.0L38.5%20-15.9L75.0%200.0L38.5%2015.9L53.0%2053.0L15.9%2038.5L0.0%2075.0L-15.9%2038.5L-53.0%2053.0L-38.5%2015.9L-75.0%200.0L-38.5%20-15.9L-53.0%20-53.0L-15.9%20-38.5Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.6%22%2F%3E%3Cpath%20d%3D%22M150.0%20-75.0L165.9%20-38.5L203.0%20-53.0L188.5%20-15.9L225.0%200.0L188.5%2015.9L203.0%2053.0L165.9%2038.5L150.0%2075.0L134.1%2038.5L97.0%2053.0L111.5%2015.9L75.0%200.0L111.5%20-15.9L97.0%20-53.0L134.1%20-38.5Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.6%22%2F%3E%3Cpath%20d%3D%22M0.0%2075.0L15.9%20111.5L53.0%2097.0L38.5%20134.1L75.0%20150.0L38.5%20165.9L53.0%20203.0L15.9%20188.5L0.0%20225.0L-15.9%20188.5L-53.0%20203.0L-38.5%20165.9L-75.0%20150.0L-38.5%20134.1L-53.0%2097.0L-15.9%20111.5Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.6%22%2F%3E%3Cpath%20d%3D%22M150.0%2075.0L165.9%20111.5L203.0%2097.0L188.5%20134.1L225.0%20150.0L188.5%20165.9L203.0%20203.0L165.9%20188.5L150.0%20225.0L134.1%20188.5L97.0%20203.0L111.5%20165.9L75.0%20150.0L111.5%20134.1L97.0%2097.0L134.1%20111.5Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.6%22%2F%3E%3Cpath%20d%3D%22M75.0%2045.0L81.4%2059.6L96.2%2053.8L90.4%2068.6L105.0%2075.0L90.4%2081.4L96.2%2096.2L81.4%2090.4L75.0%20105.0L68.6%2090.4L53.8%2096.2L59.6%2081.4L45.0%2075.0L59.6%2068.6L53.8%2053.8L68.6%2059.6Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.4%22%2F%3E%3Cpath%20d%3D%22M75.0%2066.0L84.0%2075.0L75.0%2084.0L66.0%2075.0Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M75.0%20-11L86.0%200L75.0%2011L64.0%200Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.2%22%2F%3E%3Cpath%20d%3D%22M75.0%20139L86.0%20150L75.0%20161L64.0%20150Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.2%22%2F%3E%3Cpath%20d%3D%22M0%2064.0L11%2075.0L0%2086.0L-11%2075.0Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.2%22%2F%3E%3Cpath%20d%3D%22M150%2064.0L161%2075.0L150%2086.0L139%2075.0Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.2%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size:150px 150px; mask-size:150px 150px;
  -webkit-mask-repeat:repeat; mask-repeat:repeat;
}
@media (prefers-color-scheme: dark){ :root:not([data-theme="light"]) .sec::before{opacity:.075} }
:root[data-theme="dark"] .sec::before{opacity:.075}
.hero .sec::before,.cta::before{display:none}

/* ===== BRASS RULE BETWEEN SECTIONS ===== */
.sec + .sec::after{
  content:""; position:absolute; inset-inline:0; top:0; height:1px; pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(220,156,36,.32) 18%,rgba(220,156,36,.32) 82%,transparent);
}
.brass{display:flex;align-items:center;gap:14px;margin:0 auto;max-width:280px;padding-block:6px}
.brass i{flex:1;height:1px;background:linear-gradient(90deg,transparent,var(--line))}
.brass i:last-child{background:linear-gradient(90deg,var(--line),transparent)}
.brass b{width:9px;height:9px;transform:rotate(45deg);background:var(--saffron);opacity:.55;flex:none}

/* ===== OCTAGON: THE ZELLIGE PRIMITIVE ===== */
.card-ico,.mega-ico,.cc-ic,.z-pin,.q-av,.faq-ic{
  clip-path:polygon(29.3% 0%,70.7% 0%,100% 29.3%,100% 70.7%,70.7% 100%,29.3% 100%,0% 70.7%,0% 29.3%);
  border-radius:0 !important;
}
.faq-ic{border:0; background:var(--surface-2)}
.faq-q[aria-expanded="true"] .faq-ic{background:var(--mint)}

/* ===== EYEBROW MARKER: A ZELLIGE KEY, NOT A BAR ===== */
.eyebrow::before{
  width:8px; height:8px; background:currentColor; transform:rotate(45deg); border-radius:1px;
}
.eyebrow.on-dark::before{background:var(--saffron)}

/* ===== CARD: TILED CORNER REVEALED ON HOVER ===== */
.card{overflow:hidden}
.card::after{
  content:""; position:absolute; inset-block-start:-46px; inset-inline-end:-46px;
  width:132px; height:132px; pointer-events:none; z-index:0;
  background:var(--mint); opacity:0; transition:opacity .28s ease;
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20150%20150%22%20width%3D%22150%22%20height%3D%22150%22%3E%3Cpath%20d%3D%22M0.0%20-75.0L15.9%20-38.5L53.0%20-53.0L38.5%20-15.9L75.0%200.0L38.5%2015.9L53.0%2053.0L15.9%2038.5L0.0%2075.0L-15.9%2038.5L-53.0%2053.0L-38.5%2015.9L-75.0%200.0L-38.5%20-15.9L-53.0%20-53.0L-15.9%20-38.5Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.6%22%2F%3E%3Cpath%20d%3D%22M150.0%20-75.0L165.9%20-38.5L203.0%20-53.0L188.5%20-15.9L225.0%200.0L188.5%2015.9L203.0%2053.0L165.9%2038.5L150.0%2075.0L134.1%2038.5L97.0%2053.0L111.5%2015.9L75.0%200.0L111.5%20-15.9L97.0%20-53.0L134.1%20-38.5Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.6%22%2F%3E%3Cpath%20d%3D%22M0.0%2075.0L15.9%20111.5L53.0%2097.0L38.5%20134.1L75.0%20150.0L38.5%20165.9L53.0%20203.0L15.9%20188.5L0.0%20225.0L-15.9%20188.5L-53.0%20203.0L-38.5%20165.9L-75.0%20150.0L-38.5%20134.1L-53.0%2097.0L-15.9%20111.5Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.6%22%2F%3E%3Cpath%20d%3D%22M150.0%2075.0L165.9%20111.5L203.0%2097.0L188.5%20134.1L225.0%20150.0L188.5%20165.9L203.0%20203.0L165.9%20188.5L150.0%20225.0L134.1%20188.5L97.0%20203.0L111.5%20165.9L75.0%20150.0L111.5%20134.1L97.0%2097.0L134.1%20111.5Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.6%22%2F%3E%3Cpath%20d%3D%22M75.0%2045.0L81.4%2059.6L96.2%2053.8L90.4%2068.6L105.0%2075.0L90.4%2081.4L96.2%2096.2L81.4%2090.4L75.0%20105.0L68.6%2090.4L53.8%2096.2L59.6%2081.4L45.0%2075.0L59.6%2068.6L53.8%2053.8L68.6%2059.6Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.4%22%2F%3E%3Cpath%20d%3D%22M75.0%2066.0L84.0%2075.0L75.0%2084.0L66.0%2075.0Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M75.0%20-11L86.0%200L75.0%2011L64.0%200Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.2%22%2F%3E%3Cpath%20d%3D%22M75.0%20139L86.0%20150L75.0%20161L64.0%20150Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.2%22%2F%3E%3Cpath%20d%3D%22M0%2064.0L11%2075.0L0%2086.0L-11%2075.0Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.2%22%2F%3E%3Cpath%20d%3D%22M150%2064.0L161%2075.0L150%2086.0L139%2075.0Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.2%22%2F%3E%3C%2Fsvg%3E"); mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20150%20150%22%20width%3D%22150%22%20height%3D%22150%22%3E%3Cpath%20d%3D%22M0.0%20-75.0L15.9%20-38.5L53.0%20-53.0L38.5%20-15.9L75.0%200.0L38.5%2015.9L53.0%2053.0L15.9%2038.5L0.0%2075.0L-15.9%2038.5L-53.0%2053.0L-38.5%2015.9L-75.0%200.0L-38.5%20-15.9L-53.0%20-53.0L-15.9%20-38.5Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.6%22%2F%3E%3Cpath%20d%3D%22M150.0%20-75.0L165.9%20-38.5L203.0%20-53.0L188.5%20-15.9L225.0%200.0L188.5%2015.9L203.0%2053.0L165.9%2038.5L150.0%2075.0L134.1%2038.5L97.0%2053.0L111.5%2015.9L75.0%200.0L111.5%20-15.9L97.0%20-53.0L134.1%20-38.5Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.6%22%2F%3E%3Cpath%20d%3D%22M0.0%2075.0L15.9%20111.5L53.0%2097.0L38.5%20134.1L75.0%20150.0L38.5%20165.9L53.0%20203.0L15.9%20188.5L0.0%20225.0L-15.9%20188.5L-53.0%20203.0L-38.5%20165.9L-75.0%20150.0L-38.5%20134.1L-53.0%2097.0L-15.9%20111.5Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.6%22%2F%3E%3Cpath%20d%3D%22M150.0%2075.0L165.9%20111.5L203.0%2097.0L188.5%20134.1L225.0%20150.0L188.5%20165.9L203.0%20203.0L165.9%20188.5L150.0%20225.0L134.1%20188.5L97.0%20203.0L111.5%20165.9L75.0%20150.0L111.5%20134.1L97.0%2097.0L134.1%20111.5Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.6%22%2F%3E%3Cpath%20d%3D%22M75.0%2045.0L81.4%2059.6L96.2%2053.8L90.4%2068.6L105.0%2075.0L90.4%2081.4L96.2%2096.2L81.4%2090.4L75.0%20105.0L68.6%2090.4L53.8%2096.2L59.6%2081.4L45.0%2075.0L59.6%2068.6L53.8%2053.8L68.6%2059.6Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.4%22%2F%3E%3Cpath%20d%3D%22M75.0%2066.0L84.0%2075.0L75.0%2084.0L66.0%2075.0Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M75.0%20-11L86.0%200L75.0%2011L64.0%200Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.2%22%2F%3E%3Cpath%20d%3D%22M75.0%20139L86.0%20150L75.0%20161L64.0%20150Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.2%22%2F%3E%3Cpath%20d%3D%22M0%2064.0L11%2075.0L0%2086.0L-11%2075.0Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.2%22%2F%3E%3Cpath%20d%3D%22M150%2064.0L161%2075.0L150%2086.0L139%2075.0Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.2%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size:96px 96px; mask-size:96px 96px;
}
a.card:hover::after{opacity:.16}
.card > *:not(.badge){position:relative; z-index:1}
.badge{z-index:2}

/* ===== PRICE PLATE ===== */
.price-tag{
  display:flex; flex-direction:column-reverse; gap:2px; padding:7px 13px 8px;
  border:1px solid rgba(220,156,36,.32); background:var(--saffron-soft); line-height:1.1;
  clip-path:polygon(9px 0,100% 0,100% calc(100% - 9px),calc(100% - 9px) 100%,0 100%,0 9px);
}
.price-tag small{opacity:.7; letter-spacing:.09em; font-size:.6rem}

/* ===== HORSESHOE ARCH ON THE BEFORE/AFTER PANEL ===== */
.ba-arch{position:absolute;inset:0;width:100%;height:100%;z-index:2;pointer-events:none}
.ba-tag{top:auto;bottom:16px}
.ba-tag.l{inset-inline-start:76px}
.ba-tag.r{inset-inline-end:76px}
@media(max-width:620px){ .ba-tag.l{inset-inline-start:40px} .ba-tag.r{inset-inline-end:40px} }


/* ===== INTERACTIVE MAP ===== */
.map-box{position:relative}
.mp{width:100%;height:auto;display:block;cursor:grab;touch-action:none;border-radius:12px;outline:none}
.mp.grabbing{cursor:grabbing}
.mp:focus-visible{outline:2.5px solid var(--saffron);outline-offset:2px}
.mp-city{cursor:pointer}
.mp-city .mp-ring{transition:stroke-width .18s, r .18s}
.mp-city.on .mp-ring{stroke-width:4}
.mp-halo{transition:fill-opacity .25s}
.mp-halo.on{fill-opacity:.3}
#mpRoute{stroke-dashoffset:0;animation:mpFlow 3.4s linear infinite}
@keyframes mpFlow{to{stroke-dashoffset:-30}}
.mp-ctl{position:absolute;inset-block-start:14px;inset-inline-start:14px;display:flex;flex-direction:column;gap:6px;z-index:2}
.mp-ctl button{
  width:34px;height:34px;display:grid;place-items:center;cursor:pointer;
  background:rgba(10,43,58,.85);color:#E9F2EC;border:1px solid rgba(233,242,236,.25);
  border-radius:9px;font-size:1.05rem;font-weight:700;line-height:1;backdrop-filter:blur(4px);
}
.mp-ctl button:hover{background:var(--saffron);color:#0A2B3A;border-color:var(--saffron)}
.mp-ctl button svg{width:16px;height:16px}
.mp-hint{
  position:absolute;inset-block-end:12px;inset-inline-start:14px;z-index:2;pointer-events:none;
  font-size:.68rem;color:#9DBCAC;background:rgba(10,43,58,.7);padding:5px 10px;border-radius:999px;
  backdrop-filter:blur(4px);max-width:74%;
}
.zone{cursor:pointer}
.zone:focus-visible{outline:2.5px solid var(--saffron);outline-offset:2px}

/* ===== CORRIDOR: A SIGNAL TRAVELLING THE LINE ===== */
.cc-dot{animation:ccPulse 4.6s ease-in-out infinite}
@keyframes ccPulse{
  0%,26%,100%{transform:scale(1);box-shadow:0 0 0 0 rgba(220,156,36,0)}
  8%{transform:scale(1.5);box-shadow:0 0 0 7px rgba(220,156,36,.16)}
  16%{transform:scale(1);box-shadow:0 0 0 0 rgba(220,156,36,0)}
}
.cc-seg{background:linear-gradient(90deg,var(--mint),rgba(63,174,139,.35));
  background-image:linear-gradient(90deg,rgba(63,174,139,.35),var(--saffron),rgba(63,174,139,.35));
  background-size:260% 100%;background-position:100% 0;
  animation:ccSweep 4.6s ease-in-out infinite}
@keyframes ccSweep{0%,26%,100%{background-position:100% 0}12%{background-position:0 0}}

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

/* Quote details */
[hidden]{display:none!important}.quote-details{margin-top:28px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.quote-details h3,.quote-details p{grid-column:1/-1;margin:0}.quote-details p,.quote-policy{font-size:.85rem;line-height:1.6}.quote-details label{display:flex;flex-direction:column;gap:8px;font-size:.9rem}.quote-details input{min-width:0;width:100%;padding:12px;border:1px solid currentColor;border-radius:8px;background:transparent;color:inherit;font:inherit}.quote-details input:focus-visible{outline:3px solid #bf9456;outline-offset:3px}.quote-policy{margin-top:24px}.quote-details input:invalid{border-color:#ba4545}@media(max-width:540px){.quote-details{grid-template-columns:1fr}}
#devis{scroll-margin-top:110px}.quote-details label{text-transform:none;letter-spacing:normal;justify-content:flex-end}.quote-details label[data-detail-label="condition"]{grid-column:1/-1}.quote-details input{font-size:16px}
