:root{--primary: #dc3545;--primary-hover: #c82333;--dark: #1f1f1f;--light: #f6f7fb;--glass-bg: rgba(255,255,255,.08);--glass-brd: rgba(255,255,255,.18);--shadow-lg: 0 8px 24px rgba(0,0,0,.15)}html,body{overflow-x:hidden;width:100%;margin:0;padding:0;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}img,video{max-width:100%;height:auto}body{font-family:inherit;background:transparent;color:#fff;position:relative}.container{width:90%;max-width:1200px;margin:0 auto}.header{position:sticky;top:0;z-index:100;backdrop-filter:saturate(140%) blur(10px)}.header.glass{background:#ffffff14;border-bottom:1px solid rgba(255,255,255,.18)}.nav-wrapper{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0;flex-wrap:nowrap}.brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;flex-shrink:1;min-width:0}.brand-logo{width:32px;height:32px;border-radius:8px;flex-shrink:0}.brand-name{font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav{display:flex;align-items:center;gap:1rem}.nav-list{list-style:none;display:flex;gap:1rem;margin:0;padding:0}.nav-list a{color:#fff;text-decoration:none;font-weight:500;padding:.5rem .25rem}.nav-list a:hover{color:var(--primary)}.nav-cta{display:flex;align-items:center;gap:.75rem}.btn-outline{border:1.5px solid #fff;color:#fff;padding:.45rem .9rem;border-radius:8px;text-decoration:none;font-weight:600;background:transparent}.btn-outline:hover{border-color:#e0e0e0;background:#ffffff1a}.btn-solid{background:var(--primary);color:#fff;padding:.5rem 1rem;border-radius:8px;text-decoration:none;font-weight:600;box-shadow:0 12px 20px #dc354540}.btn-solid:hover{background:var(--primary-hover)}.icon-btn{border:none;background:transparent;padding:.4rem;border-radius:8px;cursor:pointer;color:#fff}.icon-btn:hover{background:#ffffff1a}.nav-toggle{display:none;background:none;border:none;flex-direction:column;gap:4px}.nav-toggle span{width:24px;height:2px;background:#fff;display:block}.hero{padding:5rem 0 4rem;text-align:center;background:transparent}.hero h1{font-size:clamp(1.75rem,2.2vw + 1.25rem,2.7rem);color:#fff;margin-bottom:1rem;line-height:1.2;text-shadow:0 2px 6px rgba(0,0,0,.35)}.hero-subtitle{font-size:clamp(.95rem,.6vw + .75rem,1.1rem);margin-bottom:2rem;color:#e8e8e8;min-height:1.5em}.cursor{display:inline-block;width:2px;height:1.1em;background-color:var(--primary);margin-left:4px;vertical-align:middle;opacity:0;transition:opacity .2s}.cursor.visible{opacity:1;animation:blink .7s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.btn-primary{background:var(--primary);color:#fff;padding:.8rem 1.4rem;border:none;border-radius:10px;text-decoration:none;font-size:clamp(.95rem,.4vw + .8rem,1rem);margin-top:1rem;font-weight:700;box-shadow:0 12px 22px #dc354547;transition:transform .2s ease,background .2s ease}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-1px)}.features{padding:4rem 0;text-align:center}.features h2{margin-bottom:2rem;color:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.featured-products{padding:4rem 0;text-align:center;overflow:hidden}.featured-products h2{margin-bottom:.5rem;color:#fff}.featured-products p{color:#e0e0e0;margin-bottom:3rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem;margin-bottom:2rem}@media (max-width: 600px){.products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-info h3{font-size:.9rem}.product-info .price{font-size:.85rem}}.product-card{background:#ffffff1a;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(15px);text-align:left;display:flex;flex-direction:column;width:100%;box-shadow:0 10px 25px #0003;transition:transform .3s ease}.product-card:hover{transform:translateY(-5px)}.product-img-wrapper{width:100%;aspect-ratio:1 / 1;overflow:hidden}.product-img-wrapper img{width:100%;height:100%;object-fit:cover}.product-info{padding:1rem;display:flex;flex-direction:column;gap:.4rem}.product-category-tag{font-size:.7rem;color:var(--primary);text-transform:uppercase;font-weight:700;letter-spacing:.5px}.product-info h3{font-size:1rem;margin:0;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-info .price{font-size:.95rem;font-weight:700;color:#fff;margin:.2rem 0}.btn-order{width:100%;padding:.6rem;background:var(--primary);color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-order:hover{background:var(--primary-hover)}.loading-placeholder{width:100%;grid-column:1 / -1;text-align:center;padding:3rem;color:#e0e0e0}.view-all{margin-top:2rem}.feature-item{padding:1.5rem;background:#ffffff14;border-radius:16px;box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(8px);color:#fff}.feature-item i{font-size:2rem;color:var(--primary);margin-bottom:.75rem}.feature-item h3{margin-bottom:.5rem}.feature-item p{color:#e0e0e0}.testimonials{padding:4rem 0;background:transparent;text-align:center}.testimonials h2{margin-bottom:2rem;color:#fff}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.testimonial-item{background:#ffffff14;color:#fff;padding:1.25rem 1.5rem;border-radius:16px;box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(8px)}.testimonial-item p{font-style:italic;margin-bottom:1rem;color:#f1f1f1}.testimonial-item span{font-weight:600;color:#e0e0e0}.footer{text-align:center;padding:1rem 0;background:transparent;color:#fff}.hero .hero-menu{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin:2rem 0}.btn-secondary{background:transparent;color:#fff;border:1.5px solid #fff;padding:.6rem 1.2rem;border-radius:10px;text-decoration:none;font-weight:600;transition:all .25s ease;font-size:clamp(.9rem,.4vw + .75rem,1rem)}.btn-secondary:hover{background:#fff;color:#0a001f}@media (max-width:900px){.nav-toggle{display:flex}.nav{position:absolute;top:100%;left:0;right:0;background:#14141ef2;border-bottom:1px solid rgba(255,255,255,.1);flex-direction:column;align-items:stretch;gap:0;max-height:0;overflow:hidden;transition:max-height .3s ease}.nav.show{max-height:70vh}.nav-list{flex-direction:column;padding:.5rem 1rem}.nav-list a{padding:.75rem 0;color:#fff}.nav-cta{padding:.5rem 1rem 1rem}}@media (max-width:600px){.feature-item,.testimonial-item{border-radius:12px;padding:1rem}.hero{padding:3.5rem 0 3rem}}@media (min-width:901px){.hide-mobile{display:inline-flex!important}}@media (max-width:900px){.hide-mobile{display:none!important}}
