/* ==========================================================================
   Artı Çözüm Tesisat — "usta işi güven" teması
   Mobile-first • Bricolage Grotesque (başlık) + Instrument Sans (gövde)
   ========================================================================== */

:root {
  --blue-950: #071F3D;
  --blue-900: #0A2E5C;
  --blue-700: #0C4DA2;
  --blue-600: #1160C9;
  --blue-100: #D9E7F7;
  --blue-050: #EEF4FB;
  --orange: #F26B1D;
  --orange-hot: #E4560A;
  --orange-050: #FEF0E6;
  --ink: #13233A;
  --muted: #55677E;
  --line: #DCE6F1;
  --bg: #F7FAFD;
  --white: #FFFFFF;
  --green: #1FA956;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 10px 30px -12px rgba(10, 46, 92, .18);
  --shadow-sm: 0 4px 14px -6px rgba(10, 46, 92, .14);
  --font-display: "Bricolage Grotesque", "Segoe UI", sans-serif;
  --font-body: "Instrument Sans", "Segoe UI", sans-serif;
  --dock-h: 62px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  padding-bottom: var(--dock-h); /* mobil dock payı */
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue-700); text-decoration: none; }
a:hover { color: var(--blue-600); }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  line-height: 1.15;
  color: var(--blue-950);
  margin: 0 0 .5em;
  font-weight: 700;
  letter-spacing: -.01em;
}
h1 { font-size: clamp(1.9rem, 5.4vw, 3.1rem); font-weight: 800; }
h2 { font-size: clamp(1.45rem, 3.8vw, 2.15rem); }
h3 { font-size: clamp(1.12rem, 2.6vw, 1.35rem); }
p { margin: 0 0 1em; }

.container { width: min(1180px, 100% - 2.2rem); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--blue-900); color: #fff; padding: .6rem 1rem; z-index: 999; }
.skip-link:focus { left: 0; }
.rot90 svg, svg.rot90 { transform: rotate(90deg); }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-display); font-weight: 700; font-size: 1rem;
  padding: .78rem 1.35rem; border-radius: 999px; border: 0; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  will-change: transform;
}
.btn:active { transform: scale(.97); }
.btn-call { background: var(--orange); color: #fff !important; box-shadow: 0 8px 22px -8px rgba(242, 107, 29, .55); }
.btn-call:hover { background: var(--orange-hot); transform: translateY(-2px); }
.btn-orange { background: var(--orange); color: #fff; box-shadow: 0 8px 22px -8px rgba(242, 107, 29, .55); }
.btn-orange:hover { background: var(--orange-hot); transform: translateY(-2px); }
.btn-blue { background: var(--blue-700); color: #fff !important; box-shadow: var(--shadow-sm); }
.btn-blue:hover { background: var(--blue-600); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--blue-700) !important; border: 2px solid var(--blue-100); }
.btn-ghost:hover { border-color: var(--blue-700); }
.btn-wa { background: #23B33A; color: #fff !important; }
.btn-wa:hover { background: #1D9A31; transform: translateY(-2px); }

/* ---------- Üst bar ---------- */
.topbar { background: var(--blue-950); color: #C9DAF0; font-size: .82rem; }
.topbar-in { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .42rem 0; }
.topbar-note { margin: 0; display: flex; align-items: center; gap: .4rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.topbar-phone { color: #fff; font-weight: 600; display: flex; align-items: center; gap: .35rem; white-space: nowrap; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .92); backdrop-filter: blur(10px); border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s; }
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 24px -18px rgba(10, 46, 92, .35); }
.header-in { display: flex; align-items: center; gap: 1.2rem; padding: .62rem 0; }

.brand { display: flex; align-items: center; gap: .6rem; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { font-family: var(--font-display); font-weight: 800; font-size: 1.12rem; color: var(--blue-950); letter-spacing: -.02em; }
.brand-text em { font-style: normal; font-size: .8rem; font-weight: 600; color: var(--orange); letter-spacing: .14em; text-transform: uppercase; }
.brand-invert .brand-text strong { color: #fff; }

.main-nav { display: none; margin-left: auto; }
.main-nav > ul { display: flex; gap: .2rem; list-style: none; margin: 0; padding: 0; }
.main-nav a { display: flex; align-items: center; gap: .25rem; padding: .55rem .8rem; font-weight: 600; font-size: .95rem; color: var(--ink); border-radius: 8px; }
.main-nav a:hover { background: var(--blue-050); color: var(--blue-700); }

.has-mega { position: relative; }
.mega {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(8px);
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 1.1rem; width: max-content; max-width: min(92vw, 860px);
  opacity: 0; visibility: hidden; transition: opacity .18s ease, transform .18s ease;
}
.has-mega:hover .mega, .has-mega:focus-within .mega { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.mega-grid { display: grid; grid-template-columns: repeat(4, minmax(150px, 1fr)); gap: 1.1rem; }
.mega-grid-1 { grid-template-columns: 1fr; gap: .1rem; }
.mega-sm { min-width: 240px; }
.mega-head { font-family: var(--font-display); font-weight: 700; color: var(--blue-700) !important; border-bottom: 2px solid var(--orange); padding: 0 0 .35rem !important; margin-bottom: .35rem; border-radius: 0 !important; display: block !important; }
.mega-link { display: flex !important; padding: .3rem .35rem !important; font-weight: 500 !important; font-size: .88rem !important; color: var(--muted) !important; }
.mega-link:hover { color: var(--blue-700) !important; background: var(--blue-050); }

.header-call { display: none; margin-left: auto; font-size: .92rem; padding: .6rem 1.1rem; }

.nav-toggle { margin-left: auto; background: none; border: 0; color: var(--blue-950); padding: .3rem; cursor: pointer; }
.nav-toggle .ico-close { display: none; }
.drawer-open .nav-toggle .ico-menu { display: none; }
.drawer-open .nav-toggle .ico-close { display: block; }

/* Mobil çekmece */
.mobile-drawer { display: none; border-top: 1px solid var(--line); background: #fff; max-height: calc(100vh - 110px); overflow-y: auto; }
.mobile-drawer.open { display: block; }
.mobile-drawer nav { padding: .7rem 1.1rem 1.2rem; display: flex; flex-direction: column; }
.mobile-drawer a { padding: .68rem .3rem; font-weight: 600; border-bottom: 1px solid var(--blue-050); color: var(--ink); }
.mobile-drawer details { border-bottom: 1px solid var(--blue-050); }
.mobile-drawer summary { display: flex; justify-content: space-between; align-items: center; padding: .68rem .3rem; font-weight: 700; cursor: pointer; list-style: none; color: var(--blue-950); }
.mobile-drawer summary::-webkit-details-marker { display: none; }
.mobile-drawer details[open] summary svg { transform: rotate(90deg); }
.mobile-drawer .drawer-cat { padding-left: .9rem; color: var(--blue-700); }
.mobile-drawer .drawer-sub { padding-left: 1.9rem; font-weight: 500; font-size: .92rem; color: var(--muted); }
.drawer-call { margin-top: 1rem; justify-content: center; border-bottom: 0 !important; color: #fff !important; }

/* ---------- Mobil dock ---------- */
.call-dock {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 120;
  display: grid; grid-template-columns: 1.4fr 1fr; height: var(--dock-h);
  box-shadow: 0 -6px 24px -12px rgba(10, 46, 92, .4);
}
.call-dock a { display: flex; align-items: center; justify-content: center; gap: .5rem; font-family: var(--font-display); font-weight: 700; font-size: 1.02rem; color: #fff; }
.dock-call { background: linear-gradient(100deg, var(--orange), var(--orange-hot)); animation: dockpulse 2.4s infinite; }
.dock-wa { background: #23B33A; }
@keyframes dockpulse { 0%, 100% { filter: brightness(1); } 50% { filter: brightness(1.12); } }

/* ---------- Flash ---------- */
.flash { padding: .8rem 1.2rem; text-align: center; font-weight: 600; }
.flash-error { background: #FDE8E8; color: #B02A2A; }
.flash-success { background: #E6F7EC; color: #187A3F; }

/* ---------- Artı deseni yardımcıları ---------- */
.plus-bg { position: relative; }
.plus-bg::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16v12M16 22h12' stroke='%230C4DA2' stroke-opacity='.07' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E");
}

/* ---------- Hero ---------- */
.hero { background: linear-gradient(175deg, var(--blue-050) 62%, var(--bg) 100%); overflow: hidden; }
.hero-in { display: grid; gap: 1.8rem; padding: 2.4rem 0 2.8rem; align-items: center; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: .45rem; background: #fff; border: 1px solid var(--blue-100); color: var(--blue-700); font-weight: 700; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; padding: .38rem .85rem; border-radius: 999px; box-shadow: var(--shadow-sm); }
.hero-eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(31, 169, 86, .5); animation: livePulse 1.8s infinite; }
@keyframes livePulse { 70% { box-shadow: 0 0 0 9px rgba(31, 169, 86, 0); } 100% { box-shadow: 0 0 0 0 rgba(31, 169, 86, 0); } }
.hero h1 { margin: .8rem 0 .6rem; }
.hero h1 .hl { color: var(--orange); position: relative; white-space: nowrap; }
.hero h1 .hl::after { content: ""; position: absolute; left: 0; right: 0; bottom: .04em; height: .16em; background: var(--orange-050); z-index: -1; border-radius: 4px; }
.hero-sub { font-size: 1.08rem; color: var(--muted); max-width: 54ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1.3rem 0 1.5rem; }
.hero-cta .btn { font-size: 1.05rem; }
.trust-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: .55rem .9rem; padding: 0; margin: 0; list-style: none; }
.trust-row li { display: flex; align-items: center; gap: .5rem; font-weight: 600; font-size: .92rem; color: var(--blue-900); }
.trust-row svg { color: var(--orange); flex-shrink: 0; }

.hero-visual { position: relative; }
.hero-visual .hero-img { border-radius: 22px; box-shadow: var(--shadow); object-fit: cover; width: 100%; aspect-ratio: 5/4; }
.hero-badge {
  position: absolute; background: #fff; border-radius: 14px; box-shadow: var(--shadow);
  padding: .65rem .95rem; display: flex; align-items: center; gap: .6rem; font-size: .85rem; font-weight: 700; color: var(--blue-950);
  animation: floaty 4.5s ease-in-out infinite;
}
.hero-badge small { display: block; font-weight: 500; color: var(--muted); }
.hero-badge svg { color: var(--blue-700); }
.hb-1 { top: 4%; left: -4%; }
.hb-2 { bottom: 6%; right: -3%; animation-delay: 1.4s; }
@keyframes floaty { 50% { transform: translateY(-9px); } }

/* Yük animasyonu */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(18px); animation: reveal .7s cubic-bezier(.2, .7, .3, 1) forwards; }
  .reveal-2 { animation-delay: .12s; }
  .reveal-3 { animation-delay: .24s; }
  .reveal-4 { animation-delay: .36s; }
  @keyframes reveal { to { opacity: 1; transform: none; } }
}

/* ---------- Bölümler ---------- */
.section { padding: 3rem 0; }
.section-tight { padding: 2.2rem 0; }
.section-blue { background: var(--blue-050); }
.section-head { max-width: 640px; margin-bottom: 1.8rem; }
.section-head .kicker, .kicker { color: var(--orange); font-family: var(--font-display); font-weight: 700; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; display: inline-flex; align-items: center; gap: .45rem; margin-bottom: .35rem; }
.kicker::before { content: "+"; font-size: 1.15rem; line-height: 1; }
.section-head p { color: var(--muted); }
.section-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }

/* ---------- Kartlar ---------- */
.grid { display: grid; gap: 1rem; }
.grid-services { grid-template-columns: 1fr; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.4rem; box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--blue-100); }

.svc-card { display: flex; flex-direction: column; position: relative; overflow: hidden; }
.svc-card::after { content: "+"; position: absolute; right: -14px; top: -30px; font-family: var(--font-display); font-weight: 800; font-size: 7rem; color: var(--blue-050); line-height: 1; transition: color .25s; }
.svc-card:hover::after { color: var(--orange-050); }
.svc-icon { width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, var(--blue-700), var(--blue-600)); color: #fff; margin-bottom: .9rem; position: relative; z-index: 1; }
.svc-card h3 { position: relative; z-index: 1; }
.svc-card p { color: var(--muted); font-size: .95rem; flex: 1; position: relative; z-index: 1; }
.svc-links { display: flex; flex-wrap: wrap; gap: .4rem; margin: .4rem 0 .9rem; position: relative; z-index: 1; }
.svc-links a { font-size: .8rem; font-weight: 600; background: var(--blue-050); color: var(--blue-700); padding: .28rem .65rem; border-radius: 999px; }
.svc-links a:hover { background: var(--blue-100); }
.card-more { font-family: var(--font-display); font-weight: 700; font-size: .92rem; display: inline-flex; align-items: center; gap: .35rem; position: relative; z-index: 1; }
.card-more svg { transition: transform .2s; }
.card:hover .card-more svg { transform: translateX(4px); }

/* İlçe kartları */
.district-card { position: relative; overflow: hidden; border-radius: var(--radius); min-height: 210px; display: flex; align-items: flex-end; box-shadow: var(--shadow-sm); }
.district-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.district-card:hover img { transform: scale(1.06); }
.district-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(185deg, rgba(7, 31, 61, .05) 30%, rgba(7, 31, 61, .82) 100%); z-index: 1; }
.district-card-body { position: relative; z-index: 2; padding: 1.2rem; color: #fff; width: 100%; }
.district-card h3 { color: #fff; margin-bottom: .2rem; }
.district-card p { color: #CBDCF2; font-size: .88rem; margin: 0 0 .6rem; }
.district-card .card-more { color: #FFB27D; }

/* Adımlar */
.steps { counter-reset: step; display: grid; gap: 1rem; }
.step { position: relative; padding: 1.3rem 1.3rem 1.3rem 4.4rem; }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  position: absolute; left: 1.1rem; top: 1.15rem;
  font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; color: var(--orange);
}
.step h3 { font-size: 1.08rem; margin-bottom: .25rem; }
.step p { color: var(--muted); font-size: .93rem; margin: 0; }

/* Neden biz */
.why-grid { display: grid; gap: 1rem; }
.why-item { display: flex; gap: .9rem; align-items: flex-start; }
.why-item .why-ico { flex-shrink: 0; width: 46px; height: 46px; border-radius: 12px; background: var(--orange-050); color: var(--orange); display: grid; place-items: center; }
.why-item h3 { font-size: 1.05rem; margin-bottom: .15rem; }
.why-item p { color: var(--muted); font-size: .92rem; margin: 0; }

/* ---------- Sayfa başlığı (iç sayfalar) ---------- */
.page-hero { background: linear-gradient(120deg, var(--blue-950), var(--blue-700) 85%); color: #fff; position: relative; overflow: hidden; }
.page-hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16v12M16 22h12' stroke='%23ffffff' stroke-opacity='.09' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E");
}
.page-hero-in { padding: 2.1rem 0 2.3rem; position: relative; z-index: 1; }
.page-hero h1 { color: #fff; margin-bottom: .35rem; }
.page-hero .lead { color: #C9DAF0; max-width: 62ch; font-size: 1.04rem; margin: 0; }
.crumbs { display: flex; flex-wrap: wrap; gap: .35rem; list-style: none; padding: 0; margin: 0 0 .9rem; font-size: .82rem; }
.crumbs li { color: #9FBCE2; display: flex; align-items: center; gap: .35rem; }
.crumbs li:not(:last-child)::after { content: "›"; color: #5E85B8; }
.crumbs a { color: #C9DAF0; }
.crumbs a:hover { color: #fff; }
.page-hero .btn { margin-top: 1.1rem; }

/* ---------- İçerik düzeni ---------- */
.content-layout { display: grid; gap: 2rem; padding: 2.4rem 0 3rem; }
.prose { max-width: 76ch; }
.prose h2 { margin-top: 1.6em; padding-top: .2em; }
.prose h2::before { content: "+ "; color: var(--orange); font-weight: 800; }
.prose h3 { margin-top: 1.3em; }
.prose ul, .prose ol { padding-left: 1.3rem; }
.prose li { margin-bottom: .35rem; }
.prose table { width: 100%; border-collapse: collapse; margin: 1.2rem 0; font-size: .92rem; background: #fff; border-radius: var(--radius-sm); overflow: hidden; box-shadow: var(--shadow-sm); }
.prose th { background: var(--blue-700); color: #fff; text-align: left; padding: .6rem .8rem; font-family: var(--font-display); font-weight: 600; }
.prose td { padding: .6rem .8rem; border-bottom: 1px solid var(--blue-050); vertical-align: top; }
.prose tr:nth-child(even) td { background: var(--bg); }
.table-wrap { overflow-x: auto; }

.side { display: flex; flex-direction: column; gap: 1.2rem; }
.side-box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem; box-shadow: var(--shadow-sm); }
.side-box h3 { font-size: 1.02rem; border-bottom: 2px solid var(--orange); display: inline-block; padding-bottom: .3rem; margin-bottom: .8rem; }
.side-links { list-style: none; margin: 0; padding: 0; }
.side-links li { border-bottom: 1px dashed var(--blue-050); }
.side-links li:last-child { border-bottom: 0; }
.side-links a { display: flex; align-items: center; gap: .45rem; padding: .5rem .1rem; font-weight: 600; font-size: .92rem; color: var(--ink); }
.side-links a:hover { color: var(--blue-700); padding-left: .35rem; }
.side-links a::before { content: "+"; color: var(--orange); font-weight: 800; }

/* Geri arama kartı */
.callback-card { background: linear-gradient(160deg, var(--blue-900), var(--blue-700)); color: #fff; border-radius: var(--radius); padding: 1.4rem; box-shadow: var(--shadow); }
.callback-card h3 { color: #fff; display: flex; align-items: center; gap: .5rem; }
.callback-card p { color: #C9DAF0; font-size: .92rem; }
.callback-card form { display: flex; flex-direction: column; gap: .6rem; }
.callback-card input:not(.hp) { border: 0; border-radius: var(--radius-sm); padding: .78rem .95rem; font-family: var(--font-body); font-size: 1rem; background: rgba(255, 255, 255, .95); }
.callback-card .btn { justify-content: center; }
.callback-alt { margin: .8rem 0 0 !important; text-align: center; font-size: .88rem !important; }
.callback-alt a { color: #FFB27D; font-weight: 700; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }

/* Mahalle bulutu */
.hood-cloud { display: flex; flex-wrap: wrap; gap: .45rem; padding: 0; margin: 1rem 0; list-style: none; }
.hood-cloud li { background: #fff; border: 1px solid var(--line); color: var(--blue-900); font-size: .82rem; font-weight: 600; padding: .32rem .7rem; border-radius: 999px; }

/* ---------- SSS ---------- */
.faq-list { display: flex; flex-direction: column; gap: .7rem; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); overflow: hidden; }
.faq-item summary { display: flex; justify-content: space-between; align-items: center; gap: 1rem; cursor: pointer; padding: 1rem 1.15rem; font-family: var(--font-display); font-weight: 600; color: var(--blue-950); list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary svg { flex-shrink: 0; color: var(--orange); transition: transform .25s; }
.faq-item[open] summary svg { transform: rotate(90deg); }
.faq-answer { padding: 0 1.15rem 1.05rem; color: var(--muted); }
.faq-answer p { margin: 0; }
.faq-group-title { margin-top: 2rem; }

/* ---------- Blog ---------- */
.post-card { display: flex; flex-direction: column; overflow: hidden; padding: 0; }
.post-card img { aspect-ratio: 16/9; object-fit: cover; width: 100%; }
.post-card-body { padding: 1.2rem 1.3rem 1.4rem; display: flex; flex-direction: column; flex: 1; }
.post-cat { color: var(--orange); font-weight: 700; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: .3rem; }
.post-card h3 { font-size: 1.12rem; }
.post-card p { color: var(--muted); font-size: .92rem; flex: 1; }
.post-meta { color: var(--muted); font-size: .85rem; display: flex; gap: .9rem; margin-bottom: 1rem; }

/* ---------- CTA bandı ---------- */
.cta-band { background: linear-gradient(110deg, var(--blue-950) 20%, var(--blue-700)); border-radius: 22px; padding: 2.2rem 1.6rem; text-align: center; color: #fff; position: relative; overflow: hidden; }
.cta-band::before { content: "+"; position: absolute; font-family: var(--font-display); font-weight: 800; font-size: 16rem; color: rgba(255, 255, 255, .05); top: -4rem; left: -2rem; line-height: 1; }
.cta-band::after { content: "+"; position: absolute; font-family: var(--font-display); font-weight: 800; font-size: 10rem; color: rgba(242, 107, 29, .18); bottom: -3.4rem; right: -1rem; line-height: 1; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #C9DAF0; max-width: 56ch; margin-inline: auto; }
.cta-band .hero-cta { justify-content: center; position: relative; z-index: 1; }

/* ---------- Formlar (iletişim) ---------- */
.form-grid { display: grid; gap: .9rem; }
.form-grid label { font-weight: 600; font-size: .9rem; display: block; margin-bottom: .3rem; color: var(--blue-950); }
.form-grid input, .form-grid select, .form-grid textarea {
  width: 100%; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  padding: .78rem .95rem; font-family: var(--font-body); font-size: 1rem; background: #fff;
  transition: border-color .15s, box-shadow .15s;
}
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { outline: 0; border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(17, 96, 201, .15); }

.contact-info-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .9rem; }
.contact-info-list li { display: flex; gap: .8rem; align-items: flex-start; }
.contact-info-list .why-ico { width: 44px; height: 44px; }
.contact-info-list strong { display: block; font-family: var(--font-display); }
.contact-info-list a { font-weight: 700; }

/* ---------- Footer ---------- */
.site-footer { background: var(--blue-950); color: #B9CDE6; margin-top: 3rem; position: relative; }
.site-footer::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--orange), var(--blue-600)); }
.footer-grid { display: grid; gap: 1.8rem; padding: 2.6rem 0 1.6rem; }
.footer-col h3 { color: #fff; font-size: 1rem; margin-bottom: .8rem; }
.footer-h-gap { margin-top: 1.4rem; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col ul a { display: block; padding: .28rem 0; color: #B9CDE6; font-size: .92rem; }
.footer-col ul a:hover { color: #fff; padding-left: .3rem; }
.footer-about p { font-size: .93rem; }
.footer-about .btn { margin: .4rem 0 1rem; }
.footer-meta { font-size: .88rem; line-height: 1.9; }
.footer-meta svg { vertical-align: -3px; margin-right: .3rem; color: var(--orange); }
.footer-usta { font-size: .92rem; }
.footer-usta span { color: #7E9CC4; font-size: .84rem; }
.footer-usta svg { vertical-align: -3px; color: var(--orange); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); padding: 1.1rem 0; display: flex; flex-wrap: wrap; gap: .6rem; justify-content: space-between; font-size: .82rem; }
.footer-bottom p { margin: 0; }
.footer-links a { color: #B9CDE6; }

/* ---------- 404 / teşekkür ---------- */
.status-page { text-align: center; padding: 4.5rem 1rem; }
.status-page .big { font-family: var(--font-display); font-weight: 800; font-size: 5rem; color: var(--blue-100); line-height: 1; }

/* ==========================================================================
   Masaüstü
   ========================================================================== */
@media (min-width: 640px) {
  .grid-2 { grid-template-columns: repeat(2, 1fr); }
  .grid-services { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-row { grid-template-columns: repeat(4, 1fr); }
}

@media (min-width: 980px) {
  body { padding-bottom: 0; }
  .call-dock { display: none; }
  .main-nav { display: block; }
  .header-call { display: inline-flex; }
  .nav-toggle, .mobile-drawer { display: none !important; }
  .hero-in { grid-template-columns: 1.05fr .95fr; gap: 3rem; padding: 3.6rem 0 4rem; }
  .grid-services { grid-template-columns: repeat(4, 1fr); }
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .content-layout { grid-template-columns: minmax(0, 1fr) 340px; gap: 3rem; }
  .steps { grid-template-columns: repeat(4, 1fr); }
  .why-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 2.4rem; }
  .section { padding: 4.2rem 0; }
  .cta-band { padding: 3.2rem 2.4rem; }
}

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