
        :root {
            --meka-blue: #0b2a55;
            --meka-blue-2: #143a73;
            --meka-gold: #d7a034;
            --meka-gold-2: #c58e27;
            --soft: #f6f8fc;
            --text: #111827;
            --muted: #6b7280;
            --radius: 18px;
        }

        body { color: var(--text); }

        .navbar {
            backdrop-filter: saturate(180%) blur(10px);
            background: rgba(255, 255, 255, 0.92);
            border-bottom: 1px solid rgba(17, 24, 39, 0.06);
        }
        .nav-link {
            font-weight: 600;
            color: #1f2937 !important;
            opacity: 0.9;
        }
        .nav-link:hover { opacity: 1; }
        .nav-link.active { color: var(--meka-blue) !important; position: relative; }
        .nav-link.active::after {
            content: "";
            position: absolute;
            left: 0.5rem;
            right: 0.5rem;
            bottom: 0.35rem;
            height: 2px;
            border-radius: 2px;
            background: linear-gradient(90deg, var(--meka-blue), var(--meka-gold));
            opacity: 0.85;
        }

        .btn-meka {
            border: 0;
            color: #ffffff;
            background: linear-gradient(180deg, var(--meka-gold), var(--meka-gold-2));
            box-shadow: 0 12px 30px rgba(215, 160, 52, 0.25);
            font-weight: 800;
            padding: 0.85rem 1.1rem;
            border-radius: 14px;
            transition: 0.15s ease;
        }
        .btn-meka:hover { filter: brightness(0.98); transform: translateY(-1px); }

        .btn-outline-meka {
            border: 1px solid rgba(11, 42, 85, 0.2);
            color: var(--meka-blue);
            background: #fff;
            font-weight: 700;
            padding: 0.85rem 1.1rem;
            border-radius: 14px;
            transition: 0.15s ease;
        }
        .btn-outline-meka:hover { background: rgba(11, 42, 85, 0.04); border-color: rgba(11, 42, 85, 0.28); }

        .page-hero { padding-top: 6.9rem; padding-bottom: 2.6rem; }
        .page-banner {
            border-radius: 22px;
            overflow: hidden;
            position: relative;
            border: 1px solid rgba(17, 24, 39, 0.08);
            box-shadow: 0 18px 55px rgba(17, 24, 39, 0.12);
            min-height: 170px;
            display: grid;
            place-items: center;
            text-align: center;
            color: #fff;
            background:
                radial-gradient(900px 300px at 18% 20%, rgba(255, 255, 255, 0.10), transparent 60%),
                radial-gradient(700px 260px at 80% 80%, rgba(215, 160, 52, 0.18), transparent 55%),
                linear-gradient(135deg, #0a2f61, #0c3f82 58%, #2a3e57);
        }
        .page-banner::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.52));
            pointer-events: none;
        }
        .page-banner .inner { position: relative; z-index: 1; padding: 2.25rem 1.25rem; }
        .page-banner .kicker {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.35rem 0.75rem;
            border-radius: 999px;
            border: 1px solid rgba(255, 255, 255, 0.18);
            background: rgba(255, 255, 255, 0.08);
            color: rgba(255, 255, 255, 0.88);
            font-weight: 800;
            font-size: 0.9rem;
            margin-bottom: 0.7rem;
        }
        .page-banner h1 {
            margin: 0;
            font-weight: 900;
            letter-spacing: -0.02em;
            font-size: clamp(2rem, 3.6vw, 3.1rem);
            line-height: 1.05;
        }
        .page-banner .crumb {
            margin-top: 0.85rem;
            display: inline-flex;
            gap: 0.55rem;
            align-items: center;
            padding: 0.45rem 0.85rem;
            border-radius: 999px;
            border: 1px solid rgba(255, 255, 255, 0.14);
            background: rgba(255, 255, 255, 0.06);
            color: rgba(255, 255, 255, 0.86);
            font-weight: 800;
            font-size: 0.92rem;
        }
        .page-banner .crumb a { color: rgba(255, 255, 255, 0.92); text-decoration: none; }
        .page-banner .crumb a:hover { color: #fff; text-decoration: underline; }

        @media (max-width: 991px) {
            .page-hero { padding-top: 6.2rem; }
            .page-banner .inner { padding: 1.9rem 1rem; }
        }

        .section { padding: 4.25rem 0; }
        .section-title { color: var(--meka-blue); letter-spacing: -0.01em; }
        .muted { color: var(--muted); }

        .hero-card {
            border: 1px solid rgba(17, 24, 39, 0.07);
            border-radius: 24px;
            background: #fff;
            box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
            overflow: hidden;
        }

        .soft {
            background: linear-gradient(180deg, #ffffff, var(--soft));
            border-top: 1px solid rgba(17, 24, 39, 0.06);
            border-bottom: 1px solid rgba(17, 24, 39, 0.06);
        }

        .mini-badge {
            display: inline-flex;
            gap: 0.5rem;
            align-items: center;
            border: 1px solid rgba(11, 42, 85, 0.12);
            background: #fff;
            border-radius: 999px;
            padding: 0.45rem 0.8rem;
            color: var(--meka-blue);
            font-weight: 700;
            font-size: 0.92rem;
        }

        .service-card {
            height: 100%;
            border: 1px solid rgba(17, 24, 39, 0.07);
            border-radius: var(--radius);
            background: #fff;
            box-shadow: 0 16px 40px rgba(17, 24, 39, 0.06);
            padding: 1.35rem;
            transition: 0.18s ease;
            position: relative;
            overflow: hidden;
        }
        .service-card::before {
            content: "";
            position: absolute;
            inset: -2px -2px auto -2px;
            height: 5px;
            background: linear-gradient(90deg, var(--meka-blue), var(--meka-gold));
            opacity: 0.9;
        }
        .service-card:hover { transform: translateY(-4px); box-shadow: 0 22px 60px rgba(17, 24, 39, 0.1); }

        .service-icon {
            width: 52px;
            height: 52px;
            border-radius: 16px;
            display: grid;
            place-items: center;
            background: linear-gradient(180deg, rgba(11, 42, 85, 0.1), rgba(11, 42, 85, 0.04));
            color: var(--meka-blue);
            font-size: 1.2rem;
            margin-bottom: 0.9rem;
            border: 1px solid rgba(11, 42, 85, 0.1);
        }

        .value-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: grid;
            gap: 0.55rem;
            color: var(--muted);
        }
        .value-list li { display: flex; gap: 0.55rem; align-items: flex-start; line-height: 1.5; }
        .value-list i { margin-top: 0.2rem; color: rgba(11, 42, 85, 0.78); flex-shrink: 0; }

        .service-media {
            border-radius: 18px;
            border: 1px solid rgba(17, 24, 39, 0.08);
            box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
            overflow: hidden;
            height: 100%;
            min-height: 260px;
            position: relative;
            background: #0b1f3b;
        }
        .service-media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transform: scale(1.02);
        }
        .service-media .label {
            position: absolute;
            left: 14px;
            top: 14px;
            z-index: 2;
            display: inline-flex;
            gap: 0.5rem;
            align-items: center;
            padding: 0.35rem 0.75rem;
            border-radius: 999px;
            border: 1px solid rgba(255, 255, 255, 0.18);
            background: rgba(0, 0, 0, 0.35);
            color: rgba(255, 255, 255, 0.92);
            font-weight: 800;
            font-size: 0.88rem;
            backdrop-filter: blur(8px);
        }

        .cta-strip {
            border-radius: 24px;
            background: radial-gradient(700px 260px at 25% 15%, rgba(255, 255, 255, 0.14), transparent 60%),
                radial-gradient(500px 220px at 85% 85%, rgba(215, 160, 52, 0.22), transparent 55%),
                linear-gradient(135deg, #0a2f61, #0c3f82 58%, #55779f);
            color: #fff;
            border: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 25px 70px rgba(11, 42, 85, 0.22);
            padding: 2.25rem;
            overflow: hidden;
        }
        .cta-strip p { color: rgba(255, 255, 255, 0.88); }

        footer {
            background: #0b1f3b;
            color: rgba(255, 255, 255, 0.88);
        }
        footer a { color: rgba(255, 255, 255, 0.88); text-decoration: none; }
        footer a:hover { color: #fff; }
        .footer-line { border-top: 1px solid rgba(255, 255, 255, 0.12); }

        .footer-title {
            letter-spacing: 0.02em;
            text-transform: uppercase;
            font-size: 0.95rem;
            color: #fff;
        }
        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
            display: grid;
            gap: 0.55rem;
        }
        .footer-links a {
            display: flex;
            align-items: center;
            gap: 0.65rem;
            padding: 0.55rem 0.65rem;
            border-radius: 12px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            background: rgba(255, 255, 255, 0.04);
            color: rgba(255, 255, 255, 0.88);
            transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
        }
        .footer-links a i {
            width: 18px;
            text-align: center;
            color: #ffd37a;
            opacity: 0.95;
            flex-shrink: 0;
        }
        .footer-links a:hover {
            transform: translateY(-1px);
            background: rgba(255, 255, 255, 0.07);
            border-color: rgba(255, 255, 255, 0.18);
            color: #fff;
        }
        .footer-links a span { font-weight: 800; }
        .footer-links a small {
            display: block;
            margin-left: auto;
            color: rgba(255, 255, 255, 0.7);
            font-weight: 700;
            font-size: 0.78rem;
        }

        @media (max-width: 575px) {
            .footer-links a { padding: 0.6rem 0.7rem; }
            .footer-links a small { display: none; }
        }
        @media (max-width: 991px) {
            .nav-link.active::after { display: none; }
            .cta-strip { padding: 1.5rem !important; }
        }
    