/* ==========================================================================
   Strobell Africa Public Corporate Website - Signature Blue Corporate Theme
   Primary Brand Blue: #0066cc / #0052cc (Vibrant Electric Cobalt Blue)
   ========================================================================== */

:root {
    --color-bg-light: #ffffff;
    --color-bg-subtle: #f8fafc;
    --color-bg-card: #ffffff;
    --color-bg-card-hover: #f1f5f9;
    --color-border: #e2e8f0;
    --color-border-subtle: #f1f5f9;
    
    --color-text-bright: #0f172a;
    --color-text-main: #1e293b;
    --color-text-muted: #64748b;

    /* Signature Strobell Africa Vibrant Cobalt Blue Palette */
    --color-brand-blue: #0066cc;
    --color-brand-blue-hover: #0052cc;
    --color-brand-blue-light: #e6f0ff;
    --color-accent-blue: #0070f3;
    
    --color-accent-gradient: linear-gradient(135deg, #0066cc 0%, #0052cc 50%, #0070f3 100%);
    --color-hero-bg: radial-gradient(circle at 50% 0%, rgba(0, 102, 204, 0.08) 0%, rgba(255, 255, 255, 1) 75%);
}

body.public-body {
    background-color: var(--color-bg-light);
    color: var(--color-text-main);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/* Header & Glassmorphism Navbar */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--color-border);
}

.site-header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--color-border);
    box-shadow: 0 4px 20px rgba(0, 102, 204, 0.08);
}

.navbar-brand-logo {
    height: 42px !important;
    width: auto !important;
    max-height: 46px;
    object-fit: contain;
    display: block;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.navbar-brand-logo:hover {
    opacity: 0.95;
}

.navbar-nav {
    list-style: none !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.nav-link-custom {
    color: var(--color-text-main) !important;
    font-size: 0.925rem;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    text-decoration: none;
    transition: color 0.25s ease;
    display: inline-block;
}

.nav-link-custom:hover,
.nav-link-custom.active {
    color: var(--color-brand-blue) !important;
}

/* Hero Section */
.hero-section {
    position: relative;
    padding-top: 150px;
    padding-bottom: 90px;
    background: var(--color-hero-bg);
    overflow: hidden;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 9999px;
    background: var(--color-brand-blue-light);
    border: 1px solid rgba(0, 102, 204, 0.2);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--color-brand-blue);
    margin-bottom: 24px;
}

.hero-badge-pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color-brand-blue);
    box-shadow: 0 0 8px var(--color-brand-blue);
}

.hero-title {
    font-size: clamp(2.25rem, 4.5vw, 4rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--color-text-bright);
    margin-bottom: 20px;
}

.text-gradient {
    background: var(--color-accent-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle {
    font-size: 1.15rem;
    color: var(--color-text-muted);
    max-width: 640px;
    margin-bottom: 32px;
}

/* Feature Cards & High-Contrast Icon Boxes */
.glass-card {
    background: var(--color-bg-card);
    border: 1px solid var(--color-border);
    border-radius: 16px;
    padding: 32px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
    height: 100%;
}

.glass-card:hover {
    background: var(--color-bg-card);
    border-color: #cbd5e1;
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(0, 102, 204, 0.08);
}

/* Bold, Highly-Visible Icon Boxes */
.card-icon-box {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: var(--color-brand-blue);
    border: 1px solid var(--color-brand-blue-hover);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    margin-bottom: 20px;
    font-size: 1.5rem;
    box-shadow: 0 6px 16px rgba(0, 102, 204, 0.3);
}

.card-icon-box i,
.card-icon-box svg {
    color: #ffffff !important;
    fill: currentColor;
    font-size: 1.5rem;
}

.service-card-img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
}

/* Counter / Stats Section */
.stat-card {
    border-left: 3px solid var(--color-brand-blue);
    padding-left: 18px;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--color-brand-blue);
    line-height: 1;
}

.stat-label {
    font-size: 0.85rem;
    color: var(--color-text-muted);
    font-weight: 500;
    text-uppercase;
    letter-spacing: 0.05em;
    margin-top: 6px;
}

/* Call to Action Banner */
.cta-banner {
    position: relative;
    background: linear-gradient(135deg, #0052cc 0%, #0066cc 100%);
    border-radius: 20px;
    padding: 50px 40px;
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 82, 204, 0.25);
}

/* Footer */
.site-footer {
    background-color: #0b1329;
    border-top: 1px solid #1e293b;
    padding-top: 70px;
    padding-bottom: 35px;
    color: #94a3b8;
}

.footer-heading {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 18px;
    text-uppercase;
    letter-spacing: 0.05em;
}

.footer-link {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 8px;
}

.footer-link:hover {
    color: #ffffff;
}

/* Custom Signature Blue Buttons */
.btn-strobell-primary {
    background-color: var(--color-brand-blue);
    color: #ffffff !important;
    font-weight: 600;
    padding: 11px 26px;
    border-radius: 8px;
    transition: all 0.25s ease;
    text-decoration: none;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 14px rgba(0, 102, 204, 0.3);
}

.btn-strobell-primary:hover {
    background-color: var(--color-brand-blue-hover);
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 82, 204, 0.4);
}

.btn-strobell-outline {
    background-color: transparent;
    color: var(--color-brand-blue) !important;
    font-weight: 600;
    padding: 11px 26px;
    border-radius: 8px;
    border: 1.5px solid var(--color-brand-blue);
    transition: all 0.25s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-strobell-outline:hover {
    background-color: var(--color-brand-blue-light);
    border-color: var(--color-brand-blue);
    color: var(--color-brand-blue-hover) !important;
}

.bg-subtle {
    background-color: #f8fafc !important;
}
