.featured-projects{position:relative;width:100vw;background-color:var(--cypher-navy);color:var(--cypher-cream);padding:1rem}.featured-projects .featured-project-card{position:-webkit-sticky;position:sticky;width:100%;height:100svh;display:flex;justify-content:center;align-items:center;transform-style:preserve-3d;perspective:1000px;will-change:transform;top:0}.featured-projects .featured-project-card-inner{position:relative;width:calc(100%);height:calc(100% - 2rem);padding:1rem;display:flex;gap:1rem;border-radius:2rem;background-color:var(--cypher-cream);transform-origin:50% 100%;will-change:transform;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.featured-projects .featured-project-card-content{display:flex;flex-direction:column;justify-content:space-between;flex:1 1}.featured-projects .featured-project-card-content-main{padding:2rem;display:flex;flex-direction:column;align-items:flex-start}.featured-projects .featured-project-card-info{width:40%;padding:2rem;text-align:left;color:var(--cypher-gold);display:flex;align-items:center;gap:1rem}.featured-project-info-icon{--frosted-icon-size:2.3rem;flex-shrink:0}.featured-projects .featured-project-card-title h2{padding:2rem 0 1rem;color:var(--cypher-navy)}.featured-projects .featured-project-card-description{width:75%;text-align:left;color:var(--cypher-navy)}.featured-projects .featured-project-card-img{flex:1 1;width:100%;height:100%;border-radius:1.5rem;overflow:hidden;position:relative}.featured-projects .featured-project-card-img.gradient-1{background:linear-gradient(135deg,var(--cypher-gold) 0,var(--cypher-navy) 50%,#6B46C1 100%)}.featured-projects .featured-project-card-img.gradient-2{background:linear-gradient(135deg,#8B5CF6 0,var(--cypher-gold) 50%,var(--cypher-navy) 100%)}.featured-projects .featured-project-card-img.gradient-3{background:linear-gradient(135deg,var(--cypher-navy) 0,#059669 50%,var(--cypher-gold) 100%)}.featured-projects .featured-project-card-img.gradient-4{background:linear-gradient(135deg,#DC2626 0,var(--cypher-gold) 50%,var(--cypher-navy) 100%)}.featured-projects .featured-project-card-img:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60%;height:60%;background:rgba(255,255,255,.1);border-radius:50%;animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.7}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.3}}.featured-projects .featured-project-card-inner:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--cypher-navy);opacity:var(--after-opacity,0);will-change:opacity;pointer-events:none;z-index:2}@media (max-width:768px){.featured-projects{padding:.5rem}.featured-projects .featured-project-card{height:85svh}.featured-projects .featured-project-card-inner{flex-direction:column;padding:.75rem;gap:.75rem}.featured-projects .featured-project-card-content,.featured-projects .featured-project-card-img{flex:1 1}.featured-projects .featured-project-card-info{width:100%;padding:1rem;text-align:left;justify-content:flex-start}.featured-project-info-icon{--frosted-icon-size:1.8rem}.featured-projects .featured-project-card-content-main{padding:1rem}.featured-projects .featured-project-card-title h2{font-size:1.5rem;padding:1rem 0 .5rem}.featured-projects .featured-project-card-description{width:100%;font-size:.9rem}.featured-projects .featured-project-card-img{min-height:200px}}.frosted-icon{--frosted-icon-size:2.6rem;position:relative;display:inline-flex;align-items:center;justify-content:center;width:var(--frosted-icon-size);height:var(--frosted-icon-size);border-radius:1rem;background:var(
    --frosted-icon-gradient,linear-gradient(135deg,rgba(255,255,255,.14) 0,rgba(180,200,255,.09) 100%)
  );border:1px solid rgba(255,255,255,.16);box-shadow:0 4px 12px var(--frosted-icon-glow,rgba(12,38,59,.18));color:rgba(255,255,255,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.frosted-icon:before{inset:0;background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.03));opacity:.3}.frosted-icon:after,.frosted-icon:before{content:"";position:absolute;border-radius:inherit;pointer-events:none}.frosted-icon:after{inset:18% 24%;background:rgba(255,255,255,.12);filter:blur(12px);opacity:.4}.frosted-icon svg{position:relative;z-index:1;width:54%;height:54%}.frosted-icon--sm{--frosted-icon-size:2.1rem;border-radius:.85rem}.frosted-icon--md{--frosted-icon-size:2.6rem}.frosted-icon--lg{--frosted-icon-size:3.1rem;border-radius:1.2rem}.frosted-icon--xl{--frosted-icon-size:3.75rem;border-radius:1.45rem}.frosted-icon:hover{transform:translateY(-1px);box-shadow:0 6px 16px var(--frosted-icon-glow,rgba(12,38,59,.22))}.job-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(15,57,92,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem 1rem;overflow-y:auto}.job-modal{background:linear-gradient(145deg,rgba(15,57,92,.95),rgba(15,57,92,.85));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(235,176,38,.2);border-radius:2rem;width:100%;max-width:800px;max-height:calc(100vh - 4rem);overflow:hidden;animation:modalSlideIn .3s ease-out;display:flex;flex-direction:column;margin:auto}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.job-modal-header{display:flex;align-items:center;justify-content:space-between;padding:2rem 3rem;border-bottom:1px solid rgba(235,176,38,.1);flex-shrink:0}.job-modal-title{display:flex;align-items:center;gap:1rem;flex:1 1}.job-modal-title .job-icon{--frosted-icon-size:3.25rem;flex-shrink:0}.job-modal-title h2{color:var(--cypher-gold);margin:0;font-size:1.5rem;font-weight:600}.job-modal-title p{color:var(--cypher-cream-light);margin:.25rem 0 0;font-size:.9rem}.modal-close{background:rgba(235,176,38,.1);border:1px solid rgba(235,176,38,.3);border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;color:var(--cypher-cream);font-size:1.5rem;cursor:pointer;transition:all .3s ease}.modal-close:hover{background:rgba(235,176,38,.2);border-color:var(--cypher-gold);color:var(--cypher-gold)}.job-modal-content{padding:2rem 3rem 3rem;overflow-y:auto;overflow-x:hidden;flex:1 1 auto;min-height:0;max-height:calc(100vh - 8rem);overscroll-behavior:contain;touch-action:none}.job-modal-content::-webkit-scrollbar{width:10px}.job-modal-content::-webkit-scrollbar-track{background:rgba(15,57,92,.5);border-radius:5px;margin:.5rem 0}.job-modal-content::-webkit-scrollbar-thumb{background:rgba(235,176,38,.6);border-radius:5px}.job-modal-content::-webkit-scrollbar-thumb:hover{background:rgba(235,176,38,.8)}.job-modal-content::-webkit-scrollbar-corner{background:transparent}.job-application-form{display:flex;flex-direction:column;gap:1.5rem}.job-application-form .form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}.job-application-form .form-group{display:flex;flex-direction:column;gap:.5rem}.job-application-form label{color:var(--cypher-cream);font-weight:500;font-size:.9rem}.job-application-form input,.job-application-form select,.job-application-form textarea{background:rgba(15,57,92,.3);border:1px solid rgba(235,176,38,.2);border-radius:.75rem;padding:1rem 1.25rem;color:var(--cypher-cream);font-family:inherit;font-size:1rem;transition:all .3s ease;min-height:48px}.job-application-form input:focus,.job-application-form select:focus,.job-application-form textarea:focus{outline:none;border-color:var(--cypher-gold);box-shadow:0 0 0 3px rgba(235,176,38,.1)}.job-application-form input::placeholder,.job-application-form textarea::placeholder{color:rgba(245,245,220,.5);font-size:.95rem}.file-upload-area{background:rgba(15,57,92,.3);border:2px dashed rgba(235,176,38,.3);border-radius:.75rem;padding:2rem;text-align:center;cursor:pointer;transition:all .3s ease}.file-upload-area.drag-active,.file-upload-area:hover{border-color:var(--cypher-gold);background:rgba(235,176,38,.05)}.upload-icon{--frosted-icon-size:2.3rem;margin-bottom:.75rem}.upload-text p{color:var(--cypher-cream);margin:0;font-weight:500}.upload-text span{color:var(--cypher-cream-light);font-size:.85rem}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding-top:1.5rem;border-top:1px solid rgba(235,176,38,.1)}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border-radius:2rem;font-family:inherit;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;font-size:.9rem}.btn-secondary{background:rgba(15,57,92,.5);color:var(--cypher-cream);border:1px solid rgba(235,176,38,.2)}.btn-secondary:hover{background:rgba(15,57,92,.7);border-color:rgba(235,176,38,.3)}.btn-primary{background:linear-gradient(135deg,var(--cypher-gold) 0,#f4d03f 100%);color:var(--cypher-navy);font-weight:600}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(235,176,38,.3)}.btn-primary:disabled,.btn-secondary:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-message{padding:1rem;margin-bottom:1.5rem;border-radius:.75rem;font-weight:500;text-align:center}.form-message.success{background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.3);color:#22c55e}.form-message.error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);color:#ef4444}@media (max-width:768px){.job-modal{margin:1rem;max-height:calc(100vh - 2rem);border-radius:1.5rem}.job-modal-header{padding:1.5rem 1.5rem 0}.job-modal-content{padding:0 1.5rem 1.5rem}.job-application-form .form-row{grid-template-columns:1fr}.modal-actions{flex-direction:column}.modal-actions button{width:100%}.job-modal-title{flex-direction:column;align-items:flex-start;gap:.5rem}.job-modal-title .job-icon{align-self:flex-start}}