*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;background:linear-gradient(180deg,#0f172a,#1e293b);min-height:100vh}.header{position:fixed;top:0;left:0;right:0;background:#0f172a;border-bottom:1px solid #1e293b;z-index:1000}.header-container{max-width:1280px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo{display:flex;align-items:center;gap:.75rem}.logo-image{height:40px;width:auto;border-radius:50%}.logo-text{font-size:1.25rem;font-weight:300;color:#fff;font-family:sans-serif;white-space:nowrap}.nav{display:flex;align-items:center;gap:2rem}.nav-link{text-decoration:none;color:#94a3b8;font-size:.95rem;font-weight:500;transition:color .2s}.nav-link:hover{color:#fff}.cta-button{padding:.625rem 1.25rem;background:#3b82f6;color:#fff;border:none;border-radius:9999px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.cta-button:hover{background:#60a5fa;transform:translateY(-2px)}.burger-menu{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}.burger-line{width:24px;height:2px;background:#fff;transition:all .3s}.burger-line.open:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.burger-line.open:nth-child(2){opacity:0}.burger-line.open:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a;z-index:999;padding:6rem 2rem 2rem;opacity:0;visibility:hidden;transition:all .3s}.mobile-menu.open{display:flex;opacity:1;visibility:visible}.close-menu{position:absolute;top:2rem;right:2rem;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;transition:color .2s}.close-menu:hover{color:#3b82f6}.mobile-nav{display:flex;flex-direction:column;gap:2rem;align-items:center;justify-content:center;width:100%;height:100%}.mobile-nav-link{text-decoration:none;color:#fff;font-size:1.5rem;font-weight:500;transition:color .2s}.mobile-nav-link:hover{color:#3b82f6}@media (max-width: 768px){.nav,.cta-button{display:none}.burger-menu{display:flex}.header-container{justify-content:space-between}}.hero{min-height:80vh;display:flex;align-items:flex-end;justify-content:center;padding:0 2rem 4rem;position:relative}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(#ffffff 1px,transparent 1px);background-size:32px 32px;opacity:.15;mask-image:radial-gradient(ellipse at center,black 0%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse at center,black 0%,transparent 70%);pointer-events:none}.hero-container{max-width:800px;text-align:center}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:600;line-height:1.15;color:#fff;margin-bottom:1.5rem;letter-spacing:-.02em}.hero-subtitle{font-size:1.125rem;color:#94a3b8;margin-bottom:2.5rem;font-weight:400;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-button{padding:.875rem 1.75rem;font-size:.95rem;font-weight:500;border-radius:9999px;cursor:pointer;transition:all .2s;border:none}.hero-button.primary{background:#3b82f6;color:#fff}.hero-button.primary:hover{background:#60a5fa;transform:translateY(-2px)}.hero-button.secondary{background:transparent;color:#fff;border:2px solid #3b82f6}.hero-button.secondary:hover{background:#3b82f6;transform:translateY(-2px)}.hero-clients{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #1e293b}.hero-clients-title{font-size:.875rem;color:#64748b;font-weight:500;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.hero-clients-logos{display:flex;gap:3rem;justify-content:center;align-items:center;flex-wrap:wrap}.client-logo{height:32px;width:auto;opacity:.7;filter:brightness(0) invert(1);transition:opacity .2s}.client-logo:hover{opacity:1}@media (max-width: 768px){.hero{padding:5rem 1.5rem 3rem;min-height:70vh}.hero-clients-logos{gap:2rem}.hero-buttons{flex-direction:column;width:100%}.hero-button{width:100%}}@media (max-width: 480px){.hero{padding:5rem 1rem 2rem;min-height:60vh}.hero-clients-logos{gap:1.5rem}.client-logo{height:24px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}}.services{padding:6rem 2rem}.services-container{max-width:1200px;margin:0 auto}.services-title{font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#fff;text-align:center;margin-bottom:1rem;letter-spacing:-.02em}.services-subtitle{font-size:1.125rem;color:#94a3b8;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(280px,1fr));gap:2rem}.service-card{background:#1e293b;border-radius:6px;padding:2rem;transition:all .3s;cursor:pointer}.service-card:hover{transform:translateY(-4px)}.service-content{display:flex;align-items:flex-start;gap:1rem}.service-icon{width:48px;height:48px;flex-shrink:0}.service-text{flex:1}.service-name{font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 .5rem}.service-description{font-size:.875rem;color:#94a3b8;margin:0;line-height:1.5}@media (max-width: 768px){.services{padding:4rem 1.5rem}.services-subtitle{margin-bottom:3rem}.services-grid{gap:1.5rem}.service-card{padding:1.5rem}}@media (max-width: 480px){.services{padding:3rem 1rem}.services-subtitle{margin-bottom:2rem}.services-grid{grid-template-columns:1fr;gap:1rem}.service-content{flex-direction:column;align-items:center;text-align:center}}.statistics{padding:6rem 2rem}.statistics-container{max-width:1200px;margin:0 auto}.statistics-title{font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#fff;text-align:center;margin-bottom:1rem;letter-spacing:-.02em}.statistics-subtitle{font-size:1.125rem;color:#94a3b8;text-align:center;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.statistics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 768px){.statistics{padding:4rem 1.5rem}.statistics-subtitle{margin-bottom:3rem}.statistics-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 480px){.statistics{padding:3rem 1rem}.statistics-subtitle{margin-bottom:2rem}.statistics-grid{grid-template-columns:1fr;gap:1rem}.stat-card{padding:2rem 1.5rem}.stat-number{font-size:2.5rem}}.stat-card{background:#1e293b;border-radius:6px;padding:2.5rem 2rem;text-align:center;transition:all .3s}.stat-card:hover{transform:translateY(-4px)}.stat-number{font-size:3rem;font-weight:700;color:#3b82f6;margin-bottom:.5rem;line-height:1}.stat-label{font-size:.875rem;color:#94a3b8;font-weight:500}.about{padding:6rem 2rem}.about-container{max-width:1200px;margin:0 auto}.about-title{font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#fff;text-align:center;margin-bottom:1rem;letter-spacing:-.02em}.about-subtitle{font-size:1.125rem;color:#94a3b8;text-align:center;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.about-description{font-size:1rem;color:#cbd5e1;text-align:center;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 768px){.about{padding:4rem 1.5rem}.about-description{margin-bottom:3rem}.about-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 480px){.about{padding:3rem 1rem}.about-description{margin-bottom:2rem}.about-grid{grid-template-columns:1fr;gap:1rem}.about-card{padding:2rem 1.5rem}}.about-card{background:#1e293b;border-radius:6px;padding:2.5rem 2rem;text-align:center;transition:all .3s}.about-card:hover{transform:translateY(-4px)}.about-card-icon{width:48px;height:48px;margin-bottom:1rem}.about-card-title{font-size:1.25rem;font-weight:600;color:#3b82f6;margin-bottom:1rem}.about-card-description{font-size:.875rem;color:#94a3b8;line-height:1.5;margin:0}.team{padding:6rem 2rem}.team-container{max-width:1200px;margin:0 auto}.team-title{font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#fff;text-align:center;margin-bottom:1rem;letter-spacing:-.02em}.team-subtitle{font-size:1.125rem;color:#94a3b8;text-align:center;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 768px){.team{padding:4rem 1.5rem}.team-subtitle{margin-bottom:3rem}.team-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 480px){.team{padding:3rem 1rem}.team-subtitle{margin-bottom:2rem}.team-grid{grid-template-columns:1fr;gap:1rem}.team-card{padding:1.5rem}}.team-card{background:#1e293b;border-radius:6px;padding:2rem;text-align:center;transition:all .3s}.team-card:hover{transform:translateY(-4px)}.team-photo-placeholder{width:100%;aspect-ratio:1;background:#334155;border-radius:6px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center}.team-name{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:.5rem}.team-role{font-size:.875rem;color:#94a3b8;margin:0}.cta{padding:8rem 2rem}.cta-container{max-width:800px;margin:0 auto;text-align:center}.cta-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:600;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.cta-subtitle{font-size:1.125rem;color:#94a3b8;margin-bottom:2.5rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button{padding:.875rem 1.75rem;font-size:.95rem;font-weight:500;border-radius:9999px;cursor:pointer;transition:all .2s;border:none}.cta-button.primary{background:#3b82f6;color:#fff}.cta-button.primary:hover{background:#60a5fa;transform:translateY(-2px)}.cta-button.secondary{background:transparent;color:#fff;border:2px solid #3b82f6}.cta-button.secondary:hover{background:#3b82f6;transform:translateY(-2px)}@media (max-width: 768px){.cta{padding:6rem 1.5rem}.cta-subtitle{margin-bottom:2rem}}@media (max-width: 480px){.cta{padding:4rem 1rem}.cta-subtitle{margin-bottom:1.5rem}.cta-buttons{flex-direction:column}.cta-button{width:100%}}.footer{background:#0f172a;border-top:1px solid #1e293b;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;margin-bottom:3rem}@media (max-width: 768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem}}@media (max-width: 480px){.footer{padding:2rem 1rem 1rem}.footer-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}.footer-legal{gap:1rem}}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo-image{height:40px;width:auto;border-radius:50%}.footer-logo-text{font-size:1.25rem;font-weight:300;color:#fff;margin:0;font-family:sans-serif;white-space:nowrap}.footer-description{font-size:.875rem;color:#94a3b8;line-height:1.6;margin:0}.footer-heading{font-size:1rem;font-weight:600;color:#fff;margin:0 0 1rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links li{margin:0}.footer-link{text-decoration:none;color:#94a3b8;font-size:.875rem;transition:color .2s}.footer-link:hover{color:#3b82f6}.footer-contact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-contact li{margin:0;font-size:.875rem;color:#94a3b8}.footer-social-link{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:#94a3b8;transition:color .2s}.footer-social-link:hover{color:#3b82f6}.footer-bottom{border-top:1px solid #1e293b;padding-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-legal{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.footer-legal-link{text-decoration:none;color:#64748b;font-size:.875rem;transition:color .2s}.footer-legal-link:hover{color:#94a3b8}.footer-copyright{font-size:.875rem;color:#64748b;margin:0}
