body.elementor-page-87:not(.elementor-motion-effects-element-type-background), body.elementor-page-87 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0D171F;}:root{--page-title-display:none;}/* Start custom CSS */:root {
  --bg: #0d171f;
  --bg-2: #111c25;
  --bg-3: #16232d;
  --text: #f7f4ef;
  --muted: #c6ced6;
  --accent: #fab425;
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.12);
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
  --radius: 28px;
  --content: 1180px;
  --font-display: 'Cabinet Grotesk', sans-serif;
  --font-body: 'Satoshi', sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top right, rgba(250, 180, 37, 0.08), transparent 20%),
    radial-gradient(circle at left 15%, rgba(35, 54, 72, 0.3), transparent 24%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg) 100%);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: #fff;
  text-underline-offset: 3px;
}

.legal-container {
  width: min(calc(100% - 40px), var(--content));
  margin: 0 auto;
}

.legal-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(13, 23, 31, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}

.legal-header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.legal-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex: 0 0 auto;
}

.legal-brand img {
  width: 170px;
  max-width: 170px;
  height: auto;
}

.legal-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.legal-nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  transition: color 0.2s ease;
}

.legal-nav a:hover,
.legal-nav a:focus-visible {
  color: #fff;
}

.legal-page {
  padding-bottom: 80px;
}

.legal-hero {
  padding: 72px 0 30px;
}

.legal-kicker {
  margin: 0 0 12px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 13px;
  font-weight: 700;
}

.legal-hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.legal-intro {
  max-width: 52rem;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

.legal-content {
  padding: 10px 0 0;
}

.legal-card {
  padding: 34px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
}

.legal-text {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.legal-text h2,
.legal-text h3,
.legal-text h4 {
  margin: 0 0 14px;
  color: #fff;
  font-family: var(--font-display);
  line-height: 1.1;
}

.legal-text h2 {
  margin-top: 34px;
  font-size: clamp(26px, 2.4vw, 36px);
}

.legal-text h3 {
  margin-top: 26px;
  font-size: clamp(20px, 2vw, 28px);
}

.legal-text h4 {
  margin-top: 20px;
  color: var(--accent);
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 700;
}

.legal-text p {
  margin: 0 0 14px;
}

.legal-text a {
  color: #fff;
  word-break: break-word;
}

@media (max-width: 767px) {
  .legal-header-inner {
    min-height: 76px;
    gap: 16px;
  }

  .legal-brand img {
    width: 140px;
    max-width: 140px;
  }

  .legal-nav {
    gap: 16px;
  }

  .legal-hero {
    padding-top: 54px;
  }

  .legal-card {
    padding: 22px;
  }

  .legal-text {
    font-size: 16px;
  }
}/* End custom CSS */