﻿/* ============================================================
   ArtıODA — Eşya Depolama & Nakliyat  ·  v2
   Palet: Lacivert #0F2A52 · Turuncu #F97316 · Beyaz
   Mobil öncelikli, çok sayfalı tasarım sistemi
   ============================================================ */

:root {
  --navy: #0f2a52;
  --navy-2: #16355f;
  --navy-dark: #0a1d3a;
  --navy-deep: #071528;
  --orange: #f97316;
  --orange-2: #fb8c33;
  --orange-dark: #e25f04;
  --orange-soft: #fff1e6;
  --whatsapp: #25d366;
  --whatsapp-dark: #1db957;
  --ink: #20304a;
  --muted: #5d6e87;
  --line: #e5ebf3;
  --bg: #ffffff;
  --bg-soft: #f5f8fc;
  --gold: #f6b01e;
  --r: 16px;
  --r-lg: 22px;
  --shadow-sm: 0 2px 10px rgba(15, 42, 82, .07);
  --shadow: 0 8px 30px rgba(15, 42, 82, .10);
  --shadow-lg: 0 18px 50px rgba(15, 42, 82, .16);
  --shadow-orange: 0 10px 26px rgba(249, 115, 22, .35);
  --container: 1180px;
  --header-h: 72px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }

body {
  font-family: "Plus Jakarta Sans", "Inter", "Segoe UI", system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 62px; /* mobil sabit çubuk payı */
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--orange-dark); text-decoration: none; }
ul, ol { list-style: none; }
h1, h2, h3, h4 { color: var(--navy); font-weight: 800; line-height: 1.22; letter-spacing: -.01em; }
strong { color: var(--navy); }

.container { max-width: var(--container); margin: 0 auto; padding: 0 22px; }
.container-narrow { max-width: 860px; }

/* ---------- Yardımcılar ---------- */
.accent { color: var(--orange); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--orange-soft); color: var(--orange-dark);
  font-weight: 700; font-size: .82rem; letter-spacing: .04em; text-transform: uppercase;
  padding: 7px 16px; border-radius: 999px; margin-bottom: 16px;
}
.section { padding: 84px 0; }
.section-soft { background: var(--bg-soft); }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 52px; }
.section-head h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); margin-bottom: 12px; }
.section-head p { color: var(--muted); font-size: 1.08rem; }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 26px; border-radius: 999px; border: 2px solid transparent;
  font: inherit; font-weight: 700; font-size: .98rem; cursor: pointer; text-align: center;
  transition: transform .16s ease, background .2s ease, box-shadow .2s ease, color .2s ease;
}
.btn:active { transform: scale(.97); }
.btn svg { flex-shrink: 0; }

.btn-primary { background: linear-gradient(135deg, var(--orange-2), var(--orange)); color: #fff; box-shadow: var(--shadow-orange); }
.btn-primary:hover { background: var(--orange-dark); box-shadow: 0 12px 30px rgba(249,115,22,.45); transform: translateY(-2px); }

.btn-navy { background: var(--navy); color: #fff; box-shadow: 0 10px 26px rgba(15,42,82,.3); }
.btn-navy:hover { background: var(--navy-2); transform: translateY(-2px); }

.btn-outline { background: transparent; color: var(--navy); border-color: #c8d4e5; }
.btn-outline:hover { border-color: var(--navy); background: var(--navy); color: #fff; }

.btn-light { background: #fff; color: var(--navy); box-shadow: var(--shadow); }
.btn-light:hover { transform: translateY(-2px); }

.btn-whatsapp { background: var(--whatsapp); color: #fff; box-shadow: 0 10px 26px rgba(37,211,102,.35); }
.btn-whatsapp:hover { background: var(--whatsapp-dark); transform: translateY(-2px); }

.btn-lg { padding: 16px 32px; font-size: 1.05rem; }
.btn-block { width: 100%; }

/* ---------- Üst bilgi çubuğu ---------- */
.topbar { background: var(--navy-dark); color: #b9c9e2; font-size: .82rem; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; height: 38px; gap: 16px; }
.topbar a { color: #fff; font-weight: 600; }
.topbar a:hover { color: var(--orange-2); }
.topbar-left { display: flex; gap: 20px; align-items: center; }
.topbar .dot { color: var(--orange); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.92); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s ease;
}
.site-header.scrolled { box-shadow: var(--shadow); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 18px; }

.logo { display: inline-flex; align-items: center; gap: 10px; font-size: 1.45rem; font-weight: 800; color: var(--navy); letter-spacing: -.02em; }
.site-logo-img {
  display: block;
  width: auto;
  height: 42px;
  max-width: 42px;
  object-fit: contain;
}
.logo-text {
  color: var(--navy);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.02em;
}
.logo-text span { color: var(--orange); }
.logo-mark {
  width: 38px; height: 38px; border-radius: 11px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--orange-2), var(--orange-dark));
  display: flex; align-items: center; justify-content: center;
  color: #fff; box-shadow: var(--shadow-orange);
}
.logo > span:not(.logo-text) { color: var(--orange); }

.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav > a, .nav-drop > button {
  display: block; padding: 9px 13px; border-radius: 10px;
  color: var(--navy); font-weight: 600; font-size: .93rem;
  background: none; border: 0; font-family: inherit; cursor: pointer;
}
.main-nav > a:hover, .nav-drop > button:hover { background: var(--bg-soft); color: var(--orange-dark); }
.main-nav > a.active { color: var(--orange-dark); background: var(--orange-soft); }

.nav-drop { position: relative; }
.nav-drop > button::after { content: "▾"; margin-left: 6px; font-size: .7rem; color: var(--orange); }
.drop-menu {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 250px;
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  box-shadow: var(--shadow-lg); padding: 8px;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.nav-drop:hover .drop-menu, .nav-drop:focus-within .drop-menu, .nav-drop.open .drop-menu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.drop-menu a { display: flex; align-items: center; gap: 10px; padding: 11px 13px; border-radius: 10px; color: var(--navy); font-weight: 600; font-size: .92rem; }
.drop-menu a:hover { background: var(--orange-soft); color: var(--orange-dark); }
.drop-menu a .mini { display: block; font-size: .76rem; color: var(--muted); font-weight: 500; }

.nav-cta { margin-left: 10px; padding: 11px 20px; font-size: .9rem; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: 10px; cursor: pointer; }
.nav-toggle span { width: 25px; height: 3px; background: var(--navy); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.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 (ana sayfa) ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(900px 500px at 85% -10%, rgba(249,115,22,.16), transparent 60%),
    linear-gradient(160deg, var(--navy-dark) 0%, var(--navy) 55%, var(--navy-2) 100%);
  color: #fff;
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .5; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 26px 26px;
}
.hero-inner {
  position: relative;
  display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 56px;
  padding: 84px 22px 96px;
}
.hero .eyebrow { background: rgba(249,115,22,.16); color: var(--orange-2); }
.hero h1 { color: #fff; font-size: clamp(2.1rem, 4.8vw, 3.4rem); margin-bottom: 20px; }
.hero h1 .accent { background: linear-gradient(90deg, var(--orange-2), #ffb061); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-desc { color: #c5d3ea; font-size: 1.13rem; max-width: 540px; margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }

.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 26px; }
.hero-trust li { display: flex; align-items: center; gap: 8px; color: #dbe5f5; font-weight: 600; font-size: .92rem; }
.hero-trust svg { color: var(--orange-2); flex-shrink: 0; }

.hero-visual { position: relative; }
.hero-visual img { border-radius: var(--r-lg); box-shadow: 0 30px 70px rgba(0,0,0,.45); }
.hero-card {
  position: absolute; left: -26px; bottom: -24px;
  background: #fff; color: var(--navy); border-radius: 16px;
  box-shadow: var(--shadow-lg); padding: 14px 20px;
  display: flex; align-items: center; gap: 12px; font-size: .9rem;
}
.hero-card .big { font-size: 1.25rem; font-weight: 800; display: block; line-height: 1.1; }
.hero-card small { color: var(--muted); }
.hero-card-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--orange-soft); color: var(--orange-dark); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* ---------- İstatistik bandı ---------- */
.stats { position: relative; z-index: 5; margin-top: -46px; }
.stats-inner {
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: #fff; border-radius: var(--r-lg); box-shadow: var(--shadow-lg);
  padding: 30px 18px; border: 1px solid var(--line);
}
.stat { text-align: center; padding: 6px 14px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat .num { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; color: var(--navy); }
.stat .num em { color: var(--orange); font-style: normal; }
.stat .label { color: var(--muted); font-size: .88rem; font-weight: 600; }

/* ---------- Sayfa hero (iç sayfalar) ---------- */
.page-hero {
  background:
    radial-gradient(700px 360px at 90% 0%, rgba(249,115,22,.18), transparent 60%),
    linear-gradient(150deg, var(--navy-dark), var(--navy));
  color: #fff; padding: 64px 0 70px; position: relative; overflow: hidden;
}
.page-hero::before {
  content: ""; position: absolute; inset: 0; opacity: .45; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 26px 26px;
}
.page-hero .container { position: relative; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; font-size: .85rem; color: #9fb2d2; margin-bottom: 18px; }
.breadcrumb a { color: #cdd9ee; font-weight: 600; }
.breadcrumb a:hover { color: var(--orange-2); }
.breadcrumb .sep { color: var(--orange); }
.page-hero h1 { color: #fff; font-size: clamp(1.8rem, 4vw, 2.7rem); max-width: 760px; margin-bottom: 14px; }
.page-hero p { color: #c5d3ea; font-size: 1.1rem; max-width: 680px; }
.page-hero .hero-actions { margin: 26px 0 0; }

/* ---------- Kartlar ---------- */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px; }
.card {
  position: relative; display: block;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 30px 24px; box-shadow: var(--shadow-sm);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  color: var(--ink);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(249,115,22,.4); }
.card h3 { font-size: 1.1rem; margin: 16px 0 8px; }
.card p { font-size: .93rem; color: var(--muted); }
.card .card-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; color: var(--orange-dark); font-weight: 700; font-size: .88rem; }
.card:hover .card-link { gap: 10px; }
.card .card-link { transition: gap .2s ease; }

.icon-chip {
  width: 56px; height: 56px; border-radius: 16px;
  background: linear-gradient(135deg, var(--orange-soft), #ffe3cc);
  color: var(--orange-dark);
  display: flex; align-items: center; justify-content: center;
}
.icon-chip.navy { background: linear-gradient(135deg, #e7eefa, #d7e3f5); color: var(--navy); }

/* ---------- Adımlar (zaman çizelgesi) ---------- */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; counter-reset: step; }
.step {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 34px 22px 26px; box-shadow: var(--shadow-sm); text-align: center;
  transition: transform .22s ease, box-shadow .22s ease;
}
.step:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.step .icon-chip { margin: 0 auto 14px; }
.step-num {
  position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
  width: 32px; height: 32px; border-radius: 50%;
  background: linear-gradient(135deg, var(--orange-2), var(--orange-dark));
  color: #fff; font-weight: 800; font-size: .95rem;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-orange);
}
.step h3 { font-size: 1rem; margin-bottom: 8px; }
.step p { font-size: .87rem; color: var(--muted); }

/* ---------- Özellik satırları ---------- */
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 28px; }
.feature { display: flex; gap: 16px; align-items: flex-start; }
.feature .icon-chip { flex-shrink: 0; width: 52px; height: 52px; border-radius: 14px; }
.feature h3 { font-size: 1.05rem; margin-bottom: 4px; }
.feature p { font-size: .92rem; color: var(--muted); }

/* ---------- Fark yaratan özellikler (wow şeridi) ---------- */
.wow { background: linear-gradient(150deg, var(--navy-dark), var(--navy)); color: #fff; position: relative; overflow: hidden; }
.wow::before {
  content: ""; position: absolute; inset: 0; opacity: .4; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px); background-size: 26px 26px;
}
.wow .section-head h2 { color: #fff; }
.wow .section-head p { color: #b9c9e2; }
.wow-grid { position: relative; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 22px; }
.wow-card {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r-lg); padding: 28px 24px; backdrop-filter: blur(6px);
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}
.wow-card:hover { transform: translateY(-6px); background: rgba(255,255,255,.09); border-color: rgba(249,115,22,.5); }
.wow-card .icon-chip { background: rgba(249,115,22,.16); color: var(--orange-2); margin-bottom: 16px; }
.wow-card h3 { color: #fff; font-size: 1.08rem; margin-bottom: 8px; }
.wow-card p { color: #b9c9e2; font-size: .92rem; }
.wow-badge {
  display: inline-block; margin-bottom: 12px;
  background: linear-gradient(90deg, var(--orange-2), var(--orange-dark)); color: #fff;
  font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px;
}

/* ---------- Bölünmüş içerik (görsel + metin) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split-visual img { border-radius: var(--r-lg); box-shadow: var(--shadow-lg); }
.split h2 { font-size: clamp(1.6rem, 3.2vw, 2.3rem); margin-bottom: 14px; }
.split .lead { color: var(--muted); font-size: 1.05rem; margin-bottom: 22px; }

.check-list li { display: flex; gap: 12px; align-items: flex-start; padding: 8px 0; font-size: .98rem; }
.check-list .check {
  flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; margin-top: 2px;
  background: var(--orange-soft); color: var(--orange-dark);
  display: flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 800;
}
.section-dark .check-list li { color: #dbe5f5; }
.section-dark .check-list .check { background: rgba(249,115,22,.18); color: var(--orange-2); }

/* ---------- SSS akordeon ---------- */
.faq-item {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  margin-bottom: 14px; box-shadow: var(--shadow-sm); overflow: hidden;
  transition: border-color .2s ease;
}
.faq-item[open] { border-color: rgba(249,115,22,.45); box-shadow: var(--shadow); }
.faq-item summary {
  list-style: none; cursor: pointer; user-select: none;
  padding: 19px 54px 19px 22px; font-weight: 700; color: var(--navy); position: relative; font-size: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%);
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--orange-soft); color: var(--orange-dark);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; font-weight: 700; transition: transform .2s ease;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item .faq-body { padding: 0 22px 20px; color: var(--muted); font-size: .95rem; }
.faq-item .faq-body a { font-weight: 700; }

/* ---------- Yorumlar (kaydırmalı) ---------- */
.testimonials {
  display: grid; grid-auto-flow: column; grid-auto-columns: min(360px, 82vw);
  gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 6px 4px 22px; scrollbar-width: thin;
}
.testimonial {
  scroll-snap-align: start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 28px 24px; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
}
.stars { color: var(--gold); letter-spacing: 3px; margin-bottom: 14px; font-size: .95rem; }
.testimonial p { font-size: .95rem; flex: 1; margin-bottom: 18px; }
.t-author { display: flex; align-items: center; gap: 12px; }
.t-avatar {
  width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--navy-2), var(--navy));
  color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: .95rem;
}
.t-author strong { display: block; font-size: .93rem; }
.t-author small { color: var(--muted); font-size: .8rem; }

/* ---------- CTA bandı ---------- */
.cta-band {
  background:
    radial-gradient(600px 300px at 15% 110%, rgba(255,255,255,.14), transparent 60%),
    linear-gradient(120deg, var(--orange-dark), var(--orange));
  border-radius: var(--r-lg); color: #fff;
  padding: 52px 48px; display: flex; align-items: center; justify-content: space-between; gap: 30px;
  box-shadow: var(--shadow-orange);
}
.cta-band h2 { color: #fff; font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: 8px; }
.cta-band p { color: #ffe7d3; max-width: 560px; }
.cta-band .btn-light { white-space: nowrap; }

/* ---------- Hesaplama aracı ---------- */
.calc-wrap { display: grid; grid-template-columns: 1.4fr 1fr; gap: 30px; align-items: start; }
.calc-items { display: grid; grid-template-columns: repeat(auto-fill, minmax(215px, 1fr)); gap: 14px; }
.calc-item {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 16px; display: flex; align-items: center; gap: 12px; box-shadow: var(--shadow-sm);
}
.calc-item .ci-icon { font-size: 1.5rem; width: 44px; height: 44px; border-radius: 12px; background: var(--bg-soft); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.calc-item .ci-name { flex: 1; font-weight: 600; font-size: .88rem; color: var(--navy); line-height: 1.3; }
.calc-item .ci-name small { display: block; color: var(--muted); font-weight: 500; font-size: .75rem; }
.qty { display: flex; align-items: center; gap: 6px; }
.qty button {
  width: 30px; height: 30px; border-radius: 9px; border: 1.5px solid var(--line);
  background: #fff; color: var(--navy); font-size: 1.05rem; font-weight: 700; cursor: pointer;
  display: flex; align-items: center; justify-content: center; transition: all .15s ease;
}
.qty button:hover { border-color: var(--orange); color: var(--orange-dark); background: var(--orange-soft); }
.qty .qty-val { min-width: 24px; text-align: center; font-weight: 800; color: var(--navy); }

.calc-result {
  position: sticky; top: calc(var(--header-h) + 20px);
  background: linear-gradient(160deg, var(--navy-dark), var(--navy));
  color: #fff; border-radius: var(--r-lg); padding: 30px 28px; box-shadow: var(--shadow-lg);
}
.calc-result h3 { color: #fff; font-size: 1.2rem; margin-bottom: 18px; }
.calc-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: .95rem; color: #c5d3ea; }
.calc-row strong { color: #fff; font-size: 1.05rem; }
.calc-total { padding: 16px 0 4px; }
.calc-total .price { font-size: 1.9rem; font-weight: 800; color: var(--orange-2); line-height: 1.1; }
.calc-total small { color: #9fb2d2; display: block; margin-top: 4px; font-size: .8rem; }
.calc-result .btn { margin-top: 18px; }
.calc-note { margin-top: 14px; font-size: .78rem; color: #9fb2d2; }
.calc-bar { height: 10px; border-radius: 999px; background: rgba(255,255,255,.12); overflow: hidden; margin: 14px 0 4px; }
.calc-bar i { display: block; height: 100%; width: 0%; border-radius: 999px; background: linear-gradient(90deg, var(--orange-2), var(--orange-dark)); transition: width .35s ease; }

/* ---------- Form ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 48px; align-items: start; }
.contact-list li { display: flex; gap: 14px; align-items: flex-start; padding: 11px 0; }
.contact-list .icon-chip { width: 48px; height: 48px; border-radius: 13px; flex-shrink: 0; }
.contact-list strong { display: block; font-size: .95rem; }
.contact-list a { color: var(--navy); font-weight: 600; }
.contact-list a:hover { color: var(--orange-dark); }
.contact-list small { color: var(--muted); }

.form-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 34px 30px; box-shadow: var(--shadow-lg);
}
.form-card h3 { font-size: 1.3rem; margin-bottom: 6px; }
.form-card .form-sub { color: var(--muted); font-size: .9rem; margin-bottom: 22px; }
.form-row { margin-bottom: 16px; }
.form-row-half { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: block; font-weight: 700; font-size: .86rem; color: var(--navy); margin-bottom: 6px; }
input, select, textarea {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 12px;
  font: inherit; font-size: .95rem; color: var(--ink); background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 4px rgba(249,115,22,.12); }
input.invalid { border-color: #e11d48; }
.form-note { margin-top: 12px; font-size: .8rem; color: var(--muted); text-align: center; }

/* ---------- Blog ---------- */
.post-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.post-card {
  display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-sm); color: var(--ink);
  transition: transform .22s ease, box-shadow .22s ease;
}
.post-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.post-card img { aspect-ratio: 16/9; object-fit: cover; width: 100%; }
.post-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.post-tag { color: var(--orange-dark); font-weight: 700; font-size: .76rem; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 8px; }
.post-card h3 { font-size: 1.1rem; margin-bottom: 8px; }
.post-card p { color: var(--muted); font-size: .9rem; flex: 1; }
.post-meta { margin-top: 14px; color: var(--muted); font-size: .8rem; }

.article { max-width: 760px; margin: 0 auto; }
.article h2 { font-size: 1.5rem; margin: 36px 0 14px; }
.article h3 { font-size: 1.18rem; margin: 28px 0 10px; }
.article p { margin-bottom: 16px; color: #33415c; }
.article ul, .article ol { margin: 0 0 16px 22px; color: #33415c; }
.article ul { list-style: disc; }
.article ol { list-style: decimal; }
.article li { margin-bottom: 6px; }
.article .article-meta { color: var(--muted); font-size: .85rem; margin-bottom: 26px; }
.article img { border-radius: var(--r); margin: 10px 0 26px; box-shadow: var(--shadow); }
.article blockquote {
  border-left: 4px solid var(--orange); background: var(--orange-soft);
  padding: 16px 20px; border-radius: 0 12px 12px 0; margin: 0 0 16px; color: var(--navy); font-weight: 600;
}

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-deep); color: #a9bbd6; margin-top: 0; }
.footer-cta { transform: translateY(-50%); }
.footer-inner {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 44px;
  padding: 64px 22px 40px;
}
.footer-inner .logo { color: #fff; margin-bottom: 14px; }
.footer-inner p { font-size: .9rem; line-height: 1.75; }
.footer-col h4 { color: #fff; font-size: .95rem; margin-bottom: 16px; letter-spacing: .03em; text-transform: uppercase; }
.footer-col nav a, .footer-col .f-link { display: block; color: #a9bbd6; font-size: .9rem; padding: 5px 0; }
.footer-col nav a:hover, .footer-col .f-link:hover { color: var(--orange-2); }
.footer-contact li { display: flex; gap: 10px; padding: 6px 0; font-size: .9rem; align-items: flex-start; }
.footer-contact svg { color: var(--orange-2); flex-shrink: 0; margin-top: 3px; }
.footer-contact a { color: #dbe5f5; font-weight: 600; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08); padding: 20px 22px;
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap;
  font-size: .8rem; color: #7e93b5;
}
.footer-bottom a { color: #a9bbd6; }

/* ---------- Sabit öğeler ---------- */
.whatsapp-fab {
  position: fixed; right: 18px; bottom: 82px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--whatsapp); color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 28px rgba(37,211,102,.5);
  transition: transform .2s ease, background .2s ease;
}
.whatsapp-fab::after {
  content: ""; position: absolute; inset: -6px; border-radius: 50%;
  border: 2px solid rgba(37,211,102,.5); animation: pulse 2s infinite;
}
@keyframes pulse {
  0% { transform: scale(.9); opacity: 1; }
  70% { transform: scale(1.25); opacity: 0; }
  100% { opacity: 0; }
}
.whatsapp-fab:hover { background: var(--whatsapp-dark); transform: scale(1.08); }

.mobile-call-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
  display: flex; background: #fff; border-top: 1px solid var(--line);
  box-shadow: 0 -8px 24px rgba(15,42,82,.14);
}
.call-bar-btn { flex: 1; text-align: center; padding: 16px 8px; font-weight: 800; font-size: .98rem; display: flex; align-items: center; justify-content: center; gap: 8px; }
.call-bar-phone { background: var(--navy); color: #fff; }
.call-bar-quote { background: linear-gradient(135deg, var(--orange-2), var(--orange-dark)); color: #fff; }

.to-top {
  position: fixed; right: 24px; bottom: 152px; z-index: 89;
  width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--line);
  background: #fff; color: var(--navy); cursor: pointer; box-shadow: var(--shadow);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: all .25s ease;
}
.to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { color: var(--orange-dark); border-color: var(--orange); }

/* ---------- Kampanya damgası ---------- */
.stamp {
  position: absolute;
  top: -34px; right: -26px;
  width: 148px; height: 148px;
  z-index: 6;
  color: var(--orange-2);
  filter: drop-shadow(0 10px 24px rgba(249, 115, 22, .45));
  transform: rotate(-12deg);
  animation: stamp-pop .6s cubic-bezier(.2, 1.6, .4, 1) .4s backwards;
  pointer-events: none;
}
.stamp svg { width: 100%; height: 100%; animation: stamp-spin 22s linear infinite; }
.stamp-text { fill: currentColor; font-family: "Plus Jakarta Sans", sans-serif; font-size: 14.5px; font-weight: 800; letter-spacing: .12em; }
.stamp-center {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-size: 1.5rem; line-height: 1.1; text-align: center;
}
.stamp-center b { font-size: .62rem; font-weight: 800; letter-spacing: .18em; color: #fff; margin-top: 2px; }
@keyframes stamp-spin { to { transform: rotate(360deg); } }
@keyframes stamp-pop {
  from { transform: rotate(-12deg) scale(1.8); opacity: 0; }
  to { transform: rotate(-12deg) scale(1); opacity: 1; }
}
@media (max-width: 1020px) {
  .stamp { width: 116px; height: 116px; top: -22px; right: 2px; }
}
@media (prefers-reduced-motion: reduce) {
  .stamp svg { animation: none; }
  .stamp { animation: none; }
}

/* ---------- Reveal animasyonları ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: .08s; }
.reveal-d2 { transition-delay: .16s; }
.reveal-d3 { transition-delay: .24s; }
.reveal-d4 { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Rozetler / güven şeridi ---------- */
.badge-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.badge-pill {
  display: inline-flex; align-items: center; gap: 9px;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 11px 20px; font-weight: 700; font-size: .88rem; color: var(--navy);
  box-shadow: var(--shadow-sm);
}
.badge-pill svg { color: var(--orange-dark); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1020px) {
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step:last-child { grid-column: 1 / -1; }
  .hero-inner, .split, .contact-grid, .calc-wrap { grid-template-columns: 1fr; }
  .hero-inner { gap: 40px; padding-top: 56px; padding-bottom: 80px; }
  .hero-visual { order: -1; max-width: 560px; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); gap: 8px 0; }
  .stat:nth-child(2) { border-right: 0; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .split-visual { max-width: 620px; }
  .calc-result { position: static; }
}

@media (max-width: 760px) {
  .section { padding: 58px 0; }
  .topbar-right { display: none; }
  .nav-toggle { display: flex; }

  .main-nav {
    position: fixed; top: 0; right: 0; bottom: 0; width: min(330px, 86vw);
    flex-direction: column; align-items: stretch; gap: 2px;
    background: #fff; box-shadow: -16px 0 50px rgba(7,21,40,.25);
    padding: 86px 22px 110px; overflow-y: auto;
    transform: translateX(105%); transition: transform .28s ease;
    display: flex; z-index: 99;
  }
  .main-nav.open { transform: translateX(0); }
  .main-nav > a, .nav-drop > button { padding: 14px 10px; font-size: 1.02rem; border-bottom: 1px solid var(--line); border-radius: 0; width: 100%; text-align: left; }
  .nav-drop .drop-menu {
    position: static; opacity: 1; visibility: visible; transform: none;
    box-shadow: none; border: 0; padding: 0 0 4px 12px; display: none; min-width: 0;
  }
  .nav-drop.open .drop-menu { display: block; }
  .nav-cta { margin: 18px 0 0; }
  .nav-toggle { position: relative; z-index: 101; }

  .hero-actions .btn { flex: 1 1 100%; }
  .hero-card { left: 10px; bottom: -18px; padding: 10px 14px; }
  .cta-band { flex-direction: column; text-align: center; padding: 38px 26px; }
  .footer-inner { grid-template-columns: 1fr; gap: 30px; padding-top: 48px; }
  .footer-bottom { justify-content: center; text-align: center; }
  .steps { grid-template-columns: 1fr; }
  .step:last-child { grid-column: auto; }
  .step { text-align: left; padding: 28px 22px 24px; }
  .step .icon-chip { margin: 0 0 14px; }
  .step-num { left: 22px; transform: none; }
  .form-row-half { grid-template-columns: 1fr; }
  .whatsapp-fab { width: 54px; height: 54px; right: 14px; bottom: 76px; }
  .to-top { display: none; }
  .stats-inner { grid-template-columns: 1fr 1fr; padding: 22px 10px; }
  .stat { border-right: 0; }
}

@media (min-width: 761px) {
  body { padding-bottom: 0; }
  .mobile-call-bar { display: none; }
  .whatsapp-fab { bottom: 26px; }
  .to-top { bottom: 100px; }
}
