.header{position:fixed;top:0;left:0;right:0;background:transparent;z-index:100;transition:background .3s}.header.scrolled{background:#fff;border-bottom:1px solid #e5e5e5}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.header-logo{display:flex;align-items:center}.header-nav{display:flex;gap:2rem}.header-nav a{font-size:.9rem;color:#666;transition:color .2s}.header-nav a:hover{color:#1a1a1a}.header-btn{padding:.6rem 1.25rem;background:#1a1a1a;color:#fff;font-size:.9rem;transition:background .2s}.header-btn:hover{background:#333}@media(max-width:768px){.header-nav{display:none}}.hero{position:relative;padding:0;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(to bottom,#fff0,#fff);pointer-events:none}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-bg video{width:100%;height:100%;object-fit:cover;display:block}.hero-bg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffffd9;z-index:1}.hero-container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:8rem 2rem 4rem;width:100%}.hero-title{font-size:3rem;font-weight:600;line-height:1.2;color:#1a1a1a;margin-bottom:1.5rem}.hero-subtitle{font-size:1.125rem;color:#666;margin-bottom:2rem;max-width:480px}.hero-btn{display:inline-block;padding:1rem 2rem;background:#1a1a1a;color:#fff;font-size:1rem;transition:background .2s}.hero-btn:hover{background:#333}@media(max-width:768px){.hero{padding:6rem 1.5rem 3rem}.hero-container{grid-template-columns:1fr;gap:3rem}.hero-title{font-size:2rem}}.about{padding:6rem 2rem}.about-container{max-width:800px;margin:0 auto;text-align:center}.about-title{font-size:2rem;font-weight:600;color:#1a1a1a;margin-bottom:2rem}.about-text{font-size:1.125rem;color:#666;line-height:1.8}@media(max-width:768px){.about{padding:4rem 1.5rem}.about-title{font-size:1.5rem}.about-text{font-size:1rem}}.services{padding:6rem 2rem}.services-container{max-width:1200px;margin:0 auto}.services-title{font-size:2rem;font-weight:600;color:#1a1a1a;margin-bottom:3rem;text-align:center}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.service-card{padding:2rem;border:1px solid #e5e5e5;transition:border-color .2s}.service-card:hover{border-color:#1a1a1a}.service-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.service-description{font-size:.9rem;color:#666;line-height:1.6}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.services{padding:4rem 1.5rem}.services-title{font-size:1.5rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}}.team{padding:6rem 2rem}.team-container{max-width:1200px;margin:0 auto}.team-title{font-size:2rem;font-weight:600;color:#1a1a1a;margin-bottom:3rem;text-align:center}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;justify-items:center}.team-card{text-align:center}.team-image{width:240px;height:240px;object-fit:cover;object-position:center top;border-radius:50%;margin-bottom:1.5rem;border:1px solid #e5e5e5}.team-name{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.team-role{font-size:.9rem;color:#666}@media(max-width:768px){.team{padding:4rem 1.5rem}.team-title{font-size:1.5rem}.team-grid{grid-template-columns:1fr;gap:2rem}.team-image{width:180px;height:180px}}.contact{padding:6rem 2rem}.contact-container{max-width:600px;margin:0 auto}.contact-title{font-size:2rem;font-weight:600;color:#1a1a1a;margin-bottom:2rem;text-align:center}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:1px solid #e5e5e5;font-size:1rem;color:#1a1a1a;background:#fff;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#1a1a1a}.form-group textarea{resize:vertical;min-height:120px}.contact-btn{padding:1rem 2rem;background:#1a1a1a;color:#fff;font-size:1rem;transition:background .2s}.contact-btn:hover{background:#333}@media(max-width:768px){.contact{padding:4rem 1.5rem}.contact-title{font-size:1.5rem}}.footer{padding:3rem 2rem;background:#fafafa;border-top-left-radius:2rem;border-top-right-radius:2rem;margin-top:2rem}.footer-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-logo{font-size:1.25rem;font-weight:700;color:#1a1a1a;letter-spacing:.1em}.footer-copyright{font-size:.875rem;color:#999}.footer-contact{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center;align-items:center}.footer-email,.footer-website,.footer-linkedin{font-size:.875rem;color:#666;transition:color .2s;display:flex;align-items:center}.footer-email:hover,.footer-website:hover,.footer-linkedin:hover{color:#0077b5}.footer-linkedin svg{width:24px;height:24px}.footer-nav{display:flex;gap:2rem}.footer-nav a{font-size:.875rem;color:#666;transition:color .2s}.footer-nav a:hover{color:#1a1a1a}@media(max-width:768px){.footer{padding:2rem 1.5rem}.footer-nav{gap:1rem}}*{margin:0;padding:0;box-sizing:border-box}html{scrollbar-width:none}html::-webkit-scrollbar{display:none}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-size:16px;line-height:1.6;color:#1a1a1a;background-color:#fff}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;font-family:inherit}input,textarea{font-family:inherit;font-size:inherit}img{max-width:100%;display:block}
