.pricing-funnel{min-height:100vh;background:#f7f7f7;padding:2rem 1rem;font-family:Inter,sans-serif}.pricing-funnel .funnel-container{max-width:1100px;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 10px 40px rgba(17,24,39,.08);overflow:hidden}.pricing-funnel .progress-bar{padding:2rem 3rem;background:#fff;border-bottom:1px solid rgba(209,213,219,.5)}.pricing-funnel .progress-bar .progress-track{height:4px;background:#d1d5db;border-radius:2px;margin-bottom:2rem;position:relative}.pricing-funnel .progress-bar .progress-track .progress-fill{height:100%;background:#4e90cd;border-radius:2px;transition:width .5s cubic-bezier(.4,0,.2,1)}.pricing-funnel .progress-bar .progress-steps{display:flex;justify-content:space-between}.pricing-funnel .progress-bar .progress-steps .progress-step{text-align:center;position:relative;opacity:.5;transition:all .3s ease}.pricing-funnel .progress-bar .progress-steps .progress-step.active{opacity:1}.pricing-funnel .progress-bar .progress-steps .progress-step.completed .step-number{background:#4e90cd;color:#fff}.pricing-funnel .progress-bar .progress-steps .progress-step .step-number{width:32px;height:32px;border-radius:50%;background:#d1d5db;color:#575757;display:flex;align-items:center;justify-content:center;margin:0 auto .5rem;font-weight:600;font-size:.9rem;transition:all .3s ease}.pricing-funnel .progress-bar .progress-steps .progress-step .step-label{font-size:.85rem;color:#575757;font-weight:500}.pricing-funnel .step-content{padding:3rem;min-height:450px}.pricing-funnel .step-content.animate{animation:slideInRight .3s ease}.pricing-funnel .step-content .step-header{text-align:center;margin-bottom:3rem}.pricing-funnel .step-content .step-header h2{font-size:2rem;color:#111827;margin-bottom:.5rem}.pricing-funnel .step-content .step-header p{color:#575757;font-size:1.1rem}.pricing-funnel .plan-selection .plan-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.pricing-funnel .plan-selection .plan-cards .plan-card{position:relative;padding:2rem;border:2px solid #d1d5db;border-radius:16px;cursor:pointer;transition:all .3s ease;background:#fff}.pricing-funnel .plan-selection .plan-cards .plan-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(78,144,205,.1);border-color:rgba(78,144,205,.3)}.pricing-funnel .plan-selection .plan-cards .plan-card.selected{border-color:#4e90cd;background:rgba(218,240,248,.3);transform:translateY(-5px);box-shadow:0 10px 25px rgba(78,144,205,.15)}.pricing-funnel .plan-selection .plan-cards .plan-card .popular-badge{position:absolute;top:-12px;right:20px;background:#fbb042;padding:4px 16px;border-radius:20px;font-size:.75rem;font-weight:600;color:#111827;box-shadow:0 4px 12px rgba(251,176,66,.3)}.pricing-funnel .plan-selection .plan-cards .plan-card .plan-header{margin-bottom:1.5rem}.pricing-funnel .plan-selection .plan-cards .plan-card .plan-header h3{font-size:1.5rem;color:#111827;margin-bottom:1rem}.pricing-funnel .plan-selection .plan-cards .plan-card .plan-header .price{display:flex;align-items:baseline;gap:.25rem}.pricing-funnel .plan-selection .plan-cards .plan-card .plan-header .price .amount{font-size:2.5rem;font-weight:700;color:#4e90cd}.pricing-funnel .plan-selection .plan-cards .plan-card .plan-header .price .period{font-size:1rem;color:#575757}.pricing-funnel .plan-selection .plan-cards .plan-card .plan-description{color:#575757;line-height:1.6;font-size:.95rem;margin-bottom:1.5rem}.pricing-funnel .plan-selection .plan-cards .plan-card .select-indicator{text-align:center;padding:.75rem;border-radius:8px;background:#f7f7f7;color:#575757;font-weight:500;transition:all .3s ease}.pricing-funnel .plan-selection .plan-cards .plan-card.selected .select-indicator{background:#4e90cd;color:#fff}.pricing-funnel .team-scaling .scaling-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.pricing-funnel .team-scaling .scaling-grid .scaling-card{padding:1.5rem;border:1px solid rgba(209,213,219,.5);border-radius:12px;background:hsla(0,0%,97%,.3)}.pricing-funnel .team-scaling .scaling-grid .scaling-card .scaling-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.pricing-funnel .team-scaling .scaling-grid .scaling-card .scaling-header h4{font-size:1.1rem;color:#111827;margin:0}.pricing-funnel .team-scaling .scaling-grid .scaling-card .scaling-header .free-badge{background:rgba(78,144,205,.1);color:#4e90cd;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600}.pricing-funnel .team-scaling .scaling-grid .scaling-card .scaling-control .value-display{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1rem;text-align:center}.pricing-funnel .team-scaling .scaling-grid .scaling-card .scaling-control .slider{width:100%;height:6px;background:#d1d5db;border-radius:3px;outline:none;margin:1.5rem 0;-moz-appearance:none;appearance:none;-webkit-appearance:none}.pricing-funnel .team-scaling .scaling-grid .scaling-card .scaling-control .slider::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:20px;height:20px;background:#4e90cd;border-radius:50%;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;box-shadow:0 2px 8px rgba(78,144,205,.3)}.pricing-funnel .team-scaling .scaling-grid .scaling-card .scaling-control .slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.pricing-funnel .team-scaling .scaling-grid .scaling-card .scaling-control .slider::-moz-range-thumb{width:20px;height:20px;background:#4e90cd;border-radius:50%;cursor:pointer;border:none;-moz-transition:all .3s ease;transition:all .3s ease;box-shadow:0 2px 8px rgba(78,144,205,.3)}.pricing-funnel .team-scaling .scaling-grid .scaling-card .scaling-control .slider::-moz-range-thumb:hover{transform:scale(1.2)}.pricing-funnel .team-scaling .scaling-grid .scaling-card .scaling-control .scaling-info{display:flex;justify-content:space-between;align-items:center}.pricing-funnel .team-scaling .scaling-grid .scaling-card .scaling-control .scaling-info .additional{font-size:.85rem;color:#575757}.pricing-funnel .team-scaling .scaling-grid .scaling-card .scaling-control .scaling-info .cost{font-size:1.1rem;font-weight:600;color:#4e90cd}.pricing-funnel .features-selection .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-height:400px;overflow-y:auto;padding-right:.5rem}.pricing-funnel .features-selection .features-grid::-webkit-scrollbar{width:6px}.pricing-funnel .features-selection .features-grid::-webkit-scrollbar-track{background:#f7f7f7;border-radius:3px}.pricing-funnel .features-selection .features-grid::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.pricing-funnel .features-selection .features-grid::-webkit-scrollbar-thumb:hover{background:#575757}.pricing-funnel .features-selection .features-grid .feature-card{padding:1.25rem;border:2px solid #d1d5db;border-radius:10px;cursor:pointer;transition:all .3s ease;position:relative;background:#fff}.pricing-funnel .features-selection .features-grid .feature-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(78,144,205,.1);border-color:rgba(78,144,205,.3)}.pricing-funnel .features-selection .features-grid .feature-card.selected{border-color:#4e90cd;background:rgba(218,240,248,.2)}.pricing-funnel .features-selection .features-grid .feature-card .feature-header{margin-bottom:1rem}.pricing-funnel .features-selection .features-grid .feature-card .feature-header h4{font-size:.9rem;color:#111827;margin:0;line-height:1.4}.pricing-funnel .features-selection .features-grid .feature-card .feature-header .one-off-badge{position:absolute;top:.5rem;right:.5rem;background:#fbb042;color:#111827;padding:2px 8px;border-radius:12px;font-size:.7rem;font-weight:600}.pricing-funnel .features-selection .features-grid .feature-card .feature-footer{display:flex;justify-content:space-between;align-items:center}.pricing-funnel .features-selection .features-grid .feature-card .feature-footer .feature-price{font-size:1rem;font-weight:600;color:#4e90cd}.pricing-funnel .features-selection .features-grid .feature-card .feature-footer .checkbox{width:20px;height:20px;border:2px solid #d1d5db;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.pricing-funnel .features-selection .features-grid .feature-card .feature-footer .checkbox svg{width:14px;height:14px;color:#fff}.pricing-funnel .features-selection .features-grid .feature-card.selected .checkbox{background:#4e90cd;border-color:#4e90cd}.pricing-funnel .business-type-selection .business-type-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem}.pricing-funnel .business-type-selection .business-type-cards .business-type-card{position:relative;padding:2.5rem;border:2px solid #d1d5db;border-radius:16px;cursor:pointer;transition:all .3s ease;background:#fff;text-align:center}.pricing-funnel .business-type-selection .business-type-cards .business-type-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(78,144,205,.1);border-color:rgba(78,144,205,.3)}.pricing-funnel .business-type-selection .business-type-cards .business-type-card.selected{border-color:#4e90cd;background:rgba(218,240,248,.3);transform:translateY(-5px);box-shadow:0 10px 25px rgba(78,144,205,.15)}.pricing-funnel .business-type-selection .business-type-cards .business-type-card .business-type-header{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem}.pricing-funnel .business-type-selection .business-type-cards .business-type-card .business-type-header h3{font-size:1.5rem;color:#111827;margin:0 0 1rem}.pricing-funnel .business-type-selection .business-type-cards .business-type-card .business-type-header .business-type-icon{width:60px;height:60px;background:rgba(78,144,205,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:all .3s ease}.pricing-funnel .business-type-selection .business-type-cards .business-type-card .business-type-header .business-type-icon svg{width:30px;height:30px;color:#4e90cd}.pricing-funnel .business-type-selection .business-type-cards .business-type-card .business-type-description{color:#575757;line-height:1.6;font-size:.95rem;margin-bottom:2rem}.pricing-funnel .business-type-selection .business-type-cards .business-type-card .business-type-features{margin-bottom:2rem;text-align:left}.pricing-funnel .business-type-selection .business-type-cards .business-type-card .business-type-features .feature-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.pricing-funnel .business-type-selection .business-type-cards .business-type-card .business-type-features .feature-item svg{width:16px;height:16px;color:#4e90cd;flex-shrink:0}.pricing-funnel .business-type-selection .business-type-cards .business-type-card .business-type-features .feature-item span{font-size:.9rem;color:#111827}.pricing-funnel .business-type-selection .business-type-cards .business-type-card .select-indicator{text-align:center;padding:.75rem;border-radius:8px;background:#f7f7f7;color:#575757;font-weight:500;transition:all .3s ease}.pricing-funnel .business-type-selection .business-type-cards .business-type-card.selected .business-type-icon{background:#4e90cd}.pricing-funnel .business-type-selection .business-type-cards .business-type-card.selected .business-type-icon svg{color:#fff}.pricing-funnel .business-type-selection .business-type-cards .business-type-card.selected .select-indicator{background:#4e90cd;color:#fff}.pricing-funnel .funnel-footer{background:hsla(0,0%,97%,.5);padding:2rem 3rem;border-top:1px solid rgba(209,213,219,.5)}.pricing-funnel .funnel-footer .pricing-summary{display:flex;justify-content:center;gap:3rem;margin-bottom:2rem}.pricing-funnel .funnel-footer .pricing-summary .summary-item{text-align:center}.pricing-funnel .funnel-footer .pricing-summary .summary-item .label{display:block;font-size:.9rem;color:#575757;margin-bottom:.5rem}.pricing-funnel .funnel-footer .pricing-summary .summary-item .value{font-size:1.8rem;font-weight:700;color:#111827}.pricing-funnel .funnel-footer .pricing-summary .summary-item.monthly .value{color:#4e90cd}.pricing-funnel .funnel-footer .pricing-summary .summary-item.one-off .value{color:#fbb042}.pricing-funnel .funnel-footer .navigation-buttons{display:flex;justify-content:center;gap:1rem}.pricing-funnel .funnel-footer .navigation-buttons .nav-button{padding:1rem 2.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;text-decoration:none}.pricing-funnel .funnel-footer .navigation-buttons .nav-button svg{width:18px;height:18px}.pricing-funnel .funnel-footer .navigation-buttons .nav-button.back{background:#fff;color:#575757;border:1px solid #d1d5db}.pricing-funnel .funnel-footer .navigation-buttons .nav-button.back:hover{background:#f7f7f7;transform:translateX(-2px)}.pricing-funnel .funnel-footer .navigation-buttons .nav-button.cta,.pricing-funnel .funnel-footer .navigation-buttons .nav-button.next{background:#4e90cd;color:#fff}.pricing-funnel .funnel-footer .navigation-buttons .nav-button.cta:hover,.pricing-funnel .funnel-footer .navigation-buttons .nav-button.next:hover{background:#3377b5;transform:translateX(2px);box-shadow:0 4px 12px rgba(78,144,205,.3)}.pricing-funnel .funnel-footer .navigation-buttons .nav-button.cta.disabled,.pricing-funnel .funnel-footer .navigation-buttons .nav-button.next.disabled{background:#d1d5db;cursor:not-allowed;transform:none}.pricing-funnel .funnel-footer .navigation-buttons .nav-button.cta.disabled:hover,.pricing-funnel .funnel-footer .navigation-buttons .nav-button.next.disabled:hover{background:#d1d5db;box-shadow:none}.pricing-funnel .trust-indicators{display:flex;justify-content:center;gap:3rem;padding:2rem;background:#fff;border-top:1px solid rgba(209,213,219,.5)}.pricing-funnel .trust-indicators .indicator{display:flex;align-items:center;gap:.5rem;color:#575757;font-size:.9rem}.pricing-funnel .trust-indicators .indicator svg{width:20px;height:20px;color:#4e90cd}@keyframes slideInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@media(max-width:1024px){.pricing-funnel .plan-selection .plan-cards,.pricing-funnel .team-scaling .scaling-grid{grid-template-columns:1fr;gap:1rem}.pricing-funnel .features-selection .features-grid{grid-template-columns:repeat(2,1fr)}.pricing-funnel .business-type-selection .business-type-cards{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:768px){.pricing-funnel .funnel-container{border-radius:0}.pricing-funnel .progress-bar{padding:1.5rem}.pricing-funnel .progress-bar .progress-steps .step-label{display:none}.pricing-funnel .step-content{padding:1.5rem;min-height:auto}.pricing-funnel .step-content .step-header{margin-bottom:2rem}.pricing-funnel .step-content .step-header h2{font-size:1.5rem}.pricing-funnel .step-content .step-header p{font-size:1rem}.pricing-funnel .features-selection .features-grid{grid-template-columns:1fr;max-height:300px}.pricing-funnel .business-type-selection .business-type-cards{grid-template-columns:1fr;gap:1rem}.pricing-funnel .business-type-selection .business-type-cards .business-type-card{padding:2rem}.pricing-funnel .funnel-footer{padding:1.5rem}.pricing-funnel .funnel-footer .pricing-summary{gap:1.5rem}.pricing-funnel .funnel-footer .pricing-summary .summary-item .value{font-size:1.5rem}.pricing-funnel .funnel-footer .navigation-buttons{flex-direction:column;width:100%}.pricing-funnel .funnel-footer .navigation-buttons .nav-button{width:100%;justify-content:center}.pricing-funnel .trust-indicators{flex-direction:column;gap:1rem;padding:1.5rem}}.footer-redesign{background:#1e293b;color:#fff;margin-top:4rem}.footer-redesign .footer-cta-section{background:linear-gradient(135deg,#4e90cd,#2d6aa1);padding:3rem 0;margin-bottom:-2rem;position:relative;overflow:hidden}.footer-redesign .footer-cta-section:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,hsla(0,0%,100%,.1) 0,transparent 70%);animation:float 20s infinite}.footer-redesign .footer-cta-section .cta-content{position:relative;z-index:1;text-align:center;max-width:800px;margin:0 auto;padding:0 1rem}.footer-redesign .footer-cta-section .cta-content .cta-text{margin-bottom:2rem}.footer-redesign .footer-cta-section .cta-content .cta-text h3{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#fff}.footer-redesign .footer-cta-section .cta-content .cta-text p{font-size:1.1rem;opacity:.95;margin-bottom:1rem}.footer-redesign .footer-cta-section .cta-content .cta-text .trust-points{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;font-size:.95rem}.footer-redesign .footer-cta-section .cta-content .cta-text .trust-points span{display:flex;align-items:center;gap:.5rem;opacity:.9}.footer-redesign .footer-cta-section .cta-content .cta-text .trust-points span svg{color:#22c55e}.footer-redesign .footer-cta-section .cta-content .footer-signup-form .form-group{display:flex;gap:.75rem;max-width:600px;margin:0 auto;flex-wrap:wrap;justify-content:center}@media(max-width:768px){.footer-redesign .footer-cta-section .cta-content .footer-signup-form .form-group{flex-direction:column}}.footer-redesign .footer-cta-section .cta-content .footer-signup-form .form-group input,.footer-redesign .footer-cta-section .cta-content .footer-signup-form .form-group select{flex:1;min-width:200px;padding:.9rem 1rem;border:none;border-radius:8px;font-size:1rem;background:hsla(0,0%,100%,.95);color:#1e293b}.footer-redesign .footer-cta-section .cta-content .footer-signup-form .form-group input::-moz-placeholder,.footer-redesign .footer-cta-section .cta-content .footer-signup-form .form-group select::-moz-placeholder{color:#64748b}.footer-redesign .footer-cta-section .cta-content .footer-signup-form .form-group input::placeholder,.footer-redesign .footer-cta-section .cta-content .footer-signup-form .form-group select::placeholder{color:#64748b}.footer-redesign .footer-cta-section .cta-content .footer-signup-form .form-group input:focus,.footer-redesign .footer-cta-section .cta-content .footer-signup-form .form-group select:focus{outline:none;background:#fff;box-shadow:0 0 0 3px hsla(0,0%,100%,.3)}.footer-redesign .footer-cta-section .cta-content .footer-signup-form .form-group .cta-button{padding:.9rem 2rem;background:#fbb042;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;white-space:nowrap}.footer-redesign .footer-cta-section .cta-content .footer-signup-form .form-group .cta-button:hover{background:#fa9b10;transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.2)}.footer-redesign .footer-cta-section .cta-content .footer-signup-form .form-group .cta-button svg{transition:transform .3s ease}.footer-redesign .footer-cta-section .cta-content .footer-signup-form .form-group .cta-button:hover svg{transform:translateX(3px)}.footer-redesign .footer-cta-section .cta-content .thank-you-message{padding:2rem;background:hsla(0,0%,100%,.1);border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer-redesign .footer-cta-section .cta-content .thank-you-message .success-icon{font-size:3rem;color:#22c55e;margin-bottom:1rem}.footer-redesign .footer-cta-section .cta-content .thank-you-message p{font-size:1.2rem;font-weight:600}.footer-redesign .footer-main{background:#1e293b;padding:4rem 0 2rem}.footer-redesign .footer-main .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}@media(max-width:1024px){.footer-redesign .footer-main .footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.footer-redesign .footer-main .footer-grid{grid-template-columns:1fr;text-align:center}}.footer-redesign .footer-main .footer-column h4{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;color:#fff;display:flex;align-items:center;gap:.5rem}.footer-redesign .footer-main .footer-column h4 .free-badge{background:#22c55e;color:#fff;font-size:.7rem;padding:.2rem .5rem;border-radius:12px;font-weight:600}.footer-redesign .footer-main .footer-column ul{list-style:none;padding:0;margin:0}.footer-redesign .footer-main .footer-column ul li{margin-bottom:.75rem}.footer-redesign .footer-main .footer-column ul li a{color:hsla(0,0%,100%,.7);text-decoration:none;transition:all .3s ease;display:block}.footer-redesign .footer-main .footer-column ul li a:hover{color:#fff;transform:translateX(5px)}.footer-redesign .footer-main .footer-column ul li a .link-desc{display:block;font-size:.85rem;color:hsla(0,0%,100%,.5);margin-top:.2rem}.footer-redesign .footer-main .footer-column.company-info .tagline{color:hsla(0,0%,100%,.8);margin:1rem 0;font-size:1.05rem}.footer-redesign .footer-main .footer-column.company-info .stats{display:flex;gap:2rem;margin:1.5rem 0}@media(max-width:640px){.footer-redesign .footer-main .footer-column.company-info .stats{justify-content:center}}.footer-redesign .footer-main .footer-column.company-info .stats .stat{text-align:left}.footer-redesign .footer-main .footer-column.company-info .stats .stat strong{display:block;font-size:1.5rem;color:#fbb042}.footer-redesign .footer-main .footer-column.company-info .stats .stat span{font-size:.85rem;color:hsla(0,0%,100%,.7)}.footer-redesign .footer-main .footer-column.company-info .social-links{display:flex;gap:.75rem;margin-top:1.5rem}@media(max-width:640px){.footer-redesign .footer-main .footer-column.company-info .social-links{justify-content:center}}.footer-redesign .footer-main .footer-column.company-info .social-links a{width:40px;height:40px;background:hsla(0,0%,100%,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.footer-redesign .footer-main .footer-column.company-info .social-links a:hover{background:#4e90cd;transform:translateY(-3px)}.footer-redesign .footer-main .footer-column.company-info .social-links a img{width:20px;height:20px;-o-object-fit:contain;object-fit:contain}.footer-redesign .footer-main .footer-column .contact-list .contact-item{display:flex;align-items:flex-start;gap:1rem;padding:.75rem;border-radius:8px;transition:all .3s ease}.footer-redesign .footer-main .footer-column .contact-list .contact-item:hover{background:hsla(0,0%,100%,.05)}.footer-redesign .footer-main .footer-column .contact-list .contact-item svg{font-size:1.25rem;color:#4e90cd;margin-top:.2rem}.footer-redesign .footer-main .footer-column .contact-list .contact-item div strong{display:block;color:#fff;margin-bottom:.2rem}.footer-redesign .footer-main .footer-column .contact-list .contact-item div span{font-size:.85rem;color:hsla(0,0%,100%,.6)}.footer-redesign .footer-main .app-download-section{border-top:1px solid hsla(0,0%,100%,.1);padding-top:2rem}.footer-redesign .footer-main .app-download-section .app-card{text-align:center}.footer-redesign .footer-main .app-download-section .app-card h4{font-size:1.2rem;margin-bottom:1.5rem;color:#fff}.footer-redesign .footer-main .app-download-section .app-card .app-links{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.footer-redesign .footer-main .app-download-section .app-card .app-links .app-link{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-decoration:none;color:hsla(0,0%,100%,.7);transition:all .3s ease}.footer-redesign .footer-main .app-download-section .app-card .app-links .app-link:hover{color:#fff;transform:scale(1.05)}.footer-redesign .footer-main .app-download-section .app-card .app-links .app-link img{height:50px;width:auto}.footer-redesign .footer-main .app-download-section .app-card .app-links .app-link span{font-size:.9rem}.footer-redesign .footer-bottom{background:#151d2a;padding:1.5rem 0;border-top:1px solid hsla(0,0%,100%,.1)}.footer-redesign .footer-bottom .bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}@media(max-width:640px){.footer-redesign .footer-bottom .bottom-content{flex-direction:column;text-align:center}}.footer-redesign .footer-bottom .bottom-content p{color:hsla(0,0%,100%,.6);font-size:.9rem;margin:0}.footer-redesign .footer-bottom .bottom-content .legal-links{display:flex;gap:2rem;flex-wrap:wrap}.footer-redesign .footer-bottom .bottom-content .legal-links a{color:hsla(0,0%,100%,.6);text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-redesign .footer-bottom .bottom-content .legal-links a:hover{color:#fff}.desktop-download-section{background:linear-gradient(135deg,#0abf30,#06761e);padding:2.5rem 0;position:relative;overflow:hidden}.desktop-download-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,hsla(0,0%,100%,.1) 0,transparent 70%);animation:float 15s infinite reverse}.desktop-download-section .desktop-download-content{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1000px;margin:0 auto;padding:0 1rem}@media(max-width:768px){.desktop-download-section .desktop-download-content{grid-template-columns:1fr;text-align:center;gap:2rem}}.desktop-download-section .desktop-download-content .download-text{color:#fff}.desktop-download-section .desktop-download-content .download-text .new-badge{display:inline-block;background:#ff6b6b;color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;margin-bottom:1rem;animation:pulse 2s infinite}.desktop-download-section .desktop-download-content .download-text h3{font-size:2.2rem;font-weight:700;margin-bottom:.5rem;color:#fff}.desktop-download-section .desktop-download-content .download-text p{font-size:1.1rem;opacity:.95;margin-bottom:1.5rem;line-height:1.6}.desktop-download-section .desktop-download-content .download-text .desktop-features{display:flex;flex-direction:column;gap:.75rem;font-size:.95rem}@media(max-width:768px){.desktop-download-section .desktop-download-content .download-text .desktop-features{align-items:center}}.desktop-download-section .desktop-download-content .download-text .desktop-features span{display:flex;align-items:center;gap:.5rem;opacity:.95}.desktop-download-section .desktop-download-content .download-text .desktop-features span svg{color:#fff;filter:drop-shadow(0 0 3px rgba(255,255,255,.3))}.desktop-download-section .desktop-download-content .download-actions{display:flex;flex-direction:column;gap:1rem}.desktop-download-section .desktop-download-content .download-actions .desktop-download-btn{display:flex;align-items:center;gap:1rem;padding:1.2rem 1.5rem;border-radius:12px;border:none;cursor:pointer;font-family:inherit;transition:all .3s ease;text-align:left}.desktop-download-section .desktop-download-content .download-actions .desktop-download-btn.primary{background:#fff;color:#0abf30;box-shadow:0 8px 25px rgba(0,0,0,.15)}.desktop-download-section .desktop-download-content .download-actions .desktop-download-btn.primary:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(0,0,0,.2)}.desktop-download-section .desktop-download-content .download-actions .desktop-download-btn.secondary{background:hsla(0,0%,100%,.08);color:#fff;border:2px solid hsla(0,0%,100%,.25)}.desktop-download-section .desktop-download-content .download-actions .desktop-download-btn.secondary:hover{background:hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.4)}.desktop-download-section .desktop-download-content .download-actions .desktop-download-btn .download-icon{font-size:2rem}.desktop-download-section .desktop-download-content .download-actions .desktop-download-btn .download-icon-svg{width:2rem;height:2rem;flex-shrink:0}.desktop-download-section .desktop-download-content .download-actions .desktop-download-btn.tertiary{background:hsla(0,0%,100%,.1);color:#fff;border:2px solid hsla(0,0%,100%,.3)}.desktop-download-section .desktop-download-content .download-actions .desktop-download-btn.tertiary:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.5);transform:translateY(-2px)}.desktop-download-section .desktop-download-content .download-actions .desktop-download-btn div{flex:1}.desktop-download-section .desktop-download-content .download-actions .desktop-download-btn div strong{display:block;font-size:1.1rem;font-weight:600;margin-bottom:.2rem}.desktop-download-section .desktop-download-content .download-actions .desktop-download-btn div small{display:block;opacity:.8;font-size:.85rem}.footer-main .footer-column ul li{position:relative}.footer-main .footer-column ul li a .new-tag{position:absolute;top:-.5rem;right:-.5rem;background:#ff6b6b;color:#fff;font-size:.6rem;padding:.2rem .5rem;border-radius:10px;font-weight:600;animation:pulse 2s infinite}.footer-main .app-download-section .app-links .desktop-featured{background:linear-gradient(135deg,#0abf30,#078f24);color:#fff;padding:1.5rem;border-radius:12px;display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative;flex:1;max-width:200px}.footer-main .app-download-section .app-links .desktop-featured .desktop-icon{font-size:2.5rem}.footer-main .app-download-section .app-links .desktop-featured .new-badge-small{position:absolute;top:.5rem;right:.5rem;background:#ff6b6b;color:#fff;font-size:.6rem;padding:.2rem .5rem;border-radius:8px;font-weight:600}.footer-main .app-download-section .app-links .desktop-featured strong{font-size:1.1rem;margin-bottom:.25rem}.footer-main .app-download-section .app-links .desktop-featured span{font-size:.9rem;opacity:.9;margin-bottom:.5rem}.footer-main .app-download-section .app-links .desktop-featured .mini-download-btn{background:#fff;color:#0abf30;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease}.footer-main .app-download-section .app-links .desktop-featured .mini-download-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.footer-main .app-download-section .app-links .desktop-featured:hover{transform:scale(1.02);box-shadow:0 8px 25px rgba(0,0,0,.15)}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes float{0%,to{transform:translate(0) rotate(0deg)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}@media(prefers-color-scheme:dark){.footer-redesign .footer-cta-section .footer-signup-form input,.footer-redesign .footer-cta-section .footer-signup-form select{background:hsla(0,0%,100%,.9)}.footer-redesign .footer-cta-section .footer-signup-form input:focus,.footer-redesign .footer-cta-section .footer-signup-form select:focus{background:#fff}}