.careers-module__jWUbTG__page{--background:#fff;--foreground:#0f172a;--border:#e2e8f0;--primary:#2e499d;--primary-foreground:#fff;--secondary:#f1f5f9;--muted:#f8fafc;--muted-foreground:#64748b;--accent:#e0f2fe;--accent-foreground:#2e499d;--card:#fff;background:var(--background);color:var(--foreground)}.careers-module__jWUbTG__hero{color:#fff;background-color:#000;justify-content:flex-start;align-items:center;width:100%;min-height:520px;padding:80px 100px;display:flex;position:relative;overflow:hidden}.careers-module__jWUbTG__heroOverlay{z-index:1;background:#00000073;position:absolute;inset:0}.careers-module__jWUbTG__heroInner{z-index:2;max-width:520px;position:relative}.careers-module__jWUbTG__heroCard{background:#0f172ae6;border-radius:12px;padding:32px 32px 36px;box-shadow:0 16px 40px #00000038}.careers-module__jWUbTG__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:16px;font-size:14px;font-weight:800;display:block}.careers-module__jWUbTG__heroTitle{color:#fff;margin:0 0 16px;font-size:44px;font-weight:900;line-height:1.15}.careers-module__jWUbTG__heroDesc{color:#e5e7eb;margin:0 0 24px;font-size:16px;line-height:1.7}.careers-module__jWUbTG__heroActions{align-items:center;gap:16px;display:flex}.careers-module__jWUbTG__btnPrimary{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:9999px;align-items:center;gap:8px;padding:14px 32px;font-size:16px;font-weight:800;text-decoration:none;display:inline-flex}.careers-module__jWUbTG__section{background-color:var(--background);padding:80px 100px}.careers-module__jWUbTG__sectionContent{max-width:1400px;margin:0 auto}.careers-module__jWUbTG__sectionMuted{background-color:var(--muted)}.careers-module__jWUbTG__sectionHeader{text-align:center;max-width:700px;margin:0 auto 60px}.careers-module__jWUbTG__sectionTitle{color:var(--foreground);margin:0 0 12px;font-size:27px;font-weight:700}@media (min-width:640px){.careers-module__jWUbTG__sectionTitle{font-size:33px}}.careers-module__jWUbTG__sectionSubtitle{color:var(--muted-foreground);margin:0;font-size:18px;line-height:1.6}.careers-module__jWUbTG__valuesGrid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.careers-module__jWUbTG__valueCard{background-color:var(--card);border:1px solid var(--border);text-align:center;border-radius:16px;padding:32px}.careers-module__jWUbTG__valueIcon{background-color:var(--accent);width:64px;height:64px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 24px;display:flex}.careers-module__jWUbTG__valueTitle{margin:0 0 12px;font-size:20px;font-weight:900}.careers-module__jWUbTG__valueDesc{color:var(--muted-foreground);margin:0;font-size:15px;line-height:1.6}.careers-module__jWUbTG__jobList{flex-direction:column;gap:16px;max-width:900px;margin:0 auto;display:flex}.careers-module__jWUbTG__jobCard{border:1px solid var(--border);color:inherit;cursor:pointer;text-align:left;width:100%;font:inherit;background-color:#fff;border-radius:12px;justify-content:space-between;align-items:center;padding:24px 32px;transition:all .2s;display:flex}.careers-module__jWUbTG__jobCard:hover{border-color:var(--primary);box-shadow:0 4px 12px #0000000d}.careers-module__jWUbTG__modalBackdrop{z-index:1000;background:#0f172a99;justify-content:center;align-items:center;padding:24px;animation:.2s ease-out careers-module__jWUbTG__careersModalFadeIn;display:flex;position:fixed;inset:0}@keyframes careers-module__jWUbTG__careersModalFadeIn{0%{opacity:0}to{opacity:1}}.careers-module__jWUbTG__modalPanel{background:var(--card);border-radius:16px;flex-direction:column;width:100%;max-width:560px;max-height:calc(100vh - 48px);animation:.25s ease-out careers-module__jWUbTG__careersModalSlideIn;display:flex;position:relative;box-shadow:0 24px 48px #0003}@keyframes careers-module__jWUbTG__careersModalSlideIn{0%{opacity:0;transform:scale(.96)translateY(-8px)}to{opacity:1;transform:scale(1)translateY(0)}}.careers-module__jWUbTG__modalClose{border:1px solid var(--border);background:var(--background);width:40px;height:40px;color:var(--foreground);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,border-color .2s;display:flex;position:absolute;top:16px;right:16px}.careers-module__jWUbTG__modalClose:hover{background:var(--muted);border-color:var(--muted-foreground)}.careers-module__jWUbTG__modalContent{padding:32px 32px 28px;overflow-y:auto}.careers-module__jWUbTG__modalTitle{color:var(--foreground);margin:0 0 12px;padding-right:36px;font-size:22px;font-weight:900}.careers-module__jWUbTG__modalMeta{color:var(--muted-foreground);flex-wrap:wrap;gap:20px;margin-bottom:20px;font-size:14px;display:flex}.careers-module__jWUbTG__modalMeta span{align-items:center;gap:6px;display:inline-flex}.careers-module__jWUbTG__modalDesc{color:var(--foreground);margin:0 0 24px;font-size:15px;line-height:1.6}.careers-module__jWUbTG__modalBlock{margin-bottom:20px}.careers-module__jWUbTG__modalBlockTitle{text-transform:uppercase;letter-spacing:.04em;color:var(--foreground);margin:0 0 10px;font-size:14px;font-weight:800}.careers-module__jWUbTG__modalList{color:var(--muted-foreground);margin:0;padding-left:20px;font-size:14px;line-height:1.7}.careers-module__jWUbTG__modalList li{margin-bottom:6px}.careers-module__jWUbTG__modalList li:last-child{margin-bottom:0}.careers-module__jWUbTG__modalActions{border-top:1px solid var(--border);margin-top:28px;padding-top:20px}.careers-module__jWUbTG__modalApplyBtn{background:var(--primary);width:100%;color:var(--primary-foreground);cursor:pointer;border:none;border-radius:9999px;padding:14px 24px;font-size:16px;font-weight:800;transition:opacity .2s}.careers-module__jWUbTG__modalApplyBtn:hover{opacity:.92}.careers-module__jWUbTG__jobInfo h3{color:var(--foreground);margin:0 0 8px;font-size:18px;font-weight:900}.careers-module__jWUbTG__jobMeta{color:var(--muted-foreground);flex-wrap:wrap;gap:16px;font-size:14px;display:flex}.careers-module__jWUbTG__jobMeta span{align-items:center;gap:6px;display:inline-flex}.careers-module__jWUbTG__applyLink{color:var(--primary);align-items:center;gap:8px;font-weight:900;display:inline-flex}.careers-module__jWUbTG__benefitsGrid{grid-template-columns:repeat(4,1fr);gap:32px;margin-top:48px;display:grid}.careers-module__jWUbTG__benefitItem{background:var(--card);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:16px;padding:24px;display:flex}.careers-module__jWUbTG__benefitIcon{color:var(--primary)}.careers-module__jWUbTG__benefitTitle{color:var(--foreground);font-size:16px;font-weight:900}.careers-module__jWUbTG__benefitText{color:var(--muted-foreground);font-size:14px;line-height:1.5}.careers-module__jWUbTG__ctaSection{color:#fff;text-align:center;background-color:#0b6e4f;padding:80px 100px}.careers-module__jWUbTG__ctaContainer{max-width:600px;margin:0 auto}.careers-module__jWUbTG__ctaTitle{margin:0 0 16px;font-size:32px;font-weight:900}.careers-module__jWUbTG__ctaDesc{opacity:.9;margin:0 0 32px;font-size:18px;line-height:1.6}.careers-module__jWUbTG__btnWhiteLg{color:#0b6e4f;cursor:pointer;background-color:#fff;border:none;border-radius:9999px;padding:16px 40px;font-size:16px;font-weight:900;text-decoration:none;display:inline-block}.careers-module__jWUbTG__footer{color:#fff;background-color:#0f172a;margin-top:auto;padding:80px 100px 40px}.careers-module__jWUbTG__footerGrid{grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;max-width:1240px;margin-bottom:60px;margin-left:auto;margin-right:auto;display:grid}.careers-module__jWUbTG__footerBrand h3{color:#fff;margin:0 0 24px;font-size:24px;font-weight:900}.careers-module__jWUbTG__footerDesc{color:#94a3b8;max-width:300px;margin:0 0 32px;line-height:1.6}.careers-module__jWUbTG__footerCol h4{color:#fff;margin:0 0 24px;font-size:16px;font-weight:800}.careers-module__jWUbTG__footerLinks{flex-direction:column;gap:16px;display:flex}.careers-module__jWUbTG__footerLink{color:#94a3b8;font-size:14px;text-decoration:none;transition:color .2s}.careers-module__jWUbTG__footerLink:hover{color:#fff}.careers-module__jWUbTG__footerBottom{color:#64748b;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:16px;max-width:1240px;margin:0 auto;padding-top:32px;font-size:14px;display:flex}.careers-module__jWUbTG__social{color:#cbd5e1;gap:20px;display:flex}.careers-module__jWUbTG__social a{width:34px;height:34px;color:inherit;border:1px solid #ffffff2e;border-radius:9999px;justify-content:center;align-items:center;text-decoration:none;transition:background-color .2s,border-color .2s,color .2s;display:inline-flex}.careers-module__jWUbTG__social a:hover{color:#fff;background-color:#ffffff0f;border-color:#ffffff59}@media (max-width:1100px){.careers-module__jWUbTG__hero,.careers-module__jWUbTG__section,.careers-module__jWUbTG__ctaSection,.careers-module__jWUbTG__footer{padding-left:24px;padding-right:24px}.careers-module__jWUbTG__valuesGrid{grid-template-columns:1fr}.careers-module__jWUbTG__benefitsGrid,.careers-module__jWUbTG__footerGrid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.careers-module__jWUbTG__benefitsGrid{grid-template-columns:1fr}.careers-module__jWUbTG__footerGrid{grid-template-columns:1fr;gap:32px}.careers-module__jWUbTG__footerBottom{flex-direction:column;align-items:flex-start}}
