.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;border-bottom:1px solid rgba(74,26,107,.1)}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem}.logo-image{width:40px;height:40px;object-fit:contain}.logo-text{font-size:1.5rem;font-weight:300;color:#4a1a6b;letter-spacing:.05em}.nav{display:flex;gap:2rem}.nav-link{color:#1a1a2e;font-size:.95rem;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#4a1a6b}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#4a1a6b;transition:width .3s ease}.nav-link:hover:after{width:100%}.hamburger{display:none;flex-direction:column;justify-content:space-around;width:28px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.hamburger span{width:100%;height:2px;background:#4a1a6b;border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}@media (max-width: 768px){.header-container{padding:.875rem 1.5rem}.logo-text{font-size:1.25rem}.hamburger{display:flex}.nav{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;gap:0;padding:6rem 2rem 2rem;box-shadow:-4px 0 20px #0000001a;transition:right .3s ease}.nav.open{right:0}.nav-link{font-size:1.1rem;padding:1rem 0;border-bottom:1px solid #e8d5f0}.nav-link:after{display:none}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff,#f3e5f5,#4a1a6b);padding:6rem 2rem 4rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(74,26,107,.1) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(74,26,107,.15) 0%,transparent 50%),radial-gradient(circle,rgba(74,26,107,.15) 1px,transparent 1px);background-size:100% 100%,100% 100%,30px 30px;pointer-events:none}.hero-container{max-width:900px;text-align:center;position:relative;z-index:1}.hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;color:#4a1a6b;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.02em}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#1a1a2e;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.7}.hero-cta{display:inline-block;padding:1rem 2.5rem;background:#4a1a6b;color:#fff;font-size:1rem;font-weight:600;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px #4a1a6b4d}.hero-cta:hover{background:#3a1254;transform:translateY(-2px);box-shadow:0 6px 20px #4a1a6b66}@media (max-width: 768px){.hero{padding:5rem 1.5rem 3rem}.hero-title{margin-bottom:1rem}.hero-subtitle{margin-bottom:2rem}.hero-cta{padding:.875rem 2rem;font-size:.95rem}}@media (max-width: 480px){.hero{padding:4rem 1rem 2rem}.hero-subtitle{font-size:.95rem}.hero-cta{padding:.75rem 1.75rem;font-size:.9rem}}.services{padding:6rem 2rem;background:#fff}.services-container{max-width:1200px;margin:0 auto}.services-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#4a1a6b;text-align:center;margin-bottom:1rem}.services-subtitle{font-size:1.1rem;color:#666;text-align:center;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.service-card{background:#fff;padding:2.5rem;border-radius:16px;border:1px solid #e8d5f0;transition:all .3s ease;box-shadow:0 2px 8px #4a1a6b14}.service-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #4a1a6b26;border-color:#4a1a6b}.service-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f3e5f5,#e8d5f0);border-radius:12px;margin-bottom:1.5rem;color:#4a1a6b}.service-icon svg{width:28px;height:28px}.service-title{font-size:1.5rem;font-weight:600;color:#1a1a2e;margin-bottom:1rem}.service-description{font-size:1rem;color:#555;line-height:1.7}@media (max-width: 768px){.services{padding:4rem 1.5rem}.services-grid{grid-template-columns:1fr}.service-card{padding:2rem}}@media (max-width: 480px){.services{padding:3rem 1rem}.services-title{font-size:1.75rem}.services-subtitle{font-size:1rem}.service-card{padding:1.5rem}.service-icon{width:48px;height:48px}.service-icon svg{width:24px;height:24px}.service-title{font-size:1.25rem}.service-description{font-size:.9rem}}.about{padding:6rem 2rem;background:#fff}.about-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-content{padding-right:2rem}.about-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#4a1a6b;margin-bottom:2rem}.about-text{font-size:1.1rem;color:#555;line-height:1.8;margin-bottom:1.5rem}.about-text:last-of-type{margin-bottom:0}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.stat-item{text-align:center;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 12px #4a1a6b14;transition:transform .3s ease}.stat-item:hover{transform:translateY(-4px)}.stat-number{font-size:2.5rem;font-weight:700;color:#4a1a6b;margin-bottom:.5rem}.stat-label{font-size:1rem;color:#666;font-weight:500}@media (max-width: 968px){.about-container{grid-template-columns:1fr;gap:3rem}.about-content{padding-right:0}.about-stats{grid-template-columns:repeat(3,1fr)}}@media (max-width: 640px){.about{padding:4rem 1.5rem}.about-stats{grid-template-columns:1fr}.stat-item{padding:1.5rem}}@media (max-width: 480px){.about{padding:3rem 1rem}.about-title{font-size:1.75rem}.about-text{font-size:1rem}.about-stats{gap:1rem}.stat-item{padding:1.25rem}.stat-number{font-size:2rem}}.team{padding:6rem 2rem;background:#fff}.team-container{max-width:1200px;margin:0 auto}.team-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#4a1a6b;text-align:center;margin-bottom:1rem}.team-subtitle{font-size:1.1rem;color:#666;text-align:center;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.team-card{background:#fff;padding:2.5rem 2rem;border-radius:16px;border:1px solid #e8d5f0;text-align:center;transition:all .3s ease;box-shadow:0 2px 8px #4a1a6b14}.team-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #4a1a6b26;border-color:#4a1a6b}.team-avatar{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#f3e5f5,#e8d5f0);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#4a1a6b}.team-avatar svg{width:40px;height:40px}.team-name{font-size:1.25rem;font-weight:600;color:#1a1a2e;margin-bottom:.5rem}.team-position{font-size:.95rem;color:#666;font-weight:500;margin-bottom:.75rem}.team-description{font-size:.9rem;color:#777;line-height:1.6}@media (max-width: 768px){.team{padding:4rem 1.5rem}.team-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.team{padding:3rem 1rem}.team-grid{grid-template-columns:1fr}.team-title{font-size:1.75rem}.team-subtitle{font-size:1rem}.team-card{padding:1.5rem}.team-avatar{width:64px;height:64px}.team-avatar svg{width:32px;height:32px}.team-name{font-size:1.1rem}.team-position{font-size:.9rem}.team-description{font-size:.85rem}}.careers{padding:6rem 2rem;background:#fff}.careers-container{max-width:1200px;margin:0 auto}.careers-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#4a1a6b;text-align:center;margin-bottom:1rem}.careers-subtitle{font-size:1.1rem;color:#666;text-align:center;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.careers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2rem}.vacancy-card{background:#fff;padding:2rem;border-radius:16px;border:1px solid #e8d5f0;transition:all .3s ease;box-shadow:0 2px 8px #4a1a6b14;display:flex;flex-direction:column}.vacancy-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #4a1a6b26;border-color:#4a1a6b}.vacancy-header{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e8d5f0}.vacancy-title{font-size:1.5rem;font-weight:600;color:#1a1a2e;margin-bottom:.75rem}.vacancy-meta{display:flex;gap:1rem;flex-wrap:wrap}.vacancy-type,.vacancy-location{font-size:.85rem;font-weight:500;color:#4a1a6b;background:#f3e5f5;padding:.375rem .75rem;border-radius:20px}.vacancy-description{font-size:1rem;color:#555;line-height:1.7;margin-bottom:1.5rem;flex-grow:1}.vacancy-requirements{margin-bottom:1.5rem}.requirements-title{font-size:1rem;font-weight:600;color:#1a1a2e;margin-bottom:.75rem}.requirements-list{list-style:none;padding:0;margin:0}.requirements-list li{font-size:.95rem;color:#555;line-height:1.6;padding-left:1.5rem;position:relative;margin-bottom:.5rem}.requirements-list li:before{content:"•";position:absolute;left:0;color:#4a1a6b;font-weight:700}.apply-btn{width:100%;padding:.875rem 2rem;background:#4a1a6b;color:#fff;font-size:1rem;font-weight:600;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 12px #4a1a6b4d}.apply-btn:hover{background:#3a1254;transform:translateY(-2px);box-shadow:0 6px 16px #4a1a6b66}@media (max-width: 768px){.careers{padding:4rem 1.5rem}.careers-grid{grid-template-columns:1fr}.vacancy-card{padding:1.5rem}}@media (max-width: 480px){.careers{padding:3rem 1rem}.careers-title{font-size:1.75rem}.careers-subtitle{font-size:1rem}.careers-grid{gap:1.5rem}.vacancy-card{padding:1.25rem}.vacancy-title{font-size:1.25rem}.vacancy-description{font-size:.9rem}.requirements-list li{font-size:.85rem}.apply-btn{padding:.75rem 1.5rem;font-size:.9rem}}.faq{padding:6rem 2rem;background:#fff}.faq-container{max-width:900px;margin:0 auto}.faq-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#4a1a6b;text-align:center;margin-bottom:1rem}.faq-subtitle{font-size:1.1rem;color:#666;text-align:center;margin-bottom:3rem}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{border:1px solid #e8d5f0;border-radius:12px;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#4a1a6b;box-shadow:0 4px 12px #4a1a6b1a}.faq-question{width:100%;padding:1.5rem;background:#fff;border:none;display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:600;color:#1a1a2e;text-align:left;cursor:pointer;transition:all .3s ease}.faq-question:hover{background:#faf8fc}.faq-question span{flex:1;padding-right:1rem}.faq-icon{width:24px;height:24px;flex-shrink:0;transition:transform .3s ease;color:#4a1a6b}.faq-icon.open{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-answer.open{max-height:500px;padding:0 1.5rem 1.5rem}.faq-answer p{color:#555;line-height:1.7;font-size:1rem}@media (max-width: 768px){.faq{padding:4rem 1.5rem}.faq-question{padding:1.25rem;font-size:1rem}.faq-answer.open{padding:0 1.25rem 1.25rem}}@media (max-width: 480px){.faq{padding:3rem 1rem}.faq-title{font-size:1.75rem}.faq-subtitle{font-size:1rem}.faq-question{padding:1rem;font-size:.95rem}.faq-answer.open{padding:0 1rem 1rem}.faq-answer p{font-size:.9rem}}.contact{padding:6rem 2rem;background:#fff}.contact-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info{padding-right:2rem}.contact-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#4a1a6b;margin-bottom:1rem}.contact-subtitle{font-size:1.1rem;color:#666;margin-bottom:3rem;line-height:1.6}.contact-details{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:center;gap:1rem;color:#1a1a2e;font-size:1rem}.contact-item svg{width:24px;height:24px;color:#4a1a6b;flex-shrink:0}.contact-form{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 16px #4a1a6b1a}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem 1.25rem;border:1px solid #e8d5f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#faf8fc}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#4a1a6b;background:#fff;box-shadow:0 0 0 3px #4a1a6b1a}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{width:100%;padding:1rem 2rem;background:#4a1a6b;color:#fff;font-size:1rem;font-weight:600;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 12px #4a1a6b4d}.submit-btn:hover{background:#3a1254;transform:translateY(-2px);box-shadow:0 6px 16px #4a1a6b66}@media (max-width: 968px){.contact-container{grid-template-columns:1fr;gap:3rem}.contact-info{padding-right:0}}@media (max-width: 640px){.contact{padding:4rem 1.5rem}.contact-form{padding:2rem}}@media (max-width: 480px){.contact{padding:3rem 1rem}.contact-title{font-size:1.75rem}.contact-subtitle{font-size:1rem}.contact-container{grid-template-columns:1fr;gap:2rem}.contact-info{padding-right:0}.contact-item{font-size:.9rem}.contact-item svg{width:20px;height:20px}.contact-form{padding:1.5rem}.form-group input,.form-group textarea{padding:.875rem 1rem;font-size:.9rem}.submit-btn{padding:.875rem 1.5rem;font-size:.9rem}}.footer{background:#1a1a2e;color:#fff;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand{padding-right:2rem}.footer-logo-wrapper{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.footer-logo-image{width:40px;height:40px;object-fit:contain;border-radius:50%}.footer-logo{font-size:1.75rem;font-weight:300;color:#fff;margin-bottom:0;letter-spacing:.1em}.footer-tagline{font-size:.95rem;color:#b8b8d0;margin-bottom:1.5rem;line-height:1.6}.footer-social{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:#ffffff1a;border-radius:50%;transition:all .3s ease}.footer-social:hover{background:#4a1a6b;transform:translateY(-2px)}.footer-social svg{width:22px;height:22px;color:#fff}.footer-heading{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:1.25rem}.footer-link{display:block;color:#b8b8d0;font-size:.95rem;margin-bottom:.75rem;transition:color .3s ease}.footer-link:hover{color:#fff}.footer-contact-item{color:#b8b8d0;font-size:.95rem;margin-bottom:.75rem;line-height:1.6}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-copyright{color:#8888a0;font-size:.9rem}@media (max-width: 968px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-brand{padding-right:0}}@media (max-width: 640px){.footer{padding:3rem 1.5rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}}@media (max-width: 480px){.footer{padding:2.5rem 1rem 1rem}.footer-content{gap:1.5rem}.footer-logo{font-size:1.5rem}.footer-tagline{font-size:.9rem}.footer-heading{font-size:1rem}.footer-link,.footer-contact-item{font-size:.85rem}.footer-copyright{font-size:.8rem}}.divider{display:flex;justify-content:center;align-items:center;gap:1rem;padding:2rem 0;background:#fff}.divider-line{width:60px;height:3px;border-radius:2px;background:linear-gradient(90deg,#4a1a6b,#7b2d8e,#4a1a6b);opacity:.6}.divider-line:nth-child(2){width:40px;opacity:.4}.divider-line:nth-child(3){width:20px;opacity:.2}@media (max-width: 768px){.divider{padding:1.5rem 0}.divider-line{width:40px;height:2px}.divider-line:nth-child(2){width:25px}.divider-line:nth-child(3){width:15px}}@media (max-width: 480px){.divider{padding:1rem 0}.divider-line{width:30px;height:2px}.divider-line:nth-child(2){width:20px}.divider-line:nth-child(3){width:10px}}.app{min-height:100vh}.animate-on-scroll{opacity:1;transform:translateY(0);transition:opacity .6s ease,transform .6s ease}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#fff;color:#1a1a2e;line-height:1.6}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;font-family:inherit}
