:root {
  --ieee-blue: #00629b;
  --ieee-blue-2: #0077b8;
  --navy: #071d2f;
  --navy-soft: #12324a;
  --white: #ffffff;
  --off-white: #f6f9fb;
  --surface: rgba(255,255,255,.88);
  --light-blue: #e9f5fb;
  --border: #dce8ef;
  --muted: #637584;
  --text: #102a3d;
  --success: #0b8f62;
  --danger: #c63d4d;
  --shadow-sm: 0 8px 28px rgba(4, 54, 84, .07);
  --shadow-md: 0 18px 60px rgba(4, 54, 84, .12);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: "IBM Plex Sans Arabic", system-ui, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #fbfdfe 0%, #f3f8fb 100%);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { display: block; }

.ambient { position: fixed; width: 420px; height: 420px; border-radius: 50%; filter: blur(80px); opacity: .17; pointer-events: none; z-index: -1; }
.ambient-one { background: #79c9ef; top: -180px; right: -100px; }
.ambient-two { background: #9fd9ff; bottom: -220px; left: -140px; }

.site-header {
  width: min(calc(100% - 36px), var(--max));
  height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--navy); }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; background: white; border: 1px solid var(--border); box-shadow: 0 8px 24px rgba(0,98,155,.12); overflow: hidden; padding: 4px; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; display: block; }
.brand > span:last-child { display: grid; line-height: 1.1; }
.brand strong { font-size: 16px; letter-spacing: .2px; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 11px; font-weight: 500; }
.header-badge { border: 1px solid var(--border); background: rgba(255,255,255,.7); color: var(--muted); border-radius: 999px; padding: 8px 13px; font-size: 12px; backdrop-filter: blur(12px); }

.app-shell { width: min(calc(100% - 36px), var(--max)); margin: 0 auto; padding-bottom: 58px; }
.view { display: none; animation: fadeUp .45s ease both; }
.view.active { display: block; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: none; } }

.hero-view { min-height: calc(100vh - 128px); position: relative; padding: 76px 0 44px; }
.hero-copy { width: min(620px, 58%); position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--ieee-blue); font-size: 13px; font-weight: 700; letter-spacing: .15px; margin-bottom: 16px; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ieee-blue); box-shadow: 0 0 0 5px rgba(0,98,155,.09); }
h1, h2, h3, p { margin-top: 0; }
.hero-copy h1 { margin-bottom: 20px; color: var(--navy); font-size: clamp(46px, 6.2vw, 78px); line-height: 1.08; letter-spacing: -2.4px; }
.hero-copy h1 span { color: var(--ieee-blue); white-space: nowrap; }
.hero-copy > p { width: min(580px, 100%); color: var(--muted); font-size: 19px; line-height: 1.9; margin-bottom: 32px; }
.hero-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.microcopy { color: #81909b; font-size: 12px; }
.btn { border: 0; border-radius: 13px; min-height: 48px; padding: 0 20px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, opacity .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.btn-primary { background: linear-gradient(135deg, var(--ieee-blue), #0077b8); color: white; box-shadow: 0 11px 26px rgba(0,98,155,.22); }
.btn-primary:hover { box-shadow: 0 15px 34px rgba(0,98,155,.27); }
.btn-secondary { background: white; color: var(--navy); border: 1px solid var(--border); box-shadow: var(--shadow-sm); }
.btn-lg { min-height: 56px; padding: 0 26px; font-size: 15px; }
.btn svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.hero-visual { position: absolute; left: -2%; top: 38px; width: 43%; height: 520px; border: 1px solid rgba(0,98,155,.09); border-radius: 44px; background: linear-gradient(145deg, rgba(255,255,255,.72), rgba(232,245,251,.55)); overflow: hidden; box-shadow: inset 0 1px 0 white, var(--shadow-sm); }
.tech-grid { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(0,98,155,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(0,98,155,.12) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(to bottom, transparent, black 22%, black 78%, transparent); }
.orb { position: absolute; display: grid; place-items: center; border-radius: 50%; }
.orb-main { width: 230px; height: 230px; left: 50%; top: 50%; transform: translate(-50%, -50%); background: radial-gradient(circle at 35% 30%, #1a8ec7, var(--ieee-blue) 55%, #004b78); box-shadow: 0 28px 70px rgba(0,98,155,.26), inset 0 1px 1px rgba(255,255,255,.45); }
.orb-main::before, .orb-main::after { content:""; position:absolute; border: 1px solid rgba(0,98,155,.22); border-radius:50%; }
.orb-main::before { inset:-48px; }
.orb-main::after { inset:-96px; opacity:.5; }
.orb-main svg { width: 115px; fill: none; stroke: white; stroke-width: 3.3; stroke-linecap: round; stroke-linejoin: round; opacity: .96; }
.float-card { position: absolute; min-width: 112px; padding: 12px 14px; display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,.9); border: 1px solid rgba(0,98,155,.12); border-radius: 14px; box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); animation: float 4s ease-in-out infinite; }
.float-card span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: var(--light-blue); color: var(--ieee-blue); font-weight: 800; }
.float-card small { font-size: 11px; font-weight: 700; color: var(--navy-soft); }
.card-code { top: 65px; right: 42px; }
.card-circuit { left: 30px; bottom: 92px; animation-delay: -.9s; }
.card-spark { right: 32px; bottom: 38px; animation-delay: -1.8s; }
@keyframes float { 50% { transform: translateY(-7px); } }
.signal-line { position:absolute; height:1px; background: linear-gradient(90deg, transparent, rgba(0,98,155,.35), transparent); transform-origin:center; }
.line-a { width:180px; top:124px; left:98px; transform: rotate(-30deg); }
.line-b { width:210px; bottom:120px; right:92px; transform: rotate(35deg); }
.hero-stats { margin-top: 92px; display: flex; gap: 12px; position: relative; z-index: 2; }
.hero-stats > div { min-width: 148px; padding: 15px 17px; background: rgba(255,255,255,.68); border: 1px solid var(--border); border-radius: 15px; backdrop-filter: blur(12px); }
.hero-stats strong { display:block; color: var(--ieee-blue); font-size:22px; line-height:1.1; }
.hero-stats span { color:var(--muted); font-size:11px; }

.flow-view { padding: 22px 0 50px; }
.progress-wrap { background: rgba(255,255,255,.75); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 18px 20px 15px; box-shadow: var(--shadow-sm); backdrop-filter: blur(16px); position: sticky; top: 12px; z-index: 20; }
.progress-head { display:flex; align-items:center; justify-content:space-between; gap:16px; }
.back-btn { border:0; background:transparent; color:var(--muted); cursor:pointer; padding:8px 2px; display:flex; align-items:center; gap:5px; font-weight:700; }
.back-btn:hover { color:var(--ieee-blue); }
.back-btn svg { width:18px; fill:none; stroke:currentColor; stroke-width:2; }
.progress-meta { display:flex; align-items:baseline; gap:9px; }
.progress-meta span { font-size:11px; color:var(--muted); }
.progress-meta strong { font-size:13px; color:var(--navy); }
.progress-track { height:4px; background:#e8f0f4; border-radius:999px; overflow:hidden; margin:11px 0 14px; }
.progress-track span { display:block; height:100%; width:20%; border-radius:inherit; background:linear-gradient(90deg, var(--ieee-blue), #37a6dc); transition:width .35s ease; }
.progress-steps { list-style:none; padding:0; margin:0; display:grid; grid-template-columns:repeat(5,1fr); gap:8px; }
.progress-steps li { display:flex; align-items:center; gap:7px; min-width:0; color:#9baab4; transition:.25s ease; }
.progress-steps li span { width:22px; height:22px; display:grid; place-items:center; flex:0 0 22px; border-radius:50%; border:1px solid #dbe5eb; background:white; font-size:10px; font-weight:800; }
.progress-steps li b { font-size:10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.progress-steps li.active, .progress-steps li.done { color:var(--ieee-blue); }
.progress-steps li.active span { background:var(--ieee-blue); color:white; border-color:var(--ieee-blue); box-shadow:0 0 0 4px rgba(0,98,155,.09); }
.progress-steps li.done span { background:#e8f5fb; color:var(--ieee-blue); border-color:#b8dceb; }

.step-container { padding-top: 44px; }
.step-panel { animation: fadeUp .35s ease both; }
.section-heading { margin-bottom: 26px; }
.section-heading.center-heading { text-align:center; max-width:650px; margin:0 auto 30px; }
.section-heading .eyebrow { margin-bottom:8px; }
.section-heading h2 { color:var(--navy); font-size:clamp(27px, 3vw, 40px); letter-spacing:-.7px; margin-bottom:9px; }
.section-heading p { color:var(--muted); line-height:1.8; margin-bottom:0; }
.role-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; max-width:900px; margin:0 auto; }
.choice-card { appearance:none; width:100%; border:1px solid var(--border); background:rgba(255,255,255,.9); border-radius:var(--radius-md); padding:25px; text-align:right; cursor:pointer; transition:.25s ease; box-shadow:var(--shadow-sm); display:flex; align-items:center; gap:17px; }
.choice-card:hover { border-color:#9bcbe3; transform:translateY(-4px); box-shadow:var(--shadow-md); }
.choice-card.selected { border-color:var(--ieee-blue); box-shadow:0 0 0 3px rgba(0,98,155,.08), var(--shadow-md); }
.choice-icon { width:58px; height:58px; border-radius:17px; background:linear-gradient(145deg, #eff9fd, #e1f2fa); display:grid; place-items:center; flex:0 0 58px; color:var(--ieee-blue); }
.choice-icon svg { width:28px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.choice-copy { display:grid; gap:7px; flex:1; }
.choice-copy strong { font-size:18px; color:var(--navy); }
.choice-copy small { color:var(--muted); line-height:1.7; font-size:13px; }
.choice-arrow { color:#93a7b4; font-size:22px; transition:.2s ease; }
.choice-card:hover .choice-arrow { color:var(--ieee-blue); transform:translateX(-4px); }

.department-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:15px; }
.department-card { position:relative; border:1px solid var(--border); background:rgba(255,255,255,.9); border-radius:18px; padding:20px; display:flex; flex-direction:column; min-height:250px; box-shadow:var(--shadow-sm); transition:.25s ease; }
.department-card:hover, .department-card.selected { transform:translateY(-4px); border-color:#96c8e0; box-shadow:var(--shadow-md); }
.department-card.selected { box-shadow:0 0 0 3px rgba(0,98,155,.08), var(--shadow-md); }
.department-icon { width:46px; height:46px; border-radius:13px; display:grid; place-items:center; background:var(--light-blue); color:var(--ieee-blue); margin-bottom:15px; }
.department-icon svg { width:24px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.department-card h3 { font-size:17px; margin-bottom:3px; color:var(--navy); }
.department-card .en { color:var(--ieee-blue); font-size:11px; font-weight:700; letter-spacing:.25px; direction:ltr; text-align:right; margin-bottom:11px; }
.department-card p { color:var(--muted); font-size:12px; line-height:1.75; flex:1; margin-bottom:16px; }
.department-card .btn { width:100%; min-height:41px; font-size:12px; }
.department-card:last-child:nth-child(3n + 1) { grid-column:2; }

.form-layout { display:grid; grid-template-columns:minmax(0,1fr) 280px; gap:20px; align-items:start; }
.form-main { display:grid; gap:16px; }
.form-section { background:rgba(255,255,255,.9); border:1px solid var(--border); border-radius:var(--radius-md); padding:22px; box-shadow:var(--shadow-sm); }
.form-section-head { display:flex; gap:12px; align-items:flex-start; margin-bottom:18px; }
.form-section-head .num { width:30px; height:30px; border-radius:9px; display:grid; place-items:center; background:var(--light-blue); color:var(--ieee-blue); font-size:11px; font-weight:800; flex:0 0 30px; }
.form-section-head h3 { font-size:16px; margin:1px 0 3px; color:var(--navy); }
.form-section-head p { margin:0; font-size:11px; color:var(--muted); }
.form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:15px; }
.field { display:grid; gap:7px; align-content:start; }
.field.full { grid-column:1 / -1; }
.field label, .field .field-label { font-size:12px; font-weight:700; color:var(--navy-soft); }
.required-star { color:var(--danger); margin-right:2px; }
.field input, .field select, .field textarea { width:100%; border:1px solid #d8e4eb; background:#fbfdfe; border-radius:11px; padding:11px 12px; outline:none; color:var(--text); transition:.2s ease; }
.field input, .field select { min-height:46px; }
.field textarea { min-height:108px; resize:vertical; line-height:1.65; }
.field input:focus, .field select:focus, .field textarea:focus { border-color:#74b8da; background:white; box-shadow:0 0 0 3px rgba(0,98,155,.07); }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color:#e099a3; box-shadow:0 0 0 3px rgba(198,61,77,.05); }
.error-message { min-height:15px; color:var(--danger); font-size:10px; }
.hint { color:#8a9aa5; font-size:10px; line-height:1.5; }
.radio-group { display:flex; flex-wrap:wrap; gap:9px; }
.radio-option { cursor:pointer; }
.radio-option input { position:absolute; opacity:0; pointer-events:none; }
.radio-option span { display:inline-flex; min-width:78px; min-height:42px; align-items:center; justify-content:center; border:1px solid #d8e4eb; background:#fbfdfe; border-radius:10px; font-size:12px; font-weight:700; transition:.2s ease; }
.radio-option input:checked + span { color:var(--ieee-blue); border-color:#81bdd9; background:#edf8fc; box-shadow:0 0 0 2px rgba(0,98,155,.06); }
.conditional { display:none; grid-column:1 / -1; }
.conditional.show { display:grid; animation:fadeUp .25s ease both; }

.upload-box { position:relative; border:1.5px dashed #b9d6e4; background:linear-gradient(180deg,#fbfeff,#f4fafc); border-radius:14px; padding:20px; text-align:center; transition:.2s ease; }
.upload-box.dragover { border-color:var(--ieee-blue); background:#eff9fd; }
.upload-box input[type=file] { position:absolute; inset:0; width:100%; height:100%; opacity:0; cursor:pointer; }
.upload-icon { width:42px; height:42px; margin:0 auto 9px; border-radius:12px; display:grid; place-items:center; background:white; box-shadow:var(--shadow-sm); color:var(--ieee-blue); }
.upload-icon svg { width:21px; fill:none; stroke:currentColor; stroke-width:1.8; }
.upload-box strong { display:block; color:var(--navy); font-size:12px; margin-bottom:4px; }
.upload-box small { color:var(--muted); font-size:10px; }
.file-list { display:grid; gap:8px; margin-top:11px; }
.file-item { display:flex; align-items:center; gap:10px; padding:10px 11px; background:white; border:1px solid var(--border); border-radius:11px; }
.file-type { width:34px; height:34px; display:grid; place-items:center; border-radius:9px; background:var(--light-blue); color:var(--ieee-blue); font-size:9px; font-weight:800; flex:0 0 34px; }
.file-info { min-width:0; flex:1; display:grid; gap:2px; }
.file-info strong { font-size:11px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.file-info small { color:var(--muted); font-size:9px; }
.file-status { color:#83949f; font-size:9px; white-space:nowrap; }
.file-status.uploading { color:var(--ieee-blue); }
.file-status.done { color:var(--success); }
.file-remove { border:0; width:30px; height:30px; border-radius:8px; background:#fff2f3; color:var(--danger); cursor:pointer; display:grid; place-items:center; }
.file-remove svg { width:15px; fill:none; stroke:currentColor; stroke-width:2; }

.form-aside { position:sticky; top:170px; display:grid; gap:12px; }
.context-card, .privacy-card { background:rgba(255,255,255,.88); border:1px solid var(--border); border-radius:16px; padding:16px; box-shadow:var(--shadow-sm); }
.context-card .mini-label { color:var(--muted); font-size:9px; font-weight:700; text-transform:uppercase; letter-spacing:.3px; }
.context-card strong { display:block; color:var(--navy); font-size:14px; margin-top:4px; }
.context-card span { display:block; color:var(--ieee-blue); font-size:11px; margin-top:3px; }
.context-divider { height:1px; background:var(--border); margin:12px 0; }
.context-card p, .privacy-card p { color:var(--muted); font-size:10px; line-height:1.7; margin:0; }
.form-actions { display:flex; justify-content:flex-end; margin-top:3px; }
.form-actions .btn { min-width:170px; }

.review-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; align-items:start; }
.review-card { background:rgba(255,255,255,.92); border:1px solid var(--border); border-radius:18px; box-shadow:var(--shadow-sm); overflow:hidden; }
.review-card.full { grid-column:1/-1; }
.review-card-head { display:flex; align-items:center; justify-content:space-between; padding:15px 18px; border-bottom:1px solid var(--border); background:#fbfdfe; }
.review-card-head h3 { margin:0; font-size:14px; color:var(--navy); }
.review-card-head span { color:var(--ieee-blue); font-size:10px; font-weight:700; }
.review-list { display:grid; grid-template-columns:1fr 1fr; padding:6px 18px 14px; }
.review-item { border-bottom:1px solid #edf2f5; padding:11px 0; min-width:0; }
.review-item:nth-last-child(-n+2) { border-bottom:0; }
.review-item.full { grid-column:1/-1; }
.review-item small { display:block; color:#8797a2; font-size:9px; margin-bottom:4px; }
.review-item strong { display:block; color:var(--navy-soft); font-size:11px; line-height:1.7; white-space:pre-wrap; overflow-wrap:anywhere; }
.review-files { display:flex; flex-wrap:wrap; gap:8px; padding:14px 18px; }
.review-file { border:1px solid var(--border); background:#fbfdfe; border-radius:10px; padding:8px 10px; font-size:10px; color:var(--navy-soft); }
.privacy-consent { margin-top:17px; display:flex; align-items:flex-start; gap:10px; background:#eef8fc; border:1px solid #cfe7f2; border-radius:13px; padding:13px 14px; }
.privacy-consent input { width:17px; height:17px; margin-top:3px; accent-color:var(--ieee-blue); }
.privacy-consent label { color:var(--navy-soft); font-size:11px; line-height:1.7; cursor:pointer; }
.review-actions { display:flex; justify-content:space-between; gap:12px; margin-top:17px; }
.review-actions .btn { min-width:160px; }
.loading-spinner { width:17px; height:17px; border:2px solid rgba(255,255,255,.4); border-top-color:white; border-radius:50%; animation:spin .7s linear infinite; }
@keyframes spin { to { transform:rotate(360deg); } }

.success-view { min-height:calc(100vh - 130px); display:none; place-items:center; padding:40px 0; }
.success-view.active { display:grid; }
.success-card { width:min(620px,100%); text-align:center; background:rgba(255,255,255,.92); border:1px solid var(--border); border-radius:var(--radius-lg); padding:48px 34px; box-shadow:var(--shadow-md); }
.success-icon { width:76px; height:76px; margin:0 auto 18px; display:grid; place-items:center; border-radius:50%; background:#e6f7f0; color:var(--success); box-shadow:0 0 0 10px rgba(11,143,98,.05); }
.success-icon svg { width:36px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.success-kicker { color:var(--success); font-size:10px; font-weight:800; text-transform:uppercase; letter-spacing:.6px; }
.success-card h2 { margin:9px 0 10px; color:var(--navy); font-size:30px; }
.success-card > p { color:var(--muted); font-size:13px; line-height:1.9; max-width:500px; margin:0 auto 21px; }
.success-summary { display:flex; gap:8px; justify-content:center; flex-wrap:wrap; margin-bottom:25px; }
.success-summary span { background:var(--off-white); border:1px solid var(--border); border-radius:999px; padding:7px 11px; color:var(--navy-soft); font-size:10px; }

.toast-container { position:fixed; left:20px; bottom:20px; z-index:100; display:grid; gap:8px; width:min(360px,calc(100% - 40px)); }
.toast { padding:12px 14px; background:#102a3d; color:white; border-radius:12px; box-shadow:var(--shadow-md); font-size:11px; line-height:1.6; animation:toastIn .25s ease both; }
.toast.error { background:#8f2d3a; }
.toast.success { background:#087b55; }
@keyframes toastIn { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:none; } }

@media (max-width: 980px) {
  .hero-view { padding-top:50px; }
  .hero-copy { width:60%; }
  .hero-visual { width:42%; height:450px; top:52px; }
  .orb-main { width:190px; height:190px; }
  .orb-main svg { width:92px; }
  .department-grid { grid-template-columns:repeat(2,1fr); }
  .department-card:last-child:nth-child(3n + 1) { grid-column:auto; }
  .department-card:last-child:nth-child(2n + 1) { grid-column:1 / -1; width:calc(50% - 8px); justify-self:center; }
  .form-layout { grid-template-columns:1fr; }
  .form-aside { position:static; grid-template-columns:1fr 1fr; order:-1; }
}

@media (max-width: 720px) {
  .site-header { width:min(calc(100% - 24px),var(--max)); height:72px; }
  .header-badge { display:none; }
  .brand-mark { width:42px; height:42px; }
  .app-shell { width:min(calc(100% - 24px),var(--max)); }
  .hero-view { padding:35px 0 30px; min-height:auto; }
  .hero-copy { width:100%; text-align:right; }
  .hero-copy h1 { font-size:48px; letter-spacing:-1.7px; }
  .hero-copy > p { font-size:16px; }
  .hero-visual { position:relative; left:auto; top:auto; width:100%; height:370px; margin-top:40px; border-radius:28px; }
  .hero-stats { margin-top:16px; display:grid; grid-template-columns:repeat(3,1fr); gap:7px; }
  .hero-stats > div { min-width:0; padding:12px 10px; }
  .hero-stats strong { font-size:19px; }
  .hero-stats span { font-size:9px; }
  .role-grid, .department-grid, .review-grid { grid-template-columns:1fr; }
  .department-card:last-child:nth-child(2n + 1) { grid-column:auto; width:100%; }
  .department-card { min-height:0; }
  .progress-wrap { top:6px; padding:13px 14px 11px; border-radius:15px; }
  .progress-steps li b { display:none; }
  .progress-steps { gap:4px; }
  .progress-steps li { justify-content:center; }
  .progress-meta { gap:5px; }
  .step-container { padding-top:30px; }
  .choice-card { padding:19px; }
  .choice-icon { width:50px; height:50px; flex-basis:50px; }
  .form-grid, .review-list { grid-template-columns:1fr; }
  .field.full, .review-item.full { grid-column:auto; }
  .form-section { padding:17px; }
  .form-aside { grid-template-columns:1fr; }
  .review-card.full { grid-column:auto; }
  .review-item:nth-last-child(-n+2) { border-bottom:1px solid #edf2f5; }
  .review-item:last-child { border-bottom:0; }
  .review-actions { flex-direction:column-reverse; }
  .review-actions .btn, .form-actions .btn { width:100%; }
  .success-card { padding:38px 20px; }
}

@media (max-width: 430px) {
  .hero-copy h1 { font-size:40px; }
  .hero-actions { align-items:flex-start; flex-direction:column; }
  .hero-actions .btn { width:100%; }
  .hero-visual { height:320px; }
  .orb-main { width:150px; height:150px; }
  .orb-main::before { inset:-34px; }
  .orb-main::after { inset:-68px; }
  .orb-main svg { width:72px; }
  .float-card { min-width:auto; padding:9px 10px; }
  .float-card span { width:26px; height:26px; }
  .card-code { top:34px; right:18px; }
  .card-circuit { left:16px; bottom:63px; }
  .card-spark { right:20px; bottom:22px; }
  .hero-stats { grid-template-columns:1fr; }
  .hero-stats > div { display:flex; align-items:center; gap:8px; }
  .choice-card { align-items:flex-start; }
  .choice-arrow { display:none; }
  .progress-meta span { display:none; }
}
