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

.audire-ipoacusia-hero-container {
    max-width: 1200px;
    margin: 0 auto;
}

.audire-ipo-hero {
    background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 100%);
    padding: 56px 24px;
    border-radius: 28px;
    margin-bottom: 32px;
    border: 1px solid #e2e8f0;
}

.audire-ipo-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
}

@media (min-width: 992px) {
    .audire-ipo-hero-container {
        grid-template-columns: 1.2fr 0.8fr;
    }
}

.audire-ipo-badge {
    display: inline-block;
    background: #0284c7;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 14px;
    border-radius: 9999px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
}

.audire-ipo-title {
    font-family: 'Outfit', sans-serif;
    font-size: 32px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .audire-ipo-title {
        font-size: 40px;
    }
}

.audire-ipo-subtitle {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0369a1;
    line-height: 1.4;
    margin-bottom: 16px;
}

.audire-ipo-desc {
    font-size: 15px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 28px;
}

.audire-ipo-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.audire-btn-primary {
    background: #0284c7;
    color: #ffffff;
    font-weight: 800;
    font-size: 13px;
    padding: 14px 26px;
    border-radius: 14px;
    text-decoration: none;
    box-shadow: 0 10px 15px -3px rgba(2, 132, 199, 0.3);
    transition: all 0.2s;
}

.audire-btn-primary:hover {
    background: #0369a1;
    transform: translateY(-2px);
}

.audire-btn-secondary {
    background: #ffffff;
    color: #0f172a;
    font-weight: 700;
    font-size: 13px;
    padding: 14px 22px;
    border-radius: 14px;
    text-decoration: none;
    border: 1px solid #cbd5e1;
    transition: all 0.2s;
}

.audire-ipo-hero-media {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.audire-ipo-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 24px;
}

.audire-ipo-hero-card {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    padding: 16px 20px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.audire-hero-card-icon {
    font-size: 24px;
}

.audire-ipo-hero-card strong {
    display: block;
    font-size: 13px;
    color: #0f172a;
}

.audire-ipo-hero-card small {
    font-size: 11px;
    color: #64748b;
}