@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

.cr-terms {
  position: relative;
  overflow: hidden;
  font-family: "Inter", Arial, sans-serif;
  color: #172033;
  background: #fbfcff;
}

.cr-terms,
.cr-terms div,
.cr-terms section,
.cr-terms aside,
.cr-terms nav,
.cr-terms h1,
.cr-terms h2,
.cr-terms p,
.cr-terms a,
.cr-terms ul,
.cr-terms li,
.cr-terms span {
  box-sizing: border-box;
}

.cr-terms a {
  color: inherit;
}

.cr-terms-container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.cr-terms-hero {
  position: relative;
  overflow: hidden;
  padding: 118px 0 96px;
  background:
    radial-gradient(circle at 18% 22%, rgba(107, 95, 255, 0.18), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(38, 201, 167, 0.16), transparent 30%),
    linear-gradient(135deg, #f7f8ff 0%, #eef7ff 52%, #f9fbff 100%);
}

.cr-terms-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cr-terms-glow {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  filter: blur(14px);
  opacity: 0.55;
}

.cr-terms-glow-one {
  left: -90px;
  top: 70px;
  background: rgba(106, 91, 255, 0.18);
}

.cr-terms-glow-two {
  right: -80px;
  bottom: 10px;
  background: rgba(34, 197, 167, 0.2);
}

.cr-terms-curve {
  position: absolute;
  border: 1px solid rgba(91, 104, 255, 0.16);
  border-radius: 999px;
  transform: rotate(-18deg);
}

.cr-terms-curve-one {
  width: 520px;
  height: 180px;
  top: 54px;
  right: -160px;
}

.cr-terms-curve-two {
  width: 420px;
  height: 140px;
  left: -130px;
  bottom: 22px;
}

.cr-terms-dot {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #6b5cff;
  box-shadow: 0 12px 30px rgba(91, 104, 255, 0.35);
}

.cr-terms-dot-one {
  left: 10%;
  top: 26%;
}

.cr-terms-dot-two {
  right: 18%;
  top: 34%;
  background: #20c7a6;
}

.cr-terms-dot-three {
  right: 10%;
  bottom: 22%;
  background: #f5b84b;
}

.cr-terms-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
  text-align: center;
}

.cr-terms-eyebrow,
.cr-terms-updated {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(91, 104, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 14px 40px rgba(27, 44, 92, 0.08);
  color: #5864d8;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 16px;
}

.cr-terms-eyebrow i,
.cr-terms-updated i {
  color: #20b99b;
}

.cr-terms-hero-title {
  margin: 22px 0 18px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.96;
  letter-spacing: 0;
  color: #111827;
  font-weight: 800;
}

.cr-terms-hero-text {
  max-width: 690px;
  margin: 0 auto 22px;
  color: #566174;
  font-size: 18px;
  line-height: 1.75;
}

.cr-terms-updated {
  color: #172033;
  font-size: 13px;
}

.cr-terms-main {
  padding: 88px 0 96px;
}

.cr-terms-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.cr-terms-sidebar {
  position: sticky;
  top: 28px;
}

.cr-terms-nav-card,
.cr-terms-card {
  border: 1px solid rgba(143, 154, 181, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 70px rgba(26, 39, 81, 0.08);
}

.cr-terms-nav-card {
  padding: 22px;
}

.cr-terms-section-kicker {
  margin: 0 0 14px;
  color: #5f6eff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cr-terms-nav {
  display: grid;
  gap: 7px;
}

.cr-terms-nav a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 12px;
  border-radius: 8px;
  color: #536075;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.cr-terms-nav a:hover,
.cr-terms-nav a.cr-terms-active {
  color: #172033;
  background: linear-gradient(135deg, rgba(95, 110, 255, 0.1), rgba(32, 199, 166, 0.1));
  transform: translateX(3px);
}

.cr-terms-content {
  display: grid;
  gap: 18px;
}

.cr-terms-card {
  position: relative;
  padding: 34px;
  overflow: hidden;
}

.cr-terms-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #6b5cff, #20c7a6);
  opacity: 0.82;
}

.cr-terms-card h2 {
  margin: 0 0 14px;
  color: #111827;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.16;
  letter-spacing: 0;
  font-weight: 800;
}

.cr-terms-card p {
  margin: 0 0 14px;
  color: #566174;
  font-size: 16px;
  line-height: 1.78;
}

.cr-terms-card p:last-child {
  margin-bottom: 0;
}

.cr-terms-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 30px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: #f1f4ff;
  color: #5f6eff;
  font-size: 13px;
  font-weight: 800;
}

.cr-terms-highlight {
  background:
    linear-gradient(135deg, rgba(95, 110, 255, 0.08), rgba(32, 199, 166, 0.08)),
    rgba(255, 255, 255, 0.92);
}

.cr-terms-check-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.cr-terms-check-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: start;
  color: #566174;
  font-size: 16px;
  line-height: 1.65;
}

.cr-terms-check-list i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border-radius: 50%;
  background: rgba(32, 199, 166, 0.14);
  color: #16a78a;
  font-size: 12px;
}

.cr-terms-email {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  color: #5864d8;
  font-weight: 800;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.cr-terms-email:hover {
  color: #20a98d;
  transform: translateY(-1px);
}

.cr-terms-final-cta {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 255, 255, 0.16), transparent 30%),
    linear-gradient(135deg, #111827 0%, #1e235f 54%, #176c64 100%);
  color: #ffffff;
}

.cr-terms-final-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.75;
}

.cr-terms-final-decor span {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
}

.cr-terms-final-decor span:nth-child(1) {
  left: 8%;
  top: 20%;
}

.cr-terms-final-decor span:nth-child(2) {
  right: 12%;
  top: 16%;
  width: 210px;
  height: 210px;
}

.cr-terms-final-decor span:nth-child(3) {
  right: 22%;
  bottom: -70px;
  width: 180px;
  height: 180px;
}

.cr-terms-final-decor i {
  position: absolute;
  color: rgba(255, 255, 255, 0.22);
  font-size: 34px;
}

.cr-terms-final-decor i:nth-of-type(1) {
  left: 18%;
  bottom: 22%;
}

.cr-terms-final-decor i:nth-of-type(2) {
  right: 18%;
  bottom: 24%;
}

.cr-terms-final-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  text-align: center;
}

.cr-terms-final-kicker {
  margin: 0 0 14px;
  color: #8ff0dc;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cr-terms-final-inner h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 800;
}

.cr-terms-final-inner p:not(.cr-terms-final-kicker) {
  max-width: 620px;
  margin: 18px auto 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.75;
}

.cr-terms-btn-link {
  display: inline-flex;
  text-decoration: none;
}

.cr-terms-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.cr-terms-btn-primary {
  background: linear-gradient(135deg, #6b5cff, #20c7a6);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(40, 57, 162, 0.28);
}

.cr-terms-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(25, 39, 90, 0.22);
}

.cr-terms [data-cr-terms-animate] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.cr-terms [data-cr-terms-animate].cr-terms-in-view {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.cr-terms [data-cr-terms-animate="fade-right"] {
  transform: translateX(-22px);
}

.cr-terms [data-cr-terms-animate="fade-left"] {
  transform: translateX(22px);
}

.cr-terms [data-cr-terms-animate="zoom-in"] {
  transform: scale(0.96);
}

@media (max-width: 980px) {
  .cr-terms-hero {
    padding: 96px 0 78px;
  }

  .cr-terms-layout {
    grid-template-columns: 1fr;
  }

  .cr-terms-sidebar {
    position: relative;
    top: auto;
  }

  .cr-terms-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .cr-terms-container {
    width: min(100% - 24px, 1160px);
  }

  .cr-terms-hero {
    padding: 78px 0 64px;
  }

  .cr-terms-hero-text {
    font-size: 16px;
  }

  .cr-terms-nav {
    grid-template-columns: 1fr;
  }

  .cr-terms-card,
  .cr-terms-nav-card {
    padding: 24px;
  }

  .cr-terms-main {
    padding: 58px 0 68px;
  }

  .cr-terms-final-cta {
    padding: 72px 0;
  }

  .cr-terms-btn {
    width: 100%;
    min-height: 52px;
  }

  .cr-terms-btn-link {
    width: 100%;
  }
}