*{margin:0;padding:0;box-sizing:border-box}:root{--black: #000000;--white: #FFFFFF;--gray: #666666;--dark-gray: #1a1a1a;--light-gray: #999999}body{font-family:Montserrat,sans-serif;background-color:var(--black);color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{width:100%}.app{width:100%;min-height:100vh}.hero-section{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;position:relative;padding:4rem 2rem}.hero-content{max-width:900px;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.logo-container{width:160px;height:160px;margin-bottom:2rem}.logo-svg{width:100%;height:100%;filter:drop-shadow(0 0 20px rgba(255,255,255,.1))}.brand-name{font-family:Bebas Neue,sans-serif;font-size:5rem;letter-spacing:.15em;margin-bottom:1.5rem;font-weight:400;background:linear-gradient(135deg,#fff,#999);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;line-height:1.8;color:var(--light-gray);margin-bottom:3rem;font-weight:300;max-width:700px}.features-list{display:flex;gap:2rem;margin-bottom:3rem;flex-wrap:wrap;justify-content:center}.feature-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;color:var(--white);cursor:pointer}.cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2.5rem;background-color:var(--white);color:var(--black);text-decoration:none;font-weight:500;font-size:1rem;letter-spacing:.05em;text-transform:uppercase;transition:all .3s ease;border:2px solid var(--white)}.cta-button:hover{background-color:var(--black);color:var(--white)}.scroll-indicator{position:absolute;bottom:2rem;font-size:1.5rem;color:var(--gray)}.services-section{width:100%;padding:8rem 2rem;background-color:var(--dark-gray)}.section-header{max-width:1200px;margin:0 auto 4rem;text-align:center}.section-title{font-family:Bebas Neue,sans-serif;font-size:3.5rem;letter-spacing:.1em;margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:var(--light-gray);font-weight:300}.services-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.service-card{background-color:var(--black);border:1px solid rgba(255,255,255,.1);padding:3rem 2rem;transition:all .3s ease;cursor:pointer}.service-card:hover{border-color:var(--white);background-color:#ffffff05}.service-icon{margin-bottom:1.5rem;color:var(--white)}.service-title{font-family:Bebas Neue,sans-serif;font-size:1.75rem;letter-spacing:.05em;margin-bottom:1rem}.service-description{font-size:.95rem;line-height:1.7;color:var(--light-gray);font-weight:300}.stats-section{width:100%;padding:6rem 2rem;background-color:var(--black);border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.stats-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem}.stat-item{text-align:center}.stat-number{font-family:Bebas Neue,sans-serif;font-size:4rem;letter-spacing:.05em;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#999);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;color:var(--light-gray)}.cta-section{width:100%;padding:8rem 2rem;background-color:var(--dark-gray)}.cta-content{max-width:800px;margin:0 auto;text-align:center}.cta-title{font-family:Bebas Neue,sans-serif;font-size:3.5rem;letter-spacing:.1em;margin-bottom:1rem;line-height:1.2}.cta-description{font-size:1.125rem;color:var(--light-gray);margin-bottom:3rem;font-weight:300}.email-link{display:inline-flex;align-items:center;gap:1rem;padding:1.25rem 3rem;background-color:transparent;color:var(--white);text-decoration:none;font-size:1.125rem;font-weight:500;border:2px solid var(--white);transition:all .3s ease}.email-link:hover{background-color:var(--white);color:var(--black)}.footer{width:100%;padding:3rem 2rem;background-color:var(--black);border-top:1px solid rgba(255,255,255,.1)}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-logo{font-family:Bebas Neue,sans-serif;font-size:1.5rem;letter-spacing:.1em}.footer-text{font-size:.875rem;color:var(--gray)}@media(max-width:768px){.brand-name{font-size:3rem}.logo-container{width:120px;height:120px}.hero-description{font-size:1rem}.features-list{gap:1rem}.feature-item{font-size:.75rem}.section-title,.cta-title{font-size:2.5rem}.services-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.stat-number{font-size:3rem}.footer-content{flex-direction:column;text-align:center}.cta-button,.email-link{padding:.875rem 2rem;font-size:.9rem}}@media(max-width:480px){.hero-section{padding:3rem 1.5rem}.brand-name{font-size:2.5rem}.services-section,.cta-section{padding:5rem 1.5rem}.stats-section{padding:4rem 1.5rem}}
