/* ==========================================================
   MUTUN TRIP
   HOME PAGE ONLY
   Tidak menggunakan class dari custom.css
========================================================== */


/* ==========================================================
   GLOBAL HOME
========================================================== */

.home-hero,
.home-quick-section,
.home-about-section,
.home-destination-section,
.home-service-section,
.home-boat-section,
.home-final-section {
    width: 100%;
    box-sizing: border-box;
}

.home-hero *,
.home-quick-section *,
.home-about-section *,
.home-destination-section *,
.home-service-section *,
.home-boat-section *,
.home-final-section * {
    box-sizing: border-box;
}


/* ==========================================================
   HERO
========================================================== */

.home-hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    overflow: hidden;
}

.home-hero-row {
    min-height: 760px;
}

.home-hero-content {
    max-width: 680px;
    padding: 70px 0;
}

.home-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 20px;
    padding: 8px 14px;

    border: 1px solid rgba(255,255,255,.20);
    border-radius: 50px;

    background: rgba(255,255,255,.10);
    backdrop-filter: blur(8px);

    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.home-badge span {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;

    border-radius: 50%;
    background: #38d9a9;
}

.home-hero-content h1 {
    margin: 0 0 20px;

    color: #fff;

    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -1.5px;
}

.home-hero-content > p {
    max-width: 620px;

    margin: 0 0 28px;

    color: rgba(255,255,255,.84);

    font-size: 16px;
    line-height: 1.75;
}

.home-hero-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    min-height: 48px;

    padding: 12px 20px;

    border-radius: 10px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 700;

    transition: .2s ease;
}

.home-btn-primary {
    background: linear-gradient(135deg,#0878f9,#1769d1);
    color: #fff;

    box-shadow: 0 9px 24px rgba(8,120,249,.25);
}

.home-btn-primary:hover {
    transform: translateY(-2px);
    color: #fff;
}

.home-btn-glass {
    border: 1px solid rgba(255,255,255,.28);
    background: rgba(255,255,255,.08);

    color: #fff;
}

.home-btn-glass:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,.14);
    color: #fff;
}

.home-btn-warning {
    background: #ffc107;
    color: #172033;
}

.home-btn-warning:hover {
    transform: translateY(-2px);
    color: #172033;
}

.home-hero-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 18px;

    margin-top: 24px;

    color: rgba(255,255,255,.75);

    font-size: 12px;
    font-weight: 600;
}

.home-hero-info span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.home-hero-info i {
    color: #38d9a9;
}


/* ==========================================================
   AI CARD
========================================================== */

.home-ai-card {
    width: 100%;
    max-width: 440px;

    margin: 30px auto;

    padding: 22px;

    border: 1px solid rgba(255,255,255,.18);
    border-radius: 22px;

    background: rgba(10,40,70,.48);

    backdrop-filter: blur(18px);

    box-shadow: 0 25px 60px rgba(0,0,0,.20);

    color: #fff;
}

.home-ai-header {
    display: flex;
    align-items: center;
    gap: 12px;

    padding-bottom: 17px;

    border-bottom: 1px solid rgba(255,255,255,.12);
}

.home-ai-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 13px;

    background: linear-gradient(135deg,#0878f9,#00b4ff);

    font-size: 20px;
}

.home-ai-title {
    min-width: 0;
}

.home-ai-title small {
    display: block;

    margin-bottom: 2px;

    color: #73c8ff;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.home-ai-title h4 {
    margin: 0;

    color: #fff;

    font-size: 15px;
    font-weight: 700;
}

.home-ai-online {
    margin-left: auto;

    flex: 0 0 auto;

    padding: 5px 9px;

    border-radius: 50px;

    background: rgba(56,217,169,.12);

    color: #66e0ba;

    font-size: 10px;
    font-weight: 700;
}

.home-ai-message {
    display: flex;
    align-items: flex-start;
    gap: 12px;

    margin-top: 18px;
    padding: 15px;

    border-radius: 14px;

    background: rgba(255,255,255,.08);
}

.home-ai-message-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: rgba(255,255,255,.10);

    color: #7ed8ff;
}

.home-ai-message strong {
    display: block;

    margin-bottom: 4px;

    color: #fff;

    font-size: 13px;
}

.home-ai-message p {
    margin: 0;

    color: rgba(255,255,255,.72);

    font-size: 11px;
    line-height: 1.65;
}

.home-ai-options {
    display: grid;

    grid-template-columns: repeat(2,minmax(0,1fr));

    gap: 8px;

    margin-top: 14px;
}

.home-ai-options button {
    width: 100%;
    min-height: 42px;

    padding: 8px;

    border: 1px solid rgba(255,255,255,.12);
    border-radius: 9px;

    background: rgba(255,255,255,.07);

    color: rgba(255,255,255,.88);

    font-size: 11px;

    cursor: pointer;
}

.home-ai-options button:hover {
    background: rgba(126,216,255,.12);
    color: #fff;
}

.home-ai-button {
    width: 100%;
    min-height: 46px;

    display: flex;
    align-items: center;
    gap: 10px;

    margin-top: 14px;
    padding: 11px 14px;

    border: 0;
    border-radius: 10px;

    background: #fff;

    color: #123f70;

    font-size: 12px;
    font-weight: 700;

    cursor: pointer;
}

.home-ai-button span {
    flex: 1;
    text-align: left;
}

.home-ai-note {
    display: block;

    margin-top: 10px;

    color: rgba(255,255,255,.45);

    text-align: center;

    font-size: 9px;
}


/* ==========================================================
   QUICK BOOKING
========================================================== */

.home-quick-section {
    position: relative;
    z-index: 5;

    margin-top: -55px;

    padding-bottom: 20px;
}

.home-quick-card {
    display: flex;
    align-items: center;
    gap: 30px;

    padding: 20px 25px;

    border: 1px solid #e4ebf3;
    border-radius: 16px;

    background: #fff;

    box-shadow: 0 12px 35px rgba(18,63,112,.10);
}

.home-quick-title {
    flex: 0 0 230px;
}

.home-quick-title span {
    display: block;

    margin-bottom: 4px;

    color: #1769d1;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.home-quick-title h5 {
    margin: 0;

    color: #123f70;

    font-size: 16px;
    font-weight: 700;
}

.home-quick-items {
    flex: 1;

    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));

    gap: 8px;
}

.home-quick-items a {
    min-height: 70px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 6px;

    border-radius: 10px;

    color: #526273;

    text-decoration: none;

    font-size: 11px;
    font-weight: 600;
}

.home-quick-items a:hover {
    background: #f1f7ff;
    color: #1769d1;
}

.home-quick-items i {
    color: #1769d1;
    font-size: 21px;
}


/* ==========================================================
   ABOUT
========================================================== */

.home-about-section {
    padding: 90px 0;
    background: #fff;
}

.home-section-label {
    display: inline-block;

    margin-bottom: 10px;

    color: #1769d1;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.home-about-section h2,
.home-boat-card h2 {
    margin: 0 0 18px;

    color: #123f70;

    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
}

.home-about-section h2 span,
.home-boat-card h2 span,
.home-center-heading h2 span {
    color: #1769d1;
}

.home-about-text {
    max-width: 620px;

    margin: 0 0 13px;

    color: #64748b;

    font-size: 15px;
    line-height: 1.8;
}

.home-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-top: 8px;

    color: #1769d1;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;
}

.home-feature-grid {
    display: grid;

    grid-template-columns: repeat(2,minmax(0,1fr));

    gap: 15px;
}

.home-feature-card {
    min-height: 190px;

    padding: 22px;

    border: 1px solid #e6edf5;
    border-radius: 16px;

    background: #fff;

    box-shadow: 0 7px 25px rgba(18,63,112,.05);
}

.home-feature-icon {
    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 15px;

    border-radius: 12px;

    background: #edf6ff;

    color: #1769d1;

    font-size: 20px;
}

.home-feature-card h6 {
    margin: 0 0 7px;

    color: #1f2937;

    font-size: 15px;
    font-weight: 700;
}

.home-feature-card p {
    margin: 0;

    color: #718096;

    font-size: 12px;
    line-height: 1.65;
}


/* ==========================================================
   DESTINATION
========================================================== */

.home-destination-section {
    padding: 85px 0;

    background: #f6f9fd;
}

.home-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 20px;

    margin-bottom: 30px;
}

.home-section-heading h2 {
    margin: 0 0 7px;

    color: #123f70;

    font-size: 34px;
    font-weight: 800;
}

.home-section-heading p {
    margin: 0;

    color: #718096;

    font-size: 14px;
}

.home-outline-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    padding: 10px 15px;

    border: 1px solid #cbdceb;
    border-radius: 9px;

    background: #fff;

    color: #1769d1;

    font-size: 12px;
    font-weight: 700;

    text-decoration: none;
}

.home-destination-card {
    display: block;

    height: 100%;

    overflow: hidden;

    border-radius: 17px;

    text-decoration: none;

    background: #fff;

    box-shadow: 0 8px 25px rgba(18,63,112,.08);
}

.home-destination-image {
    position: relative;

    height: 360px;

    overflow: hidden;
}

.home-destination-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .4s ease;
}

.home-destination-card:hover img {
    transform: scale(1.06);
}

.home-destination-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            transparent 25%,
            rgba(0,0,0,.78) 100%
        );
}

.home-destination-content {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    padding: 24px;
}

.home-destination-location {
    display: block;

    margin-bottom: 7px;

    color: rgba(255,255,255,.82);

    font-size: 11px;
}

.home-destination-content h3 {
    margin: 0 0 8px;

    color: #fff;

    font-size: 22px;
    font-weight: 800;
}

.home-destination-content p {
    max-width: 90%;

    margin: 0;

    color: rgba(255,255,255,.72);

    font-size: 12px;
    line-height: 1.6;
}

.home-destination-arrow {
    position: absolute;

    right: 22px;
    bottom: 22px;

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #fff;

    color: #1769d1;
}


/* ==========================================================
   SERVICE
========================================================== */

.home-service-section {
    padding: 90px 0;

    background: #fff;
}

.home-center-heading {
    max-width: 720px;

    margin: 0 auto 35px;

    text-align: center;
}

.home-center-heading h2 {
    margin: 0 0 12px;

    color: #123f70;

    font-size: 36px;
    line-height: 1.25;
    font-weight: 800;
}

.home-center-heading p {
    margin: 0;

    color: #718096;

    font-size: 14px;
    line-height: 1.7;
}

.home-service-card {
    position: relative;

    display: block;

    min-height: 280px;

    padding: 25px;

    overflow: hidden;

    border: 1px solid #e3eaf2;
    border-radius: 16px;

    background: #fff;

    color: #1f2937;

    text-decoration: none;

    transition: .25s ease;
}

.home-service-card:hover {
    transform: translateY(-5px);

    border-color: #b9d6f7;

    box-shadow: 0 15px 35px rgba(18,63,112,.10);
}

.home-service-card > small {
    position: absolute;

    top: 20px;
    right: 20px;

    color: #c5d2df;

    font-size: 12px;
    font-weight: 800;
}

.home-service-icon {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 20px;

    border-radius: 14px;

    background: #edf6ff;

    color: #1769d1;

    font-size: 23px;
}

.home-service-card h5 {
    margin: 0 0 9px;

    color: #123f70;

    font-size: 17px;
    font-weight: 800;
}

.home-service-card p {
    margin: 0 0 20px;

    color: #718096;

    font-size: 12px;
    line-height: 1.7;
}

.home-service-card > span {
    position: absolute;

    left: 25px;
    bottom: 22px;

    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: #1769d1;

    font-size: 11px;
    font-weight: 700;
}


/* ==========================================================
   BOAT
========================================================== */

.home-boat-section {
    padding: 70px 0;

    background: #f6f9fd;
}

.home-boat-card {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    padding: 42px;

    border-radius: 20px;

    background:
        linear-gradient(
            135deg,
            #0c477d,
            #1769d1
        );

    box-shadow: 0 15px 35px rgba(18,63,112,.12);
}

.home-boat-card h2 {
    margin-bottom: 10px;

    color: #fff;

    font-size: 30px;
}

.home-boat-card h2 span {
    color: #8dd7ff;
}

.home-boat-card p {
    max-width: 620px;

    margin: 0;

    color: rgba(255,255,255,.72);

    font-size: 14px;
    line-height: 1.7;
}


/* ==========================================================
   FINAL CTA
========================================================== */

.home-final-section {
    padding: 90px 0;

    background: #fff;
}

.home-final-card {
    padding: 70px 30px;

    border-radius: 24px;

    background:
        linear-gradient(
            135deg,
            #063970,
            #0d6efd
        );

    color: #fff;

    text-align: center;

    box-shadow: 0 20px 50px rgba(18,63,112,.16);
}

.home-final-card > span {
    display: block;

    margin-bottom: 12px;

    color: #8dd7ff;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
}

.home-final-card h2 {
    max-width: 760px;

    margin: 0 auto 15px;

    color: #fff;

    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
}

.home-final-card h2 strong {
    display: block;

    color: #fff;
}

.home-final-card p {
    max-width: 620px;

    margin: 0 auto 25px;

    color: rgba(255,255,255,.76);

    font-size: 14px;
    line-height: 1.7;
}

.home-empty {
    padding: 50px;

    border-radius: 14px;

    background: #fff;

    color: #718096;

    text-align: center;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px) {

    .home-hero {
        min-height: auto;
    }

    .home-hero-row {
        min-height: auto;
        padding: 50px 0 80px;
    }

    .home-hero-content {
        max-width: 100%;
        padding: 20px 0;
    }

    .home-ai-card {
        margin: 20px auto 0;
    }

    .home-quick-section {
        margin-top: -35px;
    }

    .home-quick-card {
        flex-direction: column;
        align-items: stretch;
    }

    .home-quick-title {
        flex: none;
    }

    .home-quick-items {
        width: 100%;
    }

    .home-boat-card {
        flex-direction: column;
        align-items: flex-start;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .home-hero-content h1 {
        font-size: 38px;
        letter-spacing: -1px;
    }

    .home-hero-content > p {
        font-size: 14px;
    }

    .home-hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .home-btn {
        width: 100%;
    }

    .home-hero-info {
        gap: 10px 15px;
    }

    .home-ai-card {
        padding: 17px;
        border-radius: 17px;
    }

    .home-ai-options {
        grid-template-columns: 1fr 1fr;
    }

    .home-quick-items {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .home-about-section,
    .home-destination-section,
    .home-service-section {
        padding: 65px 0;
    }

    .home-about-section h2,
    .home-section-heading h2,
    .home-center-heading h2 {
        font-size: 28px;
    }

    .home-feature-grid {
        grid-template-columns: 1fr;
    }

    .home-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-destination-image {
        height: 320px;
    }

    .home-service-card {
        min-height: 260px;
    }

    .home-boat-card {
        padding: 30px 25px;
    }

    .home-final-card {
        padding: 55px 22px;
    }

    .home-final-card h2 {
        font-size: 30px;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

    .home-hero-row {
        padding-left: 8px;
        padding-right: 8px;
    }

    .home-hero-content h1 {
        font-size: 32px;
    }

    .home-ai-options {
        grid-template-columns: 1fr;
    }

    .home-quick-items {
        grid-template-columns: 1fr 1fr;
    }

    .home-destination-image {
        height: 280px;
    }

    .home-final-card h2 {
        font-size: 26px;
    }

}

/* =========================================================
   HOME — DESTINASI POPULER
========================================================= */

.home-destination-section {
    padding: 85px 0;
    background: #f8fbff;
}


/* =========================================================
   HEADING
========================================================= */

.home-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 35px;
}

.home-section-label {
    display: inline-block;
    margin-bottom: 8px;
    color: #1769d1;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
}

.home-section-heading h2 {
    margin: 0 0 8px;
    color: #123f70;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
}

.home-section-heading p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   LIHAT SEMUA
========================================================= */

.home-outline-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    flex-shrink: 0;

    padding: 10px 17px;

    border: 1px solid #d7e5f4;
    border-radius: 10px;

    background: #ffffff;

    color: #1769d1;

    font-size: 13px;
    font-weight: 700;

    text-decoration: none;

    transition: all .25s ease;
}

.home-outline-link:hover {
    border-color: #1769d1;
    background: #1769d1;
    color: #ffffff;

    transform: translateY(-2px);
}


/* =========================================================
   DESTINATION CARD
========================================================= */

.home-destination-card {
    position: relative;

    display: block;

    height: 100%;

    overflow: hidden;

    border-radius: 22px;

    background: #ffffff;

    text-decoration: none;

    box-shadow:
        0 10px 30px rgba(18, 63, 112, .08);

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.home-destination-card:hover {
    transform: translateY(-8px);

    box-shadow:
        0 22px 50px rgba(18, 63, 112, .16);
}


/* =========================================================
   IMAGE
========================================================= */

.home-destination-image {
    position: relative;

    height: 370px;

    overflow: hidden;

    background: #dbeafe;
}

.home-destination-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .6s ease;
}

.home-destination-card:hover
.home-destination-image img {
    transform: scale(1.08);
}


/* =========================================================
   OVERLAY
========================================================= */

.home-destination-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(3, 25, 52, 0) 25%,
            rgba(3, 25, 52, .15) 45%,
            rgba(3, 25, 52, .92) 100%
        );

    transition:
        background .35s ease;
}

.home-destination-card:hover
.home-destination-overlay {
    background:
        linear-gradient(
            180deg,
            rgba(3, 25, 52, .02) 15%,
            rgba(3, 25, 52, .25) 40%,
            rgba(3, 25, 52, .96) 100%
        );
}


/* =========================================================
   CONTENT
========================================================= */

.home-destination-content {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    z-index: 2;

    padding: 28px;
}


/* =========================================================
   LOCATION
========================================================= */

.home-destination-location {
    display: inline-flex;

    align-items: center;

    gap: 6px;

    margin-bottom: 9px;

    color: rgba(255, 255, 255, .85);

    font-size: 12px;

    font-weight: 600;
}

.home-destination-location i {
    color: #58c8ff;
}


/* =========================================================
   TITLE
========================================================= */

.home-destination-content h3 {
    margin: 0 0 8px;

    color: #ffffff;

    font-size: 25px;

    line-height: 1.2;

    font-weight: 800;

    transition:
        transform .3s ease;
}

.home-destination-card:hover
.home-destination-content h3 {
    transform: translateX(3px);
}


/* =========================================================
   DESCRIPTION
========================================================= */

.home-destination-content p {
    max-width: calc(100% - 55px);

    margin: 0;

    color: rgba(255, 255, 255, .76);

    font-size: 13px;

    line-height: 1.6;
}


/* =========================================================
   ARROW
========================================================= */

.home-destination-arrow {
    position: absolute;

    right: 25px;
    bottom: 25px;

    width: 44px;
    height: 44px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    color: #1264b4;

    font-size: 17px;

    box-shadow:
        0 8px 20px rgba(0, 0, 0, .15);

    transition:
        transform .3s ease,
        background .3s ease,
        color .3s ease;
}

.home-destination-card:hover
.home-destination-arrow {
    transform: rotate(45deg);

    background: #0878f9;

    color: #ffffff;
}


/* =========================================================
   EMPTY
========================================================= */

.home-empty {
    padding: 50px 20px;

    border: 1px dashed #cbd5e1;

    border-radius: 16px;

    background: #ffffff;

    color: #64748b;

    text-align: center;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .home-destination-section {
        padding: 70px 0;
    }

    .home-section-heading h2 {
        font-size: 32px;
    }

    .home-destination-image {
        height: 340px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .home-destination-section {
        padding: 55px 0;
    }

    .home-section-heading {
        align-items: flex-start;

        flex-direction: column;

        gap: 18px;

        margin-bottom: 25px;
    }

    .home-section-heading h2 {
        font-size: 27px;
    }

    .home-section-heading p {
        font-size: 13px;
    }

    .home-outline-link {
        padding: 9px 14px;

        font-size: 12px;
    }

    .home-destination-image {
        height: 330px;
    }

    .home-destination-content {
        padding: 22px;
    }

    .home-destination-content h3 {
        font-size: 22px;
    }

    .home-destination-content p {
        font-size: 12px;
    }

    .home-destination-arrow {
        right: 20px;
        bottom: 20px;

        width: 40px;
        height: 40px;

        font-size: 15px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .home-destination-image {
        height: 300px;
    }

    .home-destination-content {
        padding: 19px;
    }

    .home-destination-content h3 {
        font-size: 20px;
    }

    .home-destination-location {
        font-size: 11px;
    }

    .home-destination-content p {
        max-width: calc(100% - 45px);

        font-size: 11px;
    }

    .home-destination-arrow {
        right: 17px;
        bottom: 17px;

        width: 36px;
        height: 36px;

        font-size: 14px;
    }

}

/* ==========================================================
   MUTUN AI CHAT
========================================================== */

.home-ai-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;

    display: none;
    align-items: flex-end;
    justify-content: flex-end;

    padding: 25px;

    background: rgba(0, 0, 0, .18);
}

.home-ai-modal.active {
    display: flex;
}


/* ==========================================================
   CHAT BOX
========================================================== */

.home-ai-chat {
    width: 390px;
    max-width: 100%;

    background: #ffffff;

    border-radius: 20px;

    overflow: hidden;

    box-shadow:
        0 25px 70px rgba(0, 0, 0, .22);

    animation: homeAiOpen .25s ease;
}

@keyframes homeAiOpen {

    from {
        opacity: 0;
        transform: translateY(20px) scale(.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

}


/* ==========================================================
   HEADER
========================================================== */

.home-ai-chat-header {

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 16px 18px;

    background:
        linear-gradient(
            135deg,
            #0878f9,
            #1769d1
        );

    color: #ffffff;
}

.home-ai-chat-brand {

    display: flex;
    align-items: center;

    gap: 10px;
}

.home-ai-chat-icon {

    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: rgba(255,255,255,.16);

    font-size: 18px;
}

.home-ai-chat-brand small {

    display: block;

    margin-bottom: 2px;

    color: rgba(255,255,255,.75);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.5px;
}

.home-ai-chat-brand strong {

    display: block;

    color: #ffffff;

    font-size: 14px;
}


/* ==========================================================
   CLOSE
========================================================== */

.home-ai-close {

    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: none;
    border-radius: 50%;

    background: rgba(255,255,255,.12);

    color: #ffffff;

    cursor: pointer;

    transition: .2s ease;
}

.home-ai-close:hover {

    background: rgba(255,255,255,.22);

    transform: rotate(5deg);
}


/* ==========================================================
   CHAT BODY
========================================================== */

.home-ai-chat-body {

    height: 390px;

    padding: 18px;

    overflow-y: auto;

    background: #f6f9fd;
}


/* ==========================================================
   MESSAGE
========================================================== */

.home-ai-chat-message {

    display: flex;

    gap: 9px;

    margin-bottom: 15px;
}

.home-ai-chat-message.user {

    justify-content: flex-end;
}

.home-ai-chat-message.user
.home-ai-chat-avatar {

    display: none;
}

.home-ai-chat-avatar {

    width: 32px;
    height: 32px;

    flex: 0 0 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: #e5f2ff;

    color: #0878f9;

    font-size: 13px;
}

.home-ai-chat-bubble {

    max-width: 78%;

    padding: 11px 13px;

    border-radius: 13px;

    background: #ffffff;

    border: 1px solid #e5ebf2;

    color: #334155;

    font-size: 13px;

    line-height: 1.6;

    box-shadow:
        0 3px 10px rgba(18,63,112,.04);
}

.home-ai-chat-message.user
.home-ai-chat-bubble {

    background: #0878f9;

    border-color: #0878f9;

    color: #ffffff;

    border-radius: 13px 13px 3px 13px;
}


/* ==========================================================
   INPUT
========================================================== */

.home-ai-chat-input {

    display: flex;

    align-items: center;

    gap: 8px;

    padding: 12px;

    border-top: 1px solid #e8edf3;

    background: #ffffff;
}

.home-ai-chat-input input {

    flex: 1;

    min-width: 0;

    height: 44px;

    padding: 10px 13px;

    border: 1px solid #dce4ed;

    border-radius: 10px;

    outline: none;

    color: #1f2937;

    font-size: 13px;

    transition: .2s ease;
}

.home-ai-chat-input input:focus {

    border-color: #0878f9;

    box-shadow:
        0 0 0 3px rgba(8,120,249,.08);
}

.home-ai-chat-input button {

    width: 44px;
    height: 44px;

    flex: 0 0 44px;

    border: none;

    border-radius: 10px;

    background: #0878f9;

    color: #ffffff;

    cursor: pointer;

    transition: .2s ease;
}

.home-ai-chat-input button:hover {

    background: #1769d1;

    transform: translateY(-1px);
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 576px) {

    .home-ai-modal {

        align-items: flex-end;

        justify-content: center;

        padding: 12px;
    }

    .home-ai-chat {

        width: 100%;

        border-radius: 18px;
    }

    .home-ai-chat-body {

        height: 55vh;
    }

}