.page-home .section {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}

.hero {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: calc(92svh - 4.25rem);
  padding-bottom: 0;
}

.page-home .hero {
  padding-top: 2rem;
}

.hero__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: clamp(3.5rem, 8vh, 5rem);
  max-width: 72rem;
  width: 100%;
}

.hero__content {
  --hero-content-gap: 3rem;
  --hero-list-gap: 1.5rem;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: var(--hero-content-gap);
  max-width: 62rem;
  text-align: center;
  width: 100%;
}

.hero h1 {
  color: var(--color-ink);
  font-size: clamp(2.25rem, 6vw, 3.25rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0 auto;
  max-width: 52rem;
  text-wrap: balance;
}

.hero__copy {
  color: var(--color-text);
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.55;
  margin: 0;
  max-width: 42rem;
}

.hero__outcomes {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 0;
  max-width: 44rem;
  width: 100%;
}

.hero__label {
  color: var(--color-ink);
  font-size: 0.9375rem;
  font-weight: 900;
  margin: 0;
}

.hero__list {
  display: grid;
  gap: 0.75rem;
  list-style: none;
  margin: var(--hero-list-gap) auto 0;
  padding: 0;
  width: fit-content;
}

.hero__list li {
  align-items: flex-start;
  color: var(--color-ink);
  display: flex;
  font-weight: 800;
  gap: 0.75rem;
  text-align: left;
}

.check {
  align-items: center;
  border: 1px solid var(--color-border);
  color: #4ade80;
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.75rem;
  height: 1.25rem;
  justify-content: center;
  margin-top: 0.1875rem;
  width: 1.25rem;
}

.hero__actions,
.final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 0;
}

.hero__actions {
  margin-top: 0;
}

.hero__content .button--secondary {
  color: var(--color-ink);
}

.hero__content .button--secondary:hover {
  color: var(--color-action);
}

.trust-band {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(16rem, 24rem) minmax(0, 1fr);
  max-width: 72rem;
  width: 100%;
}

.hero__inner > .trust-band {
  margin-top: 0.5rem;
}

.trust-band__intro {
  width: 100%;
}

.trust-band__eyebrow {
  color: var(--color-ink);
  font-size: 0.95rem;
  font-weight: 900;
  margin: 0;
  line-height: 1.6;
  text-align: left;
}

.trust-band__viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.trust-band__track {
  align-items: center;
  animation: trust-scroll 64s linear infinite;
  display: flex;
  gap: 2.75rem;
  width: max-content;
}

.trust-band__logos {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.trust-band__logos li {
  align-items: center;
  display: inline-flex;
}

.trust-band__logos img {
  display: block;
  filter: grayscale(1);
  height: 2rem;
  opacity: 0.72;
  width: auto;
}

@keyframes trust-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.final-cta__actions {
  justify-content: center;
}

.quote-grid {
  display: grid;
  gap: 1rem;
  margin-top: 3rem;
}

.quote-grid figure {
  background: var(--color-soft);
  border-left: 2px solid var(--color-action);
  margin: 0;
  padding: 1rem 1.25rem;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.quote-grid figure:hover {
  background: #ffffff;
  border-color: var(--color-positive);
}

.quote-grid blockquote {
  color: var(--color-ink);
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
}

.problem__statement {
  color: var(--color-ink);
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 2rem 0 0;
}

.problem__close {
  color: var(--color-ink);
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.25;
  margin: 3rem 0 0;
  max-width: 72rem;
}

.tabs {
  margin-top: 2.25rem;
  max-width: 64rem;
}

.tabs__list {
  border-bottom: 1px solid var(--color-border);
  display: flex;
  gap: 2rem;
  -ms-overflow-style: none;
  overflow-x: hidden;
  scrollbar-width: none;
}

.tabs__list::-webkit-scrollbar {
  display: none;
}

.tabs__tab {
  background: transparent;
  border: 0;
  color: #8a96aa;
  cursor: pointer;
  flex: 1 1 0;
  font-size: 1rem;
  font-weight: 800;
  min-width: 0;
  padding: 0.15rem 0 0.75rem;
  position: relative;
  text-align: left;
}

.tabs__tab[aria-selected="true"] {
  color: var(--color-ink);
}

.tabs__tab[aria-selected="true"]::after {
  background: var(--color-action);
  bottom: -1px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
}

.tabs__panel {
  max-width: 52rem;
  padding-top: 2rem;
}

.tabs__panel[hidden],
.report-slide[hidden] {
  display: none;
}

.two-column {
  display: grid;
  gap: 3rem;
  margin-top: 2.5rem;
}

.compact-panel {
  margin-top: 2.5rem;
  max-width: 52rem;
}

.side-note {
  border-left: 2px solid var(--color-action);
  padding-left: 2rem;
}

.side-note h3 {
  color: var(--color-ink);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.15;
  margin: 0;
  max-width: 34rem;
}

.side-note p {
  color: var(--color-text);
  font-size: 1.125rem;
  line-height: 1.75;
  margin: 1.25rem 0 0;
}

.standards {
  border-bottom: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border);
  margin-top: 2rem;
  padding: 1.25rem 0;
}

.standards ol {
  display: grid;
  gap: 1rem;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.standards li {
  align-items: center;
  display: flex;
  font-weight: 900;
  gap: 0.75rem;
}

.standards span {
  align-items: center;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  color: var(--color-action);
  display: inline-flex;
  font-size: 0.75rem;
  height: 1.5rem;
  justify-content: center;
  width: 1.5rem;
}

.pill-row {
  border-bottom: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 1.75rem 0;
}

.pill {
  background: var(--color-soft-strong);
  border: 1px solid rgba(0, 87, 255, 0.25);
  border-radius: 999px;
  color: var(--color-action);
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 0.375rem 0.75rem;
}

.pill--neutral {
  background: #ffffff;
  border-color: var(--color-border);
  color: var(--color-text);
}

.attempt-list {
  border-bottom: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border);
}

.attempt-list article {
  border-bottom: 1px solid var(--color-border-soft);
  display: grid;
  gap: 1rem;
  padding: 1.75rem 0;
}

.attempt-list p {
  color: var(--color-muted);
  font-size: 0.875rem;
  font-weight: 900;
  margin: 0;
}

.attempt-list h3 {
  color: var(--color-ink);
  font-size: 1.5rem;
  font-weight: 900;
  margin: 0;
}

.attempt-list article div p {
  color: var(--color-text);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 0.5rem;
}

.report-shell {
  background: linear-gradient(180deg, #ffffff 0%, var(--color-soft) 100%);
  border: 1px dashed #aab7ca;
  border-radius: var(--radius);
  padding: 1rem;
  box-shadow: 0 18px 50px rgba(6, 26, 58, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.report-shell:hover {
  border-color: rgba(0, 87, 255, 0.35);
  box-shadow: 0 22px 58px rgba(6, 26, 58, 0.08);
}

.report-tabs {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}

.report-tab,
.report-dot {
  cursor: pointer;
}

.report-tab {
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  color: var(--color-ink);
  font-size: 0.875rem;
  font-weight: 800;
  padding: 0.375rem 0.75rem;
}

.report-tab[aria-selected="true"] {
  background: var(--color-soft-strong);
  border-color: rgba(0, 87, 255, 0.25);
  color: var(--color-action);
}

.report-slide {
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  margin-top: 1rem;
  min-height: 24rem;
  padding: 1.25rem;
}

.report-slide__placeholder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 18rem;
}

.report-slide__placeholder h3 {
  color: var(--color-ink);
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
}

.report-slide__placeholder p {
  color: #51627f;
  font-size: 1rem;
  line-height: 1.7;
}

.report-meta {
  display: grid;
  gap: 0.5rem;
}

.report-meta span {
  border-top: 1px solid var(--color-border-soft);
  color: var(--color-muted);
  font-size: 0.875rem;
  font-weight: 800;
  padding-top: 0.75rem;
}

.report-controls {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

.report-dots {
  display: flex;
  gap: 0.5rem;
}

.report-dot {
  background: var(--color-border);
  border: 0;
  border-radius: 999px;
  height: 0.625rem;
  padding: 0;
  width: 0.625rem;
}

.report-dot[aria-current="true"] {
  background: var(--color-action);
  width: 1.5rem;
}

.workflow-intro {
  color: var(--color-text);
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 1.5rem 0 0;
  max-width: 64rem;
}

#how-it-works {
  background: #f7f9ff;
  box-shadow: 0 0 0 100vmax #f7f9ff;
  clip-path: inset(0 -100vmax);
}

.workflow-grid {
  display: grid;
  gap: 2.5rem;
  list-style: none;
  margin: 2.5rem 0 0;
  padding: 0;
}

.workflow-card__heading {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.workflow-number {
  align-items: center;
  border: 1px solid rgba(0, 87, 255, 0.3);
  border-radius: 999px;
  color: var(--color-action);
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 900;
  height: 2.5rem;
  justify-content: center;
  width: 2.5rem;
}

.workflow-card h3 {
  color: var(--color-ink);
  font-size: 1.5rem;
  font-weight: 900;
  margin: 0;
}

.workflow-card__copy {
  color: var(--color-text);
  line-height: 1.7;
  margin: 0.75rem 0 0;
  min-height: 3.5rem;
}

.workflow-visual {
  margin-top: 1.75rem;
}

.preview-box {
  aspect-ratio: 1224 / 876;
  border-radius: var(--radius);
  box-shadow: 0 16px 42px rgba(6, 26, 58, 0.08);
  width: 100%;
}

.preview-box {
  background: #ffffff;
  border: 1px solid #dde5f0;
  padding: 1rem;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.workflow-card:hover .preview-box,
.workflow-card:hover .workflow-image {
  box-shadow: 0 20px 48px rgba(6, 26, 58, 0.1);
}

.workflow-card:hover .preview-box {
  border-color: rgba(0, 87, 255, 0.25);
}

.calendar-preview__top {
  display: flex;
  gap: 1rem;
}

.calendar-date {
  border: 1px solid rgba(0, 87, 255, 0.25);
  border-radius: var(--radius);
  color: var(--color-action);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  height: 3.5rem;
  overflow: hidden;
  text-align: center;
  width: 3.5rem;
}

.calendar-date span:first-child {
  background: var(--color-action);
  height: 0.75rem;
}

.calendar-date span:last-child {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.75rem;
}

.calendar-preview h4 {
  color: var(--color-ink);
  font-size: 1rem;
  font-weight: 900;
  margin: 0;
}

.calendar-preview p {
  color: #51627f;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0.25rem 0 0;
}

.guest-box {
  border-top: 1px solid var(--color-border-soft);
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}

.guest-box__label {
  color: var(--color-ink);
  font-size: 0.875rem;
  font-weight: 900;
}

.guest-chip {
  align-items: center;
  background: var(--color-soft-strong);
  border: 1px solid #dde5f0;
  border-radius: var(--radius);
  color: var(--color-text);
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 800;
  gap: 0.5rem;
  margin-top: 0.75rem;
  max-width: 100%;
  padding: 0.5rem 0.75rem;
}

.guest-chip span:first-child {
  align-items: center;
  background: var(--color-action);
  border-radius: 6px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.75rem;
  height: 1.5rem;
  justify-content: center;
  width: 1.5rem;
}

.guest-add {
  color: var(--color-action);
  font-size: 0.875rem;
  font-weight: 900;
  margin: 1rem 0 0;
}

.workflow-image {
  aspect-ratio: auto;
  border-radius: var(--radius);
  box-shadow: 0 16px 42px rgba(6, 26, 58, 0.08);
  display: block;
  height: auto;
  object-fit: contain;
  transition: box-shadow 180ms ease;
  width: 100%;
}

.report-preview {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  overflow: hidden;
  padding: 0.75rem;
}

.report-preview__brand {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  font-weight: 900;
  gap: 0.5rem;
}

.mini-bars {
  align-items: flex-end;
  display: inline-flex;
  gap: 2px;
  height: 1.25rem;
  width: 1.25rem;
}

.mini-bars span {
  background: var(--color-action);
  border-radius: 2px;
  width: 0.375rem;
}

.mini-bars span:nth-child(1) {
  height: 0.5rem;
}

.mini-bars span:nth-child(2) {
  height: 1rem;
}

.mini-bars span:nth-child(3) {
  height: 1.25rem;
}

.score-summary {
  background: #ffffff;
  border: 1px solid var(--color-border-soft);
  border-radius: var(--radius);
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 4.75rem 1fr;
  padding: 0.625rem;
}

.score-summary p,
.score-row {
  color: var(--color-text);
  font-size: 0.6875rem;
  font-weight: 900;
  line-height: 1.25;
  margin: 0;
}

.score-circle {
  align-items: center;
  background: rgba(196, 134, 22, 0.08);
  border: 4px solid var(--color-score);
  border-radius: 999px;
  color: var(--color-score);
  display: flex;
  font-size: 1.125rem;
  font-weight: 900;
  height: 3rem;
  justify-content: center;
  margin-top: 0.375rem;
  width: 3rem;
}

.strength-lines {
  display: grid;
  gap: 0.375rem;
  margin-top: 0.5rem;
}

.strength-lines span {
  background: rgba(0, 87, 255, 0.22);
  border-radius: 999px;
  height: 0.375rem;
}

.strength-lines span:nth-child(2) {
  width: 80%;
}

.strength-lines span:nth-child(3) {
  width: 66%;
}

.score-row {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--color-border-soft);
  border-radius: var(--radius);
  display: flex;
  justify-content: space-between;
  padding: 0.375rem 0.625rem;
}

.score-row strong {
  color: var(--color-ink);
}

.score-row strong:last-child {
  color: var(--color-action);
}

.pricing-section {
  max-width: 82rem;
  padding-bottom: clamp(3.5rem, 7vw, 5.5rem);
  padding-top: clamp(3.5rem, 7vw, 5.5rem);
}

.pricing-section__intro {
  display: grid;
  justify-items: center;
  text-align: center;
}

.pricing-section__intro .section-heading {
  max-width: 100%;
}

.pricing-section__intro .lead {
  font-size: 1.0625rem;
  max-width: 100%;
}

.pricing-grid {
  display: grid;
  gap: 1.25rem;
  margin: clamp(2.5rem, 5vw, 4rem) auto 0;
  max-width: 78rem;
}

.pricing-card {
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(1.5rem, 4vw, 2.25rem);
}

.pricing-card--featured {
  border: 2px solid var(--color-action);
  box-shadow: 0 1rem 3rem rgba(0, 87, 255, 0.1);
  padding: calc(clamp(1.5rem, 4vw, 2.25rem) - 1px);
}

.pricing-card__topline {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
}

.pricing-card h3 {
  color: var(--color-ink);
  font-size: 1.5rem;
  font-weight: 900;
  margin: 0;
}

.pricing-card__badge {
  background: rgba(0, 87, 255, 0.09);
  border-radius: 999px;
  color: var(--color-action);
  font-size: 0.6875rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  padding: 0.4rem 0.65rem;
  text-transform: uppercase;
}

.pricing-card__badge--muted {
  background: var(--color-soft-strong);
  color: var(--color-text);
}

.pricing-card__description {
  color: var(--color-text);
  line-height: 1.6;
  margin: 1rem 0 0;
  min-height: 3.2em;
}

.pricing-card__price {
  align-items: baseline;
  color: var(--color-ink);
  display: flex;
  font-size: clamp(2.75rem, 7vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1;
  margin: 2rem 0 0;
}

.pricing-card__currency {
  align-self: flex-start;
  font-size: 1.125rem;
  letter-spacing: 0;
  margin-right: 0.2rem;
  margin-top: 0.35rem;
}

.pricing-card__price small {
  color: var(--color-muted);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-left: 0.55rem;
}

.pricing-card__button {
  margin-top: 1.75rem;
  width: 100%;
}

.pricing-card__includes {
  border-top: 1px solid var(--color-border-soft);
  color: var(--color-ink);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin: 1.75rem 0 0;
  padding-top: 1.5rem;
  text-transform: uppercase;
}

.pricing-card__features {
  display: grid;
  gap: 0.85rem;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.pricing-card__features li {
  color: var(--color-text);
  display: grid;
  font-size: 0.9375rem;
  gap: 0.75rem;
  grid-template-columns: 1.15rem minmax(0, 1fr);
  line-height: 1.55;
}

.pricing-card__features li::before {
  align-items: center;
  background: rgba(19, 164, 95, 0.1);
  border-radius: 999px;
  color: var(--color-positive);
  content: "\2713";
  display: inline-flex;
  font-size: 0.6875rem;
  font-weight: 900;
  height: 1.15rem;
  justify-content: center;
  margin-top: 0.12rem;
  width: 1.15rem;
}

.pricing-section__note {
  color: var(--color-muted);
  font-size: 0.8125rem;
  line-height: 1.6;
  margin: 1.5rem auto 0;
  text-align: center;
}

.faq-section {
  max-width: 76rem;
}

.faq-list {
  border-top: 1px solid var(--color-border);
  margin-top: 2.25rem;
}

.faq-list details {
  border-bottom: 1px solid var(--color-border-soft);
  transition: background-color 180ms ease;
}

.faq-list summary {
  align-items: center;
  color: var(--color-ink);
  cursor: pointer;
  display: flex;
  font-size: 1.125rem;
  font-weight: 900;
  gap: 1rem;
  justify-content: space-between;
  list-style: none;
  padding: 1.25rem 0;
  transition: padding 180ms ease;
}

.faq-list details:hover,
.faq-list details[open] {
  background: var(--color-soft);
}

.faq-list details:hover summary,
.faq-list details[open] summary {
  padding-left: 1rem;
  padding-right: 1rem;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  border: 1px solid var(--color-border);
  border-radius: 999px;
  color: var(--color-action);
  content: "+";
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1rem;
  height: 1.75rem;
  justify-content: center;
  line-height: 1.6;
  width: 1.75rem;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  color: var(--color-text);
  line-height: 1.7;
  margin: 0;
  max-width: 54rem;
  padding: 0 3rem 1.25rem 1rem;
}

.page-home .final-cta {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-bottom: clamp(5rem, 9vw, 7rem);
  padding-top: clamp(4rem, 8vw, 6rem);
  text-align: center;
}

.final-cta > div {
  display: grid;
  gap: clamp(1.75rem, 3vw, 2.5rem);
  justify-items: center;
  max-width: 60rem;
}

.final-cta h2 {
  color: var(--color-ink);
  font-size: clamp(2.75rem, 7vw, 3.75rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  max-width: 60rem;
}

@media (min-width: 960px) {
  .pricing-section__intro .section-heading,
  .pricing-section__intro .lead {
    white-space: nowrap;
  }
}

.final-cta p {
  color: var(--color-text);
  font-size: 1.25rem;
  line-height: 1.7;
  margin: 0;
  max-width: 48rem;
}

.final-cta__tags {
  border-top: 1px solid var(--color-border);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
  justify-content: center;
  margin: 3rem auto 0;
  max-width: 56rem;
  padding-top: 1.5rem;
}

.final-cta__tags span {
  align-items: center;
  color: var(--color-muted);
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 900;
  gap: 0.75rem;
}

.final-cta__tags span::before {
  background: var(--color-action);
  border-radius: 999px;
  content: "";
  height: 0.375rem;
  width: 0.375rem;
}

@media (min-width: 640px) {
  .pricing-grid {
    align-items: stretch;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quote-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .standards ol,
  .report-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .attempt-list article {
    grid-template-columns: 8rem minmax(0, 1fr);
  }
}

@media (min-width: 1100px) {
  .pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .page-home .hero {
    padding-top: 3.5rem;
  }

  .hero__inner {
    max-width: calc(100vw - 2.5rem);
  }

  .hero h1 {
    font-size: clamp(1.875rem, 7vw, 2.375rem);
    max-width: 100%;
  }

  .hero__copy {
    font-size: 1rem;
    max-width: 24rem;
  }

  .trust-band {
    grid-template-columns: 1fr;
  }

  .trust-band__intro {
    justify-items: center;
  }

  .trust-band__eyebrow {
    font-size: 0.8125rem;
  }

  .trust-band__logos {
    gap: 2rem;
  }

  .trust-band__logos img {
    height: 1.5rem;
  }

  .hero__actions .button {
    flex: 1 1 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trust-band__track {
    animation: none;
  }
}

@media (min-width: 1024px) {
  .workflow-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .two-column {
    grid-template-columns: minmax(0, 1.1fr) minmax(22rem, 0.9fr);
  }

  .two-column--track {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.25fr);
  }

  .standards ol,
  .report-meta {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
