/* =====================================================
   HOME BENEFITS / WHY COMPARE
===================================================== */

.home-benefits {
    padding: 90px 0;
    background: #ffffff;
}

.home-benefits .container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.home-benefits__header {
    max-width: 760px;
    margin-bottom: 42px;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #e8f4ff;
    color: #075985;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.section-label::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #30bace;
}

.home-benefits__header h2 {
    margin: 0 0 18px;
    color: #0b2942;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.home-benefits__header p {
    margin: 0;
    color: #516173;
    font-size: 17px;
    line-height: 1.75;
}

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

.home-benefits__card {
    position: relative;
    min-height: 260px;
    padding: 30px 26px;
    border: 1px solid #e5edf6;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 18px 45px rgba(15, 42, 65, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-benefits__card:hover {
    transform: translateY(-4px);
    border-color: #cfe3f6;
    box-shadow: 0 24px 60px rgba(15, 42, 65, 0.12);
}

.home-benefits__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #0b5c94;
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(11, 92, 148, 0.28);
}

.home-benefits__card h3 {
    margin: 0 0 12px;
    color: #102033;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.home-benefits__card p {
    margin: 0;
    color: #5a6878;
    font-size: 15px;
    line-height: 1.7;
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1100px) {

    .home-benefits__grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 768px) {

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

    .home-benefits .container {
        padding: 0 18px;
    }

    .home-benefits__header {
        margin-bottom: 32px;
    }

    .home-benefits__header h2 {
        font-size: 34px;
    }

    .home-benefits__header p {
        font-size: 16px;
    }

    .home-benefits__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home-benefits__card {
        min-height: auto;
        padding: 26px 22px;
        border-radius: 22px;
    }

}

@media (max-width: 480px) {

    .home-benefits {
        padding: 60px 0;
    }

    .section-label {
        font-size: 13px;
    }

    .home-benefits__header h2 {
        font-size: 30px;
    }

    .home-benefits__icon {
        width: 44px;
        height: 44px;
        border-radius: 14px;
        font-size: 18px;
    }

    .home-benefits__card h3 {
        font-size: 19px;
    }

    .home-benefits__card p {
        font-size: 14.5px;
    }

}

/* =====================================================
   HOME DESTINATIONS
===================================================== */

.home-destinations {
    padding: 90px 0;
    background: #f6f9fc;
}

.home-destinations .container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.home-destinations__header {
    max-width: 780px;
    margin-bottom: 42px;
}

.home-destinations__header h2 {
    margin: 0 0 18px;
    color: #0b2942;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.home-destinations__header p {
    margin: 0;
    color: #516173;
    font-size: 17px;
    line-height: 1.75;
}

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

.home-destinations__card {
    overflow: hidden;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid #e2ebf4;
    box-shadow: 0 18px 45px rgba(15, 42, 65, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-destinations__card:hover {
    transform: translateY(-5px);
    border-color: #c7dff2;
    box-shadow: 0 26px 65px rgba(15, 42, 65, 0.13);
}

.home-destinations__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.home-destinations__image {
    position: relative;
    width: 100%;
    height: 205px;
    overflow: hidden;
    background: #dbe8f2;
}

.home-destinations__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.home-destinations__card:hover .home-destinations__image img {
    transform: scale(1.06);
}

.home-destinations__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(11, 41, 66, 0.02) 0%,
        rgba(11, 41, 66, 0.18) 100%
    );
    pointer-events: none;
}

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

.home-destinations__tag {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #e8f4ff;
    color: #075985;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.home-destinations__content h3 {
    margin: 0 0 12px;
    color: #102033;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.22;
    letter-spacing: -0.03em;
}

.home-destinations__content p {
    margin: 0 0 22px;
    color: #5a6878;
    font-size: 15px;
    line-height: 1.7;
}

.home-destinations__cta {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0b5c94;
    font-size: 15px;
    font-weight: 900;
}

.home-destinations__cta::after {
    content: "→";
    font-size: 18px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.home-destinations__card:hover .home-destinations__cta::after {
    transform: translateX(4px);
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1100px) {

    .home-destinations__grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 768px) {

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

    .home-destinations .container {
        padding: 0 18px;
    }

    .home-destinations__header {
        margin-bottom: 32px;
    }

    .home-destinations__header h2 {
        font-size: 34px;
    }

    .home-destinations__header p {
        font-size: 16px;
    }

    .home-destinations__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .home-destinations__image {
        height: 210px;
    }

    .home-destinations__content {
        padding: 24px 22px 22px;
    }

}

@media (max-width: 480px) {

    .home-destinations {
        padding: 60px 0;
    }

    .home-destinations__header h2 {
        font-size: 30px;
    }

    .home-destinations__image {
        height: 190px;
    }

    .home-destinations__content h3 {
        font-size: 21px;
    }

    .home-destinations__content p {
        font-size: 14.5px;
    }

}


/* =====================================================
   HOME HOW IT WORKS
===================================================== */

.home-how {
    position: relative;
    padding: 90px 0;
    background: #ffffff;
    overflow: hidden;
}

.home-how::before {
    content: "";
    position: absolute;
    top: -160px;
    right: -160px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(48, 186, 206, 0.10);
    pointer-events: none;
}

.home-how::after {
    content: "";
    position: absolute;
    bottom: -180px;
    left: -180px;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background: rgba(11, 92, 148, 0.08);
    pointer-events: none;
}

.home-how .container {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.home-how__header {
    max-width: 800px;
    margin-bottom: 46px;
}

.home-how__header h2 {
    margin: 0 0 18px;
    color: #0b2942;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.home-how__header p {
    margin: 0;
    color: #516173;
    font-size: 17px;
    line-height: 1.75;
}

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

.home-how__step {
    position: relative;
    min-height: 280px;
    padding: 34px 28px 30px;
    border-radius: 26px;
    border: 1px solid #e2ebf4;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 18px 45px rgba(15, 42, 65, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-how__step:hover {
    transform: translateY(-5px);
    border-color: #c7dff2;
    box-shadow: 0 26px 65px rgba(15, 42, 65, 0.13);
}

.home-how__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 24px;
    border-radius: 18px;
    background: #0b5c94;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 14px 32px rgba(11, 92, 148, 0.28);
}

.home-how__step h3 {
    margin: 0 0 14px;
    color: #102033;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -0.03em;
}

.home-how__step p {
    margin: 0;
    color: #5a6878;
    font-size: 15px;
    line-height: 1.7;
}

.home-how__note {
    margin-top: 30px;
    padding: 22px 24px;
    border-radius: 22px;
    border: 1px solid #cfe3f6;
    background: #f0f8ff;
}

.home-how__note p {
    margin: 0;
    color: #38546c;
    font-size: 15px;
    line-height: 1.7;
}

.home-how__note p::before {
    content: "i";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    border-radius: 50%;
    background: #0b5c94;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    font-style: normal;
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1100px) {

    .home-how__grid {
        grid-template-columns: 1fr;
    }

    .home-how__step {
        min-height: auto;
    }

}

@media (max-width: 768px) {

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

    .home-how .container {
        padding: 0 18px;
    }

    .home-how__header {
        margin-bottom: 34px;
    }

    .home-how__header h2 {
        font-size: 34px;
    }

    .home-how__header p {
        font-size: 16px;
    }

    .home-how__step {
        padding: 28px 24px;
        border-radius: 24px;
    }

    .home-how__number {
        width: 52px;
        height: 52px;
        margin-bottom: 20px;
        border-radius: 16px;
        font-size: 17px;
    }

    .home-how__note {
        padding: 20px 22px;
    }

}

@media (max-width: 480px) {

    .home-how {
        padding: 60px 0;
    }

    .home-how__header h2 {
        font-size: 30px;
    }

    .home-how__step h3 {
        font-size: 21px;
    }

    .home-how__step p,
    .home-how__note p {
        font-size: 14.5px;
    }

}
}