:root {
  --sell-black: #050505;
  --sell-ink: #111111;
  --sell-paper: #f7f4ed;
  --sell-paper-deep: #ebe7de;
  --sell-red: #e3161d;
  --sell-red-dark: #b90e14;
  --sell-gray: #77736c;
  --sell-rule: #171717;
  --sell-shell: 1360px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.sell-body {
  margin: 0;
  overflow-x: hidden;
  color: var(--sell-ink);
  background: var(--sell-paper);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.sell-body::before {
  display: none;
}

.sell-body a {
  color: inherit;
}

.sell-body button,
.sell-body a {
  -webkit-tap-highlight-color: transparent;
}

.sell-body :focus-visible {
  outline: var(--hvy-interaction-focus-inner-width) solid var(--hvy-interaction-focus-inner-color);
  outline-offset: var(--hvy-interaction-focus-offset);
  box-shadow: 0 0 0 var(--hvy-interaction-focus-outer-width) var(--hvy-interaction-focus-outer-color);
}

.sell-shell {
  width: min(calc(100% - 72px), var(--sell-shell));
  margin-inline: auto;
}

.sell-header {
  position: relative;
  z-index: 20;
  color: #fff;
  background: var(--sell-black);
  border-bottom: 1px solid #292929;
}

.sell-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
}

.sell-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  text-decoration: none;
}

.sell-brand img {
  width: 38px;
  height: 38px;
  border: 1px solid #d8d8d8;
  border-radius: 9px;
}

.sell-brand strong,
.sell-footer strong {
  font-size: 2rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.065em;
}

.sell-nav {
  display: flex;
  align-items: center;
  gap: 36px;
}

.sell-nav a {
  color: #f3f3f3;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.sell-nav a:not(.sell-nav__cta):hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.sell-nav__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  background: var(--sell-red);
  border: 1px solid var(--sell-red);
}

.sell-nav__cta:hover {
  background: var(--sell-red-dark);
  border-color: var(--sell-red-dark);
}

.sell-nav-toggle {
  display: none;
  align-items: center;
  gap: 9px;
  padding: 9px 0;
  color: #fff;
  background: transparent;
  border: 0;
  font: 750 0.75rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sell-nav-toggle img {
  width: 20px;
  height: 20px;
}

.sell-hero {
  background: var(--sell-paper);
  border-bottom: 1px solid var(--sell-rule);
}

.sell-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(520px, 1.02fr);
  min-height: 690px;
}

.sell-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 68px 66px 68px 0;
  border-right: 1px solid var(--sell-rule);
}

.sell-eyebrow {
  margin: 0 0 24px;
  color: var(--sell-red);
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.sell-hero h1,
.compare-heading h2,
.work-heading h2,
.boundary-section h2,
.offer-section h2 {
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
  font-weight: 400;
}

.sell-hero h1 {
  max-width: 10.5ch;
  margin: 0;
  font-size: clamp(4.35rem, 6.1vw, 6.35rem);
  line-height: 0.9;
  letter-spacing: -0.035em;
}

.sell-hero h1 em {
  color: var(--sell-red);
  font-style: normal;
}

.sell-deck {
  max-width: 43ch;
  margin: 30px 0 0;
  font-size: clamp(1.05rem, 1.35vw, 1.24rem);
  font-weight: 650;
  line-height: 1.55;
}

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

.sell-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 25px;
  border: 1px solid var(--sell-rule);
  border-radius: 0;
  font-size: 0.96rem;
  font-weight: 800;
  text-decoration: none;
  transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.sell-button:hover {
  transform: translateY(var(--nokie-motion-distance-hover));
}

.sell-button--primary {
  color: #fff !important;
  background: var(--sell-red);
  border-color: var(--sell-red);
}

.sell-button--primary:hover {
  background: var(--sell-red-dark);
  border-color: var(--sell-red-dark);
}

.sell-button--plain {
  min-height: auto;
  padding: 5px 0;
  border: 0;
  border-bottom: 2px solid var(--sell-rule);
}

.sell-button--secondary {
  color: #fff !important;
  background: transparent;
  border-color: #fff;
}

.sell-button--secondary:hover {
  color: var(--sell-black) !important;
  background: #fff;
}

.sell-offer-line {
  display: grid;
  gap: 8px;
  margin-top: 30px;
  font-size: 0.82rem;
}

.sell-offer-line strong {
  color: var(--sell-red);
  font-size: 0.95rem;
}

.job-compare {
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 62px 0 62px 62px;
}

.job-compare__old {
  padding: 0 0 38px;
  border-bottom: 1px solid #aaa69d;
}

.job-compare__old > p,
.job-compare__nokie > p {
  max-width: 14ch;
  margin: 0;
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
  font-size: 2.1rem;
  line-height: 1.08;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}

.job-compare__old ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  max-width: 510px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.job-compare__old li {
  position: relative;
  padding-top: 58px;
  font-size: 0.8rem;
  font-weight: 650;
  text-align: center;
  text-transform: lowercase;
}

.job-compare__old li::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 42px;
  border: 2px solid var(--sell-rule);
  transform: translateX(-50%);
  content: "";
}

.job-compare__old li:first-child::before {
  width: 22px;
  border-radius: 12px;
}

.job-compare__old li:nth-child(2)::before {
  border-radius: 3px;
  box-shadow: inset 0 -9px 0 var(--sell-paper), inset 0 -11px 0 var(--sell-ink), inset 0 -19px 0 var(--sell-paper), inset 0 -21px 0 var(--sell-ink);
}

.job-compare__old li + li::after {
  position: absolute;
  top: 18px;
  right: calc(100% + 7px);
  color: var(--sell-ink);
  font-size: 1.8rem;
  font-weight: 300;
  content: "→";
}

.job-compare__nokie {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 38px;
}

.job-compare__nokie > p {
  color: var(--sell-red);
}

.mail-proof {
  overflow: hidden;
  width: min(100%, 540px);
  margin-top: 28px;
  background: #fff;
  border: 2px solid var(--sell-rule);
  border-radius: 10px;
}

.mail-proof__chrome {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 14px;
  color: #686868;
  background: #f6f6f6;
  border-bottom: 1px solid #b7b7b7;
  font-size: 0.72rem;
}

.mail-proof__chrome i {
  width: 9px;
  height: 9px;
  background: var(--sell-red);
  border-radius: 50%;
}

.mail-proof__chrome i:nth-child(2) {
  background: #e0ad37;
}

.mail-proof__chrome i:nth-child(3) {
  background: #66a54c;
}

.mail-proof__chrome span {
  margin-left: 8px;
}

.mail-proof dl {
  margin: 0;
}

.mail-proof dl div {
  display: grid;
  grid-template-columns: 68px 1fr;
  min-height: 35px;
  padding: 0 14px;
  border-bottom: 1px solid #c4c4c4;
  font-size: 0.78rem;
}

.mail-proof dt,
.mail-proof dd {
  align-self: center;
  margin: 0;
}

.mail-proof dt {
  color: #666;
}

.mail-proof > p {
  min-height: 105px;
  margin: 0;
  padding: 17px 18px 10px;
  font-size: 0.9rem;
  line-height: 1.5;
}

.mail-proof > p b {
  display: inline-block;
  width: 2px;
  height: 1.1em;
  margin-left: 2px;
  vertical-align: -0.15em;
  background: var(--sell-red);
  animation: sell-cursor var(--nokie-motion-duration-cursor) steps(1) infinite;
}

.nokie-control {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 11px;
  width: calc(100% - 32px);
  min-height: 58px;
  margin: 0 16px 17px;
  padding: 8px 13px;
  color: #fff;
  background: var(--sell-black);
  border: 1px solid #242424;
  border-radius: 11px;
  text-align: left;
  cursor: pointer;
}

.nokie-control img {
  width: 29px;
  height: 29px;
  border-radius: 7px;
}

.nokie-control span {
  font-size: 0.82rem;
  font-weight: 750;
}

.nokie-control small {
  color: #aaa;
  font-size: 0.66rem;
  white-space: nowrap;
}

.job-compare__nokie.is-listening .nokie-control,
.nokie-control[aria-pressed="true"] {
  border-color: var(--sell-red);
}

.job-compare__nokie.is-finished .mail-proof > p {
  background: #fff9ef;
}

.job-compare__result {
  display: block;
  width: min(100%, 540px);
  margin-top: 14px;
  font-size: 0.83rem;
  font-weight: 650;
  text-align: center;
}

.compare-section {
  padding: 56px 0 64px;
  color: #fff;
  background: var(--sell-black);
}

.compare-heading {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(360px, 1.25fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 34px;
}

.compare-heading h2 {
  margin: 0;
  font-size: clamp(3rem, 4.2vw, 4.4rem);
  line-height: 0.95;
}

.compare-heading p {
  max-width: 58ch;
  margin: 0 0 5px;
  color: #d5d5d5;
  font-size: 1.02rem;
}

.comparison-table {
  border: 1px solid #858585;
}

.comparison-table__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr;
  min-height: 60px;
  background: var(--sell-paper);
  color: var(--sell-ink);
}

.comparison-table__row + .comparison-table__row {
  border-top: 1px solid var(--sell-rule);
}

.comparison-table__row > * {
  display: flex;
  align-items: center;
  padding: 15px 24px;
  border-right: 1px solid var(--sell-rule);
  font-size: 0.92rem;
}

.comparison-table__row > *:last-child {
  border-right: 0;
}

.comparison-table__row b {
  justify-content: center;
  color: var(--sell-red);
  text-align: center;
}

.comparison-table__head {
  min-height: 64px;
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.comparison-table__head strong {
  font-size: 1.15rem;
  font-weight: 400;
}

.comparison-table__head strong:nth-child(2) {
  justify-content: center;
  color: #fff;
  background: var(--sell-red);
}

.comparison-table__head strong:nth-child(3) {
  color: #fff;
  background: #696969;
}

.work-section {
  padding: 62px 0 68px;
  background: var(--sell-paper);
  border-bottom: 1px solid var(--sell-rule);
}

.work-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 42px;
}

.work-heading .sell-eyebrow {
  margin-bottom: 7px;
}

.work-heading h2 {
  max-width: 9ch;
  margin: 0;
  font-size: clamp(3rem, 4.8vw, 4.9rem);
  line-height: 0.95;
  text-align: right;
}

.work-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--sell-rule);
  border-bottom: 1px solid var(--sell-rule);
}

.work-list article {
  min-height: 230px;
  padding: 30px 28px;
  border-right: 1px solid var(--sell-rule);
}

.work-list article:last-child {
  border-right: 0;
}

.work-list span {
  color: var(--sell-red);
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
  font-size: 1.05rem;
}

.work-list h3 {
  max-width: 10ch;
  margin: 42px 0 10px;
  font-size: 1.3rem;
  line-height: 1.1;
}

.work-list p {
  max-width: 25ch;
  margin: 0;
  color: #56534d;
  font-size: 0.9rem;
  line-height: 1.55;
}

.boundary-section {
  color: #fff;
  background: var(--sell-black);
}

.boundary-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.boundary-grid article {
  min-height: 330px;
  padding: 62px 62px 60px 0;
}

.boundary-grid article + article {
  padding-right: 0;
  padding-left: 62px;
  border-left: 1px solid #767676;
}

.boundary-grid span {
  color: var(--sell-red);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.boundary-grid h2 {
  margin: 28px 0 18px;
  font-size: clamp(2.7rem, 4vw, 4.2rem);
  line-height: 0.95;
}

.boundary-grid p {
  max-width: 46ch;
  margin: 0;
  color: #ccc;
  font-size: 1rem;
  line-height: 1.6;
}

.offer-section {
  padding: 74px 0 82px;
  background: var(--sell-red);
}

.offer-section .sell-eyebrow {
  color: var(--sell-black);
}

.offer-grid {
  display: grid;
  grid-template-columns: 1fr minmax(390px, 0.72fr);
  gap: 90px;
  align-items: center;
}

.offer-section h2 {
  max-width: 9ch;
  margin: 0;
  font-size: clamp(4.2rem, 7vw, 7rem);
  line-height: 0.88;
  color: #fff;
}

.offer-card {
  padding: 36px;
  color: #fff;
  background: var(--sell-black);
  border: 1px solid #fff;
  box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.24);
}

.offer-card > p {
  margin: 0;
  color: #c5c5c5;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.offer-card > strong {
  display: block;
  margin-top: 9px;
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
  font-size: 5.3rem;
  font-weight: 400;
  line-height: 1;
}

.offer-card ul {
  display: grid;
  gap: 9px;
  margin: 19px 0 28px;
  padding: 22px 0 0;
  border-top: 1px solid #5d5d5d;
  list-style: none;
}

.offer-card li {
  position: relative;
  padding-left: 22px;
  font-size: 0.88rem;
}

.offer-card li::before {
  position: absolute;
  left: 0;
  color: var(--sell-red);
  content: "✓";
}

.offer-card .sell-button {
  width: 100%;
  margin-top: 10px;
}

.offer-card small {
  display: block;
  margin-top: 16px;
  color: #aaa;
  font-size: 0.72rem;
  text-align: center;
}

.sell-footer {
  padding: 44px 0 38px;
  color: #fff;
  background: var(--sell-black);
  border-top: 1px solid #333;
}

.sell-footer__grid {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 60px;
  align-items: end;
}

.sell-footer p {
  margin: 8px 0 0;
  color: #929292;
  font-size: 0.78rem;
}

.sell-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 22px;
}

.sell-footer a {
  color: #ccc;
  font-size: 0.76rem;
  font-weight: 700;
  text-decoration: none;
}

.sell-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

@keyframes sell-cursor {
  0%, 48% { opacity: 1; }
  49%, 100% { opacity: 0; }
}

.sales-hero {
  overflow: hidden;
  background: var(--sell-paper);
  border-bottom: 1px solid var(--sell-rule);
}

.sales-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.72fr);
  min-height: 720px;
}

.sales-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 72px 72px 0;
}

.sales-hero h1,
.sales-problem h2,
.sales-benefits h2,
.sales-audience h2,
.sales-position h2,
.sales-offer h2 {
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
  font-weight: 400;
}

.sales-hero h1 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(5rem, 7.8vw, 8.4rem);
  line-height: 0.85;
  letter-spacing: -0.03em;
}

.sales-hero h1 em {
  color: var(--sell-red);
  font-style: normal;
}

.sales-hero__deck {
  max-width: 51ch;
  margin: 32px 0 0;
  font-size: clamp(1.06rem, 1.35vw, 1.25rem);
  font-weight: 650;
  line-height: 1.55;
}

.sales-hero__terms {
  max-width: 58ch;
  margin: 27px 0 0;
  color: #5e5a54;
  font-size: 0.82rem;
  line-height: 1.55;
}

.sales-hero__terms strong {
  color: var(--sell-ink);
}

.sales-poster {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: calc((100vw - min(calc(100vw - 72px), var(--sell-shell))) / -2);
  padding: 72px max(38px, calc((100vw - var(--sell-shell)) / 2)) 72px 58px;
  color: #fff;
  background: var(--sell-red);
  border-left: 1px solid var(--sell-rule);
}

.sales-poster > p {
  max-width: 21ch;
  margin: 0 0 30px;
  color: var(--sell-black);
  font-size: 0.9rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sales-poster > strong {
  display: block;
  margin: 0;
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
  font-size: clamp(7.5rem, 12vw, 13rem);
  font-weight: 400;
  line-height: 0.73;
  letter-spacing: -0.035em;
}

.sales-poster > div {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 8px 26px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.7);
}

.sales-poster > div span {
  color: var(--sell-black);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sales-poster > small {
  margin-top: 26px;
  font-size: 0.78rem;
  font-weight: 750;
}

.sales-problem {
  padding: 78px 0 82px;
  color: #fff;
  background: var(--sell-black);
}

.sales-problem__grid {
  display: grid;
  grid-template-columns: minmax(370px, 0.85fr) minmax(420px, 1.15fr);
  gap: 100px;
  align-items: start;
}

.sales-problem h2 {
  max-width: 9.5ch;
  margin: 0;
  font-size: clamp(4.1rem, 6.2vw, 6.5rem);
  line-height: 0.88;
}

.sales-problem__grid > div {
  padding: 10px 0 6px 45px;
  border-left: 1px solid #6d6d6d;
}

.sales-problem__grid p {
  max-width: 53ch;
  margin: 0;
  color: #bababa;
  font-size: 1rem;
  line-height: 1.7;
}

.sales-problem__grid .sales-problem__lead {
  margin-bottom: 24px;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 650;
  line-height: 1.52;
}

.sales-benefits {
  padding: 76px 0 82px;
  background: var(--sell-paper);
}

.sales-benefits h2 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(4.1rem, 6.4vw, 6.7rem);
  line-height: 0.9;
}

.sales-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 58px;
  border-top: 1px solid var(--sell-rule);
  border-bottom: 1px solid var(--sell-rule);
}

.sales-benefits article {
  min-height: 290px;
  padding: 32px 34px 36px;
  border-right: 1px solid var(--sell-rule);
}

.sales-benefits article:first-child {
  padding-left: 0;
}

.sales-benefits article:last-child {
  padding-right: 0;
  border-right: 0;
}

.sales-benefits article > span {
  color: var(--sell-red);
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
}

.sales-benefits h3 {
  max-width: 12ch;
  margin: 54px 0 16px;
  font-size: 1.5rem;
  line-height: 1.08;
}

.sales-benefits article p {
  max-width: 35ch;
  margin: 0;
  color: #56534d;
  font-size: 0.93rem;
  line-height: 1.6;
}

.sales-audience {
  padding: 78px 0 84px;
  color: #fff;
  background: var(--sell-red);
}

.sales-audience .sell-eyebrow {
  color: var(--sell-black);
}

.sales-audience__grid {
  display: grid;
  grid-template-columns: minmax(400px, 1fr) minmax(420px, 0.9fr);
  gap: 105px;
}

.sales-audience h2 {
  max-width: 10.5ch;
  margin: 0;
  font-size: clamp(4.2rem, 6.3vw, 6.6rem);
  line-height: 0.9;
}

.sales-audience ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.7);
  list-style: none;
}

.sales-audience li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 22px;
  min-height: 72px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  color: var(--sell-black);
  font-size: 1.28rem;
  font-weight: 850;
}

.sales-audience li span {
  color: rgba(0, 0, 0, 0.68);
  font-size: 0.78rem;
  font-weight: 700;
  text-align: right;
}

.sales-position {
  padding: 92px 0 96px;
  color: #fff;
  background: var(--sell-black);
  text-align: center;
}

.sales-position__overline {
  margin: 0 0 26px;
  color: var(--sell-red);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sales-position h2 {
  max-width: 14ch;
  margin: 0 auto;
  font-size: clamp(4.1rem, 6.8vw, 7.1rem);
  line-height: 0.91;
}

.sales-position h2 em {
  color: var(--sell-red);
  font-style: normal;
}

.sales-position > .sell-shell > p:last-child {
  max-width: 55ch;
  margin: 34px auto 0;
  color: #bdbdbd;
  font-size: 1rem;
  line-height: 1.65;
}

.sales-offer {
  padding: 78px 0 86px;
  background: var(--sell-paper);
}

.sales-offer__grid {
  display: grid;
  grid-template-columns: minmax(430px, 1fr) minmax(390px, 0.68fr);
  gap: 105px;
  align-items: center;
}

.sales-offer h2 {
  margin: 0;
  font-size: clamp(4.9rem, 7.6vw, 8rem);
  line-height: 0.88;
}

.sales-offer h2 em {
  color: var(--sell-red);
  font-style: normal;
}

.sales-offer__grid > div:first-child > p:last-child {
  max-width: 47ch;
  margin: 30px 0 0;
  color: #56534d;
  font-size: 1.05rem;
  line-height: 1.6;
}

.sales-offer__card {
  padding: 35px;
  color: #fff;
  background: var(--sell-black);
  border: 1px solid var(--sell-black);
  box-shadow: 12px 12px 0 var(--sell-red);
}

.sales-offer__card > div {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #595959;
}

.sales-offer__card > div span {
  color: #bdbdbd;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sales-offer__card > div strong {
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
  font-size: 4.7rem;
  font-weight: 400;
  line-height: 0.8;
}

.sales-offer__card ul {
  display: grid;
  gap: 10px;
  margin: 25px 0 28px;
  padding: 0;
  list-style: none;
}

.sales-offer__card li {
  position: relative;
  padding-left: 23px;
  font-size: 0.88rem;
}

.sales-offer__card li::before {
  position: absolute;
  left: 0;
  color: var(--sell-red);
  font-weight: 900;
  content: "✓";
}

.sales-offer__card .sell-button {
  width: 100%;
  margin-top: 10px;
}

.sales-offer__card small {
  display: block;
  margin-top: 16px;
  color: #9b9b9b;
  font-size: 0.72rem;
  text-align: center;
}

.pricing-hero {
  padding: 78px 0 84px;
  color: #fff;
  background: var(--sell-black);
}

.pricing-hero__grid {
  display: grid;
  grid-template-columns: 1fr minmax(390px, 0.7fr);
  gap: 90px;
  align-items: center;
}

.pricing-hero h1 {
  max-width: 11ch;
  margin: 0;
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
  font-size: clamp(4.4rem, 7vw, 7.4rem);
  font-weight: 400;
  line-height: 0.88;
}

.pricing-hero h1 em {
  color: var(--sell-red);
  font-style: normal;
}

.pricing-hero__grid > div > p:last-child {
  max-width: 47ch;
  margin: 32px 0 0;
  color: #c8c8c8;
  font-size: 1.08rem;
}

.pricing-checkout {
  padding: 36px;
  color: var(--sell-ink);
  background: var(--sell-paper);
  border: 1px solid #fff;
  box-shadow: 12px 12px 0 var(--sell-red);
}

.pricing-checkout > p {
  margin: 0;
  color: var(--sell-red);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pricing-checkout > strong {
  display: inline-block;
  margin-top: 12px;
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
  font-size: 5.7rem;
  font-weight: 400;
  line-height: 1;
}

.pricing-checkout > span {
  margin-left: 10px;
  color: #777;
  font-size: 0.84rem;
  font-weight: 750;
}

.pricing-checkout ul {
  display: grid;
  gap: 9px;
  margin: 20px 0 28px;
  padding: 21px 0 0;
  border-top: 1px solid #aaa69d;
  list-style: none;
}

.pricing-checkout li {
  position: relative;
  padding-left: 23px;
  font-size: 0.9rem;
}

.pricing-checkout li::before {
  position: absolute;
  left: 0;
  color: var(--sell-red);
  font-weight: 900;
  content: "✓";
}

.pricing-checkout .sell-button {
  width: 100%;
  margin-top: 10px;
}

.pricing-checkout__trial {
  background: transparent;
}

.pricing-checkout small {
  display: block;
  margin-top: 16px;
  color: #6f6b64;
  text-align: center;
}

.pricing-checkout .is-disabled {
  color: #888 !important;
  background: #d6d2ca;
  border-color: #aaa69d;
  cursor: not-allowed;
  transform: none;
}

.pricing-answers {
  padding: 72px 0 84px;
  background: var(--sell-paper);
}

.pricing-answers h2 {
  max-width: 11ch;
  margin: 0 0 42px;
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
  font-size: clamp(3.6rem, 5.5vw, 5.8rem);
  font-weight: 400;
  line-height: 0.92;
}

.pricing-answers__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--sell-rule);
  border-left: 1px solid var(--sell-rule);
}

.pricing-answers article {
  min-height: 230px;
  padding: 30px;
  border-right: 1px solid var(--sell-rule);
  border-bottom: 1px solid var(--sell-rule);
}

.pricing-answers article > span {
  color: var(--sell-red);
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
}

.pricing-answers h3 {
  margin: 36px 0 12px;
  font-size: 1.25rem;
}

.pricing-answers article p {
  max-width: 48ch;
  margin: 0;
  color: #56534d;
}

.pricing-status-note {
  margin-top: 28px;
  padding: 18px 21px;
  color: #6a201d;
  background: #f1d8d3;
  border-left: 4px solid var(--sell-red);
  font-size: 0.78rem;
}

.pricing-status-note p {
  margin: 3px 0;
}

@media (max-width: 1100px) {
  .sell-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.9fr);
  }

  .sell-hero__copy {
    padding-right: 44px;
  }

  .job-compare {
    padding-left: 44px;
  }

  .sell-hero h1 {
    font-size: clamp(4rem, 7vw, 5.3rem);
  }

  .sales-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(365px, 0.62fr);
  }

  .sales-hero__copy {
    padding-right: 50px;
  }

  .sales-audience__grid,
  .sales-offer__grid {
    gap: 65px;
  }
}

@media (max-width: 940px) {
  .sales-problem__grid,
  .sales-audience__grid,
  .sales-offer__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .sales-problem__grid > div {
    padding: 34px 0 0;
    border-top: 1px solid #6d6d6d;
    border-left: 0;
  }

  .sales-audience h2 {
    max-width: 11ch;
  }
}

@media (max-width: 860px) {
  .sell-shell {
    width: min(calc(100% - 40px), var(--sell-shell));
  }

  .sell-nav-toggle {
    display: inline-flex;
  }

  .sell-nav {
    position: absolute;
    top: 100%;
    right: 20px;
    left: 20px;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    background: var(--sell-black);
    border: 1px solid #454545;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.32);
  }

  .sell-nav.is-open {
    display: grid;
  }

  .sell-nav a {
    padding: 14px;
  }

  .sell-nav__cta {
    margin-top: 4px;
  }

  .sell-hero__grid {
    grid-template-columns: 1fr;
  }

  .sales-hero__grid,
  .sales-problem__grid,
  .sales-audience__grid,
  .sales-offer__grid {
    grid-template-columns: 1fr;
  }

  .sales-hero__copy {
    padding: 68px 0 58px;
  }

  .sales-poster {
    min-height: 540px;
    margin-right: calc((100vw - min(calc(100vw - 40px), var(--sell-shell))) / -2);
    margin-left: calc((100vw - min(calc(100vw - 40px), var(--sell-shell))) / -2);
    padding-right: 38px;
    padding-left: max(38px, calc((100vw - var(--sell-shell)) / 2));
    border-top: 1px solid var(--sell-rule);
    border-left: 0;
  }

  .sales-problem__grid,
  .sales-audience__grid,
  .sales-offer__grid {
    gap: 50px;
  }

  .sales-problem__grid > div {
    padding: 34px 0 0;
    border-top: 1px solid #6d6d6d;
    border-left: 0;
  }

  .sales-audience h2 {
    max-width: 11ch;
  }

  .sell-hero__copy {
    padding: 70px 0 58px;
    border-right: 0;
  }

  .job-compare {
    padding: 55px 0 60px;
    border-top: 1px solid var(--sell-rule);
  }

  .job-compare__old ol,
  .mail-proof,
  .job-compare__result {
    width: 100%;
    max-width: none;
  }

  .compare-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .work-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .work-list article:nth-child(2) {
    border-right: 0;
  }

  .work-list article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--sell-rule);
  }

  .offer-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .offer-section h2 {
    max-width: none;
  }

  .pricing-hero__grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }
}

@media (max-width: 620px) {
  .sell-shell {
    width: min(calc(100% - 28px), var(--sell-shell));
  }

  .sell-header__inner {
    min-height: 70px;
  }

  .sell-brand img {
    width: 32px;
    height: 32px;
  }

  .sell-brand strong {
    font-size: 1.7rem;
  }

  .sell-hero__copy {
    padding: 52px 0 46px;
  }

  .sales-hero__copy {
    padding: 52px 0 48px;
  }

  .sales-hero h1 {
    font-size: clamp(4.4rem, 20vw, 5.4rem);
  }

  .sales-hero__deck {
    margin-top: 26px;
    font-size: 1rem;
  }

  .sales-poster {
    min-height: 460px;
    margin-right: -14px;
    margin-left: -14px;
    padding: 48px 28px;
  }

  .sales-poster > strong {
    font-size: clamp(8rem, 39vw, 10rem);
  }

  .sales-problem,
  .sales-benefits,
  .sales-audience,
  .sales-position,
  .sales-offer {
    padding-block: 56px 62px;
  }

  .sales-problem h2,
  .sales-benefits h2,
  .sales-audience h2,
  .sales-position h2,
  .sales-offer h2 {
    font-size: 4rem;
  }

  .sales-problem__grid,
  .sales-audience__grid,
  .sales-offer__grid {
    gap: 38px;
  }

  .sales-problem__grid .sales-problem__lead {
    font-size: 1.15rem;
  }

  .sales-benefits__grid {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .sales-benefits article,
  .sales-benefits article:first-child,
  .sales-benefits article:last-child {
    min-height: 0;
    padding: 26px 0 30px;
    border-right: 0;
    border-bottom: 1px solid var(--sell-rule);
  }

  .sales-benefits article:last-child {
    border-bottom: 0;
  }

  .sales-benefits h3 {
    max-width: none;
    margin: 22px 0 11px;
  }

  .sales-audience li {
    align-items: start;
    flex-direction: column;
    gap: 5px;
  }

  .sales-audience li span {
    text-align: left;
  }

  .sales-position {
    text-align: left;
  }

  .sales-position h2 {
    margin-left: 0;
  }

  .sales-position > .sell-shell > p:last-child {
    margin-left: 0;
  }

  .sales-offer__card {
    padding: 28px 22px;
    box-shadow: 8px 8px 0 var(--sell-red);
  }

  .sell-eyebrow {
    margin-bottom: 18px;
    font-size: 0.78rem;
  }

  .sell-hero h1 {
    max-width: 10.8ch;
    font-size: clamp(3.7rem, 17.5vw, 4.7rem);
  }

  .sell-deck {
    margin-top: 25px;
    font-size: 1rem;
  }

  .sell-actions {
    display: grid;
    gap: 17px;
    margin-top: 28px;
  }

  .sell-actions .sell-button {
    width: 100%;
  }

  .sell-actions .sell-button--plain {
    width: max-content;
  }

  .sell-offer-line {
    line-height: 1.55;
  }

  .job-compare {
    padding: 44px 0 48px;
  }

  .job-compare__old {
    padding-bottom: 30px;
  }

  .job-compare__old > p,
  .job-compare__nokie > p {
    font-size: 1.8rem;
  }

  .job-compare__old ol {
    gap: 15px;
    margin-top: 27px;
  }

  .job-compare__old li {
    padding-top: 50px;
    font-size: 0.67rem;
  }

  .job-compare__old li::before {
    transform: translateX(-50%) scale(0.82);
    transform-origin: top center;
  }

  .job-compare__old li + li::after {
    right: calc(100% + 1px);
    font-size: 1.2rem;
  }

  .mail-proof {
    margin-top: 22px;
    border-radius: 7px;
  }

  .mail-proof dl div {
    grid-template-columns: 55px 1fr;
    padding-inline: 10px;
  }

  .mail-proof > p {
    min-height: 120px;
    padding: 15px 12px 8px;
    font-size: 0.82rem;
  }

  .nokie-control {
    grid-template-columns: 29px 1fr;
    width: calc(100% - 20px);
    margin: 0 10px 11px;
    padding: 8px 10px;
  }

  .nokie-control small {
    grid-column: 2;
  }

  .compare-section {
    padding: 46px 0 50px;
  }

  .compare-heading h2 {
    font-size: 3.25rem;
  }

  .compare-heading p {
    font-size: 0.92rem;
  }

  .comparison-table {
    border: 0;
  }

  .comparison-table__row {
    grid-template-columns: 0.85fr 1fr 1.05fr;
    min-height: 0;
  }

  .comparison-table__row > * {
    min-width: 0;
    padding: 12px 8px;
    font-size: 0.67rem;
    line-height: 1.3;
  }

  .comparison-table__head strong {
    font-size: 0.72rem;
  }

  .work-section {
    padding: 48px 0 52px;
  }

  .work-heading {
    display: block;
    margin-bottom: 28px;
  }

  .work-heading h2 {
    max-width: 9ch;
    font-size: 3.45rem;
    text-align: left;
  }

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

  .work-list article,
  .work-list article:nth-child(2) {
    min-height: 0;
    padding: 24px 4px 26px;
    border-right: 0;
    border-bottom: 1px solid var(--sell-rule);
  }

  .work-list article:last-child {
    border-bottom: 0;
  }

  .work-list h3 {
    max-width: none;
    margin: 15px 0 6px;
  }

  .work-list p {
    max-width: 35ch;
  }

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

  .boundary-grid article,
  .boundary-grid article + article {
    min-height: 0;
    padding: 48px 0;
    border-left: 0;
  }

  .boundary-grid article + article {
    border-top: 1px solid #656565;
  }

  .boundary-grid h2 {
    font-size: 3rem;
  }

  .offer-section {
    padding: 56px 0 65px;
  }

  .offer-grid {
    gap: 36px;
  }

  .offer-section h2 {
    font-size: 4.35rem;
  }

  .offer-card {
    padding: 27px 22px;
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.24);
  }

  .pricing-hero {
    padding: 56px 0 66px;
  }

  .pricing-hero h1 {
    font-size: 4.4rem;
  }

  .pricing-checkout {
    padding: 28px 22px;
    box-shadow: 8px 8px 0 var(--sell-red);
  }

  .pricing-answers {
    padding: 52px 0 62px;
  }

  .pricing-answers__grid {
    grid-template-columns: 1fr;
  }

  .pricing-answers article {
    min-height: 0;
    padding: 24px 20px 28px;
  }

  .pricing-answers h3 {
    margin-top: 20px;
  }

  .sell-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }

  .sell-footer nav {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .mail-proof > p b {
    animation: none;
  }

  .sell-button {
    transition: none;
  }
}

/* Legal/status notices sit on a warm light panel even though the legacy
   editorial shell inherits dark-theme tokens. Pin readable foregrounds. */
.legacy-content-body .notice {
  color: #57534d;
}

.legacy-content-body .notice a {
  color: #383531;
}

/* Narrow-screen containment shared by pricing, legal, support, and release pages. */
@media (max-width: 620px) {
  .sell-body .sell-shell,
  .pricing-page .sell-shell {
    width: calc(100% - 28px);
    max-width: 100%;
  }

  .sell-body main,
  .sell-body section,
  .sell-body article,
  .sell-body div,
  .pricing-hero__grid,
  .pricing-checkout,
  .pricing-answers__grid,
  .pricing-answers article {
    min-width: 0;
  }

  .sell-body h1,
  .sell-body h2,
  .sell-body h3,
  .sell-body p,
  .sell-body li,
  .sell-body summary,
  .pricing-hero h1,
  .pricing-checkout,
  .pricing-answers h2,
  .pricing-answers h3 {
    overflow-wrap: anywhere;
  }

  .sell-body .sell-button,
  .sell-body button,
  .pricing-checkout .sell-button,
  .sell-faq summary {
    min-height: 44px;
  }

  .pricing-hero h1 {
    max-width: 100%;
    font-size: clamp(2.7rem, 13vw, 4rem);
    line-height: 1;
  }

  .pricing-checkout,
  .pricing-answers article {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* Shared editorial shell for support, release, and policy pages. These pages
   retain their semantic content components while using the same launch visual
   language as the homepage and pricing page. */
.legacy-content-body {
  color: var(--sell-ink);
  background: var(--sell-paper);
}

.legacy-content-body .site-shell {
  width: min(calc(100% - 72px), var(--sell-shell));
  margin-inline: auto;
}

.legacy-content-body .site-header {
  position: relative;
  z-index: 20;
  color: #fff;
  background: var(--sell-black);
  border-bottom: 1px solid #292929;
  backdrop-filter: none;
}

.legacy-content-body .site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
}

.legacy-content-body .brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  text-decoration: none;
}

.legacy-content-body .brand__glyph {
  width: 38px;
  height: 38px;
  background: url("./nokie-mark-128.png") center / cover no-repeat;
  border: 1px solid #d8d8d8;
  border-radius: 9px;
  box-shadow: none;
}

.legacy-content-body .brand__name {
  color: #fff;
  font-size: 2rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.065em;
}

.legacy-content-body .brand__tag {
  display: none;
}

.legacy-content-body .site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.legacy-content-body .site-nav a {
  color: #f3f3f3;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.legacy-content-body .site-nav a:hover,
.legacy-content-body .site-nav a[aria-current="page"] {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.legacy-content-body .simple-hero {
  padding: 76px 0 68px;
  color: #fff;
  background: var(--sell-black);
  border-bottom: 8px solid var(--sell-red);
}

.legacy-content-body .simple-hero .eyebrow,
.legacy-content-body .card__kicker {
  color: var(--sell-red);
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.legacy-content-body .simple-hero h1 {
  max-width: 16ch;
  margin: 12px 0 0;
  color: #fff;
  font-family: Impact, "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
  font-size: clamp(3.5rem, 6vw, 6.2rem);
  font-weight: 400;
  line-height: 0.92;
}

.legacy-content-body .simple-hero .section-intro {
  max-width: 68ch;
  color: #d8d8d8;
}

.legacy-content-body .section {
  padding: 68px 0;
  color: var(--sell-ink);
  background: var(--sell-paper);
  border-bottom: 1px solid var(--sell-rule);
}

.legacy-content-body .card,
.legacy-content-body .legal-block,
.legacy-content-body .table-wrap {
  color: var(--sell-ink);
  background: #fff;
  border: 1px solid var(--sell-rule);
  border-radius: 0;
  box-shadow: none;
}

.legacy-content-body .card p,
.legacy-content-body .card li,
.legacy-content-body .section-intro,
.legacy-content-body td,
.legacy-content-body dd {
  color: #4f4b45;
}

.legacy-content-body .button--primary {
  color: #fff;
  background: var(--sell-red);
  border-color: var(--sell-red);
}

.legacy-content-body .footer {
  color: #d5d5d5;
  background: var(--sell-black);
  border-top: 0;
}

.legacy-content-body .footer a,
.legacy-content-body .footer strong {
  color: #fff;
}

@media (max-width: 820px) {
  .legacy-content-body .site-shell {
    width: min(calc(100% - 36px), var(--sell-shell));
  }

  .legacy-content-body .site-header__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    padding: 18px 0;
  }

  .legacy-content-body .site-nav {
    overflow-x: auto;
    width: 100%;
    padding-bottom: 6px;
    gap: 18px;
  }

  .legacy-content-body .site-nav a {
    white-space: nowrap;
  }
}
