/* ===== ARAT LASTİK SERVİSİ — site stylesheet (light theme) ===== */
:root{
  --bg: #ffffff;
  --bg-alt: #f4f6fb;
  --surface: #ffffff;
  --border: #dde2ee;
  --text: #16192b;
  --text-muted: #5b6377;
  --navy: #1f2aa8;
  --navy-dark: #171f7d;
  --accent: #d81f26;
  --accent-dark: #b4171d;
  --radius: 10px;
  --shadow: 0 10px 30px rgba(20,25,60,.10);
  --maxw: 1180px;
  --headerh: 74px;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
html, body{ max-width:100%; overflow-x:hidden; }
body{
  margin:0;
  font-family: 'Segoe UI', Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height:1.65;
}
img{max-width:100%; display:block;}
a{color:inherit; text-decoration:none;}
.container{max-width:var(--maxw); margin:0 auto; padding:0 22px;}
section{padding:66px 0;}
.band-alt{ background:var(--bg-alt); border-top:1px solid var(--border); border-bottom:1px solid var(--border); }
h1,h2,h3,h4{line-height:1.2; margin:0 0 14px; color:var(--text);}
.eyebrow{
  display:inline-block; color: var(--accent); font-weight:800;
  letter-spacing:.12em; text-transform:uppercase; font-size:.76rem; margin-bottom:10px;
}
h2.section-title{font-size:2rem; font-weight:900; letter-spacing:-.01em;}
p{color:var(--text-muted); margin:0 0 14px;}
.text-center{text-align:center;}
.fineprint{font-size:.82rem; color:var(--text-muted);}

/* Buttons */
.btn{
  display:inline-flex; align-items:center; gap:8px;
  padding:13px 24px; border-radius: var(--radius);
  font-weight:800; font-size:.95rem; border:2px solid transparent; cursor:pointer;
  transition: transform .15s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.btn svg{width:18px; height:18px; flex:none;}
.btn:hover{transform:translateY(-2px);}
.btn-lg{ padding:16px 28px; font-size:1.02rem; }
.btn-accent{ background: var(--accent); color:#fff; box-shadow:0 6px 18px rgba(216,31,38,.28); }
.btn-accent:hover{ background: var(--accent-dark); }
.btn-navy{ background: var(--navy); color:#fff; }
.btn-navy:hover{ background: var(--navy-dark); }
.btn-outline{ border-color: var(--navy); color:var(--navy); background:#fff; }
.btn-outline:hover{ background:var(--navy); color:#fff; }
.btn-whatsapp{ background:#25D366; color:#08351b; }
.btn-whatsapp:hover{ background:#1ebc59; }
.btn-block{width:100%; justify-content:center;}

/* ===== Top urgent strip ===== */
.road-strip{
  display:flex; align-items:center; justify-content:center; gap:10px;
  background: var(--accent); color:#fff; padding:9px 16px;
  font-size:.9rem; font-weight:700; text-align:center;
}
.road-strip svg{width:18px; height:18px; flex:none;}
.road-strip b{font-weight:900;}

/* ===== Header ===== */
.site-header{
  position:sticky; top:0; z-index:900;
  background:#fff;
  border-bottom:1px solid var(--border);
  box-shadow:0 2px 14px rgba(20,25,60,.06);
}
.site-header .inner{
  display:flex; align-items:center; justify-content:space-between; gap:14px;
  padding:10px 0; min-height:var(--headerh);
}
.brand{display:flex; align-items:center; min-width:0;}
.logo-mark{ height:52px; width:auto; object-fit:contain; }
nav.main-nav{display:flex; align-items:center; gap:4px;}
nav.main-nav a{
  padding:10px 14px; font-weight:700; font-size:.94rem; color:var(--text-muted); border-radius: var(--radius);
}
nav.main-nav a:hover, nav.main-nav a.active{ color:var(--navy); background:var(--bg-alt); }
.header-cta{display:flex; align-items:center; gap:10px;}
.header-phone{
  display:flex; align-items:center; gap:8px; font-weight:900; color:var(--navy); font-size:.95rem;
}
.header-phone svg{width:18px; height:18px; color:var(--accent);}
.nav-toggle{
  display:none; background:#fff; border:1px solid var(--border); color:var(--navy);
  border-radius:var(--radius); padding:9px 12px; font-size:1.05rem; cursor:pointer;
}

.lang-switch select{
  appearance:none; -webkit-appearance:none;
  background:#fff; border:1px solid var(--border); color: var(--text);
  font-weight:700; font-size:.82rem; padding:9px 30px 9px 12px; border-radius: var(--radius); cursor:pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235b6377' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat; background-position: right 8px center; background-size:16px;
}
[dir="rtl"] .lang-switch select{ padding:9px 12px 9px 30px; background-position: left 8px center; }
.lang-switch select:hover{ border-color: var(--navy); }

@media (max-width: 980px){
  /* backdrop-filter/stacking safe drawer */
  nav.main-nav{
    position:fixed; top:0; bottom:0; right:-86%;
    width:86%; max-width:340px;
    background:#fff; box-shadow:-10px 0 34px rgba(20,25,60,.28);
    flex-direction:column; align-items:stretch;
    padding:92px 18px 18px; gap:4px;
    transition: right .25s ease; overflow-y:auto; -webkit-overflow-scrolling:touch;
    z-index:3000;
  }
  nav.main-nav.open{ right:0; }
  nav.main-nav a{ padding:15px 12px; font-size:1.05rem; border-bottom:1px solid var(--border); }
  .nav-toggle{ display:inline-flex; position:relative; z-index:3001; }
  .header-phone .label{display:none;}
  .header-cta{ gap:6px; }
  .header-cta .btn-whatsapp{ display:none; }
  .logo-mark{ height:42px; }
}
body.nav-open{ overflow:hidden; }
body.nav-open .float-whatsapp, body.nav-open .video-tab{ display:none; }

/* ===== Hero ===== */
.hero{
  position:relative; min-height:76vh; display:flex; align-items:center;
  background-size:cover; background-position:center; overflow:hidden;
}
.hero::before{
  content:""; position:absolute; inset:0;
  background: linear-gradient(100deg, rgba(12,16,48,.93) 0%, rgba(12,16,48,.82) 45%, rgba(12,16,48,.55) 100%);
}
.hero .container{position:relative; z-index:2;}
.hero-badge{
  display:inline-flex; align-items:center; gap:8px;
  background:var(--accent); color:#fff; padding:8px 18px; border-radius:30px;
  font-weight:900; font-size:.86rem; letter-spacing:.06em; text-transform:uppercase;
  margin-bottom:20px; box-shadow:0 6px 20px rgba(216,31,38,.4);
  animation: badgePulse 2.4s ease-in-out infinite;
}
@keyframes badgePulse{ 0%,100%{ transform:scale(1);} 50%{ transform:scale(1.045);} }
@media (prefers-reduced-motion: reduce){ .hero-badge{ animation:none; } }
.hero h1{
  font-size:3.1rem; font-weight:900; color:#fff; max-width:820px; letter-spacing:-.02em;
  text-shadow:0 4px 22px rgba(0,0,0,.35);
}
.hero h1 span{color:#ff5a60;}
.hero p.lead{ font-size:1.1rem; color:#e8eaf4; max-width:660px; margin-bottom:30px; }
.hero-actions{display:flex; gap:12px; flex-wrap:wrap;}
.hero-stats{ display:flex; gap:34px; margin-top:52px; flex-wrap:wrap; }
.hero-stats .stat b{ display:block; font-size:1.85rem; color:#fff; font-weight:900; }
.hero-stats .stat span{ color:#c3c8dc; font-size:.84rem; }

@media (max-width:640px){
  .hero h1{font-size:2.05rem;}
  .hero{min-height:70vh;}
  .hero-stats{gap:24px; margin-top:38px;}
}

/* ===== Page hero ===== */
.page-hero{
  background: linear-gradient(180deg, var(--bg-alt), #fff);
  border-bottom:1px solid var(--border); padding:56px 0 40px;
}
.page-hero h1{font-size:2.3rem; font-weight:900;}
.breadcrumb{color:var(--text-muted); font-size:.9rem; margin-bottom:10px;}
.breadcrumb a{color:var(--accent); font-weight:700;}

/* ===== Grid / cards ===== */
.grid{display:grid; gap:22px;}
.grid-3{grid-template-columns:repeat(3,1fr);}
.grid-4{grid-template-columns:repeat(4,1fr);}
.grid-2{grid-template-columns:repeat(2,1fr);}
@media (max-width:900px){ .grid-3,.grid-4{grid-template-columns:repeat(2,1fr);} }
@media (max-width:600px){ .grid-3,.grid-4,.grid-2{grid-template-columns:1fr;} }

.card{
  background: var(--surface); border:1px solid var(--border); border-radius: var(--radius);
  overflow:hidden; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.card .img{ aspect-ratio: 4/3; overflow:hidden; background:#0e1230; position:relative; }
.card .img img{
  width:100%; height:100%; object-fit:cover; transition: transform .5s ease;
  animation: kenburns 16s ease-in-out infinite alternate;
}
.card:nth-child(2) .img img{ animation-delay:-2s; }
.card:nth-child(3) .img img{ animation-delay:-4s; }
.card:nth-child(4) .img img{ animation-delay:-6s; }
.card:nth-child(5) .img img{ animation-delay:-8s; }
.card:nth-child(6) .img img{ animation-delay:-10s; }
.card:nth-child(7) .img img{ animation-delay:-12s; }
.card:nth-child(8) .img img{ animation-delay:-14s; }
@keyframes kenburns{
  0%{ transform: scale(1.03) translate(0,0); }
  100%{ transform: scale(1.16) translate(-1.5%, -1.5%); }
}
@media (prefers-reduced-motion: reduce){ .card .img img{ animation:none; } }
.card .body{ padding:20px; }
.card .body h3{ font-size:1.06rem; font-weight:900; margin-bottom:8px; }
.card .body p{ font-size:.92rem; margin-bottom:0; }

.service-icon{
  width:50px; height:50px; border-radius:12px;
  background: color-mix(in srgb, var(--svc-color, var(--navy)) 12%, #fff);
  border:1px solid color-mix(in srgb, var(--svc-color, var(--navy)) 34%, #fff);
  display:flex; align-items:center; justify-content:center; margin-bottom:15px; flex:none;
}
.service-icon svg{width:25px; height:25px; color:var(--svc-color, var(--navy));}

/* ===== Animated service illustrations ===== */
.art-wrap{
  aspect-ratio: 200/130;
  background:
    radial-gradient(120% 120% at 50% 0%, color-mix(in srgb, var(--svc-color, var(--navy)) 12%, #fff) 0%, #fff 72%);
  border-bottom:1px solid var(--border);
  display:flex; align-items:center; justify-content:center; overflow:hidden;
}
.svc-art{ width:100%; height:100%; display:block; }
.svc-art *{ vector-effect: non-scaling-stroke; }

/* shared primitives */
.art-tyre{ fill:none; stroke: var(--svc-color, var(--navy)); stroke-width:7; }
.art-rim{ fill:#fff; stroke: var(--svc-color, var(--navy)); stroke-width:2.5; }
.art-hub{ fill: var(--svc-color, var(--navy)); }
.art-tread line{ stroke: var(--svc-color, var(--navy)); stroke-width:2.4; stroke-linecap:round; opacity:.75; }
.art-spoke line{ stroke: var(--svc-color, var(--navy)); stroke-width:2.2; opacity:.5; }
.art-road{ stroke:#c3cadd; stroke-width:3; stroke-linecap:round; }
.art-dashes line{ stroke:#9aa4c2; stroke-width:3; stroke-linecap:round; }
.art-body{ fill: var(--svc-color, var(--navy)); opacity:.92; }
.art-glass{ fill:#fff; opacity:.85; }
.art-guide{ stroke:#c3cadd; stroke-width:2; stroke-dasharray:5 6; }
.art-lug path{ fill: var(--svc-color, var(--navy)); opacity:.85; }
.art-alloy path{ fill: var(--svc-color, var(--navy)); opacity:.28; }
.art-vanline{ stroke:#fff; stroke-width:2.4; opacity:.55; stroke-linecap:round; }

@keyframes artSpin{ to{ transform: rotate(360deg); } }
@keyframes artDash{ to{ transform: translateX(-40px); } }
.art-spin{ animation: artSpin 1.9s linear infinite; }
.art-slowspin{ animation: artSpin 7s linear infinite; }
.art-dashes{ animation: artDash 1.1s linear infinite; }

/* align: tilt + angle guides */
@keyframes artTilt{ 0%,100%{ transform: rotate(-6deg);} 50%{ transform: rotate(6deg);} }
.art-tilt{ animation: artTilt 3.2s ease-in-out infinite; }
.art-angle line{ stroke: var(--svc-color, var(--navy)); stroke-width:2; opacity:.32; stroke-dasharray:4 5; }
.art-cross line{ stroke: var(--accent); stroke-width:2.4; stroke-linecap:round; }

/* suspension: coil bounce */
@keyframes artBounce{ 0%,100%{ transform: translateY(0) scaleY(1);} 50%{ transform: translateY(9px) scaleY(.82);} }
.art-bounce{ transform-origin: 100px 6px; animation: artBounce 1.8s ease-in-out infinite; }
.art-coil, .art-coil2{ fill:none; stroke: var(--svc-color, var(--navy)); stroke-width:3.4; stroke-linecap:round; }
.art-coil{ opacity:.35; }
.art-strut{ stroke: var(--svc-color, var(--navy)); stroke-width:5; stroke-linecap:round; }

/* car hover */
@keyframes artHover{ 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-3px);} }
.art-hover{ animation: artHover 1.6s ease-in-out infinite; }

/* sensor waves */
@keyframes artWave{ 0%{ opacity:0; } 25%{ opacity:1; } 70%{ opacity:0; } 100%{ opacity:0; } }
.art-waves path{ fill:none; stroke: var(--svc-color, var(--navy)); stroke-width:3.4; stroke-linecap:round; opacity:0; }
.art-waves .w1{ animation: artWave 1.8s linear infinite; }
.art-waves .w2{ animation: artWave 1.8s linear infinite .3s; }
.art-waves .w3{ animation: artWave 1.8s linear infinite .6s; }
.art-valve{ fill: var(--svc-color, var(--navy)); }
.art-warnbg{ fill: var(--accent); opacity:.14; }
.art-warn{ stroke: var(--accent); stroke-width:3.2; stroke-linecap:round; }
@keyframes artBlink{ 0%,100%{ opacity:1;} 50%{ opacity:.25;} }
.art-blink{ animation: artBlink 1.1s ease-in-out infinite; }

/* puncture: nail jab + escaping air */
@keyframes artNail{ 0%,100%{ transform: translate(0,0);} 50%{ transform: translate(-4px,4px);} }
.art-nail{ animation: artNail 1.7s ease-in-out infinite; }
.art-nailbody{ stroke:#6b7391; stroke-width:4.5; stroke-linecap:round; }
.art-nailhead{ fill:#6b7391; }
@keyframes artAir{ 0%{ opacity:0; transform: translate(0,0) scale(.6);} 30%{opacity:.7;} 100%{ opacity:0; transform: translate(14px,-16px) scale(1.25);} }
.art-air circle{ fill:none; stroke:#9aa4c2; stroke-width:2.2; opacity:0; }
.art-air .a1{ animation: artAir 1.9s linear infinite; }
.art-air .a2{ animation: artAir 1.9s linear infinite .45s; }
.art-air .a3{ animation: artAir 1.9s linear infinite .9s; }

/* rim shine sweep */
@keyframes artShine{ 0%{ opacity:0; transform: translateX(-40px);} 40%{opacity:.9;} 100%{ opacity:0; transform: translateX(40px);} }
.art-shine{ animation: artShine 3s ease-in-out infinite; }

/* roadside van */
@keyframes artDrive{ 0%,100%{ transform: translateX(0);} 50%{ transform: translateX(5px);} }
.art-drive{ animation: artDrive 2.2s ease-in-out infinite; }
@keyframes artGlow{ 0%,100%{ opacity:.15; transform: scale(.85);} 50%{ opacity:.5; transform: scale(1.25);} }
.art-beaconglow circle{ fill: var(--accent); transform-origin:70px 34px; animation: artGlow 1s ease-in-out infinite; }
.art-beacon{ fill: var(--accent); }

@media (prefers-reduced-motion: reduce){
  .svc-art *{ animation:none !important; }
}

/* Service cards: colored borders + hover shake + click-to-gallery */
.svc-card{ border:2px solid var(--svc-color, var(--border)); cursor:pointer; }
.svc-card:hover{
  animation: svcShake .45s ease;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--svc-color, var(--navy)) 22%, transparent);
}
.svc-card:hover .img img{ transform: scale(1.12); animation-play-state:paused; }
@keyframes svcShake{
  0%,100%{ transform:translate3d(0,0,0) rotate(0); }
  20%{ transform:translate3d(-2px,0,0) rotate(-.3deg); }
  40%{ transform:translate3d(2px,-1px,0) rotate(.3deg); }
  60%{ transform:translate3d(-1px,1px,0) rotate(-.2deg); }
  80%{ transform:translate3d(1px,0,0) rotate(.2deg); }
}
@media (prefers-reduced-motion: reduce){ .svc-card:hover{ animation:none; } }

/* ===== Symptoms ===== */
.sym-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
@media (max-width:900px){ .sym-grid{grid-template-columns:repeat(2,1fr);} }
@media (max-width:600px){ .sym-grid{grid-template-columns:1fr;} }
.sym-card{
  display:flex; gap:14px; align-items:flex-start;
  background:#fff; border:1px solid var(--border); border-left:4px solid var(--accent);
  border-radius: var(--radius); padding:20px;
}
.sym-card h3{ font-size:1.02rem; font-weight:900; margin-bottom:6px; }
.sym-card p{ font-size:.9rem; margin:0; }
.sym-icon{
  width:42px; height:42px; border-radius:10px; flex:none;
  background:rgba(216,31,38,.10); display:flex; align-items:center; justify-content:center;
}
.sym-icon svg{ width:22px; height:22px; color:var(--accent); }

/* ===== Service rows ===== */
.service-row{
  display:flex; flex-wrap:wrap; gap:26px; align-items:center;
  padding:26px 0; border-bottom:1px solid var(--border); scroll-margin-top:120px;
}
.service-row:last-child{border-bottom:none;}
.service-row h3{font-size:1.25rem; font-weight:900; margin-bottom:8px;}
.service-row p{margin-bottom:14px;}
.service-row > div{ flex:1 1 320px; min-width:0; }
@media (max-width:700px){
  .service-row{ flex-direction:column; gap:16px; }
  .service-row > div{ width:100%; flex-basis:auto; }
}

/* ===== About ===== */
.about-split{display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center;}
@media (max-width:880px){ .about-split{grid-template-columns:1fr; gap:32px;} }
.about-photo-grid{display:grid; grid-template-columns:1fr 1fr; gap:12px;}
.about-photo-grid img{border-radius:var(--radius); aspect-ratio:1/1; object-fit:cover;}
.about-photo-grid .tall{aspect-ratio:1/2; grid-row: span 2;}

.stat-strip{
  display:grid; grid-template-columns:repeat(4,1fr); gap:1px;
  background:var(--border); border:1px solid var(--border); border-radius:var(--radius); overflow:hidden;
}
.stat-strip .cell{ background:#fff; padding:26px 16px; text-align:center; }
.stat-strip .cell b{display:block; font-size:1.85rem; color:var(--navy); font-weight:900;}
.stat-strip .cell span{color:var(--text-muted); font-size:.82rem;}
@media (max-width:700px){ .stat-strip{grid-template-columns:repeat(2,1fr);} }

.value-list{list-style:none; padding:0; margin:0; display:grid; gap:14px;}
.value-list li{ display:flex; gap:12px; align-items:flex-start; color:var(--text-muted); }
.value-list li svg{width:20px; height:20px; color:#0e8a6f; flex:none; margin-top:3px;}

/* ===== FAQ ===== */
.faq-list{ display:grid; gap:12px; }
.faq-item{
  background:#fff; border:1px solid var(--border); border-radius:var(--radius); padding:16px 18px;
}
.faq-item summary{
  cursor:pointer; font-weight:800; color:var(--text); list-style:none; position:relative; padding-inline-end:28px;
}
.faq-item summary::-webkit-details-marker{ display:none; }
.faq-item summary::after{
  content:"+"; position:absolute; inset-inline-end:0; top:50%; transform:translateY(-50%);
  color:var(--accent); font-size:1.3rem; font-weight:900; line-height:1;
}
.faq-item[open] summary::after{ content:"–"; }
.faq-item p{ margin:12px 0 0; font-size:.94rem; }

/* ===== Lightbox ===== */
.lightbox{
  position:fixed; inset:0; background:rgba(10,12,28,.94); z-index:1000;
  display:none; align-items:center; justify-content:center; padding:30px;
}
.lightbox.open{display:flex;}
.lightbox img{ max-width:min(1100px,92vw); max-height:86vh; border-radius:8px; }
.lightbox .close, .lightbox .nav-btn{
  position:absolute; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.3);
  color:#fff; width:46px; height:46px; border-radius:50%;
  display:flex; align-items:center; justify-content:center; cursor:pointer; font-size:1.3rem;
}
.lightbox .close{ top:22px; right:22px; }
.lightbox .prev{ left:22px; top:50%; transform:translateY(-50%); }
.lightbox .next{ right:22px; top:50%; transform:translateY(-50%); }
.lightbox .counter{position:absolute; bottom:20px; left:50%; transform:translateX(-50%); color:#c3c8dc; font-size:.85rem;}

/* ===== CTA band ===== */
.cta-band{ background: linear-gradient(115deg, var(--navy), #2b37c9); }
.cta-band .inner{
  display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap; padding:42px 0;
}
.cta-band h3{font-size:1.5rem; margin:0; color:#fff; font-weight:900;}
.cta-band p{margin:6px 0 0; color:#d5d9f5;}

/* ===== Contact ===== */
.contact-grid{display:grid; grid-template-columns:1.05fr .95fr; gap:38px;}
@media (max-width:880px){ .contact-grid{grid-template-columns:1fr;} }
.contact-card{
  background:#fff; border:1px solid var(--border); border-radius:var(--radius); padding:22px;
  display:flex; gap:16px; align-items:flex-start; margin-bottom:12px;
}
.contact-card svg{width:25px; height:25px; color:var(--navy); flex:none;}
.contact-card h4{margin:0 0 4px; font-size:1rem;}
.contact-card p{margin:0;}
.contact-card a{color:var(--navy); font-weight:700;}
.contact-card-urgent{ border-color:var(--accent); background:#fff5f5; }
.contact-card-urgent svg{ color:var(--accent); }
.contact-card-urgent a{ color:var(--accent); font-size:1.15rem; }
.map-box{ border-radius:var(--radius); overflow:hidden; border:1px solid var(--border); min-height:280px; }
.map-box iframe{width:100%; height:100%; min-height:280px; border:0; display:block;}

/* ===== Footer ===== */
footer.site-footer{ background:#0f1330; color:#c9cee6; padding:52px 0 24px; }
footer.site-footer p{ color:#a7aecb; }
footer.site-footer h4{ color:#fff; font-size:.92rem; text-transform:uppercase; letter-spacing:.08em; margin-bottom:15px; }
.footer-grid{display:grid; grid-template-columns:1.5fr 1fr 1fr; gap:38px;}
@media (max-width:800px){ .footer-grid{grid-template-columns:1fr; gap:28px;} }
.footer-brand{ background:#fff; border-radius:10px; padding:10px 14px; display:inline-flex; margin-bottom:14px; }
.footer-brand .logo-mark{ height:46px; }
.footer-grid ul{list-style:none; margin:0; padding:0; display:grid; gap:10px;}
.footer-grid ul a{color:#a7aecb; font-size:.92rem;}
.footer-grid ul a:hover{color:#fff;}
.footer-bottom{
  margin-top:38px; padding-top:20px; border-top:1px solid rgba(255,255,255,.12);
  display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; color:#8a91b0; font-size:.82rem;
}
.social-row{display:flex; gap:10px; margin-top:14px;}
.social-row a{
  width:38px; height:38px; border-radius:50%; border:1px solid rgba(255,255,255,.22);
  display:flex; align-items:center; justify-content:center; color:#c9cee6;
}
.social-row a svg{width:18px; height:18px;}
.social-row a:hover{ color:#fff; border-color:#fff; }

/* Floating WhatsApp */
.float-whatsapp{
  position:fixed; right:20px; bottom:20px; z-index:200;
  width:58px; height:58px; border-radius:50%; background:#25D366;
  display:flex; align-items:center; justify-content:center; box-shadow:0 8px 24px rgba(0,0,0,.28);
}
.float-whatsapp svg{width:28px; height:28px; color:#fff;}

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

/* ===== Video widget ===== */
.video-widget{ position:relative; z-index:400; }
.video-tab{
  position:fixed; right:0; top:50%; transform:translateY(-50%);
  writing-mode:vertical-rl; text-orientation:mixed;
  background:var(--navy); color:#fff; font-weight:800; font-size:.82rem; letter-spacing:.06em;
  border:none; border-radius:8px 0 0 8px; padding:16px 8px; cursor:pointer; z-index:400;
  box-shadow:-2px 0 14px rgba(20,25,60,.28);
}
.video-panel{
  position:fixed; right:0; top:0; height:100vh; width:min(300px,86vw);
  background:#fff; border-left:1px solid var(--border); box-shadow:-8px 0 30px rgba(20,25,60,.22);
  transform:translateX(100%); transition:transform .35s ease; z-index:450; display:flex; flex-direction:column;
}
.video-panel.open{ transform:translateX(0); }
.video-panel-head{
  display:flex; align-items:center; justify-content:space-between;
  padding:16px 18px; border-bottom:1px solid var(--border); font-weight:900;
}
.video-panel-close{ background:none; border:none; color:var(--text-muted); font-size:1.4rem; line-height:1; cursor:pointer; }
.video-list{ padding:14px; display:flex; flex-direction:column; gap:10px; overflow-y:auto; }
.video-item{
  display:flex; align-items:center; gap:10px; width:100%;
  background:var(--bg-alt); border:1px solid var(--border); border-radius:10px;
  padding:12px 14px; color:var(--text); font-size:.9rem; font-weight:700; cursor:pointer; text-align:left;
  transition:border-color .2s ease, background .2s ease;
}
.video-item:hover{ border-color:var(--navy); background:#eef1fb; }
.video-item .play-ico{
  width:26px; height:26px; border-radius:50%; background:var(--accent); color:#fff;
  display:flex; align-items:center; justify-content:center; font-size:.62rem; flex:none;
}
.video-modal{
  position:fixed; inset:0; z-index:2000; background:rgba(10,12,28,.92);
  display:none; align-items:center; justify-content:center; padding:30px;
}
.video-modal.open{ display:flex; }
.video-modal-inner{ position:relative; }
.video-modal-close{
  position:absolute; top:-42px; right:0; background:none; border:none; color:#fff;
  font-size:2rem; line-height:1; cursor:pointer;
}
@media (max-width:640px){ .video-tab{ font-size:.72rem; padding:12px 6px; } }

/* ===== RTL ===== */
[dir="rtl"] .intro-skip{ right:auto; left:22px; }
[dir="rtl"] .lightbox .close{ right:auto; left:22px; }
[dir="rtl"] .lightbox .prev{ left:auto; right:22px; }
[dir="rtl"] .lightbox .next{ right:auto; left:22px; }
[dir="rtl"] .float-whatsapp{ right:auto; left:20px; }
[dir="rtl"] .sym-card{ border-left:1px solid var(--border); border-right:4px solid var(--accent); }
[dir="rtl"] .video-tab{ right:auto; left:0; border-radius:0 8px 8px 0; }
[dir="rtl"] .video-panel{ right:auto; left:0; border-left:none; border-right:1px solid var(--border); transform:translateX(-100%); }
[dir="rtl"] .video-panel.open{ transform:translateX(0); }
@media (max-width: 980px){
  [dir="rtl"] nav.main-nav{ right:auto; left:-86%; transition: left .25s ease; }
  [dir="rtl"] nav.main-nav.open{ left:0; }
}
[dir="rtl"] body{ font-family: 'Segoe UI', Tahoma, Arial, sans-serif; }

/* ===== Intro splash ===== */
.intro-splash{
  position:fixed; inset:0; z-index:5000;
  background: radial-gradient(120% 120% at 50% 40%, #ffffff 0%, #eef1fb 60%, #dfe4f6 100%);
  display:flex; align-items:center; justify-content:center; overflow:hidden;
  transition: opacity .8s ease, visibility .8s ease;
}
.intro-splash.hide{ opacity:0; visibility:hidden; pointer-events:none; }
.intro-splash{ flex-direction:column; }
.intro-scene{
  position:absolute; left:0; right:0; top:50%; transform:translateY(-58%);
  height:min(46vh, 320px); z-index:1; pointer-events:none;
}
.intro-svg{ width:100%; height:100%; display:block; }
.i-hills path{ fill:#e3e8f8; }
.i-road{ stroke:#b9c1da; stroke-width:5; }
.i-dashes line{ stroke:#fff; stroke-width:5; stroke-linecap:round; animation: introDash .5s linear infinite; }
@keyframes introDash{ to{ transform: translateX(-110px); } }
.i-poles line{ stroke:#c9d0e6; stroke-width:4; stroke-linecap:round; }
.i-poles g{ animation: introPole 2.4s linear infinite; }
@keyframes introPole{ from{ transform: translateX(0); opacity:1; } to{ transform: translateX(-350px); opacity:1; } }
.i-body{ fill:var(--navy); }
.i-glass{ fill:#fff; opacity:.9; }
.i-vanline{ stroke:#fff; stroke-width:3; opacity:.5; stroke-linecap:round; }
.i-tyre{ fill:#16192b; }
.i-rim{ fill:#fff; }
.i-spoke line{ stroke:#c3cadd; stroke-width:2.5; }
.i-wheel{ animation: introWheel .45s linear infinite; }
@keyframes introWheel{ to{ transform: rotate(360deg); } }
.i-beacon{ fill:var(--accent); }
.i-beaconglow circle{ fill:var(--accent); transform-origin:392px 140px; animation: introBeacon .9s ease-in-out infinite; }
@keyframes introBeacon{ 0%,100%{ opacity:.15; transform:scale(.8);} 50%{ opacity:.45; transform:scale(1.3);} }
.i-speed line{ stroke:var(--accent); stroke-width:4; stroke-linecap:round; opacity:0; animation: introSpeed .7s linear infinite; }
.i-speed line:nth-child(2){ animation-delay:.12s; }
.i-speed line:nth-child(3){ animation-delay:.24s; }
@keyframes introSpeed{ 0%{ opacity:0; transform:translateX(20px);} 40%{opacity:.85;} 100%{ opacity:0; transform:translateX(-40px);} }
.i-vanbob{ animation: introBob .6s ease-in-out infinite; }
@keyframes introBob{ 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-2.5px);} }
.i-van{ animation: introVanIn 1.6s cubic-bezier(.22,.9,.3,1) forwards; }
@keyframes introVanIn{ from{ transform: translateX(-620px);} to{ transform: translateX(0);} }

.intro-content{
  position:relative; z-index:2; text-align:center; padding:0 24px; max-width:760px;
  margin-top:min(38vh, 250px);
}
.intro-content .intro-tagline{
  font-size:clamp(1.15rem, 3.4vw, 1.75rem); font-weight:900; color:var(--navy);
  max-width:660px; margin:0 auto; line-height:1.45;
  opacity:0; transform:translateY(16px); animation: introTaglineSeq 4.6s ease forwards;
}
.intro-progress{
  position:absolute; bottom:34px; left:50%; transform:translateX(-50%);
  width:180px; height:3px; background:rgba(31,42,168,.15); border-radius:3px; overflow:hidden; z-index:2;
}
.intro-progress i{ display:block; height:100%; width:0%; background:var(--accent); animation: introProgress 4.6s linear forwards; }
.intro-skip{
  position:absolute; top:20px; right:20px; z-index:3;
  background:#fff; border:1px solid var(--border); color:var(--text-muted);
  padding:8px 16px; border-radius:30px; font-size:.78rem; font-weight:700; cursor:pointer;
}
@keyframes introTaglineSeq{
  0%{ opacity:0; transform:translateY(16px); }
  32%{ opacity:0; transform:translateY(16px); }
  52%{ opacity:1; transform:none; }
  100%{ opacity:1; transform:none; }
}
@keyframes introProgress{ from{width:0%;} to{width:100%;} }
body.intro-lock{ overflow:hidden; }
@media (max-width:640px){
  .intro-scene{ height:min(34vh, 220px); }
  .intro-content{ margin-top:min(32vh, 200px); }
}
@media (prefers-reduced-motion: reduce){
  .intro-scene *, .intro-content .intro-tagline{ animation:none !important; opacity:1; transform:none; }
}
