:root{--bg:#070b14;--card:#0f172a;--text:#e5e7eb;--muted:#94a3b8;--brand:#c9a227;--border:rgba(255,255,255,.10);--shadow:0 18px 45px rgba(0,0,0,.55);--radius:22px;--max:1180px}
*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.5}
a{color:inherit;text-decoration:none}.container{max-width:var(--max);margin:0 auto;padding:0 16px}img{max-width:100%;display:block}
.header{position:sticky;top:0;z-index:30;background:rgba(7,11,20,.72);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px}
.brand-text{font-weight:800}.menu{display:flex;align-items:center;gap:14px}
.menu a{padding:10px 10px;border-radius:12px;color:rgba(229,231,235,.9)}.menu a:hover{background:rgba(255,255,255,.06)}
.menu a.active{background:rgba(201,162,39,.16);border:1px solid rgba(201,162,39,.28)}
.cta{background:linear-gradient(135deg, rgba(201,162,39,.95), rgba(201,162,39,.70));color:#0b1220 !important;font-weight:800;border:1px solid rgba(201,162,39,.55)}
.burger{display:none;background:transparent;border:1px solid var(--border);color:var(--text);border-radius:12px;padding:8px 10px}
.hero{position:relative;overflow:hidden;padding:56px 0 38px}
.hero-grid{display:grid;grid-template-columns:1.3fr .9fr;gap:24px;position:relative;z-index:2}
.hero-bg{position:absolute;inset:0;z-index:1;background:linear-gradient(135deg, rgba(201,162,39,.14), rgba(124,58,237,.10));opacity:.75}
.pill{display:inline-flex;border:1px solid rgba(201,162,39,.26);background:rgba(201,162,39,.10);padding:8px 12px;border-radius:999px;font-weight:650}
.hero-copy h1{margin:14px 0 10px;font-size:clamp(30px,4vw,52px);line-height:1.08}
.lead{color:rgba(229,231,235,.86)}.hero-actions{display:flex;gap:12px;margin-top:18px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:14px;border:1px solid var(--border);cursor:pointer;font-weight:750}
.btn.primary{background:linear-gradient(135deg, rgba(201,162,39,1), rgba(201,162,39,.70));color:#0b1220;border-color:rgba(201,162,39,.55)}
.btn.ghost{background:rgba(255,255,255,.04)}.btn.full{width:100%}.btn.small{padding:8px 10px;border-radius:12px;font-size:13px}
.section{padding:44px 0}.muted{color:var(--muted)}.card{background:rgba(15,23,42,.86);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px}.g-item img{width:100%;height:180px;object-fit:cover;border-radius:18px;border:1px solid var(--border)}
.form label{display:block;margin-top:12px;margin-bottom:6px;font-weight:650}
.form input,.form textarea,.form select{width:100%;padding:12px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:rgba(7,11,20,.55);color:var(--text)}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.footer{border-top:1px solid var(--border);padding:28px 0 18px;background:rgba(7,11,20,.65)}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:16px}
.footer-title{font-weight:850;margin-bottom:10px}
.footer-bottom{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08)}
body.admin{background:var(--bg)}.admin-top{position:sticky;top:0;background:rgba(7,11,20,.85);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}
.admin-bar{display:flex;align-items:center;justify-content:space-between;padding:12px 16px}
.admin-layout{display:grid;grid-template-columns:260px 1fr;gap:16px;padding:18px 16px}
.sidebar{background:rgba(15,23,42,.75);border:1px solid var(--border);border-radius:22px;padding:12px}
.side-link{display:block;padding:10px 12px;border-radius:14px;color:rgba(229,231,235,.9)}.side-link:hover{background:rgba(255,255,255,.06)}
.admin-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:14px 0}.big{font-size:30px;font-weight:900}
.alert{padding:12px;border-radius:14px;border:1px solid rgba(239,68,68,.35);background:rgba(239,68,68,.14);margin:10px 0}
.alert.success{border-color:rgba(34,197,94,.35);background:rgba(34,197,94,.12)}
@media (max-width:980px){.hero-grid{grid-template-columns:1fr}.gallery{grid-template-columns:1fr 1fr 1fr}.admin-layout{grid-template-columns:1fr}}
@media (max-width:720px){.menu{display:none}.burger{display:inline-flex}.gallery{grid-template-columns:1fr 1fr}.grid2{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}}

.content{max-width:820px}
.content p{color:rgba(229,231,235,.9)}
.content h2{margin-top:22px}
.content ul{padding-left:18px}
.posts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}
.post{display:block;background:rgba(15,23,42,.70);border:1px solid var(--border);border-radius:18px;overflow:hidden}
.post img{width:100%;height:160px;object-fit:cover}
.post-ph{height:160px;background:rgba(255,255,255,.05)}
.post-body{padding:12px}
.post-title{font-weight:850;margin-bottom:6px}
@media (max-width:980px){.posts{grid-template-columns:1fr 1fr}}
@media (max-width:720px){.posts{grid-template-columns:1fr}}


/* ===== Premium Blocks ===== */
.section{padding:72px 0}
.section.alt{background:rgba(255,255,255,.02);border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}
.section-head{margin-bottom:18px}
.section-head.center{text-align:center}
.kicker{letter-spacing:.18em;text-transform:uppercase;color:rgba(201,162,39,.9);font-weight:900;font-size:12px}
.h2{font-size:clamp(22px,3vw,36px);margin:10px 0 10px}
.center{text-align:center}
.mini-cta{display:flex;gap:12px;justify-content:center;margin-top:14px;flex-wrap:wrap}

.grid-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.t-card{display:block;border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.10);background:linear-gradient(180deg, rgba(15,23,42,.70), rgba(15,23,42,.45));box-shadow:0 18px 60px rgba(0,0,0,.55);transform:translateY(0);transition:transform .22s ease,border-color .22s ease,filter .22s ease}
.t-card:hover{transform:translateY(-6px);border-color:rgba(201,162,39,.35);filter:saturate(1.05)}
.t-media{position:relative;height:210px}
.t-media img{width:100%;height:100%;object-fit:cover}
.t-ph{height:210px;background:radial-gradient(circle at 20% 20%, rgba(201,162,39,.22), rgba(124,58,237,.10), rgba(255,255,255,.03))}
.t-body{padding:16px}
.t-title{font-weight:950;font-size:18px;letter-spacing:.01em}
.t-excerpt{margin-top:6px;color:rgba(229,231,235,.74);min-height:44px}
.t-cta{margin-top:10px;color:rgba(201,162,39,.95);font-weight:900}

.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.stat{padding:18px;border-radius:22px;border:1px solid rgba(255,255,255,.10);background:rgba(15,23,42,.55);text-align:center}
.stat-n{font-weight:950;font-size:26px}
.stat-l{margin-top:6px;color:rgba(229,231,235,.72);font-weight:700}

.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.step{padding:18px;border-radius:22px;border:1px solid rgba(255,255,255,.10);background:rgba(15,23,42,.55)}
.step-no{width:36px;height:36px;border-radius:14px;display:grid;place-items:center;background:rgba(201,162,39,.14);border:1px solid rgba(201,162,39,.22);font-weight:950;margin-bottom:10px}
.step-t{font-weight:950;margin-bottom:6px}

.quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.q{padding:18px;border-radius:22px;border:1px solid rgba(255,255,255,.10);background:rgba(15,23,42,.55)}
.q-t{font-weight:900;line-height:1.35}

.reveal{animation:reveal .55s ease both}
@keyframes reveal{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}

@media (max-width:980px){
  .grid-cards{grid-template-columns:1fr 1fr}
  .stats-row{grid-template-columns:1fr 1fr}
  .steps{grid-template-columns:1fr 1fr}
  .quotes{grid-template-columns:1fr}
}
@media (max-width:720px){
  .grid-cards{grid-template-columns:1fr}
  .stats-row{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}
  .section{padding:56px 0}
}


/* Quote Wizard (home hero form) */
.qw-card { display:block; cursor:pointer; }
.qw-card-inner{
  border:1px solid rgba(0,0,0,0.15);
  border-radius:12px;
  padding:14px;
  text-align:center;
  background:#fff;
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.qw-card:hover .qw-card-inner{ transform:translateY(-1px); box-shadow:0 10px 25px rgba(0,0,0,0.08); }
.qw-card input:checked + .qw-card-inner{
  border-color:#111;
  background:rgba(17,24,39,0.04);
  box-shadow:0 0 0 3px rgba(17,24,39,0.18), 0 10px 25px rgba(0,0,0,0.10);
  transform:translateY(-1px);
  position:relative;
}
.qw-card input:checked + .qw-card-inner:after{
  content:'✓';
  position:absolute;
  top:10px;
  right:10px;
  width:26px;
  height:26px;
  border-radius:999px;
  background:#111;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
}
.qw-illus{ display:flex; justify-content:center; margin-bottom:6px; }
.qw-thumb{ width:120px; height:84px; object-fit:contain; border-radius:10px; }
.qw-thumb-sm{ width:72px; height:72px; object-fit:contain; border-radius:10px; }

.qw-btn-primary{
  background:#000;
  color:#fff;
  padding:10px 16px;
  border-radius:999px;
  font-weight:700;
  font-size:14px;
  line-height:1;
  border:1px solid #000;
}
.qw-btn-primary:hover{ opacity:.9; }
.qw-btn-secondary{
  background:#fff;
  color:#111;
  padding:10px 16px;
  border-radius:999px;
  font-weight:700;
  font-size:14px;
  line-height:1;
  border:1px solid rgba(0,0,0,0.25);
}
.qw-btn-secondary:hover{ background:rgba(0,0,0,0.04); }
/* Wizard option */
.wz-option{
  position:relative;
  cursor:pointer;
  border:2px solid rgba(0,0,0,.10);
  background:#fff;
  border-radius:14px;
  padding:12px;
  display:flex;
  align-items:center;
  gap:12px;
  transition:all .15s ease;
}

.wz-option:hover{
  border-color: rgba(0,0,0,.25);
  transform: translateY(-1px);
}

.wz-option.selected{
  border-color:#0b1220;
  box-shadow: 0 0 0 4px rgba(11,18,32,.10);
}

/* Sağ üst ✓ */
.wz-option.selected::after{
  content:"✓";
  position:absolute;
  top:10px;
  right:10px;
  width:26px;
  height:26px;
  border-radius:999px;
  background:#0b1220;
  color:#fff;
  font-weight:800;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
}

/* Resim */
.wz-thumb{
  width:64px;
  height:64px;
  border-radius:14px;
  object-fit:cover;
  background:#f3f4f6;
}
/* --- Wizard readability + selection --- */
.wz-card, .wizard-card, .quote-card {
  color:#0b1220 !important;
}

.wz-card h3, .wz-card h4, .wz-card label,
.wizard-card h3, .wizard-card h4, .wizard-card label,
.quote-card h3, .quote-card h4, .quote-card label{
  color:#0b1220 !important;
  opacity:1 !important;
}

.wz-card small, .wizard-card small, .quote-card small{
  color:#334155 !important;
  opacity:1 !important;
}

/* options */
.wz-option{
  position:relative;
  cursor:pointer;
  border:2px solid rgba(11,18,32,.12);
  background:#fff;
  border-radius:14px;
  padding:12px;
  transition:all .15s ease;
}

.wz-option:hover{
  border-color: rgba(11,18,32,.30);
  transform: translateY(-1px);
}

.wz-option.selected{
  border-color:#0b1220;
  box-shadow: 0 0 0 4px rgba(11,18,32,.10);
}
.h-15{
	height:5rem;
}
/* sağ üst ✓ */
.wz-option.selected::after{
  content:"✓";
  position:absolute;
  top:10px;
  right:10px;
  width:26px;
  height:26px;
  border-radius:999px;
  background:#0b1220;
  color:#fff;
  font-weight:800;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
}

/* option image */
.wz-thumb{
  width:64px;
  height:64px;
  border-radius:14px;
  object-fit:cover;
  background:#f3f4f6;
}

/* inputs/select readability */
.wz-card select, .wz-card input,
.wizard-card select, .wizard-card input,
.quote-card select, .quote-card input{
  color:#0b1220 !important;
  background:#fff !important;
  border:1px solid rgba(11,18,32,.20) !important;
}

.wz-card select:focus, .wz-card input:focus{
  outline:none;
  box-shadow: 0 0 0 4px rgba(11,18,32,.10) !important;
  border-color:#0b1220 !important;
}

/* disabled but readable */
.wz-prev, .wz-next{
  opacity:1 !important; /* yazı kaybolmasın */
}
.wz-next.disabled, .wz-next:disabled{
  opacity:.5 !important;
  pointer-events:none;
}


/* === Quote Wizard FIXES (selection + readability) [20260304125715] === */
#quoteWizard {
  color:#0b1220;
}
#quoteWizard, 
#quoteWizard label, 
#quoteWizard div, 
#quoteWizard p, 
#quoteWizard span, 
#quoteWizard small, 
#quoteWizard h1, #quoteWizard h2, #quoteWizard h3, #quoteWizard h4, #quoteWizard h5, #quoteWizard h6 {
  color:#0b1220 !important;
  opacity:1 !important;
}
#quoteWizard input, #quoteWizard select, #quoteWizard textarea {
  color:#0b1220 !important;
}
#quoteWizard .qw-btn-primary,
#quoteWizard .qw-btn-primary * {
  color:#fff !important;
}
/* JS also applies .selected, so visual works even if :checked style is blocked */
.qw-card.selected .qw-card-inner{
  border-color:#111;
  background:rgba(17,24,39,0.04);
  box-shadow:0 0 0 3px rgba(17,24,39,0.18), 0 10px 25px rgba(0,0,0,0.10);
  transform:translateY(-1px);
  position:relative;
}
.qw-card.selected .qw-card-inner:after{
  content:'✓';
  position:absolute;
  top:10px;
  right:10px;
  width:28px;
  height:28px;
  border-radius:999px;
  background:#111;
  color:#fff !important;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:15px;
  font-weight:800;
}
/* Wizard card */
.qw-card{
    display:block;
    cursor:pointer;
}

.qw-card-inner{
    border:2px solid rgba(0,0,0,0.08);
    border-radius:12px;
    padding:14px;
    text-align:center;
    transition:all .2s ease;
    position:relative;
}

/* hover */
.qw-card:hover .qw-card-inner{
    border-color:#0b1f3a;
}

/* selected */
.qw-card input:checked + .qw-card-inner{
    border-color:#0b1f3a;
    box-shadow:0 0 0 3px rgba(11,31,58,0.15);
}

/* check icon */
.qw-card input:checked + .qw-card-inner::after{
    content:"✓";
    position:absolute;
    top:8px;
    right:8px;
    width:22px;
    height:22px;
    background:#0b1f3a;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-weight:bold;
}
/* ===== QUOTE WIZARD SELECTED STYLE ===== */

.qw-card{
cursor:pointer;
display:block;
}

.qw-card-inner{
border:2px solid rgba(0,0,0,0.08);
border-radius:12px;
padding:14px;
text-align:center;
transition:all .2s ease;
position:relative;
background:#fff;
}

/* hover */
.qw-card:hover .qw-card-inner{
border-color:#0b1f3a;
transform:translateY(-2px);
}

/* selected */
.qw-card input:checked + .qw-card-inner{
border-color:#0b1f3a;
box-shadow:0 0 0 3px rgba(11,31,58,0.15);
}

/* check icon */
.qw-card input:checked + .qw-card-inner::after{
content:"✓";
position:absolute;
top:8px;
right:8px;
width:22px;
height:22px;
background:#0b1f3a;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:13px;
font-weight:bold;
}

/* wizard text fix */
#quoteWizardForm{
color:#000 !important;
}
/* --- FORCE Quote Wizard selection visibility (override) --- */
#quoteWizard .qw-card{cursor:pointer;}
#quoteWizard .qw-card input[type=radio]{position:absolute;opacity:0;pointer-events:none;}
#quoteWizard .qw-card .qw-card-inner{position:relative;}
#quoteWizard .qw-card input[type=radio]:checked + .qw-card-inner{outline:3px solid #16a34a !important; box-shadow:0 0 0 6px rgba(22,163,74,.18) !important; transform:translateY(-1px);}
#quoteWizard .qw-card input[type=radio]:checked + .qw-card-inner::after{content:"✓"; position:absolute; top:10px; right:10px; width:28px; height:28px; display:flex; align-items:center; justify-content:center; border-radius:999px; background:#16a34a; color:#fff; font-weight:800; font-size:16px; box-shadow:0 6px 16px rgba(0,0,0,.18);}
#quoteWizard .qw-card input[type=radio]:focus-visible + .qw-card-inner{outline:3px solid #2563eb !important; box-shadow:0 0 0 6px rgba(37,99,235,.18) !important;}
#quoteWizard .qw-step, #quoteWizard .qw-step *{color:#0f172a !important;}
#quoteWizard .qw-step .text-red-600{color:#dc2626 !important;}
#quoteWizard .qw-step .text-gray-700{color:#374151 !important;}
#quoteWizard .qw-step .text-gray-900{color:#111827 !important;}
#quoteWizard .qw-step .text-gray-400{color:#9ca3af !important;}
#quoteWizard .qw-step .text-brand-gold{color:#C9A227 !important;}
#quoteWizard .qw-step a{color:#0f172a !important;}

/* ===== WIZARD FIX ===== */

#quoteWizardForm .qw-card input:checked + .qw-card-inner{
border:2px solid #0b1f3a !important;
box-shadow:0 0 0 3px rgba(11,31,58,0.15) !important;
}

#quoteWizardForm .qw-card input:checked + .qw-card-inner::after{
content:"✓";
position:absolute;
top:8px;
right:8px;
width:22px;
height:22px;
background:#0b1f3a;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:13px;
font-weight:bold;
}

#quoteWizardForm{
color:#000 !important;
}



/* Klinikler bölümü */

.hl-standorte { padding: 72px 0; }
.hl-container { width:min(1100px, 92%); margin:0 auto; }
.hl-head { text-align:center; margin-bottom:28px; }
.hl-kicker { display:inline-block; padding:8px 14px; border-radius:999px; border:1px solid rgba(255,255,255,.10); background:rgba(255,255,255,.04); color:#f3f4f6; font-size:13px; }
.hl-head h2 { font-size:clamp(30px,4vw,54px); line-height:1.12; color:#fff; margin:16px 0 10px; font-weight:800; }
.hl-head p { max-width:850px; margin:0 auto; color:#cbd5e1; line-height:1.65; }
.hl-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:28px; }
.hl-card { border-radius:18px; overflow:hidden; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.09); box-shadow:0 18px 40px rgba(0,0,0,.25); }
.hl-media { position:relative; aspect-ratio:16/9; background:#16213f; }
.hl-media img { width:100%; height:100%; object-fit:cover; display:block; }
.hl-badge { position:absolute; left:14px; top:14px; padding:8px 12px; border-radius:999px; background:rgba(0,0,0,.35); border:1px solid rgba(255,255,255,.16); color:#fff; font-size:13px; font-weight:700; }
.hl-body { padding:18px 18px 20px; }
.hl-title-row { display:flex; align-items:center; justify-content:space-between; gap:10px; }
.hl-title-row h3 { margin:0; color:#fff; font-size:20px; font-weight:800; }
.hl-tag { padding:6px 10px; border-radius:999px; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.10); color:#fff; font-size:12px; }
.hl-bullets { margin:12px 0 16px; padding-left:18px; color:#e5e7eb; }
.hl-bullets li { margin:6px 0; line-height:1.5; }
.hl-gallery { display:flex; gap:10px; margin:10px 0 16px; }
.hl-gallery img { width:100%; max-width:110px; aspect-ratio:1/1; object-fit:cover; border-radius:12px; border:1px solid rgba(255,255,255,.10); background:#16213f; }
.hl-actions { display:flex; gap:10px; flex-wrap:wrap; }
.hl-btn { display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:10px 16px; border-radius:12px; text-decoration:none; font-weight:800; background:#e1b95a; color:#09122b; border:1px solid transparent; }
.hl-btn:hover { opacity:.95; }
.hl-btn-ghost { background:transparent; color:#fff; border-color:rgba(255,255,255,.12); }
.hl-trustbar { margin-top:18px; padding:14px; border-radius:18px; border:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.03); display:grid; grid-template-columns:repeat(4,1fr); gap:10px; }
.hl-trust-item { text-align:center; }
.hl-trust-item strong { display:block; color:#fff; font-size:14px; }
.hl-trust-item span { display:block; color:#cbd5e1; font-size:13px; margin-top:2px; }
.admin .form hr { border:0; border-top:1px solid rgba(255,255,255,.08); }
@media (max-width: 900px){ .hl-grid{grid-template-columns:1fr;} .hl-gallery img{max-width:90px;} .hl-trustbar{grid-template-columns:1fr 1fr;} }
