@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&display=swap";:root{--primary:#ff3b3b;--black:#000;--white:#fff;--gray-100:#f5f5f7;--gray-200:#e5e5e7;--gray-800:#1d1d1f;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--container-width:1200px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--white);color:var(--black);font-family:Outfit,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{text-transform:uppercase;letter-spacing:-.02em;font-weight:800}a{color:inherit;transition:var(--transition);text-decoration:none}ul{list-style:none}.container{max-width:var(--container-width);margin:0 auto;padding:0 2rem}.section{padding:6rem 0}.flex{display:flex}.grid{display:grid}.items-center{align-items:center}.justify-between{justify-content:space-between}.text-center{text-align:center}.btn{cursor:pointer;transition:var(--transition);text-transform:uppercase;letter-spacing:.05em;border:none;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:.9rem;font-weight:600;display:inline-flex}.btn-primary{background-color:var(--primary);color:var(--white)}.btn-primary:hover{background-color:#e03232;transform:translateY(-2px)}.btn-dark{background-color:var(--black);color:var(--white)}.btn-dark:hover{background-color:var(--gray-800)}.btn-outline{border:2px solid var(--black);color:var(--black);background-color:#0000}.btn-outline:hover{background-color:var(--black);color:var(--white)}header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--gray-200);background:#fffffff2;align-items:center;height:90px;display:flex;position:sticky;top:0}header .container{width:100%}nav{justify-content:space-between;align-items:center;width:100%;display:flex}.logo{color:var(--black);letter-spacing:-.04em;align-items:center;font-size:1.8rem;font-weight:800;display:flex}.logo span{color:var(--primary)}.nav-links{gap:2.5rem;margin:0 2rem;display:flex}.nav-links a{text-transform:uppercase;letter-spacing:.05em;padding:.5rem 0;font-size:.85rem;font-weight:600;position:relative}.nav-links a:after{content:"";background:var(--primary);width:0;height:2px;transition:var(--transition);position:absolute;bottom:0;left:0}.nav-links a:hover:after{width:100%}.nav-links a:hover{color:var(--primary)}.header-actions{align-items:center;gap:1.5rem;display:flex}.btn-header{border-radius:100px;padding:.8rem 1.8rem;font-size:.8rem}.mobile-menu-btn{display:none}.hero{background:var(--black);height:90vh;color:var(--white);align-items:center;display:flex;position:relative;overflow:hidden}.hero-content{z-index:2;max-width:600px;position:relative}.hero-content h1{margin-bottom:1.5rem;font-size:4rem;line-height:1.1}.hero-content p{opacity:.8;margin-bottom:2rem;font-size:1.2rem}.hero-image{z-index:1;width:50%;height:100%;position:absolute;top:0;right:0}.hero-image img{object-fit:cover;filter:grayscale(.2);width:100%;height:100%}.trust-logos{opacity:.5;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.trust-logos span{font-size:1.2rem;font-weight:800}.stats-grid{grid-template-columns:repeat(4,1fr);gap:2rem;padding:3rem 0}.stat-item h3{color:var(--primary);font-size:2.5rem}.stat-item p{text-transform:uppercase;font-size:.8rem;font-weight:600}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2.5rem}.product-card{position:relative;overflow:hidden}.product-image{aspect-ratio:4/5;background:var(--gray-100);margin-bottom:1rem;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:var(--transition)}.product-card:hover .product-image img{transform:scale(1.05)}.product-card h3{margin-bottom:.2rem;font-size:1.1rem}.product-card .category{opacity:.6;text-transform:uppercase;font-size:.8rem;font-weight:600}.product-price{color:var(--primary);margin-top:.5rem;font-weight:800}.service-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{background:var(--gray-100);transition:var(--transition);padding:3rem}.service-card:hover{background:var(--black);color:var(--white);transform:translateY(-10px)}.service-card h3{margin-bottom:1rem}.methods-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.method-item{align-items:flex-start;gap:1.5rem;display:flex}.method-icon{background:var(--primary);flex-shrink:0;width:60px;height:60px}footer{background:var(--black);color:var(--white);padding:6rem 0 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem}.footer-logo{margin-bottom:1.5rem;font-size:2rem;font-weight:800}.footer-links h4{margin-bottom:1.5rem;font-size:.9rem}.footer-links ul li{margin-bottom:.8rem}.footer-links a{opacity:.6;font-size:.9rem}.footer-links a:hover{opacity:1;color:var(--primary)}.footer-bottom{opacity:.5;border-top:1px solid #ffffff1a;justify-content:space-between;padding-top:2rem;font-size:.8rem;display:flex}.whatsapp-float{color:#fff;z-index:1000;width:60px;height:60px;transition:var(--transition);background:#25d366;border-radius:50%;justify-content:center;align-items:center;font-size:2rem;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 10px #0000004d}.whatsapp-float:hover{transform:scale(1.1)}.custom-layout{grid-template-columns:1fr 1fr;gap:4rem}.mockup-preview{background:var(--gray-100);aspect-ratio:1;border-radius:20px;justify-content:center;align-items:center;display:flex;position:relative}.tshirt-mockup-img{width:80%}.design-overlay{pointer-events:none;justify-content:center;align-items:center;width:30%;max-height:40%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.design-overlay img{object-fit:contain;max-width:100%;max-height:100%}.custom-controls{padding:2rem}.form-group{margin-bottom:2rem}.form-group label{text-transform:uppercase;margin-bottom:.5rem;font-size:.8rem;font-weight:800;display:block}.color-options{gap:1rem;display:flex}.color-btn{cursor:pointer;border:2px solid #0000;border-radius:50%;width:40px;height:40px}.color-btn.active{border-color:var(--primary)}@media (width<=1024px){.hero-content h1{font-size:3rem}.hero-image{width:100%;height:400px;position:relative}.hero{flex-direction:column;height:auto;padding:4rem 0}.hero-content{text-align:center;max-width:100%;margin-bottom:3rem}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.service-grid,.footer-grid,.stats-grid,.methods-grid{grid-template-columns:1fr}.nav-links{display:none}.mobile-menu-btn{display:block}.custom-layout{grid-template-columns:1fr}}
