.careers-hero{padding:4rem 0;background:linear-gradient(#00000073,#00000073),url(/public/images/CareerHero.webp) 50%/cover no-repeat;background-position:center -266px;color:var(--white)}.flex-careers-hero{display:flex;align-items:center;gap:5rem}@media (max-width:1090px){.flex-careers-hero{flex-direction:column;gap:2rem;text-align:center}}.hero-image img{width:100%;max-width:550px;border-radius:15px;box-shadow:0 8px 20px #0003}.cta-pill{display:inline-block;background-color:var(--white);color:var(--theme-dark-blue);padding:.75rem 1.5rem;border-radius:50px;font-size:1.25rem;font-weight:600;box-shadow:0 4px 15px #0000001a;margin-bottom:1.5rem}.hero-benefits{flex:1 1}.hero-benefits h1{margin-top:0;font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.hero-benefits ul{list-style:none;padding:0;margin-bottom:2rem;line-height:1.8}.hero-benefits ul li{display:flex;align-items:center;margin-bottom:.8rem;font-size:1.08rem;margin-left:0}.hero-benefits ul li .custom-bullet{display:inline-flex;align-items:center;margin-right:.7rem;min-width:1.1em;height:1.1em}.hero-benefits ul li .custom-bullet svg{width:1.1em;height:1.1em;stroke:var(--white,#fff);stroke-width:2.1}.job-listings-bg{background-color:#fff}.job-listings{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:2rem;gap:2rem;align-items:stretch}.job-card{background-color:#943032;border-radius:1rem;box-shadow:0 4px 15px #00000014;padding:2rem;display:flex;flex-direction:column}.job-card .job-meta{display:flex;gap:1.5rem;flex-wrap:wrap}.job-card .job-meta-item{display:flex;align-items:center;font-size:1rem;padding:.5rem;background:#0000;border-radius:25px}.job-card .meta-icon{font-size:1rem}.job-description{flex-grow:1}.job-card-actions{margin-top:auto;justify-content:center;padding-top:1rem;margin-bottom:1rem}.job-card:hover{transform:scale(1.05);box-shadow:0 8px 25px #0000001f}.job-card-title{color:#fff;margin-bottom:0}.job-card p{flex-grow:1;color:#fff}.job-card-actions{display:flex;gap:1rem}.btn-secondary{background-color:var(--theme-dark-blue);color:var(--white)}.btn-secondary:hover{background-color:#59669a}.modal{display:none;position:fixed;z-index:10000;left:0;top:0;width:100%;height:100%;background:#0009;overflow-y:auto;overflow-x:hidden;display:flex;align-items:center;justify-content:center;padding:3rem 1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .3s ease-out;box-sizing:border-box}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--white);padding:2rem;border-radius:12px;max-width:520px;width:100%;max-height:85vh;position:relative;box-shadow:0 20px 60px #0000004d;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#9430324d #0000;animation:slideUp .3s ease-out;margin:auto;box-sizing:border-box}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#0000;border-radius:10px}.modal-content::-webkit-scrollbar-thumb{background:#9430324d;border-radius:10px}.modal-content::-webkit-scrollbar-thumb:hover{background:#94303280}.close-btn{position:sticky;top:0;right:0;float:right;font-size:2rem;cursor:pointer;color:#666;background:#0000;border:none;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;z-index:10;line-height:1;margin-bottom:1rem}.close-btn:hover{background:#9430321a;color:#943032;transform:rotate(90deg)}.close-btn:focus{outline:2px solid #943032;outline-offset:2px}.modal-content h2{border-bottom:2px solid #f0f0f0;padding-bottom:1rem;margin-bottom:1.5rem}.form-group label{font-weight:700}.form-group input[type=email],.form-group input[type=file],.form-group input[type=text]{width:100%;padding:.5rem;border:1px solid var(--light-gray);border-radius:5px}.form-group input.error,.form-group input[type=file].error{border:2px solid #e74c3c;box-shadow:0 0 5px #e74c3c4d}.form-group input:focus{outline:none;border:2px solid #3498db;box-shadow:0 0 5px #3498db4d}.form-group input.error:focus{border:2px solid #e74c3c;box-shadow:0 0 5px #e74c3c80}.error-message{animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-group input{width:100%;padding:.75rem;border:2px solid #ddd;border-radius:4px;font-size:1rem;transition:all .3s ease}.form-group input:hover{border-color:#bbb}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.btn.submitting,.btn:disabled{pointer-events:none}.btn:disabled{transition:all .3s ease}@media (max-width:900px){.flex-careers-hero{flex-direction:column;text-align:center}.hero-benefits ul{margin:1.5rem 0}}@media (max-width:768px){.modal{padding:2rem 1rem;align-items:center}.modal-content{max-width:100%;max-height:80vh;padding:1.5rem;border-radius:8px;margin:1rem auto}.close-btn{width:36px;height:36px;font-size:1.75rem}.form-group{margin-bottom:1.25rem}}@media (max-width:480px){.modal{padding:1rem .5rem;align-items:center}.modal-content{max-height:90vh;height:auto;border-radius:8px;padding:1rem;margin:.5rem auto}.close-btn{width:32px;height:32px;font-size:1.5rem}.form-group label{font-size:.95rem}.form-group input{padding:.65rem;font-size:16px}}@media (max-width:360px){.modal{padding:.75rem .25rem}.modal-content{max-height:92vh;padding:.875rem;margin:.5rem auto}}body.modal-open{overflow:hidden;position:fixed;width:100%}