﻿ 
.hero-section {
    padding: 00px 0 10px;
    background:#fff
}
.anvu-main .container {
    background: #fff
}
.hero-badge {
    display: inline-block;
    background: rgba(13,110,253,.1);
    color: var(--brand-primary);
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
}

.hero-title {
    font-weight: 800;
    color: var(--brand-dark);
    line-height: 1.2;
    font-size:30px;
 }

.hero-desc {
    color: #6b7280;
    font-size: 1.05rem;
}

.hero-card,
.feature-card,
.form-card,
.support-card {
    background: rgba(255,255,255,.96);
    border: 1px solid var(--brand-border);
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
}

.hero-card {
    padding: 28px;
}

.feature-card,
.support-card {
    padding: 24px;
    height: 100%;
}

.form-card {
    padding: 32px;
}

.section-title {
    color: var(--brand-dark);
    font-weight: 800;
}

.mini-stat {
    background: #fff;
    border: 1px dashed #d7e2f0;
    border-radius: 18px;
    padding: 18px;
    text-align: center;
    height: 100%;
}

    .mini-stat strong {
        display: block;
        font-size: 1.35rem;
        color: var(--brand-dark);
    }

.feature-icon,
.support-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(13,110,253,.1);
    color: var(--brand-primary);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.form-label {
    font-weight: 700;
    margin-bottom: 8px;
    color: #111827;
}

.form-control,
.form-select {
    border-radius: 14px;
    padding: 13px 15px;
    border: 1px solid #d1d5db;
}

    .form-control:focus,
    .form-select:focus {
        border-color: rgba(13,110,253,.45);
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.12);
    }

.btn {
    border-radius: 14px;
    font-weight: 700;
    padding: 12px 18px;
}

.highlight-box {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
    border-radius: 24px;
    padding: 26px;
}

    .highlight-box ul {
        padding-left: 18px;
        margin-bottom: 0;
    }

    .highlight-box li {
        margin-bottom: 10px;
    }

.process-step {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px 0;
    border-bottom: 1px dashed #e5e7eb;
}

    .process-step:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

.step-number {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(13,110,253,.1);
    color: var(--brand-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    flex-shrink: 0;
}

.support-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px 0;
    border-bottom: 1px dashed #e5e7eb;
}

    .support-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

.footer {
    border-top: 1px solid var(--brand-border);
    background: #fff;
}

@media (max-width: 991.98px) {
    .hero-section {
        padding: 56px 0 32px;
    }

    .form-card {
        padding: 24px;
    }
}
