*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0a0a0a;--bg-secondary: #1a1a1a;--bg-card: #252525;--text-primary: #ffffff;--text-secondary: #b0b0b0;--accent-primary: #00ff88;--accent-secondary: #ff0080;--accent-tertiary: #00b4ff;--gradient-1: linear-gradient(135deg, #00ff88 0%, #00b4ff 100%);--gradient-2: linear-gradient(135deg, #ff0080 0%, #00b4ff 100%);--gradient-rgb: linear-gradient(90deg, #ff0080, #00ff88, #00b4ff, #ff0080)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden}@keyframes rgbGlow{0%{box-shadow:0 0 20px #ff008080}33%{box-shadow:0 0 20px #00ff8880}66%{box-shadow:0 0 20px #00b4ff80}to{box-shadow:0 0 20px #ff008080}}@keyframes rgbText{0%{background-position:0% 50%}to{background-position:200% 50%}}.hero{height:100vh;display:flex;position:relative;padding:0;background:radial-gradient(ellipse at center top,rgba(0,255,136,.1) 0%,transparent 50%),radial-gradient(ellipse at center bottom,rgba(255,0,128,.1) 0%,transparent 50%)}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');pointer-events:none}.hero-split{display:flex;width:100%;height:100%;position:relative;z-index:1}.hero-left{flex:1;display:flex;align-items:center;justify-content:center;padding:0 2rem;position:relative;z-index:2}.hero-right{flex:1;position:relative;overflow:hidden}.hero-image{position:relative;width:100%;height:100%}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}.image-overlay{position:absolute;inset:0;background:radial-gradient(ellipse at center top,rgba(0,255,136,.15) 0%,transparent 60%),radial-gradient(ellipse at center bottom,rgba(255,0,128,.15) 0%,transparent 60%),linear-gradient(to right,#0a0a0acc,#0a0a0a66,#0a0a0a1a);pointer-events:none}.image-overlay:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');pointer-events:none}.container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.hero-content{text-align:center;animation:fadeInUp 1s ease-out;max-width:600px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;margin-bottom:1rem;background:var(--gradient-rgb);background-size:200% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:rgbText 3s linear infinite}.subheadline{font-size:clamp(1.1rem,2vw,1.5rem);color:var(--text-secondary);margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.btn{display:inline-block;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease;cursor:pointer;border:none;position:relative;overflow:hidden;min-width:200px;text-align:center;vertical-align:top;box-sizing:border-box}.btn-primary{background:var(--gradient-1);color:var(--bg-primary);animation:rgbGlow 3s ease-in-out infinite}.btn-primary:hover{transform:translateY(-2px) scale(1.05)}.btn-secondary{background:transparent;color:var(--text-primary);border:2px solid var(--accent-tertiary)}.btn-secondary:hover{background:var(--accent-tertiary);color:var(--bg-primary);transform:translateY(-2px)}.cta-buttons{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:1rem}section{padding:5rem 0;position:relative}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;text-align:center;margin-bottom:3rem;background:linear-gradient(135deg,var(--text-primary) 0%,var(--accent-primary) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.services{background:var(--bg-secondary)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;justify-items:center}.service-card{background:var(--bg-card);padding:2rem;border-radius:15px;text-align:center;transition:all .3s ease;border:1px solid transparent;position:relative;overflow:hidden;width:100%;max-width:350px}.service-card:before{content:"";position:absolute;inset:0;background:var(--gradient-1);opacity:0;transition:opacity .3s ease;z-index:0}.service-card:hover{transform:translateY(-5px);border-color:var(--accent-primary)}.service-card:hover:before{opacity:.1}.service-icon{font-size:3rem;margin-bottom:1rem;display:block;position:relative;z-index:1}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--accent-primary);position:relative;z-index:1}.service-card p{color:var(--text-secondary);position:relative;z-index:1}.why-us{background:var(--bg-primary);text-align:center}.why-us p{font-size:1.2rem;max-width:800px;margin:0 auto;color:var(--text-secondary);line-height:1.8;padding:0 1rem}.youtube-section{background:var(--bg-secondary);text-align:center}.video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:900px;margin:0 auto 2rem;border-radius:15px;box-shadow:0 10px 40px #00000080}.video-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:15px}.caption{text-align:center;margin-bottom:2rem;color:var(--text-secondary)}.request-section{background:var(--bg-primary);text-align:center}.request-section p{font-size:1.2rem;margin-bottom:2rem;color:var(--text-secondary);max-width:700px;margin-left:auto;margin-right:auto;padding:0 1rem}.trust-section{background:var(--bg-secondary)}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:800px;margin:0 auto;justify-items:center}.trust-item{text-align:center;padding:1.5rem}.trust-icon{font-size:2.5rem;color:var(--accent-primary);margin-bottom:1rem;display:block}footer{background:var(--bg-primary);padding:3rem 0;text-align:center;border-top:1px solid rgba(255,255,255,.1)}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem}.footer-links a{color:var(--text-secondary);text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--accent-primary)}.dev-credit a{text-decoration:none;color:var(--text-secondary);transition:color .3s ease}.dev-credit a:hover{color:var(--accent-primary)}@media (min-width: 1400px){.container{max-width:1300px}.services-grid{grid-template-columns:repeat(4,1fr);max-width:1200px;margin-left:auto;margin-right:auto}.trust-grid{grid-template-columns:repeat(3,1fr);max-width:900px}}@media (max-width: 1024px){.container,.hero-left{padding:0 1.5rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.trust-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}section{padding:4rem 0}}@media (max-width: 768px){.hero{height:auto;min-height:100vh}.hero-split{flex-direction:column}.hero-left{padding:3rem 1rem;min-height:60vh;order:1}.hero-right{min-height:40vh;order:2;padding:0 1rem}.hero-image{background-color:var(--bg-card);border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #00000080,0 0 20px #00ff881a;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;height:300px}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero-image:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0009,0 0 30px #0f83}.hero-content{max-width:100%}.image-overlay{background:radial-gradient(ellipse at center,rgba(0,255,136,.1) 0%,transparent 70%),radial-gradient(ellipse at center,rgba(255,0,128,.1) 0%,transparent 70%),linear-gradient(to bottom,#0a0a0a99,#0a0a0a4d,#0a0a0a1a)}.cta-buttons{flex-direction:column;gap:1rem;align-items:center}.btn{width:100%;max-width:280px;margin:0 auto;padding:.9rem 2rem;font-size:1rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.5rem}.trust-grid{grid-template-columns:1fr;gap:1.5rem}.video-container{margin:0 1rem 2rem}.why-us p,.request-section p{font-size:1.1rem;padding:0 1rem}section{padding:3rem 0}.container{padding:0 1rem}.footer-links{flex-direction:column;gap:1rem}}@media (max-width: 480px){.hero-left{padding:2rem .75rem}.hero-right{padding:0 .75rem}.hero-image{border-radius:16px;box-shadow:0 8px 25px #0009,0 0 15px #00ff8826;height:250px}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero-image:hover{transform:translateY(-3px);box-shadow:0 12px 35px #000000b3,0 0 25px #00ff8840}.hero-content{text-align:center}h1{font-size:clamp(2rem,8vw,3rem);line-height:1.2;margin-bottom:1rem}.subheadline{font-size:clamp(1rem,4vw,1.2rem);margin-bottom:2rem}.section-title{font-size:clamp(1.8rem,6vw,2.5rem);margin-bottom:2rem;line-height:1.2}.btn{padding:.8rem 1.5rem;font-size:.95rem;min-width:160px}.service-card{padding:1.25rem}.service-icon{font-size:2.5rem}.service-card h3{font-size:1.3rem}.trust-item{padding:1rem}.trust-icon{font-size:2rem}.video-placeholder .play-icon{font-size:3rem}.why-us p,.request-section p{font-size:1rem;line-height:1.6}section{padding:2.5rem 0}.container{padding:0 .75rem}footer{padding:2rem 0}}@media (max-width: 320px){.hero-left{padding:1.5rem .5rem}.container{padding:0 .5rem}.btn{padding:.7rem 1.2rem;font-size:.9rem;min-width:140px}.service-card,.trust-item{padding:1rem}.service-icon{font-size:2.2rem}.trust-icon{font-size:1.8rem}}html{scroll-behavior:smooth}
