/**
 * Gizem Eda Nail Studio — Minimal Theme
 * Pantone 2026 Cloud Dancer + marka #826B6A (detay: theme-pantone2026.css)
 */

.theme-minimal {
    /* Marka imzası — taupe mauve (Comfort Zone uyumlu) */
    --tm-brand: #826B6A;
    --tm-brand-hover: #6B5655;
    --tm-brand-deep: #3D302F;
    --tm-brand-light: #B5A5A3;

    /* Banner tonları (hero-home.png — güncel analiz) */
    --bn-deep: #442c2a;
    --bn-rich: #543030;
    --bn-core: #5a3937;
    --bn-soft: #6e524c;
    --bn-dust: #b88878;
    --bn-light: #dfbdb0;
    --bn-pale: #f0e4dc;
    --bn-panel: #e8dcd4;

    --tm-bg: var(--bn-pale);
    --tm-bg-soft: #D9C9C1;
    --tm-bg-muted: #B8A099;
    --tm-bg-accent: #D4B5AB;
    --tm-surface: var(--bn-panel);

    /* Metin — siyah yerine marka renginin koyu tonları */
    --tm-text: #4A3D3C;
    --tm-text-deep: #3D302F;
    --tm-text-soft: #5E4D4C;
    --tm-text-muted: #9A8583;

    /* Kenarlık & vurgu */
    --tm-border: rgba(130, 107, 106, 0.14);
    --tm-border-strong: rgba(130, 107, 106, 0.28);
    --tm-accent: #826B6A;
    --tm-accent-hover: #6B5655;
    --tm-radius: 0;
    --tm-font-serif: Cormorant, Georgia, serif;
    --tm-font-sans: FaunaOne, -apple-system, BlinkMacSystemFont, sans-serif;
    --tm-header-h: 56px;
    --tm-logo-h: 34px;
}

/* ── Base ───────────────────────────────────────────── */
.theme-minimal,
.theme-minimal .page-wrapper {
    background: var(--tm-bg);
    color: var(--tm-text);
}

body.theme-minimal {
    background: var(--tm-bg) !important;
}

.theme-minimal #page-preloader .spinner {
    border-color: var(--tm-border) !important;
    border-top-color: var(--tm-accent) !important;
}

/* ── Header — üstte şeffaf, scroll’da beyaz ─────────── */
.theme-minimal .page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}

.theme-minimal .page-header::after {
    display: none !important;
    content: none !important;
    height: 0 !important;
    background: none !important;
}

.theme-minimal .page-header:not(.header-scrolled) .page-header__inner {
    background: transparent !important;
    border-bottom: none !important;
}

.theme-minimal .page-header__inner {
    padding: 10px 5vw !important;
    border-bottom: none !important;
    min-height: 0 !important;
    height: var(--tm-header-h);
    max-height: var(--tm-header-h);
    align-items: center !important;
    background: transparent;
}

.theme-minimal .page-header.header-scrolled,
.theme-minimal .page-header.header-scrolled.header-scrolled {
    background: var(--bn-panel) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--tm-border) !important;
    box-shadow: 0 1px 0 rgba(130, 107, 106, 0.08) !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.theme-minimal .page-header.header-scrolled .page-header__inner {
    height: var(--tm-header-h);
    padding: 10px 5vw !important;
}

.theme-minimal .page-header.header-scrolled .page-header__logo .logo img {
    width: auto !important;
    max-width: 150px !important;
    height: var(--tm-logo-h) !important;
    max-height: var(--tm-logo-h) !important;
}

.theme-minimal .page-header__logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    min-width: 90px;
    z-index: 2;
}

.theme-minimal .page-header__logo .logo {
    display: inline-flex !important;
    align-items: center;
    line-height: 0;
}

.theme-minimal .page-header__logo .logo img {
    width: auto !important;
    max-width: 150px !important;
    height: var(--tm-logo-h) !important;
    max-height: var(--tm-logo-h) !important;
    min-height: 24px;
    display: block !important;
    object-fit: contain;
    object-position: left center;
    filter: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.theme-minimal .page-nav .uk-navbar-nav > li > a {
    color: var(--tm-text) !important;
    font-family: var(--tm-font-sans);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    opacity: 0.75;
    transition: opacity 0.25s ease;
}

.theme-minimal .page-nav .uk-navbar-nav > li > a:hover,
.theme-minimal .page-nav .uk-navbar-nav > li.uk-active > a {
    color: var(--tm-text) !important;
    opacity: 1;
}

.theme-minimal .page-header__btn {
    flex-shrink: 0;
}

.theme-minimal .page-header__btn .menu-btn img {
    width: 28px;
    height: 28px;
    filter: none;
    opacity: 0.85;
    display: block;
    transition: opacity 0.25s ease;
}

/* Ana sayfa — şeffaf header: menü metinleri beyaz (logo/ikon JS ile) */
.theme-minimal.page-home .page-header:not(.header-scrolled) .page-nav .uk-navbar-nav > li > a {
    color: #fff !important;
    opacity: 0.88;
}

.theme-minimal.page-home .page-header:not(.header-scrolled) .page-nav .uk-navbar-nav > li > a:hover,
.theme-minimal.page-home .page-header:not(.header-scrolled) .page-nav .uk-navbar-nav > li.uk-active > a {
    color: #fff !important;
    opacity: 1;
}

/* İç sayfa hero: sabit header altında içerik */
.theme-minimal:not(.page-home) .section-hero__content {
    padding-top: calc(var(--tm-header-h) + 32px) !important;
    min-height: 360px !important;
}

/* ── Minimal Hero (Ana Sayfa) — tam genişlik banner ─── */
.theme-minimal.page-home .page-main {
    padding-top: 0;
    margin-top: 0;
}

.theme-minimal.page-home .hero-minimal--banner-only.section-hero.section-home {
    display: block;
    position: relative;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0;
    margin: 0;
    overflow: hidden;
    line-height: 0;
    background: var(--bn-core);
    width: 100%;
}

.theme-minimal.page-home .hero-minimal--banner-only picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 0;
}

.theme-minimal.page-home .hero-minimal__banner {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

/* Masaüstü — yatay banner */
@media (min-width: 960px) {
    .theme-minimal.page-home .hero-minimal--banner-only {
        aspect-ratio: 1672 / 941;
        max-height: min(88vh, 960px);
    }
}

.theme-minimal.page-home .hero-minimal__scroll--banner {
    display: none;
}

@media (max-width: 959px) {
    /* Mobil — dikey banner, üstten header altına kadar cover */
    .theme-minimal.page-home .hero-minimal--banner-only {
        aspect-ratio: 941 / 1672;
        max-height: none;
        background: var(--bn-core);
    }

    .theme-minimal.page-home .hero-minimal__scroll--banner {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        height: 56px;
        padding: 0 16px 18px;
        text-decoration: none;
        background: linear-gradient(
            180deg,
            transparent 0%,
            rgba(130, 107, 106, 0.12) 55%,
            rgba(130, 107, 106, 0.28) 100%
        );
    }

    .theme-minimal.page-home .hero-minimal__scroll-line {
        display: block;
        width: 1px;
        height: 32px;
        background: rgba(240, 232, 228, 0.72);
        transform-origin: top center;
        animation: hero-scroll-line 2.4s ease-in-out infinite;
    }

    @keyframes hero-scroll-line {
        0%, 100% {
            transform: scaleY(0.45);
            opacity: 0.35;
        }
        50% {
            transform: scaleY(1);
            opacity: 0.85;
        }
    }
}

.theme-minimal .hero-minimal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
    min-height: 100dvh;
    padding-top: var(--tm-header-h);
    background: var(--tm-bg);
    position: relative;
    overflow: hidden;
}

.theme-minimal .hero-minimal__media {
    display: contents;
}

.theme-minimal .hero-minimal__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 7.8125vw 24px;
    max-width: 720px;
}

.theme-minimal .hero-minimal__foot {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 7.8125vw 80px;
    max-width: 720px;
}

.theme-minimal .hero-minimal__label {
    font-family: var(--tm-font-sans);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--tm-text-muted);
    margin: 0 0 24px;
}

.theme-minimal .hero-minimal__title {
    font-family: var(--tm-font-serif);
    font-size: clamp(2.8rem, 5.5vw, 4.5rem);
    font-weight: 400;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: var(--tm-text);
    margin: 0 0 20px;
}

.theme-minimal .hero-minimal__lead {
    font-family: var(--tm-font-sans);
    font-size: 15px;
    line-height: 1.75;
    color: var(--tm-text-soft);
    max-width: 420px;
    margin: 0;
    font-weight: 300;
}

.theme-minimal .hero-minimal__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 24px;
}

.theme-minimal .hero-minimal__visual {
    position: relative;
    min-height: 50vh;
    background: var(--tm-bg-soft);
}

.theme-minimal .hero-minimal__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.theme-minimal .hero-minimal__scroll {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-family: var(--tm-font-sans);
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--tm-text-muted);
    text-decoration: none;
    transition: color 0.25s ease;
}

.theme-minimal .hero-minimal__scroll span {
    display: block;
    width: 1px;
    height: 48px;
    background: var(--tm-text-muted);
    animation: tm-scroll-line 2s ease-in-out infinite;
}

@keyframes tm-scroll-line {
    0%, 100% { transform: scaleY(0.4); opacity: 0.4; transform-origin: top; }
    50% { transform: scaleY(1); opacity: 1; }
}

.theme-minimal .hero-minimal__scroll:hover {
    color: var(--tm-text);
}

/* Masaüstü: metin + butonlar solda, görsel sağda */
@media (min-width: 960px) {
    .theme-minimal.page-home .hero-minimal {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr auto;
        align-items: center;
    }

    .theme-minimal.page-home .hero-minimal__media {
        display: contents;
    }

    .theme-minimal.page-home .hero-minimal__copy {
        grid-column: 1;
        grid-row: 1;
        align-self: center;
        padding: 60px 7.8125vw 24px;
    }

    .theme-minimal.page-home .hero-minimal__foot {
        grid-column: 1;
        grid-row: 2;
        align-self: start;
        padding: 0 7.8125vw 80px;
    }

    .theme-minimal.page-home .hero-minimal__visual {
        grid-column: 2;
        grid-row: 1 / -1;
        align-self: stretch;
        min-height: 50vh;
    }
}

/* ── Buttons ────────────────────────────────────────── */
.theme-minimal .btn-minimal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    font-family: var(--tm-font-sans);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid transparent;
    box-sizing: border-box;
    max-width: 100%;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.theme-minimal .btn-minimal--primary {
    background: var(--tm-accent);
    color: #fff !important;
    border-color: var(--tm-accent);
}

.theme-minimal .btn-minimal--primary:hover {
    background: var(--tm-accent-hover);
    border-color: var(--tm-accent-hover);
}

.theme-minimal .btn-minimal--ghost {
    background: transparent;
    color: var(--tm-text) !important;
    border-color: var(--tm-border-strong);
}

.theme-minimal .btn-minimal--ghost:hover {
    border-color: var(--tm-text);
}

.theme-minimal .btn-outline-light,
.theme-minimal .btn-outline-dark,
.theme-minimal .uk-button-default {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    background: transparent !important;
    color: var(--tm-text) !important;
    border: 1px solid var(--tm-border-strong) !important;
    font-family: var(--tm-font-sans);
    font-size: 11px !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    height: auto !important;
    line-height: 1.2 !important;
    min-height: 44px;
    padding: 12px 28px !important;
    box-sizing: border-box;
}

/* uk-button-large + letter-spacing: metin optik ortada */
.theme-minimal .uk-button-large.btn-outline-dark,
.theme-minimal .uk-button-large.btn-outline-light {
    min-height: 48px;
    padding: 14px 32px !important;
    padding-right: calc(32px + 0.12em) !important;
    font-size: 11px !important;
}

.theme-minimal .section-about__desc .uk-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: auto;
    margin-right: auto;
}

.theme-minimal .btn-outline-light:hover,
.theme-minimal .btn-outline-dark:hover,
.theme-minimal .uk-button-default:hover {
    background: var(--tm-text) !important;
    color: #fff !important;
    border-color: var(--tm-text) !important;
    transform: none !important;
}

/* ── Section titles ─────────────────────────────────── */
.theme-minimal .section-title .nail-icon,
.theme-minimal .nail-icon {
    color: var(--tm-text) !important;
}

.theme-minimal .section-title > span {
    color: var(--tm-text-muted) !important;
    font-family: var(--tm-font-sans);
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.theme-minimal .section-title h1,
.theme-minimal .section-title h2,
.theme-minimal .section-title h3,
.theme-minimal .section-title h4 {
    color: var(--tm-text) !important;
    font-family: var(--tm-font-serif);
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.01em;
}

.theme-minimal .section-content p,
.theme-minimal .featured-services__lead p {
    color: var(--tm-text-soft) !important;
    line-height: 1.8;
}

/* ── Sections background (sedef: theme-pantone2026.css) ─ */
.theme-minimal:not(.page-home) .section-about,
.theme-minimal:not(.page-home) .section-info,
.theme-minimal:not(.page-home) .section-featured-services,
.theme-minimal:not(.page-home) .section-plus,
.theme-minimal:not(.page-home) .section-faq,
.theme-minimal:not(.page-home) .page-main > section {
    background: var(--tm-bg) !important;
}

.theme-minimal:not(.page-home) .section-reviews {
    background: var(--tm-bg-soft) !important;
}

.theme-minimal .page-home .section-about {
    padding-top: clamp(40px, 6vw, 64px) !important;
}

/* Hikayemiz — görsel ortalı kare */
.theme-minimal .section-about__media {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.theme-minimal .section-about__media::before,
.theme-minimal .section-about__media::after {
    display: none !important;
}

.theme-minimal .section-about__media .img-animate {
    position: relative;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    transform-origin: center center !important;
}

.theme-minimal .section-about__media .img-animate._active {
    transform: none !important;
    animation: none !important;
    opacity: 1 !important;
}

.theme-minimal .section-about__media .img-animate._active::before {
    display: none !important;
}

.theme-minimal .section-about__media .img-animate::after {
    display: block;
    padding-top: 100%;
    content: '';
}

.theme-minimal .section-about .img-animate img,
.theme-minimal .section-info .section-info__slider img {
    border: 1px solid var(--tm-border);
    object-position: center center;
    transform-origin: center center !important;
}

/* Ana sayfa — mobil/tablet: Hikayemiz & Neden Biz ortalı */
@media (max-width: 959px) {
    .theme-minimal.page-home .section-about .uk-container,
    .theme-minimal.page-home .section-info .uk-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .theme-minimal.page-home .section-about .uk-grid,
    .theme-minimal.page-home .section-info > .uk-section-large > .uk-grid {
        margin-left: 0 !important;
    }

    .theme-minimal.page-home .section-about .uk-grid > *,
    .theme-minimal.page-home .section-about .uk-grid > div,
    .theme-minimal.page-home .section-info > .uk-section-large > .uk-grid > *,
    .theme-minimal.page-home .section-info > .uk-section-large > .uk-grid > div {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .theme-minimal.page-home #hikayemiz .uk-grid > div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .theme-minimal .section-about .uk-grid > div:first-child {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .theme-minimal .section-about__media .img-animate {
        max-width: min(100%, 400px);
    }

    .theme-minimal.page-home .section-about__desc,
    .theme-minimal.page-home .section-info__desc {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .theme-minimal.page-home #hikayemiz .section-about__desc .section-title,
    .theme-minimal.page-home .section-about__desc .section-title,
    .theme-minimal.page-home .section-info__desc .section-title {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 28px !important;
    }

    .theme-minimal.page-home #hikayemiz .section-about__desc .section-title > span,
    .theme-minimal.page-home #hikayemiz .section-about__desc .section-title h2,
    .theme-minimal.page-home .section-about__desc .section-title > span,
    .theme-minimal.page-home .section-about__desc .section-title h2,
    .theme-minimal.page-home .section-about__desc .section-title .nail-icon,
    .theme-minimal.page-home .section-info__desc .section-title .nail-icon {
        display: block;
        text-align: center !important;
        width: 100%;
        max-width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .theme-minimal.page-home .section-about__desc .section-content,
    .theme-minimal.page-home .section-info__desc .section-content {
        text-align: center;
    }

    .theme-minimal.page-home .section-about__desc .section-content p {
        text-align: center;
    }

    .theme-minimal.page-home .section-about__desc .section-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .theme-minimal.page-home .section-about__desc .uk-button,
    .theme-minimal.page-home .section-about__desc .btn-outline-dark {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        margin: 20px auto 0 !important;
        width: auto;
        max-width: 100%;
    }

    /* Neden Biz — özellik kartları ortalı */
    .theme-minimal.page-home .section-info .section-content > .uk-grid {
        margin-left: 0;
    }

    .theme-minimal.page-home .section-info .section-content > .uk-grid > div {
        padding-left: 0;
        width: 100% !important;
    }

    .theme-minimal.page-home .section-info .feature-item {
        display: block !important;
        text-align: center !important;
        grid-template-columns: none !important;
        padding: 20px 16px !important;
    }

    .theme-minimal.page-home .section-info .feature-item .feature-icon-wrap {
        margin: 0 auto 12px !important;
        width: 56px !important;
        height: 56px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        grid-column: auto !important;
        grid-row: auto !important;
    }

    .theme-minimal.page-home .section-info .feature-item h4,
    .theme-minimal.page-home .section-info .feature-item p {
        grid-column: auto !important;
        grid-row: auto !important;
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
    }

    .theme-minimal.page-home .section-info__slider {
        width: 100%;
        max-width: 400px;
        margin: 28px auto 0;
    }

    .theme-minimal.page-home .section-info .slider-info {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ── Feature items ──────────────────────────────────── */
.theme-minimal .feature-item {
    background: var(--tm-bg) !important;
    border: 1px solid var(--tm-border) !important;
    padding: 28px 24px !important;
    border-radius: 0 !important;
}

.theme-minimal .feature-icon-wrap {
    background: var(--tm-bg-muted) !important;
    border: 1px solid var(--tm-border) !important;
    border-radius: 0 !important;
}

.theme-minimal .feature-item h4 {
    color: var(--tm-text) !important;
    font-family: var(--tm-font-serif);
    font-weight: 500;
}

.theme-minimal .feature-item p {
    color: var(--tm-text-soft) !important;
}

/* ── Stats ──────────────────────────────────────────── */
.theme-minimal .stat-item {
    border-color: var(--tm-border) !important;
}

.theme-minimal .stat-item:hover {
    border-color: var(--tm-text) !important;
}

.theme-minimal .stat-item__numb {
    color: var(--tm-text) !important;
}

.theme-minimal .stat-item__title {
    color: var(--tm-text-muted) !important;
}

.theme-minimal .stat-item__icon {
    border-color: var(--tm-border) !important;
    background: transparent !important;
}

.theme-minimal .stat-item:hover .stat-item__icon {
    background: var(--tm-accent) !important;
    border-color: var(--tm-accent) !important;
}

.theme-minimal .stat-item:hover .stat-item__icon .nail-icon {
    color: #fff !important;
}

/* ── Featured service cards ─────────────────────────── */
.theme-minimal .featured-service-card {
    background: var(--tm-bg) !important;
    border: 1px solid var(--tm-border) !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.theme-minimal .featured-service-card:hover {
    border-color: var(--tm-accent) !important;
    box-shadow: none !important;
    transform: none !important;
}

.theme-minimal .featured-service-card__icon {
    background: var(--tm-bg-muted) !important;
    border: 1px solid var(--tm-border) !important;
}

.theme-minimal .featured-service-card__pill {
    background: transparent !important;
    color: var(--tm-text-muted) !important;
    border: 1px solid var(--tm-border) !important;
}

.theme-minimal .featured-service-card__title {
    color: var(--tm-text) !important;
    font-family: var(--tm-font-serif);
}

.theme-minimal .featured-service-card__desc {
    color: var(--tm-text-soft) !important;
}

.theme-minimal .featured-service-card__price {
    color: var(--tm-text) !important;
}

.theme-minimal .featured-service-card__link {
    color: var(--tm-text-muted) !important;
}

.theme-minimal .featured-service-card__link:hover {
    color: var(--tm-accent) !important;
}

.theme-minimal .featured-services-slider__prev,
.theme-minimal .featured-services-slider__next {
    border: 1px solid var(--tm-border) !important;
    background: var(--tm-bg) !important;
    color: var(--tm-text) !important;
}

.theme-minimal .featured-services-slider__pagination .swiper-pagination-bullet {
    background: var(--tm-border-strong) !important;
    opacity: 1 !important;
}

.theme-minimal .featured-services-slider__pagination .swiper-pagination-bullet-active {
    background: var(--tm-accent) !important;
}

/* ── CTA band ───────────────────────────────────────── */
.theme-minimal .section-cta-minimal {
    padding: 100px 24px;
    background: var(--tm-bg-accent);
    border-top: 1px solid var(--tm-border);
    border-bottom: 1px solid var(--tm-border);
}

.theme-minimal .section-cta-minimal__label {
    font-family: var(--tm-font-sans);
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--tm-text-muted);
    margin: 0 0 16px;
}

.theme-minimal .section-cta-minimal__title {
    font-family: var(--tm-font-serif);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 400;
    color: var(--tm-text);
    margin: 0 0 16px;
}

.theme-minimal .section-cta-minimal__text {
    color: var(--tm-text-soft);
    max-width: 480px;
    margin: 0 auto 32px;
    line-height: 1.75;
}

/* ── Reviews ────────────────────────────────────────── */
.theme-minimal .section-reviews__title {
    color: var(--tm-text) !important;
    font-family: var(--tm-font-serif);
    font-weight: 400;
}

.theme-minimal .section-reviews blockquote p {
    color: var(--tm-text-soft) !important;
    font-style: normal;
}

.theme-minimal .section-reviews cite {
    color: var(--tm-text-muted) !important;
}

.theme-minimal .uk-slidenav {
    color: var(--tm-text) !important;
}

/* ── FAQ ────────────────────────────────────────────── */
.theme-minimal .section-faq .uk-accordion > li {
    border-color: var(--tm-border) !important;
    background: var(--tm-bg) !important;
}

.theme-minimal .section-faq .uk-accordion-title {
    color: var(--tm-text) !important;
}

.theme-minimal .section-faq .uk-accordion-title::after {
    border-color: var(--tm-border) !important;
    color: var(--tm-text) !important;
    background: transparent !important;
}

.theme-minimal .section-faq .uk-open > .uk-accordion-title::after,
.theme-minimal .section-faq .uk-accordion-title:hover::after {
    background: var(--tm-text) !important;
    border-color: var(--tm-text) !important;
    color: #fff !important;
}

.theme-minimal .section-faq .uk-accordion-content p,
.theme-minimal .section-faq .uk-accordion-content a {
    color: var(--tm-text-soft) !important;
}

.theme-minimal .section-faq .uk-accordion-content a {
    color: var(--tm-text) !important;
    font-weight: 500;
}

/* ── Layout: footer içerikten sonra, overlap yok ─────── */
.theme-minimal .page-wrapper {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh;
    justify-content: flex-start !important;
    overflow-x: hidden;
    overflow-y: visible !important;
}

.theme-minimal .page-main {
    flex: 1 0 auto;
    width: 100%;
}

/* ── Footer ─────────────────────────────────────────── */
.theme-minimal .page-footer {
    flex-shrink: 0;
    margin-top: auto;
    background: var(--tm-bg-soft) !important;
    border-top: 1px solid var(--tm-border);
    padding-top: 0 !important;
    padding-bottom: 32px !important;
    position: relative !important;
    z-index: 1;
}

.theme-minimal .page-footer__inner {
    margin: 0 auto !important;
    margin-top: 0 !important;
    max-width: 1100px;
    width: calc(100% - 10vw);
    padding: 40px 0 24px !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.theme-minimal .page-footer__logo {
    margin-bottom: 28px !important;
}

.theme-minimal .page-footer__social {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px;
    margin-bottom: 24px !important;
    padding-bottom: 24px !important;
    text-align: center;
    border-bottom: 1px solid var(--tm-border) !important;
}

.theme-minimal .page-footer__social .uk-h3 {
    margin: 0 !important;
    width: 100%;
    text-align: center;
}

.theme-minimal .page-footer__social .social {
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Eski şablonda footer üstüne bindirmek için eklenen boşluklar */
.theme-minimal .page-content > :last-child {
    padding-bottom: unset !important;
}

.theme-minimal .section-reviews .uk-section-large {
    padding-bottom: 60px !important;
}

.theme-minimal .page-content .uk-section-large {
    padding-bottom: 48px !important;
}

.theme-minimal .page-body {
    padding-bottom: 56px;
}

@media (max-width: 959px) {
    .theme-minimal .page-footer__inner {
        margin-top: 0 !important;
        width: calc(100% - 40px);
        padding: 32px 0 20px !important;
    }
}

@media (max-width: 639px) {
    .theme-minimal .page-footer__inner {
        margin-top: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 28px 20px 20px !important;
        box-sizing: border-box;
    }

    .theme-minimal .page-footer__logo {
        margin-bottom: 20px !important;
    }
}

/* Footer — mobilde logo, menü ve metin ortalı */
@media (max-width: 767px) {
    .theme-minimal .page-footer__inner {
        text-align: center;
    }

    .theme-minimal .page-footer__inner > .uk-grid {
        margin-left: 0;
    }

    .theme-minimal .page-footer__inner > .uk-grid > [class*="uk-width"] {
        padding-left: 0;
        text-align: center;
    }

    .theme-minimal .page-footer__logo {
        display: flex;
        justify-content: center;
    }

    .theme-minimal .page-footer__logo .logo {
        display: inline-block;
    }

    .theme-minimal .page-footer__menus .uk-grid {
        margin-left: 0;
        justify-content: center;
    }

    .theme-minimal .page-footer__menus .uk-grid > div {
        padding-left: 0;
        text-align: center;
    }

    .theme-minimal .page-footer__menus .uk-h4,
    .theme-minimal .page-footer__social .uk-h3 {
        text-align: center;
    }

    .theme-minimal .page-footer__menus .uk-nav {
        margin: 0 auto;
        padding: 0;
        list-style: none;
        text-align: center;
    }

    .theme-minimal .page-footer__menus .uk-nav li a {
        display: inline-block;
    }

    .theme-minimal .page-footer__text,
    .theme-minimal .page-footer__text p {
        text-align: center;
    }

    .theme-minimal .page-footer__seo-text,
    .theme-minimal .page-footer__seo-text p {
        text-align: center !important;
    }

    .theme-minimal .page-footer__bottom .copy {
        text-align: center;
    }
}

.theme-minimal .page-footer__menus .uk-h4,
.theme-minimal .page-footer__social .uk-h3 {
    color: var(--tm-text) !important;
    font-family: var(--tm-font-sans);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 400;
}

.theme-minimal .page-footer__menus .uk-nav li a,
.theme-minimal .page-footer__text,
.theme-minimal .page-footer__text a {
    color: var(--tm-text-soft) !important;
}

.theme-minimal .page-footer__menus .uk-nav li a:hover {
    color: var(--tm-text) !important;
}

.theme-minimal .page-footer .social a {
    color: var(--tm-text) !important;
    border: 1px solid var(--tm-border);
}

.theme-minimal .page-footer .social a:hover {
    background: var(--tm-text);
    color: #fff !important;
}

.theme-minimal .page-footer__bottom .copy {
    color: var(--tm-text-muted) !important;
}

/* ── Offcanvas ──────────────────────────────────────── */
.theme-minimal .uk-offcanvas-bar {
    background: var(--tm-bg) !important;
    color: var(--tm-text) !important;
}

.theme-minimal .uk-offcanvas-bar .uk-nav-default > li > a {
    color: var(--tm-text) !important;
    font-family: var(--tm-font-sans);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 13px;
}

.theme-minimal .uk-offcanvas-bar .social-block p,
.theme-minimal .uk-offcanvas-close {
    color: var(--tm-text-soft) !important;
}

.theme-minimal .uk-offcanvas-bar .logo img {
    width: auto !important;
    max-width: 140px !important;
    height: var(--tm-logo-h) !important;
    max-height: var(--tm-logo-h) !important;
    display: block !important;
    filter: none !important;
}

/* ── Inner page heroes (hizmetler, hakkımızda vb.) ─── */
.theme-minimal .section-hero:not(.hero-minimal) .section-hero__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--bn-panel);
    z-index: 1;
}

.theme-minimal .section-hero:not(.hero-minimal) .section-hero__bg {
    position: relative;
}

.theme-minimal .section-hero:not(.hero-minimal) .section-hero__bg img {
    filter: grayscale(20%) brightness(1.05);
    min-height: 420px;
    max-height: 55vh;
}

.theme-minimal .section-hero:not(.hero-minimal) .section-hero__title,
.theme-minimal .section-hero:not(.hero-minimal) .section-hero__subtitle,
.theme-minimal .section-hero:not(.hero-minimal) .smart-contrast-text {
    color: var(--tm-text) !important;
    text-shadow: none !important;
}

.theme-minimal .section-hero:not(.hero-minimal) .section-hero__title {
    font-family: var(--tm-font-serif);
    font-style: normal;
    font-weight: 400;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    letter-spacing: -0.02em;
}

.theme-minimal .section-hero:not(.hero-minimal) .section-hero__subtitle {
    font-size: 14px;
    letter-spacing: 0.2em;
    color: var(--tm-text-muted) !important;
}

.theme-minimal .section-home.section-hero:not(.hero-minimal) {
    min-height: 55vh !important;
}

.theme-minimal .section-home .section-hero__content:not(.hero-minimal__inner) {
    min-height: 55vh !important;
}

/* ── İç sayfa içerik alanları ───────────────────────── */
.theme-minimal .page-content,
.theme-minimal .hz-page,
.theme-minimal .page-shop .page-content {
    background: var(--tm-bg) !important;
}

/* ── Hizmetler sayfası ──────────────────────────────── */
.theme-minimal .hizmet-fiyat-kart,
.theme-minimal .shop-categories-unit,
.theme-minimal .hizmet-kart {
    background: var(--tm-bg) !important;
    border: 1px solid var(--tm-border) !important;
    box-shadow: none !important;
}

.theme-minimal .hizmet-fiyat-kart:hover,
.theme-minimal .shop-categories-unit:hover {
    border-color: var(--tm-text) !important;
}

.theme-minimal .hizmet-fiyat,
.theme-minimal .hizmet-fiyat-card .fiyat {
    color: var(--tm-text) !important;
}

.theme-minimal .kategori-filter-btn.active {
    background: var(--tm-accent) !important;
    border-color: var(--tm-accent) !important;
    color: #fff !important;
}

/* ── Randevu ────────────────────────────────────────── */
.theme-minimal .randevu-wrapper,
.theme-minimal .rv-panel {
    background: var(--tm-bg) !important;
}

/* Eski .randevu-step — yeni sihirbaz .rv-progress__dot ile karışmasın */
.theme-minimal .randevu-step.active {
    color: var(--tm-accent) !important;
    border-color: var(--tm-accent) !important;
    background: var(--tm-accent) !important;
}

.theme-minimal .hizmet-kart.selected {
    border-color: var(--tm-text) !important;
    background: var(--tm-bg-soft) !important;
}

.theme-minimal .rv-day.selected,
.theme-minimal .rv-slot.selected {
    background: var(--tm-accent) !important;
    border-color: var(--tm-accent) !important;
    color: #fff !important;
}

/* ── Galeri ─────────────────────────────────────────── */
.theme-minimal .gallery-item,
.theme-minimal .gallery-grid__item {
    border: 1px solid var(--tm-border);
}

/* ── İletişim ───────────────────────────────────────── */
.theme-minimal .contact-icon-wrap {
    background: var(--tm-bg-muted) !important;
    border: 1px solid var(--tm-border) !important;
}

.theme-minimal .contact-form input,
.theme-minimal .contact-form textarea,
.theme-minimal .uk-input,
.theme-minimal .uk-textarea,
.theme-minimal .uk-select {
    border: 1px solid var(--tm-border) !important;
    border-radius: 0 !important;
    background: var(--tm-bg) !important;
}

.theme-minimal .contact-form input:focus,
.theme-minimal .uk-input:focus,
.theme-minimal .uk-textarea:focus {
    border-color: var(--tm-text) !important;
}

/* ── WhatsApp (yeşil kalsın) ────────────────────────── */
.theme-minimal .whatsapp-float {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

/* ── Responsive hero ────────────────────────────────── */
@media (max-width: 959px) {
    .theme-minimal {
        --tm-header-h: 52px;
        --tm-logo-h: 30px;
    }

    /* Mobil: yalnızca metin görsel üzerinde; butonlar altta */
    .theme-minimal.page-home .hero-minimal {
        display: flex;
        flex-direction: column;
        min-height: auto;
        padding-top: var(--tm-header-h);
        overflow: hidden;
    }

    .theme-minimal.page-home .hero-minimal__media {
        display: block;
        position: relative;
        width: 100%;
        flex-shrink: 0;
    }

    .theme-minimal.page-home .hero-minimal__visual {
        position: relative;
        min-height: clamp(360px, 58vh, 480px);
        width: 100%;
    }

    .theme-minimal.page-home .hero-minimal__visual::after {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
        background: linear-gradient(
            180deg,
            rgba(45, 38, 37, 0.08) 0%,
            rgba(45, 38, 37, 0.3) 45%,
            rgba(45, 38, 37, 0.78) 100%
        );
    }

    .theme-minimal.page-home .hero-minimal__visual img {
        min-height: clamp(360px, 58vh, 480px);
        height: 100%;
    }

    .theme-minimal.page-home .hero-minimal__copy {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        max-width: none;
        padding: 20px 20px 24px;
        margin: 0;
    }

    .theme-minimal.page-home .hero-minimal__label {
        color: #fff !important;
        margin-bottom: 10px;
        text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
    }

    .theme-minimal.page-home .hero-minimal__title {
        color: #fff;
        text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
    }

    .theme-minimal.page-home .hero-minimal__lead {
        color: rgba(255, 255, 255, 0.92);
        max-width: none;
        text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
    }

    .theme-minimal.page-home .hero-minimal__foot {
        position: relative;
        z-index: 3;
        width: 100%;
        max-width: none;
        padding: 16px 16px 20px;
        background: var(--bn-pale);
        box-sizing: border-box;
    }

    .theme-minimal.page-home .hero-minimal__actions {
        margin-bottom: 16px;
    }

    .theme-minimal.page-home .hero-minimal__actions .btn-minimal--ghost {
        border-color: var(--tm-text);
        color: var(--tm-text);
        background: transparent;
    }

    .theme-minimal.page-home .hero-minimal__actions .btn-minimal--ghost:hover {
        background: var(--tm-bg-soft);
        color: var(--tm-text);
    }

    .theme-minimal.page-home .hero-minimal__scroll {
        color: var(--tm-text-muted);
    }

    .theme-minimal.page-home .hero-minimal__scroll span {
        background: var(--tm-text-muted);
    }

    .theme-minimal .page-nav {
        display: none;
    }

    .theme-minimal .page-header__logo .logo img {
        max-width: 120px !important;
        height: var(--tm-logo-h) !important;
        max-height: var(--tm-logo-h) !important;
    }
}

@media (max-width: 639px) {
    .theme-minimal.page-home .hero-minimal__visual,
    .theme-minimal.page-home .hero-minimal__visual img {
        min-height: clamp(320px, 52vh, 420px);
    }

    .theme-minimal.page-home .hero-minimal__copy {
        padding: 16px 16px 20px;
    }

    .theme-minimal .hero-minimal__title {
        font-size: 2.2rem;
    }

    .theme-minimal .hero-minimal__actions {
        flex-direction: column;
    }

    /* Tam genişlik yalnızca dikey aksiyon gruplarında */
    .theme-minimal .hero-minimal__actions .btn-minimal,
    .theme-minimal .section-cta-minimal .btn-minimal,
    .theme-minimal .section-cta-minimal__actions .btn-minimal,
    .theme-minimal .hz-page-cta__actions .btn-minimal,
    .theme-minimal .about-page-cta__actions .btn-minimal,
    .theme-minimal .contact-form .btn-minimal,
    .theme-minimal .rv-step__actions .rv-btn {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
}
