/* ==========================================================================
   Western Manufacturing V2 - Professional Corporate B2B Design System
   ========================================================================== */

:root {
    /* Corporate Color Palette */
    --navy-main: #0b132b;
    --navy-surface: #1c2541;
    --navy-card: #222e50;
    
    --emerald-deep: #1b4332;
    --emerald-accent: #2d6a4f;
    --emerald-light: #e8f5e9;
    
    --gold-accent: #c59b27;
    --gold-hover: #a37f1e;
    --gold-light: #fdf8eb;
    
    --slate-900: #0f172a;
    --slate-800: #1e293b;
    --slate-700: #334155;
    --slate-600: #475569;
    --slate-500: #64748b;
    --slate-300: #cbd5e1;
    --slate-200: #e2e8f0;
    --slate-100: #f1f5f9;
    --bg-surface: #f8f9fa;
    --white: #ffffff;
    
    /* Typography */
    --font-en-body: 'Inter', system-ui, -apple-system, sans-serif;
    --font-en-head: 'Outfit', sans-serif;
    --font-ar-body: 'Cairo', system-ui, sans-serif;
    --font-ar-head: 'Alexandria', 'Cairo', sans-serif;
    
    /* Transitions & Shadows */
    --transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    --shadow-sm: 0 2px 4px rgba(11, 19, 43, 0.04);
    --shadow-md: 0 6px 16px rgba(11, 19, 43, 0.08);
    --shadow-lg: 0 12px 32px rgba(11, 19, 43, 0.12);
    --shadow-xl: 0 20px 45px rgba(11, 19, 43, 0.18);
    
    /* Radii */
    --r-sm: 4px;
    --r-md: 10px;
    --r-lg: 18px;
    --r-full: 9999px;
}

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

html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100%;
}

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

body.v2-body {
    font-family: var(--font-en-body);
    background-color: var(--bg-surface);
    color: var(--slate-800);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    position: relative;
}

/* ==========================================================================
   ARABIC & RTL SPECIFIC TYPOGRAPHY & SPACING RULES
   ========================================================================== */
html[dir="rtl"] body.v2-body,
html[dir="rtl"] .v2-body * {
    font-family: var(--font-ar-body);
    letter-spacing: normal !important;
    word-spacing: normal !important;
}

html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3, html[dir="rtl"] h4, html[dir="rtl"] .v2-title {
    font-family: var(--font-ar-head) !important;
}

html[dir="rtl"] p, html[dir="rtl"] li, html[dir="rtl"] .v2-lead, html[dir="rtl"] .v2-body {
    line-height: 1.85 !important;
}

/* Scrambling Prevention for Mixed Text & Numbers */
.ltr-inline {
    direction: ltr !important;
    unicode-bidi: embed;
    display: inline-block;
}

/* Container & Sections */
.container {
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 1.5rem;
}

.v2-padding {
    padding-block: 5.5rem;
}

.text-center { text-align: center; }
.text-white { color: var(--white) !important; }
.text-light { color: var(--slate-300) !important; }

.v2-tag {
    display: inline-block;
    padding: 0.35rem 1.1rem;
    background: var(--emerald-light);
    color: var(--emerald-deep);
    font-size: 0.85rem;
    font-weight: 700;
    border-radius: var(--r-full);
    margin-bottom: 0.85rem;
    text-transform: uppercase;
}

.v2-tag.gold {
    background: var(--gold-light);
    color: var(--gold-accent);
}

.v2-title {
    font-family: var(--font-en-head);
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--navy-main);
    line-height: 1.25;
    margin-bottom: 1rem;
}

.v2-desc {
    font-size: 1.1rem;
    color: var(--slate-600);
    max-width: 680px;
    margin-inline: auto;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 1.85rem;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: var(--r-md);
    text-decoration: none;
    cursor: pointer;
    border: 2px solid transparent;
    transition: var(--transition);
}

.btn-navy {
    background-color: var(--navy-main);
    color: var(--white);
    box-shadow: var(--shadow-md);
}

.btn-navy:hover {
    background-color: var(--navy-surface);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.btn-gold {
    background-color: var(--gold-accent);
    color: var(--navy-main);
    box-shadow: 0 4px 14px rgba(197, 155, 39, 0.3);
}

.btn-gold:hover {
    background-color: var(--gold-hover);
    color: var(--white);
    transform: translateY(-2px);
}

.btn-emerald {
    background-color: var(--emerald-deep);
    color: var(--white);
}

.btn-emerald:hover {
    background-color: var(--emerald-accent);
    transform: translateY(-2px);
}

.btn-outline-gold {
    border-color: var(--gold-accent);
    color: var(--gold-accent);
    background: transparent;
}

.btn-outline-gold:hover {
    background: var(--gold-accent);
    color: var(--navy-main);
}

.btn-outline-navy {
    border-color: var(--navy-main);
    color: var(--navy-main);
    background: transparent;
}

.btn-outline-navy:hover {
    background: var(--navy-main);
    color: var(--white);
}

.btn-whatsapp {
    background-color: #128c7e;
    color: var(--white);
    box-shadow: 0 4px 14px rgba(18, 140, 126, 0.3);
}

.btn-whatsapp:hover {
    background-color: #075e54;
    color: var(--white);
    transform: translateY(-2px);
}

.btn-whatsapp svg {
    width: 24px;
    height: 24px;
    min-width: 24px;
    flex-shrink: 0;
}

.btn-sm {
    padding: 0.5rem 1.1rem;
    font-size: 0.85rem;
}

.btn-block {
    width: 100%;
}

/* Vector SVG Icon Utils */
.svg-icon {
    vertical-align: middle;
    display: inline-block;
}

.comp-icon-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: var(--white);
    border: 1px solid var(--slate-200);
    border-radius: var(--r-md);
    box-shadow: var(--shadow-sm);
    flex-shrink: 0;
}

.b-icon-svg, .c-info-icon-svg, .cap-icon-svg, .est-icon-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.c-info-icon-svg {
    width: 44px;
    height: 44px;
    background: var(--white);
    border-radius: 50%;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--slate-200);
}

/* Top Corporate Announcement Bar */
.top-corp-bar {
    background-color: var(--navy-main);
    color: var(--slate-300);
    font-size: 0.825rem;
    padding-block: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.corp-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.corp-cert-info {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.cert-pill {
    padding: 0.15rem 0.55rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--r-sm);
    color: var(--gold-accent);
    font-size: 0.75rem;
    font-weight: 700;
}

.corp-contacts {
    display: flex;
    gap: 1.5rem;
}

.corp-link {
    color: var(--slate-300);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: var(--transition);
}

.corp-link:hover {
    color: var(--white);
}

/* Corporate Sticky Header */
.header-v2 {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--slate-200);
    transition: var(--transition);
}

.header-v2-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 82px;
}

.logo-v2 {
    height: 48px;
    width: auto;
    display: block;
}

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

.mobile-quote-item {
    display: none;
}

.v2-nav-link {
    text-decoration: none;
    color: var(--slate-700);
    font-weight: 700;
    font-size: 0.95rem;
    padding-block: 0.25rem;
    position: relative;
    transition: var(--transition);
}

.v2-nav-link:hover, .v2-nav-link.active {
    color: var(--emerald-deep);
}

.v2-nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: var(--gold-accent);
    transition: var(--transition);
}

html[dir="rtl"] .v2-nav-link::after {
    left: auto;
    right: 0;
}

.v2-nav-link:hover::after, .v2-nav-link.active::after {
    width: 100%;
}

.header-v2-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.lang-btn-v2 {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.9rem;
    background: var(--slate-100);
    border: 1px solid var(--slate-300);
    border-radius: var(--r-full);
    font-weight: 800;
    font-size: 0.85rem;
    cursor: pointer;
    transition: var(--transition);
    color: var(--navy-main);
}

.lang-btn-v2:hover {
    background: var(--gold-light);
    border-color: var(--gold-accent);
}

.menu-toggle-v2 {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: var(--slate-100);
    border: 1px solid var(--slate-300);
    border-radius: var(--r-sm);
    cursor: pointer;
    padding: 8px 10px;
    transition: var(--transition);
}

.menu-toggle-v2:hover {
    background: var(--slate-200);
}

.menu-toggle-v2 span {
    width: 20px;
    height: 2px;
    background-color: var(--navy-main);
    border-radius: 2px;
}

/* Executive Hero Section */
.hero-v2 {
    background: linear-gradient(135deg, var(--navy-main) 0%, var(--navy-surface) 100%);
    color: var(--white);
    padding-block: 5.5rem 6.5rem;
    position: relative;
}

.hero-v2-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3.5rem;
    align-items: center;
}

.corp-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--r-full);
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.hero-v2-title {
    font-family: var(--font-en-head);
    font-size: 3.8rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 0.35rem;
}

.gold-dot { color: var(--gold-accent); }

.hero-v2-sub {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--gold-accent);
    margin-bottom: 1.25rem;
}

.hero-v2-lead {
    font-size: 1.1rem;
    color: var(--slate-300);
    margin-bottom: 2.25rem;
    max-width: 640px;
}

.hero-v2-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3rem;
}

.hero-v2-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--r-lg);
}

.m-card {
    display: flex;
    flex-direction: column;
}

.m-val {
    font-size: 1.75rem;
    font-weight: 900;
    color: var(--white);
    line-height: 1;
}

.m-unit {
    color: var(--gold-accent);
    font-weight: 900;
}

.m-lbl {
    font-size: 0.75rem;
    color: var(--slate-300);
    margin-top: 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Visual Card Carousel */
.visual-card-v2 {
    background: var(--navy-card);
    border-radius: var(--r-lg);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: var(--shadow-xl);
    position: relative;
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.visual-carousel {
    position: absolute;
    inset: 0;
}

.v-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.v-slide.active { opacity: 1; }

.visual-overlay-info {
    position: relative;
    z-index: 10;
    padding: 2rem;
    background: linear-gradient(to top, rgba(11, 19, 43, 0.95), transparent);
}

.badge-gold {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: var(--gold-accent);
    color: var(--navy-main);
    font-size: 0.75rem;
    font-weight: 800;
    border-radius: var(--r-sm);
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}

.visual-overlay-info h4 {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 0.5rem;
}

.visual-overlay-info p {
    font-size: 0.875rem;
    color: var(--slate-300);
}

/* Compliance Strip */
.compliance-strip {
    background-color: var(--white);
    padding-block: 2.5rem;
    border-bottom: 1px solid var(--slate-200);
}

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

.comp-box {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.35rem 1.25rem;
    background: var(--bg-surface);
    border: 1px solid var(--slate-200);
    border-radius: var(--r-md);
    transition: var(--transition);
    width: 100%;
}

.comp-box:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    border-color: var(--gold-accent);
}

.comp-text {
    flex: 1;
}

.comp-text h4 {
    font-size: 1rem;
    font-weight: 800;
    color: var(--navy-main);
    margin-bottom: 0.2rem;
}

.comp-text p {
    font-size: 0.85rem;
    color: var(--slate-600);
    line-height: 1.45;
}

/* About Section V2 */
.grid-2-v2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.align-center { align-items: center; }

.v2-lead {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--emerald-deep);
    margin-bottom: 1rem;
}

.v2-body {
    font-size: 1rem;
    color: var(--slate-600);
    margin-bottom: 2rem;
}

.a-bullets-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.bullet-card {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background: var(--white);
    border: 1px solid var(--slate-200);
    border-radius: var(--r-md);
    box-shadow: var(--shadow-sm);
}

.bullet-card h4 {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--navy-main);
}

.bullet-card p {
    font-size: 0.8rem;
    color: var(--slate-500);
}

.a-cta {
    display: flex;
    gap: 1rem;
}

.video-frame-v2 {
    background: var(--navy-main);
    border-radius: var(--r-lg);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    border: 1px solid var(--slate-300);
}

.v2-factory-video {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
}

.video-caption-bar {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 1.5rem;
    background: var(--navy-surface);
    color: var(--white);
    font-size: 0.875rem;
    font-weight: 600;
}

.v-dot {
    width: 10px;
    height: 10px;
    background: var(--gold-accent);
    border-radius: 50%;
}

/* Capabilities 6-Grid */
.cap-grid-v2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
    margin-top: 3.5rem;
}

.cap-card-v2 {
    background: var(--white);
    padding: 2.25rem 1.75rem;
    border-radius: var(--r-lg);
    border: 1px solid var(--slate-200);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.cap-card-v2:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl);
    border-color: var(--gold-accent);
}

.cap-header-v2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.cap-num-v2 {
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--gold-accent);
    padding: 0.25rem 0.65rem;
    background: var(--gold-light);
    border-radius: var(--r-sm);
}

.cap-card-v2 h3 {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--navy-main);
    margin-bottom: 0.35rem;
}

.cap-stat-v2 {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--emerald-deep);
    margin-bottom: 0.85rem;
}

.cap-body-v2 {
    font-size: 0.875rem;
    color: var(--slate-600);
}

/* Portfolio Section V2 */
.portfolio-v2-section {
    background-color: var(--white);
}

.v2-filter-bar {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-block: 2.5rem 3.5rem;
    flex-wrap: wrap;
}

.v2-f-btn {
    padding: 0.65rem 1.5rem;
    background: var(--bg-surface);
    border: 1px solid var(--slate-300);
    border-radius: var(--r-full);
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--slate-700);
    cursor: pointer;
    transition: var(--transition);
}

.v2-f-btn:hover, .v2-f-btn.active {
    background: var(--navy-main);
    color: var(--gold-accent);
    border-color: var(--navy-main);
    box-shadow: var(--shadow-md);
}

.v2-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.v2-product-card {
    background: var(--bg-surface);
    border-radius: var(--r-lg);
    border: 1px solid var(--slate-200);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: var(--transition);
}

.v2-product-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl);
    border-color: var(--gold-accent);
}

.v2-card-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 10;
    padding: 0.3rem 0.8rem;
    background: var(--emerald-deep);
    color: var(--white);
    font-size: 0.75rem;
    font-weight: 800;
    border-radius: var(--r-full);
}

html[dir="rtl"] .v2-card-badge {
    left: auto;
    right: 1rem;
}

.v2-card-badge.gold { background: var(--gold-accent); color: var(--navy-main); }
.v2-card-badge.blue { background: #1d4ed8; }
.v2-card-badge.purple { background: #7e22ce; }
.v2-card-badge.green { background: #15803d; }
.v2-card-badge.dark { background: var(--navy-main); }

.v2-img-box {
    height: 240px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.v2-img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: var(--transition);
}

.v2-product-card:hover .v2-img-box img {
    transform: scale(1.08);
}

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

.v2-brand-name {
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--gold-accent);
    text-transform: uppercase;
    margin-bottom: 0.35rem;
}

.v2-card-content h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--navy-main);
    margin-bottom: 0.5rem;
}

.v2-card-content p {
    font-size: 0.875rem;
    color: var(--slate-600);
    margin-bottom: 1.25rem;
}

.v2-spec-list {
    font-size: 0.8rem;
    color: var(--slate-700);
    margin-top: auto;
    padding-top: 0.85rem;
    border-top: 1px dashed var(--slate-300);
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 1.25rem;
}

.v2-card-actions {
    display: flex;
    gap: 0.75rem;
}

/* OEM & Private Label Section */
.oem-v2-section {
    background-color: var(--navy-main);
    color: var(--white);
}

.process-v2-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.25rem;
    margin-block: 3.5rem 4.5rem;
}

.p-step-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--r-md);
    padding: 1.5rem 1rem;
    text-align: center;
}

.p-step-num {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--gold-accent);
    display: block;
    margin-bottom: 0.5rem;
}

.p-step-card h4 {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 0.35rem;
}

.p-step-card p {
    font-size: 0.775rem;
    color: var(--slate-300);
}

/* Estimator Widget V2 */
.estimator-card-v2 {
    background: var(--white);
    color: var(--slate-800);
    border-radius: var(--r-lg);
    padding: 2.75rem;
    box-shadow: var(--shadow-xl);
    max-width: 900px;
    margin-inline: auto;
}

.est-header-v2 {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--slate-200);
    margin-bottom: 2rem;
}

.est-header-v2 h3 {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--navy-main);
}

.est-header-v2 p {
    font-size: 0.875rem;
    color: var(--slate-500);
}

.est-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.f-group-v2 {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.f-group-v2 label {
    font-size: 0.875rem;
    font-weight: 800;
    color: var(--navy-main);
}

.range-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.range-top strong {
    color: var(--gold-accent);
    font-size: 1rem;
}

.v2-select, .v2-input, .v2-textarea {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1px solid var(--slate-300);
    border-radius: var(--r-md);
    font-family: inherit;
    font-size: 0.95rem;
    color: var(--navy-main);
    background: var(--white);
    transition: var(--transition);
}

.v2-select:focus, .v2-input:focus, .v2-textarea:focus {
    outline: none;
    border-color: var(--gold-accent);
    box-shadow: 0 0 0 3px rgba(197, 155, 39, 0.25);
}

.v2-range {
    width: 100%;
    accent-color: var(--gold-accent);
    cursor: pointer;
    height: 8px;
    border-radius: 4px;
}

.est-summary-box {
    background: var(--bg-surface);
    border: 1px solid var(--slate-200);
    border-radius: var(--r-md);
    padding: 1.25rem 1.75rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.75rem;
}

.s-item {
    display: flex;
    flex-direction: column;
}

.s-item span { font-size: 0.775rem; color: var(--slate-500); }
.s-item strong { font-size: 1rem; color: var(--navy-main); font-weight: 800; }

/* Contact Section V2 */
.c-info-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
}

.c-info-card {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
}

.c-info-card h4 {
    font-size: 1rem;
    font-weight: 800;
    color: var(--navy-main);
}

.c-info-card p {
    font-size: 0.9rem;
    color: var(--slate-600);
}

.v2-link {
    color: var(--emerald-deep);
    text-decoration: none;
    font-weight: 700;
}

.v2-link:hover { text-decoration: underline; }

.form-card-v2 {
    background: var(--white);
    padding: 2.75rem;
    border-radius: var(--r-lg);
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--slate-200);
}

.form-card-v2 h3 {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--navy-main);
    margin-bottom: 1.5rem;
}

.form-v2 {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.gap-sm { gap: 1rem; }

.map-box-v2 {
    margin-top: 4rem;
    border-radius: var(--r-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--slate-300);
}

/* Footer V2 */
.footer-v2 {
    background-color: var(--navy-main);
    color: var(--slate-300);
    padding-top: 5rem;
}

.footer-v2-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 3.5rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.f2-logo img {
    height: 48px;
    margin-bottom: 1.25rem;
}

.f2-col h4 {
    color: var(--white);
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 1.25rem;
}

.f2-links-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.f2-links-list a {
    color: var(--slate-300);
    text-decoration: none;
    font-size: 0.9rem;
    transition: var(--transition);
}

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

.f2-badges {
    display: flex;
    gap: 0.5rem;
    margin-top: 1.25rem;
}

.f2-tag {
    font-size: 0.75rem;
    padding: 0.25rem 0.6rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--r-sm);
    color: var(--gold-accent);
    font-weight: 700;
}

.f2-social-icons {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.s-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    transition: var(--transition);
}

.s-icon.wa:hover { background: #25D366; }
.s-icon.fb:hover { background: #1877F2; }
.s-icon.in:hover { background: #0A66C2; }

.f2-info {
    font-size: 0.9rem;
    margin-bottom: 0.6rem;
}

.f2-map-link {
    color: var(--slate-300);
    text-decoration: none;
    transition: var(--transition);
}

.f2-map-link:hover {
    color: var(--gold-accent);
    text-decoration: underline;
}

.footer-v2-bottom {
    padding-block: 1.75rem;
    font-size: 0.85rem;
    color: var(--slate-500);
}

.f2-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.gonet-credit {
    font-size: 0.85rem;
    color: var(--slate-300);
}

.gonet-link {
    color: var(--gold-accent);
    font-weight: 700;
    text-decoration: none;
    transition: var(--transition);
}

.gonet-link:hover {
    color: var(--white);
    text-decoration: underline;
}

.f2-legal {
    display: flex;
    gap: 1.5rem;
}

.f2-legal a { color: var(--slate-500); text-decoration: none; }
.f2-legal a:hover { color: var(--white); }

/* Floating Actions */
.v2-whatsapp-float {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
    z-index: 990;
    transition: var(--transition);
}

html[dir="rtl"] .v2-whatsapp-float {
    right: auto;
    left: 2rem;
}

.v2-whatsapp-float:hover {
    transform: scale(1.1);
}

.v2-back-top {
    position: fixed;
    bottom: 2rem;
    right: 6.5rem;
    width: 48px;
    height: 48px;
    background: var(--navy-surface);
    color: var(--white);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    font-weight: 800;
    box-shadow: var(--shadow-md);
    opacity: 0;
    visibility: hidden;
    z-index: 990;
    transition: var(--transition);
}

html[dir="rtl"] .v2-back-top {
    right: auto;
    left: 6.5rem;
}

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

.v2-back-top:hover {
    background: var(--gold-accent);
    color: var(--navy-main);
}

/* Modal Popup V2 */
.v2-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(11, 19, 43, 0.8);
    backdrop-filter: blur(8px);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

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

.v2-modal-card {
    background: var(--white);
    width: 100%;
    max-width: 680px;
    border-radius: var(--r-lg);
    box-shadow: var(--shadow-xl);
    padding: 2.75rem;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}

.v2-modal-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 1.8rem;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--slate-500);
    line-height: 1;
}

html[dir="rtl"] .v2-modal-close {
    right: auto;
    left: 1.25rem;
}

/* Toast V2 */
.v2-toast-msg {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: var(--navy-main);
    color: var(--white);
    padding: 0.9rem 2rem;
    border-radius: var(--r-full);
    font-size: 0.95rem;
    font-weight: 700;
    box-shadow: var(--shadow-xl);
    border: 1px solid var(--gold-accent);
    z-index: 3000;
    opacity: 0;
    transition: var(--transition);
}

.v2-toast-msg.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

/* ==========================================================================
   ROBUST RESPONSIVE MEDIA QUERIES (MOBILE & TABLET EXCELLENCE)
   ========================================================================== */

@media (max-width: 1200px) {
    .process-v2-grid { grid-template-columns: repeat(3, 1fr); }
    .hero-v2-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .hero-v2-text { max-width: 100%; }
}

@media (max-width: 992px) {
    .v2-padding { padding-block: 3.5rem; }
    .grid-2-v2 { grid-template-columns: 1fr; gap: 2.5rem; }
    .cap-grid-v2 { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
    .v2-products-grid { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
    
    /* 1 CERTIFICATE PER ROW ON TABLET & MOBILE AS REQUESTED */
    .compliance-grid { grid-template-columns: 1fr !important; gap: 1rem; }
    .comp-box { width: 100%; padding: 1.25rem 1.15rem; }
    
    .footer-v2-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
    
    /* Header & Mobile Drawer Fixes */
    .desktop-quote-btn { display: none !important; }
    .mobile-quote-item { display: block !important; width: 100%; margin-top: 0.75rem; }
    .menu-toggle-v2 { display: flex !important; }
    
    .nav-v2-list {
        position: fixed;
        top: 82px;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100vw;
        background: var(--white);
        flex-direction: column;
        align-items: stretch;
        padding: 1.5rem 1.25rem;
        gap: 0.75rem;
        border-bottom: 1px solid var(--slate-200);
        box-shadow: 0 12px 30px rgba(11, 19, 43, 0.15);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        pointer-events: none;
        transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
        z-index: 9999;
    }
    
    .nav-v2-list.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    .v2-nav-link {
        display: block;
        padding: 0.65rem 0.5rem;
        font-size: 1rem;
        border-bottom: 1px solid var(--slate-100);
    }
    
    .v2-nav-link::after { display: none; }
    
    /* Form & Estimator Tablet Adjustments */
    .est-form-grid { grid-template-columns: 1fr; gap: 1.25rem; }
    .est-summary-box { flex-direction: column; gap: 0.85rem; padding: 1.25rem; }

    /* Single Row Minimalist Buttons For About Section CTA */
    .a-cta {
        flex-direction: column !important;
        width: 100% !important;
        gap: 0.65rem !important;
        margin-top: 1.5rem !important;
    }

    .a-cta .btn {
        width: 100% !important;
        justify-content: center !important;
        padding: 0.7rem 1.15rem !important;
        font-size: 0.875rem !important;
        font-weight: 700 !important;
        border-radius: var(--r-md) !important;
        white-space: nowrap !important;
        box-shadow: var(--shadow-sm) !important;
    }

    .a-cta .btn svg {
        width: 22px !important;
        height: 22px !important;
        flex-shrink: 0;
    }
}

@media (max-width: 768px) {
    .top-corp-bar { display: none; }
    
    .hero-v2 { padding-block: 3rem 4rem; }
    .hero-v2-title { font-size: 2.3rem; line-height: 1.15; }
    .hero-v2-sub { font-size: 1.1rem; margin-bottom: 1rem; }
    .hero-v2-lead { font-size: 0.95rem; line-height: 1.65; margin-bottom: 1.75rem; }
    
    .hero-v2-actions {
        flex-direction: column;
        width: 100%;
        gap: 0.75rem;
    }
    
    .hero-v2-actions .btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    
    .hero-v2-metrics {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.85rem;
        padding: 1rem;
    }
    
    .m-val { font-size: 1.45rem; }
    .m-lbl { font-size: 0.7rem; }
    .visual-card-v2 { height: 300px; }
    .visual-overlay-info { padding: 1.25rem; }
    .visual-overlay-info h4 { font-size: 1.05rem; }
    .visual-overlay-info p { font-size: 0.8rem; }

    /* Production & Cards */
    .cap-grid-v2 { grid-template-columns: 1fr; }
    .cap-card-v2 { padding: 1.5rem 1.25rem; }
    
    .v2-products-grid { grid-template-columns: 1fr; }
    .v2-img-box { height: 190px; }
    .v2-card-content { padding: 1.25rem; }
    
    .process-v2-grid { grid-template-columns: repeat(2, 1fr); gap: 0.85rem; }
    .p-step-card { padding: 1.25rem 0.85rem; }

    /* 1 CERTIFICATE PER ROW ON MOBILE (STRICT OVERRIDE) */
    .compliance-grid { grid-template-columns: 1fr !important; gap: 0.85rem; }
    .comp-box { padding: 1.25rem 1rem; width: 100%; }
    .comp-icon-svg { width: 50px; height: 50px; }
    .comp-text h4 { font-size: 1.05rem; }
    .comp-text p { font-size: 0.85rem; line-height: 1.5; }

    /* Estimator & Forms Mobile Overhaul */
    .estimator-card-v2, .form-card-v2 {
        padding: 1.5rem 1.15rem !important;
        border-radius: var(--r-md) !important;
    }
    
    .est-header-v2 {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.65rem;
        padding-bottom: 1rem;
        margin-bottom: 1.25rem;
    }
    
    .est-header-v2 h3 { font-size: 1.2rem; line-height: 1.3; }
    .est-header-v2 p { font-size: 0.8rem; }
    
    .f-group-v2 label { font-size: 0.85rem; }
    .v2-select, .v2-input, .v2-textarea {
        padding: 0.75rem 0.85rem;
        font-size: 0.9rem;
    }
    
    #v2-calc-submit-btn {
        white-space: normal;
        font-size: 0.875rem;
        padding: 0.85rem 1rem;
    }

    /* Footer Mobile */
    .footer-v2-grid { grid-template-columns: 1fr; gap: 2rem; }
    .footer-v2-bottom { padding-block: 1.5rem; }
    .f2-bottom-inner { flex-direction: column; gap: 0.75rem; text-align: center; }
    
    /* WhatsApp Floating Button Enlarged For Mobile */
    .v2-whatsapp-float {
        bottom: 1.25rem;
        right: 1.25rem;
        width: 60px !important;
        height: 60px !important;
    }
    
    .v2-whatsapp-float svg {
        width: 34px !important;
        height: 34px !important;
    }
    
    html[dir="rtl"] .v2-whatsapp-float {
        right: auto;
        left: 1.25rem;
    }
    
    .v2-back-top {
        bottom: 1.25rem;
        right: 5.5rem;
        width: 46px;
        height: 46px;
    }
    
    html[dir="rtl"] .v2-back-top {
        right: auto;
        left: 5.5rem;
    }

    .v2-modal-card {
        padding: 1.5rem 1.15rem;
    }
}

@media (max-width: 480px) {
    .container { padding-inline: 1rem; }
    .v2-title { font-size: 1.85rem; }
    .hero-v2-title { font-size: 1.95rem; }
    .v2-f-btn { padding: 0.5rem 1rem; font-size: 0.8rem; }
    .a-bullets-grid { grid-template-columns: 1fr; }
    .process-v2-grid { grid-template-columns: 1fr; }
}
