.elementor-1668 .elementor-element.elementor-element-6375b97{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0cc329b */:root{
  --cxd-ink:#161327;
  --cxd-ink-soft:#4B4763;
  --cxd-muted:#77738A;
  --cxd-white:#FFFFFF;
  --cxd-bg:#FAFAFE;
  --cxd-border:#E8E6F3;
  --cxd-teal:#04D3B3;
  --cxd-teal-deep:#039E87;
  --cxd-purple:#735CF3;
  --cxd-purple-deep:#5A45D6;
  --cxd-purple-soft:rgba(115,92,243,.08);
  --cxd-teal-soft:rgba(4,211,179,.10);
  --cxd-radius-lg:22px;
  --cxd-radius-md:15px;
  --cxd-shadow:0 14px 36px rgba(22,19,39,.07);
  --cxd-shadow-hover:0 20px 48px rgba(22,19,39,.11);
  --cxd-display:'Fraunces',Georgia,serif;
  --cxd-body:'Inter',Arial,sans-serif;
  --cxd-code:'IBM Plex Mono','Courier New',monospace;
}

.cxd-legal-page,
.cxd-legal-page *,
.cxd-legal-page *::before,
.cxd-legal-page *::after{
  box-sizing:border-box;
}

.cxd-legal-page{
  background:var(--cxd-white);
  color:var(--cxd-ink-soft);
  font-family:var(--cxd-body);
  line-height:1.75;
  -webkit-font-smoothing:antialiased;
}

.cxd-legal-page a{
  color:inherit;
  text-decoration:none;
}

.cxd-legal-container{
  width:100%;
  max-width:1220px;
  margin:0 auto;
  padding:0 22px;
}

/* Hero */

.cxd-legal-hero{
  position:relative;
  text-align:center;
  padding:76px 0 58px;
  max-width:900px;
  margin:0 auto;
}

.cxd-legal-hero::before{
  content:"";
  position:absolute;
  width:520px;
  height:280px;
  left:50%;
  top:20px;
  transform:translateX(-50%);
  background:
    radial-gradient(
      circle at 30% 50%,
      rgba(4,211,179,.18),
      transparent 60%
    ),
    radial-gradient(
      circle at 70% 40%,
      rgba(115,92,243,.17),
      transparent 62%
    );
  filter:blur(8px);
  pointer-events:none;
  z-index:0;
}

.cxd-legal-hero > *{
  position:relative;
  z-index:1;
}

.cxd-legal-eyebrow,
.cxd-nav-label,
.cxd-section-number{
  font-family:var(--cxd-code);
  text-transform:uppercase;
  letter-spacing:.12em;
}

.cxd-legal-eyebrow{
  display:inline-flex;
  align-items:center;
  padding:7px 13px;
  margin-bottom:18px;
  border:1px solid rgba(115,92,243,.20);
  border-radius:100px;
  background:var(--cxd-purple-soft);
  color:var(--cxd-purple-deep);
  font-size:11px;
  font-weight:700;
}

.cxd-legal-hero h1{
  margin:0 0 18px;
  color:var(--cxd-ink);
  font-family:var(--cxd-display);
  font-size:clamp(38px,6vw,58px);
  font-weight:600;
  line-height:1.08;
  letter-spacing:-.025em;
}

.cxd-legal-intro{
  max-width:700px;
  margin:0 auto;
  color:var(--cxd-ink-soft);
  font-size:17px;
}

.cxd-legal-meta{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px 22px;
  margin-top:25px;
  color:var(--cxd-muted);
  font-size:12.5px;
}

.cxd-legal-meta strong{
  color:var(--cxd-ink);
}

/* Main layout */

.cxd-legal-layout{
  display:grid;
  grid-template-columns:250px minmax(0,1fr);
  align-items:start;
  gap:54px;
  padding:20px 0 90px;
}

/* Sidebar */

.cxd-legal-nav{
  position:sticky;
  top:25px;
}

.cxd-nav-card{
  display:flex;
  flex-direction:column;
  padding:20px 0;
  border:1px solid var(--cxd-border);
  border-radius:17px;
  background:var(--cxd-bg);
  box-shadow:0 8px 24px rgba(22,19,39,.04);
  overflow:hidden;
}

.cxd-nav-label{
  padding:0 18px 12px;
  color:var(--cxd-muted);
  font-size:10px;
  font-weight:700;
}

.cxd-nav-card a{
  position:relative;
  padding:8px 18px;
  color:var(--cxd-ink-soft);
  font-size:12.5px;
  line-height:1.45;
  transition:.2s ease;
}

.cxd-nav-card a:hover{
  padding-left:22px;
  color:var(--cxd-purple-deep);
  background:var(--cxd-white);
}

/* Content */

.cxd-legal-content{
  min-width:0;
  max-width:820px;
}

.cxd-legal-content section{
  scroll-margin-top:30px;
  padding:0 0 48px;
  margin-bottom:48px;
  border-bottom:1px solid var(--cxd-border);
}

.cxd-legal-content section:last-of-type{
  margin-bottom:0;
}

.cxd-section-number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  height:26px;
  margin-bottom:12px;
  padding:0 9px;
  border-radius:7px;
  background:var(--cxd-teal-soft);
  color:var(--cxd-teal-deep);
  font-size:10px;
  font-weight:700;
}

.cxd-legal-content h2{
  margin:0 0 16px;
  color:var(--cxd-ink);
  font-family:var(--cxd-display);
  font-size:clamp(26px,4vw,34px);
  font-weight:600;
  line-height:1.2;
  letter-spacing:-.015em;
}

.cxd-legal-content h3{
  margin:25px 0 7px;
  color:var(--cxd-ink);
  font-size:17px;
  font-weight:700;
}

.cxd-legal-content p{
  margin:0 0 16px;
  color:var(--cxd-ink-soft);
  font-size:15px;
}

.cxd-legal-content p:last-child{
  margin-bottom:0;
}

/* Intro privacy card */

.cxd-policy-note{
  margin-bottom:54px;
  padding:25px 28px;
  border:1px solid rgba(4,211,179,.22);
  border-left:4px solid var(--cxd-teal);
  border-radius:var(--cxd-radius-md);
  background:linear-gradient(
    135deg,
    rgba(4,211,179,.07),
    rgba(115,92,243,.045)
  );
}

.cxd-policy-note strong{
  display:block;
  margin-bottom:6px;
  color:var(--cxd-ink);
  font-size:16px;
}

.cxd-policy-note p{
  margin:0;
}

/* Lists */

.cxd-check-list{
  display:grid;
  gap:9px;
  margin:20px 0;
  padding:0;
  list-style:none;
}

.cxd-check-list li{
  position:relative;
  padding:9px 12px 9px 34px;
  border:1px solid var(--cxd-border);
  border-radius:10px;
  background:var(--cxd-bg);
  color:var(--cxd-ink-soft);
  font-size:14px;
}

.cxd-check-list li::before{
  content:"✓";
  position:absolute;
  left:12px;
  top:8px;
  color:var(--cxd-teal-deep);
  font-weight:800;
}

/* Information cards */

.cxd-info-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin:24px 0;
}

.cxd-info-card{
  padding:21px;
  border:1px solid var(--cxd-border);
  border-radius:var(--cxd-radius-md);
  background:var(--cxd-white);
  transition:.22s ease;
}

.cxd-info-card:hover{
  transform:translateY(-3px);
  border-color:rgba(115,92,243,.35);
  box-shadow:var(--cxd-shadow);
}

.cxd-info-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:28px;
  margin-bottom:13px;
  border-radius:7px;
  background:var(--cxd-purple-soft);
  color:var(--cxd-purple-deep);
  font-family:var(--cxd-code);
  font-size:10px;
  font-weight:700;
}

.cxd-info-card h3{
  margin:0 0 7px;
  font-size:15px;
}

.cxd-info-card p{
  font-size:13px;
}

/* Highlight */

.cxd-highlight{
  margin-top:24px;
  padding:23px 25px;
  border-radius:var(--cxd-radius-md);
  background:var(--cxd-bg);
  border:1px solid var(--cxd-border);
}

.cxd-highlight strong{
  display:block;
  margin-bottom:5px;
  color:var(--cxd-purple-deep);
  font-size:15px;
}

.cxd-highlight p{
  margin:0;
}

/* Contact */

.cxd-contact-box{
  padding:34px 34px 38px !important;
  border:1px solid var(--cxd-border) !important;
  border-radius:var(--cxd-radius-lg);
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(115,92,243,.10),
      transparent 38%
    ),
    var(--cxd-bg);
  box-shadow:var(--cxd-shadow);
}

.cxd-contact-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:46px;
  margin-top:9px;
  padding:0 20px;
  border-radius:10px;
  background:var(--cxd-ink);
  color:#fff !important;
  font-size:14px;
  font-weight:700;
  transition:.2s ease;
}

.cxd-contact-button:hover{
  transform:translateY(-2px);
  background:var(--cxd-purple-deep);
  box-shadow:0 10px 24px rgba(90,69,214,.22);
}

.cxd-small-note{
  margin-top:16px !important;
  color:var(--cxd-muted) !important;
  font-size:12px !important;
}

/* Footer */

.cxd-policy-footer{
  padding-top:30px;
  color:var(--cxd-muted);
  font-size:12px;
  text-align:center;
}

.cxd-policy-footer p{
  margin:3px 0;
  color:var(--cxd-muted);
  font-size:12px;
}

.cxd-policy-footer strong{
  color:var(--cxd-ink);
}

/* Accessibility */

.cxd-legal-page a:focus-visible{
  outline:3px solid var(--cxd-purple);
  outline-offset:3px;
  border-radius:5px;
}

/* Tablet */

@media (max-width:900px){
  .cxd-legal-layout{
    grid-template-columns:1fr;
    gap:30px;
  }

  .cxd-legal-nav{
    position:static;
  }

  .cxd-nav-card{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    padding:14px;
    gap:2px;
  }

  .cxd-nav-label{
    grid-column:1/-1;
    padding:4px 8px 10px;
  }

  .cxd-nav-card a{
    padding:8px;
    border-radius:7px;
  }

  .cxd-nav-card a:hover{
    padding-left:8px;
  }
}

/* Mobile */

@media (max-width:700px){
  .cxd-legal-container{
    padding:0 16px;
  }

  .cxd-legal-hero{
    padding:55px 0 40px;
  }

  .cxd-legal-intro{
    font-size:15px;
  }

  .cxd-legal-meta{
    flex-direction:column;
    gap:5px;
  }

  .cxd-legal-layout{
    padding-bottom:60px;
  }

  .cxd-nav-card{
    grid-template-columns:1fr;
  }

  .cxd-nav-label{
    grid-column:auto;
  }

  .cxd-info-grid{
    grid-template-columns:1fr;
  }

  .cxd-legal-content section{
    padding-bottom:36px;
    margin-bottom:36px;
  }

  .cxd-policy-note{
    padding:20px;
    margin-bottom:38px;
  }

  .cxd-contact-box{
    padding:26px 21px 29px !important;
  }
}

/* Reduced motion */

@media (prefers-reduced-motion:reduce){
  .cxd-legal-page *{
    transition:none !important;
    scroll-behavior:auto !important;
  }
}/* End custom CSS */