/* Dich Vu Audit Website 360 CSS */
.audit-hero {
    background: linear-gradient(135deg, #0a192f 0%, #112240 50%, #0d2538 100%);
    color: #ffffff;
    padding: 80px 0 60px 0;
    position: relative;
    overflow: hidden;
}
.audit-badge {
    display: inline-block;
    background: rgba(14, 165, 233, 0.15);
    border: 1px solid rgba(14, 165, 233, 0.4);
    color: #38bdf8;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.audit-hero h1 {
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #ffffff 0%, #38bdf8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.audit-loss-box {
    background: rgba(239, 68, 68, 0.1);
    border-left: 4px solid #ef4444;
    border-radius: 8px;
    padding: 20px;
    margin: 24px 0;
}
.audit-btn-primary {
    background: linear-gradient(90deg, #0284c7 0%, #2563eb 100%);
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.4);
}
.audit-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.6);
    color: #ffffff;
}
.audit-btn-outline {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 12px 26px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}
.audit-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-color: #ffffff;
}
.pain-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease;
}
.pain-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: #38bdf8;
}
.pain-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.pillar-box {
    background: #f8fafc;
    border-radius: 16px;
    padding: 32px;
    border: 1px solid #e2e8f0;
    margin-bottom: 24px;
}
.pillar-number {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0284c7;
    background: rgba(2, 132, 199, 0.1);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.compare-table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.compare-table th {
    background: #0f172a;
    color: #ffffff;
    padding: 18px 24px;
    font-size: 1rem;
}
.compare-table td {
    padding: 16px 24px;
    vertical-align: middle;
    border-bottom: 1px solid #e2e8f0;
}
.pricing-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
    height: 100%;
}
.pricing-card.featured {
    border-color: #0284c7;
    box-shadow: 0 10px 40px rgba(2, 132, 199, 0.15);
    position: relative;
}
.pricing-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #0284c7;
    color: #ffffff;
    padding: 4px 16px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}
.faq-accordion .accordion-item {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
}
.faq-accordion .accordion-button {
    font-weight: 700;
    font-size: 1.05rem;
    color: #0f172a;
    background: #ffffff;
    padding: 20px 24px;
}
.faq-accordion .accordion-button:not(.collapsed) {
    color: #0284c7;
    background: #f0f9ff;
}
