:root {
  --ink: #0f172a;
  --muted: #5b6476;
  --accent: #f97316;
  --accent-2: #0ea5e9;
  --bg: #f8fafc;
  --card: #ffffff;
  --stroke: rgba(15, 23, 42, 0.12);
  --shadow: 0 22px 45px rgba(15, 23, 42, 0.15);
  --radius-lg: 26px;
  --radius-md: 18px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: radial-gradient(circle at 12% 20%, rgba(14, 165, 233, 0.04), transparent 45%),
    radial-gradient(circle at 88% 12%, rgba(249, 115, 22, 0.06), transparent 38%),
    var(--bg);
  color: var(--ink);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

html[dir="rtl"] body {
  font-family: "Noto Kufi Arabic", "Segoe UI", sans-serif;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(248, 250, 252, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--stroke);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 16px;
  flex-wrap: nowrap;
}

.header-menu {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1;
  justify-content: center;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  width: 120px;
  height: auto;
  object-fit: contain;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-name {
  font-size: 18px;
  font-weight: 700;
}

.brand-tagline {
  font-size: 13px;
  color: var(--muted);
}

.nav {
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
  justify-content: center;
}

.nav-link {
  border: 0;
  background: transparent;
  color: var(--ink);
  font-weight: 600;
  padding: 6px 8px;
  cursor: pointer;
  font-size: 13px;
}

.nav-link:hover {
  background: rgba(15, 23, 42, 0.06);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.nav-toggle {
  border: 1px solid var(--stroke);
  background: #fff;
  width: 44px;
  height: 40px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  cursor: pointer;
}

.nav-toggle span {
  width: 22px;
  height: 2px;
  background: var(--ink);
  display: block;
}

.header-cta {
  white-space: nowrap;
  font-size: 14px;
}

.lang-switch {
  display: flex;
  gap: 6px;
  padding: 4px;
  border: 1px solid var(--stroke);
  background: #fff;
}

.lang-btn {
  border: 0;
  background: transparent;
  padding: 6px 10px;
  font-weight: 600;
  cursor: pointer;
  color: var(--muted);
}

.lang-btn.active {
  background: var(--ink);
  color: #fff;
}

.hero {
  position: relative;
  padding: 58px 0 36px;
  min-height: 520px;
}

.hero-ambient {
  position: absolute;
  inset: 40px 6% auto;
  height: 300px;
  background: radial-gradient(circle at 30% 30%, rgba(249, 115, 22, 0.25), transparent 55%),
    radial-gradient(circle at 70% 40%, rgba(14, 165, 233, 0.2), transparent 55%);
  filter: blur(14px);
  z-index: 0;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(248, 250, 252, 0.18), rgba(248, 250, 252, 0.05));
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shell {
  position: relative;
  z-index: 1;
}

.hero-slider {
  position: relative;
}

.slider-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  overflow: auto;
  scroll-snap-type: x mandatory;
  gap: 18px;
  scroll-behavior: smooth;
}

.slider-track::-webkit-scrollbar {
  display: none;
}

.slide {
  scroll-snap-align: start;
}

.hero-card {
  background: rgba(255, 255, 255, 0.16);
  padding: 18px;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  min-height: unset;
  display: grid;
  gap: 12px;
  width: fit-content;
  max-width: 440px;
  margin: 0;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  color: var(--accent);
  font-weight: 700;
  text-shadow: 0 3px 8px rgba(15, 23, 42, 0.45);
}

.hero-card h1 {
  margin: 0;
  font-size: clamp(24px, 3.6vw, 40px);
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 6px 18px rgba(15, 23, 42, 0.6);
}

.hero-card p {
  margin: 0;
  color: #f8fafc;
  font-size: 16px;
  line-height: 1.4;
  text-shadow: 0 4px 12px rgba(15, 23, 42, 0.5);
}

.eyebrow,
.hero-card h1 {
  display: none;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-ctas .btn {
  padding: 8px 14px;
  font-size: 14px;
}

.hero-phone {
  margin-top: 18px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px 16px;
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
  font-weight: 600;
  backdrop-filter: blur(6px);
}

.hero-slide {
  display: none;
}

.hero-slide:first-child {
  display: block;
}

.hero-phone a {
  color: var(--accent);
}

.btn {
  border: 0;
  padding: 10px 18px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), #fb923c);
  color: #fff;
  box-shadow: 0 12px 25px rgba(249, 115, 22, 0.35);
}

.btn-ghost {
  background: rgba(15, 23, 42, 0.06);
  color: var(--ink);
}

.btn-outline {
  border: 1px solid var(--stroke);
  background: #fff;
  color: var(--ink);
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 42px;
  height: 42px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.2);
  display: grid;
  place-items: center;
  z-index: 2;
}

.slider-btn.left {
  left: -8px;
}

.slider-btn.right {
  right: -8px;
}

.section {
  padding: 42px 0;
}

.section.section-lazy {
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 420ms ease, transform 420ms ease;
}

.section.section-lazy.is-visible {
  opacity: 1;
  transform: scale(1);
}

.section-title {
  font-size: clamp(24px, 3vw, 36px);
  margin: 0 0 14px;
}

.section-lead {
  margin: 0 0 26px;
  color: var(--muted);
}

.about-text p {
  margin: 0 0 12px;
}

.about-text p:last-child {
  margin-bottom: 0;
}

.about-text {
  position: relative;
}

.about-text.about-collapsed {
  max-height: 220px;
  overflow: hidden;
}

.about-text.about-expanded {
  max-height: none;
}

.about-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0), var(--bg) 70%);
}

.about-text.about-expanded .about-fade {
  display: none;
}

.about-toggle {
  margin-top: 10px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  background: var(--card);
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
  padding: 14px 18px;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  font-size: 18px;
  color: var(--accent);
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-answer {
  margin-top: 12px;
  color: var(--muted);
}

.faq-answer ul {
  margin: 10px 0 0 18px;
  padding: 0;
}

.fleet-block {
  display: grid;
  gap: 24px;
}

.fleet-accordion {
  background: var(--card);
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.fleet-accordion__summary {
  cursor: pointer;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 12px;
  list-style: none;
  background: #fff;
}

.fleet-accordion__summary::-webkit-details-marker {
  display: none;
}

.fleet-accordion__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.fleet-accordion__summary h3 {
  margin: 0;
  font-size: 20px;
}

.fleet-accordion__toggle {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.fleet-accordion__toggle::after {
  content: "›";
  font-size: 18px;
  color: var(--accent);
  font-weight: 700;
  transform: rotate(90deg);
  transition: transform 200ms ease;
}

.fleet-accordion[open] .fleet-accordion__toggle::after {
  transform: rotate(-90deg);
}

.fleet-accordion__preview {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  max-height: 120px;
  overflow: hidden;
}

.fleet-accordion__preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 35%, #fff 100%);
  pointer-events: none;
}

.fleet-accordion__preview img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  opacity: 1;
  filter: saturate(1);
}

.fleet-accordion[open] .fleet-accordion__preview {
  display: none;
}

.fleet-accordion[open] .fleet-grid {
  animation: accordionOpen 320ms ease;
  transform-origin: top;
}

@keyframes accordionOpen {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fleet-slider {
  background: transparent;
  padding: 16px 20px 20px;
  border: 0;
  box-shadow: none;
  overflow: hidden;
}

.fleet-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 16px 20px 20px;
}

.flex-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.fleet-slider h3 {
  margin: 0;
  font-size: 20px;
}

.fleet-slider .slider-track {
  display: flex;
  gap: 16px;
  padding-bottom: 6px;
  align-items: stretch;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.fleet-slider .slider-track::-webkit-scrollbar {
  display: none;
}

.fleet-slider .slider-btn.left {
  left: 6px;
}

.fleet-slider .slider-btn.right {
  right: 6px;
}

.car-card {
  background: #fefefe;
  border: 1px solid rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 12px;
  padding: 16px;
  height: 100%;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 200ms ease, border-color 200ms ease;
}

.js .car-card {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 320ms ease, transform 320ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.js .car-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.car-card:hover {
  border-color: rgba(15, 23, 42, 0.18);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.car-media {
  background: transparent;
  padding: 0;
  height: 120px;
  display: grid;
  place-items: center;
}

.car-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.car-meta h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.car-price {
  font-weight: 700;
  color: var(--ink);
}

.car-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.car-cta {
  font-weight: 600;
  color: var(--accent);
}

.badge {
  display: inline-flex;
  padding: 4px 10px;
  background: rgba(15, 23, 42, 0.08);
  font-size: 12px;
  font-weight: 600;
}

.pricing-grid {
  display: grid;
  gap: 18px;
}

.pricing-card {
  background: var(--card);
  padding: 22px;
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
  display: grid;
  gap: 12px;
}

.pricing-card h3 {
  margin: 0;
}

.testimonials-grid {
  display: grid;
  gap: 16px;
}

.testimonial-card {
  background: var(--card);
  padding: 22px;
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
  display: grid;
  gap: 12px;
}

.testimonial-quote {
  font-size: 18px;
  line-height: 1.5;
}

.testimonial-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--muted);
  font-size: 14px;
}

.stars {
  color: var(--accent);
  letter-spacing: 2px;
}

.pricing-price {
  font-size: 28px;
  font-weight: 700;
}

.info-grid {
  display: grid;
  gap: 16px;
}

.info-card {
  background: var(--card);
  padding: 20px;
  border: 1px solid var(--stroke);
}

.map-embed {
  width: 100%;
  height: 260px;
  border: 1px solid var(--stroke);
  overflow: hidden;
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.site-footer {
  border-top: 1px solid var(--stroke);
  background: #fff;
  padding: 28px 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}

.footer-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-socials {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.social-link {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid var(--stroke);
  background: #fff;
}

.social-link svg {
  width: 18px;
  height: 18px;
  fill: var(--ink);
}

.lazy-placeholder {
  padding: 22px;
  border: 1px dashed rgba(15, 23, 42, 0.2);
  color: var(--muted);
  text-align: center;
}

*,
*::before,
*::after {
  border-radius: 0;
}

@media (max-width: 900px) {
  .header-inner {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }

  .header-menu {
    order: 4;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    display: none;
    padding-top: 12px;
  }

  .site-header.nav-open .header-menu {
    display: flex;
  }

  .nav {
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
  justify-content: center;
}

  .header-actions {
    order: 2;
    justify-content: flex-end;
    margin-left: auto;
    flex-wrap: wrap;
  }

  .header-cta {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    order: 3;
    margin-left: 10px;
  }

  .slider-btn {
    display: none;
  }
}

@media (max-width: 700px) {
  .hero-shell {
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 0;
  }

  .hero-slider {
    margin-top: auto;
  }

  .hero-card {
    max-width: 360px;
    padding: 14px;
  }

  .hero-card p {
    font-size: 14px;
    line-height: 1.35;
  }

  .hero-ctas .btn {
    padding: 6px 12px;
    font-size: 13px;
  }

  .hero-phone {
    margin-top: 10px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.2;
  }
}

@media (max-width: 900px) {
  .fleet-accordion__preview {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-height: 110px;
  }

  .fleet-accordion__preview img {
    height: 110px;
  }
}

@media (min-width: 701px) {
  .hero-card {
    text-align: left;
  }
}

@media (max-width: 700px) {
  .hero-card {
    padding: 24px;
  }

  .hero {
    min-height: 440px;
  }

  .hero-phone {
    flex-direction: column;
    align-items: flex-start;
  }

  .fleet-slider {
    padding: 16px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 900px) {
  .fleet-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .fleet-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

html[dir="rtl"] .header-inner,
html[dir="rtl"] .footer-inner {
  flex-direction: row-reverse;
}

html[dir="rtl"] .brand-text,
html[dir="rtl"] .nav,
html[dir="rtl"] .hero-card,
html[dir="rtl"] .section {
  text-align: right;
}

html[dir="rtl"] .car-actions {
  flex-direction: row-reverse;
}

html[dir="rtl"] .hero-ctas,
html[dir="rtl"] .contact-actions,
html[dir="rtl"] .footer-actions {
  flex-direction: row-reverse;
}

html[dir="rtl"] a[href^="tel:"] {
  direction: ltr;
  unicode-bidi: isolate;
}






