:root{--safa-green-dark:#047857;--safa-green-light:#d1fae5;--safa-gray-light:#f9fafb;--font-family-sans:"Guillon"}.careers-page{font-family:var(--font-family-sans);color:var(--safa-gray-text);line-height:1.6;background-color:#ffffff}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.hero-section,section.hero.section{background:linear-gradient(90deg,#2f7d71,#439745)}.hero-section{color:white;padding:120px 0 80px;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.1}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.hero-content{text-align:center;margin-bottom:60px}.hero-title{font-size:clamp(3rem,6vw,4.5rem);font-weight:800;margin-top:5%;line-height:1.1;color:#fff}p.hero-subtitle{color:#fff}.highlight{background:linear-gradient(45deg,#218b59,#ccfbf1);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-description{font-size:clamp(1.1rem,2vw,1.4rem);margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto;opacity:.95}.hero-actions{gap:1.25rem}.hero-actions,.hero-stats{display:flex;justify-content:center;flex-wrap:wrap}.hero-stats{gap:3.75rem;margin-top:5rem}.stat-item{text-align:center}.stat-number{display:block;font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:.5rem}.stat-label{font-size:.9rem;opacity:.9}.primary-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.3rem;border-radius:999px;font-size:1rem;font-weight:500;background:#3A9444;color:#ffffff;border:none;cursor:pointer;transition:background .3s ease,transform .2s ease}.primary-btn:hover{background:var(--safa-green-dark);transform:translateY(-2px)}.section-title{font-size:clamp(2rem,4vw,2.8rem);font-weight:700;margin-bottom:1rem;color:#1f2937}.section-description{max-width:600px;margin:0 auto 3rem;color:var(--safa-gray-text);font-size:1.1rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-top:4rem}.benefit-card{background:white;padding:2.5rem 2rem;border-radius:1rem;box-shadow:0 8px 20px rgba(0,0,0,.06);transition:all .3s ease;border:1px solid #e5e7eb;text-align:left}.benefit-card:hover{transform:translateY(-.5rem);box-shadow:0 15px 30px rgba(0,0,0,.1);border-color:var(--safa-green-primary)}.benefit-icon{width:50px;height:50px;border-radius:.75rem;background:var(--safa-green-light);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--safa-green-primary)}.benefit-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#1f2937}.benefit-description{font-size:1rem;color:var(--safa-gray-text);line-height:1.7}.cv-upload-section{padding:6rem 0;border-top:1px solid #dcfce7}.cv-upload-container{display:flex;align-items:center;justify-content:center;gap:10rem;flex-wrap:wrap;text-align:left}.cv-upload-content{flex:1 1;min-width:280px;max-width:420px}.cv-upload-intro{font-size:1.1rem;color:var(--safa-gray-text);margin-bottom:1.5rem;line-height:1.7}.cv-upload-title{font-size:clamp(2rem,4vw,2.8rem);font-weight:700;color:#3a9444;margin-bottom:1rem}.cv-upload-subtitle{font-size:1.1rem;color:var(--safa-gray-text);margin-bottom:0}.cv-upload-form{flex:1 1;min-width:280px;max-width:500px;margin:0;padding:2.5rem;background:#ffffff;border-radius:1rem;box-shadow:0 10px 30px rgba(0,0,0,.08);border:1px solid #e5e7eb}.form-group{margin-bottom:1.5rem;text-align:left}.form-group label{display:block;font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.form-control{display:block;width:100%;padding:.75rem 1rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.5rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control:focus{border-color:var(--safa-green-primary);outline:0;box-shadow:0 0 0 .2rem rgba(5,150,105,.25)}.form-control-file{display:block;width:100%;padding:.75rem 1rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.5rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control-file:focus{border-color:var(--safa-green-primary);outline:0;box-shadow:0 0 0 .2rem rgba(5,150,105,.25)}.btn-primary{background:#3A9444;color:white;padding:.8rem 2rem;border:none;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;width:100%}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(5,150,105,.3);background-color:#2C4D48}.text-success{color:var(--safa-green-primary);font-weight:500}.text-danger{color:#dc3545;font-weight:500}@media (max-width:1024px){.hero-title{font-size:clamp(2.5rem,5vw,3.8rem)}.hero-description{font-size:clamp(1rem,1.8vw,1.25rem)}.hero-stats{gap:2rem;margin-top:3rem}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width:768px){.section{padding:4rem 0}.hero-section{padding:80px 0 60px}.hero-title{font-size:clamp(2rem,4.5vw,3rem)}.hero-description{font-size:clamp(.95rem,1.6vw,1.1rem);margin-bottom:2rem}.hero-actions{flex-direction:column;align-items:center;gap:1rem}.hero-stats{gap:1.5rem;margin-top:2.5rem}.stat-number{font-size:clamp(1.8rem,3.5vw,2.5rem)}.stat-label{font-size:.85rem}.section-title{font-size:clamp(1.8rem,4vw,2.4rem)}.section-description{font-size:1rem;margin-bottom:2rem}.benefits-grid{grid-template-columns:1fr;gap:1.5rem}.benefit-card{padding:2rem 1.5rem}.benefit-icon{width:45px;height:45px;margin-bottom:1rem}.benefit-title{font-size:1.1rem}.cv-upload-container{flex-direction:column;align-items:center;gap:2rem;text-align:center}.cv-upload-content{max-width:100%;text-align:center}.cv-upload-form{padding:1.5rem;max-width:100%}.cv-upload-title{font-size:1.8rem}.cv-upload-subtitle{font-size:1rem;margin-bottom:0}.form-group label{font-size:.9rem}.btn-primary,.form-control,.form-control-file{font-size:.95rem;padding:.6rem 1rem}}@media (max-width:480px){.hero-section{padding:60px 0 40px}.hero-title{font-size:clamp(1.8rem,5.5vw,2.5rem)}.hero-description{font-size:.9rem;margin-bottom:1.5rem}.cv-upload-title,.section-title,.stat-number{font-size:clamp(1.5rem,4.5vw,2rem)}.cv-upload-subtitle{font-size:.9rem}}