
*{box-sizing:border-box}
html{scroll-behavior:smooth}
:root{
  --bg:#f3f5f8;
  --white:#ffffff;
  --navy:#173c69;
  --navy2:#214879;
  --deep:#091c2e;
  --steel:#e8edf3;
  --text:#1c2630;
  --muted:#60707f;
  --line:rgba(17,30,44,.08);
  --shadow:0 18px 50px rgba(7,18,33,.12);
  --shadow-strong:0 30px 60px rgba(6,15,27,.22);
  --radius:22px;
}
body{
  margin:0;
  font-family:Inter,Arial,Helvetica,sans-serif;
  background:radial-gradient(circle at top left,#f9fbfe 0%,#f2f5f8 60%,#eef2f5 100%);
  color:var(--text);
  line-height:1.6;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1240px,calc(100% - 40px));margin:auto}
.utility-bar{background:linear-gradient(90deg,#081828,#0f2740);color:#dbe8f3;font-size:13px}
.utility-inner{display:flex;justify-content:space-between;align-items:center;min-height:40px;gap:18px}
.utility-links{display:flex;align-items:center;gap:10px}
.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav-row{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:96px}
.brand img{height:72px;width:auto}
.main-nav{display:flex;align-items:center;gap:22px}
.main-nav a{font-weight:700;color:#17314d}
.main-nav a:hover{color:var(--navy2)}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:14px 22px;border-radius:14px;
  background:linear-gradient(135deg,var(--navy2),#2a61a4);
  color:#fff;font-weight:800;border:none;box-shadow:0 12px 28px rgba(28,76,131,.3);
  transition:transform .25s ease, box-shadow .25s ease, opacity .25s ease;
}
.btn:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(28,76,131,.34)}
.btn-ghost{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.28);backdrop-filter:blur(10px);box-shadow:none}
.btn-small{padding:12px 18px;font-size:14px}
.nav-btn{padding:12px 18px}
.menu-toggle{display:none;background:none;border:0;cursor:pointer}
.menu-toggle span{display:block;width:28px;height:3px;background:#183459;margin:5px 0;border-radius:999px}

.hero{position:relative;min-height:760px;display:flex;align-items:center;overflow:hidden}
.hero.compact{min-height:520px}
.hero-bg,.hero-overlay{position:absolute;inset:0}
.hero-bg{background-size:cover;background-position:center}
.hero-overlay{
  background:
    linear-gradient(90deg,rgba(6,17,29,.82) 0%,rgba(11,26,43,.52) 42%,rgba(12,23,38,.15) 65%,rgba(12,23,38,.2) 100%),
    radial-gradient(circle at right top,rgba(37,87,143,.3),transparent 36%);
}
.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center;padding:80px 0}
.hero-copy{max-width:670px;color:#fff}
.glass-card{
  padding:34px 34px 30px;border-radius:var(--radius);
  background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.08));
  border:1px solid rgba(255,255,255,.18);
  box-shadow:var(--shadow-strong);backdrop-filter:blur(14px);
}
.eyebrow{letter-spacing:.22em;font-size:12px;font-weight:900;text-transform:uppercase;color:#d5e9ff}
.eyebrow.dark{color:var(--navy2)}
.hero h1,.page-heading h1{font-size:72px;line-height:.98;letter-spacing:-.03em;margin:14px 0 18px}
.hero h1 span,.page-heading h1 span{color:#5fa8ff}
.hero p{font-size:19px;max-width:590px;margin:0 0 24px;color:#edf3fa}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-metrics{display:flex;gap:24px;flex-wrap:wrap;margin-top:26px}
.hero-metrics div{min-width:130px}
.hero-metrics b{display:block;font-size:30px}
.hero-metrics span{font-size:14px;color:#d4e0ea}
.floating-stack{display:grid;gap:18px;justify-self:end;width:min(100%,420px)}
.float-card{
  position:relative;padding:22px 22px 20px;border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(245,249,255,.9));
  box-shadow:0 20px 40px rgba(7,18,33,.18), inset 0 1px 0 rgba(255,255,255,.8);
  border:1px solid rgba(255,255,255,.65);
  transform-style:preserve-3d;
}
.float-card::before{
  content:"";position:absolute;inset:auto 20px -16px 20px;height:24px;
  background:radial-gradient(circle,rgba(11,29,50,.28),transparent 70%);
  filter:blur(12px);z-index:-1
}
.float-card:nth-child(1){transform:rotateY(-9deg) translateY(0)}
.float-card:nth-child(2){transform:rotateY(5deg) translateX(18px)}
.float-card:nth-child(3){transform:rotateY(-5deg) translateX(8px)}
.float-card h3{margin:0 0 8px;font-size:22px;color:#132d4d}
.float-card p{margin:0;color:#60707f;font-size:15px}

.section{padding:92px 0}
.trust-band{padding:26px 0;background:linear-gradient(90deg,#f8fbff,#edf3f9)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.trust-item{
  background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px 20px;
  box-shadow:var(--shadow)
}
.trust-item strong{display:block;font-size:22px;color:#12365d}
.trust-item span{font-size:14px;color:var(--muted)}
.section-heading{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:end;margin-bottom:34px}
.section-heading h2,.content-panel h2,.process-copy h2,.contact-box h2{margin:10px 0 0;font-size:48px;line-height:1.04;letter-spacing:-.03em;color:#102033}
.section-heading p,.content-panel p,.page-heading p,.contact-box p{margin:0;color:var(--muted);font-size:17px}
.card-grid{display:grid;gap:22px}
.four-col{grid-template-columns:repeat(4,1fr)}
.product-card{
  position:relative;background:linear-gradient(180deg,#ffffff,#f7faff);border-radius:24px;border:1px solid var(--line);
  overflow:hidden;box-shadow:var(--shadow);transition:transform .28s ease, box-shadow .28s ease
}
.product-card img{width:100%;aspect-ratio:4/3;object-fit:cover;background:#f0f4f8}
.card-body{padding:22px}
.card-body h3{margin:10px 0 8px;font-size:24px;color:#122947}
.card-body p{margin:0 0 14px;color:var(--muted)}
.card-body a{font-weight:800;color:var(--navy2)}
.mini-label{
  display:inline-flex;padding:5px 9px;border-radius:999px;background:#eaf3ff;color:var(--navy2);font-size:12px;font-weight:900
}
.tilt-card:hover{transform:translateY(-8px) rotateX(3deg) rotateY(-3deg);box-shadow:0 28px 48px rgba(9,24,41,.18)}
.dark-panel{background:linear-gradient(180deg,#081b2b,#0e2439);color:#fff}
.split-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}
.media-panel img{width:100%;border-radius:28px;box-shadow:var(--shadow-strong)}
.content-panel .eyebrow{color:#8bc0ff}
.content-panel h2{color:#fff}
.content-panel p{color:#d7e3ef;margin:14px 0 24px}
.feature-list{display:grid;gap:14px;margin-bottom:24px}
.feature-list div{
  padding:16px 18px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)
}
.feature-list b{display:block;font-size:18px}
.feature-list span{font-size:14px;color:#d5e2ed}
.reason-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.reason-card,.future-card,.app-card,.step-card,.contact-box,.quote-form{
  background:#fff;border-radius:22px;border:1px solid var(--line);box-shadow:var(--shadow);padding:24px
}
.reason-card h3,.future-card h3,.app-card h3,.step-card h3{margin:0 0 8px;color:#122947;font-size:22px}
.reason-card p,.future-card p,.app-card p,.step-card p{margin:0;color:var(--muted)}
.cta-section{padding-top:20px}
.cta-box{
  display:flex;justify-content:space-between;align-items:center;gap:24px;
  background:linear-gradient(135deg,#e8f1fb,#ffffff);border-radius:28px;padding:36px;border:1px solid var(--line);box-shadow:var(--shadow)
}
.cta-box h2{margin:12px 0 10px;font-size:40px;line-height:1.06;color:#0e2237}
.page-top-space{padding-top:12px}
.page-hero{padding:50px 0 10px}
.compact-hero .container{padding-top:20px}
.page-heading{max-width:880px}
.page-heading h1{font-size:58px;color:#102033}
.page-heading p{margin-top:18px}
.long-product-grid{display:grid;gap:28px}
.long-product-card{
  display:grid;grid-template-columns:.95fr 1.05fr;gap:28px;align-items:center;
  background:#fff;border:1px solid var(--line);border-radius:26px;padding:20px;box-shadow:var(--shadow)
}
.long-product-card img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:22px}
.long-product-copy h2{margin:0 0 10px;font-size:40px;color:#112846}
.long-product-copy p{margin:0 0 12px;color:var(--muted)}
.long-product-copy ul{padding-left:20px;color:#3f4e5b}
.long-product-copy li{margin:8px 0}
.reverse{grid-template-columns:1.05fr .95fr}
.reverse img{order:2}
.future-grid,.app-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.applications-hero{min-height:480px}
.process-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px}
.steps{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.step-card span{
  display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;
  background:#e9f2ff;color:var(--navy2);font-weight:900;margin-bottom:10px
}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px}
.info-stack{display:grid;gap:16px;margin-top:18px}
.info-stack div{display:grid;gap:4px;padding:14px 0;border-bottom:1px solid var(--line)}
.info-stack strong{color:#102743}
.info-stack span,.muted{color:var(--muted)}
.quote-form label{display:grid;gap:8px;font-weight:700;color:#163255}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
input,select,textarea{
  width:100%;padding:14px 16px;border:1px solid #d7e1ea;border-radius:14px;background:#f8fbfe;font:inherit;color:#17314d
}
textarea{resize:vertical}
.faq-section{padding-top:10px}
.faq-list{display:grid;gap:14px}
details{
  background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:18px 20px
}
summary{cursor:pointer;font-weight:800;color:#143153}
details p{margin:12px 0 0;color:var(--muted)}
.site-footer{margin-top:30px;background:#0a1d30;color:#e1ebf5;padding:58px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr 1fr;gap:28px}
.footer-logo{height:72px;width:auto;background:#fff;padding:4px;border-radius:10px}
.site-footer h4{margin:0 0 14px;color:#fff}
.site-footer a,.site-footer span{display:block;margin:8px 0;color:#d1deea}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.08);padding-top:18px;margin-top:24px}

.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease, transform .6s ease}
.reveal.visible{opacity:1;transform:none}
.delay{transition-delay:.1s}

@media (max-width:1100px){
  .four-col{grid-template-columns:repeat(2,1fr)}
  .reason-grid{grid-template-columns:repeat(2,1fr)}
  .section-heading,.split-layout,.process-grid,.contact-grid,.hero-inner{grid-template-columns:1fr}
  .floating-stack{justify-self:start;width:100%}
  .long-product-card,.reverse{grid-template-columns:1fr}
  .reverse img{order:0}
}
@media (max-width:860px){
  .menu-toggle{display:block}
  .main-nav{
    display:none;position:absolute;left:0;right:0;top:136px;background:#fff;border-bottom:1px solid var(--line);
    padding:20px;flex-direction:column;align-items:flex-start;box-shadow:var(--shadow)
  }
  .main-nav.open{display:flex}
  .utility-inner{flex-direction:column;justify-content:center;padding:10px 0}
  .hero h1,.page-heading h1{font-size:48px}
  .section-heading h2,.content-panel h2,.process-copy h2,.cta-box h2{font-size:38px}
  .trust-grid,.future-grid,.app-grid,.steps,.footer-grid,.form-row{grid-template-columns:1fr}
  .footer-bottom,.cta-box{flex-direction:column;align-items:flex-start}
}
@media (max-width:620px){
  .container{width:min(100% - 28px,1240px)}
  .nav-row{min-height:84px}
  .brand img{height:58px}
  .main-nav{top:124px}
  .hero{min-height:680px}
  .hero h1,.page-heading h1{font-size:40px}
  .hero p{font-size:16px}
  .glass-card{padding:24px}
  .section{padding:72px 0}
  .four-col,.reason-grid{grid-template-columns:1fr}
  .trust-grid{grid-template-columns:1fr}
}


/* MULTILINGUAL V6 */
.lang-switcher{
  display:flex;
  align-items:center;
  gap:5px;
  padding:5px;
  border-radius:999px;
  background:#eef4fa;
  border:1px solid rgba(17,30,44,.08);
}
.lang-link{
  min-width:34px;
  height:30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  font-size:12px;
  font-weight:900 !important;
  color:#36506b !important;
}
.lang-link.active{
  background:#214879;
  color:#fff !important;
  box-shadow:0 6px 14px rgba(33,72,121,.22);
}

/* Arabic RTL */
html[dir="rtl"] body{
  direction:rtl;
  text-align:right;
}
html[dir="rtl"] .main-nav,
html[dir="rtl"] .utility-links,
html[dir="rtl"] .hero-actions,
html[dir="rtl"] .hero-metrics,
html[dir="rtl"] .footer-bottom{
  direction:rtl;
}
html[dir="rtl"] .long-product-copy ul{
  padding-left:0;
  padding-right:20px;
}
html[dir="rtl"] .hero-overlay{
  background:
    linear-gradient(270deg,rgba(6,17,29,.82) 0%,rgba(11,26,43,.52) 42%,rgba(12,23,38,.15) 65%,rgba(12,23,38,.2) 100%),
    radial-gradient(circle at left top,rgba(37,87,143,.3),transparent 36%);
}

@media (max-width:860px){
  .lang-switcher{margin:4px 0}
}


/* V7 COMPANY CONTACT DETAILS */
.site-footer .muted a,
.info-stack a{
  display:inline;
  color:inherit;
  text-decoration:none;
}
.site-footer .muted a:hover,
.info-stack a:hover{
  color:#7fb9ff;
}
.whatsapp-float{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:80;
  display:flex;
  align-items:center;
  gap:9px;
  min-height:50px;
  padding:0 17px;
  border-radius:999px;
  background:#1f9d59;
  color:#fff;
  font-weight:900;
  box-shadow:0 16px 34px rgba(18,92,52,.34);
  transition:transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 42px rgba(18,92,52,.4);
}
.wa-icon{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.18);
  font-size:17px;
}
html[dir="rtl"] .whatsapp-float{
  right:auto;
  left:22px;
}
@media(max-width:620px){
  .whatsapp-float{
    right:14px;
    bottom:14px;
    padding:0 14px;
  }
  html[dir="rtl"] .whatsapp-float{
    right:auto;
    left:14px;
  }
}


/* =========================================================
   V8 PRO: SEARCH / SEO / ABOUT / CONTACT / EXTRA CATEGORIES
   ========================================================= */
.parts-search-section{padding:48px 0 28px}
.parts-search-shell{
  display:grid;grid-template-columns:.78fr 1.22fr;gap:28px;align-items:center;
  padding:30px;border-radius:28px;background:linear-gradient(135deg,#ffffff,#eef5fc);
  border:1px solid rgba(18,49,83,.08);box-shadow:0 22px 50px rgba(7,24,43,.10)
}
.parts-search-copy h2{margin:8px 0 8px;font-size:34px;line-height:1.05;color:#112947}
.parts-search-copy p{margin:0;color:#60707f}
.parts-search-box{min-width:0}
.search-row{display:grid;grid-template-columns:1fr auto;gap:10px}
.search-row input{height:56px;background:#fff;border:1px solid #cfdbe7;box-shadow:inset 0 1px 3px rgba(10,30,50,.04)}
.parts-search-results{display:grid;gap:8px;margin-top:12px}
.search-result{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  padding:12px 14px;border-radius:14px;background:#fff;border:1px solid rgba(17,30,44,.08);
  color:#183a60;font-weight:800
}
.search-result small{display:block;color:#708090;font-weight:500}
.search-empty{padding:12px 2px;color:#6a7886;font-size:14px}
.extra-filter-section{padding-top:30px}
.extra-filter-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.extra-filter-card{
  display:grid;grid-template-columns:92px 1fr;gap:14px;align-items:center;
  padding:18px;border-radius:22px;background:#fff;border:1px solid rgba(17,30,44,.08);
  box-shadow:0 14px 32px rgba(7,24,43,.08)
}
.extra-filter-card img{width:92px;height:82px;object-fit:contain;background:#f1f6fb;border-radius:16px}
.extra-filter-card h3{margin:0 0 6px;font-size:18px;color:#123354}
.extra-filter-card p{margin:0;color:#657687;font-size:13px}
.about-pro-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}
.about-pro-media img{border-radius:28px;box-shadow:0 24px 55px rgba(7,20,37,.18)}
.about-pro-copy h2{font-size:42px;line-height:1.07;margin:0 0 16px;color:#102b49}
.about-pro-copy p{color:#5e6e7e;font-size:16px}
.legal-card{
  display:grid;gap:7px;margin-top:22px;padding:20px;border-radius:18px;
  background:#eef5fc;border:1px solid rgba(33,72,121,.10)
}
.legal-card strong{font-size:19px;color:#14375d}
.legal-card span,.legal-card a{color:#53687c}
.contact-action-section{padding-top:20px;padding-bottom:28px}
.contact-actions{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.contact-action-card{
  padding:24px;border-radius:22px;background:#fff;border:1px solid rgba(17,30,44,.08);
  box-shadow:0 16px 38px rgba(7,24,43,.09)
}
.contact-action-card h3{margin:0 0 7px;color:#123557;font-size:23px}
.contact-action-card p{margin:0 0 16px;color:#617486}
.whatsapp-btn{background:linear-gradient(135deg,#168b4a,#25b866)}
.error-page{min-height:64vh;display:grid;align-items:center;padding:80px 0}
.error-inner{display:grid;grid-template-columns:.55fr 1.45fr;gap:42px;align-items:center}
.error-code{font-size:clamp(110px,18vw,260px);font-weight:1000;line-height:.8;color:#dce9f5;letter-spacing:-.07em}
.error-inner h1{font-size:48px;line-height:1.04;margin:8px 0 14px;color:#102b49}
.error-inner p{font-size:17px;color:#647586;max-width:650px}
.btn-light{background:#fff;color:#173e68;border:1px solid #d6e1eb;box-shadow:none}
@media(max-width:1100px){
  .extra-filter-grid{grid-template-columns:repeat(2,1fr)}
  .parts-search-shell,.about-pro-grid{grid-template-columns:1fr}
}
@media(max-width:720px){
  .parts-search-shell{padding:20px}
  .search-row{grid-template-columns:1fr}
  .extra-filter-grid,.contact-actions,.error-inner{grid-template-columns:1fr}
  .extra-filter-card{grid-template-columns:76px 1fr}
  .extra-filter-card img{width:76px;height:70px}
  .error-code{font-size:110px}
  .error-inner h1{font-size:36px}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}
