/* Modern Home Page */
.home-page {
    background: #f4f7fb;
}

.home-hero {
    position: relative;
    margin-top: 74px;
}

.home-hero__wrapper {
    position: relative;
}

.home-hero__ui {
    position: absolute;
    inset: 0;
    z-index: 6;
    pointer-events: none;
}

.home-hero__carousel .slide {
    min-height: 560px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.home-hero__carousel .owl-stage-outer,
.home-hero__carousel .owl-stage,
.home-hero__carousel .owl-item {
    height: 100%;
}

.home-hero__carousel .owl-item .slide {
    height: 560px;
}

.home-hero__carousel .owl-dots {
    display: none;
}

.home-hero__arrow {
    pointer-events: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.home-hero__arrow:hover {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    border-color: transparent;
    box-shadow: 0 10px 24px rgba(255, 107, 53, 0.35);
    transform: translateY(-50%) scale(1.05);
}

.home-hero__arrow--prev {
    left: 24px;
}

.home-hero__arrow--next {
    right: 24px;
}

.home-hero__bottom-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 28px;
    display: flex;
    align-items: center;
    gap: 18px;
    pointer-events: auto;
}

.home-hero__counter {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    min-width: 72px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-weight: 700;
}

.home-hero__counter-current {
    color: #ffd166;
    font-size: 20px;
}

.home-hero__counter-sep {
    opacity: 0.6;
}

.home-hero__dots-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.home-hero__dots-wrap .owl-dot {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
}

.home-hero__dots-wrap .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
    transition: all 0.3s ease;
}

.home-hero__dots-wrap .owl-dot.active span,
.home-hero__dots-wrap .owl-dot:hover span {
    width: 28px;
    background: linear-gradient(135deg, #ff6b35, #ffd166);
}

.home-hero__progress {
    width: 180px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.home-hero__progress-bar {
    display: block;
    height: 100%;
    width: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff6b35, #ffd166);
}

.home-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(120deg, rgba(11, 43, 87, 0.92) 0%, rgba(15, 61, 120, 0.72) 45%, rgba(255, 107, 53, 0.45) 100%);
}

.home-hero__content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: 110px 0 90px;
}

.home-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.home-hero__title {
    color: #fff;
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 800;
    line-height: 1.12;
    margin-bottom: 18px;
}

.home-hero__title span {
    background: linear-gradient(135deg, #ff6b35, #ffd166);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.home-hero__text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 28px;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.home-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 28px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.home-btn--primary {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: #fff;
    box-shadow: 0 10px 24px rgba(255, 107, 53, 0.35);
}

.home-btn--primary:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.home-btn--ghost {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
}

.home-btn--ghost:hover {
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2);
}

.home-stats-bar {
    margin-top: -42px;
    position: relative;
    z-index: 5;
    padding-bottom: 20px;
}

.home-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    background: #fff;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.1);
}

.home-stat-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 8px 10px;
}

.home-stat-item + .home-stat-item {
    border-left: 1px solid #eef2f7;
}

.home-stat-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.12), rgba(247, 147, 30, 0.18));
    color: #ff6b35;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.home-stat-item h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    color: #0b2b57;
}

.home-stat-item p {
    margin: 2px 0 0;
    color: #64748b;
    font-size: 13px;
}

.home-section {
    padding: 90px 0;
    position: relative;
}

.home-section--light {
    background: linear-gradient(135deg, #f8f9fa 0%, #eef2f7 100%);
}

.home-section--dark {
    background: linear-gradient(135deg, #0b2b57 0%, #134074 100%);
    color: #fff;
}

.home-section__header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 50px;
}

.home-section__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.home-section--dark .home-section__badge {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.home-section__title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    color: #0b2b57;
    margin-bottom: 14px;
    line-height: 1.2;
}

.home-section--dark .home-section__title {
    color: #fff;
}

.home-section__title span {
    color: #ff6b35;
}

.home-section--dark .home-section__title span {
    color: #ffd166;
}

.home-section__subtitle {
    color: #64748b;
    font-size: 17px;
    line-height: 1.75;
    margin: 0;
}

.home-section--dark .home-section__subtitle {
    color: rgba(255, 255, 255, 0.82);
}

.home-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.home-about-image {
    position: relative;
}

.home-about-image img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

.home-about-float {
    position: absolute;
    right: -18px;
    bottom: 30px;
    background: #fff;
    border-radius: 18px;
    padding: 20px 24px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.12);
}

.home-about-float h4 {
    margin: 0;
    font-size: 34px;
    font-weight: 800;
    color: #ff6b35;
}

.home-about-float p {
    margin: 4px 0 0;
    color: #64748b;
    font-size: 14px;
}

.home-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 28px 0 32px;
}

.home-feature-card {
    display: flex;
    gap: 14px;
    padding: 18px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eef2f7;
    transition: all 0.3s ease;
}

.home-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    border-color: rgba(255, 107, 53, 0.25);
}

.home-feature-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.home-feature-card h5 {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 700;
    color: #0b2b57;
}

.home-feature-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #64748b;
}

.home-destination-grid,
.home-service-grid,
.home-upcoming-grid,
.home-notice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.home-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(15, 23, 42, 0.08);
    transition: all 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.home-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

.home-card__image {
    position: relative;
    height: 210px;
    overflow: hidden;
}

.home-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.home-card:hover .home-card__image img {
    transform: scale(1.08);
}

.home-card__tag {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(11, 43, 87, 0.85);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.home-card__body {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.home-card__body h4 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 800;
    color: #0b2b57;
}

.home-card__body p {
    margin: 0 0 18px;
    color: #64748b;
    line-height: 1.7;
    flex: 1;
}

.home-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ff6b35;
    font-weight: 700;
    text-decoration: none;
}

.home-card__link:hover {
    color: #e55a2b;
    text-decoration: none;
}

.home-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.home-process-step {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 28px 22px;
    text-align: center;
    backdrop-filter: blur(8px);
}

.home-process-step__num {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
}

.home-process-step h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.home-process-step p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

.home-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.home-accordion-item {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    margin-bottom: 14px;
    overflow: hidden;
}

.home-accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    cursor: pointer;
}

.home-accordion-header h5 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.home-accordion-header i {
    color: #ffd166;
}

.home-accordion-content {
    display: none;
    padding: 0 20px 18px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.75;
}

.home-accordion-item.active .home-accordion-content {
    display: block;
}

.home-achievement-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
}

.home-achievement-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.home-achievement-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}

.home-achievement-stat {
    padding: 24px;
    text-align: center;
    border-top: 1px solid #eef2f7;
}

.home-achievement-stat:nth-child(odd) {
    border-right: 1px solid #eef2f7;
}

.home-achievement-stat h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 800;
    color: #ff6b35;
}

.home-achievement-stat p {
    margin: 6px 0 0;
    color: #64748b;
    font-size: 14px;
}

.home-cta {
    padding: 70px 0;
}

.home-cta__box {
    background: linear-gradient(135deg, #0b2b57 0%, #134074 55%, #ff6b35 100%);
    border-radius: 28px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    box-shadow: 0 20px 50px rgba(11, 43, 87, 0.2);
}

.home-cta__box h2 {
    color: #fff;
    font-size: clamp(26px, 4vw, 38px);
    font-weight: 800;
    margin-bottom: 10px;
}

.home-cta__box p {
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
    max-width: 560px;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .home-stats-grid,
    .home-about-grid,
    .home-faq-grid,
    .home-process-grid {
        grid-template-columns: 1fr 1fr;
    }

    .home-destination-grid,
    .home-service-grid,
    .home-upcoming-grid,
    .home-notice-grid {
        grid-template-columns: 1fr 1fr;
    }

    .home-stat-item:nth-child(3) {
        border-left: none;
    }

    .home-stat-item:nth-child(odd) {
        border-left: none;
    }

    .home-stat-item:nth-child(even) {
        border-left: 1px solid #eef2f7;
    }

    .home-cta__box {
        flex-direction: column;
        text-align: center;
        padding: 36px 28px;
    }
}

@media (max-width: 767px) {
    .home-hero__carousel .slide {
        min-height: 480px;
    }

    .home-hero__carousel .owl-item .slide {
        height: 480px;
    }

    .home-hero__arrow {
        width: 46px;
        height: 46px;
        font-size: 22px;
    }

    .home-hero__arrow--prev {
        left: 12px;
    }

    .home-hero__arrow--next {
        right: 12px;
    }

    .home-hero__bottom-bar {
        flex-wrap: wrap;
        gap: 12px;
        bottom: 18px;
    }

    .home-hero__progress {
        width: 100%;
        order: 3;
    }

    .home-hero__content {
        padding: 80px 0 120px;
    }

    .home-stats-grid,
    .home-about-grid,
    .home-feature-grid,
    .home-faq-grid,
    .home-process-grid,
    .home-destination-grid,
    .home-service-grid,
    .home-upcoming-grid,
    .home-notice-grid {
        grid-template-columns: 1fr;
    }

    .home-stat-item,
    .home-stat-item:nth-child(even) {
        border-left: none;
    }

    .home-stat-item + .home-stat-item {
        border-top: 1px solid #eef2f7;
        border-left: none;
    }

    .home-about-image img {
        height: 320px;
    }

    .home-about-float {
        right: 12px;
        bottom: 12px;
    }
}
