/* ===== Mavi Yol Yardım — mobile-first stylesheet ===== */

:root{
  --blue-900:#061436;
  --blue-800:#0a2464;
  --blue-700:#0b3fae;
  --blue-600:#1554d6;
  --blue-500:#2f74ff;
  --blue-100:#eaf1ff;
  --accent:#ff7a00;
  --accent-dark:#e26200;
  --whatsapp:#25d366;
  --whatsapp-dark:#1ebd59;
  --white:#ffffff;
  --ink:#0f172a;
  --gray-600:#5b6472;
  --gray-200:#e6ebf5;
  --radius:16px;
  --shadow:0 10px 30px rgba(10,36,100,.12);
  --maxw:1160px;
  font-size:16px;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--ink);
  background:var(--white);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3{
  font-family:'Poppins',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  line-height:1.2;
  margin:0 0 .5em;
  color:var(--blue-900);
}
p{margin:0 0 1em}
a{color:inherit;text-decoration:none}
ul{margin:0;padding:0;list-style:none}
img{max-width:100%;display:block}
.container{max-width:var(--maxw);margin:0 auto;padding:0 20px}
.icon{width:20px;height:20px;fill:currentColor;flex-shrink:0}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5em;
  padding:.85em 1.4em;
  border-radius:999px;
  font-weight:700;
  font-size:.95rem;
  border:none;
  cursor:pointer;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space:nowrap;
}
.btn--accent{background:var(--accent);color:var(--white);box-shadow:0 8px 20px rgba(255,122,0,.35)}
.btn--accent:hover,.btn--accent:active{background:var(--accent-dark);transform:translateY(-1px)}
.btn--whatsapp{background:var(--whatsapp);color:var(--white);box-shadow:0 8px 20px rgba(37,211,102,.3)}
.btn--whatsapp:hover,.btn--whatsapp:active{background:var(--whatsapp-dark)}
.btn--lg{padding:1em 1.8em;font-size:1.05rem}

/* ---------- Top call bar ---------- */
.top-callbar{
  background:var(--accent);
  color:var(--white);
  text-align:center;
  font-size:.85rem;
  padding:8px 10px;
  position:sticky;top:0;z-index:60;
}
.top-callbar__link{display:inline-flex;align-items:center;gap:8px;color:var(--white)}
.top-callbar__link .icon{width:16px;height:16px}
.top-callbar__link strong{font-family:'Poppins',sans-serif}

/* ---------- Header ---------- */
.site-header{
  position:sticky;top:32px;z-index:55;
  background:rgba(255,255,255,.96);
  backdrop-filter:saturate(180%) blur(8px);
  border-bottom:1px solid var(--gray-200);
}
.header__row{display:flex;align-items:center;gap:12px;padding:12px 20px}
.brand{display:flex;align-items:baseline;gap:6px;font-family:'Poppins',sans-serif;flex-shrink:0}
.brand__mark{color:var(--blue-700);font-weight:900;font-size:1.4rem;letter-spacing:.5px}
.brand__text{color:var(--blue-900);font-weight:700;font-size:.95rem}

.nav{
  display:none;
  position:absolute;top:100%;left:0;right:0;
  background:var(--white);
  border-bottom:1px solid var(--gray-200);
  flex-direction:column;
  padding:10px 20px 18px;
  box-shadow:0 12px 20px rgba(10,36,100,.08);
}
.nav.is-open{display:flex}
.nav a{padding:12px 0;font-weight:600;border-bottom:1px solid var(--gray-200)}
.nav a:last-child{border-bottom:none}

.nav-toggle{
  margin-left:auto;
  width:40px;height:40px;
  border:none;background:var(--blue-100);border-radius:10px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;
  cursor:pointer;
}
.nav-toggle span{width:20px;height:2px;background:var(--blue-800);border-radius:2px}

.header__call{display:none}

/* ---------- Route animation (çekici haritada araç taşıyor) ---------- */
.route-anim{padding:14px 0 6px;max-width:720px;margin:0 auto}
.route-anim__caption{
  text-align:center;color:rgba(255,255,255,.82);font-size:.85rem;
  max-width:520px;margin:0 auto 14px;
}
.route-anim__scene{
  position:relative;
  height:140px;
  border-radius:var(--radius);
  overflow:hidden;
  background:linear-gradient(180deg,#eef4ff 0%,#dce8ff 100%);
  box-shadow:0 14px 30px rgba(2,10,40,.35);
}
.route-anim__road{
  position:absolute;left:0;right:0;bottom:16px;height:26px;
  background:var(--blue-900);
}
.route-anim__road::after{
  content:"";position:absolute;left:0;right:0;top:50%;height:3px;
  transform:translateY(-50%);
  background-image:repeating-linear-gradient(90deg,#fff 0 16px,transparent 16px 32px);
  opacity:.55;
}
.route-anim__progress{
  position:absolute;left:14%;right:16%;bottom:40px;height:3px;
  background:var(--accent);border-radius:2px;
  transform-origin:left center;transform:scaleX(0);
  animation:none;
}
.route-anim__pin{
  position:absolute;bottom:40px;
  display:flex;flex-direction:column;align-items:center;gap:4px;
  transform:translateX(-50%);
  z-index:3;
}
.route-anim__pin--start{left:14%}
.route-anim__pin--end{left:84%}
.route-anim__pin-label{
  font-size:.6rem;font-weight:700;color:var(--blue-900);
  background:rgba(255,255,255,.92);padding:2px 7px;border-radius:999px;
  white-space:nowrap;box-shadow:0 2px 6px rgba(10,36,100,.12);
}
.route-anim__pin-dot{
  width:11px;height:11px;border-radius:50%;
  background:var(--accent);border:2px solid var(--white);
  box-shadow:0 0 0 3px rgba(255,122,0,.22);
}
.route-anim__car-wait,.route-anim__car-drop{
  position:absolute;bottom:20px;width:34px;
  transform:translateX(-50%);animation:none;
}
.route-anim__car-wait{left:14%}
.route-anim__car-drop{left:84%}

.route-anim__people{
  position:absolute;left:5%;bottom:20px;
  display:flex;gap:2px;animation:none;
}
.route-anim__people svg{width:15px;height:auto;display:block}

.route-anim__truck{
  position:absolute;bottom:18px;left:-20%;width:112px;animation:none;
}
.route-anim__truck svg{width:100%;display:block}
.route-anim__truck .wheel{animation:none}
.route-anim__car-load-fx{
  transform-origin:29px 14px;
  opacity:0;transform:translateY(6px) scale(.85);
  animation:none;
}

@keyframes routeTruckMove{
  0%{left:-20%}
  20%{left:8%}
  30%{left:8%}
  70%{left:74%}
  80%{left:74%}
  100%{left:120%}
}
@keyframes routeWheelSpin{
  0%{transform:rotate(0deg)}
  20%{transform:rotate(720deg)}
  30%{transform:rotate(720deg)}
  70%{transform:rotate(2160deg)}
  80%{transform:rotate(2160deg)}
  100%{transform:rotate(2880deg)}
}
@keyframes routeFadeOutEarly{
  0%,18%{opacity:1}
  23%,100%{opacity:0}
}
@keyframes routeCarLoad{
  0%,21%{opacity:0;transform:translateY(6px) scale(.85)}
  29%,73%{opacity:1;transform:translateY(0) scale(1)}
  79%,100%{opacity:0;transform:translateY(6px) scale(.85)}
}
@keyframes routeCarDrop{
  0%,77%{opacity:0;transform:scale(.85)}
  82%,97%{opacity:1;transform:scale(1)}
  100%{opacity:0;transform:scale(1)}
}
@keyframes routeProgress{
  0%,30%{transform:scaleX(0)}
  72%,100%{transform:scaleX(1)}
}
@keyframes routeMouthNeutral{
  0%,78%{opacity:1}
  83%,100%{opacity:0}
}
@keyframes routeMouthHappy{
  0%,78%{opacity:0}
  83%,100%{opacity:1}
}

.route-anim__scene.is-playing .route-anim__truck{animation:routeTruckMove 10s linear infinite}
.route-anim__scene.is-playing .route-anim__truck .wheel{animation:routeWheelSpin 10s linear infinite}
.route-anim__scene.is-playing .route-anim__car-wait{animation:routeFadeOutEarly 10s linear infinite}
.route-anim__scene.is-playing .route-anim__people{animation:routeFadeOutEarly 10s linear infinite}
.route-anim__scene.is-playing .route-anim__car-load-fx{animation:routeCarLoad 10s linear infinite}
.route-anim__scene.is-playing .route-anim__car-drop{animation:routeCarDrop 10s linear infinite}
.route-anim__scene.is-playing .route-anim__progress{animation:routeProgress 10s linear infinite}
.route-anim__scene.is-playing .route-anim__mouth-neutral{animation:routeMouthNeutral 10s linear infinite}
.route-anim__scene.is-playing .route-anim__mouth-happy{animation:routeMouthHappy 10s linear infinite}

.route-anim__mouth-happy{opacity:0}

@media (min-width:760px){
  .route-anim{padding:20px 0 8px}
  .route-anim__scene{height:190px}
  .route-anim__road{bottom:22px;height:32px}
  .route-anim__progress{bottom:52px}
  .route-anim__pin{bottom:52px}
  .route-anim__pin-label{font-size:.72rem;padding:3px 10px}
  .route-anim__car-wait,.route-anim__car-drop{bottom:26px;width:46px}
  .route-anim__people{bottom:26px;left:6%}
  .route-anim__people svg{width:20px}
  .route-anim__truck{bottom:24px;width:150px}
  .route-anim__caption{font-size:.98rem}
}

@media (prefers-reduced-motion: reduce){
  .route-anim{display:none}
}

/* ---------- Hero ---------- */
.hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(160deg,var(--blue-900) 0%,var(--blue-700) 55%,var(--blue-500) 100%);
  color:var(--white);
  padding:56px 0 64px;
}
.hero__road{
  position:absolute;left:0;right:0;bottom:0;height:70px;
  background-image:repeating-linear-gradient(90deg,rgba(255,255,255,.55) 0 40px, transparent 40px 80px);
  background-position:0 50%;
  background-size:80px 4px;
  background-repeat:repeat-x;
  opacity:.35;
}
.hero__inner{position:relative;z-index:1}
.hero__badge{
  display:inline-block;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.3);
  padding:6px 14px;border-radius:999px;
  font-size:.8rem;font-weight:600;
  margin-bottom:18px;
}
.hero h1{
  color:var(--white);
  font-size:2rem;
  font-weight:800;
  margin-bottom:.5em;
}
.hero h1 span{color:var(--accent)}
.hero__desc{
  color:rgba(255,255,255,.88);
  font-size:1.02rem;
  max-width:640px;
  margin-bottom:1.6em;
}
.hero__cta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:26px}
.hero__badges{display:flex;flex-wrap:wrap;gap:10px}
.hero__badges li{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.25);
  padding:6px 12px;border-radius:999px;
  font-size:.78rem;font-weight:600;
}

/* ---------- Section shared ---------- */
section{padding:56px 0}
.eyebrow{
  color:var(--accent);
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-size:.78rem;
  margin-bottom:.5em;
}
.services h2,.why h2,.steps h2,.areas h2,.faq h2{font-size:1.6rem;max-width:640px}
.section-desc{color:var(--gray-600);max-width:640px;font-size:1rem}

/* ---------- Services cards ---------- */
.services{background:var(--blue-100)}
.cards{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  margin-top:28px;
}
.card{
  background:var(--white);
  border-radius:var(--radius);
  padding:22px;
  box-shadow:var(--shadow);
  border:1px solid var(--gray-200);
}
.card__icon{
  width:52px;height:52px;
  border-radius:14px;
  background:var(--blue-100);
  color:var(--blue-700);
  display:flex;align-items:center;justify-content:center;
  margin-bottom:14px;
}
.card__icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.card h3{font-size:1.1rem;margin-bottom:.4em}
.card p{color:var(--gray-600);font-size:.92rem;margin:0}

/* ---------- Why us ---------- */
.why__grid{
  display:grid;grid-template-columns:1fr;gap:18px;margin-top:28px;
}
.why__item{text-align:left}
.why__icon{
  width:46px;height:46px;border-radius:12px;
  background:var(--blue-700);color:var(--white);
  display:flex;align-items:center;justify-content:center;margin-bottom:12px;
}
.why__icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.why__item h3{font-size:1.02rem;margin-bottom:.3em}
.why__item p{color:var(--gray-600);font-size:.9rem;margin:0}

/* ---------- Steps ---------- */
.steps{background:var(--blue-900);color:var(--white)}
.steps .eyebrow{color:var(--accent)}
.steps h2{color:var(--white)}
.steps__grid{display:grid;grid-template-columns:1fr;gap:22px;margin-top:28px}
.step__num{
  display:inline-flex;align-items:center;justify-content:center;
  width:40px;height:40px;border-radius:50%;
  background:var(--accent);color:var(--white);
  font-family:'Poppins',sans-serif;font-weight:800;
  margin-bottom:12px;
}
.step h3{color:var(--white);font-size:1.05rem;margin-bottom:.3em}
.step p{color:rgba(255,255,255,.78);font-size:.92rem}

/* ---------- Areas ---------- */
.areas__list{
  display:flex;flex-wrap:wrap;gap:10px;margin-top:22px;
}
.areas__list li{
  background:var(--blue-100);
  color:var(--blue-800);
  padding:8px 14px;
  border-radius:999px;
  font-size:.85rem;
  font-weight:600;
}
.areas__note{margin-top:18px;color:var(--gray-600);font-size:.92rem}
.areas__note a{color:var(--blue-700);font-weight:700;text-decoration:underline}

/* ---------- FAQ ---------- */
.faq__list{margin-top:24px;display:flex;flex-direction:column;gap:10px}
.faq__list details{
  background:var(--blue-100);
  border-radius:12px;
  padding:14px 18px;
}
.faq__list summary{
  cursor:pointer;font-weight:700;font-size:.98rem;color:var(--blue-900);
  list-style:none;display:flex;justify-content:space-between;align-items:center;gap:10px;
}
.faq__list summary::-webkit-details-marker{display:none}
.faq__list summary::after{content:"+";font-size:1.3rem;color:var(--blue-700);flex-shrink:0}
.faq__list details[open] summary::after{content:"–"}
.faq__list p{margin-top:10px;color:var(--gray-600);font-size:.92rem}

/* ---------- Final CTA ---------- */
.final-cta{
  background:linear-gradient(135deg,var(--blue-700),var(--blue-500));
  color:var(--white);text-align:center;
}
.final-cta h2{color:var(--white);font-size:1.7rem}
.final-cta p{color:rgba(255,255,255,.88);max-width:520px;margin:0 auto 1.6em}
.final-cta__inner{display:flex;flex-direction:column;align-items:center}
.final-cta__ig{display:inline-block;margin-top:16px;font-weight:600;text-decoration:underline;color:var(--white)}

/* ---------- Footer ---------- */
.site-footer{background:var(--blue-900);color:rgba(255,255,255,.85);padding:36px 0 100px}
.footer__row{display:flex;flex-direction:column;gap:22px}
.footer__row .brand__mark{color:var(--white)}
.footer__row .brand__text{color:rgba(255,255,255,.85)}
.footer__row p{color:rgba(255,255,255,.65);font-size:.9rem;margin-top:8px;max-width:320px}
.footer__links{display:flex;flex-wrap:wrap;gap:16px;font-weight:600}
.footer__links a:hover{text-decoration:underline}
.footer__copy{
  text-align:center;color:rgba(255,255,255,.5);font-size:.8rem;
  margin-top:26px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);
}

/* ---------- Mobile fixed call bar ---------- */
.mobile-bar{
  position:fixed;left:0;right:0;bottom:0;z-index:80;
  display:flex;
  box-shadow:0 -6px 20px rgba(0,0,0,.15);
}
.mobile-bar a{
  flex:1;display:flex;align-items:center;justify-content:center;gap:8px;
  padding:14px 10px;font-weight:800;font-size:.95rem;
}
.mobile-bar__call{background:var(--accent);color:var(--white)}
.mobile-bar__wa{background:var(--whatsapp);color:var(--white)}

/* ===================== Tablet / Desktop ===================== */
@media (min-width:760px){
  .hero h1{font-size:2.6rem}
  .cards{grid-template-columns:repeat(2,1fr)}
  .why__grid{grid-template-columns:repeat(3,1fr)}
  .steps__grid{grid-template-columns:repeat(3,1fr)}
  .final-cta h2{font-size:2.1rem}
}

@media (min-width:980px){
  .nav{
    display:flex;flex-direction:row;position:static;padding:0;border:none;box-shadow:none;
    gap:26px;margin-left:24px;
  }
  .nav a{padding:0;border-bottom:none;font-size:.94rem}
  .nav-toggle{display:none}
  .header__call{display:inline-flex;margin-left:auto}
  .cards{grid-template-columns:repeat(3,1fr)}
  .services h2,.why h2,.steps h2,.areas h2,.faq h2{font-size:2rem}
  .hero h1{font-size:3.1rem;max-width:820px}
  .hero__desc{font-size:1.1rem}
  .mobile-bar{display:none}
  .site-footer{padding-bottom:36px}
  .footer__row{flex-direction:row;justify-content:space-between;align-items:flex-start}
}

@media (min-width:1180px){
  .cards{grid-template-columns:repeat(4,1fr)}
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  .btn{transition:none}
}
