:root {
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --soft: #f5f5f7;
  --card: #ffffff;
  --line: #d2d2d7;
  --blue: #209bf0;
  --blue-dark: #157bc2;
  --blue-soft: #e8f5ff;
  --green: #16853f;
  --danger: #b42318;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.1);
  --soft-shadow: 0 14px 44px rgba(0, 0, 0, 0.07);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: "SF Pro Text", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
input, textarea, select, button { font-family: inherit; }
a { color: inherit; }
img, video { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.hidden { display: none !important; }

.site-header { width: min(1280px, calc(100% - 48px)); height: 74px; margin: auto; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 30; }
.brand { color: var(--ink); font-size: 18px; font-weight: 700; letter-spacing: -.035em; text-decoration: none; }
.header-actions { display: flex; align-items: center; gap: 25px; }
.quiet-link { color: var(--muted); font-size: 13px; font-weight: 600; text-decoration: none; transition: color .18s ease; }
.quiet-link:hover { color: var(--ink); }
.nav-button { min-height: 38px; display: inline-flex; align-items: center; padding: 0 18px; border-radius: 999px; background: var(--blue); color: #fff; font-size: 13px; font-weight: 700; text-decoration: none; transition: background .18s ease, transform .18s ease; }
.nav-button:hover { background: var(--blue-dark); transform: translateY(-1px); }

.hero { padding: 74px 0 54px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr); gap: 70px; align-items: end; }
.program-label, .section-kicker { color: var(--blue); font-size: 13px; font-weight: 700; letter-spacing: .015em; }
.program-label { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 27px; }
.program-label span { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px var(--blue-soft); }
.hero h1 { max-width: 800px; margin: 0; font-size: clamp(64px, 8.7vw, 126px); font-weight: 700; letter-spacing: -.075em; line-height: .85; }
.hero h1 span { color: #9a9aa0; }
.hero-side { padding-bottom: 6px; }
.hero-side > p { margin: 0; color: var(--muted); font-size: 20px; line-height: 1.48; letter-spacing: -.016em; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 29px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 0 23px; color: var(--ink); background: #fff; font-size: 15px; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--blue); color: #fff; }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 9px 24px rgba(32, 155, 240, .25); }
.button-secondary { border: 1px solid var(--line); color: var(--ink); background: #fff; }
.button-secondary:hover { background: var(--soft); }
.text-link { color: var(--blue-dark); font-size: 15px; font-weight: 600; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 5px; transition: transform .18s ease; }
.text-link:hover span { transform: translateY(3px); }
.full { width: 100%; }

.referral-stage { min-height: 510px; margin-top: 72px; padding: 58px; display: grid; grid-template-columns: .76fr 1.24fr; align-items: center; gap: 62px; overflow: hidden; border-radius: 30px; background: var(--soft); }
.stage-copy > span { color: var(--blue); font-size: 13px; font-weight: 700; }
.stage-copy > strong { display: block; margin-top: 15px; font-size: clamp(36px, 4.2vw, 59px); line-height: .98; letter-spacing: -.055em; }
.stage-copy > p { max-width: 390px; margin: 23px 0 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.stage-board { min-height: 370px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid #e5e5ea; border-radius: 26px; background: #fff; box-shadow: var(--soft-shadow); }
.link-preview { min-height: 72px; padding: 13px 15px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; border-radius: 16px; background: var(--soft); }
.link-preview > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--blue); color: #fff; font-size: 23px; }
.link-preview > div { min-width: 0; display: grid; gap: 3px; }
.link-preview small { color: var(--muted); font-size: 10px; }
.link-preview strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.link-preview > i { padding: 7px 10px; border-radius: 999px; background: #fff; color: var(--blue-dark); font-size: 11px; font-style: normal; font-weight: 700; }
.referral-flow { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 17px; padding: 27px 12px 20px; }
.flow-person { display: grid; justify-items: center; gap: 7px; color: var(--muted); font-size: 11px; }
.flow-person b { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: 15px; letter-spacing: -.02em; }
.candidate-person b { background: var(--blue); }
.flow-line { height: 2px; position: relative; background: #dfe0e4; }
.flow-line i { width: 60%; height: 100%; display: block; background: var(--blue); }
.flow-line::after { content: ""; position: absolute; top: -4px; right: -1px; border-left: 8px solid var(--blue); border-top: 5px solid transparent; border-bottom: 5px solid transparent; }
.flow-line em { position: absolute; top: -27px; left: 50%; color: var(--blue-dark); font-size: 10px; font-style: normal; font-weight: 700; transform: translateX(-50%); }
.stage-statuses { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.stage-statuses span { min-height: 34px; display: grid; place-items: center; border-radius: 999px; background: var(--soft); color: var(--muted); font-size: 10px; font-weight: 700; }
.stage-statuses .done { background: var(--blue-soft); color: var(--blue-dark); }
.trust-row { margin: 45px auto 0; display: flex; align-items: center; justify-content: center; gap: 38px; color: var(--muted); font-size: 13px; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.trust-row span::before { content: "✓"; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-soft); color: var(--blue-dark); font-size: 11px; font-weight: 800; }

.video-section { margin-top: 65px; padding: 115px 0 120px; background: var(--soft); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 64px; margin-bottom: 48px; }
.section-heading h2, .conversion h2, .candidate h2, .result-panel h2 { margin: 13px 0 0; font-size: clamp(46px, 6vw, 78px); line-height: .97; letter-spacing: -.06em; }
.section-heading > p { max-width: 450px; margin: 0 0 5px; color: var(--muted); font-size: 17px; line-height: 1.55; }
.video-frame { min-height: 610px; position: relative; overflow: hidden; border-radius: 30px; background: #050505; box-shadow: var(--shadow); }
.posting-screen { position: absolute; inset: 38px 44px 106px 25%; display: grid; grid-template-columns: 68px 1fr; overflow: hidden; border-radius: 24px; background: #fff; transform: rotate(2.2deg); box-shadow: 0 28px 70px rgba(0,0,0,.32); }
.posting-sidebar { padding: 25px 18px; display: flex; flex-direction: column; align-items: center; gap: 21px; background: #171719; }
.posting-sidebar i { width: 28px; height: 28px; border-radius: 9px; background: #343438; }
.posting-sidebar i:first-child { background: var(--blue); }
.posting-workspace { padding: 33px; background: #fbfbfd; }
.workspace-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.workspace-head span { color: var(--ink); font-size: 21px; font-weight: 700; letter-spacing: -.035em; }
.workspace-head small { color: var(--muted); }
.queue-card { min-height: 67px; margin-bottom: 10px; padding: 12px 14px; display: grid; grid-template-columns: 55px 1fr auto; align-items: center; gap: 14px; border: 1px solid #e5e5e9; border-radius: 15px; background: #fff; color: var(--ink); }
.queue-card b { color: var(--muted); font-size: 11px; }
.queue-card span { font-size: 13px; font-weight: 650; }
.queue-card i { padding: 6px 9px; border-radius: 999px; background: var(--soft); color: var(--muted); font-size: 9px; font-style: normal; font-weight: 700; }
.queue-card.complete i { background: #e8f7ed; color: var(--green); }
.queue-card.current { border-color: #8dcbf5; box-shadow: 0 0 0 3px var(--blue-soft); }
.queue-card.current i { background: var(--blue); color: #fff; }
.video-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.08) 64%, rgba(0,0,0,.18)), linear-gradient(transparent 55%, rgba(0,0,0,.62)); }
.video-placeholder { height: 100%; min-height: 610px; position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; gap: 24px; padding: 54px; color: #fff; }
.video-placeholder > div:last-child { display: grid; gap: 6px; }
.video-placeholder strong { font-size: clamp(25px, 3vw, 38px); letter-spacing: -.04em; }
.video-placeholder > div:last-child span { color: rgba(255,255,255,.68); font-size: 14px; }
.play-mark { width: 78px; height: 78px; position: relative; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.94); box-shadow: 0 10px 35px rgba(0,0,0,.2); }
.play-mark span { width: 0; height: 0; border-top: 9px solid transparent; border-bottom: 9px solid transparent; border-left: 14px solid var(--ink); margin-left: 4px; }

.steps { padding: 135px 0 145px; }
.step-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.step-grid article { min-height: 480px; padding: 32px; display: flex; flex-direction: column; border-radius: 28px; background: var(--soft); overflow: hidden; }
.step-grid article:nth-child(2), .step-grid article:nth-child(3) { background: #eaf6ff; }
.step-top { display: flex; justify-content: space-between; align-items: center; }
.step-top b { color: var(--blue); font-size: 13px; }
.step-top span { color: var(--muted); font-size: 12px; font-weight: 600; }
.step-icon { width: 138px; height: 138px; margin: 66px auto 44px; position: relative; border-radius: 34px; background: #fff; box-shadow: var(--soft-shadow); }
.link-icon span { width: 58px; height: 26px; position: absolute; top: 56px; border: 6px solid var(--blue); border-radius: 99px; transform: rotate(-34deg); }
.link-icon span:first-child { left: 19px; }
.link-icon span:last-child { right: 19px; }
.share-icon { display: grid; place-items: center; }
.share-icon i { color: var(--blue); font-size: 72px; font-style: normal; font-weight: 300; line-height: 1; }
.progress-icon { display: flex; align-items: end; justify-content: center; gap: 9px; padding: 34px; }
.progress-icon i { width: 17px; height: 33%; border-radius: 9px; background: #b9ddf7; }
.progress-icon i:nth-child(2) { height: 62%; background: #77c4f7; }
.progress-icon i:nth-child(3) { height: 92%; background: var(--blue); }
.reward-icon { display: grid; place-items: center; color: var(--blue); font-size: 66px; font-weight: 700; }
.step-grid h3 { margin: auto 0 11px; font-size: 29px; letter-spacing: -.045em; }
.step-grid p { max-width: 430px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }

.role-section { padding: 125px 0 135px; background: var(--soft); }
.role-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.role-grid article { min-height: 390px; padding: 26px; display: flex; flex-direction: column; border-radius: 25px; background: #fff; }
.role-icon { min-height: 205px; display: grid; place-items: center; }
.role-icon img { width: 128px; height: 128px; object-fit: contain; }
.role-grid h3 { margin: auto 0 11px; font-size: 23px; line-height: 1.05; letter-spacing: -.04em; }
.role-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.52; }

.conversion, .candidate { margin-top: 125px; margin-bottom: 125px; padding: 74px; display: grid; grid-template-columns: .88fr 1.12fr; gap: 88px; align-items: start; border-radius: 32px; background: var(--soft); }
.conversion-copy > p, .candidate-intro > p { max-width: 490px; margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.milestone-card { width: min(320px, 100%); margin-top: 40px; padding: 24px; border-radius: 22px; background: #fff; box-shadow: var(--soft-shadow); }
.milestone-card span, .milestone-card p { color: var(--muted); font-size: 12px; }
.milestone-card strong { display: block; margin: 6px 0 3px; color: var(--blue); font-size: 49px; line-height: 1; letter-spacing: -.055em; }
.milestone-card p { margin: 0; }
.form-card { padding: 32px; display: grid; gap: 20px; border: 1px solid #e4e4e7; border-radius: 24px; background: #fff; box-shadow: var(--soft-shadow); }
.form-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; margin-bottom: 5px; }
.form-heading span { font-size: 21px; font-weight: 700; letter-spacing: -.035em; }
.form-heading small { color: var(--muted); font-size: 11px; }
label { display: grid; gap: 8px; color: var(--ink); font-size: 13px; font-weight: 650; }
input, textarea, select { width: 100%; min-height: 50px; border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 13px 14px; color: var(--ink); font-size: 16px; outline: none; transition: border .18s ease, box-shadow .18s ease; }
textarea { resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(32,155,240,.12); }
input::placeholder, textarea::placeholder { color: #a1a1a6; }
.form-note, .form-message { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.form-message.error { color: var(--danger); }
.form-message.success { color: var(--green); }
.honeypot { position: absolute; left: -9999px; }
.optional { color: var(--muted); font-weight: 400; }
.check-row { display: flex; align-items: flex-start; gap: 11px; color: var(--muted); font-weight: 500; line-height: 1.45; }
.check-row input { width: 18px; min-height: 18px; height: 18px; margin-top: 1px; flex: 0 0 auto; accent-color: var(--blue); }

.result-panel { margin-top: -65px; margin-bottom: 125px; padding: 56px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 65px; border-radius: 28px; background: var(--blue-soft); border: 1px solid #cbe8fc; }
.result-panel > div > p { color: var(--muted); line-height: 1.55; }
.link-stack { display: grid; gap: 11px; }
.copy-row { display: flex; gap: 8px; }
.copy-row input { min-width: 0; background: #fff; }
.copy-row button { min-width: 76px; border: 0; border-radius: 12px; background: var(--ink); color: #fff; font-weight: 700; cursor: pointer; }

.candidate { background: var(--soft); }
.candidate-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.candidate-points span { padding: 9px 12px; border-radius: 999px; background: #fff; color: var(--muted); font-size: 12px; font-weight: 600; }
.ref-chip { display: inline-flex; gap: 10px; margin-top: 20px; border: 1px solid var(--line); border-radius: 999px; padding: 10px 14px; color: var(--muted); font-size: 13px; }
.ref-chip strong { color: var(--blue-dark); letter-spacing: .08em; }

.faq { padding: 20px 0 120px; }
.faq .section-heading { margin-bottom: 22px; }
details { border-top: 1px solid var(--line); padding: 26px 0; }
details:last-child { border-bottom: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; gap: 30px; cursor: pointer; list-style: none; font-size: 21px; font-weight: 650; letter-spacing: -.025em; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--muted); font-size: 26px; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { max-width: 780px; margin: 17px 0 0; color: var(--muted); line-height: 1.65; }

footer { width: min(1280px, calc(100% - 48px)); margin: auto; padding: 31px 0 40px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
footer > div { display: flex; gap: 22px; }
footer a { text-decoration: none; }
footer a:hover { color: var(--ink); }
.success-state { min-height: 300px; display: grid; place-content: center; gap: 17px; text-align: center; }
.success-state .play-mark { margin: auto; color: var(--blue); font-size: 31px; font-weight: 700; }
.success-state h3 { margin: 0; font-size: 29px; letter-spacing: -.04em; }
.success-state p { max-width: 420px; margin: 0; color: var(--muted); line-height: 1.6; }

/* Private portal and admin surfaces */
.dashboard-main { min-height: calc(100vh - 150px); padding: 72px 0 110px; }
.dashboard-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 36px; }
.dashboard-head h1 { max-width: 820px; margin: 14px 0 0; font-size: clamp(50px, 7vw, 84px); line-height: .92; letter-spacing: -.065em; }
.dashboard-head p { max-width: 480px; margin: 0; color: var(--muted); line-height: 1.6; }
.dashboard-card { padding: 30px; border: 1px solid #e4e4e7; border-radius: 24px; background: #fff; box-shadow: var(--soft-shadow); }
.dashboard-card + .dashboard-card { margin-top: 22px; }
.dashboard-card h2 { margin: 0; font-size: 27px; letter-spacing: -.04em; }
.dashboard-card > p { color: var(--muted); line-height: 1.55; }
.auth-card { max-width: 580px; margin: 70px auto; }
.auth-card .form-card { margin-top: 24px; padding: 0; border: 0; box-shadow: none; }
.share-panel { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; margin-top: 22px; }
.share-panel .button { min-width: 130px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 22px 0; }
.stat { padding: 21px; border-radius: 18px; background: var(--soft); }
.stat strong { display: block; font-size: 40px; letter-spacing: -.055em; }
.stat span { color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.table-wrap { overflow-x: auto; margin-top: 22px; }
table { width: 100%; min-width: 720px; border-collapse: collapse; }
th, td { padding: 14px 12px; border-bottom: 1px solid #e8e8ed; text-align: left; vertical-align: middle; font-size: 13px; }
th { color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
td strong { display: block; }
.subtext { margin-top: 4px; color: var(--muted); font-size: 11px; }
.status-pill { min-height: 28px; display: inline-flex; align-items: center; padding: 0 10px; border-radius: 999px; background: var(--soft); color: #515154; font-size: 11px; font-weight: 700; white-space: nowrap; }
.status-pill[data-stage="hired"], .status-pill[data-stage="eligible"] { background: #e9f7ed; color: #176d36; }
.status-pill[data-stage="paid"] { background: var(--blue-soft); color: var(--blue-dark); }
.status-pill[data-stage="not_selected"] { background: #fbecea; color: #8b271d; }
.empty-state { margin-top: 20px; padding: 42px 20px; border: 1px dashed var(--line); border-radius: 18px; color: var(--muted); text-align: center; }
.admin-tools { min-width: 450px; display: grid; grid-template-columns: 1fr 130px auto; gap: 8px; }
.admin-tools input, .admin-tools select { min-height: 42px; padding: 10px 11px; }
.small-button { border: 0; border-radius: 10px; background: var(--ink); color: #fff; padding: 0 14px; font-weight: 700; cursor: pointer; }
.small-button:disabled, button:disabled { opacity: .55; cursor: wait; }
.admin-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0; }
.tab-button { border: 1px solid var(--line); border-radius: 999px; background: #fff; padding: 10px 15px; font-weight: 700; cursor: pointer; }
.tab-button.active { border-color: var(--ink); background: var(--ink); color: #fff; }
.admin-panel.hidden { display: none; }
.notice { padding: 13px 16px; border-left: 4px solid var(--blue); border-radius: 0 10px 10px 0; background: var(--blue-soft); color: #185b86; font-size: 13px; line-height: 1.5; }
.danger-link { border: 0; background: none; color: var(--danger); padding: 0; font: inherit; font-weight: 650; cursor: pointer; }

.candidate-mode .referrer-only, .candidate-mode .quiet-link, .candidate-mode .nav-button { display: none; }
.candidate-mode .video-section { margin-top: 0; padding-top: 80px; padding-bottom: 90px; }
.candidate-mode .video-section .section-heading h2 { max-width: 800px; }
.candidate-mode .candidate { margin-top: 90px; }

@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-side { max-width: 660px; }
  .referral-stage { grid-template-columns: 1fr; gap: 40px; }
  .trust-row { margin-top: 45px; flex-wrap: wrap; }
  .section-heading, .dashboard-head { display: grid; align-items: start; gap: 25px; }
  .step-grid article { min-height: 450px; }
  .role-grid { grid-template-columns: repeat(2, 1fr); }
  .conversion, .candidate, .result-panel { grid-template-columns: 1fr; gap: 44px; padding: 50px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .shell, .site-header, footer { width: min(100% - 28px, 1180px); }
  .site-header { height: 64px; }
  .brand { font-size: 16px; }
  .header-actions { gap: 12px; }
  .quiet-link { display: none; }
  .nav-button { min-height: 34px; padding: 0 14px; font-size: 12px; }
  .hero { padding: 52px 0 37px; }
  .hero-grid { gap: 29px; }
  .program-label { margin-bottom: 20px; }
  .hero h1 { font-size: clamp(55px, 17vw, 79px); line-height: .89; }
  .hero-side > p { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .button { width: 100%; }
  .text-link { text-align: center; }
  .referral-stage { min-height: 0; margin-top: 47px; padding: 28px 16px 16px; gap: 30px; border-radius: 22px; }
  .stage-copy { padding: 8px 6px 0; }
  .stage-copy > strong { font-size: 40px; }
  .stage-board { min-height: 326px; padding: 16px; border-radius: 19px; }
  .link-preview { grid-template-columns: 38px 1fr; }
  .link-preview > span { width: 38px; height: 38px; }
  .link-preview > i { display: none; }
  .link-preview strong { font-size: 11px; }
  .flow-person b { width: 58px; height: 58px; }
  .referral-flow { gap: 10px; padding-inline: 2px; }
  .stage-statuses { grid-template-columns: 1fr 1fr; }
  .trust-row { justify-content: flex-start; gap: 12px 20px; font-size: 12px; }
  .video-section { margin-top: 45px; padding: 78px 0 80px; }
  .section-heading { margin-bottom: 31px; }
  .section-heading h2, .conversion h2, .candidate h2, .result-panel h2 { font-size: 46px; }
  .section-heading > p { font-size: 15px; }
  .video-frame, .video-placeholder { min-height: 520px; }
  .video-frame { border-radius: 21px; }
  .posting-screen { inset: 38px -105px 128px 32px; grid-template-columns: 48px 1fr; }
  .posting-sidebar { padding-inline: 10px; }
  .posting-sidebar i { width: 25px; height: 25px; }
  .posting-workspace { padding: 24px 18px; }
  .workspace-head small { display: none; }
  .queue-card { grid-template-columns: 45px 1fr; }
  .queue-card i { display: none; }
  .video-placeholder { padding: 27px; }
  .play-mark { width: 64px; height: 64px; }
  .steps { padding: 84px 0 90px; }
  .step-grid { grid-template-columns: 1fr; }
  .step-grid article { min-height: 410px; padding: 24px; border-radius: 22px; }
  .step-icon { width: 122px; height: 122px; margin-top: 50px; margin-bottom: 35px; }
  .link-icon span { top: 48px; }
  .step-grid h3 { font-size: 26px; }
  .role-section { padding: 82px 0 88px; }
  .role-grid { grid-template-columns: 1fr; }
  .role-grid article { min-height: 340px; border-radius: 21px; }
  .role-icon { min-height: 175px; }
  .conversion, .candidate, .result-panel { width: 100%; margin: 0 0 80px; padding: 70px 14px; border-radius: 0; }
  .conversion { margin-top: 0; }
  .conversion-copy, .candidate-intro { padding-inline: 6px; }
  .milestone-card { width: 100%; }
  .form-card { padding: 21px; border-radius: 19px; }
  .form-heading { display: grid; gap: 4px; }
  .copy-row { display: grid; }
  .copy-row button { min-height: 46px; }
  .faq { padding-bottom: 84px; }
  summary { font-size: 18px; }
  footer { padding-bottom: 28px; }
  .dashboard-main { padding-top: 45px; }
  .dashboard-head h1 { font-size: 52px; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .stat { padding: 16px; }
  .share-panel { grid-template-columns: 1fr; }
  .dashboard-card { padding: 20px; border-radius: 18px; }
  .candidate-mode .video-section { padding-top: 55px; }
  .candidate-mode .candidate { margin-top: 0; }
}
