:root { --brand: #0d6efd; --dark: #071225; }
body { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #111827; }
.navbar { transition: all .25s ease; }
.navbar-transparent { background: linear-gradient(180deg, rgba(0,0,0,.42), rgba(0,0,0,0)); }
.navbar-transparent.navbar-scrolled { background: rgba(7,18,37,.94); box-shadow: 0 10px 30px rgba(0,0,0,.16); }
.hero-slide, .default-hero { min-height: 100vh; background-size: cover; background-position: center; }
.default-hero { background: linear-gradient(135deg, #071225, #0d6efd); }
.video-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.video-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,18,37,.86), rgba(7,18,37,.35)); z-index: 1; }
.z-2 { z-index: 2; }
.section-kicker { display: inline-block; color: var(--brand); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; margin-bottom: .8rem; }
.about-card { background: linear-gradient(135deg, #ffffff, #eef5ff); }
.metric-box { background: #fff; border: 1px solid #e5e7eb; border-radius: 1rem; padding: 1.25rem; display: flex; flex-direction: column; gap: .25rem; }
.metric-box strong { font-size: 2rem; color: var(--brand); }
.service-icon { width: 46px; height: 46px; border-radius: 50%; background: #e8f1ff; color: var(--brand); display: grid; place-items: center; font-weight: 800; }
.service-card, .feature-item, .brand-box, .blog-card { transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover, .feature-item:hover, .brand-box:hover, .blog-card:hover { transform: translateY(-4px); box-shadow: 0 1rem 2rem rgba(17,24,39,.08)!important; }
.counter-number { font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 800; }
.blog-thumb { height: 180px; background: linear-gradient(135deg, #dbeafe, #eff6ff); }
.cta-section { background: radial-gradient(circle at top left, #2563eb, #071225 58%); }
.page-hero { padding-top: 4rem; }
.content-body { line-height: 1.75; font-size: 1.05rem; }
.breadcrumb a { text-decoration: none; }
.error-page { min-height: 50vh; display: grid; place-items: center; }
.contact-info-card { background: radial-gradient(circle at top left, #2563eb, #071225 68%); }
.contact-form-section .form-card { border: 1px solid #e5e7eb; }
.content-body img { max-width: 100%; height: auto; border-radius: 1rem; }
.content-body h2, .content-body h3 { font-weight: 800; margin-top: 1.5rem; }
.footer a { text-decoration: none; }
@media (max-width: 991.98px) {
    .navbar-transparent { background: rgba(7,18,37,.94); }
    .hero-slide .display-3, .video-hero .display-3 { font-size: 2.4rem; }
}
