:root {
  --navy: #0d2238;
  --navy-2: #13304f;
  --ink: #16202b;
  --muted: #5a6776;
  --line: #e3e8ee;
  --soft: #f4f6f9;
  --bg: #ffffff;
  --accent: #f5a524;
  --accent-2: #e08e0b;
  --wa: #25d366;
  --radius: 16px;
  --shadow: 0 10px 30px rgba(13, 34, 56, .10);
  --wrap: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3 { line-height: 1.15; margin: 0 0 .5em; letter-spacing: -.02em; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); font-weight: 800; }
h3 { font-size: 1.2rem; font-weight: 700; }
p { margin: 0 0 1em; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 16px; }
.narrow { max-width: 820px; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--accent); padding: 8px 12px; z-index: 100; }
.skip:focus { left: 8px; }

.eyebrow {
  display: inline-block;
  font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  color: var(--accent-2); margin-bottom: .8em;
}

/* Butonlar */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  padding: .75em 1.3em; border-radius: 999px; font-weight: 700; text-decoration: none;
  border: 2px solid transparent; cursor: pointer; font: inherit; font-weight: 700;
  transition: transform .15s, background .15s, box-shadow .15s;
}
.btn svg { width: 1.15em; height: 1.15em; fill: currentColor; }
.btn:hover { transform: translateY(-1px); }
.btn--accent { background: var(--accent); color: var(--navy); box-shadow: 0 6px 18px rgba(245, 165, 36, .35); }
.btn--accent:hover { background: #ffb73d; }
.btn--ghost { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.06); backdrop-filter: blur(4px); }
.btn--ghost:hover { background: rgba(255,255,255,.16); }
.btn--lg { padding: .95em 1.6em; font-size: 1.02rem; }
.btn--block { width: 100%; }

/* Üst bant */
.topbar { background: var(--navy); color: #c6d3e1; font-size: .85rem; }
.topbar__in { display: flex; justify-content: space-between; gap: 16px; padding-top: 8px; padding-bottom: 8px; }
.topbar__links { display: flex; gap: 20px; }
.topbar a { text-decoration: none; color: #fff; }
.topbar a:hover { color: var(--accent); }

/* Başlık */
.header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.header__in { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--navy); }
.logo__icon { width: 42px; height: 42px; flex: none; }
.logo__text { font-weight: 800; font-size: 1.2rem; letter-spacing: .06em; line-height: 1; display: flex; flex-direction: column; }
.logo__text small { font-size: .62rem; letter-spacing: .32em; font-weight: 700; color: var(--muted); margin-top: 4px; }
.logo--light { color: #fff; }
.logo--light .logo__text small { color: #9fb1c4; }

.nav { display: flex; align-items: center; gap: 26px; }
.nav a { text-decoration: none; font-weight: 600; font-size: .95rem; color: var(--ink); }
.nav a:not(.btn):hover { color: var(--accent-2); }
.nav__cta { color: var(--navy) !important; padding: .6em 1.2em; }
.burger { display: none; width: 44px; height: 44px; border: 0; background: none; cursor: pointer; padding: 10px; }
.burger span { display: block; height: 2px; background: var(--navy); margin: 5px 0; border-radius: 2px; transition: .2s; }

/* Giriş */
.hero { position: relative; min-height: min(88vh, 780px); display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(100deg, rgba(8, 22, 38, .92) 0%, rgba(8, 22, 38, .78) 45%, rgba(8, 22, 38, .25) 100%);
}
.hero__in { position: relative; z-index: 2; padding-top: 72px; padding-bottom: 72px; width: 100%; }
.hero .eyebrow { color: var(--accent); }
.hero h1 { font-size: clamp(2.2rem, 5.4vw, 4rem); font-weight: 800; max-width: 14em; }
.hero h1 span { color: var(--accent); }
.hero__lead { font-size: clamp(1rem, 1.6vw, 1.18rem); color: #d7e1ec; max-width: 36em; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 44px; }
.hero__stats { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, auto); justify-content: start; gap: 12px 44px; }
.hero__stats li { border-left: 3px solid var(--accent); padding-left: 14px; }
.hero__stats strong { display: block; font-size: 1.9rem; font-weight: 800; line-height: 1.1; }
.hero__stats span { font-size: .88rem; color: #b9c7d6; }

/* Bölümler */
.section { padding: 96px 0; }
.section--soft { background: var(--soft); }
.section--dark { background: var(--navy); color: #fff; }
.section--dark .section__head p, .section--dark p { color: #b9c7d6; }
.section__head { max-width: 720px; margin-bottom: 48px; }
.section__head p:last-child { color: var(--muted); font-size: 1.05rem; }

/* Hizmetler */
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .2s, transform .2s; }
.service:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.service img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.service__body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.service__body p { color: var(--muted); }
.service--main { grid-column: 1 / -1; flex-direction: row; }
.service--main img { width: 50%; aspect-ratio: auto; min-height: 100%; }
.service--main .service__body { padding: 40px; justify-content: center; }
.service--main h3 { font-size: 1.7rem; }
.tag { align-self: flex-start; background: #fff4df; color: #9a5c00; font-size: .78rem; font-weight: 800; padding: 4px 10px; border-radius: 999px; margin-bottom: 12px; letter-spacing: .04em; }
.link { margin-top: auto; font-weight: 700; color: var(--navy); text-decoration: none; }
.link:hover { color: var(--accent-2); }

.checks { list-style: none; padding: 0; margin: 0 0 20px; }
.checks li { position: relative; padding-left: 28px; margin-bottom: 8px; }
.checks li::before {
  content: ""; position: absolute; left: 0; top: .3em; width: 18px; height: 18px; border-radius: 50%;
  background: #fff4df url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e08e0b' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 12 4 4 8-8'/%3E%3C/svg%3E") center / 12px no-repeat;
}

/* Neden biz */
.features { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.features li { background: var(--navy-2); border: 1px solid rgba(255,255,255,.07); border-radius: var(--radius); padding: 28px; }
.features svg { width: 44px; height: 44px; padding: 10px; border-radius: 12px; background: rgba(245,165,36,.14); fill: none; stroke: var(--accent); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 16px; }
.features h3 { color: #fff; }
.features p { margin: 0; font-size: .96rem; }

/* Filo */
.fleet { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.car { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; display: flex; flex-direction: column; }
.car img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.car__body { padding: 22px 24px 24px; }
.car__meta { color: var(--accent-2); font-weight: 700; font-size: .9rem; margin-bottom: 14px; }
.specs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0 0 14px; }
.specs div { background: var(--soft); border-radius: 10px; padding: 10px 12px; }
.specs dt { font-size: .75rem; color: var(--muted); font-weight: 600; }
.specs dd { margin: 0; font-weight: 700; font-size: .95rem; }
.car__use { color: var(--muted); font-size: .94rem; margin: 0; }
.car--wide .checks { margin: 0; }
.note { color: var(--muted); font-size: .85rem; margin-top: 16px; }

/* Hakkımızda */
.about { display: grid; grid-template-columns: 5fr 7fr; gap: 64px; align-items: center; }
.about__media { position: relative; }
.about__media img { border-radius: 20px; aspect-ratio: 4 / 5; object-fit: cover; object-position: 30% center; width: 100%; box-shadow: var(--shadow); }
.about__badge { position: absolute; right: -20px; bottom: 32px; background: var(--accent); color: var(--navy); border-radius: 16px; padding: 18px 22px; display: flex; align-items: center; gap: 12px; box-shadow: var(--shadow); }
.about__badge strong { font-size: 2.6rem; font-weight: 800; line-height: 1; }
.about__badge span { font-weight: 700; line-height: 1.2; font-size: .95rem; }
.about__text > p { color: var(--muted); }
.about__list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.about__list li { background: #fff; border-radius: 12px; padding: 16px 18px; border: 1px solid var(--line); }
.about__list strong { display: block; color: var(--navy); }
.about__list span { font-size: .9rem; color: var(--muted); }

/* Belgeler */
.docs { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.docs li { border: 1px solid var(--line); border-radius: 14px; padding: 20px; border-top: 4px solid var(--accent); }
.docs strong { display: block; color: var(--navy); margin-bottom: 6px; line-height: 1.3; }
.docs span { font-size: .9rem; color: var(--muted); }

/* Adımlar */
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: s; }
.steps li { background: #fff; border-radius: var(--radius); padding: 28px; border: 1px solid var(--line); }
.steps span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--navy); color: var(--accent); font-weight: 800; font-size: 1.1rem; margin-bottom: 16px; }
.steps p { color: var(--muted); margin: 0; }

/* Teklif */
.quote { display: grid; grid-template-columns: 5fr 7fr; gap: 56px; align-items: start; }
.quote__phone { display: inline-flex; align-items: center; gap: 14px; margin-top: 12px; text-decoration: none; color: #fff; background: var(--navy-2); padding: 16px 22px; border-radius: 14px; border: 1px solid rgba(255,255,255,.1); }
.quote__phone svg { width: 40px; height: 40px; padding: 9px; border-radius: 50%; background: var(--accent); fill: var(--navy); }
.quote__phone span { font-size: 1.3rem; font-weight: 800; line-height: 1.2; }
.quote__phone small { display: block; font-size: .8rem; font-weight: 600; color: #b9c7d6; }
.form { background: #fff; color: var(--ink); border-radius: 20px; padding: 32px; box-shadow: 0 20px 50px rgba(0,0,0,.25); display: grid; gap: 16px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form label { display: grid; gap: 6px; font-weight: 700; font-size: .88rem; color: var(--navy); }
.form input, .form select, .form textarea {
  font: inherit; font-weight: 500; font-size: 1rem; color: var(--ink);
  border: 1.5px solid var(--line); border-radius: 10px; padding: 12px 14px; background: #fbfcfd; width: 100%;
}
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--accent); background: #fff; box-shadow: 0 0 0 3px rgba(245,165,36,.2); }
.form [aria-invalid="true"] { border-color: #d64545; }
.form__error { color: #b42318; background: #fef3f2; border-radius: 10px; padding: 10px 14px; margin: 0; font-size: .92rem; font-weight: 600; }
.form__hint { color: var(--muted) !important; font-size: .82rem; margin: 0; text-align: center; }
.form__hint a { color: var(--navy); }
.form .btn--accent { background: var(--wa); color: #fff; box-shadow: 0 6px 18px rgba(37,211,102,.35); }
.form .btn--accent:hover { background: #1ebe5b; }

/* SSS */
.faq details { border-bottom: 1px solid var(--line); padding: 4px 0; }
.faq summary { cursor: pointer; list-style: none; font-weight: 700; font-size: 1.08rem; padding: 18px 40px 18px 0; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-size: 1.6rem; font-weight: 500; color: var(--accent-2); transition: transform .2s; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p { color: var(--muted); padding-right: 40px; }

/* İletişim */
.contact { display: grid; grid-template-columns: 5fr 7fr; gap: 56px; align-items: center; }
.contact__list { list-style: none; padding: 0; margin: 0; display: grid; gap: 4px; }
.contact__list li { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.contact__list span { color: var(--muted); }
.contact__list a, .contact__list b { font-weight: 700; color: var(--navy); text-decoration: none; text-align: right; word-break: break-word; }
.contact__list a:hover { color: var(--accent-2); }
.map { border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 3; background: var(--line); }
.map iframe { width: 100%; height: 100%; border: 0; display: block; }

/* Alt bilgi */
.footer { background: #081626; color: #9fb1c4; padding: 48px 0 110px; font-size: .92rem; }
.footer__in { display: grid; grid-template-columns: 2fr 3fr; gap: 24px 48px; align-items: start; }
.footer p { margin: 12px 0 0; }
.footer nav { display: flex; flex-wrap: wrap; gap: 12px 28px; justify-content: flex-end; }
.footer nav a { text-decoration: none; color: #d7e1ec; font-weight: 600; }
.footer nav a:hover { color: var(--accent); }
.footer__copy { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.08); padding-top: 20px; }

/* Yüzen butonlar */
.float { position: fixed; right: 18px; bottom: 18px; display: grid; gap: 12px; z-index: 60; }
.float__btn { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; box-shadow: 0 8px 22px rgba(0,0,0,.25); transition: transform .15s; }
.float__btn:hover { transform: scale(1.07); }
.float__btn svg { width: 28px; height: 28px; fill: #fff; }
.float__btn--wa { background: var(--wa); }
.float__btn--tel { background: var(--navy); }
.float__btn--tel svg { fill: var(--accent); }

/* Duyarlı */
@media (max-width: 1024px) {
  .services, .fleet { grid-template-columns: 1fr 1fr; }
  .car--wide { grid-column: 1 / -1; flex-direction: row; }
  .car--wide img { width: 45%; aspect-ratio: auto; }
  .docs { grid-template-columns: 1fr 1fr; }
  .features { grid-template-columns: 1fr 1fr; }
  .about, .quote, .contact { gap: 40px; }
}

@media (max-width: 860px) {
  .topbar__in > span:first-child { display: none; }
  .topbar__in { justify-content: center; }
  .burger { display: block; }
  .nav {
    position: fixed; top: 72px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
    padding: 8px 16px 20px; transform: translateY(-120%); visibility: hidden; transition: transform .25s, visibility .25s;
    max-height: calc(100vh - 72px); overflow-y: auto;
  }
  .nav a:not(.btn) { padding: 14px 4px; border-bottom: 1px solid var(--line); }
  .nav__cta { margin-top: 16px; }
  .header.is-open .nav { transform: none; visibility: visible; }
  .header.is-open .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .header.is-open .burger span:nth-child(2) { opacity: 0; }
  .header.is-open .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .section { padding: 64px 0; }
  .hero { min-height: auto; }
  .hero__in { padding-top: 56px; padding-bottom: 56px; }
  .hero::before { background: linear-gradient(180deg, rgba(8,22,38,.82), rgba(8,22,38,.9)); }
  .hero__stats { grid-template-columns: 1fr 1fr; gap: 20px; }
  .service--main { flex-direction: column; }
  .service--main img { width: 100%; aspect-ratio: 16 / 10; min-height: 0; }
  .service--main .service__body { padding: 24px; }
  .about, .quote, .contact { grid-template-columns: 1fr; }
  .about__media { max-width: 440px; }
  .about__badge { right: 12px; }
  .steps { grid-template-columns: 1fr; }
  .footer__in { grid-template-columns: 1fr; }
  .footer nav { justify-content: flex-start; }
}

@media (max-width: 600px) {
  .services, .fleet, .features, .docs { grid-template-columns: 1fr; }
  .car--wide { flex-direction: column; }
  .car--wide img { width: 100%; aspect-ratio: 4 / 3; }
  .form { padding: 22px; }
  .form__row { grid-template-columns: 1fr; }
  .about__list { grid-template-columns: 1fr; }
  .hero__actions .btn { width: 100%; }
  .topbar__links a[href^="mailto"] { display: none; }
  .quote__phone { width: 100%; }
  .contact__list li { padding-right: 72px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
