@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&family=Outfit:wght@400;700;900&display=swap";:root{--bg-color: #050505;--text-color: #f0f0f0;--text-muted: #a0a0a0;--accent-color: #7b2cbf;--accent-secondary: #ff007f;--glass-bg: rgba(255, 255, 255, .03);--glass-border: rgba(255, 255, 255, .08);--glass-glow: rgba(123, 44, 191, .15)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background-color:var(--bg-color);color:var(--text-color);overflow-x:hidden;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-color)}.glass-panel{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:0 8px 32px 0 var(--glass-glow);border-radius:16px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s ease,border .4s ease;transform-style:preserve-3d}.glass-panel:hover{transform:perspective(1000px) rotateX(4deg) rotateY(-4deg) translateY(-5px) scale3d(1.02,1.02,1.02);box-shadow:0 15px 40px #7b2cbf59;border:1px solid rgba(255,255,255,.3)}.text-gradient{background:linear-gradient(90deg,var(--accent-secondary),var(--accent-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-padding{padding:100px 10%}.section-title{font-size:2.5rem;margin-bottom:3rem;text-align:center;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,var(--accent-color),var(--accent-secondary));border-radius:2px}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.cursor-glow{position:fixed;width:500px;height:500px;background:radial-gradient(circle,#7b2cbf1f,#0000 60%);border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);z-index:-1;transition:top .1s ease-out,left .1s ease-out}.navbar{position:fixed;top:0;left:0;width:100%;padding:20px 10%;display:flex;justify-content:space-between;align-items:center;z-index:1000;transition:all .3s ease}.navbar.scrolled{padding:15px 10%;background:#050505cc;border-bottom:1px solid var(--glass-border);box-shadow:none;border-radius:0}.navbar .logo{font-size:2rem;font-weight:900;letter-spacing:-1px}.nav-links{list-style:none;display:flex;gap:2rem}.nav-links li a{font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;transition:color .3s ease;position:relative}.nav-links li a:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background-color:var(--accent-secondary);transition:width .3s ease}.nav-links li a:hover:after{width:100%}.menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:26px;height:18px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1010}.menu-toggle .bar{width:100%;height:2px;background-color:var(--text-color);border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1)}.menu-open .menu-toggle .bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu-open .menu-toggle .bar:nth-child(2){opacity:0}.menu-open .menu-toggle .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:140px 10% 80px;position:relative}.hero-container{display:grid;grid-template-columns:1.2fr 1fr;gap:5rem;width:100%;max-width:1200px;align-items:center}.hero-left{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.hero-tagline{font-size:.9rem;font-weight:700;letter-spacing:2px;color:#3b82f6;margin-bottom:.5rem}.hero-title{font-size:4.8rem;line-height:1.1;font-weight:900;margin-bottom:1.5rem;color:#fff}.highlight-text{background:linear-gradient(135deg,#60a5fa,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.15rem;color:var(--text-muted);margin-bottom:2.5rem;max-width:560px;line-height:1.7}.hero-actions{display:flex;gap:1.25rem;margin-bottom:3.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:12px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;box-shadow:0 4px 20px #2563eb4d}.btn-primary:hover{background:linear-gradient(135deg,#60a5fa,#2563eb);transform:translateY(-2px);box-shadow:0 6px 24px #2563eb80}.btn-arrow{margin-left:8px;font-size:1.1rem;transition:transform .2s ease}.btn-primary:hover .btn-arrow{transform:translate(3px,-3px)}.btn-whatsapp{background-color:#16a34a;color:#fff;border:none;box-shadow:0 4px 20px #16a34a40;gap:10px}.btn-whatsapp:hover{background-color:#15803d;transform:translateY(-2px);box-shadow:0 6px 24px #16a34a73}.whatsapp-icon{width:18px;height:18px}.hero-stats{display:flex;gap:3.5rem;width:100%;border-top:1px solid var(--glass-border);padding-top:2rem}.stat-item{display:flex;flex-direction:column;gap:.25rem}.stat-number{font-size:2.2rem;font-weight:800;color:#fff;font-family:Outfit,sans-serif;line-height:1}.stat-label{font-size:.75rem;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:1px}.hero-right{display:flex;justify-content:center;align-items:center;position:relative}.profile-card-wrapper{position:relative;width:100%;max-width:350px;z-index:10}.profile-image-card{position:relative;width:100%;border-radius:24px;overflow:hidden;border:1px solid var(--glass-border);box-shadow:0 20px 40px #00000080,0 0 40px #3b82f626;background:#111;aspect-ratio:4 / 5}.profile-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.4,0,.2,1)}.profile-image-card:hover .profile-img{transform:scale(1.05)}.profile-card-footer{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(to top,#050505f2,#050505b3 60%,#05050500);padding:24px;display:flex;justify-content:space-between;align-items:flex-end;box-sizing:border-box}.footer-details{display:flex;flex-direction:column;gap:.25rem;text-align:left}.footer-name{font-size:1.4rem;font-weight:700;color:#fff;font-family:Outfit,sans-serif}.footer-title{font-size:.8rem;color:#a0a0a0}.footer-pills{display:flex;gap:.5rem;margin-top:.75rem}.pill{font-size:.7rem;font-weight:600;padding:4px 10px;border-radius:6px;background:#3b82f626;border:1px solid rgba(59,130,246,.3);color:#60a5fa}.footer-initials-badge{width:36px;height:36px;border-radius:50%;background:#3b82f633;border:1px solid rgba(59,130,246,.5);color:#60a5fa;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;letter-spacing:.5px}.floating-badge{position:absolute;z-index:20;display:flex;flex-direction:column;padding:12px 18px;border-radius:16px;box-shadow:0 15px 35px #0006;pointer-events:none;text-align:left}.glass-badge{background:#0a0a0ab3;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08)}.badge-tag{font-size:.65rem;font-weight:700;color:#888;letter-spacing:1px;text-transform:uppercase}.badge-value{font-size:1.15rem;font-weight:800;color:#fff;margin:2px 0;font-family:Outfit,sans-serif;line-height:1.2}.badge-desc{font-size:.7rem;color:#a0a0a0}.badge-top-left{top:30px;left:-50px}.badge-bottom-right{bottom:40px;right:-50px}@media (max-width: 1024px){.hero-section{padding-top:120px}.hero-container{grid-template-columns:1fr;gap:4rem}.hero-left{align-items:center;text-align:center}.hero-description{max-width:100%}.hero-actions,.hero-stats{justify-content:center}.badge-top-left{left:-20px}.badge-bottom-right{right:-20px}}@media (max-width: 768px){.desktop-only{display:none}.menu-toggle{display:flex}.navbar{padding:15px 6%}}@media (max-width: 576px){.hero-title{font-size:3.2rem}.hero-actions{flex-direction:column;width:100%;gap:.75rem}.hero-actions .btn{width:100%}.hero-stats{flex-direction:column;gap:1.5rem;align-items:center;padding-top:1.5rem}.badge-top-left{left:-10px;top:10px;padding:10px 14px}.badge-bottom-right{right:-10px;bottom:20px;padding:10px 14px}}.mobile-drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#0009;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:2000;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-drawer-overlay.open{opacity:1;pointer-events:all}.mobile-drawer{position:absolute;top:0;right:-300px;width:290px;height:100%;background-color:#fff;box-shadow:-10px 0 30px #00000040;display:flex;flex-direction:column;padding:24px 20px;transition:right .3s cubic-bezier(.4,0,.2,1);box-sizing:border-box;overflow-y:auto}.mobile-drawer-overlay.open .mobile-drawer{right:0}.drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;border-bottom:1px solid #f3f4f6;padding-bottom:.75rem}.drawer-logo{font-size:1.4rem;font-weight:950;color:#111;font-family:Outfit,sans-serif;letter-spacing:-.5px}.drawer-logo .highlight-dot{color:#2563eb}.drawer-close{font-size:2.2rem;background:transparent;border:none;color:#9ca3af;cursor:pointer;line-height:1;padding:0;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.drawer-close:hover{color:#111}.drawer-links{list-style:none;display:flex;flex-direction:column;gap:.4rem;flex-grow:1;padding:0;margin:0}.drawer-links li a{font-size:1.05rem;font-weight:600;color:#4b5563;display:block;padding:10px 16px;border-radius:8px;transition:all .2s ease;text-align:left}.drawer-links li a:hover{background:#eff6ff;color:#2563eb}.drawer-footer{display:flex;flex-direction:column;gap:.4rem;align-items:center;padding-top:1.25rem;border-top:1px solid #f3f4f6;margin-top:1.5rem}.drawer-whatsapp{width:100%;font-size:.95rem;padding:12px;box-sizing:border-box;text-align:center;border-radius:8px}.drawer-footer-text{font-size:.75rem;color:#9ca3af;font-weight:500}
