[data-check-app] {
  --check-navy: #062f64;
  --check-navy-deep: #031f43;
  --check-blue: #0a5ca8;
  --check-blue-soft: #eaf3fb;
  --check-yellow: #ffd52b;
  --check-yellow-deep: #e9b800;
  --check-ink: #11243a;
  --check-muted: #607188;
  --check-line: #d9e4ee;
  --check-surface: #fff;
  --check-bg: #f1f5f9;
  --check-danger: #b43b31;
  min-height: 70vh;
  overflow: clip;
  color: var(--check-ink);
  background: var(--check-bg);
}

[data-check-app],
[data-check-app] * {
  box-sizing: border-box;
}

[data-check-app] [hidden] {
  display: none !important;
}

.check-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 86% 20%, rgba(37, 143, 219, 0.24), transparent 34%),
    linear-gradient(135deg, #031f43 0%, #073a72 64%, #0a4f8c 100%);
}

.check-hero::before,
.check-hero::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.check-hero::before {
  width: 340px;
  height: 340px;
  right: -180px;
  top: -180px;
}

.check-hero::after {
  width: 220px;
  height: 220px;
  right: -112px;
  top: -90px;
}

.check-hero-inner {
  display: grid;
  gap: 24px;
  align-items: center;
  max-width: calc(1240px + var(--media-pad) + var(--media-pad));
  min-height: 490px;
  margin-inline: auto;
  padding-block: 44px 48px;
}

.check-hero-copy {
  max-width: 690px;
}

.check-kicker,
.check-hero-kicker {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 15px;
  color: #9fd3ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.check-kicker::before,
.check-hero-kicker::before {
  width: 28px;
  height: 2px;
  background: var(--check-yellow);
  content: "";
}

.check-hero-title {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 8vw, 43px);
  line-height: 1.35;
  letter-spacing: 0.015em;
}

.check-hero-title span {
  color: var(--check-yellow);
}

.check-hero-copy > p:not(.check-kicker) {
  max-width: 640px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.9;
}

.check-start-button {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  margin-top: 26px;
  padding: 13px 20px;
  border: 0;
  border-radius: 8px;
  color: var(--check-navy-deep);
  background: var(--check-yellow);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.check-start-button svg {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
}

.check-start-button:hover {
  background: #ffe062;
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}

.check-hero-note {
  padding: 23px 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(2, 25, 55, 0.58);
  box-shadow: 0 18px 42px rgba(0, 12, 31, 0.2);
  backdrop-filter: blur(10px);
}

.check-hero-note > span {
  display: block;
  margin-bottom: 6px;
  color: var(--check-yellow);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.check-hero-note > strong {
  display: block;
  font-size: 18px;
}

.check-hero-note ul {
  display: grid;
  gap: 0;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.check-hero-note li {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 43px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  font-size: 13px;
  font-weight: 700;
}

.check-hero-note li b {
  color: #78bff4;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.check-hero-note > p {
  margin: 15px 0 0;
  padding: 12px 13px;
  border-left: 3px solid var(--check-yellow);
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.06);
  font-size: 11px;
  line-height: 1.7;
}

.check-flow {
  padding-block: 28px 54px;
}

.check-flow-inner,
.check-app-card {
  max-width: calc(1100px + var(--media-pad) + var(--media-pad));
  margin-inline: auto;
}

.check-stepper,
.check-step-nav {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 620px;
  margin: 0 auto 18px;
  padding: 0;
  list-style: none;
}

.check-stepper::before {
  position: absolute;
  top: 16px;
  right: 16.667%;
  left: 16.667%;
  height: 2px;
  background: #cfdbe6;
  content: "";
}

.check-step-nav-item {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  justify-items: center;
  color: #8998a9;
  font-size: 11px;
}

.check-step-nav-item span {
  display: grid;
  width: 34px;
  height: 34px;
  border: 2px solid #d2dde7;
  border-radius: 50%;
  place-items: center;
  color: #718399;
  background: var(--check-bg);
  font-size: 12px;
  font-weight: 900;
}

.check-step-nav-item.is-current,
.check-step-nav-item[aria-current="step"],
.check-step-nav-item.is-complete {
  color: var(--check-navy);
}

.check-step-nav-item.is-current span,
.check-step-nav-item[aria-current="step"] span {
  border-color: var(--check-navy);
  color: #fff;
  background: var(--check-navy);
  box-shadow: 0 0 0 4px rgba(6, 47, 100, 0.09);
}

.check-step-nav-item.is-complete span {
  border-color: #1674b8;
  color: #fff;
  background: #1674b8;
}

.check-step,
.check-panel {
  overflow: hidden;
  padding: 25px 16px 20px;
  border: 1px solid var(--check-line);
  border-radius: 12px;
  background: var(--check-surface);
  box-shadow: 0 14px 40px rgba(23, 55, 84, 0.08);
}

.check-step-heading {
  margin-bottom: 22px;
  text-align: center;
}

.check-step-heading > span {
  display: inline-block;
  margin-bottom: 7px;
  color: var(--check-blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.check-step-heading h2 {
  margin: 0;
  color: var(--check-navy-deep);
  font-size: clamp(22px, 6vw, 28px);
  line-height: 1.4;
}

.check-step-heading p {
  margin: 9px auto 0;
  color: var(--check-muted);
  font-size: 13px;
  line-height: 1.75;
}

.check-photo-actions {
  display: grid;
  gap: 10px;
}

.check-photo-action {
  display: flex;
  gap: 13px;
  align-items: center;
  min-height: 72px;
  padding: 14px 16px;
  border: 1px solid #b9d2e7;
  border-radius: 9px;
  color: var(--check-navy);
  background: #f8fbfe;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.check-photo-action:hover {
  border-color: var(--check-blue);
  background: var(--check-blue-soft);
  transform: translateY(-1px);
}

.check-photo-action:disabled {
  color: #93a1b0;
  background: #f4f6f8;
  cursor: not-allowed;
  opacity: 0.72;
  transform: none;
}

.check-photo-action svg {
  flex: 0 0 auto;
  width: 29px;
  height: 29px;
}

.check-photo-action span {
  display: grid;
  gap: 2px;
}

.check-photo-action b {
  font-size: 14px;
}

.check-photo-action small {
  color: var(--check-muted);
  font-size: 11px;
}

.check-photo-guide {
  margin-top: 16px;
  padding: 16px;
  border-radius: 8px;
  background: #f4f7fa;
}

.check-photo-guide > strong {
  display: block;
  color: var(--check-navy);
  font-size: 13px;
}

.check-photo-guide ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 12px;
  margin: 11px 0 0;
  padding: 0;
  counter-reset: guide;
  list-style: none;
}

.check-photo-guide li {
  position: relative;
  min-width: 0;
  padding-left: 19px;
  color: #465a70;
  font-size: 11px;
  line-height: 1.55;
  counter-increment: guide;
}

.check-photo-guide li::before {
  position: absolute;
  left: 0;
  top: 0.05em;
  color: var(--check-blue);
  font-size: 10px;
  font-weight: 900;
  content: counter(guide, decimal-leading-zero);
}

.check-photo-guide > p {
  margin: 13px 0 0;
  padding-top: 11px;
  border-top: 1px solid #dbe4ec;
  color: #7d4a2a;
  font-size: 11px;
  line-height: 1.7;
}

.check-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.check-photo-grid:empty {
  display: none;
}

.check-photo-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  margin: 0;
  border: 1px solid var(--check-line);
  border-radius: 8px;
  background: #eef3f7;
  aspect-ratio: 4 / 3;
}

.check-photo-preview {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.check-photo-number {
  position: absolute;
  left: 7px;
  bottom: 7px;
  padding: 4px 7px;
  border-radius: 4px;
  color: #fff;
  background: rgba(3, 31, 67, 0.82);
  font-size: 10px;
  font-weight: 800;
}

.check-photo-remove {
  position: absolute;
  top: 7px;
  right: 7px;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: rgba(3, 24, 51, 0.82);
  font: inherit;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.check-photo-status {
  margin: 12px 0 0;
  color: var(--check-muted);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.check-detail-list {
  display: grid;
  gap: 9px;
}

.check-detail-row {
  overflow: hidden;
  border: 1px solid var(--check-line);
  border-radius: 8px;
  background: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.check-detail-row[open],
.check-detail-row.is-editing {
  border-color: #8eb8d8;
  box-shadow: 0 5px 18px rgba(20, 74, 119, 0.08);
}

.check-detail-row > summary,
.check-detail-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, auto) 18px;
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 74px;
  padding: 12px 14px;
  border: 0;
  list-style: none;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.check-detail-row > summary::-webkit-details-marker {
  display: none;
}

.check-detail-row > summary::after,
.check-detail-summary::after {
  grid-column: 3;
  grid-row: 1;
  color: var(--check-blue);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  content: "›";
  transform: rotate(90deg);
  transition: transform 160ms ease;
}

.check-detail-row[open] > summary::after,
.check-detail-row.is-editing > .check-detail-summary::after {
  transform: rotate(-90deg);
}

.check-detail-row > summary > span,
.check-detail-summary > span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.check-detail-row > summary b,
.check-detail-summary b {
  color: var(--check-ink);
  font-size: 13px;
}

.check-detail-row > summary small,
.check-detail-summary small {
  overflow: hidden;
  color: var(--check-muted);
  font-size: 10px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.check-detail-row > summary em,
.check-detail-summary em {
  grid-column: 2;
  grid-row: 1;
  max-width: 122px;
  overflow: hidden;
  padding-right: 0;
  color: #718198;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.check-detail-row.has-value > summary em,
.check-detail-row.has-value > .check-detail-summary em {
  color: var(--check-blue);
}

.check-detail-fields,
.check-detail-editor {
  display: grid;
  gap: 12px;
  padding: 15px 14px 16px;
  border-top: 1px solid var(--check-line);
  background: #f7fafc;
}

.check-detail-fields label {
  display: grid;
  gap: 6px;
  color: #40536a;
  font-size: 11px;
  font-weight: 800;
}

.check-detail-fields input,
.check-detail-fields select,
.check-detail-fields textarea {
  width: 100%;
  min-height: 47px;
  padding: 10px 12px;
  border: 1px solid #bacbdd;
  border-radius: 6px;
  color: var(--check-ink);
  background: #fff;
  font: inherit;
  font-size: 16px;
  outline: none;
}

.check-detail-fields input:focus,
.check-detail-fields select:focus,
.check-detail-fields textarea:focus {
  border-color: var(--check-blue);
  box-shadow: 0 0 0 3px rgba(10, 92, 168, 0.12);
}

.check-detail-fields button[data-detail-clear] {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-height: 44px;
  padding: 8px 0;
  border: 0;
  color: #536b83;
  background: transparent;
  font: inherit;
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.check-detail-fields button[data-detail-close] {
  justify-self: end;
  min-height: 44px;
  padding: 7px 12px;
  border: 1px solid #aebfce;
  border-radius: 5px;
  color: var(--check-navy);
  background: #fff;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.check-step-actions,
.check-actions {
  display: flex;
  gap: 9px;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 22px;
}

.check-step-actions.is-end {
  justify-content: flex-end;
}

.check-primary-button,
.check-secondary-button {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 16px;
  border-radius: 7px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.check-primary-button {
  flex: 1;
  border: 1px solid var(--check-navy);
  color: #fff;
  background: var(--check-navy);
}

.check-primary-button span {
  font-size: 19px;
  line-height: 1;
}

.check-primary-button:hover {
  border-color: var(--check-blue);
  background: var(--check-blue);
}

.check-primary-button:disabled {
  border-color: #cbd5df;
  color: #8897a6;
  background: #e9eef3;
  cursor: not-allowed;
}

.check-secondary-button {
  flex: 0 0 auto;
  border: 1px solid #b7c6d5;
  color: var(--check-navy);
  background: #fff;
}

.check-secondary-button:hover {
  border-color: var(--check-blue);
  background: var(--check-blue-soft);
}

.check-error {
  margin: 13px 0 0;
  padding: 11px 12px;
  border-left: 3px solid var(--check-danger);
  color: #8f2f28;
  background: #fff2f0;
  font-size: 12px;
  line-height: 1.6;
}

.check-analysis-progress {
  position: relative;
  overflow: hidden;
  margin-top: 16px;
  padding: 15px 14px 17px;
  border: 1px solid #cfe0ee;
  border-radius: 7px;
  color: var(--check-navy);
  background: #f2f8fd;
}

.check-analysis-progress > span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: var(--check-progress, 0%);
  height: 4px;
  background: linear-gradient(90deg, var(--check-blue), #24a9b6);
  transition: width 220ms ease;
}

.check-analysis-progress p {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.check-result-step {
  padding-inline: 14px;
}

.check-result-card {
  overflow: hidden;
  border: 1px solid #bdd2e5;
  border-radius: 10px;
  background: #fff;
}

.check-result-main {
  display: grid;
  gap: 0;
  padding: 7px 16px;
}

.check-result-row {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  margin: 0;
  border-bottom: 1px solid #e1e9f0;
  color: var(--check-navy);
}

.check-result-row:last-child {
  border-bottom: 0;
}

.check-result-row strong {
  font-size: 13px;
}

.check-result-row > span:not(.check-warning-meter) {
  display: inline-grid;
  min-width: 42px;
  min-height: 30px;
  padding: 5px 9px;
  border-radius: 999px;
  place-items: center;
  color: var(--check-navy);
  background: var(--check-blue-soft);
  font-size: 13px;
  font-weight: 900;
}

.check-warning-meter {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  min-width: 0;
}

.check-warning-icon {
  display: inline-grid;
  flex: 0 0 auto;
  width: 22px;
  height: 21px;
  place-items: center;
}

.check-warning-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #d1d9e1;
}

.check-warning-icon .check-warning-mark {
  fill: #fff;
}

.check-warning-meter[data-score="1"] .check-warning-icon.is-active svg,
.check-warning-meter[data-score="2"] .check-warning-icon.is-active svg {
  fill: #e8b817;
}

.check-warning-meter[data-score="3"] .check-warning-icon.is-active svg {
  fill: #eea61a;
}

.check-warning-meter[data-score="4"] .check-warning-icon.is-active svg {
  fill: #eb791d;
}

.check-warning-meter[data-score="5"] .check-warning-icon.is-active svg {
  fill: #cf4937;
}

.check-result-message {
  margin: 0;
  padding: 18px 16px;
  border-top: 1px solid #cddce9;
  color: #fff;
  background: var(--check-navy);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.75;
}

.check-result-reason {
  margin: 0;
  padding: 12px 16px;
  color: #79511c;
  background: #fff7d7;
  font-size: 11px;
  line-height: 1.65;
}

.check-result-disclaimer,
.check-result-note {
  margin: 0;
  padding: 13px 16px;
  border-top: 1px solid #e3eaf0;
  color: var(--check-muted);
  background: #f7f9fb;
  font-size: 10px;
  line-height: 1.7;
}

.has-unavailable-result .check-result-message {
  background: #4a5a69;
}

.check-result-cta,
.check-lp-cta {
  display: grid;
  gap: 18px;
  margin-top: 15px;
  padding: 21px 18px;
  border-radius: 10px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 20%, rgba(42, 143, 213, 0.28), transparent 35%),
    var(--check-navy-deep);
}

.check-result-cta > div > span {
  color: var(--check-yellow);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.check-result-cta h2 {
  margin: 5px 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}

.check-result-cta p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  line-height: 1.7;
}

.check-result-cta > a {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  padding: 12px 14px;
  border-radius: 7px;
  color: var(--check-navy-deep);
  background: var(--check-yellow);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.check-result-cta > a:hover {
  background: #ffe26b;
}

.check-consent-dialog {
  width: min(calc(100% - 24px), 610px);
  max-height: min(88dvh, 760px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 13px;
  color: var(--check-ink);
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 16, 39, 0.36);
}

.check-consent-dialog::backdrop {
  background: rgba(1, 19, 43, 0.76);
  backdrop-filter: blur(4px);
}

.check-consent-dialog.is-open {
  position: fixed;
  z-index: 1000;
  inset: 50% auto auto 50%;
  display: block;
  transform: translate(-50%, -50%);
}

.check-consent-panel {
  display: flex;
  max-height: min(88dvh, 760px);
  flex-direction: column;
}

.check-consent-panel > header {
  flex: 0 0 auto;
  padding: 23px 20px 19px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 12%, rgba(52, 150, 217, 0.3), transparent 36%),
    var(--check-navy);
}

.check-consent-panel > header span {
  color: var(--check-yellow);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.check-consent-panel > header h2 {
  margin: 7px 0 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
}

.check-consent-content {
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 18px 20px 4px;
}

.check-consent-content p {
  position: relative;
  margin: 0;
  padding: 0 0 14px 19px;
  color: #445970;
  font-size: 12px;
  line-height: 1.78;
}

.check-consent-content p::before {
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 7px;
  height: 7px;
  border: 2px solid var(--check-blue);
  border-radius: 50%;
  content: "";
}

.check-consent-actions {
  display: grid;
  flex: 0 0 auto;
  gap: 8px;
  padding: 14px 20px max(18px, env(safe-area-inset-bottom));
  border-top: 1px solid var(--check-line);
  background: #fff;
}

.check-consent-cancel,
.check-consent-accept {
  min-height: 49px;
  padding: 11px 14px;
  border-radius: 7px;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.check-consent-cancel {
  order: 2;
  border: 1px solid #bdcad7;
  color: #52667b;
  background: #fff;
}

.check-consent-accept {
  order: 1;
  border: 1px solid var(--check-navy);
  color: #fff;
  background: var(--check-navy);
}

.check-consent-accept:hover {
  border-color: var(--check-blue);
  background: var(--check-blue);
}

.check-noscript {
  margin-block: 25px;
  padding-block: 16px;
  color: #8b2e27;
  background: #fff1ef;
  font-size: 13px;
}

[data-check-app] button:focus-visible,
[data-check-app] a:focus-visible,
[data-check-app] summary:focus-visible,
[data-check-app] input:focus-visible,
[data-check-app] select:focus-visible,
.check-consent-dialog button:focus-visible {
  outline: 3px solid #5ab1ef;
  outline-offset: 3px;
}

@media (min-width: 641px) {
  .check-hero-inner {
    grid-template-columns: minmax(0, 1.55fr) minmax(250px, 0.75fr);
    gap: clamp(30px, 5vw, 76px);
    min-height: 440px;
    padding-block: 50px;
  }

  .check-hero-title {
    font-size: clamp(36px, 4vw, 54px);
  }

  .check-hero-copy > p:not(.check-kicker) {
    font-size: 14px;
  }

  .check-start-button {
    width: auto;
    min-width: 310px;
  }

  .check-flow {
    padding-block: 36px 72px;
  }

  .check-step,
  .check-panel {
    padding: clamp(30px, 4vw, 48px);
    border-radius: 14px;
  }

  .check-step-heading {
    margin-bottom: 28px;
  }

  .check-photo-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
    margin-inline: auto;
  }

  .check-photo-guide {
    max-width: 760px;
    margin: 20px auto 0;
  }

  .check-photo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .check-detail-list {
    max-width: 780px;
    margin-inline: auto;
  }

  .check-detail-row > summary,
  .check-detail-summary {
    min-height: 78px;
    padding-inline: 20px;
  }

  .check-detail-row > summary b,
  .check-detail-summary b {
    font-size: 14px;
  }

  .check-detail-row > summary small,
  .check-detail-summary small {
    font-size: 11px;
  }

  .check-detail-row > summary em,
  .check-detail-summary em {
    max-width: 270px;
    font-size: 12px;
  }

  .check-detail-fields {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    padding: 19px 20px 21px;
  }

  .check-detail-fields.is-product {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .check-detail-fields.is-product button {
    grid-column: 1 / -1;
  }

  .check-step-actions {
    max-width: 780px;
    margin-inline: auto;
    margin-top: 28px;
  }

  .check-primary-button {
    flex: 0 1 340px;
  }

  .check-result-card,
  .check-result-cta {
    max-width: 820px;
    margin-inline: auto;
  }

  .check-result-main {
    padding-inline: 27px;
  }

  .check-result-row {
    min-height: 62px;
  }

  .check-result-row strong {
    font-size: 15px;
  }

  .check-warning-icon {
    width: 29px;
    height: 27px;
  }

  .check-result-message {
    padding: 21px 27px;
    font-size: 15px;
    text-align: center;
  }

  .check-result-reason,
  .check-result-disclaimer {
    padding-inline: 27px;
  }

  .check-result-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    margin-top: 18px;
    padding: 27px 30px;
  }

  .check-result-cta > a {
    min-width: 270px;
  }

  .check-consent-actions {
    grid-template-columns: minmax(150px, 0.65fr) minmax(240px, 1.35fr);
  }

  .check-consent-cancel {
    order: 1;
  }

  .check-consent-accept {
    order: 2;
  }
}

@media (max-width: 480px) {
  .check-step-actions:not(.is-end),
  .check-actions:not(.is-end) {
    flex-direction: column-reverse;
  }

  .check-step-actions:not(.is-end) .check-primary-button,
  .check-step-actions:not(.is-end) .check-secondary-button,
  .check-actions:not(.is-end) .check-primary-button,
  .check-actions:not(.is-end) .check-secondary-button {
    width: 100%;
    flex: 1 1 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-check-app] *,
  .check-consent-dialog * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
