body.scene-body .scene-feature-card p {
    font-size: 14px;
    color: #626b7d;
}

@media (min-width: 901px) {
    body.scene-body .scene-feature-grid {
        max-width: 1200px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

body.scene-body .sm_nav_item > a {
    font-weight: 700;
}

@media (max-width: 900px) {
    html,
    body.scene-body {
        min-width: 0 !important;
        overflow-x: hidden;
    }

    body.scene-body .top_navigation {
        display: none;
    }

    body.scene-body .sm_head_box,
    body.scene-body .sm_head {
        min-width: 0 !important;
        width: 100% !important;
    }

    body.scene-body .sm_head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        min-height: 64px;
        padding: 10px 15px;
        box-sizing: border-box;
    }

    body.scene-body .sm_head::before,
    body.scene-body .sm_head::after {
        display: none !important;
        content: none !important;
    }

    body.scene-body .sm_nav_left {
        display: none;
    }

    body.scene-body .scene-mobile-menu-toggle {
        display: inline-flex !important;
        order: 3;
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
        margin-left: 24px;
        padding: 9px 8px;
        border: 0;
        border-radius: 8px;
        background: transparent;
        flex-direction: column;
        align-items: stretch;
        justify-content: space-between;
        cursor: pointer;
    }

    body.scene-body .scene-mobile-menu-toggle span {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background: #182033;
        transition: transform .2s ease, opacity .2s ease;
    }

    body.scene-body .scene-mobile-nav-open .scene-mobile-menu-toggle span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    body.scene-body .scene-mobile-nav-open .scene-mobile-menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    body.scene-body .scene-mobile-nav-open .scene-mobile-menu-toggle span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    body.scene-body .sm_head.scene-mobile-nav-open .sm_nav_left {
        display: flex;
        position: absolute;
        z-index: 10030;
        top: 100%;
        left: 0;
        width: 100%;
        height: auto !important;
        max-height: calc(100vh - 64px);
        margin: 0;
        padding: 8px 18px 16px;
        overflow-y: auto;
        border-top: 1px solid #edf0f5;
        background: #fff;
        box-shadow: 0 12px 24px rgba(20, 37, 70, .12);
        flex-direction: column;
        box-sizing: border-box;
    }

    body.scene-body .sm_head.scene-mobile-nav-open .sm_nav_item {
        flex: 0 0 auto;
        float: none;
        width: 100%;
        height: auto !important;
        min-height: 44px;
        margin: 0;
        line-height: 44px;
    }

    body.scene-body .sm_head.scene-mobile-nav-open .sm_nav_item > a {
        display: block;
        width: 100%;
    }

    body.scene-body .sm_head.scene-mobile-nav-open .scene-menu-popup {
        width: 100%;
        max-height: none;
        margin: 0 0 10px;
        box-sizing: border-box;
    }

    body.scene-body .sm_head > div:last-child {
        display: block !important;
        order: 2;
        float: none !important;
        margin: 0 0 0 auto !important;
    }

    body.scene-body .sm_violet_btn {
        width: 96px !important;
    }

    body.scene-body .sm_head_logo,
    body.scene-body .sm_head_logo a {
        display: block;
        min-width: 0;
    }

    body.scene-body .sm_head_logo {
        order: 1;
    }

    body.scene-body .sm_head_logo_img {
        max-width: 150px;
        height: auto !important;
    }

    body.scene-body .scene-hero-inner {
        transform: none !important;
    }

    body.scene-body .scene-hero-copy,
    body.scene-body .scene-heading {
        min-width: 0;
    }

    body.scene-body .scene-hero h1,
    body.scene-body .scene-lead,
    body.scene-body .scene-heading h2,
    body.scene-body .scene-heading p {
        white-space: normal !important;
        overflow-wrap: anywhere;
    }

    body.scene-body .scene-feature-card h3,
    body.scene-body .scene-media-copy h2,
    body.scene-body .scene-article-copy strong,
    body.scene-body .scene-steps h3,
    body.scene-body .scene-steps p,
    body.scene-body .scene-faq-list summary,
    body.scene-body .scene-faq-list p,
    body.scene-body .scene-cta h2,
    body.scene-body .scene-cta p {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    body.scene-body .scene-media-row,
    body.scene-body .scene-media-reverse {
        gap: 40px;
    }

    body.scene-body .scene-metric-grid strong,
    body.scene-body .scene-metric-grid span {
        overflow-wrap: anywhere;
    }

    body.scene-body .sm_contact,
    body.scene-body .sm_contact_items,
    body.scene-body .sm_contact_bottom {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    body.scene-body .sm_contact {
        margin: 0 auto;
        padding: 36px 24px 28px;
    }

    body.scene-body .sm_contact_items {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 28px 48px;
    }

    body.scene-body .sm_contact_left,
    body.scene-body .sm_contact_center,
    body.scene-body .sm_contact_right {
        float: none;
        margin-left: 0;
    }

    body.scene-body .sm_contact_right {
        width: 100%;
    }

    body.scene-body .sm_contact_right .sm_contact_ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 20px;
    }

    body.scene-body .sm_cont_rht_item {
        float: none;
        margin-left: 0;
    }

    body.scene-body .sm_contact_items .ycm_footer {
        float: none !important;
        width: 100%;
    }

    body.scene-body .sm_contact_items .sm_copyright_box,
    body.scene-body .ycm_footer .website_station {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        box-sizing: border-box;
    }

    body.scene-body .sm_contact_bottom {
        margin-top: 24px;
        overflow-wrap: anywhere;
    }

    body.scene-body .sm_copyright_box {
        max-width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 600px) {
    body.scene-body .sm_head {
        min-height: 69px;
        padding: 15px;
    }

    body.scene-body .sm_head_logo_img {
        width: 156px !important;
        max-width: 156px;
    }

    body.scene-body .sm_head > div:last-child {
        display: none !important;
    }

    body.scene-body .scene-mobile-menu-toggle {
        flex-basis: 30px;
        width: 30px;
        height: 39px;
        margin-left: 0;
        padding: 9px 5px;
        border-radius: 0;
    }

    body.scene-body .scene-container {
        max-width: calc(100% - 30px);
    }

    body.scene-body .scene-hero {
        padding: 44px 0 38px;
    }

    body.scene-body .scene-hero-inner {
        gap: 28px;
    }

    body.scene-body .scene-eyebrow {
        margin-bottom: 12px;
        font-size: 15px;
    }

    body.scene-body .scene-hero h1 {
        font-size: 28px;
        line-height: 1.3;
    }

    body.scene-body .scene-lead {
        margin: 18px 0 24px;
        font-size: 15px;
        line-height: 1.75;
    }

    body.scene-body .scene-hero-media {
        height: 220px;
    }

    body.scene-body .scene-section {
        padding: 48px 0;
    }

    body.scene-body .scene-heading {
        margin-bottom: 28px;
    }

    body.scene-body .scene-heading h2,
    body.scene-body .scene-article-section .scene-heading h2 {
        margin-bottom: 10px;
        font-size: 26px;
        line-height: 1.4;
    }

    body.scene-body .scene-heading p,
    body.scene-body .scene-article-section .scene-heading p {
        font-size: 14px;
        line-height: 1.7;
    }

    body.scene-body .scene-feature-grid {
        gap: 14px;
    }

    body.scene-body .scene-feature-card {
        min-height: 0;
        padding: 20px 18px;
    }

    body.scene-body .scene-feature-card p {
        padding-top: 8px;
        font-size: 14px;
        line-height: 1.65;
    }

    body.scene-body .scene-media-list {
        gap: 48px;
    }

    body.scene-body .scene-media-row,
    body.scene-body .scene-media-reverse {
        gap: 24px;
    }

    body.scene-body .scene-media-copy h2 {
        margin-bottom: 14px;
        font-size: 24px;
        line-height: 1.45;
    }

    body.scene-body .scene-media-copy p,
    body.scene-body .scene-media-copy li {
        font-size: 15px;
        line-height: 1.75;
    }

    body.scene-body .scene-media-copy ul {
        margin: 16px 0;
    }

    body.scene-body .scene-media-image {
        height: 220px;
    }

    body.scene-body .scene-media-image img {
        width: 76%;
        height: 76%;
    }

    body.scene-body .scene-article-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    body.scene-body .scene-article-grid {
        gap: 12px;
    }

    body.scene-body .scene-article-card {
        min-height: 96px;
        padding: 10px;
    }

    body.scene-body .scene-article-thumb {
        flex-basis: 72px;
        height: 72px;
    }

    body.scene-body .scene-article-copy {
        padding: 0 0 0 10px;
    }

    body.scene-body .scene-article-copy strong {
        font-size: 15px;
        line-height: 21px;
    }

    body.scene-body .scene-article-tags {
        padding-right: 0;
    }

    body.scene-body .scene-article-tags small {
        max-width: 92px;
        padding: 2px 7px;
        font-size: 11px;
        line-height: 17px;
    }

    body.scene-body .scene-steps {
        gap: 12px;
    }

    body.scene-body .scene-steps li,
    body.scene-body .scene-steps li + li,
    body.scene-body .scene-steps li:nth-child(3) {
        min-height: 0;
        padding: 24px 18px;
        border: 1px solid #e2e5eb;
    }

    body.scene-body .scene-steps li span {
        width: 52px;
        height: 52px;
        font-size: 21px;
        line-height: 52px;
    }

    body.scene-body .scene-steps h3 {
        margin: 14px 0 8px;
        font-size: 16px;
    }

    body.scene-body .scene-steps p {
        font-size: 14px;
    }

    body.scene-body .scene-metrics {
        padding: 48px 0;
    }

    body.scene-body .scene-metric-grid {
        gap: 30px 12px;
    }

    body.scene-body .scene-metric-grid strong {
        font-size: 28px;
        line-height: 1.25;
    }

    body.scene-body .scene-metric-grid span {
        margin-top: 10px;
        font-size: 13px;
    }

    body.scene-body .scene-faq-list details {
        margin-bottom: 10px;
        padding: 0 16px;
    }

    body.scene-body .scene-faq-list summary {
        padding: 17px 0;
        font-size: 15px;
        line-height: 1.55;
    }

    body.scene-body .scene-faq-list details p {
        padding-bottom: 17px;
        font-size: 13px;
        line-height: 1.7;
    }

    body.scene-body .scene-faq-refresh {
        margin-top: 12px;
    }

    body.scene-body .scene-cta {
        padding: 38px 20px;
        border-radius: 16px;
    }

    body.scene-body .scene-cta h2 {
        font-size: 24px;
        line-height: 1.45;
    }

    body.scene-body .scene-cta p {
        margin-bottom: 22px;
        font-size: 14px;
        line-height: 1.7;
    }

    body.scene-body .scene-cta-actions {
        gap: 12px;
    }

    body.scene-body .scene-button {
        min-width: 128px;
        height: 42px;
        padding: 0 20px;
        font-size: 15px;
    }

    body.scene-body .sm_contact {
        padding: 30px 20px 24px;
    }

    body.scene-body .sm_contact_items {
        display: grid;
        grid-template-columns: 1fr;
        gap: 26px;
    }

    body.scene-body .sm_footer_text,
    body.scene-body .sm_footer_text a {
        font-size: 14px;
        line-height: 27px;
    }

    body.scene-body .sm_contact_right .sm_contact_ul {
        justify-content: center;
    }

    body.scene-body .sm_contact_bottom {
        display: flex;
        flex-wrap: wrap;
        gap: 6px 10px;
    }

    body.scene-body .sm_contact_bottom .sm_clear_a,
    body.scene-body .sm_contact_bottom .sm_footer_text {
        overflow-wrap: anywhere;
    }

    body.scene-body .sm_copyright_p {
        padding: 0 15px;
        overflow-wrap: anywhere;
    }
}
