/* =========================================================
           1. TYPOGRAPHY & GLOBAL UTILITIES
           ========================================================= */
html,
body {
    overflow-x: hidden;
}
.atkinson-hyperlegible-regular {
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.atkinson-hyperlegible-bold {
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.atkinson-hyperlegible-regular-italic {
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: 400;
    font-style: italic;
}
.atkinson-hyperlegible-bold-italic {
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: 700;
    font-style: italic;
}

/* =========================================================
           2. HERO SECTION
           ========================================================= */
.hero-header .carousel-item img {
    height: 110vh;
    object-fit: cover;
    filter: brightness(0.75);
}
.hero-content-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    padding: 0 20px;
}
.hero-text-box {
    margin-top: 200px;
    width: 100%;
    max-width: 1000px;
    text-align: center;
}
.hero-text-flex {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.text-paradise {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 2px;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0;
}
.text-tabaruce {
    font-family: "poppins", sans-serif;
    font-size: 5rem;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    line-height: 0.8;
    margin-bottom: 0;
}

/* Button Jelajahi */
.btn-jelajahi {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0097b2;
    background-color: transparent;
    border: 2px solid #0097b2;
    padding: 15px 50px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-jelajahi:hover {
    background-color: var(--hover-color);;
    color: #333;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #333;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
}
.btn-jelajahi:hover .icon-circle {
    background-color: #333;
    color: white;
}

/* =========================================================
           3. GLOBAL DIVIDERS & LINES
           ========================================================= */
.custom-divider {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #0097b2;
    margin: 20px 0 40px 0;
}
.custom-divider::before,
.custom-divider::after {
    content: "";
    position: absolute;
    top: -6px;
    width: 15px;
    height: 15px;
    background-color: #0097b2;
    border-radius: 50%;
}
.custom-divider::before {
    left: 0;
}
.custom-divider::after {
    right: 0;
}

/* Introduction & Coastal Dividers */
.custom-divider-introduction-start,
.custom-divider-introduction-end,
.custom-divider-coastal-start,
.custom-divider-coastal-end {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #187270;
}
.custom-divider-introduction-start,
.custom-divider-introduction-end {
    margin: 20px 0 40px 0;
}
.custom-divider-introduction-start::after,
.custom-divider-coastal-end::after {
    content: "";
    position: absolute;
    top: -4px;
    right: 0;
    width: 10px;
    height: 10px;
    background-color: #187270;
    border-radius: 50%;
}
.custom-divider-introduction-end::before,
.custom-divider-coastal-start::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #187270;
    border-radius: 50%;
}

/* Sajian & Rumput Laut Dividers */
.sajian-divider-line,
.rumput-divider-line {
    position: relative;
    width: 100%;
    height: 3px;
    background-color: #187270;
}
.sajian-divider-line {
    margin-bottom: 1.5rem;
}
.rumput-divider-line {
    margin: 10px 0 25px 0;
}

.sajian-divider-line::before,
.sajian-divider-line::after,
.rumput-divider-line::before,
.rumput-divider-line::after {
    content: "";
    position: absolute;
    top: -6px;
    width: 15px;
    height: 15px;
    background-color: #187270;
    border-radius: 50%;
}
.sajian-divider-line::before,
.rumput-divider-line::before {
    left: 0;
}
.sajian-divider-line::after,
.rumput-divider-line::after {
    right: 0;
}

/* Pesona Dividers */
.pesona-divider-1,
.pesona-divider-2 {
    position: relative;
    height: 2px;
    background-color: #187270;
    width: 100%;
    margin: 2rem 0;
}
.pesona-divider-1::after,
.pesona-divider-2::after {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    width: 14px;
    height: 14px;
    background-color: #187270;
    border-radius: 50%;
}

/* =========================================================
           4. COASTAL HARMONY SECTION
           ========================================================= */
#coastal-harmony,
#garam {
    background-color: #eeffff;
    padding-top: 40px;
    padding-bottom: 80px;
}
#coastal-harmony-content {
    padding-top: 20px;
    padding-bottom: 80px;
}
#img-introduction {
    margin-top: -12%;
}
.coastal-main-img {
    width: 100%;
}
.coastal-title-1,
.coastal-title-2 {
    font-family: "Atkinson Hyperlegible", sans-serif;
    color: #187270;
}
.coastal-title-1 {
    font-weight: 900;
}
.coastal-title-2 {
    font-weight: 900;
    font-style: italic;
}
.coastal-desc {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-bottom: 1rem;
}

/* =========================================================
           5. PESONA TANARAJAE SECTION
           ========================================================= */
#pesona-tanarajae {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.pesona-title-pesona,
.pesona-title-tanarajae {
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-size: 6.5rem;
    color: #187270;
    line-height: 0.9;
}
.pesona-title-pesona {
    font-weight: 900;
    letter-spacing: -2px;
}
.pesona-title-tanarajae {
    font-weight: 700;
    font-style: italic;
}

.pesona-beauty-text {
    color: #187270;
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 2rem;
    line-height: 1.1;
}
.pesona-item-title {
    color: #187270;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}
.pesona-item-desc {
    color: #187270;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
    text-transform: capitalize;
}
.pesona-sprout-img {
    border-radius: 20px 40px 20px 20px;
    object-fit: cover;
    width: 100%;
    max-width: 250px;
    height: 220px;
    margin-top: 1rem;
}
.collage-main {
    border-radius: 40px 40px 0 40px;
    height: 100% !important;
    width: 100% !important;
}
.collage-side-1 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    border-radius: 15px;
    width: 100px;
    height: 100px;
    min-height: 250px;
    object-fit: cover;
    position: absolute;
}
.collage-side-2 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    border-radius: 40px 15px 40px 40px;
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: cover;
}

/* =========================================================
           6. SAJIAN PESISIR SECTION
           ========================================================= */
#sajian-pesisir-section {
    background-color: #eeffff;
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
}
.sajian-img-1 {
    border-radius: 15px;
    height: 500px;
    margin-bottom: -300px;
}
.sajian-img-2 {
    height: 380px;
}
.sajian-img-3 {
    height: 450px;
    object-fit: fill;
}
.nutrisi-box {
    position: absolute;
    top: 40px;
    left: 10px;
    padding: 0 30px 20px 0;
    z-index: 2;
}
.nutrisi-title {
    font-family: "montserrat", sans-serif;
    font-weight: 1200;
    font-size: 2.6rem;
    color: #187270;
    margin: 0;
}
.sajian-title-main,
.sajian-title-sub {
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-size: 5.5rem;
    color: #187270;
}
.sajian-title-main {
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: -2px;
    margin-bottom: 0;
}
.sajian-title-sub {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: 0.5;
    letter-spacing: -3px;
}
.sajian-feature-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 0.95rem;
    color: #187270;
    margin-bottom: 0.5rem;
}
.sajian-feature-desc {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #187270;
    line-height: 1.3;
}

/* =========================================================
           7. RUMPUT LAUT SECTION
           ========================================================= */
#rumput-laut-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
}
.rumput-title-main {
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: 900;
    font-size: 5.5rem;
    color: #187270;
    line-height: 1;
    letter-spacing: -2px;
    margin-bottom: 0;
}
.rumput-title-sub {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 2.2rem;
    color: #187270;
    text-transform: uppercase;
}
.rumput-img-1 {
    border-radius: 15px;
    object-fit: cover;
    height: 550px;
}
.rumput-img-2 {
    border-radius: 15px;
    object-fit: fill;
}
.rumput-desc-main {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 0.9rem;
    color: #187270;
    line-height: 1.8;
    text-transform: uppercase;
}
.rumput-feature-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 1rem;
    color: #187270;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
}
.rumput-feature-desc {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    color: #187270;
    line-height: 1.4;
}

/* =========================================================
           8. TIMELINE & GARAM & SCROLL SECTION
           ========================================================= */
.timeline-container {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 1.5rem;
    max-width: 900px;
    margin: 2rem auto;
    font-family: Arial, sans-serif;
    color: #4a4a4a;
}
.timeline-text {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.timeline-text p {
    font-style: italic;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.6;
    margin: 0;
}
.timeline-divider {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem 0;
}
.timeline-dot {
    width: 14px;
    height: 14px;
    background-color: #1f7568;
    border-radius: 50%;
    flex-shrink: 0;
}
.timeline-line {
    width: 2px;
    background-color: #1f7568;
    flex-grow: 1;
}

.garam-title-main {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 3.5rem;
    color: #187270;
    line-height: 1.5;
    letter-spacing: -2px;
    margin-bottom: 0;
    margin-top: 20px;
}
.garam-title-sub {
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 3rem;
    color: #187270;
    text-transform: uppercase;
}
#img-garam-container {
    margin-bottom: -180px;
}
#img-garam {
    height: 20%;
    width: 20%;
}
.sub-sari-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 2rem;
    color: #187270;
    text-transform: uppercase;
}
.sub-sari-paragraph {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    line-height: 1;
    color: #187270;
    text-transform: capitalize;
}

.scroll-section {
    position: relative;
    width: 100%;
    height: 20vh;
    margin-top: 80px;
    margin-bottom: 80px;
    display: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.scroll-section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.scroll-section-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 20px;
}
.scroll-title {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* =========================================================
           9. RESPONSIVE / MEDIA QUERIES
           ========================================================= */

/* --- TABLET & DESKTOP (Min-Width: 768px) --- */
@media (min-width: 768px) {
    .hero-text-flex {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }
    .text-paradise {
        font-size: 1.8rem;
        text-align: left;
        padding-bottom: 10px;
    }
    .text-tabaruce {
        font-size: 5rem;
        text-align: right;
    }

    .coastal-main-img {
        margin-bottom: -130px;
    }
    .coastal-title-1 {
        font-size: 120px;
        line-height: 0.5;
        margin-left: -170px;
        margin-top: -70px;
    }
    .coastal-title-2 {
        font-size: 120px;
        margin-left: -50px;
        line-height: 1;
        margin-bottom: 0;
    }
    .coastal-desc {
        color: #187270;
        font-size: 0.9rem;
    }
    .coastal-text-wrapper {
        padding: 0 1.5rem;
    }
}

/* --- LAPTOP (Max-Width: 1320px) --- */
@media (max-width: 1320px) {
    .sajian-img-1 {
        height: 430px;
        margin-bottom: -120px;
    }
    .sajian-img-2 {
        height: 280px;
    }
    .sajian-img-3 {
        height: 380px;
    }
    .nutrisi-title {
        font-size: 2.3rem;
    }
    .sajian-title-main {
        font-size: 5rem;
    }
    .sajian-title-sub {
        font-size: 4.5rem;
    }
    .sajian-feature-title {
        font-size: 0.7rem;
    }
    .sajian-feature-desc {
        font-size: 0.7rem;
    }
}

/* --- MOBILE & TABLET PORTRAIT (Max-Width: 991px) --- */
@media (max-width: 991px) {
    /* Hero Overrides */
    .hero-text-box {
        margin-top: 0;
        height: 100vh;
        position: relative;
        display: block;
        padding: 0;
    }
    .hero-text-flex {
        position: absolute;
        top: 180px;
        right: 20px;
        display: flex;
        flex-direction: column;
        z-index: 99;
    }
    .text-paradise {
        font-size: 1rem;
        letter-spacing: 1px;
        margin-bottom: 5px;
        text-align: right;
    }
    .text-tabaruce {
        font-size: 2rem;
        line-height: 1;
        text-align: left;
    }
    .custom-divider {
        display: none !important;
    }

    .hero-btn-wrapper {
        position: absolute;
        bottom: 15%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        display: flex;
        justify-content: center;
        z-index: 99;
    }
    .btn-jelajahi {
        border-radius: 50px;
        padding: 10px 25px;
        font-size: 0.9rem;
        border: 1px solid rgba(255, 255, 255, 0.8);
    }
    .icon-circle {
        width: 20px;
        height: 20px;
        font-size: 10px;
        margin-right: 8px;
    }

    /* General Mobile Utilities */
    .mobile-title-intro {
        color: #9c811f !important;
        font-size: 45px !important;
        line-height: 1 !important;
    }
    .mobile-subtitle-intro {
        color: #187270 !important;
        font-size: 30px;
        line-height: 1.2;
    }
    .mobile-text {
        color: #444345 !important;
        font-size: 0.7rem !important;
        line-height: 1.2;
    }
    .mobile-img-top {
        border-radius: 10px;
        object-fit: cover;
    }
    .mobile-img-child {
        border-radius: 8px;
        object-fit: cover;
        height: 100%;
        min-height: 160px;
    }
    .responsive-title {
        font-size: 40px !important;
        text-align: center;
    }
    .mobile-center-text {
        text-align: center !important;
    }
    .mobile-center-divider {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .mobile-rounded-img {
        border-radius: 15px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    /* Mobile Dividers */
    .custom-divider-mobile,
    .custom-divider-pesona-mobile {
        position: relative;
        height: 2px;
        background-color: #9c811f;
    }
    .custom-divider-mobile {
        width: 100%;
        margin: 15px 0;
    }
    .custom-divider-pesona-mobile {
        width: 85%;
        margin: 10px auto 15px auto;
    }
    .custom-divider-mobile::before,
    .custom-divider-mobile::after,
    .custom-divider-pesona-mobile::before,
    .custom-divider-pesona-mobile::after {
        content: "";
        position: absolute;
        top: -4px;
        width: 10px;
        height: 10px;
        background-color: #9c811f;
        border-radius: 50%;
    }
    .custom-divider-mobile::before,
    .custom-divider-pesona-mobile::before {
        left: 0;
    }
    .custom-divider-mobile::after,
    .custom-divider-pesona-mobile::after {
        right: 0;
    }

    /* Coastal Harmony Overrides */
    #img-introduction {
        margin-top: 0px !important;
    }
    #coastal-harmony {
        background-color: #ffffff00;
    }
    .coastal-main-img {
        height: 100%;
        object-fit: cover;
        min-height: 220px;
        border-radius: 15px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
    .coastal-title-1,
    .coastal-title-2 {
        font-size: 32px;
        line-height: 1;
        text-transform: uppercase;
    }
    .coastal-title-1 {
        margin-bottom: 0;
    }
    .coastal-title-2 {
        margin-bottom: 10px;
    }
    .coastal-desc {
        color: #444345;
        font-size: 0.65rem;
        line-height: 1.4;
    }

    /* Pesona Overrides */
    .pesona-title-pesona,
    .pesona-title-tanarajae {
        font-size: 4rem;
        display: inline-block;
    }
    .pesona-beauty-text {
        font-size: 1.5rem;
        margin-top: 1rem;
    }
    .pesona-desc-mobile {
        color: #444345;
        font-size: 0.85rem;
        line-height: 1.5;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
    }
    .pesona-collage-wrapper {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .collage-main,
    .collage-side-1,
    .collage-side-2 {
        grid-column: 1 / -1;
        grid-row: auto;
        border-radius: 20px;
        min-height: 300px;
    }
    .pesona-sprout-img {
        max-width: 100%;
        height: auto;
    }

    /* Sajian Mobile Kolase */
    .mobile-sajian-collage {
        position: relative;
        width: 100%;
        padding-bottom: 105%;
        margin-top: 10px;
    }
    .msc-img-1 {
        position: absolute;
        top: 0;
        left: 3%;
        width: 23%;
        height: auto;
    }
    .msc-img-2 {
        position: absolute;
        top: 10%;
        left: 28%;
        width: 29%;
        height: auto;
    }
    .msc-img-3 {
        position: absolute;
        bottom: 25%;
        right: 3%;
        width: 50%;
        height: auto;
    }
    .msc-text-top {
        position: absolute;
        top: 4%;
        right: 3%;
        text-align: right;
    }

    .msc-title-bandeng,
    .msc-title-sajian,
    .msc-title-pesisir {
        font-family: "Montserrat", sans-serif;
        font-weight: 900;
        font-size: 2rem;
        color: #187270;
        letter-spacing: -1px;
    }
    .msc-title-bandeng {
        line-height: 1;
    }
    .msc-title-sajian {
        font-style: italic;
        line-height: 1;
    }
    .msc-title-pesisir {
        font-style: italic;
        line-height: 0.9;
    }

    .msc-text-bottom {
        position: absolute;
        bottom: 35%;
        left: 5%;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 1.5rem;
        color: #187270;
        line-height: 1.1;
        letter-spacing: -1px;
    }
    .msc-text-bottom-1 {
        position: absolute;
        bottom: 25%;
        left: 5%;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 1.5rem;
        color: #187270;
        line-height: 1.1;
        letter-spacing: -1px;
    }
    .msc-desc {
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 0.85rem;
        color: #000000;
        line-height: 1.5;
        padding: 0 15px;
    }

    /* Rumput Laut Kolase Baru */
    .mobile-rumput-collage {
        position: relative;
        width: 100%;
        padding-bottom: 85%;
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .mrc-img-1 {
        position: absolute;
        top: 0;
        left: 5%;
        width: 75%;
        height: 85%;
        object-fit: cover;
        border-radius: 15px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
    .mrc-img-2 {
        position: absolute;
        bottom: 0;
        right: 5%;
        width: 55%;
        height: 55%;
        object-fit: cover;
        border-radius: 15px;
        border: 6px solid #ffffff;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        z-index: 2;
    }
}

/* --- MOBILE SCROLL & GARAM (Max-Width: 767px) --- */
@media (max-width: 767px) {
    .scroll-section {
        display: flex;
        height: 20vh;
    }
    .scroll-title {
        font-size: 1.5rem;
    }
    .mobile-rumput-collage {
        padding-bottom: 0 !important;
        margin-bottom: 0;
    }
    #rumput-laut-section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    #sajian-pesisir-section {
        background-color: #ffffff00 !important;
        padding-top: 0;
        padding-bottom: 0;
    }
    #garam {
        background-color: #eeffff00;
    }
    .garam-title-main {
        font-size: 2rem;
        line-height: 1.5;
        font-style: italic;
    }
    #img-garam-container {
        margin-bottom: -70px;
    }
    #img-garam {
        height: 100%;
        width: 100%;
    }
    .sub-sari-title {
        font-family: "Montserrat", sans-serif;
        font-weight: 900;
        font-size: 1rem;
        color: #187270;
        text-transform: uppercase;
    }
    .sub-sari-paragraph {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 0.7rem;
        color: #187270;
        text-transform: capitalize;
    }
}

/* --- EXTRA SMALL MOBILE (Max-Width: 380px) --- */
@media (max-width: 380px) {
    .msc-title-bandeng,
    .msc-title-sajian,
    .msc-title-pesisir {
        font-size: 1.9rem;
    }
    .msc-text-bottom {
        font-size: 1.6rem;
    }
}
/* Kelas dasar untuk elemen yang akan dianimasikan */
.reveal-up {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
}

.reveal-left {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s ease-out;
}

.reveal-right {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s ease-out;
}

/* Kelas yang ditambahkan oleh JavaScript saat elemen masuk ke layar */
.reveal-active {
    opacity: 1;
    transform: translate(0, 0);
}
body.lang-foreign h1:not(.keep-size),
body.lang-foreign .text-tabaruce:not(.keep-size) {
    font-size: 3rem !important;
}

/* Mengecilkan H2, KECUALI yang memiliki class 'keep-size' */
body.lang-foreign h2:not(.keep-size),
body.lang-foreign .section-title:not(.keep-size),
body.lang-foreign .title-feature:not(.keep-size) {
    font-size: 1.8rem !important;
    line-height: 1.4 !important;
}

/* Penyesuaian ekstra untuk layar HP (Mobile) */
@media (max-width: 768px) {
    body.lang-foreign h1:not(.keep-size),
    body.lang-foreign .text-tabaruce:not(.keep-size) {
        font-size: 2.2rem !important;
    }
    body.lang-foreign h2:not(.keep-size),
    body.lang-foreign .section-title:not(.keep-size),
    body.lang-foreign .title-feature:not(.keep-size) {
        font-size: 1.4rem !important;
    }
}
