/*========================================= SPA HERO Namespace : spahero-* =========================================*/
.spahero-section {
    background: #0C1C45;
    padding: 90px 0;
    overflow: hidden;
}

.spahero-content {
    max-width: 520px;
}

/* Badge */
.spahero-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: var(--corner-radius-33554400, 2097150rem);
    background: var(--color-orange-5415, rgba(255, 119, 22, 0.15));
    color: var(--vykal-ad-pages-lovable-app-pumpkin, var(--ring, #FF7716));
    font-family: var(--font-family-Font-1, Inter);
    font-size: var(--font-size-12, 0.75rem);
    font-style: normal;
    font-weight: var(--font-weight-600, 600);
    line-height: var(--item-spacing-s, 1rem);
    letter-spacing: var(--letter-spacing-0_6, 0.0375rem);
    text-transform: uppercase;
}

.spahero-title {
    margin-bottom: 28px;
    color: var(--vykal-ad-pages-lovable-app-zircon, var(--primary-foreground, #F9FCFF));
    font-family: var(--font-family-Font-2, "Plus Jakarta Sans");
    font-size: var(--font-size-48, 3rem);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--line-height-60, 3.75rem);
    letter-spacing: var(--letter-spacing--0_96, -0.06rem);
}

.spahero-title span {
    display: block;
}

.spahero-description {
    margin-bottom: 38px;
    color: var(--vykal-ad-pages-lovable-app-white-80, var(--color-white-80, rgba(255, 255, 255, 0.80)));
    font-family: var(--font-family-Font-1, Inter);
    font-size: var(--font-size-18, 1.125rem);
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-28, 1.75rem);
}

.spahero-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.spahero-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 147px;
    height: 50.8px;
    background: #FF6B00;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: .35s;
    font-family: "Inter";
    border-radius: var(--corner-radius-9999, 624.9375rem);
    box-shadow: 0 12px 28px -10px rgba(243, 104, 15, 0.45);
}

.spahero-btn-primary:hover {
    background: #fff;
    color: #162B59;
    transform: translateY(-3px);
}

.spahero-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 147px;
    height: 50.8px;
    text-decoration: none;
    transition: .35s;
    border-radius: var(--corner-radius-9999, 624.9375rem);
    border: var(--stroke-weight-1, 1px) solid var(--color-white-25, rgba(255, 255, 255, 0.25));
    color: var(--vykal-ad-pages-lovable-app-zircon, var(--primary-foreground, #F9FCFF));
    text-align: center;
    font-family: var(--font-family-Font-1, Inter);
    font-size: 14px;
    font-style: normal;
    font-weight: var(--font-weight-500, 500);
    line-height: var(--line-height-24, 1.5rem);
}

.spahero-btn-outline:hover {
    background: #fff;
    color: #162B59;
}

/* Image */
.spahero-image-box {
    position: relative;
    max-width: 540px;
    margin-left: auto;
}

.spahero-image {
    width: 100%;
    border-radius: 24px;
    display: block;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .18);
    transition: .4s;
    height: 300.592px;
    object-fit: cover;
}

.spahero-image:hover {
    transform: scale(1.02);
}

/*========================================= Responsive =========================================*/
@media (max-width:1199px) {
    .spahero-title {
        font-size: 50px;
    }
}

@media (max-width:991px) {
    .spahero-section {
        padding: 70px 0;
    }

    .spahero-content {
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .spahero-title {
        font-size: 44px;
    }

    .spahero-description {
        max-width: 620px;
        margin: 0 auto 35px;
    }

    .spahero-buttons {
        justify-content: center;
    }

    .spahero-image-box {
        max-width: 620px;
        margin: 20px auto 0;
    }
}

@media (max-width:767px) {
    .spahero-section {
        padding: 55px 0;
    }

    .spahero-badge {
        font-size: 11px;
        padding: 7px 14px;
        margin-bottom: 18px;
    }

    .spahero-title {
        font-size: 34px;
        line-height: 1.2;
    }

    .spahero-description {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .spahero-buttons {
        flex-direction: column;
        gap: 14px;
    }

    .spahero-btn-primary, .spahero-btn-outline {
        width: 100%;
        padding: 15px;
        justify-content: center;
    }

    .spahero-image {
        border-radius: 18px;
    }
}

@media (max-width:575px) {
    .spahero-title {
        font-size: 30px;
    }

    .spahero-description {
        font-size: 15px;
        line-height: 1.7;
    }

    .spahero-section {
        padding: 45px 0;
    }

    .spahero-image-box {
        margin-top: 15px;
    }
}

/*========================================= WASH BENEFITS Namespace : washbenefit-* =========================================*/
.washbenefit-section {
    padding: 60px 0;
    background: var(--background, #FDFCF9);
}

/*========================= Heading =========================*/
.washbenefit-heading {
    margin-bottom: 45px;
}

.washbenefit-title {
    color: #162B59;
    margin-bottom: 18px;
    color: var(--vykal-ad-pages-lovable-app-blue-zodiac, var(--primary, #0C1C45));
    text-align: center;
    /* vykal-ad-pages.lovable.app/Plus Jakarta Sans/Bold */
    font-family: var(--font-family-Font-2, "Plus Jakarta Sans");
    font-size: var(--font-size-36, 2.25rem);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--line-height-40, 2.5rem);
    /* 111.111% */
    letter-spacing: var(--letter-spacing--0_72, -0.045rem);
}

.washbenefit-description {
    max-width: 720px;
    margin: auto;
    color: var(--vykal-ad-pages-lovable-app-shuttle-gray, var(--muted-foreground, #5E636F));
    text-align: center;
    /* vykal-ad-pages.lovable.app/Inter/Regular */
    font-family: var(--font-family-Font-1, Inter);
    font-size: var(--item-spacing-s, 1rem);
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--item-spacing-s, 1.5rem);
    /* 150% */
}

/*========================= Cards =========================*/
.washbenefit-card {
    background: #fff;
    border: 1px solid #E7EDF4;
    border-radius: 18px;
    padding: 16px 12px;
    text-align: center;
    height: 100%;
    transition: .35s;
    border-radius: var(--font-size-16, 1rem);
    box-shadow: 0 8px 24px -12px rgba(8, 21, 44, 0.18);
}

.washbenefit-card:hover {
    transform: translateY(-8px);
    border-color: #FF6B00;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
}

.washbenefit-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
    border-radius: var(--corner-radius-18, 1.125rem);
    background: var(--color-orange-5410, rgba(255, 119, 22, 0.10));
}

.washbenefit-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    transition: .35s;
}

.washbenefit-card:hover .washbenefit-icon {
    background: #FF6B00;
    transform: rotate(-8deg);
}

/* SVG icon (preferred) */
.washbenefit-card:hover .washbenefit-icon svg path {
    fill: #fff;
}

/* If PNG/SVG image */
.washbenefit-card:hover .washbenefit-icon img {
    transform: scale(1.08);
}

.washbenefit-card h5 {
    margin: 0;
    color: var(--vykal-ad-pages-lovable-app-blue-zodiac, var(--primary, #0C1C45));
    text-align: center;
    font-family: var(--font-family-Font-1, Inter);
    font-size: var(--font-size-14, 0.875rem);
    font-style: normal;
    font-weight: var(--font-weight-600, 600);
    line-height: var(--line-height-20, 1.25rem);
}

@media (max-width:1199px) {
    .washbenefit-title {
        font-size: 44px;
    }
}

@media (max-width:991px) {
    .washbenefit-section {
        padding: 80px 0;
    }

    .washbenefit-heading {
        margin-bottom: 35px;
    }

    .washbenefit-title {
        font-size: 38px;
    }

    .washbenefit-description {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .washbenefit-section {
        padding: 60px 0;
    }

    .washbenefit-title {
        font-size: 30px;
        line-height: 1.25;
    }

    .washbenefit-description {
        font-size: 15px;
        line-height: 1.7;
    }

    .washbenefit-card {
        padding: 24px 16px;
    }

    .washbenefit-icon {
        width: 56px;
        height: 56px;
    }

    .washbenefit-icon img {
        width: 24px;
        height: 24px;
    }

    .washbenefit-card h5 {
        font-size: 15px;
    }
}

@media (max-width:575px) {
    .washbenefit-section {
        padding: 50px 0;
    }

    .washbenefit-heading {
        margin-bottom: 30px;
    }

    .washbenefit-title {
        font-size: 26px;
    }

    .washbenefit-description {
        font-size: 14px;
    }

    .washbenefit-card {
        max-width: 280px;
        margin: auto;
    }
}

/*========================================= DETAIL PACKAGE Namespace : detailpackage-* =========================================*/
.detailpackage-section {
    padding: 60px 0;
    background: var(--surface, #F8F7F3);
}

/*========================= Heading =========================*/
.detailpackage-title {
    margin-bottom: 20px;
    color: var(--vykal-ad-pages-lovable-app-blue-zodiac, var(--primary, #0C1C45));
    text-align: center;
    font-family: var(--font-family-Font-2, "Plus Jakarta Sans");
    font-size: var(--font-size-36, 2.25rem);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--line-height-40, 2.5rem);
    /* 111.111% */
    letter-spacing: var(--letter-spacing--0_72, -0.045rem);
}

/*========================= Cards =========================*/
.detailpackage-card {
    position: relative;
    background: #fff;
    border: 1px solid #E6ECF3;
    padding: 34px;
    height: 100%;
    transition: .35s;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .05);
    border-radius: var(--font-size-16, 1rem);
    box-shadow: 0 8px 24px -12px rgba(8, 21, 44, 0.18);
}

.detailpackage-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
}

.detailpackage-active {
    border: 2px solid #FF6B00;
    box-shadow: 0 18px 45px rgba(255, 122, 34, .12);
}

/* Badge */
.detailpackage-badge {
    position: absolute;
    top: -14px;
    left: 26px;
    background: #FFF3EC;
    padding: 7px 18px;
    border-radius: 30px;
    box-shadow: 0 0 0 6px #fff;
    color: var(--vykal-ad-pages-lovable-app-pumpkin, var(--ring, #FF7716));
    /* vykal-ad-pages.lovable.app/Inter/Semi Bold upper */
    font-family: var(--font-family-Font-1, Inter);
    font-size: var(--font-size-12, 0.75rem);
    font-style: normal;
    font-weight: var(--font-weight-600, 600);
    line-height: var(--item-spacing-s, 1rem);
    /* 133.333% */
    letter-spacing: var(--letter-spacing-0_6, 0.0375rem);
    text-transform: uppercase;
}

/* Title */
.detailpackage-card h3 {
    margin: 0 0 12px;
    color: var(--vykal-ad-pages-lovable-app-blue-zodiac, var(--primary, #0C1C45));
    /* vykal-ad-pages.lovable.app/Plus Jakarta Sans/Bold */
    font-family: var(--font-family-Font-2, "Plus Jakarta Sans");
    font-size: var(--item-spacing-s, 1.5rem);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--line-height-32, 2rem);
    /* 133.333% */
    letter-spacing: var(--letter-spacing--0_48, -0.03rem);
}

.detailpackage-subtitle {
    margin-bottom: 28px;
    color: var(--vykal-ad-pages-lovable-app-shuttle-gray, var(--muted-foreground, #5E636F));
    font-family: var(--font-family-Font-1, Inter);
    font-size: var(--font-size-14, 0.875rem);
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-20, 1.25rem);
}

/*========================= List =========================*/
.detailpackage-list {
    list-style: none;
    padding: 0;
    margin: 0 0 35px;
}

.detailpackage-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: var(--vykal-ad-pages-lovable-app-ebony-85, var(--color-azure-1085, rgba(15, 22, 36, 0.85)));
    font-family: var(--font-family-Font-1, Inter);
    font-size: var(--font-size-14, 0.875rem);
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-20, 1.25rem);
}

.detailpackage-list i {
    color: #4fd08b;
    font-size: 16px;
}

/*========================= Button =========================*/
.detailpackage-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 51px;
    background: #FF6B00;
    text-decoration: none;
    transition: .35s;
    font-family: "Inter";
    border-radius: var(--corner-radius-9999, 624.9375rem);
    box-shadow: 0 12px 28px -10px rgba(243, 104, 15, 0.45);
    color: var(--vykal-ad-pages-lovable-app-zircon, var(--primary-foreground, #F9FCFF));
    text-align: center;
    /* vykal-ad-pages.lovable.app/Inter/Semi Bold */
    font-size: 14px;
    font-style: normal;
    font-weight: var(--font-weight-600, 600);
    line-height: var(--line-height-22_8, 1.425rem);
    /* 150% */
}

.detailpackage-btn:hover {
    background: #162B59;
    color: #fff;
    transform: translateY(-2px);
}

/*========================= Note =========================*/
.detailpackage-note {
    text-align: center;
    margin: 0;
    color: var(--vykal-ad-pages-lovable-app-shuttle-gray, var(--muted-foreground, #5E636F));
    text-align: center;
    font-family: var(--font-family-Font-1, Inter);
    font-size: var(--font-size-12, 0.75rem);
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--item-spacing-s, 1rem);
}

/*========================================= Responsive =========================================*/
@media(max-width:1199px) {
    .detailpackage-title {
        font-size: 42px;
    }
}

@media(max-width:991px) {
    .detailpackage-section {
        padding: 80px 0;
    }

    .detailpackage-title {
        font-size: 36px;
    }

    .detailpackage-card {
        padding: 28px;
    }
}

@media(max-width:767px) {
    .detailpackage-section {
        padding: 60px 0;
    }

    .detailpackage-title {
        font-size: 30px;
        line-height: 1.25;
    }

    .detailpackage-card {
        padding: 24px;
        border-radius: 18px;
    }

    .detailpackage-card h3 {
        font-size: 24px;
    }

    .detailpackage-subtitle {
        font-size: 14px;
    }

    .detailpackage-list li {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .detailpackage-btn {
        height: 52px;
        font-size: 15px;
    }

    .detailpackage-badge {
        left: 20px;
        font-size: 10px;
        padding: 6px 14px;
    }

    .detailpackage-note {
        font-size: 12px;
        line-height: 1.6;
    }
}

@media(max-width:575px) {
    .detailpackage-title {
        font-size: 26px;
    }

    .detailpackage-card {
        max-width: 380px;
        margin: auto;
    }

    .detailpackage-card+.detailpackage-card {
        margin-top: 18px;
    }
}