.exit-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.85);z-index:99999;display:none;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.exit-popup-overlay.active{display:flex;opacity:1}.exit-popup{background:linear-gradient(135deg,#1a1a1a 0,#2d2d2d 100%);border-radius:16px;padding:40px;max-width:500px;width:90%;text-align:center;position:relative;transform:scale(.8);transition:transform .3s ease;border:2px solid var(--primary-green);box-shadow:0 20px 60px rgba(0,0,0,.5)}[data-theme=light] .exit-popup{background:linear-gradient(135deg,#fff 0,#f8f9fa 100%);border-color:var(--primary-green)}.exit-popup-overlay.active .exit-popup{transform:scale(1)}.exit-popup-close{position:absolute;top:15px;right:15px;background:0 0;border:0;color:var(--medium-gray);font-size:24px;cursor:pointer;transition:color .2s ease;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center}.exit-popup-close:hover{color:var(--primary-green);background:rgba(46,125,50,.1)}.exit-popup-icon{width:80px;height:80px;background:var(--gradient-green);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;animation:pulse-glow 2s infinite}.exit-popup-icon i{font-size:36px;color:#fff}@keyframes pulse-glow{0%,to{box-shadow:0 0 0 0 rgba(46,125,50,.4)}50%{box-shadow:0 0 20px 10px rgba(46,125,50,.2)}}.exit-popup h3{color:var(--primary-green);font-size:1.75rem;margin-bottom:15px;font-weight:700}.exit-popup p{color:var(--text-secondary);margin-bottom:25px;font-size:1.1rem}.exit-popup-offer{background:rgba(255,193,7,.15);border:2px dashed var(--accent-yellow);border-radius:8px;padding:15px;margin-bottom:25px}.exit-popup-offer .discount{font-size:2rem;font-weight:800;color:var(--accent-yellow);display:block}.exit-popup-offer .code{font-family:monospace;background:var(--accent-yellow);color:#000;padding:5px 15px;border-radius:4px;font-weight:700;display:inline-block;margin-top:10px}.exit-popup-form{margin-bottom:20px;width:100%;box-sizing:border-box}.exit-popup-form input,.exit-popup-form select{width:100%;padding:12px 16px;margin-bottom:12px;border:2px solid rgba(46,125,50,.3);border-radius:0;font-size:1rem;background:#fff;color:#333;transition:all .3s ease;box-sizing:border-box}.exit-popup-form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E")no-repeat right 12px center;background-size:12px;padding-right:36px;cursor:pointer}.exit-popup-form select option{background:#fff;color:#333;padding:12px}[data-theme=light] .exit-popup-form input,[data-theme=light] .exit-popup-form select{background:#fff;color:#333}.exit-popup-form input:focus,.exit-popup-form select:focus{outline:0;border-color:var(--primary-green);box-shadow:0 0 0 3px rgba(46,125,50,.15)}.exit-popup-form input::placeholder{color:#999}.exit-popup .btn-claim{background:var(--gradient-green);color:#fff;border:0;padding:15px 40px;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;width:100%}.exit-popup .btn-claim:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(46,125,50,.3)}.exit-popup .btn-no-thanks{background:0 0;border:0;color:var(--medium-gray);margin-top:15px;cursor:pointer;font-size:.9rem;text-decoration:underline}.sticky-cta-bar{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,var(--primary-dark-green),var(--primary-green));padding:12px 15px;z-index:9990;display:none;transform:translateY(100%);transition:transform .3s ease;box-shadow:0-4px 20px rgba(0,0,0,.3)}.sticky-cta-bar.visible{transform:translateY(0)}@media (max-width:991px){.sticky-cta-bar{display:block}.sticky-cta-bar.visible~.whatsapp-float{bottom:80px}}.sticky-cta-content{display:flex;align-items:center;justify-content:space-between;max-width:100%}.sticky-cta-text{color:#fff;flex:1}.sticky-cta-text .offer{font-weight:700;font-size:.85rem;display:block}.sticky-cta-text .subtext{font-size:.75rem;opacity:.9}.sticky-cta-btn{background:var(--accent-yellow);color:#000;padding:10px 20px;border-radius:6px;font-weight:700;font-size:.9rem;text-decoration:none;white-space:nowrap;animation:cta-pulse 2s infinite}@keyframes cta-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.social-proof-notification{display:none!important;position:fixed;bottom:30px;right:30px;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;padding:18px 50px 18px 18px;box-shadow:0 20px 60px rgba(0,0,0,.15),0 0 0 1px rgba(255,255,255,.5) inset,0 4px 12px rgba(46,125,50,.1);display:flex;align-items:center;gap:14px;z-index:10000;box-sizing:border-box;transform:translateY(30px) scale(.95);opacity:0;transition:all .6s cubic-bezier(.34,1.56,.64,1);min-width:360px;max-width:420px;border:1px solid rgba(46,125,50,.1);font-family:var(--font-body)}.social-proof-notification::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0,rgba(46,125,50,.1) 50%,transparent 100%);animation:shimmer 3s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.social-proof-notification.show{display:flex!important;transform:translateY(0) scale(1);opacity:1}[data-theme=dark] .social-proof-notification{background:rgba(30,30,30,.95);border-color:rgba(46,125,50,.2);box-shadow:0 20px 60px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,.05) inset,0 4px 12px rgba(46,125,50,.2)}.social-proof-notification .avatar-placeholder{width:52px;height:52px;border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,var(--primary-green),#1b5e20);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.3rem;box-shadow:0 6px 16px rgba(46,125,50,.3),0 0 0 3px rgba(255,255,255,.9);position:relative;animation:avatarPulse 2s ease-in-out infinite}@keyframes avatarPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}[data-theme=dark] .social-proof-notification .avatar-placeholder{box-shadow:0 6px 16px rgba(46,125,50,.4),0 0 0 3px rgba(30,30,30,.9)}.social-proof-notification .avatar-placeholder::after{content:"✓";position:absolute;bottom:-2px;right:-2px;width:20px;height:20px;background:#2196f3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:900;color:#fff;border:2px solid #fff;box-shadow:0 2px 6px rgba(33,150,243,.4)}[data-theme=dark] .social-proof-notification .avatar-placeholder::after{border-color:#1e1e1e}.social-proof-notification .content{display:flex;flex-direction:column;justify-content:center;gap:4px;flex:1;min-width:0}.social-proof-notification .content strong{color:#1a1a1a;font-size:1rem;line-height:1.2;font-weight:700;letter-spacing:-.02em}[data-theme=dark] .social-proof-notification .content strong{color:#fff}.social-proof-notification .content span.action{font-size:.875rem;color:#666;line-height:1.4;display:block}[data-theme=dark] .social-proof-notification .content span.action{color:#aaa}.social-proof-notification .content span.action strong{color:var(--primary-green);font-weight:600}.social-proof-notification .time{font-size:.75rem;color:#999;display:flex;align-items:center;gap:4px;font-weight:500}.social-proof-notification .time::before{content:"🕐";font-size:.7rem}.social-proof-notification .close-btn{position:absolute;top:8px;right:8px;background:rgba(0,0,0,.05);border:0;color:#999;cursor:pointer;font-size:18px;padding:0;line-height:1;border-radius:50%;transition:all .2s ease;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-weight:300}.social-proof-notification .close-btn:hover{background:rgba(0,0,0,.1);color:#333;transform:rotate(90deg)}[data-theme=dark] .social-proof-notification .close-btn{background:rgba(255,255,255,.05)}[data-theme=dark] .social-proof-notification .close-btn:hover{background:rgba(255,255,255,.1);color:#fff}@media (max-width:768px){.social-proof-notification{left:16px;right:16px;bottom:80px;max-width:calc(100% - 32px);min-width:auto;padding:16px 44px 16px 16px}.social-proof-notification .avatar-placeholder{width:44px;height:44px;font-size:1.1rem}.social-proof-notification .avatar-placeholder::after{width:18px;height:18px;font-size:10px}.social-proof-notification .content strong{font-size:.9rem}.social-proof-notification .content span.action{font-size:.8rem}}.urgency-banner{background:linear-gradient(135deg,var(--primary-green) 0%,#1b5e20 100%);color:#fff;padding:12px 0;text-align:center;position:relative;z-index:999;font-size:.95rem;margin-top:0;border-bottom:1px solid rgba(255,255,255,.1)}.urgency-banner.sticky{position:relative}.urgency-content{display:flex;align-items:center;justify-content:center;gap:15px;flex-wrap:wrap}.urgency-text{font-weight:600}.urgency-text i{margin-right:8px;animation:ring 1s ease-in-out infinite}@keyframes ring{0%,to{transform:rotate(0)}25%{transform:rotate(15deg)}50%{transform:rotate(0)}75%{transform:rotate(-15deg)}}.countdown-timer{display:flex;gap:8px}.countdown-item{background:rgba(255,255,255,.15);padding:6px 12px;border-radius:6px;min-width:50px;text-align:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.countdown-item .value{font-size:1.3rem;font-weight:800;display:block;line-height:1.2}.countdown-item .label{font-size:.65rem;text-transform:uppercase;opacity:.85;font-weight:500}.urgency-cta{background:var(--accent-yellow);color:#000;padding:10px 24px;border-radius:25px;font-weight:700;text-decoration:none;font-size:.9rem;transition:all .2s ease;box-shadow:0 4px 15px rgba(0,0,0,.2)}.urgency-cta:hover{background:#fff;color:var(--primary-green);transform:scale(1.05)}.scroll-progress{position:fixed;top:0;left:0;width:0%;height:4px;background:var(--gradient-green);z-index:10000;transition:width .1s linear}.btn-ripple{position:relative;overflow:hidden}.btn-ripple::after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;background-image:radial-gradient(circle,rgba(255,255,255,.3) 10%,transparent 10.01%);background-repeat:no-repeat;background-position:50%;transform:scale(10,10);opacity:0;transition:transform .5s,opacity .5s}.btn-ripple:active::after{transform:scale(0,0);opacity:1;transition:0s}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.link-animated{position:relative;text-decoration:none}.link-animated::after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--primary-green);transition:width .3s ease}.link-animated:hover::after{width:100%}.icon-bounce:hover i{animation:bounce .5s ease}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.trust-badges{display:flex;align-items:center;justify-content:center;gap:30px;padding:20px;flex-wrap:wrap}.trust-badge{display:flex;align-items:center;gap:10px;padding:10px 20px;background:rgba(46,125,50,.1);border-radius:8px;border:1px solid rgba(46,125,50,.2)}.trust-badge i{font-size:1.5rem;color:var(--primary-green)}.trust-badge span{font-weight:600;font-size:.9rem;color:var(--text-primary)}.trust-inline{display:flex;align-items:center;gap:20px;margin-top:15px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:6px;font-size:.85rem;color:var(--text-secondary)}.trust-item i{color:var(--primary-green)}.reading-progress-container{display:none!important;position:fixed;top:70px;right:20px;z-index:9000}.reading-progress-circle{width:60px;height:60px;position:relative}.reading-progress-circle svg{transform:rotate(-90deg)}.reading-progress-circle .progress-bg{fill:none;stroke:rgba(46,125,50,.2);stroke-width:4}.reading-progress-circle .progress-bar{fill:none;stroke:var(--primary-green);stroke-width:4;stroke-linecap:round;stroke-dasharray:157;stroke-dashoffset:157;transition:stroke-dashoffset .1s linear}.reading-progress-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.75rem;font-weight:700;color:var(--primary-green)}.highlight-on-scroll{transition:background-color .5s ease}.highlight-on-scroll.highlighted{background-color:rgba(46,125,50,.1)}.attention-badge{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#ff6b6b,#ee5a5a);color:#fff;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;animation:attention-pulse 2s infinite}@keyframes attention-pulse{0%,to{box-shadow:0 0 0 0 rgba(238,90,90,.4)}50%{box-shadow:0 0 15px 5px rgba(238,90,90,.2)}}.seats-indicator{display:flex;align-items:center;gap:10px;padding:10px 15px;background:rgba(255,107,107,.1);border-radius:8px;border:1px solid rgba(255,107,107,.3);margin-top:15px}.seats-indicator i{color:#ff6b6b;animation:pulse 1s infinite}.seats-indicator .text{font-size:.9rem;color:var(--text-primary)}.seats-indicator .count{font-weight:700;color:#ff6b6b}.recently-viewed-badge{position:absolute;top:10px;left:10px;background:rgba(0,0,0,.7);color:#fff;padding:5px 10px;border-radius:4px;font-size:.75rem;z-index:2}.fab-container{position:fixed;bottom:100px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:9985}.fab-btn{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;box-shadow:0 4px 15px rgba(0,0,0,.2);transition:all .3s ease;border:0;cursor:pointer}.fab-btn:hover{transform:scale(1.1)}.fab-btn.call{background:var(--primary-green)}.fab-btn.callback{background:#1877f2}.fab-tooltip{position:absolute;right:60px;background:#333;color:#fff;padding:8px 12px;border-radius:6px;font-size:.8rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease}.fab-btn:hover .fab-tooltip{opacity:1}.comparison-highlight{background:rgba(46,125,50,.1)!important;border:2px solid var(--primary-green)}.best-value-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--accent-yellow);color:#000;padding:4px 16px;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase}:focus-visible{outline:3px solid var(--primary-green);outline-offset:2px}@media (prefers-reduced-motion:reduce){.exit-popup,.social-proof-notification,.sticky-cta-bar,.attention-badge,.seats-indicator i,.urgency-text i,.sticky-cta-btn{animation:none!important;transition:none!important}}@media print{.exit-popup-overlay,.sticky-cta-bar,.social-proof-notification,.urgency-banner,.scroll-progress,.fab-container,.reading-progress-container,.prefooter-cta-section{display:none!important}}.prefooter-cta-section{background:linear-gradient(135deg,#0056d2 0,#003d99 100%);padding:50px 0;text-align:center;position:relative;overflow:hidden}.prefooter-cta-section::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.prefooter-cta-content{position:relative;z-index:1;max-width:600px;margin:0 auto}.prefooter-brand{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:20px}.prefooter-brand .brand-name{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;color:#fff;letter-spacing:-.5px}.prefooter-brand .brand-badge{background:#fff;color:#0056d2;font-size:.9rem;font-weight:800;padding:6px 14px;border-radius:4px;letter-spacing:1px;text-transform:uppercase}.prefooter-tagline{color:rgba(255,255,255,.95);font-size:1.15rem;margin-bottom:25px;font-weight:400}.btn-prefooter-cta{display:inline-block;background:#fff;color:#0056d2;font-size:1.1rem;font-weight:600;padding:16px 40px;border-radius:6px;text-decoration:none;transition:all .3s ease;border:2px solid #fff;margin-bottom:20px}.btn-prefooter-cta:hover{background:0 0;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.2)}.prefooter-pricing{color:#ffc107;font-size:1rem;margin:0}.prefooter-pricing strong{font-weight:700}.prefooter-cta-section.theme-green{background:linear-gradient(135deg,#1b5e20 0,#0d3d12 100%)}.prefooter-cta-section .brand-name,.prefooter-cta-section .prefooter-tagline,.prefooter-cta-section .btn-prefooter-cta,.prefooter-cta-section .prefooter-pricing,.prefooter-cta-section .prefooter-features span{font-family:var(--font-heading);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.prefooter-cta-section.theme-green .brand-badge{background:var(--accent-yellow);color:var(--primary-dark-green)}.prefooter-cta-section.theme-green .btn-prefooter-cta{background:var(--accent-yellow);color:var(--primary-dark-green);border-color:var(--accent-yellow)}.prefooter-cta-section.theme-green .btn-prefooter-cta:hover{background:#fff;color:var(--primary-green);border-color:#fff}.prefooter-cta-section.theme-green .prefooter-pricing{color:rgba(255,255,255,.9)}.prefooter-cta-section.theme-green .prefooter-pricing strong{color:var(--accent-yellow)}.prefooter-features{display:flex;align-items:center;justify-content:center;gap:35px;margin-top:25px;flex-wrap:nowrap}.prefooter-features span{color:rgba(255,255,255,.95);font-size:.95rem;font-weight:500;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.prefooter-features i{color:var(--accent-yellow);font-size:1rem}@media (max-width:768px){.prefooter-features{flex-wrap:wrap;gap:12px 25px}.prefooter-features span{font-size:.85rem}}@media (max-width:768px){.prefooter-cta-section{padding:40px 20px}.prefooter-brand .brand-name{font-size:1.8rem}.prefooter-brand .brand-badge{font-size:.75rem;padding:5px 10px}.prefooter-tagline{font-size:1rem}.btn-prefooter-cta{padding:14px 30px;font-size:1rem;width:100%;max-width:300px}}.prefooter-cta-section.theme-dark{background:linear-gradient(135deg,#1a1a1a 0,#2d2d2d 100%)}.prefooter-cta-section.theme-dark .brand-badge{background:var(--accent-yellow);color:#1a1a1a}.prefooter-cta-section.theme-dark .btn-prefooter-cta{background:var(--accent-yellow);color:#1a1a1a;border-color:var(--accent-yellow)}.prefooter-cta-section.theme-dark .btn-prefooter-cta:hover{background:0 0;color:var(--accent-yellow)}@media (max-width:768px){.prefooter-cta-section{padding:40px 20px}.prefooter-brand .brand-name{font-size:1.8rem}.prefooter-brand .brand-badge{font-size:.75rem;padding:5px 10px}.prefooter-tagline{font-size:1rem}.btn-prefooter-cta{padding:14px 30px;font-size:1rem;width:100%;max-width:300px}}