body {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.navbar {
    min-height: 90px;
}

.navbar-brand {
    font-weight: 700;
    letter-spacing: 0.2px;
}

.brand-logo {
    width: 34px;
    height: 34px;
    display: inline-flex;
}

.brand-logo svg {
    width: 100%;
    height: 100%;
}
main {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
}

.site-footer {
    color: #fff;
}

.site-footer-top {
    background: #333333;
    padding: 42px 0 28px;
}

.site-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 24px;
}

.site-footer-brand {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.site-footer-brand h5 {
    margin: 0 0 6px;
    font-size: 1.1rem;
}

.site-footer-brand p,
.site-footer-grid p {
    margin: 0 0 6px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.95rem;
}

.site-footer-grid h6 {
    margin: 4px 0 10px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.site-footer-grid a {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    margin-bottom: 6px;
}

.site-footer-grid a:hover {
    color: #f8d07f;
}

.site-footer-bottom {
    background: #222;
    color: #12283d;
    padding: 12px 0;
    font-weight: 600;
}

.site-footer-bottom a {
    color: #12283d;
    text-decoration: none;
}

.hotel-hero {
    min-height: 320px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hotel-hero-overlay {
    min-height: 320px;
    display: flex;
    align-items: end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.65) 100%);
    padding: 28px 0;
}

.hotel-hero-title {
    color: #fff;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 700;
    margin: 0;
}

.hotel-hero-sub {
    color: rgba(255, 255, 255, 0.9);
    margin: 6px 0 0;
}

.hero {
    height: calc(100vh - 90px);
    color: #fff;
    position: relative;
}

.hero .swiper-slide {
    background: #111;
    position: relative;
}

.hero .slide-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    filter: brightness(0.6);
}

.hero .slide-content {
    position: relative;
    z-index: 2;
    height: calc(100vh - 90px);
    display: flex;
    align-items: center;
}

.section { padding: 72px 0; }

.welcome-modern {
    padding-top: 0;
    padding-bottom: 36px;
}

.welcome-modern .container {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
}

.welcome-modern .row {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.welcome-panel {
    background: radial-gradient(circle at 12% 10%, #fff8e7 0%, #ffffff 40%), #fff;
    border: 1px solid #ece5d7;
    border-radius: 18px;
    padding: 30px 22px;
    text-align: center;
    box-shadow: 0 14px 32px rgba(16, 38, 59, 0.08);
}

.welcome-kicker {
    display: inline-block;
    margin-bottom: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #10263b;
    color: #f8d07f;
    font-size: 0.78rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
}

.welcome-text {
    color: #5f6770;
    max-width: 760px;
}

.welcome-chip {
    min-height: 46px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
    color: #1d2b38;
    background: #fff;
}

.welcome-chip i {
    color: #b2873f;
}

.card-img-top.cover {
    height: 220px;
    object-fit: cover;
}

.gallery-grid img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}

.customer-voices-section {
    background: linear-gradient(180deg, #f7f7f7 0%, #ffffff 100%);
}

.voice-card {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.voice-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #162c43;
    color: #f8d07f;
    font-size: 1.05rem;
    margin-bottom: 8px;
}

.voice-label {
    font-size: 0.8rem;
    color: #6a6a6a;
    margin-bottom: 8px;
}

.voice-title {
    font-size: 1rem;
    margin-bottom: 10px;
}

.voice-card p {
    color: #525252;
    margin-bottom: 0;
    line-height: 1.65;
}

.room-search-section {
    padding: 0 0 42px;
}

.room-search-form {
    background: #f4f0e7;
    border: 1px solid #d8cfbd;
    border-radius: 14px;
    padding: 20px;
}

.room-search-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.room-search-grid-compact {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.room-search-grid-compact .room-search-field:nth-child(1),
.room-search-grid-compact .room-search-field:nth-child(2) {
    grid-column: span 3;
}

.room-search-grid-compact .room-search-field:nth-child(3),
.room-search-grid-compact .room-search-field:nth-child(4),
.room-search-grid-compact .room-search-field:nth-child(5) {
    grid-column: span 2;
}

.room-search-field label {
    display: block;
    font-size: 0.86rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: #262626;
}

.room-search-field-wide {
    grid-column: span 2;
}

.room-search-field .form-control,
.room-search-field .form-select {
    min-height: 48px;
}

.room-search-children {
    position: relative;
}

.room-search-child-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 48px;
    border: 1px solid #ced4da;
    background: #fff;
    border-radius: 6px;
    font-weight: 500;
    padding: 0 12px;
    color: #212529;
}

.room-search-child-toggle:focus {
    outline: none;
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.room-search-child-toggle i {
    font-size: 0.9rem;
}

.room-search-child-dropdown {
    position: absolute;
    z-index: 20;
    left: 0;
    right: 0;
    margin-top: 8px;
    border: 1px solid #d8cfbd;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
    padding: 14px;
}

.room-search-child-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 0;
}

.room-search-child-row + .room-search-child-row {
    border-top: 1px solid #efefef;
}

.room-search-child-title {
    font-weight: 600;
}

.room-search-child-sub {
    font-size: 0.8rem;
    color: #666;
}

.room-search-counter {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d0d0d0;
    border-radius: 999px;
    overflow: hidden;
}

.room-search-counter-btn {
    border: 0;
    width: 30px;
    height: 30px;
    background: #f5f5f5;
    font-weight: 700;
    line-height: 1;
}

.room-search-counter-value {
    min-width: 36px;
    text-align: center;
    font-weight: 700;
}

.room-search-action {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}

.room-search-action .btn {
    width: 100%;
}

.home-search-compact {
    padding: 14px;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.home-search-compact .room-search-grid {
    gap: 10px;
}

.home-search-compact .room-search-field label {
    font-size: 0.8rem;
    margin-bottom: 4px;
}

.home-search-compact .room-search-field .form-control,
.home-search-compact .room-search-field .form-select,
.home-search-compact .room-search-child-toggle {
    min-height: 42px;
}

.home-search-compact .room-search-action {
    margin-top: 10px;
}

.home-search-compact .room-search-action .btn {
    min-height: 44px;
    font-size: 1rem;
}

@media (max-width: 991.98px) {
    .site-footer-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .room-search-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .room-search-grid-compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .room-search-grid-compact .room-search-field {
        grid-column: span 1 !important;
    }
}

@media (max-width: 575.98px) {
    .room-search-grid {
        grid-template-columns: 1fr;
    }

    .room-search-field-wide {
        grid-column: span 1;
    }

    .room-search-action {
        justify-content: stretch;
    }

    .room-search-action .btn {
        width: 100%;
    }
}
