.seo-action-band {
  width: min(var(--max), calc(100% - 44px));
  margin: -26px auto 46px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  align-items: stretch;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
}

.seo-hero__primary-action {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
  padding: 12px 18px;
  background: var(--acid);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.seo-hero__primary-action::after {
  content: "\2192";
  font-size: 20px;
}

.seo-hero__primary-action:hover,
.seo-hero__primary-action:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}

.seo-action-band__copy {
  min-width: 0;
  padding: 28px 30px;
}

.seo-action-band__copy > span {
  display: block;
  margin-bottom: 10px;
  color: var(--acid);
  font: 800 10px/1.3 Consolas, "Courier New", monospace;
  text-transform: uppercase;
}

.seo-action-band__copy strong {
  display: block;
  max-width: 720px;
  font-size: 26px;
  line-height: 1.15;
}

.seo-action-band__copy p {
  max-width: 720px;
  margin: 12px 0 0;
  color: #c9cec9;
  font-size: 14px;
  line-height: 1.55;
}

.seo-action-band__action {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 28px 30px;
  border-left: 1px solid #404541;
  background: #151917;
}

.seo-action-band__action a {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  border: 1px solid var(--acid);
  border-radius: var(--radius);
  background: var(--acid);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.seo-action-band__action a::after {
  content: "\2192";
  flex: 0 0 auto;
  font-size: 20px;
}

.seo-action-band__action a.seo-action-band__demo {
  min-height: 46px;
  padding: 11px 16px;
  border-color: #58615a;
  background: transparent;
  color: #e9eee9;
  font-size: 11px;
}

.seo-action-band__action a.seo-action-band__demo::after {
  color: var(--acid);
  font-size: 16px;
}

.seo-action-band__action small {
  color: #aeb5b0;
  font: 700 9px/1.45 Consolas, "Courier New", monospace;
}

.seo-action-band__action a.seo-action-band__paid {
  display: inline;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--acid);
  font: inherit;
  text-decoration: underline;
}

.seo-action-band__action a.seo-action-band__paid::after {
  content: none;
}

.seo-action-band__embed {
  display: grid;
  gap: 6px;
}

.seo-action-band__embed button {
  width: 100%;
  min-height: 40px;
  padding: 10px 12px;
  border: 1px solid #58615a;
  border-radius: var(--radius);
  background: transparent;
  color: #e9eee9;
  cursor: pointer;
  font: 800 10px/1.2 Consolas, "Courier New", monospace;
  letter-spacing: 0;
  text-align: left;
}

.seo-action-band__embed button:hover,
.seo-action-band__embed button:focus-visible {
  border-color: var(--acid);
  color: var(--acid);
  outline: 0;
}

.seo-action-band__embed small:empty { display: none; }

.seo-action-band__local-open {
  width: 100%;
  border: 1px solid var(--acid);
  border-radius: var(--radius);
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}

.seo-action-band__privacy-tool {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 0.62fr);
  gap: 20px;
  padding: 24px 30px 30px;
  border-top: 1px solid #404541;
  background: #101311;
}

.seo-action-band__privacy-tool[hidden] { display: none; }

.seo-action-band__privacy-tool > div {
  display: grid;
  align-content: start;
  gap: 10px;
}

.seo-action-band__privacy-tool span {
  color: var(--acid);
  font: 800 9px/1.3 Consolas, "Courier New", monospace;
}

.seo-action-band__privacy-tool strong {
  color: #f4f7f1;
  font-size: 20px;
  line-height: 1.15;
}

.seo-action-band__privacy-tool iframe {
  width: 100%;
  min-height: 420px;
  border: 1px solid #58615a;
  background: #fff;
}

.seo-action-band__privacy-demo {
  border: 1px solid #58615a;
  background: #101311;
}

.seo-action-band__privacy-demo summary {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  color: #e9eee9;
  cursor: pointer;
  font: 800 10px/1.3 Consolas, "Courier New", monospace;
  list-style: none;
}

.seo-action-band__privacy-demo summary::-webkit-details-marker { display: none; }

.seo-action-band__privacy-demo summary b {
  color: var(--acid);
  font-size: 18px;
  font-weight: 400;
}

.seo-action-band__privacy-demo[open] summary {
  border-bottom: 1px solid #404541;
}

.seo-action-band__privacy-demo[open] summary b { transform: rotate(45deg); }

.seo-action-band__privacy-demo > div { padding: 12px; }

.seo-action-band__privacy-demo > div > p {
  margin: 0 0 10px;
  color: #aeb5b0;
  font: 700 9px/1.45 Consolas, "Courier New", monospace;
}

.seo-action-band__privacy-demo dl {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid #404541;
}

.seo-action-band__privacy-demo dl > div {
  display: grid;
  gap: 4px;
  padding: 9px 0;
  border-bottom: 1px solid #404541;
}

.seo-action-band__privacy-demo dt {
  color: var(--acid);
  font: 800 9px/1.3 Consolas, "Courier New", monospace;
}

.seo-action-band__privacy-demo dd {
  margin: 0;
  color: #d7ddd7;
  font-size: 12px;
  line-height: 1.45;
}

.seo-action-band__privacy-demo summary:hover,
.seo-action-band__privacy-demo summary:focus-visible {
  color: var(--acid);
  outline: 0;
}

.seo-action-band--support {
  margin-top: 0;
}

.guide-support-bridge__address {
  display: block;
  margin-top: 16px;
  color: #dfe6dd;
  font: 700 11px/1.45 Consolas, "Courier New", monospace;
  overflow-wrap: anywhere;
}

.seo-action-band__action .guide-support-bridge__copy {
  display: flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  border: 1px solid var(--acid);
  border-radius: var(--radius);
  background: var(--acid);
  color: var(--ink);
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
}

.guide-support-bridge__copy > span:last-child {
  font-size: 20px;
}

@media (max-width: 760px) {
  .seo-hero {
    padding-top: 44px;
    padding-bottom: 28px;
  }

  .seo-hero h1 {
    font-size: 36px;
    line-height: 1.04;
  }

  .seo-hero .seo-tags {
    display: none;
  }

  .seo-hero .legal-meta {
    margin-top: 20px;
  }

  .seo-hero__primary-action {
    width: 100%;
    justify-content: space-between;
  }

  .seo-action-band {
    width: calc(100% - 32px);
    margin-top: -14px;
    grid-template-columns: 1fr;
  }

  .seo-action-band--support {
    margin-top: 0;
  }

  .seo-action-band--support .seo-action-band__action {
    order: 0;
    border-top: 1px solid #404541;
    border-bottom: 0;
  }

  .seo-action-band__copy,
  .seo-action-band__action {
    padding: 18px 20px;
  }

  .seo-action-band__copy strong {
    font-size: 20px;
  }

  .seo-action-band__action {
    order: -1;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #404541;
    border-left: 0;
  }

  .seo-action-band__privacy-tool {
    order: -1;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 20px 22px;
    border-top: 0;
    border-bottom: 1px solid #404541;
  }

  .seo-action-band__privacy-tool iframe {
    min-height: 440px;
  }
}


.seo-payment-status {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.42fr);
  gap: 1.2rem;
  margin: 2rem 0;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #111715;
  color: #f4f6ee;
}

.seo-payment-status__kicker {
  color: #c8ee3f;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.seo-payment-status h2 {
  margin: 0.45rem 0 0.5rem;
  font-size: clamp(1.15rem, 2vw, 1.7rem);
}

.seo-payment-status p {
  max-width: 66ch;
  margin: 0;
  color: #c5cec2;
}

.seo-payment-status__live[data-state="ready"] {
  color: #c8ee3f;
  font-weight: 700;
}

.seo-payment-status__live[data-state="unavailable"],
.seo-payment-status__live[data-state="error"] {
  color: #ffad9c;
  font-weight: 700;
}

.seo-payment-status__links {
  display: grid;
  align-content: center;
  gap: 0.65rem;
}

.seo-payment-status__links a {
  display: block;
  padding: 0.7rem 0.8rem;
  border: 1px solid rgba(200, 238, 63, 0.35);
  color: #f4f6ee;
  text-decoration: none;
}

.seo-payment-status__links a:hover,
.seo-payment-status__links a:focus-visible {
  border-color: #c8ee3f;
  color: #c8ee3f;
}

@media (max-width: 700px) {
  .seo-payment-status {
    grid-template-columns: 1fr;
  }
}


.seo-offer-funnel {
  margin: 2rem 0 2.5rem;
  padding: 1.25rem;
  border: 1px solid var(--ink);
  background: #f4f6ee;
  color: var(--ink);
}

.seo-offer-funnel__head {
  max-width: 820px;
}

.seo-offer-funnel__head h2 {
  margin: 0.45rem 0 0.55rem;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.1;
}

.seo-offer-funnel__head p {
  margin: 0;
  color: #48504a;
}

.seo-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.25rem;
}

.seo-offer-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 1rem;
  border: 1px solid #b8c0b8;
  background: #fff;
}

.seo-offer-card__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  color: #536056;
  font: 700 0.68rem/1.4 Consolas, "Courier New", monospace;
}

.seo-offer-card__top strong {
  color: #087f70;
  white-space: nowrap;
}

.seo-offer-card h3 {
  margin: 1rem 0 0.45rem;
  font-size: 1.05rem;
  line-height: 1.18;
}

.seo-offer-card p {
  min-height: 4.2rem;
  margin: 0 0 0.85rem;
  color: #48504a;
  font-size: 0.9rem;
  line-height: 1.45;
}

.seo-offer-card code,
.seo-payment-recipe code {
  overflow-wrap: anywhere;
  color: #28362e;
  font: 700 0.72rem/1.45 Consolas, "Courier New", monospace;
}

.seo-offer-card a,
.seo-payment-recipe a,
.seo-payment-note a {
  color: #086a5f;
  font-weight: 800;
}

.seo-offer-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 1rem;
  text-decoration: none;
}

.seo-offer-card a span {
  font-size: 1.2rem;
}

.seo-payment-recipe {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.3fr);
  gap: 1rem;
  margin-top: 0.8rem;
  padding: 1rem;
  background: #111715;
  color: #f4f6ee;
}

.seo-payment-recipe > div > span {
  display: block;
  color: #c8ee3f;
  font: 700 0.68rem/1.4 Consolas, "Courier New", monospace;
}

.seo-payment-recipe > div > strong {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.05rem;
}

.seo-payment-recipe ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-payment-recipe li {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.5rem;
  align-items: start;
  color: #d4dcd3;
  font-size: 0.82rem;
  line-height: 1.45;
}

.seo-payment-recipe li b {
  color: #c8ee3f;
  font: 700 0.68rem/1.5 Consolas, "Courier New", monospace;
}

.seo-payment-recipe a {
  color: #dff58b;
}

.seo-payment-recipe code {
  color: #dff58b;
}

.seo-payment-note {
  margin: 0.8rem 0 0;
  color: #536056;
  font-size: 0.82rem;
  line-height: 1.5;
}

@media (max-width: 840px) {
  .seo-offer-grid {
    grid-template-columns: 1fr;
  }

  .seo-offer-card p {
    min-height: 0;
  }
}

@media (max-width: 700px) {
  .seo-payment-recipe {
    grid-template-columns: 1fr;
  }

  .seo-payment-recipe ol {
    grid-template-columns: 1fr;
  }
}


.seo-support-band {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto 46px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  border: 1px solid #596159;
  background: #eef1e9;
  color: #101411;
}

.seo-support-band__copy {
  min-width: 0;
  padding: 28px 30px;
}

.seo-support-band__copy > span {
  display: block;
  margin-bottom: 10px;
  color: #006a70;
  font: 800 10px/1.3 Consolas, "Courier New", monospace;
}

.seo-support-band__copy h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.seo-support-band__copy p {
  max-width: 680px;
  margin: 12px 0 0;
  color: #3e4640;
  font-size: 13px;
  line-height: 1.55;
}

.seo-support-band__copy small {
  display: block;
  margin-top: 14px;
  color: #596159;
  font-size: 10px;
  line-height: 1.45;
}

.seo-support-band__wallet {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 11px;
  padding: 24px 26px;
  border-left: 1px solid #596159;
  background: #101411;
  color: #f4f6ef;
}

.seo-support-band__wallet code {
  display: block;
  color: #c5ff3d;
  font: 700 11px/1.5 Consolas, monospace;
  overflow-wrap: anywhere;
}

.seo-support-band__wallet button,
.seo-support-band__wallet a {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 13px;
  border: 1px solid #c5ff3d;
  background: #c5ff3d;
  color: #101411;
  font: 800 10px/1.3 Consolas, monospace;
  text-decoration: none;
  cursor: pointer;
}

.seo-support-band__wallet a {
  border-color: #58e4e6;
  background: transparent;
  color: #58e4e6;
}

.seo-support-band__wallet button::after,
.seo-support-band__wallet a::after {
  content: "\2192";
  flex: 0 0 auto;
  font-size: 18px;
}

.seo-support-band__wallet button:hover,
.seo-support-band__wallet a:hover {
  filter: brightness(1.08);
}

.seo-support-band__wallet small {
  min-height: 13px;
  color: #aeb8b0;
  font: 700 9px/1.45 Consolas, monospace;
}

@media (max-width: 760px) {
  .seo-support-band {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
  }

  .seo-support-band__copy,
  .seo-support-band__wallet {
    padding: 20px;
  }

  .seo-support-band__wallet {
    border-top: 1px solid #596159;
    border-left: 0;
  }
}
