@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;700;800&display=swap";.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:0 2rem;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden}.glow{position:absolute;border-radius:50%;filter:blur(120px);opacity:.5;animation:float 10s infinite alternate ease-in-out}.glow-1{top:-10%;left:-10%;width:50vw;height:50vw;background:var(--accent-purple);animation-delay:0s}.glow-2{bottom:-20%;right:-10%;width:60vw;height:60vw;background:var(--accent-cyan);opacity:.3;animation-delay:-5s}@keyframes float{0%{transform:translate(0) scale(1)}to{transform:translate(10%,10%) scale(1.1)}}.hero-content{max-width:1000px;text-align:center;display:flex;flex-direction:column;align-items:center;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:100px;font-size:.875rem;font-weight:500;color:var(--text-secondary);margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.badge-dot{width:8px;height:8px;border-radius:50%;background:var(--accent-cyan);box-shadow:0 0 10px var(--accent-cyan)}.hero-title{font-size:clamp(3rem,8vw,5.5rem);font-weight:800;letter-spacing:-.02em;margin-bottom:1.5rem}.hero-subtitle{font-size:clamp(1.125rem,2vw,1.25rem);color:var(--text-secondary);max-width:800px;margin:0 auto 3rem}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:var(--text-primary);color:var(--bg-primary);border-radius:100px;font-weight:600;font-size:1.125rem;transition:all .3s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #fff3}.btn-icon{transition:transform .3s ease}.btn-primary:hover .btn-icon{transform:translate(4px)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:transparent;color:var(--text-primary);border:1px solid var(--glass-border);border-radius:100px;font-weight:600;font-size:1.125rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.btn-secondary:hover{background:var(--glass-bg);border-color:#fff3;transform:translateY(-2px)}.services-section{padding:8rem 2rem;max-width:1400px;margin:0 auto;position:relative;z-index:2}.section-header{text-align:center;margin-bottom:5rem}.section-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;margin-bottom:1rem}.section-subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.service-card{position:relative;padding:2.5rem;display:flex;flex-direction:column;gap:1.5rem;overflow:hidden;transition:border-color .3s ease;cursor:default}.service-card:hover{border-color:#fff3}.service-icon-wrapper{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;position:relative;z-index:2}.service-icon{width:32px;height:32px;color:#fff}.from-cyan.to-blue{background:linear-gradient(135deg,#00f0ff33,#06f3);color:#00f0ff}.from-cyan.to-blue .service-icon{color:#00f0ff}.from-purple.to-pink{background:linear-gradient(135deg,#8a2be233,#ff008033);color:#f0f}.from-purple.to-pink .service-icon{color:#f0f}.from-green.to-cyan{background:linear-gradient(135deg,#0f83,#00f0ff33);color:#0f8}.from-green.to-cyan .service-icon{color:#0f8}.from-yellow.to-orange{background:linear-gradient(135deg,#ffc80033,#ff640033);color:#ffc800}.from-yellow.to-orange .service-icon{color:#ffc800}.from-red.to-magenta{background:linear-gradient(135deg,#f053,#f0f3);color:#f05}.from-red.to-magenta .service-icon{color:#f05}.from-blue.to-purple{background:linear-gradient(135deg,#06f3,#8a2be233);color:#06f}.from-blue.to-purple .service-icon{color:#06f}.service-title{font-size:1.5rem;font-weight:700;z-index:2}.service-description{color:var(--text-secondary);font-size:1rem;line-height:1.7;z-index:2}.card-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:150%;height:150%;background:radial-gradient(circle,rgba(255,255,255,.03) 0%,transparent 70%);opacity:0;transition:opacity .5s ease;z-index:1;pointer-events:none}.service-card:hover .card-glow{opacity:1}.showcase-section{padding:8rem 2rem;max-width:1400px;margin:0 auto}.showcase-gallery{display:flex;flex-direction:column;gap:6rem;margin-top:4rem}.project-card{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.project-card:nth-child(2n){direction:rtl}.project-card:nth-child(2n) .project-info{direction:ltr}.project-preview-mockup{background:var(--bg-tertiary);border:1px solid var(--glass-border);border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #00000080;position:relative;aspect-ratio:16/10;display:flex;flex-direction:column;transition:transform .5s cubic-bezier(.175,.885,.32,1.275),box-shadow .5s ease}.project-preview-mockup:hover{transform:perspective(1000px) rotateY(-5deg) rotateX(5deg) scale(1.02);box-shadow:0 30px 60px #0009,0 0 40px var(--project-accent)}.project-card:nth-child(2n) .project-preview-mockup:hover{transform:perspective(1000px) rotateY(5deg) rotateX(5deg) scale(1.02)}.browser-bar{padding:12px 16px;background:#0006;display:flex;gap:8px;border-bottom:1px solid var(--glass-border)}.browser-bar span{width:10px;height:10px;border-radius:50%;background:#ff5f56}.browser-bar span:nth-child(2){background:#ffbd2e}.browser-bar span:nth-child(3){background:#27c93f}.preview-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at center,rgba(255,255,255,.05),transparent)}.preview-content h3{font-size:3rem;margin-bottom:.5rem;text-shadow:0 0 20px currentColor}.preview-content p{color:var(--text-secondary);font-family:monospace}.project-info{display:flex;flex-direction:column;gap:1.5rem}.project-tags{display:flex;gap:.75rem;flex-wrap:wrap}.project-tag{font-size:.75rem;padding:.4rem 1rem;border-radius:100px;background:#ffffff0d;border:1px solid var(--glass-border);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em}.project-name{font-size:3rem;font-weight:800;line-height:1.1}.project-desc{font-size:1.125rem;color:var(--text-secondary);line-height:1.8;max-width:90%}.project-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--accent-cyan);font-weight:600;margin-top:1rem;width:fit-content;position:relative;transition:color .3s ease}.project-link:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:var(--accent-cyan);transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.project-link:hover{color:#fff}.project-link:hover:after{transform:scaleX(1);transform-origin:left;background:#fff}.link-icon{transition:transform .3s ease}.project-link:hover .link-icon{transform:translate(2px,-2px)}@media (max-width: 968px){.project-card{grid-template-columns:1fr;gap:2rem}.project-card:nth-child(2n){direction:ltr}}.footer-section{position:relative;background:var(--bg-secondary);border-top:1px solid var(--glass-border);padding:6rem 2rem 2rem;overflow:hidden}.footer-glow{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;max-width:800px;height:1px;background:var(--grad-primary);box-shadow:0 0 40px 5px var(--accent-purple);opacity:.5}.footer-content{max-width:1400px;margin:0 auto;display:flex;flex-wrap:wrap;gap:4rem;justify-content:space-between}.footer-brand{flex:1;min-width:300px;max-width:400px}.logo-text{font-family:Outfit,sans-serif;font-size:2rem;font-weight:800;margin-bottom:1rem}.footer-tagline{color:var(--text-secondary);line-height:1.6}.footer-links-grid{display:flex;flex:2;gap:4rem;flex-wrap:wrap;justify-content:flex-end}.footer-column{min-width:150px}.footer-column h4{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.footer-column ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer-column a{color:var(--text-secondary);transition:color .3s ease}.footer-column a:hover{color:var(--accent-cyan)}.contact-column li{color:var(--text-secondary);display:flex;align-items:center;gap:.75rem}.footer-bottom{max-width:1400px;margin:6rem auto 0;padding-top:2rem;border-top:1px solid var(--glass-border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;color:var(--text-secondary);font-size:.875rem}.legal-links{display:flex;gap:2rem}.legal-links a{transition:color .3s ease}.legal-links a:hover{color:#fff}@media (max-width: 768px){.footer-links-grid{justify-content:flex-start}.footer-bottom{flex-direction:column;justify-content:center;text-align:center}}.app-container{min-height:100vh;display:flex;flex-direction:column}:root{--bg-primary: #050505;--bg-secondary: #0a0a0c;--bg-tertiary: #121216;--accent-cyan: #00f0ff;--accent-purple: #8a2be2;--accent-magenta: #ff0055;--text-primary: #ffffff;--text-secondary: #a0a0b0;--glass-bg: rgba(255, 255, 255, .03);--glass-border: rgba(255, 255, 255, .08);--glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, .37);--grad-primary: linear-gradient(135deg, var(--accent-cyan), var(--accent-purple));--grad-secondary: linear-gradient(135deg, var(--accent-purple), var(--accent-magenta))}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}body{font-family:Inter,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;line-height:1.2}a{text-decoration:none;color:inherit}button{font-family:Inter,sans-serif;cursor:pointer;border:none;outline:none}.text-gradient{background:var(--grad-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.text-gradient-secondary{background:var(--grad-secondary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.glass-card{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:20px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-purple)}.bg-noise{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:9999;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}
