.elementor-1061 .elementor-element.elementor-element-6e57bc0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1061 .elementor-element.elementor-element-d4f8f67{padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS */.legal-hero-section {
    padding: 120px 20px 60px;
    background: radial-gradient(circle at center top, rgba(200, 167, 77, 0.15) 0%, transparent 70%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.legal-hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.legal-badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(200, 167, 77, 0.1);
    border: 1px solid rgba(200, 167, 77, 0.2);
    border-radius: 20px;
    color: var(--gold-mid);
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.legal-title {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 16px;
    line-height: 1.2;
}

/* Gradient text effect for title */
.legal-title {
    background: linear-gradient(135deg, #ffffff 0%, var(--gold-light) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.legal-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 24px;
}

.legal-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
}

.legal-meta i {
    color: var(--gold-mid);
}

/* ========================================
   CONTENT SECTION
======================================== */
.legal-content-section {
    padding: 60px 20px 100px;
}

.legal-content-wrapper {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(200, 167, 77, 0.1);
    border-radius: 20px;
    padding: 60px;
}

.legal-block {
    margin-bottom: 40px;
}

.legal-block:last-child {
    margin-bottom: 0;
}

.legal-block h2 {
    font-size: 1.5rem;
    color: var(--gold-light);
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.legal-block p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 16px;
}

.legal-block p:last-child {
    margin-bottom: 0;
}

/* Lists */
.legal-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.legal-list li {
    position: relative;
    padding-left: 24px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 12px;
}

.legal-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--gold-mid);
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.6;
}

.legal-list li strong {
    color: #ffffff;
    font-weight: 600;
}

/* Tables */
.legal-table-wrapper {
    overflow-x: auto;
    margin: 24px 0;
    border-radius: 12px;
    border: 1px solid rgba(200, 167, 77, 0.15);
}

.legal-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(15, 15, 15, 0.4);
    font-size: 0.95rem;
}

.legal-table th,
.legal-table td {
    padding: 16px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
}

.legal-table th {
    background: rgba(200, 167, 77, 0.1);
    color: var(--gold-mid);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

.legal-table tr:last-child td {
    border-bottom: none;
}

.legal-table tr:hover td {
    background: rgba(255, 255, 255, 0.02);
}

.legal-table strong {
    color: #ffffff;
}

/* Contact Box */
.legal-contact-box {
    background: rgba(200, 167, 77, 0.05);
    border-radius: 12px;
    padding: 24px;
    margin-top: 20px;
    border-left: 3px solid var(--gold-mid);
}

.legal-contact-box p {
    font-size: 1rem;
    margin-bottom: 8px;
}

.legal-contact-box strong {
    color: #ffffff;
    margin-right: 8px;
}

/* ========================================
   RESPONSIVE DESIGN
======================================== */
@media (max-width: 768px) {
    .legal-hero-section {
        padding-top: 100px;
    }

    .legal-title {
        font-size: 2rem;
    }

    .legal-content-wrapper {
        padding: 30px 24px;
    }

    .legal-block h2 {
        font-size: 1.3rem;
    }

    .legal-block p,
    .legal-list li {
        font-size: 1rem;
    }
}/* End custom CSS */