.elementor-168 .elementor-element.elementor-element-f205653{--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-839e672 *//* =============================================
   EVOURIA — PRIVACY POLICY / LEGAL PAGE CSS
   ============================================= */

.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;
}

.legal-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--lg-delay, 0s);
}

.legal-reveal.legal-revealed {
  opacity: 1;
  transform: translateY(0);
}

.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;
}

.legal-breadcrumb a:hover {
  color: #a78bfa;
}

.legal-breadcrumb span {
  color: #c4b5fd;
  font-size: 13px;
  font-weight: 600;
}

.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); }
}

.legal-title {
  margin: 0 0 16px;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  color: #ffffff;
  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;
}

.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;
  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;
  position: relative;
}

.legal-content-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: start;
}

/* TOC */
.legal-toc-card {
  position: sticky;
  top: 120px;
  padding: 24px 20px;
  border-radius: 20px;
  background: rgba(15, 18, 40, 0.9);
  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;
}

.legal-toc-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
}

.legal-toc-link {
  text-decoration: none;
  color: #8b8fad;
  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;
  background: rgba(124, 58, 237, 0.08);
  border-color: rgba(124, 58, 237, 0.15);
}

.legal-toc-link.active {
  color: #ffffff;
  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;
}

.legal-toc-help a {
  color: #06d6a0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.legal-toc-help a:hover {
  text-decoration: underline;
}

/* Article */
.legal-article {
  background: rgba(15, 18, 40, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  padding: 42px 40px;
}

.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;
  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;
  font-size: 13px;
  font-weight: 800;
}

.legal-block h3 {
  margin: 22px 0 10px;
  font-size: 17px;
  font-weight: 700;
  color: #e5e7f5;
}

.legal-block p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.8;
  color: #9ca0bd;
}

.legal-block p strong {
  color: #d8d4f0;
  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;
  margin-bottom: 8px;
}

.legal-block a {
  color: #06d6a0;
  text-decoration: none;
  font-weight: 600;
}

.legal-block a:hover {
  text-decoration: underline;
}

.legal-callout {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(6, 214, 160, 0.07);
  border: 1px solid rgba(6, 214, 160, 0.16);
  margin-top: 8px;
}

.legal-callout span {
  font-size: 18px;
  line-height: 1;
}

.legal-callout p {
  margin: 0 !important;
  color: #b8f5e0 !important;
}

.legal-contact-card {
  margin-top: 10px;
  padding: 20px;
  border-radius: 18px;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.18);
  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;
  padding-top: 2px;
}

.legal-contact-row strong {
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.5;
}

.legal-contact-row a {
  color: #ffffff;
}

.legal-contact-row a:hover {
  color: #06d6a0;
}

.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;
}

/* 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;
  }
}

@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;
  }

  .legal-block h2 span {
    min-width: 36px;
    height: 36px;
    font-size: 12px;
  }
}/* End custom CSS */