.beta-week-page {
  --beta-soft: #fff7fb;
}

.beta-week-page .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
}

.beta-result {
  display: grid;
  grid-template-columns: auto 1fr minmax(280px, 0.8fr);
  gap: 28px;
  align-items: center;
  padding: 18px var(--gutter);
  background: var(--sales-pink);
  color: var(--sales-ink);
}

.beta-result[hidden] {
  display: none;
}

.beta-result > span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.beta-result strong {
  font-family: EditorsNoteSite, Georgia, serif;
  font-size: clamp(25px, 2.7vw, 40px);
  font-weight: 100;
  line-height: 1;
}

.beta-result p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}

.beta-hero .sales-display {
  font-size: clamp(60px, 8.2vw, 126px);
}

.beta-payment-note {
  margin: 14px 0 0 !important;
  color: #babbbd !important;
  font-size: 11px !important;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.beta-hero-bonus {
  max-width: 540px !important;
  margin: 18px 0 0 !important;
  color: var(--sales-pink) !important;
  font-family: EditorsNoteSite, Georgia, serif;
  font-size: clamp(19px, 1.6vw, 25px) !important;
  font-style: italic;
  line-height: 1.15 !important;
}

.beta-retainer-tease {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.45fr) minmax(260px, 0.65fr);
  gap: 34px;
  align-items: end;
  padding: clamp(52px, 6vw, 82px) var(--gutter);
  border-bottom: 1px solid rgba(32, 33, 36, 0.25);
  background: var(--sales-pink);
  color: var(--sales-ink);
}

.beta-retainer-tease .sales-kicker {
  margin: 0;
  color: var(--sales-red);
}

.beta-retainer-tease h2 {
  margin: 0;
  font-family: EditorsNoteSite, Georgia, serif;
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 100;
  line-height: 0.9;
}

.beta-retainer-tease h2 em {
  font-weight: 100;
}

.beta-retainer-tease > p:last-child {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
}

/* Compact proof moments echo the angled laptop compositions used in The Evidence. */
.beta-laptop-break {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(440px, 1.3fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: center;
  min-height: 0;
  padding: clamp(70px, 8vw, 112px) var(--gutter);
  overflow: hidden;
  border-top: 1px solid rgba(32, 33, 36, 0.22);
  border-bottom: 1px solid rgba(32, 33, 36, 0.22);
  background: var(--sales-white);
  color: var(--sales-ink);
}

.beta-laptop-copy {
  position: relative;
  z-index: 2;
}

.beta-laptop-copy h2 {
  max-width: 520px;
  margin: 0;
  font-family: EditorsNoteSite, Georgia, serif;
  font-size: clamp(42px, 4.8vw, 72px);
  font-weight: 100;
  line-height: 0.92;
}

.beta-laptop-copy h2 em {
  font-weight: 100;
}

.beta-laptop-stage {
  position: relative;
  min-height: clamp(330px, 35vw, 500px);
  perspective: 1400px;
}

.beta-laptop-backdrop {
  position: absolute;
  z-index: 0;
  top: 1%;
  right: 5%;
  width: min(25vw, 330px);
  max-height: 90%;
  object-fit: cover;
  object-position: top;
  transform: rotate(7deg);
}

.beta-laptop {
  position: absolute;
  z-index: 1;
  left: -3%;
  top: 18%;
  width: min(47vw, 690px);
  aspect-ratio: 4143 / 2534;
  transform: rotate(-4deg);
}

.beta-laptop video,
.beta-laptop-screen {
  position: absolute;
  z-index: 2;
  left: 9.1%;
  top: 2.4%;
  width: 81.8%;
  height: 84%;
  border-radius: 1.8%;
  object-fit: cover;
  object-position: top;
}

.beta-laptop-frame {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.beta-laptop-break-alt {
  grid-template-columns: minmax(440px, 1.3fr) minmax(260px, 0.7fr);
}

.beta-laptop-break-alt .beta-laptop-copy {
  grid-column: 2;
  grid-row: 1;
}

.beta-laptop-break-alt .beta-laptop-stage {
  grid-column: 1;
  grid-row: 1;
}

.beta-laptop-break-alt .beta-laptop-backdrop {
  right: auto;
  left: 3%;
  transform: rotate(-6deg);
}

.beta-laptop-break-alt .beta-laptop {
  right: -2%;
  left: auto;
  transform: rotate(4deg);
}

.beta-laptop-break-static .beta-laptop-backdrop {
  transform: rotate(5deg);
}

.beta-laptop-break-static .beta-laptop {
  transform: rotate(-3deg);
}

.beta-bonuses {
  background: var(--beta-soft);
}

.beta-bonus-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 7vw;
  align-items: end;
}

.beta-bonus-heading .sales-kicker {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.beta-bonus-heading > p:last-child {
  max-width: 500px;
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
}

.beta-bonus-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 54px;
  border-top: 1px solid var(--sales-ink);
  border-left: 1px solid var(--sales-ink);
}

.beta-bonus-stack article {
  min-height: 285px;
  padding: 26px;
  border-right: 1px solid var(--sales-ink);
  border-bottom: 1px solid var(--sales-ink);
  background: var(--sales-white);
}

.beta-bonus-stack .beta-bonus-feature {
  grid-column: 1 / -1;
  min-height: 330px;
  background: var(--sales-ink);
  color: var(--sales-white);
}

.beta-bonus-stack h3 {
  max-width: 820px;
  margin: 58px 0 14px;
  font-family: EditorsNoteSite, Georgia, serif;
  font-size: clamp(32px, 4vw, 60px);
  font-weight: 100;
  line-height: 0.94;
}

.beta-bonus-stack h3 em {
  color: var(--sales-pink);
  font-size: 0.72em;
  font-weight: 100;
}

.beta-bonus-stack p {
  max-width: 720px;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.beta-exchange {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 8vw;
  background: var(--beta-soft);
}

.beta-exchange > div:last-child {
  align-self: end;
}

.beta-exchange > div:last-child > p {
  margin: 0 0 24px;
  font-size: 19px;
  line-height: 1.5;
}

.beta-exchange ul,
.beta-fit ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--sales-ink);
}

.beta-exchange li,
.beta-fit li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(32, 33, 36, 0.36);
  font-weight: 700;
}

.beta-exchange li::before {
  content: "✓";
  margin-right: 12px;
  color: var(--sales-red);
}

.beta-usual-price {
  margin: 24px 0 0;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: line-through;
  text-transform: uppercase;
}

.beta-payment-dropdown {
  max-width: 520px;
  margin-top: 28px;
  border-top: 1px solid rgba(32, 33, 36, 0.55);
  border-bottom: 1px solid rgba(32, 33, 36, 0.55);
}

.beta-payment-dropdown summary {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 32px 18px 0;
  cursor: pointer;
  list-style: none;
}

.beta-payment-dropdown summary::-webkit-details-marker {
  display: none;
}

.beta-payment-dropdown summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  color: var(--sales-red);
  font-size: 22px;
  transform: translateY(-50%);
}

.beta-payment-dropdown[open] summary::after {
  content: "–";
}

.beta-payment-dropdown summary span {
  font-family: EditorsNoteSite, Georgia, serif;
  font-size: 22px;
}

.beta-payment-dropdown summary strong {
  align-self: center;
  color: var(--sales-red);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.beta-payment-plan-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 8px 0 18px;
  border-top: 1px solid rgba(32, 33, 36, 0.24);
}

.beta-payment-plan-list p {
  margin: 0;
  padding: 14px 16px 14px 0;
  border-bottom: 1px solid rgba(32, 33, 36, 0.2);
}

.beta-payment-plan-list p:nth-child(even) {
  padding-left: 16px;
  border-left: 1px solid rgba(32, 33, 36, 0.2);
}

.beta-payment-plan-list span {
  display: block;
  margin-bottom: 5px;
  color: var(--sales-red);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.beta-payment-plan-list strong {
  font-size: 13px;
}

.beta-payment-plan-list small {
  display: block;
  margin-top: 4px;
  color: #666;
  font-size: 10px;
}

.beta-payment-disclosure {
  margin: 0;
  padding: 12px 0 18px;
  color: #555;
  font-size: 11px;
  line-height: 1.45;
}

.beta-capacity {
  font-weight: 900;
}

.beta-investment {
  background: var(--beta-soft);
}

.beta-investment .sales-price {
  font-size: clamp(82px, 11vw, 155px);
}

.beta-investment-bonus {
  max-width: 520px;
  padding: 16px 0;
  border-top: 1px solid rgba(32, 33, 36, 0.3);
  border-bottom: 1px solid rgba(32, 33, 36, 0.3);
  color: var(--sales-red);
  font-weight: 800;
}

.beta-booking {
  scroll-margin-top: 82px;
  background: var(--sales-ink);
  color: var(--sales-white);
}

.beta-booking-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 7vw;
  align-items: end;
}

.beta-booking-head > p {
  max-width: 480px;
  margin: 0;
  color: #ddd;
  font-size: 17px;
  line-height: 1.5;
}

.beta-booking-form {
  margin-top: 58px;
}

.beta-week-picker {
  margin: 0;
  padding: 0;
  border: 0;
}

.beta-week-picker legend {
  margin-bottom: 18px;
  color: var(--sales-pink);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.beta-week-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.beta-week-option {
  position: relative;
  min-height: 190px;
  padding: 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.beta-week-option:hover,
.beta-week-option:has(input:focus-visible) {
  background: #2a2b2e;
}

.beta-week-option:has(input:checked) {
  background: var(--sales-pink);
  color: var(--sales-ink);
}

.beta-week-option.is-booked {
  cursor: not-allowed;
  opacity: 0.4;
}

.beta-week-option input {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 18px;
  height: 18px;
  accent-color: var(--sales-red);
}

.beta-week-number {
  display: block;
  color: var(--sales-pink);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.beta-week-option:has(input:checked) .beta-week-number {
  color: var(--sales-red);
}

.beta-week-option strong {
  display: block;
  max-width: 250px;
  margin: 55px 0 13px;
  font-family: EditorsNoteSite, Georgia, serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 100;
  line-height: 0.95;
}

.beta-week-option small {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.beta-contact-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: end;
  margin-top: 78px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.beta-contact-head .sales-kicker {
  margin: 0;
}

.beta-contact-head h3 {
  margin: 0;
  font-family: EditorsNoteSite, Georgia, serif;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 100;
  line-height: 0.9;
}

.beta-contact-head > p:last-child {
  margin: 0;
  color: var(--sales-pink);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.beta-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 32px;
}

.beta-form-grid label {
  display: grid;
  gap: 8px;
  color: var(--sales-pink);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.beta-form-grid label > span {
  color: #aaa;
}

.beta-form-grid input,
.beta-form-grid textarea,
.beta-form-grid select {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 0;
  background: transparent;
  color: var(--sales-white);
  font: 16px/1.4 Arial, sans-serif;
  text-transform: none;
}

.beta-form-grid textarea {
  min-height: 130px;
  resize: vertical;
}

.beta-form-grid select {
  background: var(--sales-ink);
}

.beta-form-grid input:focus,
.beta-form-grid textarea:focus,
.beta-form-grid select:focus {
  border-color: var(--sales-pink);
  outline: 2px solid transparent;
}

.beta-form-wide {
  grid-column: 1 / -1;
}

.beta-agreement {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  max-width: 850px;
  margin: 26px 0;
  color: #ddd;
  font-size: 13px;
  line-height: 1.45;
}

.beta-agreement input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--sales-pink);
}

.beta-booking-submit:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.beta-booking-status {
  min-height: 24px;
  margin: 16px 0 0;
  color: var(--sales-pink);
  font-weight: 800;
}

.beta-booking-status.is-success {
  max-width: 760px;
  padding: 18px;
  border: 1px solid var(--sales-pink);
  font-family: EditorsNoteSite, Georgia, serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 100;
  line-height: 1.08;
}

.beta-booking-note {
  max-width: 650px;
  margin: 8px 0 0;
  color: #aaa;
  font-size: 11px;
  line-height: 1.45;
}

.beta-fit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
}

.beta-fit h2 {
  max-width: 720px;
  margin: 0;
  font-family: EditorsNoteSite, Georgia, serif;
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 100;
  line-height: 0.94;
}

.beta-mobile-booking {
  display: none;
}

@media (max-width: 920px) {
  .beta-result,
  .beta-bonus-heading,
  .beta-exchange,
  .beta-booking-head,
  .beta-fit,
  .beta-retainer-tease {
    grid-template-columns: 1fr;
  }

  .beta-result {
    gap: 8px;
  }

  .beta-retainer-tease {
    gap: 18px;
  }

  .beta-laptop-break,
  .beta-laptop-break-alt {
    grid-template-columns: minmax(190px, 0.65fr) minmax(360px, 1.35fr);
    gap: 24px;
  }

  .beta-laptop-break-alt .beta-laptop-copy {
    grid-column: 1;
  }

  .beta-laptop-break-alt .beta-laptop-stage {
    grid-column: 2;
  }

  .beta-laptop {
    width: min(55vw, 610px);
  }

  .beta-week-grid {
    grid-template-columns: 1fr 1fr;
  }

  .beta-contact-head {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 580px) {
  .beta-week-page {
    padding-bottom: 64px;
  }

  .beta-laptop-break,
  .beta-laptop-break-alt {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-block: 62px;
  }

  .beta-laptop-break-alt .beta-laptop-copy,
  .beta-laptop-break-alt .beta-laptop-stage {
    grid-column: 1;
    grid-row: auto;
  }

  .beta-laptop-copy h2 {
    max-width: 420px;
    font-size: clamp(40px, 13vw, 62px);
  }

  .beta-laptop-stage {
    min-height: 310px;
  }

  .beta-laptop-backdrop,
  .beta-laptop-break-alt .beta-laptop-backdrop {
    top: 0;
    right: 0;
    left: auto;
    width: 43vw;
  }

  .beta-laptop,
  .beta-laptop-break-alt .beta-laptop {
    top: 18%;
    right: auto;
    left: -4%;
    width: min(96vw, 540px);
    transform: rotate(-4deg);
  }

  .beta-bonus-stack {
    grid-template-columns: 1fr;
  }

  .beta-bonus-stack .beta-bonus-feature {
    grid-column: auto;
  }

  .beta-bonus-stack article,
  .beta-bonus-stack .beta-bonus-feature {
    min-height: 0;
  }

  .beta-week-option {
    min-height: 145px;
    padding: 16px;
  }

  .beta-week-option input {
    top: 16px;
    right: 16px;
  }

  .beta-week-option strong {
    margin-top: 46px;
    font-size: 27px;
  }

  .beta-form-grid {
    grid-template-columns: 1fr;
  }

  .beta-payment-dropdown summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .beta-form-wide {
    grid-column: auto;
  }

  .beta-mobile-booking {
    position: fixed;
    z-index: 70;
    inset: auto 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 12px;
    background: var(--sales-ink);
    color: var(--sales-white);
  }

  .beta-mobile-booking span {
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .beta-mobile-booking a {
    padding: 11px 15px;
    border-radius: 999px;
    background: var(--sales-white);
    color: var(--sales-ink);
    font-size: 10px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
  }
}
