*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0a0a0a;color:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.floating-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:hidden}.orb{position:absolute;border-radius:50%;filter:blur(120px)}.orb-1{width:600px;height:600px;background:#6c5ce733;top:-15%;right:0%;animation:orbFloat1 12s ease-in-out infinite}.orb-2{width:500px;height:500px;background:#00b89426;bottom:10%;left:-10%;animation:orbFloat2 15s ease-in-out infinite}.orb-3{width:350px;height:350px;background:#a29bfe1f;top:45%;left:40%;animation:orbFloat3 10s ease-in-out infinite}.grid-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:60px 60px;-webkit-mask-image:radial-gradient(ellipse 80% 60% at 50% 30%,black,transparent);mask-image:radial-gradient(ellipse 80% 60% at 50% 30%,black,transparent)}@keyframes orbFloat1{0%,to{transform:translate(0) scale(1)}25%{transform:translate(-60px,40px) scale(1.15)}50%{transform:translate(-30px,80px) scale(.9)}75%{transform:translate(40px,30px) scale(1.05)}}@keyframes orbFloat2{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-40px) scale(1.1)}66%{transform:translate(80px,20px) scale(.95)}}@keyframes orbFloat3{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.6}50%{transform:translate(-40%,-60%) scale(1.3);opacity:1}}.page{position:relative;z-index:1}@keyframes fadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes cardIn{0%{opacity:0;transform:translateY(24px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.reveal{opacity:0;transform:translateY(32px);transition:none}.reveal.visible{animation:fadeUp .8s cubic-bezier(.16,1,.3,1) forwards}.reveal.visible .card{opacity:0;animation:cardIn .6s cubic-bezier(.16,1,.3,1) forwards}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#0a0a0ad9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #1a1a1a;animation:fadeUp .6s cubic-bezier(.16,1,.3,1) both}.header-inner{max-width:1080px;margin:0 auto;padding:0 40px;height:64px;display:flex;align-items:center;justify-content:space-between}.logo{font-size:20px;font-weight:700;letter-spacing:-.5px;background:linear-gradient(135deg,#a29bfe,#00b894);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav a{color:#888;text-decoration:none;font-size:14px;transition:color .2s}.nav a:hover{color:#fff}.hero{max-width:1080px;margin:0 auto;padding:180px 40px 120px;position:relative}.hero h1{font-size:56px;font-weight:700;line-height:1.15;letter-spacing:-1.5px;margin-bottom:20px;background:linear-gradient(135deg,#fff,#fff,#a29bfe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:18px;color:#888;font-weight:400}.hero-badge{display:inline-block;padding:6px 16px;border:1px solid #2a2a2a;border-radius:100px;font-size:13px;color:#999;margin-bottom:28px;background:#ffffff08;letter-spacing:.5px}.services{max-width:1080px;margin:0 auto;padding:0 40px 120px}.services h2{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#555;margin-bottom:32px}.card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:640px}.card{background:#141414b3;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:20px;padding:28px;text-decoration:none;color:inherit;transition:background .3s,transform .3s,box-shadow .3s,border-color .3s;display:flex;flex-direction:column;gap:16px;border:1px solid rgba(255,255,255,.06);position:relative;overflow:hidden}.card:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(162,155,254,.3),transparent);opacity:0;transition:opacity .3s}.card:hover{background:#1e1e1ecc;transform:translateY(-4px);box-shadow:0 12px 40px #0006;border-color:#ffffff1a}.card:hover:after{opacity:1}.card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.card-icon img{width:48px;height:48px;border-radius:16px}.card-emoji{font-size:30px}.card-title{font-size:18px;font-weight:600;letter-spacing:-.3px}.card-desc{font-size:13px;color:#777;line-height:1.5}.footer{max-width:1080px;margin:0 auto;padding:40px;border-top:1px solid #1a1a1a;display:flex;align-items:center;justify-content:space-between}.footer p{color:#666;font-size:13px}.footer-instagram{color:#777;transition:color .2s;display:flex}.footer-instagram:hover{color:#fff}@media(max-width:768px){.hero{padding:140px 24px 80px}.hero h1{font-size:40px}.orb-1{width:400px;height:400px}.orb-2{width:350px;height:350px}.orb-3{width:250px;height:250px}}@media(max-width:480px){.header-inner{padding:0 20px;height:56px}.logo{font-size:18px}.hero{padding:120px 20px 60px}.hero h1{font-size:32px;letter-spacing:-1px}.hero p{font-size:15px}.hero-badge{font-size:12px;padding:5px 12px;margin-bottom:20px}.services{padding:0 20px 60px}.services h2{font-size:12px;margin-bottom:20px}.card-grid{grid-template-columns:1fr;gap:12px}.card{padding:20px;border-radius:16px;gap:12px}.card-icon{width:40px;height:40px}.card-icon img{width:40px;height:40px;border-radius:12px}.card-emoji{font-size:26px}.card-title{font-size:16px}.card-desc{font-size:12px}.footer{padding:24px 20px}.footer p{font-size:11px}.orb-1{width:300px;height:300px;right:-20%}.orb-2{width:250px;height:250px;left:-20%}.orb-3{width:200px;height:200px}.grid-overlay{background-size:40px 40px}}
