:root,[data-theme=light]{--color-primary: #6366f1;--color-primary-dark: #4f46e5;--color-primary-light: #e0e7ff;--color-accent: #06b6d4;--color-accent-soft: #cffafe;--color-heading: #0f172a;--color-text: #334155;--color-text-muted: #64748b;--color-text-inverse: #ffffff;--color-surface: #ffffff;--color-surface-alt: #f8fafc;--color-border: #e2e8f0;--color-chrome: #0f172a;--color-chrome-muted: #1e293b;--color-chrome-text: rgba(255, 255, 255, .88);--color-chrome-text-muted: rgba(255, 255, 255, .72);--color-chrome-hover: rgba(255, 255, 255, .08);--color-hero-start: #0f172a;--color-hero-end: #312e81;--color-hero-glow: rgba(99, 102, 241, .22);--color-hero-subtitle: rgba(255, 255, 255, .86);--color-tag-live-bg: #dbeafe;--color-tag-live-text: #1e40af;--color-tag-progress-bg: #fef3c7;--color-tag-progress-text: #92400e;--color-tag-planned-bg: #e2e8f0;--color-tag-planned-text: #475569;--color-warning: #f59e0b;--color-info: #0ea5e9;--shadow-sm: 0 1px 3px rgba(15, 23, 42, .08);--shadow-md: 0 8px 24px rgba(15, 23, 42, .1);--font-sans: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--max-width: 1140px;--header-height: 64px}[data-theme=dark]{--color-primary: #818cf8;--color-primary-dark: #6366f1;--color-primary-light: #1e1b4b;--color-accent: #22d3ee;--color-accent-soft: #083344;--color-heading: #f1f5f9;--color-text: #cbd5e1;--color-text-muted: #94a3b8;--color-text-inverse: #0f172a;--color-surface: #0b1220;--color-surface-alt: #111827;--color-border: #334155;--color-chrome: #020617;--color-chrome-muted: #0f172a;--color-chrome-text: rgba(241, 245, 249, .92);--color-chrome-text-muted: rgba(203, 213, 225, .78);--color-chrome-hover: rgba(148, 163, 184, .12);--color-hero-start: #020617;--color-hero-end: #1e1b4b;--color-hero-glow: rgba(129, 140, 248, .28);--color-hero-subtitle: rgba(226, 232, 240, .88);--color-tag-live-bg: #1e3a5f;--color-tag-live-text: #93c5fd;--color-tag-progress-bg: #422006;--color-tag-progress-text: #fcd34d;--color-tag-planned-bg: #1e293b;--color-tag-planned-text: #cbd5e1;--color-warning: #fbbf24;--color-info: #38bdf8;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .35);--shadow-md: 0 8px 24px rgba(0, 0, 0, .45)}:root,[data-theme=light],[data-theme=dark]{--color-dark: var(--color-heading)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;color-scheme:light}html[data-theme=dark]{color-scheme:dark}body{margin:0;font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--color-text);background:var(--color-surface);-webkit-font-smoothing:antialiased;transition:background-color .2s ease,color .2s ease}h1,h2,h3,h4{margin:0 0 .5em;line-height:1.25;color:var(--color-heading)}h1{font-size:clamp(2rem,5vw,3rem);font-weight:800}h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700}h3{font-size:1.25rem;font-weight:700}p{margin:0 0 1em}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px}.section{padding:64px 0}.section--alt{background:var(--color-surface-alt)}.section-title{text-align:center;margin-bottom:40px}.section-title p{color:var(--color-text-muted);max-width:640px;margin:12px auto 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;font-family:inherit;font-size:15px;font-weight:700;border-radius:var(--radius-sm);border:2px solid transparent;cursor:pointer;text-decoration:none;transition:background .15s,color .15s,border-color .15s}.btn:hover{text-decoration:none}.btn--primary{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}[data-theme=dark] .btn--primary{color:#0f172a}.btn--primary:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark)}.btn--outline{background:transparent;color:var(--color-text-inverse);border-color:#ffffffbf}.btn--outline:hover{background:var(--color-chrome-hover)}.btn--secondary{background:var(--color-surface);color:var(--color-primary);border-color:var(--color-primary)}.btn--secondary:hover{background:var(--color-primary-light)}.tag{display:inline-block;padding:2px 10px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;border-radius:999px;background:var(--color-primary-light);color:var(--color-primary-dark)}.tag--live{background:var(--color-tag-live-bg);color:var(--color-tag-live-text)}.tag--progress{background:var(--color-tag-progress-bg);color:var(--color-tag-progress-text)}.tag--planned{background:var(--color-tag-planned-bg);color:var(--color-tag-planned-text)}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media (max-width: 1024px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.grid-4{grid-template-columns:1fr}}.prose{max-width:720px;margin:0 auto}.prose p{text-align:justify;text-justify:inter-word}.prose h2{margin-top:2em}.prose ul{padding-left:1.25em}.prose li{margin-bottom:.5em}.disclaimer{font-size:13px;color:var(--color-text-muted);background:var(--color-surface-alt);border-left:4px solid var(--color-warning);padding:16px 20px;border-radius:var(--radius-sm);margin-bottom:32px}@media (max-width: 768px){.section{padding:48px 0}}.site-header{position:sticky;top:0;z-index:100;height:var(--header-height);background:var(--color-chrome);border-bottom:3px solid var(--color-primary)}.site-header__inner{display:flex;align-items:center;gap:12px;height:var(--header-height)}.site-header__logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.site-header__logo:hover{text-decoration:none;opacity:.95}.logo-mark{display:block;object-fit:contain}.site-header__logo-mark{width:36px;height:36px;flex-shrink:0}.brand-wordmark{display:block;object-fit:contain;object-position:left center}.brand-wordmark--header{height:38px;width:auto;max-width:min(280px,50vw)}.site-footer__brand-lockup{display:flex;align-items:center;gap:10px}.site-footer__logo-mark{width:40px;height:40px;flex-shrink:0}.brand-wordmark--footer{height:42px;width:auto;max-width:300px}@media (max-width: 768px){.site-header__logo-mark{width:30px;height:30px}.brand-wordmark--header{height:32px;max-width:min(220px,48vw)}}.site-header__nav{display:flex;align-items:center;gap:4px;margin-left:auto;flex-wrap:wrap;justify-content:flex-end}.site-header__link{color:var(--color-chrome-text-muted);font-size:12px;font-weight:600;padding:8px;border-radius:var(--radius-sm);text-decoration:none;transition:background .15s,color .15s;white-space:nowrap}.site-header__link:hover{background:var(--color-chrome-hover);color:var(--color-chrome-text);text-decoration:none}.site-header__link--active{color:var(--color-accent)}.site-header__cta{margin-left:2px;font-size:12px;padding:8px 10px;white-space:nowrap}.site-header__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.site-header__menu-btn{display:none;background:none;border:none;color:var(--color-chrome-text);font-size:24px;cursor:pointer;padding:8px}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface-alt);color:var(--color-heading);cursor:pointer;transition:background .15s,border-color .15s,transform .15s}.theme-toggle:hover{border-color:var(--color-primary);transform:translateY(-1px)}.site-header .theme-toggle{background:var(--color-chrome-muted);border-color:#94a3b859;color:var(--color-chrome-text)}.site-header .theme-toggle:hover{border-color:var(--color-accent);background:var(--color-chrome-hover)}.theme-toggle__icon{font-size:18px;line-height:1}@media (max-width: 768px){.site-header__menu-btn{display:block}.site-header__nav{display:none;position:absolute;top:var(--header-height);left:0;right:0;flex-direction:column;background:var(--color-chrome);padding:16px;border-bottom:3px solid var(--color-primary)}.site-header__nav--open{display:flex}.site-header__link{width:100%;text-align:left}.site-header__cta{margin-left:0;width:100%}.site-header__actions{margin-left:auto}}.site-footer{background:var(--color-chrome);color:var(--color-chrome-text-muted);padding:48px 0 24px;--brand-logo-text: #f1f5f9;--brand-logo-school: #7dd3fc}.site-footer__grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:32px;margin-bottom:32px}.site-footer__brand{font-size:1.25rem;font-weight:800;color:var(--color-chrome-text);margin-bottom:12px}.site-footer__heading{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-accent);margin-bottom:16px}.site-footer__links{list-style:none;padding:0;margin:0}.site-footer__links li{margin-bottom:8px}.site-footer__links a{color:var(--color-chrome-text-muted);font-size:14px;text-decoration:none}.site-footer__links a:hover{color:var(--color-chrome-text)}.site-footer__bottom{border-top:1px solid rgba(148,163,184,.2);padding-top:24px;font-size:13px;text-align:center}@media (max-width: 768px){.site-footer__grid{grid-template-columns:1fr}}.hero{background:linear-gradient(135deg,var(--color-hero-start) 0%,var(--color-hero-end) 100%);color:var(--color-text-inverse);padding:80px 0 96px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:radial-gradient(ellipse,var(--color-hero-glow) 0%,transparent 70%);pointer-events:none}.hero__inner{position:relative;max-width:800px}.hero__eyebrow{display:inline-block;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px}.hero__eyebrow-main{color:var(--color-accent)}.hero__eyebrow-school{color:#bae6fd;font-weight:800}.hero__title{color:#fff;font-size:clamp(2.25rem,6vw,3.5rem);font-weight:800;line-height:1.15;margin-bottom:24px}.hero__title--stacked{display:flex;flex-direction:column;gap:.35em;font-size:clamp(1.75rem,4.2vw,3.25rem)}.hero__title-line{display:block;color:#f1f5f9}.hero__title-line--highlight{color:var(--color-accent)}.hero__title-accent{color:#a5b4fc;font-weight:800}.hero__title:not(.hero__title--stacked) span{color:var(--color-accent)}.hero__subtitle{font-size:1.2rem;line-height:1.7;color:var(--color-hero-subtitle);margin-bottom:16px;max-width:720px}.hero__description{font-size:1.2rem;line-height:1.7;color:var(--color-hero-subtitle);margin:0 0 32px;max-width:720px}.hero__subtitle:last-child,.hero__description:last-child{margin-bottom:32px}.hero__actions{display:flex;flex-wrap:wrap;gap:16px}.hero .btn--outline{color:#fff;border-color:#ffffffbf}.hero .btn--outline:hover{background:#ffffff1a}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:24px;box-shadow:var(--shadow-sm);transition:box-shadow .2s,border-color .2s,background .2s}.card:hover{box-shadow:var(--shadow-md);border-color:var(--color-primary)}.card__title{font-size:1.1rem;margin-bottom:8px}.card__meta{font-size:13px;color:var(--color-text-muted);margin-bottom:12px}.stat-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:24px;text-align:center}.stat-card__value{font-size:2rem;font-weight:800;color:var(--color-primary);margin-bottom:8px}.stat-card__label{font-weight:700;margin-bottom:8px}.stat-card__note{font-size:13px;color:var(--color-text-muted)}.stat-card__source{margin-top:12px;padding-top:12px;border-top:1px solid var(--color-border);font-size:12px;color:var(--color-text-muted);line-height:1.5}.stat-card__source a{font-weight:600;text-decoration:none}.stat-card__source a:hover{text-decoration:underline}.stat-card__source-date{color:var(--color-text-muted)}.company-card{border-left:4px solid var(--color-primary)}.company-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px}.company-card__name{font-size:1.25rem;font-weight:800}.company-card__link{color:var(--color-heading);text-decoration:none}.company-card__link:hover{color:var(--color-primary);text-decoration:underline}.company-card__metric--wide{grid-column:1 / -1}.company-card__focus{font-size:13px;color:var(--color-text-muted);margin-bottom:16px}.company-card__metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:16px}.company-card__metric{background:var(--color-surface-alt);padding:12px;border-radius:var(--radius-sm)}.company-card__metric-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.company-card__metric-value{font-weight:700;font-size:15px}.company-card__highlights{margin:0;padding-left:1.2em;font-size:14px}.company-card__highlights li{margin-bottom:6px}.roadmap-phase{display:grid;grid-template-columns:200px 1fr;gap:24px;padding:24px 0;border-bottom:1px solid var(--color-border)}.roadmap-phase:last-child{border-bottom:none}.roadmap-phase__period{font-size:13px;color:var(--color-text-muted);margin-top:8px}.roadmap-phase__items{margin:12px 0 0;padding-left:1.2em}.roadmap-phase__items li{margin-bottom:6px}.roadmap-phase__coming-soon{margin:12px 0 0;font-size:15px;font-weight:600;color:var(--color-text-muted)}.roadmap-phase__item{display:block}.roadmap-phase__item-note{display:block;margin-top:4px;font-size:13px;font-weight:600;color:var(--color-text-muted)}@media (max-width: 640px){.roadmap-phase,.company-card__metrics{grid-template-columns:1fr}}.blog-card__title{font-size:1.2rem;margin-bottom:8px}.blog-card__title a{color:var(--color-heading);text-decoration:none}.blog-card__title a:hover{color:var(--color-primary)}.blog-card__excerpt{font-size:15px;color:var(--color-text-muted);margin-bottom:16px}.blog-card__meta{display:flex;flex-wrap:wrap;gap:12px;font-size:13px;color:var(--color-text-muted)}.blog-coming-soon-card{max-width:480px;margin:0 auto;text-align:center}.blog-coming-soon{margin:0;font-size:1.125rem;font-weight:600;color:var(--color-text-muted)}.form-embed{width:100%;min-height:1200px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.google-form-embed__frame{position:relative;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);height:min(720px,75vh)}.google-form-embed__frame:after{content:"";position:absolute;left:0;right:0;bottom:0;height:56px;background:var(--color-surface);pointer-events:none;z-index:1}.google-form-embed__iframe{display:block;width:100%;height:100%;border:0;background:var(--color-surface)}@media (max-width: 768px){.google-form-embed__frame{height:min(600px,65vh)}.google-form-embed__frame:after{height:48px}}.google-form-embed__fallback{margin:12px 0 0;font-size:13px;text-align:center;color:var(--color-text-muted)}.google-form-embed__fallback a{font-weight:600}.track-pill{display:inline-block;padding:6px 14px;margin:4px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:999px;font-size:14px;font-weight:600}.feature-icon{width:48px;height:48px;background:var(--color-primary-light);color:var(--color-primary);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:16px}.burn-table{width:100%;border-collapse:collapse;font-size:14px}.burn-table th,.burn-table td{padding:14px 16px;text-align:left;border-bottom:1px solid var(--color-border)}.burn-table th{background:var(--color-surface-alt);font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.burn-table tr:hover td{background:var(--color-primary-light)}.table-wrap{overflow-x:auto;border:1px solid var(--color-border);border-radius:var(--radius-md)}.brand-logo{display:inline-grid;grid-template-columns:max-content max-content max-content;grid-template-rows:auto auto;column-gap:0;row-gap:.12em;align-items:baseline;font-size:.92rem;font-weight:800;line-height:1.1;letter-spacing:.01em;color:var(--brand-logo-text, var(--color-chrome-text))}.brand-logo__human{grid-column:1;grid-row:1;white-space:nowrap}.brand-logo__the{grid-column:2;grid-row:1;white-space:nowrap}.brand-logo__loop{grid-column:3;grid-row:1;display:inline-flex;align-items:center;white-space:nowrap}.brand-logo__infinity{width:1.35em;height:1.35em;margin:0 -.06em;flex-shrink:0;object-fit:contain;vertical-align:middle}.brand-logo__school{grid-column:2 / 4;grid-row:2;font-size:inherit;font-weight:inherit;line-height:inherit;color:var(--brand-logo-school, #60a5fa);letter-spacing:.34em;text-indent:.34em;text-align:center;white-space:nowrap}.brand-logo--footer{font-size:1.02rem;row-gap:.15em}.brand-logo--footer .brand-logo__school{letter-spacing:.36em;text-indent:.36em}.site-footer__brand .brand-logo{margin-bottom:6px}.why-hitl__subtitle{max-width:720px;margin:12px auto 0;font-size:1.05rem;line-height:1.7}.why-hitl__intro{max-width:760px;margin:0 auto 48px;font-size:15px;line-height:1.7;color:var(--color-text)}.why-hitl__intro p:last-child{margin-bottom:0}.why-hitl__intro-highlight{padding:16px 20px;margin-top:20px;background:var(--color-primary-light);border-left:4px solid var(--color-primary);border-radius:var(--radius-sm);color:var(--color-heading)}.why-hitl__split{display:grid;grid-template-columns:1fr minmax(260px,300px) 1fr;gap:0;align-items:stretch;margin-bottom:40px}.why-hitl__panel{padding:28px 24px;border-radius:var(--radius-lg);display:flex;flex-direction:column}.why-hitl__panel--without{background:var(--color-surface-alt);border:1px solid var(--color-border);border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.why-hitl__panel--with{background:linear-gradient(160deg,var(--color-primary-light) 0%,var(--color-accent-soft) 100%);border:1px solid var(--color-primary);border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.why-hitl__panel-label{display:block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}.why-hitl__panel--without .why-hitl__panel-label{color:#94a3b8}[data-theme=dark] .why-hitl__panel--without .why-hitl__panel-label{color:#64748b}.why-hitl__panel--with .why-hitl__panel-label{color:var(--color-primary-dark)}.why-hitl__panel h3{font-size:1.15rem;margin-bottom:6px}.why-hitl__panel-tagline{font-size:13px;font-weight:600;color:var(--color-text-muted);margin:0 0 16px}.why-hitl__audience-tag{display:block;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;color:var(--color-text-muted)}.why-hitl__audience-tag--inline{display:inline-block;margin-bottom:2px}.why-hitl__audience-tag--candidate{color:#7c3aed}[data-theme=dark] .why-hitl__audience-tag--candidate{color:#a78bfa}.why-hitl__audience-tag--company{color:#0369a1}[data-theme=dark] .why-hitl__audience-tag--company{color:#38bdf8}.why-hitl__dual-pain{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}.why-hitl__dual-pain-item{padding:12px;border-radius:var(--radius-sm);font-size:12px;line-height:1.5}.why-hitl__dual-pain-item p{margin:0;font-style:italic;color:var(--color-text)}.why-hitl__dual-pain-item--candidate{background:#7c3aed14;border-left:3px solid #7c3aed}.why-hitl__dual-pain-item--company{background:#0369a114;border-left:3px solid #0369a1}.why-hitl__dual-result{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:auto}.why-hitl__dual-result>div{padding:12px;border-radius:var(--radius-sm);font-size:12px;line-height:1.5}.why-hitl__dual-result>div p{margin:0;color:var(--color-heading);font-weight:600}.why-hitl__dual-result--negative>div{background:#f59e0b1a;border-left:3px solid var(--color-warning)}.why-hitl__dual-result--positive>div{background:#6366f11a;border-left:3px solid var(--color-primary)}.why-hitl__flow{flex:1;display:flex;flex-direction:column;align-items:stretch;margin-bottom:20px}.why-hitl__flow-item{display:flex;flex-direction:column;align-items:stretch;width:100%}.why-hitl__flow-step{display:flex;align-items:flex-start;gap:10px;width:100%;padding:11px 14px;border-radius:var(--radius-sm);font-size:13px;font-weight:600;color:var(--color-heading);line-height:1.35;text-align:left}.why-hitl__flow--without .why-hitl__flow-step{background:var(--color-surface);border:1px solid var(--color-border)}.why-hitl__flow--with .why-hitl__flow-step{background:var(--color-surface);border:1px solid var(--color-primary)}.why-hitl__flow-step--candidate{border-left:3px solid #7c3aed}.why-hitl__flow-step--company{border-left:3px solid #0369a1}.why-hitl__flow--without .why-hitl__flow-step--both{border-left:3px solid var(--color-warning)}.why-hitl__flow--with .why-hitl__flow-step--both{border-left:3px solid var(--color-accent);background:var(--color-accent-soft)}.why-hitl__flow-text{display:flex;flex-direction:column;gap:2px;min-width:0}.why-hitl__flow-label{font-weight:600}.why-hitl__flow-sub{font-size:12px;font-weight:500;color:var(--color-text-muted);line-height:1.4}.why-hitl__flow--without .why-hitl__flow-step--warn{background:#fef3c7;border-color:#fbbf24;color:#92400e}.why-hitl__flow--without .why-hitl__flow-step--warn .why-hitl__flow-sub{color:#a16207}[data-theme=dark] .why-hitl__flow--without .why-hitl__flow-step--warn{background:#422006;border-color:#b45309;color:#fcd34d}[data-theme=dark] .why-hitl__flow--without .why-hitl__flow-step--warn .why-hitl__flow-sub{color:#fde68a}.why-hitl__step-icon{flex-shrink:0;width:26px;height:26px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:12px;background:#0000000f}.why-hitl__flow--with .why-hitl__step-icon{background:var(--color-primary-light);color:var(--color-primary-dark)}.why-hitl__arrow{display:block;align-self:center;font-size:14px;line-height:1;padding:3px 0;color:#94a3b8;font-weight:700;text-align:center}.why-hitl__arrow--positive{color:var(--color-primary)}.why-hitl__panel-foot{font-size:13px;color:var(--color-text-muted);margin:0 0 12px;line-height:1.55}.why-hitl__panel-result{font-size:13px;font-weight:700;margin:0;padding:12px 14px;border-radius:var(--radius-sm);line-height:1.5}.why-hitl__panel-result--negative{background:#f59e0b1f;border-left:3px solid var(--color-warning);color:var(--color-heading)}.why-hitl__panel-result--positive{background:#6366f11f;border-left:3px solid var(--color-primary);color:var(--color-heading)}.why-hitl__bridge{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:2;min-width:260px}.why-hitl__bridge-line{width:3px;flex:1;min-height:24px;background:linear-gradient(180deg,transparent 0%,var(--color-primary) 30%,var(--color-accent) 70%,transparent 100%)}.why-hitl__bridge-card{width:100%;padding:20px 14px;background:var(--color-chrome);color:var(--color-chrome-text);border:2px solid var(--color-accent);border-radius:var(--radius-md);text-align:center;box-shadow:var(--shadow-md)}.why-hitl__bridge-eyebrow{display:block;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);margin-bottom:6px}.why-hitl__bridge-logo{font-size:15px;font-weight:800;color:#fff;margin-bottom:4px}.why-hitl__bridge-tagline{font-size:11px;color:var(--color-chrome-text-muted);margin:0 0 14px;line-height:1.4}.why-hitl__bridge-columns{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px;text-align:left}.why-hitl__bridge-col{display:flex;flex-direction:column;gap:5px}.why-hitl__bridge-col .why-hitl__audience-tag{margin-bottom:2px;font-size:9px}.why-hitl__bridge-col .why-hitl__audience-tag--candidate{color:#c4b5fd}.why-hitl__bridge-col .why-hitl__audience-tag--company{color:#7dd3fc}.why-hitl__bridge-steps{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.why-hitl__bridge-step{display:flex;align-items:center;gap:8px;padding:6px 10px;background:var(--color-chrome-muted);border-radius:var(--radius-sm);font-size:12px;font-weight:700;text-align:left}.why-hitl__bridge-step-num{width:20px;height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--color-accent);color:#0f172a;font-size:10px;font-weight:800}.why-hitl__bridge-skills{display:flex;flex-wrap:wrap;gap:4px;justify-content:center}.why-hitl__bridge-skills span{font-size:10px;font-weight:700;padding:3px 8px;border-radius:999px;background:#06b6d433;color:var(--color-accent);border:1px solid rgba(6,182,212,.35)}.why-hitl__closing{text-align:center;font-size:1.1rem;max-width:680px;margin:0 auto;color:var(--color-heading);line-height:1.6}@media (max-width: 1024px){.why-hitl__split{grid-template-columns:1fr;gap:0}.why-hitl__panel--without{border-right:1px solid var(--color-border);border-bottom:none;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.why-hitl__panel--with{border-left:1px solid var(--color-primary);border-top:none;border-radius:0 0 var(--radius-lg) var(--radius-lg)}.why-hitl__bridge{flex-direction:row;min-width:unset;padding:0 24px;background:var(--color-surface);border-left:1px solid var(--color-border);border-right:1px solid var(--color-border)}.why-hitl__bridge-line{width:auto;height:3px;flex:1;min-height:unset;background:linear-gradient(90deg,transparent 0%,var(--color-primary) 30%,var(--color-accent) 70%,transparent 100%)}.why-hitl__bridge-card{flex-shrink:0;width:auto;min-width:220px;max-width:280px}}@media (max-width: 640px){.why-hitl__bridge{flex-direction:column;padding:16px;border-left:none;border-right:none;border-top:1px dashed var(--color-border);border-bottom:1px dashed var(--color-border)}.why-hitl__bridge-line{width:3px;height:20px;flex:unset}.why-hitl__bridge-card{width:100%;max-width:none}.why-hitl__bridge-columns,.why-hitl__dual-pain,.why-hitl__dual-result{grid-template-columns:1fr}.why-hitl__flow-step{font-size:12px;padding:9px 12px}}.practice-earn__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}.practice-earn__card{display:flex;flex-direction:column;height:100%;padding:28px 24px}.practice-earn__intro{font-size:14px;color:var(--color-text);line-height:1.6;margin-bottom:12px}.practice-earn__list-label{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--color-primary-dark);margin:8px 0 12px}.practice-earn__groups{display:flex;flex-direction:column;gap:16px;flex:1;margin-bottom:16px}.practice-earn__core{margin-bottom:16px}.practice-earn__list--core li{border-left-color:var(--color-accent);background:var(--color-accent-soft)}.practice-earn__group-label{font-size:13px;font-weight:700;color:var(--color-heading);margin:0 0 8px}.practice-earn__group .practice-earn__list{margin-bottom:0}.employer-grid{gap:20px}.employer-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:148px;padding:28px 20px 22px;border-radius:var(--radius-md);border:1px solid color-mix(in srgb,var(--employer-brand) 18%,var(--color-border));background:radial-gradient(ellipse 90% 70% at 100% 0%,color-mix(in srgb,var(--employer-brand) 14%,transparent),transparent 55%),linear-gradient(165deg,var(--employer-brand-soft) 0%,var(--color-surface) 48%,var(--color-surface) 100%);box-shadow:var(--shadow-sm);text-decoration:none;text-align:center;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.employer-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:color-mix(in srgb,var(--employer-brand) 35%,var(--color-border));text-decoration:none}.employer-card__stripe{position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--employer-brand),color-mix(in srgb,var(--employer-brand) 55%,white))}.employer-card__glow{position:absolute;bottom:-36px;left:50%;width:140px;height:140px;transform:translate(-50%);border-radius:50%;background:var(--employer-brand);opacity:.05;pointer-events:none}.employer-card__brand{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;min-height:44px;margin-bottom:12px}.employer-card__logo{max-width:140px;max-height:36px;width:auto;height:auto;object-fit:contain}.employer-card__logo+.employer-wordmark{display:none}.employer-card__note{position:relative;z-index:1;margin:0;font-size:12px;line-height:1.45;color:var(--color-text-muted)}.employer-wordmark{font-size:1.35rem;font-weight:800;letter-spacing:-.02em;color:var(--employer-brand);line-height:1.1}.employer-wordmark__suffix{font-weight:700;opacity:.88}.employer-wordmark__accent{color:color-mix(in srgb,var(--employer-brand) 72%,#0f172a)}.employer-wordmark--scale{font-size:1.55rem;font-weight:800;text-transform:lowercase;letter-spacing:-.04em}.employer-wordmark--scale .employer-wordmark__suffix{font-size:.58em;vertical-align:super;margin-left:1px;font-weight:800;letter-spacing:0}.employer-wordmark--surge{font-size:1.45rem;font-weight:800;letter-spacing:-.03em}.employer-wordmark--surge .employer-wordmark__suffix{font-weight:700;opacity:.9}.employer-wordmark--labelbox{font-size:1.35rem;font-weight:800;letter-spacing:-.03em}.employer-wordmark--turing{font-size:1.4rem;font-weight:700;letter-spacing:-.02em}.employer-wordmark--toloka{font-size:1.35rem;font-weight:800;color:#111827}.employer-wordmark--toloka .employer-wordmark__suffix{color:var(--employer-brand)}.employer-wordmark--mercor{font-size:1.4rem;font-weight:800;letter-spacing:-.03em}.employer-wordmark--afterquery{font-size:1.3rem;font-weight:800;letter-spacing:-.03em}.employer-wordmark--deccan{font-size:1.3rem;font-weight:800;letter-spacing:-.02em}.employer-wordmark--revelo{font-size:1.4rem;font-weight:800;letter-spacing:-.02em}.employer-wordmark--prolific{font-size:1.35rem;font-weight:800;letter-spacing:-.01em}.employer-wordmark--invisible{font-size:1.35rem;font-weight:700;text-transform:lowercase;letter-spacing:.08em}.employer-wordmark--outlier{font-size:1.35rem;font-weight:800;letter-spacing:-.02em}.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}[data-theme=dark] .employer-card{background:radial-gradient(ellipse 90% 70% at 100% 0%,color-mix(in srgb,var(--employer-brand) 22%,transparent),transparent 55%),linear-gradient(165deg,color-mix(in srgb,var(--employer-brand) 12%,var(--color-surface-alt)) 0%,var(--color-surface) 52%,var(--color-surface) 100%)}[data-theme=dark] .employer-wordmark--toloka{color:#f8fafc}.practice-earn__list{margin:0 0 16px;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px;flex:1}.practice-earn__list li{font-size:13px;line-height:1.45;padding:6px 10px;background:var(--color-surface-alt);border-radius:var(--radius-sm);border-left:2px solid var(--color-primary);color:var(--color-text)}.practice-earn__footnote{font-size:13px;color:var(--color-text-muted);line-height:1.55;margin:0}.practice-earn__highlight{margin:14px 0 0;padding:12px 14px;font-size:13px;font-weight:700;line-height:1.5;color:var(--color-heading);background:var(--color-primary-light);border-radius:var(--radius-sm);border-left:3px solid var(--color-primary)}@media (max-width: 1024px){.practice-earn__grid{grid-template-columns:1fr}}.early-birds__why{border-left:4px solid var(--color-primary);background:linear-gradient(135deg,var(--color-primary-light) 0%,var(--color-surface) 55%)}.early-birds__benefits{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px}.early-birds__benefits li{font-size:14px;line-height:1.55;color:var(--color-text)}.early-birds__benefits strong{color:var(--color-heading)}[data-theme=dark] .early-birds__why{background:linear-gradient(135deg,color-mix(in srgb,var(--color-primary) 14%,var(--color-surface-alt)) 0%,var(--color-surface) 55%)}#waitlist-form{scroll-margin-top:calc(var(--header-height) + 16px)}.about-story--wide{max-width:800px}.about-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.about-badge{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;font-size:13px;font-weight:700;color:var(--color-primary-dark);background:var(--color-primary-light);border:1px solid color-mix(in srgb,var(--color-primary) 20%,transparent)}.about-badge--muted{color:var(--color-text-muted);background:var(--color-surface-alt);border-color:var(--color-border);font-weight:600}.about-logos{gap:20px}.about-experience__banner{margin-bottom:32px}.about-experience .section-title{margin-bottom:0}.about-logo-section{margin-bottom:32px}.about-logo-section:last-child{margin-bottom:0}.about-logo-section__title{margin:0 0 16px;font-size:1rem;font-weight:700;color:var(--color-heading)}.company-tile{display:flex;align-items:center;justify-content:center;min-height:128px;padding:24px 20px;border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-sm)}.company-tile--compact{min-height:116px;padding:20px 16px}.company-tile__brand{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;width:100%}.company-tile__logo{display:block;max-width:140px;max-height:44px;width:auto;height:auto;object-fit:contain}[data-theme=dark] .company-tile__logo{filter:brightness(0) invert(1);opacity:.92}[data-theme=dark] .company-tile__logo[src$=".png"]{filter:none;opacity:1}.company-tile__monogram{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-sm);font-size:1.25rem;font-weight:800;color:var(--color-primary);background:var(--color-primary-light)}.company-tile__name{font-size:14px;font-weight:700;letter-spacing:-.01em;color:var(--color-heading);line-height:1.3}.contact-card{max-width:560px;margin:0 auto;text-align:center}.contact-card__text{margin:0;font-size:1.125rem;color:var(--color-text)}.contact-card__email{font-weight:700;color:var(--color-primary);text-decoration:none}.contact-card__email:hover{text-decoration:underline}.contact-card__channels{list-style:none;padding:0;margin:24px 0 0;display:flex;justify-content:center;gap:24px}.contact-card__channels a{font-weight:600;color:var(--color-primary);text-decoration:none}.contact-card__channels a:hover{text-decoration:underline}.plan-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;align-items:stretch}.plan-card{display:flex;flex-direction:column;position:relative;padding-top:28px}.plan-card--featured{border-color:var(--color-primary);box-shadow:var(--shadow-md)}.plan-card__badge{position:absolute;top:16px;right:16px;max-width:42%;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:700;line-height:1.3;text-align:center;color:var(--color-tag-progress-text);background:var(--color-tag-progress-bg)}.plan-card__name{margin:0 0 8px;font-size:1.2rem}.plan-card__price{margin-bottom:12px}.plan-card__amount{font-size:2rem;font-weight:800;color:var(--color-heading);line-height:1}.plan-card__period{margin-left:4px;font-size:14px;font-weight:600;color:var(--color-text-muted)}.plan-card__description{margin:0 0 16px;font-size:14px;line-height:1.5;color:var(--color-text-muted)}.plan-card__features{margin:0 0 24px;padding-left:1.2em;flex:1}.plan-card__features li{margin-bottom:8px;font-size:14px;line-height:1.45;color:var(--color-text)}.plan-card__cta{margin-top:auto;width:100%;text-align:center;text-decoration:none}@media (max-width: 1024px){.plan-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.plan-grid{grid-template-columns:1fr}.plan-card__badge{position:static;display:inline-block;max-width:none;margin-bottom:12px}}.early-birds-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px}.early-birds-popup__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0f172ab8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.early-birds-popup__dialog{position:relative;width:100%;max-width:640px;overflow:hidden;border-radius:var(--radius-lg);border:1px solid rgba(129,140,248,.35);box-shadow:0 24px 60px #0f172a59,0 0 0 1px #6366f11f,0 0 48px #6366f12e}.early-birds-popup__close{position:absolute;top:14px;right:16px;z-index:3;border:0;background:#ffffff1f;width:36px;height:36px;border-radius:999px;font-size:1.5rem;line-height:1;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease}.early-birds-popup__close:hover{background:#ffffff38}.early-birds-popup__banner{position:relative;overflow:hidden;padding:40px 36px 36px;background:radial-gradient(circle at 20% 20%,rgba(6,182,212,.22),transparent 42%),radial-gradient(circle at 80% 0%,rgba(129,140,248,.35),transparent 38%),linear-gradient(135deg,var(--color-hero-start) 0%,#1e1b4b 48%,var(--color-hero-end) 100%)}.early-birds-popup__glow{position:absolute;border-radius:50%;pointer-events:none;filter:blur(40px)}.early-birds-popup__glow--left{top:-40px;left:-20px;width:180px;height:180px;background:#06b6d459}.early-birds-popup__glow--right{top:-30px;right:-30px;width:200px;height:200px;background:#6366f166}.early-birds-popup__shine{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,transparent 38%,rgba(255,255,255,.06) 44%,rgba(165,180,252,.28) 50%,rgba(34,211,238,.18) 56%,transparent 62%);animation:early-birds-popup-shine 5s ease-in-out infinite;pointer-events:none}@keyframes early-birds-popup-shine{0%,to{transform:translate(-130%) skew(-12deg);opacity:.5}50%{transform:translate(130%) skew(-12deg);opacity:1}}.early-birds-popup__banner-content{position:relative;z-index:1;max-width:520px}.early-birds-popup__eyebrow{margin:0 0 10px;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent)}.early-birds-popup__title{margin:0 0 14px;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;line-height:1.15;color:#fff}.early-birds-popup__banner-text{margin:0;font-size:1.05rem;line-height:1.65;color:var(--color-hero-subtitle)}.early-birds-popup__body{padding:28px 36px 32px;background:var(--color-surface)}.early-birds-popup__perks{margin:0 0 24px;padding:0;list-style:none;display:grid;gap:10px}.early-birds-popup__perks li{position:relative;padding-left:28px;font-size:14px;line-height:1.5;color:var(--color-text)}.early-birds-popup__perks li:before{content:"✓";position:absolute;left:0;top:0;width:20px;height:20px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:var(--color-primary-dark);background:var(--color-primary-light)}.early-birds-popup__actions{display:flex;flex-wrap:wrap;gap:12px}.early-birds-popup__actions .btn{flex:1;min-width:150px;text-align:center;text-decoration:none}.early-birds-popup__actions .btn--primary{box-shadow:0 8px 24px #6366f159}@media (max-width: 640px){.early-birds-popup__banner,.early-birds-popup__body{padding-left:24px;padding-right:24px}.early-birds-popup__actions{flex-direction:column}.early-birds-popup__actions .btn{width:100%}}@media (prefers-reduced-motion: reduce){.early-birds-popup__shine{animation:none;opacity:.35}}
