.analysis-section {
  background: #e8ebdc;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 118px 0;
}

.analysis-layout {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 82px;
  align-items: start;
}

.analysis-copy > p {
  color: #5c6058;
  font-size: 14px;
  line-height: 1.7;
  max-width: 360px;
}

.analysis-points {
  border-top: 1px solid #cbd0bf;
  list-style: none;
  margin: 30px 0 0;
  padding: 17px 0 0;
}

.analysis-points li {
  color: #444a41;
  font: 500 11px/2 'DM Mono', monospace;
}

.analysis-points li::before {
  color: #638d21;
  content: '✓';
  margin-right: 9px;
}

.analysis-disclaimer {
  border-left: 2px solid #638d21;
  font-size: 11px !important;
  margin-top: 27px;
  padding-left: 12px;
}

.analysis-card {
  background: #fff;
  box-shadow: 12px 12px 0 var(--ink);
  padding: 30px;
}

.analysis-card-head {
  align-items: flex-start;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding-bottom: 21px;
}

.analysis-card h3 {
  font-size: 27px;
  letter-spacing: -1.5px;
  margin: 9px 0 0;
}

.free-badge {
  background: var(--lime);
  border: 1px solid var(--ink);
  font: 500 9px 'DM Mono', monospace;
  letter-spacing: .7px;
  padding: 6px 7px;
}

.gender-switch {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 23px 0 19px;
  padding: 0;
}

.gender-switch legend {
  font: 700 11px Manrope, sans-serif;
  margin-bottom: 9px;
  padding: 0;
  width: 100%;
}

.gender-option {
  align-items: center;
  border: 1px solid var(--line);
  cursor: pointer;
  display: flex;
  flex: 1;
  font: 700 12px Manrope, sans-serif;
  justify-content: center;
  padding: 12px;
}

.gender-option.active {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.gender-option input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.analysis-fields {
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(2, 1fr);
}

.analysis-fields label {
  color: #363a34;
  display: grid;
  font-size: 11px;
  font-weight: 700;
  gap: 7px;
}

#analysisHipField[hidden] {
  display: none !important;
}

.analysis-fields label > span:last-of-type {
  color: #858a80;
  font-size: 9px;
  font-weight: 500;
  margin-left: 4px;
}

.analysis-fields input {
  background: #fbfbf8;
  border: 1px solid var(--line);
  font: 14px Manrope, sans-serif;
  padding: 12px;
}

.analysis-fields input:focus {
  border-color: #638d21;
  outline: 2px solid #b8ff5b66;
}

.analysis-confirm {
  align-items: center;
  color: #5e625b;
  display: flex;
  font-size: 10px;
  gap: 7px;
  margin: 19px 0;
}

.analysis-confirm input {
  accent-color: #638d21;
}

.analysis-result {
  background: #f1f5e7;
  border-top: 1px solid #cdd9b8;
  margin-top: 24px;
  padding: 21px;
}

.result-main {
  align-items: end;
  display: flex;
  justify-content: space-between;
}

.result-main span,
.result-metrics small {
  color: #6d7268;
  font: 500 9px 'DM Mono', monospace;
  letter-spacing: .7px;
}

.result-main strong {
  color: #4f7819;
  font-size: 39px;
  letter-spacing: -2px;
  line-height: 1;
}

.result-metrics {
  border-top: 1px solid #cdd9b8;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 18px;
  padding-top: 14px;
}

.result-metrics div {
  display: grid;
  gap: 4px;
}

.result-metrics b {
  font-size: 14px;
}

.analysis-result p,
.analysis-footnote {
  color: #656a60;
  font-size: 10px;
  line-height: 1.6;
  margin: 16px 0 0;
}

.analysis-footnote {
  margin-bottom: 0;
}

@media (max-width: 720px) {
  .analysis-section { padding: 82px 0; }
  .analysis-layout { grid-template-columns: 1fr; gap: 38px; }
  .analysis-card { box-shadow: 8px 8px 0 var(--ink); padding: 21px; }
  .analysis-fields { grid-template-columns: 1fr; }
}
