/* ShopXN inner pages v4 — homepage-consistent shell, page-specific editorial layouts */

body.solution-v2 {
    --inner-navy: #071a3a;
    --inner-navy-deep: #04142f;
    --inner-blue: #2458d3;
    --inner-blue-deep: #123b9a;
    --inner-orange: #f28a2e;
    --inner-orange-hover: #dc7620;
    --inner-ink: #10213f;
    --inner-muted: #5d6d86;
    --inner-line: #d9e2ef;
    --inner-soft: #f3f6fb;
    --inner-hero-bg: #2857cf;
    background: #ffffff;
    color: var(--inner-ink);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", Inter, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 17px;
    line-height: 1.72;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Match the homepage hero exactly. Inner pages keep their own compositions,
   diagrams and copy, but no longer drift into four different navy gradients. */
body.solution-detail-v3 .page-header,
body.architecture-v2 .page-header,
body.cases-v2 .page-header,
body.cooperation-v2 .page-header,
body.about-v2 .about-hero,
body.contact-v2 .contact-hero,
body.apply-v2 .apply-hero,
body.revenue-v2 .revenue-hero {
    background: var(--inner-hero-bg) !important;
    color: #ffffff;
}

body.solution-detail-v3 .page-header::before,
body.solution-detail-v3 .page-header::after,
body.architecture-v2 .page-header::before,
body.architecture-v2 .page-header::after,
body.cases-v2 .page-header::before,
body.cases-v2 .page-header::after,
body.cooperation-v2 .page-header::before,
body.cooperation-v2 .page-header::after,
body.about-v2 .about-hero::before,
body.about-v2 .about-hero::after,
body.contact-v2 .contact-hero::before,
body.contact-v2 .contact-hero::after,
body.apply-v2 .apply-hero::before,
body.apply-v2 .apply-hero::after,
body.revenue-v2 .revenue-hero::before,
body.revenue-v2 .revenue-hero::after {
    display: none !important;
}

body.solution-detail-v3 .page-header .page-subtitle,
body.architecture-v2 .page-header .page-subtitle,
body.cases-v2 .page-header .page-subtitle,
body.cooperation-v2 .page-header .page-subtitle,
body.about-v2 .about-hero-copy > p,
body.contact-v2 .contact-hero-copy > p,
body.apply-v2 .apply-hero .hero-subtitle,
body.revenue-v2 .revenue-hero .hero-subtitle {
    color: rgba(255, 255, 255, .86);
}

body.solution-v2 .page-header .breadcrumb,
body.about-v2 .about-hero .breadcrumb,
body.contact-v2 .contact-hero .breadcrumb,
body.apply-v2 .apply-hero .breadcrumb,
body.revenue-v2 .revenue-hero .breadcrumb {
    color: rgba(255, 255, 255, .66);
}

body.solution-v2 .page-header .breadcrumb a,
body.about-v2 .about-hero .breadcrumb a,
body.contact-v2 .contact-hero .breadcrumb a,
body.apply-v2 .apply-hero .breadcrumb a,
body.revenue-v2 .revenue-hero .breadcrumb a {
    color: rgba(255, 255, 255, .9);
}

body.solution-detail-v3 .page-title span,
body.architecture-v2 .page-title span {
    color: #dce7ff;
}

body.about-v2 .about-hero h1 span,
body.contact-v2 .contact-hero h1 span,
body.apply-v2 .apply-hero .hero-title span,
body.revenue-v2 .revenue-hero .hero-title span {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: #ff9b42;
    text-decoration-thickness: 4px;
    text-underline-offset: 7px;
}

body.solution-v2 .container {
    width: 94%;
    width: calc(100% - 96px);
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}

/* Homepage-consistent header */
body.solution-v2 .header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    height: 82px;
    padding: 0;
    background: rgba(255, 255, 255, .98);
    border-bottom: 1px solid #dce4ef;
    box-shadow: 0 8px 24px rgba(7, 26, 58, .055);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

body.solution-v2 .header-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 94%;
    width: calc(100% - 96px);
    max-width: 1280px;
    height: 82px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}

body.solution-v2 .logo,
body.solution-v2 .logo:hover {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 52px;
    color: var(--inner-navy);
}

body.solution-v2 .site-logo-image {
    display: block;
    width: 168px;
    height: auto;
    max-width: none;
}

body.solution-v2 .nav,
body.solution-v2 .nav-links,
body.solution-v2 .nav-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

body.solution-v2 .nav {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

body.solution-v2 .nav-links {
    gap: 2px;
    margin-right: 28px;
    white-space: nowrap;
}

body.solution-v2 .nav-link {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 48px;
    margin: 0;
    padding: 14px 12px;
    color: #3c4c67;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 650;
    line-height: 20px;
    letter-spacing: .005em;
    white-space: nowrap;
}

body.solution-v2 .nav-link:hover,
body.solution-v2 .nav-link:focus {
    color: var(--inner-blue-deep);
    background: #f3f6fb;
}

body.solution-v2 .nav-link::after {
    bottom: 4px;
    left: 50%;
    width: 32px;
    height: 2px;
    background: var(--inner-orange);
    -webkit-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
    -webkit-transform-origin: center;
    transform-origin: center;
}

body.solution-v2 .nav-link:hover::after,
body.solution-v2 .nav-link:focus::after {
    -webkit-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
}

body.solution-detail-v3 .nav-link[href="/solution.html"],
body.revenue-v2 .nav-link[href="/solution.html"],
body.architecture-v2 .nav-link[href="/architecture.html"],
body.cases-v2 .nav-link[href="/cases.html"],
body.cooperation-v2 .nav-link[href="/cooperation.html"],
body.about-v2 .nav-link[href="/about.html"] {
    color: var(--inner-blue-deep);
}

body.solution-detail-v3 .nav-link[href="/solution.html"]::after,
body.revenue-v2 .nav-link[href="/solution.html"]::after,
body.architecture-v2 .nav-link[href="/architecture.html"]::after,
body.cases-v2 .nav-link[href="/cases.html"]::after,
body.cooperation-v2 .nav-link[href="/cooperation.html"]::after,
body.about-v2 .nav-link[href="/about.html"]::after {
    -webkit-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
}

body.architecture-v2 .nav-link[href="/solution.html"]::after,
body.cases-v2 .nav-link[href="/solution.html"]::after,
body.cooperation-v2 .nav-link[href="/solution.html"]::after,
body.about-v2 .nav-link[href="/solution.html"]::after,
body.contact-v2 .nav-link[href="/solution.html"]::after,
body.apply-v2 .nav-link[href="/solution.html"]::after {
    -webkit-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
}

/* About uses two consecutive dark sections. Separate them as two intentional
   editorial blocks instead of letting the CTA visually collide with the quote. */
body.solution-v2.about-v2 section.cta-section {
    width: calc(100% - 96px);
    max-width: 1280px;
    margin: 72px auto 96px;
    padding: 76px 0;
    border-radius: 20px;
}

body.solution-v2.about-v2 .cta-section .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 64px;
    width: calc(100% - 112px);
    max-width: none;
}

body.solution-v2.about-v2 .cta-section .cta-copy {
    min-width: 0;
    max-width: 760px;
}

body.solution-v2.about-v2 .cta-section p {
    margin-bottom: 0;
}

body.solution-v2.about-v2 .cta-section .btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto !important;
    min-width: 188px;
    padding-right: 26px;
    padding-left: 26px;
    white-space: nowrap;
}

body.solution-v2 .nav-cta .btn-secondary {
    min-height: 48px;
    padding: 13px 21px;
    color: #ffffff;
    background: var(--inner-orange);
    border: 1px solid var(--inner-orange);
    border-radius: 6px;
    box-shadow: 0 8px 18px rgba(186, 85, 10, .16);
    font-size: 14px;
    font-weight: 750;
    line-height: 20px;
}

body.solution-v2 .nav-cta .btn-secondary:hover,
body.solution-v2 .nav-cta .btn-secondary:focus {
    color: #ffffff;
    background: var(--inner-orange-hover);
    border-color: var(--inner-orange-hover);
}

body.solution-v2 .nav-cta .btn-primary {
    display: none;
}

body.solution-v2 .menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    padding: 0;
    color: var(--inner-navy);
    background: #ffffff;
    border: 1px solid #cbd6e5;
    border-radius: 6px;
}

body.solution-v2 .menu-toggle:hover,
body.solution-v2 .menu-toggle:focus {
    color: var(--inner-blue-deep);
    background: #f3f6fb;
    border-color: #9dadc3;
}

body.solution-v2 .menu-toggle .menu-icon {
    display: block;
    width: 21px;
    height: 21px;
    margin: 0 auto;
    fill: currentColor;
}

/* Shared editorial rhythm; page CSS keeps the layouts different. */
body.solution-v2 .section-header {
    max-width: 780px;
    margin-bottom: 44px;
}

body.solution-v2 .section-tag {
    display: block;
    margin-bottom: 13px;
    color: var(--inner-blue);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .13em;
    text-transform: uppercase;
}

body.solution-v2 .section-title {
    margin-bottom: 16px;
    color: var(--inner-ink);
    font-size: 40px;
    font-size: clamp(36px, 3.1vw, 44px);
    font-weight: 720;
    line-height: 1.14;
    letter-spacing: -.035em;
}

body.solution-v2 .section-subtitle,
body.solution-v2 .section-header > p {
    max-width: 760px;
    color: var(--inner-muted);
    font-size: 17px;
    line-height: 1.75;
}

body.solution-v2 .btn {
    min-height: 50px;
    padding: 14px 22px;
    border-radius: 6px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 720;
    line-height: 20px;
}

body.solution-v2 .btn-primary {
    color: #ffffff;
    background: var(--inner-orange);
    border-color: var(--inner-orange);
}

body.solution-v2 .btn-primary:hover,
body.solution-v2 .btn-primary:focus {
    color: #ffffff;
    background: var(--inner-orange-hover);
    border-color: var(--inner-orange-hover);
}

body.solution-v2 .faq-question {
    min-height: 58px;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 16px;
    line-height: 1.5;
}

/* One visual family, six different stories. */
body.solution-detail-v3 .page-header,
body.about-v2 .about-hero,
body.contact-v2 .contact-hero,
body.cooperation-v2 .page-header,
body.cases-v2 .page-header {
    padding-top: 148px;
}

body.solution-detail-v3 .page-title,
body.cooperation-v2 .page-title,
body.cases-v2 .page-title,
body.about-v2 .about-hero h1,
body.contact-v2 .contact-hero h1 {
    font-size: 54px;
    font-size: clamp(46px, 4.5vw, 62px);
    font-weight: 720;
    line-height: 1.05;
    letter-spacing: -.045em;
}

/* Solution: systems-led, horizontal layering. */
body.solution-detail-v3 .solution-hero,
body.solution-detail-v3 .architecture-diagram,
body.solution-detail-v3 .features,
body.solution-detail-v3 .comparison,
body.solution-detail-v3 .faq-section {
    padding-top: 104px;
    padding-bottom: 104px;
}

body.solution-detail-v3 .solution-hero .section-header {
    max-width: 900px;
}

/* Architecture: centered technical sequence with narrower reading measure. */
body.architecture-v2 .page-header {
    padding-top: 134px;
}

body.architecture-v2 .page-title {
    font-size: 50px;
    font-size: clamp(44px, 4.1vw, 58px);
    line-height: 1.06;
    letter-spacing: -.04em;
}

body.architecture-v2 .full-architecture,
body.architecture-v2 .tech-components,
body.architecture-v2 .working-principle,
body.architecture-v2 .data-flow,
body.architecture-v2 .tech-advantages,
body.architecture-v2 .faq-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

body.architecture-v2 .section-header {
    max-width: 720px;
}

/* Cases: report-like hierarchy, data first. */
body.cases-v2 .case-overview,
body.cases-v2 .challenge-solution,
body.cases-v2 .architecture-implementation,
body.cases-v2 .results-showcase,
body.cases-v2 .success-factors,
body.cases-v2 .testimonial,
body.cases-v2 .other-cases,
body.cases-v2 .faq-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

body.cases-v2 .results-showcase .section-title,
body.cases-v2 .results-showcase .section-subtitle {
    color: #ffffff;
}

/* Cooperation: decision workspace and comparison density. */
body.cooperation-v2 .cooperation-overview,
body.cooperation-v2 .cooperation-process,
body.cooperation-v2 .service-comparison,
body.cooperation-v2 .pricing-logic,
body.cooperation-v2 .cooperation-advantages,
body.cooperation-v2 .faq-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

body.cooperation-v2 .service-comparison .section-header,
body.cooperation-v2 .pricing-logic .section-header {
    max-width: 820px;
}

/* About: brand annual-report rhythm, generous narrative measure. */
body.about-v2 .mission-values,
body.about-v2 .journey,
body.about-v2 .team,
body.about-v2 .philosophy {
    padding-top: 104px;
    padding-bottom: 104px;
}

body.about-v2 .mission-statement p,
body.about-v2 .about-hero-copy > p {
    font-size: 18px;
    line-height: 1.8;
}

/* Contact: practical consultation workspace. */
body.contact-v2 .contact-form-section,
body.contact-v2 .faq-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

body.contact-v2 input,
body.contact-v2 select,
body.contact-v2 textarea {
    border-radius: 6px;
    font-family: inherit;
    font-size: 16px;
}

body.contact-v2 input,
body.contact-v2 select {
    min-height: 52px;
}

/* Homepage-consistent footer */
body.solution-v2 .footer {
    padding: 0;
    color: #ffffff;
    background: var(--inner-navy-deep);
    border-top: 1px solid rgba(255, 255, 255, .12);
}

body.solution-v2 .footer .container {
    width: 94%;
    width: calc(100% - 96px);
    max-width: 1280px;
}

body.solution-v2 .footer-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(150px, .72fr) minmax(180px, .82fr);
    gap: 72px;
    margin: 0;
    padding: 64px 0 54px;
}

body.solution-v2 .footer-grid > div,
body.solution-v2 .footer-grid > div:first-child {
    min-width: 0;
    margin: 0;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    flex: initial;
}

body.solution-v2 .footer-grid > div:first-child {
    max-width: 440px;
}

body.solution-v2 .footer-brand {
    margin: 0 0 18px;
    line-height: 0;
}

body.solution-v2 .footer-logo-image {
    display: block;
    width: 184px;
    height: auto;
    max-width: 100%;
}

body.solution-v2 .footer-desc {
    max-width: 420px;
    margin: 0 0 22px;
    color: #99aac4;
    font-size: 15px;
    line-height: 1.8;
}

body.solution-v2 .footer-contact-link {
    display: inline-block;
    padding-bottom: 3px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, .38);
    font-size: 14px;
    font-weight: 700;
}

body.solution-v2 .footer-contact-link:hover,
body.solution-v2 .footer-contact-link:focus {
    color: #ffb777;
    border-bottom-color: #ffab62;
}

body.solution-v2 .social-links {
    display: none;
}

body.solution-v2 .footer h4 {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 750;
}

body.solution-v2 .footer-links li {
    margin: 0 0 12px;
}

body.solution-v2 .footer-links a {
    color: #99aac4;
    font-size: 14px;
    line-height: 1.6;
}

body.solution-v2 .footer-links a:hover,
body.solution-v2 .footer-links a:focus {
    color: #ffffff;
}

body.solution-v2 .copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 32px;
    margin: 0;
    padding: 27px 0 31px;
    color: #71829e;
    border-top: 1px solid rgba(255, 255, 255, .12);
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
}

@media screen and (max-width: 1100px) {
    body.solution-v2 .container,
    body.solution-v2 .header-container,
    body.solution-v2 .footer .container {
        width: calc(100% - 64px);
    }

    body.solution-v2 .nav-links {
        margin-right: 16px;
    }

    body.solution-v2 .nav-link {
        padding-right: 9px;
        padding-left: 9px;
        font-size: 14px;
    }

    body.solution-v2 .nav-cta .btn-secondary {
        padding-right: 16px;
        padding-left: 16px;
    }

    body.solution-v2 .footer-grid {
        gap: 48px;
    }
}

@media screen and (max-width: 900px) {
    body.solution-v2 .header,
    body.solution-v2 .header-container {
        height: 74px;
    }

    body.solution-v2 .header-container {
        width: calc(100% - 40px);
    }

    body.solution-v2 .site-logo-image {
        width: 150px;
    }

    body.solution-v2 .menu-toggle {
        display: block;
    }

    body.solution-v2 .nav {
        display: none;
        position: absolute;
        top: 74px;
        right: 0;
        left: 0;
        z-index: 1001;
        padding: 10px 20px 24px;
        background: #ffffff;
        border-bottom: 1px solid #dfe6f1;
        box-shadow: 0 18px 36px rgba(0, 21, 49, .18);
    }

    body.solution-v2 .nav.mobile-active {
        display: block;
        top: 74px;
        padding: 10px 20px 24px;
    }

    body.solution-v2 .nav.mobile-active .nav-links,
    body.solution-v2 .nav.mobile-active .nav-cta {
        display: block;
        margin: 0;
    }

    body.solution-v2 .nav.mobile-active .nav-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        min-height: 52px;
        margin: 0;
        padding: 14px 4px;
        color: var(--inner-ink);
        border-bottom: 1px solid #e9eef5;
        border-radius: 0;
        font-size: 16px;
        line-height: 24px;
    }

    body.solution-v2 .nav.mobile-active .nav-link::after {
        display: none;
    }

    body.solution-v2 .nav.mobile-active .nav-cta {
        padding-top: 18px;
    }

    body.solution-v2 .nav.mobile-active .nav-cta .btn-secondary {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        min-height: 52px;
    }

    body.solution-v2 .section-title {
        font-size: 34px;
    }

    body.solution-v2 .section-header {
        margin-bottom: 36px;
    }

    body.solution-v2.about-v2 section.cta-section {
        width: calc(100% - 64px);
        margin-top: 56px;
        margin-bottom: 72px;
        padding: 66px 0;
        border-radius: 18px;
    }

    body.solution-v2.about-v2 .cta-section .container {
        width: calc(100% - 72px);
        gap: 36px;
    }

    body.solution-detail-v3 .page-header,
    body.about-v2 .about-hero,
    body.contact-v2 .contact-hero,
    body.cooperation-v2 .page-header,
    body.cases-v2 .page-header,
    body.architecture-v2 .page-header {
        padding-top: 118px;
    }

    body.solution-v2 .footer-grid {
        grid-template-columns: minmax(0, 1.6fr) minmax(140px, .7fr) minmax(160px, .8fr);
        gap: 34px;
    }
}

@media screen and (max-width: 680px) {
    body.solution-v2 {
        font-size: 16px;
    }

    body.solution-v2 .container,
    body.solution-v2 .header-container,
    body.solution-v2 .footer .container {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    body.solution-detail-v3 .page-title,
    body.cooperation-v2 .page-title,
    body.cases-v2 .page-title,
    body.about-v2 .about-hero h1,
    body.contact-v2 .contact-hero h1,
    body.architecture-v2 .page-title {
        font-size: 39px;
        line-height: 1.1;
        letter-spacing: -.035em;
    }

    body.solution-v2 .section-title {
        font-size: 31px;
        line-height: 1.18;
    }

    body.solution-v2 .section-subtitle,
    body.solution-v2 .section-header > p {
        font-size: 16px;
    }

    body.solution-v2.about-v2 section.cta-section {
        width: calc(100% - 40px);
        margin-top: 40px;
        margin-bottom: 56px;
        padding: 54px 0;
        border-radius: 16px;
    }

    body.solution-v2.about-v2 .cta-section .container {
        display: block;
        width: 100%;
        padding-right: 24px;
        padding-left: 24px;
    }

    body.solution-v2.about-v2 .cta-section .cta-copy {
        max-width: none;
    }

    body.solution-v2.about-v2 .cta-section p {
        margin-bottom: 28px;
    }

    body.solution-v2.about-v2 .cta-section .btn {
        width: 100% !important;
        min-width: 0;
    }

    body.solution-detail-v3 .solution-hero,
    body.solution-detail-v3 .architecture-diagram,
    body.solution-detail-v3 .features,
    body.solution-detail-v3 .comparison,
    body.solution-detail-v3 .faq-section,
    body.architecture-v2 .full-architecture,
    body.architecture-v2 .tech-components,
    body.architecture-v2 .working-principle,
    body.architecture-v2 .data-flow,
    body.architecture-v2 .tech-advantages,
    body.architecture-v2 .faq-section,
    body.cases-v2 .case-overview,
    body.cases-v2 .challenge-solution,
    body.cases-v2 .architecture-implementation,
    body.cases-v2 .results-showcase,
    body.cases-v2 .success-factors,
    body.cases-v2 .testimonial,
    body.cases-v2 .other-cases,
    body.cases-v2 .faq-section,
    body.cooperation-v2 .cooperation-overview,
    body.cooperation-v2 .cooperation-process,
    body.cooperation-v2 .service-comparison,
    body.cooperation-v2 .pricing-logic,
    body.cooperation-v2 .cooperation-advantages,
    body.cooperation-v2 .faq-section,
    body.about-v2 .mission-values,
    body.about-v2 .journey,
    body.about-v2 .team,
    body.about-v2 .philosophy,
    body.contact-v2 .contact-form-section,
    body.contact-v2 .faq-section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    body.solution-v2 .footer-grid {
        display: block;
        padding: 42px 0 38px;
    }

    body.solution-v2 .footer-grid > div:first-child {
        max-width: none;
        margin-bottom: 34px;
        padding-bottom: 34px;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    body.solution-v2 .footer-grid > div + div {
        margin-top: 30px;
    }

    body.solution-v2 .footer h4 {
        margin-bottom: 16px;
    }

    body.solution-v2 .footer-links li {
        margin-bottom: 10px;
    }

    body.solution-v2 .copyright {
        display: block;
        padding: 24px 0 28px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.solution-v2 *,
    body.solution-v2 *::before,
    body.solution-v2 *::after {
        scroll-behavior: auto !important;
        -webkit-transition-duration: .01ms !important;
        transition-duration: .01ms !important;
        -webkit-animation-duration: .01ms !important;
        animation-duration: .01ms !important;
    }
}
