/* ═══════════════════════════════════════════════════
   NextGen Student Sign-Up — Modern CSS v3.0
═══════════════════════════════════════════════════ */

.nextgen-wrap *, .nextgen-wrap *::before, .nextgen-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }

.nextgen-wrap {
  width: 100%; max-width: 680px; margin: 0 auto; padding: 0 0 4rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px; color: #1a1d23; -webkit-font-smoothing: antialiased;
}

/* ── HERO ── */
.ng-hero {
  background: linear-gradient(145deg, #082d52 0%, #185FA5 55%, #2e8fd4 100%);
  color: #fff; padding: 2.5rem 1.5rem 3rem; position: relative; overflow: hidden;
}
.ng-hero::before { content:''; position:absolute; top:-40px; right:-40px; width:200px; height:200px; border-radius:50%; background:rgba(255,255,255,0.06); pointer-events:none; }
.ng-hero::after  { content:''; position:absolute; bottom:-60px; left:-30px; width:260px; height:260px; border-radius:50%; background:rgba(255,255,255,0.04); pointer-events:none; }
.ng-hero-inner { position:relative; z-index:1; }
.ng-hero-badge { display:inline-block; background:rgba(255,255,255,0.15); border:1px solid rgba(255,255,255,0.25); border-radius:30px; padding:5px 14px; font-size:12px; font-weight:600; letter-spacing:0.5px; margin-bottom:1rem; }
.ng-hero-title { font-size:clamp(22px,5vw,30px)!important; font-weight:800!important; color:#fff!important; line-height:1.25!important; margin:0 0 0.6rem!important; border:none!important; padding:0!important; }
.ng-hero-sub { font-size:14px; opacity:0.85; margin-bottom:1.5rem; }
.ng-hero-stats { display:flex; gap:1.5rem; flex-wrap:wrap; }
.ng-hero-stat { display:flex; flex-direction:column; gap:2px; }
.ng-hero-stat span { font-size:22px; font-weight:800; line-height:1; }
.ng-hero-stat small { font-size:11px; opacity:0.75; text-transform:uppercase; letter-spacing:0.5px; }

/* ── PROGRESS ── */
.ng-progress-wrap { background:#fff; padding:1rem 1.25rem 0; border-bottom:1px solid #eef0f4; position:sticky; top:0; z-index:50; box-shadow:0 2px 8px rgba(0,0,0,0.06); }
.ng-progress-bar { height:4px; background:#e8eaf0; border-radius:4px; overflow:hidden; margin-bottom:0.75rem; }
.ng-progress-fill { height:100%; background:linear-gradient(90deg,#185FA5,#2e8fd4); border-radius:4px; transition:width 0.4s ease; }
.ng-progress-steps { display:flex; justify-content:space-between; padding-bottom:0.75rem; }
.ng-step { font-size:12px; font-weight:500; color:#adb5bd; display:flex; align-items:center; gap:6px; transition:color 0.2s; }
.ng-step::before { content:attr(data-step); width:20px; height:20px; border-radius:50%; background:#e8eaf0; color:#adb5bd; font-size:10px; font-weight:700; display:flex; align-items:center; justify-content:center; transition:all 0.2s; }
.ng-step.active { color:#185FA5; }
.ng-step.active::before { background:#185FA5; color:#fff; }
.ng-step.done { color:#3B6D11; }
.ng-step.done::before { background:#3B6D11; color:#fff; content:'✓'; }

/* ── CARD ── */
.ng-card { background:#fff; border-radius:0 0 16px 16px; padding:1.75rem 1.5rem; box-shadow:0 4px 24px rgba(0,0,0,0.07); }

/* ── STEP BLOCKS ── */
.ng-step-block { display:none; }
.ng-step-block.active { display:block; }
@keyframes ngFadeIn { from{opacity:0;transform:translateY(12px)} to{opacity:1;transform:translateY(0)} }
.ng-step-block.active { animation:ngFadeIn 0.3s ease; }

/* ── SECTION HEADER ── */
.ng-section-header { display:flex; align-items:center; gap:12px; margin-bottom:1.5rem; padding-bottom:1rem; border-bottom:2px solid #f0f4ff; }
.ng-section-icon { width:44px; height:44px; border-radius:12px; background:linear-gradient(135deg,#E6F1FB,#b5d4f4); display:flex; align-items:center; justify-content:center; font-size:22px; flex-shrink:0; }
.ng-section-title { font-size:16px!important; font-weight:700!important; color:#1a1d23!important; margin:0!important; padding:0!important; border:none!important; text-transform:none!important; letter-spacing:0!important; }
.ng-section-sub { font-size:12px; color:#6B7280; margin-top:2px; }

/* ── LAYOUT ── */
.ng-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.ng-field { margin-bottom:1.1rem; width:100%; }
.ng-field label { display:block; font-size:13px; font-weight:600; color:#374151; margin-bottom:7px; }
.ng-req { color:#E24B4A; margin-left:2px; }
.ng-field-hint { font-size:11px; color:#9CA3AF; font-weight:400; margin-left:4px; }

/* ── INPUTS ── */
.ng-input-wrap { position:relative; display:flex; align-items:center; width:100%; }
.ng-input-icon { position:absolute; left:12px; font-size:15px; pointer-events:none; z-index:1; line-height:1; }
.ng-input-suffix { position:absolute; right:12px; font-size:13px; color:#6B7280; font-weight:600; pointer-events:none; }
.ng-input-wrap input {
  width:100%; padding:12px 12px 12px 40px; border:1.5px solid #e2e4e9; border-radius:10px;
  font-size:15px; color:#1a1d23; background:#fafbfc; transition:border-color 0.18s,box-shadow 0.18s,background 0.18s;
  font-family:inherit; -webkit-appearance:none; appearance:none; outline:none;
}
.ng-input-wrap input:focus { border-color:#185FA5; background:#fff; box-shadow:0 0 0 4px rgba(24,95,165,0.1); }
.ng-input-wrap input::placeholder { color:#c0c5cc; }
.ng-input-wrap input.ng-invalid { border-color:#E24B4A; background:#FFF5F5; box-shadow:0 0 0 4px rgba(226,75,74,0.08); }
.ng-input-wrap input[type=number]::-webkit-inner-spin-button,
.ng-input-wrap input[type=number]::-webkit-outer-spin-button { -webkit-appearance:none; margin:0; }
.ng-input-wrap input[type=number] { -moz-appearance:textfield; }

.ng-field textarea { width:100%; padding:12px 14px; border:1.5px solid #e2e4e9; border-radius:10px; font-size:15px; color:#1a1d23; background:#fafbfc; font-family:inherit; resize:vertical; min-height:100px; transition:border-color 0.18s,box-shadow 0.18s; outline:none; -webkit-appearance:none; }
.ng-field textarea:focus { border-color:#185FA5; background:#fff; box-shadow:0 0 0 4px rgba(24,95,165,0.1); }
.ng-field textarea::placeholder { color:#c0c5cc; }

/* ── SELECT ── */
.ng-select-wrap { position:relative; width:100%; }
.ng-select-wrap::after { content:''; position:absolute; right:14px; top:50%; transform:translateY(-50%); width:0; height:0; border-left:5px solid transparent; border-right:5px solid transparent; border-top:6px solid #6B7280; pointer-events:none; }
.ng-select-wrap select { width:100%; padding:12px 40px 12px 14px; border:1.5px solid #e2e4e9; border-radius:10px; font-size:15px; color:#1a1d23; background:#fafbfc; -webkit-appearance:none; appearance:none; font-family:inherit; cursor:pointer; transition:border-color 0.18s,box-shadow 0.18s; outline:none; }
.ng-select-wrap select:focus { border-color:#185FA5; background:#fff; box-shadow:0 0 0 4px rgba(24,95,165,0.1); }
.ng-select-wrap select.ng-invalid { border-color:#E24B4A; background:#FFF5F5; }

/* ── PHONE ── */
.ng-phone-wrap { display:flex; gap:10px; width:100%; }
.ng-phone-code-wrap { width:110px; flex-shrink:0; }
.ng-phone-code-wrap::after { right:10px; }
.ng-phone-code-wrap select { padding:12px 26px 12px 10px; font-size:14px; }

/* ── PERCENTAGE TOGGLE ── */
.ng-pct-wrap { display:flex; flex-direction:column; gap:10px; }
.ng-pct-type-tabs { display:flex; background:#f0f2f5; border-radius:8px; padding:3px; gap:3px; }
.ng-pct-tab { flex:1; padding:8px; border:none; border-radius:6px; font-size:13px; font-weight:600; cursor:pointer; background:transparent; color:#6B7280; transition:all 0.18s; font-family:inherit; }
.ng-pct-tab.active { background:#fff; color:#185FA5; box-shadow:0 1px 4px rgba(0,0,0,0.12); }
.ng-pct-inputs .ng-input-wrap { width:100%; }

/* ══════════════════════════════════════════════
   COUNTRY MULTI-SELECT DROPDOWN
══════════════════════════════════════════════ */
.ng-ms-wrap { position:relative; width:100%; }

/* Trigger */
.ng-ms-trigger {
  display:flex; align-items:center; justify-content:space-between; gap:10px;
  padding:10px 14px; min-height:52px;
  border:1.5px solid #e2e4e9; border-radius:12px; background:#fafbfc;
  cursor:pointer; user-select:none;
  transition:border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.ng-ms-trigger:hover { border-color:#378ADD; background:#fff; }
.ng-ms-trigger-open { border-color:#185FA5!important; background:#fff!important; box-shadow:0 0 0 4px rgba(24,95,165,0.12)!important; border-bottom-left-radius:0!important; border-bottom-right-radius:0!important; }
.ng-ms-trigger-invalid { border-color:#E24B4A!important; background:#FFF5F5!important; box-shadow:0 0 0 4px rgba(226,75,74,0.08)!important; }

.ng-ms-trigger-left { display:flex; align-items:center; gap:10px; flex:1; min-width:0; flex-wrap:wrap; }
.ng-ms-globe { font-size:20px; flex-shrink:0; }
.ng-ms-tags { display:flex; flex-wrap:wrap; gap:6px; align-items:center; flex:1; min-width:0; }
.ng-ms-placeholder { font-size:14px; color:#b0b7c3; white-space:nowrap; }

.ng-ms-tag {
  display:inline-flex; align-items:center; gap:5px;
  background:linear-gradient(135deg,#E6F1FB,#d4e8f8);
  border:1px solid #b5d4f4; border-radius:20px;
  padding:4px 10px; font-size:12px; font-weight:600; color:#185FA5;
  max-width:180px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
  animation:ngTagIn 0.2s ease;
}
@keyframes ngTagIn { from{opacity:0;transform:scale(0.85)} to{opacity:1;transform:scale(1)} }
.ng-ms-tag button { background:none; border:none; cursor:pointer; color:#185FA5; font-size:14px; line-height:1; padding:0; margin-left:2px; opacity:0.6; transition:opacity 0.15s; }
.ng-ms-tag button:hover { opacity:1; }

.ng-ms-trigger-right { display:flex; align-items:center; gap:8px; flex-shrink:0; }
.ng-ms-badge {
  display:inline-flex; align-items:center; justify-content:center;
  background:#185FA5; color:#fff; border-radius:20px;
  padding:2px 9px; font-size:11px; font-weight:700; white-space:nowrap;
  transition:background 0.15s;
}
.ng-ms-badge-full { background:#3B6D11; }
.ng-ms-chevron { color:#6B7280; transition:transform 0.25s ease; flex-shrink:0; }

/* Panel */
.ng-ms-panel {
  display:none; /* controlled by .ng-ms-open */
  position:absolute; left:0; right:0; top:calc(100% - 1px);
  background:#fff;
  border:1.5px solid #185FA5;
  border-top:none;
  border-radius:0 0 14px 14px;
  box-shadow:0 16px 48px rgba(24,95,165,0.18);
  z-index:500;
  overflow:hidden;
}
.ng-ms-panel.ng-ms-open { display:flex; flex-direction:column; animation:ngPanelIn 0.22s ease; }
@keyframes ngPanelIn { from{opacity:0;transform:translateY(-8px)} to{opacity:1;transform:translateY(0)} }

/* Panel head */
.ng-ms-panel-head {
  display:flex; align-items:center; justify-content:space-between;
  padding:12px 16px; background:linear-gradient(135deg,#082d52,#185FA5); color:#fff;
}
.ng-ms-panel-title { display:flex; align-items:center; gap:8px; font-size:14px; font-weight:700; }
.ng-ms-panel-icon { font-size:18px; }
.ng-ms-head-right { display:flex; align-items:center; gap:10px; }
.ng-ms-limit-badge {
  background:rgba(255,255,255,0.2); border:1px solid rgba(255,255,255,0.35);
  border-radius:20px; padding:3px 10px; font-size:11px; font-weight:600;
  transition:background 0.2s, border-color 0.2s;
}
.ng-ms-limit-full { background:rgba(59,109,17,0.35)!important; border-color:rgba(59,109,17,0.5)!important; }
.ng-ms-close-btn { background:rgba(255,255,255,0.15); border:1px solid rgba(255,255,255,0.25); border-radius:6px; color:#fff; width:28px; height:28px; cursor:pointer; display:flex; align-items:center; justify-content:center; transition:background 0.15s; }
.ng-ms-close-btn:hover { background:rgba(255,255,255,0.3); }

/* Search bar */
.ng-ms-search-bar {
  display:flex; align-items:center; gap:8px;
  padding:10px 12px; border-bottom:1px solid #f0f2f5; background:#f8f9fb;
}
.ng-ms-search-ico { flex-shrink:0; }
.ng-ms-search-input {
  flex:1; border:none; background:transparent; font-size:14px; color:#1a1d23;
  font-family:inherit; outline:none; padding:0;
}
.ng-ms-search-input::placeholder { color:#b0b7c3; }
.ng-ms-search-clear { background:none; border:none; cursor:pointer; color:#9CA3AF; padding:2px; display:flex; align-items:center; justify-content:center; border-radius:4px; transition:color 0.15s; }
.ng-ms-search-clear:hover { color:#E24B4A; }

/* Chips strip (inside panel showing selections) */
.ng-ms-chips-strip { padding:8px 12px; background:#F0F6FF; border-bottom:1px solid #ddeefa; display:flex; align-items:center; gap:6px; flex-wrap:wrap; }
.ng-ms-chips-inner { display:flex; flex-wrap:wrap; gap:6px; }
.ng-ms-chip {
  display:inline-flex; align-items:center; gap:5px;
  background:#fff; border:1.5px solid #b5d4f4; border-radius:20px;
  padding:4px 10px; font-size:12px; font-weight:600; color:#185FA5;
  animation:ngTagIn 0.18s ease;
}
.ng-ms-chip button { background:none; border:none; cursor:pointer; color:#185FA5; font-size:13px; padding:0; opacity:0.7; transition:opacity 0.15s; }
.ng-ms-chip button:hover { opacity:1; }

/* List */
.ng-ms-list { max-height:240px; overflow-y:auto; padding:6px 0; scrollbar-width:thin; scrollbar-color:#d1d5db transparent; }
.ng-ms-list::-webkit-scrollbar { width:4px; }
.ng-ms-list::-webkit-scrollbar-track { background:transparent; }
.ng-ms-list::-webkit-scrollbar-thumb { background:#d1d5db; border-radius:4px; }

.ng-ms-item {
  display:flex; align-items:center; gap:12px;
  padding:10px 16px; cursor:pointer;
  transition:background 0.12s;
  user-select:none;
}
.ng-ms-item:hover { background:#F0F6FF; }
.ng-ms-item input[type=checkbox] { display:none; }

.ng-ms-item-flag { font-size:22px; line-height:1; flex-shrink:0; }
.ng-ms-item-name { flex:1; font-size:14px; font-weight:500; color:#374151; }

/* Custom checkbox tick box */
.ng-ms-item-tick {
  width:22px; height:22px; border-radius:6px;
  border:2px solid #d1d5db; background:#fff; flex-shrink:0;
  display:flex; align-items:center; justify-content:center;
  transition:all 0.18s;
}
.ng-ms-item-tick svg { opacity:0; transform:scale(0.5); transition:all 0.15s; }

/* Checked state */
.ng-ms-checked { background:#F0F6FF!important; }
.ng-ms-checked .ng-ms-item-name { color:#185FA5; font-weight:600; }
.ng-ms-checked .ng-ms-item-tick { background:#185FA5; border-color:#185FA5; }
.ng-ms-checked .ng-ms-item-tick svg { opacity:1; transform:scale(1); }

/* Dimmed (max reached, item not selected) */
.ng-ms-dim { opacity:0.4; cursor:not-allowed; pointer-events:none; }

/* Empty */
.ng-ms-empty { text-align:center; padding:1.5rem; color:#9CA3AF; font-size:14px; display:flex; align-items:center; justify-content:center; gap:8px; }

/* Footer */
.ng-ms-panel-foot {
  display:flex; align-items:center; justify-content:space-between; gap:10px;
  padding:10px 14px; border-top:1px solid #f0f2f5; background:#fafbfc;
}
.ng-ms-foot-clear {
  display:flex; align-items:center; gap:5px; background:none; border:1px solid #e2e4e9;
  border-radius:8px; color:#6B7280; font-size:12px; font-weight:600; cursor:pointer;
  padding:6px 12px; font-family:inherit; transition:all 0.15s;
}
.ng-ms-foot-clear:hover { border-color:#E24B4A; color:#E24B4A; }
.ng-ms-foot-info { font-size:12px; color:#6B7280; font-weight:500; text-align:center; flex:1; transition:color 0.2s; }
.ng-ms-foot-done {
  display:flex; align-items:center; gap:6px;
  background:linear-gradient(135deg,#185FA5,#2378c3); color:#fff;
  border:none; border-radius:8px; font-size:13px; font-weight:700;
  cursor:pointer; padding:7px 16px; font-family:inherit;
  transition:all 0.18s; box-shadow:0 3px 10px rgba(24,95,165,0.25);
}
.ng-ms-foot-done:hover { background:linear-gradient(135deg,#145290,#1a6ab5); transform:translateY(-1px); }

/* Error */
.ng-ms-error { color:#A32D2D; font-size:12px; font-weight:500; margin-top:6px; padding:6px 10px; background:#FFF0F0; border:1px solid #FCCACA; border-radius:6px; }

/* Badge shake */
@keyframes ngMsShake { 0%,100%{transform:translateX(0)} 20%,60%{transform:translateX(-4px)} 40%,80%{transform:translateX(4px)} }
.ng-ms-shake { animation:ngMsShake 0.4s ease; }

/* ── INTAKE PILLS ── */
.ng-intake-grid { display:flex; flex-wrap:wrap; gap:8px; margin-top:4px; }
.ng-intake-pill { display:flex; align-items:center; padding:8px 16px; border:1.5px solid #e2e4e9; border-radius:30px; cursor:pointer; font-size:13px; font-weight:500; color:#374151; background:#fafbfc; transition:all 0.15s; user-select:none; }
.ng-intake-pill input[type=radio] { display:none; }
.ng-intake-pill:hover { border-color:#185FA5; color:#185FA5; background:#f0f6ff; }
.ng-intake-pill.selected { border-color:#185FA5; background:#185FA5; color:#fff; }

/* ── SERVICE CHECKBOXES ── */
.ng-checkbox-group { display:grid; grid-template-columns:repeat(auto-fill,minmax(165px,1fr)); gap:8px; margin-top:4px; }
.ng-pill { display:flex; align-items:center; gap:8px; padding:10px 12px; border:1.5px solid #e2e4e9; border-radius:10px; cursor:pointer; font-size:13px; font-weight:500; color:#374151; background:#fafbfc; transition:all 0.15s; user-select:none; }
.ng-pill input[type=checkbox] { width:16px; height:16px; flex-shrink:0; margin:0; accent-color:#185FA5; cursor:pointer; }
.ng-pill-icon { font-size:16px; flex-shrink:0; }
.ng-pill:has(input:checked) { border-color:#185FA5; background:linear-gradient(135deg,#EBF3FC,#ddeefa); color:#185FA5; }

/* ── STEP NAV ── */
.ng-step-nav { display:flex; justify-content:space-between; align-items:center; margin-top:1.5rem; padding-top:1.25rem; border-top:1px solid #f0f2f5; }
.ng-btn-back { padding:11px 20px; border:1.5px solid #e2e4e9; border-radius:10px; background:#fff; color:#6B7280; font-size:14px; font-weight:600; cursor:pointer; font-family:inherit; transition:all 0.15s; }
.ng-btn-back:hover { border-color:#185FA5; color:#185FA5; }
.ng-btn-next { padding:12px 24px; background:linear-gradient(135deg,#185FA5,#2378c3); color:#fff; border:none; border-radius:10px; font-size:14px; font-weight:700; cursor:pointer; font-family:inherit; transition:all 0.18s; box-shadow:0 4px 12px rgba(24,95,165,0.25); }
.ng-btn-next:hover { background:linear-gradient(135deg,#145290,#1a6ab5); transform:translateY(-1px); box-shadow:0 6px 18px rgba(24,95,165,0.3); }

/* ── SUBMIT ── */
.ng-submit-btn { width:100%; background:linear-gradient(135deg,#185FA5 0%,#2378c3 100%); color:#fff; border:none; border-radius:12px; padding:15px 24px; font-size:16px; font-weight:700; cursor:pointer; margin-top:1.5rem; margin-bottom:1.25rem; font-family:inherit; transition:all 0.18s; box-shadow:0 6px 20px rgba(24,95,165,0.3); display:flex; align-items:center; justify-content:center; gap:8px; min-height:52px; }
.ng-submit-btn:hover:not(:disabled) { transform:translateY(-2px); box-shadow:0 8px 24px rgba(24,95,165,0.35); }
.ng-submit-btn:disabled { background:#93B8D9; cursor:not-allowed; box-shadow:none; transform:none; }

/* ── SPINNER ── */
.ng-spinner { display:inline-block; width:16px; height:16px; border:2px solid rgba(255,255,255,0.3); border-top-color:#fff; border-radius:50%; animation:ngSpin 0.7s linear infinite; }
@keyframes ngSpin { to{transform:rotate(360deg)} }

/* ── TRUST ── */
.ng-trust-row { display:flex; justify-content:center; gap:1.5rem; flex-wrap:wrap; padding:0.75rem 0; }
.ng-trust-item { display:flex; align-items:center; gap:5px; font-size:12px; color:#6B7280; font-weight:500; }

/* ── ERROR ── */
.ng-error { background:#FFF0F0; border:1.5px solid #FCCACA; border-radius:10px; color:#A32D2D; padding:11px 16px; font-size:13px; font-weight:500; margin-bottom:1rem; display:flex; align-items:center; gap:8px; }
.ng-error::before { content:'⚠️'; flex-shrink:0; }

/* ── SHAKE ── */
@keyframes ngShakeAnim { 0%,100%{transform:translateX(0)} 20%,60%{transform:translateX(-6px)} 40%,80%{transform:translateX(6px)} }
.ng-shake { animation:ngShakeAnim 0.4s ease; }

/* ── SUCCESS ── */
.ng-success { background:#fff; border-radius:16px; padding:3rem 2rem; text-align:center; box-shadow:0 8px 32px rgba(0,0,0,0.1); }
.ng-success-anim { font-size:64px; margin-bottom:1rem; animation:ngBounce 0.5s ease; }
@keyframes ngBounce { 0%{transform:scale(0.5);opacity:0} 70%{transform:scale(1.1)} 100%{transform:scale(1);opacity:1} }
.ng-success h3 { font-size:24px!important; font-weight:800!important; color:#1a1d23!important; margin-bottom:0.5rem!important; border:none!important; }
.ng-success p { color:#6B7280; font-size:15px; margin-bottom:1.5rem; line-height:1.6; }
.ng-success-next { display:flex; flex-direction:column; gap:10px; text-align:left; background:#F8FAFF; border-radius:12px; padding:1.25rem; }
.ng-success-step { display:flex; align-items:center; gap:12px; font-size:14px; color:#374151; font-weight:500; }
.ng-success-step span { width:26px; height:26px; border-radius:50%; background:linear-gradient(135deg,#185FA5,#2378c3); color:#fff; font-size:12px; font-weight:700; display:flex; align-items:center; justify-content:center; flex-shrink:0; }

/* ── MOBILE ── */
@media (max-width:600px) {
  .ng-row { grid-template-columns:1fr; gap:0; }
  .ng-card { padding:1.25rem 1rem; border-radius:0; }
  .ng-hero { padding:2rem 1rem 2.5rem; }
  .ng-hero-stats { gap:1rem; }
  .ng-hero-stat span { font-size:18px; }
  .ng-checkbox-group { grid-template-columns:1fr; }
  .ng-submit-btn { font-size:15px; padding:13px 20px; }
  .ng-ms-list { max-height:200px; }
  .ng-success { padding:2.5rem 1.25rem; }
  .ng-ms-panel-head { padding:10px 12px; }
  .ng-ms-panel-title { font-size:13px; }
}
