

:root {
                --cn-page-bg: #f5f7fb;
                --cn-surface: #ffffff;
                --cn-surface-soft: #f8fbff;
                --cn-surface-alt: #eef4ff;
                --cn-text: #1a2744;
                --cn-text-soft: #61708c;
                --cn-text-muted: #7d89a2;
                --cn-line: rgba(28, 59, 118, 0.08);
                --cn-shadow: 0 18px 40px rgba(30, 50, 96, 0.08);
                --cn-shadow-deep: 0 26px 60px rgba(30, 50, 96, 0.12);
                --cn-radius-xl: 28px;
                --cn-radius-lg: 22px;
                --cn-radius-md: 18px;
            }

            body {
                background: var(--cn-page-bg);
                color: var(--cn-text);
            }

            .hero-area {
                padding: 132px 0 148px;
                background:
                    radial-gradient(circle at 50% 62%, rgba(0, 95, 249, 0.18), transparent 24%),
                    linear-gradient(180deg, #010e27 0%, #0033ab 38%, #010e27 100%);
            }

            .product-showcase {
                padding: 18px 0 0;
                background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
            }

            .product-showcase .inner-cotainer {
                margin: -56px auto 0;
            }

            .feature-story.section,
            .about.section,
            .home-testimonials.section {
                background: #ffffff;
            }

            .services.section,
            .home-scenario-showcase.section,
            .faq.section {
                background: linear-gradient(180deg, #f7faff 0%, #eef4ff 100%);
            }

            .home-testimonials.section,
            .faq.section {
                background: #f7faff;
            }

            .services .section-title {
                max-width: 860px;
                padding: 0;
                margin: 0 auto 60px;
            }

            .services .section-title h2 {
                font-size: clamp(36px, 4vw, 56px);
                line-height: 1.08;
                letter-spacing: -0.04em;
            }

            .services .section-title p {
                max-width: 760px;
            }

            .services.section {
                background: #f4f7fa;
            }

            .services .section-title {
                max-width: 920px;
                padding: 0 15px;
                margin: 0 auto 50px;
            }

            .services .section-title h3 {
                font-size: 15px;
                font-weight: 500;
                letter-spacing: normal;
                text-transform: capitalize;
            }

            .services .section-title h2 {
                font-size: 30px;
                line-height: 45px;
                letter-spacing: normal;
                margin-bottom: 20px;
            }

            .services .section-title p {
                max-width: none;
                font-size: 16px;
                line-height: 28px;
            }

            .pricing .section-title {
                max-width: 920px;
                padding: 0 15px;
                margin: 0 auto 60px;
            }

            .feature-story.section,
            .services.section,
            .about.section,
            .home-scenario-showcase.section,
            .home-testimonials.section,
            .faq.section {
                padding: 104px 0;
            }

            .section-title,
            .feature-story-heading,
            .showcase-heading {
                max-width: 920px;
                margin: 0 auto 52px;
                text-align: center;
                padding: 0 15px;
            }

            .section-title h3,
            .feature-story-heading h3,
            .showcase-heading h3 {
                font-size: 15px;
                font-weight: 500;
                display: inline-block;
                margin-bottom: 15px;
                color: #005ff9;
                text-transform: capitalize;
                letter-spacing: normal;
            }

            .section-title h2,
            .feature-story-heading h2,
            .showcase-heading h2 {
                margin: 0 0 20px;
                color: var(--cn-text);
                font-size: 30px;
                line-height: 45px;
                letter-spacing: normal;
                text-transform: capitalize;
                font-weight: 700;
            }

            .section-title p,
            .feature-story-heading p,
            .showcase-heading p {
                max-width: none;
                margin: 0;
                color: var(--cn-text-soft);
                font-size: 16px;
                line-height: 28px;
            }
            .hero-layout {
                display: grid;
                grid-template-columns: minmax(220px, 268px) minmax(0, 1fr) minmax(220px, 268px);
                gap: 32px;
                align-items: center;
            }

            .hero-side {
                display: flex;
                flex-direction: column;
                justify-content: center;
                gap: 22px;
                width: 100%;
                align-self: center;
                min-height: 100%;
                position: relative;
            }

            .hero-side-row {
                display: flex;
                align-items: stretch;
            }

            .hero-side-left,
            .hero-side-right {
                padding-top: 0;
            }

            .hero-side-left {
                transform: translateY(-8px);
            }

            .hero-side-right {
                transform: translateY(-8px);
            }

            .hero-side-left .hero-side-row:first-child {
                justify-content: flex-start;
            }

            .hero-side-left .hero-side-row:last-child {
                justify-content: flex-end;
            }

            .hero-side-right .hero-side-row:first-child {
                justify-content: flex-end;
            }

            .hero-side-right .hero-side-row:last-child {
                justify-content: flex-start;
            }

            .hero-highlight {
                padding: 18px 20px;
                border-radius: 20px;
                background: rgba(255, 255, 255, 0.08);
                border: 1px solid rgba(255, 255, 255, 0.14);
                box-shadow: 0 18px 36px rgba(0, 14, 39, 0.16);
                backdrop-filter: blur(10px);
                color: #fff;
                font-size: 15px;
                line-height: 1.8;
                text-align: left;
            }

            .hero-highlight strong {
                color: #e5effe;
                font-weight: 700;
            }

            .hero-highlight-wide {
                width: 228px;
                min-height: 116px;
            }

            .hero-highlight-narrow {
                width: 196px;
                min-height: 132px;
            }

            .hero-center {
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            .hero-copy-block {
                width: 100%;
                max-width: 720px;
                text-align: center;
            }

            .hero-copy-block h4 {
                margin: 0 0 16px;
                color: #e5effe;
                font-size: 14px;
                font-weight: 700;
                letter-spacing: 0.08em;
                text-transform: uppercase;
            }

            .hero-copy-block h1 {
                margin: 0;
                color: #ffffff;
                font-size: clamp(46px, 6vw, 80px);
                line-height: 1.04;
                letter-spacing: -0.05em;
            }

            .hero-copy-block p {
                max-width: 700px;
                margin: 22px auto 0;
                color: rgba(255, 244, 235, 0.88);
                font-size: 18px;
                line-height: 1.9;
            }

            .hero-actions-shell {
                margin-top: 40px;
                text-align: center;
                order: 3;
            }

            .feature-story-list {
                display: grid;
                gap: 42px;
            }

            .feature-story-item {
                display: grid;
                grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
                gap: 42px;
                align-items: center;
            }

            .feature-story-item.reverse {
                grid-template-columns: minmax(380px, 0.98fr) minmax(0, 1.02fr);
            }

            .feature-story-item.reverse .feature-story-media {
                order: 1;
            }

            .feature-story-item.reverse .feature-story-copy {
                order: 2;
            }

            .feature-story-copy h3 {
                margin: 0 0 18px;
                color: var(--cn-text);
                font-size: clamp(22px, 2.2vw, 32px);
                line-height: 1.24;
                letter-spacing: -0.03em;
            }

            .feature-story-copy p {
                margin: 0 0 14px;
                color: var(--cn-text-soft);
                font-size: 17px;
                line-height: 1.9;
            }

            .feature-story-copy .button {
                margin-top: 26px;
            }

            .feature-story-media {
                overflow: hidden;
                border-radius: var(--cn-radius-xl);
                background: linear-gradient(135deg, #f2f6ff 0%, #ffffff 100%);
                border: 1px solid var(--cn-line);
                box-shadow: var(--cn-shadow);
            }

            .feature-story-media img {
                width: 100%;
                display: block;
                object-fit: cover;
            }

            .showcase-grid {
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 28px;
            }

            .showcase-card {
                overflow: hidden;
                border-radius: var(--cn-radius-xl);
                background: #ffffff;
                border: 1px solid var(--cn-line);
                box-shadow: var(--cn-shadow);
            }

            .showcase-card.showcase-card-wide {
                grid-column: 1 / -1;
            }

            .showcase-card-wide .showcase-card-body {
                display: grid;
                grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
                align-items: stretch;
            }

            .showcase-card-top {
                padding: 36px 36px 28px;
            }

            .showcase-card-top h3 {
                margin: 0 0 16px;
                color: var(--cn-text);
                font-size: clamp(26px, 2.6vw, 38px);
                line-height: 1.18;
                letter-spacing: -0.03em;
            }

            .showcase-card-top p,
            .showcase-card-top li {
                color: var(--cn-text-soft);
                font-size: 16px;
                line-height: 1.9;
            }

            .showcase-card-top ul {
                margin: 18px 0 0;
                padding-left: 18px;
            }

            .showcase-chip {
                display: inline-flex;
                align-items: center;
                margin-bottom: 16px;
                padding: 7px 14px;
                border-radius: 999px;
                background: rgba(0, 95, 249, 0.12);
                color: #005ff9;
                font-size: 13px;
                font-weight: 700;
            }

            .showcase-card-media {
                background: linear-gradient(135deg, #e5effe 0%, #e5effe 100%);
            }

            .showcase-card-media img {
                width: 100%;
                height: 100%;
                display: block;
                object-fit: cover;
            }

            .showcase-card-small .showcase-card-media {
                min-height: 238px;
            }

            .showcase-benefits {
                display: grid;
                grid-template-columns: repeat(4, minmax(0, 1fr));
                gap: 18px;
                margin-top: 40px;
            }

            .showcase-benefit {
                padding: 10px 8px 0;
                text-align: left;
            }

            .showcase-benefit i {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 52px;
                height: 52px;
                margin-bottom: 14px;
                border-radius: 16px;
                background: #e5effe;
                color: #005ff9;
                font-size: 24px;
            }

            .showcase-benefit h4 {
                margin: 0 0 10px;
                color: var(--cn-text);
                font-size: 22px;
                line-height: 1.28;
            }

            .showcase-benefit p {
                margin: 0;
                color: var(--cn-text-soft);
                font-size: 15px;
                line-height: 1.85;
            }

            .home-testimonial-card {
                margin: 14px;
                padding: 32px 28px;
                min-height: 316px;
                border-radius: var(--cn-radius-lg);
                background: #ffffff;
                border: 1px solid var(--cn-line);
                box-shadow: var(--cn-shadow);
            }

            .home-testimonial-stars {
                display: flex;
                gap: 6px;
                margin-bottom: 18px;
                color: #9647db;
                font-size: 16px;
            }

            .home-testimonial-card p {
                margin-bottom: 24px;
                color: var(--cn-text-soft);
                font-size: 16px;
                line-height: 1.9;
            }

            .home-testimonial-user {
                display: flex;
                align-items: center;
                gap: 14px;
            }

            .home-testimonial-avatar {
                width: 56px;
                height: 56px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                background: linear-gradient(135deg, #015ef9 0%, #005ff9 100%);
                color: #fff;
                font-size: 20px;
                font-weight: 700;
                flex-shrink: 0;
            }

            .home-testimonial-user strong {
                display: block;
                color: var(--cn-text);
                font-size: 18px;
                font-weight: 700;
            }

            .home-testimonial-user span {
                display: block;
                color: var(--cn-text-muted);
                font-size: 14px;
                margin-top: 4px;
            }

            .home-testimonials .tns-nav {
                text-align: center;
                margin-top: 24px;
            }

            .home-testimonials .tns-nav button {
                width: 10px;
                height: 10px;
                margin: 0 6px;
                padding: 0;
                border: 0;
                border-radius: 999px;
                background: rgba(0, 95, 249, 0.24);
            }

            .home-testimonials .tns-nav .tns-nav-active {
                width: 28px;
                background: #005ff9;
            }

            .product-showcase .product-panel,
            .services .single-service,
            .about .product-compare,
            .faq .single-faq {
                border-radius: var(--cn-radius-xl);
                border: 1px solid var(--cn-line);
                box-shadow: var(--cn-shadow);
            }

            .product-showcase .product-panel,
            .services .single-service,
            .about .product-compare,
            .faq .single-faq {
                background: #ffffff;
            }

            .services .single-service {
                min-height: 100%;
            }

            .services .single-service {
                margin-top: 40px;
                padding: 35px 35px 40px;
                border-radius: 8px;
                border: 0;
                border-bottom: 4px solid transparent;
                box-shadow: 0 0 30px rgba(81, 94, 125, 0.082);
                background-color: #fff;
                text-align: center;
            }

            .services .row:last-child {
                row-gap: 18px;
            }

            .services .single-service .text-title,
            .about .content h2,
            .faq .single-faq h3,
            .product-compare .compare-head,
            .product-compare .compare-label {
                color: var(--cn-text);
            }

            .services .single-service p,
            .about .content p,
            .about .content li,
            .product-compare .compare-cell,
            .faq .single-faq p {
                color: var(--cn-text-soft);
                font-size: 16px;
                line-height: 1.85;
            }

            .services .single-service .text-title {
                font-size: 18px;
                line-height: 28px;
                margin-top: 20px;
                margin-bottom: 15px;
            }

            .services .single-service p {
                font-size: 15px;
                line-height: 26px;
            }

            .about .content h2 {
                font-size: 30px;
                line-height: 1.35;
                letter-spacing: normal;
                color: #010e27;
                max-width: 560px;
                margin-bottom: 24px;
            }

            .about .content h2 span {
                display: block;
                margin-bottom: 12px;
                color: #005ff9;
                font-size: 15px;
                font-weight: 700;
                letter-spacing: 0.04em;
                text-transform: uppercase;
            }

            .about .content p {
                color: #5f6f8f;
                max-width: 560px;
                font-size: 17px;
                line-height: 1.9;
                margin-bottom: 20px;
            }

            .about .brand-accent,
            .product-compare .brand-accent,
            .compare-footnote .brand-accent {
                color: #005ff9;
                font-weight: 700;
            }

            .about .content .btn {
                background: #005ff9;
                color: #fff;
                border: 1px solid #005ff9;
                box-shadow: 0 16px 30px rgba(0, 95, 249, 0.20);
                min-width: 168px;
            }

            .about .content .button .btn:hover,
            .about .content .button .btn:focus,
            .about .content .button .btn:active {
                background: #0033ab !important;
                color: #fff !important;
                border-color: #0033ab !important;
            }

            .product-position-list {
                margin: 30px 0 34px;
                padding-left: 24px;
                list-style: disc;
            }

            .product-position-list li {
                list-style: disc;
                color: #4f6184;
                font-size: 17px;
                line-height: 1.8;
                margin-bottom: 12px;
            }

            .product-position-list li::marker {
                color: #005ff9;
                font-size: 0.95em;
            }

            .about .product-compare {
                overflow: hidden;
                background: linear-gradient(180deg, #ffffff 0%, #fefefe 100%);
                border: 1px solid rgba(0, 95, 249, 0.10);
                box-shadow: 0 24px 56px rgba(29, 52, 92, 0.10);
            }

            .product-compare .compare-head {
                background: linear-gradient(180deg, #e5effe 0%, #e5effe 100%);
            }

            .product-compare .compare-head .compare-cell {
                color: #6f7286;
                font-weight: 700;
            }

            .product-compare .compare-head .compare-old {
                color: #6c7a95;
            }

            .product-compare .compare-head .compare-new {
                color: #005ff9;
            }

            .product-compare .compare-row {
                border-top: 1px solid rgba(0, 95, 249, 0.08);
                background: rgba(255, 255, 255, 0.88);
            }

            .product-compare .compare-row:nth-child(even) {
                background: #e5effe;
            }

            .product-compare .compare-cell {
                padding-top: 18px;
                padding-bottom: 18px;
            }

            .product-compare .compare-label {
                color: #010e27;
                font-weight: 700;
            }

            .compare-footnote {
                padding: 18px 22px 20px;
                background: linear-gradient(180deg, #e5effe 0%, #e5effe 100%);
                color: #0033ab;
                font-size: 15px;
                line-height: 1.8;
                font-weight: 600;
                border-top: 1px solid rgba(0, 95, 249, 0.10);
            }

            @media (min-width: 992px) {
                .about .content.wow.fadeInLeft {
                    --animate-duration: 0.85s;
                }

                .about .product-compare.wow.fadeInRight {
                    --animate-duration: 0.9s;
                }

                .about .content.wow.fadeInLeft {
                    animation-name: aboutFadeInLeft;
                }

                .about .product-compare.wow.fadeInRight {
                    animation-name: aboutFadeInRight;
                }
            }

            @keyframes aboutFadeInLeft {
                from {
                    opacity: 0;
                    transform: translate3d(-120px, 0, 0);
                }

                to {
                    opacity: 1;
                    transform: translate3d(0, 0, 0);
                }
            }

            @keyframes aboutFadeInRight {
                from {
                    opacity: 0;
                    transform: translate3d(120px, 0, 0);
                }

                to {
                    opacity: 1;
                    transform: translate3d(0, 0, 0);
                }
            }

            .hero-area .hero-actions .hero-btn-secondary,
            .hero-actions-shell .hero-btn-secondary {
                background: #ffffff !important;
                color: #2f55ff !important;
                border-color: #005ff9 !important;
                box-shadow: 0 16px 30px rgba(0, 95, 249, 0.12);
            }

            .hero-area .hero-actions .hero-btn-secondary:hover,
            .hero-area .hero-actions .hero-btn-secondary:focus,
            .hero-area .hero-actions .hero-btn-secondary:active,
            .hero-actions-shell .hero-btn-secondary:hover,
            .hero-actions-shell .hero-btn-secondary:focus,
            .hero-actions-shell .hero-btn-secondary:active {
                background: #0033ab !important;
                color: #fff !important;
                border-color: #0033ab !important;
                box-shadow: 0 18px 34px rgba(0, 95, 249, 0.24);
            }

            .pricing .single-pricing {
                overflow: hidden;
            }

            .pricing .single-pricing .badge {
                left: -24px;
                top: 21px;
                width: 118px;
                height: 30px;
                padding: 0;
                transform: rotate(-45deg);
                transform-origin: center;
                text-align: center;
                display: flex;
                align-items: center;
                justify-content: center;
                line-height: 1;
                box-sizing: border-box;
                font-size: 12px;
                font-weight: 700;
                letter-spacing: 0;
                white-space: nowrap;
            }

            .pricing .single-pricing .button .btn {
                background: #ffffff;
                color: #010e27;
                border: 1px solid #005ff9;
                box-shadow: 0 16px 30px rgba(0, 95, 249, 0.12);
            }

            .pricing .single-pricing .button .btn:hover,
            .pricing .single-pricing .button .btn:focus,
            .pricing .single-pricing .button .btn:active {
                background: #0033ab;
                color: #ffffff;
                border-color: #0033ab;
                box-shadow: 0 18px 34px rgba(0, 95, 249, 0.24);
            }

            @media (max-width: 991px) {
                .hero-area,
                .feature-story.section,
                .services.section,
                .about.section,
                .home-scenario-showcase.section,
                .home-testimonials.section,
                .faq.section {
                    padding: 84px 0;
                }

                .hero-area {
                    padding: 116px 0 112px;
                }

                .product-showcase .inner-cotainer {
                    margin: -40px auto 0;
                }

                .hero-layout,
                .feature-story-item,
                .feature-story-item.reverse,
                .showcase-card-wide .showcase-card-body,
                .showcase-grid,
                .showcase-benefits {
                    grid-template-columns: 1fr;
                }

                .hero-layout {
                    gap: 22px;
                }

                .hero-side {
                    gap: 12px;
                    padding-top: 0;
                    order: 2;
                }

                .hero-side-left,
                .hero-side-right {
                    transform: none;
                }

                .hero-side-row {
                    display: block;
                }

                .hero-highlight-wide,
                .hero-highlight-narrow {
                    width: 100%;
                    min-height: 0;
                }

                .hero-center {
                    order: 1;
                }

                .hero-actions-shell {
                    margin-top: 24px;
                    order: 3;
                }

                .hero-copy-block h1 {
                    font-size: clamp(38px, 10vw, 56px);
                }

                .feature-story-item.reverse .feature-story-media,
                .feature-story-item.reverse .feature-story-copy {
                    order: initial;
                }

                .section-title,
                .feature-story-heading,
                .showcase-heading {
                    padding: 0 20px;
                    margin-bottom: 40px;
                }

                .pricing .section-title {
                    padding: 0 20px;
                    margin-bottom: 40px;
                }

                .section-title h3,
                .feature-story-heading h3,
                .showcase-heading h3 {
                    font-size: 14px;
                    margin-bottom: 12px;
                }

                .section-title h2,
                .feature-story-heading h2,
                .showcase-heading h2 {
                    font-size: 26px;
                    line-height: 32px;
                    margin-bottom: 12px;
                }

                .section-title p,
                .feature-story-heading p,
                .showcase-heading p {
                    font-size: 15px;
                }

                .services .section-title {
                    margin-bottom: 40px;
                    padding: 0 20px;
                }

                .about .content {
                    margin-bottom: 28px;
                }

                .about .content h2 {
                    font-size: 26px;
                    line-height: 1.4;
                    max-width: none;
                }

                .about .content p,
                .product-position-list li {
                    max-width: none;
                    font-size: 16px;
                }

                .product-compare .compare-head,
                .product-compare .compare-row {
                    grid-template-columns: 1fr;
                }

                .product-compare .compare-head {
                    gap: 10px;
                }

                .product-compare .compare-row {
                    padding: 18px 18px 20px;
                    gap: 14px;
                }

                .product-compare .compare-row .compare-cell {
                    padding: 0;
                }

                .product-compare .compare-row .compare-label {
                    font-size: 17px;
                    line-height: 1.45;
                }

                .product-compare .compare-old-cell,
                .product-compare .compare-new-cell {
                    position: relative;
                    padding-top: 28px !important;
                    font-size: 15px;
                    line-height: 1.85;
                }

                .product-compare .compare-old-cell::before,
                .product-compare .compare-new-cell::before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    display: block;
                    font-size: 15px;
                    font-weight: 700;
                    line-height: 1.4;
                }

                .product-compare .compare-old-cell::before {
                    content: "传统指纹浏览器";
                    color: #647596;
                }

                .product-compare .compare-new-cell::before {
                    content: "Web4 Browser";
                    color: #005ff9;
                }

                .compare-footnote {
                    font-size: 14px;
                    line-height: 1.75;
                }
            }

            @media (max-width: 767px) {
                .hero-area,
                .feature-story.section,
                .services.section,
                .about.section,
                .home-scenario-showcase.section,
                .home-testimonials.section,
                .faq.section {
                    padding: 72px 0;
                }

                .hero-area {
                    padding: 108px 0 96px;
                }

                .product-showcase .inner-cotainer {
                    margin: -24px auto 0;
                }

                .section-title,
                .feature-story-heading,
                .showcase-heading {
                    padding: 0 10px;
                    margin-bottom: 40px;
                }

                .pricing .section-title {
                    padding: 0 10px;
                    margin-bottom: 30px;
                }

                .section-title p,
                .feature-story-heading p,
                .showcase-heading p,
                .feature-story-copy p,
                .hero-copy-block p {
                    font-size: 16px;
                }

                .showcase-card-top,
                .home-testimonial-card {
                    padding: 26px 22px;
                }

                .feature-story-list,
                .showcase-grid {
                    gap: 22px;
                }

                .services .section-title {
                    padding: 0 10px;
                    margin-bottom: 30px;
                }

                .services .section-title h3 {
                    font-size: 14px;
                    margin-bottom: 12px;
                }

                .section-title h3,
                .feature-story-heading h3,
                .showcase-heading h3 {
                    font-size: 14px;
                    margin-bottom: 12px;
                }

                .section-title h2,
                .feature-story-heading h2,
                .showcase-heading h2 {
                    font-size: 22px;
                    line-height: 30px;
                    margin-bottom: 10px;
                }

                .section-title p,
                .feature-story-heading p,
                .showcase-heading p {
                    font-size: 15px;
                }

                .services .section-title h2 {
                    font-size: 22px;
                    line-height: 30px;
                    margin-bottom: 10px;
                }

                .services .section-title p {
                    font-size: 15px;
                }

                .about .content h2 {
                    font-size: 22px;
                    line-height: 1.45;
                }

                .about .content h2 span {
                    font-size: 14px;
                    margin-bottom: 10px;
                }

                .about .content p,
                .product-position-list li {
                    font-size: 15px;
                    line-height: 1.8;
                }

                .product-compare .compare-head {
                    padding: 16px;
                }

                .product-compare .compare-head .compare-old,
                .product-compare .compare-head .compare-new {
                    display: none;
                }

                .product-compare .compare-row {
                    padding: 16px;
                    gap: 12px;
                }

                .product-compare .compare-row .compare-label {
                    font-size: 16px;
                }

                .product-compare .compare-old-cell,
                .product-compare .compare-new-cell {
                    font-size: 14px;
                    line-height: 1.75;
                }
            }

            .ai-home-kicker {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                padding: 8px 16px;
                border-radius: 999px;
                color: #fff;
                background: rgba(255, 255, 255, 0.12);
                border: 1px solid rgba(255, 255, 255, 0.22);
                font-size: 14px;
                font-weight: 700;
                letter-spacing: .02em;
            }

            .hero-area .hero-content h1 {
                max-width: 780px;
                margin-left: auto;
                margin-right: auto;
            }

            .hero-area .hero-content .hero-lead {
                max-width: 850px;
                margin: 22px auto 0;
                color: rgba(255, 255, 255, .9);
                font-size: 18px;
                line-height: 32px;
            }

            .hero-keywords {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                gap: 10px;
                margin-top: 22px;
                color: rgba(255,255,255,.86);
            }

            .hero-keywords span {
                padding: 8px 13px;
                border: 1px solid rgba(255,255,255,.18);
                border-radius: 999px;
                background: rgba(255,255,255,.08);
                font-size: 13px;
                font-weight: 600;
            }

            .home-proof-strip {
                display: grid;
                grid-template-columns: repeat(4, minmax(0, 1fr));
                gap: 18px;
                margin-top: 32px;
            }

            .home-proof-item {
                padding: 20px;
                border-radius: 18px;
                background: #fff;
                border: 1px solid rgba(0,95,249,.12);
                box-shadow: var(--cn-shadow);
            }

            .home-proof-item strong {
                display: block;
                color: #010e27;
                font-size: 18px;
                margin-bottom: 8px;
            }

            .home-proof-item span {
                color: var(--cn-text-soft);
                font-size: 14px;
                line-height: 24px;
            }

            .home-narrative {
                background: linear-gradient(135deg, #fefefe 0%, #ffffff 46%, #e5effe 100%);
                border-top: 1px solid rgba(0,95,249,.08);
                border-bottom: 1px solid rgba(0,95,249,.08);
            }

            .home-narrative-card {
                padding: 44px;
                border-radius: 28px;
                background: #fff;
                border: 1px solid rgba(0,95,249,.14);
                box-shadow: var(--cn-shadow);
                height: 100%;
            }

            .home-narrative-card h2 {
                color: #010e27;
                font-size: 34px;
                line-height: 1.25;
                margin-bottom: 22px;
            }

            .home-narrative-card h2 span,
            .text-orange {
                color: #005ff9;
            }

            .home-narrative-card p {
                color: var(--cn-text-soft);
                line-height: 30px;
                margin-bottom: 16px;
            }

            .home-check-list {
                margin: 26px 0 0;
                padding: 0;
                list-style: none;
                display: grid;
                gap: 12px;
            }

            .home-check-list li {
                position: relative;
                padding-left: 28px;
                color: #53627d;
                line-height: 26px;
            }

            .home-check-list li::before {
                content: "";
                position: absolute;
                left: 0;
                top: 10px;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background: #005ff9;
                box-shadow: 0 0 0 6px #e5effe;
            }

            .agent-command-card {
                padding: 34px;
                border-radius: 28px;
                color: #fff;
                background:
                    radial-gradient(circle at 80% 20%, rgba(0,95,249,.35), transparent 30%),
                    linear-gradient(145deg, #191919 0%, #010e27 100%);
                box-shadow: 0 28px 70px rgba(52, 27, 18, .24);
                height: 100%;
            }

            .agent-command-card h3 {
                color: #fff;
                font-size: 24px;
                margin-bottom: 18px;
            }

            .agent-command-card .command-line {
                padding: 16px 18px;
                border-radius: 16px;
                background: rgba(255,255,255,.1);
                border: 1px solid rgba(255,255,255,.16);
                color: rgba(255,255,255,.9);
                line-height: 26px;
                margin-bottom: 14px;
            }

            .product-module-grid .single-service {
                min-height: 300px;
            }

            .scenario-link-card {
                height: 100%;
            }

            .trust-mini-grid {
                display: grid;
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 18px;
                margin-top: 30px;
            }

            .trust-mini-card {
                padding: 24px;
                border-radius: 20px;
                background: #fff;
                border: 1px solid rgba(0,95,249,.1);
                box-shadow: var(--cn-shadow);
            }

            .trust-mini-card i {
                display: inline-flex;
                width: 42px;
                height: 42px;
                align-items: center;
                justify-content: center;
                border-radius: 14px;
                color: #005ff9;
                background: #e5effe;
                margin-bottom: 14px;
                font-size: 20px;
            }

            .trust-mini-card h4 {
                color: #010e27;
                font-size: 18px;
                margin-bottom: 10px;
            }

            .trust-mini-card p {
                color: #61708c;
                font-size: 14px;
                line-height: 24px;
                margin: 0;
            }

            .call-action .button {
                display: flex;
                justify-content: flex-end;
                gap: 14px;
                flex-wrap: wrap;
            }

            .call-action .button .btn {
                border: 1px solid #005ff9;
                background: #005ff9;
                color: #fff;
                box-shadow: 0 18px 34px rgba(0, 95, 249, .18);
            }

            .call-action .button .btn:hover,
            .call-action .button .btn:focus {
                background: #005ff9;
                border-color: #005ff9;
                color: #fff;
            }

            .call-action .button .btn.btn-alt {
                background: #fff;
                color: #010e27;
            }

            .call-action .button .btn.btn-alt:hover,
            .call-action .button .btn.btn-alt:focus {
                background: #005ff9;
                border-color: #005ff9;
                color: #fff;
            }

            @media (max-width: 991px) {
                .home-proof-strip,
                .trust-mini-grid {
                    grid-template-columns: repeat(2, minmax(0, 1fr));
                }
                .home-narrative-card,
                .agent-command-card {
                    padding: 28px;
                }
                .call-action .button {
                    justify-content: flex-start;
                }
            }

            @media (max-width: 575px) {
                .home-proof-strip,
                .trust-mini-grid {
                    grid-template-columns: 1fr;
                }
                .hero-area .hero-content .hero-lead {
                    font-size: 16px;
                    line-height: 28px;
                }
                .home-narrative-card h2 {
                    font-size: 28px;
                }
            }
            :root {
                --web4-orange: #005ff9;
                --web4-orange-dark: #0033ab;
                --web4-orange-soft: #e5effe;
                --web4-brown: #010e27;
                --web4-ink: #010e27;
                --web4-muted: #61708c;
                --web4-line: rgba(8, 24, 40, .08);
                --web4-bg: #f6f8fb;
                --web4-card: #ffffff;
                --web4-shadow: 0 24px 70px rgba(38, 52, 86, .10);
                --web4-radius: 28px;
            }

            body {
                background: var(--web4-bg);
            }

            .web4-home .btn,
            .web4-home .button .btn {
                background: var(--web4-orange);
                border-color: var(--web4-orange);
                color: #fff;
                box-shadow: 0 18px 32px rgba(0, 95, 249, .24);
            }

            .web4-home .btn:hover,
            .web4-home .button .btn:hover,
            .web4-home .btn:focus,
            .web4-home .button .btn:focus {
                background: var(--web4-orange-dark);
                border-color: var(--web4-orange-dark);
                color: #fff;
            }

            .web4-home .btn.btn-outline {
                background: #fff;
                color: var(--web4-ink);
                border: 1px solid rgba(0, 95, 249, .35);
                box-shadow: none;
            }

            .web4-home .btn.btn-outline:hover {
                background: var(--web4-orange);
                border-color: var(--web4-orange);
                color: #fff;
            }

            .web4-hero {
                position: relative;
                overflow: hidden;
                padding: 124px 0 88px;
                background:
                    radial-gradient(circle at 70% 22%, rgba(0, 95, 249, .26), transparent 28%),
                    radial-gradient(circle at 18% 78%, rgba(229, 239, 254, .16), transparent 28%),
                    linear-gradient(135deg, #010e27 0%, #010e27 54%, #191919 100%);
            }

            .web4-hero::before {
                content: "";
                position: absolute;
                inset: 0;
                background-image:
                    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
                background-size: 44px 44px;
                mask-image: radial-gradient(circle at center, #000 0%, transparent 72%);
                pointer-events: none;
            }

            .web4-hero .container {
                position: relative;
                z-index: 1;
            }

            .web4-hero-copy {
                max-width: 980px;
                margin: 0 auto;
                text-align: center;
            }

            .web4-eyebrow,
            .web4-section-eyebrow {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                color: var(--web4-orange);
                background: var(--web4-orange-soft);
                padding: 8px 15px;
                border-radius: 999px;
                font-size: 14px;
                font-weight: 800;
                margin-bottom: 18px;
            }

            .web4-hero .web4-eyebrow {
                color: #fff;
                background: rgba(255, 255, 255, .12);
                border: 1px solid rgba(255, 255, 255, .18);
            }

            .web4-hero h1 {
                color: #fff;
                font-size: clamp(36px, 4.4vw, 60px);
                line-height: 1.1;
                letter-spacing: -0.045em;
                margin-bottom: 24px;
            }

            .web4-hero h1 span {
                color: #e5effe;
            }

            .web4-hero p {
                color: rgba(255,255,255,.86);
                font-size: 17px;
                line-height: 31px;
                max-width: 850px;
                margin-left: auto;
                margin-right: auto;
                margin-bottom: 26px;
            }

            .web4-hero-actions {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                gap: 14px;
                margin-bottom: 26px;
            }

            .web4-hero-tags {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                gap: 10px;
            }

            .web4-hero-tags span {
                color: rgba(255,255,255,.86);
                padding: 8px 13px;
                border-radius: 999px;
                background: rgba(255,255,255,.09);
                border: 1px solid rgba(255,255,255,.14);
                font-size: 13px;
                font-weight: 700;
            }

            .web4-hero-proof {
                display: grid;
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 14px;
                margin-top: 28px;
                max-width: 780px;
                margin-left: auto;
                margin-right: auto;
            }

            .web4-hero-proof div {
                padding: 16px 18px;
                border-radius: 18px;
                background: rgba(255,255,255,.09);
                border: 1px solid rgba(255,255,255,.14);
            }

            .web4-hero-proof strong {
                display: block;
                color: #fff;
                font-size: 18px;
                margin-bottom: 4px;
            }

            .web4-hero-proof span {
                color: rgba(255,255,255,.72);
                font-size: 12px;
                line-height: 18px;
            }

            .web4-ui-shell {
                position: relative;
                padding: 18px;
                border-radius: 34px;
                background: rgba(255,255,255,.12);
                border: 1px solid rgba(255,255,255,.18);
                box-shadow: 0 34px 90px rgba(0,0,0,.34);
                backdrop-filter: blur(14px);
                transform: none;
                max-width: 1120px;
                margin: 54px auto 0;
            }

            .web4-app-window {
                overflow: hidden;
                border-radius: 24px;
                background: #fff;
                min-height: 520px;
                display: grid;
                grid-template-columns: 170px 1fr;
            }

            .web4-app-sidebar {
                background: #f8f8f8;
                border-right: 1px solid #e7e8ea;
                padding: 14px 8px;
            }

            .web4-app-tab {
                display: flex;
                align-items: center;
                gap: 8px;
                padding: 11px 12px;
                border-radius: 10px;
                color: #697386;
                font-size: 13px;
                font-weight: 700;
                margin-bottom: 6px;
            }

            .web4-app-tab.active {
                color: var(--web4-orange);
                background: var(--web4-orange-soft);
            }

            .web4-app-tab i {
                font-size: 16px;
            }

            .web4-app-main {
                padding: 34px 34px;
                background: linear-gradient(180deg, #fff 0%, #fbfcff 100%);
            }

            .web4-app-title {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 12px;
                margin-bottom: 20px;
            }

            .web4-app-title h3 {
                color: var(--web4-ink);
                font-size: 24px;
                margin: 0 0 4px;
            }

            .web4-app-title p {
                color: #667085;
                margin: 0;
                font-size: 13px;
                line-height: 22px;
            }

            .web4-app-pill {
                color: var(--web4-orange);
                background: var(--web4-orange-soft);
                border-radius: 999px;
                padding: 7px 11px;
                font-size: 12px;
                font-weight: 800;
                white-space: nowrap;
            }

            .web4-app-toolbar {
                display: flex;
                gap: 10px;
                margin-bottom: 16px;
            }

            .web4-app-search {
                flex: 1;
                padding: 12px 16px;
                border-radius: 14px;
                border: 1px solid #eceef2;
                color: #9aa3b2;
                background: #fff;
                font-size: 13px;
            }

            .web4-app-button {
                padding: 12px 14px;
                border-radius: 14px;
                background: var(--web4-orange);
                color: #fff;
                font-size: 13px;
                font-weight: 800;
                white-space: nowrap;
            }

            .web4-profile-table {
                border: 1px solid #edf0f4;
                border-radius: 18px;
                overflow: hidden;
                background: #fff;
            }

            .web4-profile-row {
                display: grid;
                grid-template-columns: 80px 1.1fr .9fr 1.1fr 96px;
                gap: 12px;
                align-items: center;
                padding: 16px;
                border-bottom: 1px solid #eef1f5;
                color: #192033;
                font-size: 13px;
            }

            .web4-profile-row:last-child {
                border-bottom: 0;
            }

            .web4-profile-row.head {
                color: #667085;
                background: #f9fafb;
                font-weight: 800;
            }

            .web4-status {
                display: inline-flex;
                align-items: center;
                gap: 6px;
                color: #12a150;
                font-weight: 800;
            }

            .web4-status::before {
                content: "";
                width: 7px;
                height: 7px;
                border-radius: 50%;
                background: currentColor;
            }

            .web4-mini-run {
                display: inline-flex;
                justify-content: center;
                color: #fff;
                background: var(--web4-orange);
                border-radius: 12px;
                padding: 8px 13px;
                font-weight: 800;
            }

            .web4-floating-card {
                position: absolute;
                left: 34px;
                bottom: -28px;
                width: 210px;
                padding: 18px;
                border-radius: 20px;
                background: #fff;
                box-shadow: 0 22px 50px rgba(0,0,0,.20);
            }

            .web4-floating-card-right {
                left: auto;
                right: 34px;
                top: -28px;
                bottom: auto;
                width: 190px;
            }

            .web4-floating-card strong {
                display: block;
                color: var(--web4-ink);
                margin-bottom: 8px;
            }

            .web4-floating-card span {
                color: var(--web4-muted);
                font-size: 13px;
                line-height: 22px;
            }

            .web4-section {
                padding: 104px 0;
            }

            .web4-section.white {
                background: #fff;
            }

            .web4-section.soft {
                background: linear-gradient(180deg, #f6f8fb 0%, #eef3fb 100%);
            }

            .web4-heading {
                max-width: 900px;
                margin: 0 auto 54px;
                text-align: center;
            }

            .web4-heading h2 {
                color: var(--web4-ink);
                font-size: clamp(28px, 3.2vw, 42px);
                line-height: 1.22;
                letter-spacing: -0.035em;
                margin-bottom: 18px;
            }

            .web4-heading p {
                color: var(--web4-muted);
                font-size: 17px;
                line-height: 30px;
                margin: 0 auto;
                max-width: 760px;
            }

            .web4-pain-grid,
            .web4-feature-grid,
            .web4-scene-grid {
                display: grid;
                gap: 24px;
            }

            .web4-pain-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }

            .web4-pain-card,
            .web4-feature-card,
            .web4-scene-card,
            .web4-process-card,
            .web4-testimonial-card {
                position: relative;
                overflow: hidden;
                background: var(--web4-card);
                border: 1px solid var(--web4-line);
                border-radius: var(--web4-radius);
                box-shadow: var(--web4-shadow);
            }

            .web4-pain-card {
                padding: 30px;
            }

            .web4-card-icon {
                width: 54px;
                height: 54px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                border-radius: 18px;
                color: var(--web4-orange);
                background: var(--web4-orange-soft);
                font-size: 24px;
                margin-bottom: 22px;
            }

            .web4-pain-card h3,
            .web4-feature-copy h3,
            .web4-scene-card h3 {
                color: var(--web4-ink);
                font-size: 21px;
                line-height: 1.32;
                margin-bottom: 14px;
            }

            .web4-pain-card p,
            .web4-feature-copy p,
            .web4-scene-card p {
                color: var(--web4-muted);
                line-height: 28px;
                margin: 0;
            }

            .web4-feature-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .web4-feature-card {
                display: grid;
                grid-template-columns: 1.05fr .95fr;
                gap: 10px;
                align-items: center;
                min-height: 360px;
                padding: 26px;
            }

            .web4-feature-card.wide {
                grid-column: span 2;
                grid-template-columns: 1fr 1fr;
                min-height: 420px;
            }

            .web4-feature-copy {
                padding: 22px;
            }

            .web4-feature-copy ul {
                margin: 20px 0 0;
                padding: 0;
                list-style: none;
                display: grid;
                gap: 10px;
            }

            .web4-feature-copy li {
                position: relative;
                padding-left: 24px;
                color: #53627d;
                line-height: 25px;
            }

            .web4-feature-copy li::before {
                content: "";
                position: absolute;
                left: 0;
                top: 9px;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background: var(--web4-orange);
                box-shadow: 0 0 0 6px var(--web4-orange-soft);
            }

            .web4-feature-media {
                min-height: 250px;
                border-radius: 24px;
                background: linear-gradient(135deg, #e5effe 0%, #e5effe 100%);
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 34px;
            }

            .web4-feature-media img {
                max-width: 100%;
                max-height: 260px;
            }

            .web4-automation-band {
                position: relative;
                overflow: hidden;
                border-radius: 36px;
                padding: clamp(34px, 5vw, 64px);
                color: #fff;
                background:
                    radial-gradient(circle at 72% 18%, rgba(0,95,249,.42), transparent 24%),
                    radial-gradient(circle at 20% 84%, rgba(150,71,219,.14), transparent 24%),
                    linear-gradient(135deg, #010e27 0%, #001b43 58%, #0033ab 100%);
                box-shadow: 0 30px 90px rgba(1, 14, 39, .24);
            }

            .web4-automation-band::before {
                content: "";
                position: absolute;
                inset: 0;
                background-image:
                    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
                background-size: 54px 54px;
                opacity: .22;
                pointer-events: none;
            }

            .web4-automation-band > .row,
            .web4-automation-band .web4-ai-console,
            .web4-automation-band .web4-ai-proof-grid {
                position: relative;
                z-index: 1;
            }

            .web4-automation-band h2 {
                color: #fff;
                font-size: clamp(28px, 3.2vw, 42px);
                line-height: 1.2;
                letter-spacing: -0.035em;
                margin-bottom: 18px;
            }

            .web4-automation-band p {
                color: rgba(255,255,255,.82);
                line-height: 30px;
                margin-bottom: 20px;
            }

            .web4-ai-proof-grid {
                display: grid;
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 12px;
                margin-top: 26px;
            }

            .web4-ai-proof {
                padding: 18px;
                border-radius: 18px;
                background: rgba(255,255,255,.11);
                border: 1px solid rgba(255,255,255,.16);
            }

            .web4-ai-proof strong {
                display: block;
                color: #fff;
                font-size: 16px;
                margin-bottom: 5px;
            }

            .web4-ai-proof span {
                display: block;
                color: rgba(255,255,255,.72);
                font-size: 13px;
                line-height: 22px;
            }

            .web4-ai-console {
                border-radius: 28px;
                padding: 20px;
                background: rgba(255,255,255,.1);
                border: 1px solid rgba(255,255,255,.18);
                backdrop-filter: blur(12px);
                box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
            }

            .web4-ai-console-window {
                overflow: hidden;
                border-radius: 22px;
                background: rgba(255,255,255,.96);
                color: var(--web4-ink);
            }

            .web4-ai-console-top {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 16px;
                padding: 14px 18px;
                background: #e5effe;
                border-bottom: 1px solid #e5effe;
                font-weight: 900;
                color: #010e27;
            }

            .web4-ai-console-top span:first-child {
                display: inline-flex;
                align-items: center;
                gap: 7px;
            }

            .web4-ai-console-top span:first-child::before {
                content: "";
                width: 9px;
                height: 9px;
                border-radius: 50%;
                background: var(--web4-orange);
                box-shadow: 15px 0 0 #9647db, 30px 0 0 #2fc16d;
                margin-right: 28px;
            }

            .web4-ai-console-status {
                color: var(--web4-orange);
                font-size: 13px;
            }

            .web4-ai-console-body {
                display: grid;
                grid-template-columns: 1fr 1.15fr;
                gap: 18px;
                padding: 18px;
            }

            .web4-ai-prompt {
                display: grid;
                gap: 12px;
            }

            .web4-ai-prompt-card,
            .web4-ai-result-card {
                border-radius: 18px;
                padding: 16px;
                background: #fff;
                border: 1px solid #e5effe;
                box-shadow: 0 14px 34px rgba(1, 14, 39, .08);
            }

            .web4-ai-prompt-card small,
            .web4-ai-result-card small {
                display: block;
                color: var(--web4-orange);
                font-weight: 900;
                margin-bottom: 8px;
            }

            .web4-ai-prompt-card p,
            .web4-ai-result-card p {
                color: #53627d;
                font-size: 14px;
                line-height: 23px;
                margin: 0;
            }

            .web4-ai-flow {
                display: grid;
                gap: 10px;
            }

            .web4-ai-step {
                display: flex;
                align-items: center;
                gap: 12px;
                padding: 13px 14px;
                border-radius: 16px;
                background: #fefefe;
                border: 1px solid #e5effe;
                font-weight: 800;
                color: #25324d;
            }

            .web4-ai-step i {
                width: 34px;
                height: 34px;
                border-radius: 12px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                color: #fff;
                background: var(--web4-orange);
                flex: 0 0 auto;
            }

            .web4-ai-log {
                margin-top: 14px;
                padding: 14px;
                border-radius: 18px;
                background: #010e27;
                color: rgba(255,255,255,.82);
                font-size: 13px;
                line-height: 24px;
            }

            .web4-ai-log span {
                color: #9647db;
            }

            .web4-scene-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }

            .web4-scene-card {
                padding: 18px 18px 28px;
                height: 100%;
            }

            .web4-scene-card img {
                width: 100%;
                height: 178px;
                object-fit: contain;
                border-radius: 22px;
                background: #e5effe;
                margin-bottom: 22px;
                padding: 16px;
            }

            .web4-scene-card h3,
            .web4-scene-card p {
                padding: 0 12px;
            }

            .web4-process-row {
                display: grid;
                grid-template-columns: repeat(4, minmax(0, 1fr));
                gap: 18px;
            }

            .web4-process-card {
                padding: 30px 24px;
                text-align: center;
            }

            .web4-process-card .num {
                width: 48px;
                height: 48px;
                margin: 0 auto 18px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                color: var(--web4-orange);
                background: var(--web4-orange-soft);
                font-weight: 900;
            }

            .web4-process-card h3 {
                color: var(--web4-ink);
                font-size: 18px;
                margin-bottom: 10px;
            }

            .web4-process-card p {
                color: var(--web4-muted);
                line-height: 26px;
                margin: 0;
                font-size: 14px;
            }

            .web4-testimonial-grid {
                display: grid;
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 24px;
            }

            .web4-testimonial-section {
                background: linear-gradient(180deg, #f6f8fb 0%, #eef3fb 100%);
            }

            .web4-testimonial-section .container,
            .web4-testimonial-section .tns-outer,
            .web4-testimonial-section .tns-ovh,
            .web4-testimonial-section .tns-inner,
            .web4-testimonial-section .tns-slider,
            .web4-testimonial-section .tns-item {
                background: transparent !important;
                background-color: transparent !important;
                background-image: none !important;
                box-shadow: none !important;
            }

            .web4-testimonial-section .tns-outer::before,
            .web4-testimonial-section .tns-outer::after,
            .web4-testimonial-section .tns-ovh::before,
            .web4-testimonial-section .tns-ovh::after,
            .web4-testimonial-section .tns-inner::before,
            .web4-testimonial-section .tns-inner::after {
                display: none !important;
                content: none !important;
            }

            .web4-testimonial-slider {
                margin: 0 -12px;
                background: transparent !important;
                background-color: transparent !important;
                background-image: none !important;
            }

            .web4-testimonial-slide {
                padding: 0 12px;
                background: transparent !important;
                background-color: transparent !important;
                background-image: none !important;
            }

            .web4-testimonial-slider + .tns-outer,
            .web4-testimonial-slider .tns-outer,
            .tns-outer:has(.web4-testimonial-slider),
            .tns-outer:has(.web4-testimonial-slide),
            .tns-outer:has(.web4-testimonial-card),
            .tns-outer:has(.web4-testimonial-slider) .tns-ovh,
            .tns-outer:has(.web4-testimonial-slide) .tns-ovh,
            .tns-outer:has(.web4-testimonial-card) .tns-ovh,
            .tns-outer:has(.web4-testimonial-slider) .tns-inner,
            .tns-outer:has(.web4-testimonial-slide) .tns-inner,
            .tns-outer:has(.web4-testimonial-card) .tns-inner {
                background: transparent !important;
                box-shadow: none !important;
            }

            .web4-testimonial-outer,
            .web4-testimonial-outer .tns-ovh,
            .web4-testimonial-outer .tns-inner,
            .web4-testimonial-outer .tns-slider,
            .web4-testimonial-outer .tns-item {
                background: transparent !important;
                background-color: transparent !important;
                background-image: none !important;
                box-shadow: none !important;
            }

            .web4-testimonial-outer [data-action],
            .web4-testimonial-outer .tns-visually-hidden,
            .web4-testimonial-outer .tns-liveregion,
            .web4-testimonial-outer button[aria-controls],
            .web4-testimonial-outer .tns-controls,
            .web4-testimonial-outer .tns-autoplay {
                display: none !important;
                width: 0 !important;
                height: 0 !important;
                opacity: 0 !important;
                overflow: hidden !important;
                pointer-events: none !important;
            }

            .web4-testimonial-card {
                padding: 30px;
                height: 100%;
                min-height: 250px;
                box-shadow: none;
                border-color: rgba(8, 24, 40, .06);
                user-select: none;
                -webkit-user-select: none;
                cursor: default;
            }

            .web4-stars {
                color: #9647db;
                margin-bottom: 16px;
                letter-spacing: 2px;
            }

            .web4-testimonial-card p {
                color: #53627d;
                line-height: 28px;
                margin-bottom: 24px;
            }

            .web4-feature-more {
                margin-top: 24px;
            }

            .web4-feature-more .btn {
                min-width: 132px;
                padding: 13px 26px;
                border-radius: 999px;
                font-size: 15px;
                font-weight: 700;
            }

            .web4-user {
                display: flex;
                align-items: center;
                gap: 12px;
            }

            .web4-avatar {
                width: 48px;
                height: 48px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                background: var(--web4-orange);
                color: #fff;
                font-weight: 900;
            }

            .web4-user strong {
                display: block;
                color: var(--web4-ink);
            }

            .web4-user span {
                color: var(--web4-muted);
                font-size: 13px;
            }

            .web4-testimonial-slide {
                height: 100%;
            }

            .web4-testimonial-card {
                width: 100%;
                min-height: 292px;
                display: flex;
                flex-direction: column;
            }

            .web4-testimonial-section .tns-horizontal.tns-subpixel {
                white-space: nowrap !important;
            }

            .web4-testimonial-section .tns-horizontal.tns-subpixel > .tns-item,
            .web4-testimonial-outer .tns-item {
                display: inline-block !important;
                vertical-align: top !important;
                white-space: normal !important;
            }

            .web4-testimonial-section .tns-ovh {
                min-height: 320px;
            }

            .web4-testimonial-card p {
                flex: 1 1 auto;
                min-height: 112px;
            }

            .web4-user {
                margin-top: auto;
                min-height: 56px;
            }

            .web4-user > div:last-child {
                min-width: 0;
            }

            .web4-avatar {
                flex: 0 0 48px;
                max-width: 48px;
                font-size: 14px;
                white-space: nowrap;
                overflow: hidden;
            }

            @media (max-width: 767px) {
                .web4-testimonial-card {
                    min-height: auto;
                }
                .web4-testimonial-card p {
                    min-height: auto;
                }
            }

            .web4-faq .accordion-item {
                border: 1px solid rgba(0,95,249,.12);
                border-radius: 18px;
                overflow: hidden;
                margin-bottom: 14px;
                box-shadow: 0 10px 30px rgba(38,52,86,.05);
            }

            .web4-final-cta {
                padding: 90px 0 0;
                background: #fff;
            }

            .web4-final-box {
                position: relative;
                overflow: hidden;
                border-radius: 32px;
                padding: 56px 64px;
                background:
                    radial-gradient(circle at 93% 10%, rgba(0,95,249,.12), transparent 17%),
                    linear-gradient(105deg, #fefefe 0%, #fff 52%, #e5effe 100%);
                border: 1px solid rgba(0,95,249,.18);
                box-shadow: 0 28px 80px rgba(38, 52, 86, .10);
            }

            .web4-final-box::before,
            .web4-final-box::after {
                content: "";
                position: absolute;
                width: 140px;
                height: 140px;
                border-radius: 50%;
                background: rgba(0,95,249,.11);
            }

            .web4-final-box::before {
                right: 44px;
                top: -48px;
            }

            .web4-final-box::after {
                left: -60px;
                bottom: -70px;
            }

            .web4-final-box .row {
                position: relative;
                z-index: 1;
            }

            .web4-final-box h2 {
                color: var(--web4-ink);
                font-size: clamp(30px, 3.1vw, 44px);
                line-height: 1.18;
                letter-spacing: -0.035em;
                margin-bottom: 16px;
            }

            .web4-final-box h2 span {
                color: var(--web4-orange);
            }

            .web4-final-box p {
                color: var(--web4-muted);
                line-height: 28px;
                margin: 0;
            }

            .web4-final-box .button .btn {
                min-width: 124px;
                justify-content: center;
            }

            @media (max-width: 1199px) {
                .web4-hero {
                    padding: 120px 0 82px;
                }
                .web4-profile-row {
                    grid-template-columns: 64px 1fr .8fr .95fr 82px;
                    font-size: 12px;
                }
                .web4-app-window {
                    grid-template-columns: 140px 1fr;
                }
                .web4-app-tab {
                    padding: 10px;
                }
                .web4-floating-card,
                .web4-floating-card-right {
                    display: none;
                }
            }

            @media (max-width: 991px) {
                .web4-hero {
                    padding: 112px 0 76px;
                }
                .web4-ui-shell {
                    margin-top: 42px;
                    padding: 12px;
                }
                .web4-app-main {
                    padding: 24px 20px;
                }
                .web4-pain-grid,
                .web4-feature-grid,
                .web4-scene-grid,
                .web4-testimonial-grid,
                .web4-process-row {
                    grid-template-columns: repeat(2, minmax(0, 1fr));
                }
                .web4-feature-card,
                .web4-feature-card.wide {
                    grid-column: span 1;
                    grid-template-columns: 1fr;
                }
                .web4-automation-band,
                .web4-final-box {
                    padding: 34px;
                }
                .web4-ai-proof-grid {
                    grid-template-columns: 1fr;
                }
                .web4-ai-console-body {
                    grid-template-columns: 1fr;
                }
            }

            @media (max-width: 575px) {
                .web4-hero {
                    padding: 96px 0 58px;
                }
                .web4-hero h1 {
                    font-size: 34px;
                    line-height: 1.14;
                }
                .web4-hero p {
                    font-size: 15px;
                    line-height: 27px;
                }
                .web4-hero-actions .btn {
                    width: 100%;
                    justify-content: center;
                }
                .web4-hero-proof {
                    grid-template-columns: 1fr;
                }
                .web4-pain-grid,
                .web4-feature-grid,
                .web4-scene-grid,
                .web4-testimonial-grid,
                .web4-process-row {
                    grid-template-columns: 1fr;
                }
                .web4-app-window {
                    grid-template-columns: 1fr;
                    min-height: auto;
                }
                .web4-app-sidebar {
                    display: none;
                }
                .web4-profile-row {
                    grid-template-columns: 1fr;
                    gap: 6px;
                    padding: 14px;
                }
                .web4-profile-row.head {
                    display: none;
                }
                .web4-floating-card {
                    position: static;
                    margin-top: 16px;
                    width: auto;
                }
                .web4-section {
                    padding: 76px 0;
                }
                .web4-final-box .button {
                    margin-top: 22px;
                }
                .web4-final-cta {
                    padding-top: 70px;
                }
                .web4-final-box {
                    padding: 34px 24px;
                }
                .web4-automation-band {
                    border-radius: 26px;
                    padding: 26px 20px;
                }
                .web4-ai-console {
                    padding: 12px;
                    border-radius: 22px;
                }
                .web4-ai-console-body {
                    padding: 14px;
                }
                .web4-ai-console-top {
                    align-items: flex-start;
                    flex-direction: column;
                }
            }
        
            

            :root {
                --trust-bg: #ffffff;
                --trust-bg-soft: #f7faff;
                --trust-bg-tint: #e5effe;
                --trust-ink: #191919;
                --trust-text: #333333;
                --trust-muted: #5f6f8f;
                --trust-blue: #005ff9;
                --trust-blue-hover: #0033ab;
                --trust-blue-soft: rgba(0, 95, 249, 0.10);
                --trust-line: rgba(0, 95, 249, 0.13);
                --trust-shadow: 0 18px 46px rgba(1, 14, 39, 0.08);
            }

            body,
            .web4-home {
                background: var(--trust-bg);
                color: var(--trust-text);
            }

            .web4-home .section,
            .web4-home section,
            .product-showcase,
            .feature-story.section,
            .about.section,
            .home-testimonials.section {
                background: var(--trust-bg) !important;
            }

            .services.section,
            .home-scenario-showcase.section,
            .faq.section,
            .web4-ai-section,
            .web4-process-section {
                background: linear-gradient(180deg, #ffffff 0%, var(--trust-bg-soft) 100%) !important;
            }

            .web4-hero {
                background:
                    radial-gradient(circle at 50% 0%, rgba(0, 95, 249, 0.10), transparent 36%),
                    linear-gradient(180deg, #ffffff 0%, #f7faff 100%) !important;
            }

            .web4-hero::before {
                background: none !important;
            }

            .web4-home h1,
            .web4-home h2,
            .web4-home h3,
            .web4-home h4,
            .web4-hero h1,
            .home-narrative-card h2,
            .trust-mini-card h4,
            .home-proof-item strong,
            .web4-hero-proof strong {
                color: var(--trust-ink) !important;
            }

            .web4-home p,
            .web4-hero p,
            .web4-hero-tags span,
            .web4-hero-proof span,
            .home-proof-item span,
            .trust-mini-card p,
            .web4-testimonial-card p {
                color: var(--trust-muted) !important;
            }

            .web4-hero .web4-eyebrow,
            .web4-section-eyebrow,
            .text-orange,
            .home-narrative-card h2 span,
            .web4-final-box h2 span,
            .brand-accent,
            .compare-footnote .brand-accent,
            .product-compare .brand-accent,
            .product-compare .compare-head .compare-new,
            .web4-home h1 span,
            .web4-home h2 span {
                color: var(--trust-blue) !important;
            }

            .web4-home .btn,
            .web4-home .button .btn,
            .call-action .button .btn {
                background: var(--trust-blue) !important;
                border-color: var(--trust-blue) !important;
                color: #ffffff !important;
                box-shadow: 0 14px 30px rgba(0, 95, 249, 0.18) !important;
            }

            .web4-home .btn:hover,
            .web4-home .button .btn:hover,
            .web4-home .btn:focus,
            .web4-home .button .btn:focus,
            .call-action .button .btn:hover,
            .call-action .button .btn:focus {
                background: var(--trust-blue-hover) !important;
                border-color: var(--trust-blue-hover) !important;
                color: #ffffff !important;
                box-shadow: 0 18px 36px rgba(0, 51, 171, 0.22) !important;
            }

            .web4-home .btn.btn-outline,
            .call-action .button .btn.btn-alt {
                background: #ffffff !important;
                color: var(--trust-ink) !important;
                border-color: var(--trust-line) !important;
                box-shadow: none !important;
            }

            .web4-home .btn.btn-outline:hover,
            .call-action .button .btn.btn-alt:hover,
            .call-action .button .btn.btn-alt:focus {
                background: var(--trust-blue) !important;
                border-color: var(--trust-blue) !important;
                color: #ffffff !important;
            }

            .web4-hero .web4-eyebrow,
            .web4-app-tab.active,
            .web4-app-pill,
            .web4-feature-icon,
            .trust-mini-card .icon {
                background: var(--trust-bg-tint) !important;
                color: var(--trust-blue) !important;
                border-color: var(--trust-line) !important;
            }

            .web4-hero-tags span,
            .web4-hero-proof div,
            .web4-app-shell,
            .web4-home .home-proof-item,
            .home-narrative-card,
            .trust-mini-card,
            .web4-feature-card,
            .web4-scene-card,
            .web4-testimonial-card,
            .web4-ai-console,
            .web4-final-box {
                background: rgba(255, 255, 255, 0.96) !important;
                border-color: var(--trust-line) !important;
                box-shadow: var(--trust-shadow) !important;
            }

            .web4-hero-tags span,
            .web4-hero-proof div {
                box-shadow: 0 10px 28px rgba(1, 14, 39, 0.06) !important;
            }
            

            .web4-automation-band {
                background:
                    radial-gradient(circle at 72% 18%, rgba(0, 95, 249, 0.30), transparent 28%),
                    radial-gradient(circle at 22% 82%, rgba(150, 71, 219, 0.16), transparent 30%),
                    linear-gradient(135deg, #000e27 0%, #001b43 54%, #010e27 100%) !important;
                color: #ffffff !important;
                box-shadow: 0 30px 90px rgba(1, 14, 39, 0.22) !important;
            }

            .web4-automation-band .web4-eyebrow {
                background: rgba(229, 239, 254, 0.16) !important;
                border-color: rgba(229, 239, 254, 0.24) !important;
                color: #ffffff !important;
            }

            .web4-automation-band h2,
            .web4-automation-band .web4-ai-proof strong {
                color: #ffffff !important;
            }

            .web4-automation-band > .row > [class*="col-"]:first-child p,
            .web4-automation-band .web4-ai-proof span {
                color: rgba(255, 255, 255, 0.78) !important;
            }

            .web4-automation-band .web4-ai-proof {
                background: rgba(255, 255, 255, 0.10) !important;
                border-color: rgba(255, 255, 255, 0.16) !important;
                box-shadow: none !important;
            }

            .web4-automation-band .web4-ai-console {
                background: rgba(255, 255, 255, 0.10) !important;
                border-color: rgba(255, 255, 255, 0.18) !important;
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
            }

            .web4-automation-band .web4-ai-console-window {
                background: rgba(255, 255, 255, 0.96) !important;
                color: #010e27 !important;
            }

            .web4-automation-band .web4-ai-console-window p,
            .web4-automation-band .web4-ai-step span {
                color: #53627d !important;
            }

            .web4-automation-band .web4-ai-log {
                background: #010e27 !important;
                color: rgba(255, 255, 255, 0.88) !important;
            }
            

            :root {
                --trust-bg: #ffffff;
                --trust-bg-soft: #f7f8fb;
                --trust-bg-tint: #eef3ff;
                --trust-ink: #111827;
                --trust-text: #334155;
                --trust-muted: #667085;
                --trust-blue: #2f55ff;
                --trust-blue-hover: #2146e8;
                --trust-blue-soft: rgba(47, 85, 255, 0.10);
                --trust-line: rgba(47, 85, 255, 0.14);
                --trust-shadow: 0 12px 32px rgba(17, 24, 39, 0.06);
            }

            .web4-home,
            .web4-section.white,
            .web4-final-cta {
                background: #ffffff !important;
                color: var(--trust-text) !important;
            }

            .web4-section.soft,
            .web4-ai-section,
            .web4-process-section,
            .services.section,
            .home-scenario-showcase.section,
            .faq.section {
                background: linear-gradient(180deg, #ffffff 0%, var(--trust-bg-soft) 100%) !important;
            }

            .web4-hero {
                background:
                    radial-gradient(circle at 50% 0%, rgba(47, 85, 255, 0.08), transparent 36%),
                    linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%) !important;
            }

            .web4-home .btn,
            .web4-home .button .btn,
            .web4-app-button,
            .web4-profile-action {
                background: var(--trust-blue) !important;
                border-color: var(--trust-blue) !important;
                color: #ffffff !important;
                box-shadow: 0 12px 26px rgba(47, 85, 255, 0.20) !important;
            }

            .web4-home .btn:hover,
            .web4-home .btn:focus,
            .web4-home .button .btn:hover,
            .web4-home .button .btn:focus,
            .web4-app-button:hover,
            .web4-profile-action:hover {
                background: var(--trust-blue-hover) !important;
                border-color: var(--trust-blue-hover) !important;
                color: #ffffff !important;
                box-shadow: 0 16px 34px rgba(47, 85, 255, 0.24) !important;
            }

            .web4-home .btn.btn-outline,
            .call-action .button .btn.btn-alt {
                background: #ffffff !important;
                color: var(--trust-ink) !important;
                border-color: #2f55ff !important;
                box-shadow: none !important;
            }

            .web4-hero-proof div,
            .web4-pain-card,
            .web4-feature-card,
            .web4-scene-card,
            .web4-testimonial-card,
            .web4-home .home-proof-item,
            .trust-mini-card,
            .web4-ai-console,
            .web4-final-box,
            .web4-app-window,
            .web4-floating-card {
                background: rgba(255, 255, 255, 0.96) !important;
                border-color: rgba(17, 24, 39, 0.08) !important;
                box-shadow: var(--trust-shadow) !important;
            }

            .web4-card-icon,
            .web4-app-tab.active,
            .web4-app-pill,
            .web4-section-eyebrow,
            .web4-home .web4-eyebrow,
            .trust-mini-card .icon,
            .web4-process-card .num,
            .web4-user .web4-avatar {
                background: var(--trust-bg-tint) !important;
                border-color: var(--trust-line) !important;
                color: var(--trust-blue) !important;
            }

            .web4-feature-media,
            .web4-scene-card img {
                background:
                    radial-gradient(circle at 84% 14%, rgba(47, 85, 255, 0.08), transparent 28%),
                    linear-gradient(135deg, #ffffff 0%, var(--trust-bg-tint) 100%) !important;
                border-color: rgba(17, 24, 39, 0.08) !important;
            }
            

            .web4-hero {
                background:
                    linear-gradient(115deg, rgba(47, 85, 255, 0.08) 0%, rgba(255, 255, 255, 0) 38%),
                    linear-gradient(245deg, rgba(0, 194, 168, 0.08) 0%, rgba(255, 255, 255, 0) 34%),
                    linear-gradient(180deg, #fbfdff 0%, #f4f7fb 72%, #ffffff 100%) !important;
                position: relative !important;
                overflow: hidden !important;
            }
            .web4-hero::before,
            .web4-hero::after {
                content: "" !important;
                position: absolute !important;
                inset: 0 !important;
                pointer-events: none !important;
            }
            .web4-hero::before {
                display: block !important;
                background-image:
                    linear-gradient(rgba(47, 85, 255, 0.055) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(47, 85, 255, 0.055) 1px, transparent 1px),
                    linear-gradient(115deg, transparent 0 45%, rgba(47, 85, 255, 0.08) 45.2% 45.45%, transparent 45.65%),
                    linear-gradient(65deg, transparent 0 53%, rgba(0, 194, 168, 0.075) 53.2% 53.45%, transparent 53.65%) !important;
                background-position: center top !important;
                background-size: 56px 56px, 56px 56px, 100% 100%, 100% 100% !important;
                mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.30) 52%, transparent 100%) !important;
                opacity: 0.82 !important;
            }
            .web4-hero::after {
                display: block !important;
                background:
                    linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0) 38%),
                    linear-gradient(90deg, rgba(47, 85, 255, 0.075), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0) 78%, rgba(0, 194, 168, 0.07)),
                    linear-gradient(135deg, transparent 0 18%, rgba(47, 85, 255, 0.06) 18.1% 18.32%, transparent 18.5% 100%) !important;
                opacity: 0.9 !important;
            }
            .web4-ui-shell::before {
                content: none !important;
                display: none !important;
            }
            .web4-hero .container {
                position: relative !important;
                z-index: 1 !important;
            }
            .web4-hero h1 {
                color: #010e27 !important;
            }
            .web4-hero h1 span {
                color: #2f55ff !important;
            }
            .web4-hero p {
                color: #4f5f7b !important;
            }
            .web4-hero-tags span,
            .web4-hero-proof div {
                background: rgba(255, 255, 255, 0.96) !important;
                border-color: rgba(47, 85, 255, 0.16) !important;
                box-shadow: 0 10px 28px rgba(1, 14, 39, 0.06) !important;
            }
            .web4-hero-proof div {
                border-top: 3px solid #2f55ff !important;
            }
            .web4-hero-proof strong {
                color: #010e27 !important;
            }
            .web4-hero-proof span,
            .web4-hero-tags span {
                color: #60708d !important;
            }
            

            .web4-hero-actions {
                gap: 12px !important;
                margin-bottom: 28px !important;
            }
            .web4-hero .web4-eyebrow,
            .web4-hero-actions .btn,
            .web4-hero-actions .btn.btn-outline {
                display: inline-flex !important;
                align-items: center !important;
                justify-content: center !important;
                min-width: 132px !important;
                height: 44px !important;
                padding: 0 22px !important;
                border-radius: 999px !important;
                font-size: 15px !important;
                font-weight: 700 !important;
                line-height: 1 !important;
            }
            .web4-hero-actions .btn {
                background: #2f55ff !important;
                border: 1px solid #2f55ff !important;
                color: #ffffff !important;
                box-shadow: 0 12px 26px rgba(47, 85, 255, 0.18) !important;
            }
            .web4-hero-actions .btn.btn-outline {
                background: #ffffff !important;
                border: 1px solid #2f55ff !important;
                color: #2f55ff !important;
                box-shadow: none !important;
            }
            .web4-hero .web4-eyebrow {
                background: #eef3ff !important;
                border: 1px solid rgba(47, 85, 255, 0.18) !important;
                color: #2f55ff !important;
                box-shadow: none !important;
                margin-bottom: 18px !important;
            }
            .web4-hero-actions .btn:hover,
            .web4-hero-actions .btn:focus {
                background: #2146e8 !important;
                border-color: #2146e8 !important;
                color: #ffffff !important;
                box-shadow: 0 16px 32px rgba(47, 85, 255, 0.22) !important;
            }
            .web4-hero-actions .btn.btn-outline:hover,
            .web4-hero-actions .btn.btn-outline:focus {
                background: #f7f8fb !important;
                border-color: #2f55ff !important;
                color: #2f55ff !important;
                box-shadow: none !important;
            }
            @media (max-width: 767px) {
                .web4-hero-actions .btn,
                .web4-hero-actions .btn.btn-outline {
                    width: 100% !important;
                    max-width: 280px !important;
                }
            }        
            

            .web4-scene-visual {
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                height: 178px;
                border-radius: 22px;
                margin-bottom: 22px;
                padding: 14px 18px 48px;
                overflow: hidden;
                background:
                    radial-gradient(circle at 84% 14%, rgba(47, 85, 255, 0.10), transparent 28%),
                    linear-gradient(135deg, #ffffff 0%, #eef3ff 100%);
                border: 1px solid rgba(17, 24, 39, 0.08);
            }

            .web4-scene-visual > img {
                width: 100% !important;
                height: 112px !important;
                object-fit: contain;
                margin: 0 !important;
                padding: 0 !important;
                background: transparent !important;
                border: 0 !important;
                border-radius: 0 !important;
            }

            .web4-platform-logos {
                position: absolute;
                left: 16px;
                right: 16px;
                bottom: 12px;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 8px;
                flex-wrap: nowrap;
            }

            .web4-platform-logo {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 46px;
                height: 46px;
                border-radius: 50%;
                border: 1px solid rgba(47, 85, 255, 0.14);
                background: rgba(255, 255, 255, 0.96);
                box-shadow: 0 8px 18px rgba(17, 24, 39, 0.08);
                overflow: hidden;
            }

            .web4-platform-logo img {
                display: block;
                width: auto !important;
                height: auto !important;
                max-width: 30px;
                max-height: 30px;
                object-fit: contain;
                margin: 0 !important;
                padding: 0 !important;
                background: transparent !important;
                border: 0 !important;
                border-radius: 0 !important;
            }

            @media (max-width: 575px) {
                .web4-scene-visual {
                    height: 168px;
                    padding: 12px 12px 46px;
                }

                .web4-scene-visual > img {
                    height: 104px !important;
                }

                .web4-platform-logos {
                    left: 10px;
                    right: 10px;
                    gap: 6px;
                }

                .web4-platform-logo {
                    width: 38px;
                    height: 38px;
                }

                .web4-platform-logo img {
                    max-width: 25px;
                    max-height: 25px;
                }
            }

            

            .app-title .app-title-heading {
                font-size: 22px;
                line-height: 1.2;
                font-weight: 700;
                margin: 0 auto 0 0;
                color: inherit;
            }

            .ai-task-card > h2 {
                margin: 0 0 14px;
                font-size: 18px;
                line-height: 1.35;
                font-weight: 700;
                color: inherit;
                letter-spacing: 0;
            }

            

            .app-nav .app-nav-item {
                height: 44px;
                display: flex;
                align-items: center;
                gap: 12px;
                padding: 0 14px;
                border-radius: 5px;
                color: #53657d;
            }
            .app-nav .app-nav-item.active {
                background: #eaf2ff;
                color: #0867f5;
                font-weight: 700;
            }
            .feature-deep-link {
                display: inline-flex;
                align-items: center;
                gap: 7px;
                margin-top: 8px;
                color: #2f55ff;
                font-weight: 700;
                text-decoration: none;
            }
            .feature-deep-link:hover,
            .feature-deep-link:focus {
                text-decoration: underline;
            }
            .technical-facts {
                padding-top: 72px;
                padding-bottom: 82px;
            }
            .technical-fact-grid {
                display: grid;
                grid-template-columns: repeat(4, minmax(0, 1fr));
                gap: 18px;
            }
            .technical-fact {
                padding: 26px;
                border: 1px solid rgba(47, 85, 255, 0.14);
                border-radius: 18px;
                background: #fff;
                box-shadow: 0 12px 32px rgba(17, 24, 39, 0.06);
            }
            .technical-fact > svg {
                width: 38px;
                height: 38px;
                padding: 8px;
                margin-bottom: 16px;
                border-radius: 12px;
                color: #2f55ff;
                background: #eef3ff;
            }
            .technical-fact h3 {
                margin: 0 0 12px;
                color: #111827;
                font-size: 18px;
                line-height: 1.35;
            }
            .technical-fact p {
                margin: 0 0 16px;
                color: #667085;
                font-size: 14px;
                line-height: 1.75;
            }
            .technical-fact a,
            .technical-link-row a {
                color: #2f55ff;
                font-weight: 700;
                text-decoration: none;
            }
            .technical-fact a:hover,
            .technical-fact a:focus,
            .technical-link-row a:hover,
            .technical-link-row a:focus {
                text-decoration: underline;
            }
            .technical-link-row {
                display: flex;
                flex-wrap: wrap;
                gap: 10px 16px;
                font-size: 14px;
            }
            .evidence-strip {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 28px;
                margin-top: 22px;
                padding: 24px 28px;
                border: 1px solid rgba(47, 85, 255, 0.14);
                border-radius: 18px;
                background: linear-gradient(135deg, #ffffff 0%, #f7f8fb 100%);
            }
            .evidence-strip strong {
                display: block;
                margin-bottom: 6px;
                color: #111827;
                font-size: 17px;
            }
            .evidence-strip p {
                margin: 0;
                color: #667085;
                line-height: 1.65;
            }
            .evidence-actions {
                display: flex;
                flex: 0 0 auto;
                flex-wrap: wrap;
                gap: 10px;
            }
            .evidence-actions a {
                display: inline-flex;
                align-items: center;
                min-height: 40px;
                padding: 0 16px;
                border: 1px solid #2f55ff;
                border-radius: 999px;
                color: #2f55ff;
                background: #fff;
                font-weight: 700;
                text-decoration: none;
            }
            .evidence-actions a:hover,
            .evidence-actions a:focus {
                color: #fff;
                background: #2f55ff;
            }
            .call-action .cta-subtitle {
                display: block;
                margin: 10px 0 0;
                font-size: 18px;
                line-height: 1.55;
            }
            .call-action .cta-availability {
                display: block;
                margin: 8px 0 0;
            }
            @media (max-width: 991px) {
                .technical-fact-grid {
                    grid-template-columns: repeat(2, minmax(0, 1fr));
                }
                .evidence-strip {
                    align-items: flex-start;
                    flex-direction: column;
                }
            }
            @media (max-width: 575px) {
                .technical-facts {
                    padding-top: 58px;
                    padding-bottom: 64px;
                }
                .technical-fact-grid {
                    grid-template-columns: 1fr;
                }
                .technical-fact {
                    padding: 22px;
                }
                .evidence-strip {
                    padding: 22px;
                }
            }




:root {
  --home-blue: #1263f5;
  --home-blue-strong: #0754df;
  --home-navy: #041c43;
  --home-ink: #071a39;
  --home-copy: #50627f;
  --home-muted: #70819d;
  --home-line: #dbe6f5;
  --home-soft: #f5f8fd;
  --home-shadow: 0 18px 45px rgba(4, 28, 67, .08);
}

body.web4-home-redesign {
  overflow-x: clip;
}

html:has(body.web4-home-redesign) {
  overflow-x: hidden;
}

.web4-home-redesign .web4-home {
  color: var(--home-ink);
  background: #fff;
}

.web4-home-redesign .web4-home :is(h1, h2, h3, h4) {
  color: var(--home-ink);
  letter-spacing: 0;
  text-wrap: balance;
}

.web4-home-redesign .web4-home :is(p, li) {
  color: var(--home-copy);
  line-height: 1.75;
}

.web4-home-redesign .web4-home :is(a, button, input):focus-visible {
  outline: 3px solid rgba(18, 99, 245, .28);
  outline-offset: 3px;
}

.web4-home-redesign .web4-hero {
  min-height: auto;
  padding: 142px 0 86px;
  overflow: clip;
  background: #f8faff;
  border-bottom: 1px solid var(--home-line);
}

.web4-home-redesign .web4-hero::before,
.web4-home-redesign .web4-hero::after {
  display: none;
}

.web4-home-redesign .web4-hero .container {
  max-width: 1240px;
}

.web4-home-redesign .web4-hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .65fr);
  column-gap: 76px;
  max-width: none;
  margin: 0;
  text-align: left;
}

.web4-home-redesign .web4-hero-copy > :not(.web4-hero-proof) {
  grid-column: 1;
}

.web4-home-redesign .web4-hero .web4-eyebrow {
  justify-self: start;
  margin-bottom: 20px;
  color: var(--home-blue);
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 16px;
}

.web4-home-redesign .web4-hero h1 {
  max-width: 760px;
  margin: 0 0 24px;
  color: var(--home-ink);
  font-size: 58px;
  line-height: 1.12;
}

.web4-home-redesign .web4-hero p {
  max-width: 720px;
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 1.75;
}

.web4-home-redesign .web4-hero-actions {
  justify-content: flex-start;
  margin: 0;
}

.web4-home-redesign .web4-hero-actions .btn {
  min-width: 160px;
  min-height: 50px;
  border-radius: 6px;
}

.web4-home-redesign .web4-hero-proof {
  grid-column: 2;
  grid-row: 1 / span 5;
  display: grid;
  align-content: center;
  gap: 0;
  margin: 0;
  padding: 8px 0 8px 42px;
  border-left: 1px solid var(--home-line);
}

.web4-home-redesign .web4-hero-proof div {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  min-height: 86px;
  padding: 16px 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.web4-home-redesign .web4-hero-proof div::before {
  content: "";
  grid-row: 1 / span 2;
  align-self: start;
  width: 34px;
  height: 34px;
  border: 8px solid #d8e7ff;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px var(--home-blue);
}

.web4-home-redesign .web4-hero-proof strong {
  color: var(--home-ink);
  font-size: 18px;
  line-height: 1.35;
}

.web4-home-redesign .web4-hero-proof span {
  color: var(--home-copy);
  font-size: 14px;
  line-height: 1.55;
}

.web4-home-redesign .web4-ui-shell {
  max-width: 1180px;
  margin: 58px auto 0;
  padding: 0;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(4, 28, 67, .13);
}

.web4-home-redesign .web4-app-window {
  min-height: 480px;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
}

.web4-home-redesign .web4-app-sidebar {
  border-radius: 8px 0 0 8px;
}

.web4-home-redesign .web4-floating-card {
  border-radius: 8px;
  box-shadow: var(--home-shadow);
}

.web4-home-redesign .web4-section {
  padding: 84px 0;
}

.web4-home-redesign .web4-section.soft {
  background: var(--home-soft);
}

.web4-home-redesign .web4-heading {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.web4-home-redesign .web4-heading h2 {
  font-size: 40px;
  line-height: 1.24;
}

.web4-home-redesign :is(.web4-pain-card, .web4-feature-card, .web4-scene-card, .web4-process-card, .web4-testimonial-card) {
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--home-shadow);
}

.web4-home-redesign :is(.web4-pain-card, .web4-feature-card, .web4-scene-card, .web4-process-card) {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.web4-home-redesign :is(.web4-pain-card, .web4-feature-card, .web4-scene-card, .web4-process-card):hover {
  transform: translateY(-4px);
  border-color: #bdd3f8;
  box-shadow: 0 22px 54px rgba(4, 28, 67, .12);
}

.web4-home-redesign .web4-feature-grid {
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--home-line);
}

.web4-home-redesign .web4-feature-card {
  grid-column: 1 !important;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: 54px;
  min-height: 390px;
  padding: 54px 28px;
  overflow: hidden;
  border: 0 !important;
  border-bottom: 1px solid var(--home-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.web4-home-redesign .web4-feature-card.wide {
  grid-column: 1 !important;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  min-height: 410px;
}

.web4-home-redesign .web4-feature-card:nth-child(even) {
  grid-template-columns: minmax(360px, 1.1fr) minmax(0, .9fr);
}

.web4-home-redesign .web4-feature-card:nth-child(even) .web4-feature-copy { order: 2; }
.web4-home-redesign .web4-feature-card:nth-child(even) .web4-feature-media { order: 1; }

.web4-home-redesign .web4-feature-copy {
  align-self: center;
  padding: 20px 12px;
}

.web4-home-redesign .web4-feature-copy h3 {
  font-size: 30px;
  line-height: 1.25;
}

.web4-home-redesign .web4-feature-media,
.web4-home-redesign .web4-scene-visual {
  border-radius: 8px;
  background: #eef4ff;
}

.web4-home-redesign .web4-feature-media {
  min-height: 310px;
  border: 1px solid #d6e4fa;
  box-shadow: 0 18px 42px rgba(4, 28, 67, .08);
}

.web4-home-redesign .web4-automation-band {
  padding: 58px;
  border: 0;
  border-radius: 8px;
  background: var(--home-navy);
  box-shadow: 0 24px 58px rgba(4, 28, 67, .16);
}

.web4-home-redesign .web4-automation-band :is(h2, h3, strong) {
  color: #fff;
}

.web4-home-redesign .web4-automation-band p,
.web4-home-redesign .web4-automation-band span {
  color: #c8d8f2;
}

.web4-home-redesign .web4-ai-console-window {
  border-radius: 8px;
}

.web4-home-redesign .web4-ai-proof-grid {
  border-top-color: rgba(255,255,255,.16);
}

.web4-home-redesign .web4-scene-grid {
  gap: 22px;
}

.web4-home-redesign .web4-scene-card {
  min-height: 390px;
}

.web4-home-redesign .web4-process-section {
  background: var(--home-blue) !important;
}

.web4-home-redesign .web4-process-section .web4-heading :is(h2, p) {
  color: #fff;
}

.web4-home-redesign .web4-process-section .web4-section-eyebrow {
  color: #fff;
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.28);
}

.web4-home-redesign .web4-process-section .web4-process-card {
  border-color: rgba(255,255,255,.3);
  background: rgba(255,255,255,.1);
  box-shadow: none;
}

.web4-home-redesign .web4-process-section .web4-process-row {
  position: relative;
}

.web4-home-redesign .web4-process-section .web4-process-row::before {
  content: "";
  position: absolute;
  top: 28px;
  right: 12.5%;
  left: 12.5%;
  border-top: 2px dashed rgba(255,255,255,.48);
}

.web4-home-redesign .web4-process-section .web4-process-card :is(h3, p) {
  color: #fff;
}

.web4-home-redesign .web4-process-section .web4-process-card .num {
  color: var(--home-blue);
  background: #fff;
}

.web4-home-redesign .web4-review-platforms,
.web4-home-redesign .web4-trustbox-frame,
.web4-home-redesign .web4-review-platform-item {
  border-radius: 8px;
}

.web4-home-redesign.home-motion-ready [data-home-motion] {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity .48s ease, transform .48s cubic-bezier(.2,.75,.25,1);
  transition-delay: var(--home-motion-delay, 0ms);
}

.web4-home-redesign.home-motion-ready [data-home-motion="scale"] {
  transform: scale(.975);
}

.web4-home-redesign.home-motion-ready [data-home-motion="left"] {
  transform: translate3d(-34px, 0, 0);
}

.web4-home-redesign.home-motion-ready [data-home-motion="right"] {
  transform: translate3d(34px, 0, 0);
}

.web4-home-redesign.home-motion-ready [data-home-motion].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1199px) {
  .web4-home-redesign .web4-hero-copy { column-gap: 46px; }
  .web4-home-redesign .web4-hero h1 { font-size: 50px; }
  .web4-home-redesign .web4-automation-band { padding: 46px; }
}

@media (max-width: 991px) {
  .web4-home-redesign .web4-hero { padding: 124px 0 72px; }
  .web4-home-redesign .web4-hero-copy { grid-template-columns: 1fr; }
  .web4-home-redesign .web4-hero-copy > :not(.web4-hero-proof) { grid-column: 1; }
  .web4-home-redesign .web4-hero-proof {
    grid-column: 1;
    grid-row: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 38px;
    padding: 28px 0 0;
    border-top: 1px solid var(--home-line);
    border-left: 0;
  }
  .web4-home-redesign .web4-hero-proof div { min-height: 0; }
  .web4-home-redesign .web4-app-window { min-height: 420px; }
  .web4-home-redesign .web4-section { padding: 78px 0; }
  .web4-home-redesign .web4-automation-band { padding: 38px; }
  .web4-home-redesign .web4-feature-card,
  .web4-home-redesign .web4-feature-card.wide,
  .web4-home-redesign .web4-feature-card:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 42px 12px;
  }
  .web4-home-redesign .web4-feature-card:nth-child(even) .web4-feature-copy,
  .web4-home-redesign .web4-feature-card:nth-child(even) .web4-feature-media { order: initial; }
}

@media (max-width: 767px) {
  .web4-home-redesign .web4-hero { padding: 108px 0 58px; }
  .web4-home-redesign .web4-hero h1 { font-size: 40px; line-height: 1.16; }
  .web4-home-redesign .web4-hero p { font-size: 16px; }
  .web4-home-redesign .web4-hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .web4-home-redesign .web4-hero-actions .btn { min-width: 0; width: 100%; }
  .web4-home-redesign .web4-hero-proof { grid-template-columns: 1fr; gap: 2px; }
  .web4-home-redesign .web4-hero-proof div { min-height: 72px; padding: 10px 0; }
  .web4-home-redesign .web4-ui-shell { margin-top: 38px; }
  .web4-home-redesign .web4-app-window { min-height: 360px; }
  .web4-home-redesign .web4-floating-card { display: none; }
  .web4-home-redesign .web4-section { padding: 62px 0; }
  .web4-home-redesign .web4-heading { margin-bottom: 32px; text-align: left; }
  .web4-home-redesign .web4-heading h2 { font-size: 30px; }
  .web4-home-redesign .web4-feature-card,
  .web4-home-redesign .web4-feature-card.wide,
  .web4-home-redesign .web4-scene-card { min-height: 0; }
  .web4-home-redesign .web4-feature-card,
  .web4-home-redesign .web4-feature-card.wide { padding: 32px 0; }
  .web4-home-redesign .web4-feature-media { min-height: 230px; }
  .web4-home-redesign .web4-process-section .web4-process-row::before { display: none; }
  .web4-home-redesign .web4-automation-band { padding: 28px 20px; }
}

@media (max-width: 575px) {
  .web4-home-redesign .web4-hero h1 { font-size: 34px; }
  .web4-home-redesign .web4-hero-actions { grid-template-columns: 1fr; }
  .web4-home-redesign .web4-ui-shell { margin-right: -4px; margin-left: -4px; }
  .web4-home-redesign .web4-app-sidebar { width: 64px; }
  .web4-home-redesign .lang-dropdown-menu { right: 0; left: auto; max-width: calc(100vw - 24px); }
}

@media (max-width: 359px) {
  .web4-home-redesign .web4-top-actions-v2 > a { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .web4-home-redesign *,
  .web4-home-redesign *::before,
  .web4-home-redesign *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: .01ms !important;
  }
  .web4-home-redesign.home-motion-ready [data-home-motion] { opacity: 1 !important; transform: none !important; }
}



.web4-home-redesign .header .dd-menu {
  appearance: none;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.web4-home-redesign .web4-section:has(.web4-pain-grid) {
  padding: 34px 0;
  border-bottom: 1px solid var(--home-line);
}

.web4-home-redesign .web4-section:has(.web4-pain-grid) .web4-heading {
  display: none;
}

.web4-home-redesign .web4-pain-grid {
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: #fff;
}

.web4-home-redesign .web4-pain-card {
  min-height: 0;
  padding: 22px 26px;
  border: 0;
  border-right: 1px solid var(--home-line);
  border-radius: 0;
  box-shadow: none;
}

.web4-home-redesign .web4-pain-card:last-child { border-right: 0; }
.web4-home-redesign .web4-process-section .web4-heading :is(h2, p),
.web4-home-redesign .web4-process-section .web4-process-card :is(h3, p) { color: #fff !important; }
.web4-home-redesign .footer .footer-top { padding-top: 58px; padding-bottom: 38px; }

@media (max-width: 767px) {
  .web4-home-redesign .web4-pain-grid { grid-template-columns: 1fr; }
  .web4-home-redesign .web4-pain-card { border-right: 0; border-bottom: 1px solid var(--home-line); }
  .web4-home-redesign .web4-pain-card:last-child { border-bottom: 0; }
}



.web4-home-redesign .web4-section { padding: 68px 0; }
.web4-home-redesign .web4-feature-card:nth-child(n+4) { display: none; }

.web4-home-redesign .web4-automation-band {
  padding: 42px 28px;
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
  border-radius: 0;
  background: #fff !important;
  box-shadow: none !important;
}

.web4-home-redesign .web4-automation-band :is(h2, h3, strong) { color: var(--home-ink) !important; }
.web4-home-redesign .web4-automation-band :is(p, span) { color: var(--home-copy) !important; }
.web4-home-redesign .web4-automation-band .web4-ai-console { box-shadow: var(--home-shadow); }
.web4-home-redesign .web4-ai-proof-grid { border-top-color: var(--home-line); }
.web4-home-redesign .web4-ai-proof { background: #f6f9ff !important; border-color: var(--home-line) !important; }
.web4-home-redesign .web4-scene-card { min-height: 330px; }

.web4-home-redesign .web4-faq { display: none; }

.web4-home-redesign .call-action {
  padding: 46px 0;
  background: var(--home-blue) !important;
}

.web4-home-redesign .call-action::before,
.web4-home-redesign .call-action::after { display: none; }
.web4-home-redesign .call-action :is(h2, h2 span, p) { color: #fff !important; }
.web4-home-redesign .call-action .btn { background: #fff !important; color: var(--home-blue) !important; }

.web4-home-redesign.home-motion-ready .web4-process-section .web4-process-row::before {
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .72s cubic-bezier(.2,.75,.25,1) .18s;
}

.web4-home-redesign.home-motion-ready .web4-process-section:has(.is-visible) .web4-process-row::before {
  transform: scaleX(1);
}

@media (max-width: 767px) {
  .web4-home-redesign .web4-section { padding: 52px 0; }
  .web4-home-redesign .web4-automation-band { padding: 30px 0; border-right: 0; border-left: 0; }
}






:root{--hf-blue:#0865f5;--hf-deep:#031b43;--hf-ink:#061a3b;--hf-copy:#53647e;--hf-line:#dce7f6;--hf-soft:#f5f8fd}
.web4-home-redesign .web4-home{background:#fff;color:var(--hf-ink)}
.web4-home-redesign .web4-hero{padding:132px 0 54px;background:#fff;border:0}
.web4-home-redesign .web4-hero .container,.web4-home-redesign .web4-section .container{max-width:1180px}
.web4-home-redesign .web4-hero-copy{grid-template-columns:minmax(0,1.45fr) minmax(290px,.65fr);gap:70px}
.web4-home-redesign .web4-hero h1{max-width:700px;font-size:54px;line-height:1.12;margin-bottom:20px}
.web4-home-redesign .web4-hero p{max-width:680px;font-size:16px;line-height:1.7;margin-bottom:24px}
.web4-home-redesign .web4-hero-actions .btn{min-width:150px;min-height:48px;border-radius:5px}
.web4-home-redesign .web4-hero-proof{padding-left:38px}
.web4-home-redesign .web4-hero-proof div{grid-template-columns:52px 1fr;min-height:78px;padding:12px 0}
.web4-home-redesign .web4-hero-proof div::before{width:38px;height:38px;border:0;border-radius:0;background:center/34px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%230865f5' stroke-width='3'%3E%3Ccircle cx='24' cy='24' r='17'/%3E%3Cpath d='M16 26c2-10 14-10 16 0M19 31c3-6 7-6 10 0M24 14v8'/%3E%3C/svg%3E")}
.web4-home-redesign .web4-hero-proof div:nth-child(2)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%230865f5' stroke-width='3'%3E%3Ccircle cx='24' cy='24' r='18'/%3E%3Cpath d='M6 24h36M24 6c6 6 8 12 8 18s-2 12-8 18c-6-6-8-12-8-18s2-12 8-18z'/%3E%3C/svg%3E")}
.web4-home-redesign .web4-hero-proof div:nth-child(3)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%230865f5' stroke-width='3'%3E%3Crect x='10' y='13' width='28' height='25' rx='5'/%3E%3Cpath d='M18 13V8m12 5V8M18 25h.01M30 25h.01M18 31h12'/%3E%3C/svg%3E")}
.web4-home-redesign .web4-hero-proof div:nth-child(4)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%230865f5' stroke-width='3'%3E%3Ccircle cx='18' cy='18' r='7'/%3E%3Ccircle cx='32' cy='20' r='6'/%3E%3Cpath d='M6 39c1-9 6-13 12-13s11 4 12 13M27 29c7-2 13 2 15 10'/%3E%3C/svg%3E")}
.web4-home-redesign .web4-ui-shell{position:relative;margin-top:44px;margin-left:66px;border-radius:7px;box-shadow:0 24px 64px rgba(4,28,67,.14)}
.web4-home-redesign .web4-workflow-rail{position:absolute;z-index:3;top:0;bottom:-1px;left:-66px;width:66px;display:grid;grid-template-rows:repeat(3,1fr);padding:18px 0;border-radius:7px 0 0 7px;background:#05275c;color:#fff}
.web4-home-redesign .web4-workflow-step{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:12px;text-align:center}
.web4-home-redesign .web4-workflow-step:not(:last-child)::after{content:"";position:absolute;bottom:-16%;height:34%;border-left:1px dashed #77aafa}
.web4-home-redesign .web4-workflow-step b{font-size:23px;font-weight:600;color:#9bc3ff}
.web4-home-redesign .web4-workflow-step i{width:17px;height:17px;margin-top:7px;border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 2px var(--hf-blue)}
.web4-home-redesign .web4-app-window{min-height:420px}.web4-home-redesign .web4-app-sidebar{width:176px;background:#f7faff}.web4-home-redesign .web4-app-main{padding:28px}
.web4-home-redesign .web4-floating-card{display:none}
.web4-home-redesign .web4-section:has(.web4-pain-grid){padding:26px 0;background:#fff}
.web4-home-redesign .web4-pain-grid{grid-template-columns:repeat(4,1fr);border:0;border-radius:0}
.web4-home-redesign .web4-pain-card{padding:18px 28px;border-right:1px solid var(--hf-line)}
.web4-home-redesign .web4-pain-card h3{font-size:18px;margin:0 0 5px}.web4-home-redesign .web4-pain-card p{font-size:13px;line-height:1.55;margin:0}
.web4-home-redesign #features{padding-top:44px;background:#fff}
.web4-home-redesign #features .web4-heading{margin-bottom:16px}.web4-home-redesign #features .web4-heading .web4-section-eyebrow,.web4-home-redesign #features .web4-heading p{display:none}
.web4-home-redesign #features .web4-heading h2{font-size:30px}
.web4-home-redesign .web4-feature-grid{border-top:0}
.web4-home-redesign .web4-feature-card,.web4-home-redesign .web4-feature-card.wide{grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);min-height:340px;padding:36px 18px;gap:46px}
.web4-home-redesign .web4-feature-card:nth-child(even){grid-template-columns:minmax(420px,1.15fr) minmax(0,.85fr)}
.web4-home-redesign .web4-feature-card:nth-child(4),.web4-home-redesign .web4-feature-card:nth-child(5){display:none}
.web4-home-redesign .web4-feature-copy h3{font-size:27px}.web4-home-redesign .web4-feature-copy p,.web4-home-redesign .web4-feature-copy li{font-size:14px;line-height:1.65}.web4-home-redesign .web4-feature-more{display:none}
.web4-home-redesign .web4-feature-media{min-height:270px;background:#fff;border:1px solid var(--hf-line);box-shadow:0 12px 30px rgba(4,28,67,.06)}
.web4-home-redesign .web4-section:has(.web4-automation-band){padding:0 0 46px}
.web4-home-redesign .web4-automation-band{padding:38px 18px;border-top:0}.web4-home-redesign .web4-automation-band .web4-ai-proof-grid{display:none}
.web4-home-redesign #solutions{padding:58px 0;background:#fff}.web4-home-redesign #solutions .web4-heading{margin-bottom:30px}.web4-home-redesign #solutions .web4-heading h2{font-size:30px}.web4-home-redesign #solutions .web4-heading p{font-size:14px}
.web4-home-redesign .web4-scene-grid{grid-template-columns:repeat(3,1fr);gap:14px}.web4-home-redesign .web4-scene-card{min-height:276px;padding:20px;border-radius:6px;box-shadow:none}.web4-home-redesign .web4-scene-visual{height:126px;background:#fff}.web4-home-redesign .web4-scene-visual>img{display:none}.web4-home-redesign .web4-scene-card h3{font-size:18px}.web4-home-redesign .web4-scene-card p{font-size:13px;line-height:1.55}.web4-home-redesign .web4-scene-more{display:none}
.web4-home-redesign .web4-platform-logos{position:static;display:flex;align-items:center;justify-content:flex-start;height:100%;gap:13px;padding:0;background:transparent}.web4-home-redesign .web4-platform-logo{width:38px;height:38px;border:0;box-shadow:none}
.web4-home-redesign .web4-process-section{padding:52px 0!important;background:linear-gradient(100deg,#075bea,#0874ff)!important}.web4-home-redesign .web4-process-section .web4-heading{margin-bottom:25px}.web4-home-redesign .web4-process-section .web4-heading h2{font-size:28px}.web4-home-redesign .web4-process-section .web4-section-eyebrow{display:none}.web4-home-redesign .web4-process-section .web4-process-card{padding:20px 16px;border:0;background:transparent}.web4-home-redesign .web4-process-section .web4-process-card h3{font-size:17px}.web4-home-redesign .web4-process-section .web4-process-card p{font-size:13px}.web4-home-redesign .web4-process-section .web4-process-row::before{top:42px;border-top-color:rgba(255,255,255,.65)}
.web4-home-redesign .web4-testimonial-section{padding:54px 0;background:#fff}.web4-home-redesign .web4-testimonial-section .web4-heading{margin-bottom:24px}.web4-home-redesign .web4-testimonial-section .web4-heading h2{font-size:28px}.web4-home-redesign .web4-testimonial-section .web4-section-eyebrow{display:none}.web4-home-redesign .web4-testimonial-slider{display:grid!important;grid-template-columns:repeat(4,1fr);gap:14px}.web4-home-redesign .web4-testimonial-slide:nth-child(n+5){display:none!important}.web4-home-redesign .web4-testimonial-card{min-height:210px;padding:22px 18px;border-radius:6px;box-shadow:none}.web4-home-redesign .web4-testimonial-card .web4-stars,.web4-home-redesign .web4-testimonial-card .web4-avatar{display:none}.web4-home-redesign .web4-testimonial-card p{font-size:13px}.web4-home-redesign .web4-user{margin-top:14px}
.web4-home-redesign .web4-testimonial-section :is(.tns-outer,.tns-ovh,.tns-inner){height:auto!important;overflow:visible!important;margin:0!important;padding:0!important}
.web4-home-redesign .web4-testimonial-section .tns-controls,.web4-home-redesign .web4-testimonial-section .tns-nav{display:none!important}
.web4-home-redesign .web4-testimonial-slider.tns-slider{width:auto!important;transform:none!important;transition:none!important}
.web4-home-redesign .web4-testimonial-slider .tns-item{width:auto!important;margin:0!important;padding:0!important}
.web4-home-redesign .web4-trustbox-section{padding:28px 0 54px;background:#fff}.web4-home-redesign .web4-review-platforms-head{margin-bottom:20px}.web4-home-redesign .web4-review-platforms-head .web4-review-platforms-label,.web4-home-redesign .web4-review-platforms-head p{display:none}.web4-home-redesign .web4-review-platforms-head h2{font-size:24px}.web4-home-redesign .web4-review-platform-row{gap:18px}.web4-home-redesign .web4-review-platform-item{height:84px;border-radius:6px;box-shadow:0 12px 28px rgba(4,28,67,.06)}
.web4-home-redesign .web4-faq{display:none!important}.web4-home-redesign .call-action{padding:42px 0;background:linear-gradient(100deg,#075bea,#0874ff)!important}.web4-home-redesign .footer{background:#031b43}
@media(max-width:991px){.web4-home-redesign .web4-hero-copy{grid-template-columns:1fr}.web4-home-redesign .web4-hero-proof{grid-template-columns:repeat(4,1fr);padding:25px 0 0}.web4-home-redesign .web4-feature-card,.web4-home-redesign .web4-feature-card.wide,.web4-home-redesign .web4-feature-card:nth-child(even){grid-template-columns:1fr}.web4-home-redesign .web4-scene-grid{grid-template-columns:repeat(2,1fr)}.web4-home-redesign .web4-testimonial-slider{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){.web4-home-redesign .web4-hero{padding:108px 0 38px}.web4-home-redesign .web4-hero h1{font-size:38px}.web4-home-redesign .web4-hero-proof{grid-template-columns:1fr 1fr}.web4-home-redesign .web4-ui-shell{margin-left:42px}.web4-home-redesign .web4-workflow-rail{left:-42px;width:42px}.web4-home-redesign .web4-workflow-step span{display:none}.web4-home-redesign .web4-workflow-step b{font-size:17px}.web4-home-redesign .web4-app-sidebar{display:none}.web4-home-redesign .web4-app-main{padding:18px}.web4-home-redesign .web4-profile-row{grid-template-columns:34px 1fr 1fr}.web4-home-redesign .web4-profile-row span:nth-child(3),.web4-home-redesign .web4-profile-row span:nth-child(4){display:none}.web4-home-redesign .web4-pain-grid{grid-template-columns:1fr}.web4-home-redesign .web4-pain-card{border-right:0;border-bottom:1px solid var(--hf-line)}.web4-home-redesign .web4-scene-grid{grid-template-columns:1fr}.web4-home-redesign .web4-testimonial-slider{grid-template-columns:1fr}.web4-home-redesign .web4-testimonial-slide:nth-child(n+4){display:none}.web4-home-redesign .web4-review-platform-row{grid-template-columns:1fr}.web4-home-redesign .web4-feature-card,.web4-home-redesign .web4-feature-card.wide{padding:28px 0}.web4-home-redesign .web4-feature-media{min-height:210px}}
@media(prefers-reduced-motion:reduce){.web4-home-redesign *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}



.web4-home-redesign.home-motion-ready [data-home-motion],
.web4-home-redesign.home-motion-ready [data-home-motion="scale"],
.web4-home-redesign.home-motion-ready [data-home-motion="left"],
.web4-home-redesign.home-motion-ready [data-home-motion="right"]{opacity:1;transform:none}
.web4-home-redesign.home-motion-ready [data-home-motion].is-visible{animation:hf-enter .46s cubic-bezier(.2,.75,.25,1) both;animation-delay:var(--home-motion-delay,0ms)}
@keyframes hf-enter{from{opacity:.35;transform:translate3d(0,16px,0)}to{opacity:1;transform:none}}



.web4-home-redesign .web4-workflow-step{animation:hf-rail-step .46s cubic-bezier(.2,.75,.25,1) both;animation-delay:var(--rail-delay,260ms)}
.web4-home-redesign .web4-workflow-rail::after{content:"";position:absolute;left:50%;top:17%;bottom:17%;border-left:1px dashed rgba(132,181,255,.72);transform:scaleY(0);transform-origin:top;animation:hf-line-draw .78s cubic-bezier(.2,.75,.25,1) .34s forwards}
.web4-home-redesign .web4-workflow-step{z-index:1}.web4-home-redesign .web4-workflow-step:not(:last-child)::after{display:none}
.web4-home-redesign .web4-platform-logo{animation:hf-logo-in .4s cubic-bezier(.2,.75,.25,1) both;animation-delay:var(--logo-delay,0ms)}
.web4-home-redesign .web4-app-window{animation:hf-console-in .56s cubic-bezier(.2,.75,.25,1) .18s both}
.web4-home-redesign .web4-profile-row-demo{animation:hf-row-in .38s ease-out both}
.web4-home-redesign .web4-profile-row-demo:nth-child(4){animation-delay:.34s}.web4-home-redesign .web4-profile-row-demo:nth-child(5){animation-delay:.4s}.web4-home-redesign .web4-profile-row-demo:nth-child(6){animation-delay:.46s}.web4-home-redesign .web4-profile-row-demo:nth-child(7){animation-delay:.52s}
@keyframes hf-rail-step{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@keyframes hf-line-draw{to{transform:scaleY(1)}}
@keyframes hf-logo-in{from{opacity:0;transform:translateY(8px) scale(.92)}to{opacity:1;transform:none}}
@keyframes hf-console-in{from{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:none}}
@keyframes hf-row-in{from{opacity:0;transform:translateX(10px)}to{opacity:1;transform:none}}



.web4-home-redesign .web4-testimonial-section .tns-ovh{height:auto!important;max-height:230px!important;overflow:hidden!important}
.web4-home-redesign .web4-review-platform-trustpilot{position:relative}
.web4-home-redesign .web4-review-platform-trustpilot::before{content:"★  Trustpilot";position:absolute;inset:0;display:grid;place-items:center;color:#00a878;font-size:18px;font-weight:700}
.web4-home-redesign .web4-review-platform-trustpilot .trustpilot-widget{position:relative;z-index:1;width:100%}
@media(max-width:767px){.web4-home-redesign .web4-hero-proof{grid-template-columns:1fr}.web4-home-redesign .web4-testimonial-slide:nth-child(n+4){display:none!important}.web4-home-redesign .web4-testimonial-section .tns-ovh{max-height:690px!important}}



.web4-home-redesign .web4-hero-proof{grid-template-columns:1fr!important}
@media(max-width:1199px){.web4-home-redesign .web4-hero-copy{grid-template-columns:minmax(0,1.35fr) minmax(250px,.65fr);column-gap:36px}.web4-home-redesign .web4-hero-proof{padding-left:26px}.web4-home-redesign .web4-hero-proof div{grid-template-columns:46px minmax(0,1fr)}}
@media(max-width:991px){.web4-home-redesign .web4-hero-copy{grid-template-columns:1fr}.web4-home-redesign .web4-hero-proof{grid-column:1;grid-row:auto;grid-template-columns:repeat(3,minmax(0,1fr))!important;padding:24px 0 0;border-left:0;border-top:1px solid var(--hf-line)}}
@media(max-width:575px){.web4-home-redesign .web4-hero-proof{grid-template-columns:1fr!important}}



.web4-home-redesign .web4-hero-actions .btn,.web4-home-redesign .call-action .btn{transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease}
.web4-home-redesign .web4-hero-actions .btn:hover,.web4-home-redesign .call-action .btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(6,91,235,.2)}
.web4-home-redesign .web4-process-section .web4-process-card .num{transition:transform .3s cubic-bezier(.2,.75,.25,1),box-shadow .3s ease}
.web4-home-redesign .web4-process-section .web4-process-card.is-visible .num{animation:hf-process-node .52s cubic-bezier(.2,.75,.25,1) both;animation-delay:var(--home-motion-delay,0ms)}
.web4-home-redesign .web4-review-platform-item{transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.web4-home-redesign .web4-review-platform-item:hover{transform:translateY(-3px);border-color:#a9c7fa;box-shadow:0 16px 34px rgba(4,28,67,.1)}
.web4-home-redesign .web4-scene-card:hover .web4-platform-logo{transform:translateY(-2px) scale(1.04)}
@keyframes hf-process-node{0%{transform:scale(.72);box-shadow:0 0 0 0 rgba(255,255,255,.5)}70%{transform:scale(1.08);box-shadow:0 0 0 10px rgba(255,255,255,0)}100%{transform:scale(1)}}




*{box-sizing:border-box}body{margin:0;background:#fff}main{--blue:#0867f5;--blue2:#0057e7;--navy:#041d47;--ink:#061b3d;--muted:#63738d;--line:#dce8f8;--soft:#f5f9ff;--green:#14b86e;--radius:8px;--shadow:0 18px 48px rgba(25,74,137,.12);color:var(--ink);font-family:Arial,"Helvetica Neue","Microsoft YaHei","PingFang SC",sans-serif;font-size:14px;letter-spacing:0}.shell{max-width:1180px;margin:auto;padding-left:24px;padding-right:24px}.site-header{height:72px;max-width:1280px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:0 30px;border-bottom:1px solid #eef3fa}.brand img{width:156px;display:block}.site-header nav{display:flex;gap:38px}.site-header a,.site-header button{color:var(--ink);text-decoration:none;font-weight:600}.header-actions{display:flex;gap:16px;align-items:center}.lang{border:0;background:none}.button{min-height:44px;padding:0 30px;border-radius:6px;background:var(--blue);color:#fff!important;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-weight:700;box-shadow:0 10px 24px rgba(8,103,245,.2);transition:.2s ease}.button:hover{transform:translateY(-2px)}.button.ghost{background:#fff;color:var(--blue)!important;border:1px solid var(--blue);box-shadow:none}.button.compact{min-height:38px;padding:0 18px}.hero{display:grid;grid-template-columns:1.35fr .65fr;gap:80px;align-items:center;padding-top:60px;padding-bottom:38px}.eyebrow{color:var(--blue);font-weight:700;margin:0 0 18px}.hero h1{font-size:50px;line-height:1.18;margin:0 0 18px;letter-spacing:0}.lead{max-width:720px;color:var(--muted);font-size:17px;line-height:1.75}.actions{display:flex;gap:16px;margin-top:26px}.actions svg{width:19px}.hero-benefits{border-left:1px solid var(--line);padding-left:56px;display:grid;gap:28px}.hero-benefits article{display:flex;gap:22px;align-items:center}.hero-benefits svg{width:48px;height:48px;color:var(--blue);stroke-width:1.6}.hero-benefits strong{display:block;font-size:18px}.hero-benefits span{display:block;color:var(--muted);margin-top:5px}.workspace-wrap{position:relative;padding-left:80px;margin-bottom:35px}.process-rail{position:absolute;left:24px;top:0;bottom:0;width:58px;background:linear-gradient(#072752,#031938);color:#fff;border-radius:8px 0 0 8px;padding:24px 0;display:flex;flex-direction:column;align-items:center;z-index:3}.process-rail b{font-size:26px;color:#8ec4ff}.process-rail span{font-size:16px}.process-rail i{height:67px;border-left:2px dashed #7aaae5;margin:8px 0;position:relative}.process-rail i:before{content:"";position:absolute;width:14px;height:14px;border:4px solid #fff;border-radius:50%;background:var(--blue);left:-9px;top:25px}.workspace{height:450px;border:1px solid #d5e3f5;border-radius:0 8px 8px 8px;background:#fff;display:grid;grid-template-columns:220px 1fr;box-shadow:var(--shadow);overflow:hidden}.app-nav{padding:20px 14px;border-right:1px solid #e7eef8;display:flex;flex-direction:column;gap:9px}.app-nav img{width:150px;margin:0 auto 17px}.app-nav a{height:44px;display:flex;align-items:center;gap:12px;padding:0 14px;border-radius:5px;color:#53657d}.app-nav a.active{background:#eaf2ff;color:var(--blue);font-weight:700}.app-nav svg{width:20px}.app-main{padding:20px 24px}.app-title{display:flex;align-items:center;gap:18px}.app-title h2{font-size:22px;margin:0 auto 0 0}.secure{border:1px solid #d9e7df;border-radius:20px;padding:7px 14px;color:#375b48;display:flex;align-items:center;gap:6px}.secure svg{width:18px;color:var(--green)}.app-title button{background:var(--blue);color:#fff;border:0;padding:11px 24px;border-radius:5px;font-weight:700}.app-toolbar{display:flex;justify-content:space-between;margin:18px 0}.app-toolbar label{width:48%;height:44px;border:1px solid #d8e4f3;border-radius:6px;color:#92a0b4;display:flex;align-items:center;gap:10px;padding:0 14px}.app-toolbar label svg{width:18px}.app-toolbar>div{display:flex;border:1px solid #d8e4f3;border-radius:6px}.app-toolbar>div span{padding:7px 28px;color:#7b8ca5;text-align:center}.app-toolbar b{color:var(--ink)}.table{border:1px solid #dbe6f4;border-radius:6px;overflow:hidden}.tr{display:grid;grid-template-columns:1.25fr 1fr 1fr 1.1fr .7fr .55fr;min-height:45px;align-items:center;padding:0 16px;border-bottom:1px solid #e9eff7}.tr.head{background:#f7faff;font-weight:700}.tr:not(.head) span:nth-child(5){color:var(--green)}.tr:not(.head) span:last-child{background:var(--blue);color:#fff;text-align:center;border-radius:4px;padding:5px}.route-line{position:absolute;left:82px;right:24px;bottom:-28px;height:30px}.route-line>span{display:block;height:2px;background:var(--blue);position:absolute;left:0;right:150px;top:14px}.route-line>span:before,.route-line>span:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:var(--blue);top:-3px}.route-line>span:before{left:0}.route-line>span:after{right:0}.route-line b{position:absolute;right:0;border:1px solid #bfe2ce;border-radius:22px;background:#fff;padding:6px 12px;color:#48705b;display:flex;gap:6px;align-items:center}.route-line svg{width:18px;color:var(--green)}.capability-row{display:grid;grid-template-columns:repeat(4,1fr);padding-top:55px;padding-bottom:34px}.capability-row article{display:flex;align-items:center;gap:18px;padding:0 28px;border-right:1px solid var(--line)}.capability-row article:last-child{border:0}.capability-row svg{width:48px;height:48px;color:var(--blue);stroke-width:1.7}.capability-row b,.capability-row span{display:block}.capability-row b{font-size:17px}.capability-row span{color:var(--muted);margin-top:5px}.value-strip{background:#f1f7ff;padding:22px 0}.value-strip .shell{display:grid;grid-template-columns:repeat(4,1fr)}.value-strip article{display:grid;grid-template-columns:44px 1fr;grid-template-rows:auto auto;column-gap:12px;align-items:center}.value-strip svg{grid-row:1/3;width:34px;height:34px;color:#154983}.value-strip span{color:var(--muted);font-size:12px}.feature-showcase{padding-top:44px}.section-title{text-align:center;margin-bottom:38px}.section-title h2{font-size:30px;margin:0}.section-title p{color:var(--muted)}.feature{min-height:300px;display:grid;grid-template-columns:1fr 1.15fr;gap:58px;align-items:center;border-bottom:1px solid var(--line);padding:35px 24px}.feature.reverse .feature-copy{order:2}.feature-copy{position:relative;padding-left:80px}.feature-icon{position:absolute;left:0;top:0;width:58px;height:58px;background:var(--navy);color:#fff;border-radius:8px;display:grid;place-items:center}.feature-icon svg{width:34px;height:34px}.feature h3{font-size:24px;margin:0 0 12px}.feature p,.feature li{color:var(--muted);line-height:1.7}.feature ul{padding:0;list-style:none}.feature li:before{content:"✓";color:var(--blue);font-weight:800;margin-right:9px}.mini-ui{min-height:220px;border:1px solid #d8e6f8;border-radius:8px;background:#fff;box-shadow:0 12px 35px rgba(43,87,145,.08);padding:24px;position:relative}.profile-ui{display:grid;grid-template-columns:70px 1fr;gap:24px}.profile-ui .mini-side{background:#f1f6fd;border-radius:6px}.profile-ui b{display:block;margin-bottom:20px}.profile-ui label{display:flex;justify-content:space-between;border-bottom:1px solid #edf2f8;padding:10px;color:#657790}.profile-ui label span{color:var(--ink)}.profile-ui>svg{position:absolute;width:68px;height:68px;color:var(--blue);right:20px;bottom:15px}.mini-table{height:100%;background:repeating-linear-gradient(to bottom,#f7faff 0,#f7faff 38px,#e4edf8 39px,#fff 40px);border:1px solid #e2ebf6}.flow-ui{display:flex;align-items:center;justify-content:center;gap:10px}.flow-ui span{padding:20px 14px;border:1px solid #9bc2ff;border-radius:5px;background:#fff;font-weight:600}.flow-ui i{width:34px;height:2px;background:var(--blue)}.team-ui{display:flex;flex-direction:column;justify-content:center;gap:0}.member{display:grid;grid-template-columns:1.4fr .8fr .5fr;padding:16px;border-bottom:1px solid #e8eff8}.member em{color:var(--green);font-style:normal}.solutions{padding-top:55px;padding-bottom:55px}.solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.solution-grid article{min-height:180px;border:1px solid #dce8f7;border-radius:8px;padding:24px;background:#fff}.solution-grid h3{font-size:19px;margin:0 0 10px}.solution-grid p{color:var(--muted);line-height:1.6}.logos{height:44px;display:flex;align-items:center;gap:18px;margin-top:18px}.logos img{max-width:58px;max-height:26px}.logos b{font-size:12px;color:#315681}.textlogos b:nth-child(2){color:#e53238}.textlogos b:nth-child(3){color:#74a74d}.steps-band{background:linear-gradient(90deg,#0876ff,#0055ef);color:#fff;padding:40px 0}.steps-band h2{text-align:center;margin:0 0 35px;font-size:26px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:35px}.steps article{position:relative;text-align:left;padding-left:45px}.steps article:not(:last-child):after{content:"";position:absolute;right:-30px;top:42px;width:55px;border-top:2px dashed rgba(255,255,255,.6)}.steps article>b{position:absolute;left:0;top:0;width:30px;height:30px;background:#fff;color:var(--blue);border-radius:50%;display:grid;place-items:center}.steps h3{font-size:16px}.steps p{font-size:12px;line-height:1.6;opacity:.84}.steps svg{width:42px;height:42px;display:block;margin:20px auto 0}.proof{padding-top:45px}.quote-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.quote-grid article{min-height:180px;border:1px solid #dbe7f6;border-radius:8px;padding:24px;position:relative}.quote-grid svg{width:34px;height:34px;color:#3b6ba7}.quote-grid b{display:block;margin:8px 0}.quote-grid p{color:var(--muted);line-height:1.6}.quote-grid span{display:block;text-align:right;color:#7c8ba1;font-size:12px}.reviews{padding-top:55px;padding-bottom:55px}.reviews>div{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.reviews a{height:100px;border:1px solid #dbe7f7;border-radius:8px;display:grid;place-items:center;box-shadow:0 10px 25px rgba(18,62,124,.06)}.reviews b{font-size:20px}.reviews span{color:#14b86e}.cta{background:#086af7;color:#fff;padding:35px 0}.cta>.shell{display:flex;align-items:center;justify-content:space-between}.cta h2{margin:0;font-size:27px}.cta p{margin-bottom:0;opacity:.85}.button.white{background:#fff;color:var(--blue)!important}.button.outline-white{background:transparent;border:1px solid #fff}.cta .actions{margin:0}.prototype-footer{background:#031b40;color:#fff;padding:45px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:38px}.footer-grid img{width:165px}.footer-grid p{opacity:.7}.footer-grid b,.footer-grid a{display:block;margin-bottom:12px}.footer-grid a{opacity:.7}.copyright{border-top:1px solid rgba(255,255,255,.12);padding-top:20px;margin-top:30px;opacity:.6}.reveal{opacity:0;transform:translateY(18px)}.reveal.is-visible{opacity:1;transform:none;transition:opacity .55s ease,transform .55s ease}@media(max-width:900px){.site-header nav{display:none}.hero{grid-template-columns:1fr;gap:32px}.hero-benefits{grid-template-columns:repeat(3,1fr);border:0;padding:0}.workspace-wrap{padding-left:70px}.workspace{grid-template-columns:160px 1fr}.capability-row,.value-strip .shell,.steps{grid-template-columns:repeat(2,1fr);gap:25px}.feature{grid-template-columns:1fr}.feature.reverse .feature-copy{order:0}.solution-grid{grid-template-columns:repeat(2,1fr)}.quote-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.shell{padding-left:18px;padding-right:18px}.site-header{padding:0 18px}.brand img{width:130px}.header-actions>a:not(.button){display:none}.hero{padding-top:38px}.hero h1{font-size:36px}.hero-benefits{grid-template-columns:1fr}.workspace-wrap{padding-left:18px}.process-rail{display:none}.workspace{height:auto;grid-template-columns:1fr}.app-nav{display:none}.app-main{padding:15px}.app-toolbar>div{display:none}.app-toolbar label{width:100%}.tr{grid-template-columns:1.5fr 1fr 1fr}.tr span:nth-child(2),.tr span:nth-child(3),.tr span:nth-child(4){display:none}.route-line{left:18px}.capability-row,.value-strip .shell,.solution-grid,.quote-grid,.reviews>div,.footer-grid{grid-template-columns:1fr}.capability-row article{border-right:0;border-bottom:1px solid var(--line);padding:18px}.feature{padding:30px 0;gap:25px}.feature-copy{padding-left:0;padding-top:72px}.feature-icon{top:0}.steps{grid-template-columns:1fr}.steps article:not(:last-child):after{display:none}.cta>.shell{display:block}.cta .actions{margin-top:24px}.footer-grid{gap:18px}.header-actions .button.ghost{display:none}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal{opacity:1;transform:none}.button{transition:none}}

.web4-home-redesign main {
  font-family: Arial, "Helvetica Neue", "Microsoft YaHei", "PingFang SC", sans-serif;
  padding-top: 94px;
  overflow-x: clip;
}

.web4-home-redesign main .hero .eyebrow {
  margin: 0 0 18px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 28px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.web4-home-redesign main .app-toolbar label {
  font-size: 14px !important;
  line-height: 21px !important;
  font-weight: 400;
}

.web4-home-redesign main .hero {
  position: relative;
  isolation: isolate;
  overflow: visible;
  padding-top: 32px;
  background: none;
}

.web4-home-redesign main .hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: var(--hero-visual-height, 680px);
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 16% 24%, rgba(52, 133, 255, .07), transparent 31%),
    radial-gradient(circle at 82% 34%, rgba(32, 180, 210, .055), transparent 28%);
  pointer-events: none;
  z-index: 0;
}

.web4-home-redesign main .hero > :not(.hero-particles) {
  position: relative;
  z-index: 2;
}

.web4-home-redesign main .hero-particles {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
  opacity: .88;
}



.web4-home-redesign main header.section-title {
  display: block !important;
  width: 100% !important;
  max-width: 920px;
  min-height: 0 !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  text-align: center !important;
}

.web4-home-redesign main header.section-title > .section-kicker,
.web4-home-redesign main header.section-title > h2,
.web4-home-redesign main header.section-title > p {
  width: auto;
}

.web4-home-redesign main .cta h2,
.web4-home-redesign main .cta p {
  color: #fff;
}

.web4-home-redesign main .cta .button.white {
  color: #0867f5 !important;
}

.web4-home-redesign main .cta .button.outline-white {
  color: #fff !important;
}

.web4-home-redesign main .call-action .button {
  min-height: 0;
  padding: 0;
  display: block;
  color: inherit !important;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.web4-home-redesign main .call-action {
  padding: 0 !important;
  background: linear-gradient(135deg, #f7fbff 0%, #fefefe 52%, #e5effe 100%) !important;
}

.web4-home-redesign main .call-action::before,
.web4-home-redesign main .call-action::after {
  display: block !important;
}

.web4-home-redesign main .call-action .inner-content {
  min-height: 0;
  padding: 80px 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.web4-home-redesign main .call-action .text h2 {
  margin: 0;
  color: #010e27 !important;
  font-size: 28px;
  line-height: 42px;
}

.web4-home-redesign main .call-action .text h2 span {
  color: #005ff9 !important;
}

.web4-home-redesign main .call-action .text p {
  display: block;
  margin: 10px 0 0;
  color: #63738d !important;
}

.web4-home-redesign main .call-action .btn {
  min-width: 126px;
  min-height: 44px;
  padding: 14px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: #3157ff !important;
  border: 0 !important;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(49, 87, 255, .18);
}

@media (max-width: 767px) {
  .web4-home-redesign main .call-action { padding: 0 !important; }
  .web4-home-redesign main .call-action .inner-content { padding: 50px 0 !important; }
  .web4-home-redesign main .call-action .text h2 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .web4-home-redesign main .hero-particles { opacity: .58; }
}



.web4-home-redesign main .process-rail span {
  width: 100%;
  padding: 0 3px;
  text-align: center;
  font-size: 13px;
  line-height: 1.15;
  overflow-wrap: anywhere;
  word-break: normal;
}

html[lang^="ja"] .web4-home-redesign main .process-rail span {
  font-size: 12px;
}

html[lang^="ru"] .web4-home-redesign main .process-rail span {
  font-size: 10px;
  white-space: nowrap;
}

.web4-home-redesign main .steps-band h2,
.web4-home-redesign main .steps-band h3,
.web4-home-redesign main .steps-band p {
  color: #fff;
}

.web4-home-redesign main .steps-band article > b {
  color: #0867f5;
}

.web4-home-redesign main .capability-row article,
.web4-home-redesign main .value-strip article {
  padding-right: 24px;
  padding-left: 24px;
}

.web4-home-redesign main .capability-row article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
}

.web4-home-redesign main .capability-row svg {
  width: 42px;
  height: 42px;
}

.web4-home-redesign main .capability-row b {
  font-size: 16px;
  line-height: 1.35;
}

.web4-home-redesign main .capability-row span,
.web4-home-redesign main .value-strip span {
  white-space: nowrap;
}

.web4-home-redesign main .value-strip article {
  grid-template-columns: 36px minmax(0, 1fr);
  column-gap: 14px;
}

.web4-home-redesign main .value-strip svg {
  width: 32px;
  height: 32px;
}

.capability-hub {
  padding: 58px 0 64px;
  background: #f4f8ff;
  border-top: 1px solid #e5eefb;
  border-bottom: 1px solid #e5eefb;
}

.capability-hub .section-title { margin-bottom: 32px; }
.capability-hub .section-title p { margin: 12px 0 0; }
.capability-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: #0867f5;
  font-size: 12px;
  font-weight: 700;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: #0867f5;
  font-size: 12px;
  font-weight: 700;
}

.web4-home-redesign main .section-title > .section-kicker {
  color: #0867f5;
}

.web4-home-redesign main .section-title > p {
  max-width: 720px;
  margin: 12px auto 0;
  color: #63738d;
  line-height: 1.65;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.capability-grid article {
  position: relative;
  min-height: 180px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #d9e6f7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(21, 66, 126, 0.06);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.capability-grid article::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #0867f5, #60a5fa);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.capability-grid article:hover {
  transform: translateY(-4px);
  border-color: #a9c9f5;
  box-shadow: 0 18px 38px rgba(21, 66, 126, 0.12);
}
.capability-grid article:hover::after { transform: scaleX(1); }

.capability-grid article > svg {
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 8px;
  color: #0867f5;
  background: #eaf2ff;
  stroke-width: 1.8;
}

.capability-number {
  position: absolute;
  top: 20px;
  right: 22px;
  color: #c3d5ec;
  font-size: 13px;
  font-weight: 700;
}

.capability-grid h3 { margin: 20px 0 8px; font-size: 17px; }
.capability-grid p { margin: 0; color: #63738d; font-size: 13px; line-height: 1.65; }

@media (max-width: 991px) {
  .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 575px) {
  .capability-hub { padding: 44px 0 48px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article { min-height: 164px; }
}

@media (prefers-reduced-motion: reduce) {
  .capability-grid article,
  .capability-grid article::after { transition: none !important; }
}

.capability-map {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.capability-lane {
  position: relative;
  display: grid;
  gap: 12px;
  z-index: 2;
}

.lane-label {
  margin-bottom: 2px;
  color: #55708f;
  font-size: 12px;
  font-weight: 700;
}
.capability-lane-right .lane-label { text-align: right; }

.capability-lane article {
  position: relative;
  min-height: 86px;
  display: grid;
  grid-template-columns: 32px 46px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 13px 18px;
  border: 1px solid #dce8f8;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.capability-lane article::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 25px;
  height: 1px;
  background: #8bbcff;
}
.capability-lane article::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #0867f5;
  box-shadow: 0 0 0 1px #8bbcff;
  z-index: 4;
}
.capability-lane-left article::after { right: -25px; }
.capability-lane-left article::before { right: -30px; }
.capability-lane-right article::after { left: -25px; }
.capability-lane-right article::before { left: -30px; }

.capability-lane article:hover {
  transform: translateY(-2px);
  border-color: #9fc4f7;
  box-shadow: 0 12px 28px rgba(21, 66, 126, 0.1);
}
.capability-lane article > svg {
  width: 42px;
  height: 42px;
  padding: 9px;
  border-radius: 8px;
  color: #0867f5;
  background: #eaf2ff;
}
.capability-lane .capability-number {
  position: static;
  color: #a8bfdb;
  font-size: 11px;
}
.capability-lane h3 { margin: 0 0 5px; font-size: 15px; }
.capability-lane p { margin: 0; color: #667891; font-size: 12px; line-height: 1.5; }

.capability-core {
  position: relative;
  z-index: 1;
  min-height: 366px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px 24px;
  text-align: center;
  color: #fff;
  border: 1px solid #164983;
  border-radius: 8px;
  background: #062852;
  box-shadow: 0 22px 48px rgba(3, 36, 82, 0.2);
}
.capability-core::before,
.capability-core::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 1px;
  background: #8bbcff;
}
.capability-core::before { left: -24px; }
.capability-core::after { right: -24px; }
.capability-core img { width: 190px; max-width: 100%; height: auto; }
.capability-core h3 { margin: 24px 0 8px; color: #fff; font-size: 22px; }
.capability-core p { margin: 0; color: #c4d7ef; font-size: 12px; line-height: 1.6; }
.capability-core > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin-top: 22px; }
.capability-core > div span { padding: 5px 8px; border: 1px solid rgba(173, 208, 255, 0.3); border-radius: 4px; color: #d8e8fb; font-size: 10px; }

@media (max-width: 991px) {
  .capability-map { grid-template-columns: 1fr 1fr; gap: 20px; }
  .capability-core { grid-column: 1 / -1; grid-row: 1; min-height: 220px; }
  .capability-core::before, .capability-core::after,
  .capability-lane article::before, .capability-lane article::after { display: none; }
  .capability-lane-right .lane-label { text-align: left; }
}

@media (max-width: 620px) {
  .web4-home-redesign main header.section-title {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .capability-map { grid-template-columns: 1fr; }
  .capability-core, .capability-lane { grid-column: auto; }
  .capability-lane article { grid-template-columns: 28px 42px minmax(0, 1fr); padding: 12px 14px; }
  .capability-core { min-height: 210px; }
}

@media (prefers-reduced-motion: reduce) {
  .capability-lane article { transition: none !important; }
}

.web4-home-redesign main .section-title h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.web4-home-redesign main .section-title h2::before,
.web4-home-redesign main .section-title h2::after {
  content: "";
  width: 34px;
  height: 2px;
  flex: 0 0 34px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(8, 103, 245, 0), #0867f5);
}

.web4-home-redesign main .section-title h2::after {
  background: linear-gradient(90deg, #0867f5, rgba(8, 103, 245, 0));
}

@media (max-width: 900px) {
  .web4-home-redesign main .capability-row span,
  .web4-home-redesign main .value-strip span {
    white-space: normal;
  }
}



@media (min-width: 992px) {
  .web4-home-redesign .navbar-nav .nav-item > .sub-menu {
    pointer-events: none;
    transition: none;
  }

  .web4-home-redesign .navbar-nav .nav-item:hover > .sub-menu,
  .web4-home-redesign .navbar-nav .nav-item > .sub-menu.show {
    pointer-events: auto;
  }
}

@media (max-width: 620px) {
  .web4-home-redesign main .section-title h2 { gap: 10px; }
  .web4-home-redesign main .section-title h2::before,
  .web4-home-redesign main .section-title h2::after {
    width: 20px;
    flex-basis: 20px;
  }
}

.reviews a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--ink);
  text-decoration: none;
  background: #fff;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.web4-home-redesign main .reviews,
.web4-home-redesign main .faq-section {
  position: relative;
}

.web4-home-redesign main .reviews::before,
.web4-home-redesign main .faq-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  background: #dce8f8;
  transform: translateX(-50%);
}

.web4-home-redesign main .faq-section {
  padding-top: 52px;
}

.reviews a:hover {
  transform: translateY(-3px);
  border-color: #a9c8f5;
  box-shadow: 0 15px 34px rgba(18, 62, 124, .12);
}

.review-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #10284d !important;
}

.review-brand b { color: #10284d !important; }

.reviews a {
  height: 132px;
  flex-direction: column;
  gap: 12px;
}

.review-score {
  display: grid;
  grid-template-columns: auto auto;
  gap: 5px 10px;
  align-items: center;
  justify-content: center;
  color: #17345f !important;
}

.rating-stars {
  display: inline-flex;
  gap: 3px;
  color: #fff !important;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
}

.rating-stars i {
  width: 17px;
  height: 17px;
  display: inline-grid;
  place-items: center;
  border-radius: 1px;
  background: #00b67a;
  color: #fff;
  font-style: normal;
}

.rating-stars i.partial {
  background: linear-gradient(90deg, #00b67a var(--rating-fill), #d9eee7 var(--rating-fill));
}

.review-score > b { font-size: 14px; color: #132c50; }
.review-score small { grid-column: 1 / -1; text-align: center; color: #667891; font-size: 10px; }

.review-brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.review-brand b { font-size: 20px; }



.web4-home-redesign main .reviews {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  align-items: center;
  gap: 48px;
  padding-top: 82px;
  padding-bottom: 28px;
}

.web4-home-redesign main .reviews > .section-title {
  width: 100%;
  max-width: 430px;
  margin: 0;
  text-align: left;
}

.web4-home-redesign main .reviews > .section-title .section-kicker {
  display: block;
  margin-bottom: 16px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.web4-home-redesign main .reviews > .section-title h2 {
  display: block;
  width: auto;
  max-width: 500px;
  margin: 0 0 22px;
  font-size: clamp(30px, 2.4vw, 32px);
  line-height: 1.3;
  text-align: left;
}

.web4-home-redesign main .reviews > .section-title h2::before,
.web4-home-redesign main .reviews > .section-title h2::after {
  display: none;
}

.web4-home-redesign main .reviews > .section-title p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}

.web4-home-redesign main .reviews > div:not(.official-review-badges) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.web4-home-redesign main .reviews > div:not(.official-review-badges) > a {
  min-height: 190px;
  height: auto;
  align-items: flex-start;
  justify-content: center;
  gap: 18px;
  padding: 24px 18px;
  border-color: #eee2da;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(32, 60, 104, .08);
}

.web4-home-redesign main .reviews > div:not(.official-review-badges) > a:first-child {
  grid-column: auto;
  min-height: 190px;
}

.web4-home-redesign main .reviews .review-brand {
  width: 100%;
  justify-content: flex-start;
}

.web4-home-redesign main .reviews .review-score {
  justify-content: start;
}

.web4-home-redesign main .reviews .review-score small {
  text-align: left;
}



.web4-home-redesign main > .official-review-badges {
  min-height: 150px;
  margin-bottom: 54px;
  padding: 28px 48px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 40px;
  flex-wrap: wrap;
  background: #fff;
  border-top: 1px solid #dce8f8;
  border-bottom: 1px solid #dce8f8;
}

.web4-home-redesign main > .official-review-badges .sf-root {
  transform-origin: center;
}

.web4-home-redesign main > .official-review-badges .sf-root[data-variant-id="sf"] {
  transform: scale(.98);
}

.web4-home-redesign main > .official-review-badges .sf-root[data-variant-id="tbs"] {
  transform: scale(1.18);
}

@media (max-width: 1023px) {
  .web4-home-redesign main .reviews {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-top: 68px;
    padding-bottom: 32px;
  }

  .web4-home-redesign main .reviews > .section-title {
    max-width: 680px;
  }

  .web4-home-redesign main .reviews > .section-title h2,
  .web4-home-redesign main .reviews > .section-title p {
    max-width: 680px;
  }
}

@media (max-width: 620px) {
  .web4-home-redesign main .reviews {
    gap: 30px;
    padding-top: 54px;
    padding-bottom: 24px;
  }

  .web4-home-redesign main .reviews > div:not(.official-review-badges) {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .web4-home-redesign main .reviews > div:not(.official-review-badges) > a,
  .web4-home-redesign main .reviews > div:not(.official-review-badges) > a:first-child {
    grid-column: auto;
    min-height: 150px;
    padding: 24px;
  }

  .web4-home-redesign main .reviews > .section-title h2 {
    font-size: 30px;
  }

  .web4-home-redesign main > .official-review-badges {
    min-height: 0;
    margin-bottom: 40px;
    padding: 28px 20px;
    gap: 28px 48px;
  }
}

.review-arrow {
  position: absolute;
  right: 20px;
  color: var(--blue) !important;
  font-size: 18px;
}

.solution-grid .logos {
  height: auto;
  min-height: 76px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  align-content: end;
}

.platform {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #17345f;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.platform img {
  width: 26px !important;
  height: 26px !important;
  object-fit: contain;
  flex: 0 0 26px;
}



.web4-home-redesign main .workspace .app-nav > img {
  display: block;
  width: min(150px, 100%);
  height: auto;
  aspect-ratio: 752 / 120;
  object-fit: contain;
  flex: 0 0 auto;
  margin: 0 auto 17px;
}

.solution-grid h3 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.scenario-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: #0b4b91;
  background: #e8f2ff;
  flex: 0 0 38px;
}

.scenario-icon svg { width: 23px; height: 23px; }
.scenario-icon.violet { color: #fff; background: #7457f5; }
.scenario-icon.blue { color: #fff; background: #2f70ef; border-radius: 9px; }
.scenario-icon.cyan { color: #087eb2; background: #def7ff; }
.scenario-icon.navy { color: #fff; background: #092653; }
.scenario-icon.dark { color: #fff; background: #101821; }

@media (max-width: 620px) {
  .solution-grid .logos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .platform { font-size: 12px; }
}

@media (max-width: 991px) {
  .web4-home-redesign main { padding-top: 102px; }
  .web4-home-redesign main .hero { padding-top: 28px; }
}

.ai-workflow-band {
  background: #032452;
  color: #fff;
  padding: 34px 0;
  overflow: hidden;
}

.ai-workflow-inner {
  display: grid;
  grid-template-columns: minmax(330px, .9fr) minmax(550px, 1.35fr);
  gap: 50px;
  align-items: center;
}

.ai-task-card > p {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 700;
}

.ai-task-body {
  min-height: 78px;
  border: 1px solid rgba(157, 192, 242, .55);
  border-radius: 8px;
  padding: 16px;
  display: grid;
  grid-template-columns: 28px 1fr 24px;
  gap: 11px;
  align-items: start;
  background: rgba(255, 255, 255, .04);
  line-height: 1.55;
}

.ai-task-body > svg { width: 24px; color: #9bc8ff; }
.ai-task-body button { border: 0; background: none; color: #91a9ca; padding: 0; }
.ai-task-body button svg { width: 20px; }
.ai-task-status { display: flex; align-items: center; gap: 9px; color: #50dfa1; margin-top: 13px; }
.ai-task-status svg { width: 22px; }

.ai-flow-nodes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.ai-flow-nodes article {
  min-height: 158px;
  border: 1px solid rgba(163, 197, 247, .62);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 14px 10px 24px;
  background: rgba(255, 255, 255, .035);
  text-align: center;
}

.ai-flow-nodes article:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 34px;
  right: -35px;
  top: 50%;
  border-top: 2px dotted #85aadd;
  animation: workflowPulse 1.8s ease-in-out infinite;
}

.ai-flow-nodes article > span {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #0867f5;
  box-shadow: 0 7px 18px rgba(0, 103, 255, .35);
}

.ai-flow-nodes article > span svg { width: 24px; }
.ai-flow-nodes b {
  width: 100%;
  min-height: 34px;
  margin-top: 9px;
  display: grid;
  place-items: center;
  font-size: 13px;
  line-height: 1.25;
}
.ai-flow-nodes small {
  width: 100%;
  min-height: 28px;
  margin-top: 3px;
  color: #9ab0cf;
  font-size: 10px;
  line-height: 1.35;
}
.ai-flow-nodes em { position: absolute; width: 24px; height: 24px; bottom: -13px; border-radius: 50%; background: #36c985; display: grid; place-items: center; box-shadow: 0 0 0 4px #032452; }
.ai-flow-nodes em svg { width: 14px; }

@keyframes workflowPulse {
  0%,100% { opacity: .35; }
  50% { opacity: 1; }
}

@media (max-width: 900px) {
  .ai-workflow-inner { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .ai-workflow-band { padding: 28px 0; }
  .ai-flow-nodes { grid-template-columns: repeat(2, 1fr); gap: 28px 18px; }
  .ai-flow-nodes article:not(:last-child)::after { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .ai-flow-nodes article:not(:last-child)::after { animation: none; opacity: .7; }
}

.steps-band {
  background: linear-gradient(100deg, #0877ff 0%, #0564f4 52%, #0758e7 100%);
  scroll-margin-top: 96px;
  padding: 34px 0 40px;
  overflow: hidden;
}

.steps-band h2 {
  margin-bottom: 28px;
  font-size: 25px;
}

.steps {
  position: relative;
  gap: 28px;
}

.steps::before {
  content: "";
  position: absolute;
  top: 23px;
  right: 12.5%;
  left: 12.5%;
  border-top: 2px dashed rgba(255, 255, 255, .72);
  transform-origin: left center;
}

.steps-motion-ready .steps::before {
  transform: scaleX(0);
  opacity: 0;
}

.steps-motion-ready.is-timeline-visible .steps::before {
  transform: scaleX(1);
  opacity: 1;
  transition: transform 680ms cubic-bezier(.22,1,.36,1) 120ms, opacity 180ms ease 120ms;
}

.steps article {
  min-height: 132px;
  padding: 0 12px;
  text-align: center;
}

.steps article > b {
  position: relative;
  top: auto;
  left: auto;
  width: 46px;
  height: 46px;
  margin: 0 auto 16px;
  color: #0867f5;
  background: #fff;
  box-shadow: 0 0 0 6px rgba(8, 103, 245, .28);
  z-index: 2;
}

.steps h3 {
  min-height: auto;
  margin: 0 0 8px;
  display: block;
  font-size: 17px;
  text-align: center;
}

.steps p {
  max-width: 230px;
  min-height: 0;
  margin: 0;
  margin-inline: auto;
  line-height: 1.65;
  text-align: center;
}

.steps article:not(:last-child)::after { display: none; }

@media (max-width: 900px) {
  .steps::before { display: none; }
  .steps article { min-height: 120px; }
}

@media (max-width: 620px) {
  .steps-band { scroll-margin-top: 82px; }
  .steps { gap: 22px; }
  .steps article { min-height: 0; padding: 0 10px 20px; }
  .steps article > b { margin-bottom: 12px; }
  .steps p { max-width: 290px; }
}

@media (prefers-reduced-motion: reduce) {
  .steps-motion-ready .steps::before {
    transform: none;
    opacity: 1;
    transition: none;
  }
}

.outcome-grid {
  display: grid;
  grid-template-columns: minmax(340px, .9fr) minmax(0, 1.52fr);
  grid-template-rows: repeat(3, minmax(0, auto));
  gap: 10px 18px;
  align-items: stretch;
}

.web4-home-redesign main .proof {
  padding-bottom: 52px;
}

.outcome-grid article {
  border: 1px solid #dbe7f6;
  border-radius: 8px;
  background: #fff;
  padding: 22px 24px;
}

.outcome-quote { position: relative; grid-column: 2; grid-row: 1 / 4; padding: 34px 42px 58px !important; background: linear-gradient(145deg, #f8fbff, #fff) !important; }
.outcome-quote > svg { position: absolute; top: 24px; right: 30px; width: 54px; height: 54px; color: #d8e7fb; }
.outcome-quote p { max-width: 680px; margin: 0; color: #314966; font-size: 17px; font-weight: 400; line-height: 1.75; text-align: left; }
.outcome-quote span { display: block; margin-top: 22px; padding-top: 18px; border-top: 1px solid #e2ebf7; text-align: left; color: #74869d; font-size: 12px; }
.feedback-carousel { display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.feedback-viewport { display: grid; width: 100%; }
.feedback-slide { position: relative; grid-area: 1 / 1; display: flex; flex-direction: column; gap: 12px; opacity: 0; visibility: hidden; pointer-events: none; transform: translateX(14px); transition: opacity 260ms ease, transform 260ms ease, visibility 260ms; }
.feedback-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(0); }
.feedback-slide span { margin-top: auto; }
.feedback-slide span strong { color: #243a58; font-weight: 700; }
.feedback-controls { position: absolute; right: 30px; bottom: 16px; left: 42px; display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.feedback-arrow { width: 30px; height: 30px; padding: 0; display: inline-grid; place-items: center; border: 1px solid #cfe0f7; border-radius: 50%; background: #fff; color: #0867f5; cursor: pointer; transition: border-color 180ms ease, background-color 180ms ease; }
.feedback-arrow:hover, .feedback-arrow:focus-visible { border-color: #0867f5; background: #eef5ff; outline: none; }
.feedback-arrow svg { width: 15px; height: 15px; }
.feedback-dots { display: flex; align-items: center; gap: 6px; }
.feedback-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #c8d8ec; cursor: pointer; transition: width 180ms ease, border-radius 180ms ease, background-color 180ms ease; }
.feedback-dot.is-active { width: 20px; border-radius: 5px; background: #0867f5; }
.feedback-dot:focus-visible { outline: 2px solid #0867f5; outline-offset: 3px; }
.outcome-stat { grid-column: 1; display: grid; grid-template-columns: 96px minmax(0, 1fr); align-items: center; gap: 18px; text-align: left; }
.outcome-grid > .outcome-stat:nth-child(2) { border-left: 3px solid #0867f5; }
.outcome-stat strong { color: #0867f5; font-size: 26px; font-variant-numeric: tabular-nums; }
.outcome-stat b { display: block; margin: 0; font-size: 14px; }
.outcome-stat p { grid-column: 2; margin: -10px 0 0; color: #74849a; font-size: 11px; line-height: 1.55; }

.faq-section { padding-bottom: 52px; }
.faq-section .section-title { margin-bottom: 22px; }
.faq-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; align-items: start; }
.faq-grid details { border: 1px solid #dce7f6; border-radius: 7px; background: #fff; overflow: hidden; }
.faq-grid summary { min-height: 54px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #17345d; font-weight: 700; font-size: 12px; cursor: pointer; list-style: none; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary svg { width: 16px; flex: 0 0 16px; color: #446b9e; transition: transform .2s ease; }
.faq-grid details[open] summary svg { transform: rotate(180deg); }
.faq-grid details p { margin: 0; padding: 0 15px 16px; color: #667891; font-size: 11px; line-height: 1.65; }

@media (max-width: 900px) {
  .outcome-grid { grid-template-columns: 1fr 1fr; }
  .outcome-quote { grid-column: 1 / -1; grid-row: auto; }
  .outcome-stat { grid-column: auto; }
  .outcome-grid > .outcome-stat:last-child { grid-column: 1 / -1; }
  .faq-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .outcome-grid, .faq-grid { grid-template-columns: 1fr; }
  .outcome-quote { grid-column: auto; display: block; padding: 28px 24px 58px !important; }
  .outcome-quote > svg { top: 20px; right: 20px; width: 44px; height: 44px; }
  .outcome-quote p { padding-right: 24px; font-size: 16px; }
  .outcome-stat, .outcome-grid > .outcome-stat:last-child { grid-column: auto; }
  .outcome-stat { grid-template-columns: 86px minmax(0, 1fr); }
  .feedback-controls { right: 20px; left: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .feedback-slide, .feedback-arrow, .feedback-dot { transition: none !important; }
}

.profile-ui {
  grid-template-columns: 150px 1fr;
  gap: 18px;
}

.mini-menu {
  background: #f4f8fe;
  border-radius: 6px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mini-menu span {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px;
  color: #687b96;
  border-radius: 4px;
  font-size: 11px;
}

.mini-menu span.active { color: #0867f5; background: #e5efff; font-weight: 700; }
.mini-menu svg { width: 15px; height: 15px; }
.mini-form b { display: block; margin-bottom: 12px; }
.mini-form label { display: flex; justify-content: space-between; gap: 18px; border-bottom: 1px solid #e8eff8; padding: 10px 0; color: #657790; font-size: 11px; }
.mini-form label span { max-width: 64%; color: #061b3d; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.mini-ui-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.mini-ui-head label {
  height: 32px;
  border: 1px solid #dce7f5;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  color: #8a99ae;
  font-size: 10px;
  font-weight: 400;
}

.web4-home-redesign main .profile-ui label { font-weight: 400; }

.mini-ui-head label svg { width: 13px; }
.mini-ui-head button { border: 0; border-radius: 4px; background: #0867f5; color: #fff; height: 32px; padding: 0 12px; font-size: 10px; font-weight: 700; }
.mini-data { border: 1px solid #e0e9f5; border-radius: 5px; overflow: hidden; }
.mini-data-row { min-height: 36px; display: grid; grid-template-columns: 1.25fr .65fr 1fr .5fr .45fr; align-items: center; gap: 8px; padding: 0 12px; border-bottom: 1px solid #edf2f8; font-size: 9px; color: #4e617b; }
.mini-data-row:last-child { border-bottom: 0; }
.mini-data-row.head { background: #f5f8fd; color: #334763; font-weight: 700; }
.mini-data-row em { color: #0fb96b; font-style: normal; }

.flow-ui { display: block; }
.flow-title { display: flex; justify-content: space-between; margin-bottom: 30px; }
.flow-title span { color: #6f8198; font-size: 10px; }
.flow-canvas { display: flex; align-items: center; justify-content: center; gap: 10px; }
.flow-canvas > span, .flow-canvas .branch span { min-width: 82px; min-height: 56px; border: 1px solid #8ab7ff; border-radius: 5px; padding: 10px; background: #fff; font-size: 10px; font-weight: 700; display: flex; flex-direction: column; justify-content: center; }
.flow-canvas small { display: block; color: #73849b; font-size: 7px; font-weight: 400; margin-top: 4px; }
.flow-canvas > i { width: 28px; height: 2px; background: #0867f5; }
.flow-canvas .branch { display: grid; gap: 8px; }

.team-ui { display: block; }
.team-ui .mini-ui-head { grid-template-columns: auto 1fr auto; }
.mini-data-row.team { grid-template-columns: 1.45fr .65fr .8fr .5fr; }
.person { display: flex; align-items: center; gap: 7px; }
.person i { width: 20px; height: 20px; border-radius: 50%; background: #e7f0ff; color: #0867f5; display: inline-grid; place-items: center; font-style: normal; font-weight: 700; }
.mini-data-row.team small { color: #8a99ad; }

@media (max-width: 620px) {
  .profile-ui { grid-template-columns: 100px 1fr; }
  .flow-canvas { transform: scale(.82); transform-origin: center; }
  .mini-data-row { font-size: 8px; padding: 0 7px; }
}








.web4-scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.web4-scenario-card {
  min-width: 0;
  min-height: 218px;
  padding: 24px;
  border: 1px solid #dce8f7;
  border-radius: 8px;
  background: #fff;
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.web4-scenario-card:hover,
.web4-scenario-card:focus-within {
  border-color: #b9d2fb;
  box-shadow: 0 16px 34px rgba(18, 62, 124, .09);
  transform: translateY(-3px);
}

.web4-scenario-card h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 10px;
  color: #071b3f;
  font-size: 19px;
  line-height: 1.35;
}

.web4-scenario-card h3 a {
  color: inherit;
  text-decoration: none;
}

.web4-scenario-card > p {
  min-height: 45px;
  margin: 0 0 14px;
  color: #63738d;
  font-size: 14px;
  line-height: 1.65;
}

.web4-scenario-icon {
  display: inline-grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #0b4b91;
  background: #e8f2ff;
}

.web4-scenario-icon svg { width: 23px; height: 23px; }
.web4-scenario-icon.violet { color: #fff; background: #7457f5; }
.web4-scenario-icon.blue { color: #fff; background: #2f70ef; border-radius: 9px; }
.web4-scenario-icon.cyan { color: #087eb2; background: #def7ff; }
.web4-scenario-icon.navy { color: #fff; background: #092653; }
.web4-scenario-icon.dark { color: #fff; background: #101821; }
.web4-scenario-icon.green { color: #087c5a; background: #e3f8ef; }
.web4-scenario-icon.orange { color: #ad4c08; background: #fff0df; }

.web4-scenario-platforms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 8px 18px;
  margin: 0;
}

.web4-scenario-platform {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  color: #17345f;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

a.web4-scenario-platform:hover { color: #0867f5; }

.web4-scenario-platform img {
  flex: 0 0 26px;
  width: 26px !important;
  height: 26px !important;
  object-fit: contain;
}

.web4-scenario-more {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 14px;
  color: #0867f5;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.web4-scenario-more::after { content: "\2192"; }

.web4-scenario-section-link {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.web4-scenario-section-link a {
  min-height: 42px;
  padding: 0 24px;
  border: 1px solid #0867f5;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  color: #0867f5;
  font-weight: 700;
  text-decoration: none;
}

.web4-scenario-section-link a:hover { color: #fff; background: #0867f5; }

.web4-template-solutions-index .web4-scenario-card { height: 100%; }
.web4-template-solutions-index .web4-scenario-card > p { min-height: 69px; }

@media (max-width: 991px) {
  .web4-scenario-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 575px) {
  .web4-scenario-grid { grid-template-columns: 1fr; }
  .web4-scenario-card { min-height: 0; padding: 20px; }
  .web4-scenario-card > p,
  .web4-template-solutions-index .web4-scenario-card > p { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .web4-scenario-card { transition: none; }
  .web4-scenario-card:hover,
  .web4-scenario-card:focus-within { transform: none; }
}






.hero-benefits article span { max-width: 245px; }

.capability-hub {
    background: linear-gradient(180deg, #f8faff 0%, #f4f7fc 100%);
}
.identity-pipeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 8px;
}
.identity-pipeline::before {
    content: "";
    position: absolute;
    top: 44px;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, rgba(47,85,255,.16), rgba(47,85,255,.72), rgba(47,85,255,.16));
}
.identity-pipeline-step {
    position: relative;
    z-index: 1;
    min-width: 0;
    padding: 0 10px;
    text-align: center;
    background: transparent;
    border: 0;
    box-shadow: none;
}
.identity-pipeline-step > svg {
    display: block;
    width: 56px;
    height: 56px;
    padding: 14px;
    margin: 0 auto 16px;
    border: 1px solid rgba(47,85,255,.16);
    border-radius: 18px;
    background: #fff;
    color: #2f55ff;
    box-shadow: 0 12px 30px rgba(17,24,39,.08);
}
.identity-pipeline-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 22px;
    margin-bottom: 10px;
    padding: 0 8px;
    border-radius: 999px;
    color: #2f55ff;
    background: #eef3ff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .07em;
}
.identity-pipeline-step h3 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 16px;
    line-height: 1.35;
}
.identity-pipeline-step p {
    margin: 0 auto;
    max-width: 190px;
    color: #667085;
    font-size: 13px;
    line-height: 1.6;
}
.identity-pipeline-result {
    position: relative;
    max-width: 780px;
    margin: 30px auto 0;
    padding: 22px 28px;
    text-align: center;
    border: 1px solid rgba(47,85,255,.18);
    border-radius: 20px;
    background: linear-gradient(135deg, #ffffff 0%, #eef3ff 100%);
    box-shadow: 0 14px 36px rgba(17,24,39,.06);
}
.identity-pipeline-result::before {
    content: "↓";
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    color: #2f55ff;
    font-size: 20px;
    font-weight: 800;
}
.identity-pipeline-result strong {
    display: block;
    margin-bottom: 6px;
    color: #111827;
    font-size: 19px;
}
.identity-pipeline-result p {
    margin: 0;
    color: #667085;
    line-height: 1.6;
}

.ai-workflow-eyebrow {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 6px 11px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    color: rgba(255,255,255,.82);
    background: rgba(255,255,255,.08);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.ai-workflow-bridge {
    max-width: 620px;
    margin: -2px 0 18px;
    color: rgba(255,255,255,.76);
    font-size: 14px;
    line-height: 1.65;
}

.technical-facts {
    margin-top: 0;
    padding-top: 82px;
    padding-bottom: 82px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
}
.evidence-platforms {
    margin-top: 44px;
    padding-top: 38px;
    border-top: 1px solid rgba(17,24,39,.08);
}
.evidence-platforms-head {
    max-width: 720px;
    margin: 0 auto 26px;
    text-align: center;
}
.evidence-platforms-head h3 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 24px;
}
.evidence-platforms-head p {
    margin: 0;
    color: #667085;
    line-height: 1.65;
}
.evidence-review-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
    margin-top: 0 !important;
}
.evidence-review-grid > a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-width: 0;
    min-height: 88px;
    padding: 18px 20px !important;
    border: 1px solid rgba(17,24,39,.08) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 10px 28px rgba(17,24,39,.05) !important;
    text-decoration: none !important;
}
.evidence-review-grid > a:hover,
.evidence-review-grid > a:focus {
    border-color: rgba(47,85,255,.28) !important;
    box-shadow: 0 14px 34px rgba(47,85,255,.09) !important;
}
.evidence-review-grid .review-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}
.evidence-review-grid .review-brand b {
    color: #111827;
    font-size: 15px;
    white-space: normal;
}
.review-directory-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    color: #2f55ff;
    background: #eef3ff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .03em;
}
.evidence-review-grid .review-profile-link {
    flex: 0 0 auto;
    color: #667085;
}

.faq-section .faq-grid {
    display: block !important;
    max-width: 900px;
    margin: 0 auto;
}
.faq-section .faq-grid details {
    width: 100% !important;
    margin: 0 0 12px !important;
}
.faq-section .faq-grid details:last-child { margin-bottom: 0 !important; }

.call-action .button { gap: 10px; }
.call-action .button .btn-alt { white-space: nowrap; }

@media (max-width: 1199px) {
    .identity-pipeline { gap: 12px; }
    .identity-pipeline-step { padding: 0 6px; }
    .identity-pipeline-step h3 { font-size: 15px; }
}
@media (max-width: 991px) {
    .identity-pipeline {
        grid-template-columns: repeat(2, minmax(0,1fr));
        gap: 14px;
    }
    .identity-pipeline::before { display: none; }
    .identity-pipeline-step,
    .identity-pipeline-step:last-of-type {
        grid-column: auto;
        padding: 20px;
        text-align: left;
        border: 1px solid rgba(47,85,255,.14);
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 10px 28px rgba(17,24,39,.05);
    }
    .identity-pipeline-step:last-of-type { grid-column: 1 / -1; }
    .identity-pipeline-step > svg { margin: 0 0 14px; }
    .identity-pipeline-step p { margin: 0; max-width: none; }
    .technical-facts { padding-top: 72px; padding-bottom: 72px; }
    .evidence-review-grid { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
}
@media (max-width: 575px) {
    .identity-pipeline { grid-template-columns: 1fr; }
    .identity-pipeline-step:last-of-type { grid-column: auto; }
    .identity-pipeline-result { margin-top: 22px; padding: 18px 20px; }
    .evidence-platforms { margin-top: 34px; padding-top: 30px; }
    .evidence-review-grid { grid-template-columns: 1fr !important; }
    .evidence-review-grid > a { min-height: 78px; }
    .call-action .button { align-items: stretch; }
    .call-action .button .btn { width: 100%; justify-content: center; }
}



:root {
    --web4-fixed-header-space: 94px;
    --web4-trial-bar-height: 44px;
    --web4-trial-pill-gap: 8px;
    --web4-trial-pill-height: 40px;
    --web4-main-space-with-trial: 146px;
}
body.web4-home-redesign .header.navbar-area,
body.web4-home-redesign .header.navbar-area.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1200 !important;
    overflow: visible !important;
    transition: background-color .3s ease, box-shadow .3s ease !important;
}
body.web4-home-redesign .header > .container {
    margin-top: var(--web4-trial-bar-height);
    transition: margin-top .22s ease;
}
body.web4-home-redesign .header .navbar {
    position: relative;
    z-index: 20;
}
body.web4-home-redesign .header .web4-mega-menu {
    z-index: 30 !important;
}
.web4-trial-announcement {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    margin: 0;
    padding: 0;
    transform: none;
    background: transparent;
    border: 0;
    pointer-events: none;
    transition: top .22s ease, left .22s ease, transform .22s ease;
}
.web4-trial-announcement__inner {
    position: relative;
    width: 100%;
    max-width: none;
    min-height: var(--web4-trial-bar-height);
    padding: 0 54px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 0;
    background: linear-gradient(90deg, #24272d 0%, #3c4048 54%, #5a5f68 100%);
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
    pointer-events: auto;
    transition: max-width .22s ease, min-height .22s ease, padding .22s ease, border-radius .22s ease, background .22s ease, box-shadow .22s ease, font-size .22s ease;
}
.web4-trial-announcement__message {
    color: #fff;
    font-weight: 750;
    white-space: nowrap;
}
.web4-trial-announcement__detail {
    color: rgba(255,255,255,.92);
    font-weight: 500;
    white-space: nowrap;
}
.web4-trial-announcement__link {
    color: #fff !important;
    font-weight: 800;
    text-decoration: none !important;
    white-space: nowrap;
}
.web4-trial-announcement__link::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 1px;
    background: rgba(255,255,255,.72);
    transform: scaleX(.82);
    transform-origin: left center;
    transition: transform .18s ease, opacity .18s ease;
}
.web4-trial-announcement__link:hover::after,
.web4-trial-announcement__link:focus-visible::after {
    transform: scaleX(1);
}
.web4-trial-announcement__link:hover,
.web4-trial-announcement__link:focus-visible {
    color: #fff !important;
    opacity: .92;
    outline: none;
}
.web4-trial-announcement__close {
    position: absolute;
    right: 14px;
    top: 50%;
    width: 34px;
    height: 34px;
    transform: translateY(-50%);
    display: inline-grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: rgba(255,255,255,.82);
    font-size: 19px;
    line-height: 1;
    cursor: pointer;
}
.web4-trial-announcement__close:hover,
.web4-trial-announcement__close:focus-visible {
    background: rgba(255,255,255,.13);
    color: #fff;
    outline: 2px solid rgba(255,255,255,.28);
    outline-offset: 0;
}



.web4-trial-scrolled body.web4-home-redesign .header > .container {
    margin-top: 0;
}
.web4-trial-scrolled .web4-trial-announcement {
    top: calc(100% + var(--web4-trial-pill-gap));
    left: 50%;
    width: max-content;
    max-width: calc(100vw - 32px);
    transform: translateX(-50%);
}
.web4-trial-scrolled .web4-trial-announcement__inner {
    width: fit-content;
    max-width: min(560px, calc(100vw - 32px));
    min-height: var(--web4-trial-pill-height);
    padding: 0 43px 0 17px;
    display: inline-flex;
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 12px;
    background: linear-gradient(90deg, #285cff 0%, #2f55ff 62%, #365df2 100%);
    box-shadow: 0 8px 20px rgba(47,85,255,.15), 0 2px 6px rgba(16,24,40,.06);
    font-size: 13.25px;
}
.web4-trial-scrolled .web4-trial-announcement__detail {
    display: none;
}
.web4-trial-scrolled .web4-trial-announcement__close {
    right: 5px;
    width: 32px;
    height: 32px;
}



html:not(.web4-trial-banner-dismissed) body.web4-home-redesign main {
    padding-top: var(--web4-main-space-with-trial) !important;
}
.web4-trial-banner-dismissed body.web4-home-redesign .header > .container {
    margin-top: 0 !important;
}
.web4-trial-banner-dismissed .web4-trial-announcement {
    display: none !important;
}
.web4-trial-banner-dismissed body.web4-home-redesign main {
    padding-top: var(--web4-fixed-header-space) !important;
}

@media (max-width: 991px) {
    :root {
        --web4-fixed-header-space: 86px;
        --web4-trial-bar-height: 40px;
        --web4-trial-pill-gap: 7px;
        --web4-trial-pill-height: 38px;
        --web4-main-space-with-trial: 134px;
    }
    .web4-trial-announcement__inner {
        min-height: 40px;
        padding: 0 46px 0 14px;
        gap: 7px;
        font-size: 12.75px;
    }
    .web4-trial-announcement__close {
        right: 10px;
        width: 30px;
        height: 30px;
    }
    .web4-trial-scrolled .web4-trial-announcement__inner {
        max-width: min(520px, calc(100vw - 24px));
        min-height: 38px;
        padding: 0 40px 0 14px;
        border-radius: 11px;
        font-size: 12.5px;
    }
    .web4-trial-scrolled .web4-trial-announcement__close {
        right: 4px;
        width: 30px;
        height: 30px;
    }
}
@media (max-width: 767px) {
    .web4-trial-announcement__detail {
        display: none;
    }
    .web4-trial-announcement__inner {
        justify-content: center;
        padding-left: 12px;
        padding-right: 44px;
    }
    .web4-trial-scrolled .web4-trial-announcement {
        max-width: calc(100vw - 24px);
    }
    .web4-trial-scrolled .web4-trial-announcement__inner {
        max-width: calc(100vw - 24px);
    }
}
@media (max-width: 430px) {
    :root {
        --web4-fixed-header-space: 80px;
        --web4-trial-bar-height: 38px;
        --web4-main-space-with-trial: 124px;
    }
    .web4-trial-announcement__message {
        font-size: 0;
    }
    .web4-trial-announcement__message::after {
        content: "Free Trial Applications Open";
        font-size: 12px;
        font-weight: 800;
    }
    .web4-trial-scrolled .web4-trial-announcement__message::after {
        content: "Free Trial Open";
    }
    .web4-trial-announcement__link {
        font-size: 12px;
    }
}





.header .navbar-nav .nav-item > .web4-nav-button-trigger {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 35px 18px 35px 0;
  position: relative;
  text-transform: capitalize;
  cursor: pointer;
}
.header.sticky .navbar-nav .nav-item > .web4-nav-button-trigger,
.web4-home-redesign .header .navbar-nav .nav-item > .web4-nav-button-trigger {
  color: #07132e;
}
.header .navbar-nav .nav-item:hover > .web4-nav-button-trigger,
.header.sticky .navbar-nav .nav-item:hover > .web4-nav-button-trigger {
  color: #005ff9;
}
.header .navbar-nav .nav-item > .web4-nav-button-trigger::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-65%) rotate(45deg);
  transition: transform .2s ease;
}
.header .navbar-nav .nav-item:hover > .web4-nav-button-trigger::after {
  transform: translateY(-25%) rotate(225deg);
}
.web4-nav-mobile-toggle { display: none; }
.navbar-nav .nav-item .web4-mega-menu .web4-mega-aside-actions {
  display: grid;
  gap: 9px;
}
@media (min-width: 992px) {
  .navbar-nav .nav-item > .web4-nav-primary-link {
    padding-right: 0;
  }
  .navbar-nav .nav-item > .web4-nav-primary-link.dd-menu::after {
    right: -18px;
  }
  .navbar-nav .nav-item .web4-mega-menu .web4-mega-aside-actions > a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    padding: 0;
    color: #1264ff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: none;
  }
  .navbar-nav .nav-item .web4-mega-menu .web4-mega-aside-actions > a:hover {
    color: #004bd1;
    background: transparent;
  }
}
@media (max-width: 991px) {
  .navbar-nav .nav-item.web4-nav-has-menu {
    position: relative;
  }
  .navbar-nav .nav-item > .web4-nav-primary-link.dd-menu::after {
    display: none;
  }
  .web4-nav-mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 1px;
    right: 0;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #07132e;
    cursor: pointer;
    z-index: 3;
  }
  .web4-nav-mobile-toggle::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    transition: transform .2s ease;
  }
  .web4-nav-mobile-toggle[aria-expanded="true"]::after {
    transform: rotate(225deg);
  }
  .header .navbar-nav .nav-item > .web4-nav-button-trigger {
    width: 100%;
    padding: 12px 42px 12px 0;
    color: #07132e;
    text-align: left;
    line-height: 1.4;
  }
  .header .navbar-nav .nav-item > .web4-nav-button-trigger::after {
    display: none !important;
    content: none !important;
  }
  .navbar-nav .nav-item .web4-mega-menu .web4-mega-aside-actions {
    display: none;
  }
}



.header .navbar-nav .nav-item > .web4-nav-primary-link.dd-menu::after,
.header .navbar-nav .nav-item > .web4-nav-button-trigger::after {
  display: none !important;
  content: none !important;
}
.header .navbar-nav .nav-item > .web4-nav-primary-link,
.header .navbar-nav .nav-item > .web4-nav-button-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.web4-nav-chevron {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  display: block;
  transform: translateY(1px) rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform .2s ease, color .2s ease;
}
@media (min-width: 992px) {
  .header .navbar-nav .nav-item > .web4-nav-primary-link {
    padding-right: 0 !important;
  }
  .header .navbar-nav .nav-item > .web4-nav-button-trigger {
    padding-right: 0 !important;
  }
  .header .navbar-nav .nav-item:hover > .web4-nav-primary-link .web4-nav-chevron,
  .header .navbar-nav .nav-item:hover > .web4-nav-button-trigger .web4-nav-chevron,
  .header .navbar-nav .nav-item > .web4-nav-button-trigger[aria-expanded="true"] .web4-nav-chevron {
    transform: translateY(1px) rotate(180deg);
  }
}
@media (max-width: 991px) {
  .header .navbar-nav .nav-item > .web4-nav-primary-link .web4-nav-chevron {
    display: none;
  }
  .header .navbar-nav .nav-item > .web4-nav-button-trigger {
    justify-content: space-between;
    gap: 12px;
    padding-right: 14px !important;
  }
  .header .navbar-nav .nav-item > .web4-nav-button-trigger[aria-expanded="true"] .web4-nav-chevron {
    transform: translateY(1px) rotate(180deg);
  }
}




.workspace-wrap.shell {
  max-width: 1500px;
  width: calc(100% - 48px);
}
.workspace-wrap {
  position: relative;
  margin-top: 26px;
  overflow: visible;
}
.w4-home-workspace {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  width: 100%;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
}
.w4-home-workspace__sidebar {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 16px 12px 14px;
  background: #f7f9fc;
  border-right: 1px solid rgba(17, 24, 39, .08);
}
.w4-home-workspace__brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px;
}
.w4-home-workspace__brand img {
  display: block;
  width: 158px;
  height: auto;
}
.w4-home-workspace__nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 10px;
  border-radius: 9px;
  color: #475569;
  font-size: 13px;
  font-weight: 600;
}
.w4-home-workspace__nav-item > svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
}
.w4-home-workspace__nav-item.active {
  color: #2f55ff;
  background: #edf3ff;
}
.w4-home-workspace__account-card {
  margin-top: auto;
  padding: 12px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(17, 24, 39, .04);
}
.w4-home-workspace__account-badge,
.w4-home-workspace__account-user,
.w4-home-workspace__account-meta,
.w4-home-workspace__account-actions {
  display: flex;
  align-items: center;
  gap: 7px;
}
.w4-home-workspace__account-badge {
  margin-bottom: 9px;
  color: #334155;
  font-size: 11px;
  font-weight: 700;
}
.w4-home-workspace__account-badge svg { width: 14px; height: 14px; color: #2f55ff; }
.w4-home-workspace__account-badge em {
  margin-left: auto;
  padding: 2px 6px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #64748b;
  font-size: 10px;
  font-style: normal;
}
.w4-home-workspace__account-user {
  justify-content: space-between;
  margin-bottom: 8px;
}
.w4-home-workspace__account-user strong { color: #0f172a; font-size: 13px; }
.w4-home-workspace__account-user span,
.w4-home-workspace__account-meta span { color: #64748b; font-size: 11px; }
.w4-home-workspace__account-meta {
  display: grid;
  gap: 4px;
  margin-bottom: 10px;
}
.w4-home-workspace__account-meta b { color: #0f172a; }
.w4-home-workspace__account-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.w4-home-workspace__account-actions button {
  min-height: 32px;
  border: 1px solid #2f55ff;
  border-radius: 8px;
  background: #2f55ff;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}
.w4-home-workspace__account-actions .w4-home-workspace__secondary-btn {
  background: #fff;
  color: #2f55ff;
}
.w4-home-workspace__main {
  min-width: 0;
  padding: 16px;
  background: #f7f9fc;
}
.w4-home-workspace__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}
.w4-home-workspace__kicker {
  display: block;
  margin-bottom: 4px;
  color: #64748b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}
.w4-home-workspace__title {
  margin: 0 0 5px;
  color: #0f172a;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.08;
}
.w4-home-workspace__header p {
  max-width: 560px;
  margin: 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.5;
}
.w4-home-workspace__stats {
  display: grid;
  grid-template-columns: repeat(3, 86px);
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 10px;
  background: #fff;
}
.w4-home-workspace__stats span {
  display: grid;
  gap: 6px;
  padding: 10px 12px;
  border-right: 1px solid rgba(17, 24, 39, .08);
}
.w4-home-workspace__stats span:last-child { border-right: 0; }
.w4-home-workspace__stats em { color: #64748b; font-size: 11px; font-style: normal; font-weight: 600; }
.w4-home-workspace__stats b { color: #0f172a; font-size: 16px; line-height: 1; }
.w4-home-workspace__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 10px;
  background: #fff;
}
.w4-home-workspace__toolbar-group,
.w4-home-workspace__toolbar-actions {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}
.w4-home-workspace__toolbar-group { flex: 1 1 auto; }
.w4-home-workspace__toolbar-actions { flex: 0 0 auto; }
.w4-home-workspace__toolbar-chip,
.w4-home-workspace__icon-btn,
.w4-home-workspace__primary-btn,
.w4-home-workspace__search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 36px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 8px;
  background: #fff;
  color: #334155;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
.w4-home-workspace__toolbar-chip { padding: 0 11px; }
.w4-home-workspace__search {
  justify-content: flex-start;
  flex: 1 1 180px;
  min-width: 150px;
  padding: 0 11px;
  color: #94a3b8;
  font-weight: 500;
}
.w4-home-workspace__search svg,
.w4-home-workspace__icon-btn svg,
.w4-home-workspace__toolbar-select svg { width: 15px; height: 15px; }
.w4-home-workspace__icon-btn { width: 36px; padding: 0; }
.w4-home-workspace__primary-btn {
  padding: 0 12px;
  border-color: #2f55ff;
  background: #2f55ff;
  color: #fff;
}
.w4-home-workspace__health {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 12px;
  margin-bottom: 10px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 10px;
  background: #fff;
}
.w4-home-workspace__health > strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #334155;
  font-size: 12px;
}
.w4-home-workspace__health svg { width: 14px; height: 14px; }
.w4-home-workspace__health-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}
.w4-home-workspace__health-pills span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
}
.w4-health--healthy { color: #15803d; background: rgba(34,197,94,.10); border-color: rgba(34,197,94,.18) !important; }
.w4-health--available { color: #2563eb; background: rgba(59,130,246,.10); border-color: rgba(59,130,246,.16) !important; }
.w4-health--pending { color: #b45309; background: rgba(245,158,11,.11); border-color: rgba(245,158,11,.16) !important; }
.w4-health--risk { color: #b91c1c; background: rgba(239,68,68,.10); border-color: rgba(239,68,68,.16) !important; }
.w4-home-profile-table {
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 11px;
  background: #fff;
}
.w4-home-profile-row {
  display: grid;
  grid-template-columns: 24px 42px 92px 108px minmax(145px, 1fr) 150px 82px 28px;
  gap: 8px;
  align-items: center;
  padding: 12px;
  border-top: 1px solid rgba(17, 24, 39, .08);
  color: #334155;
  font-size: 12px;
}
.w4-home-profile-row--head {
  border-top: 0;
  background: #f8fafc;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
}
.w4-home-profile-check {
  width: 15px;
  height: 15px;
  border: 1px solid rgba(148,163,184,.55);
  border-radius: 4px;
  background: #fff;
}
.w4-home-profile-group {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 22px;
  padding: 0 8px;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 999px;
  background: #f8fafc;
  color: #334155;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}
.w4-home-profile-name {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w4-home-profile-name svg { width: 13px; height: 13px; flex: 0 0 13px; color: #2f55ff; }
.w4-home-profile-ip {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.w4-home-profile-ip b { color: #0f172a; font-size: 12px; line-height: 1; white-space: nowrap; }
.w4-home-profile-ip small { color: #64748b; font-size: 10px; line-height: 1; white-space: nowrap; }
.w4-home-profile-row button {
  width: 82px;
  height: 36px;
  border: 0;
  border-radius: 8px;
  background: #2f55ff;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}
.w4-home-profile-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #64748b;
  background: transparent;
}
.w4-home-profile-more svg { width: 16px; height: 16px; }
@media (max-width: 1199px) {
  .workspace-wrap.shell { width: calc(100% - 32px); }
  .w4-home-workspace { grid-template-columns: 220px minmax(0, 1fr); }
  .w4-home-profile-row {
    grid-template-columns: 22px 38px 82px 96px minmax(125px, 1fr) 132px 74px 24px;
    gap: 6px;
    padding: 10px;
  }
  .w4-home-workspace__stats { grid-template-columns: repeat(3, 76px); }
}
@media (max-width: 991px) {
  .w4-home-workspace { grid-template-columns: 190px minmax(0, 1fr); }
  .w4-home-workspace__toolbar { flex-wrap: wrap; }
  .w4-home-workspace__toolbar-actions { width: 100%; justify-content: flex-start; }
  .w4-home-profile-table { overflow-x: auto; }
  .w4-home-profile-row { min-width: 820px; }
}
@media (max-width: 767px) {
  .workspace-wrap.shell { width: calc(100% - 24px); }
  .w4-home-workspace { grid-template-columns: 1fr; min-height: 0; }
  .w4-home-workspace__sidebar { border-right: 0; border-bottom: 1px solid rgba(17,24,39,.08); }
  .w4-home-workspace__account-card { display: none; }
  .w4-home-workspace__header { flex-direction: column; }
  .w4-home-workspace__stats { width: 100%; grid-template-columns: repeat(3, 1fr); }
  .w4-home-workspace__health { align-items: flex-start; flex-direction: column; }
}





@media (min-width: 992px) {
  .web4-home-redesign .header #nav > .nav-item > a {
    box-sizing: border-box;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 90px;
    min-height: 90px;
    margin: 0;
    padding: 0 !important;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    line-height: 1 !important;
    vertical-align: middle;
    white-space: nowrap;
  }
  .web4-home-redesign .header #nav > .nav-item > .web4-nav-mobile-toggle {
    display: none !important;
  }
  .web4-home-redesign .header #nav > .web4-mobile-login-item {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .web4-home-redesign .header #nav > .nav-item.web4-nav-has-menu {
    position: relative;
  }
  .web4-home-redesign .header #nav > .nav-item > .web4-nav-primary-link {
    width: 100%;
    padding-right: 46px !important;
  }
  .web4-home-redesign .header #nav > .nav-item > .web4-nav-primary-link .web4-nav-chevron {
    display: none !important;
  }
}





@media (max-width: 991px) {
  

  .web4-trial-scrolled body.web4-home-redesign .header > .container {
    margin-top: var(--web4-trial-bar-height) !important;
  }
  .web4-trial-scrolled .web4-trial-announcement {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-width: none !important;
    transform: none !important;
  }
  .web4-trial-scrolled .web4-trial-announcement__inner {
    width: 100% !important;
    max-width: none !important;
    min-height: var(--web4-trial-bar-height) !important;
    padding: 0 46px 0 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: linear-gradient(90deg, #24272d 0%, #3c4048 54%, #5a5f68 100%) !important;
    box-shadow: none !important;
    font-size: 12.75px !important;
  }
  .web4-trial-scrolled .web4-trial-announcement__close {
    right: 10px !important;
  }

  

  .workspace-wrap.shell {
    width: calc(100% - 28px) !important;
    max-width: none !important;
  }
  .workspace-wrap .process-rail,
  .process-rail {
    display: none !important;
  }
  .w4-home-workspace {
    grid-template-columns: 156px minmax(0, 1fr) !important;
    min-height: 0 !important;
  }
  .w4-home-workspace__sidebar {
    padding: 14px 10px 12px !important;
  }
  .w4-home-workspace__brand {
    margin-bottom: 9px !important;
  }
  .w4-home-workspace__brand img {
    width: 126px !important;
  }
  .w4-home-workspace__nav-item {
    min-height: 38px !important;
    gap: 8px !important;
    padding: 0 8px !important;
    font-size: 11.5px !important;
  }
  .w4-home-workspace__nav-item > svg {
    width: 15px !important;
    height: 15px !important;
    flex-basis: 15px !important;
  }
  .w4-home-workspace__account-card {
    display: none !important;
  }
  .w4-home-workspace__main {
    padding: 13px !important;
  }
  .w4-home-workspace__header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: start !important;
    gap: 10px !important;
  }
  .w4-home-workspace__title {
    font-size: 23px !important;
  }
  .w4-home-workspace__header p {
    max-width: 420px !important;
    font-size: 11px !important;
  }
  .w4-home-workspace__stats {
    grid-template-columns: repeat(2, 70px) !important;
  }
  .w4-home-workspace__stats span {
    padding: 9px 10px !important;
  }
  .w4-home-workspace__stats span:nth-child(3) {
    display: none !important;
  }
  .w4-home-workspace__stats em {
    font-size: 10px !important;
  }
  .w4-home-workspace__stats b {
    font-size: 15px !important;
  }
  .w4-home-workspace__toolbar {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
  }
  .w4-home-workspace__toolbar-group,
  .w4-home-workspace__toolbar-actions {
    width: 100% !important;
  }
  .w4-home-workspace__toolbar-group {
    display: grid !important;
    grid-template-columns: 108px minmax(0, 1fr) !important;
  }
  .w4-home-workspace__search {
    min-width: 0 !important;
    width: 100% !important;
  }
  .w4-home-workspace__toolbar-actions {
    justify-content: flex-end !important;
  }
  .w4-home-workspace__icon-btn[aria-label="Import"],
  .w4-home-workspace__icon-btn[aria-label="Export"],
  .w4-home-workspace__icon-btn[aria-label="Batch create"] {
    display: none !important;
  }
  .w4-home-workspace__health {
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-items: start !important;
    gap: 8px !important;
  }
  .w4-home-workspace__health-pills {
    justify-content: flex-start !important;
  }

  

  .w4-home-profile-table {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }
  .w4-home-profile-row {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    grid-template-columns: 84px minmax(112px, 1fr) 112px 68px !important;
    gap: 6px !important;
    padding: 10px 9px !important;
  }
  .w4-home-profile-row > * {
    min-width: 0 !important;
  }
  .w4-home-profile-group {
    max-width: 84px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .w4-home-profile-ip b,
  .w4-home-profile-ip small {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .w4-home-profile-row > :nth-child(1),
  .w4-home-profile-row > :nth-child(2),
  .w4-home-profile-row > :nth-child(3),
  .w4-home-profile-row > :nth-child(8) {
    display: none !important;
  }
  .w4-home-profile-name {
    min-width: 0 !important;
  }
  .w4-home-profile-row button {
    width: 72px !important;
    height: 34px !important;
  }
}

@media (max-width: 767px) {
  :root {
    --web4-fixed-header-space: 72px;
    --web4-trial-bar-height: 36px;
    --web4-main-space-with-trial: 112px;
  }

  

  body.web4-home-redesign .header > .container {
    margin-top: var(--web4-trial-bar-height) !important;
  }
  .header .navbar {
    min-height: 70px !important;
    padding: 8px 0 !important;
  }
  .header .navbar-brand {
    margin-right: auto !important;
    max-width: 146px !important;
  }
  .header .navbar-brand img {
    width: 142px !important;
    height: auto !important;
  }
  .web4-top-actions-v2 {
    gap: 7px !important;
    margin-left: auto !important;
  }
  .web4-top-actions-v2 > a:first-child {
    display: none !important;
  }
  .web4-signup-pill {
    min-height: 38px !important;
    padding: 0 13px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
  }
  .web4-lang-compact summary {
    min-height: 38px !important;
    gap: 5px !important;
    padding: 0 3px !important;
    font-size: 13px !important;
  }
  .web4-lang-compact summary svg {
    width: 19px !important;
    height: 19px !important;
  }
  .mobile-menu-btn {
    width: 42px !important;
    height: 42px !important;
    margin-left: 6px !important;
    padding: 8px !important;
  }
  .web4-trial-announcement__detail {
    display: none !important;
  }
  .web4-trial-announcement__inner,
  .web4-trial-scrolled .web4-trial-announcement__inner {
    min-height: 36px !important;
    padding: 0 40px 0 10px !important;
    gap: 6px !important;
    font-size: 11.5px !important;
  }
  .web4-trial-announcement__message {
    font-size: 0 !important;
  }
  .web4-trial-announcement__message::after {
    content: "Free Trial Open" !important;
    font-size: 11.5px !important;
    font-weight: 800 !important;
  }
  .web4-trial-announcement__link {
    font-size: 11.5px !important;
  }

  

  .workspace-wrap.shell {
    width: calc(100% - 20px) !important;
    margin-top: 20px !important;
  }
  .w4-home-workspace {
    display: block !important;
    min-height: 0 !important;
    border-radius: 16px !important;
  }
  .w4-home-workspace__sidebar {
    display: none !important;
  }
  .w4-home-workspace__main {
    padding: 12px !important;
  }
  .w4-home-workspace__header {
    display: block !important;
    margin-bottom: 10px !important;
  }
  .w4-home-workspace__kicker {
    font-size: 9px !important;
  }
  .w4-home-workspace__title {
    font-size: 23px !important;
    line-height: 1.1 !important;
  }
  .w4-home-workspace__header p {
    margin-bottom: 10px !important;
    font-size: 11px !important;
  }
  .w4-home-workspace__stats {
    width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .w4-home-workspace__stats span:nth-child(3) {
    display: none !important;
  }
  .w4-home-workspace__toolbar {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
    padding: 7px !important;
  }
  .w4-home-workspace__toolbar-group {
    display: grid !important;
    grid-template-columns: 104px minmax(0, 1fr) !important;
    gap: 6px !important;
  }
  .w4-home-workspace__toolbar-actions {
    display: block !important;
    width: 100% !important;
  }
  .w4-home-workspace__toolbar-actions > *:not(.w4-home-workspace__primary-btn) {
    display: none !important;
  }
  .w4-home-workspace__primary-btn {
    width: 100% !important;
    min-height: 36px !important;
  }
  .w4-home-workspace__search {
    min-width: 0 !important;
    overflow: hidden !important;
  }
  .w4-home-workspace__search span {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
  .w4-home-workspace__health {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 7px !important;
    padding: 8px 9px !important;
  }
  .w4-home-workspace__health > strong {
    font-size: 10.5px !important;
  }
  .w4-home-workspace__health-pills span:not(.w4-health--healthy) {
    display: none !important;
  }
  .w4-home-workspace__health-pills {
    flex: 0 0 auto !important;
  }

  .w4-home-profile-table {
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
  }
  .w4-home-profile-row--head {
    display: none !important;
  }
  .w4-home-profile-row:not(.w4-home-profile-row--head) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas:
      "name group"
      "ip action" !important;
    gap: 9px 10px !important;
    margin-top: 8px !important;
    padding: 11px !important;
    border: 1px solid rgba(17,24,39,.08) !important;
    border-radius: 11px !important;
    background: #fff !important;
  }
  .w4-home-profile-row:not(.w4-home-profile-row--head) > :nth-child(1),
  .w4-home-profile-row:not(.w4-home-profile-row--head) > :nth-child(2),
  .w4-home-profile-row:not(.w4-home-profile-row--head) > :nth-child(3),
  .w4-home-profile-row:not(.w4-home-profile-row--head) > :nth-child(8) {
    display: none !important;
  }
  .w4-home-profile-row:not(.w4-home-profile-row--head):nth-child(n+5) {
    display: none !important;
  }
  .w4-home-profile-row:not(.w4-home-profile-row--head) > :nth-child(4) {
    grid-area: group !important;
    justify-self: end !important;
  }
  .w4-home-profile-row:not(.w4-home-profile-row--head) > :nth-child(5) {
    grid-area: name !important;
    align-self: center !important;
  }
  .w4-home-profile-row:not(.w4-home-profile-row--head) > :nth-child(6) {
    grid-area: ip !important;
  }
  .w4-home-profile-row:not(.w4-home-profile-row--head) > :nth-child(7) {
    grid-area: action !important;
    justify-self: end !important;
    align-self: center !important;
  }
  .w4-home-profile-name {
    font-size: 12px !important;
  }
  .w4-home-profile-ip b {
    font-size: 11px !important;
  }
  .w4-home-profile-ip small {
    font-size: 9.5px !important;
  }
  .w4-home-profile-row button {
    width: 66px !important;
    height: 32px !important;
    font-size: 10.5px !important;
  }
  .route-line {
    display: none !important;
  }
}

@media (max-width: 430px) {
  .header .navbar-brand,
  .header .navbar-brand img {
    max-width: 126px !important;
    width: 126px !important;
  }
  .web4-signup-pill {
    padding: 0 11px !important;
    font-size: 12.5px !important;
  }
  .web4-lang-compact summary span {
    font-size: 12px !important;
  }
  .mobile-menu-btn {
    width: 40px !important;
    height: 40px !important;
    margin-left: 3px !important;
  }
  .w4-home-workspace__toolbar-group {
    grid-template-columns: 96px minmax(0, 1fr) !important;
  }
}

@media (max-width: 767px) {
  .header .navbar-brand { order: 1 !important; }
  .web4-top-actions-v2 { order: 2 !important; }
  .mobile-menu-btn { order: 3 !important; }
  .header .navbar-collapse { order: 4 !important; width: 100% !important; }
}






@media (min-width: 768px) and (max-width: 991px) {
  .web4-home-redesign main .hero {
    gap: 26px !important;
    padding-top: 34px !important;
    padding-bottom: 32px !important;
  }
  .web4-home-redesign main .hero h1 {
    max-width: 680px;
    font-size: 42px !important;
    line-height: 1.1 !important;
    margin-bottom: 16px !important;
  }
  .web4-home-redesign main .hero .lead {
    max-width: 650px;
    font-size: 16px !important;
    line-height: 1.65 !important;
  }
  .web4-home-redesign main .hero .actions {
    margin-top: 20px !important;
  }
  .web4-home-redesign main .hero-benefits {
    gap: 10px !important;
    margin-top: 24px !important;
    padding-top: 18px !important;
  }
  .web4-home-redesign main .hero-benefits article {
    min-height: 118px;
    align-items: flex-start !important;
    gap: 12px !important;
    padding: 15px 14px;
    border: 1px solid rgba(47,85,255,.10);
    border-radius: 14px;
    background: rgba(255,255,255,.78);
  }
  .web4-home-redesign main .hero-benefits article > svg {
    width: 30px !important;
    height: 30px !important;
    flex: 0 0 30px;
  }
  .web4-home-redesign main .hero-benefits strong {
    font-size: 14.5px !important;
    line-height: 1.3 !important;
  }
  .web4-home-redesign main .hero-benefits span {
    margin-top: 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
  }
  .web4-home-redesign main header.section-title {
    max-width: 760px;
    margin-bottom: 30px !important;
  }
  .web4-home-redesign main header.section-title h2 {
    font-size: 30px !important;
    line-height: 1.18 !important;
  }
  .web4-home-redesign main header.section-title p {
    font-size: 13.5px !important;
    line-height: 1.65 !important;
  }
  .identity-pipeline-step {
    min-height: 166px;
  }
  .feature {
    gap: 28px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .ai-workflow-inner {
    gap: 30px !important;
  }
}

@media (max-width: 767px) {
  .web4-home-redesign main .hero {
    gap: 18px !important;
    padding-top: 24px !important;
    padding-bottom: 26px !important;
  }
  .web4-home-redesign main .hero .eyebrow {
    margin-bottom: 10px !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
  }
  .web4-home-redesign main .hero h1 {
    max-width: 100%;
    font-size: 34px !important;
    line-height: 1.08 !important;
    letter-spacing: -.018em !important;
    margin-bottom: 14px !important;
  }
  .web4-home-redesign main .hero .lead {
    font-size: 14.5px !important;
    line-height: 1.62 !important;
    margin-bottom: 0 !important;
  }
  .web4-home-redesign main .hero .actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    margin-top: 18px !important;
  }
  .web4-home-redesign main .hero .actions .button {
    width: 100% !important;
    min-height: 46px !important;
    padding: 0 18px !important;
    border-radius: 9px !important;
    font-size: 14px !important;
  }
  .web4-home-redesign main .hero-benefits {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin-top: 18px !important;
    padding: 0 !important;
    border: 0 !important;
  }
  .web4-home-redesign main .hero-benefits article {
    min-height: 0 !important;
    align-items: flex-start !important;
    gap: 11px !important;
    padding: 13px 14px !important;
    border: 1px solid rgba(47,85,255,.10);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(17,24,39,.035);
  }
  .web4-home-redesign main .hero-benefits article > svg {
    width: 27px !important;
    height: 27px !important;
    flex: 0 0 27px;
  }
  .web4-home-redesign main .hero-benefits strong {
    font-size: 13.5px !important;
    line-height: 1.3 !important;
  }
  .web4-home-redesign main .hero-benefits span {
    max-width: none !important;
    margin-top: 4px !important;
    font-size: 11.5px !important;
    line-height: 1.5 !important;
  }
  .web4-home-redesign main header.section-title {
    max-width: none;
    margin-bottom: 24px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .web4-home-redesign main header.section-title h2 {
    font-size: 27px !important;
    line-height: 1.14 !important;
  }
  .web4-home-redesign main header.section-title p {
    margin-top: 10px !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
  }
  .identity-pipeline-step {
    padding: 17px !important;
    border-radius: 14px !important;
  }
  .identity-pipeline-step h3 {
    font-size: 16px !important;
  }
  .feature-showcase {
    padding-top: 34px !important;
  }
  .feature {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
  .feature h3 {
    font-size: 21px !important;
  }
  .ai-workflow-band {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .ai-flow-nodes {
    gap: 18px 12px !important;
  }
  .steps-band {
    padding-top: 30px !important;
    padding-bottom: 32px !important;
  }
  .faq-section {
    padding-bottom: 42px !important;
  }
}

@media (max-width: 430px) {
  .web4-home-redesign main .hero h1 {
    font-size: 32px !important;
  }
  .web4-home-redesign main .hero .lead {
    font-size: 14px !important;
  }
  .web4-home-redesign main header.section-title h2 {
    font-size: 25px !important;
  }
}





.web4-home-redesign main .reveal,
.web4-home-redesign main .reveal.is-visible,
.web4-home-redesign main .motion-rise,
.web4-home-redesign main .motion-from-left,
.web4-home-redesign main .motion-from-right,
.web4-home-redesign main .motion-focus {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  will-change: auto !important;
}



@media (min-width: 768px) and (max-width: 991px) {
  .web4-home-redesign main .hero {
    padding-top: 30px !important;
    padding-bottom: 28px !important;
  }
  .web4-home-redesign main .hero h1 {
    max-width: 650px !important;
    font-size: 40px !important;
    line-height: 1.08 !important;
    letter-spacing: -.014em !important;
  }
  .web4-home-redesign main .hero .lead {
    max-width: 620px !important;
    font-size: 15.5px !important;
  }
  .web4-home-redesign main .hero-benefits article {
    min-height: 108px !important;
    padding: 14px !important;
  }
  .web4-home-redesign main .hero-benefits article > svg {
    width: 28px !important;
    height: 28px !important;
    flex-basis: 28px !important;
  }
  .workspace-wrap.shell {
    margin-top: 24px !important;
  }
  .capability-hub {
    padding-top: 52px !important;
    padding-bottom: 54px !important;
  }
  .feature-showcase {
    padding-top: 48px !important;
  }
  .technical-facts {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }
  .faq-section {
    padding-top: 52px !important;
  }
}

@media (max-width: 767px) {
  :root {
    --web4-fixed-header-space: 66px;
    --web4-trial-bar-height: 34px;
    --web4-main-space-with-trial: 104px;
  }
  .header .navbar {
    min-height: 64px !important;
    padding: 7px 0 !important;
  }
  .header .navbar-brand {
    max-width: 126px !important;
  }
  .header .navbar-brand img {
    width: 122px !important;
  }
  .web4-signup-pill {
    min-height: 36px !important;
    padding: 0 11px !important;
    font-size: 12.5px !important;
  }
  .web4-lang-compact summary {
    min-height: 36px !important;
  }
  .mobile-menu-btn {
    width: 38px !important;
    height: 38px !important;
    padding: 7px !important;
    margin-left: 3px !important;
  }
  .web4-trial-announcement__inner,
  .web4-trial-scrolled .web4-trial-announcement__inner {
    min-height: 34px !important;
    padding-right: 38px !important;
  }

  .web4-home-redesign main .hero {
    padding-top: 20px !important;
    padding-bottom: 22px !important;
  }
  .web4-home-redesign main .hero .eyebrow {
    margin-bottom: 8px !important;
    font-size: 11.5px !important;
  }
  .web4-home-redesign main .hero h1 {
    font-size: 31px !important;
    line-height: 1.07 !important;
    letter-spacing: -.02em !important;
    margin-bottom: 12px !important;
  }
  .web4-home-redesign main .hero .lead {
    font-size: 13.75px !important;
    line-height: 1.58 !important;
  }
  .web4-home-redesign main .hero .actions {
    gap: 8px !important;
    margin-top: 16px !important;
  }
  .web4-home-redesign main .hero .actions .button {
    min-height: 44px !important;
    font-size: 13.5px !important;
  }
  .web4-home-redesign main .hero-benefits {
    gap: 7px !important;
    margin-top: 16px !important;
  }
  .web4-home-redesign main .hero-benefits article {
    padding: 12px 13px !important;
    gap: 10px !important;
    border-radius: 11px !important;
  }
  .web4-home-redesign main .hero-benefits article > svg {
    width: 24px !important;
    height: 24px !important;
    flex-basis: 24px !important;
  }
  .web4-home-redesign main .hero-benefits strong {
    font-size: 13px !important;
  }
  .web4-home-redesign main .hero-benefits span {
    font-size: 11px !important;
    line-height: 1.45 !important;
  }

  .workspace-wrap.shell {
    margin-top: 16px !important;
  }
  .w4-home-workspace__main {
    padding: 10px !important;
  }
  .w4-home-workspace__title {
    font-size: 21px !important;
  }
  .w4-home-workspace__header p {
    font-size: 10.5px !important;
    line-height: 1.5 !important;
  }
  .w4-home-workspace__stats span {
    padding: 8px 9px !important;
  }
  .w4-home-profile-row:not(.w4-home-profile-row--head) {
    padding: 10px !important;
  }

  .capability-hub {
    padding-top: 42px !important;
    padding-bottom: 44px !important;
  }
  .web4-home-redesign main header.section-title {
    margin-bottom: 20px !important;
  }
  .web4-home-redesign main header.section-title h2 {
    font-size: 24px !important;
    line-height: 1.12 !important;
  }
  .web4-home-redesign main header.section-title p {
    font-size: 12.5px !important;
    line-height: 1.55 !important;
  }
  .identity-pipeline {
    gap: 10px !important;
  }
  .identity-pipeline-step {
    padding: 15px !important;
    border-radius: 13px !important;
  }
  .identity-pipeline-step h3 {
    font-size: 15px !important;
  }
  .identity-pipeline-step p {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }
  .identity-pipeline-result {
    margin-top: 18px !important;
    padding: 16px 17px !important;
  }

  .feature-showcase {
    padding-top: 30px !important;
  }
  .feature {
    gap: 20px !important;
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .feature h3 {
    font-size: 20px !important;
  }
  .feature p,
  .feature li {
    font-size: 12.5px !important;
  }

  .ai-workflow-band {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
  .web4-scenario-grid {
    gap: 10px !important;
  }
  .web4-scenario-card {
    padding: 16px !important;
  }
  .steps-band {
    padding-top: 26px !important;
    padding-bottom: 28px !important;
  }
  .technical-facts {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .faq-section {
    padding-top: 44px !important;
    padding-bottom: 38px !important;
  }
  .faq-section .faq-grid details {
    margin-bottom: 8px !important;
  }
  .call-action .button {
    gap: 8px !important;
  }
}

@media (max-width: 430px) {
  .web4-lang-compact summary span {
    display: none !important;
  }
  .web4-lang-compact summary {
    width: 32px !important;
    padding: 0 !important;
    justify-content: center !important;
  }
  .web4-home-redesign main .hero h1 {
    font-size: 30px !important;
  }
  .web4-home-redesign main header.section-title h2 {
    font-size: 23px !important;
  }
}



@media (max-width: 767px) {
  body.web4-home-redesign .header.navbar-area,
  body.web4-home-redesign .header.navbar-area.sticky {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}



.web4-home-redesign .hero-access-note {
  max-width: 680px;
  margin: 12px 0 0;
  color: #52637a;
  font-size: 13px;
  line-height: 1.55;
  text-align: left;
}

.web4-home-redesign .identity-pipeline {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.web4-home-redesign .identity-development-card {
  display: grid;
  grid-template-columns: minmax(210px, .75fr) minmax(0, 1.25fr);
  gap: 24px;
  align-items: center;
  max-width: 900px;
  margin: 46px auto 0;
  padding: 20px 24px;
  border: 1px solid rgba(47, 85, 255, .18);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(17, 24, 39, .05);
}

.web4-home-redesign .cta-access-note,
.web4-home-redesign .cta-access-secondary {
  margin: 0;
}

.web4-home-redesign .cta-access-secondary {
  margin-top: 4px;
  color: rgba(23, 52, 95, .76);
}

.web4-home-redesign .identity-development-card h3 {
  margin: 8px 0 0;
  color: #17345f;
  font-size: 18px;
  line-height: 1.35;
}

.web4-home-redesign .identity-development-card p {
  margin: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.65;
}

.web4-home-redesign .identity-development-status {
  display: inline-flex;
  padding: 4px 9px;
  border-radius: 999px;
  color: #2f55ff;
  background: #eef3ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.web4-home-redesign span.web4-scenario-platform {
  cursor: default;
}

@media (max-width: 991px) {
  .web4-home-redesign .identity-pipeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .web4-home-redesign .identity-pipeline-step:last-of-type {
    grid-column: auto;
  }
}

@media (max-width: 767px) {
  .web4-home-redesign .hero-access-note {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .web4-home-redesign .hero-access-note {
    margin-top: 10px;
    font-size: 12px;
  }
  .web4-home-redesign .identity-pipeline {
    grid-template-columns: 1fr;
  }
  .web4-home-redesign .identity-development-card {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 34px;
    padding: 18px;
  }
}
