/* ==========================================================================
   DR. RAM'S CLINIC - CONDITIONS PAGES STYLES (LANDING & DETAILS)
   Luxury Aesthetic: Soft Rose Pink (#EDA2A6) + Pale Blush (#FCECEF) + Pure White (#FFFFFF)
   ========================================================================== */

/* Hero Showcase Banner */
.rs-cond-hero {
    position: relative;
    height: 400px;
    min-height: 400px;
    padding: 35px 0;
    display: flex;
    align-items: center;
    background: #FCFAF9;
    overflow: hidden;
    border-bottom: 1px solid #F0DDE1;
    box-sizing: border-box;
}

.rs-cond-hero::before {
    display: none;
}

.rs-cond-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    pointer-events: none;
    transform: scale(1);
    transform-origin: center center;
    animation: heroBgZoomPulse 14s ease-in-out infinite;
    will-change: transform;
}

.rs-cond-hero-overlay {
    position: relative;
    z-index: 1;
    width: 100%;
}

/* Keyframe for Background Zoom In & Zoom Out Pulse */
@keyframes heroBgZoomPulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .rs-cond-hero-bg {
        animation: none;
    }
}

.rs-cond-hero-model-wrap {
    position: absolute;
    bottom: 35px;
    right: 14%;
    width: 36%;
    height: 92%;
    pointer-events: none;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-cond-hero-model {
    height: 94%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center center;
    transform: translateY(-20px);
    filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.06));
    animation: heroModelZoomPulse 12s ease-in-out infinite;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.rs-cond-hero:hover .rs-cond-hero-model {
    animation-play-state: paused;
    transform: translateY(-20px) scale(1.06);
}

/* Keyframes for Synchronized Model Zoom In & Zoom Out Pulse */
@keyframes heroModelZoomPulse {
    0% {
        transform: translateY(-20px) scale(1);
    }

    50% {
        transform: translateY(-20px) scale(1.04);
    }

    100% {
        transform: translateY(-20px) scale(1);
    }
}

.rs-cond-hero-copy {
    max-width: 660px;
    text-align: left;
    position: relative;
    z-index: 2;
}

.rs-cond-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
}

.rs-cond-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 14px;
    background: rgba(48, 48, 161, 0.08);
    border: 1px solid rgba(48, 48, 161, 0.2);
    border-radius: 999px;
    color: var(--color-blue-primary);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.rs-cond-badge i {
    font-size: 0.8rem;
}

.rs-cond-hero-title {
    font-size: 3.5rem;
    font-weight: 600;
    color: var(--color-blue-primary);
    line-height: 1.18;
    margin-bottom: 10px;
}

.rs-cond-hero-title span.highlight {
    color: var(--color-blue-primary);
    position: relative;
    display: inline-block;
}

.rs-cond-hero-subtitle {
    font-size: 1.05rem;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 14px;
    max-width: 620px;
}

.rs-hero-breadcrumb-tabs {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 100%;
    margin: 0 0 16px;
    padding: 5px 14px;
    border: 1px solid rgba(48, 48, 161, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 10px 24px rgba(48, 48, 161, 0.08);
    color: #737385;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.2;
}

.rs-hero-breadcrumb-tabs a {
    color: var(--color-blue-primary);
    text-decoration: none;
    transition: color 0.2s ease;
}

.rs-hero-breadcrumb-tabs a:hover {
    color: var(--color-blue-dark);
}

.rs-hero-breadcrumb-tabs i {
    color: rgba(48, 48, 161, 0.45);
    font-size: 0.72rem;
}

.rs-hero-breadcrumb-tabs span {
    color: var(--color-blue-primary);
}

.rs-cond-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.rs-cond-hero-media {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.rs-cond-hero-image-frame {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(48, 48, 161, 0.15);
    border: 4px solid #ffffff;
    max-width: 520px;
    width: 100%;
}

.rs-cond-hero-image-frame img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.rs-cond-hero-image-frame:hover img {
    transform: scale(1.03);
}

.rs-cond-page-image-wrap {
    position: relative;
    width: 100%;
    margin: 28px 0 34px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 18px 46px rgba(48, 48, 161, 0.12);
    border: 1.5px solid rgba(48, 48, 161, 0.1);
    cursor: pointer;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease, border-color 0.5s ease;
}

.rs-cond-page-image-wrap:hover {
    transform: translateY(-5px);
    box-shadow: 0 28px 70px rgba(48, 48, 161, 0.22), 0 12px 30px #DDD8F0;
    border-color: var(--color-pink-primary);
}

.rs-cond-page-image-wrap img {
    display: block;
    width: 100%;
    height: clamp(260px, 38vw, 460px);
    object-fit: cover;
    object-position: center center;
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), filter 0.5s ease;
}

.rs-cond-page-image-wrap:hover img {
    transform: scale(1.07);
    filter: brightness(0.92) contrast(1.05);
}

/* Glassmorphic Overlay */
.rs-cond-img-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.32);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 2;
}

.rs-cond-page-image-wrap:hover .rs-cond-img-overlay {
    opacity: 1;
    visibility: visible;
}

/* Animated Pulsing Icon Badge */
.rs-cond-img-pulse-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: var(--color-pink-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transform: scale(0.6) rotate(-15deg);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}

.rs-cond-img-pulse-icon::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.85);
    animation: rsPulseRing 2s infinite ease-out;
}

@keyframes rsPulseRing {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(1.45);
        opacity: 0;
    }
}

.rs-cond-page-image-wrap:hover .rs-cond-img-pulse-icon {
    transform: scale(1) rotate(0deg);
}

/* Animated Shimmer Light Sweep Effect */
.rs-cond-img-shimmer {
    position: absolute;
    top: 0;
    left: -150%;
    width: 80%;
    height: 100%;
    background: linear-gradient(115deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.35) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    pointer-events: none;
    z-index: 3;
    opacity: 0;
}

.rs-cond-page-image-wrap:hover .rs-cond-img-shimmer {
    opacity: 1;
    animation: rsShimmerSweep 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes rsShimmerSweep {
    0% {
        left: -150%;
    }

    100% {
        left: 150%;
    }
}

/* Common Landing Page Filter Nav */
.rs-cond-filter-section {
    padding: 60px 0 20px;
    background: #ffffff;
}

.rs-cond-filter-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 0 !important;
}

.rs-cond-tab-btn {
    padding: 12px 24px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(48, 48, 161, 0.15);
    color: var(--color-blue-primary);
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.rs-cond-tab-btn i {
    font-size: 0.95rem;
    color: var(--color-pink-primary);
    transition: color 0.3s ease;
}

.rs-cond-tab-btn:hover,
.rs-cond-tab-btn.active {
    background: #f5e0e5 !important;
    color: #2A3B53 !important;
    border-color: #e6bcc4 !important;
    box-shadow: 0 8px 24px rgba(185, 111, 125, 0.18) !important;
    transform: translateY(-2px);
}

.rs-cond-tab-btn:hover i,
.rs-cond-tab-btn.active i {
    color: #2A3B53 !important;
}

/* Category Sections & Cards Grid */
.rs-cond-hero,
.rs-cond-filter-section,
.rs-cond-category-block,
.rs-cond-filter-section:nth-of-type(even),
.rs-cond-category-block:nth-of-type(even),
section.rs-cond-filter-section,
section.rs-cond-category-block,
.cond-group-block {
    margin: 0 !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
}

.rs-cond-filter-section {
    padding: 25px 0 10px 0 !important;
}

.rs-cond-category-block {
    padding: 10px 0 30px 0 !important;
}

.rs-cond-filter-tabs {
    margin-bottom: 0 !important;
}

.rs-cond-cat-header {
    text-align: center;
    margin-bottom: 30px;
}

.rs-cond-cat-kicker {
    color: var(--color-pink-primary);
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 8px;
}

.rs-cond-cat-title {
    font-size: 2.1rem;
    color: var(--color-blue-primary);
    font-weight: 800;
    margin-bottom: 10px;
}

.rs-cond-cat-sub {
    color: var(--color-text-muted);
    font-size: 1.05rem;
}

/* Cards Grid - Overlapping White Box Card Design Layout (Matching Reference Image) */
.rs-cond-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px 30px;
}

@media (max-width: 991px) {
    .rs-cond-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 24px;
    }
}

@media (max-width: 575px) {
    .rs-cond-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

.rs-cond-card {
    display: flex;
    flex-direction: column;
    position: relative;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-decoration: none;
    color: inherit;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.rs-cond-card-clickable {
    color: inherit;
    text-decoration: none;
}

.rs-cond-card-clickable:focus-visible {
    outline: 3px solid rgba(249, 174, 179, 0.45);
    outline-offset: 4px;
}

.rs-cond-card-thumb {
    position: relative;
    width: 100%;
    height: 260px;
    border-radius: 16px;
    overflow: hidden;
    background: #F4F5F9 !important;
    border: 1.5px solid rgba(48, 48, 161, 0.14);
    box-shadow: 0 8px 24px rgba(48, 48, 161, 0.07);
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.rs-cond-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.rs-cond-card:hover .rs-cond-card-thumb {
    border-color: rgba(249, 174, 179, 0.35);
    box-shadow: 0 12px 30px rgba(48, 48, 161, 0.12);
}

.rs-cond-card:hover .rs-cond-card-thumb img {
    transform: scale(1.06);
}

.rs-cond-card-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 4px 14px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #C85A65;
    border: 1.5px solid rgba(237, 162, 166, 0.4);
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(220, 160, 175, 0.12);
    z-index: 2;
}

/* Overlapping White Box (Enhanced Luxury Aesthetic) */
.rs-cond-card-box {
    position: relative;
    z-index: 3;
    margin: -48px 18px 0 18px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 20px 18px 18px 18px;
    text-align: center;
    box-shadow: 0 14px 35px rgba(220, 160, 175, 0.1), 0 3px 10px rgba(237, 162, 166, 0.05);
    border: 1.5px solid rgba(245, 215, 220, 0.7);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease, border-color 0.4s ease;
    overflow: hidden;
}

/* Top Decorative Solid Accent Bar */
.rs-cond-card-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 3px;
    background: #EDA2A6;
    border-radius: 0 0 4px 4px;
    transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.rs-cond-card:hover .rs-cond-card-box {
    transform: translateY(-7px);
    box-shadow: 0 22px 50px rgba(220, 160, 175, 0.18), 0 6px 24px rgba(237, 162, 166, 0.15);
    border-color: rgba(237, 162, 166, 0.6);
}

.rs-cond-card:hover .rs-cond-card-box::before {
    width: 90px;
}

.rs-cond-card-title {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 1.25rem;
    font-weight: 700;
    color: #222226;
    line-height: 1.3;
    margin: 0 0 10px 0;
    transition: color 0.3s ease;
}

.rs-cond-card:hover .rs-cond-card-title {
    color: #C85A65;
}

.rs-cond-card-desc {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 0.88rem;
    line-height: 1.45;
    color: #555d88;
    margin: 0 0 12px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Action Link - Clean Pink Text & Sliding Arrow */
.rs-cond-card-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: transparent;
    border: none;
    padding: 0;
    color: var(--color-pink-primary);
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: color 0.3s ease, gap 0.3s ease;
}

.rs-cond-card:hover .rs-cond-card-action {
    background: transparent;
    color: var(--color-pink-primary);
    box-shadow: none;
    gap: 12px;
}

.rs-cond-card:hover .rs-card-action-icon {
    background: transparent;
    color: var(--color-pink-primary);
    transform: translateX(4px);
}

@media (max-width: 575px) {
    .rs-cond-card-thumb {
        height: 220px;
    }

    .rs-cond-card-box {
        margin: -40px 14px 0 14px;
        padding: 20px 16px 16px 16px;
    }

    .rs-cond-card-title {
        font-size: 1.18rem;
        margin-bottom: 10px;
    }
}

.rs-cond-card:hover .rs-cond-card-link i {
    transform: translateX(5px);
}

/* Condition Detail Page Styles */
.rs-cond-breadcrumb {
    padding: 20px 0;
    background: #ffffff;
    border-bottom: 1px solid rgba(48, 48, 161, 0.08);
}

.rs-cond-breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    font-size: 0.875rem;
    color: var(--color-text-muted);
}

.rs-cond-breadcrumb-list a {
    color: var(--color-blue-primary);
    font-weight: 500;
}

.rs-cond-breadcrumb-list a:hover {
    color: var(--color-pink-primary);
}

.rs-cond-breadcrumb-list i {
    font-size: 0.75rem;
    color: rgba(249, 174, 179, 0.4);
}

/* Detail Main Layout */
.rs-cond-detail-section {
    padding: 30px 0;
    background: #ffffff;
}

.rs-cond-detail-grid {
    display: grid;
    grid-template-columns: 2.2fr 1fr;
    gap: 40px;
}

.rs-cond-main-content {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.rs-cond-block-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--color-blue-primary);
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.rs-cond-block-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: var(--color-gradient-pink);
    border-radius: 999px;
}

.rs-cond-overview-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--color-text-body);
}

/* Types of Condition Showcase (In Points) */
.rs-cond-types-block {
    margin-bottom: 36px;
}

.rs-cond-types-point-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.rs-cond-types-point-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: #F5F2FF;
    border: 1px solid #DDD8F0;
    border-radius: 14px;
    font-size: 1.02rem;
    line-height: 1.7;
    color: var(--color-text-body);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.rs-cond-types-point-item:hover {
    background: #FFF1F8;
    border-color: var(--color-pink-primary);
    transform: translateX(4px);
}

.rs-cond-types-point-text {
    flex: 1;
    position: relative;
    padding-left: 22px;
}

.rs-cond-types-point-text::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 0.75em;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: var(--color-pink-primary);
    border-radius: 50%;
    box-shadow: 0 0 0 3px #DDD8F0;
}

.rs-cond-types-point-item strong {
    color: var(--color-blue-primary);
    font-weight: 800;
    margin-right: 6px;
}

.rs-cond-types-point-item span {
    color: var(--color-text-body);
}

.rs-cond-type-thumb {
    width: 90px;
    height: 90px;
    border-radius: 14px;
    object-fit: cover;
    flex-shrink: 0;
    margin-left: auto;
    border: 1.5px solid #DDD8F0;
    box-shadow: 0 6px 16px rgba(48, 48, 161, 0.1);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.rs-cond-types-point-item:hover .rs-cond-type-thumb {
    transform: scale(1.05);
}

@media (max-width: 575px) {
    .rs-cond-types-point-item {
        gap: 12px;
        padding: 14px 16px;
    }

    .rs-cond-type-thumb {
        width: 76px;
        height: 76px;
    }
}

/* Causes & Symptoms Showcase Grid */
.rs-cond-two-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin-top: 28px;
    margin-bottom: 36px;
}

@media (max-width: 991px) {
    .rs-cond-two-col {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

.rs-cond-info-card {
    position: relative;
    border-radius: 24px;
    padding: 32px 28px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(48, 48, 161, 0.06);
    border: 1.5px solid rgba(210, 211, 255, 0.5);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}

.rs-cond-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    transition: width 0.35s ease;
}

/* Causes Card Theme (Solid #f5f7ff) */
.rs-cond-card-causes {
    background: #f5f7ff;
    border-color: #d2dbff;
}

.rs-cond-card-causes::before {
    background: #d2dbff;
}

.rs-cond-card-causes:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(220, 160, 175, 0.18);
    border-color: #d2dbff;
}

/* Symptoms Card Theme (Solid #F2D8CD) */
.rs-cond-card-symptoms {
    background: #FAF1EB;
    border-color: #ffe3c8;
}

.rs-cond-card-symptoms::before {
    background: #FAF1EB;
}

.rs-cond-card-symptoms:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(220, 160, 175, 0.18);
    border-color: #ffe3c8;
}

.rs-cond-info-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px dashed rgba(237, 162, 166, 0.3);
}

.rs-cond-info-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.rs-cond-card-causes:hover .rs-cond-info-icon,
.rs-cond-card-symptoms:hover .rs-cond-info-icon {
    transform: scale(1.08) rotate(4deg);
}

.rs-icon-causes {
    background: #b96f7d;
    box-shadow: 0 8px 20px rgba(237, 162, 166, 0.35);
}

.rs-icon-symptoms {
    background: linear-gradient(135deg, #4E7A51 0%, #3D6840 100%);
    box-shadow: 0 8px 20px rgba(78, 122, 81, 0.3);
}

.rs-cond-card-kicker {
    display: block;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 2px;
}

.rs-cond-card-causes .rs-cond-card-kicker {
    color: var(--color-pink-primary);
}

.rs-cond-card-symptoms .rs-cond-card-kicker {
    color: var(--color-blue-primary);
}

.rs-cond-info-card-title {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--color-blue-primary);
    margin: 0;
    line-height: 1.2;
}

/* List Items (Clean Modern List without mini card boxes) */
.rs-cond-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 0;
    margin: 0;
}

.rs-cond-list-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 2px 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: transform 0.25s ease;
}

.rs-cond-list-item:hover {
    background: transparent;
    transform: translateX(4px);
    box-shadow: none;
}

.rs-cond-item-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    flex-shrink: 0;
    margin-top: 3px;
}

.rs-cond-card-causes .rs-cond-item-icon {
    background: #F5F2FF;
    color: var(--color-pink-primary);
}

.rs-cond-card-symptoms .rs-cond-item-icon {
    background: rgb(174 174 177 / 12%);
    ;
    color: var(--color-blue-primary);
}

.rs-cond-list-item span {
    font-size: 1.0rem;
    font-weight: 500;
    line-height: 1.65;
    color: var(--color-text-body);
}

/* Recommended Treatments */
.rs-cond-treatment-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.rs-cond-treatment-item {
    background: #ffffff;
    border: 1px solid rgba(48, 48, 161, 0.15);
    padding: 20px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: var(--transition-base);
}

.rs-cond-treatment-item:hover {
    border-color: var(--color-pink-primary);
    box-shadow: 0 8px 24px #DDD8F0;
    transform: translateX(4px);
}

.rs-cond-treatment-name {
    font-weight: 700;
    color: var(--color-blue-primary);
    font-size: 1rem;
}

.rs-cond-treatment-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(48, 48, 161, 0.08);
    color: var(--color-pink-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    transition: var(--transition-base);
}

.rs-cond-treatment-item:hover .rs-cond-treatment-btn {
    background: var(--color-pink-primary);
    color: #ffffff;
}

/* Prevention & Self Care */
.rs-cond-care-box {
    background: #f5f7ff;
    border: 1px solid rgba(232, 222, 211, 0.95);
    border-radius: 20px;
    padding: 32px;
    color: #2A3B53;
}

.rs-cond-care-box h3 {
    color: #2A3B53;
    font-size: 1.4rem;
    margin-bottom: 16px;
}

.rs-cond-care-box h3 i {
    color: #b96f7d !important;
}

.rs-cond-care-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rs-cond-care-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4A5568;
}

.rs-cond-care-list li i {
    color: #b96f7d;
    margin-top: 5px;
}

.rs-cond-care-list li span {
    color: #4A5568 !important;
}

/* Accordion FAQs */
.rs-cond-faq-full {
    width: 100%;
    margin-top: 3rem;
}

.rs-cond-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.rs-cond-faq-item {
    border: 1px solid rgba(232, 222, 211, 0.95);
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.rs-cond-faq-item:hover,
.rs-cond-faq-item.active {
    background: #FAF1EB;
    border-color: #F2D8CD;
    box-shadow: 0 12px 28px rgba(42, 59, 83, 0.08);
}

.rs-cond-faq-question {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 20px 24px;
    font-weight: 700;
    color: var(--color-blue-primary);
    font-size: 1.05rem;
    font-family: inherit;
    line-height: 1.4;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    cursor: pointer;
    background: #ffffff;
    transition: background 0.25s ease, color 0.25s ease;
}

.rs-cond-faq-item:hover .rs-cond-faq-question,
.rs-cond-faq-item.active .rs-cond-faq-question {
    background: #FAF1EB;
    color: #2A3B53;
}

.rs-cond-faq-question:focus-visible {
    box-shadow: inset 0 0 0 2px rgba(185, 111, 125, 0.24);
}

.rs-cond-faq-question span {
    flex: 1 1 auto;
}

.rs-cond-faq-question i {
    width: 18px;
    flex: 0 0 18px;
    text-align: center;
    color: #b96f7d !important;
}

.rs-cond-faq-answer {
    padding: 0 24px 20px;
    color: #4A5568;
    line-height: 1.7;
    font-size: 0.95rem;
    background: #FAF1EB;
}

.rs-cond-faq-answer p {
    color: #4A5568 !important;
    margin-bottom: 0;
}

/* Sidebar Widget */
.rs-cond-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: sticky;
    top: 100px;
    align-self: start;
}

@media (max-width: 991px) {
    .rs-cond-sidebar {
        position: static;
    }
}

.rs-cond-widget {
    background: #ffffff;
    border: 1px solid #DDD8F0;
    border-radius: 20px;
    padding: 28px;
    box-shadow: var(--shadow-sm);
}

.rs-cond-widget-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-blue-primary);
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.rs-cond-parts-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: 480px;
    overflow-y: auto;
    padding-right: 6px;
    scrollbar-width: thin;
    scrollbar-color: var(--color-pink-primary) rgba(48, 48, 161, 0.08);
}

.rs-cond-parts-container::-webkit-scrollbar {
    width: 5px;
}

.rs-cond-parts-container::-webkit-scrollbar-track {
    background: rgba(249, 174, 179, 0.06);
    border-radius: 10px;
}

.rs-cond-parts-container::-webkit-scrollbar-thumb {
    background: var(--color-pink-primary);
    border-radius: 10px;
}

.rs-cond-part-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rs-cond-part-title {
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--color-pink-primary);
    margin: 0 0 4px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #DDD8F0;
}

.rs-cond-related-item.active-item a {
    background: #FFF1F8;
    border: 1px solid var(--color-pink-primary);
    border-radius: 12px;
}

.rs-cond-related-item.active-item .rs-cond-related-title {
    color: var(--color-pink-primary);
    font-weight: 800;
}

.rs-cond-widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--color-pink-primary);
    border-radius: 999px;
}

.rs-cond-doctor-card {
    text-align: center;
}

.rs-cond-doctor-img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 16px;
    border: 3px solid var(--color-pink-primary);
}

.rs-cond-doctor-name {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--color-blue-primary);
}

.rs-cond-doctor-deg {
    font-size: 0.85rem;
    color: var(--color-pink-primary);
    font-weight: 600;
    margin-bottom: 12px;
}

.rs-cond-doctor-desc {
    font-size: 0.9rem;
    color: var(--color-text-muted);
    line-height: 1.6;
    margin-bottom: 20px;
}

.rs-cond-related-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.rs-cond-related-item a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-radius: 12px;
    transition: var(--transition-base);
}

.rs-cond-related-item a:hover {
    background: var(--color-bg);
}

.rs-cond-related-img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    object-fit: cover;
}

.rs-cond-related-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--color-blue-primary);
    line-height: 1.3;
}

/* Responsive Media Queries */
@media (max-width: 991px) {
    .rs-cond-hero {
        height: auto;
        min-height: auto;
        padding: 50px 0 50px;
    }

    .rs-cond-hero-bg {
        object-position: 85% center;
        opacity: 0.35;
    }

    .rs-cond-hero-model-wrap {
        display: none;
    }

    .rs-cond-hero-grid,
    .rs-cond-detail-grid {
        grid-template-columns: 1fr;
    }

    .rs-cond-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rs-cond-two-col,
    .rs-cond-treatment-grid {
        grid-template-columns: 1fr;
    }

    .rs-cond-hero-title {
        font-size: 2.1rem;
    }
}

@media (max-width: 575px) {
    .rs-cond-hero {
        height: auto;
        min-height: auto;
        padding: 35px 0 48px;
    }

    .rs-cond-hero-bg {
        object-position: 90% center;
        opacity: 0.25;
    }

    .rs-cond-grid {
        grid-template-columns: 1fr;
    }

    .rs-cond-hero-title {
        font-size: 1.5rem;
        line-height: 1.25;
        margin-bottom: 12px;
    }

    .rs-cond-hero-subtitle {
        font-size: 0.9rem;
        line-height: 1.55;
        margin-bottom: 16px;
    }

    .rs-cond-hero-actions {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
    }

    .rs-cond-hero-actions .rs-btn {
        width: auto;
        font-size: 0.85rem;
        padding: 0.55rem 1.15rem;
        border-radius: 999px;
    }

    .rs-cond-tab-btn {
        width: 100%;
        justify-content: center;
    }

    .rs-cond-metrics-grid {
        grid-template-columns: 1fr;
    }

    .rs-cond-benefits-grid {
        grid-template-columns: 1fr;
    }
}

/* Quick Metrics Bar */
.rs-cond-metrics-bar {
    background: #ffffff;
    border-bottom: 1px solid #DDD8F0;
    padding: 24px 0;
    box-shadow: 0 4px 16px rgba(48, 48, 161, 0.04);
}

.rs-cond-metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 991px) {
    .rs-cond-metrics-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.rs-cond-metric-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: #FFF1F8;
    border-radius: 16px;
    border: 1px solid #DDD8F0;
}

.rs-cond-metric-card i {
    font-size: 1.6rem;
    color: var(--color-pink-primary);
}

.rs-cond-metric-info {
    display: flex;
    flex-direction: column;
}

.rs-cond-metric-label {
    font-size: 0.78rem;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.rs-cond-metric-val {
    font-size: 0.98rem;
    color: var(--color-blue-primary);
    font-weight: 700;
}

/* Timeline & Benefits Grid */
.rs-cond-timeline {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 20px;
}

.rs-cond-timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid rgba(48, 48, 161, 0.12);
    border-radius: 16px;
    transition: var(--transition-base);
}

.rs-cond-timeline-item:hover {
    border-color: var(--color-pink-primary);
    box-shadow: 0 8px 24px #DDD8F0;
    transform: translateY(-2px);
}

.rs-cond-timeline-badge {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--color-gradient-primary);
    color: #ffffff;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1rem;
}

.rs-cond-timeline-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-blue-primary);
    margin-bottom: 6px;
}

.rs-cond-timeline-desc {
    font-size: 0.95rem;
    color: var(--color-text-muted);
    line-height: 1.6;
    margin: 0;
}

.rs-cond-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 20px;
}

.rs-cond-benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: #FFF1F8;
    border-radius: 12px;
    border: 1px solid #DDD8F0;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--color-blue-primary);
}

.rs-cond-benefit-item i {
    color: var(--color-pink-primary);
    font-size: 0.9rem;
}

/* Parallel Grid layout for FAQ and Care Card */
.rs-treat-faq-grid {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 32px;
    align-items: start;
    margin-top: 40px;
}

.rs-treat-faq-grid .rs-cond-widget {
    margin-top: 0;
}

@media (max-width: 992px) {
    .rs-treat-faq-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}