
        /* Individual Therapy Hero */
        .service-hero {
            padding-top: 170px;
            padding-bottom: 80px;
            background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FAF6F2));
            background: -o-linear-gradient(top, #FFFFFF 0%, #FAF6F2 100%);
            background: linear-gradient(180deg, #FFFFFF 0%, #FAF6F2 100%);
            position: relative;
        }
        .service-hero-subtitle {
            color: #DF5D83;
            font-weight: 700;
            letter-spacing: 0.15em;
            font-size: 0.85rem;
        }
        .service-hero h1 {
            font-size: 3.8rem;
            font-weight: 700;
            line-height: 1.15;
            margin-top: 0.5rem;
            margin-bottom: 1.5rem;
        }
        .service-hero-desc {
            font-size: 1.15rem;
            color: #4A3631;
            opacity: 0.85;
            max-width: 700px;
            margin: 0 auto 2.5rem auto;
            line-height: 1.7;
        }
        @media (max-width: 768px) {
            .service-hero h1 {
                font-size: 2.6rem;
            }
        }

        /* Essential Quick Metrics Block */
        .metric-row {
            background-color: #FFFFFF;
            border-radius: 1.5rem;
            border: 1px solid rgba(74, 54, 49, 0.06);
            padding: 2.5rem;
            -webkit-box-shadow: 0 10px 30px rgba(74, 54, 49, 0.02);
                    box-shadow: 0 10px 30px rgba(74, 54, 49, 0.02);
            margin-top: -30px;
            position: relative;
            z-index: 5;
        }
        .metric-column {
            border-right: 1px solid #E8DCD5;
            text-align: center;
        }
        .metric-column:last-child {
            border-right: none;
        }
        @media (max-width: 768px) {
            .metric-column {
                border-right: none;
                border-bottom: 1px solid #E8DCD5;
                padding-bottom: 1.5rem;
                margin-bottom: 1.5rem;
            }
            .metric-column:last-child {
                border-bottom: none;
                padding-bottom: 0;
                margin-bottom: 0;
            }
        }
        .metric-label {
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            color: #DF5D83;
            font-weight: 700;
            margin-bottom: 0.5rem;
        }
        .metric-val {
            font-family: 'Playfair Display', serif;
            font-size: 1.5rem;
            font-weight: 700;
            color: #4A3631;
        }

        /* Affirmation Block & Introduction */
        .intro-affirmation-section {
            padding: 90px 0;
            background-color: #FAF6F2;
        }
        .about-me-tag {
            background-color: #D2F4EA;
            color: #1E5345;
            padding: 0.4rem 1rem;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 700;
            letter-spacing: 0.05em;
        }
        .intro-lead-paragraph {
            font-size: 1.35rem;
            font-weight: 500;
            line-height: 1.6;
            color: #4A3631;
        }

        /* Scope of Care: Grid of Focus Areas */
        .scope-section {
            /* background-color: #FFFFFF; */
            padding: 70px 0;
        }
        .scope-card {
            background-color: #FFF8E9;
            border: 1px solid #FFE6B6;
            border-radius: 1.25rem;
            padding: 2.2rem;
            -webkit-transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
            -o-transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
            transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
            height: 100%;
        }
        .scope-card:hover {
            -webkit-transform: translateY(-5px);
                -ms-transform: translateY(-5px);
                    transform: translateY(-5px);
            background-color: #FFFFFF;
            -webkit-box-shadow: 0 12px 30px rgba(74, 54, 49, 0.06);
                    box-shadow: 0 12px 30px rgba(74, 54, 49, 0.06);
            border-color: rgba(223, 93, 131, 0.2);
        }
        .scope-icon-box {
            width: 50px;
            height: 50px;
            border-radius: 12px;
            background-color: rgba(255, 255, 255, 0.1);
            color: #4A3631;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            font-size: 1.25rem;
            margin-bottom: 1.5rem;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
        .scope-card:hover .scope-icon-box {
            background-color: #DF5D83;
            color: #FFFFFF;
        }
        .scope-card h3 {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 1.15rem;
            font-weight: 700;
            margin-bottom: 0.75rem;
        }
        .scope-card p {
            font-size: 0.92rem;
            color: #4A3631;
            opacity: 0.8;
            margin-bottom: 0;
            line-height: 1.5;
        }

        /* Modalities & Eclectic Approach Framework */
        .approach-section {
            background-color: #FAF6F2;
            padding: 100px 0;
            border-top: 1px solid rgba(74, 54, 49, 0.05);
            border-bottom: 1px solid rgba(74, 54, 49, 0.05);
        }
        .approach-item {
            background-color: #FFFFFF;
            border-radius: 1.25rem;
            padding: 2rem;
            -webkit-box-shadow: 0 4px 20px rgba(74, 54, 49, 0.01);
                    box-shadow: 0 4px 20px rgba(74, 54, 49, 0.01);
            border: 1px solid rgba(74, 54, 49, 0.04);
            height: 100%;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
        .approach-item:hover {
            border-color: rgba(223, 93, 131, 0.25);
            -webkit-box-shadow: 0 8px 25px rgba(74, 54, 49, 0.04);
                    box-shadow: 0 8px 25px rgba(74, 54, 49, 0.04);
        }
        .modality-badge {
            background-color: rgba(223, 93, 131, 0.08);
            color: #DF5D83;
            padding: 0.3rem 0.8rem;
            border-radius: 30px;
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 0.05em;
            display: inline-block;
            margin-bottom: 1rem;
        }
        .approach-item h3 {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 1.2rem;
            font-weight: 700;
            margin-bottom: 0.75rem;
        }
        .approach-item p {
            font-size: 0.92rem;
            opacity: 0.85;
            margin-bottom: 0;
        }

        /* The Road Map: Vertical Progression */
        .roadmap-section {
            /* background-color: #FFFFFF; */
            padding: 50px 0;
        }
        .roadmap-timeline {
            position: relative;
            max-width: 900px;
            margin: 0 auto;
        }
        .roadmap-timeline::before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 50%;
            width: 2px;
            background-color: #E8DCD5;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
        }
        @media (max-width: 768px) {
            .roadmap-timeline::before {
                left: 20px;
            }
        }
        .roadmap-node {
            position: relative;
            margin-bottom: 4rem;
        }
        .roadmap-node:last-child {
            margin-bottom: 0;
        }
        .roadmap-marker {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background-color: #DF5D83;
            color: #FFFFFF;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            font-weight: 700;
            font-size: 1.1rem;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
            z-index: 2;
            -webkit-box-shadow: 0 0 0 8px #fffcf6;
                    box-shadow: 0 0 0 8px #fffcf6;
        }
        @media (max-width: 768px) {
            .roadmap-marker {
                left: -4px;
                -webkit-transform: none;
                    -ms-transform: none;
                        transform: none;
            }
        }
        .roadmap-content {
            width: 45%;
            padding: 1.8rem;
            background-color: #F7F0E6;
            border-radius: 1.25rem;
            border: 1px solid rgba(74, 54, 49, 0.05);
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
        .roadmap-node:nth-child(even) .roadmap-content {
            margin-left: auto;
        }
        .roadmap-node:nth-child(odd) .roadmap-content {
            text-align: right;
            margin-right: auto;
        }
        @media (max-width: 768px) {
            .roadmap-content {
                width: calc(100% - 60px);
                margin-left: 60px !important;
                text-align: left !important;
            }
        }
        .roadmap-content h3 {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 1.15rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
        }
        .roadmap-content p {
            font-size: 0.92rem;
            opacity: 0.8;
            margin-bottom: 0;
            line-height: 1.5;
        }

        /* Affirmative Reminders Section */
        .reassure-section {
            /* background-color: #FAF6F2; */
            padding-bottom: 60px;
            position: relative;
            overflow: hidden;
        }
        .reassure-card {
            background-color: #FFFFFF;
            border-radius: 1.5rem;
            padding: 3rem;
            border: 1px solid rgba(74, 54, 49, 0.05);
            -webkit-box-shadow: 0 10px 30px rgba(74, 54, 49, 0.02);
                    box-shadow: 0 10px 30px rgba(74, 54, 49, 0.02);
        }
        .reassure-list li {
            font-size: 1.05rem;
            margin-bottom: 1.5rem;
            position: relative;
            padding-left: 30px;
            list-style: none;
        }
        .reassure-list li::before {
            content: "\f004";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            color: #DF5D83;
            font-size: 0.95rem;
            top: 3px;
        }
        .reassure-list li:last-child {
            margin-bottom: 0;
        }

