.home-slider {
    padding-top: 22px;
    padding-bottom: 8px;
}

.home-slider__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.home-slider-card,
.home-hero__content,
.home-hero__panel,
.home-highlight-card,
.home-room-card,
.home-empty-state {
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
}

.home-slider-card {
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
    background:
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.14), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.home-slider-card__media {
    position: relative;
    min-height: 320px;
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
}

.home-slider-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-slider-card__body {
    display: grid;
    align-content: center;
    gap: 16px;
    padding: 34px;
}

.home-slider-card__body h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.08;
    font-weight: 800;
}

.home-slider-card__body p {
    margin: 0;
    color: #475569;
    font-size: 16px;
    line-height: 1.8;
}

.home-slider-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 4px;
}

.home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
    gap: 24px;
    align-items: stretch;
    padding-top: 22px;
    padding-bottom: 8px;
}

.home-hero__content {
    position: relative;
    overflow: hidden;
    padding: 34px;
    background:
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.14), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.home-hero__eyebrow,
.home-section-head__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: #e0f2fe;
    color: #0369a1;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-hero__title {
    margin: 16px 0 12px;
    color: #0f172a;
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.04;
    font-weight: 800;
}

.home-hero__text {
    max-width: 760px;
    margin: 0;
    color: #475569;
    font-size: 17px;
    line-height: 1.75;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.home-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}

.home-stat {
    display: grid;
    gap: 6px;
    padding: 18px;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: #ffffff;
}

.home-stat strong {
    color: #0f172a;
    font-size: 26px;
    line-height: 1;
    font-weight: 800;
}

.home-stat span {
    color: #64748b;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 600;
}

.home-hero__panel {
    padding: 18px;
    background:
        linear-gradient(180deg, #0f172a 0%, #111827 100%);
    color: #ffffff;
}

.home-hero-card {
    display: grid;
    gap: 14px;
    height: 100%;
    padding: 20px;
    border-radius: 22px;
    background:
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.2), transparent 32%),
        rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.home-hero-card__label {
    display: inline-flex;
    width: fit-content;
    min-height: 30px;
    align-items: center;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(14, 165, 233, 0.16);
    color: #bae6fd;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-hero-card h2 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
}

.home-hero-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.7;
}

.home-hero-card__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
}

.home-hero-card__chips span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.home-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.home-highlight-card {
    padding: 24px;
}

.home-highlight-card h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 18px;
    font-weight: 800;
}

.home-highlight-card p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
}

.home-rooms {
    margin-top: 22px;
    padding-bottom: 18px;
}

.home-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.home-section-head h2 {
    margin: 10px 0 8px;
    color: #0f172a;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.1;
    font-weight: 800;
}

.home-section-head p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.7;
}

.home-room-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.home-room-card {
    overflow: hidden;
}

.home-room-card__media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
}

.home-room-card__media img,
.home-room-card__media-fallback {
    display: block;
    width: 100%;
    height: 100%;
}

.home-room-card__media img {
    object-fit: cover;
}

.home-room-card__media-fallback {
    background:
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.28), transparent 28%),
        linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}

.home-room-card__badges {
    position: absolute;
    top: 14px;
    left: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.home-room-card__badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a;
    font-size: 11px;
    font-weight: 800;
}

.home-room-card__badge--live {
    background: #ef4444;
    color: #ffffff;
}

.home-room-card__body {
    display: grid;
    gap: 14px;
    padding: 22px;
}

.home-room-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.home-room-card__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f8fafc;
    color: #475569;
    font-size: 11px;
    font-weight: 700;
}

.home-room-card h3 {
    margin: 0;
    color: #0f172a;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 800;
}

.home-room-card p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.75;
    min-height: 74px;
}

.home-room-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 2px;
}

.home-empty-state {
    padding: 36px 28px;
    text-align: center;
}

.home-empty-state h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 24px;
    font-weight: 800;
}

.home-empty-state p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.7;
}

@media (max-width: 1199px) {
    .home-slider-card {
        grid-template-columns: 1fr;
    }

    .home-slider-card__media {
        min-height: 240px;
    }

    .home-room-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-highlights {
        grid-template-columns: 1fr;
    }

    .home-hero {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .home-slider-card,
    .home-hero__content,
    .home-hero__panel,
    .home-highlight-card,
    .home-room-card,
    .home-empty-state {
        border-radius: 22px;
    }

    .home-slider-card__body,
    .home-hero__content,
    .home-highlight-card,
    .home-room-card__body,
    .home-empty-state {
        padding: 20px;
    }

    .home-slider-card__media {
        min-height: 200px;
    }

    .home-hero__stats {
        grid-template-columns: 1fr;
    }

    .home-room-grid {
        grid-template-columns: 1fr;
    }

    .home-section-head {
        align-items: start;
        flex-direction: column;
    }

    .home-room-card p {
        min-height: 0;
    }
}