.mgz-home{--mgz-emerald: #047857;--mgz-emerald-dark: #065F46;--mgz-emerald-tint: rgba(4,120,87,.08);--mgz-black: #0A0A0A;--mgz-gray-700: #4B5563;--mgz-gray-500: #6B7280;--mgz-gray-200: #E5E7EB;--mgz-gray-100: #F0F0F0;--mgz-gray-50: #FAFAF7;--mgz-white: #FFFFFF;--mgz-gold: #D4942A;--mgz-bordeaux: #9C2818;--mgz-twitter: #1DA1F2;--mgz-green-live: #4CAF50;--mgz-shadow-sm: 0 1px 3px rgba(0,0,0,.04);--mgz-shadow-md: 0 8px 24px rgba(0,0,0,.06);--mgz-shadow-lg: 0 20px 50px rgba(0,0,0,.1);--mgz-radius-sm: 6px;--mgz-radius-md: 10px;--mgz-radius-lg: 14px;--mgz-ease-out: cubic-bezier(.22, 1, .36, 1);font-family:Geist,system-ui,-apple-system,sans-serif;color:var(--mgz-black)}.mgz-home__hero{display:grid;grid-template-columns:1.1fr 1fr;min-height:78vh;background:var(--mgz-white);position:relative;overflow:hidden}@media(max-width:900px){.mgz-home__hero{grid-template-columns:1fr;min-height:auto}}.mgz-home__hero-content{padding:clamp(2.5rem,6vw,5rem) clamp(1.5rem,5vw,5rem);position:relative;z-index:2}.mgz-home__hero-eyebrow{display:inline-flex;align-items:center;gap:.55rem;background:var(--mgz-emerald-tint);color:var(--mgz-emerald);padding:.45rem .95rem;border-radius:100px;font-family:Geist Mono,ui-monospace,monospace;font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.5rem}.mgz-home__hero-eyebrow:before{content:"";width:6px;height:6px;background:var(--mgz-emerald);border-radius:50%;animation:mgz-pulse 2s ease infinite}@keyframes mgz-pulse{0%,to{box-shadow:0 0 #04785780}50%{box-shadow:0 0 0 5px #04785700}}.mgz-home__hero-title{font-family:Geist,sans-serif;font-size:clamp(2.4rem,6vw,5rem);font-weight:800;line-height:.98;letter-spacing:-.04em;margin-bottom:1.3rem;color:var(--mgz-black)}.mgz-home__hero-title em{font-style:italic;background:linear-gradient(135deg,var(--mgz-emerald) 0%,var(--mgz-emerald-dark) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.mgz-home__hero-lede{font-size:clamp(1rem,1.3vw,1.1rem);line-height:1.6;color:var(--mgz-gray-700);max-width:520px;margin-bottom:2.2rem}.mgz-home__hero-promises{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;max-width:560px;margin-bottom:2.2rem}@media(max-width:520px){.mgz-home__hero-promises{grid-template-columns:1fr}}.mgz-home__promise{background:var(--mgz-white);border:1px solid var(--mgz-gray-200);border-left:4px solid var(--mgz-emerald);border-radius:var(--mgz-radius-md);padding:1rem 1.1rem 1.05rem;box-shadow:var(--mgz-shadow-sm);transition:transform .25s var(--mgz-ease-out),box-shadow .25s var(--mgz-ease-out)}.mgz-home__promise:hover{transform:translateY(-2px);box-shadow:var(--mgz-shadow-md)}.mgz-home__promise-head{font-family:Geist Mono,ui-monospace,monospace;font-size:.68rem;font-weight:600;letter-spacing:.18em;color:var(--mgz-gray-500);margin-bottom:.4rem;display:flex;align-items:center;gap:.4rem}.mgz-home__promise-head span{font-size:1rem}.mgz-home__promise-value{font-family:Geist,sans-serif;font-size:clamp(1.5rem,2.6vw,1.95rem);font-weight:800;letter-spacing:-.02em;line-height:1;color:var(--mgz-emerald);margin-bottom:.5rem}.mgz-home__promise-sub{font-family:Geist Mono,ui-monospace,monospace;font-size:.65rem;font-weight:500;letter-spacing:.1em;color:var(--mgz-gray-700);line-height:1.55}.mgz-home__hero-ctas{display:flex;gap:.85rem;flex-wrap:wrap;margin-bottom:2rem}.mgz-home__btn-primary,.mgz-home__btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.95rem 1.75rem;border-radius:var(--mgz-radius-sm);font-family:Geist,sans-serif;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s var(--mgz-ease-out);cursor:pointer;border:none;min-height:48px}.mgz-home__btn-primary{background:var(--mgz-emerald);color:var(--mgz-white);box-shadow:0 6px 20px #0478574d}.mgz-home__btn-primary:hover{transform:translateY(-2px);background:var(--mgz-emerald-dark);box-shadow:0 10px 28px #04785766}.mgz-home__btn-secondary{background:var(--mgz-white);color:var(--mgz-black);border:1.5px solid var(--mgz-gray-200)}.mgz-home__btn-secondary:hover{border-color:var(--mgz-emerald);color:var(--mgz-emerald)}.mgz-home__hero-rating{display:inline-flex;align-items:center;gap:.85rem;padding:.6rem 1rem;background:var(--mgz-gray-50);border:1px solid var(--mgz-gray-100);border-radius:100px}.mgz-home__hero-avatars{display:flex}.mgz-home__hero-avatars img{width:28px;height:28px;border-radius:50%;border:2px solid var(--mgz-white);object-fit:cover;margin-left:-8px}.mgz-home__hero-avatars img:first-child{margin-left:0}.mgz-home__hero-stars{display:flex;gap:1px}.mgz-home__hero-stars svg{width:13px;height:13px;fill:var(--mgz-gold)}.mgz-home__hero-rating-text{font-size:.82rem;color:var(--mgz-gray-700)}.mgz-home__hero-rating-text strong{color:var(--mgz-black);font-weight:700}.mgz-home__hero-media{position:relative;background:linear-gradient(135deg,#faf8f2,#f0ede3);overflow:hidden;min-height:78vh}@media(max-width:900px){.mgz-home__hero-media{min-height:400px}}.mgz-home__hero-media:before{content:"";position:absolute;top:10%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(4,120,87,.1) 0%,transparent 70%);border-radius:50%}.mgz-home__hero-media-inner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:2rem}.mgz-home__hero-media-inner img{max-width:100%;max-height:75%;object-fit:contain;filter:drop-shadow(0 30px 60px rgba(0,0,0,.2));animation:mgz-float 6s ease-in-out infinite}@keyframes mgz-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.mgz-home__hero-badge{position:absolute;top:1.5rem;right:1.5rem;background:var(--mgz-black);color:var(--mgz-white);padding:.5rem .9rem;border-radius:var(--mgz-radius-sm);font-family:Geist Mono,monospace;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;z-index:3}.mgz-home__hero-badge:before{content:"\2605";color:var(--mgz-gold);margin-right:.4rem}.mgz-home__trust{background:var(--mgz-gray-50);border-top:1px solid var(--mgz-gray-100);border-bottom:1px solid var(--mgz-gray-100);padding:1.5rem clamp(1.5rem,4vw,3rem)}.mgz-home__trust-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:900px){.mgz-home__trust-grid{grid-template-columns:repeat(2,1fr)}}.mgz-home__trust-item{display:flex;align-items:center;gap:.85rem}.mgz-home__trust-icon{width:40px;height:40px;background:var(--mgz-emerald-tint);color:var(--mgz-emerald);border-radius:var(--mgz-radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.mgz-home__trust-icon svg{width:20px;height:20px}.mgz-home__trust-title{font-size:.88rem;font-weight:700;color:var(--mgz-black);line-height:1.2}.mgz-home__trust-sub{font-size:.75rem;color:var(--mgz-gray-500);margin-top:.15rem}.mgz-home__section{padding:clamp(4rem,7vw,6rem) clamp(1.5rem,4vw,3rem)}.mgz-home__section--alt{background:var(--mgz-gray-50)}.mgz-home__section-container{max-width:1400px;margin:0 auto}.mgz-home__section-head{text-align:center;margin-bottom:clamp(2.5rem,5vw,4rem)}.mgz-home__section-eyebrow{display:inline-flex;align-items:center;gap:.5rem;color:var(--mgz-emerald);font-family:Geist Mono,monospace;font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem}.mgz-home__section-eyebrow:before,.mgz-home__section-eyebrow:after{content:"";width:24px;height:1px;background:var(--mgz-emerald)}.mgz-home__section-title{font-family:Geist,sans-serif;font-size:clamp(2rem,4.5vw,3.2rem);font-weight:800;line-height:1.05;letter-spacing:-.035em;color:var(--mgz-black);max-width:720px;margin:0 auto}.mgz-home__section-title em{font-style:italic;color:var(--mgz-emerald)}.mgz-home__categories{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media(max-width:1000px){.mgz-home__categories{grid-template-columns:repeat(2,1fr)}}.mgz-home__cat{aspect-ratio:1 / 1.15;background:linear-gradient(135deg,#faf8f2,#f0ede3);border-radius:var(--mgz-radius-lg);padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;color:var(--mgz-black);position:relative;overflow:hidden;transition:all .4s var(--mgz-ease-out)}.mgz-home__cat:hover{transform:translateY(-6px);box-shadow:var(--mgz-shadow-lg)}.mgz-home__cat-icon{width:48px;height:48px;background:var(--mgz-white);border-radius:var(--mgz-radius-md);display:flex;align-items:center;justify-content:center;color:var(--mgz-emerald);box-shadow:var(--mgz-shadow-sm)}.mgz-home__cat-title{font-size:1.05rem;font-weight:700;line-height:1.2}.mgz-home__cat-count{font-family:Geist Mono,monospace;font-size:.7rem;color:var(--mgz-gray-500);letter-spacing:.1em;text-transform:uppercase;margin-top:.3rem}.mgz-home__cat-arrow{width:32px;height:32px;background:var(--mgz-white);border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;bottom:1.5rem;right:1.5rem;transition:all .3s;box-shadow:var(--mgz-shadow-sm)}.mgz-home__cat:hover .mgz-home__cat-arrow{transform:translate(3px,-3px);background:var(--mgz-emerald);color:var(--mgz-white)}.mgz-home__products{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}@media(max-width:1100px){.mgz-home__products{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.mgz-home__products{grid-template-columns:1fr}}.mgz-home__product{background:var(--mgz-white);border:1px solid var(--mgz-gray-100);border-radius:var(--mgz-radius-lg);overflow:hidden;transition:all .4s var(--mgz-ease-out);display:flex;flex-direction:column;position:relative}.mgz-home__product:hover{transform:translateY(-6px);box-shadow:var(--mgz-shadow-lg);border-color:#0478574d}.mgz-home__product-media{aspect-ratio:1 / 1;background:linear-gradient(135deg,#faf8f2,#f0ede3);overflow:hidden;position:relative;display:block;text-decoration:none}.mgz-home__product-media img{width:100%;height:100%;object-fit:contain;padding:1.5rem;transition:transform .5s ease}.mgz-home__product:hover .mgz-home__product-media img{transform:scale(1.05)}.mgz-home__product-tag{position:absolute;top:.8rem;left:.8rem;background:var(--mgz-bordeaux);color:var(--mgz-white);padding:.3rem .65rem;border-radius:var(--mgz-radius-sm);font-family:Geist Mono,monospace;font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.mgz-home__product-quick{position:absolute;bottom:1rem;left:50%;transform:translate(-50%,20px);background:var(--mgz-black);color:var(--mgz-white);padding:.6rem 1.2rem;border-radius:100px;font-size:.78rem;font-weight:600;opacity:0;transition:all .3s var(--mgz-ease-out);white-space:nowrap}.mgz-home__product:hover .mgz-home__product-quick{opacity:1;transform:translate(-50%)}.mgz-home__product-info{padding:1rem 1.1rem 1.2rem;flex:1;display:flex;flex-direction:column}.mgz-home__product-category{font-family:Geist Mono,monospace;font-size:.66rem;color:var(--mgz-gray-500);letter-spacing:.15em;text-transform:uppercase;margin-bottom:.4rem}.mgz-home__product-title{font-size:.96rem;font-weight:700;line-height:1.3;margin-bottom:.5rem;flex:1}.mgz-home__product-title a{color:inherit;text-decoration:none}.mgz-home__product-title a:hover{color:var(--mgz-emerald)}.mgz-home__product-stars{display:flex;align-items:center;gap:.4rem;margin-bottom:.6rem}.mgz-home__product-stars-row{display:flex;gap:1px}.mgz-home__product-stars svg{width:12px;height:12px;fill:var(--mgz-gold)}.mgz-home__product-stars-text{font-size:.72rem;color:var(--mgz-gray-500)}.mgz-home__product-price-row{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.7rem}.mgz-home__product-price{font-size:1.15rem;font-weight:800;color:var(--mgz-black)}.mgz-home__product-price-old{font-size:.85rem;color:var(--mgz-gray-500);text-decoration:line-through}.mgz-home__product-cta{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.65rem;background:var(--mgz-gray-50);border:none;border-radius:var(--mgz-radius-sm);color:var(--mgz-black);font-family:Geist,sans-serif;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s;min-height:44px;text-decoration:none}.mgz-home__product-cta:hover{background:var(--mgz-emerald);color:var(--mgz-white)}.mgz-home__product-cta svg{width:14px;height:14px}.mgz-home__product-cta--gold{background:var(--mgz-gold);color:var(--mgz-black)}.mgz-home__product-cta--gold:hover{background:var(--mgz-bordeaux);color:var(--mgz-white)}.mgz-home__product--placeholder{opacity:.85}.mgz-home__product-placeholder-media{aspect-ratio:1 / 1;background:repeating-linear-gradient(45deg,#fafaf7,#fafaf7 10px,#f4f4f4 10px 20px);display:flex;align-items:center;justify-content:center;color:var(--mgz-gray-500);font-family:Geist Mono,monospace;font-size:.78rem;letter-spacing:.15em;text-transform:uppercase;text-align:center;padding:1rem}.mgz-home__live{background:var(--mgz-black);color:var(--mgz-white);padding:2rem clamp(1.5rem,4vw,3rem);overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent,black 6%,black 94%,transparent);mask-image:linear-gradient(to right,transparent,black 6%,black 94%,transparent)}.mgz-home__live-head{text-align:center;color:var(--mgz-green-live);font-family:Geist Mono,monospace;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;margin-bottom:1.2rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.mgz-home__live-dot{width:8px;height:8px;background:var(--mgz-green-live);border-radius:50%;animation:mgz-pulse-green 2s ease infinite}@keyframes mgz-pulse-green{0%,to{box-shadow:0 0 #4caf5099}50%{box-shadow:0 0 0 6px #4caf5000}}.mgz-home__live-track{display:flex;gap:1rem;width:max-content;animation:mgz-ticker 40s linear infinite}@keyframes mgz-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.mgz-home__live-item{display:inline-flex;align-items:center;gap:.7rem;padding:.7rem 1.1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:100px;font-size:.82rem;white-space:nowrap;color:#d4d4d4}.mgz-home__live-item strong{color:var(--mgz-white);font-weight:700}.mgz-home__live-item .mgz-city{color:var(--mgz-gold)}.mgz-home__live-item .mgz-time{font-family:Geist Mono,monospace;font-size:.72rem;color:var(--mgz-gray-500);padding-left:.7rem;border-left:1px solid rgba(255,255,255,.15)}.mgz-home__live-item img{width:26px;height:26px;border-radius:50%;object-fit:cover}.mgz-home__whatsapp{position:fixed;bottom:20px;right:20px;width:56px;height:56px;background:#25d366;color:var(--mgz-white);border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 8px 24px #25d36666;z-index:90;transition:transform .3s var(--mgz-ease-out)}.mgz-home__whatsapp:hover{transform:scale(1.1)}.mgz-home__whatsapp svg{width:28px;height:28px}.mgz-home__whatsapp-pulse{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid #25D366;animation:mgz-pulse-ring 2s ease-out infinite}@keyframes mgz-pulse-ring{0%{transform:scale(1);opacity:1}to{transform:scale(1.6);opacity:0}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/magaze-home-2026.css.map */
