.h5-check-shell {
  display: grid;
  grid-template-columns: minmax(360px, 430px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  color: #101828;
}

.h5-check-phone {
  position: relative;
  width: min(100%, 430px);
  min-height: 780px;
  max-height: 860px;
  margin: 0 auto;
  border: 1px solid #d9e3ea;
  border-radius: 8px;
  background: #f4f7fa;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.16);
  overflow: auto;
  padding-bottom: 72px;
}

.h5-check-top {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #e5eaf0;
  backdrop-filter: blur(12px);
}

.h5-check-top a,
.h5-check-top span {
  color: #102033;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.h5-check-top span {
  color: #475467;
}

.h5-step {
  display: none;
  padding: 12px;
}

.h5-step.is-active {
  display: block;
}

.h5-hero-card {
  overflow: hidden;
  position: relative;
  min-height: 236px;
  padding: 22px;
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(135deg, #071d33, #0d5f67);
  background-size: 28px 28px, 28px 28px, auto;
  color: #ffffff;
}

.h5-hero-card.is-social {
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(135deg, #351018, #8a3a2e);
  background-size: 28px 28px, 28px 28px, auto;
}

.h5-hero-card p,
.h5-check-side p {
  margin: 0;
  color: #8ff7e5;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.h5-hero-card h1 {
  max-width: 320px;
  margin: 10px 0 10px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.16;
  letter-spacing: 0;
}

.h5-hero-card span,
.h5-check-side span {
  display: block;
  color: #d6e2ee;
  font-size: 14px;
  line-height: 1.7;
}

.h5-hero-card .h5-primary-btn {
  margin-top: 18px;
}

.h5-object-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.h5-object-tabs button {
  min-height: 42px;
  border: 1px solid #d8e2ea;
  border-radius: 8px;
  background: #ffffff;
  color: #344054;
  font-size: 14px;
  font-weight: 900;
}

.h5-object-tabs button.is-active {
  border-color: #0f766e;
  background: #e8f7f3;
  color: #0f766e;
}

.h5-shortcuts,
.h5-score-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.h5-shortcuts article,
.h5-score-grid article {
  min-width: 0;
  min-height: 82px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 6px;
  border: 1px solid #d9e3ea;
  border-radius: 8px;
  background: #ffffff;
  text-align: center;
}

.h5-shortcuts i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  color: #ffffff;
  background: #0f766e;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.h5-shortcuts span,
.h5-score-grid span,
.h5-mobile-tabbar span,
.h5-mobile-tabbar b {
  white-space: nowrap;
}

.h5-shortcuts span {
  color: #344054;
  font-size: 12px;
  font-weight: 900;
}

.h5-preview-card,
.h5-mobile-note {
  margin-top: 12px;
  padding: 14px;
  border: 1px solid #d9e3ea;
  border-radius: 8px;
  background: #ffffff;
}

.h5-preview-card h2,
.h5-mobile-note b {
  display: block;
  margin: 6px 0 8px;
  color: #101828;
  font-size: 16px;
  line-height: 1.4;
}

.h5-preview-card p,
.h5-mobile-note p {
  margin: 0;
  color: #475467;
  font-size: 13px;
  line-height: 1.65;
}

.h5-tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.h5-tag-info {
  color: #0f766e;
  background: #e8f7f3;
}

.h5-mini-bars {
  display: grid;
  gap: 6px;
  margin-top: 12px;
}

.h5-mini-bars i {
  display: block;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0f766e, #42c2b3);
}

.h5-page-title {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 0 12px;
}

.h5-page-title button,
.h5-report-head button {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: #0f766e;
  font-size: 13px;
  font-weight: 900;
}

.h5-page-title b {
  display: block;
  color: #101828;
  font-size: 18px;
}

.h5-page-title span {
  display: block;
  margin-top: 2px;
  color: #667085;
  font-size: 12px;
}

.h5-progress-line {
  height: 6px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: #dce6ee;
  overflow: hidden;
}

.h5-progress-line i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #0f766e;
}

.h5-check-form {
  display: grid;
  gap: 10px;
}

.h5-check-form label {
  display: grid;
  gap: 6px;
  padding: 12px;
  border: 1px solid #d9e3ea;
  border-radius: 8px;
  background: #ffffff;
}

.h5-check-form label span {
  color: #667085;
  font-size: 12px;
  font-weight: 900;
}

.h5-check-form input {
  width: 100%;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  color: #101828;
  background: transparent;
  font-size: 15px;
  line-height: 1.45;
}

.h5-primary-btn,
.h5-secondary-btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 0 16px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  white-space: normal;
  text-align: center;
}

.h5-primary-btn {
  width: 100%;
  color: #ffffff;
  background: #0f766e;
  border-color: #0f766e;
}

.h5-secondary-btn {
  width: 100%;
  color: #102033;
  background: #ffffff;
  border-color: #d9e3ea;
}

.h5-scan-view {
  min-height: 610px;
  text-align: center;
  padding-top: 94px;
}

.h5-scan-orbit {
  position: relative;
  width: 132px;
  height: 132px;
  margin: 0 auto 22px;
  border-radius: 50%;
  border: 1px solid #cfe6e2;
  background: #ffffff;
}

.h5-scan-orbit span {
  position: absolute;
  inset: 24px;
  border-radius: 50%;
  background: #0f766e;
  box-shadow: 0 0 0 12px rgba(15, 118, 110, 0.12);
}

.h5-scan-orbit i {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #0f766e;
  animation: h5-spin 0.8s linear infinite;
}

.h5-scan-view h2 {
  margin: 0 0 8px;
  color: #101828;
  font-size: 22px;
}

.h5-scan-view p {
  max-width: 300px;
  margin: 0 auto;
  color: #667085;
  font-size: 14px;
  line-height: 1.7;
}

.h5-scan-list {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}

.h5-scan-list span {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #ffffff;
  color: #667085;
  font-size: 13px;
  font-weight: 800;
}

.h5-scan-list .done {
  color: #0f766e;
  background: #e8f7f3;
}

.h5-report-head {
  min-height: 158px;
  margin: -12px -12px 12px;
  padding: 16px;
  color: #ffffff;
  background: linear-gradient(135deg, #071d33, #0d5f67);
}

.h5-report-head.is-social {
  background: linear-gradient(135deg, #351018, #8a3a2e);
}

.h5-report-head button {
  color: #d9fff8;
}

.h5-report-head span {
  display: block;
  margin-top: 12px;
  color: #8ff7e5;
  font-size: 12px;
  font-weight: 900;
}

.h5-report-head h2 {
  margin: 8px 0;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.32;
}

.h5-report-head p {
  margin: 0;
  color: #d6e2ee;
  font-size: 13px;
}

.h5-score-grid {
  margin-top: 0;
}

.h5-score-grid article {
  min-height: 78px;
}

.h5-score-grid span {
  color: #667085;
  font-size: 12px;
  font-weight: 900;
}

.h5-score-grid b {
  color: #101828;
  font-size: 22px;
  line-height: 1;
}

.h5-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.h5-pill-row span,
.h5-check-list span {
  border-radius: 8px;
  color: #0f766e;
  background: #e8f7f3;
  font-size: 12px;
  font-weight: 900;
}

.h5-pill-row span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
}

.h5-check-list {
  display: grid;
  gap: 8px;
}

.h5-check-list span {
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.h5-locked-card {
  border-style: dashed;
  background: #fbfcfe;
}

.h5-check-cta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 12px;
}

.h5-mobile-tabbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 58px;
  border-top: 1px solid #d9e3ea;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
}

.h5-mobile-tabbar b,
.h5-mobile-tabbar span {
  display: grid;
  place-items: center;
  min-width: 0;
  color: #667085;
  font-size: 12px;
  font-weight: 900;
}

.h5-mobile-tabbar b {
  color: #0f766e;
}

.h5-check-side {
  align-self: stretch;
  border: 1px solid #d9e3ea;
  border-radius: 8px;
  padding: 28px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.h5-check-side p {
  color: #0f766e;
}

.h5-check-side h2 {
  margin: 10px 0 12px;
  color: #101828;
  font-size: 30px;
  line-height: 1.28;
  letter-spacing: 0;
}

.h5-check-side span {
  color: #475467;
}

.h5-side-points {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.h5-side-points div {
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
}

.h5-side-points strong {
  display: block;
  margin-bottom: 4px;
  color: #101828;
  font-size: 15px;
}

.h5-side-points span {
  color: #667085;
  font-size: 13px;
}

@keyframes h5-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 900px) {
  .marketing-body.public-page {
    background: #edf2f7;
  }

  .marketing-main {
    max-width: 100%;
    padding: 0;
  }

  .h5-check-shell {
    display: block;
  }

  .h5-check-phone {
    width: 100%;
    min-height: 100vh;
    max-height: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .h5-check-side {
    display: none;
  }
}

@media (max-width: 390px) {
  .h5-hero-card h1 {
    font-size: 27px;
  }

  .h5-shortcuts span,
  .h5-mobile-tabbar b,
  .h5-mobile-tabbar span {
    font-size: 11px;
  }

  .h5-shortcuts article {
    min-height: 78px;
  }
}
