.bcslam-register {
  --slam-navy: #071d38;
  --slam-green: var(--theme-palette-color-3, #5a7531);
  --slam-green-dark: #476024;
  --slam-green-soft: #f3f7ed;
  --slam-cream: #f7f5ef;
  --slam-border: #d9e1e8;
  --slam-muted: #617188;

  min-height: 100vh;
  padding-bottom: 72px;
  background: var(--slam-cream);
  color: var(--slam-navy);
}

.bcslam-hero {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.bcslam-hero.season-2026 {
  background-image: url('../img/chinook-demo.jpg');
}

.bcslam-hero.season-2027 {
  background-image: url('../img/chinook-demo-2.jpg');
}

.bcslam-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 18, 34, 0.9) 0%, rgba(3, 18, 34, 0.65) 38%, rgba(3, 18, 34, 0.08) 76%),
    linear-gradient(0deg, rgba(3, 18, 34, 0.2), rgba(3, 18, 34, 0.05));
}

.bcslam-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  min-height: 360px;
  margin: 0 auto;
  padding: 54px 0 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.bcslam-kicker {
  margin: 0 0 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.bcslam-hero h1 {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 6vw, 82px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.bcslam-hero-description {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.bcslam-hero-callout {
  max-width: 520px;
  margin-top: 24px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(4, 18, 31, 0.58);
  backdrop-filter: blur(10px);
}

.bcslam-hero-callout strong,
.bcslam-hero-callout span {
  display: block;
}

.bcslam-hero-callout strong {
  margin-bottom: 3px;
  font-size: 16px;
}

.bcslam-hero-callout span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.45;
}

.bcslam-register-shell {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin: -54px auto 0;
}

.bcslam-card {
  overflow: hidden;
  border: 1px solid rgba(7, 29, 56, 0.07);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(7, 29, 56, 0.14);
}

.bcslam-progress {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 24px 44px;
  border-bottom: 1px solid var(--slam-border);
  background: #fff;
}

.bcslam-progress::before {
  content: '';
  position: absolute;
  top: 42px;
  left: 13%;
  right: 13%;
  height: 1px;
  background: #dce4ea;
}

.bcslam-progress div {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #7b8798;
  font-weight: 700;
}

.bcslam-progress div::after {
  content: attr(data-step-label);
  display: block;
  margin-top: 8px;
  font-size: 13px;
}

.bcslam-progress span {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 2px solid #dbe4ef;
  border-radius: 50%;
  background: #fff;
}

.bcslam-progress .active {
  color: var(--slam-green);
}

.bcslam-progress .active span {
  border-color: var(--slam-green);
  background: var(--slam-green);
  color: #fff;
}

.bcslam-step {
  display: none;
}

.bcslam-step.active {
  display: block;
  padding: 42px 48px 48px;
}

.bcslam-step-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.bcslam-step-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.bcslam-step-eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--slam-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bcslam-step h2 {
  margin: 0;
  color: var(--slam-navy);
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1;
}

.bcslam-step p {
  margin: 10px 0 0;
  color: var(--slam-muted);
  line-height: 1.55;
}

.bcslam-step label:not(.bcslam-option):not(.bcslam-checkbox) {
  display: block;
  margin-bottom: 8px;
  font-weight: 800;
}

.bcslam-step input:not([type='radio']):not([type='checkbox']),
.bcslam-step select {
  width: 100%;
  height: 56px;
  border: 1px solid #cfd9e6;
  border-radius: 10px;
  padding: 0 16px;
  background: #fff;
  color: var(--slam-navy);
  font-size: 16px;
}

.bcslam-step input:focus,
.bcslam-step select:focus {
  outline: 3px solid rgba(90, 117, 49, 0.14);
  border-color: var(--slam-green);
}

.bcslam-form-narrow {
  max-width: 620px;
}

.bcslam-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.bcslam-field {
  margin-bottom: 24px;
}

.bcslam-slam-selector {
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
}

.bcslam-note {
  margin-top: 10px !important;
  font-size: 14px;
}

.bcslam-btn {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}


.bcslam-btn {
  color: #fff;
  background: var(--account-nav-background-active-color, var(--theme-palette-color-1));
}

.bcslam-btn:hover {
  background: var(--account-nav-background-active-color, var(--bcslam-navy-deep));
}

.bcslam-btn:hover {
  transform: translateY(-1px);
  background: var(--slam-green-dark);
  box-shadow: 0 10px 24px rgba(71, 96, 36, 0.18);
}

.bcslam-btn:disabled {
  cursor: wait;
  opacity: 0.72;
}

.bcslam-btn.secondary,
.bcslam-btn.secondary:hover {
  background: #edf2f7;
  color: var(--slam-navy);
  box-shadow: none;
}

.bcslam-note {
  margin-bottom: 30px !important;
}

.bcslam-actions {
  display: grid;
  grid-template-columns: minmax(150px, 0.35fr) minmax(220px, 0.65fr);
  gap: 14px;
  max-width: 760px;
  padding-top: 30px;
  margin: 4px auto 0;
}

.bcslam-options-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.bcslam-option {
  position: relative;
  display: block;
  min-width: 0;
  margin: 0;
  border: 2px solid var(--slam-border);
  border-radius: 18px;
  padding: 24px;
  background: #fff;
  cursor: pointer;
  transition: transform 170ms ease, border-color 170ms ease, box-shadow 170ms ease, background 170ms ease;
}

.bcslam-option:hover {
  transform: translateY(-2px);
  border-color: #b8c7b0;
  box-shadow: 0 16px 36px rgba(7, 29, 56, 0.08);
}

.bcslam-option.active {
  border-color: var(--slam-green);
  background: linear-gradient(180deg, #f8fbf4 0%, #f2f7ec 100%);
  box-shadow: 0 14px 34px rgba(90, 117, 49, 0.12);
}

.bcslam-option input[type='radio'] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.bcslam-option-radio {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 22px;
  height: 22px;
  border: 2px solid #b7c2ce;
  border-radius: 50%;
  background: #fff;
}

.bcslam-option.active .bcslam-option-radio {
  border-color: var(--slam-green);
  box-shadow: inset 0 0 0 5px #fff;
  background: var(--slam-green);
}

.bcslam-option-badge {
  position: absolute;
  top: -13px;
  right: 22px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--slam-green);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bcslam-option-body {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.bcslam-option-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 48px;
  margin-left: 34px;
  margin-bottom: 16px;
}

.bcslam-option-icon {
  font-size: 28px;
  line-height: 1;
}

.bcslam-option-price {
  color: var(--slam-green);
  font-size: 34px;
  font-weight: 900;
}

.bcslam-option-title {
  display: block;
  margin-bottom: 9px;
  color: var(--slam-navy);
  font-size: 21px;
  line-height: 1.2;
}

.bcslam-option-copy {
  display: block;
  min-height: 88px;
  color: var(--slam-muted);
  font-size: 14px;
  line-height: 1.5;
}

.bcslam-option-plus {
  margin-top: 18px;
  color: var(--slam-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.bcslam-option-features {
  display: grid;
  gap: 8px;
  margin: 18px 0 20px;
  padding: 0;
  list-style: none;
}

.bcslam-option-features li {
  position: relative;
  padding-left: 24px;
  color: #33445a;
  font-size: 14px;
  line-height: 1.35;
}

.bcslam-option-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--slam-green);
  font-weight: 900;
}

.bcslam-option-caption {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(7, 29, 56, 0.09);
  color: #7d8998;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bcslam-impact-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 20px;
  padding: 16px 18px;
  border: 1px solid #e1e5d7;
  border-radius: 14px;
  background: #faf9f4;
}

.bcslam-impact-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--slam-green);
  color: #fff;
  font-weight: 900;
}

.bcslam-impact-note strong,
.bcslam-impact-note span {
  display: block;
}

.bcslam-impact-note strong {
  margin-bottom: 3px;
  font-size: 14px;
}

.bcslam-impact-note span {
  color: var(--slam-muted);
  font-size: 13px;
  line-height: 1.45;
}

.bcslam-review {
  overflow: hidden;
  border: 1px solid var(--slam-border);
  border-radius: 16px;
}

.bcslam-review > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px;
  border-bottom: 1px solid var(--slam-border);
}

.bcslam-review > div:last-child {
  border-bottom: 0;
}

.bcslam-review .total {
  background: var(--slam-green-soft);
  font-size: 22px;
}

.bcslam-review .total strong {
  color: var(--slam-green);
}

.bcslam-fee-note {
  margin: 12px 0 0 !important;
  font-size: 13px;
}

.bcslam-license-notice {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid #d8e1ca;
  border-radius: 14px;
  background: #f7faf2;
}

.bcslam-checkbox {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: flex-start;
  margin: 0;
  cursor: pointer;
}

.bcslam-checkbox input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: var(--slam-green);
}

.bcslam-checkbox span {
  color: #2e4057;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.bcslam-license-notice p {
  margin: 10px 0 0 32px;
  font-size: 13px;
}

.bcslam-account-notice,
.bcslam-form-notice {
  display: grid;
  gap: 6px;
  margin: 14px 0 0;
  padding: 16px;
  border: 1px solid #c8def7;
  border-radius: 12px;
  background: #eef6ff;
  color: var(--slam-navy);
}

.bcslam-form-notice {
  margin: 24px 48px 0;
}

.bcslam-account-notice a {
  color: #0756c9;
  font-weight: 800;
}

@media (max-width: 900px) {
  .bcslam-register {
    padding-bottom: 0;
  }

  .bcslam-hero,
  .bcslam-hero-inner {
    min-height: 310px;
  }

  .bcslam-hero-inner {
    padding: 46px 0 76px;
  }

  .bcslam-hero-callout {
    display: none;
  }

  .bcslam-register-shell {
    width: 100%;
    margin-top: -34px;
  }

  .bcslam-card {
    border-radius: 24px 24px 0 0;
  }

  .bcslam-step.active {
    padding: 34px 24px 38px;
  }

  .bcslam-progress {
    padding: 22px 18px;
  }

  .bcslam-progress::before {
    left: 15%;
    right: 15%;
    top: 40px;
  }

  .bcslam-options-grid {
    gap: 14px;
  }

  .bcslam-option {
    padding: 20px;
  }

  .bcslam-option-title {
    font-size: 18px;
  }

  .bcslam-option-copy {
    min-height: 106px;
  }

  .bcslam-form-notice {
    margin-right: 24px;
    margin-left: 24px;
  }
}

@media (max-width: 700px) {
  .bcslam-hero-overlay {
    background: linear-gradient(90deg, rgba(3, 18, 34, 0.9), rgba(3, 18, 34, 0.34));
  }

  .bcslam-hero-inner {
    width: min(100% - 32px, 1180px);
  }

  .bcslam-hero h1 {
    font-size: clamp(42px, 14vw, 62px);
  }

  .bcslam-hero-description {
    font-size: 16px;
  }

  .bcslam-grid,
  .bcslam-options-grid,
  .bcslam-actions {
    grid-template-columns: 1fr;
  }

  .bcslam-options-grid {
    gap: 22px;
  }

  .bcslam-option-copy {
    min-height: 0;
  }

  .bcslam-actions .bcslam-btn {
    margin-top: 0;
  }

  .bcslam-actions {
    margin-top: 28px;
  }

  .bcslam-progress div::after {
    font-size: 11px;
  }
}
