/* ==========================================================================
   HIRUDOTHERAPY (JALAUKĀVACARAṆAM) - COMPLETE CLEAN DEDICATED STYLESHEET
   ========================================================================== */

/* --------------------------------------------------------------------------
   GLOBAL CONTAINER PADDING RESET (Fixes excessive 90px+90px spacing from style.css)
   -------------------------------------------------------------------------- */
[class*="hirudo-"] > .container,
[class*="hirudo-"] > .container-fluid,
.hirudo-hero-section > .container,
.hirudo-definition-section > .container,
.hirudo-pancha-section > .container,
.hirudo-effects-section > .container,
.hirudo-indications-section > .container,
.hirudo-session-section > .container,
.hirudo-prep-section > .container,
.hirudo-contra-section > .container,
.hirudo-side-fx-section > .container,
.hirudo-vaidya-section > .container,
.hirudo-region-section > .container,
.hirudo-approach-section > .container,
.ayur-home-faq-section > .container,
.ayur-followup > .container,
.ayur-about > .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* --------------------------------------------------------------------------
   HERO SECTION
   -------------------------------------------------------------------------- */
.hirudo-hero-section {
    position: relative;
    background: linear-gradient(135deg, #FAF7F2 0%, #FDFBF8 40%, #FAF4EB 100%);
    padding: 42px 0 45px 0;
    overflow: hidden;
    border-top: 1px solid #EFE4D6;
    border-bottom: 1px solid #EFE4D6;
}

@media (max-width: 991px) {
    .hirudo-hero-section {
        padding: 30px 0 35px 0;
    }
}

@media (max-width: 576px) {
    .hirudo-hero-section {
        padding: 24px 0 28px 0;
    }
}

.hirudo-hero-section::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -80px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(198, 146, 75, 0.09) 0%, rgba(250, 247, 242, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.hirudo-hero-section::after {
    content: "";
    position: absolute;
    bottom: -120px;
    left: -80px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(133, 27, 45, 0.05) 0%, rgba(250, 247, 242, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

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

/* Main H1 Title */
.hirudo-hero-h1 {
    color: #5c1120 !important;
    font-size: clamp(1.85rem, 3vw, 2.6rem) !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em;
    margin-bottom: 12px;
}

/* Subtitle / Tagline */
.hirudo-hero-subtitle {
    color: #9e6d28;
    font-size: clamp(1rem, 1.25vw, 1.15rem);
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 18px;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.hirudo-hero-subtitle::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #c48b41, #851b2d);
    border-radius: 2px;
}

/* Description Text */
.hirudo-hero-desc {
    color: #4a453f;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 28px;
}

.hirudo-hero-desc p {
    color: #4a453f;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 16px;
}

.hirudo-hero-desc p:last-child {
    margin-bottom: 0;
}

/* CTA Buttons */
.hirudo-hero-cta-group {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.hirudo-hero-cta-group .ayur-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* Hero Right Image Wrap */
.hirudo-hero-img-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 36px rgba(92, 17, 32, 0.12);
    border: 1px solid #EFE4D6;
    background: #ffffff;
}

.hirudo-hero-img-wrap img {
    width: 100%;
    height: 100%;
    max-height: 460px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.hirudo-hero-img-wrap:hover img {
    transform: scale(1.02);
}

@media (max-width: 991px) {
    .hirudo-hero-img-wrap {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .hirudo-hero-cta-group {
        flex-direction: column;
        width: 100%;
    }
    
    .hirudo-hero-cta-group .ayur-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

/* ==========================================================================
   SECTION 1: WHAT IS MEDICINAL LEECH THERAPY
   ========================================================================== */
.hirudo-definition-section {
    padding: 42px 0 45px 0;
    background: #ffffff;
    border-bottom: 1px solid #EFE4D6;
    position: relative;
}

@media (max-width: 768px) {
    .hirudo-definition-section {
        padding: 28px 0;
    }
}

.hirudo-definition-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.hirudo-definition-title {
    color: #5c1120;
    font-size: clamp(1.75rem, 2.6vw, 2.4rem);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 14px;
}

.hirudo-definition-divider {
    width: 45px;
    height: 3px;
    background: linear-gradient(90deg, #c48b41, #851b2d);
    margin-bottom: 20px;
    border-radius: 2px;
}

.hirudo-definition-desc {
    color: #4a453f;
    font-size: 16.5px;
    line-height: 1.85;
}

.hirudo-definition-desc p {
    color: #4a453f;
    font-size: 16.5px;
    line-height: 1.85;
    margin-bottom: 16px;
}

.hirudo-definition-desc p:last-child {
    margin-bottom: 0;
}

.hirudo-definition-desc strong {
    color: #2c2523;
    font-weight: 700;
}

.hirudo-definition-desc a {
    color: #851b2d;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.hirudo-definition-desc a:hover {
    color: #c48b41;
}

.hirudo-definition-img-wrap {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 14px 32px rgba(92, 17, 32, 0.1);
    border: 1px solid #EFE4D6;
}

.hirudo-definition-img-wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* ==========================================================================
   SECTION 2: JALAUKĀVACARAṆAM, RAKTAMOKSHANA & PANCHAKARMA (MOCKUP EXACT)
   ========================================================================== */
.hirudo-pancha-section {
    padding: 45px 0 40px 0;
    background: linear-gradient(135deg, #fbf7f2 0%, #fcf9f3 50%, #fcf8f4 100%);
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #EFE4D6;
}

@media (max-width: 991px) {
    .hirudo-pancha-section {
        padding: 30px 0 28px 0;
    }
}

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

/* Title */
.hirudo-pancha-title {
    color: #274029;
    font-size: clamp(1.85rem, 2.8vw, 2.5rem);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 6px;
}

.hirudo-pancha-subtitle {
    color: #8c6a38;
    font-size: clamp(1.2rem, 1.8vw, 1.6rem);
    font-weight: 600;
    font-style: italic;
    line-height: 1.35;
    margin-bottom: 24px;
}

/* Description */
.hirudo-pancha-desc {
    color: #4a453f;
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 30px;
}

.hirudo-pancha-desc p {
    color: #4a453f;
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 18px;
}

.hirudo-pancha-desc p:last-child {
    margin-bottom: 0;
}

.hirudo-pancha-desc strong {
    color: #274029;
    font-weight: 700;
}

.hirudo-pancha-desc a {
    color: #274029;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.hirudo-pancha-desc a:hover {
    color: #8c6a38;
}

/* Earthy Green CTA Button from Mockup */
.hirudo-btn-green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #4a5d33;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 26px;
    border-radius: 6px;
    text-decoration: none !important;
    box-shadow: 0 6px 16px rgba(74, 93, 51, 0.25);
    transition: all 0.3s ease;
    border: 1px solid #42532d;
}

.hirudo-btn-green:hover {
    background: #3c4b29;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(74, 93, 51, 0.35);
    color: #ffffff !important;
}

.hirudo-btn-green i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.hirudo-btn-green:hover i {
    transform: translateX(4px);
}

/* Feature Badges Row (4 circular line icons) */
.hirudo-pancha-badges {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 36px;
    padding-top: 26px;
    border-top: 1px solid rgba(196, 139, 65, 0.25);
}

.hirudo-pancha-badge-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    flex: 1;
    min-width: 100px;
}

.hirudo-badge-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1.5px solid #8fa372;
    background: rgba(143, 163, 114, 0.1);
    color: #4a5d33;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
}

.hirudo-pancha-badge-item:hover .hirudo-badge-circle {
    background: #4a5d33;
    color: #ffffff;
    border-color: #4a5d33;
    transform: translateY(-2px);
}

.hirudo-badge-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #443c36;
    line-height: 1.3;
}

/* Section 2 Right Image Frame - Full & Crisp */
.hirudo-pancha-img-wrap {
    position: relative;
    width: 100%;
  
}

.hirudo-pancha-img-wrap img {
    width: 100%;
    height: 100%;
    max-height: 520px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.hirudo-pancha-img-wrap:hover img {
    transform: scale(1.02);
}

@media (max-width: 991px) {
    .hirudo-pancha-img-wrap {
        margin-top: 24px;
    }
}

@media (max-width: 576px) {
    .hirudo-pancha-badges {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    
    .hirudo-btn-green {
        width: 100%;
        text-align: center;
    }
}

/* ==========================================================================
   SECTION 3: WHY ARE MEDICINAL LEECHES USED? (EFFETS RECHERCHÉS)
   ========================================================================== */
.hirudo-effects-section {
    padding: 42px 0 35px 0;
    background: #ffffff;
    position: relative;
    border-bottom: 1px solid #EFE4D6;
}

@media (max-width: 768px) {
    .hirudo-effects-section {
        padding: 28px 0 24px 0;
    }
}

.hirudo-effects-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.hirudo-header-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.hirudo-header-badge {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fbf5ed;
    border: 1.5px solid #dfcfbc;
    color: #a47133;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.hirudo-effects-title {
    color: #731627;
    font-size: clamp(1.85rem, 2.7vw, 2.5rem);
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    font-family: inherit;
}

.hirudo-effects-intro {
    color: #4a453f;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.hirudo-effects-intro p {
    margin-bottom: 12px;
    color: #4a453f;
    font-size: 16px;
    line-height: 1.8;
}

.hirudo-effects-intro strong {
    color: #2c2523;
    font-weight: 700;
}

/* Checklist with warm gold circular icons */
.hirudo-effects-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hirudo-effects-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #4a453f;
    font-size: 15.5px;
    line-height: 1.6;
}

.hirudo-check-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1.5px solid #b88648;
    color: #b88648;
    background: rgba(184, 134, 72, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
    margin-top: 2px;
}

.hirudo-effects-disclaimer {
    color: #615a53;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #f0e6da;
}

/* Section 3 Right Image */
.hirudo-effects-img-wrap {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(115, 22, 39, 0.09);
    border: 1px solid #efe5d8;
    background: #ffffff;
}

.hirudo-effects-img-wrap img {
    width: 100%;
    height: 100%;
    max-height: 480px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.hirudo-effects-img-wrap:hover img {
    transform: scale(1.02);
}

/* Ornamental Lotus Divider */
.hirudo-section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 30px auto 10px auto;
    max-width: 600px;
    color: #c48b41;
}

.hirudo-divider-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #dfcfbc, transparent);
}

.hirudo-divider-icon {
    font-size: 18px;
    color: #b88648;
}

/* ==========================================================================
   SECTION 4: WHEN MAY MEDICINAL LEECH THERAPY BE CONSIDERED? (ADVANCED LUXURY 5 CARDS)
   ========================================================================== */
.hirudo-indications-section {
    padding: 48px 0 50px 0;
    background: linear-gradient(180deg, #FAF7F2 0%, #FDFBF7 45%, #F7F1E6 100%);
    position: relative;
    border-top: 1px solid #EFE4D6;
    border-bottom: 1px solid #EFE4D6;
    overflow: hidden;
}

.hirudo-indications-section::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -100px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(196, 139, 65, 0.08) 0%, rgba(250, 247, 242, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.hirudo-indications-section::after {
    content: "";
    position: absolute;
    bottom: -120px;
    left: -100px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(122, 23, 40, 0.06) 0%, rgba(250, 247, 242, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

@media (max-width: 768px) {
    .hirudo-indications-section {
        padding: 30px 0 35px 0;
    }
}

.hirudo-indications-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 2;
}

/* Header */
.hirudo-indications-header {
    text-align: center;
    max-width: 980px;
    margin: 0 auto 28px auto;
}

.hirudo-indications-header .hirudo-header-wrap {
    justify-content: center;
    margin-bottom: 12px;
}

.hirudo-indications-header .hirudo-header-badge {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fffcf7 0%, #f6ecdc 100%);
    border: 1.5px solid #d4b896;
    box-shadow: 0 4px 14px rgba(196, 139, 65, 0.18);
    color: #9c6c2e;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hirudo-indications-title {
    color: #5c1120;
    font-size: clamp(2rem, 3.2vw, 2.75rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.015em;
    margin: 0;
}

.hirudo-title-underline {
    width: 75px;
    height: 3px;
    background: linear-gradient(90deg, #c48b41, #851b2d);
    border-radius: 3px;
    margin: 10px auto 16px auto;
}

.hirudo-indications-intro {
    color: #4e4842;
    font-size: 16.5px;
    line-height: 1.85;
}

.hirudo-indications-intro strong {
    color: #221d1b;
    font-weight: 700;
}

.hirudo-indications-intro a {
    color: #7a1728;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1.5px solid #c48b41;
    padding-bottom: 1px;
    transition: all 0.25s ease;
}

.hirudo-indications-intro a:hover {
    color: #c48b41;
    border-color: #7a1728;
}

/* 5 Column Grid */
.hirudo-cards-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    align-items: stretch;
}

@media (max-width: 1280px) {
    .hirudo-cards-grid {
        gap: 14px;
    }
}

@media (max-width: 1100px) {
    .hirudo-cards-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .hirudo-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (max-width: 576px) {
    .hirudo-cards-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

/* Indication Luxury Card */
.hirudo-indication-card {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(217, 196, 173, 0.7);
    box-shadow: 0 10px 30px rgba(92, 17, 32, 0.04), 0 1px 3px rgba(0, 0, 0, 0.02);
    padding: 30px 18px 24px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Top Accent Hover Bar */
.hirudo-card-top-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3.5px;
    background: linear-gradient(90deg, #c48b41, #851b2d);
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 3;
}

.hirudo-indication-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(92, 17, 32, 0.08);
    border-color: #c48b41;
}

.hirudo-indication-card:hover .hirudo-card-top-bar {
    opacity: 1;
}

/* Ensure inner contents sit above hover background */
.hirudo-card-header,
.hirudo-card-body,
.hirudo-card-footer {
    position: relative;
    z-index: 2;
}

/* Card Header & Icon */
.hirudo-card-header {
    text-align: center;
    width: 100%;
}

.hirudo-card-icon-badge {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FAF4EB 0%, #F5E8D4 100%);
    border: 1.5px solid #DEC8B0;
    box-shadow: 0 4px 12px rgba(196, 139, 65, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #8C5C26;
    font-size: 22px;
    margin: 0 auto 16px auto;
    transition: all 0.35s ease;
}

.hirudo-indication-card:hover .hirudo-card-icon-badge {
    background: linear-gradient(135deg, #7A1728 0%, #540D1A 100%);
    color: #F8E7CE;
    border-color: #7A1728;
    transform: scale(1.08);
    box-shadow: 0 8px 18px rgba(122, 23, 40, 0.25);
}

/* Card Title */
.hirudo-card-title {
    color: #5C1120;
    font-size: 16.5px;
    font-weight: 700;
    line-height: 1.35;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 0 10px 0;
    letter-spacing: -0.01em;
}

.hirudo-card-divider {
    width: 34px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #C48B41, transparent);
    margin: 0 auto 16px auto;
    opacity: 0.8;
}

/* Card Content / Description */
.hirudo-card-body {
    color: #4A443E;
    flex-grow: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hirudo-card-desc-main {
    color: #443E39;
    font-size: 13.5px;
    line-height: 1.7;
    text-align: left;
}

.hirudo-card-desc-main strong {
    color: #221D1B;
    font-weight: 700;
}

.hirudo-card-desc-main a {
    color: #7A1728;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #C48B41;
    transition: all 0.2s ease;
}

.hirudo-card-desc-main a:hover {
    color: #C48B41;
    border-color: #7A1728;
}

/* Ayurvedic Perspective Feature Box */
.hirudo-card-desc-ayur {
    background: linear-gradient(135deg, rgba(196, 139, 65, 0.08) 0%, rgba(122, 23, 40, 0.04) 100%);
    border-left: 3px solid #C48B41;
    border-radius: 0 10px 10px 0;
    padding: 11px 12px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    text-align: left;
    transition: all 0.35s ease;
}

.hirudo-indication-card:hover .hirudo-card-desc-ayur {
    background: linear-gradient(135deg, rgba(196, 139, 65, 0.14) 0%, rgba(122, 23, 40, 0.08) 100%);
    border-left-color: #7A1728;
}

.hirudo-ayur-badge-icon {
    color: #C48B41;
    font-size: 11px;
    margin-top: 4px;
    flex-shrink: 0;
    transition: color 0.3s ease;
}

.hirudo-indication-card:hover .hirudo-ayur-badge-icon {
    color: #7A1728;
}

.hirudo-ayur-text {
    font-size: 12.5px;
    line-height: 1.6;
    color: #554D45;
}

.hirudo-ayur-text strong {
    color: #221D1B;
    font-weight: 700;
}

.hirudo-ayur-text em {
    font-style: italic;
    color: #7A1728;
    font-weight: 600;
}

.hirudo-ayur-text a {
    color: #7A1728;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #C48B41;
    transition: all 0.2s ease;
}

.hirudo-ayur-text a:hover {
    color: #C48B41;
    border-color: #7A1728;
}

/* Card Footer */
.hirudo-card-footer {
    margin-top: 18px;
    width: 100%;
}

/* Luxury Action Button */
.hirudo-card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #7A1728 0%, #540D1A 100%);
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2px;
    padding: 11px 14px;
    border-radius: 6px;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(122, 23, 40, 0.22);
    border: 1px solid #6E1222;
    transition: all 0.3s ease;
    width: 100%;
    line-height: 1.35;
    text-align: center;
}

.hirudo-card-btn:hover {
    background: linear-gradient(135deg, #5C0E1C 0%, #3D0812 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(122, 23, 40, 0.35);
    color: #ffffff !important;
}

.hirudo-card-btn i {
    font-size: 11px;
    transition: transform 0.25s ease;
}

.hirudo-card-btn:hover i {
    transform: translateX(4px);
}

/* ==========================================================================
   SECTION 5: WHAT HAPPENS DURING A JALAUKĀVACARAṆAM SESSION? (4 STEPS)
   ========================================================================== */
.hirudo-session-section {
    padding: 42px 0 38px 0;
    background: #ffffff;
    border-bottom: 1px solid #EFE4D6;
    position: relative;
}

@media (max-width: 768px) {
    .hirudo-session-section {
        padding: 28px 0 24px 0;
    }
}

.hirudo-session-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

.hirudo-session-title {
    color: #5c1120;
    font-size: clamp(1.85rem, 2.8vw, 2.5rem);
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

.hirudo-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 20px;
    align-items: stretch;
}

@media (max-width: 991px) {
    .hirudo-steps-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (max-width: 576px) {
    .hirudo-steps-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

.hirudo-step-card {
    background: linear-gradient(180deg, #FFFFFF 0%, #FAF6EE 100%);
    border: 1px solid #EAE0D2;
    border-radius: 16px;
    padding: 24px 18px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.hirudo-step-card:hover {
    transform: translateY(-5px);
    border-color: #C48B41;
    box-shadow: 0 14px 30px rgba(122, 23, 40, 0.08);
}

.hirudo-step-top,
.hirudo-step-title,
.hirudo-step-desc {
    position: relative;
    z-index: 2;
}

.hirudo-step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.hirudo-step-num {
    font-size: 28px;
    font-weight: 800;
    color: #C48B41;
    letter-spacing: -0.02em;
    opacity: 0.85;
}

.hirudo-step-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #FAF2E6;
    border: 1px solid #DEC8B0;
    color: #7A1728;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    transition: all 0.3s ease;
}

.hirudo-step-card:hover .hirudo-step-icon {
    background: #7A1728;
    color: #ffffff;
    border-color: #7A1728;
    transform: scale(1.08);
}

.hirudo-step-title {
    color: #5C1120;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 12px;
}

.hirudo-step-desc {
    color: #4A443E;
    font-size: 13.5px;
    line-height: 1.7;
    flex-grow: 1;
}

.hirudo-step-desc a {
    color: #7A1728;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s ease;
}

.hirudo-step-desc a:hover {
    color: #C48B41;
}

/* ==========================================================================
   SECTION 6: PREPARATION, PRECAUTIONS & SAFETY (ADVANCED LUXURY UI)
   ========================================================================== */
.hirudo-prep-section {
    padding: 48px 0 50px 0;
    background: linear-gradient(180deg, #FAF7F2 0%, #FDFBF7 50%, #F7F1E6 100%);
    border-bottom: 1px solid #EFE4D6;
    position: relative;
    overflow: hidden;
}

.hirudo-prep-section::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 550px;
    height: 550px;
    background: radial-gradient(circle, rgba(196, 139, 65, 0.08) 0%, rgba(250, 247, 242, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.hirudo-prep-section::after {
    content: "";
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 550px;
    height: 550px;
    background: radial-gradient(circle, rgba(122, 23, 40, 0.06) 0%, rgba(250, 247, 242, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

@media (max-width: 768px) {
    .hirudo-prep-section {
        padding: 30px 0 35px 0;
    }
}

.hirudo-prep-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 2;
}

.hirudo-prep-title {
    color: #5c1120;
    font-size: clamp(1.85rem, 2.8vw, 2.5rem);
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

/* Luxury Cards */
.hirudo-prep-card {
    background: #ffffff;
    border: 1px solid rgba(217, 196, 173, 0.75);
    border-radius: 20px;
    padding: 34px 28px;
    box-shadow: 0 8px 24px rgba(92, 17, 32, 0.04);
    display: flex;
    flex-direction: column;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.hirudo-prep-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(92, 17, 32, 0.09);
    border-color: #C48B41;
}


.hirudo-prep-card:hover .hirudo-card-top-bar {
    opacity: 1;
}

/* Ensure inner contents sit above hover background */
.hirudo-prep-card-header,
.hirudo-prep-intro,
.hirudo-avoid-list,
.hirudo-prep-advice,
.hirudo-info-grid-list,
.hirudo-safety-warning-box {
    position: relative;
    z-index: 2;
}

.hirudo-prep-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.hirudo-prep-badge-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FAF4EB 0%, #F5E8D4 100%);
    border: 1.5px solid #DEC8B0;
    box-shadow: 0 4px 12px rgba(196, 139, 65, 0.12);
    color: #8C5C26;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    transition: all 0.35s ease;
}

.hirudo-prep-card:hover .hirudo-prep-badge-icon {
    background: linear-gradient(135deg, #7A1728 0%, #540D1A 100%);
    color: #F8E7CE;
    border-color: #7A1728;
    transform: scale(1.08);
    box-shadow: 0 8px 18px rgba(122, 23, 40, 0.25);
}

.hirudo-prep-badge-icon.warning-badge {
    background: linear-gradient(135deg, #FDEDEC 0%, #FADBD8 100%);
    border-color: #F5B7B1;
    color: #C0392B;
}

.hirudo-prep-card:hover .hirudo-prep-badge-icon.warning-badge {
    background: linear-gradient(135deg, #C0392B 0%, #922B21 100%);
    color: #FFFFFF;
    border-color: #C0392B;
}

.hirudo-prep-card-title {
    color: #5C1120;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
}

.hirudo-prep-intro {
    color: #4A443E;
    font-size: 14.5px;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Checklist of items to avoid with interactive hover chips */
.hirudo-avoid-list {
    list-style: none;
    padding: 0;
    margin: 0 0 22px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hirudo-avoid-item {
    background: #FAF7F2;
    border: 1px solid #EFE4D6;
    border-radius: 10px;
    padding: 9px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #443E39;
    font-size: 13.8px;
    line-height: 1.5;
    transition: all 0.25s ease;
}

.hirudo-avoid-item:hover {
    background: #FFFFFF;
    border-color: #E74C3C;
    transform: translateX(6px);
    box-shadow: 0 4px 14px rgba(231, 76, 60, 0.12);
}

.hirudo-avoid-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #FDEDEC;
    border: 1.5px solid #F5B7B1;
    color: #E74C3C;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
    transition: all 0.25s ease;
}

.hirudo-avoid-item:hover .hirudo-avoid-icon {
    background: #E74C3C;
    color: #FFFFFF;
    border-color: #E74C3C;
    transform: scale(1.15) rotate(90deg);
}

.hirudo-prep-advice {
    background: linear-gradient(135deg, rgba(196, 139, 65, 0.08) 0%, rgba(253, 248, 242, 0.95) 100%);
    border-left: 3.5px solid #C48B41;
    border-radius: 0 12px 12px 0;
    padding: 16px 18px;
    color: #554D45;
    font-size: 13.5px;
    line-height: 1.7;
    margin-top: auto;
    transition: all 0.3s ease;
}

.hirudo-prep-advice p {
    margin-bottom: 10px;
}

.hirudo-prep-advice p:last-child {
    margin-bottom: 0;
}

.hirudo-prep-card:hover .hirudo-prep-advice {
    border-left-color: #851B2D;
    background: linear-gradient(135deg, rgba(196, 139, 65, 0.14) 0%, rgba(253, 248, 242, 1) 100%);
}

/* 2-Column Info Checklist with interactive hover chips */
.hirudo-info-grid-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 12px;
}

@media (max-width: 576px) {
    .hirudo-info-grid-list {
        grid-template-columns: 1fr;
    }
}

.hirudo-info-item {
    background: #FAF7F2;
    border: 1px solid #EFE4D6;
    border-radius: 10px;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #443E39;
    font-size: 13.2px;
    line-height: 1.45;
    transition: all 0.25s ease;
}

.hirudo-info-item:hover {
    background: #FFFFFF;
    border-color: #C48B41;
    transform: translateX(4px);
    box-shadow: 0 4px 14px rgba(196, 139, 65, 0.15);
}

.hirudo-info-bullet {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FAF2E6;
    border: 1.5px solid #DEC8B0;
    color: #8C5C26;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    flex-shrink: 0;
    transition: all 0.25s ease;
}

.hirudo-info-item:hover .hirudo-info-bullet {
    background: #851B2D;
    color: #FFFFFF;
    border-color: #851B2D;
    transform: scale(1.15);
}

/* Safety Warning Callout */
.hirudo-safety-warning-box {
    background: linear-gradient(135deg, #FFF5F5 0%, #FEE2E2 100%);
    border: 1.5px solid #FCA5A5;
    border-radius: 14px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: auto;
    box-shadow: 0 6px 18px rgba(220, 38, 38, 0.08);
    transition: all 0.3s ease;
}

.hirudo-prep-card:hover .hirudo-safety-warning-box {
    box-shadow: 0 8px 24px rgba(220, 38, 38, 0.16);
    border-color: #EF4444;
}

.hirudo-warning-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #EF4444;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(239, 68, 68, 0.3);
}

.hirudo-warning-text {
    color: #7F1D1D;
    font-size: 13.8px;
    line-height: 1.6;
    font-weight: 700;
}

/* ==========================================================================
   IMPORTANT NOTE SECTION (.hirudotherapy-note)
   ========================================================================== */
.hirudotherapy-note {
    position: relative;
    background-image: url(/dist-front/images/bg-purple.webp);
    background-position: center center;
    background-repeat: repeat;
    background-size: auto;
    padding: 55px 0;
}

.hirudotherapy-note::before {
    display: none;
}

.hirudotherapy-note-text {
    color: #e59819 !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    font-weight: 500;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.hirudotherapy-note-text strong,
.hirudotherapy-note-text b {
    color: #f5ab2d;
    font-weight: 700;
}

/* ==========================================================================
   SIDE EFFECTS & CONSULTATION CTA SECTION (.hirudotherapy-side-effect)
   ========================================================================== */
.hirudotherapy-side-effect {
    position: relative;
    padding: 60px 0 70px 0;
    background: #FFFFFF;
}

.hirudotherapy-side-effect::before {
    display: none;
}

.hirudotherapy-side-effect-right {
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.9;
}

.hirudotherapy-side-effect-right img {
    width: 75px;
    height: auto;
}

.hirudotherapy-side-effect .ayur-animated-heading {
    font-family: 'Cinzel', serif;
    font-size: 34px;
    color: #851B2D;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
    display: block;
}

.hirudotherapy-side-effect .ayur-animated-heading::after {
    display: none;
}

.hirudotherapy-side-effect-desc {
    max-width: 780px;
    margin: 0 auto 30px auto;
}

.hirudotherapy-side-effect-desc p {
    color: #555555;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 18px;
    text-align: center;
}

.hirudotherapy-side-effect-desc strong {
    color: #222222;
    font-weight: 700;
}

.hirudotherapy-side-effect .ayur-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #851B2D;
    color: #FFFFFF !important;
    font-size: 14.5px;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 6px;
    border: none;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(133, 27, 45, 0.25);
    transition: all 0.3s ease;
    margin-top: 15px;
}

.hirudotherapy-side-effect .ayur-btn:hover {
    background: #6D1424;
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(133, 27, 45, 0.35);
}

@media (max-width: 991px) {
    .hirudotherapy-side-effect-right {
        display: none;
    }
}

/* --------------------------------------------------------------------------
   SECTION 9: VAIDYA YOGEET KAPOOR (AUTHORITY SECTION)
   -------------------------------------------------------------------------- */
.hirudo-vaidya-section {
    position: relative;
    padding: 45px 0;
    background: linear-gradient(135deg, #FAF7F2 0%, #FFFFFF 50%, #FAF4EB 100%);
    border-top: 1px solid #EFE4D6;
    overflow: hidden;
}

@media (max-width: 768px) {
    .hirudo-vaidya-section {
        padding: 30px 0;
    }
}

.hirudo-vaidya-card {
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #EFE4D6;
    box-shadow: 0 12px 35px rgba(92, 17, 32, 0.07);
    padding: 40px 36px;
    position: relative;
}

@media (max-width: 767px) {
    .hirudo-vaidya-card {
        padding: 30px 20px;
    }
}

.hirudo-vaidya-profile-box {
    text-align: center;
}

.hirudo-vaidya-img-frame {
    width: 200px;
    height: 200px;
    margin: 0 auto 18px auto;
    border-radius: 50%;
    padding: 6px;
    background: linear-gradient(135deg, #C6924B 0%, #FAF4EB 50%, #851B2D 100%);
    box-shadow: 0 10px 25px rgba(133, 27, 45, 0.15);
}

.hirudo-vaidya-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    background: #FAF7F2;
    display: block;
}

.hirudo-vaidya-verified-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #FAF4EB;
    border: 1px solid #E5D5C0;
    color: #851B2D;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.hirudo-vaidya-verified-badge i {
    color: #C6924B;
    font-size: 14px;
}

.hirudo-tag-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(198, 146, 75, 0.12);
    color: #851B2D;
    border: 1px solid rgba(198, 146, 75, 0.3);
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.hirudo-tag-pill i {
    color: #C6924B;
}

.hirudo-vaidya-title {
    color: #5C1120;
    font-family: 'Cinzel', Georgia, serif;
    font-size: clamp(1.4rem, 2.2vw, 1.85rem);
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 16px;
}

.hirudo-vaidya-text {
    color: #4A443E;
    font-size: 15.5px;
    line-height: 1.8;
    margin-bottom: 16px;
}

.hirudo-vaidya-text a,
.hirudo-region-text a {
    color: #851B2D;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(133, 27, 45, 0.3);
    text-underline-offset: 3px;
    transition: all 0.2s ease;
}

.hirudo-vaidya-text a:hover,
.hirudo-region-text a:hover {
    color: #C6924B;
    text-decoration-color: #C6924B;
}

.hirudo-btn-group {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.hirudo-btn-primary {
    background: linear-gradient(135deg, #851B2D 0%, #6D1424 100%);
    color: #FFFFFF !important;
    padding: 12px 24px;
    font-size: 14.5px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 14px rgba(133, 27, 45, 0.22);
    transition: all 0.3s ease;
}

.hirudo-btn-primary:hover {
    background: linear-gradient(135deg, #6D1424 0%, #520D1A 100%);
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(133, 27, 45, 0.32);
}

.hirudo-btn-outline {
    background: #FFFFFF;
    color: #5C1120 !important;
    padding: 12px 22px;
    font-size: 14.5px;
    font-weight: 600;
    border-radius: 8px;
    border: 1.5px solid #851B2D;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.hirudo-btn-outline:hover {
    background: #FAF4EB;
    color: #851B2D !important;
    border-color: #C6924B;
    transform: translateY(-2px);
}

.hirudo-btn-gold {
    background: linear-gradient(135deg, #C6924B 0%, #A97631 100%);
    color: #FFFFFF !important;
    padding: 12px 22px;
    font-size: 14.5px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 14px rgba(198, 146, 75, 0.25);
    transition: all 0.3s ease;
}

.hirudo-btn-gold:hover {
    background: linear-gradient(135deg, #A97631 0%, #8E6023 100%);
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(198, 146, 75, 0.35);
}

/* --------------------------------------------------------------------------
   SECTION 7: CONTRAINDICATIONS & SECTION 8: SIDE EFFECTS
   -------------------------------------------------------------------------- */
.hirudo-contra-section {
    padding: 45px 0 !important;
    background: #FFFDF9;
    border-top: 1px solid rgba(133, 27, 45, 0.08);
}

.hirudo-side-fx-section {
    padding: 45px 0 !important;
    background: #FDFBF7;
    border-top: 1px solid rgba(133, 27, 45, 0.08);
}

@media (max-width: 768px) {
    .hirudo-contra-section,
    .hirudo-side-fx-section {
        padding: 30px 0 !important;
    }
}

/* --------------------------------------------------------------------------
   SECTION 10: REGION & SUISSE ROMANDE
   -------------------------------------------------------------------------- */
.hirudo-region-section {
    position: relative;
    padding: 45px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #FAF7F2 100%);
    border-top: 1px solid #EFE4D6;
}

@media (max-width: 768px) {
    .hirudo-region-section {
        padding: 30px 0;
    }
}

.hirudo-region-card {
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #EFE4D6;
    box-shadow: 0 12px 35px rgba(92, 17, 32, 0.07);
    padding: 40px 36px;
    position: relative;
    text-align: center;
}

@media (max-width: 767px) {
    .hirudo-region-card {
        padding: 26px 18px;
    }
}

.hirudo-region-title {
    color: #5C1120;
    font-family: 'Cinzel', Georgia, serif;
    font-size: clamp(1.45rem, 2.3vw, 2rem);
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 14px;
}

.hirudo-region-text-wrap {
    max-width: 920px;
    margin: 0 auto;
}

.hirudo-region-text {
    color: #4A443E;
    font-size: 15.5px;
    line-height: 1.8;
    margin-bottom: 14px;
}

.hirudo-cities-badge-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px auto;
    max-width: 850px;
}

.hirudo-city-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #FAF7F2;
    border: 1px solid #EAE0D2;
    color: #5C1120;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 14px;
    transition: all 0.2s ease;
}

.hirudo-city-chip:hover {
    background: #FAF4EB;
    border-color: #C6924B;
    transform: translateY(-1px);
}

.hirudo-city-chip i {
    color: #C6924B;
    font-size: 11px;
}

/* --------------------------------------------------------------------------
   SECTION 11: FAQS SECTION COMPACT
   -------------------------------------------------------------------------- */
.ayur-home-faq-section {
    padding: 45px 0 !important;
}

@media (max-width: 768px) {
    .ayur-home-faq-section {
        padding: 30px 0 !important;
    }
}

/* --------------------------------------------------------------------------
   SECTION 12: COMPLETE AYURVEDIC APPROACH & THERAPEUTIC PATHWAY (SBSE END MAI)
   -------------------------------------------------------------------------- */
.hirudo-approach-section {
    position: relative;
    padding: 48px 0 52px 0;
    background: linear-gradient(135deg, #FAF7F2 0%, #FFFFFF 50%, #FAF5ED 100%);
    border-top: 1px solid #EFE4D6;
    overflow: hidden;
}

@media (max-width: 768px) {
    .hirudo-approach-section {
        padding: 32px 0 36px 0;
    }
}

.hirudo-approach-section::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -100px;
    width: 550px;
    height: 550px;
    background: radial-gradient(circle, rgba(198, 146, 75, 0.09) 0%, rgba(250, 247, 242, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.hirudo-approach-section::after {
    content: "";
    position: absolute;
    bottom: -120px;
    left: -100px;
    width: 550px;
    height: 550px;
    background: radial-gradient(circle, rgba(133, 27, 45, 0.08) 0%, rgba(250, 247, 242, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.hirudo-approach-card {
    background: #FFFFFF;
    border-radius: 24px;
    border: 1.5px solid #EFE4D6;
    box-shadow: 0 18px 45px rgba(92, 17, 32, 0.08), 0 2px 8px rgba(198, 146, 75, 0.06);
    padding: 42px 36px;
    position: relative;
    text-align: center;
    z-index: 1;
}

@media (max-width: 767px) {
    .hirudo-approach-card {
        padding: 28px 18px;
        border-radius: 18px;
    }
}

.hirudo-approach-title {
    color: #5C1120;
    font-family: 'Cinzel', Georgia, serif;
    font-size: clamp(1.45rem, 2.3vw, 2.05rem);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 14px;
    letter-spacing: -0.01em;
}

/* Pathway Flow Timeline */
.hirudo-flow-timeline {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 22px auto 26px auto;
    max-width: 1100px;
}

.hirudo-flow-node {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    background: linear-gradient(135deg, #FAF7F2 0%, #FFFFFF 100%);
    border: 1.5px solid #E5D5C0;
    color: #5C1120;
    font-size: 14.5px;
    font-weight: 700;
    padding: 11px 20px;
    border-radius: 50px;
    box-shadow: 0 4px 14px rgba(92, 17, 32, 0.06);
    text-decoration: none !important;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}

.hirudo-flow-node-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #C6924B 0%, #851B2D 100%);
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13.5px;
    box-shadow: 0 3px 9px rgba(133, 27, 45, 0.22);
    transition: all 0.35s ease;
}

.hirudo-flow-node:hover {
    transform: translateY(-4px) scale(1.02);
    border-color: #C6924B;
    background: #FAF4EB;
    color: #851B2D;
    box-shadow: 0 10px 26px rgba(198, 146, 75, 0.28);
}

.hirudo-flow-node:hover .hirudo-flow-node-icon {
    transform: rotate(18deg) scale(1.12);
    background: linear-gradient(135deg, #851B2D 0%, #C6924B 100%);
}

.hirudo-flow-node.active-node {
    background: linear-gradient(135deg, #851B2D 0%, #5C1120 100%);
    color: #FFFFFF !important;
    border-color: #851B2D;
    box-shadow: 0 8px 24px rgba(133, 27, 45, 0.32);
    animation: activeGlow 3s infinite alternate ease-in-out;
}

@keyframes activeGlow {
    0% {
        box-shadow: 0 6px 18px rgba(133, 27, 45, 0.28);
    }
    100% {
        box-shadow: 0 10px 30px rgba(198, 146, 75, 0.45);
    }
}

.hirudo-flow-node.active-node .hirudo-flow-node-icon {
    background: #FFFFFF;
    color: #851B2D;
}

.hirudo-flow-arrow {
    color: #C6924B;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    animation: flowPulse 2s infinite ease-in-out;
}

@keyframes flowPulse {
    0%, 100% {
        transform: translateX(0);
        opacity: 0.65;
    }
    50% {
        transform: translateX(5px);
        opacity: 1;
        color: #851B2D;
    }
}

@media (max-width: 767px) {
    .hirudo-flow-timeline {
        flex-direction: column;
        gap: 12px;
    }
    .hirudo-flow-arrow {
        transform: rotate(90deg);
        animation: none;
    }
}

/* 5 Action Buttons Grid */
.hirudo-approach-btns-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.hirudo-approach-btns-grid a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 14.5px;
    font-weight: 600;
    padding: 13px 24px;
    border-radius: 10px;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hirudo-approach-btns-grid a i {
    font-size: 14px;
    transition: transform 0.25s ease;
}

.hirudo-approach-btns-grid a:hover i {
    transform: translateX(2px);
}




