/*
Theme Name: Easy & Speed Vitrine
Theme URI: https://www.easyandspeed.dz/
Author: Easy & Speed SPAS
Author URI: https://www.easyandspeed.dz/
Description: Thème vitrine bilingue officiel Easy & Speed SPAS, conforme à la charte graphique 2026.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: easy-speed-vitrine
*/

@font-face {
  font-family: "Roboto";
  src: url("assets/fonts/roboto-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("assets/fonts/roboto-latin-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("assets/fonts/roboto-latin-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Amiri";
  src: url("assets/fonts/amiri-arabic-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Amiri";
  src: url("assets/fonts/amiri-arabic-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #ffffff;
  --charcoal: #242424;
  --navy: #032668;
  --blue: #064fd4;
  --turquoise: #00aac1;
  --turquoise-dark: #007e8f;
  --yellow: #f4c542;
  --aqua: #dff8fc;
  --soft: #f4f6f7;
  --line: #d9e0e4;
  --gray: #707070;
  --shadow: 0 24px 70px rgba(3, 38, 104, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--charcoal); font-family: "Roboto", Arial, sans-serif; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.site-header {
  position: relative;
  z-index: 50;
  min-height: 92px;
  padding: 0 clamp(28px, 5.5vw, 84px);
  display: flex;
  align-items: center;
  gap: 50px;
  background: rgba(255, 255, 255, .96);
}

.brand { width: 170px; height: 58px; display: flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.nav { margin-left: auto; display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); }
.nav > a { position: relative; color: var(--turquoise-dark); font-size: 14px; font-weight: 500; white-space: nowrap; }
.nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--yellow); transition: right .22s ease; }
.nav > a:hover::after { right: 0; }
.header-cta { min-height: 48px; padding: 0 24px; border: 0; border-radius: 999px; background: var(--turquoise); color: white; font-weight: 700; cursor: pointer; box-shadow: 0 10px 24px rgba(0, 170, 193, .2); }
.language-switcher { display: flex; align-items: center; gap: 6px; color: #9ba3a6; }
.language-switcher button { padding: 4px; border: 0; background: none; color: #9ba3a6; font-size: 12px; font-weight: 700; cursor: pointer; }
.language-switcher button.active { color: var(--turquoise-dark); }
.menu-toggle { display: none; }

.hero {
  min-height: 830px;
  padding: 70px clamp(28px, 7vw, 105px) 120px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: center;
}

.hero-copy { position: relative; z-index: 3; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--turquoise-dark); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero h1 { margin: 0; color: var(--charcoal); font-size: clamp(66px, 6.4vw, 96px); font-weight: 700; line-height: .98; letter-spacing: -.055em; }
.hero h1 em { color: var(--navy); font-style: normal; }
.hero-lead { max-width: 650px; margin: 38px 0 0; font-size: clamp(22px, 2.2vw, 32px); line-height: 1.25; }
.hero-actions { margin-top: 36px; display: flex; gap: 17px; flex-wrap: wrap; }
.button { min-height: 64px; padding: 0 34px; display: inline-flex; align-items: center; justify-content: center; border: 1.5px solid transparent; border-radius: 999px; font-size: 18px; font-weight: 700; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { border-color: var(--turquoise); background: var(--turquoise); color: white; box-shadow: 0 16px 36px rgba(0, 170, 193, .24); }
.button-outline { border-color: var(--turquoise); background: white; color: var(--turquoise-dark); }

.bubble { position: absolute; border: 18px solid rgba(0, 170, 193, .08); border-radius: 50%; filter: blur(.2px); }
.bubble-a { width: 210px; height: 210px; left: -110px; top: 105px; }
.bubble-b { width: 125px; height: 125px; left: 40px; bottom: 65px; border-width: 13px; }
.bubble-c { width: 250px; height: 250px; right: -110px; top: 145px; border-width: 32px; }

.hero-visual { min-height: 650px; position: relative; display: grid; place-items: center; }
.phone { width: 340px; height: 650px; padding: 21px 22px 28px; position: relative; z-index: 4; overflow: hidden; border: 11px solid #111820; border-radius: 55px; background: white; box-shadow: 0 40px 100px rgba(3, 38, 104, .25); transform: rotate(-8deg); }
.phone::before { content: ""; width: 105px; height: 24px; position: absolute; top: 8px; left: 50%; z-index: 3; transform: translateX(-50%); border-radius: 999px; background: #111820; }
.phone-top { height: 36px; padding: 0 10px; display: flex; align-items: center; justify-content: space-between; color: #17242b; font-size: 10px; font-weight: 700; }
.phone-top i { width: 22px; height: 9px; border: 2px solid #17242b; border-radius: 3px; }
.phone-brand { height: 65px; padding: 10px; border-bottom: 1px solid var(--line); }
.phone-brand img { width: 125px; height: 42px; object-fit: contain; object-position: left center; }
.phone-photo { height: 160px; margin-top: 14px; overflow: hidden; border-radius: 22px; background: var(--aqua); }
.phone-photo img { width: 100%; height: 100%; object-fit: cover; }
.phone-title { padding: 19px 5px 13px; display: flex; justify-content: space-between; gap: 10px; align-items: flex-end; }
.phone-title small { color: var(--gray); font-size: 10px; }
.phone-title strong { color: var(--navy); font-size: 12px; }
.phone-step { min-height: 72px; padding: 0 8px; display: grid; grid-template-columns: 32px 1fr 10px; gap: 10px; align-items: center; border-top: 1px solid var(--line); }
.phone-step > span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #cfd9dc; border-radius: 50%; color: #9ba3a6; font-size: 10px; }
.phone-step.done > span { border-color: var(--turquoise); background: var(--turquoise); color: white; }
.phone-step b { font-size: 13px; }
.phone-step > i { width: 7px; height: 7px; border-radius: 50%; background: #dbe2e4; }
.phone-step.done > i { background: var(--yellow); }
.floating-proof { min-height: 47px; padding: 0 18px 0 9px; position: absolute; z-index: 7; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(0, 170, 193, .16); border-radius: 999px; background: rgba(255, 255, 255, .96); box-shadow: 0 16px 38px rgba(3, 38, 104, .12); color: var(--navy); font-size: 11px; font-weight: 700; }
.floating-proof span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--aqua); color: var(--turquoise-dark); font-size: 9px; }
.proof-a { left: 0; top: 120px; }.proof-b { right: -10px; top: 265px; }.proof-c { left: 20px; bottom: 115px; }

.all-in-one { padding: 95px clamp(28px, 7vw, 105px) 125px; text-align: center; }
.all-in-one > p:first-child { margin: 0; color: var(--turquoise-dark); font-size: 24px; }
.all-in-one h2, .services-section > h2, .faq-section > h2, .resources-section > h2 { max-width: 1000px; margin: 15px auto 0; color: var(--charcoal); font-size: clamp(46px, 5.4vw, 75px); line-height: 1.04; letter-spacing: -.045em; }
.section-lead { max-width: 710px; margin: 24px auto 0; color: var(--gray); font-size: 17px; line-height: 1.65; }
.benefit-grid { margin-top: 80px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.benefit-grid article { text-align: left; }
.benefit-art { height: 245px; position: relative; overflow: hidden; display: grid; place-items: center; border-radius: 48% 52% 45% 55%; background: var(--aqua); }
.benefit-art svg { width: 70px; height: 70px; position: relative; z-index: 2; color: var(--turquoise-dark); stroke-width: 1.25; }
.benefit-art span { width: 130px; height: 130px; position: absolute; right: -35px; bottom: -35px; border: 24px solid rgba(255, 255, 255, .62); border-radius: 50%; }
.art-2 { background: #f4f6f7; }.art-3 { background: #fff6cf; }.art-4 { background: #eaf4ff; }
.benefit-grid h3 { margin: 30px 0 12px; color: var(--charcoal); font-size: 21px; line-height: 1.25; }
.benefit-grid p { margin: 0; color: var(--gray); font-size: 14px; line-height: 1.65; }

.services-section { padding: 110px clamp(28px, 7vw, 105px); background: var(--soft); text-align: center; }
.service-tabs { max-width: 1150px; margin: 55px auto 0; display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.service-tabs button { min-height: 54px; padding: 0 20px; display: flex; align-items: center; gap: 10px; border: 1px solid #d7e1e3; border-radius: 999px; background: white; color: #687174; font-size: 13px; font-weight: 700; cursor: pointer; transition: .2s ease; }
.service-tabs button svg { width: 18px; height: 18px; }
.service-tabs button.active, .service-tabs button:hover { border-color: var(--turquoise); background: var(--turquoise); color: white; }
.service-panel { max-width: 1180px; min-height: 525px; margin: 35px auto 0; overflow: hidden; display: grid; grid-template-columns: .84fr 1.16fr; border-radius: 34px; background: white; box-shadow: var(--shadow); text-align: left; }
.service-panel-copy { padding: clamp(45px, 5vw, 75px); }
.service-panel-copy > span { color: var(--turquoise); font-size: 12px; font-weight: 700; }
.service-panel h3 { margin: 20px 0 16px; color: var(--navy); font-size: clamp(38px, 4vw, 58px); line-height: 1.02; letter-spacing: -.04em; }
.service-panel-copy > p { color: var(--gray); line-height: 1.7; }
.service-panel ul { margin: 28px 0; padding: 0; list-style: none; }
.service-panel li { margin: 12px 0; padding-left: 24px; position: relative; font-size: 14px; }
.service-panel li::before { content: "✓"; position: absolute; left: 0; color: var(--turquoise); font-weight: 700; }
.text-link { padding: 0; display: inline-flex; align-items: center; gap: 8px; border: 0; background: none; color: var(--turquoise-dark); font-weight: 700; cursor: pointer; }
.text-link svg { width: 18px; }
.service-illustration { min-height: 525px; position: relative; overflow: hidden; background: linear-gradient(145deg, var(--aqua), #f7ffff); }
.service-illustration::before, .service-illustration::after { content: ""; position: absolute; border: 34px solid rgba(255, 255, 255, .48); border-radius: 50%; }
.service-illustration::before { width: 260px; height: 260px; right: -70px; top: -80px; }
.service-illustration::after { width: 160px; height: 160px; left: -55px; bottom: -60px; }
.parcel { width: 170px; height: 170px; position: absolute; left: 50%; top: 50%; z-index: 2; display: grid; place-items: center; transform: translate(-50%, -50%) rotate(-8deg); border-radius: 34px; background: white; box-shadow: 0 30px 65px rgba(3, 38, 104, .18); color: var(--turquoise-dark); }
.parcel svg { width: 75px; height: 75px; }
.parcel::after { content: ""; width: 42px; height: 7px; position: absolute; right: 20px; bottom: 18px; border-radius: 999px; background: var(--yellow); }
.route-line { height: 2px; position: absolute; background: rgba(0, 126, 143, .24); transform-origin: left center; }
.line-one { width: 65%; left: 9%; top: 35%; transform: rotate(16deg); }.line-two { width: 55%; left: 28%; bottom: 30%; transform: rotate(-25deg); }
.route-dot { width: 18px; height: 18px; position: absolute; z-index: 3; border: 5px solid white; border-radius: 50%; background: var(--turquoise); box-shadow: 0 0 0 6px rgba(0, 170, 193, .14); }
.dot-one { left: 11%; top: 29%; }.dot-two { right: 13%; top: 46%; }.dot-three { left: 24%; bottom: 20%; }
.service-illustration > b { position: absolute; right: 35px; bottom: 28px; color: var(--navy); font-size: 13px; }
.service-2 { background: linear-gradient(145deg, #eef6ff, #fff); }.service-3 { background: linear-gradient(145deg, #fff8d9, #fff); }.service-4 { background: linear-gradient(145deg, #e8fbfd, #f7ffff); }

.tracking-section { padding: 110px clamp(28px, 7vw, 105px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 8vw, 120px); align-items: center; }
.tracking-copy h2, .network-copy h2, .experience-section h2, .stay-section h2 { margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: 1.04; letter-spacing: -.045em; }
.tracking-copy > p:last-child, .network-copy > p:not(.section-kicker), .experience-section .section-lead, .stay-section p:not(.section-kicker) { color: var(--gray); line-height: 1.7; }
.tracking-card { min-height: 365px; padding: 42px; position: relative; overflow: hidden; border-radius: 30px; background: var(--navy); color: white; box-shadow: 0 32px 75px rgba(3, 38, 104, .24); }
.tracking-card form label { display: block; margin-bottom: 10px; color: rgba(255, 255, 255, .65); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.tracking-card form > div { min-height: 65px; padding: 7px; display: grid; grid-template-columns: 1fr 52px; border-radius: 16px; background: white; }
.tracking-card input { min-width: 0; padding: 0 18px; border: 0; outline: 0; color: var(--charcoal); }
.tracking-card form button { border: 0; border-radius: 12px; background: var(--turquoise); color: white; cursor: pointer; }
.tracking-preview { margin-top: 55px; display: flex; align-items: center; gap: 15px; }
.tracking-preview svg { width: 58px; height: 58px; margin-right: 15px; color: var(--yellow); }
.tracking-preview span { height: 6px; flex: 1; position: relative; border-radius: 999px; background: rgba(255, 255, 255, .18); }
.tracking-preview span::after { content: ""; width: 12px; height: 12px; position: absolute; right: 0; top: -3px; border-radius: 50%; background: var(--turquoise); }
.tracking-result { margin-top: 35px; padding: 20px; position: relative; border-radius: 17px; background: rgba(255, 255, 255, .09); }
.tracking-result span { color: #70e4ed; font-size: 11px; font-weight: 700; }
.tracking-result strong { display: block; margin-top: 5px; font-size: 24px; }
.tracking-result p { margin: 8px 35px 0 0; color: rgba(255, 255, 255, .72); font-size: 12px; line-height: 1.6; }
.tracking-result > button { position: absolute; right: 15px; top: 13px; border: 0; background: none; color: white; font-size: 24px; cursor: pointer; }

.network-section { padding: 110px clamp(28px, 7vw, 105px) 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 6vw, 95px); background: var(--aqua); }
.network-copy { padding-bottom: 0; }
.network-map { height: 420px; margin-top: 45px; position: relative; overflow: hidden; border: 1px solid rgba(0, 126, 143, .12); border-radius: 34px 34px 0 0; background-color: rgba(255, 255, 255, .55); background-image: radial-gradient(rgba(0, 126, 143, .14) 1px, transparent 1px); background-size: 24px 24px; }
.map-shape { width: 280px; height: 350px; position: absolute; left: 50%; top: 30px; transform: translateX(-50%) rotate(8deg); border: 2px solid rgba(0, 170, 193, .23); border-radius: 46% 54% 42% 58%; }
.map-pin { width: 13px; height: 13px; position: absolute; border: 3px solid white; border-radius: 50%; background: var(--turquoise); box-shadow: 0 0 0 7px rgba(0, 170, 193, .14); }
.map-pin b { position: absolute; left: 20px; top: -4px; color: var(--turquoise-dark); font-size: 10px; font-style: normal; white-space: nowrap; }
.network-map .pin-1 { left: 45%; top: 18%; }.network-map .pin-2 { left: 66%; top: 36%; }.network-map .pin-3 { left: 23%; top: 45%; }.network-map .pin-4 { left: 51%; top: 73%; }
.agency-finder { min-height: 680px; margin-top: 35px; padding: 50px; border-radius: 34px 34px 0 0; background: white; box-shadow: var(--shadow); }
.agency-search { min-height: 63px; padding: 0 18px; display: flex; align-items: center; gap: 13px; border: 1px solid var(--line); border-radius: 17px; background: var(--soft); }
.agency-search svg { color: var(--turquoise-dark); }
.agency-search input { width: 100%; border: 0; outline: 0; background: transparent; }
.region-tabs { margin: 20px 0 28px; display: flex; gap: 8px; flex-wrap: wrap; }
.region-tabs button { min-height: 35px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--gray); font-size: 11px; font-weight: 700; cursor: pointer; }
.region-tabs button.active { border-color: var(--turquoise); background: var(--turquoise); color: white; }
.agency-list { border-top: 1px solid var(--line); }
.agency-list article { min-height: 118px; padding: 14px 0; display: grid; grid-template-columns: 40px minmax(0, 1fr) auto; gap: 16px; align-items: center; border-bottom: 1px solid var(--line); }
.agency-list article > span { color: var(--turquoise); font-size: 11px; font-weight: 700; }
.agency-list small { display: block; margin-bottom: 3px; color: var(--turquoise-dark); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.agency-list h3 { display: block; margin: 0 0 4px; font-size: 21px; line-height: 1.25; }
.agency-list p { display: block; margin: 0; color: var(--gray); font-size: 12px; line-height: 1.5; }
.agency-gps-link { min-height: 42px; padding: 0 15px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid var(--turquoise); border-radius: 999px; background: white; color: var(--turquoise-dark); font-size: 11px; font-weight: 700; white-space: nowrap; transition: background .2s ease, color .2s ease, transform .2s ease; }
.agency-gps-link:hover { background: var(--turquoise); color: white; transform: translateY(-1px); }
.agency-gps-link svg { width: 16px; height: 16px; }

.experience-section { padding: 120px clamp(28px, 7vw, 105px); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 7vw, 110px); background: var(--charcoal); color: white; }
.experience-section h2 { color: white; }
.experience-section .section-kicker { color: #69e1eb; }
.experience-section .section-lead { margin-left: 0; color: #b3babd; }
.experience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.experience-grid article { min-height: 210px; padding: 28px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 20px; background: rgba(255, 255, 255, .055); }
.experience-grid span { color: var(--yellow); font-size: 11px; font-weight: 700; }
.experience-grid h3 { margin: 55px 0 10px; font-size: 21px; }
.experience-grid p { margin: 0; color: #afb6b8; font-size: 13px; line-height: 1.6; }

.faq-section { padding: 120px clamp(28px, 12vw, 180px); }
.faq-section > h2 { text-align: center; }
.faq-list { max-width: 1000px; margin: 65px auto 0; border-top: 1px solid var(--line); }
.faq-list article { border-bottom: 1px solid var(--line); }
.faq-list article > button { width: 100%; min-height: 92px; padding: 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; border: 0; background: none; text-align: left; cursor: pointer; }
.faq-list article > button span { font-size: 20px; font-weight: 700; }
.faq-list article > button i { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 50%; background: var(--aqua); color: var(--turquoise-dark); font-size: 23px; font-style: normal; }
.faq-list article > div { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-list article.open > div { max-height: 180px; }
.faq-list article > div p { max-width: 800px; margin: 0 0 30px; color: var(--gray); line-height: 1.7; }

.resources-section { padding: 115px clamp(28px, 7vw, 105px); background: var(--soft); text-align: center; }
.resource-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: left; }
.resource-grid article { overflow: hidden; border-radius: 25px; background: white; box-shadow: 0 14px 45px rgba(3, 38, 104, .06); }
.resource-art { height: 250px; display: grid; place-items: center; background: var(--aqua); }
.resource-art svg { width: 70px; height: 70px; color: var(--turquoise-dark); }
.resource-2 { background: #eaf4ff; }.resource-3 { background: #fff6cf; }
.resource-grid article > span { display: block; margin: 24px 28px 10px; color: var(--turquoise); font-size: 11px; font-weight: 700; }
.resource-grid h3 { margin: 0 28px 10px; font-size: 22px; }
.resource-grid p { margin: 0 28px 30px; color: var(--gray); font-size: 13px; line-height: 1.6; }

.stay-section { min-height: 520px; padding: 90px clamp(28px, 7vw, 105px); position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; background: var(--aqua); }
.stay-section h2 { color: var(--navy); }
.stay-section > div:not(.stay-bubbles) { position: relative; z-index: 2; }
.stay-section p:not(.section-kicker) { max-width: 650px; }
.stay-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: flex-end; }
.stay-bubbles span { position: absolute; border: 38px solid rgba(0, 170, 193, .1); border-radius: 50%; }
.stay-bubbles span:nth-child(1) { width: 250px; height: 250px; left: -110px; top: -80px; }
.stay-bubbles span:nth-child(2) { width: 150px; height: 150px; right: 25%; bottom: -70px; border-width: 22px; }
.stay-bubbles span:nth-child(3) { width: 320px; height: 320px; right: -120px; top: -110px; }

footer { padding: 70px clamp(28px, 7vw, 105px) 25px; display: grid; grid-template-columns: 1.2fr repeat(3, .8fr); gap: 45px; border-top: 1px solid var(--line); background: white; }
.footer-brand img { width: 175px; height: 60px; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 250px; color: var(--gray); font-size: 13px; line-height: 1.6; }
footer > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; color: var(--gray); font-size: 12px; }
footer strong { margin-bottom: 8px; color: var(--charcoal); font-size: 14px; }
footer button { padding: 0; border: 0; background: none; color: var(--gray); cursor: pointer; }
.copyright { grid-column: 1 / -1; margin: 30px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: #9ca3a6; font-size: 10px; text-align: center; }

.modal-backdrop { position: fixed; z-index: 100; inset: 0; padding: 20px; display: grid; place-items: center; background: rgba(36, 36, 36, .72); backdrop-filter: blur(9px); }
.request-modal { width: min(690px, 100%); max-height: 92vh; padding: clamp(32px, 5vw, 58px); position: relative; overflow-y: auto; border-radius: 28px; background: white; box-shadow: 0 35px 90px rgba(0, 0, 0, .32); }
.request-modal > p:not(.section-kicker) { color: var(--gray); line-height: 1.65; }
.request-modal h2 { margin: 0; color: var(--navy); font-size: clamp(38px, 5vw, 58px); line-height: 1.02; letter-spacing: -.04em; }
.modal-close { position: absolute; right: 19px; top: 15px; border: 0; background: none; color: var(--gray); font-size: 28px; cursor: pointer; }
.request-modal form { margin-top: 28px; display: grid; gap: 15px; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.request-modal label { color: #646c6f; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.request-modal input, .request-modal textarea, .request-modal select { width: 100%; margin-top: 8px; padding: 14px; border: 1px solid var(--line); border-radius: 13px; background: var(--soft); outline: 0; color: var(--charcoal); text-transform: none; resize: vertical; }
.request-modal input:focus, .request-modal textarea:focus, .request-modal select:focus { border-color: var(--turquoise); box-shadow: 0 0 0 3px rgba(0, 170, 193, .1); }
.consent-check { padding: 14px; display: flex; gap: 11px; align-items: flex-start; border: 1px solid var(--line); border-radius: 13px; background: #fafcfc; text-transform: none !important; letter-spacing: 0 !important; }
.consent-check input { width: 17px; height: 17px; margin: 2px 0 0; padding: 0; flex: 0 0 17px; accent-color: var(--turquoise); }
.consent-check span { font-size: 11px; font-weight: 400; line-height: 1.5; }
.request-success { padding: 25px 0; text-align: center; }
.request-success > span { width: 60px; height: 60px; margin: auto; display: grid; place-items: center; border-radius: 50%; background: var(--turquoise); color: white; font-size: 25px; }
.request-success h2 { margin-top: 25px; }
.privacy-links { margin: 25px 0; display: flex; gap: 15px; flex-wrap: wrap; }
.privacy-links a { color: var(--turquoise-dark); font-weight: 700; text-decoration: underline; }

.consent-banner { position: fixed; z-index: 90; left: 50%; bottom: 18px; width: min(1050px, calc(100% - 32px)); padding: 20px 22px; display: grid; grid-template-columns: 1fr auto; gap: 25px; align-items: center; transform: translateX(-50%); border: 1px solid rgba(0, 170, 193, .24); border-radius: 19px; background: rgba(255, 255, 255, .98); box-shadow: 0 24px 70px rgba(3, 38, 104, .18); }
.consent-banner strong { font-size: 14px; }
.consent-banner p { margin: 5px 0; color: var(--gray); font-size: 11px; line-height: 1.5; }
.consent-banner > div:first-child button { padding: 0; border: 0; background: none; color: var(--turquoise-dark); font-size: 10px; font-weight: 700; text-decoration: underline; cursor: pointer; }
.consent-banner > div:last-child { display: flex; gap: 8px; }
.consent-banner > div:last-child button { min-height: 42px; padding: 0 17px; border-radius: 999px; font-size: 10px; font-weight: 700; cursor: pointer; }
.consent-necessary { border: 1px solid var(--turquoise); background: white; color: var(--turquoise-dark); }
.consent-accept { border: 1px solid var(--turquoise); background: var(--turquoise); color: white; }

[dir="rtl"] body { font-family: "Amiri", serif; text-align: right; }
[dir="rtl"] .nav, [dir="rtl"] .hero-actions, [dir="rtl"] .stay-actions { direction: rtl; }
[dir="rtl"] .hero h1, [dir="rtl"] h2, [dir="rtl"] h3 { letter-spacing: 0; }
[dir="rtl"] .hero-lead { font-size: clamp(26px, 2.5vw, 36px); }
[dir="rtl"] .benefit-grid article, [dir="rtl"] .service-panel, [dir="rtl"] .faq-list article > button { text-align: right; }
[dir="rtl"] .service-panel li { padding-left: 0; padding-right: 24px; }
[dir="rtl"] .service-panel li::before { left: auto; right: 0; }
[dir="rtl"] .phone { transform: rotate(8deg); }
[dir="rtl"] .map-pin b { left: auto; right: 20px; }
[dir="rtl"] .agency-gps-link { direction: rtl; }
[dir="rtl"] .tracking-result > button, [dir="rtl"] .modal-close { right: auto; left: 15px; }
[dir="rtl"] .footer-brand img, [dir="rtl"] .brand img, [dir="rtl"] .phone-brand img { object-position: right center; }

@media (max-width: 1120px) {
  .site-header { gap: 25px; }
  .nav { gap: 14px; }
  .nav > a:nth-child(4) { display: none; }
  .hero { grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr); }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .service-panel { grid-template-columns: 1fr 1fr; }
  .network-section { grid-template-columns: .8fr 1.2fr; }
}

@media (max-width: 820px) {
  .site-header { min-height: 78px; padding: 0 21px; }
  .brand { width: 135px; height: 48px; }
  .menu-toggle { width: 44px; height: 44px; margin-left: auto; display: grid; place-content: center; gap: 7px; border: 0; background: none; cursor: pointer; }
  .menu-toggle span { width: 24px; height: 2px; background: var(--charcoal); }
  .nav { position: absolute; top: 78px; left: 0; right: 0; max-height: 0; margin: 0; padding: 0 23px; overflow: hidden; flex-direction: column; align-items: stretch; gap: 0; background: white; box-shadow: 0 25px 45px rgba(3, 38, 104, .12); transition: max-height .3s ease, padding .3s ease; }
  .nav.is-open { max-height: 620px; padding-top: 8px; padding-bottom: 24px; }
  .nav > a, .nav > a:nth-child(4) { display: block; padding: 15px 0; border-bottom: 1px solid var(--line); }
  .nav > a::after { display: none; }
  .header-cta { margin-top: 14px; }
  .language-switcher { margin-top: 16px; }
  .hero { min-height: auto; padding: 65px 24px 105px; grid-template-columns: 1fr; gap: 70px; }
  .hero h1 { font-size: clamp(56px, 12vw, 82px); }
  .hero-visual { min-height: 650px; }
  .all-in-one, .services-section, .tracking-section, .experience-section, .faq-section, .resources-section { padding: 90px 24px; }
  .benefit-grid { grid-template-columns: 1fr; gap: 48px; }
  .benefit-art { height: 280px; }
  .service-panel { grid-template-columns: 1fr; }
  .service-illustration { min-height: 390px; }
  .tracking-section { grid-template-columns: 1fr; }
  .network-section { padding: 90px 24px 0; grid-template-columns: 1fr; }
  .network-map { height: 340px; }
  .agency-finder { min-height: 580px; margin-top: 0; padding: 32px 22px; }
  .experience-section { grid-template-columns: 1fr; }
  .resource-grid { grid-template-columns: 1fr; }
  .stay-section { padding: 90px 24px; grid-template-columns: 1fr; }
  .stay-actions { justify-content: flex-start; }
  footer { padding: 60px 24px 25px; grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .consent-banner { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .hero h1 { font-size: 54px; }
  .hero-lead { font-size: 23px; }
  .hero-actions, .stay-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; min-height: 58px; padding: 0 22px; font-size: 16px; }
  .hero-visual { min-height: 570px; }
  .phone { width: 285px; height: 550px; padding: 18px; border-width: 9px; border-radius: 45px; }
  .phone-photo { height: 125px; }
  .phone-step { min-height: 60px; }
  .floating-proof { font-size: 9px; }
  .proof-a { left: -10px; }.proof-b { right: -10px; }.proof-c { left: -8px; bottom: 70px; }
  .all-in-one h2, .services-section > h2, .faq-section > h2, .resources-section > h2 { font-size: 43px; }
  .benefit-art { height: 230px; }
  .service-tabs { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; }
  .service-tabs button { flex: 0 0 auto; }
  .service-panel-copy { padding: 34px 25px; }
  .service-panel h3 { font-size: 40px; }
  .tracking-card { padding: 28px 20px; }
  .experience-grid { grid-template-columns: 1fr; }
  .faq-list article > button span { font-size: 17px; }
  .form-row { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .copyright { grid-column: auto; }
  .consent-banner { bottom: 10px; width: calc(100% - 20px); padding: 17px; }
  .consent-banner > div:last-child { flex-direction: column-reverse; }
}

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

/* WordPress and bilingual runtime */
.es-site [data-lang="ar"] { display: none; }
html[lang="ar"] .es-site [data-lang="fr"] { display: none; }
html[lang="ar"] .es-site [data-lang="ar"] { display: inline; }
html[lang="ar"] .es-site [data-lang-block="ar"] { display: block; }
.es-site [data-lang-block="ar"] { display: none; }
.service-panel[data-service-panel],
.tracking-result,
.modal-backdrop,
.consent-banner[hidden] { display: none; }
.service-panel[data-service-panel].active { display: grid; }
.tracking-result.active { display: block; }
.modal-backdrop.active { display: grid; }
.consent-banner:not([hidden]) { display: grid; }
body.es-modal-open { overflow: hidden; }
.es-form-notice { margin: 18px 0; padding: 15px 18px; border-radius: 13px; background: var(--aqua); color: var(--turquoise-dark); font-weight: 700; }
.es-form-notice.error { background: #fff3d6; color: #795600; }
.es-content-shell { width: min(900px, calc(100% - 48px)); margin: 70px auto; }
.es-content-shell h1 { font-size: clamp(42px, 6vw, 72px); letter-spacing: -.04em; }
.es-content-shell .entry-content { color: var(--gray); line-height: 1.75; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.no-js .consent-banner { display: none !important; }
.agency-list article[hidden] { display: none; }
.service-tabs button:focus-visible,
.faq-list button:focus-visible,
.button:focus-visible,
.agency-gps-link:focus-visible,
.language-switcher button:focus-visible,
.menu-toggle:focus-visible { outline: 3px solid rgba(0, 170, 193, .35); outline-offset: 3px; }


@media (max-width: 520px) {
  .agency-list article { grid-template-columns: 32px minmax(0, 1fr); gap: 12px; padding: 18px 0; }
  .agency-gps-link { grid-column: 2; justify-self: start; min-height: 40px; margin-top: 2px; }
}
