.homepage-v2{--hp-bg:#fafaf7;--hp-text:#0a0a0a;--hp-accent:#0d5f3f;--hp-accent-hover:#0b4e34;--hp-muted:#6b6b6b;--hp-surface:#f0eee6;--hp-white:#fff;--hp-dark:#0a0a0a;--hp-border:#e5e5e0;--hp-card-bg:#fff;--hp-card-bg-translucent:hsla(0,0%,100%,.95);--hp-step-number:#e5e5e0;--hp-placeholder:#e8e6de;--hp-accent-light:#ecfdf5;--hp-indigo-light:#eef2ff;--hp-indigo:#4f46e5;--hp-orange-light:#fff7ed;--hp-orange:#c2410c;--hp-pink-light:#fff1f2;--hp-pink:#e11d48;--hp-amber:#d97706;--hp-gradient-cta:linear-gradient(135deg,#f0eee6,#fafaf7 50%,#ecfdf5);--hp-problem-bg:#0a0a0a;--hp-problem-text:hsla(0,0%,100%,.95);--hp-problem-muted:hsla(0,0%,100%,.7);--hp-problem-emphasis:hsla(0,0%,100%,.9);background-color:var(--hp-bg);color:var(--hp-text);font-family:Inter Tight,Inter,sans-serif}.dark .homepage-v2{--hp-bg:#0f0f0f;--hp-text:#e8e8e8;--hp-accent:#34d399;--hp-accent-hover:#6ee7b7;--hp-muted:#9ca3af;--hp-surface:#1a1a1a;--hp-white:#fff;--hp-dark:#e8e8e8;--hp-border:#2a2a2a;--hp-card-bg:#1e1e1e;--hp-card-bg-translucent:rgba(30,30,30,.92);--hp-step-number:#2a2a2a;--hp-placeholder:#2a2a2a;--hp-accent-light:rgba(52,211,153,.12);--hp-indigo-light:rgba(129,140,248,.12);--hp-indigo:#818cf8;--hp-orange-light:rgba(251,146,60,.12);--hp-orange:#fb923c;--hp-pink-light:rgba(251,113,133,.12);--hp-pink:#fb7185;--hp-amber:#fbbf24;--hp-gradient-cta:linear-gradient(135deg,#1a1a1a,#0f0f0f 50%,rgba(52,211,153,.06));--hp-problem-bg:#1a1a1a;--hp-problem-text:hsla(0,0%,100%,.9);--hp-problem-muted:hsla(0,0%,100%,.6);--hp-problem-emphasis:hsla(0,0%,100%,.85)}.hp-nav-link{color:var(--hp-muted);transition:color .2s ease}.hp-nav-link:hover{color:var(--hp-text)}.hp-nav-dropdown{background-color:var(--hp-card-bg);border:1px solid var(--hp-border)}.hp-nav-dropdown-link{color:var(--hp-muted);transition:background-color .15s ease,color .15s ease}.hp-nav-dropdown-link:hover{background-color:var(--hp-surface);color:var(--hp-text)}.hp-heading{font-family:Inter Tight,Inter,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.1;color:var(--hp-text)}.hp-heading-lg{font-size:clamp(2.5rem,5vw,4rem)}.hp-heading-md{font-size:clamp(1.75rem,3.5vw,2.75rem)}.hp-heading-sm{font-size:clamp(1.25rem,2.5vw,1.75rem)}.hp-quote-serif{font-family:"Instrument Serif",Georgia,serif;font-style:italic}.hp-body{font-size:1.05rem}.hp-body,.hp-body-lg{line-height:1.6;color:var(--hp-muted)}.hp-body-lg{font-size:clamp(1.125rem,1.5vw,1.25rem)}.hp-btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background-color:var(--hp-accent);color:var(--hp-white);font-weight:600;font-size:1rem;border-radius:.5rem;transition:all .25s ease;text-decoration:none;box-shadow:0 1px 3px rgba(13,95,63,.15)}.hp-btn-primary:hover{background-color:var(--hp-accent-hover);transform:translateY(-1px);box-shadow:0 4px 12px rgba(13,95,63,.25)}.hp-btn-primary:active{transform:translateY(0);box-shadow:0 1px 3px rgba(13,95,63,.15)}.hp-btn-outline{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background-color:transparent;color:var(--hp-accent);font-weight:600;font-size:1rem;border:2px solid var(--hp-accent);border-radius:.5rem;transition:all .25s ease;text-decoration:none}.hp-btn-outline:hover{background-color:var(--hp-accent);color:var(--hp-white);transform:translateY(-1px);box-shadow:0 4px 12px rgba(13,95,63,.2)}.hp-btn-outline:active{transform:translateY(0);box-shadow:none}.hp-reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.hp-reveal.hp-visible{opacity:1;transform:translateY(0)}.hp-stagger-item{opacity:0;transform:translateY(24px);transition:opacity .5s ease-out,transform .5s ease-out}.hp-stagger-item.hp-visible{opacity:1;transform:translateY(0)}@keyframes hp-float{0%,to{transform:translateY(0) rotate(var(--hp-rotate,0deg))}50%{transform:translateY(-6px) rotate(var(--hp-rotate,0deg))}}.hp-float{animation:hp-float 4s ease-in-out infinite}.hp-float:nth-child(2){animation-delay:.5s}.hp-float:nth-child(3){animation-delay:1s}.hp-section{padding-top:80px;padding-bottom:80px}@media (min-width:768px){.hp-section{padding-top:120px;padding-bottom:120px}}@media (min-width:1024px){.hp-section{padding-top:160px;padding-bottom:160px}}.hp-container{max-width:1440px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}@media (min-width:640px){.hp-container{padding-left:2rem;padding-right:2rem}}@media (min-width:1280px){.hp-container{padding-left:3rem;padding-right:3rem}}@media (min-width:1536px){.hp-container{max-width:1600px;padding-left:4rem;padding-right:4rem}}@media (min-width:1920px){.hp-container{max-width:none;padding-left:8%;padding-right:8%}}.hp-ad-section{padding:2rem 0}@media (min-width:1024px){.hp-ad-section{padding:2.5rem 0}}.hp-ad-banner{width:100%;max-width:990px;text-align:center;overflow:hidden}.hp-ad-banner,.hp-ad-banner ins.adsbygoogle{display:block;margin:0 auto}.hp-hero-section{padding-top:6rem;padding-bottom:clamp(2.5rem,5vw,4rem);position:relative;isolation:isolate}.hp-hero-section:before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(ellipse 80% 60% at 75% 30%,color-mix(in oklab,var(--hp-accent) 8%,transparent) 0,transparent 60%),radial-gradient(ellipse 60% 40% at 15% 80%,color-mix(in oklab,var(--hp-accent) 5%,transparent) 0,transparent 55%);pointer-events:none}.hp-hero-trust{display:grid;grid-template-columns:1fr;gap:1rem 1.4rem;margin-top:clamp(2rem,4vw,3rem);padding-top:clamp(1.4rem,3vw,2rem);border-top:1px solid var(--hp-border)}@media (min-width:560px){.hp-hero-trust{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.hp-hero-trust{grid-template-columns:repeat(4,1fr);gap:1.8rem}}.hp-hero-trust-item{display:flex;align-items:flex-start;gap:.75rem;min-width:0}.hp-hero-trust-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:color-mix(in oklab,var(--hp-accent) 12%,transparent);color:var(--hp-accent)}.hp-hero-trust-text{display:flex;flex-direction:column;gap:.15rem;min-width:0}.hp-hero-trust-title{font-size:.875rem;font-weight:600;color:var(--hp-text);line-height:1.2}.hp-hero-trust-desc{font-size:.75rem;color:var(--hp-muted);line-height:1.45}.hp-hero-grid{display:grid;grid-template-columns:1fr;gap:clamp(1.4rem,3vw,2.4rem)}@media (min-width:1024px){.hp-hero-grid{grid-template-columns:1.05fr 1fr;grid-template-rows:auto auto;-moz-column-gap:clamp(3rem,5vw,5rem);column-gap:clamp(3rem,5vw,5rem);row-gap:1.6rem;align-items:start}.hp-hero-top{grid-column:1;grid-row:1}.hp-hero-match-wrap{grid-column:2;grid-row:1/span 2;align-self:center}.hp-hero-bottom{grid-column:1;grid-row:2}}.hp-hero-bottom,.hp-hero-top{display:flex;flex-direction:column;gap:1.4rem}.hp-hero-bottom{gap:.5rem}.hp-hero-bottom .hp-hero-actions{margin-top:.4rem;margin-bottom:.5rem}.hp-hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;width:-moz-fit-content;width:fit-content;max-width:100%;padding:.35rem .8rem;background:var(--hp-accent-light);color:var(--hp-accent);border-radius:999px;font-size:.74rem;font-weight:600;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hp-hero-eyebrow strong{font-weight:800;color:var(--hp-accent);font-variant-numeric:tabular-nums}.hp-hero-eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--hp-accent);animation:hp-hero-pulse 2s ease-in-out infinite;flex-shrink:0}@media (min-width:768px){.hp-hero-eyebrow{padding:.4rem .95rem;font-size:.82rem;gap:.55rem}.hp-hero-eyebrow-dot{width:7px;height:7px}}@keyframes hp-hero-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(1.4)}}.hp-hero-heading{font-family:Inter Tight,Inter,sans-serif;font-weight:800;letter-spacing:-.035em;line-height:1;font-size:clamp(2.5rem,5.5vw,4.5rem);color:var(--hp-text);margin:0}.hp-hero-heading-em{font-family:"Instrument Serif",Georgia,serif;font-style:italic;font-weight:400;color:var(--hp-accent);letter-spacing:-.02em;line-height:1.04;display:inline-block}@media (max-width:479px){.hp-hero-heading{font-size:2.5rem}.hp-hero-sub{font-size:.9rem}.hp-hero-search-input{font-size:.88rem;padding:.95rem 2.4rem .95rem 2.75rem}.hp-hero-rail{font-size:.78rem;gap:.4rem}.hp-hero-rail--secondary{font-size:.74rem}.hp-hero-trust{gap:.75rem 1rem}.hp-hero-trust-icon{width:32px;height:32px;border-radius:8px}}@media (min-width:1536px){.hp-hero-heading{font-size:clamp(3rem,4vw,5rem)}}.hp-hero-sub{font-size:clamp(.98rem,1.3vw,1.15rem);line-height:1.6;color:var(--hp-muted);margin:0;max-width:34rem}.hp-hero-sub strong{color:var(--hp-text);font-weight:600}.hp-hero-actions{display:flex;flex-direction:column;gap:.65rem;margin-top:.25rem}@media (min-width:560px){.hp-hero-actions{flex-direction:row;flex-wrap:wrap;gap:.75rem}}.hp-hero-cta{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.95rem 1.5rem;border-radius:.55rem;font-size:.98rem;font-weight:700;text-decoration:none;border:1px solid transparent;transition:transform .15s ease,background-color .15s ease,border-color .15s ease;white-space:nowrap;width:100%}@media (min-width:560px){.hp-hero-cta{width:auto}}.hp-hero-cta-primary{background:var(--hp-accent);color:#fff}.hp-hero-cta-primary:hover{background:var(--hp-accent-hover);transform:translateY(-1px);color:#fff}.hp-hero-cta-secondary{background:var(--hp-card-bg);color:var(--hp-text);border-color:var(--hp-border)}.hp-hero-cta-secondary:hover{border-color:var(--hp-accent);color:var(--hp-accent);transform:translateY(-1px)}.hp-hero-rail{display:flex;align-items:center;flex-wrap:wrap;gap:.55rem;font-size:.86rem;color:var(--hp-muted);margin-top:.25rem}.hp-hero-rail--secondary{margin-top:.1rem;font-size:.82rem}.hp-hero-rail-label{color:var(--hp-text);font-weight:600}.hp-hero-rail a{color:var(--hp-muted);text-decoration:none;border-bottom:1px dashed var(--hp-border);padding-bottom:1px;transition:color .15s ease,border-color .15s ease}.hp-hero-rail a:hover{color:var(--hp-accent);border-color:var(--hp-accent)}.hp-hero-rail-more{color:var(--hp-accent)!important;border-color:var(--hp-accent)!important;font-weight:700}.hp-hero-eyebrow-icon{width:14px;height:14px;flex-shrink:0}.hp-hero-search{position:relative;max-width:30rem;margin-top:.25rem}.hp-hero-search-icon{position:absolute;top:50%;left:1rem;transform:translateY(-50%);color:var(--hp-muted);pointer-events:none;line-height:0}.hp-hero-search-input{width:100%;padding:.95rem 2.6rem .95rem 2.85rem;background:var(--hp-card-bg);border:1.5px solid var(--hp-border);border-radius:.6rem;font-family:inherit;font-size:.98rem;color:var(--hp-text);transition:border-color .18s ease,box-shadow .18s ease}.hp-hero-search-input:focus{outline:none;border-color:var(--hp-accent);box-shadow:0 0 0 4px rgba(13,95,63,.08)}.hp-hero-search-input::-moz-placeholder{color:var(--hp-muted)}.hp-hero-search-input::placeholder{color:var(--hp-muted)}.hp-hero-search-clear{position:absolute;top:50%;right:.85rem;transform:translateY(-50%);background:var(--hp-surface);border:0;width:22px;height:22px;border-radius:50%;cursor:pointer;color:var(--hp-muted);display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;line-height:1;font-family:inherit}.hp-hero-search-clear[hidden]{display:none}.hp-hero-search-clear:hover{background:var(--hp-border);color:var(--hp-text)}.hp-hero-chips{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:.25rem}.hp-hero-chips-label{font-size:.85rem;color:var(--hp-muted);margin-right:.25rem}.hp-hero-chip{padding:.4rem .85rem;background:var(--hp-card-bg);border:1px solid var(--hp-border);border-radius:999px;font-family:inherit;font-size:.84rem;font-weight:600;color:var(--hp-text);cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.hp-hero-chip:hover{border-color:var(--hp-accent);color:var(--hp-accent)}.hp-hero-chip.is-active{background:var(--hp-accent);color:#fff;border-color:var(--hp-accent)}.hp-hero-chip:focus-visible{outline:2px solid var(--hp-accent);outline-offset:2px}.hp-hero-match-wrap{display:block}.hp-hero-match-panel{background:var(--hp-card-bg);border:1px solid var(--hp-border);border-radius:1.1rem;padding:1.1rem;display:flex;flex-direction:column;gap:.7rem;box-shadow:0 4px 20px hsla(0,0%,4%,.05);max-width:30rem}@media (max-width:1023px){.hp-hero-match-panel{max-width:none}}@media (min-width:1024px){.hp-hero-match-panel{margin-left:auto;padding:1.25rem;gap:.85rem}}.hp-hero-match-header{display:flex;align-items:center;justify-content:space-between;padding:0 .15rem;font-size:.82rem;color:var(--hp-muted);line-height:1.45}.hp-hero-match-header strong{color:var(--hp-text);font-weight:700}.hp-hero-match-live{display:inline-flex;align-items:center;gap:.35rem;font-size:.7rem;color:var(--hp-accent);font-weight:700;letter-spacing:.06em;text-transform:uppercase;flex-shrink:0}.hp-hero-match-live:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--hp-accent);animation:hp-hero-pulse 2s ease-in-out infinite}.hp-hero-match-list{display:flex;flex-direction:column;gap:.7rem}.hp-hero-match-card{background:var(--hp-card-bg);border:1px solid var(--hp-border);border-radius:.85rem;padding:.95rem 1rem;display:grid;grid-template-columns:60px 1fr;gap:.95rem;text-decoration:none;color:inherit;box-shadow:0 1px 3px hsla(0,0%,4%,.04);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;opacity:0;transform:translateY(8px);animation:hp-hero-card-in .4s ease forwards}.hp-hero-match-card:nth-child(2){animation-delay:.1s}.hp-hero-match-card:nth-child(3){animation-delay:.2s}@keyframes hp-hero-card-in{to{opacity:1;transform:translateY(0)}}.hp-hero-match-card:hover{border-color:var(--hp-accent);transform:translateY(-2px);box-shadow:0 8px 20px hsla(0,0%,4%,.07);color:inherit}.hp-hero-match-ring{width:60px;height:60px;position:relative;flex-shrink:0}.hp-hero-match-ring svg{width:60px;height:60px;transform:rotate(-90deg)}.hp-hero-match-ring circle{fill:none;stroke-width:3.4}.hp-hero-match-ring-track{stroke:var(--hp-border)}.hp-hero-match-ring-fill{stroke:var(--hp-accent);stroke-linecap:round;stroke-dasharray:100 100;stroke-dashoffset:100;transition:stroke-dashoffset .85s cubic-bezier(.22,1,.36,1),stroke .3s ease}.hp-hero-match-card[data-tier=amber] .hp-hero-match-ring-fill{stroke:var(--hp-amber)}.hp-hero-match-card[data-tier=grey] .hp-hero-match-ring-fill{stroke:var(--hp-muted)}.hp-hero-match-ring-text{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:Inter Tight,sans-serif;font-weight:800;font-size:.95rem;color:var(--hp-accent);letter-spacing:-.02em}.hp-hero-match-ring-num{font-variant-numeric:tabular-nums}.hp-hero-match-ring-pct{font-size:.65rem;opacity:.7;margin-left:1px}.hp-hero-match-card[data-tier=amber] .hp-hero-match-ring-text{color:var(--hp-amber)}.hp-hero-match-card[data-tier=grey] .hp-hero-match-ring-text{color:var(--hp-muted)}.hp-hero-match-body{min-width:0;display:flex;flex-direction:column;gap:.45rem}.hp-hero-match-head{display:flex;align-items:center;gap:.5rem}.hp-hero-match-logo{width:22px;height:22px;border-radius:5px;flex-shrink:0}.hp-hero-match-logo--letter{display:flex;align-items:center;justify-content:center;color:#fff;font-size:.72rem;font-weight:800}.hp-hero-match-logo--img{-o-object-fit:contain;object-fit:contain;background:var(--hp-surface);border:1px solid var(--hp-border);padding:1px}.hp-hero-match-company{font-size:.85rem;font-weight:700;color:var(--hp-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hp-hero-match-pill{margin-left:auto;display:inline-flex;align-items:center;padding:.15rem .5rem;background:var(--hp-accent-light);color:var(--hp-accent);border-radius:999px;font-size:.62rem;font-weight:800;letter-spacing:.05em;flex-shrink:0}.hp-hero-match-title{font-weight:700;font-size:.98rem;line-height:1.3;color:var(--hp-text);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hp-hero-match-pay{margin-top:.2rem;font-size:.78rem;line-height:1.2;font-weight:600;color:var(--hp-accent);letter-spacing:-.01em}.hp-hero-match-pay:empty{display:none}.hp-hero-match-meters{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem .85rem;margin-top:.1rem}.hp-hero-match-meter{display:flex;flex-direction:column;gap:.18rem;min-width:0}.hp-hero-match-meter-row{display:flex;justify-content:space-between;align-items:baseline;font-size:.7rem;color:var(--hp-muted);font-weight:600;gap:.3rem}.hp-hero-match-meter-row strong{color:var(--hp-text);font-variant-numeric:tabular-nums;font-size:.75rem;font-weight:700}.hp-hero-match-meter-track{height:4px;background:var(--hp-border);border-radius:999px;overflow:hidden}.hp-hero-match-meter-fill{height:100%;width:0;background:var(--hp-accent);border-radius:999px;transition:width .65s cubic-bezier(.22,1,.36,1)}.hp-hero-match-card[data-tier=amber] .hp-hero-match-meter-fill{background:var(--hp-amber)}.hp-hero-match-card[data-tier=grey] .hp-hero-match-meter-fill{background:var(--hp-muted)}.hp-hero-match-footer{margin-top:.2rem;padding:.85rem 1rem;background:var(--hp-card-bg);border:1px dashed var(--hp-border);border-radius:.75rem;display:flex;align-items:center;gap:.7rem;font-size:.84rem;color:var(--hp-muted);line-height:1.45}.hp-hero-match-footer strong{color:var(--hp-text);font-weight:600}.hp-hero-match-footer a{color:var(--hp-accent);text-decoration:none;font-weight:700;border-bottom:1px dashed var(--hp-accent);margin-left:auto;flex-shrink:0;white-space:nowrap}.hp-hero-match-footer a:hover{border-bottom-style:solid}.hp-hero-match-tagline{text-align:center;font-size:.78rem;color:var(--hp-muted);padding-top:.15rem}.hp-hero-match-tagline strong{color:var(--hp-text);font-weight:700;font-variant-numeric:tabular-nums}.hp-hero-match-empty{background:var(--hp-card-bg);border:1px solid var(--hp-border);border-radius:.85rem;padding:1.4rem;text-align:center;color:var(--hp-muted);font-size:.88rem;line-height:1.55}.hp-hero-match-empty strong{color:var(--hp-text);font-weight:700;display:block;margin-bottom:.3rem}.hp-hero-match-empty a{color:var(--hp-accent);text-decoration:none;font-weight:700;border-bottom:1px dashed var(--hp-accent)}.hp-hero-match-empty a:hover{border-bottom-style:solid}.logo-notion{background:#0a0a0a}.logo-linear{background:#5e6ad2}.logo-vercel{background:#000}.logo-mercor{background:#1e40af}.logo-stripe{background:#635bff}.logo-figma{background:#f24e1e}.logo-asana{background:#f06a6a}.logo-webflow{background:#146ef5}.logo-shopify{background:#95bf47}.logo-micro1{background:#18181b}.logo-outlier{background:#6366f1}.logo-handshake{background:#0e0e2c}.logo-alignerr{background:#2e2e5c}.logo-replit{background:#f26207}.logo-railway{background:#b79ced}.logo-default{background:var(--hp-text)}@media (max-width:720px){.hp-hero-match-meters{grid-template-columns:1fr;gap:.35rem}}@media (prefers-reduced-motion:reduce){.hp-hero-eyebrow-dot,.hp-hero-match-live:before{animation:none}.hp-hero-match-card{opacity:1;transform:none;animation:none}.hp-hero-match-card:hover{transform:none}.hp-hero-match-meter-fill,.hp-hero-match-ring-fill{transition:none}}.hp-faq-item summary{cursor:pointer;list-style:none;padding:1.25rem 0;border-bottom:1px solid #e5e5e0;font-weight:600;font-size:1.05rem;color:var(--hp-text);display:flex;align-items:center;justify-content:space-between}.hp-faq-item summary::-webkit-details-marker{display:none}.hp-faq-item summary:after{content:"+";font-size:1.5rem;font-weight:400;color:var(--hp-muted);transition:transform .2s ease}.hp-faq-item[open] summary:after{content:"\2212"}.hp-faq-item .hp-faq-answer{padding:.75rem 0 1.25rem;color:var(--hp-muted);line-height:1.6}.hp-roles-table{width:100%;border-collapse:collapse}.hp-roles-table thead th{text-align:left;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--hp-muted);padding:.75rem 1rem;border-bottom:1px solid #e5e5e0}.hp-roles-table tbody tr{border-bottom:1px solid #f0eee6;transition:background-color .15s ease}.hp-roles-table tbody tr:hover{background-color:var(--hp-surface)}.hp-roles-table tbody td{padding:.875rem 1rem;font-size:.875rem;vertical-align:middle}.hp-roles-badge{display:inline-block;font-size:.7rem;font-weight:500;padding:.2rem .5rem;border-radius:.25rem;background-color:var(--hp-surface);color:var(--hp-muted)}.hp-company-card{background-color:var(--hp-bg);border-radius:.75rem;padding:1.25rem;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}.hp-company-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.06)}.hp-category-card{display:block;background-color:var(--hp-bg);border-radius:.75rem;padding:1.25rem;text-decoration:none;border:1px solid transparent;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.hp-category-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.06);border-color:var(--hp-accent)}.hp-category-accent{width:10px;height:10px;background-color:var(--hp-accent);border-radius:2px;margin-bottom:1rem;transition:transform .25s ease}.hp-category-card:hover .hp-category-accent{transform:scale(1.3)}.hp-cat-picker{display:grid;grid-template-columns:1fr;gap:0;background-color:var(--hp-bg);border:1px solid var(--hp-border);border-radius:1rem;overflow:hidden}@media (min-width:768px){.hp-cat-picker{grid-template-columns:minmax(14rem,18rem) 1fr}}.hp-cat-picker-parents{list-style:none;margin:0;padding:.5rem;display:flex;flex-direction:column;gap:.15rem;background-color:var(--hp-surface);max-height:28rem;overflow-y:auto}@media (max-width:767px){.hp-cat-picker-parents{max-height:none;padding:.5rem}}.hp-cat-picker-parent{position:relative;border-radius:.55rem;transition:background-color .15s ease;display:flex;align-items:stretch;flex-wrap:wrap}.hp-cat-picker-parent.is-active{background-color:var(--hp-accent-light)}.hp-cat-picker-parent-trigger{flex:1;min-width:0;display:flex;align-items:center;gap:.6rem;padding:.85rem 1rem;background:transparent;border:0;font-family:inherit;font-size:.95rem;font-weight:600;color:var(--hp-text);text-align:left;cursor:pointer;border-radius:.55rem;transition:color .15s ease;min-height:44px}@media (min-width:768px){.hp-cat-picker-parent-trigger{padding:.7rem .85rem;font-size:.92rem;min-height:0}}.hp-cat-picker-parent.is-active .hp-cat-picker-parent-trigger{color:var(--hp-accent)}.hp-cat-picker-parent-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hp-cat-picker-parent-count{flex-shrink:0;font-size:.75rem;font-weight:700;padding:.15rem .5rem;border-radius:9999px;background-color:var(--hp-bg);color:var(--hp-muted);border:1px solid var(--hp-border)}.hp-cat-picker-parent.is-active .hp-cat-picker-parent-count{background-color:var(--hp-accent);color:#fff;border-color:var(--hp-accent)}.hp-cat-picker-parent-chev{flex-shrink:0;color:var(--hp-muted);transition:transform .2s ease,color .2s ease}.hp-cat-picker-parent.is-active .hp-cat-picker-parent-chev{color:var(--hp-accent)}.hp-cat-picker-parent-mobile-pane{flex-basis:100%;overflow:hidden;max-height:0;transition:max-height .3s ease}.hp-cat-picker-parent.is-active .hp-cat-picker-parent-mobile-pane{max-height:36rem;overflow-y:auto}.hp-cat-picker-mobile-all{display:flex;align-items:center;justify-content:space-between;margin:0 .75rem .5rem;padding:.7rem .85rem;border-radius:.5rem;background-color:var(--hp-bg);color:var(--hp-accent);font-size:.82rem;font-weight:700;text-decoration:none;border:1px solid var(--hp-border);min-height:44px}.hp-cat-picker-mobile-all:focus,.hp-cat-picker-mobile-all:hover{background-color:var(--hp-accent);color:#fff;border-color:var(--hp-accent)}.hp-cat-picker-parent.is-active .hp-cat-picker-parent-chev{transform:rotate(90deg)}@media (min-width:768px){.hp-cat-picker-parent-mobile-pane{display:none}.hp-cat-picker-parent.is-active .hp-cat-picker-parent-chev{transform:none}}.hp-cat-picker-children--mobile{padding:0 .75rem .85rem}.hp-cat-picker-children--mobile .hp-cat-picker-child{padding:.7rem .85rem;min-height:44px;font-size:.9rem}.hp-cat-picker-children-wrap{display:none;padding:1.5rem 1.75rem;max-height:28rem;overflow-y:auto}@media (min-width:768px){.hp-cat-picker-children-wrap{display:block}}.hp-cat-picker-children-pane[hidden]{display:none}.hp-cat-picker-children-pane{animation:hp-cat-fade .18s ease-out}@keyframes hp-cat-fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.hp-cat-picker-pane-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--hp-border)}.hp-cat-picker-pane-title{font-family:Inter Tight,Inter,sans-serif;font-size:1.1rem;font-weight:700;color:var(--hp-text);margin:0}.hp-cat-picker-pane-all{flex-shrink:0;font-size:.78rem;font-weight:600;color:var(--hp-accent);text-decoration:none;white-space:nowrap}.hp-cat-picker-pane-all:hover{text-decoration:underline}.hp-cat-picker-pane-empty{font-size:.88rem;color:var(--hp-muted)}.hp-cat-picker-children{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:.3rem}@media (min-width:1024px){.hp-cat-picker-children{grid-template-columns:1fr 1fr;gap:.35rem 1rem}}.hp-cat-picker-child{display:flex;align-items:center;gap:.55rem;padding:.55rem .7rem;border-radius:.5rem;color:var(--hp-text);text-decoration:none;transition:background-color .15s ease,color .15s ease}.hp-cat-picker-child:hover{background-color:var(--hp-accent-light);color:var(--hp-accent)}.hp-cat-picker-child-name{flex:1;min-width:0;font-size:.88rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hp-cat-picker-child-count{flex-shrink:0;font-size:.72rem;font-weight:700;color:var(--hp-muted)}.hp-cat-picker-child:hover .hp-cat-picker-child-count{color:var(--hp-accent)}.hp-cat-picker-child-sub{flex-shrink:0;font-size:.68rem;color:var(--hp-muted);font-weight:500;background-color:var(--hp-surface);padding:.1rem .4rem;border-radius:9999px}.hp-blog-card{display:block;background-color:var(--hp-bg);border-radius:.75rem;overflow:hidden;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease}.hp-blog-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.08)}.hp-blog-card-img{aspect-ratio:16/9;overflow:hidden}.hp-blog-card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.hp-blog-card:hover .hp-blog-card-img img{transform:scale(1.04)}.hp-blog-card-body{padding:1.25rem}.hp-talent-card{display:block;background-color:var(--hp-bg);border:1px solid #e5e5e0;border-radius:.75rem;padding:1.25rem;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.hp-talent-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.06);border-color:var(--hp-accent)}.hp-talent-avatar{width:48px;height:48px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.hp-talent-avatar-fallback{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;background-color:var(--hp-accent);color:#fff}.hp-talent-skill{font-size:.7rem;font-weight:500;padding:.2rem .55rem;border-radius:9999px;background-color:var(--hp-surface);color:var(--hp-text);white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.hp-talent-avail{display:flex;align-items:center;gap:.3rem;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.hp-talent-avail-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.hp-talent-card-sm{padding:.85rem 1rem}.hp-talent-avatar-sm{width:36px;height:36px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.hp-talent-avatar-sm.hp-talent-avatar-fallback{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;background-color:var(--hp-accent);color:#fff}.hp-steps{position:relative}.hp-step{display:flex;gap:2rem;padding-bottom:3rem}.hp-step:last-child{padding-bottom:0}.hp-step-indicator{display:flex;flex-direction:column;align-items:center;flex-shrink:0;padding-top:.5rem}.hp-step-dot{width:14px;height:14px;border-radius:50%;background-color:var(--hp-accent);flex-shrink:0;box-shadow:0 0 0 4px rgba(13,95,63,.12)}.hp-step-line{width:2px;flex-grow:1;background:linear-gradient(to bottom,var(--hp-accent),#e5e5e0);margin-top:.5rem;min-height:60px}.hp-step-body{flex:1;min-width:0}.hp-step-number{font-family:Inter Tight,Inter,sans-serif;font-size:clamp(4rem,8vw,6rem);font-weight:700;letter-spacing:-.04em;line-height:1;color:#e5e5e0}.hp-step-illus-left{display:none}@media (max-width:639px){.hp-step-indicator{display:none}.hp-step{gap:0;padding-bottom:2.5rem}}@media (min-width:768px){.hp-step{display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;align-items:start}.hp-step-illus-left{display:flex;justify-content:flex-end;padding-top:3.5rem}.hp-step-illus-card{max-width:220px}}.hp-mockup{box-shadow:0 4px 24px rgba(0,0,0,.08),0 1px 4px rgba(0,0,0,.04);transition:transform .4s ease,box-shadow .4s ease}.hp-mockup:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.06)}.hp-stat-huge{font-family:Inter Tight,Inter,sans-serif;font-size:clamp(6rem,15vw,11.25rem);font-weight:700;letter-spacing:-.04em;line-height:1}.hp-testimonial-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;align-items:start}@media (min-width:640px){.hp-testimonial-grid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.hp-testimonial-grid{grid-template-columns:1fr 1fr 1fr}}.hp-testimonial{background-color:var(--hp-card-bg,#fff);border:1px solid var(--hp-border);border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.hp-testimonial-quote{font-size:.95rem;line-height:1.6;color:var(--hp-text);margin:0}.hp-testimonial-author{display:flex;align-items:center;gap:.75rem;margin-top:auto}.hp-testimonial-photo{width:2.25rem;height:2.25rem;border-radius:9999px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.hp-testimonial-photo--fallback{background-color:var(--hp-surface);color:var(--hp-accent);display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.hp-testimonial-author-meta{min-width:0;display:flex;flex-direction:column;gap:.1rem}.hp-testimonial-name{font-size:.875rem;font-weight:600;color:var(--hp-text);margin:0}.hp-testimonial-role{font-size:.78rem;color:var(--hp-muted);margin:0}.hp-testimonial-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.1rem;border:1px solid var(--hp-border);border-radius:.55rem;font-size:.875rem;font-weight:600;color:var(--hp-accent);background-color:transparent;text-decoration:none;transition:border-color .18s ease,background-color .18s ease}.hp-testimonial-cta:hover{border-color:var(--hp-accent);background-color:var(--hp-surface)}.hp-stat-row{display:flex;align-items:center;gap:3rem}.hp-stat-text{flex:1;min-width:0}.hp-stat-illus{display:none;flex-shrink:0;width:200px}.hp-stat-illus svg{width:100%;height:auto}@media (min-width:1024px){.hp-stat-illus{display:block;opacity:0;transform:translateX(20px);transition:opacity .8s ease-out .4s,transform .8s ease-out .4s}.hp-visible .hp-stat-illus{opacity:1;transform:translateX(0)}}.hp-step-illus{display:none;margin-top:1.5rem;max-width:240px}.hp-step-illus-card{background-color:var(--hp-white);border-radius:.75rem;padding:1rem 1.25rem;box-shadow:0 4px 24px rgba(0,0,0,.08),0 1px 4px rgba(0,0,0,.04)}@media (min-width:1024px){.hp-step-illus{display:block;opacity:0;transform:translateY(12px);transition:opacity .6s ease-out .6s,transform .6s ease-out .6s}.hp-visible .hp-step-illus{opacity:1;transform:translateY(0)}}@keyframes hp-illus-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes hp-illus-breathe{0%,to{filter:drop-shadow(0 0 4px rgba(13,95,63,.1))}50%{filter:drop-shadow(0 0 14px rgba(13,95,63,.3))}}@keyframes hp-dot-pop{0%{transform:scale(0);opacity:0}60%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:1}}@keyframes hp-dot-pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes hp-step-glow{0%,to{box-shadow:0 0 0 4px rgba(13,95,63,.12)}50%{box-shadow:0 0 0 8px rgba(13,95,63,.06),0 0 20px rgba(13,95,63,.04)}}.hp-visible .hp-illus-float-target{animation:hp-illus-float 4s ease-in-out .8s infinite}.hp-visible .hp-illus-breathe-target{animation:hp-illus-breathe 3.5s ease-in-out .6s infinite}.hp-net-line{transition:stroke-dashoffset 1s ease-out}.hp-visible .hp-net-line{stroke-dashoffset:0}.hp-visible .hp-net-line:first-child{transition-delay:.3s}.hp-visible .hp-net-line:nth-child(2){transition-delay:.45s}.hp-visible .hp-net-line:nth-child(3){transition-delay:.6s}.hp-visible .hp-net-line:nth-child(4){transition-delay:.75s}.hp-visible .hp-net-line:nth-child(5){transition-delay:.9s}.hp-visible .hp-net-line:nth-child(6){transition-delay:1.05s}.hp-visible .hp-net-line:nth-child(7){transition-delay:1.2s}.hp-net-dot{transform:scale(0);opacity:0;transform-box:fill-box;transform-origin:center}.hp-visible .hp-net-dot{animation:hp-dot-pop .5s ease-out forwards,hp-dot-pulse 2.5s ease-in-out 1.5s infinite}.hp-visible .hp-net-dot:nth-child(2){animation-delay:.2s,1.7s}.hp-visible .hp-net-dot:nth-child(3){animation-delay:.4s,1.9s}.hp-visible .hp-net-dot:nth-child(4){animation-delay:.6s,2.1s}.hp-visible .hp-net-dot:nth-child(5){animation-delay:.8s,2.3s}.hp-visible .hp-net-dot:nth-child(6){animation-delay:1s,2.5s}.hp-visible .hp-step-dot{animation:hp-step-glow 2.5s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.hp-reveal,.hp-stagger-item{opacity:1;transform:none;transition:none}.hp-float,.hp-visible .hp-illus-breathe-target,.hp-visible .hp-illus-float-target,.hp-visible .hp-net-dot,.hp-visible .hp-step-dot{animation:none}.hp-net-dot{transform:scale(1);opacity:1}.hp-net-line{stroke-dashoffset:0!important;transition:none}.hp-stat-illus,.hp-step-illus{opacity:1;transform:none;transition:none}}.hp-tools-section{background-color:var(--hp-surface)}.hp-tools-head{text-align:center;max-width:48rem;margin:0 auto 3rem}.hp-tools-eyebrow{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--hp-accent);margin-bottom:.85rem}.hp-tools-title{margin:0 0 .85rem}.hp-tools-em{color:var(--hp-text)}.hp-tools-sub{font-size:clamp(1rem,1.2vw,1.1rem);line-height:1.6;color:var(--hp-muted);margin:0}.hp-tools-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width:720px){.hp-tools-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}}@media (min-width:1280px){.hp-tools-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.hp-tools-card{display:flex;flex-direction:column;background:var(--hp-card-bg);border:1px solid var(--hp-border);border-radius:1rem;overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;box-shadow:0 1px 3px hsla(0,0%,4%,.05)}.hp-tools-card:hover{transform:translateY(-4px);border-color:var(--hp-accent);box-shadow:0 12px 32px hsla(0,0%,4%,.1)}.hp-tools-card:focus-visible{outline:2px solid var(--hp-accent);outline-offset:4px}.hp-tools-visual{position:relative;width:100%;aspect-ratio:4/3;background:linear-gradient(180deg,#fff 0,var(--hp-surface) 100%);overflow:hidden;display:flex;align-items:center;justify-content:center}@media (min-width:1280px){.hp-tools-visual{aspect-ratio:1/1}}.dark .hp-tools-visual{background:linear-gradient(180deg,var(--hp-card-bg) 0,var(--hp-surface) 100%)}.hp-tools-visual--cover,.hp-tools-visual--resume{padding:1.25rem 0}.hp-tools-thumb{position:absolute;width:44%;aspect-ratio:800/1100;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;border-radius:.5rem;border:1px solid var(--hp-border);background:#fff;box-shadow:0 8px 22px hsla(0,0%,4%,.16);top:50%;left:50%;transform-origin:50% 60%;will-change:transform;transition:transform .3s ease}.hp-tools-thumb--back{transform:translate(-78%,-50%) rotate(-7deg);z-index:1}.hp-tools-thumb--mid{transform:translate(-50%,-50%) rotate(0deg);z-index:2;box-shadow:0 12px 28px hsla(0,0%,4%,.2)}.hp-tools-thumb--front{transform:translate(-22%,-50%) rotate(7deg);z-index:3}.hp-tools-card:hover .hp-tools-thumb--back{transform:translate(-86%,-52%) rotate(-9deg)}.hp-tools-card:hover .hp-tools-thumb--mid{transform:translate(-50%,-52%) rotate(0deg)}.hp-tools-card:hover .hp-tools-thumb--front{transform:translate(-14%,-52%) rotate(9deg)}@media (min-width:1280px){.hp-tools-thumb{width:50%}.hp-tools-thumb--back{transform:translate(-72%,-50%) rotate(-6deg)}.hp-tools-thumb--mid{transform:translate(-50%,-50%) rotate(0deg)}.hp-tools-thumb--front{transform:translate(-28%,-50%) rotate(6deg)}.hp-tools-card:hover .hp-tools-thumb--back{transform:translate(-78%,-52%) rotate(-8deg)}.hp-tools-card:hover .hp-tools-thumb--mid{transform:translate(-50%,-52%) rotate(0deg)}.hp-tools-card:hover .hp-tools-thumb--front{transform:translate(-22%,-52%) rotate(8deg)}}.hp-tools-visual--headshot{padding:1rem 0}.hp-tools-headshot{position:absolute;width:32%;aspect-ratio:1/1;border-radius:50%;overflow:hidden;border:4px solid var(--hp-card-bg);box-shadow:0 8px 22px hsla(0,0%,4%,.18);top:50%;transform-origin:50% 50%;transition:transform .3s ease}.hp-tools-headshot img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 30%;object-position:center 30%;display:block}.hp-tools-headshot--1{left:32%;transform:translate(-50%,-42%);z-index:1}.hp-tools-headshot--2{left:50%;width:40%;transform:translate(-50%,-55%);z-index:3}.hp-tools-headshot--3{left:68%;transform:translate(-50%,-42%);z-index:2}.hp-tools-card:hover .hp-tools-headshot--1{transform:translate(-58%,-45%) rotate(-3deg)}.hp-tools-card:hover .hp-tools-headshot--2{transform:translate(-50%,-58%)}.hp-tools-card:hover .hp-tools-headshot--3{transform:translate(-42%,-45%) rotate(3deg)}.hp-tools-visual--ats{padding:0}.hp-tools-ats-paper{aspect-ratio:800/1100;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;border-radius:.5rem;border:1px solid var(--hp-border);background:#fff;box-shadow:0 8px 22px hsla(0,0%,4%,.14);transform:translate(-65%,-50%) rotate(-4deg);opacity:.55;filter:saturate(.85)}.hp-tools-ats-gauge,.hp-tools-ats-paper{position:absolute;width:50%;height:auto;top:50%;left:50%}.hp-tools-ats-gauge{max-width:13rem;aspect-ratio:1/1;transform:translate(-30%,-50%);z-index:2;filter:drop-shadow(0 6px 16px rgba(13,95,63,.25))}.hp-tools-ats-gauge-track{fill:none;stroke:var(--hp-border);stroke-width:8}.hp-tools-ats-gauge-progress{fill:none;stroke:var(--hp-accent);stroke-width:8;stroke-linecap:round;stroke-dasharray:251.327;stroke-dashoffset:20;transform:rotate(-90deg);transform-origin:50% 50%}.hp-tools-ats-gauge-num{fill:var(--hp-accent);font-family:Inter Tight,Inter,sans-serif;font-size:28px;font-weight:800;dominant-baseline:middle;letter-spacing:-.04em}.hp-tools-ats-gauge-label{fill:var(--hp-muted);font-family:Inter Tight,Inter,sans-serif;font-size:7px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.hp-tools-card-body{display:flex;flex-direction:column;gap:.5rem;padding:1.1rem 1.2rem 1.25rem;flex:1}.hp-tools-card-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.hp-tools-card-name{margin:0;font-family:Inter Tight,Inter,sans-serif;font-size:1.1rem;font-weight:700;color:var(--hp-text);letter-spacing:-.01em}.hp-tools-card-desc{margin:0;color:var(--hp-muted);font-size:.92rem;line-height:1.55;flex:1}.hp-tools-card-cta{display:inline-flex;align-items:center;gap:.4rem;margin-top:.5rem;font-size:.92rem;font-weight:700;color:var(--hp-accent);transition:gap .18s ease}.hp-tools-card:hover .hp-tools-card-cta{gap:.7rem}.hp-tools-foot{text-align:center;margin-top:2.5rem}.hp-tools-foot-link{display:inline-flex;align-items:center;gap:.45rem;font-size:.95rem;font-weight:700;color:var(--hp-text);text-decoration:none;border-bottom:1px solid var(--hp-border);padding:.25rem 0;transition:color .15s ease,border-color .15s ease,gap .18s ease}.hp-tools-foot-link:hover{color:var(--hp-accent);border-color:var(--hp-accent);gap:.7rem}@media (prefers-reduced-motion:reduce){.hp-tools-card,.hp-tools-card-cta,.hp-tools-foot-link,.hp-tools-headshot,.hp-tools-thumb{transition:none}.hp-tools-card:hover,.hp-tools-card:hover .hp-tools-headshot--1,.hp-tools-card:hover .hp-tools-headshot--2,.hp-tools-card:hover .hp-tools-headshot--3,.hp-tools-card:hover .hp-tools-thumb--back,.hp-tools-card:hover .hp-tools-thumb--front,.hp-tools-card:hover .hp-tools-thumb--mid{transform:translateY(0)}}