/**
 * Gizem Eda Nail Studio - Özel Stiller
 * ======================================
 */

/* ==========================================
   Genel Section Padding Override
   UIkit uk-section-large desktop'ta 140px veriyor — fazla.
   ========================================== */
.section-about .uk-section-large,
.section-info .uk-section-large {
    padding-top: 70px;
    padding-bottom: 70px;
}

/* ==========================================
   SVG Nail Icons
   ========================================== */
.nail-icon {
    display: inline-block;
    vertical-align: middle;
    transition: color 0.35s ease;
    stroke-width: 2;
}

/* Kategori ikonları (ana sayfa grid) */
.shop-categories-unit__icon .nail-icon {
    width: 56px;
    height: 56px;
    color: #D923A8;
    margin-bottom: 8px;
    filter: drop-shadow(0 2px 4px rgba(201,168,124,0.2));
}

.shop-categories-unit:hover .nail-icon {
    color: #fff;
    transform: scale(1.15) rotate(-5deg);
    filter: drop-shadow(0 3px 8px rgba(255,255,255,0.3));
}

/* Hizmet fiyat kartı ikon stilleri artık .hizmet-fiyat-kart__icon altında */

/* Hizmet kart (randevu seçimi) */
.hizmet-kart__icon .nail-icon {
    width: 32px;
    height: 32px;
    color: #D923A8;
}

.hizmet-kart.selected .hizmet-kart__icon .nail-icon,
.hizmet-kart:hover .hizmet-kart__icon .nail-icon {
    color: #8C1C1C;
    transform: scale(1.1);
}

/* Plus/İstatistik ikonları (eski – koruma amaçlı) */
.plus-item__icon-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FDF2F6 0%, #F2C4D0 100%);
    margin: 0 auto 16px;
    transition: background 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}

.plus-item__icon-svg .nail-icon {
    width: 42px;
    height: 42px;
    color: #D923A8;
}

.plus-item:hover .plus-item__icon-svg {
    background: linear-gradient(135deg, #D923A8 0%, #8C1C1C 100%);
    transform: scale(1.08);
    box-shadow: 0 8px 25px rgba(201,168,124,0.35);
}

.plus-item:hover .plus-item__icon-svg .nail-icon {
    color: #fff;
}

/* ==========================================
   Stats Grid – Yeni İstatistik Bölümü
   ========================================== */
.section-plus {
    padding: 40px 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.stat-item {
    position: relative;
    text-align: center;
    padding: 28px 16px;
    border: 1px solid rgba(61, 26, 46, 0.12);
    margin-left: -1px;
    transition: border-color 0.35s ease;
}

.stat-item:first-child {
    margin-left: 0;
}

.stat-item:hover {
    border-color: #D923A8;
    z-index: 1;
}

.stat-item__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 auto 12px;
    border: 1px solid rgba(61, 26, 46, 0.10);
    transition: border-color 0.35s ease, background 0.35s ease;
}

.stat-item__icon .nail-icon {
    width: 22px;
    height: 22px;
    color: #D923A8;
    transition: color 0.35s ease;
}

.stat-item:hover .stat-item__icon {
    border-color: #D923A8;
    background: #D923A8;
}

.stat-item:hover .stat-item__icon .nail-icon {
    color: #fff;
}

.stat-item__numb {
    display: block;
    font-family: Cormorant, serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    color: #3D1A2E;
    margin-bottom: 6px;
    letter-spacing: -1px;
}

.stat-item__title {
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #9E6B8A;
}

@media (max-width: 959px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .stat-item {
        margin-left: -1px;
        margin-top: -1px;
    }
    .stat-item:nth-child(1),
    .stat-item:nth-child(2) {
        margin-top: 0;
    }
    .stat-item:nth-child(odd) {
        margin-left: 0;
    }
}

@media (max-width: 639px) {
    .section-plus {
        padding: 28px 0;
    }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .stat-item {
        padding: 20px 12px;
    }
    .stat-item__numb {
        font-size: 30px;
    }
}

/* Neden Biz özellik ikonları */
.feature-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 0;
    background: linear-gradient(135deg, #FDF2F6 0%, #F2C4D0 100%);
    margin-bottom: 14px;
    transition: background 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

.feature-icon-wrap .nail-icon {
    width: 32px;
    height: 32px;
    color: #D923A8;
}

.feature-item:hover .feature-icon-wrap {
    background: #D923A8;
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(201,168,124,0.35);
}

.feature-item:hover .feature-icon-wrap .nail-icon {
    color: #fff;
}

/* Feature item */
.feature-item {
    text-align: center;
    padding: 25px 15px;
    border-radius: 0;
    transition: box-shadow 0.3s ease;
    background: #fff;
}

.feature-item:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

.feature-item h4 {
    font-size: 16px;
    margin: 8px 0 6px;
    color: #3D1A2E;
}

.feature-item p {
    font-size: 13px;
    color: #9E6B8A;
    margin: 0;
}

/* Randevu adım ikonları */
.step-icon .nail-icon {
    width: 22px;
    height: 22px;
    color: inherit;
}

/* ── Section-title: ikon solda, span + h3 sağda ── */
.section-title {
    display: grid !important;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 14px;
    row-gap: 2px;
    align-items: center;
    text-align: left !important;
}

/* İkon: sol sütun, her iki satırı kapsar */
.section-title .nail-icon {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 44px;
    height: 44px;
    color: #D923A8;
    display: block !important;
    margin: 0;
    align-self: center;
    order: -1;
}

/* span: sağ sütun üst satır */
.section-title > span {
    grid-column: 2;
    grid-row: 1;
    display: block !important;
    padding-bottom: 0 !important;
}

/* h başlıklar: sağ sütun alt satır */
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4 {
    grid-column: 2;
    grid-row: 2;
    display: block !important;
    margin-top: 0;
}

@media (max-width: 639px) {
    .section-title {
        column-gap: 10px;
    }
    .section-title .nail-icon {
        width: 32px;
        height: 32px;
    }
}

/* İletişim ikon kartları */
.contact-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 0;
    background: linear-gradient(135deg, #FDF2F6 0%, #F2C4D0 100%);
    margin-bottom: 10px;
}

.contact-icon-wrap .nail-icon {
    width: 26px;
    height: 26px;
    color: #D923A8;
}

/* ==========================================
   Sosyal Medya İkonları – WhatsApp yeşil
   ========================================== */
.social li a .fa-whatsapp {
    color: #25D366 !important;
}

.social li a:has(.fa-whatsapp) {
    border-color: #25D366;
    color: #25D366 !important;
}

.social li a:has(.fa-whatsapp):hover {
    background-color: #25D366;
    border-color: #25D366;
    color: #fff !important;
}

.social li a:has(.fa-whatsapp):hover .fa-whatsapp {
    color: #fff !important;
}

/* ==========================================
   WhatsApp Floating Button
   ========================================== */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #25D366;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    z-index: 9999;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    background: #128C7E;
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

/* ==========================================
   Randevu v2 — Progress Bar
   ========================================== */
.rv-progress { margin-bottom: 40px; }

.rv-progress__track {
    height: 4px;
    background: rgba(61,26,46,0.08);
    position: relative;
    margin-bottom: 14px;
}

.rv-progress__fill {
    position: absolute; left: 0; top: 0; height: 100%;
    background: #D923A8;
    width: 33.33%;
    transition: width 0.5s cubic-bezier(.4,0,.2,1);
}

.rv-progress__steps {
    display: flex;
    justify-content: space-between;
}

.rv-progress__dot {
    display: flex; align-items: center; gap: 6px;
    background: none; border: none; cursor: pointer;
    color: #9E6B8A; font-size: 13px; font-weight: 500;
    padding: 0; transition: color 0.3s;
}

.rv-progress__dot span {
    display: inline-flex; align-items: center; justify-content: center;
    width: 26px; height: 26px; border-radius: 50%;
    border: 2px solid rgba(61,26,46,0.15);
    font-weight: 700; font-size: 12px;
    transition: border-color 0.3s, background 0.3s, color 0.3s;
}

.rv-progress__dot.active { color: #D923A8; }
.rv-progress__dot.active span {
    border-color: #D923A8;
    background: #D923A8;
    color: #fff;
}

.rv-progress__dot.done { color: #3D1A2E; }
.rv-progress__dot.done span {
    border-color: #3D1A2E;
    background: #3D1A2E;
    color: #fff;
}

/* ==========================================
   Randevu v2 — Mesajlar
   ========================================== */
.randevu-msg {
    text-align: center;
    padding: 32px 24px;
    border: 2px solid;
    margin-bottom: 32px;
}
.randevu-msg i { font-size: 40px; margin-bottom: 12px; display: block; }
.randevu-msg h3 { margin: 0 0 8px; font-size: 22px; }
.randevu-msg p { margin: 0; font-size: 15px; }
.randevu-msg--ok { border-color: #4CAF50; color: #2e7d32; }
.randevu-msg--err { border-color: #e53935; color: #c62828; }

/* ==========================================
   Randevu v2 — Step Geçişleri
   ========================================== */
.rv-step { display: none; }
.rv-step.active {
    display: block;
    animation: rvFadeIn 0.35s ease-out;
}

@keyframes rvFadeIn {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

.rv-step__title {
    font-family: 'Cormorant', serif;
    font-size: 28px;
    font-weight: 600;
    color: #3D1A2E;
    margin: 0 0 24px;
}

.rv-step__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(61,26,46,0.08);
}

/* ==========================================
   Randevu v2 — Butonlar
   ========================================== */
.rv-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 28px;
    border: 2px solid #3D1A2E;
    background: transparent;
    color: #3D1A2E;
    font-size: 15px; font-weight: 600;
    cursor: pointer;
    transition: background 0.25s, color 0.25s, border-color 0.25s;
}

.rv-btn:hover {
    background: #3D1A2E; color: #fff;
}

.rv-btn--back {
    border-color: rgba(61,26,46,0.2);
    color: #9E6B8A;
}
.rv-btn--back:hover {
    border-color: #3D1A2E;
    background: transparent;
    color: #3D1A2E;
}

.rv-btn--submit {
    border-color: #D923A8;
    background: #D923A8;
    color: #fff;
}
.rv-btn--submit:hover {
    background: #b01d89;
    border-color: #b01d89;
}
.rv-btn--submit:disabled {
    opacity: 0.5; cursor: not-allowed;
}

/* ==========================================
   Randevu v2 — Kategori Filtreleri
   ========================================== */
.rv-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.rv-filter {
    padding: 6px 18px;
    border: 2px solid rgba(61,26,46,0.12);
    background: transparent;
    color: #9E6B8A;
    font-size: 13px; font-weight: 600;
    cursor: pointer;
    transition: border-color 0.25s, color 0.25s, background 0.25s;
}

.rv-filter:hover {
    border-color: rgba(61,26,46,0.3);
    color: #3D1A2E;
}

.rv-filter.active {
    border-color: #D923A8;
    background: #D923A8;
    color: #fff;
}

/* ==========================================
   Randevu v2 — Hizmet Satırları
   ========================================== */
.rv-services {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 460px;
    overflow-y: auto;
    padding-right: 4px;
}

/* Scrollbar */
.rv-services::-webkit-scrollbar { width: 4px; }
.rv-services::-webkit-scrollbar-track { background: transparent; }
.rv-services::-webkit-scrollbar-thumb { background: rgba(61,26,46,0.15); }

.rv-service {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border: 2px solid rgba(61,26,46,0.08);
    background: transparent;
    cursor: pointer;
    transition: border-color 0.25s, background 0.25s;
    position: relative;
}

.rv-service input[type="radio"] {
    position: absolute; opacity: 0; width: 0; height: 0;
}

.rv-service:hover {
    border-color: rgba(61,26,46,0.2);
}

.rv-service.selected {
    border-color: #D923A8;
    background: rgba(217,35,168,0.04);
}

/* Check circle */
.rv-service__check {
    flex-shrink: 0;
    width: 28px; height: 28px;
    border: 2px solid rgba(61,26,46,0.15);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    transition: border-color 0.25s, background 0.25s, color 0.25s;
    color: transparent;
    font-size: 12px;
}

.rv-service.selected .rv-service__check {
    border-color: #D923A8;
    background: #D923A8;
    color: #fff;
}

/* Service body */
.rv-service__body {
    flex: 1;
    min-width: 0;
}

.rv-service__cat {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #D923A8;
    font-weight: 700;
    margin-bottom: 2px;
}

.rv-service__name {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #3D1A2E;
    line-height: 1.3;
}

.rv-service__desc {
    display: block;
    font-size: 12px;
    color: #9E6B8A;
    margin-top: 2px;
    line-height: 1.4;
}

/* Meta: price + time */
.rv-service__meta {
    flex-shrink: 0;
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.rv-service__time {
    font-size: 12px;
    color: #9E6B8A;
}

.rv-service__price {
    font-size: 17px;
    font-weight: 700;
    color: #D923A8;
    white-space: nowrap;
}

@media (max-width: 640px) {
    .rv-service { flex-wrap: wrap; gap: 10px; }
    .rv-service__meta {
        flex-direction: row; gap: 12px;
        width: 100%;
        text-align: left;
        padding-left: 42px; /* check width + gap */
    }
}

/* ==========================================
   Randevu v2 — Seçilen Hizmet Bandı
   ========================================== */
.rv-selected-band {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-left: 4px solid #D923A8;
    background: rgba(217,35,168,0.04);
    font-size: 14px;
    color: #3D1A2E;
    margin-bottom: 24px;
    font-weight: 500;
}

.rv-selected-band i { color: #D923A8; }
.rv-selected-band__sep { color: #9E6B8A; }

/* ==========================================
   Randevu v2 — Yatay Scroll Takvim
   ========================================== */
.rv-calendar-wrap {
    margin-bottom: 28px;
}

.rv-calendar {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 4px 0 12px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
}

.rv-calendar::-webkit-scrollbar { height: 3px; }
.rv-calendar::-webkit-scrollbar-thumb { background: rgba(61,26,46,0.12); }

.rv-day {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 68px; height: 78px;
    border: 2px solid rgba(61,26,46,0.08);
    background: transparent;
    cursor: pointer;
    transition: border-color 0.25s, background 0.25s, color 0.25s;
    scroll-snap-align: start;
    padding: 6px 4px;
}

.rv-day:hover {
    border-color: rgba(61,26,46,0.25);
}

.rv-day.selected {
    border-color: #3D1A2E;
    background: #3D1A2E;
    color: #fff;
}

.rv-day.today { border-color: #D923A8; }

.rv-day__weekday {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 700;
    color: #9E6B8A;
    margin-bottom: 2px;
}
.rv-day.selected .rv-day__weekday { color: rgba(255,255,255,0.7); }

.rv-day__num {
    font-size: 22px;
    font-weight: 700;
    color: #3D1A2E;
    line-height: 1;
}
.rv-day.selected .rv-day__num { color: #fff; }

.rv-day__month {
    font-size: 10px;
    color: #9E6B8A;
    margin-top: 1px;
}
.rv-day.selected .rv-day__month { color: rgba(255,255,255,0.7); }

/* ==========================================
   Randevu v2 — Saat Seçimi
   ========================================== */
.rv-times-wrap {
    margin-bottom: 8px;
}

.rv-times-label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #9E6B8A;
    margin-bottom: 12px;
}

.rv-times {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 48px;
}

.rv-times-empty {
    color: #9E6B8A;
    font-size: 14px;
    margin: 0;
}

.rv-times-loading {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #9E6B8A;
    font-size: 14px;
    padding: 12px 0;
}

.rv-spinner {
    width: 20px; height: 20px;
    border: 2px solid rgba(61,26,46,0.1);
    border-top-color: #D923A8;
    border-radius: 50%;
    animation: rvSpin 0.7s linear infinite;
}

@keyframes rvSpin {
    to { transform: rotate(360deg); }
}

.rv-time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 76px;
    padding: 10px 14px;
    border: 2px solid rgba(61,26,46,0.1);
    background: transparent;
    color: #3D1A2E;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.rv-time:hover {
    border-color: rgba(61,26,46,0.3);
}

.rv-time.selected {
    border-color: #3D1A2E;
    background: #3D1A2E;
    color: #fff;
}

/* ==========================================
   Randevu v2 — Özet Kartı
   ========================================== */
.rv-summary {
    border: 2px solid rgba(61,26,46,0.12);
    padding: 20px;
    margin-bottom: 28px;
}

.rv-summary__row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 15px;
    color: #6B3A5A;
    border-bottom: 1px solid rgba(61,26,46,0.06);
}

.rv-summary__row:last-child { border-bottom: none; }

.rv-summary__row i {
    width: 18px;
    color: #D923A8;
    text-align: center;
    flex-shrink: 0;
}

.rv-summary__price {
    font-weight: 700;
    color: #D923A8;
    font-size: 17px;
}

/* ==========================================
   Randevu v2 — Form Grid
   ========================================== */
.rv-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.rv-field--full { grid-column: 1 / -1; }

.rv-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #3D1A2E;
    margin-bottom: 6px;
}

.rv-optional {
    font-weight: 400;
    color: #9E6B8A;
}

.rv-field input,
.rv-field textarea {
    width: 100%;
    padding: 12px 14px;
    border: 2px solid rgba(61,26,46,0.12);
    background: transparent;
    color: #3D1A2E;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    transition: border-color 0.25s;
    box-sizing: border-box;
}

.rv-field input:focus,
.rv-field textarea:focus {
    outline: none;
    border-color: #D923A8;
}

.rv-field input::placeholder,
.rv-field textarea::placeholder {
    color: rgba(61,26,46,0.3);
}

@media (max-width: 640px) {
    .rv-form-grid {
        grid-template-columns: 1fr;
    }
    .rv-field--full { grid-column: auto; }
}

/* ==========================================
   Randevu v2 — Bilgilendirme Notu
   ========================================== */
.rv-info {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 40px;
    padding: 16px;
    border: 1px solid rgba(61,26,46,0.08);
    background: rgba(61,26,46,0.02);
    font-size: 13px;
    color: #9E6B8A;
    line-height: 1.6;
}

.rv-info i {
    color: #D923A8;
    margin-top: 2px;
    flex-shrink: 0;
}

.rv-info a { color: #D923A8; font-weight: 600; }

/* ==========================================
   Hizmetler Sayfası v2 — Yeniden Tasarım
   ========================================== */

/* ── Performance: GPU & Containment ── */
.hz-category-block {
    contain: layout style;
}

/* ── Page Background ── */
.hz-page {
    background: linear-gradient(180deg, #fff 0%, #FDF2F6 18%, #fff 52%, #FDF2F6 85%, #fff 100%);
}

/* ── Floating Stats Bar ── */
.hz-stats {
    position: relative;
    z-index: 10;
    margin-top: -44px;
}
.hz-stats__row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: rgba(255,255,255,0.97);
    border: 1px solid rgba(61, 26, 46, 0.08);
    box-shadow: 0 20px 60px rgba(61, 26, 46, 0.08);
    padding: 0 12px;
}
.hz-stats__item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 28px;
}
.hz-stats__item strong {
    display: block;
    font-family: Cormorant, serif;
    font-size: 28px;
    font-weight: 700;
    color: #3D1A2E;
    line-height: 1;
}
.hz-stats__item span {
    display: block;
    font-size: 11px;
    color: #9E6B8A;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 4px;
}
.hz-stats__icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(253,242,246,0.9);
    border: 1px solid rgba(217,35,168,0.12);
    color: #D923A8;
    flex-shrink: 0;
}
.hz-stats__icon .nail-icon {
    width: 24px;
    height: 24px;
}
.hz-stats__divider {
    width: 1px;
    height: 40px;
    background: rgba(61, 26, 46, 0.10);
    flex-shrink: 0;
}
.hz-stats__item--cta {
    padding-left: 32px;
}
.hz-stats__item--cta .uk-button {
    white-space: nowrap;
}

/* ── Tabs Section ── */
.hz-tabs-section {
    padding: 48px 0 0;
    transition: box-shadow 0.35s ease, padding 0.35s ease;
}

/*
 * Hizmetler sayfası: page-wrapper overflow:hidden sticky'yi bozar.
 * Sadece .page-shop (hizmetler.php) için override ediyoruz.
 * overflow-x: hidden yatay scrollbar'ı önler.
 */
.page-shop .page-wrapper {
    overflow-x: hidden;
    overflow-y: visible;
}
.page-shop .page-wrapper .page-main {
    overflow-x: hidden;
    overflow-y: visible;
}

/*
 * Pure CSS sticky tabs — sayfa içinde sabit kalır,
 * sayfanın en üstüne yapışmaz, hizmet kartlarının üstünde durur.
 */
.hz-page .hz-tabs-section {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #fff;
    /* will-change gereksiz — sticky zaten GPU layer oluşturur */
}
/* Scroll geçince gölge ve kompakt padding */
.hz-page .hz-tabs-section.hz-tabs--scrolled {
    box-shadow: 0 4px 24px rgba(61,26,46,0.06);
    padding: 14px 0 0;
}

.hz-tabs-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}
.hz-tabs-header__title h2 {
    margin: 0;
    font-size: 32px;
    line-height: 1.2;
    font-family: Cormorant, serif;
    color: #3D1A2E;
}
.hz-tabs--sticky .hz-tabs-header {
    margin-bottom: 14px;
}
.hz-tabs--sticky .hz-tabs-header__title h2 {
    font-size: 22px;
}
.hz-eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    color: #D923A8;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
}

/* ── View Toggle ── */
.hz-view-toggle {
    display: flex;
    gap: 6px;
    flex-shrink: 0;
}
.hz-toggle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1.5px solid rgba(61,26,46,0.12);
    background: transparent;
    color: #9E6B8A;
    font-size: 15px;
    cursor: pointer;
    transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
}
.hz-toggle-btn:hover {
    border-color: rgba(61,26,46,0.25);
    color: #3D1A2E;
}
.hz-toggle-btn.active {
    background: #3D1A2E;
    border-color: #3D1A2E;
    color: #fff;
}

/* ── Tabs Navigation ── */
.hz-tabs {
    display: flex;
    gap: 8px;
    padding-bottom: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.hz-tabs::-webkit-scrollbar { display: none; }

.hz-tab {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border: none;
    border-bottom: 3px solid transparent;
    background: transparent;
    color: #6B3A5A;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
    position: relative;
}
.hz-tab:hover {
    color: #3D1A2E;
    background: rgba(253,242,246,0.6);
}
.hz-tab.active {
    color: #D923A8;
    border-bottom-color: #D923A8;
    background: rgba(253,242,246,0.8);
}
.hz-tab__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(61,26,46,0.08);
    color: #D923A8;
    flex-shrink: 0;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.hz-tab.active .hz-tab__icon {
    background: #D923A8;
    border-color: #D923A8;
    color: #fff;
}
.hz-tab__icon .nail-icon {
    width: 18px;
    height: 18px;
}
.hz-tab__label {
    letter-spacing: 0.3px;
}
.hz-tab__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 7px;
    background: rgba(61,26,46,0.06);
    color: #9E6B8A;
    font-size: 11px;
    font-weight: 700;
    border-radius: 12px;
    transition: background 0.3s ease, color 0.3s ease;
}
.hz-tab.active .hz-tab__count {
    background: rgba(217,35,168,0.12);
    color: #D923A8;
}

/* ── Services Section ── */
.hz-services {
    padding: 48px 0 30px;
}

/* ── Category Block ── */
.hz-category-block {
    margin-bottom: 56px;
    scroll-margin-top: 180px;
}
.hz-category-block:last-child {
    margin-bottom: 0;
}
.hz-category-block.hz-hidden {
    display: none;
}

/* ── Category Header ── */
.hz-cat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(61,26,46,0.08);
}
.hz-cat-header__left {
    display: flex;
    align-items: center;
    gap: 18px;
}
.hz-cat-header__icon {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(253,242,246,0.9) 0%, rgba(255,255,255,0.9) 100%);
    border: 1px solid rgba(217,35,168,0.12);
    color: #D923A8;
    flex-shrink: 0;
    transition: background 0.4s ease, border-color 0.4s ease, color 0.4s ease;
}
.hz-cat-header__icon .nail-icon {
    width: 32px;
    height: 32px;
}
.hz-cat-header__title {
    margin: 0;
    font-family: Cormorant, serif;
    font-size: 36px;
    line-height: 1.1;
    color: #3D1A2E;
}
.hz-cat-header__desc {
    margin: 4px 0 0;
    font-size: 14px;
    color: #9E6B8A;
    line-height: 1.6;
}
.hz-cat-header__badge {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid rgba(61,26,46,0.10);
    color: #D923A8;
    font-size: 11px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0;
}

/* ── Grid View ── */
.hz-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* ── Service Card ── */
.hz-card {
    display: flex;
    flex-direction: column;
    position: relative;
    background: #fff;
    border: 1px solid rgba(61,26,46,0.08);
    box-shadow: 0 4px 20px rgba(61,26,46,0.04);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.22,0.68,0,1),
                box-shadow 0.4s cubic-bezier(0.22,0.68,0,1),
                border-color 0.4s ease;
    /* will-change sadece hover'da — çok sayıda kartta GPU RAM tasarrufu */
}
.hz-card:hover {
    will-change: transform;
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(61,26,46,0.10);
    border-color: rgba(217,35,168,0.20);
}

/* ── Card Ribbon (category tag) ── */
.hz-card__ribbon {
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 14px;
    background: linear-gradient(135deg, #3D1A2E 0%, #6B3A5A 100%);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    z-index: 2;
}

/* ── Card Body ── */
.hz-card__body {
    padding: 42px 26px 20px;
    flex: 1 1 auto;
}
.hz-card__icon-wrap {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(217,35,168,0.15);
    background: rgba(253,242,246,0.7);
    color: #D923A8;
    margin-bottom: 18px;
    transition: background 0.35s ease, border-color 0.35s ease, color 0.35s ease;
}
.hz-card__icon-wrap .nail-icon {
    width: 28px;
    height: 28px;
}
.hz-card:hover .hz-card__icon-wrap {
    background: #D923A8;
    border-color: #D923A8;
    color: #fff;
}
.hz-card__title {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 700;
    color: #3D1A2E;
    line-height: 1.25;
    font-family: Cormorant, serif;
}
.hz-card__desc {
    margin: 0;
    font-size: 14px;
    color: #9E6B8A;
    line-height: 1.7;
}

/* ── Card Footer ── */
.hz-card__footer {
    padding: 0 26px 24px;
}
.hz-card__meta {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 0 14px;
    border-top: 1px solid rgba(61,26,46,0.06);
}
.hz-card__price {
    font-family: Cormorant, serif;
    font-size: 28px;
    font-weight: 700;
    color: #D923A8;
    line-height: 1;
}
.hz-card__duration {
    font-size: 13px;
    color: #9E6B8A;
}
.hz-card__duration i {
    color: #D923A8;
    margin-right: 3px;
}
.hz-card__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.hz-card__btn-primary {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    background: #3D1A2E;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
}
.hz-card__btn-primary:hover {
    background: #D923A8;
    color: #fff;
}
.hz-card__btn-primary i {
    font-size: 11px;
    transition: transform 0.3s ease;
}
.hz-card__btn-primary:hover i {
    transform: translateX(4px);
}
.hz-card__btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(61,26,46,0.12);
    color: #25D366;
    font-size: 18px;
    text-decoration: none;
    flex-shrink: 0;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.hz-card__btn-ghost:hover {
    background: #25D366;
    border-color: #25D366;
    color: #fff;
}

/* ── List View ── */
.hz-list {
    background: #fff;
    border: 1px solid rgba(61,26,46,0.08);
    overflow: hidden;
}
.hz-list__head {
    display: flex;
    align-items: center;
    padding: 14px 24px;
    background: rgba(253,242,246,0.9);
    border-bottom: 2px solid rgba(61,26,46,0.08);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #9E6B8A;
}
.hz-list__row {
    display: flex;
    align-items: center;
    padding: 18px 24px;
    border-bottom: 1px solid rgba(61,26,46,0.05);
    transition: background 0.3s ease;
}
.hz-list__row:last-child {
    border-bottom: none;
}
.hz-list__row:hover {
    background: rgba(253,242,246,0.5);
}
.hz-list__col--name {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}
.hz-list__row-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(61,26,46,0.08);
    color: #D923A8;
    flex-shrink: 0;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.hz-list__row-icon .nail-icon {
    width: 20px;
    height: 20px;
}
.hz-list__row:hover .hz-list__row-icon {
    background: #D923A8;
    border-color: #D923A8;
    color: #fff;
}
.hz-list__name {
    font-size: 16px;
    font-weight: 700;
    color: #3D1A2E;
    line-height: 1.3;
}
.hz-list__sub {
    font-size: 13px;
    color: #9E6B8A;
    margin-top: 2px;
    line-height: 1.5;
}
.hz-list__col--time {
    width: 100px;
    text-align: center;
    color: #9E6B8A;
    font-size: 13px;
    flex-shrink: 0;
}
.hz-list__col--time i {
    color: #D923A8;
    margin-right: 4px;
}
.hz-list__col--price {
    width: 110px;
    text-align: center;
    font-family: Cormorant, serif;
    font-size: 22px;
    font-weight: 700;
    color: #D923A8;
    flex-shrink: 0;
}
.hz-list__col--action {
    width: 130px;
    text-align: right;
    flex-shrink: 0;
}
.hz-list__btn {
    display: inline-block;
    padding: 8px 20px;
    background: transparent;
    border: 1.5px solid #3D1A2E;
    color: #3D1A2E;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
}
.hz-list__btn:hover {
    background: #3D1A2E;
    color: #fff;
}

/* ── CTA Section ── */
.hz-cta {
    padding: 50px 0 60px;
}
.hz-cta__inner {
    display: flex;
    align-items: center;
    gap: 40px;
    background: linear-gradient(135deg, #3D1A2E 0%, #6B3A5A 100%);
    padding: 48px 44px;
    position: relative;
    overflow: hidden;
}
.hz-cta__inner::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    border: 1px solid rgba(217,35,168,0.15);
    border-radius: 50%;
    pointer-events: none;
}
.hz-cta__inner::after {
    content: '';
    position: absolute;
    bottom: -40px;
    right: 80px;
    width: 120px;
    height: 120px;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 50%;
    pointer-events: none;
}
.hz-cta__content {
    flex: 1;
}
.hz-cta__content .hz-eyebrow {
    color: rgba(255,255,255,0.6);
}
.hz-cta__content h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 28px;
    line-height: 1.3;
    font-family: Cormorant, serif;
}
.hz-cta__content p {
    margin: 0;
    color: rgba(255,255,255,0.7);
    font-size: 15px;
    line-height: 1.8;
    max-width: 560px;
}
.hz-cta__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
}
.hz-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.hz-cta__btn--wa {
    background: #25D366;
    color: #fff;
    border: 1.5px solid #25D366;
}
.hz-cta__btn--wa:hover {
    background: #1EBE5A;
    border-color: #1EBE5A;
    color: #fff;
}
.hz-cta__btn--outline {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255,255,255,0.35);
}
.hz-cta__btn--outline:hover {
    background: #fff;
    color: #3D1A2E;
    border-color: #fff;
}

/* ══════════════════════════════════════════
   Hizmetler v2 — Responsive
   ══════════════════════════════════════════ */
@media (max-width: 1199px) {
    .hz-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .hz-cta__inner {
        flex-direction: column;
        text-align: center;
        padding: 36px 30px;
    }
    .hz-cta__content p {
        max-width: none;
    }
    .hz-cta__actions {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 959px) {
    .hz-stats__row {
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px 16px;
    }
    .hz-stats__item {
        padding: 14px 18px;
    }
    .hz-stats__divider {
        display: none;
    }
    .hz-stats__item--cta {
        width: 100%;
        justify-content: center;
        padding: 10px 18px 16px;
    }
    .hz-stats__item--cta .uk-button {
        width: 100%;
    }
    .hz-tabs-header__title h2 {
        font-size: 26px;
    }
    .hz-cat-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .hz-cat-header__title {
        font-size: 30px;
    }
    .hz-card__actions {
        flex-direction: column;
    }
    .hz-card__btn-primary {
        width: 100%;
    }
    .hz-card__btn-ghost {
        width: 100%;
        height: 40px;
    }
    .hz-list__col--time { width: 80px; }
    .hz-list__col--price { width: 90px; font-size: 18px; }
    .hz-list__col--action { width: 100px; }
}

@media (max-width: 639px) {
    .hz-stats {
        margin-top: -30px;
    }
    .hz-stats__item strong {
        font-size: 22px;
    }
    .hz-tabs-section {
        padding: 32px 0 0;
    }
    .hz-tabs-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }
    .hz-tabs-header__title h2 {
        font-size: 22px;
    }
    .hz-tabs--sticky .hz-tabs-header__title h2 {
        font-size: 18px;
    }
    .hz-tab {
        padding: 10px 16px;
        font-size: 13px;
    }
    .hz-tab__icon {
        width: 28px;
        height: 28px;
    }
    .hz-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .hz-services {
        padding: 30px 0 20px;
    }
    .hz-category-block {
        margin-bottom: 40px;
    }
    .hz-cat-header__icon {
        width: 52px;
        height: 52px;
    }
    .hz-cat-header__title {
        font-size: 26px;
    }
    .hz-card__body {
        padding: 36px 20px 16px;
    }
    .hz-card__footer {
        padding: 0 20px 20px;
    }
    .hz-card__price {
        font-size: 24px;
    }
    .hz-list__head {
        display: none;
    }
    .hz-list__row {
        flex-wrap: wrap;
        gap: 10px;
        padding: 14px 18px;
    }
    .hz-list__col--name {
        width: 100%;
    }
    .hz-list__col--time,
    .hz-list__col--price {
        width: auto;
        text-align: left;
    }
    .hz-list__col--action {
        width: auto;
        margin-left: auto;
    }
    .hz-cta {
        padding: 30px 0 50px;
    }
    .hz-cta__inner {
        padding: 28px 22px;
    }
    .hz-cta__content h3 {
        font-size: 22px;
    }
    .hz-cta__actions {
        flex-direction: column;
        width: 100%;
    }
    .hz-cta__btn {
        width: 100%;
        justify-content: center;
    }
}

/* ── Legacy hizmet-fiyat-kart compatibility (randevu page etc.) ── */
.hizmet-fiyat-kart__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border: 2px solid rgba(61, 26, 46, 0.10);
    transition: border-color 0.35s ease, background 0.35s ease;
}

.hizmet-fiyat-kart__icon .nail-icon {
    width: 32px;
    height: 32px;
    color: #D923A8;
    transition: color 0.35s ease;
}

.hizmet-fiyat-kart:hover .hizmet-fiyat-kart__icon {
    border-color: #D923A8;
    background: #D923A8;
}

.hizmet-fiyat-kart:hover .hizmet-fiyat-kart__icon .nail-icon {
    color: #fff;
}

.hizmet-fiyat-kart__kategori {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #D923A8;
    font-weight: 600;
}

.hizmet-fiyat-kart__ad {
    font-size: 20px;
    font-weight: 700;
    color: #3D1A2E;
    margin: 10px 0;
}

.hizmet-fiyat-kart__aciklama {
    font-size: 14px;
    color: #9E6B8A;
    margin-bottom: 15px;
    line-height: 1.6;
    flex: 1 1 auto;
}

.hizmet-fiyat-kart__detay {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(61, 26, 46, 0.10);
}

.hizmet-fiyat-kart__fiyat {
    font-size: 26px;
    font-weight: 700;
    color: #D923A8;
    font-family: Cormorant, serif;
}

.hizmet-fiyat-kart__sure {
    color: #9E6B8A;
    font-size: 13px;
}

.hizmet-fiyat-kart > .uk-button {
    margin-top: auto;
}

/* ==========================================
   Hizmetler Sayfası - Liste Görünümü
   ========================================== */
.hizmet-liste {
    border: 1px solid rgba(61, 26, 46, 0.10);
    margin-bottom: 0;
}

/* Kategori başlık şeridi */
.hizmet-liste__kategori-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 24px;
    background: #3D1A2E;
    border-bottom: 1px solid rgba(61, 26, 46, 0.10);
}

.hizmet-liste__kategori-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.hizmet-liste__kategori-icon .nail-icon {
    width: 22px;
    height: 22px;
    color: #D923A8;
}

.hizmet-liste__kategori-ad {
    font-family: Cormorant, serif;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 1;
}

.hizmet-liste__kategori-aciklama {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.50);
    margin-left: auto;
    white-space: nowrap;
}

/* Tablo sütun başlıkları */
.hizmet-liste__table-header {
    display: flex;
    align-items: center;
    padding: 14px 24px;
    background: #FDF2F6;
    border-bottom: 2px solid rgba(61, 26, 46, 0.10);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #9E6B8A;
}

.hizmet-liste__row {
    display: flex;
    align-items: center;
    padding: 18px 24px;
    border-bottom: 1px solid rgba(61, 26, 46, 0.06);
    transition: background 0.3s ease;
}

.hizmet-liste__row:last-child {
    border-bottom: none;
}

.hizmet-liste__row:hover {
    background: rgba(253, 242, 246, 0.5);
}

.hizmet-liste__col--ad {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.hizmet-liste__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(61, 26, 46, 0.10);
    transition: border-color 0.3s ease, background 0.3s ease;
}

.hizmet-liste__icon .nail-icon {
    width: 24px;
    height: 24px;
    color: #D923A8;
}

.hizmet-liste__row:hover .hizmet-liste__icon {
    border-color: #D923A8;
    background: #D923A8;
}

.hizmet-liste__row:hover .hizmet-liste__icon .nail-icon {
    color: #fff;
}

.hizmet-liste__ad {
    font-size: 16px;
    font-weight: 700;
    color: #3D1A2E;
    line-height: 1.3;
}

.hizmet-liste__aciklama {
    font-size: 13px;
    color: #9E6B8A;
    margin-top: 3px;
    line-height: 1.5;
}

.hizmet-liste__col--sure {
    width: 110px;
    text-align: center;
    color: #9E6B8A;
    font-size: 13px;
    flex-shrink: 0;
}

.hizmet-liste__col--sure i {
    margin-right: 4px;
    color: #D923A8;
}

.hizmet-liste__col--fiyat {
    width: 110px;
    text-align: center;
    font-family: Cormorant, serif;
    font-size: 22px;
    font-weight: 700;
    color: #D923A8;
    flex-shrink: 0;
}

.hizmet-liste__col--aksiyon {
    width: 130px;
    text-align: right;
    flex-shrink: 0;
}

.hizmet-liste__col--aksiyon .uk-button {
    font-size: 12px;
    padding: 6px 18px;
    letter-spacing: 1px;
}

/* Liste responsive */
@media (max-width: 959px) {
    .hizmet-liste__col--sure {
        width: 90px;
    }
    .hizmet-liste__col--fiyat {
        width: 90px;
        font-size: 18px;
    }
    .hizmet-liste__col--aksiyon {
        width: 110px;
    }
}

@media (max-width: 639px) {
    .hizmet-liste__table-header {
        display: none;
    }

    .hizmet-liste__kategori-header {
        flex-wrap: wrap;
        gap: 10px;
        padding: 14px 18px;
    }

    .hizmet-liste__kategori-ad {
        font-size: 18px;
    }

    .hizmet-liste__kategori-aciklama {
        width: 100%;
        margin-left: 0;
        white-space: normal;
        margin-top: -4px;
    }

    .hizmet-liste__row {
        flex-wrap: wrap;
        gap: 12px;
        padding: 16px 18px;
    }

    .hizmet-liste__col--ad {
        width: 100%;
    }

    .hizmet-liste__col--sure,
    .hizmet-liste__col--fiyat {
        width: auto;
        text-align: left;
    }

    .hizmet-liste__col--aksiyon {
        width: auto;
        margin-left: auto;
    }
}

/* ==========================================
   Slider – Gallery'den Dinamik Görseller
   ========================================== */

/* ── 1) Hero alt slider (slider-first-screen) ── */

/*
 * Slider hero'nun alt kenarından yukarı taşar.
 * Negatif margin-top ile hero image'ın üstüne biner.
 * Hero'da overflow:hidden YOK — slider kırpılmaz.
 *
 * Breakpoint stratejisi:
 *   Desktop  (>959px)  : 320px yükseklik, -160px taşma
 *   Tablet   (640-959) : 260px yükseklik, -130px taşma
 *   Mobil    (<640px)  : 210px yükseklik, -105px taşma
 */

/* Ana container */
.section-slider {
    height: 320px !important;
    overflow: visible !important;
    position: relative !important;
    z-index: 3;
}

/* Hero içindeki slider — hero image üstüne taş */
.section-hero .section-slider {
    margin-top: -160px;
}

/* Slider konumlandırma – absolute iptal, doğal akışta */
.section-slider .slider-first-screen {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    height: 100% !important;
    width: 100% !important;
}

.slider-first-screen .swiper-container {
    height: 100% !important;
    overflow: visible !important;
}

.slider-first-screen .swiper-wrapper {
    height: 100% !important;
    align-items: stretch !important;
}

.slider-first-screen .swiper-slide {
    height: 100% !important;
    width: auto !important;
}

/* Slide içindeki sarmalayıcı */
.section-slider-item {
    height: 100%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Resim: büyütülmüş kartlar, gölgeli */
.section-slider-item img {
    display: block;
    height: 100%;
    width: auto;
    max-height: 304px;
    object-fit: cover;
    border-radius: 0;
    box-shadow: 0 8px 32px rgba(61, 26, 46, 0.13);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.section-slider-item img:hover {
    transform: scale(1.04);
    box-shadow: 0 12px 40px rgba(61, 26, 46, 0.20);
}

/* ── Tablet (640–959px) ── */
@media (max-width: 959px) {
    .section-slider {
        height: 260px !important;
    }
    .section-hero .section-slider {
        margin-top: -130px;
    }
    .section-slider-item img {
        max-height: 244px;
    }
}

/* ── Mobil (<640px) ── */
@media (max-width: 639px) {
    .section-slider {
        height: 210px !important;
    }
    .section-hero .section-slider {
        margin-top: -105px;
    }
    .section-slider-item {
        padding: 4px;
    }
    .section-slider-item img {
        max-height: 202px;
        box-shadow: 0 6px 20px rgba(61, 26, 46, 0.12);
    }
}

/* ── 2) Info slider (Neden Biz – slider-info) ── */

/* width: 50vw override */
.section-info .slider-info {
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
}

.section-info__slider {
    overflow: hidden;
    width: 100%;
}

.slider-info .swiper-container {
    overflow: hidden;
}

.slider-info .swiper-slide {
    overflow: hidden;
    border-radius: 12px;
}

/* Info slider resimleri — 1.5 slide layout */
.slider-info .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.5s ease;
}

.slider-info .swiper-slide img:hover {
    transform: scale(1.03);
}

/* Pagination */
.slider-info .swiper-pagination {
    margin-top: 20px;
    text-align: left;
}

@media (max-width: 959px) {
    .slider-info .swiper-slide img {
        aspect-ratio: 3 / 4;
        border-radius: 10px;
    }
    .slider-info .swiper-slide {
        border-radius: 10px;
    }
    .slider-info .swiper-pagination {
        margin-top: 16px;
    }
}

@media (max-width: 639px) {
    .slider-info .swiper-slide img {
        aspect-ratio: 4 / 5;
        border-radius: 8px;
    }
    .slider-info .swiper-slide {
        border-radius: 8px;
    }
    .slider-info .swiper-pagination {
        margin-top: 12px;
    }
}

/* ==========================================
   Section About – geometrik dekorlar metnin altına
   ========================================== */
.section-about__desc {
    position: relative;
    z-index: 2;
}

.section-about__media::before {
    z-index: -1;
}

.section-about__media::after {
    z-index: -1;
}

/* ==========================================
   Ana Sayfa - Popüler Hizmetler
   ========================================== */
.section-featured-services {
    position: relative;
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

/* uk-section-large override — featured services */
.section-featured-services.uk-section-large {
    padding-top: 60px;
    padding-bottom: 60px;
}

.featured-services__intro {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: end;
    margin-bottom: 42px;
}

.featured-services__lead {
    padding: 26px 28px;
    background: transparent;
    border: 2px solid rgba(61, 26, 46, 0.12);
    border-radius: 0;
}

.featured-services__lead p {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.85;
    color: #6B3A5A;
}

/* --- Grid: saf CSS Grid, UIkit yok --- */
.featured-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* --- Kart --- */
.featured-service-card {
    display: flex;
    flex-direction: column;
    padding: 28px;
    border-radius: 0;
    background: transparent;
    border: 2px solid rgba(61, 26, 46, 0.12);
    box-shadow: 0 4px 18px rgba(61, 26, 46, 0.05);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.featured-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 32px rgba(61, 26, 46, 0.10);
    border-color: rgba(61, 26, 46, 0.30);
}

/* üst bar: ikon + pill */
.featured-service-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 20px;
}

.featured-service-card__icon {
    width: 58px;
    height: 58px;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 2px solid rgba(61, 26, 46, 0.10);
    flex-shrink: 0;
}

.featured-service-card__icon .nail-icon {
    width: 32px;
    height: 32px;
    color: #D923A8;
    margin: 0;
}

.featured-service-card__pill {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 0;
    background: transparent;
    border: 1.5px solid rgba(61, 26, 46, 0.15);
    color: #8C1C1C;
    font-size: 11px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
}

/* gövde */
.featured-service-card__body {
    flex: 1 1 auto;
    margin-bottom: 20px;
}

.featured-service-card__title {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 700;
    color: #3D1A2E;
    font-family: Cormorant, serif;
}

.featured-service-card__desc {
    margin: 0;
    color: #6B3A5A;
    font-size: 14px;
    line-height: 1.7;
}

/* fiyat + süre */
.featured-service-card__meta {
    display: flex;
    align-items: baseline;
    gap: 24px;
    margin-bottom: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(61, 26, 46, 0.10);
}

.featured-service-card__meta-label {
    display: block;
    margin-bottom: 4px;
    font-size: 10px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #9E6B8A;
    font-weight: 700;
}

.featured-service-card__price {
    display: block;
    font-size: 26px;
    line-height: 1;
    color: #D923A8;
    font-weight: 700;
    font-family: Cormorant, serif;
}

.featured-service-card__duration {
    color: #6B3A5A;
    font-size: 14px;
}

.featured-service-card__duration i {
    margin-right: 5px;
    color: #D923A8;
}

/* butonlar */
.featured-service-card__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: auto;
}

.featured-service-card__actions .uk-button {
    min-width: 140px;
}

.featured-service-card__link {
    color: #8C1C1C;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(139, 106, 66, 0.3);
}

.featured-service-card__link:hover {
    text-decoration-color: rgba(139, 106, 66, 0.7);
}

/* --- Responsive --- */
@media (max-width: 959px) {
    .featured-services__intro {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .featured-services__lead {
        padding: 22px;
    }

    .featured-services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 639px) {
    .section-featured-services {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .featured-services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .featured-service-card {
        padding: 22px;
    }

    .featured-service-card__title {
        font-size: 19px;
    }

    .featured-service-card__price {
        font-size: 22px;
    }

    .featured-service-card__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .featured-service-card__actions .uk-button {
        width: 100%;
        min-width: 0;
        text-align: center;
    }

    .featured-service-card__link {
        text-align: center;
    }
}

/* ==========================================
   Admin Panel Stiller
   ========================================== */
.admin-wrapper {
    display: flex;
    min-height: 100vh;
}

.admin-sidebar {
    width: 260px;
    background: #3D1A2E;
    color: #FDF2F6;
    padding: 0;
    position: fixed;
    height: 100vh;
    overflow-y: auto;
}

.admin-sidebar__logo {
    padding: 25px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    text-align: center;
}

.admin-sidebar__logo img {
    max-width: 150px;
}

.admin-sidebar__menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.admin-sidebar__menu li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 25px;
    color: #F2ACC6;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border-left-color 0.2s;
    font-size: 14px;
    border-left: 3px solid transparent;
}

.admin-sidebar__menu li a:hover,
.admin-sidebar__menu li a.active {
    background: rgba(255,255,255,0.05);
    color: #fff;
    border-left-color: #D923A8;
}

.admin-sidebar__menu li a i {
    width: 20px;
    text-align: center;
}

.admin-content {
    margin-left: 260px;
    padding: 30px;
    background: #FDF2F6;
    min-height: 100vh;
    width: calc(100% - 260px);
}

.admin-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.admin-header h1 {
    font-size: 24px;
    color: #3D1A2E;
    margin: 0;
}

/* Admin Kartlar */
.stat-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    text-align: center;
    transition: transform 0.2s;
}

.stat-card:hover {
    transform: translateY(-3px);
}

.stat-card__icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 10px;
}

.stat-card__icon.bg-primary { background: #e3f2fd; color: #1976d2; }
.stat-card__icon.bg-success { background: #e8f5e9; color: #388e3c; }
.stat-card__icon.bg-warning { background: #fff8e1; color: #f57c00; }
.stat-card__icon.bg-danger { background: #fce4ec; color: #d32f2f; }

.stat-card__number {
    font-size: 32px;
    font-weight: 700;
    color: #3D1A2E;
}

.stat-card__label {
    color: #9E6B8A;
    font-size: 13px;
    margin-top: 5px;
}

/* Admin Tablo */
.admin-table {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.admin-table th {
    background: #f8f9fa;
    padding: 14px 20px;
    font-weight: 600;
    color: #6B3A5A;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid rgba(242, 172, 198, 0.3);
    text-align: left;
}

.admin-table td {
    padding: 14px 20px;
    border-bottom: 1px solid #f0f0f0;
    color: #6B3A5A;
    font-size: 14px;
}

.admin-table tr:hover td {
    background: #fafafa;
}

/* Badge'ler */
.badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.badge-warning { background: #fff8e1; color: #f57c00; }
.badge-success { background: #e8f5e9; color: #388e3c; }
.badge-info { background: #e3f2fd; color: #1976d2; }
.badge-danger { background: #fce4ec; color: #d32f2f; }

/* Admin Butonlar */
.btn-sm {
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: opacity 0.2s;
}

.btn-success { background: #4CAF50; color: #fff; }
.btn-danger { background: #f44336; color: #fff; }
.btn-info { background: #2196F3; color: #fff; }
.btn-warning { background: #ff9800; color: #fff; }

.btn-sm:hover { opacity: 0.85; }

/* ==========================================
   Hero CTA
   ========================================== */
.hero-cta {
    text-align: center;
}

/* Randevu Al – Outline Button System */
/* Base shared styles */
.btn-outline-light,
.btn-outline-dark {
    background: transparent !important;
    letter-spacing: 1.5px;
    font-weight: 600;
    transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease,
                box-shadow 0.35s ease, transform 0.35s ease, text-shadow 0.35s ease;
}

/* ── Light variant (beyaz – koyu arka planlar için) ── */
.btn-outline-light {
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.85) !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45), 0 0 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.btn-outline-light:hover,
.btn-outline-light:focus {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
    border-color: #fff !important;
    box-shadow: 0 6px 32px rgba(0, 0, 0, 0.35), inset 0 0 20px rgba(255, 255, 255, 0.06);
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.6), 0 0 6px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}
.btn-outline-light:active {
    transform: translateY(0);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

/* ── Dark variant (koyu – açık arka planlar için) ── */
.btn-outline-dark {
    color: #3D1A2E !important;
    border: 2px solid rgba(61, 26, 46, 0.55) !important;
    text-shadow: 0 1px 6px rgba(61, 26, 46, 0.08);
    box-shadow: 0 4px 18px rgba(61, 26, 46, 0.10);
}
.btn-outline-dark:hover,
.btn-outline-dark:focus {
    background: rgba(61, 26, 46, 0.06) !important;
    color: #3D1A2E !important;
    border-color: #3D1A2E !important;
    box-shadow: 0 6px 28px rgba(61, 26, 46, 0.18);
    text-shadow: 0 1px 8px rgba(61, 26, 46, 0.12);
    transform: translateY(-2px);
}
.btn-outline-dark:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(61, 26, 46, 0.08);
}

/* ==========================================
   Responsive
   ========================================== */
@media (max-width: 768px) {
    .admin-sidebar {
        display: none;
    }
    .admin-content {
        margin-left: 0;
        width: 100%;
    }
    .randevu-steps {
        gap: 5px;
    }
    .randevu-step {
        padding: 8px 12px;
        font-size: 12px;
    }
}

/* ─── Logo Boyutlandırma & Renk ─── */

/* ==========================================
   Reviews – Müşteri Yorumları Kartları
   ========================================== */
.section-reviews {
    background: #FDF2F6;
}

/* uk-section-large default 140px padding veriyor — fazla */
.section-reviews .uk-section-large {
    padding-top: 50px;
    padding-bottom: 120px;  /* footer inner yukarı çıkacak — altta alan bırak */
    /* Center the content inside the section */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-reviews .section-title {
    margin-bottom: 40px;
    text-align: center;
}

.reviews-grid {
    display: grid;
    /* responsive two-column layout that centers cards and collapses on small screens */
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    justify-items: center;
}

.review-card {
    position: relative;
    background: #fff;
    border: 1px solid rgba(217, 35, 168, 0.15);
    border-radius: 0;
    padding: 36px 32px 32px;
    transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
    display: flex;
    flex-direction: column;
}

.review-card::before {
    content: '\201C';
    position: absolute;
    top: 18px;
    right: 24px;
    font-family: Cormorant, Georgia, serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    color: rgba(217, 35, 168, 0.10);
    pointer-events: none;
}

.review-card:hover {
    border-color: #D923A8;
    box-shadow: 0 8px 32px rgba(217, 35, 168, 0.10);
    transform: translateY(-4px);
}

/* Featured (öne çıkan) kart */
.review-card--featured {
    border-color: #D923A8;
    background: linear-gradient(135deg, #fff 0%, #FDF2F6 100%);
}

.review-card--featured::before {
    color: rgba(217, 35, 168, 0.18);
}

/* Yıldızlar */
.review-card__stars {
    color: #D923A8;
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 16px;
}

/* Yorum metni */
.review-card__text {
    font-family: Cormorant, Georgia, serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.65;
    color: #3D1A2E;
    margin: 0 0 24px;
    padding: 0;
    border: none;
    flex: 1;
}

/* Yazar bilgisi */
.review-card__author {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 20px;
    border-top: 1px solid rgba(217, 35, 168, 0.10);
}

.review-card__avatar {
    width: 44px;
    height: 44px;
    border-radius: 0;
    background: linear-gradient(135deg, #D923A8, #6B3A5A);
    color: #fff;
    font-family: Cormorant, Georgia, serif;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    letter-spacing: 1px;
}

.review-card__name {
    font-family: Cormorant, Georgia, serif;
    font-size: 16px;
    font-weight: 700;
    color: #3D1A2E;
    line-height: 1.2;
}

.review-card__location {
    font-size: 13px;
    color: #9E6B8A;
    margin-top: 2px;
}

/* Responsive */
@media (max-width: 639px) {
    .reviews-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .review-card {
        padding: 28px 24px 24px;
    }

    .review-card__text {
        font-size: 16px;
    }
}

/* ─── Footer Düzeni ─── */
.page-footer {
    padding-bottom: 60px;
    position: relative;
    z-index: 2;
}

.page-footer__inner {
    max-width: 1200px;
    margin: -70px auto 0;
    padding: 70px 80px 60px;
    background: #fff;
    border: 1px solid rgba(61, 26, 46, 0.08);
    box-shadow: 0 -4px 30px rgba(61, 26, 46, 0.06);
}

.page-footer__logo {
    margin-bottom: 40px;
}

.page-footer__menus .uk-h4 {
    font-size: 20px;
    margin-bottom: 14px;
    color: #3D1A2E;
    font-family: Cormorant, serif;
    font-weight: 700;
}

.page-footer__menus .uk-nav li a {
    font-size: 15px;
    color: #6B3A5A;
    padding: 4px 0;
}

.page-footer__menus .uk-nav li a:hover {
    color: #D923A8;
}

.page-footer__text {
    font-size: 15px;
    color: #6B3A5A;
    margin-bottom: 24px;
    line-height: 1.8;
}

.page-footer__text a {
    color: #6B3A5A;
    transition: color 0.3s ease;
}

.page-footer__text a:hover {
    color: #D923A8;
}

.page-footer__text i {
    color: #D923A8;
    margin-right: 8px;
    width: 16px;
}

.page-footer__social {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(217, 35, 168, 0.18);
}

.page-footer__social .uk-h3 {
    font-size: 20px;
    font-family: Cormorant, serif;
    color: #3D1A2E;
    font-weight: 700;
}

.page-footer__bottom .copy {
    font-size: 14px;
    color: #9E6B8A;
}

@media (max-width: 959px) {
    .page-footer {
        padding-bottom: 40px;
    }

    .page-footer__inner {
        max-width: calc(100% - 40px);
        margin-top: -40px;
        padding: 50px 30px 40px;
    }
}

@media (max-width: 639px) {
    .page-footer {
        padding-bottom: 30px;
    }

    .page-footer__inner {
        max-width: calc(100% - 30px);
        margin-top: -30px;
        padding: 36px 22px 30px;
    }

    .page-footer__logo {
        margin-bottom: 28px;
    }

    .page-footer__social {
        margin-bottom: 28px;
        padding-bottom: 22px;
    }
}

.page-header__logo,
.page-footer__logo {
    flex-shrink: 0;
}

.page-header__logo .logo,
.page-footer__logo .logo,
.uk-offcanvas-bar .logo {
    display: inline-block;
    width: auto;
    line-height: 0;
}

.page-header__logo .logo img {
    width: 180px;
    max-width: 180px;
    height: auto;
    display: block;
    z-index: 100;
    position: relative;
    transition: width 0.3s ease, max-width 0.3s ease;
}

.page-header.page-header--static .page-header__logo .logo img {
    width: 150px;
    max-width: 150px; /* Scroll veya iç sayfalarda bi tık küçültüp zarif dursun */
}

.page-footer__logo .logo img {
    width: 240px;
    max-width: 240px;
    height: auto;
    display: block;
    filter: none;
}

/* Offcanvas menü logosu */
.uk-offcanvas-bar .logo img {
    width: 180px;
    max-width: 180px;
    height: auto;
    display: block;
    filter: none;
}

/* Offcanvas katman düzeltmesi
 * Offcanvas artık page-wrapper DIŞINDA (tüm PHP dosyalarında).
 * Böylece page-wrapper'ın overflow:hidden stacking context sorunu çözüldü.
 * z-index'ler güvenlik amaçlı korunuyor.
 */
.uk-offcanvas {
    z-index: 12000 !important;
}

.uk-offcanvas-bar {
    z-index: 12001 !important;
}

.uk-offcanvas-overlay::before {
    z-index: 11999 !important;
}

/*
 * Offcanvas açıkken hamburger butonunu gizle.
 * UIkit, offcanvas açıldığında <html>'e .uk-offcanvas-page ekler.
 */
.uk-offcanvas-page .menu-btn {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

/*
 * Offcanvas overlay açıkken WhatsApp butonunu gizle.
 * .uk-offcanvas.uk-open sibling olarak whatsapp-float'u etkileyemez,
 * bu yüzden WhatsApp'ın z-index'ini offcanvas overlay'ın altında tutuyoruz.
 * Overlay z-index = 12000, WhatsApp z-index = 9999 → zaten altında.
 * Ek olarak backdrop tıklanabilirliği engellemesin diye
 * overlay'a pointer-events: auto veriliyor (UIkit bunu zaten yapıyor).
 */

@media (max-width: 768px) {
    .page-header__logo .logo img {
        width: 130px;
        max-width: 130px;
    }
    .page-header.page-header--static .page-header__logo .logo img {
        width: 110px;
        max-width: 110px;
    }
    .page-footer__logo .logo img {
        width: 180px;
        max-width: 180px;
    }
}

/* Blend text effect for hero copy */
/* ==========================================
   Smart contrast: arka plan açık → harf koyu,
   arka plan koyu → harf açık.
   Sadece CSS, JS yok, pseudo-element yok.
   
   Kritik: mix-blend-mode sadece aynı stacking
   context içinde çalışır. Template'deki
   z-index:1 (bg) ve z-index:2 (content) farklı
   context oluşturuyordu → blend etkisizdi.
   Aşağıda z-index'leri auto yapıyoruz.
   ========================================== */

.section-hero {
    isolation: auto !important;
    position: relative;
    /*
     * overflow:hidden KALDIRILDI.
     * index.php'de slider hero'nun İÇİNDE —
     * overflow:hidden slider'ı kesiyor.
     * BG zaten kendi overflow:hidden'ına sahip.
     */
}

.section-hero__bg {
    z-index: 1;
    max-height: 100vh;
    overflow: hidden;
}

.section-hero__content {
    z-index: 2;
}

/* Slider – hero'nun alt kenarından yukarı taşar (ana stil yukarıda) */

.smart-contrast-text {
    color: #ffffff;
    text-shadow: 0 2px 12px #000000;
}

/* Gallery styles */
.gallery-intro {
    max-width: 760px;
    margin: -10px auto 55px;
}

.gallery-intro p {
    margin: 0;
    color: #9E6B8A;
    font-size: 18px;
    line-height: 1.8;
}

/* --- Gallery Grid: saf CSS Grid --- */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.gallery-card {
    display: block;
    overflow: hidden;
    border-radius: 0;
    background: #fff;
    border: 1px solid #F2ACC6;
    box-shadow: 0 8px 24px rgba(61, 26, 46, 0.05);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.gallery-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(61, 26, 46, 0.1);
    border-color: rgba(217, 35, 168, 0.25);
    text-decoration: none;
}

.gallery-card__image-wrap {
    position: relative;
    overflow: hidden;
    background: #FDF2F6;
}

.gallery-card__image-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 45%, rgba(34, 34, 34, 0.12) 100%);
    pointer-events: none;
}

.gallery-card__image-wrap img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}

.gallery-card:hover .gallery-card__image-wrap img {
    transform: scale(1.06);
}

.gallery-card__content {
    padding: 24px 24px 26px;
}

.gallery-card__meta {
    margin-bottom: 8px;
    color: #D923A8;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.gallery-card__content h4 {
    margin: 0 0 8px;
    color: #3D1A2E;
    font-size: 22px;
    line-height: 1.35;
}

.gallery-card__action {
    display: inline-flex;
    align-items: center;
    color: #D923A8;
    font-size: 14px;
    font-weight: 600;
}

.gallery-cta {
    margin-top: 70px;
    padding: 48px 40px;
    border-radius: 0;
    background: transparent;
    border: 1px solid rgba(61, 26, 46, 0.10);
}

.gallery-cta h3 {
    margin-bottom: 12px;
}

.gallery-cta p {
    max-width: 620px;
    margin: 0 auto 26px;
    color: #9E6B8A;
}

@media (max-width: 959px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }

    .gallery-card__image-wrap img {
        height: 280px;
    }

    .gallery-cta {
        margin-top: 50px;
        padding: 36px 24px;
    }
}

@media (max-width: 639px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .gallery-intro {
        margin-bottom: 35px;
    }

    .gallery-intro p {
        font-size: 16px;
    }

    .gallery-card {
        border-radius: 0;
    }

    .gallery-card__image-wrap img {
        height: 240px;
    }

    .gallery-card__content {
        padding: 18px 18px 20px;
    }

    .gallery-card__content h4 {
        font-size: 18px;
    }
}

/* ==========================================
   İç Sayfa Ortak Stiller
   ========================================== */

/* İç sayfa hero overlay — anasayfa hariç */
.page-shop .section-hero__bg::after,
.page-gallery .section-hero__bg::after,
.page-about .section-hero__bg::after,
.page-contacts .section-hero__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(61,26,46,0.20) 0%, rgba(61,26,46,0.55) 100%);
    z-index: 1;
}

/* İç sayfa section padding */
.page-content .uk-section-large {
    padding-top: 70px;
    padding-bottom: 70px;
}

.page-content .uk-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* İç sayfada footer floating için son bölüme extra padding */
.page-content > :last-child {
    padding-bottom: 120px !important;
}

/* İletişim kartları – outline stil */
.contacts-info__item {
    padding: 28px;
    border: 1px solid rgba(61, 26, 46, 0.10);
    margin-bottom: 20px;
    transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
    background: transparent;
}

.contacts-info__item:hover {
    border-color: rgba(217, 35, 168, 0.30);
    box-shadow: 0 6px 24px rgba(61, 26, 46, 0.08);
    transform: translateY(-3px);
}

.contacts-info__title {
    font-family: Cormorant, serif;
    font-size: 20px;
    font-weight: 700;
    color: #3D1A2E;
    margin-bottom: 10px;
}

.contacts-info__content {
    color: #6B3A5A;
    font-size: 15px;
    line-height: 1.8;
}

.contacts-info__content a {
    display: block;
    color: #6B3A5A;
    transition: color 0.3s ease;
}

.contacts-info__content a:hover {
    color: #D923A8;
    text-decoration: none;
}

.contacts-info__content p {
    margin: 4px 0;
}

/* Harita – border-radius kaldır */
.iframe-contact {
    border-radius: 0 !important;
    border: 1px solid rgba(61, 26, 46, 0.10) !important;
}

/* Form inputlar – outline stil */
.page-content .uk-input,
.page-content .uk-textarea,
.page-content .uk-select {
    border-radius: 0 !important;
    border: 2px solid rgba(61, 26, 46, 0.12) !important;
    background: transparent !important;
    color: #3D1A2E;
    transition: border-color 0.3s ease;
}

.page-content .uk-input:focus,
.page-content .uk-textarea:focus,
.page-content .uk-select:focus {
    border-color: #D923A8 !important;
    box-shadow: none !important;
}

.page-content .uk-form-label {
    color: #3D1A2E;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

/* CTA section – iç sayfalar */
.page-content .uk-background-muted {
    background: #FDF2F6 !important;
}

/* Gallery CTA – border-radius kaldır */
.gallery-cta {
    border-radius: 0 !important;
    background: transparent !important;
    border: 1px solid rgba(61, 26, 46, 0.10);
    padding: 48px 40px;
    margin-top: 70px;
}

/* Hakkımızda – section slider iç sayfada (hero dışında, taşma yok) */
.page-about .section-slider {
    margin-top: 0;
    overflow: visible !important;
    height: auto !important;
}

/*
 * main.css'te body.page-about .slider-first-screen { padding: 50px 0 }
 * var — bu görselleri sıkıştırıp yarım gösteriyor.
 * body prefix ile eşit specificity sağlıyoruz.
 */
body.page-about .slider-first-screen {
    padding: 0 !important;
    position: relative !important;
    transform: none !important;
    height: 100% !important;
}

body.page-about .section-slider-item img {
    max-height: 280px;
}

/* Hakkımızda – section-plus iç sayfa uyumu  */
.page-about .section-plus {
    background: #FDF2F6;
}

/* Hakkımızda – reviews eski UIkit slider stili override */
.page-about .section-reviews blockquote {
    padding: 0;
    margin: 0;
    border: none;
    text-align: center;
}

.page-about .section-reviews blockquote p {
    font-family: Cormorant, Georgia, serif;
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.7;
    color: #3D1A2E;
    max-width: 700px;
    margin: 0 auto 20px;
}

.page-about .section-reviews blockquote cite {
    font-style: normal;
    color: #9E6B8A;
    font-size: 15px;
    font-weight: 600;
}

.page-about .section-reviews .section-reviews__title {
    font-family: Cormorant, serif;
    font-size: 32px;
    font-weight: 700;
    color: #3D1A2E;
    text-align: center;
    margin-bottom: 40px;
}

/* Alert stili – iç sayfalar */
.page-content .uk-alert-primary {
    background: transparent !important;
    border: 1px solid rgba(61, 26, 46, 0.10);
    color: #6B3A5A;
    border-radius: 0;
}

.page-content .uk-alert-primary a {
    color: #D923A8;
}

/* Randevu step border-radius kaldır */
.randevu-step {
    border-radius: 0 !important;
}

.step-number {
    border-radius: 0 !important;
}

.kategori-btn {
    border-radius: 0 !important;
}

/* ==========================================
   GSAP – Scroll Animasyonları
   ========================================== */

/* Sayaç animasyonu için inline-block gerekli */
.stat-item__numb {
    display: inline-block;
}

/* GSAP smooth scroll kontrolü */
html.has-gsap {
    scroll-behavior: auto;
}

/* Section about media – parallax için overflow gizle */
.section-about__media {
    overflow: hidden;
}

/* Header scroll state – glassmorphism */
.page-header {
    transition: background 0.4s ease, padding 0.4s ease, box-shadow 0.4s ease;
}

.header-scrolled {
    background: rgba(61, 26, 46, 0.96) !important;
    box-shadow: 0 2px 20px rgba(61, 26, 46, 0.18);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.header-scrolled .page-header__logo img {
    width: 120px;
    max-width: 120px;
    height: auto;
}

@media (max-width: 768px) {
    .header-scrolled .page-header__logo img {
        width: 90px;
        max-width: 90px;
    }
}

/* ==========================================
   Layout Optimizasyonu — Vertical Rhythm & Flow
   ========================================== */

/* Section geçişlerinde tutarlı border */
.section-info + .section-featured-services {
    border-top: 1px solid rgba(61, 26, 46, 0.06);
}

/* Kart hover micro-interaction iyileştirme */
.hz-category-block:hover .hz-cat-header__icon {
    background: #D923A8;
    border-color: #D923A8;
    color: #fff;
    transition: background 0.4s ease, border-color 0.4s ease, color 0.4s ease;
}

/* Section divider: about sonrası subtle çizgi */
.section-about::after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: rgba(217, 35, 168, 0.25);
    margin: 0 auto;
}

/* Stats responsive fine-tune */
@media (max-width: 959px) {
    .section-plus {
        padding: 36px 0;
    }
}

@media (max-width: 639px) {
    .section-plus {
        padding: 28px 0;
    }
    .stat-item {
        padding: 22px 14px;
    }
    .stat-item__numb {
        font-size: 30px;
    }
}

/* İç sayfa section padding responsive */
@media (max-width: 959px) {
    .page-content .uk-section-large {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .page-content .uk-section {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

@media (max-width: 639px) {
    .page-content .uk-section-large {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .page-content .uk-section {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .page-content > :last-child {
        padding-bottom: 90px !important;
    }
}

/* Hizmet kart padding mobil */
@media (max-width: 639px) {
    .hz-card__body {
        padding: 36px 18px 14px;
    }
    .hz-card__footer {
        padding: 0 18px 18px;
    }
}

/* Review cards responsive ince ayar */
@media (max-width: 959px) {
    .section-reviews .uk-section-large {
        padding-top: 48px;
        padding-bottom: 110px;
    }
}

@media (max-width: 639px) {
    .section-reviews .uk-section-large {
        padding-top: 36px;
        padding-bottom: 90px;
    }
    .review-card {
        padding: 24px 20px 20px;
    }
}

/* About section responsive */
@media (max-width: 639px) {
    .section-about .uk-section-large,
    .section-info .uk-section-large {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* ==========================================
   Performans — Reduce Motion
   ========================================== */

/*
 * content-visibility: auto KALDIRILDI.
 * GSAP autoAlpha (visibility + opacity) ile çakışıyordu:
 * tarayıcı "render etme" dediğinde GSAP IntersectionObserver/
 * ScrollTrigger elemanları bulamıyordu → kartlar/yorumlar/footer
 * hiç görünmüyordu veya geç açılıyordu.
 */

/* Kullanıcı azaltılmış hareket tercih ediyorsa animasyonları kapat */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
