.gam-section {
  padding: 18px 0 56px;
}

.gam-hero p {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.gam-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 18px;
}

@media (max-width: 980px) {
  .gam-layout {
    grid-template-columns: 1fr;
  }
}

.gam-card {
  background: #fff;
  border: 1px solid #e6e8ef;
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
  overflow: hidden;
}

.gam-card-h {
  padding: 16px 16px 14px;
  border-bottom: 1px solid #e6e8ef;
}

.gam-card-b {
  padding: 14px 16px 16px;
}

.gam-title {
  margin: 0;
  font-size: 14px;
  font-weight: 900;
  color: #101828;
}

.gam-desc {
  margin: 6px 0 0;
  color: #667085;
  font-size: 12px;
  font-weight: 650;
}

.gam-toolbar {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.gam-groups {
  display: grid;
  gap: 14px;
}

.gam-section-group {
  border: 1px solid #e6e8ef;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

.gam-section-h {
  padding: 16px 14px 12px;
  border-bottom: 1px solid #e6e8ef;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.gam-section-h h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 900;
  color: #101828;
}

.gam-section-h p {
  margin: 6px 0 0;
  color: #667085;
  font-size: 12px;
  font-weight: 650;
}

.gam-pill {
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid #e6e8ef;
  background: #f2f4f7;
  color: #667085;
  white-space: nowrap;
  font-weight: 850;
}

.gam-options {
  display: grid;
}

.gam-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid #e6e8ef;
  background: #fff;
  transition: background 0.15s ease;
}

.gam-options .gam-option:last-child {
  border-bottom: none;
}

.gam-option:hover {
  background: rgba(214, 58, 58, 0.03);
}

.gam-option input {
  margin-top: 3px;
  accent-color: #d63a3a;
  transform: scale(1.05);
  flex: 0 0 auto;
}

.gam-option.selected {
  background: rgba(214, 58, 58, 0.05);
  box-shadow: inset 3px 0 0 #d63a3a;
}

.gam-option-title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  color: #1f2937;
}

.gam-result-top {
  margin-bottom: 12px;
  padding: 14px;
  border: 1px solid #e6e8ef;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(214, 58, 58, 0.06), rgba(255, 255, 255, 0));
}

.gam-result-big {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.2px;
  color: #101828;
}

.gam-result-sub {
  margin: 0;
  color: #667085;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.gam-dual-cards {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 12px;
}

@media (max-width: 700px) {
  .gam-dual-cards {
    grid-template-columns: 1fr;
  }
}

.gam-mini-card {
  border-radius: 18px;
  padding: 16px;
  color: #fff;
}

.gam-mini-card--dominant {
  background: linear-gradient(180deg, #c62828, #a52222);
}

.gam-mini-card--supporting {
  background: linear-gradient(180deg, #1f3a5f, #142843);
}

.gam-mini-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 6px;
}

.gam-mini-value {
  font-size: 26px;
  font-weight: 950;
  letter-spacing: -0.4px;
  margin: 0 0 6px;
  color: #fff;
}

.gam-mini-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}

.gam-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.gam-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid #e6e8ef;
  background: #f2f4f7;
  color: #101828;
  font-size: 12px;
  font-weight: 850;
}

.gam-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.gam-list-item {
  border: 1px solid #e6e8ef;
  border-radius: 16px;
  padding: 12px;
  background: #fff;
}

.gam-list-head {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 850;
  color: #101828;
}

.gam-list-sub {
  margin: 0;
  color: #667085;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
}

.gam-email-input {
  width: 100%;
  padding: 11px 12px;
  border-radius: 14px;
  border: 1px solid #e6e8ef;
  background: #fff;
  color: #101828;
  font: inherit;
}