:root{
  --bg:#0f172a;
  --bg-soft:#111827;
  --text:#172033;
  --muted:#64748b;
  --line:#e5e7eb;
  --surface:#ffffff;
  --surface-soft:#f8fafc;
  --gold:#fbbd18;
  --gold-dark:#d89b06;
  --green:#16a34a;
  --radius:24px;
  --shadow:0 20px 60px rgba(15,23,42,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  margin:0;
  font-family:"Cairo", Tahoma, Arial, "Segoe UI", sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.8;
  text-rendering:optimizeLegibility;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{width:min(1120px,calc(100% - 32px));margin-inline:auto}
.skip-link{position:absolute;top:-100px;right:16px;background:#fff;color:#000;padding:10px 14px;border-radius:10px;z-index:99}.skip-link:focus{top:12px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(15,23,42,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08)}
.header-inner{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:10px;color:#fff;font-weight:800;font-size:1.04rem}.brand-mark{display:inline-flex;align-items:center;justify-content:center;min-width:64px;height:38px;border-radius:999px;background:var(--gold);color:#111827;font-weight:900}
.main-nav{display:flex;align-items:center;gap:18px;color:#e5e7eb;font-size:.95rem}.main-nav a:hover{color:var(--gold)}
.header-call{direction:ltr;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#111827;border-radius:999px;padding:10px 18px;font-weight:900;box-shadow:0 10px 24px rgba(0,0,0,.16)}
.section-dark{background:radial-gradient(circle at 20% 10%,rgba(251,189,24,.18),transparent 30%),linear-gradient(135deg,#0f172a 0%,#111827 50%,#1f2937 100%);color:#fff}
.hero{position:relative;overflow:hidden;padding:78px 0 64px}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 18%,rgba(251,189,24,.16),transparent 28%),radial-gradient(circle at 10% 90%,rgba(22,163,74,.13),transparent 25%);opacity:1}.hero-grid{position:relative;display:grid;grid-template-columns:1.08fr .92fr;gap:48px;align-items:center}.eyebrow{margin:0 0 12px;color:var(--gold);font-weight:900;letter-spacing:.2px}.hero h1,.section h2,.cta h2{margin:0 0 18px;line-height:1.25}.hero h1{font-size:clamp(2.15rem,5vw,4.65rem);max-width:850px}.hero-text{font-size:1.18rem;color:#e5e7eb;max-width:720px;margin:0 0 28px}.hero-actions,.cta-actions{display:flex;flex-wrap:wrap;gap:14px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 23px;font-weight:900;border:1px solid transparent;min-height:52px;transition:.2s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--gold);color:#111827;box-shadow:0 14px 32px rgba(251,189,24,.28)}.btn-whatsapp{background:var(--green);color:#fff;box-shadow:0 14px 32px rgba(22,163,74,.25)}
.trust-list{display:flex;flex-wrap:wrap;gap:10px;margin:26px 0 0;padding:0;list-style:none}.trust-list li{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);padding:8px 13px;border-radius:999px;color:#fff}
.hero-card{position:relative;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow)}.hero-card img{border-radius:20px;aspect-ratio:1/1;object-fit:cover;background:#fff}.contact-box{position:absolute;right:38px;bottom:38px;background:#fff;color:#111827;border-radius:18px;padding:14px 18px;box-shadow:var(--shadow)}.contact-box span{display:block;color:var(--muted);font-size:.9rem}.contact-box strong{font-size:1.3rem}
.city-strip{background:var(--gold);color:#111827}.city-strip-inner{min-height:64px;display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;font-size:1.05rem}.city-strip strong{background:rgba(255,255,255,.55);border-radius:999px;padding:6px 18px}
.section{padding:78px 0}.section-head{text-align:center;max-width:760px;margin:0 auto 36px}.section-head h2,.split h2{font-size:clamp(1.8rem,3vw,2.6rem)}.section-head p,.split p{color:var(--muted);margin:0}.muted{background:var(--surface-soft)}.cards{display:grid;gap:22px}.cards.three{grid-template-columns:repeat(3,1fr)}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 14px 45px rgba(15,23,42,.06)}.card img{width:72px;height:72px;object-fit:contain;margin-bottom:16px}.card h3{margin:0 0 10px;font-size:1.24rem}.card p{margin:0;color:var(--muted)}
.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:start}.steps{counter-reset:step;margin:0;padding:0;display:grid;gap:14px;list-style:none}.steps li{counter-increment:step;background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px 72px 20px 20px;position:relative;box-shadow:0 12px 35px rgba(15,23,42,.055)}.steps li:before{content:counter(step);position:absolute;right:20px;top:20px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:#111827;font-weight:900}.steps strong{display:block;margin-bottom:5px}.steps span{display:block;color:var(--muted)}.city-cards .card{background:linear-gradient(180deg,#fff,#f8fafc)}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.gallery img{width:100%;border-radius:22px;border:1px solid var(--line);box-shadow:0 12px 35px rgba(15,23,42,.08);object-fit:cover}.faq-wrap{max-width:900px}.faq-list{display:grid;gap:12px}details{border:1px solid var(--line);border-radius:18px;background:#fff;padding:18px 20px;box-shadow:0 10px 28px rgba(15,23,42,.05)}summary{cursor:pointer;font-weight:900}details p{margin:10px 0 0;color:var(--muted)}.cta{padding:62px 0}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}.cta p{color:#e5e7eb;margin:0}.footer{background:#080d19;color:#cbd5e1;padding:48px 0 84px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:28px}.footer h2,.footer h3{color:#fff;margin:0 0 10px}.footer p{margin:0 0 8px}.footer a:hover{color:var(--gold)}
@media (max-width:900px){.main-nav{display:none}.header-inner{min-height:62px}.header-call{padding:8px 14px}.hero{padding:38px 0 26px}.hero-grid,.split,.cta-inner,.footer-grid{grid-template-columns:1fr}.hero-grid{gap:18px}.hero-card{display:none}.hero h1{font-size:clamp(1.85rem,8vw,2.35rem);margin-bottom:12px}.hero-text{font-size:1rem;margin-bottom:18px}.trust-list{margin-top:16px}.cards.three{grid-template-columns:1fr}.gallery{grid-template-columns:repeat(2,1fr)}.cta-inner{align-items:flex-start}}
@media (max-width:520px){.container{width:min(100% - 24px,1120px)}.brand span:last-child{font-size:.9rem}.brand-mark{min-width:54px;height:32px}.header-call{font-size:.88rem;padding:7px 10px}.hero{padding:28px 0 22px}.hero-actions,.cta-actions{display:grid;grid-template-columns:1fr}.btn{width:100%;min-height:50px;padding:12px 18px}.trust-list{display:grid;grid-template-columns:1fr 1fr;gap:8px}.trust-list li{font-size:.88rem;padding:7px 10px}.contact-box{position:static;margin-top:14px}.section{padding:52px 0}.city-strip-inner{min-height:54px;justify-content:flex-start;gap:8px;font-size:.96rem}.city-strip strong{padding:5px 12px}.card{padding:22px}.gallery{grid-template-columns:1fr 1fr;gap:12px}.steps li{padding-inline-start:18px}.valuation-wrap{gap:24px}}

/* Hidden conversion gaps applied: smart WhatsApp form, paperwork, payment, price factors */
.valuation-wrap{align-items:stretch}.quote-form{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow);display:grid;gap:14px}.quote-form label{display:grid;gap:7px;font-weight:900}.quote-form input,.quote-form select,.quote-form textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:13px 14px;font:inherit;background:#fff;color:var(--text);outline:none}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(251,189,24,.18)}.form-help{margin:0;color:var(--muted);font-size:.94rem}.note-box,.warning-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;margin-top:22px;box-shadow:0 14px 45px rgba(15,23,42,.06)}.note-box strong,.warning-card h3{display:block;margin:0 0 12px}.note-box ul,.warning-card ul{margin:0;padding-inline-start:22px;color:var(--muted)}.note-box li,.warning-card li{margin:4px 0}.compact-cards{grid-template-columns:repeat(3,1fr)}.compact-cards .card img{display:none}.assurance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px}.assurance-grid div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:0 12px 35px rgba(15,23,42,.055)}.assurance-grid strong{display:block;margin-bottom:5px}.assurance-grid span{display:block;color:var(--muted);font-size:.95rem}.warning-card{margin-top:0}.city-cards a{display:inline-flex;margin-top:14px;color:#111827;background:var(--gold);padding:8px 14px;border-radius:999px;font-weight:900}.footer a{color:inherit}.footer a:hover{color:var(--gold)}
@media (max-width:900px){.compact-cards,.assurance-grid{grid-template-columns:1fr}.warning-card{margin-top:0}.quote-form{padding:20px}}

.cards.four{grid-template-columns:repeat(4,1fr)}.info-cards .card{min-height:150px}.footer-note{font-size:.9rem;color:#94a3b8;margin-top:12px!important}.gallery-section{display:none}
@media (max-width:900px){.cards.four{grid-template-columns:repeat(2,1fr)}}
@media (max-width:520px){.cards.four{grid-template-columns:1fr}}


.image-break{padding:42px 0}
.image-break-card{position:relative;overflow:hidden;border-radius:var(--radius);box-shadow:var(--shadow);background:#0f172a}
.image-break-card img{width:100%;aspect-ratio:16/9;object-fit:cover;filter:saturate(1.02)}
.image-break-copy{position:absolute;right:24px;bottom:24px;max-width:min(540px,85%);background:rgba(15,23,42,.84);backdrop-filter:blur(10px);color:#fff;padding:20px 22px;border-radius:22px;border:1px solid rgba(255,255,255,.14)}
.image-break-copy h2{margin:4px 0 10px;font-size:clamp(1.4rem,3vw,2rem);line-height:1.35}
.image-break-copy p{margin:0;color:#e5e7eb}
.visual-section{background:#fff}
.visual-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}
.visual-media img{width:100%;border-radius:var(--radius);box-shadow:0 18px 50px rgba(15,23,42,.12);aspect-ratio:4/5;object-fit:cover}
.visual-copy h2{margin:6px 0 14px;font-size:clamp(1.8rem,3vw,2.4rem);line-height:1.3}
.visual-copy p{margin:0 0 18px;color:var(--muted)}
.visual-points{margin:0;padding:0;list-style:none;display:grid;gap:10px}
.visual-points li{position:relative;padding-right:18px;color:var(--text)}
.visual-points li:before{content:"";position:absolute;right:0;top:.75em;width:8px;height:8px;border-radius:50%;background:var(--gold)}
@media (max-width:900px){.visual-grid{grid-template-columns:1fr;gap:22px}.image-break-copy{position:static;max-width:none;border-radius:0 0 22px 22px}.image-break-card{background:#fff;border:1px solid var(--line)}.image-break-copy p{color:#cbd5e1}.visual-section{padding-top:44px;padding-bottom:44px}}
@media (max-width:520px){.image-break{padding:18px 0}.image-break-copy{padding:16px}.image-break-copy h2{font-size:1.3rem}.visual-copy h2{font-size:1.55rem}.visual-points li{font-size:.96rem}}


/* Lightweight service icons - no external icon libraries */
.header-call,.btn{gap:8px}
.header-call::before,.hero-actions .btn-primary::before,.cta-actions .btn-primary::before{content:"☎";font-size:1.05em;line-height:1}
.btn-whatsapp::before{content:"💬";font-size:1.05em;line-height:1}
.city-strip strong{display:inline-flex;align-items:center;gap:6px}.city-strip strong::before{content:"📍"}
.trust-list li{display:inline-flex;align-items:center;gap:7px}.trust-list li::before{content:"✓";display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:rgba(251,189,24,.92);color:#111827;font-weight:900;font-size:.8rem}
.section-head::before,.section .split > div:first-child .eyebrow::before{display:inline-grid;place-items:center;width:54px;height:54px;border-radius:18px;background:rgba(251,189,24,.16);border:1px solid rgba(251,189,24,.32);box-shadow:0 10px 28px rgba(15,23,42,.06);font-size:1.5rem;margin:0 auto 14px;color:#111827}
#types .section-head::before{content:"🚗"}#cities .section-head::before{content:"📍"}#needed .section-head::before{content:"📷"}#price .section-head::before{content:"ر.س";font-weight:900;font-size:1.05rem}#faq .section-head::before{content:"؟";font-weight:900;font-size:1.8rem}
#steps .split > div:first-child .eyebrow::before{content:"🚚";margin:0 0 12px}#documents .split > div:first-child .eyebrow::before{content:"📄";margin:0 0 12px}.visual-copy .eyebrow::before{content:"🔍";display:inline-block;margin-left:6px}.image-break-copy .eyebrow::before{content:"🤝";display:inline-block;margin-left:6px}
.card h3{display:flex;align-items:center;gap:10px}.card h3::before{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:14px;background:rgba(251,189,24,.14);border:1px solid rgba(251,189,24,.28);font-size:1.1rem;flex:0 0 auto;line-height:1}.card:has(img) h3::before{display:none}
#types .cards.three .card:nth-child(1) h3::before,.section:not(#cities) .cards.three .card:nth-child(1) h3::before{content:"⚠️"}
#types .cards.three .card:nth-child(2) h3::before,.section:not(#cities) .cards.three .card:nth-child(2) h3::before{content:"🔧"}
#types .cards.three .card:nth-child(3) h3::before,.section:not(#cities) .cards.three .card:nth-child(3) h3::before{content:"♻️"}
#types .cards.three .card:nth-child(4) h3::before{content:"⏱️"}#types .cards.three .card:nth-child(5) h3::before{content:"🅿️"}#types .cards.three .card:nth-child(6) h3::before{content:"📋"}
.city-cards .card h3::before{content:"📍"!important;display:inline-grid!important}.info-cards .card:nth-child(1) h3::before{content:"🚗"}.info-cards .card:nth-child(2) h3::before{content:"📍"}.info-cards .card:nth-child(3) h3::before{content:"🔧"}.info-cards .card:nth-child(4) h3::before{content:"📷"}
.compact-cards .card:nth-child(1) h3::before{content:"🏷️"}.compact-cards .card:nth-child(2) h3::before{content:"📅"}.compact-cards .card:nth-child(3) h3::before{content:"⚙️"}.compact-cards .card:nth-child(4) h3::before{content:"⚠️"}.compact-cards .card:nth-child(5) h3::before{content:"📄"}.compact-cards .card:nth-child(6) h3::before{content:"📍"}
.steps li strong{display:flex;align-items:center;gap:8px}.steps li:nth-child(1) strong::before{content:"📷"}.steps li:nth-child(2) strong::before{content:"🔍"}.steps li:nth-child(3) strong::before{content:"ر.س";font-weight:900}.steps li:nth-child(4) strong::before{content:"🚚"}.steps li:nth-child(5) strong::before{content:"💳"}
.note-box strong::before{content:"💬";margin-left:8px}.warning-card h3{display:flex;align-items:center;gap:8px}.warning-card h3::before{content:"⚠️"}.assurance-grid div::before{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:14px;background:rgba(251,189,24,.14);border:1px solid rgba(251,189,24,.28);margin-bottom:8px}.assurance-grid div:nth-child(1)::before{content:"💳"}.assurance-grid div:nth-child(2)::before{content:"📄"}.assurance-grid div:nth-child(3)::before{content:"🚚"}
.faq-list summary{display:flex;align-items:center;gap:8px}.faq-list summary::before{content:"؟";display:inline-grid;place-items:center;width:30px;height:30px;border-radius:10px;background:rgba(251,189,24,.16);color:#111827;font-weight:900;flex:0 0 auto}.footer a[href^="tel"]::before{content:"☎ ";}.footer a[href*="wa.me"]::before{content:"💬 ";}.footer a[href*="riyadh"]::before,.footer a[href*="dammam"]::before,.footer a[href*="qassim"]::before{content:"📍 ";}
@media (max-width:520px){.section-head::before,.section .split > div:first-child .eyebrow::before{width:46px;height:46px;border-radius:15px;font-size:1.25rem}.card h3::before{width:34px;height:34px;border-radius:12px;font-size:1rem}.trust-list li{justify-content:flex-start}}
