/* ==========================================================================
   Transyol Filo — Ana Stil Dosyası
   Marka renkleri: Turuncu #F15A24 · Lacivert #1B2A4C
   ========================================================================== */

/* ---- Değişkenler ---- */
:root {
  --orange: #F15A24;
  --orange-dark: #d94a17;
  --orange-soft: #fff1ea;
  --navy: #1B2A4C;
  --navy-deep: #16233F;
  --navy-800: #22335c;
  --ink: #1f2937;
  --muted: #64748b;
  --line: #e6eaf1;
  --bg: #ffffff;
  --bg-soft: #f5f7fa;
  --white: #ffffff;
  --shadow-sm: 0 2px 8px rgba(16, 33, 66, .06);
  --shadow-md: 0 12px 30px rgba(16, 33, 66, .10);
  --shadow-lg: 0 24px 60px rgba(16, 33, 66, .14);
  --radius: 16px;
  --radius-lg: 24px;
  --maxw: 1200px;
  --font: 'Poppins', 'Segoe UI', system-ui, -apple-system, Roboto, Arial, sans-serif;
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /* iOS yatay çevrildiğinde yazıları kendi kendine büyütmesin */
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ---- Yardımcılar ---- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 88px 0; }
.section--soft { background: var(--bg-soft); }
.text-orange { color: var(--orange); }
.center { text-align: center; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--orange); font-weight: 700; font-size: .82rem;
  letter-spacing: .14em; text-transform: uppercase; margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 3px; background: var(--orange); }

.section-head { max-width: 680px; margin: 0 auto 52px; text-align: center; }
.section-head .eyebrow { justify-content: center; }
h1, h2, h3 { color: var(--navy); line-height: 1.15; font-weight: 800; letter-spacing: -.02em; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
h3 { font-size: 1.2rem; }
.lead { color: var(--muted); font-size: 1.06rem; }

/* ---- Butonlar ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font); font-weight: 700; font-size: .96rem;
  padding: 14px 26px; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn--primary { background: var(--orange); color: #fff; box-shadow: 0 10px 22px rgba(241, 90, 36, .30); }
.btn--primary:hover { background: var(--orange-dark); transform: translateY(-2px); box-shadow: 0 14px 28px rgba(241, 90, 36, .38); }
.btn--ghost { background: transparent; color: var(--navy); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--navy); transform: translateY(-2px); }
.btn--light { background: #fff; color: var(--navy); }
.btn--light:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn--outline-light:hover { border-color: #fff; background: rgba(255,255,255,.08); transform: translateY(-2px); }

/* ==========================================================================
   Header / Navigasyon
   ========================================================================== */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 92px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { height: 44px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a {
  font-weight: 600; font-size: .95rem; color: var(--navy);
  padding: 9px 14px; border-radius: 10px; transition: background .16s, color .16s;
}
.nav-links a:hover { background: var(--orange-soft); color: var(--orange); }
.nav-links a.active { color: var(--orange); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2.5px; background: var(--navy); border-radius: 3px; transition: .25s; }
.nav-toggle span + span { margin-top: 5px; }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero { position: relative; background: var(--bg-soft); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; top: -180px; right: -180px; width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(241,90,36,.10), transparent 70%); border-radius: 50%;
}
.hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center;
  padding: 84px 0 92px; position: relative; z-index: 1;
}
.hero-title { font-size: clamp(2.2rem, 5vw, 3.5rem); }
.hero-title .accent { color: var(--orange); display: block; }
.hero p.lead { margin: 20px 0 32px; max-width: 520px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-stats { display: flex; gap: 34px; margin-top: 40px; flex-wrap: wrap; }
.hero-stats .num { font-size: 1.9rem; font-weight: 800; color: var(--navy); }
.hero-stats .lbl { font-size: .86rem; color: var(--muted); font-weight: 600; }

.hero-visual { position: relative; }
.hero-card {
  position: relative; background: linear-gradient(135deg, var(--orange), #ff7a45);
  border-radius: var(--radius-lg); padding: 46px 40px; box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.hero-card::after {
  content: ""; position: absolute; width: 240px; height: 240px; right: -70px; top: -70px;
  border: 22px solid rgba(255,255,255,.16); border-radius: 50%;
}
.hero-card .badge {
  display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.16);
  color: #fff; font-weight: 700; font-size: .8rem; letter-spacing: .04em;
  padding: 7px 14px; border-radius: 999px; margin-bottom: 8px;
}
.hero-card .car { position: relative; z-index: 1; margin: 14px 0 6px; filter: drop-shadow(0 18px 24px rgba(0,0,0,.18)); }
.hero-card .tag { color: #fff; font-weight: 700; font-size: 1.05rem; position: relative; z-index: 1; }
.hero-mini {
  position: absolute; left: -22px; bottom: -26px; background: #fff; border-radius: 16px;
  padding: 14px 18px; box-shadow: var(--shadow-md); display: flex; align-items: center; gap: 12px;
}
.hero-mini .ic { width: 42px; height: 42px; border-radius: 12px; background: var(--orange-soft); display: grid; place-items: center; color: var(--orange); }
.hero-mini .ic svg { width: 22px; height: 22px; }
.hero-mini .t { font-weight: 700; color: var(--navy); font-size: .92rem; line-height: 1.2; }
.hero-mini .s { font-size: .78rem; color: var(--muted); }

/* ---- Güven şeridi ---- */
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px 40px; justify-content: space-between; align-items: center; padding: 26px 0; }
.trust-item { display: flex; align-items: center; gap: 12px; color: var(--navy); font-weight: 600; }
.trust-item svg { width: 26px; height: 26px; color: var(--orange); flex-shrink: 0; }

/* ==========================================================================
   Kategori kartları
   ========================================================================== */
.cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.cat-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 28px; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s, border-color .2s;
  position: relative; overflow: hidden;
}
.cat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.cat-card .cat-img { background: var(--bg-soft); border-radius: 14px; padding: 14px; margin-bottom: 22px; }
.cat-card h3 { margin-bottom: 8px; }
.cat-card p { color: var(--muted); font-size: .96rem; margin-bottom: 18px; }
.cat-link { color: var(--orange); font-weight: 700; font-size: .92rem; display: inline-flex; align-items: center; gap: 6px; }
.cat-link svg { width: 16px; height: 16px; transition: transform .2s; }
.cat-card:hover .cat-link svg { transform: translateX(4px); }

/* ==========================================================================
   Neden Biz (özellikler)
   ========================================================================== */
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.feature { text-align: left; }
.feature .fic {
  width: 56px; height: 56px; border-radius: 16px; background: var(--orange-soft);
  display: grid; place-items: center; color: var(--orange); margin-bottom: 18px;
}
.feature .fic svg { width: 28px; height: 28px; }
.feature h3 { font-size: 1.08rem; margin-bottom: 8px; }
.feature p { color: var(--muted); font-size: .95rem; }

/* ==========================================================================
   Süreç adımları
   ========================================================================== */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; position: relative; }
.step .n {
  width: 44px; height: 44px; border-radius: 12px; background: var(--navy); color: #fff;
  display: grid; place-items: center; font-weight: 800; font-size: 1.1rem; margin-bottom: 16px;
}
.step h3 { margin-bottom: 8px; }
.step p { color: var(--muted); font-size: .95rem; }

/* ==========================================================================
   CTA şeridi
   ========================================================================== */
.cta-band { background: var(--navy); border-radius: var(--radius-lg); padding: 54px 48px; color: #fff; position: relative; overflow: hidden; }
.cta-band::before { content:""; position:absolute; right:-90px; bottom:-90px; width:320px; height:320px; background: radial-gradient(circle, rgba(241,90,36,.35), transparent 70%); border-radius:50%; }
.cta-band .inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.78); margin-top: 8px; max-width: 520px; }
.cta-band .btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* ==========================================================================
   Araçlarımız sayfası
   ========================================================================== */
.page-hero { background: var(--navy); color: #fff; padding: 60px 0 70px; position: relative; overflow: hidden; }
.page-hero::before { content:""; position:absolute; right:-120px; top:-120px; width:360px; height:360px; background: radial-gradient(circle, rgba(241,90,36,.30), transparent 70%); border-radius:50%; }
.page-hero .inner { position: relative; z-index: 1; }
.page-hero h1 { color: #fff; font-size: clamp(2rem, 4.5vw, 3rem); }
.page-hero p { color: rgba(255,255,255,.8); margin-top: 14px; max-width: 620px; }
.breadcrumb { color: rgba(255,255,255,.6); font-size: .88rem; font-weight: 600; margin-bottom: 14px; }
.breadcrumb a:hover { color: #fff; }

/* Filtre sekmeleri */
.filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 44px; }
.filter-btn {
  font-family: var(--font); font-weight: 700; font-size: .9rem; color: var(--navy);
  background: #fff; border: 1.5px solid var(--line); padding: 10px 22px; border-radius: 999px; cursor: pointer;
  transition: .18s;
}
.filter-btn:hover { border-color: var(--orange); color: var(--orange); }
.filter-btn.active { background: var(--orange); border-color: var(--orange); color: #fff; }

/* Araç grid */
.vehicles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.vehicle {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column;
}
.vehicle:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.vehicle-media { position: relative; background: linear-gradient(135deg, #f0f3f8, #e5ebf4); padding: 30px 24px 22px; }
.vehicle-media img { width: 100%; height: auto; }
.vehicle-cat {
  position: absolute; top: 14px; left: 14px; background: var(--navy); color: #fff;
  font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 999px;
}
.vehicle-body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.vehicle-body h3 { font-size: 1.12rem; margin-bottom: 2px; }
.vehicle-body .sub { color: var(--muted); font-size: .86rem; margin-bottom: 16px; }
.specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 14px; margin-bottom: 20px; }
.spec { display: flex; align-items: center; gap: 8px; font-size: .84rem; color: var(--navy); font-weight: 600; }
.spec svg { width: 17px; height: 17px; color: var(--orange); flex-shrink: 0; }
.vehicle-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 16px; border-top: 1px solid var(--line); }
.vehicle-foot .price { font-size: .82rem; color: var(--muted); font-weight: 600; }
.vehicle-foot .price b { display: block; color: var(--navy); font-size: 1rem; }
.vehicle-foot .btn { padding: 10px 18px; font-size: .86rem; }
.vehicle.is-hidden { display: none; }

.note {
  margin-top: 40px; text-align: center; font-size: .9rem; color: var(--muted);
  background: var(--bg-soft); border: 1px dashed var(--line); border-radius: 14px; padding: 16px 20px;
}

/* ==========================================================================
   İletişim
   ========================================================================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: start; }
.contact-info { display: grid; gap: 18px; }
.contact-item { display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 20px; box-shadow: var(--shadow-sm); }
.contact-item .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--orange-soft); color: var(--orange); display: grid; place-items: center; flex-shrink: 0; }
.contact-item .ic svg { width: 22px; height: 22px; }
.contact-item h3 { font-size: 1rem; margin-bottom: 2px; }
.contact-item p, .contact-item a { color: var(--muted); font-size: .94rem; }
.contact-item a:hover { color: var(--orange); }

.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px; box-shadow: var(--shadow-md); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 600; font-size: .88rem; color: var(--navy); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--font); font-size: .95rem; color: var(--ink);
  padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 12px; background: #fff; transition: border-color .16s, box-shadow .16s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--orange); box-shadow: 0 0 0 4px rgba(241,90,36,.12);
}
.field textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: .82rem; color: var(--muted); margin-top: 4px; }
.form-success { display: none; background: var(--orange-soft); border: 1px solid #f8c9b4; color: var(--orange-dark); border-radius: 12px; padding: 14px 16px; font-weight: 600; font-size: .92rem; margin-bottom: 18px; }
.form-success.show { display: block; }

/* Form doğrulama */
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: #dc2626; }
.field.has-error input:focus, .field.has-error select:focus, .field.has-error textarea:focus {
  border-color: #dc2626; box-shadow: 0 0 0 4px rgba(220, 38, 38, .12);
}
.field-error { display: block; margin-top: 6px; font-size: .82rem; font-weight: 600; color: #dc2626; }

/* ==========================================================================
   Hakkımızda (metin bloğu)
   ========================================================================== */
.prose { max-width: 780px; margin: 0 auto; }
.prose p { color: var(--muted); font-size: 1.06rem; margin-bottom: 22px; }
.prose p:last-child { margin-bottom: 0; }
.prose strong { color: var(--navy); font-weight: 700; }

.pullquote {
  margin: 40px 0; padding: 30px 34px; border-left: 5px solid var(--orange);
  background: var(--orange-soft); border-radius: 0 var(--radius) var(--radius) 0;
}
.pullquote p {
  color: var(--navy); font-size: 1.3rem; font-weight: 700;
  line-height: 1.35; letter-spacing: -.01em; margin: 0;
}

/* Kurulus degerleri seridi */
.about-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
.about-fact {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; box-shadow: var(--shadow-sm);
}
.about-fact .fic {
  width: 50px; height: 50px; border-radius: 14px; background: var(--orange-soft);
  display: grid; place-items: center; color: var(--orange); margin-bottom: 16px;
}
.about-fact .fic svg { width: 26px; height: 26px; }
.about-fact h3 { font-size: 1.05rem; margin-bottom: 6px; }
.about-fact p { color: var(--muted); font-size: .95rem; }

/* ==========================================================================
   Footer
   ========================================================================== */
.footer { background: var(--navy-deep); color: rgba(255,255,255,.72); padding: 62px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; }
.footer .flogo { display: inline-flex; align-items: center; margin-bottom: 18px; }
.footer .flogo img { height: 34px; width: auto; display: block; }
.footer p.about { font-size: .92rem; max-width: 320px; margin-bottom: 20px; }
.footer h4 { color: #fff; font-size: 1rem; margin-bottom: 16px; font-weight: 700; }
.footer-col a { display: block; padding: 6px 0; font-size: .92rem; transition: color .15s; }
.footer-col a:hover { color: var(--orange); }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; padding: 6px 0; font-size: .92rem; }
.footer-contact svg { width: 18px; height: 18px; color: var(--orange); flex-shrink: 0; margin-top: 3px; }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials a { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,.08); display: grid; place-items: center; transition: background .16s, transform .16s; }
.socials a:hover { background: var(--orange); transform: translateY(-2px); }
.socials svg { width: 20px; height: 20px; color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.10); margin-top: 42px; padding-top: 22px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: .86rem; }

/* ==========================================================================
   Yüzen butonlar (WhatsApp + Yukarı çık)
   ========================================================================== */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 200;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25D366; color: #fff; display: grid; place-items: center;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.25));
  animation: wa-pulse 2.4s infinite; transition: transform .2s;
}
.wa-float svg { width: 32px; height: 32px; }
.wa-float:hover { transform: scale(1.08); }
@keyframes wa-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(37,211,102,.45); }
  70%  { box-shadow: 0 0 0 14px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

.to-top {
  position: fixed; right: 26px; bottom: 92px; z-index: 200;
  width: 50px; height: 50px; border-radius: 50%; border: 0; cursor: pointer;
  background: var(--orange); color: #fff; display: grid; place-items: center;
  box-shadow: var(--shadow-md);
  opacity: 0; visibility: hidden; transform: translateY(14px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease, background .2s ease;
}
.to-top svg { width: 22px; height: 22px; }
.to-top.show { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { background: var(--orange-dark); transform: translateY(-2px); }

/* ==========================================================================
   Animasyon (kaydırınca beliren)
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ==========================================================================
   Responsive
   ========================================================================== */
/* Dar masaustunde menuyu sikistir (logo genis + 6 link var) */
@media (max-width: 1250px) {
  .brand img { height: 40px; }
  .nav-links { gap: 2px; }
  .nav-links a { padding: 9px 10px; font-size: .92rem; }
}
/* Navigasyon: yatay logo genis oldugu icin menu 1150px'te mobil moda gecer,
   yoksa logo + linkler + CTA yan yana sigmiyor. */
@media (max-width: 1150px) {
  .nav { height: 78px; }
  .brand img { height: 36px; }
  .nav-links {
    position: fixed; inset: 78px 0 auto 0; background: #fff; flex-direction: column; align-items: stretch;
    gap: 0; padding: 12px 20px 22px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md);
    transform: translateY(-140%); transition: transform .3s ease; z-index: 90;
  }
  .nav-links.open { transform: translateY(0); }
  /* 1250px kuralindan gelen .92rem mobil menude fazla kucuk kaliyordu */
  .nav-links a { padding: 14px 10px; border-radius: 10px; font-size: 1rem; }
  .nav-toggle { display: block; }
  .nav .btn--primary.nav-cta { display: none; }
}
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; padding: 56px 0 70px; }
  .hero-visual { max-width: 460px; }
  .features { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .contact-grid { grid-template-columns: 1fr; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 26px; }
  .about-facts { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .section { padding: 60px 0; }
  .cats, .steps, .vehicles { grid-template-columns: 1fr; }
  .features { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .cta-band { padding: 40px 26px; }
  .hero-mini { position: static; margin-top: 18px; }
  .trust-row { grid-template-columns: 1fr; gap: 14px; padding: 22px 0; }
  .hero-card { padding: 34px 26px; }
  .form-card { padding: 26px 20px; }
  .page-hero { padding: 44px 0 52px; }
  .footer { padding: 48px 0 24px; }
  /* daha rahat dokunulur footer linkleri */
  .footer-col a { padding: 9px 0; }
  .pullquote { padding: 22px 20px; margin: 30px 0; }
  .pullquote p { font-size: 1.1rem; }
  .prose p { font-size: 1rem; }
  /* iOS Safari, 16px'ten kucuk form alanina odaklanildiginda sayfayi
     otomatik yakinlastiriyor. 16px tam esik degeri, buyutmeyi engeller. */
  .field input, .field select, .field textarea { font-size: 16px; }
  /* dokunma hedefi en az 44px olsun */
  .socials a { width: 44px; height: 44px; }
}
@media (max-width: 480px) {
  .container { padding: 0 18px; }
  .hero-stats { gap: 18px 22px; }
  .hero-stats .num { font-size: 1.6rem; }
  .hero-cta .btn, .cta-band .btns .btn { width: 100%; }
  .form-card { padding: 22px 16px; }
  .cta-band { padding: 32px 20px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  /* yuzen butonlar kucuk ekranda daha derli toplu */
  .wa-float { width: 52px; height: 52px; right: 16px; bottom: 16px; }
  .wa-float svg { width: 28px; height: 28px; }
  .to-top { width: 44px; height: 44px; right: 20px; bottom: 78px; }
}
/* Cok dar telefonlar (iPhone SE / 320-360px): logo + hamburger yan yana sigsin */
@media (max-width: 380px) {
  .brand img { height: 30px; }
  .hero-stats .num { font-size: 1.45rem; }
  .footer-contact li, .footer-col a { font-size: .9rem; }
}
