:root {
    --font-sans: 'Montserrat', ui-sans-serif, system-ui, sans-serif;
    --font-ar: 'Cairo', ui-sans-serif, system-ui, sans-serif;
    --yoogo-accent: #14B8A6;
    --yoogo-accent-dark: #109688;
    --yoogo-accent-rgb: 20, 184, 166;
    --yoogo-gray-900: #3a322b;
    --yoogo-gray-600: #6f655c;
    --yoogo-gray-200: #e8e4e0;
    --yoogo-surface: #faf8f6;
    --yoogo-hero-kenburns: 20s;
    --yoogo-hero-fade: 1.8s;
    --yoogo-hero-hold: 6s;
}

html.yoogo-web {
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}

@media (prefers-reduced-motion: reduce) {
    html.yoogo-web {
        scroll-behavior: auto;
    }
}

html.yoogo-web * {
    scrollbar-width: thin;
    scrollbar-color: rgba(var(--yoogo-accent-rgb), 0.4) transparent;
}

html.yoogo-web *::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

html.yoogo-web *::-webkit-scrollbar-track {
    background: transparent;
}

html.yoogo-web *::-webkit-scrollbar-thumb {
    background-color: rgba(var(--yoogo-accent-rgb), 0.35);
    border-radius: 999px;
    border: 2px solid transparent;
    background-clip: padding-box;
}

html.yoogo-web *::-webkit-scrollbar-thumb:hover {
    background-color: rgba(var(--yoogo-accent-rgb), 0.55);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

[x-cloak] { display: none !important; }

html.yoogo-web[dir='rtl'] body {
    font-family: var(--font-ar);
}

html.yoogo-web[dir='ltr'] body {
    font-family: var(--font-sans);
}

.yoogo-web-body {
    background: var(--yoogo-surface);
    color: var(--yoogo-gray-900);
    min-height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.yoogo-web-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(250, 248, 246, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--yoogo-gray-200);
}

.yoogo-web-header__inner {
    max-width: 76rem;
    margin: 0 auto;
    padding: 1rem 1.5rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 2rem;
}

.yoogo-web-header__end {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    justify-content: flex-end;
}

.yoogo-web-header__login,
.yoogo-web-header__link,
.yoogo-web-header__user {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--yoogo-gray-900);
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.15s;
}

.yoogo-web-header__login:hover,
.yoogo-web-header__link:hover,
.yoogo-web-header__user:hover {
    opacity: 0.75;
}

.yoogo-web-header__link.is-active,
.yoogo-web-header__user.is-active {
    opacity: 1;
}

.yoogo-web-header__user {
    max-width: 9rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yoogo-web-brand {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    line-height: 0;
}

.yoogo-web-brand__logo {
    height: 2rem;
    width: auto;
    max-width: 10.5rem;
    object-fit: contain;
    display: block;
}

.yoogo-web-brand__logo--home {
    height: 3.75rem;
    max-width: none;
}

.yoogo-web-brand__logo--inner,
.yoogo-web-header--inner .yoogo-web-brand__logo {
    height: 3.75rem;
    max-width: none;
}

.yoogo-web-header--inner .yoogo-web-header__inner {
    padding-block: 0.5rem;
}

.yoogo-web-brand__text {
    font-weight: 700;
    font-size: 1.25rem;
}

.yoogo-web-nav {
    display: flex;
    gap: 1.75rem;
    justify-content: center;
}

.yoogo-web-nav__link {
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--yoogo-gray-600);
    text-decoration: none;
    padding-bottom: 0.2rem;
    border-bottom: 2px solid transparent;
    transition: color 0.15s, border-color 0.15s;
}

.yoogo-web-nav__link:hover {
    color: var(--yoogo-gray-900);
}

.yoogo-web-nav__link.is-active {
    color: var(--yoogo-gray-900);
    font-weight: 600;
    border-bottom-color: var(--yoogo-accent);
}

.yoogo-web-nav__link--soon {
    opacity: 0.55;
}

.yoogo-web-locale {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.2rem;
    border: 1px solid var(--yoogo-gray-200);
    border-radius: 0.625rem;
    background: #fff;
}

.yoogo-web-locale--plain {
    padding: 0;
    border: none;
    background: transparent;
    gap: 0.25rem;
}

.yoogo-web-locale__sep {
    color: var(--yoogo-gray-600);
    opacity: 0.5;
    font-size: 0.875rem;
    user-select: none;
}

.yoogo-web-locale--plain .yoogo-web-locale__btn {
    padding: 0;
    border-radius: 0;
    font-size: 0.8125rem;
    background: transparent;
    box-shadow: none;
}

.yoogo-web-locale--plain .yoogo-web-locale__btn.is-active {
    color: var(--yoogo-gray-900);
    font-weight: 700;
    background: transparent;
    box-shadow: none;
}

.yoogo-web-locale__btn {
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--yoogo-gray-600);
    text-decoration: none;
}

.yoogo-web-locale__btn.is-active {
    background: #fff;
    color: var(--yoogo-gray-900);
    box-shadow: 0 1px 2px rgba(58, 50, 43, 0.08);
}

.yoogo-web-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.875rem;
    border-radius: 0.75rem;
    font-family: inherit;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
}

.yoogo-web-btn--primary {
    background: var(--yoogo-accent);
    color: #fff;
}

.yoogo-web-btn--secondary {
    background: #fff;
    border-color: var(--yoogo-gray-200);
    color: var(--yoogo-gray-600);
}

.yoogo-web-btn--ghost {
    background: transparent;
    color: var(--yoogo-gray-600);
}

.yoogo-web-btn--disabled {
    opacity: 0.72;
    cursor: default;
}

.yoogo-web-main {
    max-width: 72rem;
    margin: 0 auto;
    padding: 2rem 1.25rem 4rem;
    flex: 1;
    width: 100%;
}

.yoogo-web-hero {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
    margin-bottom: 3rem;
}

@media (max-width: 900px) {
    .yoogo-web-hero {
        grid-template-columns: 1fr;
    }
}

.yoogo-web-hero__eyebrow {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--yoogo-accent-dark);
    margin-bottom: 0.5rem;
}

.yoogo-web-hero__title {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 1rem;
}

.yoogo-web-hero__subtitle {
    font-size: 1.0625rem;
    color: var(--yoogo-gray-600);
    line-height: 1.65;
    max-width: 36rem;
    margin: 0 0 1.5rem;
}

.yoogo-web-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.yoogo-web-hero__cards {
    display: grid;
    gap: 0.75rem;
}

.yoogo-web-stat-card {
    padding: 1rem 1.125rem;
    border: 1px solid var(--yoogo-gray-200);
    border-radius: 0.875rem;
    background: #fff;
    box-shadow: 0 1px 2px rgba(58, 50, 43, 0.04);
}

.yoogo-web-stat-card__label {
    font-size: 0.75rem;
    color: var(--yoogo-gray-600);
    margin: 0 0 0.25rem;
}

.yoogo-web-stat-card__value {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

.yoogo-web-section {
    padding: 1.5rem;
    border: 1px solid var(--yoogo-gray-200);
    border-radius: 1rem;
    background: #fff;
}

.yoogo-web-section__title {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.yoogo-web-section__text {
    color: var(--yoogo-gray-600);
    margin: 0 0 1rem;
    line-height: 1.6;
}

.yoogo-web-roadmap {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.5rem;
}

.yoogo-web-roadmap__item {
    padding: 0.625rem 0.875rem;
    border-radius: 0.625rem;
    background: var(--yoogo-surface);
    color: var(--yoogo-gray-600);
    font-size: 0.875rem;
}

.yoogo-web-roadmap__item.is-done {
    color: var(--yoogo-gray-900);
    border: 1px solid rgba(var(--yoogo-accent-rgb), 0.35);
    background: rgba(var(--yoogo-accent-rgb), 0.08);
}

.yoogo-web-footer {
    border-top: 1px solid var(--yoogo-gray-200);
    background: #fff;
    margin-top: auto;
}

.yoogo-web-footer__inner {
    max-width: 72rem;
    margin: 0 auto;
    padding: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: space-between;
    color: var(--yoogo-gray-600);
    font-size: 0.8125rem;
}

.yoogo-web-footer__copy,
.yoogo-web-footer__links {
    margin: 0;
}

.yoogo-web-footer__link {
    color: var(--yoogo-gray-600);
    text-decoration: none;
    margin-inline-end: 1rem;
}

.yoogo-web-flash {
    max-width: 72rem;
    margin: 0 auto;
    padding: 0.75rem 1.25rem;
    background: rgba(var(--yoogo-accent-rgb), 0.15);
    color: var(--yoogo-gray-900);
    font-size: 0.875rem;
}

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

.yoogo-listing-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border: 1px solid var(--yoogo-gray-200);
    border-radius: 0.875rem;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.15s ease;
}

.yoogo-listing-card:hover {
    box-shadow: 0 4px 16px rgba(58, 50, 43, 0.08);
}

.yoogo-listing-card__media img,
.yoogo-listing-card__media .yoogo-listing-card__placeholder {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
}

.yoogo-listing-card__placeholder {
    background: var(--yoogo-gray-200);
}

.yoogo-listing-card__body {
    display: block;
    padding: 0.875rem 1rem 1rem;
    text-decoration: none;
    color: inherit;
}

/* Card image slideshow on hover */
.yoogo-card-slides {
    position: relative;
    overflow: hidden;
    background: var(--yoogo-gray-200);
}
.yoogo-card-slides__link {
    display: block;
    text-decoration: none;
}
.yoogo-card-slides__img,
.yoogo-card-slides__link .yoogo-listing-card__placeholder {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
    transition: opacity 0.28s ease, transform 0.45s ease;
}
.yoogo-listing-card:hover .yoogo-card-slides__img {
    transform: scale(1.03);
}
.yoogo-card-slides__dots {
    position: absolute;
    inset-inline: 0;
    bottom: 0.5rem;
    z-index: 3;
    display: flex;
    justify-content: center;
    gap: 0.3rem;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}
.yoogo-card-slides.is-hovered .yoogo-card-slides__dots,
.yoogo-card-slides:hover .yoogo-card-slides__dots { opacity: 1; }
.yoogo-card-slides__dot {
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    transition: transform 0.15s, background 0.15s;
}
.yoogo-card-slides__dot.is-active {
    background: #fff;
    transform: scale(1.2);
}
html[dir='rtl'] .yoogo-pagination__icon--prev,
html[dir='rtl'] .yoogo-pagination__icon--next {
    transform: scaleX(-1);
}
html[dir='rtl'] .yoogo-icon-chevron {
    transform: scaleX(-1);
}

html[dir='rtl'] .yoogo-lightbox__nav--prev {
    inset-inline-start: auto;
    left: 1rem;
    right: auto;
}
html[dir='rtl'] .yoogo-lightbox__nav--next {
    inset-inline-end: auto;
    right: 1rem;
    left: auto;
}

.yoogo-listing-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--yoogo-accent-dark);
    opacity: 0;
    transition: opacity 0.15s;
}
.yoogo-icon-chevron {
    width: 0.875rem;
    height: 0.875rem;
    flex-shrink: 0;
}
.yoogo-link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--yoogo-accent-dark);
    text-decoration: none;
}

.yoogo-listing-card__meta {
    font-size: 0.75rem;
    color: var(--yoogo-gray-600);
    margin: 0 0 0.25rem;
}

.yoogo-listing-card__title {
    font-size: 0.9375rem;
    font-weight: 600;
    margin: 0 0 0.35rem;
}

.yoogo-listing-card__price {
    font-size: 0.8125rem;
    color: var(--yoogo-accent-dark);
    margin: 0;
    font-weight: 600;
}

.yoogo-web-section--carousel {
    margin-bottom: 2rem;
}

.yoogo-explore__toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.yoogo-explore__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    flex: 1;
}

.yoogo-input,
.yoogo-select {
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--yoogo-gray-200);
    border-radius: 0.625rem;
    background: #fff;
    font: inherit;
    min-width: 140px;
}

.yoogo-explore__view-toggle .is-active {
    border-color: var(--yoogo-accent);
    color: var(--yoogo-gray-900);
}

.yoogo-explore__map-layout {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 1rem;
    min-height: 520px;
}

.yoogo-explore__map {
    min-height: 520px;
    border-radius: 0.875rem;
    border: 1px solid var(--yoogo-gray-200);
}

.yoogo-explore__list-panel {
    display: grid;
    gap: 0.75rem;
    max-height: 520px;
    overflow-y: auto;
}

@media (max-width: 900px) {
    .yoogo-explore__map-layout {
        grid-template-columns: 1fr;
    }
}

.yoogo-listing-detail__gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.yoogo-listing-detail__gallery img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 0.75rem;
}

.yoogo-listing-detail__layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 2rem;
    align-items: start;
}

@media (max-width: 900px) {
    .yoogo-listing-detail__layout {
        grid-template-columns: 1fr;
    }
}

.yoogo-listing-detail__head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.yoogo-listing-detail__meta {
    color: var(--yoogo-gray-600);
    font-size: 0.875rem;
}

.yoogo-listing-detail__desc {
    line-height: 1.65;
    color: var(--yoogo-gray-600);
}

.yoogo-listing-detail__map {
    width: 100%;
    height: 280px;
    border: 0;
    border-radius: 0.75rem;
    margin: 1rem 0;
}

.yoogo-amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.yoogo-amenities li {
    padding: 0.35rem 0.65rem;
    background: var(--yoogo-surface);
    border-radius: 999px;
    font-size: 0.8125rem;
}

.yoogo-booking-panel {
    position: sticky;
    top: 5rem;
    padding: 1.25rem;
    border: 1px solid var(--yoogo-gray-200);
    border-radius: 1rem;
    background: #fff;
}

.yoogo-booking-panel__price {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 1rem;
}

.yoogo-booking-panel__fields {
    display: grid;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.yoogo-booking-panel__fields label {
    display: grid;
    gap: 0.35rem;
    font-size: 0.8125rem;
}

.yoogo-booking-panel__cta {
    width: 100%;
    margin-top: 0.75rem;
}

.yoogo-booking-panel__payment {
    display: grid;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.yoogo-auth,
.yoogo-account,
.yoogo-bookings,
.yoogo-checkout,
.yoogo-cms-page {
    max-width: 640px;
    margin: 0 auto;
}

.yoogo-auth__form,
.yoogo-account__links {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.yoogo-auth__switch {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    color: var(--yoogo-gray-600);
}

.yoogo-error {
    color: #b42318;
    font-size: 0.8125rem;
    margin: 0.25rem 0 0;
}

.yoogo-empty,
.yoogo-muted {
    color: var(--yoogo-gray-600);
}

.yoogo-booking-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid var(--yoogo-gray-200);
    border-radius: 0.875rem;
    background: #fff;
    margin-bottom: 0.75rem;
}

.yoogo-cms-page__title {
    margin: 0 0 1rem;
}

.yoogo-cms-page__body {
    line-height: 1.7;
    color: var(--yoogo-gray-600);
}

.yoogo-fav-btn {
    border: 1px solid var(--yoogo-gray-200);
    background: #fff;
    border-radius: 999px;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.125rem;
    cursor: pointer;
}

.yoogo-web-nav__link.is-active {
    color: var(--yoogo-gray-900);
    font-weight: 600;
}

.yoogo-web-btn--sm {
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
}

.yoogo-home-map-section {
    margin-bottom: 2.5rem;
}

.yoogo-home-map-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.875rem;
}

.yoogo-home-map {
    width: 100%;
    height: 420px;
    border-radius: 1rem;
    border: 1px solid var(--yoogo-gray-200);
    overflow: hidden;
    background: var(--yoogo-gray-200);
}

.yoogo-home-map--fallback {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 2rem;
    text-align: center;
    color: var(--yoogo-gray-600);
}

.yoogo-web-section--empty {
    text-align: center;
}

.yoogo-web-btn--sm {
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
}

.yoogo-home-map-section {
    margin-bottom: 2.5rem;
}

.yoogo-home-map-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.875rem;
}

.yoogo-home-map {
    width: 100%;
    height: 420px;
    border-radius: 1rem;
    border: 1px solid var(--yoogo-gray-200);
    overflow: hidden;
    background: var(--yoogo-gray-200);
}

.yoogo-home-map--fallback {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 2rem;
    text-align: center;
    color: var(--yoogo-gray-600);
}

.yoogo-web-section--empty {
    text-align: center;
}


/* HOME — Premium landing */
.yoogo-web-main--home { max-width: none; padding: 0; }
.yoogo-web-header--over-hero { position: absolute; top: 0; left: 0; right: 0; z-index: 40; background: transparent; border-bottom: none; backdrop-filter: none; }
.yoogo-page-home .yoogo-web-header--over-hero .yoogo-web-nav__link,
.yoogo-page-home .yoogo-web-header--over-hero .yoogo-web-header__login,
.yoogo-page-home .yoogo-web-header--over-hero .yoogo-web-header__link,
.yoogo-page-home .yoogo-web-header--over-hero .yoogo-web-header__user { color: rgba(255,255,255,0.92); }
.yoogo-page-home .yoogo-web-header--over-hero .yoogo-web-nav__link.is-active { color: #fff; border-bottom-color: var(--yoogo-accent); }
.yoogo-page-home .yoogo-web-header--over-hero .yoogo-web-brand__logo { filter: brightness(0) invert(1); }
.yoogo-page-auth { overflow: hidden; }
.yoogo-page-home .yoogo-web-header--over-hero .yoogo-web-locale__btn { color: rgba(255,255,255,0.7); }
.yoogo-page-home .yoogo-web-header--over-hero .yoogo-web-locale__btn.is-active { color: #fff; }
.yoogo-page-home .yoogo-web-header--over-hero .yoogo-web-locale__sep { color: rgba(255,255,255,0.45); }

/* Hero slideshow */
.yoogo-home-hero {
    position: relative;
    min-height: 88vh;
    min-height: 88dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--yoogo-gray-900);
    padding: 7rem 1.5rem 5rem;
    overflow: visible;
}
.yoogo-home-hero__slides {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}
.yoogo-home-hero__frame {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 0;
    transition: opacity var(--yoogo-hero-fade, 1.8s) ease-in-out;
    overflow: hidden;
    pointer-events: none;
}
.yoogo-home-hero__frame.is-leaving {
    opacity: 0;
    z-index: 1;
    transition: opacity var(--yoogo-hero-fade, 1.8s) ease-in-out;
}
.yoogo-home-hero__frame.is-active {
    opacity: 1;
    z-index: 2;
    transition: opacity var(--yoogo-hero-fade, 1.8s) ease-in-out;
}
.yoogo-home-hero__zoom {
    position: absolute;
    inset: -4%;
    width: 108%;
    height: 108%;
    animation: yoogo-home-hero-drift var(--yoogo-hero-kenburns, 20s) ease-in-out infinite alternate;
    will-change: transform;
}
.yoogo-home-hero__slide {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@keyframes yoogo-home-hero-drift {
    from { transform: scale(1); }
    to { transform: scale(1.07); }
}
@media (prefers-reduced-motion: reduce) {
    .yoogo-home-hero__zoom {
        animation: none;
        inset: 0;
        width: 100%;
        height: 100%;
        transform: scale(1);
    }
    .yoogo-home-hero__frame {
        transition-duration: 0.01ms;
    }
}
.yoogo-home-hero__dots {
    position: absolute;
    bottom: 1.5rem;
    inset-inline: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}
.yoogo-home-hero__dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    border: none;
    padding: 0;
    background: rgba(255,255,255,0.45);
    cursor: pointer;
    transition: width 0.25s, background 0.25s;
}
.yoogo-home-hero__dot.is-active {
    width: 1.75rem;
    background: var(--yoogo-accent);
}
.yoogo-home-hero__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(26,22,18,0.55) 0%, rgba(26,22,18,0.35) 45%, rgba(26,22,18,0.65) 100%); }
.yoogo-home-hero__content { position: relative; z-index: 30; width: 100%; max-width: 56rem; text-align: center; color: #fff; }
.yoogo-home-hero__badge { display: inline-block; padding: 0.35rem 0.875rem; border-radius: 999px; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; background: rgba(var(--yoogo-accent-rgb),0.25); border: 1px solid rgba(var(--yoogo-accent-rgb),0.5); color: #ccfbf1; margin-bottom: 1.25rem; }
.yoogo-home-hero__badge--dark { background: rgba(var(--yoogo-accent-rgb),0.12); border-color: rgba(var(--yoogo-accent-rgb),0.35); color: var(--yoogo-accent-dark); }
.yoogo-home-hero__title { font-size: clamp(2.25rem, 5.5vw, 3.75rem); font-weight: 700; line-height: 1.1; margin: 0 0 1rem; text-shadow: 0 2px 24px rgba(0,0,0,0.25); }
.yoogo-home-hero__subtitle { font-size: clamp(1rem, 2vw, 1.2rem); line-height: 1.6; color: rgba(255,255,255,0.88); max-width: 36rem; margin: 0 auto 2rem; }
.yoogo-search-card { display: flex; flex-wrap: wrap; align-items: stretch; background: #fff; border-radius: 1rem; box-shadow: 0 8px 40px rgba(0,0,0,0.18); padding: 0.5rem; text-align: start; position: relative; z-index: 1; overflow: visible; }
.yoogo-search-card__field { flex: 1 1 140px; padding: 0.75rem 1rem; min-width: 0; position: relative; }
.yoogo-search-card__field--select { z-index: 1; }
.yoogo-search-card__field--select.is-open { z-index: 110; }
.yoogo-search-card__field--grow { flex: 2 1 180px; }
.yoogo-search-card__field label { display: block; font-size: 0.6875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--yoogo-gray-900); margin-bottom: 0.35rem; }
.yoogo-search-card__input { width: 100%; border: none; background: transparent; font: inherit; font-size: 0.9375rem; font-weight: 500; color: var(--yoogo-gray-900); outline: none; padding: 0; min-height: 1.75rem; }
.yoogo-search-card__select-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
    min-height: 1.75rem;
    padding: 0;
    border: none;
    background: transparent;
    font: inherit;
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--yoogo-gray-900);
    cursor: pointer;
    text-align: start;
}
.yoogo-search-card__select-value {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.yoogo-search-card__select-chevron {
    flex-shrink: 0;
    color: var(--yoogo-gray-600);
    transition: transform 0.2s;
}
.yoogo-search-card__field--select [aria-expanded='true'] .yoogo-search-card__select-chevron { transform: rotate(180deg); }
.yoogo-search-card__select-menu {
    position: absolute;
    top: calc(100% + 0.35rem);
    inset-inline: 0.5rem;
    margin: 0;
    padding: 0.35rem;
    list-style: none;
    background: #fff;
    border: 1px solid var(--yoogo-gray-200);
    border-radius: 0.75rem;
    box-shadow: 0 16px 48px rgba(58, 50, 43, 0.18);
    max-height: min(280px, 50vh);
    overflow-y: auto;
    overscroll-behavior: contain;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    z-index: 120;
}
.yoogo-search-card__select-option {
    display: block;
    width: 100%;
    padding: 0.625rem 0.875rem;
    border: none;
    border-radius: 0.5rem;
    background: transparent;
    font: inherit;
    font-size: 0.875rem;
    color: var(--yoogo-gray-900);
    text-align: start;
    cursor: pointer;
    transition: background 0.12s;
}
.yoogo-search-card__select-option:hover,
.yoogo-search-card__select-option.is-active {
    background: rgba(var(--yoogo-accent-rgb), 0.12);
    color: var(--yoogo-gray-900);
}
.yoogo-search-card__select-option.is-active { font-weight: 600; }
.yoogo-search-card__divider { width: 1px; background: var(--yoogo-gray-200); align-self: stretch; margin: 0.75rem 0; flex-shrink: 0; }
.yoogo-search-card__submit { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0 1.5rem; margin: 0.35rem; border: none; border-radius: 0.75rem; background: var(--yoogo-accent); color: #fff; font: inherit; font-size: 0.9375rem; font-weight: 600; cursor: pointer; white-space: nowrap; }
.yoogo-search-card__submit:hover { background: var(--yoogo-accent-dark); }

.yoogo-search-card__field--dates { position: relative; z-index: 1; min-width: 9.5rem; }
.yoogo-search-card__field--dates.is-open { z-index: 110; }
.yoogo-search-card__select-btn--dates { min-height: 1.75rem; }

.yoogo-search-date-popover {
    position: absolute;
    inset-inline-start: 0;
    top: calc(100% + 0.35rem);
    z-index: 120;
    width: min(20rem, calc(100vw - 2rem));
    padding: 0.75rem;
    background: #fff;
    border: 1px solid var(--yoogo-gray-200);
    border-radius: 1rem;
    box-shadow: 0 16px 48px rgba(58, 50, 43, 0.18);
}

.yoogo-booking-calendar--search .yoogo-booking-calendar__panel--flat {
    padding: 0;
}

.yoogo-search-date-popover__times {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--yoogo-gray-200);
}

.yoogo-search-date-popover__times-label {
    display: block;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--yoogo-gray-900);
    margin-bottom: 0.35rem;
}

.yoogo-search-date-popover__times-select {
    width: 100%;
    border: 1px solid var(--yoogo-gray-200);
    border-radius: 0.5rem;
    padding: 0.5rem 0.625rem;
    font: inherit;
    font-size: 0.875rem;
    background: #fff;
    color: var(--yoogo-gray-900);
}

.yoogo-booking-calendar__day.is-preview-range,
.yoogo-booking-calendar__day.is-preview-end {
    text-decoration: none;
}
.yoogo-home__body { position: relative; z-index: 1; max-width: 76rem; margin: 0 auto; padding: 0 1.5rem 4rem; }
.yoogo-trust-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin: -2.5rem auto 3.5rem;
    position: relative;
    z-index: 10;
    background: #fff;
    border-radius: 1.125rem;
    padding: 1.75rem 1.25rem;
    box-shadow: 0 8px 32px rgba(58, 50, 43, 0.1);
    border: 1px solid var(--yoogo-gray-200);
}
.yoogo-trust-bar__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.875rem;
    text-align: center;
    padding: 0.5rem 1.25rem;
    position: relative;
}
.yoogo-trust-bar__item:not(:last-child)::after {
    content: '';
    position: absolute;
    inset-inline-end: 0;
    top: 12%;
    height: 76%;
    width: 1px;
    background: linear-gradient(180deg, transparent, var(--yoogo-gray-200) 20%, var(--yoogo-gray-200) 80%, transparent);
}
.yoogo-trust-bar__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 999px;
    background: linear-gradient(145deg, rgba(var(--yoogo-accent-rgb), 0.18), rgba(var(--yoogo-accent-rgb), 0.08));
    color: var(--yoogo-accent-dark);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}
.yoogo-trust-bar__copy strong {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
    color: var(--yoogo-gray-900);
}
.yoogo-trust-bar__copy span {
    display: block;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: var(--yoogo-gray-600);
    max-width: 16rem;
}
.yoogo-home-section { margin-bottom: 4rem; }
.yoogo-home-section__head { margin-bottom: 1.75rem; }
.yoogo-home-section__head h2 { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 700; margin: 0 0 0.35rem; }
.yoogo-home-section__head p { margin: 0; color: var(--yoogo-gray-600); }
.yoogo-home-section__head--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.yoogo-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.yoogo-category-card { position: relative; display: block; height: 200px; border-radius: 1rem; overflow: hidden; text-decoration: none; transition: transform 0.2s; }
.yoogo-category-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(58,50,43,0.15); }
.yoogo-category-card__bg { position: absolute; inset: 0; background-size: 300% auto; background-repeat: no-repeat; transition: transform 0.4s; }
.yoogo-category-card:hover .yoogo-category-card__bg { transform: scale(1.05); }
.yoogo-category-card__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(26,22,18,0.75) 100%); }
.yoogo-category-card__label { position: absolute; bottom: 1.25rem; inset-inline: 1.25rem; color: #fff; font-size: 1.125rem; font-weight: 700; }
.yoogo-listing-grid--premium { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.5rem; }

.yoogo-listing-grid--nearby {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.5rem;
}

.yoogo-nearby-section {
    margin-top: 3rem;
    padding-top: 2.5rem;
    border-top: 1px solid var(--yoogo-gray-200);
}

.yoogo-nearby-section__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.yoogo-nearby-section__title {
    margin: 0;
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--yoogo-gray-900);
}

.yoogo-nearby-section__sub {
    margin: 0.375rem 0 0;
    font-size: 0.9375rem;
    color: var(--yoogo-gray-600);
}

.yoogo-listing-card__badge--sponsored {
    background: linear-gradient(135deg, #c9a227 0%, #e8c547 100%);
    color: #3a322b;
    letter-spacing: 0.02em;
}

@media (max-width: 767px) {
    .yoogo-listing-grid--nearby {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }

    .yoogo-nearby-section__head {
        flex-direction: column;
        align-items: flex-start;
    }
}
.yoogo-listing-card--premium { border-radius: 1rem; transition: transform 0.2s, box-shadow 0.2s; }
.yoogo-listing-card--premium:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(58,50,43,0.12); }
.yoogo-listing-card__badge { position: absolute; top: 0.75rem; inset-inline-start: 0.75rem; padding: 0.25rem 0.625rem; border-radius: 0.375rem; background: var(--yoogo-accent); color: #fff; font-size: 0.6875rem; font-weight: 700; text-transform: uppercase; }
.yoogo-listing-card__media { position: relative; }
.yoogo-listing-card__footer { display: flex; align-items: center; justify-content: space-between; margin-top: 0.35rem; }
.yoogo-listing-card--premium:hover .yoogo-listing-card__cta { opacity: 1; }
.yoogo-listing-card--compact .yoogo-card-slides__dots { bottom: 0.35rem; }
.yoogo-map-split { display: grid; grid-template-columns: 1fr 1.2fr; gap: 2.5rem; align-items: center; background: #fff; border: 1px solid var(--yoogo-gray-200); border-radius: 1.25rem; padding: 2rem; }
.yoogo-map-split__copy h2 { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 700; margin: 0.75rem 0; }
.yoogo-map-split__copy p { color: var(--yoogo-gray-600); line-height: 1.65; margin: 0 0 1.5rem; }
.yoogo-map-split__map .yoogo-home-map { height: 360px; border-radius: 0.875rem; }
.yoogo-why__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.yoogo-why__card { padding: 1.75rem; background: #fff; border: 1px solid var(--yoogo-gray-200); border-radius: 1rem; }
.yoogo-why__icon { font-size: 1.5rem; color: var(--yoogo-accent); margin-bottom: 0.75rem; }
.yoogo-why__card h3 { font-size: 1.0625rem; font-weight: 700; margin: 0 0 0.5rem; }
.yoogo-why__card p { margin: 0; font-size: 0.9375rem; color: var(--yoogo-gray-600); line-height: 1.6; }
@media (max-width: 768px) {
    .yoogo-search-card__divider { display: none; }
    .yoogo-search-card__field { flex: 1 1 100%; border-bottom: 1px solid var(--yoogo-gray-200); }
    .yoogo-search-card__field--select:last-of-type { border-bottom: none; }
    .yoogo-search-card__submit { width: calc(100% - 0.7rem); padding: 0.875rem; }
    .yoogo-trust-bar { grid-template-columns: 1fr; margin-top: -1.5rem; padding: 1.25rem; }
    .yoogo-trust-bar__item:not(:last-child)::after { display: none; }
    .yoogo-trust-bar__item { padding: 0.75rem 0; border-bottom: 1px solid var(--yoogo-gray-200); }
    .yoogo-trust-bar__item:last-child { border-bottom: none; }
    .yoogo-category-grid { grid-template-columns: 1fr; }
    .yoogo-map-split { grid-template-columns: 1fr; }
    .yoogo-why__grid { grid-template-columns: 1fr; }
    .yoogo-web-header__inner {
        grid-template-columns: 1fr auto;
        gap: 0.75rem 1rem;
    }
    .yoogo-web-nav { display: none; }
    .yoogo-web-brand__logo--home { height: 3.5rem; }
    .yoogo-web-brand__logo--inner,
    .yoogo-web-header--inner .yoogo-web-brand__logo { height: 3.25rem; }
    .yoogo-web-header__end { gap: 0.75rem; }
    .yoogo-web-header__link { display: none; }
    .yoogo-home-hero__dots { bottom: 1rem; }
}

/* INNER PAGES — Explore, Listing, CMS, Account, Checkout */
.yoogo-web-main--inner { max-width: 76rem; padding-top: 1.5rem; }
.yoogo-web-main--inner.yoogo-web-main--listing,
body.yoogo-page-listing .yoogo-web-main--inner {
    max-width: none;
    padding-inline: 1.25rem;
}

.yoogo-page { width: 100%; }

/* Page header & breadcrumb */
.yoogo-page-header { margin-bottom: 1.75rem; }
.yoogo-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    font-size: 0.8125rem;
    color: var(--yoogo-gray-600);
    margin-bottom: 0.75rem;
}
.yoogo-breadcrumb a {
    color: var(--yoogo-gray-600);
    text-decoration: none;
    transition: color 0.15s;
}
.yoogo-breadcrumb a:hover { color: var(--yoogo-accent-dark); }
.yoogo-breadcrumb span[aria-hidden="true"],
.yoogo-breadcrumb > span:not([class]) { opacity: 0.45; }
.yoogo-page-header__title {
    font-size: clamp(1.75rem, 3.5vw, 2.25rem);
    font-weight: 700;
    margin: 0 0 0.35rem;
    line-height: 1.2;
}
.yoogo-page-header__subtitle {
    margin: 0;
    font-size: 1rem;
    color: var(--yoogo-gray-600);
    line-height: 1.55;
    max-width: 40rem;
}

/* Form fields */
.yoogo-field { display: grid; gap: 0.35rem; }
.yoogo-field label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--yoogo-gray-600);
}
.yoogo-field-input {
    width: 100%;
    padding: 0.625rem 0.875rem;
    border: 1px solid var(--yoogo-gray-200);
    border-radius: 0.625rem;
    background: #fff;
    font: inherit;
    font-size: 0.9375rem;
    color: var(--yoogo-gray-900);
    transition: border-color 0.15s, box-shadow 0.15s;
}
.yoogo-field-input:focus {
    outline: none;
    border-color: var(--yoogo-accent);
    box-shadow: 0 0 0 3px rgba(var(--yoogo-accent-rgb), 0.2);
}
.yoogo-field-input--otp {
    font-size: 1.25rem;
    letter-spacing: 0.35em;
    text-align: center;
    font-weight: 600;
}

/* Filter bar (explore) */
.yoogo-filter-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem 1.5rem;
    padding: 1.25rem 1.5rem;
    background: #fff;
    border: 1px solid var(--yoogo-gray-200);
    border-radius: 1rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 2px 8px rgba(58, 50, 43, 0.04);
}
.yoogo-filter-bar__form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    flex: 1;
    min-width: 0;
}
.yoogo-filter-bar__field { flex: 1 1 160px; min-width: 0; }
.yoogo-filter-bar__field--search { flex: 2 1 220px; }
.yoogo-filter-bar__field label {
    display: block;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--yoogo-gray-600);
    margin-bottom: 0.35rem;
}

/* Segmented control */
.yoogo-segmented {
    display: inline-flex;
    padding: 0.25rem;
    background: var(--yoogo-surface);
    border: 1px solid var(--yoogo-gray-200);
    border-radius: 0.75rem;
    flex-shrink: 0;
}
.yoogo-segmented__btn {
    padding: 0.5rem 1.125rem;
    border: none;
    border-radius: 0.5rem;
    background: transparent;
    font: inherit;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--yoogo-gray-600);
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}
.yoogo-segmented__btn.is-active {
    background: #fff;
    color: var(--yoogo-gray-900);
    box-shadow: 0 1px 3px rgba(58, 50, 43, 0.1);
}

.yoogo-results-meta {
    font-size: 0.875rem;
    color: var(--yoogo-gray-600);
    margin: 0 0 1.25rem;
}

/* Explore map split */
.yoogo-explore-map-layout {
    display: grid;
    grid-template-columns: 1.5fr minmax(300px, 380px);
    gap: 1.25rem;
    align-items: stretch;
    min-height: 520px;
}
.yoogo-explore-map-layout__sidebar {
    display: flex;
    flex-direction: column;
    min-height: 0;
    max-height: 640px;
}
.yoogo-explore-map-layout__list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding-inline-end: 0.25rem;
}
.yoogo-explore-map-layout__list .yoogo-listing-card--compact {
    flex-shrink: 0;
}
.yoogo-explore-map-layout__map {
    min-height: 520px;
    height: 100%;
    border-radius: 1rem;
    border: 1px solid var(--yoogo-gray-200);
    overflow: hidden;
    background: var(--yoogo-gray-200);
    position: relative;
}
.yoogo-home-map {
    position: relative;
}
.yoogo-map-split__map {
    position: relative;
    overflow: visible;
}
.yoogo-map-panel__backdrop {
    position: fixed;
    z-index: 9990;
    background: rgba(26, 22, 18, 0.35);
    backdrop-filter: blur(1px);
    cursor: pointer;
    pointer-events: auto;
}
.yoogo-map-panel {
    position: fixed;
    z-index: 9991;
    width: min(320px, calc(100vw - 2rem));
    pointer-events: auto;
}
.yoogo-map-panel[data-placement="above"] {
    transform: translate(-50%, -100%);
}
.yoogo-map-panel[data-placement="below"] {
    transform: translate(-50%, 0);
}
.yoogo-map-panel[data-placement="left"] {
    transform: translate(-100%, -50%);
}
.yoogo-map-panel[data-placement="right"] {
    transform: translate(0, -50%);
}
.yoogo-map-panel[data-placement="center"] {
    transform: translate(-50%, -50%);
}
.yoogo-map-panel__dialog {
    background: #fff;
    border: 1px solid var(--yoogo-gray-200);
    border-radius: 1rem;
    box-shadow: 0 16px 48px rgba(58, 50, 43, 0.2);
    overflow: hidden;
}
.yoogo-map-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.75rem 0.875rem;
    border-bottom: 1px solid var(--yoogo-gray-200);
    background: var(--yoogo-surface);
}
.yoogo-map-panel__head-title {
    margin: 0;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--yoogo-gray-900);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.yoogo-map-panel__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: none;
    border-radius: 999px;
    background: #fff;
    color: var(--yoogo-gray-600);
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.15s, color 0.15s;
}
.yoogo-map-panel__close:hover {
    background: var(--yoogo-gray-200);
    color: var(--yoogo-gray-900);
}
.yoogo-map-panel__close--float {
    position: absolute;
    top: 0.625rem;
    inset-inline-end: 0.625rem;
    z-index: 2;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 2px 10px rgba(58, 50, 43, 0.12);
}
.yoogo-map-panel__list {
    display: grid;
    gap: 0;
}
.yoogo-map-panel__list--multi {
    max-height: min(340px, 52vh);
    overflow-y: auto;
}
.yoogo-map-panel__card {
    display: grid;
    grid-template-columns: 108px 1fr;
    gap: 0;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid var(--yoogo-gray-200);
    transition: background 0.15s;
}
.yoogo-map-panel__card:last-child {
    border-bottom: none;
}
.yoogo-map-panel__card:hover {
    background: rgba(var(--yoogo-accent-rgb), 0.06);
}
.yoogo-map-panel__media {
    position: relative;
    min-height: 96px;
    background: var(--yoogo-gray-200);
}
.yoogo-map-panel__img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 96px;
    object-fit: cover;
}
.yoogo-map-panel__img--empty {
    min-height: 96px;
}
.yoogo-map-panel__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.25rem;
    padding: 0.75rem 0.875rem;
    min-width: 0;
}
.yoogo-map-panel__title {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--yoogo-gray-900);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.yoogo-map-panel__price {
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--yoogo-accent-dark);
}
.yoogo-map-panel__cta {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--yoogo-accent-dark);
    margin-top: 0.125rem;
}
.yoogo-map-panel__list:not(.yoogo-map-panel__list--multi) .yoogo-map-panel__card {
    grid-template-columns: 1fr;
}
.yoogo-map-panel__list:not(.yoogo-map-panel__list--multi) .yoogo-map-panel__media {
    min-height: 140px;
}
.yoogo-map-panel__list:not(.yoogo-map-panel__list--multi) .yoogo-map-panel__img,
.yoogo-map-panel__list:not(.yoogo-map-panel__list--multi) .yoogo-map-panel__img--empty {
    min-height: 140px;
}
.yoogo-map-panel__list:not(.yoogo-map-panel__list--multi) .yoogo-map-panel__dialog {
    position: relative;
}

/* Compact listing card (map sidebar) */
.yoogo-listing-card--compact {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 0;
    align-items: stretch;
}
.yoogo-listing-card--compact .yoogo-listing-card__media {
    height: 100%;
}
.yoogo-listing-card--compact .yoogo-listing-card__media img,
.yoogo-listing-card--compact .yoogo-listing-card__media .yoogo-listing-card__placeholder {
    width: 96px;
    height: 96px;
    aspect-ratio: 1;
    object-fit: cover;
}
.yoogo-listing-card--compact .yoogo-listing-card__body {
    padding: 0.625rem 0.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}
.yoogo-listing-card--compact .yoogo-listing-card__title {
    font-size: 0.8125rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.yoogo-listing-card--compact .yoogo-listing-card__meta {
    font-size: 0.6875rem;
}
.yoogo-listing-card--compact .yoogo-listing-card__cta {
    display: none;
}
.yoogo-listing-card--compact .yoogo-listing-card__badge {
    font-size: 0.5625rem;
    top: 0.35rem;
    inset-inline-start: 0.35rem;
}

/* Listing media mosaic + lightbox */
.yoogo-media-mosaic {
    position: relative;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0.5rem;
    height: clamp(320px, 42vw, 460px);
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1.75rem;
}
.yoogo-media-mosaic--single {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}
.yoogo-media-mosaic__hero,
.yoogo-media-mosaic__side-cell {
    position: relative;
    padding: 0;
    border: 0;
    background: var(--yoogo-gray-200);
    cursor: pointer;
    overflow: hidden;
}
.yoogo-media-mosaic__hero {
    grid-row: 1 / -1;
}
.yoogo-media-mosaic__side {
    grid-row: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0.5rem;
    min-height: 0;
}
.yoogo-media-mosaic__hero img,
.yoogo-media-mosaic__side-cell img,
.yoogo-media-mosaic__placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}
.yoogo-media-mosaic__placeholder {
    display: block;
    background: linear-gradient(135deg, var(--yoogo-gray-300), var(--yoogo-gray-200));
}
.yoogo-media-mosaic__hero:hover img,
.yoogo-media-mosaic__side-cell:hover img { transform: scale(1.04); }
.yoogo-media-mosaic__play {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    place-items: center;
    background: rgba(0, 0, 0, 0.28);
    color: #fff;
    pointer-events: none;
}
.yoogo-media-mosaic__play svg { width: 3rem; height: 3rem; filter: drop-shadow(0 2px 8px rgba(0,0,0,0.35)); }
.yoogo-media-mosaic__overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: grid;
    place-items: center;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-family: inherit;
    font-size: 0.9375rem;
    font-weight: 600;
    pointer-events: none;
}
.yoogo-media-mosaic__all-btn {
    position: absolute;
    inset-inline-start: 1rem;
    bottom: 1rem;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5625rem 1rem;
    border: 1px solid rgba(255,255,255,0.85);
    border-radius: 0.625rem;
    background: rgba(255,255,255,0.92);
    color: var(--yoogo-gray-900);
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    transition: transform 0.15s, box-shadow 0.15s;
}
.yoogo-media-mosaic__all-btn svg { width: 1rem; height: 1rem; }
.yoogo-media-mosaic__all-btn:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(0,0,0,0.16); }

body.yoogo-lightbox-open { overflow: hidden; }
.yoogo-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1200;
}
.yoogo-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    animation: yoogo-lightbox-fade-in 0.28s ease;
}
.yoogo-lightbox__dialog {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1rem;
}
.yoogo-lightbox__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    margin-bottom: 0.75rem;
}
.yoogo-lightbox__counter { font-size: 0.875rem; font-weight: 600; opacity: 0.9; }
.yoogo-lightbox__close {
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    color: #fff;
    cursor: pointer;
    display: grid;
    place-items: center;
}
.yoogo-lightbox__close svg { width: 1.25rem; height: 1.25rem; }
.yoogo-lightbox__stage {
    position: relative;
    flex: 1;
    min-height: 0;
    display: grid;
    place-items: center;
}
.yoogo-lightbox__slide {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    opacity: 0;
    transform: scale(0.985);
    transition: opacity 0.32s ease, transform 0.32s ease;
    pointer-events: none;
}
.yoogo-lightbox__slide.is-active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
    z-index: 2;
}
.yoogo-lightbox__slide.is-entering { animation: yoogo-lightbox-enter 0.32s ease; }
.yoogo-lightbox__slide.is-leaving { animation: yoogo-lightbox-leave 0.32s ease; z-index: 1; }
.yoogo-lightbox__slide img,
.yoogo-lightbox__slide video,
.yoogo-lightbox__slide iframe {
    max-width: min(100%, 1200px);
    max-height: calc(100vh - 10rem);
    width: auto;
    height: auto;
    border-radius: 0.5rem;
    box-shadow: 0 12px 48px rgba(0,0,0,0.35);
}
.yoogo-lightbox__slide iframe {
    width: min(100%, 960px);
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
}
.yoogo-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 2.75rem;
    height: 2.75rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    color: #fff;
    cursor: pointer;
    display: grid;
    place-items: center;
}
.yoogo-lightbox__nav--prev { inset-inline-start: 1rem; }
.yoogo-lightbox__nav--next { inset-inline-end: 1rem; }
.yoogo-lightbox__nav svg { width: 1.35rem; height: 1.35rem; }
.yoogo-lightbox__thumbs {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding: 0.75rem 0 0.25rem;
    scrollbar-width: thin;
}
.yoogo-lightbox__thumb {
    flex: 0 0 auto;
    width: 4.5rem;
    height: 3rem;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 0.375rem;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.65;
    transition: opacity 0.15s, border-color 0.15s;
}
.yoogo-lightbox__thumb.is-active { opacity: 1; border-color: #fff; }
.yoogo-lightbox__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.yoogo-lightbox__thumb-video {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    background: var(--yoogo-gray-700);
    color: #fff;
    font-size: 0.75rem;
}
@keyframes yoogo-lightbox-fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes yoogo-lightbox-enter { from { opacity: 0; transform: scale(0.96); } to { opacity: 1; transform: scale(1); } }
@keyframes yoogo-lightbox-leave { from { opacity: 1; transform: scale(1); } to { opacity: 0; transform: scale(1.02); } }

/* Legacy gallery alias — keep mobile fallback minimal */
.yoogo-gallery {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0.5rem;
    height: 420px;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 2rem;
}
.yoogo-gallery--single {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}
.yoogo-gallery__hero {
    grid-row: 1 / -1;
    overflow: hidden;
}
.yoogo-gallery__hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.yoogo-gallery__thumbs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0.5rem;
}
.yoogo-gallery__thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Listing detail page shell */
.yoogo-page--listing .yoogo-listing-shell {
    width: 100%;
    max-width: 72rem;
    margin: 0 auto;
}
.yoogo-page--listing .yoogo-breadcrumb {
    margin-bottom: 1rem;
}
.yoogo-page--listing .yoogo-media-mosaic {
    margin-bottom: 1.25rem;
}
.yoogo-listing-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 1.5rem;
    align-items: start;
}
.yoogo-listing-panel {
    background: #fff;
    border: 1px solid var(--yoogo-gray-200);
    border-radius: 1rem;
    box-shadow: 0 2px 12px rgba(58, 50, 43, 0.04);
    overflow: hidden;
    min-width: 0;
}
.yoogo-listing-panel__body {
    padding: 0 1.75rem 1.75rem;
}
.yoogo-listing-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.875rem;
}
.yoogo-breadcrumb--listing {
    margin: 0;
    min-width: 0;
    flex: 1;
}
.yoogo-breadcrumb__current {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 14rem;
    display: inline-block;
    vertical-align: bottom;
}
.yoogo-listing-main__head {
    display: block;
    margin-bottom: 0;
    padding: 1.25rem 1.75rem 1rem;
    border-bottom: 1px solid var(--yoogo-gray-200);
}
.yoogo-listing-main__title-row {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
}
.yoogo-listing-main__title {
    font-size: clamp(1.25rem, 2.5vw, 1.625rem);
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
    flex: 1;
    min-width: 0;
}
.yoogo-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 1px solid var(--yoogo-gray-200);
    border-radius: 999px;
    background: #fff;
    color: var(--yoogo-gray-600);
    cursor: pointer;
    flex-shrink: 0;
    transition: border-color 0.15s, color 0.15s, background 0.15s;
}
.yoogo-icon-btn svg {
    width: 1rem;
    height: 1rem;
}
.yoogo-icon-btn:hover {
    border-color: rgba(var(--yoogo-accent-rgb), 0.45);
    color: var(--yoogo-accent-dark);
}
.yoogo-icon-btn--fav.is-active {
    color: #e04545;
    border-color: rgba(224, 69, 69, 0.35);
    background: rgba(224, 69, 69, 0.06);
}
.yoogo-share--compact {
    flex-wrap: nowrap;
    gap: 0.25rem;
    padding: 0.2rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--yoogo-gray-200);
    box-shadow: 0 1px 6px rgba(58, 50, 43, 0.06);
}
.yoogo-share--compact .yoogo-share__btn {
    width: 1.75rem;
    height: 1.75rem;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    box-shadow: none;
    transform: none;
    opacity: 0.72;
}
.yoogo-share--compact .yoogo-share__btn svg {
    width: 0.875rem;
    height: 0.875rem;
}
.yoogo-share--compact .yoogo-share__btn:hover {
    opacity: 1;
    background: rgba(58, 50, 43, 0.05);
    border-color: transparent;
    box-shadow: none;
    transform: none;
}
.yoogo-share--compact .yoogo-share__toast {
    inset-inline-end: 0;
    inset-inline-start: auto;
    bottom: calc(100% + 0.25rem);
    font-size: 0.6875rem;
}
.yoogo-guest-steppers {
    display: flex;
    gap: 0.5rem;
}
.yoogo-guest-stepper {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.375rem 0.5rem;
    border: 1px solid var(--yoogo-gray-200);
    border-radius: 0.625rem;
    background: #fff;
    min-width: 0;
}
.yoogo-guest-stepper__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    background: rgba(var(--yoogo-accent-rgb), 0.1);
    color: var(--yoogo-accent-dark);
    flex-shrink: 0;
}
.yoogo-guest-stepper__icon svg {
    width: 0.9rem;
    height: 0.9rem;
}
.yoogo-guest-stepper__icon--child {
    background: rgba(59, 130, 246, 0.1);
    color: #2563eb;
}
.yoogo-guest-stepper__btn {
    width: 1.625rem;
    height: 1.625rem;
    padding: 0;
    border: 1px solid var(--yoogo-gray-200);
    border-radius: 0.375rem;
    background: #fff;
    color: var(--yoogo-gray-900);
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
}
.yoogo-guest-stepper__btn:disabled {
    opacity: 0.35;
    cursor: default;
}
.yoogo-guest-stepper__value {
    flex: 1;
    text-align: center;
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--yoogo-gray-900);
    min-width: 1.25rem;
}
.yoogo-booking-card__fields--guests {
    margin-top: 0.75rem;
}
.yoogo-restrictions {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--yoogo-gray-200);
}
.yoogo-restrictions__heading {
    margin: 0 0 0.75rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--yoogo-gray-900);
}
.yoogo-restrictions__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.625rem;
}
.yoogo-restrictions__item {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.75rem 0.875rem;
    border: 1px solid rgba(180, 83, 9, 0.18);
    border-radius: 0.75rem;
    background: rgba(180, 83, 9, 0.04);
    font-size: 0.8125rem;
    color: #92400e;
    min-height: 2.75rem;
}
.yoogo-restriction-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    flex-shrink: 0;
    color: #b45309;
}
.yoogo-restriction-icon__glyph {
    width: 1.1rem;
    height: 1.1rem;
}
.yoogo-restriction-icon__slash {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    color: #dc2626;
}
.yoogo-amenity-grid__item {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.75rem 0.875rem;
    background: #fff;
    border: 1px solid var(--yoogo-gray-200);
    border-radius: 0.75rem;
    font-size: 0.8125rem;
    color: var(--yoogo-gray-700);
    min-height: 2.75rem;
}
.yoogo-amenity-icon {
    flex-shrink: 0;
    width: 1.15rem;
    height: 1.15rem;
    color: var(--yoogo-accent-dark);
}
.yoogo-listing-panel .yoogo-content-block {
    margin-bottom: 0;
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--yoogo-gray-200);
}
.yoogo-listing-panel .yoogo-content-block:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.yoogo-listing-panel .yoogo-content-block--about {
    padding-top: 0.25rem;
}
.yoogo-listing-panel .yoogo-amenity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.yoogo-listing-panel .yoogo-listing-contact__share .yoogo-share {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.yoogo-listing-main__meta {
    font-size: 0.8125rem;
    color: var(--yoogo-gray-600);
    margin: 0 0 0.25rem;
}

.yoogo-listing-main__location {
    margin: 0.35rem 0 0;
    font-size: 0.875rem;
    color: var(--yoogo-gray-600);
}
.yoogo-listing-main__stats {
    margin: 0.5rem 0 0;
    font-size: 0.8125rem;
    color: var(--yoogo-gray-600);
}
.yoogo-content-block {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid var(--yoogo-gray-200);
}
.yoogo-content-block:last-child { border-bottom: 0; padding-bottom: 0; }
.yoogo-content-block__subtitle {
    margin: -0.35rem 0 1.25rem;
    font-size: 0.875rem;
    color: var(--yoogo-gray-600);
    line-height: 1.5;
}
.yoogo-amenity-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}
.yoogo-amenity-grid__category {
    grid-column: 1 / -1;
    margin: 1.25rem 0 0.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--yoogo-gray-200);
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--yoogo-gray-900);
}
.yoogo-amenity-grid__category--first {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

/* Share buttons */
.yoogo-share {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.yoogo-share__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 2.5rem;
    padding: 0.5rem 0.875rem;
    border: 1px solid var(--yoogo-gray-200);
    border-radius: 0.625rem;
    background: #fff;
    color: var(--yoogo-gray-900);
    font-family: inherit;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}
.yoogo-share__btn svg { width: 1rem; height: 1rem; flex-shrink: 0; }
.yoogo-share__btn:hover {
    border-color: var(--yoogo-accent);
    box-shadow: 0 2px 8px rgba(58, 50, 43, 0.08);
    transform: translateY(-1px);
}
.yoogo-share__btn--whatsapp { color: #128c7e; border-color: rgba(18, 140, 126, 0.25); }
.yoogo-share__btn--facebook { color: #1877f2; border-color: rgba(24, 119, 242, 0.25); }
.yoogo-share__btn--x { color: var(--yoogo-gray-900); }
.yoogo-share__toast {
    position: absolute;
    inset-inline-start: 0;
    bottom: calc(100% + 0.35rem);
    padding: 0.35rem 0.625rem;
    border-radius: 0.375rem;
    background: var(--yoogo-gray-900);
    color: #fff;
    font-size: 0.75rem;
    white-space: nowrap;
}

.yoogo-listing-contact {
    display: grid;
    gap: 1.5rem;
}
.yoogo-listing-contact__channels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}
.yoogo-listing-contact__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    min-height: 3rem;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    font-family: inherit;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.15s, box-shadow 0.15s;
}
.yoogo-listing-contact__btn svg { width: 1.125rem; height: 1.125rem; flex-shrink: 0; }
.yoogo-listing-contact__btn:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(58, 50, 43, 0.1); }
.yoogo-listing-contact__btn--whatsapp {
    background: #25d366;
    color: #fff;
}
.yoogo-listing-contact__btn--phone {
    background: #fff;
    color: var(--yoogo-gray-900);
    border: 1px solid var(--yoogo-gray-200);
}
.yoogo-listing-contact__share-title {
    margin: 0 0 0.75rem;
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--yoogo-gray-900);
}
.yoogo-listing-contact__share .yoogo-share {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.625rem;
}
.yoogo-listing-contact__share .yoogo-share__btn {
    width: 100%;
    min-height: 2.75rem;
}
.yoogo-content-block__title {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 0.875rem;
}
.yoogo-prose {
    line-height: 1.75;
    color: var(--yoogo-gray-600);
    font-size: 0.9375rem;
}
.yoogo-prose p { margin: 0 0 1rem; }
.yoogo-prose h2, .yoogo-prose h3 { color: var(--yoogo-gray-900); margin: 1.5rem 0 0.75rem; }
.yoogo-prose ul, .yoogo-prose ol { padding-inline-start: 1.25rem; margin: 0 0 1rem; }
.yoogo-prose a { color: var(--yoogo-accent-dark); }
.yoogo-prose--cms { font-size: 1rem; }

.yoogo-amenities--grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 0.5rem;
}
.yoogo-amenities--grid li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 0.875rem;
    background: #fff;
    border: 1px solid var(--yoogo-gray-200);
    border-radius: 0.625rem;
    font-size: 0.875rem;
}
.yoogo-listing-map {
    width: 100%;
    height: 320px;
    border: 0;
    border-radius: 0.875rem;
}
.yoogo-contact-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.yoogo-listing-layout > .yoogo-booking-card {
    position: sticky;
    top: 5.5rem;
    padding: 1.5rem;
    background: #fff;
    border: 1px solid var(--yoogo-gray-200);
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(58, 50, 43, 0.08);
}
.yoogo-listing-layout > .yoogo-booking-card .yoogo-booking-card__price {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 0.25rem;
}
.yoogo-listing-layout > .yoogo-booking-card .yoogo-booking-card__note {
    font-size: 0.8125rem;
    color: var(--yoogo-gray-600);
    margin: 0 0 1.25rem;
    line-height: 1.5;
}
.yoogo-booking-card__fields { display: grid; gap: 0.75rem; margin-bottom: 1rem; }
/* Booking calendar — Airbnb-style availability */
.yoogo-booking-calendar {
    border: 1px solid var(--yoogo-gray-200);
    border-radius: 0.875rem;
    overflow: hidden;
    background: #fff;
}
.yoogo-booking-calendar__summary {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: stretch;
}
.yoogo-booking-calendar__summary-cell {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    padding: 0.625rem 0.75rem;
    border: 0;
    background: transparent;
    text-align: start;
    cursor: pointer;
    font-family: inherit;
}
.yoogo-booking-calendar__summary-cell:hover {
    background: rgba(58, 50, 43, 0.03);
}
.yoogo-booking-calendar__summary-label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--yoogo-gray-600);
}
.yoogo-booking-calendar__summary-value {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--yoogo-gray-900);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.yoogo-booking-calendar__summary-divider {
    width: 1px;
    background: var(--yoogo-gray-200);
}
.yoogo-booking-calendar__panel {
    padding: 0.75rem 0.75rem 0.875rem;
    border-top: 1px solid var(--yoogo-gray-200);
}
.yoogo-booking-calendar__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.625rem;
}
.yoogo-booking-calendar__month-label {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--yoogo-gray-900);
}
.yoogo-booking-calendar__nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--yoogo-gray-900);
    cursor: pointer;
}
.yoogo-booking-calendar__nav-btn:hover {
    background: var(--yoogo-surface);
}
.yoogo-booking-calendar__nav-btn svg {
    width: 1rem;
    height: 1rem;
}
html[dir='rtl'] .yoogo-booking-calendar__nav-btn svg {
    transform: scaleX(-1);
}
.yoogo-booking-calendar__weekdays,
.yoogo-booking-calendar__grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.125rem;
}
.yoogo-booking-calendar__weekday {
    font-size: 0.6875rem;
    font-weight: 600;
    color: var(--yoogo-gray-600);
    text-align: center;
    padding: 0.25rem 0;
}
.yoogo-booking-calendar__day {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.0625rem;
    min-height: 2.625rem;
    padding: 0.125rem 0;
    border: 0;
    border-radius: 0.625rem;
    background: transparent;
    font-family: inherit;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--yoogo-gray-900);
    cursor: pointer;
}
.yoogo-booking-calendar__day-num {
    line-height: 1.1;
}
.yoogo-booking-calendar__day-price {
    font-size: 0.5625rem;
    font-weight: 600;
    color: var(--yoogo-gray-600);
    line-height: 1;
}
.yoogo-booking-calendar__day.is-check-in .yoogo-booking-calendar__day-price,
.yoogo-booking-calendar__day.is-check-out .yoogo-booking-calendar__day-price {
    color: rgba(255, 255, 255, 0.92);
}
.yoogo-booking-card__times {
    margin: 0.25rem 0 0;
    font-size: 0.8125rem;
    color: var(--yoogo-gray-600);
}
.yoogo-booking-calendar__day--pad {
    pointer-events: none;
    visibility: hidden;
}
.yoogo-booking-calendar__day.is-available:hover:not(.is-check-in):not(.is-check-out):not(.is-in-range):not(.is-preview-range) {
    background: rgba(var(--yoogo-accent-rgb), 0.35);
    color: var(--yoogo-gray-900);
}
.yoogo-booking-calendar__day.is-booked,
.yoogo-booking-calendar__day.is-blocked,
.yoogo-booking-calendar__day.is-past {
    color: #b8b0a8;
    cursor: not-allowed;
    text-decoration: line-through;
    text-decoration-color: rgba(184, 176, 168, 0.85);
}
.yoogo-booking-calendar__day.is-in-range,
.yoogo-booking-calendar__day.is-preview-range {
    border-radius: 0;
    background: rgba(var(--yoogo-accent-rgb), 0.32);
    color: var(--yoogo-gray-900);
    font-weight: 600;
}
.yoogo-booking-calendar__day.is-preview-range {
    background: rgba(var(--yoogo-accent-rgb), 0.18);
}
.yoogo-booking-calendar__day.is-in-range .yoogo-booking-calendar__day-num,
.yoogo-booking-calendar__day.is-in-range .yoogo-booking-calendar__day-price,
.yoogo-booking-calendar__day.is-preview-range .yoogo-booking-calendar__day-num,
.yoogo-booking-calendar__day.is-preview-range .yoogo-booking-calendar__day-price {
    color: var(--yoogo-gray-900);
}
.yoogo-booking-calendar__day.is-check-in,
.yoogo-booking-calendar__day.is-check-out {
    background: var(--yoogo-gray-900);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    z-index: 1;
}
.yoogo-booking-calendar__day.is-check-in .yoogo-booking-calendar__day-num,
.yoogo-booking-calendar__day.is-check-out .yoogo-booking-calendar__day-num {
    color: #fff;
}
.yoogo-booking-calendar__day.is-check-in {
    border-start-start-radius: 999px;
    border-end-start-radius: 999px;
}
.yoogo-booking-calendar__day.is-check-out,
.yoogo-booking-calendar__day.is-preview-end {
    border-start-end-radius: 999px;
    border-end-end-radius: 999px;
}
.yoogo-booking-calendar__day.is-preview-end:not(.is-check-out) {
    background: var(--yoogo-gray-700);
    color: #fff;
}
.yoogo-booking-calendar__day.is-preview-end:not(.is-check-out) .yoogo-booking-calendar__day-num,
.yoogo-booking-calendar__day.is-preview-end:not(.is-check-out) .yoogo-booking-calendar__day-price {
    color: #fff;
}
.yoogo-booking-calendar__hint,
.yoogo-booking-calendar__loading {
    margin: 0.5rem 0 0;
    font-size: 0.75rem;
    color: var(--yoogo-gray-600);
    line-height: 1.45;
}
.yoogo-booking-calendar__legend {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem 0.875rem;
    margin-top: 0.75rem;
    font-size: 0.6875rem;
    color: var(--yoogo-gray-600);
}
.yoogo-booking-calendar__legend span {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}
.yoogo-booking-calendar__dot {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
}
.yoogo-booking-calendar__dot--available { background: var(--yoogo-gray-900); }
.yoogo-booking-calendar__dot--booked { background: #b8b0a8; }
.yoogo-booking-calendar__dot--blocked { background: #e8e4e0; border: 1px solid #d4cec8; }
.yoogo-booking-calendar__clear {
    margin-top: 0.625rem;
    padding: 0;
    border: 0;
    background: transparent;
    font-family: inherit;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--yoogo-gray-600);
    text-decoration: underline;
    cursor: pointer;
}
.yoogo-booking-calendar__clear:hover { color: var(--yoogo-gray-900); }

.yoogo-booking-card__quote {
    padding: 1rem;
    background: var(--yoogo-surface);
    border-radius: 0.75rem;
    margin-bottom: 1rem;
}
.yoogo-booking-card__quote-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    padding: 0.25rem 0;
}
.yoogo-booking-card__quote-row--total {
    margin-top: 0.5rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--yoogo-gray-200);
    font-size: 1rem;
}
.yoogo-booking-card__payment { display: grid; gap: 0.5rem; margin-bottom: 1rem; }
.yoogo-booking-card__payment-label {
    font-size: 0.8125rem;
    font-weight: 600;
    margin: 0 0 0.25rem;
}
.yoogo-booking-card__cta { width: 100%; margin-top: 0.5rem; padding: 0.75rem; }

.yoogo-radio-card {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.75rem 1rem;
    border: 1px solid var(--yoogo-gray-200);
    border-radius: 0.625rem;
    cursor: pointer;
    transition: border-color 0.15s;
}
.yoogo-radio-card:has(input:checked) {
    border-color: var(--yoogo-accent);
    background: rgba(var(--yoogo-accent-rgb), 0.06);
}
.yoogo-radio-card input { accent-color: var(--yoogo-accent); }

/* CMS page */
.yoogo-cms-card {
    padding: 2rem 2.5rem;
    background: #fff;
    border: 1px solid var(--yoogo-gray-200);
    border-radius: 1rem;
    max-width: 48rem;
}

/* Auth split layout */
html.yoogo-web--auth {
    scrollbar-gutter: auto;
    overflow: hidden;
    max-width: 100%;
}
html.yoogo-web--auth body.yoogo-page-auth {
    overflow: hidden;
    overflow-x: clip;
    width: 100%;
    max-width: 100%;
}
.yoogo-page-auth.yoogo-web-body { min-height: 100dvh; }

.yoogo-web-main--auth {
    max-width: none;
    padding: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    overflow-x: clip;
    min-height: 100dvh;
    width: 100%;
}
.yoogo-auth-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    flex: 1;
    width: 100%;
    max-width: 100%;
    min-height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
}
.yoogo-auth-layout__visual {
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 2.5rem;
    overflow: hidden;
    min-width: 0;
    min-height: 0;
    background: var(--yoogo-gray-900);
    isolation: isolate;
}

/* Auth hero — smooth crossfade + continuous Ken Burns (no jump on swap) */
.yoogo-auth-hero-slides {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: var(--yoogo-gray-900);
}
.yoogo-auth-hero-frame {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 0;
    transition: opacity var(--yoogo-hero-fade, 1.8s) ease-in-out;
    overflow: hidden;
    pointer-events: none;
}
.yoogo-auth-hero-frame.is-leaving {
    opacity: 0;
    z-index: 1;
}
.yoogo-auth-hero-frame.is-active {
    opacity: 1;
    z-index: 2;
}
.yoogo-auth-hero-zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110%;
    height: 110%;
    transform: translate(-50%, -50%);
    animation: yoogo-auth-hero-drift var(--yoogo-hero-kenburns, 20s) ease-in-out infinite alternate;
    will-change: transform;
}
.yoogo-auth-hero {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@keyframes yoogo-auth-hero-drift {
    from { transform: translate(-50%, -50%) scale(1); }
    to { transform: translate(-50%, -50%) scale(1.07); }
}
@media (prefers-reduced-motion: reduce) {
    .yoogo-auth-hero-zoom {
        animation: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: none;
    }
    .yoogo-auth-hero-frame {
        transition-duration: 0.01ms;
    }
}

.yoogo-auth-layout__visual-overlay {
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(26,22,18,0.04) 0%, rgba(26,22,18,0) 45%, rgba(26,22,18,0.28) 78%, rgba(26,22,18,0.52) 100%);
}

.yoogo-auth-brand {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 22rem;
    margin-inline-start: auto;
    text-align: end;
}
.yoogo-auth-brand__link {
    display: inline-block;
    text-decoration: none;
}
.yoogo-auth-brand__logo {
    display: block;
    height: 3.75rem;
    width: auto;
    filter: brightness(0) invert(1);
}
.yoogo-auth-brand__text {
    display: block;
    font-size: 2.625rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.04em;
}
.yoogo-auth-brand__tagline {
    margin: 0.5rem 0 0;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: rgba(255,255,255,0.9);
}

.yoogo-auth-layout__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.75rem;
    background: var(--yoogo-surface);
    overflow-y: auto;
    min-height: 0;
    position: relative;
}
.yoogo-auth-chrome {
    position: absolute;
    top: 1.25rem;
    inset-inline: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.yoogo-auth-chrome__back {
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--yoogo-gray-600);
    text-decoration: none;
}
.yoogo-auth-chrome__back:hover { color: var(--yoogo-gray-900); }
.yoogo-auth-footnote {
    margin: 1.5rem 0 0;
    font-size: 0.75rem;
    color: var(--yoogo-gray-600);
    text-align: center;
}
.yoogo-auth-card {
    width: 100%;
    max-width: 380px;
    padding: 1.5rem;
    background: #fff;
    border: 1px solid var(--yoogo-gray-200);
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(58, 50, 43, 0.06);
}
.yoogo-auth-card__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 1.25rem;
}
.yoogo-auth-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 0.75rem;
    border-radius: 999px;
    background: rgba(var(--yoogo-accent-rgb), 0.14);
    color: var(--yoogo-accent-dark);
}
.yoogo-auth-card__icon svg {
    width: 1.375rem;
    height: 1.375rem;
}
.yoogo-auth-card__title {
    font-size: 1.375rem;
    font-weight: 700;
    margin: 0;
}
.yoogo-auth-card__sub {
    font-size: 0.875rem;
    color: var(--yoogo-gray-600);
    margin: 0 0 1rem;
    line-height: 1.5;
}
.yoogo-auth-card__fields { display: grid; gap: 0.875rem; }
.yoogo-auth-card__hint {
    font-size: 0.8125rem;
    color: var(--yoogo-gray-600);
    margin: 0;
    line-height: 1.5;
}
.yoogo-auth-card__submit {
    width: 100%;
    padding: 0.75rem;
    margin-top: 0.25rem;
    font-family: inherit;
    font-size: 0.9375rem;
}
.yoogo-auth-card__switch {
    margin-top: 1.25rem;
    font-size: 0.8125rem;
    color: var(--yoogo-gray-600);
    text-align: center;
}
.yoogo-auth-card__switch a {
    color: var(--yoogo-accent-dark);
    font-weight: 600;
    text-decoration: none;
}

.yoogo-account-stack { display: grid; gap: 1.25rem; }
.yoogo-vendor-apply { display: grid; gap: 1rem; margin-top: 0.5rem; }
.yoogo-account-nav__link--vendor { color: var(--yoogo-accent-dark); font-weight: 600; }
.yoogo-info-box--pending { background: rgba(59, 130, 246, 0.08); border-color: rgba(59, 130, 246, 0.25); }
.yoogo-info-box--danger { background: rgba(180, 35, 24, 0.08); border-color: rgba(180, 35, 24, 0.25); }
.yoogo-info-box .yoogo-web-btn { margin-top: 0.75rem; }

/* Account area */
.yoogo-account-grid {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 2rem;
    align-items: start;
}
.yoogo-account-nav {
    display: grid;
    gap: 0.25rem;
    padding: 0.75rem;
    background: #fff;
    border: 1px solid var(--yoogo-gray-200);
    border-radius: 1rem;
    position: sticky;
    top: 5.5rem;
}
.yoogo-account-nav__link {
    display: block;
    padding: 0.625rem 0.875rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--yoogo-gray-600);
    text-decoration: none;
    border: none;
    background: transparent;
    text-align: start;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.15s, color 0.15s;
}
.yoogo-account-nav__link:hover { background: var(--yoogo-surface); color: var(--yoogo-gray-900); }
.yoogo-account-nav__link.is-active {
    background: rgba(var(--yoogo-accent-rgb), 0.12);
    color: var(--yoogo-gray-900);
    font-weight: 600;
}
.yoogo-account-nav__link--danger { color: #b42318; }
.yoogo-account-nav__link--danger:hover { background: rgba(180, 35, 24, 0.06); }

/* Cards */
.yoogo-card {
    background: #fff;
    border: 1px solid var(--yoogo-gray-200);
    border-radius: 1rem;
    overflow: hidden;
}
.yoogo-card__title {
    font-size: 1.0625rem;
    font-weight: 700;
    margin: 0;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--yoogo-gray-200);
}
.yoogo-card__body { padding: 1.5rem; display: grid; gap: 1rem; }

/* My bookings list */
.yoogo-bookings-list { display: grid; gap: 1rem; }
.yoogo-bookings-list .yoogo-booking-card {
    display: grid;
    grid-template-columns: 120px 1fr auto;
    gap: 1.25rem;
    align-items: center;
    padding: 1rem;
    background: #fff;
    border: 1px solid var(--yoogo-gray-200);
    border-radius: 1rem;
    transition: box-shadow 0.15s;
}
.yoogo-bookings-list .yoogo-booking-card:hover {
    box-shadow: 0 4px 16px rgba(58, 50, 43, 0.08);
}
.yoogo-bookings-list .yoogo-booking-card__media img,
.yoogo-bookings-list .yoogo-booking-card__placeholder {
    width: 120px;
    height: 90px;
    object-fit: cover;
    border-radius: 0.625rem;
    display: block;
}
.yoogo-bookings-list .yoogo-booking-card__placeholder { background: var(--yoogo-gray-200); }
.yoogo-bookings-list .yoogo-booking-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.35rem;
}
.yoogo-bookings-list .yoogo-booking-card__top h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}
.yoogo-bookings-list .yoogo-booking-card__dates,
.yoogo-bookings-list .yoogo-booking-card__ref {
    font-size: 0.8125rem;
    color: var(--yoogo-gray-600);
    margin: 0 0 0.2rem;
}
.yoogo-bookings-list .yoogo-booking-card__price {
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--yoogo-accent-dark);
    margin: 0.35rem 0 0;
}
.yoogo-bookings-list .yoogo-booking-card__actions {
    display: grid;
    gap: 0.5rem;
    align-content: center;
}

/* Status badges */
.yoogo-status-badge {
    display: inline-block;
    padding: 0.2rem 0.625rem;
    border-radius: 999px;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    background: var(--yoogo-surface);
    color: var(--yoogo-gray-600);
}
.yoogo-status-badge--confirmed,
.yoogo-status-badge--paid { background: rgba(34, 139, 34, 0.12); color: #1a7a1a; }
.yoogo-status-badge--hold,
.yoogo-status-badge--pending_payment { background: rgba(var(--yoogo-accent-rgb), 0.18); color: var(--yoogo-accent-dark); }
.yoogo-status-badge--cancelled { background: rgba(180, 35, 24, 0.1); color: #b42318; }
.yoogo-status-badge--payment_review { background: rgba(59, 130, 246, 0.12); color: #2563eb; }

/* Checkout */
.yoogo-checkout-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 1.5rem;
    align-items: start;
}
.yoogo-checkout-note {
    font-size: 0.9375rem;
    color: var(--yoogo-gray-600);
    line-height: 1.6;
    margin: 0 0 1rem;
}
.yoogo-checkout-listing {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 1rem;
}
.yoogo-cliq-box {
    padding: 1.25rem;
    background: var(--yoogo-surface);
    border-radius: 0.75rem;
    border: 1px dashed var(--yoogo-gray-200);
}
.yoogo-cliq-box__label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--yoogo-gray-600);
    margin: 0 0 0.35rem;
}
.yoogo-cliq-box__code {
    font-size: 1.25rem;
    font-weight: 700;
    font-family: ui-monospace, monospace;
    margin: 0 0 1rem;
    letter-spacing: 0.05em;
}
.yoogo-cliq-box__form { display: grid; gap: 0.75rem; }
.yoogo-cliq-box__loading {
    margin: 0;
    font-size: 0.8125rem;
    color: var(--yoogo-gray-600);
}
.yoogo-cliq-box__proof-link {
    display: inline-block;
    margin-top: 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--yoogo-accent-dark);
    text-decoration: none;
}
.yoogo-cliq-box__proof-link:hover { text-decoration: underline; }
.yoogo-info-box--success {
    background: rgba(34, 139, 34, 0.08);
    border-color: rgba(34, 139, 34, 0.22);
    color: var(--yoogo-gray-900);
}
.yoogo-info-box {
    padding: 1rem 1.25rem;
    background: rgba(var(--yoogo-accent-rgb), 0.1);
    border: 1px solid rgba(var(--yoogo-accent-rgb), 0.3);
    border-radius: 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--yoogo-gray-900);
}
.yoogo-dl { margin: 0; display: grid; gap: 0.625rem; }
.yoogo-dl div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.875rem;
}
.yoogo-dl dt { color: var(--yoogo-gray-600); margin: 0; }
.yoogo-dl dd { margin: 0; font-weight: 500; text-align: end; }
.yoogo-dl__total {
    margin-top: 0.5rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--yoogo-gray-200);
    font-size: 1rem;
}
.yoogo-dl__total dt, .yoogo-dl__total dd { font-weight: 700; color: var(--yoogo-gray-900); }

/* Empty state & pagination */
.yoogo-empty-state {
    grid-column: 1 / -1;
    text-align: center;
    padding: 3rem 2rem;
    background: #fff;
    border: 1px dashed var(--yoogo-gray-200);
    border-radius: 1rem;
    color: var(--yoogo-gray-600);
}
.yoogo-empty-state p { margin: 0 0 1rem; font-size: 1rem; }
.yoogo-empty-state--wide { max-width: none; }
.yoogo-pagination { margin-top: 2rem; display: flex; justify-content: center; }
.yoogo-pagination--compact { margin-top: 0.75rem; flex-shrink: 0; }
.yoogo-pagination__nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    font-family: inherit;
}
.yoogo-pagination__pages {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.35rem;
}
.yoogo-pagination__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    min-width: 2.25rem;
    height: 2.25rem;
    padding: 0 0.625rem;
    border-radius: 0.5rem;
    font-family: inherit;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1;
    color: var(--yoogo-gray-600);
    border: 1px solid var(--yoogo-gray-200);
    background: #fff;
    cursor: pointer;
    text-decoration: none;
    flex-shrink: 0;
    box-sizing: border-box;
}
.yoogo-pagination__btn--icon {
    width: 2.25rem;
    padding: 0;
}
.yoogo-pagination__btn--page {
    min-width: 2.25rem;
    padding: 0;
}
.yoogo-pagination__icon {
    width: 0.875rem;
    height: 0.875rem;
    flex-shrink: 0;
    display: block;
}
.yoogo-pagination__btn--active {
    background: var(--yoogo-accent);
    border-color: var(--yoogo-accent);
    color: #fff;
    font-weight: 600;
}
.yoogo-pagination__btn--disabled {
    opacity: 0.45;
    cursor: default;
    pointer-events: none;
}
.yoogo-pagination__dots {
    color: var(--yoogo-gray-600);
    padding: 0 0.15rem;
    line-height: 1;
    flex-shrink: 0;
}
.yoogo-pagination__sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 900px) {
    .yoogo-filter-bar { flex-direction: column; align-items: stretch; }
    .yoogo-filter-bar__form { flex-direction: column; }
    .yoogo-segmented { align-self: stretch; }
    .yoogo-segmented__btn { flex: 1; text-align: center; }
    .yoogo-explore-map-layout { grid-template-columns: 1fr; }
    .yoogo-explore-map-layout__sidebar { max-height: none; }
    .yoogo-explore-map-layout__list { max-height: 420px; }
    .yoogo-explore-map-layout__map { min-height: 360px; order: -1; }
    .yoogo-auth-layout { grid-template-columns: 1fr; max-height: none; min-height: 100dvh; }
    .yoogo-auth-layout__visual { min-height: 42vh; max-height: 46vh; padding: 1.5rem; }
    .yoogo-auth-brand { max-width: 100%; }
    .yoogo-auth-brand__logo { height: 3rem; }
    .yoogo-auth-brand__text { font-size: 2.125rem; }
    .yoogo-auth-layout__form { padding-top: 3.5rem; }
    .yoogo-media-mosaic {
        height: 280px;
        grid-template-columns: 1fr !important;
        grid-template-rows: 1fr !important;
    }
    .yoogo-media-mosaic__side { display: none; }
    .yoogo-media-mosaic__hero { grid-row: auto; }
    .yoogo-media-mosaic__all-btn { inset-inline-start: 0.75rem; bottom: 0.75rem; }
    .yoogo-lightbox__nav { display: none; }
    .yoogo-amenity-grid { grid-template-columns: 1fr; }
    .yoogo-listing-contact__channels { grid-template-columns: 1fr; }
    .yoogo-restrictions__grid { grid-template-columns: 1fr; }
    .yoogo-listing-toolbar { flex-wrap: wrap; gap: 0.5rem; }
    .yoogo-breadcrumb__current { max-width: 10rem; }
    .yoogo-gallery { height: 280px; grid-template-columns: 1fr; grid-template-rows: 1fr; }
    .yoogo-gallery__thumbs { display: none; }
    .yoogo-listing-layout { grid-template-columns: 1fr; }
    .yoogo-listing-layout > .yoogo-booking-card { position: static; }
    .yoogo-listing-panel__body,
    .yoogo-listing-main__head { padding-inline: 1.25rem; }
    .yoogo-listing-panel .yoogo-amenity-grid { grid-template-columns: 1fr; }
    .yoogo-account-grid { grid-template-columns: 1fr; }
    .yoogo-account-nav { position: static; display: flex; flex-wrap: wrap; }
    .yoogo-bookings-list .yoogo-booking-card { grid-template-columns: 1fr; }
    .yoogo-bookings-list .yoogo-booking-card__media img,
    .yoogo-bookings-list .yoogo-booking-card__placeholder { width: 100%; height: 160px; }
    .yoogo-checkout-layout { grid-template-columns: 1fr; }
    .yoogo-cms-card { padding: 1.5rem; }
}
