.wrap_smartooh {
    padding: 56px 0;
    font-family: "SFProDisplay", sans-serif;
    line-height: 1.4;
    background: #fff;
}

.wrap_smartooh .main_center {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
    z-index: 3;
}

.wrap_smartooh .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.wrap_smartooh .col_6 {
    width: 50%;
    padding: 0 15px;
}

.wrap_smartooh .align_center {
    align-items: center;
}

.wrap_smartooh .section_wrap {
    padding: 60px 0;
}

.wrap_smartooh .sect_header {
    text-align: center;
    /* margin-bottom: 40px; */
}

.wrap_smartooh .sect_title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 16px;
}

.wrap_smartooh .sect_info {
    font-size: 18px;
    color: #4b5563;
    margin: 0 auto;
    max-width: 768px;
}

/* Hero Block */
.wrap_smartooh .hero_block {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0759a6;
    color: #fff;
    padding: 100px 0;
    margin: 0 auto;
    max-width: 96%;
    min-height: 700px;
    text-align: center;
    background-image: url("../img/cta_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.wrap_smartooh .hero_block .hero_content h1 {
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 16px;
}

.wrap_smartooh .hero_block .hero_content p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 32px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.wrap_smartooh .hero_actions {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.wrap_smartooh .btn {
    display: inline-flex;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s;
}

.wrap_smartooh .yellow_btn {
    background-color: #ffd700;
    color: #111;
}

.wrap_smartooh .blue_btn {
    background-color: #007bff;
    color: #fff;
}

.wrap_smartooh .btn_link {
    color: #fff;
    text-decoration: none;
    align-self: center;
}

/* Formats Section */
.wrap_smartooh .formats_section {
    max-width: 96%;
    background: #fff;
    margin: 0 auto;
    padding: 80px 0 !important;
    position: relative;
}
.wrap_smartooh .format_bg {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
.wrap_smartooh .formats_section .sect_header {
    flex-direction: column;
}
.wrap_smartooh .formats_section .sect_header a:hover {
    text-decoration: underline;
}
.wrap_smartooh .formats_section .sect_header a {
    color: #997403;
    margin-top: 8px;
}
.wrap_smartooh .formats_section .sect_title {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
}

.wrap_smartooh .formats_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.wrap_smartooh .format_card {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 24px;
    text-align: center;
    border-radius: 16px;
    background: #ebeef2;
}

.wrap_smartooh .format_card img {
    display: block;
    max-width: 100%;
    margin-bottom: 16px;
    height: auto;
    object-fit: contain;
}

.wrap_smartooh .format_card h4 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}
.wrap_smartooh .ftext {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}
.wrap_smartooh .format_card a:hover {
    color: #007bff;
}
.wrap_smartooh .format_card a {
    text-decoration: underline;
    color: var(--Neutral-30, #414952);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}

.wrap_smartooh .format_card.empty_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wrap_smartooh .empty_card p {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 510;
    line-height: normal;
    margin-bottom: 8px;
}

.wrap_smartooh .empty_card a {
    color: #997403;
}

/* Reasons Section */
.wrap_smartooh .reasons_section {
    padding: 80px 0;
    background: #ebeef2;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
}

.wrap_smartooh .reasons_text h2 {
    color: var(--Blue-10, #001833);
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.84px;
    margin-bottom: 24px;
}

.wrap_smartooh .reasons_text p {
    color: var(--Blue-10, #001833);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 48px;
}

.wrap_smartooh .reasons_cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.wrap_smartooh .reason_card {
    padding: 24px;
    border-radius: 16px;
    background: var(--Gray-00, #fff);
    box-shadow: 0 12px 56px 0 rgba(6, 28, 61, 0.12);
}

.wrap_smartooh .reason_card img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 64px;
    max-height: 64px;
    margin: 0 auto 16px 0;
}

.wrap_smartooh .reason_card h4 {
    color: var(--Gray-900, #061c3d);
    font-size: 18px;
    font-style: normal;
    font-weight: 510;
    margin-bottom: 10px;
}

.wrap_smartooh .reason_card p {
    color: var(--Gray-700, #42526b);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
}

.wrap_smartooh .reason_card a {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}

/* FAQ Section */
.wrap_faq_ooh .faq_items {
    padding: 0;
    margin-bottom: 24px;
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
/* CTA Section */
.wrap_smartooh .cta_section {
    padding: 80px 0;
}

.wrap_smartooh .cta_block {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0759a6;
    color: #fff;
    padding: 64px 0;
    margin: 0 auto;
    max-width: 96%;
    text-align: center;
    background-image: url("../img/cta_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}
.wrap_smartooh .cta_content {
    display: flex;
    flex-direction: column;
}
.wrap_smartooh .cta_block h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.wrap_smartooh .cta_block p {
    margin-bottom: 30px;
}

.wrap_smartooh .cta_actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}
/* Stats section */
.wrap_smartooh .stats_section {
    display: flex;
    padding: 64px 48px;
    align-items: flex-start;
    align-content: flex-start;
    gap: 24px;
    align-self: stretch;
    flex-wrap: wrap;
    border-radius: 32px;
    background: var(--Blue-40, #0759a6);
}
.wrap_smartooh .stats_block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
}
.wrap_smartooh .stats_block h3 {
    color: var(--base-white, #fff);
    text-align: center;
    font-size: var(--Size-h3, 48px);
    font-style: normal;
    font-weight: 600;
    letter-spacing: var(--Letter-spacing-h3, -2px);
}
.wrap_smartooh .stats_block p {
    color: var(--brand-50, #eef2ff);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: var(--Letter-spacing-body-small, 0);
}
@media (max-width: 1024px) {
    .wrap_smartooh {
        padding: 32px 0;
    }
    .wrap_smartooh .section_wrap {
        padding: 32px 0;
    }

    /* Hero Block */
    .wrap_smartooh .hero_block {
        padding: 32px 0;
        min-height: 0;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }
    .wrap_smartooh .hero_block .hero_content h1 {
        font-size: 36px;
    }
    /* formats */
    .wrap_smartooh .formats_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .wrap_smartooh .formats_section {
        padding: 24px 0 !important;
    }
    .wrap_smartooh .format_bg {
        display: none;
    }
    .wrap_smartooh .formats_section .sect_title {
        font-size: 28px;
        color: #000;
    }
    .wrap_smartooh .formats_section .sect_info {
        color: #000;
    }
    /* reasons */
    .wrap_smartooh .row {
        margin: 0;
    }

    .wrap_smartooh .col_6 {
        width: 100%;
        padding: 0 0 15px 0;
    }
    .wrap_smartooh .reasons_section {
        padding: 24px 0;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }
    .wrap_smartooh .reasons_text h2 {
        font-size: 28px;
        margin-bottom: 16px;
    }
    .wrap_smartooh .reasons_text p {
        margin-bottom: 20px;
    }
    .wrap_smartooh .reasons_text {
        margin-bottom: 24px;
    }
    /* FAQ */
    .wrap_smartooh .sect_title {
        font-size: 28px;
    }
    .wrap_smartooh .cta_block {
        padding: 32px 0;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }
    .wrap_smartooh .cta_block h2 {
        font-size: 28px;
    }
    /* Stats section */
    .wrap_smartooh .stats_section {
        padding: 32px 24px;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
    }
    .wrap_smartooh .stats_block {
        gap: 16px;
    }
    .wrap_smartooh .stats_block h3 {
        font-size: var(--Size-h3, 28px);
    }
    .wrap_smartooh .stats_block p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .wrap_smartooh {
        padding: 32px 0;
    }
    .wrap_smartooh .section_wrap {
        padding: 32px 0;
    }

    /* Hero Block */
    .wrap_smartooh .hero_block {
        padding: 32px 0;
        min-height: 0;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }
    .wrap_smartooh .hero_block .hero_content h1 {
        font-size: 36px;
    }
    /* formats */
    .wrap_smartooh .formats_section {
        padding: 24px 0 !important;
    }
    .wrap_smartooh .format_bg {
        display: none;
    }
    .wrap_smartooh .formats_section .sect_title {
        font-size: 28px;
        color: #000;
    }
    .wrap_smartooh .formats_section .sect_info {
        color: #000;
    }
    .wrap_smartooh .formats_grid {
        grid-template-columns: 1fr;
    }
    /* reasons */

    .wrap_smartooh .reasons_section {
        padding: 24px 0;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }
    .wrap_smartooh .reasons_text h2 {
        font-size: 28px;
        margin-bottom: 16px;
    }
    .wrap_smartooh .reasons_cards {
        grid-template-columns: 1fr;
    }
    /* FAQ */
    .wrap_smartooh .sect_title {
        font-size: 28px;
    }
    .wrap_smartooh .cta_block {
        padding: 32px 0;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }
    .wrap_smartooh .cta_block h2 {
        font-size: 28px;
    }
    /* Stats section */
    .wrap_smartooh .stats_block {
        grid-template-columns: repeat(1, 1fr);
    }
}
