/*
 * CRO Page – Complementary Styles
 * Matches template-cro.php structural redesign.
 *
 * Theme tokens used:
 *   --tp-common-blue   : #7304FB
 *   --tp-text-body     : #676767
 *   --tp-common-black  : #141414
 *   --tp-border-1      : #E6E2F1
 *   --tp-light-blue    : (accent blue from main.css)
 *   --tp-grey-1        : #f8f7ff
 *
 * Extra tokens defined here:
 *   --cro-sky  : #00E5FF
 *   --cro-dark : #0b0b18
 */

:root {
    --cro-blue: #7304FB;
    --cro-sky: #00E5FF;
    --cro-dark: #0b0b18;
}

#cro-main {
    overflow-x: clip;
}

/* Inline SVG icon styles replaces Font Awesome (font files not present).
   Each cro_icon() call renders <span><svg></svg></span>. The parent wrapper
   controls size/colour; the SVG fills the wrapper via width/height:100%. */
.cro-metric__icon-wrap>span,
.cro-why__card-icon>span,
.cro-industry__icon>span,
.cro-deliverable__check>span,
.cro-commitment__row-icon>span,
.cro-team__icon>span,
.cro-doer__icon-wrap>span,
.cro-cap__icon>span,
.cro-ai__card-icon>span,
.cro-timeline__icon>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.cro-metric__icon-wrap>span svg,
.cro-why__card-icon>span svg,
.cro-industry__icon>span svg,
.cro-deliverable__check>span svg,
.cro-commitment__row-icon>span svg,
.cro-team__icon>span svg,
.cro-doer__icon-wrap>span svg,
.cro-cap__icon>span svg,
.cro-ai__card-icon>span svg,
.cro-timeline__icon>span svg {
    width: 60%;
    height: 60%;
    stroke: currentColor;
    flex-shrink: 0;
}

/* DOER list check icons smaller */
.cro-doer__list li>span.cro-doer__check-icon {
    display: inline-flex;
    align-items: center;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: var(--doer-color, var(--cro-blue));
}

.cro-doer__list li>span.cro-doer__check-icon svg {
    width: 100%;
    height: 100%;
}

/* Outcome icon in timeline */
.cro-timeline__outcome>span {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin-right: 6px;
}

.cro-timeline__outcome>span svg {
    width: 100%;
    height: 100%;
}

/* DOER banner info icon */
.cro-doer__banner>span.cro-doer__banner-icon {
    display: inline-flex;
    align-items: center;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    color: var(--cro-sky);
    margin-right: 12px;
}

.cro-doer__banner>span.cro-doer__banner-icon svg {
    width: 100%;
    height: 100%;
}

.dv360-cta-check {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--tp-common-black-4);
    font-size: 1rem;
    font-weight: 500;
}

.dv360-cta-check span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: rgba(117, 0, 255, 0.05);
    border-radius: 50%;
    flex-shrink: 0;
}

.text-agentic-primary {
    color: var(--tp-common-blue) !important;
}

.icon-size-18 {
    width: 18px;
    height: 18px;
}

/* Explore AI Capabilities button robot icon */
.cro-btn-white-border>span.me-2 {
    display: inline-flex;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 6px;
}

.cro-btn-white-border>span.me-2 svg {
    width: 100%;
    height: 100%;
}

/* ============================================================
   SHORTHAND PADDING UTILITIES (local only)
   ============================================================ */
.p-30 {
    padding: 30px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-50 {
    padding: 50px !important;
}

/* ============================================================
   TEXT COLOUR HELPERS
   ============================================================ */
.text-cro-blue {
    color: var(--cro-blue) !important;
}

.text-sky {
    color: var(--cro-sky) !important;
}

/* ============================================================
   1. HERO
   ============================================================ */
.tp-btn-black-square.cro-btn--outline span span.text-1 {
    color: #000;
}

/* Dark CRO hero plate (provided background) */
#cro-main .cro-hero--dark {
    background-color: #050508;
    background-image:
        linear-gradient(90deg, rgba(5, 5, 8, 0.55) 0%, rgba(5, 5, 8, 0.28) 45%, rgba(5, 5, 8, 0.08) 72%, rgba(5, 5, 8, 0) 100%),
        url("../img/home/hero/cro-hero-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 0;
}

#cro-main .cro-hero--dark > .container {
    padding-bottom: 40px;
}

/* Hero alignment — left column spacing (homepage-like) */
#cro-main .cro-hero--dark .cro-hero__content {
    padding-right: 32px;
}

/* Hero form sizing — CRO Free Audit (GA4 dark glass panel) */
#cro-main .cro-hero--dark .hero_right_banner.cro-hero-audit-visual {
    width: 100%;
    max-width: 560px;
}

/* CRO audit — GA4 autospec shell (CF7 on CRO page; plugin CSS not enqueued) */
.cro-hero-audit-visual .ga4-autospec-container,
.cro-audit-modal-body .ga4-autospec-container {
    font-family: 'Figtree', sans-serif;
    color: #ffffff;
    position: relative;
    width: 100%;
}

.cro-hero-audit-visual .ga4-autospec-container *,
.cro-audit-modal-body .ga4-autospec-container *,
.cro-hero-audit-visual .ga4-autospec-container *::before,
.cro-audit-modal-body .ga4-autospec-container *::before,
.cro-hero-audit-visual .ga4-autospec-container *::after,
.cro-audit-modal-body .ga4-autospec-container *::after {
    box-sizing: border-box;
}

.cro-hero-audit-visual .ga4-autospec-container .glass-panel,
.cro-audit-modal-body .ga4-autospec-container .glass-panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    padding: 28px 32px;
}

.cro-hero-audit-visual .ga4-autospec-container header,
.cro-audit-modal-body .ga4-autospec-container header {
    text-align: center;
    margin-bottom: 16px;
}

.cro-hero-audit-visual .ga4-autospec-container .logo,
.cro-audit-modal-body .ga4-autospec-container .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.cro-hero-audit-visual .ga4-autospec-container .logo h2,
.cro-audit-modal-body .ga4-autospec-container .logo h2 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
}

.cro-hero-audit-visual .ga4-autospec-container .subtitle,
.cro-audit-modal-body .ga4-autospec-container .subtitle {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.cro-hero-audit-visual .ga4-autospec-container .auth-box,
.cro-audit-modal-body .ga4-autospec-container .auth-box {
    text-align: left;
    display: flex;
    flex-direction: column;
}

.cro-hero-audit-visual .ga4-autospec-container .input-grid,
.cro-audit-modal-body .ga4-autospec-container .input-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 12px;
    margin-bottom: 12px;
}

.cro-hero-audit-visual .ga4-autospec-container .input-group--full,
.cro-audit-modal-body .ga4-autospec-container .input-group--full {
    grid-column: 1 / -1;
}

.cro-hero-audit-visual .ga4-autospec-container .input-group,
.cro-audit-modal-body .ga4-autospec-container .input-group {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cro-hero-audit-visual .ga4-autospec-container .input-field-head,
.cro-audit-modal-body .ga4-autospec-container .input-field-head {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 18px;
}

.cro-hero-audit-visual .ga4-autospec-container .input-field-head p,
.cro-audit-modal-body .ga4-autospec-container .input-field-head p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 !important;
    width: 100%;
}

.cro-hero-audit-visual .ga4-autospec-container .input-field-head br,
.cro-audit-modal-body .ga4-autospec-container .input-field-head br {
    display: none !important;
}

.cro-hero-audit-visual .ga4-autospec-container .input-field-head .icon,
.cro-audit-modal-body .ga4-autospec-container .input-field-head .icon {
    position: static;
    flex-shrink: 0;
    font-size: 13px;
    line-height: 1;
    pointer-events: none;
}

.cro-hero-audit-visual .ga4-autospec-container .input-group label,
.cro-audit-modal-body .ga4-autospec-container .input-group label {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    display: inline;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0;
    padding: 0;
    background: transparent !important;
    pointer-events: auto;
    z-index: auto;
    line-height: 1.2;
}

.cro-hero-audit-visual .ga4-autospec-container .input-wrapper,
.cro-audit-modal-body .ga4-autospec-container .input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.cro-hero-audit-visual .ga4-autospec-container .input-wrapper p,
.cro-audit-modal-body .ga4-autospec-container .input-wrapper p {
    margin: 0;
    width: 100%;
}

.cro-hero-audit-visual .ga4-autospec-container .input-wrapper .icon,
.cro-audit-modal-body .ga4-autospec-container .input-wrapper .icon {
    display: none;
}

.cro-hero-audit-visual .ga4-autospec-container .input-wrapper .wpcf7-form-control-wrap,
.cro-audit-modal-body .ga4-autospec-container .input-wrapper .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.cro-hero-audit-visual .ga4-autospec-container .input-wrapper input,
.cro-audit-modal-body .ga4-autospec-container .input-wrapper input {
    width: 100%;
    min-height: 44px;
    height: 44px;
    border-radius: 10px;
    padding: 11px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    outline: none;
    transition: all 0.3s ease;
}

.cro-hero-audit-visual .ga4-autospec-container .primary-btn,
.cro-audit-modal-body .ga4-autospec-container .primary-btn,
.cro-hero-audit-visual .ga4-autospec-container input.primary-btn,
.cro-audit-modal-body .ga4-autospec-container input.primary-btn {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: none;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 4px;
    transition: all 0.4s ease;
}

.cro-hero-audit-visual .ga4-autospec-container .wpcf7-not-valid-tip,
.cro-audit-modal-body .ga4-autospec-container .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 4px;
}

.wpcf7-form.cro-audit-form .wpcf7-spinner {
    margin: 12px auto 0;
}

@media (max-width: 600px) {
    .cro-hero-audit-visual .ga4-autospec-container .input-grid,
    .cro-audit-modal-body .ga4-autospec-container .input-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .cro-hero-audit-visual .ga4-autospec-container .glass-panel,
    .cro-audit-modal-body .ga4-autospec-container .glass-panel {
        padding: 28px 24px;
        border-radius: 24px;
    }
}

@media (max-width: 991.98px) {
    #cro-main .cro-hero--dark .cro-hero__content {
        padding-right: 0;
    }
}

@media (max-width: 767.98px) {
    #cro-main .cro-hero--dark .cro-hero-audit-form .form-group {
        margin-bottom: 14px;
    }
}

#cro-main .cro-hero--dark .section-sub-title-blue {
    color: #c4a0ff;
}

#cro-main .cro-hero--dark .cro-hero__title {
    color: #ffffff;
    font-weight: 400;
    text-transform: none;
}

#cro-main .cro-hero--dark .cro-hero__title .cro-gradient-text,
#cro-main .cro-hero--dark .cro-hero__title .title-gradient-text {
    color: #7500ff;
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    -webkit-text-fill-color: #7500ff;
    font-weight: 600;
}

#cro-main .cro-hero--dark .cro-hero__lead-line1,
#cro-main .cro-hero--dark .cro-hero__lead-line2,
#cro-main .cro-hero--dark .cro-hero__lead-line3 {
    display: block;
}

@media (min-width: 1200px) {
    #cro-main .cro-hero--dark .cro-hero__lead-line1 {
        white-space: nowrap;
    }
}

#cro-main .cro-hero--dark .cro-hero__lead {
    color: rgba(255, 255, 255, 0.78);
}

#cro-main .cro-hero--dark .cro-btn--primary {
    color: #141414 !important;
    background-color: #ffffff !important;
    border: 1px solid #ffffff !important;
}

#cro-main .cro-hero--dark .cro-btn--primary:hover {
    color: #ffffff !important;
    background-color: transparent !important;
}

#cro-main .cro-hero--dark .cro-hero__roadmap-btn,
#cro-main .cro-trust-strip__btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
}

#cro-main .cro-hero--dark .cro-hero__offer {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(196, 160, 255, 0.45);
    color: #e8d9ff !important;
}

#cro-main .cro-hero--dark .cro-hero__offer:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(196, 160, 255, 0.7);
    color: #ffffff !important;
}

#cro-main .cro-hero--dark .cro-hero-metric {
    padding: 30px 20px;
    border-radius: 12px;
    background: rgba(18, 14, 28, 0.55);
    border: 1px solid rgba(167, 139, 250, 0.35);
    height: 100%;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    max-width: 250px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

#cro-main .cro-hero--dark .cro-hero-metric .cro-metric__number {
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 8px;
}

#cro-main .cro-hero--dark .cro-hero-metric .cro-metric__label {
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.72);
}

#cro-main .cro-hero--dark .cro-hero-metric .cro-icon-style {
    color: #c4a0ff;
}

#cro-main .cro-hero--dark .ga4-autospec-container,
.cro-audit-modal-ga4.ga4-autospec-container {
    --ga4-bg-card: rgba(18, 14, 28, 0.55);
    --ga4-bg-input: rgba(10, 8, 18, 0.55);
    --ga4-border: rgba(167, 139, 250, 0.35);
    --ga4-text-main: #ffffff;
    --ga4-text-sub: rgba(255, 255, 255, 0.72);
    --ga4-text-muted: rgba(255, 255, 255, 0.55);
    --ga4-text-label: rgba(255, 255, 255, 0.88);
    --ga4-shadow-card: 0 24px 60px rgba(0, 0, 0, 0.45), 0 0 40px rgba(117, 0, 255, 0.12);
}

#cro-main .cro-hero--dark .ga4-autospec-container .glass-panel,
.cro-audit-modal-ga4.ga4-autospec-container .glass-panel {
    background: rgba(18, 14, 28, 0.55) !important;
    border: 1px solid rgba(167, 139, 250, 0.28) !important;
    border-radius: 24px !important;
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.45),
        0 0 40px rgba(117, 0, 255, 0.12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    overflow: hidden;
}

#cro-main .cro-hero--dark .ga4-autospec-container .logo h2,
#cro-main .cro-hero--dark .ga4-autospec-container .subtitle,
#cro-main .cro-hero--dark .ga4-autospec-container .input-group label,
#cro-main .cro-hero--dark .ga4-autospec-container .auth-box p,
#cro-main .cro-hero--dark .ga4-autospec-container h2,
#cro-main .cro-hero--dark .ga4-autospec-container h3,
.cro-audit-modal-ga4.ga4-autospec-container .logo h2,
.cro-audit-modal-ga4.ga4-autospec-container .subtitle,
.cro-audit-modal-ga4.ga4-autospec-container .input-group label,
.cro-audit-modal-ga4.ga4-autospec-container .auth-box p,
.cro-audit-modal-ga4.ga4-autospec-container h2,
.cro-audit-modal-ga4.ga4-autospec-container h3 {
    color: #ffffff !important;
}

#cro-main .cro-hero--dark .ga4-autospec-container .logo h2,
.cro-audit-modal-ga4.ga4-autospec-container .logo h2 {
    letter-spacing: 0.06em;
    font-weight: 700;
    font-size: 18px;
}

#cro-main .cro-hero--dark .ga4-autospec-container .subtitle,
.cro-audit-modal-ga4.ga4-autospec-container .subtitle {
    color: rgba(255, 255, 255, 0.62) !important;
    opacity: 1;
}

#cro-main .cro-hero--dark .ga4-autospec-container .input-group label,
.cro-audit-modal-ga4.ga4-autospec-container .input-group label {
    color: rgba(255, 255, 255, 0.88) !important;
    opacity: 1;
    letter-spacing: 0.04em;
}

#cro-main .cro-hero--dark .ga4-autospec-container .input-field-head .icon,
.cro-audit-modal-ga4.ga4-autospec-container .input-field-head .icon {
    color: rgba(196, 160, 255, 0.92) !important;
}

#cro-main .cro-hero--dark .ga4-autospec-container .input-wrapper input,
#cro-main .cro-hero--dark .ga4-autospec-container .input-wrapper select,
#cro-main .cro-hero--dark .ga4-autospec-container .custom-select-display,
.cro-audit-modal-ga4.ga4-autospec-container .input-wrapper input,
.cro-audit-modal-ga4.ga4-autospec-container .input-wrapper select,
.cro-audit-modal-ga4.ga4-autospec-container .custom-select-display {
    background: rgba(10, 8, 18, 0.55) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
}

#cro-main .cro-hero--dark .ga4-autospec-container .input-wrapper input::placeholder,
.cro-audit-modal-ga4.ga4-autospec-container .input-wrapper input::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

#cro-main .cro-hero--dark .ga4-autospec-container .input-wrapper input:focus,
#cro-main .cro-hero--dark .ga4-autospec-container .input-wrapper select:focus,
#cro-main .cro-hero--dark .ga4-autospec-container .input-wrapper input:not(:placeholder-shown),
.cro-audit-modal-ga4.ga4-autospec-container .input-wrapper input:focus,
.cro-audit-modal-ga4.ga4-autospec-container .input-wrapper select:focus,
.cro-audit-modal-ga4.ga4-autospec-container .input-wrapper input:not(:placeholder-shown) {
    background: rgba(10, 8, 18, 0.72) !important;
    color: #ffffff !important;
    border-color: rgba(167, 139, 250, 0.65) !important;
    box-shadow: 0 0 0 3px rgba(117, 0, 255, 0.18);
}

#cro-main .cro-hero--dark .ga4-autospec-container .input-wrapper input:-webkit-autofill,
#cro-main .cro-hero--dark .ga4-autospec-container .input-wrapper input:-webkit-autofill:hover,
#cro-main .cro-hero--dark .ga4-autospec-container .input-wrapper input:-webkit-autofill:focus,
.cro-audit-modal-ga4.ga4-autospec-container .input-wrapper input:-webkit-autofill,
.cro-audit-modal-ga4.ga4-autospec-container .input-wrapper input:-webkit-autofill:hover,
.cro-audit-modal-ga4.ga4-autospec-container .input-wrapper input:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #ffffff;
    box-shadow: 0 0 0 1000px rgba(10, 8, 18, 0.72) inset !important;
    border-color: rgba(167, 139, 250, 0.45) !important;
    transition: background-color 5000s ease-in-out 0s;
}

#cro-main .cro-hero--dark .ga4-autospec-container .input-wrapper .icon,
#cro-main .cro-hero--dark .ga4-autospec-container .input-wrapper:focus-within .icon,
#cro-main .cro-hero--dark .ga4-autospec-container .input-wrapper:has(input:not(:placeholder-shown)) .icon,
#cro-main .cro-hero--dark .ga4-autospec-container .input-wrapper:has(input:-webkit-autofill) .icon,
.cro-audit-modal-ga4.ga4-autospec-container .input-wrapper .icon,
.cro-audit-modal-ga4.ga4-autospec-container .input-wrapper:focus-within .icon,
.cro-audit-modal-ga4.ga4-autospec-container .input-wrapper:has(input:not(:placeholder-shown)) .icon,
.cro-audit-modal-ga4.ga4-autospec-container .input-wrapper:has(input:-webkit-autofill) .icon {
    color: rgba(196, 160, 255, 0.92) !important;
}

#cro-main .cro-hero--dark .ga4-autospec-container .primary-btn,
.cro-audit-modal-ga4.ga4-autospec-container .primary-btn,
#cro-main .cro-hero--dark .ga4-autospec-container input.primary-btn,
.cro-audit-modal-ga4.ga4-autospec-container input.primary-btn {
    background: linear-gradient(90deg, #5b00c9 0%, #7500ff 50%, #9b4dff 100%) !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 12px 28px rgba(117, 0, 255, 0.35);
}

#cro-main .cro-hero--dark .ga4-autospec-container .primary-btn:hover:not(:disabled),
.cro-audit-modal-ga4.ga4-autospec-container .primary-btn:hover:not(:disabled),
#cro-main .cro-hero--dark .ga4-autospec-container input.primary-btn:hover:not(:disabled),
.cro-audit-modal-ga4.ga4-autospec-container input.primary-btn:hover:not(:disabled) {
    background: linear-gradient(90deg, #4a00a8 0%, #6500e0 50%, #8a3dff 100%) !important;
}

#cro-main .cro-hero--dark .ga4-autospec-container .primary-btn:disabled,
.cro-audit-modal-ga4.ga4-autospec-container .primary-btn:disabled,
#cro-main .cro-hero--dark .ga4-autospec-container input.primary-btn:disabled,
.cro-audit-modal-ga4.ga4-autospec-container input.primary-btn:disabled {
    opacity: 0.45;
}

#cro-main .cro-trust-strip {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 24px 0;
    background-color: #000000;
}

#cro-main .cro-trust-strip__rail {
    display: grid;
    grid-template-columns: auto repeat(3, minmax(0, 1fr));
    gap: 0;
    align-items: center;
    justify-items: stretch;
    padding: 0;
}

#cro-main .cro-trust-strip__layout {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0;
}

#cro-main .cro-trust-strip__badge-col {
    flex: 0 0 auto;
}

#cro-main .cro-trust-strip__badge-anchor {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
}

#cro-main .cro-trust-strip__btn-ghost {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    user-select: none;
    background: transparent !important;
    border-color: transparent !important;
}

#cro-main .cro-trust-strip__badge {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    height: 54px;
    width: auto;
    max-width: min(196px, 42vw);
    object-fit: contain;
}

#cro-main .cro-trust-strip__rail--stats {
    --cro-trust-stats-gap: clamp(48px, 6vw, 88px);
    display: flex;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: var(--cro-trust-stats-gap);
    margin-left: 32px;
    min-width: 0;
    width: auto;
    max-width: none;
}

#cro-main .cro-trust-strip__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: left;
    padding: 0 22px;
    position: relative;
    min-width: 0;
    width: 100%;
}

#cro-main .cro-trust-strip__item:first-child {
    padding-left: 0;
    padding-right: 28px;
    justify-content: flex-start;
}

#cro-main .cro-trust-strip__item:last-child {
    padding-right: 0;
}

#cro-main .cro-trust-strip__item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 18%;
    bottom: 18%;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(196, 160, 255, 0.35), transparent);
}

#cro-main .cro-trust-strip__val {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 0;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.15;
    color: #ffffff;
    font-family: var(--tp-ff-heading, 'Figtree', sans-serif);
    white-space: normal;
}

#cro-main .cro-trust-strip__unit {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
}

#cro-main .cro-trust-strip__label {
    flex: 0 1 auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.7);
}

#cro-main .cro-trust-strip__rail--stats .cro-trust-strip__item {
    width: auto;
    flex: 0 0 auto;
    padding: 0;
    gap: 12px;
}

#cro-main .cro-trust-strip__rail--stats .cro-trust-strip__item:not(:last-child)::after {
    right: calc(-0.5 * var(--cro-trust-stats-gap));
}

#cro-main .cro-brand-area.tp-brand-area {
    padding-top: 20px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0 !important;
}

#cro-main .home-results-cta-band > .cro-brand-area.tp-brand-area,
#cro-main .home-results-cta-band > .dv360-brand-area.tp-brand-area {
    background-color: #ffffff;
}

#cro-main .home-results-cta-band > .cro-brand-area.tp-brand-spacing {
    padding-top: 20px !important;
}

#cro-main .home-results-cta-band > .cro-brand-area .tp-brand-wrap,
#cro-main .home-results-cta-band > .cro-brand-area .tp-brand-active,
#cro-main .home-results-cta-band > .cro-brand-area .swiper-wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#cro-main .home-results-cta-band > .cro-brand-area .tp-brand-wrap {
    line-height: 0;
}

#cro-main .home-results-cta-band > .cro-brand-area .tp-brand-item {
    line-height: normal;
}

#cro-main .cro-brand-area .tp-brand-customer-wrap {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: table;
    margin: 0 auto 12px;
    z-index: 2;
}

#cro-main .cro-brand-area .tp-brand-wrap {
    padding-top: 4px;
    padding-bottom: 0;
}

#cro-main .cro-brand-area .tp-brand-bottom-border {
    display: none;
}

@media (max-width: 1199px) {
    #cro-main .cro-trust-strip__val {
        font-size: 20px;
    }

    #cro-main .cro-trust-strip__unit {
        font-size: 15px;
    }

    #cro-main .cro-trust-strip__label {
        font-size: 15px;
    }

    #cro-main .cro-trust-strip__item {
        gap: 8px;
        padding: 0 16px;
    }

    #cro-main .cro-trust-strip__badge {
        height: 48px;
        max-width: min(170px, 40vw);
    }

    #cro-main .cro-trust-strip__rail--stats {
        --cro-trust-stats-gap: 40px;
        margin-left: 24px;
    }

    #cro-main .cro-trust-strip__rail--stats .cro-trust-strip__item:not(:last-child)::after {
        right: -20px;
    }
}

@media (max-width: 991px) {
    #cro-main .cro-trust-strip {
        padding: 20px 0;
    }

    #cro-main .cro-trust-strip__layout {
        flex-direction: column;
        align-items: center;
    }

    #cro-main .cro-trust-strip__badge-col {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    #cro-main .cro-trust-strip__badge-anchor {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    #cro-main .cro-trust-strip__btn-ghost {
        display: none;
    }

    #cro-main .cro-trust-strip__badge {
        position: static;
        transform: none;
    }

    #cro-main .cro-trust-strip__rail--stats {
        --cro-trust-stats-gap: 32px;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 16px;
        margin-top: 12px;
        margin-left: 0;
        width: 100%;
    }

    #cro-main .cro-trust-strip__rail--stats .cro-trust-strip__item:nth-child(2)::after {
        display: none;
    }
}

@media (max-width: 575px) {
    #cro-main .cro-trust-strip {
        padding: 18px 0;
    }

    #cro-main .cro-trust-strip__rail {
        grid-template-columns: 1fr;
        row-gap: 10px;
    }

    #cro-main .cro-trust-strip__item {
        padding: 6px 0 !important;
        justify-content: center;
    }

    #cro-main .cro-trust-strip__rail--stats {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 10px;
    }

    #cro-main .cro-trust-strip__rail--stats .cro-trust-strip__item {
        padding: 0 8px !important;
        justify-content: center;
    }

    #cro-main .cro-trust-strip__item:not(:last-child)::after {
        display: none;
    }

    #cro-main .cro-trust-strip__item:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding-bottom: 12px !important;
    }

    #cro-main .cro-trust-strip__badge {
        height: 44px;
    }
}

/* White nav + light logo over dark CRO hero */
.page-template-template-cro .tp-header-area:not(.header-sticky) .logo-black {
    display: none !important;
}

.page-template-template-cro .tp-header-area:not(.header-sticky) .logo-white {
    display: block !important;
}

.page-template-template-cro .tp-header-area:not(.header-sticky) .tp-header-menu > nav > ul > li > a {
    color: #ffffff;
}

.page-template-template-cro .tp-header-area:not(.header-sticky) .tp-header-dropdown nav ul li.has-dropdown::after {
    color: #ffffff;
}

.page-template-template-cro .tp-header-area:not(.header-sticky) .tp-header-bar button i {
    background-color: #ffffff;
}

.page-template-template-cro .tp-header-area.header-sticky.sticky-white-bg .logo-white {
    display: none !important;
}

.page-template-template-cro .tp-header-area.header-sticky.sticky-white-bg .logo-black {
    display: block !important;
}

/* Badge above headline */
.cro-hero__badge {
    display: inline-block;
    padding: 6px 18px;
    border: 1.5px solid rgba(115, 4, 251, 0.3);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--cro-blue);
    background: rgba(115, 4, 251, 0.06);
    margin-bottom: 16px;
}

.cro-cta-section {
    background: linear-gradient(160deg, #8f65e136 0%, #ece9ff24 40%, #7500ff24 100%);
}

.cro-hero__title {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #000000;
    font-family: var(--tp-ff-grotesk, 'Figtree', sans-serif);
    text-transform: capitalize;
}

.cro-hero__title-line2 {
    display: block;
    margin-top: 4px;
    font-weight: 400;
}

.cro-hero__lead {
    font-size: 18px;
    line-height: 1.7;
    color: #2f2f31;
}

.cro-hero__offer {
    display: inline-flex;
    align-items: center;
    padding: 14px 22px;
    border-radius: 12px;
    background: rgba(115, 4, 251, 0.1);
    border: 1px solid rgba(115, 4, 251, 0.28);
    color: #7304FB !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none !important;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.cro-hero__offer:hover {
    background: rgba(115, 4, 251, 0.16);
    border-color: rgba(115, 4, 251, 0.45);
    color: #5a03c5 !important;
    transform: translateY(-2px);
}

/* Gradient text purple → cyan */
.cro-gradient-text {
    /* background: linear-gradient(135deg, #7304FB 0%, #a73aff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; */
    color: #7304FB;
}

/* Hero button variants */


.cro-btn--outline {
    background: transparent !important;
    color: #141414 !important;
    border: 1.5px solid #141414 !important;
    box-shadow: none !important;
}

.cro-btn--outline:hover {
    background: #141414 !important;
    color: #ffffff !important;
}

/* ============================================================
   2. METRICS
   ============================================================ */
.cro-metrics__area {
    background: #ffffff;
    border-top: 1px solid #e6e2f1;
    border-bottom: 1px solid #e6e2f1;
}

.cro-metric__item {
    text-align: center;
    padding: 40px 24px;
    position: relative;
}

.cro-metric__item--bordered::after {
    content: '';
    position: absolute;
    top: 20%;
    right: 0;
    height: 60%;
    width: 1px;
    background: #e6e2f1;
}

.cro-metric__icon-wrap {
    width: 56px;
    height: 56px;
    background: rgba(115, 4, 251, 0.08);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: var(--cro-blue);
    font-size: 22px;
}

.cro-metric__number {
    font-size: clamp(36px, 5vw, 54px);
    font-weight: 800;
    color: var(--cro-blue);
    line-height: 1;
    margin-bottom: 10px;
    font-family: var(--tp-ff-grotesk, 'Figtree', sans-serif);
    letter-spacing: -0.03em;
}

/* PureCounter element inline */
.cro-metric__number i {
    font-style: normal;
}

.cro-metric__label {
    font-size: 14px;
    color: #2f2f31;
    font-weight: 500;
    line-height: 1.4;
}

/* ============================================================
   3. WHY IT MATTERS
   ============================================================ */
.cro-why__card {
    background: #ffffff;
    border: 1px solid #e6e2f1;
    border-radius: 14px;
    padding: 24px 20px;
    margin-bottom: 16px;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.cro-why__card:hover {
    border-color: var(--cro-blue);
    box-shadow: 0 8px 24px rgba(115, 4, 251, 0.1);
    transform: translateY(-3px);
}

.cro-why__card:last-child {
    margin-bottom: 0;
}

.cro-why__card-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 12px;
    background: rgba(115, 4, 251, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--cro-blue);
}

.cro-why__card-title {
    font-size: 16px;
    font-weight: 700;
    color: #141414;
    margin-bottom: 6px;
}

/* ============================================================
   4. PROVEN RESULTS Industry tiles
   ============================================================ */
.cro-industry__item {
    background: #ffffff;
    border: 1px solid #e6e2f1;
    border-radius: 16px;
    padding: 28px 20px 24px;
    text-align: center;
    height: 100%;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.cro-industry__item:hover {
    border-color: var(--cro-blue);
    box-shadow: 0 8px 28px rgba(115, 4, 251, 0.1);
    transform: translateY(-4px);
}

.cro-industry__icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto;
    /* color + background set inline for per-industry tint */
}

.cro-industry__name {
    font-size: 16px;
    font-weight: 700;
    color: #141414;
    margin: 14px 0 6px;
}

.cro-industry__brands {
    font-size: 12px;
    color: #888;
    line-height: 1.4;
}

/* ============================================================
   5. CASE STUDY CARDS white text on stat panel + client logos
   ============================================================ */
.cro-case__card {
    background: #ffffff;
    border: 1px solid #e6e2f1;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cro-case__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

/* Coloured stat panel */
.cro-case__stats {
    padding: 40px 36px 32px;
    position: relative;
    overflow: hidden;
}

.cro-case__stats::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    top: -60px;
    right: -60px;
    pointer-events: none;
}

.cro-case__stats--blue {
    background: linear-gradient(135deg, #7304FB 0%, #4d009e 100%);
}

.cro-case__stats--orange {
    background: linear-gradient(135deg, #FF6B35 0%, #cc3f00 100%);
}

.cro-case__stats--cyan {
    background: linear-gradient(135deg, #0056D2 0%, #003da8 100%);
}

/* All text on stat panel must be white */
.cro-case__tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    margin-bottom: 12px;
}

.cro-case__number {
    font-size: clamp(42px, 5vw, 64px);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.05;
    margin-bottom: 10px;
    letter-spacing: -0.03em;
    font-family: var(--tp-ff-grotesk, 'Figtree', sans-serif);
}

.cro-case__card p.cro-case__stat-label {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    line-height: 1.4;
    letter-spacing: 0.8px;
}

/* Card body */
.cro-case__body {
    padding: 28px 36px 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cro-case__logo-wrap {
    display: flex;
    align-items: center;
}

.cro-case__logo {
    max-height: 36px;
    max-width: 140px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: filter 0.3s, opacity 0.3s;
}

.cro-case__card:hover .cro-case__logo {
    filter: grayscale(0%);
    opacity: 1;
}

/* ============================================================
   6. HOW WE WORK Timeline v2
   ============================================================ */
.cro-roadmap__intro-text {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    color: #555;
    line-height: 1.6;
}

.cro-roadmap__sticky-sidebar {
    position: sticky;
    top: 120px;
}

.cro-roadmap__summary-card {
    background: #ffffff;
    border: 1px solid #e6e2f1;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.cro-roadmap__summary-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--cro-dark);
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.cro-roadmap__summary-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--cro-blue);
    border-radius: 2px;
}

.cro-roadmap__summary-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cro-roadmap__summary-list li {
    font-size: 16px;
    color: #444;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.cro-roadmap__summary-list li:last-child {
    margin-bottom: 0;
}

.cro-roadmap__summary-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--cro-sky);
    flex-shrink: 0;
}

.cro-roadmap__summary-dot--alt {
    background: var(--cro-blue);
}

/* Timeline v2 Vertical */
.cro-timeline-v2 {
    position: relative;
    padding-left: 20px;
}

.cro-timeline-v2::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 47px;
    width: 2px;
    background: #e6e2f1;
}

.cro-timeline-v2__item {
    position: relative;
    padding-left: 60px;
    margin-bottom: 60px;
}

.cro-timeline-v2__item:last-child {
    margin-bottom: 0;
}

.cro-timeline-v2__node {
    position: absolute;
    left: 17px;
    top: 0;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 2px solid var(--cro-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.cro-timeline-v2__node-inner {
    width: 10px;
    height: 10px;
    background: var(--cro-blue);
    border-radius: 50%;
}

.cro-timeline-v2__header {
    margin-bottom: 12px;
}

.cro-timeline-v2__time {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--cro-blue);
    display: block;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.cro-timeline-v2__title {
    font-size: 22px;
    font-weight: 700;
    color: var(--cro-dark);
    margin: 0;
}

.cro-timeline-v2__desc {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

.cro-timeline-v2__outcome {
    font-size: 16px;
    background: rgba(115, 4, 251, 0.05);
    border-left: 3px solid var(--cro-blue);
    padding: 10px 15px;
    border-radius: 0 8px 8px 0;
    color: #444;
}

.cro-timeline-v2__outcome strong {
    color: var(--cro-blue);
}

@media (max-width: 991px) {
    .cro-roadmap__sticky-sidebar {
        position: static;
        margin-bottom: 50px;
    }

    .cro-timeline-v2__item {
        margin-bottom: 40px;
    }
}

/* ============================================================
   7. DELIVERABLES dark section
   ============================================================ */
.cro-dark-section {
    background: var(--cro-dark);
}

/* Sub-title on dark bg */
.cro-dark-subtitle {
    color: var(--cro-sky) !important;
    border-color: rgba(0, 229, 255, 0.3) !important;
}

.cro-deliverables__list {
    margin: 0;
}

.cro-deliverable__item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cro-deliverable__item:last-child {
    border-bottom: none;
}

.cro-deliverable__check {
    color: var(--cro-blue);
    font-size: 22px;
    flex-shrink: 0;
    margin-top: 3px;
}

.cro-deliverable__title {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 4px;
}

.cro-deliverable__desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.6;
}

/* Commitment box */
.cro-commitment__box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px 36px;
}

.cro-commitment__intro {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 32px;
}

.cro-commitment__row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cro-commitment__row:last-child {
    border-bottom: none;
}

.cro-commitment__row-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
    background: rgba(115, 4, 251, 0.3);
    color: #c084fc;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cro-commitment__row-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: var(--cro-sky);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.cro-commitment__row-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* ============================================================
   8. CRO TEAM modern cards
   ============================================================ */
.cro-team__card {
    background: #ffffff;
    border: 1px solid #e6e2f1;
    border-radius: 20px;
    padding: 36px 28px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.cro-team__card:hover {
    border-color: var(--cro-blue);
    box-shadow: 0 16px 40px rgba(115, 4, 251, 0.12);
    transform: translateY(-5px);
}

.cro-team__card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
}

.cro-team__icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(115, 4, 251, 0.1) 0%, rgba(0, 229, 255, 0.1) 100%);
    color: var(--cro-blue);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cro-team__num {
    font-size: 52px;
    font-weight: 800;
    color: var(--cro-blue);
    opacity: 0.08;
    line-height: 1;
    font-family: var(--tp-ff-grotesk, 'Figtree', sans-serif);
}

.cro-team__role {
    font-size: 20px;
    font-weight: 700;
    color: #141414;
    margin-bottom: 12px;
}

.cro-team__desc {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 24px;
}

.cro-team__bar {
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--cro-blue) 0%, var(--cro-sky) 100%);
    width: 50px;
    transition: width 0.4s ease;
}

.cro-team__card:hover .cro-team__bar {
    width: 80px;
}

/* ============================================================
   9. DOER FRAMEWORK icon box fix
   ============================================================ */
.cro-doer__card {
    background: #ffffff;
    border: 1px solid #e6e2f1;
    border-top: 4px solid var(--doer-color, var(--cro-blue));
    border-radius: 0 0 20px 20px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s, transform 0.3s;
}

.cro-doer__card:hover {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

/* Big ghost letter */
.cro-doer__ghost {
    position: absolute;
    bottom: -20px;
    right: -8px;
    font-size: 120px;
    font-weight: 900;
    line-height: 1;
    color: var(--doer-color, var(--cro-blue));
    opacity: 0.05;
    pointer-events: none;
    font-family: var(--tp-ff-grotesk, 'Figtree', sans-serif);
    user-select: none;
}

.cro-doer__icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(115, 4, 251, 0.1);
    /* fallback for browsers without CSS custom property tint */
    background: color-mix(in srgb, var(--doer-color, var(--cro-blue)) 12%, white);
    color: var(--doer-color, var(--cro-blue));
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.cro-doer__title {
    font-size: 24px;
    font-weight: 800;
    color: var(--doer-color, var(--cro-blue));
    margin-bottom: 8px;
}

.cro-doer__desc {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.cro-doer__list li {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cro-doer__list li i {
    color: var(--doer-color, var(--cro-blue));
    font-size: 11px;
    flex-shrink: 0;
}

/* DOER banner */
.cro-doer__banner {
    background: linear-gradient(135deg, #f5f0ff 0%, #eaf4ff 100%);
    border: 1px solid rgba(115, 4, 251, 0.2);
    border-radius: 16px;
    padding: 28px 40px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.cro-doer__banner-icon {
    font-size: 28px;
    color: var(--cro-blue);
    flex-shrink: 0;
}

.cro-doer__banner p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

/* ============================================================
   10. CAPABILITIES icon visible fix
   ============================================================ */
.cro-cap__card {
    background: #ffffff;
    border: 1px solid #e6e2f1;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.cro-cap__card:hover {
    border-color: var(--cro-blue);
    box-shadow: 0 16px 40px rgba(115, 4, 251, 0.1);
    transform: translateY(-5px);
}

.cro-cap__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
}

.cro-cap__icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: rgba(115, 4, 251, 0.08);
    color: var(--cro-blue);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* prevent any override from parent */
    flex-shrink: 0;
}

.cro-cap__num {
    font-size: 52px;
    font-weight: 800;
    color: var(--cro-blue);
    opacity: 0.07;
    line-height: 1;
    font-family: var(--tp-ff-grotesk, 'Figtree', sans-serif);
}

.cro-cap__title {
    font-size: 22px;
    font-weight: 700;
    color: #141414;
    margin-bottom: 14px;
}

.cro-cap__card .cro-cap__desc {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 0 !important;
}

/* ============================================================
   11. AGENTIC AI dark bg, all text legible
   ============================================================ */
.cro-ai__area {
    position: relative;
}

/* Decorative colour blobs */
.cro-ai__blob {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(100px);
}

.cro-ai__blob--1 {
    width: 500px;
    height: 500px;
    background: rgba(115, 4, 251, 0.25);
    top: -150px;
    left: -150px;
}

.cro-ai__blob--2 {
    width: 400px;
    height: 400px;
    background: rgba(0, 229, 255, 0.12);
    bottom: -100px;
    right: -100px;
}

.section.cro-ai__area p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.75;
    margin-bottom: 15px;
}

.section.cro-ai__area .cro-ai__card p {
    margin-bottom: 0;
}

/* AI feature cards */
.cro-ai__card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 24px 28px;
    margin-bottom: 16px;
    transition: background 0.3s, border-color 0.3s;
}

.cro-ai__card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(0, 229, 255, 0.3);
}

.cro-ai__card:last-child {
    margin-bottom: 0;
}

.cro-ai__card-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 12px;
    background: rgba(115, 4, 251, 0.4);
    color: #c084fc;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cro-ai__card-title {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
}

.cro-ai__card-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    line-height: 1.65;
}

/* Button: white outline on dark bg */
.cro-btn-white-border {
    padding: 20px 34px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    border-radius: 10px;
    display: inline-block;
    letter-spacing: -0.01em;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    border: 1px solid #fff;
}

.cro-btn-white-border:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--tp-common-black);
}

/* ============================================================
   FAQ
   ============================================================ */
.cro-faq__item {
    background: #ffffff;
    border: 1px solid #e6e2f1 !important;
    border-radius: 14px !important;
    overflow: hidden;
    margin-bottom: 12px;
}

.cro-faq__btn {
    background: transparent !important;
    color: #141414 !important;
    font-weight: 600;
    font-size: 16px;
    padding: 22px 28px;
    box-shadow: none !important;
    font-family: var(--tp-ff-grotesk, 'Figtree', sans-serif);
}

.cro-faq__btn:not(.collapsed) {
    color: var(--cro-blue) !important;
}

.cro-faq__btn::after {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 4V14M4 9H14' stroke='%237304FB' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-size: 18px;
    width: 18px;
    height: 18px;
}

.cro-faq__btn:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 9H14' stroke='%237304FB' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    transform: none;
}

.cro-faq__body {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    padding: 0 28px 24px;
}

.cro-faq__body ul {
    margin-top: 10px;
    padding-left: 20px;
    list-style-type: disc;
}

.cro-faq__body ul li {
    margin-bottom: 5px;
}

/* ============================================================
   CTA SECTION
   ============================================================ */
.cro-cta__bg {
    background: linear-gradient(135deg, #7304FB 0%, #4500b8 60%, #2a0090 100%);
    border-radius: 28px;
    padding: 50px;
}

.cro-cta__orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.15;
}

.cro-cta__orb--1 {
    width: 400px;
    height: 400px;
    background: #ffffff;
    top: -120px;
    right: -120px;
}

.cro-cta__orb--2 {
    width: 300px;
    height: 300px;
    background: var(--cro-sky);
    bottom: -80px;
    left: -80px;
}

.cro-cta__badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50px;
    padding: 6px 18px;
    margin-bottom: 28px;
}

.cro-cta__title {
    font-size: clamp(28px, 4vw, 52px);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-family: var(--tp-ff-grotesk, 'Figtree', sans-serif);
    margin-bottom: 20px;
}

.cro-cta__text {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 40px;
}

/* CTA button yellow fill */
.cro-cta__btn {
    background: #FFD600 !important;
    color: #141414 !important;
    border-color: #FFD600 !important;
}

.cro-cta__btn:hover {
    background: #ffe033 !important;
}

/* ============================================================
   RESPONSIVE OVERRIDES
   ============================================================ */
@media (max-width: 1199.98px) {
    .cro-cta__bg {
        padding: 70px 48px;
    }
}

@media (max-width: 991.98px) {
    .cro-hero__area {
        padding-top: 140px;
    }

    .cro-cta__bg {
        padding: 60px 36px;
    }

    .cro-doer__banner {
        flex-direction: column;
        text-align: center;
    }

    .cro-commitment__box {
        padding: 32px 24px;
    }
}

@media (max-width: 767.98px) {
    .cro-hero__title {
        font-size: 34px;
    }

    .cro-hero__lead {
        font-size: 16px;
    }

    .cro-ai__blob--2 {
        right: 0;
    }

    .cro-metric__item--bordered::after {
        display: none;
    }

    .cro-case__body {
        padding: 20px 24px 24px;
    }

    .cro-case__stats {
        padding: 28px 24px 22px;
    }

    .cro-cta__bg {
        padding: 48px 24px;
        border-radius: 18px;
    }

    .cro-faq__btn {
        font-size: 15px;
        padding: 18px 20px;
    }

    .cro-faq__body {
        padding: 0 20px 20px;
    }

    .cro-cap__card {
        padding: 20px;
    }

    .cro-doer__card {
        padding: 24px 20px 28px;
    }
}

/* ============================================================
   FREE CRO AUDIT MODAL
   ============================================================ */
.cro-audit-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}

.cro-audit-modal-overlay.d-none {
    display: none !important;
}

.cro-audit-modal-overlay.d-flex {
    display: flex !important;
}

.cro-audit-modal-content--ga4 {
    background: transparent;
    width: 90%;
    max-width: 560px;
    border-radius: 0;
    padding: 20px;
    box-shadow: none;
}

.cro-audit-modal-content--ga4 .cro-audit-modal-close {
    color: rgba(255, 255, 255, 0.85);
    z-index: 2;
}

.cro-audit-modal-content--ga4 .cro-audit-modal-close:hover {
    color: #ffffff;
}

.cro-audit-modal-content {
    background: #fff;
    width: 90%;
    max-width: 500px;
    border-radius: 16px;
    padding: 40px;
    position: relative;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.15);
    animation: croAuditFadeIn 0.3s ease-out;
}

@keyframes croAuditFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.cro-audit-modal-close {
    position: absolute;
    top: 16px;
    right: 20px;
    background: transparent;
    border: none;
    font-size: 28px;
    line-height: 1;
    color: #999;
    cursor: pointer;
    transition: color 0.2s;
}

.cro-audit-modal-close:hover {
    color: #141414;
}

.cro-audit-modal-header {
    text-align: center;
    margin-bottom: 20px;
}

.cro-audit-modal-header h3 {
    font-size: 24px;
    font-weight: 800;
    color: var(--cro-dark, #0b0b18);
    margin-bottom: 10px;
}

.cro-audit-modal-header p {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
    margin: 0;
}

.cro-audit-form .form-group {
    position: relative;
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: left;
    box-sizing: border-box;
}

/* Legacy modal floating labels — .form-group only (not GA4 .input-group) */
.cro-audit-form .form-group label {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: 500;
    color: #777;
    margin: 0;
    padding: 0 4px;
    background: #fff;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
    z-index: 2;
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 14px;
}

.wpcf7-form.invalid .cro-audit-form .form-group label {
    top: 37%;
}

/* Adjust initial label position for textarea so it stays near the top */
.cro-audit-form .form-group:has(textarea) label {
    top: 26px;
}

.cro-audit-modal-content p {
    margin-bottom: 0px;
}

.cro-audit-form .form-group label .required {
    color: #e53935;
}

.cro-audit-form .form-group input,
.cro-audit-form .form-group textarea {
    width: 100%;
    border: 1px solid #e6e2f1;
    border-radius: 8px;
    padding: 0 16px;
    font-size: 15px;
    color: #141414;
    outline: none;
    background: transparent;
    position: relative;
    z-index: 1;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.cro-audit-form .form-group input {
    height: 52px;
}

.cro-audit-form .form-group textarea {
    min-height: 120px;
    padding-top: 16px;
    resize: vertical;
}

/* Hide placeholder in legacy floating-label fields only */
.cro-audit-form .form-group input::placeholder,
.cro-audit-form .form-group textarea::placeholder {
    color: transparent;
}

/* GA4 dark form — keep placeholders visible; block legacy input overrides */
.cro-hero-audit-visual .ga4-autospec-container .cro-audit-form .input-wrapper input,
.cro-audit-modal-body .ga4-autospec-container .cro-audit-form .input-wrapper input {
    border-radius: 10px;
    background: rgba(10, 8, 18, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
    height: 44px;
    padding: 11px 14px;
}

.cro-hero-audit-visual .ga4-autospec-container .cro-audit-form .input-wrapper input::placeholder,
.cro-audit-modal-body .ga4-autospec-container .cro-audit-form .input-wrapper input::placeholder {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1;
}

/* Move label to top on focus or when input has value */
.cro-audit-form .form-group:focus-within label,
.cro-audit-form .form-group:has(input:focus) label,
.cro-audit-form .form-group:has(textarea:focus) label,
.cro-audit-form .form-group:has(input:not(:placeholder-shown)) label,
.cro-audit-form .form-group:has(textarea:not(:placeholder-shown)) label,
.cro-audit-form .form-group:has(.has-value) label {
    top: 0;
    font-size: 12px;
    font-weight: 700;
    color: var(--cro-blue, #7304FB);
}

.cro-audit-form .form-group input:focus,
.cro-audit-form .form-group textarea:focus {
    border-color: var(--cro-blue, #7304FB);
    box-shadow: 0 0 0 4px rgba(115, 4, 251, 0.1);
}

.cro-audit-submit-btn {
    width: 100%;
    height: 54px;
    border-radius: 8px !important;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}

/* CRO Free Audit modal — success state */
.cro-audit-modal-body .wpcf7-response-output,
.cro-hero-audit-visual .wpcf7-response-output {
    display: none;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.cro-audit-modal-body form.sent .form-group,
.cro-audit-modal-body form.sent .cta-submit-btn,
.cro-audit-modal-body form.sent .privacy-text,
.cro-audit-modal-body form.sent .wpcf7-spinner,
.cro-audit-modal-body form.sent .input-grid,
.cro-audit-modal-body form.sent .primary-btn,
.cro-hero-audit-visual form.sent .form-group,
.cro-hero-audit-visual .glass-panel:has(form.sent) header,
.cro-hero-audit-visual form.sent .cro-audit-submit-btn,
.cro-hero-audit-visual form.sent .input-grid,
.cro-hero-audit-visual form.sent .primary-btn,
.cro-hero-audit-visual form.sent .privacy-text,
.cro-hero-audit-visual form.sent .wpcf7-spinner {
    display: none !important;
}

.cro-audit-modal-body form.sent .wpcf7-response-output,
.cro-audit-modal--success .cro-audit-modal-body .wpcf7-response-output,
.cro-hero-audit-visual form.sent .wpcf7-response-output {
    display: block !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #141414 !important;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1.55 !important;
    text-align: left;
}

.cro-hero-audit-visual form.sent .wpcf7-response-output {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.ga4-autospec-container form.sent .cro-audit-success__title {
    color: #ffffff !important;
}

.ga4-autospec-container form.sent .cro-audit-success__body {
    color: rgba(255, 255, 255, 0.88) !important;
}

.ga4-autospec-container form.sent .cro-audit-success__body strong {
    color: #ffffff !important;
}

.cro-audit-success__timeline {
    font-size: 0.85em;
    font-weight: 600;
    opacity: 0.9;
}

.ga4-autospec-container form.sent .cro-audit-success__timeline {
    color: rgba(255, 255, 255, 0.78) !important;
}

.cro-audit-modal-body form.sent .wpcf7-response-output::before,
.cro-audit-modal--success .cro-audit-modal-body .wpcf7-response-output::before,
.cro-hero-audit-visual form.sent .wpcf7-response-output::before {
    content: none !important;
    display: none !important;
}

.cro-audit-success-card {
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 14px !important;
}

.cro-audit-success__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    min-width: 0;
}

.cro-audit-success__title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    color: #141414;
}

.cro-audit-success__body {
    display: block;
    width: 100%;
    color: #0f5132;
    font-weight: 500;
}

.cro-audit-success__body strong {
    font-weight: 700;
    color: #141414;
}

@media (max-width: 575px) {
    .cro-audit-modal-content {
        padding: 30px 24px;
    }
}

/* ============================================================
   CLIENT RESULTS + CTA — dark band (provided purple-wave plate)
   ============================================================ */
#cro-main .home-results-cta-band {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    background-color: #000000;
    background-image:
        linear-gradient(100deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.28) 48%, rgba(0, 0, 0, 0.12) 100%),
        url("../img/home/hero/cro-results-cta-bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
}

#cro-main .home-results-cta-band .case-study-area--dark,
#cro-main .home-results-cta-band .cta-section--dark {
    background: none !important;
}

#cro-main .home-results-cta-band > .cro-brand-area.tp-brand-area {
    flex: 0 0 auto;
}

#cro-main .home-results-cta-band > .cro-brand-area .tp-brand-marquee,
#cro-main .home-results-cta-band > .cro-brand-area .swiper.tp-brand-active {
    height: auto !important;
    min-height: 0 !important;
}

#cro-main .home-results-cta-band > .cro-brand-area + .case-study-area.case-study-area--dark,
#cro-main .home-results-cta-band .case-study-area.case-study-area--dark {
    flex: 1 1 auto;
    padding: 80px 0 40px !important;
    margin-top: 0 !important;
    background: none !important;
}

#cro-main .home-results-cta-band > .cro-brand-area + .case-study-area > .container {
    padding-top: 0;
}

#cro-main .home-results-cta-band .case-study-area .case-study-bar,
#cro-main .home-results-cta-band .case-study-area .case-study-bar.scrolled {
    padding-top: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 24px !important;
    position: static;
    top: auto;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

@media (max-width: 991px) {
    #cro-main .home-results-cta-band .case-study-area.case-study-area--dark {
        padding-top: 56px !important;
        padding-bottom: 32px !important;
    }

    #cro-main .home-results-cta-band .case-study-area .case-study-bar,
    #cro-main .home-results-cta-band .case-study-area .case-study-bar.scrolled {
        padding-top: 0 !important;
        margin-bottom: 16px !important;
    }
}

#cro-main .cta-section--dark .dv360-cta-check {
    color: rgba(255, 255, 255, 0.88);
}

#cro-main .cta-section--dark .dv360-cta-check span {
    color: #c4a0ff;
}

#cro-main .cta-section--dark .cta-form-wrapper {
    background: rgba(12, 10, 18, 0.72);
    border: 1px solid rgba(167, 139, 250, 0.45);
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(117, 0, 255, 0.12),
        0 0 40px rgba(117, 0, 255, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

/* CLIENT RESULTS — smaller colored logos + full thumb visibility */
#cro-main .case-study-badge-wrap {
    min-height: 68px;
    margin-bottom: 16px;
    gap: 12px;
}

#cro-main .case-study-logo {
    max-height: 60px;
    max-width: 168px;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: left center;
    flex-shrink: 0;
}

#cro-main .case-study-badge-wrap:has(.case-study-logo--dot-key) {
    min-height: 88px;
}

#cro-main .case-study-logo--dot-key {
    max-height: 90px;
    max-width: 248px;
}

#cro-main .case-study-badge-wrap:has(.case-study-logo--gem-monk) {
    min-height: 84px;
    align-items: center;
    overflow: visible;
}

#cro-main .case-study-logo--gem-monk {
    display: block;
    background: #ffffff;
    padding: 4px 8px;
    border-radius: 8px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
    max-height: none;
    height: 58px;
    max-width: 220px;
    width: auto;
    object-fit: contain;
    object-position: left center;
    flex-shrink: 0;
    box-sizing: border-box;
}

#cro-main .case-study-logo--royal-enfield {
    max-height: 76px;
    max-width: 200px;
    height: auto;
    width: auto;
}

#cro-main .case-study-thumb-side {
    background: #121218;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cro-main .case-study-thumb-side::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.55) 100%);
}

#cro-main .case-study-thumb-side img.case-study-thumb-img {
    object-fit: contain;
    object-position: center center;
}

#cro-main .case-study-thumb-side img.case-study-thumb-img--cover {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    align-self: stretch;
}

@media (max-width: 1200px) {
    #cro-main .case-study-logo {
        max-height: 50px;
        max-width: 140px;
    }

    #cro-main .case-study-logo--dot-key {
        max-height: 76px;
        max-width: 212px;
    }

    #cro-main .case-study-logo--gem-monk {
        height: 52px;
        max-width: 200px;
        padding: 4px 6px;
    }

    #cro-main .case-study-logo--royal-enfield {
        max-height: 64px;
        max-width: 176px;
    }
}