*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}:root{--navy:#1e3a5f;--navy-deep:#152d4a;--blue:#1d4ed8;--blue-light:#eff6ff;--blue-mid:#bfdbfe;--muted:#5a6d89;--hint:#94a3b8;--border:#cbcde1;--cream:#f8f6f1;--text:#1a1a2e;--white:#ffffff;--indigo:#3730a3;--r-sm:6px;--r-md:12px;--r-lg:18px}body{font-family:Inter,system-ui,sans-serif;color:var(--text);background:var(--white);line-height:1.65}@font-face{font-family:TeX Gyre Adventor;src:url(/fonts/texgyreadventor-regular.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:TeX Gyre Adventor;src:url(/fonts/texgyreadventor-bold.otf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:TeX Gyre Adventor;src:url(/fonts/texgyreadventor-italic.otf) format("opentype");font-weight:400;font-style:italic}@font-face{font-family:TeX Gyre Adventor;src:url(/fonts/texgyreadventor-bolditalic.otf) format("opentype");font-weight:700;font-style:italic}h1,h2,h3{font-family:Josefin Sans,Century Gothic,sans-serif}.logo{font-family:TeX Gyre Adventor,Century Gothic,sans-serif}a{color:inherit;text-decoration:none}.container{max-width:1120px;margin:0 auto;padding:0 5%}.label{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--blue)}.btn,.label{font-weight:600}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.3rem;border-radius:var(--r-sm);font-family:Inter,sans-serif;font-size:.875rem;cursor:pointer;border:none;transition:transform .14s ease,box-shadow .14s ease,background .14s ease}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--blue);color:var(--white);box-shadow:0 1px 6px rgba(29,78,216,.25)}.btn-primary:hover{background:#1a42bb;box-shadow:0 4px 16px rgba(29,78,216,.3)}.btn-ghost{background:transparent;color:var(--navy);border:1.5px solid var(--border)}.btn-ghost:hover{border-color:var(--blue);color:var(--blue)}.btn-white{background:var(--white);color:var(--navy);box-shadow:0 1px 6px rgba(0,0,0,.1)}.btn-white:hover{box-shadow:0 4px 16px rgba(0,0,0,.15)}.announcement-bar{background:var(--blue);color:#fff;text-align:center;padding:.55rem 1rem;font-size:.85rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.4rem;letter-spacing:.01em}.announcement-bar:hover{background:#1a42bb}.announcement-bar strong{font-weight:700}.announcement-arrow,.announcement-gift{font-size:1rem}nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.logo{font-size:1.2rem;font-weight:700;color:var(--navy);letter-spacing:.06em;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;user-select:none}.logo-dot{color:var(--blue)}.nav-links{display:flex;gap:2.25rem;list-style:none;font-size:.83rem;font-weight:500;color:var(--muted)}.nav-links a{transition:color .12s}.nav-links a:hover{color:var(--navy)}.hero-wrap{background:linear-gradient(160deg,#f0f5ff 0,var(--white) 55%)}.hero{display:grid;grid-template-columns:52% 1fr;grid-gap:5rem;gap:5rem;padding:6.5rem 0 5.5rem}.hero,.hero-badge{align-items:center}.hero-badge{display:inline-flex;gap:.45rem;padding:.28rem .8rem;border-radius:99px;background:var(--blue-light);color:var(--blue);font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.5rem;border:1px solid var(--blue-mid)}.hero-badge svg{width:8px;height:8px;fill:var(--blue)}.hero h1{font-size:clamp(2.6rem,4.2vw,3.6rem);font-weight:700;line-height:1.12;color:var(--navy);margin-bottom:1.3rem;letter-spacing:-.03em}.hero h1 .accent{color:var(--blue);position:relative;display:inline-block}.hero h1 .accent:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:3px;background:var(--blue-mid);border-radius:2px}.hero-sub{font-size:1.05rem;color:var(--muted);max-width:42ch;margin-bottom:2.25rem;line-height:1.7}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap}.app-mock{background:var(--cream);border-radius:var(--r-lg);border:1px solid var(--border);box-shadow:0 8px 40px rgba(30,58,95,.1),0 2px 8px rgba(30,58,95,.04);overflow:hidden;font-family:Inter,system-ui,sans-serif}.app-mock-header{background:var(--white);border-bottom:1px solid var(--border);padding:0 18px;height:48px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 3px rgba(0,0,0,.04)}.app-mock-logo{font-size:13px;font-weight:700;color:var(--text);letter-spacing:-.02em;font-family:Josefin Sans,Century Gothic,sans-serif}.app-mock-tabs{display:flex;gap:4px}.app-tab{border-radius:6px;padding:4px 11px;font-size:9px;letter-spacing:.06em;border:1px solid transparent;background:transparent;color:var(--muted);font-family:Inter,sans-serif}.app-tab.active{background:var(--navy);color:var(--white);border-color:var(--navy)}.app-mock-crumb{background:var(--white);border-bottom:1px solid var(--border);padding:7px 18px;display:flex;align-items:center;gap:8px;font-size:10px;color:var(--hint)}.app-mock-crumb strong{color:var(--text);font-weight:600}.app-mock-crumb .sep{color:var(--border)}.app-mock-body{padding:16px 18px 18px}.app-mock-toolbar{display:flex;gap:8px;margin-bottom:12px;align-items:center}.app-input{flex:1 1;background:var(--white);border:1px solid var(--border);border-radius:8px;padding:7px 11px;color:var(--hint)}.app-btn-primary,.app-input{font-size:11px;font-family:Inter,sans-serif}.app-btn-primary{background:var(--navy);color:var(--cream);border:none;border-radius:8px;padding:7px 14px;font-weight:500;white-space:nowrap;cursor:default}.cand-row{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:12px 16px;display:grid;grid-template-columns:26px 1fr auto;grid-gap:12px;gap:12px;align-items:start;box-shadow:0 1px 3px rgba(0,0,0,.04);margin-bottom:6px}.cand-row:last-child{margin-bottom:0}.cand-row.sel{border-color:var(--navy);border-left-color:var(--navy);box-shadow:0 4px 16px rgba(30,58,95,.1)}.rank-badge{width:26px;height:26px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;margin-top:1px}.rank-badge.first{background:var(--navy);color:#fff}.rank-badge.other{background:#f1f5f9;color:var(--muted)}.cand-main{min-width:0}.cand-name-row{display:flex;align-items:center;gap:6px;margin-bottom:2px;flex-wrap:nowrap;overflow:hidden}.cand-name{font-size:13px;font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis}.cand-name,.pill{white-space:nowrap}.pill{font-size:9px;padding:2px 7px;border-radius:3px;letter-spacing:.06em;border:1px solid;flex-shrink:0}.pill-shortlist{background:#f0fdf4;color:#166534;border-color:#bbf7d0}.pill-review{background:#fef9c3;color:#854d0e;border-color:#fde68a}.pill-pending{background:#f1f5f9;color:#475569;border-color:#e2e8f0}.cand-role{font-size:11px;color:var(--hint);margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chip{font-size:10px;padding:2px 8px;border-radius:20px;border:1px solid}.chip-indigo{background:#eef2ff;color:#3730a3;border-color:#e0e7ff}.chips-row{display:flex;gap:4px;flex-wrap:wrap}.cand-score{text-align:right;padding-left:12px;border-left:1px solid var(--border);min-width:42px;padding-top:2px;flex-shrink:0}.score-label{font-size:9px;color:var(--hint);letter-spacing:.08em;margin-bottom:2px;text-transform:uppercase}.score-value{font-size:20px;font-weight:600;line-height:1}.trust{padding:4.5rem 5%;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--navy)}.trust-inner{max-width:1120px;margin:0 auto}.trust-head{display:flex;align-items:baseline;gap:1rem;margin-bottom:2.5rem}.trust-head .label{color:rgba(255,255,255,.35)}.trust-head h2{font-size:1.35rem;font-weight:700;color:var(--white);letter-spacing:-.02em}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:rgba(255,255,255,.08);border-radius:var(--r-md);overflow:hidden}.trust-card{background:rgba(255,255,255,.04);padding:2rem 1.75rem;transition:background .18s}.trust-card:hover{background:rgba(255,255,255,.08)}.trust-card-icon{width:40px;height:40px;border-radius:var(--r-sm);background:rgba(29,78,216,.3);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.trust-card-icon svg{width:19px;height:19px;stroke:#93c5fd;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.trust-card h3{font-size:.925rem;font-weight:700;color:var(--white);margin-bottom:.45rem;letter-spacing:-.01em}.trust-card p{font-size:.82rem;color:rgba(255,255,255,.5);line-height:1.6}@media (max-width:900px){.trust-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.trust-grid{grid-template-columns:1fr}}.section-head{margin-bottom:3.5rem}.section-head.center{text-align:center}.section-head .label{display:block;margin-bottom:.6rem}.section-head h2{font-size:clamp(1.8rem,2.8vw,2.35rem);font-weight:700;color:var(--navy);line-height:1.2;letter-spacing:-.025em;margin-bottom:.7rem}.section-head p{font-size:.975rem;color:var(--muted);max-width:52ch;line-height:1.7}.section-head.center p{margin:0 auto}.features{padding:6rem 5%;background:var(--cream)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.feat{background:var(--white);border:1px solid var(--border);border-top:3px solid var(--blue);border-radius:var(--r-md);padding:1.85rem 1.6rem;transition:box-shadow .18s ease,transform .18s ease}.feat:hover{box-shadow:0 10px 32px rgba(30,58,95,.1);transform:translateY(-2px)}.feat-icon{width:40px;height:40px;border-radius:var(--r-sm);background:var(--blue-light);display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem}.feat-icon svg{width:20px;height:20px;stroke:var(--blue);fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.feat h3{font-size:.975rem;font-weight:700;color:var(--navy);margin-bottom:.5rem;letter-spacing:-.01em}.feat p{font-size:.875rem;color:var(--muted);line-height:1.65}.human{padding:6rem 5%}.human-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;align-items:center}.human-visual{background:var(--navy);border-radius:var(--r-lg);padding:2.5rem;color:var(--white);position:relative;overflow:hidden}.human-visual:before{top:-40px;right:-40px;width:180px;height:180px;background:rgba(29,78,216,.2)}.human-visual:after,.human-visual:before{content:"";position:absolute;border-radius:50%}.human-visual:after{bottom:-30px;left:-30px;width:120px;height:120px;background:rgba(255,255,255,.04)}.flow-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;position:relative;z-index:1}.flow-item:last-child{margin-bottom:0}.flow-tag{flex-shrink:0;padding:.25rem .65rem;border-radius:99px;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.flow-tag.ai{background:rgba(29,78,216,.35);color:#93c5fd}.flow-tag.human{background:rgba(255,255,255,.12);color:rgba(255,255,255,.8)}.flow-text{font-size:.875rem;color:rgba(255,255,255,.75);line-height:1.55;padding-top:.15rem}.flow-text strong{color:var(--white);font-weight:600}.human-copy .label{display:block;margin-bottom:.6rem}.human-copy h2{font-size:clamp(1.7rem,2.6vw,2.25rem);font-weight:700;color:var(--navy);line-height:1.2;letter-spacing:-.025em;margin-bottom:1rem}.human-copy p{font-size:.975rem;color:var(--muted);line-height:1.7;margin-bottom:1rem;max-width:44ch}.human-copy p:last-child{margin-bottom:0}.how{padding:6rem 5%;background:var(--cream)}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0}.step,.steps{position:relative}.step{padding:2rem}.step:not(:last-child):after{content:"";position:absolute;right:0;top:2rem;bottom:2rem;width:1px;background:var(--border)}.step-n{font-family:Josefin Sans,Century Gothic,sans-serif;font-size:2.5rem;font-weight:700;color:var(--blue-mid);line-height:1;margin-bottom:.85rem;letter-spacing:-.03em}.step h3{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.4rem;letter-spacing:-.01em}.step p{font-size:.875rem;color:var(--muted);line-height:1.65;max-width:26ch}.cta{background:var(--navy-deep);padding:5.5rem 5%;text-align:center;position:relative;overflow:hidden}.cta:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 0,rgba(29,78,216,.2) 0,transparent 70%)}.cta h2{font-size:clamp(1.9rem,3vw,2.6rem);font-weight:700;color:var(--white);letter-spacing:-.025em;margin-bottom:.8rem;line-height:1.15}.cta h2,.cta p{position:relative}.cta p{color:var(--hint);font-size:1rem;margin-bottom:2.25rem;max-width:44ch;margin-left:auto;margin-right:auto}.cta .btn{position:relative}footer{padding:2.5rem 5%;border-top:1px solid var(--border)}.footer-inner{max-width:1120px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-logo{font-size:1rem;font-weight:700;color:var(--navy);letter-spacing:.06em;text-transform:uppercase}.footer-copy{font-size:.78rem;color:var(--hint)}.footer-links{display:flex;gap:1.5rem;list-style:none}.footer-links a{font-size:.78rem;color:var(--muted);transition:color .12s}.footer-links a:hover{color:var(--navy)}@media (max-width:900px){.hero{grid-template-columns:1fr;gap:3rem;padding:4.5rem 0 4rem}.features-grid{grid-template-columns:1fr 1fr}.human-inner{grid-template-columns:1fr}}@media (max-width:640px){.nav-links{display:none}.features-grid,.steps{grid-template-columns:1fr}.step:after{display:none}.step{padding:1.5rem 0;border-bottom:1px solid var(--border)}.step:last-child{border-bottom:none}.trust-grid{grid-template-columns:1fr}}.hamburger-btn{display:none;background:none;border:none;cursor:pointer;padding:4px;color:var(--navy)}.hamburger-btn svg{width:22px;height:22px;stroke:var(--navy);fill:none;stroke-width:2;stroke-linecap:round}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border);padding:1rem 5%;flex-direction:column;gap:.25rem;z-index:99}.mobile-menu.open{display:flex}.mobile-menu a{font-size:.95rem;font-weight:500;color:var(--muted);padding:.6rem 0;border-bottom:1px solid var(--border);transition:color .12s}.mobile-menu a:last-child{border-bottom:none}.mobile-menu a:hover{color:var(--navy)}.mobile-menu .btn-primary{margin-top:.5rem;text-align:center}@media (max-width:640px){.hamburger-btn{display:block}}.modal-overlay{position:fixed;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-card{background:var(--white);border-radius:var(--r-lg);border:1px solid var(--border);box-shadow:0 24px 64px rgba(30,58,95,.18);width:100%;max-width:480px;max-height:90vh;overflow-y:auto;padding:2rem;position:relative}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.4rem;line-height:1;color:var(--hint);cursor:pointer;padding:4px 8px;border-radius:var(--r-sm);transition:color .12s,background .12s}.modal-close:hover{color:var(--navy);background:var(--blue-light)}.modal-title{font-family:Josefin Sans,Century Gothic,sans-serif;font-size:1.35rem;font-weight:700;color:var(--navy);letter-spacing:-.02em;margin-bottom:.35rem}.modal-subtitle{font-size:.875rem;color:var(--muted);margin-bottom:1.75rem;line-height:1.6}.form-field{margin-bottom:1.1rem}.form-label{display:block;font-size:.8rem;font-weight:600;color:var(--navy);margin-bottom:.35rem;letter-spacing:.04em}.form-label .optional{font-weight:400;color:var(--hint);font-size:.75rem;margin-left:.3rem}.form-input,.form-textarea{width:100%;background:var(--white);border:1.5px solid var(--border);border-radius:var(--r-sm);padding:.55rem .85rem;font-family:Inter,sans-serif;font-size:.875rem;color:var(--text);transition:border-color .14s;outline:none}.form-input:focus,.form-textarea:focus{border-color:var(--blue)}.form-textarea{resize:vertical;min-height:90px}.radio-group{display:flex;gap:1rem}.radio-label{display:flex;align-items:center;gap:.4rem;font-size:.875rem;color:var(--text);cursor:pointer}.form-error{font-size:.82rem;color:#dc2626;margin-top:1rem}.form-success{text-align:center;padding:1.5rem 0}.form-success h3{font-family:Josefin Sans,Century Gothic,sans-serif;font-size:1.2rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}.form-success p{font-size:.9rem;color:var(--muted);line-height:1.6}.modal-submit{width:100%;margin-top:1.5rem;padding:.75rem;font-size:.925rem}.modal-submit:disabled{opacity:.65;cursor:not-allowed;transform:none}.honeypot-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.anim-fade-up{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}.anim-fade-up.visible{opacity:1;transform:translateY(0)}.anim-slide-left{opacity:0;transform:translateX(-24px);transition:opacity .5s ease,transform .5s ease}.anim-slide-left.visible{opacity:1;transform:translateX(0)}.anim-slide-right{opacity:0;transform:translateX(24px);transition:opacity .5s ease,transform .5s ease}.anim-slide-right.visible{opacity:1;transform:translateX(0)}.anim-delay-1{transition-delay:.1s}.anim-delay-2{transition-delay:.2s}@media (prefers-reduced-motion:reduce){.anim-fade-up,.anim-slide-left,.anim-slide-right{opacity:1;transform:none;transition:none}}@keyframes cand-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.app-mock .cand-row{opacity:0;animation:cand-enter .4s ease-out forwards}.app-mock .cand-row:first-child{animation-delay:.2s}.app-mock .cand-row:nth-child(2){animation-delay:.35s}.app-mock .cand-row:nth-child(3){animation-delay:.5s}.stats-bar{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:2.5rem 5%;background:var(--white)}.stat-item{text-align:center;padding:0 2rem}.stat-item:not(:last-child){border-right:1px solid var(--border)}.stat-value{font-family:Josefin Sans,Century Gothic,sans-serif;font-size:2.4rem;font-weight:700;color:var(--navy);line-height:1;letter-spacing:-.04em}.stat-label{font-size:.75rem;font-weight:700;color:var(--blue);margin-top:6px;letter-spacing:.08em;text-transform:uppercase}.stat-sub{font-size:.75rem;color:var(--hint);margin-top:4px;line-height:1.5}.timeline{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;position:relative}.timeline-connector{position:absolute;top:27px;left:calc(100% / 6);right:calc(100% / 6);height:2px;background:linear-gradient(90deg,var(--navy),var(--blue-mid));border-radius:2px;z-index:0}.timeline-step{flex-direction:column;text-align:center;position:relative;z-index:1}.timeline-icon,.timeline-step{display:flex;align-items:center}.timeline-icon{width:56px;height:56px;border-radius:50%;background:var(--navy);justify-content:center;margin-bottom:1.2rem;box-shadow:0 0 0 6px var(--cream);flex-shrink:0}.timeline-icon--blue{background:var(--blue)}.timeline-icon svg{width:22px;height:22px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.timeline-label{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--hint)}.timeline-label,.timeline-step h3{font-weight:700;margin-bottom:.4rem}.timeline-step h3{font-size:1rem;color:var(--navy);letter-spacing:-.01em}.timeline-step p{font-size:.875rem;color:var(--muted);line-height:1.65;max-width:24ch}@media (max-width:640px){.stats-bar{grid-template-columns:1fr;gap:1.5rem;padding:2rem 5%}.stat-item{border-right:none!important;border-bottom:1px solid var(--border);padding:0 0 1.5rem}.stat-item:last-child{border-bottom:none;padding-bottom:0}.timeline{grid-template-columns:1fr;gap:1.5rem}.timeline-connector{display:none}.timeline-step{flex-direction:row;align-items:flex-start;text-align:left;gap:1rem}.timeline-icon{margin-bottom:0}.timeline-step>:not(.timeline-icon){flex:1 1}}