.doc-article > .customer-doc {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

.customer-doc {
    color: #344054;
}

.customer-doc h1,
.customer-doc h2,
.customer-doc h3,
.customer-doc p,
.customer-doc ol,
.customer-doc ul,
.customer-doc blockquote,
.customer-doc dl {
    margin-top: 0;
}

.customer-doc h2 {
    margin: 0;
    padding: 0;
    border: 0;
    color: #101828;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.customer-doc h3 {
    color: #101828;
    line-height: 1.25;
}

.customer-eyebrow {
    margin-bottom: 0.75rem;
    color: #175cd3;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    line-height: 1.25;
    text-transform: uppercase;
}

.customer-hero {
    --doc-section-padding: clamp(1.5rem, 4vw, 3.5rem);

    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.8fr);
    gap: clamp(1.75rem, 4vw, 3.5rem);
    align-items: center;
    overflow: hidden;
    margin: 0 0 3.5rem;
    padding: var(--doc-section-padding);
    border-radius: 24px;
    background:
        radial-gradient(circle at 8% 0%, rgba(83, 177, 253, 0.25), transparent 34%),
        linear-gradient(145deg, #101828 0%, #0b315d 100%);
    box-shadow: 0 24px 60px rgba(16, 24, 40, 0.18);
}

.customer-hero::after {
    position: absolute;
    right: -90px;
    bottom: -120px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    content: "";
}

.customer-hero-copy {
    position: relative;
    z-index: 1;
}

.customer-hero .customer-eyebrow,
.customer-roles-section .customer-eyebrow,
.customer-final-cta .customer-eyebrow {
    color: #84caff;
}

.customer-doc .customer-hero h1 {
    max-width: 760px;
    margin: 0 0 1.25rem;
    color: #ffffff;
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.customer-hero-lead {
    max-width: 660px;
    margin-bottom: 1.5rem;
    color: #d0d5dd;
    font-size: clamp(1rem, 1.6vw, 1.18rem);
    line-height: 1.65;
}

.customer-hero-actions,
.customer-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.customer-hero-actions .btn,
.customer-final-actions .btn {
    min-height: 46px;
}

body.wp-theme-serviceopus:not(.builder-shell-body):not(.forum-body) .customer-hero-secondary {
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

body.wp-theme-serviceopus:not(.builder-shell-body):not(.forum-body) .customer-hero-secondary:hover,
body.wp-theme-serviceopus:not(.builder-shell-body):not(.forum-body) .customer-hero-secondary:focus {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.customer-proof-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 1rem;
    margin: 1.5rem 0 0;
    padding: 0;
    color: #d0d5dd;
    font-size: 0.82rem;
    list-style: none;
}

.customer-proof-list li {
    position: relative;
    margin: 0;
    padding-left: 1rem;
}

.customer-proof-list li::before {
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #53b1fd;
    content: "";
}

.customer-call-card {
    position: relative;
    z-index: 1;
    padding: 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.customer-call-label {
    margin-bottom: 0.5rem;
    color: #175cd3;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.customer-call-card blockquote {
    margin-bottom: 1rem;
    color: #101828;
    font-size: 1.15rem;
    font-weight: 750;
    line-height: 1.35;
}

.customer-call-card dl {
    margin-bottom: 1rem;
}

.customer-call-card dl > div {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 0.75rem;
    padding: 0.62rem 0;
    border-top: 1px solid #eaecf0;
}

.customer-call-card dt {
    color: #667085;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.customer-call-card dd {
    margin: 0;
    color: #344054;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.35;
}

.customer-call-result {
    margin-bottom: 0;
    padding: 0.8rem;
    border-radius: 10px;
    background: #eff8ff;
    color: #1849a9;
    font-size: 0.82rem;
    line-height: 1.45;
}

.customer-outcome-section,
.customer-workflow-section,
.customer-capabilities-section,
.customer-setup-section {
    margin: 4rem 0;
}

.customer-section-heading {
    max-width: 720px;
    margin-bottom: 1.75rem;
}

.customer-section-heading > p:last-child {
    margin: 0.85rem 0 0;
    color: #667085;
    font-size: 1rem;
    line-height: 1.65;
}

.customer-outcome-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.customer-outcome-card {
    min-width: 0;
    padding: 1.35rem;
    border: 1px solid #d0d5dd;
    border-radius: 16px;
    background: #ffffff;
}

.customer-card-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 1rem;
    border-radius: 10px;
    background: #eff8ff;
    color: #175cd3;
    font-size: 0.78rem;
    font-weight: 800;
}

.customer-outcome-card h3,
.customer-capability-grid h3,
.customer-workflow h3 {
    margin: 0 0 0.45rem;
    font-size: 1.02rem;
}

.customer-outcome-card p,
.customer-capability-grid p,
.customer-workflow p,
.customer-role-grid p {
    margin-bottom: 0;
    color: #667085;
    font-size: 0.9rem;
    line-height: 1.55;
}

.customer-doc .sshot-section {
    margin: 4rem 0;
}

.customer-doc .sshot-heading {
    margin-bottom: 1rem;
    color: #101828;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
    text-align: left;
}

.customer-doc .sshot-carousel {
    border-radius: 18px;
    box-shadow: 0 20px 48px rgba(16, 24, 40, 0.14);
}

.customer-workflow {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.customer-workflow::before {
    position: absolute;
    top: 20px;
    right: 12.5%;
    left: 12.5%;
    height: 2px;
    background: #d1e9ff;
    content: "";
}

.customer-workflow li {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0 1rem;
    text-align: center;
}

.customer-workflow-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 0.85rem;
    border: 5px solid #ffffff;
    border-radius: 50%;
    background: #175cd3;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 800;
    box-shadow: 0 0 0 1px #b2ddff;
}

.customer-workflow-role {
    margin-bottom: 0.35rem !important;
    color: #175cd3 !important;
    font-size: 0.72rem !important;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.customer-capability-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid #d0d5dd;
    border-radius: 18px;
    background: #ffffff;
}

.customer-capability-grid article {
    position: relative;
    min-width: 0;
    padding: 1.35rem 1.35rem 1.35rem 3.3rem;
    border-right: 1px solid #eaecf0;
    border-bottom: 1px solid #eaecf0;
}

.customer-capability-grid article:nth-child(even) {
    border-right: 0;
}

.customer-capability-grid article:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.customer-capability-grid article::before {
    position: absolute;
    top: 1.45rem;
    left: 1.35rem;
    width: 12px;
    height: 12px;
    border: 3px solid #175cd3;
    border-radius: 50%;
    content: "";
}

.customer-roles-section {
    --doc-section-padding: clamp(1.5rem, 4vw, 2.75rem);

    margin: 4rem 0;
    padding: var(--doc-section-padding);
    border-radius: 22px;
    background: #101828;
}

.customer-section-heading-light h2 {
    color: #ffffff;
}

.customer-role-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.customer-role-grid article {
    min-width: 0;
    padding: 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
}

.customer-role-grid .customer-role-name {
    margin-bottom: 0.45rem;
    color: #ffffff;
    font-weight: 800;
}

.customer-role-grid article > p:last-child {
    color: #d0d5dd;
}

.customer-setup-section {
    --doc-section-padding: clamp(1.5rem, 4vw, 2.5rem);

    display: grid;
    grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: start;
    padding: var(--doc-section-padding);
    border: 1px solid #fedf89;
    border-radius: 20px;
    background: #fffaeb;
}

.customer-setup-section ol {
    display: grid;
    gap: 0.9rem;
    margin: 0;
    padding-left: 1.3rem;
}

.customer-setup-section li {
    margin: 0;
    padding-left: 0.3rem;
    color: #475467;
    line-height: 1.55;
}

.customer-final-cta {
    --doc-section-padding: clamp(1.5rem, 4vw, 2.75rem);

    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: end;
    margin: 4rem 0 1rem;
    padding: var(--doc-section-padding);
    border-radius: 22px;
    background: linear-gradient(135deg, #1849a9, #0b315d);
}

.customer-final-cta h2 {
    color: #ffffff;
}

.customer-final-cta > div:first-child > p:last-child {
    max-width: 660px;
    margin: 0.9rem 0 0;
    color: #d1e9ff;
    line-height: 1.6;
}

.customer-final-actions {
    justify-content: flex-end;
}

body.wp-theme-serviceopus:not(.builder-shell-body):not(.forum-body) .customer-final-cta .btn-primary {
    border-color: #ffffff;
    background: #ffffff;
    color: #1849a9;
}

body.wp-theme-serviceopus:not(.builder-shell-body):not(.forum-body) .customer-final-cta .btn-primary:hover,
body.wp-theme-serviceopus:not(.builder-shell-body):not(.forum-body) .customer-final-cta .btn-primary:focus {
    border-color: #ffffff;
    background: #eff8ff;
    color: #1849a9;
}

body.wp-theme-serviceopus:not(.builder-shell-body):not(.forum-body) .customer-final-cta .customer-trial-action .btn-primary {
    border-color: rgba(255, 255, 255, 0.55);
    background: transparent;
    color: #ffffff;
}

body.wp-theme-serviceopus:not(.builder-shell-body):not(.forum-body) .customer-final-cta .customer-trial-action .btn-primary:hover,
body.wp-theme-serviceopus:not(.builder-shell-body):not(.forum-body) .customer-final-cta .customer-trial-action .btn-primary:focus {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

@media (max-width: 980px) {
    .customer-hero {
        grid-template-columns: 1fr;
    }

    .customer-call-card {
        max-width: 620px;
    }

    .customer-role-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .customer-final-cta {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .customer-final-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 720px) {
    .customer-hero,
    .customer-roles-section,
    .customer-setup-section,
    .customer-final-cta {
        border-radius: 16px;
    }

    .customer-doc .customer-hero h1 {
        font-size: clamp(2.25rem, 12vw, 3.4rem);
    }

    .customer-outcome-section,
    .customer-doc .sshot-section,
    .customer-workflow-section,
    .customer-capabilities-section,
    .customer-roles-section,
    .customer-setup-section,
    .customer-final-cta {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .customer-outcome-grid,
    .customer-capability-grid,
    .customer-setup-section {
        grid-template-columns: 1fr;
    }

    .customer-capability-grid article,
    .customer-capability-grid article:nth-child(even),
    .customer-capability-grid article:nth-last-child(-n + 2) {
        border-right: 0;
        border-bottom: 1px solid #eaecf0;
    }

    .customer-capability-grid article:last-child {
        border-bottom: 0;
    }

    .customer-workflow {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .customer-workflow::before {
        top: 20px;
        right: auto;
        bottom: 20px;
        left: 20px;
        width: 2px;
        height: auto;
    }

    .customer-workflow li {
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 1rem;
        padding: 0;
        text-align: left;
    }

    .customer-workflow-step {
        margin: 0;
    }

    .customer-role-grid {
        grid-template-columns: 1fr;
    }

    .customer-setup-section {
        gap: 1.25rem;
    }

    .customer-hero-actions,
    .customer-final-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .customer-hero-actions .btn,
    .customer-final-actions .btn,
    .customer-final-actions .customer-trial-action {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .customer-hero,
    .customer-roles-section,
    .customer-setup-section,
    .customer-final-cta {
        --doc-section-padding: 1.25rem;

        margin-right: 0;
        margin-left: 0;
        padding: var(--doc-section-padding);
    }

    .customer-call-card {
        padding: 1.1rem;
    }

    .customer-call-card dl > div {
        grid-template-columns: 1fr;
        gap: 0.2rem;
    }
}
