.elementor-438 .elementor-element.elementor-element-4c58cf4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-10d9db0 */.jc-terms {
  background:
    radial-gradient(circle at top left, rgba(124, 58, 237, 0.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 48%, #ffffff 100%);
  padding: 56px 18px 80px;
  color: #151525;
}

.jc-terms * {
  box-sizing: border-box;
}

.jc-terms__wrap {
  width: min(100%, 1080px);
  margin: 0 auto;
}

.jc-terms__hero {
  border: 1px solid rgba(124, 58, 237, 0.18);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 28px;
  padding: clamp(28px, 5vw, 54px);
  box-shadow: 0 24px 70px rgba(20, 20, 40, 0.08);
  margin-bottom: 22px;
}

.jc-terms__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6d28d9;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 10px;
}

.jc-terms__hero h1 {
  margin: 0 0 14px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(44px, 7vw, 78px);
  line-height: 0.95;
  letter-spacing: 0.01em;
  color: #10101a;
}

.jc-terms__hero p {
  max-width: 860px;
  margin: 0;
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.65;
  color: #52525f;
}

.jc-terms__date {
  margin-top: 16px !important;
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f4efff;
  color: #5b21b6 !important;
  font-weight: 800;
  font-size: 14px !important;
}

.jc-terms__card {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 24px;
  padding: clamp(22px, 4vw, 36px);
  margin: 18px 0;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.06);
}

.jc-terms__card h2 {
  margin: 0 0 14px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1;
  letter-spacing: 0.015em;
  color: #121221;
}

.jc-terms__card h3 {
  margin: 22px 0 8px;
  font-size: 17px;
  line-height: 1.3;
  color: #2b2141;
  font-weight: 900;
}

.jc-terms__card p {
  margin: 0 0 14px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.75;
}

.jc-terms__card strong {
  color: #171728;
  font-weight: 900;
}

.jc-terms__card ul {
  margin: 10px 0 18px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.jc-terms__card li {
  position: relative;
  padding-left: 26px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.55;
}

.jc-terms__card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8b5cf6, #5b21b6);
  box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.12);
}

.jc-terms__cta {
  margin-top: 26px;
  border-radius: 28px;
  padding: clamp(26px, 5vw, 46px);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.22), transparent 36%),
    linear-gradient(135deg, #7c3aed 0%, #4c1d95 100%);
  color: #fff;
  box-shadow: 0 24px 70px rgba(76, 29, 149, 0.26);
  text-align: center;
}

.jc-terms__cta h2 {
  margin: 0 0 10px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 0.95;
  letter-spacing: 0.015em;
}

.jc-terms__cta p {
  margin: 0 auto 22px;
  max-width: 700px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.6;
}

.jc-terms__cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  background: #fff;
  color: #5b21b6;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.jc-terms__cta a:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.20);
}

@media (max-width: 767px) {
  .jc-terms {
    padding: 34px 14px 56px;
  }

  .jc-terms__hero,
  .jc-terms__card,
  .jc-terms__cta {
    border-radius: 20px;
  }

  .jc-terms__card li,
  .jc-terms__card p {
    font-size: 15px;
  }
}/* End custom CSS */