.fade-in{opacity:0;transform:translateY(30px);transition:opacity 0.8s ease-out,transform 0.8s ease-out}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in-delay-1{transition-delay:0.1s}.fade-in-delay-2{transition-delay:0.2s}.fade-in-delay-3{transition-delay:0.3s}.fade-in-delay-4{transition-delay:0.4s}.stagger-children > *{opacity:0;transform:translateY(20px);transition:opacity 0.5s ease-out,transform 0.5s ease-out}.stagger-children.visible > *:nth-child(1){transition-delay:0.1s}.stagger-children.visible > *:nth-child(2){transition-delay:0.15s}.stagger-children.visible > *:nth-child(3){transition-delay:0.2s}.stagger-children.visible > *:nth-child(4){transition-delay:0.25s}.stagger-children.visible > *:nth-child(5){transition-delay:0.3s}.stagger-children.visible > *:nth-child(6){transition-delay:0.35s}.stagger-children.visible > *{opacity:1;transform:translateY(0)}.section{padding:5rem 4rem;max-width:1400px;margin:0 auto}.section-badge{display:inline-block;background:#f8fafc;border:1px solid #e2e8f0;padding:0.5rem 1.25rem;border-radius:50px;font-size:0.875rem;color:#64748b;margin-bottom:1rem}.section-badge.orange{background:#fff7ed;border-color:#fed7aa;color:#ea580c}.section-title{font-size:2.75rem;font-weight:800;color:#1e293b;margin-bottom:1rem;text-align:center}.section-title span{background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.125rem;color:#64748b;text-align:center;max-width:700px;margin:0 auto 3rem}.problem-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.problem-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;transition:all 0.3s ease;cursor:default}.problem-card:hover{border-color:#f97316;box-shadow:0 8px 30px rgba(249,115,22,0.12);transform:translateY(-4px)}.problem-card .icon{width:48px;height:48px;background:#fff7ed;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:all 0.3s ease}.problem-card:hover .icon{background:#f97316}.problem-card .icon svg{color:#f97316;transition:color 0.3s ease}.problem-card:hover .icon svg{color:#fff}.problem-card h3{font-size:1.125rem;font-weight:700;margin-bottom:0.75rem;color:#1e293b}.problem-card p{font-size:0.95rem;color:#64748b;line-height:1.6}.solution-card{background:#1e293b;border-radius:24px;padding:3rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-bottom:3rem}.solution-card h3{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:1.5rem}.solution-card h3 span{color:#f97316}.solution-card p{color:#94a3b8;font-size:1rem;margin-bottom:1.5rem;line-height:1.7}.solution-features{display:flex;flex-direction:column;gap:0.75rem;margin-bottom:2rem}.solution-feature{display:flex;align-items:center;gap:0.75rem;color:#fff;font-size:0.95rem}.solution-feature svg{color:#f97316;flex-shrink:0}.solution-phone{display:flex;justify-content:center}.solution-phone .phone-mockup{background:#0f172a}.solution-phone .phone-screen{background:#1e293b;color:#fff}.solution-phone .phone-time{font-size:3rem;font-weight:300;color:#fff;margin-bottom:0.5rem}.solution-phone .phone-date{color:#94a3b8;font-size:0.875rem;margin-bottom:2rem}.notification{background:#334155;border-radius:16px;padding:1rem;display:flex;align-items:center;gap:1rem}.notification-icon{width:40px;height:40px;background:#f97316;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.notification-content{flex:1}.notification-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.25rem}.notification-title{font-weight:600;font-size:0.9rem}.notification-time{color:#94a3b8;font-size:0.75rem}.notification-text{color:#94a3b8;font-size:0.8rem}.feature-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem}.feature-card .icon{width:48px;height:48px;background:#fff7ed;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.feature-card .icon svg{color:#f97316}.feature-card .icon.pink{background:#fdf2f8}.feature-card .icon.pink svg{color:#ec4899}.feature-card .icon.blue{background:#eff6ff}.feature-card .icon.blue svg{color:#3b82f6}.feature-card .icon.green{background:#f0fdf4}.feature-card .icon.green svg{color:#22c55e}.feature-card h3{font-size:1.125rem;font-weight:700;margin-bottom:0.75rem;color:#1e293b}.feature-card p{font-size:0.95rem;color:#64748b;line-height:1.6;margin-bottom:1rem}.feature-card .included{font-size:0.85rem;color:#f97316}.comparison{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.comparison-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2rem}.comparison-card.after{background:#f0fdf4;border-color:#bbf7d0}.comparison-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.comparison-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.comparison-icon.red{background:#fef2f2}.comparison-icon.red svg{color:#ef4444}.comparison-icon.green{background:#dcfce7}.comparison-icon.green svg{color:#22c55e}.comparison-card h3{font-size:1.25rem;font-weight:700;color:#1e293b}.comparison-list{display:flex;flex-direction:column;gap:1rem}.comparison-item{display:flex;align-items:flex-start;gap:0.75rem;font-size:0.95rem}.comparison-item.negative{color:#64748b}.comparison-item.negative svg{color:#ef4444;flex-shrink:0;margin-top:2px}.comparison-item.positive{color:#1e293b}.comparison-item.positive svg{color:#22c55e;flex-shrink:0;margin-top:2px}.cta-banner{text-align:center;padding:4rem}.cta-banner h2{font-size:2.5rem;font-weight:800;color:#1e293b;margin-bottom:1rem}.cta-banner h2 span{color:#f97316}.cta-banner p{color:#64748b;font-size:1.125rem;margin-bottom:2rem}.btn-outline-orange{background:#fff;color:#f97316;padding:0.75rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:0.95rem;display:inline-flex;align-items:center;gap:0.5rem;border:2px solid #fed7aa;transition:all 0.2s}.btn-outline-orange:hover{background:#fff7ed}.integration-section{text-align:center;padding:5rem 4rem;background:#f8fafc}.integration-icon{width:64px;height:64px;background:#f1f5f9;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.integration-logos{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin:3rem 0;max-width:1000px;margin-left:auto;margin-right:auto}.integration-logo{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:center;min-width:120px;height:70px;transition:all 0.3s ease}.integration-logo:hover{border-color:#f97316;box-shadow:0 4px 12px rgba(249,115,22,0.15);transform:translateY(-2px)}.integration-logo img{max-height:45px;max-width:100px;width:auto;height:auto;object-fit:contain}.integration-features{display:flex;justify-content:center;gap:4rem;margin-top:3rem}.integration-feature{text-align:center}.integration-feature .icon{width:56px;height:56px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.integration-feature .icon svg{color:#f97316}.integration-feature .icon.purple svg{color:#8b5cf6}.integration-feature .icon.green svg{color:#22c55e}.integration-feature h3{font-size:1rem;font-weight:700;margin-bottom:0.5rem;color:#1e293b}.integration-feature p{font-size:0.875rem;color:#64748b}.integration-link{color:#64748b;text-decoration:none;font-size:0.95rem;display:inline-flex;align-items:center;gap:0.5rem;margin-top:2rem}.integration-link:hover{color:#1e293b}.video-section{padding:5rem 4rem;text-align:center}.video-container{border-radius:24px;max-width:1000px;margin:2rem auto 0;aspect-ratio:16/9;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,0.15)}.video-container iframe{width:100%;height:100%;border:none;border-radius:24px}.yt-facade{position:absolute;inset:0;cursor:pointer;background:#000;border-radius:24px}.steps-section{padding:5rem 4rem}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative;margin-top:3rem}.step{position:relative;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2rem}.step-number{position:absolute;top:-12px;left:24px;background:#fff;border:1px solid #e2e8f0;padding:0.25rem 0.75rem;border-radius:8px;font-weight:700;font-size:0.875rem;color:#1e293b}.step .icon{width:48px;height:48px;background:#fff7ed;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.step .icon svg{color:#f97316}.step h3{font-size:1.125rem;font-weight:700;margin-bottom:0.75rem;color:#1e293b}.step p{font-size:0.95rem;color:#64748b;line-height:1.6}.step-arrow{position:absolute;top:50%;right:-1.5rem;transform:translateY(-50%);color:#e2e8f0}.step:last-child .step-arrow{display:none}.steps-note{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem 2rem;margin-top:2rem;text-align:center}.steps-note strong{color:#c2410c}.steps-cta{display:flex;justify-content:center;gap:1rem;margin-top:3rem}.btn-outline{background:#fff;color:#c2410c;padding:0.875rem 1.75rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;display:inline-flex;align-items:center;gap:0.5rem;border:2px solid #fed7aa;transition:all 0.2s}.btn-outline:hover{background:#fff7ed}.testimonials-section{padding:5rem 4rem;background:linear-gradient(180deg,#f8fafc 0%,#fff 100%);position:relative;overflow:hidden}.testimonials-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(249,115,22,0.03) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(249,115,22,0.03) 0%,transparent 50%);pointer-events:none}.testimonial-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:3rem;max-width:900px;margin:3rem auto 0;position:relative;box-shadow:0 20px 40px -15px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);transition:transform 0.3s ease,box-shadow 0.3s ease}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 25px 50px -12px rgba(0,0,0,0.15),0 8px 12px -4px rgba(0,0,0,0.08)}.testimonial-content{display:flex;gap:2.5rem;position:relative;z-index:1}.testimonial-avatar{width:90px;height:90px;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.75rem;flex-shrink:0;box-shadow:0 8px 20px -4px rgba(249,115,22,0.4)}.testimonial-text{flex:1}.testimonial-stars{display:flex;gap:4px;margin-bottom:1.25rem}.testimonial-stars svg{color:#f97316;filter:drop-shadow(0 2px 4px rgba(249,115,22,0.3))}.testimonial-quote{font-size:1.2rem;color:#1e293b;line-height:1.8;margin-bottom:1.75rem;font-style:italic}.testimonial-tag{display:inline-block;background:linear-gradient(135deg,#fff7ed 0%,#fed7aa 100%);color:#ea580c;padding:0.625rem 1.25rem;border-radius:50px;font-size:0.875rem;font-weight:600;margin-bottom:1.25rem;border:1px solid #fed7aa}.testimonial-author{font-weight:700;color:#1e293b;margin-bottom:0.25rem;font-size:1.1rem}.testimonial-role{font-size:0.95rem;color:#64748b}.testimonial-company{font-size:0.9rem;color:#f97316;font-weight:500}.quote-mark{position:absolute;top:1.5rem;right:2.5rem;font-size:8rem;color:#fff7ed;font-family:Georgia,serif;line-height:1;z-index:0}.testimonial-pagination{display:flex;justify-content:center;align-items:center;gap:0.75rem;margin-top:2.5rem}.testimonial-pagination button{width:44px;height:44px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease;box-shadow:0 2px 4px rgba(0,0,0,0.05)}.testimonial-pagination button:hover{background:#f97316;border-color:#f97316;color:#fff}.testimonial-pagination button:hover svg{stroke:#fff}.testimonial-dots{display:flex;align-items:center;gap:8px;margin:0 1rem}.testimonial-dots span{width:10px;height:10px;background:#e2e8f0;border-radius:50%;transition:all 0.3s ease;cursor:pointer}.testimonial-dots span:hover{background:#cbd5e1}.testimonial-dots span.active{width:28px;border-radius:5px;background:linear-gradient(90deg,#f97316 0%,#ea580c 100%)}.faq-section{padding:5rem 4rem}.faq-list{max-width:800px;margin:2rem auto 0}.faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:1rem;overflow:hidden}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;cursor:pointer;font-weight:600;color:#1e293b}.faq-toggle{width:32px;height:32px;background:#f8fafc;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#64748b;flex-shrink:0}.faq-item.open .faq-toggle{background:#f97316;color:#fff}.faq-answer{padding:0 1.5rem 1.25rem;color:#64748b;line-height:1.7;display:none}.faq-item.open .faq-answer{display:block}.final-cta{background:#1e293b;padding:5rem 4rem;text-align:center}.final-cta .section-badge{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.2);color:#fff}.final-cta h2{font-size:2.75rem;font-weight:800;color:#fff;margin-bottom:1.5rem}.final-cta h2 span{color:#f97316}.final-cta p{color:#94a3b8;font-size:1.125rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.final-cta-buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.btn-dark{background:#334155;color:#fff;padding:0.875rem 1.75rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;display:inline-flex;align-items:center;gap:0.5rem;border:1px solid #475569;transition:all 0.2s}.btn-dark:hover{background:#475569}.final-cta-features{display:flex;justify-content:center;gap:2.5rem}.final-cta-feature{display:flex;align-items:center;gap:0.5rem;color:#94a3b8;font-size:0.95rem}.final-cta-feature::before{content:'';width:8px;height:8px;background:#22c55e;border-radius:50%}.footer{padding:4rem;background:#fff}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;max-width:1400px;margin:0 auto}.footer-brand .logo{margin-bottom:1rem}.footer-brand p{color:#64748b;font-size:0.95rem;line-height:1.7;margin-bottom:1.5rem}.footer-contact{display:flex;flex-direction:column;gap:0.75rem}.footer-contact a{display:flex;align-items:center;gap:0.75rem;color:#64748b;text-decoration:none;font-size:0.9rem}.footer-contact a:hover{color:#1e293b}.footer-column h4{font-size:1rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.footer-links{display:flex;flex-direction:column;gap:0.75rem}.footer-links a{color:#64748b;text-decoration:none;font-size:0.95rem}.footer-links a:hover{color:#1e293b}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;margin-top:3rem;border-top:1px solid #e2e8f0;max-width:1400px;margin-left:auto;margin-right:auto}.footer-copyright{color:#64748b;font-size:0.9rem}.footer-social{display:flex;gap:1rem}.footer-social a{width:40px;height:40px;border:1px solid #e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all 0.2s}.footer-social a:hover{background:#f8fafc;color:#1e293b}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:30px;height:30px;cursor:pointer;z-index:1001}.mobile-menu-toggle span{display:block;width:100%;height:2px;background:#1e293b;transition:all 0.3s ease}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-nav{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:white;z-index:1000;padding:100px 2rem 2rem;flex-direction:column;gap:1rem}.mobile-nav.active{display:flex}.mobile-nav a{font-size:1.25rem;color:#1e293b;text-decoration:none;padding:1rem 0;border-bottom:1px solid #e2e8f0}.mobile-nav a:hover{color:#f97316}.mobile-nav .mobile-cta{margin-top:1rem;background:linear-gradient(135deg,#f97316,#ea580c);color:white;text-align:center;padding:1rem;border-radius:10px;border:none}