/* =========================================================
   Değişim Kuaför — Tasarım Sistemi
   Modern · light · premium erkek kuaförü estetiği
   ========================================================= */

:root {
    /* Renkler — mavi tonlu modern erkek kuaförü teması */
    --bg:            #F3F6FB;
    --bg-2:          #E7EEF8;
    --surface:       #FFFFFF;
    --ink:           #0B1B33;   /* derin lacivert */
    --ink-soft:      #35486A;
    --muted:         #7987A0;
    --line:          rgba(11, 27, 51, 0.10);
    --line-strong:   rgba(11, 27, 51, 0.18);

    --accent:        #2E6BE6;   /* canlı mavi */
    --accent-strong: #1B4FCC;
    --accent-soft:   #D8E5FD;
    --accent-tint:   #EEF4FE;

    --ok:            #2E9E63;
    --danger:        #D34B3B;

    /* Tipografi */
    --font-display: "Space Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;
    --font-ui:      "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

    /* Ölçüler */
    --radius:      18px;
    --radius-sm:   12px;
    --radius-lg:   28px;
    --shadow-sm:   0 1px 2px rgba(23,19,15,.05), 0 2px 8px rgba(23,19,15,.05);
    --shadow-md:   0 8px 24px rgba(23,19,15,.08), 0 2px 6px rgba(23,19,15,.05);
    --shadow-lg:   0 24px 60px rgba(23,19,15,.14), 0 6px 18px rgba(23,19,15,.08);
    --ring:        0 0 0 4px var(--accent-soft);

    --maxw: 1160px;
    --ease: cubic-bezier(.22, .61, .36, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
    margin: 0;
    font-family: var(--font-ui);
    color: var(--ink);
    background: var(--bg);
    line-height: 1.6;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

::selection { background: var(--accent-soft); color: var(--ink); }

/* Özel scrollbar (markalı, mavi) */
html { scrollbar-width: thin; scrollbar-color: var(--accent) var(--bg-2); }
::-webkit-scrollbar { width: 12px; height: 12px; }
::-webkit-scrollbar-track { background: var(--bg-2); }
::-webkit-scrollbar-thumb {
    background: linear-gradient(var(--accent), var(--accent-strong));
    border-radius: 20px; border: 3px solid var(--bg-2); background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover { background: var(--accent-strong); }
::-webkit-scrollbar-corner { background: var(--bg-2); }

/* ---------- Yerleşim yardımcıları ---------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(64px, 9vw, 120px) 0; }
.center { text-align: center; }

.eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 12.5px; font-weight: 600; letter-spacing: .16em;
    text-transform: uppercase; color: var(--accent-strong);
}
.eyebrow::before {
    content: ""; width: 22px; height: 1.5px; background: var(--accent); display: inline-block;
}
.center .eyebrow::before { display: none; }

h1, h2, h3 { font-family: var(--font-display); font-weight: 500; line-height: 1.08; letter-spacing: -.01em; margin: 0; color: var(--ink); }
.h-xl { font-size: clamp(2.6rem, 6vw, 4.6rem); }
.h-lg { font-size: clamp(2rem, 4vw, 3rem); }
.h-md { font-size: clamp(1.5rem, 2.6vw, 2rem); }

.lead { font-size: clamp(1.05rem, 1.4vw, 1.2rem); color: var(--ink-soft); max-width: 56ch; }
.muted { color: var(--muted); }

/* ---------- Butonlar ---------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 15px 26px; border-radius: 999px; border: 1px solid transparent;
    font-weight: 600; font-size: 15px; letter-spacing: .01em;
    transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s, color .2s;
    white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--ink); color: #fff; box-shadow: var(--shadow-md); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); background: #12294a; }
.btn-accent { background: var(--accent); color: #fff; box-shadow: 0 8px 22px rgba(46,107,230,.35); }
.btn-accent:hover { transform: translateY(-2px); background: var(--accent-strong); box-shadow: 0 14px 30px rgba(46,107,230,.4); }
/* Sabit WhatsApp butonu */
.wa-float {
    position: fixed; right: 22px; bottom: 22px; z-index: 90;
    width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center;
    background: #25D366; color: #fff; box-shadow: 0 10px 26px rgba(37,211,102,.45);
    transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.wa-float svg { width: 30px; height: 30px; }
.wa-float:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 16px 36px rgba(37,211,102,.55); }
.wa-float::after {
    content: ""; position: absolute; inset: 0; border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(37,211,102,.5); animation: waPulse 2.4s var(--ease) infinite;
}
@keyframes waPulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.45); } 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }
@media (max-width: 640px) { .wa-float { width: 52px; height: 52px; right: 16px; bottom: 16px; } .wa-float svg { width: 27px; height: 27px; } }

.btn-wa { background: #25D366; color: #fff; box-shadow: 0 8px 22px rgba(37,211,102,.32); }
.btn-wa:hover { transform: translateY(-2px); background: #1EBE5A; box-shadow: 0 14px 30px rgba(37,211,102,.4); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn-ghost:hover { border-color: var(--ink); background: rgba(23,19,15,.03); }
.btn-block { width: 100%; }
.btn:disabled { opacity: .45; cursor: not-allowed; transform: none !important; box-shadow: none; }

/* ---------- Header ---------- */
.site-header {
    position: sticky; top: 0; z-index: 50;
    background: transparent;
    backdrop-filter: saturate(180%) blur(14px);
    -webkit-backdrop-filter: saturate(180%) blur(14px);
    transition: box-shadow .3s, background .3s;
}
.site-header.scrolled { box-shadow: 0 1px 0 var(--line); background: rgba(243,246,251,.86); }
/* Ana sayfada hero üstünde header tamamen şeffaf — hero ile birleşik dursun */
body.home .site-header:not(.scrolled) {
    background: transparent;
    backdrop-filter: none; -webkit-backdrop-filter: none;
    box-shadow: none;
}
body.home .site-header:not(.scrolled) .brand-name,
body.home .site-header:not(.scrolled) .brand-ico,
body.home .site-header:not(.scrolled) .nav-link,
body.home .site-header:not(.scrolled) .nav-toggle,
body.home .site-header:not(.scrolled) .nav-phone { color: #fff; }
body.home .site-header:not(.scrolled) .nav-toggle { border-color: rgba(255,255,255,.3); }
body.home .site-header:not(.scrolled) .brand-sub { color: rgba(255,255,255,.7); }
/* Menü açıkken header opak + koyu metin (hero üstünde bile) */
.site-header.nav-open,
body.home .site-header.nav-open:not(.scrolled) { background: var(--surface); box-shadow: 0 1px 0 var(--line); }
body.home .site-header.nav-open:not(.scrolled) .brand-name,
body.home .site-header.nav-open:not(.scrolled) .brand-ico,
body.home .site-header.nav-open:not(.scrolled) .nav-toggle { color: var(--ink); }
body.home .site-header.nav-open:not(.scrolled) .nav-toggle { border-color: var(--line-strong); }
body.home .site-header:not(.scrolled) .nav-phone svg { color: #fff; }
body.home .site-header:not(.scrolled) .nav-link:hover { color: rgba(255,255,255,.8); }
.nav { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 76px; }
.nav .brand { justify-self: start; }
.nav .nav-links { justify-self: center; }
.nav .nav-cta { justify-self: end; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-ico { display: inline-flex; color: var(--accent); flex-shrink: 0; }
.brand-ico svg { width: 25px; height: 25px; }
.brand-name { font-family: var(--font-display); font-size: 1.4rem; font-weight: 600; line-height: 1; letter-spacing: -.015em; white-space: nowrap; }
/* Mobil hamburger */
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line-strong); border-radius: 12px; background: transparent; color: var(--ink); flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.nav-toggle span { width: 20px; height: 2px; background: currentColor; border-radius: 2px; transition: transform .25s var(--ease), opacity .2s; }
.site-header.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-header.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.site-header.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-menu-cta { display: none; }
.nav-contact { display: none; }
.nav-backdrop { display: none; position: fixed; top: 76px; left: 0; right: 0; bottom: 0; z-index: 1; background: rgba(11,27,51,.5); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); opacity: 0; transition: opacity .28s var(--ease); }
.site-header.nav-open .nav-backdrop { display: block; opacity: 1; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a.nav-link { font-size: 14.5px; font-weight: 500; color: var(--ink-soft); transition: color .2s; }
.nav-links a.nav-link:hover { color: var(--ink); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 14.5px; }
.nav-phone svg { width: 16px; height: 16px; color: var(--accent-strong); }

/* ---------- Hero — tam ekran (100vh) görsel ---------- */
.hero-full {
    position: relative; min-height: 100vh; min-height: 100svh; margin-top: -76px;
    display: flex; align-items: flex-end; color: #fff; overflow: hidden; isolation: isolate;
}
.hero-bg {
    position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center;
    transform: scale(1.06); animation: heroZoom 20s var(--ease) forwards;
}
@keyframes heroZoom { to { transform: scale(1); } }
.hero-scrim {
    position: absolute; inset: 0; z-index: -1;
    background:
        linear-gradient(180deg, rgba(9,20,40,.62) 0%, rgba(9,20,40,.28) 32%, rgba(9,20,40,.58) 72%, rgba(9,20,40,.94) 100%),
        linear-gradient(90deg, rgba(9,20,40,.78), rgba(9,20,40,.12) 65%);
}
.hero-scrim::after {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(130% 90% at 12% 45%, rgba(46,107,230,.42), transparent 55%);
    mix-blend-mode: screen; opacity: .8;
}
.hero-full-inner { width: 100%; padding-top: calc(76px + 48px); padding-bottom: 92px; }
.hero-content { max-width: 760px; }
.hero-content .eyebrow { color: #fff; margin-bottom: 24px; }
.hero-content .eyebrow::before { background: #fff; }
.hero-content h1 {
    color: #fff; font-size: clamp(2.9rem, 7vw, 5.4rem); line-height: 1.02;
    margin-bottom: 22px; text-shadow: 0 2px 40px rgba(0,0,0,.35);
}
.hero-content h1 em { font-style: normal; color: #8fb4ff; }
.hero-content .lead { color: rgba(255,255,255,.86); font-size: clamp(1.05rem, 1.5vw, 1.28rem); margin-bottom: 36px; max-width: 54ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-actions .btn-ghost { color: #fff; border-color: rgba(255,255,255,.4); }
.hero-actions .btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.12); }

/* Alt cam bilgi çubuğu */
.hero-bar {
    margin-top: 52px; display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 1px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.2);
    border-radius: var(--radius); overflow: hidden;
    -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
    max-width: 760px;
}
.hero-bar .cell { background: rgba(9,20,40,.34); padding: 18px 22px; display: flex; flex-direction: column; gap: 5px; }
.hero-bar .cell .k { font-size: 11.5px; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.62); display: inline-flex; align-items: center; gap: 7px; }
.hero-bar .cell .k svg { width: 14px; height: 14px; }
.hero-bar .cell .v { font-weight: 600; font-size: 15px; white-space: nowrap; }
.hero-bar .cell .v.is-open { color: #6fe0a0; }
.hero-bar .cell .v.is-closed { color: rgba(255,255,255,.65); }

/* Scroll ipucu — sağ altta, kutuyla çakışmaz */
.hero-scroll { position: absolute; bottom: 34px; right: 44px; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 9px; font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.6); transition: color .2s; }
.hero-scroll:hover { color: #fff; }
@media (max-width: 992px) { .hero-scroll { display: none; } }
.hero-scroll .mouse { width: 22px; height: 34px; border: 1.5px solid rgba(255,255,255,.5); border-radius: 12px; position: relative; }
.hero-scroll .mouse::after { content: ""; position: absolute; top: 6px; left: 50%; transform: translateX(-50%); width: 3px; height: 6px; border-radius: 2px; background: #fff; animation: scrollDot 1.7s var(--ease) infinite; }
@keyframes scrollDot { 0% { opacity: 0; top: 6px; } 30% { opacity: 1; } 65% { opacity: 1; top: 17px; } 100% { opacity: 0; top: 17px; } }

/* ---------- Servisler ---------- */
.services-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 44px; flex-wrap: wrap; }
.services-head .lead { margin-top: 14px; }
/* ---------- Bento grid ---------- */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 152px; gap: 14px; grid-auto-flow: dense; }
.service-card {
    position: relative; overflow: hidden; background: var(--surface); border: 1px solid var(--line);
    border-radius: var(--radius); padding: 22px; transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
    display: flex; flex-direction: column; gap: 10px;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }
.service-card.wide { grid-column: span 2; }
.service-card.tall { grid-row: span 2; }
.service-card.lg   { grid-column: span 2; grid-row: span 2; }

.service-ic {
    width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center;
    background: var(--accent-tint); color: var(--accent-strong); border: 1px solid var(--accent-soft); flex-shrink: 0;
}
.service-ic svg { width: 23px; height: 23px; }
.sc-top { display: flex; flex-direction: column; gap: 5px; }
.service-card h3 { font-family: var(--font-ui); font-weight: 600; font-size: 1.05rem; letter-spacing: 0; }
.service-card p { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.55; display: none; }
.service-card.lg p, .service-card.wide p { display: block; }
.service-meta { margin-top: auto; display: flex; align-items: center; justify-content: space-between; }
.service-dur { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 600; color: var(--ink-soft); }
.service-dur svg { width: 14px; height: 14px; color: var(--accent); }
.service-price { font-weight: 700; font-size: 13.5px; color: var(--accent-strong); }

/* Watermark (büyük soluk ikon) */
.sc-watermark { position: absolute; right: -18px; bottom: -26px; pointer-events: none; color: currentColor; opacity: .07; }
.sc-watermark svg { width: 190px; height: 190px; stroke-width: 1.2; }

/* Yatay geniş tile (2 sütun) */
.service-card.wide { flex-direction: row; align-items: center; gap: 18px; }
.service-card.wide .sc-top { flex: 1; }
.service-card.wide .service-meta { margin-top: 0; flex-direction: column; align-items: flex-end; gap: 6px; text-align: right; }

/* Öne çıkan büyük poster kart (lacivert) */
.service-card.lg {
    justify-content: flex-end; padding: 28px; color: #fff; border-color: transparent; gap: 14px;
    background: linear-gradient(155deg, #0B1B33 0%, #173a68 60%, #1B4FCC 140%);
}
.service-card.lg .service-ic { position: absolute; top: 28px; left: 28px; width: 54px; height: 54px; border-radius: 15px; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.2); color: #fff; }
.service-card.lg .service-ic svg { width: 27px; height: 27px; }
.service-card.lg .sc-top { gap: 8px; }
.service-card.lg h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.75rem; color: #fff; }
.service-card.lg p { color: rgba(255,255,255,.74); font-size: 14.5px; max-width: 32ch; }
.service-card.lg .service-meta { margin-top: 6px; }
.service-card.lg .service-dur { color: rgba(255,255,255,.9); font-size: 13.5px; }
.service-card.lg .service-dur svg { color: #8fb4ff; }
.service-card.lg .service-price { color: #8fb4ff; }
.service-card.lg .sc-watermark { color: #fff; opacity: .1; right: -30px; bottom: -34px; }
.service-card.lg .sc-watermark svg { width: 240px; height: 240px; }

/* CTA tile (mavi, yatay) */
.service-card.cta-tile { background: linear-gradient(120deg, #2E6BE6, #1B4FCC); border-color: transparent; color: #fff; }
.service-card.cta-tile .service-ic { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.22); color: #fff; }
.service-card.cta-tile h3 { color: #fff; }
.service-card.cta-tile p { color: rgba(255,255,255,.82); display: block; }
.service-card.cta-tile .feat-cta {
    align-self: center; display: inline-flex; align-items: center; gap: 8px; flex-shrink: 0;
    padding: 13px 22px; border-radius: 999px; background: #fff; color: var(--accent-strong);
    font-weight: 600; font-size: 14.5px; transition: transform .2s var(--ease);
}
.service-card.cta-tile:hover .feat-cta { transform: translateX(4px); }
.service-card.cta-tile .feat-cta svg { width: 16px; height: 16px; }

/* ---------- Adımlar / Nasıl çalışır ---------- */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-item { position: relative; padding: 30px 26px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.step-num { font-family: var(--font-display); font-size: 2.4rem; color: var(--accent); line-height: 1; margin-bottom: 14px; }
.step-item h3 { font-family: var(--font-ui); font-size: 1.1rem; font-weight: 600; margin-bottom: 8px; }
.step-item p { margin: 0; color: var(--muted); font-size: 14px; }

/* ---------- Bilgi / iletişim şeridi ---------- */
.info { background: var(--ink); color: #dfe7f2; }
.info .container { padding-top: clamp(56px,7vw,90px); padding-bottom: clamp(56px,7vw,90px); }
.info-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
.info h2 { color: #fff; margin-bottom: 18px; }
.info .lead { color: #aebacd; }
.info-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.info-cards { display: grid; gap: 14px; }
.info-card { display: flex; gap: 16px; align-items: flex-start; padding: 20px 22px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius); }
.info-card .ic { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(46,107,230,.18); color: var(--accent); flex-shrink: 0; }
.info-card .ic svg { width: 20px; height: 20px; }
.info-card .lbl { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: #8493ab; margin-bottom: 4px; }
.info-card .val { display: block; font-weight: 600; color: #fff; font-size: 15px; line-height: 1.45; }
.hours-list { display: grid; gap: 0; }
.hours-row { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 14px; }
.hours-row:last-child { border-bottom: 0; }
.hours-row.today { color: var(--accent); font-weight: 600; }
.hours-row .day { color: #aebacd; }
.hours-row.today .day { color: var(--accent); }

/* ---------- CTA bandı ---------- */
.cta-band { position: relative; }
.cta-inner {
    background: linear-gradient(135deg, #0B1B33, #15325c);
    border-radius: var(--radius-lg); padding: clamp(40px,6vw,72px);
    text-align: center; position: relative; overflow: hidden; box-shadow: var(--shadow-lg);
}
.cta-inner h2 { color: #fff; margin-bottom: 16px; }
.cta-inner p { color: #aebacd; max-width: 46ch; margin: 0 auto 30px; }
.cta-inner .glow { position: absolute; width: 420px; height: 420px; background: radial-gradient(circle, rgba(46,107,230,.4), transparent 70%); top: -160px; left: 50%; transform: translateX(-50%); pointer-events: none; }

/* ---------- Footer ---------- */
.site-footer { background: var(--bg-2); border-top: 1px solid var(--line); padding: 56px 0 34px; }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; margin-bottom: 34px; }
.footer-brand { max-width: 320px; }
.footer-brand p { color: var(--muted); font-size: 14px; margin: 14px 0 0; }
.footer-col h4 { font-size: 12px; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); margin: 0 0 14px; font-weight: 600; }
.footer-col a, .footer-col span { display: flex; align-items: center; gap: 9px; font-size: 14.5px; color: var(--ink-soft); margin-bottom: 10px; transition: color .2s; }
.footer-col a svg { width: 15px; height: 15px; color: var(--accent); flex-shrink: 0; }
.footer-col a:hover { color: var(--accent-strong); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted); flex-wrap: wrap; gap: 10px; }
.footer-bottom .credit { display: inline-flex; align-items: center; gap: 4px; }
.credit-logo { display: inline-flex; align-items: center; transition: opacity .2s; }
.credit-logo img { height: 19px; width: auto; display: block; }
.credit-logo:hover { opacity: .75; }

/* =========================================================
   Rezervasyon akışı (book.php)
   ========================================================= */
.booking { padding: clamp(40px,6vw,80px) 0 100px; min-height: 70vh; }
.booking-head { text-align: center; margin-bottom: 36px; }
.booking-head h1 { margin-bottom: 10px; }

/* İlerleme */
.progress { max-width: 540px; margin: 0 auto 44px; }
.progress-steps { display: flex; justify-content: space-between; position: relative; }
.pstep { position: relative; display: flex; flex-direction: column; align-items: center; gap: 10px; flex: 1; }
/* Adımları birbirine bağlayan çizgi (dairelerin ALTINDA) */
.pstep:not(:first-child)::before {
    content: ""; position: absolute; top: 18px; right: 50%; width: 100%; height: 2px;
    background: var(--line-strong); z-index: 0; transition: background .4s var(--ease);
}
.pstep.active::before, .pstep.done::before { background: var(--accent); }
.pstep .n {
    position: relative; z-index: 1; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center;
    background: var(--surface); border: 2px solid var(--line-strong); font-size: 14px; font-weight: 600;
    color: var(--muted); transition: all .3s var(--ease);
}
.pstep .n svg { width: 17px; height: 17px; color: #fff; position: absolute; opacity: 0; transform: scale(.5); transition: all .25s var(--ease); }
.pstep .l { font-size: 12.5px; color: var(--muted); font-weight: 500; transition: color .3s; }
.pstep.active .n { background: var(--accent); border-color: var(--accent); color: #fff; box-shadow: 0 0 0 5px var(--accent-soft); }
.pstep.active .l { color: var(--ink); font-weight: 600; }
.pstep.done .n { background: var(--ink); border-color: var(--ink); color: transparent; }
.pstep.done .n .num { opacity: 0; }
.pstep.done .n svg { opacity: 1; transform: scale(1); }
.pstep.done .l { color: var(--ink-soft); }

/* Panel */
.booking-panel { max-width: 860px; margin: 0 auto; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); overflow: hidden; }
.step-pane { padding: clamp(24px,4vw,44px); display: none; animation: fade .4s var(--ease); }
.step-pane.active { display: block; }
@keyframes fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.step-title { font-size: 1.5rem; margin-bottom: 6px; }
.step-desc { color: var(--muted); font-size: 14.5px; margin: 0 0 26px; }

/* Servis seçimi */
.pick-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.pick {
    position: relative; display: flex; gap: 14px; align-items: flex-start; text-align: left;
    padding: 18px; background: var(--surface); border: 1.5px solid var(--line); border-radius: var(--radius);
    transition: border-color .2s, background .2s, transform .15s; width: 100%;
}
.pick:hover { border-color: var(--line-strong); }
.pick.selected { border-color: var(--accent); background: var(--accent-tint); }
.pick .check { position: absolute; top: 14px; right: 14px; width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid var(--line-strong); display: grid; place-items: center; transition: all .2s; }
.pick.selected .check { background: var(--accent); border-color: var(--accent); }
.pick .check svg { width: 13px; height: 13px; color: #fff; opacity: 0; transition: opacity .2s; }
.pick.selected .check svg { opacity: 1; }
.pick .ic { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--accent-tint); color: var(--accent-strong); border: 1px solid var(--accent-soft); flex-shrink: 0; }
.pick.selected .ic { background: #fff; }
.pick .ic svg { width: 22px; height: 22px; }
.pick .body { padding-right: 26px; }
.pick .name { font-weight: 600; font-size: 15px; margin-bottom: 3px; }
.pick .sub { font-size: 12.5px; color: var(--muted); display: flex; gap: 12px; flex-wrap: wrap; }
.pick .sub span { display: inline-flex; align-items: center; gap: 5px; }
.pick .sub svg { width: 13px; height: 13px; color: var(--accent); }

/* Tarih seçimi (takvim) */
.cal { max-width: 420px; margin: 0 auto; }
.cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.cal-head .m { font-weight: 600; font-size: 1.1rem; font-family: var(--font-display); }
.cal-nav { width: 38px; height: 38px; border-radius: 12px; border: 1px solid var(--line); background: var(--surface); display: grid; place-items: center; transition: all .2s; }
.cal-nav:hover:not(:disabled) { border-color: var(--ink); }
.cal-nav:disabled { opacity: .3; cursor: not-allowed; }
.cal-nav svg { width: 16px; height: 16px; }
.cal-dow { display: grid; grid-template-columns: repeat(7,1fr); gap: 6px; margin-bottom: 8px; }
.cal-dow span { text-align: center; font-size: 11px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; }
.cal-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 6px; }
.cal-day { aspect-ratio: 1; border-radius: 12px; border: 1px solid transparent; background: transparent; display: grid; place-items: center; font-size: 14px; font-weight: 500; color: var(--ink); transition: all .18s; position: relative; }
.cal-day:hover:not(:disabled) { background: var(--accent-tint); }
.cal-day:disabled { color: var(--line-strong); cursor: not-allowed; }
.cal-day.selected { background: var(--ink); color: #fff; font-weight: 600; }
.cal-day.today:not(.selected)::after { content: ""; position: absolute; bottom: 6px; width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }

/* Saat seçimi */
.slots-note { text-align: center; color: var(--muted); font-size: 14px; margin: 0 0 20px; }
.slots-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(88px,1fr)); gap: 10px; }
.slot { padding: 13px 8px; border-radius: 12px; border: 1.5px solid var(--line); background: var(--surface); font-weight: 600; font-size: 14.5px; color: var(--ink); transition: all .18s; }
.slot:hover { border-color: var(--accent); color: var(--accent-strong); }
.slot.selected { background: var(--accent); border-color: var(--accent); color: #fff; box-shadow: 0 6px 16px rgba(46,107,230,.3); }
.slots-empty { text-align: center; padding: 40px 20px; color: var(--muted); }
.slots-empty svg { width: 40px; height: 40px; color: var(--line-strong); margin: 0 auto 12px; }

/* Form */
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 13.5px; font-weight: 600; margin-bottom: 7px; color: var(--ink-soft); }
.field label .req { color: var(--danger); }
.field input, .field textarea {
    width: 100%; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
    font-family: inherit; font-size: 15px; color: var(--ink); background: var(--surface); transition: border-color .2s, box-shadow .2s;
}
.field input::placeholder, .field textarea::placeholder { color: #9aa6bd; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: var(--ring); }
.field textarea { resize: vertical; min-height: 90px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* Özet kutusu */
.summary { background: var(--accent-tint); border: 1px solid var(--accent-soft); border-radius: var(--radius); padding: 22px; margin-bottom: 24px; }
.summary h4 { margin: 0 0 14px; font-family: var(--font-ui); font-size: 13px; text-transform: uppercase; letter-spacing: .1em; color: var(--accent-strong); }
.summary-row { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; font-size: 14.5px; border-bottom: 1px dashed var(--accent-soft); }
.summary-row:last-of-type { border-bottom: 0; }
.summary-row .k { color: var(--ink-soft); display: inline-flex; align-items: center; gap: 8px; }
.summary-row .k svg { width: 15px; height: 15px; color: var(--accent-strong); }
.summary-row .v { font-weight: 600; text-align: right; }
.summary-total { display: flex; justify-content: space-between; padding-top: 14px; margin-top: 8px; border-top: 1.5px solid var(--accent-soft); font-weight: 700; }

/* Adım alt bar */
.step-foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 22px clamp(24px,4vw,44px); border-top: 1px solid var(--line); background: #f8fafd; }
.step-foot .selinfo { font-size: 13.5px; color: var(--muted); }
.step-foot .selinfo b { color: var(--ink); font-weight: 600; }

/* Yükleniyor */
.loader { display: grid; place-items: center; padding: 50px; }
.spinner { width: 34px; height: 34px; border: 3px solid var(--line); border-top-color: var(--accent); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Başarı ekranı */
.success { text-align: center; padding: clamp(30px,5vw,50px) clamp(24px,4vw,44px); }
.success-ic { width: 84px; height: 84px; border-radius: 50%; background: rgba(63,143,91,.12); display: grid; place-items: center; margin: 0 auto 24px; animation: pop .5s var(--ease); }
.success-ic svg { width: 42px; height: 42px; color: var(--ok); }
@keyframes pop { 0% { transform: scale(.5); opacity: 0; } 60% { transform: scale(1.08); } 100% { transform: scale(1); opacity: 1; } }
.success h2 { margin-bottom: 10px; }
.success p { color: var(--muted); margin: 0 auto 26px; max-width: 44ch; }
.success-code { display: inline-flex; flex-direction: column; gap: 4px; padding: 16px 32px; background: var(--accent-tint); border: 1px dashed var(--accent); border-radius: var(--radius); margin-bottom: 28px; }
.success-code .lbl { font-size: 11px; text-transform: uppercase; letter-spacing: .14em; color: var(--accent-strong); }
.success-code .code { font-family: var(--font-display); font-size: 2rem; font-weight: 600; letter-spacing: .1em; }
.success-card { max-width: 420px; margin: 0 auto 28px; text-align: left; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); }

/* Hata mesajı */
.alert { display: none; align-items: center; gap: 10px; padding: 13px 16px; border-radius: var(--radius-sm); background: rgba(192,73,47,.08); border: 1px solid rgba(192,73,47,.25); color: var(--danger); font-size: 14px; font-weight: 500; margin-bottom: 20px; }
.alert.show { display: flex; }
.alert svg { width: 18px; height: 18px; flex-shrink: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
    .hero-bar { grid-template-columns: repeat(2, 1fr); }
    .bento { grid-template-columns: repeat(2, 1fr); }
    .steps-grid { grid-template-columns: 1fr; }
    .info-grid { grid-template-columns: 1fr; gap: 36px; }

    /* Mobil menü */
    .nav { grid-template-columns: 1fr auto; position: relative; z-index: 2; }
    .nav-toggle { display: flex; }
    .nav-desktop-cta { display: none; }
    .nav-links {
        position: fixed; top: 76px; left: 0; right: 0; width: 100%; z-index: 2;
        flex-direction: column; align-items: stretch; gap: 0;
        padding: 6px 20px 24px; background: var(--surface);
        border-bottom: 1px solid var(--line); box-shadow: var(--shadow-lg);
        max-height: calc(100vh - 76px); overflow-y: auto;
        opacity: 0; visibility: hidden; transform: translateY(-10px);
        transition: opacity .25s var(--ease), transform .25s var(--ease), visibility .25s;
    }
    .site-header.nav-open .nav-links { opacity: 1; visibility: visible; transform: none; }
    .nav-links a.nav-link { padding: 16px 4px; font-size: 16px; font-weight: 500; color: var(--ink) !important; border-bottom: 1px solid var(--line); }
    .nav-menu-cta { display: flex; justify-content: center; width: 100%; margin-top: 18px; }
    /* Menüdeki iletişim bilgileri */
    .nav-contact { display: flex; flex-direction: column; gap: 2px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
    .nav-contact a { display: flex; align-items: center; gap: 11px; padding: 11px 4px; font-size: 14.5px; font-weight: 500; color: var(--ink-soft) !important; }
    .nav-contact a svg { width: 17px; height: 17px; color: var(--accent); flex-shrink: 0; }
}
@media (max-width: 640px) {
    .container { padding: 0 18px; }
    /* Mobilde tüm hizmet kartları tek tip */
    .bento { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 12px; }
    .service-card, .service-card.lg, .service-card.wide, .service-card.tall {
        grid-column: auto; grid-row: auto; min-height: 0;
        flex-direction: column; align-items: stretch; padding: 20px; gap: 10px;
        background: var(--surface); color: var(--ink); border-color: var(--line); justify-content: flex-start;
    }
    .service-card p { display: block; color: var(--muted); font-size: 13px; }
    .service-card.cta-tile { display: none; }
    /* lg posterini normale çevir */
    .service-card.lg .sc-watermark { display: none; }
    .service-card.lg .service-ic { position: static; width: 46px; height: 46px; border-radius: 13px; background: var(--accent-tint); border-color: var(--accent-soft); color: var(--accent-strong); }
    .service-card.lg .service-ic svg { width: 23px; height: 23px; }
    .service-card.lg h3 { font-family: var(--font-ui); font-size: 1.05rem; font-weight: 600; color: var(--ink); }
    .service-card.lg p { color: var(--muted); font-size: 13px; max-width: none; }
    .service-card.lg .service-dur { color: var(--ink-soft); font-size: 12.5px; }
    .service-card.lg .service-dur svg, .service-card.lg .service-price { color: var(--accent-strong); }
    /* wide kartların yatay düzenini normale çevir */
    .service-card.wide .service-meta { flex-direction: row; align-items: center; justify-content: space-between; text-align: left; gap: 8px; margin-top: auto; }
    .pick-grid { grid-template-columns: 1fr; }
    .field-row { grid-template-columns: 1fr; gap: 0; }
    .progress-steps .l { display: none; }
    .booking-panel { border-radius: var(--radius); }
    .hero-full-inner { padding-top: calc(76px + 20px); padding-bottom: 104px; }
    .hero-content h1 { font-size: clamp(2.4rem, 11vw, 3.2rem); }
    .hero-bar { margin-top: 34px; }
    .hero-scroll { display: none; }
    .footer-grid { gap: 28px; }
    /* Booking alt bar — mobilde sadeleştir */
    .step-foot { padding: 16px 20px; gap: 10px; }
    .step-foot .selinfo { display: none; }
    .step-foot .btn { padding: 13px 18px; }
}
