
/* Custom AEO & Header Styles */
.aeo-snippet {
    background: linear-gradient(to right, #f0fdfa, #eff6ff);
    border-left: 4px solid #0d9488;
    padding: 1.5rem;
    border-radius: 0 12px 12px 0;
    margin: 2rem auto;
    max-width: 800px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
.aeo-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #0d9488;
    font-weight: 800;
    margin-bottom: 0.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    letter-spacing: 0.05em;
    background: white;
    padding: 0.25rem 0.75rem;
    border-radius: 99px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.aeo-text {
    font-size: 1.1rem;
    color: #1e293b;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 0.5rem;
}
/* Mega Menu overrides */
.group:hover .mega-menu {
    display: flex !important;
}
