@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#667eea;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#5a6fd8}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}p{margin-bottom:1rem;color:#666}.btn{display:inline-block;padding:12px 24px;border:none;border-radius:8px;text-decoration:none;font-weight:500;text-align:center;cursor:pointer;transition:all .3s ease;font-size:1rem}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.btn-secondary,.btn-outline{background:transparent;color:#667eea;border:2px solid #667eea}.btn-outline:hover{background:#667eea;color:#fff}.btn-large{padding:16px 32px;font-size:1.1rem}.btn-full{width:100%}.header{background:#fff;box-shadow:0 2px 20px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo h2{color:#667eea;margin:0;font-size:1.8rem}.logo span{color:#764ba2;font-size:.9rem;font-weight:400}.nav-list{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#667eea}.header-actions{display:flex;align-items:center;gap:1rem}.mobile-menu-btn{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:5px}.mobile-menu-btn span{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.hero{padding:120px 0 80px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;display:flex;align-items:center}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;margin-bottom:1.5rem;color:#333}.highlight{color:#667eea}.hero-description{font-size:1.2rem;margin-bottom:2rem;color:#666}.hero-actions{display:flex;justify-content:flex-start}.hero-image{display:flex;justify-content:center;align-items:center}.hero-placeholder{background:#fff;padding:3rem;border-radius:20px;text-align:center;box-shadow:0 20px 40px #0000001a;max-width:400px}.hero-icon{font-size:4rem;margin-bottom:1rem}.section-header{text-align:center;margin-bottom:4rem}.section-title{color:#333;margin-bottom:1rem}.section-subtitle{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.services{padding:80px 0;background:#fff}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #f0f0f0}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.service-icon{font-size:3rem;margin-bottom:1rem}.service-title{color:#333;margin-bottom:1rem}.service-description{color:#666;margin-bottom:1.5rem}.service-features{list-style:none;margin-bottom:1.5rem}.service-features li{color:#666;position:relative;padding:.5rem 0 .5rem 1.5rem}.service-features li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.about{padding:80px 0;background:#f8f9fa}.about-content{margin-bottom:4rem}.about-description{font-size:1.1rem;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;text-align:center}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;max-width:800px;margin-left:auto;margin-right:auto}.stat-item{text-align:center;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 5px 15px #0000001a}.stat-number{font-size:2.5rem;font-weight:700;color:#667eea;margin-bottom:.5rem}.stat-label{color:#666;font-weight:500}.find-your-job{padding:80px 0;background:#fff}.roles-container{margin-bottom:3rem}.roles-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.roles-block{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 15px 35px #0000001a;border:1px solid #f0f0f0;transition:transform .3s ease,box-shadow .3s ease}.roles-block:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.roles-block h3{color:#333;margin-bottom:1rem;text-align:center}.roles-block p{color:#666;text-align:center;margin-bottom:2rem}.roles-list{display:flex;flex-direction:column;gap:1rem}.role-item{padding:1.5rem;background:#f8f9fa;border-radius:12px;border-left:4px solid #667eea;transition:transform .3s ease,box-shadow .3s ease}.role-item:hover{transform:translate(5px);box-shadow:0 5px 15px #0000001a}.role-info h4{color:#333;margin-bottom:.5rem;font-size:1.1rem}.role-info p{color:#666;margin:0;font-size:.9rem}.job-cta{text-align:center;background:#f8f9fa;padding:3rem;border-radius:16px}.job-cta h3{color:#333;margin-bottom:1rem}.job-cta p{color:#666;margin-bottom:2rem}.footer{background:#2c3e50;color:#fff;padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-logo h3{color:#667eea;margin-bottom:.5rem}.footer-logo span{color:#764ba2}.footer-section h4{color:#fff;margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#667eea}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-link{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.social-link:hover{color:#667eea}.contact-info{color:#bdc3c7}.contact-info p{margin-bottom:.5rem;color:#bdc3c7}.contact-email{color:#667eea;text-decoration:none;font-weight:500;transition:color .3s ease;display:block;margin-bottom:.5rem}.contact-email:hover{color:#764ba2}.contact-note{font-size:.9rem;color:#95a5a6;margin-top:.5rem}.footer-bottom{border-top:1px solid #34495e;padding-top:2rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#bdc3c7;text-decoration:none;font-size:.9rem}.footer-bottom-links a:hover{color:#667eea}.mobile-menu{position:fixed;top:0;right:-100%;width:300px;height:100vh;background:#fff;box-shadow:-5px 0 20px #0000001a;z-index:1001;transition:right .3s ease;display:flex;flex-direction:column;padding:2rem 0}.mobile-menu.active{right:0}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:0 2rem 2rem;border-bottom:1px solid #f0f0f0}.mobile-menu-header h3{color:#333;margin:0}.mobile-menu-close{background:none;border:none;cursor:pointer;padding:5px;position:relative;width:30px;height:30px}.mobile-menu-close span{position:absolute;width:20px;height:2px;background:#333;top:50%;left:50%;transform:translate(-50%,-50%)}.mobile-menu-close span:first-child{transform:translate(-50%,-50%) rotate(45deg)}.mobile-menu-close span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}.mobile-nav{flex:1;padding:2rem}.mobile-nav-list{list-style:none;margin:0;padding:0}.mobile-nav-list li{margin-bottom:1.5rem}.mobile-nav-link{display:block;text-decoration:none;color:#333;font-size:1.1rem;font-weight:500;padding:1rem 0;border-bottom:1px solid #f0f0f0;transition:color .3s ease}.mobile-nav-link:hover{color:#667eea}.mobile-menu-footer{padding:2rem;border-top:1px solid #f0f0f0}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@media (max-width: 768px){.container{padding:0 15px}.nav{display:none}.mobile-menu-btn{display:flex}.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-title{font-size:2.5rem}.hero-actions{justify-content:center}.services-grid{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:1fr}.roles-grid{grid-template-columns:1fr;gap:2rem}.roles-block{padding:2rem}.footer-bottom-content{flex-direction:column;text-align:center}.footer-bottom-links{justify-content:center}}@media (max-width: 480px){.hero-title,.section-title{font-size:2rem}.hero-actions{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.services-grid{grid-template-columns:1fr}.roles-block{padding:1.5rem}.role-item{padding:1rem}.mobile-menu{width:100%;right:-100%}.mobile-menu.active{right:0}}
