@charset "UTF-8";:root{--bg: #05000a;--bg2: #0d0018;--bg-glass: rgba(20,10,35,.6);--bg-glass2: rgba(138,43,226,.07);--text: #ffffff;--text-muted: #888888;--text-dim: #555555;--accent: #8A2BE2;--accent2: #b04fff;--coral: #FF6B8A;--teal: #00D4AA;--border: rgba(255,255,255,.09);--border-accent: rgba(138,43,226,.4);--shadow: 0 20px 60px rgba(0,0,0,.6);--shadow-glow: 0 0 40px rgba(138,43,226,.25);--font: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-sf: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;--radius-card: 20px;--radius-pill: 50px}[data-theme=light]{--bg: #F2EDFF;--bg2: #E8DFFF;--bg-glass: rgba(255,255,255,.72);--bg-glass2: rgba(180,140,255,.18);--text: #1A0033;--text-muted: #6040A0;--text-dim: #9070C0;--accent: #6600CC;--accent2: #9933FF;--coral: #E0446A;--teal: #007A62;--border: rgba(102,0,204,.15);--border-accent: rgba(102,0,204,.45);--shadow: 0 20px 60px rgba(80,0,180,.12);--shadow-glow: 0 0 40px rgba(102,0,204,.2)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden;cursor:none;transition:background .4s ease,color .4s ease}[data-theme=light] body{background:linear-gradient(135deg,#f2edff,#e0d5ff 40%,#f7f0ff)}#scroller{width:100vw;height:100vh}@keyframes gradientBG{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.ae-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000;display:flex;align-items:center;justify-content:center;overflow:hidden}.ae-loader__inner{display:flex;flex-direction:column;align-items:center;gap:16px;position:relative;z-index:2}.ae-loader__logo img{height:56px;width:auto}.ae-loader__brand{font-size:.7rem;letter-spacing:.45em;color:#666;font-family:var(--font-sf);font-weight:600}.ae-loader__status{font-size:.75rem;color:#9b59f5;letter-spacing:.08em;font-family:var(--font-sf);min-height:16px;text-align:center}.ae-loader__bar-wrap{width:260px;height:2px;background:#ffffff1a;border-radius:2px;overflow:hidden}.ae-loader__bar{height:100%;width:0%;background:linear-gradient(90deg,#8a2be2,#b04fff,#ff6b8a);border-radius:2px;transition:width .05s linear;box-shadow:0 0 8px #8a2be2cc}.ae-loader__frame{font-size:.65rem;color:#444;letter-spacing:.1em;font-family:Courier New,monospace}.ae-loader__wipe{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;background:#9b59f5;transform:scaleX(0);transform-origin:left}.ae-loader.is-wiping .ae-loader__wipe{animation:wipeExit .55s cubic-bezier(.7,0,.3,1) forwards}@keyframes wipeExit{0%{transform:scaleX(0);transform-origin:left}50%{transform:scaleX(1);transform-origin:left}50.1%{transform:scaleX(1);transform-origin:right}to{transform:scaleX(0);transform-origin:right}}.ae-loader.done{display:none}.cursor-blade{position:fixed;pointer-events:none;z-index:9998;top:0;left:0;width:24px;height:24px;transform:translate(-50%,-50%);transition:transform .08s ease,opacity .3s ease;mix-blend-mode:difference}.cursor-blade__slash{position:absolute;top:50%;left:50%;width:2px;height:28px;background:#fff;transform:translate(-50%,-50%) rotate(-35deg);border-radius:1px;box-shadow:0 0 6px #8a2be2e6}.cursor-blade__slash:after{content:"";position:absolute;bottom:-4px;left:-3px;width:8px;height:8px;background:transparent;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(40deg)}.cursor-blade__dot{position:absolute;top:0;left:50%;transform:translate(-50%);width:5px;height:5px;background:#ff6b8a;border-radius:1px;box-shadow:0 0 4px #ff6b8acc}.cursor-blade.is-hovering{mix-blend-mode:normal}.cursor-blade.is-hovering .cursor-blade__slash{width:28px;height:28px;background:transparent;border:2px solid var(--accent);border-radius:50%;transform:translate(-50%,-50%) rotate(0);box-shadow:0 0 12px #8a2be299}.cursor-blade.is-hovering .cursor-blade__slash:after{display:none}.cursor-blade.is-hovering .cursor-blade__dot{display:none}.cursor-glow{position:fixed;top:0;left:0;width:40vw;height:40vw;background:radial-gradient(circle,rgba(138,43,226,.13) 0%,transparent 60%);border-radius:50%;pointer-events:none;z-index:0;transform:translate(-50%,-50%);mix-blend-mode:screen;transition:background .4s ease}[data-theme=light] .cursor-glow{background:radial-gradient(circle,rgba(102,0,204,.08) 0%,transparent 60%)}.luxury-header{position:fixed;top:20px;left:50%;transform:translate(-50%);padding:10px 20px;display:flex;justify-content:space-between;align-items:center;z-index:200;background:var(--bg-glass);backdrop-filter:blur(32px);-webkit-backdrop-filter:blur(32px);border:1px solid var(--border);border-radius:var(--radius-pill);gap:36px;box-shadow:var(--shadow),0 0 0 1px var(--border-accent);transition:background .4s ease,box-shadow .4s ease}.luxury-header .logo{display:flex;align-items:center;gap:10px;text-decoration:none}.luxury-header .logo img{height:28px;width:auto;object-fit:contain;transition:transform .3s ease}.luxury-header .logo img:hover{transform:scale(1.06)}.luxury-header .logo .logo-text{font-family:var(--font-sf);font-weight:700;font-size:1.05rem;letter-spacing:-.02em;background:linear-gradient(90deg,var(--text),var(--text-muted));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.luxury-header nav{display:flex;gap:20px;align-items:center}.luxury-header nav a{color:var(--text-muted);text-decoration:none;font-size:.85rem;font-weight:500;letter-spacing:.01em;transition:color .2s ease;position:relative}.luxury-header nav a:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:1px;background:var(--accent);transform:scaleX(0);transition:transform .25s ease}.luxury-header nav a:hover{color:var(--text)}.luxury-header nav a:hover:after{transform:scaleX(1)}.luxury-header .theme-toggle{background:var(--bg-glass2);border:1px solid var(--border);color:var(--text-muted);width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:none;font-size:1rem;transition:background .3s,color .3s,border-color .3s}.luxury-header .theme-toggle:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.hero-new{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:120px 5vw 80px}.hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.hg-line{position:absolute;background:#8a2be20f;transition:background .4s ease}[data-theme=light] .hg-line{background:#6600cc0d}.hg-v1{top:0;left:33.33%;width:1px;height:100%}.hg-v2{top:0;left:66.66%;width:1px;height:100%}.hg-h1{top:35%;left:0;height:1px;width:100%}.hg-h2{top:72%;left:0;height:1px;width:100%}.hero-tag{position:absolute;display:flex;align-items:center;gap:8px;padding:8px 16px;background:var(--bg-glass);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:var(--radius-pill);font-size:.68rem;font-weight:600;letter-spacing:.14em;color:var(--text-muted);box-shadow:var(--shadow-glow);transition:all .3s ease;opacity:0}.hero-tag:hover{border-color:var(--border-accent);color:var(--text);transform:translateY(-3px) scale(1.03)}.htag-dot{width:6px;height:6px;border-radius:50%;display:inline-block;flex-shrink:0}.hero-tag--tl{top:18%;left:5%}.hero-tag--tl .htag-dot{background:var(--accent);box-shadow:0 0 6px var(--accent)}.hero-tag--tr{top:22%;right:6%}.hero-tag--tr .htag-dot{background:var(--coral);box-shadow:0 0 6px var(--coral)}.hero-tag--ml{top:50%;left:3%;transform:translateY(-50%)}.hero-tag--ml .htag-dot{background:gold;box-shadow:0 0 6px gold}.hero-tag--bl{bottom:20%;left:6%}.hero-tag--bl .htag-dot{background:var(--teal);box-shadow:0 0 6px var(--teal)}.hero-tag--br{bottom:24%;right:5%}.hero-tag--br .htag-dot{background:var(--accent2);box-shadow:0 0 6px var(--accent2)}.hero-new__content{position:relative;z-index:2;text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px}.hero-new__eyebrow{font-size:.7rem;letter-spacing:.3em;color:var(--text-dim);font-weight:500;opacity:0}.hero-new__title{display:flex;flex-direction:column;align-items:center;gap:0;line-height:.88;font-family:var(--font-sf)}.hero-line{display:block;font-size:clamp(5rem,16vw,14rem);font-weight:900;letter-spacing:-.03em;line-height:.88;opacity:0}.hero-line--outline{color:transparent;-webkit-text-stroke:2px var(--text);text-stroke:2px var(--text)}[data-theme=light] .hero-line--outline{-webkit-text-stroke-color:var(--accent)}.hero-line--filled{background:linear-gradient(135deg,var(--accent) 0%,var(--accent2) 50%,var(--coral) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-new__sub{font-size:.9rem;letter-spacing:.12em;color:var(--text-muted);font-weight:400;opacity:0}.hero-new__ctas{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;opacity:0}.hero-cta{display:inline-flex;align-items:center;gap:8px;padding:13px 30px;border-radius:var(--radius-pill);font-weight:600;font-size:.875rem;text-decoration:none;transition:all .3s ease}.hero-cta--primary{background:linear-gradient(135deg,var(--accent),var(--accent2));color:#fff;box-shadow:0 8px 30px #8a2be266}.hero-cta--primary:hover{transform:translateY(-3px);box-shadow:0 16px 40px #8a2be299}.hero-cta--secondary{background:var(--bg-glass);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border);color:var(--text)}.hero-cta--secondary:hover{border-color:var(--border-accent);background:var(--bg-glass2);transform:translateY(-3px)}.container{max-width:1400px;margin:0 auto;padding:0 5vw}.text-gradient{background:linear-gradient(135deg,var(--accent),var(--accent2),var(--coral));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.section-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;letter-spacing:-.03em;margin-bottom:48px;line-height:1.1}.content-wrapper{position:relative;z-index:1}.about-section{padding:120px 0;position:relative}.about-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--bg-glass2) 0%,transparent 100%);pointer-events:none}.about-section .about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-section .about-text h2{font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800;line-height:1.2;letter-spacing:-.03em;margin-bottom:24px}.about-section .about-text p{font-size:1.05rem;line-height:1.75;color:var(--text-muted)}.about-section .about-text strong{color:var(--accent)}.about-section .about-image-wrapper{position:relative;display:flex;justify-content:center}.about-section .avatar-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:340px;height:340px;background:radial-gradient(circle,rgba(138,43,226,.35) 0%,transparent 65%);border-radius:50%;pointer-events:none;animation:pulseGlow 4s ease-in-out infinite}@keyframes pulseGlow{0%,to{opacity:.6;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.08)}}.about-section .avatar-image{width:280px;height:280px;object-fit:cover;border-radius:50%;border:3px solid var(--border-accent);position:relative;z-index:1;box-shadow:var(--shadow-glow)}.experience-section{padding:100px 0}.skills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.skill-card{position:relative;overflow:hidden;background:var(--bg-glass);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid var(--border);border-radius:var(--radius-card);padding:36px 28px;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.skill-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-glow)}.skill-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--bg-glass2) 0%,transparent 80%);border-radius:inherit;pointer-events:none}.skill-card .skill-card__top-bar{position:absolute;top:0;left:0;right:0;height:3px;border-radius:20px 20px 0 0}.skill-card h3{font-size:1.2rem;font-weight:700;margin-bottom:12px;letter-spacing:-.01em}.skill-card p{font-size:.9rem;line-height:1.7;color:var(--text-muted)}.skill-card--purple{border-color:#8a2be240}.skill-card--purple:hover{border-color:#8a2be280}.skill-card--purple .skill-card__top-bar{background:linear-gradient(90deg,var(--accent),var(--accent2))}.skill-card--purple h3{color:var(--accent2)}.skill-card--coral{border-color:#ff6b8a33}.skill-card--coral:hover{border-color:#ff6b8a73;box-shadow:0 0 40px #ff6b8a33}.skill-card--coral .skill-card__top-bar{background:linear-gradient(90deg,var(--coral),#FF9AB0)}.skill-card--coral h3{color:var(--coral)}.skill-card--teal{border-color:#00d4aa33}.skill-card--teal:hover{border-color:#00d4aa66;box-shadow:0 0 40px #00d4aa26}.skill-card--teal .skill-card__top-bar{background:linear-gradient(90deg,var(--teal),#00FFD4)}.skill-card--teal h3{color:var(--teal)}.testimonials-section{padding:100px 0;overflow:hidden}.marquee-container{width:100%;overflow:hidden;position:relative;mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent)}.marquee-track{display:flex;gap:24px;width:max-content;padding:20px 0;animation:marquee-scroll 40s linear infinite}.marquee-track:hover{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonial-card{width:380px;background:var(--bg-glass);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:var(--radius-card);padding:28px;display:flex;flex-direction:column;gap:16px;transition:transform .3s,border-color .3s,box-shadow .3s;position:relative}.testimonial-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(135deg,var(--bg-glass2) 0%,transparent 70%);pointer-events:none}.testimonial-card:hover{transform:translateY(-5px);border-color:var(--border-accent);box-shadow:var(--shadow-glow)}.testimonial-card .card-header{display:flex;align-items:center;gap:14px}.testimonial-card .avatar-circle{width:42px;height:42px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:#fff;flex-shrink:0}.testimonial-card .client-info h4{font-size:.95rem;font-weight:600;margin-bottom:4px}.testimonial-card .stars{display:flex;gap:2px}.testimonial-card .stars i{color:gold;font-size:.75rem}.testimonial-card .review-text{font-size:.875rem;line-height:1.7;color:var(--text-muted)}.voice-card.is-playing{border-color:var(--accent);box-shadow:var(--shadow-glow)}.audio-player{display:flex;align-items:center;gap:12px}.audio-play-btn{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent2));border:none;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;cursor:none;transition:transform .2s}.audio-play-btn:hover{transform:scale(1.1)}.audio-waveform{display:flex;gap:3px;align-items:center;height:24px}.wave{width:3px;border-radius:2px;background:var(--accent2);animation:wave-idle 1.2s ease-in-out infinite;height:6px}.wave:nth-child(1){animation-delay:0s;height:8px}.wave:nth-child(2){animation-delay:.1s;height:14px}.wave:nth-child(3){animation-delay:.2s;height:10px}.wave:nth-child(4){animation-delay:.3s;height:18px}.wave:nth-child(5){animation-delay:.15s;height:12px}.wave:nth-child(6){animation-delay:.25s;height:8px}.wave:nth-child(7){animation-delay:.35s;height:16px}.wave:nth-child(8){animation-delay:.05s;height:10px}.is-playing .wave{animation:wave-play .6s ease-in-out infinite alternate}@keyframes wave-idle{0%,to{opacity:.4}50%{opacity:.7}}@keyframes wave-play{0%{transform:scaleY(.5)}to{transform:scaleY(1.4)}}.audio-hint{font-size:.78rem;color:var(--text-dim);font-style:italic}.preview-cta-section{position:relative;overflow:hidden;min-height:500px;display:flex;align-items:center}.preview-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;display:grid;grid-template-columns:1fr 1fr}.bg-vid{width:100%;height:100%;object-fit:cover;opacity:.5}.heavy-blur-overlay{position:absolute;top:0;right:0;bottom:0;left:0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#05000ad9,#1a0033bf)}[data-theme=light] .heavy-blur-overlay{background:linear-gradient(135deg,#f2edffe0,#e0d5ffc7)}.preview-content{position:relative;z-index:2;text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px}.preview-subtitle{font-size:1rem;color:var(--text-muted)}.btn-primary-large{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;border-radius:var(--radius-pill);background:linear-gradient(135deg,var(--accent),var(--accent2));color:#fff;text-decoration:none;font-weight:600;font-size:1rem;box-shadow:0 8px 30px #8a2be266;transition:transform .3s,box-shadow .3s}.btn-primary-large:hover{transform:translateY(-4px);box-shadow:0 16px 40px #8a2be299}.contact-section{padding:140px 0;text-align:center;position:relative;background:var(--bg-glass2)}.contact-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,rgba(138,43,226,.12) 0%,transparent 70%);pointer-events:none}.huge-cta{font-size:clamp(4rem,12vw,9rem);font-weight:900;letter-spacing:-.04em;line-height:1;margin-bottom:48px;background:linear-gradient(135deg,var(--text) 0%,var(--accent2) 60%,var(--coral) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.contact-actions{display:flex;justify-content:center}.btn-whatsapp{display:inline-flex;align-items:center;gap:10px;padding:18px 44px;border-radius:var(--radius-pill);background:linear-gradient(135deg,#128c7e,#25d366);color:#fff;text-decoration:none;font-weight:700;font-size:1.1rem;box-shadow:0 8px 30px #25d3664d;transition:transform .3s,box-shadow .3s}.btn-whatsapp:hover{transform:translateY(-4px);box-shadow:0 16px 40px #25d36680}.luxury-footer{padding:40px 0;border-top:1px solid var(--border);background:var(--bg-glass);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.footer-content{display:flex;justify-content:space-between;align-items:center}.brand{font-weight:600;font-size:.85rem;color:var(--text-muted)}.socials{display:flex;gap:20px}.socials a{display:flex;align-items:center;gap:6px;color:var(--text-muted);text-decoration:none;font-size:.85rem;transition:color .2s}.socials a:hover{color:var(--accent)}.works-page-header{text-align:center;padding:180px 0 60px}.works-page-header h1{font-size:clamp(2.5rem,6vw,5rem);font-weight:900;letter-spacing:-.04em}.works-page-header p{font-size:1rem;color:var(--text-muted);margin-top:12px}.works-section{padding:40px 0 100px}.works-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:32px}.video-card{background:var(--bg-glass);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:var(--radius-card);overflow:hidden;transition:transform .3s,box-shadow .3s}.video-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-glow)}.video-wrapper{position:relative;aspect-ratio:9/16;background:#0a0014;overflow:hidden}.video-wrapper video{width:100%;height:100%;object-fit:cover;opacity:0}.video-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:var(--bg-glass2)}.video-controls{position:absolute;bottom:12px;right:12px;display:flex;gap:8px;opacity:0;transition:opacity .2s}.video-controls button{width:32px;height:32px;border-radius:50%;background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);color:var(--text);cursor:none;display:flex;align-items:center;justify-content:center;font-size:.8rem;transition:background .2s}.video-controls button:hover{background:var(--accent)}.video-loader{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.video-info{padding:16px 20px}.video-title{font-size:.9rem;font-weight:600;color:var(--text)}.video-tag{display:inline-flex;align-items:center;margin-top:8px;padding:4px 10px;border-radius:20px;font-size:.7rem;font-weight:600;background:var(--bg-glass2);border:1px solid var(--border);color:var(--text-muted)}@media(max-width:900px){body{cursor:auto}.cursor-blade{display:none}.luxury-header{width:95%;padding:10px 14px;gap:12px;background:#0f0a19f2;backdrop-filter:none;-webkit-backdrop-filter:none}.luxury-header .logo{gap:8px}.luxury-header .logo img{height:22px}.luxury-header .logo .logo-text{font-size:.9rem}.luxury-header nav{gap:14px;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.luxury-header nav::-webkit-scrollbar{display:none}.luxury-header nav{-ms-overflow-style:none;scrollbar-width:none}.luxury-header nav a{font-size:.78rem}.luxury-header .theme-toggle{width:30px;height:30px;font-size:.85rem;flex-shrink:0}.hero-new{padding:100px 5vw 60px}.hero-line{font-size:clamp(4rem,18vw,7rem)}.hero-tag{display:none}.hero-tag--tl,.hero-tag--tr{display:flex;position:static;margin:4px}.hero-new__content{gap:16px}.about-grid{grid-template-columns:1fr;gap:40px}.skills-grid{grid-template-columns:1fr;gap:16px}.marquee-container{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;mask-image:none;-webkit-mask-image:none;padding-bottom:20px}.marquee-container::-webkit-scrollbar{display:none}.marquee-container{-ms-overflow-style:none;scrollbar-width:none}.marquee-track{animation:none;padding:0 5vw;gap:16px}.testimonial-card{scroll-snap-align:center;width:85vw;max-width:360px}.footer-content{flex-direction:column;gap:20px;text-align:center}.contact-section .btn-whatsapp{font-size:1rem;padding:14px 28px}.huge-cta{font-size:clamp(3rem,14vw,6rem)}.hero-new__ctas{flex-direction:column;align-items:center}.hero-cta{width:100%;max-width:280px;justify-content:center}}.works-page-header{text-align:center;padding:160px 0 48px}.works-page-header h1{font-size:clamp(2.8rem,7vw,5.5rem);font-weight:900;letter-spacing:-.04em;background:linear-gradient(135deg,var(--text) 0%,var(--accent2) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.works-page-header .btn-outline{display:inline-flex;align-items:center;gap:8px;margin-top:20px;padding:10px 22px;border:1px solid var(--border);border-radius:var(--radius-pill);color:var(--text-muted);text-decoration:none;font-size:.85rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s ease}.works-page-header .btn-outline:hover{border-color:var(--border-accent);color:var(--text)}.works-section{padding:20px 0 100px}.video-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:28px}.video-item{display:flex;flex-direction:column;gap:12px}.video-card{position:relative;aspect-ratio:9/16;background:var(--bg-glass2);border:1px solid var(--border);border-radius:var(--radius-card);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.video-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-glow);border-color:var(--border-accent)}.portfolio-video{width:100%;height:100%;object-fit:cover;position:relative;z-index:1}.video-loader{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;align-items:center;justify-content:center;background:var(--bg-glass2);transition:opacity .4s ease}.video-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center;background:var(--bg-glass2)}.spinner{width:32px;height:32px;border-radius:50%;border:2px solid var(--border);border-top-color:var(--accent);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.video-controls{position:absolute;bottom:12px;right:12px;display:flex;gap:8px;z-index:4;opacity:0;transition:opacity .25s ease}.video-card:hover .video-controls{opacity:1}.ctrl-btn{width:32px;height:32px;border-radius:50%;background:#0a0014bf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);color:var(--text);cursor:none;display:flex;align-items:center;justify-content:center;font-size:.8rem;transition:background .2s}.ctrl-btn:hover{background:var(--accent)}.video-title{font-size:.88rem;font-weight:600;color:var(--text);padding:0 4px;letter-spacing:.01em}.hero-tag--tl{top:15%;left:4%;transform:rotate(-3deg)}.hero-tag--tr{top:28%;right:4%;transform:rotate(2deg)}.hero-tag--ml{top:55%;left:2%;transform:rotate(-1.5deg)}.hero-tag--bl{bottom:18%;left:7%;transform:rotate(2.5deg)}.hero-tag--br{bottom:28%;right:3%;transform:rotate(-2deg)}@media(max-width:900px){.hero-tag{display:none}.hero-tag--tl,.hero-tag--br{display:flex;position:static;margin:6px auto}.hero-new__content{padding:0 16px}.video-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.works-page-header{padding:120px 0 32px}}.cursor-blade{position:fixed;pointer-events:none;z-index:9998;top:0;left:0;width:10px;height:10px;transform:translate(-50%,-50%)}.cursor-blade__slash{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#fff;border-radius:50%;transition:transform .15s ease,background .2s ease}.cursor-blade__dot{position:fixed;pointer-events:none;z-index:9997;top:0;left:0;width:36px;height:36px;border:1.5px solid rgba(138,43,226,.7);border-radius:50%;transform:translate(-50%,-50%);transition:width .25s ease,height .25s ease,border-color .2s ease,opacity .2s}.cursor-blade.is-hovering .cursor-blade__slash{transform:translate(-50%,-50%) scale(1.6);background:var(--accent)}.cursor-blade.is-hovering .cursor-blade__dot{width:52px;height:52px;border-color:var(--accent)}.cursor-blade.is-clicking .cursor-blade__slash{transform:translate(-50%,-50%) scale(.6)}.cursor-blade.is-clicking .cursor-blade__dot{width:24px;height:24px;border-color:var(--coral)}body{cursor:auto!important}.cursor-blade,.cursor-blade__dot{display:none!important}.hero-new{overflow:hidden}.hero-line{font-size:clamp(3.5rem,13vw,14rem);white-space:nowrap}.hero-new{display:grid;grid-template-rows:1fr;align-items:center;justify-items:center}.hero-tag{position:absolute;font-size:.65rem;padding:6px 13px}.hero-tag--tl{top:50%;left:2%;transform:translateY(-120%) rotate(-2deg)}.hero-tag--ml{top:50%;left:2%;transform:translateY(-10%) rotate(1.5deg)}.hero-tag--bl{top:50%;left:2%;transform:translateY(85%) rotate(-1deg)}.hero-tag--tr{top:50%;right:2%;transform:translateY(-110%) rotate(2deg)}.hero-tag--br{top:50%;right:2%;transform:translateY(60%) rotate(-2.5deg)}.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.video-item:last-child{grid-column:2/3}.video-card{aspect-ratio:9/16;max-height:480px}@media(max-width:768px){.hero-line{font-size:clamp(2.8rem,14vw,5.5rem);white-space:nowrap}.hero-new__content{width:100%;padding:0 12px}.hero-new{padding:100px 0 60px}.hero-tag{display:none}.video-grid{grid-template-columns:repeat(2,1fr);gap:12px}.video-item:last-child{grid-column:1/-1;max-width:50%;margin:0 auto}.video-card{max-height:320px}}@media(max-width:480px){.hero-line{font-size:clamp(2.2rem,16vw,3.8rem)}.video-grid{grid-template-columns:repeat(2,1fr);gap:10px}.video-item:last-child{grid-column:1/-1;max-width:60%;margin:0 auto}}.hero-title-wrap{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px;width:100%}.hero-tags-left,.hero-tags-right{display:flex;flex-direction:column;gap:10px;flex-shrink:0;width:160px}.hero-tags-right{align-items:flex-start}.hero-tags-left{align-items:flex-end}.hero-tag--tl,.hero-tag--tr,.hero-tag--ml,.hero-tag--bl,.hero-tag--br{position:static;transform:none;top:auto;left:auto;right:auto;bottom:auto}.hero-tags-left .hero-tag,.hero-tags-right .hero-tag{position:static;transform:none;opacity:1;width:max-content;max-width:160px}.htag-dot--purple{background:var(--accent);box-shadow:0 0 5px var(--accent)}.htag-dot--coral{background:var(--coral);box-shadow:0 0 5px var(--coral)}.htag-dot--teal{background:var(--teal);box-shadow:0 0 5px var(--teal)}.htag-dot--gold{background:gold;box-shadow:0 0 5px gold}.htag-dot--accent2{background:var(--accent2);box-shadow:0 0 5px var(--accent2)}.hero-new__title{flex-shrink:0}@media(max-width:900px){.hero-title-wrap{flex-direction:column;gap:12px}.hero-tags-left,.hero-tags-right{flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%;align-items:center}.hero-tags-left .hero-tag,.hero-tags-right .hero-tag{max-width:none}.hero-line{font-size:clamp(2.8rem,14vw,5rem)!important;white-space:nowrap}.hero-new{overflow:hidden;padding:100px 5vw 60px}}@media(max-width:480px){.hero-line{font-size:clamp(2.2rem,13vw,3.5rem)!important}}.video-item:last-child{grid-column:1/-1!important;max-width:50%!important;margin:0 auto!important}.hero-tag{font-size:.75rem!important;padding:10px 18px!important;letter-spacing:.12em!important}.htag-dot{width:8px!important;height:8px!important}.hero-title-wrap{gap:60px!important}.hero-tags-left,.hero-tags-right{width:190px!important;gap:14px!important}.hero-tags-left .hero-tag:nth-child(1){transform:translate(12px) rotate(-2deg)}.hero-tags-left .hero-tag:nth-child(2){transform:translate(-6px) rotate(1.5deg)}.hero-tags-left .hero-tag:nth-child(3){transform:translate(18px) rotate(-1deg)}.hero-tags-right .hero-tag:nth-child(1){transform:translate(-10px) rotate(2deg)}.hero-tags-right .hero-tag:nth-child(2){transform:translate(8px) rotate(-1.5deg)}a,button,.skill-card,.testimonial-card,.video-card,.video-item,.hero-cta,.btn-whatsapp,.btn-primary-large,.audio-play-btn,.ctrl-btn,.theme-toggle{cursor:pointer!important;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}a:hover,.hero-cta:hover,.btn-whatsapp:hover,.btn-primary-large:hover{filter:brightness(1.1)}button:hover,.audio-play-btn:hover,.ctrl-btn:hover,.theme-toggle:hover{filter:brightness(1.2)}@media(max-width:900px){.hero-tags-left .hero-tag:nth-child(1),.hero-tags-left .hero-tag:nth-child(2),.hero-tags-left .hero-tag:nth-child(3),.hero-tags-right .hero-tag:nth-child(1),.hero-tags-right .hero-tag:nth-child(2){transform:none!important}.video-grid{grid-template-columns:repeat(2,1fr)!important}.video-item:last-child{max-width:90%!important}}.hero-tag{position:absolute!important;display:flex!important;align-items:center!important;gap:9px!important;padding:10px 18px!important;font-size:.75rem!important;font-weight:600!important;letter-spacing:.13em!important;background:var(--bg-glass)!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;border:1px solid var(--border)!important;border-radius:50px!important;color:var(--text-muted)!important;box-shadow:var(--shadow-glow)!important;white-space:nowrap!important;opacity:0;transition:transform .3s ease,border-color .3s,color .3s!important;z-index:3!important}.hero-tag:hover{transform:translateY(-3px) scale(1.03)!important;border-color:var(--border-accent)!important;color:var(--text)!important}.htag-pos-1{top:11%!important;left:7%!important;transform:rotate(-2deg)!important}.htag-pos-2{top:9%!important;right:6%!important;transform:rotate(2.5deg)!important}.htag-pos-3{top:46%!important;left:4%!important;transform:translateY(-50%) rotate(-1.5deg)!important}.htag-pos-4{top:52%!important;right:5%!important;transform:translateY(-50%) rotate(1.5deg)!important}.htag-pos-5{bottom:14%!important;left:8%!important;transform:rotate(2deg)!important}.htag-pos-6{bottom:16%!important;right:7%!important;transform:rotate(-2deg)!important}.htag-dot--purple{background:var(--accent)!important;box-shadow:0 0 6px var(--accent)!important}.htag-dot--coral{background:var(--coral)!important;box-shadow:0 0 6px var(--coral)!important}.htag-dot--teal{background:var(--teal)!important;box-shadow:0 0 6px var(--teal)!important}.htag-dot--gold{background:gold!important;box-shadow:0 0 6px gold!important}.htag-dot--accent2{background:var(--accent2)!important;box-shadow:0 0 6px var(--accent2)!important}.htag-dot--pink{background:#ff3cac!important;box-shadow:0 0 6px #ff3cac!important}@media(max-width:900px){.htag-pos-1,.htag-pos-2,.htag-pos-3,.htag-pos-4,.htag-pos-5,.htag-pos-6{display:none!important}}.preview-bg{aspect-ratio:9/16;min-height:100vh;max-height:100vh}.bg-vid{aspect-ratio:9/16;height:100%;width:100%;object-fit:cover}.video-grid{grid-template-columns:repeat(2,1fr)!important;gap:24px!important}.video-card{aspect-ratio:9/16!important;max-height:520px!important}.hero-title-wrap{display:contents!important}.hero-tags-left,.hero-tags-right{display:none!important}.video-grid{grid-template-columns:repeat(2,1fr)!important;gap:24px!important;align-items:start!important}.video-item{display:flex!important;flex-direction:column!important;gap:10px!important}.video-card{position:relative!important;width:100%!important;aspect-ratio:9/16!important;height:auto!important;max-height:none!important;min-height:0!important;background:var(--bg-glass2)!important;border:1px solid var(--border)!important;border-radius:16px!important;overflow:hidden!important}.portfolio-video{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;border-radius:0!important}.video-placeholder{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.video-loader{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:3!important}.video-item:last-child{grid-column:1/-1!important;max-width:48%!important;margin:0 auto!important}@media(max-width:600px){.video-grid{grid-template-columns:1fr!important}.video-item:last-child{max-width:100%!important}}.video-item:last-child{grid-column:1/-1!important;width:calc(50% - 12px)!important;max-width:none!important;margin:0 auto!important}.video-title{font-size:1.15rem!important;font-weight:700!important;letter-spacing:.02em!important;margin-top:4px!important;color:var(--text)!important;text-transform:capitalize!important}@media(max-width:600px){.video-item:last-child{width:100%!important}}.video-grid{max-width:860px!important;margin:0 auto!important}.video-title{font-size:1.4rem!important;font-weight:800!important;letter-spacing:.01em!important;margin-top:8px!important}.preview-bg{aspect-ratio:auto!important;min-height:0!important;max-height:none!important;width:100%!important;height:100%!important}.bg-vid{aspect-ratio:auto!important}
