:root{--brand-ink:#0a0a0a;--brand-ink-2:#1a1a1a;--brand-accent:#fa5833;--brand-accent-2:#d63d1a;--brand-warm:#ffb347;--surface-0:#fff;--surface-1:#f7f7f5;--surface-2:#efefec;--surface-3:#e4e4e0;--surface-inverse:#0a0a0a;--fg-1:#0a0a0a;--fg-2:#4a4a4a;--fg-3:#8a8a86;--fg-on-dark-1:#fff;--fg-on-dark-2:#b8b8b4;--fg-link:var(--brand-accent);--fg-link-hover:var(--brand-accent-2);--border-1:#e4e4e0;--border-2:#cfcfcb;--border-strong:#0a0a0a;--success:#1f8a5b;--warning:#c9871a;--danger:#c0392b;--info:#2962ff;--font-sans:"Manrope", "TildaSans", -apple-system, "Segoe UI", Roboto, system-ui, sans-serif;--font-display:"Manrope", "TildaSans", -apple-system, system-ui, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, "SF Mono", Consolas, monospace;--w-light:300;--w-regular:400;--w-medium:500;--w-semibold:600;--w-bold:700;--w-black:800;--fs-hero:clamp(40px, 6vw, 72px);--fs-display:clamp(32px, 4.6vw, 56px);--fs-h1:clamp(28px, 3.2vw, 40px);--fs-h2:clamp(22px, 2.4vw, 30px);--fs-h3:18px;--fs-lead:20px;--fs-body:16px;--fs-small:14px;--fs-caption:12px;--fs-eyebrow:12px;--lh-tight:1.05;--lh-snug:1.2;--lh-base:1.5;--lh-loose:1.7;--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:24px;--sp-6:32px;--sp-7:48px;--sp-8:64px;--sp-9:96px;--sp-10:128px;--radius-xs:4px;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:32px;--radius-pill:999px;--shadow-1:0 1px 2px #0a0a0a0a, 0 1px 1px #0a0a0a08;--shadow-2:0 4px 12px #0a0a0a0f, 0 2px 4px #0a0a0a0a;--shadow-3:0 12px 32px #0a0a0a1a, 0 4px 8px #0a0a0a0a;--shadow-focus:0 0 0 3px #fa583347;--shadow-inset:inset 0 0 0 1px var(--border-1);--ease-out:cubic-bezier(.22, 1, .36, 1);--ease-in-out:cubic-bezier(.65, 0, .35, 1);--dur-fast:.12s;--dur-base:.2s;--dur-slow:.36s}
.recruitment-root,.recruitment-root *{box-sizing:border-box}.recruitment-root{background:var(--surface-0);color:var(--fg-1);font-family:var(--font-sans);font-size:var(--fs-body);line-height:var(--lh-base);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;overflow-x:hidden}html:has(.recruitment-root){scroll-behavior:smooth}.recruitment-root{--gutter:var(--page-gutter);--section-py:80px}.recruitment-root[data-density=compact]{--gutter:20px;--section-py:56px}.recruitment-root[data-density=roomy]{--gutter:48px;--section-py:120px}.recruitment-root{--accent:var(--brand-accent);--accent-2:var(--brand-accent-2);--font-sans:var(--font-manrope,"Manrope"), "TildaSans", -apple-system, "Segoe UI", Roboto, system-ui, sans-serif;--font-display:var(--font-manrope,"Manrope"), "TildaSans", -apple-system, system-ui, sans-serif;--font-mono:var(--font-jetbrains,"JetBrains Mono"), ui-monospace, "SF Mono", Consolas, monospace}.recruitment-root .wrap{width:100%;max-width:var(--page-max);padding:0 var(--gutter);margin:0 auto}.recruitment-root .wrap--wide{max-width:var(--page-max)}.recruitment-root .wrap--narrow{max-width:var(--page-max-narrow)}.recruitment-root .eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--fg-3);font-size:11px;font-weight:700}.recruitment-root .eyebrow--accent{color:var(--accent)}.recruitment-root .eyebrow .dot{background:var(--accent);vertical-align:middle;border-radius:999px;width:6px;height:6px;margin:0 10px 2px 0;display:inline-block}.recruitment-root .brand-mark{font-family:var(--font-display);letter-spacing:-.015em;color:var(--brand-ink);white-space:nowrap;align-items:baseline;font-weight:500;display:inline-flex}.recruitment-root .brand-mark .it{color:var(--accent);font-weight:800}.recruitment-root .btn{font:500 15px/1 var(--font-sans);cursor:pointer;transition:background var(--dur-base) var(--ease-out), color var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out);border:1px solid #0000;border-radius:999px;align-items:center;gap:10px;padding:16px 28px;text-decoration:none;display:inline-flex}.recruitment-root .btn .arrow{transition:transform var(--dur-base) var(--ease-out);display:inline-block}.recruitment-root .btn:hover .arrow{transform:translate(4px)}.recruitment-root .btn--primary{background:var(--brand-ink);color:#fff}.recruitment-root .btn--primary:hover{background:var(--accent);transform:translateY(-2px);box-shadow:0 12px 24px #fa583347}.recruitment-root .btn--ghost{color:var(--brand-ink);border-color:var(--brand-ink);background:0 0}.recruitment-root .btn--ghost:hover{background:var(--brand-ink);color:#fff}.recruitment-root .btn--on-dark{color:var(--brand-ink);background:#fff}.recruitment-root .btn--on-dark:hover{background:var(--accent);color:#fff;transform:translateY(-2px)}.recruitment-root .btn--lg{padding:20px 36px;font-size:16px}.recruitment-root .btn--sm{padding:11px 18px;font-size:13px}.recruitment-root .rule{background:var(--border-1);border:0;height:1px;margin:0}.recruitment-root .rule--strong{background:var(--brand-ink);height:2px}.recruitment-root .nav{z-index:50;-webkit-backdrop-filter:blur(14px);transition:border-color var(--dur-base), background var(--dur-base);background:#ffffffdb;border-bottom:1px solid #0000;position:sticky;top:0}.recruitment-root .nav.is-scrolled{border-bottom-color:var(--border-1);background:#fffffff5}.recruitment-root .nav__inner{align-items:center;gap:40px;height:76px;display:flex}.recruitment-root .nav__brand{font-size:22px;text-decoration:none}.recruitment-root .nav__links{gap:32px;margin:0 auto 0 24px;display:flex}.recruitment-root .nav__links a{font:500 14px/1 var(--font-sans);color:var(--brand-ink);transition:color var(--dur-fast), border-color var(--dur-fast);border-bottom:1px solid #0000;padding-bottom:2px;text-decoration:none}.recruitment-root .nav__links a:hover{color:var(--accent)}.recruitment-root .nav__links a.is-active{border-bottom-color:var(--accent)}.recruitment-root .nav__contact{align-items:center;gap:18px;display:flex}.recruitment-root .hero{border-bottom:1px solid var(--border-1);padding:clamp(64px,7vw,110px) 0 72px;position:relative}.recruitment-root .hero__inner{grid-template-columns:1.5fr 1fr;align-items:end;gap:48px;display:grid}.recruitment-root .hero__lead{position:relative}.recruitment-root .hero__crumb{align-items:center;gap:14px;margin-bottom:56px;display:flex}.recruitment-root .hero__crumb .crumb-line{background:var(--brand-ink);flex:0 0 80px;height:1px}.recruitment-root .hero__h1{font-family:var(--font-display);letter-spacing:-.035em;color:var(--brand-ink);text-wrap:balance;margin:0 0 40px;font-size:clamp(36px,3.4vw + 2px,60px);font-weight:500;line-height:.96}.recruitment-root .hero__h1 b,.recruitment-root .hero__h1 .accent{color:var(--accent);font-style:normal;font-weight:800}.recruitment-root .hero__h1 .ink-bold{color:var(--brand-ink);font-weight:800}.recruitment-root .hero__h1 em{color:var(--fg-3);font-style:normal;font-weight:500}.recruitment-root .hero__sub{color:var(--fg-2);max-width:480px;margin:0 0 36px;font-size:19px;font-weight:400;line-height:1.5}.recruitment-root .hero__sub strong{color:var(--brand-ink);font-weight:700}.recruitment-root .hero__cta{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.recruitment-root .hero__cta-note{color:var(--fg-3);align-items:center;gap:8px;margin-left:8px;font-size:13px;display:flex}.recruitment-root .hero__cta-note .pulse{background:var(--success);border-radius:999px;width:8px;height:8px;animation:2.2s infinite rec-pulse;box-shadow:0 0 #1f8a5b8c}@keyframes rec-pulse{0%{box-shadow:0 0 #1f8a5b8c}70%{box-shadow:0 0 0 12px #1f8a5b00}to{box-shadow:0 0 #1f8a5b00}}.recruitment-root .hero__visual{flex-direction:column;align-self:stretch;gap:20px;min-height:540px;display:flex;position:relative}.recruitment-root .hero__photo{border-radius:var(--radius-lg);background:var(--surface-1) center/cover no-repeat;flex:auto;min-height:380px;position:relative;overflow:hidden}.recruitment-root .hero__photo:after{content:"";pointer-events:none;background:linear-gradient(#0000 60%,#00000059);position:absolute;inset:0}.recruitment-root .hero__sticker{background:var(--accent);color:#fff;border-radius:var(--radius-md);z-index:2;align-items:center;gap:10px;padding:14px 18px;font-size:14px;font-weight:700;display:flex;position:absolute;bottom:24px;left:24px;box-shadow:0 12px 32px #fa583366}.recruitment-root .hero__sticker .num{font-family:var(--font-display);letter-spacing:-.02em;font-size:28px;font-weight:800}.recruitment-root .hero__stats{background:var(--brand-ink);border-radius:var(--radius-md);grid-template-columns:repeat(3,1fr);gap:4px;display:grid;overflow:hidden}.recruitment-root .hero__stat{background:var(--brand-ink);color:#fff;padding:18px 18px 16px}.recruitment-root .hero__stat .v{font-family:var(--font-display);letter-spacing:-.02em;font-size:30px;font-weight:800;line-height:1;display:block}.recruitment-root .hero__stat .v .accent-c{color:var(--accent)}.recruitment-root .hero__stat .l{color:var(--fg-on-dark-2);margin-top:8px;font-size:12px;line-height:1.35;display:block}.recruitment-root .hero__ticker{color:var(--fg-3);flex-wrap:wrap;align-items:center;gap:12px 56px;margin-top:48px;font-size:13px;display:flex}.recruitment-root .hero__ticker-item{align-items:center;gap:8px;display:inline-flex}.recruitment-root .hero__ticker .t-dot{color:var(--accent);font-size:.7em}.recruitment-root .numbers{background:var(--brand-ink);color:#fff;padding:48px 0}.recruitment-root .numbers__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.recruitment-root .numbers__cell{border-left:1px solid #ffffff14;flex-direction:column;gap:8px;padding-left:24px;display:flex}.recruitment-root .numbers__cell:first-child{border-left:0;padding-left:0}.recruitment-root .numbers__v{font-family:var(--font-display);letter-spacing:-.03em;color:#fff;font-size:clamp(36px,4vw,52px);font-weight:800;line-height:1}.recruitment-root .numbers__v .unit{color:var(--accent);vertical-align:top;letter-spacing:-.01em;margin-left:4px;font-size:.55em;font-weight:700}.recruitment-root .numbers__l{color:var(--fg-on-dark-2);max-width:220px;font-size:14px;line-height:1.4}.recruitment-root .process{padding:var(--section-py) 0;background:var(--surface-0);display:block}.recruitment-root .process__head{grid-template-columns:1fr 1fr;align-items:end;gap:48px;margin-bottom:48px;display:grid}.recruitment-root .process__title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--brand-ink);margin:16px 0 0;font-size:clamp(32px,4vw,52px);font-weight:500;line-height:1}.recruitment-root .process__title b{color:var(--brand-ink);font-weight:800}.recruitment-root .process__lede{color:var(--fg-2);max-width:460px;margin:0;font-size:18px;line-height:1.55}.recruitment-root .process__steps{border-top:2px solid var(--brand-ink);grid-template-columns:repeat(4,1fr);gap:0;display:grid}.recruitment-root .process__step{border-right:1px solid var(--border-1);flex-direction:column;gap:20px;padding:28px 24px 32px 0;display:flex;position:relative}.recruitment-root .process__step:last-child{border-right:0;padding-right:0}.recruitment-root .process__step+.process__step{padding-left:32px}.recruitment-root .process__num{font-family:var(--font-display);color:var(--accent);letter-spacing:.18em;font-size:14px;font-weight:800}.recruitment-root .process__step h3{font-family:var(--font-display);letter-spacing:-.02em;color:var(--brand-ink);margin:0;font-size:24px;font-weight:700;line-height:1.1}.recruitment-root .process__step p{color:var(--fg-2);margin:0;font-size:14px;line-height:1.55}.recruitment-root .process__step .meta{color:var(--fg-3);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;margin-top:auto;font-size:12px;font-weight:600;display:flex}.recruitment-root .process__step .meta:before{content:"";background:var(--accent);width:16px;height:1px}.recruitment-root .specs{padding:var(--section-py) 0;background:var(--surface-1)}.recruitment-root .specs__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:64px;display:flex}.recruitment-root .specs__title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--brand-ink);max-width:720px;margin:16px 0 0;font-size:clamp(32px,4vw,52px);font-weight:500;line-height:1}.recruitment-root .specs__title b{font-weight:800}.recruitment-root .specs__title em{color:var(--fg-3);font-style:normal;font-weight:500}.recruitment-root .specs__count{font-family:var(--font-display);color:var(--accent);letter-spacing:-.03em;font-size:48px;font-weight:800;line-height:1}.recruitment-root .specs__count .sub{color:var(--fg-3);letter-spacing:.18em;text-transform:uppercase;margin-top:8px;font-size:13px;font-weight:600;display:block}.recruitment-root .specs__grid{grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(220px,auto);gap:16px;display:grid}.recruitment-root .spec{border:1px solid var(--border-1);border-radius:var(--radius-md);transition:transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out);cursor:pointer;color:inherit;background:#fff;flex-direction:column;gap:16px;padding:28px;text-decoration:none;display:flex;position:relative;overflow:hidden}.recruitment-root .spec:hover{box-shadow:var(--shadow-2);border-color:var(--border-2);transform:translateY(-4px)}.recruitment-root .spec__icon{object-fit:contain;width:72px;height:72px}.recruitment-root .spec__title{font-family:var(--font-display);letter-spacing:-.015em;color:var(--brand-ink);margin:0;font-size:22px;font-weight:700}.recruitment-root .spec__roles{color:var(--fg-2);margin:0;font-size:13px;line-height:1.55}.recruitment-root .spec__cta{color:var(--accent);letter-spacing:.04em;align-items:center;gap:8px;margin-top:auto;font-size:13px;font-weight:700;display:flex}.recruitment-root .spec__cta .arrow{transition:transform var(--dur-base)}.recruitment-root .spec:hover .spec__cta .arrow{transform:translate(4px)}.recruitment-root .spec--xl{background:var(--brand-ink);color:#fff;border-color:var(--brand-ink);grid-area:span 2/span 6;padding:40px}.recruitment-root .spec--xl .spec__title{color:#fff;font-size:36px}.recruitment-root .spec--xl .spec__roles{color:var(--fg-on-dark-2);max-width:380px;font-size:15px}.recruitment-root .spec--xl:hover{background:var(--brand-ink-2);border-color:var(--brand-ink);transform:translateY(-4px)}.recruitment-root .spec--xl .spec__cta{color:var(--accent)}.recruitment-root .spec--xl .spec__big-icon{opacity:.48;filter:invert();width:140px;height:auto;position:absolute;bottom:19px;right:20px}.recruitment-root .spec--lg,.recruitment-root .spec--md{grid-column:span 6}.recruitment-root .spec--sm{grid-column:span 3}.recruitment-root .adv{background:var(--brand-ink);color:#fff;padding:var(--section-py) 0;display:block}.recruitment-root .adv__head{grid-template-columns:1fr 1fr;align-items:end;gap:48px;margin-bottom:48px;display:grid}.recruitment-root .adv__title{font-family:var(--font-display);letter-spacing:-.03em;color:#fff;margin:0;font-size:clamp(32px,4vw,52px);font-weight:500;line-height:1}.recruitment-root .adv__title b{color:var(--accent);font-weight:800}.recruitment-root .adv__lede{color:var(--fg-on-dark-2);max-width:460px;margin:0;font-size:18px;line-height:1.55}.recruitment-root .adv__grid{grid-template-columns:repeat(3,1fr);gap:0;display:grid}.recruitment-root .adv__item{border-right:1px solid #ffffff1a;flex-direction:column;gap:20px;padding:40px 40px 40px 0;display:flex}.recruitment-root .adv__item:last-child{border-right:0}.recruitment-root .adv__item+.adv__item{padding-left:40px}.recruitment-root .adv__icon-wrap{border-radius:var(--radius-md);background:#ffffff0d;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.recruitment-root .adv__icon{object-fit:contain;width:56px;height:56px}.recruitment-root .adv__h{font-family:var(--font-display);letter-spacing:-.015em;color:#fff;margin:0;font-size:26px;font-weight:700;line-height:1.15}.recruitment-root .adv__h b{color:var(--accent)}.recruitment-root .adv__p{color:var(--fg-on-dark-2);margin:0;font-size:15px;line-height:1.55}.recruitment-root .calc{padding:var(--section-py) 0;background:var(--surface-0);box-shadow:none;border:0;border-radius:0;display:block}.recruitment-root .calc__head{grid-template-columns:1fr 1fr;align-items:end;gap:48px;margin-bottom:56px;display:grid}.recruitment-root .calc__title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--brand-ink);margin:16px 0 0;font-size:clamp(32px,4vw,52px);font-weight:500;line-height:1}.recruitment-root .calc__title b{font-weight:800}.recruitment-root .calc__lede{color:var(--fg-2);max-width:460px;margin:0;font-size:18px;line-height:1.55}.recruitment-root .calc__box{border:1px solid var(--border-1);border-radius:var(--radius-lg);background:#fff;grid-template-columns:1.4fr 1fr;gap:0;display:grid;overflow:hidden}.recruitment-root .calc__form{flex-direction:column;gap:36px;padding:48px;display:flex}.recruitment-root .calc__field{flex-direction:column;gap:14px;display:flex}.recruitment-root .calc__label{align-items:baseline;gap:12px;display:flex}.recruitment-root .calc__label .num{font-family:var(--font-display);color:var(--accent);letter-spacing:.16em;font-size:13px;font-weight:800}.recruitment-root .calc__label .txt{color:var(--brand-ink);font-size:16px;font-weight:700}.recruitment-root .calc__label .hint{color:var(--fg-3);margin-left:auto;font-size:13px;font-weight:500}.recruitment-root .calc__chips{flex-wrap:wrap;gap:8px;display:flex}.recruitment-root .calc__chip{border:1px solid var(--border-2);font:500 14px/1 var(--font-sans);color:var(--brand-ink);cursor:pointer;transition:all var(--dur-base) var(--ease-out);background:#fff;border-radius:999px;padding:11px 18px}.recruitment-root .calc__chip:hover{border-color:var(--brand-ink)}.recruitment-root .calc__chip.is-on{background:var(--brand-ink);color:#fff;border-color:var(--brand-ink)}.recruitment-root .calc__slider{flex-direction:column;gap:12px;display:flex}.recruitment-root .calc__slider input[type=range]{appearance:none;background:var(--border-1);width:100%;height:4px;transition:background var(--dur-fast);border-radius:999px;outline:none}.recruitment-root .calc__slider input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--accent);cursor:pointer;border:3px solid #fff;border-radius:999px;width:22px;height:22px;box-shadow:0 2px 8px #0000002e}.recruitment-root .calc__slider input[type=range]::-moz-range-thumb{background:var(--accent);cursor:pointer;border:3px solid #fff;border-radius:999px;width:22px;height:22px;box-shadow:0 2px 8px #0000002e}.recruitment-root .calc__slider .scale{color:var(--fg-3);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;font-size:11px;display:flex}.recruitment-root .calc__slider .v{font-family:var(--font-display);color:var(--brand-ink);letter-spacing:-.02em;font-size:28px;font-weight:800}.recruitment-root .calc__out{background:var(--brand-ink);color:#fff;flex-direction:column;padding:48px;display:flex;position:relative;overflow:hidden}.recruitment-root .calc__out:before{content:"";background:radial-gradient(circle, var(--accent) 0%, transparent 70%);opacity:.16;pointer-events:none;width:380px;height:380px;position:absolute;top:-120px;right:-120px}.recruitment-root .calc__out-label{letter-spacing:.22em;text-transform:uppercase;color:var(--fg-on-dark-2);margin-bottom:16px;font-size:11px;font-weight:700}.recruitment-root .calc__price{font-family:var(--font-display);letter-spacing:-.03em;color:#fff;align-items:baseline;gap:8px;margin-bottom:8px;font-size:clamp(36px,4vw,56px);font-weight:800;line-height:.95;display:flex}.recruitment-root .calc__price .currency{color:var(--accent);font-size:.6em;font-weight:700}.recruitment-root .calc__price .num{transition:color var(--dur-base)}.recruitment-root .calc__deal{color:var(--fg-on-dark-2);margin-bottom:32px;font-size:14px;line-height:1.5}.recruitment-root .calc__deal b{color:var(--accent);font-weight:700}.recruitment-root .calc__break{border-top:1px solid #ffffff1a;flex-direction:column;gap:14px;margin-bottom:32px;padding-top:24px;display:flex}.recruitment-root .calc__break-row{color:var(--fg-on-dark-2);justify-content:space-between;align-items:center;font-size:14px;display:flex}.recruitment-root .calc__break-row b{color:#fff;font-weight:600}.recruitment-root .calc__cta{margin-top:auto}.recruitment-root .calc__small{color:var(--fg-on-dark-2);margin-top:16px;font-size:12px;line-height:1.5}.recruitment-root .clients{background:var(--surface-0);border-top:1px solid var(--border-1);border-bottom:1px solid var(--border-1);padding:64px 0 80px}.recruitment-root .clients__head{flex-wrap:wrap;align-items:baseline;gap:32px;margin-bottom:40px;display:flex}.recruitment-root .clients__title{font-family:var(--font-display);letter-spacing:-.02em;margin:0;font-size:28px;font-weight:500}.recruitment-root .clients__title b{font-weight:800}.recruitment-root .clients__meta{color:var(--fg-3);align-items:center;gap:8px;margin-left:auto;font-size:13px;display:flex}.recruitment-root .clients__meta .dot{background:var(--accent);border-radius:999px;width:6px;height:6px}.recruitment-root .marquee{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 80px calc(100% - 80px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 80px calc(100% - 80px),#0000 100%)}.recruitment-root .marquee .logos__track{gap:48px;animation:56s linear infinite rec-marquee}@keyframes rec-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.recruitment-root .marquee .logos__track img{object-fit:contain;max-width:160px;height:auto;max-height:44px}.recruitment-root .tst{padding:var(--section-py) 0;background:var(--surface-1)}.recruitment-root .tst__head{grid-template-columns:1fr 1fr;align-items:end;gap:48px;margin-bottom:64px;display:grid}.recruitment-root .tst__title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--brand-ink);margin:16px 0 0;font-size:clamp(32px,4vw,52px);font-weight:500;line-height:1}.recruitment-root .tst__title b{font-weight:800}.recruitment-root .tst__nav{align-items:center;gap:8px;display:flex}.recruitment-root .tst__nav-btn{border:1px solid var(--border-2);cursor:pointer;width:48px;height:48px;color:var(--brand-ink);transition:all var(--dur-base);background:#fff;border-radius:999px;justify-content:center;align-items:center;font-size:18px;display:inline-flex}.recruitment-root .tst__nav-btn:hover{background:var(--brand-ink);color:#fff;border-color:var(--brand-ink)}.recruitment-root .tst__nav-progress{font-family:var(--font-display);color:var(--fg-3);margin-left:12px;font-size:14px;font-weight:700}.recruitment-root .tst__nav-progress b{color:var(--brand-ink)}.recruitment-root .tst__featured{border-radius:var(--radius-lg);border:1px solid var(--border-1);background:#fff;grid-template-columns:1fr 320px;align-items:center;gap:64px;padding:64px;display:grid}.recruitment-root .tst__quote{font-family:var(--font-display);letter-spacing:-.015em;color:var(--brand-ink);text-wrap:pretty;margin:0;font-size:clamp(22px,2.4vw,30px);font-weight:500;line-height:1.35}.recruitment-root .tst__quote:before{content:"“";font-family:var(--font-display);color:var(--accent);vertical-align:-.4em;margin-right:8px;font-size:120px;font-weight:800;line-height:0}.recruitment-root .tst__author{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.recruitment-root .tst__avatar{object-fit:cover;border-radius:999px;width:120px;height:120px}.recruitment-root .tst__author-name{font-family:var(--font-display);color:var(--brand-ink);margin:0;font-size:20px;font-weight:700}.recruitment-root .tst__author-role{color:var(--fg-3);margin:0;font-size:14px;line-height:1.45}.recruitment-root .tst__author-role b{color:var(--brand-ink);font-weight:600}.recruitment-root .lead{padding:var(--section-py) 0;background:var(--brand-ink);color:#fff;position:relative;overflow:hidden}.recruitment-root .lead:before{content:"";background:radial-gradient(circle, var(--accent) 0%, transparent 70%);opacity:.12;pointer-events:none;width:400px;height:400px;position:absolute;top:50%;left:-100px;transform:translateY(-50%)}.recruitment-root .lead__inner{grid-template-columns:1fr 1.1fr;align-items:center;gap:48px;display:grid;position:relative}.recruitment-root .lead__eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--accent);margin-bottom:24px;font-size:11px;font-weight:700}.recruitment-root .lead__title{font-family:var(--font-display);letter-spacing:-.03em;color:#fff;text-wrap:balance;margin:0 0 28px;font-size:clamp(32px,4vw,52px);font-weight:500;line-height:1}.recruitment-root .lead__title b{color:var(--accent);font-weight:800}.recruitment-root .lead__sub{color:var(--fg-on-dark-2);max-width:480px;margin:0 0 32px;font-size:18px;line-height:1.55}.recruitment-root .lead__sig{align-items:center;gap:16px;margin-top:24px;display:flex}.recruitment-root .lead__sig-photo{background:var(--surface-2) center/cover no-repeat;border-radius:999px;width:64px;height:64px}.recruitment-root .lead__sig-name{color:#fff;font-size:15px;font-weight:700}.recruitment-root .lead__sig-role{color:var(--fg-on-dark-2);margin-top:2px;font-size:13px}.recruitment-root .lead__form{border-radius:var(--radius-lg);color:var(--fg-1);background:#fff;flex-direction:column;gap:18px;min-width:0;padding:40px;display:flex}.recruitment-root .lead__inner>*,.recruitment-root .field{min-width:0}.recruitment-root .lead__form h3{font-family:var(--font-display);color:var(--brand-ink);letter-spacing:-.015em;margin:0 0 4px;font-size:22px;font-weight:700}.recruitment-root .lead__form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.recruitment-root .field{flex-direction:column;gap:6px;display:flex}.recruitment-root .field label{color:var(--fg-2);letter-spacing:.04em;font-size:12px;font-weight:700}.recruitment-root .field input,.recruitment-root .field textarea,.recruitment-root .field select{width:100%;max-width:100%;font:500 15px/1.4 var(--font-sans);border:1px solid var(--border-2);border-radius:var(--radius-md);color:var(--fg-1);transition:border-color var(--dur-base), box-shadow var(--dur-base);background:#fff;outline:none;padding:14px 16px}.recruitment-root .field input:focus,.recruitment-root .field textarea:focus,.recruitment-root .field select:focus{border-color:var(--brand-ink);box-shadow:var(--shadow-focus)}.recruitment-root .field textarea{resize:vertical;min-height:84px;font-family:var(--font-sans)}.recruitment-root .field .err{color:var(--danger);font-size:12px}.recruitment-root .lead__submit{justify-content:space-between;align-items:center;gap:16px;margin-top:8px;display:flex}.recruitment-root .lead__legal{color:var(--fg-3);max-width:280px;margin:0;font-size:12px;line-height:1.45}.recruitment-root .lead__legal a{color:var(--brand-ink);border-bottom:1px dotted var(--border-2);text-decoration:none}.recruitment-root .lead__success{text-align:center;padding:32px 16px}.recruitment-root .lead__success .big{font-family:var(--font-display);color:var(--success);margin-bottom:16px;font-size:56px;font-weight:800;line-height:1}.recruitment-root .lead__success h3{font-family:var(--font-display);letter-spacing:-.02em;margin:0 0 8px;font-size:26px;font-weight:700}.recruitment-root .faq{padding:var(--section-py) 0;background:var(--surface-0);display:block}.recruitment-root .faq__head{grid-template-columns:1fr 1.4fr;gap:48px;margin-bottom:48px;display:grid}.recruitment-root .faq__title{font-family:var(--font-display);letter-spacing:-.03em;margin:16px 0 0;font-size:clamp(32px,4vw,52px);font-weight:500;line-height:1}.recruitment-root .faq__title b{font-weight:800}.recruitment-root .faq__intro{color:var(--fg-2);max-width:520px;margin:0;font-size:17px;line-height:1.6}.recruitment-root .faq__intro a{color:var(--accent);text-decoration:none}.recruitment-root .faq__list{border-top:2px solid var(--brand-ink)}.recruitment-root .faq__item{border-bottom:1px solid var(--border-1)}.recruitment-root .faq__btn{cursor:pointer;text-align:left;width:100%;font:inherit;color:var(--brand-ink);transition:color var(--dur-base);background:0 0;border:0;align-items:flex-start;gap:24px;padding:28px 0;display:flex}.recruitment-root .faq__btn:hover{color:var(--accent)}.recruitment-root .faq__btn .q-num{font-family:var(--font-display);letter-spacing:.16em;color:var(--accent);min-width:40px;padding-top:6px;font-size:13px;font-weight:800}.recruitment-root .faq__btn .q-txt{font-family:var(--font-display);letter-spacing:-.01em;flex:1;font-size:clamp(18px,1.6vw,22px);font-weight:600;line-height:1.3}.recruitment-root .faq__btn .q-plus{width:32px;height:32px;transition:transform var(--dur-base) var(--ease-out);color:var(--brand-ink);flex-shrink:0;justify-content:center;align-items:center;font-size:28px;font-weight:200;display:inline-flex}.recruitment-root .faq__item.is-open .q-plus{color:var(--accent);transform:rotate(45deg)}.recruitment-root .faq__body{color:var(--fg-2);max-width:720px;padding:0 0 28px 64px;font-size:16px;line-height:1.6;display:none}.recruitment-root .faq__item.is-open .faq__body{display:block}.recruitment-root .footer{background:var(--brand-ink);color:var(--fg-on-dark-2);padding:64px 0 24px}.recruitment-root .footer__grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:64px;margin-bottom:64px;display:grid}.recruitment-root .footer__brand{flex-direction:column;gap:16px;display:flex}.recruitment-root .footer__brand .brand-mark{color:#fff;font-size:28px}.recruitment-root .footer__brand .brand-mark .it{color:var(--accent)}.recruitment-root .footer__tag{color:var(--fg-on-dark-2);max-width:280px;margin:0;font-size:14px;line-height:1.55}.recruitment-root .footer h4{letter-spacing:.22em;text-transform:uppercase;color:#fff;margin:0 0 20px;font-size:11px;font-weight:700}.recruitment-root .footer ul{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.recruitment-root .footer a,.recruitment-root .footer__email{color:var(--fg-on-dark-2);transition:color var(--dur-fast), border-color var(--dur-fast);border-bottom:1px solid #0000;font-size:14px;text-decoration:none}.recruitment-root .footer a:hover,.recruitment-root .footer__email:hover{color:#fff;border-bottom-color:var(--accent)}.recruitment-root .footer__bottom{color:var(--fg-3);border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;gap:16px;padding-top:28px;font-size:12px;display:flex}.recruitment-root .footer__bottom .made{align-items:center;gap:10px;display:flex}.recruitment-root .footer__bottom .made .dot{background:var(--accent);border-radius:999px;width:6px;height:6px}@media (min-width:1101px) and (max-height:820px){.recruitment-root .hero{padding-top:80px;padding-bottom:48px}.recruitment-root .hero__crumb{margin-bottom:32px}.recruitment-root .hero__ticker{margin-top:32px}}@media (max-width:1100px){.recruitment-root .hero__inner,.recruitment-root .process__head,.recruitment-root .calc__head,.recruitment-root .tst__head,.recruitment-root .lead__inner,.recruitment-root .faq__head,.recruitment-root .adv__head{grid-template-columns:1fr;gap:48px}.recruitment-root .numbers__grid{grid-template-columns:repeat(2,1fr);gap:32px}.recruitment-root .numbers__cell:nth-child(odd){border-left:0;padding-left:0}.recruitment-root .adv__grid{grid-template-columns:1fr}.recruitment-root .adv__item{border-bottom:1px solid #ffffff1a;border-right:0;padding:32px 0}.recruitment-root .adv__item+.adv__item{padding-left:0}.recruitment-root .adv__item:last-child{border-bottom:0}.recruitment-root .process__steps{grid-template-columns:repeat(2,1fr)}.recruitment-root .process__step:nth-child(2){border-right:0}.recruitment-root .specs__grid{grid-template-columns:repeat(6,1fr)}.recruitment-root .spec--xl,.recruitment-root .spec--lg,.recruitment-root .spec--md{grid-column:span 6}.recruitment-root .spec--sm{grid-column:span 3}.recruitment-root .calc__box{grid-template-columns:1fr}.recruitment-root .tst__featured{grid-template-columns:1fr;gap:32px;padding:40px}.recruitment-root .footer__grid{grid-template-columns:1fr 1fr}}@media (max-width:720px){.recruitment-root .nav__links{display:none}.recruitment-root .hero__h1{font-size:clamp(32px,9vw,52px)}.recruitment-root .hero__ticker{gap:10px 24px;margin-top:32px}.recruitment-root .numbers__grid{grid-template-columns:1fr}.recruitment-root .numbers__cell{border-left:0;padding-left:0}.recruitment-root .process__steps{grid-template-columns:1fr}.recruitment-root .process__step{border-right:0;border-bottom:1px solid var(--border-1);padding:28px 0}.recruitment-root .process__step+.process__step{padding-left:0}.recruitment-root .specs__grid{grid-template-columns:repeat(2,1fr)}.recruitment-root .spec--xl,.recruitment-root .spec--lg,.recruitment-root .spec--md,.recruitment-root .spec--sm{grid-column:span 2}.recruitment-root .lead__form-row{grid-template-columns:1fr}.recruitment-root .lead__form{padding:24px}.recruitment-root .footer__grid{grid-template-columns:1fr;gap:40px}.recruitment-root .calc__form,.recruitment-root .calc__out{padding:32px 24px}}.recruitment-root ::selection{background:var(--brand-accent);color:#fff}.recruitment-root .cases{padding:var(--section-py) 0;background:var(--surface-0)}.recruitment-root .cases__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:48px;display:flex}.recruitment-root .cases__title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--brand-ink);max-width:720px;margin:16px 0 0;font-size:clamp(32px,4vw,52px);font-weight:500;line-height:1}.recruitment-root .cases__title em{color:var(--fg-3);font-style:normal;font-weight:500}.recruitment-root .cases__all{color:var(--accent);letter-spacing:.04em;white-space:nowrap;align-items:center;gap:8px;font-size:14px;font-weight:700;text-decoration:none;display:flex}.recruitment-root .cases__all:hover{color:var(--fg-link-hover)}.recruitment-root .cases__grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.recruitment-root .case-card{background:var(--surface-1);border:1px solid var(--border-1);border-radius:var(--radius-md);color:inherit;transition:transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out);flex-direction:column;gap:12px;padding:28px;text-decoration:none;display:flex}.recruitment-root .case-card:hover{box-shadow:var(--shadow-2);border-color:var(--border-2);transform:translateY(-4px)}.recruitment-root .case-card__metric{font-family:var(--font-display);letter-spacing:-.03em;color:var(--accent);font-size:34px;font-weight:800;line-height:1}.recruitment-root .case-card__role{font-family:var(--font-display);letter-spacing:-.015em;color:var(--brand-ink);margin:0;font-size:20px;font-weight:700}.recruitment-root .case-card__cta{color:var(--accent);letter-spacing:.04em;align-items:center;gap:8px;margin-top:auto;font-size:13px;font-weight:700;display:flex}.recruitment-root .case-card__cta .arrow{transition:transform var(--dur-base)}.recruitment-root .case-card:hover .case-card__cta .arrow{transform:translate(4px)}@media (max-width:1024px){.recruitment-root .cases__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.recruitment-root .cases__grid{grid-template-columns:1fr}}
