
        :root {
            --brand: #1255d9;
            --brand2: #00a6a6;
            --accent: #f97316;
            --ink: #101828;
            --muted: #667085;
            --line: #d9e2ef;
            --soft: #f5f8fc;
            --dark: #07111f;
            --radius: 8px;
            --shadow: 0 18px 48px rgba(16,24,40,.12)
        }
        * { box-sizing: border-box }
        body { margin: 0; font-family: Inter,Arial,sans-serif; color: var(--ink); line-height: 1.6 }
        a { text-decoration: none; color: inherit }
        img { max-width: 100%; display: block }
     .container {
            width: min(1160px, calc(100% - 32px));
            margin-inline: auto;
        }

        .topbar {
            background: var(--dark);
            color: #e6eefb;
            font-size: 13px;
        }

        .topbar .container {
            min-height: 38px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
        }

        .notice {
            min-width: 0;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .top-links {
            display: flex;
            align-items: center;
            gap: 16px;
            flex-shrink: 0;
        }

        .top-links a {
            color: #dbeafe;
            font-weight: 700;
        }

		
        .site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px) }
        .nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px }
        .brand img { width: 162px }
        .nav-links, .nav-actions { display: flex; align-items: center; gap: 22px; font-weight: 800; color: #344054 }
        .nav-links a.active, .nav-links a:hover { color: var(--brand) }
        .btn { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: var(--radius); padding: 11px 16px; font-weight: 900 }
        .btn-primary { background: var(--brand); color: #fff }
        .btn-secondary { background: #eef4ff; color: var(--brand); border-color: #cfe1ff }
        .btn-dark { background: var(--dark); color: #fff }
        .menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff }
        .mobile-menu { display: none; border-top: 1px solid var(--line); padding: 12px 0 18px }
        .mobile-menu a { display: flex; justify-content: space-between; padding: 13px 4px; border-bottom: 1px solid #edf2f7; font-weight: 800 }
        .mobile-menu.open { display: block }
        .hero { color: #fff; background: linear-gradient(90deg,rgba(7,17,31,.96),rgba(7,17,31,.7)),url("images/slider/5.jpg") center/cover no-repeat }
        .hero-inner { padding: 88px 0; max-width: 860px }
        .eyebrow { display: inline-flex; gap: 8px; align-items: center; padding: 8px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.08); font-weight: 900; color: #dbeafe; font-size: 13px }
        h1 { font-size: 60px; line-height: 1; margin: 18px 0 }
        h2 { font-size: 42px; line-height: 1.1; margin: 0 0 12px }
        .hero p, .section-head p { font-size: 18px; color: #d7e4f7; margin: 0 0 26px }
        section { padding: 82px 0 }
        .soft { background: var(--soft) }
        .section-head { max-width: 780px; margin-bottom: 34px }
        .section-head.center { text-align: center; margin-inline: auto }
        .section-kicker { color: var(--brand); font-size: 13px; font-weight: 900; text-transform: uppercase }
        .grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px }
        .grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px }
        .card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: 0 10px 28px rgba(16,24,40,.06); transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease }
        .card:hover { transform: translateY(-4px); border-color: rgba(18,85,217,.28); box-shadow: 0 22px 54px rgba(16,24,40,.12) }
        .service-card { min-height: 265px; display: flex; flex-direction: column; overflow: hidden }
        .service-card:before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg,var(--tone,#1255d9),rgba(255,255,255,0)) }
        .icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: var(--radius); background: var(--tone-bg,#eef4ff); color: var(--tone,#1255d9); margin-bottom: 18px; font-size: 20px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.55) }
        .service-card:nth-child(1) { --tone: #2563eb; --tone-bg: #dbeafe }
        .service-card:nth-child(2) { --tone: #7c3aed; --tone-bg: #ede9fe }
        .service-card:nth-child(3) { --tone: #0891b2; --tone-bg: #cffafe }
        .service-card:nth-child(4) { --tone: #dc2626; --tone-bg: #fee2e2 }
        .service-card:nth-child(5) { --tone: #ea580c; --tone-bg: #ffedd5 }
        .service-card:nth-child(6) { --tone: #16a34a; --tone-bg: #dcfce7 }
        .service-card:nth-child(7) { --tone: #4f46e5; --tone-bg: #e0e7ff }
        .service-card:nth-child(8) { --tone: #0f766e; --tone-bg: #ccfbf1 }
        .service-card:nth-child(9) { --tone: #9333ea; --tone-bg: #f3e8ff }
        .service-card:nth-child(10) { --tone: #0284c7; --tone-bg: #e0f2fe }
        .service-card:nth-child(11) { --tone: #ca8a04; --tone-bg: #fef3c7 }
        .service-card:nth-child(12) { --tone: #0f172a; --tone-bg: #e2e8f0 }
        .card h3 { margin: 0 0 8px; font-size: 20px }
        .card p { margin: 0; color: var(--muted) }
        .feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: auto; padding-top: 18px }
        .feature-pill { display: inline-flex; align-items: center; gap: 7px; min-height: 36px; padding: 8px 10px; border-radius: var(--radius); background: var(--tone-bg,#eef4ff); color: var(--tone,#1255d9); font-size: 12px; font-weight: 900; line-height: 1.25 }
        .feature-pill i { color: #12b76a }
        .value-card { text-align: center }
        .value-card .icon { margin-inline: auto }
        .value-card:nth-child(1) { --tone: #2563eb; --tone-bg: #dbeafe }
        .value-card:nth-child(2) { --tone: #16a34a; --tone-bg: #dcfce7 }
        .value-card:nth-child(3) { --tone: #ea580c; --tone-bg: #ffedd5 }
        .value-card:nth-child(4) { --tone: #7c3aed; --tone-bg: #ede9fe }
        .steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px }
        .step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; text-align: center; box-shadow: 0 10px 28px rgba(16,24,40,.06); transition: transform .18s ease,box-shadow .18s ease }
        .step:hover { transform: translateY(-4px); box-shadow: 0 22px 54px rgba(16,24,40,.12) }
        .step-number { width: 52px; height: 52px; margin: 0 auto 16px; display: grid; place-items: center; border-radius: var(--radius); background: linear-gradient(135deg,var(--brand),var(--brand2)); color: #fff; font-weight: 900; box-shadow: 0 12px 24px rgba(18,85,217,.24) }
        .cta-box { display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: center; padding: 34px; border-radius: var(--radius); color: #fff; background: linear-gradient(135deg,var(--brand),#08357e); box-shadow: var(--shadow) }
        .cta-box p { margin: 0; color: #dbeafe }
        footer { margin-top: 80px; background: var(--dark); color: #cbd5e1 }
        .footer-grid { display: grid; grid-template-columns: 1.2fr .7fr 1fr .9fr; gap: 34px; padding: 56px 0 34px }
        footer img { width: 168px; margin-bottom: 18px }
        footer h3 { color: #fff; margin: 0 0 16px }
        footer ul { list-style: none; padding: 0; margin: 0 }
        footer li { margin-bottom: 10px }
        .visitor-card { display: grid; gap: 12px; padding: 18px; border: 1px solid rgba(148,163,184,.22); border-radius: var(--radius); background: rgba(15,23,42,.55); box-shadow: inset 0 1px 0 rgba(255,255,255,.04),0 16px 34px rgba(0,0,0,.18) }
        .visitor-row { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 12px; border-radius: 12px; background: rgba(15,23,42,.72) }
        .visitor-row span { color: #94a3b8; font-size: 12px; font-weight: 900; text-transform: uppercase }
        .visitor-row img { width: auto; max-width: 138px; height: auto; max-height: 32px; margin: 0; display: block }
        .visitor-wide { justify-content: center; padding-top: 14px; border-top: 1px solid rgba(148,163,184,.22); background: transparent }
        .copyright { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0; text-align: center; color: #95a3b8 }
        .floating-contact { position: fixed; right: 18px; bottom: 18px; z-index: 40; display: flex; flex-direction: column; gap: 10px }
        .floating-contact a, .to-top { width: 48px; height: 48px; display: grid; place-items: center; border: 0; border-radius: var(--radius); color: #fff; box-shadow: 0 12px 26px rgba(16,24,40,.22) }
        .call-float { background: #12b76a }
        .to-top { background: var(--brand); opacity: 0; pointer-events: none }
        .to-top.show { opacity: 1; pointer-events: auto }
        @media(max-width:1024px) {
            .nav-links, .nav-actions { display: none }
            .menu-toggle { display: grid; place-items: center }
            .grid-3, .grid-4, .steps, .cta-box, .footer-grid { grid-template-columns: 1fr }
            h1 { font-size: 46px }
            h2 { font-size: 34px }
        }
        @media(max-width:720px) {
            .top-links { display: none }
            .brand img { width: 136px }
            .container { width: min(100% - 24px,1160px) }
            section { padding: 54px 0 }
            .hero-inner { padding: 46px 0 }
            .btn { width: 100% }
            .card, .step, .cta-box { padding: 22px }
            .feature-list { grid-template-columns: 1fr }
        }
    


/* Local Visitor Badges & Breadcrumbs */
.local-visitor-card { display: grid; gap: 10px; padding: 16px; border-radius: 12px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.12); }
.local-visitor-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 12px; border-radius: 8px; background: rgba(15, 23, 42, 0.6); border: 1px solid rgba(255, 255, 255, 0.08); font-size: 13px; font-weight: 700; color: #dbeafe; }
.visitor-badge { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 999px; background: linear-gradient(135deg, #1255d9, #06a6ff); color: #fff; font-size: 12px; font-weight: 900; }
.visitor-pulse { width: 8px; height: 8px; border-radius: 50%; background: #10b981; box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); animation: localPulse 2s infinite; }
@keyframes localPulse { 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 8px rgba(16, 185, 129, 0); } 100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); } }
.breadcrumb-bar { padding: 14px 0; background: rgba(18, 85, 217, 0.04); border-bottom: 1px solid #d8e5f7; font-size: 14px; font-weight: 600; }
.breadcrumb-bar .container { display: flex; align-items: center; gap: 8px; color: #64748b; }
.breadcrumb-bar a { color: #1255d9; text-decoration: none; }
.breadcrumb-bar a:hover { text-decoration: underline; }
.breadcrumb-sep { color: #94a3b8; font-size: 11px; }
