:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border:1px solid rgba(0,0,0,.2);background-color:#fff;color:#000;border-radius:100%}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{border:1px solid rgba(0,0,0,.5);background-color:#fff;color:#000;border-radius:100%}}:root{--bg-color: #fdf8f0;--text-color: #111111;--primary-color: #ff6600;--primary-hover: #e65c00;--header-bg: #ffffff;--header-text: #ff6600;--card-bg: #ffffff;--card-border: #eaeaea}html,body,#root{width:100%!important;height:100%!important;display:block!important;margin:0;padding:0;box-sizing:border-box;background-color:var(--bg-color)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-header{padding:14px 16px;background-color:var(--header-bg);border-bottom:1px solid var(--card-border);margin-bottom:20px}.header-content{display:flex;align-items:center;justify-content:center;gap:14px;max-width:900px;margin:0 auto}.header-content.no-logo .header-info{text-align:center}.header-logo-wrapper{width:48px;height:48px;min-width:48px;border-radius:12px;background:#fff;box-shadow:0 2px 8px #0000001f;border:2px solid #ffffff;display:flex;align-items:center;justify-content:center;overflow:hidden}.header-logo{width:100%;height:100%;object-fit:cover}.header-info{text-align:left}.header-title{margin:0;color:var(--header-text);font-size:22px;font-weight:800;line-height:1.2;letter-spacing:-.3px}.header-subtitle{margin:2px 0 0;color:var(--header-subtitle-color, #888888);font-size:13px;font-weight:500}@media (max-width: 480px){.app-header{padding:12px 14px;margin-bottom:16px}.header-logo-wrapper{width:42px;height:42px;min-width:42px;border-radius:10px}.header-title{font-size:19px}.header-subtitle{font-size:12px}}.app-error{margin-top:5px}.app-root{width:100%;min-height:100vh;display:flex;flex-direction:column}.app-main{max-width:1280px;width:100%;margin:0 auto;padding:0 24px 48px;flex:1;box-sizing:border-box}.layout-columns{display:flex;gap:30px;align-items:flex-start}.menu-column{flex:1;min-width:0}.cart-column{width:380px;flex-shrink:0}.cart-options select,input,textarea{color:#111}.closed-banner{background:linear-gradient(135deg,#7f1d1d,#991b1b);color:#fff;padding:16px 20px;border-radius:12px;margin-bottom:24px;border:1px solid #ef4444;box-shadow:0 4px 15px #dc262633;display:flex;align-items:center;gap:14px;text-align:left}.closed-banner .closed-icon{font-size:24px;flex-shrink:0}.closed-banner .closed-text{display:flex;flex-direction:column;gap:4px}.closed-banner .closed-text strong{font-size:16px;font-weight:700;color:#fff;letter-spacing:.3px}.closed-banner .closed-text p{margin:0;font-size:14px;color:#ffffffe6;font-weight:500;line-height:1.4}.category-wrapper{margin-bottom:12px;border:1px solid var(--card-border, #eaeaea);border-radius:8px;background-color:var(--card-bg, #ffffff);overflow:hidden;box-shadow:0 2px 8px #00000005}.category-card{width:100%!important;margin:0!important;padding:16px 20px!important;background-color:transparent!important;border:none!important;border-radius:0!important;outline:none!important;display:flex!important;justify-content:space-between!important;align-items:center!important;font-weight:700!important;font-size:15px!important;color:inherit!important;cursor:pointer!important;transition:background-color .2s ease!important;box-sizing:border-box!important}.category-card:hover,.category-card:focus,.category-card:active{background-color:#0000000a!important;border-radius:0!important;outline:none!important}.cat-name{display:flex;align-items:center;gap:8px}.chevron-icon{color:#aaa;font-size:18px;transition:transform .2s ease}.chevron-icon.open{transform:rotate(180deg)}.collapse-container{display:grid;grid-template-rows:0fr;transition:grid-template-rows .2s ease-out}.collapse-container.expanded{grid-template-rows:1fr}.collapse-content{overflow:hidden;background-color:#fff}.no-products{color:#888;font-size:14px;margin:0;padding:14px 20px 20px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;padding:14px 20px 20px}.product-item{display:flex;flex-direction:column;border:1px solid #eaeaea;border-radius:8px;overflow:hidden;background:#fff}.product-image{width:100%;aspect-ratio:16/10;object-fit:cover;background-color:#f5f5f5;border-bottom:1px solid #f0f0f0}.product-info{padding:14px;display:flex;flex-direction:column;flex:1}.product-name{font-weight:700;font-size:15px;color:#222;margin-bottom:6px}.product-desc{font-size:13px;color:#777;line-height:1.3;flex:1;margin-bottom:14px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-action{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.product-price{font-size:15px;font-weight:800;color:var(--primary-color)}.product-price-consult{font-size:13px;font-weight:600;color:#999}.add-btn{background-color:var(--primary-color);color:#fff;border:none;border-radius:6px;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;gap:4px}.add-btn:hover{background-color:var(--primary-hover)}.add-btn:disabled,.add-btn.disabled{background-color:#94a3b8!important;color:#f1f5f9!important;cursor:not-allowed!important;opacity:.7!important;box-shadow:none!important;transform:none!important}.app-footer{width:100%;text-align:center;color:#999;font-size:13px;padding:24px 16px;background-color:#fff;border-top:1px solid #eaeaea;margin-top:auto;box-sizing:border-box}.powered-link{color:#555;font-weight:600;text-decoration:none}.suspended-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f8fafc;padding:20px;box-sizing:border-box}.suspended-card{max-width:480px;width:100%;background:#fff;border-radius:16px;padding:40px 30px;text-align:center;box-shadow:0 10px 30px #0000000f;border:1px solid #e2e8f0}.suspended-icon{font-size:48px;margin-bottom:16px}.suspended-card h2{font-size:22px;font-weight:800;color:#1e293b;margin:0 0 12px}.suspended-card p{font-size:15px;color:#64748b;line-height:1.5;margin:0 0 24px}.suspended-footer{padding-top:20px;border-top:1px solid #f1f5f9;font-size:13px;color:#94a3b8;line-height:1.4}.mobile-cart-btn-wrapper{display:none}@media (max-width: 960px){.layout-columns{flex-direction:column}.button-cart{margin-right:10px;margin-left:10px}.mobile-cart-btn-wrapper{display:block}}@media (max-width: 768px){.app-main{padding:0 16px 80px}.products-grid{grid-template-columns:1fr}}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;animation:fadeIn .2s ease}.modal-content{background:#fff;border-radius:16px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;padding:24px;position:relative;box-shadow:0 10px 40px #0003;animation:scaleUp .2s ease}@keyframes scaleUp{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;cursor:pointer;color:#666;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.modal-close:hover{background:#f0f0f0;color:#333}.modal-title-centered{margin:0 0 16px;font-size:20px;color:var(--text-color, #111111);text-align:center;font-weight:800}.modal-product-image{width:100%;border-radius:12px;margin-bottom:16px;object-fit:cover;max-height:250px}.product-description{color:var(--text-color, #555555);opacity:.8;margin:0 0 12px;font-size:14px;line-height:1.4;text-align:center}.modal-base-price{font-size:20px;font-weight:800;color:var(--primary-color, #ff6600);margin-bottom:24px}.modificadores-section{margin:20px 0;padding:16px;background:#7d7d7d0f;border:1px solid var(--card-border, #eaeaea);border-radius:12px}.modificadores-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;gap:8px}.modificadores-header-row h3{margin:0;font-size:15px;font-weight:700;color:var(--text-color, inherit)}.mod-badge{font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px;background:#7d7d7d26;color:var(--text-color, inherit);white-space:nowrap}.mod-badge.required{background:#ef44442e;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.mod-badge.completed{background:#22c55e2e;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.modificadores-list{display:flex;flex-direction:column;gap:12px}.checkbox-style{display:flex;align-items:center;justify-content:space-between;padding:0;background:transparent;border:none;cursor:pointer;transition:opacity .2s}.checkbox-style:hover{opacity:.8}.modificador-option-quantitative{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--card-border, rgba(125, 125, 125, .12))}.modificador-option-quantitative:last-child{border-bottom:none}.qty-picker{display:flex;align-items:center;gap:8px}.qty-btn{width:32px;height:32px;border-radius:8px;border:1px solid var(--card-border, rgba(125, 125, 125, .25));background:#7d7d7d1a;color:var(--text-color, inherit);font-size:16px;font-weight:800;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}.qty-btn:hover:not(:disabled){background:var(--primary-color, #ff6600)!important;color:#fff!important;border-color:var(--primary-color, #ff6600)!important}.qty-btn:disabled{opacity:.3;cursor:not-allowed}.qty-number{font-size:15px;font-weight:800;min-width:24px;text-align:center;color:var(--text-color, inherit)}.modificador-info-qty{display:flex;align-items:center;gap:12px}.modificador-info-qty input[type=checkbox],.modificador-info-qty input[type=radio]{width:18px;height:18px;accent-color:var(--primary-color, #ff6600);cursor:pointer;margin:0}.modificador-name{font-size:14px;font-weight:500;color:var(--text-color, inherit)}.modificador-price{font-weight:700;color:var(--primary-color, #ff6600);font-size:13px}.comments-section{margin:24px 0 12px}.comments-section h3{font-size:14px;font-weight:500;color:var(--text-color, #111111);margin:0 0 12px}.comments-textarea{width:100%;border:1px solid var(--card-border, #dddddd);background:var(--card-bg, #ffffff);color:var(--text-color, #111111);padding:14px;border-radius:8px;font-family:inherit;font-size:14px;box-sizing:border-box;resize:vertical;min-height:80px}.comments-textarea:focus{outline:1px solid var(--primary-color, #ff6600)}.modal-footer{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:24px}.total-price{font-size:16px;color:var(--text-color, #111111)}.total-price strong{color:var(--primary-color);font-size:20px}.add-to-cart-btn{flex:1;background:var(--primary-color);color:#fff;border:none;padding:14px 20px;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;transition:background-color .2s;text-align:center}.add-to-cart-btn:hover:not(:disabled){background:var(--primary-hover)}.add-to-cart-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.6}@media (max-width: 600px){.modal-content{padding:20px;max-height:86vh;border-radius:12px}.modal-title-centered{padding:0 20px}.modal-footer{flex-direction:column;gap:12px}.total-price{display:none}.add-to-cart-btn{width:100%}}.cart-button-float{position:fixed;bottom:24px;right:24px;background:#25d366;color:#fff;padding:12px 24px;border-radius:50px;border:none;box-shadow:0 4px 12px #25d36666;display:flex;align-items:center;gap:16px;cursor:pointer;z-index:1000;transition:transform .2s,box-shadow .2s;animation:slideUp .3s ease-out}.cart-button-float:hover{transform:translateY(-4px);box-shadow:0 8px 20px #25d36680}.cart-icon{position:relative;font-size:24px;display:flex;align-items:center}.cart-badge{position:absolute;top:-8px;right:-8px;background:#f44;color:#fff;font-size:12px;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid white}.cart-info{text-align:left}.cart-label{font-size:12px;opacity:.9;text-transform:uppercase;font-weight:600;letter-spacing:.5px}.cart-total{font-size:18px;font-weight:700}@keyframes slideUp{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.cart-button-float{bottom:16px;right:16px;left:16px;justify-content:space-between;border-radius:12px}}.cart-modal-overlay{display:none;position:fixed;inset:0;background:#0009;justify-content:flex-end;z-index:2000;animation:fadeIn .2s ease;overscroll-behavior-y:none}.cart-modal-overlay.show{display:flex}.cart-modal-content{background:var(--card-bg, #ffffff);color:var(--text-color, #111111);width:100%;max-width:450px;height:100%;height:100dvh;display:flex;flex-direction:column;overflow-y:auto;animation:slideInRight .3s ease;box-shadow:-4px 0 20px #0003;box-sizing:border-box}.cart-modal-header,.cart-header{padding:20px 24px;border-bottom:1px solid var(--card-border, #eee);display:flex;justify-content:space-between;align-items:center;background:var(--card-bg, #ffffff);position:sticky;top:0;z-index:10}.cart-modal-header h2,.cart-header h2{margin:0;font-size:18px;font-weight:700;color:var(--text-color, #111111);display:flex;align-items:center;gap:8px}.close-btn{background:none;border:none;font-size:26px;cursor:pointer;color:var(--text-color, #666);padding:4px;line-height:1}.cart-items-list,.cart-items{padding:16px 24px;overflow:visible}.cart-item{display:flex;flex-direction:column;padding:12px 0;border-bottom:1px solid var(--card-border, #eee)}.item-info{display:flex;justify-content:space-between;align-items:flex-start}.item-name{display:block;font-weight:700;font-size:14px;color:var(--text-color, #111111)!important;margin-bottom:4px}.item-variant{font-size:13px;color:var(--text-color, #666666);opacity:.8;font-weight:400}.item-modifiers{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.modifier-tag{display:inline-block;font-size:11px;padding:3px 8px;background:#7d7d7d24!important;color:var(--text-color, #111111)!important;border:1px solid rgba(125,125,125,.25)!important;border-radius:12px;font-weight:500}.item-price{color:var(--primary-color, #ff6600)!important;font-size:14px;font-weight:700;white-space:nowrap;margin-left:12px}.item-controls{display:flex;align-items:center;justify-content:space-between;margin-top:8px;gap:12px}.item-controls .button-cart{background-color:var(--primary-color, #ff6600);color:#fff;border:none;border-radius:6px;width:28px;height:28px;font-size:15px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:opacity .2s ease,transform .1s ease}.item-controls .button-cart:hover{opacity:.85}.item-controls .button-cart:active{transform:scale(.95)}.item-controls span{font-size:14px;font-weight:700;color:var(--text-color, #111111)!important;min-width:24px;text-align:center;display:inline-block}.qty-group{display:flex;font-size:13px;color:var(--text-color, #111111)}.item-controls button.remove-btn{border:none;background:none;color:#ef4444;cursor:pointer;font-size:16px;padding:4px 8px;border-radius:4px;opacity:.8;transition:opacity .2s ease,background-color .2s ease}.item-controls button.remove-btn:hover{opacity:1;background:#ef44441a}.cart-footer{padding:20px 24px;border-top:1px solid var(--card-border, #eee);background:var(--card-bg, #ffffff);box-sizing:border-box}.cart-summary{margin-bottom:20px}.summary-row{display:flex;justify-content:space-between;margin-bottom:8px;font-size:14px;color:var(--text-color, #666666);opacity:.85}.summary-row.total{font-size:18px;font-weight:800;color:var(--primary-color, #ff6600)!important;margin-top:12px;padding-top:12px;border-top:1px solid var(--card-border, #ddd);opacity:1}.summary-row.total span{color:var(--primary-color, #ff6600)!important}.cart-options{margin-bottom:20px;text-align:left}.cart-options label{display:block;font-weight:600;margin-bottom:6px;font-size:13px;color:var(--text-color, #111111)}.cart-options select,.cart-options textarea,.cart-options input{width:100%;padding:10px 14px;border:1px solid var(--card-border, #ddd);border-radius:6px;margin-bottom:14px;box-sizing:border-box;font-family:inherit;font-size:14px;background:var(--card-bg, #ffffff);color:var(--text-color, #111111)}.delivery-type-selector{display:flex;gap:8px;margin-bottom:16px;background:#7d7d7d14;padding:4px;border-radius:10px}.delivery-type-btn{flex:1;padding:10px 8px;border:none;border-radius:8px;background:transparent;color:var(--text-color, #111111);font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center}.delivery-type-btn.active{background:var(--primary-color, #ff6600);color:#fff;box-shadow:0 2px 8px #00000026}.form-fields-row{display:flex;gap:12px}.field-group{margin-bottom:0}.checkout-btn{width:100%;padding:16px;background:var(--primary-color, #ff6600);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;transition:background .2s}.checkout-btn:hover{background:var(--primary-hover, #e65c00)}.checkout-btn:disabled{background:#ccc;cursor:not-allowed}.empty-cart{text-align:center;color:#999;padding:40px 20px;font-size:14px}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (min-width: 961px){.cart-modal-overlay{display:block!important;position:relative;background:transparent;animation:none;z-index:10;width:100%}.cart-modal-content{max-width:none;width:100%;height:auto;min-height:200px;box-shadow:0 2px 10px #00000008;border:1px solid #eaeaea;border-radius:8px;animation:none;position:sticky;top:20px}.close-btn{display:none}}@media (max-width: 480px){.cart-modal-content{max-width:100%}.form-fields-row{flex-direction:column;gap:0}}:root{--primary-color: #0284c7;--primary-hover: #0369a1;--primary-light: #e0f2fe;--secondary-color: #0ea5e9;--accent-color: #38bdf8;--light-bg: #f0f7ff;--section-alt-bg: #e8f3fc;--card-bg: #ffffff;--text-main: #0f172a;--text-muted: #475569;--border-color: #d0e5fc;--border-light: #e2effd;--shadow-sm: 0 2px 8px rgba(2, 132, 199, .05);--shadow-md: 0 12px 28px -5px rgba(2, 132, 199, .1), 0 6px 12px -4px rgba(2, 132, 199, .04)}.landing-container{min-height:100vh;background-color:var(--light-bg);background-image:radial-gradient(#d9ebfc 1px,transparent 1px);background-size:24px 24px;color:var(--text-main);font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}.landing-nav{display:flex;justify-content:space-between;align-items:center;padding:16px 8%;background:#f0f7ffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:100;border-bottom:1px solid var(--border-color);box-shadow:0 2px 10px #0284c70a}.landing-logo{display:flex;align-items:center;gap:10px;font-size:1.5rem;font-weight:800;color:var(--text-main);text-decoration:none}.logo-badge{background:linear-gradient(135deg,var(--primary-color),#38bdf8);color:#fff;padding:4px 10px;border-radius:6px;font-size:.8rem;font-weight:700;box-shadow:0 2px 6px #0284c740}.nav-links{display:flex;align-items:center;gap:28px;list-style:none;margin:0;padding:0}.nav-links a{color:var(--text-muted);text-decoration:none;font-weight:600;transition:color .2s}.nav-links a:hover{color:var(--primary-color)}.nav-cta{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff!important;padding:10px 20px;border-radius:30px;font-weight:700!important;display:flex;align-items:center;gap:8px;box-shadow:0 4px 14px #25d36640;transition:transform .2s,box-shadow .2s!important}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #25d36659}.hero-section{padding:70px 8% 90px;text-align:center;max-width:1000px;margin:0 auto;position:relative}.hero-tag{display:inline-flex;align-items:center;gap:8px;background:#e0f2fe;border:1px solid #bae6fd;color:var(--primary-color);padding:8px 18px;border-radius:30px;font-size:.9rem;font-weight:700;margin-bottom:24px;box-shadow:0 2px 6px #0284c714}.hero-title{font-size:clamp(2.4rem,5vw,3.8rem);font-weight:900;line-height:1.15;margin-bottom:24px;color:var(--text-main)}.hero-title span{background:linear-gradient(135deg,var(--primary-color),#0ea5e9);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.2rem;color:var(--text-muted);line-height:1.6;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.btn-hero-primary{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;padding:16px 32px;border-radius:40px;font-size:1.1rem;font-weight:700;text-decoration:none;display:flex;align-items:center;gap:10px;box-shadow:0 8px 25px #25d3664d;transition:transform .2s,box-shadow .2s}.btn-hero-primary:hover{transform:translateY(-3px);box-shadow:0 12px 30px #25d36673}.btn-hero-secondary{background:#fff;color:var(--text-main);border:1px solid #bae6fd;padding:16px 32px;border-radius:40px;font-size:1.1rem;font-weight:700;text-decoration:none;display:flex;align-items:center;gap:8px;box-shadow:0 4px 12px #0284c70f;transition:background .2s,transform .2s,border-color .2s}.btn-hero-secondary:hover{background:#e0f2fe;border-color:#7dd3fc;transform:translateY(-3px)}.section-title{text-align:center;font-size:2.2rem;font-weight:800;margin-bottom:16px;color:var(--text-main)}.section-subtitle{text-align:center;color:var(--text-muted);font-size:1.1rem;margin-bottom:50px;max-width:650px;margin-left:auto;margin-right:auto}.features-section{padding:80px 8%;background:#f6fbff;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;max-width:1200px;margin:0 auto}.feature-card{background:#fff;padding:32px 24px;border-radius:16px;border:1px solid var(--border-color);box-shadow:0 4px 16px #0284c70a;transition:transform .2s,box-shadow .2s,border-color .2s}.feature-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);border-color:#7dd3fc}.feature-icon{font-size:2.8rem;margin-bottom:20px}.feature-card h3{font-size:1.3rem;font-weight:700;margin-bottom:12px;color:var(--text-main)}.feature-card p{color:var(--text-muted);line-height:1.5;font-size:.98rem;margin:0}.pricing-section{padding:80px 8%;max-width:1200px;margin:0 auto}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-top:40px}.pricing-card{background:#fff;border-radius:20px;padding:40px 32px;border:1px solid var(--border-color);box-shadow:0 6px 20px #0284c70d;display:flex;flex-direction:column;position:relative;transition:transform .2s,box-shadow .2s}.pricing-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}.pricing-card.featured{border:2px solid var(--primary-color);background:linear-gradient(180deg,#fff,#f0f9ff);box-shadow:0 12px 35px #0284c726}.pricing-badge{position:absolute;top:-14px;right:24px;background:linear-gradient(135deg,var(--primary-color),#38bdf8);color:#fff;font-size:.8rem;font-weight:800;padding:6px 14px;border-radius:20px;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 10px #0284c740}.pricing-card h3{font-size:1.6rem;font-weight:800;margin-bottom:8px;color:var(--text-main)}.pricing-desc{color:var(--text-muted);font-size:.95rem;margin-bottom:24px}.pricing-price{font-size:2.8rem;font-weight:900;color:var(--text-main);margin-bottom:24px}.pricing-price span{font-size:1rem;color:var(--text-muted);font-weight:500}.pricing-features{list-style:none;padding:0;margin:0 0 36px;flex:1}.pricing-features li{display:flex;align-items:center;gap:12px;color:#334155;margin-bottom:14px;font-size:.98rem}.pricing-features li span{color:#0284c7;font-weight:700}.btn-pricing{background:var(--primary-color);color:#fff;text-align:center;padding:14px;border-radius:12px;text-decoration:none;font-weight:700;font-size:1rem;transition:background .2s,transform .2s,box-shadow .2s;display:block;box-shadow:0 4px 12px #0284c740}.btn-pricing:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 18px #0284c759}.btn-pricing.btn-whatsapp{background:linear-gradient(135deg,#25d366,#128c7e);box-shadow:0 4px 12px #25d36640}.btn-pricing.btn-whatsapp:hover{background:linear-gradient(135deg,#22c55e,#0f766e);box-shadow:0 6px 18px #25d36659}.demo-section{padding:60px 8%;background:#f6fbff;text-align:center;border-top:1px solid var(--border-color)}.demo-card{background:#fff;border-radius:20px;padding:40px;max-width:700px;margin:0 auto;border:1px solid var(--border-color);box-shadow:0 6px 20px #0284c70d}.landing-footer{padding:40px 8%;background:#eaf3fb;border-top:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;color:var(--text-muted);font-size:.9rem}.landing-footer a{color:var(--text-muted);text-decoration:none}.landing-footer a:hover{color:var(--primary-color)}.whatsapp-float{position:fixed;bottom:24px;right:24px;background:#25d366;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;box-shadow:0 6px 20px #25d36666;z-index:1000;transition:transform .2s,box-shadow .2s;text-decoration:none}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 8px 25px #25d36680}@media (max-width: 768px){.landing-nav{padding:14px 5%}.nav-links{display:none}.hero-section{padding:50px 5% 60px}.pricing-section,.features-section,.demo-section{padding:50px 5%}.pricing-card{padding:28px 20px}}.tracking-container{min-height:100vh;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:24px 16px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#0f172a}.tracking-card{background:#fff;border-radius:16px;max-width:540px;width:100%;box-shadow:0 10px 30px #0f172a14;border:1px solid #e2e8f0;padding:28px 24px;position:relative;overflow:hidden}.tracking-verified-badge{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;padding:8px 14px;border-radius:30px;font-size:12px;font-weight:700;text-align:center;margin-bottom:20px}.tracking-header{display:flex;align-items:center;gap:16px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.tracking-logo{width:54px;height:54px;object-fit:contain;border-radius:10px;border:1px solid #e2e8f0}.tracking-logo-placeholder{width:54px;height:54px;border-radius:10px;background:#4f46e5;color:#fff;font-weight:800;font-size:24px;display:flex;align-items:center;justify-content:center}.tracking-title-group h1{font-size:20px;font-weight:800;margin:0}.tracking-order-id{font-size:13px;color:#64748b;font-weight:600}.tracking-status-box{background:#f8fafc;border-radius:12px;padding:14px 18px;display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;border:1px solid #e2e8f0}.status-indicator{display:flex;align-items:center;gap:8px}.status-dot{width:10px;height:10px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px #22c55e33}.status-name{font-weight:700;font-size:14px;color:#1e293b}.tracking-date{font-size:12px;color:#64748b}.tracking-items-section h3{font-size:15px;font-weight:700;margin-bottom:12px;color:#334155}.tracking-items-list{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.tracking-item-row{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:10px;border-bottom:1px dashed #f1f5f9}.item-qty-name{display:flex;gap:10px}.item-qty{font-weight:700;color:#4f46e5;font-size:14px}.item-name-box{display:flex;flex-direction:column}.item-name{font-weight:600;font-size:14px}.item-variant,.item-mods{font-size:12px;color:#64748b}.item-subtotal{font-weight:700;font-size:14px}.tracking-summary-section{background:#f8fafc;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:8px;margin-bottom:24px;border:1px solid #e2e8f0}.summary-row{display:flex;justify-content:space-between;font-size:13px;color:#64748b}.summary-row.total-row{font-size:17px;font-weight:800;color:#0f172a;border-top:1px solid #cbd5e1;padding-top:8px;margin-top:4px}.tracking-info-section{display:flex;flex-direction:column;gap:8px;font-size:13px;margin-bottom:24px;background:#fff;padding:12px;border-radius:8px;border:1px solid #f1f5f9}.tracking-actions{display:flex;justify-content:center}.btn-tracking-home{background:#4f46e5;color:#fff;text-decoration:none;padding:12px 24px;border-radius:30px;font-weight:700;font-size:14px;display:inline-block;transition:background .2s}.btn-tracking-home:hover{background:#4338ca}.loading-card,.error-card{text-align:center;padding:40px 24px}.spinner{width:36px;height:36px;border:4px solid #e2e8f0;border-top-color:#4f46e5;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 16px}@keyframes spin{to{transform:rotate(360deg)}}
