section#su-info {
    padding: 72px 0 64px;
    background: var(--sitebg);
}

section#su-info .container,
#asamalar_home145 .container,
#bigtext_home145 .container {
    padding-left: 22px;
    padding-right: 22px;
}

section#su-info .mf-home-title,
#asamalar_home145 .mf-home-title,
.mf-faq-title,
#bigtext_home145 .mf-home-title {
    color: var(--color--2) !important;
    font-size: 30px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    letter-spacing: 0;
}

section#su-info .title {
    max-width: 760px;
    margin: 0 auto 26px;
    text-align: center;
}

section#su-info .title h2 {
    margin-bottom: 12px;
}

section#su-info .title p {
    font-size: 16px;
    line-height: 1.7;
}

section#su-info .info__wrapper {
    row-gap: 22px;
}

section#su-info .info__wrapper .info__wrapper--item {
    margin-top: 0;
}

section#su-info .info__wrapper .info__wrapper--item .item__content {
    height: 100%;
    align-items: flex-start;
    flex-direction: column;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(36, 46, 73, .08);
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 16px 40px rgba(36, 46, 73, .06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

section#su-info .info__wrapper .info__wrapper--item .item__content:hover {
    transform: translateY(-4px);
    border-color: rgba(var(--cl1), .22);
    box-shadow: 0 20px 46px rgba(36, 46, 73, .1);
}

section#su-info .info__wrapper .info__wrapper--item .item__content .item__icon {
    min-width: 54px;
    width: 54px;
    height: 54px;
    margin-right: 0;
    margin-bottom: 16px;
    border-radius: 8px;
    background: rgba(252, 133, 41, .1);
    color: rgba(var(--cl1));
    font-size: 25px;
}

section#su-info .info__wrapper .info__wrapper--item .item__content .item__detail .item__title {
    font-size: 18px;
    line-height: 1.35;
}

section#su-info .info__wrapper .info__wrapper--item .item__content .item__detail .item__info,
section#su-info .info__wrapper .info__wrapper--item .item__content .item__detail .item__info p {
    font-size: 14px;
    line-height: 1.65;
}

.mf-faq-title {
    max-width: 760px;
    margin: 58px auto 24px;
    padding: 0 22px;
    text-align: center;
}

.faq-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 16px;
}

.faq-column {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.accordion {
    border: 1px solid rgba(36, 46, 73, .08);
    border-radius: 8px;
    background: rgba(255,255,255,.82);
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(36, 46, 73, .05);
}

.accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 17px 18px;
    cursor: pointer;
    background: rgba(255,255,255,.82);
    font-weight: 700;
}

.accordion-title p {
    margin: 0;
    color: var(--color--2);
    font-size: 15px;
    line-height: 1.45;
}

.accordion-title span {
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: rgba(var(--cl1));
    background: rgba(var(--cl1), .09);
    font-size: 18px;
}

.panel {
    display: none;
    padding: 0 18px 18px;
    border-top: 1px solid rgba(36, 46, 73, .08);
    font-size: 14px;
    line-height: 1.65;
}

.panel p {
    margin: 14px 0 0;
    color: var(--color--3);
}

.accordion.active .panel {
    display: block;
}

.accordion.active .ri-arrow-down-s-line {
    display: none;
}

.accordion:not(.active) .ri-arrow-up-s-line {
    display: none;
}

#asamalar_home145 .timeline_home145 {
    position: relative;
    padding: 8px 0 0;
    row-gap: 16px;
}

#asamalar_home145 .timeline-item_home145 {
    display: flex;
    align-items: stretch;
    margin-bottom: 0;
    position: relative;
}

#asamalar_home145 .timeline-icon_home145 {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 8px;
    background: var(--main-color);
    color: white;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    margin-right: 14px;
}

#asamalar_home145 .timeline-content_home145 {
    width: 100%;
    min-height: 100%;
    background: rgba(255,255,255,.82);
    padding: 22px;
    border: 1px solid rgba(36, 46, 73, .08);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(36, 46, 73, .06);
}

#asamalar_home145 .timeline-content_home145_title {
    font-size: 19px;
    line-height: 1.35;
    color: var(--color--2);
    font-weight: 700;
    margin: 0;
}

#asamalar_home145 .timeline-content_home145 p {
    color: var(--color--3);
    font-size: 14px;
    line-height: 1.62;
    margin: 12px 0 0;
}

#asamalar_home145 .card_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

section#bigtext_home145 {
    padding: 68px 0 76px;
    background: var(--sitebg);
}

#bigtext_home145 .safe-buy-wrap {
    max-width: 1120px;
    margin: 0 auto;
}

#bigtext_home145 .safe-buy-head {
    max-width: 760px;
    margin: 0 auto 30px;
    padding: 0 8px;
    text-align: center;
}

#bigtext_home145 .safe-buy-head h2 {
    margin: 0 0 12px;
}

#bigtext_home145 .safe-buy-head p {
    margin: 0;
    color: var(--color--3);
    font-size: 16px;
    line-height: 1.7;
}

#bigtext_home145 .safe-buy-story {
    display: grid;
    gap: 22px;
}

#bigtext_home145 .safe-buy-row {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    padding: 26px;
    border: 1px solid rgba(36, 46, 73, .08);
    border-radius: 8px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 16px 40px rgba(36, 46, 73, .06);
}

#bigtext_home145 .safe-buy-row:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) 210px;
}

#bigtext_home145 .safe-buy-row:nth-child(even) .safe-buy-visual {
    order: 2;
}

#bigtext_home145 .safe-buy-visual {
    display: flex;
    justify-content: center;
}

#bigtext_home145 .safe-buy-visual img {
    width: 180px;
    height: 180px;
    object-fit: contain;
}

#bigtext_home145 .safe-buy-copy h3 {
    margin: 0 0 10px;
    color: var(--color--2);
    font-size: 21px;
    line-height: 1.35;
    font-weight: 700;
}

#bigtext_home145 .safe-buy-copy p {
    max-width: 760px;
    margin: 0 0 14px;
    color: var(--color--3);
    font-size: 15px;
    line-height: 1.75;
}

#bigtext_home145 .safe-buy-copy p:last-child {
    margin-bottom: 0;
}

#bigtext_home145 .safe-buy-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

#bigtext_home145 .safe-buy-list li {
    display: flex;
    gap: 8px;
    color: var(--color--3);
    font-size: 14px;
    line-height: 1.55;
}

#bigtext_home145 .safe-buy-list i {
    margin-top: 2px;
    color: rgba(var(--cl1));
    font-size: 17px;
}

@media (max-width: 768px) {
    section#su-info {
        padding: 50px 0 46px;
    }

    section#su-info .container,
    #asamalar_home145 .container,
    #bigtext_home145 .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    section#su-info .title {
        text-align: left;
    }

    section#su-info .mf-home-title,
    #asamalar_home145 .mf-home-title,
    .mf-faq-title,
    #bigtext_home145 .mf-home-title {
        font-size: 24px !important;
    }

    section#su-info .info__wrapper .info__wrapper--item .item__content {
        padding: 20px;
    }

    section#su-info .info__wrapper .info__wrapper--item .item__content .item__icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 21px;
        margin-bottom: 12px;
    }

    section#su-info .info__wrapper .info__wrapper--item .item__content .item__detail .item__title {
        font-size: 15px;
    }

    section#su-info .info__wrapper .info__wrapper--item .item__content .item__detail .item__info,
    section#su-info .info__wrapper .info__wrapper--item .item__content .item__detail .item__info p {
        font-size: 12px;
        line-height: 1.5;
    }

    .mf-faq-title {
        margin-top: 42px;
        text-align: left;
        padding: 0 18px;
    }

    .faq-container {
        grid-template-columns: 1fr;
        gap: 12px;
        max-height: 620px;
        overflow-y: auto;
        padding-bottom: 6px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }

    .accordion-title {
        padding: 13px 14px;
    }

    .accordion-title p {
        font-size: 14px;
    }

    .accordion-title span {
        width: 28px;
        height: 28px;
        min-width: 28px;
    }

    .panel {
        padding: 0 14px 15px;
    }

    .panel p {
        font-size: 13px;
        line-height: 1.58;
    }

    #asamalar_home145 .timeline-content_home145 {
        padding: 20px;
    }

    #asamalar_home145 .timeline-content_home145_title {
        font-size: 17px;
    }

    section#bigtext_home145 {
        padding: 48px 0 56px;
    }

    #bigtext_home145 .safe-buy-head {
        text-align: left;
        margin-bottom: 22px;
        padding: 0;
    }

    #bigtext_home145 .safe-buy-row,
    #bigtext_home145 .safe-buy-row:nth-child(even) {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 20px;
    }

    #bigtext_home145 .safe-buy-row:nth-child(even) .safe-buy-visual {
        order: 0;
    }

    #bigtext_home145 .safe-buy-visual {
        justify-content: center;
    }

    #bigtext_home145 .safe-buy-visual img {
        width: 138px;
        height: 138px;
    }

    #bigtext_home145 .safe-buy-list {
        grid-template-columns: 1fr;
    }
}
