/* Growth pages: ambassador + clinic transfer. Calm editorial spacing on existing tokens. */
.growth-page{
  max-width:40rem;
  padding-top:clamp(28px,5vh,56px);
  padding-bottom:clamp(40px,7vh,72px);
}
.growth-page .sec-title{
  max-width:18ch;
}
.growth-copy{
  display:grid;
  gap:18px;
  margin:22px 0 36px;
  max-width:58ch;
  color:var(--marble-2);
}
.growth-copy p{margin:0}
.growth-form{
  display:flex;
  flex-direction:column;
  gap:14px;
  max-width:36rem;
  min-width:0;
}
.growth-form label{
  display:block;
  min-width:0;
  color:var(--marble);
  font-size:var(--type-label,15px)!important;
  line-height:1.45;
}
.growth-form .vdq-check{
  display:flex;
  gap:11px;
  align-items:flex-start;
  margin-top:4px;
  font-size:var(--type-label,15px)!important;
  color:var(--marble-2);
}
.growth-form input,
.growth-form select,
.growth-form textarea{
  display:block;
  margin-top:6px;
  width:100%;
  min-width:0;
  max-width:100%;
  background:rgba(201,162,75,.04);
  border:1px solid var(--hair);
  color:var(--marble);
  font-family:var(--body);
  font-size:16px;
  line-height:1.5;
  padding:13px 15px;
}
html[data-branch="women"] .growth-form input,
html[data-branch="women"] .growth-form select,
html[data-branch="women"] .growth-form textarea{
  background:rgba(var(--accent-rgb,180,115,90),.04);
}
.growth-form input:focus,
.growth-form select:focus,
.growth-form textarea:focus{
  outline:2px solid var(--gold-lite);
  outline-offset:2px;
  border-color:var(--gold);
}
.growth-form textarea{min-height:120px;resize:vertical}
.growth-form .vdq-check input[type="checkbox"]{
  flex:0 0 20px;
  width:20px;
  height:20px;
  margin:2px 0 0;
  padding:0;
}
.growth-form .vdq-check span{min-width:0;flex:1;overflow-wrap:anywhere}
.growth-form .btn[disabled]{opacity:.6;cursor:wait}
.growth-form .vdq-error{margin:0}
.growth-success{
  margin-top:28px;
  max-width:54ch;
}
.growth-success h2{
  font-family:var(--display);
  font-size:clamp(1.4rem,3vw,2rem);
  line-height:1.2;
  margin-bottom:12px;
}
.vdq-lead-form select,
.vdq-referral select{
  width:100%;
  min-width:0;
  background:rgba(201,162,75,.04);
  border:1px solid var(--hair);
  color:var(--marble);
  font-family:var(--body);
  font-size:16px;
  padding:13px 15px;
}
html[data-branch="women"] .vdq-lead-form select,
html[data-branch="women"] .vdq-referral select{
  background:rgba(var(--accent-rgb,180,115,90),.04);
}
.vdq-referral{
  display:flex;
  flex-direction:column;
  gap:13px;
  min-width:0;
}
@media(max-width:720px){
  .growth-page{padding-top:18px}
  .growth-page .sec-title{max-width:none}
}
