.elementor-88 .elementor-element.elementor-element-eabd36d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-547a873 *//* Container Principal com Efeito de Profundidade */
.terms-container {
    max-width: 950px;
    margin: 70px auto;
    padding: 60px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    border-radius: 25px;
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.15),
                0 0 30px rgba(52, 152, 219, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
}

.terms-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
                rgba(52, 152, 219, 0.03) 0%, 
                rgba(155, 89, 182, 0.03) 100%);
    z-index: -1;
}

.terms-container::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, 
                rgba(52, 152, 219, 0.15) 0%, 
                transparent 70%);
    animation: float 15s ease-in-out infinite alternate;
    z-index: -2;
}

@keyframes float {
    0% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(30px, 30px) rotate(5deg); }
    100% { transform: translate(-30px, -30px) rotate(-5deg); }
}

/* Títulos com Efeito de Neon Digital */
.terms-container h2 {
    color: #2c3e50;
    font-size: 2.8rem;
    margin: 50px 0 30px;
    font-weight: 800;
    letter-spacing: -1px;
    position: relative;
    display: inline-block;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.terms-container h2::before {
    content: attr(data-number);
    position: absolute;
    left: -50px;
    top: -20px;
    font-size: 4rem;
    font-weight: 900;
    color: rgba(52, 152, 219, 0.1);
    z-index: -1;
}

.terms-container h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #3498db, #9b59b6);
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(52, 152, 219, 0.3);
}

.terms-container h3 {
    color: #34495e;
    font-size: 2rem;
    margin: 40px 0 20px;
    position: relative;
    padding-left: 25px;
    font-weight: 700;
}

.terms-container h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #3498db;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.3);
}

/* Parágrafos e Texto com Efeito de Vidro */
.terms-container p {
    color: #4a5568;
    font-size: 1.15rem;
    line-height: 1.9;
    margin-bottom: 25px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.terms-container p:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.8);
}

/* Listas Estilizadas como Cards Interativos */
.terms-container ol, 
.terms-container ul {
    margin: 30px 0;
    padding-left: 0;
    list-style: none;
    counter-reset: item;
}

.terms-container li {
    position: relative;
    padding: 25px 30px 25px 80px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    border-left: 5px solid transparent;
    overflow: hidden;
}

.terms-container li::before {
    counter-increment: item;
    content: counter(item);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #3498db, #9b59b6);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

.terms-container li:hover {
    transform: translateX(10px);
    border-left: 5px solid #3498db;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
}

/* Links com Efeito Holográfico */
.terms-container a {
    color: transparent;
    font-weight: 600;
    text-decoration: none;
    background: linear-gradient(90deg, #3498db, #9b59b6);
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    transition: all 0.3s ease;
}

.terms-container a:hover {
    background: linear-gradient(90deg, #2980b9, #8e44ad);
    -webkit-background-clip: text;
    background-clip: text;
}

.terms-container a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #3498db, #9b59b6);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.terms-container a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* Seções de Destaque */
.warning-section {
    padding: 30px;
    margin: 40px 0;
    background: rgba(231, 76, 60, 0.1);
    border-radius: 15px;
    border-left: 5px solid #e74c3c;
    position: relative;
    overflow: hidden;
}

.warning-section::before {
    content: '⚠️';
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 2rem;
    opacity: 0.1;
}

/* Responsividade Avançada */
@media (max-width: 1024px) {
    .terms-container {
        padding: 40px;
        margin: 50px 30px;
    }
}

@media (max-width: 768px) {
    .terms-container {
        padding: 30px 20px;
        border-radius: 15px;
    }
    
    .terms-container h2 {
        font-size: 2.2rem;
        margin: 40px 0 25px;
    }
    
    .terms-container h2::before {
        left: -40px;
        font-size: 3rem;
    }
    
    .terms-container h3 {
        font-size: 1.6rem;
    }
    
    .terms-container p {
        font-size: 1rem;
        padding: 15px;
    }
    
    .terms-container li {
        padding: 20px 20px 20px 70px;
    }
}

/* Animações de Entrada Especiais */
@keyframes slideIn {
    from { 
        opacity: 0;
        transform: translateY(30px) rotateX(20deg);
    }
    to { 
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

.terms-container > * {
    animation: slideIn 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    opacity: 0;
    transform-origin: top center;
    animation-delay: calc(var(--order) * 0.1s);
}/* End custom CSS */