            .outcomes { background: #f4f8f7; }
            .cards-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
            .card { border: 1px solid var(--line); border-radius: 8px; background: white; padding: 22px; }
            .card h3 { margin-bottom: 8px; font-size: 20px; }

            .card p { margin-bottom: 0; color: var(--muted); }
            .industries { background: white; }
            .industry-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
            .industry { min-height: 170px; border: 1px solid var(--line); border-radius: 8px; background: #fbfcfc; padding: 20px; }
            .industry h3 { margin-bottom: 10px; font-size: 19px; }
            .industry ul { display: grid; gap: 7px; margin: 0; padding-left: 18px; color: var(--muted); }
            .deploy { background: var(--ink); color: white; }
            .deploy .section-head p, .deploy-card p, .deploy-list { color: #c9d3dc; }
            .deploy-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
            .deploy-card { border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 8px; background: rgba(255, 255, 255, 0.05); padding: 24px; }
            .deploy-card h3 { margin-bottom: 8px; font-size: 22px; }
            .deploy-list { display: grid; gap: 10px; margin: 18px 0 0; padding-left: 18px; }
            .integration-logos { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin: 28px 0 0; }
            .integration-logo {
                display: grid;
                width: 54px;
                height: 54px;
                place-items: center;
                border: 1px solid rgba(255, 255, 255, 0.16);
                border-radius: 8px;
                background: rgba(255, 255, 255, 0.95);
                padding: 11px;
            }
            .integration-logo img { width: 100%; height: 100%; object-fit: contain; }
            .statistics { background: white; }
            .statistics__cards {
                display: grid;
                grid-template-columns: repeat(4, minmax(0, 1fr));
                gap: 12px;
                margin: 0;
                padding: 0;
                list-style: none;
            }
            .statistics__cards li {
                position: relative;
                display: grid;
                min-height: 132px;
                place-items: center;
                align-content: center;
                gap: 7px;
                overflow: hidden;
                isolation: isolate;
                border: 1px solid var(--line);
                border-radius: 8px;
                background: #fbfcfc;
                padding: 16px 30px;
                text-align: center;
            }
            .statistics__stars { width: 79px; height: 30px; }
            .statistics__text { margin: 0; color: var(--muted); font-size: 13px; font-weight: 750; }
            .statistics__site { height: 25px; width: auto; }
            .statistics__site--clutch { height: 21px; }
            .statistics__site--goodfirms { height: 16px; }
            .statistics__cards li > :not(.statistics__laurel) { position: relative; z-index: 1; }
            .statistics__laurel {
                position: absolute;
                top: 50%;
                left: 50%;
                z-index: 0;
                width: 184px;
                max-width: none;
                opacity: 0.45;
                transform: translate(-50%, -50%);
            }
            .testimonials { background: #f4f8f7; }
            .testimonials .section-head { margin-bottom: 22px; }
            .testimonials .section-head h2 { font-size: clamp(18px, 2vw, 24px); }
            .testimonials__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
            .testimonials__card {
                display: flex;
                min-height: 220px;
                flex-direction: column;
                justify-content: space-between;
                gap: 16px;
                margin: 0;
                padding: 18px;
                border: 1px solid var(--line);
                border-radius: 8px;
                background: white;
            }
            .testimonials__card--placeholder { border-style: dashed; background: transparent; }
            .testimonials___stars { width: 55px; height: auto; margin-bottom: 10px; }
            .testimonials__text { margin: 0; color: #30414f; font-size: clamp(12px, 1vw, 13px); font-style: italic; font-weight: 400; line-height: 1.35; }
            .testimonials__text::before { content: "“"; color: var(--teal); font-family: Georgia, serif; font-size: 2.4em; font-weight: 900; line-height: 0; vertical-align: -0.28em; }
            .testimonials__head, .testimonials__author { display: flex; align-items: center; }
            .testimonials__head { justify-content: space-between; gap: 10px; }
            .testimonials__author { gap: 10px; }
            .testimonials__photo { width: 50px; height: 50px; flex: 0 0 auto; border-radius: 50%; object-fit: cover; object-position: center; }
            .testimonials__name, .testimonials__company { margin: 0; }
            .testimonials__name { font-size: 12px; font-weight: 850; }
            .testimonials__company { color: var(--muted); font-size: 10px; }
            .testimonials__company a { color: var(--teal-dark); text-decoration: underline; text-underline-offset: 2px; }
            .testimonials__logo { width: 80px; height: auto; object-fit: contain; }
            .contact { background: #f7f2e8; }
            .contact-band {
                display: grid;
                grid-template-columns: minmax(0, 1fr) 360px;
                gap: 28px;
                align-items: center;
                border: 1px solid #eadfc9;
                border-radius: 8px;
                background: white;
                padding: 34px;
            }
            .contact-band h2 { margin-bottom: 10px; font-size: clamp(28px, 4vw, 44px); line-height: 1.08; }
            .contact-band p { max-width: 680px; margin-bottom: 0; color: var(--muted); }
            .contact-actions { display: grid; gap: 10px; }
            .footer { border-top: 1px solid var(--line); background: white; padding: 28px 0; }
            .footer-row {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 18px;
                color: var(--muted);
                font-size: 14px;
            }
            .footer-row a { font-weight: 800; color: var(--teal-dark); }
