/* WMA Growth Diagnosis Agent 2.0.6 - phase-two visual emphasis */
.wma-gda-unlock-gate {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: 26px;
  align-items: start;
  margin: 24px 0 26px;
  padding: 28px;
  border: 1px solid rgba(15, 23, 42, .42);
  border-radius: 24px;
  background:
    radial-gradient(circle at 4% 0%, rgba(241, 99, 52, .2), transparent 34%),
    linear-gradient(135deg, #111c2f 0%, #182942 58%, #203653 100%);
  box-shadow: 0 20px 54px rgba(15, 23, 42, .18);
  overflow: hidden;
  min-height: 0;
}

.wma-gda-result-page .wma-gda-result-summary {
  display: -webkit-box;
  max-height: 5.1em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.wma-gda-unlock-copy,
.wma-gda-unlock-benefits,
.wma-gda-unlock-benefits li,
.wma-gda-unlock-form {
  min-height: 0;
}

.wma-gda-unlock-gate::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #f16334, #ff8a5c);
}

.wma-gda-unlock-eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 8px;
  color: #ffad89;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.wma-gda-unlock-copy h3 {
  margin: 0 0 10px !important;
  color: #fff !important;
  font-size: clamp(27px, 3.1vw, 38px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.04em !important;
  font-weight: 950 !important;
}

.wma-gda-unlock-copy > p {
  margin: 0 0 18px !important;
  color: #cbd5e1 !important;
  font-size: 16px !important;
  line-height: 1.62 !important;
}

.wma-gda-unlock-benefits {
  display: grid;
  gap: 11px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.wma-gda-unlock-benefits li {
  display: grid !important;
  grid-template-columns: 27px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  margin: 0 !important;
  color: #dbe4ef;
  font-size: 15px;
  line-height: 1.45;
}

.wma-gda-unlock-benefit-icon {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 999px;
  border: 1px solid rgba(134, 239, 172, .22);
  background: rgba(34, 197, 94, .15);
  color: #86efac;
  font-size: 13px;
  font-weight: 950;
}

.wma-gda-unlock-benefit-copy {
  display: block;
  min-width: 0;
}

.wma-gda-unlock-benefits strong {
  color: #fff;
  font-weight: 900;
}

.wma-gda-unlock-form {
  margin: 0;
  padding: 22px;
  border: 1px solid #e7eaf0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(2, 6, 23, .26);
}

.wma-gda-unlock-form > label:first-of-type {
  margin-bottom: 12px;
  color: #0f172a;
  font-size: 14px;
}

.wma-gda-unlock-form input[type="email"] {
  min-height: 54px;
  border-radius: 13px;
  font-size: 16px;
}

.wma-gda-unlock-privacy {
  flex-wrap: wrap;
  margin: 8px 0 14px !important;
  color: #475569 !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  line-height: 1.45;
}

.wma-gda-unlock-privacy input {
  flex: 0 0 auto;
  width: 18px !important;
  height: 18px;
  margin-top: 1px !important;
  accent-color: #f16334;
}

.wma-gda-unlock-privacy > span {
  flex: 1 1 240px;
}

.wma-gda-unlock-privacy a {
  color: #c2410c !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.wma-gda-unlock-privacy .wma-gda-field-error {
  flex: 1 0 100%;
  margin: 0 0 0 27px;
}

.wma-gda-form-status {
  margin: 0 0 12px;
  padding: 11px 13px;
  border: 1px solid #fecdd3;
  border-radius: 11px;
  background: #fff1f2;
  color: #9f1239;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.wma-gda-form-status[hidden] {
  display: none !important;
}

.wma-gda-unlock-form .wma-gda-form-actions {
  margin: 0;
}

.wma-gda-unlock-button {
  width: 100%;
  min-height: 54px !important;
  gap: 9px;
  font-size: 16px !important;
  box-shadow: 0 16px 34px rgba(241, 99, 52, .24) !important;
}

.wma-gda-unlock-button span {
  font-size: 20px;
  line-height: 1;
}

.wma-gda-unlock-reassurance {
  margin: 11px 0 0 !important;
  color: #64748b !important;
  text-align: center;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.wma-gda-unlock-reassurance span {
  color: #16a34a;
  font-weight: 950;
}

.wma-gda-result-dashboard > .wma-gda-result-main-grid {
  margin-top: 24px;
}

@media (max-width: 820px) {
  .wma-gda-unlock-gate {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px;
    border-radius: 20px;
  }

  .wma-gda-unlock-form {
    padding: 19px;
  }
}

@media (max-width: 520px) {
  .wma-gda-unlock-gate {
    margin-right: -4px;
    margin-left: -4px;
    padding: 19px 17px 19px 20px;
  }

  .wma-gda-unlock-copy h3 {
    font-size: 27px !important;
  }

  .wma-gda-unlock-benefits li {
    align-items: start;
  }

  .wma-gda-unlock-form {
    padding: 17px;
  }
}
