/* ============================================================
   PanggilDokter — PREMIUM PUBLIC DESIGN SYSTEM
   Version 5.0 | Refined Medical Elegance · Modern Soft UI
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,800;1,400&family=Inter:wght@300;400;500;600;700;800&display=swap');

/* ── TOKENS ─────────────────────────────────────────────── */
:root {
    /* Brand — Medical Teal */
    --teal-50:  #f0fdfa;
    --teal-100: #ccfbf1;
    --teal-200: #99f6e4;
    --teal-300: #5eead4;
    --teal-400: #2dd4bf;
    --teal-500: #14b8a6;
    --teal-600: #0d9488;
    --teal-700: #0f766e;
    --teal-800: #115e59;
    --teal-900: #042f2e;

    /* Secondary – Medical Blue */
    --blue-500: #3b82f6;
    --blue-600: #2563eb;
    --blue-700: #1d4ed8;
    --blue-100: #dbeafe;
    --blue-50:  #eff6ff;

    /* Accent – Warm Gold */
    --gold-500: #d97706;
    --gold-400: #f59e0b;
    --gold-100: #fef3c7;
    --gold-50:  #fffbeb;

    /* Neutral */
    --white:    #ffffff;
    --gray-50:  #f8fafc;
    --gray-100: #f1f5f9;
    --gray-200: #e2e8f0;
    --gray-300: #cbd5e1;
    --gray-400: #94a3b8;
    --gray-500: #64748b;
    --gray-600: #475569;
    --gray-700: #334155;
    --gray-800: #1e293b;
    --gray-900: #0f172a;
    --gray-950: #020617;

    /* Semantic */
    --primary:        var(--teal-600);
    --primary-dark:   var(--teal-700);
    --primary-light:  var(--teal-500);
    --primary-faint:  var(--teal-50);
    --primary-soft:   var(--teal-100);

    --text-dark:    var(--gray-900);
    --text-body:    var(--gray-600);
    --text-muted:   var(--gray-400);
    --text-tertiary:var(--gray-500);

    --bg-page:      #fafefd;
    --bg-white:     #ffffff;
    --bg-section:   #f6fbfa;
    --bg-alt:       #f3faf8;

    --border:       rgba(15, 107, 101, 0.10);
    --border-teal:  rgba(15, 158, 149, 0.2);
    --border-light: rgba(255,255,255,0.85);

    /* Radius */
    --r-xs:   6px;
    --r-sm:   8px;
    --r-md:   12px;
    --r-lg:   18px;
    --r-xl:   24px;
    --r-2xl:  32px;
    --r-full: 9999px;

    /* Shadows */
    --shadow-xs:  0 1px 3px rgba(0,0,0,0.04);
    --shadow-sm:  0 2px 8px rgba(15, 40, 50, 0.05);
    --shadow-md:  0 8px 24px rgba(15, 40, 50, 0.07);
    --shadow-lg:  0 16px 40px rgba(15, 40, 50, 0.1);
    --shadow-xl:  0 24px 60px rgba(15, 40, 50, 0.14);
    --shadow-2xl: 0 32px 80px rgba(15, 40, 50, 0.16);
    --shadow-teal: 0 12px 32px rgba(15, 158, 149, 0.22);

    /* Motion */
    --ease:        cubic-bezier(0.4, 0, 0.2, 1);
    --ease-out:    cubic-bezier(0.16, 1, 0.3, 1);
    --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
    --dur:         0.3s;

    --nav-h: 130px;

    --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-display: 'Nunito', 'Inter', sans-serif;
}

/* ── RESET ──────────────────────────────────────────────── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; overflow-x: hidden; }
body {
    font-family: var(--font-sans);
    color: var(--text-body);
    background: linear-gradient(180deg, var(--bg-page) 0%, #f4faf9 100%);
    line-height: 1.55;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; display: block; }
a   { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    line-height: 1.2;
    color: var(--text-dark);
    font-weight: 700;
    letter-spacing: -0.02em;
}

::selection { background: var(--teal-400); color: #fff; }

/* ── SCROLLBAR ─────────────────────────────────────────── */
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: var(--gray-50); }
::-webkit-scrollbar-thumb { background: var(--teal-400); border-radius: 8px; border: 2px solid var(--gray-50); }
::-webkit-scrollbar-thumb:hover { background: var(--teal-600); }

/* ── UTILITIES ─────────────────────────────────────────── */
.container { max-width: 1180px; margin: 0 auto; padding: 0 1.5rem; }
.text-center { text-align: center; }

.gradient-text {
    background: linear-gradient(135deg, var(--teal-600) 0%, var(--blue-600) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.section { padding: 3.5rem 0; }

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-sans);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--teal-700);
    margin-bottom: 0.95rem;
    padding: 0.4rem 1rem;
    background: var(--teal-50);
    border: 1px solid var(--border-teal);
    border-radius: var(--r-full);
}
.section-eyebrow i { font-size: 0.7rem; }

.section-title {
    font-size: clamp(2rem, 3.4vw, 2.85rem);
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.95rem;
    line-height: 1.12;
    letter-spacing: -0.025em;
}

.section-sub {
    font-family: var(--font-sans);
    font-size: 1.02rem;
    color: var(--text-body);
    max-width: 580px;
    line-height: 1.55;
}

.section-head { text-align: center; margin-bottom: 3.5rem; }
.section-head .section-sub { margin: 0 auto; }
.section-head.left { text-align: left; }
.section-head.left .section-sub { margin: 0; }

/* Teal divider */
.teal-divider {
    width: 56px; height: 3px;
    background: linear-gradient(90deg, var(--teal-500), var(--blue-500));
    border-radius: 3px;
    margin: 1rem auto 1.6rem;
}
.teal-divider.left { margin-left: 0; }

/* ── BUTTONS ───────────────────────────────────────────── */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.9rem 2rem;
    border-radius: var(--r-full);
    font-family: var(--font-sans);
    font-size: 0.92rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all var(--dur) var(--ease);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 0.005em;
    line-height: 1.4;
}
.btn::after {
    content: '';
    position: absolute; inset: 0;
    background: rgba(255,255,255,0);
    transition: background 0.2s;
}
.btn:hover::after { background: rgba(255,255,255,0.1); }

.btn-primary {
    background: linear-gradient(135deg, var(--teal-500) 0%, var(--teal-700) 100%);
    color: #fff;
    box-shadow: 0 14px 32px rgba(13, 148, 136, 0.32);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 42px rgba(13, 148, 136, 0.4);
    color: #fff;
}

.btn-secondary {
    background: rgba(31, 165, 155, 0.08);
    color: var(--teal-700);
    border: 1.5px solid rgba(31, 165, 155, 0.22);
    box-shadow: 0 8px 24px rgba(31, 96, 92, 0.06);
}
.btn-secondary:hover {
    background: rgba(31, 165, 155, 0.14);
    border-color: rgba(31, 165, 155, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(31, 96, 92, 0.12);
    color: var(--teal-700);
}

.btn-white {
    background: #fff;
    color: var(--teal-700);
    box-shadow: var(--shadow-lg);
}
.btn-white:hover {
    background: var(--teal-50);
    transform: translateY(-2px);
    box-shadow: var(--shadow-xl);
    color: var(--teal-700);
}

.btn-outline-white {
    background: rgba(255,255,255,0.15);
    color: #fff;
    border: 2px solid rgba(255,255,255,0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.btn-outline-white:hover {
    background: rgba(255,255,255,0.25);
    border-color: rgba(255,255,255,0.85);
    transform: translateY(-2px);
    color: #fff;
}

.btn-lg  { padding: 1.1rem 2.4rem; font-size: 0.98rem; }
.btn-sm  { padding: 0.65rem 1.4rem; font-size: 0.84rem; }
.btn-icon { width: 44px; height: 44px; padding: 0; }

/* ── HEADER ────────────────────────────────────────────── */
header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    height: var(--nav-h);
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid rgba(31, 58, 70, 0.06);
    transition: all 0.35s var(--ease);
    box-shadow: 0 8px 24px rgba(15, 30, 40, 0.04);
}
header.scrolled {
    background: rgba(255,255,255,0.98);
    box-shadow: var(--shadow-md);
    border-bottom-color: var(--border-teal);
}

.nav-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-dark);
    text-decoration: none;
    flex-shrink: 0;
    letter-spacing: -0.02em;
}

.logo-img {
    height: auto;
    max-height: 120px;
    width: auto;
    max-width: 280px;
    min-width: 0; /* Prevent overflow in flex containers */
    mix-blend-mode: multiply;
    object-fit: contain;
    flex-shrink: 1;
    transition: transform 0.3s var(--ease-spring);
    display: block;
}

.logo:hover .logo-img {
    transform: scale(1.05);
}

.logo-icon {
    width: 42px; height: 42px;
    background: linear-gradient(135deg, var(--teal-500) 0%, var(--teal-700) 100%);
    border-radius: 11px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1rem;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 6px 16px rgba(15, 158, 149, 0.35);
    transition: transform 0.3s var(--ease-spring);
}
.logo:hover .logo-icon { transform: rotate(-10deg) scale(1.05); }
.logo .gradient-text {
    background: linear-gradient(135deg, var(--teal-600), var(--blue-500));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 0.15rem;
}

.nav-links a {
    font-family: var(--font-sans);
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--gray-600);
    padding: 0.55rem 1rem;
    border-radius: var(--r-full);
    transition: all 0.25s var(--ease);
    position: relative;
}
.nav-links a:hover,
.nav-links a.active {
    color: var(--teal-600);
    background: rgba(31, 165, 155, 0.1);
}

.nav-cta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

/* Hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: var(--r-sm);
    transition: background var(--dur);
}
.hamburger:hover { background: var(--teal-50); }
.hamburger span {
    display: block;
    width: 22px; height: 2px;
    background: var(--gray-700);
    border-radius: 2px;
    transition: all 0.3s var(--ease);
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    top: var(--nav-h);
    left: 0; right: 0;
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 1.5rem 1.5rem 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    transform: translateY(-110%);
    transition: transform 0.4s var(--ease);
    z-index: 999;
    box-shadow: var(--shadow-xl);
    max-height: calc(100vh - var(--nav-h));
    overflow-y: auto;
}
.mobile-menu.open { transform: translateY(0); }

.mobile-link {
    font-family: var(--font-sans);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--gray-700);
    padding: 0.95rem 1rem;
    border-radius: var(--r-md);
    display: flex;
    align-items: center;
    gap: 0.8rem;
    transition: all 0.2s;
}
.mobile-link:hover { background: var(--teal-50); color: var(--teal-600); }
.mobile-link i { width: 20px; color: var(--teal-500); }

/* ── STICKY CTA BAR (AFTER HERO) ────────────────────────────── */
.sticky-cta {
    position: fixed;
    top: var(--nav-h);
    left: 0;
    right: 0;
    z-index: 900;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(31, 165, 155, 0.1);
    padding: 0.75rem 0;
    transform: translateY(-100%);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.sticky-cta.show {
    transform: translateY(0);
}

.sticky-cta-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.sticky-cta-text {
    flex: 1;
    min-width: 200px;
}

.sticky-cta-title {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.25rem;
}

.sticky-cta-subtitle {
    font-size: 0.85rem;
    color: var(--teal-600);
    font-weight: 600;
}

.sticky-cta-buttons {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.sticky-cta-btn {
    padding: 0.65rem 1.5rem;
    border-radius: var(--r-full);
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.sticky-cta-btn-whatsapp {
    background: #25D366;
    color: white;
    box-shadow: 0 4px 12px rgba(37,211,102,0.3);
}

.sticky-cta-btn-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(37,211,102,0.4);
}

.sticky-cta-btn-phone {
    background: white;
    color: var(--teal-700);
    border: 2px solid var(--teal-500);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.sticky-cta-btn-phone:hover {
    background: var(--teal-50);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .sticky-cta-inner {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    .sticky-cta-title {
        font-size: 1rem;
        margin-bottom: 0;
    }
    .sticky-cta-subtitle {
        display: none;
    }
    .sticky-cta-buttons {
        justify-content: center;
        width: 100%;
    }
    .sticky-cta-buttons .sticky-cta-btn {
        flex: 1;
        justify-content: center;
    }
}

/* ── HERO SECTION STARTS HERE ─────────────────────���────────── */
.hero {
    min-height: 60vh; /* DITURUNKAN dari 95vh ke 75vh */
    max-height: none;
    background:
        linear-gradient(135deg, #fafefd 0%, #f0fbfa 50%, #e8f9f7 100%),
        radial-gradient(1000px circle at 10% 20%, rgba(20,184,166,0.05) 0%, transparent 50%),
        radial-gradient(800px circle at 90% 80%, rgba(59,130,246,0.05) 0%, transparent 50%);
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: calc(var(--nav-h) + 1.5rem); /* dikurangi sedikit */
    padding-bottom: 3rem; /* dikurangi dari 4rem */
}

/* Enhanced floating decorative elements */
.hero::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(20,184,166,0.08) 0%, transparent 70%);
    border-radius: 50%;
    animation: floatY 12s ease-in-out infinite;
    z-index: 0;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: -15%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(59,130,246,0.06) 0%, transparent 70%);
    border-radius: 50%;
    animation: floatY 10s ease-in-out infinite reverse;
    z-index: 0;
}

.hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.hero-bg::before {
    content: '';
    position: absolute;
    top: -15%; right: -5%;
    width: 720px; height: 720px;
    background: radial-gradient(circle, rgba(20,184,166,0.15) 0%, transparent 65%);
    border-radius: 50%;
    animation: floatY 8s ease-in-out infinite;
}
.hero-bg::after {
    content: '';
    position: absolute;
    bottom: -20%; left: -8%;
    width: 580px; height: 580px;
    background: radial-gradient(circle, rgba(59,130,246,0.1) 0%, transparent 65%);
    border-radius: 50%;
    animation: floatY 10s ease-in-out infinite reverse;
}
@keyframes floatY {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(20px, -30px); }
}

.hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 2.5rem;
    padding: 1.5rem 1.5rem 1rem;
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.6rem 1.15rem;
    background: rgba(255,255,255,0.95);
    border: 1px solid rgba(31, 165, 155, 0.15);
    border-radius: var(--r-full);
    font-family: var(--font-sans);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--teal-700);
    margin-bottom: 1rem;
    box-shadow: 0 12px 28px rgba(15, 40, 50, 0.07);
}
.hero-badge .dot {
    width: 8px; height: 8px;
    background: var(--teal-500);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(34,197,94,0.2);
    animation: blink 2s infinite;
    flex-shrink: 0;
}
@keyframes blink {
    0%, 100% { box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.25); }
    50%      { box-shadow: 0 0 0 7px rgba(20, 184, 166, 0.08); }
}

/* ── Hero Title (Judul Section — big, prominent) ── */
.hero-title {
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 3.5vw, 2.4rem);
    letter-spacing: -0.02em;
    font-weight: 800;
    line-height: 1.18;
    color: var(--text-dark);
    margin-bottom: 1rem;
    max-width: 520px;
}

.hero-title .line {
    display: block;
    position: relative;
}

.hero-title .animated-word {
    display: inline-block;
    font-weight: 800;
    will-change: transform, opacity;
    animation: heroWordReveal 0.8s var(--ease-out) both;
}

/* Staggered delays for each line */
.hero-title .line:nth-child(1) .animated-word { animation-delay: 0.1s; }
.hero-title .line:nth-child(2) .animated-word { animation-delay: 0.3s; }

@keyframes heroWordReveal {
    0% {
        opacity: 0;
        transform: translateY(30px);
        filter: blur(4px);
    }
    50% {
        filter: blur(0px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0px);
    }
}

/* ── Hero Divider (animated gradient line) ── */
.hero-divider {
    margin-bottom: 0.85rem;
    animation: heroFadeIn 0.6s var(--ease-out) 0.5s both;
}

.hero-divider span {
    display: block;
    width: 0;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--teal-500), var(--blue-500), var(--teal-400));
    background-size: 200% 100%;
    animation: dividerExpand 0.8s var(--ease-out) 0.55s forwards,
               dividerShimmer 3s ease-in-out 1.4s infinite;
}

@keyframes dividerExpand {
    0%   { width: 0; }
    100% { width: 72px; }
}

@keyframes dividerShimmer {
    0%, 100% { background-position: 0% 50%; }
    50%      { background-position: 100% 50%; }
}

/* ── Hero Eyebrow (Subtitle — elegant, below title) ── */
.hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-family: var(--font-sans);
    font-size: clamp(0.95rem, 2vw, 1.15rem);
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--teal-700);
    margin-bottom: 1.5rem;
    animation: heroFadeIn 0.7s var(--ease-out) 0.7s both;
}

.hero-eyebrow-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    font-size: 0.55rem;
    color: var(--teal-500);
    background: var(--teal-50);
    border: 1px solid rgba(20, 184, 166, 0.2);
    border-radius: 50%;
    flex-shrink: 0;
    animation: iconSpin 0.8s var(--ease-out) 0.85s both;
}

@keyframes iconSpin {
    0%   { transform: rotate(-180deg) scale(0); opacity: 0; }
    60%  { transform: rotate(15deg) scale(1.15); opacity: 1; }
    100% { transform: rotate(0deg) scale(1); opacity: 1; }
}

@keyframes heroFadeIn {
    0%   { opacity: 0; transform: translateY(10px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* ── Hero Description ── */
.hero-desc {
    font-family: var(--font-sans);
    font-size: clamp(1rem, 2.5vw, 1.12rem);
    color: var(--text-body);
    max-width: 540px;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    animation: heroFadeIn 0.8s var(--ease-out) 0.9s both;
}

@keyframes descFadeIn {
    to { opacity: 1; transform: translateY(0); }
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
    align-items: center;
    opacity: 0;
    animation: actionsFadeIn 0.8s var(--ease-out) 1s forwards;
}

@keyframes actionsFadeIn {
    to { opacity: 1; transform: translateY(0); }
}

/* Enhanced button effects */
.btn-primary {
    background: linear-gradient(135deg, var(--teal-500) 0%, var(--teal-600) 50%, var(--teal-700) 100%);
    color: #fff;
    box-shadow: 0 14px 32px rgba(13, 148, 136, 0.35), 0 0 0 1px rgba(255,255,255,0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 20px 45px rgba(13, 148, 136, 0.45), 0 0 0 2px rgba(255,255,255,0.3);
}

.btn-secondary {
    background: rgba(255,255,255,0.95);
    color: var(--teal-700);
    border: 2px solid rgba(13, 148, 136, 0.2);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: var(--teal-50);
    border-color: var(--teal-500);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(13, 148, 136, 0.2);
}

.btn-lg {
    padding: 1rem 2.5rem;
    font-size: 1rem;
    font-weight: 600;
}

.hero-trust {
    display: flex;
    align-items: center;
    gap: 1rem;
    opacity: 0;
    animation: fadeUp 0.7s var(--ease-out) 0.7s forwards;
    background: rgba(255,255,255,0.98);
    padding: 1rem 1.5rem;
    border-radius: var(--r-full);
    border: 1px solid rgba(31, 165, 155, 0.12);
    box-shadow: 0 20px 50px rgba(15, 40, 50, 0.08);
    width: fit-content;
}
@keyframes fadeUp { from { opacity:0; transform:translateY(16px); } to { opacity:1; transform:translateY(0); } }

.trust-avatars { display: flex; align-items: center; gap: -10px; flex-wrap: wrap; justify-content: center; }
.trust-avatars img {
    width: 44px; height: 44px;
    border-radius: 50%;
    border: 3px solid var(--white);
    object-fit: cover;
    box-shadow: 0 3px 12px rgba(0,0,0,0.15), inset 0 0 0 2px rgba(255,255,255,0.5);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(135deg, var(--teal-100), var(--blue-100));
}

.trust-avatars img:hover {
    transform: translateY(-6px) scale(1.15);
    box-shadow: 0 6px 20px rgba(0,0,0,0.25), inset 0 0 0 3px rgba(255,255,255,0.7);
    z-index: 10;
}

.trust-avatars img:nth-child(2) { animation-delay: 0.1s; }
.trust-avatars img:nth-child(3) { animation-delay: 0.2s; }

.trust-text {
    font-family: var(--font-sans);
    font-size: 0.9rem;
    color: var(--gray-600);
    line-height: 1.6;
    text-align: center;
    padding: 0.5rem;
}

.trust-stars {
    color: var(--gold-500);
    letter-spacing: 2px;
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
    opacity: 0;
    animation: starsFadeIn 0.6s ease-out 0.9s forwards;
}

@keyframes starsFadeIn {
    to { opacity: 1; }
}

.trust-text { font-family: var(--font-sans); font-size: 0.82rem; color: var(--gray-600); }
.trust-stars { color: var(--gold-400); letter-spacing: 1px; font-size: 0.85rem; margin-bottom: 0.1rem; }
.trust-text strong { color: var(--teal-600); font-weight: 700; }

/* Hero Visual */
.hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 540px;
}

.hero-img-wrap {
    position: relative;
    width: 100%; max-width: 540px;
    border-radius: var(--r-2xl);
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(15, 40, 50, 0.12);
    border: 1px solid rgba(31, 165, 155, 0.12);
}
.hero-img-wrap::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, transparent 65%, rgba(255,255,255,0.5) 100%);
    pointer-events: none;
}
.hero-img-wrap img {
    width: 100%; height: 440px;
    object-fit: cover; display: block;
    transition: transform 0.6s var(--ease);
}
.hero-img-wrap:hover img { transform: scale(1.04); }

/* Floating cards */
.float-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0.95rem;
    padding: 1.1rem 1.35rem;
    background: rgba(255,255,255,0.98);
    border: 1px solid rgba(31, 165, 155, 0.15);
    border-radius: var(--r-lg);
    box-shadow: 0 24px 60px rgba(15, 40, 50, 0.1);
    min-width: 200px;
    opacity: 0;
    transition: opacity 0.5s, transform 0.6s var(--ease-spring);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.float-card.is-visible { opacity: 1; transform: none !important; }
.float-card.card-1 { top: 8%; left: -8%; transform: translateX(-30px); }
.float-card.card-2 { top: 48%; right: -10%; transform: translateX(30px); }
.float-card.card-3 { bottom: 10%; left: -6%; transform: translateX(-30px); }

.float-card:hover {
    transform: translateY(-4px) scale(1.03) !important;
    box-shadow: 0 30px 70px rgba(15, 40, 50, 0.16);
}

.fc-icon {
    width: 42px; height: 42px; flex-shrink: 0;
    border-radius: var(--r-md);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.05rem;
}
.fc-icon.teal { background: linear-gradient(135deg, var(--teal-50), var(--teal-100)); color: var(--teal-600); }
.fc-icon.gold { background: linear-gradient(135deg, var(--gold-50), var(--gold-100)); color: var(--gold-500); }
.fc-icon.blue { background: linear-gradient(135deg, var(--blue-50), var(--blue-100)); color: var(--blue-600); }

.fc-info h5 {
    font-family: var(--font-sans);
    font-size: 0.85rem; font-weight: 700;
    color: var(--text-dark); margin-bottom: 0.1rem;
    letter-spacing: -0.01em;
}
.fc-info p { font-family: var(--font-sans); font-size: 0.72rem; color: var(--text-muted); }

/* ── STATS STRIP ───────────────────────────────────────── */
.stats-strip {
    background: linear-gradient(135deg, var(--teal-600) 0%, var(--teal-700) 50%, var(--teal-800) 100%);
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
}
.stats-strip::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(255,255,255,0.08), transparent 40%),
        radial-gradient(circle at 80% 50%, rgba(255,255,255,0.06), transparent 40%);
    pointer-events: none;
}
.stats-strip::after {
    content: '';
    position: absolute; inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    position: relative;
}
.stat-item {
    text-align: center;
    padding: 1rem;
    position: relative;
}
.stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0; top: 18%; bottom: 18%;
    width: 1px;
    background: rgba(255,255,255,0.2);
}
.stat-number {
    font-family: var(--font-display);
    font-size: 3rem; font-weight: 700;
    color: #fff;
    line-height: 1; margin-bottom: 0.5rem;
    letter-spacing: -0.03em;
}
.stat-number .suffix { font-size: 1.9rem; opacity: 0.85; }
.stat-label {
    font-family: var(--font-sans);
    font-size: 0.82rem;
    color: rgba(255,255,255,0.78);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 500;
}

/* ── ABOUT ─────────────────────────────────────────────── */
.about { background: var(--bg-alt); }
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.about-img-block { position: relative; }

.about-img-frame {
    border-radius: var(--r-xl);
    overflow: hidden;
    box-shadow: var(--shadow-2xl);
    position: relative;
}
.about-img-frame::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(20,184,166,0.1), transparent 50%);
    z-index: 1;
    pointer-events: none;
}
.about-img-frame img {
    width: 100%; height: 520px;
    object-fit: cover; display: block;
    transition: transform 0.6s var(--ease);
}
.about-img-frame:hover img { transform: scale(1.04); }

.exp-badge {
    position: absolute;
    bottom: -22px; right: -22px;
    background: linear-gradient(135deg, var(--teal-500) 0%, var(--teal-700) 100%);
    color: #fff;
    border-radius: var(--r-lg);
    padding: 1.4rem 1.7rem;
    text-align: center;
    box-shadow: 0 8px 24px rgba(13, 148, 136, 0.4), inset 0 1px 0 rgba(255,255,255,0.2);
    border: 3px solid var(--white);
    z-index: 2;
    animation: badgePulse 3s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 8px 24px rgba(13, 148, 136, 0.4), inset 0 1px 0 rgba(255,255,255,0.2);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 12px 32px rgba(13, 148, 136, 0.5), inset 0 1px 0 rgba(255,255,255,0.3);
    }
}

.exp-badge .num {
    font-family: var(--font-display);
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.exp-badge .lbl {
    font-family: var(--font-sans);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 0.4rem;
    opacity: 0.95;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/* Hours badge animation */
.hours-badge {
    position: absolute;
    top: 28px; left: -22px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    padding: 1rem 1.2rem;
    display: flex; align-items: center; gap: 0.8rem;
    box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    z-index: 2;
    animation: slideInRight 0.6s ease-out 0.5s both;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hb-icon {
    width: 42px; height: 42px;
    border-radius: var(--r-sm);
    background: linear-gradient(135deg, var(--teal-50), var(--teal-100));
    display: flex; align-items: center; justify-content: center;
    color: var(--teal-600);
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.hours-badge:hover .hb-icon {
    transform: rotate(15deg) scale(1.1);
}

.hb-text h5 {
    font-family: var(--font-sans);
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.1rem;
    letter-spacing: -0.005em;
}

.hb-text p {
    font-family: var(--font-sans);
    font-size: 0.7rem;
    color: var(--text-muted);
}

.hours-badge {
    position: absolute;
    top: 28px; left: -22px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    padding: 0.95rem 1.2rem;
    display: flex; align-items: center; gap: 0.85rem;
    box-shadow: var(--shadow-lg);
    z-index: 2;
}
.hb-icon {
    font-size: 1.2rem;
    color: var(--teal-500);
    width: 40px; height: 40px;
    border-radius: var(--r-sm);
    background: var(--teal-50);
    display: flex; align-items: center; justify-content: center;
}
.hb-text h5 {
    font-family: var(--font-sans);
    font-size: 0.85rem; font-weight: 700;
    color: var(--text-dark); margin-bottom: 0.1rem;
}
.hb-text p { font-family: var(--font-sans); font-size: 0.75rem; color: var(--text-muted); }

.about-features { display: flex; flex-direction: column; gap: 1rem; margin: 2rem 0 2.5rem; }
.afl-item {
    display: flex; align-items: flex-start; gap: 1.1rem;
    padding: 1.1rem 1.25rem;
    background: var(--white);
    border-radius: var(--r-md);
    border: 1px solid var(--border);
    transition: all 0.3s var(--ease);
}
.afl-item:hover {
    background: var(--teal-50);
    border-color: var(--border-teal);
    transform: translateX(6px);
    box-shadow: var(--shadow-md);
}
.afl-icon {
    width: 46px; height: 46px; flex-shrink: 0;
    background: linear-gradient(135deg, var(--teal-50), var(--teal-100));
    border: 1px solid var(--border-teal);
    border-radius: var(--r-md);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem; color: var(--teal-600);
    transition: all 0.3s var(--ease-spring);
}
.afl-item:hover .afl-icon {
    background: linear-gradient(135deg, var(--teal-500), var(--teal-700));
    color: #fff; border-color: transparent;
    transform: rotate(-8deg) scale(1.08);
}
.afl-item h4 {
    font-family: var(--font-sans);
    font-size: 0.95rem; font-weight: 700;
    color: var(--text-dark); margin-bottom: 0.2rem;
    letter-spacing: -0.01em;
}
.afl-item p { font-size: 0.85rem; color: var(--text-body); line-height: 1.6; }

/* ── SERVICES ──────────────────────────────────────────── */
.services { background: var(--bg-alt); }
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 3.5rem;
}

.service-card {
    padding: 2.5rem 2rem;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--r-xl);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--teal-500) 0%, var(--blue-500) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.service-card > * { position: relative; z-index: 2; }

.service-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 40px rgba(13, 148, 136, 0.15), 0 0 0 1px rgba(13, 148, 136, 0.1);
    border-color: var(--border-teal);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover .svc-icon-wrap {
    background: linear-gradient(135deg, var(--teal-600) 0%, var(--teal-700) 100%) !important;
    color: white !important;
    transform: scale(1.2) rotate(15deg) !important;
    box-shadow: 0 8px 20px rgba(13, 148, 136, 0.4);
}

.svc-icon-wrap {
    width: 64px; height: 64px;
    border-radius: var(--r-md);
    background: linear-gradient(135deg, var(--teal-50) 0%, var(--teal-100) 100%);
    border: 2px solid var(--border-teal);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.8rem; color: var(--teal-600);
    margin-bottom: 1.5rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.svc-icon-wrap::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: var(--r-md);
    background: linear-gradient(135deg, var(--teal-500), var(--blue-500));
    opacity: 0;
    transition: opacity 0.3s;
    z-index: -1;
}

.service-card:hover .svc-icon-wrap::after { opacity: 0.2; }

.service-card h3 {
    font-family: var(--font-sans);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.8rem;
    letter-spacing: -0.005em;
    line-height: 1.3;
}

.service-card p {
    font-size: 0.95rem;
    color: var(--text-body);
    line-height: 1.55;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.svc-link {
    font-family: var(--font-sans);
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--teal-600);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.svc-link:hover {
    color: var(--teal-700);
    transform: translateX(4px);
}

.svc-link i {
    transition: transform 0.3s ease;
}

.svc-link:hover i {
    transform: translateX(3px);
}

.svc-icon-wrap {
    width: 56px; height: 56px;
    border-radius: var(--r-md);
    background: linear-gradient(135deg, var(--teal-50), var(--teal-100));
    border: 1px solid var(--border-teal);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem; color: var(--teal-600);
    margin-bottom: 1.35rem;
    transition: all 0.4s var(--ease-spring);
}
.service-card:hover .svc-icon-wrap {
    background: linear-gradient(135deg, var(--teal-500), var(--teal-700));
    color: #fff; border-color: transparent;
    transform: scale(1.12) rotate(-8deg);
    box-shadow: 0 12px 28px rgba(15, 158, 149, 0.3);
}

.service-card h3 {
    font-family: var(--font-sans);
    font-size: 1.05rem; font-weight: 700;
    color: var(--text-dark); margin-bottom: 0.7rem;
    letter-spacing: -0.01em;
}
.service-card p {
    font-size: 0.9rem; color: var(--text-body);
    line-height: 1.55; margin-bottom: 1.35rem;
}
.svc-link {
    font-family: var(--font-sans);
    font-size: 0.85rem; font-weight: 700;
    color: var(--teal-600);
    display: inline-flex; align-items: center; gap: 0.4rem;
    transition: gap 0.25s var(--ease);
}
.service-card:hover .svc-link { gap: 0.7rem; }

/* ── LAB SECTION ───────────────────────────────────────── */
.lab-sec {
    background: linear-gradient(145deg, #fbfcfb 0%, #eef6fc 100%);
    position: relative; overflow: hidden;
}
.lab-sec::before {
    content: '';
    position: absolute; inset: 0;
    background-image: radial-gradient(circle, rgba(20,184,166,0.06) 1px, transparent 1px);
    background-size: 36px 36px;
    pointer-events: none;
}
.lab-sec::after {
    content: '';
    position: absolute;
    top: -30%; right: -10%;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(20,184,166,0.1) 0%, transparent 60%);
    border-radius: 50%;
    pointer-events: none;
}

.lab-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem; align-items: center;
    position: relative; z-index: 1;
}

.lab-img-wrap {
    border-radius: var(--r-xl); overflow: hidden;
    box-shadow: 0 36px 72px rgba(0,0,0,0.4);
    border: 1px solid var(--gray-200);
    position: relative;
}
.lab-img-wrap img { width: 100%; height: 460px; object-fit: cover; display: block; transition: transform 0.6s var(--ease); }
.lab-img-wrap:hover img { transform: scale(1.04); }

.lab-text .section-eyebrow {
    background: rgba(31,165,155,0.1);
    border-color: rgba(31,165,155,0.16);
    color: var(--teal-700);
}
.lab-text .section-title { color: var(--text-dark); }
.lab-text .teal-divider { background: linear-gradient(90deg, var(--teal-500), var(--blue-500)); }
.lab-text > p {
    font-family: var(--font-sans);
    font-size: 0.98rem; color: var(--text-body);
    margin-bottom: 1.5rem; line-height: 1.6;
}

.lab-features { display: flex; flex-direction: column; gap: 1rem; }
.lab-feature {
    display: flex; align-items: flex-start; gap: 1.1rem;
    padding: 1.1rem 1.25rem;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--r-md);
    transition: all 0.3s var(--ease);
}
.lab-feature:hover {
    background: var(--teal-50);
    border-color: var(--teal-300);
    transform: translateX(6px);
    box-shadow: 0 8px 22px rgba(15,158,149,0.1);
}
.lab-f-icon {
    width: 42px; height: 42px;
    border-radius: var(--r-sm);
    background: linear-gradient(135deg, rgba(20,184,166,0.15), rgba(20,184,166,0.05));
    display: flex; align-items: center; justify-content: center;
    color: var(--teal-600); font-size: 1.05rem; flex-shrink: 0;
    transition: all 0.3s var(--ease-spring);
}
.lab-feature:hover .lab-f-icon {
    background: linear-gradient(135deg, var(--teal-500), var(--teal-700));
    color: white;
    transform: rotate(-8deg) scale(1.08);
}
.lab-feature h4 {
    font-family: var(--font-sans);
    font-size: 0.95rem; font-weight: 700;
    color: var(--gray-800); margin-bottom: 0.2rem;
}
.lab-feature p { font-size: 0.85rem; color: var(--gray-500); line-height: 1.6; }

/* ── WHY CHOOSE US ─────────────────────────────────────── */
.why-us { background: var(--bg-white); }
.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem; margin-top: 3.5rem;
}
.why-card {
    padding: 2.25rem 1.65rem;
    background: var(--bg-page);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    text-align: center;
    transition: all 0.35s var(--ease);
    position: relative; overflow: hidden;
}
.why-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
    border-color: var(--border-teal);
    background: var(--white);
}

.wc-num {
    font-family: var(--font-display);
    font-size: 4rem; font-weight: 700;
    color: rgba(15,158,149,0.08);
    position: absolute;
    top: 0.4rem; right: 0.8rem;
    line-height: 1;
    pointer-events: none;
}
.wc-icon {
    width: 64px; height: 64px;
    background: linear-gradient(135deg, var(--teal-50), var(--teal-100));
    border: 1.5px solid var(--border-teal);
    border-radius: var(--r-md);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; color: var(--teal-600);
    margin: 0 auto 1.35rem;
    transition: all 0.4s var(--ease-spring);
}
.why-card:hover .wc-icon {
    background: linear-gradient(135deg, var(--teal-500), var(--teal-700));
    color: #fff; border-color: transparent;
    transform: scale(1.1) rotate(-8deg);
    box-shadow: 0 12px 28px rgba(15, 158, 149, 0.3);
}
.why-card h3 {
    font-family: var(--font-sans);
    font-size: 1rem; font-weight: 700;
    color: var(--text-dark); margin-bottom: 0.65rem;
    letter-spacing: -0.01em;
}
.why-card p { font-size: 0.88rem; color: var(--text-body); line-height: 1.55; }

/* ── PROCESS ───────────────────────────────────────────── */
.process { background: var(--bg-section); }
.process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem; margin-top: 3.5rem;
    position: relative;
}
.process-grid::before {
    content: '';
    position: absolute;
    top: 38px;
    left: calc(10% + 18px);
    right: calc(10% + 18px);
    height: 1.5px;
    background: linear-gradient(90deg, transparent, var(--teal-200), var(--blue-100), var(--teal-200), transparent);
}
.process-step { text-align: center; padding: 0 0.5rem; }
.ps-circle {
    width: 76px; height: 76px;
    border-radius: 50%;
    background: var(--white);
    border: 2px solid var(--border-teal);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 1.35rem;
    position: relative; z-index: 1;
    transition: all 0.4s var(--ease-spring);
    box-shadow: var(--shadow-md);
}
.process-step:hover .ps-circle {
    background: linear-gradient(135deg, var(--teal-500), var(--teal-700));
    border-color: transparent;
    transform: scale(1.12) rotate(8deg);
    box-shadow: var(--shadow-teal);
}
.ps-num {
    font-family: var(--font-display);
    font-size: 1.35rem; font-weight: 700;
    color: var(--teal-600); transition: color 0.3s;
}
.process-step:hover .ps-num { color: #fff; }
.process-step h3 {
    font-family: var(--font-sans);
    font-size: 0.95rem; font-weight: 700;
    color: var(--text-dark); margin-bottom: 0.5rem;
    letter-spacing: -0.01em;
}
.process-step p { font-size: 0.85rem; color: var(--text-body); line-height: 1.65; }

/* ── DOCTORS ───────────────────────────────────────────── */
.doctors { background: var(--bg-white); }
.doctors-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.85rem; margin-top: 3.5rem;
}
.doctor-card {
    border-radius: var(--r-2xl);
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--border);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    position: relative;
    display: flex;
    flex-direction: column;
}

.doctor-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--teal-500), var(--blue-500));
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.doctor-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 50px rgba(13, 148, 136, 0.15);
    border-color: var(--border-teal);
}

.doctor-card:hover::before {
    transform: scaleX(1);
}

.dc-img {
    position: relative; overflow: hidden;
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, var(--teal-50), var(--blue-50));
}

.dc-img img {
    width: 100%; height: 100%;
    object-fit: cover; object-position: top;
    transition: transform 0.7s var(--ease);
    display: block;
    filter: grayscale(0%) saturate(1);
}

.doctor-card:hover .dc-img img {
    transform: scale(1.12);
    filter: grayscale(100%) saturance(1.2);
}

.dc-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, rgba(10,30,40,0.7) 0%, rgba(10,30,40,0.4) 50%, transparent 100%);
    display: flex; align-items: flex-end; justify-content: center;
    padding-bottom: 2rem;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.doctor-card:hover .dc-overlay {
    opacity: 1;
}

.dc-social {
    display: flex;
    gap: 0.8rem;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

.doctor-card:hover .dc-social {
    transform: translateY(0);
}

.dc-social a {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid var(--teal-500);
    display: flex; align-items: center; justify-content: center;
    color: var(--teal-600);
    font-size: 1.1rem;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.dc-social a:hover {
    background: var(--teal-600);
    color: white;
    border-color: var(--teal-600);
    transform: scale(1.2) rotate(10deg);
    box-shadow: 0 6px 16px rgba(13, 148, 136, 0.4);
}

.dc-info {
    padding: 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.dc-info h3 {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.3rem;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.dc-spec {
    font-family: var(--font-sans);
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--teal-600);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
    background: rgba(13, 148, 136, 0.08);
    display: inline-block;
    padding: 0.3rem 0.8rem;
    border-radius: var(--r-full);
}

.dc-info p {
    font-size: 0.95rem;
    color: var(--text-body);
    line-height: 1.55;
    margin-bottom: 1.5rem;
    flex: 1;
}

/* Doctor card action button */
.dc-action {
    margin-top: auto;
}

.dc-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.5rem;
    background: linear-gradient(135deg, var(--teal-500), var(--teal-600));
    color: white;
    border-radius: var(--r-full);
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(13, 148, 136, 0.3);
}

.dc-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(13, 148, 136, 0.4);
}

/* ── TESTIMONIALS ──────────────────────────────────────── */
.testimonials {
    background: linear-gradient(160deg, var(--teal-50) 0%, var(--blue-50) 100%);
    position: relative; overflow: hidden;
}
.testimonials::before {
    content: '';
    position: absolute; inset: 0;
    background-image: radial-gradient(circle, rgba(15,158,149,0.07) 1.5px, transparent 1.5px);
    background-size: 40px 40px;
    pointer-events: none;
}

.testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem; margin-top: 3.5rem;
    position: relative; z-index: 1;
}
.testi-card {
    padding: 2.25rem;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    box-shadow: var(--shadow-sm);
    transition: all 0.3s var(--ease);
    position: relative;
}
.testi-card::before {
    content: '';
    position: absolute;
    top: 0; left: 24px;
    width: 36px; height: 3px;
    background: linear-gradient(90deg, var(--teal-500), var(--blue-500));
    border-radius: 0 0 3px 3px;
}
.testi-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--border-teal);
}

.testi-quote {
    font-size: 2.8rem;
    color: var(--teal-200);
    font-family: Georgia, serif;
    line-height: 1;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.testi-stars {
    color: var(--gold-400);
    letter-spacing: 2px; font-size: 0.92rem;
    margin-bottom: 1.1rem;
}
.testi-text {
    font-family: var(--font-sans);
    font-size: 0.92rem;
    color: var(--gray-600);
    line-height: 1.6; margin-bottom: 1.65rem;
    font-style: italic;
}
.testi-author {
    display: flex; align-items: center; gap: 0.95rem;
    padding-top: 1.35rem;
    border-top: 1px solid var(--border);
}
.testi-avatar {
    width: 46px; height: 46px;
    border-radius: 50%;
    border: 2.5px solid var(--teal-200);
    object-fit: cover;
}
.ta-name {
    font-family: var(--font-sans);
    font-size: 0.92rem; font-weight: 700;
    color: var(--text-dark); margin-bottom: 0.15rem;
}
.ta-detail { font-size: 0.78rem; color: var(--teal-600); font-family: var(--font-sans); font-weight: 600; }

/* ── SHARE SECTION ─────────────────────────────────────── */
.share-section {
    background: linear-gradient(135deg, #fcfefe 0%, #f6fcfb 100%);
    padding: 3.5rem 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.share-inner {
    display: flex; flex-direction: column;
    align-items: center; text-align: center; gap: 1.6rem;
    max-width: 780px;
    margin: 0 auto;
    padding: 2.5rem 2rem 2rem;
    border-radius: var(--r-2xl);
    background: rgba(255,255,255,0.9);
    box-shadow: var(--shadow-xl);
    border: 1px solid rgba(31,165,155,0.14);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.share-label {
    font-family: var(--font-sans);
    font-size: 0.75rem; font-weight: 700;
    letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--teal-700);
    padding: 0.4rem 1.1rem;
    background: rgba(31,165,155,0.11);
    border: 1px solid rgba(31,165,155,0.14);
    border-radius: var(--r-full);
}
.share-title {
    font-family: var(--font-display);
    font-size: clamp(1.85rem, 3vw, 2.4rem);
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.1;
    letter-spacing: -0.025em;
}
.share-desc {
    font-family: var(--font-sans);
    font-size: 0.98rem; color: var(--text-body);
    max-width: 640px; line-height: 1.6;
}
.share-buttons { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }
.share-btn {
    display: inline-flex; align-items: center; gap: 0.6rem;
    padding: 0.75rem 1.3rem;
    border-radius: var(--r-full);
    font-family: var(--font-sans);
    font-size: 0.88rem; font-weight: 600;
    cursor: pointer; border: none;
    transition: all 0.25s var(--ease);
    text-decoration: none; white-space: nowrap;
    box-shadow: 0 4px 12px rgba(15, 40, 50, 0.06);
}
.share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(15, 40, 50, 0.12);
    filter: brightness(1.05);
}
.share-btn i { font-size: 0.95rem; }

.share-btn.whatsapp  { background: #25D366; color: #fff; }
.share-btn.facebook  { background: #1877F2; color: #fff; }
.share-btn.twitter   { background: #0f1419; color: #fff; }
.share-btn.instagram { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); color: #fff; }
.share-btn.telegram  { background: #0088CC; color: #fff; }
.share-btn.copy-link {
    background: var(--bg-page);
    color: var(--gray-700);
    border: 1.5px solid var(--border);
}
.share-btn.copy-link:hover { border-color: var(--teal-400); color: var(--teal-600); filter: none; }

/* ── FAQ (Enhanced) ───────────────────────────────────── */
.faq { background: var(--bg-section); }
.faq-wrapper { max-width: 800px; margin: 4rem auto 0; }

.faq-item {
    background: var(--white);
    border: 2px solid var(--border);
    border-radius: var(--r-xl);
    margin-bottom: 1.2rem;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.faq-item:not(.open):hover {
    border-color: var(--teal-400);
    transform: translateX(4px);
    box-shadow: 0 8px 24px rgba(13, 148, 136, 0.1);
}

.faq-item.open {
    border-color: var(--teal-500);
    box-shadow: 0 12px 32px rgba(13, 148, 136, 0.15);
    transform: translateY(-3px);
}

.faq-item.open::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--teal-500), var(--blue-500));
    animation: barPulse 1.5s ease-in-out infinite;
}

@keyframes barPulse {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.6rem 1.8rem;
    cursor: pointer;
    gap: 1.2rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.faq-question:hover { background: linear-gradient(to right, rgba(13, 148, 136, 0.05), transparent); }

.faq-question h4 {
    font-family: var(--font-sans);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.4;
    letter-spacing: -0.005em;
    flex: 1;
    margin: 0;
}

.faq-icon {
    width: 42px; height: 42px;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--teal-50), var(--blue-50));
    border-radius: var(--r-md);
    display: flex; align-items: center; justify-content: center;
    color: var(--teal-600); font-size: 1.1rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.faq-item.open .faq-icon {
    background: linear-gradient(135deg, var(--teal-500), var(--teal-600));
    color: white;
    transform: rotate(180deg) scale(1.1);
    box-shadow: 0 4px 12px rgba(13, 148, 136, 0.3);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 0 1.8rem;
    background: linear-gradient(to bottom, transparent, var(--bg-white));
}

.faq-answer.open {
    max-height: 900px;
    padding: 0 1.8rem 1.8rem;
    animation: answerSlideIn 0.5s ease-out;
}

@keyframes answerSlideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-answer p {
    font-family: var(--font-sans);
    font-size: 1.02rem;
    color: var(--text-body);
    line-height: 1.6;
    padding-top: 1rem;
    border-top: 2px solid var(--border-teal-light);
    animation: fadeInUp 0.4s ease-out 0.1s both;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ── CTA ───────────────────────────────────────────────── */
.cta-sec {
    background: linear-gradient(135deg, var(--teal-600) 0%, var(--teal-700) 50%, var(--teal-900) 100%);
    padding: 6rem 0; text-align: center;
    position: relative; overflow: hidden;
}
.cta-sec::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(circle at 0% 50%, rgba(255,255,255,0.1), transparent 40%),
        radial-gradient(circle at 100% 50%, rgba(255,255,255,0.08), transparent 40%);
    pointer-events: none;
}
.cta-sec::after {
    content: '';
    position: absolute; inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}
.cta-sec h2 {
    font-family: var(--font-display);
    font-size: clamp(1.95rem, 4vw, 2.9rem);
    font-weight: 700; color: #fff;
    margin-bottom: 1.1rem; position: relative; z-index: 1;
    letter-spacing: -0.025em;
}
.cta-sec p {
    font-family: var(--font-sans);
    color: rgba(255,255,255,0.78);
    margin-bottom: 1.75rem; font-size: 1.05rem;
    position: relative; z-index: 1;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}
.cta-actions {
    display: flex; flex-wrap: wrap; gap: 1rem;
    justify-content: center; position: relative; z-index: 1;
}

/* ── FOOTER ────────────────────────────────────────────── */
footer {
    background: var(--gray-900);
    padding-top: 5rem;
    border-top: 3px solid var(--teal-500);
    position: relative;
    overflow: hidden;
}
footer::before {
    content: '';
    position: absolute;
    top: 0; right: -10%;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(20,184,166,0.1), transparent 70%);
    pointer-events: none;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1.5fr;
    gap: 3rem; padding-bottom: 3rem;
    position: relative;
}
.footer-logo .logo { margin-bottom: 1.25rem; color: white; }
.footer-logo .logo .logo-img {
    height: auto;
    max-height: 80px;
    max-width: 220px;
    min-width: 0;
}
.footer-logo .logo .gradient-text { color: transparent; }
.footer-desc {
    font-family: var(--font-sans);
    font-size: 0.9rem; color: rgba(255,255,255,0.55);
    line-height: 1.6; margin-bottom: 1.5rem;
}
.footer-social { display: flex; gap: 0.7rem; }
.footer-social a {
    width: 40px; height: 40px; border-radius: 50%;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.6); font-size: 0.88rem;
    transition: all 0.3s var(--ease);
}
.footer-social a:hover {
    background: var(--teal-500);
    border-color: var(--teal-500); color: #fff;
    transform: translateY(-3px) rotate(-8deg);
    box-shadow: 0 8px 20px rgba(15, 158, 149, 0.35);
}
.footer-col h4 {
    font-family: var(--font-sans);
    font-size: 0.82rem; font-weight: 700;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--teal-400); margin-bottom: 1.35rem;
}
.footer-links { display: flex; flex-direction: column; gap: 0.65rem; }
.footer-links a {
    font-family: var(--font-sans);
    font-size: 0.88rem; color: rgba(255,255,255,0.55);
    display: flex; align-items: center; gap: 0.5rem;
    transition: all 0.25s var(--ease);
}
.footer-links a:hover { color: var(--teal-400); gap: 0.85rem; }
.footer-links a i { font-size: 0.65rem; color: var(--teal-500); transition: transform var(--dur); }
.footer-links a:hover i { transform: translateX(3px); }

.footer-contact { display: flex; flex-direction: column; gap: 0.95rem; }
.footer-contact li {
    display: flex; align-items: flex-start; gap: 0.85rem;
    font-family: var(--font-sans);
    font-size: 0.88rem; color: rgba(255,255,255,0.55);
}
.footer-contact li a { color: inherit; transition: color var(--dur); }
.footer-contact li a:hover { color: var(--teal-400); }
.footer-contact i { color: var(--teal-400); margin-top: 0.2rem; font-size: 0.92rem; flex-shrink: 0; }
.footer-bottom {
    padding: 1.65rem 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    display: flex; align-items: center; justify-content: space-between;
    gap: 1rem; flex-wrap: wrap;
    font-family: var(--font-sans);
    font-size: 0.82rem; color: rgba(255,255,255,0.32);
    position: relative;
}
.footer-bottom a { color: var(--teal-400); transition: color var(--dur); }
.footer-bottom a:hover { color: var(--teal-300); }

/* ── WHATSAPP FLOAT ────────────────────────────────────── */
.wa-float {
    position: fixed; bottom: 1.75rem; right: 1.75rem;
    z-index: 500; width: 60px; height: 60px;
    border-radius: 50%;
    background: #25D366;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.65rem; color: #fff;
    box-shadow: 0 8px 24px rgba(37,211,102,0.45);
    transition: all 0.3s var(--ease-spring);
}
.wa-float:hover { transform: scale(1.12) rotate(-8deg); box-shadow: 0 12px 32px rgba(37,211,102,0.55); color: #fff; }
.wa-pulse {
    position: absolute; width: 100%; height: 100%;
    border-radius: 50%; background: rgba(37,211,102,0.4);
    animation: pulse 2.5s infinite;
}
@keyframes pulse {
    0%   { transform: scale(1);   opacity: 0.7; }
    100% { transform: scale(1.8); opacity: 0; }
}

/* ── SCROLL TO TOP ─────────────────────────────────────── */
.scroll-top {
    position: fixed; bottom: 6.2rem; right: 1.95rem;
    z-index: 500; width: 44px; height: 44px;
    border-radius: 50%;
    background: var(--white);
    border: 1.5px solid var(--border-teal);
    color: var(--teal-600); font-size: 0.85rem;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transform: translateY(20px);
    transition: all 0.35s var(--ease);
    box-shadow: var(--shadow-md);
}
.scroll-top.visible { opacity: 1; transform: translateY(0); }
.scroll-top:hover { background: var(--teal-500); color: #fff; border-color: var(--teal-500); transform: translateY(-3px); }

/* ── AOS ANIMATION ─────────────────────────────────────── */
[data-aos],
[data-aos="fade-left"],
[data-aos="fade-right"],
[data-aos="zoom-in"],
[data-aos="fade-up"] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}
[data-aos].is-visible { opacity: 1 !important; transform: none !important; }

[data-delay="100"] { transition-delay: 0.1s; }
[data-delay="200"] { transition-delay: 0.2s; }
[data-delay="300"] { transition-delay: 0.3s; }
[data-delay="400"] { transition-delay: 0.4s; }
[data-delay="500"] { transition-delay: 0.5s; }

/* ── FAB WHATSAPP ────────────────────────────────────── */
.fab-whatsapp {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #25d366, #20ba5f);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
    transition: all 0.3s var(--ease-spring);
    z-index: 999;
}

.fab-whatsapp:hover {
    transform: scale(1.12);
    box-shadow: 0 12px 32px rgba(37, 211, 102, 0.45);
}

.fab-tooltip {
    position: absolute;
    bottom: 100%;
    right: 0;
    background: var(--text-dark);
    color: white;
    padding: 0.6rem 1rem;
    border-radius: var(--r-md);
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s var(--ease);
    margin-bottom: 0.75rem;
}

.fab-whatsapp:hover .fab-tooltip {
    opacity: 1;
}

/* ── RESPONSIVE ────────────────────────────────────────── */
@media (max-width: 1024px) {
    :root { --nav-h: 80px; }
    .hero              { min-height: auto; padding-bottom: 2rem; overflow: hidden; }
    .hero-inner        { grid-template-columns: 1fr; gap: 1.5rem; padding: 1rem 1.5rem; }
    .hero-text-side    { text-align: center; }
    .hero-badge        { margin: 0 auto 0.75rem; }
    .hero-title        { max-width: 100%; margin-left: auto; margin-right: auto; }
    .hero-divider      { display: flex; justify-content: center; }
    .hero-eyebrow      { justify-content: center; text-align: center; }
    .hero-desc         { margin: 0 auto 2rem; }
    .hero-actions      { justify-content: center; }
    .hero-trust        { margin: 0 auto; }
    .hero-visual       { display: block; min-height: auto; }
    .hero-img-wrap     { max-width: 520px; margin: 0 auto; }
    .hero-img-wrap img { height: auto; max-height: 320px; object-fit: cover; border-radius: var(--r-xl); }
    .about-grid     { grid-template-columns: 1fr; gap: 2rem; }
    .lab-grid       { grid-template-columns: 1fr; gap: 2rem; }
    .why-grid       { grid-template-columns: repeat(2, 1fr); }
    .process-grid   { grid-template-columns: repeat(3, 1fr); }
    .process-grid::before { display: none; }
    .stats-grid     { grid-template-columns: repeat(2, 1fr); }
    .footer-grid    { grid-template-columns: repeat(2, 1fr); }
    .services-grid  { grid-template-columns: repeat(2, 1fr); }
    .doctors-grid   { grid-template-columns: repeat(2, 1fr); }
    .testi-grid     { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    :root              { --nav-h: 70px; }
    .section          { padding: 2rem 0; }
    .nav-links, .nav-cta { display: none; }
    .hamburger        { display: flex; }
    header            { overflow: hidden; }
    .nav-inner        { padding: 0 1rem; gap: 0.75rem; }
    .nav-brand        { gap: 0.5rem !important; min-width: 0; flex: 1; }
    .logo             { flex-shrink: 1; min-width: 0; }
    .logo-img         { max-width: 160px; max-height: 80px; }
    .header-wa-btn    { width: 36px; height: 36px; font-size: 1.2rem; flex-shrink: 0; position: absolute; left: 50%; transform: translateX(-50%); }
    .hero-inner        { gap: 1rem; padding: 0.75rem 1rem; }
    .hero-img-wrap img { max-height: 240px; }
    .hero-title        { font-size: clamp(1.4rem, 5vw, 1.8rem); }
    .hero-eyebrow      { font-size: 0.9rem; margin-bottom: 1.2rem; }
    .hero-desc         { font-size: 0.95rem; margin-bottom: 1.5rem; }
    .services-grid    { grid-template-columns: 1fr; }
    .doctors-grid     { grid-template-columns: 1fr; }
    .why-grid         { grid-template-columns: 1fr; }
    .process-grid     { grid-template-columns: repeat(2, 1fr); }
    .footer-grid      { grid-template-columns: 1fr; gap: 2.5rem; }
    .footer-bottom    { flex-direction: column; text-align: center; }
    .cta-actions      { flex-direction: column; align-items: center; }
    .share-buttons    { flex-direction: column; align-items: center; }
    .stat-item::after { display: none; }
    .hero-trust       { flex-direction: column; text-align: center; gap: 0.75rem; }
    .float-card       { display: none; }
}

@media (max-width: 480px) {
    body              { overflow-x: hidden; }
    .hero-title    { font-size: 2.3rem; }
    .hero-actions  { flex-direction: column; width: 100%; }
    .hero-actions .btn { width: 100%; }
    .process-grid  { grid-template-columns: 1fr; }
    .stat-number   { font-size: 2.4rem; }
    .exp-badge     { bottom: -10px; right: 16px; }
    .hours-badge   { left: 16px; }
    .fab-whatsapp  { bottom: 1.5rem; right: 1.5rem; width: 50px; height: 50px; font-size: 1.3rem; }
    .fab-tooltip   { display: none; }

    /* Ensure logo stays within bounds on mobile */
    .logo-img {
        max-width: 140px;
        height: auto;
        max-height: 70px;
        mix-blend-mode: multiply;
    }

    /* Booking widget responsive */
    .booking-widget { width: calc(100vw - 40px); max-width: 320px; right: 20px; bottom: 80px; }
    #toggleBooking { width: 50px; height: 50px; bottom: 15px; right: 15px; font-size: 1.1rem; }
}

/* ── BOOKING WIDGET ─────────────────────────────────────────���─ */
.booking-widget {
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
    width: 320px;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    animation: slideUp 0.4s ease-out;
}

@keyframes slideUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.booking-widget h4 {
    margin: 0; font-size: 1.1rem; font-weight: 600;
}

.booking-widget p {
    margin: 0.5rem 0 0; font-size: 0.85rem; opacity: 0.9;
}

.booking-widget form {
    display: flex; flex-direction: column; gap: 0.8rem;
    padding: 1rem;
}

.booking-widget input,
.booking-widget select {
    padding: 0.7rem; border: 1px solid #ddd; border-radius: 8px; font-size: 0.9rem;
    transition: border-color 0.2s;
}

.booking-widget input:focus,
.booking-widget select:focus {
    outline: none; border-color: #0d9488;
}

.booking-widget button[type="submit"] {
    background: linear-gradient(135deg, #0d9488, #0a7d6e); color: white; border: none; padding: 0.7rem; border-radius: 8px; font-weight: 600; cursor: pointer; transition: transform 0.2s;
}

.booking-widget button[type="submit"]:hover {
    transform: translateY(-2px);
}

.booking-widget div[style*="padding:0.5rem"] {
    padding: 0.5rem 1rem; background: #f8f9fa; text-align: center; font-size: 0.8rem; color: #666;
}

#toggleBooking {
    position: fixed; bottom: 20px; right: 20px; width: 56px; height: 56px; background: linear-gradient(135deg, #0d9488, #0a7d6e); border-radius: 50%; box-shadow: 0 4px 16px rgba(13,148,136,0.4); display: flex; align-items: center; justify-content: center; color: white; font-size: 1.3rem; cursor: pointer; z-index: 9998; transition: all 0.3s; border: none;
}

#toggleBooking:hover { transform: scale(1.1); box-shadow: 0 6px 20px rgba(13,148,136,0.6); }
