:root {
    --matrix-primary: #3b82f6;
    --matrix-primary-rgb: 59, 130, 246;
    --matrix-radius: 12px;
}

/* Block: headers_id */
.h1-header { background: var(--matrix-light); border-bottom: 1px solid rgba(0,0,0,0.05); }
.h1-logo { max-height: 50px; }
.h1-header .nav-link { color: #334155 !important; transition: 0.3s; }
.h1-header .nav-link:hover { color: var(--matrix-primary) !important; }
.h1-btn { background: var(--matrix-primary); color: #fff; padding: 8px 25px; border-radius: var(--matrix-radius); text-decoration: none; font-weight: 700; }

/* Block: heroes_id */
.hero-s3 { background: #0f172a; border-bottom: 5px solid var(--matrix-primary); }
.hero-s3-icon { font-size: 60px; color: var(--matrix-primary); }
.hero-s3-text { max-width: 750px; font-size: 1.1rem; line-height: 1.8; }
.badge-s3 { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); padding: 8px 25px; border-radius: 100px; font-size: 14px; }
.btn-s3 { background: var(--matrix-primary); color: #fff; padding: 16px 50px; border-radius: 50px; text-decoration: none; font-weight: 800; font-size: 18px; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }

/* Block: footers_id */
.f-s1-wrapper { background: #0f172a; color: #fff; }
.f-s1-title { color: var(--matrix-primary); }
.f-s1-link { color: #fff; text-decoration: none; display: block; margin-bottom: 8px; transition: 0.3s; }
.f-s1-link:hover { color: var(--matrix-primary); padding-left: 5px; }
.f-s1-bottom { border-color: rgba(255,255,255,0.05) !important; color: rgba(255,255,255,0.4); }

/* Block: about_id */
.a1-hero { height: 350px; background: center/cover no-repeat; position: relative; }
.a1-hero::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.4); }
.a1-hero-title { position: relative; z-index: 2; border-left: 5px solid var(--matrix-primary); padding-left: 20px; }
.a1-content-box { margin-top: -80px; position: relative; z-index: 3; border-radius: var(--matrix-radius); }
.a1-body-content { line-height: 2; font-size: 1.15rem; }

/* Block: stats_id */
.s-s3-vr { width: 1px; height: 40px; background: #eee; align-self: center; }
.s-s3-section .h3 { color: var(--matrix-primary) !important; }

/* Block: mission_id */
.m-s4-val { font-size: 2.5rem; font-weight: 900; color: var(--matrix-primary); margin-bottom: 5px; letter-spacing: -1px; }
.m-s4-grid > div { min-width: 120px; }

/* Block: why_us_id */
.w-s6-icon { font-size: 2.2rem; color: var(--matrix-primary); opacity: 0.8; }

/* Block: departments_id */
.d-s4-circle-img { width: 380px; height: 380px; border-radius: 50%; overflow: hidden; border: 8px solid #f8fafc; box-shadow: 0 20px 40px rgba(0,0,0,0.08); }
.d-s4-circle-img img { width: 100%; height: 100%; object-fit: cover; }
.d-s4-callout { background: #f8fafc; border-left-color: var(--matrix-primary) !important; }

/* Block: security_id */
.sec-s2-img { border: 8px solid #fff; }
.sec-s2-badge { position: absolute; bottom: 30px; left: -10px; background: #dc3545; color: #fff; font-weight: 800; font-size: 12px; transform: rotate(-5deg); }
.sec-s2-check { width: 32px; height: 32px; background: var(--matrix-primary); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; flex-shrink: 0; }

/* Block: judge_id */
.j-s4-bubble { width: 340px; background: #fafafa; border-radius: var(--matrix-radius); position: relative; }
.j-s4-bubble:hover { background: #fff; border-color: var(--matrix-primary) !important; box-shadow: 0 8px 15px rgba(0,0,0,0.05); }
.j-s4-avatar { width: 40px; height: 40px; border: 3px solid #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.j-s4-scroll::-webkit-scrollbar { display: none; }

/* Block: app_id */
.app-s4 i { color: var(--matrix-primary) !important; }
.app-s4 .btn-primary { background: var(--matrix-primary); border-color: var(--matrix-primary); }

/* Block: news_id */
.bg-dark-gradient { background: linear-gradient(transparent, rgba(0,0,0,0.8)); }
.n-s4-sublink:hover p { color: var(--matrix-primary); }

/* Block: faq_id */
.text-primary-s3 { color: var(--matrix-primary); letter-spacing: -0.5px; }
.faq-s3-row { transition: background 0.3s; }
.faq-s3-row:hover { background: #fcfcfc; }

/* Block: update_id */
/* Style 2 - Grid Cards */
.up-s2 { background: #f8fafc !important; }
.up-s2 .bg-white { 
    border: 1px solid #e2e8f0 !important; 
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); 
}
.up-s2 .bg-white:hover { 
    transform: translateY(-5px); 
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05) !important;
    border-color: var(--matrix-primary) !important;
}
.up-s2 h6 { color: #0f172a !important; font-size: 1.1rem; }
.up-s2 p { color: #475569 !important; }

