*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#374151;background-color:#fff}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem;font-weight:600;text-align:center;margin-bottom:3rem}h3{font-size:1.5rem;font-weight:600}p{margin-bottom:1rem}.container{max-width:1200px;margin:0 auto;padding:0 1rem}section[id]{scroll-margin-top:120px}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;z-index:1000;padding:1rem 0}.header .container{display:flex;justify-content:space-between;align-items:center}.logo img{height:60px;width:auto}.nav{display:flex;gap:2rem;align-items:center}.nav a{text-decoration:none;color:#374151;font-weight:500;transition:color .3s ease}.nav a:hover{color:#6b46c1}.mobile-menu-toggle{display:none;flex-direction:column;cursor:pointer;gap:4px}.mobile-menu-toggle span{width:25px;height:3px;background:#374151;transition:.3s}.hero{padding:140px 0 80px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:80vh;display:flex;align-items:center}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content h1{font-size:3rem;margin-bottom:1.5rem;color:#1f2937}.hero-content p{font-size:1.25rem;color:#6b7280;margin-bottom:2rem}.hero-carousel{position:relative;width:100%}.carousel-container{position:relative;overflow:hidden;border-radius:12px;box-shadow:0 20px 40px #0000001a}.carousel-slides{display:flex;transition:transform .5s ease-in-out}.carousel-slide{min-width:100%;display:none}.carousel-slide.active{display:block}.carousel-slide img{width:100%;height:auto;display:block;border-radius:12px}.carousel-prev,.carousel-next{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;border-radius:50%;width:50px;height:50px;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;transition:all .3s ease;z-index:10}.carousel-prev:hover,.carousel-next:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 16px #0003}.carousel-prev{left:20px}.carousel-next{right:20px}.carousel-indicators{display:flex;justify-content:center;gap:10px;margin-top:20px}.indicator{width:12px;height:12px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;transition:all .3s ease}.indicator.active{background:#6b46c1;transform:scale(1.2)}.indicator:hover{background:#6b46c1b3}.cta-button{display:inline-block;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;cursor:pointer;border:none;text-align:center;min-height:48px;min-width:48px;background:#f5f5f5;color:#111;border:1px solid rgba(0,0,0,.08);margin-top:1rem}.cta-button.primary{background:#6b46c1;color:#fff;border:none}.cta-button.primary:hover{background:#5b21b6;transform:translateY(-2px);box-shadow:0 10px 20px #6b46c14d}.cta-button:hover{transform:translateY(-1px);box-shadow:0 8px 16px #0f0f0f1f}.packages{padding:80px 0;background:#fff}.packages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;align-items:stretch}.package-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease,opacity .6s ease;position:relative;display:flex;flex-direction:column;height:100%}.package-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #00000026}.package-card.featured{border:2px solid #6b46c1}.package-badge{position:absolute;top:1rem;right:1rem;background:#f59e0b;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;z-index:1}.package-image{height:200px;overflow:hidden}.package-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.package-card:hover .package-image img{transform:scale(1.05)}.package-content{padding:2rem;display:flex;flex-direction:column;flex:1;justify-content:space-between}.package-features{margin:1.5rem 0}.feature{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:#6b7280;font-size:.875rem}.package-price{margin:1rem 0 0}.price{font-size:1.5rem;font-weight:700;color:#6b46c1}.gallery{padding:80px 0;background:#f8fafc}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.gallery-item{overflow:hidden;border-radius:8px;cursor:pointer;transition:transform .3s ease,opacity .6s ease}.gallery-item:hover{transform:scale(1.02)}.gallery-item img{width:100%;height:250px;object-fit:cover;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.1)}.equipment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.equipment-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.equipment-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px -3px #0000001a}.equipment-icon{margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.equipment-preview-trigger{background:none;border:none;padding:0;margin:0;cursor:zoom-in;display:inline-flex}.equipment-preview-trigger:focus-visible{outline:3px solid #6b46c1;outline-offset:4px}.equipment-icon img{width:154px;height:154px;object-fit:contain;border-radius:8px}.equipment-icon.circular img{border-radius:50%;object-fit:cover}@media(max-width:768px){.equipment-icon img{width:130px;height:130px}}.equipment-card h3{color:#1a365d;margin-bottom:1rem;font-size:1.25rem}.equipment-card p{color:#64748b;margin-bottom:1.5rem;line-height:1.6}.equipment-features{text-align:left}.equipment-features .feature{color:#475569;font-size:.9rem;margin-bottom:.5rem;display:flex;align-items:center}.equipment-features .feature:before{content:"✓";color:#059669;font-weight:700;margin-right:.5rem}.testimonials{padding:80px 0;background:#fff}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;justify-items:center}.testimonials-grid.single{grid-template-columns:1fr;max-width:500px;margin:0 auto}.testimonial-card{background:#f8fafc;padding:2rem;border-radius:12px;border-left:4px solid #6b46c1;transition:opacity .6s ease,transform .6s ease}.testimonial-card.google-card{background:#fff;border:1px solid #e5e7eb;border-left:none;box-shadow:0 10px 24px #0f172a14;padding:1.75rem}.testimonial-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.google-branding{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;color:#111827}.review-meta{display:flex;align-items:center;gap:.5rem}.review-stars{color:#f59e0b;font-size:1.05rem;letter-spacing:.08em}.reveal-ready{opacity:0;transform:translateY(20px)}.reveal-ready.animate-in{opacity:1;transform:translateY(0)}.testimonial-quote{font-size:1.125rem;font-style:italic;color:#374151;margin-bottom:1.5rem}.testimonial-author{text-align:center;margin-top:1.5rem}.author-name{font-weight:600;color:#1f2937}.author-event{font-size:.875rem;color:#6b7280}.faq{padding:80px 0;background:#f8fafc}.faq-grid{max-width:800px;margin:0 auto}.faq-item{background:#fff;border-radius:8px;margin-bottom:1rem;overflow:hidden;box-shadow:0 2px 4px #0000001a}.faq-question{padding:1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .3s ease}.faq-question:hover{background-color:#f8fafc}.faq-question h3{margin:0;font-size:1.125rem}.faq-toggle{font-size:1.5rem;font-weight:700;color:#6b46c1;transition:transform .3s ease}.faq-answer{padding:1rem 1.5rem 1.5rem;display:none;border-top:1px solid #e5e7eb}.reservation-cta{padding:80px 0;background:#f5f1ff}.reservation-card{background:#fff;padding:2.5rem;border-radius:20px;max-width:720px;margin:0 auto;text-align:center;box-shadow:0 20px 40px #0f172a26}.reservation-card h2{margin-bottom:.75rem;font-size:2rem}.reservation-card p{margin:0 auto 1.5rem;max-width:560px;color:#374151;line-height:1.6}.contact{padding:80px 0;background:#fff}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.contact-info h2{text-align:left;margin-bottom:2rem}.contact-details{margin-bottom:2rem}.contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.contact-icon{font-size:1.5rem;width:40px;text-align:center}.contact-label{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.contact-value{color:#1f2937;text-decoration:none;font-weight:500}.contact-value:hover{color:#6b46c1}.contact-image img{width:100%;border-radius:12px}.footer{background:#1f2937;color:#9ca3af;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{color:#fff;margin-bottom:1rem}.footer-section a{display:block;color:#9ca3af;text-decoration:none;margin-bottom:.5rem;transition:color .3s ease}.footer-section a:hover{color:#6b46c1}.footer-bottom{border-top:1px solid #374151;padding-top:1rem;text-align:center}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;z-index:2000;animation:fadeIn .3s ease}.modal-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;animation:slideIn .3s ease}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h3{margin:0;color:#1f2937}.modal-close{font-size:2rem;cursor:pointer;color:#6b7280;transition:color .3s ease}.modal-close:hover{color:#1f2937}.preview-modal{justify-content:center;align-items:center;animation:fadeScaleIn .3s ease both}.preview-modal .modal-content{position:relative;top:auto;left:auto;transform:none;width:95%;max-width:900px;max-height:85vh;margin:0 auto;padding:0;background:#fff;box-shadow:none}.preview-modal .modal-header{position:sticky;top:0;background:#fff;z-index:2;border-bottom:1px solid #e5e7eb}.preview-modal .preview-modal-content{background:#fff;border-radius:16px;overflow:hidden;padding:0;border:4px solid white;box-shadow:0 30px 70px #0f172a40;animation:scaleContent .3s ease both;max-height:80vh;overflow-y:auto;display:flex;flex-direction:column}.preview-media{padding:1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.preview-media img{width:auto;max-width:100%;max-height:65vh;object-fit:cover;border-radius:12px;box-shadow:0 20px 40px #00000026}.preview-media p{margin-top:1.25rem;color:#475569;line-height:1.6}.contact-form{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#6b46c1;box-shadow:0 0 0 3px #6b46c11a}.full-width{width:100%}.chat-widget{position:fixed;bottom:20px;right:20px;z-index:1000}.chat-toggle{width:60px;height:60px;background:#6b46c1;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #6b46c14d;transition:all .3s ease}.chat-toggle:hover{transform:scale(1.1);background:#5b21b6}.chat-icon{font-size:1.5rem}.chat-window{position:absolute;bottom:80px;right:0;width:350px;height:400px;background:#fff;border-radius:12px;box-shadow:0 20px 40px #0003;display:none;flex-direction:column;overflow:hidden}.chat-header{background:#6b46c1;color:#fff;padding:1rem;display:flex;justify-content:space-between;align-items:center}.chat-messages{flex:1;padding:1rem;overflow-y:auto;background:#f8fafc}.message{margin-bottom:1rem;padding:.75rem;border-radius:8px;max-width:80%}.message.bot{background:#fff;margin-right:auto;border-left:4px solid #6b46c1}.chat-input{display:flex;padding:1rem;gap:.5rem;border-top:1px solid #e5e7eb}.chat-input input{flex:1;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;outline:none}.chat-input button{padding:.75rem 1rem;background:#6b46c1;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background .3s ease}.chat-input button:hover{background:#5b21b6}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translate(-50%,-60%)}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes fadeScaleIn{0%{opacity:0}to{opacity:1}}@keyframes scaleContent{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media(max-width:768px){.nav{display:none}.mobile-menu-toggle{display:flex}.hero .container{display:flex;flex-direction:column;gap:2rem;text-align:center}.hero-content{order:2}.hero-carousel{order:1}.hero-carousel{height:250px}.carousel-container,.carousel-slides,.carousel-slide{height:100%}.carousel-slide img{height:100%;width:100%;object-fit:cover}.hero-carousel{margin-bottom:2rem}.hero-content h1{font-size:2rem}.hero-content p{font-size:1.125rem}.packages-grid{grid-template-columns:1fr;align-items:stretch}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.equipment-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.equipment-card{padding:1.5rem}.testimonials-grid{grid-template-columns:1fr}.contact-content{grid-template-columns:1fr;gap:2rem;text-align:center}.contact-info h2{text-align:center}.contact-item{justify-content:center}@media(min-width:769px){.contact-content,.contact-info h2{text-align:left}.contact-item{justify-content:flex-start}}.footer-content{grid-template-columns:1fr;text-align:center}.footer a[href*=instagram]{justify-content:center;margin:0 auto;display:inline-flex}.chat-window{width:calc(100vw - 40px);max-width:350px}}@media(max-width:480px){.container{padding:0 1rem}h1{font-size:2rem}h2{font-size:1.5rem}.hero{padding:120px 0 60px}.package-content{padding:1.5rem}.modal-content{width:95%}}.ai-snapshot{background:#6b46c11a;border-left:4px solid #6b46c1;padding:1.5rem;margin:1.5rem 0;border-radius:0 8px 8px 0}.ai-snapshot .answer-first{font-size:1.1rem;line-height:1.6;color:#1f2937;margin:0}.why-choose-us{padding:80px 0;background:#f8fafc}.benefits-summary{text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.benefits-summary p{font-size:1.2rem;line-height:1.6;color:#374151}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.benefit-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;text-align:center;transition:transform .3s ease}.benefit-card:hover{transform:translateY(-5px)}.benefit-icon{font-size:3rem;margin-bottom:1rem}.benefit-card h3{color:#1f2937;margin-bottom:1rem;font-size:1.25rem}.benefit-card p{color:#6b7280;line-height:1.6;margin:0}.trust-signals{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;margin-top:2rem}.trust-item{display:flex;align-items:center;gap:.5rem;background:#fff;padding:.75rem 1.5rem;border-radius:25px;box-shadow:0 2px 4px #0000001a}.trust-icon{color:#059669;font-weight:700}.trust-item span{color:#374151;font-weight:500}.quick-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1.5rem 0}.quick-facts .fact{background:#f8fafc;padding:.75rem;border-radius:6px;font-size:.9rem;border:1px solid #e5e7eb}.hero-benefits{margin:2rem 0}.hero-benefits ul{list-style:none;padding:0}.hero-benefits li{padding:.5rem 0 .5rem 1.5rem;position:relative}.hero-benefits li:before{content:"✓";color:#6b46c1;font-weight:700;position:absolute;left:0}.package-summary,.package-equipment{margin-bottom:1.5rem}.package-equipment h4{color:#6b46c1;font-size:.9rem;font-weight:600;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.package-equipment p{margin:.25rem 0;font-size:.9rem;color:#6b7280}.package-use-cases{margin:1.5rem 0}.package-use-cases h4{color:#059669;font-size:.9rem;font-weight:600;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.package-use-cases p{font-size:.9rem;color:#6b7280;margin:0}.price-note{font-size:.8rem;color:#6b7280;display:block;margin-top:.25rem}.about-story{padding:80px 0;background:#f8fafc}.story-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}.story-text p{margin-bottom:1rem;line-height:1.7}.story-stats{display:grid;grid-template-columns:1fr;gap:1rem}.stat{text-align:center;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.stat-number{display:block;font-size:2rem;font-weight:700;color:#6b46c1;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#6b7280;font-weight:500}.team{padding:80px 0;background:#fff}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.team-member{background:#f8fafc;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.team-member:hover{transform:translateY(-5px)}.team-photo{height:200px;overflow:hidden;background:#e5e7eb;display:flex;align-items:center;justify-content:center}.team-photo img{width:100%;height:100%;object-fit:cover}.team-info{padding:1.5rem}.team-role{color:#6b46c1;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.team-bio{font-size:.9rem;line-height:1.6;margin-bottom:1rem}.team-credentials{margin-bottom:1rem}.credential{display:inline-block;background:#e0e7ff;color:#3730a3;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;margin:.25rem .25rem 0 0}.team-links a{color:#6b46c1;text-decoration:none;font-size:.9rem;font-weight:500}.team-links a:hover{text-decoration:underline}.values{padding:80px 0;background:#f8fafc}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{text-align:center;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.value-icon{font-size:3rem;margin-bottom:1rem}.value-card h3{color:#1f2937;margin-bottom:1rem}.value-card p{color:#6b7280;line-height:1.6}.certifications{padding:80px 0;background:#fff}.cert-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.cert-item{padding:2rem;background:#f8fafc;border-radius:8px;border-left:4px solid #6b46c1}.cert-item h3{color:#1f2937;margin-bottom:1rem}.cert-item p{color:#6b7280;line-height:1.6}.nav a[href*=instagram]{display:flex;align-items:center;justify-content:center;padding:.75rem;transition:all .3s ease}.nav a[href*=instagram] svg{fill:#e4405f}.nav a[href*=instagram]:hover{transform:scale(1.1);background:#e4405f1a;border-radius:6px}.nav a[href*=instagram]:hover svg{fill:#ff6b9d}.footer a[href*=instagram]{display:flex;align-items:center;gap:.5rem;color:#e4405f;font-weight:500;transition:color .3s ease}.footer a[href*=instagram] svg{fill:#e4405f;flex-shrink:0}.footer a[href*=instagram]:hover{color:#ff6b9d}.footer a[href*=instagram]:hover svg{fill:#ff6b9d}.exit-intent-modal{display:none;position:fixed;inset:0;z-index:3000;align-items:flex-end;justify-content:center;padding:0}.exit-intent-modal[aria-hidden=false]{display:flex}.exit-intent-backdrop{position:absolute;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:exitFadeIn .3s ease}.exit-intent-content{position:relative;background:#fff;width:100%;max-width:100%;max-height:90vh;overflow-y:auto;border-radius:20px 20px 0 0;box-shadow:0 -10px 40px #0003;animation:exitSlideUp .4s ease;padding:1.5rem;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom,0))}.exit-intent-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;min-width:32px;min-height:32px;border:none;background:#f3f4f6;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .2s ease;z-index:1}.exit-intent-close:hover,.exit-intent-close:focus{background:#e5e7eb;color:#374151;transform:scale(1.05)}.exit-intent-close:focus-visible{outline:3px solid #6b46c1;outline-offset:2px}.exit-intent-header{text-align:center;margin-bottom:1.5rem}.exit-intent-header h2{font-size:1.25rem;color:#1f2937;margin-bottom:.5rem;line-height:1.3;padding-right:2rem}.exit-intent-header p{font-size:.95rem;color:#6b7280;margin:0;line-height:1.5}.exit-intent-video{display:flex;justify-content:center;margin:1rem 0 1.5rem}.exit-intent-video .instagram-media{margin:0 auto!important;max-width:100%!important;min-width:0!important}.exit-intent-cta{display:flex;flex-direction:column;gap:.75rem;align-items:center}.exit-intent-btn{width:100%;padding:1rem 1.5rem;font-size:1rem;text-align:center}.exit-intent-dismiss{background:none;border:none;color:#6b7280;font-size:.875rem;cursor:pointer;padding:.75rem 1rem;transition:color .2s ease;min-height:44px}.exit-intent-dismiss:hover,.exit-intent-dismiss:focus{color:#374151}.exit-intent-dismiss:focus-visible{outline:2px solid #6b46c1;outline-offset:2px;border-radius:4px}@keyframes exitFadeIn{0%{opacity:0}to{opacity:1}}@keyframes exitSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes exitSlideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}@keyframes exitScaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media(min-width:769px){.exit-intent-modal{align-items:center;padding:2rem}.exit-intent-content{max-width:500px;border-radius:16px;animation:exitScaleIn .3s ease;padding:2rem}.exit-intent-header h2{font-size:1.5rem}.exit-intent-header p{font-size:1rem}.exit-intent-header{padding-right:0}.exit-intent-close{top:1.25rem;right:1.25rem}.exit-intent-cta{flex-direction:row;justify-content:center;gap:1rem}.exit-intent-btn{width:auto;min-width:200px}.exit-intent-dismiss{padding:.5rem 1rem}}@media(prefers-reduced-motion:reduce){.exit-intent-content,.exit-intent-backdrop{animation:none}}body.exit-intent-open{overflow:hidden;position:fixed;width:100%;height:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
