/* FOR DOCTORS PAGE */
.fd-hero { background: var(--black); padding: 64px 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.fd-eyebrow { font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: var(--accent-mid); margin-bottom: 14px; }
.fd-title { font-family: 'Syne', sans-serif; font-weight: 800; font-size: clamp(32px, 4vw, 48px); letter-spacing: -0.5px; color: #fff; line-height: 1.05; margin-bottom: 16px; }
.fd-title em { font-style: normal; color: var(--accent-mid); }
.fd-sub { font-size: 15px; color: rgba(255,255,255,0.45); font-weight: 300; line-height: 1.7; margin-bottom: 28px; }
.fd-pills { display: flex; flex-direction: column; gap: 8px; margin-bottom: 28px; }
.fd-pill { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.65); font-size: 14px; }
.fd-pill-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent-mid); flex-shrink: 0; }
.btn-white { background: #fff; color: var(--black); border: none; padding: 13px 28px; border-radius: 100px; font-size: 14px; font-weight: 500; cursor: pointer; font-family: 'DM Sans', sans-serif; transition: background 0.2s; display: inline-block; }
.btn-white:hover { background: var(--accent-light); }
.earnings-card { background: #fff; border-radius: 20px; padding: 28px; }
.ec-title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 17px; margin-bottom: 4px; }
.ec-sub { font-size: 12px; color: var(--muted); margin-bottom: 18px; }
.ec-row { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.ec-lbl { font-size: 12px; color: var(--muted); min-width: 120px; }
.ec-row input[type=range] { flex: 1; accent-color: var(--accent-mid); }
.ec-val { font-size: 13px; font-weight: 500; min-width: 44px; text-align: right; }
.ec-result { background: var(--accent-light); border-radius: 12px; padding: 16px; display: flex; gap: 12px; margin-top: 16px; }
.ec-res { flex: 1; text-align: center; }
.ec-res-val { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 20px; color: var(--accent); }
.ec-res-lbl { font-size: 11px; color: var(--accent); opacity: 0.7; text-transform: uppercase; letter-spacing: 0.4px; margin-top: 2px; }
.ec-note { font-size: 11px; color: var(--muted); margin-top: 10px; }
.hiw-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; background: rgba(14,14,14,0.06); border-radius: 20px; overflow: hidden; }
.hiw-step { background: var(--white); padding: 28px 24px; }
.hiw-num { font-family: 'Syne', sans-serif; font-size: 40px; font-weight: 800; color: var(--accent-light); margin-bottom: 12px; }
.hiw-step-title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 16px; margin-bottom: 8px; }
.hiw-desc { font-size: 13px; color: var(--muted); line-height: 1.65; font-weight: 300; }
.token-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 40px; }
.token-flow { display: flex; flex-direction: column; gap: 0; }
.tf-step { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid rgba(14,14,14,0.08); }
.tf-step:last-child { border-bottom: none; }
.tf-icon { font-size: 20px; flex-shrink: 0; width: 36px; text-align: center; }
.tf-title { font-size: 14px; font-weight: 500; margin-bottom: 4px; }
.tf-desc { font-size: 13px; color: var(--muted); line-height: 1.55; font-weight: 300; }
.token-perks { display: flex; flex-direction: column; gap: 12px; }
.perk-card { background: var(--white); border-radius: 14px; padding: 16px 20px; }
.perk-title { font-size: 14px; font-weight: 500; margin-bottom: 4px; }
.perk-desc { font-size: 12px; color: var(--muted); line-height: 1.55; font-weight: 300; }
.form-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.form-left {}
.checklist { display: flex; flex-direction: column; gap: 10px; }
.check-item { font-size: 14px; color: rgba(255,255,255,0.65); }
.form-right { background: #fff; border-radius: 20px; padding: 28px; }
.form-title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 18px; margin-bottom: 4px; }
.form-step-lbl { font-size: 13px; color: var(--muted); margin-bottom: 14px; }
.step-dots { display: flex; gap: 6px; margin-bottom: 20px; }
.sdot { height: 4px; border-radius: 2px; flex: 1; background: var(--warm); transition: background 0.2s; }
.sdot.active { background: var(--accent-mid); }
.sdot.done { background: var(--accent); }
.fstep { display: none; }
.fstep.active { display: block; }
.form-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; }
.step-label { font-size: 12px; color: var(--muted); }
.btn-next { background: var(--black); color: #fff; border: none; padding: 10px 24px; border-radius: 100px; font-size: 13px; font-weight: 500; cursor: pointer; font-family: 'DM Sans', sans-serif; }
.btn-next:hover { background: var(--accent); }
.btn-back-form { background: transparent; color: var(--muted); border: 1px solid var(--border); padding: 10px 18px; border-radius: 100px; font-size: 13px; cursor: pointer; font-family: 'DM Sans', sans-serif; }
.commission-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
.cc-opt { border: 1.5px solid var(--border); border-radius: 10px; padding: 12px; text-align: center; cursor: pointer; transition: all 0.15s; }
.cc-opt:hover { border-color: var(--accent-mid); }
.cc-opt.selected { border-color: var(--accent); background: var(--accent-light); }
.cc-pct { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 18px; color: var(--accent); }
.cc-lbl { font-size: 11px; color: var(--muted); margin-top: 2px; }
.success-state { background: #fff; border-radius: 20px; padding: 40px 28px; text-align: center; }
.success-icon { font-size: 32px; color: var(--accent); margin-bottom: 12px; }
.success-title { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 20px; margin-bottom: 8px; }
.success-sub { font-size: 14px; color: var(--muted); line-height: 1.6; }

@media (max-width: 900px) {
  .fd-hero { grid-template-columns: 1fr; }
  .hiw-grid { grid-template-columns: 1fr 1fr; }
  .token-grid { grid-template-columns: 1fr; }
  .form-wrap { grid-template-columns: 1fr; }
}
