/* =========================================================
   DRY CUPPING THERAPY PAGE
   Get Well Physiotherapy & Sports Injury Clinic
   ========================================================= */


/* ---------------------------------------------------------
   HERO
   --------------------------------------------------------- */

.dry-cupping-page .inner-page-hero {
    background:
        linear-gradient(rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.42)),
        url("../images/dry-cupping-hero.webp") center center / cover no-repeat;
}


/* ---------------------------------------------------------
   INTRO
   --------------------------------------------------------- */

.dry-cupping-intro {
    padding: 90px 0;
}

.dry-cupping-intro-grid {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 60px;
    align-items: center;
}

.dry-cupping-intro-content h2 {
    margin-bottom: 22px;
}

.dry-cupping-intro-content p {
    margin-bottom: 18px;
}

.dry-cupping-intro-highlight {
    display: flex;
    justify-content: center;
}

.dry-cupping-intro-highlight .content-card {
    padding: 40px;
    background: #f5f9fc;
    border-left: 4px solid #00A651;
    border-radius: 12px;
}

.dry-cupping-intro-highlight .card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    background: #0077B9;
    color: #ffffff;
    border-radius: 50%;
    font-size: 26px;
    font-weight: 600;
}


/* ---------------------------------------------------------
   WHAT IS DRY CUPPING
   --------------------------------------------------------- */

.dry-cupping-what {
    padding: 90px 0;
    background: #f5f9fc;
}

.dry-cupping-what-content {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.dry-cupping-what-content h2 {
    margin-bottom: 25px;
}

.dry-cupping-what-content p {
    margin-bottom: 18px;
}


/* ---------------------------------------------------------
   SECTION HEADERS
   --------------------------------------------------------- */

.dry-cupping-section-header {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}

.dry-cupping-section-header h2 {
    margin-bottom: 18px;
}

.dry-cupping-section-header p {
    margin-bottom: 0;
}


/* ---------------------------------------------------------
   BENEFITS
   --------------------------------------------------------- */

.dry-cupping-benefits {
    padding: 90px 0;
}

.dry-cupping-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.dry-cupping-benefit-card {
    padding: 32px 28px;
    background: #ffffff;
    border: 1px solid #e3edf3;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dry-cupping-benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.dry-cupping-benefit-card h3 {
    margin-bottom: 12px;
    color: #0077B9;
}


/* ---------------------------------------------------------
   CONDITIONS
   --------------------------------------------------------- */

.dry-cupping-conditions {
    padding: 90px 0;
    background: #f5f9fc;
}

.dry-cupping-conditions-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 30px;
    max-width: 950px;
    margin: 0 auto;
}

.dry-cupping-condition {
    position: relative;
    padding: 18px 22px 18px 48px;
    background: #ffffff;
    border: 1px solid #e3edf3;
    border-radius: 10px;
}

.dry-cupping-condition::before {
    content: "✓";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #00A651;
    font-weight: 700;
}


/* ---------------------------------------------------------
   WHY GET WELL
   --------------------------------------------------------- */

.dry-cupping-why {
    padding: 90px 0;
}

.dry-cupping-why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.dry-cupping-why-card {
    position: relative;
    padding: 35px 30px;
    background: #f8fbfd;
    border-radius: 12px;
    border: 1px solid #e4edf3;
}

.dry-cupping-why-card h3 {
    margin-bottom: 12px;
    color: #0077B9;
}

.dry-cupping-why-card .why-number {
    margin-bottom: 18px;
    color: #00A651;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}


/* ---------------------------------------------------------
   FIRST VISIT
   --------------------------------------------------------- */

.dry-cupping-first-visit {
    padding: 90px 0;
    background: #f5f9fc;
}

.dry-cupping-first-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.dry-cupping-first-card {
    padding: 30px 22px;
    background: #ffffff;
    border: 1px solid #e3edf3;
    border-radius: 12px;
    text-align: center;
}

.dry-cupping-first-card h3 {
    margin-bottom: 12px;
    color: #0077B9;
}

.dry-cupping-first-card .step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    background: #0077B9;
    color: #ffffff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
}


/* ---------------------------------------------------------
   FAQ
   --------------------------------------------------------- */

.dry-cupping-faq {
    padding: 90px 0;
}

.dry-cupping-faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.dry-cupping-faq-item {
    margin-bottom: 15px;
    padding: 22px 25px;
    background: #f8fbfd;
    border: 1px solid #e4edf3;
    border-radius: 10px;
}

.dry-cupping-faq-item h3 {
    margin-bottom: 10px;
    color: #0077B9;
}


/* ---------------------------------------------------------
   CTA
   --------------------------------------------------------- */

.dry-cupping-cta {
    padding: 85px 20px;
    background: #0077B9;
    text-align: center;
}

.dry-cupping-cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.dry-cupping-cta .section-eyebrow {
    color: #ffffff;
}

.dry-cupping-cta h2 {
    margin-bottom: 18px;
    color: #ffffff;
}

.dry-cupping-cta p {
    max-width: 700px;
    margin: 0 auto 28px;
    color: #ffffff;
}


/* ---------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------- */

@media (max-width: 991px) {

    .dry-cupping-intro-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .dry-cupping-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dry-cupping-first-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 767px) {

    .dry-cupping-intro,
    .dry-cupping-what,
    .dry-cupping-benefits,
    .dry-cupping-conditions,
    .dry-cupping-why,
    .dry-cupping-first-visit,
    .dry-cupping-faq {
        padding: 65px 0;
    }

    .dry-cupping-benefits-grid,
    .dry-cupping-conditions-grid,
    .dry-cupping-why-grid,
    .dry-cupping-first-grid {
        grid-template-columns: 1fr;
    }

    .dry-cupping-intro-highlight .content-card {
        padding: 30px;
    }

    .dry-cupping-section-header {
        margin-bottom: 35px;
    }

    .dry-cupping-cta {
        padding: 65px 20px;
    }
}