body {
    overflow: hidden;
}

.hero-section p, .benefit-section p {
    font-size: 1.4rem;
}

.hero-section {
    background: linear-gradient(285deg, #257AB4 17.33%, #206A9C 31.64%, #0F3449 76.7%, #0B2835 91.43%);
    color: #FFFFFF;
}

.hero-section .paper-container {
    padding-top: 9rem;
    padding-bottom: 0;
}

.hero-section .flex-container {
    justify-content: space-between;
}

.hero-section .text-content h1 {
    padding-bottom: 1rem;
    line-height: 1.5;
    z-index: 2;
    position: relative;
}

.hero-section .illustration-content {
    width: 50%;
}

.hero-section .illustration-content img {
    width: 100%;
    position: relative;
    top: 3em;
}

.cta .green-button {
    background: #5FA700;
    border-color: #5FA700;
    padding: 12px 22px;
}

.cta .green-button:hover {
    background: transparent;
    color: #5FA700;
}

.trust-section, .feature-section {
    color: #133F5D;
}

.customer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5em;
    flex-wrap: wrap;
}

.customer-logo .logo-wrapper img {
    height: 80px;
}

.customer-logo .logo-wrapper img#tehkotjok-logo {
    height: 56px;
}

.customer-logo .logo-wrapper img#secbowl-logo {
    height: 70px;
}

.benefit-section {
    background: linear-gradient(285deg, #257AB4 17.33%, #206A9C 31.64%, #0F3449 76.7%, #0B2835 91.43%);
    color: #FFFFFF;
}

.benefit.even .benefit-text {
    order: 2;
    text-align: left;
}

.benefit-text {
    text-align: right;
    width: 60%;
}

.benefit-illustration {
    width: 80%;
}

.benefit-illustration img {
    width: 100%;
    max-width: 600px;
}

.benefit.first {
    margin-bottom: -10em;
}

.benefit.third {
    margin-bottom: -4em;
    margin-top: -7em;
}

.benefit.fourth {
    margin-bottom: -3em;
    margin-top: -4em;
}

.benefit.second .benefit-illustration img {
    max-width: 540px;
}

.benefit.third .benefit-illustration img {
    margin-left: 4em;
}

.benefit.fourth .benefit-illustration img {
    margin-left: -4em;
}

.benefit.fourth .benefit-illustration img, .benefit.fifth .benefit-illustration img {
    max-width: none;
}

.feature-container {
    position: relative;
    height: 320px;
    width: 100%;
    max-width: 900px;
    margin: auto;
    overflow: hidden;
}

.feature-indicators {
    position: absolute;
    top: 50%;
    left: 5rem;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 2;
}

/* .feature-indicators::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 135%;
    background-color: #ECEFF1;
    top: -17.5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
} */

.indicator {
    width: 16px;
    height: 16px;
    background-color: #ECEFF1;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.indicator.active {
    background-color: #93C854;
}

.feature {
    border-radius: 15px;
    background: #CAE2F2;
    padding: 30px 32px;
    width: 100%;
    max-width: 680px;
    height: 320px;
    margin: auto;
    transition: opacity 0.5s ease-in-out;
    display: none;
    justify-content: space-between;
}

.feature.active {
    display: flex;
}

.feature-text {
    width: 100%;
    max-width: 320px;
}

.feature-text h3 {
    font-size: 1.3rem;
    padding-bottom: 5px;
}

.feature-illustration {
    width: 100%;
    max-height: 230px;
}

.feature-illustration img {
    width: 100%;
    max-width: 280px;
    display: flex;
    margin: auto;
    position: relative;
}

#slide1 .feature-illustration img, #slide3 .feature-illustration img {
    bottom: 0.8em;
    right: -2em;
}

#slide2 .feature-illustration img, #slide4 .feature-illustration img, #slide5 .feature-illustration img {
    right: -2em;
}

.footer-content .paper-container {
    border-bottom: 1px solid #ffffff8f;
    padding-bottom: 0;
    padding-top: 3rem;
}

.footer-text h2 {
    color: #FFFFFF;
    text-align: left;
}

.footer-illustration img {
    width: 100%;
}

.button-row {
    display: flex;
    justify-content: flex-end;
    gap: 1.5em;
    max-width: 680px;
    margin: 1.5em auto 0;
    width: 100%;
    cursor: pointer;
}

@media (max-width: 1033px) {
    .hero-section .paper-container {
        padding-top: 7rem;
        padding-bottom: 6rem;
    }

    .hero-section .flex-container {
        flex-direction: column;
    }

    .hero-section .text-content {
        width: 100%;
        order: 2;
        text-align: center;
    }

    .hero-section .illustration-content img {
        top: 5em;
    }
}

@media (max-width: 930px) {
    .feature-indicators {
        left: 0;
    }
}

@media (max-width: 768px) {
    .laporan-keuangan .paper-container {
        padding: 4em 1em;
    }

    h1, h3 {
        padding-bottom: 0.5rem;
        line-height: 1.5;
    }

    .hero-section .text-content {
        margin-top: 3em;
    }

    .hero-section p, .benefit-section p {
        font-size: 1.2rem;
        line-height: 1.5;
    }

    .hero-section p {
        padding-bottom: 2rem;
    }

    .hero-section .illustration-content {
        width: 100%;
    }

    .hero-section .illustration-content img {
        max-width: 430px;
        display: flex;
        margin: auto;
        top: 8em;
        left: 2em;
    }

    .customer-logo {
        gap: 3em;
    }

    .benefit-section .flex-container {
        flex-direction: column;
    }

    .benefit-section .benefit-text, .benefit.even .benefit-text {
        order: 2;
        text-align: center;
        width: 100%;
        max-width: 400px;
    }

    .benefit-illustration img {
        max-width: 450px;
        display: flex;
        margin: 0 auto -4em;
    }

    .benefit.second .benefit-illustration img {
        max-width: 380px;
    }

    .benefit.first, .benefit.third {
        margin-bottom: 0;
        margin-top: 0;
    }

    .benefit.second, .benefit.third {
        margin-bottom: 3em;
    }

    .benefit.fourth {
        margin-bottom: 1em;
    }

    .benefit.third .benefit-illustration img, .benefit.fourth .benefit-illustration img {
        margin-left: auto;
    }

    .benefit.fourth .benefit-illustration img, .benefit.fifth .benefit-illustration img {
        max-width: 520px;
    }

    .feature-container {
        height: 520px;
        max-width: 400px;
        margin: auto;
    }

    .feature-indicators {
        top: 80%;
        transform: rotate(-90deg) translateX(-50%);
        left: 50%;
    }

    .feature {
        max-width: 420px;
        height: 450px;
        padding: 1rem;
        flex-direction: column;
        justify-content: center;
    }

    .feature#slide2 {
        justify-content: flex-start;
    }

    .feature-text {
        text-align: center;
        order: 2;
    }

    #slide1 .feature-illustration img, #slide3 .feature-illustration img {
        bottom: 1em;
        right: 0;
    }

    #slide2 .feature-illustration img, #slide4 .feature-illustration img, #slide5 .feature-illustration img {
        right: 0;
    }

    .feature-illustration img {
        max-width: 220px;
    }

    .footer-content .paper-container {
        padding-bottom: 4em;
        padding-top: 1em;
    }

    .footer-content .flex-container {
        flex-direction: column;
    }

    .footer-content .footer-text {
        order: 2;
        text-align: center;
        max-width: 500px;
        width: 100%;
    }

    .footer-content .footer-text h2 {
        text-align: center;
    }

    .footer-illustration img {
        max-width: 500px;
        margin-bottom: -2em;
        margin-left: -2em;
    }

    .button-row {
        margin: auto;
        justify-content: space-between;
        gap: 0;
        max-width: 350px;
        position: relative;
        bottom: 3em;
        z-index: 1;
    }
}

@media (max-width: 576px) {
    section br {
        display: none;
    }

    .hero-section .text-content {
        margin-top: 4em;
    }

    .benefit-illustration {
        width: 100%;
    }

    .benefit-illustration img {
        margin-bottom: -3em;
    }

    .benefit.fourth .benefit-illustration img, .benefit.fifth .benefit-illustration img {
        margin-bottom: -2em;
        width: 120%;
        margin-left: -2em;
    }

    .benefit.second .benefit-illustration img {
        max-width: 330px;
    }

    .benefit.third .benefit-illustration img {
        max-width: 375px;
    }

    .benefit.third {
        margin-bottom: 5em;
    }

    .benefit.fourth {
        margin-bottom: 2.5em;
    }

    .benefit-section .benefit-text, .benefit.even .benefit-text {
        max-width: 360px;
    }

    .footer-illustration img {
        max-width: 420px;
    }
}

@media (max-width: 480px) {
    .feature-container {
        height: 450px;
    }

    .feature {
        height: 400px;
    }

    .button-row {
        max-width: 320px;
        bottom: 1.8em;
    }

    .feature-indicators::after {
        height: 115%;
        top: -7.5%;
    }
}

@media (max-width: 375px) {
    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.6rem;
    }
    .hero-section p, .benefit-section p {
        font-size: 1.1rem;
    }

    .benefit.second .benefit-illustration img {
        max-width: 300px;
    }

    .benefit.third .benefit-illustration img {
        max-width: 350px;
    }

    .benefit.fourth .benefit-illustration img, .benefit.fifth .benefit-illustration img {
        max-width: 110%;
    }

    #slide1 .feature-illustration img, #slide3 .feature-illustration img {
        bottom: 0;
    }

    .feature-illustration {
        max-height: none;
        max-width: 220px;
    }

    .customer-logo .logo-wrapper img {
        height: 64px;
    }

    .customer-logo .logo-wrapper img#tehkotjok-logo {
        height: 42px;
    }

    .customer-logo .logo-wrapper img#secbowl-logo {
        height: 58px;
    }
}

@media (max-width: 352px) {
    .hero-section .paper-container {
        padding-top: 7em;
    }
}