.conditions-hero {
    background-color: #286241;
    padding: 56px 24px 48px;
    text-align: center;
    min-height: 320px;
    font-family: noto-sans-bold, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.conditions-hero-title {
    margin: 0 0 12px;
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    font-family: noto-sans-bold;
    letter-spacing: -0.02em;
}

.conditions-hero-actions-row {
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    margin: 50px auto 0 auto;
    gap: 10px;
    flex-wrap: wrap;
}

.action-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px 28px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 6px;
    margin-bottom: 24px;
    border: none;
    cursor: pointer;
    background-color: #C1FF72;
    color: #286241;
    white-space: nowrap;
    border: 1px solid #286241;
    font-family: noto-sans-bold;
}

.action-button:hover {
    opacity: 0.95;
}

.conditions-breadcrumb {
    font-size: 14px;
    color: #fff;
    font-family: noto-sans, sans-serif;
}

.conditions-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.conditions-breadcrumb a:hover {
    color: #C1FF72;
    text-decoration: underline;
}

.conditions-breadcrumb-sep {
    margin: 0 6px;
}

/* ----- Conditions grid ----- */
.conditions-grid-section {
    background: #fff;
    padding: 80px 24px;
}

.conditions-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.conditions-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px 24px;
    justify-items: center;
}

.condition-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.condition-card:hover {
    transform: scale(1.02);
    opacity: 0.9;
}

.condition-card:focus-visible {
    outline: 2px solid #286241;
    outline-offset: 4px;
}

.condition-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 3px solid #b8860b;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5px;
}

.condition-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

.condition-label {
    margin-top: 16px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2em;
    color: #3c4b58;
    font-family: noto-sans-bold, sans-serif;
    text-align: center;
}

/* ----- CTA (dark green) ----- */
.conditions-cta {
    background-color: #286241;
    padding: 96px 24px;
    text-align: center;
}

.conditions-cta-inner {
    max-width: 1300px;
    margin: 0 auto;
}

.conditions-cta-mission {
    margin: 0;
    font-size: 22px;
    color: #fff;
    font-family: noto-sans, sans-serif;
    line-height: 1.5;
}

.conditions-cta-headline {
    margin: 0 0 28px;
    font-size: 58px;
    font-weight: 700;
    color: #fff;
    font-family: noto-sans-bold, sans-serif;
}

.conditions-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.conditions-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 8px;
    text-decoration: none;
    font-family: noto-sans-semibold, sans-serif;
    transition: background 0.2s ease, color 0.2s ease;
}

.conditions-cta-btn:hover {
    background: #fff;
    color: #286241;
}

.conditions-cta-btn:focus-visible {
    outline: 2px solid #C1FF72;
    outline-offset: 2px;
}

.conditions-cta-btn i {
    font-size: 18px;
}

.conditions-treatment-section {
    padding: 24px 24px 48px;
    margin-top: 50px;
}

.treatments-inner {
    max-width: 1300px;
    margin: 0 auto;
}

/* Level block = one of the 3 carousel sections (Level 1, 2, 3) */
.conditions-level-block {
    padding: 32px 24px 40px;
    border-radius: 6px;
    margin-bottom: 24px;
}

.conditions-level-block:last-child {
    margin-bottom: 0;
}

.conditions-level-block.level-1 {
    background-color: #65BD54;
}

.conditions-level-block.level-2 {
    background-color: #359F49;
}

.conditions-level-block.level-2.additional {
    margin-top: -60px;
}

.conditions-level-block.level-3 {
    background-color: #286241;
}

.conditions-level-block .level-slide-title {
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    font-family: noto-sans-bold, sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0 0 8px;
}

.conditions-level-block .level-slide-desc {
    font-size: clamp(0.95rem, 1.8vw, 1.125rem);
    font-family: noto-sans, sans-serif;
    color: #fff;
    text-align: center;
    margin: 0 0 28px;
    line-height: 1.4;
}

.conditions-treatment-section .slider-row {
    display: flex;
    align-items: stretch;
    gap: 16px;
    align-items: center;
}

.conditions-carousel {
    flex: 1;
    overflow: hidden;
    position: relative;
}

/* Each carousel slide = one service card */
.conditions-carousel .swiper-slide {
    height: auto;
    box-sizing: border-box;
}

.level-slide-title {
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    font-family: noto-sans-bold, sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0 0 8px;
}

.level-slide-desc {
    font-size: clamp(0.95rem, 1.8vw, 1.125rem);
    font-family: noto-sans, sans-serif;
    color: #fff;
    text-align: center;
    margin: 0 0 28px;
    line-height: 1.4;
}

.conditions-treatment-card {
    /* background-color: #359F49; */
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}

.treatment-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    font-family: noto-sans-bold;
    margin: 0;
    height: 56px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.treatment-img {
    height: 170px;
    width: auto;
    border-radius: 4px;
    object-fit: cover;
}

.treatment-desc {
    font-size: 14px;
    font-family: noto-sans;
    margin: 0;
}

.see-service-btn {
    font-size: 18px;
    background-color: #C1FF72;
    display: flex;
    justify-content: center;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 14px;
    text-decoration: none;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-family: noto-sans-bold;
    color: #286241;
    position: relative;
    margin-top: auto;
    text-transform: uppercase;
}

.see-service-btn .right-icon {
    position: absolute;
    right: 10px;
}

.conditions-treatment-title {
    font-size: 30px;
    font-family: noto-sans-bold;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

.conditions-treatment-desc {
    font-size: 18px;
    font-family: noto-sans;
    text-align: center;
    margin: 0;
    margin-bottom: 35px;
}

/* ----- Healing Roadmap / Levels of Care (3-box row) ----- */
.roadmap-section-title {
    font-size: 45px;
    font-family: noto-sans-bold;
    font-weight: 700;
    text-align: center;
}

.roadmap-section-desc {
    font-size: 18px;
    font-family: noto-sans;
    text-align: center;
    margin: 0 0 24px;
}

.healing-roadmap-inner {
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 4px;
    padding: 24px 0;
}

.healing-roadmap-title {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 700;
    color: #1a1a1a;
    font-family: noto-sans-bold, sans-serif;
    text-align: center;
    margin: 0 0 24px;
    line-height: 1.25;
}

.healing-roadmap-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    border-radius: 8px;
    overflow: hidden;
}

.healing-roadmap-box {
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

.healing-roadmap-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    font-size: 1.75rem;
    color: #fff;
}

.healing-roadmap-icon .fa {
    display: block;
}

.healing-roadmap-box-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    font-family: noto-sans-bold, sans-serif;
    line-height: 1.3;
}

.healing-roadmap-box-desc {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.95);
    font-family: noto-sans, sans-serif;
    line-height: 1.45;
    text-align: start;
}

.healing-roadmap-box.box-1 {
    background: #65BD54;
}

.healing-roadmap-box.box-2 {
    background: #359F49;
}

.healing-roadmap-box.box-3 {
    background: #286241;
}

.healing-roadmap-section {
    padding: 0 20px;
}

/* ----- Responsive ----- */
@media (max-width: 900px) {
    .conditions-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 36px 20px;
    }

    .condition-circle {
        width: 160px;
        height: 160px;
    }

    .healing-roadmap-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .conditions-level-block {
        padding: 24px 16px 32px;
    }

    .healing-roadmap-row {
        gap: 12px;
    }

    .healing-roadmap-box {
        padding: 18px 14px;
    }

    .conditions-hero-actions-row {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
    }

    .action-button {
        margin-bottom: 0;
    }
}

@media (max-width: 500px) {
    .conditions-hero {
        padding: 40px 16px 36px;
        min-height: 160px;
    }

    .conditions-hero-title {
        font-size: 26px;
    }

    .conditions-breadcrumb {
        font-size: 13px;
    }

    .conditions-grid-section {
        padding: 36px 16px 44px;
    }

    .conditions-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }

    .condition-circle {
        width: 160px;
        height: 160px;
    }

    .condition-label {
        font-size: 17px;
    }

    .conditions-cta {
        padding: 40px 16px 48px;
    }

    .conditions-cta-mission {
        font-size: 16px;
    }

    .conditions-cta-headline {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .conditions-cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .conditions-cta-btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    .healing-roadmap-box {
        padding: 16px 12px;
        font-size: clamp(0.85rem, 3vw, 0.95rem);
    }
    
    .roadmap-section-title {
        font-size: 38px;
    }
}