:root {
  --ink: #14211f;
  --muted: #6d7b78;
  --line: #dce5df;
  --surface: rgba(255, 255, 255, 0.84);
  --cream: #f5f8f3;
  --mint: #d6f1df;
  --green: #0c513d;
  --green-deep: #073528;
  --orange: #eb875c;
  --orange-deep: #d96b40;
  --shadow: 0 24px 64px rgba(27, 71, 54, 0.09);
}

* {
  box-sizing: border-box;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 18%, rgba(214, 241, 223, 0.72), transparent 26rem),
    radial-gradient(circle at 88% 86%, rgba(248, 224, 206, 0.72), transparent 24rem),
    var(--cream);
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(12, 81, 61, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 81, 61, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 70%);
  pointer-events: none;
}

.ambient {
  position: fixed;
  z-index: -1;
  width: 22rem;
  height: 22rem;
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.45;
  pointer-events: none;
}

.ambient-one {
  top: 14rem;
  left: -18rem;
  background: #b8e6ca;
}

.ambient-two {
  top: 36rem;
  right: -16rem;
  background: #f6c7aa;
}

.site-header,
.site-footer,
.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--green-deep);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand-mark {
  display: inline-flex;
  align-items: end;
  gap: 3px;
  height: 23px;
  padding: 5px;
  border: 1px solid rgba(12, 81, 61, 0.2);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.7);
}

.brand-mark span {
  display: block;
  width: 3px;
  border-radius: 4px;
  background: var(--green);
}

.brand-mark span:nth-child(1) { height: 7px; }
.brand-mark span:nth-child(2) { height: 11px; }
.brand-mark span:nth-child(3) { height: 15px; }

.header-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-meta a {
  color: inherit;
  text-decoration: none;
}

.header-meta a:hover,
.back-link:hover {
  color: var(--green-deep);
}

.member-pill,
.back-link {
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.member-pill {
  display: flex;
  align-items: center;
  gap: 9px;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #45b978;
  box-shadow: 0 0 0 4px rgba(69, 185, 120, 0.15);
}

.intro {
  max-width: 700px;
  padding: 84px 0 52px;
}

.eyebrow,
.section-kicker {
  color: var(--green);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.eyebrow span {
  padding: 0 6px;
  color: var(--orange);
}

h1,
h2,
p {
  margin: 0;
}

h1 {
  margin-top: 19px;
  color: var(--green-deep);
  font-size: clamp(3rem, 6vw, 5.7rem);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.98;
}

h1 em {
  color: var(--orange-deep);
  font-style: normal;
}

.intro-copy {
  max-width: 550px;
  margin-top: 25px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.video-training-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: 25px;
  align-items: stretch;
  max-width: 960px;
  margin-bottom: 20px;
  padding: 24px;
  background: rgba(255, 252, 247, 0.82);
}

.video-training-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7px 8px;
}

.video-training-copy h2 {
  margin-top: 9px;
  font-size: 22px;
}

.video-training-copy p {
  max-width: 380px;
  margin-top: 11px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.training-jump-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 19px;
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.training-jump-link:hover {
  color: var(--orange-deep);
}

.training-jump-link span {
  font-size: 15px;
}

.video-placeholder {
  position: relative;
  display: flex;
  min-height: 190px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border: 1px solid #c8dcd0;
  border-radius: 13px;
  color: #e4f4e7;
  background: linear-gradient(140deg, #0a3d2e, #0e5944);
  box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.22);
}

.video-placeholder-grid {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image: linear-gradient(rgba(198, 239, 209, 0.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(198, 239, 209, 0.28) 1px, transparent 1px);
  background-size: 26px 26px;
}

.play-placeholder {
  position: relative;
  display: grid;
  width: 50px;
  height: 50px;
  padding-left: 3px;
  place-items: center;
  border: 1px solid rgba(234, 255, 238, 0.55);
  border-radius: 50%;
  color: var(--green-deep);
  background: #d6f1df;
  box-shadow: 0 8px 24px rgba(2, 24, 16, 0.28);
  font-size: 14px;
}

.video-placeholder-label {
  position: absolute;
  right: 15px;
  bottom: 13px;
  display: grid;
  gap: 3px;
  text-align: right;
}

.video-placeholder-label span {
  color: #9ed6ad;
  font-family: "DM Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.14em;
}

.video-placeholder-label strong {
  color: #f4fff5;
  font-size: 11px;
}

.member-shell,
.training-shell {
  padding-bottom: 18px;
}

.member-intro {
  max-width: 760px;
  padding: 79px 0 56px;
}

.member-intro h1,
.training-hero h1 {
  font-size: clamp(3.2rem, 7vw, 6.3rem);
}

.pathway {
  position: relative;
  display: grid;
  gap: 18px;
  max-width: 960px;
}

.pathway-line {
  position: absolute;
  top: 52px;
  bottom: 52px;
  left: 29px;
  width: 1px;
  background: linear-gradient(to bottom, #b8d7c2, #f0c1a9);
}

.module-card {
  position: relative;
  display: grid;
  grid-template-columns: 58px 46px minmax(0, 1fr) auto;
  gap: 17px;
  align-items: center;
  min-height: 185px;
  padding: 26px 29px 26px 20px;
  border: 1px solid rgba(182, 201, 191, 0.75);
  border-radius: 19px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.module-card:hover {
  border-color: #9cc3aa;
  box-shadow: 0 27px 70px rgba(27, 71, 54, 0.13);
  transform: translateY(-3px);
}

.module-training:hover {
  border-color: #e8a886;
}

.module-number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border: 1px solid #c7dbce;
  border-radius: 50%;
  color: var(--green);
  background: var(--cream);
  font-family: "DM Mono", monospace;
  font-size: 11px;
}

.module-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 13px;
  color: #fff8f3;
  background: var(--orange);
  font-size: 21px;
}

.module-icon.app-icon {
  color: var(--green-deep);
  background: #ccebd6;
}

.module-copy h2 {
  margin-top: 9px;
  font-size: 21px;
}

.module-copy p {
  max-width: 560px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.module-link {
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.module-link span {
  padding-left: 7px;
  font-size: 16px;
}

.member-note {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  max-width: 960px;
  margin-top: 21px;
  padding: 17px 19px;
  border: 1px solid #e8d1bf;
  border-radius: 13px;
  background: rgba(255, 249, 243, 0.74);
}

.note-mark {
  display: grid;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--orange);
  font-family: "DM Mono", monospace;
  font-size: 11px;
}

.member-note strong {
  color: var(--green-deep);
  font-size: 12px;
}

.member-note p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.app-back-link {
  display: inline-block;
  margin-top: 20px;
  color: var(--green);
}

.training-hero {
  max-width: 760px;
  padding: 69px 0 45px;
}

.training-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 27px;
}

.training-meta span {
  padding: 8px 11px;
  border: 1px solid #cfe0d4;
  border-radius: 7px;
  color: var(--muted);
  background: rgba(247, 252, 248, 0.7);
  font-family: "DM Mono", monospace;
  font-size: 9px;
  text-transform: uppercase;
}

.training-meta b {
  color: var(--green);
  font-weight: 500;
}

.lesson-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
  max-width: 960px;
}

.lesson-card {
  display: grid;
  grid-template-columns: 41px minmax(0, 1fr);
  gap: 17px;
  min-height: 245px;
  padding: 25px 24px;
  border: 1px solid rgba(182, 201, 191, 0.75);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.lesson-index {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 9px;
  color: var(--green-deep);
  background: #dcefe1;
  font-family: "DM Mono", monospace;
  font-size: 10px;
}

.lesson-card:nth-child(2) .lesson-index {
  color: #8c482f;
  background: #fae1d3;
}

.lesson-card h2 {
  margin-top: 9px;
  font-size: 20px;
}

.lesson-card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.lesson-tip {
  margin-top: 15px;
  padding: 10px 11px;
  border-left: 2px solid var(--orange);
  color: #63736c;
  background: #fbf4ef;
  font-size: 10px;
  line-height: 1.5;
}

.lesson-tip b {
  color: var(--orange-deep);
}

.review-checklist {
  max-width: 960px;
  margin-top: 18px;
  padding: 24px 26px;
  border-radius: 17px;
  color: #f4fbf5;
  background: var(--green-deep);
  box-shadow: 0 20px 55px rgba(7, 53, 40, 0.17);
}

.review-checklist .section-kicker {
  color: #9bd0ae;
}

.review-checklist h2 {
  color: #fff;
}

.checklist-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 28px;
  margin-top: 20px;
}

.checklist-grid div {
  color: #d4e8da;
  font-size: 11px;
}

.checklist-grid span {
  padding-right: 7px;
  color: #a9e6bb;
}

.training-footer-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 960px;
  margin-top: 26px;
  padding: 5px 0;
}

.training-footer-action p {
  color: var(--muted);
  font-size: 12px;
}

.workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(290px, 0.8fr);
  gap: 20px;
  align-items: start;
}

.panel {
  border: 1px solid rgba(182, 201, 191, 0.75);
  border-radius: 20px;
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.form-panel {
  padding: 30px;
}

.history-panel {
  min-height: 585px;
  padding: 30px 22px;
}

.panel-heading,
.output-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 27px;
}

.panel-heading.compact {
  align-items: center;
  padding: 0 8px;
}

h2 {
  margin-top: 8px;
  color: var(--green-deep);
  font-size: 24px;
  letter-spacing: -0.05em;
}

.step-chip,
.history-count {
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.step-chip {
  padding: 8px 10px;
  border-radius: 7px;
  background: #e9f3eb;
}

.history-count {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
}

form {
  display: grid;
  gap: 19px;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.field {
  display: grid;
  gap: 8px;
}

.field > span {
  color: #31433e;
  font-size: 12px;
  font-weight: 700;
}

.field b {
  color: var(--orange-deep);
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid #d5e1d9;
  border-radius: 10px;
  outline: none;
  color: var(--ink);
  background: rgba(250, 253, 250, 0.9);
  font: inherit;
  font-size: 13px;
  transition: border 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

input,
select {
  height: 45px;
  padding: 0 13px;
}

textarea {
  min-height: 88px;
  padding: 12px 13px;
  resize: vertical;
  line-height: 1.5;
}

input::placeholder,
textarea::placeholder {
  color: #a3b0ab;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #75b89a;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(117, 184, 154, 0.16);
}

small {
  color: #82908a;
  font-size: 10px;
  line-height: 1.45;
}

.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 5px;
  padding-top: 6px;
}

.form-footer p,
.saved-label {
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 10px;
}

.lock-icon {
  color: var(--green);
  font-size: 11px;
}

button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

button:focus-visible,
a:focus-visible,
pre:focus-visible {
  outline: 3px solid rgba(235, 135, 92, 0.45);
  outline-offset: 3px;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  min-height: 48px;
  padding: 0 14px 0 19px;
  border-radius: 10px;
  color: #fffaf7;
  background: var(--green);
  box-shadow: 0 8px 18px rgba(12, 81, 61, 0.2);
  font-size: 12px;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease;
}

.primary-button:hover {
  background: var(--green-deep);
  transform: translateY(-1px);
}

.primary-button:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}

.button-arrow {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 7px;
  color: var(--green-deep);
  background: #e6f6e9;
  font-size: 16px;
}

.form-status {
  min-height: 16px;
  color: var(--orange-deep);
  font-size: 11px;
}

.form-status.success {
  color: var(--green);
}

.history-list {
  display: grid;
  gap: 7px;
  max-height: 470px;
  margin-top: 17px;
  overflow: auto;
}

.history-item {
  display: grid;
  gap: 6px;
  width: 100%;
  padding: 14px 12px;
  border: 1px solid transparent;
  border-radius: 11px;
  text-align: left;
  background: transparent;
  transition: border 160ms ease, background 160ms ease, transform 160ms ease;
}

.history-item:hover {
  border-color: #cde1d4;
  background: #f3faf4;
  transform: translateX(2px);
}

.history-item strong {
  overflow: hidden;
  color: var(--green-deep);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.history-item span,
.history-item time {
  overflow: hidden;
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.history-item time {
  color: #9aa7a1;
}

.empty-history {
  display: grid;
  place-items: center;
  min-height: 270px;
  padding: 30px;
  border: 1px dashed #cddbd2;
  border-radius: 13px;
  color: var(--muted);
  text-align: center;
}

.empty-history strong {
  margin-top: 14px;
  color: var(--green-deep);
  font-size: 13px;
}

.empty-history p {
  max-width: 170px;
  margin-top: 7px;
  font-size: 11px;
  line-height: 1.5;
}

.empty-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: var(--orange-deep);
  background: #fff0e8;
  font-size: 17px;
}

.output-panel {
  margin-top: 20px;
  padding: 30px;
}

.output-heading {
  align-items: center;
}

.output-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.saved-label {
  color: var(--green);
}

.secondary-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid #cbdcd0;
  border-radius: 8px;
  color: var(--green);
  background: #f4faf4;
  font-size: 11px;
  font-weight: 800;
  transition: background 160ms ease, border 160ms ease;
}

.secondary-button:hover {
  border-color: #94bca3;
  background: #e8f5ea;
}

.copy-symbol {
  font-size: 15px;
}

.article-shell {
  overflow: hidden;
  border: 1px solid #d8e6dc;
  border-radius: 12px;
  background: #fbfdfb;
}

.publishing-panel {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 140px;
  gap: 18px;
  align-items: center;
  margin-top: 20px;
  padding: 26px 30px;
  border-color: #c7dace;
  background: linear-gradient(120deg, rgba(238, 249, 240, 0.96), rgba(255, 249, 243, 0.88));
}

.publishing-step {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--orange);
  font-family: "DM Mono", monospace;
  font-size: 11px;
}

.publishing-copy h2 {
  margin-top: 8px;
  font-size: 22px;
}

.publishing-copy p {
  max-width: 650px;
  margin-top: 9px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.publishing-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-top: 17px;
}

.publishing-actions .primary-button {
  min-height: 43px;
}

.perplexity-link {
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.perplexity-link:hover {
  color: var(--orange-deep);
}

.perplexity-link span {
  padding-left: 5px;
}

.publishing-status {
  min-height: 15px;
  margin-top: 10px;
  color: #84938a;
  font-family: "DM Mono", monospace;
  font-size: 9px;
}

.publishing-status.ready {
  color: var(--green);
}

.perplexity-badge {
  display: grid;
  justify-items: center;
  gap: 8px;
  color: var(--green);
  font-family: "DM Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-align: center;
}

.perplexity-star {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid #abd0b6;
  border-radius: 50%;
  color: var(--green-deep);
  background: #d7f0dd;
  font-family: "Manrope", sans-serif;
  font-size: 23px;
}

#article-output {
  max-height: 620px;
  margin: 0;
  padding: 25px;
  overflow: auto;
  color: #263b33;
  font-family: "DM Mono", monospace;
  font-size: 12px;
  line-height: 1.75;
  white-space: pre-wrap;
  word-break: break-word;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  padding: 48px 0 30px;
  color: #8a9790;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

[hidden] {
  display: none !important;
}

@media (max-width: 800px) {
  .site-header,
  .site-footer,
  .shell {
    width: min(100% - 32px, 640px);
  }

  .header-meta {
    display: none;
  }

  .intro {
    padding: 58px 0 38px;
  }

  h1 {
    font-size: clamp(2.8rem, 13vw, 4.6rem);
  }

  .workspace {
    grid-template-columns: 1fr;
  }

  .video-training-panel {
    grid-template-columns: 1fr;
  }

  .video-placeholder {
    min-height: 210px;
  }

  .publishing-panel {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .perplexity-badge {
    display: none;
  }

  .module-card {
    grid-template-columns: 47px 46px minmax(0, 1fr);
  }

  .module-link {
    grid-column: 3;
  }

  .lesson-list {
    grid-template-columns: 1fr;
  }

  .training-footer-action {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .history-panel {
    min-height: auto;
  }

  .history-list {
    max-height: 260px;
  }

  .form-panel,
  .output-panel {
    padding: 22px;
  }
}

@media (max-width: 520px) {
  .field-grid {
    grid-template-columns: 1fr;
  }

  .panel-heading,
  .output-heading,
  .form-footer,
  .output-actions,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .form-footer {
    gap: 14px;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
    justify-content: center;
  }

  .output-actions {
    width: 100%;
  }

  .member-intro,
  .training-hero {
    padding-top: 48px;
  }

  .video-training-panel {
    padding: 18px;
  }

  .publishing-panel {
    grid-template-columns: 1fr;
    padding: 21px;
  }

  .publishing-step {
    width: 34px;
    height: 34px;
  }

  .publishing-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .perplexity-link {
    text-align: center;
  }

  .module-card {
    grid-template-columns: 38px 42px minmax(0, 1fr);
    gap: 11px;
    padding: 20px 16px;
  }

  .module-icon {
    width: 42px;
    height: 42px;
  }

  .module-copy h2 {
    font-size: 18px;
  }

  .module-copy p {
    font-size: 11px;
  }

  .module-link {
    grid-column: 2 / -1;
    margin-top: 2px;
  }

  .checklist-grid {
    grid-template-columns: 1fr;
  }
}

/* Public sales page */
.sales-page {
  --sales-ink: #f3f5ee;
  --sales-muted: #aab8ae;
  --sales-line: rgba(182, 219, 193, 0.16);
  --sales-deep: #071b15;
  --sales-panel: rgba(15, 48, 37, 0.76);
  color: var(--sales-ink);
  background:
    radial-gradient(circle at 12% 6%, rgba(48, 121, 84, 0.35), transparent 28rem),
    radial-gradient(circle at 88% 20%, rgba(232, 135, 92, 0.12), transparent 24rem),
    var(--sales-deep);
}

.sales-page::before {
  background-image: linear-gradient(rgba(178, 226, 192, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(178, 226, 192, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

.sales-header,
.sales-footer {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}

.sales-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px 0 22px;
  border-bottom: 1px solid var(--sales-line);
}

.sales-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #eff7e9;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.sales-brand-mark {
  display: inline-flex;
  align-items: end;
  gap: 3px;
  height: 24px;
  padding: 5px;
  border: 1px solid rgba(188, 230, 198, 0.28);
  border-radius: 7px;
  background: rgba(137, 199, 151, 0.1);
}

.sales-brand-mark span {
  display: block;
  width: 3px;
  border-radius: 4px;
  background: #b6e6c2;
}

.sales-brand-mark span:nth-child(1) { height: 7px; }
.sales-brand-mark span:nth-child(2) { height: 11px; }
.sales-brand-mark span:nth-child(3) { height: 15px; }

.sales-nav {
  display: flex;
  align-items: center;
  gap: 27px;
  color: #9eaea4;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sales-nav a {
  color: inherit;
  text-decoration: none;
  transition: color 160ms ease;
}

.sales-nav a:hover {
  color: #e6f6e6;
}

.sales-nav .sales-member-link {
  padding: 11px 14px;
  border: 1px solid rgba(187, 226, 195, 0.28);
  border-radius: 8px;
  color: #d9f0dc;
  background: rgba(175, 218, 183, 0.08);
}

.sales-member-link span,
.sales-footer a span {
  padding-left: 5px;
}

.sales-hero,
.sales-section,
.sales-final-cta {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}

.sales-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: 74px;
  align-items: center;
  min-height: 650px;
  padding: 86px 0 92px;
}

.sales-eyebrow,
.sales-section-label {
  color: #9acda8;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  line-height: 1.5;
}

.sales-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.sales-eyebrow span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(235, 135, 92, 0.13);
}

.sales-hero h1 {
  max-width: 700px;
  margin-top: 24px;
  color: #f0f7eb;
  font-size: clamp(3.2rem, 6.4vw, 6.1rem);
  letter-spacing: -0.085em;
  line-height: 0.96;
}

.sales-hero h1 em {
  color: #e99a72;
  font-style: normal;
}

.sales-lede {
  max-width: 570px;
  margin-top: 27px;
  color: var(--sales-muted);
  font-size: 16px;
  line-height: 1.8;
}

.sales-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 32px;
}

.sales-button {
  display: inline-flex;
  min-height: 51px;
  align-items: center;
  justify-content: center;
  gap: 19px;
  padding: 0 17px 0 21px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.sales-button:hover {
  transform: translateY(-2px);
}

.sales-button-primary {
  color: #092117;
  background: #c2e9c8;
  box-shadow: 0 12px 26px rgba(114, 181, 127, 0.14);
}

.sales-button-primary:hover {
  background: #e0f6df;
}

.sales-button span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 7px;
  color: #173d2e;
  background: rgba(255, 255, 255, 0.56);
  font-size: 16px;
}

.sales-text-link {
  color: #94aa9a;
  font-size: 11px;
  text-decoration: none;
}

.sales-text-link strong {
  color: #d3e6d4;
  font-weight: 800;
}

.sales-text-link:hover {
  color: #f0f7eb;
}

.sales-disclaimer {
  margin-top: 27px;
  color: #72897b;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.04em;
}

.sales-hero-visual {
  position: relative;
  min-height: 486px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(183, 222, 191, 0.25);
  border-radius: 25px;
  background:
    radial-gradient(circle at 50% 45%, rgba(122, 193, 139, 0.18), transparent 12rem),
    linear-gradient(145deg, rgba(37, 102, 68, 0.74), rgba(7, 30, 22, 0.95));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
}

.sales-hero-visual::before,
.sales-hero-visual::after {
  position: absolute;
  width: 11px;
  height: 11px;
  border: 1px solid rgba(196, 235, 202, 0.65);
  content: "";
}

.sales-hero-visual::before {
  top: 16px;
  left: 16px;
  border-right: 0;
  border-bottom: 0;
}

.sales-hero-visual::after {
  right: 16px;
  bottom: 16px;
  border-top: 0;
  border-left: 0;
}

.sales-visual-topline,
.sales-visual-caption,
.sales-visual-steps {
  position: relative;
  z-index: 1;
}

.sales-visual-topline {
  display: flex;
  justify-content: space-between;
  color: #9acda8;
  font-family: "DM Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.14em;
}

.sales-orbit {
  position: relative;
  display: grid;
  width: min(100%, 330px);
  height: 275px;
  margin: 31px auto 0;
  place-items: center;
}

.sales-orbit-ring {
  position: absolute;
  width: 245px;
  height: 245px;
  border: 1px solid rgba(168, 226, 178, 0.42);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(169, 225, 178, 0.035), 0 0 0 44px rgba(169, 225, 178, 0.025);
}

.sales-orbit-core {
  position: relative;
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  border: 1px solid #c2ecc8;
  border-radius: 50%;
  color: #0a2a1d;
  background: radial-gradient(circle at 30% 25%, #efffe8, #a8dbb1);
  box-shadow: 0 0 50px rgba(158, 222, 166, 0.26);
  font-size: 29px;
  font-weight: 800;
  letter-spacing: -0.12em;
}

.sales-orbit-core::after {
  position: absolute;
  inset: -11px;
  border: 1px dashed rgba(189, 232, 192, 0.4);
  border-radius: 50%;
  content: "";
}

.sales-orbit-dot {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  border: 3px solid #214c38;
  border-radius: 50%;
  background: #d2f2d1;
  box-shadow: 0 0 0 5px rgba(160, 222, 171, 0.12);
}

.sales-orbit-dot-one { top: 25px; left: 55px; }
.sales-orbit-dot-two { top: 99px; right: 18px; }
.sales-orbit-dot-three { bottom: 16px; left: 90px; }

.sales-visual-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(184, 225, 193, 0.16);
}

.sales-visual-caption span {
  color: #8ebc99;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.14em;
}

.sales-visual-caption strong {
  color: #eef8eb;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.sales-visual-steps {
  display: grid;
  gap: 10px;
  margin-top: 19px;
}

.sales-visual-steps div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #c0d8c4;
  font-size: 11px;
}

.sales-visual-steps span {
  color: #e9a17a;
  font-family: "DM Mono", monospace;
  font-size: 9px;
}

.sales-visual-steps strong {
  font-weight: 700;
}

.sales-signal-bar {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 18px 24px;
  border-top: 1px solid var(--sales-line);
  border-bottom: 1px solid var(--sales-line);
  color: #91ab98;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-align: center;
}

.sales-signal-bar b {
  color: var(--orange);
  font-size: 14px;
  font-weight: 400;
}

.sales-section {
  padding-top: 128px;
}

.sales-section-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--sales-line);
}

.sales-section-label span {
  color: #708879;
}

.sales-problem-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(270px, 0.92fr);
  gap: 85px;
  padding-top: 45px;
}

.sales-problem h2,
.sales-method h2,
.sales-callout-copy h2,
.sales-faq h2,
.sales-final-cta h2 {
  color: #edf6eb;
  font-size: clamp(2rem, 4vw, 3.8rem);
  letter-spacing: -0.075em;
  line-height: 1.03;
}

.sales-body-copy,
.sales-method-heading p,
.sales-faq-heading p,
.sales-callout-copy > p {
  color: var(--sales-muted);
  font-size: 13px;
  line-height: 1.8;
}

.sales-body-copy {
  display: grid;
  gap: 18px;
  padding-top: 7px;
}

.sales-method-heading {
  display: flex;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.7fr);
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  padding-top: 45px;
}

.sales-method-heading h2 {
  max-width: 670px;
}

.sales-method-heading p {
  max-width: 330px;
}

.sales-step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 38px;
}

.sales-step-card {
  min-height: 310px;
  padding: 22px;
  border: 1px solid var(--sales-line);
  border-radius: 15px;
  background: rgba(16, 48, 37, 0.47);
}

.sales-step-card-featured {
  border-color: rgba(235, 135, 92, 0.48);
  background: linear-gradient(145deg, rgba(68, 82, 48, 0.65), rgba(29, 53, 39, 0.5));
}

.sales-step-number {
  color: #759a80;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.sales-step-icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-top: 37px;
  place-items: center;
  border: 1px solid rgba(190, 228, 193, 0.32);
  border-radius: 12px;
  color: #d9f3d7;
  background: rgba(177, 224, 181, 0.1);
  font-size: 20px;
}

.sales-step-card-featured .sales-step-icon {
  color: #fff3e8;
  border-color: rgba(235, 135, 92, 0.45);
  background: rgba(235, 135, 92, 0.14);
}

.sales-step-card h3 {
  margin-top: 19px;
  color: #eaf4e9;
  font-size: 17px;
  letter-spacing: -0.04em;
}

.sales-step-card p {
  margin-top: 10px;
  color: #9db2a3;
  font-size: 11px;
  line-height: 1.7;
}

.sales-step-note {
  display: block;
  margin-top: 22px;
  color: #799a82;
  font-family: "DM Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.13em;
}

.sales-workspace-callout {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(290px, 0.97fr);
  gap: 70px;
  padding: 41px;
  border: 1px solid rgba(186, 226, 192, 0.22);
  border-radius: 21px;
  background:
    radial-gradient(circle at 85% 10%, rgba(183, 222, 180, 0.16), transparent 15rem),
    #0d3929;
}

.sales-callout-copy .sales-section-label {
  border-bottom-color: rgba(191, 230, 198, 0.2);
}

.sales-callout-copy h2 {
  max-width: 570px;
  margin-top: 31px;
  font-size: clamp(2rem, 4.2vw, 3.7rem);
}

.sales-callout-copy > p {
  max-width: 480px;
  margin-top: 19px;
}

.sales-button-light {
  margin-top: 26px;
  color: #0c2c20;
  background: #e5f2dc;
}

.sales-button-light:hover {
  background: #ffffff;
}

.sales-checklist {
  display: grid;
  align-content: center;
  gap: 22px;
}

.sales-checklist div {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr);
  column-gap: 12px;
  align-items: center;
}

.sales-checklist span {
  display: grid;
  width: 28px;
  height: 28px;
  grid-row: span 2;
  place-items: center;
  border: 1px solid rgba(208, 239, 204, 0.4);
  border-radius: 50%;
  color: #d9f5d7;
  font-size: 12px;
}

.sales-checklist strong {
  color: #e5f2e2;
  font-size: 13px;
}

.sales-checklist small {
  margin-top: 4px;
  color: #8eb39a;
  font-size: 10px;
}

.sales-faq-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  padding-top: 45px;
}

.sales-faq-heading p {
  max-width: 290px;
}

.sales-faq-list {
  margin-top: 32px;
  border-top: 1px solid var(--sales-line);
}

.sales-faq-list details {
  border-bottom: 1px solid var(--sales-line);
}

.sales-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 21px 0;
  color: #dcecdf;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  list-style: none;
}

.sales-faq-list summary::-webkit-details-marker {
  display: none;
}

.sales-faq-list summary::after {
  color: #a4c9aa;
  content: "+";
  font-family: "DM Mono", monospace;
  font-size: 18px;
  font-weight: 400;
}

.sales-faq-list details[open] summary::after {
  color: var(--orange);
  content: "−";
}

.sales-faq-list details p {
  max-width: 700px;
  padding: 0 45px 22px 0;
  color: #93ab99;
  font-size: 12px;
  line-height: 1.75;
}

.sales-final-cta {
  margin-top: 128px;
  padding: 83px 30px 88px;
  border-top: 1px solid var(--sales-line);
  border-bottom: 1px solid var(--sales-line);
  text-align: center;
}

.sales-final-cta .sales-eyebrow {
  justify-content: center;
}

.sales-final-cta h2 {
  max-width: 650px;
  margin: 24px auto 0;
}

.sales-final-cta p {
  margin-top: 17px;
  color: #9eb4a5;
  font-size: 13px;
}

.sales-final-cta .sales-button {
  margin-top: 28px;
}

.sales-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 0 34px;
  color: #718879;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sales-footer a {
  color: #9dbea4;
  text-decoration: none;
}

.sales-footer a:hover {
  color: #e1f0df;
}

@media (max-width: 860px) {
  .sales-hero {
    grid-template-columns: 1fr;
    gap: 48px;
    min-height: auto;
    padding-top: 72px;
  }

  .sales-hero-visual {
    max-width: 620px;
  }

  .sales-problem-grid,
  .sales-method-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .sales-method-heading {
    display: grid;
  }

  .sales-step-grid {
    grid-template-columns: 1fr;
  }

  .sales-step-card {
    min-height: auto;
  }

  .sales-workspace-callout {
    gap: 44px;
  }
}

@media (max-width: 620px) {
  .sales-header,
  .sales-footer,
  .sales-hero,
  .sales-section,
  .sales-final-cta {
    width: min(100% - 32px, 560px);
  }

  .sales-header {
    padding-top: 19px;
  }

  .sales-nav {
    gap: 0;
  }

  .sales-nav > a:not(.sales-member-link) {
    display: none;
  }

  .sales-brand {
    font-size: 12px;
  }

  .sales-hero {
    padding-top: 58px;
    padding-bottom: 66px;
  }

  .sales-hero h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .sales-lede {
    font-size: 14px;
  }

  .sales-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .sales-button {
    width: 100%;
  }

  .sales-text-link {
    text-align: center;
  }

  .sales-hero-visual {
    min-height: 440px;
    padding: 20px;
  }

  .sales-orbit {
    height: 245px;
  }

  .sales-orbit-ring {
    width: 210px;
    height: 210px;
  }

  .sales-signal-bar {
    flex-wrap: wrap;
    gap: 10px 14px;
    padding: 16px;
    font-size: 8px;
  }

  .sales-signal-bar b {
    display: none;
  }

  .sales-section {
    padding-top: 82px;
  }

  .sales-problem-grid,
  .sales-method-heading,
  .sales-faq-heading {
    padding-top: 32px;
  }

  .sales-problem h2,
  .sales-method h2,
  .sales-callout-copy h2,
  .sales-faq h2,
  .sales-final-cta h2 {
    font-size: 2.4rem;
  }

  .sales-workspace-callout {
    display: block;
    padding: 24px;
  }

  .sales-checklist {
    margin-top: 38px;
  }

  .sales-faq-heading,
  .sales-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .sales-final-cta {
    margin-top: 82px;
    padding: 62px 0 67px;
  }
}

/* JV page */
.jv-page {
  min-height: 100vh;
  color: #f5f3ed;
  background:
    radial-gradient(circle at 50% 20%, rgba(88, 64, 18, 0.12), transparent 28rem),
    #050505;
}

.jv-page::before {
  background-image: linear-gradient(rgba(219, 181, 74, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(219, 181, 74, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.jv-header {
  display: flex;
  width: min(100% - 48px, 1024px);
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  padding: 21px 0 19px;
  border-bottom: 1px solid #28251e;
}

.jv-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #f7e8a6;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.jv-brand small {
  padding: 5px 9px;
  border: 1px solid #5b481c;
  border-radius: 4px;
  color: #c29c32;
  font-family: "DM Mono", monospace;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.jv-nav-link {
  color: #a9aab1;
  font-size: 12px;
  text-decoration: none;
}

.jv-nav-link span {
  padding-left: 7px;
  color: #ddd5bc;
  font-size: 20px;
  vertical-align: -2px;
}

.jv-nav-link:hover {
  color: #f7e8a6;
}

.jv-nav-link-disabled {
  color: #62636a;
  cursor: not-allowed;
}

.jv-main {
  width: min(100% - 48px, 856px);
  margin: 0 auto;
  padding: 80px 0 100px;
}

.jv-hero {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.jv-kicker {
  color: #cda43b;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.jv-hero h1 {
  margin-top: 22px;
  color: #f5df8a;
  background: linear-gradient(100deg, #c4932f, #fff5bb 55%, #cda338);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(3.25rem, 7vw, 5rem);
  letter-spacing: -0.075em;
  line-height: 0.98;
}

.jv-subtitle {
  max-width: 620px;
  margin: 24px auto 0;
  color: #b7b9c0;
  font-size: 15px;
  line-height: 1.75;
}

.jv-launch-date {
  margin-top: 38px;
  color: #d8ab39;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.jv-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 31px;
}

.jv-button {
  display: inline-flex;
  min-height: 57px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 30px;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, filter 160ms ease, border-color 160ms ease;
}

.jv-button:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.jv-button-disabled,
.jv-button-disabled:hover {
  cursor: not-allowed;
  filter: grayscale(0.35);
  opacity: 0.56;
  transform: none;
}

.jv-button-gold {
  color: #0d0d0c;
  background: linear-gradient(105deg, #c39435, #fff5b7);
  box-shadow: 0 10px 28px rgba(181, 140, 44, 0.18);
}

.jv-button-outline {
  border: 1px solid #765c1d;
  color: #f5f3ed;
  background: transparent;
}

.jv-section {
  margin-top: 66px;
}

.jv-section-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.jv-section-heading h2 {
  color: #a9a9af;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jv-section-icon {
  color: #a87923;
  font-size: 20px;
}

.jv-funnel-card {
  overflow: hidden;
  border: 1px solid #29251d;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.2);
}

.jv-funnel-row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 70px;
  gap: 18px;
  min-height: 112px;
  align-items: center;
  padding: 22px 24px;
  border-bottom: 1px solid #24221d;
}

.jv-funnel-row:last-child {
  border-bottom: 0;
}

.jv-bundle-row {
  background: rgba(138, 104, 30, 0.08);
}

.jv-type {
  color: #b1872b;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.jv-item-copy h3 {
  color: #eeeae1;
  font-size: 15px;
  font-weight: 800;
}

.jv-item-copy p {
  margin-top: 7px;
  color: #858891;
  font-size: 12px;
  line-height: 1.6;
}

.jv-price {
  align-self: start;
  padding-top: 2px;
  color: #f2ebc5;
  font-size: 17px;
  text-align: right;
}

.jv-prize-section {
  margin-top: 72px;
}

.jv-prize-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 28px;
  padding: 29px;
  border: 1px solid #29251d;
  border-radius: 16px;
  background: linear-gradient(110deg, rgba(94, 67, 16, 0.18), rgba(0, 0, 0, 0.2));
}

.jv-prize-intro h3 {
  margin-top: 9px;
  color: #f0e9d4;
  font-size: 20px;
}

.jv-prize-intro p,
.jv-proration p,
.jv-commissions p {
  margin-top: 9px;
  color: #92949c;
  font-size: 12px;
  line-height: 1.7;
}

.jv-prizes {
  display: grid;
  gap: 7px;
}

.jv-prizes div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 13px;
  border: 1px solid #383021;
  border-radius: 8px;
  color: #b0b0b4;
  font-family: "DM Mono", monospace;
  font-size: 10px;
}

.jv-prizes strong {
  color: #f5e9a9;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
}

.jv-proration {
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr);
  gap: 15px;
  margin-top: 18px;
  padding: 23px 26px;
  border: 1px solid #29251d;
  border-radius: 14px;
}

.jv-proration-icon {
  color: #d1aa44;
  font-size: 23px;
}

.jv-proration h3 {
  color: #d8d6ce;
  font-size: 13px;
}

.jv-commissions {
  margin-top: 68px;
  padding-bottom: 22px;
}

.jv-commissions > p {
  max-width: 560px;
}

@media (max-width: 680px) {
  .jv-header,
  .jv-main {
    width: min(100% - 32px, 560px);
  }

  .jv-main {
    padding-top: 58px;
  }

  .jv-brand {
    font-size: 12px;
  }

  .jv-brand small {
    display: none;
  }

  .jv-nav-link {
    font-size: 10px;
  }

  .jv-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4.4rem);
  }

  .jv-subtitle {
    font-size: 13px;
  }

  .jv-launch-date {
    font-size: 11px;
    line-height: 1.6;
  }

  .jv-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .jv-button {
    width: 100%;
  }

  .jv-funnel-row {
    grid-template-columns: 62px minmax(0, 1fr) 53px;
    gap: 10px;
    padding: 20px 15px;
  }

  .jv-item-copy h3 {
    font-size: 12px;
  }

  .jv-item-copy p {
    font-size: 10px;
  }

  .jv-price {
    font-size: 14px;
  }

  .jv-prize-card {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .jv-proration {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 20px;
  }
}

/* Premium Money Magnet Formula offer */
.offer-page {
  --premium-gold: #e7c45f;
  --premium-gold-soft: #fff0a8;
  --premium-gold-deep: #a77919;
  --premium-red: #a82d27;
  --premium-panel: #0d0d0d;
  --premium-line: rgba(231, 196, 95, 0.22);
  color: #f5f3ed;
  font-family: "Inter", sans-serif;
  background:
    radial-gradient(ellipse at 50% -8%, rgba(239, 187, 53, 0.2), transparent 29rem),
    radial-gradient(ellipse at 7% 18%, rgba(128, 12, 25, 0.5), transparent 31rem),
    radial-gradient(ellipse at 96% 31%, rgba(183, 48, 26, 0.24), transparent 29rem),
    linear-gradient(180deg, #12090a 0%, #080607 36%, #050505 100%);
}

.offer-page::before {
  background-image:
    linear-gradient(118deg, transparent 21%, rgba(240, 194, 83, 0.07) 21.2%, transparent 21.5%),
    linear-gradient(62deg, transparent 73%, rgba(171, 39, 31, 0.07) 73.2%, transparent 73.5%),
    linear-gradient(32deg, transparent 47%, rgba(211, 176, 77, 0.035) 48%, transparent 49%),
    linear-gradient(-32deg, transparent 47%, rgba(211, 176, 77, 0.025) 48%, transparent 49%);
  background-size: 100% 100%, 100% 100%, 170px 110px, 170px 110px;
  mask-image: linear-gradient(to bottom, black 0%, black 46%, transparent 86%);
  opacity: 0.95;
}

.offer-page .sales-header {
  border-bottom-color: rgba(231, 196, 95, 0.17);
}

.offer-page .sales-brand {
  color: #fff3bc;
}

.offer-page .sales-brand-mark {
  border-color: rgba(231, 196, 95, 0.38);
  background: linear-gradient(145deg, rgba(231, 196, 95, 0.2), rgba(99, 67, 10, 0.1));
}

.offer-page .sales-brand-mark span {
  background: linear-gradient(#fff2a9, #bd8c27);
}

.offer-page .sales-nav {
  color: #a9a8a4;
}

.offer-page .sales-nav a:hover {
  color: #fff0a8;
}

.offer-page .sales-nav .sales-member-link {
  border-color: rgba(231, 196, 95, 0.5);
  color: #120e04;
  background: linear-gradient(105deg, #b5821f, #ffec93 52%, #bd8b28);
  box-shadow: 0 7px 22px rgba(183, 134, 35, 0.18);
}

.offer-hero {
  display: grid;
  width: min(1260px, calc(100% - 64px));
  min-height: 0;
  margin: 0 auto;
  padding: clamp(72px, 10vh, 116px) 0 17px;
  align-items: center;
  text-align: center;
}

.offer-hero-copy {
  max-width: 1050px;
  margin: 0 auto;
}

.offer-overview {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  text-align: center;
}

.offer-overview-copy {
  max-width: 820px;
  margin: 0 auto;
}

.offer-overview-copy > .sales-button {
  min-width: 300px;
  margin-top: 25px;
}

.offer-overview-copy > small {
  display: block;
  margin-top: 13px;
  color: #7f8086;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.offer-overview .sales-signal-bar {
  margin-top: 34px;
  padding: 23px 28px;
  border: 1px solid rgba(231, 196, 95, 0.34);
  border-radius: 11px;
  background: linear-gradient(90deg, rgba(107, 24, 25, 0.48), rgba(99, 66, 14, 0.32), rgba(107, 24, 25, 0.48));
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 231, 146, 0.1);
  color: #e0c76e;
  font-size: clamp(10px, 1vw, 13px);
  font-weight: 700;
  letter-spacing: 0.16em;
}

.offer-overview .sales-signal-bar b {
  color: #fff0a0;
  font-size: 17px;
}

.offer-page .sales-eyebrow {
  color: #c9ab55;
}

.offer-page .sales-eyebrow span {
  background: #ddbd58;
  box-shadow: 0 0 0 5px rgba(221, 189, 88, 0.12), 0 0 20px rgba(221, 189, 88, 0.35);
}

.offer-hero h1 {
  max-width: 1260px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(3.35rem, 5.6vw, 5.1rem);
  letter-spacing: -0.075em;
  line-height: 1.02;
}

.offer-hero h1 .headline-line {
  display: block;
}

.offer-hero h1 em {
  display: inline-block;
  margin-top: 0;
  padding: 0 0.06em 0.11em 0;
  color: var(--premium-gold);
  background: linear-gradient(100deg, #b27e1d, #fff1a4 46%, #d4aa45);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1;
}

.offer-subhead {
  max-width: 790px;
  margin: 0 auto;
  color: #c9c9cc;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 600;
  line-height: 1.65;
}

.offer-hero-copy > .sales-button {
  min-width: 300px;
  margin-top: 34px;
}

.offer-hero-copy > small {
  display: block;
  margin-top: 13px;
  color: #7f8086;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sales-button-payment {
  min-width: 365px !important;
  border-color: #f0c958;
  background: linear-gradient(105deg, #b52e26, #d94b2d 55%, #aa211f);
  box-shadow:
    0 12px 30px rgba(162, 40, 30, 0.3),
    0 0 0 1px rgba(255, 224, 118, 0.12) inset;
}

.sales-button-payment strong {
  color: #ffe9a1;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.sales-button-bundle {
  min-width: 300px;
}

.sales-button-bundle strong {
  color: #f4dd93;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.offer-page .sales-button {
  min-height: 58px;
  font-size: 14px;
}

.offer-overview-actions,
.offer-final-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(780px, 100%);
  margin-inline: auto;
  gap: 14px;
}

.offer-overview-actions {
  margin-top: 28px;
}

.offer-action-card {
  padding: 25px 24px 24px;
  border: 1px solid rgba(231, 196, 95, 0.34);
  border-radius: 15px;
  background:
    radial-gradient(circle at 50% 0%, rgba(213, 165, 48, 0.12), transparent 12rem),
    linear-gradient(145deg, rgba(43, 25, 11, 0.96), rgba(13, 13, 13, 0.98));
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 236, 157, 0.1);
  text-align: left;
}

.offer-action-bundle {
  border-color: rgba(240, 204, 101, 0.5);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 220, 107, 0.2), transparent 12rem),
    linear-gradient(145deg, rgba(74, 50, 11, 0.96), rgba(22, 17, 8, 0.98));
}

.offer-action-kicker {
  color: #f0ce67;
  font-family: "DM Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.offer-action-card h3 {
  margin: 13px 0 0;
  color: #fff8dc;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.offer-action-card p {
  margin: 12px 0 0;
  color: #c5bfae;
  font-size: 15px;
  line-height: 1.55;
}

.offer-action-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
  color: #fff1a5;
  font-size: clamp(2.25rem, 4vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 1;
}

.offer-action-price span {
  color: #a99c78;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.offer-action-card .sales-button {
  width: 100%;
  min-width: 0 !important;
  margin-top: 22px;
}

.offer-bundle-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: #f1d779;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-color: rgba(241, 215, 121, 0.55);
  text-underline-offset: 4px;
}

.offer-bundle-link:hover {
  color: #fff1a8;
  text-decoration-color: #fff1a8;
}

.offer-payment-note {
  display: block;
  margin-top: 13px;
  color: #7f8086;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.offer-page .sales-button-primary {
  border: 1px solid #f2cf67;
  color: #fff;
  background: linear-gradient(180deg, #b4382f, #7f1e1b);
  box-shadow:
    0 0 0 1px rgba(241, 198, 82, 0.28),
    0 10px 28px rgba(164, 43, 36, 0.27),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.offer-page .sales-button-primary:hover {
  background: linear-gradient(180deg, #c74438, #8a201d);
}

.offer-page .sales-button-primary span {
  color: #fff2b5;
  background: rgba(20, 4, 3, 0.22);
}

.offer-video {
  position: relative;
  width: min(780px, 100%);
  aspect-ratio: 16 / 9;
  min-height: 0;
  margin: 27px auto 0;
  scroll-margin-top: 24px;
  overflow: hidden;
  border: 1px solid #8e6c21;
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 45%, rgba(183, 132, 32, 0.24), transparent 12rem),
    linear-gradient(145deg, #18150d, #080808 70%);
  box-shadow:
    0 0 0 5px rgba(126, 91, 25, 0.1),
    0 26px 65px rgba(0, 0, 0, 0.52),
    0 0 42px rgba(187, 139, 35, 0.1);
}

.offer-video-intro {
  margin: 42px auto 0;
  text-align: center;
}

.offer-video-intro p {
  margin: 0;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 1.5vw, 19px);
  font-weight: 700;
  letter-spacing: 0.16em;
}

.offer-video-intro h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.15;
}

.offer-video::before {
  content: none;
}

.offer-video-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #0a1226;
}

.offer-video-grid {
  position: absolute;
  inset: 39px 0 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(225, 190, 91, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(225, 190, 91, 0.13) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(circle at center, black, transparent 73%);
}

.offer-video-badge {
  position: absolute;
  top: 65px;
  left: 50%;
  color: #c8a94e;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.16em;
  transform: translateX(-50%);
}

.offer-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 82px;
  height: 82px;
  padding-left: 5px;
  place-items: center;
  border: 1px solid #f0ca62;
  border-radius: 50%;
  color: #fff1a9;
  background: rgba(90, 62, 13, 0.32);
  box-shadow: 0 0 0 11px rgba(194, 149, 45, 0.08), 0 0 45px rgba(216, 175, 73, 0.2);
  font-size: 24px;
  transform: translate(-50%, -50%);
}

.offer-video-title {
  position: absolute;
  right: 28px;
  bottom: 25px;
  left: 28px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid rgba(223, 184, 75, 0.22);
}

.offer-video-title span {
  color: #a88632;
  font-family: "DM Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.14em;
}

.offer-video-title strong {
  color: #eee7d1;
  font-size: 12px;
}

.offer-page .sales-signal-bar {
  border-color: var(--premium-line);
  color: #ad9b6a;
}

.offer-overview .sales-signal-bar {
  width: min(780px, 100%);
  margin-top: 34px;
  margin-inline: auto;
  padding: 24px 26px;
  border: 1px solid rgba(231, 196, 95, 0.42);
  border-radius: 11px;
  color: #f0d47b;
  background: linear-gradient(
    90deg,
    rgba(107, 24, 25, 0.62),
    rgba(99, 66, 14, 0.42),
    rgba(107, 24, 25, 0.62)
  );
  box-shadow:
    0 15px 38px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 231, 146, 0.14),
    0 0 26px rgba(214, 166, 55, 0.08);
  font-size: clamp(14px, 1.15vw, 17px);
  font-weight: 900;
  letter-spacing: 0.16em;
}

.offer-overview .sales-signal-bar b {
  color: #fff0a0;
  font-size: 19px;
}

.offer-page .sales-signal-bar b {
  color: #dcb545;
}

.offer-page .sales-section-label {
  border-color: var(--premium-line);
  color: #d6b44e;
  font-size: 13px;
}

.offer-page .sales-section-label span {
  color: #6f6038;
}

.offer-page .sales-section {
  padding-top: 115px;
}

.offer-opening-grid,
.offer-story-grid,
.offer-why-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
  gap: 80px;
  padding-top: 43px;
}

.offer-big-number {
  display: grid;
  align-content: start;
  padding: 28px;
  border: 1px solid var(--premium-line);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(69, 52, 16, 0.3), rgba(9, 9, 9, 0.8));
}

.offer-big-number > span {
  margin-bottom: 20px;
  color: #d8b952;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
}

.offer-big-number strong {
  color: #fff1ac;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  letter-spacing: -0.07em;
  line-height: 1;
}

.offer-big-number small {
  margin: 6px 0 23px;
  color: #81775b;
  font-family: "DM Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.14em;
}

.offer-prose {
  display: grid;
  align-content: start;
  gap: 18px;
}

.offer-prose p,
.offer-story-highlight,
.offer-included-heading p,
.offer-price-card p,
.offer-guarantee p,
.offer-final-cta p {
  color: #aaa9ad;
  font-size: 17px;
  line-height: 1.75;
}

.offer-mechanism-panel {
  margin-top: 43px;
  padding: 55px;
  border: 1px solid rgba(228, 190, 83, 0.31);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(200, 151, 40, 0.13), transparent 22rem),
    linear-gradient(145deg, #12100b, #080808);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.3);
}

.offer-mechanism-lead {
  color: #b8a365;
  font-family: "DM Mono", monospace;
  font-size: 13px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.offer-mechanism-panel h2,
.offer-story h2,
.offer-included h2,
.offer-why h2,
.offer-guarantee h2,
.offer-final-cta h2,
.offer-price-card h2 {
  color: #f7f5ed;
  letter-spacing: -0.06em;
}

.offer-mechanism-panel h2 {
  max-width: 980px;
  margin-top: 18px;
  font-size: clamp(2.2rem, 4.7vw, 4.5rem);
  line-height: 1.06;
}

.offer-mechanism-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  margin-top: 39px;
  padding-top: 30px;
  border-top: 1px solid var(--premium-line);
}

.offer-mechanism-copy p {
  color: #a5a3a2;
  font-size: 16px;
  line-height: 1.75;
}

.offer-story h2 {
  font-size: clamp(2.5rem, 4.8vw, 4.4rem);
  line-height: 1.04;
}

.offer-story-highlight {
  margin-top: 25px;
  padding-left: 18px;
  border-left: 2px solid #d8b54a;
  color: #d5d1c5;
}

.offer-founder {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 72px;
  padding-top: 30px;
  border-top: 1px solid var(--premium-line);
}

.offer-founder-photo {
  width: 132px;
  height: 132px;
  flex: 0 0 132px;
  overflow: hidden;
  border: 2px solid #d8b54a;
  border-radius: 50%;
  box-shadow:
    0 0 0 8px rgba(216, 180, 78, 0.08),
    0 14px 45px rgba(0, 0, 0, 0.38);
}

.offer-founder-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-founder-copy {
  display: grid;
  align-content: center;
  gap: 8px;
}

.offer-founder-copy strong {
  color: #f7f5ed;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.offer-founder-copy p {
  color: #aaa9ad;
  font-size: 15px;
  line-height: 1.5;
}

.offer-included-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 45px;
  padding-top: 43px;
}

.offer-included-heading h2 {
  max-width: 700px;
  font-size: clamp(2.5rem, 4.8vw, 4.4rem);
  line-height: 1.04;
}

.offer-included-heading p {
  max-width: 330px;
}

.offer-included-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 36px;
}

.offer-included-grid article {
  min-height: 245px;
  padding: 24px;
  border: 1px solid rgba(225, 190, 88, 0.18);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(40, 33, 16, 0.55), rgba(10, 10, 10, 0.75));
}

.offer-included-grid article:nth-child(even) {
  background: linear-gradient(145deg, rgba(57, 42, 13, 0.55), rgba(10, 10, 10, 0.78));
}

.offer-included-grid article > span {
  color: #c49b32;
  font-family: "DM Mono", monospace;
  font-size: 9px;
}

.offer-included-grid h3 {
  margin-top: 57px;
  color: #eee9dc;
  font-size: 17px;
  letter-spacing: -0.04em;
}

.offer-included-grid p {
  margin-top: 11px;
  color: #969494;
  font-size: 11px;
  line-height: 1.7;
}

.offer-pricing-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  margin-top: 43px;
}

.offer-price-card {
  padding: 34px;
  border: 1px solid var(--premium-line);
  border-radius: 17px;
  background: #0b0b0b;
}

.offer-price-bundle {
  border-color: rgba(238, 199, 88, 0.52);
  background:
    radial-gradient(circle at 100% 0%, rgba(220, 173, 61, 0.17), transparent 17rem),
    linear-gradient(145deg, #1c170b, #0a0a09 75%);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.3);
}

.offer-price-label {
  color: #c7a440;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.14em;
}

.offer-price-card h2 {
  margin-top: 13px;
  font-size: 25px;
}

.offer-price {
  margin-top: 27px;
  color: #f7e69e;
  font-size: clamp(4rem, 8vw, 6.6rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.95;
}

.offer-price span,
.offer-price sup {
  font-size: 0.38em;
  letter-spacing: -0.02em;
  vertical-align: top;
}

.offer-price span {
  margin-right: 4px;
  vertical-align: 0.95em;
}

.offer-price-frequency {
  margin-top: 11px;
  color: #857548 !important;
  font-family: "DM Mono", monospace;
  font-size: 11px !important;
  letter-spacing: 0.14em;
}

.offer-price-card > p:not(.offer-price-frequency) {
  margin-top: 24px;
}

.offer-price-card ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--premium-line);
  list-style: none;
}

.offer-price-card li {
  position: relative;
  padding-left: 22px;
  color: #b9b3a3;
  font-size: 15px;
  line-height: 1.6;
}

.offer-price-card li::before {
  position: absolute;
  left: 0;
  color: #dbb849;
  content: "✓";
}

.offer-price-card .sales-button {
  width: 100%;
  margin-top: 29px;
}

.offer-price-card .offer-bundle-link {
  margin-top: 17px;
}

.offer-page .sales-button-light {
  border: 1px solid #f0cc65;
  color: #120d03;
  background: linear-gradient(105deg, #b88625, #fff0a0 52%, #c29331);
  box-shadow: 0 10px 24px rgba(192, 143, 35, 0.16);
}

.offer-page .sales-button-light:hover {
  background: linear-gradient(105deg, #c79631, #fff7c3 52%, #d2a440);
}

.offer-why-grid {
  align-items: center;
}

.offer-why-number {
  color: #ead070;
  background: linear-gradient(130deg, #ab791c, #fff0a1 50%, #b98728);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(5rem, 10vw, 9rem);
  font-weight: 800;
  letter-spacing: -0.09em;
  line-height: 0.84;
}

.offer-why-number span {
  display: block;
  padding-left: 7px;
  font-size: 0.18em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-why h2 {
  margin: 0 0 23px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.08;
}

.offer-steps {
  display: grid;
  gap: 12px;
}

.offer-step {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  padding: 17px 20px;
  border: 1px solid rgba(226, 186, 76, 0.2);
  border-radius: 13px;
  background:
    linear-gradient(105deg, rgba(66, 46, 12, 0.66), rgba(14, 13, 11, 0.78)),
    #0d0d0c;
  box-shadow: inset 0 1px 0 rgba(255, 232, 145, 0.05);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.offer-step:hover {
  border-color: rgba(239, 204, 104, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 232, 145, 0.08),
    0 12px 30px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.offer-step-number {
  color: #ead070;
  background: linear-gradient(130deg, #ab791c, #fff0a1 50%, #b98728);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "DM Mono", monospace;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.11em;
  line-height: 1;
}

.offer-step p {
  margin: 0;
  color: #d8d3c5;
  font-size: 16px;
  line-height: 1.55;
}

.offer-guarantee {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 55px;
  align-items: center;
  margin-top: 115px;
  padding: 45px;
  border: 1px solid rgba(230, 193, 84, 0.38);
  border-radius: 18px;
  background:
    radial-gradient(circle at 10% 50%, rgba(218, 176, 60, 0.16), transparent 14rem),
    linear-gradient(135deg, #171309, #090909);
}

.offer-guarantee-mark {
  display: grid;
  width: 160px;
  height: 160px;
  place-items: center;
  border: 1px solid #d9b64d;
  border-radius: 50%;
  color: #ffe991;
  background: rgba(90, 63, 12, 0.24);
  box-shadow: 0 0 0 9px rgba(214, 171, 56, 0.06), inset 0 0 35px rgba(221, 180, 67, 0.12);
  font-size: 67px;
  font-weight: 800;
}

.offer-guarantee h2 {
  margin-top: 17px;
  font-size: clamp(2.4rem, 4vw, 3.7rem);
}

.offer-guarantee p {
  max-width: 730px;
  margin-top: 15px;
}

.offer-final-cta {
  width: min(1180px, calc(100% - 64px));
  margin: 115px auto 0;
  padding: 82px 30px;
  border-top: 1px solid var(--premium-line);
  border-bottom: 1px solid var(--premium-line);
  text-align: center;
}

.offer-final-cta .sales-eyebrow {
  justify-content: center;
}

.offer-final-cta h2 {
  max-width: 720px;
  margin: 23px auto 0;
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 1.02;
}

.offer-final-cta p {
  margin-top: 18px;
}

.offer-final-actions {
  margin-top: 29px;
}

.offer-footer {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 34px 0 52px;
  color: #737274;
  font-size: 10px;
  line-height: 1.7;
}

.offer-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(231, 196, 95, 0.14);
}

.offer-footer-top strong {
  color: #d1ba76;
  font-size: 13px;
}

.offer-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 19px;
}

.offer-footer a {
  color: #a99869;
  text-decoration: none;
}

.offer-footer a:hover {
  color: #f1d978;
}

.offer-legal {
  display: grid;
  gap: 12px;
  margin-top: 26px;
  padding-top: 25px;
  border-top: 1px solid rgba(231, 196, 95, 0.12);
}

.offer-legal p {
  max-width: 1040px;
  color: #9a9794;
  font-size: 12px;
  line-height: 1.7;
}

.offer-legal strong {
  color: #c7b77f;
}

.offer-jv-link {
  display: inline-block;
  margin-top: 24px;
  font-family: "DM Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 880px) {
  .offer-opening-grid,
  .offer-story-grid,
  .offer-why-grid,
  .offer-pricing-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .offer-included-grid {
    grid-template-columns: 1fr 1fr;
  }

  .offer-guarantee {
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 35px;
  }

  .offer-guarantee-mark {
    width: 125px;
    height: 125px;
    font-size: 54px;
  }
}

@media (max-width: 620px) {
  .offer-hero,
  .offer-overview,
  .offer-final-cta,
  .offer-footer {
    width: min(100% - 32px, 560px);
  }

  .offer-hero {
    min-height: 0;
    padding: 66px 0 14px;
  }

  .offer-hero h1 {
    font-size: clamp(3.05rem, 15vw, 4.6rem);
  }

  .offer-subhead {
    font-size: 16px;
  }

  .sales-button-payment {
    min-width: 0 !important;
    gap: 12px;
  }

  .sales-button-bundle {
    min-width: 0;
  }

  .offer-overview-actions,
  .offer-final-actions {
    grid-template-columns: 1fr;
  }

  .offer-overview-actions .sales-button,
  .offer-final-actions .sales-button {
    width: 100%;
  }

  .offer-video {
    min-height: 315px;
    margin-top: 42px;
  }

  .offer-overview .sales-signal-bar {
    gap: 11px 15px;
    margin-top: 27px;
    padding: 20px 12px;
    font-size: 13px;
    line-height: 1.55;
  }

  .offer-overview .sales-signal-bar b {
    display: inline;
    font-size: 15px;
  }

  .offer-video::before {
    font-size: 11px;
  }

  .offer-play {
    width: 65px;
    height: 65px;
    font-size: 18px;
  }

  .offer-video-title {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .offer-video-title strong {
    font-size: 10px;
  }

  .offer-page .sales-section {
    padding-top: 78px;
  }

  .offer-mechanism-panel {
    padding: 28px 23px;
  }

  .offer-mechanism-panel h2 {
    font-size: 2.3rem;
  }

  .offer-mechanism-copy {
    grid-template-columns: 1fr;
  }

  .offer-founder {
    align-items: flex-start;
    gap: 22px;
  }

  .offer-founder-photo {
    width: 96px;
    height: 96px;
    flex-basis: 96px;
  }

  .offer-included-heading,
  .offer-footer-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .offer-included-grid {
    grid-template-columns: 1fr;
  }

  .offer-included-grid article {
    min-height: 215px;
  }

  .offer-price-card {
    padding: 27px 22px;
  }

  .offer-guarantee {
    display: block;
    margin-top: 78px;
    padding: 28px 23px;
  }

  .offer-guarantee-mark {
    width: 95px;
    height: 95px;
    margin-bottom: 30px;
    font-size: 42px;
  }

  .offer-step {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    padding: 15px 14px;
  }

  .offer-step-number {
    font-size: 2rem;
  }

  .offer-final-cta {
    margin-top: 78px;
    padding: 64px 0;
  }
}

/* Dedicated complete-bundle sales page */
.bundle-page {
  --bundle-gold: #e7c45f;
  --bundle-gold-soft: #fff0a8;
  --bundle-red: #a82d27;
  --bundle-line: rgba(231, 196, 95, 0.24);
  min-width: 320px;
  color: #f5f3ed;
  font-family: "Inter", sans-serif;
  background:
    radial-gradient(ellipse at 50% -8%, rgba(239, 187, 53, 0.19), transparent 32rem),
    radial-gradient(ellipse at 5% 32%, rgba(128, 12, 25, 0.42), transparent 30rem),
    linear-gradient(180deg, #100809 0%, #070607 48%, #050505 100%);
}

.bundle-header {
  padding: 23px 28px;
  border-bottom: 1px solid rgba(231, 196, 95, 0.2);
}

.bundle-brand {
  color: #fff0a8;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.bundle-hero {
  width: min(980px, calc(100% - 64px));
  margin: 0 auto;
  padding: clamp(78px, 10vw, 135px) 0 0;
  text-align: center;
}

.bundle-kicker {
  display: inline-flex;
  padding: 8px 15px;
  border: 1px solid rgba(231, 196, 95, 0.45);
  border-radius: 999px;
  color: #e8c45a;
  font-family: "DM Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.bundle-hero h1,
.bundle-bottom-cta h2,
.bundle-offer h2,
.bundle-upgrades > h2 {
  margin: 27px 0 0;
  color: #fff;
  font-size: clamp(3.7rem, 7.6vw, 7rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.98;
}

.bundle-hero h1 em,
.bundle-bottom-cta h2 em {
  color: var(--bundle-gold);
  background: linear-gradient(100deg, #b27e1d, #fff1a4 46%, #d4aa45);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bundle-lead {
  max-width: 790px;
  margin: 30px auto 0;
  color: #d2d1d5;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.8;
}

.bundle-video {
  position: relative;
  width: min(780px, 100%);
  min-height: 430px;
  margin: 44px auto 0;
  overflow: hidden;
  border: 1px solid #8e6c21;
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 45%, rgba(183, 132, 32, 0.2), transparent 12rem),
    linear-gradient(145deg, #18150d, #080808 70%);
  box-shadow:
    0 0 0 5px rgba(126, 91, 25, 0.1),
    0 26px 65px rgba(0, 0, 0, 0.52),
    0 0 42px rgba(187, 139, 35, 0.1);
}

.bundle-video-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 14px 18px;
  border-bottom: 1px solid #e5b94c;
  color: #fff;
  background: linear-gradient(90deg, #7d201e, #b53931, #7d201e);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.bundle-video-grid {
  position: absolute;
  inset: 48px 0 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(225, 190, 91, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(225, 190, 91, 0.13) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(circle at center, black, transparent 73%);
}

.bundle-play {
  position: absolute;
  top: 53%;
  left: 50%;
  display: grid;
  width: 84px;
  height: 84px;
  padding-left: 5px;
  place-items: center;
  border: 1px solid #f0ca62;
  border-radius: 50%;
  color: #fff1a9;
  background: rgba(90, 62, 13, 0.32);
  box-shadow: 0 0 0 11px rgba(194, 149, 45, 0.08), 0 0 45px rgba(216, 175, 73, 0.2);
  font-size: 25px;
  transform: translate(-50%, -50%);
}

.bundle-video-note {
  margin: 22px auto 0;
  color: #dabb4d;
  font-size: 15px;
  font-weight: 700;
}

.bundle-offer {
  display: grid;
  width: min(1100px, calc(100% - 64px));
  grid-template-columns: minmax(0, 1.1fr) minmax(350px, 0.9fr);
  gap: clamp(45px, 7vw, 100px);
  align-items: center;
  margin: 125px auto 0;
  padding: 65px 0;
  border-top: 1px solid var(--bundle-line);
  border-bottom: 1px solid var(--bundle-line);
}

.bundle-offer h2,
.bundle-upgrades > h2 {
  font-size: clamp(2.7rem, 5.4vw, 5.2rem);
}

.bundle-offer h2 span,
.bundle-upgrades > h2 span {
  color: var(--bundle-gold);
}

.bundle-offer-copy > p {
  max-width: 620px;
  margin-top: 25px;
  color: #b9b7b8;
  font-size: 18px;
  line-height: 1.8;
}

.bundle-checkout-card {
  padding: 35px 32px 31px;
  border: 1px solid rgba(240, 204, 101, 0.52);
  border-radius: 17px;
  background:
    radial-gradient(circle at 100% 0%, rgba(220, 173, 61, 0.18), transparent 18rem),
    linear-gradient(145deg, #1c170b, #0a0a09 75%);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.bundle-option-label {
  color: #f0ce67;
  font-family: "DM Mono", monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.bundle-price {
  margin-top: 20px;
  color: #fff1a5;
  font-size: clamp(4.5rem, 8vw, 6.8rem);
  font-weight: 900;
  letter-spacing: -0.09em;
  line-height: 0.9;
}

.bundle-price span {
  margin-right: 4px;
  font-size: 0.4em;
  vertical-align: 0.95em;
}

.bundle-price-note {
  margin-top: 18px;
  color: #a99c78;
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.bundle-checkout-button {
  display: inline-flex;
  min-height: 62px;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 27px;
  padding: 0 20px;
  border: 1px solid #f2cf67;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(180deg, #b4382f, #7f1e1b);
  box-shadow:
    0 0 0 1px rgba(241, 198, 82, 0.28),
    0 10px 28px rgba(164, 43, 36, 0.27),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.bundle-checkout-button span {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 7px;
  color: #fff2b5;
  background: rgba(20, 4, 3, 0.22);
}

.bundle-checkout-button:hover {
  background: linear-gradient(180deg, #c74438, #8a201d);
  transform: translateY(-2px);
}

.bundle-checkout-card small {
  display: block;
  margin-top: 17px;
  color: #8d846f;
  font-size: 12px;
  line-height: 1.5;
}

.bundle-upgrades {
  width: min(1100px, calc(100% - 64px));
  margin: 125px auto 0;
}

.bundle-upgrades > h2 {
  margin-top: 25px;
}

.bundle-upgrade-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 50px;
}

.bundle-upgrade-card {
  min-height: 215px;
  padding: 27px 25px;
  border: 1px solid rgba(231, 196, 95, 0.25);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(35, 22, 10, 0.96), rgba(12, 12, 12, 0.98));
}

.bundle-upgrade-card:nth-child(even) {
  border-color: rgba(240, 204, 101, 0.42);
  background: linear-gradient(145deg, rgba(64, 43, 11, 0.75), rgba(15, 13, 8, 0.98));
}

.bundle-upgrade-card > span {
  color: #dcb545;
  font-family: "DM Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.bundle-upgrade-card h3 {
  margin-top: 23px;
  color: #fff4c6;
  font-size: 21px;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.bundle-upgrade-card p {
  margin-top: 14px;
  color: #aaa6a2;
  font-size: 16px;
  line-height: 1.65;
}

.bundle-bottom-cta {
  width: min(1100px, calc(100% - 64px));
  margin: 125px auto 0;
  padding: 75px 30px 90px;
  border-top: 1px solid var(--bundle-line);
  text-align: center;
}

.bundle-bottom-cta h2 {
  font-size: clamp(2.7rem, 5.5vw, 5.4rem);
}

.bundle-bottom-cta p {
  margin-top: 22px;
  color: #c5c1bc;
  font-size: 18px;
}

.bundle-bottom-cta .bundle-checkout-button {
  width: min(430px, 100%);
}

.bundle-footer {
  width: min(1100px, calc(100% - 64px));
  margin: 0 auto;
  padding: 30px 0 50px;
  border-top: 1px solid rgba(231, 196, 95, 0.15);
  color: #777474;
  font-size: 12px;
}

.bundle-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.bundle-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 22px;
}

.bundle-footer nav a {
  display: inline-flex;
  align-items: center;
}

.bundle-footer nav a:not(:last-child)::after {
  margin: 0 12px;
  color: #706956;
  content: "|";
}

.bundle-footer a {
  color: #d7b950;
  font-weight: 700;
  text-decoration: none;
}

.bundle-footer a:hover {
  color: #fff0a8;
}

.bundle-legal {
  display: grid;
  gap: 12px;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid rgba(231, 196, 95, 0.12);
}

.bundle-legal p {
  max-width: 1040px;
  color: #9a9794;
  font-size: 12px;
  line-height: 1.7;
}

.bundle-legal strong {
  color: #c7b77f;
}

@media (max-width: 760px) {
  .bundle-header {
    padding: 20px 16px;
  }

  .bundle-brand {
    font-size: 13px;
  }

  .bundle-hero,
  .bundle-offer,
  .bundle-upgrades,
  .bundle-bottom-cta,
  .bundle-footer {
    width: min(100% - 32px, 560px);
  }

  .bundle-hero {
    padding-top: 68px;
  }

  .bundle-footer-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .bundle-kicker {
    padding: 7px 11px;
    font-size: 10px;
  }

  .bundle-hero h1 {
    margin-top: 23px;
    font-size: clamp(3.5rem, 16vw, 5.6rem);
  }

  .bundle-lead {
    margin-top: 24px;
    font-size: 17px;
    line-height: 1.7;
  }

  .bundle-video {
    min-height: 315px;
    margin-top: 35px;
  }

  .bundle-video-label {
    padding: 12px 10px;
    font-size: 10px;
  }

  .bundle-play {
    width: 66px;
    height: 66px;
    font-size: 19px;
  }

  .bundle-video-note {
    font-size: 14px;
    line-height: 1.5;
  }

  .bundle-offer {
    display: block;
    margin-top: 78px;
    padding: 48px 0;
  }

  .bundle-offer h2,
  .bundle-upgrades > h2,
  .bundle-bottom-cta h2 {
    font-size: clamp(2.8rem, 13vw, 4.8rem);
  }

  .bundle-offer-copy > p {
    font-size: 17px;
  }

  .bundle-checkout-card {
    margin-top: 36px;
    padding: 28px 20px 25px;
  }

  .bundle-price {
    font-size: 5rem;
  }

  .bundle-upgrades {
    margin-top: 78px;
  }

  .bundle-upgrade-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 32px;
  }

  .bundle-upgrade-card {
    min-height: 0;
  }

  .bundle-bottom-cta {
    margin-top: 78px;
    padding: 55px 0 70px;
  }

  .bundle-bottom-cta p {
    font-size: 17px;
    line-height: 1.6;
  }

  .bundle-footer {
    align-items: flex-start;
    flex-direction: column;
    font-size: 11px;
  }
}

/* Placeholder shells for future OTO sales and member pages */
.oto-page,
.member-placeholder-page {
  min-width: 320px;
  min-height: 100vh;
  color: #f5f3ed;
  font-family: "Inter", sans-serif;
  background:
    radial-gradient(ellipse at 50% -10%, rgba(239, 187, 53, 0.17), transparent 31rem),
    radial-gradient(ellipse at 4% 35%, rgba(128, 12, 25, 0.44), transparent 29rem),
    linear-gradient(180deg, #11090a 0%, #070607 52%, #050505 100%);
}

.oto-header,
.member-placeholder-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 23px 28px;
  border-bottom: 1px solid rgba(231, 196, 95, 0.2);
}

.oto-brand,
.member-placeholder-brand {
  color: #fff0a8;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.oto-status,
.member-placeholder-header > span {
  color: #a99c78;
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.oto-shell {
  width: min(900px, calc(100% - 64px));
  margin: 0 auto;
}

.oto-placeholder-hero {
  padding: clamp(100px, 15vw, 190px) 0 75px;
  text-align: center;
}

.oto-kicker,
.member-placeholder-kicker {
  display: inline-flex;
  padding: 8px 15px;
  border: 1px solid rgba(231, 196, 95, 0.45);
  border-radius: 999px;
  color: #e8c45a;
  font-family: "DM Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.oto-placeholder-hero h1 {
  margin-top: 28px;
  color: #fff;
  font-size: clamp(4.2rem, 9vw, 8rem);
  font-weight: 900;
  letter-spacing: -0.09em;
  line-height: 0.92;
}

.oto-placeholder-hero h1 em {
  color: #e8c45a;
  font-style: normal;
}

.oto-placeholder-hero p {
  margin-top: 27px;
  color: #c5c1bc;
  font-size: 20px;
}

.oto-placeholder-panel,
.member-placeholder-panel {
  max-width: 760px;
  margin: 0 auto;
  padding: 57px 50px;
  border: 1px solid rgba(231, 196, 95, 0.35);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(213, 165, 48, 0.14), transparent 17rem),
    linear-gradient(145deg, rgba(43, 25, 11, 0.96), rgba(13, 13, 13, 0.98));
  box-shadow:
    0 24px 65px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 236, 157, 0.1);
  text-align: center;
}

.oto-placeholder-panel > span,
.member-placeholder-panel > span {
  color: #e8c45a;
  font-family: "DM Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.oto-placeholder-panel h2,
.member-placeholder-panel h2 {
  margin-top: 22px;
  color: #fff4c6;
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: -0.06em;
  line-height: 1.05;
}

.oto-placeholder-panel p,
.member-placeholder-panel p {
  margin-top: 19px;
  color: #b9b7b8;
  font-size: 17px;
  line-height: 1.7;
}

.oto-footer {
  width: min(900px, calc(100% - 64px));
  margin: 0 auto;
  padding: 45px 0 60px;
  text-align: center;
}

.oto-footer a,
.member-placeholder-back {
  color: #e4c45e;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.oto-footer a:hover,
.member-placeholder-back:hover {
  color: #fff0a8;
}

.member-placeholder-page {
  background:
    radial-gradient(circle at 50% -15%, rgba(196, 139, 35, 0.16), transparent 30rem),
    radial-gradient(circle at 0% 45%, rgba(113, 26, 30, 0.24), transparent 28rem),
    #050505;
}

.member-placeholder-header {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding-inline: 0;
}

.member-placeholder-shell {
  width: min(920px, calc(100% - 64px));
  margin: 0 auto;
  padding: clamp(85px, 13vw, 155px) 0 80px;
  text-align: center;
}

.member-placeholder-kicker {
  color: #d8bb58;
}

.member-placeholder-shell h1 {
  margin-top: 24px;
  color: #fff;
  font-size: clamp(3.4rem, 7vw, 6.5rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.98;
}

.member-placeholder-panel {
  margin-top: 57px;
}

.member-placeholder-back {
  display: inline-block;
  margin-top: 34px;
}

@media (max-width: 700px) {
  .oto-header,
  .member-placeholder-header {
    padding: 20px 16px;
  }

  .oto-brand,
  .member-placeholder-brand {
    font-size: 13px;
  }

  .oto-status,
  .member-placeholder-header > span {
    font-size: 9px;
  }

  .oto-shell,
  .oto-footer,
  .member-placeholder-shell {
    width: min(100% - 32px, 560px);
  }

  .oto-placeholder-hero {
    padding: 85px 0 55px;
  }

  .oto-kicker,
  .member-placeholder-kicker {
    padding: 7px 11px;
    font-size: 10px;
  }

  .oto-placeholder-hero h1 {
    font-size: clamp(4rem, 19vw, 6rem);
  }

  .oto-placeholder-hero p {
    font-size: 17px;
    line-height: 1.55;
  }

  .oto-placeholder-panel,
  .member-placeholder-panel {
    padding: 40px 23px;
  }

  .oto-placeholder-panel p,
  .member-placeholder-panel p {
    font-size: 16px;
  }

  .member-placeholder-shell {
    padding-top: 75px;
  }

  .member-placeholder-shell h1 {
    font-size: clamp(3.5rem, 16vw, 5.5rem);
  }
}

/* OTO 6 reseller-license sales page */
.oto6-page {
  --oto6-gold: #e7c45f;
  min-width: 320px;
  color: #f5f3ed;
  font-family: "Inter", sans-serif;
  background:
    radial-gradient(ellipse at 50% -8%, rgba(239, 187, 53, 0.19), transparent 32rem),
    radial-gradient(ellipse at 0% 31%, rgba(128, 12, 25, 0.42), transparent 30rem),
    linear-gradient(180deg, #100809 0%, #070607 52%, #050505 100%);
}

.oto6-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 23px 28px;
  border-bottom: 1px solid rgba(231, 196, 95, 0.2);
}

.oto6-brand {
  color: #fff0a8;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.oto6-header > span {
  color: #a99c78;
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.oto6-hero,
.oto6-welcome,
.oto6-funnel,
.oto6-email-section,
.oto6-benefits,
.oto6-offer {
  width: min(1050px, calc(100% - 64px));
  margin-inline: auto;
}

.oto6-hero {
  padding-top: clamp(85px, 11vw, 145px);
  text-align: center;
}

.oto6-kicker,
.oto6-section-label {
  display: inline-flex;
  padding: 8px 15px;
  border: 1px solid rgba(231, 196, 95, 0.45);
  border-radius: 999px;
  color: #e8c45a;
  font-family: "DM Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.oto6-hero h1 {
  margin: 27px 0 0;
  color: #fff;
  font-size: clamp(4rem, 8.5vw, 8rem);
  font-weight: 900;
  letter-spacing: -0.09em;
  line-height: 0.91;
}

.oto6-hero h1 em,
.oto6-offer h2 em {
  color: #e7c45f;
  background: linear-gradient(100deg, #b27e1d, #fff1a4 46%, #d4aa45);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.oto6-hero > p {
  max-width: 820px;
  margin: 30px auto 0;
  color: #d2d1d5;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  line-height: 1.8;
}

.oto6-hero > p strong {
  color: #fff1a5;
}

.oto6-primary-button {
  display: inline-flex;
  gap: 13px;
  align-items: center;
  margin-top: 28px;
  color: #e9c765;
  font-family: "DM Mono", monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.oto6-video {
  position: relative;
  width: min(820px, 100%);
  min-height: 450px;
  margin: 36px auto 0;
  overflow: hidden;
  border: 1px solid #8e6c21;
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 45%, rgba(183, 132, 32, 0.2), transparent 12rem),
    linear-gradient(145deg, #18150d, #080808 70%);
  box-shadow: 0 0 0 5px rgba(126, 91, 25, 0.1), 0 24px 65px rgba(0, 0, 0, 0.5);
}

.oto6-video-label {
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  padding: 14px 18px;
  border-bottom: 1px solid #e5b94c;
  color: #fff;
  background: linear-gradient(90deg, #7d201e, #b53931, #7d201e);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.oto6-video-grid {
  position: absolute;
  inset: 47px 0 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(225, 190, 91, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(225, 190, 91, 0.13) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(circle at center, black, transparent 73%);
}

.oto6-play {
  position: absolute;
  top: 54%;
  left: 50%;
  display: grid;
  width: 84px;
  height: 84px;
  place-items: center;
  padding-left: 5px;
  border: 1px solid #f0ca62;
  border-radius: 50%;
  color: #fff1a9;
  background: rgba(90, 62, 13, 0.32);
  box-shadow: 0 0 0 11px rgba(194, 149, 45, 0.08), 0 0 45px rgba(216, 175, 73, 0.2);
  font-size: 25px;
  transform: translate(-50%, -50%);
}

.oto6-welcome,
.oto6-funnel,
.oto6-email-section,
.oto6-benefits {
  padding-top: 130px;
}

.oto6-welcome,
.oto6-email-section,
.oto6-benefits {
  max-width: 900px;
}

.oto6-welcome h2,
.oto6-funnel h2,
.oto6-email-section h2,
.oto6-benefits h2,
.oto6-offer h2 {
  margin-top: 26px;
  color: #fff;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.98;
}

.oto6-welcome h2 span,
.oto6-funnel h2 span,
.oto6-email-section h2 span,
.oto6-benefits h2 span {
  color: #e7c45f;
}

.oto6-welcome p,
.oto6-email-section > p,
.oto6-benefits > p,
.oto6-offer > p,
.oto6-section-lead {
  max-width: 760px;
  margin-top: 25px;
  color: #bdb9b7;
  font-size: 18px;
  line-height: 1.8;
}

.oto6-funnel,
.oto6-email-section,
.oto6-benefits,
.oto6-offer {
  border-top: 1px solid rgba(231, 196, 95, 0.23);
}

.oto6-funnel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 50px;
}

.oto6-funnel-card {
  min-height: 205px;
  padding: 25px;
  border: 1px solid rgba(231, 196, 95, 0.25);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(35, 22, 10, 0.96), rgba(12, 12, 12, 0.98));
}

.oto6-funnel-card-featured,
.oto6-funnel-card-license {
  border-color: rgba(240, 204, 101, 0.5);
  background: linear-gradient(145deg, rgba(64, 43, 11, 0.78), rgba(15, 13, 8, 0.98));
}

.oto6-funnel-card-top {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.oto6-funnel-card-top span,
.oto6-funnel-card-top b {
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.oto6-funnel-card-top span {
  color: #dcb545;
}

.oto6-funnel-card-top b {
  color: #f0dfa3;
  font-weight: 500;
  text-align: right;
}

.oto6-funnel-card h3 {
  margin-top: 23px;
  color: #fff4c6;
  font-size: 24px;
  letter-spacing: -0.05em;
  line-height: 1.1;
}

.oto6-funnel-card p {
  margin-top: 13px;
  color: #aaa6a2;
  font-size: 15px;
  line-height: 1.55;
}

.oto6-funnel-card > strong {
  display: block;
  margin-top: 17px;
  color: #f1cf68;
  font-size: 18px;
}

.oto6-commission-total {
  display: grid;
  max-width: 620px;
  margin: 46px auto 0;
  padding: 33px;
  border: 1px solid rgba(231, 196, 95, 0.37);
  border-radius: 15px;
  background: rgba(58, 39, 12, 0.35);
  text-align: center;
}

.oto6-commission-total span,
.oto6-commission-total small {
  color: #b9ae8c;
}

.oto6-commission-total strong {
  margin-top: 8px;
  color: #fff0a2;
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 900;
  letter-spacing: -0.09em;
}

.oto6-commission-total small {
  margin-top: 13px;
  font-size: 13px;
  line-height: 1.6;
}

.oto6-callout {
  color: #f3d371 !important;
  font-size: 25px !important;
  font-weight: 800;
}

.oto6-email-section {
  max-width: 900px;
}

.oto6-email-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin-top: 30px;
}

.oto6-email-points > div {
  padding: 22px;
  border-left: 2px solid #b88728;
  background: rgba(44, 29, 11, 0.55);
}

.oto6-email-points b,
.oto6-email-points span {
  display: block;
}

.oto6-email-points b {
  color: #fff0b0;
  font-size: 18px;
}

.oto6-email-points span {
  margin-top: 8px;
  color: #aaa6a2;
  font-size: 15px;
}

.oto6-benefits ul {
  display: grid;
  gap: 13px;
  max-width: 760px;
  margin-top: 33px;
  padding: 0;
  list-style: none;
}

.oto6-benefits li {
  padding: 16px 18px 16px 42px;
  border: 1px solid rgba(231, 196, 95, 0.18);
  border-radius: 9px;
  color: #d2cdbf;
  font-size: 16px;
  line-height: 1.45;
}

.oto6-benefits li::before {
  content: "✓";
  margin-left: -24px;
  margin-right: 12px;
  color: #f0ca62;
  font-weight: 900;
}

.oto6-offer {
  margin-top: 130px;
  padding-top: 76px;
  padding-bottom: 115px;
  text-align: center;
}

.oto6-offer > p {
  margin-inline: auto;
}

.oto6-offer h2 em {
  display: block;
  margin-top: 12px;
}

.oto6-checkout-button,
.reseller-request-button {
  display: inline-flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 29px;
  padding: 0 22px;
  border: 1px solid #f2cf67;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(180deg, #b4382f, #7f1e1b);
  box-shadow: 0 0 0 1px rgba(241, 198, 82, 0.28), 0 10px 28px rgba(164, 43, 36, 0.27);
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
}

.oto6-checkout-button {
  width: min(440px, 100%);
}

.oto6-no-thanks {
  display: block;
  margin-top: 19px;
  color: #8e8980;
  font-size: 13px;
  text-decoration: underline;
}

.oto6-footer {
  display: flex;
  width: min(1050px, calc(100% - 64px));
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  padding: 30px 0 50px;
  border-top: 1px solid rgba(231, 196, 95, 0.15);
  color: #777474;
  font-size: 12px;
}

.oto6-footer a,
.reseller-members-page .member-placeholder-back {
  color: #d7b950;
  font-weight: 700;
  text-decoration: none;
}

/* OTO 6 reseller-license members page */
.reseller-members-shell {
  width: min(920px, calc(100% - 64px));
  margin: 0 auto;
  padding: clamp(85px, 13vw, 155px) 0 80px;
  text-align: center;
}

.reseller-members-shell h1 {
  margin-top: 24px;
  color: #fff;
  font-size: clamp(3.8rem, 8vw, 7rem);
  font-weight: 900;
  letter-spacing: -0.09em;
  line-height: 0.9;
}

.reseller-members-shell h1 em {
  color: #e8c45a;
  font-style: normal;
}

.reseller-members-lead {
  margin-top: 28px;
  color: #c5c1bc;
  font-size: 20px;
  line-height: 1.6;
}

.reseller-activation-panel {
  max-width: 760px;
  margin: 56px auto 0;
  padding: 48px 52px;
  border: 1px solid rgba(231, 196, 95, 0.42);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(213, 165, 48, 0.14), transparent 17rem),
    linear-gradient(145deg, rgba(43, 25, 11, 0.96), rgba(13, 13, 13, 0.98));
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.3);
  text-align: left;
}

.reseller-panel-label,
.reseller-keyword {
  color: #e8c45a;
  font-family: "DM Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.reseller-activation-panel h2 {
  margin-top: 25px;
  color: #fff3bd;
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  letter-spacing: -0.07em;
  line-height: 1;
}

.reseller-activation-panel p {
  margin-top: 22px;
  color: #c2beb9;
  font-size: 17px;
  line-height: 1.75;
}

.reseller-activation-panel p strong:not(.reseller-keyword) {
  color: #fff1af;
}

.reseller-request-button {
  width: 100%;
  margin-top: 31px;
}

.reseller-request-note {
  display: block;
  margin-top: 14px;
  color: #8d846f;
  font-size: 12px;
  line-height: 1.5;
}

/* Legal pages */
.legal-page {
  min-width: 320px;
  color: #eeeae3;
  background:
    radial-gradient(ellipse at 50% -10%, rgba(239, 187, 53, 0.13), transparent 32rem),
    radial-gradient(ellipse at 0% 42%, rgba(128, 12, 25, 0.24), transparent 30rem),
    #070707;
}

.legal-header {
  display: flex;
  width: min(1120px, calc(100% - 56px));
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  padding: 25px 0;
  border-bottom: 1px solid rgba(231, 196, 95, 0.2);
}

.legal-brand {
  color: #fff0a8;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.legal-back,
.legal-footer a {
  color: #d8b955;
  font-weight: 700;
  text-decoration: none;
}

.legal-back {
  font-size: 13px;
}

.legal-shell {
  width: min(880px, calc(100% - 56px));
  margin: 0 auto;
  padding: 95px 0 100px;
}

.legal-kicker {
  color: #d8b955;
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.13em;
}

.legal-shell h1 {
  margin-top: 22px;
  color: #fff;
  font-size: clamp(3.3rem, 7vw, 6rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.95;
}

.legal-updated {
  margin-top: 18px;
  color: #89847e;
  font-family: "DM Mono", monospace;
  font-size: 12px;
}

.legal-content {
  margin-top: 56px;
  padding-top: 37px;
  border-top: 1px solid rgba(231, 196, 95, 0.25);
}

.legal-content h2 {
  margin-top: 42px;
  color: #f7dda0;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.legal-content p {
  margin-top: 17px;
  color: #c3bfba;
  font-size: 17px;
  line-height: 1.85;
}

.legal-content h2 + p {
  margin-top: 13px;
}

.legal-content a {
  color: #f0cd68;
  text-decoration: underline;
}

.legal-content strong {
  color: #fff0b0;
}

.legal-footer {
  display: flex;
  width: min(880px, calc(100% - 56px));
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  padding: 29px 0 48px;
  border-top: 1px solid rgba(231, 196, 95, 0.15);
  color: #7f7a75;
  font-size: 12px;
}

.legal-footer-nav {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 8px;
}

.offer-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.offer-footer nav a {
  display: inline-flex;
  align-items: center;
}

.offer-footer nav a:not(:last-child)::after {
  margin: 0 12px;
  color: #706956;
  content: "|";
}

@media (max-width: 700px) {
  .oto6-header {
    padding: 20px 16px;
  }

  .oto6-brand {
    font-size: 13px;
  }

  .oto6-header > span {
    font-size: 9px;
  }

  .oto6-hero,
  .oto6-welcome,
  .oto6-funnel,
  .oto6-email-section,
  .oto6-benefits,
  .oto6-offer,
  .oto6-footer,
  .reseller-members-shell {
    width: min(100% - 32px, 560px);
  }

  .oto6-hero {
    padding-top: 75px;
  }

  .oto6-kicker,
  .oto6-section-label {
    padding: 7px 11px;
    font-size: 10px;
  }

  .oto6-hero h1 {
    font-size: clamp(3.6rem, 18vw, 5.8rem);
  }

  .oto6-hero > p,
  .oto6-welcome p,
  .oto6-email-section > p,
  .oto6-benefits > p,
  .oto6-offer > p,
  .oto6-section-lead {
    font-size: 17px;
    line-height: 1.7;
  }

  .oto6-video {
    min-height: 315px;
  }

  .oto6-video-label {
    padding: 12px 9px;
    font-size: 9px;
  }

  .oto6-play {
    width: 66px;
    height: 66px;
    font-size: 19px;
  }

  .oto6-welcome,
  .oto6-funnel,
  .oto6-email-section,
  .oto6-benefits {
    padding-top: 78px;
  }

  .oto6-welcome h2,
  .oto6-funnel h2,
  .oto6-email-section h2,
  .oto6-benefits h2,
  .oto6-offer h2 {
    font-size: clamp(2.8rem, 13vw, 4.8rem);
  }

  .oto6-funnel-grid,
  .oto6-email-points {
    grid-template-columns: 1fr;
    gap: 13px;
    margin-top: 32px;
  }

  .oto6-funnel-card {
    min-height: 0;
    padding: 22px;
  }

  .oto6-funnel-card h3 {
    font-size: 22px;
  }

  .oto6-commission-total {
    padding: 26px 18px;
  }

  .oto6-benefits li {
    font-size: 15px;
  }

  .oto6-offer {
    margin-top: 78px;
    padding-bottom: 75px;
  }

  .oto6-footer {
    align-items: flex-start;
    flex-direction: column;
    font-size: 11px;
  }

  .reseller-members-shell {
    padding-top: 75px;
  }

  .reseller-members-shell h1 {
    font-size: clamp(3.5rem, 17vw, 5.7rem);
  }

  .reseller-members-lead {
    font-size: 17px;
  }

  .reseller-activation-panel {
    margin-top: 39px;
    padding: 35px 22px;
  }

  .reseller-panel-label {
    font-size: 10px;
    line-height: 1.5;
  }

  .reseller-activation-panel p {
    font-size: 16px;
  }

  .legal-header {
    width: min(100% - 32px, 560px);
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }

  .legal-shell,
  .legal-footer {
    width: min(100% - 32px, 560px);
  }

  .legal-shell {
    padding-top: 68px;
  }

  .legal-content {
    margin-top: 42px;
  }

  .legal-content p {
    font-size: 16px;
    line-height: 1.75;
  }

  .legal-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Bundle members access hub */
.member-bundle-shell {
  width: min(1080px, calc(100% - 64px));
  margin: 0 auto;
  padding: clamp(85px, 13vw, 155px) 0 90px;
  text-align: center;
}

.member-bundle-shell h1 {
  margin-top: 24px;
  color: #fff;
  font-size: clamp(3.8rem, 8vw, 7rem);
  font-weight: 900;
  letter-spacing: -0.09em;
  line-height: 0.9;
}

.member-bundle-shell h1 em {
  color: #e8c45a;
  font-style: normal;
}

.member-bundle-intro {
  max-width: 690px;
  margin: 28px auto 0;
  color: #c5c1bc;
  font-size: 19px;
  line-height: 1.7;
}

.member-bundle-access {
  margin-top: 74px;
  padding: 34px;
  border: 1px solid rgba(231, 196, 95, 0.27);
  border-radius: 18px;
  background: rgba(15, 15, 15, 0.76);
  text-align: left;
}

.member-bundle-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(231, 196, 95, 0.17);
}

.member-bundle-label,
.member-bundle-count {
  color: #d8b955;
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.member-bundle-section-heading h2 {
  margin-top: 13px;
  color: #fff1b0;
  font-size: 34px;
  letter-spacing: -0.06em;
}

.member-bundle-count {
  color: #777474;
}

.member-bundle-access-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.member-bundle-access-card {
  display: block;
  min-height: 147px;
  padding: 24px;
  border: 1px solid rgba(231, 196, 95, 0.2);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(35, 22, 10, 0.96), rgba(12, 12, 12, 0.98));
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.member-bundle-access-card:hover {
  border-color: rgba(240, 204, 101, 0.65);
  background: linear-gradient(145deg, rgba(64, 43, 11, 0.78), rgba(15, 13, 8, 0.98));
  transform: translateY(-2px);
}

.member-bundle-access-card-featured {
  border-color: rgba(240, 204, 101, 0.5);
  background: linear-gradient(145deg, rgba(64, 43, 11, 0.78), rgba(15, 13, 8, 0.98));
}

.member-bundle-access-card span,
.member-bundle-access-card strong,
.member-bundle-access-card small {
  display: block;
}

.member-bundle-access-card span {
  color: #d8b955;
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.member-bundle-access-card strong {
  margin-top: 20px;
  color: #fff3bf;
  font-size: 22px;
  letter-spacing: -0.05em;
}

.member-bundle-access-card small {
  margin-top: 14px;
  color: #a9a49d;
  font-size: 13px;
}

.member-bundle-access-card small b {
  margin-left: 5px;
  color: #e8c45a;
}

.member-bundle-content-placeholder {
  margin-top: 55px;
  padding: 37px 28px;
  border: 1px dashed rgba(231, 196, 95, 0.31);
  border-radius: 15px;
  text-align: center;
}

.member-bundle-content-placeholder > span {
  color: #d8b955;
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.member-bundle-content-placeholder h2 {
  margin-top: 14px;
  color: #b9b4a8;
  font-size: 22px;
  letter-spacing: -0.05em;
}

@media (max-width: 700px) {
  .member-bundle-shell {
    width: min(100% - 32px, 560px);
    padding-top: 75px;
  }

  .member-bundle-shell h1 {
    font-size: clamp(3.5rem, 17vw, 5.7rem);
  }

  .member-bundle-intro {
    font-size: 17px;
  }

  .member-bundle-access {
    margin-top: 55px;
    padding: 22px 16px;
  }

  .member-bundle-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }

  .member-bundle-section-heading h2 {
    font-size: 29px;
  }

  .member-bundle-access-grid {
    grid-template-columns: 1fr;
  }

  .member-bundle-access-card {
    min-height: 0;
    padding: 21px;
  }
}

/* Command center */
.command-center-page {
  --command-ink: #f4f2ea;
  --command-muted: #85898f;
  --command-dim: #5d626b;
  --command-gold: #d2a83d;
  --command-gold-bright: #f0d77b;
  min-width: 320px;
  color: var(--command-ink);
  background:
    radial-gradient(circle at 50% -14%, rgba(196, 139, 35, 0.14), transparent 31rem),
    radial-gradient(circle at 0% 46%, rgba(113, 26, 30, 0.2), transparent 26rem),
    #050505;
}

.command-center-page::before {
  z-index: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

.command-center-shell {
  position: relative;
  z-index: 1;
  width: min(900px, calc(100% - 40px));
  margin-inline: auto;
  padding: 32px 0 48px;
}

.command-center-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.command-center-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #f6f2e8;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.command-center-mark {
  display: inline-flex;
  align-items: end;
  gap: 3px;
  height: 24px;
  padding: 5px;
  border: 1px solid rgba(229, 190, 79, 0.42);
  border-radius: 7px;
  background: rgba(207, 157, 44, 0.08);
}

.command-center-mark span {
  display: block;
  width: 3px;
  border-radius: 4px;
  background: var(--command-gold-bright);
}

.command-center-mark span:nth-child(1) { height: 7px; }
.command-center-mark span:nth-child(2) { height: 11px; }
.command-center-mark span:nth-child(3) { height: 15px; }

.command-center-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--command-dim);
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.command-center-status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b99538;
  box-shadow: 0 0 0 4px rgba(185, 149, 56, 0.11);
}

.command-center-hero {
  padding: 68px 0 47px;
  text-align: center;
}

.command-center-eyebrow {
  color: var(--command-gold);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.24em;
  line-height: 1.5;
}

.command-center-eyebrow span {
  padding: 0 6px;
  color: #f4d878;
}

.command-center-hero h1 {
  margin-top: 18px;
  color: #f7f5ef;
  font-size: clamp(3.2rem, 7.2vw, 5.2rem);
  letter-spacing: -0.08em;
  line-height: 0.98;
}

.command-center-hero h1 em {
  color: var(--command-gold-bright);
  font-style: normal;
}

.command-center-hero p {
  margin-top: 17px;
  color: #9b9fa5;
  font-size: 15px;
}

.command-center-group {
  margin-top: 32px;
  padding: 28px 32px 31px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 17px;
  background: rgba(20, 20, 20, 0.78);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.24);
}

.command-center-group:first-of-type {
  margin-top: 0;
}

.command-center-group-heading {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 24px;
}

.command-center-group-icon {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: var(--command-gold);
  font-size: 18px;
  line-height: 1;
}

.command-center-group-heading h2 {
  color: var(--command-gold);
  font-size: 17px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.command-center-group-count {
  margin-left: auto;
  color: var(--command-dim);
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
}

.command-center-links {
  display: grid;
  gap: 12px;
}

.command-center-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 77px;
  padding: 17px 20px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  color: var(--command-ink);
  background: rgba(32, 32, 32, 0.92);
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.command-center-link:hover {
  border-color: rgba(218, 176, 64, 0.5);
  background: rgba(42, 39, 31, 0.96);
  transform: translateY(-2px);
}

.command-center-link-featured {
  border-color: rgba(210, 168, 61, 0.22);
}

.command-center-link-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.command-center-link-copy strong {
  color: #f4f2eb;
  font-size: 14px;
  font-weight: 800;
}

.command-center-link-copy code {
  overflow: hidden;
  color: #717782;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.command-center-link-icon {
  flex: 0 0 auto;
  color: #777e89;
  font-size: 19px;
  transition: color 160ms ease;
}

.command-center-link:hover .command-center-link-icon {
  color: var(--command-gold-bright);
}

.command-center-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 31px;
  color: #5f646b;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.command-center-footer a {
  color: #9c8244;
  text-decoration: none;
}

.command-center-footer a:hover {
  color: var(--command-gold-bright);
}

.command-center-footer a span {
  padding-left: 5px;
}

@media (max-width: 620px) {
  .command-center-shell {
    width: min(100% - 32px, 560px);
    padding-top: 22px;
  }

  .command-center-status {
    display: none;
  }

  .command-center-hero {
    padding: 58px 0 38px;
  }

  .command-center-eyebrow {
    font-size: 8px;
    letter-spacing: 0.17em;
  }

  .command-center-hero h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .command-center-hero p {
    font-size: 13px;
  }

  .command-center-group {
    margin-top: 21px;
    padding: 22px 16px 19px;
    border-radius: 14px;
  }

  .command-center-group-heading {
    gap: 9px;
    margin-bottom: 18px;
  }

  .command-center-group-heading h2 {
    font-size: 13px;
  }

  .command-center-group-count {
    font-size: 8px;
  }

  .command-center-link {
    min-height: 72px;
    padding: 15px 14px;
  }

  .command-center-link-copy strong {
    font-size: 12px;
  }

  .command-center-link-copy code {
    font-size: 8px;
  }

  .command-center-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
    padding-bottom: 15px;
  }
}