.font-title{font-family:var(--font-family-title)}.font-description{font-family:var(--font-family-description)}.font-button{font-family:var(--font-family-button)}.job-content ul{list-style-type:disc;margin-left:1.25rem}.job-content ul li{margin-bottom:.5rem}.hero-gradient{background:linear-gradient(135deg,#0009,#0000004d)}.maroon-800{color:#7c2d12}.bg-maroon-800{background-color:#7c2d12}.hero-overlay{background:linear-gradient(135deg,#dc26264d,#991b1b66)}.hero{margin-top:80px;padding:4rem 2rem;text-align:center;color:#fff;position:relative;overflow:hidden}.hero: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 1000 1000"><polygon fill="rgba(255,255,255,0.1)" points="0,0 1000,300 1000,1000 0,700"/></svg>');animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.hero .subtitle{font-size:1.3rem;margin-bottom:2rem;opacity:.9}.cta-button{background:linear-gradient(45deg,#ff4500,#ff6b35);color:#fff;padding:1rem 2rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff450066}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff450099}.values{padding:4rem 2rem;background:#fff;margin:2rem;border-radius:30px;box-shadow:0 20px 40px #0000001a}.values-container{max-width:1200px;margin:0 auto}.values h2{text-align:center;font-size:2.5rem;color:#ff4500;margin-bottom:3rem;font-weight:700}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.value-card{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:2rem;border-radius:20px;text-align:center;transition:all .3s ease;border:2px solid transparent}.value-card:hover{transform:translateY(-10px);border-color:#ff4500;box-shadow:0 15px 30px #ff450033}.value-icon{font-size:3rem;margin-bottom:1rem;color:#ff4500}.value-title{font-size:1.3rem;font-weight:700;margin-bottom:1rem;color:#333}.value-description{color:#666;line-height:1.6}.jobs-section{padding:4rem 2rem;max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:3rem;color:#fff}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-header p{font-size:1.2rem;opacity:.9}.filter-container{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:20px;margin-bottom:3rem;box-shadow:0 10px 30px #0000001a}.filter-row{display:flex;gap:2rem;align-items:center;flex-wrap:wrap}.filter-group{flex:1;min-width:200px}.filter-label{font-weight:600;color:#333;margin-bottom:.5rem;display:block}.filter-select{width:100%;padding:.8rem 1rem;border:2px solid #e9ecef;border-radius:10px;font-size:1rem;transition:all .3s ease;background:#fff}.filter-select:focus{outline:none;border-color:#ff4500;box-shadow:0 0 0 3px #ff45001a}.clear-filters{background:transparent;color:#ff4500;border:2px solid #ff4500;padding:.8rem 1.5rem;border-radius:10px;cursor:pointer;font-weight:600;transition:all .3s ease}.clear-filters:hover{background:#ff4500;color:#fff}.jobs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.job-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:2px solid transparent;position:relative;overflow:hidden}.job-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(45deg,#991b1b,#b91c1c)}.job-card:hover{transform:translateY(-5px);border-color:#991b1b;box-shadow:0 15px 40px #991b1b33}.job-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1.5rem}.job-title{font-size:1.4rem;font-weight:700;color:#333;margin-bottom:.5rem}.job-department{background:#f8f9fa;color:#666;padding:.3rem .8rem;border-radius:20px;font-size:.9rem;font-weight:500}.job-type{background:#e3f2fd;color:#1976d2;padding:.3rem .8rem;border-radius:20px;font-size:.9rem;font-weight:500}.job-description{color:#666;line-height:1.6;margin-bottom:1.5rem}.job-tags{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.job-tag{background:#fff3e0;color:#f57c00;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:500}.job-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.job-deadline{color:#666;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.job-actions{display:flex;gap:1rem}.btn-apply{background:linear-gradient(45deg,#ff4500,#ff6b35);color:#fff;padding:.8rem 1.5rem;border:none;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-apply:hover{transform:translateY(-2px);box-shadow:0 5px 15px #ff450066}.btn-learn-more{background:transparent;color:#ff4500;border:2px solid #ff4500;padding:.8rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-learn-more:hover{background:#ff4500;color:#fff}.modal{display:none;position:fixed;z-index:2000;left:0;top:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{background:#fff;margin:2% auto;padding:0;border-radius:20px;width:90%;max-width:800px;max-height:90vh;overflow-y:auto;position:relative}.modal-header{background:linear-gradient(45deg,#ff4500,#ff6b35);color:#fff;padding:2rem;border-radius:20px 20px 0 0;position:relative}.modal-header h2{font-size:2rem;margin-bottom:1rem}.close{position:absolute;top:1rem;right:1.5rem;font-size:2rem;font-weight:700;cursor:pointer;background:#fff3;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.close:hover{background:#ffffff4d;transform:scale(1.1)}.modal-body{padding:2rem}.job-detail-section{margin-bottom:2rem}.job-detail-section h3{color:#ff4500;font-size:1.3rem;margin-bottom:1rem;font-weight:600}.job-detail-section ul{list-style:none;padding-left:0}.job-detail-section li{padding:.5rem 0 .5rem 1.5rem;position:relative}.job-detail-section li:before{content:"✓";position:absolute;left:0;color:#ff4500;font-weight:700}.stats-container{display:flex;justify-content:center;gap:2rem;margin:2rem 0;color:#fff}.stat-item{text-align:center;background:#ffffff1a;padding:1.5rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat-number{font-size:2rem;font-weight:700;display:block}.stat-label{font-size:.9rem;opacity:.8}@media (max-width: 768px){.nav-links{display:none}.hero h1{font-size:2.5rem}.filter-row{flex-direction:column;gap:1rem}.job-actions{flex-direction:column;gap:.5rem}.stats-container{flex-direction:column;gap:1rem}}
