:root {
	--bdt-purple: #544eeb;
	--bdt-purple-dark: #443ed4;
	--bdt-ink: #2e3037;
	--bdt-muted: #707783;
	--bdt-soft: #f5f7f9;
	--bdt-line: #e5e7eb;
}

html { scroll-behavior: smooth; }
body { color: var(--bdt-ink); font-family: Inter, Arial, sans-serif; margin: 0; overflow-x: hidden; }
body > svg { display: none; }
img,
video { max-width: 100%; }

.bdt-page,
.bdt-site-header,
.bdt-site-footer { box-sizing: border-box; font-family: Inter, Arial, sans-serif; }
.bdt-page *,
.bdt-site-header *,
.bdt-site-footer * { box-sizing: border-box; }
.bdt-public-shell { margin: 0 auto; max-width: 1128px; width: calc(100% - 72px); }

.bdt-site-header { background: #050505; height: 90px; min-height: 90px; }
.bdt-header-inner { align-items: center; display: flex; height: 100%; justify-content: space-between; }
.bdt-site-logo { display: block; line-height: 0; }
.bdt-site-logo img { height: auto; max-width: none; width: 230px; }
.bdt-site-header nav { align-items: center; display: flex; gap: 32px; }
.bdt-site-header nav a,
.bdt-site-header nav span { color: #fff; font-size: 15px; font-weight: 450; text-decoration: none; }
.bdt-site-header nav a:hover { color: #9b97ff; }

.bdt-hero { aspect-ratio: 1734 / 512; background: #605df0 url("/assets/bdt_recruitment/images/hero.416878fea97f.webp") center / cover no-repeat; min-height: 368px; }
.bdt-hero-inner { align-items: center; display: flex; flex-direction: column; height: 100%; justify-content: center; padding-top: 4px; }
.bdt-hero h1 { color: #fff; font-size: 31px; font-weight: 750; line-height: 1.2; margin: 0 0 28px; text-align: center; }
.bdt-hero-search { display: grid; grid-template-columns: 355px 260px 160px; width: 805px; }
.bdt-hero-search label { align-items: center; background: #fff; display: flex; height: 51px; position: relative; }
.bdt-hero-search label:first-child { border-radius: 4px 0 0 4px; }
.bdt-hero-search label + label { border-left: 1px solid #e1e2e7; }
.bdt-hero-search label > span { color: #d9dbe0; font-size: 29px; margin-left: 14px; width: 30px; }
.bdt-hero-search input,
.bdt-hero-search select { appearance: none; background: transparent; border: 0; color: #727781; font: inherit; font-size: 13px; height: 100%; outline: none; padding: 0 38px 0 8px; width: 100%; }
.bdt-search-location::after { color: #42454b; content: '⌄'; font-size: 18px; pointer-events: none; position: absolute; right: 17px; top: 13px; }
.bdt-hero-search button { background: #1e1f23; border: 0; border-radius: 0; color: #fff; cursor: pointer; font-size: 13px; font-weight: 750; height: 51px; margin-left: 15px; transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease; width: 160px; }
.bdt-hero-search button:hover { background: #101114; }
.bdt-search-example { color: #fff; font-size: 15px; margin: 12px 0 0; width: 805px; }

.bdt-culture { background: #fbfbfd; padding: 60px 0 40px; }
.bdt-culture-grid { align-items: center; display: grid; gap: 60px; grid-template-columns: 1fr 1fr; }
.bdt-video-frame { aspect-ratio: 16 / 9; border-radius: 22px; box-shadow: 0 18px 35px rgba(44, 46, 69, .12); overflow: hidden; }
.bdt-video-frame video { background: #16171b; display: block; height: 100%; object-fit: cover; width: 100%; }
.bdt-culture-copy h2,
.bdt-story-copy h2 { color: var(--bdt-purple); font-size: 31px; font-weight: 800; letter-spacing: -.02em; line-height: 1.18; margin: 0 0 28px; }
.bdt-culture-copy p,
.bdt-story-copy p { color: #363940; font-size: 17px; line-height: 1.72; margin: 0; }
.bdt-values { display: grid; gap: 20px; grid-template-columns: repeat(4, 1fr); margin-top: 65px; }
.bdt-values article { align-items: center; background: linear-gradient(135deg, rgba(84, 78, 235, .05) 0%, rgba(84, 78, 235, .02) 100%); border: 2px solid rgba(84, 78, 235, .1); border-radius: 43px; display: flex; height: 84px; padding: 13px 28px; transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease; }
.bdt-values img { height: 44px; margin-right: 18px; object-fit: contain; transition: transform .3s ease; width: 44px; }
.bdt-values h3 { color: var(--bdt-purple); font-size: 16px; font-weight: 800; line-height: 1.05; margin: 0; }
.bdt-values p { color: #34363c; font-size: 15px; line-height: 1.15; margin: 4px 0 0; }

.bdt-featured { background: linear-gradient(110deg, #526ede, #5043ed); padding: 50px 0 38px; }
.bdt-featured > .bdt-public-shell > h2 { color: #fff; font-size: 30px; font-weight: 800; margin: 0 0 30px; text-align: center; }
.bdt-featured-card { background: #fff; border-radius: 18px; box-shadow: 0 8px 24px rgba(37, 31, 126, .22); overflow: hidden; padding: 30px 30px 20px; }
.bdt-featured-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.bdt-featured-job { color: #42454d; min-height: 155px; padding: 0 30px; text-decoration: none; transition: transform .28s ease; }
.bdt-featured-job:first-child { padding-left: 0; }
.bdt-featured-job:last-child { padding-right: 0; }
.bdt-featured-job + .bdt-featured-job { border-left: 1px solid #dfe1e5; }
.bdt-featured-job h3 { color: var(--bdt-purple); font-size: 19px; font-weight: 500; margin: 0 0 12px; transition: color .25s ease, transform .25s ease; white-space: nowrap; }
.bdt-featured-job p { color: #525760; font-size: 14px; line-height: 1.35; margin: 4px 0; }
.bdt-featured-job p span { color: #9ca2aa; display: inline-block; width: 19px; }
.bdt-featured-job time { color: #a4a7ad; display: block; font-size: 13px; margin-top: 9px; }
.bdt-all-jobs-link { color: var(--bdt-purple); display: block; font-size: 14px; margin: 13px auto 0; text-align: center; text-decoration: none; transition: color .25s ease; width: max-content; }
.bdt-all-jobs-link span { display: inline-block; font-size: 19px; margin-left: 6px; transition: transform .25s ease; vertical-align: -1px; }

.bdt-story { background: #f8f8fc; padding: 80px 0 85px; }
.bdt-story-grid { align-items: stretch; display: grid; gap: 40px; grid-template-columns: 375px 224px 1fr; }
.bdt-quote-card { background: linear-gradient(145deg, #5650e9, #5147e6); border-radius: 25px; box-shadow: 0 20px 42px rgba(71, 63, 205, .22); color: #fff; min-height: 455px; overflow: hidden; padding: 39px; position: relative; transition: box-shadow .3s ease, transform .3s ease; }
.bdt-quote-card::before,
.bdt-quote-card::after { color: rgba(255,255,255,.25); content: '”'; font-size: 78px; font-weight: 800; line-height: 1; position: absolute; }
.bdt-quote-card::before { left: 29px; top: 10px; transform: rotate(180deg); }
.bdt-quote-card::after { bottom: -9px; right: 28px; }
.bdt-person { align-items: center; display: flex; margin: 0 0 35px; position: relative; z-index: 1; }
.bdt-person img { border-radius: 50%; height: 68px; margin-right: 18px; width: 68px; }
.bdt-person h3 { color: #fff; font-size: 19px; margin: 0 0 4px; }
.bdt-person p { color: rgba(255,255,255,.72); font-size: 14px; margin: 0; }
.bdt-quote-card > p { color: #fff; font-size: 16px; line-height: 1.58; margin: 0; position: relative; z-index: 1; }
.bdt-story-visuals { display: grid; gap: 20px; grid-template-rows: 1fr 1fr; }
.bdt-story-visuals > img { border-radius: 24px; height: 100%; object-fit: cover; transition: box-shadow .3s ease, transform .3s ease; width: 100%; }
.bdt-story-visuals > .bdt-innovation-image { object-fit: contain; }
.bdt-story-copy { align-self: center; }
.bdt-story-copy p + p { margin-top: 25px; }
.bdt-purple-text { color: var(--bdt-purple); }

.bdt-talent { background: #efefff url("/assets/bdt_recruitment/images/talent-bg.527e5f0e29c5.png") center / cover no-repeat; padding: 50px 0; }
.bdt-talent-box { background: #fff; border: 3px solid var(--bdt-purple); border-radius: 20px; box-shadow: 0 10px 25px rgba(73, 67, 189, .11); padding: 34px 25px 29px; text-align: center; transition: box-shadow .3s ease, transform .3s ease; }
.bdt-talent-box h2 { color: var(--bdt-purple); font-size: 30px; font-weight: 800; margin: 0 0 8px; }
.bdt-talent-box p { color: #a0a3aa; font-size: 16px; margin: 0 0 23px; }
.bdt-talent-box a { align-items: center; background: #202125; color: #fff; display: flex; font-size: 14px; font-weight: 750; height: 50px; justify-content: center; margin: 0 auto; text-decoration: none; transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease; width: 267px; }

.bdt-site-footer { background: #202125; color: #e1e1e4; font-size: 14px; padding: 22px 0; }
.bdt-site-footer .bdt-public-shell { display: flex; justify-content: space-between; }
.bdt-site-footer strong,
.bdt-site-footer a { color: #6c64f2; text-decoration: none; }

/* Página no encontrada */
.bdt-not-found-page { align-items: center; background: radial-gradient(circle at 12% 12%, rgba(84, 78, 235, .09), transparent 28%), linear-gradient(145deg, #fafaff 0%, #f4f5fb 100%); display: flex; min-height: calc(100vh - 148px); padding: 58px 0; }
.bdt-not-found-card { background: #fff; border: 1px solid rgba(84, 78, 235, .11); border-radius: 28px; box-shadow: 0 24px 70px rgba(37, 35, 94, .12); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); min-height: 500px; overflow: hidden; }
.bdt-not-found-copy { align-self: center; padding: 64px 68px; }
.bdt-not-found-code { background: #efefff; border: 1px solid #dedcff; border-radius: 999px; color: var(--bdt-purple); display: inline-flex; font-size: 12px; font-weight: 800; letter-spacing: .08em; padding: 8px 13px; text-transform: uppercase; }
.bdt-not-found-eyebrow { color: #7772dc; font-size: 11px; font-weight: 800; letter-spacing: .16em; margin: 26px 0 12px; }
.bdt-not-found-copy h1 { color: #252632; font-size: clamp(36px, 4vw, 51px); font-weight: 800; letter-spacing: -.045em; line-height: 1.04; margin: 0; max-width: 590px; }
.bdt-not-found-description { color: #686b78; font-size: 16px; line-height: 1.7; margin: 24px 0 0; max-width: 580px; }
.bdt-not-found-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.bdt-not-found-actions a { align-items: center; border-radius: 12px; display: inline-flex; font-size: 14px; font-weight: 800; height: 52px; justify-content: center; padding: 0 22px; text-decoration: none; transition: border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease; }
.bdt-not-found-primary { background: var(--bdt-purple); box-shadow: 0 10px 22px rgba(84, 78, 235, .23); color: #fff; gap: 20px; }
.bdt-not-found-primary span { font-size: 20px; line-height: 1; transition: transform .2s ease; }
.bdt-not-found-secondary { background: #fff; border: 1px solid #dfe1e8; color: #454854; }
.bdt-not-found-visual { align-items: center; background: linear-gradient(142deg, #625cf4 0%, #5048df 58%, #4038c7 100%); display: flex; justify-content: center; min-height: 500px; overflow: hidden; position: relative; }
.bdt-not-found-visual::before { background: radial-gradient(circle, rgba(255,255,255,.17) 1px, transparent 1.5px); background-size: 20px 20px; content: ''; inset: 0; opacity: .42; position: absolute; }
.bdt-not-found-visual > strong { color: rgba(255, 255, 255, .09); font-size: 172px; font-weight: 900; letter-spacing: -.09em; line-height: 1; position: absolute; right: 30px; top: 28px; }
.bdt-not-found-orbit { border: 1px solid rgba(255,255,255,.13); border-radius: 50%; position: absolute; }
.bdt-not-found-orbit-one { height: 380px; right: -140px; top: -170px; width: 380px; }
.bdt-not-found-orbit-two { bottom: -160px; height: 340px; left: -160px; width: 340px; }
.bdt-not-found-sheet { background: rgba(255,255,255,.95); border: 1px solid rgba(255,255,255,.54); border-radius: 20px; box-shadow: 0 28px 55px rgba(27, 22, 109, .3); height: 232px; padding: 32px 28px; position: relative; transform: rotate(-4deg); width: 276px; z-index: 1; }
.bdt-not-found-sheet-top { align-items: center; display: flex; gap: 12px; margin-bottom: 27px; }
.bdt-not-found-sheet-top span:first-child { background: #d8d5ff; border-radius: 10px; height: 39px; width: 39px; }
.bdt-not-found-sheet-top span:last-child { background: #5750e6; border-radius: 5px; height: 12px; width: 116px; }
.bdt-not-found-sheet-line { background: #e5e6ed; border-radius: 4px; height: 9px; margin-top: 13px; width: 71%; }
.bdt-not-found-sheet-line-wide { width: 100%; }
.bdt-not-found-sheet-tags { display: flex; gap: 8px; margin-top: 30px; }
.bdt-not-found-sheet-tags span { background: #efeffb; border: 1px solid #dddafc; border-radius: 999px; height: 25px; width: 62px; }
.bdt-not-found-search { align-items: center; background: #fff; border: 8px solid rgba(255,255,255,.2); background-clip: padding-box; border-radius: 50%; bottom: 100px; box-shadow: 0 18px 38px rgba(33, 27, 120, .32); color: #554de6; display: flex; height: 82px; justify-content: center; margin-right: -22px; position: absolute; right: calc(50% - 150px); width: 82px; z-index: 2; }
.bdt-not-found-search svg { height: 34px; width: 34px; }

/* Listado de avisos */
.bdt-vacancies-page { background: var(--bdt-soft); min-height: calc(100vh - 142px); padding: 52px 0 70px; }
.bdt-vacancies-toolbar { align-items: center; display: flex; justify-content: space-between; margin: 0 0 36px; }
.bdt-vacancies-toolbar h1 { color: var(--bdt-purple); font-size: 30px; font-weight: 800; margin: 0; }
.bdt-mobile-filter-toggle,
.bdt-filter-panel > header button,
.bdt-filter-scrim { display: none; }
.bdt-mobile-filter-toggle { align-items: center; border: 1px solid #d8d9e5; border-radius: 10px; background: #fff; color: var(--bdt-purple); gap: 8px; min-height: 44px; padding: 0 14px; font: inherit; font-size: 13px; font-weight: 800; }
.bdt-mobile-filter-toggle i { width: 7px; height: 7px; border-radius: 50%; background: #e55565; box-shadow: 0 0 0 3px #fdebed; }
.bdt-vacancies-layout { align-items: start; display: grid; gap: 30px; grid-template-columns: 282px 1fr; }
.bdt-filter-panel { background: #fff; border: 1px solid #e1e4e8; border-radius: 4px; max-height: 680px; overflow: auto; }
.bdt-filter-panel > header { align-items: center; border-bottom: 1px solid #e4e6ea; display: flex; justify-content: space-between; min-height: 79px; padding: 0 25px; }
.bdt-filter-panel > header h2 { color: var(--bdt-purple); font-size: 24px; margin: 0; }
.bdt-filter-panel section { border-bottom: 1px solid #e7e8eb; padding: 28px 25px; }
.bdt-filter-panel h3 { color: #4a4d53; display: flex; font-size: 12px; font-weight: 800; justify-content: space-between; margin: 0 0 23px; }
.bdt-filter-panel section > label:not(.bdt-check) { display: block; position: relative; }
.bdt-filter-panel input[type='search'] { border: 1px solid #cfd3d9; border-radius: 3px; font-size: 12px; height: 38px; padding: 0 35px 0 14px; width: 100%; }
.bdt-filter-panel section > label:not(.bdt-check) > span { color: #b9bec5; position: absolute; right: 12px; top: 7px; }
.bdt-check { color: #7d838b; display: flex; font-size: 14px; gap: 9px; line-height: 1.5; margin: 10px 0; }
.bdt-check input { accent-color: var(--bdt-purple); margin-top: 3px; }
.bdt-filter-panel form > button { background: var(--bdt-purple); border: 0; color: #fff; cursor: pointer; display: block; font-weight: 700; margin: 20px auto; min-height: 42px; padding: 10px 18px; }
.bdt-vacancy-results { display: flex; flex-direction: column; gap: 20px; }
.bdt-vacancy-row { background: #fff; border: 1px solid #e1e4e8; border-radius: 6px; color: inherit; min-height: 135px; padding: 24px 21px; text-decoration: none; transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.bdt-vacancy-row h2 { color: var(--bdt-purple); font-size: 22px; font-weight: 650; margin: 0 0 14px; transition: transform .25s ease; }
.bdt-vacancy-facts { color: #7e858d; display: flex; flex-wrap: wrap; font-size: 14px; gap: 12px 24px; }
.bdt-vacancy-row time { color: #9ca1a7; display: block; font-size: 12px; margin-top: 16px; }
.bdt-list-talent { align-items: center; background: linear-gradient(125deg, #5146e8 0%, #6256f2 55%, #7064f7 100%); border-radius: 20px; box-shadow: 0 18px 38px rgba(74, 63, 201, .24); color: #fff; display: grid; gap: 22px; grid-template-columns: 64px minmax(0, 1fr) auto; margin-top: 12px; overflow: hidden; padding: 30px 32px; position: relative; }
.bdt-list-talent::before,
.bdt-list-talent::after { background: rgba(255, 255, 255, .08); border-radius: 50%; content: ''; pointer-events: none; position: absolute; }
.bdt-list-talent::before { height: 180px; right: 130px; top: -115px; width: 180px; }
.bdt-list-talent::after { bottom: -115px; height: 210px; left: 36%; width: 210px; }
.bdt-list-talent-icon { align-items: center; background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .24); border-radius: 18px; display: flex; height: 64px; justify-content: center; position: relative; width: 64px; z-index: 1; }
.bdt-list-talent-icon svg { height: 31px; width: 31px; }
.bdt-list-talent-copy { min-width: 0; position: relative; z-index: 1; }
.bdt-list-talent-copy > span { color: rgba(255, 255, 255, .72); display: block; font-size: 11px; font-weight: 800; letter-spacing: .12em; margin-bottom: 7px; }
.bdt-list-talent-copy strong { display: block; font-size: 21px; line-height: 1.2; }
.bdt-list-talent-copy p { color: rgba(255, 255, 255, .78); font-size: 14px; line-height: 1.45; margin: 7px 0 0; max-width: 620px; }
.bdt-list-talent > a { align-items: center; background: #fff; border-radius: 12px; box-shadow: 0 8px 20px rgba(36, 28, 122, .2); color: #4e43d8; display: flex; font-size: 14px; font-weight: 800; gap: 18px; height: 52px; justify-content: center; min-width: 176px; padding: 0 20px; position: relative; text-decoration: none; transition: box-shadow .2s, transform .2s; z-index: 1; }
.bdt-list-talent > a:hover { box-shadow: 0 12px 25px rgba(36, 28, 122, .3); transform: translateY(-2px); }
.bdt-list-talent > a span { font-size: 20px; line-height: 1; }
.bdt-no-results { background: #fff; border: 1px solid #e1e4e8; padding: 55px; text-align: center; }

/* Detalle y formulario */
.bdt-detail-page { background: #fff; min-height: calc(100vh - 142px); padding: 32px 0 70px; }
.bdt-detail-back { color: var(--bdt-purple); display: inline-block; font-size: 14px; margin-bottom: 26px; text-decoration: none; }
.bdt-detail-page h1 { color: var(--bdt-purple); font-size: 38px; font-weight: 800; margin: 0 0 20px; }
.bdt-detail-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.bdt-detail-tags span { border: 1px solid #8f959d; border-radius: 999px; color: #687079; font-size: 13px; padding: 5px 13px; }
.bdt-detail-rule { border: 0; border-top: 1px solid #e3e5e8; margin: 28px 0 34px; }
.bdt-detail-layout { align-items: start; display: grid; gap: 58px; grid-template-columns: minmax(0, 1fr) 320px; }
.bdt-detail-body { color: #42464d; font-size: 15px; line-height: 1.55; }
.bdt-detail-body .bdt-job-meta-inline { display: none; }
.bdt-detail-body h3 { color: #35383e; font-size: 16px; font-weight: 800; margin: 25px 0 8px; }
.bdt-detail-body p { font-size: 15px; line-height: 1.55; margin: 0 0 17px; }
.bdt-detail-body ul { margin: 0 0 18px; padding-left: 22px; }
.bdt-detail-body li { margin-bottom: 5px; }
.bdt-detail-video { aspect-ratio: 16/9; background: #16171b; border: 0; border-radius: 12px; display: block; object-fit: cover; width: 100%; }
.bdt-apply-button { align-items: center; background: var(--bdt-purple); border: 0; color: #fff; display: flex; font-size: 14px; font-weight: 800; height: 52px; justify-content: center; margin-top: 24px; text-decoration: none; transition: box-shadow .25s ease, filter .25s ease, transform .25s ease; width: 100%; }
.bdt-job-criteria { margin-top: 48px; border-top: 1px solid #e2e4e8; }
.bdt-job-criteria-group { border-bottom: 1px solid #e2e4e8; padding: 34px 0 38px; }
.bdt-job-criteria h2,
.bdt-company-about h2 { color: var(--bdt-purple); font-size: 27px; font-weight: 750; margin: 0 0 28px; }
.bdt-job-criteria h3 { color: var(--bdt-purple); font-size: 19px; font-weight: 700; margin: 0 0 14px; }
.bdt-job-criteria-group > span { display: inline-flex; align-items: center; min-height: 31px; border: 1px solid #88929e; border-radius: 999px; color: #6f7b88; padding: 4px 14px; font-size: 14px; }
.bdt-job-criteria .bdt-job-skills-heading { margin-top: 22px; }
.bdt-job-chip-list { display: flex; flex-wrap: wrap; gap: 9px; }
.bdt-job-chip-list span { display: inline-flex; min-height: 31px; align-items: center; border: 1px solid #88929e; border-radius: 999px; color: #6f7b88; padding: 4px 14px; font-size: 14px; line-height: 1.2; }
.bdt-company-about { padding: 42px 0 12px; }
.bdt-company-about h2 { margin-bottom: 24px; }
.bdt-company-about p { max-width: 1080px; margin: 0; color: #424b59; font-size: 16px; line-height: 1.55; }
.web-form-container,
.web-form-wrapper { background: #fff; border-radius: 10px; box-shadow: 0 15px 45px rgba(33, 36, 58, .1); }
.web-form-container { margin-bottom: 60px; margin-top: 35px; }
.web-form-container .web-form-title h1 { color: var(--bdt-purple); font-size: 34px; font-weight: 800; }
.web-form-container .indicator-pill { display: none !important; }
.web-form-container .discard-btn { display: none; }
.web-form-container .btn-attach { font-size: 0; }
.web-form-container .btn-attach::after { content: 'Adjuntar'; font-size: 13px; }
.web-form-container .form-control { border-radius: 4px; min-height: 43px; }
.web-form-container .web-form-footer { border-top: 1px solid #eceef1; }
.web-form-container .submit-btn { font-size: 14px; font-weight: 750; min-width: 120px; }
.btn-primary,
.btn.btn-primary { background: var(--bdt-purple) !important; border-color: var(--bdt-purple) !important; }

@media (hover: hover) and (pointer: fine) {
	.bdt-values article:hover { border-color: rgba(84, 78, 235, .3); box-shadow: 0 15px 30px rgba(84, 78, 235, .15); transform: translateY(-5px); }
	.bdt-values article:hover img { transform: scale(1.08) rotate(-2deg); }
	.bdt-hero-search button:hover { box-shadow: 0 10px 22px rgba(14, 15, 18, .22); transform: translateY(-2px); }
	.bdt-featured-job:hover { transform: translateY(-4px); }
	.bdt-featured-job:hover h3 { color: #4036d0; transform: translateX(4px); }
	.bdt-all-jobs-link:hover span { transform: translateX(5px); }
	.bdt-quote-card:hover { box-shadow: 0 26px 52px rgba(71, 63, 205, .3); transform: translateY(-5px); }
	.bdt-story-visuals > img:hover { box-shadow: 0 18px 35px rgba(55, 48, 160, .18); transform: scale(1.025); }
	.bdt-talent-box:hover { box-shadow: 0 18px 38px rgba(73, 67, 189, .18); transform: translateY(-4px); }
	.bdt-talent-box a:hover { background: #111216; box-shadow: 0 10px 24px rgba(28, 29, 34, .2); transform: translateY(-2px); }
	.bdt-vacancy-row:hover { border-color: #aaa5ff; box-shadow: 0 14px 32px rgba(65, 56, 180, .11); transform: translateY(-4px); }
	.bdt-vacancy-row:hover h2 { transform: translateX(4px); }
	.bdt-apply-button:hover { box-shadow: 0 12px 26px rgba(84, 78, 235, .3); filter: brightness(.96); transform: translateY(-2px); }
	.bdt-not-found-actions a:hover { transform: translateY(-2px); }
	.bdt-not-found-primary:hover { box-shadow: 0 14px 28px rgba(84, 78, 235, .32); }
	.bdt-not-found-primary:hover span { transform: translateX(4px); }
	.bdt-not-found-secondary:hover { border-color: #b7b3f5; color: var(--bdt-purple); }
}

.bdt-site-header nav a:focus-visible,
.bdt-hero-search button:focus-visible,
.bdt-featured-job:focus-visible,
.bdt-all-jobs-link:focus-visible,
.bdt-talent-box a:focus-visible,
.bdt-vacancy-row:focus-visible,
.bdt-list-talent > a:focus-visible,
.bdt-apply-button:focus-visible,
.bdt-not-found-actions a:focus-visible { outline: 3px solid #a8a3ff; outline-offset: 4px; }

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
	.bdt-values article:hover,
	.bdt-values article:hover img,
	.bdt-hero-search button:hover,
	.bdt-featured-job:hover,
	.bdt-featured-job:hover h3,
	.bdt-all-jobs-link:hover span,
	.bdt-quote-card:hover,
	.bdt-story-visuals > img:hover,
	.bdt-talent-box:hover,
	.bdt-talent-box a:hover,
	.bdt-vacancy-row:hover,
	.bdt-vacancy-row:hover h2,
	.bdt-list-talent > a:hover,
	.bdt-apply-button:hover,
	.bdt-not-found-actions a:hover,
	.bdt-not-found-primary:hover span { transform: none !important; }
}

@media (max-width: 900px) {
	.bdt-public-shell { width: calc(100% - 40px); }
	.bdt-culture-grid { gap: 35px; }
	.bdt-values { grid-template-columns: repeat(2, 1fr); }
	.bdt-featured-job h3 { white-space: normal; }
	.bdt-story-grid { grid-template-columns: 1fr 1fr; }
	.bdt-story-copy { grid-column: 1 / -1; }
	.bdt-vacancies-layout { grid-template-columns: 240px 1fr; }
	.bdt-detail-layout { grid-template-columns: 1fr; }
	.bdt-detail-aside { max-width: 520px; }
	.bdt-not-found-card { grid-template-columns: minmax(0, 1fr) 330px; }
	.bdt-not-found-copy { padding: 52px 44px; }
}

@media (max-width: 720px) {
	.bdt-site-header { height: 72px; min-height: 72px; }
	.bdt-site-logo img { width: 170px; }
	.bdt-site-header nav { gap: 14px; }
	.bdt-site-header nav a,
	.bdt-site-header nav span { font-size: 13px; }
	.bdt-hero { aspect-ratio: auto; min-height: 410px; }
	.bdt-hero h1 { font-size: 29px; }
	.bdt-hero-search { gap: 8px; grid-template-columns: 1fr; width: 100%; }
	.bdt-hero-search label { border-radius: 4px !important; }
	.bdt-hero-search label + label { border-left: 0; }
	.bdt-hero-search input,
	.bdt-hero-search select,
	.bdt-filter-panel input[type='search'] { font-size: 16px; }
	.bdt-hero-search button { margin-left: 0; width: 100%; }
	.bdt-search-example { font-size: 13px; width: 100%; }
	.bdt-culture-grid { grid-template-columns: 1fr; }
	.bdt-culture { padding: 42px 0 34px; }
	.bdt-culture-copy h2,
	.bdt-story-copy h2 { font-size: 27px; }
	.bdt-values { grid-template-columns: 1fr; margin-top: 38px; }
	.bdt-featured-grid { grid-template-columns: 1fr; }
	.bdt-featured-job,
	.bdt-featured-job:first-child,
	.bdt-featured-job:last-child { padding: 22px 0; }
	.bdt-featured-job + .bdt-featured-job { border-left: 0; border-top: 1px solid #dfe1e5; }
	.bdt-story-grid { grid-template-columns: 1fr; }
	.bdt-story-copy { grid-column: auto; }
	.bdt-story-visuals { grid-template-columns: 1fr 1fr; grid-template-rows: 230px; }
	.bdt-story { padding: 58px 0 62px; }
	.bdt-talent-box h2 { font-size: 25px; }
	.bdt-site-footer .bdt-public-shell { flex-direction: column; gap: 8px; }
	.bdt-vacancies-page { padding: 34px 0 54px; }
	.bdt-vacancies-toolbar { gap: 16px; margin-bottom: 24px; }
	.bdt-vacancies-toolbar h1 { font-size: clamp(23px, 7vw, 28px); }
	.bdt-mobile-filter-toggle { display: inline-flex; flex: 0 0 auto; }
	.bdt-vacancies-layout { grid-template-columns: minmax(0, 1fr); }
	.bdt-filter-scrim { position: fixed; inset: 0; z-index: 109; background: rgba(20, 20, 30, .48); opacity: 0; pointer-events: none; transition: opacity .22s ease; }
	.bdt-filter-scrim.is-open { display: block; opacity: 1; pointer-events: auto; }
	.bdt-filter-panel { position: fixed; inset: 0 0 0 auto; z-index: 110; width: min(88vw, 360px); height: 100dvh; max-height: none; border: 0; border-radius: 18px 0 0 18px; box-shadow: -18px 0 48px rgba(27, 28, 43, .2); overflow-y: auto; overscroll-behavior: contain; pointer-events: none; transform: translateX(105%); visibility: hidden; transition: transform .24s ease, visibility .24s ease; }
	.bdt-filter-panel.is-open { pointer-events: auto; transform: none; visibility: visible; }
	.bdt-filter-panel > header { position: sticky; top: 0; z-index: 2; min-height: 72px; background: #fff; padding: 0 20px; }
	.bdt-filter-panel > header h2 { font-size: 22px; }
	.bdt-filter-panel > header button { display: grid; width: 40px; height: 40px; place-items: center; border: 0; border-radius: 50%; background: #f2f2f7; color: #5e6070; padding: 0; font: inherit; font-size: 24px; cursor: pointer; }
	.bdt-filter-panel section { padding: 23px 20px; }
	.bdt-filter-panel form > button { width: calc(100% - 40px); min-height: 48px; margin: 20px; border-radius: 9px; }
	body.bdt-filters-open { overflow: hidden; }
	.bdt-vacancy-facts { flex-direction: column; gap: 7px; }
	.bdt-vacancy-row { min-height: 0; padding: 21px 18px; }
	.bdt-vacancy-row h2 { font-size: 20px; line-height: 1.25; }
	.bdt-list-talent { grid-template-columns: 54px minmax(0, 1fr); padding: 26px; }
	.bdt-list-talent-icon { border-radius: 15px; height: 54px; width: 54px; }
	.bdt-list-talent > a { grid-column: 1 / -1; width: 100%; }
	.bdt-detail-page h1 { font-size: 31px; }
	.bdt-detail-layout { gap: 34px; }
	.bdt-detail-aside { max-width: 100%; }
	.bdt-detail-tags { gap: 8px; }
	.bdt-detail-tags span { font-size: 12px; }
	.bdt-apply-button { min-height: 50px; }
	.bdt-job-criteria { margin-top: 36px; }
	.bdt-job-criteria-group { padding: 28px 0 31px; }
	.bdt-job-criteria h2,
	.bdt-company-about h2 { font-size: 24px; margin-bottom: 22px; }
	.bdt-job-criteria h3 { font-size: 17px; }
	.bdt-company-about { padding-top: 34px; }
	.bdt-company-about p { font-size: 15px; }
	.bdt-not-found-page { min-height: calc(100vh - 130px); padding: 30px 0; }
	.bdt-not-found-card { grid-template-columns: 1fr; }
	.bdt-not-found-copy { padding: 44px 38px 40px; }
	.bdt-not-found-copy h1 { font-size: 36px; }
	.bdt-not-found-visual { min-height: 260px; }
	.bdt-not-found-visual > strong { font-size: 118px; right: 22px; top: 13px; }
	.bdt-not-found-sheet { height: 172px; padding: 23px 21px; width: 215px; }
	.bdt-not-found-sheet-top { margin-bottom: 18px; }
	.bdt-not-found-sheet-top span:first-child { height: 31px; width: 31px; }
	.bdt-not-found-sheet-top span:last-child { width: 90px; }
	.bdt-not-found-sheet-tags { margin-top: 20px; }
	.bdt-not-found-sheet-tags span { height: 21px; width: 46px; }
	.bdt-not-found-search { bottom: 43px; height: 68px; right: calc(50% - 125px); width: 68px; }
}

@media (max-width: 460px) {
	.bdt-public-shell { width: calc(100% - 28px); }
	.bdt-site-header nav span { display: none; }
	.bdt-site-logo img { width: 145px; }
	.bdt-story-visuals { grid-template-columns: 1fr; grid-template-rows: auto; }
	.bdt-hero { min-height: 430px; }
	.bdt-hero h1 { font-size: 26px; margin-bottom: 22px; }
	.bdt-hero-search label,
	.bdt-hero-search button { height: 49px; }
	.bdt-values article { height: auto; min-height: 78px; border-radius: 28px; padding: 13px 20px; }
	.bdt-featured-card { padding: 22px 20px 16px; }
	.bdt-quote-card { min-height: 0; padding: 34px 26px; }
	.bdt-innovation-image { min-height: 220px; }
	.bdt-talent-box a { max-width: 100%; }
	.bdt-vacancies-toolbar { align-items: flex-start; }
	.bdt-mobile-filter-toggle { padding: 0 12px; }
	.bdt-list-talent { grid-template-columns: 1fr; padding: 24px 20px; }
	.bdt-list-talent-icon { display: none; }
	.bdt-list-talent > a { grid-column: 1; }
	.bdt-detail-page { padding-top: 24px; }
	.bdt-detail-page h1 { font-size: 28px; line-height: 1.15; }
	.bdt-detail-rule { margin: 23px 0 28px; }
	.bdt-job-chip-list { gap: 7px; }
	.bdt-job-chip-list span,
	.bdt-job-criteria-group > span { font-size: 13px; padding: 4px 11px; }
	.bdt-not-found-card { border-radius: 22px; }
	.bdt-not-found-copy { padding: 36px 25px 32px; }
	.bdt-not-found-copy h1 { font-size: 31px; }
	.bdt-not-found-description { font-size: 15px; }
	.bdt-not-found-actions { align-items: stretch; flex-direction: column; margin-top: 28px; }
	.bdt-not-found-actions a { width: 100%; }
}

@media (max-width: 360px) {
	.bdt-public-shell { width: calc(100% - 24px); }
	.bdt-site-logo img { width: 128px; }
	.bdt-site-header nav { gap: 9px; }
	.bdt-site-header nav a { font-size: 12px; }
	.bdt-vacancies-toolbar { align-items: stretch; flex-direction: column; }
	.bdt-mobile-filter-toggle { justify-content: center; width: 100%; }
}
