.elementor-170 .elementor-element.elementor-element-39d4868{--display:flex;--margin-top:-21px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7d95296 *//* =============================================
   EVOURIA — LEGAL PAGES CSS (FOOLPROOF FIX)
   Works 100% without depending on JS
   ============================================= */

/* ========== HERO SECTION ========== */
.legal-hero {
  position: relative;
  overflow: hidden;
  padding: 140px 40px 80px;
  background: linear-gradient(165deg, #070a1a 0%, #120a2e 40%, #0a1228 100%);
}

.legal-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
}

.legal-hero-orb-1 {
  width: 420px;
  height: 420px;
  background: rgba(124, 58, 237, 0.14);
  top: -10%;
  right: -8%;
}

.legal-hero-orb-2 {
  width: 300px;
  height: 300px;
  background: rgba(6, 214, 160, 0.07);
  bottom: -15%;
  left: -5%;
}

.legal-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(124, 58, 237, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 58, 237, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 60% 55% at 50% 40%, black 15%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 60% 55% at 50% 40%, black 15%, transparent 70%);
  z-index: 0;
}

.legal-hero-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
}

/* ========== AUTOMATIC PURE CSS ANIMATION (NO JS REQUIRED) ========== */
.legal-reveal {
  opacity: 1 !important;
  transform: none !important;
  animation: legalFadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: var(--lg-delay, 0s);
}

@keyframes legalFadeUp {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Breadcrumb */
.legal-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 8px 16px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.legal-breadcrumb a {
  color: #6b6f8d;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.legal-breadcrumb a:hover {
  color: #a78bfa;
}

.legal-breadcrumb span {
  color: #c4b5fd;
  font-size: 13px;
  font-weight: 600;
}

/* Tag */
.legal-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px;
  border-radius: 50px;
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.22);
  color: #a78bfa;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.legal-tag-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #06d6a0;
  box-shadow: 0 0 0 0 rgba(6, 214, 160, 0.45);
  animation: legalPulse 2s ease-in-out infinite;
}

@keyframes legalPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(6, 214, 160, 0.45); }
  50% { box-shadow: 0 0 0 6px rgba(6, 214, 160, 0); }
}

/* Title */
.legal-title {
  margin: 0 0 16px;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  color: #ffffff !important;
  letter-spacing: -2px;
  line-height: 1.1;
}

.legal-gradient {
  background: linear-gradient(135deg, #7c3aed, #a855f7, #06d6a0);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: legalGrad 5s ease-in-out infinite;
}

@keyframes legalGrad {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.legal-subtitle {
  margin: 0 auto 28px;
  max-width: 620px;
  font-size: 16px;
  line-height: 1.7;
  color: #7d82a6 !important;
}

/* Meta row */
.legal-meta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  padding: 14px 22px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.legal-meta-item {
  text-align: left;
}

.legal-meta-item span {
  display: block;
  font-size: 11px;
  color: #6b6f8d;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.legal-meta-item strong {
  font-size: 14px;
  color: #e5e7f5 !important;
  font-weight: 700;
}

.legal-meta-divider {
  width: 1px;
  height: 28px;
  background: rgba(124, 58, 237, 0.25);
}

/* =============================================
   CONTENT SECTION
   ============================================= */

.legal-content-section {
  padding: 80px 40px 120px;
  background: #0a0e27 !important;
  position: relative;
}

.legal-content-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: start;
}

/* ========== TOC SIDEBAR ========== */
.legal-toc-card {
  position: sticky;
  top: 120px;
  padding: 24px 20px;
  border-radius: 20px;
  background: rgba(15, 18, 40, 0.95) !important;
  border: 1px solid rgba(124, 58, 237, 0.16);
}

.legal-toc-card h3 {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #8b7fc7 !important;
}

.legal-toc-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
  max-height: 60vh;
  overflow-y: auto;
  padding-right: 4px;
}

.legal-toc-link {
  text-decoration: none;
  color: #8b8fad !important;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid transparent;
  transition: all 0.25s ease;
}

.legal-toc-link:hover {
  color: #ffffff !important;
  background: rgba(124, 58, 237, 0.08);
  border-color: rgba(124, 58, 237, 0.15);
}

.legal-toc-link.active {
  color: #ffffff !important;
  background: rgba(124, 58, 237, 0.14);
  border-color: rgba(124, 58, 237, 0.3);
  box-shadow: inset 3px 0 0 #7c3aed;
}

.legal-toc-help {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.legal-toc-help p {
  margin: 0 0 8px;
  font-size: 12px;
  color: #6b6f8d !important;
}

.legal-toc-help a {
  color: #06d6a0 !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.legal-toc-help a:hover {
  text-decoration: underline;
}

/* ========== ARTICLE / TEXT CONTENT (VISIBLE GUARANTEED) ========== */
.legal-article {
  background: rgba(15, 18, 40, 0.85) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 24px;
  padding: 42px 40px;
  color: #9ca0bd !important;
}

.legal-block {
  padding-bottom: 34px;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  scroll-margin-top: 120px;
}

.legal-block:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.legal-block h2 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 800;
  color: #ffffff !important;
  letter-spacing: -0.4px;
}

.legal-block h2 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 10px;
  border-radius: 12px;
  background: rgba(124, 58, 237, 0.12);
  border: 1px solid rgba(124, 58, 237, 0.22);
  color: #a78bfa !important;
  font-size: 13px;
  font-weight: 800;
}

.legal-block h3 {
  margin: 22px 0 10px;
  font-size: 17px;
  font-weight: 700;
  color: #e5e7f5 !important;
}

.legal-block p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.8;
  color: #9ca0bd !important;
}

.legal-block p strong,
.legal-block li strong {
  color: #d8d4f0 !important;
  font-weight: 650;
}

.legal-block ul {
  margin: 0 0 14px;
  padding: 0 0 0 18px;
}

.legal-block li {
  font-size: 15px;
  line-height: 1.75;
  color: #9ca0bd !important;
  margin-bottom: 8px;
}

.legal-block a {
  color: #06d6a0 !important;
  text-decoration: none;
  font-weight: 600;
}

.legal-block a:hover {
  text-decoration: underline;
}

/* Callout box */
.legal-callout {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(6, 214, 160, 0.07) !important;
  border: 1px solid rgba(6, 214, 160, 0.16) !important;
  margin-top: 8px;
}

.legal-callout span {
  font-size: 18px;
  line-height: 1;
}

.legal-callout p {
  margin: 0 !important;
  color: #b8f5e0 !important;
}

.legal-callout p strong {
  color: #e6fff7 !important;
}

/* Contact card */
.legal-contact-card {
  margin-top: 10px;
  padding: 20px;
  border-radius: 18px;
  background: rgba(124, 58, 237, 0.08) !important;
  border: 1px solid rgba(124, 58, 237, 0.18) !important;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.legal-contact-row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px;
  align-items: start;
}

.legal-contact-row span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8b7fc7 !important;
  padding-top: 2px;
}

.legal-contact-row strong {
  font-size: 15px;
  color: #ffffff !important;
  font-weight: 600;
  line-height: 1.5;
}

.legal-contact-row a {
  color: #ffffff !important;
}

.legal-contact-row a:hover {
  color: #06d6a0 !important;
}

/* End note */
.legal-end-note {
  margin-top: 10px;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.legal-end-note p {
  margin: 0;
  font-size: 14px;
  color: #8b8fad !important;
}

.legal-end-note strong {
  color: #d8d4f0 !important;
}

/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 1024px) {
  .legal-content-container {
    grid-template-columns: 1fr;
  }

  .legal-toc-card {
    position: relative;
    top: 0;
  }

  .legal-toc-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-height: none;
  }
}

@media (max-width: 768px) {
  .legal-hero {
    padding: 120px 20px 60px;
  }

  .legal-content-section {
    padding: 60px 20px 90px;
  }

  .legal-article {
    padding: 28px 20px;
  }

  .legal-meta {
    gap: 12px;
  }

  .legal-meta-divider {
    display: none;
  }

  .legal-meta-item {
    width: 100%;
    text-align: center;
  }

  .legal-toc-nav {
    grid-template-columns: 1fr;
  }

  .legal-block h2 {
    font-size: 20px;
  }

  .legal-contact-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 420px) {
  .legal-hero {
    padding: 110px 16px 50px;
  }

  .legal-content-section {
    padding: 50px 16px 80px;
  }

  .legal-title {
    font-size: 32px;
  }

  .legal-article {
    padding: 24px 16px;
  }
}/* End custom CSS */