.hc-home {
    background: linear-gradient(180deg, #f4f7fb 0%, #eaf0f7 100%);
    margin-top: 0;
}

.hc-hero {
    position: relative;
    overflow: hidden;
    min-height: 88vh;
}

.hc-hero .carousel-item,
.hc-hero .hero-slide {
    min-height: 88vh;
}

.hc-hero .hero-slide {
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.hc-hero .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 24, 45, 0.20), rgba(7, 24, 45, 0.68));
}

.hc-hero .hero-content {
    position: relative;
    z-index: 2;
    padding-top: 5rem;
    padding-bottom: 14rem;
}

.hc-hero .hero-title {
    font-size: clamp(2.4rem, 5vw, 4.7rem);
    font-weight: 800;
    line-height: 1.02;
    margin-bottom: 1rem;
    letter-spacing: -0.03em;
    text-wrap: balance;
}

.hc-hero .hero-subtitle {
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.92);
}

.hc-search-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2rem;
    z-index: 3;
}

.hc-search-card {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    border-radius: 24px;
    padding: 1.2rem;
    box-shadow: 0 24px 60px rgba(19, 35, 58, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.hc-search-card .form-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
    color: #55708e;
}

.hc-search-card .form-control,
.hc-search-card .form-select {
    height: 58px;
    border-radius: 14px;
    border: 1px solid #d2deea;
}

.hc-search-btn {
    height: 58px;
    border-radius: 14px;
    font-weight: 700;
}

.hc-section {
    padding: 5rem 0;
}

.hc-section-head {
    margin-bottom: 2rem;
}

.hc-section-head h2 {
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    font-weight: 800;
    color: #17314f;
    margin-bottom: 0.5rem;
}

.hc-section-head p {
    color: #657b91;
    max-width: 720px;
}

.hc-card {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(25, 45, 67, 0.10);
    background: #fff;
    height: 100%;
}

.hc-card-image {
    height: 240px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hc-badge,
.hc-price-tag {
    position: absolute;
    top: 1rem;
    border-radius: 999px;
    padding: 0.4rem 0.8rem;
    font-size: 0.78rem;
    font-weight: 700;
}

.hc-badge {
    left: 1rem;
    background: #ffffff;
    color: #16324f;
}

.hc-price-tag {
    right: 1rem;
    background: #103d73;
    color: #fff;
}

.hc-card .card-body {
    padding: 1.2rem;
}

.hc-card .card-title {
    font-weight: 800;
    color: #17314f;
}

.hc-card .text-muted,
.hc-meta,
.hc-rating {
    color: #6c8195 !important;
}

.hc-destination {
    position: relative;
    min-height: 220px;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 14px 32px rgba(20, 43, 63, 0.10);
}

.hc-destination::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 21, 40, 0.12), rgba(10, 21, 40, 0.66));
}

.hc-destination-info {
    position: absolute;
    inset-inline: 1.1rem;
    bottom: 1rem;
    z-index: 1;
    color: #fff;
}

.hc-destination-info h3 {
    margin: 0;
    font-weight: 800;
}

.hc-stats {
    background: linear-gradient(135deg, #0c223a 0%, #153b64 100%);
    border-radius: 28px;
    padding: 2rem;
    color: #fff;
}

.hc-stat-item h3 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.25rem;
}

.hc-cta {
    background: linear-gradient(135deg, #fff6e7 0%, #fff 100%);
    border: 1px solid #f1ddba;
    border-radius: 28px;
    padding: 2.2rem;
}

@media (max-width: 991.98px) {
    .hc-search-wrap {
        position: static;
        margin-top: -3rem;
    }

    .hc-hero .hero-content {
        padding-bottom: 8rem;
    }
}