/* ==========================================================================
   PSK GLUCOVIA PHARMACEUTICAL - BROCHURE MATCHING DESIGN SYSTEM & THEME
   ========================================================================== */

:root {
    --bg-main: #f8fafc;
    --bg-card: #ffffff;
    --text-dark: #0f172a;
    --text-body: #334155;
    --text-muted: #64748b;
    
    /* Exact Brochure Color Palette */
    --orange-primary: #f38100;
    --orange-hover: #d97000;
    --orange-light: #fff7ed;
    --orange-border: #ffedd5;
    
    --green-primary: #006837;
    --green-accent: #10b981;
    --green-light: #ecfdf5;
    --green-border: #a7f3d0;
    
    --red-heart: #d32f2f;
    --red-light: #fef2f2;
    --red-border: #fecaca;
    
    --border-color: #e2e8f0;
    --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);
    
    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Inter', sans-serif;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background-color: var(--bg-main);
    color: var(--text-body);
    line-height: 1.6;
    overflow-x: hidden;
}

/* Helper Container */
.container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

section {
    padding: 4.5rem 0;
}

.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem auto;
}

.section-tag {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--orange-primary);
    background: var(--orange-light);
    padding: 0.3rem 0.8rem;
    border-radius: 50px;
    margin-bottom: 0.75rem;
    border: 1px solid var(--orange-border);
}

.section-header h2 {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 0.75rem;
    letter-spacing: -0.5px;
}

.section-header p {
    font-size: 1.05rem;
    color: var(--text-muted);
}

/* ==========================================================================
   TOP ANNOUNCEMENT BAR & NAVBAR
   ========================================================================== */

.top-bar {
    background: #f8fafc;
    color: #475569;
    font-size: 0.85rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.top-bar-container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.top-contacts {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    flex-wrap: wrap;
}

.top-contact-item {
    color: #475569;
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 500;
    font-size: 0.85rem;
}

.top-contact-item:hover {
    color: var(--orange-primary);
}

.top-phone-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #1e293b;
    padding: 0.25rem 0.85rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.82rem;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
    transition: all 0.2s ease;
}

.top-phone-pill svg {
    color: #2563eb;
}

.top-phone-pill:hover {
    border-color: #2563eb;
    color: #2563eb;
    transform: translateY(-1px);
}

.top-bar-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.top-social-icons {
    display: flex;
    gap: 0.4rem;
    align-items: center;
}

.social-btn {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.2s ease;
}

.social-btn:hover {
    background: #1e3a8a;
    color: #ffffff;
    border-color: #1e3a8a;
    transform: translateY(-2px);
}

/* Sticky Header & Navbar */
.navbar {
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
    transition: all 0.3s ease;
    border-bottom: 1px solid #e2e8f0;
}

.navbar.scrolled {
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.1);
}

.nav-container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0.75rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-brochure-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    background: linear-gradient(180deg, #2756a8 0%, #19386e 100%);
    color: #ffffff !important;
    padding: 0.55rem 1.45rem;
    border-radius: 50px;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(25, 54, 110, 0.35);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    position: relative;
    border: none;
    line-height: 1;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
}

.btn-indicator-dot {
    display: none;
}

.brochure-doc-icon {
    flex-shrink: 0;
    width: 17px;
    height: 20px;
}

.btn-brochure-pill:hover {
    background: linear-gradient(180deg, #2c5eba, #1d407d);
    box-shadow: 0 7px 22px rgba(27, 59, 120, 0.5);
    transform: translateY(-2px);
    color: #ffffff !important;
}

.btn-brochure-pill:active {
    transform: translateY(0);
}

.logo-group {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    text-decoration: none;
}

.logo-img-wrapper {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
    border: 1px solid var(--border-color);
    transition: transform 0.3s ease;
}

.brand-logo-img {
    height: 54px;
    width: auto;
    max-width: 240px;
    object-fit: contain;
    display: block;
    transition: transform 0.25s ease;
}

.logo-group:hover .brand-logo-img {
    transform: scale(1.04);
}

.footer-brand-logo-img {
    height: 60px;
    width: auto;
    max-width: 260px;
    object-fit: contain;
    display: block;
    margin-bottom: 1rem;
    background: #ffffff;
    padding: 0.5rem 0.9rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

.logo-subtitle {
    font-size: 0.72rem;
    color: var(--green-primary);
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.nav-links {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 2.25rem;
}

.nav-links a {
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.4rem 0.2rem;
    transition: color 0.2s ease;
}

.nav-links a:hover:not(.btn-nav) {
    color: var(--orange-primary);
}

.btn-nav {
    background: linear-gradient(135deg, var(--green-primary), #004d28);
    color: #ffffff !important;
    padding: 0.65rem 1.4rem;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(0, 104, 55, 0.3);
    transition: all 0.25s ease !important;
}

.btn-nav:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 104, 55, 0.45);
}

/* Dropdown Menu */
.dropdown-link {
    position: relative;
    padding: 0.5rem 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-color);
    list-style: none;
    min-width: 170px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease;
    z-index: 1100;
    padding: 0.5rem 0;
}

.dropdown-link:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li a {
    display: block;
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
    color: var(--text-dark);
    transition: background 0.2s ease;
}

.dropdown-menu li a:hover {
    background: var(--orange-light);
    color: var(--orange-primary);
}

/* Mobile Hamburger */
.hamburger {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
}

.hamburger .bar {
    width: 25px;
    height: 3px;
    background-color: var(--text-dark);
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */

.hero-banner {
    background: linear-gradient(135deg, #ffffff 0%, #fff7ed 60%, #f0fdf4 100%);
    padding: 4.5rem 0 5rem 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--border-color);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3.5rem;
    align-items: center;
}

.hero-badge-year {
    display: inline-block;
    background: var(--orange-primary);
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 800;
    padding: 0.3rem 1.2rem;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    margin-bottom: 1rem;
}

.hero-title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 5vw, 3.3rem);
    line-height: 1.12;
    font-weight: 900;
    color: var(--text-dark);
    margin-bottom: 1.2rem;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.hero-title span.orange { color: var(--orange-primary); }
.hero-title span.green { color: var(--green-primary); }

.hero-desc {
    font-size: 1.15rem;
    color: var(--text-body);
    margin-bottom: 2rem;
    line-height: 1.7;
    font-weight: 500;
}

.hero-cta {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.btn-primary-lg {
    background: var(--orange-primary);
    color: #ffffff;
    padding: 0.9rem 2rem;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 8px 20px rgba(243, 129, 0, 0.3);
    transition: all 0.25s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.btn-primary-lg:hover {
    background: var(--orange-hover);
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(243, 129, 0, 0.4);
}

.btn-secondary-lg {
    background: #ffffff;
    color: var(--text-dark);
    padding: 0.9rem 2rem;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: 2px solid var(--border-color);
    transition: all 0.25s ease;
    cursor: pointer;
}

/* ==========================================================================
   PSKGLUCOVIAPHARMA HERO BANNER & PILL BUTTONS (Matching Reference Screenshot)
   ========================================================================== */

.hero-banner-pskglucoviapharma {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #064e3b 100%);
    padding: 5.5rem 0 5rem 0;
    color: #ffffff;
    position: relative;
    border-bottom: 4px solid var(--orange-primary);
}

.hero-title-pskglucoviapharma {
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    line-height: 1.15;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 1.25rem;
    letter-spacing: -0.5px;
}

.hero-title-pskglucoviapharma span.highlight-orange { color: #f97316; }
.hero-title-pskglucoviapharma span.highlight-blue { color: #60a5fa; }
.hero-title-pskglucoviapharma span.highlight-green { color: #34d399; }

.hero-glass-tag {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.22);
    padding: 1rem 1.4rem;
    border-radius: 14px;
    color: #e2e8f0;
    font-size: 1rem;
    line-height: 1.5;
    max-width: 580px;
    margin-bottom: 2rem;
}

.hero-cta-group {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.btn-pskglucoviapharma-quote {
    background: #2563eb;
    color: #ffffff !important;
    padding: 0.9rem 2.2rem;
    border-radius: 50px;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.05rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.4);
    transition: all 0.3s ease;
    border: none;
}

.btn-pskglucoviapharma-quote:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.55);
}

.btn-pskglucoviapharma-brochure {
    background: transparent;
    color: #ffffff !important;
    padding: 0.85rem 2.2rem;
    border-radius: 50px;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.05rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: 2.5px solid #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.btn-pskglucoviapharma-brochure:hover {
    background: #ffffff;
    color: #0f172a !important;
    transform: translateY(-2px);
}

.hero-carousel-dots {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-dot.active {
    width: 32px;
    border-radius: 20px;
    background: #2563eb;
}    font-size: 1rem;
}

.btn-secondary-lg:hover {
    border-color: var(--green-primary);
    color: var(--green-primary);
    transform: translateY(-2px);
    background: var(--green-light);
}

.hero-image-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    border: 4px solid #ffffff;
    background: #ffffff;
}

.hero-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.hero-stats-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 14px;
    padding: 1rem 1.2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    text-align: center;
    border: 1px solid rgba(243, 129, 0, 0.2);
    box-shadow: var(--shadow-md);
}

.stat-item h4 {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--orange-primary);
}

.stat-item p {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--text-dark);
    text-transform: uppercase;
}

/* Compliance Bar */
.compliance-bar {
    background: #ffffff;
    padding: 2rem 0;
    border-bottom: 1px solid var(--border-color);
}

.compliance-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}

.compliance-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.2rem;
    background: var(--bg-main);
    border-radius: 12px;
    border: 1px solid var(--border-color);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.compliance-card:hover {
    transform: translateY(-3px);
    border-color: var(--orange-primary);
}

.compliance-icon {
    font-size: 2rem;
}

.compliance-info h4 {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
}

.compliance-info p {
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* ==========================================================================
   ASCENDING SCALE SELECTOR & BROCHURES SECTION
   ========================================================================== */

.scale-selector-bar {
    display: flex;
    gap: 0.6rem;
    overflow-x: auto;
    padding: 0.5rem 0 1rem 0;
    margin-bottom: 1.5rem;
    scrollbar-width: thin;
    scrollbar-color: var(--orange-primary) transparent;
}

.scale-selector-bar::-webkit-scrollbar {
    height: 6px;
}

.scale-selector-bar::-webkit-scrollbar-thumb {
    background: var(--orange-primary);
    border-radius: 10px;
}

.scale-pill-btn {
    white-space: nowrap;
    background: #ffffff;
    border: 1.5px solid var(--border-color);
    padding: 0.5rem 1.1rem;
    border-radius: 50px;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--text-dark);
    cursor: pointer;
    transition: all 0.2s ease;
}

.scale-pill-btn:hover, .scale-pill-btn.active {
    background: var(--orange-primary);
    color: #ffffff;
    border-color: var(--orange-primary);
    box-shadow: 0 4px 12px rgba(243, 129, 0, 0.25);
}

.brochure-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.brochure-search-box {
    flex: 1;
    min-width: 250px;
}

.brochure-search-input {
    width: 100%;
    padding: 0.75rem 1.2rem;
    border: 2px solid var(--border-color);
    border-radius: 10px;
    font-size: 0.95rem;
    outline: none;
    transition: border-color 0.2s ease;
    font-family: var(--font-body);
}

.brochure-search-input:focus {
    border-color: var(--orange-primary);
}

.filter-btn {
    background: #ffffff;
    border: 2px solid var(--border-color);
    padding: 0.75rem 1.4rem;
    border-radius: 10px;
    font-weight: 600;
    color: var(--text-dark);
    cursor: pointer;
    transition: all 0.2s ease;
}

.filter-btn:hover, .filter-btn.active {
    background: var(--orange-primary);
    color: #ffffff;
    border-color: var(--orange-primary);
}

.brochure-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

.brochure-item-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 1.5rem;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border-top: 4px solid var(--orange-primary);
}

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

.brochure-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.brochure-item-icon {
    font-size: 2.2rem;
}

.brochure-scale-badge.highlight {
    background: var(--orange-primary);
    color: #ffffff;
    font-weight: 800;
    font-size: 0.75rem;
    padding: 0.3rem 0.7rem;
    border-radius: 50px;
}

.scale-corner-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: var(--orange-primary);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
}

.scale-inline-badge {
    display: inline-block;
    background: var(--orange-light);
    color: var(--orange-primary);
    border: 1px solid var(--orange-border);
    font-weight: 800;
    font-size: 0.75rem;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    margin-top: 0.5rem;
}

.brochure-item-card h4 {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.6rem;
}

.brochure-item-desc {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.brochure-actions {
    display: flex;
    gap: 0.6rem;
}

.btn-preview-brochure {
    flex: 1;
    background: var(--bg-main);
    border: 1px solid var(--border-color);
    padding: 0.6rem 0.8rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: background 0.2s ease;
}

.btn-preview-brochure:hover {
    background: var(--orange-light);
    color: var(--orange-primary);
    border-color: var(--orange-border);
}

.btn-download {
    flex: 1;
    background: var(--green-primary);
    color: #ffffff;
    border: none;
    padding: 0.6rem 0.8rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    text-align: center;
    transition: background 0.2s ease;
}

.btn-download:hover {
    background: #004d28;
}

/* About Sub-Tabs Pill Navigation */
.about-sub-tabs {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.about-tab-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #ffffff;
    border: 2px solid var(--border-color);
    padding: 0.7rem 1.6rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.98rem;
    color: var(--text-dark);
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: var(--shadow-sm);
}

.about-tab-btn:hover, .about-tab-btn.active {
    background: var(--orange-primary);
    color: #ffffff;
    border-color: var(--orange-primary);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(243, 129, 0, 0.3);
}

.sub-section-block {
    margin-bottom: 3.5rem;
}

.sub-section-title {
    margin-bottom: 1.5rem;
    border-left: 5px solid var(--orange-primary);
    padding-left: 1rem;
}

.sub-section-title h3 {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    color: var(--text-dark);
    font-weight: 800;
}

.badge-sub {
    font-size: 0.78rem;
    font-weight: 800;
    color: var(--orange-primary);
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* High-Visibility Company Card Box */
.company-card-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 2.5rem;
    border: 2px solid var(--border-color);
    border-left: 6px solid var(--orange-primary);
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
    margin-bottom: 2rem;
    position: relative;
}

.company-card-box h4 {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    color: var(--text-dark);
    margin-bottom: 1.2rem;
    font-weight: 800;
}

.company-card-box p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text-dark);
    font-weight: 500;
}

.company-card-highlight {
    margin-top: 1.2rem;
    padding: 1rem 1.2rem;
    background: var(--green-light);
    border: 1px solid var(--green-border);
    border-radius: 10px;
    font-weight: 700;
    color: var(--green-primary);
    font-size: 1rem;
}

/* Outer Box Container for Our Team Section */
.our-team-section-box {
    background: #ffffff;
    border: 2px solid var(--border-color);
    border-left: 6px solid var(--orange-primary);
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
    margin-top: 3.5rem;
}
.leader-card.featured {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 2rem;
    align-items: flex-start;
    background: #ffffff;
    border: 2px solid var(--border-color);
    border-left: 6px solid var(--orange-primary);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
}

.leader-avatar-box {
    text-align: center;
    background: var(--bg-main);
    padding: 2rem 1.5rem;
    border-radius: 16px;
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow-sm);
}

.leader-photo-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--orange-primary);
    box-shadow: 0 8px 20px rgba(243, 129, 0, 0.25);
    margin-bottom: 1rem;
}

.team-sub-photo-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--green-primary);
    box-shadow: var(--shadow-sm);
}

.leader-avatar {
    font-size: 4.5rem;
    margin-bottom: 0.5rem;
}

.leader-name {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.3rem;
    color: var(--text-dark);
}

.executive-pill-badge {
    display: inline-block;
    background: var(--orange-primary);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0.25rem 0.7rem;
    border-radius: 50px;
    margin-top: 0.6rem;
    letter-spacing: 0.5px;
}

.team-card-footer {
    margin-top: 1.2rem;
    padding-top: 0.8rem;
    border-top: 1px solid var(--border-color);
}

.btn-team-contact {
    display: block;
    text-align: center;
    background: var(--bg-main);
    color: var(--text-dark);
    border: 1px solid var(--border-color);
    padding: 0.55rem 0.8rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.82rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-team-contact:hover {
    background: var(--orange-primary);
    color: #ffffff;
    border-color: var(--orange-primary);
}

.leader-quote {
    font-size: 1.15rem;
    font-style: italic;
    color: var(--orange-primary);
    font-weight: 700;
    margin-bottom: 1.2rem;
    line-height: 1.6;
    background: var(--orange-light);
    padding: 1rem 1.2rem;
    border-radius: 12px;
    border-left: 4px solid var(--orange-primary);
}

.leader-body {
    font-size: 1.02rem;
    color: var(--text-dark);
    line-height: 1.8;
    font-weight: 500;
}

/* ==========================================================================
   OUR PRODUCTS
   ========================================================================== */

.product-filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.filter-btn-group {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.product-search-input {
    flex: 1;
    min-width: 250px;
    padding: 0.75rem 1.2rem;
    border: 2px solid var(--border-color);
    border-radius: 10px;
    font-size: 0.95rem;
    outline: none;
    font-family: var(--font-body);
    transition: border-color 0.2s ease;
}

.product-search-input:focus {
    border-color: var(--green-primary);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 2rem;
}

.product-pharma-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-pharma-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.product-pharma-card.red-theme { border-top: 6px solid var(--red-heart); }
.product-pharma-card.green-theme { border-top: 6px solid var(--green-primary); }

.product-image-header {
    height: 230px;
    background: var(--bg-main);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.product-img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.product-pharma-card:hover .product-img {
    transform: scale(1.05);
}

.pharma-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 0.35rem 0.9rem;
    border-radius: 50px;
    text-transform: uppercase;
}

.badge-red { background: var(--red-heart); color: #ffffff; }
.badge-green { background: var(--green-primary); color: #ffffff; }

.card-body-content {
    padding: 2rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.pack-tag {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--text-muted);
    margin-bottom: 0.5rem;
}

.product-title {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--text-dark);
}

.composition-text {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-muted);
    margin-bottom: 0.8rem;
}

.tagline-banner {
    padding: 0.6rem 1rem;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 800;
    margin-bottom: 1.2rem;
}

.tagline-banner.red { background: var(--red-light); color: var(--red-heart); }
.tagline-banner.green { background: var(--green-light); color: var(--green-primary); }

.product-description {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
}

.benefits-section {
    margin-bottom: 1.2rem;
}

.benefits-title {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 0.6rem;
}

.benefits-list {
    list-style: none;
}

.benefits-list li {
    font-size: 0.92rem;
    color: var(--text-body);
    margin-bottom: 0.45rem;
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-weight: 500;
}

.check-icon {
    font-weight: 800;
}

.benefits-list.red .check-icon { color: var(--red-heart); }
.benefits-list.green .check-icon { color: var(--green-primary); }

.card-action-bar {
    padding: 1.2rem 2rem;
    background: var(--bg-main);
    border-top: 1px solid var(--border-color);
    display: flex;
    gap: 0.75rem;
}

.btn-quick-view {
    flex: 1;
    background: #ffffff;
    border: 1px solid var(--border-color);
    padding: 0.75rem 0.8rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background 0.2s ease;
}

.btn-quick-view:hover {
    background: var(--orange-light);
    color: var(--orange-primary);
}

.btn-inquire {
    flex: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.75rem 0.8rem;
    border-radius: 8px;
    font-weight: 800;
    font-size: 0.9rem;
    color: #ffffff;
    transition: opacity 0.2s ease;
}

.btn-inquire.red { background: var(--red-heart); }
.btn-inquire.green { background: var(--green-primary); }

.btn-inquire:hover { opacity: 0.9; }

/* ==========================================================================
   CONTACT SECTION
   ========================================================================== */

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 0;
    border-radius: 24px;
    overflow: hidden;
    padding: 0;
}

.contact-info-panel {
    background: var(--orange-primary);
    color: #ffffff;
    padding: 3.5rem 3rem;
}

.contact-info-panel h3 {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.contact-info-panel p {
    color: #ffffff;
    margin-bottom: 2.5rem;
    font-size: 1.05rem;
}

.contact-detail-item {
    display: flex;
    gap: 1.2rem;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.contact-icon-box {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.contact-text label {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 800;
}

.contact-text span {
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
}

.contact-form-panel {
    background: #ffffff;
    padding: 3.5rem 3rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.4rem;
}

.form-group input, .form-group textarea {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 2px solid var(--border-color);
    border-radius: 10px;
    font-family: var(--font-body);
    font-size: 0.95rem;
    outline: none;
    transition: border-color 0.2s ease;
}

.form-group input:focus, .form-group textarea:focus {
    border-color: var(--orange-primary);
}

.btn-submit-form {
    width: 100%;
    background: var(--orange-primary);
    color: #ffffff;
    border: none;
    padding: 1rem;
    border-radius: 10px;
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.btn-submit-form:hover {
    background: var(--orange-hover);
    transform: translateY(-2px);
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.site-footer, .footer {
    background: #0f172a;
    color: #94a3b8;
    padding-top: 4.5rem;
}

.footer-top-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.9fr 0.9fr 1.1fr;
    gap: 3rem;
    margin-bottom: 3.5rem;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    margin-bottom: 1.2rem;
}

.footer-brand-icon {
    font-size: 1.8rem;
}

.footer-brand-title {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 800;
    color: #ffffff;
}

.footer-brand-title span.orange { color: var(--orange-primary); }

.footer-about-text {
    font-size: 0.92rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.footer-badges {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.footer-badge-item {
    background: rgba(255, 255, 255, 0.08);
    color: #cbd5e1;
    font-size: 0.75rem;
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-col-title {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.footer-links-list {
    list-style: none;
}

.footer-links-list li {
    margin-bottom: 0.75rem;
}

.footer-links-list a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.92rem;
    transition: color 0.2s ease;
}

.footer-links-list a:hover {
    color: var(--orange-primary);
}

.footer-links-list .arrow {
    color: var(--orange-primary);
    margin-right: 0.3rem;
}

.footer-contact-row {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.footer-contact-row-text label {
    display: block;
    font-size: 0.72rem;
    text-transform: uppercase;
    color: var(--orange-primary);
    font-weight: 700;
}

.footer-contact-row-text span, .footer-contact-row-text a {
    color: #e2e8f0;
    font-size: 0.9rem;
    text-decoration: none;
}

.footer-bottom-bar {
    border-top: 1px solid #1e293b;
    padding: 1.5rem 0;
    font-size: 0.88rem;
}

.footer-bottom-container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-legal-links a {
    color: #94a3b8;
    text-decoration: none;
    margin-left: 1.5rem;
}

.footer-legal-links a:hover { color: #ffffff; }

/* ==========================================================================
   MODAL & TOAST NOTIFICATION STYLES
   ========================================================================== */

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(15, 23, 42, 0.8);
    backdrop-filter: blur(6px);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal-backdrop.active {
    opacity: 1;
    visibility: visible;
}

.modal-card {
    background: #ffffff;
    border-radius: 20px;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: var(--shadow-lg);
    position: relative;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.modal-backdrop.active .modal-card {
    transform: translateY(0);
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 1.8rem;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--text-muted);
    z-index: 10;
}

.modal-close:hover { color: var(--text-dark); }

.modal-body { padding: 2.5rem; }

.modal-product-view {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 2rem;
}

.modal-img-col {
    background: var(--bg-main);
    border-radius: 14px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal-product-img {
    max-width: 100%;
    max-height: 250px;
    object-fit: contain;
}

.modal-info-col h2 {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 800;
    color: var(--text-dark);
}

.modal-composition {
    font-size: 1rem;
    font-weight: 700;
    color: var(--orange-primary);
    margin-bottom: 0.5rem;
}

.modal-tagline {
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 1.2rem;
}

.modal-meta-grid {
    background: var(--bg-main);
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

.meta-item {
    font-size: 0.88rem;
    margin-bottom: 0.4rem;
}

.meta-label {
    font-weight: 700;
    color: var(--text-dark);
}

.modal-section-title {
    font-weight: 800;
    font-size: 0.95rem;
    text-transform: uppercase;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.modal-list {
    list-style: none;
    margin-bottom: 1.2rem;
}

.modal-list li {
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
}

.modal-cta-row { margin-top: 1.5rem; }

.modal-brochure-view {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.modal-brochure-header {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.brochure-modal-icon { font-size: 3rem; }

.modal-brochure-preview-box {
    background: var(--bg-main);
    border: 2px dashed var(--border-color);
    border-radius: 14px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.preview-document-mockup {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: var(--shadow-md);
    padding: 2rem;
    position: relative;
}

.doc-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid var(--orange-primary);
    padding-bottom: 0.75rem;
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--text-muted);
}

.doc-specs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
    margin-top: 1.5rem;
    background: var(--bg-main);
    padding: 1rem;
    border-radius: 8px;
    font-size: 0.85rem;
}

.doc-spec label { font-weight: 700; }

.doc-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    font-size: 2rem;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.04);
    white-space: nowrap;
    pointer-events: none;
}

#toast-container {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 3000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.toast-item {
    background: #0f172a;
    color: #ffffff;
    padding: 0.9rem 1.4rem;
    border-radius: 10px;
    box-shadow: var(--shadow-lg);
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-weight: 600;
    font-size: 0.92rem;
    transform: translateX(120%);
    transition: transform 0.3s ease;
    border-left: 4px solid var(--orange-primary);
}

.toast-item.show { transform: translateX(0); }

.back-to-top {
    position: fixed;
    bottom: 25px;
    left: 25px;
    width: 44px;
    height: 44px;
    background: var(--orange-primary);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.2rem;
    box-shadow: var(--shadow-md);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 900;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: var(--orange-hover);
    transform: translateY(-3px);
}

/* ==========================================================================
   COMPREHENSIVE RESPONSIVE DESIGN BREAKPOINTS
   ========================================================================== */

@media (max-width: 1024px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .products-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    
    .footer-top-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .leader-card.featured {
        grid-template-columns: 1fr;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
    }
    
    .vm-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    section {
        padding: 3rem 0;
    }

    .hamburger {
        display: flex;
    }

    .nav-links {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 70px);
        background: #ffffff;
        flex-direction: column;
        justify-content: flex-start;
        padding: 2rem;
        gap: 1.5rem;
        transition: left 0.3s ease;
        box-shadow: var(--shadow-md);
        overflow-y: auto;
    }

    .nav-links.active {
        left: 0;
    }

    .top-bar-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .hero-banner {
        padding: 2.5rem 0 3.5rem 0;
    }

    .products-grid {
        grid-template-columns: 1fr;
    }

    .contact-info-panel, .contact-form-panel {
        padding: 2rem 1.5rem;
    }

    .footer-top-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .modal-product-view {
        grid-template-columns: 1fr;
    }

    .modal-body {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 1rem;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .hero-badge-year {
        font-size: 1.4rem;
    }

    .btn-primary-lg, .btn-secondary-lg {
        width: 100%;
        justify-content: center;
    }

    .hero-stats-badge {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .product-filter-bar, .brochure-bar {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-btn-group {
        width: 100%;
    }

    .filter-btn {
        flex: 1;
        text-align: center;
    }
}

/* ==========================================================================
   FLOATING ACTION STACK & LIVE CHAT DRAWER (WhatsApp, Message, Chat with Us)
   ========================================================================== */

.floating-widget-stack {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.75rem;
}

.float-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.2);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: pointer;
    border: none;
    outline: none;
}

.float-btn:hover {
    transform: scale(1.1) translateY(-3px);
}

.float-btn-message {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.float-btn-message:hover {
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.4);
}

.float-btn-whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
    animation: waPulse 2.5s infinite;
}

@keyframes waPulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }
    70% { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.float-chat-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.float-chat-row:hover {
    transform: scale(1.04) translateY(-2px);
}

.chat-badge-text-box {
    background: #ffffff;
    color: #1e293b;
    border: 1px solid #e2e8f0;
    padding: 0.55rem 1.1rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.88rem;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.1);
    font-family: var(--font-body);
    white-space: nowrap;
}

.chat-badge-circle-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35);
}

.chat-badge-num {
    position: absolute;
    top: -3px;
    right: -2px;
    background: #ef4444;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 900;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 6px rgba(239, 68, 68, 0.4);
}

.back-to-top {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--text-dark);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 800;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: var(--orange-primary);
    transform: translateY(-3px);
}

/* Live Chat Drawer Box */
.chat-drawer-container {
    position: fixed;
    bottom: 6rem;
    right: 1.5rem;
    z-index: 1060;
    width: 360px;
    max-width: calc(100vw - 2rem);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.95);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.chat-drawer-container.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.chat-drawer-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.22);
    border: 1px solid var(--border-color);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.chat-header {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #ffffff;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 3px solid var(--orange-primary);
}

.chat-header-info {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.chat-header-logo {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #ffffff;
    padding: 2px;
}

.chat-title {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 0.95rem;
}

.chat-status {
    font-size: 0.72rem;
    color: #cbd5e1;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.online-indicator {
    color: #10b981;
    font-size: 0.8rem;
}

.chat-close-btn {
    background: transparent;
    border: none;
    color: #cbd5e1;
    font-size: 1.5rem;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s ease;
}

.chat-close-btn:hover {
    color: #ffffff;
}

.chat-body {
    padding: 1.25rem;
    max-height: 320px;
    overflow-y: auto;
    background: #f8fafc;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.chat-bubble {
    padding: 0.85rem 1rem;
    border-radius: 14px;
    font-size: 0.88rem;
    line-height: 1.5;
}

.chat-bubble-bot {
    background: #ffffff;
    color: var(--text-dark);
    border: 1px solid var(--border-color);
    border-bottom-left-radius: 4px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.chat-bubble-user {
    background: var(--orange-primary);
    color: #ffffff;
    align-self: flex-end;
    border-bottom-right-radius: 4px;
}

.chat-options-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.25rem;
}

.chat-option-btn {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 0.6rem 0.85rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--text-dark);
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.chat-option-btn:hover {
    border-color: var(--orange-primary);
    background: var(--orange-light);
    color: var(--orange-primary);
    transform: translateX(3px);
}

.chat-footer {
    padding: 0.85rem 1rem;
    background: #ffffff;
    border-top: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.chat-input-bar {
    display: flex;
    gap: 0.5rem;
}

.chat-input-bar input {
    flex: 1;
    border: 1px solid var(--border-color);
    border-radius: 25px;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    outline: none;
    font-family: var(--font-body);
}

.chat-input-bar input:focus {
    border-color: var(--orange-primary);
}

.chat-send-btn {
    background: var(--orange-primary);
    color: #ffffff;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
}

.chat-send-btn:hover {
    background: var(--orange-hover);
}

.chat-wa-direct-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    background: #ecfdf5;
    color: #059669;
    border: 1px solid #a7f3d0;
    padding: 0.5rem;
    border-radius: 10px;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.chat-wa-direct-btn:hover {
    background: #25D366;
    color: #ffffff;
    border-color: #25D366;
}

/* ==========================================================================
   MULTI-PAGE BANNER & CARD STYLES
   ========================================================================== */

.page-header-banner {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #ffffff;
    padding: 3.5rem 0 3rem 0;
    text-align: center;
    border-bottom: 4px solid var(--orange-primary);
}

.page-header-banner h1 {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.page-header-banner p {
    font-size: 1.1rem;
    color: #cbd5e1;
    max-width: 750px;
    margin: 0 auto;
}

.about-overview-section, .vision-section, .mission-section, .welcome-section, .team-section {
    padding: 4rem 0;
}

.about-content-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 2.5rem;
    align-items: center;
}

.about-main-title {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--text-dark);
    margin: 0.75rem 0 1rem 0;
}

.about-para {
    font-size: 1.05rem;
    color: var(--text-body);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.about-pillars-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-top: 1.5rem;
}

.pillar-card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    padding: 1.25rem;
    border-radius: 14px;
    box-shadow: var(--shadow-sm);
}

.pillar-icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.pillar-card h3 {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.4rem;
}

.stats-card-box {
    padding: 2rem;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
}

.stats-card-box h3 {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 1.25rem;
    border-bottom: 2px solid var(--orange-light);
    padding-bottom: 0.5rem;
}

.stats-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    font-size: 0.95rem;
}

.stats-list .bullet {
    color: #10b981;
    font-weight: 800;
    margin-right: 0.3rem;
}

.vision-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.vision-card {
    background: #ffffff;
    padding: 2.25rem;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
}

.vision-header {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.vision-num-badge {
    display: inline-block;
    align-self: flex-start;
    background: var(--orange-light);
    color: var(--orange-primary);
    border: 1px solid var(--orange-border);
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    font-weight: 800;
    font-size: 0.75rem;
    letter-spacing: 1px;
}

.vision-num-badge.green {
    background: var(--green-light);
    color: var(--green-primary);
    border-color: var(--green-border);
}

.vision-card h3 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-dark);
}

.vision-desc {
    font-size: 1rem;
    color: var(--text-body);
    margin-bottom: 1.25rem;
    line-height: 1.6;
}

.vision-bullets {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    font-size: 0.92rem;
}

.vision-bullets li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.vision-bullets .check-icon {
    color: var(--orange-primary);
    font-weight: 800;
}

.vision-bullets.green .check-icon {
    color: var(--green-primary);
}

@media (max-width: 900px) {
    .about-content-grid, .vision-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   FRONT PAGE IMAGE SHOWCASE GRID
   ========================================================================== */

.front-image-showcase {
    padding: 4.5rem 0;
    background: #ffffff;
    border-bottom: 1px solid var(--border-color);
}

.showcase-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-top: 2.5rem;
}

.showcase-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.showcase-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.showcase-img-box {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #0f172a;
}

.showcase-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.showcase-card:hover .showcase-img {
    transform: scale(1.08);
}

.showcase-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(8px);
    color: #ffffff;
    padding: 0.35rem 0.85rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.showcase-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.showcase-content h3 {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

/* ==========================================================================
   PSKGLUCOVIAPHARMA ABOUT US DARK CARD (Matching Reference Screenshot)
   ========================================================================== */

.pskglucoviapharma-about-card {
    background: linear-gradient(135deg, #0b172a 0%, #15294a 50%, #0f172a 100%);
    border-radius: 28px;
    padding: 4rem 3.5rem;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    margin: 3.5rem 0;
    box-shadow: 0 15px 35px rgba(11, 23, 42, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.pskglucoviapharma-about-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(90deg, transparent, transparent 50px, rgba(255, 255, 255, 0.02) 50px, rgba(255, 255, 255, 0.02) 100px);
    pointer-events: none;
}

.pskglucoviapharma-about-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0.35rem 1.1rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #cbd5e1;
    margin-bottom: 1.25rem;
}

.pskglucoviapharma-about-title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.pskglucoviapharma-about-desc {
    font-size: 1.05rem;
    color: #cbd5e1;
    line-height: 1.75;
    margin-bottom: 1.25rem;
    max-width: 920px;
}

.pskglucoviapharma-about-cta {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-top: 2.25rem;
    flex-wrap: wrap;
}

.btn-about-knowmore {
    background: #2563eb;
    color: #ffffff !important;
    padding: 0.85rem 2.2rem;
    border-radius: 50px;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
    transition: all 0.3s ease;
}

.btn-about-knowmore:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.55);
}

.btn-about-contact {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff !important;
    padding: 0.85rem 2.2rem;
    border-radius: 50px;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.btn-about-contact:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .pskglucoviapharma-about-card {
        padding: 2.5rem 1.5rem;
    }
}

/* ==========================================================================
   PSKGLUCOVIAPHARMA BROCHURE DOWNLOAD CARD (Matching Reference Screenshot)
   ========================================================================== */

.pskglucoviapharma-brochure-section {
    padding: 4rem 0;
    background: #ffffff;
}

.brochure-card-wrapper {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e3a8a 100%);
    border-radius: 28px;
    padding: 3.5rem;
    color: #ffffff;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3rem;
    align-items: center;
    box-shadow: 0 20px 40px rgba(29, 78, 216, 0.3);
    position: relative;
    overflow: hidden;
}

.brochure-form-col h2 {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 1rem;
}

.brochure-form-col p {
    font-size: 1.05rem;
    color: #e2e8f0;
    line-height: 1.65;
    margin-bottom: 2rem;
}

.brochure-download-form {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
}

.brochure-input {
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.9rem 1.4rem;
    border-radius: 12px;
    color: #ffffff;
    font-size: 1rem;
    outline: none;
    transition: all 0.3s ease;
}

.brochure-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.brochure-input:focus {
    background: rgba(255, 255, 255, 0.25);
    border-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}

.btn-yellow-download {
    background: #f59e0b;
    color: #ffffff !important;
    padding: 0.95rem 2.2rem;
    border-radius: 14px;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.05rem;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    box-shadow: 0 8px 20px rgba(245, 158, 11, 0.4);
    transition: all 0.3s ease;
    align-self: flex-start;
}

.btn-yellow-download:hover {
    background: #d97706;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(245, 158, 11, 0.55);
}

.brochure-img-col {
    height: 100%;
    display: flex;
    align-items: stretch;
}

.brochure-img-box {
    width: 100%;
    height: 100%;
    min-height: 420px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
    border: 3px solid rgba(255, 255, 255, 0.25);
    background: #ffffff;
    display: flex;
}

.brochure-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.brochure-img-box:hover img {
    transform: scale(1.03);
}

@media (max-width: 900px) {
    .brochure-card-wrapper {
        grid-template-columns: 1fr;
        padding: 2.5rem 1.5rem;
    }
}

/* ==========================================================================
   PSKGLUCOVIAPHARMA WHAT WE DO & WHY CHOOSE US SECTIONS
   ========================================================================== */

.section-pskglucoviapharma-do {
    padding: 4.5rem 0;
    background: #ffffff;
    border-bottom: 1px solid var(--border-color);
}

.what-we-do-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2.5rem;
}

.do-card {
    background: #f8fafc;
    border: 1px solid var(--border-color);
    padding: 2.5rem 2rem;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.do-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    background: #ffffff;
}

.do-card-highlight {
    background: linear-gradient(135deg, #1e3a8a, #2563eb);
    color: #ffffff;
    border: none;
}

.do-card-highlight:hover {
    background: linear-gradient(135deg, #1d4ed8, #3b82f6);
}

.do-icon-circle {
    width: 65px;
    height: 65px;
    background: rgba(37, 99, 235, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 1.25rem;
}

.do-card-highlight .do-icon-circle {
    background: rgba(255, 255, 255, 0.2);
}

.do-card h3 {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    letter-spacing: 0.5px;
    color: var(--text-dark);
}

.do-card-highlight h3 {
    color: #ffffff;
}

.do-card p {
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--text-body);
}

.do-card-highlight p {
    color: #e2e8f0;
}

/* ==========================================================================
   STATISTICS COUNTER BANNER (Matching Pskglucoviapharma.com)
   ========================================================================== */

.stats-counter-banner {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
    padding: 3.5rem 0;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 4px solid var(--orange-primary);
}

.stats-counter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    text-align: center;
}

.stat-counter-card {
    padding: 1.75rem 1.25rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.stat-counter-card:hover {
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-4px);
    border-color: #60a5fa;
}

.stat-counter-number {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 900;
    color: #60a5fa;
    margin-bottom: 0.3rem;
}

.stat-counter-label {
    font-size: 0.95rem;
    font-weight: 700;
    color: #e2e8f0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ==========================================================================
   PSKGLUCOVIAPHARMA OUR VISION BANNER (Matching Reference Screenshot)
   ========================================================================== */

.pskglucoviapharma-vision-section {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e3a8a 100%);
    padding: 5rem 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.pskglucoviapharma-vision-box {
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 28px;
    padding: 4rem 3rem;
    text-align: center;
    max-width: 860px;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.pskglucoviapharma-vision-box h2 {
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 4vw, 3rem);
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 1.25rem;
}

.pskglucoviapharma-vision-box p {
    font-size: 1.1rem;
    color: #e2e8f0;
    line-height: 1.75;
    margin-bottom: 2rem;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.btn-vision-knowmore {
    background: #0f172a;
    color: #ffffff !important;
    padding: 0.85rem 2.5rem;
    border-radius: 50px;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.05rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.4);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-vision-knowmore:hover {
    background: #1e293b;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(15, 23, 42, 0.6);
}

@media (max-width: 768px) {
    .pskglucoviapharma-vision-box {
        padding: 2.5rem 1.5rem;
    }
}

/* ==========================================================================
   CONTACT PAGE & DIRECTORY LIST ENHANCEMENTS
   ========================================================================== */

.contact-section {
    padding: 3.5rem 0;
    background: #f8fafc;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2.5rem;
    align-items: start;
}

@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}

.contact-info-panel {
    background: #ffffff;
    border-radius: 20px;
    padding: 2.25rem;
    border: 1px solid var(--border-color);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.contact-form-panel {
    background: #ffffff;
    border-radius: 20px;
    padding: 2.25rem;
    border: 1px solid var(--border-color);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.info-list {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    margin-top: 1.5rem;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    padding: 1.1rem 1.25rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    transition: all 0.25s ease;
}

.info-item:hover {
    background: #ffffff;
    border-color: #cbd5e1;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.06);
    transform: translateY(-2px);
}

.info-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    flex-shrink: 0;
}

.info-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.info-row {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.info-label {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

.info-value-link {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 700;
    color: #1d4ed8;
    text-decoration: none;
    transition: color 0.2s ease;
    word-break: break-word;
}

.info-value-link:hover {
    color: #0284c7;
    text-decoration: underline;
}

.info-value-text {
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 600;
    color: #334155;
    line-height: 1.5;
}

.btn-wa-direct {
    background: linear-gradient(135deg, #059669, #10b981);
    color: #ffffff !important;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.85rem 1.6rem;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    box-shadow: 0 6px 18px rgba(16, 185, 129, 0.3);
    transition: all 0.3s ease;
    border: none;
    line-height: 1.2;
}

.btn-wa-direct:hover {
    background: linear-gradient(135deg, #047857, #059669);
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(16, 185, 129, 0.45);
}

.welcome-cta-group {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    gap: 1.1rem;
    flex-wrap: wrap;
}

@media (max-width: 640px) {
    .welcome-cta-group {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }
    .welcome-cta-group .btn-primary-lg,
    .welcome-cta-group .btn-wa-direct {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    .floating-widget-stack {
        bottom: 1rem;
        right: 1rem;
        gap: 0.5rem;
    }
    .float-btn {
        width: 44px;
        height: 44px;
    }
}

/* ==========================================================================
   EXECUTIVE WELCOME MESSAGE PAGE REDESIGN STYLES
   ========================================================================== */

.welcome-section {
    padding: 4rem 0 6rem 0;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.welcome-executive-card {
    display: grid;
    grid-template-columns: 310px 1fr;
    gap: 3rem;
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid var(--border-color);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.07);
    padding: 3rem;
    margin-bottom: 4.5rem;
    position: relative;
    overflow: hidden;
}

.welcome-executive-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(to bottom, var(--orange-primary), var(--green-primary));
}

/* Sidebar Director Profile */
.director-profile-sidebar {
    text-align: center;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    padding: 2.2rem 1.4rem;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.8), 0 4px 15px rgba(15, 23, 42, 0.03);
}

.director-avatar-wrapper {
    position: relative;
    margin-bottom: 1.4rem;
    display: inline-block;
}

.director-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ffffff;
    box-shadow: 0 10px 25px rgba(243, 129, 0, 0.25), 0 0 0 3px var(--orange-primary);
    position: relative;
    z-index: 2;
}

.director-verified-badge {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #059669, #10b981);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0.35rem 0.85rem;
    border-radius: 50px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.35);
    z-index: 3;
    border: 2px solid #ffffff;
}

.director-name {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
    letter-spacing: -0.3px;
}

.director-title {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--orange-primary);
    margin-bottom: 0.6rem;
}

.director-company-pill {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text-muted);
    background: #ffffff;
    padding: 0.35rem 0.85rem;
    border-radius: 50px;
    border: 1px solid #cbd5e1;
    display: inline-block;
}

.sidebar-divider {
    width: 100%;
    border: none;
    height: 1px;
    background: #e2e8f0;
    margin: 1.4rem 0;
}

.director-meta-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    text-align: left;
    margin-bottom: 1.5rem;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #ffffff;
    padding: 0.65rem 0.85rem;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}

.meta-icon {
    font-size: 1.2rem;
    flex-shrink: 0;
}

.meta-text {
    display: flex;
    flex-direction: column;
}

.meta-label {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-muted);
    letter-spacing: 0.5px;
}

.meta-val {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-dark);
}

.sidebar-cta-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.btn-executive-primary {
    background: linear-gradient(135deg, var(--orange-primary), #e07200);
    color: #ffffff !important;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.88rem;
    padding: 0.8rem 1rem;
    border-radius: 10px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow: 0 6px 16px rgba(243, 129, 0, 0.25);
    transition: all 0.25s ease;
    border: none;
    width: 100%;
}

.btn-executive-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(243, 129, 0, 0.35);
    background: linear-gradient(135deg, #d97000, #c46400);
}

.btn-executive-wa {
    background: linear-gradient(135deg, #059669, #10b981);
    color: #ffffff !important;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.88rem;
    padding: 0.8rem 1rem;
    border-radius: 10px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow: 0 6px 16px rgba(16, 185, 129, 0.25);
    transition: all 0.25s ease;
    border: none;
    width: 100%;
}

.btn-executive-wa:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(16, 185, 129, 0.35);
    background: linear-gradient(135deg, #047857, #059669);
}

/* Letter Content */
.welcome-letter-body {
    display: flex;
    flex-direction: column;
}

.letter-header-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--orange-primary);
    background: var(--orange-light);
    border: 1px solid var(--orange-border);
    padding: 0.35rem 0.95rem;
    border-radius: 50px;
    margin-bottom: 1.6rem;
    width: fit-content;
}

.welcome-featured-quote {
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
    border-left: 5px solid var(--orange-primary);
    border-radius: 16px;
    padding: 1.6rem 2rem;
    margin-bottom: 2rem;
    position: relative;
    box-shadow: 0 6px 20px rgba(243, 129, 0, 0.06);
}

.quote-icon-svg {
    margin-bottom: 0.6rem;
}

.welcome-featured-quote blockquote {
    font-family: var(--font-heading);
    font-size: 1.18rem;
    font-style: italic;
    font-weight: 700;
    color: #9a3412;
    line-height: 1.65;
}

.letter-paragraphs {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    color: #334155;
    font-size: 1.02rem;
    line-height: 1.85;
}

.letter-paragraphs p.lead-para {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
}

/* Executive Signoff */
.executive-signoff-card {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 2px dashed #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.signoff-warm {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-muted);
    display: block;
    margin-bottom: 0.2rem;
}

.signoff-name {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 0.2rem;
}

.signoff-title {
    font-size: 0.88rem;
    color: #475569;
    font-weight: 600;
}

.seal-badge {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    border: 3px double var(--orange-primary);
    background: #fff7ed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.4rem;
    box-shadow: 0 4px 14px rgba(243, 129, 0, 0.15);
}

.seal-top {
    font-size: 0.55rem;
    font-weight: 900;
    color: var(--orange-primary);
    letter-spacing: 0.5px;
}

.seal-star {
    font-size: 0.5rem;
    font-weight: 800;
    color: var(--green-primary);
    margin: 0.15rem 0;
}

.seal-bot {
    font-size: 0.55rem;
    font-weight: 800;
    color: #1e293b;
    letter-spacing: 0.5px;
}

/* Strategic Leadership Commitments Grid */
.welcome-pillars-section {
    margin-top: 2rem;
}

.pillars-title-box {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 2.5rem auto;
}

.pillars-title-box .sub-tag {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 1.2px;
    color: var(--green-primary);
    background: var(--green-light);
    border: 1px solid var(--green-border);
    padding: 0.3rem 0.85rem;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 0.75rem;
}

.pillars-title-box h2 {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.pillars-title-box p {
    font-size: 1rem;
    color: var(--text-muted);
}

.pillars-grid-4col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.welcome-pillar-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 1.8rem 1.4rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.welcome-pillar-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.09);
    border-color: var(--orange-primary);
}

.pillar-icon-box {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
}

.pillar-icon-box.orange {
    background: var(--orange-light);
    border: 1px solid var(--orange-border);
}

.pillar-icon-box.green {
    background: var(--green-light);
    border: 1px solid var(--green-border);
}

.pillar-icon-box.blue {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
}

.pillar-icon-box.purple {
    background: #faf5ff;
    border: 1px solid #e9d5ff;
}

.welcome-pillar-card h3 {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 0.6rem;
}

.welcome-pillar-card p {
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* Media Queries */
@media (max-width: 992px) {
    .welcome-executive-card {
        grid-template-columns: 1fr;
        padding: 2rem;
    }
    .pillars-grid-4col {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .pillars-grid-4col {
        grid-template-columns: 1fr;
    }
    .executive-signoff-card {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ==========================================================================
   GLOBAL UTILITY & HELPER CLASSES (Zero Inline Styles)
   ========================================================================== */

.mt-0-2 { margin-top: 0.2rem; }
.mt-1 { margin-top: 1rem; }
.mt-1-5 { margin-top: 1.5rem; }
.mt-2 { margin-top: 2rem; }
.mt-2-5 { margin-top: 2.5rem; }
.mt-3 { margin-top: 3rem; }
.mb-1 { margin-bottom: 1rem; }
.mb-1-5 { margin-bottom: 1.5rem; }
.mb-2 { margin-bottom: 2rem; }

.text-center { text-align: center; }
.text-white { color: #ffffff !important; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.w-full { width: 100%; }
.border-none { border: none !important; }
.cursor-pointer { cursor: pointer; }
.opacity-75 { opacity: 0.75; }
.pre-line { white-space: pre-line; }

.flex-center { display: flex; align-items: center; justify-content: center; }
.flex-wrap-gap { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-full { width: 100%; justify-content: center; text-align: center; display: inline-flex; }

/* Page Section Utility Classes */
.section-bg-white { background: #ffffff; padding: 1.5rem 0; }
.section-bg-slate { background: #f8fafc; }
.about-card-space { margin: 1.5rem 0; }
.section-header-centered { text-align: center; margin-bottom: 2rem; }
.do-card-bg { background: #ffffff; }

/* Image & Card Component Classes */
.pharma-featured-banner-img {
    width: 100%;
    max-height: 320px;
    object-fit: cover;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
}

.pharma-facility-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 1.25rem;
    border: 1px solid var(--border-color);
}

.pharma-office-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 1.5rem;
    border: 1px solid var(--border-color);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

.company-pillars-3col {
    grid-template-columns: repeat(3, 1fr);
}

.badge-who {
    background: var(--orange-light);
    color: var(--orange-primary);
    border: 1px solid var(--orange-border);
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.8rem;
}

.stats-card-padding {
    padding: 1.25rem;
}

.footer-copyright-highlight {
    color: #ffffff;
    font-weight: 600;
}

.footer-developer-link {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}

.info-chat-span {
    font-size: 0.85rem;
    color: #0284c7;
    font-weight: 600;
}

.info-email-link {
    color: var(--text-muted);
    font-size: 0.92rem;
}

.btn-wa-contact-inline {
    padding: 0.85rem 1.25rem;
    font-size: 0.95rem;
    display: inline-flex;
}

.contact-form-subtitle {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.form-select-custom {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    font-family: var(--font-body);
}

.map-section-custom {
    padding: 1rem 0 4rem 0;
    background: #ffffff;
}

.map-card-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    border: 1.5px solid var(--border-color);
}

.map-top-pill {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 10;
}

.btn-open-maps {
    background: #ffffff;
    color: #1e3a8a;
    padding: 0.55rem 1.15rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border: 1px solid rgba(0,0,0,0.1);
    transition: all 0.2s ease;
}

.map-iframe {
    border: 0;
    display: block;
    width: 100%;
    height: 460px;
}

/* Modal Brochure Styles */
.modal-brochure-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

.modal-brochure-title-box {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.brochure-modal-icon {
    font-size: 2rem;
}

.modal-brochure-h2 {
    font-size: 1.3rem;
    margin: 0;
    color: #0f172a;
}

.brochure-live-badge {
    background: #e0f2fe;
    color: #0284c7;
    padding: 0.2rem 0.6rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
}

.modal-brochure-preview-box {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    padding: 1.5rem;
    max-height: 60vh;
    overflow-y: auto;
}

.preview-document-mockup {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    position: relative;
}

.doc-header {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    font-weight: 800;
    color: #64748b;
    border-bottom: 2px solid #0f172a;
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
}

.doc-title {
    color: #1e3a8a;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.doc-desc {
    color: #334155;
    line-height: 1.7;
}

.doc-specs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1.5rem;
    background: #f1f5f9;
    padding: 1.25rem;
    border-radius: 10px;
}

.doc-spec-label {
    color: #0f172a;
}

.doc-pages-callout {
    margin-top: 1.5rem;
    padding: 1.25rem;
    background: #eff6ff;
    border-left: 4px solid #2563eb;
    border-radius: 8px;
}

.doc-pages-title {
    margin: 0 0 0.5rem 0;
    color: #1e40af;
}

.doc-pages-list {
    margin: 0;
    padding-left: 1.2rem;
    color: #1e3a8a;
    line-height: 1.6;
    font-size: 0.92rem;
}

.doc-watermark {
    text-align: center;
    margin-top: 1.5rem;
    color: #94a3b8;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 0.8rem;
}

.modal-cta-close-row {
    margin-top: 1.5rem;
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

.btn-close-modal-dark {
    background: #0f172a;
    color: #ffffff;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 700;
    border: none;
    cursor: pointer;
}

/* Hero Big Logo Right Column Display Card */
.hero-logo-side {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hero-big-logo-card {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px);
    border-radius: 28px;
    padding: 3rem 2.2rem;
    border: 2px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.25), 0 0 0 1px rgba(243, 129, 0, 0.15);
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 480px;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.hero-big-logo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 32px 70px rgba(15, 23, 42, 0.32), 0 0 0 2px var(--orange-primary);
}

.logo-card-top-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 1.2px;
    color: var(--green-primary);
    background: var(--green-light);
    border: 1px solid var(--green-border);
    padding: 0.35rem 0.9rem;
    border-radius: 50px;
    margin-bottom: 1.8rem;
    text-transform: uppercase;
}

.logo-card-top-tag .live-dot {
    width: 8px;
    height: 8px;
    background: var(--green-primary);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--green-accent);
}

.logo-card-img-wrapper {
    background: #ffffff;
    padding: 1.8rem 2.2rem;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.02), 0 8px 20px rgba(15, 23, 42, 0.05);
    margin-bottom: 1.8rem;
}

.hero-big-logo-img {
    width: 100%;
    height: auto;
    max-height: 140px;
    object-fit: contain;
}

.logo-card-footer {
    display: flex;
    justify-content: center;
    gap: 1rem;
    border-top: 1px dashed #cbd5e1;
    padding-top: 1.4rem;
    flex-wrap: wrap;
}

.logo-card-feature {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    background: #f8fafc;
    padding: 0.45rem 0.9rem;
    border-radius: 50px;
    border: 1px solid #e2e8f0;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--text-dark);
}




