.elementor-349 .elementor-element.elementor-element-8f6498b > .elementor-container{max-width:1420px;}.elementor-349 .elementor-element.elementor-element-8f6498b{margin-top:250px;margin-bottom:0px;}body.elementor-page-349:not(.elementor-motion-effects-element-type-background), body.elementor-page-349 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-2c17e05 */.legal-page-container {
    max-width: 1420px; /* Updated width */
    margin: 60px auto;
    padding: 20px 40px; /* Added a bit more side padding for wider screens */
    line-height: 1.6;
    color: #e0e0e0; 
    font-family: 'Roc Grotesk', sans-serif !important; 
}

.legal-page-container h1 {
    font-family: 'Roc Grotesk', sans-serif !important;
    font-size: 3rem;
    font-weight: 500; 
    letter-spacing: -0.02em;
    margin-bottom: 25px;
    color: #ffffff;
}

.legal-page-container h2 {
    font-family: 'Roc Grotesk', sans-serif !important;
    font-size: 1.5rem;
    font-weight: 700; 
    letter-spacing: -0.01em;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #ffffff;
}

.legal-page-container p, 
.legal-page-container ul {
    font-weight: 400; 
    font-size: 1.05rem;
    margin-bottom: 20px;
}

.legal-page-container ul {
    padding-left: 20px;
}

.legal-page-container li {
    margin-bottom: 10px;
}

.legal-page-container strong {
    font-weight: 700;
    color: #ffffff;
}/* End custom CSS */
/* Start custom CSS *//* ==========================================================================
   GLOBAL FEATURES AREA (Integrated Glow, Centered Controls, & Right Gyro)
   ========================================================================= */
.our-features {
    position: relative !important;
    background-color: #000000 !important; 
    overflow: hidden !important; 
    z-index: 1 !important;
}

/* Remove competing background properties across inner elements */
.our-features .elementor-container,
.our-features .elementor-row,
.our-features .elementor-inner-section,
.our-features .elementor-column,
.our-features .elementor-column-wrap,
.our-features .elementor-widget-container,
.our-features .digital-features-item {
    background-color: transparent !important;
    background-image: none !important;
    position: relative !important;
    z-index: 3 !important; /* Forces content safely above background layers */
}

/* Layer A: Deep bottom-right atmospheric wash of green light */
.our-features::before {
    content: "" !important;
    position: absolute !important;
    bottom: -20% !important; 
    right: -20% !important; 
    width: 900px !important;
    height: 900px !important;
    border-radius: 50% !important;
    background: radial-gradient(circle, rgba(142, 198, 63, 0.22) 0%, rgba(142, 198, 63, 0.05) 50%, rgba(0, 0, 0, 0) 70%) !important;
    filter: blur(140px) !important;
    -webkit-filter: blur(140px) !important;
    z-index: -1 !important; 
    pointer-events: none !important;
}

/* Layer B: Premium Floating 3D Gyro asset pushed neatly over the far-right edge */
.our-features::after {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><defs><radialGradient id='elegantSphere' cx='30%' cy='30%' r='70%'><stop offset='0%' stop-color='%23ffffff' stop-opacity='0.95'/><stop offset='8%' stop-color='%23555555'/><stop offset='40%' stop-color='%231a1a1a'/><stop offset='90%' stop-color='%230a0a0a'/></radialGradient><linearGradient id='elegantPipe' x1='0%' y1='0%' x2='100%' y2='100%'><stop offset='0%' stop-color='%23666666'/><stop offset='50%' stop-color='%231c1c1c'/><stop offset='100%' stop-color='%23050505'/></linearGradient><filter id='elegantShadow'><feDropShadow dx='2' dy='6' stdDeviation='4' flood-color='%23000000' flood-opacity='0.9'/></filter></defs><g filter='url(%23elegantShadow)' stroke='url(%23elegantPipe)' stroke-width='2' fill='none' stroke-linecap='round'><circle cx='100' cy='100' r='75' stroke-width='2.5'/><ellipse cx='100' cy='100' rx='75' ry='30'/><ellipse cx='100' cy='100' rx='30' ry='75'/><ellipse cx='100' cy='100' rx='75' ry='55' transform='rotate(45, 100, 100)'/><ellipse cx='100' cy='100' rx='75' ry='55' transform='rotate(-45, 100, 100)'/><g fill='url(%23elegantSphere)' stroke='none'><circle cx='100' cy='25' r='5.5'/><circle cx='100' cy='175' r='5.5'/><circle cx='25' cy='100' r='5.5'/><circle cx='175' cy='100' r='5.5'/><circle cx='146' cy='46' r='5.5'/><circle cx='54' cy='154' r='5.5'/><circle cx='54' cy='46' r='5.5'/><circle cx='146' cy='154' r='5.5'/></g></g></svg>") !important;
    position: absolute !important;
    top: 22% !important;
    right: -80px !important; 
    width: 260px !important;
    height: 260px !important;
    opacity: 0.85 !important; 
    z-index: 2 !important; 
    pointer-events: none !important;
    animation: globalLuxuryFloat 45s cubic-bezier(0.25, 1, 0.5, 1) infinite !important;
}

/* High-End Kinematic Drifting Animation Loop for the Outer Section */
@keyframes globalLuxuryFloat {
    0% { transform: rotate(0deg) rotateX(0deg) rotateY(0deg); }
    50% { transform: rotate(180deg) rotateX(25deg) rotateY(35deg); }
    100% { transform: rotate(360deg) rotateX(0deg) rotateY(0deg); }
}/* End custom CSS */