*{margin:0;padding:0;box-sizing:border-box}:root{--primary:#00AFC0;--secondary:#333333;--white:#FFFFFF;--light-gray:#F8F9FA;--dark-gray:#333333;--gold:#00AFC0;--light-gold:#FFC107;--shadow:0 10px 30px rgba(0,0,0,0.1);--shadow-light:0 5px 15px rgba(0,0,0,0.08);--shadow-medium:0 10px 30px rgba(0,0,0,0.15);--primary-gradient:linear-gradient(135deg,#00AFC0,#008F9C);--secondary-gradient:linear-gradient(135deg,#333333,#2C2C2C);--gold-gradient:linear-gradient(135deg,#00AFC0,#FFC107)}body{font-family:'Inter',sans-serif;line-height:1.6;color:var(--text-dark)}.social-sidebar{position:fixed;left:20px;top:50%;transform:translateY(-50%);z-index:999;display:flex;flex-direction:column;gap:15px;padding:20px 10px;background:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-radius:50px;box-shadow:0 5px 20px rgba(0,0,0,0.1);transition:all 0.3s ease}.social-icon{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all 0.3s ease;text-decoration:none;font-size:20px;color:var(--dark-gray)}.social-icon:hover{transform:scale(1.15);box-shadow:0 5px 15px rgba(0, 175, 192,0.3)}.social-icon.instagram{color:#E4405F}.social-icon.instagram:hover{background:rgba(228,64,95,0.1)}.social-icon.facebook{color:#1877F2}.social-icon.facebook:hover{background:rgba(24,119,242,0.1)}.social-icon.google{color:#4285F4}.social-icon.google:hover{background:rgba(66,133,244,0.1)}.social-icon.whatsapp{color:#25D366}.social-icon.whatsapp:hover{background:rgba(37,211,102,0.1)}@media (max-width:768px){.social-sidebar{left:10px;gap:10px;padding:15px 8px}.social-icon{width:40px;height:40px;font-size:18px}}.navbar{position:fixed;top:0;width:100%;background:rgba(255,255,255,0.95);backdrop-filter:blur(20px);z-index:1000;padding:1rem 0;transition:all 0.3s ease}.nav-container{max-width:1450px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.nav-logo h2{font-family:'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;color:var(--primary);font-size:1.8rem;font-weight:600}.nav-logo img{height:38px !important;height:48px;width:auto;display:block;background:transparent}.nav-menu{display:flex;list-style:none;gap:3rem}.nav-menu a{text-decoration:none;color:var(--text-dark);font-weight:500;transition:all 0.3s ease;position:relative}.nav-menu a:hover,.nav-menu a.active{color:var(--primary)}.nav-menu a.active::after{content:'';position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:var(--primary-gradient);border-radius:2px}.btn-primary{background:var(--primary-gradient);color:var(--white);padding:0.75rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all 0.3s ease;box-shadow:var(--shadow)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.branches-hero-section{position:relative;overflow:hidden}.branches-hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:0.3}.hero-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.hero-content{animation:slideInLeft 1s ease-out}.hero-title{font-family:'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;font-size:3.5rem;font-weight:700;color:var(--white);margin-bottom:1rem;line-height:1.2}.gold-underline{width:80px;height:4px;background:var(--gold-gradient);margin:1rem 0 2rem 0;border-radius:2px}.hero-subtitle{font-size:1.25rem;color:rgba(255,255,255,0.9);margin-bottom:1.5rem;line-height:1.6}.hero-description{font-size:1.1rem;color:rgba(255,255,255,0.8);margin-bottom:2rem;line-height:1.7}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}.btn-gold{background:var(--gold-gradient);color:var(--secondary);padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all 0.3s ease;box-shadow:var(--shadow)}.btn-navy{background:rgba(255,255,255,0.2);color:var(--white);padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all 0.3s ease;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.3)}.btn-gold:hover,.btn-navy:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.hero-image{position:relative;animation:slideInRight 1s ease-out}.hero-image img{width:100%;height:450px;object-fit:cover;border-radius:20px;box-shadow:0 25px 50px rgba(0,0,0,0.3)}.section-image img{width:100%;height:500px;object-fit:cover;border-radius:15px;box-shadow:0 15px 40px rgba(0,0,0,0.2)}.sparkle-particles{display:none !important}.about-branches-section{padding:4rem 0;background:var(--white)}.container{max-width:1400px;margin:0 auto;padding:0 1rem}.section-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.section-content h2{font-family:'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;font-size:2.5rem;color:var(--secondary);margin-bottom:1rem}.gold-divider{width:60px;height:3px;background:var(--gold-gradient);margin-bottom:2rem;border-radius:2px}.section-content p{font-size:1.1rem;color:#666;margin-bottom:1.5rem;line-height:1.8}.branch-section{padding:4rem 0;position:relative}.branch-jaipur{background:var(--primary-gradient);color:var(--white)}.branch-sikar{background:var(--primary);color:var(--white)}.branch-header{text-align:center;margin-bottom:60px}.branch-header h2{font-family:'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;font-size:48px;margin-bottom:20px}.branch-subtitle{font-size:18px;opacity:0.9;max-width:600px;margin:0 auto}.branch-content-grid{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:start}.branch-info-card{background:rgba(255,255,255,0.15);padding:2rem;border-radius:20px;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,0.2)}.branch-icon{font-size:3rem;margin-bottom:1rem}.branch-info-card h3{font-size:1.5rem;margin-bottom:1.5rem}.contact-details p{margin-bottom:1rem;line-height:1.6}.contact-details a{color:var(--white);text-decoration:none;font-weight:600}.branch-description h3{font-size:1.8rem;margin-bottom:1.5rem}.branch-description p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;opacity:0.9}.services-overview-section{padding:4rem 0;background:var(--light-gray)}.section-header{text-align:center;margin-bottom:60px}.section-header h2{font-family:'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;font-size:42px;color:var(--secondary);margin-bottom:20px}.section-header p{font-size:18px;color:#666;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.service-category{background:var(--white);padding:2.5rem;border-radius:20px;box-shadow:var(--shadow-light);transition:all 0.3s ease}.service-category:hover{transform:translateY(-10px);box-shadow:var(--shadow-medium)}.service-category h3{font-family:'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;font-size:1.5rem;color:var(--primary);margin-bottom:1.5rem;text-align:center}.service-category ul{list-style:none}.service-category li{padding:0.5rem 0;border-bottom:1px solid #eee}.service-category li:last-child{border-bottom:none}.service-category a{color:var(--secondary);text-decoration:none;transition:color 0.3s ease}.service-category a:hover{color:var(--primary)}.why-choose-branches-section{padding:4rem 0;background:var(--white)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.benefit-card{text-align:center;padding:2rem;border-radius:15px;transition:all 0.3s ease;background:var(--white);box-shadow:var(--shadow-light)}.benefit-icon{font-size:2.6rem;margin-bottom:1.2rem;color:var(--primary);display:inline-flex;align-items:center;justify-content:center;width:70px;height:70px;background:rgba(0, 175, 192,0.08);border-radius:50%}.branch-icon{font-size:2.4rem;margin-bottom:1rem;color:#00AFC0}.benefit-card h3{font-size:1.3rem;color:var(--secondary);margin-bottom:1rem}.benefit-card p{color:#666;line-height:1.6}.contact-branches-section{padding:4rem 0;background:var(--light-gray)}.contact-branches-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.contact-branch-card{background:var(--white);padding:2rem;border-radius:15px;box-shadow:var(--shadow-light);text-align:center;transition:all 0.3s ease}.contact-branch-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium)}.contact-branch-card h3{font-size:1.5rem;color:var(--primary);margin-bottom:1rem}.contact-branch-card p{color:#666;margin-bottom:0.5rem}.contact-branch-card a{color:var(--primary);text-decoration:none;font-weight:600}.whatsapp-btn{display:inline-block;background:#25D366;color:var(--white);padding:0.75rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:600;margin-top:1rem;transition:all 0.3s ease}.whatsapp-btn:hover{background:#128C7E;transform:translateY(-2px)}.final-cta-section{padding:4rem 0;background:var(--primary-gradient);color:var(--white);text-align:center}.final-cta-section h2{font-family:'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;font-size:2.5rem;margin-bottom:1rem}.final-cta-section p{font-size:1.2rem;margin-bottom:2rem;opacity:0.9}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.footer{background:var(--secondary);color:var(--white);padding:60px 0 20px}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}.footer-column h3,.footer-column .footer-nav-title{color:var(--primary);font-size:24px;margin-bottom:20px}.footer-column p{line-height:1.6;margin-bottom:10px}.footer-column ul{list-style:none}.footer-column ul li{margin-bottom:8px}.footer-column ul li a{color:var(--white);text-decoration:none;transition:color 0.3s ease}.footer-column ul li a:hover{color:var(--primary)}.footer-bottom{text-align:center;padding-top:20px;border-top:1px solid rgba(0, 175, 192,0.3)}@keyframes slideInLeft{from{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{from{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes float{0%,100%{transform:translateY(0px)}50%{transform:translateY(-20px)}}@media (max-width:480px){.container{padding:0 1rem}.hero-title{font-size:1.8rem}.section-header h2{font-size:1.8rem}.final-cta-section h2{font-size:1.8rem}.branch-header h2{font-size:1.8rem}.service-category{padding:1.5rem}.benefit-card{padding:1.5rem}.contact-branch-card{padding:1.5rem}}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px}.hamburger span{width:25px;height:3px;background:var(--secondary);transition:all 0.3s ease}@media (max-width:1024px){.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background:white;width:100%;text-align:center;transition:left 0.3s ease;box-shadow:0 10px 27px rgba(0,0,0,0.1);padding:20px 0;z-index:999}.nav-menu.active{left:0}.nav-menu li{margin:15px 0}.nav-cta{display:none}.container{padding:0 1rem}.branches-hero-section{margin-top:5rem}.branch-section{padding:3rem 0}.about-branches-section,.services-overview-section,.why-choose-branches-section,.contact-branches-section,.final-cta-section{padding:3rem 0}.hero-container{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2.5rem}.hero-image img{height:300px}.section-image img{height:350px}.section-grid{grid-template-columns:1fr;gap:2rem}.branch-content-grid{grid-template-columns:1fr;gap:2rem}.hero-ctas{flex-direction:column;align-items:center;gap:1rem}.cta-buttons{flex-direction:column;align-items:center;gap:1rem}.btn-gold,.btn-navy{width:100%;max-width:300px;text-align:center;padding:1rem 2rem}.services-grid{grid-template-columns:1fr;gap:2rem}.benefits-grid{grid-template-columns:1fr;gap:1.5rem}.contact-branches-grid{grid-template-columns:1fr;gap:1.5rem}.branch-header h2{font-size:2rem}.section-header h2{font-size:2rem}}.nav-scanner-link{color:#00AFC0 !important;font-weight:600 !important;background:rgba(0,175,192,0.08);border:1px solid rgba(0,175,192,0.2);border-radius:6px;padding:4px 10px !important}@media (min-width:1025px){.nav-container{max-width:1400px !important;padding:0 14px !important;gap:10px !important}.nav-logo img{height:36px !important}.nav-menu{gap:1px !important;flex-wrap:nowrap !important;align-items:center !important}.nav-menu a{font-size:0.78rem !important;padding:4px 7px !important;white-space:nowrap !important;font-weight:500 !important}.nav-menu a.active{color:var(--primary,#006d77) !important}.nav-cta .btn-primary,.btn-primary{padding:7px 14px !important;font-size:0.78rem !important;white-space:nowrap !important;flex-shrink:0 !important}.nav-scanner-link{font-size:0.76rem !important;padding:3px 7px !important}}.branch-map-btn{display:inline-flex;align-items:center;gap:8px;background:#00AFC0;color:#ffffff !important;padding:8px 16px;border-radius:20px;font-size:0.82rem;font-weight:600;text-decoration:none !important;margin-top:8px;transition:all 0.25s ease}.branch-map-btn:hover{background:#008f9c;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,175,192,0.35)}.footer-column .footer-nav-title,p.footer-nav-title{font-family:'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;color:var(--primary-gold,#00AFC0);letter-spacing:0.02em}p.item-heading{font-family:'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;font-size:1.1rem;font-weight:600;margin-bottom:0.5rem;color:inherit;line-height:1.4}p.cta-subtext{font-family:'Inter',sans-serif;font-size:0.95rem;font-weight:500;margin-top:0.75rem;opacity:0.9}p.section-subhead{font-family:'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;font-size:1.15rem;font-weight:600;margin-bottom:0.75rem;color:inherit}

/* ═══════════════════════════════════════════════════════════════
   KEZZA CLINIC — BRANCHES & FRANCHISE LUXURY STYLESHEET
   Unified Developer-Grade Architecture & Medical Luxury Tokens
   ═══════════════════════════════════════════════════════════════ */

:root {
    --primary: #00AFC0;
    --primary-dark: #008f9c;
    --primary-deep: #006d77;
    --primary-light: #e6f8fa;
    --primary-subtle: rgba(0, 175, 192, 0.08);
    --primary-gradient: linear-gradient(135deg, #00AFC0 0%, #008f9c 100%);
    --teal-gradient: linear-gradient(135deg, #00AFC0 0%, #00d2e0 100%);
    --teal-glow: rgba(0, 175, 192, 0.22);
    
    --secondary: #0f172a;
    --secondary-light: #1e293b;
    --text-dark: #0f172a;
    --text-body: #334155;
    --text-muted: #64748b;
    --text-light: #94a3b8;
    
    --white: #ffffff;
    --surface-offwhite: #f8fafc;
    --surface-card: #ffffff;
    --border-light: rgba(226, 232, 240, 0.8);
    --border-primary: rgba(0, 175, 192, 0.2);
    
    --gold: #e5a93c;
    --gold-light: #fef3c7;
    --gold-gradient: linear-gradient(135deg, #f59e0b 0%, #0096a6 100%);
    
    --shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.04);
    --shadow-md: 0 10px 25px -5px rgba(15, 23, 42, 0.08), 0 8px 10px -6px rgba(15, 23, 42, 0.04);
    --shadow-lg: 0 20px 35px -10px rgba(15, 23, 42, 0.12), 0 0 20px rgba(0, 175, 192, 0.06);
    --shadow-xl: 0 25px 50px -12px rgba(15, 23, 42, 0.18), 0 0 30px rgba(0, 175, 192, 0.12);
    
    --font-main: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-serif: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 20px;
    --radius-full: 9999px;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-main);
    color: var(--text-body);
    background-color: var(--white);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

.container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ── Global Kicker Badge ─────────────────────────────────────── */
.section-kicker-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 175, 192, 0.09);
    border: 1px solid rgba(0, 175, 192, 0.25);
    color: var(--primary-deep);
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 6px 14px;
    border-radius: var(--radius-full);
    margin-bottom: 14px;
}

.section-kicker-badge i {
    font-size: 0.8rem;
    color: var(--primary);
}

.section-heading-wrapper {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 54px;
}

.section-heading-wrapper.text-left {
    text-align: left;
    margin-left: 0;
}

.section-main-title {
    font-family: var(--font-main);
    font-size: clamp(2rem, 3.4vw, 2.75rem);
    font-weight: 800;
    color: var(--secondary);
    line-height: 1.25;
    letter-spacing: -0.025em;
    margin-bottom: 14px;
}

.section-sub-title {
    font-size: 1.05rem;
    color: var(--text-muted);
    line-height: 1.6;
}

.hero-teal-gradient {
    background: var(--teal-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* ═══════════════════════════════════════════════════════════════
   SECTION 1: HERO BANNER — OPEN DEVELOPER ARCHITECTURE
   ═══════════════════════════════════════════════════════════════ */
.branches-hero-section {
    position: relative;
    min-height: auto;
    display: block;
    margin-top: 0;
    padding: 80px 0 40px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    overflow: hidden;
}

.hero-ambient-aura {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    filter: blur(120px);
}

.hero-ambient-aura.aura-left {
    top: -150px;
    left: -150px;
    background: radial-gradient(circle, rgba(0, 175, 192, 0.16) 0%, rgba(0, 175, 192, 0) 70%);
}

.hero-ambient-aura.aura-right {
    bottom: -150px;
    right: -100px;
    background: radial-gradient(circle, rgba(229, 169, 60, 0.12) 0%, rgba(0, 175, 192, 0.08) 40%, transparent 70%);
}

.hero-container {
    position: relative;
    z-index: 2;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
}

/* ── Hero Editorial Column ── */
.hero-editorial-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hero-kicker-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgba(0, 175, 192, 0.1);
    border: 1px solid rgba(0, 175, 192, 0.28);
    color: var(--primary-deep);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 6px 14px;
    border-radius: var(--radius-full);
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 175, 192, 0.1);
}

.hero-beacon-pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00AFC0;
    box-shadow: 0 0 0 0 rgba(0, 175, 192, 0.7);
    animation: beaconPulse 2s infinite cubic-bezier(0.4, 0, 0.6, 1);
    flex-shrink: 0;
}

@keyframes beaconPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 175, 192, 0.7);
    }
    70% {
        box-shadow: 0 0 0 9px rgba(0, 175, 192, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 175, 192, 0);
    }
}

.hero-main-heading {
    font-family: var(--font-main);
    font-size: clamp(2.3rem, 4vw, 3.4rem);
    font-weight: 800;
    color: var(--secondary);
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin-bottom: 18px;
}

.hero-lead-narrative {
    font-size: 1.08rem;
    color: var(--text-body);
    line-height: 1.7;
    margin-bottom: 28px;
    max-width: 620px;
}

/* ── Minimalist Metrics Strip ── */
.hero-metrics-strip {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    padding: 14px 22px;
    margin-bottom: 32px;
    box-shadow: var(--shadow-sm);
    flex-wrap: wrap;
}

.hero-metric-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.hmi-number {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--secondary);
    line-height: 1;
}

.hmi-unit, .hmi-plus {
    color: var(--primary);
    font-size: 0.95rem;
    font-weight: 700;
}

.hmi-label {
    font-size: 0.72rem;
    color: var(--text-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.hero-metric-sep {
    width: 1px;
    height: 32px;
    background: var(--border-light);
}

/* ── Action Buttons Suite ── */
.hero-cta-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--primary-gradient);
    color: var(--white) !important;
    padding: 14px 28px;
    border-radius: var(--radius-full);
    font-size: 0.94rem;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 10px 25px rgba(0, 175, 192, 0.35);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 175, 192, 0.45);
}

.hero-btn-primary .hero-btn-arrow {
    transition: transform 0.25s ease;
}

.hero-btn-primary:hover .hero-btn-arrow {
    transform: translateX(4px);
}

.hero-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: var(--white);
    color: var(--secondary) !important;
    border: 1.5px solid var(--border-light);
    padding: 13px 24px;
    border-radius: var(--radius-full);
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.25s ease;
    box-shadow: var(--shadow-sm);
}

.hero-btn-secondary:hover {
    border-color: var(--primary);
    color: var(--primary) !important;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.hero-btn-call {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: var(--text-dark) !important;
    padding: 12px 20px;
    border-radius: var(--radius-full);
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none !important;
    border: 1px dashed var(--border-primary);
    transition: all 0.25s ease;
}

.hero-btn-call:hover {
    background: var(--primary-subtle);
    border-style: solid;
    color: var(--primary-deep) !important;
}

/* ── Hero Visual Showcase (Right Col) ── */
.hero-visual-col {
    position: relative;
    display: flex;
    justify-content: center;
}

.hero-visual-wrapper {
    position: relative;
    width: 100%;
    max-width: 520px;
}

.hero-photo-frame {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    border: 3px solid rgba(255, 255, 255, 0.9);
    background: #0f172a;
    aspect-ratio: 3 / 4;
    max-height: 640px;
}

.hero-photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-visual-wrapper:hover .hero-photo-frame img {
    transform: scale(1.03);
}

/* Floating status pill (top) */
.hero-photo-tag-flagship {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    background: rgba(15, 23, 42, 0.88);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius-full);
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.pulse-emerald-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    animation: emeraldPulse 2s infinite;
}

@keyframes emeraldPulse {
    0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
    70% { box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
    100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.flagship-tag-text strong {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.2;
}

.flagship-tag-text span {
    font-size: 0.68rem;
    color: #94a3b8;
}

/* Floating trust badge (bottom) */
.hero-photo-tag-doctors {
    position: absolute;
    bottom: -18px;
    right: 20px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(0, 175, 192, 0.25);
    border-radius: var(--radius-md);
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: var(--shadow-lg);
    max-width: 320px;
}

.doctors-tag-icon {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-sm);
    background: var(--primary-subtle);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.doctors-tag-info strong {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--secondary);
    line-height: 1.2;
}

.doctors-tag-info span {
    display: block;
    font-size: 0.72rem;
    color: var(--text-muted);
    line-height: 1.3;
    margin-top: 2px;
}

/* ═══════════════════════════════════════════════════════════════
   SECTION 2: ABOUT KEZZA CLINIC — LUXURY EDITORIAL SHOWCASE
   (Completely redesigning the user's screenshot section)
   ═══════════════════════════════════════════════════════════════ */
.about-branches-section {
    position: relative;
    padding: 35px 0 75px;
    background: var(--white);
}

.about-editorial-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 54px;
    align-items: center;
}

.about-narrative-lead {
    font-size: 1.14rem;
    font-weight: 500;
    color: var(--secondary);
    line-height: 1.75;
    margin-bottom: 24px;
}

.about-narrative-sub {
    font-size: 0.98rem;
    color: var(--text-muted);
    line-height: 1.75;
    margin-bottom: 34px;
}

/* ── 3 Pillar Feature Cards ── */
.about-pillars-suite {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-pillar-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 18px 22px;
    background: var(--surface-offwhite);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    transition: all 0.3s ease;
}

.about-pillar-card:hover {
    background: var(--white);
    border-color: var(--border-primary);
    box-shadow: var(--shadow-md);
    transform: translateX(4px);
}

.pillar-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--primary-gradient);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 175, 192, 0.25);
}

.pillar-content h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 4px;
}

.pillar-content p {
    font-size: 0.86rem;
    color: var(--text-muted);
    line-height: 1.55;
    margin: 0;
}

/* ── About Visual Presentation (Right Col) ── */
.about-visual-showcase {
    position: relative;
}

.about-photo-card {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    border: 3px solid var(--white);
}

.about-photo-card img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.about-photo-card:hover img {
    transform: scale(1.02);
}

.about-floating-heritage {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: var(--secondary);
    color: var(--white);
    border-radius: var(--radius-md);
    padding: 16px 22px;
    box-shadow: var(--shadow-xl);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 5;
}

.heritage-icon {
    font-size: 2rem;
    color: var(--gold);
}

.heritage-stats strong {
    display: block;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--gold);
    line-height: 1.1;
}

.heritage-stats span {
    font-size: 0.74rem;
    color: #cbd5e1;
    font-weight: 500;
}

/* ═══════════════════════════════════════════════════════════════
   SECTION 3: 3 CENTERS OF EXCELLENCE SHOWCASE (Jaipur, Sikar, Ajmer)
   ═══════════════════════════════════════════════════════════════ */
.centers-showcase-section {
    padding: 70px 0;
    background: var(--surface-offwhite);
    position: relative;
}

.center-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.center-luxury-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-light);
    display: flex;
    flex-direction: column;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}

.center-luxury-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl);
    border-color: var(--border-primary);
}

.center-card-media {
    position: relative;
    height: 230px;
    overflow: hidden;
    background: var(--secondary);
}

.center-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.center-luxury-card:hover .center-card-media img {
    transform: scale(1.06);
}

.center-status-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    background: rgba(15, 23, 42, 0.88);
    backdrop-filter: blur(10px);
    color: var(--white);
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 5px 12px;
    border-radius: var(--radius-full);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.center-status-badge.highlight {
    background: var(--primary-gradient);
    border: none;
}

.center-card-body {
    padding: 26px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.center-city-title {
    font-size: 1.45rem;
    font-weight: 800;
    color: var(--secondary);
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.center-type-label {
    font-size: 0.72rem;
    color: var(--primary-deep);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: var(--primary-subtle);
    padding: 4px 10px;
    border-radius: var(--radius-full);
}

.center-address-row {
    font-size: 0.86rem;
    color: var(--text-muted);
    line-height: 1.55;
    margin-bottom: 18px;
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.center-address-row i {
    color: var(--primary);
    font-size: 0.95rem;
    margin-top: 3px;
    flex-shrink: 0;
}

/* ── Specialist Info Block (Ajmer & Flagship) ── */
.center-specialists-capsule {
    background: var(--surface-offwhite);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    padding: 12px 14px;
    margin-bottom: 18px;
}

.csc-header {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-deep);
    letter-spacing: 0.05em;
    margin-bottom: 6px;
}

.csc-doctor-name {
    font-size: 0.86rem;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 2px;
}

.csc-doctor-role {
    font-size: 0.74rem;
    color: var(--text-muted);
    line-height: 1.35;
}

.csc-doctor-role + .csc-doctor-name {
    margin-top: 8px;
}

/* ── Center Features Chips ── */
.center-features-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 22px;
}

.cf-chip {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--text-body);
    background: #f1f5f9;
    padding: 4px 9px;
    border-radius: 6px;
}

/* ── Center Action Suite ── */
.center-card-actions {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.center-cta-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--primary-gradient);
    color: var(--white) !important;
    padding: 10px 16px;
    border-radius: var(--radius-full);
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(0, 175, 192, 0.25);
}

.center-cta-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 175, 192, 0.35);
}

.center-cta-secondary-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.center-cta-wa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #25D366;
    color: var(--white) !important;
    padding: 9px 12px;
    border-radius: var(--radius-full);
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.center-cta-wa:hover {
    background: #1eb956;
}

.center-cta-map {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: var(--white);
    color: var(--primary-deep) !important;
    border: 1px solid var(--border-primary);
    padding: 9px 12px;
    border-radius: var(--radius-full);
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.center-cta-map:hover {
    background: var(--primary-light);
    border-color: var(--primary);
}

/* ═══════════════════════════════════════════════════════════════
   SECTION 4: FRANCHISE MODEL & 4 PILLARS (White Luxury Aesthetic)
   ═══════════════════════════════════════════════════════════════ */
.franchise-model-section {
    padding: 70px 0;
    background: #ffffff;
    color: var(--secondary);
    position: relative;
    overflow: hidden;
}

.franchise-model-section::before {
    content: '';
    position: absolute;
    width: 650px;
    height: 650px;
    top: -220px;
    right: -200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 175, 192, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.franchise-model-section::after {
    content: '';
    position: absolute;
    width: 550px;
    height: 550px;
    bottom: -180px;
    left: -150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 175, 192, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.franchise-model-section .section-main-title {
    color: var(--secondary);
}

.franchise-model-section .section-sub-title {
    color: var(--text-muted);
}

.franchise-pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.franchise-pillar-item {
    background: #ffffff;
    border: 1.5px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 32px 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.franchise-pillar-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3.5px;
    background: linear-gradient(90deg, #00AFC0, #00d2e0);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.franchise-pillar-item:hover {
    transform: translateY(-6px);
    background: #ffffff;
    border-color: var(--primary);
    box-shadow: 0 20px 45px rgba(0, 175, 192, 0.12), 0 4px 12px rgba(0, 0, 0, 0.04);
}

.franchise-pillar-item:hover::before {
    opacity: 1;
}

.fpi-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(0, 175, 192, 0.12), rgba(0, 196, 214, 0.06));
    border: 1px solid rgba(0, 175, 192, 0.22);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.franchise-pillar-item:hover .fpi-icon {
    background: var(--primary-gradient);
    color: #ffffff;
    transform: scale(1.08);
    box-shadow: 0 8px 20px rgba(0, 175, 192, 0.3);
}

.franchise-pillar-item h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 12px;
    line-height: 1.35;
}

.franchise-pillar-item p {
    font-size: 0.9rem;
    color: var(--text-body);
    line-height: 1.65;
    margin: 0;
}

/* ── 4-Step Fast Track Roadmap ── */
.franchise-roadmap-box {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border: 1.5px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 44px 38px 36px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    position: relative;
    z-index: 2;
}

.roadmap-header {
    text-align: center;
    margin-bottom: 34px;
}

.roadmap-header h3 {
    font-size: 1.45rem;
    font-weight: 800;
    color: var(--secondary);
    letter-spacing: -0.02em;
}

.roadmap-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.roadmap-step-card {
    position: relative;
    padding: 26px 20px;
    background: #ffffff;
    border: 1.5px solid var(--border-light);
    border-radius: var(--radius-md);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.roadmap-step-card:hover {
    transform: translateY(-4px);
    border-color: var(--primary);
    box-shadow: 0 12px 28px rgba(0, 175, 192, 0.1);
}

.step-number-tag {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 800;
    color: #946808;
    background: rgba(201, 168, 76, 0.12);
    border: 1px solid rgba(201, 168, 76, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.roadmap-step-card h4 {
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 8px;
    line-height: 1.3;
}

.roadmap-step-card p {
    font-size: 0.86rem;
    color: var(--text-muted);
    line-height: 1.55;
    margin: 0;
}

.roadmap-cta-row {
    margin-top: 34px;
    padding-top: 26px;
    border-top: 1px solid var(--border-light);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.roadmap-cta-text strong {
    display: block;
    font-size: 1.05rem;
    color: var(--secondary);
    font-weight: 700;
    margin-bottom: 4px;
}

.roadmap-cta-text span {
    font-size: 0.88rem;
    color: var(--text-muted);
}

.roadmap-cta-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-franchise-apply {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #ffffff !important;
    padding: 11px 22px;
    border-radius: var(--radius-full);
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3);
    transition: all 0.25s ease;
}

.btn-franchise-apply:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.45);
}

.btn-franchise-call {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    color: var(--secondary) !important;
    border: 1.5px solid var(--border-light);
    padding: 10px 20px;
    border-radius: var(--radius-full);
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.btn-franchise-call:hover {
    border-color: var(--primary);
    color: var(--primary) !important;
    transform: translateY(-2px);
}

/* ═══════════════════════════════════════════════════════════════
   SECTION 5: SERVICES ACROSS ALL BRANCHES
   ═══════════════════════════════════════════════════════════════ */
.services-overview-section {
    padding: 70px 0;
    background: var(--white);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service-category {
    background: var(--surface-offwhite);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 32px 28px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.service-category:hover {
    background: var(--white);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--border-primary);
}

.sc-header-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border-light);
}

.sc-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: var(--primary-subtle);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.sc-header-row h3 {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--secondary);
    margin: 0;
}

.service-category ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
}

.service-category li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 12px;
    background: var(--white);
    border: 1px solid rgba(226, 232, 240, 0.6);
    border-radius: 8px;
    color: var(--secondary);
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.service-category li a:hover {
    background: var(--primary-light);
    color: var(--primary-deep);
    border-color: var(--primary);
    transform: translateX(3px);
}

.service-category li a i {
    font-size: 0.75rem;
    color: var(--primary);
}

.sc-category-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.86rem;
    font-weight: 700;
    color: var(--primary);
    text-decoration: none;
    transition: gap 0.2s ease;
}

.sc-category-link:hover {
    gap: 12px;
    color: var(--primary-dark);
}

/* ═══════════════════════════════════════════════════════════════
   SECTION 6: WHY CHOOSE KEZZA (BENEFITS BENTO)
   ═══════════════════════════════════════════════════════════════ */
.why-choose-branches-section {
    padding: 70px 0;
    background: var(--surface-offwhite);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.benefit-card {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    padding: 30px 24px;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--border-primary);
}

.benefit-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--primary-subtle);
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 18px;
    transition: all 0.3s ease;
}

.benefit-card:hover .benefit-icon {
    background: var(--primary-gradient);
    color: var(--white);
    transform: scale(1.08);
}

.benefit-card h3 {
    font-size: 1.12rem;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 10px;
}

.benefit-card p {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}

/* ═══════════════════════════════════════════════════════════════
   SECTION 7: QUICK BRANCH CONTACT & FINAL CTA
   ═══════════════════════════════════════════════════════════════ */
.contact-branches-section {
    padding: 70px 0;
    background: var(--white);
}

.contact-branches-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.contact-branch-card {
    background: var(--surface-offwhite);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 32px 26px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.contact-branch-card:hover {
    background: var(--white);
    box-shadow: var(--shadow-lg);
    border-color: var(--border-primary);
    transform: translateY(-3px);
}

.contact-branch-card .section-subhead {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--secondary);
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border-light);
}

.contact-branch-card p {
    font-size: 0.88rem;
    color: var(--text-body);
    margin-bottom: 12px;
    line-height: 1.55;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.contact-branch-card p i {
    color: var(--primary);
    font-size: 0.95rem;
    margin-top: 3px;
    flex-shrink: 0;
}

.contact-branch-card a {
    color: var(--secondary);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.contact-branch-card a:hover {
    color: var(--primary);
}

.contact-branch-card .whatsapp-btn {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #25D366;
    color: var(--white) !important;
    padding: 12px 18px;
    border-radius: var(--radius-full);
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
    transition: all 0.25s ease;
}

.contact-branch-card .whatsapp-btn:hover {
    background: #1eb956;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.4);
}

/* ── Final High-Conversion CTA Banner ── */
.final-cta-section {
    padding: 70px 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: var(--white);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.final-cta-section::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 175, 192, 0.18) 0%, transparent 70%);
    pointer-events: none;
}

.final-cta-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin: 0 auto;
}

.final-cta-section h2 {
    font-size: clamp(2rem, 3.4vw, 2.75rem);
    font-weight: 800;
    color: var(--white);
    margin-bottom: 16px;
    letter-spacing: -0.025em;
}

.final-cta-section p {
    font-size: 1.06rem;
    color: #cbd5e1;
    margin-bottom: 34px;
    line-height: 1.7;
}

.cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-gold {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: var(--gold-gradient);
    color: var(--secondary) !important;
    padding: 14px 30px;
    border-radius: var(--radius-full);
    font-size: 0.94rem;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 10px 25px rgba(245, 158, 11, 0.35);
    transition: all 0.3s ease;
}

.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(245, 158, 11, 0.45);
}

.btn-navy {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    padding: 13px 26px;
    border-radius: var(--radius-full);
    font-size: 0.94rem;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.btn-navy:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: var(--white);
    transform: translateY(-2px);
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE DESIGN (1024px, 768px, 480px)
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    .hero-editorial-col {
        align-items: center;
    }
    .hero-lead-narrative {
        margin-left: auto;
        margin-right: auto;
    }
    .hero-metrics-strip {
        justify-content: center;
    }
    .hero-cta-actions {
        justify-content: center;
    }
    .about-editorial-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .about-photo-card img {
        height: 380px;
    }
    .about-floating-heritage {
        left: 20px;
        bottom: -15px;
    }
    .center-cards-grid {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin: 0 auto;
    }
    .franchise-pillars-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .roadmap-steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .services-grid {
        grid-template-columns: 1fr;
    }
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .contact-branches-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .branches-hero-section {
        padding: 80px 0 50px;
    }
    .hero-main-heading {
        font-size: 2rem;
    }
    .hero-metrics-strip {
        gap: 12px;
        padding: 12px 16px;
    }
    .hero-photo-frame img {
        height: 340px;
    }
    .hero-photo-tag-doctors {
        position: static;
        margin-top: 14px;
        width: 100%;
        max-width: 100%;
    }
    .hero-kicker-badge {
        font-size: 0.68rem;
        padding: 5px 12px;
    }
    .franchise-pillars-grid {
        grid-template-columns: 1fr;
    }
    .roadmap-steps-grid {
        grid-template-columns: 1fr;
    }
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    .franchise-roadmap-box {
        padding: 30px 20px 26px;
    }
    .roadmap-cta-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .roadmap-cta-actions {
        width: 100%;
        flex-direction: column;
    }
    .btn-franchise-apply,
    .btn-franchise-call {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }
    .hero-cta-actions {
        flex-direction: column;
        width: 100%;
    }
    .hero-btn-primary, .hero-btn-secondary, .hero-btn-call {
        width: 100%;
        justify-content: center;
    }
    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }
    .btn-gold, .btn-navy {
        width: 100%;
        justify-content: center;
    }
    .hero-photo-frame img {
        height: 280px;
    }
    .about-photo-card img {
        height: 300px;
    }
}


/* ── Global Container Clearance for Fixed Social Sidebar ── */
@media (min-width: 1025px) {
    .branches-hero-section .hero-container,
    .about-branches-section .container,
    .centers-showcase-section .container,
    .franchise-model-section .container,
    .services-overview-section .container,
    .why-choose-branches-section .container,
    .contact-branches-section .container,
    .final-cta-section .container {
        padding-left: 80px !important;
        padding-right: 36px !important;
    }
}

@media (max-width: 768px) {
    .about-branches-section .container,
    .centers-showcase-section .container,
    .franchise-model-section .container,
    .services-overview-section .container,
    .why-choose-branches-section .container,
    .contact-branches-section .container {
        padding-left: 66px !important;
        padding-right: 18px !important;
    }
    .hero-container {
        padding-left: 66px !important;
        padding-right: 18px !important;
    }
}
