/* =========================================================
   AskJeffRocker Therapy Main Page + Therapy Service Subpages
   Templates:
   - askjeffrocker-therapy-main-page.php
   - askjeffrocker-therapy-service-subpages.php
========================================================= */

.askjeffrocker-therapy-main-page,
.askjeffrocker-therapy-service-subpage {
    background: #ffffff;
}

/* Banner */
.askjeffrocker-therapy-banner {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 460px;
    padding: 120px 0;
    background-color: #111111;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #ffffff;
}

.askjeffrocker-therapy-main-banner {
    min-height: 540px;
}

.askjeffrocker-therapy-service-banner {
    min-height: 460px;
}

.askjeffrocker-therapy-banner-inner {
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
}

.askjeffrocker-therapy-banner-content {
    max-width: 900px;
}

.askjeffrocker-therapy-banner h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 76px);
    line-height: 1.02;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.askjeffrocker-therapy-banner h1::after {
    content: "";
    display: block;
    width: 92px;
    height: 3px;
    margin-top: 28px;
    background: #f8cb5d;
}

.askjeffrocker-therapy-banner-excerpt {
    max-width: 740px;
    margin-top: 24px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.65;
}

.askjeffrocker-therapy-banner-excerpt p {
    margin: 0;
}

/* Main Page Coded Banner */
.askjeffrocker-coded-banner {
    justify-content: center;
    min-height: 200px;
    padding: 100px 0 100px;
    background: #302f35;
    text-align: center;
}

.askjeffrocker-coded-banner::before {
    display: none;
}

.askjeffrocker-coded-banner .askjeffrocker-therapy-banner-inner {
    position: relative;
    z-index: 0;
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
}

.askjeffrocker-coded-banner .askjeffrocker-therapy-banner-content {
    max-width: 1100px;
    margin: 0 auto;
}

.askjeffrocker-coded-banner h1 {
    margin: 0;
    color: #f8cb5d;
    font-family: BebasNeue-Regular, sans-serif;
    font-size: 120px;
    line-height: 106px;
    font-weight: unset;
    text-transform: uppercase;
    letter-spacing: -1.8px !important;
    text-shadow: 0 1px 1px rgb(43 36 30 / 27%);
    padding-bottom: 4px;
}

.askjeffrocker-coded-banner h1::after {
    display: none;
}

.askjeffrocker-coded-banner .askjeffrocker-therapy-banner-excerpt {
    max-width: 760px;
    margin: 24px auto 0;
}

.askjeffrocker-coded-banner .askjeffrocker-therapy-banner-excerpt p {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.5;
}

/* Keeps ACF flexible rows clean below banner */
.askjeffrocker-therapy-main-page .drjr-flexible-page-sections,
.askjeffrocker-therapy-service-subpage .drjr-flexible-page-sections {
    position: relative;
    z-index: 1;
}

/* Button Position Helpers */
.drjr_button_position_left {
    text-align: left;
}

.drjr_button_position_center {
    text-align: center;
}

.drjr_button_position_right {
    text-align: right;
}

.drjr_button_position_full .learn_more_btn {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

/* =========================================================
   AskJeffRocker Therapy Footer CTA - Two Section Layout
========================================================= */

.askjeffrocker-therapy-footer-inner {
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
}

/* Section 1: Personalized Approach */
.askjeffrocker-therapy-footer-approach {
    padding: 110px 0;
    background: #c4a087;
    color: #171514;
}

.askjeffrocker-therapy-footer-approach-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.85fr);
    gap: 64px;
    align-items: center;
}

/* Shared Footer Text */
.askjeffrocker-therapy-footer-eyebrow {
    margin-bottom: 14px;
    color: #171514;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.askjeffrocker-therapy-footer-journey .askjeffrocker-therapy-footer-eyebrow {
    color: #f8cb5d;
}

.askjeffrocker-therapy-footer-copy h2 {
    margin: 0;
    color: inherit;
    font-family: BebasNeue-Regular, sans-serif;
    font-size: clamp(48px, 5vw, 86px);
    line-height: 0.94;
    font-weight: unset;
    text-transform: uppercase;
    letter-spacing: -1.2px;
}

.askjeffrocker-therapy-footer-copy h2::after {
    content: "";
    display: block;
    width: 88px;
    height: 4px;
    margin-top: 26px;
    background: #171514;
}

.askjeffrocker-therapy-footer-journey .askjeffrocker-therapy-footer-copy h2::after {
    background: #f8cb5d;
}

.askjeffrocker-therapy-footer-content {
    max-width: 760px;
    margin-top: 32px;
    font-size: 19px;
    line-height: 1.75;
}

.askjeffrocker-therapy-footer-content p {
    margin: 0 0 20px;
}

.askjeffrocker-therapy-footer-content p:last-child {
    margin-bottom: 0;
}

/* Methods Card */
.askjeffrocker-therapy-footer-methods-card {
    background: rgba(255, 250, 243, 0.88);
    border: 1px solid rgba(23, 21, 20, 0.14);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.13);
    padding: 44px;
}

.askjeffrocker-therapy-footer-methods-card h3 {
    margin: 0 0 24px;
    color: #171514;
    font-family: BebasNeue-Regular, sans-serif;
    font-size: 42px;
    line-height: 0.95;
    font-weight: unset;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.askjeffrocker-therapy-footer-methods-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.askjeffrocker-therapy-footer-methods-list li {
    display: grid;
    grid-template-columns: 10px minmax(0, 1fr);
    column-gap: 18px;
    align-items: center;
    margin: 0;
    padding: 18px 0;
    color: #24211f;
    font-size: 17px;
    line-height: 1.45;
    border-top: 1px solid rgba(23, 21, 20, 0.13);
}

.askjeffrocker-therapy-footer-methods-list li:first-child {
    border-top: 0;
}

.askjeffrocker-therapy-footer-methods-list li::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: #f8cb5d;
}

/* Section 2: Journey CTA */
.askjeffrocker-therapy-footer-journey {
    padding: 105px 0;
    background: #323035;
    color: #ffffff;
}

.askjeffrocker-therapy-footer-journey-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: 64px;
    align-items: center;
}

.askjeffrocker-therapy-footer-journey .askjeffrocker-therapy-footer-content {
    color: #f4f0e8;
}

.askjeffrocker-therapy-footer-journey .askjeffrocker-therapy-footer-content strong {
    color: #ffffff;
}

/* CTA Panel */
.askjeffrocker-therapy-footer-cta-panel {
    position: relative;
    background: #3d3a42;
    border: 1px solid rgba(248, 203, 93, 0.34);
    padding: 44px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
}

.askjeffrocker-therapy-footer-cta-panel::before {
    content: "";
    display: block;
    width: 92px;
    height: 4px;
    margin-bottom: 34px;
    background: #f8cb5d;
}

.askjeffrocker-therapy-footer-cta-panel h3 {
    margin: 0;
    color: #ffffff;
    font-family: BebasNeue-Regular, sans-serif;
    font-size: 46px;
    line-height: 0.95;
    font-weight: unset;
    text-transform: uppercase;
    letter-spacing: -0.6px;
}

.askjeffrocker-therapy-footer-panel-content {
    margin-top: 26px;
    color: #f4f0e8;
    font-size: 18px;
    line-height: 1.65;
}

.askjeffrocker-therapy-footer-panel-content p {
    margin: 0;
}

.askjeffrocker-therapy-footer-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 34px;
}

.askjeffrocker-therapy-footer-buttons .learn_more_btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

/* Tablet */
@media (max-width: 991px) {
    .askjeffrocker-therapy-footer-approach-grid,
    .askjeffrocker-therapy-footer-journey-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .askjeffrocker-therapy-footer-methods-card,
    .askjeffrocker-therapy-footer-cta-panel {
        max-width: 640px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .askjeffrocker-therapy-banner,
    .askjeffrocker-therapy-main-banner,
    .askjeffrocker-therapy-service-banner {
        min-height: 360px;
        padding: 90px 0;
    }

    .askjeffrocker-therapy-banner-inner {
        width: 88%;
    }

    .askjeffrocker-therapy-banner h1 {
        font-size: clamp(34px, 10vw, 48px);
        line-height: 1.05;
    }

    .askjeffrocker-therapy-banner h1::after {
        width: 72px;
        margin-top: 22px;
    }

    .askjeffrocker-therapy-banner-excerpt {
        margin-top: 20px;
        font-size: 17px;
        line-height: 1.55;
    }

    .askjeffrocker-coded-banner {
        min-height: 100px;
        padding: 45px 0 40px;
    }

    .askjeffrocker-coded-banner h1 {
        font-size: clamp(42px, 12vw, 62px);
        line-height: 0.95;
    }

    .askjeffrocker-coded-banner .askjeffrocker-therapy-banner-excerpt p {
        font-size: 16px;
    }

    .askjeffrocker-therapy-footer-approach,
    .askjeffrocker-therapy-footer-journey {
        padding: 78px 0;
    }

    .askjeffrocker-therapy-footer-inner {
        width: 88%;
    }

    .askjeffrocker-therapy-footer-copy h2 {
        font-size: clamp(42px, 12vw, 62px);
    }

    .askjeffrocker-therapy-footer-content {
        font-size: 17px;
        line-height: 1.65;
    }

    .askjeffrocker-therapy-footer-methods-card,
    .askjeffrocker-therapy-footer-cta-panel {
        padding: 32px;
    }

    .askjeffrocker-therapy-footer-methods-card h3,
    .askjeffrocker-therapy-footer-cta-panel h3 {
        font-size: 38px;
    }


}



/* =========================================================
   Therapy Service Catalog - Subpage Only
========================================================= */

.askjeffrocker-therapy-service-catalog {
    padding: 90px 0 80px;
    background: #ffffff;
    color: #171514;
}

.askjeffrocker-therapy-service-catalog-header {
    margin-bottom: 36px;
    text-align: center;
}

.askjeffrocker-therapy-service-catalog-header h2 {
    margin: 0;
    color: #171514;
    font-family: BebasNeue-Regular, sans-serif;
    font-size: clamp(48px, 5vw, 76px);
    line-height: 0.95;
    font-weight: unset;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.askjeffrocker-therapy-service-catalog-header h2::after {
    content: "";
    display: block;
    width: 88px;
    height: 4px;
    margin: 24px auto 0;
    background: #f8cb5d;
}

.askjeffrocker-therapy-service-catalog-track {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.askjeffrocker-therapy-service-card {
    position: relative;
    display: block;
    min-height: 245px;
    overflow: hidden;
    background: #302f35;
    text-decoration: none;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.askjeffrocker-therapy-service-card:hover {
    text-decoration: none;
}

.askjeffrocker-therapy-service-card-image {
    position: absolute;
    inset: 0;
    background: #302f35;
}

.askjeffrocker-therapy-service-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.askjeffrocker-therapy-service-card:hover img {
    transform: scale(1.06);
}

.askjeffrocker-therapy-service-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.16));
}

.askjeffrocker-therapy-service-card-title {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 18px;
    z-index: 2;
    color: #ffffff;
    font-family: BebasNeue-Regular, sans-serif;
    font-size: 28px;
    line-height: 0.95;
    text-transform: uppercase;
    letter-spacing: -0.2px;
}

@media (max-width: 1180px) {
    .askjeffrocker-therapy-service-catalog-track {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .askjeffrocker-therapy-service-card {
        min-height: 260px;
    }

    .askjeffrocker-therapy-service-card-title {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .askjeffrocker-therapy-service-catalog {
        padding: 72px 0;
    }

    .askjeffrocker-therapy-service-catalog-track {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .askjeffrocker-therapy-service-card {
        min-height: 260px;
    }

    .askjeffrocker-therapy-service-card-title {
        font-size: 36px;
    }
}

