.hero-chi-siamo-19be9800 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: max(40vh, 400px);
    padding: 120px 20px;
    background-size: cover;
    background-position: center center;
    position: relative;
    text-align: center;
}

@media (max-width: 767px) {
    .hero-chi-siamo-19be9800 {
        padding: 80px 20px;
    }
}

.hero-chi-siamo-19be9800::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(30, 27, 75, 0.9) 0%, rgba(59, 7, 100, 0.8) 100%);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 1;
}

.hero-chi-siamo-content-19be9800 {
    position: relative;
    z-index: 2;
    max-width: 800px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-badge-19be9800 {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 99px;
    padding: 8px 20px;
    margin-bottom: 24px;
}

.hero-badge-icon-19be9800 {
    margin-right: 8px;
    display: flex;
}

.hero-badge-icon-19be9800 svg {
    width: 14px;
    height: 14px;
    fill: #2dd4bf;
}

.hero-badge-icon-19be9800 i {
    color: #2dd4bf;
    font-size: 14px;
}

.hero-badge-text-19be9800 {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}

.hero-title-19be9800 {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 24px;
    margin-top: 0;
    background-image: linear-gradient(to right, #5eead4, #a5b4fc);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
}

@media (max-width: 767px) {
    .hero-title-19be9800 {
        font-size: 36px;
    }
}

.hero-subtitle-19be9800 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #eef2ff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin: 0;
}

@media (max-width: 767px) {
    .hero-subtitle-19be9800 {
        font-size: 18px;
    }
}
