:root{--blue-900:#062a5e;--blue-800:#0b3d91;--blue-700:#1256b0;--blue-100:#e5eefb;--blue-50:#f3f7fd;--green-600:#0e8a4f;--green-100:#e2f5eb;--amber-600:#b26a00;--amber-100:#fdf0da;--red-600:#c02626;--red-100:#fbe6e6;--ink:#12243a;--ink-soft:#4d6076;--line:#dce4ee;--bg:#f6f8fc;--white:#ffffff;--muted-bg:#eef1f6;--link:#1256b0;--brand-text:#0b3d91;color-scheme:light;--radius:10px;--shadow:0 1px 2px rgba(18,36,58,0.06),0 6px 18px rgba(18,36,58,0.05)}*{box-sizing:border-box}body,html{padding:0;margin:0}body{background:var(--bg);color:var(--ink);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{margin:0 0 12px;line-height:1.25;color:var(--ink)}h1{font-size:28px}h2{font-size:21px}h3{font-size:17px}p{margin:0 0 12px}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 16px}.narrow{max-width:720px}.stack>*+*{margin-top:16px}.muted{color:var(--ink-soft)}.small{font-size:13px}.strong{font-weight:600}.center{text-align:center}.mt-0{margin-top:0}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.section{padding:40px 0}.row,.row-between{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.row-between{justify-content:space-between}.grid{display:grid;grid-gap:16px;gap:16px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.site-header{background:var(--white);border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;z-index:20}.site-header .inner{justify-content:space-between;gap:20px;height:70px}.brand,.site-header .inner{display:flex;align-items:center}.brand{gap:10px;font-weight:750;color:var(--blue-800);font-size:18px;letter-spacing:-.01em}.brand:hover{text-decoration:none}.brand-mark{width:34px;height:34px;border-radius:8px;background:linear-gradient(135deg,var(--blue-800),var(--blue-700));color:#fff;display:grid;place-items:center;font-size:13px;font-weight:700}.nav{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.nav a{color:var(--ink);padding:8px 10px;border-radius:8px;font-weight:500}.nav a:hover{background:var(--blue-50);text-decoration:none}.site-footer{background:#062d63;color:#dbe8f7;margin-top:0;padding:42px 0 34px}.site-footer a{color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:var(--radius);border:1px solid transparent;font-size:14px;font-weight:600;cursor:pointer;background:var(--blue-800);transition:background .15s ease}.btn,.btn:hover{color:#fff;text-decoration:none}.btn:hover{background:var(--blue-700)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-outline{background:var(--white);color:var(--blue-800);border-color:var(--line)}.btn-outline:hover{background:var(--blue-50);color:var(--blue-800)}.btn-success{background:var(--green-600)}.btn-success:hover{background:#0b7443}.btn-danger{background:var(--red-600)}.btn-danger:hover{background:#a11f1f}.btn-sm{padding:6px 10px;font-size:13px}.btn-block{width:100%}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}.card+.card{margin-top:16px}.card-title{font-size:16px;font-weight:700;margin-bottom:4px}.stat{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:16px}.stat .value{font-size:26px;font-weight:700;color:var(--blue-800)}.stat .label{font-size:13px;color:var(--ink-soft)}label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:var(--ink)}input[type=date],input[type=email],input[type=month],input[type=number],input[type=password],input[type=tel],input[type=text],input[type=url],select,textarea{width:100%;padding:10px 12px;border:1px solid var(--line);border-radius:8px;font-size:14px;font-family:inherit;background:var(--white);color:var(--ink)}textarea{min-height:110px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--link)}.field{margin-bottom:14px}.check{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;margin-bottom:10px}.check input{width:16px;height:16px}.hint{font-size:12px;color:var(--ink-soft);margin-top:4px}.alert{padding:12px 14px;border-radius:8px;font-size:14px;margin-bottom:16px}.alert-error{background:var(--red-100);color:var(--red-600)}.alert-success{background:var(--green-100);color:var(--green-600)}.alert-info{background:var(--blue-100);color:var(--blue-800)}.alert-warning{background:var(--amber-100);color:var(--amber-600)}.badge{display:inline-block;padding:3px 9px;border-radius:999px;font-size:12px;font-weight:600;background:var(--blue-100);color:var(--blue-800)}.badge-success{background:var(--green-100);color:var(--green-600)}.badge-warning{background:var(--amber-100);color:var(--amber-600)}.badge-danger{background:var(--red-100);color:var(--red-600)}.badge-muted{background:var(--muted-bg);color:var(--ink-soft)}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:14px}td,th{text-align:left;padding:10px 12px;border-bottom:1px solid var(--line);vertical-align:top}th{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-soft)}tbody tr:hover{background:var(--blue-50)}.hero{background:linear-gradient(160deg,var(--blue-900),var(--blue-700));color:#fff;padding:56px 0 44px}.hero h1{color:#fff;font-size:34px;max-width:700px}.hero p{color:#d7e4f7;max-width:640px;font-size:17px}.search-box{background:var(--white);border-radius:12px;padding:14px;display:grid;grid-gap:10px;gap:10px;grid-template-columns:2fr 1fr auto;margin-top:20px}.search-box input,.search-box select{margin:0}.progress{height:8px;background:#e8edf5;border-radius:999px;overflow:hidden}.progress>span{display:block;height:100%;background:var(--green-600)}.app-shell{display:grid;grid-template-columns:236px 1fr;grid-gap:24px;gap:24px;align-items:start;padding:24px 0}.sidebar{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:12px;position:-webkit-sticky;position:sticky;top:80px}.sidebar a{display:block;padding:9px 12px;border-radius:8px;color:var(--ink);font-size:14px;font-weight:500}.sidebar a:hover{background:var(--blue-50);text-decoration:none}.sidebar a.active{background:var(--blue-800);color:#fff}.sidebar .group{font-size:11px;text-transform:uppercase;color:var(--ink-soft);padding:12px 12px 4px;letter-spacing:.05em}.job-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:16px}.job-card h3{margin-bottom:4px}.job-meta{font-size:13px;color:var(--ink-soft);gap:12px}.job-meta,.steps{display:flex;flex-wrap:wrap}.steps{gap:6px;margin-bottom:20px}.steps a,.steps span{font-size:13px;padding:7px 12px;border-radius:999px;border:1px solid var(--line);background:var(--white);color:var(--ink-soft)}.steps a.active,.steps span.active{background:var(--blue-800);border-color:var(--blue-800);color:#fff}.steps a.done{border-color:var(--green-600);color:var(--green-600)}.step-mobile{display:none;font-weight:600;margin-bottom:12px}.list-reset{list-style:none;padding:0;margin:0}.divided>li{padding:10px 0;border-bottom:1px solid var(--line)}.divided>li:last-child{border-bottom:none}@media (max-width:900px){.app-shell{grid-template-columns:1fr}.sidebar{position:static}.grid-3,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.search-box{grid-template-columns:1fr}}@media (max-width:640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.hero{padding:36px 0 28px}.hero h1{font-size:26px}.site-header .inner{height:auto;padding:10px 0;flex-wrap:wrap}.steps{display:none}.step-mobile{display:block}.sidebar{display:flex;overflow-x:auto;gap:6px}.sidebar .group{display:none}.sidebar a{white-space:nowrap}}.print-page{background:#fff;max-width:820px;margin:24px auto;padding:40px;border:1px solid var(--line)}.print-page h1{font-size:26px;margin-bottom:2px}.print-section{margin-top:22px}.print-section h2{font-size:15px;text-transform:uppercase;letter-spacing:.05em;color:var(--blue-800);border-bottom:2px solid var(--blue-800);padding-bottom:4px}@media print{.no-print{display:none!important}body{background:#fff;font-size:12px}.print-page{border:none;margin:0;padding:0;max-width:none}}:root[data-theme=dark]{color-scheme:dark;--blue-900:#041a3d;--blue-800:#1a5bc4;--blue-700:#2a6ad6;--blue-100:#16294a;--blue-50:#111d31;--green-600:#5fd49a;--green-100:#0f3324;--amber-600:#f3be62;--amber-100:#3a2a0e;--red-600:#ff9c9c;--red-100:#3d1616;--ink:#e8eef7;--ink-soft:#a9b8cc;--line:#2a3a52;--bg:#0b1422;--white:#131f33;--muted-bg:#1d2b42;--link:#8fbaff;--brand-text:#a9c8ff;--shadow:0 1px 2px rgba(0,0,0,0.4)}:root[data-theme=dark] .alert-info,:root[data-theme=dark] .brand,:root[data-theme=dark] .btn-outline{color:var(--brand-text)}:root[data-theme=dark] .print-page{color:#12243a}.skip-link{position:absolute;left:12px;top:-60px;z-index:100;background:var(--blue-800);color:#fff;padding:10px 14px;border-radius:8px;font-weight:600}.skip-link:focus{top:12px;color:#fff}:focus-visible{outline:3px solid var(--link);outline-offset:2px;border-radius:4px}.btn:focus-visible{outline:3px solid var(--link);outline-offset:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.field-error{color:var(--red-600);font-size:13px;margin-top:4px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.theme-toggle{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);background:var(--white);color:var(--ink);border-radius:8px;padding:6px 10px;font:inherit;font-size:13px;cursor:pointer}.tour-backdrop{position:fixed;inset:0;background:rgba(4,12,26,.55);z-index:80}.tour-highlight{position:relative;z-index:81;outline:3px solid #f3be62!important;outline-offset:3px;border-radius:6px;background:var(--white)}.tour-card{position:fixed;z-index:90;left:50%;bottom:24px;transform:translateX(-50%);width:min(460px,calc(100vw - 24px));background:var(--white);color:var(--ink);border:1px solid var(--line);border-radius:12px;padding:18px;box-shadow:0 12px 40px rgba(0,0,0,.3)}.tour-progress{height:4px;background:var(--muted-bg);border-radius:4px;overflow:hidden;margin:10px 0 14px}.tour-progress span{display:block;height:100%;background:var(--blue-800);transition:width .2s}.ai-suggestion{border:1px solid var(--line);border-radius:var(--radius);padding:14px;background:var(--white)}.ai-suggestion.accepted{border-color:var(--green-600)}.ai-suggestion.rejected{opacity:.7}.ai-compare{display:grid;grid-gap:10px;gap:10px;grid-template-columns:1fr 1fr}.ai-compare>div{background:var(--blue-50);border-radius:8px;padding:10px;white-space:pre-wrap;font-size:14px}@media (max-width:640px){.ai-compare{grid-template-columns:1fr}}.home-page{background:#fff}.home-page svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.home-hero{position:relative;min-height:570px;overflow:hidden;display:flex;align-items:center;background:#082f68;color:#fff;isolation:isolate}.home-hero-photo{position:absolute;z-index:-3;inset:0 0 0 41%;background-image:url(/brasil-curriculo-hero.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat}.home-hero-overlay{position:absolute;z-index:-2;inset:0;background:radial-gradient(circle at 73% 45%,rgba(21,103,203,.14),transparent 32%),linear-gradient(90deg,rgba(3,31,70,.99),rgba(4,43,94,.98) 31%,rgba(5,55,118,.88) 50%,rgba(8,60,126,.26) 72%,rgba(6,45,99,.08))}.home-hero-inner{padding-top:54px;padding-bottom:62px}.home-hero-content{width:min(620px,56%)}.home-kicker{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.42);background:rgba(5,45,98,.36);border-radius:999px;padding:7px 13px;color:#fff;font-size:11px;line-height:1;font-weight:800;letter-spacing:.055em;text-transform:uppercase;margin-bottom:24px}.home-hero h1{color:#fff;font-size:clamp(45px,4.35vw,69px);line-height:1.02;letter-spacing:-.04em;max-width:600px;margin:0 0 22px}.home-hero p{max-width:590px;color:#e3edf9;font-size:18px;line-height:1.6;margin-bottom:0}.home-search{display:grid;grid-template-columns:1.1fr .95fr auto;align-items:stretch;margin-top:28px;width:min(100%,620px);background:#fff;border-radius:10px;padding:5px;box-shadow:0 18px 42px rgba(0,20,55,.25)}.home-search-field{position:relative;display:flex;align-items:center;margin:0;min-width:0;border-right:1px solid #e4eaf2}.home-search-icon{position:absolute;left:14px;display:grid;place-items:center;pointer-events:none;color:#637995}.home-audience-copy a svg,.home-audience-icon svg,.home-audience-points svg,.home-empty-state>svg,.home-final-actions svg,.home-job-icon svg,.home-job-link svg,.home-job-tags svg,.home-search-icon svg,.home-search-submit svg,.home-see-all svg,.home-stat-icon svg,.home-step-icon svg,.home-talent-card>a svg,.home-talent-icon svg,.home-trust-badge svg{width:20px;height:20px}.home-search input,.home-search select{border:0;border-radius:0;background:transparent;color:#22364f;min-height:48px;padding:0 14px 0 44px;margin:0;outline:0;box-shadow:none;font-size:14px}.home-search input::placeholder{color:#70819a;opacity:1}.home-search select{cursor:pointer}.home-search input:focus,.home-search select:focus{border:0;box-shadow:inset 0 0 0 2px rgba(18,86,176,.2)}.home-search-submit{border:0;min-width:136px;padding:0 20px;border-radius:8px;background:#0755ad;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;font:inherit;font-size:14px;font-weight:750;cursor:pointer}.home-search-submit:hover{background:#064a98}.home-search-submit svg{width:17px;height:17px}.home-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:20px}.home-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:0 24px;border-radius:7px;font-size:14px;font-weight:750}.home-cta,.home-cta:hover{text-decoration:none}.home-cta-primary{background:#08a657;color:#fff;box-shadow:0 9px 22px rgba(0,120,70,.22)}.home-cta-primary:hover{background:#078e4c;color:#fff}.home-cta-secondary{border:1px solid rgba(255,255,255,.5);background:rgba(255,255,255,.08);color:#fff}.home-cta-secondary:hover{background:rgba(255,255,255,.16);color:#fff}.home-promo-note{font-size:12px!important;margin-top:16px!important;color:#c9d9ee!important}.home-trust-wrap{position:relative;z-index:5;margin-top:-34px;padding-bottom:34px}.home-trust-card{background:#fff;border:1px solid #e0e8f2;border-radius:16px;box-shadow:0 18px 48px rgba(22,48,78,.12);display:grid;grid-template-columns:1.35fr 1.65fr;align-items:stretch;overflow:hidden}.home-trust-intro{display:flex;align-items:center;gap:16px;padding:24px 28px;border-right:1px solid #e8edf4;background:linear-gradient(135deg,#fff,#f8fbff)}.home-trust-intro>div{display:flex;flex-direction:column;gap:4px}.home-trust-intro strong{color:#102943;font-size:15px;line-height:1.35}.home-trust-intro span:not(.home-trust-badge){color:#6a7c92;font-size:12px;line-height:1.5}.home-trust-badge{flex:0 0 44px;width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#e9f2ff;color:#0c5ab6}.home-trust-badge svg{width:24px;height:24px}.home-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);min-width:0}.home-stat-item{display:flex;align-items:center;justify-content:center;gap:12px;padding:21px 18px;position:relative;min-width:0}.home-stat-item+.home-stat-item:before{content:"";position:absolute;left:0;top:25%;bottom:25%;width:1px;background:#e6ebf2}.home-stat-icon{width:38px;height:38px;border-radius:10px;background:#f0f5fc;color:#0b5bb8;display:grid;place-items:center;flex:0 0 auto}.home-stat-icon svg{width:19px;height:19px}.home-stat-item>div{min-width:0}.home-stat-item strong{display:block;color:#0a3c78;font-size:24px;line-height:1.05;letter-spacing:-.03em}.home-stat-item span:not(.home-stat-icon){display:block;margin-top:5px;color:#728198;font-size:11px;white-space:nowrap}.home-jobs-section{background:linear-gradient(180deg,#f5f8fc,#eef4fb);padding:62px 0 76px}.home-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:28px}.home-section-heading-rich p{max-width:650px;margin:10px 0 0;color:#6a7c92;font-size:14px}.home-eyebrow{display:block;color:#0861c7;font-size:11px;font-weight:850;letter-spacing:.075em;text-transform:uppercase;margin-bottom:8px}.home-audience-header h2,.home-final-cta h2,.home-how-heading h2,.home-section-heading h2{margin:0;font-size:32px;line-height:1.12;letter-spacing:-.03em;color:#102943}.home-see-all{flex:0 0 auto;font-size:13px;font-weight:750;display:inline-flex;gap:8px;align-items:center;padding:10px 12px;border-radius:8px}.home-see-all:hover{background:#e8f0fb;text-decoration:none}.home-see-all svg{width:16px;height:16px}.home-jobs-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,.86fr);grid-gap:22px;gap:22px;align-items:stretch}.home-jobs-layout-full{grid-template-columns:1fr}.home-job-grid{display:grid;grid-gap:18px;gap:18px;height:100%}.home-job-grid-1{grid-template-columns:1fr}.home-job-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.home-job-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.home-job-card{min-height:248px;display:flex;flex-direction:column;background:#fff;border:1px solid #dbe4ef;border-radius:14px;padding:22px;box-shadow:0 10px 30px rgba(28,54,84,.055);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.home-job-card:hover{transform:translateY(-3px);border-color:#bfd0e4;box-shadow:0 18px 34px rgba(23,48,77,.1)}.home-job-card-top{min-height:40px;display:flex;justify-content:space-between;align-items:center;gap:10px}.home-job-icon{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;background:#eaf2fd;color:#0b5bb8}.home-job-icon svg{width:20px;height:20px}.home-job-fresh{font-size:10px;text-transform:uppercase;letter-spacing:.055em;font-weight:750;color:#13824c;background:#e9f7f0;padding:5px 8px;border-radius:999px}.home-job-card h3{margin:18px 0 4px;font-size:19px;color:#10253e;letter-spacing:-.015em}.home-company-name{color:#687a91;font-size:13px;min-height:20px}.home-job-tags{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin:18px 0}.home-job-tags span{display:inline-flex;align-items:center;gap:5px;background:#f3f6fa;color:#61748d;border-radius:6px;padding:5px 8px;font-size:11px;line-height:1.2}.home-job-tags svg{width:12px;height:12px}.home-job-card-bottom{margin-top:auto;border-top:1px solid #e4eaf2;padding-top:16px;display:flex;justify-content:space-between;align-items:flex-end;gap:14px}.home-job-card-bottom>div{display:flex;flex-direction:column;gap:3px}.home-job-card-bottom small{font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:#8a98aa}.home-job-card-bottom strong{font-size:14px;color:#17314e}.home-job-link{font-size:12px;font-weight:750;white-space:nowrap;display:inline-flex;align-items:center;gap:5px}.home-job-link svg{width:14px;height:14px}.home-empty-state{min-height:240px;display:flex;align-items:center;justify-content:center;gap:18px;border:1px dashed #cbd8e8;border-radius:14px;background:#fff;color:#697b91}.home-empty-state>svg{width:36px;height:36px;color:#1b62b3}.home-empty-state strong{color:#18304c}.home-empty-state p{margin:4px 0 0;font-size:13px}.home-talent-card{position:relative;overflow:hidden;min-height:248px;padding:26px;border-radius:14px;color:#fff;background:linear-gradient(145deg,#0b3f83,#0b58b4);box-shadow:0 14px 34px rgba(8,62,129,.18)}.home-talent-card:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:rgba(255,255,255,.07);right:-65px;bottom:-85px}.home-talent-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:rgba(255,255,255,.13);color:#fff;margin-bottom:22px}.home-talent-card .home-eyebrow{color:#a9cdf8}.home-talent-card h3{color:#fff;font-size:24px;line-height:1.15;letter-spacing:-.025em;margin:0 0 10px}.home-talent-card p{color:#d7e7fa;font-size:13px;line-height:1.6;margin-bottom:18px}.home-talent-card ul{list-style:none;padding:0;margin:0 0 22px;display:grid;grid-gap:9px;gap:9px}.home-talent-card li{display:flex;align-items:center;gap:8px;color:#edf5ff;font-size:12px}.home-talent-card li svg{width:15px;height:15px;color:#62e0a3}.home-talent-card>a{position:relative;z-index:2;display:inline-flex;align-items:center;gap:7px;color:#fff;font-size:13px;font-weight:800}.home-talent-card>a svg{width:15px;height:15px}.home-audience-section{background:#fff;padding:80px 0 82px}.home-audience-header{max-width:760px;margin:0 auto 34px;text-align:center}.home-audience-header p{max-width:650px;margin:12px auto 0;color:#6b7d93;font-size:14px}.home-audience-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:22px;gap:22px}.home-audience-card{position:relative;overflow:hidden;min-height:330px;border:1px solid #dfe7f1;border-radius:18px;padding:32px;display:grid;grid-template-columns:64px 1fr;grid-gap:22px;gap:22px;box-shadow:0 12px 32px rgba(28,54,84,.045)}.home-audience-card:before{content:"";position:absolute;inset:0;pointer-events:none}.home-audience-candidate:before{background:linear-gradient(135deg,rgba(13,90,185,.06),transparent 54%)}.home-audience-company:before{background:linear-gradient(135deg,rgba(10,145,82,.06),transparent 54%)}.home-audience-icon{position:relative;z-index:2;width:58px;height:58px;border-radius:15px;display:grid;place-items:center}.home-audience-candidate .home-audience-icon{background:#eaf2fd;color:#0c5cb8}.home-audience-company .home-audience-icon{background:#e9f7f0;color:#0c9255}.home-audience-icon svg{width:27px;height:27px}.home-audience-copy{position:relative;z-index:2}.home-audience-label{display:block;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#71849a;margin-bottom:9px}.home-audience-copy h3{font-size:24px;line-height:1.18;letter-spacing:-.025em;color:#112b48;margin:0 0 12px}.home-audience-copy>p{color:#687b91;font-size:13px;line-height:1.65;max-width:520px}.home-audience-points{display:flex;flex-wrap:wrap;gap:8px 14px;margin:18px 0 22px}.home-audience-points span{display:inline-flex;align-items:center;gap:6px;color:#435a73;font-size:12px}.home-audience-points svg{width:14px;height:14px;color:#0b9254}.home-audience-copy a{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:800}.home-audience-copy a svg{width:15px;height:15px}.home-how-section{background:#f7f9fc;padding:80px 0 88px;border-top:1px solid #eef2f6;border-bottom:1px solid #eef2f6}.home-how-heading{text-align:center;max-width:720px;margin:0 auto 44px}.home-how-heading p{margin:12px auto 0;color:#6b7c91;font-size:14px}.home-steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;max-width:1110px;margin:0 auto}.home-step{background:#fff;border:1px solid #e0e7ef;border-radius:16px;padding:26px;box-shadow:0 10px 25px rgba(25,49,78,.04)}.home-step-topline{display:flex;align-items:center;gap:14px;margin-bottom:24px}.home-step-topline>span{font-size:11px;font-weight:850;letter-spacing:.08em;color:#0b60c4}.home-step-topline>div{height:1px;background:#dfe7f1;flex:1 1}.home-step-icon{width:48px;height:48px;border-radius:13px;background:#eaf2fd;color:#0758b7;display:grid;place-items:center;margin-bottom:20px}.home-step-icon svg{width:22px;height:22px}.home-step h3{font-size:18px;margin:0 0 9px;color:#122b46}.home-step p{margin:0;color:#6b7c91;font-size:13px;line-height:1.7}.home-final-cta{background:#fff;padding:70px 0 82px}.home-final-cta-card{position:relative;overflow:hidden;background:linear-gradient(135deg,#082f69,#0d58b6);color:#fff;border-radius:20px;padding:42px 46px;display:flex;justify-content:space-between;align-items:center;gap:34px;box-shadow:0 20px 50px rgba(7,48,104,.18)}.home-final-cta-card:after{content:"";position:absolute;width:270px;height:270px;border-radius:50%;border:1px solid rgba(255,255,255,.1);right:-90px;top:-110px}.home-final-cta .home-eyebrow{color:#a8cdfb}.home-final-cta h2{color:#fff;max-width:650px;font-size:31px}.home-final-cta p{max-width:720px;color:#d6e5f8;margin:12px 0 0;font-size:14px}.home-final-actions{position:relative;z-index:2;flex:0 0 auto;display:flex;gap:10px}.home-final-actions a{min-height:44px;padding:0 18px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:800;text-decoration:none}.home-final-primary{background:#fff;color:#0b4f9f}.home-final-primary:hover{color:#0b4f9f;background:#f4f8fd}.home-final-secondary{color:#fff;border:1px solid rgba(255,255,255,.46);background:rgba(255,255,255,.08)}.home-final-secondary:hover{color:#fff;background:rgba(255,255,255,.14)}.home-final-actions svg{width:15px;height:15px}:root[data-theme=dark] .home-audience-section,:root[data-theme=dark] .home-job-card,:root[data-theme=dark] .home-page,:root[data-theme=dark] .home-step,:root[data-theme=dark] .home-trust-card,:root[data-theme=dark] .home-trust-intro{background:var(--white)}:root[data-theme=dark] .home-how-section,:root[data-theme=dark] .home-jobs-section{background:#0d1829}:root[data-theme=dark] .home-audience-card,:root[data-theme=dark] .home-job-card,:root[data-theme=dark] .home-step,:root[data-theme=dark] .home-trust-card{border-color:var(--line)}:root[data-theme=dark] .home-audience-copy h3,:root[data-theme=dark] .home-audience-header h2,:root[data-theme=dark] .home-how-heading h2,:root[data-theme=dark] .home-job-card h3,:root[data-theme=dark] .home-job-card-bottom strong,:root[data-theme=dark] .home-section-heading h2,:root[data-theme=dark] .home-step h3,:root[data-theme=dark] .home-trust-intro strong{color:var(--ink)}:root[data-theme=dark] .home-job-tags span{background:var(--blue-50);color:var(--ink-soft)}:root[data-theme=dark] .home-stat-item strong{color:#a9c8ff}:root[data-theme=dark] .home-final-cta{background:var(--white)}@media (max-width:1020px){.home-hero-photo{left:35%;opacity:.76}.home-hero-content{width:68%}.home-trust-card{grid-template-columns:1fr}.home-trust-intro{border-right:0;border-bottom:1px solid #e8edf4}.home-jobs-layout{grid-template-columns:1fr}.home-talent-card{min-height:0}.home-audience-card{grid-template-columns:52px 1fr;padding:26px}.home-final-cta-card{align-items:flex-start;flex-direction:column}}@media (max-width:760px){.home-hero{min-height:auto}.home-hero-photo{inset:0;opacity:.38;background-position:58%}.home-hero-overlay{background:linear-gradient(90deg,rgba(4,36,78,.98),rgba(5,47,101,.88))}.home-hero-inner{padding-top:52px;padding-bottom:76px}.home-hero-content{width:100%}.home-hero h1{font-size:clamp(38px,10vw,52px)}.home-search{grid-template-columns:1fr;gap:0;padding:7px}.home-search-field{border-right:0;border-bottom:1px solid #e4eaf2}.home-search-submit{min-height:48px;margin-top:7px}.home-trust-wrap{margin-top:-32px}.home-stats-grid{grid-template-columns:1fr}.home-stat-item{justify-content:flex-start;padding:15px 20px}.home-stat-item+.home-stat-item:before{top:0;bottom:auto;left:20px;right:20px;width:auto;height:1px}.home-audience-grid,.home-job-grid-2,.home-job-grid-3,.home-steps-grid{grid-template-columns:1fr}.home-section-heading{align-items:flex-start;flex-direction:column}.home-audience-section,.home-how-section,.home-jobs-section{padding:58px 0 64px}.home-final-cta{padding:56px 0 66px}.home-final-cta-card{padding:30px}.home-final-actions{flex-wrap:wrap}}@media (max-width:520px){.home-kicker{font-size:10px}.home-hero h1{font-size:40px}.home-hero p{font-size:16px}.home-hero-actions{display:grid;grid-template-columns:1fr}.home-cta{width:100%}.home-trust-intro{padding:20px;align-items:flex-start}.home-audience-header h2,.home-final-cta h2,.home-how-heading h2,.home-section-heading h2{font-size:27px}.home-audience-card{grid-template-columns:1fr}.home-audience-icon{width:50px;height:50px}.home-final-actions{width:100%;display:grid;grid-template-columns:1fr}.home-final-actions a{width:100%}}.site-header .nav a.btn,.site-header .nav a.btn:focus-visible,.site-header .nav a.btn:hover,.site-header .nav a.btn:visited{color:#fff}@media (max-width:900px){.app-shell{grid-template-columns:1fr;gap:16px;padding:18px 0 28px}.app-shell>main{min-width:0}.sidebar{position:static;display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;padding:10px;border-radius:14px;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.sidebar a{flex:0 0 auto;white-space:nowrap;border:1px solid var(--line);background:var(--white);min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:10px 14px}.sidebar a.active{box-shadow:0 10px 22px rgba(10,54,112,.16)}.card,.stat{border-radius:14px}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}table{min-width:640px}}@media (max-width:760px){.container{padding:0 14px}.site-header .inner{height:auto;padding:14px 0 16px;gap:14px;align-items:flex-start}.brand{width:100%;font-size:20px}.brand-mark{width:40px;height:40px;border-radius:10px;font-size:14px}.nav{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;align-items:stretch}.nav>*{min-width:0}.nav .theme-toggle,.nav a:not(.btn),.nav form .btn{width:100%;min-height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);background:var(--white);border-radius:12px;padding:10px 12px;text-align:center}.nav a.btn{width:100%;min-height:48px;border-radius:12px;grid-column:1/-1;font-size:15px;box-shadow:0 10px 24px rgba(10,54,112,.18)}.nav form{margin:0}.theme-toggle{justify-content:center}.home-hero{min-height:auto}.home-hero-inner{padding-top:34px;padding-bottom:54px}.home-hero-photo{inset:0;opacity:.33;background-position:62%}.home-hero-overlay{background:radial-gradient(circle at 70% 28%,rgba(23,112,214,.2),transparent 28%),linear-gradient(180deg,rgba(4,36,78,.98),rgba(5,47,101,.94) 55%,rgba(7,58,123,.84))}.home-hero-content{width:100%}.home-kicker{margin-bottom:18px;padding:8px 14px;font-size:10px;letter-spacing:.07em}.home-hero h1{font-size:clamp(34px,10vw,46px);line-height:1.02;margin-bottom:16px}.home-hero p{font-size:17px;line-height:1.55}.home-search{width:100%;margin-top:22px;grid-template-columns:1fr;gap:0;padding:8px;border-radius:16px;box-shadow:0 20px 44px rgba(0,20,55,.24)}.home-search-field{border-right:0;border-bottom:1px solid #e4eaf2}.home-search input,.home-search select{min-height:56px;font-size:16px;padding-left:46px}.home-search-submit{min-height:56px;margin-top:8px;border-radius:12px;font-size:16px;font-weight:800}.home-hero-actions{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px;margin-top:16px}.home-cta{width:100%;min-height:54px;border-radius:14px;font-size:16px;justify-content:center}.home-promo-note{margin-top:14px;font-size:12px;line-height:1.5}.home-trust-wrap{margin-top:-22px;padding-bottom:24px}.home-audience-card,.home-final-cta-card,.home-job-card,.home-step,.home-trust-card{border-radius:18px}.home-trust-intro{padding:20px 18px;align-items:flex-start}.home-stats-grid{grid-template-columns:1fr}.home-stat-item{justify-content:flex-start;padding:16px 18px}.home-stat-item strong{font-size:28px}.home-section-heading,.home-section-heading-rich{gap:10px;align-items:flex-start;flex-direction:column}.home-audience-header h2,.home-final-cta h2,.home-how-heading h2,.home-section-heading h2{font-size:29px;line-height:1.08}.home-audience-section,.home-how-section,.home-jobs-section{padding:52px 0 58px}.home-audience-grid,.home-job-grid-2,.home-job-grid-3,.home-steps-grid{grid-template-columns:1fr}.home-job-card{min-height:0;padding:20px}.home-job-card h3{font-size:20px}.home-job-card-bottom{flex-direction:column;align-items:flex-start}.home-talent-card{min-height:0;padding:22px;border-radius:18px}.home-talent-card h3{font-size:28px}.home-audience-card{grid-template-columns:1fr;min-height:0;padding:24px 22px}.home-audience-copy h3{font-size:26px}.home-how-heading{margin-bottom:30px}.home-step{padding:22px}.home-step h3{font-size:19px}.home-final-cta{padding:54px 0 64px}.home-final-cta-card{padding:26px 22px;flex-direction:column;align-items:flex-start;gap:20px}.home-final-actions{width:100%;display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px}.home-final-actions a{width:100%;min-height:48px;border-radius:12px}.site-footer{padding:34px 0 26px}.site-footer .row-between{align-items:flex-start;flex-direction:column;gap:18px}.site-footer nav.row{gap:10px}.site-footer nav.row a{display:inline-flex;padding:4px 0}}@media (max-width:420px){.nav{grid-template-columns:1fr}.home-hero h1{font-size:32px}.home-hero p{font-size:16px}.home-audience-header h2,.home-final-cta h2,.home-how-heading h2,.home-section-heading h2{font-size:26px}}.mobile-menu{display:none}@media (max-width:760px){.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;box-shadow:0 8px 26px rgba(12,34,64,.08)}.site-header .inner{min-height:66px;height:66px;padding:0 14px;flex-wrap:nowrap;align-items:center;gap:12px}.brand{width:auto;flex:1 1 auto;font-size:19px;min-width:0}.brand-mark{width:38px;height:38px;flex:0 0 38px}.desktop-nav{display:none!important}.mobile-menu{display:block;position:relative;flex:0 0 auto}.mobile-menu>summary{list-style:none}.mobile-menu>summary::-webkit-details-marker{display:none}.mobile-menu-trigger{width:46px;height:46px;border-radius:13px;border:1px solid var(--line);background:var(--white);color:var(--ink);display:grid;place-items:center;cursor:pointer;box-shadow:0 6px 18px rgba(18,36,58,.06)}.mobile-menu-bars{width:21px;display:grid;grid-gap:4px;gap:4px}.mobile-menu-bars span{display:block;height:2px;border-radius:999px;background:currentColor;transition:transform .16s ease,opacity .16s ease}.mobile-menu[open] .mobile-menu-bars span:first-child{transform:translateY(6px) rotate(45deg)}.mobile-menu[open] .mobile-menu-bars span:nth-child(2){opacity:0}.mobile-menu[open] .mobile-menu-bars span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-menu-panel{position:fixed;left:14px;right:14px;top:76px;z-index:70;background:var(--white);border:1px solid var(--line);border-radius:18px;box-shadow:0 24px 60px rgba(12,34,64,.22);padding:16px;max-height:calc(100vh - 96px);overflow-y:auto}.mobile-menu-panel:before{content:"";position:fixed;inset:66px 0 0;z-index:-1;background:rgba(7,22,43,.24);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-menu-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;margin-bottom:10px;border-bottom:1px solid var(--line)}.mobile-menu-title{font-size:14px;font-weight:800;color:var(--ink)}.mobile-menu-top .theme-toggle{width:auto;min-height:38px;padding:7px 10px;border-radius:10px}.mobile-menu-links{display:grid;grid-gap:8px;gap:8px}.mobile-menu-link,.mobile-menu-logout{width:100%;min-height:46px;display:flex;align-items:center;justify-content:flex-start;padding:0 14px;border:0;border-radius:11px;background:transparent;color:var(--ink);font:inherit;font-size:15px;font-weight:650;text-decoration:none;cursor:pointer}.mobile-menu-link:hover,.mobile-menu-logout:hover{background:var(--blue-50);color:var(--ink);text-decoration:none}.mobile-menu-form{margin:0}.mobile-menu-cta{min-height:50px;display:flex;align-items:center;justify-content:center;margin-top:4px;border-radius:12px;background:var(--blue-800);font-size:15px;font-weight:800;box-shadow:0 10px 24px rgba(10,54,112,.2)}.mobile-menu-cta,.mobile-menu-cta:hover{color:#fff!important;text-decoration:none}.mobile-menu-cta:hover{background:var(--blue-700)}.site-header .nav{width:auto;display:none}.home-hero-inner{padding-top:34px}}@media (max-width:420px){.site-header .inner{padding-left:12px;padding-right:12px}.brand{font-size:18px}.mobile-menu-panel{left:10px;right:10px}}.company-plans-page{background:#fff}.company-plans-hero{padding:72px 0 58px;background:linear-gradient(135deg,#062f69,#0b58b4);color:#fff}.company-plans-hero h1{color:#fff;font-size:clamp(38px,5vw,62px);max-width:820px;letter-spacing:-.035em;margin:8px 0 18px}.company-plans-hero>.container>p{color:#dbeafb;max-width:760px;font-size:18px}.company-plans-hero .home-eyebrow{color:#a9cdf8}.company-trial-banner{margin-top:26px;max-width:820px;padding:14px 18px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.1);border-radius:12px;font-size:14px}.company-plans-section{padding:68px 0 78px;background:linear-gradient(180deg,#f7f9fc,#eef4fb)}.company-plans-heading{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:30px}.company-plans-heading h2{font-size:34px;letter-spacing:-.025em;color:#102943;margin:6px 0 0}.company-plans-heading>p{max-width:460px;color:#6a7c92;font-size:14px;margin:0}.company-plan-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:16px;gap:16px;align-items:stretch}.company-plan-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid #dfe7f1;border-radius:18px;padding:24px 20px;box-shadow:0 14px 34px rgba(22,48,78,.06)}.company-plan-card.featured{border:2px solid #0b58b4;transform:translateY(-8px);box-shadow:0 20px 46px rgba(11,88,180,.14)}.company-plan-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:#0b58b4;color:#fff;border-radius:999px;padding:6px 12px;font-size:11px;font-weight:800;white-space:nowrap}.company-plan-name{color:#102943;font-size:19px;font-weight:800}.company-plan-description{min-height:64px;color:#6c7f95;font-size:13px;line-height:1.55;margin:8px 0 18px}.company-plan-price{min-height:48px;display:flex;align-items:baseline;gap:6px;margin-bottom:18px}.company-plan-price strong{color:#0b3d91;font-size:26px;letter-spacing:-.025em}.company-plan-price span{color:#7b8ba0;font-size:12px}.company-plan-limits{display:grid;grid-gap:0;gap:0;border:1px solid #e5ebf3;border-radius:12px;overflow:hidden;margin-bottom:18px}.company-plan-limits>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 10px;background:#f8fafd;font-size:12px}.company-plan-limits>div+div{border-top:1px solid #e5ebf3}.company-plan-limits strong{color:#133253}.company-plan-limits span{color:#738399;text-align:right}.company-plan-features{list-style:none;padding:0;margin:0 0 22px;display:grid;grid-gap:9px;gap:9px}.company-plan-features li{display:flex;gap:8px;color:#425a74;font-size:12px;line-height:1.45}.company-plan-features li span{color:#0d9958;font-weight:900}.company-plan-cta{margin-top:auto;min-height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid #cfd9e7;color:#0b4d9c;background:#fff;font-size:13px;font-weight:800}.company-plan-cta:hover{background:#f5f9ff;text-decoration:none}.company-plan-cta.primary{color:#fff;background:#0b58b4;border-color:#0b58b4}.company-plan-cta.primary:hover{color:#fff;background:#094b99}.company-corporate-card{margin-top:28px;display:flex;justify-content:space-between;align-items:center;gap:30px;padding:28px 30px;border-radius:18px;background:#092f66;color:#fff}.company-corporate-card h2{color:#fff;margin:4px 0 8px}.company-corporate-card p{margin:0;max-width:760px;color:#d8e6f7;font-size:14px}.company-corporate-card .home-eyebrow{color:#a9cdf8}.company-corporate-card .btn{flex:0 0 auto;background:#fff;color:#0b4f9f}.company-corporate-card .btn:hover{color:#0b4f9f;background:#f4f8fd}.company-model-section{padding:68px 0 78px;background:#fff}.company-model-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.company-model-card{border:1px solid #e0e7ef;border-radius:16px;padding:26px}.company-model-card>span{display:inline-flex;width:34px;height:34px;border-radius:10px;align-items:center;justify-content:center;background:#eaf2fd;color:#0b58b4;font-size:11px;font-weight:850;margin-bottom:18px}.company-model-card h3{color:#102943;font-size:19px}.company-model-card p{color:#6b7c91;font-size:13px;margin:0}:root[data-theme=dark] .company-model-section,:root[data-theme=dark] .company-plans-page{background:var(--white)}:root[data-theme=dark] .company-plans-section{background:#0d1829}:root[data-theme=dark] .company-model-card,:root[data-theme=dark] .company-plan-card{background:var(--white);border-color:var(--line)}:root[data-theme=dark] .company-model-card h3,:root[data-theme=dark] .company-plan-name,:root[data-theme=dark] .company-plans-heading h2{color:var(--ink)}:root[data-theme=dark] .company-plan-limits>div{background:var(--blue-50)}@media (max-width:1100px){.company-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.company-plan-card.featured{transform:none}}@media (max-width:760px){.company-plans-hero{padding:48px 0 44px}.company-plans-hero h1{font-size:38px}.company-plans-hero>.container>p{font-size:16px}.company-plans-section{padding:48px 0 58px}.company-plans-heading{flex-direction:column;align-items:flex-start}.company-plans-heading h2{font-size:29px}.company-plan-grid{grid-template-columns:1fr}.company-plan-card{padding:22px}.company-plan-description{min-height:0}.company-corporate-card{flex-direction:column;align-items:flex-start;padding:24px}.company-corporate-card .btn{width:100%}.company-model-grid{grid-template-columns:1fr}}.company-account-free{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 26px;margin-bottom:26px;border:1px solid #dbe5f1;border-radius:16px;background:#fff;box-shadow:0 10px 28px rgba(22,48,78,.045)}.company-account-free>div{max-width:780px}.company-account-free-label{display:inline-block;color:#0d9255;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.06em;margin-bottom:5px}.company-account-free h3{color:#102943;font-size:22px;margin:0 0 7px}.company-account-free p{color:#64778f;font-size:13px;margin:0}.company-account-free .company-plan-cta{flex:0 0 auto;min-width:190px}.company-plan-grid-paid{grid-template-columns:repeat(4,minmax(0,1fr))}:root[data-theme=dark] .company-account-free{background:var(--white);border-color:var(--line)}:root[data-theme=dark] .company-account-free h3{color:var(--ink)}@media (max-width:1100px){.company-plan-grid-paid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.company-account-free{flex-direction:column;align-items:flex-start;padding:22px}.company-account-free .company-plan-cta{width:100%;min-width:0}.company-plan-grid-paid{grid-template-columns:1fr}}