.hot-tours-popup {
    position: fixed;
    z-index: 10000;
    top: 58px;
    right: 28px;
    display: flex;
    width: min(320px, calc(100% - 56px));
    max-height: min(76vh, 720px);
    flex-direction: column;
    overflow: hidden;
    border: 0;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .26);
    color: #070707;
    font-family: Urbanist, Arial, sans-serif;
    opacity: 0;
    pointer-events: none;
    transform: translateX(28px);
    transition: opacity .25s ease, transform .25s ease;
}

.hot-tours-popup.is-visible { opacity: 1; pointer-events: auto; transform: translateX(0); }

.hot-tours-popup__header {
    position: relative;
    display: flex;
    min-height: 64px;
    align-items: center;
    gap: 10px;
    padding: 0 15px 0 23px;
    overflow: hidden;
    background: #3cb1cc url('/public/pict/hot-tours-popup-clouds.png') center / cover no-repeat;
    color: #fff;
}

.hot-tours-popup__header::before { content: '🔥'; font-size: 29px; line-height: 1; }

.hot-tours-popup__title {
    margin: 0;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: -.4px;
    line-height: 1;
}

.hot-tours-popup__close {
    width: 32px;
    height: 32px;
    margin-left: auto;
    border: 1.5px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
    color: #fff;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 29px;
    font-weight: 200;
    line-height: 25px;
}

.hot-tours-popup__close:hover,
.hot-tours-popup__close:focus-visible { background: rgba(255, 255, 255, .2); outline: 2px solid #fff; outline-offset: 2px; }

.hot-tours-popup__content { overflow-y: auto; padding: 24px 28px 28px; }
.hot-tours-popup__section { padding: 0; }
.hot-tours-popup__section + .hot-tours-popup__section { margin-top: 36px; }
.hot-tours-popup__section-title { margin: 0; font-size: 19px; font-weight: 800; letter-spacing: -.4px; line-height: 1.06; }
.hot-tours-popup__subtitle { margin: 2px 0 19px; color: #a7a7a7; font-size: 14px; font-weight: 700; letter-spacing: -.2px; line-height: 1.15; }
.hot-tours-popup__items { margin: 0; padding: 0; list-style: none; }
.hot-tours-popup__item { display: grid; gap: 2px; padding: 0; }
.hot-tours-popup__item + .hot-tours-popup__item { margin-top: 18px; }
.hot-tours-popup__item--large-gap { margin-top: 31px !important; }
.hot-tours-popup__offer { overflow-wrap: anywhere; color: inherit; font-size: 14px; font-weight: 500; letter-spacing: -.25px; line-height: 1.25; text-decoration: none; }
a.hot-tours-popup__offer:hover,
a.hot-tours-popup__offer:focus-visible { text-decoration: underline; text-underline-offset: 3px; }
.hot-tours-popup__price { font-size: 14px; font-weight: 800; letter-spacing: -.25px; line-height: 1.16; }
.hot-tours-popup__price--red { color: #e23b35; }
.hot-tours-popup__price--green { color: #148653; }
.hot-tours-popup__price--orange { color: #dc7b21; }
.hot-tours-popup__price--blue { color: #1682b4; }

@media (max-width: 600px) {
    .hot-tours-popup { top: auto; right: 12px; bottom: 12px; width: calc(100% - 24px); max-height: 82vh; border-radius: 34px; transform: translateY(28px); }
    .hot-tours-popup.is-visible { transform: translateY(0); }
    .hot-tours-popup__header { min-height: 82px; gap: 11px; padding: 0 20px 0 25px; }
    .hot-tours-popup__header::before { font-size: 34px; }
    .hot-tours-popup__title { font-size: clamp(25px, 7vw, 34px); letter-spacing: -.6px; }
    .hot-tours-popup__close { width: 42px; height: 42px; flex: 0 0 42px; font-size: 37px; line-height: 33px; }
    .hot-tours-popup__content { padding: 31px 28px 34px; }
    .hot-tours-popup__section + .hot-tours-popup__section { margin-top: 42px; }
    .hot-tours-popup__section-title { font-size: 26px; }
    .hot-tours-popup__subtitle { margin-bottom: 25px; font-size: 19px; }
    .hot-tours-popup__offer, .hot-tours-popup__price { font-size: 19px; }
    .hot-tours-popup__item + .hot-tours-popup__item { margin-top: 23px; }
    .hot-tours-popup__item--large-gap { margin-top: 34px !important; }
}

@media (prefers-reduced-motion: reduce) { .hot-tours-popup { transition: none; } }
