/* ============================================================
   DAIM — Sessiz Lüks Tasarım Sistemi
   Antrasit / mat siyah zemin + sıcak bronz vurgu
   ============================================================ */

:root {
  --bg: #0a0a0b;
  --bg-elevated: #131315;
  --bg-card: #16161a;
  --line: rgba(255,255,255,0.08);
  --line-strong: rgba(255,255,255,0.14);
  --text: #ede9e2;
  --text-dim: #a8a29a;
  --text-faint: #6f6a63;
  --bronze: #c9a05c;
  --bronze-soft: rgba(201,160,92,0.14);
  --bronze-line: rgba(201,160,92,0.35);
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Inter', -apple-system, system-ui, sans-serif;
  --container: 1180px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.grain-overlay {
  position: fixed; inset: 0; pointer-events: none; z-index: 9999;
  opacity: 0.025; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.container { max-width: var(--container); margin: 0 auto; padding: 0 32px; }
.container.narrow { max-width: 720px; }
.center { text-align: center; }

/* ---- Typography helpers ---- */
.eyebrow {
  font-family: var(--sans); font-size: 12px; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--bronze);
  margin: 0 0 18px;
}
.eyebrow.center { text-align: center; }
.serif-lg {
  font-family: var(--serif); font-weight: 400; font-size: clamp(30px, 4.2vw, 48px);
  line-height: 1.18; letter-spacing: -0.01em; margin: 0 0 24px; color: var(--text);
}
.lede {
  font-size: 17px; color: var(--text-dim); max-width: 560px; margin: 0 auto 8px;
  font-weight: 300;
}
.lede.center { margin-left: auto; margin-right: auto; }

/* [hidden] JS ile gizlenen elemanlar icin - .btn gibi kendi display'ini tanimlayan
   siniflar tarayicinin varsayilan [hidden] kuralini ezebiliyor, bunu garantiye aliyoruz. */
[hidden] { display: none !important; }

/* ---- Buttons ---- */
.btn {
  display: inline-block; font-family: var(--sans); font-size: 14px; font-weight: 500;
  letter-spacing: 0.04em; padding: 15px 34px; border-radius: 2px; cursor: pointer;
  border: 1px solid transparent; transition: all .3s var(--ease);
}
.btn-solid { background: var(--bronze); color: #0a0a0b; }
.btn-solid:hover { background: #d9b26e; transform: translateY(-1px); }
.btn-line { background: transparent; border-color: var(--line-strong); color: var(--text); font-size: 13px; padding: 11px 22px; }
.btn-line:hover { border-color: var(--bronze); color: var(--bronze); }
.btn-ghost { background: transparent; color: var(--text-dim); border: none; padding: 12px 8px; }
.btn-ghost:hover { color: var(--text); }
.btn:disabled { opacity: .35; cursor: not-allowed; pointer-events: none; }
.btn-solid:disabled:hover { background: var(--bronze); transform: none; }

/* ---- Nav ---- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: linear-gradient(to bottom, rgba(10,10,11,0.9), rgba(10,10,11,0));
  backdrop-filter: blur(6px);
  padding: 22px 0;
  transition: background .3s var(--ease), padding .3s var(--ease);
}
.nav.scrolled { background: rgba(10,10,11,0.86); padding: 14px 0; border-bottom: 1px solid var(--line); }
.nav-inner { max-width: var(--container); margin: 0 auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { font-family: var(--serif); font-size: 20px; letter-spacing: 0.12em; color: var(--text); }
.nav-links { display: flex; gap: 32px; font-size: 13px; color: var(--text-dim); }
.nav-links a:hover { color: var(--bronze); }
@media (max-width: 760px) { .nav-links { display: none; } }

/* ---- Hero ---- */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center;
  text-align: center; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  /* Fotoğraf katmanı gradient'lerin ÜSTÜNE eklendi - dosya eksik/404 olsa bile
     (background-image sadece o katmanı boş bırakır) alttaki gradient'ler
     görünmeye devam eder, sayfa hiçbir zaman bozulmaz. */
  background:
    radial-gradient(ellipse 55% 50% at 50% 42%, rgba(0,0,0,0.5), transparent 70%),
    linear-gradient(180deg, rgba(10,10,11,0.5) 0%, rgba(10,10,11,0.25) 45%, rgba(10,10,11,0.8) 100%),
    url('assets/img/hero-villa.webp'),
    radial-gradient(ellipse 60% 40% at 30% 75%, rgba(201,160,92,0.16), transparent 70%),
    radial-gradient(ellipse 50% 35% at 75% 70%, rgba(201,160,92,0.09), transparent 70%),
    linear-gradient(180deg, #0a0a0b 0%, #0f0f11 55%, #141416 100%);
  background-size: auto, cover, cover, auto, auto, auto;
  background-position: center, center, center, center, center, center;
  background-repeat: no-repeat;
}
/* Mobilde dikey kırpımda fotoğrafın sağındaki ısı pompası/şarj istasyonu
   kadraj dışına çıkmasın diye odak noktası sağa kayar. */
@media (max-width: 640px) {
  .hero-bg { background-position: center, center, 72% center, center, center, center; }
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,0.015) 0px, transparent 1px, transparent 3px);
  opacity: .5;
}
.hero-content { position: relative; z-index: 1; max-width: 720px; padding: 0 28px; }
.hero-content .eyebrow { justify-content: center; }
.hero h1 {
  font-family: var(--serif); font-weight: 300; font-size: clamp(38px, 6.4vw, 74px);
  line-height: 1.1; letter-spacing: -0.01em; margin: 0 0 26px; color: var(--text);
}
.hero-sub { font-size: 19px; color: rgba(255,255,255,0.85); max-width: 460px; margin: 0 auto 40px; font-weight: 300; }
.hero-scroll-hint {
  position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
  width: 1px; height: 46px; background: var(--line-strong); overflow: hidden;
}
.hero-scroll-hint span {
  position: absolute; top: -100%; left: 0; width: 100%; height: 100%; background: var(--bronze);
  animation: scrollhint 2.2s var(--ease) infinite;
}
@keyframes scrollhint { 0% { top: -100%; } 60% { top: 100%; } 100% { top: 100%; } }

/* ---- Sections ---- */
.section { padding: 128px 0; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in-view { opacity: 1; transform: translateY(0); }

.positioning { background: var(--bg-elevated); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

/* Ekosistem */
.eko-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); margin-top: 56px; border: 1px solid var(--line); }
.eko-card { background: var(--bg); padding: 40px 30px; }
.eko-mark { font-family: var(--serif); font-size: 13px; color: var(--bronze); letter-spacing: .1em; margin-bottom: 22px; }
.eko-card h3 { font-family: var(--serif); font-weight: 400; font-size: 21px; margin: 0 0 12px; color: var(--text); }
.eko-card p { font-size: 14.5px; color: var(--text-dim); margin: 0; line-height: 1.65; }
.eko-premium {
  margin-top: 40px; padding: 22px 30px; border: 1px solid var(--bronze-line); background: var(--bronze-soft);
  text-align: center; border-radius: 2px;
}
.eko-premium p { margin: 0; font-size: 14.5px; color: var(--text-dim); }
.eko-premium strong { color: var(--bronze); font-weight: 500; }
@media (max-width: 900px) { .eko-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .eko-grid { grid-template-columns: 1fr; } }

/* Süreç */
.surec-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; margin-top: 56px; }
.surec-visual {
  width: 64px; height: 64px; margin-bottom: 22px; border-radius: 50%;
  background: var(--bronze-soft); border: 1px solid var(--bronze-line);
  display: flex; align-items: center; justify-content: center;
}
.surec-visual svg { width: 28px; height: 28px; color: var(--bronze); }
.surec-num { font-family: var(--serif); color: var(--bronze); font-size: 13px; letter-spacing: .1em; margin-bottom: 10px; }
.surec-step h3 { font-family: var(--serif); font-weight: 400; font-size: 19px; margin: 0 0 8px; }
.surec-step p { font-size: 14px; color: var(--text-dim); margin: 0; line-height: 1.6; }
@media (max-width: 900px) { .surec-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .surec-grid { grid-template-columns: 1fr; } }

/* Referanslar */
.ref-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
.ref-visual {
  aspect-ratio: 5/6; border-radius: 2px; margin-bottom: 14px;
  background:
    radial-gradient(ellipse 70% 50% at 50% 85%, rgba(201,160,92,0.20), transparent 70%),
    linear-gradient(160deg, #1a1a1e, #0a0a0b);
  background-size: cover; background-position: center; background-repeat: no-repeat;
  border: 1px solid var(--line);
}
/* Fotoğraf, aynı gradient fallback'in ÜSTÜNE katman olarak eklendi - dosya
   eksik/404 olsa bile alttaki gradient görünmeye devam eder. */
.ref-visual--konya  { background-image: url('assets/img/ref-konya.webp'),  radial-gradient(ellipse 70% 50% at 50% 85%, rgba(201,160,92,0.20), transparent 70%), linear-gradient(160deg, #1a1a1e, #0a0a0b); }
.ref-visual--bodrum { background-image: url('assets/img/ref-bodrum.webp'), radial-gradient(ellipse 70% 50% at 50% 85%, rgba(201,160,92,0.20), transparent 70%), linear-gradient(160deg, #1a1a1e, #0a0a0b); }
.ref-visual--ankara { background-image: url('assets/img/ref-ankara.webp'), radial-gradient(ellipse 70% 50% at 50% 85%, rgba(201,160,92,0.20), transparent 70%), linear-gradient(160deg, #1a1a1e, #0a0a0b); }
.ref-cap { font-size: 13px; color: var(--text-faint); text-align: center; margin: 0; letter-spacing: .02em; }
.guarantee-note { text-align: center; margin-top: 48px; font-size: 13px; color: var(--text-faint); letter-spacing: .03em; }
@media (max-width: 760px) { .ref-grid { grid-template-columns: 1fr; } }

.closing { text-align: center; }

/* ---- Footer ---- */
.footer { padding: 56px 0; border-top: 1px solid var(--line); }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
.footer-brand { font-family: var(--serif); letter-spacing: .12em; font-size: 15px; color: var(--text-dim); }
.footer-line { font-size: 12.5px; color: var(--text-faint); margin: 0; }
.footer-sbsolar-link { color: var(--text-dim); text-decoration: underline; text-decoration-color: var(--bronze-line); text-underline-offset: 2px; transition: color .2s, text-decoration-color .2s; }
.footer-sbsolar-link:hover { color: var(--bronze); text-decoration-color: var(--bronze); }
.footer-links { display: flex; gap: 18px; }
.footer-links a { font-size: 12.5px; color: var(--text-faint); }
.footer-links a:hover { color: var(--bronze); }

/* ============================================================
   LEAD FORM OVERLAY
   ============================================================ */
.form-overlay {
  position: fixed; inset: 0; z-index: 200; background: rgba(6,6,7,0.82); backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center; padding: 24px;
  opacity: 0; visibility: hidden; transition: opacity .3s var(--ease);
}
.form-overlay.open { opacity: 1; visibility: visible; }
/* Wizard'ın arkasında görünen, gelecekteki panelin "hayali" önizlemesi -
   kullanıcı wizard'ı tamamladığında gerçek bir panele geçeceğini hissetsin. */
.dashboard-ghost {
  position: absolute; inset: 0; z-index: 0; display: flex; pointer-events: none;
  filter: blur(1.1px); opacity: .58; overflow: hidden;
}
.dg-sidebar { width: 220px; flex: 0 0 220px; background: var(--bg-elevated); border-right: 1px solid var(--line); padding: 32px 22px; }
.dg-logo { font-family: var(--serif); color: var(--text); font-size: 18px; letter-spacing: .12em; margin-bottom: 36px; }
.dg-nav-item { font-size: 13.5px; color: var(--text-dim); padding: 10px 0; font-weight: 500; }
.dg-nav-item.active { color: var(--bronze); }
.dg-main { flex: 1; padding: 44px; }
.dg-welcome { height: 24px; width: 220px; background: var(--text-faint); opacity: .45; border-radius: 2px; margin-bottom: 32px; }
.dg-journey { display: flex; gap: 46px; margin-bottom: 34px; }
.dg-jstep { width: 12px; height: 12px; border-radius: 50%; background: var(--line-strong); }
.dg-card { height: 92px; background: var(--bg-card); border: 1px solid var(--line-strong); border-radius: 4px; margin-bottom: 16px; }

.wizard-shell {
  position: relative; z-index: 1; width: 100%; max-width: 920px; max-height: 92vh; overflow-y: auto;
  background: var(--bg-card); border: 1px solid var(--line-strong); border-radius: 4px;
  padding: 40px 40px 36px; transform: translateY(16px); transition: transform .35s var(--ease);
  scrollbar-width: none; -ms-overflow-style: none;
}
.form-overlay.open .wizard-shell { transform: translateY(0); }
.wizard-shell::-webkit-scrollbar { display: none; width: 0; height: 0; }
.wizard-ghost-hint { font-size: 12px; color: var(--text-faint); margin: -20px 0 24px; font-style: italic; }
.form-close {
  position: absolute; top: 16px; right: 18px; background: none; border: none; color: var(--text-faint);
  font-size: 26px; line-height: 1; cursor: pointer; z-index: 2;
}
.form-close:hover { color: var(--text); }

.wizard-progress { margin-bottom: 32px; padding-right: 30px; }
.wp-track { height: 3px; background: var(--line-strong); border-radius: 3px; overflow: hidden; }
.wp-fill { height: 100%; width: 0%; background: var(--bronze); transition: width .5s var(--ease); }
.wp-label { font-size: 12px; color: var(--text-faint); margin-top: 9px; letter-spacing: .04em; }

.wizard-body { display: grid; grid-template-columns: 1.5fr 1fr; gap: 48px; align-items: start; }
.wizard-body.wizard-body-solo { grid-template-columns: 1fr; }
.wizard-form-col { min-width: 0; }
.wizard-side-col { display: flex; flex-direction: column; gap: 14px; }
@media (max-width: 800px) {
  .wizard-body { grid-template-columns: 1fr; }
  .wizard-side-col { display: none; }
}

.side-card {
  border: 1px solid var(--line); border-radius: 3px; padding: 20px 20px; background: var(--bg-elevated);
}
.advisor-side-card { display: flex; align-items: center; gap: 14px; }
.advisor-side-card .advisor-role { font-size: 11.5px; line-height: 1.5; }
.advisor-status {
  display: inline-block; margin-left: 8px; font-size: 10px; font-weight: 500; letter-spacing: .03em;
  color: var(--text-faint); border: 1px solid var(--line-strong); border-radius: 99px; padding: 2px 8px;
  vertical-align: middle; white-space: nowrap;
}
.locked-card { position: relative; text-align: center; overflow: hidden; }
.locked-icon { font-size: 11px; color: var(--bronze); margin-bottom: 10px; }
.locked-title { font-size: 12.5px; color: var(--text-dim); letter-spacing: .03em; margin-bottom: 12px; }
.locked-blur {
  font-family: var(--serif); font-size: 26px; color: var(--text-faint);
  filter: blur(6px); user-select: none; margin-bottom: 10px; transition: filter .5s var(--ease);
}
.roof-blur {
  height: 60px; border-radius: 2px;
  background: linear-gradient(135deg, #202024, #121214);
}
.locked-hint { font-size: 11px; color: var(--text-faint); margin: 0; }
.locked-card.revealed .locked-blur { filter: blur(1.5px); }

.addr-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 12px; }

.map-wrap { position: relative; margin-bottom: 16px; }
.lead-map {
  width: 100%; height: 150px; border-radius: 3px; border: 1px solid var(--line-strong);
}
.lead-map-large { height: 340px; }
.addr-summary {
  font-size: 13px; color: var(--text-dim); margin: 12px 0 0; padding: 12px 14px; border-radius: 3px;
  background: var(--bg-elevated); border: 1px solid var(--line-strong); line-height: 1.6;
}
.addr-summary strong { color: var(--text); font-weight: 600; }
.addr-summary-spinner {
  display: inline-block; width: 11px; height: 11px; vertical-align: middle; margin-right: 6px;
  border: 2px solid var(--line-strong); border-top-color: var(--bronze); border-radius: 50%;
  animation: dspin .7s linear infinite;
}
.map-overlay-hint {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; text-align: center;
  padding: 0 24px; font-size: 12.5px; color: var(--text-dim); background: rgba(10,10,11,0.25);
  pointer-events: none; transition: opacity .3s var(--ease); opacity: 1;
}
.map-overlay-hint.hidden { opacity: 0; }
@media (max-width: 480px) {
  .addr-row { grid-template-columns: 1fr 1fr; gap: 0 8px; }
  .lead-map { height: 90px; }
  .lead-map-large { height: 180px; }
  .wizard-shell { padding: 22px 20px 20px; }
  .wizard-progress { margin-bottom: 18px; }
  .f-step h3 { font-size: 19px; margin-bottom: 12px; }
  .field { margin-bottom: 9px; }
  .field-progressive.revealed { margin-bottom: 9px; }
  .field input, .field select { padding: 10px 12px; font-size: 14px; }
  .f-hint { font-size: 11.5px; margin: -4px 0 10px; }
  .map-wrap { margin-bottom: 8px; }
  .f-tile { padding: 12px 6px; }
  .addr-summary { font-size: 12px; padding: 8px 11px; margin-top: 6px; line-height: 1.4; }
}

.loading-spinner {
  width: 40px; height: 40px; border: 2px solid var(--line-strong); border-top-color: var(--bronze);
  border-radius: 50%; margin: 28px auto; animation: dspin 1s linear infinite;
}
@keyframes dspin { to { transform: rotate(360deg); } }

.ac-list {
  position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: 20;
  background: var(--bg-card); border: 1px solid var(--line-strong); border-radius: 3px;
  max-height: 216px; overflow-y: auto; box-shadow: 0 10px 24px rgba(0,0,0,0.35);
}
.ac-item {
  padding: 14px 16px; font-size: 14.5px; color: var(--text-dim); cursor: pointer;
  border-bottom: 1px solid var(--line); transition: background .15s, color .15s;
}
.ac-item:last-child { border-bottom: none; }
.ac-item:hover, .ac-item.ac-active { background: var(--bronze-soft); color: var(--text); }

.package-box {
  border: 1px solid var(--bronze-line); background: var(--bronze-soft); border-radius: 3px;
  padding: 18px 22px; margin-bottom: 18px;
}
.package-box .pkg-row { display: flex; align-items: center; justify-content: space-between; padding: 6px 0; }
.package-box .pkg-row + .pkg-row { border-top: 1px dashed var(--bronze-line); }
.package-box .pkg-label { font-size: 12.5px; color: var(--text-dim); letter-spacing: .02em; }
.package-box .pkg-value { font-family: var(--serif); font-size: 22px; color: var(--bronze); }
.package-box .pkg-value.pkg-savings { color: var(--good, #1f8a5f); font-size: 18px; }

.f-tile-price { font-size: 11.5px; color: var(--text-faint); margin-top: -2px; }
.f-tile input:checked ~ .f-tile-price { color: var(--bronze); }

.cost-summary {
  border: 1px solid var(--bronze-line); background: var(--bronze-soft); border-radius: 3px;
  padding: 12px 18px; margin-bottom: 16px;
}
.cs-row { display: flex; align-items: center; justify-content: space-between; padding: 6px 0; }
.cs-row-savings { border-top: 1px dashed var(--bronze-line); margin-top: 4px; }
.cs-label { font-size: 13px; color: var(--text-dim); }
.cs-value { font-family: var(--serif); font-size: 20px; color: var(--bronze); }
.cs-value.cs-savings { color: #4caf7d; font-size: 16px; }

.field select {
  width: 100%; background: var(--bg-elevated); border: 1px solid var(--line-strong); border-radius: 2px;
  color: var(--text); font-family: var(--sans); font-size: 15px; padding: 13px 14px; outline: none;
  transition: border-color .2s; appearance: none;
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"%3E%3Cpath d="M1 1L5 5L9 1" stroke="%23c9a05c" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-repeat: no-repeat; background-position: right 14px center;
}
.field select:focus { border-color: var(--bronze); }

.field-progressive {
  max-height: 0; opacity: 0; overflow: hidden; margin-bottom: 0;
  transition: max-height .4s var(--ease), opacity .3s var(--ease), margin-bottom .4s var(--ease);
}
.field-progressive.revealed { max-height: 120px; opacity: 1; margin-bottom: 14px; }

.f-step { display: none; }
.f-step.active { display: block; animation: fstep .4s var(--ease); }
@keyframes fstep { from { opacity: 0; transform: translateX(8px); } to { opacity: 1; transform: translateX(0); } }

.f-step h3 { font-family: var(--serif); font-weight: 400; font-size: 24px; margin: 0 0 20px; color: var(--text); }
.f-hint { font-size: 13px; color: var(--text-faint); margin: -8px 0 20px; }
.addr-breadcrumb { font-size: 13px; color: var(--text-dim); margin: -8px 0 20px; letter-spacing: .01em; }
.addr-breadcrumb:empty { display: none; }
.f-info { font-size: 14.5px; color: var(--text-dim); line-height: 1.7; margin: 0 0 28px; }

.field { margin-bottom: 14px; }
.field label { display: block; font-size: 12.5px; color: var(--text-dim); margin-bottom: 7px; letter-spacing: .02em; }
.field input {
  width: 100%; background: var(--bg-elevated); border: 1px solid var(--line-strong); border-radius: 2px;
  color: var(--text); font-family: var(--sans); font-size: 15px; padding: 13px 14px; outline: none;
  transition: border-color .2s;
}
.field input:focus { border-color: var(--bronze); }
.field input::placeholder { color: var(--text-faint); }

/* ---- Adres alanları: elegan arama kutusu (autocomplete) ---- */
/* Bu blok bilerek '.field input' KURALINDAN SONRA - aksi halde ayni ozgullukte
   (specificity) olan '.field input' kurali, ikon icin ayrilan sag bosluklu
   padding'i eziyor (ikon yazinin ustune biniyor). */
.ac-field-wrap { position: relative; }
.ac-box { position: relative; display: flex; align-items: center; }
.ac-box input {
  padding: 13px 40px 13px 14px;
}
.ac-search-icon, .ac-spinner-icon {
  position: absolute; right: 13px; top: 50%; transform: translateY(-50%); width: 15px; height: 15px;
  display: flex; align-items: center; justify-content: center; pointer-events: none;
}
.ac-search-icon svg { width: 100%; height: 100%; color: var(--text-faint); }
.ac-spinner-icon {
  border: 2px solid var(--line-strong); border-top-color: var(--bronze); border-radius: 50%;
  opacity: 0; animation: dspin .7s linear infinite;
}
.ac-box.searching .ac-search-icon { opacity: 0; }
.ac-box.searching .ac-spinner-icon { opacity: 1; }

.f-choices { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.f-check, .f-radio {
  display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid var(--line-strong);
  border-radius: 2px; cursor: pointer; font-size: 14.5px; color: var(--text-dim); transition: all .2s;
}
.f-check:hover, .f-radio:hover { border-color: var(--bronze-line); color: var(--text); }
/* Tarayicinin varsayilan yuvarlak/kare kutucugu (f-tile'daki gibi) tamamen
   gizlenip yerine marka diline uygun ince bir gosterge ciziliyor - onceden
   burada sadece accent-color veriliyordu, native OS kontrolu hala gorunuyordu. */
.f-check input, .f-radio input {
  appearance: none; -webkit-appearance: none; position: relative; flex: 0 0 18px;
  width: 18px; height: 18px; margin: 0; border: 1px solid var(--line-strong);
  background: transparent; cursor: pointer; transition: border-color .2s, background .2s;
}
.f-radio input { border-radius: 50%; }
.f-check input { border-radius: 3px; }
.f-radio input:checked { border-color: var(--bronze); }
.f-radio input:checked::after {
  content: ''; position: absolute; inset: 4px; border-radius: 50%; background: var(--bronze);
}
.f-check input:checked { background: var(--bronze); border-color: var(--bronze); }
.f-check input:checked::after {
  content: ''; position: absolute; left: 5px; top: 2px; width: 4px; height: 8px;
  border: solid var(--bg); border-width: 0 2px 2px 0; transform: rotate(45deg);
}

/* Ikonlu 2 sutunlu secim kartlari (ev tipi / cati tipi / hane buyuklugu) */
.f-choices.f-tile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 28px; }
.f-tile {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  padding: 22px 14px; border: 1px solid var(--line-strong); border-radius: 3px; cursor: pointer;
  font-size: 13.5px; color: var(--text-dim); text-align: center; transition: all .2s;
}
.f-tile:hover { border-color: var(--bronze-line); color: var(--text); }
.f-tile input { position: absolute; opacity: 0; width: 0; height: 0; }
.f-tile input:checked ~ .f-tile-icon { color: var(--bronze); }
.f-tile:has(input:checked) { border-color: var(--bronze); background: var(--bronze-soft); color: var(--text); }
.f-tile-icon { width: 30px; height: 30px; color: var(--text-faint); transition: color .2s; }
.f-tile-icon svg { width: 100%; height: 100%; }
@media (max-width: 480px) { .f-choices.f-tile-grid { grid-template-columns: 1fr 1fr; gap: 8px; } .f-tile { padding: 16px 8px; } }

/* z-index: autocomplete listesi (.ac-list, z-index:20) acikken adres adimlarinda
   butonlarin ustune binebiliyordu - butonlar her zaman tiklanabilir kalsin diye
   daha yuksek katmanda tutuluyor. */
.f-actions { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; position: relative; z-index: 21; }
.f-error { color: #d98a6f; font-size: 13px; margin-top: 14px; }

.honeypot { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }

.f-done { text-align: center; }
.f-done h3 { text-align: center; }
.advisor-card { display: flex; align-items: center; gap: 14px; justify-content: center; margin: 24px 0; }
.advisor-avatar { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg, #2a241a, #17171b); border: 1px solid var(--bronze-line); }
.advisor-name { font-family: var(--serif); font-size: 16px; color: var(--text); text-align: left; }
.advisor-role { font-size: 12px; color: var(--text-faint); text-align: left; }
.smart-home-q { margin-top: 24px; text-align: left; }
.kvkk-check { margin-bottom: 20px; text-align: left; align-items: flex-start; }
.kvkk-check a { color: var(--bronze); text-decoration: underline; }
