/*
Theme Name: Sachlo Chemical Manufacturing
Theme URI: https://www.sachlo.com
Author: Sachlo Chemicals
Author URI: https://www.sachlo.com
Description: ثيم احترافي لمصنع ساكلو للكيماويات - متخصص في تصنيع وتوريد كلوريد الكالسيوم 77% رقائق لقطاع النفط والغاز في جميع الدول العربية. Petro-Industrial Luxury Design.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sachlo
Tags: rtl-language, arabic, industrial, chemical, oil-gas, corporate, one-page, responsive
*/

/* ============================================================
   SACHLO THEME — Petro-Industrial Luxury Design System
   Colors: Navy Blue #0B2545 | Gold #B8860B | Steel #64748B
   Fonts: Tajawal (Arabic) | Montserrat (English)
   ============================================================ */

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

html { scroll-behavior: smooth; }

body {
    font-family: 'Tajawal', 'Montserrat', sans-serif;
    background: #FAFAF8;
    color: #1e293b;
    direction: rtl;
    line-height: 1.7;
    font-size: 16px;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: color 0.2s ease; }
ul { list-style: none; }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Tajawal', 'Montserrat', sans-serif;
    font-weight: 800;
    line-height: 1.3;
    color: #0B2545;
}

.text-gold-gradient {
    background: linear-gradient(135deg, #B8860B, #F0C040, #B8860B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ============================================================
   LAYOUT
   ============================================================ */
.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

@media (min-width: 1024px) { .container { padding: 0 2rem; } }

/* ============================================================
   GOLD BAR DIVIDER
   ============================================================ */
.sachlo-gold-bar {
    height: 3px;
    background: linear-gradient(90deg, #B8860B, #F0C040, #B8860B);
    display: block;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #0B2545, #1E3A5F);
    color: #fff;
    padding: 0.85rem 2rem;
    border-radius: 6px;
    font-weight: 700;
    font-family: 'Tajawal', sans-serif;
    font-size: 1rem;
    border: 1px solid rgba(184,134,11,0.3);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.23,1,0.32,1);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(11,37,69,0.4); border-color: #B8860B; color: #fff; }
.btn-primary:active { transform: scale(0.97); }

.btn-gold {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #B8860B, #D4A017);
    color: #0B2545;
    padding: 0.85rem 2rem;
    border-radius: 6px;
    font-weight: 800;
    font-family: 'Tajawal', sans-serif;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.23,1,0.32,1);
    border: none;
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(184,134,11,0.5); background: linear-gradient(135deg, #D4A017, #F0C040); color: #0B2545; }
.btn-gold:active { transform: scale(0.97); }

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #25D366;
    color: #fff;
    padding: 0.85rem 2rem;
    border-radius: 6px;
    font-weight: 700;
    font-family: 'Tajawal', sans-serif;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
}
.btn-whatsapp:hover { background: #1ebe5d; box-shadow: 0 8px 25px rgba(37,211,102,0.4); color: #fff; transform: translateY(-2px); }

/* ============================================================
   TOP BAR
   ============================================================ */
.top-bar {
    background: #071A33;
    color: #fff;
    font-size: 0.85rem;
    padding: 0.5rem 0;
}
.top-bar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem; }
.top-bar a { color: #ccc; transition: color 0.2s; }
.top-bar a:hover { color: #F0C040; }
.top-bar .top-bar-left { display: flex; gap: 1.5rem; align-items: center; }
.top-bar .top-bar-right { color: #B8860B; font-weight: 700; display: flex; gap: 0.5rem; align-items: center; }
@media (max-width: 768px) { .top-bar { display: none; } }

/* ============================================================
   HEADER / NAVIGATION
   ============================================================ */
.site-header {
    background: #0B2545;
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: box-shadow 0.3s ease;
}
.site-header.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.4); }

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

/* Logo */
.site-logo { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; }
.logo-icon {
    width: 48px; height: 48px;
    background: linear-gradient(135deg, #B8860B, #F0C040);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-weight: 900; font-size: 1.4rem; color: #0B2545;
    font-family: 'Montserrat', monospace;
    box-shadow: 0 4px 15px rgba(184,134,11,0.4);
    flex-shrink: 0;
    position: relative;
}
.logo-icon::after {
    content: '';
    position: absolute;
    bottom: -3px; left: -3px;
    width: 14px; height: 14px;
    background: #0B2545;
    border: 2px solid #F0C040;
    border-radius: 50%;
}
.logo-text .logo-name { color: #fff; font-weight: 900; font-size: 1.5rem; line-height: 1; font-family: 'Tajawal', sans-serif; }
.logo-text .logo-sub { color: #B8860B; font-size: 0.65rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; font-family: 'Montserrat', sans-serif; }

/* Main Nav */
.main-nav { display: flex; align-items: center; gap: 0.25rem; }
.main-nav a {
    color: rgba(255,255,255,0.85);
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    font-family: 'Tajawal', sans-serif;
    transition: all 0.2s;
}
.main-nav a:hover, .main-nav a.current-menu-item { color: #F0C040; background: rgba(255,255,255,0.1); }

/* Header CTA */
.header-cta { display: flex; align-items: center; gap: 0.75rem; }
.header-cta .btn-whatsapp { padding: 0.5rem 1rem; font-size: 0.85rem; }
.header-cta .btn-gold { padding: 0.5rem 1.25rem; font-size: 0.85rem; }

/* Mobile Menu */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 6px;
    transition: background 0.2s;
}
.menu-toggle:hover { background: rgba(255,255,255,0.1); }
.menu-toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; transition: all 0.3s; }

.mobile-menu {
    display: none;
    background: #071A33;
    border-top: 1px solid rgba(184,134,11,0.3);
    padding: 1rem 0;
}
.mobile-menu.open { display: block; }
.mobile-menu a {
    display: block;
    color: rgba(255,255,255,0.85);
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Tajawal', sans-serif;
    border-radius: 6px;
    margin: 0 1rem;
    transition: all 0.2s;
}
.mobile-menu a:hover { color: #F0C040; background: rgba(255,255,255,0.1); }
.mobile-menu .mobile-cta { padding: 1rem 1.5rem; display: flex; flex-direction: column; gap: 0.75rem; border-top: 1px solid rgba(255,255,255,0.1); margin-top: 0.75rem; }
.mobile-menu .mobile-cta a { margin: 0; text-align: center; border-radius: 8px; }

@media (max-width: 1023px) {
    .main-nav, .header-cta { display: none; }
    .menu-toggle { display: block; }
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, rgba(11,37,69,0.95) 0%, rgba(11,37,69,0.75) 50%, rgba(11,37,69,0.4) 100%);
}
.hero-bottom-fade {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 120px;
    background: linear-gradient(to top, #FAFAF8, transparent);
}
.hero-content { position: relative; z-index: 10; padding: 5rem 0; max-width: 750px; }

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(184,134,11,0.2);
    border: 1px solid rgba(184,134,11,0.5);
    border-radius: 50px;
    padding: 0.5rem 1rem;
    margin-bottom: 1.5rem;
    color: #F0C040;
    font-size: 0.85rem;
    font-weight: 600;
}
.hero-badge .dot { width: 8px; height: 8px; background: #F0C040; border-radius: 50%; animation: pulse 2s infinite; }

.hero-title {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1.25rem;
}
.hero-subtitle {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    color: #e2e8f0;
    font-weight: 600;
    margin-bottom: 1rem;
}
.hero-desc {
    font-size: 1rem;
    color: #cbd5e1;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    max-width: 600px;
}
.hero-buttons { display: flex; flex-wrap: wrap; gap: 1rem; }

.hero-scroll {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255,255,255,0.5);
    font-size: 0.75rem;
}
.hero-scroll .arrow { width: 20px; height: 20px; border-right: 2px solid rgba(255,255,255,0.5); border-bottom: 2px solid rgba(255,255,255,0.5); transform: rotate(45deg); animation: bounce 1.5s infinite; }

/* ============================================================
   STATS SECTION
   ============================================================ */
.stats-section {
    background: linear-gradient(135deg, #0B2545, #1E3A5F);
    padding: 4rem 0;
}
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (min-width: 768px) { .stats-grid { grid-template-columns: repeat(4, 1fr); } }

.stat-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(240,192,64,0.3);
    border-radius: 12px;
    padding: 1.75rem 1.25rem;
    text-align: center;
    transition: all 0.25s ease;
}
.stat-card:hover { background: rgba(255,255,255,0.1); border-color: rgba(240,192,64,0.6); transform: translateY(-3px); }
.stat-number { font-size: 2.5rem; font-weight: 900; color: #F0C040; margin-bottom: 0.25rem; font-family: 'Tajawal', sans-serif; }
.stat-label { color: #cbd5e1; font-size: 0.85rem; font-weight: 500; }

/* ============================================================
   SECTION COMMON STYLES
   ============================================================ */
.section-header { text-align: center; margin-bottom: 3.5rem; }
.section-header .gold-bar { width: 64px; height: 3px; background: linear-gradient(90deg, #B8860B, #F0C040, #B8860B); margin: 0 auto 1rem; border-radius: 2px; }
.section-title { font-size: clamp(1.75rem, 4vw, 2.75rem); font-weight: 900; color: #0B2545; margin-bottom: 1rem; }
.section-title.white { color: #fff; }
.section-desc { color: #64748b; max-width: 600px; margin: 0 auto; font-size: 1rem; }
.section-desc.light { color: #cbd5e1; }

/* ============================================================
   PRODUCT SECTION
   ============================================================ */
.product-section { padding: 5rem 0; background: #FAFAF8; }
.product-grid { display: grid; grid-template-columns: 1fr; gap: 3.5rem; align-items: center; }
@media (min-width: 1024px) { .product-grid { grid-template-columns: 1fr 1fr; } }

.product-image-wrap { position: relative; }
.product-image-wrap img { width: 100%; height: 420px; object-fit: cover; object-position: center top; border-radius: 16px; box-shadow: 0 20px 60px rgba(11,37,69,0.2); }
.product-image-badge {
    position: absolute;
    bottom: 1rem; left: 1rem;
    background: #B8860B;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.85rem;
}
.product-deco {
    position: absolute;
    bottom: -1rem; right: -1rem;
    width: 80px; height: 80px;
    background: rgba(184,134,11,0.1);
    border: 2px solid rgba(184,134,11,0.3);
    border-radius: 12px;
}

.product-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(11,37,69,0.08);
    border-radius: 50px;
    padding: 0.4rem 1rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: #0B2545;
    margin-bottom: 1rem;
}
.product-title { font-size: clamp(1.75rem, 3.5vw, 2.5rem); font-weight: 900; color: #0B2545; margin-bottom: 1rem; }
.product-desc { color: #64748b; line-height: 1.8; margin-bottom: 1.5rem; }

.specs-preview {
    background: #fff;
    border: 1px solid rgba(11,37,69,0.1);
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 10px rgba(11,37,69,0.05);
}
.specs-preview h4 { color: #0B2545; font-weight: 700; font-size: 0.9rem; margin-bottom: 0.75rem; }
.specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.spec-item .spec-label { color: #94a3b8; font-size: 0.75rem; }
.spec-item .spec-value { color: #0B2545; font-weight: 700; font-size: 0.9rem; direction: ltr; text-align: right; }

/* ============================================================
   INDUSTRIES SECTION
   ============================================================ */
.industries-section {
    padding: 5rem 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.industries-overlay { position: absolute; inset: 0; background: rgba(11,37,69,0.88); }
.industries-content { position: relative; z-index: 10; }

.industries-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px) { .industries-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .industries-grid { grid-template-columns: repeat(3, 1fr); } }

.industry-card {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.3s ease;
}
.industry-card:hover { background: rgba(255,255,255,0.15); border-color: rgba(240,192,64,0.5); transform: translateY(-4px); }
.industry-icon { font-size: 2.5rem; margin-bottom: 0.75rem; }
.industry-title { color: #fff; font-weight: 700; font-size: 1.05rem; margin-bottom: 0.5rem; }
.industry-desc { color: #cbd5e1; font-size: 0.875rem; line-height: 1.7; }

/* ============================================================
   WHY US SECTION
   ============================================================ */
.why-section { padding: 5rem 0; background: #fff; }
.why-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 640px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .why-grid { grid-template-columns: repeat(3, 1fr); } }

.why-card {
    background: #fff;
    border: 1px solid rgba(11,37,69,0.1);
    border-radius: 12px;
    padding: 1.75rem;
    box-shadow: 0 4px 20px rgba(11,37,69,0.06);
    transition: all 0.25s cubic-bezier(0.23,1,0.32,1);
}
.why-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(11,37,69,0.12); border-color: rgba(184,134,11,0.4); }
.why-icon { width: 56px; height: 56px; background: rgba(11,37,69,0.08); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; font-size: 1.5rem; }
.why-title { color: #0B2545; font-weight: 700; font-size: 1.05rem; margin-bottom: 0.5rem; }
.why-desc { color: #64748b; font-size: 0.875rem; line-height: 1.7; }

/* ============================================================
   ABOUT PREVIEW SECTION
   ============================================================ */
.about-preview {
    padding: 5rem 0;
    position: relative;
    background-size: cover;
    background-position: center;
}
.about-overlay { position: absolute; inset: 0; background: linear-gradient(to left, rgba(11,37,69,0.95), rgba(11,37,69,0.7)); }
.about-content { position: relative; z-index: 10; max-width: 650px; }
.about-content p { color: #e2e8f0; line-height: 1.9; margin-bottom: 1rem; font-size: 1.05rem; }

/* ============================================================
   ARAB COUNTRIES SECTION
   ============================================================ */
.countries-section { padding: 4rem 0; background: #FAFAF8; }
.countries-wrap { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem; }
.country-tag {
    background: #fff;
    border: 1px solid rgba(11,37,69,0.15);
    color: #0B2545;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.2s;
    box-shadow: 0 2px 8px rgba(11,37,69,0.05);
}
.country-tag:hover { border-color: #B8860B; color: #B8860B; transform: translateY(-2px); }

/* ============================================================
   CTA SECTION
   ============================================================ */
.cta-section {
    background: linear-gradient(135deg, #0B2545, #1E3A5F);
    padding: 5rem 0;
    text-align: center;
}
.cta-title { font-size: clamp(1.75rem, 4vw, 2.75rem); font-weight: 900; color: #fff; margin-bottom: 1rem; }
.cta-desc { color: #cbd5e1; max-width: 500px; margin: 0 auto 2.5rem; font-size: 1.05rem; }
.cta-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }

/* ============================================================
   SPECS TABLE (Product Page)
   ============================================================ */
.specs-table-wrap { background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid rgba(11,37,69,0.1); box-shadow: 0 4px 20px rgba(11,37,69,0.06); }
.specs-table-head { background: #0B2545; padding: 1rem 1.5rem; display: grid; grid-template-columns: 2fr 1.5fr 1fr; }
.specs-table-head span { color: #fff; font-weight: 700; font-size: 0.875rem; }
.specs-table-row { padding: 1rem 1.5rem; display: grid; grid-template-columns: 2fr 1.5fr 1fr; align-items: center; border-bottom: 1px solid #f1f5f9; transition: background 0.2s; }
.specs-table-row:last-child { border-bottom: none; }
.specs-table-row:nth-child(even) { background: rgba(11,37,69,0.02); }
.specs-table-row:hover { background: rgba(184,134,11,0.06); }
.spec-prop { color: #0B2545; font-weight: 500; font-size: 0.9rem; }
.spec-val { color: #B8860B; font-weight: 700; font-family: 'Roboto Mono', monospace; font-size: 0.875rem; direction: ltr; }
.spec-note { color: #94a3b8; font-size: 0.8rem; }

/* ============================================================
   CONTACT FORM
   ============================================================ */
.contact-section { padding: 5rem 0; background: #FAFAF8; }
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: 1fr 2fr; } }

.contact-info-card {
    background: #fff;
    border: 1px solid rgba(11,37,69,0.1);
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    box-shadow: 0 2px 10px rgba(11,37,69,0.05);
    margin-bottom: 1rem;
    transition: border-color 0.2s;
}
.contact-info-card:hover { border-color: #B8860B; }
.contact-icon {
    width: 48px; height: 48px;
    background: #0B2545;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 1.2rem;
    transition: background 0.2s;
}
.contact-info-card:hover .contact-icon { background: #B8860B; }
.contact-info-label { color: #0B2545; font-weight: 700; font-size: 0.875rem; margin-bottom: 0.25rem; }
.contact-info-value { color: #64748b; font-size: 0.875rem; }

.contact-form-wrap {
    background: #fff;
    border: 1px solid rgba(11,37,69,0.1);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(11,37,69,0.06);
}
.form-title { font-size: 1.5rem; font-weight: 900; color: #0B2545; margin-bottom: 0.5rem; }
.form-subtitle { color: #64748b; font-size: 0.9rem; margin-bottom: 2rem; }
.form-row { display: grid; grid-template-columns: 1fr; gap: 1.25rem; margin-bottom: 1.25rem; }
@media (min-width: 640px) { .form-row { grid-template-columns: 1fr 1fr; } }
.form-group { display: flex; flex-direction: column; gap: 0.5rem; }
.form-group label { color: #0B2545; font-weight: 600; font-size: 0.875rem; }
.form-group label .required { color: #ef4444; }
.form-group input, .form-group select, .form-group textarea {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    color: #0B2545;
    font-family: 'Tajawal', sans-serif;
    transition: border-color 0.2s, box-shadow 0.2s;
    background: #fff;
    outline: none;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    border-color: #B8860B;
    box-shadow: 0 0 0 3px rgba(184,134,11,0.15);
}
.form-group textarea { resize: vertical; min-height: 130px; }
.form-submit { width: 100%; padding: 1rem; font-size: 1rem; font-weight: 800; margin-top: 0.5rem; }
.form-note { color: #94a3b8; font-size: 0.75rem; text-align: center; margin-top: 0.75rem; }

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-section { padding: 5rem 0; background: #FAFAF8; }
.about-grid { display: grid; grid-template-columns: 1fr; gap: 3.5rem; align-items: center; }
@media (min-width: 1024px) { .about-grid { grid-template-columns: 1fr 1fr; } }
.about-img-wrap { position: relative; }
.about-img-wrap img { width: 100%; height: 420px; object-fit: cover; border-radius: 16px; box-shadow: 0 20px 60px rgba(11,37,69,0.2); }
.about-img-badge {
    position: absolute;
    bottom: -1.5rem; left: -1.5rem;
    background: #0B2545;
    color: #fff;
    padding: 1.25rem;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(11,37,69,0.4);
    max-width: 200px;
}
.about-img-badge .badge-title { color: #F0C040; font-weight: 900; font-size: 1.1rem; }
.about-img-badge .badge-sub { color: #94a3b8; font-size: 0.75rem; margin-top: 0.25rem; }

.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; }
.about-stat { background: #fff; border: 1px solid rgba(11,37,69,0.1); border-radius: 12px; padding: 1rem; text-align: center; box-shadow: 0 2px 8px rgba(11,37,69,0.05); }
.about-stat .stat-num { font-size: 1.75rem; font-weight: 900; color: #B8860B; }
.about-stat .stat-lbl { color: #64748b; font-size: 0.75rem; margin-top: 0.25rem; }

/* Values Grid */
.values-section { padding: 5rem 0; background: #fff; }
.values-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 640px) { .values-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .values-grid { grid-template-columns: repeat(3, 1fr); } }

/* Timeline */
.timeline-section { padding: 5rem 0; background: linear-gradient(135deg, #0B2545, #1E3A5F); }
.timeline { position: relative; max-width: 700px; margin: 0 auto; }
.timeline::before { content: ''; position: absolute; right: 24px; top: 0; bottom: 0; width: 2px; background: rgba(184,134,11,0.3); }
.timeline-item { position: relative; display: flex; align-items: flex-start; gap: 1.5rem; padding-right: 4rem; margin-bottom: 2rem; }
.timeline-dot {
    position: absolute; right: 0;
    width: 48px; height: 48px;
    background: #B8860B;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #0B2545; font-weight: 900; font-size: 0.8rem;
    box-shadow: 0 4px 15px rgba(184,134,11,0.4);
    flex-shrink: 0;
}
.timeline-card {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 12px;
    padding: 1.25rem;
    flex: 1;
    transition: background 0.2s;
}
.timeline-card:hover { background: rgba(255,255,255,0.15); }
.timeline-year { color: #F0C040; font-weight: 900; font-size: 1.1rem; margin-bottom: 0.25rem; }
.timeline-title { color: #fff; font-weight: 700; margin-bottom: 0.5rem; }
.timeline-desc { color: #cbd5e1; font-size: 0.875rem; line-height: 1.7; }

/* ============================================================
   PAGE HERO (Inner Pages)
   ============================================================ */
.page-hero {
    background: #0B2545;
    padding: 5rem 0;
    position: relative;
    background-size: cover;
    background-position: center;
}
.page-hero-overlay { position: absolute; inset: 0; background: rgba(11,37,69,0.85); }
.page-hero-content { position: relative; z-index: 10; }
.breadcrumb { display: flex; align-items: center; gap: 0.5rem; color: #94a3b8; font-size: 0.875rem; margin-bottom: 1rem; }
.breadcrumb a { color: #94a3b8; transition: color 0.2s; }
.breadcrumb a:hover { color: #F0C040; }
.breadcrumb .sep { color: #64748b; }
.breadcrumb .current { color: #F0C040; }
.page-hero-title { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 900; color: #fff; margin-bottom: 1rem; }
.page-hero-desc { color: #cbd5e1; font-size: 1.1rem; max-width: 600px; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: #071A33; color: #fff; }
.footer-main { padding: 4rem 0; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr; } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }

.footer-brand .footer-logo { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.25rem; }
.footer-brand p { color: #94a3b8; font-size: 0.875rem; line-height: 1.8; margin-bottom: 1rem; }
.footer-brand .footer-highlight { color: #B8860B; font-weight: 700; font-size: 0.875rem; }

.footer-col-title {
    color: #F0C040;
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(184,134,11,0.3);
}
.footer-links { display: flex; flex-direction: column; gap: 0.75rem; }
.footer-links a { color: #94a3b8; font-size: 0.875rem; display: flex; align-items: center; gap: 0.5rem; transition: color 0.2s; }
.footer-links a::before { content: ''; width: 6px; height: 6px; background: #B8860B; border-radius: 50%; flex-shrink: 0; }
.footer-links a:hover { color: #F0C040; }

.footer-contact-item { display: flex; align-items: flex-start; gap: 0.75rem; margin-bottom: 1rem; }
.footer-contact-icon { color: #B8860B; font-size: 1rem; margin-top: 2px; flex-shrink: 0; }
.footer-contact-text { color: #94a3b8; font-size: 0.875rem; line-height: 1.6; }
.footer-contact-text a { color: #94a3b8; transition: color 0.2s; }
.footer-contact-text a:hover { color: #F0C040; }

.footer-bottom {
    border-top: 1px solid rgba(184,134,11,0.2);
    padding: 1.25rem 0;
}
.footer-bottom .container { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 0.75rem; }
.footer-copy { color: #64748b; font-size: 0.8rem; }
.footer-badges { display: flex; gap: 1rem; align-items: center; }
.footer-badge { color: #64748b; font-size: 0.75rem; }
.footer-badge-sep { color: #B8860B; }

/* ============================================================
   WHATSAPP FLOAT + SCROLL TOP
   ============================================================ */
.whatsapp-float {
    position: fixed;
    bottom: 2rem; left: 2rem;
    z-index: 9999;
    width: 56px; height: 56px;
    background: #25D366;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 20px rgba(37,211,102,0.5);
    transition: all 0.2s ease;
    animation: wa-pulse 2.5s infinite;
}
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 8px 30px rgba(37,211,102,0.6); }
.whatsapp-float svg { width: 28px; height: 28px; fill: #fff; }

.scroll-top {
    position: fixed;
    bottom: 2rem; right: 2rem;
    z-index: 9999;
    width: 44px; height: 44px;
    background: #0B2545;
    border-radius: 50%;
    display: none;
    align-items: center; justify-content: center;
    box-shadow: 0 4px 15px rgba(11,37,69,0.4);
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    color: #fff;
    font-size: 1.2rem;
}
.scroll-top.visible { display: flex; }
.scroll-top:hover { background: #B8860B; transform: translateY(-3px); }

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
@keyframes bounce { 0%, 100% { transform: rotate(45deg) translateY(0); } 50% { transform: rotate(45deg) translateY(5px); } }
@keyframes wa-pulse {
    0%, 100% { box-shadow: 0 4px 20px rgba(37,211,102,0.5); }
    50% { box-shadow: 0 4px 30px rgba(37,211,102,0.8), 0 0 0 8px rgba(37,211,102,0.1); }
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(25px); }
    to { opacity: 1; transform: translateY(0); }
}
.fade-in-up { animation: fadeInUp 0.6s cubic-bezier(0.23,1,0.32,1) forwards; }
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }

/* ============================================================
   RESPONSIVE UTILITIES
   ============================================================ */
@media (max-width: 768px) {
    .whatsapp-float { bottom: 1.25rem; left: 1.25rem; }
    .scroll-top { bottom: 1.25rem; right: 1.25rem; }
    .hero-section { background-attachment: scroll; }
    .industries-section { background-attachment: scroll; }
    .about-preview { background-attachment: scroll; }
    .specs-table-head, .specs-table-row { grid-template-columns: 1.5fr 1fr; }
    .specs-table-head span:last-child, .spec-note { display: none; }
}

/* ============================================================
   WORDPRESS SPECIFIC
   ============================================================ */
.wp-block-image img { border-radius: 8px; }
.aligncenter { display: block; margin: 0 auto; }
.alignright { float: left; margin-right: 1.5rem; }
.alignleft { float: right; margin-left: 1.5rem; }
.screen-reader-text { position: absolute; left: -9999px; }
