@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800;900&display=swap";@keyframes zoomIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes pulse-green{0%,to{box-shadow:0 0 0 3px #10b98133}50%{box-shadow:0 0 0 6px #10b9810d}}:root{--primary:#e63946;--primary-dark:#c1121f;--primary-glow:#e6394640;--accent:#f4a261;--secondary:#1d3557;--text-dark:#0d1b2a;--text-muted:#64748b;--bg-main:#f0f4f8;--bg-card:#fff;--border-color:#e2e8f0;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 20px #00000014;--shadow-lg:0 10px 40px #0000001f;--shadow-xl:0 20px 60px #00000026;--radius:1.25rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;font-size:16px}body{background:var(--bg-main);color:var(--text-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;max-width:100vw;min-height:100dvh;font-family:Plus Jakarta Sans,sans-serif;position:relative;overflow-x:hidden}img,video{max-width:100%;height:auto;display:block}button{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;font-family:inherit}a{color:inherit;-webkit-tap-highlight-color:transparent;text-decoration:none}input,select,textarea{font-family:inherit}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.grid{display:grid}.text-center{text-align:center}.btn-primary{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;box-shadow:0 4px 15px var(--primary-glow);touch-action:manipulation;-webkit-tap-highlight-color:transparent;white-space:nowrap;border-radius:.875rem;justify-content:center;align-items:center;gap:.5rem;width:100%;min-height:48px;padding:.875rem 1.25rem;font-size:.95rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-primary:active{transform:scale(.97)}.btn-secondary{color:var(--secondary);border:1.5px solid var(--border-color);box-shadow:var(--shadow-sm);touch-action:manipulation;-webkit-tap-highlight-color:transparent;white-space:nowrap;background:#fff;border-radius:.875rem;justify-content:center;align-items:center;gap:.5rem;min-height:48px;padding:.875rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-secondary:active{transform:scale(.97)}header{-webkit-backdrop-filter:blur(20px);z-index:100;background:#fffffff2;border-bottom:1px solid #e2e8f099;width:100%;transition:box-shadow .3s;position:sticky;top:0}header.scrolled{box-shadow:var(--shadow-md)}.header-container{width:100%;height:3.75rem;padding:0 1rem}.logo{color:var(--secondary);letter-spacing:-.03em;flex-shrink:0;align-items:center;gap:.4rem;font-size:1.35rem;font-weight:900;display:flex}.logo span{color:var(--primary)}.status-badge{border:1.5px solid var(--border-color);box-shadow:var(--shadow-sm);background:#fff;border-radius:2rem;flex-shrink:0;align-items:center;gap:.4rem;padding:.3rem .625rem;font-size:.7rem;font-weight:700;display:flex}.status-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.status-dot.open{background:#10b981;animation:2s infinite pulse-green;box-shadow:0 0 0 3px #10b98133}.status-dot.closed{background:#ef4444}.hero{background:var(--secondary);color:#fff;text-align:center;background-image:url(/hero-bg.png);background-position:50%;background-size:cover;border-radius:0 0 1.5rem 1.5rem;width:100%;margin-bottom:1.25rem;padding:3rem 1.25rem 2.5rem;position:relative;overflow:hidden}.hero:before{content:"";background:linear-gradient(160deg,#1d3557e6 0%,#0d1b2acc 100%);position:absolute;inset:0}.hero:after{content:"";background:radial-gradient(circle at 80% 30%,#e6394633 0%,#0000 60%);position:absolute;inset:0}.hero>*{z-index:1;position:relative}.hero-eyebrow{-webkit-backdrop-filter:blur(10px);letter-spacing:.04em;color:#ffffffe6;text-transform:uppercase;background:#ffffff1a;border:1px solid #fff3;border-radius:2rem;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.3rem .875rem;font-size:.7rem;font-weight:700;display:inline-flex}.hero h1{letter-spacing:-.03em;margin-bottom:.875rem;font-size:1.875rem;font-weight:900;line-height:1.15}.hero h1 span{background:linear-gradient(135deg,#e63946,#f4a261);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero p{color:#fffc;max-width:480px;margin:0 auto 1.75rem;font-size:.9rem;line-height:1.7}.hero-buttons{flex-direction:column;gap:.75rem;max-width:360px;margin:0 auto;display:flex}.hero-buttons .btn-primary{width:100%}.hero-buttons .btn-secondary{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border-color:#ffffff4d;width:100%}.stats-bar{-webkit-backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:1rem;justify-content:center;width:fit-content;margin:1.75rem auto 0;display:flex;overflow:hidden}.stat-item{text-align:center;border-right:1px solid #ffffff1a;padding:.875rem 1.25rem}.stat-item:last-child{border-right:none}.stat-num{color:#fff;font-size:1.375rem;font-weight:900;line-height:1}.stat-label{color:#fff9;margin-top:.2rem;font-size:.65rem;font-weight:600}.section-header{margin-bottom:1rem}.section-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--primary);margin-bottom:.3rem;font-size:.7rem;font-weight:800}.section-title{color:var(--secondary);letter-spacing:-.02em;font-size:1.375rem;font-weight:900}.how-section{border-radius:var(--radius);text-align:center;box-shadow:var(--shadow-md);border:1px solid var(--border-color);background:#fff;width:100%;margin:0 0 1.25rem;padding:1.75rem 1.25rem}.steps-grid{flex-direction:column;gap:1.25rem;margin-top:1.5rem;display:flex}.step-card{text-align:left;align-items:center;gap:.875rem;display:flex}.step-icon{background:linear-gradient(135deg,#e639461a,#f4a2611a);border:2px solid #e6394626;border-radius:.875rem;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.375rem;display:flex}.step-title{color:var(--secondary);margin-bottom:.2rem;font-size:.9rem;font-weight:800}.step-desc{color:var(--text-muted);font-size:.78rem;line-height:1.5}.filter-bar{border-radius:var(--radius);box-shadow:var(--shadow-md);border:1px solid var(--border-color);background:#fff;width:100%;margin-bottom:1rem;padding:.875rem}.search-wrap{margin-bottom:.75rem;position:relative}.search-wrap svg{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:.875rem;transform:translateY(-50%)}.form-input{border:1.5px solid var(--border-color);background:var(--bg-main);width:100%;color:var(--text-dark);appearance:none;border-radius:.875rem;outline:none;min-height:48px;padding:.75rem .875rem .75rem 2.75rem;font-family:inherit;font-size:1rem;transition:all .2s}.form-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow);background:#fff}.filter-row{flex-direction:column;gap:.625rem;display:flex}.category-filter{flex-wrap:wrap;gap:.4rem;display:flex}.category-btn{background:var(--bg-main);border:1.5px solid var(--border-color);color:var(--text-muted);touch-action:manipulation;-webkit-tap-highlight-color:transparent;white-space:nowrap;border-radius:2rem;min-height:38px;padding:.4rem .75rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .2s}.category-btn.active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 3px 10px var(--primary-glow)}.sort-select{border:1.5px solid var(--border-color);width:100%;color:var(--text-dark);cursor:pointer;appearance:none;background:#fff;border-radius:.875rem;outline:none;min-height:44px;padding:.625rem 1rem;font-family:inherit;font-size:1rem;font-weight:600}.product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%;margin-bottom:2rem;display:grid}.card{box-shadow:var(--shadow-md);-webkit-tap-highlight-color:transparent;background:#fff;border:1px solid #e2e8f099;border-radius:1rem;flex-direction:column;width:100%;transition:transform .2s;display:flex;position:relative;overflow:hidden}.card:active{transform:scale(.98)}.product-image-container{aspect-ratio:1;background:var(--bg-main);width:100%;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;display:block}.zoom-overlay{display:none}.product-badge{color:var(--primary);text-transform:uppercase;box-shadow:var(--shadow-sm);z-index:2;text-overflow:ellipsis;white-space:nowrap;background:#fff;border-radius:2rem;max-width:calc(50% - .5rem);padding:.15rem .4rem;font-size:.55rem;font-weight:800;position:absolute;top:.4rem;left:.4rem;overflow:hidden}.product-badge.new{color:#fff;background:#10b981}.product-content{flex-direction:column;flex:1;gap:.4rem;padding:.625rem;display:flex}.product-title{color:var(--text-dark);word-break:break-word;font-size:.775rem;font-weight:700;line-height:1.3}.product-price{color:var(--primary);font-size:1rem;font-weight:900}.product-actions{gap:.35rem;margin-top:auto;display:flex}.product-actions .btn-primary{border-radius:.5rem;flex:1;gap:.25rem;min-height:38px;padding:.5rem .3rem;font-size:.7rem}.product-actions .btn-secondary{border-radius:.5rem;flex-shrink:0;width:38px;min-width:38px;min-height:38px;padding:.5rem}.reviews-section{width:100%;margin-bottom:1.5rem}.reviews-grid{flex-direction:column;gap:.875rem;margin-top:1rem;display:flex}.review-card{border-radius:var(--radius);box-shadow:var(--shadow-md);border:1px solid var(--border-color);background:#fff;padding:1.125rem}.review-stars{color:#f59e0b;margin-bottom:.5rem;font-size:.95rem}.review-text{color:var(--text-dark);margin-bottom:.75rem;font-size:.85rem;font-style:italic;line-height:1.65}.review-author{align-items:center;gap:.625rem;display:flex}.review-avatar{color:#fff;background:linear-gradient(135deg, var(--primary), var(--secondary));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.75rem;font-weight:800;display:flex}.review-name{font-size:.85rem;font-weight:700}.review-loc{color:var(--text-muted);font-size:.72rem}.cta-section{background:linear-gradient(135deg, var(--secondary) 0%, #0d1b2a 100%);text-align:center;color:#fff;box-shadow:var(--shadow-xl);border-radius:1.5rem;width:100%;margin:0 0 1.5rem;padding:2rem 1.25rem;position:relative;overflow:hidden}.cta-section:before{content:"";background:radial-gradient(circle at 20%,#e6394633 0%,#0000 60%);position:absolute;inset:0}.cta-section>*{z-index:1;position:relative}.cta-section h2{letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.375rem;font-weight:900}.cta-section p{color:#ffffffb3;margin:0 auto 1.5rem;font-size:.9rem;line-height:1.65}.footer{background:var(--secondary);color:#ffffffbf;width:100%;padding:2rem 1rem 1.5rem}.footer h3{color:#fff;margin-bottom:.75rem;font-size:.9rem;font-weight:800}.footer-map{border:2px solid #ffffff1a;border-radius:1rem;overflow:hidden}.footer-bottom{text-align:center;color:#fff6;border-top:1px solid #ffffff1a;margin-top:1.75rem;padding-top:1.125rem;font-size:.7rem}.footer-grid{flex-direction:column;gap:1.75rem;margin-bottom:1.75rem;display:flex}.empty-state{text-align:center;border-radius:var(--radius);border:2px dashed var(--border-color);color:var(--text-muted);background:#fff;grid-column:1/-1;padding:2.5rem 1.5rem}.fab-whatsapp{z-index:999;color:#fff;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .2s;display:flex;position:fixed;bottom:1.25rem;right:1.25rem;box-shadow:0 4px 20px #25d36680}.fab-whatsapp:active{transform:scale(.9)}.modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:1000;background:#0d1b2abf;align-items:flex-end;padding:0;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.product-modal-content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:#fff;border-radius:1.5rem 1.5rem 0 0;width:100%;max-height:94dvh;animation:.3s cubic-bezier(.4,0,.2,1) slideUp;position:relative;overflow-y:scroll;box-shadow:0 -10px 40px #0000004d}.product-modal-content:before{content:"";background:#e2e8f0;border-radius:2px;width:36px;height:4px;margin:.75rem auto 0;display:block}.modal-close-btn{background:var(--bg-main);z-index:10;touch-action:manipulation;-webkit-tap-highlight-color:transparent;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:.875rem;right:.875rem}.modal-grid{flex-direction:column;display:flex}.modal-image-wrapper{background:#0d1b2a;border-radius:0;overflow:hidden}.modal-details{flex-direction:column;gap:.875rem;padding:1.25rem;display:flex}.modal-desc-box{background:var(--bg-main);border-radius:.875rem;padding:.875rem}.admin-page{width:100%;padding:1rem 0}.admin-grid{flex-direction:column;gap:1.25rem;display:flex}.form-group{margin-bottom:.875rem}.form-label{color:var(--secondary);margin-bottom:.375rem;font-size:.875rem;font-weight:700;display:block}.form-input-full{border:1.5px solid var(--border-color);width:100%;color:var(--text-dark);background:var(--bg-main);appearance:none;border-radius:.875rem;outline:none;min-height:48px;padding:.75rem .875rem;font-family:inherit;font-size:1rem;transition:all .2s}.form-input-full:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow);background:#fff}textarea.form-input-full{resize:vertical;min-height:90px}.image-upload-area{border:2px dashed var(--border-color);border-radius:var(--radius);text-align:center;cursor:pointer;background:var(--bg-main);touch-action:manipulation;padding:1.5rem;transition:all .3s}.admin-table-wrap{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.product-table{border-collapse:collapse;width:100%;min-width:500px;font-size:.8rem}.product-table th{background:var(--bg-main);text-align:left;text-transform:uppercase;color:var(--text-muted);border-bottom:2px solid var(--border-color);white-space:nowrap;padding:.625rem .5rem;font-size:.7rem;font-weight:800}.product-table td{border-bottom:1px solid var(--border-color);padding:.75rem .5rem}.product-table img{object-fit:cover;border-radius:.5rem;flex-shrink:0;width:48px;height:48px}.action-btn{touch-action:manipulation;-webkit-tap-highlight-color:transparent;cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.action-btn.edit{color:var(--secondary);background:#1d355714}.action-btn.delete{color:var(--primary);background:#e6394614}.action-btn:active{transform:scale(.92)}.admin-layout{flex-direction:column;gap:1.5rem;display:flex}.admin-sidebar{border-radius:var(--radius);box-shadow:var(--shadow-md);border:1px solid var(--border-color);background:#fff;padding:1.25rem}.spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width>=640px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.hero h1{font-size:2.5rem}.hero-buttons{flex-direction:row}.reviews-grid{grid-template-columns:1fr 1fr;display:grid}}@media (width>=768px){.container{padding:0 1.5rem}.hero{border-radius:0 0 2rem 2rem;margin-bottom:2rem;padding:5rem 2rem 4rem}.hero h1{font-size:3.25rem}.hero p{font-size:1.1rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.steps-grid{flex-direction:row;justify-content:center}.step-card{text-align:center;flex-direction:column;flex:1;max-width:200px}.reviews-grid{grid-template-columns:repeat(2,1fr)}.admin-layout{flex-direction:row;align-items:flex-start}.admin-sidebar{flex-shrink:0;width:340px;position:sticky;top:5rem}.footer-grid{flex-flow:wrap}}@media (width>=1024px){.hero h1{font-size:3.75rem}.reviews-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}
