/* ShopXN solution page — page-specific enterprise deployment story */

body.solution-v2 {
    color: #17233d;
    background: #ffffff;
    font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    overflow-x: hidden;
}

body.solution-v2 .container {
    width: 92%;
    width: calc(100% - 72px);
    max-width: 1320px;
    padding: 0;
}

body.solution-v2 a,
body.solution-v2 button {
    -webkit-tap-highlight-color: rgba(46, 108, 255, .18);
}

body.solution-v2 .icon,
body.solution-v2 .icon-large,
body.solution-v2 .icon-xl {
    fill: currentColor;
}

body.solution-v2 a:focus,
body.solution-v2 button:focus,
body.solution-v2 .faq-question:focus {
    outline: 2px solid #9dbbf2;
    outline-offset: 3px;
}

body.solution-v2 .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 24px;
    border: 1px solid transparent;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    box-shadow: none;
}

body.solution-v2 .btn:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

body.solution-v2 .btn-primary {
    color: #ffffff;
    background: #f47b20;
    border-color: #f47b20;
}

body.solution-v2 .btn-secondary {
    color: #ffffff;
    background: transparent;
    border-color: #49617f;
}

/* Header */
body.solution-v2 .header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    height: 88px;
    background: #041831;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    box-shadow: none;
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
}

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;
    height: 88px;
}

body.solution-v2 .logo {
    color: #ffffff;
    font-family: "Space Grotesk", Inter, "PingFang SC", sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -.7px;
}

body.solution-v2 .logo-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 8px;
    background: #3975f6;
    border-radius: 50%;
    vertical-align: middle;
}

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 {
    -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 {
    margin-right: 42px;
}

body.solution-v2 .nav-link {
    position: relative;
    margin-left: 30px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

body.solution-v2 .nav-link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    height: 2px;
    background: #f47b20;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
}

body.solution-v2 .nav-link:hover::after,
body.solution-v2 .nav-link:focus::after,
body.solution-v2 .nav-link[href="/solution.html"]::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

body.solution-v2 .nav-cta .btn-secondary {
    min-height: 48px;
    padding: 13px 19px;
    color: #ffffff;
    background: #f47b20;
    border-color: #f47b20;
}

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

body.solution-v2 .menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    color: #ffffff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 8px;
    font-size: 20px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}

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

/* Hero: deployment blueprint */
body.solution-v2 .page-header {
    position: relative;
    min-height: 650px;
    padding: 118px 0 42px;
    color: #ffffff;
    background: #041831;
    overflow: hidden;
}

body.solution-v2 .page-header::after {
    content: "";
    position: absolute;
    right: -180px;
    bottom: -240px;
    width: 680px;
    height: 680px;
    background: radial-gradient(circle, rgba(39, 98, 207, .24) 0, rgba(4, 24, 49, 0) 69%);
    pointer-events: none;
}

body.solution-v2 .page-header-bg {
    display: none;
}

body.solution-v2 .solution-intro-grid {
    position: relative;
    z-index: 1;
    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;
}

body.solution-v2 .page-header-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 520px;
    margin: 0;
    text-align: left;
}

body.solution-v2 .breadcrumb {
    display: block;
    margin: 0 0 24px;
    color: #9eb1cc;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
}

body.solution-v2 .breadcrumb a {
    color: #dce8fb;
}

body.solution-v2 .breadcrumb-separator {
    margin: 0 9px;
    color: #2e6cff;
}

body.solution-v2 .page-title {
    max-width: 540px;
    margin: 0 0 24px;
    color: #ffffff;
    font-family: "Space Grotesk", Inter, "PingFang SC", sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: -1.8px;
    text-align: left;
}

body.solution-v2 .page-title span {
    color: #3975f6;
}

body.solution-v2 .page-subtitle {
    max-width: 500px;
    margin: 0 0 28px;
    color: #c8d5e7;
    font-size: 16px;
    line-height: 1.82;
    text-align: left;
}

body.solution-v2 .page-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 0 -12px 24px 0;
}

body.solution-v2 .page-actions .btn {
    min-width: 166px;
    margin-right: 12px;
}

body.solution-v2 .solution-assurances {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -18px -9px 0;
}

body.solution-v2 .solution-assurances span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 18px 9px 0;
    color: #d7e2f0;
    font-size: 12px;
    white-space: nowrap;
}

body.solution-v2 .solution-assurances .assurance-icon {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    color: #ffffff;
    fill: currentColor;
}

body.solution-v2 .page-header-visual {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 61%;
    flex: 0 0 61%;
    margin: 0 -4% 0 0;
}

body.solution-v2 .page-header-visual picture,
body.solution-v2 .page-header-visual img {
    display: block;
    width: 100%;
    height: auto;
}

/* Shared section rhythm */
body.solution-v2 section:not(.page-header):not(.solution-cta) {
    padding: 72px 0;
}

body.solution-v2 .section-header {
    max-width: 800px;
    margin: 0 auto 44px;
    text-align: center;
}

body.solution-v2 .section-label {
    display: inline-block;
    margin: 0 0 12px;
    padding: 6px 10px;
    color: #2d68dc;
    background: #edf3ff;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

body.solution-v2 .section-title {
    margin: 0 0 16px;
    color: #17233d;
    font-family: "Space Grotesk", Inter, "PingFang SC", sans-serif;
    font-size: 40px;
    line-height: 1.22;
    letter-spacing: -1.2px;
}

body.solution-v2 .section-subtitle {
    max-width: 720px;
    margin: 0 auto;
    color: #67758b;
    font-size: 16px;
    line-height: 1.75;
}

body.solution-v2 .animate-in {
    opacity: 1;
    -webkit-animation: none;
    animation: none;
}

/* Three-step operating model */
body.solution-v2 .solution-hero {
    background: #ffffff;
}

body.solution-v2 .solution-steps {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -12px;
    gap: 0;
}

body.solution-v2 .solution-steps::before {
    content: "";
    position: absolute;
    top: 46px;
    right: 17%;
    left: 17%;
    height: 1px;
    background: #cbd8ee;
}

body.solution-v2 .solution-step {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.333% - 24px);
    flex: 0 0 calc(33.333% - 24px);
    min-height: 280px;
    margin: 0 12px;
    padding: 32px 32px 35px;
    text-align: left;
    background: #ffffff;
    border: 1px solid #dce4ef;
    border-radius: 10px;
    box-shadow: 0 14px 38px rgba(10, 31, 63, .07);
    -webkit-transition: border-color .2s ease, -webkit-transform .2s ease;
    transition: border-color .2s ease, transform .2s ease;
}

body.solution-v2 .solution-step:nth-child(2) {
    color: #ffffff;
    background: #082858;
    border-color: #2459af;
    -webkit-transform: translateY(18px);
    transform: translateY(18px);
}

body.solution-v2 .solution-step:hover {
    border-color: #2e6cff;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

body.solution-v2 .solution-step:nth-child(2):hover {
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
}

body.solution-v2 .step-number {
    position: static;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 0 34px;
    padding: 7px 12px;
    color: #2d68dc;
    background: #eef4ff;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
}

body.solution-v2 .solution-step:nth-child(2) .step-number {
    color: #ffffff;
    background: #3975f6;
}

body.solution-v2 .step-icon {
    position: absolute;
    top: 27px;
    right: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    color: #2d68dc;
    background: #edf3ff;
    border: 1px solid #d8e5fb;
    border-radius: 9px;
}

body.solution-v2 .step-icon .icon-xl {
    display: block;
    width: 20px;
    height: 20px;
}

body.solution-v2 .solution-step:nth-child(2) .step-icon {
    color: #ffffff;
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .2);
}

body.solution-v2 .solution-step h3 {
    margin: 0 0 17px;
    color: #17233d;
    font-size: 22px;
}

body.solution-v2 .solution-step p {
    margin: 0;
    color: #647287;
    font-size: 15px;
    line-height: 1.85;
}

body.solution-v2 .solution-step:nth-child(2) h3 {
    color: #ffffff;
}

body.solution-v2 .solution-step:nth-child(2) p {
    color: #cdd9eb;
}

body.solution-v2 .solution-summary {
    max-width: 920px;
    margin: 58px auto 0;
    padding: 24px 30px;
    color: #34465f;
    background: #f3f6fb;
    border-left: 3px solid #3975f6;
    border-radius: 0 10px 10px 0;
    text-align: left;
}

body.solution-v2 .solution-summary p {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
}

body.solution-v2 .solution-summary strong {
    color: #17233d;
}

/* Architecture ledger — intentionally distinct from the hero image */
body.solution-v2 .architecture-diagram {
    color: #ffffff;
    background: #061a38;
    border-radius: 0;
}

body.solution-v2 .architecture-diagram .section-title {
    color: #ffffff;
}

body.solution-v2 .architecture-diagram .section-subtitle {
    color: #b8c7da;
}

body.solution-v2 .architecture-diagram .section-label {
    color: #9fc0ff;
    background: rgba(71, 126, 232, .16);
}

body.solution-v2 .diagram-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: auto;
    max-width: none;
    min-height: 0;
    margin: 0 -8px -16px;
    padding: 26px;
    background: #0a2348;
    border: 1px solid #1d477d;
    border-radius: 12px;
    gap: 0;
}

body.solution-v2 .diagram-node {
    position: static;
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(20% - 16px);
    flex: 0 0 calc(20% - 16px);
    min-height: 132px;
    margin: 0 8px 16px;
    padding: 20px 18px;
    color: #ffffff;
    background: #0d2d59;
    border: 1px solid #28548b;
    border-radius: 8px;
    box-shadow: none;
    text-align: left;
}

body.solution-v2 .diagram-node:hover {
    border-color: #4c82e8;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

body.solution-v2 .node-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 16px;
}

body.solution-v2 .node-header .icon {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    padding: 8px;
    color: #a8c5ff;
    background: rgba(65, 119, 221, .16);
    border: 1px solid rgba(107, 153, 236, .28);
    border-radius: 8px;
}

body.solution-v2 .node-cdn .node-header .icon {
    color: #ffffff;
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .24);
}

body.solution-v2 .node-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

body.solution-v2 .node-desc {
    color: #bfd0e4;
    font-size: 13px;
    line-height: 1.65;
}

body.solution-v2 .node-cdn {
    background: #1f59ba;
    border-color: #4b80df;
}

body.solution-v2 .node-cdn .node-desc {
    color: #e6efff;
}

body.solution-v2 .connection-line {
    display: none;
}

body.solution-v2 .architecture-summary {
    max-width: 790px;
    margin: 34px auto 0;
    text-align: center;
}

body.solution-v2 .architecture-summary p {
    margin: 0;
    color: #b8c7da;
    font-size: 15px;
    line-height: 1.8;
}

body.solution-v2 .architecture-summary strong {
    color: #ffffff;
}

/* Feature editorial blocks */
body.solution-v2 .features {
    background: #f5f7fb;
}

body.solution-v2 .features-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
    gap: 0;
}

body.solution-v2 .feature-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    min-height: 200px;
    margin: 0 10px 20px;
    padding: 30px 34px;
    background: #ffffff;
    border: 1px solid #dde5ef;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(17, 38, 72, .035);
}

body.solution-v2 .feature-card:nth-child(1) {
    border-top: 3px solid #3975f6;
}

body.solution-v2 .feature-card:nth-child(2) {
    border-top: 3px solid #8058e8;
}

body.solution-v2 .feature-card:nth-child(3) {
    border-top: 3px solid #17a269;
}

body.solution-v2 .feature-card:nth-child(4) {
    border-top: 3px solid #f47b20;
}

body.solution-v2 .feature-card:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0 16px 38px rgba(8, 24, 47, .08);
}

body.solution-v2 .feature-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 18px;
}

body.solution-v2 .feature-header .icon-large {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    margin-right: 14px;
    padding: 10px;
    color: #2d68dc;
    background: #edf3ff;
    border: 1px solid #d9e6fd;
    border-radius: 10px;
}

body.solution-v2 .feature-card:nth-child(2) .icon-large {
    color: #6f49d3;
    background: #f2effd;
    border-color: #e2daf9;
}

body.solution-v2 .feature-card:nth-child(3) .icon-large {
    color: #13865a;
    background: #eaf8f2;
    border-color: #cfeddf;
}

body.solution-v2 .feature-card:nth-child(4) .icon-large {
    color: #c85e18;
    background: #fff1e7;
    border-color: #f8dcc7;
}

body.solution-v2 .feature-card h3 {
    margin: 0;
    color: #17233d;
    font-size: 22px;
}

body.solution-v2 .feature-card p {
    margin: 0;
    color: #647287;
    font-size: 15px;
    line-height: 1.85;
}

/* Comparison as an audit sheet */
body.solution-v2 .comparison {
    background: #ffffff;
    padding-top: 88px;
    padding-bottom: 88px;
}

body.solution-v2 .comparison-table {
    max-width: 1120px;
    margin: 0 auto;
    overflow-x: auto;
    background: #ffffff;
    border: 1px solid #dbe3ee;
    border-radius: 10px;
    box-shadow: 0 18px 48px rgba(12, 32, 64, .065);
    -webkit-overflow-scrolling: touch;
}

body.solution-v2 .table-header,
body.solution-v2 .table-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    min-width: 720px;
    padding: 6px 0;
}

body.solution-v2 .table-header {
    color: #ffffff;
    background: #082858;
}

body.solution-v2 .table-header > div,
body.solution-v2 .table-row > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.333%;
    flex: 1 1 33.333%;
    padding: 21px 24px;
    border-right: 1px solid #e1e7f0;
}

body.solution-v2 .table-header > div {
    border-color: #1b3e69;
    font-size: 14px;
    font-weight: 700;
}

body.solution-v2 .table-row {
    border-bottom: 1px solid #e8edf4;
}

body.solution-v2 .table-row:last-child {
    border-bottom: 0;
}

body.solution-v2 .table-row > div:last-child,
body.solution-v2 .table-header > div:last-child {
    border-right: 0;
}

body.solution-v2 .feature-name {
    color: #17233d;
    font-weight: 700;
}

body.solution-v2 .traditional {
    color: #68768a;
    background: #fbfcfe;
}

body.solution-v2 .our-solution {
    color: #245ebd;
    background: #eef4ff;
    font-weight: 700;
}

/* FAQ */
body.solution-v2 .faq-section {
    background: #f5f7fb;
    padding-top: 68px;
    padding-bottom: 68px;
}

body.solution-v2 .faq-container {
    max-width: 960px;
    margin: 0 auto;
}

body.solution-v2 .faq-item {
    margin: 0 0 10px;
    background: #ffffff;
    border: 1px solid #dde5ef;
    border-radius: 8px;
    box-shadow: 0 7px 22px rgba(16, 36, 68, .03);
    overflow: hidden;
}

body.solution-v2 .faq-question {
    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;
    min-height: 66px;
    padding: 20px 24px;
    color: #17233d;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

body.solution-v2 .faq-question:hover {
    color: #174ea6;
    background: #f8faff;
}

body.solution-v2 .faq-question:focus {
    outline: none;
    box-shadow: inset 0 0 0 2px #9dbbf2;
}

body.solution-v2 .faq-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    margin-left: 20px;
    padding: 7px;
    color: #3975f6;
    background: #edf3ff;
    border-radius: 50%;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
}

body.solution-v2 .faq-answer {
    display: none;
    padding: 0 24px 23px;
}

body.solution-v2 .faq-answer.active {
    display: block;
}

body.solution-v2 .faq-answer p {
    margin: 0;
    color: #647287;
    font-size: 15px;
    line-height: 1.85;
}

body.solution-v2 .faq-item.active {
    border-color: #a9c4f5;
}

/* Conversion band */
body.solution-v2 .solution-cta {
    position: relative;
    padding: 82px 0;
    color: #ffffff;
    background: #0a2d64;
    text-align: left;
    overflow: hidden;
}

body.solution-v2 .solution-cta::before {
    content: "";
    position: absolute;
    top: -200px;
    right: -80px;
    width: 520px;
    height: 520px;
    background: rgba(56, 117, 246, .16);
    border-radius: 50%;
}

body.solution-v2 .solution-cta .container {
    position: relative;
    z-index: 1;
}

body.solution-v2 .solution-cta h2 {
    max-width: 800px;
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 38px;
}

body.solution-v2 .solution-cta p {
    max-width: 760px;
    margin: 0 0 31px;
    color: #c9d7eb;
    font-size: 16px;
    line-height: 1.8;
}

body.solution-v2 .cta-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0 -12px -12px 0;
}

body.solution-v2 .cta-buttons .btn {
    margin: 0 12px 12px 0;
}

body.solution-v2 .cta-buttons .btn .icon {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
}

body.solution-v2 .btn-light {
    color: #17233d;
    background: #ffffff;
    border-color: #ffffff;
}

body.solution-v2 .btn-outline-light {
    color: #ffffff;
    background: transparent;
    border-color: rgba(255, 255, 255, .64);
}

/* Footer */
body.solution-v2 .footer {
    padding: 46px 0 24px;
    color: #ffffff;
    background: #041831;
}

body.solution-v2 .footer-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -24px 24px;
    gap: 0;
}

body.solution-v2 .footer-grid > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(25% - 48px);
    flex: 0 0 calc(25% - 48px);
    margin: 0 24px;
}

body.solution-v2 .footer-grid > div:first-child {
    -webkit-flex-basis: calc(50% - 48px);
    flex-basis: calc(50% - 48px);
}

body.solution-v2 .footer-brand {
    margin: 0 0 17px;
    color: #ffffff;
    font-size: 25px;
}

body.solution-v2 .footer-desc {
    max-width: 420px;
    color: #a9b8cb;
    line-height: 1.8;
}

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

body.solution-v2 .footer h4 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 15px;
}

body.solution-v2 .footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

body.solution-v2 .footer-links a {
    color: #a9b8cb;
    font-size: 14px;
}

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

body.solution-v2 .copyright {
    padding-top: 24px;
    color: #8092aa;
    border-top: 1px solid #193554;
    font-size: 13px;
}

/* Desktop and landscape tablet */
@media screen and (max-width: 1180px) {
    body.solution-v2 .nav-links {
        margin-right: 26px;
    }

    body.solution-v2 .nav-link {
        margin-left: 21px;
        font-size: 14px;
    }

    body.solution-v2 .page-title {
        font-size: 49px;
    }

    body.solution-v2 .page-header-visual {
        -webkit-flex-basis: 59%;
        flex-basis: 59%;
        margin-right: -1%;
    }
}

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

    body.solution-v2 .nav-link {
        margin-left: 16px;
        font-size: 13px;
    }

    body.solution-v2 .nav-cta .btn-secondary {
        padding-right: 15px;
        padding-left: 15px;
        font-size: 13px;
    }

    body.solution-v2 .page-header {
        min-height: 650px;
        padding-top: 116px;
    }

    body.solution-v2 .page-title {
        font-size: 43px;
        letter-spacing: -1.7px;
    }

    body.solution-v2 .page-subtitle {
        font-size: 15px;
    }

    body.solution-v2 .solution-assurances span {
        font-size: 11px;
    }

    body.solution-v2 .diagram-node {
        -webkit-flex-basis: calc(33.333% - 16px);
        flex-basis: calc(33.333% - 16px);
    }
}

/* Portrait tablet and phone: fully reflowed */
@media screen and (max-width: 900px) {
    body.solution-v2 .container {
        width: 88%;
        width: calc(100% - 48px);
    }

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

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

    body.solution-v2 .nav.mobile-active {
        position: absolute;
        top: 82px;
        right: 0;
        left: 0;
        display: block;
        padding: 23px 6%;
        color: #0b1733;
        background: #ffffff;
        border-bottom: 1px solid #dfe6f1;
        box-shadow: 0 18px 38px rgba(5, 24, 49, .16);
    }

    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: block;
        margin: 0;
        padding: 12px 0;
        color: #0b1733;
        border-bottom: 1px solid #edf0f5;
        font-size: 16px;
    }

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

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

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

    body.solution-v2 .page-header {
        min-height: 0;
        padding: 110px 0 62px;
    }

    body.solution-v2 .solution-intro-grid {
        display: block;
    }

    body.solution-v2 .page-header-content {
        max-width: 690px;
        margin: 0 auto;
        text-align: center;
    }

    body.solution-v2 .breadcrumb,
    body.solution-v2 .page-title,
    body.solution-v2 .page-subtitle {
        max-width: 690px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    body.solution-v2 .page-title {
        font-size: 43px;
    }

    body.solution-v2 .page-actions,
    body.solution-v2 .solution-assurances {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    body.solution-v2 .page-header-visual {
        width: 100%;
        max-width: 800px;
        margin: 32px auto 0;
    }

    body.solution-v2 section:not(.page-header):not(.solution-cta) {
        padding: 70px 0;
    }

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

    body.solution-v2 .solution-steps {
        display: block;
        margin: 0;
    }

    body.solution-v2 .solution-steps::before {
        display: none;
    }

    body.solution-v2 .solution-step,
    body.solution-v2 .solution-step:nth-child(2) {
        min-height: 0;
        margin: 0 0 16px;
        -webkit-transform: none;
        transform: none;
    }

    body.solution-v2 .step-number {
        margin-bottom: 25px;
    }

    body.solution-v2 .solution-summary {
        margin-top: 38px;
    }

    body.solution-v2 .diagram-node {
        -webkit-flex-basis: calc(50% - 16px);
        flex-basis: calc(50% - 16px);
    }

    body.solution-v2 .footer-grid {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    body.solution-v2 .footer-grid > div,
    body.solution-v2 .footer-grid > div:first-child {
        -webkit-flex-basis: calc(50% - 48px);
        flex-basis: calc(50% - 48px);
        margin-bottom: 34px;
    }
}

@media screen and (max-width: 680px) {
    body.solution-v2 .container {
        width: 86%;
        width: calc(100% - 40px);
    }

    body.solution-v2 .header,
    body.solution-v2 .header-container {
        height: 76px;
    }

    body.solution-v2 .logo {
        font-size: 24px;
    }

    body.solution-v2 .nav.mobile-active {
        top: 76px;
        padding-right: 20px;
        padding-left: 20px;
    }

    body.solution-v2 .page-header {
        padding: 100px 0 50px;
    }

    body.solution-v2 .breadcrumb {
        margin-bottom: 22px;
    }

    body.solution-v2 .page-title {
        font-size: 35px;
        line-height: 1.18;
        letter-spacing: -1px;
    }

    body.solution-v2 .page-subtitle {
        font-size: 16px;
        line-height: 1.8;
    }

    body.solution-v2 .page-actions {
        display: block;
        margin-right: 0;
    }

    body.solution-v2 .page-actions .btn {
        width: 100%;
        margin: 0 0 11px;
    }

    body.solution-v2 .solution-assurances {
        display: block;
        margin: 19px 0 0;
        text-align: left;
    }

    body.solution-v2 .solution-assurances span {
        display: block;
        margin: 0 0 10px;
        font-size: 13px;
    }

    body.solution-v2 .page-header-visual {
        width: 108%;
        margin-right: -4%;
        margin-left: -4%;
    }

    body.solution-v2 section:not(.page-header):not(.solution-cta) {
        padding: 58px 0;
    }

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

    body.solution-v2 .section-title {
        font-size: 30px;
        letter-spacing: -.8px;
    }

    body.solution-v2 .section-subtitle {
        font-size: 15px;
    }

    body.solution-v2 .solution-step {
        padding: 27px 24px 30px;
    }

    body.solution-v2 .step-icon {
        top: 23px;
        right: 22px;
        width: 38px;
        height: 38px;
    }

    body.solution-v2 .step-icon .icon-xl {
        width: 19px;
        height: 19px;
    }

    body.solution-v2 .solution-summary {
        padding: 21px 22px;
    }

    body.solution-v2 .solution-summary p {
        font-size: 15px;
    }

    body.solution-v2 .diagram-container {
        display: block;
        margin: 0;
        padding: 16px;
    }

    body.solution-v2 .diagram-node {
        min-height: 0;
        margin: 0 0 12px;
        padding: 22px 20px;
    }

    body.solution-v2 .node-header .icon {
        width: 32px;
        height: 32px;
        padding: 7px;
    }

    body.solution-v2 .diagram-node:last-of-type {
        margin-bottom: 0;
    }

    body.solution-v2 .feature-card {
        -webkit-flex-basis: calc(100% - 20px);
        flex-basis: calc(100% - 20px);
        min-height: 0;
        padding: 28px 25px;
    }

    body.solution-v2 .feature-header .icon-large {
        width: 40px;
        height: 40px;
        margin-right: 12px;
        padding: 9px;
    }

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

    body.solution-v2 .comparison-table {
        border-radius: 8px;
    }

    body.solution-v2 .faq-question {
        min-height: 70px;
        padding: 20px;
        font-size: 15px;
    }

    body.solution-v2 .faq-icon {
        width: 26px;
        height: 26px;
        margin-left: 14px;
        padding: 6px;
    }

    body.solution-v2 .faq-answer {
        padding: 0 20px 22px;
    }

    body.solution-v2 .solution-cta {
        padding: 60px 0;
        text-align: center;
    }

    body.solution-v2 .solution-cta h2 {
        font-size: 30px;
    }

    body.solution-v2 .solution-cta p {
        font-size: 15px;
    }

    body.solution-v2 .cta-buttons {
        display: block;
        margin-right: 0;
    }

    body.solution-v2 .cta-buttons .btn {
        width: 100%;
        margin-right: 0;
    }

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

    body.solution-v2 .footer-grid > div,
    body.solution-v2 .footer-grid > div:first-child {
        margin: 0 0 32px;
    }

    body.solution-v2 .copyright {
        line-height: 1.7;
        text-align: left;
    }
}

@media screen and (max-width: 380px) {
    body.solution-v2 .container {
        width: calc(100% - 32px);
    }

    body.solution-v2 .page-title {
        font-size: 32px;
    }

    body.solution-v2 .page-header-visual {
        width: 110%;
        margin-right: -5%;
        margin-left: -5%;
    }
}

/* ===== solution11 precision editorial pass ===== */
body.solution-detail-v3 .container {
    max-width: 1240px;
}

body.solution-detail-v3 .page-header {
    min-height: 610px;
    padding-top: 102px;
    padding-bottom: 36px;
    background: #031326;
}

body.solution-detail-v3 .page-header::after {
    opacity: .72;
}

body.solution-detail-v3 .page-header-content {
    -webkit-flex-basis: 42%;
    flex-basis: 42%;
    max-width: 500px;
}

body.solution-detail-v3 .page-header-visual {
    -webkit-flex-basis: 58%;
    flex-basis: 58%;
    margin-right: 0;
}

body.solution-detail-v3 .breadcrumb {
    margin-bottom: 20px;
    color: #91a5c0;
    font-size: 11px;
    letter-spacing: .04em;
}

body.solution-detail-v3 .page-title {
    max-width: 500px;
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 1.12;
    letter-spacing: -1.8px;
}

body.solution-detail-v3 .page-title span {
    color: #3d78f2;
}

body.solution-detail-v3 .page-subtitle {
    max-width: 480px;
    margin-bottom: 24px;
    color: #b9c8dc;
    line-height: 1.78;
}

body.solution-detail-v3 .page-actions {
    margin-bottom: 21px;
}

body.solution-detail-v3 .page-actions .btn {
    min-width: 150px;
    min-height: 50px;
    padding: 13px 20px;
}

body.solution-detail-v3 .page-actions .btn-primary {
    background: #e96f19;
    border-color: #e96f19;
}

body.solution-detail-v3 .page-actions .btn-primary:hover,
body.solution-detail-v3 .page-actions .btn-primary:focus {
    background: #d85f0d;
    border-color: #d85f0d;
}

body.solution-detail-v3 section:not(.page-header):not(.solution-cta) {
    padding-top: 84px;
    padding-bottom: 84px;
}

body.solution-detail-v3 .section-header {
    max-width: 900px;
    margin: 0 0 42px;
    text-align: left;
}

body.solution-detail-v3 .section-label {
    margin-bottom: 11px;
    padding: 0;
    color: #2864dc;
    background: transparent;
    border-radius: 0;
    font-size: 11px;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: .15em;
}

body.solution-detail-v3 .section-title {
    margin-bottom: 14px;
    color: #10213b;
    font-size: 38px;
    line-height: 1.17;
    letter-spacing: -1.1px;
}

body.solution-detail-v3 .section-subtitle {
    max-width: 740px;
    margin: 0;
    color: #64748b;
    line-height: 1.75;
}

body.solution-detail-v3 .solution-steps {
    margin-right: -10px;
    margin-left: -10px;
}

body.solution-detail-v3 .solution-steps::before {
    top: 43px;
}

body.solution-detail-v3 .solution-step,
body.solution-detail-v3 .solution-step:nth-child(2) {
    -webkit-flex-basis: calc(33.333% - 20px);
    flex-basis: calc(33.333% - 20px);
    min-height: 252px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 28px 28px 30px;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(10, 31, 63, .045);
    -webkit-transform: none;
    transform: none;
}

body.solution-detail-v3 .solution-step:hover,
body.solution-detail-v3 .solution-step:nth-child(2):hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

body.solution-detail-v3 .step-number {
    margin-bottom: 30px;
    padding: 6px 9px;
    border-radius: 7px;
}

body.solution-detail-v3 .step-icon {
    top: 24px;
    right: 26px;
    width: 38px;
    height: 38px;
    border-radius: 9px;
}

body.solution-detail-v3 .solution-step h3 {
    margin-bottom: 12px;
    font-size: 21px;
}

body.solution-detail-v3 .solution-step p {
    line-height: 1.75;
}

body.solution-detail-v3 .solution-summary {
    max-width: none;
    margin-top: 32px;
    padding: 22px 26px;
    border-radius: 0 10px 10px 0;
}

body.solution-detail-v3 .architecture-diagram {
    background: #061a33;
}

body.solution-detail-v3 .architecture-diagram .section-label {
    color: #9fc0ff;
    background: transparent;
}

body.solution-detail-v3 .architecture-diagram .section-title {
    color: #ffffff;
}

body.solution-detail-v3 .architecture-diagram .section-subtitle {
    color: #b8c7da;
}

body.solution-detail-v3 .diagram-container {
    margin-right: -7px;
    margin-left: -7px;
    padding: 22px;
    border-radius: 10px;
}

body.solution-detail-v3 .diagram-node {
    -webkit-flex-basis: calc(20% - 14px);
    flex-basis: calc(20% - 14px);
    min-height: 122px;
    margin-right: 7px;
    margin-left: 7px;
    padding: 18px 16px;
}

body.solution-detail-v3 .architecture-summary {
    max-width: none;
    margin-top: 28px;
    text-align: left;
}

body.solution-detail-v3 .features {
    background: #f5f7fb;
}

body.solution-detail-v3 .feature-card {
    min-height: 182px;
    padding: 28px 30px;
    border-radius: 12px;
    box-shadow: 0 9px 24px rgba(17, 38, 72, .03);
}

body.solution-detail-v3 .feature-card:nth-child(1),
body.solution-detail-v3 .feature-card:nth-child(2),
body.solution-detail-v3 .feature-card:nth-child(3),
body.solution-detail-v3 .feature-card:nth-child(4) {
    border-top-width: 2px;
}

body.solution-detail-v3 .feature-card:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(8, 24, 47, .06);
}

body.solution-detail-v3 .feature-header {
    margin-bottom: 15px;
}

body.solution-detail-v3 .feature-header .icon-large {
    width: 40px;
    height: 40px;
    border-radius: 9px;
}

body.solution-detail-v3 .feature-card h3 {
    font-size: 21px;
}

body.solution-detail-v3 .feature-card p {
    line-height: 1.75;
}

body.solution-detail-v3 .comparison-table,
body.solution-detail-v3 .faq-container {
    max-width: none;
}

body.solution-detail-v3 .comparison-table {
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(12, 32, 64, .045);
}

body.solution-detail-v3 .table-header,
body.solution-detail-v3 .table-row {
    padding-top: 0;
    padding-bottom: 0;
}

body.solution-detail-v3 .table-header > div,
body.solution-detail-v3 .table-row > div {
    padding-top: 18px;
    padding-bottom: 18px;
}

body.solution-detail-v3 .faq-section {
    background: #f5f7fb;
}

body.solution-detail-v3 .faq-item {
    margin-bottom: 9px;
    border-radius: 9px;
    box-shadow: none;
}

body.solution-detail-v3 .faq-question {
    min-height: 62px;
    padding: 18px 22px;
}

body.solution-detail-v3 .faq-answer {
    padding-right: 22px;
    padding-bottom: 21px;
    padding-left: 22px;
}

body.solution-detail-v3 .solution-cta {
    width: calc(100% - 64px);
    max-width: 1376px;
    margin: 64px auto;
    padding: 56px 0;
    background: #0a2d64;
    border-radius: 18px;
}

body.solution-detail-v3 .solution-cta::before {
    display: none;
}

body.solution-detail-v3 .solution-cta .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

body.solution-detail-v3 .solution-cta h2 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 820px;
    margin-bottom: 13px;
    font-size: 37px;
}

body.solution-detail-v3 .solution-cta p {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 610px;
    flex: 1 1 610px;
    max-width: 700px;
    margin: 0;
    line-height: 1.75;
}

body.solution-detail-v3 .cta-buttons {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0 0 auto;
}

body.solution-detail-v3 .cta-buttons .btn {
    min-height: 48px;
    margin: 4px 0 4px 10px;
    padding: 12px 18px;
}

body.solution-detail-v3 .footer {
    background: #031326;
}

@media screen and (max-width: 1024px) {
    body.solution-detail-v3 .page-header {
        min-height: 590px;
        padding-top: 96px;
    }

    body.solution-detail-v3 .page-title {
        font-size: 43px;
    }

    body.solution-detail-v3 .section-title {
        font-size: 35px;
    }

    body.solution-detail-v3 .solution-cta .cta-buttons {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        margin: 22px 0 0;
    }

    body.solution-detail-v3 .cta-buttons .btn {
        margin-right: 10px;
        margin-left: 0;
    }
}

@media screen and (max-width: 900px) {
    body.solution-detail-v3 .page-header {
        min-height: 0;
        padding-top: 100px;
        padding-bottom: 58px;
    }

    body.solution-detail-v3 .page-header-visual {
        max-width: 700px;
        margin-right: auto;
        margin-left: auto;
    }

    body.solution-detail-v3 section:not(.page-header):not(.solution-cta) {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    body.solution-detail-v3 .solution-cta {
        width: calc(100% - 48px);
        margin: 48px auto;
        padding: 48px 0;
    }
}

@media screen and (min-width: 681px) and (max-width: 900px) {
    body.solution-detail-v3 .solution-steps {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        margin-right: -7px;
        margin-left: -7px;
    }

    body.solution-detail-v3 .solution-step,
    body.solution-detail-v3 .solution-step:nth-child(2) {
        -webkit-flex: 1 1 33.333%;
        flex: 1 1 33.333%;
        min-height: 280px;
        margin-right: 7px;
        margin-left: 7px;
        padding: 26px 20px;
    }

    body.solution-detail-v3 .step-icon {
        right: 18px;
    }

    body.solution-detail-v3 .solution-step h3 {
        font-size: 18px;
    }

    body.solution-detail-v3 .diagram-node {
        -webkit-flex-basis: calc(33.333% - 14px);
        flex-basis: calc(33.333% - 14px);
    }
}

@media screen and (max-width: 680px) {
    body.solution-detail-v3 .page-title {
        font-size: 34px;
        line-height: 1.17;
        letter-spacing: -1px;
    }

    body.solution-detail-v3 .page-actions .btn {
        min-height: 48px;
    }

    body.solution-detail-v3 section:not(.page-header):not(.solution-cta) {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    body.solution-detail-v3 .section-header {
        margin-bottom: 34px;
    }

    body.solution-detail-v3 .section-title,
    body.solution-detail-v3 .solution-cta h2 {
        font-size: 29px;
        line-height: 1.22;
        letter-spacing: -.55px;
    }

    body.solution-detail-v3 .solution-step,
    body.solution-detail-v3 .solution-step:nth-child(2) {
        min-height: 0;
        padding: 26px 22px;
    }

    body.solution-detail-v3 .diagram-container {
        padding: 18px;
    }

    body.solution-detail-v3 .solution-cta {
        width: calc(100% - 32px);
        margin: 36px auto;
        padding: 40px 0;
        border-radius: 14px;
    }

    body.solution-detail-v3 .cta-buttons,
    body.solution-detail-v3 .cta-buttons .btn {
        width: 100%;
    }

    body.solution-detail-v3 .cta-buttons .btn {
        margin: 9px 0 0;
    }
}

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

/* solution12: keep the mobile deployment blueprint inside the viewport. */
body.solution-detail-v3 .social-links {
    display: none;
}

@media screen and (max-width: 680px) {
    body.solution-detail-v3 .page-header-visual {
        width: 100%;
        max-width: 100%;
        margin: 32px 0 0;
    }
}
