:root{--primary:#059669;--primary-dark:#047857;--primary-light:#10b981;--secondary:#0d9488;--accent:#f59e0b;--accent-light:#fbbf24;--dark:#064e3b;--text:#1f2937;--text-light:#6b7280;--bg-cream:#f8faf8;--bg-white:#fff;--gradient-primary:linear-gradient(135deg,#059669 0,#0d9488 100%);--gradient-hero:linear-gradient(135deg,#064e3b 0,#059669 50%,#0d9488 100%);--shadow-sm:0 1px 2px rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);--shadow-xl:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Be Vietnam Pro',sans-serif;color:var(--text);line-height:1.6;overflow-x:hidden;background:var(--bg-cream)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:1rem;color:var(--dark)}.section-subtitle{font-size:1.125rem;color:var(--text-light);max-width:600px;margin:0 auto 3rem}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 2rem;transition:all .3s ease;background:transparent}.navbar.scrolled{background:rgba(255,255,255,0.95);backdrop-filter:blur(10px);box-shadow:var(--shadow-md)}.navbar-container{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;font-weight:700;font-size:1.5rem;color:white;transition:color .3s ease}.navbar.scrolled .logo{color:var(--primary)}.logo-icon{width:48px;height:48px;background:var(--gradient-primary);border-radius:12px;display:flex;align-items:center;justify-content:center;color:white;box-shadow:var(--shadow-md)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{text-decoration:none;color:rgba(255,255,255,0.9);font-weight:500;transition:color .3s ease;font-size:.95rem}.navbar.scrolled .nav-links a{color:var(--text)}.nav-links a:hover{color:var(--accent)}.nav-cta{padding:.75rem 1.5rem;background:var(--accent);color:white !important;border-radius:50px;font-weight:600;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease}.nav-cta:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.mobile-menu-btn{display:none;background:0;border:0;color:white;cursor:pointer}.navbar.scrolled .mobile-menu-btn{color:var(--text)}.hero{background:var(--gradient-hero);min-height:100vh;padding:120px 2rem 80px;position:relative;overflow:hidden;display:flex;align-items:center}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvgwidth='60'height='60'viewBox='006060'xmlns='http://www.w3.org/2000/svg'%3E%3Cgfill='none'fill-rule='evenodd'%3E%3Cgfill='%23ffffff'fill-opacity='0.03'%3E%3Cpathd='M3634v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM634v-4H4v4H0v2h4v4h2v-4h4v-2H6zM64V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.hero-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1;min-height:calc(100vh - 200px)}.hero-content{color:white}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,0.15);padding:.5rem 1rem;border-radius:50px;font-size:.875rem;margin-bottom:1.5rem;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2)}.hero-badge-dot{width:8px;height:8px;background:var(--accent);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.hero h1{font-size:clamp(2.25rem,5vw,3.5rem);margin-bottom:1.5rem;line-height:1.1}.hero h1 span{color:var(--accent-light)}.hero-description{font-size:1.125rem;opacity:.9;margin-bottom:2rem;max-width:500px;line-height:1.8}.hero-features{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}.hero-feature{display:flex;align-items:center;gap:.5rem;background:rgba(255,255,255,0.1);padding:.5rem 1rem;border-radius:8px;font-size:.9rem;backdrop-filter:blur(5px)}.hero-feature i{color:var(--accent)}.hero-price-banner{margin-bottom:2rem}.hero-price-tag{background:rgba(255,255,255,0.15);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,0.3);border-radius:16px;padding:1.25rem 1.5rem;display:inline-block;text-align:center}.hero-price-label{display:block;font-size:.9rem;opacity:.9;margin-bottom:.5rem}.hero-price-value{display:block;font-size:2.5rem;font-weight:800;color:var(--accent-light);line-height:1}.hero-price-value span{font-size:1.25rem}.hero-price-note{display:block;font-size:.8rem;opacity:.8;margin-top:.5rem}@media(max-width:480px){.hero-price-value{font-size:2rem}}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:0;font-size:1rem}.btn-primary{background:var(--accent);color:white;box-shadow:0 4px 15px rgba(245,158,11,0.4)}.btn-primary:hover{background:var(--accent-light);transform:translateY(-3px);box-shadow:0 6px 20px rgba(245,158,11,0.5)}.btn-secondary{background:rgba(255,255,255,0.15);color:white;border:2px solid rgba(255,255,255,0.3);backdrop-filter:blur(10px)}.btn-secondary:hover{background:rgba(255,255,255,0.25);border-color:white}.btn-outline{background:transparent;border:2px solid var(--primary);color:var(--primary)}.btn-outline:hover{background:var(--primary);color:white}.hero-visual{position:relative}.hero-mockup{position:relative;perspective:1000px}.mockup-desktop{background:linear-gradient(145deg,#1a1a2e 0,#16213e 100%);border-radius:16px;padding:12px;box-shadow:0 25px 50px -12px rgba(0,0,0,0.4);transform:rotateY(-5deg) rotateX(5deg);transition:transform .5s ease}.mockup-desktop:hover{transform:rotateY(0) rotateX(0)}.mockup-screen{background:linear-gradient(135deg,#f8faf8 0,#ecfdf5 100%);border-radius:8px;overflow:hidden;aspect-ratio:16/10}.mockup-header{background:var(--gradient-primary);padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.mockup-logo{display:flex;align-items:center;gap:.5rem;color:white;font-weight:600}.mockup-nav{display:flex;gap:1rem}.mockup-nav span{background:rgba(255,255,255,0.2);padding:.25rem .75rem;border-radius:4px;font-size:.75rem;color:white}.mockup-content{padding:1.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.mockup-card{background:white;border-radius:8px;padding:1rem;box-shadow:var(--shadow-sm)}.mockup-card-extra{display:none}.mockup-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.mockup-card-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center}.mockup-card-icon.green{background:#dcfce7;color:var(--primary)}.mockup-card-icon.blue{background:#dbeafe;color:#3b82f6}.mockup-card-icon.amber{background:#fef3c7;color:var(--accent)}.mockup-card-icon.purple{background:#f3e8ff;color:#9333ea}.mockup-card-icon.red{background:#fee2e2;color:#dc2626}.mockup-card-icon.cyan{background:#cffafe;color:#0891b2}.mockup-card-value{font-size:1.25rem;font-weight:700;color:var(--dark)}.mockup-card-label{font-size:.7rem;color:var(--text-light)}.mockup-mobile{position:absolute;bottom:-30px;right:-30px;width:140px;background:linear-gradient(145deg,#1a1a2e 0,#16213e 100%);border-radius:24px;padding:8px;box-shadow:0 20px 40px -10px rgba(0,0,0,0.4);transform:rotate(5deg);animation:float 3s ease-in-out infinite}@keyframes float{0%,100%{transform:rotate(5deg) translateY(0)}50%{transform:rotate(5deg) translateY(-10px)}}.mockup-mobile-screen{background:white;border-radius:18px;overflow:hidden;aspect-ratio:9/16;padding:.5rem}.mockup-mobile-header{background:var(--gradient-primary);padding:.5rem;border-radius:8px 8px 0 0;text-align:center;color:white;font-size:.6rem;font-weight:600}.mockup-mobile-items{padding:.5rem}.mockup-mobile-item{display:flex;align-items:center;gap:.4rem;padding:.4rem;background:#f8faf8;border-radius:6px;margin-bottom:.3rem}.mockup-mobile-item-img{width:24px;height:24px;background:var(--primary);border-radius:4px;opacity:.3}.mockup-mobile-item-text{flex:1}.mockup-mobile-item-text div:first-child{font-size:.5rem;font-weight:600}.mockup-mobile-item-text div:last-child{font-size:.4rem;color:var(--text-light)}.mockup-extra{display:grid;grid-template-columns:1fr 1.2fr;gap:1rem;padding:0 1.5rem 1.5rem}.mockup-chart{background:white;border-radius:8px;padding:.75rem;box-shadow:var(--shadow-sm)}.mockup-chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.mockup-chart-title{font-size:.65rem;font-weight:600;color:var(--dark)}.mockup-chart-badge{font-size:.5rem;background:#dcfce7;color:var(--primary);padding:2px 6px;border-radius:10px;font-weight:600}.mockup-chart-bars{display:flex;align-items:flex-end;gap:4px;height:60px;padding-top:5px}.mockup-bar{flex:1;background:#e5e7eb;border-radius:3px 3px 0 0;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;transition:background .2s;min-height:20%}.mockup-bar.active{background:var(--primary)}.mockup-bar span{font-size:.4rem;color:var(--text-light);margin-top:3px}.mockup-bar.active span{color:white;margin-top:-12px;font-weight:600}.mockup-orders{background:white;border-radius:8px;padding:.75rem;box-shadow:var(--shadow-sm)}.mockup-orders-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.65rem;font-weight:600;color:var(--dark)}.mockup-orders-link{font-size:.5rem;color:var(--primary);font-weight:500}.mockup-order-item{display:flex;justify-content:space-between;align-items:center;padding:.4rem 0;border-bottom:1px solid #f3f4f6}.mockup-order-item:last-child{border-bottom:0}.mockup-order-info{display:flex;align-items:center;gap:.5rem}.mockup-order-id{font-size:.55rem;font-weight:600;color:var(--dark)}.mockup-order-table{font-size:.45rem;color:var(--text-light);background:#f3f4f6;padding:1px 4px;border-radius:3px}.mockup-order-right{display:flex;align-items:center;gap:.4rem}.mockup-order-amount{font-size:.55rem;font-weight:600;color:var(--dark)}.mockup-order-status{font-size:.4rem;padding:2px 5px;border-radius:3px;font-weight:600}.mockup-order-status.paid{background:#dcfce7;color:var(--primary)}.mockup-order-status.pending{background:#fef3c7;color:#d97706}.stats{background:white;padding:3rem 2rem;margin-top:-40px;position:relative;z-index:2}.stats-container{max-width:1000px;margin:0 auto;background:white;border-radius:20px;box-shadow:var(--shadow-xl);padding:2rem 3rem;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-item{text-align:center;padding:1rem;border-right:1px solid #e5e7eb}.stat-item:last-child{border-right:0}.stat-number{font-size:2.5rem;font-weight:800;color:var(--primary);line-height:1;margin-bottom:.5rem;display:flex;align-items:baseline;justify-content:center}.stat-number span{font-size:1.5rem}.stat-label{color:var(--text-light);font-size:.9rem}.tax-alert{background:linear-gradient(135deg,#fef3c7 0,#fde68a 100%);padding:4rem 2rem;position:relative;overflow:hidden}.tax-alert::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(245,158,11,0.3) 0,transparent 70%);border-radius:50%}.tax-alert-container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:center;position:relative;z-index:1}.tax-alert-badge{display:inline-flex;align-items:center;gap:.5rem;background:#dc2626;color:white;padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1rem;animation:shake 2s ease-in-out infinite}@keyframes shake{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-2px)}20%,40%,60%,80%{transform:translateX(2px)}}.tax-alert h2{font-size:clamp(1.5rem,3vw,2rem);color:var(--dark);margin-bottom:1rem}.tax-alert p{color:#78350f;margin-bottom:1.5rem;line-height:1.8}.tax-features{display:flex;flex-direction:column;gap:.75rem}.tax-feature{display:flex;align-items:center;gap:.75rem;background:rgba(255,255,255,0.7);padding:.75rem 1rem;border-radius:10px}.tax-feature i{color:var(--primary)}.tax-visual{position:relative}.tax-card{background:white;border-radius:16px;padding:2rem;box-shadow:var(--shadow-xl);position:relative;overflow:hidden}.tax-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary)}.tax-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.tax-card-icon{width:50px;height:50px;background:linear-gradient(135deg,#dcfce7 0,#bbf7d0 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--primary)}.tax-card-title{font-size:1.25rem;font-weight:700;color:var(--dark)}.tax-card-subtitle{font-size:.875rem;color:var(--text-light)}.tax-items{display:flex;flex-direction:column;gap:1rem}.tax-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8faf8;border-radius:10px}.tax-item-label{display:flex;align-items:center;gap:.75rem}.tax-item-icon{width:36px;height:36px;background:white;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--primary)}.tax-item-value{font-weight:600;color:var(--primary)}.features{padding:5rem 2rem;background:var(--bg-cream)}.features-container{max-width:1200px;margin:0 auto;text-align:center}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.feature-card{background:white;border-radius:20px;padding:2.5rem 2rem;text-align:center;box-shadow:var(--shadow-md);transition:all .4s ease;position:relative;overflow:hidden}.feature-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary);transform:scaleX(0);transition:transform .4s ease}.feature-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-xl)}.feature-card:hover::before{transform:scaleX(1)}.feature-icon{width:70px;height:70px;background:linear-gradient(135deg,#dcfce7 0,#bbf7d0 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--primary);transition:all .4s ease}.feature-card:hover .feature-icon{background:var(--gradient-primary);color:white;transform:scale(1.1) rotate(5deg)}.feature-card h3{font-size:1.25rem;margin-bottom:1rem;color:var(--dark)}.feature-card p{color:var(--text-light);line-height:1.7}.recipe-profit{padding:5rem 2rem;background:linear-gradient(180deg,#fff 0,#f0fdf4 100%)}.recipe-container{max-width:1200px;margin:0 auto}.recipe-header{text-align:center;margin-bottom:3rem}.recipe-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#059669 0,#0d9488 100%);color:white;padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.recipe-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:1.5rem;margin-bottom:3rem}.recipe-card{background:white;border-radius:20px;padding:2rem;box-shadow:var(--shadow-md);transition:all .3s ease}.recipe-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-xl)}.recipe-card-main{grid-row:span 2}.recipe-card-icon{width:50px;height:50px;background:linear-gradient(135deg,#dcfce7 0,#bbf7d0 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--primary);margin-bottom:1rem}.recipe-card-icon.green{background:linear-gradient(135deg,#dcfce7 0,#bbf7d0 100%);color:#059669}.recipe-card-icon.amber{background:linear-gradient(135deg,#fef3c7 0,#fde68a 100%);color:#d97706}.recipe-card-icon.blue{background:linear-gradient(135deg,#dbeafe 0,#bfdbfe 100%);color:#2563eb}.recipe-card-icon.red{background:linear-gradient(135deg,#fee2e2 0,#fecaca 100%);color:#dc2626}.recipe-card h3{font-size:1.25rem;margin-bottom:.75rem;color:var(--dark)}.recipe-card p{color:var(--text-light);line-height:1.7;margin-bottom:1rem}.recipe-demo{background:#f8faf8;border-radius:12px;overflow:hidden;margin-top:1.5rem}.recipe-demo-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--gradient-primary);color:white;font-weight:600;font-size:.9rem}.recipe-cost{background:rgba(255,255,255,0.2);padding:.25rem .75rem;border-radius:50px;font-size:.8rem}.recipe-demo-items{padding:.5rem}.recipe-demo-item{display:flex;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;font-size:.9rem}.recipe-demo-item:last-child{border-bottom:0}.recipe-demo-item span:first-child{color:var(--text)}.recipe-demo-item span:last-child{color:var(--primary);font-weight:600}.recipe-stat{display:flex;flex-direction:column;align-items:center;padding:1rem;background:#f8faf8;border-radius:12px;text-align:center}.recipe-stat-value{font-size:2rem;font-weight:800;color:var(--primary)}.recipe-stat-value.text-green{color:#059669}.recipe-stat-value.text-red{color:#dc2626}.recipe-stat-label{font-size:.8rem;color:var(--text-light);margin-top:.25rem}.recipe-flow{background:white;border-radius:20px;padding:2rem;box-shadow:var(--shadow-md)}.recipe-flow-title{text-align:center;font-weight:700;color:var(--dark);margin-bottom:1.5rem}.recipe-flow-steps{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem}.recipe-flow-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:#f8faf8;border-radius:12px;min-width:120px}.recipe-flow-icon{width:40px;height:40px;background:var(--gradient-primary);border-radius:10px;display:flex;align-items:center;justify-content:center;color:white}.recipe-flow-step span{font-size:.85rem;color:var(--text);font-weight:500;text-align:center}.recipe-flow-arrow{color:var(--primary)}@media(max-width:1024px){.recipe-grid{grid-template-columns:1fr 1fr}.recipe-card-main{grid-row:span 1;grid-column:span 2}}@media(max-width:768px){.recipe-grid{grid-template-columns:1fr}.recipe-card-main{grid-column:span 1}.recipe-flow-steps{flex-direction:column}.recipe-flow-arrow{transform:rotate(90deg)}}.benefits{padding:5rem 2rem;background:white}.benefits-container{max-width:1200px;margin:0 auto}.benefits-header{text-align:center;margin-bottom:4rem}.benefits-list{display:flex;flex-direction:column;gap:4rem}.benefit-item{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.benefit-item:nth-child(even){direction:rtl}.benefit-item:nth-child(even)>*{direction:ltr}.benefit-content{padding:1rem}.benefit-number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--gradient-primary);color:white;border-radius:50%;font-weight:700;margin-bottom:1rem}.benefit-content h3{font-size:1.5rem;margin-bottom:1rem;color:var(--dark)}.benefit-content p{color:var(--text-light);margin-bottom:1.5rem;line-height:1.8}.benefit-checks{display:flex;flex-direction:column;gap:.75rem}.benefit-check{display:flex;align-items:center;gap:.75rem;color:var(--text)}.benefit-check i{color:var(--primary)}.benefit-visual{position:relative}.benefit-img{background:linear-gradient(135deg,#ecfdf5 0,#d1fae5 100%);border-radius:20px;padding:2rem;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.benefit-img-inner{background:white;border-radius:16px;padding:1.5rem;width:90%;box-shadow:var(--shadow-lg)}.chart-bars{display:flex;align-items:flex-end;gap:.75rem;height:150px;padding:1rem}.chart-bar{flex:1;background:linear-gradient(180deg,var(--primary) 0,var(--primary-light) 100%);border-radius:8px 8px 0 0;position:relative;transition:height .5s ease}.chart-bar::after{content:attr(data-label);position:absolute;bottom:-25px;left:50%;transform:translateX(-50%);font-size:.7rem;color:var(--text-light);white-space:nowrap}.notification-demo{display:flex;flex-direction:column;gap:1rem}.notif-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8faf8;border-radius:12px;border-left:4px solid var(--primary)}.notif-icon{width:40px;height:40px;background:var(--gradient-primary);border-radius:10px;display:flex;align-items:center;justify-content:center;color:white}.notif-content{flex:1}.notif-title{font-weight:600;font-size:.9rem;color:var(--dark)}.notif-desc{font-size:.8rem;color:var(--text-light)}.notif-time{font-size:.75rem;color:var(--text-light)}.profit-demo{display:flex;flex-direction:column;gap:1rem}.profit-item{padding:1rem;background:#f8faf8;border-radius:12px}.profit-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.profit-name{font-weight:600;color:var(--dark);font-size:.9rem}.profit-price{font-size:.8rem;color:var(--text-light)}.profit-bar-wrap{height:24px;background:#e5e7eb;border-radius:12px;overflow:hidden;margin-bottom:.5rem}.profit-bar{height:100%;background:linear-gradient(90deg,#059669 0,#10b981 100%);border-radius:12px;display:flex;align-items:center;justify-content:flex-end;padding-right:.75rem;transition:width 1s ease}.profit-bar span{color:white;font-weight:700;font-size:.8rem}.profit-bar.low{background:linear-gradient(90deg,#f59e0b 0,#fbbf24 100%)}.profit-detail{font-size:.75rem;color:var(--text-light)}.stock-demo{display:flex;flex-direction:column;gap:1rem}.stock-item{padding:1rem;border-radius:12px;display:flex;flex-direction:column;gap:.5rem}.stock-item.critical{background:#fef2f2;border-left:4px solid #dc2626}.stock-item.warning{background:#fffbeb;border-left:4px solid #f59e0b}.stock-item.safe{background:#f0fdf4;border-left:4px solid #059669}.stock-item .stock-icon{display:none}.stock-info{display:flex;justify-content:space-between;align-items:center}.stock-name{font-weight:600;color:var(--dark);font-size:.9rem}.stock-qty{font-size:.8rem;color:var(--text-light)}.stock-bar-wrap{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.stock-item.critical .stock-bar{background:#dc2626}.stock-item.warning .stock-bar{background:#f59e0b}.stock-item.safe .stock-bar{background:#059669}.stock-bar{height:100%;border-radius:4px;transition:width 1s ease}.stock-action{font-size:.75rem;font-weight:500}.stock-item.critical .stock-action{color:#dc2626}.stock-item.warning .stock-action{color:#d97706}.stock-item.safe .stock-action{color:#059669}.all-features{padding:5rem 2rem;background:linear-gradient(180deg,#f8faf8 0,#fff 100%)}.all-features-container{max-width:1200px;margin:0 auto;text-align:center}.features-categories{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem;text-align:left}.feature-category{background:white;border-radius:16px;padding:1.5rem;box-shadow:var(--shadow-md);transition:all .3s ease}.feature-category:hover{transform:translateY(-5px);box-shadow:var(--shadow-xl)}.category-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.category-icon{width:48px;height:48px;background:var(--gradient-primary);border-radius:12px;display:flex;align-items:center;justify-content:center;color:white}.category-header h3{font-size:1.1rem;color:var(--dark);margin:0}.feature-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.feature-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.9rem;color:var(--text);line-height:1.5}.feature-list li i{color:var(--primary);flex-shrink:0;margin-top:3px}.features-cta{margin-top:3rem;padding:2rem;background:linear-gradient(135deg,#ecfdf5 0,#d1fae5 100%);border-radius:20px}.features-cta p{font-size:1.25rem;color:var(--dark);margin-bottom:1.5rem}.features-cta strong{color:var(--primary);font-size:1.5rem}@media(max-width:768px){.features-categories{grid-template-columns:1fr}}.workflow{padding:5rem 2rem;background:linear-gradient(180deg,#f8faf8 0,#ecfdf5 100%)}.workflow-container{max-width:1000px;margin:0 auto;text-align:center}.workflow-steps{display:flex;justify-content:space-between;position:relative;margin-top:4rem}.workflow-steps::before{content:'';position:absolute;top:35px;left:10%;right:10%;height:4px;background:linear-gradient(90deg,var(--primary) 0,var(--secondary) 100%);border-radius:2px;z-index:0}.workflow-step{position:relative;z-index:1;flex:1;max-width:180px}.step-icon{width:70px;height:70px;background:white;border:4px solid var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--primary);box-shadow:var(--shadow-lg);transition:all .3s ease}.workflow-step:hover .step-icon{background:var(--gradient-primary);color:white;transform:scale(1.1)}.step-number{position:absolute;top:-10px;right:calc(50% - 50px);width:24px;height:24px;background:var(--accent);color:white;border-radius:50%;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center}.workflow-step h4{font-size:1rem;margin-bottom:.5rem;color:var(--dark)}.workflow-step p{font-size:.875rem;color:var(--text-light)}.pricing{padding:5rem 2rem;background:white}.pricing-container{max-width:1000px;margin:0 auto;text-align:center}.pricing-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.pricing-card{background:white;border-radius:24px;padding:2.5rem 2rem;box-shadow:var(--shadow-md);border:2px solid transparent;transition:all .3s ease;position:relative}.pricing-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-xl)}.pricing-card.featured{border-color:var(--primary);transform:scale(1.05)}.pricing-card.featured:hover{transform:scale(1.05) translateY(-5px)}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--gradient-primary);color:white;padding:.25rem 1rem;border-radius:50px;font-size:.75rem;font-weight:600}.pricing-card h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--dark)}.pricing-card .price{font-size:2.5rem;font-weight:800;color:var(--primary);margin:1rem 0}.pricing-card .price span{font-size:1rem;font-weight:400;color:var(--text-light)}.pricing-features{list-style:none;margin:1.5rem 0;text-align:left}.pricing-features li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;color:var(--text);font-size:.95rem}.pricing-features li i{color:var(--primary)}.pricing-features li.disabled{color:var(--text-light);text-decoration:line-through}.pricing-features li.disabled i{color:var(--text-light)}.btn-pricing{width:100%;justify-content:center;margin-top:1rem}.testimonials{padding:5rem 2rem;background:linear-gradient(135deg,#064e3b 0,#059669 100%);color:white}.testimonials-container{max-width:1200px;margin:0 auto;text-align:center}.testimonials h2{color:white;margin-bottom:.5rem}.testimonials .section-subtitle{color:rgba(255,255,255,0.8)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.testimonial-card{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;text-align:left;border:1px solid rgba(255,255,255,0.2);transition:all .3s ease}.testimonial-card:hover{background:rgba(255,255,255,0.15);transform:translateY(-5px)}.testimonial-stars{color:var(--accent);margin-bottom:1rem}.testimonial-text{font-size:1rem;line-height:1.8;margin-bottom:1.5rem;opacity:.95}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-avatar{width:50px;height:50px;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem}.testimonial-info h4{font-size:1rem;margin-bottom:.25rem}.testimonial-info p{font-size:.875rem;opacity:.7}.cta{padding:5rem 2rem;background:var(--bg-cream);text-align:center}.cta-container{max-width:800px;margin:0 auto;background:white;border-radius:30px;padding:4rem 3rem;box-shadow:var(--shadow-xl);position:relative;overflow:hidden}.cta-container::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:var(--gradient-primary)}.cta h2{margin-bottom:1rem}.cta p{color:var(--text-light);margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.cta-features{display:flex;justify-content:center;gap:2rem;margin-top:2rem;flex-wrap:wrap}.cta-feature{display:flex;align-items:center;gap:.5rem;color:var(--text-light);font-size:.9rem}.cta-feature i{color:var(--primary)}.footer{background:var(--dark);color:white;padding:1.5rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-simple{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copyright{color:rgba(255,255,255,0.6);font-size:.9rem;margin:0}@media(max-width:768px){.footer-simple{flex-direction:column;text-align:center}}@media(max-width:1024px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-content{order:1}.hero-visual{order:2;max-width:500px;margin:0 auto}.hero-features,.hero-buttons{justify-content:center}.hero-price-tag{max-width:100%}.features-grid{grid-template-columns:repeat(2,1fr)}.benefit-item,.benefit-item:nth-child(even){grid-template-columns:1fr;direction:ltr;gap:2rem}.benefit-visual{order:2}.pricing-cards{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.pricing-card.featured{transform:none}.tax-alert-container{grid-template-columns:1fr}}@media(max-width:768px){.navbar{padding:1rem}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:white;flex-direction:column;padding:1rem;box-shadow:var(--shadow-lg);gap:0}.nav-links.active{display:flex}.nav-links a{color:var(--text);padding:.75rem;display:block}.nav-links .nav-cta{background:var(--accent);color:white !important;text-align:center;border-radius:8px;margin-top:.5rem}.mobile-menu-btn{display:block}.hero{min-height:auto;padding:100px 1rem 60px}.hero-container{min-height:auto;gap:2rem}.hero h1{font-size:2rem}.hero-description{font-size:1rem;margin:0 auto 1.5rem}.hero-price-tag{padding:1rem}.hero-price-label{font-size:.8rem}.hero-price-value{font-size:1.75rem}.hero-price-value span{font-size:1rem}.hero-price-note{font-size:.75rem}.hero-buttons{flex-direction:column;align-items:stretch}.hero-buttons .btn{width:100%;justify-content:center;padding:.875rem 1.5rem;font-size:.95rem}.mockup-desktop{transform:none}.mockup-content{grid-template-columns:1fr;gap:.5rem;padding:1rem}.mockup-nav{display:none}.mockup-mobile{display:none}.mockup-extra{display:none}.stats-container{grid-template-columns:repeat(2,1fr)}.stat-item{border-right:0;border-bottom:1px solid #e5e7eb;padding:1.5rem 1rem}.stat-item:nth-child(2n){border-left:1px solid #e5e7eb}.stat-item:nth-last-child(-n+2){border-bottom:0}.features{padding:3rem 1rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.5rem}.recipe-profit{padding:3rem 1rem}.recipe-grid{grid-template-columns:1fr}.recipe-card-main{grid-column:span 1}.recipe-flow-steps{flex-direction:column;gap:.5rem}.recipe-flow-arrow{transform:rotate(90deg)}.recipe-flow-step{min-width:auto;width:100%}.benefits{padding:3rem 1rem}.benefits-list{gap:3rem}.benefit-item{gap:1.5rem}.benefit-content h3{font-size:1.25rem}.benefit-img{aspect-ratio:auto;padding:1.5rem}.benefit-img-inner{width:100%;padding:1rem}.chart-bars{height:120px}.profit-item{padding:.75rem}.stock-item{padding:.75rem}.tax-alert{padding:3rem 1rem}.tax-alert-content{padding:2rem 1.5rem}.tax-alert-content h3{font-size:1.25rem}.tax-alert-visual{padding:1.5rem}.tax-year{font-size:2.5rem}.all-features{padding:3rem 1rem}.features-categories{grid-template-columns:1fr;gap:1.5rem}.feature-category{padding:1.25rem}.category-header{gap:.75rem}.category-icon{width:40px;height:40px}.category-header h3{font-size:1rem}.feature-list li{font-size:.85rem}.features-cta{padding:1.5rem}.features-cta p{font-size:1rem;margin-bottom:1rem}.features-cta strong{font-size:1.25rem}.workflow{padding:3rem 1rem}.workflow-steps{flex-direction:column;gap:2rem}.workflow-steps::before{display:none}.workflow-step{max-width:100%}.section-title{font-size:1.5rem}.section-subtitle{font-size:1rem;margin-bottom:2rem}.benefit-checks{gap:.5rem}.benefit-check{font-size:.9rem}.stats{padding:2rem 1rem;margin-top:-20px}.stats-container{padding:1.5rem;gap:0}.stat-item{padding:1rem .5rem}.stat-number{font-size:1.5rem}.stat-number span{font-size:1rem}.stat-label{font-size:.75rem}.mockup-content{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:1rem}.mockup-card-extra{display:block}.mockup-card{padding:.75rem}.mockup-card-icon{width:28px;height:28px}.mockup-card-value{font-size:1rem}.mockup-card-label{font-size:.6rem}}@media(max-width:480px){.hero{padding:90px 1rem 40px}.hero h1{font-size:1.75rem}.logo{font-size:1.25rem;gap:.5rem}.logo-icon{width:40px;height:40px}.hero-badge{font-size:.75rem;padding:.4rem .8rem}.hero-price-value{font-size:1.5rem}.stats-container{padding:1rem .5rem}.stat-item{padding:.75rem .25rem}.stat-number{font-size:1.25rem}.stat-number span{font-size:.85rem}.stat-label{font-size:.7rem;line-height:1.3}.mockup-content{gap:.5rem;padding:.75rem}.mockup-card{padding:.5rem}.mockup-card-header{margin-bottom:.5rem}.mockup-card-icon{width:24px;height:24px}.mockup-card-value{font-size:.9rem}.mockup-card-label{font-size:.55rem}.cta-container{padding:2rem 1rem}.benefit-number{width:32px;height:32px;font-size:.875rem}.benefit-content h3{font-size:1.1rem}.benefit-content p{font-size:.9rem}.tax-year{font-size:2rem}.tax-item{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.75rem}.invoice-demo{padding:1rem}.invoice-header h4{font-size:.9rem}.invoice-header p{font-size:.7rem}.invoice-table th,.invoice-table td{padding:.4rem .25rem;font-size:.7rem}.invoice-total{font-size:.85rem}.notif-item{padding:.75rem;gap:.75rem}.notif-icon{width:32px;height:32px}.notif-title{font-size:.8rem}.notif-desc{font-size:.7rem}.category-icon{width:36px;height:36px}.footer{padding:1rem}.footer-simple{gap:.75rem}.footer-copyright{font-size:.8rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);backdrop-filter:blur(4px);z-index:9999;display:none;align-items:center;justify-content:center;padding:1rem;opacity:0;transition:opacity .3s ease}.modal-overlay.active{display:flex;opacity:1}.modal-container{background:white;border-radius:20px;max-width:480px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 25px 50px -12px rgba(0,0,0,0.25);animation:modalSlideIn .3s ease}@keyframes modalSlideIn{from{opacity:0;transform:translateY(-20px) scale(0.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close{position:absolute;top:15px;right:15px;width:36px;height:36px;border:0;background:#f3f4f6;border-radius:50%;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .2s;z-index:10}.modal-close:hover{background:#e5e7eb;color:#1f2937}.modal-header{background:var(--gradient-primary);color:white;padding:2rem;text-align:center;border-radius:20px 20px 0 0}.modal-icon{width:64px;height:64px;background:rgba(255,255,255,0.2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.modal-header h2{margin:0 0 .5rem;font-size:1.5rem}.modal-header p{margin:0;opacity:.9;font-size:.95rem}.modal-form{padding:1.5rem 2rem 2rem}.form-group{margin-bottom:1.25rem}.form-group label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--dark);margin-bottom:.5rem;font-size:.9rem}.form-group label i{color:var(--primary)}.required{color:#dc2626}.form-group input{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:all .2s;font-family:inherit}.form-group input:focus{outline:0;border-color:var(--primary);box-shadow:0 0 0 3px rgba(5,150,105,0.1)}.form-group input::placeholder{color:#9ca3af}.form-group input:invalid:not(:placeholder-shown){border-color:#dc2626}.recaptcha-container{display:flex;flex-direction:column;align-items:center;gap:.5rem}.recaptcha-error{color:#dc2626;font-size:.85rem;display:none}.form-note{display:flex;gap:.75rem;padding:1rem;background:#f0fdf4;border-radius:10px;margin-bottom:1.5rem;font-size:.85rem;color:#166534;line-height:1.5}.form-note i{color:var(--primary);flex-shrink:0;margin-top:2px}.btn-submit{width:100%;padding:1rem;font-size:1rem}.btn-submit .btn-text,.btn-submit .btn-loading{display:flex;align-items:center;justify-content:center;gap:.5rem}.spin{animation:spin 1s linear infinite}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-success{padding:2.5rem 2rem;text-align:center}.success-icon{color:var(--primary);margin-bottom:1.5rem}.modal-success h3{color:var(--dark);margin:0 0 1rem;font-size:1.5rem}.modal-success p{color:var(--text-light);margin:.5rem 0}.success-note{background:#fef3c7;color:#92400e;padding:.75rem 1rem;border-radius:8px;margin:1.5rem 0;font-size:.9rem}@media(max-width:480px){.modal-container{max-height:95vh;border-radius:16px}.modal-header{padding:1.5rem;border-radius:16px 16px 0 0}.modal-header h2{font-size:1.25rem}.modal-form{padding:1.25rem 1.5rem 1.5rem}.form-group{margin-bottom:1rem}.form-group input{padding:.75rem}.g-recaptcha{transform:scale(0.85);transform-origin:center}}.logo-icon-img{width:48px;height:48px;border-radius:12px;box-shadow:var(--shadow-md);display:block}.mockup-logo img{width:24px;height:24px;border-radius:6px}
/* Mobile Benefits Fix */
@media(max-width:968px){
.benefit-item{display:flex;flex-direction:column;gap:1.5rem}
.benefit-item:nth-child(even){direction:ltr}
.benefit-content{order:2}
.benefit-visual{order:1}
}
@media(max-width:768px){
.benefits-header{margin-bottom:2rem}
.benefit-item{padding:0}
.benefit-content{padding:0 1rem}
.benefit-visual{width:100%}
.benefit-img{aspect-ratio:4/3;min-height:280px}
.benefit-img-inner{padding:1.5rem}
.profit-demo,.stock-demo,.notification-demo{display:flex;flex-direction:column;gap:1rem}
.profit-item,.stock-item,.notif-item{padding:1rem;border-radius:12px}
.profit-name,.stock-name,.notif-title{font-size:1rem;font-weight:600}
.profit-detail,.stock-action,.notif-desc{font-size:.85rem}
.chart-bars{height:150px;padding:1rem}
.chart-bar{min-width:30px}
}

/* ===== MOBILE BENEFITS FIX ===== */
@media(max-width:968px){
  .benefits-list{display:flex;flex-direction:column;gap:3rem}
  .benefit-item{display:flex;flex-direction:column;gap:1.5rem;direction:ltr !important}
  .benefit-item:nth-child(even){direction:ltr !important}
  .benefit-item:nth-child(even) > *{direction:ltr !important}
  .benefit-content{order:1 !important}
  .benefit-visual{order:2 !important}
}
@media(max-width:768px){
  .benefits{padding:3rem 1rem}
  .benefits-header{text-align:center;margin-bottom:2.5rem}
  .benefit-item{padding:0;background:transparent;border-radius:0}
  .benefit-content{padding:0}
  .benefit-number{display:inline-flex;width:48px;height:48px;font-size:1.25rem}
  .benefit-content h3{font-size:1.35rem;margin-bottom:.75rem;color:var(--dark)}
  .benefit-content p{font-size:1rem;line-height:1.7;margin-bottom:1.25rem}
  .benefit-checks{gap:.75rem}
  .benefit-check{font-size:.95rem;gap:.75rem}
  .benefit-check i{width:20px;height:20px;flex-shrink:0}
  .benefit-visual{width:100%;margin-top:1rem}
  .benefit-img{aspect-ratio:auto;min-height:auto;padding:1.5rem;border-radius:16px}
  .benefit-img-inner{width:100%;padding:1.25rem;border-radius:12px}
  .profit-demo,.stock-demo,.notification-demo{display:flex;flex-direction:column;gap:.75rem}
  .profit-item{padding:1rem;border-radius:10px;background:white;box-shadow:0 2px 4px rgba(0,0,0,0.05)}
  .profit-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}
  .profit-name{font-size:1rem;font-weight:600;color:var(--dark)}
  .profit-price{font-size:.9rem;color:var(--text-light)}
  .profit-bar-wrap{height:28px;margin-bottom:.5rem}
  .profit-bar span{font-size:.85rem}
  .profit-detail{font-size:.85rem}
  .stock-item{padding:1rem;border-radius:10px}
  .stock-info{display:flex;justify-content:space-between;margin-bottom:.5rem}
  .stock-name{font-size:1rem;font-weight:600}
  .stock-qty{font-size:.9rem}
  .stock-bar-wrap{height:10px;margin-bottom:.5rem}
  .stock-action{font-size:.9rem;font-weight:500}
  .notif-item{padding:1rem;gap:1rem;border-radius:10px;background:white;box-shadow:0 2px 4px rgba(0,0,0,0.05)}
  .notif-icon{width:44px;height:44px;flex-shrink:0}
  .notif-content{flex:1}
  .notif-title{font-size:1rem;font-weight:600;margin-bottom:.25rem}
  .notif-desc{font-size:.9rem}
  .notif-time{font-size:.85rem;white-space:nowrap}
  .chart-bars{height:160px;padding:1rem .5rem;gap:.5rem}
  .chart-bar{min-width:32px;border-radius:6px 6px 0 0}
  .chart-bar::after{font-size:.75rem;bottom:-22px}
}

/* ===== MOBILE FIX V2 - Full width cards ===== */
@media(max-width:768px){
  /* Tax section - Xuất sổ kế toán */
  .tax-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;padding:1rem}
  .tax-item-label{display:flex;align-items:center;gap:.75rem;flex:1}
  .tax-item-value{white-space:nowrap}
  
  /* Benefits visuals - Full width cards */
  .benefit-img{padding:1rem}
  .benefit-img-inner{padding:1rem;width:100%}
  
  /* Profit demo - Full width */
  .profit-demo{gap:1rem}
  .profit-item{display:block;padding:1rem;background:white;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.08)}
  .profit-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}
  .profit-name{font-size:1.1rem;font-weight:700;color:var(--dark)}
  .profit-price{font-size:.95rem;color:var(--text-light)}
  .profit-bar-wrap{height:32px;border-radius:16px;margin-bottom:.75rem}
  .profit-bar{border-radius:16px}
  .profit-bar span{font-size:.9rem;padding-right:1rem}
  .profit-detail{font-size:.9rem;color:var(--text-light)}
  
  /* Stock demo - Full width */
  .stock-demo{gap:1rem}
  .stock-item{display:block;padding:1rem;border-radius:12px}
  .stock-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}
  .stock-name{font-size:1.1rem;font-weight:700}
  .stock-qty{font-size:.95rem}
  .stock-bar-wrap{height:12px;border-radius:6px;margin-bottom:.75rem}
  .stock-bar{border-radius:6px}
  .stock-action{font-size:.95rem;font-weight:600}
  
  /* Notification demo - Full width, horizontal layout */
  .notification-demo{gap:1rem}
  .notif-item{display:flex;flex-direction:row;align-items:flex-start;gap:1rem;padding:1rem;background:white;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.08)}
  .notif-icon{width:48px;height:48px;min-width:48px;border-radius:12px}
  .notif-content{flex:1;min-width:0}
  .notif-title{font-size:1rem;font-weight:700;color:var(--dark);margin-bottom:.25rem;line-height:1.3}
  .notif-desc{font-size:.9rem;color:var(--text-light);line-height:1.4}
  .notif-time{font-size:.85rem;color:var(--text-light);white-space:nowrap;align-self:flex-start}
  
  /* CTA Button - Better style */
  .features-cta{padding:2rem 1.5rem;border-radius:20px;text-align:center}
  .features-cta p{font-size:1.1rem;margin-bottom:.75rem}
  .features-cta strong{font-size:1.75rem;display:block;margin-bottom:1.5rem}
  .features-cta .btn{display:inline-flex;padding:1.25rem 2.5rem;font-size:1.1rem;border-radius:60px;box-shadow:0 8px 24px rgba(245,158,11,0.4)}
  .features-cta .btn i{width:24px;height:24px}
  
  /* Chart bars */
  .chart-bars{height:180px;padding:1.5rem 1rem;gap:.75rem}
  .chart-bar{min-width:28px;border-radius:8px 8px 0 0}
  .chart-bar::after{font-size:.8rem;bottom:-24px}
}

@media(max-width:480px){
  .profit-name{font-size:1rem}
  .stock-name{font-size:1rem}
  .notif-icon{width:40px;height:40px;min-width:40px}
  .notif-title{font-size:.95rem}
  .features-cta strong{font-size:1.5rem}
  .features-cta .btn{padding:1rem 2rem;font-size:1rem}
}

/* ===== MOBILE FIX V3 - Comprehensive fixes ===== */
@media(max-width:768px){
  /* Tax items - Remove "Sẵn sàng" text, keep only icon */
  .tax-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem}
  .tax-item-icon{width:36px;height:36px;min-width:36px}
  .tax-item-label{flex:1;font-size:.95rem;line-height:1.4}
  .tax-item-value{display:flex;align-items:center;gap:0}
  .tax-item-value span{display:none}
  .tax-item-value i{color:var(--primary);width:20px;height:20px}
  
  /* Benefits section - Remove nested padding on mobile */
  .benefit-item{padding:0;background:transparent;border-radius:0}
  .benefit-content{padding:0 0 1.5rem 0}
  .benefit-content h3{font-size:1.25rem;margin-bottom:.75rem;padding:0}
  .benefit-content p{font-size:.95rem;line-height:1.6;margin-bottom:1rem;padding:0}
  .benefit-checks{padding:0}
  
  /* Remove nested boxes - single container on mobile */
  .benefit-visual{padding:0}
  .benefit-img{padding:0;background:transparent;border-radius:0}
  .benefit-img-inner{padding:0;background:linear-gradient(135deg,#f0fdf4 0%,#ecfdf5 100%);border-radius:16px;width:100%}
  
  /* Profit demo - full width, proper padding */
  .profit-demo{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}
  .profit-item{padding:1rem;background:white;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.06)}
  .profit-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:.5rem}
  .profit-name{font-size:1.05rem;font-weight:700;color:var(--dark)}
  .profit-price{font-size:.9rem;color:var(--text-light);white-space:nowrap}
  .profit-bar-wrap{height:30px;border-radius:15px;margin-bottom:.5rem}
  .profit-bar{border-radius:15px;height:100%}
  .profit-bar span{font-size:.85rem;font-weight:600}
  .profit-detail{font-size:.875rem;color:var(--text-light)}
  
  /* Stock demo - full width */
  .stock-demo{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}
  .stock-item{padding:1rem;border-radius:12px}
  .stock-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;gap:.5rem}
  .stock-name{font-size:1.05rem;font-weight:700}
  .stock-qty{font-size:.9rem;white-space:nowrap}
  .stock-bar-wrap{height:10px;border-radius:5px;margin-bottom:.5rem}
  .stock-action{font-size:.9rem;font-weight:600}
  
  /* Notification demo - horizontal layout, no text compression */
  .notification-demo{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}
  .notif-item{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:1rem;padding:1rem;background:white;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.06)}
  .notif-icon{width:44px;height:44px;min-width:44px;border-radius:10px;display:flex;align-items:center;justify-content:center}
  .notif-content{min-width:0}
  .notif-title{font-size:1rem;font-weight:700;color:var(--dark);margin-bottom:.25rem;white-space:normal;word-wrap:break-word}
  .notif-desc{font-size:.9rem;color:var(--text-light);line-height:1.4}
  .notif-time{font-size:.8rem;color:var(--text-light);white-space:nowrap}
  
  /* Chart bars */
  .chart-bars{padding:1.5rem 1rem}
  
  /* CTA Button - smaller, single line */
  .features-cta{padding:1.5rem 1rem;border-radius:16px}
  .features-cta p{font-size:1rem;margin-bottom:.5rem}
  .features-cta strong{font-size:1.5rem;margin-bottom:1rem;display:block}
  .features-cta .btn{padding:.875rem 1.5rem;font-size:.95rem;white-space:nowrap;border-radius:50px}
  .features-cta .btn i{width:18px;height:18px}
}

@media(max-width:480px){
  /* Even smaller screens */
  .tax-item{padding:.75rem}
  .tax-item-icon{width:32px;height:32px;min-width:32px}
  .tax-item-label{font-size:.9rem}
  
  .benefit-content h3{font-size:1.15rem}
  .benefit-content p{font-size:.9rem}
  
  .profit-demo,.stock-demo,.notification-demo{padding:1rem}
  .profit-item,.stock-item,.notif-item{padding:.875rem}
  .profit-name,.stock-name{font-size:1rem}
  .notif-icon{width:40px;height:40px;min-width:40px}
  .notif-title{font-size:.95rem}
  
  .features-cta .btn{padding:.75rem 1.25rem;font-size:.9rem}
}

/* ===== MOBILE FIX V4 - Final fixes ===== */
@media(max-width:768px){
  /* Tax items - Hide "Sẵn sàng" text completely on mobile */
  .tax-item .tax-item-value{font-size:0 !important;line-height:0}
  .tax-item .tax-item-value::before{content:"✓";font-size:1.25rem;color:var(--primary)}
  
  /* Benefits - Remove ALL shadows and nested padding */
  .benefit-item{padding:0 !important;background:transparent !important;box-shadow:none !important;border-radius:0}
  .benefit-item:hover,.benefit-item:active,.benefit-item:focus{transform:none !important;box-shadow:none !important}
  .benefit-content{padding:0 1rem 1.5rem 1rem}
  .benefit-visual{padding:0;margin:0}
  .benefit-img{padding:0;background:transparent;box-shadow:none}
  .benefit-img-inner{margin:0;box-shadow:none;background:linear-gradient(135deg,#f0fdf4 0%,#ecfdf5 100%);border-radius:16px}
  
  /* Profit/Stock/Notification demos - proper padding inside inner */
  .profit-demo,.stock-demo,.notification-demo{padding:1.5rem}
  .profit-item{margin-bottom:0}
  .stock-item{margin-bottom:0}
  .notif-item{margin-bottom:0}
  
  /* Remove touch highlight */
  .benefit-item{-webkit-tap-highlight-color:transparent;outline:none}
  .benefit-item *{-webkit-tap-highlight-color:transparent}
}

@media(max-width:480px){
  .profit-demo,.stock-demo,.notification-demo{padding:1.25rem}
  .benefit-content{padding:0 .75rem 1.25rem .75rem}
}
