:root {
  --navy: #081b33;
  --navy-soft: #102945;
  --blue: #1268e8;
  --blue-dark: #0b54c3;
  --green: #20a867;
  --text: #172436;
  --muted: #65758b;
  --line: #e4eaf1;
  --surface: #f5f8fc;
  --white: #fff;
  --shadow: 0 16px 40px rgba(8, 27, 51, 0.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.6;
  background: var(--white);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 100px 0; }
.eyebrow {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.section-heading { margin-bottom: 42px; }
.section-heading h2 { margin: 0; color: var(--navy); font-size: clamp(2rem, 4vw, 2.7rem); line-height: 1.2; }
.section-heading p:last-child { margin: 12px 0 0; color: var(--muted); }
.centered { max-width: 650px; margin-right: auto; margin-bottom: 42px; margin-left: auto; text-align: center; }
.heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.heading-row > p { max-width: 440px; text-align: right; }

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: var(--white);
  transition: .25s ease;
}
.site-header.scrolled { border-color: var(--line); color: var(--navy); background: rgba(255,255,255,.96); box-shadow: 0 4px 25px rgba(8,27,51,.07); backdrop-filter: blur(12px); }
.nav-wrap { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 30px; }
.logo { display: flex; align-items: center; gap: 10px; font-size: .95rem; font-weight: 500; white-space: nowrap; }
.logo strong { display: block; font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }
.logo-mark { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 8px; color: var(--white); font-size: 1.25rem; font-weight: 800; font-style: italic; background: var(--blue); }
.main-nav { display: flex; align-items: center; gap: 27px; font-size: .8rem; font-weight: 700; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: #5da0ff; }
.nav-cta { padding: 10px 17px; border: 1px solid rgba(255,255,255,.55); border-radius: 6px; }
.scrolled .nav-cta { border-color: var(--blue); color: var(--blue); }
.menu-toggle { display: none; padding: 6px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: currentColor; }
.language-select { max-width: 112px; padding: 8px 25px 8px 9px; border: 1px solid rgba(255,255,255,.4); border-radius: 6px; color: inherit; font: inherit; font-size: .68rem; font-weight: 700; background: rgba(255,255,255,.08); cursor: pointer; }
.language-select option { color: var(--navy); background: var(--white); }
.scrolled .language-select { border-color: var(--line); color: var(--navy); background: var(--white); }

.hero {
  display: grid;
  min-height: 760px;
  align-items: center;
  color: var(--white);
  background:
    radial-gradient(circle at 75% 45%, rgba(18,104,232,.35), transparent 30%),
    linear-gradient(105deg, rgba(4,19,36,.98) 15%, rgba(8,36,65,.94) 65%, rgba(9,47,86,.88)),
    url("images/car1.jpg") center/cover;
}
.hero-content { padding-top: 95px; }
.hero .eyebrow { color: #72adff; }
.hero h1 { max-width: 790px; margin: 0; font-size: clamp(2.7rem, 6vw, 5rem); line-height: 1.08; letter-spacing: -.045em; }
.hero-copy { max-width: 650px; margin: 24px 0 32px; color: #c6d4e4; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 24px; border-radius: 7px; font-size: .84rem; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--blue); }
.btn-primary:hover { background: var(--blue-dark); }
.btn-outline { border: 1px solid rgba(255,255,255,.45); background: rgba(255,255,255,.05); }
.hero-stats { display: flex; gap: 55px; margin-top: 72px; }
.hero-stats div { display: flex; flex-direction: column; }
.hero-stats strong { font-size: 1.7rem; line-height: 1.2; }
.hero-stats span { color: #9eb2c9; font-size: .72rem; font-weight: 700; text-transform: uppercase; }

.brands-section { padding: 75px 0; }
.brand-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.brand-card { display: grid; min-height: 90px; place-items: center; border: 1px solid var(--line); border-radius: 8px; color: var(--navy); font-size: 1.05rem; font-weight: 800; transition: .2s ease; }
.brand-card:hover { border-color: #b4cdf0; color: var(--blue); box-shadow: var(--shadow); transform: translateY(-3px); }
.vehicles-section { background: var(--surface); }
.used-section { background: var(--white); }
.vehicle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.vehicle-card { display: flex; overflow: hidden; flex-direction: column; border: 1px solid var(--line); border-radius: 12px; background: var(--white); box-shadow: 0 8px 25px rgba(8,27,51,.05); transition: .25s ease; }
.vehicle-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.vehicle-image { position: relative; overflow: hidden; height: 230px; background: linear-gradient(145deg, #dce7f3, #eef4fa); }
.vehicle-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.vehicle-card:hover img { transform: scale(1.035); }
.condition { position: absolute; top: 15px; left: 15px; padding: 5px 10px; border-radius: 4px; color: var(--white); font-size: .65rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.condition-new { background: var(--blue); }
.condition-used { background: #d88916; }
.vehicle-body { display: flex; flex: 1; flex-direction: column; padding: 23px; }
.vehicle-brand { margin: 0 0 3px; color: var(--blue); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.vehicle-body h3 { margin: 0 0 18px; color: var(--navy); font-size: 1.15rem; }
.vehicle-specs { display: grid; grid-template-columns: repeat(2, 1fr); margin-bottom: 20px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.vehicle-specs span { display: flex; min-width: 0; flex-direction: column; padding: 9px 10px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f9fbfd; }
.vehicle-specs small { color: var(--muted); font-size: .55rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.vehicle-specs strong { overflow: hidden; color: var(--text); font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
.vehicle-footer { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); }
.price { margin: 0; color: var(--navy); font-size: 1.18rem; font-weight: 800; }
.price small { display: block; color: var(--muted); font-size: .58rem; font-weight: 600; text-transform: uppercase; }
.whatsapp-btn { padding: 10px 12px; border: 0; border-radius: 5px; color: var(--white); font: inherit; font-size: .66rem; font-weight: 800; background: var(--green); transition: background .2s, transform .2s; white-space: nowrap; cursor: pointer; }
.whatsapp-btn:hover { background: #178752; }
.whatsapp-btn:active { transform: translateY(1px); }

.process-section { color: var(--white); background: var(--navy); }
.process-section .section-heading h2 { color: var(--white); }
.process-section .section-heading p:last-child { color: #9bb0c8; }
.process-section .eyebrow { color: #69a7ff; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-step { position: relative; min-height: 210px; padding: 30px 25px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; background: rgba(255,255,255,.035); }
.process-step span { color: #61a2ff; font-size: .75rem; font-weight: 800; }
.process-step h3 { margin: 40px 0 8px; font-size: 1.02rem; }
.process-step p { margin: 0; color: #9bb0c8; font-size: .76rem; }
.contact-section { padding: 72px 0; color: var(--white); background: var(--blue); }
.contact-wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.contact-section .eyebrow { color: #d4e6ff; }
.contact-section h2 { margin: 0; font-size: clamp(1.8rem, 4vw, 2.6rem); line-height: 1.2; }
.contact-section p:last-child { margin: 10px 0 0; color: #d7e6fb; }
.btn-light { flex-shrink: 0; color: var(--blue); background: var(--white); }
.site-footer { padding: 32px 0; color: #a4b3c5; background: #061527; }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: .68rem; }
.footer-logo { color: var(--white); }

.main-nav .active { color: var(--blue); }
.company-hero { display: grid; min-height: 570px; align-items: center; padding-top: 76px; color: var(--white); background: radial-gradient(circle at 75% 35%, rgba(18,104,232,.34), transparent 28%), linear-gradient(115deg, #06172b, #0c345d); }
.company-hero .container { padding-block: 90px; }
.company-hero .eyebrow { color: #72adff; }
.company-hero h1 { max-width: 800px; margin: 0; font-size: clamp(2.7rem, 6vw, 4.7rem); line-height: 1.08; letter-spacing: -.045em; }
.company-hero p:not(.eyebrow) { max-width: 650px; margin: 22px 0 30px; color: #c6d4e4; }
.company-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.company-split h2 { margin: 0; color: var(--navy); font-size: clamp(2rem, 4vw, 2.8rem); line-height: 1.2; }
.overview-copy > p, .company-split > div > p:last-child { margin-top: 0; color: var(--muted); }
.overview-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 30px; }
.overview-stats span { padding: 15px; border-left: 3px solid var(--blue); color: var(--muted); font-size: .65rem; text-transform: uppercase; background: var(--surface); }
.overview-stats strong { display: block; color: var(--navy); font-size: .82rem; text-transform: none; }
.gallery-section, .strength-section, .why-section { background: var(--surface); }
.delivery-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.delivery-photo { position: relative; overflow: hidden; min-height: 330px; margin: 0; border-radius: 10px; background: #dce7f3; box-shadow: var(--shadow); }
.delivery-photo img { width: 100%; height: 330px; object-fit: cover; }
.delivery-photo figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 28px 20px 18px; color: var(--white); font-size: .8rem; font-weight: 800; background: linear-gradient(transparent, rgba(6,21,39,.88)); }
.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.video-card { overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: var(--white); box-shadow: var(--shadow); }
.video-card video { display: block; width: 100%; aspect-ratio: 16 / 9; background: var(--navy); }
.video-card div { padding: 22px; }
.video-card h3 { margin: 0 0 5px; color: var(--navy); font-size: 1rem; }
.video-card p { margin: 0; color: var(--muted); font-size: .7rem; }
.strength-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.strength-card { padding: 28px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); transition: .25s ease; }
.strength-card:hover { border-color: #b4cdf0; box-shadow: var(--shadow); transform: translateY(-4px); }
.strength-card span { color: var(--blue); font-size: .68rem; font-weight: 800; }
.strength-card h3 { margin: 32px 0 8px; color: var(--navy); font-size: .98rem; }
.strength-card p { margin: 0; color: var(--muted); font-size: .72rem; }
.capability-section { color: var(--white); background: var(--navy); }
.capability-section h2 { color: var(--white); }
.capability-section .eyebrow { color: #72adff; }
.capability-section .company-split > div > p:last-child { color: #9bb0c8; }
.capability-list { display: grid; gap: 12px; }
.capability-list div { display: flex; gap: 20px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 7px; background: rgba(255,255,255,.04); }
.capability-list strong { color: #72adff; font-size: .7rem; }
.capability-list span { color: #9bb0c8; font-size: .7rem; }
.capability-list b { display: block; margin-bottom: 3px; color: var(--white); font-size: .82rem; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: center; }
.why-grid div { padding: 28px; border-bottom: 3px solid var(--blue); border-radius: 8px; background: var(--white); }
.why-grid strong { color: var(--navy); font-size: .9rem; }
.why-grid p { margin-bottom: 0; color: var(--muted); font-size: .72rem; }
.company-whatsapp { border: 0; font-size: .84rem; }

[dir="rtl"] body { text-align: right; }
[dir="rtl"] .nav-wrap, [dir="rtl"] .main-nav, [dir="rtl"] .hero-actions, [dir="rtl"] .hero-stats, [dir="rtl"] .contact-wrap, [dir="rtl"] .vehicle-footer, [dir="rtl"] .capability-list div { flex-direction: row-reverse; }
[dir="rtl"] .heading-row { flex-direction: row-reverse; }
[dir="rtl"] .heading-row > p { text-align: left; }
[dir="rtl"] .condition { right: 15px; left: auto; }
[dir="rtl"] .overview-stats span { border-right: 3px solid var(--blue); border-left: 0; }
[dir="rtl"] .vehicle-specs { border-right: 1px solid var(--line); border-left: 0; }
[dir="rtl"] .vehicle-specs span { border-right: 0; border-left: 1px solid var(--line); }

@media (max-width: 960px) {
  .menu-toggle { display: block; color: inherit; }
  .main-nav { position: absolute; top: 76px; right: 20px; left: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 8px; color: var(--navy); background: var(--white); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 11px 12px; }
  .nav-cta { border: 0; }
  .language-select { margin-left: auto; }
  [dir="rtl"] .language-select { margin-right: auto; margin-left: 0; }
  .brand-grid { grid-template-columns: repeat(3, 1fr); }
  .vehicle-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .company-split { gap: 45px; }
  .strength-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { gap: 10px; }
  .nav-wrap .logo { font-size: .78rem; }
  .language-select { max-width: 90px; padding: 7px 19px 7px 7px; font-size: .6rem; }
  .section { padding: 72px 0; }
  .hero { min-height: 690px; }
  .hero h1 { font-size: 2.65rem; }
  .hero-stats { gap: 20px; justify-content: space-between; margin-top: 55px; }
  .hero-stats strong { font-size: 1.25rem; }
  .hero-stats span { font-size: .55rem; }
  .heading-row, .contact-wrap, .footer-wrap { align-items: flex-start; flex-direction: column; }
  [dir="rtl"] .heading-row, [dir="rtl"] .contact-wrap, [dir="rtl"] .footer-wrap { flex-direction: column; }
  .heading-row > p { text-align: left; }
  .brand-grid { grid-template-columns: repeat(2, 1fr); }
  .vehicle-grid, .process-grid { grid-template-columns: 1fr; }
  .vehicle-image { height: 220px; }
  .btn-light { width: 100%; }
  .company-split, .delivery-gallery, .video-grid, .strength-grid, .why-grid { grid-template-columns: 1fr; }
  .overview-stats { grid-template-columns: 1fr; }
  .delivery-photo, .delivery-photo img { min-height: 240px; height: 240px; }
}
