.about-page-banner .subtitle {
    font-size: 24px;
    margin: 0;
    font-family: noto-sans-bold;
    color: #fff;
}

.coming-soon-badge {
    display: inline-block;
    margin-top: 16px;
    padding: 10px 22px;
    background: #d97706;
    color: #fff;
    font-family: noto-sans-bold, sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.peptides-coming-soon section:not(.about-page-banner) {
    position: relative;
}

.peptides-coming-soon section:not(.about-page-banner)::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.55);
    pointer-events: none;
    z-index: 1;
}

/* ----- Popular Searches slider (conditions-style cards) ----- */
.popular-searches-section {
    width: 100%;
    padding: 48px 24px;
    background: #fff;
}

.popular-searches-inner {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 0 auto;
}

.popular-searches-title {
    margin: 0 0 28px;
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 700;
    font-family: noto-sans-bold, sans-serif;
    color: #1b1b1b;
    text-align: center;
}

.popular-searches-slider-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

.all-services-title {
    font-size: 42px;
    font-family: noto-sans-bold;
    text-align: center;
    margin: 0 0 24px;
    color: #286241;
    text-transform: uppercase;
}

.other-services-section {
    width: 100%;
    padding: 24px;
}

.other-services-inner {
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: center;
    margin: 0 auto;
}

.not-sure-section {
    width: 100%;
    padding: 24px;
    background-color: #286241;
}

.not-sure-inner {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
    gap: 20px;
    margin: 0 auto;
}

.not-sure-title {
    font-size: 42px;
    font-family: noto-sans-bold;
    color: #C1FF72;
    text-align: center;
    margin: 0;
}

.not-sure-desc {
    font-size: 24px;
    font-family: noto-sans;
    color: #fff;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
}

.not-sure-section .section-btn {
    margin-bottom: 0;
}

.popular-searches-slider-row .popular-searches-slider {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.popular-searches-slider .swiper-slide {
    height: auto;
    box-sizing: border-box;
}

.popular-search-card {
    background-color: #e8e8e8;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    box-sizing: border-box;
}

.popular-search-card-title {
    margin: 0;
    font-size: clamp(18px, 2.2vw, 20px);
    font-weight: 700;
    font-family: noto-sans-bold, sans-serif;
    color: #1b1b1b;
    text-align: center;
    line-height: 1.3;
    min-height: 2.6em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popular-search-card-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.popular-search-card-desc {
    margin: 0;
    font-size: 14px;
    font-family: noto-sans, sans-serif;
    color: #333;
    line-height: 1.5;
    flex: 1;
}

.popular-search-learn-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    font-family: noto-sans-bold, sans-serif;
    color: #286241;
    background-color: #C1FF72;
    border-radius: 8px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: auto;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

.popular-search-learn-more:hover {
    background-color: #b5eb68;
}

.popular-search-learn-more:focus-visible {
    outline: 2px solid #286241;
    outline-offset: 2px;
}

.popular-search-learn-more .fa-chevron-right {
    font-size: 12px;
}

.service-desc-section {
    width: 100%;
    background-color: #d1d1d1;
    padding: 24px;
}

.service-desc-section .section-title {
    margin: 0;
    font-family: noto-sans-bold;
    margin-top: 10px;
}

.service-desc-section .section-desc {
    margin: 40px 0;
    text-align: center;
}

.service-desc-inner {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.service-desc-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 30px;
}

.service-desc-card {
    width: 100%;
    height: 100%;
    background-color: #FAF9CA;
    padding: 18px;
    border-radius: 20px;
}

.service-desc-card .title {
    margin: 0;
    font-size: 32px;
    text-align: center;
    font-family: noto-sans-bold;
    margin-bottom: 10px;
}

.service-desc-card .title span {
    font-size: 20px;
}

.service-desc-card .description {
    margin: 0;
    font-size: 17px;
}

.service-desc-card li {
    margin: 5px 0;
    font-size: 18px;
}

.how-it-works-section {
    width: 100%;
    background-color: #359F49;
    padding: 40px 24px;
}

.how-it-works-inner {
    max-width: 1200px;
    width: fit-content;
    margin: 0 auto;
}

.how-it-works-inner .section-title {
    margin: 0;
    font-size: 42px;
    text-align: center;
    font-family: noto-sans-bold;
    color: #fff;
    text-transform: uppercase;
}

.how-it-works-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}

.how-it-works-row .options-video {
    width: 450px;
    height: 250px;
}

.service-testimonials-section {
    width: 100%;
    padding: 24px;
}

.testimonial-inner {
    max-width: 1200px;
}

.services-treatments-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

/* ----- Responsive: service-desc & how-it-works ----- */
@media (max-width: 900px) {
    .service-desc-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 24px;
    }

    .how-it-works-row {
        justify-content: center;
        gap: 20px;
    }

    .how-it-works-row .options-video {
        width: 100%;
        max-width: 450px;
        min-height: 220px;
        height: auto;
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 768px) {
    .popular-searches-section {
        padding: 32px 16px;
    }

    .popular-searches-title {
        margin-bottom: 20px;
    }

    .popular-searches-slider-row {
        gap: 12px;
    }

    .popular-search-card {
        padding: 14px;
    }

    .popular-search-card-img {
        height: 160px;
    }

    .service-desc-section {
        padding: 20px 16px;
    }

    .service-desc-inner {
        width: 100%;
    }

    .service-desc-grid {
        gap: 16px;
        margin-bottom: 20px;
    }

    .service-desc-card {
        padding: 16px;
        border-radius: 16px;
    }

    .service-desc-card .title {
        font-size: clamp(22px, 5vw, 28px);
    }

    .service-desc-card .description {
        font-size: 16px;
    }

    .service-desc-card li {
        font-size: 16px;
    }

    .how-it-works-section {
        padding: 32px 16px;
    }

    .how-it-works-inner {
        width: 100%;
    }

    .how-it-works-inner .section-title {
        font-size: clamp(26px, 6vw, 36px);
    }

    .how-it-works-row {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        margin-top: 16px;
    }

    .how-it-works-row .options-video {
        max-width: 100%;
        width: 100%;
        min-height: 200px;
        height: 200px;
        background-size: cover;
        background-position: center;
    }
}

@media (max-width: 480px) {
    .popular-searches-section {
        padding: 24px 12px;
    }

    .popular-search-card-img {
        height: 140px;
    }

    .popular-search-learn-more {
        padding: 8px 16px;
        font-size: 13px;
    }

    .service-desc-section {
        padding: 16px 12px;
    }

    .service-desc-card {
        padding: 14px;
        border-radius: 12px;
    }

    .service-desc-card .title {
        font-size: 22px;
    }

    .service-desc-card .description,
    .service-desc-card li {
        font-size: 15px;
    }

    .how-it-works-section {
        padding: 24px 12px;
    }

    .how-it-works-inner .section-title {
        font-size: 22px;
    }
}
