/* ==========================================================================
   SERVICES PAGE - COMPREHENSIVE MODERN DESIGN
   Holistic Psychological Services PLLC
   ========================================================================== */

/* AOS Animation Library */
@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');

/* ==========================================================================
   MAIN LAYOUT
   ========================================================================== */

.services-main {
    width: 100%;
    overflow-x: hidden;
    background: #ffffff;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */

.services-hero {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 140px 2rem 100px;
    background: linear-gradient(135deg, #ecfdf5 0%, #f0fdf9 50%, #ffffff 100%);
    overflow: hidden;
}

.hero-bg-pattern {
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, rgba(0, 216, 132, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(14, 165, 233, 0.06) 0%, transparent 50%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.828-1.415 1.415L51.8 0h2.827zM5.373 0l-.83.828L5.96 2.243 8.2 0H5.374zM48.97 0l3.657 3.657-1.414 1.414L46.143 0h2.828zM11.03 0L7.372 3.657 8.787 5.07 13.857 0H11.03zm32.284 0L49.8 6.485 48.384 7.9l-7.9-7.9h2.83zM16.686 0L10.2 6.485 11.616 7.9l7.9-7.9h-2.83zm20.97 0l9.315 9.314-1.414 1.414L34.828 0h2.83zM22.344 0L13.03 9.314l1.414 1.414L25.172 0h-2.83zM32 0l12.142 12.142-1.414 1.414L30 .828 17.272 13.556l-1.414-1.414L28 0h4zM.284 0l28 28-1.414 1.414L0 2.544V0h.284zM0 5.373l25.456 25.455-1.414 1.415L0 8.2V5.374zm0 5.656l22.627 22.627-1.414 1.414L0 13.86v-2.83zm0 5.656l19.8 19.8-1.415 1.413L0 19.514v-2.83zm0 5.657l16.97 16.97-1.414 1.415L0 25.172v-2.83zM0 28l14.142 14.142-1.414 1.414L0 30.828V28zm0 5.657L11.314 44.97 9.9 46.386l-9.9-9.9v-2.828zm0 5.657L8.485 47.8 7.07 49.212 0 42.143v-2.83zm0 5.657l5.657 5.657-1.414 1.415L0 47.8v-2.83zm0 5.657l2.828 2.83-1.414 1.413L0 53.456v-2.83zM54.627 60L30 35.373 5.373 60H8.2L30 38.2 51.8 60h2.827zm-5.656 0L30 41.03 11.03 60h2.828L30 43.858 46.142 60h2.83zm-5.656 0L30 46.686 16.686 60h2.83L30 49.515 40.485 60h2.83zm-5.657 0L30 52.343 22.343 60h2.83L30 55.172 34.828 60h2.83zM32 60l-2-2-2 2h4zM59.716 0l-28 28 1.414 1.414L60 2.544V0h-.284zM60 5.373L34.544 30.828l1.414 1.415L60 8.2V5.374zm0 5.656L37.373 33.656l1.414 1.414L60 13.86v-2.83zm0 5.656l-19.8 19.8 1.415 1.413L60 19.514v-2.83zm0 5.657l-16.97 16.97 1.414 1.415L60 25.172v-2.83zM60 28L45.858 42.142l1.414 1.414L60 30.828V28zm0 5.657L48.686 44.97l1.415 1.415 9.9-9.9v-2.828zm0 5.657L51.515 47.8l1.414 1.413 7.07-7.07v-2.83zm0 5.657l-5.657 5.657 1.414 1.415L60 47.8v-2.83zm0 5.657l-2.828 2.83 1.414 1.413L60 53.456v-2.83z' fill='%2300d884' fill-opacity='0.02' fill-rule='evenodd'/%3E%3C/svg%3E");
    pointer-events: none;
}

.hero-content-wrapper {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 28px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(0, 216, 132, 0.2);
    border-radius: 100px;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(0, 216, 132, 0.12);
    font-size: 0.875rem;
    font-weight: 700;
    color: #1f2937;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-badge i {
    font-size: 1.25rem;
    color: #00d884;
}

.hero-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.15;
    color: #1f2937;
    margin-bottom: 1.5rem;
}

.title-gradient {
    display: block;
    background: linear-gradient(135deg, #00d884 0%, #0ea5e9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: clamp(1.0625rem, 2vw, 1.25rem);
    line-height: 1.7;
    color: #6b7280;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hero-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.hero-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 216, 132, 0.15);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.hero-feature:hover {
    background: rgba(255, 255, 255, 1);
    border-color: rgba(0, 216, 132, 0.3);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 216, 132, 0.15);
}

.hero-feature .feature-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #00d884, #0ea5e9);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.75rem;
}

.hero-feature span {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1f2937;
    text-align: center;
    line-height: 1.4;
}

/* ==========================================================================
   SECTION COMMON STYLES
   ========================================================================== */

section {
    padding: 100px 0;
    position: relative;
}

.section-label {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, rgba(0, 216, 132, 0.1), rgba(14, 165, 233, 0.1));
    border: 1px solid rgba(0, 216, 132, 0.2);
    border-radius: 100px;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #00d884;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 1.5rem;
}

.section-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    color: #1f2937;
    margin-bottom: 1.5rem;
}

.text-gradient {
    background: linear-gradient(135deg, #00d884 0%, #0ea5e9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-description {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #6b7280;
    max-width: 800px;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* ==========================================================================
   SERVICES CATEGORIES SECTION
   ========================================================================== */

.services-categories {
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

.categories-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Category Tabs */
.category-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.tab-btn {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid rgba(0, 216, 132, 0.15);
    border-radius: 100px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #4b5563;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-btn i {
    font-size: 1.125rem;
}

.tab-btn:hover {
    background: rgba(255, 255, 255, 1);
    border-color: rgba(0, 216, 132, 0.3);
    color: #00d884;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 216, 132, 0.15);
}

.tab-btn.active {
    background: linear-gradient(135deg, #00d884, #0ea5e9);
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 216, 132, 0.3);
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.service-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    transition: all 0.4s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 216, 132, 0.3);
}

.service-card.hidden {
    display: none;
}

/* Card Header */
.card-header {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
}

.card-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 2rem;
    transition: transform 0.3s ease;
}

.service-card:hover .card-icon {
    transform: scale(1.1) rotate(-5deg);
}

.card-icon.mood {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}

.card-icon.anxiety {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.card-icon.trauma {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.card-icon.adhd {
    background: linear-gradient(135deg, #10b981, #059669);
}

.card-icon.behavioral {
    background: linear-gradient(135deg, #ef4444, #dc2626);
}

.card-icon.family {
    background: linear-gradient(135deg, #ec4899, #db2777);
}

.card-icon.couples {
    background: linear-gradient(135deg, #f43f5e, #e11d48);
}

.card-icon.grief {
    background: linear-gradient(135deg, #6366f1, #4f46e5);
}

.card-icon.school {
    background: linear-gradient(135deg, #06b6d4, #0891b2);
}

.card-icon.wellness {
    background: linear-gradient(135deg, #8b5cf6, #a78bfa);
}

.card-icon.adoption {
    background: linear-gradient(135deg, #f97316, #ea580c);
}

.card-icon.mindfulness {
    background: linear-gradient(135deg, #00d884, #0ea5e9);
}

.card-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.375rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.3;
}

.card-description {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #4b5563;
}

/* Card Details */
.card-details {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.detail-item i {
    font-size: 1.125rem;
    color: #00d884;
    flex-shrink: 0;
}

/* Card Footer */
.card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
    margin-top: auto;
}

.therapy-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tag {
    padding: 4px 12px;
    background: linear-gradient(135deg, rgba(0, 216, 132, 0.1), rgba(14, 165, 233, 0.1));
    border: 1px solid rgba(0, 216, 132, 0.2);
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #00d884;
}

.card-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 10px 20px;
    background: transparent;
    border: 2px solid #00d884;
    border-radius: 100px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #00d884;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.card-btn:hover {
    background: linear-gradient(135deg, #00d884, #0ea5e9);
    border-color: transparent;
    color: #ffffff;
    transform: translateX(4px);
}

.card-btn i {
    font-size: 1rem;
}

/* ==========================================================================
   TREATMENT PROCESS SECTION - ACCORDION STYLE
   ========================================================================== */

.treatment-process {
    background: linear-gradient(135deg, #ecfdf5 0%, #f0fdf9 100%);
    position: relative;
    overflow: hidden;
}

.treatment-process::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 2px 2px, rgba(0, 216, 132, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.process-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

.process-accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.accordion-item {
    background: #ffffff;
    border: 2px solid rgba(0, 216, 132, 0.15);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-item:hover {
    border-color: rgba(0, 216, 132, 0.3);
    box-shadow: 0 8px 24px rgba(0, 216, 132, 0.1);
}

.accordion-item.active {
    border-color: rgba(0, 216, 132, 0.4);
    box-shadow: 0 12px 32px rgba(0, 216, 132, 0.15);
}

.accordion-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.75rem 2rem;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
}

.accordion-header:hover {
    background: linear-gradient(135deg, rgba(0, 216, 132, 0.03), rgba(14, 165, 233, 0.03));
}

.accordion-item.active .accordion-header {
    background: linear-gradient(135deg, rgba(0, 216, 132, 0.05), rgba(14, 165, 233, 0.05));
}

.accordion-number {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: linear-gradient(135deg, #00d884, #0ea5e9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 216, 132, 0.25);
    transition: all 0.3s ease;
}

.accordion-item.active .accordion-number {
    transform: scale(1.1);
    box-shadow: 0 8px 24px rgba(0, 216, 132, 0.35);
}

.accordion-title-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.accordion-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: linear-gradient(135deg, rgba(0, 216, 132, 0.1), rgba(14, 165, 233, 0.1));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00d884;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.accordion-item.active .accordion-icon {
    background: linear-gradient(135deg, rgba(0, 216, 132, 0.15), rgba(14, 165, 233, 0.15));
    transform: scale(1.05);
}

.accordion-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.375rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
}

.accordion-toggle {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: linear-gradient(135deg, rgba(0, 216, 132, 0.1), rgba(14, 165, 233, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00d884;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.accordion-item.active .accordion-toggle {
    background: linear-gradient(135deg, #00d884, #0ea5e9);
    color: #ffffff;
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.accordion-item.active .accordion-content {
    max-height: 500px;
}

.accordion-body {
    padding: 0 2rem 2rem 8.5rem;
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #6b7280;
}

/* Responsive Design */
@media (max-width: 767px) {
    .accordion-header {
        padding: 1.5rem;
        gap: 1rem;
    }
    
    .accordion-number {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 1.5rem;
    }
    
    .accordion-title-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
    
    .accordion-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 1.25rem;
    }
    
    .accordion-title {
        font-size: 1.125rem;
    }
    
    .accordion-toggle {
        width: 36px;
        height: 36px;
        min-width: 36px;
        font-size: 1.25rem;
    }
    
    .accordion-body {
        padding: 0 1.5rem 1.5rem 1.5rem;
    }
}

@media (max-width: 480px) {
    .accordion-header {
        padding: 1.25rem;
        flex-wrap: wrap;
    }
    
    .accordion-number {
        width: 45px;
        height: 45px;
        min-width: 45px;
        font-size: 1.25rem;
    }
    
    .accordion-title {
        font-size: 1rem;
    }
    
    .accordion-body {
        padding: 0 1.25rem 1.25rem 1.25rem;
        font-size: 0.875rem;
    }
}

/* ==========================================================================
   THERAPY APPROACHES SECTION
   ========================================================================== */

.therapy-approaches {
    background: #ffffff;
}

.approaches-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.approaches-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.approach-card {
    background: linear-gradient(135deg, rgba(0, 216, 132, 0.03), rgba(14, 165, 233, 0.03));
    border: 1px solid rgba(0, 216, 132, 0.15);
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.4s ease;
}

.approach-card:hover {
    background: linear-gradient(135deg, rgba(0, 216, 132, 0.08), rgba(14, 165, 233, 0.08));
    border-color: rgba(0, 216, 132, 0.3);
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 216, 132, 0.15);
}

.approach-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #00d884, #0ea5e9);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 2.25rem;
    transition: transform 0.4s ease;
}

.approach-card:hover .approach-icon {
    transform: scale(1.1) rotate(-5deg);
}

.approach-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.approach-description {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #6b7280;
}

/* ==========================================================================
   INSURANCE SECTION
   ========================================================================== */

.insurance-section {
    background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
}

.insurance-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.insurance-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.insurance-text {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: #4b5563;
}

.insurance-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.insurance-feature {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #1f2937;
}

.insurance-feature i {
    font-size: 1.5rem;
    color: #00d884;
}

.insurance-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, #00d884, #0ea5e9);
    color: #ffffff;
    border-radius: 100px;
    font-size: 1.0625rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    width: fit-content;
    box-shadow: 0 8px 24px rgba(0, 216, 132, 0.3);
}

.insurance-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0, 216, 132, 0.4);
}

.insurance-image {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.insurance-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* ==========================================================================
   FAQ SECTION
   ========================================================================== */

.faq-section {
    background: linear-gradient(135deg, #ecfdf5 0%, #f0fdf9 100%);
}

.faq-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2rem;
}

.faq-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.faq-item {
    background: #ffffff;
    border: 2px solid rgba(0, 216, 132, 0.15);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(0, 216, 132, 0.3);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    cursor: pointer;
    user-select: none;
}

.faq-question h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.faq-question i {
    font-size: 1.5rem;
    color: #00d884;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer p {
    padding: 0 2rem 1.5rem;
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #6b7280;
    margin: 0;
}

/* ==========================================================================
   CTA SECTION
   ========================================================================== */

.services-cta {
    background: linear-gradient(135deg, #f0fdf9 0%, #ecfdf5 100%);
    position: relative;
    overflow: hidden;
}

.services-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(0, 216, 132, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(14, 165, 233, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.cta-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

.cta-content {
    text-align: center;
    padding: 4rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(0, 216, 132, 0.2);
    border-radius: 32px;
    box-shadow: 0 20px 60px rgba(0, 216, 132, 0.15);
}

.cta-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.cta-subtitle {
    font-size: 1.1875rem;
    line-height: 1.7;
    color: #6b7280;
    margin-bottom: 2.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2.5rem;
    border-radius: 100px;
    font-size: 1.0625rem;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.cta-btn.primary {
    background: linear-gradient(135deg, #00d884, #0ea5e9);
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 216, 132, 0.3);
}

.cta-btn.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0, 216, 132, 0.4);
}

.cta-btn.secondary {
    background: rgba(255, 255, 255, 0.8);
    color: #00d884;
    border: 2px solid #00d884;
}

.cta-btn.secondary:hover {
    background: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 216, 132, 0.2);
}

.cta-btn i {
    font-size: 1.25rem;
}

.cta-features {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.cta-feature {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #4b5563;
}

.cta-feature i {
    font-size: 1.25rem;
    color: #00d884;
}

/* ==========================================================================
   RESPONSIVE DESIGN
   ========================================================================== */

/* Large Tablets (1200px and below) */
@media (max-width: 1200px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .approaches-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Tablets (991px and below) */
@media (max-width: 991px) {
    section {
        padding: 80px 0;
    }
    
    .services-hero {
        min-height: 60vh;
        padding: 120px 1.5rem 80px;
    }
    
    .hero-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }
    
    .category-tabs {
        gap: 0.75rem;
    }
    
    .tab-btn span {
        display: none;
    }
    
    .services-grid {
        gap: 1.5rem;
    }
    
    .timeline-item {
        grid-template-columns: 1fr 60px 1fr;
        gap: 1.5rem;
    }
    
    .timeline-number {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .insurance-container {
        grid-template-columns: 1fr;
        gap: 4rem;
    }
}

/* Mobile Landscape (767px and below) */
@media (max-width: 767px) {
    section {
        padding: 60px 0;
    }
    
    .services-hero {
        padding: 100px 1.25rem 60px;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-features-grid {
        grid-template-columns: 1fr;
    }
    
    .section-title {
        font-size: 1.875rem;
    }
    
    .section-header {
        margin-bottom: 3rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .service-card {
        padding: 1.75rem;
    }
    
    .card-footer {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .card-btn {
        width: 100%;
        justify-content: center;
    }
    
    .approaches-grid {
        grid-template-columns: 1fr;
    }
    
    .approach-card {
        padding: 2rem;
    }
    
    .cta-content {
        padding: 3rem 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .cta-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Mobile Portrait (480px and below) */
@media (max-width: 480px) {
    .services-hero {
        padding: 90px 1rem 50px;
    }
    
    .hero-badge {
        padding: 8px 20px;
        font-size: 0.75rem;
    }
    
    .hero-feature {
        padding: 1.25rem;
    }
    
    .hero-feature .feature-icon {
        width: 48px;
        height: 48px;
        font-size: 1.5rem;
    }
    
    .section-label {
        font-size: 0.75rem;
        padding: 6px 16px;
    }
    
    .section-title {
        font-size: 1.625rem;
    }
    
    .service-card {
        padding: 1.5rem;
    }
    
    .card-icon {
        width: 56px;
        height: 56px;
        min-width: 56px;
        font-size: 1.75rem;
    }
    
    .approach-icon {
        width: 70px;
        height: 70px;
        font-size: 2rem;
    }
    
    .cta-content {
        padding: 2.5rem 1.5rem;
    }
    
    .cta-title {
        font-size: 1.75rem;
    }
    
    .cta-features {
        flex-direction: column;
        gap: 1rem;
    }
}
