/* ============================================================
   BAYBARS YOL YARDIM — Bodrum Oto Kurtarma
   Tasarım dili: asfalt siyahı + altın sarısı (logo uyumlu),
   tehlike şeridi motifleri, kalın endüstriyel tipografi.
   ============================================================ */

:root {
  --ink: #0b0b0d;            /* asfalt siyahı */
  --ink-2: #131317;
  --ink-3: #1b1b21;
  --gold: #f2a90f;           /* logo sarısı */
  --gold-hi: #ffc63d;
  --gold-deep: #c9880a;
  --paper: #f5f2ea;          /* açık zemin — kırık beyaz */
  --paper-2: #ece8dc;
  --white: #ffffff;
  --mute: #6f6a5e;
  --mute-dark: #9a958d;
  --wa: #23b843;
  --wa-deep: #1a9636;
  --radius: 14px;
  --font-display: "Anton", "Barlow Condensed", sans-serif;
  --font-body: "Barlow", sans-serif;
  --shadow-gold: 0 10px 34px rgba(242, 169, 15, .32);
  --maxw: 1180px;
}

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

html { scroll-behavior: smooth; }

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

img { max-width: 100%; display: block; }
a { color: inherit; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.container-narrow { max-width: 820px; }

/* ---------- Tipografi ---------- */
h1, h2, h3, .brand-txt, .tel-giant, .stat strong, .step-num, .why-num {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: .015em;
}

h1 { font-size: clamp(2.6rem, 7.2vw, 4.6rem); line-height: 1.02; text-transform: uppercase; }
h2 { font-size: clamp(1.9rem, 4.6vw, 3rem); line-height: 1.06; text-transform: uppercase; }
h3 { font-size: 1.25rem; text-transform: uppercase; letter-spacing: .03em; }

.gold { color: var(--gold); }

.kicker {
  font-family: "Barlow Condensed", var(--font-body);
  font-weight: 700;
  letter-spacing: .22em;
  font-size: .85rem;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.hazard-tag {
  background: var(--gold);
  color: var(--ink);
  padding: 3px 10px;
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
  font-weight: 800;
  letter-spacing: .08em;
}

.lead, .sec-lead { font-size: 1.08rem; max-width: 56ch; }
.sec-lead { color: var(--mute); }
.section-dark .sec-lead, .hero .lead { color: rgba(255,255,255,.72); }

/* ---------- Tehlike şeridi ---------- */
.hazard-strip {
  height: 14px;
  background: repeating-linear-gradient(
    -45deg,
    var(--gold) 0 22px,
    var(--ink) 22px 44px
  );
}

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Barlow Condensed", var(--font-body);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 13px 24px;
  border-radius: 10px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}
.btn svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.btn-wa svg, .mc-wa svg, .mc-call svg { fill: currentColor; stroke: none; }
.mc-call svg { fill: none; stroke: currentColor; }

.btn-gold {
  background: linear-gradient(180deg, var(--gold-hi), var(--gold));
  color: var(--ink);
  box-shadow: var(--shadow-gold);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(242,169,15,.45); }

.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 10px 30px rgba(35,184,67,.3); }
.btn-wa:hover { transform: translateY(-2px); background: var(--wa-deep); }

.btn-xl { padding: 16px 28px; font-size: 1.15rem; border-radius: 12px; }
.btn-xl span { display: flex; flex-direction: column; line-height: 1.15; text-align: left; }
.btn-xl small { font-size: .68rem; letter-spacing: .18em; opacity: .75; font-weight: 800; }

/* ---------- Üst şerit ---------- */
.topbar {
  background: var(--gold);
  color: var(--ink);
  font-family: "Barlow Condensed", var(--font-body);
  font-weight: 700;
  letter-spacing: .05em;
  font-size: .92rem;
}
.topbar-in { display: flex; justify-content: space-between; align-items: center; padding-top: 7px; padding-bottom: 7px; }
.topbar-tel { text-decoration: none; font-weight: 800; letter-spacing: .08em; }
.topbar-note { display: flex; align-items: center; gap: 8px; text-transform: uppercase; }

.pulse-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: #1c9c37;
  box-shadow: 0 0 0 0 rgba(28,156,55,.6);
  animation: pulse 1.8s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(28,156,55,.55); }
  70% { box-shadow: 0 0 0 9px rgba(28,156,55,0); }
  100% { box-shadow: 0 0 0 0 rgba(28,156,55,0); }
}

/* ---------- Header ---------- */
.site-head {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(11,11,13,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(242,169,15,.22);
}
.head-in { display: flex; align-items: center; gap: 26px; padding-top: 12px; padding-bottom: 12px; }

.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; }
.brand img { width: 52px; height: 52px; object-fit: contain; }
.brand-txt {
  color: var(--white);
  font-size: 1.45rem;
  line-height: .9;
  display: flex;
  flex-direction: column;
}
.brand-txt em {
  font-style: normal;
  color: var(--gold);
  font-family: "Barlow Condensed", var(--font-body);
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .34em;
}

.main-nav { display: flex; gap: 26px; }
.main-nav a {
  color: rgba(255,255,255,.82);
  text-decoration: none;
  font-family: "Barlow Condensed", var(--font-body);
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .95rem;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.main-nav a:hover { color: var(--gold); border-bottom-color: var(--gold); }

.head-call { padding: 10px 18px; font-size: .95rem; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span { width: 26px; height: 3px; background: var(--gold); border-radius: 2px; transition: transform .2s, opacity .2s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; }

/* Yol çizgileri: asfalt hissi */
.road-lines {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 60% at 70% 20%, rgba(242,169,15,.13), transparent 60%),
    repeating-linear-gradient(115deg, transparent 0 140px, rgba(255,255,255,.028) 140px 142px),
    linear-gradient(180deg, #0b0b0d 0%, #111014 55%, #16141a 100%);
}
.road-lines::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: 12%;
  height: 5px;
  background: repeating-linear-gradient(90deg, rgba(242,169,15,.5) 0 70px, transparent 70px 130px);
  transform: rotate(-3deg);
  filter: blur(.4px);
  animation: roadmove 9s linear infinite;
}
@keyframes roadmove { to { transform: rotate(-3deg) translateX(-130px); } }

.hero-glow {
  position: absolute;
  width: 640px; height: 640px;
  right: -140px; top: -140px;
  background: radial-gradient(circle, rgba(242,169,15,.16), transparent 65%);
}

.hero-in {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 40px;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 88px;
}

.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }

.hero-badges {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 26px;
  font-family: "Barlow Condensed", var(--font-body);
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .92rem;
  color: rgba(255,255,255,.66);
}

.hero-visual { display: flex; justify-content: center; }
.logo-ring {
  position: relative;
  width: min(380px, 72vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  animation: floaty 5.5s ease-in-out infinite;
}
.logo-ring::before {
  content: "";
  position: absolute;
  inset: -7%;
  border-radius: 50%;
  border: 2px dashed rgba(242,169,15,.4);
  animation: spin 40s linear infinite;
}
.logo-ring img { width: 100%; height: auto; filter: drop-shadow(0 24px 60px rgba(242,169,15,.28)); }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

/* Giriş animasyonları */
.reveal { opacity: 0; transform: translateY(22px); animation: rise .7s cubic-bezier(.2,.7,.3,1) forwards; }
.reveal.d1 { animation-delay: .1s; }
.reveal.d2 { animation-delay: .22s; }
.reveal.d3 { animation-delay: .34s; }
.reveal.d4 { animation-delay: .46s; }
@keyframes rise { to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  .reveal { animation: none; opacity: 1; transform: none; }
  .logo-ring, .logo-ring::before, .road-lines::after, .pulse-dot, .orb-ring::before { animation: none; }
}

/* ---------- İstatistikler ---------- */
.stats { background: var(--gold); color: var(--ink); }
.stats-in {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding-top: 26px;
  padding-bottom: 26px;
  text-align: center;
}
.stat strong { font-size: clamp(1.7rem, 3.4vw, 2.5rem); display: block; line-height: 1; }
.stat strong em { font-style: normal; font-size: .55em; }
.stat span {
  font-family: "Barlow Condensed", var(--font-body);
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .78rem;
  opacity: .8;
}

/* ---------- Bölümler ---------- */
.section { padding: 84px 0; }
.section-dark { background: var(--ink); color: var(--white); }
.sec-head { margin-bottom: 44px; }
.sec-head .sec-lead { margin-top: 12px; }

/* ---------- Hizmet kartları ---------- */
.grid.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.card {
  background: var(--white);
  border: 1px solid var(--paper-2);
  border-radius: var(--radius);
  padding: 30px 26px;
  position: relative;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 5px;
  background: repeating-linear-gradient(-45deg, var(--gold) 0 14px, var(--ink) 14px 28px);
  opacity: 0;
  transition: opacity .2s;
}
.card:hover { transform: translateY(-6px); box-shadow: 0 20px 46px rgba(11,11,13,.12); border-color: var(--gold); }
.card:hover::before { opacity: 1; }

.card-ic {
  width: 58px; height: 58px;
  border-radius: 13px;
  background: var(--ink);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}
.card-ic svg { width: 30px; height: 30px; fill: none; stroke: var(--gold); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.card h3 { margin-bottom: 8px; }
.card p { color: var(--mute); font-size: .98rem; }

/* ---------- Neden Biz ---------- */
.why-in {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
  align-items: start;
}
.why-copy h2 { margin-bottom: 16px; }
.why-copy .btn { margin-top: 26px; }
.why-copy .sec-lead { margin-top: 4px; }

.why-list { list-style: none; display: grid; gap: 8px; }
.why-list li {
  display: flex;
  gap: 20px;
  padding: 20px;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.08);
  background: var(--ink-2);
  transition: border-color .2s, background .2s;
}
.why-list li:hover { border-color: rgba(242,169,15,.5); background: var(--ink-3); }
.why-num {
  color: var(--gold);
  font-size: 1.6rem;
  line-height: 1;
  min-width: 44px;
  opacity: .9;
}
.why-list h3 { font-size: 1.05rem; margin-bottom: 4px; }
.why-list p { color: rgba(255,255,255,.62); font-size: .95rem; }

/* ---------- Adımlar ---------- */
.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  counter-reset: step;
}
.step {
  background: var(--white);
  border: 1px solid var(--paper-2);
  border-radius: var(--radius);
  padding: 34px 26px 30px;
  position: relative;
  text-align: center;
}
.step-num {
  width: 62px; height: 62px;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  font-size: 1.9rem;
  color: var(--ink);
  background: linear-gradient(180deg, var(--gold-hi), var(--gold));
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.step h3 { margin-bottom: 6px; }
.step p { color: var(--mute); font-size: .97rem; }
.step p a { color: var(--gold-deep); font-weight: 700; text-decoration: none; }

/* ---------- Bölgeler ---------- */
.areas {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.areas li {
  border: 1px solid rgba(242,169,15,.3);
  border-left: 4px solid var(--gold);
  background: var(--ink-2);
  padding: 13px 18px;
  border-radius: 9px;
  font-family: "Barlow Condensed", var(--font-body);
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  font-size: .95rem;
  transition: background .2s, transform .2s;
}
.areas li:hover { background: rgba(242,169,15,.14); transform: translateX(4px); }

/* ---------- Sahadan Kareler ---------- */
.field-gallery {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(24px, 5vw, 60px);
  flex-wrap: wrap;
}
.orb { text-align: center; margin: 0; }
.orb-ring {
  position: relative;
  width: clamp(230px, 24vw, 315px);
  aspect-ratio: 1;
  margin: 0 auto 18px;
  padding: 12px;
}
.orb-ring::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px dashed rgba(201, 136, 10, .55);
  animation: spin 40s linear infinite;
}
.orb-ring img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid var(--gold);
  box-shadow: 0 18px 44px rgba(11, 11, 13, .22);
  transition: transform .25s ease, box-shadow .25s ease;
}
.orb-ring:hover img {
  transform: scale(1.04);
  box-shadow: 0 24px 54px rgba(242, 169, 15, .35);
}
.orb figcaption {
  font-family: "Barlow Condensed", var(--font-body);
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .9rem;
  color: var(--mute);
  max-width: 30ch;
  margin: 0 auto;
}
.section-dark .orb figcaption { color: rgba(255, 255, 255, .62); }
.section-dark .orb-ring img { box-shadow: 0 18px 48px rgba(242, 169, 15, .18); }

/* ---------- SSS ---------- */
.faq { display: grid; gap: 12px; }
.faq details {
  background: var(--white);
  border: 1px solid var(--paper-2);
  border-radius: 12px;
  overflow: hidden;
}
.faq details[open] { border-color: var(--gold); }
.faq summary {
  cursor: pointer;
  padding: 18px 22px;
  font-family: "Barlow Condensed", var(--font-body);
  font-weight: 700;
  font-size: 1.08rem;
  letter-spacing: .03em;
  list-style: none;
  position: relative;
  padding-right: 52px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--gold-deep);
  transition: transform .2s;
}
.faq details[open] summary::after { content: "–"; }
.faq details p { padding: 0 22px 20px; color: var(--mute); }

/* ---------- Son CTA ---------- */
.cta-final {
  background: var(--ink);
  color: var(--white);
  text-align: center;
}
.cta-in { padding: 74px 20px 80px; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.cta-logo { width: 140px; height: auto; filter: drop-shadow(0 14px 40px rgba(242,169,15,.3)); }
.tel-giant {
  font-size: clamp(2.4rem, 9vw, 5rem);
  color: var(--gold);
  text-decoration: none;
  line-height: 1;
  letter-spacing: .02em;
  transition: text-shadow .2s, transform .2s;
}
.tel-giant:hover { text-shadow: 0 0 42px rgba(242,169,15,.55); transform: scale(1.02); }
.cta-in .hero-cta { justify-content: center; margin-top: 8px; }

.contact-meta {
  font-style: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 26px;
  margin-top: 18px;
  color: rgba(255,255,255,.6);
  font-size: .95rem;
}
.contact-meta a { color: var(--gold); text-decoration: none; }

/* ---------- Footer ---------- */
.site-foot {
  background: #060607;
  color: rgba(255,255,255,.5);
  font-size: .88rem;
  border-top: 1px solid rgba(242,169,15,.18);
}
.foot-in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 22px;
  padding-bottom: calc(22px + 74px); /* mobil çubuk payı masaüstünde sıfırlanır */
}
.foot-links a { color: rgba(255,255,255,.65); text-decoration: none; }
.foot-links a:hover { color: var(--gold); }

/* ---------- Mobil arama çubuğu ---------- */
.mobile-callbar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 80;
  display: none;
  gap: 10px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(11,11,13,.94);
  backdrop-filter: blur(10px);
  border-top: 2px solid var(--gold);
}
.mc-call {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(180deg, var(--gold-hi), var(--gold));
  color: var(--ink);
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 1.25rem;
  letter-spacing: .05em;
  padding: 13px;
  border-radius: 11px;
}
.mc-call svg { width: 22px; height: 22px; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.mc-wa {
  width: 56px;
  display: grid;
  place-items: center;
  background: var(--wa);
  color: #fff;
  border-radius: 11px;
}
.mc-wa svg { width: 26px; height: 26px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1020px) {
  .grid.services { grid-template-columns: repeat(2, 1fr); }
  .areas { grid-template-columns: repeat(3, 1fr); }
  .why-in { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 820px) {
  .head-call { display: none; }
  .nav-toggle { display: flex; }
  .main-nav {
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: rgba(11,11,13,.98);
    flex-direction: column;
    gap: 0;
    padding: 8px 20px 18px;
    border-bottom: 2px solid var(--gold);
    display: none;
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.07); }

  .hero-in { grid-template-columns: 1fr; padding-top: 52px; padding-bottom: 60px; text-align: left; }
  .hero-visual { order: -1; }
  .logo-ring { width: min(240px, 60vw); }

  .stats-in { grid-template-columns: repeat(2, 1fr); gap: 20px 12px; }
  .steps { grid-template-columns: 1fr; }
  .section { padding: 60px 0; }

  .mobile-callbar { display: flex; }
  .topbar-note { display: none; }
  .topbar-in { justify-content: center; }
}

@media (max-width: 560px) {
  .grid.services { grid-template-columns: 1fr; }
  .areas { grid-template-columns: repeat(2, 1fr); }
  .hero-cta .btn-xl { width: 100%; justify-content: center; }
  .brand-txt { font-size: 1.2rem; }
  .foot-in { flex-direction: column; text-align: center; }
}
