﻿header {
    background: linear-gradient(180deg, #f8fbff, #ffffff);
}

section {
    scroll-margin-top: 80px;
}

.brand-logo {
    height: 34px;
    width: auto;
    object-fit: contain;
}

.timeline-item {
    margin: 1rem 0;
    padding: 0.5rem 1rem;
    background: #fff;
    border-left: 4px solid #0d6efd;
    border-radius: 4px;
}

/* Spacing helpers */
.pt-7 {
    padding-top: 6rem !important;
}

.pb-6 {
    padding-bottom: 4.5rem !important;
}

.py-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

/* NAV */
.glass-nav {
    backdrop-filter: saturate(180%) blur(10px);
    background: rgba(255, 255, 255, 0.7) !important;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

    .glass-nav .nav-link {
        font-weight: 600;
    }

        .glass-nav .nav-link.active,
        .glass-nav .nav-link:hover {
            color: var(--bs-primary);
        }

/* HERO */
.hero-gradient {
    background: linear-gradient(135deg, #0d6efd 0%, #5f82ff 45%, #9cb3ff 100%);
    color: #fff;
    overflow: hidden;
}

.hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 180px;
}

.glass-card {
    background: rgba(255,255,255,0.15);
    border-radius: 1rem;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.25);
}

.mini-stat {
    background: rgba(255,255,255,0.12);
    border: 1px dashed rgba(255,255,255,0.5);
    border-radius: 0.75rem;
    padding: .75rem 1rem;
    text-align: center;
}

/* FEATURES */
.feature-card {
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
    background: #fff;
}

    .feature-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 1rem 2rem rgba(0,0,0,.08);
        background: #f8faff;
    }

.icon-wrap {
    font-size: 2rem;
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--bs-light);
}

/* WORKFLOW GRID*/
.workflow-steps {
    gap: 1.5rem;
    margin: 2rem 0;
}

.wf-step {
    background: #fff;
    border-radius: 12px;
    padding: 1rem 1.2rem;
    box-shadow: 0 4px 12px rgba(0,0,0,.05);
    display: flex;
    align-items: center;
    flex: 1 1 16%; /* auto-fit in a row */
    min-width: 200px;
    font-weight: 500;
    transition: transform .2s ease;
}

    .wf-step:hover {
        transform: translateY(-3px);
    }

.wf-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    font-weight: 600;
    margin-right: .75rem;
    flex-shrink: 0;
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .workflow-steps {
        flex-direction: column;
    }

    .wf-step {
        width: 100%;
    }
}


/* ANALYTICS */
.chart-card .chart-placeholder {
    height: 160px;
    border-radius: 12px;
    background-image: repeating-linear-gradient(45deg, #edf1f9, #edf1f9 10px, #f8f9fe 10px, #f8f9fe 20px);
}

/* SECURITY */
.secure-card {
    background: #fff;
}

/* CONTACT */
.contact-card {
    background: #fff;
}

/* FOOTER */
.footer-gradient {
    background: linear-gradient(180deg, #0d1b2a 0%, #0b1220 100%);
}
