
/* =========================================
   TREATMENTS PAGE PREMIUM STYLES
   ========================================= */

/* Hero Section (Dark Theme) */
.treatments-hero-premium {
    background: linear-gradient(135deg, #FFFDF8 0%, #FDF4E3 40%, #F5EAD4 100%);
    position: relative;
    padding: 100px 0 160px;
    overflow: hidden;
}
.treatments-hero-premium::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: radial-gradient(circle at 80% 20%, rgba(207, 168, 110, 0.15) 0%, transparent 40%);
    pointer-events: none;
}
.treat-hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 2;
}
.treat-hero-content {
    flex: 1;
}
.treat-tagline {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #cfa86e;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
}
.treat-hero-content h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 68px;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.1;
    margin-bottom: 25px;
}
.treat-hero-content h1 span {
    color: #cfa86e;
}
.treat-hero-desc {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 540px;
}
.hero-feature-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.hero-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: calc(25% - 15px);
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(207, 168, 110, 0.2);
    border-radius: 12px;
    padding: 15px 10px;
    transition: all 0.3s ease;
}
.hero-badge:hover {
    background: rgba(207, 168, 110, 0.1);
    transform: translateY(-5px);
    border-color: rgba(207, 168, 110, 0.5);
}
.hero-badge i {
    color: #cfa86e;
    font-size: 24px;
    margin-bottom: 10px;
}
.hero-badge p {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.3;
    margin: 0;
}
.treat-hero-img {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.treat-hero-img img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    animation: floating 6s ease-in-out infinite;
}
@keyframes floating {
    0% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0); }
}

/* Floating Assistance Bar */
.assistance-bar-wrapper {
    position: relative;
    margin-top: -80px;
    z-index: 10;
    margin-bottom: 80px;
}
.assistance-bar {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border: 1px solid rgba(207, 168, 110, 0.3);
}
.assist-left {
    display: flex;
    align-items: center;
    gap: 20px;
}
.assist-icon-circle {
    width: 60px;
    height: 60px;
    background: #fdfaf5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cfa86e;
    font-size: 24px;
    border: 1px solid #f2e3cb;
}
.assist-text h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
}
.assist-text p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #666;
    margin: 0;
}
.assist-right {
    display: flex;
    align-items: center;
    gap: 30px;
}
.assist-phone {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: right;
}
.phone-details span {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.phone-details strong {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #1a1008;
}
.btn-gold {
    background: linear-gradient(135deg, #b07e2a 0%, #cfa86e 100%);
    color: #fff;
    padding: 14px 30px;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    border: none;
}
.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(207, 168, 110, 0.3);
    color: #fff;
}

/* Treatment Areas Grid (Attachment 1) */
.treatment-areas-section {
    padding: 60px 0;
    background: #fdfbf7;
}
.section-header-center {
    text-align: center;
    margin-bottom: 50px;
}
.section-header-center h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 56px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}
.section-header-center p {
    font-family: 'Inter', sans-serif;
    color: #666;
    font-size: 24px;
}
.t-areas-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.t-area-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    border: 1px solid #f0e6d6;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.t-area-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(207, 168, 110, 0.1);
    border-color: #cfa86e;
}
.t-area-card img {
    width: 160px;
    height: 160px;
    object-fit: contain;
    margin-bottom: 25px;
}
.t-area-card h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}
.t-area-card p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}
.t-area-card a {
    color: #cfa86e;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}
.t-area-card a i {
    transition: transform 0.3s ease;
}
.t-area-card a:hover {
    color: #b07e2a;
}
.t-area-card:hover a i {
    transform: translateX(5px);
}

/* Treatment Approach Timeline (Attachment 1) */
.treatment-approach-section {
    padding: 80px 0;
    background: #fff;
}
.approach-timeline {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 40px;
}
.approach-timeline::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 5%;
    right: 5%;
    height: 2px;
    background: repeating-linear-gradient(90deg, #cfa86e, #cfa86e 10px, transparent 10px, transparent 20px);
    z-index: 1;
}
.approach-step {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 0 15px;
}
.approach-icon {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #cfa86e;
    color: #cfa86e;
    font-size: 30px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    position: relative;
}
.approach-icon span {
    position: absolute;
    bottom: -10px;
    background: #1a1008;
    color: #cfa86e;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 10px;
}
.approach-step h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}
.approach-step p {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #666;
    line-height: 1.5;
}

/* Attachment 2 Integration: Specialised Treatment For */
.specialised-section {
    padding: 80px 0;
    background: #fdfaf5;
    border-top: 1px solid #f2e3cb;
    border-bottom: 1px solid #f2e3cb;
}
.spec-title-center {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #664c23;
    text-transform: uppercase;
    margin-bottom: 50px;
    letter-spacing: 1px;
}
.spec-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 60px;
    max-width: 900px;
    margin: 0 auto 60px;
}
.spec-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #4a3818;
    background: #fff;
    padding: 15px 25px;
    border-radius: 8px;
    border-left: 4px solid #cfa86e;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    transition: transform 0.3s ease;
}
.spec-item:hover {
    transform: translateX(10px);
}
.spec-item i {
    color: #cfa86e;
    font-size: 16px;
}

/* Diagnostic Procedures */
.diagnostic-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    max-width: 900px;
    margin: 80px auto;
}
.diag-list {
    flex: 1;
}
.diag-list h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #9c732a;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.diag-list-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #4a3818;
    margin-bottom: 25px;
}
.diag-list-item i {
    color: #cfa86e;
}
.diag-image {
    flex: 1;
    text-align: center;
}
.diag-image img {
    max-width: 280px;
    border-radius: 50%;
    padding: 30px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(156, 115, 42, 0.15);
    border: 1px solid #f2e3cb;
}
.diag-image p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-style: italic;
    color: #664c23;
    margin-top: 25px;
}

/* Stages of Liver Damage */
.stages-section {
    padding: 80px 0;
    background: #fff;
}
.stages-row {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 30px;
    margin-top: 50px;
}
.stage-card {
    text-align: center;
    flex: 1;
}
.stage-card img {
    width: 100px;
    height: auto;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}
.stage-card:hover img {
    transform: scale(1.1);
}
.stage-card h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #4a3818;
    margin: 0;
}
.stage-arrow-icon {
    color: #e1d3c0;
    font-size: 24px;
    margin-bottom: 40px;
}

/* Responsive */
@media (max-width: 1200px) {
    .t-areas-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 992px) {
    .t-areas-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .t-areas-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 992px) {
    .treat-hero-container {
        flex-direction: column;
        text-align: center;
        padding-top: 40px;
    }
    .hero-feature-badges {
        justify-content: center;
    }
    .hero-badge {
        width: calc(50% - 15px);
    }
    .assistance-bar {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    .assist-left {
        flex-direction: column;
    }
    .assist-right {
        flex-direction: column;
    }
    .approach-timeline {
        flex-direction: column;
        gap: 40px;
    }
    .approach-timeline::before {
        display: none;
    }
    .spec-grid {
        grid-template-columns: 1fr;
    }
    .diagnostic-container {
        flex-direction: column-reverse;
        text-align: center;
    }
    .diag-list-item {
        justify-content: center;
    }
    .stages-row {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .stage-arrow-icon {
        transform: rotate(90deg);
        margin-bottom: 0;
    }
}

/* Added for Mobile Adjustments (User Request) */
@media (max-width: 992px) {
    .treatments-hero-premium {
        padding: 60px 0 110px !important;
    }
    .treat-hero-img {
        margin-top: 15px;
        margin-bottom: -15px;
    }
    .treat-hero-img img {
        transform: scale(1.15);
    }
    .assist-phone {
        justify-content: center;
        text-align: left;
        margin-right: 15px; /* slight shift left */
    }
    .assist-phone .phone-details {
        text-align: left;
    }
}
