.hero-metrics .hero-radar-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 188px;
  min-height: 66px;
  margin: 10px 0 0 -14px;
  padding: 12px 16px;
  border: 1px solid #b6ff9e;
  border-radius: 14px;
  color: #123718;
  background: linear-gradient(135deg, #a8ff91, #43d200);
  box-shadow: 0 13px 28px rgba(0, 0, 0, .23), 0 0 0 4px rgba(136, 255, 132, .1);
  font-size: .85rem;
  font-weight: 850;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  transition: transform .16s ease, filter .16s ease;
}
.hero-metrics .hero-radar-link:hover { filter: brightness(1.08); transform: translateY(-2px); }
.hero-metrics .hero-radar-link:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }

@media (max-width: 980px) {
  .hero-metrics .hero-radar-link {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%, 320px);
    min-height: 52px;
    margin: 12px 0 0;
    padding: 11px 16px;
    font-size: .92rem;
  }
}

.radar-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: clamp(26px, 4vw, 64px);
  align-items: center;
  width: min(1180px, calc(100% - 48px));
  margin: 96px auto 0;
  scroll-margin-top: 96px;
  padding: clamp(28px, 4.5vw, 60px);
  overflow: hidden;
  border: 1px solid #d9e9d8;
  border-radius: 28px;
  background: linear-gradient(135deg, #f0faed 0%, #f8fcf7 50%, #edf7fa 100%);
}
.radar-section::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  top: -170px;
  left: -130px;
  border-radius: 50%;
  background: rgba(67, 210, 0, .08);
  pointer-events: none;
}
.radar-intro, .radar-panel { position: relative; z-index: 1; min-width: 0; }
.radar-kicker {
  display: inline-flex;
  padding: 7px 11px;
  border: 1px solid #b9dcb5;
  border-radius: 999px;
  color: #147220;
  background: #fff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .11em;
}
.radar-intro h2 {
  max-width: 590px;
  margin: 20px 0 18px;
  color: #153b24;
  font: 800 clamp(2rem, 3.2vw, 3rem)/1.08 Inter, system-ui, sans-serif;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.radar-lead { max-width: 470px; margin: 0; color: #496454; font-size: 1.04rem; line-height: 1.65; }
.radar-points { display: grid; gap: 13px; margin-top: 30px; }
.radar-points span { display: flex; align-items: center; gap: 11px; color: #284d32; font-size: .93rem; font-weight: 650; }
.radar-points span::before {
  content: "✓";
  display: grid;
  place-items: center;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #0d7720;
  background: #dff5d9;
  font-size: .82rem;
  font-weight: 800;
}
.radar-privacy { max-width: 480px; margin: 30px 0 0; color: #617568; font-size: .78rem; line-height: 1.55; }
.radar-panel {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: clamp(22px, 3vw, 38px);
  border: 1px solid #d9e8dc;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(27, 86, 44, .09);
}
.radar-panel-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; color: #698274; font-size: .7rem; font-weight: 800; letter-spacing: .09em; }
.radar-panel-top [data-radar-counter] { color: #117324; white-space: nowrap; }
.radar-progress { height: 5px; margin: 17px 0 30px; overflow: hidden; border-radius: 999px; background: #e7f1e7; }
.radar-progress span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #087a0b, #43d200); transition: width .25s ease; }
.radar-content { flex: 1; }
.radar-content h3 { margin: 0 0 12px; color: #173b24; font-size: clamp(1.35rem, 2vw, 1.65rem); line-height: 1.25; letter-spacing: -.025em; }
.radar-content p { margin: 0; color: #62776a; line-height: 1.6; }
.radar-question-category { display: block; margin-bottom: 9px; color: #0d7720; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.radar-options { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; border: 0; }
.radar-option { display: flex; gap: 12px; align-items: center; min-height: 54px; padding: 12px 14px; border: 1px solid #dce9df; border-radius: 11px; color: #2f4f3a; background: #fff; cursor: pointer; transition: border-color .16s ease, background .16s ease, box-shadow .16s ease; }
.radar-option:hover { border-color: #9dcd9e; background: #f6fbf5; }
.radar-option:has(input:checked) { border-color: #50ae4e; background: #f0faed; box-shadow: inset 0 0 0 1px #50ae4e; }
.radar-option:has(input:focus-visible) { outline: 3px solid rgba(38, 154, 58, .28); outline-offset: 2px; }
.radar-option input { flex: 0 0 auto; width: 17px; height: 17px; margin: 0; accent-color: #168522; }
.radar-option span { font-size: .9rem; font-weight: 600; line-height: 1.4; }
.radar-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.radar-button { display: inline-flex; justify-content: center; align-items: center; min-height: 45px; padding: 10px 17px; border: 1px solid #0b7b19; border-radius: 10px; color: #fff; background: #087a0b; font: 750 .9rem/1.2 Inter, system-ui, sans-serif; text-decoration: none; cursor: pointer; }
.radar-button:hover { background: #08640b; }
.radar-button:focus-visible { outline: 3px solid rgba(38, 154, 58, .32); outline-offset: 2px; }
.radar-button:disabled { opacity: .48; cursor: not-allowed; }
.radar-button-secondary { color: #27563a; border-color: #cbded0; background: #fff; }
.radar-button-secondary:hover { background: #f2f9f1; }
.radar-result-status { display: inline-block; margin: 0 0 13px; padding: 6px 10px; border-radius: 7px; color: #075f18; background: #e9f8e4; font-size: .73rem; font-weight: 800; }
.radar-result-status[data-level="attention"] { color: #815304; background: #fff4d9; }
.radar-result-status[data-level="priority"] { color: #9d3f13; background: #fff0e6; }
.radar-result-list { display: grid; gap: 9px; margin: 21px 0 0; padding: 0; list-style: none; }
.radar-result-list li { padding: 11px 13px; border-left: 3px solid #43d200; border-radius: 0 8px 8px 0; color: #385241; background: #f5faf4; font-size: .86rem; line-height: 1.45; }
.radar-result-list strong { display: block; margin-bottom: 3px; color: #1d452b; }
.radar-result-note { margin-top: 16px !important; font-size: .76rem; }

@media (max-width: 900px) {
  .radar-section { grid-template-columns: 1fr; width: min(680px, calc(100% - 36px)); margin-top: 72px; padding: 30px; }
  .radar-intro h2 { max-width: 620px; }
  .radar-privacy { margin-top: 22px; }
}
@media (max-width: 560px) {
  .hero-metrics .hero-radar-link { width: 100%; }
  .radar-section { width: calc(100% - 24px); gap: 24px; margin-top: 56px; padding: 22px; border-radius: 22px; }
  .radar-intro h2 { font-size: clamp(1.9rem, 9vw, 2.4rem); }
  .radar-lead { font-size: .94rem; }
  .radar-points { gap: 10px; margin-top: 22px; }
  .radar-points span { font-size: .86rem; }
  .radar-panel { min-height: 0; padding: 20px; border-radius: 17px; }
  .radar-progress { margin-bottom: 24px; }
  .radar-option { min-height: 50px; padding: 10px 12px; }
  .radar-actions .radar-button { flex: 1 1 auto; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-metrics .hero-radar-link, .radar-progress span, .radar-option { transition: none; }
}
