/* ============================================================
   PATIENT TESTIMONIALS — Dr. Kishor Tanir Dental Website
   Design: Luxury Editorial Magazine Spread (Zero Boxes, Zero Cards)
   Scope: .patient-testimonials
   ============================================================ */

.patient-testimonials {
    background: #FFFFFF;
    padding: 7rem 0 6rem;
    position: relative;
    overflow: hidden;
}

/* Subtle architectural ambient gradient */
.patient-testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle at 100% 0%, rgba(224, 242, 254, 0.45) 0%, transparent 70%);
    pointer-events: none;
}

/* Container layout constraint */
.patient-testimonials .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
}

/* ---- Section Header ---- */
.patient-testimonials__header {
    margin-bottom: 4rem;
    position: relative;
    z-index: 1;
}

.patient-testimonials__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    color: #0D9488;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 1rem;
}

.patient-testimonials__title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(2.25rem, 4vw, 3.25rem);
    font-weight: 800;
    color: #0F172A;
    letter-spacing: -0.035em;
    line-height: 1.12;
    margin: 0;
}

.patient-testimonials__title-accent {
    background: linear-gradient(135deg, #1A73E8, #0D9488);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ============================================================
   LUXURY EDITORIAL MAGAZINE SPREAD
   ============================================================ */
.editorial-spread {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4.5rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* ------------------------------------------------------------
   LEFT: HIGH-FASHION CLINICAL OUTCOME VISUAL
   ------------------------------------------------------------ */
.editorial-spread__visual-wrap {
    position: relative;
}

.editorial-spread__visual-frame {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    background: #F1F5F9;
    box-shadow: 0 24px 60px -12px rgba(15, 23, 42, 0.12);
    aspect-ratio: 4 / 3;
}

.editorial-spread__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
}

/* Floating verification tag on visual */
.editorial-spread__tag {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.95);
    padding: 0.55rem 1.15rem;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: #0F172A;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.editorial-spread__tag-dot {
    width: 7px;
    height: 7px;
    background: #10B981;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.25);
}

/* Decorative backdrop glow */
.editorial-spread__visual-wrap::after {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: 20px;
    bottom: 20px;
    background: linear-gradient(135deg, rgba(26, 115, 232, 0.08) 0%, rgba(13, 148, 136, 0.08) 100%);
    border-radius: 36px;
    z-index: -1;
}

/* ------------------------------------------------------------
   RIGHT: BESPOKE EDITORIAL TYPOGRAPHY
   ------------------------------------------------------------ */
.editorial-spread__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 380px;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

/* Meta Pill: Treatment & Index */
.editorial-spread__meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #E2E8F0;
}

.editorial-spread__treatment {
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    color: #1A73E8;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.editorial-spread__counter {
    font-family: 'Plus Jakarta Sans', monospace;
    font-size: 0.9rem;
    font-weight: 700;
    color: #94A3B8;
    letter-spacing: 0.08em;
}

.editorial-spread__counter-current {
    color: #0F172A;
}

/* Big Magazine Quote */
.editorial-spread__quote {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(1.4rem, 2.2vw, 1.85rem);
    font-weight: 600;
    color: #0F172A;
    line-height: 1.45;
    letter-spacing: -0.02em;
    margin: 0 0 2.5rem 0;
    font-style: normal;
}

/* Author Signature */
.editorial-spread__author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.editorial-spread__author-name {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    color: #0F172A;
    margin: 0;
    letter-spacing: -0.01em;
}

.editorial-spread__author-sub {
    font-family: 'Inter', sans-serif;
    font-size: 0.82rem;
    font-weight: 500;
    color: #64748B;
    margin: 0.2rem 0 0;
}

/* Navigation Controls (Minimalist Circular Arrows) */
.editorial-spread__controls {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.editorial-spread__btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1.5px solid #E2E8F0;
    color: #0F172A;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.editorial-spread__btn:hover {
    background: #0F172A;
    color: #FFFFFF;
    border-color: #0F172A;
    transform: scale(1.06);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.15);
}

.editorial-spread__btn svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 2.2;
    fill: none;
}

/* ============================================================
   MINIMALIST PATIENT TIMELINE INDEX (Below Spread)
   ============================================================ */
.editorial-index {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 4.5rem;
    padding-top: 2rem;
    border-top: 1px solid #E2E8F0;
}

.editorial-index__item {
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    transition: all 0.2s ease;
    opacity: 0.45;
}

.editorial-index__item:hover {
    opacity: 0.85;
}

.editorial-index__item.is-active {
    opacity: 1;
}

.editorial-index__line {
    width: 100%;
    height: 2px;
    background: #E2E8F0;
    border-radius: 2px;
    transition: background 0.25s ease;
}

.editorial-index__item.is-active .editorial-index__line {
    background: linear-gradient(90deg, #1A73E8, #0D9488);
    height: 3px;
}

.editorial-index__num {
    font-family: 'Plus Jakarta Sans', monospace;
    font-size: 0.75rem;
    font-weight: 700;
    color: #64748B;
}

.editorial-index__name {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #0F172A;
    letter-spacing: -0.01em;
}

.editorial-index__procedure {
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    color: #64748B;
}

/* ============================================================
   RESPONSIVE BREAKPOINTS
   ============================================================ */
@media (max-width: 991.98px) {
    .editorial-spread {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .editorial-spread__content {
        min-height: auto;
    }

    .editorial-index {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        margin-top: 3.5rem;
    }
}

@media (max-width: 575.98px) {
    .patient-testimonials {
        padding: 5rem 0 4rem;
    }

    .editorial-spread__quote {
        font-size: 1.25rem;
        line-height: 1.5;
        margin-bottom: 2rem;
    }

    .editorial-index {
        grid-template-columns: 1fr;
    }
}
