*{margin:0;padding:0;box-sizing:border-box}:root{--cluster-blue:#162f54;--cluster-blue-light:#2a4a7a;--cluster-blue-lighter:#ECE9E5;--cluster-offwhite:#fffbf5;--cluster-accent:#ff5a5f;--cluster-accent-dark:#e04347;--cluster-accent-light:#ffeeee;--text-dark:#162f54;--text-medium:#4a5568;--text-light:#718096;--background:#fffbf5;--background-light:#fff;--background-card:#fff;--border-color:#e2e8f0;--font-heading:"Red Hat Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;--font-body:"Rawline",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-dark);background-color:var(--background);line-height:1.6;overflow-x:hidden;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;margin-bottom:1rem;color:var(--cluster-blue)}h1{font-size:4rem;letter-spacing:-.03em}h2{font-size:2.5rem;letter-spacing:-.02em}h3{font-size:1.5rem;letter-spacing:-.01em}p{margin-bottom:1rem;color:var(--text-medium)}a{color:var(--cluster-blue);text-decoration:none;transition:color .3s ease}a:hover{color:var(--cluster-accent)}button{cursor:pointer;font-family:var(--font-body)}.main-container{position:relative;overflow:hidden;width:100%;min-height:100vh}.grid-background{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(90deg,rgba(22,47,84,.05) 1px,transparent 0),linear-gradient(180deg,rgba(22,47,84,.05) 1px,transparent 0);background-size:80px 80px;z-index:-1}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 5%;position:fixed;top:0;left:0;right:0;z-index:100;background-color:rgba(255,251,245,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px rgba(22,47,84,.05)}.logo{font-size:1.5rem;font-weight:700}.nav-links{display:flex;gap:2rem}.nav-links a{font-weight:500;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:var(--cluster-accent);transition:width .3s ease}.nav-links a:hover:after{width:100%}.cta-button{background-color:var(--cluster-blue);color:white;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:50px;transition:background-color .3s ease,transform .2s ease;display:inline-block}.cta-button:hover{background-color:var(--cluster-blue-light);color:white;transform:translateY(-2px)}.cta-button.large{padding:1rem 2rem;font-size:1.1rem}.hero-section{padding:10rem 5% 5rem;min-height:100vh;display:flex;align-items:center}.mobile{display:none}.hero-content{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto}.hero-text{flex:1 1;max-width:600px}.hero-title{margin-bottom:2rem;line-height:1}.text-gradient{background:linear-gradient(90deg,var(--cluster-blue) 0,var(--cluster-accent) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}.hero-subtitle{font-size:1.5rem;margin-bottom:2.5rem;line-height:1.8}.highlight{color:var(--cluster-blue);font-weight:700}.highlight-blue{color:var(--cluster-accent);font-weight:700}.hero-visual{flex:1 1;position:relative}.lottie-container{width:100%;max-width:500px;margin:0 auto}.section{padding:8rem 5%;max-width:1400px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem;position:relative}.section-line{width:80px;height:4px;background:linear-gradient(90deg,var(--cluster-blue) 0,var(--cluster-accent) 100%);margin:1rem auto 0;border-radius:2px}.steps-container{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.step{flex:1 1;background-color:var(--background-card);border-radius:20px;padding:2.5rem;position:relative;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 5px 20px rgba(22,47,84,.05);border:1px solid var(--border-color);min-width:300px;max-width:500px}.step:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(22,47,84,.1);border-color:var(--cluster-blue)}.step-number{position:absolute;top:-40px;left:30px;font-size:5rem;font-weight:800;color:rgba(22,47,84,.05);line-height:1}.step h3{margin-bottom:1rem;color:var(--cluster-blue)}.benefits-grid{flex:1 1;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.benefit-card{background-color:var(--background-card);border-radius:20px;padding:2.5rem;transition:transform .3s ease,box-shadow .3s ease;border:1px solid var(--border-color);box-shadow:0 5px 20px rgba(22,47,84,.05)}.benefit-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(22,47,84,.1);border-color:var(--cluster-blue)}.benefit-icon{font-size:2.5rem;margin-bottom:1.5rem}.benefit-card h3{color:var(--cluster-blue)}.jobs-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.job-card{background-color:var(--background-card);border-radius:20px;padding:2.5rem;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;border:1px solid var(--border-color);box-shadow:0 5px 20px rgba(22,47,84,.05)}.job-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(22,47,84,.1);border-color:var(--cluster-blue)}.job-details{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.job-location,.job-type{padding:.25rem .75rem;border-radius:50px;background-color:var(--cluster-blue-lighter)}.apply-button,.job-location,.job-type{font-size:.875rem;color:var(--cluster-blue)}.apply-button{background-color:transparent;border:2px solid var(--cluster-blue);padding:.75rem 1.5rem;font-weight:600;border-radius:50px;margin-top:1.5rem;transition:background-color .3s ease,color .3s ease,transform .2s ease}.apply-button:hover{background-color:var(--cluster-blue);color:white;transform:translateY(-2px)}.process-container{display:flex;align-items:center;gap:4rem}.process-image{flex:1 1;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px rgba(22,47,84,.1);position:relative;max-width:500px}.process-image img{width:100%;height:auto;display:block}.process-content{flex:1 1}.process-text{font-size:1.25rem;margin-bottom:3rem}.process-steps{position:relative}.process-steps:before{content:"";position:absolute;top:0;bottom:0;left:10px;width:2px;background-color:var(--border-color)}.process-step{display:flex;margin-bottom:2rem;position:relative}.process-step-marker{width:20px;min-width:20px;height:20px;border-radius:50%;background-color:var(--cluster-blue);margin-right:1.5rem;position:relative;z-index:1}.process-step-content h4{color:var(--cluster-blue);margin-bottom:.5rem}.cta-section{background-color:var(--cluster-blue-lighter);text-align:center;padding:5rem;margin:5rem 0 0;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,var(--cluster-blue) 0,var(--cluster-accent) 100%)}.footer{background-color:var(--cluster-blue);padding:5rem 5% 2rem;position:relative;color:white}.footer-content{flex-direction:column;align-items:center;max-width:1200px;margin:0 auto}.footer-content,.footer-links{display:flex;gap:3rem}.footer-links a{color:white}.footer-links a:hover{color:var(--cluster-accent-light)}.footer-copyright{margin-top:3rem;font-size:.875rem}.footer-copyright p{color:var(--background);opacity:.6}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(22,47,84,.8);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:var(--background-card);border-radius:20px;width:90%;max-width:600px;position:relative;max-height:90vh;display:flex;flex-direction:column;border:1px solid var(--border-color);box-shadow:0 20px 40px rgba(22,47,84,.2);overflow:hidden}.modal-body{padding:3rem;overflow-y:auto;flex:1 1}.modal-footer{padding:1.5rem 3rem;border-top:1px solid var(--border-color);background-color:var(--background-card);flex-shrink:0}.close-button{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;font-size:2rem;color:var(--text-light);cursor:pointer;transition:color .3s ease;z-index:10}.close-button:hover{color:var(--cluster-accent)}.modal-apply{width:100%;margin-top:0;padding:1rem;font-size:1rem}.photo-grid{position:relative;width:100%;height:100%}.photo{position:absolute;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px rgba(22,47,84,.1)}.photo img{width:100%;height:100%;object-fit:cover}.photo-1{top:50px;left:50px;background-color:var(--cluster-blue-lighter);transform:rotate(-5deg)}.photo-1,.photo-2{width:280px;height:350px}.photo-2{top:150px;right:50px;background-color:var(--cluster-blue-light);transform:rotate(5deg)}.photo-3{width:280px;height:350px;bottom:50px;left:150px;background-color:var(--cluster-accent);transform:rotate(3deg)}.shape-circle{width:300px;height:300px;border-radius:50%;background-color:rgba(22,47,84,.03);border:1px solid rgba(22,47,84,.1);transform:translate(-50%,-50%)}.shape-circle,.shape-lines{position:absolute;top:50%;left:50%;z-index:-1}.shape-lines{width:400px;height:400px;transform:translate(-50%,-50%) rotate(45deg);background-image:repeating-linear-gradient(-45deg,rgba(22,47,84,.05),rgba(22,47,84,.05) 2px,transparent 0,transparent 10px)}@media (max-width:992px){.hero-content{flex-direction:column}.hero-text{max-width:100%;margin-bottom:4rem;text-align:center}.hero-section{padding:10rem 5% 1rem;min-height:50vh;flex-direction:column;align-content:center}.mobile{width:100%;display:flex;align-items:center;flex-direction:column;border-radius:20px;overflow:hidden;margin:0 5% 40px}.mobile img{max-width:100%}.process-container,.steps-container{flex-direction:column}.process-image{width:100%;margin-bottom:3rem}.photo-grid{display:none}.jobs-grid{grid-template-columns:1fr}}@media (max-width:1200px){.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.25rem}.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.navbar{padding:1rem;align-items:center}.logo img{vertical-align:-webkit-baseline-middle}.nav-links{display:none}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.1rem}.section{padding:5rem 1.5rem}.benefits-grid{grid-template-columns:1fr}.cta-section{padding:5rem 1.5rem}.footer-links{flex-direction:column;gap:1.5rem;align-items:center}}@media (max-width:480px){.hero-title{font-size:2.5rem}.cta-button.large{padding:.75rem 1.5rem;font-size:1rem}.modal-content{padding:2rem 1.5rem}}