.elementor-100 .elementor-element.elementor-element-f940195{--display:flex;}/* Start custom CSS for html, class: .elementor-element-79ce938 *//* Container styling */
.brand-disclaimer-wrapper {
    max-width: 1000px;
    margin: 60px auto;
    padding: 20px;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    color: #2d3436;
}

/* Glassmorphism Header */
.glass-header {
    text-align: center;
    margin-bottom: 50px;
}

.glass-header h1 {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #0078d4, #00c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

/* Grid Layout */
.disclaimer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.main-alert {
    grid-column: span 2;
    background: #f8fbff !important;
    border: 2px solid #0078d4 !important;
}

/* Card Aesthetic */
.disclaimer-card {
    background: #ffffff;
    border: 1px solid #e1e8ed;
    border-radius: 24px;
    padding: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.disclaimer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}

.icon-wrap {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.disclaimer-card h2 {
    font-size: 1.4rem;
    color: #1a1a1a;
    margin-bottom: 20px;
}

/* Lists & Notes */
.legal-list {
    list-style: none;
    padding: 0;
}

.legal-list li {
    padding: 12px 0;
    border-bottom: 1px solid #f1f1f1;
    font-size: 0.95rem;
}

.important-note {
    margin-top: 25px;
    padding: 15px;
    background: #fff4e5;
    border-radius: 12px;
    color: #856404;
    font-size: 0.9rem;
}

/* Footer */
.legal-notice-footer {
    margin-top: 50px;
    text-align: center;
    font-size: 0.85rem;
    color: #94a3b8;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
    .disclaimer-grid { grid-template-columns: 1fr; }
    .main-alert { grid-column: span 1; }
    .glass-header h1 { font-size: 2.2rem; }
}/* End custom CSS */