.navbar{z-index:100;-webkit-backdrop-filter:blur(16px);background:#050b14bf;border-bottom:1px solid #ffffff0d;width:100%;padding:1rem 0;position:fixed;top:0;left:0}.navbar-container{justify-content:space-between;align-items:center;display:flex}.navbar-brand{align-items:center;display:flex}.navbar-logo{object-fit:contain;border-radius:8px;width:auto;height:48px}.navbar-links{align-items:center;gap:2rem;display:flex}.navbar-link{color:#fff;transition:var(--transition);font-weight:500}.navbar-link:hover{color:var(--accent)}.navbar-btn{color:#fff;border-color:#ffffff4d;padding:.5rem 1.25rem}.navbar-btn:hover{background:#ffffff1a;border-color:#fff}@media (width<=768px){.navbar-links .navbar-link{display:none}.navbar-logo{height:32px}}.hero-section{background-color:var(--primary);color:#fff;align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero-container{z-index:2;padding-top:40px;padding-bottom:40px;position:relative}.hero-split{justify-content:space-between;align-items:center;gap:4rem;display:flex}.hero-content-left{text-align:left;flex:1;max-width:600px}.hero-title{color:#fff;margin-bottom:1.5rem;font-weight:800}.hero-subtitle{color:var(--text-main);max-width:700px;margin-bottom:2.5rem;font-size:1.25rem;font-weight:300}.hero-cta-group{flex-wrap:wrap;justify-content:flex-start;gap:1rem;display:flex}@keyframes demoRingPulse{0%{opacity:.6;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(1.75)}}@keyframes demoIconBounce{0%,to{transform:translate(0)}50%{transform:translate(3px)}}.btn-demo{color:var(--accent);cursor:pointer;background:#1ed76014;border:1.5px solid #1ed76059;border-radius:999px;align-items:center;gap:.5rem;width:fit-content;margin-top:1.25rem;padding:.6rem 1.25rem .6rem .9rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:background .2s,border-color .2s,box-shadow .2s;display:inline-flex;position:relative;overflow:visible}.btn-demo:hover{border-color:var(--accent);background:#1ed76024;box-shadow:0 0 20px #1ed76040}.btn-demo:hover .btn-demo-icon{animation:.5s infinite demoIconBounce}.btn-demo-ring{border:1.5px solid var(--accent);pointer-events:none;border-radius:999px;width:100%;height:100%;animation:2s ease-out infinite demoRingPulse;position:absolute;top:50%;left:50%}.btn-demo-icon{color:var(--accent);flex-shrink:0}.btn-demo-lg{background:#1ed7601a;border-width:2px;gap:.6rem;margin-bottom:1.75rem;padding:.8rem 1.75rem .8rem 1.25rem;font-size:1rem}.btn-demo-lg .btn-demo-ring{border-width:2px}.hero-icons{color:var(--accent);justify-content:flex-start;gap:2rem;display:flex}.hero-icon-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--transition);background:#ffffff08;border:1px solid #ffffff0d;border-radius:50%;padding:1rem}.hero-icon-wrapper:hover{box-shadow:var(--shadow-glow);border-color:#1ed7604d;transform:scale(1.1)}.hero-visual-right{flex:1;justify-content:center;display:flex;position:relative}.hero-mockup-img{border:1px solid #ffffff1a;border-radius:12px;max-width:100%;height:auto;transition:transform .5s;transform:perspective(1000px)rotateY(-15deg);box-shadow:0 30px 60px -10px #00000080}.hero-mockup-img:hover{transform:perspective(1000px)rotateY(0)scale(1.02);box-shadow:0 40px 80px -10px #1ed7604d}.hero-background{z-index:1;pointer-events:none;background:radial-gradient(circle at 50% 50%, var(--secondary) 0%, var(--primary) 100%);position:absolute;inset:0;overflow:hidden}.gradient-sphere{filter:blur(100px);opacity:.4;mix-blend-mode:screen;border-radius:50%;animation:20s cubic-bezier(.4,0,.2,1) infinite alternate meshAnimation;position:absolute}.sphere-1{background:#1ed760;width:60vw;height:60vw;animation-delay:0s;top:-20%;right:-10%}.sphere-2{background:#3b82f6;width:70vw;height:70vw;animation-delay:-5s;bottom:-30%;left:-10%}@keyframes meshAnimation{0%{transform:scale(1)translate(0)}50%{transform:scale(1.2)translate(5%,5%)}to{transform:scale(.9)translate(-5%,-5%)}}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.pricing-card{box-shadow:var(--shadow-md);transition:var(--transition);background:#fff;border:1px solid #0000000d;border-radius:24px;flex-direction:column;padding:2.5rem;display:flex;position:relative;overflow:visible}.pricing-card:before{content:"";-webkit-mask-composite:xor;transition:var(--transition);z-index:1;pointer-events:none;background:linear-gradient(135deg,#0000,#0000);border-radius:24px;padding:2px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.pricing-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-10px)}.pricing-card:hover:before{background:linear-gradient(135deg, var(--accent), transparent, var(--primary))}.pricing-card.popular{box-shadow:var(--shadow-lg);border:none;transform:scale(1.05)}.pricing-card.popular:before{background:linear-gradient(135deg, var(--accent), #3b82f6);opacity:1}.pricing-card.popular:hover{box-shadow:var(--shadow-premium);transform:scale(1.05)translateY(-10px)}.pricing-badge{background:var(--accent);color:#fff;box-shadow:var(--shadow-glow);z-index:2;border-radius:20px;padding:.25rem 1.25rem;font-size:.875rem;font-weight:700;position:absolute;top:-15px;left:50%;transform:translate(-50%)}.pricing-header{border-bottom:1px solid #0000000d;padding:2rem}.pricing-header h3{margin-bottom:1rem;font-size:1.5rem}.pricing-price{color:var(--primary);justify-content:center;align-items:flex-start;margin-bottom:1rem;display:flex}.pricing-price .currency{margin-top:.5rem;font-size:1.5rem;font-weight:700}.pricing-price .amount{letter-spacing:-.05em;font-size:3.5rem;font-weight:800;line-height:1}.pricing-price .period{color:var(--text-dark-muted);align-self:flex-end;margin-bottom:.5rem;margin-left:.25rem;font-size:1rem}.pricing-promos{border-top:1px dashed #0000001a;margin-bottom:1.5rem;padding-top:1rem}.pricing-promos-title{text-transform:uppercase;letter-spacing:1px;color:var(--text-dark-muted);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.8rem;font-weight:700;display:flex}.promo-item{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:.6rem 0;display:flex}.promo-item:last-child{border-bottom:none}.promo-details{flex-direction:column;align-items:flex-start;gap:.3rem;display:flex}.promo-period{color:var(--primary);font-size:.95rem;font-weight:700;line-height:1}.promo-badge{color:#10b981;letter-spacing:.3px;background:#10b9811a;border-radius:6px;padding:.2rem .5rem;font-size:.7rem;font-weight:700;display:inline-block}.promo-price{color:var(--primary);text-align:right;font-size:1.15rem;font-weight:800}.promo-item.clickable{cursor:pointer;transition:var(--transition);border-radius:8px;margin:0 -.5rem;padding:.6rem .5rem;text-decoration:none}.promo-item.clickable:hover{background:#1ed76014;border-bottom-color:#0000;transform:translate(5px)}.promo-price-action{align-items:center;gap:.25rem;display:flex}.promo-price-col{flex-direction:column;align-items:flex-end;display:flex}.promo-click-icon{color:#10b981;opacity:.8;margin-top:2px;animation:1.5s ease-in-out infinite pointerBounce}@keyframes pointerBounce{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-3px)scale(1.1)}}.promo-arrow{color:#10b981;opacity:.5;transition:var(--transition)}.promo-item.clickable:hover .promo-arrow{opacity:1;transform:translate(3px)}.pricing-desc{color:var(--text-dark-muted);margin:0 0 1.5rem;font-size:.95rem}.pricing-benefits{flex-grow:1;margin-bottom:2.5rem;padding:0;list-style:none}.pricing-benefits li{color:var(--text-dark);align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.benefit-icon{color:var(--accent);flex-shrink:0;margin-top:.125rem}.pricing-footer{margin-top:auto}.pricing-trust{color:var(--text-dark-muted);justify-content:center;gap:1rem;margin-top:1rem;font-size:.75rem;display:flex}.trust-item{align-items:center;gap:.25rem;font-weight:600;display:flex}.trust-item svg{color:var(--accent)}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;display:grid}@media (width>=1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{text-align:left;box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;border:1px solid #00000008;border-radius:16px;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.feature-card:hover{box-shadow:var(--shadow-md);border-color:#1ed76033;transform:translateY(-3px)}.feature-icon-wrapper{background:var(--bg-light);width:48px;height:48px;color:var(--primary);transition:var(--transition);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;margin:0;display:flex}.feature-card:hover .feature-icon-wrapper{background:var(--accent);color:var(--primary);transform:scale(1.1)}.feature-title{margin-bottom:.5rem;font-size:1.125rem}.feature-description{color:var(--text-dark-muted);margin:0;font-size:.85rem;line-height:1.4}.payments-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.payment-card{background:var(--bg-light);text-align:center;transition:var(--transition);border:1px solid #0000000d;border-radius:16px;padding:2rem}.payment-card:hover{box-shadow:var(--shadow-md);background:#fff;border-color:#1ed7604d;transform:translateY(-5px)}.payment-icon{width:64px;height:64px;color:var(--accent);box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.payment-card:hover .payment-icon{background:var(--accent);color:#fff;transform:scale(1.1)}.payment-card h3{margin-bottom:.75rem;font-size:1.25rem}.payment-card p{color:var(--text-dark-muted);margin:0;font-size:.9rem}@keyframes orbitRingSpin{to{transform:rotate(360deg)}}@keyframes orbitDashFlow{to{stroke-dashoffset:-12px}}@keyframes orbitPulseRing{0%{opacity:.55;transform:translate(-50%,-50%)scale(.85)}to{opacity:0;transform:translate(-50%,-50%)scale(2.1)}}@keyframes orbitNodeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes orbitCenterGlow{0%,to{box-shadow:0 0 #1ed76047,0 0 30px #1ed7601f}50%{box-shadow:0 0 0 10px #1ed76000,0 0 50px #1ed76047}}@keyframes orbitNodeIn{0%{opacity:0}to{opacity:1}}@keyframes orbitCenterIn{0%{opacity:0;transform:translate(-50%,-50%)scale(.7)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.orbit-wrapper{aspect-ratio:1;width:100%;max-width:640px;margin:2rem auto 1rem;position:relative;overflow:visible}.orbit-svg{width:100%;height:100%;position:absolute;inset:0;overflow:visible}.orbit-ring-group{transform-origin:50px 50px;animation:40s linear infinite orbitRingSpin}.orbit-ring{fill:none;stroke:#1ed76026;stroke-width:.35px;stroke-dasharray:1.8 3}.orbit-line{stroke:#1ed76038;stroke-width:.28px;stroke-dasharray:1.6 1.6;stroke-linecap:round;animation:2.2s linear infinite orbitDashFlow;animation-delay:calc(var(--li,0) * .18s)}.orbit-dot{fill:var(--accent);opacity:.5}.orbit-center{opacity:0;z-index:3;transition:opacity .7s .2s,transform .7s cubic-bezier(.22,1,.36,1) .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.7)}.orbit-visible .orbit-center{opacity:1;transform:translate(-50%,-50%)scale(1)}.orbit-pulse{border:1.5px solid var(--accent);pointer-events:none;border-radius:50%;width:120px;height:120px;animation:3.2s ease-out infinite orbitPulseRing;position:absolute;top:50%;left:50%}.orbit-pulse-1{animation-delay:0s}.orbit-pulse-2{animation-delay:1.07s}.orbit-pulse-3{animation-delay:2.14s}.orbit-center-disc{background:var(--primary);cursor:default;-webkit-user-select:none;user-select:none;border:2px solid #1ed76073;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:110px;height:110px;animation:3s ease-in-out infinite orbitCenterGlow;display:flex;position:relative}.orbit-center-ico{color:var(--accent);margin-bottom:2px}.orbit-center-name{color:#fff;letter-spacing:.02em;font-size:.72rem;font-weight:800;line-height:1}.orbit-center-sub{color:#64748b;text-transform:uppercase;letter-spacing:.06em;font-size:.6rem;font-weight:600}.orbit-node{opacity:0;z-index:2;cursor:default;position:absolute;transform:translate(-50%,-50%)}.orbit-visible .orbit-node{animation:.5s both orbitNodeIn;animation-delay:calc(var(--i,0) * 70ms + .35s);opacity:1}.orbit-node-float{animation:3s ease-in-out infinite orbitNodeFloat;animation-delay:calc(var(--i,0) * .28s);flex-direction:column;align-items:center;gap:5px;display:flex}.orbit-node.label-above .orbit-node-float{flex-direction:column-reverse}.orbit-node.label-above .orbit-node-name{margin-top:0;margin-bottom:4px}.orbit-node-icon{background:var(--primary);width:50px;height:50px;color:var(--accent);border:1.5px solid #1ed76033;border-radius:50%;justify-content:center;align-items:center;transition:border-color .25s,box-shadow .25s,transform .25s;display:flex;box-shadow:0 4px 16px #050b142e}.orbit-node:hover .orbit-node-icon{border-color:var(--accent);transform:scale(1.12);box-shadow:0 0 0 4px #1ed7601f,0 0 20px #1ed7604d}.orbit-node-name{color:#475569;white-space:nowrap;text-align:center;font-size:.68rem;font-weight:600;line-height:1;transition:color .2s}.orbit-node:hover .orbit-node-name{color:#0f172a}.orbit-mobile-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;margin:1.5rem 0;display:none}.orbit-mobile-card{background:var(--primary);border:1px solid #ffffff0f;border-radius:14px;flex-direction:column;align-items:center;gap:.4rem;padding:1rem .5rem;display:flex}.orbit-mobile-icon{color:var(--accent)}.orbit-mobile-name{color:#fff;text-align:center;font-size:.7rem;font-weight:600;line-height:1.3}.comp-cta-compact{text-align:center;margin-top:3rem}.comp-cta-compact p{color:var(--text-dark-muted);margin-bottom:1rem;font-weight:500}.comp-cta-link{color:var(--primary);justify-content:center;align-items:center;gap:.5rem;font-weight:700;transition:color .3s;display:inline-flex}.comp-cta-link:hover{color:var(--accent)}.steps-container{justify-content:space-between;margin-top:4rem;display:flex;position:relative}.faq-badge-container{justify-content:center;margin-bottom:1rem;display:flex}.faq-badge{color:var(--primary);background:#1ed7601a;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.faq-container{margin-top:3rem;max-width:800px;margin-inline:auto}.faq-item{box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;border:1px solid #0000000d;border-radius:16px;margin-bottom:1rem;overflow:hidden}.faq-item.active{box-shadow:var(--shadow-md);border-color:#1ed7604d}.faq-question{width:100%;color:var(--primary);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem;font-size:1.1rem;font-weight:700;display:flex}.faq-icon{color:var(--accent);flex-shrink:0;margin-left:1rem;transition:transform .3s}.faq-icon.rotate{transform:rotate(180deg)}.faq-answer-wrapper{transition:height .3s ease-in-out;overflow:hidden}.faq-answer{color:var(--text-dark-muted);padding:0 1.5rem 1.5rem;line-height:1.6}.step-card{text-align:center;flex:1;padding:0 1rem;position:relative}.step-number{background:var(--accent);width:40px;height:40px;color:var(--primary);z-index:2;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.25rem;font-weight:700;animation:2s ease-in-out infinite heartbeat;display:flex;position:relative}.step-card:first-child .step-number{animation-delay:0s}.step-card:nth-child(2) .step-number{animation-delay:.5s}.step-card:nth-child(3) .step-number{animation-delay:1s}.step-card:nth-child(4) .step-number{animation-delay:1.5s}@keyframes heartbeat{0%{transform:scale(1);box-shadow:0 0 #1ed760b3}20%{transform:scale(1.15);box-shadow:0 0 0 10px #1ed76000}40%{transform:scale(1);box-shadow:0 0 #1ed76000}to{transform:scale(1)}}.step-icon{width:64px;height:64px;color:var(--primary);box-shadow:var(--shadow-md);z-index:2;transition:var(--transition);background:#fff;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex;position:relative}.step-card:hover .step-icon{color:var(--accent);transform:translateY(-5px)}.step-label{color:var(--text-dark-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.step-title{font-size:1.125rem}.step-connector{background:linear-gradient(90deg, var(--accent) 0%, transparent 100%);opacity:.2;z-index:1;width:100%;height:2px;position:absolute;top:20px;left:50%}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.testimonial-card{background:var(--bg-light);border-radius:20px;padding:2.5rem}.testimonial-stars{gap:.25rem;margin-bottom:1.5rem;display:flex}.testimonial-comment{color:var(--text-dark);margin-bottom:2rem;font-size:1.125rem;font-style:italic}.testimonial-author{align-items:center;gap:1rem;display:flex}.author-avatar{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.25rem;font-weight:700;display:flex}.author-info h4{margin:0;font-size:1rem}.author-info span{color:var(--text-dark-muted);font-size:.875rem}.cta-section{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);color:#fff;text-align:center}.cta-content h2{color:#fff}.cta-content p{color:var(--text-main);max-width:600px;margin:0 auto 2.5rem;font-size:1.25rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.footer{background:var(--primary);color:#fff;border-top:1px solid #ffffff0d;padding:5rem 0 2rem;position:relative;overflow:hidden}.footer-top{z-index:2;grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid;position:relative}.footer-logo{height:40px;margin-bottom:1.5rem}.footer-description{color:var(--text-muted);max-width:320px;line-height:1.6}.footer h4{color:#fff;letter-spacing:.5px;margin-bottom:1.5rem;font-size:1.125rem;font-weight:600}.footer ul{margin:0;padding:0;list-style:none}.footer ul li{margin-bottom:1rem}.footer ul li a{color:var(--text-muted);transition:var(--transition);align-items:center;display:inline-flex}.footer-arrow{opacity:0;transition:var(--transition);color:var(--accent);margin-right:.5rem;transform:translate(-10px)}.footer ul li a:hover{color:#fff}.footer ul li a:hover .footer-arrow{opacity:1;transform:translate(0)}.contact-link{transition:var(--transition);background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex;color:var(--text-muted)!important}.contact-link:hover{background:#ffffff14;border-color:#1ed7604d;transform:translateY(-3px);color:#fff!important}.contact-icon-wrapper{color:var(--accent);justify-content:center;align-items:center;display:flex}.footer-divider{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);height:1px;margin-bottom:2rem}.footer-bottom{color:var(--text-muted);z-index:2;justify-content:space-between;align-items:center;font-size:.875rem;display:flex;position:relative}.footer-legal{align-items:center;gap:1rem;display:flex}.footer-legal a{color:var(--text-muted);transition:var(--transition)}.footer-legal a:hover{color:#fff}.footer-legal .dot{color:#fff3}.whatsapp-floating-btn{color:#fff;width:60px;height:60px;box-shadow:var(--shadow-lg);transition:var(--transition);z-index:100;background:#25d366;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:2rem;right:2rem}.whatsapp-floating-btn:hover{box-shadow:var(--shadow-premium);transform:scale(1.1)}@media (width<=1024px){.compatibility-content{gap:2rem}.main-mockup{width:280px;height:190px}.side-mockup{width:100px;height:200px}.hero-subtitle{font-size:1.15rem}}@media (width<=992px){.hero-split{text-align:center;flex-direction:column;gap:3rem}.hero-content-left{text-align:center;max-width:100%}.hero-content-left .hero-cta-group,.hero-content-left .hero-icons{justify-content:center}.hero-mockup-img{max-width:90%;transform:none}}@media (width<=768px){.section{padding:2.5rem 0;overflow:hidden}.hero-section{height:auto;min-height:80vh;padding-top:70px;display:block}.hero-container{padding-top:30px;padding-bottom:30px}.hero-title{font-size:2rem}.orbit-wrapper{display:none}.orbit-mobile-grid{display:grid}.comp-cta-compact{margin-top:1.5rem}.faq-question{padding:1.25rem 1rem;font-size:1rem}.faq-answer{padding:0 1rem 1.25rem}.payments-grid{grid-template-columns:1fr;gap:1rem}.payment-card{padding:1.5rem}.steps-container{flex-direction:column;gap:1rem;margin-top:2rem}.step-connector{display:none}.step-card{text-align:left;box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;flex-direction:row;align-items:center;padding:1rem;display:flex}.step-number{flex-shrink:0;width:32px;height:32px;margin:0 1rem 0 0;font-size:1rem}.step-icon{display:none}.step-title{margin:0;font-size:1rem}.step-label{margin-bottom:.25rem;font-size:.75rem}.features-grid,.testimonials-grid{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:1rem;margin-right:-1.5rem;padding-bottom:1.5rem;padding-right:1.5rem;display:flex;overflow-x:auto}.features-grid::-webkit-scrollbar{display:none}.testimonials-grid::-webkit-scrollbar{display:none}.feature-card,.testimonial-card{scroll-snap-align:center;min-width:85%;padding:1.25rem}.footer-top{text-align:center;grid-template-columns:1fr;gap:2.5rem}.footer-description{margin:0 auto}.contact-link{justify-content:center}.footer-bottom{text-align:center;flex-direction:column;gap:1.5rem}.pricing-card{padding:2rem 1.5rem}.pricing-card.popular{transform:none}.pricing-card.popular:hover{transform:translateY(-5px)}.hero-cta-group{flex-direction:column;width:100%;max-width:300px;margin:0 auto}.hero-icons{gap:1.5rem}.whatsapp-floating-btn{width:50px;height:50px;bottom:1.5rem;right:1.5rem}.navbar{padding:1rem 0}}@media (width<=480px){.pricing-price .amount{font-size:3rem}.feature-card,.testimonial-card{min-width:90%}.orbit-mobile-grid{grid-template-columns:repeat(2,1fr)}}@keyframes installPanelIn{0%{opacity:0;transform:translateY(18px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes installStepIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes installItemIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes installSuccessPop{0%{opacity:0;transform:scale(.85)}60%{transform:scale(1.04)}to{opacity:1;transform:scale(1)}}@keyframes installNumPulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}@keyframes installOrbFloat{0%{transform:translate(0)scale(1)}50%{transform:translate(3%,4%)scale(1.08)}to{transform:translate(-2%,-3%)scale(.95)}}@keyframes installHeroOrb{0%{transform:translate(0)scale(1)}33%{transform:translate(4%,6%)scale(1.1)}66%{transform:translate(-3%,2%)scale(.92)}to{transform:translate(0)scale(1)}}@keyframes installHeroFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes installDeviceLabelIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes installCardIn{0%{opacity:0;transform:translateY(24px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes installBackIn{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes installIconGlow{0%,to{box-shadow:0 0 #1ed7604d}50%{box-shadow:0 0 0 8px #1ed76000}}.install-page{background:#f8fafc;min-height:100vh}.install-hero{background:var(--primary);text-align:center;padding:4rem 2rem 4.5rem;position:relative;overflow:hidden}.install-hero-orb{filter:blur(70px);pointer-events:none;border-radius:50%;position:absolute}.install-hero-orb-1{background:#1ed7602e;width:400px;height:400px;animation:10s ease-in-out infinite installHeroOrb;top:-120px;right:-60px}.install-hero-orb-2{background:#3b82f624;width:320px;height:320px;animation:13s ease-in-out infinite reverse installHeroOrb;bottom:-100px;left:-60px}.install-hero-orb-3{background:#1ed7601a;width:200px;height:200px;animation:7s ease-in-out infinite installHeroOrb;top:50%;left:50%;transform:translate(-50%,-50%)}.install-hero-content{z-index:1;max-width:600px;margin:0 auto;position:relative}.install-hero-brand{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;background:#1ed7601a;border:1px solid #1ed76040;border-radius:999px;align-items:center;gap:.4rem;margin-bottom:1.25rem;padding:.3rem .8rem;font-size:.8rem;font-weight:700;animation:.6s both installHeroFadeUp;display:inline-flex}.install-hero-title{color:#fff;letter-spacing:-.03em;margin:0 0 1rem;font-size:clamp(2rem,6vw,3.25rem);font-weight:800;line-height:1.15;animation:.6s .1s both installHeroFadeUp}.install-hero-subtitle{color:#94a3b8;margin:0;font-size:1rem;line-height:1.7;animation:.6s .2s both installHeroFadeUp}.install-section{background:#f8fafc;position:relative;overflow:hidden}.install-bg-orb{pointer-events:none;filter:blur(90px);border-radius:50%;position:absolute}.install-bg-orb-1{background:#1ed7600d;width:500px;height:500px;animation:12s ease-in-out infinite alternate installOrbFloat;top:-150px;right:-100px}.install-bg-orb-2{background:#3b82f60a;width:400px;height:400px;animation:15s ease-in-out infinite alternate-reverse installOrbFloat;bottom:-100px;left:-80px}.install-cards-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.install-device-card{text-align:center;background:var(--primary);cursor:pointer;animation:.45s cubic-bezier(.22,1,.36,1) both installCardIn;animation-delay:calc(var(--i,0) * 70ms);border:1.5px solid #ffffff0f;border-radius:22px;flex-direction:column;align-items:center;gap:.9rem;padding:2rem 1.5rem 1.5rem;transition:border-color .25s,transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.install-device-card:before{content:"";opacity:0;background:radial-gradient(at 50% 0,#1ed7600f 0%,#0000 70%);border-radius:22px;transition:opacity .3s;position:absolute;inset:0}.install-device-card:hover{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent), 0 20px 50px #1ed7601f;transform:translateY(-6px)}.install-device-card:hover:before{opacity:1}.install-device-card:hover .install-card-icon-ring{animation:1.6s ease-in-out infinite installIconGlow;box-shadow:0 0 0 8px #1ed76000,0 0 30px #1ed7604d}.install-device-card:hover .install-card-arrow{color:var(--accent);transform:translate(3px)}.install-card-icon-ring{width:72px;height:72px;color:var(--accent);background:#1ed76012;border:1.5px solid #1ed7602e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:box-shadow .3s;display:flex}.install-card-info{flex-direction:column;flex:1;gap:.35rem;display:flex}.install-card-name{color:#fff;font-size:.95rem;font-weight:700;line-height:1.3}.install-card-tagline{color:#64748b;font-size:.75rem;line-height:1.5}.install-card-footer{justify-content:space-between;align-items:center;width:100%;margin-top:.25rem;display:flex}.install-card-meta{color:var(--accent);background:#1ed7601a;border:1px solid #1ed76033;border-radius:999px;padding:.2rem .65rem;font-size:.75rem;font-weight:700}.install-card-arrow{color:#475569;flex-shrink:0;transition:color .2s,transform .2s}.install-content-view{animation:.35s cubic-bezier(.22,1,.36,1) both installPanelIn}.install-back-btn{color:#64748b;cursor:pointer;background:0 0;border:1.5px solid #e2e8f0;border-radius:999px;align-items:center;gap:.4rem;margin-bottom:1.75rem;padding:.5rem 1rem;font-size:.82rem;font-weight:600;transition:border-color .2s,color .2s,background .2s;animation:.35s both installBackIn;display:inline-flex}.install-back-btn:hover{border-color:var(--accent);color:#0f172a;background:#f0fdf4}.install-panel{animation:.35s cubic-bezier(.22,1,.36,1) both installPanelIn}.install-panel-device-label{background:var(--primary);border-radius:16px;align-items:center;gap:.75rem;margin-bottom:1.75rem;padding:1rem 1.25rem;animation:.4s both installDeviceLabelIn;display:flex}.install-panel-device-icon{width:44px;height:44px;color:var(--accent);background:#1ed7601a;border:1.5px solid #1ed76033;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.install-panel-device-name{color:#fff;font-size:1rem;font-weight:700;line-height:1.3;display:block}.install-panel-device-tagline{color:#64748b;margin-top:.15rem;font-size:.78rem;display:block}.install-notice{border-radius:14px;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;padding:.9rem 1.1rem;font-size:.875rem;line-height:1.65;animation:.4s 50ms both installPanelIn;display:flex}.install-notice-warning{color:#78350f;background:#fffbeb;border:1.5px solid #fcd34d}.install-notice-info{color:#1e3a8a;background:#eff6ff;border:1.5px solid #93c5fd}.install-notice-icon-wrap{background:#0000000d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:.05rem;display:flex}.install-notice p{margin:0}.install-steps-list{flex-direction:column;gap:1rem;display:flex}.install-step{animation:.4s cubic-bezier(.22,1,.36,1) both installStepIn;animation-delay:calc(var(--i,0) * .1s + 50ms);background:#fff;border:1.5px solid #e2e8f0;border-radius:18px;transition:box-shadow .25s,transform .25s;overflow:hidden;box-shadow:0 2px 12px #050b140f}.install-step:hover{transform:translateY(-2px);box-shadow:0 8px 28px #050b141a}.install-step-header{background:linear-gradient(135deg, var(--primary) 0%, #0d2137 100%);align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.install-step-number{background:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;animation:2.5s ease-in-out infinite installNumPulse;display:flex;box-shadow:0 0 0 4px #1ed76033}.install-step-num-inner{color:var(--primary);font-size:.85rem;font-weight:800;line-height:1}.install-step-title{color:#fff;margin:0;font-size:.95rem;font-weight:600;line-height:1.4}.install-step-body{padding:1.25rem 1.5rem 1.5rem}.install-step-list{counter-reset:step-counter;flex-direction:column;gap:.55rem;margin:0 0 .5rem;padding:0;list-style:none;display:flex}.install-step-list li{color:#475569;counter-increment:step-counter;animation:.35s both installItemIn;animation-delay:calc(var(--j,0) * 60ms + .15s);align-items:flex-start;gap:.65rem;font-size:.875rem;line-height:1.65;display:flex}.install-step-list li:before{content:counter(step-counter);color:#166534;background:#f0fdf4;border:1.5px solid #86efac;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;min-width:1.5rem;height:1.5rem;margin-top:.12rem;font-size:.7rem;font-weight:700;display:flex}.install-code{color:var(--accent);letter-spacing:.04em;background:#0f172a;border-radius:6px;margin:0 .1rem;padding:.1rem .5rem;font-family:SF Mono,Fira Code,monospace;font-size:.82rem;font-weight:700;display:inline-block}.install-code-url{color:#60a5fa;text-decoration:none}.install-code-url:hover{color:#93c5fd}.install-success{color:#166534;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1.5px solid #86efac;border-radius:12px;align-items:center;gap:.5rem;margin-top:1.1rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;animation:.5s cubic-bezier(.22,1,.36,1) .3s both installSuccessPop;display:flex}.install-success-icon{color:#22c55e;flex-shrink:0}.install-sections-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;display:grid}.install-section-card{animation:.4s cubic-bezier(.22,1,.36,1) both installStepIn;animation-delay:calc(var(--i,0) * .12s + 50ms);background:#fff;border:1.5px solid #e2e8f0;border-radius:18px;flex-direction:column;gap:.9rem;padding:1.5rem;transition:box-shadow .25s,transform .25s;display:flex;box-shadow:0 2px 12px #050b140f}.install-section-card:hover{transform:translateY(-2px);box-shadow:0 8px 28px #050b141a}.install-section-header{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.install-section-title{color:var(--text-dark);margin:0;font-size:1rem;font-weight:700}.install-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:999px;padding:.2rem .6rem;font-size:.7rem;font-weight:700}.install-badge-warning{color:#92400e;background:#fef3c7;border:1px solid #fcd34d}.install-badge-success{color:#065f46;background:#d1fae5;border:1px solid #6ee7b7}.install-badge-info{color:#1e40af;background:#dbeafe;border:1px solid #93c5fd}.install-section-notice{color:#92400e;background:#fffbeb;border:1px solid #fcd34d;border-radius:10px;align-items:flex-start;gap:.5rem;padding:.65rem .8rem;font-size:.8rem;line-height:1.55;display:flex}.install-cta{color:#64748b;border-top:1px solid #e2e8f0;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:2rem;padding-top:1.5rem;font-size:.875rem;display:flex}.install-cta-icon{color:#22c55e;flex-shrink:0}.install-cta-link{color:var(--accent);background:#1ed76014;border:1px solid #1ed76033;border-radius:999px;align-items:center;gap:.25rem;padding:.3rem .75rem;font-weight:700;text-decoration:none;transition:background .2s,box-shadow .2s;display:inline-flex}.install-cta-link:hover{background:#1ed76026;box-shadow:0 0 12px #1ed76033}@media (width<=900px){.install-cards-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media (width<=768px){.install-hero{padding:3rem 1.25rem 3.5rem}.install-hero-title{font-size:2rem}.install-sections-grid{grid-template-columns:1fr}.install-step-header{gap:.75rem;padding:.875rem 1.125rem}.install-step-body{padding:1rem 1.125rem 1.25rem}.install-section-card{padding:1.25rem}.install-panel-device-label{margin-bottom:1.25rem}.install-cta{flex-direction:column;align-items:flex-start;gap:.6rem}.install-cta-link{justify-content:center;width:100%;padding:.6rem 1rem;font-size:.9rem}.install-cards-grid{grid-template-columns:1fr 1fr;gap:.875rem}.install-device-card{padding:1.5rem 1.25rem 1.25rem}.install-card-icon-ring{width:60px;height:60px}}@media (width<=480px){.install-hero{padding:2.5rem 1rem 3rem}.install-hero-orb-1{width:250px;height:250px}.install-hero-orb-2{width:200px;height:200px}.install-cards-grid{grid-template-columns:1fr;gap:.75rem}.install-device-card{text-align:left;flex-direction:row;align-items:center;gap:.875rem;padding:1rem 1.1rem}.install-device-card:before{display:none}.install-card-icon-ring{flex-shrink:0;width:50px;height:50px}.install-card-info{align-items:flex-start}.install-card-footer{margin-top:0}.install-card-name{font-size:.9rem}.install-card-tagline{display:none}.install-step-number{width:2rem;height:2rem}.install-step-list li{font-size:.85rem}.install-code{font-size:.78rem}.install-panel-device-icon{border-radius:10px;width:38px;height:38px}.install-bg-orb-1,.install-bg-orb-2{display:none}}@keyframes screenFloat{0%,to{transform:perspective(1400px)rotateY(-6deg)rotateX(2deg)translateY(0)}50%{transform:perspective(1400px)rotateY(-6deg)rotateX(2deg)translateY(-10px)}}@keyframes screenGlowPulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.75;transform:scale(1.05)}}@keyframes liveBlink{0%,to{opacity:1}50%{opacity:.25}}@keyframes badgeIn{0%{opacity:0;transform:translateY(10px)scale(.85)}to{opacity:1;transform:translateY(0)scale(1)}}.screen-mockup-wrapper{justify-content:center;align-items:center;width:100%;max-width:480px;margin:0 auto;padding:28px 40px 40px;display:flex;position:relative}.screen-glow{z-index:0;pointer-events:none;background:radial-gradient(#1ed76038 0%,#1ed7600f 55%,#0000 75%);border-radius:50%;width:420px;height:280px;animation:4.5s ease-in-out infinite screenGlowPulse;position:absolute}.screen-frame{z-index:1;background:#050b14;border:6px solid #12121f;border-radius:12px;flex-direction:column;width:400px;height:248px;animation:6s ease-in-out infinite screenFloat;display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffffff12,0 40px 90px #000c,0 10px 30px #00000080}.sm-nav{background:#050b14fa;border-bottom:1px solid #ffffff0d;flex-shrink:0;align-items:center;gap:10px;padding:8px 12px 6px;display:flex}.sm-nav-brand{color:#1ed760;letter-spacing:.8px;text-transform:uppercase;white-space:nowrap;margin-right:6px;font-size:9px;font-weight:800}.sm-nav-links{flex:1;gap:10px;display:flex}.sm-nav-link{color:#fff6;cursor:pointer;white-space:nowrap;font-size:8px}.sm-nav-link.active{color:#fff;font-weight:600}.sm-nav-icons{color:#ffffff73;align-items:center;gap:8px;display:flex}.sm-avatar{background:linear-gradient(135deg,#1ed760,#0f9d4e);border-radius:50%;width:18px;height:18px}.sm-featured{flex-shrink:0;height:96px;position:relative;overflow:hidden}.sm-featured-bg{background:linear-gradient(110deg,#0a0e1a 0%,#0f2040 30%,#1a0a30 60%,#200a18 100%);position:absolute;inset:0}.sm-featured-bg:before{content:"";background:radial-gradient(at 80%,#1ed7601f 0%,#0000 60%),radial-gradient(at 20% 30%,#643cc826 0%,#0000 50%);position:absolute;inset:0}.sm-featured-overlay{background:linear-gradient(90deg,#050b14b3 0%,#0000 55%);position:absolute;inset:0}.sm-featured-content{z-index:2;flex-direction:column;justify-content:space-between;padding:10px 12px;display:flex;position:absolute;inset:0}.sm-featured-badges{gap:5px;display:flex}.sm-badge-live{color:#fff;letter-spacing:.5px;background:#e63946;border-radius:3px;padding:2px 6px;font-size:6.5px;font-weight:700}.sm-badge-hd{color:#1ed760;background:#1ed76026;border:1px solid #1ed76066;border-radius:3px;padding:2px 6px;font-size:6.5px;font-weight:700}.sm-featured-title{color:#fff;margin-bottom:2px;font-size:13px;font-weight:800;line-height:1.1}.sm-featured-sub{color:#ffffff80;margin-bottom:6px;font-size:7.5px}.sm-featured-actions{gap:6px;display:flex}.sm-btn-play{color:#050b14;cursor:pointer;background:#1ed760;border:none;border-radius:4px;align-items:center;gap:4px;padding:4px 9px;font-size:7.5px;font-weight:700;display:inline-flex}.sm-btn-list{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:4px;align-items:center;gap:3px;padding:4px 9px;font-size:7.5px;font-weight:600;display:inline-flex}.sm-section{flex-shrink:0;padding:6px 10px 0}.sm-section-header{justify-content:space-between;align-items:center;margin-bottom:5px;display:flex}.sm-section-label{color:#fff;font-size:8px;font-weight:700}.sm-section-more{color:#1ed760;cursor:pointer;align-items:center;gap:1px;font-size:7px;display:flex}.sm-live-row{grid-template-columns:repeat(5,1fr);gap:5px;display:grid}.sm-live-card{aspect-ratio:16/9;border-radius:5px;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:4px 5px;display:flex;position:relative;overflow:hidden}.sm-live-shine{background:linear-gradient(135deg,#ffffff1f 0%,#0000 50%);position:absolute;inset:0}.sm-live-label{color:#fff;z-index:1;font-size:6px;font-weight:700;line-height:1;position:relative}.sm-live-dot{background:#e63946;border-radius:50%;width:4px;height:4px;animation:1.4s ease-in-out infinite liveBlink;position:absolute;top:5px;right:5px}.sm-posters-row{grid-template-columns:repeat(6,1fr);gap:5px;display:grid}.sm-poster{aspect-ratio:2/3;border-radius:4px;position:relative;overflow:hidden}.sm-poster-shine{background:linear-gradient(160deg,#ffffff24 0%,#0000 45%);position:absolute;inset:0}.sm-poster-badge{color:gold;font-size:7px;line-height:1;position:absolute;top:3px;right:3px}.mockup-badge{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap;z-index:5;background:#0d1627ed;border:1px solid #1ed7604d;border-radius:20px;align-items:center;gap:5px;padding:6px 12px;font-size:10px;font-weight:600;animation:.6s cubic-bezier(.16,1,.3,1) both badgeIn;display:flex;position:absolute;box-shadow:0 4px 18px #00000080}.mockup-badge-channels{animation-delay:.3s;top:8px;right:16px}.mockup-badge-hd{color:#1ed760;letter-spacing:1px;background:#1ed7601f;border-color:#1ed76080;font-size:11px;font-weight:800;animation-delay:.5s;bottom:20px;right:8px}.mockup-badge-live{gap:6px;animation-delay:.7s;display:flex;bottom:20px;left:8px}.badge-live-dot{background:#e63946;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:1.4s ease-in-out infinite liveBlink}@media (width<=1100px){.screen-mockup-wrapper{max-width:420px;padding:20px 30px 32px}.screen-frame{width:340px;height:211px}}@media (width<=992px){.screen-mockup-wrapper{max-width:380px;padding:16px 24px 28px}.screen-frame{border-width:4px;width:300px;height:187px}.sm-featured{height:76px}.sm-featured-title{font-size:11px}.mockup-badge{padding:5px 9px;font-size:9px}}@media (width<=768px){.screen-mockup-wrapper{max-width:320px;margin-top:.5rem;padding:12px 16px 20px}.screen-frame{width:280px;height:174px}.sm-nav-links{display:none}.sm-posters-row{grid-template-columns:repeat(6,1fr)}.mockup-badge{display:none}}:root{--primary:#050b14;--secondary:#0d1627;--accent:#1ed760;--accent-hover:#1db954;--text-main:#e2e8f0;--text-muted:#94a3b8;--bg-light:#f8fafc;--bg-white:#fff;--text-dark:#0f172a;--text-dark-muted:#475569;--border-radius:16px;--transition:all .4s cubic-bezier(.16, 1, .3, 1);--shadow-sm:0 1px 3px #0000001a;--shadow-md:0 10px 20px -5px #050b1414;--shadow-lg:0 20px 30px -10px #050b1426;--shadow-premium:0 30px 60px -15px #1ed76026;--shadow-glow:0 0 20px #1ed76066}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-light);color:var(--text-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;font-family:Outfit,system-ui,-apple-system,sans-serif;line-height:1.6;overflow-x:hidden}.app-container{width:100%;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4,h5,h6{color:var(--primary);font-weight:700;line-height:1.2}h1{letter-spacing:-.03em;font-size:clamp(2.5rem,5vw,4rem);font-weight:800}h2{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}h3{font-size:1.5rem}p{color:var(--text-dark-muted)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0;scroll-margin-top:72px}.section-header{text-align:center;max-width:800px;margin:0 auto 4rem}.section-subtitle{color:var(--text-dark-muted);font-size:1.125rem}.btn{border-radius:var(--border-radius);transition:var(--transition);text-align:center;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;display:inline-flex}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--secondary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-accent{background-color:var(--accent);color:var(--primary);box-shadow:0 4px 15px #1ed7604d}.btn-accent:hover{background-color:var(--accent-hover);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.btn-outline{color:var(--primary);border:2px solid var(--primary);background-color:#0000}.btn-outline:hover{background-color:#0a192f0d;transform:translateY(-2px)}.glass{-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff80}.btn-outline.glass:hover,.btn-outline.glass:active,.btn-outline.glass:focus{color:var(--primary);background-color:#fffffff2;border-color:#fff}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(40px)}.reveal.visible{opacity:1;transform:translateY(0)}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.delay-400{transition-delay:.4s}.text-center{text-align:center}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}
