/* Caspian Edge legal, copyright, and privacy additions */
.ce-legal-footer {
  width: 100%;
  margin-top: 18px;
  padding: 17px 24px 20px;
  border-top: 1px solid rgba(255, 255, 255, .09);
  color: rgba(219, 229, 238, .72);
  font-family: "DM Sans", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.ce-legal-footer-inner {
  display: flex;
  width: min(1180px, 100%);
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 18px 30px;
}
.ce-legal-footer p {
  margin: 0 !important;
  color: inherit !important;
  font-size: 11.5px !important;
  line-height: 1.55 !important;
}
.ce-legal-footer nav {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 18px;
}
.ce-legal-footer a {
  display: inline-flex !important;
  width: auto !important;
  margin: 0 !important;
  padding: 2px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  color: rgba(235, 242, 247, .86) !important;
  font-size: 11.5px !important;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}
.ce-legal-footer a:hover {
  border-color: currentColor;
  color: #fff !important;
  transform: none !important;
}
.ce-legal-standalone {
  padding: 20px 24px;
  background: #06131f;
  color: rgba(219, 229, 238, .72);
}
.ce-legal-standalone .ce-legal-footer {
  margin: 0;
  padding: 0;
  border-top: 0;
}

.ce-legal-page {
  background: #f7f9fb;
  color: #172033;
  font-family: "DM Sans", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.ce-legal-hero {
  padding: 74px 24px 62px;
  border-bottom: 1px solid #d9e1e7;
  background:
    radial-gradient(circle at 88% 16%, rgba(72, 168, 199, .12), transparent 25%),
    linear-gradient(145deg, #071827, #0d2e47);
  color: #fff;
}
.ce-legal-shell {
  width: min(920px, 100%);
  margin: 0 auto;
}
.ce-legal-kicker {
  margin: 0 0 14px;
  color: #8fcce0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.ce-legal-hero h1 {
  margin: 0 0 15px;
  color: #fff;
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: 1;
}
.ce-legal-hero p {
  max-width: 720px;
  margin: 0;
  color: #c8d5de;
  font-size: 17px;
  line-height: 1.65;
}
.ce-legal-content {
  padding: 68px 24px 82px;
}
.ce-legal-document {
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid #d5dee5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(7, 24, 39, .07);
}
.ce-legal-updated {
  margin: 0 0 34px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbe3e9;
  color: #627386;
  font-size: 13px;
  font-weight: 700;
}
.ce-legal-document section + section {
  margin-top: 40px;
  padding-top: 38px;
  border-top: 1px solid #dbe3e9;
}
.ce-legal-document h2 {
  margin: 0 0 18px;
  color: #0a1420;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.12;
}
.ce-legal-document p {
  margin: 0 0 17px;
  color: #46596c;
  font-size: 15.5px;
  line-height: 1.78;
}
.ce-legal-document p:last-child { margin-bottom: 0; }

.ce-catalogue-notice {
  width: min(1180px, calc(100% - 48px));
  margin: 32px auto 0;
  padding: 17px 19px;
  border: 1px solid rgba(194, 143, 54, .28);
  border-left: 3px solid #c28f36;
  border-radius: 4px;
  background: rgba(194, 143, 54, .07);
  color: #4b5667;
  font-size: 11.5px;
  line-height: 1.62;
}
.ce-catalogue-notice strong { color: #17273d; }
.ce-download-card .ce-catalogue-notice {
  width: auto;
  margin: 18px 0 0;
}
.ce-download-agreement {
  margin: 12px 0 0 !important;
  color: #64748b !important;
  font-size: 11px !important;
  line-height: 1.5 !important;
}

@media (max-width: 720px) {
  .ce-legal-footer { padding: 18px 19px 22px; }
  .ce-legal-footer-inner { align-items: flex-start; flex-direction: column; gap: 13px; }
  .ce-legal-footer nav { gap: 15px; }
  .ce-legal-hero { padding: 55px 20px 48px; }
  .ce-legal-content { padding: 42px 19px 58px; }
  .ce-legal-document { padding: 27px 22px; border-radius: 12px; }
  .ce-catalogue-notice { width: calc(100% - 38px); }
}
