/* =========================================================================
   Gynaecology & Women's Health Ayurveda Stylesheet
   L'essencce Holistic Center
   Primary Pink Accent: #e85a9c
   ========================================================================= */

:root {
    --gyn-primary: #e85a9c;
    --gyn-primary-hover: #d44386;
    --gyn-primary-dark: #ba286e;
    --gyn-primary-light: #fef0f6;
    --gyn-primary-border: rgba(232, 90, 156, 0.25);
    --gyn-secondary: #D4A373;
    --gyn-dark: #2B2422;
    --gyn-body: #554D4A;
    --gyn-muted: #7A706D;
    --gyn-bg-soft: #FCF8F5;
    --gyn-bg-cream: #FAF3EF;
    --gyn-white: #FFFFFF;
    --gyn-font-heading: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
    --gyn-font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --gyn-radius-pill: 50px;
    --gyn-radius-card: 18px;
    --gyn-shadow-sm: 0 4px 15px rgba(232, 90, 156, 0.1);
    --gyn-shadow-md: 0 10px 30px rgba(232, 90, 156, 0.16);
    --gyn-shadow-lg: 0 20px 45px rgba(232, 90, 156, 0.22);
}

/* =========================================================================
   SMOOTH SCROLL & ANCHOR NAVIGATION TARGETS
   ========================================================================= */
html {
    scroll-behavior: smooth;
}

.gyn-hero-section,
.gyn-conditions-bar,
.gyn-conditions-section,
.gyn-intro-section,
.gyn-approach-section,
.gyn-faq-section,
.gyn-practitioner-section,
.gyn-quote-cta-section,
.gyn-related-section,
.gyn-cond-card,
.gyn-approach-card,
.gyn-anchor-target {
    scroll-margin-top: 110px;
}

@media (max-width: 768px) {
    .gyn-hero-section,
    .gyn-conditions-bar,
    .gyn-conditions-section,
    .gyn-intro-section,
    .gyn-approach-section,
    .gyn-faq-section,
    .gyn-practitioner-section,
    .gyn-quote-cta-section,
    .gyn-related-section,
    .gyn-cond-card,
    .gyn-approach-card,
    .gyn-anchor-target {
        scroll-margin-top: 75px;
    }
}

.gyn-anchor-target {
    display: block;
    position: relative;
    top: 0;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    pointer-events: none;
}

/* =========================================================================
   HERO SECTION
   ========================================================================= */
.gyn-hero-section {
    position: relative;
    background: radial-gradient(circle at 85% 25%, rgba(232, 90, 156, 0.12) 0%, rgba(254, 248, 245, 0.85) 45%, #FAF4F0 100%);
    padding: 35px 0 60px;
    overflow: hidden;
    font-family: var(--gyn-font-body);
}

.gyn-hero-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232, 90, 156, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
    z-index: 1;
}

.gyn-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

/* Breadcrumbs */
.gyn-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.84rem;
    color: var(--gyn-muted);
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.gyn-breadcrumb a {
    color: var(--gyn-muted);
    text-decoration: none;
    transition: color 0.2s ease;
}

.gyn-breadcrumb a:hover {
    color: var(--gyn-primary);
}

.gyn-breadcrumb .separator {
    font-size: 0.75rem;
    opacity: 0.5;
}

.gyn-breadcrumb .active {
    color: var(--gyn-dark);
    font-weight: 500;
}

/* Hero Content Grid */
.gyn-hero-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.gyn-hero-left {
    flex: 1 1 58%;
    max-width: 680px;
}

.gyn-hero-right {
    flex: 1 1 42%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Hero Badge */
.gyn-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: var(--gyn-primary-light);
    color: var(--gyn-primary);
    border: 1px solid var(--gyn-primary-border);
    padding: 7px 18px;
    border-radius: var(--gyn-radius-pill);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 22px;
    box-shadow: 0 2px 8px rgba(232, 90, 156, 0.1);
}

.gyn-hero-badge i {
    font-size: 0.95rem;
    color: var(--gyn-primary);
}

/* Hero Title */
.gyn-hero-title {
    font-family: var(--gyn-font-heading);
    font-size: clamp(2.3rem, 4.3vw, 3.4rem);
    font-weight: 700;
    line-height: 1.18;
    color: var(--gyn-dark);
    margin-bottom: 20px;
    letter-spacing: -0.015em;
}

/* Hero Descriptions */
.gyn-hero-desc {
    font-size: 1.08rem;
    line-height: 1.76;
    color: var(--gyn-body);
    margin-bottom: 16px;
    font-weight: 400;
}

.gyn-hero-desc-sec {
    font-size: 0.98rem;
    line-height: 1.72;
    color: var(--gyn-muted);
    margin-bottom: 30px;
    border-left: 3px solid rgba(232, 90, 156, 0.4);
    padding-left: 16px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0 10px 10px 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

/* Hero Button Group */
.gyn-hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.gyn-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #e85a9c 0%, #d44386 100%);
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.96rem;
    padding: 14px 30px;
    border-radius: var(--gyn-radius-pill);
    box-shadow: 0 8px 22px rgba(232, 90, 156, 0.32);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: none;
}

.gyn-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(232, 90, 156, 0.42);
    background: linear-gradient(135deg, #d44386 0%, #ba286e 100%);
    color: #ffffff;
}

.gyn-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #ffffff;
    color: var(--gyn-primary) !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.94rem;
    padding: 13px 26px;
    border-radius: var(--gyn-radius-pill);
    border: 1.5px solid var(--gyn-primary-border);
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
}

.gyn-btn-secondary:hover {
    background: var(--gyn-primary-light);
    border-color: var(--gyn-primary);
    transform: translateY(-2px);
}

/* Key Highlights below Hero */
.gyn-hero-keypoints {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
    padding-top: 14px;
    border-top: 1px solid rgba(232, 90, 156, 0.18);
}

.gyn-keypoint-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.92rem;
    font-weight: 500;
    color: var(--gyn-dark);
}

.gyn-keypoint-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(232, 90, 156, 0.14);
    color: var(--gyn-primary);
    font-size: 0.72rem;
    flex-shrink: 0;
}

.gyn-keypoint-divider {
    color: rgba(232, 90, 156, 0.35);
    font-size: 0.85rem;
}

/* Inline internal links in hero description */
.gyn-inline-link {
    color: var(--gyn-primary);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(232, 90, 156, 0.45);
    text-underline-offset: 3px;
    transition: all 0.2s ease;
}

.gyn-inline-link:hover {
    color: var(--gyn-primary-dark);
    text-decoration-color: var(--gyn-primary);
}

/* Keypoint internal links */
.gyn-keypoint-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.gyn-keypoint-link:hover {
    color: var(--gyn-primary);
    text-decoration: underline;
}

/* Conditions Shortcut Navigation Bar */
.gyn-conditions-bar {
    background: #FFFFFF;
    padding: 24px 0 28px;
    border-bottom: 1px solid rgba(232, 90, 156, 0.14);
    box-shadow: 0 4px 20px rgba(232, 90, 156, 0.05);
}

.gyn-conditions-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.gyn-condition-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 16px 10px;
    border-radius: 14px;
    background: #FAF5F2;
    border: 1px solid rgba(232, 90, 156, 0.16);
    text-decoration: none;
    color: var(--gyn-dark);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gyn-condition-card:hover {
    background: #FFFFFF;
    border-color: var(--gyn-primary);
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(232, 90, 156, 0.18);
    color: var(--gyn-primary);
}

.gyn-condition-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(232, 90, 156, 0.12);
    color: var(--gyn-primary);
    font-size: 1.25rem;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.gyn-condition-card:hover .gyn-condition-icon {
    background: var(--gyn-primary);
    color: #FFFFFF;
    transform: scale(1.08);
}

.gyn-condition-title {
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

@media (max-width: 991px) {
    .gyn-conditions-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
}

@media (max-width: 576px) {
    .gyn-conditions-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .gyn-condition-card {
        padding: 12px 8px;
    }
}

/* Right Visual / Illustration Artwork */
.gyn-hero-visual {
    position: relative;
    width: 100%;
    max-width: 480px;
}

.gyn-visual-frame {
    position: relative;
}

.gyn-visual-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 22px;
    object-fit: cover;
}

/* Floating Lotus / Glow Accents */
.gyn-glow-sphere {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232, 90, 156, 0.25) 0%, rgba(255, 255, 255, 0) 70%);
    bottom: -30px;
    right: -30px;
    z-index: 0;
    pointer-events: none;
}

/* =========================================================================
   RESPONSIVE BREAKPOINTS
   ========================================================================= */
@media (max-width: 991px) {
    .gyn-hero-grid {
        flex-direction: column-reverse;
        gap: 35px;
    }

    .gyn-hero-left {
        max-width: 100%;
        text-align: center;
    }

    .gyn-breadcrumb {
        justify-content: center;
    }

    .gyn-hero-badge {
        margin-left: auto;
        margin-right: auto;
    }

    .gyn-hero-desc-sec {
        border-left: none;
        border-top: 2px solid rgba(232, 90, 156, 0.4);
        border-radius: 10px;
        padding: 12px 16px;
    }

    .gyn-hero-actions {
        justify-content: center;
    }

    .gyn-hero-keypoints {
        justify-content: center;
        gap: 14px;
    }

    .gyn-hero-visual {
        max-width: 420px;
    }
}

@media (max-width: 576px) {
    .gyn-hero-section {
        padding: 25px 0 45px;
    }

    .gyn-hero-title {
        font-size: 2rem;
    }

    .gyn-hero-desc {
        font-size: 1rem;
    }

    .gyn-hero-actions {
        flex-direction: column;
        width: 100%;
    }

    .gyn-btn-primary, .gyn-btn-secondary {
        width: 100%;
    }

    .gyn-hero-keypoints {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .gyn-keypoint-divider {
        display: none;
    }
}

/* =========================================================================
   SECTION 3: MAIN CONDITIONS SUPPORTED
   ========================================================================= */
.gyn-conditions-section {
    padding: 85px 0 95px;
    background: #FAF5F1;
    position: relative;
    overflow: hidden;
}

.gyn-conditions-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 350px;
    background: radial-gradient(circle, rgba(232, 90, 156, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
    z-index: 1;
}

.gyn-section-header {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 55px;
    position: relative;
    z-index: 2;
}

.gyn-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fef0f6;
    color: var(--gyn-primary);
    border: 1px solid var(--gyn-primary-border);
    padding: 6px 18px;
    border-radius: var(--gyn-radius-pill);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.gyn-section-tag i {
    font-size: 0.85rem;
}

.gyn-section-title {
    font-family: var(--gyn-font-heading);
    font-size: clamp(2.1rem, 3.6vw, 2.8rem);
    font-weight: 700;
    color: var(--gyn-dark);
    line-height: 1.22;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}

.gyn-section-desc {
    font-size: 1.05rem;
    line-height: 1.74;
    color: var(--gyn-body);
    margin: 0 auto;
}

/* Cards Grid */
.gyn-conditions-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    position: relative;
    z-index: 2;
}

.gyn-cond-card {
    background: #FFFFFF;
    border: 1px solid rgba(232, 90, 156, 0.16);
    border-radius: 20px;
    padding: 34px 28px 28px;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
    position: relative;
    scroll-margin-top: 100px;
}

.gyn-cond-card:hover {
    transform: translateY(-6px);
    border-color: var(--gyn-primary);
    box-shadow: 0 16px 36px rgba(232, 90, 156, 0.16);
}

.gyn-cond-icon-box {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: rgba(232, 90, 156, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gyn-primary);
    font-size: 1.4rem;
    margin-bottom: 22px;
    transition: all 0.3s ease;
}

.gyn-cond-card:hover .gyn-cond-icon-box {
    background: var(--gyn-primary);
    color: #FFFFFF;
    transform: scale(1.06);
    box-shadow: 0 6px 16px rgba(232, 90, 156, 0.3);
}

.gyn-cond-title {
    font-family: var(--gyn-font-heading);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--gyn-dark);
    margin-bottom: 14px;
    line-height: 1.3;
    transition: color 0.25s ease;
}

.gyn-cond-card:hover .gyn-cond-title {
    color: var(--gyn-primary);
}

.gyn-cond-desc {
    font-size: 0.96rem;
    line-height: 1.72;
    color: var(--gyn-body);
    margin-bottom: 22px;
    flex-grow: 1;
}

.gyn-cond-footer {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(232, 90, 156, 0.12);
}

.gyn-cond-cta-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gyn-primary);
    font-weight: 600;
    font-size: 0.88rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.gyn-cond-cta-link i {
    font-size: 0.8rem;
    transition: transform 0.2s ease;
}

.gyn-cond-cta-link:hover {
    color: var(--gyn-primary-dark);
    text-decoration: none;
}

.gyn-cond-cta-link:hover i {
    transform: translateX(4px);
}

@media (max-width: 991px) {
    .gyn-conditions-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .gyn-conditions-section {
        padding: 65px 0 75px;
    }
}

@media (max-width: 600px) {
    .gyn-conditions-cards-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .gyn-cond-card {
        padding: 26px 20px 22px;
    }
}

/* =========================================================================
   SECTION 1: INTRO / AYURVEDIC PERSPECTIVE
   ========================================================================= */
.gyn-intro-section {
    padding: 60px 0 50px;
    background: #FAF5F1;
    position: relative;
}

.gyn-intro-card {
    background: #FFFFFF;
    border-radius: 22px;
    padding: 48px 52px;
    border: 1px solid rgba(232, 90, 156, 0.16);
    box-shadow: 0 12px 35px rgba(232, 90, 156, 0.06);
    position: relative;
    overflow: hidden;
}

.gyn-intro-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, var(--gyn-primary) 0%, #D4A373 100%);
}

.gyn-intro-grid {
    display: flex;
    align-items: center;
    gap: 45px;
}

.gyn-intro-content {
    flex: 1;
}

.gyn-intro-content.gyn-intro-full {
    width: 100%;
}

.gyn-intro-text p {
    font-size: 1.05rem;
    line-height: 1.84;
    color: #4A4240;
    margin-bottom: 20px;
}

.gyn-intro-text p:last-child {
    margin-bottom: 0;
}

.gyn-inline-link {
    color: var(--gyn-primary);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(232, 90, 156, 0.35);
    text-underline-offset: 3px;
    transition: all 0.2s ease;
}

.gyn-inline-link:hover {
    color: var(--gyn-primary-dark);
    text-decoration-color: var(--gyn-primary-dark);
}

.gyn-intro-visual {
    width: 380px;
    flex-shrink: 0;
}

.gyn-intro-img-box img {
    width: 100%;
    border-radius: 16px;
}

@media (max-width: 991px) {
    .gyn-intro-grid {
        flex-direction: column;
    }
    .gyn-intro-visual {
        width: 100%;
    }
    .gyn-intro-card {
        padding: 35px 28px;
    }
}

/* =========================================================================
   SECTION 4: AYURVEDA FOR WOMEN'S HEALTH (APPROACH, CARE & THERAPIES)
   ========================================================================= */
.gyn-approach-section {
    padding: 75px 0 90px;
    background: radial-gradient(circle at 10% 20%, rgba(232, 90, 156, 0.04) 0%, #FAF4F0 60%, #FFF9F6 100%);
    position: relative;
    border-top: 1px solid rgba(232, 90, 156, 0.08);
}

.gyn-approach-masonry {
    column-count: 2;
    column-gap: 30px;
    margin-top: 45px;
}

.gyn-approach-card {
    background: var(--gyn-white);
    border-radius: 20px;
    padding: 30px 28px;
    border: 1px solid rgba(232, 90, 156, 0.12);
    box-shadow: 0 6px 24px rgba(43, 36, 34, 0.04);
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

.gyn-approach-card:hover {
    transform: translateY(-6px);
    border-color: rgba(232, 90, 156, 0.35);
    box-shadow: 0 16px 36px rgba(232, 90, 156, 0.12);
}

/* Watermark background motif */
.gyn-card-watermark {
    position: absolute;
    right: 30px;
    bottom: 45px;
    font-size: 6.5rem;
    color: var(--gyn-primary);
    opacity: 0.035;
    pointer-events: none;
    transition: all 0.4s ease;
    transform: rotate(-10deg);
}

.gyn-approach-card:hover .gyn-card-watermark {
    opacity: 0.07;
    transform: rotate(0deg) scale(1.08);
}

.gyn-approach-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.gyn-step-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 14px;
    background: rgba(232, 90, 156, 0.08);
    border: 1px solid rgba(232, 90, 156, 0.18);
    border-radius: 50px;
    font-family: var(--gyn-font-body);
}

.gyn-step-pill-num {
    font-weight: 700;
    font-size: 0.88rem;
    color: var(--gyn-primary);
    background: #ffffff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(232, 90, 156, 0.15);
}

.gyn-step-pill-text {
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--gyn-dark);
}

.gyn-approach-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(232, 90, 156, 0.15) 0%, rgba(232, 90, 156, 0.04) 100%);
    color: var(--gyn-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    transition: all 0.3s ease;
}

.gyn-approach-card:hover .gyn-approach-icon-wrap {
    background: var(--gyn-primary);
    color: #ffffff;
    transform: scale(1.08) rotate(6deg);
}

.gyn-approach-card-body {
    position: relative;
    z-index: 1;
}

.gyn-approach-card-title {
    font-family: var(--gyn-font-heading);
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--gyn-dark);
    margin-bottom: 14px;
    line-height: 1.38;
    position: relative;
}

.gyn-approach-card-desc {
    font-size: 0.94rem;
    line-height: 1.78;
    color: var(--gyn-body);
}

.gyn-approach-card-desc p {
    margin-bottom: 12px;
}

.gyn-approach-card-desc p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .gyn-approach-masonry {
        column-count: 1;
        gap: 20px;
    }
    
    .gyn-approach-card {
        padding: 24px 20px;
        margin-bottom: 20px;
    }
}

/* =========================================================================
   SECTION 6: FREQUENTLY ASKED QUESTIONS (FAQ - GYNAECOLOGY THEME)
   ========================================================================= */
.gyn-faq-section {
    padding: 85px 0 95px;
    background: radial-gradient(circle at 90% 10%, rgba(232, 90, 156, 0.05) 0%, #FAF4F0 50%, #FCF8F5 100%);
    position: relative;
    border-top: 1px solid rgba(232, 90, 156, 0.1);
    font-family: var(--gyn-font-body);
}

.gyn-faq-title {
    font-family: var(--gyn-font-heading);
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--gyn-dark);
    line-height: 1.3;
}

.gyn-faq-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 15px auto 40px;
}

.gyn-divider-line {
    width: 65px;
    height: 1.5px;
    background: linear-gradient(90deg, transparent, rgba(232, 90, 156, 0.45), transparent);
}

.gyn-divider-icon {
    flex-shrink: 0;
}

.gyn-faq-card {
    background-color: #FFFFFF;
    border: 1px solid rgba(232, 90, 156, 0.16);
    border-radius: 18px;
    box-shadow: 0 4px 18px rgba(43, 36, 34, 0.03);
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}

.gyn-faq-card:hover {
    border-color: rgba(232, 90, 156, 0.4);
    box-shadow: 0 10px 28px rgba(232, 90, 156, 0.12);
    transform: translateY(-2px);
}

.gyn-faq-question {
    cursor: pointer;
    user-select: none;
    transition: background-color 0.25s ease;
    background: transparent;
}

.gyn-faq-question:hover {
    background-color: rgba(232, 90, 156, 0.03);
}

.gyn-faq-q-text {
    color: var(--gyn-dark);
    font-family: var(--gyn-font-body);
    font-size: 1.02rem;
    font-weight: 600;
    line-height: 1.48;
    transition: color 0.3s ease;
}

.gyn-faq-question:hover .gyn-faq-q-text {
    color: var(--gyn-primary);
}

.gyn-faq-question:not(.collapsed) .gyn-faq-q-text {
    color: var(--gyn-primary-dark);
}

.gyn-faq-plus-badge {
    width: 36px;
    height: 36px;
    border: 1.5px solid rgba(232, 90, 156, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gyn-primary);
    font-size: 13px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #FFFFFF;
    box-shadow: 0 2px 8px rgba(232, 90, 156, 0.08);
}

.gyn-faq-question:hover .gyn-faq-plus-badge {
    border-color: var(--gyn-primary);
    background-color: var(--gyn-primary);
    color: #FFFFFF;
    transform: scale(1.05);
}

.gyn-faq-question:not(.collapsed) .gyn-faq-plus-badge {
    background-color: var(--gyn-primary);
    border-color: var(--gyn-primary);
    color: #FFFFFF;
}

.gyn-faq-question.collapsed .gyn-faq-plus-badge i::before {
    content: "\f067"; /* fa-plus */
}

.gyn-faq-question:not(.collapsed) .gyn-faq-plus-badge i::before {
    content: "\f068"; /* fa-minus */
}

.gyn-faq-a-text {
    color: var(--gyn-body);
    font-family: var(--gyn-font-body);
    font-size: 0.96rem;
    line-height: 1.76;
    border-top: 1px solid rgba(232, 90, 156, 0.12) !important;
}

.gyn-faq-a-text p {
    margin-bottom: 12px;
}

.gyn-faq-a-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .gyn-faq-section {
        padding: 55px 0 65px;
    }
    .gyn-faq-title {
        font-size: 1.65rem;
    }
    .gyn-faq-q-text {
        font-size: 0.95rem;
    }
    .gyn-faq-a-text {
        font-size: 0.9rem;
    }
}

/* =========================================================================
   SECTION 5: PRACTITIONER & NYON CENTRE SPLIT CARD
   ========================================================================= */
.gyn-practitioner-section {
    position: relative;
}

.gyn-practitioner-box {
    background: #FAF6F2;
    border: 1.5px solid #EFE4D8;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(43, 36, 34, 0.04);
}

.border-end-subtle {
    border-right: 1.5px solid #EFE4D8;
}

.bg-soft-blend {
    background: rgba(255, 255, 255, 0.45);
}

.gyn-practitioner-avatar-wrap {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    border: 3px solid #FFFFFF;
    box-shadow: 0 4px 14px rgba(232, 90, 156, 0.15);
    overflow: hidden;
    background: #FFFFFF;
}

.gyn-practitioner-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gyn-practitioner-name {
    font-family: var(--gyn-font-heading);
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--gyn-dark);
}

.gyn-practitioner-desig {
    font-size: 0.88rem;
    color: var(--gyn-body);
    line-height: 1.45;
}

.gyn-practitioner-recog {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--gyn-dark);
    letter-spacing: 0.3px;
}

.gyn-btn-outline-pill {
    display: inline-flex;
    align-items: center;
    padding: 7px 18px;
    background: #FFFFFF;
    border: 1.5px solid rgba(232, 90, 156, 0.35);
    border-radius: 50px;
    color: var(--gyn-primary);
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(232, 90, 156, 0.06);
}

.gyn-btn-outline-pill:hover {
    background: var(--gyn-primary);
    border-color: var(--gyn-primary);
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(232, 90, 156, 0.25);
}

.gyn-location-title {
    font-family: var(--gyn-font-heading);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--gyn-dark);
}

.gyn-location-lotus {
    line-height: 1;
}

.gyn-location-pill {
    display: inline-flex;
    align-items: center;
    padding: 5px 14px;
    background: #FFFFFF;
    border: 1px solid rgba(232, 90, 156, 0.2);
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--gyn-dark);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

@media (max-width: 991px) {
    .border-end-subtle {
        border-right: none;
        border-bottom: 1.5px solid #EFE4D8;
    }
}

/* =========================================================================
   SECTION 7: QUOTE & BOOKING CTA BANNER
   ========================================================================= */
.gyn-quote-cta-section {
    position: relative;
}

.gyn-quote-banner {
    background: linear-gradient(135deg, #FAF3EF 0%, #FFF5F0 60%, #FCEDE8 100%);
    border: 1.5px solid rgba(232, 90, 156, 0.2);
    border-radius: 20px;
    padding: 24px 32px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(232, 90, 156, 0.05);
}

.gyn-quote-watermark {
    position: absolute;
    right: -20px;
    bottom: -30px;
    pointer-events: none;
    z-index: 0;
}

.gyn-quote-text {
    font-family: var(--gyn-font-heading);
    font-size: 1.18rem;
    font-weight: 500;
    font-style: italic;
    color: #3C302D;
    line-height: 1.55;
}

.gyn-quote-icon {
    font-family: Georgia, serif;
    font-size: 1.6rem;
    color: var(--gyn-primary);
    font-weight: bold;
    line-height: 0;
    vertical-align: -4px;
}

.gyn-btn-booking-solid {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 26px;
    background: linear-gradient(135deg, #e85a9c 0%, #d84587 100%);
    border-radius: 50px;
    color: #FFFFFF;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    white-space: nowrap;
    border: none;
}

.gyn-btn-booking-solid:hover {
    background: linear-gradient(135deg, #d84587 0%, #ba286e 100%);
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(232, 90, 156, 0.3);
}

@media (max-width: 991px) {
    .gyn-quote-banner {
        padding: 24px 20px;
    }
    .gyn-quote-text {
        font-size: 1.05rem;
        margin-bottom: 12px;
    }
}

/* =========================================================================
   SECTION 8: RELATED WOMEN'S HEALTH CONDITIONS (CAROUSEL BAR)
   ========================================================================= */
.gyn-related-section {
    position: relative;
    padding: 25px 0 45px;
}

.gyn-header-flanked-divider {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gyn-flank-line {
    flex: 1;
    max-width: 220px;
    height: 1.5px;
    background: linear-gradient(90deg, transparent, rgba(232, 90, 156, 0.35), transparent);
}

.gyn-related-heading {
    font-family: var(--gyn-font-heading);
    font-size: 1.45rem;
    font-weight: 600;
    color: var(--gyn-dark);
}

.gyn-related-slider-wrap {
    padding: 10px 45px;
    position: relative;
}

.gyn-related-slider {
    display: flex;
    align-items: stretch;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 15px 5px 25px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.gyn-related-slider::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.gyn-related-item-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    width: 270px;
    flex-shrink: 0;
    background: #FFFFFF;
    border: 1px solid rgba(232, 90, 156, 0.15);
    border-radius: 18px;
    padding: 24px 20px 20px;
    box-shadow: 0 4px 16px rgba(43, 36, 34, 0.04);
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}

.gyn-related-item-card:hover {
    transform: translateY(-6px);
    border-color: rgba(232, 90, 156, 0.35);
    box-shadow: 0 14px 30px rgba(232, 90, 156, 0.12);
    text-decoration: none;
}

.gyn-related-circle-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: rgba(232, 90, 156, 0.06);
    border: 1.5px solid rgba(232, 90, 156, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: var(--gyn-primary);
    box-shadow: 0 4px 12px rgba(232, 90, 156, 0.08);
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 14px;
}

.gyn-related-item-card:hover .gyn-related-circle-icon {
    background: var(--gyn-primary);
    color: #FFFFFF;
    border-color: var(--gyn-primary);
    transform: scale(1.08);
    box-shadow: 0 8px 20px rgba(232, 90, 156, 0.25);
}

.gyn-related-item-name {
    font-family: var(--gyn-font-heading);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--gyn-dark);
    line-height: 1.35;
    margin-bottom: 8px;
    transition: color 0.25s ease;
}

.gyn-related-item-card:hover .gyn-related-item-name {
    color: var(--gyn-primary);
}

.gyn-related-item-desc {
    font-family: var(--gyn-font-body);
    font-size: 0.84rem;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 14px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gyn-related-item-more {
    font-family: var(--gyn-font-body);
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--gyn-primary);
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    transition: transform 0.2s ease;
}

.gyn-related-item-card:hover .gyn-related-item-more {
    transform: translateX(3px);
}

.gyn-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1.5px solid rgba(232, 90, 156, 0.25);
    color: var(--gyn-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.25s ease;
    z-index: 2;
}

.gyn-slider-arrow:hover {
    background: var(--gyn-primary);
    color: #FFFFFF;
    border-color: var(--gyn-primary);
    transform: translateY(-50%) scale(1.1);
}

.gyn-slider-arrow.prev {
    left: 0;
}

.gyn-slider-arrow.next {
    right: 0;
}

@media (max-width: 767px) {
    .gyn-related-slider-wrap {
        padding: 5px 20px;
    }
    .gyn-related-item-card {
        width: 230px;
        padding: 18px 15px 15px;
    }
    .gyn-related-circle-icon {
        width: 52px;
        height: 52px;
        font-size: 1.15rem;
    }
    .gyn-related-item-name {
        font-size: 0.95rem;
    }
    .gyn-related-item-desc {
        font-size: 0.8rem;
    }
    .gyn-related-heading {
        font-size: 1.2rem;
    }
    .gyn-slider-arrow {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
}





.faq-plus-badge {
    color: #f7cade;
}

/* Strategy Callout Box */
.gyn-strategy-box {
    background: linear-gradient(135deg, #FFF9F6 0%, #FAF0EB 100%);
    border: 1.5px solid rgba(232, 90, 156, 0.22);
    border-radius: 20px;
    padding: 36px 40px;
    margin-top: 45px;
    position: relative;
    box-shadow: 0 8px 25px rgba(232, 90, 156, 0.06);
    overflow: hidden;
}

.gyn-strategy-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, var(--gyn-primary) 0%, #D4A373 100%);
}

.gyn-strategy-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 16px;
}

.gyn-strategy-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(232, 90, 156, 0.12);
    color: var(--gyn-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.gyn-strategy-title {
    font-family: var(--gyn-font-heading);
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--gyn-dark);
    margin: 0;
}

.gyn-strategy-desc {
    font-size: 1.02rem;
    line-height: 1.8;
    color: var(--gyn-body);
}

.gyn-strategy-desc p {
    margin-bottom: 10px;
}

.gyn-strategy-desc p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .gyn-strategy-box {
        padding: 26px 20px;
    }
    .gyn-strategy-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .gyn-strategy-title {
        font-size: 1.25rem;
    }
}