@charset "UTF-8";

/*
 * StoRegister self-storage software buyer's guide
 * This layer deliberately reuses the key-features design tokens and global shell.
 */

.buyers-guide-page {
  --sr-sticky-heading-top: 166px;
  --buyers-paper: #fbfcfb;
  --buyers-cream: #fff8e6;
  --buyers-coral: #ff856f;
  --buyers-blue: #bde7ef;
  --buyers-card-radius: 8px;
}

.buyers-guide-page main {
  overflow: clip;
}

.buyers-guide-page main a:not(.features-button) {
  color: var(--features-teal);
  font-weight: 800;
  text-underline-offset: 3px;
}

.buyers-guide-page main a:not(.features-button):hover {
  color: var(--features-deep);
}

.buyers-hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 170, 154, 0.25), transparent 31%),
    linear-gradient(116deg, var(--features-deeper) 0%, var(--features-deep) 72%, #00584f 100%);
}

.buyers-hero::before {
  position: absolute;
  pointer-events: none;
  content: "";
}

.buyers-hero::before {
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, transparent, #000 17%, #000 84%, transparent);
}

.buyers-hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 690px;
  grid-template-columns: minmax(0, 0.93fr) minmax(460px, 0.77fr);
  align-items: center;
  gap: clamp(42px, 7vw, 96px);
  padding-top: 70px;
  padding-bottom: 76px;
}

.buyers-hero-copy {
  max-width: 710px;
}

.buyers-hero h1 {
  max-width: 760px;
  margin-bottom: 26px;
  color: var(--features-white);
  font-size: clamp(3.2rem, 5.2vw, 5.2rem);
  line-height: 0.98;
}

.buyers-hero h1 span {
  display: block;
  color: var(--features-gold);
}

.buyers-guide-page .buyers-hero-lead {
  max-width: 665px;
  margin-bottom: 32px;
  color: #e3f1ee;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.72;
}

.buyers-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.buyers-hero-note {
  display: flex;
  max-width: 650px;
  align-items: flex-start;
  gap: 10px;
  margin: var(--sr-space-6) 0 0;
  color: #b9d3ce;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.55;
}

.buyers-hero-note .material-symbols-outlined {
  flex: 0 0 auto;
  color: var(--features-gold);
  font-size: 19px;
}

.buyers-guide-page .buyers-hero-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 14px 0 0;
  color: #96b9b3;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.5;
}

.buyers-hero-byline span {
  position: relative;
}

.buyers-hero-byline span + span::before {
  position: absolute;
  top: 0.25em;
  left: -10px;
  width: 1px;
  height: 0.95em;
  background: rgba(255, 255, 255, 0.28);
  content: "";
}

.buyers-hero-visual {
  width: 100%;
  max-width: 35rem;
  min-width: 0;
  justify-self: end;
  margin: 0;
}

.buyers-hero-visual picture,
.buyers-hero-visual img {
  display: block;
  width: 100%;
}

.buyers-hero-visual img {
  height: auto;
  filter: drop-shadow(0 1.7rem 2.7rem rgba(0, 24, 21, 0.34));
}

.buyers-hero-visual__caption {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 10px auto 0;
  padding: 14px 6px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #bdd6d1;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.55;
}

.buyers-hero-visual__caption .material-symbols-outlined {
  flex: 0 0 auto;
  color: #88d5c8;
  font-size: 19px;
}

.buyers-hero-visual__caption strong {
  color: var(--features-gold);
}

.buyers-proof {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--features-deeper);
}

.buyers-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.buyers-proof-item {
  display: grid;
  min-height: 126px;
  align-content: center;
  gap: 4px;
  padding: 27px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.buyers-proof-item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.buyers-proof-item strong {
  color: var(--features-gold);
  font-size: 1.35rem;
  line-height: 1;
}

.buyers-proof-item span {
  color: #d4e5e1;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.4;
}

.buyers-jump-nav {
  position: sticky;
  z-index: 30;
  top: 73px;
  border-bottom: 1px solid var(--features-line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(0, 47, 43, 0.06);
  backdrop-filter: blur(14px);
}

.buyers-jump-nav .container {
  display: flex;
  min-height: 68px;
  align-items: stretch;
  overflow-x: auto;
  scrollbar-width: none;
}

.buyers-jump-nav .container::-webkit-scrollbar {
  display: none;
}

.buyers-jump-nav a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 0 18px;
  border-bottom: 3px solid transparent;
  color: var(--features-text) !important;
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.buyers-jump-nav a:hover,
.buyers-jump-nav a[aria-current="true"] {
  border-bottom-color: var(--features-gold);
  color: var(--features-deep) !important;
}

.buyers-section {
  padding: 112px 0;
  border-bottom: 1px solid var(--features-line);
}

.buyers-section-soft {
  background: var(--features-soft);
}

.buyers-section-mint {
  background: var(--features-mint);
}

.buyers-section-dark {
  border-bottom-color: rgba(255, 255, 255, 0.12);
  background: var(--features-deep);
}

.buyers-section-heading {
  display: grid;
  max-width: 830px;
  gap: 18px;
  margin-bottom: 48px;
}

.buyers-section-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: 72px;
}

.buyers-section-layout > .buyers-section-heading {
  margin-bottom: 0;
}

.buyers-section-body {
  min-width: 0;
}

@media (min-width: 1200px) {
  .buyers-section-layout > .buyers-section-heading {
    position: sticky;
    top: var(--sr-sticky-heading-top);
    align-self: start;
  }
}

.buyers-section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2.45rem, 4.2vw, 4rem);
  line-height: 1.03;
}

.buyers-section-heading > p:not(.features-eyebrow) {
  max-width: 760px;
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: 1.72;
}

.buyers-section-heading-centred {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.buyers-section-heading-centred .features-eyebrow {
  justify-content: center;
}

.buyers-section-heading-centred > p {
  margin-right: auto;
  margin-left: auto;
}

.buyers-section-dark .buyers-section-heading h2,
.buyers-section-dark .buyers-section-heading > p:not(.features-eyebrow),
.buyers-section-dark :where(h3, h4) {
  color: var(--features-white);
}

.buyers-section-dark :where(p, li) {
  color: #c7dbd7;
}

.buyers-fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.buyers-fit-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--features-line);
  border-radius: var(--buyers-card-radius);
  background: var(--features-white);
  box-shadow: 0 14px 32px rgba(0, 47, 43, 0.06);
}

.buyers-fit-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 82px;
  height: 5px;
  background: var(--features-gold);
  content: "";
}

.buyers-fit-card > .material-symbols-outlined {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 6px;
  background: var(--features-deep);
  color: var(--features-gold);
  font-size: 26px;
}

.buyers-fit-card h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
  line-height: 1.18;
}

.buyers-fit-card p {
  margin-bottom: 18px;
  font-size: 0.9rem;
  line-height: 1.65;
}

.buyers-fit-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.buyers-fit-card li {
  position: relative;
  padding-left: 18px;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
}

.buyers-fit-card li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--features-teal);
  content: "";
}

.buyers-rule {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  align-items: stretch;
  gap: 0;
  margin-top: 24px;
  border: 1px solid var(--features-line);
  border-radius: var(--buyers-card-radius);
  background: var(--features-white);
  box-shadow: var(--features-shadow);
}

.buyers-rule-label {
  display: grid;
  min-height: 250px;
  align-content: end;
  padding: 36px;
  background: var(--features-deep);
}

.buyers-rule-label span {
  color: var(--features-gold);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.buyers-rule-label strong {
  max-width: 430px;
  margin-top: 8px;
  color: var(--features-white);
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  line-height: 1.04;
}

.buyers-rule-body {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 38px;
}

.buyers-rule-body p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
}

.buyers-rule-body strong {
  color: var(--features-ink);
}

.buyers-scorecard-wrap {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--buyers-card-radius);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 30px 70px rgba(0, 25, 22, 0.28);
}

.buyers-scorecard-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 22px 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.buyers-scorecard-intro p {
  margin: 0;
  font-size: 0.83rem;
  font-weight: 700;
  line-height: 1.55;
}

.buyers-scorecard-intro span {
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--features-gold);
  color: var(--features-ink);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.buyers-scorecard-scroll {
  overflow-x: auto;
}

.buyers-scorecard {
  width: 100%;
  min-width: 1020px;
  border-collapse: collapse;
}

.buyers-scorecard th,
.buyers-scorecard td {
  padding: 21px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  vertical-align: top;
  text-align: left;
}

.buyers-scorecard th:last-child,
.buyers-scorecard td:last-child {
  border-right: 0;
}

.buyers-scorecard tbody tr:last-child td {
  border-bottom: 0;
}

.buyers-scorecard th {
  background: rgba(255, 255, 255, 0.05);
  color: var(--features-gold);
  font-size: 0.69rem;
  font-weight: 800;
  text-transform: uppercase;
}

.buyers-scorecard td {
  color: #cce0dc;
  font-size: 0.77rem;
  line-height: 1.55;
}

.buyers-scorecard td:first-child {
  width: 19%;
  color: var(--features-white);
  font-size: 0.86rem;
  font-weight: 800;
}

.buyers-scorecard td:nth-child(2) {
  width: 26%;
}

.buyers-scorecard td:nth-child(3) {
  width: 34%;
}

.buyers-scorecard td:last-child {
  width: 21%;
  color: #f1f8f7;
  font-weight: 700;
}

.buyers-weight {
  display: inline-flex;
  min-width: 44px;
  align-items: center;
  justify-content: center;
  padding: 5px 7px;
  margin-right: 8px;
  border: 1px solid rgba(255, 215, 106, 0.42);
  border-radius: 999px;
  color: var(--features-gold);
  font-size: 0.64rem;
}

.buyers-scorecard-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  margin-top: 22px;
  padding: 19px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.buyers-scorecard-note .material-symbols-outlined {
  color: var(--features-gold);
}

.buyers-scorecard-note p {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.6;
}

.buyers-scenarios {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.buyers-scenario {
  display: grid;
  min-height: 470px;
  grid-template-rows: auto auto 1fr auto;
  padding: 30px;
  border: 1px solid var(--features-line);
  border-radius: var(--buyers-card-radius);
  background: var(--features-white);
}

.buyers-scenario-number {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 27px;
  border-radius: 50%;
  background: var(--features-gold);
  color: var(--features-ink);
  font-size: 0.75rem;
  font-weight: 800;
}

.buyers-scenario h3 {
  margin-bottom: 12px;
  font-size: 1.38rem;
  line-height: 1.15;
}

.buyers-scenario > p {
  margin-bottom: 24px;
  font-size: 0.88rem;
  line-height: 1.65;
}

.buyers-scenario ol {
  display: grid;
  align-content: start;
  gap: 11px;
  margin: 0;
  padding: 0;
  counter-reset: demo-step;
  list-style: none;
}

.buyers-scenario li {
  position: relative;
  padding-left: 28px;
  color: var(--features-text);
  font-size: 0.77rem;
  font-weight: 700;
  line-height: 1.5;
  counter-increment: demo-step;
}

.buyers-scenario li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--features-teal);
  font-size: 0.68rem;
  font-weight: 800;
  content: "0" counter(demo-step);
}

.buyers-scenario-evidence {
  margin: 28px -30px -30px;
  padding: 18px 30px;
  border-top: 1px solid var(--features-line);
  background: var(--features-mint);
  color: var(--features-ink);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.5;
}

.buyers-diligence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--features-line);
  border-radius: var(--buyers-card-radius);
  background: var(--features-line);
}

.buyers-diligence-card {
  display: grid;
  min-height: 285px;
  grid-template-columns: 56px minmax(0, 1fr);
  align-content: start;
  gap: 20px;
  padding: 34px;
  background: var(--features-white);
}

.buyers-diligence-card > .material-symbols-outlined {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: var(--features-deep);
  color: var(--features-gold);
  font-size: 28px;
}

.buyers-diligence-card h3 {
  margin-bottom: 10px;
  font-size: 1.27rem;
}

.buyers-diligence-card p {
  margin-bottom: 15px;
  font-size: 0.84rem;
  line-height: 1.62;
}

.buyers-diligence-card strong {
  display: block;
  margin-bottom: 7px;
  color: var(--features-teal);
  font-size: 0.69rem;
  text-transform: uppercase;
}

.buyers-diligence-card ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 17px;
}

.buyers-diligence-card li {
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.45;
}

.buyers-implementation {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.buyers-implementation-step {
  min-height: 310px;
  padding: 32px 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

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

.buyers-implementation-step > span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
  border: 1px solid rgba(255, 215, 106, 0.52);
  border-radius: 50%;
  color: var(--features-gold);
  font-size: 0.68rem;
  font-weight: 800;
}

.buyers-implementation-step h3 {
  margin-bottom: 10px;
  font-size: 1.04rem;
  line-height: 1.25;
}

.buyers-implementation-step p {
  margin-bottom: 18px;
  font-size: 0.75rem;
  line-height: 1.55;
}

.buyers-implementation-step strong {
  display: block;
  color: var(--features-gold);
  font-size: 0.65rem;
  line-height: 1.4;
  text-transform: uppercase;
}

.buyers-adoption-note {
  display: grid;
  align-items: center;
  gap: 28px;
  margin: 28px 0 34px;
  padding: 26px 28px;
  border: 1px solid rgba(255, 215, 106, 0.45);
  border-radius: 10px;
  background: rgba(0, 35, 32, 0.64);
  grid-template-columns: minmax(0, 1fr) auto;
}

.buyers-adoption-note strong {
  display: block;
  margin-bottom: 7px;
  color: #ffd76a;
  font-size: 1rem;
}

.buyers-adoption-note p {
  max-width: 900px;
  margin: 0;
  color: #d5e6e2;
  font-size: 0.9rem;
  line-height: 1.65;
}

.buyers-adoption-note a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.4;
}

.buyers-adoption-note a:hover,
.buyers-adoption-note a:focus-visible {
  color: #ffd76a;
}

.buyers-adoption-note .material-symbols-outlined {
  font-size: 20px;
}

.buyers-tco {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 24px;
  margin-top: 28px;
}

.buyers-tco-formula,
.buyers-tco-check {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--buyers-card-radius);
  background: rgba(255, 255, 255, 0.05);
}

.buyers-tco h3 {
  margin-bottom: 22px;
  font-size: 1.35rem;
}

.buyers-tco-equation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.buyers-tco-equation span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 5px;
  color: #edf7f5;
  font-size: 0.71rem;
  font-weight: 800;
}

.buyers-tco-equation b {
  color: var(--features-gold);
}

.buyers-tco-formula > p {
  margin: 22px 0 0;
  font-size: 0.78rem;
  line-height: 1.6;
}

.buyers-tco-check ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.buyers-tco-check li {
  position: relative;
  padding-left: 22px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.45;
}

.buyers-tco-check li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--features-gold);
  font-family: "Material Symbols Outlined";
  font-size: 16px;
  content: "check_circle";
}

.buyers-sto-fit {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--features-line);
  border-radius: var(--buyers-card-radius);
  background: var(--features-white);
  box-shadow: var(--features-shadow);
}

.buyers-sto-fit > article {
  min-height: 490px;
  padding: 42px;
}

.buyers-sto-fit > article + article {
  border-left: 1px solid var(--features-line);
  background: var(--buyers-cream);
}

.buyers-sto-fit-kicker {
  display: inline-flex;
  margin-bottom: 28px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--features-mint);
  color: var(--features-teal);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.buyers-sto-fit > article + article .buyers-sto-fit-kicker {
  background: #ffebaf;
  color: #6c4b00;
}

.buyers-sto-fit h3 {
  max-width: 520px;
  margin-bottom: 18px;
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  line-height: 1.05;
}

.buyers-sto-fit p {
  margin-bottom: 22px;
  font-size: 0.9rem;
  line-height: 1.65;
}

.buyers-sto-fit ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.buyers-sto-fit li {
  position: relative;
  padding-left: 27px;
  color: var(--features-text);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.buyers-sto-fit li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--features-teal);
  font-family: "Material Symbols Outlined";
  font-size: 18px;
  content: "check_circle";
}

.buyers-sto-fit > article + article li::before {
  color: var(--features-gold-deep);
  content: "help";
}

.buyers-answer-block {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  margin-top: 30px;
  padding: 24px;
  border-left: 4px solid var(--features-gold);
  background: var(--features-deep);
}

.buyers-answer-block .material-symbols-outlined {
  color: var(--features-gold);
  font-size: 28px;
}

.buyers-answer-block p {
  margin: 0;
  color: #d8e8e5;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.65;
}

.buyers-answer-block strong {
  color: var(--features-white);
}

.buyers-guide-page .features-faq {
  padding-top: 112px;
  padding-bottom: 112px;
}

.buyers-guide-page .features-faq-list {
  max-width: none;
  margin: 0;
}

.buyers-guide-page .features-faq-intro {
  margin-bottom: 0;
}

.buyers-guide-page .features-final {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.buyers-guide-page .features-final-shell {
  align-items: center;
}

.buyers-guide-page .features-final h2 {
  max-width: 770px;
}

.buyers-guide-page .features-final p:not(.features-eyebrow) {
  max-width: 760px;
}

@media (max-width: 1199.98px) {
  .buyers-hero-shell {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.72fr);
    gap: 42px;
  }

  .buyers-proof-item {
    padding: 23px 19px;
  }

  .buyers-section-layout > .buyers-section-heading {
    position: static;
    top: auto;
  }

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

  .buyers-implementation-step:nth-child(3) {
    border-right: 0;
  }

  .buyers-implementation-step:nth-child(n + 4) {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }
}

@media (max-width: 991.98px) {
  .buyers-adoption-note {
    grid-template-columns: minmax(0, 1fr);
  }

  .buyers-hero-shell {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr);
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .buyers-hero-copy {
    max-width: 780px;
  }

  .buyers-hero-visual {
    max-width: 680px;
    justify-self: start;
  }

  .buyers-hero::before {
    width: 70%;
  }

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

  .buyers-proof-item:nth-child(2) {
    border-right: 0;
  }

  .buyers-proof-item:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .buyers-jump-nav {
    top: 70px;
  }

  .buyers-section {
    padding: 86px 0;
  }

  .buyers-section-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
  }

  .buyers-fit-grid,
  .buyers-scenarios {
    grid-template-columns: minmax(0, 1fr);
  }

  .buyers-fit-card,
  .buyers-scenario {
    min-height: auto;
  }

  .buyers-rule,
  .buyers-tco {
    grid-template-columns: minmax(0, 1fr);
  }

  .buyers-rule-label {
    min-height: 230px;
  }

  .buyers-diligence-grid,
  .buyers-sto-fit {
    grid-template-columns: minmax(0, 1fr);
  }

  .buyers-sto-fit > article {
    min-height: auto;
  }

  .buyers-sto-fit > article + article {
    border-top: 1px solid var(--features-line);
    border-left: 0;
  }

  .buyers-guide-page .features-faq {
    padding-top: 86px;
    padding-bottom: 86px;
  }
}

@media (max-width: 767.98px) {
  .buyers-adoption-note {
    padding: 22px;
  }

  .buyers-hero h1 {
    font-size: clamp(2.8rem, 13vw, 4.2rem);
  }

  .buyers-hero-visual {
    max-width: 580px;
  }

  .buyers-proof-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .buyers-proof-item,
  .buyers-proof-item:first-child {
    min-height: 96px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-right: 0;
    border-left: 0;
  }

  .buyers-proof-item:first-child {
    border-top: 0;
  }

  .buyers-jump-nav a {
    min-height: 58px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .buyers-section-heading {
    margin-bottom: 36px;
  }

  .buyers-section-heading h2 {
    font-size: clamp(2.25rem, 11vw, 3.25rem);
  }

  .buyers-fit-card,
  .buyers-scenario,
  .buyers-diligence-card,
  .buyers-sto-fit > article,
  .buyers-tco-formula,
  .buyers-tco-check {
    padding: 25px;
  }

  .buyers-scenario-evidence {
    margin: 25px -25px -25px;
    padding: 17px 25px;
  }

  .buyers-rule-label,
  .buyers-rule-body {
    padding: 28px;
  }

  .buyers-diligence-card {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .buyers-implementation {
    grid-template-columns: minmax(0, 1fr);
  }

  .buyers-implementation-step,
  .buyers-implementation-step:nth-child(3) {
    min-height: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-right: 0;
  }

  .buyers-implementation-step:first-child {
    border-top: 0;
  }

  .buyers-implementation-step > span {
    margin-bottom: 28px;
  }

  .buyers-tco-check ul {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 575.98px) {
  .buyers-hero-note {
    margin-top: var(--sr-space-5);
  }
}

@media (max-width: 479.98px) {
  .buyers-hero-shell {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .buyers-hero-actions .features-button {
    width: 100%;
  }

  .buyers-scorecard-intro {
    grid-template-columns: minmax(0, 1fr);
  }
}
