/* ============================================================
   Köybaşı Oto Çekici — Stil Dosyası
   ============================================================ */

:root {
  --red: #e11d1d;
  --red-dark: #b91212;
  --red-soft: #fde8e8;
  --wa: #25d366;
  --wa-dark: #1da851;
  --ink: #12161c;
  --ink-2: #1f2733;
  --slate: #4b5563;
  --muted: #6b7280;
  --line: #e6e8ec;
  --bg: #ffffff;
  --bg-alt: #f5f7fa;
  --yellow: #ffc61a;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 10px 30px rgba(18, 22, 28, .08);
  --shadow-lg: 0 24px 60px rgba(18, 22, 28, .18);
  --wrap: 1180px;
  --font: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --display: 'Barlow Condensed', var(--font);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 20px; }

.ico { width: 20px; height: 20px; fill: currentColor; flex: 0 0 auto; }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-weight: 700; font-size: 15px; letter-spacing: .2px;
  padding: 13px 22px; border-radius: 999px; border: 0; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap; line-height: 1;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--lg { padding: 16px 28px; font-size: 16px; }
.btn--block { width: 100%; }
.btn--call { background: var(--red); color: #fff; box-shadow: 0 8px 22px rgba(225, 29, 29, .32); }
.btn--call:hover { background: var(--red-dark); }
.btn--wa { background: var(--wa); color: #fff; box-shadow: 0 8px 22px rgba(37, 211, 102, .32); }
.btn--wa:hover { background: var(--wa-dark); }
.btn--light { background: #fff; color: var(--red); }
.btn--light:hover { background: #fff; }
.btn .ico { width: 19px; height: 19px; }

/* ---------- Üst şerit ---------- */
.topbar { background: var(--ink); color: #d7dbe2; font-size: 13.5px; }
.topbar__inner { display: flex; align-items: center; gap: 26px; height: 40px; }
.topbar__item { display: inline-flex; align-items: center; gap: 7px; }
.topbar__item .ico { width: 15px; height: 15px; fill: var(--red); }
.topbar__item--mail { margin-left: auto; color: #d7dbe2; }
.topbar__item--mail:hover { color: #fff; }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 60; background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(10px); border-bottom: 1px solid var(--line);
  transition: box-shadow .25s ease;
}
.header.scrolled { box-shadow: 0 6px 24px rgba(0, 0, 0, .07); }
.header__inner { display: flex; align-items: center; gap: 18px; height: 72px; }

.logo { display: inline-flex; align-items: center; gap: 11px; font-family: var(--display); }
.logo__icon {
  width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--red), var(--red-dark)); color: #fff;
  box-shadow: 0 6px 16px rgba(225, 29, 29, .35);
}
.logo__icon svg { width: 26px; height: 26px; fill: #fff; }
.logo__text { font-size: 24px; font-weight: 700; letter-spacing: .3px; color: var(--ink); line-height: 1; }
.logo__text strong { color: var(--red); font-weight: 800; }
.logo--light .logo__text { color: #fff; }

.nav { display: flex; align-items: center; gap: 4px; margin-left: 8px; }
.nav__link {
  font-weight: 600; font-size: 15px; color: var(--slate); padding: 9px 14px;
  border-radius: 8px; transition: color .15s, background .15s;
}
.nav__link:hover { color: var(--red); background: var(--red-soft); }
.header__call { margin-left: auto; }

.nav-toggle { display: none; width: 44px; height: 44px; background: var(--bg-alt); border: 1px solid var(--line); border-radius: 10px; cursor: pointer; padding: 12px; }
.nav-toggle span { display: block; height: 2.5px; background: var(--ink); border-radius: 2px; transition: .25s; }
.nav-toggle span + span { margin-top: 5px; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; color: #fff; isolation: isolate;
  background:
    radial-gradient(1200px 500px at 80% -10%, rgba(225,29,29,.45), transparent 60%),
    linear-gradient(135deg, #171d26 0%, #0e1218 60%, #171d26 100%);
  padding: 64px 0 80px;
}
.hero__overlay {
  position: absolute; inset: 0; z-index: -1; opacity: .5;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(80% 80% at 50% 40%, #000, transparent);
}
.hero__inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }

.hero__badge {
  display: inline-flex; align-items: center; gap: 9px; font-size: 13.5px; font-weight: 600;
  background: rgba(37, 211, 102, .14); color: #b8f5cf; border: 1px solid rgba(37, 211, 102, .35);
  padding: 8px 15px; border-radius: 999px; margin-bottom: 22px;
}
.hero__badge .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--wa); box-shadow: 0 0 0 0 rgba(37,211,102,.7); animation: pulse 1.8s infinite; }

.hero__title {
  font-family: var(--display); font-weight: 800; line-height: 1.02;
  font-size: clamp(38px, 5.4vw, 64px); letter-spacing: .5px; margin-bottom: 20px;
}
.hero__title span { color: #ff6b6b; }
.hero__text { font-size: 17.5px; color: #c3cad4; max-width: 560px; margin-bottom: 30px; }

.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 26px; }

.hero__points { display: flex; flex-wrap: wrap; gap: 10px 24px; }
.hero__points li { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 14.5px; color: #dfe4ea; }
.hero__points .ico { width: 18px; height: 18px; fill: var(--wa); }

/* Hero kart / hızlı form */
.hero__card {
  background: #fff; color: var(--ink); border-radius: 20px; padding: 28px;
  box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,.6);
}
.hero__card h3 { font-size: 22px; font-weight: 800; margin-bottom: 6px; }
.hero__card > p { color: var(--muted); font-size: 14.5px; margin-bottom: 18px; }
.quickform { display: grid; gap: 11px; }
.quickform input, .quickform select {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  font-family: inherit; font-size: 15px; color: var(--ink); background: var(--bg-alt); transition: border .15s, background .15s;
}
.quickform input:focus, .quickform select:focus { outline: 0; border-color: var(--red); background: #fff; }
.quickform__note { display: block; text-align: center; font-size: 12.5px; color: var(--muted); margin-top: 13px; }

/* ---------- İstatistik ---------- */
.stats { background: var(--red); }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { text-align: center; color: #fff; padding: 30px 12px; position: relative; }
.stat + .stat::before { content: ""; position: absolute; left: 0; top: 22%; height: 56%; width: 1px; background: rgba(255,255,255,.25); }
.stat__num { font-family: var(--display); font-size: 46px; font-weight: 800; line-height: 1; }
.stat__suf { font-family: var(--display); font-size: 26px; font-weight: 700; color: #ffd; }
.stat p { font-size: 14.5px; font-weight: 600; opacity: .92; margin-top: 4px; }

/* ---------- Genel section ---------- */
.section { padding: 84px 0; }
.section--alt { background: var(--bg-alt); }
.section__head { text-align: center; max-width: 680px; margin: 0 auto 52px; }
.eyebrow {
  display: inline-block; font-weight: 700; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--red); background: var(--red-soft); padding: 6px 14px; border-radius: 999px; margin-bottom: 16px;
}
.section__head h2 { font-family: var(--display); font-size: clamp(30px, 4vw, 44px); font-weight: 800; line-height: 1.08; letter-spacing: .3px; }
.section__head p { color: var(--muted); font-size: 16.5px; margin-top: 14px; }

/* ---------- Hizmet kartları ---------- */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; position: relative; overflow: hidden;
}
.card::after { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background: var(--red); transition: width .25s ease; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.card:hover::after { width: 100%; }
.card__icon {
  width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 18px;
  background: var(--red-soft); color: var(--red);
}
.card__icon svg { width: 30px; height: 30px; fill: var(--red); }
.card h3 { font-size: 18.5px; font-weight: 800; margin-bottom: 8px; }
.card p { color: var(--muted); font-size: 14.5px; }

/* ---------- Neden biz ---------- */
.why { display: grid; grid-template-columns: .95fr 1.05fr; gap: 56px; align-items: center; }
.why__media { position: relative; }
.why__illo {
  background: linear-gradient(135deg, #1a212c, #0f141b); border-radius: 24px; padding: 40px 30px;
  box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,.05);
}
.truck-illo { width: 100%; height: auto; }
.why__badge {
  position: absolute; right: -14px; bottom: -18px; z-index: 2; background: var(--red); color: #fff;
  border-radius: 18px; padding: 16px 22px; display: flex; align-items: center; gap: 12px;
  box-shadow: 0 14px 34px rgba(225,29,29,.4);
}
.why__badge-num { font-family: var(--display); font-size: 40px; font-weight: 800; line-height: 1; }
.why__badge-txt { font-size: 13px; font-weight: 700; line-height: 1.2; }

.why__content h2 { font-family: var(--display); font-size: clamp(28px, 3.6vw, 42px); font-weight: 800; line-height: 1.1; margin: 8px 0 12px; }
.why__lead { color: var(--slate); font-size: 16.5px; margin-bottom: 26px; }
.feat { display: grid; gap: 20px; }
.feat li { display: flex; gap: 16px; }
.feat__ic { width: 46px; height: 46px; border-radius: 12px; flex: 0 0 auto; display: grid; place-items: center; background: var(--red-soft); }
.feat__ic svg { width: 24px; height: 24px; fill: var(--red); }
.feat h4 { font-size: 17px; font-weight: 800; margin-bottom: 2px; }
.feat p { color: var(--muted); font-size: 14.5px; }

/* ---------- Adımlar ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; }
.step { text-align: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 40px 26px 30px; position: relative; }
.step__no {
  position: absolute; top: -22px; left: 50%; transform: translateX(-50%);
  width: 44px; height: 44px; border-radius: 50%; background: var(--ink); color: #fff;
  font-family: var(--display); font-size: 22px; font-weight: 800; display: grid; place-items: center;
  box-shadow: 0 8px 18px rgba(18,22,28,.25);
}
.step__ic { width: 66px; height: 66px; margin: 6px auto 16px; border-radius: 50%; display: grid; place-items: center; background: var(--red-soft); }
.step__ic svg { width: 34px; height: 34px; fill: var(--red); }
.step h3 { font-size: 19px; font-weight: 800; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 14.5px; }

/* ---------- CTA bant ---------- */
.ctaband {
  background:
    radial-gradient(700px 300px at 15% 0%, rgba(255,255,255,.12), transparent 60%),
    linear-gradient(120deg, var(--red-dark), var(--red));
  color: #fff;
}
.ctaband__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 44px 0; flex-wrap: wrap; }
.ctaband h2 { font-family: var(--display); font-size: clamp(26px, 3.4vw, 38px); font-weight: 800; line-height: 1.1; }
.ctaband p { opacity: .92; font-size: 16px; margin-top: 6px; }
.ctaband__actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Hizmet bölgeleri ---------- */
.regions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; max-width: 820px; margin: 0 auto; }
.regions span {
  background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 11px 20px;
  font-weight: 600; font-size: 15px; color: var(--ink-2); transition: .2s;
}
.regions span:hover { border-color: var(--red); color: var(--red); background: var(--red-soft); transform: translateY(-2px); }
.regions__note { text-align: center; margin-top: 28px; color: var(--muted); }
.regions__note a { color: var(--red); font-weight: 700; }

/* ---------- Yorumlar ---------- */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); }
.review__stars { color: var(--yellow); font-size: 18px; letter-spacing: 2px; margin-bottom: 12px; }
.review p { color: var(--slate); font-size: 15px; font-style: italic; }
.review footer { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.review__avt { width: 42px; height: 42px; border-radius: 50%; background: var(--red); color: #fff; display: grid; place-items: center; font-weight: 800; }
.review footer strong { display: block; font-size: 15px; }
.review footer small { color: var(--muted); font-size: 12.5px; }

/* ---------- SSS ---------- */
.faq-wrap { max-width: 820px; }
.faq { display: grid; gap: 12px; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.faq__item summary {
  cursor: pointer; list-style: none; padding: 18px 22px; font-weight: 700; font-size: 16.5px;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; font-size: 26px; font-weight: 400; color: var(--red); transition: transform .2s; line-height: 1; }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { padding: 0 22px 20px; color: var(--muted); font-size: 15px; }

/* ---------- İletişim ---------- */
.contact__inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.contact__info h2 { font-family: var(--display); font-size: clamp(28px, 3.6vw, 42px); font-weight: 800; margin: 8px 0 10px; }
.contact__info > p { color: var(--muted); font-size: 16px; margin-bottom: 26px; }
.contact__list { display: grid; gap: 16px; }
.contact__list li { display: flex; align-items: center; gap: 15px; }
.contact__ic { width: 50px; height: 50px; border-radius: 13px; flex: 0 0 auto; display: grid; place-items: center; background: var(--red-soft); }
.contact__ic svg { width: 24px; height: 24px; fill: var(--red); }
.contact__ic--wa { background: rgba(37,211,102,.14); }
.contact__ic--wa svg { fill: var(--wa-dark); }
.contact__list small { display: block; color: var(--muted); font-size: 13px; }
.contact__list a, .contact__list strong { font-size: 18px; font-weight: 800; color: var(--ink); }
.contact__list a:hover { color: var(--red); }

.contact__panel {
  background: linear-gradient(135deg, #1a212c, #0f141b); color: #fff; border-radius: 22px; padding: 34px 30px;
  box-shadow: var(--shadow-lg); display: grid; gap: 13px; text-align: center;
}
.contact__panel h3 { font-size: 24px; font-weight: 800; }
.contact__panel > p { color: #b9c1cc; font-size: 15px; margin-bottom: 8px; }
.contact__map { margin-top: 44px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); line-height: 0; }
.contact__map iframe { width: 100%; height: 360px; border: 0; display: block; filter: grayscale(.1); }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: #aeb6c1; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; padding: 60px 20px 44px; }
.footer__col > p { font-size: 14.5px; margin-top: 16px; max-width: 320px; }
.footer__col h4 { color: #fff; font-size: 16px; font-weight: 800; margin-bottom: 16px; }
.footer__col ul { display: grid; gap: 10px; }
.footer__col a { font-size: 14.5px; transition: color .15s; }
.footer__col a:hover { color: #fff; }
.footer__contact li { font-size: 14.5px; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.08); }
.footer__bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 20px; font-size: 13.5px; flex-wrap: wrap; }

/* ---------- Yüzen butonlar ---------- */
.floaters { position: fixed; right: 20px; bottom: 24px; z-index: 80; display: grid; gap: 14px; }
.floater { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; color: #fff; position: relative; box-shadow: var(--shadow-lg); transition: transform .2s; }
.floater:hover { transform: scale(1.08); }
.floater svg { width: 30px; height: 30px; fill: #fff; }
.floater--wa { background: var(--wa); }
.floater--call { background: var(--red); }
.floater__pulse { position: absolute; inset: 0; border-radius: 50%; box-shadow: 0 0 0 0 rgba(37,211,102,.6); animation: pulse 2s infinite; }

/* ---------- Mobil alt çubuk ---------- */
.mobilebar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 85; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -6px 20px rgba(0,0,0,.08); }
.mobilebar__btn { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 14px; font-weight: 800; font-size: 15px; color: #fff; }
.mobilebar__btn svg { width: 20px; height: 20px; fill: #fff; }
.mobilebar__btn--call { background: var(--red); }
.mobilebar__btn--wa { background: var(--wa); }

/* ---------- Animasyon ---------- */
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,.55); }
  70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hero__inner { grid-template-columns: 1fr; gap: 36px; }
  .hero__card { max-width: 520px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .why { gap: 40px; }
}

@media (max-width: 860px) {
  .topbar__item--hours { display: none; }
  .nav {
    position: fixed; inset: 72px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border-bottom: 1px solid var(--line); padding: 10px; margin: 0;
    box-shadow: 0 20px 40px rgba(0,0,0,.12); transform: translateY(-140%); transition: transform .3s ease; visibility: hidden;
  }
  .nav.open { transform: translateY(0); visibility: visible; }
  .nav__link { padding: 14px 16px; border-radius: 8px; font-size: 16px; }
  .nav-toggle { display: block; margin-left: auto; }
  .header__call { display: none; }
  .why { grid-template-columns: 1fr; }
  .why__media { max-width: 460px; margin: 0 auto; }
  .contact__inner { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 40px; }
  .reviews { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .section { padding: 60px 0; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3)::before, .stat:nth-child(2)::before { display: none; }
  .cards { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .topbar__item--mail { display: none; }
  .topbar__inner { justify-content: center; }
  .ctaband__inner { flex-direction: column; text-align: center; align-items: center; }
  .ctaband__actions { width: 100%; }
  .ctaband__actions .btn { flex: 1; }
  .floaters { bottom: 78px; right: 14px; }
  .floater { width: 52px; height: 52px; }
  .mobilebar { display: grid; grid-template-columns: 1fr 1fr; }
  body { padding-bottom: 56px; }
  .hero { padding: 44px 0 60px; }
}
