/* ══ MODEL PROFİL SAYFASI ════════════════════════════════════ */

.mp-page {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 20px 80px;
}

/* ── HERO ─────────────────────────────────────────────────── */
.mp-hero {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 0;
    border: 1px solid #e8e4de;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 40px;
    background: #fff;
}

.mp-hero__photo {
    position: relative;
    background: #f0ede8;
    min-height: 520px;
    overflow: hidden;
}

.mp-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    min-height: 520px;
}

.mp-hero__no-photo {
    width: 100%;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a1a;
}

.mp-hero__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #1a1a1a;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 20px;
}

.mp-hero__info {
    padding: 36px 32px 32px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.mp-hero__ajans {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #aaa;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.mp-hero__ajans::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #ddd;
}

.mp-hero__name {
    font-size: 38px;
    font-weight: 400;
    line-height: 1.1;
    color: #1a1a1a;
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    letter-spacing: -0.01em;
    margin: 0 0 16px;
}

.mp-hero__cats {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 24px;
}

.mp-cat {
    font-size: 11px;
    color: #555;
    background: #f4f2ef;
    border: 1px solid #e8e4de;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 0.02em;
}

/* Stats bar */
.mp-stats {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 20px 0;
    border-top: 1px solid #f0ede8;
    border-bottom: 1px solid #f0ede8;
    margin-bottom: 20px;
}

.mp-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 20px;
}

.mp-stat:first-child { padding-left: 0; }

.mp-stat__val {
    font-size: 20px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1;
}

.mp-stat__lbl {
    font-size: 10px;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.mp-stat__div {
    width: 1px;
    height: 32px;
    background: #e8e4de;
    flex-shrink: 0;
}

/* Ölçüler */
.mp-measures {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.mp-measure {
    background: #f9f8f5;
    border: 1px solid #eeebe5;
    border-radius: 8px;
    padding: 8px 12px;
    text-align: center;
    min-width: 56px;
}

.mp-measure__val {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.2;
}

.mp-measure__lbl {
    display: block;
    font-size: 9px;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 3px;
}

/* Bio */
.mp-bio {
    font-size: 13.5px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 24px;
    padding: 16px;
    background: #f9f8f5;
    border-radius: 10px;
    border-left: 3px solid #e0dbd2;
}

.mp-bio p { margin: 0; }

/* CTA */
.mp-cta {
    display: flex;
    gap: 10px;
    margin-top: auto;
    padding-top: 8px;
}

.mp-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 500;
    padding: 11px 20px;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    letter-spacing: 0.02em;
    transition: opacity 0.18s;
}

.mp-btn:hover { opacity: 0.78; }

.mp-btn--primary {
    background: #1a1a1a;
    color: #fff;
    flex: 1;
    justify-content: center;
}

.mp-btn--ig {
    background: transparent;
    color: #1a1a1a;
    border: 1px solid #ddd;
}

/* ── SECTION ORTAK ────────────────────────────────────────── */
.mp-section {
    margin-bottom: 40px;
}

.mp-section__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 14px;
}

.mp-section__title {
    font-size: 11px;
    font-weight: 500;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
}

.mp-section__count {
    font-size: 11px;
    color: #bbb;
}

/* ── GALERİ ───────────────────────────────────────────────── */
.mp-gallery__cell {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0;
    display: block;
    position: relative;
}

.mp-gallery__cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.mp-gallery__cell:hover img { transform: scale(1.03); }

/* Tek fotoğraf */
.mp-gallery--single {
    border-radius: 12px;
    overflow: hidden;
    max-width: 400px;
}

.mp-gallery--single .mp-gallery__cell {
    aspect-ratio: 2/3;
}

/* İki fotoğraf */
.mp-gallery--two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    border-radius: 12px;
    overflow: hidden;
}

.mp-gallery--two .mp-gallery__cell { aspect-ratio: 2/3; }

/* Üç fotoğraf */
.mp-gallery--three {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 6px;
    border-radius: 12px;
    overflow: hidden;
    height: 520px;
}

.mp-gallery--three .mp-gallery__cell:first-child {
    grid-row: span 2;
}

.mp-gallery--three .mp-gallery__cell { height: 100%; }

/* 4+ fotoğraf (ana layout) */
.mp-gallery--main {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 6px;
    border-radius: 12px;
    overflow: hidden;
    height: 560px;
}

.mp-gallery__cell--hero {
    height: 100%;
}

.mp-gallery__side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 6px;
}

.mp-gallery__side .mp-gallery__cell { height: 100%; }

.mp-gallery__more {
    position: absolute;
    inset: 0;
    background: rgba(26,26,26,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

/* ── CAROUSEL ─────────────────────────────────────────────── */
.mp-carousel {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mp-carousel__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.92);
}

.mp-carousel__content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 860px;
    padding: 0 60px;
}

.mp-carousel__imgwrap {
    max-width: 480px;
    width: 100%;
}

.mp-carousel__img {
    width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 6px;
    display: block;
}

.mp-carousel__close,
.mp-carousel__prev,
.mp-carousel__next {
    position: absolute;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.18s;
}

.mp-carousel__close:hover,
.mp-carousel__prev:hover,
.mp-carousel__next:hover { background: rgba(255,255,255,0.22); }

.mp-carousel__close { top: -50px; right: 0; }
.mp-carousel__prev { left: 8px; }
.mp-carousel__next { right: 8px; }

.mp-carousel__counter {
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: rgba(255,255,255,0.5);
    letter-spacing: 0.06em;
}

/* ── PAYLAŞIM ─────────────────────────────────────────────── */
.mp-share-section { text-align: center; }

.mp-share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #1a1a1a;
    color: #fff;
    border: none;
    padding: 11px 22px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.18s;
}

.mp-share-btn:hover { opacity: 0.78; }

.mp-share-btn--outline {
    background: transparent;
    color: #1a1a1a;
    border: 1px solid #ccc;
}

/* ── BENZER MODELLER ─────────────────────────────────────────── */
.mp-similar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.mp-similar__card {
    text-decoration: none;
    color: inherit;
}

.mp-similar__img {
    aspect-ratio: 2/3;
    border-radius: var(--border-radius-md, 8px);
    overflow: hidden;
    background: #f0ede8;
    margin-bottom: 8px;
}

.mp-similar__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.3s ease;
}

.mp-similar__card:hover .mp-similar__img img {
    transform: scale(1.03);
}

.mp-similar__name {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 3px;
}

.mp-similar__meta {
    display: block;
    font-size: 11px;
    color: #aaa;
}

/* ── RESPONSIVE ───────────────────────────────────────────── */
@media (max-width: 720px) {
    .mp-hero {
        grid-template-columns: 1fr;
    }
    .mp-hero__photo {
        min-height: 420px;
    }
    .mp-hero__img {
        min-height: 420px;
    }
    .mp-hero__info {
        padding: 24px 20px 24px;
    }
    .mp-hero__name {
        font-size: 30px;
    }
    .mp-gallery--main {
        height: 380px;
    }
    .mp-stat { padding: 0 12px; }
    .mp-stat__val { font-size: 17px; }
}

@media (max-width: 480px) {
    .mp-page { padding: 0 12px 60px; }
    .mp-hero__info { padding: 20px 16px 20px; }
    .mp-hero__name { font-size: 26px; }
    .mp-gallery--main { height: 280px; }
    .mp-gallery--three { height: 360px; }
    .mp-cta { flex-direction: column; }
    .mp-btn--primary { text-align: center; }
}

/* ── ABOUT ────────────────────────────────────────────────────── */
.about-hero {
    padding: 80px 24px 60px;
    text-align: center;
    background: #f9f8f5;
}
.about-hero__inner { max-width: 700px; margin: 0 auto; }
.about-hero__eyebrow { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: #999; margin-bottom: 16px; }
.about-hero__title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem, 5vw, 3.5rem); font-weight: 400; font-style: italic; color: #1a1a1a; margin-bottom: 16px; }
.about-hero__sub { font-size: 1rem; color: #666; }

.about-mission { padding: 60px 24px; max-width: 800px; margin: 0 auto; }
.about-mission__lead p { font-size: 1.2rem; line-height: 1.8; color: #1a1a1a; font-weight: 500; margin-bottom: 24px; }
.about-mission__body p { font-size: 1rem; line-height: 1.8; color: #555; margin-bottom: 16px; }

.about-values { padding: 60px 24px; background: #f9f8f5; }
.about-values__inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.about-value { background: #fff; padding: 32px; border-radius: 8px; }
.about-value__title { font-size: 1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 12px; }
.about-value__text { font-size: 0.9rem; line-height: 1.7; color: #666; }

.about-stats { padding: 60px 24px; }
.about-stats__inner { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.about-stat__val { display: block; font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; font-weight: 600; color: #1a1a1a; }
.about-stat__lbl { display: block; font-size: 0.8rem; color: #999; text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }

@media (max-width: 768px) {
    .about-values__inner { grid-template-columns: 1fr; }
    .about-stats__inner { grid-template-columns: repeat(2, 1fr); }
}

/* ── Programatik Lokasyon Sayfaları ── */
.loc-hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #fff;
    padding: 80px 20px;
    text-align: center;
}
.loc-hero__inner { max-width: 760px; margin: 0 auto; }
.loc-hero__badge {
    display: inline-block;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #c8b99a;
    border: 1px solid #c8b99a;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.loc-hero__title { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 300; margin-bottom: 16px; }
.loc-hero__sub { color: #aaa; font-size: 1.05rem; margin-bottom: 32px; }
.loc-hero__cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.loc-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 28px; border-radius: 4px;
    font-size: 0.95rem; font-weight: 500;
    text-decoration: none; transition: opacity 0.2s;
}
.loc-btn:hover { opacity: 0.85; }
.loc-btn--primary { background: #c8b99a; color: #1a1a1a; }
.loc-btn--wa { background: #25d366; color: #fff; }
.loc-btn--full { width: 100%; justify-content: center; margin-bottom: 10px; }

.loc-content {
    max-width: 1100px; margin: 60px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
}
@media (max-width: 768px) {
    .loc-content { grid-template-columns: 1fr; }
}
.loc-content__inner h2 { font-size: 1.4rem; margin: 32px 0 12px; color: #1a1a1a; }
.loc-content__inner p { line-height: 1.8; color: #444; margin-bottom: 16px; }
.loc-content__inner strong { color: #1a1a1a; }

.loc-card {
    background: #f9f8f5;
    border: 1px solid #e8e0d4;
    border-radius: 8px;
    padding: 28px;
    position: sticky;
    top: 100px;
}
.loc-card__title { font-size: 1.1rem; margin-bottom: 12px; color: #1a1a1a; }
.loc-card__text { font-size: 0.9rem; color: #666; margin-bottom: 20px; line-height: 1.6; }
.loc-card__tel { text-align: center; margin-top: 16px; }
.loc-card__tel a { color: #c8b99a; font-weight: 500; text-decoration: none; }

/* ── Location Grid ── */
.loc-grid-section { max-width: 900px; margin: 50px auto; padding: 0 20px; }
.loc-grid-inner {
    background: #fff;
    border: 1px solid #e8e0d4;
    border-radius: 12px;
    padding: 32px;
}
.loc-grid-title { font-size: 1.2rem; font-weight: 600; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
.loc-grid-sub { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; color: #c8b99a; font-weight: 600; margin-bottom: 16px; }
.loc-city-grid {
    display: flex; flex-direction: column; gap: 0;
    max-height: 500px; overflow-y: auto;
    border: 1px solid #f0ebe3; border-radius: 8px;
}
.loc-city-item {
    display: block; padding: 14px 20px;
    font-size: 0.9rem; font-weight: 600; color: #1a1a1a;
    text-decoration: none; letter-spacing: 0.05em;
    border-bottom: 1px solid #f0ebe3;
    transition: background 0.15s, color 0.15s;
}
.loc-city-item:last-child { border-bottom: none; }
.loc-city-item:hover { background: #f9f8f5; color: #c8b99a; }
.loc-back-link {
    display: inline-block; color: #e74c3c; font-size: 0.85rem;
    font-weight: 600; text-decoration: none; margin-bottom: 16px;
}
.loc-selected-city {
    background: #f5f5f5; border-left: 4px solid #c8b99a;
    padding: 14px 20px; margin-bottom: 16px; border-radius: 0 4px 4px 0;
    display: flex; flex-direction: column; gap: 4px;
}
.loc-selected-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: #999; }
.loc-selected-city strong { font-size: 1rem; color: #1a1a1a; letter-spacing: 0.05em; }

/* ══════════════════════════════
   Landing Page (lp-) Styles
══════════════════════════════ */
.lp-hero {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 0;
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
    align-items: start;
}
@media (max-width: 768px) {
    .lp-hero { grid-template-columns: 1fr; }
}
.lp-hero__img-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.lp-hero__img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}
.lp-hero__tel {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: rgba(0,0,0,0.7);
    color: #fff;
    text-align: center;
    padding: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
}
.lp-hero__body {
    padding: 0 32px;
}
.lp-hero__title {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 300;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.3;
}
.lp-hero__features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lp-hero__features li {
    color: #444;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 8px;
}
.lp-hero__cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.lp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    border-radius: 4px;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    transition: opacity 0.2s;
    cursor: pointer;
    border: none;
}
.lp-btn:hover { opacity: 0.85; }
.lp-btn--primary { background: #c8b99a; color: #1a1a1a; }
.lp-btn--wa { background: #25d366; color: #fff; }
.lp-btn--full { width: 100%; justify-content: center; margin-bottom: 10px; }

.lp-main {
    max-width: 1100px;
    margin: 50px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
    align-items: start;
}
@media (max-width: 900px) {
    .lp-main { grid-template-columns: 1fr; }
}

.lp-content h2 {
    font-size: 1.35rem;
    font-weight: 500;
    color: #1a1a1a;
    margin: 36px 0 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0ebe3;
}
.lp-content p {
    color: #444;
    line-height: 1.8;
    margin-bottom: 16px;
}
.lp-content strong { color: #1a1a1a; }

/* Steps */
.lp-steps { margin: 32px 0; }
.lp-step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 20px;
}
.lp-step__num {
    width: 36px;
    height: 36px;
    background: #c8b99a;
    color: #1a1a1a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    flex-shrink: 0;
}
.lp-step strong { display: block; margin-bottom: 4px; color: #1a1a1a; }
.lp-step p { margin: 0; font-size: 0.9rem; color: #666; }

/* FAQ */
.lp-faq { margin: 32px 0; }
.lp-faq__item {
    border-bottom: 1px solid #f0ebe3;
}
.lp-faq__q {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 0.95rem;
    font-weight: 500;
    color: #1a1a1a;
    gap: 12px;
}
.lp-faq__q svg { flex-shrink: 0; transition: transform 0.2s; }
.lp-faq__a { padding: 0 0 16px; }
.lp-faq__a p { margin: 0; color: #555; font-size: 0.9rem; line-height: 1.7; }

/* Reviews */
.lp-reviews { margin: 32px 0; }
.lp-reviews__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 16px;
}
.lp-review {
    background: #f9f8f5;
    border: 1px solid #e8e0d4;
    border-radius: 8px;
    padding: 20px;
}
.lp-review__stars { color: #f4a623; font-size: 1rem; margin-bottom: 10px; }
.lp-review__text { font-size: 0.88rem; color: #444; line-height: 1.6; margin-bottom: 12px; font-style: italic; }
.lp-review__name { font-size: 0.8rem; color: #999; font-weight: 500; }

/* Bottom CTA */
.lp-bottom-cta {
    background: #1a1a1a;
    color: #fff;
    border-radius: 12px;
    padding: 36px;
    margin: 32px 0;
    text-align: center;
}
.lp-bottom-cta h3 { font-size: 1.3rem; font-weight: 300; margin-bottom: 10px; }
.lp-bottom-cta p { color: #aaa; margin-bottom: 24px; }
.lp-bottom-cta .lp-hero__cta { justify-content: center; }

/* Sidebar */
.lp-sidebar { position: sticky; top: 100px; }
.lp-card {
    background: #f9f8f5;
    border: 1px solid #e8e0d4;
    border-radius: 8px;
    padding: 28px;
    margin-bottom: 20px;
}
.lp-card__title { font-size: 1rem; font-weight: 600; margin-bottom: 12px; color: #1a1a1a; }
.lp-card__text { font-size: 0.88rem; color: #666; margin-bottom: 20px; line-height: 1.6; }
.lp-card__divider { border-top: 1px solid #e8e0d4; margin: 16px 0; }
.lp-card__info { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.lp-card__info-item { font-size: 0.85rem; color: #555; }
.lp-card__tel { text-align: center; margin-top: 12px; }
.lp-card__tel a { color: #c8b99a; font-weight: 600; text-decoration: none; font-size: 1rem; }
.lp-card--links .lp-card__link {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #f0ebe3;
    color: #555;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}
.lp-card--links .lp-card__link:hover { color: #c8b99a; }

/* ── Sidebar Bölge Seçimi ── */
.lp-card--region .loc-back-link { margin-bottom: 12px; }
.lp-card--region .loc-selected-city { margin-bottom: 12px; }
.lp-region-list {
    max-height: 320px;
    overflow-y: auto;
    border: 1px solid #f0ebe3;
    border-radius: 6px;
    margin-top: 8px;
}
.lp-region-item {
    display: block;
    padding: 10px 14px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #f0ebe3;
    transition: background 0.15s, color 0.15s;
}
.lp-region-item:last-child { border-bottom: none; }
.lp-region-item:hover { background: #f9f8f5; color: #c8b99a; }
.lp-region-item--active { background: #f0ebe3; color: #c8b99a; font-weight: 700; }
