/*
Theme Name: Hadatha Transport
Theme URI: https://hadatha.sa
Author: Hadatha Transport
Description: Bilingual (AR/EN) trucking & rental website for Saudi Arabia. Desert-inspired design with Najdi geometric accents, warm sand palette, and full RTL support.
Version: 2.0
License: GNU General Public License v2 or later
Text Domain: hadatha
Tags: rtl-language-support, translation-ready, custom-logo, custom-menu, featured-images, full-width-template, threaded-comments
*/

/* =========================================================
   1. BRAND TOKENS — Saudi Desert Palette
   ========================================================= */
:root {
  --hd-sand-50:  #FBF6EC;
  --hd-sand-100: #F3E9D2;
  --hd-sand-200: #E6D2A8;
  --hd-sand-300: #D4B37E;
  --hd-sand-400: #B8935A;
  --hd-sand-500: #8B6B3D;

  --hd-clay:     #B04A2A;
  --hd-clay-dk:  #7A2E18;
  --hd-earth:    #3A2617;

  --hd-green:    #006C35;
  --hd-green-dk: #004D26;

  --hd-palm:     #4A6B3A;
  --hd-palm-dk:  #2F4724;

  --hd-gold:     #C9A24B;
  --hd-gold-dk:  #9A7B2F;

  --hd-ink:      #1A1410;
  --hd-ink-2:    #4A3D2F;
  --hd-line:     #D9C9A8;
  --hd-white:    #FFFFFF;

  --hd-font-en:  'Manrope','Inter',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  --hd-font-ar:  'Tajawal','Noto Kufi Arabic','Segoe UI',Tahoma,sans-serif;
  --hd-font-display: 'Playfair Display','Amiri',Georgia,serif;

  --hd-radius:   10px;
  --hd-radius-lg: 18px;
  --hd-shadow-sm: 0 2px 6px rgba(58, 38, 23, 0.08);
  --hd-shadow:    0 8px 24px rgba(58, 38, 23, 0.12);
  --hd-shadow-lg: 0 20px 48px rgba(58, 38, 23, 0.18);
  --hd-ease: cubic-bezier(.22,.61,.36,1);
}

html[lang^="ar"] { font-family: var(--hd-font-ar); }
html[lang^="en"] { font-family: var(--hd-font-en); }

/* 2. BASE */
*,*::before,*::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--hd-sand-50);
  color: var(--hd-ink);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-image:
    radial-gradient(ellipse at 20% 0%, rgba(212, 179, 126, 0.15), transparent 50%),
    radial-gradient(ellipse at 80% 100%, rgba(176, 74, 42, 0.06), transparent 55%);
  background-attachment: fixed;
}

h1,h2,h3,h4,h5 {
  color: var(--hd-earth);
  font-family: var(--hd-font-display);
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 0.5em;
}
html[lang^="ar"] h1,
html[lang^="ar"] h2,
html[lang^="ar"] h3,
html[lang^="ar"] h4,
html[lang^="ar"] h5 { font-family: var(--hd-font-ar); letter-spacing: 0; }

h1 { font-size: clamp(2rem, 4.2vw, 3.4rem); line-height: 1.15; }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1.2; }
h3 { font-size: 1.35rem; }
p  { margin: 0 0 1em; }

a { color: var(--hd-clay); text-decoration: none; transition: color .2s var(--hd-ease); }
a:hover { color: var(--hd-clay-dk); }
img, svg { max-width: 100%; height: auto; display: block; }

.hd-container { width: min(1200px, 92%); margin-inline: auto; }

.skip-link {
  position: absolute; inset-inline-start: -9999px; top: 0;
  background: var(--hd-earth); color: var(--hd-white);
  padding: 10px 16px; z-index: 9999;
}
.skip-link:focus { inset-inline-start: 8px; top: 8px; }

/* 3. NAJDI MOTIFS */
.hd-najdi-border {
  height: 14px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='14' viewBox='0 0 40 14'><path d='M0 7 L10 1 L20 7 L30 1 L40 7 L30 13 L20 7 L10 13 Z' fill='%23B04A2A' opacity='0.85'/></svg>");
  background-repeat: repeat-x;
  background-size: 40px 14px;
}

/* 4. TOPBAR */
.hd-topbar {
  background: var(--hd-earth);
  color: var(--hd-sand-100);
  font-size: 0.85rem;
  padding: 8px 0;
  border-bottom: 2px solid var(--hd-gold);
}
.hd-topbar__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
}
.hd-topbar a { color: var(--hd-sand-100); }
.hd-topbar a:hover { color: var(--hd-gold); }
.hd-topbar__meta { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.hd-topbar__meta span, .hd-topbar__meta a { display: inline-flex; align-items: center; gap: 6px; }
.hd-topbar__lang {
  display: inline-flex; gap: 8px; align-items: center;
  padding: 2px 10px;
  border: 1px solid rgba(201, 162, 75, 0.4);
  border-radius: 999px;
}

/* 5. HEADER */
.hd-header {
  background: var(--hd-white);
  position: sticky; top: 0; z-index: 500;
  box-shadow: var(--hd-shadow-sm);
  border-bottom: 1px solid var(--hd-line);
}
.hd-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0; gap: 20px;
}
.hd-logo {
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--hd-earth);
  font-family: var(--hd-font-display);
  font-weight: 800; font-size: 1.4rem;
}
.hd-logo__mark {
  width: 42px; height: 42px;
  background: linear-gradient(135deg, var(--hd-clay) 0%, var(--hd-gold) 100%);
  border-radius: 12px;
  display: grid; place-items: center;
  color: var(--hd-white);
  font-weight: 900; font-size: 1.1rem;
  box-shadow: var(--hd-shadow-sm);
}
.hd-nav { display: flex; align-items: center; gap: 6px; }
.hd-nav a {
  color: var(--hd-ink);
  padding: 10px 14px; border-radius: 8px;
  font-weight: 600; font-size: 0.95rem;
  transition: background .2s var(--hd-ease), color .2s var(--hd-ease);
}
.hd-nav a:hover, .hd-nav .current-menu-item > a {
  background: var(--hd-sand-100); color: var(--hd-clay);
}
.hd-header__cta {
  background: var(--hd-green); color: var(--hd-white);
  padding: 12px 22px; border-radius: 999px;
  font-weight: 700; font-size: 0.95rem;
  box-shadow: 0 4px 12px rgba(0, 108, 53, 0.25);
  transition: all .2s var(--hd-ease);
}
.hd-header__cta:hover {
  background: var(--hd-green-dk); color: var(--hd-white);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 108, 53, 0.35);
}
.hd-nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--hd-line);
  border-radius: 8px; padding: 10px; cursor: pointer;
}
.hd-nav-toggle span {
  display: block; width: 22px; height: 2px;
  background: var(--hd-earth); margin: 4px 0;
}

/* 6. HERO */
.hd-hero {
  position: relative;
  color: var(--hd-white);
  padding: 100px 0 140px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(58, 38, 23, 0.85) 0%, rgba(122, 46, 24, 0.75) 100%),
    radial-gradient(ellipse at 70% 30%, #B04A2A 0%, #3A2617 70%);
  isolation: isolate;
}
.hd-hero::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: -1px;
  height: 120px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'><path d='M0 120 L0 70 Q180 20, 360 55 T720 50 Q900 20, 1080 55 T1440 55 L1440 120 Z' fill='%23FBF6EC'/></svg>") no-repeat center bottom / cover;
  z-index: 2;
}
.hd-hero::before {
  content: "";
  position: absolute; right: -40px; bottom: 60px;
  width: 260px; height: 300px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 240'><g fill='%23C9A24B' opacity='0.15'><rect x='95' y='100' width='10' height='140' rx='4'/><path d='M100 100 Q60 60 20 70 Q55 85 100 100 Z'/><path d='M100 100 Q140 60 180 70 Q145 85 100 100 Z'/><path d='M100 100 Q65 40 35 30 Q75 65 100 100 Z'/><path d='M100 100 Q135 40 165 30 Q125 65 100 100 Z'/><path d='M100 100 Q100 50 85 20 Q105 60 100 100 Z'/><path d='M100 100 Q100 50 115 20 Q95 60 100 100 Z'/></g></svg>") no-repeat;
  background-size: contain;
  z-index: 1; pointer-events: none;
}
html[dir="rtl"] .hd-hero::before { right: auto; left: -40px; transform: scaleX(-1); }

.hd-hero__grid {
  position: relative; z-index: 3;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px; align-items: center;
}
.hd-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(201, 162, 75, 0.2);
  border: 1px solid rgba(201, 162, 75, 0.5);
  color: var(--hd-gold);
  padding: 6px 14px; border-radius: 999px;
  font-size: 0.85rem; font-weight: 600;
  letter-spacing: 0.04em; text-transform: uppercase;
  margin-bottom: 20px;
}
.hd-hero h1 {
  color: var(--hd-white);
  font-size: clamp(2.2rem, 4.6vw, 3.8rem);
  line-height: 1.1; margin-bottom: 16px;
}
.hd-hero__sub {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  color: var(--hd-sand-100);
  max-width: 48ch; margin-bottom: 28px;
}
.hd-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }

.hd-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px; border-radius: 999px;
  font-weight: 700; font-size: 1rem;
  border: 2px solid transparent; cursor: pointer;
  transition: all .2s var(--hd-ease);
}
.hd-btn--primary { background: var(--hd-green); color: var(--hd-white); }
.hd-btn--primary:hover { background: var(--hd-green-dk); color: var(--hd-white); transform: translateY(-1px); }
.hd-btn--outline { background: transparent; color: var(--hd-white); border-color: var(--hd-gold); }
.hd-btn--outline:hover { background: var(--hd-gold); color: var(--hd-earth); }
.hd-btn--gold { background: var(--hd-gold); color: var(--hd-earth); }
.hd-btn--gold:hover { background: var(--hd-gold-dk); color: var(--hd-white); }

.hd-hero__badges {
  display: flex; gap: 20px; flex-wrap: wrap;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.15);
}
.hd-hero__badge { display: flex; flex-direction: column; }
.hd-hero__badge strong {
  font-family: var(--hd-font-display);
  font-size: 1.8rem; color: var(--hd-gold); line-height: 1;
}
.hd-hero__badge span {
  font-size: 0.85rem; color: var(--hd-sand-100); margin-top: 4px;
}

.hd-quote {
  background: var(--hd-white); color: var(--hd-ink);
  padding: 28px; border-radius: var(--hd-radius-lg);
  box-shadow: var(--hd-shadow-lg);
  border-top: 4px solid var(--hd-clay);
  position: relative;
}
.hd-quote::before {
  content: "";
  position: absolute; top: -4px; left: 24px; right: 24px; height: 4px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='4' viewBox='0 0 20 4'><path d='M0 2 L5 0 L10 2 L15 0 L20 2 L15 4 L10 2 L5 4 Z' fill='%23C9A24B'/></svg>");
  background-repeat: repeat-x;
}
.hd-quote h3 { margin: 0 0 4px; color: var(--hd-earth); font-size: 1.35rem; }
.hd-quote p { color: var(--hd-ink-2); font-size: 0.9rem; margin-bottom: 16px; }
.hd-quote__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.hd-quote label { display: block; font-size: 0.8rem; font-weight: 600; color: var(--hd-ink-2); margin-bottom: 4px; }
.hd-quote input, .hd-quote select, .hd-quote textarea {
  width: 100%; padding: 10px 12px;
  border: 1px solid var(--hd-line); border-radius: 8px;
  font: inherit; background: var(--hd-sand-50); color: var(--hd-ink);
  transition: border-color .2s var(--hd-ease), background .2s var(--hd-ease);
}
.hd-quote input:focus, .hd-quote select:focus, .hd-quote textarea:focus {
  outline: none; border-color: var(--hd-clay); background: var(--hd-white);
  box-shadow: 0 0 0 3px rgba(176, 74, 42, 0.12);
}
.hd-quote textarea { min-height: 70px; resize: vertical; }
.hd-quote__submit {
  width: 100%; background: var(--hd-clay); color: var(--hd-white);
  border: none; padding: 14px; border-radius: 10px;
  font-weight: 700; font-size: 1rem;
  margin-top: 8px; cursor: pointer;
  transition: background .2s var(--hd-ease);
}
.hd-quote__submit:hover { background: var(--hd-clay-dk); }
.hd-quote__submit:disabled { opacity: 0.7; cursor: not-allowed; }
.hd-quote__message { margin-top: 12px; padding: 10px 14px; border-radius: 8px; font-size: 0.9rem; display: none; }
.hd-quote__message.is-success { display: block; background: rgba(0, 108, 53, 0.1); color: var(--hd-green-dk); }
.hd-quote__message.is-error   { display: block; background: rgba(176, 74, 42, 0.1); color: var(--hd-clay-dk); }

/* 7. TRUST BAR */
.hd-trust {
  background: var(--hd-sand-100);
  padding: 28px 0;
  border-bottom: 1px solid var(--hd-line);
}
.hd-trust__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.hd-trust__label {
  font-size: 0.85rem; font-weight: 700;
  color: var(--hd-earth);
  text-transform: uppercase; letter-spacing: 0.08em;
}
.hd-trust__list { display: flex; gap: 28px; flex-wrap: wrap; align-items: center; }
.hd-trust__item {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; color: var(--hd-ink-2); font-size: 0.9rem;
}
.hd-trust__item::before {
  content: ""; width: 8px; height: 8px;
  background: var(--hd-gold); transform: rotate(45deg);
  display: inline-block;
}

/* 8. SECTIONS */
.hd-section { padding: 80px 0; position: relative; }
.hd-section--sand { background: var(--hd-sand-50); }
.hd-section--dune { background: linear-gradient(180deg, var(--hd-sand-50) 0%, var(--hd-sand-100) 100%); }
.hd-section__head { text-align: center; max-width: 680px; margin: 0 auto 48px; }
.hd-section__eyebrow {
  color: var(--hd-clay); font-weight: 700;
  font-size: 0.85rem; letter-spacing: 0.12em;
  text-transform: uppercase; margin-bottom: 12px;
}
.hd-section__head h2 { margin-bottom: 12px; }
.hd-section__head p { color: var(--hd-ink-2); font-size: 1.05rem; }

.hd-divider {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; margin: 16px auto 28px; max-width: 200px;
}
.hd-divider::before, .hd-divider::after {
  content: ""; flex: 1; height: 1px; background: var(--hd-line);
}
.hd-divider__diamond {
  width: 10px; height: 10px;
  background: var(--hd-clay); transform: rotate(45deg);
}

/* 9. SERVICES */
.hd-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.hd-service {
  background: var(--hd-white);
  border: 1px solid var(--hd-line);
  border-radius: var(--hd-radius-lg);
  padding: 32px 28px;
  transition: transform .3s var(--hd-ease), box-shadow .3s var(--hd-ease), border-color .3s var(--hd-ease);
  position: relative; overflow: hidden;
}
.hd-service::before {
  content: ""; position: absolute;
  top: 0; inset-inline-start: 0;
  width: 4px; height: 0;
  background: linear-gradient(180deg, var(--hd-clay) 0%, var(--hd-gold) 100%);
  transition: height .35s var(--hd-ease);
}
.hd-service:hover {
  transform: translateY(-4px);
  box-shadow: var(--hd-shadow);
  border-color: var(--hd-sand-300);
}
.hd-service:hover::before { height: 100%; }
.hd-service__icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--hd-sand-100), var(--hd-sand-200));
  display: grid; place-items: center;
  margin-bottom: 18px; color: var(--hd-clay); font-size: 1.5rem;
}
.hd-service h3 { margin-bottom: 8px; color: var(--hd-earth); }
.hd-service p  { color: var(--hd-ink-2); font-size: 0.95rem; margin-bottom: 14px; }
.hd-service__link {
  font-weight: 700; font-size: 0.9rem; color: var(--hd-clay);
  display: inline-flex; gap: 6px; align-items: center;
}
.hd-service__link::after { content: "→"; transition: transform .2s var(--hd-ease); }
.hd-service__link:hover::after { transform: translateX(4px); }
html[dir="rtl"] .hd-service__link::after { content: "←"; }
html[dir="rtl"] .hd-service__link:hover::after { transform: translateX(-4px); }

/* 10. FLEET */
.hd-fleet { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.hd-fleet__card {
  background: var(--hd-white);
  border-radius: var(--hd-radius-lg);
  overflow: hidden;
  border: 1px solid var(--hd-line);
  transition: transform .3s var(--hd-ease), box-shadow .3s var(--hd-ease);
}
.hd-fleet__card:hover { transform: translateY(-4px); box-shadow: var(--hd-shadow); }
.hd-fleet__image {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--hd-sand-200), var(--hd-sand-100));
  display: grid; place-items: center;
  color: var(--hd-sand-500); font-size: 3rem;
}
.hd-fleet__body { padding: 20px; }
.hd-fleet__body h3 { font-size: 1.1rem; margin-bottom: 6px; }
.hd-fleet__meta { display: flex; gap: 12px; flex-wrap: wrap; font-size: 0.85rem; color: var(--hd-ink-2); }
.hd-fleet__meta span { padding: 3px 10px; background: var(--hd-sand-100); border-radius: 999px; }

/* 11. STEPS */
.hd-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: steps; }
.hd-step {
  text-align: center; padding: 28px 20px;
  background: var(--hd-white);
  border: 1px solid var(--hd-line);
  border-radius: var(--hd-radius-lg);
  position: relative; counter-increment: steps;
}
.hd-step__num {
  width: 56px; height: 56px; margin: 0 auto 16px;
  background: var(--hd-earth); color: var(--hd-gold);
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--hd-font-display);
  font-size: 1.5rem; font-weight: 800;
  border: 3px solid var(--hd-gold);
}
.hd-step h3 { font-size: 1.1rem; margin-bottom: 6px; }
.hd-step p  { font-size: 0.9rem; color: var(--hd-ink-2); margin: 0; }

/* 12. COVERAGE */
.hd-coverage { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; }
.hd-city {
  background: var(--hd-white);
  border: 1px solid var(--hd-line);
  border-radius: 10px; padding: 18px;
  transition: transform .2s var(--hd-ease), border-color .2s var(--hd-ease), background .2s var(--hd-ease);
  display: flex; justify-content: space-between; align-items: center; gap: 10px;
}
.hd-city:hover {
  transform: translateY(-2px);
  border-color: var(--hd-clay);
  background: var(--hd-sand-50);
}
.hd-city strong { color: var(--hd-earth); font-size: 1rem; display: block; }
.hd-city span { font-size: 0.8rem; color: var(--hd-ink-2); }
.hd-city__pin { color: var(--hd-clay); font-size: 1.2rem; }

/* 13. STATS */
.hd-stats {
  background:
    linear-gradient(135deg, rgba(58, 38, 23, 0.95) 0%, rgba(122, 46, 24, 0.92) 100%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'><path d='M30 0 L60 30 L30 60 L0 30 Z' fill='none' stroke='%23C9A24B' stroke-width='0.5' opacity='0.25'/></svg>");
  color: var(--hd-white);
  padding: 60px 0;
  border-block: 3px solid var(--hd-gold);
}
.hd-stats__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; text-align: center; }
.hd-stats__item strong {
  display: block;
  font-family: var(--hd-font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--hd-gold); line-height: 1;
}
.hd-stats__item span {
  display: block; margin-top: 8px;
  font-size: 0.9rem; color: var(--hd-sand-100);
  text-transform: uppercase; letter-spacing: 0.08em;
}

/* 14. TESTIMONIALS */
.hd-testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.hd-testimonial {
  background: var(--hd-white);
  border-radius: var(--hd-radius-lg);
  padding: 32px 28px;
  border: 1px solid var(--hd-line);
  position: relative;
}
.hd-testimonial::before {
  content: "“"; position: absolute;
  top: -20px; inset-inline-start: 24px;
  font-family: var(--hd-font-display);
  font-size: 5rem; color: var(--hd-clay); line-height: 1;
}
html[dir="rtl"] .hd-testimonial::before { content: "„"; top: -10px; }
.hd-testimonial__quote {
  font-size: 1rem; color: var(--hd-ink);
  line-height: 1.7; margin-bottom: 20px; padding-top: 16px;
}
.hd-testimonial__who {
  display: flex; align-items: center; gap: 12px;
  padding-top: 16px; border-top: 1px solid var(--hd-line);
}
.hd-testimonial__avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--hd-clay), var(--hd-gold));
  display: grid; place-items: center;
  color: var(--hd-white); font-weight: 700;
}
.hd-testimonial__who strong { display: block; color: var(--hd-earth); font-size: 0.95rem; }
.hd-testimonial__who span   { font-size: 0.85rem; color: var(--hd-ink-2); }

/* 15. FAQ */
.hd-faq { max-width: 860px; margin: 0 auto; }
.hd-faq__item {
  background: var(--hd-white);
  border: 1px solid var(--hd-line);
  border-radius: var(--hd-radius);
  margin-bottom: 12px; overflow: hidden;
  transition: border-color .2s var(--hd-ease);
}
.hd-faq__item[open] { border-color: var(--hd-clay); }
.hd-faq__q {
  padding: 18px 22px; cursor: pointer;
  font-weight: 700; color: var(--hd-earth);
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; font-family: inherit; list-style: none;
}
.hd-faq__q::-webkit-details-marker { display: none; }
.hd-faq__q::after {
  content: "+"; color: var(--hd-clay);
  font-size: 1.5rem; transition: transform .2s var(--hd-ease);
  flex-shrink: 0;
}
.hd-faq__item[open] .hd-faq__q::after { transform: rotate(45deg); }
.hd-faq__a { padding: 0 22px 20px; color: var(--hd-ink-2); font-size: 0.95rem; }

/* 16. CTA BANNER */
.hd-cta-banner {
  background: linear-gradient(135deg, var(--hd-clay) 0%, var(--hd-clay-dk) 100%);
  color: var(--hd-white);
  padding: 60px 0;
  position: relative; overflow: hidden;
}
.hd-cta-banner::before {
  content: ""; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'><path d='M40 0 L80 40 L40 80 L0 40 Z M40 20 L60 40 L40 60 L20 40 Z' fill='none' stroke='%23C9A24B' stroke-width='0.8' opacity='0.2'/></svg>");
  background-repeat: repeat; pointer-events: none;
}
.hd-cta-banner__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px; flex-wrap: wrap;
  position: relative; z-index: 1;
}
.hd-cta-banner h2 { color: var(--hd-white); margin: 0 0 8px; }
.hd-cta-banner p  { color: var(--hd-sand-100); margin: 0; }

/* 17. FOOTER */
.hd-footer {
  background: var(--hd-earth);
  color: var(--hd-sand-100);
  padding: 64px 0 20px;
  position: relative;
}
.hd-footer::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0;
  height: 8px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='8' viewBox='0 0 40 8'><path d='M0 4 L10 0 L20 4 L30 0 L40 4 L30 8 L20 4 L10 8 Z' fill='%23C9A24B'/></svg>");
  background-repeat: repeat-x;
}
.hd-footer__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
  gap: 40px; margin-bottom: 40px;
}
.hd-footer h4 {
  color: var(--hd-gold);
  font-family: var(--hd-font-display);
  font-size: 1.1rem; margin-bottom: 18px;
}
html[lang^="ar"] .hd-footer h4 { font-family: var(--hd-font-ar); }
.hd-footer ul { list-style: none; padding: 0; margin: 0; }
.hd-footer li { margin-bottom: 10px; }
.hd-footer a {
  color: var(--hd-sand-100); font-size: 0.92rem;
  transition: color .2s var(--hd-ease);
}
.hd-footer a:hover { color: var(--hd-gold); }
.hd-footer__about p { color: var(--hd-sand-200); font-size: 0.92rem; max-width: 36ch; }
.hd-footer__socials { display: flex; gap: 10px; margin-top: 16px; }
.hd-footer__socials a {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(201, 162, 75, 0.15);
  display: grid; place-items: center;
  color: var(--hd-gold);
  border: 1px solid rgba(201, 162, 75, 0.3);
}
.hd-footer__socials a:hover { background: var(--hd-gold); color: var(--hd-earth); }
.hd-footer__bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(201, 162, 75, 0.2);
  display: flex; justify-content: space-between;
  flex-wrap: wrap; gap: 16px;
  font-size: 0.85rem; color: var(--hd-sand-300);
}
.hd-footer__compliance { font-size: 0.8rem; color: var(--hd-sand-300); margin-top: 12px; }

/* 18. WHATSAPP */
.hd-whatsapp {
  position: fixed; bottom: 24px; inset-inline-end: 24px;
  width: 58px; height: 58px;
  background: #25D366; color: var(--hd-white);
  border-radius: 50%;
  display: grid; place-items: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  z-index: 999;
  transition: transform .2s var(--hd-ease);
}
.hd-whatsapp:hover { transform: scale(1.08); color: var(--hd-white); }

/* 19. PAGE TEMPLATES */
.hd-page-hero {
  padding: 80px 0 60px;
  background:
    linear-gradient(135deg, rgba(58, 38, 23, 0.92) 0%, rgba(122, 46, 24, 0.88) 100%),
    radial-gradient(ellipse at 70% 30%, #B04A2A 0%, #3A2617 70%);
  color: var(--hd-white);
  text-align: center;
  position: relative; overflow: hidden;
}
.hd-page-hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px;
  height: 60px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'><path d='M0 60 L0 30 Q240 5, 480 30 T960 30 T1440 30 L1440 60 Z' fill='%23FBF6EC'/></svg>") no-repeat center bottom / cover;
}
.hd-page-hero h1 { color: var(--hd-white); }
.hd-page-hero__crumb { color: var(--hd-sand-200); font-size: 0.9rem; }
.hd-page-hero__crumb a { color: var(--hd-gold); }

.hd-page-body {
  padding: 60px 0 80px;
  max-width: 800px;
  margin-inline: auto;
  font-size: 1.05rem;
  line-height: 1.8;
}
.hd-page-body h2 { margin-top: 1.8em; }

.hd-404 { text-align: center; padding: 100px 0; }
.hd-404 h1 {
  font-size: clamp(4rem, 10vw, 8rem);
  color: var(--hd-clay); margin: 0; line-height: 1;
}
.hd-404 p { font-size: 1.15rem; color: var(--hd-ink-2); margin-bottom: 28px; }

/* 20. RESPONSIVE */
@media (max-width: 960px) {
  .hd-hero__grid { grid-template-columns: 1fr; gap: 32px; }
  .hd-services, .hd-fleet, .hd-testimonials { grid-template-columns: repeat(2, 1fr); }
  .hd-steps { grid-template-columns: repeat(2, 1fr); }
  .hd-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .hd-footer__grid { grid-template-columns: 1fr 1fr; }
  .hd-nav { display: none; }
  .hd-nav.is-open {
    display: flex; flex-direction: column;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--hd-white);
    padding: 16px;
    box-shadow: var(--hd-shadow);
    gap: 4px;
  }
  .hd-nav.is-open a { width: 100%; }
  .hd-nav-toggle { display: block; }
  .hd-header__cta { display: none; }
  .hd-quote__row { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .hd-services, .hd-fleet, .hd-testimonials, .hd-steps, .hd-footer__grid { grid-template-columns: 1fr; }
  .hd-stats__grid { grid-template-columns: 1fr 1fr; }
  .hd-hero { padding: 60px 0 100px; }
  .hd-section { padding: 56px 0; }
  .hd-hero__badges { gap: 14px; }
  .hd-cta-banner__inner { text-align: center; justify-content: center; }
}

.hd-text-center { text-align: center; }
.hd-mt-lg { margin-top: 32px; }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); white-space: nowrap;
}
