.sm-md-page {
  --sm-md-navy: var(--sm-navy, #102d36);
  --sm-md-navy-deep: var(--sm-navy-deep, #091e25);
  --sm-md-ink: var(--sm-ink, #172f35);
  --sm-md-soft: var(--sm-ink-soft, #496267);
  --sm-md-muted: var(--sm-ink-muted, #6c7f82);
  --sm-md-teal: var(--sm-teal, #0c6e73);
  --sm-md-teal-bright: var(--sm-teal-bright, #178b8c);
  --sm-md-copper: var(--sm-copper, #a86c3d);
  --sm-md-danger: var(--sm-danger, #a4433c);
  --sm-md-canvas: var(--sm-canvas, #f5f2ea);
  --sm-md-surface: var(--sm-surface, #ffffff);
  --sm-md-surface-soft: var(--sm-surface-soft, #eeebe3);
  --sm-md-line: var(--sm-line, #d9d8d1);
  --sm-md-line-strong: var(--sm-line-strong, #bdc4c2);
  color: var(--sm-md-ink);
  background: var(--sm-md-canvas);
}

.sm-md-page,
.sm-md-page * {
  min-width: 0;
}

.sm-md-page h1,
.sm-md-page h2,
.sm-md-page h3,
.sm-md-page p {
  margin-top: 0;
}

.sm-md-page h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(2.35rem, 4.5vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.sm-md-page h3 {
  margin-bottom: 0.75rem;
}

.sm-md-page p {
  line-height: 1.78;
}

.sm-md-shell {
  width: min(calc(100% - 3rem), var(--sm-container-main, 1180px));
  margin-inline: auto;
}

.sm-md-section {
  padding-block: clamp(5rem, 9vw, 8.5rem);
}

.sm-md-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  color: var(--sm-md-teal);
  font-family: var(--sm-font-body, Inter, sans-serif);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.sm-md-eyebrow::before {
  width: 2.25rem;
  height: 1px;
  background: currentColor;
  content: "";
}

.sm-md-icon {
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
}

.sm-md-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: clamp(650px, 78vh, 860px);
  align-items: stretch;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 27, 34, 0.97) 0%, rgba(7, 27, 34, 0.87) 46%, rgba(7, 27, 34, 0.3) 78%, rgba(7, 27, 34, 0.1) 100%),
    url("../images/verification-room.webp") center 44% / cover no-repeat;
}

.sm-md-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 20, 27, 0.35), transparent 28%),
    linear-gradient(0deg, rgba(4, 20, 27, 0.6), transparent 38%);
  content: "";
}

.sm-md-hero::after {
  position: absolute;
  z-index: -1;
  right: -12rem;
  bottom: -19rem;
  width: 42rem;
  height: 42rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgba(255, 255, 255, 0.025), 0 0 0 10rem rgba(255, 255, 255, 0.018);
  content: "";
}

.sm-md-hero__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: clamp(5.5rem, 11vh, 8.5rem) 6rem;
}

.sm-md-breadcrumb {
  position: absolute;
  top: 2.25rem;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.sm-md-breadcrumb a {
  color: rgba(255, 255, 255, 0.78);
}

.sm-md-breadcrumb a:hover,
.sm-md-breadcrumb a:focus-visible {
  color: #fff;
}

.sm-md-hero__content {
  width: min(100%, 830px);
}

.sm-md-hero .sm-md-eyebrow {
  color: #d8ad78;
}

.sm-md-hero h1 {
  max-width: 880px;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 6.4vw, 6.15rem);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.sm-md-hero__lead {
  max-width: 720px;
  margin: 1.75rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.55vw, 1.25rem);
  line-height: 1.75;
}

.sm-md-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2.25rem;
}

.sm-md-actions--center {
  justify-content: center;
}

.sm-md-button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.9rem 1.4rem;
  border: 1px solid transparent;
  border-radius: var(--sm-radius-md, 10px);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.sm-md-button--primary {
  color: #fff;
  background: var(--sm-md-teal);
  border-color: var(--sm-md-teal);
}

.sm-md-button--primary:hover,
.sm-md-button--primary:focus-visible {
  color: #fff;
  background: var(--sm-md-teal-bright);
  border-color: var(--sm-md-teal-bright);
  transform: translateY(-2px);
}

.sm-md-button--outline {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(8px);
}

.sm-md-button--outline:hover,
.sm-md-button--outline:focus-visible {
  color: var(--sm-md-navy-deep);
  background: #fff;
  border-color: #fff;
  transform: translateY(-2px);
}

.sm-md-button:focus-visible,
.sm-md-guide:focus-visible,
.sm-md-accordion summary:focus-visible,
.sm-md-timeline a:focus-visible {
  outline: 3px solid rgba(23, 139, 140, 0.45);
  outline-offset: 4px;
}

.sm-md-hero__proof {
  position: absolute;
  right: 0;
  bottom: 2rem;
  display: grid;
  width: min(100%, 390px);
  grid-template-columns: 2.75rem 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--sm-radius-lg, 18px);
  color: rgba(255, 255, 255, 0.78);
  background: rgba(7, 27, 34, 0.58);
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px);
}

.sm-md-hero__proof > .sm-md-icon {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.65rem;
  border-radius: 50%;
  color: #d8ad78;
  background: rgba(255, 255, 255, 0.08);
}

.sm-md-hero__proof strong,
.sm-md-hero__proof span {
  display: block;
}

.sm-md-hero__proof strong {
  margin-bottom: 0.25rem;
  color: #fff;
  font-size: 0.9rem;
}

.sm-md-hero__proof span {
  font-size: 0.76rem;
  line-height: 1.55;
}

.sm-md-overview {
  background:
    radial-gradient(circle at 92% 12%, rgba(12, 110, 115, 0.07), transparent 28%),
    var(--sm-md-canvas);
}

.sm-md-overview__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.65fr);
  gap: clamp(3.5rem, 8vw, 7rem);
  align-items: start;
}

.sm-md-copy > p:not(.sm-md-eyebrow) {
  color: var(--sm-md-soft);
  font-size: 1.03rem;
}

.sm-md-copy > p:not(.sm-md-eyebrow) + p {
  margin-top: 1.2rem;
}

.sm-md-checks {
  display: grid;
  gap: 0;
  margin: 2.25rem 0 0;
  padding: 0;
}

.sm-md-checks li {
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 1rem 0;
  border-top: 1px solid var(--sm-md-line);
  color: var(--sm-md-ink);
  font-size: 0.92rem;
  line-height: 1.6;
}

.sm-md-checks .sm-md-icon {
  margin-top: 0.2rem;
  color: var(--sm-md-teal);
}

.sm-md-stats {
  display: grid;
  gap: 1rem;
}

.sm-md-stat {
  position: relative;
  overflow: hidden;
  padding: 2rem 1.75rem 1.8rem;
  border: 1px solid var(--sm-md-line);
  border-top: 3px solid var(--sm-md-teal);
  border-radius: var(--sm-radius-lg, 18px);
  background: var(--sm-md-surface);
  box-shadow: var(--sm-shadow-sm, 0 1rem 2.5rem rgba(15, 39, 44, 0.07));
}

.sm-md-stat::after {
  position: absolute;
  right: -2.5rem;
  bottom: -3.6rem;
  width: 8rem;
  height: 8rem;
  border: 1px solid rgba(12, 110, 115, 0.12);
  border-radius: 50%;
  content: "";
}

.sm-md-stat strong,
.sm-md-stat span {
  display: block;
}

.sm-md-stat strong {
  color: var(--sm-md-ink);
  font-family: var(--sm-font-display, Georgia, serif);
  font-size: clamp(2.2rem, 4vw, 3.15rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.035em;
}

.sm-md-stat span {
  margin-top: 0.8rem;
  color: var(--sm-md-muted);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.sm-md-scenario {
  background: var(--sm-md-surface);
}

.sm-md-heading {
  max-width: 800px;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.sm-md-heading > p:not(.sm-md-eyebrow) {
  color: var(--sm-md-soft);
  font-size: 1.03rem;
}

.sm-md-heading--split {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: end;
}

.sm-md-heading--split > p {
  padding-bottom: 0.5rem;
}

.sm-md-heading--center {
  margin-inline: auto;
  text-align: center;
}

.sm-md-heading--center .sm-md-eyebrow {
  justify-content: center;
}

.sm-md-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--sm-md-line);
  border-radius: var(--sm-radius-lg, 18px);
  box-shadow: var(--sm-shadow-sm, 0 1rem 2.5rem rgba(15, 39, 44, 0.06));
}

.sm-md-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: var(--sm-md-surface);
}

.sm-md-table caption {
  padding: 1.1rem 1.4rem;
  color: var(--sm-md-muted);
  background: var(--sm-md-surface-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-align: left;
  text-transform: uppercase;
}

.sm-md-table th,
.sm-md-table td {
  padding: 1.3rem 1.5rem;
  border-bottom: 1px solid var(--sm-md-line);
  text-align: left;
  vertical-align: top;
}

.sm-md-table thead th {
  color: var(--sm-md-ink);
  background: var(--sm-md-canvas);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sm-md-table tbody th {
  width: 38%;
  color: var(--sm-md-ink);
  font-size: 0.88rem;
}

.sm-md-table tbody td {
  color: var(--sm-md-soft);
  font-size: 0.9rem;
  line-height: 1.6;
}

.sm-md-table tbody tr:nth-child(even) {
  background: rgba(245, 242, 234, 0.65);
}

.sm-md-table tbody tr:last-child th,
.sm-md-table tbody tr:last-child td {
  border-bottom: 0;
}

.sm-md-note {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 1rem;
  align-items: start;
  margin-top: 1.75rem;
  padding: 1.35rem 1.5rem;
  border-left: 3px solid var(--sm-md-copper);
  color: var(--sm-md-soft);
  background: var(--sm-md-canvas);
}

.sm-md-note .sm-md-icon {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0.55rem;
  border-radius: 50%;
  color: var(--sm-md-copper);
  background: rgba(168, 108, 61, 0.1);
}

.sm-md-note p {
  margin: 0;
  font-size: 0.86rem;
  font-style: italic;
}

.sm-md-risks {
  background:
    linear-gradient(180deg, rgba(164, 67, 60, 0.035), rgba(164, 67, 60, 0.015)),
    var(--sm-md-canvas);
}

.sm-md-risk-list {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  counter-reset: none;
}

.sm-md-risk {
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid rgba(164, 67, 60, 0.15);
  border-left: 4px solid var(--sm-md-teal);
  border-radius: 0 var(--sm-radius-lg, 18px) var(--sm-radius-lg, 18px) 0;
  background: rgba(255, 255, 255, 0.72);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.sm-md-risk:hover {
  border-color: rgba(12, 110, 115, 0.38);
  box-shadow: var(--sm-shadow-md, 0 1.5rem 3.5rem rgba(15, 39, 44, 0.09));
  transform: translateY(-2px);
}

.sm-md-risk__number {
  color: var(--sm-md-copper);
  font-family: var(--sm-font-display, Georgia, serif);
  font-size: clamp(3.4rem, 6vw, 4.5rem);
  font-weight: 500;
  line-height: 0.8;
  text-align: center;
}

.sm-md-risk__title {
  display: flex;
  gap: 0.7rem;
  align-items: center;
}

.sm-md-risk__title .sm-md-icon {
  color: var(--sm-md-danger);
}

.sm-md-risk__title h3 {
  margin: 0;
  color: var(--sm-md-ink);
  font-size: clamp(1.25rem, 2.5vw, 1.7rem);
}

.sm-md-risk__body > p {
  margin: 0.65rem 0 0;
  color: var(--sm-md-soft);
  font-size: 0.92rem;
}

.sm-md-process {
  overflow: hidden;
  background: var(--sm-md-surface);
}

.sm-md-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 0;
  padding: 0;
}

.sm-md-timeline::before {
  position: absolute;
  top: 1.75rem;
  right: 9%;
  left: 9%;
  height: 1px;
  background: var(--sm-md-line-strong);
  content: "";
}

.sm-md-timeline__step {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 280px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.sm-md-timeline__number {
  display: grid;
  width: 3.5rem;
  height: 3.5rem;
  place-items: center;
  border: 2px solid var(--sm-md-teal);
  border-radius: 50%;
  color: var(--sm-md-teal);
  background: var(--sm-md-surface);
  box-shadow: 0 0 0 0.6rem var(--sm-md-surface);
  font-size: 0.74rem;
  font-weight: 800;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.sm-md-timeline__step:hover .sm-md-timeline__number {
  color: #fff;
  background: var(--sm-md-teal);
  transform: scale(1.06);
}

.sm-md-timeline h3 {
  margin: 1.5rem 0 0.65rem;
  color: var(--sm-md-ink);
  font-size: 1.2rem;
}

.sm-md-timeline p {
  margin: 0;
  color: var(--sm-md-soft);
  font-size: 0.8rem;
  line-height: 1.65;
}

.sm-md-timeline a {
  margin-top: auto;
  padding-top: 1.25rem;
  color: var(--sm-md-teal);
  font-size: 0.76rem;
  font-weight: 700;
}

.sm-md-timeline a:hover {
  color: var(--sm-md-teal-bright);
}

.sm-md-faq {
  background: var(--sm-md-navy-deep);
}

.sm-md-faq__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
}

.sm-md-faq .sm-md-heading {
  position: sticky;
  top: 7rem;
  margin: 0;
}

.sm-md-faq h2 {
  color: #fff;
}

.sm-md-faq .sm-md-heading > p:not(.sm-md-eyebrow) {
  color: rgba(255, 255, 255, 0.62);
}

.sm-md-faq .sm-md-eyebrow {
  color: #d8ad78;
}

.sm-md-accordion {
  display: grid;
  gap: 0.8rem;
}

.sm-md-accordion__item {
  overflow: clip;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--sm-radius-lg, 18px);
  background: rgba(255, 255, 255, 0.055);
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.sm-md-accordion__item:hover,
.sm-md-accordion__item[open] {
  border-color: rgba(23, 139, 140, 0.65);
  background: rgba(255, 255, 255, 0.085);
  box-shadow: 0 1.4rem 3rem rgba(0, 0, 0, 0.16);
}

.sm-md-accordion summary {
  position: relative;
  padding: 1.4rem 4rem 1.4rem 1.5rem;
  color: #fff;
  cursor: pointer;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.5;
  list-style: none;
}

.sm-md-accordion summary::-webkit-details-marker {
  display: none;
}

.sm-md-accordion summary::after {
  position: absolute;
  top: 50%;
  right: 1.35rem;
  display: grid;
  width: 1.9rem;
  height: 1.9rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #d8ad78;
  content: "+";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
}

.sm-md-accordion__item[open] summary::after {
  content: "−";
}

.sm-md-accordion__item > div {
  padding: 0 1.5rem 1.5rem;
}

.sm-md-accordion__item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.88rem;
}

.sm-md-guides {
  background: var(--sm-md-canvas);
}

.sm-md-guides__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.sm-md-guide {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 1.6rem;
  border: 1px solid var(--sm-md-line);
  border-radius: var(--sm-radius-lg, 18px);
  color: var(--sm-md-ink);
  background: var(--sm-md-surface);
  box-shadow: 0 0.8rem 2rem rgba(15, 39, 44, 0.035);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.sm-md-guide:hover {
  color: var(--sm-md-ink);
  border-color: var(--sm-md-teal);
  box-shadow: var(--sm-shadow-md, 0 1.5rem 3.5rem rgba(15, 39, 44, 0.09));
  transform: translateY(-3px);
}

.sm-md-guide__icon {
  width: 2.8rem;
  height: 2.8rem;
  padding: 0.7rem;
  border-radius: 50%;
  color: var(--sm-md-teal);
  background: rgba(12, 110, 115, 0.08);
}

.sm-md-guide h3 {
  margin: 1.5rem 0 0.8rem;
  color: var(--sm-md-ink);
  font-size: 1.25rem;
  line-height: 1.15;
}

.sm-md-guide p {
  margin: 0;
  color: var(--sm-md-muted);
  font-size: 0.8rem;
  line-height: 1.65;
}

.sm-md-guide > span {
  margin-top: auto;
  padding-top: 1.2rem;
  color: var(--sm-md-teal);
  font-size: 0.76rem;
  font-weight: 700;
}

.sm-md-disclaimer {
  display: grid;
  max-width: 920px;
  grid-template-columns: 2rem 1fr;
  gap: 1rem;
  align-items: start;
  margin: 2.5rem auto 0;
  padding: 1.25rem 1.4rem;
  border: 1px solid var(--sm-md-line);
  border-radius: var(--sm-radius-md, 10px);
  color: var(--sm-md-muted);
  background: rgba(255, 255, 255, 0.55);
}

.sm-md-disclaimer .sm-md-icon {
  width: 1.8rem;
  height: 1.8rem;
  padding: 0.35rem;
  border-radius: 50%;
  color: var(--sm-md-copper);
  background: rgba(168, 108, 61, 0.1);
}

.sm-md-disclaimer p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.65;
}

.sm-md-final {
  display: grid;
  min-height: 42vh;
  place-items: center;
  padding-block: clamp(5rem, 10vw, 8rem);
  color: #fff;
  background:
    radial-gradient(circle at 78% 20%, rgba(168, 108, 61, 0.22), transparent 28%),
    radial-gradient(circle at 15% 90%, rgba(23, 139, 140, 0.2), transparent 32%),
    linear-gradient(135deg, var(--sm-md-navy-deep), var(--sm-md-navy));
}

.sm-md-final__inner {
  max-width: 920px;
  text-align: center;
}

.sm-md-final .sm-md-eyebrow {
  justify-content: center;
  color: #d8ad78;
}

.sm-md-final h2 {
  margin-inline: auto;
  color: #fff;
}

.sm-md-final__inner > p:not(.sm-md-eyebrow) {
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
}

@media (max-width: 1020px) {
  .sm-md-overview__grid,
  .sm-md-faq__grid {
    grid-template-columns: 1fr;
  }

  .sm-md-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm-md-stat {
    padding: 1.5rem;
  }

  .sm-md-stat strong {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
  }

  .sm-md-faq .sm-md-heading {
    position: static;
  }

  .sm-md-guides__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm-md-timeline {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .sm-md-timeline::before {
    top: 0;
    right: auto;
    bottom: 0;
    left: 1.75rem;
    width: 1px;
    height: auto;
  }

  .sm-md-timeline__step {
    min-height: 0;
    display: grid;
    grid-template-columns: 3.5rem 1fr;
    column-gap: 1.5rem;
    align-items: start;
    padding-bottom: 2.5rem;
    text-align: left;
  }

  .sm-md-timeline__number {
    grid-row: 1 / span 4;
  }

  .sm-md-timeline h3 {
    margin: 0 0 0.5rem;
  }

  .sm-md-timeline a {
    margin-top: 0;
    padding-top: 0.75rem;
  }
}

@media (max-width: 760px) {
  .sm-md-shell {
    width: min(calc(100% - 2rem), var(--sm-container-main, 1180px));
  }

  .sm-md-section {
    padding-block: 4.5rem;
  }

  .sm-md-page h2 {
    font-size: clamp(2.15rem, 11vw, 3.5rem);
  }

  .sm-md-hero {
    min-height: 720px;
    background:
      linear-gradient(180deg, rgba(7, 27, 34, 0.52) 0%, rgba(7, 27, 34, 0.72) 42%, rgba(7, 27, 34, 0.97) 100%),
      url("../images/verification-room.webp") 63% center / cover no-repeat;
  }

  .sm-md-hero__inner {
    justify-content: flex-end;
    padding-block: 6.5rem 2rem;
  }

  .sm-md-breadcrumb {
    top: 1.5rem;
  }

  .sm-md-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4.5rem);
  }

  .sm-md-hero__lead {
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .sm-md-hero__proof {
    position: static;
    width: 100%;
    margin-top: 1.5rem;
  }

  .sm-md-heading--split {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .sm-md-heading--split > p {
    padding: 0;
  }

  .sm-md-stats {
    grid-template-columns: 1fr;
  }

  .sm-md-risk {
    grid-template-columns: 4.5rem 1fr;
    gap: 1rem;
  }

  .sm-md-risk__number {
    font-size: 3rem;
  }

  .sm-md-guide {
    min-height: 280px;
  }
}

@media (max-width: 520px) {
  .sm-md-actions,
  .sm-md-actions--center {
    flex-direction: column;
    align-items: stretch;
  }

  .sm-md-button {
    width: 100%;
  }

  .sm-md-breadcrumb {
    font-size: 0.68rem;
  }

  .sm-md-breadcrumb span[aria-current="page"] {
    display: none;
  }

  .sm-md-hero__proof {
    grid-template-columns: 2.25rem 1fr;
    padding: 1rem;
  }

  .sm-md-hero__proof > .sm-md-icon {
    width: 2.15rem;
    height: 2.15rem;
    padding: 0.5rem;
  }

  .sm-md-risk {
    grid-template-columns: 1fr;
  }

  .sm-md-risk__number {
    text-align: left;
  }

  .sm-md-guides__grid {
    grid-template-columns: 1fr;
  }

  .sm-md-guide {
    min-height: 0;
  }

  .sm-md-disclaimer {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sm-md-page *,
  .sm-md-page *::before,
  .sm-md-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .sm-md-hero {
    min-height: 0;
    color: #000;
    background: #fff;
  }

  .sm-md-hero h1,
  .sm-md-hero__lead,
  .sm-md-hero .sm-md-eyebrow,
  .sm-md-breadcrumb,
  .sm-md-breadcrumb a {
    color: #000;
  }

  .sm-md-actions,
  .sm-md-hero__proof,
  .sm-md-final {
    display: none;
  }

  .sm-md-section {
    padding-block: 2rem;
  }

  .sm-md-risk,
  .sm-md-guide,
  .sm-md-stat {
    box-shadow: none;
    break-inside: avoid;
  }
}
