/* Holiday Rewards Journey — module.css */
.hrj {
  --hrj-ink: #231b2a;
  --hrj-muted: #665d6e;
  --hrj-white: #fff;
  --hrj-line: #dcd2e5;
  --hrj-shadow: 0 18px 50px rgba(var(--hrj-dark-rgb), .12);
  position: relative;
  overflow: hidden;
  color: var(--hrj-ink);
  background: linear-gradient(180deg, var(--hrj-white) 0, var(--hrj-background) 60%, rgba(var(--hrj-green-rgb), .07) 100%);
  font-family: inherit;
}

.hrj,
.hrj * { box-sizing: border-box; }

.hrj--spacing-compact { padding: 40px 24px 46px; }
.hrj--spacing-comfortable { padding: 72px 24px 80px; }
.hrj--spacing-spacious { padding: 96px 24px 106px; }

.hrj::before,
.hrj::after {
  position: absolute;
  content: "✦";
  color: rgba(var(--hrj-primary-rgb), .09);
  font-size: 180px;
  line-height: 1;
  pointer-events: none;
}

.hrj::before { top: -35px; left: -25px; transform: rotate(15deg); }
.hrj::after { right: -20px; bottom: 20px; transform: rotate(-10deg); }

.hrj__wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.hrj__eyebrow {
  margin: 0 0 12px;
  color: var(--hrj-green);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hrj__heading {
  margin: 0;
  color: var(--hrj-dark);
  font-size: clamp(2.15rem, 5vw, 4.2rem);
  line-height: 1.04;
}

.hrj__intro {
  max-width: 750px;
  margin: 20px 0 28px;
  color: var(--hrj-muted);
  font-size: 1.12rem;
  line-height: 1.7;
}

.hrj__intro > :first-child,
.hrj__detail-description > :first-child,
.hrj__resource-description > :first-child,
.hrj__actions > :first-child { margin-top: 0; }

.hrj__intro > :last-child,
.hrj__detail-description > :last-child,
.hrj__resource-description > :last-child,
.hrj__actions > :last-child { margin-bottom: 0; }

.hrj__controls {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.hrj__controls label { font-size: .86rem; font-weight: 750; }

.hrj__controls select {
  min-height: 42px;
  border: 1px solid rgba(var(--hrj-primary-rgb), .38);
  border-radius: 10px;
  color: var(--hrj-ink);
  background: var(--hrj-white);
  padding: 7px 36px 7px 12px;
  font: inherit;
}

.hrj__controls select:focus-visible,
.hrj__stage-button:focus-visible,
.hrj__cta:focus-visible {
  outline: 4px solid #1a73e8;
  outline-offset: 4px;
}

.hrj__path-shell {
  position: relative;
  min-height: 430px;
  border: 1px solid rgba(var(--hrj-primary-rgb), .12);
  border-radius: 28px;
  background: rgba(255,255,255,.82);
  box-shadow: var(--hrj-shadow);
  padding: 36px 40px;
}

.hrj__lights {
  position: absolute;
  top: 13px;
  left: 6%;
  right: 6%;
  height: 28px;
  border-top: 2px solid rgba(var(--hrj-dark-rgb), .17);
  border-radius: 50%;
  pointer-events: none;
}

.hrj__lights span {
  position: absolute;
  top: -2px;
  width: 7px;
  height: 11px;
  border-radius: 2px 2px 5px 5px;
  opacity: .48;
  color: var(--hrj-gold);
  background: currentColor;
  box-shadow: 0 0 4px currentColor;
  transition: opacity .25s ease, box-shadow .25s ease, scale .25s ease;
  animation: hrj-bulb-twinkle 3.2s ease-in-out infinite;
}

.hrj__lights span::before {
  position: absolute;
  top: -4px;
  left: 1px;
  width: 5px;
  height: 4px;
  border-radius: 2px 2px 0 0;
  background: #776780;
  content: "";
}

.hrj__lights span:nth-child(1) { left: 2%; rotate: 7deg; color: var(--hrj-primary); animation-delay: -.3s; }
.hrj__lights span:nth-child(2) { left: 10%; rotate: -7deg; color: var(--hrj-gold); animation-delay: -2.1s; }
.hrj__lights span:nth-child(3) { left: 18%; rotate: 6deg; color: var(--hrj-green); animation-delay: -1.1s; }
.hrj__lights span:nth-child(4) { left: 27%; rotate: -8deg; color: var(--hrj-primary); animation-delay: -3s; }
.hrj__lights span:nth-child(5) { left: 36%; rotate: 5deg; color: var(--hrj-gold); animation-delay: -.7s; }
.hrj__lights span:nth-child(6) { left: 45%; rotate: -6deg; color: var(--hrj-green); animation-delay: -2.6s; }
.hrj__lights span:nth-child(7) { left: 54%; rotate: 8deg; color: var(--hrj-primary); animation-delay: -1.6s; }
.hrj__lights span:nth-child(8) { left: 63%; rotate: -7deg; color: var(--hrj-gold); animation-delay: -3.4s; }
.hrj__lights span:nth-child(9) { left: 72%; rotate: 6deg; color: var(--hrj-green); animation-delay: -.15s; }
.hrj__lights span:nth-child(10) { left: 81%; rotate: -8deg; color: var(--hrj-primary); animation-delay: -2.3s; }
.hrj__lights span:nth-child(11) { left: 90%; rotate: 7deg; color: var(--hrj-gold); animation-delay: -1.35s; }
.hrj__lights span:nth-child(12) { left: 98%; rotate: -6deg; color: var(--hrj-green); animation-delay: -3.2s; }

.hrj__lights span.is-complete { opacity: .76; box-shadow: 0 0 9px currentColor; }

.hrj__lights span.is-current {
  opacity: 1;
  scale: 1.45;
  box-shadow: 0 0 7px #fff, 0 0 19px currentColor;
  animation: hrj-active-bulb-twinkle 2.2s ease-in-out infinite;
}

.hrj--still-lights .hrj__lights span { animation: none; opacity: .62; }
.hrj--still-lights .hrj__lights span.is-current { opacity: 1; }

@keyframes hrj-bulb-twinkle {
  0%,
  100% {
    opacity: .42;
    filter: brightness(.9);
    box-shadow: 0 0 3px currentColor;
  }

  45% {
    opacity: .8;
    filter: brightness(1.25);
    box-shadow: 0 0 10px currentColor;
  }

  65% {
    opacity: .56;
    filter: brightness(1.05);
    box-shadow: 0 0 6px currentColor;
  }
}
}

@keyframes hrj-active-bulb-twinkle {
  0%, 100% { filter: brightness(1.15); }
  50% { filter: brightness(1.42); }
}

.hrj__accent {
  position: absolute;
  color: rgba(var(--hrj-primary-rgb), .16);
  line-height: 1;
  pointer-events: none;
}

.hrj__accent--1 { right: 4%; top: 60px; font-size: 34px; transform: rotate(12deg); }
.hrj__accent--2 { left: 3%; bottom: 28px; color: rgba(var(--hrj-green-rgb), .15); font-size: 27px; transform: rotate(-10deg); }
.hrj__accent--3 { left: 35%; top: 48px; color: rgba(var(--hrj-primary-rgb), .14); font-size: 19px; transform: rotate(18deg); }
.hrj__accent--4 { right: 26%; bottom: 30px; color: rgba(var(--hrj-primary-rgb), .12); font-size: 23px; transform: rotate(-15deg); }
.hrj__accent--5 { left: 18%; top: 78px; color: rgba(var(--hrj-green-rgb), .12); font-size: 16px; transform: rotate(11deg); }
.hrj__accent--6 { right: 13%; bottom: 86px; color: rgba(var(--hrj-primary-rgb), .13); font-size: 18px; transform: rotate(-8deg); }

.hrj__path-svg {
  position: absolute;
  inset: 52px 8% auto;
  width: 84%;
  height: 260px;
  overflow: visible;
}

.hrj__path-base {
  fill: none;
  stroke: var(--hrj-line);
  stroke-width: 13;
  stroke-linecap: round;
  stroke-dasharray: 2 6;
}

.hrj__path-progress {
  fill: none;
  stroke-width: 8;
  stroke-linecap: round;
  transition: stroke-dashoffset .5s ease;
}

.hrj__stages {
  position: relative;
  height: 345px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.hrj__stage {
  position: absolute;
  width: 154px;
  text-align: center;
  transform: translate(-50%, -50%);
}

.hrj__stage:nth-child(1) { left: 7%; top: 67%; }
.hrj__stage:nth-child(2) { left: 23%; top: 31%; }
.hrj__stage:nth-child(3) { left: 41%; top: 69%; }
.hrj__stage:nth-child(4) { left: 59%; top: 30%; }
.hrj__stage:nth-child(5) { left: 77%; top: 67%; }
.hrj__stage:nth-child(6) { left: 93%; top: 31%; }

.hrj__stage-button {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 10px;
  border: 4px solid var(--hrj-white);
  border-radius: 50%;
  color: var(--hrj-dark);
  background: var(--hrj-lavender);
  box-shadow: 0 0 0 2px rgba(var(--hrj-primary-rgb), .3), 0 8px 20px rgba(var(--hrj-dark-rgb), .13);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.hrj__stage-button:hover { transform: translateY(-3px); }

.hrj__stage-icon {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hrj__stage.is-complete .hrj__stage-button {
  color: var(--hrj-white);
  background: var(--hrj-green);
  box-shadow: 0 0 0 2px var(--hrj-green), 0 8px 20px rgba(var(--hrj-green-rgb), .18);
}

.hrj__stage.is-current .hrj__stage-button {
  color: var(--hrj-dark);
  background: #fff5c9;
  box-shadow: 0 0 0 5px var(--hrj-gold), 0 0 0 12px rgba(var(--hrj-primary-rgb), .12), 0 12px 25px rgba(var(--hrj-dark-rgb), .18);
  transform: scale(1.12);
}

.hrj__stage.is-selected .hrj__stage-button {
  outline: 3px solid var(--hrj-primary);
  outline-offset: 5px;
}

.hrj__stage.is-current .hrj__stage-button:hover { transform: scale(1.12) translateY(-2px); }

.hrj__stage-text { display: block; }

.hrj__month {
  display: block;
  color: var(--hrj-green);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hrj__stage-name {
  display: block;
  margin-top: 3px;
  color: var(--hrj-dark);
  font-weight: 850;
  line-height: 1.25;
}

.hrj__current-label {
  display: inline-block;
  min-height: 20px;
  margin-top: 6px;
  padding: 3px 7px;
  border-radius: 999px;
  color: #6d4d00;
  background: #fff3bd;
  font-size: .66rem;
  font-weight: 850;
  line-height: 1.35;
  text-transform: uppercase;
  visibility: hidden;
}

.hrj__stage.is-current .hrj__current-label { visibility: visible; }

.hrj__detail {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(270px, .65fr);
  gap: 28px;
  margin-top: 28px;
  border-radius: 24px;
  color: var(--hrj-white);
  background: linear-gradient(135deg, var(--hrj-dark), var(--hrj-primary) 68%, #77419e);
  box-shadow: var(--hrj-shadow);
  padding: clamp(26px, 5vw, 48px);
}

.hrj__detail[hidden] { display: none !important; }

.hrj__detail-kicker {
  margin: 0 0 10px;
  color: #cfebdf;
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hrj__detail-heading {
  margin: 0;
  color: var(--hrj-white);
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  line-height: 1.15;
}

.hrj__detail-description {
  margin: 14px 0 20px;
  color: #f1eaf7;
  line-height: 1.65;
}

.hrj__actions { color: var(--hrj-white); line-height: 1.65; }
.hrj__detail-description,
.hrj__detail-description p,
.hrj__detail-description li,
.hrj__actions,
.hrj__actions p,
.hrj__actions li,
.hrj__actions span {
  color: var(--hrj-white) !important;
}
.hrj__actions ul, .hrj__actions ol { margin: 0; padding-left: 20px; }
.hrj__actions li + li { margin-top: 3px; }

.hrj__resource-card {
  align-self: stretch;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 18px;
  background: rgba(255,255,255,.1);
  padding: 24px;
}

.hrj__resource-image {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 13px;
  color: rgba(255,255,255,.9);
  background: linear-gradient(135deg, rgba(255,255,255,.19), rgba(207,235,223,.1));
}

.hrj__resource-image svg {
  width: 52px;
  height: 52px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hrj__resource-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hrj__resource-image--top img { object-position: center top; }
.hrj__resource-image--bottom img { object-position: center bottom; }
.hrj__resource-image--left img { object-position: left center; }
.hrj__resource-image--right img { object-position: right center; }
.hrj__resource-image--center img { object-position: center; }

.hrj__resource-label {
  margin: 0 0 8px;
  color: #cfebdf;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hrj__resource-heading {
  margin: 0 0 10px;
  color: var(--hrj-white);
  font-size: 1.25rem;
  line-height: 1.3;
}

.hrj__resource-description {
  margin: 0 0 18px;
  color: #f1eaf7;
  line-height: 1.55;
}.hrj__resource-description,
.hrj__resource-description p,
.hrj__resource-description li,
.hrj__resource-description span {
  color: #f1eaf7 !important;
}

.hrj__cta-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.hrj__cta {
  display: inline-block;
  border-radius: 999px;
  padding: 11px 18px;
  text-decoration: none;
  font-weight: 850;
  line-height: 1.3;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.hrj__cta--primary { color: var(--hrj-dark); background: var(--hrj-white); }
.hrj__cta--primary:hover { color: var(--hrj-dark); background: #fff3bd; }

.hrj__cta--secondary {
  border: 1px solid rgba(255,255,255,.65);
  color: var(--hrj-white);
  background: transparent;
}

.hrj__cta--secondary:hover { color: var(--hrj-dark); background: var(--hrj-white); }

.hrj__cta--text {
  border-radius: 0;
  color: var(--hrj-white);
  background: transparent;
  padding-right: 3px;
  padding-left: 3px;
  text-decoration: underline;
}

.hrj__cta--text:hover { color: #fff3bd; }

.hrj__helper {
  margin: 18px 0 0;
  color: var(--hrj-muted);
  text-align: center;
  font-size: .85rem;
}
.hrj__supporting-resources {
  margin-top: 28px;
}

.hrj__supporting-resources-label {
  margin: 0 0 10px !important;
  color: #cfebdf !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 1px !important;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.hrj__supporting-resources-list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}

.hrj__supporting-resource-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--hrj-white) !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  line-height: 1.4 !important;
  text-decoration: underline;
}

.hrj__supporting-resource-link:hover {
  color: #fff3bd !important;
}

.hrj__supporting-resource-link span {
  display: inline-block;
  transition: transform .2s ease;
}

.hrj__supporting-resource-link:hover span {
  transform: translateX(3px);
}
@media (max-width: 860px) {
  .hrj--spacing-compact,
  .hrj--spacing-comfortable,
  .hrj--spacing-spacious { padding: 48px 18px; }

  .hrj__path-shell { min-height: 0; padding: 44px 22px 28px; }
  .hrj__path-svg { display: none; }
  .hrj__lights { left: 10%; right: 10%; }
  .hrj__accent { display: none; }

  .hrj__stages {
    display: grid;
    gap: 8px;
    height: auto;
  }

  .hrj__stage {
    position: static;
    width: 100%;
    text-align: left;
    transform: none;
  }

  .hrj__stage-button {
    display: inline-grid;
    width: 52px;
    height: 52px;
    margin: 0 14px 0 0;
    vertical-align: middle;
  }

  .hrj__stage-icon { width: 25px; height: 25px; }
  .hrj__stage-text { display: inline-block; vertical-align: middle; }

  .hrj__stage.is-current {
    padding: 12px;
    border-radius: 16px;
    background: #fff9dd;
  }

  .hrj__stage.is-current .hrj__stage-button,
  .hrj__stage.is-current .hrj__stage-button:hover { transform: none; }
  .hrj__current-label { margin-left: 7px; }
  .hrj__detail { grid-template-columns: 1fr; }
  .hrj__detail {
  min-height: 0;
  padding: 30px 24px !important;
}

.hrj__detail-heading {
  font-size: 30px !important;
}

.hrj__detail-description,
.hrj__actions,
.hrj__actions li,
.hrj__resource-description {
  font-size: 15px !important;
}
}

@media (max-width: 520px) {
  .hrj__controls { align-items: stretch; flex-direction: column; }
  .hrj__controls select { width: 100%; }
  .hrj__heading { font-size: clamp(2rem, 11vw, 3rem); }
  .hrj__resource-card { padding: 20px; }
  .hrj__cta-list { align-items: stretch; flex-direction: column; }
  .hrj__cta { width: 100%; text-align: center; }
  .hrj__cta--text { width: auto; text-align: left; }
}
/* Prototype-matching detail panel refinements */
.hrj__detail {
  min-height: 540px;
  padding: 48px !important;
}

.hrj__detail-copy {
  padding-top: 0;
}

.hrj__detail-kicker {
  margin: 0 0 14px !important;
  color: #cfebdf !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 1.2px !important;
  line-height: 1.4 !important;
}

.hrj__detail-heading {
  margin: 0 !important;
  color: var(--hrj-white) !important;
  font-size: 40px !important;
  font-weight: 750 !important;
  letter-spacing: -0.5px !important;
  line-height: 1.15 !important;
}

.hrj__detail-description {
  max-width: 720px;
  margin: 16px 0 22px !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

.hrj__detail-description p {
  font-size: inherit !important;
  line-height: inherit !important;
}

.hrj__actions {
  margin-top: 20px;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

.hrj__actions ul,
.hrj__actions ol {
  margin: 0 !important;
  padding-left: 20px !important;
}

.hrj__actions li {
  margin: 0 0 4px !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

.hrj__resource-card {
  padding: 24px !important;
}

.hrj__resource-image {
  margin-bottom: 22px !important;
}

.hrj__resource-label {
  margin: 0 0 16px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 1.1px !important;
  line-height: 1.4 !important;
}

.hrj__resource-heading {
  margin: 0 0 12px !important;
  color: var(--hrj-white) !important;
  font-size: 21px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
}

.hrj__resource-description {
  margin: 0 0 20px !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

.hrj__resource-description p {
  font-size: inherit !important;
  line-height: inherit !important;
}

.hrj__cta {
  padding: 11px 18px !important;
  font-size: 16px !important;
  font-weight: 750 !important;
  line-height: 1.3 !important;
}
/* Center journey resource CTAs */

.hrj__cta-list {
  justify-content: center;
  text-align: center;
}

.hrj__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hrj__cta--primary,
.hrj__cta--secondary {
  margin-left: auto;
  margin-right: auto;
}
/* Prominent monthly planning-section link */

.hrj__supporting-resource-link--monthly {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  gap: 9px;
  width: auto;
  max-width: 100%;
  margin-top: 7px;
  border: 2px solid var(--hrj-gold);
  border-radius: 999px;
  background: #fff3bd;
  color: var(--hrj-dark) !important;
  padding: 12px 20px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 6px 16px rgba(var(--hrj-dark-rgb), 0.14);
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.hrj__supporting-resource-link--monthly:hover {
  background: var(--hrj-white);
  color: var(--hrj-dark) !important;
  transform: translateY(-2px);
  box-shadow: 0 9px 20px rgba(var(--hrj-dark-rgb), 0.18);
}

.hrj__supporting-resource-link--monthly span {
  flex: 0 0 auto;
  font-size: 17px;
  line-height: 1;
}
[data-hrj] {
  scroll-margin-top: 100px;
}