/* Osmaniye Umut Oto Lastik - site stylesheet */
:root {
  --dark: #14171c;
  --dark-2: #1d222b;
  --red: #e2131f;
  --red-dark: #b80d17;
  --yellow: #ffc400;
  --gray: #6b7280;
  --light: #f5f6f8;
  --white: #ffffff;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(0,0,0,.12);
  --wa: #25d366;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--dark);
  background: var(--white);
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3 { line-height: 1.2; margin: 0 0 .5em; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
section { padding: 70px 0; }
.section-tag {
  display: inline-block;
  color: var(--red);
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .85rem;
  margin-bottom: 10px;
}
.section-title { font-size: clamp(1.6rem, 3.2vw, 2.3rem); }
.section-sub { color: var(--gray); max-width: 680px; margin-bottom: 40px; }
.center { text-align: center; margin-left: auto; margin-right: auto; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 50px;
  font-weight: 700;
  font-size: .98rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-call { background: var(--red); color: #fff; box-shadow: 0 8px 20px rgba(226,19,31,.35); }
.btn-call:hover { background: var(--red-dark); }
.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 8px 20px rgba(37,211,102,.35); }
.btn-wa:hover { background: #1eb455; }
.btn-outline { background: transparent; border-color: #fff; color: #fff; }
.btn-outline:hover { background: #fff; color: var(--dark); }
.btn-dark { background: var(--dark); color: #fff; }

/* Top info bar */
.topbar {
  background: var(--dark);
  color: #cfd3da;
  font-size: .82rem;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  flex-wrap: wrap;
  gap: 6px;
}
.topbar a { color: #fff; font-weight: 700; }
.topbar .topbar-left span { margin-right: 18px; }
.topbar .topbar-left i { color: var(--yellow); margin-right: 5px; }

/* Marquee ticker */
.marquee-wrap {
  background: linear-gradient(90deg, var(--red), var(--red-dark));
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 3px solid var(--yellow);
}
.marquee {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 26s linear infinite;
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: .02em;
  padding-top: 9px;
  padding-bottom: 9px;
}
.marquee span { margin: 0 30px; }
.marquee span .dot { color: var(--yellow); margin: 0 10px; }
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
@media (prefers-reduced-motion: reduce) {
  .marquee { animation: none; padding-left: 20px; }
}

/* Header */
header.site-header {
  position: sticky;
  top: 0;
  z-index: 500;
  background: #fff;
  box-shadow: 0 2px 14px rgba(0,0,0,.07);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 20px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--dark);
}
.logo .logo-badge {
  width: 46px; height: 46px;
  background: var(--red);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.4rem;
  flex-shrink: 0;
}
.logo small { display: block; font-weight: 500; font-size: .68rem; color: var(--gray); }

nav.main-nav ul { display: flex; gap: 28px; }
nav.main-nav a {
  font-weight: 600;
  font-size: .96rem;
  color: var(--dark-2);
  position: relative;
  padding: 4px 0;
}
nav.main-nav a:hover, nav.main-nav a.active { color: var(--red); }

.header-actions { display: flex; align-items: center; gap: 10px; }
.header-phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 4px;
}
.header-phone .lbl { font-size: .72rem; color: var(--gray); font-weight: 600; }
.header-phone .num { font-size: 1.05rem; font-weight: 800; color: var(--red); }

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.menu-toggle span { width: 26px; height: 3px; background: var(--dark); border-radius: 2px; }

/* Hero */
.hero {
  position: relative;
  color: #fff;
  min-height: 620px;
  display: flex;
  align-items: center;
  background: #0d0f13 url("../images/yol-yardim-araci-osmaniye.jpg") center/cover no-repeat;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(10,12,16,.92) 20%, rgba(10,12,16,.55) 65%, rgba(226,19,31,.35));
}
.hero .container { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 60px; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,196,0,.15);
  border: 1px solid var(--yellow);
  color: var(--yellow);
  padding: 7px 16px;
  border-radius: 50px;
  font-weight: 700;
  font-size: .85rem;
  margin-bottom: 20px;
}
.hero h1 { font-size: clamp(2rem, 4.6vw, 3.2rem); max-width: 780px; }
.hero h1 strong { color: var(--yellow); }
.hero p.lead { max-width: 620px; color: #e6e8ec; font-size: 1.08rem; margin-bottom: 30px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.hero-phone-box {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  padding: 14px 22px;
  border-radius: var(--radius);
  backdrop-filter: blur(4px);
}
.hero-phone-box .ico {
  width: 44px; height: 44px;
  background: var(--red);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
}
.hero-phone-box .lbl { font-size: .78rem; color: #c9cdd4; }
.hero-phone-box .num { font-size: 1.4rem; font-weight: 800; color: #fff; }
.hero-stats { display: flex; gap: 34px; flex-wrap: wrap; margin-top: 10px; }
.hero-stats div strong { display: block; font-size: 1.6rem; color: var(--yellow); }
.hero-stats div span { font-size: .82rem; color: #cfd3da; }

/* Service cards */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.service-card {
  background: var(--light);
  border-radius: var(--radius);
  padding: 30px 26px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  border: 1px solid #ebedf1;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); background: #fff; }
.service-card .icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: var(--red);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 18px;
}
.service-card h3 { font-size: 1.15rem; }
.service-card p { color: var(--gray); font-size: .94rem; margin-bottom: 14px; }
.service-card .more { color: var(--red); font-weight: 700; font-size: .88rem; }
.service-card.featured { background: var(--dark); color: #fff; border: none; }
.service-card.featured p { color: #c9cdd4; }
.service-card.featured .icon { background: var(--yellow); color: var(--dark); }

/* Heavy vehicle banner */
.heavy-banner {
  background: linear-gradient(120deg, var(--dark) 55%, var(--red-dark));
  color: #fff;
  border-radius: 22px;
  padding: 50px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
  align-items: center;
}
.heavy-banner h2 { color: #fff; }
.heavy-banner .tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 26px; }
.heavy-banner .tags span {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  padding: 7px 14px;
  border-radius: 50px;
  font-size: .85rem;
  font-weight: 600;
}
.heavy-banner img { border-radius: 16px; box-shadow: 0 20px 40px rgba(0,0,0,.4); }

/* About */
.about-wrap {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 50px;
  align-items: center;
}
.about-wrap img { border-radius: 20px; box-shadow: var(--shadow); }
.about-list { display: grid; gap: 16px; margin: 24px 0 28px; }
.about-list li { display: flex; gap: 12px; align-items: flex-start; font-weight: 600; }
.about-list li .chk {
  width: 26px; height: 26px; min-width: 26px;
  background: var(--red); color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .8rem;
}

/* Coverage area */
.coverage-box {
  background: var(--light);
  border-radius: 22px;
  padding: 46px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 40px;
  align-items: center;
}
.district-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 14px;
}
.district-chip {
  background: #fff;
  border: 1px solid #e6e8ec;
  border-radius: 12px;
  padding: 14px 16px;
  font-weight: 700;
  display: flex; align-items: center; gap: 10px;
  font-size: .95rem;
}
.district-chip .pin { color: var(--red); }

/* Gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.gallery-grid figure { margin: 0; border-radius: 14px; overflow: hidden; position: relative; height: 220px; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-grid figure:hover img { transform: scale(1.08); }
.gallery-grid figure.video-tile { grid-column: span 2; background: #000; }
.gallery-grid video { width: 100%; height: 100%; object-fit: cover; }

/* Testimonials */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.testi-card {
  background: #fff;
  border: 1px solid #ebedf1;
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}
.testi-stars { color: var(--yellow); font-size: 1.05rem; margin-bottom: 12px; letter-spacing: 2px; }
.testi-card p.quote { font-style: italic; color: #333; margin-bottom: 18px; }
.testi-person { display: flex; align-items: center; gap: 12px; }
.testi-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--dark); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
}
.testi-person strong { display: block; font-size: .95rem; }
.testi-person span { font-size: .78rem; color: var(--gray); }
.testi-note { text-align: center; color: var(--gray); font-size: .8rem; margin-top: 26px; }

/* CTA band */
.cta-band {
  background: var(--red);
  color: #fff;
  border-radius: 22px;
  padding: 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.cta-band h2 { color: #fff; margin-bottom: 6px; }
.cta-band p { color: #ffe3e5; margin: 0; }
.cta-band-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.cta-band .btn-call { background: #fff; color: var(--red); box-shadow: none; }
.cta-band .btn-wa { background: var(--dark); }

/* Contact */
.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.contact-card {
  background: var(--light);
  border-radius: var(--radius);
  padding: 32px;
}
.contact-row { display: flex; gap: 14px; margin-bottom: 22px; align-items: flex-start; }
.contact-row .ico {
  width: 44px; height: 44px; min-width: 44px;
  background: var(--red); color: #fff;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
}
.contact-row strong { display: block; font-size: .95rem; }
.contact-row span, .contact-row a.plain { color: var(--gray); font-size: .92rem; }
.map-frame { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 0; width: 100%; height: 100%; min-height: 360px; }

/* Footer */
footer.site-footer { background: var(--dark); color: #c9cdd4; padding-top: 60px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-grid h4 { color: #fff; font-size: 1rem; margin-bottom: 18px; }
.footer-grid ul li { margin-bottom: 10px; font-size: .92rem; }
.footer-grid ul li a:hover { color: var(--yellow); }
.footer-logo { display: flex; align-items: center; gap: 10px; color: #fff; font-weight: 800; font-size: 1.2rem; margin-bottom: 14px; }
.footer-phone { color: var(--yellow); font-weight: 800; font-size: 1.2rem; margin: 10px 0; display: block; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  font-size: .82rem;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-bottom a { color: #c9cdd4; }
.footer-bottom a:hover { color: var(--yellow); }

/* Page header (inner pages) */
.page-hero {
  background: var(--dark);
  color: #fff;
  padding: 60px 0;
  text-align: center;
}
.page-hero h1 { color: #fff; }
.breadcrumb { color: #c9cdd4; font-size: .9rem; }
.breadcrumb a { color: var(--yellow); }

/* Detailed service blocks (hizmetler.html) */
.service-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  padding: 60px 0;
  border-bottom: 1px solid #ebedf1;
}
.service-detail:last-of-type { border-bottom: none; }
.service-detail.reverse { direction: rtl; }
.service-detail.reverse > * { direction: ltr; }
.service-detail img { border-radius: 20px; box-shadow: var(--shadow); }
.service-detail ul { margin: 18px 0 22px; display: grid; gap: 10px; }
.service-detail ul li { display: flex; gap: 10px; font-weight: 600; }
.service-detail ul li .chk { color: var(--red); }

/* Responsive */
@media (max-width: 980px) {
  nav.main-nav { display: none; }
  .menu-toggle { display: flex; }
  .header-phone { display: none; }
  .about-wrap, .coverage-box, .heavy-banner, .contact-wrap, .service-detail { grid-template-columns: 1fr; }
  .service-detail.reverse { direction: ltr; }
  .service-detail img { order: -1; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid figure.video-tile { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .topbar .topbar-left span:nth-child(2) { display: none; }
  .hero { min-height: auto; }
  .hero-phone-box { width: 100%; justify-content: center; }
  .cta-band { flex-direction: column; text-align: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  section { padding: 50px 0; }
}

/* Mobile nav drawer */
nav.main-nav.open {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 12px 24px rgba(0,0,0,.12);
  padding: 20px;
}
nav.main-nav.open ul { flex-direction: column; gap: 4px; }
nav.main-nav.open a { display: block; padding: 12px 6px; border-bottom: 1px solid #f1f1f3; }
nav.main-nav.open .mobile-cta { display: flex; gap: 10px; margin-top: 16px; }
