:root{--dark:#07131f;--dark2:#0e2235;--blue:#0ea5e9;--orange:#f59e0b;--text:#172033;--muted:#64748b;--soft:#f4f7fb;--white:#fff;--border:#e5e7eb;--shadow:0 18px 45px rgba(7,19,31,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Cairo",Tahoma,Arial,sans-serif;color:var(--text);background:#fff;direction:rtl;text-align:right;line-height:1.8;padding-bottom:68px}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}.container{width:min(1160px,92%);margin:auto}.narrow{width:min(900px,92%)}
.garage-nav{position:sticky;top:0;z-index:999;background:rgba(7,19,31,.96);backdrop-filter:blur(12px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:74px}.brand img{display:block;max-width:150px;max-height:58px;object-fit:contain}.site-menu{display:flex;align-items:center;gap:6px}.site-menu a{color:#dbeafe;padding:10px 12px;border-radius:12px;font-weight:700;font-size:14px}.site-menu a:hover,.site-menu a.active{background:rgba(14,165,233,.16);color:#fff}.nav-phone{background:var(--orange)!important;color:#111827!important}.menu-toggle{display:none;background:#0f2a42;color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:10px;padding:8px 12px;font-size:22px}
.breadcrumb-wrap{background:#eef5fb;border-bottom:1px solid #e5eef7;padding:10px 0;font-size:14px}.breadcrumb-wrap a{color:#0369a1}.page-hero{background:linear-gradient(135deg,rgba(7,19,31,.96),rgba(14,34,53,.9)),url('../img/hero-image-1.webp') center/cover;color:#fff;padding:72px 0}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center}.eyebrow{display:inline-block;background:rgba(245,158,11,.16);color:#fbbf24;border:1px solid rgba(245,158,11,.35);padding:6px 12px;border-radius:999px;font-weight:800;margin-bottom:14px}.hero-copy h1{font-size:clamp(30px,5vw,56px);line-height:1.18;margin:0 0 16px}.hero-copy p{font-size:18px;color:#dbeafe;max-width:680px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:26px 0}.btn-primary,.btn-outline{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:13px 22px;font-weight:900;transition:.2s}.btn-primary{background:linear-gradient(135deg,var(--orange),#f97316);color:#111827;box-shadow:0 12px 24px rgba(245,158,11,.25)}.btn-outline{border:1px solid rgba(255,255,255,.4);color:#fff;background:rgba(255,255,255,.06)}.btn-outline:not(.light){color:#0f172a;border-color:#cbd5e1;background:#fff}.btn-outline.light{color:#fff}.trust-pills{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:0;list-style:none}.trust-pills li{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:6px 12px;color:#e0f2fe;font-weight:700}.hero-card{position:relative}.hero-card img{border-radius:28px;box-shadow:var(--shadow);aspect-ratio:4/3;object-fit:cover}.hero-note{position:absolute;right:20px;bottom:20px;background:#fff;color:#0f172a;border-radius:16px;padding:12px 16px;font-weight:900;box-shadow:var(--shadow)}
.section{padding:72px 0}.soft{background:var(--soft)}.section-title{text-align:center;margin-bottom:34px}.section-title span{color:#0284c7;font-weight:900}.section-title h2{font-size:clamp(24px,3.5vw,38px);margin:8px 0 10px;color:#0f172a}.section-title p{color:var(--muted);max-width:760px;margin:auto}.cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.info-card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:24px;box-shadow:0 10px 25px rgba(15,23,42,.06)}.info-card h3{margin:0 0 8px;color:#0f172a;font-size:19px}.info-card p{margin:0;color:var(--muted)}.link-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.link-grid a{background:#fff;border:1px solid var(--border);border-radius:16px;padding:15px 16px;font-weight:900;color:#0f172a;box-shadow:0 8px 20px rgba(15,23,42,.05)}.link-grid a:hover{border-color:#38bdf8;color:#0369a1}.booking-section{background:linear-gradient(180deg,#fff,#f8fbff)}.step-form{background:#fff;border:1px solid var(--border);border-radius:26px;box-shadow:var(--shadow);padding:24px}.step{display:none}.step.active{display:block}.step h3{margin:0 0 18px;color:#0f172a}.step button,.send-wa,.reset-form{margin:7px;padding:13px 18px;border-radius:14px;border:1px solid #dbeafe;background:#eff6ff;color:#0f172a;font-weight:900;cursor:pointer}.step button:hover{background:#dbeafe}.send-wa{display:inline-flex;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border:0}.reset-form{background:#fff;color:#475569}.faq-list details{background:#fff;border:1px solid var(--border);border-radius:18px;margin-bottom:12px;padding:16px 18px}.faq-list summary{cursor:pointer;font-weight:900;color:#0f172a}.faq-list p{color:var(--muted);margin:10px 0 0}.final-cta{background:linear-gradient(135deg,var(--dark),#12324d);color:#fff;text-align:center;padding:70px 0}.final-cta h2{font-size:clamp(26px,4vw,42px);margin:0 0 12px}.final-cta p{color:#dbeafe;max-width:720px;margin:0 auto 22px}.contact-panel{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:26px;box-shadow:var(--shadow);padding:30px}.contact-box{background:#f8fafc;border-radius:20px;padding:22px}.garage-footer{background:#07131f;color:#dbeafe;padding-top:58px}.footer-grid{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:26px}.garage-footer h3{color:#fff;margin:0 0 14px;font-size:18px}.garage-footer p,.garage-footer li{color:#b6c8db}.garage-footer ul{list-style:none;padding:0;margin:0}.garage-footer a{color:#e0f2fe}.garage-footer a:hover{color:#fbbf24}.footer-call,.footer-wa{display:block;background:#0f2a42;border-radius:14px;padding:10px 12px;margin-top:10px;font-weight:900}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:34px;padding:18px 0;color:#9fb3c8}.footer-bottom .container{display:flex;justify-content:space-between;gap:16px}.mobile-sticky-cta{position:fixed;bottom:0;left:0;right:0;display:flex;z-index:1000;background:#07131f;border-top:1px solid rgba(255,255,255,.1)}.mobile-sticky-cta a{flex:1;text-align:center;color:#fff;font-weight:900;padding:12px 8px}.mobile-sticky-cta a:nth-child(2){background:#16a34a}.mobile-sticky-cta a:nth-child(3){background:#f59e0b;color:#111827}
@media(max-width:991px){.menu-toggle{display:block}.site-menu{position:absolute;top:74px;right:4%;left:4%;display:none;flex-direction:column;background:#0b1b2b;padding:14px;border-radius:0 0 18px 18px;box-shadow:var(--shadow)}.site-menu.open{display:flex}.site-menu a{width:100%;text-align:right}.hero-grid{grid-template-columns:1fr}.hero-card{display:none}.cards-grid,.link-grid,.footer-grid,.contact-panel{grid-template-columns:1fr}.page-hero{padding:52px 0}.section{padding:52px 0}.footer-bottom .container{display:block;text-align:center}.brand img{max-width:128px;max-height:50px}.nav-wrap{min-height:68px}.site-menu{top:68px}}

/* merged final audit fixes */
/* Final audit fixes - generated for latest uploaded version */
img{max-width:100%;height:auto}
a[href^="tel:"],a[href*="wa.me"],a[href*="whatsapp"]{touch-action:manipulation}
button,input,select,textarea{font-family:inherit}
@media (max-width:768px){
  .container,.container-fluid{max-width:100%;overflow-x:hidden}
  section{overflow:hidden}
  h1{line-height:1.25}
  .btn,.theme-btn,a[class*="btn"]{min-height:44px;display:inline-flex;align-items:center;justify-content:center}
}

/* Global Cairo font override */
html, body, body *:not(i):not(.fa):not([class^="fa-"]):not([class*=" fa-"]):not(.ion):not([class^="ion-"]):not([class*=" ion-"]):not([class^="flaticon-"]):not([class*=" flaticon-"]) {
  font-family: "Cairo", Tahoma, Arial, sans-serif !important;
}

/* LTR support for English pages */
html[dir="ltr"] body{direction:ltr;text-align:left}
html[dir="ltr"] .site-menu a{text-align:left}
html[dir="ltr"] .hero-note{right:auto;left:20px}
html[dir="ltr"] .footer-bottom .container{direction:ltr}
@media(max-width:991px){html[dir="ltr"] .site-menu{text-align:left}html[dir="ltr"] .site-menu a{text-align:left}}

.site-menu a.lang-switch{border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.08);color:#fff!important}.site-menu a.lang-switch:hover{background:rgba(255,255,255,.16)}
