/* Estilos para a sub-headline mais bonita */
.sub-headline-section {
    background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(255, 105, 180, 0.2);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.sub-headline-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="1.5" fill="white" opacity="0.3"/></svg>');
    opacity: 0.4;
}

.support-text {
    color: white;
    font-size: 1.8rem;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-weight: 600;
}

.sub-headline-section p {
    color: #333;
    font-size: 1.1rem;
    position: relative;
    z-index: 2;
    margin: 0;
    font-weight: 500;
}

.feature-icons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 30px;
}

.feature-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80px;
}

.icon-circle {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    box-shadow: 0 5px 15px rgba(255, 105, 180, 0.2);
}

.icon-circle i {
    font-size: 1.8rem;
    color: #ff69b4;
}

.icon-text {
    font-size: 0.8rem;
    color: white;
    text-align: center;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Estilos para a seção de dor mais compacta */
.pain-section {
    background: white;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.pain-title {
    color: #ff69b4;
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.pain-text {
    color: #555;
    font-size: 1.1rem;
    margin-bottom: 0;
    line-height: 1.5;
}
