.product-preview {
  padding: clamp(4.3rem, 7vw, 7rem) 5.2vw;
  background:
    linear-gradient(90deg, var(--paper, #fbfbfa) 0%, var(--paper, #fbfbfa) 56%, var(--paper-cool, #f4f6f5) 56%, var(--paper-cool, #f4f6f5) 100%);
}

.product-preview .section-inner,
.interest-section .section-inner {
  width: min(var(--max, 1240px), 100%);
  margin: 0 auto;
}

.product-preview-grid,
.interest-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(360px, 1fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
}

.product-preview .eyebrow,
.interest-section .eyebrow {
  margin-bottom: 1.25rem;
  color: var(--amber, #c87822);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.product-preview-copy h2,
.interest-grid h2 {
  margin-bottom: 1.4rem;
  font-size: clamp(2.6rem, 4.6vw, 4.8rem);
}

.product-preview-copy .sub {
  margin-bottom: 0;
}

.product-shot {
  width: min(100%, 470px);
  margin: 0 auto;
  padding: clamp(0.7rem, 2vw, 1.25rem);
  border: 1px solid var(--line-strong, #b9c2bf);
  background: #fff;
  box-shadow: 0 24px 58px rgba(6, 17, 15, 0.14);
}

.product-shot img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line, #d7dcda);
}

.product-shot figcaption {
  margin-top: 0.8rem;
  color: var(--muted, #56615e);
  font-size: 0.78rem;
  line-height: 1.45;
}

.interest-section {
  padding: clamp(4.3rem, 7vw, 7rem) 5.2vw;
  color: #fff;
  background:
    radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.1), transparent 30%),
    linear-gradient(135deg, #063b37, #002a27 72%);
}

.interest-section .eyebrow {
  color: var(--amber-soft, #dca357);
}

.interest-intro {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.waitlist-form {
  position: relative;
  display: grid;
  gap: 1.35rem;
  padding: clamp(1.5rem, 3.5vw, 2.4rem);
  color: var(--ink, #06110f);
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.18);
}

.waitlist-platforms {
  display: grid;
  gap: 0.7rem;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.waitlist-platforms legend,
.waitlist-field > span {
  margin-bottom: 0.65rem;
  color: var(--ink, #06110f);
  font-size: 0.9rem;
  font-weight: 720;
}

.waitlist-option {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 0.8rem;
  align-items: start;
  padding: 0.9rem;
  border: 1px solid var(--line, #d7dcda);
  cursor: pointer;
}

.waitlist-option:has(input:checked) {
  border-color: var(--green, #003c38);
  background: var(--paper-cool, #f4f6f5);
}

.waitlist-option input,
.waitlist-consent input {
  width: 17px;
  height: 17px;
  margin: 0.15rem 0 0;
  accent-color: var(--green, #003c38);
}

.waitlist-option span {
  display: grid;
  gap: 0.2rem;
}

.waitlist-option strong {
  font-size: 0.95rem;
}

.waitlist-option small {
  color: var(--muted, #56615e);
  font-size: 0.8rem;
}

.waitlist-field {
  display: grid;
}

.waitlist-field > span small {
  color: var(--muted, #56615e);
  font-weight: 500;
}

.waitlist-field input {
  width: 100%;
  padding: 0.8rem 0.9rem;
  color: var(--ink, #06110f);
  border: 1px solid var(--line-strong, #b9c2bf);
  border-radius: 0;
  background: #fff;
  font: inherit;
}

.waitlist-field input:focus,
.waitlist-option:focus-within,
.waitlist-consent:focus-within {
  outline: 3px solid rgba(200, 120, 34, 0.28);
  outline-offset: 2px;
}

.waitlist-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 0.8rem;
  align-items: start;
  color: var(--ink-soft, #26322f);
  font-size: 0.85rem;
  line-height: 1.45;
}

.waitlist-form .btn {
  width: max-content;
  color: #fff;
  border-color: var(--green, #003c38);
  background: var(--green, #003c38);
}

.waitlist-note {
  margin: 0;
  color: var(--muted, #56615e);
  font-size: 0.78rem;
  line-height: 1.5;
}

.waitlist-note a {
  color: var(--green, #003c38);
  font-weight: 650;
}

.waitlist-company {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 980px) {
  .product-preview {
    background: var(--paper, #fbfbfa);
  }

  .product-preview-grid,
  .interest-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .product-preview,
  .interest-section {
    padding-inline: 1.5rem;
  }
}
