.desktop-br {
    display: block;
}

.mobile-br {
    display: none;
}

.arl-hero {
    text-align: center;
    padding: 67px 0px;
    position: relative;
}

.arl-hero::before {
    content: "";
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    bottom: 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #F7F9FF 20%);
    z-index: -1;
}

.arl-hero-title {
    font-size: 45px;
    font-weight: 800;
    color: #061E55;
    margin-bottom: 25px;
}

.arl-hero-title .arl-highlight {
    color: #1862FF;
}

.arl-hero-subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #5D7087;
    margin-bottom: 26px;
}

.arl-why {
    padding: 50px 125px 25px 200px;
}

.arl-why-title {
    font-size: 20px;
    color: #5D7087;
    margin-bottom: 10px;
}
.arl-why-list{
    padding: 0;
    margin: 0;
}
.arl-why-list-item{
    color: #5D7087;
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.arl-cta-btn {
    background: linear-gradient(to right, #2AABEE, #229ED9);
    color: white;
    border: none;
    border-radius: 1000px;
    padding: 0px 35px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    display: inline-block;
    text-decoration: none;
    min-width: 200px;
    height: 50px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
}

.arl-file-annual-report {
    background: linear-gradient(to right, #2AABEE, #229ED9);
    color: white;
    border: none;
    border-radius: 1000px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    display: inline-block;
    text-decoration: none;
    /*min-width: 186px;*/
    height: 44px;
    padding: 0 25px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
}
.arl-file-annual-report:hover{
    color: rgb(7, 34, 96);
}

.arl-hero-note {
    font-size: 16px;
    font-weight: 400;
    color: #5D7087;
    margin-top: 21px;
    margin-bottom: 33px;
}

.arl-features {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.arl-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #9EA9B7;
}

.arl-feature-check-img {
    width: 26px;
    font-size: 18px;
}

.arl-stats {
    padding: 50px 0px 25px 0px;
    text-align: center;
}

.arl-stats-title {
    font-size: 40px;
    font-weight: 600;
    color: #101827;
    margin-bottom: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.arl-stats-subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #5D7087;
    margin-bottom: 25px;
}

.arl-stats-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto 24px;
}

.arl-stat-card {
    background: white;
    border: none;
    border-top: 2px solid #2AABEE;
    border-radius: 22px;
    padding: 20px 37px 30px 22px;
    text-align: left;
    transition: transform 0.2s;
    box-shadow: 0px 0px 11.1px 0px #C4C4C440;
}

.arl-stat-card:hover {
    transform: translateY(-4px);
}

.arl-stat-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.arl-stat-icon-img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.arl-stat-card-title {
    font-size: 20px;
    font-weight: 600;
    color: #090F24;
    margin-bottom: 8px;
}

.arl-stat-card-text {
    font-size: 14px;
    font-weight: 400;
    color: #28364B;
    margin: 0;
}

.arl-stats-link {
    all: unset;
    display: inline-block;
    cursor: pointer;
    color: #0156FF;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
}
.arl-stats-link:hover {
    color: rgb(7, 34, 96);
}

.arl-stats-link:hover {
    gap: 12px;
}

.arl-process {
    padding: 25px 0px 50px 0px;
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}

.arl-process-title {
    font-size: 40px;
    font-weight: 600;
    color: #101827;
    margin-bottom: 10px;
}

.arl-process-subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #5D7087;
    margin-bottom: 57px;
    text-align: center;
}

.arl-steps-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    }

.arl-steps {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    margin: 0;
    max-width: 650px;
}

.arl-step {
    display: flex;
    gap: 33px;
    align-items: flex-start;
}

.arl-step-number {
    width: 48px;
    height: 48px;
    background: #229ED9;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
    align-self: flex-start;
    margin-top: -10px;
}

.arl-step-icon-wrapper {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.arl-step-shield-icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.arl-step-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #090F24;
    margin-bottom: 12px;
}

.arl-step-content p {
    font-size: 15px;
    font-weight: 400;
    color: #28364B;
    line-height: 20px;
    margin-bottom: 27px;
}

.arl-faq {
    padding: 50px 0px 25px 0px;
}

.arl-faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.arl-faq-title {
    font-size: 40px;
    font-weight: 600;
    color: #101827;
    text-align: center;
    margin-bottom: 30px;
}

.arl-faq-item {
    background: white;
    border-radius: 22px;
    border: 1px solid #C5D0DF;
    padding: 27px 20px 20px 20px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: box-shadow 0.2s;
}

.arl-faq-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.arl-faq-question {
    display: flex;
    align-items: start;
    gap: 17px;
}

.arl-faq-icon {
    width: 45px;
    height: 45px;
    background: #229ED9;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: -10px;
}

.arl-faq-text {
    flex: 1;
}

.arl-faq-text h3 {
    font-size: 20px;
    font-weight: 600;
    color: #090F24;
    margin: 0;
}

.arl-faq-text p {
    font-size: 14px;
    font-weight: 400;
    color: #28364B;
    line-height: 24px;
    margin: 0;
    max-width: 550px;
}

.arl-faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.arl-final-cta {
    padding: 25px 0px 25px 0px;
    text-align: center;
}

.arl-final-title {
    font-size: 34px;
    font-weight: 600;
    color: #101827;
    margin-bottom: 12px;
}

.arl-final-subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #5D7087;
    margin-bottom: 25px;
}

.arl-final-note {
    font-size: 14px;
    font-weight: 400;
    color: #28364B;
    margin: 14px 0 0 0;
}

@media (max-width: 767.98px) {
    .desktop-br {
        display: none;
    }

    .mobile-br {
        display: block;
    }

    .arl-hero {
        padding: 55px 20px 66px 20px;
    }

    .arl-hero-title {
        font-size: 32px;
    }

    .arl-hero-subtitle {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .arl-hero-note {
        font-size: 13px;
        margin-bottom: 38px;
    }

    .arl-why {
        padding: 55px 20px 66px 20px;
    }

    .arl-why-title {
        font-size: 32px;
    }

    .arl-feature-check-img {
        width: 22px;
    }

    .arl-feature-item {
        font-size: 14px;
        gap: 14px;
    }

    .arl-features {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
        margin: 0 auto;
        max-width: 170px;
    }

    .arl-stats {
        padding: 50px 0px 25px 0px;
    }

    .arl-stats-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .arl-stats-subtitle {
        font-size: 16px;
        margin-bottom: 21px;
    }

    .arl-stats-cards {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .arl-stat-card {
        padding: 16px;
    }

    .arl-stat-card-icon {
        width: 40px;
        height: 40px;
    }

    .arl-stat-icon-img {
        width: 40px;
        height: 40px;
    }

    .arl-stat-card-title {
        font-size: 16px;
    }

    .arl-stat-card-text {
        font-size: 14px;
    }

    .arl-stats-link {
        font-size: 16px;
    }

    .arl-process {
        padding: 25px 20px;
    }

    .arl-process-title {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .arl-process-subtitle {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .arl-step {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
    }

    .arl-step-number {
        width: 38px;
        height: 38px;
        font-size: 16px;
        align-self: center;
        margin-top: 0px;
    }

    .arl-step-icon-wrapper {
        width: 38px;
        height: 38px;
    }

    .arl-step-shield-icon {
        width: 38px;
        height: 38px;
    }

    .arl-step-content h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .arl-step-content p {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .arl-faq {
        padding: 0px 0px 25px 0px;
    }

    .arl-faq-title {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .arl-faq-item {
        padding: 15px 14px 12px 12px;
        margin-bottom: 8px;
    }

    .arl-faq-icon {
        width: 24px;
        height: 24px;
        font-size: 12px;
        margin-top: -3px;
    }

    .arl-faq-question {
        gap: 8px;
    }

    .arl-faq-header {
        margin-bottom: 5px;
    }

    .arl-faq-text h3 {
        font-size: 16px;
    }

    .arl-faq-text p {
        font-size: 14px;
        padding-right: 60px;
    }

    .arl-final-cta {
        padding: 5px 20px;
    }

    .arl-final-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .arl-final-subtitle {
        font-size: 16px;
        margin-bottom: 16px;
    }
}

@media(max-width: 767px) {
    .section-1 > .section-1-container .header .header-right .header-lang-switcher a::after {
        left: 0 !important;
    }
}
