:root {
    --gt-primary: #d4623a;
    --gt-primary-dark: #b84e28;
    --gt-secondary: #156578;
    --gt-bg: #faf9f7;
    --gt-card-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    --map-land-hover: #f0dcc0;
    --map-selected-fill: #d4623a;
    --map-label: #1a5568;
    --map-gold: #f0c070;
    --map-teal: #3498a8;
    --map-sea-deep: #1a7088;
    --map-sea-light: #c8e8f0;
}

body {
    font-family: "Segoe UI", system-ui, sans-serif;
    background-color: var(--gt-bg);
}

.navbar-brand {
    font-weight: 700;
    letter-spacing: -0.5px;
}

.hero-section {
    background: linear-gradient(135deg, var(--gt-secondary) 0%, #0d3d4d 60%, var(--gt-primary) 100%);
    color: #fff;
    padding: 4rem 0;
    border-radius: 0 0 2rem 2rem;
    margin-bottom: 2rem;
}

.place-card {
    border: none;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: var(--gt-card-shadow);
    transition: transform 0.2s, box-shadow 0.2s;
    height: 100%;
}

.place-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.place-card img {
    height: 200px;
    object-fit: cover;
}

.category-badge {
    background: rgba(196, 92, 38, 0.12);
    color: var(--gt-primary-dark);
    font-size: 0.75rem;
}

.rating-stars {
    color: #f5a623;
}

.star-rating-display {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    margin-bottom: 0.5rem;
}

.star-rating-display .bi {
    font-size: 1.1rem;
}

.star-rating-input {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 0.25rem;
}

.star-rating-btn {
    border: none;
    background: transparent;
    padding: 0;
    color: #ddd;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.15s ease, color 0.15s ease;
}

.star-rating-btn.is-active,
.star-rating-btn:hover {
    color: #f5a623;
    transform: scale(1.08);
}

.star-rating-btn:disabled {
    cursor: wait;
    opacity: 0.75;
}

.star-rating-input.is-saving .star-rating-btn.is-active {
    color: #e8940a;
}

.place-detail__score-block--empty {
    text-align: center;
    padding: 0.75rem 0 0.25rem;
}

.place-detail__score-empty-title {
    font-weight: 700;
    color: #0e2830;
    margin: 0 0 0.2rem;
}

.place-detail__score-empty-text {
    font-size: 0.88rem;
    color: #6a7d84;
    margin: 0;
}

.btn-gt-primary {
    background-color: var(--gt-primary);
    border-color: var(--gt-primary);
    color: #fff;
}

.btn-gt-primary:hover {
    background-color: var(--gt-primary-dark);
    border-color: var(--gt-primary-dark);
    color: #fff;
}

.admin-sidebar {
    min-height: calc(100vh - 56px);
    background: #fff;
    border-right: 1px solid #eee;
}

.map-container {
    height: 350px;
    border-radius: 1rem;
    overflow: hidden;
}

.gallery-thumb {
    height: 80px;
    object-fit: cover;
    border-radius: 0.5rem;
    cursor: pointer;
}

.site-navbar {
    background: linear-gradient(135deg, var(--gt-secondary) 0%, #0f3d4a 100%) !important;
    box-shadow: 0 4px 18px rgba(15, 61, 74, 0.2);
}

.lang-switcher {
    margin: 0.35rem 0;
}

@media (min-width: 992px) {
    .lang-switcher {
        margin: 0 0.5rem 0 0;
    }
}

.btn-lang {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    transition: background 0.15s ease, border-color 0.15s ease;
}

.btn-lang:hover,
.btn-lang:focus,
.btn-lang.show {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.35);
}

.btn-lang::after {
    margin-left: 0.15rem;
}

.lang-switcher__item.active {
    font-weight: 600;
    color: var(--gt-secondary);
}

.site-brand {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.site-logo {
    display: block;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.site-logo--nav {
    height: 46px;
}

.site-logo--footer {
    height: 52px;
    opacity: 0.95;
}

.site-footer__logo-link {
    line-height: 0;
}

@media (max-width: 575.98px) {
    .site-logo--nav {
        height: 38px;
    }
}

.site-footer {
    background: linear-gradient(180deg, #0f3d4a 0%, #0a2a33 100%);
    color: rgba(255, 255, 255, 0.88);
    margin-top: 3rem;
    padding: 3rem 0 1.5rem;
}

.site-footer__title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.75rem;
}

.site-footer__heading {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.site-footer__slogan {
    color: rgba(159, 212, 223, 0.95);
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.site-footer__text {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.65;
    margin-bottom: 0;
    font-size: 0.95rem;
}

.site-footer__contact li {
    margin-bottom: 0.55rem;
    color: rgba(255, 255, 255, 0.78);
}

.site-footer__contact a {
    color: #9fd4df;
    text-decoration: none;
}

.site-footer__contact a:hover {
    color: #fff;
}

.site-footer__bottom {
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.9rem;
}

.site-footer__links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    margin: 0 0.35rem;
}

.site-footer__links a:hover {
    color: #fff;
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1.1rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #fff;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    border: none;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.28);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn-whatsapp:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.35);
}

.btn-whatsapp .bi {
    font-size: 1.15rem;
}

.hero-logo {
    height: clamp(72px, 14vw, 110px);
    width: auto;
    max-width: min(92vw, 360px);
    object-fit: contain;
    filter: drop-shadow(0 8px 24px rgba(15, 61, 74, 0.18));
}

.featured-places {
    padding-top: 0.5rem;
}

.featured-places__header {
    margin-bottom: 1.25rem;
}

.featured-places__grid {
    max-width: 100%;
}

.featured-places__grid > .col-sm-6.col-lg-4:nth-child(n+10) {
    display: none;
}

/* Keşfet — Modern Atlas */
.turkey-map-section {
    position: relative;
    padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 4.5rem);
    background:
        radial-gradient(ellipse 70% 55% at 12% 20%, rgba(52, 152, 168, 0.13) 0%, transparent 55%),
        radial-gradient(ellipse 65% 50% at 88% 78%, rgba(212, 98, 58, 0.1) 0%, transparent 52%),
        var(--gt-bg);
    max-width: 100%;
    overflow-x: clip;
}

.map-atmosphere {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.map-atmosphere__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.55;
}

.map-atmosphere__orb--teal {
    width: min(420px, 55vw);
    height: min(420px, 55vw);
    top: 8%;
    left: -6%;
    background: rgba(52, 152, 168, 0.26);
}

.map-atmosphere__orb--coral {
    width: min(360px, 48vw);
    height: min(360px, 48vw);
    bottom: 12%;
    right: -4%;
    background: rgba(212, 98, 58, 0.2);
}

.explorer-outer {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: min(1500px, 100%);
    margin: 0 auto;
    padding: 0 clamp(0.75rem, 2vw, 1.75rem);
}

.explorer-intro {
    margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.explorer-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gt-secondary);
    margin-bottom: 0.65rem;
}

.explorer-badge .bi {
    color: var(--gt-primary);
    font-size: 0.9rem;
}

.explorer-heading {
    font-weight: 800;
    font-size: clamp(1.65rem, 4vw, 2.45rem);
    color: #0e2830;
    letter-spacing: -0.035em;
    margin-bottom: 0.55rem;
    line-height: 1.12;
}

.explorer-heading em {
    font-style: normal;
    color: var(--gt-primary);
}

.explorer-lead {
    color: #5a6b72;
    font-size: clamp(0.95rem, 1.8vw, 1.05rem);
    margin: 0;
    line-height: 1.65;
}

.explorer-intro-line {
    width: 56px;
    height: 3px;
    margin: 1.1rem auto 0;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--map-teal), var(--gt-primary));
}

.explorer-card {
    border: none;
    border-radius: 0;
    overflow: visible;
    width: 100%;
    background: transparent;
    box-shadow: none;
}

.explorer-card.explorer-card--panel {
    border-radius: 1.25rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 40px rgba(20, 42, 50, 0.1);
}

#stageTurkey {
    overflow: visible;
}

.explorer-toolbar {
    display: flex;
    padding: 0.85rem 1.35rem;
    border-bottom: 1px solid rgba(21, 101, 120, 0.08);
    background: #fff;
}

.explorer-toolbar.d-none {
    display: none !important;
}

.explorer-breadcrumb .fw-semibold {
    color: var(--gt-secondary) !important;
}

.turkey-map-loading {
    width: 100%;
    min-height: clamp(300px, 48vh, 540px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.map-canvas {
    position: relative;
    width: 100%;
    padding-bottom: 1.25rem;
}

.map-canvas__frame {
    position: relative;
    z-index: 1;
    background-color: #faf9f7;
    background-image:
        radial-gradient(ellipse 80% 70% at 35% 28%, rgba(52, 152, 168, 0.12) 0%, transparent 58%),
        radial-gradient(ellipse 70% 60% at 72% 72%, rgba(236, 212, 190, 0.5) 0%, transparent 55%);
    border-radius: 1.35rem;
    border: 1px solid rgba(21, 101, 120, 0.08);
    box-shadow:
        0 1px 2px rgba(14, 40, 48, 0.04),
        0 12px 36px rgba(21, 101, 120, 0.08);
    padding: clamp(1rem, 2.5vw, 1.75rem) clamp(0.75rem, 2vw, 1.25rem);
}

.turkey-map-container {
    width: 100%;
    min-height: clamp(320px, 52vh, 600px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.85rem;
    background: radial-gradient(ellipse 90% 80% at 50% 46%, rgba(196, 224, 232, 0.45) 0%, transparent 70%);
}

.turkey-map-svg {
    width: 100%;
    height: auto;
    max-height: min(72vh, 640px);
    min-height: clamp(300px, 48vh, 560px);
    display: block;
    margin: 0 auto;
    overflow: visible;
    background: transparent;
}

.turkey-map-frame {
    position: relative;
    z-index: 1;
}

.turkey-map-svg .map-ambient {
    pointer-events: none;
}

.turkey-map-svg .map-province path {
    stroke-linejoin: round;
    stroke-linecap: round;
    transition: fill 0.22s ease, filter 0.22s ease, opacity 0.22s ease, stroke 0.22s ease;
    filter: url(#mapLandShadow);
}

.turkey-map-svg:has(.map-province:hover) .map-province:not(:hover):not(.is-selected) path {
    opacity: 0.58;
}

.turkey-map-svg .map-province:hover path {
    filter: url(#mapLandShadow) url(#mapHoverGlow);
    opacity: 1;
}

.turkey-map-svg .map-province.is-selected path {
    filter: url(#mapLandShadow) url(#mapSelectGlow);
    opacity: 1;
}

.turkey-map-svg .map-province {
    cursor: pointer;
}

.turkey-map-svg .map-province-labels {
    pointer-events: none;
}

.turkey-map-svg .map-province-label {
    fill: var(--gt-secondary);
    font-weight: 600;
    font-family: "Segoe UI", system-ui, sans-serif;
    letter-spacing: 0.02em;
    paint-order: stroke fill;
    stroke: rgba(255, 255, 255, 0.92);
    stroke-width: 2.5px;
    stroke-linejoin: round;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.turkey-map-svg .map-province-label.is-visible {
    opacity: 1;
}

.turkey-map-svg .map-province-label.is-on-selection {
    fill: #fff;
    stroke: rgba(184, 78, 40, 0.75);
    stroke-width: 2px;
}

.map-canvas__hint.map-stage-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    margin: 1.15rem auto 0;
    padding: 0.55rem 1.15rem 0.55rem 0.55rem;
    width: fit-content;
    max-width: 100%;
    background: #fff;
    border-radius: 100px;
    border: 1px solid rgba(21, 101, 120, 0.1);
    box-shadow: 0 4px 16px rgba(14, 40, 48, 0.06);
    pointer-events: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.map-canvas__hint.map-stage-hint.is-active {
    border-color: rgba(212, 98, 58, 0.25);
    box-shadow: 0 6px 24px rgba(212, 98, 58, 0.12);
}

.map-hint-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 50%;
    background: var(--gt-secondary);
    color: #fff;
    font-size: 0.85rem;
    flex-shrink: 0;
    transition: background 0.2s ease;
}

.map-canvas__hint.is-active .map-hint-icon {
    background: var(--gt-primary);
}

.map-hint-text {
    font-size: 0.875rem;
    font-weight: 600;
    color: #2a4048;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.map-canvas__hint.is-active .map-hint-text {
    color: var(--gt-primary-dark);
}

.explorer-stage {
    background: transparent;
}

.explorer-card.explorer-card--panel .explorer-stage {
    background: #fff;
}

.explorer-stage-active {
    animation: explorerReveal 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.explorer-panel-animate {
    animation: explorerReveal 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

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

/* Destinasyon hero */
.district-stage-hero {
    position: relative;
    min-height: min(70vh, 520px);
    overflow: hidden;
}

.district-hero-actions {
    position: absolute;
    right: clamp(0.85rem, 2.5vw, 1.35rem);
    bottom: clamp(0.85rem, 2.5vw, 1.35rem);
    z-index: 4;
    display: flex;
    gap: 0.5rem;
}

.district-hero-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.district-hero-action:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.7);
    transform: translateY(-2px);
}

.district-hero-action .bi {
    font-size: 1.1rem;
    line-height: 1;
}

.city-hero-backdrop {
    position: absolute;
    inset: 0;
    background-color: #0f3d4a;
    background-image: var(--city-bg-image);
    background-size: cover;
    background-position: center;
    transition: background-image 0.55s ease, transform 12s ease;
    transform: scale(1.04);
}

.district-stage-hero:hover .city-hero-backdrop {
    transform: scale(1.08);
}

.city-hero-backdrop.has-city-image .city-hero-placeholder {
    opacity: 0;
    pointer-events: none;
}

.city-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
}

.city-hero-scrim {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(15, 61, 74, 0.75) 0%, rgba(21, 101, 120, 0.4) 40%, rgba(0, 0, 0, 0.35) 70%, rgba(212, 98, 58, 0.25) 100%);
    pointer-events: none;
}

.city-hero-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
    padding: 1rem;
    text-align: center;
    transition: opacity 0.4s ease;
}

.city-hero-placeholder i {
    font-size: 2.75rem;
    color: var(--map-gold);
    opacity: 0.85;
}

.city-hero-placeholder span {
    font-weight: 700;
    font-size: 1.05rem;
}

.district-overlay-panel {
    position: relative;
    z-index: 2;
    max-width: 420px;
    margin: 0 auto;
    padding: clamp(1.75rem, 4vw, 2.5rem);
    min-height: min(70vh, 520px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.district-overlay-title {
    color: #fff;
    font-weight: 800;
    font-size: clamp(1.45rem, 3.2vw, 1.85rem);
    letter-spacing: -0.025em;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}

.district-overlay-sub {
    color: rgba(255, 255, 255, 0.88);
}

.district-select-label {
    display: block;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.district-dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.district-dropdown-menu-glass {
    position: relative;
    z-index: 3;
    width: 100%;
    margin-top: 0.55rem;
    max-height: 300px;
    overflow-y: auto;
    padding: 0.4rem;
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.district-dropdown-item {
    width: 100%;
    border: 0;
    background: transparent;
    color: #fff;
    text-align: left;
    padding: 0.7rem 0.9rem;
    border-radius: 0.65rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    transition: background 0.2s ease, transform 0.2s ease;
}

.district-dropdown-item:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateX(3px);
}

.btn-glass-primary {
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-weight: 600;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 0.75rem;
    padding: 0.72rem 1rem;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-glass-primary:hover {
    background: rgba(255, 255, 255, 0.28);
    border-color: rgba(255, 255, 255, 0.7);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.category-stage {
    background: linear-gradient(180deg, #fff 0%, #f8fbfc 100%);
}

.category-stage--minimal {
    padding: clamp(0.5rem, 2vw, 1rem) 0;
    background: transparent;
}

.category-stage__grid {
    justify-content: center;
    margin: 0 auto;
    max-width: 1100px;
}

.category-col-animate {
    animation: explorerReveal 0.4s ease backwards;
}

.category-rec-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.25rem 0.85rem;
    background: #fff;
    border: 1px solid rgba(21, 101, 120, 0.1);
    border-radius: 1rem;
    color: inherit;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.3s ease;
}

.category-rec-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(212, 98, 58, 0.09) 0%, transparent 65%);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.category-rec-card:hover {
    transform: translateY(-5px);
    border-color: rgba(212, 98, 58, 0.3);
    box-shadow: 0 14px 36px rgba(21, 101, 120, 0.12);
    color: inherit;
}

.category-rec-card:hover::before {
    opacity: 1;
}

.category-rec-card i {
    font-size: 1.9rem;
    color: var(--gt-primary);
    margin-bottom: 0.4rem;
    position: relative;
    z-index: 1;
}

.category-rec-card span,
.category-rec-card small {
    position: relative;
    z-index: 1;
}

@media (min-width: 1200px) {
    .turkey-map-container {
        min-height: min(56vh, 620px);
    }

    .turkey-map-svg {
        max-height: min(68vh, 660px);
    }
}

@media (max-width: 575px) {
    .turkey-map-section {
        padding: 1.75rem 0 2.25rem;
        overflow-x: visible;
    }

    .map-atmosphere__orb {
        opacity: 0.35;
    }

    .map-canvas {
        padding-bottom: 0;
    }

    .map-canvas__frame {
        border-radius: 1rem;
        padding: 0.65rem 0.5rem;
        box-shadow: 0 8px 28px rgba(21, 101, 120, 0.08);
    }

    .map-canvas__hint.map-stage-hint {
        margin-top: 0.85rem;
    }

    .map-hint-text {
        white-space: normal;
        font-size: 0.85rem;
    }

    .map-canvas__hint.map-stage-hint::after {
        display: block;
        width: 100%;
        margin-top: 0.15rem;
        font-size: 0.72rem;
        font-weight: 500;
        color: #6a7d84;
        content: "Haritayı parmakla kaydırarak gezebilirsiniz";
    }

    .turkey-map-svg .map-province-label {
        opacity: 0.5;
    }

    .turkey-map-svg .map-province-label.is-visible {
        opacity: 1;
    }

    .turkey-map-svg:has(.map-province:hover) .map-province:not(:hover):not(.is-selected) path {
        opacity: 0.7;
    }

    .turkey-map-frame {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        touch-action: pan-x pan-y;
        max-height: min(62vh, 460px);
        min-height: 340px;
        padding: 0;
    }

    .turkey-map-container {
        display: block;
        width: max-content;
        min-height: 0;
    }

    .turkey-map-svg {
        width: auto;
        min-width: 900px;
        min-height: 420px;
        max-width: none;
        max-height: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .explorer-stage-active,
    .explorer-panel-animate,
    .category-col-animate,
    .map-province.is-pulse {
        animation: none !important;
    }

    .turkey-map-svg animate,
    .turkey-map-svg animateTransform {
        display: none;
    }
}

/* —— Mekan detay —— */
.place-detail {
    padding-bottom: clamp(3rem, 6vw, 5rem);
    background: var(--gt-bg);
}

.place-detail__container {
    max-width: 1140px;
}

.place-detail__topbar {
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(21, 101, 120, 0.07);
    background: #fff;
}

.place-detail__topbar .place-detail__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.place-detail__back {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--gt-secondary);
    text-decoration: none;
    transition: color 0.2s ease;
}

.place-detail__back:hover {
    color: var(--gt-primary);
}

.place-detail__breadcrumb .breadcrumb {
    font-size: 0.8rem;
    background: transparent;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
}

.place-detail__breadcrumb .breadcrumb-item a {
    color: #6a7d84;
    text-decoration: none;
}

.place-detail__breadcrumb .breadcrumb-item a:hover {
    color: var(--gt-secondary);
}

.place-detail__breadcrumb .breadcrumb-item.active {
    color: #3a484e;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Hero */
.place-detail__hero {
    position: relative;
    min-height: clamp(280px, 48vh, 520px);
    max-height: 560px;
    overflow: hidden;
    background: #1a3d48;
}

.place-detail__hero--empty {
    min-height: auto;
    max-height: none;
    padding: clamp(2rem, 5vw, 3rem) 0;
    background:
        linear-gradient(135deg, var(--gt-secondary) 0%, #0f4554 55%, #1a5560 100%);
    color: #fff;
}

.place-detail__hero--empty .place-detail__title {
    color: #fff;
}

.place-detail__hero--empty .place-detail__location-line {
    color: rgba(255, 255, 255, 0.82);
    margin: 0.5rem 0 0;
    font-size: 0.95rem;
}

.place-detail__hero--empty .place-detail__tag {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.place-detail__carousel {
    position: absolute;
    inset: 0;
}

.place-detail__hero-img {
    width: 100%;
    height: 100%;
    min-height: clamp(280px, 48vh, 520px);
    object-fit: cover;
}

.place-detail__hero-scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(8, 28, 36, 0.88) 0%,
        rgba(8, 28, 36, 0.35) 42%,
        rgba(8, 28, 36, 0.08) 100%
    );
    pointer-events: none;
}

.place-detail__hero-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding-bottom: clamp(1.5rem, 4vw, 2.5rem);
    pointer-events: none;
}

.place-detail__title {
    font-weight: 800;
    font-size: clamp(1.85rem, 4.5vw, 2.75rem);
    letter-spacing: -0.035em;
    line-height: 1.1;
    color: #0e2830;
    margin: 0;
}

.place-detail__title--hero {
    color: #fff;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}

.place-detail__hero-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 1.15rem;
    margin-top: 0.65rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
}

.place-detail__hero-meta i {
    margin-right: 0.15rem;
    color: var(--map-gold);
}

.place-detail__hero-rating .bi-star-fill {
    color: var(--map-gold);
}

.place-detail__hero-rating-count {
    opacity: 0.75;
}

.place-detail__photo-count {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: #fff;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(8px);
    border-radius: 100px;
}

.place-detail__carousel-btn {
    width: auto;
    z-index: 3;
    opacity: 1;
    padding: 0 1rem;
}

.place-detail__carousel-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: var(--gt-secondary);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, background 0.2s ease;
}

.place-detail__carousel-btn:hover .place-detail__carousel-icon {
    transform: scale(1.06);
    background: #fff;
}

/* Thumbnails */
.place-detail__thumbs {
    display: flex;
    gap: 0.5rem;
    margin-top: -1.75rem;
    margin-bottom: 1.75rem;
    position: relative;
    z-index: 4;
    overflow-x: auto;
    padding-bottom: 0.25rem;
}

.place-detail__thumb {
    flex-shrink: 0;
    width: 4.5rem;
    height: 3.25rem;
    border: 2px solid #fff;
    border-radius: 0.5rem;
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 12px rgba(21, 101, 120, 0.15);
    cursor: pointer;
    opacity: 0.72;
    transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.place-detail__thumb.is-active,
.place-detail__thumb:hover {
    opacity: 1;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(21, 101, 120, 0.22);
}

.place-detail__thumb-more {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 3.25rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--gt-secondary);
    background: #fff;
    border: 2px solid #fff;
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(21, 101, 120, 0.12);
}

.place-detail__main {
    padding-top: clamp(1.75rem, 4vw, 2.5rem);
}

.place-detail__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 0.65rem;
}

.place-detail__tags--hero {
    margin-bottom: 0.75rem;
}

.place-detail__tag {
    display: inline-block;
    padding: 0.28rem 0.7rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--gt-secondary);
    background: rgba(21, 101, 120, 0.08);
    border-radius: 100px;
}

.place-detail__tags--hero .place-detail__tag {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    backdrop-filter: blur(4px);
}

.place-detail__price {
    font-weight: 700;
    color: var(--map-gold);
    letter-spacing: 0.03em;
}

.place-detail__rating-row .star-rating-display {
    margin-bottom: 0;
}

.place-detail__rating-row .text-warning,
.place-detail__rating-row .bi {
    color: var(--map-gold) !important;
}

.place-detail__section {
    margin-bottom: 2.25rem;
}

.place-detail__section-title {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0e2830;
    margin-bottom: 1rem;
}

.place-detail__description {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #3a484e;
    white-space: pre-line;
}

.place-detail__info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 0.85rem;
}

.place-detail__info-card {
    display: flex;
    gap: 0.85rem;
    padding: 1rem 1.1rem;
    background: #fff;
    border: 1px solid rgba(21, 101, 120, 0.08);
    border-radius: 0.85rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.place-detail__info-card:hover {
    border-color: rgba(58, 154, 173, 0.25);
    box-shadow: 0 4px 16px rgba(21, 101, 120, 0.06);
}

.place-detail__info-icon {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.65rem;
    background: rgba(58, 154, 173, 0.1);
    color: var(--gt-secondary);
    font-size: 1rem;
}

.place-detail__info-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8a9aa0;
    margin-bottom: 0.2rem;
}

.place-detail__info-card p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.45;
    color: #3a484e;
}

.place-detail__info-card a {
    color: var(--gt-secondary);
    text-decoration: none;
    font-weight: 500;
}

.place-detail__info-card a:hover {
    color: var(--gt-primary);
    text-decoration: underline;
}

/* Sidebar action card */
.place-detail__action-card {
    position: sticky;
    top: 5.25rem;
    padding: 1.35rem;
    background: #fff;
    border: 1px solid rgba(21, 101, 120, 0.09);
    border-radius: 1.15rem;
    box-shadow: 0 8px 32px rgba(21, 101, 120, 0.08);
}

.place-detail__score-block {
    padding-bottom: 1.15rem;
    margin-bottom: 1.15rem;
    border-bottom: 1px solid rgba(21, 101, 120, 0.08);
}

.place-detail__score-main {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.place-detail__score-value {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #0e2830;
}

.place-detail__score-label {
    display: block;
    font-size: 0.78rem;
    color: #8a9aa0;
    margin-top: 0.15rem;
}

.place-detail__action-item {
    padding-bottom: 1.15rem;
    margin-bottom: 1.15rem;
    border-bottom: 1px solid rgba(21, 101, 120, 0.08);
}

.place-detail__action-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.place-detail__action-label {
    font-size: 0.85rem;
    font-weight: 700;
    color: #0e2830;
    margin-bottom: 0.65rem;
}

.place-detail__guest-cta p {
    font-size: 0.88rem;
    color: #5a6b72;
    margin-bottom: 0.75rem;
}

.place-detail__fav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.7rem 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--gt-primary);
    background: rgba(212, 98, 58, 0.06);
    border: 1px solid rgba(212, 98, 58, 0.22);
    border-radius: 0.65rem;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.place-detail__fav-btn:hover {
    background: rgba(212, 98, 58, 0.12);
}

.place-detail__fav-btn.is-active {
    color: #fff;
    background: var(--gt-primary);
    border-color: var(--gt-primary);
}

.place-detail__map-wrap {
    border-radius: 0.75rem;
    overflow: hidden;
    border: 1px solid rgba(21, 101, 120, 0.08);
}

.place-detail__map {
    display: block;
    width: 100%;
    height: 200px;
    border: 0;
}

.place-detail__map-mobile .place-detail__map {
    height: 280px;
}

/* Comments */
.place-detail__comments {
    margin-top: clamp(2rem, 4vw, 3rem);
    padding-top: clamp(2rem, 4vw, 2.75rem);
    border-top: 1px solid rgba(21, 101, 120, 0.1);
}

.place-detail__comments-head {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1.5rem;
}

.place-detail__comment-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.75rem;
    height: 1.75rem;
    padding: 0 0.5rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--gt-secondary);
    background: rgba(21, 101, 120, 0.08);
    border-radius: 100px;
}

.place-detail__comments-empty {
    text-align: center;
    padding: 2.5rem 1.5rem;
    background: #fff;
    border: 1px dashed rgba(21, 101, 120, 0.18);
    border-radius: 1rem;
    margin-bottom: 1.75rem;
}

.place-detail__comments-empty i {
    font-size: 2rem;
    color: rgba(58, 154, 173, 0.45);
    margin-bottom: 0.65rem;
    display: block;
}

.place-detail__comments-empty p {
    margin: 0;
    color: #6a7d84;
    font-size: 0.95rem;
}

.place-detail__comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.place-detail__comment {
    display: flex;
    gap: 0.85rem;
    padding: 1.1rem 1.2rem;
    background: #fff;
    border: 1px solid rgba(21, 101, 120, 0.07);
    border-radius: 0.85rem;
}

.place-detail__comment-avatar {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--gt-secondary);
    background: linear-gradient(135deg, rgba(58, 154, 173, 0.15), rgba(21, 101, 120, 0.08));
}

.place-detail__comment-body {
    flex: 1;
    min-width: 0;
}

.place-detail__comment-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.75rem;
    margin-bottom: 0.35rem;
}

.place-detail__comment-meta strong {
    font-size: 0.9rem;
    color: #0e2830;
}

.place-detail__comment-meta time {
    font-size: 0.78rem;
    color: #8a9aa0;
}

.place-detail__comment-body p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #3a484e;
}

.place-detail__comment-form {
    padding: 1.35rem;
    background: #fff;
    border: 1px solid rgba(21, 101, 120, 0.08);
    border-radius: 1rem;
}

.place-detail__textarea {
    border-radius: 0.65rem;
    border-color: rgba(21, 101, 120, 0.15);
    font-size: 0.95rem;
    resize: vertical;
}

.place-detail__textarea:focus {
    border-color: var(--map-teal);
    box-shadow: 0 0 0 0.2rem rgba(58, 154, 173, 0.12);
}

.place-detail__comments-login {
    font-size: 0.9rem;
    color: #6a7d84;
    margin: 0;
}

.place-detail__comments-login a {
    color: var(--gt-secondary);
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .place-detail__action-card {
        position: static;
    }

    .place-detail__thumbs {
        margin-top: 1rem;
        padding: 0 0.5rem;
    }

    .place-detail__hero-caption {
        padding-bottom: 1.25rem;
    }

    .place-detail__title--hero {
        font-size: clamp(1.5rem, 6vw, 2rem);
    }
}

/* —— Şehir keşif listesi —— */
.city-browse {
    padding-bottom: clamp(3rem, 6vw, 4.5rem);
    background: var(--gt-bg);
}

.city-browse__container {
    max-width: 1140px;
}

.city-browse__topbar {
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(21, 101, 120, 0.07);
    background: #fff;
}

.city-browse__topbar .city-browse__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.city-browse__back {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--gt-secondary);
    text-decoration: none;
    transition: color 0.2s ease;
}

.city-browse__back:hover {
    color: var(--gt-primary);
}

.city-browse__breadcrumb .breadcrumb {
    font-size: 0.8rem;
    background: transparent;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
}

.city-browse__breadcrumb .breadcrumb-item a {
    color: #6a7d84;
    text-decoration: none;
}

.city-browse__breadcrumb .breadcrumb-item a:hover {
    color: var(--gt-secondary);
}

.city-browse__breadcrumb .breadcrumb-item.active {
    color: #3a484e;
}

.city-browse__hero {
    position: relative;
    min-height: clamp(220px, 38vh, 360px);
    background-color: var(--gt-secondary);
    background-image: var(--city-hero-image);
    background-size: cover;
    background-position: center;
}

.city-browse__hero-scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(8, 28, 36, 0.92) 0%,
        rgba(8, 28, 36, 0.45) 45%,
        rgba(8, 28, 36, 0.2) 100%
    );
}

.city-browse__hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: clamp(220px, 38vh, 360px);
    padding-bottom: clamp(1.75rem, 4vw, 2.5rem);
    color: #fff;
}

.city-browse__hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    width: fit-content;
    padding: 0.3rem 0.75rem;
    margin-bottom: 0.65rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 100px;
    backdrop-filter: blur(6px);
}

.city-browse__title {
    font-weight: 800;
    font-size: clamp(2rem, 5vw, 2.85rem);
    letter-spacing: -0.035em;
    line-height: 1.08;
    margin: 0 0 0.35rem;
}

.city-browse__subtitle {
    margin: 0 0 0.85rem;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.82);
}

.city-browse__stats {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 1rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.78);
}

.city-browse__stats strong {
    color: #fff;
    font-weight: 700;
}

.city-browse__stats-search {
    padding: 0.2rem 0.65rem;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 100px;
    font-size: 0.8rem;
}

.city-browse__main {
    padding-top: clamp(1.5rem, 3vw, 2rem);
}

.city-browse__filters {
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.city-browse__filter-label {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gt-secondary);
    margin: 0 0 0.75rem;
}

.city-browse__categories {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1.35rem;
}

.city-browse__cat {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.25rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--gt-secondary);
    text-decoration: none;
    background: #fff;
    border: 1.5px solid rgba(21, 101, 120, 0.16);
    border-radius: 100px;
    box-shadow: 0 2px 8px rgba(21, 101, 120, 0.06);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.city-browse__cat .bi {
    font-size: 1.1rem;
    line-height: 1;
}

.city-browse__cat:hover {
    border-color: rgba(58, 154, 173, 0.4);
    color: var(--gt-secondary);
    box-shadow: 0 4px 14px rgba(21, 101, 120, 0.1);
    transform: translateY(-1px);
}

.city-browse__cat.is-active {
    color: #fff;
    background: var(--gt-secondary);
    border-color: var(--gt-secondary);
    box-shadow: 0 4px 16px rgba(21, 101, 120, 0.22);
    font-weight: 700;
}

.city-browse__search {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: stretch;
}

.city-browse__search-field {
    flex: 1;
    min-width: min(100%, 280px);
    position: relative;
}

.city-browse__search-field .bi-search {
    position: absolute;
    left: 0.95rem;
    top: 50%;
    transform: translateY(-50%);
    color: #8a9aa0;
    pointer-events: none;
}

.city-browse__search-field .form-control {
    padding-left: 2.5rem;
    border-radius: 0.65rem;
    border-color: rgba(21, 101, 120, 0.14);
    min-height: 2.75rem;
}

.city-browse__search-field .form-control:focus {
    border-color: var(--map-teal);
    box-shadow: 0 0 0 0.2rem rgba(58, 154, 173, 0.12);
}

.city-browse__search-btn {
    min-height: 2.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-radius: 0.65rem;
}

.city-browse__empty {
    text-align: center;
    padding: clamp(2.5rem, 5vw, 3.5rem) 1.5rem;
    background: #fff;
    border: 1px dashed rgba(21, 101, 120, 0.18);
    border-radius: 1rem;
}

.city-browse__empty i {
    font-size: 2.25rem;
    color: rgba(58, 154, 173, 0.45);
    margin-bottom: 0.75rem;
    display: block;
}

.city-browse__empty h2 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0e2830;
    margin-bottom: 0.5rem;
}

.city-browse__empty p {
    color: #6a7d84;
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
}

.city-browse__grid {
    --bs-gutter-x: 1.25rem;
}

/* Mekan kartı (liste) */
.place-list-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid rgba(21, 101, 120, 0.08);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(21, 101, 120, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.place-list-card:hover {
    transform: translateY(-4px);
    border-color: rgba(58, 154, 173, 0.22);
    box-shadow: 0 12px 32px rgba(21, 101, 120, 0.12);
}

.place-list-card__link {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-decoration: none;
    color: inherit;
}

.place-list-card__link:hover {
    color: inherit;
}

.place-list-card__media {
    position: relative;
    aspect-ratio: 16 / 10;
    background: #e8ecea;
    overflow: hidden;
}

.place-list-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.place-list-card:hover .place-list-card__media img {
    transform: scale(1.04);
}

.place-list-card__media-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: rgba(21, 101, 120, 0.25);
}

.place-list-card__rating {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.55rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: #0e2830;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 100px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.place-list-card__rating .bi-star-fill {
    color: var(--map-gold);
    font-size: 0.72rem;
}

.place-list-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1rem 1.1rem 0.85rem;
}

.place-list-card__title {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0e2830;
    margin: 0 0 0.35rem;
    line-height: 1.25;
}

.place-list-card__location {
    font-size: 0.82rem;
    color: #6a7d84;
    margin: 0 0 0.5rem;
}

.place-list-card__location .bi {
    margin-right: 0.15rem;
    color: var(--gt-secondary);
}

.place-list-card__desc {
    font-size: 0.88rem;
    line-height: 1.5;
    color: #5a6b72;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.place-list-card__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.65rem;
    padding: 0.5rem 1.1rem 1.1rem;
    margin-top: auto;
}

.place-list-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    flex: 1;
    min-width: 0;
}

.place-list-card__tags span {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.22rem 0.55rem;
    color: var(--gt-secondary);
    background: rgba(21, 101, 120, 0.07);
    border-radius: 100px;
}

.place-list-card__actions {
    display: flex;
    gap: 0.4rem;
    flex-shrink: 0;
}

.place-list-card__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    color: var(--gt-secondary);
    text-decoration: none;
    background: rgba(21, 101, 120, 0.07);
    border: 1px solid rgba(21, 101, 120, 0.12);
    transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.place-list-card__action:hover {
    color: var(--gt-secondary);
    background: rgba(21, 101, 120, 0.14);
    border-color: rgba(21, 101, 120, 0.22);
    transform: translateY(-1px);
}

.place-list-card__action .bi {
    font-size: 0.95rem;
    line-height: 1;
}

.place-list-card__action--disabled {
    opacity: 0.32;
    pointer-events: none;
    cursor: default;
}

@media (max-width: 575.98px) {
    .city-browse__categories {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 0.35rem;
        -webkit-overflow-scrolling: touch;
    }

    .city-browse__cat {
        flex-shrink: 0;
        padding: 0.65rem 1.1rem;
        font-size: 0.9rem;
    }

    .city-browse__search-btn {
        width: 100%;
    }
}
