/* ============================================================
   HERO SECTION — Dr. Kishor Tanir Dental Website
   Design: Clean, Simple & Premium Medical Experience
   Scope: .hero-section
   ============================================================ */

/* ---- Base Container ---- */
.hero-section {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(180deg, #F8FAFC 0%, #EFF6FF 60%, #F8FAFC 100%);
    display: flex;
    align-items: center;
    padding: 7.5rem 0 3.5rem;
    overflow: hidden;
}

/* Subtle, soothing ambient light glows */
.hero-section::before {
    content: '';
    position: absolute;
    top: -10%;
    right: 15%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.hero-section::after {
    content: '';
    position: absolute;
    bottom: 5%;
    left: 10%;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(13, 148, 136, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.hero-section__container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* ============================================================
   CONTENT COLUMN (Left)
   ============================================================ */
.hero-section__content {
    max-width: 580px;
}

/* Status Pill */
.hero-section__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 1rem;
    background: #ffffff;
    border: 1px solid #E2E8F0;
    border-radius: 50px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
    margin-bottom: 1.5rem;
}

.hero-section__badge-dot {
    width: 8px;
    height: 8px;
    background-color: #10B981;
    border-radius: 50%;
    position: relative;
}

.hero-section__badge-dot::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background-color: rgba(16, 185, 129, 0.35);
    animation: hero-dot-pulse 2s ease-in-out infinite;
}

@keyframes hero-dot-pulse {
    0%, 100% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.6); opacity: 0; }
}

.hero-section__badge-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    color: #334155;
    letter-spacing: 0.02em;
}

/* Main Headline */
.hero-section__title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(2.5rem, 4.5vw, 3.85rem);
    font-weight: 800;
    color: #0F172A;
    line-height: 1.12;
    letter-spacing: -0.035em;
    margin-bottom: 1.25rem;
}

.hero-section__title-highlight {
    background: linear-gradient(135deg, #1A73E8 0%, #0D9488 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Descriptive paragraph */
.hero-section__desc {
    font-family: 'Inter', sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    color: #475569;
    line-height: 1.75;
    margin-bottom: 2rem;
    max-width: 520px;
}

/* Action Buttons */
.hero-section__actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2.25rem;
}

.hero-section__btn-primary {
    font-family: 'Inter', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #ffffff;
    background: #0F172A;
    border: none;
    padding: 0.9rem 1.75rem;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.15);
}

.hero-section__btn-primary:hover {
    background: #1A73E8;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(26, 115, 232, 0.3);
}

.hero-section__btn-primary-icon {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 2.2;
    fill: none;
    transition: transform 0.2s ease;
}

.hero-section__btn-primary:hover .hero-section__btn-primary-icon {
    transform: translateX(3px);
}

.hero-section__btn-secondary {
    font-family: 'Inter', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1E293B;
    background: #ffffff;
    border: 1.5px solid #E2E8F0;
    padding: 0.875rem 1.625rem;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
}

.hero-section__btn-secondary:hover {
    background: #F8FAFC;
    border-color: #CBD5E1;
    color: #0F172A;
}

.hero-section__btn-secondary-icon {
    width: 17px;
    height: 17px;
    stroke: #1A73E8;
    stroke-width: 2;
    fill: none;
}

/* Social Proof & Trust Strip */
.hero-section__trust {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding-top: 1.5rem;
    border-top: 1px solid #E2E8F0;
}

.hero-section__trust-rating {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.hero-section__stars {
    display: flex;
    gap: 2px;
    color: #F59E0B;
}

.hero-section__stars svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.hero-section__trust-score {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    color: #0F172A;
}

.hero-section__trust-divider {
    width: 1px;
    height: 20px;
    background: #CBD5E1;
}

.hero-section__trust-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.8125rem;
    color: #64748B;
}

.hero-section__trust-text strong {
    color: #1E293B;
    font-weight: 600;
}

/* ============================================================
   IMAGE COLUMN (Right) — Clean & Elegant
   ============================================================ */
.hero-section__image-col {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-section__image-card {
    position: relative;
    width: 100%;
    max-width: 440px;
    height: 520px;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
    border: 4px solid #ffffff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section__doctor-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    border-radius: 24px;
}

/* Clean Doctor Image Placeholder */
.hero-section__image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #F1F5F9 0%, #E2E8F0 100%);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    padding: 2rem;
    text-align: center;
}

.hero-section__placeholder-icon {
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.hero-section__placeholder-icon svg {
    width: 42px;
    height: 42px;
    stroke: #1A73E8;
    fill: none;
    stroke-width: 1.6;
}

.hero-section__placeholder-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #0F172A;
    margin: 0;
}

.hero-section__placeholder-sub {
    font-family: 'Inter', sans-serif;
    font-size: 0.8125rem;
    color: #64748B;
    line-height: 1.5;
    margin: 0;
}

.hero-section__placeholder-path {
    font-family: monospace;
    font-size: 0.72rem;
    background: #ffffff;
    padding: 0.3rem 0.6rem;
    border-radius: 6px;
    color: #1A73E8;
    border: 1px dashed #CBD5E1;
}

/* Floating Badge 1: Experience (Bottom Left) */
.hero-section__float-exp {
    position: absolute;
    bottom: 2rem;
    left: -1rem;
    background: #ffffff;
    padding: 0.875rem 1.25rem;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
    border: 1px solid #F1F5F9;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    z-index: 2;
}

.hero-section__float-icon {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #1A73E8 0%, #0D9488 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(26, 115, 232, 0.3);
}

.hero-section__float-icon svg {
    width: 22px;
    height: 22px;
    fill: #ffffff;
}

.hero-section__float-value {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    color: #0F172A;
    line-height: 1.1;
}

.hero-section__float-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    color: #64748B;
    margin-top: 2px;
}

/* Floating Badge 2: Doctor Credential (Top Right) */
.hero-section__float-cred {
    position: absolute;
    top: 2.5rem;
    right: -1rem;
    background: #ffffff;
    padding: 0.625rem 1rem;
    border-radius: 50px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    border: 1px solid #F1F5F9;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    z-index: 2;
}

.hero-section__float-cred-dot {
    width: 7px;
    height: 7px;
    background: #1A73E8;
    border-radius: 50%;
}

.hero-section__float-cred-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: #1E293B;
}

/* ============================================================
   BOTTOM STATS STRIP
   ============================================================ */
.hero-section__stats-strip {
    margin-top: 4rem;
    padding: 1.75rem 2rem;
    background: #ffffff;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.03);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.hero-section__stat-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0 1rem;
}

.hero-section__stat-item:not(:last-child) {
    border-right: 1px solid #F1F5F9;
}

.hero-section__stat-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #F0F7FF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hero-section__stat-icon-wrap svg {
    width: 22px;
    height: 22px;
    stroke: #1A73E8;
    fill: none;
    stroke-width: 2;
}

.hero-section__stat-number {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.625rem;
    font-weight: 800;
    color: #0F172A;
    line-height: 1;
    letter-spacing: -0.02em;
}

.hero-section__stat-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.8125rem;
    color: #64748B;
    margin-top: 0.25rem;
}

/* ============================================================
   RESPONSIVE STYLES
   ============================================================ */
@media (max-width: 991.98px) {
    .hero-section {
        padding: 6.5rem 0 3rem;
        min-height: auto;
    }

    .hero-section__content {
        max-width: 100%;
        text-align: center;
        margin-bottom: 3rem;
    }

    .hero-section__badge {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-section__desc {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-section__actions {
        justify-content: center;
    }

    .hero-section__trust {
        justify-content: center;
    }

    .hero-section__image-card {
        height: 440px;
    }

    .hero-section__float-exp {
        left: 0.5rem;
        bottom: 1rem;
    }

    .hero-section__float-cred {
        right: 0.5rem;
        top: 1rem;
    }

    .hero-section__stats-strip {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        margin-top: 3rem;
        padding: 1.5rem;
    }

    .hero-section__stat-item:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #F1F5F9;
        padding-bottom: 1.25rem;
    }
}

@media (max-width: 575.98px) {
    .hero-section__title {
        font-size: 2.25rem;
    }

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

    .hero-section__btn-primary,
    .hero-section__btn-secondary {
        width: 100%;
        justify-content: center;
    }

    .hero-section__image-card {
        height: 380px;
    }
}
