.elementor-392 .elementor-element.elementor-element-5de2dda{--display:flex;}.elementor-392 .elementor-element.elementor-element-ac6eae6{margin:120px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-ac6eae6 *//* --- Legal Page Container --- */
.luxury-legal-section {
    background-color: #050505;
    color: #ccc;
    padding: 100px 0;
    font-family: 'Inter', sans-serif;
    line-height: 1.8;
}

.legal-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 30px;
}

/* --- Header Styling --- */
.legal-header {
    margin-bottom: 50px;
}

.title-white {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
}

.gold-subtitle {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #D4AF37;
    font-weight: 600;
}

/* --- Content Styling --- */
.intro-text {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 40px;
    color: #fff;
}

.legal-h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    color: #D4AF37;
    margin-top: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    padding-bottom: 10px;
}

.legal-content p {
    margin-bottom: 20px;
    font-size: 15px;
}

.legal-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.legal-content ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 15px;
}

/* Custom Gold Bullet Points */
.legal-content ul li::before {
    content: '✦';
    position: absolute;
    left: 0;
    top: 0;
    color: #D4AF37;
    font-size: 12px;
}

.legal-content strong {
    color: #fff;
    font-weight: 600;
}

/* --- Contact Box --- */
.legal-contact-box {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(212, 175, 55, 0.2);
    padding: 30px;
    border-radius: 4px;
    margin-top: 40px;
}

.legal-contact-box p {
    margin-bottom: 10px;
}

.legal-contact-box p:last-child {
    margin-bottom: 0;
}

.legal-contact-box a {
    color: #D4AF37;
    text-decoration: none;
    transition: 0.3s;
}

.legal-contact-box a:hover {
    color: #fff;
}

/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
    .title-white { font-size: 2.2rem; }
    .legal-h2 { font-size: 1.4rem; }
    .luxury-legal-section { padding: 60px 0; }
}/* End custom CSS */