/* ============================================================
   HERO.CSS — Section 1 (Green Gradient Background)
   Dr. Sk. Sarfaraz Ahmed — Family Physician, Naturopath & Nutrition Specialist
   ============================================================ */

.hero-section {
    min-height: 100vh;
    background: linear-gradient(145deg, #2F3A2F 0%, #3A4A35 50%, #1E2A1E 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 75px 0 25px;
    box-sizing: border-box;
}

/* ── Background Organic Shapes ──────────────────────────── */

.hero-bg-blob-1 {
    position: absolute;
    top: -10%;
    left: -8%;
    width: 600px;
    height: 600px;
    background: radial-gradient(ellipse at center, rgba(109, 138, 99, 0.3) 0%, transparent 70%);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    animation: anim-blob-morph 12s ease-in-out infinite;
    z-index: 0;
}

.hero-bg-blob-2 {
    position: absolute;
    bottom: -15%;
    right: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(ellipse at center, rgba(124, 154, 114, 0.25) 0%, transparent 70%);
    border-radius: 40% 60% 70% 30% / 50% 60% 40% 50%;
    animation: anim-blob-morph 16s ease-in-out infinite reverse;
    z-index: 0;
}

.hero-bg-dots {
    position: absolute;
    top: 20%;
    right: 48%;
    width: 160px;
    height: 160px;
    background-image: radial-gradient(circle, rgba(221, 230, 213, 0.25) 1.5px, transparent 1.5px);
    background-size: 18px 18px;
    z-index: 0;
}

.hero-bg-circle {
    position: absolute;
    top: 15%;
    left: 42%;
    width: 380px;
    height: 380px;
    border: 1px solid rgba(109, 138, 99, 0.2);
    border-radius: 50%;
    z-index: 0;
}

/* ── Inner Layout ───────────────────────────────────────── */

.hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
    width: 100%;
}

/* ── Left Column ────────────────────────────────────────── */

.hero-left-col {
    padding-right: 12px;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #7C9A72;
    margin-bottom: 8px;
}

.hero-eyebrow-dot {
    width: 7px;
    height: 7px;
    background-color: #6D8A63;
    border-radius: 50%;
    flex-shrink: 0;
}

.hero-eyebrow-line {
    width: 28px;
    height: 1.5px;
    background-color: #6D8A63;
}

.hero-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.1rem, 3.4vw, 3.4rem);
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.08;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}

.hero-heading-accent {
    color: #7C9A72;
    font-style: italic;
}

.hero-specialty-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.hero-specialty-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background-color: rgba(109, 138, 99, 0.28);
    color: #DDE6D5;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 50px;
    border: 1px solid rgba(109, 138, 99, 0.38);
}

.hero-specialty-tag-dot {
    width: 5px;
    height: 5px;
    background-color: #6D8A63;
    border-radius: 50%;
}

/* ── Hero Quote Card (Client Insight) ─────────────────── */

.hero-quote-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(221, 230, 213, 0.2);
    border-left: 3.5px solid #7C9A72;
    border-radius: 12px;
    padding: 10px 16px;
    margin-bottom: 12px;
    max-width: 510px;
}

.hero-quote-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7C9A72;
    margin-bottom: 2px;
}

.hero-quote-text {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.88rem;
    color: #FFFFFF;
    line-height: 1.48;
    margin: 0;
    font-style: italic;
}

.hero-quote-solution {
    color: #DDE6D5;
    font-weight: 700;
    font-style: normal;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: #6D8A63;
}

.hero-description {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.90rem;
    color: rgba(221, 230, 213, 0.88);
    line-height: 1.6;
    max-width: 490px;
    margin-bottom: 14px;
}

.hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.hero-btn-book {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #6D8A63;
    color: #FFFFFF;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.90rem;
    font-weight: 500;
    padding: 11px 25px;
    border-radius: 50px;
    border: 2px solid #6D8A63;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

.hero-btn-book:hover {
    background-color: #4D6845;
    border-color: #4D6845;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(109, 138, 99, 0.4);
}

.hero-btn-book-icon {
    width: 18px;
    height: 18px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hero-btn-programs {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: transparent;
    color: #DDE6D5;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.90rem;
    font-weight: 500;
    padding: 10px 22px;
    border-radius: 50px;
    border: 2px solid rgba(221, 230, 213, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.hero-btn-programs:hover {
    border-color: #DDE6D5;
    color: #FFFFFF;
    transform: translateY(-2px);
}

.hero-trust-bar {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 2px;
}

.hero-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-trust-icon {
    width: 32px;
    height: 32px;
    background-color: rgba(109, 138, 99, 0.25);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hero-trust-icon svg {
    width: 15px;
    height: 15px;
    stroke: #7C9A72;
    fill: none;
}

.hero-trust-text-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.02rem;
    font-weight: 700;
    color: #FFFFFF;
    display: block;
    line-height: 1.1;
}

.hero-trust-text-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.68rem;
    color: rgba(221, 230, 213, 0.75);
    display: block;
}

.hero-trust-divider {
    width: 1px;
    height: 26px;
    background-color: rgba(221, 230, 213, 0.25);
}

/* ── Right Column ───────────────────────────────────────── */

.hero-right-col {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image-frame {
    position: relative;
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
}

.hero-image-organic-bg {
    position: absolute;
    inset: -18px;
    background: linear-gradient(135deg, rgba(109, 138, 99, 0.35) 0%, rgba(124, 154, 114, 0.2) 100%);
    border-radius: 60% 40% 55% 45% / 50% 55% 45% 50%;
    animation: anim-blob-morph 14s ease-in-out infinite;
    z-index: 0;
}

.hero-doctor-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: top center;
    border-radius: 48% 52% 45% 55% / 50% 48% 52% 50%;
    animation: anim-blob-morph 18s ease-in-out infinite;
    border: 4px solid rgba(109, 138, 99, 0.35);
}

/* ── Floating Cards ─────────────────────────────────────── */

.hero-float-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
    z-index: 10;
    border: 1px solid rgba(230, 230, 230, 0.8);
    min-width: 175px;
}

.hero-float-card-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background-color: #DDE6D5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hero-float-card-icon svg {
    width: 19px;
    height: 19px;
    stroke: #6D8A63;
    fill: none;
}

.hero-float-card-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    color: #7C9A72;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: 2px;
}

.hero-float-card-value {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.12rem;
    font-weight: 700;
    color: #2F3A2F;
    display: block;
    line-height: 1.1;
}

.hero-float-card-diet {
    top: 6%;
    left: -7%;
    animation: anim-float 4s ease-in-out infinite;
}

.hero-float-card-years {
    bottom: 15%;
    left: -10%;
    animation: anim-float 5s ease-in-out infinite 1s;
}

.hero-float-card-patients {
    top: 14%;
    right: -7%;
    animation: anim-float 4.5s ease-in-out infinite 0.5s;
}

.hero-float-stars {
    display: flex;
    gap: 2px;
    margin-top: 3px;
}

.hero-float-stars span {
    color: #E8B84B;
    font-size: 0.75rem;
}

/* ── Responsive ─────────────────────────────────────────── */

@media (max-width: 991px) {
    .hero-section { padding: 100px 0 50px; min-height: auto; }
    .hero-inner { grid-template-columns: 1fr; text-align: center; gap: 36px; width: 100%; }
    .hero-left-col { padding-right: 0; order: 2; width: 100%; }
    .hero-right-col { order: 1; width: 100%; }
    .hero-specialty-tags { justify-content: center; }
    .hero-description { margin: 0 auto 24px; max-width: 100%; }
    .hero-cta-group { justify-content: center; }
    .hero-trust-bar { justify-content: center; flex-wrap: wrap; gap: 16px; }
    .hero-image-frame { max-width: 340px; }
    .hero-doctor-img { height: 360px; max-height: none; }
    .hero-float-card { padding: 8px 12px; min-width: auto; }
    .hero-float-card-diet { left: 0; top: 2%; }
    .hero-float-card-patients { right: 0; top: 38%; }
    .hero-float-card-years { left: 0; bottom: 2%; }
}

@media (max-width: 576px) {
    .hero-section { padding: 90px 0 40px; }
    .hero-left-col { padding: 0 10px; }
    .hero-heading { font-size: clamp(2rem, 8vw, 2.8rem); }
    .hero-description { font-size: 0.9rem; line-height: 1.6; max-width: 100%; padding: 0; margin-bottom: 20px; }
    .hero-trust-bar { flex-wrap: wrap; gap: 12px; }
    .hero-trust-divider { display: none; }
    .hero-image-frame { max-width: 270px; }
    .hero-doctor-img { height: 300px; }
    .hero-float-card {
        padding: 6px 10px;
        min-width: auto;
        border-radius: 12px;
        gap: 6px;
    }
    .hero-float-card-icon {
        width: 28px;
        height: 28px;
        border-radius: 8px;
    }
    .hero-float-card-icon svg {
        width: 13px;
        height: 13px;
    }
    .hero-float-card-label {
        font-size: 0.55rem;
    }
    .hero-float-card-value {
        font-size: 0.82rem;
    }
    .hero-float-stars span {
        font-size: 0.6rem;
    }
    .hero-float-card-diet {
        top: 2%;
        left: -4px;
    }
    .hero-float-card-patients {
        top: 38%;
        right: -4px;
    }
    .hero-float-card-years {
        bottom: 2%;
        left: -4px;
    }
}
