.audire-apa-tecnologia-section {
    padding: 20px 20px;
    padding-bottom: 20px;
    background-color: #f8fafc;
    font-family: 'Inter', sans-serif;
    color: #0f172a;
}

.audire-apa-tecnologia-container {
    max-width: 1200px;
    margin: 0 auto;
}

.audire-app-tecnologie {
    padding: 56px 24px;
    background: #0f172a;
    border-radius: 28px;
    color: #ffffff;
    margin-bottom: 32px;
    position: relative;
    overflow: hidden;
}

.audire-tec-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 36px auto;
}

.audire-app-badge-dark {
    display: inline-block;
    background: rgba(2, 132, 199, 0.2);
    color: #38bdf8;
    border: 1px solid rgba(2, 132, 199, 0.4);
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    font-weight: 800;
    padding: 6px 14px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.audire-sec-title {
    font-family: 'Outfit', sans-serif;
    font-size: 26px;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 8px;
}

.audire-sec-title-dark {
    font-family: 'Outfit', sans-serif;
    font-size: 28px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 8px;
}

.audire-sec-sub-dark {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #38bdf8;
    margin-bottom: 14px;
}

.audire-sec-intro-dark {
    font-size: 14.5px;
    color: #94a3b8;
    line-height: 1.6;
}

.audire-tec-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .audire-tec-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.audire-tec-card {
    background: #1e293b;
    border: 1px solid #334155;
    border-radius: 22px;
    padding: 26px;
    transition: all 0.2s;
    text-align: left;
}

.audire-tec-card:hover {
    border-color: #38bdf8;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
}

.audire-tec-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(2, 132, 199, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 18px;
}

.audire-tec-card h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
}

.audire-tec-card p {
    font-size: 13.5px;
    color: #cbd5e1;
    margin: 0;
    line-height: 1.6;
}