.welcome-head-start {
  position: relative;
}

.welcome-head-start__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: clamp(1.25rem, 4vw, 3.25rem);
  align-items: center;
  padding: clamp(1.4rem, 4vw, 3.2rem);
  border: 1px solid color-mix(in srgb, var(--rl-color-teal-900, #0f2d32) 20%, transparent);
  border-radius: clamp(1.35rem, 3vw, 2.35rem);
  background:
    radial-gradient(circle at 9% 12%, color-mix(in srgb, var(--rl-color-orange-500, #f4ab4b) 24%, transparent), transparent 34%),
    color-mix(in srgb, white 95%, var(--rl-color-cream-200, #fff0de));
  box-shadow: var(--rl-shadow-soft, 0 24px 60px rgba(15, 45, 50, 0.12));
  overflow: hidden;
}

.welcome-head-start__copy {
  min-width: 0;
}

.welcome-head-start__copy h2,
.welcome-head-start__copy h3 {
  max-width: 18ch;
}

.welcome-head-start__copy > p:not(.section-label) {
  max-width: 62ch;
}

.welcome-head-start__copy .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.3rem;
}

.welcome-head-start__list {
  display: grid;
  gap: 0.65rem;
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
}

.welcome-head-start__list li {
  position: relative;
  padding-left: 1.45rem;
  color: var(--rl-text-primary, #302322);
  font-weight: 700;
}

.welcome-head-start__list li::before {
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: var(--rl-color-orange-500, #f4ab4b);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--rl-color-orange-500, #f4ab4b) 20%, transparent);
  content: "";
}

.welcome-head-start__campaign {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: clamp(1.35rem, 3.5vw, 2.35rem);
  border: 1px solid color-mix(in srgb, white 22%, transparent);
  border-radius: clamp(1.2rem, 3vw, 2rem);
  background:
    radial-gradient(circle at 92% 8%, rgba(244, 171, 75, 0.32), transparent 34%),
    linear-gradient(148deg, #0f2d32 0%, #153d42 58%, #0d2529 100%);
  color: white;
  box-shadow: 0 24px 54px rgba(15, 45, 50, 0.24);
}

.welcome-head-start__eyebrow,
.welcome-head-start__example-label {
  margin: 0 0 0.65rem;
  color: #ffd89d;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.welcome-head-start__campaign h3 {
  max-width: 10ch;
  margin: 0;
  color: white;
  font-size: clamp(2rem, 7vw, 4.5rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.welcome-head-start__campaign-lede {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 2.1vw, 1.2rem);
  font-weight: 750;
}

.welcome-head-start__progress {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.25rem;
}

.welcome-head-start__progress-copy {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: white;
  font-size: 0.88rem;
  font-weight: 850;
}

.welcome-head-start__progress-track {
  height: 0.8rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.welcome-head-start__progress-value {
  display: block;
  width: 50%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f4ab4b, #ffd89d);
}

.welcome-head-start__progress--light {
  margin-block: 1rem;
}

.welcome-head-start__progress--light .welcome-head-start__progress-copy {
  color: var(--rl-color-teal-900, #0f2d32);
  font-size: clamp(0.68rem, 1.7vw, 0.78rem);
}

.welcome-head-start__progress--light .welcome-head-start__progress-track {
  height: 0.72rem;
  border-color: color-mix(in srgb, var(--rl-color-teal-900, #0f2d32) 12%, white);
  background: color-mix(in srgb, var(--rl-color-teal-900, #0f2d32) 9%, white);
}

.welcome-head-start__terms {
  margin: 1rem 0 0;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  line-height: 1.55;
}

.welcome-head-start__caption {
  margin: 0.72rem 0 0;
  color: var(--rl-text-muted, #625452);
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}

.welcome-head-start-inline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  margin-top: 1.2rem;
  padding: 1rem 1.1rem;
  border: 1px solid color-mix(in srgb, var(--rl-color-orange-500, #f4ab4b) 45%, transparent);
  border-radius: 1rem;
  background: color-mix(in srgb, var(--rl-color-orange-500, #f4ab4b) 10%, white);
}

.welcome-head-start-inline strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--rl-text-strong, #120c0b);
}

.welcome-head-start-inline p {
  margin: 0;
}

.welcome-head-start-inline a {
  white-space: nowrap;
  font-weight: 850;
}

@media (max-width: 820px) {
  .welcome-head-start__panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .welcome-head-start__campaign {
    width: min(100%, 34rem);
    margin-inline: auto;
  }
}

@media (max-width: 600px) {
  .welcome-head-start__panel {
    padding: 1rem;
    border-radius: 1.25rem;
  }

  .welcome-head-start__campaign {
    padding: 1.25rem;
    border-radius: 1.1rem;
  }

  .welcome-head-start__copy .actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .welcome-head-start__copy .actions .btn {
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  .welcome-head-start-inline {
    grid-template-columns: minmax(0, 1fr);
  }

  .welcome-head-start-inline a {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .welcome-head-start__progress-value {
    transition: none;
  }
}
