/* ==========================================================
   Turuncu Nakliyat - On yuz stilleri (mobil oncelikli)
   Renkler: turuncu #ff6a00, lacivert #102a43, gri #f5f7fa
   ========================================================== */

:root {
  --orange: #ff6a00;
  --orange-dark: #d95a00;
  --navy: #102a43;
  --navy-light: #1d3f5f;
  --white: #ffffff;
  --bg: #f5f7fa;
  --text: #1f2937;
  --text-muted: #52606d;
  --border: #d9e2ec;
  --green: #1f9d55;
  --wa: #25d366;
  --wa-dark: #1baa52;
  --danger: #dc2626;
  --radius: 10px;
  --shadow: 0 2px 12px rgba(16, 42, 67, .08);
  --shadow-lg: 0 8px 28px rgba(16, 42, 67, .14);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; }

a { color: var(--orange-dark); }
a:hover { color: var(--orange); }

h1, h2, h3, h4 { line-height: 1.25; color: var(--navy); margin: 0 0 .5em; overflow-wrap: break-word; }
h1 { font-size: clamp(1.7rem, 4.5vw, 2.6rem); font-weight: 800; }
h2 { font-size: clamp(1.35rem, 3.2vw, 1.9rem); font-weight: 700; }
h3 { font-size: 1.1rem; font-weight: 700; }

p { margin: 0 0 1em; }

.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 1rem; }

/* Erisilebilirlik */
.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--navy); color: #fff; padding: .6rem 1rem; z-index: 200;
}
.skip-link:focus { left: 0; color: #fff; }

:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .45rem;
  padding: .65rem 1.15rem; border-radius: var(--radius);
  font-weight: 700; font-size: .95rem; text-decoration: none;
  border: 2px solid transparent; cursor: pointer; line-height: 1.2;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
  min-height: 44px;
}
.btn svg { flex: none; }
.btn-primary { background: var(--orange); color: #fff; }
.btn-primary:hover { background: var(--orange-dark); color: #fff; }
.btn-dark { background: var(--navy); color: #fff; }
.btn-dark:hover { background: var(--navy-light); color: #fff; }
.btn-light { background: #fff; color: var(--navy); border-color: var(--border); }
.btn-light:hover { border-color: var(--navy); color: var(--navy); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--border); }
.btn-outline:hover { border-color: var(--orange); color: var(--orange-dark); }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: var(--wa-dark); color: #fff; }
.btn-danger { background: var(--danger); color: #fff; }
.btn-danger:hover { background: #b91c1c; color: #fff; }
.btn-lg { padding: .85rem 1.5rem; font-size: 1.05rem; }
.btn-sm { padding: .45rem .8rem; font-size: .85rem; min-height: 38px; }
.btn-block { width: 100%; }

/* ---------- Dikkat cekici buton efektleri ---------- */
@media (prefers-reduced-motion: no-preference) {
  /* WhatsApp: yesil nabiz parilti */
  .btn-wa, .mobile-bar-wa { animation: fxPulseWa 2.4s ease-in-out infinite; }
  @keyframes fxPulseWa {
    0%, 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, .55); }
    55% { box-shadow: 0 0 0 10px rgba(37, 211, 102, 0); }
  }
  /* Teklif Al: turuncu sinyal (radar ping) halkasi */
  .fx-signal { animation: fxSignal 1.8s ease-in-out infinite; }
  @keyframes fxSignal {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255, 106, 0, .65); }
    55% { box-shadow: 0 0 0 13px rgba(255, 106, 0, 0); }
  }
  /* Hemen Ara: telefon ikonu sallanma */
  .fx-call svg { animation: fxCall 3.2s ease-in-out infinite; transform-origin: center; }
  @keyframes fxCall {
    0%, 82%, 100% { transform: rotate(0); }
    85%, 93% { transform: rotate(-13deg); }
    89%, 97% { transform: rotate(13deg); }
  }
}

/* ---------- Topbar ---------- */
.topbar { background: var(--navy); color: #dbe7f3; font-size: .82rem; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: .5rem; min-height: 38px; flex-wrap: wrap; }
.topbar-left, .topbar-right { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
.topbar-item { display: inline-flex; align-items: center; gap: .35rem; color: #dbe7f3; text-decoration: none; }
.topbar-item:hover { color: #fff; }
.topbar-wa { color: #7bedaa; }
.topbar-left { display: none; }
@media (min-width: 768px) { .topbar-left { display: flex; } }

/* ---------- Header ---------- */
.site-header { background: #fff; border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 68px; }
.brand { display: flex; align-items: center; gap: .5rem; text-decoration: none; }
.brand-mark { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 10px; background: var(--orange); color: #fff; }
.brand-text { font-size: 1.25rem; font-weight: 400; color: var(--navy); letter-spacing: -.01em; }
.brand-text strong { color: var(--orange); font-weight: 800; }

.main-nav { display: none; }
.main-nav ul { display: flex; gap: 1.25rem; list-style: none; margin: 0; padding: 0; }
.main-nav a { color: var(--navy); text-decoration: none; font-weight: 600; font-size: .95rem; padding: .5rem 0; }
.main-nav a:hover { color: var(--orange); }

.header-actions { display: flex; align-items: center; gap: .5rem; }
.header-actions .btn span { display: none; }
.nav-toggle { background: none; border: none; color: var(--navy); cursor: pointer; padding: .4rem; display: inline-flex; min-height: 44px; min-width: 44px; align-items: center; justify-content: center; }

@media (min-width: 1024px) {
  .main-nav { display: block; }
  .nav-toggle { display: none; }
  .header-actions .btn span { display: inline; }
}

@media (max-width: 480px) {
  .header-inner { gap: .4rem; }
  .header-actions { gap: .3rem; }
  .brand-text { font-size: 1.05rem; }
  .brand-mark { width: 38px; height: 38px; }
  .header-actions .btn-sm { padding: .45rem .55rem; }
}

.mobile-nav { background: #fff; border-top: 1px solid var(--border); }
.mobile-nav ul { list-style: none; margin: 0; padding: .5rem 1rem 1rem; }
.mobile-nav a { display: block; padding: .8rem .5rem; color: var(--navy); text-decoration: none; font-weight: 600; border-bottom: 1px solid var(--bg); }
.mobile-nav-cta { color: var(--orange) !important; }

/* ---------- Hero ---------- */
.hero { background: linear-gradient(145deg, var(--navy) 0%, #16395c 60%, #1d4a75 100%); color: #e6eef7; padding: 2.5rem 0 3rem; }
.hero-has-image { background-size: cover !important; background-position: center !important; background-repeat: no-repeat !important; }
.hero-inner { display: grid; gap: 2rem; }
.hero h1 { color: #fff; margin-bottom: .6rem; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: .4rem; background: rgba(255, 106, 0, .16); color: #ffb37e; font-weight: 600; font-size: .85rem; padding: .3rem .75rem; border-radius: 999px; margin-bottom: 1rem; }
.hero-sub { font-size: 1.05rem; max-width: 560px; color: #c3d3e2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1.3rem 0; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 1rem; list-style: none; padding: 0; margin: 0; font-size: .88rem; color: #9fb7cc; }
.hero-badges li { display: inline-flex; align-items: center; gap: .35rem; }
.hero-badges svg { color: var(--orange); }

.hero-card { background: #fff; color: var(--text); border-radius: 14px; padding: 1.4rem; box-shadow: var(--shadow-lg); }
.hero-card h2 { font-size: 1.2rem; }
.hero-card p { font-size: .9rem; color: var(--text-muted); }
.quick-route-note { font-size: .78rem !important; line-height: 1.5; color: var(--text-muted); margin: 1rem 0 0 !important; padding-top: .8rem; border-top: 1px solid var(--border); }
.quick-route-note strong { color: var(--navy); }

@media (min-width: 900px) {
  .hero-inner { grid-template-columns: 1.4fr 1fr; align-items: center; }
}

/* ---------- Formlar ---------- */
.form-row { margin-bottom: 1rem; display: flex; flex-direction: column; gap: .35rem; }
.form-row label, .label-text { font-weight: 600; font-size: .9rem; color: var(--navy); }
.req { color: var(--danger); }
.opt { color: var(--text-muted); font-weight: 400; font-size: .82rem; }

input[type="text"], input[type="tel"], input[type="email"], input[type="date"],
input[type="number"], input[type="password"], input[type="url"], input[type="search"],
input[type="file"], input[type="datetime-local"], select, textarea {
  width: 100%; padding: .65rem .8rem; font-size: 1rem; font-family: inherit;
  border: 1.5px solid var(--border); border-radius: 8px; background: #fff; color: var(--text);
  min-height: 44px;
}
textarea { min-height: auto; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--orange); outline: none; box-shadow: 0 0 0 3px rgba(255, 106, 0, .15); }

.form-grid-2 { display: grid; gap: 0 1rem; }
.form-grid-3 { display: grid; gap: 0 1rem; }
@media (min-width: 640px) {
  .form-grid-2 { grid-template-columns: 1fr 1fr; }
  .form-grid-3 { grid-template-columns: 1fr 1fr 1fr; }
}

.check-label { display: flex; align-items: flex-start; gap: .5rem; font-size: .92rem; cursor: pointer; font-weight: 500; }
.check-label input { width: 18px; height: 18px; margin-top: .2rem; flex: none; accent-color: var(--orange); min-height: auto; }
.check-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: .5rem; }
.radio-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.form-row-check { justify-content: center; }

.field-error { color: var(--danger); font-size: .85rem; margin: .2rem 0 0; font-weight: 600; }
.field-error::before { content: "⚠ "; }
.field-hint { color: var(--text-muted); font-size: .82rem; margin: .2rem 0 0; }

.alert { padding: .9rem 1.1rem; border-radius: var(--radius); margin-bottom: 1.2rem; font-size: .95rem; }
.alert ul { margin: .4rem 0 0 1.2rem; padding: 0; }
.alert-success { background: #e7f6ec; color: #14532d; border: 1px solid #a7dbb8; display: flex; gap: .5rem; align-items: center; }
.alert-error { background: #fdecec; color: #7f1d1d; border: 1px solid #f5b5b5; }

/* Honeypot */
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* ---------- Bolumler ---------- */
.section { padding: 3rem 0; }
.section-alt { background: var(--bg); }
.section-title { text-align: center; margin-bottom: .4rem; }
.section-title-left { margin: 1.5rem 0 1rem; }
.section-sub { text-align: center; color: var(--text-muted); max-width: 640px; margin: 0 auto 2rem; }
.section-more { text-align: center; margin-top: 1.8rem; }

.card-grid { display: grid; gap: 1rem; }
@media (min-width: 640px) {
  .card-grid-2 { grid-template-columns: repeat(2, 1fr); }
  .card-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .card-grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .card-grid-3 { grid-template-columns: repeat(3, 1fr); }
  .card-grid-4 { grid-template-columns: repeat(4, 1fr); }
}

/* Kartlar */
.service-card, .route-card, .feature-card, .step-card, .vehicle-card,
.announcement-card, .review-card, .post-card, .location-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1.3rem; text-decoration: none; color: var(--text);
  display: flex; flex-direction: column; gap: .4rem;
  box-shadow: 0 1px 3px rgba(16, 42, 67, .05);
  transition: transform .2s ease, box-shadow .2s ease, border-color .15s ease;
}
a.service-card:hover, a.route-card:hover, a.post-card:hover, a.location-card:hover {
  border-color: var(--orange); color: var(--text);
  transform: translateY(-5px);
  box-shadow: 0 14px 32px rgba(16, 42, 67, .15);
}
/* Statik kartlarda (link olmayan) da yumusak yukselme */
.feature-card:hover, .vehicle-card:hover, .announcement-card:hover, .review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(16, 42, 67, .12);
}

.service-icon, .feature-icon { display: inline-flex; width: 54px; height: 54px; align-items: center; justify-content: center; border-radius: 12px; background: #fff1e6; color: var(--orange); margin-bottom: .4rem; }
.card-link { color: var(--orange-dark); font-weight: 700; font-size: .88rem; display: inline-flex; align-items: center; gap: .3rem; margin-top: auto; }
.card-title-h3 { font-size: 1.1rem; }

.route-cities { display: flex; align-items: center; gap: .45rem; font-weight: 700; color: var(--navy); font-size: 1.02rem; }
.route-cities svg { color: var(--orange); flex: none; }
.route-arrow { color: var(--orange); }
.route-time { display: inline-flex; align-items: center; gap: .35rem; color: var(--text-muted); font-size: .85rem; }

.steps-grid { display: grid; gap: 1rem; list-style: none; margin: 0; padding: 0; counter-reset: step; }
@media (min-width: 640px) { .steps-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .steps-grid { grid-template-columns: repeat(4, 1fr); } }
.step-no { display: inline-flex; width: 40px; height: 40px; border-radius: 50%; background: var(--orange); color: #fff; font-weight: 800; align-items: center; justify-content: center; font-size: 1.1rem; margin-bottom: .5rem; }

.vehicle-card img { border-radius: 8px; object-fit: cover; }
.vehicle-icon { display: inline-flex; width: 70px; height: 70px; border-radius: 14px; background: #fff1e6; color: var(--orange); align-items: center; justify-content: center; }
.vehicle-capacity { color: var(--orange-dark); font-weight: 700; font-size: .88rem; margin: 0; }

.announcement-head { display: flex; justify-content: space-between; align-items: center; gap: .5rem; flex-wrap: wrap; }
.announcement-badge { display: inline-flex; align-items: center; gap: .35rem; background: #fff1e6; color: var(--orange-dark); font-weight: 700; font-size: .8rem; padding: .25rem .6rem; border-radius: 999px; }
.announcement-date { color: var(--text-muted); font-size: .85rem; font-weight: 600; }
.announcement-route { display: flex; align-items: center; gap: .4rem; color: var(--navy); font-weight: 600; margin: 0; }
.announcement-card .btn { align-self: flex-start; margin-top: .5rem; }

.review-card { margin: 0; }
.review-stars { color: #f59e0b; display: flex; gap: 2px; }
.review-card footer { margin-top: auto; display: flex; flex-direction: column; font-size: .85rem; }
.review-card footer strong { color: var(--navy); }
.review-card footer span { color: var(--text-muted); }

.post-card { padding: 0; overflow: hidden; }
.post-card img { width: 100%; object-fit: cover; aspect-ratio: 16/9; }
.post-card-body { padding: 1.1rem 1.3rem 1.3rem; display: flex; flex-direction: column; gap: .35rem; }
.post-card time { color: var(--text-muted); font-size: .82rem; }
.post-cat { display: inline-block; background: #fff1e6; color: var(--orange-dark); font-size: .78rem; font-weight: 700; padding: .15rem .6rem; border-radius: 999px; text-decoration: none; align-self: flex-start; }

.location-card { flex-direction: row; align-items: center; gap: .6rem; font-weight: 600; color: var(--navy); padding: 1rem 1.1rem; }
.location-card svg { color: var(--orange); flex: none; }

.trust-band { display: grid; gap: 1.5rem; }
@media (min-width: 900px) { .trust-band { grid-template-columns: repeat(3, 1fr); } }
.trust-item { display: flex; gap: 1rem; align-items: flex-start; }
.trust-item svg { color: var(--orange); flex: none; margin-top: .2rem; }
.trust-item h3 { margin-bottom: .25rem; }
.trust-item p { margin: 0; font-size: .92rem; color: var(--text-muted); }

/* SSS */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: .6rem; background: #fff; }
.faq-item summary { padding: 1rem 1.2rem; font-weight: 700; color: var(--navy); cursor: pointer; list-style: none; position: relative; padding-right: 2.5rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 1.2rem; top: 50%; transform: translateY(-50%); color: var(--orange); font-size: 1.4rem; font-weight: 400; }
.faq-item[open] summary::after { content: "–"; }
.faq-answer { padding: 0 1.2rem 1.1rem; color: var(--text-muted); }

/* CTA band */
.cta-band { background: linear-gradient(120deg, var(--orange) 0%, #ff8a33 100%); color: #fff; padding: 2.6rem 0; }
.cta-band h2 { color: #fff; margin-bottom: .25rem; }
.cta-band p { margin: 0; opacity: .95; }
.cta-band-inner { display: flex; flex-direction: column; gap: 1.3rem; }
.cta-band-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
@media (min-width: 900px) {
  .cta-band-inner { flex-direction: row; align-items: center; justify-content: space-between; }
}

/* ---------- Sayfa duzenleri ---------- */
.breadcrumb { background: var(--bg); border-bottom: 1px solid var(--border); font-size: .84rem; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: .3rem; list-style: none; margin: 0; padding: .6rem 0; }
.breadcrumb li:not(:last-child)::after { content: "›"; margin-left: .3rem; color: var(--text-muted); }
.breadcrumb a { color: var(--text-muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--orange); }
.breadcrumb li[aria-current] { color: var(--navy); font-weight: 600; }

.page-hero { background: linear-gradient(145deg, var(--navy), #17395a); color: #cfdeeb; padding: 2.6rem 0; }
.page-hero h1 { color: #fff; }
.page-hero-slim { padding: 2rem 0; }
.page-lead { font-size: 1.05rem; max-width: 720px; color: #c3d3e2; }
.page-hero a { color: #ffb37e; }
.page-hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.2rem; }
.route-badge { display: inline-flex; align-items: center; gap: .45rem; background: rgba(255,106,0,.16); color: #ffb37e; font-weight: 700; padding: .3rem .8rem; border-radius: 999px; margin-bottom: .8rem; }
.route-facts { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 1rem; }
.route-fact { display: inline-flex; align-items: center; gap: .45rem; font-size: .92rem; color: #c3d3e2; }
.route-fact svg { color: var(--orange); }
.route-fact strong { color: #fff; }

.page-layout { display: grid; gap: 2rem; padding: 2.5rem 0; }
@media (min-width: 960px) { .page-layout { grid-template-columns: 1fr 320px; align-items: start; } }
.page-narrow { max-width: 780px; margin-left: auto; margin-right: auto; padding-top: 2rem; padding-bottom: 2rem; }

.content-block { margin-top: 2rem; }
.prose { color: var(--text); }
.prose h2 { margin-top: 1.6em; }
.prose h3 { margin-top: 1.2em; }
.prose ul, .prose ol { padding-left: 1.4rem; }
.prose li { margin-bottom: .35em; }
.prose img { border-radius: var(--radius); }
.prose table { width: 100%; border-collapse: collapse; display: block; overflow-x: auto; }
.prose th, .prose td { border: 1px solid var(--border); padding: .5rem .75rem; text-align: left; font-size: .92rem; }
.prose th { background: var(--bg); }

.page-side { display: flex; flex-direction: column; gap: 1.2rem; }
.side-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 1.3rem; }
.side-card h2 { font-size: 1.05rem; margin-bottom: .8rem; }
.side-card-cta { background: var(--navy); border: none; color: #cfdeeb; }
.side-card-cta h2 { color: #fff; }
.side-card-cta .btn { margin-top: .5rem; }
.side-links { list-style: none; margin: 0; padding: 0; }
.side-links li { border-bottom: 1px solid var(--bg); }
.side-links a { display: block; padding: .55rem 0; text-decoration: none; color: var(--text); font-size: .92rem; }
.side-links a:hover { color: var(--orange-dark); }
.side-card-map iframe { border-radius: 8px; }

.post-cover { border-radius: var(--radius); margin-bottom: 1.5rem; width: 100%; object-fit: cover; }
.post-meta { color: var(--text-muted); font-size: .88rem; }

.blog-categories { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2rem; }
.blog-categories a { padding: .4rem .9rem; border: 1.5px solid var(--border); border-radius: 999px; text-decoration: none; color: var(--text); font-weight: 600; font-size: .88rem; }
.blog-categories a.active, .blog-categories a:hover { border-color: var(--orange); color: var(--orange-dark); }

.pagination { display: flex; flex-wrap: wrap; gap: .4rem; justify-content: center; margin-top: 2rem; }
.pagination a, .pagination .page-current { display: inline-flex; min-width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 8px; text-decoration: none; font-weight: 600; }
.pagination a { border: 1.5px solid var(--border); color: var(--text); }
.pagination a:hover { border-color: var(--orange); color: var(--orange-dark); }
.pagination .page-current { background: var(--orange); color: #fff; }

.empty-note { text-align: center; color: var(--text-muted); padding: 2rem 0; }

/* ---------- Teklif formu ---------- */
.quote-form { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 1.5rem; box-shadow: var(--shadow); }
.quote-form fieldset { border: none; margin: 0; padding: 0; }
.quote-form legend { font-size: 1.15rem; font-weight: 800; color: var(--navy); margin-bottom: 1.2rem; padding: 0; }

.form-steps { display: flex; justify-content: space-between; list-style: none; margin: 0 0 1.8rem; padding: 0; counter-reset: fstep; position: relative; }
.form-steps::before { content: ""; position: absolute; top: 16px; left: 8%; right: 8%; height: 2px; background: var(--border); z-index: 0; }
.form-steps li { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: .3rem; font-size: .72rem; color: var(--text-muted); flex: 1; text-align: center; }
.form-steps li::before { content: attr(data-step-label); display: flex; width: 34px; height: 34px; border-radius: 50%; background: #fff; border: 2px solid var(--border); align-items: center; justify-content: center; font-weight: 800; color: var(--text-muted); }
.form-steps li.active { color: var(--orange-dark); font-weight: 700; }
.form-steps li.active::before { background: var(--orange); border-color: var(--orange); color: #fff; }
.form-steps li.done::before { background: var(--navy); border-color: var(--navy); color: #fff; content: "✓"; }

.step-nav { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.5rem; }
.step-nav .btn:only-child { margin-left: auto; }

.photo-list { list-style: none; margin: .6rem 0 0; padding: 0; display: flex; flex-direction: column; gap: .3rem; font-size: .85rem; color: var(--text-muted); }
.form-consents { gap: .7rem; }

.thanks-card { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 2rem 1.5rem; text-align: center; box-shadow: var(--shadow); }
.thanks-icon { display: inline-flex; width: 76px; height: 76px; border-radius: 50%; background: #e7f6ec; color: var(--green); align-items: center; justify-content: center; margin-bottom: 1rem; }
.thanks-code { font-size: 1.1rem; }
.thanks-code strong { color: var(--orange-dark); letter-spacing: .03em; }
.thanks-summary { text-align: left; background: var(--bg); border-radius: var(--radius); padding: 1.2rem 1.4rem; margin: 1.5rem 0; }
.thanks-summary h2 { font-size: 1rem; margin-bottom: .8rem; }
.thanks-summary dl { margin: 0; }
.thanks-summary dl > div { display: flex; flex-direction: column; padding: .4rem 0; border-bottom: 1px solid var(--border); }
.thanks-summary dl > div:last-child { border-bottom: none; }
.thanks-summary dt { font-weight: 700; font-size: .82rem; color: var(--text-muted); }
.thanks-summary dd { margin: 0; }
.thanks-actions { display: flex; flex-direction: column; gap: .7rem; }
@media (min-width: 640px) {
  .thanks-summary dl > div { flex-direction: row; gap: 1rem; }
  .thanks-summary dt { width: 140px; flex: none; }
  .thanks-actions { flex-direction: row; justify-content: center; flex-wrap: wrap; }
}

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: #9fb7cc; margin-bottom: 64px; }
.footer-grid { display: grid; gap: 2rem; padding: 3rem 1rem 2rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr 1.4fr; margin-bottom: 0; } }
.footer-brand { font-size: 1.3rem; color: #fff; }
.footer-brand strong { color: var(--orange); }
.footer-title { font-size: .95rem; color: #fff; margin-bottom: .8rem; text-transform: uppercase; letter-spacing: .05em; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: .45rem; }
.footer-col a { color: #9fb7cc; text-decoration: none; font-size: .92rem; }
.footer-col a:hover { color: #fff; }
.footer-contact li { display: flex; align-items: flex-start; gap: .5rem; }
.footer-contact svg { color: var(--orange); flex: none; margin-top: .25rem; }
.footer-social { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1rem; }
.footer-social a { color: #9fb7cc; text-decoration: none; font-size: .88rem; border: 1px solid #2c4a68; border-radius: 999px; padding: .25rem .8rem; }
.footer-social a:hover { border-color: var(--orange); color: #fff; }
.footer-bottom { border-top: 1px solid #223f5c; padding: 1.1rem 0; font-size: .82rem; }
.footer-bottom p { margin: 0; }

@media (min-width: 1024px) { .site-footer { margin-bottom: 0; } }

/* ---------- Mobil sabit bar ---------- */
.mobile-bar { position: fixed; bottom: 0; left: 0; right: 0; display: flex; background: #fff; border-top: 1px solid var(--border); z-index: 90; box-shadow: 0 -2px 12px rgba(16,42,67,.1); }
.mobile-bar-btn { flex: 1; display: flex; align-items: center; justify-content: center; gap: .4rem; padding: .8rem .3rem; font-size: .82rem; font-weight: 700; text-decoration: none; min-height: 56px; }
.mobile-bar-phone { color: var(--navy); }
.mobile-bar-wa { color: #fff; background: var(--wa); }
.mobile-bar-quote { color: #fff; background: var(--orange); }
@media (min-width: 1024px) { .mobile-bar { display: none; } }

/* ---------- Cerez bildirimi ---------- */
.cookie-notice { position: fixed; bottom: 70px; left: 1rem; right: 1rem; background: var(--navy); color: #dbe7f3; padding: 1rem 1.2rem; border-radius: var(--radius); z-index: 95; box-shadow: var(--shadow-lg); display: flex; flex-direction: column; gap: .6rem; font-size: .88rem; }
.cookie-notice[hidden] { display: none !important; }
.cookie-notice p { margin: 0; }
.cookie-notice a { color: #ffb37e; }
.cookie-notice .btn { align-self: flex-start; }
@media (min-width: 768px) { .cookie-notice { left: auto; right: 1.5rem; max-width: 420px; bottom: 1.5rem; } }

/* ---------- Hata sayfalari ---------- */
.error-body { background: var(--bg); display: flex; align-items: center; justify-content: center; min-height: 100vh; margin: 0; }
.error-page { text-align: center; padding: 3rem 1.5rem; max-width: 480px; }
.error-code { font-size: 4.5rem; font-weight: 800; color: var(--orange); margin: 0 0 .5rem; line-height: 1; }
.error-actions { display: flex; flex-wrap: wrap; gap: .7rem; justify-content: center; margin-top: 1.5rem; }

/* ---------- Galeri ---------- */
.gallery-cat { padding: 0; overflow: hidden; }
.gallery-cat-img { position: relative; aspect-ratio: 4/3; background: var(--bg); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.gallery-cat-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.gallery-cat:hover .gallery-cat-img img { transform: scale(1.05); }
.gallery-cat-placeholder { color: var(--orange); opacity: .5; }
.gallery-cat-count { position: absolute; bottom: .6rem; right: .6rem; background: rgba(16,42,67,.85); color: #fff; font-size: .75rem; font-weight: 700; padding: .2rem .6rem; border-radius: 999px; }
.gallery-cat h2 { padding: 1rem 1.2rem 0; }
.gallery-cat p { padding: 0 1.2rem 1.2rem; margin: .3rem 0 0; font-size: .9rem; color: var(--text-muted); }

.photo-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: .8rem; }
@media (min-width: 640px) { .photo-gallery { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); } }
.photo-gallery-item { display: block; aspect-ratio: 4/3; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--border); cursor: zoom-in; }
.photo-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.photo-gallery-item:hover img { transform: scale(1.06); }

.lightbox { position: fixed; inset: 0; background: rgba(0,0,0,.9); z-index: 200; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem; }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 92vw; max-height: 82vh; object-fit: contain; border-radius: 6px; }
.lightbox-caption { color: #fff; margin-top: 1rem; font-size: .95rem; text-align: center; }
.lightbox-close { position: absolute; top: 1rem; right: 1.5rem; background: none; border: none; color: #fff; font-size: 2.5rem; line-height: 1; cursor: pointer; }

/* ---------- Fiyatlandirma ---------- */
.pricing-grid { display: grid; gap: 1.3rem; grid-template-columns: 1fr; align-items: start; }
@media (min-width: 700px) { .pricing-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .pricing-grid { grid-template-columns: repeat(3, 1fr); } }
.pricing-card { background: #fff; border: 1.5px solid var(--border); border-radius: 14px; padding: 1.8rem 1.5rem; display: flex; flex-direction: column; position: relative; }
.pricing-card-popular { border-color: var(--orange); box-shadow: 0 8px 28px rgba(255,106,0,.16); }
.pricing-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--orange); color: #fff; font-size: .75rem; font-weight: 800; padding: .3rem .9rem; border-radius: 999px; white-space: nowrap; }
.pricing-title { font-size: 1.3rem; margin-bottom: .2rem; }
.pricing-subtitle { color: var(--text-muted); font-size: .9rem; margin-bottom: 1rem; }
.pricing-price { font-size: 2rem; font-weight: 800; color: var(--navy); margin-bottom: 1.2rem; line-height: 1.1; }
.pricing-price span { display: block; font-size: .82rem; font-weight: 600; color: var(--text-muted); }
.pricing-features { list-style: none; margin: 0 0 1.5rem; padding: 0; flex: 1; }
.pricing-features li { display: flex; align-items: flex-start; gap: .5rem; padding: .45rem 0; font-size: .92rem; border-bottom: 1px solid var(--bg); }
.pricing-features svg { color: var(--green); flex: none; margin-top: .15rem; }
.pricing-feature-off { color: var(--text-muted); text-decoration: line-through; }
.pricing-note { text-align: center; color: var(--text-muted); font-size: .88rem; margin-top: 2rem; max-width: 640px; margin-left: auto; margin-right: auto; }

/* Yazdirma */
@media print {
  .topbar, .site-header, .mobile-bar, .cookie-notice, .cta-band, .site-footer { display: none !important; }
}
