@charset "UTF-8";.landing-header{background:#fffffff2;backdrop-filter:blur(10px);position:fixed;width:100%;top:0;z-index:1000;box-shadow:0 2px 20px #0000001a;transition:all .3s ease}.landing-header.scrolled{background:#fffffffa;box-shadow:0 4px 30px #00000026}.landing-header nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;max-width:1200px;margin:0 auto;padding-left:20px;padding-right:20px}.landing-header .logo{display:flex;align-items:center;gap:.5rem;font-size:1.8rem;font-weight:700;color:#667eea;text-decoration:none;transition:transform .3s ease}.landing-header .logo:hover{transform:scale(1.05)}.landing-header .logo img{height:40px;width:auto}.landing-header .nav-links{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.landing-header .nav-links a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;position:relative}.landing-header .nav-links a:hover{color:#667eea}.landing-header .nav-links a:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:50%;background-color:#667eea;transition:all .3s ease;transform:translate(-50%)}.landing-header .nav-links a:hover:after{width:100%}.landing-header .cta-buttons{display:flex;gap:1rem;align-items:center}.landing-header .btn{padding:.75rem 1.5rem;border:none;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;cursor:pointer;display:inline-block;font-size:.9rem}.landing-header .btn.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea4d}.landing-header .btn.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.landing-header .btn.btn-secondary{background:transparent;color:#667eea;border:2px solid #667eea}.landing-header .btn.btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.landing-header .btn.btn-admin{background:#ff6b6b;color:#fff;font-size:.8rem;padding:.6rem 1.2rem}.landing-header .btn.btn-admin:hover{background:#ff5252;transform:translateY(-2px)}.landing-header .mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:4px}.landing-header .mobile-menu-toggle span{width:25px;height:3px;background:#333;transition:all .3s ease;border-radius:2px}.landing-header .mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.landing-header .mobile-menu-toggle.active span:nth-child(2){opacity:0}.landing-header .mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width: 768px){.landing-header .nav-links{position:fixed;top:100%;left:0;width:100%;background:#fff;flex-direction:column;padding:2rem;box-shadow:0 4px 20px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.landing-header .nav-links.mobile-open{transform:translateY(0);opacity:1;visibility:visible}.landing-header .nav-links li{margin-bottom:1rem}.landing-header .nav-links a{font-size:1.1rem;padding:.5rem 0;display:block}.landing-header .cta-buttons{gap:.5rem}.landing-header .cta-buttons .btn{padding:.6rem 1rem;font-size:.8rem}.landing-header .cta-buttons .btn-admin{display:none}.landing-header .mobile-menu-toggle{display:flex}}@media (max-width: 480px){.landing-header nav{padding-left:15px;padding-right:15px}.landing-header .logo{font-size:1.5rem}.landing-header .logo img{height:35px}.landing-header .cta-buttons .btn-secondary{display:none}}.landing-footer{background:#1a1a1a;color:#fff;padding:60px 0 20px}.landing-footer .container{max-width:1200px;margin:0 auto;padding:0 20px}.landing-footer .footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}@media (max-width: 1024px){.landing-footer .footer-content{grid-template-columns:2fr 1fr 1fr;gap:2rem}}@media (max-width: 768px){.landing-footer .footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}}.landing-footer .footer-section h3{color:#667eea;font-size:1.1rem;font-weight:600;margin-bottom:1.5rem}.landing-footer .footer-section ul{list-style:none;padding:0;margin:0}.landing-footer .footer-section ul li{margin-bottom:.75rem}.landing-footer .footer-section ul li a{color:#ccc;text-decoration:none;transition:color .3s ease}.landing-footer .footer-section ul li a:hover{color:#667eea}.landing-footer .company-info .footer-logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#667eea;text-decoration:none;margin-bottom:1rem}@media (max-width: 768px){.landing-footer .company-info .footer-logo{justify-content:center}}.landing-footer .company-info .footer-logo img{height:32px;width:auto}.landing-footer .company-info .company-description{color:#ccc;line-height:1.6;margin-bottom:2rem;max-width:300px}@media (max-width: 768px){.landing-footer .company-info .company-description{max-width:none}}.landing-footer .company-info .social-links{display:flex;gap:1rem}@media (max-width: 768px){.landing-footer .company-info .social-links{justify-content:center}}.landing-footer .company-info .social-links .social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#667eea1a;border-radius:50%;color:#667eea;text-decoration:none;transition:all .3s ease}.landing-footer .company-info .social-links .social-link:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.landing-footer .company-info .social-links .social-link i{font-size:1.2rem}.landing-footer .footer-bottom{border-top:1px solid #333;padding-top:2rem}.landing-footer .footer-bottom .footer-bottom-content{display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.landing-footer .footer-bottom .footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}}.landing-footer .footer-bottom .footer-bottom-content .copyright{color:#999;margin:0}.landing-footer .footer-bottom .footer-bottom-content .footer-bottom-links{display:flex;gap:2rem}@media (max-width: 480px){.landing-footer .footer-bottom .footer-bottom-content .footer-bottom-links{flex-direction:column;gap:1rem}}.landing-footer .footer-bottom .footer-bottom-content .footer-bottom-links a{color:#999;text-decoration:none;font-size:.9rem;transition:color .3s ease}.landing-footer .footer-bottom .footer-bottom-content .footer-bottom-links a:hover{color:#667eea}.fade-in-wrapper{opacity:0;transition:opacity var(--animation-duration, .6s) ease-out var(--animation-delay, 0s)}.fade-in-wrapper.visible{opacity:1}.slide-in-wrapper{will-change:transform,opacity}.scroll-trigger{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.scroll-trigger.visible{opacity:1;transform:translateY(0)}.parallax-element{will-change:transform;transition:transform .1s linear}.count-up{font-variant-numeric:tabular-nums}.stagger-container .stagger-item{opacity:0;transform:translateY(20px);transition:all .6s cubic-bezier(.25,.46,.45,.94)}.stagger-container .stagger-item:nth-child(1){transition-delay:.1s}.stagger-container .stagger-item:nth-child(2){transition-delay:.2s}.stagger-container .stagger-item:nth-child(3){transition-delay:.3s}.stagger-container .stagger-item:nth-child(4){transition-delay:.4s}.stagger-container .stagger-item:nth-child(5){transition-delay:.5s}.stagger-container .stagger-item:nth-child(6){transition-delay:.6s}.stagger-container .stagger-item:nth-child(7){transition-delay:.7s}.stagger-container .stagger-item:nth-child(8){transition-delay:.8s}.stagger-container .stagger-item:nth-child(9){transition-delay:.9s}.stagger-container .stagger-item:nth-child(10){transition-delay:1s}.stagger-container .stagger-item.visible{opacity:1;transform:translateY(0)}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.hover-scale{transition:transform .3s ease}.hover-scale:hover{transform:scale(1.05)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.spin{animation:spin 1s linear infinite}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slide-in-up{animation:slideInUp .8s cubic-bezier(.25,.46,.45,.94)}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slide-in-down{animation:slideInDown .8s cubic-bezier(.25,.46,.45,.94)}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slide-in-left{animation:slideInLeft .8s cubic-bezier(.25,.46,.45,.94)}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slide-in-right{animation:slideInRight .8s cubic-bezier(.25,.46,.45,.94)}@media (prefers-reduced-motion: reduce){.fade-in-wrapper,.slide-in-wrapper,.scroll-trigger,.stagger-item,.hover-lift,.hover-scale{transition:none!important;animation:none!important}}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding-top:80px}.hero-section .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero-section .hero-background .gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);opacity:.9}.hero-section .hero-background .animated-shapes{position:absolute;top:0;left:0;width:100%;height:100%}.hero-section .hero-background .animated-shapes .shape{position:absolute;border-radius:50%;background:#ffffff1a;animation:float 6s ease-in-out infinite}.hero-section .hero-background .animated-shapes .shape.shape-1{width:200px;height:200px;top:10%;left:10%;animation-delay:0s}.hero-section .hero-background .animated-shapes .shape.shape-2{width:150px;height:150px;top:60%;right:15%;animation-delay:2s}.hero-section .hero-background .animated-shapes .shape.shape-3{width:100px;height:100px;bottom:20%;left:20%;animation-delay:4s}.hero-section .container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.hero-section .hero-content{color:#fff;z-index:2}.hero-section .hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fff3;backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:50px;font-size:.9rem;margin-bottom:2rem;border:1px solid rgba(255,255,255,.3)}.hero-section .hero-badge .badge-icon{font-size:1.2rem}.hero-section .hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-section .hero-title .gradient-text{background:linear-gradient(135deg,gold,#ffed4e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-section .hero-description{font-size:1.3rem;line-height:1.6;opacity:.9;margin-bottom:2rem;max-width:600px}.hero-section .hero-stats{display:flex;gap:2rem;margin-bottom:2.5rem}.hero-section .hero-stats .stat{text-align:center}.hero-section .hero-stats .stat .stat-number{display:block;font-size:2rem;font-weight:700;color:gold}.hero-section .hero-stats .stat .stat-label{font-size:.9rem;opacity:.8}.hero-section .hero-buttons{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.hero-section .btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border:none;border-radius:12px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;cursor:pointer}.hero-section .btn.btn-large{padding:1.2rem 2.5rem}.hero-section .btn.btn-primary{background:linear-gradient(135deg,gold,#ffed4e);color:#333;box-shadow:0 8px 25px #ffd7004d}.hero-section .btn.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 35px #ffd70066}.hero-section .btn.btn-secondary{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);backdrop-filter:blur(10px)}.hero-section .btn.btn-secondary:hover{background:#ffffff4d;transform:translateY(-3px)}.hero-section .hero-trust-indicators .trust-text{display:block;font-size:.9rem;opacity:.7;margin-bottom:1rem}.hero-section .hero-trust-indicators .trust-logos{display:flex;gap:2rem;align-items:center;opacity:.6}.hero-section .hero-trust-indicators .trust-logos img{height:30px;filter:brightness(0) invert(1);transition:opacity .3s ease}.hero-section .hero-trust-indicators .trust-logos img:hover{opacity:1}.hero-section .hero-visual{position:relative;z-index:2}.hero-section .dashboard-preview{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0000004d;transform:perspective(1000px) rotateY(-5deg) rotateX(5deg);transition:transform .3s ease}.hero-section .dashboard-preview:hover{transform:perspective(1000px) rotateY(-2deg) rotateX(2deg)}.hero-section .dashboard-preview .dashboard-image{width:100%;height:auto;display:block}.hero-section .floating-cards{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.hero-section .floating-cards .floating-card{position:absolute;background:#fffffff2;backdrop-filter:blur(10px);border-radius:12px;padding:1rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 8px 25px #00000026;animation:floatCard 4s ease-in-out infinite}.hero-section .floating-cards .floating-card.card-1{top:15%;right:-10%;animation-delay:0s}.hero-section .floating-cards .floating-card.card-2{top:50%;left:-15%;animation-delay:1.5s}.hero-section .floating-cards .floating-card.card-3{bottom:20%;right:-5%;animation-delay:3s}.hero-section .floating-cards .floating-card .card-icon{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px}.hero-section .floating-cards .floating-card .card-content{display:flex;flex-direction:column}.hero-section .floating-cards .floating-card .card-content .card-title{font-size:.8rem;color:#666;font-weight:500}.hero-section .floating-cards .floating-card .card-content .card-value{font-size:1rem;color:#333;font-weight:700}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 1024px){.hero-section .container{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-section .hero-title{font-size:3rem}.hero-section .hero-stats{justify-content:center}}@media (max-width: 768px){.hero-section{min-height:90vh;padding-top:100px}.hero-section .hero-title{font-size:2.5rem}.hero-section .hero-description{font-size:1.1rem}.hero-section .hero-stats{gap:1.5rem}.hero-section .hero-stats .stat-number{font-size:1.5rem}.hero-section .hero-buttons{flex-direction:column;align-items:center}.hero-section .hero-buttons .btn{width:100%;max-width:300px;justify-content:center}.hero-section .floating-cards{display:none}}@media (max-width: 480px){.hero-section .hero-title{font-size:2rem}.hero-section .hero-stats{flex-direction:column;gap:1rem}.hero-section .trust-logos{flex-wrap:wrap;justify-content:center;gap:1rem}.hero-section .trust-logos img{height:25px}}.video-player .video-container{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #0003}.video-player .video-container video{width:100%;height:auto;display:block}.video-player .video-container .video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease}.video-player .video-container .video-overlay:hover{background:#00000080}.video-player .video-container .video-overlay .play-button{width:80px;height:80px;background:#ffffffe6;border:none;border-radius:50%;color:#333;cursor:pointer;transition:all .3s ease;margin-bottom:1rem}.video-player .video-container .video-overlay .play-button:hover{background:#fff;transform:scale(1.1)}.video-player .video-container .video-overlay .play-button svg{margin-left:4px}.video-player .video-container .video-overlay .video-title{color:#fff;font-size:1.5rem;text-align:center;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.5)}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.feature-card .feature-icon{font-size:3rem;margin-bottom:1.5rem;display:block}.feature-card .feature-title{font-size:1.5rem;color:#333;margin-bottom:1rem}.feature-card .feature-description{color:#666;line-height:1.6;margin-bottom:1.5rem}.feature-card .feature-benefits{list-style:none;padding:0;margin:0}.feature-card .feature-benefits li{display:flex;align-items:center;margin-bottom:.5rem}.feature-card .feature-benefits li .check-icon{color:#667eea;font-weight:700;margin-right:.5rem}.feature-card .feature-demo{margin-top:1.5rem}.feature-card .feature-demo .demo-button{display:flex;align-items:center;gap:.5rem;background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;transition:background .3s ease}.feature-card .feature-demo .demo-button:hover{background:#5a6fd8}.feature-card .feature-demo .demo-button .play-icon{font-size:.8rem}.features-section{background:#fff}.features-section .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}@media (max-width: 768px){.features-section .features-grid{grid-template-columns:1fr;gap:1.5rem}}.trust-badges{background:#f8f9ff;padding:40px 0}.trust-badges .badges-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}@media (max-width: 768px){.trust-badges .badges-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.trust-badges .badge-item{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a}.trust-badges .badge-item .badge-icon{font-size:1.5rem}.trust-badges .badge-item .badge-text{font-weight:600;color:#333}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;background:#667eea;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #667eea4d;transition:all .3s ease;opacity:0;visibility:hidden;transform:translateY(20px);z-index:1000}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{background:#5a6fd8;transform:translateY(-2px);box-shadow:0 6px 25px #667eea66}.scroll-to-top svg{width:20px;height:20px}.cookie-consent{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e0e0e0;box-shadow:0 -4px 20px #0000001a;z-index:10000}.cookie-consent .cookie-content{max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}@media (max-width: 768px){.cookie-consent .cookie-content{flex-direction:column;text-align:center;gap:1rem}}.cookie-consent .cookie-content .cookie-text{flex:1}.cookie-consent .cookie-content .cookie-text h4{color:#333;margin-bottom:.5rem;font-size:1.1rem}.cookie-consent .cookie-content .cookie-text p{color:#666;margin:0;line-height:1.5}.cookie-consent .cookie-content .cookie-actions{display:flex;gap:1rem}@media (max-width: 480px){.cookie-consent .cookie-content .cookie-actions{flex-direction:column;width:100%}}.cookie-consent .cookie-content .cookie-actions .btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.cookie-consent .cookie-content .cookie-actions .btn.btn-primary{background:#667eea;color:#fff}.cookie-consent .cookie-content .cookie-actions .btn.btn-primary:hover{background:#5a6fd8}.cookie-consent .cookie-content .cookie-actions .btn.btn-secondary{background:transparent;color:#667eea;border:2px solid #667eea}.cookie-consent .cookie-content .cookie-actions .btn.btn-secondary:hover{background:#667eea;color:#fff}.home-page{min-height:100vh}.home-page main section{padding:80px 0}.home-page main section:nth-child(2n){background:#f8f9ff}.home-page main section .container{max-width:1200px;margin:0 auto;padding:0 20px}.home-page main section .section-header{text-align:center;margin-bottom:3rem}.home-page main section .section-header h2{font-size:2.5rem;color:#333;margin-bottom:1rem}.home-page main section .section-header p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.comparison-table{overflow-x:auto}.comparison-table table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.comparison-table table th,.comparison-table table td{padding:1rem;text-align:center;border-bottom:1px solid #e0e0e0}.comparison-table table th{background:#f8f9ff;font-weight:600;color:#333}.comparison-table table th.highlight{background:#667eea;color:#fff}.comparison-table table td.highlight{background:#667eea1a;font-weight:600}.comparison-table table td:first-child{text-align:left;font-weight:500}.comparison-table table tr:last-child th,.comparison-table table tr:last-child td{border-bottom:none}.features-page .features-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:120px 0 80px;text-align:center}.features-page .features-hero h1{font-size:3rem;margin-bottom:1rem}.features-page .features-hero p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.features-page .core-features{padding:80px 0}.features-page .core-features .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.features-page .feature-comparison{background:#f8f9ff;padding:80px 0}.features-page .advanced-features{padding:80px 0}.features-page .advanced-features .advanced-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.features-page .advanced-features .advanced-category{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a}.features-page .advanced-features .advanced-category h3{color:#667eea;margin-bottom:1.5rem}.features-page .advanced-features .advanced-category ul{list-style:none;padding:0}.features-page .advanced-features .advanced-category ul li{display:flex;align-items:center;margin-bottom:.75rem}.features-page .advanced-features .advanced-category ul li .check-icon{color:#667eea;margin-right:.5rem}.features-page .platform-demo{background:#f8f9ff;padding:80px 0}.features-page .features-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:80px 0;text-align:center}.features-page .features-cta .cta-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.pricing-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:2rem;position:relative;transition:transform .3s ease,box-shadow .3s ease}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.pricing-card.popular{border:2px solid #667eea;transform:scale(1.05)}.pricing-card.popular .popular-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:#667eea;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.pricing-card .pricing-header{text-align:center;margin-bottom:2rem}.pricing-card .pricing-header .plan-name{font-size:1.5rem;color:#333;margin-bottom:.5rem}.pricing-card .pricing-header .plan-description{color:#666;margin-bottom:2rem}.pricing-card .pricing-header .pricing-info .price{display:flex;align-items:baseline;justify-content:center;margin-bottom:1rem}.pricing-card .pricing-header .pricing-info .price .currency{font-size:1.5rem;color:#667eea}.pricing-card .pricing-header .pricing-info .price .amount{font-size:3rem;font-weight:700;color:#333}.pricing-card .pricing-header .pricing-info .price .period{font-size:1rem;color:#666;margin-left:.25rem}.pricing-card .pricing-header .pricing-info .savings .savings-badge{background:#4caf50;color:#fff;padding:.25rem .5rem;border-radius:12px;font-size:.8rem;margin-right:.5rem}.pricing-card .pricing-header .pricing-info .savings .yearly-note{color:#666;font-size:.9rem}.pricing-card .pricing-features{margin-bottom:2rem}.pricing-card .pricing-features .features-list{list-style:none;padding:0;margin:0}.pricing-card .pricing-features .features-list .feature-item{display:flex;align-items:center;margin-bottom:.75rem}.pricing-card .pricing-features .features-list .feature-item .check-icon{color:#4caf50;font-weight:700;margin-right:.75rem;font-size:1.2rem}.pricing-card .pricing-features .limitations{margin-top:1.5rem}.pricing-card .pricing-features .limitations h4{color:#666;font-size:.9rem;margin-bottom:.5rem}.pricing-card .pricing-features .limitations .limitations-list{list-style:none;padding:0;margin:0}.pricing-card .pricing-features .limitations .limitations-list .limitation-item{display:flex;align-items:center;margin-bottom:.5rem;color:#999;font-size:.9rem}.pricing-card .pricing-features .limitations .limitations-list .limitation-item .x-icon{color:#f44336;font-weight:700;margin-right:.75rem}.pricing-card .pricing-cta{text-align:center}.pricing-card .pricing-cta .btn{width:100%;padding:1rem 2rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease}.pricing-card .pricing-cta .btn.btn-primary{background:#667eea;color:#fff}.pricing-card .pricing-cta .btn.btn-primary:hover{background:#5a6fd8;transform:translateY(-2px)}.pricing-card .pricing-cta .cta-note{margin-top:1rem;font-size:.9rem;color:#666}.calculator-form{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden}.calculator-form .calculator-content{display:grid;grid-template-columns:1fr 1fr}@media (max-width: 768px){.calculator-form .calculator-content{grid-template-columns:1fr}}.calculator-form .calculator-inputs{padding:2rem;background:#f8f9ff}.calculator-form .calculator-inputs h3{color:#333;margin-bottom:2rem}.calculator-form .calculator-inputs .input-group{margin-bottom:2rem}.calculator-form .calculator-inputs .input-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.calculator-form .calculator-inputs .input-group input[type=range]{width:100%;margin-bottom:.5rem}.calculator-form .calculator-inputs .input-group .input-value{color:#667eea;font-weight:600}.calculator-form .calculator-results{padding:2rem}.calculator-form .calculator-results h3{color:#333;margin-bottom:2rem}.calculator-form .calculator-results .results-grid{display:grid;gap:1rem;margin-bottom:2rem}.calculator-form .calculator-results .result-item{padding:1rem;border-radius:8px;background:#f8f9ff}.calculator-form .calculator-results .result-item.highlight{background:#667eea;color:#fff}.calculator-form .calculator-results .result-item.roi{background:#4caf50;color:#fff}.calculator-form .calculator-results .result-item .result-label{font-size:.9rem;opacity:.8;margin-bottom:.5rem}.calculator-form .calculator-results .result-item .result-value{font-size:1.5rem;font-weight:700}.calculator-form .calculator-results .roi-summary h4{color:#333;margin-bottom:1rem}.calculator-form .calculator-results .roi-summary p{color:#666;line-height:1.6;margin-bottom:2rem}.calculator-form .calculator-results .roi-summary .cta-buttons{display:flex;gap:1rem}@media (max-width: 480px){.calculator-form .calculator-results .roi-summary .cta-buttons{flex-direction:column}}.calculator-form .calculator-results .roi-summary .cta-buttons .btn{flex:1;padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.calculator-form .calculator-results .roi-summary .cta-buttons .btn.btn-primary{background:#667eea;color:#fff}.calculator-form .calculator-results .roi-summary .cta-buttons .btn.btn-primary:hover{background:#5a6fd8}.calculator-form .calculator-results .roi-summary .cta-buttons .btn.btn-secondary{background:transparent;color:#667eea;border:2px solid #667eea}.calculator-form .calculator-results .roi-summary .cta-buttons .btn.btn-secondary:hover{background:#667eea;color:#fff}.pricing-page .pricing-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:120px 0 80px;text-align:center}.pricing-page .pricing-hero h1{font-size:3rem;margin-bottom:1rem}.pricing-page .pricing-hero p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto 2rem}.pricing-page .pricing-hero .billing-toggle{display:flex;align-items:center;justify-content:center;gap:1rem}.pricing-page .pricing-hero .billing-toggle span{font-weight:500}.pricing-page .pricing-hero .billing-toggle span.active{color:gold}.pricing-page .pricing-hero .billing-toggle .toggle-switch{width:60px;height:30px;background:#fff3;border-radius:15px;border:none;cursor:pointer;position:relative}.pricing-page .pricing-hero .billing-toggle .toggle-switch .toggle-slider{width:26px;height:26px;background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;transition:transform .3s ease}.pricing-page .pricing-hero .billing-toggle .discount-badge{background:gold;color:#333;padding:.25rem .5rem;border-radius:12px;font-size:.8rem;margin-left:.5rem}.pricing-page .pricing-plans{padding:80px 0}.pricing-page .pricing-plans .plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.pricing-page .pricing-addons{background:#f8f9ff;padding:80px 0}.pricing-page .pricing-addons .addons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.pricing-page .pricing-addons .addon-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;text-align:center}.pricing-page .pricing-addons .addon-card h3{color:#333;margin-bottom:1rem}.pricing-page .pricing-addons .addon-card .addon-price{margin:1.5rem 0}.pricing-page .pricing-addons .addon-card .addon-price .price{font-size:2rem;font-weight:700;color:#667eea}.pricing-page .pricing-addons .addon-card .addon-price .period{color:#666}.pricing-page .pricing-addons .addon-card .addon-features{list-style:none;padding:0;margin:1.5rem 0}.pricing-page .pricing-addons .addon-card .addon-features li{display:flex;align-items:center;margin-bottom:.5rem}.pricing-page .pricing-addons .addon-card .addon-features li .check-icon{color:#667eea;margin-right:.5rem}.pricing-page .roi-calculator{padding:80px 0}.pricing-page .roi-calculator .calculator-header{text-align:center;margin-bottom:3rem}.pricing-page .enterprise-features{background:#f8f9ff;padding:80px 0}.pricing-page .enterprise-features .enterprise-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media (max-width: 768px){.pricing-page .enterprise-features .enterprise-content{grid-template-columns:1fr;gap:2rem}}.pricing-page .enterprise-features .enterprise-benefits{list-style:none;padding:0;margin:2rem 0}.pricing-page .enterprise-features .enterprise-benefits li{margin-bottom:1rem;padding-left:1.5rem;position:relative}.pricing-page .enterprise-features .enterprise-benefits li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.pricing-page .enterprise-features .enterprise-cta{display:flex;gap:1rem;margin-top:2rem}.pricing-page .pricing-faq{padding:80px 0}.pricing-page .pricing-faq .faq-list{max-width:800px;margin:0 auto}.pricing-page .pricing-faq .faq-item{margin-bottom:2rem}.pricing-page .pricing-faq .faq-item h3{color:#333;margin-bottom:.5rem}.pricing-page .pricing-faq .faq-item p{color:#666;line-height:1.6}.pricing-page .pricing-final-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:80px 0;text-align:center}.pricing-page .pricing-final-cta .cta-buttons{display:flex;gap:1rem;justify-content:center;margin:2rem 0}.pricing-page .pricing-final-cta .cta-note{opacity:.8;font-size:.9rem}.contact-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a}.contact-form.success-state{text-align:center}.contact-form.success-state .success-icon{width:60px;height:60px;background:#4caf50;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1rem}.contact-form.success-state h3{color:#333;margin-bottom:1rem}.contact-form.success-state p{color:#666;margin-bottom:2rem}.contact-form .form-header{margin-bottom:2rem}.contact-form .form-header h3{color:#333;margin-bottom:.5rem}.contact-form .form-header p{color:#666}.contact-form .error-message{background:#ffebee;color:#c62828;padding:1rem;border-radius:8px;margin-bottom:1.5rem}.contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){.contact-form .form-row{grid-template-columns:1fr}}.contact-form .form-group{margin-bottom:1.5rem}.contact-form .form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.contact-form .form-group input,.contact-form .form-group select,.contact-form .form-group textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.contact-form .form-group input:focus,.contact-form .form-group select:focus,.contact-form .form-group textarea:focus{outline:none;border-color:#667eea}.contact-form .form-group textarea{resize:vertical;min-height:120px}.contact-form .form-footer{margin-top:2rem}.contact-form .form-footer .btn{width:100%;padding:1rem 2rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.contact-form .form-footer .btn:hover:not(:disabled){background:#5a6fd8}.contact-form .form-footer .btn:disabled{opacity:.7;cursor:not-allowed}.contact-form .form-footer .btn .spinner{width:20px;height:20px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.contact-form .form-footer .privacy-note{margin-top:1rem;font-size:.9rem;color:#666;text-align:center}.contact-form .form-footer .privacy-note a{color:#667eea;text-decoration:none}.contact-form .form-footer .privacy-note a:hover{text-decoration:underline}.contact-page .contact-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:120px 0 80px;text-align:center}.contact-page .contact-hero h1{font-size:3rem;margin-bottom:1rem}.contact-page .contact-hero p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.contact-page .contact-methods{padding:80px 0}.contact-page .contact-methods .methods-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.contact-page .contact-methods .method-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;text-align:center;transition:transform .3s ease}.contact-page .contact-methods .method-card:hover{transform:translateY(-5px)}.contact-page .contact-methods .method-card .method-icon{font-size:3rem;margin-bottom:1rem}.contact-page .contact-methods .method-card h3{color:#333;margin-bottom:.5rem}.contact-page .contact-methods .method-card p{color:#666;margin-bottom:1rem}.contact-page .contact-methods .method-card .method-contact{font-weight:700;color:#667eea;margin-bottom:.5rem}.contact-page .contact-methods .method-card .method-time{font-size:.9rem;color:#999}.contact-page .contact-form-section{background:#f8f9ff;padding:80px 0}.contact-page .contact-form-section .contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}@media (max-width: 768px){.contact-page .contact-form-section .contact-content{grid-template-columns:1fr;gap:2rem}}.contact-page .contact-form-section .departments-list{margin-top:2rem}.contact-page .contact-form-section .departments-list h3{color:#333;margin-bottom:1rem}.contact-page .contact-form-section .departments-list .department-item{margin-bottom:1.5rem}.contact-page .contact-form-section .departments-list .department-item h4{color:#667eea;margin-bottom:.5rem}.contact-page .contact-form-section .departments-list .department-item p{color:#666;margin-bottom:.5rem}.contact-page .contact-form-section .departments-list .department-item a{color:#667eea;text-decoration:none}.contact-page .contact-form-section .departments-list .department-item a:hover{text-decoration:underline}.contact-page .office-locations{padding:80px 0}.contact-page .office-locations .offices-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem}@media (max-width: 768px){.contact-page .office-locations .offices-content{grid-template-columns:1fr;gap:2rem}}.contact-page .office-locations .offices-list .office-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin-bottom:1rem;cursor:pointer;transition:all .3s ease}.contact-page .office-locations .offices-list .office-card:hover,.contact-page .office-locations .offices-list .office-card.active{border-left:4px solid #667eea;transform:translate(5px)}.contact-page .office-locations .offices-list .office-card h3{color:#333;margin-bottom:1rem}.contact-page .office-locations .offices-list .office-card .office-details .office-address{margin-bottom:1rem}.contact-page .office-locations .offices-list .office-card .office-details .office-contact p{margin-bottom:.5rem;color:#666}.contact-page .office-locations .office-map .map-placeholder{background:#f0f0f0;border-radius:12px;height:400px;display:flex;align-items:center;justify-content:center}.contact-page .office-locations .office-map .map-placeholder .map-content{text-align:center}.contact-page .office-locations .office-map .map-placeholder .map-content h3{color:#333;margin-bottom:1rem}.contact-page .office-locations .office-map .map-placeholder .map-content p{color:#666;margin-bottom:2rem}.contact-page .contact-faq{background:#f8f9ff;padding:80px 0}.contact-page .contact-faq .faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.contact-page .contact-faq .faq-item{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a}.contact-page .contact-faq .faq-item h3{color:#333;margin-bottom:1rem}.contact-page .contact-faq .faq-item p{color:#666;line-height:1.6}.contact-page .contact-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:80px 0;text-align:center}.contact-page .contact-cta .cta-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.contact-form,.demo-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a}.contact-form.success-state,.success-state.demo-form{text-align:center}.contact-form.success-state .success-icon,.success-state.demo-form .success-icon{width:60px;height:60px;background:#4caf50;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1rem}.contact-form.success-state h3,.success-state.demo-form h3{color:#333;margin-bottom:1rem}.contact-form.success-state p,.success-state.demo-form p{color:#666;margin-bottom:2rem}.contact-form .form-header,.demo-form .form-header{margin-bottom:2rem}.contact-form .form-header h3,.demo-form .form-header h3{color:#333;margin-bottom:.5rem}.contact-form .form-header p,.demo-form .form-header p{color:#666}.contact-form .error-message,.demo-form .error-message{background:#ffebee;color:#c62828;padding:1rem;border-radius:8px;margin-bottom:1.5rem}.contact-form .form-row,.demo-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){.contact-form .form-row,.demo-form .form-row{grid-template-columns:1fr}}.contact-form .form-group,.demo-form .form-group{margin-bottom:1.5rem}.contact-form .form-group label,.demo-form .form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.contact-form .form-group input,.demo-form .form-group input,.contact-form .form-group select,.demo-form .form-group select,.contact-form .form-group textarea,.demo-form .form-group textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.contact-form .form-group input:focus,.demo-form .form-group input:focus,.contact-form .form-group select:focus,.demo-form .form-group select:focus,.contact-form .form-group textarea:focus,.demo-form .form-group textarea:focus{outline:none;border-color:#667eea}.contact-form .form-group textarea,.demo-form .form-group textarea{resize:vertical;min-height:120px}.contact-form .form-footer,.demo-form .form-footer{margin-top:2rem}.contact-form .form-footer .btn,.demo-form .form-footer .btn{width:100%;padding:1rem 2rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.contact-form .form-footer .btn:hover:not(:disabled),.demo-form .form-footer .btn:hover:not(:disabled){background:#5a6fd8}.contact-form .form-footer .btn:disabled,.demo-form .form-footer .btn:disabled{opacity:.7;cursor:not-allowed}.contact-form .form-footer .btn .spinner,.demo-form .form-footer .btn .spinner{width:20px;height:20px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.contact-form .form-footer .privacy-note,.demo-form .form-footer .privacy-note{margin-top:1rem;font-size:.9rem;color:#666;text-align:center}.contact-form .form-footer .privacy-note a,.demo-form .form-footer .privacy-note a{color:#667eea;text-decoration:none}.contact-form .form-footer .privacy-note a:hover,.demo-form .form-footer .privacy-note a:hover{text-decoration:underline}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.demo-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;align-items:center;justify-content:center;z-index:10000}.demo-modal-overlay .demo-modal{background:#fff;border-radius:12px;max-width:600px;width:90%;max-height:80vh;overflow:hidden}.demo-modal-overlay .demo-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}.demo-modal-overlay .demo-modal .modal-header h3{margin:0;color:#333}.demo-modal-overlay .demo-modal .modal-header .close-button{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.demo-modal-overlay .demo-modal .modal-header .close-button:hover{color:#333}.demo-modal-overlay .demo-modal .modal-content{padding:2rem}.demo-modal-overlay .demo-modal .modal-content .demo-placeholder{text-align:center}.demo-modal-overlay .demo-modal .modal-content .demo-placeholder .demo-icon{font-size:4rem;margin-bottom:1rem}.demo-modal-overlay .demo-modal .modal-content .demo-placeholder h4{color:#333;margin-bottom:1rem}.demo-modal-overlay .demo-modal .modal-content .demo-placeholder p{color:#666;margin-bottom:2rem;line-height:1.6}.demo-modal-overlay .demo-modal .modal-content .demo-placeholder .demo-actions{display:flex;gap:1rem;justify-content:center}@media (max-width: 480px){.demo-modal-overlay .demo-modal .modal-content .demo-placeholder .demo-actions{flex-direction:column}}.demo-modal-overlay .demo-modal .modal-content .demo-placeholder .demo-actions .btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.demo-modal-overlay .demo-modal .modal-content .demo-placeholder .demo-actions .btn.btn-primary{background:#667eea;color:#fff}.demo-modal-overlay .demo-modal .modal-content .demo-placeholder .demo-actions .btn.btn-primary:hover{background:#5a6fd8}.demo-modal-overlay .demo-modal .modal-content .demo-placeholder .demo-actions .btn.btn-secondary{background:transparent;color:#667eea;border:2px solid #667eea}.demo-modal-overlay .demo-modal .modal-content .demo-placeholder .demo-actions .btn.btn-secondary:hover{background:#667eea;color:#fff}.demo-page .demo-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:120px 0 80px;text-align:center}.demo-page .demo-hero h1{font-size:3rem;margin-bottom:1rem}.demo-page .demo-hero p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto 2rem}.demo-page .demo-hero .hero-stats{display:flex;justify-content:center;gap:3rem;margin-top:2rem}@media (max-width: 768px){.demo-page .demo-hero .hero-stats{flex-direction:column;gap:1rem}}.demo-page .demo-hero .hero-stats .stat{text-align:center}.demo-page .demo-hero .hero-stats .stat .stat-number{display:block;font-size:2rem;font-weight:700;color:gold}.demo-page .demo-hero .hero-stats .stat .stat-label{font-size:.9rem;opacity:.8}.demo-page .demo-types{padding:80px 0}.demo-page .demo-types .types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.demo-page .demo-types .demo-type-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;text-align:center;transition:transform .3s ease}.demo-page .demo-types .demo-type-card:hover{transform:translateY(-5px)}.demo-page .demo-types .demo-type-card h3{color:#333;margin-bottom:1rem}.demo-page .demo-types .demo-type-card p{color:#666;margin-bottom:1.5rem}.demo-page .demo-types .demo-type-card .demo-duration{margin-bottom:1.5rem}.demo-page .demo-types .demo-type-card .demo-duration .duration-label{color:#999;margin-right:.5rem}.demo-page .demo-types .demo-type-card .demo-duration .duration-value{font-weight:700;color:#667eea}.demo-page .demo-types .demo-type-card .demo-features{list-style:none;padding:0;margin:1.5rem 0;text-align:left}.demo-page .demo-types .demo-type-card .demo-features li{display:flex;align-items:center;margin-bottom:.5rem}.demo-page .demo-types .demo-type-card .demo-features li .check-icon{color:#667eea;margin-right:.5rem}.demo-page .video-demos{background:#f8f9ff;padding:80px 0}.demo-page .video-demos .video-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-top:3rem}@media (max-width: 768px){.demo-page .video-demos .video-content{grid-template-columns:1fr;gap:2rem}}.demo-page .video-demos .video-list .video-item{display:flex;gap:1rem;padding:1rem;border-radius:8px;cursor:pointer;transition:background .3s ease;margin-bottom:1rem}.demo-page .video-demos .video-list .video-item:hover,.demo-page .video-demos .video-list .video-item.active{background:#fff;box-shadow:0 2px 10px #0000001a}.demo-page .video-demos .video-list .video-item img{width:80px;height:60px;object-fit:cover;border-radius:4px}.demo-page .video-demos .video-list .video-item .video-info{flex:1}.demo-page .video-demos .video-list .video-item .video-info h3{color:#333;margin-bottom:.5rem;font-size:1rem}.demo-page .video-demos .video-list .video-item .video-info p{color:#666;font-size:.9rem;margin-bottom:.5rem}.demo-page .video-demos .video-list .video-item .video-info .video-duration{color:#999;font-size:.8rem}.demo-page .video-demos .video-player-container .video-highlights{background:#fff;padding:1.5rem;border-radius:8px;margin-top:1rem}.demo-page .video-demos .video-player-container .video-highlights h4{color:#333;margin-bottom:1rem}.demo-page .video-demos .video-player-container .video-highlights ul{list-style:none;padding:0}.demo-page .video-demos .video-player-container .video-highlights ul li{display:flex;align-items:center;margin-bottom:.5rem}.demo-page .video-demos .video-player-container .video-highlights ul li .bullet{color:#667eea;margin-right:.5rem}.demo-page .demo-request{padding:80px 0}.demo-page .demo-request .demo-request-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}@media (max-width: 768px){.demo-page .demo-request .demo-request-content{grid-template-columns:1fr;gap:2rem}}.demo-page .demo-request .demo-benefits{margin-top:2rem}.demo-page .demo-request .demo-benefits h3{color:#333;margin-bottom:1rem}.demo-page .demo-request .demo-benefits ul{list-style:none;padding:0}.demo-page .demo-request .demo-benefits ul li{display:flex;gap:1rem;margin-bottom:1.5rem}.demo-page .demo-request .demo-benefits ul li .benefit-icon{font-size:1.5rem;flex-shrink:0}.demo-page .demo-request .demo-benefits ul li div strong{color:#333;display:block;margin-bottom:.5rem}.demo-page .demo-request .demo-benefits ul li div p{color:#666;margin:0}.demo-page .demo-testimonials{background:#f8f9ff;padding:80px 0}.demo-page .demo-testimonials .testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-top:3rem}.demo-page .demo-testimonials .testimonial-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a}.demo-page .demo-testimonials .testimonial-card .testimonial-content{margin-bottom:1.5rem}.demo-page .demo-testimonials .testimonial-card .testimonial-content p{color:#333;font-style:italic;line-height:1.6}.demo-page .demo-testimonials .testimonial-card .testimonial-author{display:flex;align-items:center;gap:1rem}.demo-page .demo-testimonials .testimonial-card .testimonial-author img{width:50px;height:50px;border-radius:50%;object-fit:cover}.demo-page .demo-testimonials .testimonial-card .testimonial-author .author-info h4{color:#333;margin-bottom:.25rem}.demo-page .demo-testimonials .testimonial-card .testimonial-author .author-info p{color:#666;margin:0;font-size:.9rem}.demo-page .demo-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:80px 0;text-align:center}.demo-page .demo-cta .cta-buttons{display:flex;gap:1rem;justify-content:center;margin:2rem 0;flex-wrap:wrap}.demo-page .demo-cta .cta-note{opacity:.8;font-size:.9rem}html,body{background-color:#fff!important;margin:0;padding:0}.super-admin-login-container{min-height:100vh;display:flex;background-color:#fff!important;width:100vw;margin:0;padding:0}.super-admin-left-panel{flex:1;background:linear-gradient(135deg,#ff6b35,#f7931e);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;color:#fff;position:relative;overflow:hidden}.super-admin-left-panel:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(255,255,255,.05) 0%,transparent 50%)}.super-admin-quote-container{z-index:1;text-align:center;max-width:500px}.super-admin-quote-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.super-admin-quote-dot{width:8px;height:8px;border-radius:50%;background-color:#fff6;transition:all .3s ease}.super-admin-quote-dot.active{background-color:#fff}.super-admin-right-panel{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;background-color:#fff!important;width:100%;min-width:0}.super-admin-form-container{background:#fff;padding:2rem;width:100%;max-width:400px}.super-admin-avatar{width:56px;height:56px;background:#ff6b35;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff}.super-admin-gradient-button{background:linear-gradient(135deg,#ff6b35,#f7931e)!important;font-weight:700!important;padding:12px 0!important}.super-admin-gradient-button:hover{background:linear-gradient(135deg,#e55a2b,#e8851a)!important}.super-admin-gradient-button:disabled{background:#ccc!important}.super-admin-demo-credentials{background-color:#f8f9fa;padding:1rem;border-radius:4px;margin-top:1rem}.super-admin-copyright{margin-top:2rem;text-align:center;color:#666;display:flex;align-items:center;justify-content:center;gap:.5rem}.super-admin-tagline{margin-top:.5rem;text-align:center;color:#999;font-size:.75rem}.super-admin-feature-chips{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:2rem}.super-admin-feature-chip{background-color:#fff3;color:#fff;padding:4px 12px;border-radius:16px;font-size:12px}@media (max-width: 768px){.super-admin-login-container{flex-direction:column}.super-admin-left-panel{display:none}.super-admin-right-panel{flex:1}.super-admin-form-container{box-shadow:none;background:transparent}.super-admin-mobile-header{text-align:center;margin-bottom:2rem}.super-admin-mobile-title{font-weight:700;color:#ff6b35;margin-bottom:.5rem}}.super-admin-quote-fade-enter{opacity:0;transform:translateY(20px)}.super-admin-quote-fade-enter-active{opacity:1;transform:translateY(0);transition:opacity 1s,transform 1s}.super-admin-quote-fade-exit{opacity:1;transform:translateY(0)}.super-admin-quote-fade-exit-active{opacity:0;transform:translateY(-20px);transition:opacity 1s,transform 1s}.super-admin-input-field:hover .MuiOutlinedInput-notchedOutline,.super-admin-input-field.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#ff6b35!important}.super-admin-loading-button{background:#ccc!important;cursor:not-allowed!important}
