.reconciliation {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.intro {
    height: calc(100vh - 64px);
    height: calc(100dvh - 64px);
    background: url("../../assets/images/reconciliation_bg.webp") no-repeat center center / cover;
    padding: 135px 0 32px 0;
}

.intro-inner-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.intro-info {
    max-width: 790px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    color: var(--white);
}

.intro-label {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.38px;
}

.intro-title {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
}

.intro-description {
    color: var(--dark-10);
    text-align: center;
    font-size: 20px;
    line-height: 140%;
}

.light-button {
    font-size: 15px;
}

.intro-benefits {
    display: flex;
    justify-content: center;
    gap: 64px;
    color: var(--white);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.intro-benefit {
    display: flex;
    align-items: center;
    gap: 16px;
}

.lock-icon, .user-heart-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
}

.lock-icon {
    background: url("../../assets/icons/lock.svg") center / contain no-repeat;
}

.user-heart-icon {
    background: url("../../assets/icons/user_heart.svg") center / contain no-repeat;
}

.use-cases, .why-we, .enterprise-reconciliation, .rapid-implementation, .transform-now {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.use-cases-title, .why-we-title, .enterprise-reconciliation-title, .rapid-implementation-title {
    color: var(--dark-100);
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    line-height: normal;
}

.use-cases-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.use-cases-card {
    flex: 1 1 calc(25% - 32px);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.use-cases-card-title {
    display: flex;
    flex-direction: column;
    color: var(--dark-100);
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.use-cases-card-title::before {
    display: inline-block;
    content: "";
    width: 32px;
    height: 2px;
    background: var(--green);
}

.use-cases-card-description {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: var(--dark-60);
    line-height: 140%;
}

.boagent-ai {
    background-color: #000000;
}

.boagent-ai-inner-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 150px;
    padding: 120px 150px;
    background: #000000 url("../../assets/images/reconciliation_ai_upscaled.webp") 50% -60px / cover no-repeat;
}

.boagent-ai-intro {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.boagent-ai-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: var(--white);
}

.boagent-ai-badge {
    display: inline;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    border-radius: 100px;
    border: 1px solid #666;
    background: #333;
    padding: 4px 8px;
}

.boagent-ai-title {
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
}

.boagent-ai-description {
    color: var(--dark-10);
    text-align: center;
    font-size: 20px;
    line-height: 140%;
}

.boagent-ai-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.step {
    flex: 1 1 calc(20% - 32px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.step-number {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: var(--dark-100);
    color: var(--white);
    border: 1px solid var(--dark-80);
    border-radius: 100px;
    font-size: 16px;
}

.step-title {
    color: var(--white);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.step-description {
    color: var(--dark-20);
    text-align: center;
    font-size: 16px;
    line-height: 140%;
}

.why-we-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.why-we-card {
    flex: 1 1 calc(33% - 32px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 16px;
    background-color: var(--green-5);
    border-radius: 24px;
    text-align: center;
}

.why-we-card-title {
    color: var(--dark-100);
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.why-we-card-description {
    color: var(--dark-80);
    line-height: 140%;
}

.enterprise-reconciliation-content-full, .enterprise-reconciliation-content {
    display: flex;
    gap: 32px;
}

.enterprise-reconciliation-content-full {
    align-items: center;
    background-color: var(--green-5);
    border-radius: 24px;
    padding: 24px;
}

.enterprise-reconciliation-info {
    flex: 1 1 calc(50% - 64px);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.enterprise-reconciliation-info-title {
    color: var(--dark-100);
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.enterprise-reconciliation-info-description {
    color: var(--dark-80);
    line-height: 140%;
}

.enterprise-reconciliation-benefits {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.enterprise-reconciliation-benefit {
    color: var(--white);
    text-align: center;
    font-size: 12px;
    line-height: normal;

    padding: 2px 8px;
    border-radius: 100px;
    background-color: var(--dark-80);
}

.enterprise-reconciliation-image, .enterprise-reconciliation-images {
    flex: 1 1 50%;
    display: flex;
    justify-content: center;
}

.enterprise-reconciliation-images {
     gap: 16px;
 }

.enterprise-reconciliation-images img {
    width: 192px;
    height: 268px;
}


.enterprise-reconciliation-content .enterprise-reconciliation-info, .enterprise-reconciliation-content .enterprise-reconciliation-image, .enterprise-reconciliation-content .enterprise-reconciliation-images {
    flex: 1 1 50%;
    background-color: var(--green-5);
    border-radius: 24px;
    padding: 24px;
}

.enterprise-reconciliation-content .enterprise-reconciliation-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rapid-implementation-steps {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.rapid-implementation-step {
    flex: 1 1 calc(25% - 32px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 24px 16px;
    background-color: var(--green-5);
    border-radius: 16px;
}

.rapid-implementation-step-number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--green);
    color: var(--white);
}

.rapid-implementation-step-title {
    color: var(--dark-100);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.rapid-implementation-step-description {
    color: var(--dark-80);
    text-align: center;
    font-size: 16px;
    line-height: 140%;
}

.transform-now {
    align-items: center;
    padding-bottom: 135px;
}

.transform-now-title {
    max-width: 790px;
    color: var(--dark-100);
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    margin: 0;
}

.dark-button {
    max-width: 185px;
    font-size: 15px;
}

.watch-tutorial {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    padding: 130px 0;
    background: url("../../assets/images/watch_tutorial_bg.webp") no-repeat center center / cover;
    border-radius: 24px;
    margin-bottom: 150px;
}

.logo-wrapper {
    width: 100px;
    height: 20px;
}

.watch-tutorial-title {
    max-width: 585px;
    color: var(--white);
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
}

.watch-tutorial-link {
    display: inline-flex;
    padding: 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: var(--white);

    color: var(--dark-100);
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.24px;
}

.watch-tutorial-link-icon {
    width: 16px;
    height: 20px;
}

@media screen and (max-width: 1730px){
    .boagent-ai-inner-wrapper {
        background: #000000 url("../../assets/images/reconciliation_ai_upscaled.webp") 50% -20px / cover no-repeat;
    }
}

@media screen and (max-width: 1530px){
    .boagent-ai-inner-wrapper {
        background: #000000 url("../../assets/images/reconciliation_ai_upscaled.webp") 50% 30px / cover no-repeat;
    }
}

@media screen and (max-width: 960px) {
    .reconciliation {
        gap: 100px;
    }

    .intro {
        padding: 64px 0 32px 0;
    }

    .use-cases-cards {
        gap: 16px;
    }

    .use-cases-card {
        flex: 0 1 calc(33.333% - 16px);
    }

    .use-cases-card-title {
        flex: 1 1 30%;
    }

    .boagent-ai-inner-wrapper {
        padding: 100px 150px;
    }

    .boagent-ai-title {
        font-size: 34px;
    }

    .boagent-ai-description {
        font-size: 16px;
    }

    .boagent-ai-steps {
        gap: 50px 16px;
    }

    .step {
        flex: 1 1 calc(50% - 16px);
    }

    .step.special {
        flex: 1 1 calc(100% - 16px);
    }

    .why-we-cards {
        gap: 16px;
    }

    .why-we-card {
        flex: 0 1 calc(50% - 16px);
    }

    .enterprise-reconciliation-content-full, .enterprise-reconciliation-content {
        flex-direction: column;
        gap: 24px;
    }

    .enterprise-reconciliation-info {
        order: 1;
    }

    .enterprise-reconciliation-image, .enterprise-reconciliation-images {
        order: 2;
    }

    .rapid-implementation-steps {
        gap: 16px;
    }

    .rapid-implementation-step {
        flex: 1 1 calc(50% - 16px);
    }

    .transform-now {
        gap: 24px;
        padding-bottom: 64px;
    }

    .watch-tutorial {
        width: unset;
        padding: 130px 54px;
        margin-bottom: 100px;
    }

    .watch-tutorial-title {
        font-size: 34px;
    }
}

@media screen and (max-width: 590px) {
    .intro {
        height: unset;
        padding: 64px 16px 32px 16px;
    }

    .intro-info {
        margin-bottom: 24px;
    }

    .light-button {
        width: 100%;
    }

    .intro-benefits {
        flex-direction: column;
        gap: 16px;
    }

    .use-cases-card {
        flex: 1 1 100%;
    }

    .boagent-ai-inner-wrapper {
        padding: 100px 24px;
        background: #000000 url("../../assets/images/reconciliation_ai_upscaled.webp") 50% -155px / cover no-repeat;
    }

    .step {
        flex: 1 1 100%;
    }

    .why-we-card {
        flex: 1 1 100%;
    }

    .enterprise-reconciliation-images img {
        width: 149px;
    }

    .rapid-implementation-step {
        flex: 1 1 100%;
    }

    .transform-now-title {
        font-size: 34px;
        font-weight: 700;
    }

    .watch-tutorial {
        padding: 100px 16px;
    }
}

