/* ========================================
   OCD Treatment: Introduction Section
   Loaded only by /ocd-treatment.
   ======================================== */
.ocd-treatment-intro {
    --ocd-intro-cta: #f97316;
    --ocd-intro-cta-hover: #ea580c;
    --ocd-intro-cta-active: #c2410c;
    --ocd-intro-cta-shadow: 0 8px 20px rgba(249, 115, 22, 0.22);
    background: var(--wm-white, #ffffff);
    color: var(--wm-text-color, #35443f);
    padding: 60px 20px;
    overflow-x: clip;
}

.ocd-cycle-picture {
    display: block;
    width: 100%;
}

.ocd-cycle-picture img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 900px;
    margin: 0 auto;
}

.ocd-cycle-visual {
    position: relative;
    width: 100%;
}

.ocd-cycle-section {
    padding: 64px 20px;
    background: var(--bg-soft, #f4f8f6);
}

.ocd-cycle-section__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
    grid-template-areas:
        "visual intro"
        "detail features"
        ". cta";
    align-items: start;
    gap: 20px 52px;
    width: min(1180px, 100%);
    margin: 0 auto;
}

.ocd-cycle-section__intro {
    grid-area: intro;
}

.ocd-cycle-section__eyebrow {
    margin: 0 0 10px;
    color: #166534;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ocd-cycle-section__intro h2 {
    margin: 0;
    color: var(--wm-heading-color, #18372f);
    font-size: clamp(30px, 3.2vw, 42px);
    line-height: 1.2;
}

.ocd-cycle-section__intro > p:last-child,
.ocd-cycle-section__detail p {
    margin: 16px 0 0;
    color: var(--wm-text-color, #35443f);
    font-size: 18px;
    line-height: 1.65;
}

.ocd-cycle-section__features {
    grid-area: features;
}

.ocd-cycle-section__left-closing {
    display: contents;
}

.ocd-cycle-section .ocd-cycle-visual {
    grid-area: visual;
    align-self: center;
}

.ocd-cycle-section__detail {
    grid-area: detail;
}

.ocd-cycle-section__detail h3 {
    margin: 4px 0 0;
    color: var(--wm-heading-color, #18372f);
    font-size: 24px;
    line-height: 1.3;
}

.ocd-cycle-section__cta {
    grid-area: cta;
}

.ocd-cycle-section__cta h3 {
    margin: 4px 0 0;
    color: var(--wm-heading-color, #18372f);
    font-size: 24px;
    line-height: 1.3;
}

.ocd-cycle-section__cta p {
    margin: 12px 0 0;
    color: var(--wm-text-color, #35443f);
    font-size: 18px;
    line-height: 1.65;
}

@media (min-width: 1025px) {
    .ocd-cycle-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .ocd-cycle-section__inner {
        grid-template-columns: minmax(0, 48fr) minmax(0, 52fr);
        grid-template-areas:
            "visual intro"
            "left-closing features";
        align-items: start;
        gap: 20px 60px;
    }

    .ocd-cycle-section__left-closing {
        grid-area: left-closing;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        min-width: 0;
    }

    .ocd-cycle-section__features {
        align-self: stretch;
        grid-template-rows: max-content max-content;
        align-content: space-between;
    }


    .ocd-cycle-section .ocd-cycle-visual {
        align-self: start;
        width: 100%;
        max-width: 560px;
        margin-top: 0;
    }

    .ocd-cycle-section .ocd-cycle-picture img {
        width: 100%;
        max-width: 560px;
        margin: 0;
        border: 0;
        box-shadow: none;
    }

    .ocd-cycle-section .ocd-cycle-picture {
        aspect-ratio: 900 / 700;
    }

    .ocd-cycle-section__detail {
        width: 100%;
        max-width: 540px;
        margin-top: 0;
        color: #234338;
    }

    .ocd-cycle-section__detail h3 {
        margin-bottom: 0;
        color: #234338;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.8;
    }

    .ocd-cycle-section__detail p {
        margin-top: 8px;
        color: #234338;
        font-size: 17px;
        line-height: 1.8;
    }

    .ocd-cycle-section__detail p + p {
        margin-top: 12px;
    }
}

.ocd-cycle-animated-arrow {
    display: none;
}

@keyframes ocd-cycle-arrow-rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media (max-width: 767px) {
    .ocd-cycle-section {
        padding: 44px 16px 52px;
    }

    .ocd-cycle-section__inner {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "intro"
            "visual"
            "detail"
            "features"
            "cta";
        gap: 20px;
    }

    .ocd-cycle-section__intro h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .ocd-cycle-section__intro > p:last-child,
    .ocd-cycle-section__detail p {
        margin-top: 14px;
        font-size: 17px;
        line-height: 1.6;
    }

    .ocd-cycle-section__detail h3 {
        font-size: 22px;
    }

    .ocd-cycle-section__cta h3 {
        font-size: 22px;
    }

    .ocd-cycle-section__cta p {
        font-size: 17px;
        line-height: 1.6;
    }

    .ocd-cycle-animated-arrow {
        position: absolute;
        top: 63.2%;
        left: 50%;
        z-index: 1;
        display: grid;
        place-items: center;
        box-sizing: border-box;
        width: clamp(58px, 16vw, 72px);
        aspect-ratio: 1;
        padding: 4px;
        border-radius: 50%;
        background: #ffffff;
        color: #0b4f2f;
        pointer-events: none;
        transform-origin: center;
        animation: ocd-cycle-arrow-rotate 8s linear infinite;
        will-change: transform;
    }

    .ocd-cycle-animated-arrow svg {
        display: block;
        width: 100%;
        height: 100%;
    }
}

/* Section 5: Harm OCD. */
.harm-ocd-section {
    padding: 64px 24px;
    background: #fff;
}

.harm-ocd-section__container {
    width: min(100%, 1536px);
    margin-inline: auto;
}

.harm-ocd-section__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
    margin-top: 40px;
}

.harm-ocd-section__content,
.harm-ocd-section__media,
.harm-ocd-section__list {
    min-width: 0;
}

.harm-ocd-section__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.harm-ocd-section__list {
    display: grid;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.harm-ocd-section__list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0;
    padding: 0;
}

.harm-ocd-section__tick {
    display: inline-flex;
    flex: 0 0 26px;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-top: 3px;
    border-radius: 50%;
    background: #3f8f5b;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
}

.harm-ocd-section__list strong,
.harm-ocd-section__list small {
    display: block;
    font-family: "Inter", sans-serif;
}

.harm-ocd-section__list strong {
    color: #183b2f;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

.harm-ocd-section__list small {
    margin-top: 4px;
    color: #55636c;
    font-size: 18px;
    line-height: 1.6;
}

.harm-ocd-section__cta {
    display: inline-flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: 28px;
    padding: 0 26px;
    border: 2px solid #1f7a45;
    border-radius: 12px;
    background: transparent;
    color: #1f7a45;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.harm-ocd-section__cta:focus-visible {
    outline: 3px solid #1f7a45;
    outline-offset: 3px;
}

.harm-ocd-section__media picture,
.harm-ocd-section__media img {
    display: block;
    width: 100%;
    height: auto;
}

.harm-ocd-section__media img {
    aspect-ratio: 768 / 640;
    object-fit: contain;
}

@media (hover: hover) and (pointer: fine) {
    .harm-ocd-section__cta:hover {
        background: #1f7a45;
        color: #fff;
    }
}

@media (min-width: 1025px) {
    .harm-ocd-section {
        padding: 96px 24px;
    }

    .harm-ocd-section__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
        gap: 64px;
        margin-top: 48px;
    }

    .harm-ocd-section__media img {
        aspect-ratio: 900 / 700;
    }
}

/* Post-diagram treatment content: 45/55 healthcare layout. */
.ocd-cycle-section__content {
    grid-area: content;
    min-width: 0;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    align-content: stretch;
    gap: 32px;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature,
body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature:nth-child(n) {
    --ocd-card-accent: #2E8B57;
    --ocd-card-glow: rgba(46, 139, 87, .12);
    height: 100%;
    padding: 28px;
    border: 1px solid #E8EFEA;
    border-radius: 18px;
    background: #FFFFFF;
    box-shadow: none;
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature h3 {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0;
    border: 0;
    color: var(--ocd-mobile-heading-color, #173D33) !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature .ocd-treatment-intro__tick {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-top: 3px;
    background: #2E8B57;
    box-shadow: none;
    color: #FFFFFF;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature .ocd-treatment-intro__tick svg {
    width: 16px;
    height: 16px;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section .ocd-cycle-feature p {
    margin: 14px 0 0 36px !important;
    color: #5D6668 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
}

@media (min-width: 768px) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__inner {
        grid-template-areas:
            "visual intro"
            "content content";
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__content {
        display: grid;
        grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
        align-items: center;
        gap: 60px;
        width: 100%;
        max-width: 100%;
        margin-top: 32px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__content > .ocd-cycle-section__detail,
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__content > .ocd-cycle-section__features {
        grid-area: auto;
        min-width: 0;
    }
}

@media (min-width: 993px) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__detail {
        width: 100%;
        max-width: 620px;
        margin: 0;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__detail h3 {
        margin: 0 0 20px !important;
        color: #123D32 !important;
        font-family: "Poppins", sans-serif !important;
        font-size: 40px !important;
        font-weight: 700 !important;
        line-height: 1.25 !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__content > .ocd-cycle-section__detail p {
        max-width: 620px;
        margin: 0 0 22px !important;
        color: #2F3A3D !important;
        font-family: "Inter", sans-serif !important;
        font-size: 22px !important;
        font-weight: 400 !important;
        line-height: 1.9 !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__content > .ocd-cycle-section__detail p:last-child {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 767px) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__inner {
        grid-template-areas:
            "intro"
            "visual"
            "content";
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__content {
        display: block;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__features {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: none;
        gap: 24px;
        margin-top: 32px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature {
        padding: 28px;
    }
}

@media (hover: hover) and (pointer: fine) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature:hover {
        border-color: #2E8B57;
        box-shadow: 0 14px 32px rgba(18, 61, 50, .12);
        transform: translateY(-4px);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature {
        transition: none;
    }
}

/* Premium mobile refinement for Section 2 only. */
.ocd-cycle-final-cta {
    display: contents;
}

@media (max-width: 767px) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section {
        padding: 64px 20px !important;
        background: #F7FAF8 !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__inner {
        gap: 0 !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__eyebrow {
        margin: 0 0 12px !important;
        color: #3F7157 !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        line-height: 1.4 !important;
        letter-spacing: 2px !important;
        text-transform: uppercase;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__intro > h2 {
        margin: 0 0 20px !important;
        color: #5B8A73 !important;
        font-family: "Poppins", sans-serif !important;
        font-size: 32px !important;
        font-weight: 800 !important;
        line-height: 1.15 !important;
        letter-spacing: -.5px !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__intro > p:last-child {
        margin: 0 0 32px !important;
        color: #42525B !important;
        font-family: "Inter", sans-serif !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 1.8 !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section .ocd-cycle-visual {
        width: 100%;
        max-width: 340px;
        margin: 0 auto 36px !important;
        border-radius: 18px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section .ocd-cycle-picture,
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section .ocd-cycle-picture img {
        overflow: hidden;
        border-radius: 18px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section .ocd-cycle-picture img {
        width: 100%;
        box-shadow: 0 16px 38px rgba(18, 61, 50, .13);
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__detail {
        margin: 0 !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__detail > h2,
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__support > h2 {
        margin: 32px 0 16px !important;
        color: #1F4338 !important;
        font-family: "Poppins", sans-serif !important;
        font-size: 30px !important;
        font-weight: 800 !important;
        line-height: 1.2 !important;
        letter-spacing: -.3px !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__detail > h2:first-child {
        margin-top: 0 !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__detail > p,
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__support > p {
        margin: 0 0 28px !important;
        color: #42525B !important;
        font-family: "Inter", sans-serif !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 1.8 !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__support {
        max-width: none;
        margin-top: 32px !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__support > h2 {
        margin-top: 0 !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__support > p {
        margin-bottom: 0 !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__features {
        grid-template-columns: minmax(0, 1fr) !important;
        grid-template-rows: none !important;
        gap: 20px !important;
        margin-top: 28px !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature,
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature:nth-child(n) {
        padding: 24px !important;
        border: 1px solid #E8ECE8 !important;
        border-top: 4px solid var(--ocd-mobile-card-accent) !important;
        border-radius: 18px !important;
        background: #FFFFFF !important;
        box-shadow: 0 14px 34px rgba(18, 61, 50, .09) !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature:nth-child(1) {
        --ocd-mobile-card-accent: #2E8B57;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature:nth-child(2) {
        --ocd-mobile-card-accent: #168A8A;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature:nth-child(3) {
        --ocd-mobile-card-accent: #C89B2C;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature:nth-child(4) {
        --ocd-mobile-card-accent: #3B78B5;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature h3 {
        align-items: flex-start;
        gap: 14px;
        margin: 0 0 14px !important;
        color: #1F4338 !important;
        font-family: "Poppins", sans-serif !important;
        font-size: 24px !important;
        font-weight: 700 !important;
        line-height: 1.3 !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature .ocd-treatment-intro__tick {
        flex: 0 0 22px;
        width: 22px;
        height: 22px;
        margin-top: 4px;
        background: var(--ocd-mobile-card-accent) !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section .ocd-cycle-feature p {
        margin: 0 !important;
        color: #55636C !important;
        font-family: "Inter", sans-serif !important;
        font-size: 17px !important;
        font-weight: 400 !important;
        line-height: 1.7 !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-final-cta {
        display: block;
        margin-top: 32px;
        padding: 28px;
        border-radius: 20px;
        background: #F3FAF6;
        box-shadow: 0 14px 34px rgba(18, 61, 50, .08);
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-final-cta a.ocd-recovery-cta__button--mobile {
        width: 100%;
        height: 58px;
        margin: 0 !important;
        border-radius: 14px;
        background: linear-gradient(135deg, #FF8A30 0%, #F46B1E 100%);
        box-shadow: 0 12px 28px rgba(244, 107, 30, .26);
        font-size: 18px !important;
        font-weight: 700 !important;
    }
}

/* Premium mobile refinement for Section 1 only. */
.ocd-treatment-intro__cta-trust {
    display: none;
}

@media (max-width: 767px) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro {
        padding: 56px 20px !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__content {
        width: 100%;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__content .ocd-treatment-slideshow__page-title {
        width: 90%;
        max-width: 90%;
        margin: 0 auto 18px !important;
        color: #1F4338 !important;
        font-family: "Poppins", sans-serif !important;
        font-size: 40px !important;
        font-weight: 800 !important;
        line-height: 1.15 !important;
        letter-spacing: -.5px !important;
        text-align: center !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__content > p {
        width: 100%;
        max-width: 100%;
        margin: 20px auto 0 !important;
        color: #42525B !important;
        font-family: "Inter", sans-serif !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 1.8 !important;
        text-align: center !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__media {
        width: min(90%, 325px);
        margin: 28px auto 0 !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__media > img {
        width: 100%;
        height: auto;
        margin: 0 auto;
        border-radius: 16px;
        box-shadow: 0 16px 38px rgba(18, 61, 50, .14);
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__caption {
        gap: 3px;
        margin-top: 12px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__caption > strong {
        color: #1F4338 !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 1.3;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__caption > span:not(.ocd-treatment-intro__trust) {
        color: #6B7280 !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        line-height: 1.4;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__list {
        gap: 18px;
        width: 100%;
        margin: 24px 0 0 !important;
        text-align: left;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__list li {
        align-items: center;
        gap: 14px;
        color: #1F4338 !important;
        font-size: 17px !important;
        font-weight: 500 !important;
        line-height: 1.6 !important;
        text-align: left;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__list .ocd-treatment-intro__tick {
        flex: 0 0 22px;
        width: 22px;
        height: 22px;
        margin-top: 0;
        background: #2E8B57;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__list .ocd-treatment-intro__tick svg {
        width: 15px;
        height: 15px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro a.ocd-treatment-intro__cta {
        width: 100% !important;
        max-width: none !important;
        min-height: 58px !important;
        height: 58px;
        margin: 28px 0 0 !important;
        padding: 0 24px;
        border-radius: 14px !important;
        background: linear-gradient(135deg, #FF8A30 0%, #F46B1E 100%) !important;
        box-shadow: 0 12px 28px rgba(244, 107, 30, .26) !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__cta-trust {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 8px 10px;
        width: 100%;
        margin: 20px auto 0;
        color: #267347;
        font-family: "Inter", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.45;
        text-align: center;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__cta-trust > span {
        display: inline-flex;
        align-items: center;
        gap: 5px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__cta-trust > span > span {
        font-size: 13px;
        font-weight: 800;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__cta-trust > i {
        font-style: normal;
        opacity: .55;
    }
}

@media (max-width: 767px) and (hover: hover) and (pointer: fine) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro a.ocd-treatment-intro__cta:hover {
        box-shadow: 0 16px 34px rgba(244, 107, 30, .32) !important;
        filter: brightness(1.03);
        transform: translateY(-2px);
    }
}

@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro a.ocd-treatment-intro__cta {
        transition: none;
    }
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-recovery-cta__button {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    margin: 40px 0 32px;
    padding: 0 32px;
    border-radius: 14px;
    background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
    box-shadow: 0 12px 26px rgba(234, 88, 12, .28);
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

@media (hover: hover) and (pointer: fine) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-recovery-cta__button:hover {
        box-shadow: 0 16px 32px rgba(234, 88, 12, .34);
        filter: brightness(1.04);
        transform: translateY(-2px);
    }
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-recovery-cta__button:focus-visible {
    outline: 3px solid rgba(249, 115, 22, .35);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-recovery-cta__button {
        transition: none;
    }
}

/* Section 2 restoration: original 50/50 layout and clean green-tick cards. */
body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    align-content: stretch;
    align-self: start;
    gap: 24px;
    min-width: 0;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature,
body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature:nth-child(n) {
    --ocd-card-accent: #2E8B57;
    --ocd-card-glow: transparent;
    box-sizing: border-box;
    height: 100%;
    min-width: 0;
    padding: 32px;
    border: 1px solid #E8ECE8;
    border-radius: 18px;
    background: #FFFFFF;
    box-shadow: 0 12px 32px rgba(18, 61, 50, .06);
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature h3 {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0;
    border: 0;
    color: #173D33 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
    overflow-wrap: break-word;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature .ocd-treatment-intro__tick {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-top: 3px;
    background: #2E8B57;
    box-shadow: none;
    color: #FFFFFF;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature .ocd-treatment-intro__tick svg {
    width: 16px;
    height: 16px;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section .ocd-cycle-feature p {
    margin: 14px 0 0 36px !important;
    color: #5D6668 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
    overflow-wrap: break-word;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__detail,
body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__features {
    min-width: 0;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__detail > h2,
body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__support > h2 {
    text-align: left;
}

@media (min-width: 768px) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "visual intro"
            "detail features";
        align-items: start;
        gap: 32px 60px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__detail {
        grid-area: detail;
        width: 100%;
        max-width: none;
        margin: 0;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__features {
        grid-area: features;
    }
}

@media (max-width: 767px) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__inner {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "intro"
            "visual"
            "detail"
            "features";
        gap: 20px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__features {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: none;
        gap: 24px;
        margin-top: 12px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature,
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature:nth-child(n) {
        padding: 28px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature h3 {
        font-size: 24px !important;
        line-height: 1.25 !important;
    }
}

@media (hover: hover) and (pointer: fine) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature:hover {
        border-color: #2E8B57;
        box-shadow: 0 16px 38px rgba(18, 61, 50, .12);
        transform: translateY(-4px);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature {
        transition: none;
    }
}

body.ocd-treatment-page-shell #ocd-treatment-page a.ocd-recovery-cta__button {
    display: flex;
    width: fit-content;
    margin-right: auto !important;
    margin-left: auto !important;
    color: #FFFFFF !important;
    font-size: 16px !important;
}

body.ocd-treatment-page-shell #ocd-treatment-page a.ocd-recovery-cta__button--mobile {
    display: none;
}

@media (max-width: 767px) {
    body.ocd-treatment-page-shell #ocd-treatment-page a.ocd-recovery-cta__button {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page a.ocd-recovery-cta__button--desktop {
        display: none;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page a.ocd-recovery-cta__button--mobile {
        display: flex;
        grid-area: auto;
        margin-top: 16px !important;
    }
}

@media (min-width: 1025px) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro {
        padding: 110px 20px;
        background: #FFFFFF;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__inner {
        width: min(1320px, 100%);
        align-items: center;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__content {
        grid-template-columns: minmax(0, 52fr) minmax(0, 48fr);
        column-gap: 80px;
        align-items: center;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__content .ocd-treatment-slideshow__page-title {
        max-width: 680px;
        margin-bottom: 32px !important;
        color: #173D33 !important;
        font-family: "Poppins", sans-serif !important;
        font-size: 60px !important;
        font-weight: 800 !important;
        line-height: 1.08 !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro .ocd-treatment-intro__inner .ocd-treatment-intro__content > p {
        max-width: 680px;
        margin: 0 0 36px !important;
        color: #3F514B !important;
        font-family: "Inter", sans-serif !important;
        font-size: 22px !important;
        font-weight: 400 !important;
        line-height: 1.8 !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__list {
        gap: 24px;
        margin: 0 0 36px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__list li {
        align-items: center;
        gap: 16px;
        color: #173D33 !important;
        font-family: "Inter", sans-serif !important;
        font-size: 22px !important;
        font-weight: 500 !important;
        line-height: 1.6 !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__list .ocd-treatment-intro__tick {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
        margin-top: 0;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__list .ocd-treatment-intro__tick svg {
        width: 21px;
        height: 21px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__media {
        box-sizing: border-box;
        align-self: center;
        justify-self: center;
        width: 430px;
        max-width: 100%;
        margin: 0;
        padding: 36px;
        border: 1px solid #E7ECE8;
        border-radius: 22px;
        background: #FFFFFF;
        box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__media img {
        width: 100%;
        height: 520px;
        max-height: none;
        border-radius: 0;
        background: transparent;
        object-fit: contain;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__caption {
        gap: 6px;
        margin-top: 22px;
        text-align: left;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__caption > strong {
        color: #173D33;
        font-family: "Poppins", sans-serif;
        font-size: 28px;
        font-weight: 700;
        line-height: 1.25;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__caption > span:not(.ocd-treatment-intro__trust) {
        color: #566962;
        font-family: "Inter", sans-serif;
        font-size: 19px;
        font-weight: 400;
        line-height: 1.5;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__trust {
        display: grid;
        gap: 10px;
        margin-top: 18px;
        color: #334A42;
        font-family: "Inter", sans-serif;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.4;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__trust > span {
        display: flex;
        align-items: center;
        gap: 9px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__trust > span > span {
        display: inline-grid;
        flex: 0 0 20px;
        width: 20px;
        height: 20px;
        place-items: center;
        border-radius: 50%;
        background: #16A34A;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: 800;
        line-height: 1;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro a.ocd-treatment-intro__cta {
        min-width: 0;
        max-width: none;
        min-height: 62px;
        margin: 0;
        padding: 0 42px;
        border-radius: 14px;
        background: #F26522;
        box-shadow: 0 12px 28px rgba(242, 101, 34, .22);
        color: #FFFFFF;
        font-family: "Poppins", sans-serif !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
    }
}

@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro a.ocd-treatment-intro__cta:hover {
        background: #DF571B;
        box-shadow: 0 16px 34px rgba(242, 101, 34, .28);
        color: #FFFFFF;
        transform: translateY(-3px);
    }
}

@media (min-width: 1025px) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__left-closing .ocd-cycle-section__support p:last-child {
        margin-bottom: 0 !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__left-closing .ocd-cycle-section__cta {
        margin-top: 24px;
        padding-left: 0;
    }
}

/* Unified page-local typography system. Header and footer are intentionally excluded. */
body.ocd-treatment-page-shell #ocd-treatment-page h1 {
    margin-bottom: 28px !important;
    color: #173D33 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 54px !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    letter-spacing: -1px !important;
    text-wrap: balance;
}

body.ocd-treatment-page-shell #ocd-treatment-page h2:not(#more-ocd-subtypes-title):not(.ocd-recovery-summary h2):not(#ocd-client-reviews-title):not(#ocd-faq-title) {
    margin-bottom: 24px !important;
    color: #173D33 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: var(--ocd-mobile-heading-size, 42px) !important;
    font-weight: var(--ocd-mobile-heading-weight, 700) !important;
    line-height: var(--ocd-mobile-heading-line-height, 1.15) !important;
    letter-spacing: var(--ocd-mobile-heading-letter-spacing, 0) !important;
    text-wrap: balance;
}

body.ocd-treatment-page-shell .floating-contact,
body.ocd-treatment-page-shell #floatingContact {
    right: auto !important;
    left: 18px !important;
}

body.ocd-treatment-page-shell #floatingContact .float-btn.whatsapp {
    overflow: hidden;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .20) !important;
}

body.ocd-treatment-page-shell #floatingContact .float-btn.whatsapp > img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

@media (max-width: 768px) {
    body.ocd-treatment-page-shell .floating-contact,
    body.ocd-treatment-page-shell #floatingContact {
        right: auto !important;
        left: 14px !important;
    }

    html body.ocd-treatment-page-shell #floatingContact.floating-contact {
        position: fixed !important;
        right: auto !important;
        left: 14px !important;
        bottom: calc(88px + env(safe-area-inset-bottom, 0px)) !important;
        transform: none !important;
    }

    html body.ocd-treatment-page-shell #floatingContact .float-btn.whatsapp {
        width: 64px !important;
        height: 64px !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
    }

    html body.ocd-treatment-page-shell #floatingContact .float-btn.whatsapp > img {
        display: block !important;
        width: 64px !important;
        height: 64px !important;
        max-width: none !important;
        object-fit: contain !important;
    }

    html body.ocd-treatment-page-shell .wm-sticky-talk {
        position: fixed !important;
        right: auto !important;
        left: 50% !important;
        bottom: calc(14px + env(safe-area-inset-bottom, 0px)) !important;
        width: calc(100% - 28px) !important;
        max-width: 420px !important;
        min-height: 64px !important;
        transform: translateX(-50%) !important;
    }
}

body.ocd-treatment-page-shell #ocd-treatment-page h3 {
    color: #173D33 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
}

body.ocd-treatment-page-shell #ocd-treatment-page p:not(.ocd-treatment-slideshow__status):not(.ocd-cycle-section__eyebrow) {
    max-width: 700px;
    margin-bottom: 22px;
    color: #334A42 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 21px !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
    letter-spacing: 0 !important;
}

body.ocd-treatment-page-shell #ocd-treatment-page li {
    color: #173D33 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature h3 {
    font-size: 32px !important;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section .ocd-cycle-feature p {
    color: #566962 !important;
    font-size: 19px !important;
    line-height: 1.75 !important;
    margin-bottom: 0 !important;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__cta h3 {
    font-size: 44px !important;
    font-weight: 800 !important;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section .ocd-cycle-section__cta p {
    font-size: 20px !important;
    line-height: 1.8 !important;
}

body.ocd-treatment-page-shell #ocd-treatment-page a,
body.ocd-treatment-page-shell #ocd-treatment-page button {
    font-family: "Poppins", sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}

@media (min-width: 1600px) {
    body.ocd-treatment-page-shell #ocd-treatment-page h1 {
        font-size: 60px !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page h2 {
        font-size: 46px !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page p:not(.ocd-treatment-slideshow__status):not(.ocd-cycle-section__eyebrow) {
        font-size: 22px !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section .ocd-cycle-feature p {
        font-size: 19px !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section .ocd-cycle-section__cta p {
        font-size: 20px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    body.ocd-treatment-page-shell #ocd-treatment-page h1 {
        font-size: 46px !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page h2 {
        font-size: 36px !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page h3 {
        font-size: 26px !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page p:not(.ocd-treatment-slideshow__status):not(.ocd-cycle-section__eyebrow) {
        font-size: 20px !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page li {
        font-size: 20px !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature h3 {
        font-size: 28px !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section .ocd-cycle-feature p {
        font-size: 18px !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__cta h3 {
        font-size: 38px !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section .ocd-cycle-section__cta p {
        font-size: 19px !important;
    }
}

@media (max-width: 767px) {
    body.ocd-treatment-page-shell #ocd-treatment-page h1 {
        font-size: 36px !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page h2 {
        font-size: 30px !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page h3 {
        font-size: 24px !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page p:not(.ocd-treatment-slideshow__status):not(.ocd-cycle-section__eyebrow) {
        font-size: 18px !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page li {
        font-size: 18px !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature h3 {
        font-size: 24px !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section .ocd-cycle-feature p {
        font-size: 17px !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__cta h3 {
        font-size: 30px !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section .ocd-cycle-section__cta p {
        font-size: 18px !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page a,
    body.ocd-treatment-page-shell #ocd-treatment-page button {
        font-size: 18px !important;
    }
}

/* Section 2 desktop: align the closing CTA and feature-card bottoms. */
@media (min-width: 993px) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__inner > .ocd-cycle-section__features {
        align-self: stretch !important;
    }
}

/* Section 3A: Contamination / Cleaning OCD. */
body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section {
    padding: 120px 24px;
    background: #FFFFFF;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 72px;
    width: min(100%, 1536px);
    margin: 0 auto;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__content {
    min-width: 0;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section h1 {
    margin: 0 0 28px !important;
    color: #183B2F !important;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__intro {
    max-width: none;
    margin: 0 0 36px !important;
    color: #3F4D4A !important;
    font-family: "Inter", sans-serif !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__list {
    display: grid;
    gap: 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0;
    padding: 0;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__tick {
    display: inline-flex;
    flex: 0 0 24px;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-top: 3px;
    border-radius: 50%;
    background: #3F8F5B;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__list strong,
body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__list small {
    display: block;
    font-family: "Inter", sans-serif;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__list strong {
    color: #183B2F;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__list small {
    margin-top: 4px;
    color: #55636C;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 56px;
    margin-top: 40px;
    padding: 0 32px;
    border-radius: 14px;
    background: #F46B1E;
    box-shadow: 0 12px 28px rgba(244, 107, 30, .22);
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__cta span {
    transition: transform .25s ease;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__picture,
body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__picture img {
    display: block;
    width: 100%;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__picture {
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(18, 61, 50, .15);
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__picture img {
    height: auto;
    aspect-ratio: 900 / 700;
    object-fit: cover;
}

@media (hover: hover) and (pointer: fine) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__cta:hover {
        background: #DF5C14;
        box-shadow: 0 16px 34px rgba(223, 92, 20, .3);
        transform: translateY(-2px);
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__cta:hover span {
        transform: translateX(5px);
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__inner {
        gap: 48px;
    }
}

@media (max-width: 767px) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section {
        padding: 64px 20px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__inner {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas: "eyebrow" "title" "intro" "picture" "list" "cta";
        gap: 0;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__content {
        display: contents;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section h1 {
        grid-area: title;
        margin-bottom: 20px !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__intro {
        grid-area: intro;
        margin-bottom: 28px !important;
        font-size: 18px !important;
        line-height: 1.7 !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__picture {
        grid-area: picture;
        margin-bottom: 32px;
        border-radius: 18px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__picture img {
        aspect-ratio: 768 / 640;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__list {
        grid-area: list;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__list strong,
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__list small {
        font-size: 18px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__cta {
        grid-area: cta;
        width: 100%;
        margin-top: 40px;
        padding: 0 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__cta,
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__cta span {
        transition: none;
    }
}

/* Section 3A desktop composition: full-width introduction above two columns. */
@media (min-width: 1200px) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__inner {
        grid-template-columns: minmax(0, 48fr) minmax(0, 52fr);
        grid-template-areas:
            "title title"
            "intro intro"
            "list picture"
            "cta picture";
        align-items: start;
        column-gap: 72px;
        row-gap: 0;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__content {
        display: contents;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section h1 {
        grid-area: title;
        width: 100%;
        margin-bottom: 32px !important;
        font-size: 56px !important;
        line-height: 1.15 !important;
        white-space: nowrap;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__intro {
        grid-area: intro;
        width: 100%;
        max-width: none;
        margin-bottom: 0 !important;
        font-size: 22px !important;
        line-height: 1.8 !important;
        text-align: justify;
        text-justify: inter-word;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__list {
        grid-area: list;
        margin-top: 40px;
        gap: 24px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__cta {
        grid-area: cta;
        align-self: start;
        justify-self: start;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__picture {
        grid-area: picture;
        align-self: stretch;
        margin-top: 40px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-contamination-section__picture img {
        height: 100%;
    }
}

/* Section 3 heading block. */
body.ocd-treatment-page-shell #ocd-treatment-page .ocd-types-intro-section {
    padding: 96px 24px;
    background: #FFFFFF;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-types-intro-section__inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-types-intro-section h2 {
    margin: 0 0 14px !important;
    color: #5B8A73 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: .1em !important;
    text-transform: uppercase !important;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-types-intro-section h1 {
    margin: 0 0 24px !important;
    color: #173F35 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 56px !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    letter-spacing: -.02em !important;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-types-intro-section__copy {
    max-width: 760px;
    margin: 0 auto;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-types-intro-section__copy p {
    max-width: 760px !important;
    margin: 0 !important;
    color: #3F4D4A !important;
    font-family: "Inter", sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
    text-align: center;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-types-intro-section__copy p + p {
    margin-top: 20px !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-types-intro-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-types-intro-section h1 {
        font-size: 48px !important;
        line-height: 1.09 !important;
    }
}

@media (max-width: 767px) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-types-intro-section {
        padding: 64px 20px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-types-intro-section h2 {
        margin-bottom: 14px !important;
        font-size: 16px !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-types-intro-section h1 {
        margin-bottom: 20px !important;
        font-size: 40px !important;
        line-height: 1.1 !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-types-intro-section__copy p {
        font-size: 17px !important;
        line-height: 1.75 !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-types-intro-section__copy p + p {
        margin-top: 18px !important;
    }
}

/* Section 2 encouragement block and desktop bottom alignment. */
body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__encouragement {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
    padding: 30px;
    border: 1px solid #DDE9E2;
    border-radius: 20px;
    background: #F3FAF6;
    box-shadow: 0 14px 34px rgba(18, 61, 50, .07);
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__encouragement > strong {
    display: block;
    margin: 0 0 14px;
    color: #173F35;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.02em;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__encouragement > p {
    max-width: none !important;
    margin: 0 !important;
    color: #42525B !important;
    font-family: "Inter", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.75 !important;
}

@media (min-width: 768px) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__detail {
        display: flex;
        flex-direction: column;
        align-self: stretch !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__support {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        max-width: none;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__encouragement {
        height: auto;
        min-height: 0;
        margin-top: auto;
        margin-bottom: 0 !important;
        padding-bottom: 30px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__encouragement > a.ocd-recovery-cta__button--desktop {
        margin-top: 24px !important;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 767px) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__encouragement {
        margin-top: 32px;
        padding: 24px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__encouragement > strong {
        font-size: 24px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__encouragement > p {
        font-size: 17px !important;
        line-height: 1.7 !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ocd-cycle-animated-arrow {
        animation: none;
        transform: translate(-50%, -50%);
        will-change: auto;
    }
}

.ocd-treatment-intro__inner {
    display: grid;
    grid-template-columns: minmax(0, 58fr) minmax(340px, 42fr);
    align-items: center;
    gap: 44px;
    width: min(1180px, 100%);
    margin: 0 auto;
}

.ocd-treatment-intro__media {
    grid-column: 2;
    grid-row: 1 / 5;
    width: min(100%, 380px);
    margin: 0 auto;
}

.ocd-treatment-intro__media img {
    display: block;
    width: min(100%, 380px);
    max-height: 480px;
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
    border-radius: var(--radius-lg, 20px);
    background: var(--bg-soft, #f4f8f6);
}

.ocd-treatment-intro__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
    column-gap: 44px;
    min-width: 0;
    grid-column: 1 / -1;
}

.ocd-treatment-intro__content > :not(.ocd-treatment-intro__media) {
    grid-column: 1;
}

.ocd-treatment-intro__content .ocd-treatment-slideshow__page-title {
    position: static;
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
    clip: auto;
    clip-path: none;
    color: var(--wm-heading-color, #18372f);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
}

.ocd-treatment-intro__caption {
    display: grid;
    gap: 6px;
    margin-top: 12px;
    color: var(--wm-text-color, #35443f);
    text-align: center;
}

.ocd-treatment-intro__caption strong {
    color: var(--wm-heading-color, #18372f);
}

.ocd-treatment-intro__trust {
    display: none;
}

.ocd-treatment-intro__content > p {
    max-width: 620px;
    margin: 18px 0 0;
    color: var(--wm-text-color, #35443f);
    font-size: 19px;
    font-weight: 400;
    line-height: 1.7;
}

.ocd-treatment-intro__list {
    display: grid;
    gap: 16px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.ocd-treatment-intro__list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: var(--wm-heading-color, #18372f);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55;
}

.ocd-treatment-intro__tick {
    display: inline-flex;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-top: 1px;
    border-radius: 50%;
    background: #16a34a;
    color: #ffffff;
}

.ocd-treatment-intro__tick svg {
    display: block;
    width: 18px;
    height: 18px;
}

body.ocd-treatment-page-shell .ocd-treatment-intro a.ocd-treatment-intro__cta,
body.ocd-treatment-page-shell .ocd-cycle-section a.ocd-treatment-intro__cta {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 260px;
    max-width: 320px;
    min-height: 56px;
    margin: 20px auto 0;
    padding: 0 32px;
    border: 0;
    border-radius: 16px;
    background: var(--ocd-intro-cta);
    box-shadow: var(--ocd-intro-cta-shadow);
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    justify-self: center;
}

body.ocd-treatment-page-shell .ocd-treatment-intro a.ocd-treatment-intro__cta:hover,
body.ocd-treatment-page-shell .ocd-treatment-intro a.ocd-treatment-intro__cta:focus-visible,
body.ocd-treatment-page-shell .ocd-cycle-section a.ocd-treatment-intro__cta:hover,
body.ocd-treatment-page-shell .ocd-cycle-section a.ocd-treatment-intro__cta:focus-visible {
    background: var(--ocd-intro-cta-hover);
    box-shadow: var(--ocd-intro-cta-shadow);
    color: #ffffff;
}

body.ocd-treatment-page-shell .ocd-treatment-intro a.ocd-treatment-intro__cta:active,
body.ocd-treatment-page-shell .ocd-cycle-section a.ocd-treatment-intro__cta:active {
    background: var(--ocd-intro-cta-active);
    color: #ffffff;
}

@media (max-width: 767px) {
    .ocd-treatment-intro__content .ocd-treatment-slideshow__page-title {
        font-size: 28px;
        font-weight: 800;
        line-height: 1.3;
        text-align: center;
    }

    .ocd-treatment-intro {
        padding: 40px 20px 48px;
    }

    body main > section.ocd-treatment-intro:last-of-type {
        padding-bottom: 48px;
    }

    .ocd-treatment-intro__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    .ocd-treatment-intro__content {
        display: block;
    }

    .ocd-treatment-intro__media {
        grid-column: auto;
        grid-row: auto;
        width: min(78%, 285px);
        margin: 22px auto 0;
    }

    .ocd-treatment-intro__content > p {
        margin-top: 14px;
        font-size: 17px;
        line-height: 1.6;
    }

    .ocd-treatment-intro__list {
        gap: 14px;
        margin-top: 20px;
    }

    .ocd-treatment-intro__list li {
        gap: 10px;
        font-size: 16px;
        line-height: 1.5;
    }

    .ocd-treatment-intro__tick {
        flex-basis: 24px;
        width: 24px;
        height: 24px;
        margin-top: 0;
    }

    .ocd-treatment-intro__tick svg {
        width: 16px;
        height: 16px;
    }

    body.ocd-treatment-page-shell .ocd-treatment-intro a.ocd-treatment-intro__cta,
    body.ocd-treatment-page-shell .ocd-cycle-section a.ocd-treatment-intro__cta {
        display: flex;
        width: calc(100% - 40px);
        min-width: 0;
        max-width: 310px;
        min-height: 52px;
        margin: 16px auto 26px;
        padding: 0 20px;
    }
}

/* OCD Cycle closing balance: scoped to this section only. */
.ocd-cycle-section__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 32px;
    min-width: 0;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature {
    --ocd-card-accent: #2E8B57;
    --ocd-card-glow: rgba(46, 139, 87, .12);
    box-sizing: border-box;
    height: 100%;
    padding: 40px 36px;
    border: 1px solid #E7ECE8;
    border-top: 6px solid var(--ocd-card-accent);
    border-radius: 22px;
    background: #FFFFFF;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .06);
    transition: transform 250ms ease, box-shadow 250ms ease;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature:nth-child(2) {
    --ocd-card-accent: #00897B;
    --ocd-card-glow: rgba(0, 137, 123, .12);
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature:nth-child(3) {
    --ocd-card-accent: #D4A017;
    --ocd-card-glow: rgba(212, 160, 23, .14);
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature:nth-child(4) {
    --ocd-card-accent: #2F6DB3;
    --ocd-card-glow: rgba(47, 109, 179, .12);
}

.ocd-cycle-feature h3 {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    width: 88%;
    max-width: 88%;
    min-width: 0;
    margin: 0;
    padding-bottom: 18px;
    border-bottom: 2px solid var(--ocd-card-accent);
    color: #173D33;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.5px;
    overflow-wrap: break-word;
    word-break: normal;
}

.ocd-cycle-feature h3 > span:last-child {
    min-width: 0;
    max-width: 100%;
}

.ocd-cycle-feature .ocd-treatment-intro__tick {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    margin-top: 2px;
    background: var(--ocd-card-accent);
    box-shadow: 0 0 0 8px var(--ocd-card-glow);
    color: #FFFFFF;
}

.ocd-cycle-feature .ocd-treatment-intro__tick svg {
    width: 21px;
    height: 21px;
}

.ocd-cycle-feature p {
    margin: 24px 0 0;
    color: #566962;
    font-family: "Inter", sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.75;
}

@media (min-width: 1200px) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__features {
        grid-template-rows: repeat(2, clamp(640px, calc(9.4vw + 511px), 690px));
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature h3 {
        font-size: 28px !important;
        line-height: 1.15 !important;
        letter-spacing: -.5px !important;
    }
}

.ocd-cycle-section__support {
    width: 100%;
    max-width: 620px;
    margin-top: 30px;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__support h3 {
    margin: 0;
    color: #173D33;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__support p {
    margin: 12px 0 0;
    color: #334A42;
    font-size: 19px;
    line-height: 1.7;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__cta {
    box-sizing: border-box;
    display: block;
    align-items: initial;
    justify-content: initial;
    width: 100%;
    margin-top: 16px;
    padding: 52px;
    border: 1px solid #DCE9E1;
    border-radius: 20px;
    background: #F5FAF7;
    box-shadow: none;
    text-align: left;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__cta h3 {
    margin: 0;
    color: #173D33;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__cta p {
    margin: 14px 0 24px;
    margin-bottom: 24px !important;
    color: #334A42;
    font-size: 19px;
    line-height: 1.7;
    text-align: left;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__cta a.ocd-treatment-intro__cta {
    display: inline-flex;
    width: auto;
    min-width: 0;
    max-width: none;
    min-height: 56px;
    margin: 0;
    padding: 0 30px;
    border: 0;
    border-radius: 999px;
    background: #F26522;
    box-shadow: none;
    color: #FFFFFF;
    font-weight: 700;
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature:hover {
        box-shadow: 0 24px 58px rgba(18, 61, 50, .12);
        transform: translateY(-6px);
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__cta a.ocd-treatment-intro__cta:hover {
        background: #D95318;
        color: #FFFFFF;
        transform: translateY(-2px);
    }
}

@media (max-width: 767px) {
    .ocd-cycle-section__features {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature {
        padding: 24px;
    }

    .ocd-cycle-feature h3 {
        font-size: 19px;
    }

    .ocd-cycle-feature p {
        margin-left: 34px;
        font-size: 17px;
        line-height: 1.7;
    }

    .ocd-cycle-section__support {
        margin-top: 28px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__support h3 {
        font-size: 26px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__support p {
        font-size: 18px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__cta {
        margin-top: 12px;
        padding: 32px 20px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__cta h3 {
        font-size: 27px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__cta p {
        font-size: 17px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__cta a.ocd-treatment-intro__cta {
        width: 100%;
        min-height: 52px;
        padding: 0 20px;
        font-size: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature {
        transition: none;
    }
}

/* Mobile typography mirrors the desktop OCD Treatment design system. */
@media (max-width: 767px) {
    body.ocd-treatment-page-shell #ocd-treatment-page h1 {
        margin-bottom: 22px !important;
        color: #173D33 !important;
        font-family: "Poppins", sans-serif !important;
        font-size: 36px !important;
        font-weight: 800 !important;
        line-height: 1.12 !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page h2 {
        margin-bottom: 20px !important;
        color: #173D33 !important;
        font-family: "Poppins", sans-serif !important;
        font-size: 30px !important;
        font-weight: 700 !important;
        line-height: 1.18 !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page h3,
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature h3,
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__support h3,
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__cta h3 {
        margin-bottom: 16px !important;
        color: #173D33 !important;
        font-family: "Poppins", sans-serif !important;
        font-size: 24px !important;
        font-weight: 700 !important;
        line-height: 1.25 !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page p:not(.ocd-treatment-slideshow__status):not(.ocd-cycle-section__eyebrow),
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section .ocd-cycle-feature p,
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section .ocd-cycle-section__cta p {
        margin-bottom: 20px !important;
        color: #465952 !important;
        font-family: "Inter", sans-serif !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 1.75 !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature p {
        margin-bottom: 0 !important;
        color: #566962 !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature h3 {
        margin-bottom: 18px !important;
        width: 100%;
        max-width: 100%;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page li {
        color: #173D33 !important;
        font-family: "Inter", sans-serif !important;
        font-size: 18px !important;
        font-weight: 500 !important;
        line-height: 1.65 !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__list {
        gap: 20px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro__list li {
        gap: 16px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page a,
    body.ocd-treatment-page-shell #ocd-treatment-page button,
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__cta a.ocd-treatment-intro__cta {
        font-family: "Poppins", sans-serif !important;
        font-size: 18px !important;
        font-weight: 700 !important;
    }
}

/* Definitive post-diagram layout; kept last to isolate it from legacy section rules. */
.ocd-cycle-section__content {
    grid-area: content;
    min-width: 0;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    align-content: stretch;
    gap: 32px;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature,
body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature:nth-child(n) {
    --ocd-card-accent: #2E8B57;
    --ocd-card-glow: rgba(46, 139, 87, .12);
    height: 100%;
    padding: 28px;
    border: 1px solid #E8EFEA;
    border-radius: 18px;
    background: #FFFFFF;
    box-shadow: none;
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature h3 {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0;
    border: 0;
    color: #173D33 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature .ocd-treatment-intro__tick {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-top: 3px;
    background: #2E8B57;
    box-shadow: none;
    color: #FFFFFF;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature .ocd-treatment-intro__tick svg {
    width: 16px;
    height: 16px;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section .ocd-cycle-feature p {
    margin: 14px 0 0 36px !important;
    color: #5D6668 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
}

@media (min-width: 768px) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__inner {
        grid-template-areas:
            "visual intro"
            "content content";
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__content {
        display: grid;
        grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
        align-items: center;
        gap: 60px;
        width: 100%;
        max-width: 100%;
        margin-top: 32px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__content > .ocd-cycle-section__detail,
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__content > .ocd-cycle-section__features {
        grid-area: auto;
        min-width: 0;
    }
}

@media (min-width: 993px) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__detail {
        width: 100%;
        max-width: 620px;
        margin: 0;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__detail h3 {
        margin: 0 0 20px !important;
        color: #123D32 !important;
        font-family: "Poppins", sans-serif !important;
        font-size: 40px !important;
        font-weight: 700 !important;
        line-height: 1.25 !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__content > .ocd-cycle-section__detail p {
        max-width: 620px;
        margin: 0 0 22px !important;
        color: #2F3A3D !important;
        font-family: "Inter", sans-serif !important;
        font-size: 22px !important;
        font-weight: 400 !important;
        line-height: 1.9 !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__content > .ocd-cycle-section__detail p:last-child {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 767px) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__inner {
        grid-template-areas:
            "intro"
            "visual"
            "content";
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__content {
        display: block;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__features {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: none;
        gap: 24px;
        margin-top: 32px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature {
        padding: 28px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature h3 {
        font-size: 24px !important;
        line-height: 1.25 !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__content {
        gap: 32px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature {
        padding: 20px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature h3 {
        gap: 10px;
        font-size: 20px !important;
        line-height: 1.35 !important;
        overflow-wrap: anywhere;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature .ocd-treatment-intro__tick {
        flex-basis: 22px;
        width: 22px;
        height: 22px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section .ocd-cycle-feature p {
        margin: 12px 0 0 32px !important;
        font-size: 17px !important;
        line-height: 1.7 !important;
        overflow-wrap: anywhere;
    }
}

@media (hover: hover) and (pointer: fine) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature:hover {
        border-color: #2E8B57;
        box-shadow: 0 14px 32px rgba(18, 61, 50, .12);
        transform: translateY(-4px);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature {
        transition: none;
    }
}

/* Final Section 2 restoration override. */
body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    align-content: stretch;
    align-self: start;
    gap: 24px;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature,
body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature:nth-child(n) {
    height: 100%;
    min-width: 0;
    padding: 32px;
    border: 1px solid #E8ECE8;
    border-radius: 18px;
    background: #FFFFFF;
    box-shadow: 0 12px 32px rgba(18, 61, 50, .06);
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature h3 {
    gap: 12px;
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0;
    border: 0;
    font-size: 22px !important;
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
    overflow-wrap: break-word;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature .ocd-treatment-intro__tick {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-top: 3px;
    background: #2E8B57;
    box-shadow: none;
    color: #FFFFFF;
}

body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section .ocd-cycle-feature p {
    margin: 14px 0 0 36px !important;
    color: #5D6668 !important;
    font-size: 18px !important;
    line-height: 1.8 !important;
    overflow-wrap: break-word;
}

@media (min-width: 768px) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "visual intro"
            "detail features";
        align-items: start;
        gap: 32px 60px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__detail {
        grid-area: detail;
        width: 100%;
        max-width: none;
        margin: 0;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__features {
        grid-area: features;
    }
}

@media (max-width: 767px) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__inner {
        grid-template-areas:
            "intro"
            "visual"
            "detail"
            "features";
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__features {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: none;
        gap: 24px;
        margin-top: 12px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature,
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature:nth-child(n) {
        padding: 28px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature h3 {
        font-size: 24px !important;
        line-height: 1.25 !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section__features {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: none;
    }
}

@media (hover: hover) and (pointer: fine) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature:hover {
        border-color: #2E8B57;
        box-shadow: 0 16px 38px rgba(18, 61, 50, .12);
        transform: translateY(-4px);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-feature {
        transition: none;
    }
}

@media (max-width: 767px) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section .ocd-cycle-feature h3 {
        line-height: 1.3 !important;
    }
}

/* Unified OCD Treatment heading typography based on Section 2. */
body.ocd-treatment-page-shell #ocd-treatment-page h1 {
    margin-bottom: 24px !important;
    color: #173F35 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 56px !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    letter-spacing: -.02em !important;
    text-wrap: balance;
}

body.ocd-treatment-page-shell #ocd-treatment-page h2:not(#ocd-client-reviews-title):not(#ocd-faq-title) {
    margin-bottom: 14px !important;
    color: var(--ocd-mobile-heading-color, #5B8A73) !important;
    font-family: "Poppins", sans-serif !important;
    font-size: var(--ocd-mobile-heading-size, 24px) !important;
    font-weight: var(--ocd-mobile-heading-weight, 800) !important;
    line-height: var(--ocd-mobile-heading-line-height, 1.25) !important;
    letter-spacing: var(--ocd-mobile-heading-letter-spacing, .08em) !important;
    text-transform: var(--ocd-mobile-heading-transform, uppercase) !important;
    text-wrap: balance;
}

@media (min-width: 768px) and (max-width: 1024px) {
    body.ocd-treatment-page-shell #ocd-treatment-page h1 {
        font-size: 48px !important;
        line-height: 1.09 !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page h2:not(#ocd-client-reviews-title):not(#ocd-faq-title) {
        margin-bottom: 13px !important;
        font-size: 20px !important;
        line-height: 1.275 !important;
    }
}

@media (max-width: 767px) {
    body.ocd-treatment-page-shell #ocd-treatment-page h1 {
        margin-bottom: 20px !important;
        font-size: 40px !important;
        line-height: 1.1 !important;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page h2:not(#more-ocd-subtypes-title):not(.ocd-recovery-summary h2):not(#ocd-cycle-title):not(#ocd-types-intro-title):not(#ocd-contamination-title):not(#checking-ocd-title):not(#harm-ocd-title):not(#relationship-ocd-title):not(#sexual-ocd-title):not(#ocd-no-medication-title):not(.ocd-cycle-section__detail > h2):not(.ocd-cycle-section__support > h2):not(#ocd-client-reviews-title):not(#ocd-faq-title) {
        margin-bottom: 12px !important;
        font-size: 16px !important;
        line-height: 1.3 !important;
    }

    html body.ocd-treatment-page-shell main#ocd-treatment-page .ocd-cycle-section h2#ocd-cycle-title,
    html body.ocd-treatment-page-shell main#ocd-treatment-page .ocd-types-intro-section h2#ocd-types-intro-title {
        color: #5B8A73 !important;
        font-size: 32px !important;
        line-height: 1.15 !important;
    }
}

/* Shared responsive alignment for the page content below the hero. */
@media (min-width: 768px) and (max-width: 1024px) {
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-treatment-intro,
    body.ocd-treatment-page-shell #ocd-treatment-page .ocd-cycle-section {
        padding-right: 24px;
        padding-left: 24px;
    }
}

@media (max-width: 767px) {
    body.ocd-treatment-page-shell #ocd-treatment-page .harm-ocd-section__media {
        order: -1;
    }

    html body.ocd-treatment-page-shell main#ocd-treatment-page .checking-ocd-section,
    body.ocd-treatment-page-shell #ocd-treatment-page .harm-ocd-section {
        padding-right: 20px;
        padding-left: 20px;
    }

    body.ocd-treatment-page-shell #ocd-treatment-page h1,
    body.ocd-treatment-page-shell #ocd-treatment-page h2,
    body.ocd-treatment-page-shell #ocd-treatment-page h3 {
        text-wrap: balance;
    }

    html body.ocd-treatment-page-shell main#ocd-treatment-page .ocd-contamination-section__list li,
    html body.ocd-treatment-page-shell main#ocd-treatment-page .checking-ocd-section__list li,
    body.ocd-treatment-page-shell #ocd-treatment-page .harm-ocd-section__list li {
        display: grid;
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 12px;
        align-items: start;
    }

    html body.ocd-treatment-page-shell main#ocd-treatment-page .ocd-contamination-section__tick,
    html body.ocd-treatment-page-shell main#ocd-treatment-page .checking-ocd-section__tick,
    body.ocd-treatment-page-shell #ocd-treatment-page .harm-ocd-section__tick {
        box-sizing: border-box;
        width: 26px;
        margin-inline: 2px;
    }
}
