:root {
  --sales-ink: #101521;
  --sales-muted: #5f6879;
  --sales-line: rgba(16, 21, 33, 0.12);
  --sales-soft-line: rgba(16, 21, 33, 0.07);
  --sales-surface: rgba(255, 255, 255, 0.82);
  --sales-surface-solid: #ffffff;
  --sales-blue: #0a72e8;
  --sales-green: #24ad59;
  --sales-yellow: #e6b800;
}

body.sales-site {
  min-height: 100vh;
  background:
    linear-gradient(180deg, #ffffff 0%, #f6f9fc 58%, #eef7f4 100%),
    #f6f8fb;
  color: var(--sales-ink);
}

body.sales-site::before {
  height: 460px;
  background:
    linear-gradient(90deg, rgba(10, 114, 232, 0.08), transparent 36%),
    linear-gradient(270deg, rgba(36, 173, 89, 0.08), transparent 38%);
}

body.sales-site::after {
  top: 190px;
  left: -90px;
  width: 520px;
  opacity: 0.42;
}

.sales-site .site-header {
  position: relative;
  z-index: 20;
  width: min(1180px, calc(100% - 40px));
  padding: 22px 0 10px;
}

.sales-site .site-nav {
  gap: 6px 22px;
  font-size: 12px;
}

.sales-site main {
  display: block;
}

.sales-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.sales-kicker,
.sales-label,
.sales-price,
.sales-proof-state,
.sales-step-index,
.sales-trust-item span,
.sales-brief-label {
  font-family: ui-monospace, "SF Mono", Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  font-weight: 780;
  line-height: 1.35;
  text-transform: uppercase;
}

.sales-kicker,
.sales-label,
.sales-step-index,
.sales-brief-label {
  color: rgba(16, 21, 33, 0.52);
}

.sales-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 72px;
  align-items: center;
  min-height: 680px;
  padding: 42px 0 72px;
}

.sales-hero-copy {
  display: grid;
  max-width: 690px;
  gap: 22px;
}

.sales-signal {
  display: flex;
  gap: 12px;
  align-items: center;
  width: 112px;
  height: 7px;
}

.sales-signal span {
  display: block;
  height: 6px;
  border-radius: 999px;
}

.sales-signal span:nth-child(1) {
  width: 34px;
  background: var(--sales-ink);
}

.sales-signal span:nth-child(2) {
  width: 20px;
  background: var(--sales-green);
}

.sales-signal span:nth-child(3) {
  width: 25px;
  background: var(--sales-blue);
}

.sales-signal span:nth-child(4) {
  width: 14px;
  background: var(--sales-yellow);
}

.sales-hero h1 {
  max-width: 680px;
  font-size: 74px;
  font-weight: 790;
  line-height: 0.96;
  letter-spacing: 0;
}

.sales-hero-statement {
  max-width: 640px;
  color: var(--sales-ink);
  font-size: 30px;
  font-weight: 730;
  line-height: 1.16;
}

.sales-hero-copy > p:not(.sales-hero-statement) {
  max-width: 620px;
  color: var(--sales-muted);
  font-size: 18px;
  font-weight: 560;
  line-height: 1.55;
}

.sales-actions,
.sales-card-actions,
.sales-founder-links,
.sales-close-actions,
.sales-brief-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.sales-button,
.sales-text-link,
.sales-brief-action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sales-line);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 760;
  line-height: 1.2;
  text-align: center;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.sales-button,
.sales-brief-action {
  padding: 0 20px;
}

.sales-button.primary,
.sales-brief-action.primary {
  border-color: var(--sales-ink);
  background: var(--sales-ink);
  color: #ffffff;
}

.sales-button.secondary,
.sales-brief-action.secondary {
  background: rgba(255, 255, 255, 0.62);
  color: var(--sales-ink);
}

.sales-button:hover,
.sales-brief-action:hover {
  border-color: rgba(10, 114, 232, 0.42);
  transform: translateY(-1px);
}

.sales-button.primary:hover,
.sales-brief-action.primary:hover {
  background: #1a2231;
}

.sales-text-link {
  min-height: 40px;
  padding: 0 4px;
  border-color: transparent;
  color: var(--sales-blue);
}

.sales-text-link:hover {
  color: var(--sales-ink);
}

.sales-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  align-items: center;
  padding-top: 2px;
  color: rgba(16, 21, 33, 0.56);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}

.sales-trust-row span {
  position: relative;
}

.sales-trust-row span:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -13px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(16, 21, 33, 0.28);
  content: "";
  transform: translateY(-50%);
}

.sales-hero-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
}

.sales-proof-tile {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  background: #e9eef4;
  box-shadow: 0 24px 64px rgba(16, 21, 33, 0.12);
}

.sales-proof-tile:nth-child(2),
.sales-proof-tile:nth-child(4) {
  transform: translateY(34px);
}

.sales-proof-tile img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: top center;
  transition: transform 240ms ease;
}

.sales-proof-tile:hover img {
  transform: scale(1.018);
}

.sales-proof-tile::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 48%;
  background: linear-gradient(180deg, transparent, rgba(9, 13, 21, 0.76));
  content: "";
}

.sales-proof-caption {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 13px;
  left: 14px;
  display: grid;
  gap: 3px;
  color: #ffffff;
}

.sales-proof-caption strong {
  font-size: 15px;
  line-height: 1.2;
}

.sales-proof-caption span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 690;
}

.sales-band {
  padding: 86px 0;
  border-top: 1px solid var(--sales-soft-line);
}

.sales-band-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.58fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 38px;
}

.sales-band-heading > div {
  display: grid;
  gap: 12px;
}

.sales-band-heading h2,
.sales-close h2,
.sales-detail-hero h1 {
  max-width: 760px;
  font-size: 48px;
  font-weight: 770;
  line-height: 1.06;
  letter-spacing: 0;
}

.sales-band-heading p,
.sales-close p,
.sales-detail-hero p {
  color: var(--sales-muted);
  font-size: 17px;
  font-weight: 540;
  line-height: 1.55;
}

.sales-work-grid,
.sales-offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.sales-work-card,
.sales-offer-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--sales-line);
  border-radius: 8px;
  background: var(--sales-surface);
}

.sales-work-card {
  display: grid;
  min-height: 410px;
  grid-template-rows: 250px 1fr;
}

.sales-work-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: top center;
}

.sales-work-copy {
  display: grid;
  gap: 9px;
  align-content: start;
  padding: 18px;
}

.sales-work-copy strong,
.sales-offer-card h3,
.sales-step strong,
.sales-founder-copy h2,
.sales-brief-panel h2 {
  color: var(--sales-ink);
  font-size: 21px;
  font-weight: 760;
  line-height: 1.16;
}

.sales-work-copy p,
.sales-offer-card p,
.sales-step p,
.sales-founder-copy p,
.sales-brief-panel p {
  color: var(--sales-muted);
  font-size: 14px;
  font-weight: 520;
  line-height: 1.48;
}

.sales-proof-state {
  color: var(--sales-green);
}

.sales-offer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sales-offer-card {
  display: grid;
  gap: 18px;
  align-content: start;
  min-height: 340px;
  padding: 24px;
}

.sales-offer-card.featured {
  border-color: rgba(10, 114, 232, 0.3);
  background:
    linear-gradient(145deg, rgba(10, 114, 232, 0.08), rgba(255, 255, 255, 0.9) 52%, rgba(36, 173, 89, 0.07)),
    #ffffff;
}

.sales-offer-card h3 {
  font-size: 27px;
}

.sales-price {
  color: var(--sales-ink);
  font-size: 14px;
}

.sales-offer-list {
  display: grid;
  gap: 8px;
}

.sales-offer-list li {
  position: relative;
  padding-left: 18px;
  color: var(--sales-muted);
  font-size: 14px;
  font-weight: 560;
  line-height: 1.42;
}

.sales-offer-list li::before {
  position: absolute;
  top: 8px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sales-green);
  content: "";
}

.sales-card-actions {
  align-self: end;
  margin-top: auto;
}

.sales-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--sales-line);
  border-bottom: 1px solid var(--sales-line);
}

.sales-step {
  display: grid;
  gap: 12px;
  min-height: 220px;
  align-content: start;
  padding: 26px 24px;
  border-right: 1px solid var(--sales-line);
}

.sales-step:last-child {
  border-right: 0;
}

.sales-founder {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 0.42fr);
  gap: 72px;
  align-items: start;
}

.sales-founder-copy {
  display: grid;
  gap: 16px;
}

.sales-founder-copy h2 {
  max-width: 720px;
  font-size: 42px;
}

.sales-founder-points {
  display: grid;
  border-top: 1px solid var(--sales-line);
}

.sales-trust-item {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid var(--sales-line);
}

.sales-trust-item strong {
  font-size: 14px;
  line-height: 1.4;
}

.sales-founder-links a {
  color: var(--sales-blue);
  font-size: 14px;
  font-weight: 720;
}

.sales-close {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) auto;
  gap: 50px;
  align-items: center;
  padding: 72px;
  border: 1px solid var(--sales-line);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(10, 114, 232, 0.07), rgba(255, 255, 255, 0.94) 45%, rgba(36, 173, 89, 0.08)),
    #ffffff;
}

.sales-close-copy {
  display: grid;
  gap: 13px;
}

.sales-site .site-footer {
  width: min(1180px, calc(100% - 40px));
  margin-top: 90px;
  padding-bottom: 110px;
}

.sales-site .site-footer nav {
  max-width: 560px;
}

.sales-detail {
  padding-top: 34px;
}

.sales-back-link {
  display: inline-flex;
  margin-bottom: 34px;
  color: rgba(16, 21, 33, 0.56);
  font-family: ui-monospace, "SF Mono", Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  font-weight: 760;
}

.sales-back-link:hover {
  color: var(--sales-blue);
}

.sales-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.45fr);
  gap: 64px;
  align-items: end;
  padding: 42px 0 66px;
}

.sales-detail-hero > div {
  display: grid;
  gap: 18px;
}

.sales-detail-hero h1 {
  font-size: 60px;
}

.sales-detail-facts {
  display: grid;
  border-top: 1px solid var(--sales-line);
}

.sales-detail-fact {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--sales-line);
}

.sales-detail-fact span {
  color: rgba(16, 21, 33, 0.52);
  font-family: ui-monospace, "SF Mono", Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  font-weight: 760;
  text-transform: uppercase;
}

.sales-detail-fact strong {
  font-size: 14px;
  line-height: 1.4;
}

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

.sales-service-row {
  display: grid;
  grid-template-columns: 0.7fr 1.2fr 0.66fr auto;
  gap: 30px;
  align-items: center;
  min-height: 142px;
  padding: 22px 0;
  border-bottom: 1px solid var(--sales-line);
}

.sales-service-row h3 {
  font-size: 23px;
  line-height: 1.18;
}

.sales-service-row p {
  color: var(--sales-muted);
  font-size: 14px;
  line-height: 1.48;
}

.sales-service-row .sales-price {
  text-align: right;
}

.sales-service-row .sales-text-link {
  min-width: 96px;
}

.sales-brief-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(360px, 1fr);
  gap: 42px;
  align-items: start;
  padding: 34px;
  border: 1px solid var(--sales-line);
  border-radius: 8px;
  background: var(--sales-surface);
}

.sales-brief-copy {
  display: grid;
  gap: 15px;
}

.sales-route-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.sales-route-option {
  min-height: 42px;
  border: 1px solid var(--sales-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--sales-muted);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 760;
}

.sales-route-option.is-active,
.sales-route-option[aria-pressed="true"] {
  border-color: var(--sales-ink);
  background: var(--sales-ink);
  color: #ffffff;
}

.sales-brief-preview {
  min-height: 320px;
  margin: 14px 0 0;
  padding: 18px;
  overflow: auto;
  border: 1px solid var(--sales-line);
  border-radius: 8px;
  background: #f7f9fc;
  color: #343d4d;
  font-family: ui-monospace, "SF Mono", Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  line-height: 1.6;
  white-space: pre-wrap;
}

.sales-brief-status {
  min-height: 20px;
  color: var(--sales-green);
  font-size: 12px;
  font-weight: 700;
}

.sales-no-secrets {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  margin-top: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--sales-line);
  border-bottom: 1px solid var(--sales-line);
}

.sales-no-secrets strong {
  font-size: 14px;
  line-height: 1.45;
}

.sales-entry-offer {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.56fr);
  gap: 64px;
  align-items: center;
  padding: 42px;
  border: 1px solid rgba(10, 114, 232, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(140deg, rgba(10, 114, 232, 0.08), rgba(255, 255, 255, 0.94) 48%, rgba(36, 173, 89, 0.07)),
    #ffffff;
}

.sales-entry-copy {
  display: grid;
  gap: 14px;
}

.sales-entry-copy h2 {
  font-size: 38px;
  line-height: 1.08;
}

.sales-entry-copy p {
  color: var(--sales-muted);
  font-size: 16px;
  line-height: 1.55;
}

.sales-entry-receipt {
  display: grid;
  border-top: 1px solid var(--sales-line);
}

.sales-entry-receipt li {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--sales-line);
}

.sales-entry-receipt span {
  color: rgba(16, 21, 33, 0.52);
  font-family: ui-monospace, "SF Mono", Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  font-weight: 760;
  text-transform: uppercase;
}

.sales-entry-receipt strong {
  font-size: 14px;
  line-height: 1.45;
}

.sales-case-showcase {
  display: grid;
  grid-template-columns: minmax(280px, 0.56fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
  padding: 42px;
  border: 1px solid var(--sales-line);
  border-radius: 8px;
  background:
    linear-gradient(140deg, rgba(10, 114, 232, 0.06), rgba(255, 255, 255, 0.96) 48%, rgba(36, 173, 89, 0.06)),
    #ffffff;
}

.sales-case-visual {
  display: grid;
  gap: 12px;
  margin: 0;
}

.sales-case-visual img {
  display: block;
  width: 100%;
  max-height: 680px;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  object-position: top center;
  border: 1px solid rgba(16, 21, 33, 0.1);
  border-radius: 8px;
  background: #edf2f5;
  box-shadow: 0 24px 64px rgba(16, 21, 33, 0.12);
}

.sales-case-visual figcaption {
  color: rgba(16, 21, 33, 0.54);
  font-size: 12px;
  font-weight: 560;
  line-height: 1.45;
}

.sales-case-copy {
  display: grid;
  gap: 18px;
}

.sales-case-copy h2 {
  max-width: 660px;
  font-size: 40px;
  font-weight: 770;
  line-height: 1.08;
}

.sales-case-copy > p {
  color: var(--sales-muted);
  font-size: 16px;
  line-height: 1.55;
}

.sales-case-receipt {
  display: grid;
  border-top: 1px solid var(--sales-line);
}

.sales-case-receipt li {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--sales-line);
}

.sales-case-receipt span {
  color: rgba(16, 21, 33, 0.52);
  font-family: ui-monospace, "SF Mono", Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  font-weight: 760;
  text-transform: uppercase;
}

.sales-case-receipt strong {
  font-size: 14px;
  line-height: 1.45;
}

.sales-case-boundary {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(300px, 0.5fr);
  gap: 56px;
  align-items: start;
  padding: 32px 0;
  border-top: 1px solid var(--sales-line);
  border-bottom: 1px solid var(--sales-line);
}

.sales-case-boundary > div {
  display: grid;
  gap: 12px;
}

.sales-case-boundary h2 {
  font-size: 34px;
  line-height: 1.1;
}

.sales-case-boundary p {
  color: var(--sales-muted);
  font-size: 15px;
  line-height: 1.55;
}

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

  .sales-hero-copy {
    max-width: 760px;
  }

  .sales-hero-proof {
    max-width: 740px;
  }

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

  .sales-band-heading,
  .sales-founder,
  .sales-detail-hero,
  .sales-brief-panel,
  .sales-entry-offer,
  .sales-case-showcase,
  .sales-case-boundary {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sales-case-visual {
    max-width: 520px;
  }

  .sales-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sales-step:nth-child(2) {
    border-right: 0;
  }

  .sales-step:nth-child(-n + 2) {
    border-bottom: 1px solid var(--sales-line);
  }

  .sales-close {
    grid-template-columns: 1fr;
    padding: 48px;
  }

  .sales-service-row {
    grid-template-columns: 0.7fr 1.3fr 0.7fr;
  }

  .sales-service-row .sales-text-link {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 720px) {
  body.sales-site::after {
    display: none;
  }

  .sales-site .site-header,
  .sales-shell,
  .sales-site .site-footer {
    width: min(100% - 30px, 1180px);
  }

  .sales-site .site-header {
    align-items: center;
    gap: 14px;
    padding-top: 14px;
  }

  .sales-site .brand-mark {
    width: 38px;
    height: 38px;
  }

  .sales-site .site-nav {
    flex-wrap: nowrap;
    gap: 12px;
    overflow: hidden;
    font-size: 11px;
  }

  .sales-site .site-nav a {
    white-space: nowrap;
  }

  .sales-hero {
    gap: 34px;
    padding: 44px 0 56px;
  }

  .sales-hero-copy {
    gap: 17px;
  }

  .sales-hero h1 {
    font-size: 52px;
    line-height: 0.98;
  }

  .sales-hero-statement {
    font-size: 26px;
  }

  .sales-hero-copy > p:not(.sales-hero-statement) {
    font-size: 16px;
  }

  .sales-actions,
  .sales-close-actions,
  .sales-brief-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .sales-actions .sales-text-link,
  .sales-close-actions .sales-text-link,
  .sales-brief-actions .sales-text-link {
    grid-column: 1 / -1;
  }

  .sales-button,
  .sales-brief-action {
    width: 100%;
    padding: 0 14px;
  }

  .sales-trust-row {
    display: grid;
    gap: 6px;
  }

  .sales-trust-row span::after {
    display: none;
  }

  .sales-proof-tile {
    min-height: 0;
  }

  .sales-proof-tile img {
    min-height: 0;
  }

  .sales-proof-tile:nth-child(2),
  .sales-proof-tile:nth-child(4) {
    transform: translateY(18px);
  }

  .sales-band {
    padding: 64px 0;
  }

  .sales-band-heading {
    gap: 18px;
    margin-bottom: 28px;
  }

  .sales-band-heading h2,
  .sales-close h2,
  .sales-detail-hero h1 {
    font-size: 36px;
  }

  .sales-band-heading p,
  .sales-close p,
  .sales-detail-hero p {
    font-size: 16px;
  }

  .sales-work-grid,
  .sales-offer-grid,
  .sales-process {
    grid-template-columns: 1fr;
  }

  .sales-work-card {
    min-height: 0;
    grid-template-columns: 110px 1fr;
    grid-template-rows: 1fr;
  }

  .sales-work-card img {
    width: 110px;
    height: 100%;
    min-height: 158px;
  }

  .sales-work-copy {
    padding: 16px;
  }

  .sales-offer-card {
    min-height: 0;
  }

  .sales-step,
  .sales-step:nth-child(2) {
    min-height: 0;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--sales-line);
  }

  .sales-founder-copy h2 {
    font-size: 34px;
  }

  .sales-trust-item,
  .sales-detail-fact,
  .sales-no-secrets,
  .sales-entry-receipt li,
  .sales-case-receipt li {
    grid-template-columns: 86px 1fr;
  }

  .sales-close {
    gap: 28px;
    padding: 32px 22px;
  }

  .sales-detail {
    padding-top: 22px;
  }

  .sales-back-link {
    margin-bottom: 16px;
  }

  .sales-detail-hero {
    gap: 28px;
    padding: 28px 0 48px;
  }

  .sales-service-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 22px 0;
  }

  .sales-service-row .sales-price {
    text-align: left;
  }

  .sales-brief-panel {
    padding: 22px;
  }

  .sales-route-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sales-brief-preview {
    min-height: 290px;
  }

  .sales-entry-offer {
    padding: 28px 22px;
  }

  .sales-entry-copy h2 {
    font-size: 31px;
  }

  .sales-case-showcase {
    padding: 24px 20px;
  }

  .sales-case-copy h2 {
    font-size: 32px;
  }

  .sales-case-visual {
    width: min(100%, 430px);
    margin: 0 auto;
  }

  .sales-case-boundary h2 {
    font-size: 30px;
  }
}

@media (max-width: 430px) {
  .sales-site .site-nav a[href="/about/"],
  .sales-site .site-nav a[href="/lt/about/"] {
    display: none;
  }

  .sales-hero h1 {
    font-size: 48px;
  }

  .sales-hero-statement {
    font-size: 24px;
  }

  .sales-actions,
  .sales-close-actions,
  .sales-brief-actions {
    grid-template-columns: 1fr;
  }

  .sales-work-card {
    grid-template-columns: 96px 1fr;
  }

  .sales-work-card img {
    width: 96px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sales-button,
  .sales-brief-action,
  .sales-proof-tile img {
    transition: none;
  }
}
