/*
 * Тема "Корона" — Бутик-отель в замковом стиле
 * Navy #0A1628 · Cream #FAFAF8 · Gold #C9A96E · Slate #64748b
 * Cormorant Garamond (заголовки) + Inter (текст)
 */

/* ─── Глобальная база ─────────────────────────────────────────────────── */

body {
    background-color: #FAFAF8 !important;
    color: #0A1628 !important;
    font-family: 'Inter', system-ui, sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.card__name,
.list-hotels__name,
.list-hotels-rooms__title,
.main-title,
.hotel-description-title {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    letter-spacing: -0.01em !important;
    font-weight: 500 !important;
}

/* ─── Хедер топбар ────────────────────────────────────────────────────── */

.header-topbar {
    background: #0A1628 !important;
    color: #C9A96E !important;
}
.header-topbar__icon { color: #C9A96E !important; }
.header-topbar__rating { color: #C9A96E !important; }

/* ─── Стандартный навбар (fallback) ────────────────────────────────────── */

.mainmenu__container {
    background-color: rgba(250, 250, 248, 0.90) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(229, 229, 227, 0.60) !important;
    box-shadow: 0 2px 20px rgba(10, 22, 40, 0.06) !important;
}
.mainmenu__container-background {
    background-color: rgba(250, 250, 248, 0.90) !important;
}
nav:not(.krn-nav) a,
nav:not(.krn-nav) .main-menu__item a {
    color: #64748b !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}
nav:not(.krn-nav) a:hover { color: #0A1628 !important; }
.mainmenu__logo-text {
    font-family: 'Cormorant Garamond', serif !important;
    color: #0A1628 !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
}

/* ─── Первый экран (fallback) ──────────────────────────────────────────── */

.first { background-color: #0A1628 !important; }
.main-title {
    color: #FFFFFF !important;
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-weight: 500 !important;
    letter-spacing: -0.02em !important;
}
.first-text {
    color: rgba(255, 255, 255, 0.80) !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 300 !important;
}

/* ─── Основной контент ─────────────────────────────────────────────────── */

.content { background-color: #FAFAF8 !important; }
.main__content { background: transparent !important; }

/* ─── Top padding for fixed navbar ────────────────────────────────────── */
.booking,
.booking-search-page,
.rooms-page,
.articles-page,
.article-page,
.success-block,
.content__inner,
.gallery-page,
.reviews-page,
.services-page {
    padding-top: 80px !important;
}

/* ─── Карточки отелей ──────────────────────────────────────────────────── */

.card {
    background-color: #FFFFFF !important;
    border: none !important;
    border-radius: 16px !important;
    box-shadow: 0 1px 3px rgba(10, 22, 40, 0.06), 0 1px 2px rgba(10, 22, 40, 0.04) !important;
    transition: box-shadow 0.3s ease, transform 0.3s ease !important;
    overflow: hidden !important;
}
.card:hover {
    box-shadow: 0 20px 25px rgba(10, 22, 40, 0.10), 0 8px 10px rgba(10, 22, 40, 0.06) !important;
    transform: translateY(-4px) !important;
}
.card__container {
    background-color: #FFFFFF !important;
    border-radius: 16px !important;
}
.card__name {
    color: #0A1628 !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 22px !important;
    font-weight: 500 !important;
}

/* ─── Список отелей ────────────────────────────────────────────────────── */

.list-hotels__frame {
    background-color: #FFFFFF !important;
    border: none !important;
    border-radius: 16px !important;
    box-shadow: 0 1px 3px rgba(10, 22, 40, 0.06), 0 1px 2px rgba(10, 22, 40, 0.04) !important;
    transition: box-shadow 0.3s ease !important;
    overflow: hidden !important;
}
.list-hotels__frame:hover {
    box-shadow: 0 20px 25px rgba(10, 22, 40, 0.10), 0 8px 10px rgba(10, 22, 40, 0.06) !important;
}
.list-hotels__content {
    background-color: #FFFFFF !important;
    color: #0A1628 !important;
}
.list-hotels__name {
    color: #0A1628 !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 500 !important;
    font-size: 20px !important;
}
.list-hotels__address { color: #64748b !important; }
.list-hotels__description {
    color: #64748b !important;
    font-weight: 300 !important;
    line-height: 1.65 !important;
}

/* ─── Цены ─────────────────────────────────────────────────────────────── */

.list-hotels-prices__current {
    color: #0A1628 !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 600 !important;
    font-size: 26px !important;
}
.list-hotels-prices__old {
    color: #94a3b8 !important;
    text-decoration: line-through !important;
}

/* ─── Кнопки ───────────────────────────────────────────────────────────── */

/* Primary CTA — gold */
.btn-primary,
.hotel-room__book-btn,
.hotel-room--card .hotel-room__book-btn,
.booking-form__submit,
.booking-search__btn,
.booking-search button[type="submit"],
.guests-number__done,
.krn-mobile__book-btn {
    background-color: #C9A96E !important;
    border-color: #C9A96E !important;
    color: #0A1628 !important;
    border-radius: 8px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    box-shadow: none !important;
    transition: background-color 0.25s ease !important;
}
.btn-primary:hover,
.btn-primary:focus,
.hotel-room__book-btn:hover,
.hotel-room--card .hotel-room__book-btn:hover,
.booking-form__submit:hover,
.booking-search__btn:hover,
.booking-search button[type="submit"]:hover {
    background-color: #B8984F !important;
    border-color: #B8984F !important;
    color: #0A1628 !important;
    transform: none !important;
    box-shadow: none !important;
}

/* Search button — navy */
.search-container__button-text,
.search-container__button button {
    background: #0A1628 !important;
    color: #FFFFFF !important;
    border-radius: 8px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: none !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    transition: opacity 0.2s ease !important;
}
.search-container__button-text:hover,
.search-container__button button:hover {
    opacity: 0.88 !important;
    background: #0A1628 !important;
    color: #FFFFFF !important;
}

/* Outline */
.btn-outline-primary,
.btn-secondary {
    background-color: transparent !important;
    border: 1px solid rgba(10, 22, 40, 0.20) !important;
    color: #0A1628 !important;
    border-radius: 8px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    transition: background-color 0.25s ease !important;
}
.btn-outline-primary:hover,
.btn-secondary:hover {
    background-color: #0A1628 !important;
    border-color: #0A1628 !important;
    color: #FFFFFF !important;
}

/* ─── Бейджи / метки ───────────────────────────────────────────────────── */

.list-hotels__offer {
    background-color: #C9A96E !important;
    color: #0A1628 !important;
    border-radius: 9999px !important;
    box-shadow: none !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    font-size: 11px !important;
    letter-spacing: 0.06em !important;
}
.list-hotels__nutrion {
    background-color: rgba(201, 169, 110, 0.10) !important;
    color: #C9A96E !important;
    border-radius: 9999px !important;
    border: none !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 11px !important;
}

/* ─── Рейтинг / звёзды ─────────────────────────────────────────────────── */

.hotel-rating-info__name { color: #64748b !important; }
.hotel-rating-info__value {
    color: #C9A96E !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 600 !important;
}
.review__rating svg,
.star-icon {
    color: #C9A96E !important;
    fill: #C9A96E !important;
}

/* ─── Booking form ─────────────────────────────────────────────────────── */

.booking-form__guest-badge {
    background: #0A1628 !important;
    border-radius: 9999px !important;
    font-family: 'Inter', sans-serif !important;
}

/* ─── Room search card (Vue) ───────────────────────────────────────────── */

.room-search-card__city-badge {
    background: #0A1628 !important;
    color: #FFFFFF !important;
    border-radius: 9999px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
}
.room-search-card__price {
    color: #0A1628 !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 600 !important;
}
.room-search-card__amenities-more { color: #C9A96E !important; font-size: 13px !important; }
.room-search-card__description-toggle { color: #C9A96E !important; }
.room-search-card__book-btn {
    background: #C9A96E !important;
    color: #0A1628 !important;
    border-radius: 8px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    transition: background 0.25s ease !important;
}
.room-search-card__book-btn:hover { background: #B8984F !important; color: #0A1628 !important; }
.room-search-card__photo-count {
    background: rgba(10, 22, 40, 0.70) !important;
    color: #FFFFFF !important;
    border-radius: 9999px !important;
}
.room-search-card__meal svg,
.room-search-card__meal i { color: #C9A96E !important; }

/* ─── Services page badge ──────────────────────────────────────────────── */

.services-page__badge {
    background: rgba(201, 169, 110, 0.10) !important;
    color: #C9A96E !important;
    border: none !important;
    border-radius: 9999px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.10em !important;
    text-transform: uppercase !important;
    padding: 6px 16px !important;
}

/* ─── Список номеров ───────────────────────────────────────────────────── */

.list-hotels-room {
    background-color: #FFFFFF !important;
    border: none !important;
    border-radius: 16px !important;
    box-shadow: 0 1px 3px rgba(10, 22, 40, 0.06) !important;
    overflow: hidden !important;
    transition: box-shadow 0.3s ease !important;
}
.list-hotels-room:hover {
    box-shadow: 0 20px 25px rgba(10, 22, 40, 0.10) !important;
}
.list-hotels-room__name {
    color: #0A1628 !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 500 !important;
}
.list-hotels-room__price {
    color: #0A1628 !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 600 !important;
    font-size: 24px !important;
}
.list-hotels-room__meal { color: #64748b !important; font-weight: 300 !important; }
.list-hotels-room__price-item {
    background-color: #F5F5F3 !important;
    border: none !important;
    border-radius: 12px !important;
}
.list-hotels-rooms__title {
    color: #0A1628 !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 500 !important;
}
.list-hotels-rooms__nights { color: #64748b !important; }

/* ─── Статьи ───────────────────────────────────────────────────────────── */

.article {
    background: #FFFFFF !important;
    border: none !important;
    border-radius: 16px !important;
    padding: 40px !important;
    box-shadow: 0 1px 3px rgba(10, 22, 40, 0.06) !important;
}
.article h1, .article h2, .article h3 {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-weight: 400 !important;
    color: #0A1628 !important;
    letter-spacing: -0.01em !important;
}
.article p, .article li {
    font-family: 'Inter', sans-serif !important;
    font-weight: 300 !important;
    color: #64748b !important;
    line-height: 1.8 !important;
}
.article__text a { color: #C9A96E !important; }
.articles-main {
    background-color: #FFFFFF !important;
    border: none !important;
    border-radius: 16px !important;
}
.articles-main h2 {
    font-family: 'Cormorant Garamond', serif !important;
    color: #0A1628 !important;
    font-weight: 500 !important;
}
.article__preview {
    background-color: #F5F5F3 !important;
    border-radius: 16px !important;
}

/* ─── Акции ────────────────────────────────────────────────────────────── */

.actions {
    background-color: #F5F5F3 !important;
    border-radius: 16px !important;
    box-shadow: none !important;
}
.actions-title {
    color: #0A1628 !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 500 !important;
}
.item {
    border: none !important;
    border-radius: 16px !important;
    box-shadow: 0 1px 3px rgba(10, 22, 40, 0.06) !important;
    overflow: hidden !important;
    transition: box-shadow 0.3s ease !important;
}
.item:hover {
    box-shadow: 0 20px 25px rgba(10, 22, 40, 0.10) !important;
    transform: none !important;
}
.big-banner-text {
    color: #0A1628 !important;
    font-family: 'Cormorant Garamond', serif !important;
}

/* ─── Ссылки ───────────────────────────────────────────────────────────── */

.photos-link a, .toggle-details { color: #C9A96E !important; font-weight: 500 !important; }
.photos-link a:hover, .toggle-details:hover { color: #B8984F !important; }

/* ─── Свайпер ──────────────────────────────────────────────────────────── */

.swiper-button-next,
.swiper-button-prev {
    color: #0A1628 !important;
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 50% !important;
    width: 44px !important;
    height: 44px !important;
    box-shadow: 0 2px 12px rgba(10, 22, 40, 0.12) !important;
}
.swiper-button-next::after,
.swiper-button-prev::after { font-size: 16px !important; }
.swiper-pagination-bullet { background-color: #0A1628 !important; opacity: 0.25 !important; }
.swiper-pagination-bullet-active { background-color: #C9A96E !important; opacity: 1 !important; }

/* ─── Формы ────────────────────────────────────────────────────────────── */

.form-control,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
select,
textarea {
    background-color: #F5F5F3 !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    color: #0A1628 !important;
    font-family: 'Inter', sans-serif !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}
.form-control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus {
    border-color: #C9A96E !important;
    box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.15) !important;
    outline: none !important;
    background-color: #FFFFFF !important;
}
.form-control::placeholder { color: #94a3b8 !important; }

/* ─── Модальные окна ───────────────────────────────────────────────────── */

.modal-content {
    background-color: #FFFFFF !important;
    border: none !important;
    border-radius: 20px !important;
    box-shadow: 0 24px 64px rgba(10, 22, 40, 0.16) !important;
    color: #0A1628 !important;
}
.modal-content h2 {
    font-family: 'Cormorant Garamond', serif !important;
    color: #0A1628 !important;
    font-weight: 500 !important;
}
.modal-close { color: #64748b !important; }
.modal-close:hover { color: #0A1628 !important; }

/* ─── Футер стандартный ────────────────────────────────────────────────── */

footer.footer {
    background-color: #0A1628 !important;
    color: rgba(250, 250, 248, 0.60) !important;
    border-top: none !important;
}
footer.footer a { color: rgba(201, 169, 110, 0.80) !important; transition: color 0.2s ease !important; }
footer.footer a:hover { color: #C9A96E !important; }
footer.footer h3, footer.footer h4, footer.footer h5 {
    font-family: 'Cormorant Garamond', serif !important;
    color: #FAFAF8 !important;
}

/* ─── Разделители ──────────────────────────────────────────────────────── */

hr { border-color: #E5E5E3 !important; }
.divider, .hotel-divider {
    background-color: #C9A96E !important;
    height: 1px !important;
    width: 48px !important;
    border: none !important;
}

/* ─── Breadcrumbs ──────────────────────────────────────────────────────── */

.breadcrumbs a, .breadcrumbs__link {
    color: #C9A96E !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
}
.breadcrumbs a:hover, .breadcrumbs__link:hover { color: #B8984F !important; text-decoration: underline !important; }
.breadcrumbs__current { color: #64748b !important; font-family: 'Inter', sans-serif !important; font-size: 12px !important; }

/* ─── Скроллбар ────────────────────────────────────────────────────────── */

::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #FAFAF8; }
::-webkit-scrollbar-thumb { background: #C9A96E; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #B8984F; }

/* ─── Теги / фильтры ───────────────────────────────────────────────────── */

.filter-tag, .tag {
    background-color: #F5F5F3 !important;
    border: none !important;
    color: #64748b !important;
    border-radius: 9999px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}
.filter-tag.active, .filter-tag:hover, .tag.active, .tag:hover {
    background-color: #0A1628 !important;
    color: #FFFFFF !important;
}

/* ─── Пагинация ────────────────────────────────────────────────────────── */

.pagination .page-link {
    color: #0A1628 !important;
    background-color: #FFFFFF !important;
    border-color: #E5E5E3 !important;
    border-radius: 8px !important;
    font-family: 'Inter', sans-serif !important;
}
.pagination .page-item.active .page-link {
    background-color: #0A1628 !important;
    border-color: #0A1628 !important;
    color: #FFFFFF !important;
}
.pagination .page-link:hover { background-color: #F5F5F3 !important; color: #C9A96E !important; }

/* ─── Выделение текста ─────────────────────────────────────────────────── */

::selection { background-color: rgba(201, 169, 110, 0.25); color: #0A1628; }

/* ═══════════════════════════════════════════════════════════════════════
   ВНУТРЕННИЕ СТРАНИЦЫ
   ═══════════════════════════════════════════════════════════════════════ */

.content__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 40px 80px !important;
    background: #FAFAF8 !important;
}

/* Booking headers */
.booking-header, .booking__header, .payment__header, .payment-header {
    background: #0A1628 !important;
    padding: 32px 40px 24px !important;
}
.booking-header__title, .booking__title, .payment__title, .payment-header__title {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: clamp(28px, 4vw, 52px) !important;
    font-weight: 400 !important;
    color: #FAFAF8 !important;
    letter-spacing: -0.01em !important;
    margin-bottom: 12px !important;
}
.booking-header__text, .booking__subtitle {
    font-family: 'Inter', sans-serif !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    color: rgba(250, 250, 248, 0.65) !important;
}
.booking { background: #FAFAF8 !important; }
.booking__details { background: #FAFAF8 !important; }
.booking .card {
    border-radius: 16px !important;
    border: none !important;
    box-shadow: 0 1px 3px rgba(10, 22, 40, 0.06) !important;
    background: #FFFFFF !important;
}
.booking .card__header h3 {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #0A1628 !important;
}
.booking .card__icon--blue {
    background: rgba(201, 169, 110, 0.10) !important;
    color: #C9A96E !important;
    border-radius: 12px !important;
}
.booking__details-label {
    color: #64748b !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
}
.booking__details-date {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 18px !important;
    color: #0A1628 !important;
}
/* Steps */
.booking__step-circle {
    background: rgba(250, 250, 248, 0.12) !important;
    border-color: rgba(250, 250, 248, 0.25) !important;
    color: rgba(250, 250, 248, 0.55) !important;
}
.booking__step--active .booking__step-circle {
    background: #C9A96E !important;
    border-color: #C9A96E !important;
    color: #0A1628 !important;
}
.booking__step-line { background: rgba(250, 250, 248, 0.15) !important; }
.booking__step span:last-child { color: rgba(250, 250, 248, 0.60) !important; font-family: 'Inter', sans-serif !important; font-size: 12px !important; }
.booking__step--active span:last-child { color: #FAFAF8 !important; }

/* Booking search */
.booking-search-page, .booking-search-page .booking-search { background: #FAFAF8 !important; }
.booking-search__title { font-family: 'Cormorant Garamond', Georgia, serif !important; font-size: 22px !important; font-weight: 500 !important; color: #0A1628 !important; }
.booking-search__filters { background: #FFFFFF !important; border: none !important; border-radius: 16px !important; box-shadow: 0 1px 3px rgba(10, 22, 40, 0.06) !important; }
.booking-search__room-type { border: 1px solid #E5E5E3 !important; border-radius: 12px !important; background: #FAFAF8 !important; }
.booking-search__room-type.active, .booking-search__room-type--active { border-color: #C9A96E !important; background: rgba(201, 169, 110, 0.06) !important; }
.booking-search__room-name { font-family: 'Cormorant Garamond', serif !important; font-weight: 500 !important; color: #0A1628 !important; }
.booking-search__dates { background: #FFFFFF !important; border: none !important; border-radius: 16px !important; }
.booking-search__dates-title { font-family: 'Cormorant Garamond', Georgia, serif !important; font-size: 22px !important; font-weight: 500 !important; color: #0A1628 !important; }

/* Contacts */
.contact-page { background: #FAFAF8 !important; padding-top: 80px !important; }
.contact-page h1 { font-family: 'Cormorant Garamond', Georgia, serif !important; font-size: clamp(32px, 4vw, 52px) !important; font-weight: 400 !important; color: #0A1628 !important; letter-spacing: -0.01em !important; }
.contact-page h2 { font-family: 'Inter', sans-serif !important; font-size: 10px !important; font-weight: 600 !important; letter-spacing: 0.20em !important; text-transform: uppercase !important; color: #64748b !important; }
.contact-page p, .contact-page .address { font-family: 'Inter', sans-serif !important; font-size: 15px !important; font-weight: 300 !important; color: #64748b !important; }
.contact-page a { color: #C9A96E !important; text-decoration: none !important; }
.contact-page a:hover { color: #B8984F !important; text-decoration: underline !important; }
.contact-page input[type="text"],
.contact-page input[type="email"],
.contact-page input[type="tel"],
.contact-page textarea,
.contact-page select {
    background: #F5F5F3 !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-family: 'Inter', sans-serif !important;
    color: #0A1628 !important;
}
.contact-page input:focus, .contact-page textarea:focus, .contact-page select:focus {
    border-color: #C9A96E !important;
    box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.15) !important;
    background: #FFFFFF !important;
}
.contact-page label { font-family: 'Inter', sans-serif !important; font-size: 11px !important; font-weight: 500 !important; letter-spacing: 0.18em !important; text-transform: uppercase !important; color: #64748b !important; margin-bottom: 8px !important; display: block !important; }
.contact-page button[type="submit"], .contact-page .btn-primary { background: #C9A96E !important; color: #0A1628 !important; border: none !important; border-radius: 8px !important; }
.contact-page button[type="submit"]:hover, .contact-page .btn-primary:hover { background: #B8984F !important; }

/* Content cards */
.content__inner .card, .content__inner > .card { border-radius: 16px !important; border: none !important; box-shadow: 0 1px 3px rgba(10, 22, 40, 0.06) !important; background: #FFFFFF !important; padding: 32px !important; }
.articles__title { font-family: 'Cormorant Garamond', Georgia, serif !important; font-size: clamp(28px, 3.5vw, 44px) !important; font-weight: 400 !important; color: #0A1628 !important; letter-spacing: -0.01em !important; }
.articles__description { font-family: 'Inter', sans-serif !important; font-size: 15px !important; font-weight: 300 !important; color: #64748b !important; line-height: 1.75 !important; }

/* Success */
.success-block { text-align: center; padding: 60px 20px !important; }
.success-block h1 { font-family: 'Cormorant Garamond', Georgia, serif !important; font-size: clamp(28px, 4vw, 48px) !important; font-weight: 400 !important; color: #0A1628 !important; margin-bottom: 16px !important; }
.success-block p { font-family: 'Inter', sans-serif !important; font-size: 15px !important; font-weight: 300 !important; color: #64748b !important; }

/* Payment */
.payment-page, .payment { background: #FAFAF8 !important; }
.payment__header, .payment-header { background: #0A1628 !important; padding: 56px 0 40px !important; }
.payment .card { border-radius: 16px !important; border: none !important; }

/* Sections backgrounds */
.about-hotel { background-color: #FAFAF8 !important; }
.amenities-showcase { background-color: #F5F5F3 !important; }
.amenities-showcase__title, .amenity__name { font-family: 'Cormorant Garamond', serif !important; color: #0A1628 !important; }
.guest-reviews { background-color: #FAFAF8 !important; }
.guest-reviews__title, .review__author { font-family: 'Cormorant Garamond', serif !important; color: #0A1628 !important; }
.review__text { color: #64748b !important; font-style: italic !important; font-family: 'Cormorant Garamond', serif !important; }
.rooms-showcase { background-color: #F5F5F3 !important; }
.rooms-showcase__title { font-family: 'Cormorant Garamond', serif !important; color: #0A1628 !important; }
.gallery-showcase { background-color: #FFFFFF !important; }
