*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#fff;background:#050816;font-family:Arial,Helvetica,sans-serif}.navbar{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:999;background:#0f172ad9;justify-content:space-between;align-items:center;width:100%;padding:1rem 8%;display:flex;position:fixed;top:0;left:0}.logo{font-size:1.7rem;font-weight:700}.logo span{color:#00d4ff}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:#fff;text-decoration:none;transition:all .3s}.nav-links a:hover{color:#00d4ff}.nav-btn{color:#fff;background:linear-gradient(135deg,#00d4ff,#8b5cf6);border-radius:12px;padding:.8rem 1.4rem;font-weight:600;text-decoration:none}.hamburger{cursor:pointer;font-size:1.8rem;display:none}@media (width<=900px){.nav-links{text-align:center;background:#0f172a;flex-direction:column;width:100%;max-height:0;transition:all .3s;position:absolute;top:100%;left:0;overflow:hidden}.nav-links.active{max-height:400px;padding:1.5rem 0}.nav-btn{display:none}.hamburger{display:block}}.hero{justify-content:space-between;align-items:center;gap:4rem;min-height:100vh;padding:120px 8%;display:flex}.hero-content{flex:1;max-width:650px}.hero-badge{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;padding:.7rem 1rem;display:inline-block}.hero-content h1{margin:1.5rem 0;font-size:clamp(3rem,6vw,5rem);line-height:1.1}.hero-content h1 span{color:#00d4ff}.hero-content p{color:#94a3b8;font-size:1.1rem;line-height:1.8}.hero-buttons{gap:1rem;margin-top:2rem;display:flex}.hero-buttons a{color:#fff;background:linear-gradient(135deg,#00d4ff,#8b5cf6);border-radius:14px;padding:1rem 1.6rem;font-weight:600;text-decoration:none}.hero-preview{flex:1;justify-content:center;align-items:center;display:flex}.hero-image{object-fit:contain;filter:drop-shadow(0 25px 40px #00000059);width:100%;max-width:450px;transition:all .3s}.hero-image:hover{transform:translateY(-8px)}.card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:24px;box-shadow:0 20px 50px #0000004d}.mobile-card{width:220px;height:450px;position:absolute;left:20px;transform:rotate(-8deg)}.dashboard-card{width:420px;height:280px;transform:rotate(4deg)}.card-header{border-bottom:1px solid #ffffff14;height:50px}.card-body{background:linear-gradient(135deg,#00d4ff26,#8b5cf626);height:calc(100% - 50px)}.dashboard-grid{grid-template-columns:repeat(2,1fr);gap:1rem;padding:1rem;display:grid}.dashboard-grid div{background:linear-gradient(135deg,#00d4ff33,#8b5cf633);border-radius:12px;height:80px}@media (width<=900px){.hero{text-align:center;flex-direction:column;gap:2rem;padding:120px 5% 60px}.hero-buttons{flex-wrap:wrap;justify-content:center}.hero-image{max-width:280px}}.hero-buttons{justify-content:center}.hero-preview{margin-top:3rem}.mobile-card{display:none}.dashboard-card{width:100%;max-width:400px}.section-title span{color:#00f0ff;letter-spacing:2px;text-transform:uppercase;font-weight:600}.services{padding:120px 8%}.section-title{text-align:center}.section-title span{color:#00f0ff;text-transform:uppercase;letter-spacing:2px;font-weight:600}.section-title h2{margin-top:1rem;font-size:clamp(2rem,5vw,4rem)}.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:4rem;display:grid}.service-card{background:#090d16;border:1px solid #ffffff14;border-radius:24px;padding:2rem;transition:all .35s;position:relative;overflow:hidden}.service-card:before{content:"";opacity:0;background:linear-gradient(135deg,#00f0ff14,#b000ff14);transition:all .35s;position:absolute;inset:0}.service-card:hover{border-color:#00f0ff;transform:translateY(-10px);box-shadow:0 0 40px #00f0ff33}.service-card:hover:before{opacity:1}.service-icon{z-index:2;font-size:3rem;position:relative}.service-card h3{z-index:2;margin-top:1rem;font-size:1.8rem;position:relative}.price{z-index:2;color:#94a3b8;margin:1.5rem 0;position:relative}.price span{background:linear-gradient(90deg,#00f0ff,#b000ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:3rem;font-weight:800;display:block}.service-card p{z-index:2;color:#94a3b8;line-height:1.7;position:relative}.service-card ul{z-index:2;margin-top:1.5rem;position:relative}.service-card li{color:#e2e8f0;margin-bottom:.9rem;list-style:none}.service-btn{z-index:5;text-align:center;color:#fff;cursor:pointer;background:linear-gradient(135deg,#00f0ff,#b000ff);border-radius:14px;width:100%;margin-top:2rem;padding:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:block;position:relative;box-shadow:0 0 20px #00f0ff26}.service-btn:hover{filter:brightness(1.1);box-shadow:0 0 35px #00f0ff59,0 0 60px #b000ff40}.service-btn:active{transform:scale(.97)}.featured{border-color:#b000ff;transform:scale(1.05);box-shadow:0 0 40px #b000ff33}.popular-tag{z-index:3;color:#fff;background:linear-gradient(135deg,#00f0ff,#b000ff);border-radius:999px;padding:.45rem .9rem;font-size:.75rem;font-weight:700;position:absolute;top:15px;right:15px}@media (width<=768px){.services{padding:80px 5%}.featured{transform:none}.price span{font-size:2.5rem}.service-card{padding:1.7rem}}@media (width<=480px){.service-icon{font-size:2.5rem}.service-card h3{font-size:1.5rem}.price span{font-size:2.2rem}}.portfolio{padding:120px 8%}.featured-project{grid-template-columns:1.2fr 1fr;align-items:center;gap:3rem;display:grid}.project-image img{border:1px solid #ffffff14;border-radius:24px;width:100%;box-shadow:0 20px 60px #0000004d}.project-info h3{margin-bottom:1rem;font-size:2rem}.project-info p{color:#94a3b8;margin-bottom:2rem;line-height:1.8}.tech-stack{flex-wrap:wrap;gap:.8rem;margin-bottom:2rem;display:flex}.tech-stack span{background:#ffffff0d;border:1px solid #ffffff14;border-radius:999px;padding:.7rem 1rem}.project-info a{color:#fff;background:linear-gradient(135deg,#00d4ff,#8b5cf6);border-radius:14px;padding:1rem 1.6rem;text-decoration:none;display:inline-block}@media (width<=900px){.featured-project{grid-template-columns:1fr}}.process{padding:120px 8%}.process-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.process-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px;padding:2rem;transition:all .3s;position:relative}.process-card:hover{transform:translateY(-8px)}.step-number{color:#00d4ff;margin-bottom:1rem;font-size:3rem;font-weight:700}.process-card h3{margin-bottom:1rem}.process-card p{color:#94a3b8;line-height:1.8}.pricing{padding:120px 8%}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.pricing-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px;padding:2rem;transition:all .3s}.pricing-card:hover{transform:translateY(-10px)}.pricing-card h3{color:#00d4ff;margin-bottom:1rem;font-size:1.7rem}.pricing-card p{color:#94a3b8;margin-bottom:1.5rem;line-height:1.8}.pricing-card ul{list-style:none}.pricing-card li{color:#cbd5e1;margin:.8rem 0}.faq{padding:120px 8%}.faq-container{max-width:900px;margin:auto}.faq-item{background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;margin-bottom:1rem;transition:all .3s;overflow:hidden}.faq-item:hover{border-color:#00d4ff4d}.faq-question{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.5rem;font-size:1rem;font-weight:600;display:flex}.faq-icon{color:#00d4ff;font-size:1.5rem;transition:all .3s}.faq-answer{max-height:0;transition:max-height .35s,padding .35s;overflow:hidden}.faq-answer.show{max-height:300px;padding:0 1.5rem 1.5rem}.faq-answer p{color:#94a3b8;line-height:1.8}.active{border-color:#00d4ff66;box-shadow:0 0 20px #00d4ff14}@media (width<=768px){.faq{padding:80px 5%}.faq-question{font-size:.95rem}}.contact{padding:120px 8%}.contact-content{text-align:center;background:linear-gradient(135deg,#00d4ff14,#8b5cf614);border:1px solid #ffffff14;border-radius:30px;max-width:900px;margin:auto;padding:4rem 2rem}.contact-content span{color:#00d4ff;font-weight:600}.contact-content h2{margin:1rem 0;font-size:clamp(2rem,4vw,3.5rem)}.contact-content p{color:#94a3b8;max-width:700px;margin:auto;line-height:1.8}.contact-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.contact-buttons a{color:#fff;background:linear-gradient(135deg,#00d4ff,#8b5cf6);border-radius:14px;padding:1rem 1.8rem;font-weight:600;text-decoration:none;transition:all .3s}.contact-buttons a:hover{transform:translateY(-4px)}.secondary-btn{border:1px solid #ffffff26;background:0 0!important}@media (width<=768px){.contact{padding:80px 5%}}.footer{border-top:1px solid #ffffff14;padding:80px 8% 30px}.footer-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem;display:grid}.footer-brand h2{background:linear-gradient(135deg,#00d4ff,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:2rem}.footer-brand p{color:#94a3b8;line-height:1.8}.footer-links,.footer-social{flex-direction:column;gap:1rem;display:flex}.footer-links h4,.footer-social h4{margin-bottom:.5rem}.footer a{color:#94a3b8;text-decoration:none;transition:all .3s}.footer a:hover{color:#00d4ff}.footer-bottom{text-align:center;color:#64748b;border-top:1px solid #ffffff14;padding-top:2rem}@media (width<=768px){.footer{padding:60px 5% 30px}}
