/* ==========================================================================
   BWER COMPANY V2 - 2026 ULTRA-MODERN INDUSTRIAL DESIGN SYSTEM
   ========================================================================== */

:root {
    --primary: #0A192F;
    --primary-light: #112240;
    --primary-surface: #1E2D4A;
    --accent: #F59E0B;
    --accent-hover: #D97706;
    --accent-glow: rgba(245, 158, 11, 0.25);
    --accent-subtle: rgba(245, 158, 11, 0.1);
    --text-primary: #0F172A;
    --text-muted: #64748B;
    --text-light: #94A3B8;
    --text-white: #FFFFFF;
    --bg-main: #F8FAFC;
    --bg-card: #FFFFFF;
    --border-color: #E2E8F0;
    --border-dark: rgba(255, 255, 255, 0.1);
    --shadow-sm: 0 2px 8px rgba(10, 25, 47, 0.04);
    --shadow-md: 0 10px 25px -5px rgba(10, 25, 47, 0.08), 0 8px 10px -6px rgba(10, 25, 47, 0.04);
    --shadow-lg: 0 20px 35px -5px rgba(10, 25, 47, 0.12), 0 10px 10px -5px rgba(10, 25, 47, 0.04);
    --shadow-glow: 0 0 25px rgba(245, 158, 11, 0.35);
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 22px;
    --radius-full: 9999px;
    --header-height: 80px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    background-color: var(--bg-main);
    color: var(--text-primary);
    line-height: 1.65;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/* RTL / LTR Adjustments */
[dir="rtl"] {
    text-align: right;
}
[dir="ltr"] {
    text-align: left;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Typography & Badges */
.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: var(--accent-subtle);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: var(--accent);
    font-size: 0.88rem;
    font-weight: 700;
    border-radius: var(--radius-full);
    margin-bottom: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.section-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 56px auto;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1.25;
    margin-bottom: 16px;
}

.section-subtitle {
    font-size: 1.15rem;
    color: var(--text-muted);
}

/* ==========================================================================
   METROLOGY EXECUTIVE HEADER & NAVIGATION SYSTEM (2026 PRO STANDARD)
   ========================================================================== */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.85);
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.04);
    transition: all 0.28s ease;
}

.site-header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 30px -4px rgba(15, 23, 42, 0.09);
    border-bottom-color: #CBD5E1;
}

.header-accent-strip {
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, #F59E0B 0%, #D97706 20%, #0284C7 50%, #059669 75%, #7C3AED 100%);
}

.header-inner {
    max-width: 1540px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    transition: height 0.25s ease;
}

.site-header.scrolled .header-inner {
    height: 64px;
}

/* --- Brand Logo Area --- */
.brand-logo-card {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    flex-shrink: 0;
    padding: 4px 6px;
    border-radius: 12px;
    transition: transform 0.2s ease;
}

.brand-logo-card:hover {
    transform: translateY(-1px);
}

.brand-badge-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
    border: 1.5px solid rgba(245, 158, 11, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F59E0B;
    font-size: 1.25rem;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.18), inset 0 1px 1px rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.brand-logo-card:hover .brand-badge-icon {
    transform: scale(1.05);
    border-color: #F59E0B;
}

.brand-text-wrap {
    display: flex;
    flex-direction: column;
}

.brand-name {
    font-size: 1.35rem;
    font-weight: 900;
    color: #0F172A;
    letter-spacing: -0.5px;
    line-height: 1.1;
    font-family: 'Plus Jakarta Sans', sans-serif;
    display: flex;
    align-items: baseline;
}

.brand-dot {
    color: #D97706;
    font-size: 1.6rem;
    line-height: 0.5;
}

.brand-subtitle {
    font-size: 0.62rem;
    font-weight: 800;
    color: #64748B;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    font-family: monospace;
    line-height: 1;
    margin-top: 3px;
}

/* --- Desktop Nav Pills --- */
.desktop-nav-wrap {
    display: none;
}

@media (min-width: 1200px) {
    .desktop-nav-wrap {
        display: flex;
        align-items: center;
        flex: 1;
        justify-content: center;
        margin: 0 12px;
    }
}

.nav-pills-list {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
}

.nav-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 11px;
    border-radius: 9px;
    text-decoration: none;
    font-size: 0.86rem;
    font-weight: 700;
    color: #334155;
    white-space: nowrap;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid transparent;
    position: relative;
}

.nav-pill:hover {
    background: #F1F5F9;
    color: #0F172A;
    border-color: #E2E8F0;
    transform: translateY(-1.5px);
}

.nav-pill.active {
    background: linear-gradient(135deg, #FFFBEB 0%, #FEF3C7 100%);
    color: #92400E;
    border-color: #FCD34D;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.15);
}

.pill-icon {
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease;
}

.nav-pill:hover .pill-icon {
    transform: scale(1.18);
}

.pill-icon.home-icon { color: #0284C7; }
.pill-icon.wb-icon { color: #D97706; }
.pill-icon.prod-icon { color: #059669; }
.pill-icon.soft-icon { color: #7C3AED; }
.pill-icon.gall-icon { color: #2563EB; }
.pill-icon.faq-icon { color: #64748B; }
.pill-icon.about-icon { color: #0D9488; }
.pill-icon.contact-icon { color: #E11D48; }

.pill-mini-badge {
    font-size: 0.65rem;
    font-weight: 900;
    padding: 1px 6px;
    border-radius: 6px;
    background: #FEF3C7;
    color: #92400E;
    border: 1px solid #FCD34D;
    line-height: 1.3;
    font-family: monospace;
}

.pill-mini-badge.comp-badge {
    background: #E0F2FE;
    color: #0369A1;
    border-color: #BAE6FD;
}

/* --- Right Action Dock --- */
.header-actions-dock {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

/* Segmented Language Capsule */
.lang-segmented-dock {
    display: inline-flex;
    align-items: center;
    background: #F1F5F9;
    border: 1px solid #E2E8F0;
    border-radius: 999px;
    padding: 3px;
    gap: 2px;
}

.seg-lang-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
    color: #64748B;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.seg-lang-btn:hover {
    color: #0F172A;
    background: rgba(255, 255, 255, 0.6);
}

.seg-lang-btn.is-active {
    background: #FFFFFF;
    color: #0F172A;
    border-color: #CBD5E1;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
}

.lang-flag {
    font-size: 0.85rem;
    line-height: 1;
}

/* VIP WhatsApp Button */
.btn-vip-wa {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
    color: #FFFFFF !important;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.3);
    transition: all 0.22s ease;
    flex-shrink: 0;
}

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

.wa-beacon-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #A7F3D0;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    animation: waBeaconPulse 2s infinite;
}

@keyframes waBeaconPulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8); }
    70% { box-shadow: 0 0 0 7px rgba(255, 255, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

@media (max-width: 640px) {
    .wa-text-label {
        display: none;
    }
    .btn-vip-wa {
        padding: 8px 12px;
    }
}

/* Header Action CTA */
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--accent) 0%, #EA580C 100%);
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 0.95rem;
    border-radius: var(--radius-full);
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.35);
    transition: var(--transition);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(245, 158, 11, 0.45);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 24px;
    background: #FFFFFF;
    color: #0F172A !important;
    border: 1.5px solid #CBD5E1;
    font-weight: 700;
    font-size: 0.95rem;
    border-radius: var(--radius-full);
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
    transition: var(--transition);
}

.btn-secondary:hover {
    background: #F8FAFC;
    color: #D97706 !important;
    border-color: #D97706;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    background: #25D366;
    color: #FFFFFF !important;
    font-weight: 700;
    border-radius: var(--radius-full);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    transition: var(--transition);
}

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

/* Mobile Hamburger Trigger */
.mobile-drawer-trigger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #F8FAFC;
    border: 1px solid #CBD5E1;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
    flex-shrink: 0;
}

.mobile-drawer-trigger:hover {
    background: #F1F5F9;
    border-color: #94A3B8;
}

.hamburger-bar {
    width: 20px;
    height: 2px;
    background: #0F172A;
    border-radius: 2px;
    transition: all 0.25s ease;
}

@media (min-width: 1200px) {
    .mobile-drawer-trigger {
        display: none;
    }
}

/* ==========================================================================
   MOBILE DRAWER NAVIGATION SHEET
   ========================================================================== */
body.drawer-open {
    overflow: hidden;
}

.mobile-drawer-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 1090;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.mobile-drawer-backdrop.active {
    opacity: 1;
    pointer-events: auto;
}

.mobile-drawer-sheet {
    position: fixed;
    top: 0;
    bottom: 0;
    inset-inline-end: 0;
    width: min(390px, 88vw);
    background: #FFFFFF;
    z-index: 1100;
    box-shadow: 0 0 45px rgba(15, 23, 42, 0.25);
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}

[dir="rtl"] .mobile-drawer-sheet {
    transform: translateX(-100%);
}

.mobile-drawer-sheet.open {
    transform: translateX(0) !important;
}

.drawer-header {
    padding: 16px 20px;
    border-bottom: 1px solid #E2E8F0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F8FAFC;
}

.drawer-close-btn {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    color: #0F172A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.drawer-close-btn:hover {
    background: #FEE2E2;
    color: #DC2626;
    border-color: #FCA5A5;
}

.drawer-cert-pill {
    margin: 12px 18px 4px 18px;
    padding: 7px 12px;
    background: #FFFBEB;
    border: 1px solid #FCD34D;
    border-radius: 8px;
    color: #92400E;
    font-size: 0.72rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: monospace;
}

.drawer-cert-pill i {
    color: #D97706;
}

.drawer-nav-list {
    flex: 1;
    overflow-y: auto;
    padding: 10px 16px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.drawer-nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 13px;
    border-radius: 12px;
    border: 1px solid #F1F5F9;
    text-decoration: none;
    transition: all 0.2s ease;
    background: #FFFFFF;
}

.drawer-nav-item:hover {
    background: #F8FAFC;
    border-color: #CBD5E1;
    transform: translateX(3px);
}

[dir="rtl"] .drawer-nav-item:hover {
    transform: translateX(-3px);
}

.drawer-nav-item.is-active {
    background: #FFFBEB;
    border-color: #FCD34D;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.12);
}

.drawer-item-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
}

.drawer-item-icon.home-icon { color: #0284C7; background: #F0F9FF; border-color: #BAE6FD; }
.drawer-item-icon.wb-icon { color: #D97706; background: #FFFBEB; border-color: #FDE68A; }
.drawer-item-icon.prod-icon { color: #059669; background: #ECFDF5; border-color: #A7F3D0; }
.drawer-item-icon.soft-icon { color: #7C3AED; background: #F5F3FF; border-color: #DDD6FE; }
.drawer-item-icon.gall-icon { color: #2563EB; background: #EFF6FF; border-color: #BFDBFE; }
.drawer-item-icon.faq-icon { color: #64748B; background: #F8FAFC; border-color: #E2E8F0; }
.drawer-item-icon.about-icon { color: #0D9488; background: #F0FDFA; border-color: #99F6E4; }
.drawer-item-icon.contact-icon { color: #E11D48; background: #FFF1F2; border-color: #FECDD3; }

.drawer-item-info {
    flex: 1;
    overflow: hidden;
}

.drawer-item-title {
    font-size: 0.94rem;
    font-weight: 800;
    color: #0F172A;
    display: flex;
    align-items: center;
    gap: 8px;
}

.drawer-badge {
    font-size: 0.65rem;
    font-weight: 900;
    padding: 1px 6px;
    border-radius: 4px;
    background: #FEF3C7;
    color: #92400E;
    font-family: monospace;
}

.drawer-badge.badge-cyan { background: #E0F2FE; color: #0369A1; }
.drawer-badge.badge-purple { background: #EDE9FE; color: #6D28D9; }

.drawer-item-desc {
    font-size: 0.74rem;
    color: #64748B;
    margin-top: 2px;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.drawer-nav-item i.fa-chevron-right {
    font-size: 0.8rem;
    color: #CBD5E1;
    transition: transform 0.2s ease, color 0.2s ease;
}

.drawer-nav-item:hover i.fa-chevron-right {
    color: #D97706;
    transform: translateX(2px);
}

[dir="rtl"] .drawer-nav-item:hover i.fa-chevron-right {
    transform: translateX(-2px);
}

.drawer-footer-hub {
    padding: 16px;
    background: #F8FAFC;
    border-top: 1px solid #E2E8F0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.drawer-lang-selector {
    display: flex;
    gap: 6px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    padding: 4px;
}

.drawer-lang-pill {
    flex: 1;
    text-align: center;
    padding: 8px 6px;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
    color: #64748B;
    transition: all 0.2s ease;
}

.drawer-lang-pill.is-active {
    background: #0F172A;
    color: #FFFFFF;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.2);
}

.drawer-actions-row {
    display: flex;
    gap: 8px;
}

.drawer-wa-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px;
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
    color: #FFFFFF;
    border-radius: 10px;
    font-weight: 800;
    font-size: 0.88rem;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
}

.drawer-call-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px;
    background: #0F172A;
    color: #FFFFFF;
    border-radius: 10px;
    font-weight: 800;
    font-size: 0.84rem;
    text-decoration: none;
}

/* Hero Section */
.hero-section {
    position: relative;
    padding-top: calc(var(--header-height) + 60px);
    padding-bottom: 90px;
    background-color: #F8FAFC;
    background-image: 
        radial-gradient(ellipse at 50% -10%, rgba(2, 132, 199, 0.06) 0%, rgba(245, 158, 11, 0.05) 35%, rgba(248, 250, 252, 0) 70%),
        linear-gradient(rgba(15, 23, 42, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.03) 1px, transparent 1px);
    background-size: 100% 600px, 24px 24px, 24px 24px;
    color: #0F172A;
    overflow: hidden;
    border-bottom: 1px solid #E2E8F0;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
    position: relative;
    z-index: 2;
}

@media (min-width: 992px) {
    .hero-grid {
        grid-template-columns: 1.2fr 1fr;
    }
}

.hero-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #0F172A;
}

.hero-highlight {
    background: linear-gradient(90deg, #D97706 0%, #F59E0B 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}

.hero-subtitle {
    font-size: 1.15rem;
    color: #475569;
    margin-bottom: 36px;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 40px;
}

.hero-trust-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.hero-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    font-weight: 600;
    color: #334155;
}

.hero-trust-item i {
    color: var(--accent);
    font-size: 1.2rem;
}

.hero-card {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: var(--radius-lg);
    padding: 16px;
    box-shadow: 0 20px 45px -12px rgba(15, 23, 42, 0.08);
}

.hero-image-wrap {
    border-radius: var(--radius-md);
    overflow: hidden;
    position: relative;
}

.hero-image-wrap img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.hero-card:hover .hero-image-wrap img {
    transform: scale(1.03);
}

.hero-live-badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: rgba(10, 25, 47, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(245, 158, 11, 0.4);
    padding: 10px 18px;
    border-radius: var(--radius-sm);
    color: #FFFFFF;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

[dir="rtl"] .hero-live-badge {
    left: auto;
    right: 16px;
}

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

@keyframes pulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(16, 185, 129, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

/* Stats Section */
.stats-section {
    background: #FFFFFF;
    padding: 48px 0;
    border-bottom: 1px solid var(--border-color);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

@media (min-width: 768px) {
    .stats-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.stat-box {
    text-align: center;
    padding: 24px;
    border-radius: var(--radius-md);
    background: var(--bg-main);
    border: 1px solid var(--border-color);
    transition: var(--transition);
}

.stat-box:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--accent);
}

.stat-num {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-muted);
}

/* Interactive Calculator Section */
.calculator-section {
    padding: 96px 0;
    background: #FFFFFF;
    position: relative;
}

.calc-card {
    background: var(--bg-main);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 40px;
    box-shadow: var(--shadow-lg);
}

.calc-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 36px;
}

@media (min-width: 992px) {
    .calc-grid {
        grid-template-columns: 1.8fr 1.2fr;
    }
}

.step-block {
    margin-bottom: 32px;
}

.step-label {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.option-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 640px) {
    .option-cards.two-cols {
        grid-template-columns: 1fr 1fr;
    }
}

.option-card {
    background: #FFFFFF;
    border: 2px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 18px 20px;
    cursor: pointer;
    transition: var(--transition);
    position: relative;
}

.option-card:hover {
    border-color: rgba(245, 158, 11, 0.5);
    background: #FFFCF7;
}

.option-card.selected {
    border-color: var(--accent);
    background: #FFFDF8;
    box-shadow: var(--shadow-sm);
}

.option-card.selected::after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 14px;
    right: 14px;
    color: var(--accent);
    font-size: 1rem;
}

[dir="rtl"] .option-card.selected::after {
    right: auto;
    left: 14px;
}

.option-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 6px;
}

.option-desc {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.5;
}

/* Calculator Result Panel */
.calc-summary {
    background: #FFFFFF;
    color: #0F172A;
    border-radius: var(--radius-md);
    padding: 36px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    border: 1px solid #E2E8F0;
}

.summary-spec-list {
    list-style: none;
    margin: 24px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.summary-spec-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #F1F5F9;
    font-size: 0.95rem;
}

.spec-key {
    color: #64748B;
}

.spec-val {
    font-weight: 700;
    color: #0F172A;
}

.price-display-box {
    background: #F8FAFC;
    border: 1px solid rgba(245, 158, 11, 0.35);
    border-radius: var(--radius-sm);
    padding: 18px;
    text-align: center;
    margin-bottom: 24px;
}

.price-est-label {
    font-size: 0.85rem;
    color: #64748B;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.price-est-value {
    font-size: 2.2rem;
    font-weight: 800;
    color: #D97706;
}

/* Products Section */
.products-section {
    padding: 96px 0;
    background: var(--bg-main);
}

.products-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

@media (min-width: 992px) {
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.product-card {
    background: #FFFFFF;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-color);
    overflow: hidden;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(245, 158, 11, 0.4);
}

.product-thumb {
    height: 220px;
    overflow: hidden;
    position: relative;
}

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

.product-card:hover .product-thumb img {
    transform: scale(1.06);
}

.product-body {
    padding: 28px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 12px;
}

.product-desc {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin-bottom: 20px;
    line-height: 1.6;
}

.product-features {
    list-style: none;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--text-primary);
}

.product-features i {
    color: var(--accent);
}

/* Product Filter Tabs & Badges */
.product-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 48px;
}

.filter-tab-btn {
    padding: 10px 22px;
    background: #FFFFFF;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-full);
    font-weight: 700;
    font-size: 0.92rem;
    color: var(--text-primary);
    cursor: pointer;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.filter-tab-btn:hover {
    border-color: var(--accent);
    color: var(--accent);
    transform: translateY(-2px);
}

.filter-tab-btn.active {
    background: var(--primary);
    color: #FFFFFF;
    border-color: var(--primary);
    box-shadow: 0 4px 15px rgba(10, 25, 47, 0.2);
}

.filter-tab-btn.active i {
    color: var(--accent);
}

.product-card.hidden {
    display: none !important;
}

.product-cat-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(10, 25, 47, 0.85);
    backdrop-filter: blur(6px);
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: var(--radius-full);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid rgba(245, 158, 11, 0.3);
}

[dir="rtl"] .product-cat-badge {
    left: auto;
    right: 14px;
}

/* Software Ecosystem */
.software-section {
    padding: 96px 0;
    background-color: #F8FAFC;
    background-image: 
        radial-gradient(ellipse at 50% -10%, rgba(2, 132, 199, 0.05) 0%, rgba(245, 158, 11, 0.04) 35%, rgba(248, 250, 252, 0) 70%),
        linear-gradient(rgba(15, 23, 42, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.025) 1px, transparent 1px);
    background-size: 100% 600px, 24px 24px, 24px 24px;
    color: #0F172A;
    border-top: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
}

.software-section .section-title {
    color: #0F172A;
}

.software-section .section-subtitle {
    color: #64748B;
}

.software-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}

@media (min-width: 768px) {
    .software-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.software-box {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: var(--radius-md);
    padding: 32px;
    transition: var(--transition);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}

.software-box:hover {
    background: #FFFFFF;
    border-color: rgba(245, 158, 11, 0.5);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    transform: translateY(-4px);
}

.software-icon {
    width: 56px;
    height: 56px;
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.3);
    border-radius: var(--radius-sm);
    color: #D97706;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.software-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 12px;
}

.software-desc {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.6;
}

/* Gallery Section */
.gallery-section {
    padding: 96px 0;
    background: #FFFFFF;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

@media (min-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
}

@media (min-width: 1024px) {
    .gallery-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.gallery-item {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    height: 240px;
    box-shadow: var(--shadow-sm);
    cursor: pointer;
}

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

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 25, 47, 0.85) 0%, transparent 60%);
    display: flex;
    align-items: flex-end;
    padding: 16px;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 0.9rem;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

/* Lightbox Modal */
.lightbox-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.lightbox-modal.active {
    display: flex;
}

.lightbox-img {
    max-width: 90%;
    max-height: 85vh;
    border-radius: var(--radius-md);
    box-shadow: 0 0 35px rgba(0,0,0,0.8);
}

.lightbox-close {
    position: absolute;
    top: 24px;
    right: 24px;
    color: #FFFFFF;
    font-size: 2rem;
    cursor: pointer;
}

/* Comparison Table */
.comparison-section {
    padding: 96px 0;
    background: var(--bg-main);
}

.comparison-card {
    background: #FFFFFF;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    overflow: hidden;
}

.comp-table {
    width: 100%;
    border-collapse: collapse;
}

.comp-table th, .comp-table td {
    padding: 20px 24px;
    text-align: inherit;
    border-bottom: 1px solid var(--border-color);
}

.comp-table th {
    background: #F1F5F9;
    font-weight: 800;
    font-size: 1.05rem;
    color: var(--primary);
}

.comp-table th.highlight, .comp-table td.highlight {
    background: #FFFDF8;
    border-inline: 2px solid var(--accent);
}

.comp-table tr:last-child td {
    border-bottom: none;
}

.comp-feature {
    font-weight: 700;
    color: var(--primary);
}

.badge-win {
    color: #10B981;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.badge-loss {
    color: #EF4444;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* FAQ Accordion */
.faq-section {
    padding: 96px 0;
    background: #FFFFFF;
}

.faq-list {
    max-width: 840px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: var(--transition);
}

.faq-item.active {
    border-color: var(--accent);
    box-shadow: var(--shadow-sm);
}

.faq-question {
    width: 100%;
    padding: 22px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--primary);
    background: #FFFFFF;
    text-align: inherit;
}

.faq-icon {
    font-size: 1rem;
    color: var(--accent);
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 24px 22px 24px;
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.7;
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

/* Contact Section */
.contact-section {
    padding: 96px 0;
    background: var(--bg-main);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
}

@media (min-width: 992px) {
    .contact-grid {
        grid-template-columns: 1.1fr 0.9fr;
    }
}

.contact-form-card {
    background: #FFFFFF;
    border-radius: var(--radius-lg);
    padding: 40px;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--primary);
    margin-bottom: 8px;
}

.form-input, .form-textarea, .form-select {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    font-family: inherit;
    font-size: 1rem;
    color: var(--text-primary);
    background: #F8FAFC;
    transition: var(--transition);
}

.form-input:focus, .form-textarea:focus, .form-select:focus {
    outline: none;
    border-color: var(--accent);
    background: #FFFFFF;
    box-shadow: 0 0 0 4px var(--accent-subtle);
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-box {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.contact-box-icon {
    width: 48px;
    height: 48px;
    background: var(--accent-subtle);
    border-radius: var(--radius-sm);
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.contact-box-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 4px;
}

.contact-box-desc {
    font-size: 0.95rem;
    color: var(--text-muted);
}

/* Footer - Light Executive Industrial */
.site-footer {
    background: #FFFFFF;
    color: #475569;
    padding: 70px 0 32px 0;
    border-top: 1px solid #E2E8F0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

@media (min-width: 992px) {
    .footer-grid {
        grid-template-columns: 1.4fr 0.9fr 1.1fr 1fr;
    }
}

@media (min-width: 640px) and (max-width: 991px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footer-brand .brand-logo {
    color: #0F172A !important;
}

.footer-brand p {
    color: #64748B;
    line-height: 1.65;
}

.footer-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links a {
    color: #475569;
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--accent);
    padding-inline-start: 6px;
}

.footer-bottom {
    padding-top: 32px;
    border-top: 1px solid #E2E8F0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 0.9rem;
    color: #64748B;
}

@media (min-width: 768px) {
    .footer-bottom {
        flex-direction: row;
    }
}

/* Floating Quick Actions */
.floating-whatsapp {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.9rem;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4);
    z-index: 990;
    transition: var(--transition);
}

[dir="rtl"] .floating-whatsapp {
    right: auto;
    left: 28px;
}

.floating-whatsapp:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 35px rgba(37, 211, 102, 0.6);
}

/* ==========================================================================
   2026 WORLD-CLASS INDUSTRIAL UI/UX SYSTEM & MICRO-ANIMATIONS
   ========================================================================== */

/* Keyframe Animations */
@keyframes floatGentle {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-6px); }
}

@keyframes pulseDot {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.6); }
    70% { transform: scale(1.05); box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

@keyframes pulseAmber {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(217, 119, 6, 0.5); }
    70% { transform: scale(1.05); box-shadow: 0 0 0 8px rgba(217, 119, 6, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(217, 119, 6, 0); }
}

@keyframes shimmerLight {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

@keyframes radarSweep {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Reveal On Scroll Utility */
.reveal-on-scroll {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

.reveal-on-scroll.is-revealed {
    opacity: 1;
    transform: translateY(0);
}

/* Live Operational Top Badge */
.hero-live-badge-top {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #FFFFFF;
    border: 1px solid rgba(217, 119, 6, 0.3);
    box-shadow: 0 4px 14px rgba(217, 119, 6, 0.08);
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 0.84rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 20px;
    animation: floatGentle 5s ease-in-out infinite;
}

.live-ping-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #10B981;
    display: inline-block;
    animation: pulseDot 2s infinite;
}

/* Trust Signals Micro-Cards */
.hero-trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.hero-trust-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.hero-trust-card:hover {
    transform: translateY(-3px);
    border-color: rgba(217, 119, 6, 0.4);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.hero-trust-card i {
    font-size: 1.3rem;
    color: #D97706;
    flex-shrink: 0;
}

.hero-trust-card span {
    font-size: 0.85rem;
    font-weight: 700;
    color: #334155;
    line-height: 1.4;
}

/* Hero Metrology Console (Live Telemetry HUD) */
.hero-hud-card {
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px -15px rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(255, 255, 255, 0.8) inset;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.hero-hud-card:hover {
    box-shadow: 0 30px 70px -15px rgba(15, 23, 42, 0.16);
}

.hud-topbar {
    background: #0F172A;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #1E293B;
}

.hud-dots {
    display: flex;
    gap: 6px;
}

.hud-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.hud-dot.red { background: #EF4444; }
.hud-dot.yellow { background: #F59E0B; }
.hud-dot.green { background: #10B981; }

.hud-title-tag {
    font-size: 0.78rem;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 700;
    color: #94A3B8;
    letter-spacing: 0.5px;
}

.hud-live-indicator {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.4);
    color: #34D399;
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 0.72rem;
    font-weight: 800;
}

/* Digital Scale Screen */
.hud-screen {
    background: linear-gradient(180deg, #0A1120 0%, #0F172A 100%);
    padding: 20px 22px;
    color: #FFFFFF;
    position: relative;
    border-bottom: 1px solid #1E293B;
}

.hud-screen::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(245, 158, 11, 0.6), transparent);
}

.hud-readout-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.hud-digits-box {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.hud-digits {
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    font-family: 'Courier New', Courier, monospace;
    font-weight: 900;
    color: #10B981;
    letter-spacing: 2px;
    text-shadow: 0 0 20px rgba(16, 185, 129, 0.5);
    line-height: 1;
    transition: color 0.2s ease;
}

.hud-digits.pulsing {
    color: #F59E0B;
    text-shadow: 0 0 20px rgba(245, 158, 11, 0.6);
}

.hud-unit {
    font-size: 1.2rem;
    font-weight: 800;
    color: #94A3B8;
}

.hud-status-pills {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.hud-status-pill {
    font-size: 0.7rem;
    font-weight: 800;
    font-family: 'Courier New', Courier, monospace;
    padding: 3px 8px;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

.hud-status-pill.stable {
    background: rgba(16, 185, 129, 0.2);
    color: #34D399;
    border: 1px solid rgba(16, 185, 129, 0.5);
}

.hud-status-pill.net {
    background: rgba(2, 132, 199, 0.2);
    color: #38BDF8;
    border: 1px solid rgba(2, 132, 199, 0.5);
}

.hud-status-pill.class-iii {
    background: rgba(245, 158, 11, 0.2);
    color: #FBBF24;
    border: 1px solid rgba(245, 158, 11, 0.5);
}

/* Axle Weight Bar */
.hud-axle-breakdown {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 10px 14px;
    margin-bottom: 12px;
}

.hud-axle-label {
    font-size: 0.75rem;
    color: #94A3B8;
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    font-weight: 600;
}

.hud-axle-meter {
    height: 8px;
    background: #1E293B;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    gap: 2px;
}

.hud-axle-meter-seg {
    height: 100%;
    background: #10B981;
    transition: width 0.4s ease;
}

.hud-axle-meter-seg:nth-child(2) { background: #34D399; }
.hud-axle-meter-seg:nth-child(3) { background: #6EE7B7; }

/* Interactive Scale Controls in HUD */
.hud-btn-row {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.hud-action-btn {
    flex: 1;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #F1F5F9;
    padding: 7px 10px;
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.hud-action-btn:hover {
    background: rgba(245, 158, 11, 0.2);
    border-color: #F59E0B;
    color: #FBBF24;
}

/* HUD Hardware Specs Matrix (Bottom Half) */
.hud-specs-strip {
    background: #FFFFFF;
    padding: 16px 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.hud-spec-chip {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hud-spec-chip i {
    color: #D97706;
    font-size: 1.1rem;
}

.hud-spec-chip-text {
    font-size: 0.78rem;
    color: #334155;
    font-weight: 700;
    line-height: 1.3;
}

/* ==========================================================================
   STATS SECTION - EXECUTIVE KPI CARDS
   ========================================================================== */
.stats-section {
    background: #FFFFFF;
    padding: 50px 0;
    border-bottom: 1px solid #E2E8F0;
}

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

.stat-kpi-card {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 24px 20px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 16px;
}

.stat-kpi-card:hover {
    transform: translateY(-5px);
    border-color: rgba(217, 119, 6, 0.4);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    background: #FFFFFF;
}

.stat-kpi-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    color: #D97706;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
    flex-shrink: 0;
    transition: transform 0.3s ease, color 0.3s ease, background 0.3s ease;
}

.stat-kpi-card:hover .stat-kpi-icon {
    transform: scale(1.08);
}

.stat-kpi-num {
    font-size: clamp(1.9rem, 3.5vw, 2.5rem);
    font-weight: 900;
    color: #0F172A;
    line-height: 1;
    margin-bottom: 4px;
    font-family: inherit;
    letter-spacing: -0.5px;
}

.stat-kpi-label {
    font-size: 0.88rem;
    color: #64748B;
    font-weight: 600;
    line-height: 1.35;
}

/* ==========================================================================
   WEIGH-OS SUITE - INTERACTIVE COMMAND PREVIEW CONSOLE
   ========================================================================== */
.weighos-console-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 36px;
    align-items: center;
}

@media (min-width: 992px) {
    .weighos-console-grid {
        grid-template-columns: 1.2fr 0.8fr;
    }
}

.weighos-window {
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px -15px rgba(15, 23, 42, 0.12);
}

.weighos-window-header {
    background: #0F172A;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.weighos-ticket-box {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 16px;
    margin: 16px;
}

.weighos-feature-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 14px;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.weighos-feature-card:hover, .weighos-feature-card.active {
    border-color: #D97706;
    background: #FFFDF8;
    transform: translateX(4px);
    box-shadow: 0 6px 18px rgba(217, 119, 6, 0.08);
}

[dir="rtl"] .weighos-feature-card:hover, [dir="rtl"] .weighos-feature-card.active {
    transform: translateX(-4px);
}

