.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 170px 0 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 45%, rgba(37, 99, 235, 0.12), transparent 34%),
    #fff;
}

.hero-grid {
  display: grid;
  grid-template-columns: 0.98fr 1.02fr;
  align-items: center;
  gap: 72px;
}

.hero-content {
  max-width: 760px;
}

.hero h1 {
  max-width: 650px;
  margin-top: 30px;
  color: #081b3a;
  font-size: clamp(52px, 4.8vw, 68px);
  line-height: 0.95;
  letter-spacing: -0.06em;
  font-weight: 800;
}

.hero h1 span {
  display: block;
  margin-top: 10px;
  color: #2563eb;
}

.hero-text {
  display: grid;
  gap: 14px;
  max-width: 520px;
  margin-top: 42px;
  color: #64748b;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 500;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 38px;
}

.hero-actions .btn {
  min-height: 58px;
  padding-inline: 30px;
  transition: transform 250ms ease, background-color 250ms ease, box-shadow 250ms ease;
}

.hero-actions .btn-primary:hover {
  transform: translateY(-2px);
}

.hero-actions .btn-secondary {
  border-color: transparent;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.trust-line {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px 24px;
  margin-top: 56px;
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
}

.trust-line span::before {
  content: "✓";
  margin-right: 8px;
  color: #2563eb;
  font-weight: 800;
}

.hero-visual {
  position: relative;
  min-height: 590px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.halo {
  position: absolute;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.06), rgba(37, 99, 235, 0.025) 36%, transparent 70%);
  opacity: 0.36;
  filter: blur(26px);
}

.audit-card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 560px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.10);
}

.audit-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e2e8f0;
}

.audit-top span {
  color: #081b3a;
  font-size: 22px;
  font-weight: 800;
}

.audit-top strong {
  padding: 9px 14px;
  border-radius: 999px;
  background: #eef8f1;
  color: #3a7a4b;
  font-size: 13px;
  font-weight: 800;
}

.score-block {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
  gap: 36px;
  padding: 44px 0;
}

.score-circle {
  width: 190px;
  height: 190px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #fff 52%, transparent 53%),
    conic-gradient(#2563eb 0 82%, rgba(37, 99, 235, 0.14) 82% 100%);
}

.score {
  color: #081b3a;
  font-size: 72px;
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 800;
}

.score span {
  color: #64748b;
  font-size: 19px;
  letter-spacing: 0;
}

.score-copy p {
  color: #64748b;
  font-size: 14px;
  font-weight: 800;
}

.score-copy strong {
  display: block;
  margin-top: 10px;
  color: #081b3a;
  font-size: 18px;
  font-weight: 800;
}

.score-copy small {
  display: block;
  margin-top: 6px;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}

.audit-list {
  display: grid;
  gap: 0;
  padding-top: 10px;
  border-top: 1px solid #e2e8f0;
}

.audit-row {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 2px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.72);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.72);
}

.audit-row span {
  color: #64748b;
  font-weight: 800;
}

.audit-row strong {
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: #eef8f1;
  color: #3a7a4b;
  font-size: 13px;
  font-weight: 800;
}

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

.audit-footer {
  margin-top: 18px;
  padding: 17px 20px;
  border-radius: 18px;
  background: rgba(37, 99, 235, 0.08);
  color: #2563eb;
  font-weight: 800;
  text-align: center;
}

.floating-card,
.hero-bottom-strip,
.hero-proof-strip,
.metrics-bar,
.proof-strip {
  display: none !important;
}
