*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#fff}.container{margin:0 auto;padding:0 1rem}.navbar{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease;border-bottom:1px solid #e5e7eb;padding:1em}.nav-container{margin:0 auto;padding:0 1rem}.nav-content{justify-content:space-between;height:4rem;padding:.5rem 0}.logo,.nav-content{display:flex;align-items:center}.logo{gap:.5rem}.logo-image{height:4rem;width:auto}.nav-links{display:none;gap:2rem}.nav-link{color:#374151;text-decoration:none;transition:color .3s ease;background:none;outline:none;border:none;font-size:.875rem}.nav-link:hover{color:rgba(135,44,44,1)}.auth-buttons{display:none;align-items:center;gap:1rem}.btn-login{color:rgb(135,44,44);background:none;transition:color .3s ease}.btn-login,.btn-signup{border:none;cursor:pointer}.btn-signup{background-color:rgba(135,44,44,1);color:white;padding:.5rem 1rem;border-radius:.5rem;transition:background-color .3s ease}.mobile-menu-btn{display:flex;flex-direction:column;gap:.25rem;background:none;border:none;cursor:pointer;padding:.5rem}.hamburger{width:1.5rem;height:2px;background-color:#374151;transition:all .3s ease}.mobile-menu{display:none;background:white;border-top:1px solid #e5e7eb}.mobile-menu.active{display:block}.mobile-menu-content{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.mobile-nav-link{display:block;width:100%;padding:.5rem 0;color:#374151;text-decoration:none;transition:color .3s ease}.mobile-nav-link:hover{color:rgba(135,44,44,1)}.mobile-auth-buttons{display:flex;gap:1rem;padding-top:1rem;border-top:1px solid #e5e7eb;margin-top:.5rem}.mobile-auth-buttons .btn-login,.mobile-auth-buttons .btn-signup{flex:1 1;padding:.75rem 1rem;font-size:.875rem}.nav-dropdown{position:relative;display:inline-block}.dropdown-toggle{display:flex;align-items:center;gap:.5rem;cursor:pointer}.dropdown-arrow{transition:transform .3s ease}.nav-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background:white;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 10px 25px rgba(0,0,0,.1);min-width:200px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1001}.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{display:block;padding:.75rem 1rem;color:#374151;text-decoration:none;transition:all .3s ease;font-size:.75rem;width:100%;text-align:left}.dropdown-item:hover{background:rgba(135,44,44,.1);color:rgba(135,44,44,1)}.mobile-dropdown{border-bottom:1px solid #f3f4f6;margin-bottom:.5rem}.mobile-dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;color:#374151;cursor:pointer;font-size:1rem;transition:color .3s ease}.mobile-dropdown-header:hover{color:rgba(135,44,44,1)}.mobile-dropdown-arrow{transition:transform .3s ease}.mobile-dropdown.active .mobile-dropdown-arrow{transform:rotate(180deg)}.mobile-dropdown-content{max-height:0;overflow:hidden;transition:max-height .3s ease;background:rgba(248,250,252,.5);border-radius:.5rem;margin-left:1rem}.mobile-dropdown.active .mobile-dropdown-content{max-height:200px;padding:.5rem 0}.mobile-dropdown-item{display:block;padding:.5rem 1rem;color:#6b7280;text-decoration:none;font-size:.875rem;transition:all .3s ease}.mobile-dropdown-item:hover{color:rgba(135,44,44,1);background:rgba(135,44,44,.1)}.hero{padding:8rem 0 4rem;position:relative;background:linear-gradient(135deg,#f8fafc,#f1f5f9 50%,#e2e8f0);overflow:hidden;min-height:60vh;display:flex;align-items:center}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1}.hero-shape{position:absolute;border-radius:50%;background:linear-gradient(135deg,rgba(53,109,0,.1),rgba(53,109,0,.05));animation:float-hero 20s ease-in-out infinite}.hero-shape-1{width:300px;height:300px;top:-150px;right:-150px;animation-delay:0s}.hero-shape-2{width:200px;height:200px;bottom:-100px;left:-100px;animation-delay:-7s}.hero-shape-3{width:150px;height:150px;top:50%;left:20%;animation-delay:-10s}.hero-grid{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(135,44,44,.03) 1px,transparent 0),linear-gradient(90deg,rgba(135,44,44,.03) 1px,transparent 0);background-size:50px 50px;opacity:.5}@keyframes float-hero{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-20px) rotate(120deg)}66%{transform:translateY(20px) rotate(240deg)}}.hero-content{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;align-items:center;position:relative;z-index:2}.hero-text{text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(53,109,0,.2);color:rgba(53,109,0,1);padding:.75rem 1.5rem;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(53,109,0,.2);box-shadow:0 4px 12px rgba(53,109,0,.1)}.hero-title{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem;color:#111827}.hero-title-main{display:block}.hero-title-accent{display:block;background:linear-gradient(135deg,rgba(135,44,44,1),rgba(53,109,0,.8) 80%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.125rem;color:#6b7280;line-height:1.7;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-trust{display:flex;justify-content:center;gap:3rem;margin-bottom:2rem}.trust-item{text-align:center}.trust-number{font-size:1.5rem;font-weight:700;color:#111827}.trust-label{font-size:.875rem;color:#6b7280}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background-color:rgba(135,44,44,1);color:white;padding:.75rem 1.5rem;border:none;border-radius:.75rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;font-size:.875rem;font-weight:600;text-decoration:none}.btn-primary:hover{background-color:rgba(135,44,44,.9);transform:translateY(-2px);box-shadow:0 8px 25px rgba(135,44,44,.3)}.btn-secondary{border:1px solid rgba(135,44,44,1);color:rgba(135,44,44,1);background:rgba(255,255,255,.9);padding:.75rem 1.5rem;border-radius:.75rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;font-size:.875rem;font-weight:600;text-decoration:none}.btn-secondary:hover{background-color:rgba(135,44,44,1);color:white;transform:translateY(-2px);box-shadow:0 8px 25px rgba(135,44,44,.3)}.btn-content{display:flex;align-items:center}.arrow-icon,.play-icon{transition:transform .3s ease}.btn-primary:hover .arrow-icon,.btn-secondary:hover .play-icon{transform:translateX(2px)}.hero-image{position:relative;display:flex;justify-content:center;align-items:center}.hero-image-background{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.image-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:400px;background:radial-gradient(circle,rgba(135,44,44,.1) 0,transparent 70%);border-radius:50%;filter:blur(40px)}.ipad-container,.ipad-frame{position:relative;width:100%}.ipad-frame{height:auto;border-radius:1rem;box-shadow:0 20px 40px rgba(0,0,0,.1);z-index:2}.floating-card{position:absolute;background:white;border-radius:.75rem;padding:1rem;box-shadow:0 10px 25px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;gap:.75rem;animation:float-cards 6s ease-in-out infinite;z-index:3}.floating-card-1{top:-1rem;left:-2rem;animation-delay:0s}.floating-card-2{bottom:-1rem;right:-2rem;animation-delay:-2s}.floating-card-3{top:50%;left:-3rem;transform:translateY(-50%);animation-delay:-4s}@keyframes float-cards{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.main-card-icon{width:2.5rem;height:2.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:rgba(135,44,44,1);color:white}.floating-card-1 .card-icon{background:rgba(34,197,94,.1);color:rgba(34,197,94,1)}.floating-card-2 .card-icon{background:rgba(59,130,246,.1);color:rgba(59,130,246,1)}.floating-card-3 .card-icon{background:rgba(135,44,44,.1);color:rgba(135,44,44,1)}.main-card-content{flex:1 1}.main-card-title{font-size:.875rem;font-weight:600;color:#111827;margin-bottom:.25rem}.main-card-subtitle{font-size:.75rem;color:#6b7280}.trusted-clients{padding:4rem 0;background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:relative;overflow:hidden}.trusted-header-container{position:relative;margin-bottom:3rem}.trusted-background{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.trusted-shape{position:absolute;border-radius:50%;animation:float-trusted 15s ease-in-out infinite}.trusted-shape-1{width:120px;height:120px;background:linear-gradient(135deg,rgba(135,44,44,.1),rgba(135,44,44,.05));top:2rem;right:2rem;animation-delay:0s}.trusted-shape-2{width:80px;height:80px;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(59,130,246,.05));bottom:2rem;left:2rem;animation-delay:-5s}.trusted-shape-3{width:100px;height:100px;background:linear-gradient(135deg,rgba(168,85,247,.1),rgba(168,85,247,.05));top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:-10s}@keyframes float-trusted{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-15px) rotate(180deg)}}.trusted-content{text-align:center;position:relative;z-index:2}.trusted-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(135,44,44,.1);color:rgba(135,44,44,1);padding:.75rem 1.5rem;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(135,44,44,.2)}.trusted-title{font-size:2rem;font-weight:700;color:#111827;margin-bottom:.75rem;background:linear-gradient(135deg,#111827,#374151);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.trusted-subtitle{color:#6b7280;font-size:1.125rem;max-width:600px;margin:0 auto}.clients-list,.clients-list-container{position:relative;overflow:hidden}.clients-fade{position:absolute;top:0;bottom:0;width:100px;z-index:10;pointer-events:none}.clients-fade-left{left:0;background:linear-gradient(90deg,#f8fafc,transparent)}.clients-fade-right{right:0;background:linear-gradient(270deg,#f8fafc,transparent)}.clients-track{display:flex;gap:2rem;animation:scroll-clients 30s linear infinite;width:-moz-fit-content;width:fit-content}@keyframes scroll-clients{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.client-card{flex-shrink:0;width:150px;height:80px;background:white;border-radius:.75rem;box-shadow:0 4px 12px rgba(0,0,0,.05);border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;padding:1rem;transition:all .3s ease}.client-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.client-logo-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.client-logo{max-width:100%;max-height:100%;object-fit:contain;filter:grayscale(100%);transition:filter .3s ease}.client-card:hover .client-logo{filter:grayscale(0)}.about{padding:6rem 0;background:white;position:relative;overflow:hidden}.about-background{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.about-shape{position:absolute;border-radius:50%;animation:float-about 20s ease-in-out infinite}.about-shape-1{width:200px;height:200px;top:10%;right:10%;animation-delay:0s}.about-shape-1,.about-shape-2{background:linear-gradient(135deg,rgba(53,109,0,.1),rgba(53,109,0,.05))}.about-shape-2{width:150px;height:150px;bottom:10%;left:10%;animation-delay:-7s}.about-shape-3{width:100px;height:100px;background:linear-gradient(135deg,rgba(53,109,0,.1),rgba(53,109,0,.05));top:60%;left:30%;animation-delay:-14s}@keyframes float-about{0%,to{transform:translateY(0) rotate(0deg) scale(1)}33%{transform:translateY(-20px) rotate(120deg) scale(1.1)}66%{transform:translateY(20px) rotate(240deg) scale(.9)}}.about-header{text-align:center;margin-bottom:4rem;position:relative;z-index:2}.about-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(53,109,0,.2);color:rgba(53,109,0,1);padding:.75rem 1.5rem;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(53,109,0,.2)}.about-title{font-size:2rem;font-weight:700;color:#111827;margin-bottom:.75rem;background:linear-gradient(135deg,#111827,#374151);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-subtitle{color:#6b7280;font-size:1.125rem;max-width:600px;margin:0 auto}.about-content{display:grid;grid-template-columns:1fr;grid-gap:4rem;gap:4rem;align-items:center;z-index:2}.about-content,.about-visual,.image-stack{position:relative}.image-stack{display:flex;flex-direction:column;gap:1.5rem}.image-card{border-radius:1rem;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.1);position:relative}.image-card-1{position:relative;z-index:2}.about-img{width:100%;height:400px;object-fit:cover}.image-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.7),transparent);padding:1.5rem;color:white}.overlay-content{display:flex;align-items:center;gap:.75rem}.overlay-content svg{width:1.5rem;height:1.5rem}.overlay-content span{font-weight:600}.stats-card{bottom:-1.5rem;right:-1.5rem;background:white;border-radius:1rem;padding:1.5rem;box-shadow:0 20px 40px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;z-index:3;width:90%}.stat-item{text-align:center}.stat-number{font-size:2rem;font-weight:700;color:rgba(135,44,44,1)}.stat-label{font-size:1rem}.about-content-text{display:flex;flex-direction:column;gap:2rem}.mission-section{display:flex;gap:1rem;align-items:flex-start;padding:2rem;border-radius:.75rem;background-color:white;box-shadow:0 4px 12px rgba(0,0,0,.05)}.mission-icon{width:3.5rem;height:3.5rem;background:rgba(135,44,44,1);padding:.5em;border-radius:100%;display:flex;align-items:center;justify-content:center;color:white;flex-shrink:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(135,44,44,.2)}.mission-content{flex:1 1}.mission-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.5rem}.mission-description{color:#374151;line-height:1.7}.about-description{display:flex;flex-direction:column;gap:1rem}.about-description p{color:#374151;line-height:1.7}.about-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.feature-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:rgba(135,44,44,.05);border-radius:.5rem;transition:all .3s ease}.feature-item:hover{background:rgba(135,44,44,.1);transform:translateY(-2px)}.feature-icon{color:rgba(135,44,44,1)}.feature-item span{font-size:.875rem;font-weight:500;color:#374151}.services{padding:6rem 0;background-color:rgba(255,247,245,1)}.services-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2rem;font-weight:700;color:#111827;background:linear-gradient(135deg,#111827,#374151);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.services-content{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;align-items:center}.solutions-list{display:flex;flex-direction:column;gap:1.5rem}.solution-item{background:white;border-radius:1rem;padding:2rem;box-shadow:0 4px 12px rgba(0,0,0,.05);border:2px solid transparent;cursor:pointer;transition:all .3s ease}.solution-item.active,.solution-item:hover{border-color:rgba(135,44,44,1);box-shadow:0 8px 25px rgba(135,44,44,.1);transform:translateY(-2px)}.solution-content{display:flex;align-items:flex-start;gap:1.5rem}.solution-number{font-size:2rem;font-weight:700;color:#e5e7eb;flex-shrink:0}.solution-item.active .solution-number{color:rgba(135,44,44,1)}.solution-details{flex:1 1}.solution-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.solution-icon{color:#6b7280;transition:color .3s ease}.solution-item.active .solution-icon{color:rgba(135,44,44,1)}.solution-title{font-size:1.25rem;font-weight:600;color:#111827}.solution-description{color:#6b7280;line-height:1.6}.image-container,.solution-image{position:relative}.image-container{border-radius:1rem;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.1)}.solution-img{width:100%;height:400px;object-fit:cover;transition:all .5s ease}.help{padding:6rem 0;background:white;position:relative;overflow:hidden}.help-background{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.help-circle{position:absolute;border-radius:50%;animation:float-help 18s ease-in-out infinite}.help-circle-1{width:120px;height:120px;background:linear-gradient(135deg,rgba(53,109,0,.1),rgba(53,109,0,.05));top:5%;right:5%;animation-delay:0s}.help-circle-2{width:80px;height:80px;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(59,130,246,.05));bottom:5%;left:5%;animation-delay:-6s}.help-circle-3{width:100px;height:100px;background:linear-gradient(135deg,rgba(168,85,247,.1),rgba(168,85,247,.05));top:50%;left:20%;animation-delay:-12s}@keyframes float-help{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}.help-header{text-align:center;margin-bottom:4rem;position:relative;z-index:2}.help-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(53,109,0,.1);color:rgba(53,109,0,1);padding:.75rem 1.5rem;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(53,109,0,.2)}.help-title{font-size:2rem;font-weight:700;color:#111827;margin-bottom:.75rem;background:linear-gradient(135deg,#111827,#374151);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.help-subtitle{color:#6b7280;font-size:1.125rem;max-width:600px;margin:0 auto}.steps-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;margin-bottom:3rem;position:relative;z-index:2}.step{background:white;border-radius:1rem;padding:2rem;box-shadow:0 4px 12px rgba(0,0,0,.05);border:1px solid rgba(255,255,255,.2);text-align:center;transition:all .3s ease}.step:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.step-number{position:absolute;top:-.75rem;right:-.75rem;width:2rem;height:2rem;background:rgba(135,44,44,1);color:white;font-weight:700;font-size:.875rem}.step-icon,.step-number{border-radius:50%;display:flex;align-items:center;justify-content:center}.step-icon{width:4rem;height:4rem;background:rgba(135,44,44,.1);color:rgba(135,44,44,1);margin:0 auto 1.5rem;position:relative}.step-content{flex:1 1}.step-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1rem}.step-description{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.step-features{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.feature-tag{background:rgba(135,44,44,.1);color:rgba(135,44,44,1);padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500}.process-flow{position:relative;display:flex;justify-content:center;align-items:center;margin:3rem 0}.flow-line{position:absolute;width:100%;height:2px;background:linear-gradient(90deg,#e5e7eb,rgba(53,109,0,1),#e5e7eb);border-radius:1px}.flow-dots{display:flex;gap:4rem;position:relative;z-index:2}.flow-dot{width:1rem;height:1rem;border-radius:50%;background:#e5e7eb;transition:all .3s ease;animation:pulse-dot 2s ease-in-out infinite}.flow-dot.active{background:rgba(53,109,0,1);box-shadow:0 0 0 4px rgba(53,109,0,.2)}@keyframes pulse-dot{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.demo-browser{background:white;border-radius:1rem;box-shadow:0 20px 40px rgba(0,0,0,.1);overflow:hidden;position:relative;z-index:2}.demo-header-badge{position:absolute;top:-.75rem;right:1rem;background:rgba(135,44,44,1);color:white;padding:.5rem 1rem;border-radius:1rem;font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:.5rem;z-index:3}.browser-header{background:#f3f4f6;padding:1rem;border-bottom:1px solid #e5e7eb}.browser-controls{display:flex;align-items:center;gap:.5rem}.control{width:.75rem;height:.75rem;border-radius:50%}.control.red{background:#ef4444}.control.yellow{background:#f59e0b}.control.green{background:#10b981}.browser-url{flex:1 1;background:white;border-radius:.375rem;padding:.5rem 1rem;margin-left:1rem;display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.browser-content{padding:2rem;background:#f9fafb}.demo-interface{background:white;border-radius:.5rem;padding:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.05)}.demo-header{justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.demo-header,.demo-logo{display:flex;align-items:center}.demo-logo{gap:.5rem}.demo-logo-image{width:2rem;height:2rem;border-radius:.25rem}.demo-user{gap:.5rem}.demo-user,.user-avatar{display:flex;align-items:center}.user-avatar{width:2rem;height:2rem;background:rgba(135,44,44,1);color:white;border-radius:50%;justify-content:center;font-size:.75rem;font-weight:600}.demo-user span{font-size:.875rem;color:#6b7280}.demo-content{display:grid;grid-template-columns:200px 1fr;grid-gap:2rem;gap:2rem}.demo-sidebar{background:#f9fafb;border-radius:.5rem;padding:1rem}.demo-sidebar-title{font-size:.75rem;font-weight:600;color:#9ca3af;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.demo-sidebar-links{display:flex;flex-direction:column;gap:.25rem}.demo-sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:.375rem;color:#6b7280;font-size:.875rem;transition:all .3s ease;cursor:pointer}.demo-sidebar-link.active,.demo-sidebar-link:hover{background:rgba(135,44,44,.1);color:rgba(135,44,44,1)}.demo-main{flex:1 1}.demo-main-header{margin-bottom:1.5rem}.demo-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.25rem}.demo-subtitle{color:#6b7280;font-size:.875rem}.demo-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.stat-card{background:linear-gradient(135deg,rgba(135,44,44,.1),rgba(135,44,44,.05));border-radius:.5rem;padding:1rem;text-align:center}.stat-card:nth-child(2){background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(59,130,246,.05))}.stat-card:nth-child(3){background:linear-gradient(135deg,rgba(34,197,94,.1),rgba(34,197,94,.05))}.stat-value{font-size:1.25rem;font-weight:700;color:#111827}.stat-label{font-size:.75rem;color:#6b7280}.demo-tabs{display:flex;gap:.5rem}.demo-tab{padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:.375rem;background:white;color:#6b7280;font-size:.875rem;cursor:pointer;transition:all .3s ease}.demo-tab.active,.demo-tab:hover{background:rgba(135,44,44,1);color:white;border-color:rgba(135,44,44,1)}.cta{padding:6rem 0;background:rgba(135,44,44,.1);color:rgba(135,44,44,1);text-align:center;position:relative;overflow:hidden}.cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 50%,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% 80%,rgba(255,255,255,.1) 0,transparent 50%);pointer-events:none}.cta-content{position:relative;z-index:2}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.cta-description{font-size:1.125rem;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.cta-button{background:white;color:rgba(135,44,44,1);padding:1rem 2rem;border:none;border-radius:.75rem;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;font-size:1rem;font-weight:600;text-decoration:none;box-shadow:0 8px 25px rgba(0,0,0,.2)}.cta-button:hover{transform:translateY(-2px);box-shadow:0 12px 35px rgba(0,0,0,.3)}.cta-button:hover .arrow-icon{transform:translateX(4px)}.footer-new{background:#1e293b;color:white;position:relative;overflow:hidden}.footer-wave{position:absolute;top:0;left:0;width:100%;height:60px;color:#1e293b}.footer-wave svg{width:100%;height:100%}.footer-main{padding:4rem 0 2rem;display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;position:relative;z-index:2}.footer-brand{text-align:center}.footer-logo-section{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem}.footer-logo-image{height:2rem;width:auto;border-radius:.25rem}.footer-brand-name{font-size:1.25rem;font-weight:700;color:white}.footer-tagline{color:#cbd5e1;line-height:1.6;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.footer-social{text-align:center}.footer-social-title{font-size:1rem;font-weight:600;color:white;margin-bottom:1rem}.social-links{gap:1rem}.social-link,.social-links{display:flex;justify-content:center}.social-link{width:2.5rem;height:2.5rem;background:rgba(255,255,255,.1);border-radius:.5rem;align-items:center;color:#cbd5e1;transition:all .3s ease;text-decoration:none}.social-link:hover{background:rgba(135,44,44,1);color:white;transform:translateY(-2px)}.footer-contact-section,.footer-legal-section,.footer-links-section{text-align:center}.footer-section-title{font-size:1rem;font-weight:600;color:white;margin-bottom:1rem}.footer-links-grid{display:flex;flex-direction:column;gap:.5rem;align-items:center}.footer-nav-link{color:#cbd5e1;text-decoration:none;font-size:.875rem;transition:color .3s ease}.footer-nav-link:hover{color:white}.contact-info{display:flex;flex-direction:column;gap:1rem;align-items:center}.contact-item-new{display:flex;align-items:center;gap:.75rem}.contact-icon{width:2rem;height:2rem;background:rgba(135,44,44,1);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:white;flex-shrink:0}.contact-details{display:flex;flex-direction:column;text-align:left}.contact-label{font-size:.75rem;color:#94a3b8}.contact-value{font-size:.875rem;color:white}.footer-newsletter{border-top:1px solid #334155;padding:2rem 0}.newsletter-content{display:flex;flex-direction:column;gap:1.5rem;align-items:center;text-align:center}.newsletter-text{flex:1 1}.newsletter-title{font-size:1rem;font-weight:600;color:white;margin-bottom:.5rem}.newsletter-description{color:#cbd5e1;font-size:.875rem}.newsletter-form{flex:1 1;width:100%;max-width:400px}.input-group{display:flex;gap:.5rem}.newsletter-input{flex:1 1;padding:.75rem 1rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:.5rem;color:white;font-size:.875rem;transition:all .3s ease}.newsletter-input::placeholder{color:#94a3b8}.newsletter-input:focus{outline:none;border-color:rgba(135,44,44,1);background:rgba(255,255,255,.15)}.newsletter-button{background:rgba(135,44,44,1);color:white;border:none;border-radius:.5rem;padding:.75rem 1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.newsletter-button:hover{background:rgba(135,44,44,.9);transform:translateY(-1px)}.footer-bottom-new{border-top:1px solid #334155;padding:1.5rem 0}.footer-bottom-content{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}.copyright-new{color:#94a3b8;font-size:.875rem}.footer-bottom-links{display:flex;align-items:center;gap:1rem;font-size:.875rem}.footer-divider{color:#64748b}.footer-status{display:flex;align-items:center;gap:.5rem;color:#94a3b8}.status-dot{width:.5rem;height:.5rem;background:#10b981;border-radius:50%;animation:pulse-status 2s ease-in-out infinite}@keyframes pulse-status{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:639px){.nav-dropdown:hover .dropdown-menu{opacity:0;visibility:hidden}.hero{padding:6rem 0 3rem;min-height:70vh}.hero-title{font-size:2rem;line-height:1.1}.hero-description{font-size:1rem;margin-bottom:1.5rem}.hero-badge{padding:.5rem 1rem;font-size:.75rem;margin-bottom:1rem}.hero-trust{gap:2rem}.trust-number{font-size:1.25rem}.hero-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:300px;justify-content:center}.floating-card{display:none}.trusted-title{font-size:1.5rem}.trusted-subtitle{font-size:1rem}.clients-fade{width:50px}.client-card{width:120px;height:70px}.about-content{gap:2rem}.about-title{font-size:1.5rem}.about-subtitle{font-size:1rem}.stats-card{position:static;width:100%;margin-top:1rem;grid-template-columns:repeat(3,1fr)}.about-features{grid-template-columns:1fr}.services-content{gap:2rem}.solution-content{flex-direction:column;text-align:center;gap:1rem}.solution-number{font-size:1.5rem}.solution-header{justify-content:center}.solution-img{height:250px}.help-title{font-size:1.5rem}.help-subtitle{font-size:1rem}.steps-grid{gap:1.5rem}.step{padding:1.5rem}.step-icon{width:3rem;height:3rem}.step-title{font-size:1.125rem}.flow-dots{gap:2rem}.demo-content{grid-template-columns:1fr;gap:1rem}.demo-stats{grid-template-columns:1fr;gap:.75rem}.cta-title{font-size:2rem}.cta-description{font-size:1rem}.footer-main{gap:2rem;padding:3rem 0 1.5rem}.footer-bottom-content{flex-direction:column;gap:.5rem}}.nav-links{align-items:center}@media (min-width:640px){.hero-title{font-size:3rem}.hero-content{grid-template-columns:1fr 1fr;gap:4rem;width:100%}.hero-text{text-align:left}.hero-description{margin-left:0;margin-right:0}.hero-buttons,.hero-trust{justify-content:flex-start}.auth-buttons,.nav-links{display:flex}.mobile-menu-btn{display:none}.trusted-title{font-size:2.5rem}.about-content{grid-template-columns:1fr 1fr;gap:4rem}.about-title{font-size:2.5rem}.services-content{grid-template-columns:1fr 1fr;gap:4rem}.steps-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.footer-main{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}.footer-brand{text-align:left}.footer-logo-section{justify-content:flex-start}.footer-tagline{margin-left:0;margin-right:0}.footer-social{text-align:left}.social-links{justify-content:flex-start}.footer-contact-section,.footer-legal-section,.footer-links-section{text-align:left}.contact-info,.footer-links-grid{align-items:flex-start}.newsletter-content{flex-direction:row;text-align:left}.newsletter-text{text-align:left}.footer-bottom-content{flex-direction:row;justify-content:space-between}}@media (min-width:768px){.hero{padding:10rem 0 6rem}.hero-title{font-size:3.5rem}.about-title,.trusted-title{font-size:3rem}.help-title{font-size:2.5rem}.cta-title{font-size:3rem}}@media (min-width:1024px){.hero-title{font-size:4rem}.trusted-clients{padding:6rem 0}.about,.cta,.help,.services{padding:8rem 0}}