/* =============================================================================
   VIVELEAD SECURITY & COMPLIANCE PAGE
   ============================================================================= */

.vl-security-page {
    background: #ffffff;
}

/* =============================================================================
   HERO SECTION
   ============================================================================= */

.vl-sec-hero {
    position: relative;
    padding: 100px 0 72px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    overflow: hidden;
    text-align: center;
}

.vl-sec-hero__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(64, 81, 181, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(99, 102, 241, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.vl-sec-hero__inner {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    z-index: 1;
}

.vl-sec-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(64, 81, 181, 0.15);
    border: 1px solid rgba(64, 81, 181, 0.3);
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 600;
    color: #a5b4fc;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 32px;
}

.vl-sec-hero__badge svg {
    color: #818cf8;
}

.vl-sec-hero__title {
    font-size: 48px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin: 0 0 24px 0;
    letter-spacing: -0.5px;
}

.vl-sec-hero__subtitle {
    font-size: 18px;
    line-height: 1.7;
    color: #94a3b8;
    margin: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* =============================================================================
   SECURITY HIGHLIGHT CARDS (2-card layout)
   ============================================================================= */

.vl-sec-highlights {
    padding: 64px 0;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.vl-sec-highlights__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.vl-sec-highlight-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow 0.2s ease;
}

.vl-sec-highlight-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.vl-sec-highlight-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #eff3ff;
    color: #4051B5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vl-sec-highlight-card__badge {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vl-sec-highlight-card__badge img {
    object-fit: contain;
}

.vl-sec-highlight-card__title {
    font-size: 17px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 8px 0;
}

.vl-sec-highlight-card__desc {
    font-size: 14px;
    line-height: 1.65;
    color: #64748b;
    margin: 0;
}

/* =============================================================================
   SECTION HEADERS (shared)
   ============================================================================= */

.vl-sec-section-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 56px;
}

.vl-sec-section-title {
    font-size: 32px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 16px 0;
    letter-spacing: -0.3px;
}

.vl-sec-section-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #64748b;
    margin: 0;
}

/* =============================================================================
   HOW WE PROTECT YOUR DATA
   ============================================================================= */

.vl-sec-infra {
    padding: 80px 0;
    background: #ffffff;
}

.vl-sec-infra__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 1000px;
    margin: 0 auto;
}

.vl-sec-infra-item {
    padding: 24px 0;
}

.vl-sec-infra-item__num {
    font-size: 13px;
    font-weight: 700;
    color: #4051B5;
    margin-bottom: 12px;
    font-family: monospace;
}

.vl-sec-infra-item__title {
    font-size: 17px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 8px 0;
}

.vl-sec-infra-item__desc {
    font-size: 14px;
    line-height: 1.7;
    color: #64748b;
    margin: 0;
}

/* =============================================================================
   YOUR DATA, YOUR CONTROL
   ============================================================================= */

.vl-sec-trust {
    padding: 72px 0;
    background: #f8fafc;
}

.vl-sec-trust__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    max-width: 780px;
    margin: 0 auto;
}

.vl-sec-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 8px;
}

.vl-sec-trust-item svg {
    color: #22c55e;
    flex-shrink: 0;
    margin-top: 2px;
}

.vl-sec-trust-item span {
    font-size: 15px;
    line-height: 1.5;
    color: #334155;
}

/* =============================================================================
   CTA SECTION
   ============================================================================= */

.vl-sec-cta {
    padding: 72px 0;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
}

.vl-sec-cta__inner {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.vl-sec-cta__title {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 12px 0;
}

.vl-sec-cta__desc {
    font-size: 15px;
    line-height: 1.7;
    color: #64748b;
    margin: 0 0 28px 0;
}

.vl-sec-cta__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.vl-sec-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.vl-sec-cta__btn--primary {
    background: #4051B5;
    color: #ffffff;
}

.vl-sec-cta__btn--primary:hover {
    background: #3344a8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(64, 81, 181, 0.3);
    color: #ffffff;
}

.vl-sec-cta__btn--primary svg {
    stroke: #ffffff;
}

.vl-sec-cta__btn--secondary {
    background: #f8fafc;
    color: #334155;
    border: 1px solid #e2e8f0;
}

.vl-sec-cta__btn--secondary:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
    transform: translateY(-2px);
    color: #334155;
}

/* =============================================================================
   CONTAINER
   ============================================================================= */

.vl-sec-highlights .vl-container,
.vl-sec-infra .vl-container,
.vl-sec-trust .vl-container,
.vl-sec-cta .vl-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* =============================================================================
   RESPONSIVE
   ============================================================================= */

@media (max-width: 992px) {
    .vl-sec-hero__title {
        font-size: 38px;
    }

    .vl-sec-infra__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .vl-sec-hero {
        padding: 80px 0 56px;
    }

    .vl-sec-hero__title {
        font-size: 32px;
    }

    .vl-sec-hero__title br {
        display: none;
    }

    .vl-sec-hero__subtitle {
        font-size: 16px;
    }

    .vl-sec-highlights__grid {
        grid-template-columns: 1fr 1fr;
    }

    .vl-sec-infra,
    .vl-sec-trust,
    .vl-sec-cta {
        padding: 56px 0;
    }

    .vl-sec-section-title {
        font-size: 26px;
    }

    .vl-sec-infra__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .vl-sec-trust__grid {
        grid-template-columns: 1fr;
    }

    .vl-sec-cta__title {
        font-size: 24px;
    }

    .vl-sec-cta__actions {
        flex-direction: column;
    }

    .vl-sec-cta__btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .vl-sec-hero {
        padding: 64px 0 48px;
    }

    .vl-sec-hero__title {
        font-size: 28px;
    }

    .vl-sec-hero__badge {
        font-size: 11px;
        padding: 6px 14px;
    }

    .vl-sec-highlights__grid {
        grid-template-columns: 1fr;
    }

    .vl-sec-highlight-card {
        padding: 24px;
    }
}
