*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,-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}html{scroll-behavior:smooth}a{text-decoration:none;color:inherit}ol,ul{list-style:none}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:12px 24px;border-radius:8px;font-weight:500;text-align:center;transition:all .3s ease;cursor:pointer;border:none;font-size:16px}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.btn-secondary{background:#0000;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.App{min-height:100vh;display:flex;flex-direction:column}section{padding:80px 0}@media (max-width:768px){.container{padding:0 15px}section{padding:60px 0}.btn{padding:10px 20px;font-size:14px}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#0a0a1af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;border-bottom:1px solid #7a2bf633}.header.scrolled{background:#0a0a1afa;box-shadow:0 2px 20px #7a2bf61a}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.logo h2{color:#7a2bf6;font-weight:700;font-size:1.5rem;text-transform:uppercase;letter-spacing:1px}.nav{display:flex;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-weight:500;text-transform:uppercase;letter-spacing:.5px;transition:color .3s ease;position:relative}.nav-link:hover{color:#7a2bf6}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#7a2bf6;transition:width .3s ease}.nav-link:hover:after{width:100%}.header-cta .btn{padding:10px 25px;font-size:14px}@media (max-width:768px){.nav{display:none}.header-content{padding:.8rem 0}.logo h2{font-size:1.3rem}}.hero{height:calc(100vh - 80px);background:linear-gradient(135deg,#0a0a1a,#151530 50%,#7a2bf6);color:#fff;overflow:hidden;position:relative;display:flex;align-items:center;margin-top:80px}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px}.hero-subtitle{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;color:#a0a0b5;max-width:600px}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.hero-stats{display:flex;gap:2rem}.stat{text-align:center}.stat h3{font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat p{font-size:.9rem;opacity:.8}.hero-visual{display:flex;justify-content:center;align-items:center}.hero-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:0;box-shadow:0 20px 40px #0000001a;border:1px solid #fff3;width:100%;max-width:400px}.card-header{padding:1rem;border-bottom:1px solid #ffffff1a}.card-dots{display:flex;gap:.5rem}.card-dots span{width:12px;height:12px;border-radius:50%;background:#ffffff4d}.card-content{padding:1.5rem}.mock-website{background:#fff;border-radius:8px;overflow:hidden;color:#333}.mock-nav{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.mock-logo{width:80px;height:20px;background:#667eea;border-radius:4px}.mock-menu{display:flex;gap:1rem}.mock-menu-item{width:40px;height:8px;background:#cbd5e0;border-radius:4px}.mock-hero{padding:2rem;text-align:center}.mock-title{width:80%;height:20px;background:#2d3748;border-radius:4px;margin:0 auto 1rem}.mock-subtitle{width:90%;height:16px;background:#718096;border-radius:4px;margin:0 auto 1.5rem}.mock-button{width:120px;height:32px;background:#667eea;border-radius:6px;margin:0 auto}@media (max-width:768px){.hero{padding:100px 0 60px}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:center}.hero-stats{justify-content:center}.hero-visual{order:-1}}.services{padding:100px 0;background-color:#151530}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.section-subtitle{font-size:1.2rem;color:#a0a0b5;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.service-card{background:#0a0a1acc;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #7a2bf61a;transition:all .3s ease;border:1px solid #7a2bf633;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #7a2bf64d;border-color:#7a2bf666}.service-icon{margin-bottom:1.5rem}.icon-emoji{font-size:3rem;display:block}.service-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.service-description{color:#a0a0b5;line-height:1.6;margin-bottom:1.5rem}.service-features{list-style:none;margin-bottom:2rem}.feature-item{display:flex;align-items:center;margin-bottom:.5rem;color:#a0a0b5}.feature-check{color:#7a2bf6;font-weight:700;margin-right:.5rem}.service-cta{color:#7a2bf6;text-decoration:none;font-weight:500;transition:color .3s ease;text-transform:uppercase;letter-spacing:.5px}.service-cta:hover{color:#f054ff}.services-cta{text-align:center;background:#0a0a1acc;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #7a2bf61a;border:1px solid #7a2bf633;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.services-cta h3{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.services-cta p{color:#a0a0b5;margin-bottom:2rem}@media (max-width:768px){.services{padding:80px 0}.section-title{font-size:2rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card,.services-cta{padding:2rem}}.about{padding:100px 0;background:#0a0a1a}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-title{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px}.about-description{font-size:1.1rem;line-height:1.7;color:#a0a0b5;margin-bottom:2rem}.about-highlights{margin-bottom:2.5rem}.highlight{margin-bottom:1.5rem}.highlight h4{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.highlight p{color:#a0a0b5;line-height:1.6}.about-skills h4{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.skills-grid{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:#151530cc;color:#a0a0b5;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;border:1px solid #7a2bf64d;transition:all .3s ease}.skill-tag:hover{background:#7a2bf6;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #7a2bf64d}.about-visual{display:flex;flex-direction:column;align-items:center;gap:2rem}.about-image{width:100%;max-width:300px}.image-placeholder{width:100%;aspect-ratio:1;background:linear-gradient(135deg,#7a2bf6,#f054ff);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 30px #7a2bf64d}.placeholder-content{text-align:center}.placeholder-icon{font-size:4rem;margin-bottom:1rem}.placeholder-content p{font-size:1.1rem;font-weight:500}.about-stats{display:flex;gap:2rem;width:100%;justify-content:center}.stat-item{text-align:center;padding:1.5rem;background:#151530cc;border-radius:12px;border:1px solid #7a2bf633;flex:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat-item h3{font-size:2rem;font-weight:700;color:#7a2bf6;margin-bottom:.5rem}.stat-item p{color:#a0a0b5;font-size:.9rem;font-weight:500}@media (max-width:768px){.about{padding:80px 0}.about-content{grid-template-columns:1fr;gap:2rem;text-align:center}.about-title{font-size:2rem}.about-stats{flex-direction:column;gap:1rem}.stat-item{padding:1rem}}.contact{padding:100px 0;background-color:#151530}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem}.contact-info h3{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.contact-info p{color:#a0a0b5;line-height:1.6}.contact-info p,.contact-methods{margin-bottom:2rem}.contact-method{display:flex;align-items:center;margin-bottom:1.5rem;padding:1rem;background:#0a0a1acc;border-radius:8px;border:1px solid #7a2bf633;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-method:hover{box-shadow:0 4px 12px #7a2bf633;transform:translateY(-2px);border-color:#7a2bf666}.method-icon{font-size:1.5rem;margin-right:1rem;width:40px;text-align:center}.method-details h4{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.5px}.method-details p{color:#a0a0b5;margin:0}.response-time{background:#0a0a1acc;padding:1.5rem;border-radius:8px;border:1px solid #7a2bf633;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.response-time h4{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.response-time p{color:#a0a0b5;margin:0;font-size:.9rem}.contact-form-container{background:#0a0a1acc;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #7a2bf61a;border:1px solid #7a2bf633;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:500;color:#fff;margin-bottom:.5rem;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:1px solid #7a2bf64d;border-radius:6px;font-size:1rem;transition:border-color .3s ease;background:#151530cc;color:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#7a2bf6;box-shadow:0 0 0 3px #7a2bf61a}.form-group textarea{resize:vertical;min-height:120px}.form-submit{align-self:flex-start;padding:.875rem 2rem;font-size:1rem;font-weight:500}@media (max-width:768px){.contact{padding:80px 0}.contact-content{gap:2rem}.contact-content,.form-row{grid-template-columns:1fr}.contact-form-container{padding:2rem}.contact-method{padding:.75rem}}.footer{padding:60px 0 20px;color:#fff;background-color:#0a0a1a}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem}.footer-brand{max-width:300px}.footer-logo{font-size:1.5rem;font-weight:700;color:#7a2bf6;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.footer-description{color:#a0a0b5;line-height:1.6;margin-bottom:1.5rem}.footer-social{display:flex;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:8px;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#7a2bf6;transform:translateY(-2px)}.social-link span{font-size:1.2rem}.footer-column h4{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:#fff;text-transform:uppercase;letter-spacing:.5px}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.5rem}.footer-column a{color:#a0a0b5;text-decoration:none;transition:color .3s ease}.footer-column a:hover{color:#7a2bf6}.footer-links{display:flex;gap:3rem}.footer-column{text-align:right}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #ffffff1a}.footer-copyright p{color:#a0a0b5;margin:0}.footer-legal{display:flex;gap:2rem}.footer-legal a{color:#a0a0b5;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-legal a:hover{color:#7a2bf6}@media (max-width:768px){.footer{padding:40px 0 20px}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-brand{max-width:none}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-legal{justify-content:center}}