/* AI Training Roles — site styles (mobile-first; desktop layouts at >=1024px) */
@font-face{font-family:Inter;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/inter-latin.woff2) format("woff2")}
:root{
  --text:#1B1531;
  --muted:#5E5873;
  --label:#6B6B76;
  --purple:#5B3DF5;
  --purple-hover:#4A2EDB;
  --tint:#F8F6FE;
  --lilac:#E9E3FF;
  --border:#E5E3EE;
  --divider:#EBEBEF;
  --green:#1F9D55;
  --disc:#EDEDF1;
  --page:#F5F4F8;
  --icon:#8A8A94;
  --shadow-cta:0 6px 18px rgba(91,61,245,.28);
  --shadow-card:0 1px 2px rgba(27,21,49,.05),0 12px 32px rgba(27,21,49,.06);
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:#fff;color:var(--text);font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.4}
a{color:var(--purple)}
a:hover{color:var(--purple-hover)}
h1,h2,h3,p{margin:0}
button{font:inherit;color:inherit}
svg{display:block}
a:focus-visible,button:focus-visible{outline:2px solid var(--text);outline-offset:3px}
@media (prefers-reduced-motion:reduce){*{transition:none!important}}

/* Brand */
.brand{display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--text)}
.brand:hover{color:var(--text)}
.brand__mark{width:20px;height:20px;border-radius:6px;background:var(--purple);flex-shrink:0}
.brand__name{font-size:14px;font-weight:700;letter-spacing:-.01em}
.topbar{display:flex;justify-content:space-between;align-items:center;gap:12px}
.pill{font-size:12px;font-weight:600;color:var(--purple);background:var(--lilac);padding:5px 10px;border-radius:999px;white-space:nowrap}

/* Footer (all pages) */
.footer{margin-top:44px;font-size:11px;line-height:1.6;color:var(--label);text-align:center;text-wrap:pretty}
.footer a{color:var(--label);text-decoration:none}
.footer a:hover{color:var(--text);text-decoration:underline}

/* Landing */
.landing{max-width:600px;margin:0 auto;padding:24px 20px 28px;display:flex;flex-direction:column}
.hero{display:flex;flex-direction:column}
.hero__copy{display:contents}
.eyebrow{order:1;margin-top:28px;font-size:12px;font-weight:600;color:var(--label);letter-spacing:.06em}
.hero__title{order:2;margin-top:10px;font-size:30px;line-height:1.14;font-weight:700;letter-spacing:-.025em;text-wrap:pretty}
.hero__title em{font-style:normal;color:var(--purple)}
.hero__sub{order:3;margin-top:10px;font-size:15px;line-height:1.5;color:var(--muted);text-wrap:pretty}
.how{order:4;background:var(--tint);border:1px solid var(--lilac);border-radius:14px;padding:16px;margin-top:20px;display:flex;flex-direction:column;gap:10px}
.how__label{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}
.how ol{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
.how li{display:flex;align-items:center;gap:12px}
.how__num{width:22px;height:22px;border-radius:50%;background:var(--purple);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.how__text{font-size:14px;font-weight:500;opacity:.78}
.how li:first-child .how__text{font-weight:600;opacity:1}
.benefits{order:5;list-style:none;margin:20px 0 0;padding:0;display:flex;flex-direction:column;gap:14px}
.benefit{display:flex;gap:12px;align-items:flex-start}
.benefit__icon{width:22px;height:22px;border-radius:6px;background:var(--lilac);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}
.benefit__icon svg{width:14px;height:14px;stroke:var(--purple)}
.benefit__body{display:flex;flex-direction:column;gap:2px}
.benefit__title{font-size:14px;font-weight:600}
.benefit__desc{font-size:13px;line-height:1.45;color:var(--muted)}
.cta{display:flex;flex-shrink:0;align-items:center;justify-content:center;gap:8px;height:58px;min-height:58px;border-radius:14px;background:var(--purple);color:#fff;font-size:16px;font-weight:600;text-decoration:none;letter-spacing:-.01em;box-shadow:var(--shadow-cta);transition:background .15s}
.cta:hover{background:var(--purple-hover);color:#fff}
.cta--hero{order:6;margin-top:22px}
.cta__note{margin-top:12px;text-align:center;font-size:12px;line-height:1.5;color:var(--muted);white-space:nowrap}
.cta__note--hero{order:7}
.divider{border:0;height:1px;background:var(--divider);margin:40px 0 24px}
.faq{display:flex;flex-direction:column}
.faq__title{font-size:20px;font-weight:700;letter-spacing:-.02em}
.faq__list{display:flex;flex-direction:column;margin-top:8px}
.faq__item{padding:16px 0;border-bottom:1px solid var(--divider);display:flex;flex-direction:column;gap:6px}
.faq__item:last-child{border-bottom:0}
.faq__q{font-size:15px;font-weight:600}
.faq__a{font-size:14px;line-height:1.5;color:var(--muted);text-wrap:pretty}
.cta--faq{margin-top:36px}

@media (min-width:1024px){
  .landing{max-width:1088px;padding:28px 24px 36px}
  .landing .brand__mark{width:22px;height:22px}
  .landing .brand__name{font-size:15px}
  .hero{display:grid;grid-template-columns:minmax(0,1fr) 440px;column-gap:64px;row-gap:64px;align-items:center;margin-top:72px}
  .hero__copy{display:flex;flex-direction:column;order:0}
  .hero__copy>*{order:0}
  .eyebrow{margin-top:0}
  .hero__title{margin-top:14px;font-size:48px;line-height:1.08;letter-spacing:-.03em}
  .hero__sub{margin-top:18px;font-size:18px;max-width:520px}
  .cta--hero{margin-top:28px;padding:0 32px;align-self:flex-start}
  .cta__note--hero{text-align:left}
  .how{order:0;margin-top:0}
  .benefits{order:0;grid-column:1/-1;margin-top:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}
  .divider{width:640px;max-width:100%;margin:72px auto 28px}
  .faq{width:640px;max-width:100%;margin:0 auto}
  .faq__title{font-size:24px}
  .cta--faq{align-self:center;padding:0 32px}
  .footer{margin-top:56px}
}

/* Quiz */
.quiz-wrap{display:block}
.quiz{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;max-width:600px;margin:0 auto;width:100%;padding:24px 20px 24px}
.quiz__top{display:flex;align-items:center;gap:8px}
.back{display:flex;align-items:center;justify-content:center;width:28px;height:28px;margin-left:-8px;padding:0;border:0;border-radius:6px;background:none;color:var(--label);font-size:22px;line-height:1;cursor:pointer}
.back:hover{color:var(--text)}
.progress{display:flex;align-items:center;gap:12px;margin-top:28px}
.progress__track{flex:1;height:4px;border-radius:999px;background:var(--lilac);overflow:hidden}
.progress__fill{height:100%;background:var(--purple);border-radius:999px;transition:width .2s}
.progress__fill--1{width:25%}
.progress__fill--2{width:50%}
.progress__fill--3{width:75%}
.progress__fill--4{width:100%}
.progress__label{font-size:12px;font-weight:600;color:var(--muted);white-space:nowrap}
.quiz__q{margin-top:24px;font-size:26px;line-height:1.2;font-weight:700;letter-spacing:-.025em;text-wrap:pretty;outline:none}
.options{display:flex;flex-direction:column;gap:10px;margin-top:24px}
.option{display:flex;align-items:center;width:100%;min-height:64px;padding:0 18px;border:1.5px solid var(--border);border-radius:14px;background:#fff;color:var(--text);font-size:16px;font-weight:600;letter-spacing:-.01em;text-align:left;cursor:pointer;transition:border-color .15s,background .15s}
.option:hover{border-color:var(--purple);background:var(--tint)}
.option:active,.option[aria-pressed="true"]{border-color:var(--purple);background:var(--lilac)}
.option:focus-visible{outline:2px solid var(--purple);outline-offset:2px}
.spacer{flex:1}
.quiz .footer{margin-top:36px}
.quiz__noscript{margin-top:32px;font-size:15px;line-height:1.5;color:var(--muted)}

/* Results */
.result__mark{width:48px;height:48px;border-radius:50%;margin-top:32px;display:flex;align-items:center;justify-content:center}
.result__mark--yes{background:var(--green);color:#fff;font-size:22px;font-weight:700}
.result__mark--no{background:var(--disc)}
.result__mark--no span{display:block;width:16px;height:2.5px;border-radius:2px;background:var(--label)}
.result__title{margin-top:18px;font-size:26px;line-height:1.2;font-weight:700;letter-spacing:-.025em;text-wrap:pretty;outline:none}
.result__pay{margin-top:10px;font-size:15px;font-weight:600;color:var(--purple)}
.result__intro{margin-top:14px;font-size:14px;line-height:1.5;color:var(--muted);text-wrap:pretty}
.result__lead{margin-top:12px;font-size:15px;line-height:1.5;color:var(--muted);text-wrap:pretty}
.result__body{margin-top:10px;font-size:14px;line-height:1.5;color:var(--muted);text-wrap:pretty}
.platforms{display:flex;flex-direction:column;gap:12px;margin-top:22px}
.platform{border:1.5px solid var(--purple);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:8px;background:#fff}
.platform__name{font-size:17px;font-weight:700;letter-spacing:-.02em}
.tip{display:flex;gap:8px;align-items:flex-start;font-size:13px;line-height:1.5;color:var(--muted);text-wrap:pretty}
.tip svg{width:15px;height:15px;flex-shrink:0;margin-top:2px;stroke:var(--icon)}
.platform__cta{display:flex;align-items:center;justify-content:center;gap:6px;height:48px;border-radius:12px;background:var(--purple);color:#fff;font-size:14px;font-weight:600;text-decoration:none;margin-top:8px;white-space:nowrap;transition:background .15s}
.platform__cta:hover{background:var(--purple-hover);color:#fff}
.result__note{margin-top:18px;font-size:13px;line-height:1.5;color:var(--muted);text-align:center;text-wrap:pretty}
.restart{align-self:center;margin-top:32px;padding:0;border:0;background:none;font-size:14px;font-weight:600;color:var(--purple);cursor:pointer}
.restart:hover{color:var(--purple-hover);text-decoration:underline}

@media (min-width:1024px){
  .quiz-body{background:var(--page)}
  .quiz-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:48px 24px}
  .quiz{min-height:0;width:480px;max-width:100%;margin:0;padding:28px 32px 28px;background:#fff;border-radius:20px;box-shadow:var(--shadow-card)}
}

/* Text pages (privacy, contact, 404) */
.page{max-width:680px;margin:0 auto;padding:24px 20px 28px;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}
.page__title{margin-top:32px;font-size:26px;line-height:1.2;font-weight:700;letter-spacing:-.025em}
.page__meta{margin-top:8px;font-size:12px;color:var(--label)}
.page__body{margin-top:16px;display:flex;flex-direction:column;gap:14px;font-size:15px;line-height:1.6;color:var(--muted);text-wrap:pretty}
.page__body h2{margin-top:10px;font-size:17px;font-weight:700;letter-spacing:-.02em;color:var(--text)}
.page__body a{font-weight:600}
@media (min-width:1024px){.page{padding:28px 24px 36px}}
