@import"https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.login-container{min-height:100vh!important;background:linear-gradient(135deg,#fafafa,#f0fdf4 30%,#ecfdf5 70%,#f0f9ff)!important;color:#1f2937!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;overflow-x:hidden;position:relative;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.login-background .floating-elements{position:absolute;width:100%;height:100%}.login-background .floating-circle{position:absolute;border-radius:50%;background:linear-gradient(45deg,#0fca8420,#0fca8410)!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:float 20s ease-in-out infinite}.login-background .circle-1{width:300px;height:300px;top:10%;left:-150px;animation-delay:0s}.login-background .circle-2{width:200px;height:200px;top:60%;right:-100px;animation-delay:7s}.login-background .grid-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(15,202,132,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(15,202,132,.08) 1px,transparent 1px)!important;background-size:60px 60px;animation:gridMove 40s linear infinite;opacity:.6}@keyframes float{0%,to{transform:translateY(0) rotate(0);opacity:.7}33%{transform:translateY(-30px) rotate(120deg);opacity:1}66%{transform:translateY(30px) rotate(240deg);opacity:.8}}.back-button{background:transparent!important;border:1px solid rgba(15,202,132,.3)!important;color:#1f2937!important;padding:.75rem 1.5rem;border-radius:50px;cursor:pointer;transition:all .3s ease;font-size:.9rem}.back-button:hover{border-color:#0fca84!important;box-shadow:0 0 20px #0fca844d!important;transform:translate(-5px);background:#0fca840d!important}.login-card{background:linear-gradient(145deg,#ffffffe6,#ffffffb3)!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(15,202,132,.2)!important;border-radius:20px;padding:3rem;box-shadow:0 20px 60px #0fca841a!important}.login-header h1{font-size:2.5rem!important;font-weight:700!important;background:linear-gradient(45deg,#0fca84,#059669)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}.login-header p{font-size:1.1rem!important;opacity:.7;color:#6b7280!important}.form-group label{font-size:.9rem!important;font-weight:500;color:#0fca84!important}.form-group input{padding:1rem!important;background:#fffc!important;border:1px solid rgba(15,202,132,.2)!important;border-radius:10px;color:#1f2937!important;font-size:1rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.form-group input:focus{outline:none;border-color:#0fca84!important;box-shadow:0 0 20px #0fca8433!important;background:#ffffffe6!important}.form-group input::placeholder{color:#6b7280b3!important}.form-group input.error{border-color:#ef4444!important;box-shadow:0 0 20px #ef444433!important}.general-error{background:#ef44441a!important;border:1px solid rgba(239,68,68,.3)!important;border-radius:10px;padding:1rem;margin-bottom:1rem;text-align:center;color:#ef4444!important}.login-button{margin-top:1rem;padding:1rem 2rem;background:linear-gradient(45deg,#0fca84,#059669)!important;border:none!important;border-radius:50px;color:#fff!important;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #0fca844d!important}.login-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 40px #0fca8466!important}.login-footer{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(15,202,132,.1)!important}.login-footer p{opacity:.8;color:#6b7280!important}.link-button{background:none!important;border:none!important;color:#0fca84!important;cursor:pointer;text-decoration:underline;font-size:inherit;transition:color .3s ease}.link-button:hover{color:#059669!important}@media (max-width: 768px){.login-card{padding:2rem;margin:1rem}.login-header h1{font-size:2rem!important}}@media (max-width: 480px){.login-card{padding:1.5rem}.login-header h1{font-size:1.8rem!important}}.odoo-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff;transition:transform .3s ease}.odoo-header.visible{transform:translateY(0)}.odoo-header.hidden{transform:translateY(-100%)}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:70px}.header-logo{cursor:pointer;transition:transform .2s ease}.header-logo:hover{transform:scale(1.02)}.header-logo .logo-text{font-size:1.75rem;font-weight:700;color:#10b981}.header-nav{display:flex;align-items:center;gap:.5rem;position:absolute;left:50%;transform:translate(-50%)}.header-nav .nav-link{background:none;border:none;color:#4b5563;font-size:.9375rem;font-weight:500;padding:.625rem 1rem;border-radius:8px;cursor:pointer;transition:all .2s ease;white-space:nowrap;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.header-nav .nav-link:hover{color:#10b981;background:#10b9810d}.header-nav .nav-link.active{color:#10b981;background:#10b9811a;font-weight:600}.header-actions{display:flex;align-items:center;gap:.75rem}.language-selector{padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:8px;background:transparent;color:#4b5563;font-size:.875rem;font-weight:500;cursor:pointer;outline:none;transition:all .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.language-selector:hover{border-color:#10b981;background:#10b9810d}.btn-signin{padding:.625rem 1.25rem;background:transparent;border:1px solid #e5e7eb;border-radius:8px;color:#4b5563;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.btn-signin:hover{border-color:#10b981;color:#10b981;background:#10b9810d}.btn-signup{padding:.625rem 1.5rem;background:#10b981;border:none;border-radius:8px;color:#fff;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #10b9814d;white-space:nowrap;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.btn-signup:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #10b98166}.mobile-menu-toggle{display:none;background:none;border:none;color:#4b5563;cursor:pointer;padding:.5rem}.mobile-menu{display:none;background:#fff;border-top:1px solid #e5e7eb;padding:1rem 2rem 1.5rem}.mobile-nav{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.mobile-nav-link{background:none;border:none;color:#4b5563;font-size:1rem;font-weight:500;padding:.75rem 1rem;border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:left;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.mobile-nav-link:hover{color:#10b981;background:#10b9810d}.mobile-actions{display:flex;flex-direction:column;gap:.75rem;padding-top:1rem;border-top:1px solid #e5e7eb}.language-selector.mobile{width:100%}.header-spacer{height:70px}@media (max-width: 1024px){.header-container{padding:0 1.5rem}.header-nav{gap:.25rem}.header-nav .nav-link{padding:.5rem .75rem;font-size:.875rem}.header-actions{gap:.5rem}.btn-signin,.btn-signup{padding:.5rem 1rem;font-size:.875rem}}@media (max-width: 768px){.header-nav,.header-actions{display:none}.mobile-menu-toggle,.mobile-menu{display:block}.header-container{padding:0 1rem;height:60px}.header-spacer{height:60px}.header-logo .logo-text{font-size:1.5rem}}@media (max-width: 480px){.mobile-menu{padding:1rem}.header-logo .logo-text{font-size:1.35rem}}.landing-container{min-height:100vh;background:#fff!important;color:#2d3748;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.main-content{position:relative;z-index:10;max-width:1280px;margin:0 auto;padding:0 2rem}.hero-section{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 0 4rem;max-width:1100px;margin:0 auto}.hero-text{width:100%;max-width:900px}.hero-title{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;align-items:center}.title-brand{font-family:Caveat,cursive;font-size:6.5rem;font-weight:700;color:#000!important;line-height:1.1;letter-spacing:.01em;position:relative;display:inline-block;margin:0 auto}.hero-description{font-family:Inter,sans-serif;font-size:1.25rem;line-height:1.7;color:#4a5568;margin-bottom:3rem;max-width:720px;margin-left:auto;margin-right:auto}.hero-description strong{font-family:Caveat,cursive;font-size:1.85rem;font-weight:700;color:#10b981}.hero-visual{position:relative}.cta-buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:4rem}.cta-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 2rem;background:#10b981;border:none;border-radius:8px;color:#fff;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #10b9814d}.cta-primary:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #10b98166}.cta-primary:active{transform:translateY(0)}.cta-arrow{width:20px;height:20px;transition:transform .2s ease}.cta-primary:hover .cta-arrow{transform:translate(4px)}.hero-visual{width:100%;max-width:1100px;margin:0 auto}.hero-image-container{width:100%;transform:scale(1.05);position:relative;border-radius:16px;overflow:hidden}.hero-image{width:100%;height:auto;display:block}.how-it-works-section{padding:5rem 0;background:#fff;margin:3rem -2rem 0;position:relative}.how-it-works-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#e2e8f0 20%,#e2e8f0 80%,transparent)}.section-title{text-align:center;font-family:Caveat,cursive;font-size:3rem;font-weight:700;color:#1a202c;margin-bottom:.5rem;letter-spacing:.01em}.section-title .title-text{font-family:Caveat,cursive;font-size:3rem;font-weight:700;color:#1a202c}.section-description{text-align:center;font-family:Inter,sans-serif;font-size:1.125rem;color:#718096;margin-bottom:3rem;max-width:640px;margin-left:auto;margin-right:auto;line-height:1.6}.screenshots-container{display:flex;justify-content:center;align-items:flex-end;gap:2.5rem;max-width:1100px;margin:0 auto;padding:0 2rem}.screenshot-item{position:relative;flex:1;max-width:260px;animation:fadeInUp .8s ease-out forwards;opacity:0}.screenshot-item[data-step="1"]{animation-delay:.2s}.screenshot-item[data-step="2"]{animation-delay:.4s}.screenshot-item[data-step="3"]{animation-delay:.6s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.phone-mockup{border-radius:28px;border:8px solid #1a202c;box-shadow:0 20px 40px #00000026;overflow:hidden;background:#fff;position:relative}.phone-mockup:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100px;height:20px;background:#1a202c;border-radius:0 0 16px 16px;z-index:10}.phone-screen{width:100%;aspect-ratio:9 / 19.5;background:#f7fafc;position:relative}.phone-screen img{width:100%;height:100%;object-fit:cover;display:block}.screenshot-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f7fafc,#fff)}.placeholder-content{text-align:center;padding:1.5rem}.table-grid-demo{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1rem}.demo-table{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#e2e8f0;border-radius:8px;font-weight:700;font-size:1.125rem;color:#4a5568;transition:all .3s ease}.demo-table.active{background:#10b981;color:#fff;transform:scale(1.1);box-shadow:0 4px 12px #10b98166}.menu-demo{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:200px;margin:0 auto 1rem}.menu-item{padding:.75rem;background:#e2e8f0;border-radius:8px;text-align:left;font-size:.8125rem;color:#4a5568;transition:all .3s ease}.menu-item.selected{background:#10b981;color:#fff;font-weight:600;transform:scale(1.05)}.success-demo{display:flex;flex-direction:column;align-items:center;gap:1rem}.success-icon{width:70px;height:70px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;box-shadow:0 8px 20px #10b9814d;animation:successPulse 2s ease-in-out infinite}@keyframes successPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.success-text{font-size:1.25rem;font-weight:700;color:#1a202c;margin:0}.kitchen-indicator{display:flex;align-items:center;gap:.5rem;color:#ef4444;font-size:.8125rem;font-weight:600}.pulse-dot{width:8px;height:8px;background:#ef4444;border-radius:50%;animation:pulseDot 1.5s ease-in-out infinite}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.demo-text{font-size:.8125rem;color:#718096;font-weight:600;margin:0}.annotation{position:absolute;z-index:5;pointer-events:none}.annotation-1{top:180px;left:-100px;width:180px;height:80px}.annotation-2{bottom:250px;left:65%;transform:translate(-50%);width:180px;height:100px}.annotation-3{bottom:15px;right:-200px;width:230px;height:80px}.annotation-text{font-family:Caveat,cursive;font-size:1.25rem;font-weight:600;fill:#10b981}.annotation-emoji{font-size:1.25rem}.step-label{position:absolute;bottom:-35px;left:50%;transform:translate(-50%);background:#10b981;color:#fff;padding:.4rem 1rem;border-radius:20px;font-weight:700;font-size:.8125rem;box-shadow:0 4px 12px #10b9814d}.workflow-note{text-align:center;margin-top:4rem;padding:1.5rem}.workflow-note p{font-family:Caveat,cursive;font-size:1.5rem;font-weight:600;color:#4a5568;margin:0}.owner-benefits-section{padding:8rem 0;background:#fff;position:relative}.feature-single{max-width:1400px;margin:0 auto;padding:0 2rem;text-align:center}.feature-main-title{font-family:Caveat,cursive;font-size:4.5rem;font-weight:700;color:#1a202c;margin-bottom:1rem;letter-spacing:.01em;line-height:1.2}.feature-subtitle{font-family:Inter,sans-serif;font-size:1.25rem;color:#718096;margin-bottom:4rem;line-height:1.6}.dashboard-wrapper{position:relative;margin:0 auto;max-width:950px;padding:100px 0}.dashboard-screenshot{position:relative;border-radius:16px;box-shadow:0 25px 70px #00000026;background:#fff;transition:all .3s ease;transform:scale(.9)}.dashboard-screenshot img{width:100%;height:auto;display:block;border-radius:16px}.annotation-callout{position:absolute;z-index:10;pointer-events:none;animation:fadeInCallout .8s ease-out forwards;opacity:0;display:flex;align-items:center;gap:.5rem}@keyframes fadeInCallout{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.annotation-label{font-family:Caveat,cursive;font-size:1.5rem;font-weight:600;color:#1a202c;margin:0;line-height:1.3;text-align:center;font-style:italic}.callout-arrow-svg{flex-shrink:0}.annotation-left-menu{top:50%;left:-160px;transform:translateY(-50%);animation-delay:.2s;flex-direction:row}.annotation-left-menu .callout-arrow-svg{width:100px;height:50px;order:2}.annotation-left-menu .annotation-label{order:1;text-align:right}.annotation-revenue{top:45px;left:28%;animation-delay:.3s;flex-direction:column}.annotation-revenue .callout-arrow-svg{width:50px;height:85px;order:2}.annotation-revenue .annotation-label{order:1}.annotation-orders{top:55px;left:50%;animation-delay:.4s;flex-direction:column}.annotation-orders .callout-arrow-svg{width:50px;height:85px;order:2}.annotation-orders .annotation-label{order:1}.annotation-tables{top:-95px;right:5%;animation-delay:.5s;flex-direction:column}.annotation-tables .callout-arrow-svg{width:50px;height:85px;order:2}.annotation-tables .annotation-label{order:1}.annotation-filter{top:25%;right:-180px;transform:translateY(-50%);animation-delay:.6s;flex-direction:row}.annotation-filter .callout-arrow-svg{width:100px;height:50px;order:1}.annotation-filter .annotation-label{order:2;text-align:left}.annotation-products{bottom:-35px;left:30%;animation-delay:.7s;flex-direction:column}.annotation-products .callout-arrow-svg{width:50px;height:85px;order:1}.annotation-products .annotation-label{order:2}.annotation-loyalty{bottom:25px;left:20%;animation-delay:.8s;flex-direction:column}.annotation-loyalty .callout-arrow-svg{width:50px;height:85px;order:1}.annotation-loyalty .annotation-label{order:2}.annotation-notes{bottom:-35px;left:32%;animation-delay:.9s;flex-direction:column}.annotation-notes .callout-arrow-svg{width:50px;height:70px;order:1}.annotation-notes .annotation-label{order:2}.annotation-display{bottom:25px;right:-4%;animation-delay:1s;flex-direction:column}.annotation-display .callout-arrow-svg{width:85px;height:70px;order:1}.annotation-display .annotation-label{order:2}.waiter-creation-section{padding:4rem 0 8rem;background:#fff;position:relative}.waiter-content-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;margin-top:3rem}.waiter-features-list{display:flex;flex-direction:column;gap:2.5rem;padding-left:2rem}.waiter-feature-item{display:flex;gap:1rem;align-items:center}.feature-checkmark{width:40px;height:40px;flex-shrink:0}.feature-text-simple{font-family:Caveat,cursive;font-size:2rem;font-weight:600;color:#1a202c;margin:0;line-height:1.4}.feature-icon-bullet{font-size:2rem;flex-shrink:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#e6f7f0;border-radius:12px}.feature-text h3{font-size:1.25rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.feature-text p{font-size:1rem;line-height:1.6;color:#718096;margin:0}.waiter-screenshots{position:relative;height:600px;display:flex;align-items:center;justify-content:center}.waiter-screenshots:before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(16,185,129,.15) 0%,rgba(16,185,129,.05) 70%,transparent 100%);border-radius:50%;z-index:0;left:50%;top:50%;transform:translate(-50%,-50%)}.waiter-screen{position:absolute;width:380px;border-radius:20px;box-shadow:0 20px 60px #0003;overflow:hidden;background:#fff;transition:transform .3s ease;z-index:1}.waiter-screen img{width:110%;height:auto;display:block}.waiter-screen-back{top:120px;left:20px;z-index:1;transform:rotate(-5deg)}.waiter-screen-front{bottom:90px;right:20px;z-index:2;transform:rotate(3deg)}.waiter-screen:hover{transform:rotate(0) scale(1.02);z-index:3}.menu-management-section{padding:8rem 0;background:#fafafa;position:relative}.menu-content-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;margin-top:3rem}.menu-features-list{display:flex;flex-direction:column;gap:2.5rem;padding-right:2rem}.menu-feature-item{display:flex;gap:1rem;align-items:center}.menu-feature-item .feature-checkmark{width:40px;height:40px;flex-shrink:0}.menu-feature-item .feature-text-simple{font-family:Caveat,cursive;font-size:2rem;font-weight:600;color:#1a202c;margin:0;line-height:1.4}.menu-screenshot-wrapper{position:relative;max-width:600px;margin:0 auto;padding:80px 0}.menu-screenshot{position:relative;border-radius:16px;box-shadow:0 25px 70px #00000026;background:#fff;overflow:hidden;transition:all .3s ease}.menu-screenshot img{width:100%;height:auto;display:block;border-radius:16px}.menu-screenshot:hover{transform:translateY(-4px);box-shadow:0 30px 80px #0003}.menu-annotation{position:absolute;z-index:10;pointer-events:none;animation:fadeInCallout .8s ease-out forwards;opacity:0;display:flex;align-items:center;gap:.5rem}.menu-annotation-categories{top:-20px;left:20%;animation-delay:.2s;flex-direction:column}.menu-annotation-categories .callout-arrow-svg{width:50px;height:70px;order:2}.menu-annotation-categories .annotation-label{order:1}.menu-annotation-search{top:-45px;right:5%;animation-delay:.3s;flex-direction:column}.menu-annotation-search .callout-arrow-svg{width:50px;height:70px;order:2}.menu-annotation-search .annotation-label{order:1}.menu-annotation-organize{top:40%;left:-150px;transform:translateY(-50%);animation-delay:.4s;flex-direction:row}.menu-annotation-organize .callout-arrow-svg{width:100px;height:50px;order:2}.menu-annotation-organize .annotation-label{order:1;text-align:right}.menu-annotation-actions{bottom:-40px;left:50%;transform:translate(-50%);animation-delay:.5s;flex-direction:column}.menu-annotation-actions .callout-arrow-svg{width:50px;height:70px;order:1}.menu-annotation-actions .annotation-label{order:2}.table-management-section{padding:8rem 0;background:#fff;position:relative}.table-content-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;max-width:1200px;margin:0 auto;margin-top:3rem}.table-screenshots{position:relative;height:600px;display:flex;align-items:center;justify-content:center}.table-screenshots:before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(59,130,246,.15) 0%,rgba(59,130,246,.05) 70%,transparent 100%);border-radius:50%;z-index:0;left:50%;top:50%;transform:translate(-50%,-50%)}.table-screen{position:absolute;width:380px;border-radius:20px;box-shadow:0 20px 60px #0003;overflow:hidden;background:#fff;transition:transform .3s ease;z-index:1}.table-screen img{width:100%;height:auto;display:block}.table-screen-back{top:120px;left:20px;z-index:1;transform:rotate(-5deg)}.table-screen-front{bottom:90px;right:20px;z-index:2;transform:rotate(3deg)}.table-screen:hover{transform:rotate(0) scale(1.02);z-index:3}.table-annotation{position:absolute;z-index:10;pointer-events:none}.table-annotation-1{top:15%;right:-40px;width:80px;height:60px}.table-annotation-2{bottom:20%;left:-50px;width:90px;height:70px}.table-annotation-3{top:50%;right:-35px;width:70px;height:50px}.table-decoration{position:absolute;top:-10px;right:10px;width:140px;height:auto;z-index:5;transform:rotate(-15deg);animation:floatTable 3s ease-in-out infinite;pointer-events:none}@keyframes floatTable{0%,to{transform:rotate(-15deg) translateY(0)}50%{transform:rotate(-15deg) translateY(-10px)}}.table-text-content{padding-left:2rem;position:relative}.table-main-heading{font-family:Caveat,cursive;font-size:3.5rem;font-weight:700;color:#1a202c;margin-bottom:1.5rem;line-height:1.2}.table-description-text{font-family:Inter,sans-serif;font-size:1.125rem;line-height:1.8;color:#718096;margin:0}.bottom-features-header-container{position:relative}.bottom-features-header-image{position:absolute;top:-30px;right:100px;width:120px;height:120px;object-fit:contain}.bottom-features-grid-section{padding:8rem 0;background:#fafafa;margin:4rem -2rem 0}.bottom-features-header-container{text-align:left;max-width:1200px;margin:0 auto 4rem;padding:0 2rem}.bottom-features-main-title{font-family:Caveat,cursive;font-size:4rem;font-weight:700;color:#1a202c;margin-bottom:.5rem;letter-spacing:.01em}.bottom-features-subtitle-text{font-family:Inter,sans-serif;font-size:1.125rem;color:#718096;line-height:1.6;max-width:600px}.bottom-features-grid-container{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem}.bottom-feature-card-item{display:flex;flex-direction:row;gap:1.5rem;padding:2.5rem 2rem;background:#f7f7f7;border-radius:4px;transition:all .3s ease;cursor:pointer;align-items:flex-start;border:1px solid transparent}.bottom-feature-card-item:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000000f;background:#fff}.bottom-feature-icon-image-wrapper{width:56px;height:56px;min-width:56px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.bottom-feature-icon-image{width:56px;height:56px;object-fit:contain;transition:all .3s ease}.bottom-feature-card-item:hover .bottom-feature-icon-image{transform:scale(1.1)}.bottom-feature-text-content{flex:1}.bottom-feature-card-item .bottom-feature-card-title{font-size:1.375rem;font-weight:700;margin-bottom:.75rem;color:#000;line-height:1.3;margin-top:0}.bottom-feature-card-item .bottom-feature-card-description{line-height:1.6;color:#718096;font-size:1rem;margin:0}@media (max-width: 768px){.bottom-features-grid-section{padding:5rem 0;margin:3rem -1.5rem 0}.step-label{bottom:40px}.bottom-features-header-image{position:absolute;top:-40px;right:30px;width:50px;height:50px;object-fit:contain}.workflow-note{text-align:center;margin-top:2rem;padding:1.5rem}.bottom-features-main-title{font-size:3rem}.bottom-features-grid-container{padding:0 1.5rem;grid-template-columns:repeat(2,1fr)}.bottom-feature-card-item{flex-direction:column;align-items:center;text-align:center}.bottom-feature-icon-image-wrapper{margin-bottom:.5rem}}@media (max-width: 480px){.bottom-features-grid-section{padding:4rem 0;margin:2rem -1rem 0}.bottom-features-main-title{font-size:2.5rem}.bottom-features-grid-container{padding:0 1rem;grid-template-columns:1fr}.bottom-feature-card-item{padding:2rem 1.5rem}.bottom-feature-card-title{font-size:1.25rem}.bottom-feature-card-description{font-size:.9375rem}}.final-cta-section{padding:120px 20px;background:linear-gradient(to bottom,#fff,#f9fafb);text-align:center}.final-cta-container{max-width:1000px;margin:0 auto;position:relative}.burst-decoration{position:absolute;top:-60px;left:50%;transform:translate(-50%);width:1200px;height:180px;pointer-events:none}.burst-svg{width:100%;height:100%}.final-cta-title{font-size:5.5rem;line-height:1.2;margin-bottom:50px;font-weight:700}.unleash-text{font-family:Caveat,cursive,sans-serif;font-weight:700;color:#1f2937;font-size:6rem}.your-text{font-family:Caveat,cursive,sans-serif;font-style:italic;font-weight:600;color:#1f2937;font-size:5rem}.growth-potential-text{font-family:Caveat,cursive,sans-serif;font-style:italic;font-weight:700;color:#0d9488;font-size:5rem}.final-cta-button{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:20px 56px;font-size:1.25rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #10b9814d}.final-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166;background:linear-gradient(135deg,#059669,#047857)}.final-cta-benefits{margin-top:28px;display:flex;flex-direction:column;align-items:center;gap:10px}.arrow-pointing-up{width:36px;height:36px;margin-bottom:10px}.benefit-text{font-size:1.05rem;color:#6b7280;margin:0}@media (max-width: 768px){.final-cta-title{font-size:3rem}.unleash-text{font-size:3.5rem}.your-text,.growth-potential-text{font-size:3rem}.final-cta-button{padding:16px 36px;font-size:1rem}.burst-decoration{width:300px;height:150px}}.fireworks-decoration{position:absolute;pointer-events:none;opacity:0;animation:fireworksAppear 1s ease-out forwards;z-index:5}@keyframes fireworksAppear{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.fireworks-left{width:180px;height:180px;top:-5%;left:20%;animation-delay:.3s}.fireworks-top{width:160px;height:160px;top:-25%;left:50%;transform:translate(-50%);animation-delay:.5s}.fireworks-right{width:200px;height:200px;top:-10%;right:5%;animation-delay:.7s}@keyframes floatFireworks{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.fireworks-left{animation:fireworksAppear 1s ease-out forwards,floatFireworks 3s ease-in-out infinite 1.3s}.fireworks-top{animation:fireworksAppear 1s ease-out forwards,floatFireworks 3.5s ease-in-out infinite 1.5s;transform-origin:center}.fireworks-right{animation:fireworksAppear 1s ease-out forwards,floatFireworks 4s ease-in-out infinite 1.7s}@media (max-width: 1024px){.fireworks-left{width:140px;height:140px;left:3%}.fireworks-top{width:120px;height:120px;top:3%}.fireworks-right{width:150px;height:150px;right:3%}}@media (max-width: 768px){.fireworks-left{width:100px;height:100px;left:2%;top:10%}.fireworks-top{width:90px;height:90px;top:1%}.fireworks-right{width:110px;height:110px;right:2%;top:15%}}@media (max-width: 480px){.fireworks-top{width:70px;height:70px;top:-10%;right:-2%}.fireworks-left{width:70px;height:70px;top:30%;right:-2%}.fireworks-right{width:70px;height:70px;top:20%;right:-2%}}.final-cta-container{max-width:1000px;margin:0 auto;position:relative;padding:0 2rem}@media (max-width: 1024px){.title-brand{font-size:5rem}.screenshots-container{gap:2.5rem}.feature-main-title{font-size:3.5rem}.dashboard-wrapper{padding:80px 0;max-width:850px}.annotation-left-menu{left:-140px}.annotation-filter{right:-140px}.annotation-label{font-size:1.4rem}}@media (max-width: 768px){.main-content{padding:0 1.5rem}.table-decoration{width:100px;top:-60px;right:10px}.hero-section{padding:2rem 0 3rem}.title-brand{font-size:4rem}.hero-description{font-size:1.0625rem}.cta-primary{padding:1.125rem 2.5rem;font-size:1rem}.section-title,.features-title{font-size:3rem}.section-description{font-size:1.0625rem}.how-it-works-section,.features-section{padding:5rem 0;margin:3rem -1.5rem 0}.owner-benefits-section{padding:5rem 0}.feature-single{padding:0 1.5rem}.feature-main-title{font-size:3rem}.feature-subtitle{font-size:1.0625rem;margin-bottom:3rem}.dashboard-wrapper{padding:80px 0 60px}.waiter-content-wrapper,.menu-content-wrapper,.table-content-wrapper{grid-template-columns:1fr;gap:3rem}.waiter-screenshots,.table-screenshots{height:500px}.waiter-screen,.table-screen{width:340px}.waiter-screen-back,.table-screen-back{top:15px;left:15px}.waiter-screen-front,.table-screen-front{bottom:15px;right:15px}.feature-text-simple{font-size:1.75rem}.feature-checkmark{width:36px;height:36px}.menu-screenshot-wrapper{padding:60px 0}.menu-annotation-organize{display:none}.menu-annotation-categories{left:15%}.menu-annotation-search{right:15%}.table-text-content{padding:0 1.5rem}.table-main-heading{font-size:2.75rem}.annotation-left-menu,.annotation-filter,.annotation-loyalty,.annotation-notes,.annotation-display{display:none}.annotation-revenue{top:-25px;left:3%}.annotation-orders{top:-25px;left:53%;transform:translate(-50%)}.annotation-tables{top:-80px;right:5%}.annotation-products{bottom:-90px;left:30%;transform:translate(-50%)}.annotation-label{font-size:1.4rem}.callout-arrow-svg{width:50px!important;height:80px!important}.screenshots-container{flex-direction:column;align-items:center;gap:3rem;padding:0 1.5rem}.screenshot-item{max-width:280px;min-height:unset}.annotation-1{top:180px;left:-80px;width:160px}.annotation-2{bottom:220px;left:65%;width:160px}.annotation-3{bottom:100px;right:-170px;width:180px}.annotation-text{font-size:1rem}.screenshot-item{min-height:600px}.features-grid{padding:0 1.5rem;grid-template-columns:repeat(2,1fr)}.cta-buttons{flex-direction:column;width:100%;max-width:400px}.cta-primary{width:100%;justify-content:center}}@media (max-width: 480px){.main-content{padding:0 1rem}.hero-section{padding:2rem 0}.title-brand{font-size:3.5rem}.hero-description{font-size:1rem}.cta-buttons{gap:.75rem}.cta-primary{padding:1rem 2rem;font-size:.9375rem}.section-title,.features-title{font-size:2.5rem}.how-it-works-section,.features-section,.menu-management-section,.table-management-section{padding:4rem 0;margin:2rem -1rem 0}.owner-benefits-section{padding:4rem 0}.feature-single{padding:0 1rem}.feature-main-title{font-size:2.5rem}.feature-subtitle{font-size:1rem;margin-bottom:2rem}.dashboard-wrapper{padding:60px 0 40px}.waiter-creation-section{padding:4rem 0}.waiter-screenshots,.table-screenshots{height:300px}.waiter-screen,.table-screen{width:260px}.waiter-screen-back,.table-screen-back{top:10px;left:10px}.waiter-screen-front,.table-screen-front{bottom:10px;right:10px}.feature-text-simple{font-size:1.5rem}.feature-checkmark{width:32px;height:32px}.waiter-features-list,.menu-features-list{gap:2rem}.table-text-content{padding:0 1rem;text-align:center}.table-main-heading{font-size:2.5rem}.table-description-text{font-size:1rem}.menu-screenshot-wrapper{padding:50px 0}.menu-annotation-categories,.menu-annotation-search{display:none}.menu-annotation-actions{bottom:-70px}.screenshots-container,.features-grid{padding:0 1rem}.screenshot-item{max-width:240px}}.footer{position:relative;z-index:10;text-align:center;padding:2rem;border-top:1px solid #e2e8f0;color:#718096;font-size:.9375rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-30px) rotate(5deg)}66%{transform:translateY(-15px) rotate(-5deg)}}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(60px,60px)}}.signup-container{min-height:100vh;background:linear-gradient(135deg,#fafafa,#f0fdf4 30%,#ecfdf5 70%,#f0f9ff);color:#1f2937;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden;position:relative;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.signup-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.signup-background .floating-circle{position:absolute;border-radius:50%;background:linear-gradient(45deg,#0fca8420,#0fca8410);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:float 20s ease-in-out infinite}.signup-background .circle-1{width:350px;height:350px;top:5%;left:-175px;animation-delay:0s}.signup-background .circle-2{width:220px;height:220px;top:55%;right:-110px;animation-delay:7s}.signup-background .circle-3{width:160px;height:160px;bottom:15%;left:15%;animation-delay:14s}.signup-background .grid-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(15,202,132,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(15,202,132,.08) 1px,transparent 1px);background-size:60px 60px;animation:gridMove 40s linear infinite;opacity:.6}.signup-content{position:relative;z-index:10;width:100%;max-width:600px}.back-button{background:transparent;border:1px solid rgba(15,202,132,.3);color:#1f2937;padding:.75rem 1.5rem;border-radius:50px;cursor:pointer;margin-bottom:2rem;transition:all .3s ease;font-size:.9rem}.back-button:hover{border-color:#0fca84;box-shadow:0 0 20px #0fca844d;transform:translate(-5px);background:#0fca840d}.signup-card{background:linear-gradient(145deg,#ffffffe6,#ffffffb3);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(15,202,132,.2);border-radius:20px;padding:3rem;box-shadow:0 20px 60px #0fca841a}.signup-header{text-align:center;margin-bottom:2.5rem}.signup-header h1{font-size:2.5rem;font-weight:700;background:linear-gradient(45deg,#0fca84,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.signup-header p{font-size:1.1rem;opacity:.7;color:#6b7280}.progress-indicator{display:flex;align-items:center;justify-content:center;margin-bottom:2rem;padding:0 2rem}.progress-step{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;background:#0fca841a;border:2px solid rgba(15,202,132,.3);color:#6b7280;transition:all .3s ease}.progress-step.active{background:linear-gradient(45deg,#0fca84,#059669);border-color:#0fca84;color:#fff;transform:scale(1.1)}.progress-step.completed{background:#0fca84;border-color:#0fca84;color:#fff}.progress-line{height:2px;width:60px;background:#0fca8433;margin:0 10px;border-radius:1px}.step-header{text-align:center;margin-bottom:1.5rem}.step-header h3{font-size:1.8rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.step-header p{color:#6b7280;font-size:1rem}.verification-step{text-align:center;padding:2rem 0}.verification-icon{font-size:4rem;margin-bottom:1rem}.verification-step h3{font-size:1.8rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.verification-step p{color:#6b7280;margin-bottom:1rem;line-height:1.6}.verification-actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.success-step{text-align:center;padding:2rem 0}.success-icon{font-size:4rem;margin-bottom:1rem}.success-step h3{font-size:1.8rem;font-weight:600;color:#0fca84;margin-bottom:1rem}.success-step p{color:#6b7280;margin-bottom:1rem;line-height:1.6}.signup-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:500;color:#374151}.form-group input,.form-group select{padding:1rem;background:#fffc;border:1px solid rgba(15,202,132,.2);border-radius:10px;color:#1f2937;font-size:1rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.form-group input:focus,.form-group select:focus{outline:none;border-color:#0fca84;box-shadow:0 0 20px #0fca8433;background:#ffffffe6}.form-group input::placeholder{color:#6b7280b3}.form-group input.error,.form-group select.error{border-color:#ff4757;box-shadow:0 0 20px #ff475733}.google-signup-button{width:100%;padding:12px 20px;background:#fff;border:2px solid #dadce0;border-radius:8px;color:#3c4043;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:1.5rem}.google-signup-button:hover:not(:disabled){background:#f8f9fa;border-color:#c0c4c7;box-shadow:0 2px 8px #0000001a}.google-signup-button:disabled{opacity:.6;cursor:not-allowed}.google-signup-button svg{flex-shrink:0}.divider{display:flex;align-items:center;text-align:center;margin:1.5rem 0}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid rgba(15,202,132,.2)}.divider span{padding:0 1rem;color:#6b7280;font-size:.9rem;background:transparent}.signup-options{display:flex;flex-direction:column}.google-info{background:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px;padding:12px;margin:16px 0;font-size:.9rem;color:#0369a1;display:flex;align-items:center;gap:8px}.error-text{color:#ff4757;font-size:.8rem;margin-top:.25rem}.general-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:10px;padding:1rem;margin-bottom:1rem;text-align:center;color:#ef4444}.success-message{background:#0fca841a;border:1px solid rgba(15,202,132,.3);border-radius:10px;padding:1rem;margin-bottom:1rem;text-align:center;color:#0fca84}.signup-button{margin-top:1rem;padding:1rem 2rem;background:linear-gradient(45deg,#0fca84,#059669);border:none;border-radius:50px;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #0fca844d}.signup-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 40px #0fca8466}.signup-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.signup-footer{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(15,202,132,.1)}.signup-footer p{opacity:.8;color:#6b7280}.link-button{background:none;border:none;color:#0fca84;cursor:pointer;text-decoration:underline;font-size:inherit;transition:color .3s ease;padding:0;margin:0}.link-button:hover{color:#059669}.login-container{min-height:100vh;background:linear-gradient(135deg,#0f0f23,#1a1a2e,#16213e);color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden;position:relative;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.login-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.login-content{position:relative;z-index:10;width:100%;max-width:400px}.login-card{background:linear-gradient(145deg,#ffffff1a,#ffffff0d);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:3rem;box-shadow:0 20px 60px #0000004d}.login-header{text-align:center;margin-bottom:2.5rem}.login-header h1{font-size:2.5rem;font-weight:700;background:linear-gradient(45deg,#00f5ff,#f0f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.login-header p{font-size:1.1rem;opacity:.8}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-button{margin-top:1rem;padding:1rem 2rem;background:linear-gradient(45deg,#00f5ff,#06f);border:none;border-radius:50px;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #0066ff4d}.login-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 40px #06f6}.login-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-footer{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.login-footer p{opacity:.8}@media (max-width: 768px){.signup-card,.login-card{padding:2rem;margin:1rem}.form-row{grid-template-columns:1fr}.signup-header h1,.login-header h1{font-size:2rem}.progress-indicator{padding:0 1rem}.progress-line{width:40px}.verification-actions{gap:.75rem}}@media (max-width: 480px){.signup-card,.login-card{padding:1.5rem}.signup-header h1,.login-header h1{font-size:1.8rem}.progress-step{width:32px;height:32px;font-size:.8rem}.progress-line{width:30px;margin:0 5px}.verification-icon,.success-icon{font-size:3rem}}*{margin:0;padding:0;box-sizing:border-box}.landing-container{min-height:100vh;color:#1f2937;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;position:relative;overflow-x:hidden}.google-signin-button{width:100%;padding:12px 20px;background:#fff;border:2px solid #dadce0;border-radius:10px;color:#3c4043;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:1.5rem}.google-signin-button:hover:not(:disabled){background:#f8f9fa;border-color:#c0c4c7;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.google-signin-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.google-signin-button svg{flex-shrink:0}.login-card .divider{display:flex;align-items:center;text-align:center;margin:1.5rem 0}.login-card .divider:before,.login-card .divider:after{content:"";flex:1;border-bottom:1px solid rgba(255,255,255,.2)}.login-card .divider span{padding:0 1rem;color:#fffc;font-size:.9rem;background:transparent}.login-form{margin-top:0}@media (max-width: 480px){.google-signin-button,.google-signup-button{padding:10px 16px;font-size:13px}.google-signin-button svg,.google-signup-button svg{width:18px;height:18px}}.bg-animation{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.floating-elements{position:absolute;width:100%;height:100%}.floating-circle{position:absolute;border-radius:50%;background:linear-gradient(45deg,#0fca8420,#0fca8410);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:float 20s ease-in-out infinite}.circle-1{width:400px;height:400px;top:5%;left:-200px;animation-delay:0s}.circle-2{width:250px;height:250px;top:55%;right:-125px;animation-delay:7s}.circle-3{width:180px;height:180px;bottom:15%;left:15%;animation-delay:14s}.floating-elements:before{content:"";position:absolute;width:120px;height:120px;background:linear-gradient(45deg,#0fca8415,#0fca8408);border-radius:50%;top:30%;right:10%;animation:float 25s ease-in-out infinite reverse}.floating-elements:after{content:"";position:absolute;width:80px;height:80px;background:linear-gradient(45deg,#0fca8418,#0fca840a);border-radius:50%;bottom:35%;right:25%;animation:float 18s ease-in-out infinite;animation-delay:5s}.grid-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(15,202,132,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(15,202,132,.08) 1px,transparent 1px);background-size:60px 60px;animation:gridMove 40s linear infinite;opacity:.6}@keyframes float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-30px) rotate(120deg)}66%{transform:translateY(30px) rotate(240deg)}}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.header{position:relative;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:2rem 4rem}.logo-container{position:relative}.logo{display:flex;align-items:center;position:relative}.logo-text{font-size:2rem;font-weight:700;background:linear-gradient(45deg,#0fca84,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 30px rgba(15,202,132,.3)}.logo-pulse{position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;border:2px solid rgba(15,202,132,.3);border-radius:10px;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.nav-buttons{display:flex;align-items:center;gap:1rem;margin-left:auto;justify-content:flex-end;flex:1}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-link-btn{background:none;border:none;color:#1f2937;font-weight:500;font-size:1rem;cursor:pointer;padding:.5rem 1rem;border-radius:25px;transition:all .3s ease;position:relative}.nav-link-btn:hover{color:#0fca84;background:#0fca841a}.nav-link-btn.active{color:#0fca84;background:#0fca8426;font-weight:600}.nav-divider{color:#1f29374d;font-size:1.2rem;font-weight:300}.auth-buttons{display:flex;align-items:center;gap:1rem}.mobile-menu-toggle{display:none;background:none;border:none;color:#1f2937;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s ease}.mobile-menu-toggle:hover{background:#0fca841a;color:#0fca84}.mobile-nav-menu{overflow:hidden;max-height:0;transition:max-height .4s ease;background:#fff;border-bottom:1px solid rgba(15,202,132,.2)}.mobile-nav-menu.open{max-height:500px}.mobile-nav-content{display:flex;flex-direction:column;gap:1rem;padding:1rem 1.5rem;width:350px}.mobile-nav-item{background:none;border:none;color:#1f2937;font-weight:500;font-size:1.1rem;cursor:pointer;padding:1rem;border-radius:15px;transition:all .3s ease;text-align:left;border:2px solid transparent}.mobile-nav-item:hover,.mobile-nav-item.active{color:#0fca84;background:#0fca841a;border-color:#0fca8433;transform:translate(5px)}.mobile-auth-buttons{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(15,202,132,.2)}.mobile-auth-btn{padding:1rem 1.5rem;border-radius:25px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;text-align:center;border:none}.mobile-auth-btn.login{background:transparent;border:2px solid rgba(15,202,132,.3);color:#1f2937}.mobile-auth-btn.login:hover{border-color:#0fca84;background:#0fca840d;transform:translateY(-2px)}.mobile-auth-btn.signup{background:linear-gradient(45deg,#0fca84,#059669);color:#fff;box-shadow:0 4px 15px #0fca844d}.mobile-auth-btn.signup:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0fca8466}@media (max-width: 1024px){.nav-links{gap:1rem}.nav-link-btn{font-size:.95rem;padding:.4rem .8rem}}@media (max-width: 768px){.nav-buttons{display:none}.mobile-menu-toggle{display:block}.header{padding:1.5rem 2rem}}@media (max-width: 480px){.header{padding:1rem}.mobile-nav-content{padding:1.5rem}.mobile-nav-item{padding:.8rem;font-size:1rem}.mobile-auth-btn{padding:.8rem 1.2rem;font-size:1rem}}.logo{transition:transform .2s ease}.logo:hover{transform:scale(1.02)}.nav-btn{position:relative;padding:.75rem 1.5rem;background:transparent;border:2px solid rgba(15,202,132,.3);color:#1f2937;border-radius:50px;font-weight:500;cursor:pointer;transition:all .3s ease;overflow:hidden}.nav-btn:hover{border-color:#0fca84;box-shadow:0 0 20px #0fca844d;transform:translateY(-2px);background:#0fca840d}.btn-glow{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(15,202,132,.2),transparent);transition:left .5s}.nav-btn:hover .btn-glow{left:100%}.main-content{position:relative;z-index:10;padding:0 4rem}.hero-section{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:80vh;padding:4rem 0}.hero-text{max-width:600px}.hero-title{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.title-line{font-size:1.5rem;font-weight:300;opacity:.7;color:#6b7280}.title-brand{font-size:4rem;font-weight:700;background:linear-gradient(45deg,#000,#000);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 40px rgba(15,202,132,.3)}.title-subtitle{font-size:1.2rem;font-weight:400;opacity:.6;color:#6b7280}.hero-description{font-size:1.1rem;line-height:1.6;opacity:.7;margin-bottom:3rem;color:#4b5563}.cta-buttons{display:flex;gap:1rem}.cta-primary:hover .cta-arrow{transform:translate(5px)}.cta-secondary{padding:1rem 2rem;background:transparent;border:2px solid rgba(15,202,132,.3);border-radius:50px;color:#1f2937;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.cta-secondary:hover{border-color:#0fca84;background:#0fca841a;transform:translateY(-3px)}.hero-visual{display:flex;justify-content:center;align-items:center}.dashboard-preview{position:relative;transform:perspective(1000px) rotateY(-15deg) rotateX(5deg);transition:transform .3s ease}.dashboard-preview:hover{transform:perspective(1000px) rotateY(-10deg) rotateX(2deg) scale(1.05)}.preview-screen{width:500px;height:350px;background:linear-gradient(145deg,#fff,#f9fafb);border-radius:20px;border:1px solid rgba(15,202,132,.2);box-shadow:0 25px 80px #0fca8426;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.screen-header{height:40px;background:linear-gradient(90deg,#f3f4f6,#e5e7eb);display:flex;align-items:center;padding:0 1rem}.screen-dots{display:flex;gap:.5rem}.screen-dots span{width:10px;height:10px;border-radius:50%;background:#ff5f57}.screen-dots span:nth-child(2){background:#ffbd2e}.screen-dots span:nth-child(3){background:#28ca42}.screen-content{padding:1rem;height:calc(100% - 40px);display:flex;flex-direction:column;gap:.75rem}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(15,202,132,.1);margin-bottom:.5rem}.dashboard-title{font-size:1rem;font-weight:600;color:#1f2937}.dashboard-user{display:flex;align-items:center;gap:.5rem}.user-avatar{width:24px;height:24px;border-radius:50%;background:linear-gradient(45deg,#0fca84,#059669)}.user-name{font-size:.8rem;color:#6b7280}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.75rem}.mini-stat-card{background:#0fca840d;padding:.75rem;border-radius:8px;border:1px solid rgba(15,202,132,.1)}.mini-stat-value{font-size:1.25rem;font-weight:700;color:#0fca84;line-height:1}.mini-stat-label{font-size:.7rem;color:#6b7280;margin-top:.25rem}.orders-section{flex:1;background:#f8fafccc;border-radius:8px;padding:.75rem;border:1px solid rgba(15,202,132,.1)}.orders-header{font-size:.8rem;font-weight:600;color:#374151;margin-bottom:.5rem}.order-item{display:flex;justify-content:space-between;align-items:center;padding:.4rem 0;border-bottom:1px solid rgba(15,202,132,.08)}.order-item:last-child{border-bottom:none}.order-info{flex:1}.order-id{font-size:.7rem;font-weight:500;color:#1f2937}.order-table{font-size:.6rem;color:#6b7280}.order-status{padding:.2rem .4rem;border-radius:12px;font-size:.6rem;font-weight:500}.status-pending{background:#fef3c7;color:#d97706}.status-preparing{background:#dbeafe;color:#2563eb}.status-ready{background:#d1fae5;color:#059669}.how-it-works-section{padding:6rem 0;background:linear-gradient(135deg,#ffffffe6,#f0fdf4cc);border-radius:40px;margin:4rem 0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(15,202,132,.1)}.section-description{text-align:center;font-size:1.2rem;opacity:.7;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.workflow-container{max-width:1200px;margin:0 auto;position:relative}.progress-wrapper{margin-bottom:3rem;position:relative;padding:0 2rem}.progress-line{height:16px!important;background:#0fca8433!important;border-radius:25px!important;overflow:hidden;position:relative;box-shadow:inset 0 3px 6px #00000026,0 2px 8px #0fca8433!important;border:2px solid rgba(15,202,132,.3)!important}.progress-fill{height:100%!important;background:linear-gradient(90deg,#0fca84,#059669,#0fca84)!important;border-radius:25px!important;transition:width .8s cubic-bezier(.4,0,.2,1)!important;position:relative;box-shadow:0 4px 12px #0fca8480,inset 0 2px #fff6!important;background-size:200% 100%!important;animation:gradientShift 3s ease-in-out infinite!important}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.progress-fill:after{content:"";position:absolute;top:0;right:0;width:40px!important;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),rgba(255,255,255,.4),transparent)!important;animation:shimmer 2.5s ease-in-out infinite!important;border-radius:25px}@keyframes shimmer{0%{transform:translate(-40px);opacity:0}50%{opacity:1}to{transform:translate(40px);opacity:0}}.progress-labels{display:flex;justify-content:space-between;margin-top:1rem!important;padding:0 2rem}.progress-label{font-size:.9rem!important;color:#6b7280;font-weight:600!important;transition:all .3s ease;text-align:center}.progress-label.active{color:#0fca84!important;font-weight:700!important;transform:scale(1.1)!important;text-shadow:0 0 10px rgba(15,202,132,.3)!important}.progress-percentage{position:absolute;right:-4rem!important;top:50%;transform:translateY(-50%);background:linear-gradient(45deg,#0fca84,#059669)!important;color:#fff!important;padding:.5rem 1rem!important;border-radius:20px!important;font-size:1rem!important;font-weight:700!important;box-shadow:0 4px 12px #0fca8466!important;opacity:1!important;min-width:60px;text-align:center}.progress-line:before{content:"";position:absolute;top:50%;left:0;right:0;height:2px!important;background:repeating-linear-gradient(90deg,transparent,transparent 24%,rgba(255,255,255,.5) 25%,rgba(255,255,255,.5) 26%,transparent 27%)!important;transform:translateY(-50%);z-index:2}.workflow-container .progress-line{animation:progressGlow 3s ease-in-out infinite!important}@keyframes progressGlow{0%,to{box-shadow:inset 0 3px 6px #00000026,0 2px 8px #0fca8433}50%{box-shadow:inset 0 3px 6px #00000026,0 4px 16px #0fca8466,0 0 24px #0fca8433}}@media (max-width: 768px){.progress-labels{display:none}.progress-line{height:12px!important}.progress-percentage{right:-3rem!important;font-size:.85rem!important;padding:.4rem .8rem!important}.progress-labels{padding:0 1rem}.progress-label{font-size:.8rem!important}}@media (max-width: 480px){.progress-wrapper{padding:0 .5rem}.progress-line{height:10px!important}.progress-percentage{position:relative!important;right:auto!important;top:auto!important;transform:none!important;margin-top:.5rem!important;margin-left:auto!important;margin-right:auto!important;display:block!important;width:fit-content!important}.progress-labels{margin-top:1.5rem!important;font-size:.7rem!important}}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2rem}.step-card{background:linear-gradient(145deg,#ffffffe6,#f0fdf4b3);border:2px solid rgba(15,202,132,.1);border-radius:20px;padding:2rem;text-align:center;transition:all .6s ease;opacity:.5;transform:translateY(20px) scale(.95);position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.step-card.active{opacity:1;transform:translateY(0) scale(1);border-color:#0fca844d;box-shadow:0 15px 40px #0fca841a}.step-icon{position:relative;margin-bottom:1.5rem;display:inline-block}.step-icon .icon{font-size:3rem;display:block;margin-bottom:.5rem}.step-number{position:absolute;top:-10px;right:-10px;width:30px;height:30px;background:linear-gradient(45deg,#0fca84,#059669);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;box-shadow:0 4px 15px #0fca844d}.step-content h3{font-size:1.3rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.step-content p{color:#6b7280;line-height:1.6;font-size:.95rem}.pulse-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border:3px solid #0fca84;border-radius:50%;opacity:0;animation:pulseRing 2s ease-out infinite}.pulse-ring.active{opacity:1}@keyframes pulseRing{0%{transform:translate(-50%,-50%) scale(.8);opacity:1}to{transform:translate(-50%,-50%) scale(1.4);opacity:0}}.flow-indicators{display:flex;justify-content:center;align-items:center;gap:4rem;margin-top:2rem}.flow-arrow{font-size:2rem;color:#0fca844d;transition:all .6s ease;transform:scale(.8)}.flow-arrow.active{color:#0fca84;transform:scale(1.2);text-shadow:0 0 20px rgba(15,202,132,.5)}.benefits-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.main-benefit{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;background:linear-gradient(145deg,#fffffff2,#f0fdf4cc);border:2px solid rgba(15,202,132,.2);border-radius:25px;padding:3rem;box-shadow:0 20px 60px #0fca841a}.benefit-visual{position:relative}.dashboard-mockup{background:linear-gradient(145deg,#fff,#f8fafc);border-radius:15px;border:1px solid rgba(15,202,132,.2);overflow:hidden;box-shadow:0 15px 40px #0fca8426}.mockup-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:linear-gradient(90deg,#f8fafc,#f1f5f9);border-bottom:1px solid rgba(15,202,132,.1)}.mockup-title{font-weight:600;color:#1f2937}.live-indicator{display:flex;align-items:center;gap:.5rem;color:#ef4444;font-size:.8rem;font-weight:600}.pulse-dot{width:8px;height:8px;background:#ef4444;border-radius:50%;animation:pulse-dot 1.5s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.tracking-section{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.waiter-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#0fca840d;border-radius:12px;border:1px solid rgba(15,202,132,.1);transition:all .3s ease}.waiter-item:hover{background:#0fca841a;transform:translate(5px)}.waiter-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(45deg,#0fca84,#059669);display:flex;align-items:center;justify-content:center;font-size:1.2rem}.waiter-info{flex:1}.waiter-name{font-weight:600;color:#1f2937;font-size:.9rem}.order-status{color:#6b7280;font-size:.8rem}.status-indicator{width:12px;height:12px;border-radius:50%;position:relative}.status-indicator.active{background:#3b82f6;animation:pulse-indicator 2s ease-in-out infinite}.status-indicator.complete{background:#10b981}.status-indicator.serving{background:#f59e0b;animation:pulse-indicator 2s ease-in-out infinite}@keyframes pulse-indicator{0%,to{box-shadow:0 0 #3b82f6b3}50%{box-shadow:0 0 0 10px #3b82f600}}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.benefit-card{background:linear-gradient(145deg,#ffffffe6,#f0fdf4b3);border:1px solid rgba(15,202,132,.15);border-radius:20px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.benefit-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(15,202,132,.1),transparent);transition:left .5s ease}.benefit-card:hover:before{left:100%}.benefit-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #0fca8426;border-color:#0fca844d}.benefit-icon{font-size:3rem;margin-bottom:1.5rem;display:block}.benefit-card h3{font-size:1.4rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.benefit-card p{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.benefit-features{list-style:none;padding:0;margin:1.5rem 0 0}.benefit-features li{color:#4b5563;font-size:.9rem;position:relative;padding:.5rem 0 .5rem 1.5rem}.benefit-features li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:600}.stat-highlight{display:flex;flex-direction:column;align-items:center;margin-top:1.5rem;padding:1rem;background:#0fca841a;border-radius:12px;border:1px solid rgba(15,202,132,.2)}.stat-number{font-family:Caveat,cursive;font-size:2rem;font-weight:700;color:#000;line-height:1}.stat-label{font-size:.8rem;color:#6b7280;margin-top:.25rem;text-align:center}.roi-section{background:linear-gradient(135deg,#0fca84,#059669);border-radius:20px;padding:3rem;color:#fff;display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center}.roi-content h3{font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.roi-content p{opacity:.9;font-size:1.1rem}.roi-stats{display:flex;gap:2rem}.roi-stat{display:flex;flex-direction:column;align-items:center;text-align:center}.roi-number{font-size:2.5rem;font-weight:700;line-height:1}.roi-label{font-size:.9rem;opacity:.9;margin-top:.5rem}.footer{position:relative;z-index:10;text-align:center;padding:2rem;border-top:1px solid rgba(15,202,132,.1);opacity:.7;color:#6b7280}@media (max-width: 1024px){.hero-section{grid-template-columns:1fr;text-align:center}.steps-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.flow-indicators{display:none}.header{padding:1.5rem 2rem}.main-content{padding:0 2rem}}@media (max-width: 768px){.header{flex-direction:column;gap:1rem;padding:1rem}.main-content{padding:0 1rem}.title-brand{font-size:2.5rem}.cta-buttons{flex-direction:column;align-items:center}.preview-screen{width:300px;height:225px}.dashboard-preview{transform:none}.features-grid,.benefits-grid{grid-template-columns:1fr;gap:1.5rem}.main-benefit{grid-template-columns:1fr;gap:2rem;padding:2rem}.roi-section{grid-template-columns:1fr;gap:2rem;text-align:center;padding:2rem}.roi-stats{justify-content:center;gap:1.5rem}.owner-benefits-section{padding:4rem 0;margin:2rem 0}.dashboard-mockup{margin:0 auto;max-width:350px}.tracking-section{padding:1rem}.waiter-item{padding:.75rem}.waiter-avatar{width:35px;height:35px;font-size:1rem}.benefit-card{padding:1.5rem}.benefit-icon{font-size:2.5rem;margin-bottom:1rem}.stat-highlight{margin-top:1rem;padding:.75rem}.stat-number{font-size:3.5rem}.roi-number{font-size:2rem}.steps-grid{grid-template-columns:1fr;gap:1.5rem}.step-card{padding:1.5rem}.step-icon .icon{font-size:2.5rem}.section-title{font-size:2rem}.how-it-works-section{padding:4rem 0;margin:2rem 0}.progress-wrapper{margin-bottom:2rem}}.professional-footer{background:#1f2937;color:#fff;padding:3rem 0 1.5rem;margin-top:4rem;position:relative;z-index:10}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{display:flex;align-items:center;gap:.75rem}.footer-logo-icon{width:2rem;height:2rem;background:linear-gradient(45deg,#0fca84,#059669);border-radius:.5rem;display:flex;align-items:center;justify-content:center}.footer-logo-text{color:#fff;font-weight:700;font-size:1.25rem}.footer-brand-name{font-size:1.5rem;font-weight:700;color:#fff}.footer-description{color:#9ca3af;line-height:1.6;max-width:300px}.footer-heading{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.5rem}.footer-link{background:none;border:none;color:#9ca3af;font-size:.9rem;cursor:pointer;transition:color .3s ease;text-align:left;padding:0;font-family:inherit}.footer-link:hover{color:#0fca84}.footer-bottom{border-top:1px solid #374151;padding-top:1.5rem;text-align:center}.footer-bottom p{color:#9ca3af;margin:0;font-size:.9rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:1rem;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px #00000040}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background:#fff;border-radius:1rem 1rem 0 0}.modal-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;transition:all .2s ease}.modal-close:hover{background:#f3f4f6;color:#1f2937}.modal-body{padding:1.5rem}.modal-body h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem;margin-top:1.5rem}.modal-body h3:first-child{margin-top:0}.modal-body h4{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:.5rem;margin-top:1rem}.modal-body p{color:#4b5563;line-height:1.6;margin-bottom:1rem}.modal-body ul{color:#4b5563;line-height:1.6;margin-bottom:1rem;padding-left:1.5rem}.modal-body li{margin-bottom:.5rem}@media (max-width: 1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1;margin-bottom:1rem}}@media (max-width: 768px){.professional-footer{padding:2rem 0 1rem}.footer-container{padding:0 1rem}.footer-grid{grid-template-columns:1fr;gap:1.5rem}.footer-brand{grid-column:1;margin-bottom:0}.footer-logo{justify-content:center;text-align:center}.footer-description{text-align:center;max-width:none}.footer-column{text-align:center}.footer-links{align-items:center}.modal-overlay{padding:.5rem}.modal-header,.modal-body{padding:1rem}.modal-title{font-size:1.25rem}}@media (max-width: 480px){.footer-container{padding:0 .75rem}.footer-brand-name{font-size:1.25rem}.footer-heading{font-size:.9rem}.footer-link{font-size:.85rem}.footer-bottom p{font-size:.8rem}}.footer-brand{display:flex;flex-direction:column;gap:1rem;max-width:300px}.footer-logo{display:flex;align-items:center;gap:.75rem;transition:transform .3s ease}.footer-logo:hover{transform:scale(1.02)}.footer-logo-icon{width:2.5rem;height:2.5rem;background:linear-gradient(45deg,#0fca84,#059669);border-radius:.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.footer-logo-icon:hover{box-shadow:0 4px 15px #0fca8466;transform:translateY(-1px)}.footer-logo-text{color:#fff;font-weight:700;font-size:1.5rem}.footer-brand-name{font-size:1.75rem;font-weight:700;color:#fff;transition:color .3s ease}.footer-brand-name:hover{color:#0fca84}.footer-bottom{border-top:1px solid #374151;padding-top:1.5rem;margin-top:2rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom-links{display:flex;align-items:center;gap:.75rem}.footer-bottom-link{background:none;border:none;color:#9ca3af;font-size:.85rem;cursor:pointer;transition:color .3s ease;padding:0;font-family:inherit}.footer-bottom-link:hover{color:#0fca84}.footer-divider{color:#6b7280;font-size:.8rem}.footer-link{background:none;border:none;color:#9ca3af;font-size:.95rem;cursor:pointer;transition:all .3s ease;text-align:left;padding:.25rem 0;font-family:inherit;position:relative}.footer-link:hover{color:#0fca84;transform:translate(3px)}.footer-link:before{content:"";position:absolute;left:-10px;top:50%;transform:translateY(-50%);width:0;height:2px;background:#0fca84;transition:width .3s ease}.footer-link:hover:before{width:6px}.professional-footer{animation:slideUpFooter .8s ease-out}@keyframes slideUpFooter{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-heading{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.75rem;position:relative;padding-bottom:.5rem}.footer-heading:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background:linear-gradient(90deg,#0fca84,#059669);border-radius:1px}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}@media (max-width: 1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-brand{grid-column:1 / -1;margin-bottom:1rem;max-width:none;text-align:center}.footer-social{align-items:center}.social-links{justify-content:center}}@media (max-width: 768px){.professional-footer{padding:2.5rem 0 1.5rem}.footer-container{padding:0 1.5rem}.footer-grid{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-brand{grid-column:1;margin-bottom:0}.footer-column{text-align:center}.footer-links{align-items:center}.footer-bottom-content{flex-direction:column;text-align:center;gap:.75rem}.footer-bottom-links{justify-content:center}}@media (max-width: 480px){.footer-container{padding:0 1rem}.footer-brand-name{font-size:1.5rem}.footer-heading{font-size:1rem}.footer-link{font-size:.9rem}.footer-bottom p,.footer-bottom-link{font-size:.8rem}.social-links{gap:.75rem}.social-link{width:2.25rem;height:2.25rem}.social-link svg{width:16px;height:16px}}.footer-sticky{position:sticky;bottom:0;z-index:5}.footer-blur{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f2937f2}.footer-loading{opacity:0;animation:fadeInFooter 1s ease-out .3s forwards}@keyframes fadeInFooter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.footer-social{margin-top:1.5rem}.social-text{color:#9ca3af;font-size:.9rem;margin-bottom:.75rem;font-weight:500}.social-links{display:flex;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:#0fca841a;border:1px solid rgba(15,202,132,.2);border-radius:50%;color:#9ca3af;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#0fca84;border-color:#0fca84;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0fca844d}.social-link svg{width:18px;height:18px}.info-screen-container{min-height:100vh;color:#1f2937;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;position:relative;overflow-x:hidden}.info-screen-container .enhanced-header{position:sticky;top:0}.info-header{position:relative;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:2rem 4rem;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(15,202,132,.1)}.back-btn{background:transparent;border:2px solid rgba(15,202,132,.3);color:#1f2937;border-radius:50px;font-weight:500;cursor:pointer;transition:all .3s ease;padding:.75rem 1.5rem}.back-btn:hover{border-color:#0fca84;background:#0fca840d;transform:translateY(-2px)}.info-main-content{position:relative;z-index:10;padding:0 4rem 4rem;max-width:1200px;margin:0 auto}.info-hero{text-align:center;padding:4rem 0}.info-title{font-size:5.5rem;font-family:Caveat,cursive;font-weight:700;background:linear-gradient(45deg,#0fca84,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem}.info-subtitle{font-size:1.25rem;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.6}.info-footer{text-align:center;padding:2rem;border-top:1px solid rgba(15,202,132,.1);color:#6b7280;background:#ffffff80}.pricing-section{padding:2rem 0}.pricing-card-container{display:flex;justify-content:center;margin-bottom:4rem}.pricing-card{background:linear-gradient(145deg,#ffffffe6,#f0fdf4cc);border:2px solid rgba(15,202,132,.2);border-radius:25px;padding:3rem;max-width:500px;width:100%;text-align:center;box-shadow:0 20px 60px #0fca841a;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.free-plan{border-color:#0fca84;box-shadow:0 25px 80px #0fca8433}.pricing-header{margin-bottom:2rem}.plan-badge{background:linear-gradient(45deg,#0fca84,#059669);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;display:inline-block;margin-bottom:1rem}.plan-name{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.plan-price{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-bottom:1rem}.price-amount{font-size:4rem;font-weight:700;color:#0fca84}.price-period{font-size:1.25rem;color:#6b7280}.plan-description{color:#6b7280;font-size:1.1rem}.pricing-cta{text-align:center}.cta-primary.large{padding:1.25rem 2.5rem;font-size:1.1rem;margin-bottom:1rem}.cta-note{color:#6b7280;font-size:.9rem;margin:0}.why-free-section{padding:4rem 0;text-align:center}.why-free-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.why-free-card{background:#fffc;border:1px solid rgba(15,202,132,.1);border-radius:20px;padding:2rem;transition:transform .3s ease}.why-free-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0fca841a}.why-icon{font-size:3rem;margin-bottom:1rem}.why-free-card h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.why-free-card p{color:#6b7280;line-height:1.6}.pricing-faq{padding:4rem 0;text-align:center}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem;text-align:left}.faq-item{background:#fffc;border:1px solid rgba(15,202,132,.1);border-radius:15px;padding:1.5rem}.faq-item h4{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.faq-item p{color:#6b7280;line-height:1.6;margin:0}.about-section{padding:2rem 0 4rem}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:center}.about-text h2{font-family:Caveat,cursive;font-size:4rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.timeline-icon img{width:70%;height:80%;object-fit:contain}.about-text p{color:#4b5563;line-height:1.7;margin-bottom:1.5rem;font-size:1.1rem}.mission-stats{display:grid;gap:1.5rem}.stat-item{background:#0fca8408;border:1px solid rgba(15,202,132,.2);border-radius:15px;padding:1.5rem;text-align:center}.value-icon img{width:45%;height:100%;object-fit:contain}.stat-number{display:block;font-size:3rem;font-weight:700;color:#000;margin-bottom:.5rem}.stat-label{color:#6b7280;font-size:.9rem}.story-section{padding:4rem 0;text-align:center}.story-timeline{max-width:800px;margin:2rem auto 0}.timeline-item{display:flex;align-items:flex-start;gap:2rem;margin-bottom:3rem;text-align:left}.timeline-icon{font-size:3rem;flex-shrink:0;width:90px;height:90px;border-radius:50%;display:flex;align-items:center;justify-content:center}.timeline-content h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.timeline-content p{color:#4b5563;line-height:1.6;font-size:1.05rem}.values-section{padding:4rem 0;text-align:center}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:2rem}.value-card{background:#fffc;border:1px solid rgba(15,202,132,.1);border-radius:20px;padding:2rem;transition:transform .3s ease}.value-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0fca841a}.value-icon{font-size:3rem;margin-bottom:1rem}.value-card h3{font-size:1.05rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.value-card p{color:#6b7280;line-height:1.6;font-size:.8rem}.team-section{padding:4rem 0;text-align:center}.team-description{color:#6b7280;font-size:1.1rem;max-width:600px;margin:1rem auto 2rem}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.team-member{background:#fffc;border:1px solid rgba(15,202,132,.1);border-radius:20px;padding:2rem;transition:transform .3s ease}.team-member:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0fca841a}.member-avatar{font-size:4rem;margin-bottom:1rem}.team-member h4{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.member-role{color:#0fca84;font-weight:600;margin-bottom:1rem}.member-bio{color:#6b7280;line-height:1.6;font-size:.95rem}.contact-cta-section{padding:4rem 0;text-align:center;background:linear-gradient(135deg,#0fca840d,#f0fdf4cc);border-radius:25px;margin:2rem 0}.contact-cta-content h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.contact-cta-content p{color:#6b7280;font-size:1.1rem;margin-bottom:2rem}.contact-container{max-width:1000px;margin:0 auto}.contact-form-section{margin-bottom:4rem}.contact-form-card{background:linear-gradient(145deg,#ffffffe6,#f0fdf4cc);border:1px solid rgba(15,202,132,.2);border-radius:25px;padding:3rem;box-shadow:0 20px 60px #0fca841a}.contact-form-card h2{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:2rem;text-align:center}.contact-form{display:grid;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:.875rem 1rem;border:2px solid rgba(15,202,132,.2);border-radius:10px;font-size:1rem;transition:all .3s ease;background:#fffc;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#0fca84;box-shadow:0 0 0 3px #0fca841a}.form-group textarea{resize:vertical;min-height:120px}.contact-submit-btn{background:linear-gradient(45deg,#0fca84,#059669);border:none;border-radius:10px;color:#fff;font-size:1.1rem;font-weight:600;padding:1rem 2rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem}.contact-submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0fca844d}.contact-submit-btn .cta-arrow{width:20px;height:20px}.contact-info-section{margin-bottom:4rem}.contact-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.contact-info-card{background:#fffc;border:1px solid rgba(15,202,132,.1);border-radius:20px;padding:2rem;text-align:center;transition:transform .3s ease}.contact-info-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0fca841a}.contact-icon{font-size:3rem;margin-bottom:1rem}.contact-info-card h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.contact-info-card p{color:#4b5563;line-height:1.6;margin-bottom:.5rem}.contact-note{color:#6b7280;font-size:.9rem;font-style:italic}.contact-note.emergency{color:#0fca84;font-weight:600;font-style:normal}.emergency-support-section{margin-bottom:4rem}.emergency-card{background:linear-gradient(135deg,#fef2f2,#fef7f7);border:2px solid #fca5a5;border-radius:20px;padding:2.5rem;text-align:center}.emergency-icon{font-size:3rem;margin-bottom:1rem}.emergency-card h3{font-size:1.5rem;font-weight:700;color:#dc2626;margin-bottom:1rem}.emergency-card p{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.emergency-contact{background:#dc2626;color:#fff;padding:1rem;border-radius:10px;font-size:1.1rem}.quick-help-section{text-align:center}.quick-help-section h2{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.quick-help-section>p{color:#6b7280;font-size:1.1rem;margin-bottom:2rem}.quick-help-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}.help-card{background:#fffc;border:1px solid rgba(15,202,132,.1);border-radius:15px;padding:1.5rem;transition:transform .3s ease}.help-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0fca841a}.help-card h4{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.help-card p{color:#6b7280;line-height:1.5;font-size:.95rem}.help-cta{margin-top:2rem}@media (max-width: 1024px){.info-header{padding:1.5rem 2rem}.info-main-content{padding:0 2rem 4rem}.about-content{grid-template-columns:1fr;gap:2rem}.timeline-item{flex-direction:column;text-align:center;gap:1rem}.form-row{grid-template-columns:1fr;gap:1rem}}.legal-date{color:#6b7280;font-size:1rem;font-style:italic;margin-top:1rem}.legal-content{max-width:900px;margin:0 auto}.legal-section{background:#fffc;border:1px solid rgba(15,202,132,.1);border-radius:20px;padding:2.5rem;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.legal-section h2{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;border-bottom:2px solid rgba(15,202,132,.2);padding-bottom:.75rem}.legal-section h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin:2rem 0 1rem}.legal-section h4{font-size:1.25rem;font-weight:600;color:#1f2937;margin:1.5rem 0 .75rem}.legal-section p{color:#4b5563;line-height:1.7;margin-bottom:1.5rem;font-size:1.05rem}.legal-section ul{color:#4b5563;line-height:1.7;margin-bottom:1.5rem;padding-left:1.5rem}.legal-section li{margin-bottom:.5rem}.legal-subsection{margin-bottom:2rem}.legal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.legal-card{background:#0fca840d;border:1px solid rgba(15,202,132,.2);border-radius:15px;padding:1.5rem;transition:transform .3s ease}.legal-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0fca841a}.legal-card h4{color:#0fca84;margin-bottom:.75rem;font-size:1.1rem;display:flex;align-items:center;gap:.5rem}.contact-info{background:#0fca840d;border:1px solid rgba(15,202,132,.2);border-radius:15px;padding:2rem;margin-top:1.5rem}.contact-info p{margin-bottom:.75rem}.security-features{display:grid;gap:2rem;margin-top:2rem}.security-item{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background:#0fca840d;border:1px solid rgba(15,202,132,.1);border-radius:15px}.security-icon{font-size:2.5rem;flex-shrink:0}.security-item h4{color:#1f2937;margin-bottom:.5rem}.security-item p{color:#6b7280;margin:0}.rights-list{display:grid;gap:1.5rem;margin-top:1.5rem}.right-item{background:#0fca840d;border:1px solid rgba(15,202,132,.1);border-radius:15px;padding:1.5rem}.right-item h4{color:#0fca84;margin-bottom:.75rem}.right-item p{color:#6b7280;margin:0}.prohibited-list{display:grid;gap:1.5rem;margin-top:1.5rem}.prohibited-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#ef44440d;border:1px solid rgba(239,68,68,.1);border-radius:15px}.prohibited-icon{font-size:1.5rem;flex-shrink:0}.prohibited-item h4{color:#dc2626;margin-bottom:.5rem}.prohibited-item p{color:#6b7280;margin:0}.faq-container{max-width:1000px;margin:0 auto}.faq-categories{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:3rem;padding:1rem;background:#fffc;border-radius:20px;border:1px solid rgba(15,202,132,.1)}.category-tab{padding:.75rem 1.5rem;background:transparent;border:2px solid rgba(15,202,132,.2);border-radius:25px;color:#6b7280;font-weight:500;cursor:pointer;transition:all .3s ease}.category-tab:hover{border-color:#0fca84;color:#0fca84}.category-tab.active{background:linear-gradient(45deg,#0fca84,#059669);border-color:#0fca84;color:#fff}.faq-questions{background:#fffc;border:1px solid rgba(15,202,132,.1);border-radius:20px;padding:2rem;margin-bottom:3rem}.category-title{font-family:Caveat,cursive;font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:2rem;text-align:center}.questions-list{display:grid;gap:1rem}.question-item{border:1px solid rgba(15,202,132,.1);border-radius:15px;overflow:hidden;background:#ffffff80}.question-button{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:none;border:none;cursor:pointer;transition:all .3s ease;text-align:left}.question-button:hover{background:#0fca840d}.question-text{font-size:1.1rem;font-weight:600;color:#1f2937}.question-icon{font-size:1.5rem;color:#0fca84;transition:transform .3s ease}.question-icon.open{transform:rotate(45deg)}.answer-content{padding:0 1.5rem 1.5rem;border-top:1px solid rgba(15,202,132,.1);background:#0fca8405}.answer-content p{color:#4b5563;line-height:1.6;margin:1rem 0 0}.faq-support{text-align:center}.support-card{background:linear-gradient(135deg,#0fca840d,#f0fdf4cc);border:1px solid rgba(15,202,132,.2);border-radius:20px;padding:3rem}.support-card h3{font-family:Caveat,cursive;font-size:2.75rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.support-card p{color:#6b7280;font-size:1.1rem;margin-bottom:2rem}.support-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.support-btn{padding:1rem 2rem;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.support-btn.primary{background:linear-gradient(45deg,#0fca84,#059669);color:#fff}.support-btn.primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0fca844d}.support-btn.secondary{background:transparent;border:2px solid #0fca84;color:#0fca84}.support-btn.secondary:hover{background:#0fca841a}.security-content{max-width:1200px;margin:0 auto}.security-overview{text-align:center;margin-bottom:4rem}.security-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.security-stat{background:#0fca841a;border:2px solid rgba(15,202,132,.2);border-radius:20px;padding:2rem;text-align:center}.security-stat .stat-number{font-family:Caveat,cursive;display:block;font-size:2.5rem;font-weight:700;color:#0fca84;margin-bottom:.5rem}.security-stat .stat-label{color:#6b7280;font-weight:500}.security-section{margin-bottom:4rem}.security-section h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:2rem;text-align:center}.security-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem;margin-top:2rem}.security-feature{background:#fffc;border:1px solid rgba(15,202,132,.1);border-radius:20px;padding:2.5rem;transition:transform .3s ease}.security-feature:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0fca841a}.security-feature .feature-icon{font-size:3rem;margin-bottom:1.5rem}.security-feature h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.security-feature p{color:#4b5563;line-height:1.6;margin-bottom:1.5rem}.security-feature ul{list-style:none;padding:0}.security-feature li{color:#6b7280;position:relative;padding:.5rem 0 .5rem 1.5rem}.security-feature li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:600}.compliance-section{margin-bottom:4rem;text-align:center}.toast-notification{position:fixed;top:100px;right:20px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001f;padding:16px 20px;min-width:320px;max-width:500px;z-index:10000;transform:translate(120%);transition:transform .3s cubic-bezier(.4,0,.2,1);border-left:4px solid}.toast-notification.show{transform:translate(0)}.toast-notification.success{border-left-color:#0fca84}.toast-notification.error{border-left-color:#ef4444}.toast-content{display:flex;align-items:center;gap:12px}.toast-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0}.toast-notification.success .toast-icon{background:#0fca841a;color:#0fca84}.toast-notification.error .toast-icon{background:#ef44441a;color:#ef4444}.contact-link{display:block;color:#1a1a1a;text-decoration:none;font-weight:500;transition:color .2s;margin-bottom:8px}.contact-note{display:block}.contact-link{color:#1a1a1a;text-decoration:none;font-weight:500;transition:color .2s}.contact-link:hover{color:#0fca84}@media (max-width: 768px){.contact-link{color:#0fca84;text-decoration:underline}}.toast-message{flex:1;color:#1a1a1a;font-size:14px;line-height:1.5}.contact-icon img{width:20%;height:20%;object-fit:contain}.toast-close{background:none;border:none;color:#666;font-size:24px;line-height:1;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:color .2s;flex-shrink:0}.toast-close:hover{color:#1a1a1a}@media (max-width: 640px){.toast-notification{right:10px;left:10px;min-width:auto}}.compliance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.compliance-card{background:#ffffffe6;border:2px solid rgba(15,202,132,.2);border-radius:20px;padding:2rem;text-align:center;transition:transform .3s ease}.compliance-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0fca8426}.compliance-badge{background:linear-gradient(45deg,#0fca84,#059669);color:#fff;border-radius:15px;padding:1rem;margin-bottom:1.5rem;display:inline-block}.badge-text{display:block;font-size:1.5rem;font-weight:700}.badge-subtitle{display:block;font-size:.9rem;opacity:.9}.compliance-card h4{color:#1f2937;margin-bottom:1rem}.compliance-card p{color:#6b7280;line-height:1.6}.monitoring-section{margin-bottom:4rem}.monitoring-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.monitoring-text h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.monitoring-text p{color:#4b5563;line-height:1.7;margin-bottom:2rem}.monitoring-features{display:grid;gap:1.5rem}.monitoring-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fffc;border:1px solid rgba(15,202,132,.1);border-radius:15px}.monitoring-icon{font-size:2rem;flex-shrink:0}.monitoring-item h4{color:#1f2937;margin-bottom:.5rem}.monitoring-item p{color:#6b7280;margin:0;font-size:.9rem}.user-security-section{margin-bottom:4rem;text-align:center}.user-security-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.user-security-item{background:#fffc;border:1px solid rgba(15,202,132,.1);border-radius:15px;padding:2rem;transition:transform .3s ease}.user-security-item:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0fca841a}.security-tip-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.user-security-item h4{color:#1f2937;margin-bottom:1rem}.user-security-item p{color:#6b7280;line-height:1.6}.security-contact-section{text-align:center}.security-contact-card{background:linear-gradient(135deg,#ef44440d,#fef2f2cc);border:2px solid rgba(239,68,68,.2);border-radius:20px;padding:3rem}.security-contact-card h2{color:#dc2626;margin-bottom:1rem}.security-contact-card p{color:#6b7280;line-height:1.7;margin-bottom:2rem}.security-contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0}.contact-method{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fffc;border-radius:15px}.contact-icon{font-size:2rem;color:#dc2626}.contact-method h4{color:#1f2937;margin-bottom:.5rem}.contact-method p{color:#6b7280;margin:0;font-weight:600}.security-note{background:#0fca841a;border:1px solid rgba(15,202,132,.2);border-radius:10px;padding:1rem;color:#059669;font-size:.9rem;margin-top:2rem}.enhanced-header{position:relative;z-index:20;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(15,202,132,.1);box-shadow:0 2px 20px #0000000d}.header-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.desktop-nav{display:flex;align-items:center;gap:2rem}.nav-link{background:none;border:none;color:#6b7280;font-weight:500;font-size:1rem;cursor:pointer;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;position:relative}.nav-link:hover{color:#0fca84;background:#0fca840d}.nav-link.active{color:#0fca84;background:#0fca841a;font-weight:600}.nav-link.active:after{content:"";position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%);width:4px;height:4px;background:#0fca84;border-radius:50%}.desktop-actions{display:flex;align-items:center;gap:1rem}.mobile-menu-btn{display:none;background:none;border:none;color:#6b7280;cursor:pointer;padding:.5rem}.menu-icon{width:24px;height:24px}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(15,202,132,.1);box-shadow:0 10px 40px #0000001a;z-index:10}.mobile-menu-content{padding:1.5rem 2rem;display:flex;flex-direction:column;gap:1rem}.mobile-nav-link{background:none;border:none;color:#6b7280;font-weight:500;font-size:1rem;cursor:pointer;padding:.75rem 1rem;border-radius:8px;transition:all .3s ease;text-align:left}.mobile-nav-link:hover,.mobile-nav-link.active{color:#0fca84;background:#0fca841a}.mobile-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(15,202,132,.1)}.mobile-action-btn{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center}.mobile-action-btn.login{background:transparent;border:2px solid rgba(15,202,132,.3);color:#1f2937}.mobile-action-btn.login:hover{border-color:#0fca84;background:#0fca840d}.mobile-action-btn.signup{background:linear-gradient(45deg,#0fca84,#059669);border:none;color:#fff}.mobile-action-btn.signup:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0fca844d}@media (max-width: 1024px){.header-container{padding:1rem}.desktop-nav{gap:1.5rem}}@media (max-width: 768px){.desktop-nav,.desktop-actions{display:none}.mobile-menu-btn{display:block}.header-container{padding:.75rem 1rem}}@media (max-width: 480px){.mobile-menu-content{padding:1rem}.mobile-actions{flex-direction:column;gap:.5rem}}@media (max-width: 1024px){.security-features-grid{grid-template-columns:1fr}.monitoring-content{grid-template-columns:1fr;gap:2rem}.faq-categories{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap}}@media (max-width: 768px){.security-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.compliance-grid,.user-security-grid{grid-template-columns:1fr;gap:1.5rem}.security-contact-info{grid-template-columns:1fr;gap:1rem}.support-buttons{flex-direction:column;align-items:center}.category-tab{white-space:nowrap}.legal-section,.security-feature{padding:1.5rem}}@media (max-width: 480px){.security-stats{grid-template-columns:1fr}.security-stat .stat-number{font-size:2rem}.faq-questions,.question-button{padding:1rem}.support-card,.security-contact-card{padding:2rem}}@media (max-width: 768px){.info-header{flex-direction:column;gap:1rem;padding:1rem}.info-main-content{padding:0 1rem 2rem}.info-title{font-size:2.5rem}.info-subtitle{font-size:1.1rem}.pricing-card{padding:2rem;margin:0 1rem}.plan-name{font-size:1.5rem}.price-amount{font-size:3rem}.contact-form-card{padding:2rem}.contact-info-grid{grid-template-columns:1fr;gap:1.5rem}.emergency-card{padding:2rem}.values-grid,.team-grid,.why-free-grid,.faq-grid{grid-template-columns:1fr;gap:1.5rem}.quick-help-grid{grid-template-columns:1fr;gap:1rem}}@media (max-width: 480px){.info-title{font-size:2rem}.pricing-card{padding:1.5rem}.price-amount{font-size:2.5rem}.contact-form-card{padding:1.5rem}.timeline-icon{width:60px;height:60px;font-size:2rem}.member-avatar{font-size:3rem}.contact-icon,.why-icon,.value-icon{font-size:2.5rem}}@media (max-width: 480px){.section-description{font-size:1rem;margin-bottom:2rem}.step-card{padding:1rem}.step-number{width:25px;height:25px;font-size:.8rem}.step-content h3{font-size:1.1rem}.step-content p{font-size:.9rem}.step-icon .icon{font-size:2rem}.pulse-ring{width:60px;height:60px}}
