.activation-form button {
  font: inherit;
}

.activation-main {
  position: relative;
  z-index: 1;
}

.activation-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: start;
  padding: clamp(3rem, 8vw, 6rem) 0 4rem;
}

.kicker {
  margin: 0 0 0.6rem;
  color: var(--cyan);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.activation-title {
  margin: 0 0 1rem;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(2.45rem, 6vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.lede {
  max-width: 43rem;
  color: #c2d2dc;
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  line-height: 1.45;
}

.lede-strong {
  color: #f4fbff;
  font-weight: 800;
}

.activation-note,
.hero-subcta {
  max-width: 40rem;
  margin: 0.95rem 0 0;
  color: #d7e4ec;
  font-weight: 700;
  line-height: 1.42;
}

.activation-note {
  border-left: 3px solid rgba(255, 184, 77, 0.72);
  padding-left: 0.9rem;
}

.hero-subcta {
  color: #9fb1bd;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-pay-link {
  display: none;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 1.1rem;
  border: 1px solid rgba(20, 217, 255, 0.32);
  border-radius: 7px;
  background: rgba(20, 217, 255, 0.1);
  color: #e8faff;
  padding: 0.75rem 1rem;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.problem-panel,
.fix-panel,
.plain-promise {
  margin-top: 1.4rem;
  border: 1px solid rgba(111, 151, 205, 0.16);
  border-radius: 8px;
  background: rgba(9, 14, 24, 0.6);
  padding: clamp(1rem, 2vw, 1.25rem);
}

.problem-panel {
  border-left: 3px solid rgba(20, 217, 255, 0.6);
}

.problem-panel h2,
.fix-panel h2,
.promise-panel h2,
.setup-panel h2,
.next-panel h2,
.fine-panel h2 {
  margin: 0 0 0.75rem;
  color: var(--amber);
  font-size: 0.98rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.problem-panel p,
.fix-panel p,
.fine-panel p,
.next-panel p,
.next-steps p {
  margin: 0;
  color: #adc0cc;
  line-height: 1.45;
}

.fix-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.62rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fix-list li {
  position: relative;
  min-height: 2.75rem;
  display: flex;
  align-items: center;
  border: 1px solid rgba(111, 151, 205, 0.13);
  border-radius: 8px;
  background: rgba(5, 10, 18, 0.44);
  color: #e8faff;
  font-weight: 800;
  line-height: 1.16;
  padding: 0.62rem 0.72rem 0.62rem 1.9rem;
}

.fix-list li::before {
  content: "";
  position: absolute;
  left: 0.72rem;
  top: 50%;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--amber);
  transform: translateY(-50%);
}

.plain-promise {
  background:
    linear-gradient(135deg, rgba(255, 184, 77, 0.12), rgba(20, 217, 255, 0.07)),
    rgba(9, 14, 24, 0.78);
  border-color: rgba(255, 184, 77, 0.24);
}

.plain-promise p {
  margin: 0;
  color: #f4fbff;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.25rem, 3vw, 1.9rem);
  font-weight: 800;
  line-height: 1.12;
}

.activation-examples-panel {
  margin-top: 1.4rem;
  border: 1px solid rgba(111, 151, 205, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(20, 217, 255, 0.08), rgba(255, 184, 77, 0.04)),
    rgba(9, 14, 24, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  padding: clamp(1rem, 2vw, 1.25rem);
}

.activation-examples-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.7rem 1rem;
  align-items: end;
  margin-bottom: 0.9rem;
}

.activation-examples-head .kicker {
  grid-column: 1 / -1;
  margin-bottom: -0.18rem;
}

.activation-examples-head h2 {
  margin: 0;
  color: var(--amber);
  font-size: 0.98rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.activation-examples-head .text-link {
  justify-self: end;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.activation-example-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.activation-example-card {
  overflow: hidden;
  border: 1px solid rgba(111, 151, 205, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(20, 217, 255, 0.05), rgba(255, 184, 77, 0.035)),
    rgba(5, 10, 18, 0.72);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.activation-example-card img {
  display: block;
  width: 100%;
  aspect-ratio: 0.62;
  object-fit: cover;
  object-position: top center;
  background: #05070c;
  border-bottom: 1px solid rgba(111, 151, 205, 0.12);
  transform: none;
  transform-origin: top center;
}

.activation-example-card img.sequoia-thumb {
  object-fit: contain;
  transform: none !important;
}

.sample-site {
  width: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sample-site header,
.sample-site footer {
  display: grid;
  align-items: center;
  gap: 0.5rem;
  padding: 0.72rem;
}

.sample-site header {
  grid-template-columns: minmax(0, 1fr) auto;
}

.sample-site header strong {
  min-width: 0;
  overflow: hidden;
  font-size: 0.68rem;
  letter-spacing: 0.01em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sample-site header span,
.sample-actions span,
.sample-trust span,
.sample-site footer span {
  font-size: 0.52rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sample-site main {
  display: grid;
  align-content: center;
  padding: 1rem;
}

.sample-kicker {
  margin: 0;
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sample-site h3 {
  margin: 0.35rem 0 0;
  font-size: 1.35rem;
  line-height: 0.98;
}

.sample-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
  margin-top: 0.75rem;
}

.sample-actions span {
  border-radius: 999px;
  padding: 0.38rem 0.54rem;
}

.sample-trust {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.38rem;
  margin-top: 0.75rem;
}

.sample-trust span {
  border-radius: 8px;
  padding: 0.44rem;
  line-height: 1.1;
}

.sample-site footer {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sample-site footer span {
  min-width: 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sample-wash {
  color: #213c30;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 238, 218, 0.94));
}

.sample-wash header {
  border-bottom: 1px solid rgba(38, 74, 52, 0.14);
  background: rgba(255, 252, 241, 0.94);
}

.sample-wash header span,
.sample-wash .sample-actions span:first-child {
  background: #d5ad4b;
  color: #142718;
}

.sample-wash .sample-actions span:last-child {
  border: 1px solid rgba(38, 74, 52, 0.18);
  background: rgba(255, 255, 255, 0.74);
  color: #213c30;
}

.sample-wash .sample-kicker {
  color: #5c774c;
}

.sample-wash .sample-trust span {
  background: rgba(255, 255, 255, 0.76);
  box-shadow: inset 0 0 0 1px rgba(38, 74, 52, 0.08);
}

.sample-wash footer {
  border-top: 1px solid rgba(38, 74, 52, 0.12);
  background: rgba(237, 229, 201, 0.74);
}

.sample-electric {
  color: #f3f7fb;
  background:
    linear-gradient(180deg, rgba(255, 113, 55, 0.1), transparent 34%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    #080a0d;
  background-size: auto, 34px 34px, 34px 34px, auto;
}

.sample-electric header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 10, 13, 0.78);
}

.sample-electric header span,
.sample-electric .sample-actions span:last-child {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: #f3f7fb;
}

.sample-electric .sample-kicker,
.sample-electric .sample-trust span,
.sample-electric footer span {
  color: #ff8b56;
}

.sample-electric .sample-actions span:first-child {
  background: #ee7848;
  color: #150805;
}

.sample-electric .sample-trust span {
  border: 1px solid rgba(255, 139, 86, 0.24);
  background: rgba(0, 0, 0, 0.32);
}

.sample-electric footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 10, 13, 0.78);
}

.activation-example-card .sample-site {
  min-height: 19.5rem;
  border: 0;
  border-bottom: 1px solid rgba(111, 151, 205, 0.12);
  border-radius: 0;
  box-shadow: none;
}

.activation-example-card .sample-site h3 {
  font-size: clamp(1.16rem, 2.4vw, 1.65rem);
}

.activation-example-card .sample-site main {
  padding: 1rem;
}

.activation-example-card .sample-site footer {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.activation-example-card .sample-trust {
  grid-template-columns: 1fr;
}

.activation-example-copy {
  display: grid;
  gap: 0.12rem;
  padding: 0.68rem;
  position: relative;
  z-index: 1;
}

.activation-example-copy > strong {
  color: #f4fbff;
  font-size: 0.94rem;
  line-height: 1.1;
}

.activation-example-copy > span {
  color: #9fb1bd;
  font-size: 0.84rem;
  line-height: 1.18;
}

.activation-examples-note {
  margin: 0.75rem 0 0;
  color: #92a4b1;
  font-size: 0.9rem;
  line-height: 1.35;
}

.promise-panel {
  margin-top: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(9, 14, 24, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  padding: clamp(1rem, 2vw, 1.25rem);
}

.outcome-panel {
  background:
    linear-gradient(135deg, rgba(20, 217, 255, 0.08), rgba(255, 184, 77, 0.04)),
    rgba(9, 14, 24, 0.76);
}

.outcome-list {
  display: grid;
  gap: 0.72rem;
}

.outcome-item {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  border: 1px solid rgba(111, 151, 205, 0.13);
  border-radius: 8px;
  background: rgba(5, 10, 18, 0.44);
  padding: 0.9rem;
}

.outcome-item span {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(255, 184, 77, 0.32);
  border-radius: 50%;
  color: var(--amber);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-weight: 900;
}

.outcome-item h3 {
  margin: 0 0 0.28rem;
  color: #f4fbff;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.24rem);
  line-height: 1.14;
}

.outcome-item p {
  margin: 0;
  color: #adc0cc;
  line-height: 1.45;
}

.next-panel,
.fine-panel {
  margin-top: 1rem;
  border-radius: 8px;
  background: rgba(9, 14, 24, 0.54);
  padding: clamp(1rem, 2vw, 1.2rem);
}

.next-panel {
  border-left: 3px solid rgba(20, 217, 255, 0.55);
}

.fine-panel {
  border: 1px solid rgba(111, 151, 205, 0.14);
}

.next-steps {
  display: grid;
  gap: 0.62rem;
}

.next-steps strong {
  color: #e7f5ff;
}

.fine-print {
  max-width: 38rem;
  color: #92a4b1;
  font-size: 0.92rem;
}

.payment-panel {
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(8, 14, 24, 0.96), rgba(6, 10, 17, 0.98));
  color: var(--text);
  padding: clamp(1.05rem, 3vw, 1.55rem);
  border: 1px solid rgba(111, 151, 205, 0.2);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.45);
  position: sticky;
  top: 6rem;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(111, 151, 205, 0.16);
  padding-bottom: 1rem;
}

.payment-copy {
  margin: -0.25rem 0 1rem;
  color: #c2d2dc;
  font-weight: 700;
  line-height: 1.42;
}

.payment-subcopy {
  margin-top: -0.45rem;
  color: #9fb1bd;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.price-row span {
  color: rgba(149, 214, 239, 0.8);
  font-family: "JetBrains Mono", monospace;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.price-row strong {
  color: var(--text);
  font-family: "Orbitron", sans-serif;
  font-size: 2.4rem;
}

.activation-form[hidden],
.checkout-shell[hidden] {
  display: none;
}

.pay-button {
  position: relative;
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--cyan), var(--amber));
  color: #061018;
  font-family: "JetBrains Mono", monospace;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.15;
  padding: 0.7rem 0.85rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.pay-button:hover {
  box-shadow: 0 12px 28px rgba(20, 217, 255, 0.18);
  transform: translateY(-1px);
}

.pay-button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.status {
  min-height: 1.4rem;
  color: var(--muted);
  font-weight: 700;
}

.status.is-error { color: #ff9a9a; }
.status.is-success { color: #95f6b8; }

.payment-result {
  margin-top: 1rem;
  border: 1px solid rgba(111, 151, 205, 0.2);
  border-radius: 8px;
  background: rgba(12, 20, 33, 0.72);
  padding: 1rem;
}

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

.payment-result h2 {
  margin: 0 0 0.55rem;
  color: var(--text);
  font-size: 1.05rem;
}

.payment-result p {
  margin: 0.35rem 0 0;
  color: #c2d2dc;
  font-weight: 700;
}

.payment-result.is-success {
  border-color: rgba(149, 246, 184, 0.35);
  background: rgba(14, 42, 31, 0.56);
}

.payment-result.is-error {
  border-color: rgba(255, 154, 154, 0.35);
  background: rgba(48, 20, 24, 0.56);
}

.checkout-shell {
  min-height: 520px;
  margin-top: 1rem;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.payment-panel.is-checkout-ready .setup-panel {
  margin-top: 1.2rem;
}

.payment-panel.is-paid {
  border-color: rgba(149, 246, 184, 0.35);
}

.setup-panel {
  margin-top: 1rem;
  border-top: 1px solid rgba(111, 151, 205, 0.16);
  padding-top: 1rem;
}

.setup-panel h2 {
  color: var(--amber);
}

.setup-panel ul {
  display: grid;
  gap: 0.58rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #c2d2dc;
  font-weight: 700;
}

.setup-panel li {
  position: relative;
  padding-left: 1.1rem;
}

.setup-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 999px;
  background: var(--cyan);
}

.activation-footer-contact {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 1rem;
  flex-wrap: wrap;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.activation-footer-contact a {
  white-space: nowrap;
}

.activation-footer-phone {
  color: #e8faff;
}

.activation-main + .site-footer {
  padding: 1.35rem 0 1.25rem;
}

.activation-main + .site-footer .footer-wrap {
  gap: 0.75rem 1rem;
}

.activation-main + .site-footer .footer-meta {
  padding-top: 0.72rem;
}

.activation-main + .site-footer .footer-brand strong {
  margin-bottom: 0.08rem;
}

.activation-main + .site-footer .footer-brand > div > span:not(.accent-24) {
  line-height: 1.35;
}

@media (max-width: 840px) {
  .activation-shell {
    grid-template-columns: 1fr;
    padding: 2rem 0 3rem;
  }

  .payment-panel {
    position: static;
  }

  .hero-pay-link {
    display: inline-flex;
  }

  .activation-footer-contact {
    justify-self: start;
  }

  .activation-main + .site-footer .footer-wrap {
    gap: 0.62rem;
  }

  .activation-main + .site-footer .footer-brand {
    align-items: center;
  }

  .activation-main + .site-footer .footer-brand strong {
    font-size: 0.8rem;
  }

  .activation-main + .site-footer .footer-brand > div > span:not(.accent-24) {
    max-width: 25rem;
  }

  .activation-main + .site-footer .footer-meta {
    line-height: 1.35;
  }
}

@media (max-width: 560px) {
  .activation-title {
    font-size: clamp(2rem, 9.6vw, 2.8rem);
  }

  .lede {
    font-size: 1.1rem;
  }

  .promise-panel,
  .problem-panel,
  .fix-panel,
  .plain-promise,
  .next-panel,
  .fine-panel,
  .activation-examples-panel,
  .payment-panel {
    padding: 0.95rem;
  }

  .activation-examples-head,
  .activation-example-grid {
    grid-template-columns: 1fr;
  }

  .activation-examples-head .text-link {
    justify-self: start;
  }

  .activation-example-card .sample-site {
    min-height: 20rem;
  }

  .activation-example-card img {
    aspect-ratio: 0.68;
  }

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

  .outcome-item {
    grid-template-columns: 1.9rem minmax(0, 1fr);
    gap: 0.7rem;
  }

  .outcome-item span {
    width: 1.9rem;
    height: 1.9rem;
  }

  .activation-footer-contact {
    display: flex;
    gap: 0.7rem;
  }
}

@media (max-width: 420px) {
  .activation-shell {
    padding-top: 1.6rem;
  }

  .activation-title {
    font-size: clamp(1.82rem, 9vw, 2.35rem);
  }

  .price-row strong {
    font-size: 2.05rem;
  }

  .payment-copy,
  .setup-panel ul,
  .outcome-item p,
  .problem-panel p,
  .fine-panel p,
  .next-panel p,
  .next-steps p {
    font-size: 0.98rem;
  }
}
