.header{background:#1a1a1a;border-bottom:2px solid #10b981;position:sticky;top:0;z-index:100;box-shadow:0 4px 12px #0006}.header-content{max-width:1200px;margin:0 auto;padding:1.2rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;font-size:1.5rem;font-weight:700;color:var(--primary)}.logo a{display:flex;align-items:center;gap:.75rem;color:#fff;text-decoration:none}.logo-icon{font-size:2rem;width:45px;height:45px;transition:transform .3s ease}.logo a:hover .logo-icon{transform:scale(1.05)}.logo-text{color:#fff;font-weight:800;font-size:1.3rem}.nav{display:flex;gap:2.5rem;align-items:center}.nav-link{color:#fff;font-weight:600;text-decoration:none;transition:color .3s ease;cursor:pointer;font-size:.95rem;position:relative;display:flex;align-items:center;gap:.5rem;background:none;border:none;padding:0}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary);transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-link:hover{color:var(--primary)}.nav-admin{display:flex;align-items:center;gap:.5rem;background:#10b9811a;color:#10b981;padding:.6rem 1rem;border-radius:.5rem;font-weight:600}.nav-admin:hover{background:#10b98133;color:#10b981}.nav-admin:after{display:none}.nav-logout{background:#ef44441a;color:#ef4444;padding:.6rem 1rem;border-radius:.5rem;font-weight:600}.nav-logout:hover{background:#ef444433;color:#ef4444}.nav-logout:after{display:none}.nav-cta{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.7rem 1.5rem;border-radius:.5rem;font-weight:700;font-size:.95rem;transition:all .3s ease;text-decoration:none;box-shadow:0 4px 12px #10b9814d;border:none;cursor:pointer}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 6px 18px #10b98166}.nav-cta svg{transition:transform .3s ease}.nav-cta:hover svg{transform:translate(3px)}.menu-toggle{display:none;background:none;border:none;padding:0;cursor:pointer;color:#fff}@media (max-width: 768px){.header-content{flex-wrap:wrap;padding:1rem 1.5rem}.menu-toggle{display:block}.nav{position:absolute;top:100%;left:0;right:0;background:#1a1a1a;flex-direction:column;gap:1rem;padding:1.5rem;border-bottom:2px solid #10b981;display:none}.nav.open{display:flex}.nav-link{width:100%;padding:.75rem 1rem;border-radius:.5rem;transition:background .3s ease}.nav-link:hover{background:#10b9811a}.nav-link:after{display:none}.nav-admin,.nav-logout{width:100%;justify-content:flex-start}.nav-cta{width:100%;justify-content:center;margin-top:.5rem}.logo-text{font-size:1rem}}.footer{background:#000;color:#f3f4f6;padding:4rem 1.5rem 2rem;margin-top:4rem;overflow-x:hidden;width:100%}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;margin-bottom:2rem;padding:0 1rem}.footer-section h3{font-size:1.5rem;margin-bottom:1.5rem;background:linear-gradient(135deg,#34d399,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-logo-section{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;min-height:200px}.logo-link{display:inline-block;cursor:pointer;transition:transform .3s ease}.logo-link:hover{transform:scale(1.05)}.footer-logo-img{height:180px;width:auto;object-fit:contain;opacity:.9;transition:opacity .3s ease}.logo-link:hover .footer-logo-img{opacity:1}.visit-button{padding:.75rem 1.5rem!important;background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff!important;text-decoration:none!important;border-radius:6px;font-weight:600;font-size:.95rem;transition:all .3s ease;display:inline-block;border:none;cursor:pointer}.visit-button:hover{background:linear-gradient(135deg,#2563eb,#1e3a8a);transform:translateY(-2px);box-shadow:0 8px 16px #3b82f64d;color:#fff!important;padding-left:1.5rem!important}.footer-section h4{font-size:1rem;margin-bottom:1.5rem;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.footer-section:nth-child(2){text-align:left}.footer-section:nth-child(2) ul{display:flex;flex-direction:column;align-items:flex-start}.footer-section p{color:#d1d5db;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.footer-section ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-section ul li{margin:0}.footer-section a{color:#d1d5db;text-decoration:none;font-size:.95rem;transition:color .3s ease,padding-left .3s ease;display:inline-block}.footer-section a:hover{color:#34d399;padding-left:4px}.company-info{display:flex;flex-direction:column;gap:1.2rem;margin:1.5rem 0;padding:1.5rem;background:#34d3990d;border-left:3px solid #34d399;border-radius:6px}.info-item{display:flex;gap:1rem;align-items:flex-start}.info-item svg{color:#34d399;margin-top:2px;flex-shrink:0}.info-item div{display:flex;flex-direction:column;gap:.25rem}.info-item span{font-size:.85rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.info-item p{margin:0;color:#f3f4f6;font-size:.95rem}.social-links{display:flex;gap:1rem;margin-top:1.5rem}.social-links a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background-color:#34d3991a;transition:all .3s ease;color:#34d399;padding:0!important}.social-links a:hover{background-color:#34d399;transform:translateY(-4px);box-shadow:0 8px 16px #34d39933;color:var(--dark)}.footer-divider{max-width:1200px;border-top:1px solid rgba(255,255,255,.1);margin:0 1rem 2rem}.footer-bottom{max-width:1200px;margin:0 auto;padding:0 1rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem;color:#9ca3af;font-size:.9rem}.footer-bottom-content p{margin:0}.footer-links-bottom{display:flex;gap:1rem;align-items:center}.footer-links-bottom a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-links-bottom a:hover{color:#34d399}.footer-links-bottom .separator{color:#4b5563}@media (max-width: 1024px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer-bottom-content{flex-direction:column;align-items:flex-start;gap:1rem}.footer-links-bottom{flex-wrap:wrap}}@media (max-width: 480px){.footer{padding:2rem .75rem 1rem}.footer-content,.footer-bottom{padding:0 .5rem}.footer-divider{margin-left:.5rem;margin-right:.5rem}.footer-section h3{font-size:1.25rem}.footer-section h4{font-size:.9rem}.footer-logo-section{min-height:auto;gap:1rem}.footer-logo-img{height:100px;max-width:90vw}.visit-button{font-size:.85rem;padding:.6rem 1.2rem!important}.company-info{padding:.75rem;gap:1rem;margin:1rem 0}.social-links{gap:.75rem}.social-links a{width:40px;height:40px}.footer-bottom-content{font-size:.85rem}}.home-page{width:100%}.hero-buttons{display:flex;flex-direction:row;gap:1rem;justify-content:center;flex-wrap:nowrap;margin-top:2rem}.btn-lg{padding:1rem 2rem;font-size:1.125rem;border-radius:.5rem}.stats-section{background:var(--light);padding:4rem 1.5rem}.stats-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat-card{text-align:center;padding:2rem;background:#fff;border-radius:.75rem;box-shadow:0 2px 4px #0000000d}.stat-number{font-size:2.5rem;font-weight:700;color:var(--primary);margin-bottom:.5rem}.stat-text{color:var(--text-light);font-weight:600}.features-section{padding:6rem 1.5rem}.section-header{text-align:center;margin-bottom:3.5rem}.section-header h2{font-size:2.25rem;margin-bottom:.75rem;color:var(--dark);font-weight:800;line-height:1.2}.section-header p{font-size:1.125rem;color:var(--text-light);max-width:600px;margin:0 auto}.how-it-works{background:var(--light);padding:6rem 1.5rem}.steps-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem}.step{text-align:center;padding:2rem;background:#fff;border-radius:.75rem;box-shadow:0 2px 8px #00000014;transition:all .3s ease}.step:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700;margin:0 auto 1.5rem}.step h3{font-size:1.25rem;margin-bottom:.75rem;color:var(--dark)}.step p{color:var(--text-light)}.cta-section{background:#fff;color:var(--dark);padding:5rem 1.5rem 0;margin-bottom:0;border-top:3px solid var(--primary)}.cta-content{max-width:800px;margin:0 auto;text-align:center}.cta-content h2{font-size:2.8rem;margin-bottom:1rem;font-weight:800;letter-spacing:-.5px;color:var(--dark)}.cta-content p{font-size:1.2rem;margin-bottom:2.5rem;opacity:.8;font-weight:500;color:var(--text-light)}.cta-section .btn-primary{background:#fff!important;color:var(--primary)!important;border:2px solid var(--primary);font-weight:700;box-shadow:0 8px 25px #10b98133;transition:all .3s ease}.cta-section .btn-primary:hover{background:linear-gradient(135deg,#10b981,#059669)!important;color:#fff!important;transform:translateY(-2px);box-shadow:0 12px 35px #10b98166}.modules-section{padding:6rem 1.5rem;background:linear-gradient(135deg,#f8f9fa,#f0f4ff)}.modules-expanded{max-width:1200px;margin:0 auto;display:grid;gap:3rem}.module-expanded{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 15px #00000014;border-top:4px solid var(--primary);transition:all .3s ease}.module-expanded:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000001f}.module-expanded-header{display:flex;gap:1.5rem;align-items:flex-start;margin-bottom:1.5rem}.module-expanded-icon{font-size:2.5rem;min-width:60px;text-align:center}.module-expanded-title h3{font-size:1.75rem;color:var(--dark);margin-bottom:.5rem;font-weight:700}.module-badge{display:inline-block;background:var(--primary);color:#fff;padding:.35rem .85rem;border-radius:50px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.module-expanded-description{color:var(--text-light);font-size:1rem;line-height:1.6;margin-bottom:2rem;max-width:800px}.module-expanded-features{display:grid;gap:1.25rem}.feature-row{display:flex;gap:1rem;align-items:flex-start}.feature-row svg{color:var(--primary);flex-shrink:0;margin-top:.15rem}.feature-row strong{display:block;color:var(--dark);font-size:.95rem;margin-bottom:.25rem}.feature-row p{color:var(--text-light);font-size:.9rem;line-height:1.5;margin:0}.gallery-section{padding:3rem 1.5rem;background:linear-gradient(180deg,#f8fafb,#f0f9ff)}.gallery-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.gallery-item{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:all .3s ease}.gallery-item:hover{transform:translateY(-10px);box-shadow:0 15px 35px #00000026}.gallery-item img{width:100%;height:350px;object-fit:contain;display:block;background:linear-gradient(135deg,#f0fdf4,#dbeafe);padding:20px;cursor:pointer;transition:transform .3s ease}.gallery-item img:hover{transform:scale(1.05)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease;cursor:pointer}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{position:relative;max-width:90vw;max-height:90vh;background:#fff;border-radius:1rem;padding:1.5rem;display:flex;align-items:center;justify-content:center;gap:1.5rem;box-shadow:0 30px 70px #0006;animation:slideUp .3s ease;cursor:default}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:1rem;right:1rem;width:45px;height:45px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;font-size:1.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;padding:0;line-height:1;box-shadow:0 4px 15px #10b9814d;z-index:10}.modal-close:hover{background:linear-gradient(135deg,#059669,#047857);transform:scale(1.1);box-shadow:0 6px 20px #10b98166}.modal-image{max-width:100%;max-height:80vh;display:block;margin:0 auto;border-radius:.5rem;will-change:transform}.modal-nav-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:.5rem;padding:1rem .8rem;font-size:1.5rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #10b9814d;z-index:11;flex-shrink:0}.modal-nav-btn:hover{background:linear-gradient(135deg,#059669,#047857);transform:scale(1.1);box-shadow:0 6px 20px #10b98166}.modal-prev{order:-1}.modal-next{order:1}.gallery-item h3{padding:1.5rem;text-align:center;color:var(--dark);font-size:1.1rem;margin:0}.mobile-showcase{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:.8fr 1.2fr;gap:4rem;align-items:center;padding:3rem 2rem;background:linear-gradient(135deg,#f8fafb,#f0f9ff);border-radius:1.5rem;box-shadow:0 20px 60px #0000001f;border:1px solid rgba(16,185,129,.15)}.mobile-device{position:relative;width:240px;height:500px;background:#1a1a1a;border-radius:50px;border:12px solid #1a1a1a;box-shadow:0 25px 70px #0006;overflow:hidden;flex-shrink:0;margin:0 auto;display:flex;flex-direction:column;transition:transform .3s ease;padding:0}.laptop-device{position:relative;width:560px;flex-shrink:0;margin:0 auto;display:flex;flex-direction:column;transition:transform .3s ease}.laptop-screen{width:100%;height:285px;background:#fff;border:14px solid #2d3748;border-bottom:none;border-radius:12px 12px 0 0;overflow:hidden;box-shadow:0 30px 80px #00000059,inset 0 1px 2px #ffffff1a}.laptop-image{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .3s ease;cursor:pointer;background:#fff}.laptop-image:hover{transform:scale(1.02)}.laptop-base{height:20px;background:linear-gradient(90deg,#2d3748,#4a5568,#2d3748);border-radius:0 0 12px 12px;position:relative;box-shadow:0 5px 15px #0003}.laptop-base:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:70%;height:6px;background:#1a1a1a;border-radius:3px;top:-14px;box-shadow:0 0 10px #0000004d}.mobile-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:120px;height:22px;background:#000;border-radius:0 0 15px 15px;z-index:10}.mobile-screen{flex:1;width:100%;background:#fff;border-radius:32px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:0}.mobile-image{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .3s ease;cursor:pointer;background:#fff}.mobile-image:hover{transform:scale(1.02)}.mobile-home-button{position:absolute;bottom:8px;left:50%;transform:translate(-50%);width:30px;height:30px;background:transparent;border:2px solid rgba(255,255,255,.5);border-radius:50%}.gallery-controls{display:flex;flex-direction:column;gap:1.5rem;justify-content:center}.gallery-controls>div{text-align:center}.gallery-controls h4{font-size:.95rem;color:var(--dark);margin:0 0 .3rem;font-weight:700}.gallery-controls p{color:var(--text-light);margin:0;font-size:.8rem}.device-wrapper{display:flex;flex-direction:column;align-items:center;gap:1rem}.device-label{text-align:center;max-width:400px}.device-label h3{font-size:1.1rem;font-weight:700;color:var(--dark);margin:0 0 .3rem}.label-text{font-size:.95rem;color:var(--text-light);margin:0 0 .5rem;font-weight:500}.image-counter{display:inline-block;font-size:.8rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.3rem .8rem;border-radius:20px;font-weight:600}.mobile-controls{width:100%;max-width:280px}.laptop-controls{width:100%;max-width:600px}.device-with-controls{display:flex;align-items:center;justify-content:center;gap:1.5rem}.carousel-btn-side{padding:.8rem .6rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:.5rem;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #10b9814d;height:fit-content}.carousel-btn-side:hover{background:linear-gradient(135deg,#059669,#047857);transform:scale(1.1);box-shadow:0 6px 20px #10b98166}.device-controls{display:flex;gap:.6rem;align-items:center;justify-content:center;padding:1rem .8rem;background:#fff;border-radius:1rem;margin-top:1.2rem;box-shadow:0 4px 15px #0000001a;border:1px solid rgba(16,185,129,.2)}.carousel-btn-small{padding:.5rem .8rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:.4rem;font-size:.8rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #10b9814d}.carousel-btn-small:hover{background:linear-gradient(135deg,#059669,#047857);transform:scale(1.08);box-shadow:0 4px 15px #10b98166}.carousel-dots-small{display:flex;gap:.3rem;flex:1;justify-content:center;margin-top:.5rem}.dot-small{width:6px;height:6px;background:#e5e7eb;border:1px solid transparent;border-radius:50%;cursor:pointer;transition:all .3s ease}.dot-small:hover{background:#d1d5db;border-color:var(--primary)}.dot-small.active{width:12px;background:linear-gradient(135deg,#10b981,#059669);border-radius:3px;border-color:transparent}@media (max-width: 768px){.mobile-showcase{grid-template-columns:1fr;gap:1.5rem;padding:1rem .75rem;background:transparent;box-shadow:none;border:none;max-width:100%;overflow-x:hidden}.device-with-controls{gap:.75rem;width:100%;justify-content:center}}@media (max-width: 768px){.gallery-section{padding:2.5rem 1.5rem}.gallery-grid{grid-template-columns:1fr}.gallery-item img{height:250px}.modal-content{max-width:95vw;max-height:85vh;padding:1rem}.modal-image{max-height:70vh}.stats-grid,.steps-grid{grid-template-columns:1fr}.section-header h2{font-size:1.75rem;margin-bottom:.5rem}.section-header p{font-size:1rem}.hero-buttons{flex-direction:column;align-items:center}.btn-lg{width:100%;max-width:300px}.cta-content h2{font-size:1.75rem}}.features-overview-section{padding:15rem 1.5rem 10rem;margin-top:4rem;background:linear-gradient(to bottom,#f8f9fa,#fff)}.modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.module-card{background:#fff;padding:2rem 1.5rem;border-radius:1.25rem;box-shadow:0 8px 16px #00000014;text-align:center;transition:all .35s cubic-bezier(.4,0,.2,1);border:2px solid transparent;position:relative;overflow:hidden}.module-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#10b981,#059669)}.module-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 40px #00000026}.module-icon-wrapper{font-size:3rem;margin-bottom:1rem;display:block;animation:float 3s ease-in-out infinite}.module-card:hover .module-icon-wrapper{animation:bounce .6s ease-in-out}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.module-badge{display:inline-block;font-size:.75rem;font-weight:700;padding:.4rem .8rem;border-radius:1rem;margin-bottom:.75rem;background:#10b9811a;color:var(--primary);text-transform:uppercase;letter-spacing:.5px}.module-card h3{font-size:1.2rem;font-weight:700;margin:.75rem 0;color:var(--dark)}.module-card p{font-size:.9rem;color:var(--text-light);line-height:1.5;margin-bottom:1.25rem}.module-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;font-size:.85rem;color:var(--text-light)}.module-features li:before{content:"✓ ";color:var(--primary);font-weight:700;margin-right:.5rem}.module-card-1:hover{border-color:#3b82f6}.module-card-2:hover{border-color:#f59e0b}.module-card-3:hover{border-color:#ef4444}.module-card-4:hover{border-color:#8b5cf6}.module-card-5:hover{border-color:#06b6d4}.module-card-6:hover{border-color:#ec4899}.key-features-section{padding:2rem 1.5rem 5rem;background:#f8fafb}.features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-block{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 2px 8px #0000000d;display:flex;gap:2rem;transition:all .3s ease}.feature-block:hover{box-shadow:0 8px 16px #0000001a;transform:translate(5px)}.feature-number{font-size:2.5rem;font-weight:800;color:var(--primary);min-width:80px;display:flex;align-items:center}.feature-block h3{font-size:1.125rem;font-weight:700;margin-bottom:.5rem;color:var(--dark)}.feature-block p{font-size:.9rem;color:var(--text-light);line-height:1.5;margin:0}.platform-section{padding:3rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff}.platform-section .section-header h2,.platform-section .section-header p{color:#fff}.platform-section .section-header p{opacity:.9}.platform-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.platform-card{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem 2rem;border-radius:1rem;text-align:center;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.platform-card:hover{background:#ffffff40;transform:translateY(-5px)}.platform-icon{font-size:3rem;margin-bottom:1rem;display:block}.platform-card h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.platform-card p{font-size:.95rem;line-height:1.6;opacity:.95}@media (max-width: 768px){.features-overview-section{padding:4rem 1.5rem}.modules-grid{grid-template-columns:1fr;gap:1.5rem}.module-card{padding:2rem 1.5rem}.module-icon-wrapper{font-size:2.5rem}.module-card h3{font-size:1.1rem}.module-features{font-size:.8rem}.key-features-section{padding:2rem 1.5rem}.features-list{grid-template-columns:1fr;gap:2rem}.feature-block{flex-direction:column;gap:1rem}.platform-section{padding:4rem 1.5rem}.platform-grid{grid-template-columns:1fr;gap:1.5rem}.modules-section{padding:3rem 1.5rem}.modules-expanded{gap:2rem}.module-expanded{padding:1.5rem}.module-expanded-header{flex-direction:column;align-items:flex-start}.module-expanded-title h3{font-size:1.4rem}.module-expanded-features{gap:1rem}.feature-row{gap:.75rem}.feature-row strong,.feature-row p{font-size:.85rem}.mobile-showcase{grid-template-columns:1fr;gap:2rem;padding:1.5rem 1rem}.mobile-device{width:200px;height:400px;border-radius:35px;border:8px solid #1a1a1a}.laptop-device{width:280px}.laptop-screen{height:150px;border:8px solid #2d3748}.device-wrapper{gap:.75rem}.device-with-controls{gap:.8rem}.carousel-btn-side{padding:.6rem .4rem;font-size:1rem}.device-label h3{font-size:1rem}.label-text{font-size:.85rem}.image-counter{font-size:.7rem;padding:.25rem .6rem}.section-header h2{font-size:1.75rem}.section-header p{font-size:.95rem}.cta-content h2{font-size:1.5rem}.cta-content p{font-size:.95rem}.btn-lg{padding:.85rem 1.5rem;font-size:1rem}}@media (max-width: 600px){.gallery-section{padding:2rem .75rem}.mobile-showcase{padding:.75rem .5rem;gap:1.25rem;max-width:100%;overflow-x:hidden}.device-with-controls{gap:.6rem;width:100%;justify-content:center}.mobile-device{width:200px;height:400px;border-radius:35px;border:8px solid #1a1a1a}.laptop-device{width:300px}.laptop-screen{height:160px;border:8px solid #2d3748}.carousel-btn-side{padding:.4rem .25rem;font-size:.8rem}.modules-section{padding:2.5rem 1rem}.modules-expanded{gap:1.5rem}.module-expanded{padding:1.25rem}.module-expanded-icon{font-size:2rem;min-width:50px}.module-expanded-title h3{font-size:1.25rem}.module-badge{font-size:.7rem;padding:.3rem .7rem}.module-expanded-description{font-size:.9rem}.feature-row{gap:.6rem}.feature-row svg{width:16px;height:16px}.feature-row strong{font-size:.85rem}.feature-row p{font-size:.8rem}.platform-icon{font-size:2.5rem}.platform-card h3{font-size:1.1rem}.platform-card p{font-size:.9rem}.section-header h2{font-size:1.5rem}.section-header p{font-size:.9rem}.cta-content{padding:1.5rem}.cta-content h2{font-size:1.3rem;margin-bottom:.75rem}.cta-content p{font-size:.9rem;margin-bottom:1.5rem}.btn-lg{padding:.75rem 1.25rem;font-size:.95rem;width:100%;max-width:280px}.gallery-item img{height:200px}.modal-content{max-width:98vw;padding:.75rem}.modal-image{max-height:60vh}.hero-buttons{flex-direction:column;gap:.75rem}.feature-block{padding:1.5rem}.feature-block h3{font-size:1rem}.feature-block p{font-size:.85rem}.modal-nav-btn{padding:.8rem .6rem;font-size:1.3rem}.modal-prev{order:-1}.modal-next{order:1}}@media (max-width: 480px){.gallery-section{padding:1.5rem .5rem}.mobile-showcase{padding:.5rem;gap:1rem;max-width:100%;overflow-x:hidden}.device-with-controls{gap:.5rem;width:100%;justify-content:center}.mobile-device{width:170px;height:360px;border-radius:28px;border:7px solid #1a1a1a}.laptop-device{width:260px}.laptop-screen{height:140px;border:7px solid #2d3748}.carousel-btn-side{padding:.3rem .2rem;font-size:.7rem}.modules-section{padding:2rem .75rem}.modules-expanded{gap:1.25rem}.module-expanded{padding:1rem}.module-expanded-icon{font-size:1.75rem}.module-expanded-title h3{font-size:1.1rem}.section-header h2{font-size:1.3rem}.section-header p{font-size:.85rem}.cta-section{padding:3rem .75rem 0}.cta-content h2{font-size:1.2rem}.cta-content p{font-size:.85rem}.btn-lg{padding:.7rem 1rem;font-size:.9rem}.modal-nav-btn{padding:.8rem .6rem;font-size:1.2rem}.modal-prev{order:-1}.modal-next{order:1}}.legal-page{background:linear-gradient(135deg,#0f172a,#1a1f3a);padding:2rem 1.5rem 3rem;width:100%}.legal-container{max-width:900px;margin:0 auto;background:#ffffff05;border:1px solid rgba(52,211,153,.1);border-radius:12px;padding:2.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.legal-page h1{font-size:2.5rem;color:#fff;margin-bottom:1rem;background:linear-gradient(135deg,#34d399,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.last-updated{color:#9ca3af;font-size:.9rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(52,211,153,.2)}.legal-section{margin-bottom:2.5rem}.legal-section h2{font-size:1.5rem;color:#34d399;margin-bottom:1rem;font-weight:600}.legal-section h3{font-size:1.1rem;color:#60a5fa;margin-top:1.5rem;margin-bottom:.75rem;font-weight:600}.legal-section p{color:#d1d5db;line-height:1.8;margin-bottom:1rem;font-size:.95rem}.legal-section ul{list-style:none;margin-left:0;margin-bottom:1rem}.legal-section li{color:#d1d5db;padding-left:1.5rem;margin-bottom:.75rem;position:relative;line-height:1.6;font-size:.95rem}.legal-section li:before{content:"▸";position:absolute;left:0;color:#34d399;font-weight:700}.legal-section strong{color:#f3f4f6;font-weight:600}@media (max-width: 768px){.legal-page{padding:1.5rem 1rem 2rem}.legal-container{padding:1.5rem 1.25rem}.legal-page h1{font-size:2rem}.legal-section h2{font-size:1.25rem}.legal-section h3{font-size:1rem}.legal-page{padding:2rem 1rem}}@media (max-width: 480px){.legal-container{padding:1.5rem 1rem;border-radius:8px}.legal-page h1{font-size:1.75rem}.legal-section h2{font-size:1.1rem}.legal-section p,.legal-section li{font-size:.9rem}}html{scroll-behavior:smooth}.app{display:flex;flex-direction:column;width:100%}.main-content{width:100%;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:6rem 1.5rem}@media (max-width: 768px){.section{padding:4rem 1.5rem}.container{padding:0 1rem}}.grid{display:grid;gap:2rem}.grid.two-cols{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid.three-cols{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}@media (max-width: 768px){.grid.two-cols,.grid.three-cols{grid-template-columns:1fr}}.hero{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;min-height:420px;color:#fff;overflow:visible;width:100%}.hero-image{background:url(/images/hero-bg.jpg) center/cover no-repeat;height:100%;min-height:420px}.hero-content{background:linear-gradient(135deg,#10b981,#059669);padding:2.5rem 2rem;height:100%;display:flex;flex-direction:column;justify-content:center;position:relative}.hero-content:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(16,185,129,.2) 0%,transparent 50%);pointer-events:none}.hero-text-wrapper{position:relative;z-index:1;max-width:none}.hero-badge{display:inline-block;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1.25rem;border-radius:2rem;font-size:.85rem;font-weight:600;margin-bottom:.75rem;border:1px solid rgba(255,255,255,.3);animation:slideUp .8s ease .2s both}.hero h1{font-size:2.75rem;margin-bottom:.5rem;font-weight:800;line-height:1.2;animation:slideUp .8s ease .3s both}.hero-description{font-size:1rem;margin-bottom:1.5rem;opacity:.95;line-height:1.5;animation:slideUp .8s ease .4s both}.hero-features{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;animation:slideUp .8s ease .5s both}.feature-item{display:flex;align-items:center;gap:.5rem;font-size:.95rem;opacity:.95}.feature-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#ffffff40;border-radius:50%;font-weight:700;font-size:1rem;flex-shrink:0}.hero-buttons{display:flex;flex-direction:row;gap:1rem;justify-content:center;flex-wrap:nowrap;margin-bottom:1.5rem;animation:slideUp .8s ease .6s both}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.2);animation:slideUp .8s ease .7s both}.stat{display:flex;flex-direction:column;gap:.3rem}.stat strong{font-size:1.5rem;font-weight:700;display:block}.stat span{font-size:.8rem;opacity:.85}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero{grid-template-columns:1fr;min-height:auto}.hero-image{min-height:350px;order:-1}.hero-content{padding:2rem 1.5rem}.hero h1{font-size:1.75rem}.hero-description{font-size:.95rem}.hero-buttons{justify-content:center}.hero-stats{grid-template-columns:1fr;gap:1rem}}.feature-card{background:#fff;border:1px solid var(--border);border-radius:.75rem;padding:2rem;transition:all .3s ease;text-align:center}.feature-card:hover{box-shadow:0 20px 25px #0000001a;transform:translateY(-5px)}.feature-card svg{width:3rem;height:3rem;margin:0 auto 1rem;color:var(--primary)}.feature-card h3{font-size:1.25rem;margin-bottom:.75rem;color:var(--dark)}.feature-card p{color:var(--text-light);font-size:.95rem}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #10b981;--primary-dark: #059669;--secondary: #0f766e;--accent: #f59e0b;--danger: #ef4444;--dark: #1a1a1a;--light: #f3f4f6;--border: #e5e7eb;--text: #1a1a1a;--text-light: #4b5563}html{scroll-behavior:smooth;height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text);background-color:#fff;line-height:1.6;height:100%}#root{height:100%}a{color:var(--primary);text-decoration:none;transition:color .3s ease}a:hover{color:var(--primary-dark)}button{cursor:pointer;font-family:inherit;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;transition:all .3s ease}button:hover{transform:translateY(-2px);box-shadow:0 10px 15px #0000001a}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-dark)}.btn-secondary{background-color:var(--secondary);color:#fff}.btn-secondary:hover{background-color:#059669}.btn-outline{background-color:transparent;color:#fff;border:2px solid var(--primary)}.btn-outline:hover{background-color:var(--primary);color:#fff}@media (max-width: 768px){button{padding:.625rem 1.25rem;font-size:.875rem}}
