:root {
  --pulse-canvas: #0a0a0a;
  --pulse-card: #101010;
  --pulse-raised: #171717;
  --pulse-line: #272725;
  --pulse-line-strong: #393936;
  --pulse-copy: #f7f7f3;
  --pulse-copy-2: #aaa9a3;
  --pulse-copy-3: #74736d;
  --pulse-gold: #cca860;
  --pulse-gold-bright: #e4c57f;
  --pulse-green: #8bcf7b;
  --pulse-violet: #b69af2;
  --pulse-blue-gray: #8496be;
  --pulse-ease: cubic-bezier(.22, 1, .36, 1);
}

body {
  background: var(--pulse-canvas);
}

.pulse-page:not(.pulse-page--resource) {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
  color: var(--pulse-copy);
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgb(255 255 255 / 2.4%) 50%, transparent calc(50% + 1px));
}

.pulse-page:not(.pulse-page--resource)::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgb(255 255 255 / 2.5%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 2.5%) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 22%, transparent 82%, black);
  pointer-events: none;
}

.pulse-page:not(.pulse-page--resource) > .wrap {
  width: min(1260px, calc(100% - 64px));
}

.pulse-page:not(.pulse-page--resource) .pulse-hero {
  display: flex;
  min-height: max(820px, calc(100svh - 65px));
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 62px;
  padding: clamp(76px, 9vw, 132px) 0 96px;
  text-align: center;
}

.pulse-page:not(.pulse-page--resource) .pulse-hero::before {
  inset: -260px 8% auto;
  height: 640px;
  background:
    radial-gradient(circle at 50% 30%, rgb(204 168 96 / 11%), transparent 63%);
}

.pulse-hero__copy {
  display: flex;
  max-width: 1040px;
  flex-direction: column;
  align-items: center;
}

.pulse-page:not(.pulse-page--resource) .eyebrow {
  justify-content: center;
  color: var(--pulse-copy-3);
}

.pulse-page:not(.pulse-page--resource) .eyebrow::before,
.pulse-page:not(.pulse-page--resource) .eyebrow::after {
  width: 32px;
  background: var(--pulse-line-strong);
  content: "";
  height: 1px;
}

.pulse-page:not(.pulse-page--resource) .pulse-hero h1 {
  max-width: 1040px;
  margin: 30px 0 26px;
  font-size: clamp(58px, 7.6vw, 108px);
  font-weight: 600;
  line-height: .93;
  letter-spacing: -.072em;
  text-wrap: balance;
}

.pulse-page:not(.pulse-page--resource) .pulse-intro {
  max-width: 730px;
}

.pulse-page:not(.pulse-page--resource) .pulse-intro p {
  margin: 0;
  color: var(--pulse-copy-2);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
  text-wrap: balance;
}

.pulse-page:not(.pulse-page--resource) .pulse-intro p:nth-child(2) {
  max-width: 620px;
  margin: 16px auto 0;
  padding: 0;
  border: 0;
  color: var(--pulse-copy-3);
  font: 400 12px/1.55 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.pulse-page:not(.pulse-page--resource) .pulse-byline {
  margin-top: 17px;
}

.pulse-page:not(.pulse-page--resource) .pulse-actions {
  margin-top: 34px;
}

.pulse-page:not(.pulse-page--resource) .pulse-button--primary {
  min-width: 156px;
  min-height: 50px;
  padding-inline: 23px;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgb(255 255 255 / 7%);
}

.pulse-signal {
  position: relative;
  width: min(930px, calc(100% - 40px));
  text-align: left;
}

.pulse-signal::before,
.pulse-signal::after,
.pulse-install__stage::before,
.pulse-install__stage::after {
  position: absolute;
  z-index: -1;
  inset: 8px -8px -8px 8px;
  border: 1px solid #252523;
  content: "";
}

.pulse-signal::after,
.pulse-install__stage::after {
  inset: 16px -16px -16px 16px;
  border-color: #1f1f1d;
}

.pulse-signal__frame {
  overflow: hidden;
  border: 1px solid var(--pulse-line-strong);
  background: #0b0b0b;
}

.pulse-signal__head,
.pulse-signal__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 54px;
  padding: 0 20px;
  border-bottom: 1px solid var(--pulse-line);
  color: var(--pulse-copy-2);
  font: 500 11px/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: .025em;
}

.pulse-signal__head > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.pulse-signal__head i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pulse-green);
  box-shadow: 0 0 0 0 rgb(139 207 123 / 40%);
  animation: pulse-signal-dot 2.4s ease-out infinite;
}

.pulse-signal__badge {
  color: var(--pulse-copy-3);
  text-transform: uppercase;
  letter-spacing: .1em;
}

.pulse-signal__body {
  position: relative;
  display: grid;
  min-height: 260px;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 42px;
  align-content: center;
  padding: 28px;
  background-image:
    linear-gradient(rgb(255 255 255 / 2.8%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 2.8%) 1px, transparent 1px);
  background-size: 28px 28px;
}

.pulse-signal__rail {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 242px;
  left: 43%;
  height: 1px;
  overflow: hidden;
  background: #292927;
}

.pulse-signal__rail span {
  display: block;
  width: 36%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--pulse-gold-bright), transparent);
  animation: pulse-rail 2.8s ease-in-out infinite;
}

.pulse-request {
  position: relative;
  z-index: 1;
  display: grid;
  grid-column: 1;
  grid-template-columns: 38px minmax(0, 1fr) 80px 64px;
  gap: 12px;
  align-items: center;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--pulse-line);
  background: rgb(15 15 15 / 94%);
  color: var(--pulse-copy-3);
  font: 400 10px/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  opacity: .45;
  animation: pulse-request 6s var(--pulse-ease) infinite;
}

.pulse-request--2 { animation-delay: 2s; }
.pulse-request--3 { animation-delay: 4s; }
.pulse-request strong { overflow: hidden; color: var(--pulse-copy); font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.pulse-request__method { color: var(--pulse-gold-bright); }
.pulse-request b { color: var(--pulse-green); font-weight: 500; text-align: right; }

.pulse-signal__destination {
  position: relative;
  z-index: 1;
  display: flex;
  grid-column: 2;
  grid-row: 1 / span 3;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pulse-line-strong);
  background: linear-gradient(145deg, #171714, #0f0f0e);
  text-align: center;
}

.pulse-signal__destination::before {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border: 1px solid var(--pulse-gold);
  border-radius: 50%;
  background: radial-gradient(circle, rgb(204 168 96 / 42%) 0 10%, transparent 12%);
  content: "";
  animation: pulse-orbit 4.8s linear infinite;
}

.pulse-signal__destination span {
  color: var(--pulse-gold-bright);
  font: 500 10px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pulse-signal__destination strong {
  max-width: 180px;
  margin-top: 10px;
  color: var(--pulse-copy-2);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}

.pulse-signal__foot {
  flex-wrap: wrap;
  justify-content: flex-start;
  border-top: 1px solid var(--pulse-line);
  border-bottom: 0;
  color: var(--pulse-copy-3);
  text-transform: uppercase;
  letter-spacing: .08em;
}

.pulse-signal__foot span:not(:last-child)::after {
  margin-left: 20px;
  color: var(--pulse-line-strong);
  content: "/";
}

.pulse-install {
  position: relative;
  padding: clamp(96px, 11vw, 156px) 0 126px;
  border-bottom: 1px solid var(--pulse-line);
  scroll-margin-top: 64px;
}

.pulse-kicker {
  margin-bottom: 72px;
  color: var(--pulse-copy-3);
  font: 500 10px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: .04em;
}

.pulse-install__heading {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.pulse-install__heading h2,
.pulse-final h2 {
  margin: 0;
  font-size: clamp(42px, 5.3vw, 72px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.pulse-install__heading p,
.pulse-final > p {
  max-width: 620px;
  margin: 22px auto 0;
  color: var(--pulse-copy-2);
  font-size: 17px;
  line-height: 1.6;
  text-wrap: balance;
}

.pulse-install__prereq {
  max-width: 760px;
  margin: 28px auto 0;
  padding: 16px 18px;
  border: 1px solid var(--pulse-line-strong);
  border-radius: 7px;
  background: #10100f;
  color: var(--pulse-copy-2);
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}

.pulse-install__prereq strong { color: var(--pulse-copy); }
.pulse-install__prereq a { color: var(--pulse-gold); text-underline-offset: 3px; }

.pulse-mode-tabs {
  display: grid;
  width: max-content;
  grid-template-columns: 1fr 1fr;
  margin: 46px auto 32px;
  padding: 4px;
  border: 1px solid var(--pulse-line-strong);
  border-radius: 999px;
  background: #0b0b0b;
}

.pulse-mode-tab {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 23px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--pulse-copy-3);
  cursor: pointer;
  font: 500 13px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  scroll-margin-top: 112px;
  transition: background .22s var(--pulse-ease), color .22s var(--pulse-ease), transform .22s var(--pulse-ease);
}

.pulse-mode-tab:hover { color: var(--pulse-copy); }
.pulse-mode-tab.is-active { background: var(--pulse-copy); color: #121212; }
.pulse-mode-tab:active { transform: translateY(1px); }

.pulse-install__stage {
  position: relative;
  z-index: 0;
  width: min(100%, 990px);
  min-height: 520px;
  margin: 0 auto;
}

.pulse-code-card {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  border: 1px solid var(--pulse-line-strong);
  background: #0b0b0b;
}

.pulse-adapter-tabs {
  display: flex;
  min-height: 64px;
  align-items: stretch;
  overflow-x: auto;
  border-bottom: 1px solid var(--pulse-line);
  scrollbar-width: none;
}

.pulse-adapter-tabs::-webkit-scrollbar { display: none; }

.pulse-adapter-tab {
  position: relative;
  display: inline-flex;
  min-width: max-content;
  align-items: center;
  gap: 9px;
  padding: 0 21px;
  border: 0;
  background: transparent;
  color: var(--pulse-copy-3);
  cursor: pointer;
  font: 500 12px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  scroll-margin-top: 112px;
  transition: color .18s ease, background .18s ease;
}

.pulse-adapter-tab::after {
  position: absolute;
  right: 16px;
  bottom: -1px;
  left: 16px;
  height: 2px;
  background: transparent;
  content: "";
  transform: scaleX(.3);
  transition: background .18s ease, transform .24s var(--pulse-ease);
}

.pulse-adapter-tab span {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pulse-line-strong);
  color: var(--pulse-copy-2);
  font-size: 8px;
}

.pulse-adapter-tab:hover { color: var(--pulse-copy-2); }
.pulse-adapter-tab.is-active { color: var(--pulse-copy); }
.pulse-adapter-tab.is-active::after { background: var(--pulse-copy); transform: scaleX(1); }
.pulse-adapter-tab.is-active span { border-color: rgb(204 168 96 / 60%); color: var(--pulse-gold-bright); }

.pulse-copy {
  display: inline-flex;
  min-width: 72px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: auto 14px auto auto;
  padding: 0 10px;
  border: 0;
  background: transparent;
  color: var(--pulse-copy-3);
  cursor: pointer;
  font: 500 10px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  transition: color .18s ease;
}

.pulse-copy:hover { color: var(--pulse-copy); }

.pulse-copy__icon {
  position: relative;
  width: 13px;
  height: 13px;
  border: 1px solid currentColor;
  border-radius: 2px;
}

.pulse-copy__icon::after {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 9px;
  height: 9px;
  border: 1px solid currentColor;
  border-radius: 2px;
  content: "";
}

.pulse-copy.is-copied { color: var(--pulse-green); }
.pulse-copy.is-copied .pulse-copy__icon { border-radius: 50%; }
.pulse-copy.is-copied .pulse-copy__icon::after { display: none; }

.pulse-code-panels {
  min-height: 364px;
}

.pulse-code-panel {
  opacity: 0;
  transform: translateY(8px);
}

.pulse-code-panel.is-active {
  animation: pulse-panel-in .34s var(--pulse-ease) both;
}

.pulse-code-panel pre {
  min-height: 364px;
  margin: 0;
  padding: 28px 32px 32px;
  overflow: auto;
  border: 0;
  background: transparent;
  color: #cad2e4;
  font: 400 13px/1.7 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  scrollbar-color: #3b3b38 #0b0b0b;
  scrollbar-width: thin;
  tab-size: 2;
}

.pulse-code-panel pre::-webkit-scrollbar { width: 7px; height: 7px; }
.pulse-code-panel pre::-webkit-scrollbar-track { background: #0b0b0b; }
.pulse-code-panel pre::-webkit-scrollbar-thumb { border: 2px solid #0b0b0b; border-radius: 999px; background: #3b3b38; }

.pulse-code-panel pre:focus-visible {
  outline-offset: -4px;
}

.pulse-code-panel code { font: inherit; color: inherit; }
.code-comment { color: #606d91; }
.code-command { color: #ced6ef; }
.code-value { color: #a7d66c; }
.code-keyword { color: var(--pulse-violet); }
.code-string { color: #a7d66c; }

.pulse-code-card__foot,
.pulse-agent-card__head {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 28px;
  border-top: 1px solid var(--pulse-line);
  color: var(--pulse-copy-3);
  font: 500 10px/1.5 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.pulse-code-card__foot a {
  color: var(--pulse-copy-2);
  transition: color .18s ease;
}

.pulse-code-card__foot a:hover { color: var(--pulse-copy); }

.pulse-code-progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: transparent;
}

.pulse-code-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--pulse-gold);
  transform: scaleX(0);
  transform-origin: left;
}

.pulse-code-card.is-autoplaying .pulse-code-progress span {
  animation: pulse-tab-progress 6s linear both;
}

.pulse-agent-intro {
  margin: 0 0 15px;
  color: var(--pulse-copy-2);
  font-size: 14px;
}

.pulse-code-card--agent { min-height: 455px; }
.pulse-agent-card__head { min-height: 64px; border-top: 0; border-bottom: 1px solid var(--pulse-line); color: var(--pulse-copy); }
.pulse-agent-card__head .pulse-copy { margin-right: -8px; }
.pulse-code-card--agent .pulse-code-panel pre { min-height: 320px; overflow-x: hidden; color: #aab8d5; overflow-wrap: anywhere; white-space: pre-wrap; }

.pulse-setup-flow {
  display: grid;
  max-width: 990px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 42px auto 0;
  border: 1px solid var(--pulse-line);
  background: var(--pulse-line);
  gap: 1px;
}

.pulse-setup-step {
  position: relative;
  min-height: 134px;
  padding: 20px;
  background: var(--pulse-card);
  transition: background .3s ease;
}

.pulse-setup-step::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--pulse-gold);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s var(--pulse-ease);
}

.pulse-setup-step span {
  display: block;
  margin-bottom: 23px;
  color: var(--pulse-copy-3);
  font: 500 9px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.pulse-setup-step strong { display: block; color: var(--pulse-copy-2); font-size: 13px; font-weight: 500; }
.pulse-setup-step small { display: block; margin-top: 7px; color: var(--pulse-copy-3); font-size: 11px; line-height: 1.45; }
.pulse-setup-step.is-active { background: #171713; }
.pulse-setup-step.is-active strong { color: var(--pulse-copy); }
.pulse-setup-step.is-active span { color: var(--pulse-gold-bright); }
.pulse-setup-step.is-active::after,
.pulse-setup-step.is-complete::after { transform: scaleX(1); }
.pulse-setup-step.is-complete::after { background: var(--pulse-green); }

.pulse-copy-status {
  min-height: 18px;
  margin: 15px auto 0;
  color: var(--pulse-green);
  font: 500 10px/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  text-align: center;
}

.pulse-page:not(.pulse-page--resource) .pulse-content {
  min-width: 0;
  padding-bottom: 0;
}

.pulse-page:not(.pulse-page--resource) .pulse-section {
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 8vw, 112px);
  padding: clamp(86px, 10vw, 142px) 0;
  border-bottom-color: var(--pulse-line);
}

.pulse-page:not(.pulse-page--resource) .pulse-section__head {
  top: 100px;
}

.pulse-page:not(.pulse-page--resource) .pulse-section h2 {
  max-width: 460px;
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.05em;
  text-wrap: balance;
}

.pulse-page:not(.pulse-page--resource) .pulse-section__body {
  min-width: 0;
  max-width: 690px;
}

.pulse-page:not(.pulse-page--resource) .pulse-section__body p {
  color: var(--pulse-copy-2);
  font-size: 16px;
  line-height: 1.72;
}

.pulse-page:not(.pulse-page--resource) .pulse-section__body a {
  overflow-wrap: anywhere;
}

.pulse-page:not(.pulse-page--resource) .pulse-section__body ul {
  gap: 1px;
  border: 1px solid var(--pulse-line);
  background: var(--pulse-line);
  padding: 0;
}

.pulse-page:not(.pulse-page--resource) .pulse-section__body li {
  min-height: 122px;
  padding: 23px;
  background: var(--pulse-card);
  color: var(--pulse-copy-2);
  font-size: 13px;
  line-height: 1.5;
}

.pulse-page:not(.pulse-page--resource) .pulse-section__body li::before {
  width: 8px;
  height: 8px;
  border-color: var(--pulse-gold);
  box-shadow: inset 0 0 0 2px var(--pulse-canvas);
  background: var(--pulse-gold);
}

.pulse-page:not(.pulse-page--resource) .pulse-section__body pre {
  max-width: 100%;
  margin: 30px 0;
  padding: 24px;
  border-radius: 0;
  background: #0b0b0b;
}

.pulse-page:not(.pulse-page--resource) .pulse-section__body pre code {
  font-size: 12px;
}

.pulse-final {
  display: flex;
  min-height: 690px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 110px 0;
  border-bottom: 1px solid var(--pulse-line);
  text-align: center;
}

.pulse-final .pulse-kicker { margin-bottom: 42px; }
.pulse-final h2 { max-width: 900px; }
.pulse-final__actions { display: flex; align-items: center; gap: 24px; margin-top: 36px; }
.pulse-final__button { display: inline-flex; min-height: 50px; align-items: center; padding: 0 22px; border-radius: 6px; background: var(--pulse-copy); color: #111; font: 600 12px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; transition: transform .18s var(--pulse-ease), background .18s ease; }
.pulse-final__button:hover { background: #fff; transform: translateY(-2px); }
.pulse-final__link { color: var(--pulse-copy-2); font: 500 12px/1.5 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.pulse-final__link span { display: inline-block; color: var(--pulse-gold); transition: transform .18s ease; }
.pulse-final__link:hover span { transform: translateX(3px); }

.pulse-page:not(.pulse-page--resource) .pulse-footer {
  padding: 42px 0;
  border: 0;
}

.pulse-page--enhanced .reveal {
  opacity: 0;
  transform: translateY(28px);
}

.pulse-page--enhanced .reveal.is-visible {
  animation: pulse-reveal-in .72s var(--pulse-ease) both;
}

@keyframes pulse-signal-dot {
  0% { box-shadow: 0 0 0 0 rgb(139 207 123 / 42%); }
  70%, 100% { box-shadow: 0 0 0 8px rgb(139 207 123 / 0%); }
}

@keyframes pulse-rail {
  0% { transform: translateX(-110%); }
  65%, 100% { transform: translateX(310%); }
}

@keyframes pulse-request {
  0%, 100% { opacity: .45; transform: translateX(0); border-color: var(--pulse-line); }
  12%, 26% { opacity: 1; transform: translateX(5px); border-color: rgb(204 168 96 / 55%); }
  38% { opacity: .55; transform: translateX(0); border-color: var(--pulse-line); }
}

@keyframes pulse-orbit {
  to { transform: rotate(360deg); }
}

@keyframes pulse-panel-in {
  to { opacity: 1; transform: none; }
}

@keyframes pulse-reveal-in {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: none; }
}

@keyframes pulse-tab-progress {
  to { transform: scaleX(1); }
}

@media (max-width: 900px) {
  .pulse-page:not(.pulse-page--resource) > .wrap { width: min(100% - 40px, 1260px); }
  .pulse-page:not(.pulse-page--resource) .pulse-hero { min-height: auto; padding-top: 92px; }
  .pulse-signal__body { grid-template-columns: 1fr; }
  .pulse-signal__destination { grid-column: 1; grid-row: auto; min-height: 142px; }
  .pulse-signal__rail { display: none; }
  .pulse-setup-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pulse-page:not(.pulse-page--resource) .pulse-section { grid-template-columns: 1fr; gap: 34px; }
  .pulse-page:not(.pulse-page--resource) .pulse-section__head { position: static; }
  .pulse-page:not(.pulse-page--resource) .pulse-section__body { max-width: none; }
}

@media (max-width: 620px) {
  .pulse-page:not(.pulse-page--resource) > .wrap { width: min(100% - 28px, 1260px); }
  .pulse-page:not(.pulse-page--resource) .pulse-hero { gap: 48px; padding: 68px 0 76px; }
  .pulse-page:not(.pulse-page--resource) .pulse-hero h1 { font-size: clamp(46px, 14.2vw, 68px); letter-spacing: -.062em; }
  .pulse-page:not(.pulse-page--resource) .pulse-intro p { font-size: 16px; }
  .pulse-page:not(.pulse-page--resource) .pulse-button { width: auto; min-width: 156px; }
  .pulse-signal { width: calc(100% - 16px); }
  .pulse-signal__body { min-height: 0; gap: 18px; padding: 16px; }
  .pulse-request { grid-template-columns: 34px minmax(0, 1fr) 54px; gap: 8px; padding-inline: 10px; }
  .pulse-request > span:nth-of-type(2) { display: none; }
  .pulse-signal__foot { align-items: flex-start; flex-direction: column; gap: 8px; padding-block: 13px; }
  .pulse-signal__foot span::after { display: none; }
  .pulse-kicker { margin-bottom: 48px; }
  .pulse-install { padding: 86px 0 96px; }
  .pulse-install__heading h2, .pulse-final h2 { font-size: clamp(39px, 12vw, 54px); }
  .pulse-install__heading p, .pulse-final > p { font-size: 15px; }
  .pulse-mode-tabs { width: 100%; margin-top: 34px; }
  .pulse-mode-tab { padding-inline: 10px; font-size: 11px; }
  .pulse-install__stage { min-height: 570px; }
  .pulse-install__stage::before { inset: 6px -6px -6px 6px; }
  .pulse-install__stage::after { display: none; }
  .pulse-code-card { min-height: 548px; }
  .pulse-adapter-tabs { min-height: 58px; }
  .pulse-adapter-tab { padding-inline: 13px; }
  .pulse-adapter-tab span { display: none; }
  .pulse-adapter-tabs .pulse-copy { position: sticky; right: 0; margin-right: 0; padding-inline: 14px; background: #0b0b0b; }
  .pulse-copy__label { display: none; }
  .pulse-copy { min-width: 48px; }
  .pulse-code-panel pre { min-height: 420px; padding: 23px 19px; font-size: 11px; line-height: 1.75; }
  .pulse-code-card__foot { align-items: flex-start; flex-direction: column; gap: 6px; padding: 16px 18px; }
  .pulse-agent-card__head { padding-inline: 18px; }
  .pulse-code-card--agent .pulse-code-panel pre { min-height: 395px; }
  .pulse-setup-flow { grid-template-columns: 1fr; }
  .pulse-setup-step { min-height: 112px; }
  .pulse-page:not(.pulse-page--resource) .pulse-section { padding: 84px 0; }
  .pulse-page:not(.pulse-page--resource) .pulse-section h2 { font-size: 40px; }
  .pulse-page:not(.pulse-page--resource) .pulse-section__body ul { grid-template-columns: 1fr; }
  .pulse-final { min-height: 600px; }
  .pulse-final__actions { align-items: stretch; flex-direction: column; }
  .pulse-final__button { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .pulse-page:not(.pulse-page--resource),
  .pulse-page:not(.pulse-page--resource)::before {
    scroll-behavior: auto;
  }

  .pulse-signal__head i,
  .pulse-signal__rail span,
  .pulse-request,
  .pulse-signal__destination::before,
  .pulse-code-panel.is-active,
  .pulse-code-card.is-autoplaying .pulse-code-progress span,
  .pulse-page--enhanced .reveal.is-visible {
    animation: none;
  }

  .pulse-code-panel.is-active {
    opacity: 1;
    transform: none;
  }

  .pulse-page--enhanced .reveal,
  .pulse-mode-tab,
  .pulse-adapter-tab,
  .pulse-setup-step,
  .pulse-final__button {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
