        /* ==============================
           BASE
        ============================== */
        body { font-family: 'Poppins', sans-serif; background-color: #FFFFFF; color: #2C2C2C; }
        h1,h2,h3,h4,h5,h6 { font-family: 'Poppins', sans-serif; font-weight: 700; }
        .section { padding: 60px 20px; }
        .dark-background { background-color: #0a0a0a; }
        .dark-green-background { background-color: #1A6B3A; }
        .gold-accent { color: #D4A017; }
        .gold-text { color: #D4A017; }
        .charcoal-text { color: #2C2C2C; }
        .white-text { color: #FFFFFF; }

        /* ==============================
           BUTTONS
        ============================== */
        .primary-button { background-color: #1A6B3A; color: #FFFFFF; border-radius: 5px; padding: 10px 20px; font-weight: 700; transition: background-color 0.3s ease, transform 0.2s ease; display: inline-block; }
        .primary-button:hover { background-color: #2c7f4e; transform: translateY(-2px); }
        .secondary-button { background-color: transparent; color: #1A6B3A; border: 2px solid #1A6B3A; border-radius: 5px; padding: 10px 20px; font-weight: 700; transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease; display: inline-block; }
        .secondary-button:hover { background-color: #1A6B3A; color: #FFFFFF; transform: translateY(-2px); }
        .gold-button { background-color: #D4A017; color: #0a0a0a; border-radius: 5px; padding: 10px 20px; font-weight: 700; transition: background-color 0.3s ease, transform 0.2s ease; display: inline-block; }
        .gold-button:hover { background-color: #e6b825; transform: translateY(-2px); }
        .cta-button { background-color: #D4A017; color: #0a0a0a; font-weight: 700; border-radius: 5px; padding: 12px 25px; transition: background-color 0.3s ease, transform 0.2s ease; display: inline-block; }
        .cta-button:hover { background-color: #e6b825; transform: translateY(-2px); }

        /* ==============================
           NAVIGATION
        ============================== */
        .logo { font-weight: 700; font-size: 1.8rem; color: #FFFFFF; text-decoration: none; }
        .nav-link { font-weight: 700; color: #FFFFFF; transition: color 0.3s ease; text-decoration: none; }
        .nav-link:hover, .nav-link.active { color: #D4A017; }

        /* ==============================
           TRUST STRIP
        ============================== */
        .trust-strip { background-color: #0a0a0a; padding: 20px 0; text-align: center; }
        .trust-strip-item { display: flex; align-items: center; justify-content: center; gap: 10px; color: #FFFFFF; font-weight: 700; }

        /* ==============================
           CARDS & TILES
        ============================== */
        .service-card { background-color: #1A6B3A; padding: 30px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }
        .service-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.2); }
        .sector-tile { background-color: #2C2C2C; padding: 25px; border-radius: 8px; text-align: center; transition: background-color 0.3s ease; }
        .sector-tile:hover { background-color: #3f3f3f; }
        .case-study-box { background-color: #0a0a0a; border-top: 5px solid #D4A017; padding: 30px; border-radius: 8px; color: #FFFFFF; }

        /* Brand repair image cards */
        .brand-img-card { position: relative; border-radius: 10px; overflow: hidden; text-decoration: none; display: block; background: #0a0a0a; transition: transform 0.3s, box-shadow 0.3s; }
        .brand-img-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(0,0,0,0.35); }
        .brand-img-card img { width: 100%; height: 240px; object-fit: cover; display: block; transition: transform 0.5s; }
        .brand-img-card:hover img { transform: scale(1.04); }
        .brand-img-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,107,58,0.88) 0%, rgba(26,107,58,0.45) 45%, rgba(10,10,10,0.15) 100%); }
        .brand-img-badge { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px 18px; }
        .brand-img-dot { width: 9px; height: 9px; border-radius: 50%; background-color: #D4A017; display: inline-block; margin-right: 8px; flex-shrink: 0; animation: pulse 2s infinite; }
        .brand-img-label { display: flex; align-items: center; background: rgba(10,10,10,0.55); backdrop-filter: blur(4px); border-radius: 5px; padding: 8px 14px; }
        .brand-img-title { color: #FFFFFF; font-weight: 700; font-size: 0.92rem; letter-spacing: 0.06em; text-transform: uppercase; }
        .brand-img-sub { color: rgba(255,255,255,0.75); font-size: 0.78rem; margin-top: 4px; }

        /* SLA Table */
        .sla-table { width: 100%; border-collapse: collapse; }
        .sla-table th { background-color: #1A6B3A; color: #FFFFFF; padding: 14px 16px; text-align: left; font-size: 0.95rem; }
        .sla-table td { padding: 12px 16px; border-bottom: 1px solid #e0e0e0; font-size: 0.9rem; }
        .sla-table tr:nth-child(even) td { background-color: #f9f9f9; }
        .sla-table tr:hover td { background-color: #f0f7f3; }
        .tick { color: #1A6B3A; font-weight: 700; }
        .cross { color: #ccc; }
        .highlight-col { font-weight: 700; color: #1A6B3A; }

        /* Industry vertical cards */
        .vertical-card { background-color: #FFFFFF; border: 1px solid #e0e0e0; border-radius: 8px; padding: 28px; transition: box-shadow 0.3s, border-color 0.3s; }
        .vertical-card:hover { box-shadow: 0 8px 24px rgba(26,107,58,0.12); border-color: #1A6B3A; }
        .vertical-icon { width: 52px; height: 52px; background-color: #1A6B3A; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
        .vertical-stat { font-size: 1.4rem; font-weight: 700; color: #D4A017; }

        /* ==============================
           FAQ
        ============================== */
        .faq-item { background-color: #FFFFFF; border: 1px solid #E0E0E0; border-radius: 5px; margin-bottom: 15px; }
        .faq-question { padding: 15px 20px; cursor: pointer; font-weight: 700; display: flex; justify-content: space-between; align-items: center; transition: background-color 0.3s ease; }
        .faq-answer { padding: 0 20px; max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.3s ease; background-color: #f9f9f9; line-height: 1.7; }
        .faq-item.open .faq-answer { max-height: 400px; padding: 12px 20px 18px; }
        .faq-question:hover { background-color: #f0f0f0; }
        .faq-question svg { transition: transform 0.3s; flex-shrink: 0; }
        .faq-item.open .faq-question svg { transform: rotate(180deg); }

        /* ==============================
           FOOTER
        ============================== */
        footer { background-color: #0a0a0a; color: #FFFFFF; padding: 40px 20px; }
        .footer-link { color: #FFFFFF; transition: color 0.3s ease; text-decoration: none; }
        .footer-link:hover { color: #D4A017; }
        .social-icon { width: 24px; height: 24px; fill: #FFFFFF; transition: fill 0.3s; }
        .social-icon:hover { fill: #D4A017; }

        /* ==============================
           MOBILE MENU
        ============================== */
        .mobile-menu { display: flex; position: fixed; top: 0; right: -100%; width: 75%; max-width: 320px; height: 100vh; background-color: #0a0a0a; transition: right 0.4s ease-in-out; z-index: 100; flex-direction: column; padding: 20px; }
        .mobile-menu.open { right: 0; }
        .mobile-menu a { color: #FFFFFF; text-decoration: none; font-weight: 700; font-size: 1.1rem; }
        .mobile-menu a:hover { color: #D4A017; }

        /* ==============================
           COOKIE CONSENT
        ============================== */
        .cookie-consent { position: fixed; bottom: 0; left: 0; width: 100%; background-color: #2C2C2C; color: #FFFFFF; padding: 15px 20px; text-align: center; z-index: 1000; transform: translateY(100%); transition: transform 0.5s ease-in-out; }
        .cookie-consent.visible { transform: translateY(0); }

        /* ==============================
           FLOATING WHATSAPP
        ============================== */
        .whatsapp-float { position: fixed; bottom: 20px; right: 20px; z-index: 50; width: 52px; height: 52px; background-color: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(0,0,0,0.25); text-decoration: none; }
        @keyframes pulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.06); opacity: 0.92; } }

        /* ==============================
           LAZY IMAGE PLACEHOLDER
        ============================== */
        .lazy-image-placeholder { background-color: #CCCCCC; display: flex; align-items: center; justify-content: center; color: #666; font-size: 0.9rem; box-sizing: border-box; }

        /* ==============================
           SPA PAGES (hidden sub-pages)
        ============================== */
        .page { display: none; opacity: 0; transition: opacity 0.5s ease-in-out; }
        .page.active { display: block; opacity: 1; }

        /* ==============================
           DIAGNOSTIC MONITOR (HERO)
        ============================== */
        .monitor-box {
            background: #000;
            padding: 30px 30px 15px 30px;
            border-radius: 10px;
            border: 4px solid #333;
            margin: 40px auto 30px;
            max-width: 560px;
            box-shadow: inset 0 0 20px #000, 0 10px 30px rgba(0,0,0,0.4);
        }
        .screen {
            background: #001a00;
            height: 120px;
            border: 2px solid #004400;
            display: flex; align-items: center; justify-content: center;
            color: #00ff88;
            font-family: 'Courier New', monospace;
            font-size: clamp(13px, 3.5vw, 17px);
            overflow: hidden; position: relative; line-height: 1.7;
            box-shadow: inset 0 0 10px #000;
        }
        .screen span {
            position: absolute; width: 100%; text-align: center;
            visibility: hidden; opacity: 0;
            animation: monitorSteps 16s steps(1) infinite;
        }
        @keyframes monitorSteps {
            0%, 24.9% { visibility: visible; opacity: 1; }
            25%, 100%  { visibility: hidden;  opacity: 0; }
        }
        .screen span:nth-child(1) { animation-delay: 0s;  }
        .screen span:nth-child(2) { animation-delay: 4s;  }
        .screen span:nth-child(3) { animation-delay: 8s;  }
        .screen span:nth-child(4) { animation-delay: 12s; }
        .monitor-brand {
            color: #555; font-weight: 700; font-size: 11px;
            letter-spacing: 3px; margin-top: 15px; text-transform: uppercase;
            border-top: 1px solid #222; padding-top: 10px; text-align: center;
        }

        /* ==============================
           DIAGNOSTIC TOOLS SECTION
        ============================== */
        .tools-section { padding: 80px 20px; background: #0a0a0a; color: #fff; }
        .tools-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 28px; margin-top: 40px;
        }
        .tool-box {
            background: rgba(26,107,58,0.15);
            padding: 28px; border-radius: 14px;
            border: 1px solid #D4A017;
        }
        .tool-box h3 {
            color: #D4A017; text-align: center;
            margin-bottom: 18px; font-size: 1.1rem;
            text-transform: uppercase; letter-spacing: 0.05em;
        }
        .tool-input {
            background: rgba(255,255,255,0.08);
            border: 1px solid rgba(255,255,255,0.25);
            color: #fff; padding: 12px; border-radius: 6px;
            margin-bottom: 14px; width: 100%;
            font-family: 'Poppins', sans-serif; font-size: 0.88rem;
        }
        .tool-input option { background: #1a1a1a; color: #fff; }
        .tool-input::placeholder { color: rgba(255,255,255,0.5); }
        .tool-btn {
            background: #D4A017; color: #0a0a0a;
            padding: 14px 28px; border: none; border-radius: 5px;
            font-weight: 700; cursor: pointer; display: block;
            width: 100%; text-align: center; margin-top: 14px;
            transition: background 0.3s, transform 0.2s;
            font-family: 'Poppins', sans-serif; font-size: 0.95rem;
            letter-spacing: 0.04em;
        }
        .tool-btn:hover { background: #e6b825; transform: translateY(-2px); }
        .tool-result {
            margin-top: 18px; padding: 18px; border-radius: 8px;
            display: none; text-align: left; font-size: 0.88rem;
        }
        .tool-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
        .tool-label { color: #D4A017; font-size: 11px; font-weight: 700; text-transform: uppercase; display: block; margin-bottom: 6px; }
