:root{
  --red:#AD2531;
  --blue:#2F428E;
  --sky:#24B6E0;
  --ink:#1f2328;
  --muted:#68717c;
  --line:#e5e9ef;
  --soft:#f7f8fb;
  --white:#fff;
  --shadow:0 20px 60px rgba(31,46,79,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Arial,sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit}
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.94);
  backdrop-filter:saturate(160%) blur(18px);
  border-bottom:1px solid rgba(229,233,239,.85);
}
.nav-shell{
  width:min(1180px,calc(100% - 40px));
  margin:auto;
  height:78px;
  display:flex;align-items:center;justify-content:space-between;
}
.brand img{width:238px;display:block}
.nav-cta{
  text-decoration:none;
  background:var(--blue);color:#fff;
  padding:10px 16px;border-radius:999px;
  font-size:14px;font-weight:700;
}
.hero{
  min-height:690px;
  display:grid;place-items:center;
  padding:86px 20px 70px;
}
.hero-inner{width:min(900px,100%);text-align:center}
.kicker{
  margin:0 0 14px;
  color:var(--red);
  font-size:13px;font-weight:800;
  text-transform:uppercase;letter-spacing:.12em;
}
h1{
  margin:0 auto;
  font-size:clamp(48px,8vw,84px);
  line-height:.98;
  letter-spacing:-.045em;
  color:var(--blue);
}
h1 span{color:var(--red)}
.hero-copy{
  max-width:760px;margin:28px auto 0;
  font-size:clamp(18px,2vw,22px);
  color:#525d69;
  line-height:1.55;
}
.hero-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:34px}
.btn{
  border:1px solid transparent;
  padding:13px 20px;border-radius:999px;
  font:inherit;font-size:15px;font-weight:750;
  text-decoration:none;cursor:pointer;
  display:inline-flex;align-items:center;justify-content:center;
  transition:.18s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--blue);color:#fff}
.btn-primary:hover{background:#263877}
.btn-ghost{background:#fff;color:var(--blue);border-color:#cfd6e3}
.btn-ghost:hover{background:#f7f9fc}
.small-note{margin:18px auto 0;max-width:650px;color:#7a838e;font-size:12px}
.simple-path{
  width:min(1100px,calc(100% - 40px));
  margin:0 auto 90px;
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:1px;background:var(--line);
  border:1px solid var(--line);
  border-radius:18px;overflow:hidden;
}
.path-item{background:#fff;padding:28px}
.path-item span{
  width:30px;height:30px;border-radius:50%;
  background:var(--soft);color:var(--blue);
  display:grid;place-items:center;
  font-weight:800;font-size:13px;margin-bottom:18px;
}
.path-item strong{display:block;font-size:17px;color:var(--blue);margin-bottom:6px}
.path-item p{margin:0;color:var(--muted);font-size:14px}
.profile-section{
  background:var(--soft);
  padding:100px 20px 110px;
}
.section-head{
  width:min(760px,100%);margin:0 auto 34px;text-align:center;
}
.section-head h2,.after-card h2,.confidence-section h2{
  margin:0;
  color:var(--blue);
  font-size:clamp(36px,5vw,58px);
  letter-spacing:-.035em;
  line-height:1.05;
}
.section-head>p:last-child{font-size:17px;color:var(--muted)}
.wizard-shell{
  width:min(900px,100%);
  margin:auto;background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.progress-wrap{padding:25px 30px 0}
.progress-meta{display:flex;justify-content:space-between;color:#7a8490;font-size:12px;font-weight:700;margin-bottom:9px}
.progress-track{height:5px;background:#edf0f5;border-radius:999px;overflow:hidden}
.progress-bar{height:100%;width:14.28%;background:linear-gradient(90deg,var(--red),var(--blue));transition:width .25s ease}
#navigatorForm{padding:30px}
.form-step{display:none}
.form-step.active{display:block;animation:fade .22s ease}
@keyframes fade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
.step-heading{display:flex;gap:15px;align-items:flex-start;margin-bottom:26px}
.step-number{
  flex:0 0 auto;
  width:36px;height:36px;border-radius:50%;
  background:var(--blue);color:#fff;
  display:grid;place-items:center;font-weight:800;
}
.step-heading h3{margin:1px 0 4px;color:var(--blue);font-size:25px;letter-spacing:-.02em}
.step-heading p{margin:0;color:var(--muted);font-size:14px}
.grid{display:grid;grid-template-columns:1fr;gap:18px}
.grid.two{grid-template-columns:1fr 1fr}
label,.field-title{font-size:13px;font-weight:700;color:#38434f}
input,textarea,select{
  width:100%;display:block;margin-top:7px;
  border:1px solid #cfd6df;
  border-radius:10px;
  background:#fff;
  padding:12px 13px;
  font:inherit;font-size:15px;color:var(--ink);
  transition:border .15s,box-shadow .15s;
}
textarea{resize:vertical}
input:focus,textarea:focus,select:focus{
  outline:none;border-color:var(--blue);
  box-shadow:0 0 0 4px rgba(47,66,142,.08);
}
.choice-block{display:grid;gap:10px}
.chip-row{display:flex;gap:10px;flex-wrap:wrap}
.chip input{position:absolute;opacity:0;pointer-events:none}
.chip span{
  display:inline-block;
  border:1px solid #cfd6df;border-radius:999px;
  padding:10px 14px;font-size:14px;font-weight:650;
  cursor:pointer;background:#fff;color:#46515e;
}
.chip input:checked+span{background:#eef1fb;border-color:var(--blue);color:var(--blue)}
.privacy-card{
  background:#fff8f8;border:1px solid #f0d9dc;border-left:4px solid var(--red);
  padding:16px 17px;border-radius:10px;
}
.privacy-card strong{color:var(--red)}
.privacy-card p{margin:4px 0 0;color:#66555a;font-size:13px}
.wizard-actions{display:flex;gap:12px;align-items:center;margin-top:30px;padding-top:24px;border-top:1px solid var(--line)}
.spacer{flex:1}.hidden{display:none!important}
.status{margin-top:14px;font-size:13px;color:var(--red);font-weight:700;min-height:18px}
.after-download{
  padding:110px 20px;
  background:#fff;
}
.hidden-section{display:none}
.after-card{width:min(900px,100%);margin:auto;text-align:center}
.after-copy{font-size:18px;color:var(--muted);margin:22px 0 12px}
.start-command{
  width:min(500px,100%);margin:0 auto 38px;
  background:var(--soft);border:1px solid var(--line);
  color:var(--blue);font-weight:800;font-size:20px;
  border-radius:14px;padding:18px 22px;
}
.ai-links{display:grid;grid-template-columns:1fr 1fr;gap:12px;text-align:left}
.ai-links a{
  text-decoration:none;
  border:1px solid var(--line);border-radius:15px;
  padding:17px 18px;
  display:grid;grid-template-columns:42px 1fr auto;gap:13px;align-items:center;
  transition:.18s ease;background:#fff;
}
.ai-links a:hover{transform:translateY(-2px);box-shadow:0 15px 35px rgba(33,49,85,.08);border-color:#cbd4e2}
.ai-letter{
  width:42px;height:42px;border-radius:11px;
  display:grid;place-items:center;background:var(--blue);color:#fff;font-weight:850;
}
.ai-letter.red{background:var(--red)}
.ai-links b{display:block;color:var(--blue)}
.ai-links small{color:var(--muted)}
.fallback{
  margin:34px auto 0;padding:25px;
  background:var(--soft);border-radius:16px;
}
.fallback h3{color:var(--blue);margin:0 0 5px}.fallback p{color:var(--muted);margin:0 0 16px}
.provider-note{margin:26px auto 0;max-width:760px;color:#808995;font-size:12px;line-height:1.6}
.confidence-section{
  padding:100px 20px;background:#f8f9fb;
}
.confidence-section>div{width:min(1000px,100%);margin:auto}
.confidence-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:36px}
.confidence-grid div{background:#fff;border:1px solid var(--line);border-radius:16px;padding:25px}
.confidence-grid strong{color:var(--blue);font-size:17px}.confidence-grid p{color:var(--muted);font-size:14px;margin-bottom:0}
.footer{
  padding:36px 20px 28px;border-top:4px solid var(--red);background:#fff;color:#626d79;
}
.footer-row{width:min(1100px,100%);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px}
.footer img{width:235px}.footer-nav{display:flex;gap:18px}.footer-nav a{color:var(--blue);font-weight:700;text-decoration:none;font-size:13px}
.footer>p{width:min(1100px,100%);margin:22px auto 0;font-size:11px;line-height:1.6}
.prototype-note{color:#8a939e}
@media(max-width:780px){
  .simple-path{grid-template-columns:1fr 1fr}
  .grid.two{grid-template-columns:1fr}
  .ai-links{grid-template-columns:1fr}
  .confidence-grid{grid-template-columns:1fr}
  .nav-shell{width:min(100% - 28px,1180px)}
  .brand img{width:205px}
}
@media(max-width:520px){
  .nav-cta{display:none}
  .hero{min-height:auto;padding-top:65px}
  .simple-path{grid-template-columns:1fr}
  #navigatorForm{padding:22px 18px}
  .progress-wrap{padding-left:18px;padding-right:18px}
  .wizard-actions{flex-wrap:wrap}.wizard-actions .spacer{display:none}
  .wizard-actions .btn{width:100%}
  .footer-row{align-items:flex-start;flex-direction:column}
}


.option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.check-card{position:relative}
.check-card input{position:absolute;opacity:0;pointer-events:none}
.check-card span{
  min-height:48px;display:flex;align-items:center;
  border:1px solid #cfd6df;border-radius:11px;padding:10px 12px;
  background:#fff;color:#46515e;font-size:13px;font-weight:650;cursor:pointer;
  transition:.15s ease;
}
.check-card span:hover{border-color:#aebaca;background:#fafbfc}
.check-card input:checked+span{border-color:var(--blue);background:#eef1fb;color:var(--blue);box-shadow:inset 0 0 0 1px var(--blue)}
.other-field,.other-checkbox-field{display:none}
.other-field.show,.other-checkbox-field.show{display:block}
@media(max-width:620px){.option-grid{grid-template-columns:1fr}}


.scroll-form{width:min(900px,100%);margin:auto}
.form-card{
  scroll-margin-top:110px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:30px;
  margin:0 0 24px;
  box-shadow:0 12px 36px rgba(31,46,79,.05);
}
.sticky-section-nav{
  position:sticky;
  top:78px;
  z-index:30;
  width:min(900px,100%);
  margin:0 auto 22px;
  display:flex;
  gap:8px;
  overflow-x:auto;
  padding:10px;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(16px);
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:0 8px 28px rgba(31,46,79,.06);
}
.sticky-section-nav a{
  white-space:nowrap;
  text-decoration:none;
  color:var(--blue);
  font-size:12px;
  font-weight:750;
  padding:8px 11px;
  border-radius:999px;
}
.sticky-section-nav a:hover{background:#eef1fb}
.section-actions{
  margin-top:28px;
  padding-top:18px;
  border-top:1px solid var(--line);
  display:flex;
  justify-content:flex-end;
}
.section-actions.dual{justify-content:space-between;gap:12px}
.section-back,.section-next{
  color:var(--blue);
  text-decoration:none;
  font-size:13px;
  font-weight:750;
}
.section-back:hover,.section-next:hover{text-decoration:underline}
.download-box{
  margin-top:30px;
  padding:25px;
  border-radius:16px;
  background:var(--soft);
  text-align:center;
}
.download-box h3{font-size:28px;color:var(--blue);margin:0 0 8px}
.download-box p:not(.kicker){color:var(--muted);margin:0 0 18px}
@media(max-width:620px){
  .form-card{padding:22px 18px}
  .sticky-section-nav{top:72px;border-radius:0;width:100vw;margin-left:calc(50% - 50vw)}
  .section-actions.dual{flex-direction:column}
  .section-actions.dual .section-next{text-align:right}
}

.ajc-brand{display:flex;align-items:center;min-height:56px}
.ajc-brand img{display:block!important;width:auto!important;height:52px!important;max-width:260px!important;object-fit:contain!important;object-position:left center}
.brand-fallback{display:none;color:var(--blue);font-weight:800;font-size:17px;line-height:1.05}
.brand-fallback small{font-size:9px;letter-spacing:.02em;color:var(--muted);font-weight:650}
@media(max-width:620px){
 .ajc-brand img{height:44px!important;max-width:215px!important}
 .nav-shell{min-height:72px}
}

.resume-paste-card{
  margin:0 0 26px;
  padding:24px;
  background:#f8f9fc;
  border:1px solid var(--line);
  border-radius:16px;
}
.resume-paste-card h4{
  margin:7px 0 7px;
  color:var(--blue);
  font-size:22px;
  letter-spacing:-.02em;
}
.resume-paste-card>p{
  margin:0 0 17px;
  color:var(--muted);
  font-size:14px;
}
.resume-paste-card textarea{
  min-height:260px;
  background:#fff;
}
.resume-badge{
  display:inline-block;
  color:var(--red);
  font-size:11px;
  font-weight:850;
  letter-spacing:.1em;
}
.resume-help{
  margin:12px 0 0!important;
  padding:12px 14px;
  background:#fff;
  border-left:4px solid var(--red);
  border-radius:8px;
  font-size:12px!important;
  color:#5e6670!important;
}
.or-divider{
  display:flex;
  align-items:center;
  gap:12px;
  margin:24px 0;
  color:#8a939e;
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
}
.or-divider:before,.or-divider:after{
  content:"";
  height:1px;
  background:var(--line);
  flex:1;
}

.no-limit-note{
  display:inline-block;
  margin:0 0 12px;
  padding:7px 10px;
  border-radius:999px;
  background:#eef1fb;
  color:var(--blue);
  font-size:11px;
  font-weight:800;
}

.btn-demo{
  background:#fff;
  color:var(--red);
  border-color:#d9b9bd;
}
.btn-demo:hover{background:#fff8f8}
.demo-banner{
  width:min(720px,100%);
  margin:18px auto 0;
  padding:12px 14px;
  border:1px solid #d8dfee;
  background:#f8f9fc;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  text-align:left;
}
.demo-banner strong{color:var(--blue);margin-right:8px}
.demo-banner span{color:var(--muted);font-size:13px}
.demo-banner button{
  border:0;
  background:transparent;
  color:var(--red);
  font-weight:800;
  cursor:pointer;
  white-space:nowrap;
}
.demo-tip{font-size:13px!important;color:#7d8792!important}

.top-actions{display:flex;align-items:center;gap:10px}
.nav-demo,.nav-exit{
  border:0;background:transparent;font:inherit;font-size:13px;font-weight:800;cursor:pointer;
}
.nav-demo{color:var(--blue)}
.nav-exit{color:var(--red)}
.demo-tour{
  position:sticky;
  top:78px;
  z-index:60;
  width:min(900px,calc(100% - 28px));
  margin:16px auto 0;
  padding:14px 16px;
  background:#fff;
  border:2px solid var(--blue);
  box-shadow:0 14px 34px rgba(31,46,79,.13);
}
.demo-tour-copy{display:flex;flex-direction:column;gap:3px}
.demo-tour-label{font-size:9px;font-weight:900;letter-spacing:.12em;color:var(--red)}
.demo-tour-copy strong{color:var(--blue);font-size:15px}
.demo-tour-copy span{font-size:12px;color:var(--muted)}
.demo-tour-controls{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.demo-tour-controls>span{font-size:11px;font-weight:800;color:var(--muted);margin-right:4px}
.tour-control{
  border:1px solid var(--line);background:#fff;color:var(--blue);border-radius:9px;
  padding:8px 10px;font-size:11px;font-weight:800;cursor:pointer
}
.tour-control.primary{background:var(--blue);color:#fff;border-color:var(--blue)}
.tour-control.exit{color:var(--red)}
.demo-callout{
  margin:-4px 0 22px;
  padding:14px 16px;
  border-left:4px solid var(--red);
  background:#f8f9fc;
  border-radius:0 10px 10px 0;
}
.demo-callout span{display:block;font-size:9px;letter-spacing:.1em;font-weight:900;color:var(--red);margin-bottom:3px}
.demo-callout strong{display:block;color:var(--blue);font-size:16px;margin-bottom:3px}
.demo-callout p{margin:0;color:var(--muted);font-size:12px;line-height:1.45}
.demo-active-section{outline:3px solid rgba(47,66,142,.18);outline-offset:3px}
@media(max-width:760px){
  .top-actions{gap:6px}
  .nav-demo{font-size:11px}
  .nav-exit{font-size:10px;max-width:125px}
  .demo-tour{top:72px;display:block}
  .demo-tour-controls{justify-content:flex-start;margin-top:10px}
}

.demo-autoplay-indicator{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:var(--blue);
  font-size:11px;
  font-weight:800;
}
.demo-autoplay-indicator:before{
  content:"";
  width:7px;height:7px;border-radius:50%;
  background:var(--red);
  box-shadow:0 0 0 0 rgba(173,37,49,.45);
  animation:pulseDemo 1.5s infinite;
}
@keyframes pulseDemo{
  0%{box-shadow:0 0 0 0 rgba(173,37,49,.45)}
  70%{box-shadow:0 0 0 8px rgba(173,37,49,0)}
  100%{box-shadow:0 0 0 0 rgba(173,37,49,0)}
}
.demo-typing{
  outline:3px solid rgba(47,66,142,.14)!important;
  border-color:var(--blue)!important;
  background:#fbfcff!important;
}
.handoff-note{
  width:min(760px,100%);
  margin:0 auto 22px;
  padding:16px 18px;
  border-radius:12px;
  background:#f7f8fb;
  border-left:4px solid var(--red);
  text-align:left;
}
.handoff-note strong{display:block;color:var(--blue);margin-bottom:4px}
.handoff-note p{margin:0;color:var(--muted);font-size:13px}

html{scroll-behavior:smooth}
.demo-active-section{
  outline:3px solid rgba(47,66,142,.16);
  outline-offset:6px;
  transition:outline-color .35s ease, box-shadow .35s ease;
  box-shadow:0 18px 50px rgba(47,66,142,.10);
}
.demo-callout{
  scroll-margin-top:150px;
}

.download-demo{
  padding:70px 20px;
  background:#f7f8fb;
}
.download-demo-card{width:min(920px,100%);margin:auto;text-align:center}
.desktop-window{
  background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;
  box-shadow:0 24px 70px rgba(31,46,79,.12);text-align:left;
}
.desktop-bar{
  height:48px;background:#f1f3f7;border-bottom:1px solid var(--line);
  display:flex;align-items:center;gap:8px;padding:0 16px;color:#59636f;font-size:12px
}
.desktop-bar span{width:10px;height:10px;border-radius:50%;background:#c9ced7}
.desktop-bar strong{margin-left:8px}
.desktop-content{
  min-height:300px;padding:40px;display:flex;align-items:center;justify-content:center;position:relative;
}
.download-animation{
  display:flex;align-items:center;gap:18px;padding:22px 24px;border:1px solid var(--line);
  border-radius:14px;background:#fff;box-shadow:0 10px 30px rgba(31,46,79,.06)
}
.download-file-icon,.desktop-pdf{
  width:52px;height:64px;border-radius:9px;background:var(--red);color:#fff;
  display:grid;place-items:center;font-size:13px;font-weight:900
}
.download-animation strong{color:var(--blue);display:block;margin-bottom:4px}
.download-animation p{margin:0;color:var(--muted);font-size:13px}
.desktop-file{
  position:absolute;left:52px;top:48px;display:flex;flex-direction:column;align-items:center;
  gap:7px;width:130px;text-align:center;font-size:11px;color:#4f5a66
}
.simulation-note{font-size:11px;color:#808995;margin-top:14px}

.mock-chat-section{padding:60px 20px 90px;background:#f3f4f6}
.mock-chat-shell{
  width:min(1180px,100%);margin:auto;background:#fff;border:1px solid #d9dee6;border-radius:18px;
  overflow:hidden;box-shadow:0 28px 80px rgba(20,30,50,.16)
}
.mock-chat-topbar{
  min-height:64px;padding:12px 18px;display:flex;align-items:center;justify-content:space-between;
  border-bottom:1px solid #e6e8ec;background:#fff
}
.mock-chat-brand{display:flex;align-items:center;gap:12px}
.mock-chat-mark{
  width:38px;height:38px;border-radius:11px;background:#101214;color:#fff;display:grid;place-items:center;
  font-size:12px;font-weight:900
}
.mock-chat-brand strong{display:block;font-size:14px;color:#20242a}
.mock-chat-brand span{display:block;font-size:10px;color:#7b8490}
.mock-close{border:1px solid #d5dae2;background:#fff;border-radius:9px;padding:8px 11px;font-weight:700;color:#4f5965;cursor:pointer}
.mock-chat-body{display:grid;grid-template-columns:220px 1fr;min-height:650px}
.mock-chat-sidebar{background:#f7f7f8;border-right:1px solid #e3e6ea;padding:15px}
.mock-newchat{width:100%;border:1px solid #d7dbe2;background:#fff;border-radius:9px;padding:10px;text-align:left;font-weight:700;color:#363d46}
.mock-sidebar-item{margin-top:12px;padding:10px;border-radius:8px;font-size:12px;color:#4f5965}
.mock-sidebar-item.active{background:#e9eaec;color:#222}
.mock-sidebar-note{margin-top:24px;font-size:10px;color:#8a939e;line-height:1.45}
.mock-conversation{display:flex;flex-direction:column;background:#fff}
.mock-messages{flex:1;padding:34px 9% 24px;overflow:auto}
.mock-msg{max-width:760px;margin:0 auto 20px;display:flex;gap:12px;align-items:flex-start}
.mock-avatar{
  flex:0 0 auto;width:30px;height:30px;border-radius:8px;background:#111;color:#fff;display:grid;place-items:center;
  font-size:10px;font-weight:900
}
.mock-msg.user .mock-avatar{background:var(--blue)}
.mock-bubble{font-size:14px;line-height:1.55;color:#292f36}
.mock-msg.user .mock-bubble{
  background:#f0f1f3;border-radius:16px;padding:11px 14px;margin-left:auto
}
.mock-msg.user{justify-content:flex-end}
.mock-msg.user .mock-avatar{order:2}
.mock-system-card{
  margin:10px 0 12px;padding:14px 16px;border:1px solid #dde2e8;border-radius:12px;background:#fafbfc
}
.mock-system-card strong{color:#252b32}
.mock-system-card p{margin:4px 0 0;color:#5f6974;font-size:12px}
.mock-master-resume{
  border:1px solid #dce1e8;border-radius:12px;padding:16px;background:#fff;margin-top:10px
}
.mock-master-resume h4{margin:0 0 8px;color:#1f2933}
.mock-master-resume ul{margin:0;padding-left:18px;color:#55606c;font-size:12px}
.mock-job-card{
  border:1px solid #dce1e8;border-radius:12px;padding:15px;margin-top:12px;background:#fff
}
.mock-job-card strong{color:#232a31}
.mock-job-card .meta{color:#6c7682;font-size:11px;margin-top:3px}
.mock-job-card p{font-size:12px;color:#58636f;margin:8px 0 0}
.mock-composer{padding:16px 9% 20px}
.mock-attachment{
  max-width:760px;margin:0 auto 8px;padding:8px 10px;border:1px solid #dde1e6;border-radius:10px;
  display:flex;align-items:center;gap:8px;font-size:11px;color:#56616c;background:#fafafa
}
.mock-pdf-chip{background:var(--red);color:#fff;border-radius:5px;padding:4px 6px;font-size:9px;font-weight:900}
.mock-input-row{
  max-width:760px;margin:auto;border:1px solid #cfd4da;border-radius:18px;padding:10px 10px 10px 15px;
  display:flex;align-items:center;gap:10px;box-shadow:0 4px 14px rgba(0,0,0,.04)
}
.mock-input{flex:1;color:#30363d;font-size:13px}
.mock-send{width:32px;height:32px;border:0;border-radius:50%;background:#111;color:#fff;font-weight:900}
.mock-chat-footer{border-top:1px solid #e6e8ec;padding:10px 16px;text-align:center;font-size:10px;color:#8a939e}
.mock-typing{display:inline-flex;gap:4px;padding:9px 0}
.mock-typing span{width:6px;height:6px;border-radius:50%;background:#7d8792;animation:mockDot 1s infinite}
.mock-typing span:nth-child(2){animation-delay:.15s}.mock-typing span:nth-child(3){animation-delay:.3s}
@keyframes mockDot{0%,60%,100%{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}
.ai-links a.demo-selected{outline:3px solid rgba(47,66,142,.22);box-shadow:0 15px 40px rgba(47,66,142,.13)}
@media(max-width:760px){
  .mock-chat-body{grid-template-columns:1fr}
  .mock-chat-sidebar{display:none}
  .mock-messages,.mock-composer{padding-left:18px;padding-right:18px}
}

.handoff-overlay{
  position:fixed;inset:0;z-index:9999;background:rgba(245,247,250,.98);
  display:grid;place-items:center;padding:18px;
}
.handoff-overlay.hidden{display:none}
.handoff-stage{
  width:min(1180px,100%);height:min(760px,94vh);background:#fff;border:1px solid #dfe4eb;
  border-radius:22px;box-shadow:0 35px 110px rgba(24,37,63,.22);
  display:grid;grid-template-rows:auto 1fr auto;overflow:hidden
}
.handoff-stage-header{
  display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e7eaf0;background:#fff
}
.handoff-kicker{display:block;color:var(--red);font-size:9px;letter-spacing:.14em;font-weight:900}
.handoff-stage-header strong{display:block;color:var(--blue);font-size:16px;margin-top:2px}
.handoff-progress{font-size:12px;font-weight:800;color:#727d89}
.handoff-screen{display:none;min-height:0;overflow:auto}
.handoff-screen.active{display:block}
.handoff-centered{
  min-height:100%;display:grid;place-items:center;align-content:center;text-align:center;padding:40px
}
.handoff-download-icon,.desktop-big-pdf{
  width:74px;height:92px;border-radius:13px;background:var(--red);color:#fff;display:grid;place-items:center;font-size:18px;font-weight:900
}
.handoff-centered h2{font-size:34px;color:var(--blue);margin:22px 0 8px}
.handoff-centered p{color:var(--muted);font-size:16px}
.handoff-file-row{
  margin-top:20px;border:1px solid #dfe4eb;border-radius:12px;padding:12px 15px;display:flex;gap:10px;align-items:center;background:#fafbfc
}
.handoff-file-mini{background:var(--red);color:#fff;border-radius:5px;padding:5px 7px;font-size:9px;font-weight:900}
.mock-desktop-full{height:100%;min-height:560px;background:linear-gradient(135deg,#dfe7f2,#eef2f7);position:relative}
.mock-desktop-menubar{height:38px;background:rgba(255,255,255,.7);display:flex;justify-content:space-between;align-items:center;padding:0 18px;font-size:11px;color:#5c6671}
.mock-desktop-file{position:absolute;left:70px;top:92px;width:155px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;color:#39434e;font-size:12px}
.mini-navigator{padding:34px}
.mini-nav-header{display:flex;align-items:center;gap:20px;border-bottom:1px solid #e8ebf0;padding-bottom:18px}
.mini-nav-header img{width:220px}.mini-nav-header span{margin-left:auto;color:var(--blue);font-weight:800}
.mini-nav-body{text-align:center;padding:52px 20px}
.mini-nav-body h3{font-size:34px;color:var(--blue);margin:0 0 10px}.mini-nav-body p{color:var(--muted)}
.mini-ai-options{margin:34px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;max-width:820px}
.mini-ai-card{border:1px solid #dfe4eb;border-radius:14px;padding:20px;display:grid;gap:8px;place-items:center;background:#fff}
.mini-ai-card span{width:44px;height:44px;border-radius:11px;background:var(--blue);color:#fff;display:grid;place-items:center;font-weight:900}
.mini-ai-card.selected{outline:4px solid rgba(47,66,142,.16);border-color:var(--blue);background:#f8f9fe}
.mini-ai-card small{color:var(--red);font-weight:800}
.chat-sim{height:100%;min-height:560px;background:#f7f7f8}
.chat-sim-header{height:64px;background:#fff;border-bottom:1px solid #e2e5e9;padding:0 20px;display:flex;align-items:center;gap:12px}
.chat-logo{width:38px;height:38px;border-radius:10px;background:#111;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:900}
.chat-sim-header strong{display:block}.chat-sim-header span{display:block;font-size:10px;color:#7f8893}
.chat-sim-body{padding:34px max(24px,10%);max-width:980px;margin:auto}
.chat-upload-card{display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #dfe3e8;border-radius:11px;background:#fff}
.chat-upload-card strong{display:block;font-size:12px}.chat-upload-card small{display:block;color:#7c8691;font-size:9px}
.chat-user-msg{margin:22px 0 18px auto;max-width:360px;background:#e9ebee;border-radius:16px;padding:12px 14px;font-size:14px}
.chat-ai-msg{background:#fff;border:1px solid #e0e4e9;border-radius:14px;padding:18px;font-size:14px;line-height:1.55;color:#30363d}
.chat-ai-msg ul{margin:10px 0 8px;padding-left:20px}.chat-ai-msg small{color:#737d88}
.demo-result-card{margin-top:16px;border:1px solid #dfe4ea;border-radius:14px;padding:18px;background:#fff}
.demo-result-card strong{display:block;color:#222a31;font-size:18px}.demo-result-card span{display:block;color:#707a85;font-size:11px;margin-top:4px}.demo-result-card p{font-size:13px;color:#58636e}
.workflow-next{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}
.workflow-next div{background:#fff;border:1px solid #dfe4ea;border-radius:12px;padding:13px;display:flex;gap:9px;align-items:center}
.workflow-next b{width:26px;height:26px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;font-size:11px}.workflow-next span{font-size:12px;font-weight:700;color:#3d4752}
.handoff-stage-footer{padding:12px 18px;border-top:1px solid #e7eaf0;background:#fff;text-align:right}
.handoff-stage-footer button{border:1px solid #d6dce4;background:#fff;border-radius:9px;padding:8px 11px;color:var(--red);font-weight:800;cursor:pointer}
@media(max-width:760px){
  .mini-ai-options{grid-template-columns:1fr 1fr}
  .handoff-stage{height:96vh}
  .workflow-next{grid-template-columns:1fr}
}

/* Consistent demo motion */
.form-card,
.download-box,
.after-download,
.handoff-screen{
  scroll-margin-top:140px;
}
.demo-active-section{
  transition:box-shadow .3s ease, outline-color .3s ease;
}
@media (prefers-reduced-motion: no-preference){
  html{scroll-behavior:smooth}
}

.demo-choice-focus{
  outline:4px solid rgba(173,37,49,.28)!important;
  outline-offset:5px;
  box-shadow:0 14px 36px rgba(173,37,49,.12)!important;
  transform:translateY(-2px);
  transition:all .3s ease;
}
.demo-choice-selected{
  outline:4px solid rgba(47,66,142,.18)!important;
  outline-offset:5px;
  transition:all .3s ease;
}

.privacy-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:15px;margin:14px 0 18px;background:#f7f8fb;border-radius:12px;border-left:4px solid var(--blue)}
.privacy-benefits strong{grid-column:1/-1;color:var(--blue)}.privacy-benefits span{font-size:12px;color:#4f5a66}
.universal-options{margin:12px 0}.mini-label{font-size:11px;font-weight:800;color:#697480;margin-bottom:8px}
.review-section{padding:30px 0}.review-card{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.review-card>div{border:1px solid var(--line);border-radius:12px;padding:13px;background:#fff}
.review-card span{display:block;font-size:10px;color:var(--muted);margin-bottom:4px}.review-card strong{font-size:13px;color:var(--blue)}
.save-progress{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:12px 0 18px}
.save-progress button,.copy-prompt{border:1px solid var(--blue);background:#fff;color:var(--blue);border-radius:9px;padding:9px 12px;font-weight:800;cursor:pointer}
.save-progress button.secondary{border-color:#cfd5dd;color:#65707c}.save-progress span{font-size:11px;color:#68737e}
.handoff-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:min(780px,100%);margin:18px auto}
.handoff-steps div{border:1px solid var(--line);border-radius:12px;padding:13px;background:#fff;display:flex;align-items:center;gap:9px;text-align:left}
.handoff-steps b{width:27px;height:27px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;flex:none}
.handoff-steps span{font-size:12px;color:#4e5965}
.copy-prompt{display:block;margin:0 auto 18px}
@media(max-width:720px){.privacy-benefits,.review-card,.handoff-steps{grid-template-columns:1fr}}

.demo-only[aria-hidden="true"]{
  display:none !important;
}
.participant-mode-note{
  width:min(900px,calc(100% - 32px));
  margin:0 auto 18px;
  padding:12px 14px;
  border-radius:10px;
  background:#f7f8fb;
  border:1px solid var(--line);
  color:#5a6570;
  font-size:12px;
}
.participant-mode-note strong{color:var(--blue)}

.hero-product-title{
  margin:0;
  color:var(--blue);
  font-size:clamp(54px,8vw,94px);
  line-height:.95;
  letter-spacing:-.05em;
  font-weight:850;
}
.hero-value-line{
  max-width:920px;
  margin:24px auto 0;
  color:var(--red);
  font-size:clamp(24px,3.4vw,42px);
  line-height:1.08;
  letter-spacing:-.025em;
  font-weight:800;
}
.hero-description{
  max-width:800px;
  margin:22px auto 0;
  font-size:clamp(17px,2vw,21px);
  line-height:1.55;
  color:#56616d;
}
@media(max-width:620px){
  .hero-product-title{font-size:clamp(46px,15vw,68px)}
  .hero-value-line{font-size:clamp(22px,7vw,32px)}
}

body.demo-running .sticky-section-nav,
body.demo-running .participant-mode-note{display:none!important}
.demo-paste-badge{
  display:inline-block;margin:0 0 10px;padding:7px 10px;border-radius:999px;
  background:#eef1fb;color:var(--blue);font-size:11px;font-weight:850
}
.demo-review-focus{outline:4px solid rgba(47,66,142,.18);outline-offset:6px;box-shadow:0 18px 50px rgba(47,66,142,.12)}
.desktop-caption{
  position:absolute;left:50%;bottom:60px;transform:translateX(-50%);text-align:center;
  background:rgba(255,255,255,.82);padding:12px 18px;border-radius:12px;border:1px solid rgba(255,255,255,.9)
}
.desktop-caption strong{display:block;color:var(--blue)}.desktop-caption span{display:block;font-size:11px;color:#68737e;margin-top:3px}
.qualification-card{max-width:700px;margin:40px auto 0;border:1px solid #dfe4ea;border-radius:16px;overflow:hidden;background:#fff}
.qualification-card>div{display:flex;justify-content:space-between;align-items:center;padding:17px 20px;border-bottom:1px solid #e7eaf0}
.qualification-card>div:last-child{border-bottom:0}
.qualification-card span{color:#495561;font-size:14px}.qualification-card b{color:var(--blue)}
.qualification-card .recommend-row{background:#f5f8ff}.qualification-card .recommend-row b{color:#fff;background:var(--blue);padding:7px 12px;border-radius:999px}
.qualification-explain{max-width:700px;margin:16px auto;text-align:center;color:#68737e;font-size:13px}
.workflow-next.expanded div{align-items:flex-start}.workflow-next.expanded span{display:block}.workflow-next.expanded span strong{display:block}.workflow-next.expanded small{display:block;color:#78828d;font-size:10px;margin-top:3px;font-weight:500}
.closing-screen{background:linear-gradient(180deg,#fff,#f7f8fb)}
.closing-eyebrow{font-size:11px;letter-spacing:.14em;font-weight:900;color:var(--red)}
.closing-screen h2{font-size:clamp(38px,6vw,66px);margin:18px 0;color:var(--blue)}
.closing-flow{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin:22px auto;max-width:960px}
.closing-flow span{padding:11px 15px;border:1px solid #dfe4ea;border-radius:999px;background:#fff;color:#33404b;font-weight:800;font-size:13px}
.closing-flow b{color:var(--red)}
.closing-screen p{font-size:17px;color:#68737e}
.closing-actions{display:flex;gap:10px;justify-content:center;margin-top:26px;flex-wrap:wrap}
.closing-actions button{border-radius:999px;padding:12px 18px;font-weight:850;cursor:pointer}
.closing-primary{background:var(--blue);color:#fff;border:1px solid var(--blue)}
.closing-secondary{background:#fff;color:var(--red);border:1px solid #dcc1c4}
.handoff-footer-note{font-size:10px;color:#818b96;margin-left:12px}

/* Apple-inspired header + hero simplification */
.site-header{
  background:rgba(255,255,255,.88)!important;
  backdrop-filter:saturate(180%) blur(18px);
  -webkit-backdrop-filter:saturate(180%) blur(18px);
  border-bottom:1px solid rgba(0,0,0,.06)!important;
  box-shadow:none!important;
}
.nav-shell{
  min-height:64px!important;
  padding:0 22px!important;
  max-width:1180px!important;
}
.ajc-brand img,.brand img{
  height:34px!important;
  width:auto!important;
  max-width:180px!important;
}
.apple-nav-actions{
  display:flex;
  align-items:center;
  gap:20px;
}
.apple-nav-link{
  border:0!important;
  background:transparent!important;
  padding:0!important;
  color:#1d1d1f!important;
  font-size:13px!important;
  font-weight:600!important;
  text-decoration:none!important;
  cursor:pointer;
}
.apple-nav-link:hover{color:var(--blue)!important}
.apple-nav-link.primary-link{
  color:var(--blue)!important;
}
.apple-nav-link.exit-link{
  color:var(--red)!important;
}
.hero{
  padding:86px 20px 74px!important;
  background:#fff!important;
}
.hero-inner{
  max-width:980px!important;
  text-align:center!important;
}
.hero-product-title{
  font-size:clamp(52px,8vw,88px)!important;
  line-height:.98!important;
  letter-spacing:-.045em!important;
  color:#1d1d1f!important;
  font-weight:800!important;
  max-width:900px;
  margin:0 auto!important;
}
.hero-value-line{
  max-width:860px!important;
  margin:22px auto 0!important;
  color:#4a4a4f!important;
  font-size:clamp(23px,3vw,38px)!important;
  line-height:1.12!important;
  font-weight:650!important;
  letter-spacing:-.025em!important;
}
.hero-description{
  max-width:760px!important;
  margin:22px auto 0!important;
  color:#6e6e73!important;
  font-size:clamp(17px,1.8vw,21px)!important;
  line-height:1.5!important;
}
.hero-actions{
  display:flex!important;
  justify-content:center!important;
  gap:12px!important;
  margin-top:30px!important;
  flex-wrap:wrap!important;
}
.hero-actions .btn{
  border-radius:999px!important;
  padding:12px 22px!important;
  min-width:0!important;
  font-size:15px!important;
  font-weight:650!important;
  box-shadow:none!important;
}
.hero-actions .btn-primary{
  background:var(--blue)!important;
  color:#fff!important;
  border:1px solid var(--blue)!important;
}
.hero-actions .btn-demo,
.hero-actions .btn-ghost{
  background:#fff!important;
  color:var(--blue)!important;
  border:1px solid #cfd5df!important;
}
.hero-secondary-link{
  margin-top:16px;
  font-size:13px;
  color:#86868b;
}
.hero-secondary-link a{
  color:var(--blue);
  text-decoration:none;
}
.hero-secondary-link a:hover{text-decoration:underline}
.small-note{
  max-width:720px!important;
  margin:18px auto 0!important;
  font-size:12px!important;
  color:#8a8a90!important;
}
.simple-path{
  border-top:1px solid #f0f0f2;
}
@media(max-width:700px){
  .nav-shell{padding:0 16px!important;min-height:58px!important}
  .ajc-brand img,.brand img{height:29px!important;max-width:150px!important}
  .apple-nav-actions{gap:12px}
  .apple-nav-link{font-size:12px!important}
  .hero{padding:58px 18px 54px!important}
  .hero-product-title{font-size:clamp(46px,14vw,66px)!important}
  .hero-value-line{font-size:clamp(22px,7vw,30px)!important}
  .hero-description{font-size:17px!important}
  .hero-actions{flex-direction:column;align-items:center}
  .hero-actions .btn{width:min(320px,100%)!important}
}

/* Final minimal hero refinement */
.hero-product-title{font-size:clamp(48px,7.2vw,82px)!important}
.hero-value-line{max-width:760px!important;font-size:clamp(22px,2.8vw,34px)!important}
.hero-description{max-width:700px!important}
@media(max-width:700px){
  .hero-product-title{font-size:clamp(42px,12.5vw,58px)!important}
  .hero-value-line{font-size:clamp(21px,6.3vw,28px)!important}
  .hero{padding-top:50px!important}
}

/* Requested hero/CTA refinement */
.hero-line-one,
.hero-line-two{
  display:block;
  white-space:nowrap;
}
.hero-actions .btn-primary{
  background:var(--red)!important;
  border-color:var(--red)!important;
  color:#fff!important;
}
@media(max-width:700px){
  .hero-line-one,
  .hero-line-two{white-space:normal}
}

/* Official American Job Center branding */
.ajc-official-brand img,
.site-header .ajc-brand img,
.site-header .brand img{
  width:auto!important;
  height:48px!important;
  max-width:310px!important;
  object-fit:contain!important;
  display:block!important;
}
.ajc-service-label{
  margin:0 auto 18px;
  color:#33499b;
  font-size:11px;
  font-weight:850;
  letter-spacing:.14em;
}
.ajc-local-anchor{
  margin:17px auto 0;
  color:#777d85;
  font-size:12px;
  font-weight:600;
}
@media(max-width:700px){
  .ajc-official-brand img,
  .site-header .ajc-brand img,
  .site-header .brand img{
    height:36px!important;
    max-width:220px!important;
  }
  .ajc-service-label{
    font-size:9px;
    letter-spacing:.11em;
    margin-bottom:14px;
  }
}
