/* ==========================================================================
   MekanRadar Hero Reservation CSS
   Sadece hero / galeri / rezervasyon alanı için
   ========================================================================== */

:where(.mrpd-page, .place-show-premium) .mr-hero {
    padding: 18px !important;
    border-radius: 30px !important;
    margin-bottom: 16px !important;
}

:where(.mrpd-page, .place-show-premium) .mr-hero-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1.62fr) minmax(320px, 0.78fr) !important;
    gap: 18px !important;
    align-items: stretch !important;
}

:where(.mrpd-page, .place-show-premium) .mr-gallery-main {
    position: relative !important;
    overflow: hidden !important;
    height: 390px !important;
    min-height: 390px !important;
    border-radius: 28px !important;
    border: 1px solid var(--mr-line) !important;
    background: rgba(255, 255, 255, .05) !important;
    cursor: zoom-in !important;
    isolation: isolate !important;
}

:where(.mrpd-page, .place-show-premium) .mr-gallery-track {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

:where(.mrpd-page, .place-show-premium) .mr-gallery-track::-webkit-scrollbar {
    display: none !important;
}

:where(.mrpd-page, .place-show-premium) .mr-gallery-slide {
    flex: 0 0 100% !important;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    scroll-snap-align: start !important;
    margin: 0 !important;
}

:where(.mrpd-page, .place-show-premium) .mr-gallery-slide img,
:where(.mrpd-page, .place-show-premium) .mr-gallery-main img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

:where(.mrpd-page, .place-show-premium) .mr-gallery-main::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    pointer-events: none !important;
    background: linear-gradient(180deg, rgba(2, 6, 12, .03), rgba(2, 6, 12, .18)) !important;
}

:where(.mrpd-page, .place-show-premium) .mr-photo-count {
    position: absolute !important;
    right: 16px !important;
    top: 16px !important;
    z-index: 6 !important;
    min-height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, .14) !important;
    background: rgba(7, 22, 31, .76) !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
}

:where(.mrpd-page, .place-show-premium) .mr-gallery-nav {
    position: absolute !important;
    top: 50% !important;
    z-index: 7 !important;
    width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    border-radius: 999px !important;
    background: rgba(7, 22, 31, .74) !important;
    color: #fff !important;
    font-size: 26px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transform: translateY(-50%) !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .24) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    transition: transform .16s ease, background .16s ease, border-color .16s ease !important;
}

:where(.mrpd-page, .place-show-premium) .mr-gallery-nav:hover {
    transform: translateY(-50%) scale(1.04) !important;
    border-color: rgba(22, 225, 129, .34) !important;
    background: rgba(5, 29, 33, .86) !important;
}

:where(.mrpd-page, .place-show-premium) .mr-gallery-nav--prev {
    left: 14px !important;
}

:where(.mrpd-page, .place-show-premium) .mr-gallery-nav--next {
    right: 14px !important;
}

:where(.mrpd-page, .place-show-premium) .mr-gallery-dots {
    position: absolute !important;
    left: 50% !important;
    bottom: 14px !important;
    z-index: 7 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 7px 10px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, .10) !important;
    background: rgba(7, 22, 31, .48) !important;
    transform: translateX(-50%) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
}

:where(.mrpd-page, .place-show-premium) .mr-gallery-dot {
    width: 7px !important;
    height: 7px !important;
    min-height: 7px !important;
    border: 0 !important;
    padding: 0 !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .34) !important;
    cursor: pointer !important;
    transition: width .16s ease, background .16s ease !important;
}

:where(.mrpd-page, .place-show-premium) .mr-gallery-dot.is-active {
    width: 22px !important;
    background: linear-gradient(135deg, var(--mr-green), #55f59b) !important;
}

:where(.mrpd-page, .place-show-premium) .mr-hero-reservation-col {
    min-width: 0 !important;
    display: grid !important;
}

:where(.mrpd-page, .place-show-premium) .mr-reservation-card {
    height: 390px !important;
    min-height: 390px !important;
    display: grid !important;
    align-content: start !important;
    gap: 16px !important;
    padding: 28px !important;
    border-radius: 28px !important;
    border: 1px solid var(--mr-line-strong) !important;
    background:
        radial-gradient(circle at 0% 0%, rgba(22, 225, 129, .11), transparent 38%),
        radial-gradient(circle at 100% 0%, rgba(24, 210, 210, .05), transparent 32%),
        linear-gradient(135deg, rgba(4, 44, 36, .92), rgba(4, 26, 31, .90)) !important;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .24) !important;
}

:where(.mrpd-page, .place-show-premium) .mr-reservation-head {
    display: grid !important;
    gap: 10px !important;
}

:where(.mrpd-page, .place-show-premium) .mr-reservation-title {
    margin: 0 !important;
    color: var(--mr-text) !important;
    font-size: 30px !important;
    line-height: 1.04 !important;
    font-weight: 950 !important;
    letter-spacing: -.05em !important;
}

:where(.mrpd-page, .place-show-premium) .mr-reservation-text {
    margin: 0 !important;
    color: var(--mr-muted) !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    font-weight: 720 !important;
}

:where(.mrpd-page, .place-show-premium) .mr-reservation-form {
    display: grid !important;
    gap: 14px !important;
}

:where(.mrpd-page, .place-show-premium) .mr-res-grid {
    display: grid !important;
    grid-template-columns: 1.3fr 1fr 1fr !important;
    gap: 12px !important;
}

:where(.mrpd-page, .place-show-premium) .mr-res-field {
    display: grid !important;
    gap: 6px !important;
}

:where(.mrpd-page, .place-show-premium) .mr-res-label {
    color: rgba(221, 255, 239, .72) !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: .01em !important;
}

:where(.mrpd-page, .place-show-premium) .mr-res-control {
    width: 100% !important;
    min-height: 48px !important;
    border-radius: 15px !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    background: rgba(255, 255, 255, .06) !important;
    color: var(--mr-text) !important;
    padding: 0 14px !important;
    outline: none !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05) !important;
}

:where(.mrpd-page, .place-show-premium) .mr-res-control:focus {
    border-color: var(--mr-line-strong) !important;
    box-shadow: 0 0 0 4px rgba(22, 225, 129, .08) !important;
}

:where(.mrpd-page, .place-show-premium) .mr-res-button {
    width: 100% !important;
    min-height: 58px !important;
    border: 0 !important;
    border-radius: 18px !important;
    background: linear-gradient(135deg, #23e38c 0%, #15cc73 100%) !important;
    color: #052214 !important;
    font-size: 15px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    letter-spacing: -.01em !important;
    box-shadow:
        0 16px 30px rgba(14, 191, 111, .24),
        inset 0 1px 0 rgba(255, 255, 255, .30) !important;
    cursor: pointer !important;
    transition: transform .16s ease, box-shadow .16s ease !important;
}

:where(.mrpd-page, .place-show-premium) .mr-res-button:hover {
    transform: translateY(-1px) !important;
    box-shadow:
        0 20px 34px rgba(14, 191, 111, .30),
        inset 0 1px 0 rgba(255, 255, 255, .34) !important;
}

:where(.mrpd-page, .place-show-premium) .mr-reservation-note {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    padding: 12px 13px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(22, 225, 129, .14) !important;
    background: rgba(255, 255, 255, .04) !important;
    color: var(--mr-muted) !important;
    font-size: 12.5px !important;
    line-height: 1.55 !important;
    font-weight: 700 !important;
}

:where(.mrpd-page, .place-show-premium) .mr-hero-info {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 18px !important;
    align-items: end !important;
    margin-top: 16px !important;
}

:where(.mrpd-page, .place-show-premium) .mr-hero-copy {
    min-width: 0 !important;
}

:where(.mrpd-page, .place-show-premium) .mr-title {
    margin: 0 !important;
    color: var(--mr-text) !important;
    font-size: clamp(28px, 3.2vw, 44px) !important;
    line-height: .98 !important;
    letter-spacing: -.06em !important;
    font-weight: 950 !important;
}

:where(.mrpd-page, .place-show-premium) h2.mr-title {
    font-size: clamp(28px, 3.2vw, 44px) !important;
}

:where(.mrpd-page, .place-show-premium) .mr-verified {
    width: 34px !important;
    height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 8px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #23e38c 0%, #15cc73 100%) !important;
    color: #052214 !important;
    font-size: 20px !important;
    vertical-align: middle !important;
}

:where(.mrpd-page, .place-show-premium) .mr-rating-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 10px !important;
    color: var(--mr-muted) !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
    font-weight: 850 !important;
}

:where(.mrpd-page, .place-show-premium) .mr-stars {
    color: #ffc94a !important;
    letter-spacing: -.06em !important;
}

:where(.mrpd-page, .place-show-premium) .mr-hero-facts {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
}

:where(.mrpd-page, .place-show-premium) .mr-fact-pill {
    min-height: 52px !important;
    padding: 0 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 18px !important;
    border: 1px solid rgba(255, 255, 255, .10) !important;
    background: rgba(255, 255, 255, .05) !important;
    color: var(--mr-text) !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05) !important;
}

:where(.mrpd-page, .place-show-premium) .mr-fact-pill--success {
    border-color: rgba(22, 225, 129, .26) !important;
    background: linear-gradient(135deg, rgba(22, 225, 129, .11), rgba(255, 255, 255, .04)) !important;
    color: #7cf1b2 !important;
}

@media (max-width: 1180px) {
    :where(.mrpd-page, .place-show-premium) .mr-hero-layout {
        grid-template-columns: 1fr !important;
    }

    :where(.mrpd-page, .place-show-premium) .mr-gallery-main,
    :where(.mrpd-page, .place-show-premium) .mr-reservation-card {
        height: auto !important;
        min-height: auto !important;
    }

    :where(.mrpd-page, .place-show-premium) .mr-gallery-main {
        height: 360px !important;
        min-height: 360px !important;
    }
}

@media (max-width: 860px) {
    :where(.mrpd-page, .place-show-premium) .mr-hero {
        padding: 12px !important;
        border-radius: 24px !important;
    }

    :where(.mrpd-page, .place-show-premium) .mr-gallery-main {
        height: 300px !important;
        min-height: 300px !important;
        border-radius: 22px !important;
    }

    :where(.mrpd-page, .place-show-premium) .mr-reservation-card {
        padding: 18px !important;
        border-radius: 22px !important;
    }

    :where(.mrpd-page, .place-show-premium) .mr-reservation-title {
        font-size: 24px !important;
    }

    :where(.mrpd-page, .place-show-premium) .mr-res-grid {
        grid-template-columns: 1fr !important;
    }

    :where(.mrpd-page, .place-show-premium) .mr-hero-info {
        grid-template-columns: 1fr !important;
        align-items: start !important;
    }

    :where(.mrpd-page, .place-show-premium) .mr-hero-facts {
        justify-content: flex-start !important;
    }

    :where(.mrpd-page, .place-show-premium) .mr-title,
    :where(.mrpd-page, .place-show-premium) h2.mr-title {
        font-size: 32px !important;
    }

    :where(.mrpd-page, .place-show-premium) .mr-gallery-nav {
        width: 40px !important;
        height: 40px !important;
        min-height: 40px !important;
        font-size: 24px !important;
    }
}

@media (max-width: 520px) {
    :where(.mrpd-page, .place-show-premium) .mr-gallery-main {
        height: 270px !important;
        min-height: 270px !important;
    }

    :where(.mrpd-page, .place-show-premium) .mr-title,
    :where(.mrpd-page, .place-show-premium) h2.mr-title {
        font-size: 27px !important;
    }

    :where(.mrpd-page, .place-show-premium) .mr-fact-pill {
        width: 100% !important;
        justify-content: flex-start !important;
        white-space: normal !important;
        min-height: 48px !important;
    }
}
.mr-checkin-panel {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    padding: 28px;
    border: 1px solid rgba(34, 197, 94, .32);
    background:
        radial-gradient(circle at 12% 0%, rgba(34, 197, 94, .18), transparent 34%),
        radial-gradient(circle at 90% 18%, rgba(20, 184, 166, .12), transparent 30%),
        linear-gradient(135deg, rgba(2, 44, 46, .96), rgba(1, 23, 26, .98));
    color: #ecfff5;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .08),
        0 22px 60px rgba(0, 0, 0, .24),
        0 0 38px rgba(34, 197, 94, .12);
}

.mr-checkin-panel__glow {
    position: absolute;
    inset: auto -80px -120px auto;
    width: 260px;
    height: 260px;
    border-radius: 999px;
    background: rgba(34, 197, 94, .18);
    filter: blur(60px);
    pointer-events: none;
}

.mr-checkin-panel__head {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 14px;
}

.mr-checkin-panel__badge {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 10px 16px;
    border: 1px solid rgba(52, 211, 153, .35);
    background: rgba(16, 185, 129, .12);
    color: #2cff9a;
    font-size: 13px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.mr-checkin-panel__title {
    margin: 0;
    max-width: 760px;
    font-size: clamp(30px, 4vw, 52px);
    line-height: .98;
    letter-spacing: -.055em;
    font-weight: 950;
    color: #f7fff9;
}

.mr-checkin-panel__text {
    margin: 0;
    max-width: 720px;
    color: rgba(219, 255, 237, .72);
    font-size: 18px;
    line-height: 1.45;
    font-weight: 800;
}

.mr-checkin-panel__text strong {
    color: #33ff9a;
    font-weight: 950;
}

.mr-checkin-panel__location {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 18px;
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .06);
    color: rgba(235, 255, 244, .82);
    font-size: 14px;
    font-weight: 850;
}

.mr-checkin-btn {
    width: 100%;
    margin-top: 22px;
    border: 1px solid rgba(34, 197, 94, .36);
    border-radius: 26px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    background:
        linear-gradient(135deg, #20dc85, #0fbf6f 56%, #0a9f69);
    color: #022318;
    cursor: pointer;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .22),
        0 18px 42px rgba(0, 0, 0, .22),
        0 0 28px rgba(34, 197, 94, .18);
    transition:
        transform .18s ease,
        border-color .18s ease,
        box-shadow .18s ease,
        filter .18s ease;
}

.mr-checkin-btn:hover {
    transform: translateY(-1px);
    filter: saturate(1.05);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .28),
        0 22px 48px rgba(0, 0, 0, .28),
        0 0 38px rgba(34, 197, 94, .24);
}

.mr-checkin-btn:active {
    transform: translateY(0);
}

.mr-checkin-btn__icon {
    width: 56px;
    height: 56px;
    border-radius: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: rgba(2, 35, 24, .12);
    border: 1px solid rgba(2, 35, 24, .12);
    font-size: 25px;
}

.mr-checkin-btn__body {
    min-width: 0;
    display: grid;
    gap: 4px;
    text-align: left;
}

.mr-checkin-btn__title {
    font-size: 22px;
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -.03em;
    color: #022318;
}

.mr-checkin-btn__text {
    font-size: 13px;
    line-height: 1.25;
    font-weight: 850;
    color: rgba(2, 35, 24, .78);
}

.mr-checkin-btn__arrow {
    margin-left: auto;
    width: 42px;
    height: 42px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(2, 35, 24, .12);
    color: #022318;
    font-size: 22px;
    font-weight: 950;
}

.mr-checkin-btn.is-loading {
    cursor: wait;
    filter: saturate(.85);
    opacity: .82;
}

.mr-checkin-btn.is-checked-in {
    background:
        linear-gradient(135deg, rgba(15, 118, 110, .94), rgba(6, 78, 59, .96));
    color: #ecfff5;
    border-color: rgba(52, 211, 153, .38);
}

.mr-checkin-btn.is-checked-in .mr-checkin-btn__title,
.mr-checkin-btn.is-checked-in .mr-checkin-btn__text,
.mr-checkin-btn.is-checked-in .mr-checkin-btn__arrow {
    color: #ecfff5;
}

.mr-checkin-btn.is-checked-in .mr-checkin-btn__icon,
.mr-checkin-btn.is-checked-in .mr-checkin-btn__arrow {
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .1);
}

.mr-checkin-panel__note {
    position: relative;
    z-index: 1;
    margin-top: 18px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border-radius: 22px;
    padding: 15px 16px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .055);
    color: rgba(219, 255, 237, .7);
}

.mr-checkin-panel__note p {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 750;
}

@media (max-width: 768px) {
    .mr-checkin-panel {
        border-radius: 30px;
        padding: 22px;
    }

    .mr-checkin-panel__title {
        font-size: 38px;
        line-height: .98;
    }

    .mr-checkin-panel__text {
        font-size: 16px;
    }

    .mr-checkin-btn {
        border-radius: 24px;
        padding: 14px;
    }

    .mr-checkin-btn__icon {
        width: 50px;
        height: 50px;
        border-radius: 18px;
    }

    .mr-checkin-btn__title {
        font-size: 19px;
    }

    .mr-checkin-btn__text {
        font-size: 12px;
    }

    .mr-checkin-btn__arrow {
        width: 38px;
        height: 38px;
        border-radius: 14px;
    }
}