.test-kicker {
  margin: 0 0 .4rem;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.test-kicker a { color: var(--primary); }
.test-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.test-card {
  background: var(--paper, #fff);
  border: 1px solid color-mix(in srgb, var(--primary, #0F766E) 16%, #d5dde8);
  padding: 1.4rem 1.3rem 1.5rem;
  display: grid;
  align-content: start;
  gap: .7rem;
}
.test-card h2 {
  margin: 0;
  font-size: 1.25rem;
  font-family: var(--display, inherit);
}
.test-card p {
  margin: 0;
  color: var(--muted, #4d635e);
  line-height: 1.55;
}
.test-card .btn { justify-self: start; margin-top: .4rem; }
.test-wrap { max-width: 980px; }
.test-video {
  position: relative;
  width: min(560px, 100%);
  aspect-ratio: 16 / 9;
  margin: 0 auto 2rem;
  background: #111;
}
.test-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.test-body {
  overflow-x: auto;
}
.test-cta { margin-top: 2.2rem; }
.test-gestaotempo table,
.test-body table {
  width: 100%;
  border-collapse: collapse;
  font-size: .96rem;
}
.test-gestaotempo table { margin: 0 0 1.5rem !important; }
.test-gestaotempo th,
.test-gestaotempo td,
.test-body th,
.test-body td {
  padding: .55rem .6rem;
  border-bottom: 1px solid color-mix(in srgb, var(--primary, #0F766E) 12%, #e5e7eb);
  vertical-align: middle;
}
.test-gestaotempo thead th { text-align: center; }
.bigger-radio-checkbox {
  width: 1.15rem;
  height: 1.15rem;
  accent-color: var(--primary, #0F766E);
  cursor: pointer;
}
.conjunto {
  min-width: 160px;
  margin: 0 .5rem 1rem;
  vertical-align: top;
}
.conjunto th, .conjunto td { text-align: center; }
.progress-ring_a { position: absolute; left: 0; bottom: 0; }
.progress-ring_b { position: absolute; top: 0; left: 50%; transform: translate(-50%, 0); }
.progress-ring_c { position: absolute; right: 0; bottom: 0; }
.progress-ring__circle {
  transition: .35s stroke-dashoffset;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
.progress-text {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: .85rem;
  font-weight: 700;
}
.elementor-button-wrapper { text-align: center; }
.elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .85rem 1.25rem;
  border-radius: 999px;
  background: var(--accent, #F59E0B);
  color: #1a1405;
  font-weight: 700;
  text-decoration: none;
}
#verResultado {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .85rem 1.4rem;
  border: 0;
  border-radius: 999px;
  background: var(--primary, #0F766E);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.pc_container {
  width: min(520px, 100%) !important;
  margin: 1rem auto 2rem !important;
}
.sr_result {
  margin-top: 1.5rem;
}
.sr_result h3 { margin: 1.4rem 0 .5rem; }
@media (max-width: 900px) {
  .test-card-grid { grid-template-columns: 1fr; }
}
