/* Start custom CSS for html, class: .elementor-element-c992b9d */:root {
  --jr-purple: #391f56;
  --jr-purple-light: #604580;
  --jr-purple-soft: #f7f2fb;

  --jr-orange: #f58220;
  --jr-yellow: #ffd447;
  --jr-green: #8fc24d;

  --jr-white: #ffffff;
  --jr-dark: #20132f;
  --jr-text: #39284a;
  --jr-muted: rgba(57, 31, 86, 0.72);

  --jr-shadow: 0 22px 55px rgba(57, 31, 86, 0.16);
}

.jr-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 120px 22px 90px;
  background:
    radial-gradient(circle at 18% 18%, rgba(245,130,32,0.24), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(143,194,77,0.18), transparent 30%),
    linear-gradient(135deg, #391f56 0%, #4b2d68 48%, #604580 100%);
}

.jr-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(45deg, rgba(255,255,255,0.045) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(255,255,255,0.045) 25%, transparent 25%);
  background-size: 48px 48px;
  opacity: 0.32;
}

.jr-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(31,18,48,0.12),
    rgba(31,18,48,0.58)
  );
}

.jr-hero__content {
  position: relative;
  z-index: 2;
  max-width: 980px;
  text-align: center;
  color: var(--jr-white);
}

.jr-logo--hero {
  width: min(370px, 82vw);
  margin: 0 auto 22px;
  display: block;
  filter: drop-shadow(0 16px 18px rgba(0,0,0,0.22));
}

.jr-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.13);
  border: 1px solid rgba(255,255,255,0.22);
  color: var(--jr-yellow);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.08em;
  font-size: 13px;
  margin: 0 0 18px;
}

.jr-hero h1 {
  margin: 0;
  font-size: clamp(44px, 8vw, 92px);
  line-height: 0.92;
  font-weight: 950;
  letter-spacing: -0.055em;
  text-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.jr-hero__text {
  max-width: 760px;
  margin: 24px auto 34px;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.55;
  color: rgba(255,255,255,0.9);
}

.jr-button-row {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.jr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 28px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.jr-btn:hover {
  transform: translateY(-3px);
}

.jr-btn--primary {
  background: linear-gradient(135deg, var(--jr-orange), var(--jr-yellow));
  color: var(--jr-purple);
  box-shadow: 0 18px 35px rgba(245, 130, 32, 0.26);
}

.jr-btn--secondary {
  background: rgba(255,255,255,0.14);
  color: var(--jr-white);
  border: 1px solid rgba(255,255,255,0.34);
  backdrop-filter: blur(8px);
}

@media (max-width: 700px) {
  .jr-hero {
    min-height: 660px;
    padding: 95px 18px 70px;
  }

  .jr-button-row {
    flex-direction: column;
    align-items: stretch;
  }

  .jr-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c407f9e */.jr-section {
  position: relative;
  padding: 95px 0;
}

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

.jr-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
}

.jr-intro {
  background: var(--jr-purple-soft);
}

.jr-section-tag {
  margin: 0 0 12px;
  color: var(--jr-orange);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: 950;
}

.jr-copy h2 {
  margin: 0 0 18px;
  color: var(--jr-purple);
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.jr-copy p:not(.jr-section-tag) {
  margin: 0;
  color: var(--jr-muted);
  font-size: 18px;
  line-height: 1.7;
}

.jr-inline-link {
  display: inline-flex;
  margin-top: 22px;
  padding: 0 0 5px;
  border: 0;
  border-bottom: 3px solid var(--jr-orange);
  background: transparent;
  color: var(--jr-purple);
  font-size: 17px;
  font-weight: 950;
  cursor: pointer;
}

.jr-highlight-panel {
  padding: 36px;
  border-radius: 34px;
  background: #ffffff;
  box-shadow: var(--jr-shadow);
  border: 1px solid rgba(57,31,86,0.08);
}

.jr-highlight-panel h3 {
  margin: 0 0 24px;
  color: var(--jr-purple);
  font-size: 34px;
  font-weight: 950;
}

.jr-highlight-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.jr-highlight-list div {
  padding: 20px;
  border-radius: 22px;
  background: var(--jr-purple-soft);
}

.jr-highlight-list span {
  display: block;
  font-size: 28px;
  margin-bottom: 8px;
}

.jr-highlight-list p {
  margin: 0;
  color: var(--jr-purple);
  font-weight: 850;
}

@media (max-width: 850px) {
  .jr-two-col {
    grid-template-columns: 1fr;
  }

  .jr-highlight-list {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2fa6678 */.jr-activities {
  background: #ffffff;
}

.jr-section-heading {
  max-width: 780px;
  margin: 0 auto 46px;
  text-align: center;
}

.jr-section-heading h2 {
  margin: 0 0 18px;
  color: var(--jr-purple);
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.jr-section-heading p:last-child {
  margin: 0;
  color: var(--jr-muted);
  font-size: 18px;
  line-height: 1.7;
}

.jr-activity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.jr-activity-card {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 30px;
  border-radius: 32px;
  background: var(--jr-purple-soft);
  border: 1px solid rgba(57,31,86,0.08);
  box-shadow: var(--jr-shadow);
}

.jr-activity-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: rgba(245,130,32,0.12);
}

.jr-activity-card:nth-child(2n)::after {
  background: rgba(143,194,77,0.12);
}

.jr-card-number {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: var(--jr-purple);
  color: var(--jr-yellow);
  font-weight: 950;
  margin-bottom: 20px;
}

.jr-activity-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--jr-purple);
  font-size: 23px;
  line-height: 1.15;
  font-weight: 950;
}

.jr-activity-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--jr-muted);
  line-height: 1.65;
}

@media (max-width: 950px) {
  .jr-activity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 650px) {
  .jr-activity-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-710dd38 */.jr-parties {
  background: var(--jr-purple-soft);
}

.jr-party-card {
  border-radius: 36px;
  padding: clamp(28px, 5vw, 52px);
  box-shadow: var(--jr-shadow);
}

.jr-party-card--main {
  background: #ffffff;
}

.jr-party-card--side {
  background: var(--jr-purple);
  color: var(--jr-white);
}

.jr-party-card h2 {
  margin: 0 0 18px;
  color: var(--jr-purple);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.jr-party-card--main > p {
  color: var(--jr-muted);
  font-size: 18px;
  line-height: 1.7;
}

.jr-party-steps {
  display: grid;
  gap: 14px;
  margin: 28px 0;
}

.jr-party-steps div {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border-radius: 20px;
  background: var(--jr-purple-soft);
}

.jr-party-steps span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--jr-orange);
  color: var(--jr-white);
  font-weight: 950;
}

.jr-party-steps p {
  margin: 0;
  color: var(--jr-muted);
  line-height: 1.5;
}

.jr-party-card--side h3 {
  margin: 0 0 22px;
  color: var(--jr-yellow);
  font-size: 32px;
  font-weight: 950;
}

.jr-party-card--side ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.jr-party-card--side li {
  position: relative;
  padding-left: 30px;
  color: rgba(255,255,255,0.9);
  line-height: 1.5;
}

.jr-party-card--side li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--jr-green);
  font-weight: 950;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0dbb1de */.jr-sessions {
  background: var(--jr-purple);
  color: var(--jr-white);
}

.jr-sessions-box {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
  padding: clamp(30px, 5vw, 58px);
  border-radius: 42px;
  background:
    radial-gradient(circle at top left, rgba(245,130,32,0.24), transparent 34%),
    radial-gradient(circle at bottom right, rgba(143,194,77,0.18), transparent 34%),
    var(--jr-purple-light);
}

.jr-copy--light h2 {
  color: var(--jr-white);
}

.jr-copy--light p:not(.jr-section-tag) {
  color: rgba(255,255,255,0.86);
  margin-bottom: 26px;
}

.jr-session-list {
  display: grid;
  gap: 14px;
}

.jr-session-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
}

.jr-session-row strong {
  color: var(--jr-yellow);
  font-size: 17px;
}

.jr-session-row span {
  color: rgba(255,255,255,0.84);
  text-align: right;
}

@media (max-width: 850px) {
  .jr-sessions-box {
    grid-template-columns: 1fr;
  }

  .jr-session-row {
    flex-direction: column;
  }

  .jr-session-row span {
    text-align: left;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7423468 */.jr-safety {
  background:
    radial-gradient(circle at top left, rgba(245,130,32,0.18), transparent 32%),
    radial-gradient(circle at bottom right, rgba(143,194,77,0.14), transparent 34%),
    var(--jr-purple);
  color: var(--jr-white);
}

.jr-section-heading--light h2 {
  color: var(--jr-white);
}

.jr-section-heading--light p:last-child {
  color: rgba(255,255,255,0.84);
}

.jr-safety-feature {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: 34px;
  margin-bottom: 24px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
}

.jr-safety-feature h3 {
  margin: 0 0 8px;
  color: var(--jr-yellow);
  font-size: 28px;
  font-weight: 950;
}

.jr-safety-feature p {
  margin: 0;
  max-width: 720px;
  color: rgba(255,255,255,0.86);
  line-height: 1.65;
}

.jr-rules-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.jr-rule-card {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  padding: 22px;
  border-radius: 26px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
}

.jr-rule-card--important {
  background: linear-gradient(135deg, var(--jr-orange), var(--jr-yellow));
  color: var(--jr-purple);
}

.jr-rule-card span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(255,255,255,0.16);
  color: var(--jr-yellow);
  font-weight: 950;
  margin-bottom: 16px;
}

.jr-rule-card--important span {
  background: rgba(57,31,86,0.14);
  color: var(--jr-purple);
}

.jr-rule-card h3 {
  margin: 0 0 10px;
  color: var(--jr-white);
  font-size: 18px;
  line-height: 1.18;
  font-weight: 950;
}

.jr-rule-card p {
  margin: 0;
  color: rgba(255,255,255,0.78);
  line-height: 1.55;
  font-size: 15px;
}

.jr-rule-card--important h3,
.jr-rule-card--important p {
  color: var(--jr-purple);
}

@media (max-width: 1100px) {
  .jr-rules-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .jr-safety-feature {
    flex-direction: column;
    align-items: flex-start;
  }

  .jr-rules-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .jr-rules-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d75dcf1 */.jr-final-cta {
  background: var(--jr-purple-soft);
}

.jr-final-cta__box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  padding: clamp(30px, 5vw, 58px);
  border-radius: 42px;
  background: #ffffff;
  box-shadow: var(--jr-shadow);
}

.jr-logo--small {
  width: 220px;
  margin-bottom: 18px;
}

.jr-final-cta h2 {
  margin: 0 0 18px;
  color: var(--jr-purple);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.jr-final-cta p:not(.jr-section-tag) {
  color: var(--jr-muted);
  font-size: 18px;
  line-height: 1.7;
  max-width: 760px;
}

.jr-info-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.jr-info-pills span {
  display: inline-flex;
  padding: 10px 15px;
  border-radius: 999px;
  background: var(--jr-purple-soft);
  color: var(--jr-purple);
  font-weight: 850;
  border: 1px solid rgba(57,31,86,0.08);
}

.jr-final-cta__actions {
  display: grid;
  gap: 12px;
  min-width: 220px;
}

@media (max-width: 850px) {
  .jr-final-cta__box {
    grid-template-columns: 1fr;
  }

  .jr-final-cta__actions {
    min-width: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d129e6d */.jr-modal-open {
  overflow: hidden;
}

.jr-roller-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
}

.jr-roller-modal.is-open {
  display: block;
}

.jr-roller-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(31,18,48,0.72);
  backdrop-filter: blur(6px);
}

.jr-roller-modal__panel {
  position: absolute;
  inset: 5vh 4vw;
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0,0,0,0.4);
}

.jr-roller-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--jr-purple);
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.jr-roller-modal__iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 767px) {
  .jr-roller-modal__panel {
    inset: 0;
    border-radius: 0;
  }

  .jr-roller-modal__close {
    top: 10px;
    right: 10px;
  }
}/* End custom CSS */