.elementor-90 .elementor-element.elementor-element-9f9a982{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e018860 *//* Container l-kbir b-style Modern Tech */
.legal-page-container {
    max-width: 950px;
    margin: 60px auto;
    padding: 50px;
    background: #ffffff;
    color: #2d3436;
    line-height: 1.8;
    font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
}

/* Decor sghir f l-foq bash tban Tech */
.legal-page-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #0078d4, #00c6ff);
}

/* L-unwan (H1) */
.legal-page-container h1 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

/* Tarikh l-update */
.legal-page-container .last-updated {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0078d4;
    background: #f0f7ff;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 40px;
    font-weight: 600;
}

/* Sections (H2) b-style Creative */
.legal-page-container h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 45px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.legal-page-container h2::before {
    content: "0" counter(section);
    counter-increment: section;
    font-size: 0.9rem;
    color: #0078d4;
    background: #eef2f6;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-right: 12px;
}

/* Start counter for sections */
.legal-page-container { counter-reset: section; }

/* Paragraphs w l-Lists */
.legal-page-container p {
    font-size: 1.05rem;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.legal-page-container ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.legal-page-container li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 1rem;
    color: #4a4a4a;
}

.legal-page-container li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0078d4;
    font-weight: bold;
}

/* Bolding dyal Technovakey LLC */
.legal-page-container strong {
    color: #1a1a1a;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    .legal-page-container {
        margin: 20px;
        padding: 30px 20px;
        border-radius: 12px;
    }
    .legal-page-container h1 {
        font-size: 2rem;
    }
}/* End custom CSS */