:root{--pink:#c32b5c;--purple:#82277b;--light-pink:#dc7596;--darker-pink:#b43052;--light-purple:#a63793;--light-grey:#f6f5f5;--white:#ffffff;--dark:#1a1a2e;--dark-purple:#4c2840;--gradient:linear-gradient(135deg, var(--pink) 0%, var(--purple) 100%);--gradient-soft:linear-gradient(135deg, rgba(195, 43, 92, 0.1) 0%, rgba(130, 39, 123, 0.1) 100%);--success:#22c55e;--warning:#f59e0b;--danger:#ef4444;--info:#3b82f6}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Lato,sans-serif;color:var(--dark);line-height:1.6;overflow-x:hidden;background:var(--white)}nav{position:fixed;top:0;left:0;right:0;padding:1.25rem 5%;display:flex;justify-content:space-between;align-items:center;z-index:10000;background:var(--white);box-shadow:0 2px 30px rgba(0,0,0,.08);transition:.4s cubic-bezier(.16, 1, .3, 1)}nav.scrolled{background:rgba(255,255,255,.92);backdrop-filter:blur(20px);box-shadow:0 2px 30px rgba(0,0,0,.08)}.logo{font-size:1.6rem;font-weight:900;text-decoration:none;letter-spacing:-.03em;position:relative;display:flex;align-items:center;gap:.5rem}.nav-links{display:flex;gap:3rem;list-style:none;align-items:center}.nav-links li{position:relative;isolation:isolate}.nav-links a{text-decoration:none;color:#4a4a5a;font-weight:400;font-size:.95rem;position:relative;transition:color .3s}.nav-links li:not(:last-child) a::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:var(--gradient);transform:scaleX(0);transform-origin:right;transition:transform .4s cubic-bezier(.16, 1, .3, 1)}.nav-links li:not(:last-child) a:hover{color:var(--pink)}.nav-links li:not(:last-child) a:hover::after{transform:scaleX(1);transform-origin:left}.nav-cta{background:var(--gradient);color:var(--white)!important;padding:.85rem 1.75rem;border-radius:50px;font-weight:700;position:relative;overflow:hidden;transition:transform .3s,box-shadow .3s;isolation:isolate;z-index:10}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(195,43,92,.3)}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:10px;z-index:1001;background:0 0;border:none}.mobile-menu-btn span{width:25px;height:3px;background:var(--dark);border-radius:3px;transition:.3s}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;border-radius:50px;font-weight:700;text-decoration:none;transition:.3s;cursor:pointer;border:none;font-family:Lato,sans-serif;font-size:1rem}.btn-primary{background:var(--gradient);color:#fff;box-shadow:0 4px 20px rgba(195,43,92,.35)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(195,43,92,.5)}.btn-secondary{background:#fff;color:var(--pink);border:2px solid var(--pink)}.btn-secondary:hover{background:var(--pink);color:#fff}.btn-outline-white{background:0 0;color:#fff;border:2px solid #fff}.btn-outline-white:hover{background:#fff;color:var(--pink)}.hero{min-height:100vh;background:var(--gradient);position:relative;display:flex;align-items:center;padding:140px 5% 80px;overflow:hidden}.hero-bg-pattern{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 2px 2px,rgba(255,255,255,.08) 1px,transparent 0);background-size:40px 40px}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1400px;margin:0 auto;width:100%;position:relative;z-index:2}.hero-content{max-width:600px}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.2);color:#fff;padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;backdrop-filter:blur(10px)}.hero h1{font-size:clamp(2.5rem, 5vw, 3.5rem);font-weight:900;color:#fff;line-height:1.1;margin-bottom:1.5rem}.hero p{font-size:1.2rem;color:rgba(255,255,255,.9);margin-bottom:2rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-buttons .btn-white{background:#fff;color:var(--pink)}.hero-buttons .btn-white:hover{background:var(--dark);color:#fff}.hero-image{position:relative}.kiosk-image-placeholder{background:rgba(255,255,255,.1);border:3px dashed rgba(255,255,255,.3);border-radius:24px;min-height:500px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;backdrop-filter:blur(10px);padding:2rem;text-align:center}.kiosk-image-placeholder i{font-size:4rem;color:rgba(255,255,255,.5)}.kiosk-image-placeholder span{color:rgba(255,255,255,.7);font-weight:600;font-size:1.1rem}.kiosk-image-placeholder small{color:rgba(255,255,255,.5);font-size:.9rem}.kiosk-showcase-image{width:100%;max-width:600px;height:auto;border-radius:16px;box-shadow:0 25px 80px rgba(0,0,0,.3)}.hero-stats{position:absolute;bottom:-30px;left:50%;transform:translateX(-50%);display:flex;gap:1rem}.hero-stat{background:#fff;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.2);text-align:center;min-width:120px}.hero-stat-value{font-size:1.5rem;font-weight:900;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-stat-label{font-size:.75rem;color:#666;font-weight:600}section{padding:6rem 5%}.section-header{text-align:center;max-width:800px;margin:0 auto 4rem}.section-header h2{font-size:2.5rem;font-weight:900;color:var(--dark);margin-bottom:1rem}.section-header p{font-size:1.15rem;color:#666;line-height:1.7}.core-features{background:var(--light-grey)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:#fff;border-radius:20px;padding:2rem;transition:.3s;border:1px solid transparent}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(195,43,92,.12);border-color:var(--light-pink)}.feature-icon{width:60px;height:60px;background:var(--gradient);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;box-shadow:0 8px 25px rgba(195,43,92,.25)}.feature-icon i{font-size:1.5rem;color:#fff}.feature-card h3{font-size:1.25rem;font-weight:900;color:var(--dark);margin-bottom:.75rem}.feature-card p{color:#666;font-size:.95rem;line-height:1.6}.offline-section{background:var(--dark);position:relative;overflow:hidden}.offline-section::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient)}.offline-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;align-items:center}.offline-content h2{font-size:2.5rem;font-weight:900;color:#fff;margin-bottom:1.5rem}.offline-content p{color:rgba(255,255,255,.8);font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.offline-features{display:flex;flex-direction:column;gap:1rem}.offline-feature{display:flex;align-items:center;gap:1rem;padding:1rem;background:rgba(255,255,255,.05);border-radius:12px;border:1px solid rgba(255,255,255,.1)}.offline-feature-icon{width:40px;height:40px;background:var(--gradient);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.offline-feature-icon i{color:#fff;font-size:1rem}.offline-feature span{color:#fff;font-weight:600}.offline-visual{position:relative}.offline-mockup{display:flex;gap:1.5rem;align-items:flex-start}.offline-mockup-kiosk{flex-shrink:0}.kiosk-frame{background:#1a1a2e;border-radius:20px;padding:8px;box-shadow:0 25px 60px rgba(0,0,0,.4)}.kiosk-screen{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:14px;width:200px;height:320px;overflow:hidden;position:relative}.kiosk-status-bar{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;font-size:.7rem;color:#fff}.kiosk-indicators{display:flex;gap:.4rem;font-size:.65rem}.offline-indicator{color:#ff6b6b;animation:2s infinite blink}@keyframes blink{0%,100%,50%{opacity:1}25%,75%{opacity:.4}}.kiosk-survey-content{padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.survey-question{color:#fff;font-size:.85rem;font-weight:600;text-align:center;line-height:1.4}.survey-stars{display:flex;gap:.35rem}.survey-stars i{font-size:1.5rem;color:rgba(255,255,255,.3)}.survey-stars i.filled{color:gold}.survey-submit-btn{background:#fff;color:#764ba2;padding:.6rem 2rem;border-radius:20px;font-weight:700;font-size:.8rem;margin-top:.5rem}.kiosk-chin{height:20px;background:#1a1a2e;border-radius:0 0 12px 12px;position:relative}.kiosk-chin::after{content:'';position:absolute;bottom:6px;left:50%;transform:translateX(-50%);width:40px;height:4px;background:#333;border-radius:2px}.offline-sync-panel{background:rgba(255,255,255,.08);border-radius:16px;padding:1.25rem;flex:1;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.sync-header{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.sync-header i{color:var(--pink);font-size:1rem}.sync-header span{color:#fff;font-weight:700;font-size:.95rem}.sync-items{display:flex;flex-direction:column;gap:.75rem}.sync-item{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;background:rgba(255,255,255,.05);border-radius:10px}.sync-item-icon{width:28px;height:28px;border-radius:50%;background:rgba(46,213,115,.2);display:flex;align-items:center;justify-content:center}.sync-item-icon i{color:#2ed573;font-size:.7rem}.sync-item.pending .sync-item-icon{background:rgba(255,193,7,.2)}.sync-item.pending .sync-item-icon i{color:#ffc107;animation:1.5s infinite pulse}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}.sync-item-info{display:flex;flex-direction:column}.sync-item-info span{color:#fff;font-weight:600;font-size:.85rem}.sync-item-info small{color:rgba(255,255,255,.5);font-size:.7rem}.sync-footer{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.6);font-size:.8rem}.sync-footer i{color:var(--pink)}.self-healing{background:#fff}.healing-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;align-items:center}.healing-visual{position:relative}.healing-mockup{background:var(--light-grey);border-radius:20px;padding:2rem;box-shadow:0 20px 60px rgba(0,0,0,.1)}.healing-mockup-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.08)}.healing-mockup-header h4{font-weight:700;color:var(--dark);display:flex;align-items:center;gap:.5rem}.healing-mockup-header h4 i{color:var(--pink)}.recovery-status{display:flex;align-items:center;gap:.5rem;padding:.4rem .75rem;background:rgba(34,197,94,.15);border-radius:50px;font-size:.75rem;font-weight:600;color:var(--success)}.recovery-status .dot{width:8px;height:8px;background:var(--success);border-radius:50%;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.recovery-timeline{display:flex;flex-direction:column;gap:1rem}.recovery-step{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:12px;border-left:4px solid var(--light-grey);transition:.3s}.recovery-step.active{border-left-color:var(--pink)}.recovery-step.complete{border-left-color:var(--success)}.recovery-step-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.recovery-step.pending .recovery-step-icon{background:var(--light-grey);color:#999}.recovery-step.active .recovery-step-icon{background:var(--gradient);color:#fff;animation:1.5s infinite pulse-dot}.recovery-step.complete .recovery-step-icon{background:rgba(34,197,94,.15);color:var(--success)}.recovery-step-info h5{font-weight:700;color:var(--dark);font-size:.95rem}.recovery-step-info p{font-size:.8rem;color:#888}.healing-content h2{font-size:2.5rem;font-weight:900;color:var(--dark);margin-bottom:1.5rem}.healing-content>p{color:#666;font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.healing-benefits{display:flex;flex-direction:column;gap:1rem}.healing-benefit{display:flex;gap:1rem;padding:1rem;background:var(--light-grey);border-radius:12px;transition:.3s}.healing-benefit:hover{background:var(--gradient-soft);transform:translateX(10px)}.healing-benefit-icon{width:40px;height:40px;background:var(--gradient);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.healing-benefit-icon i{color:#fff;font-size:1rem}.healing-benefit h4{font-weight:700;color:var(--dark);margin-bottom:.25rem}.healing-benefit p{color:#666;font-size:.9rem}.remote-section{background:var(--gradient);position:relative;overflow:hidden}.remote-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 2px 2px,rgba(255,255,255,.05) 1px,transparent 0);background-size:30px 30px}.remote-section .section-header h2{color:#fff}.remote-section .section-header p{color:rgba(255,255,255,.85)}.remote-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;position:relative;z-index:1}.remote-card{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:1.5rem;text-align:center;transition:.3s}.remote-card:hover{background:rgba(255,255,255,.15);transform:translateY(-5px)}.remote-icon{width:60px;height:60px;background:#fff;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-shadow:0 10px 30px rgba(0,0,0,.2)}.remote-icon i{font-size:1.5rem;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.remote-card h3{color:#fff;font-weight:700;font-size:1.1rem;margin-bottom:.5rem}.remote-card p{color:rgba(255,255,255,.8);font-size:.9rem}.fleet-section{background:#fff}.fleet-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;align-items:center}.fleet-mockup{background:var(--dark);border-radius:20px;padding:1.5rem;box-shadow:0 30px 80px rgba(0,0,0,.25)}.fleet-mockup-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.fleet-mockup-header h4{color:#fff;font-weight:700;display:flex;align-items:center;gap:.5rem}.fleet-mockup-header h4 i{color:var(--light-pink)}.fleet-stats{display:flex;gap:1rem}.fleet-stat{display:flex;align-items:center;gap:.4rem;padding:.4rem .75rem;border-radius:50px;font-size:.75rem;font-weight:600}.fleet-stat.online{background:rgba(34,197,94,.2);color:var(--success)}.fleet-stat.offline{background:rgba(239,68,68,.2);color:var(--danger)}.fleet-stat .dot{width:6px;height:6px;border-radius:50%}.fleet-stat.online .dot{background:var(--success)}.fleet-stat.offline .dot{background:var(--danger)}.fleet-list{display:flex;flex-direction:column;gap:.75rem}.fleet-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:rgba(255,255,255,.05);border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:.3s}.fleet-item:hover{background:rgba(255,255,255,.08)}.fleet-item-icon{width:40px;height:40px;background:var(--gradient);border-radius:10px;display:flex;align-items:center;justify-content:center}.fleet-item-icon i{color:#fff;font-size:1rem}.fleet-item-info{flex:1}.fleet-item-name{color:#fff;font-weight:600;font-size:.9rem}.fleet-item-location{color:rgba(255,255,255,.6);font-size:.8rem}.fleet-item-status{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.fleet-item-online{display:flex;align-items:center;gap:.3rem;font-size:.75rem}.fleet-item-online.online{color:var(--success)}.fleet-item-online.offline{color:var(--danger)}.fleet-item-online .dot{width:6px;height:6px;border-radius:50%}.fleet-item-online.online .dot{background:var(--success)}.fleet-item-online.offline .dot{background:var(--danger)}.fleet-item-battery{display:flex;align-items:center;gap:.3rem;font-size:.75rem;color:rgba(255,255,255,.6)}.fleet-item-battery i{font-size:.9rem}.fleet-item-battery.low{color:var(--warning)}.fleet-content h2{font-size:2.5rem;font-weight:900;color:var(--dark);margin-bottom:1.5rem}.fleet-content>p{color:#666;font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.fleet-features{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.fleet-feature{display:flex;align-items:flex-start;gap:.75rem}.fleet-feature i{color:var(--pink);font-size:1.25rem;margin-top:.2rem}.fleet-feature span{color:#555;font-weight:600;font-size:.95rem}.questions-section{background:var(--light-grey)}.questions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1100px;margin:0 auto}.question-card{background:#fff;border-radius:16px;padding:1.5rem;text-align:center;transition:.3s;border:2px solid transparent}.question-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px rgba(195,43,92,.12);border-color:var(--light-pink)}.question-icon{width:50px;height:50px;background:var(--gradient-soft);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.question-icon i{font-size:1.25rem;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.question-card h4{font-weight:700;color:var(--dark);font-size:1rem;margin-bottom:.5rem}.question-card p{color:#888;font-size:.85rem}.specs-section{background:var(--dark);position:relative}.specs-section::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient)}.specs-section .section-header h2{color:#fff}.specs-section .section-header p{color:rgba(255,255,255,.7)}.specs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1100px;margin:0 auto}.spec-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;text-align:center;transition:.3s}.spec-card:hover{background:rgba(255,255,255,.1);transform:translateY(-5px);border-color:var(--pink)}.spec-card h4{color:var(--light-pink);font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.spec-card p{color:#fff;font-weight:700;font-size:1.1rem}.showcase{background:#fff}.showcase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.showcase-image-container{border-radius:20px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.1);transition:.3s}.showcase-image-container:hover{transform:translateY(-8px);box-shadow:0 20px 60px rgba(0,0,0,.15)}.showcase-image{width:100%;height:300px;object-fit:cover;display:block}.cta{background:var(--light-grey);padding:6rem 5%;text-align:center}.cta-box{background:var(--gradient);border-radius:32px;padding:4rem;max-width:900px;margin:0 auto;position:relative;overflow:hidden}.cta-box::before{content:'';position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:rgba(255,255,255,.1);border-radius:50%}.cta-box h2{color:#fff;font-size:2.25rem;font-weight:900;margin-bottom:1rem;position:relative}.cta-box p{color:rgba(255,255,255,.9);font-size:1.15rem;margin-bottom:2rem;position:relative;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;position:relative}.cta-box .btn-white{background:#fff;color:var(--pink)}.cta-box .btn-white:hover{background:var(--dark);color:#fff}footer{background:var(--dark);color:var(--white);padding:4rem 5% 2rem}.footer-content{max-width:1200px;margin:0 auto}.footer-main{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem;gap:4rem}.footer-brand{flex:1;max-width:400px}.footer-logo-container{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.footer-tagline{color:rgba(255,255,255,.8);margin-bottom:1.5rem}.footer-links{display:flex;gap:4rem}.footer-column .footer-heading{display:block;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem;color:var(--white)}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.75rem}.footer-column a{color:rgba(255,255,255,.7);text-decoration:none;transition:color .3s}.footer-column a:hover{color:var(--white)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-copyright{color:rgba(255,255,255,.6);font-size:.9rem}.footer-social{display:flex;gap:1rem}.footer-social a{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;transition:.3s}.footer-social a:hover{background:var(--pink);transform:translateY(-2px)}.footer-social svg{width:18px;height:18px;stroke:var(--white);fill:none}@media (max-width:1024px){.hero-inner{grid-template-columns:1fr;text-align:center}.hero-content{max-width:100%}.hero-buttons{justify-content:center}.hero-image{display:none}.features-grid,.questions-grid,.remote-grid,.specs-grid{grid-template-columns:repeat(2,1fr)}.fleet-grid,.healing-grid,.offline-grid{grid-template-columns:1fr}.showcase-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){nav{padding:1rem 5%}.nav-links{display:none!important}.mobile-menu-btn{display:flex!important}.features-grid,.fleet-features,.questions-grid,.remote-grid,.showcase-grid,.specs-grid{grid-template-columns:1fr}.footer-links,.footer-main{flex-direction:column;gap:2rem}.footer-bottom{flex-direction:column;text-align:center;gap:1rem}.offline-mockup{flex-direction:column;align-items:center}.kiosk-screen{width:180px;height:280px}.offline-sync-panel{width:100%;max-width:280px}}@media (max-width:480px){.cta-box{padding:2rem 1.5rem}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:.6s forwards fadeInUp}