@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";:root{--bg: #ffffff;--surface: #f6f6f6;--text: #161616;--muted: #666666;--border: #e6e6e6;--accent: #111111}*{box-sizing:border-box}body{margin:0;font-family:Montserrat,Arial,sans-serif;color:var(--text);background:var(--bg)}.container{width:min(1180px,92%);margin:0 auto}.top-announcement{background:#111;color:#fff;text-align:center;padding:10px 12px;font-size:.86rem;font-weight:600}.site-header{border-bottom:1px solid var(--border);background:#fff;position:sticky;top:0;z-index:20}.header-main{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{text-decoration:none;color:var(--accent)}.brand-name{font-size:1.15rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.site-nav{display:flex;gap:20px}.site-nav a{text-decoration:none;color:var(--text);font-weight:600;font-size:.92rem}.hero-section{background:#fff;border-bottom:1px solid var(--border)}.hero-content{min-height:auto;display:grid;gap:14px;padding:20px 0 28px}.hero-poster{width:100%;max-width:980px;justify-self:center;border-radius:8px;border:1px solid var(--border)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.cta-main,.cta-secondary{text-decoration:none;border-radius:999px;padding:12px 22px;font-weight:700;font-size:.92rem}.cta-main{background:#111;color:#fff}.cta-main:hover{opacity:.92}.cta-secondary{border:1px solid #111111;color:#111}.whatsapp-link{display:flex;align-items:center;gap:6px}.whatsapp-icon{width:16px;height:16px;fill:currentColor}main section{padding:56px 0}.products-section{background:#fff}.tools-section{background:var(--surface)}.section-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px}h2{margin:0;font-size:clamp(1.4rem,3vw,2rem)}.section-head a{text-decoration:none;color:#1f1f1f;font-weight:700;font-size:.92rem}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.product-card{background:#fff;border:1px solid var(--border);border-radius:0;padding:12px;display:grid;gap:10px}.product-card img{width:100%;height:230px;object-fit:contain;background:#fff}.product-card h3{margin:0;font-size:1rem}.product-card p{margin:0;font-size:.9rem;line-height:1.45;color:var(--muted)}.product-card a{text-decoration:none;color:#111;font-weight:700;font-size:.9rem}.collections-section{border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.collection-grid{margin-top:18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.collection-card{border:1px solid var(--border);padding:16px;background:#fff}.collection-card h3{margin:0 0 8px;font-size:1.02rem}.collection-card p{margin:0;color:var(--muted);line-height:1.45}.brands-section h2{margin-bottom:18px}.brand-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.brand-item{border:1px solid var(--border);background:#fff;min-height:124px;display:grid;place-items:center;padding:12px}.brand-logo{width:min(180px,96%);max-height:55px;object-fit:contain}.brand-logo-light{background:#1e2333;border-radius:8px;padding:8px 10px}.newsletter-section{background:#111;color:#fff}.newsletter-section p{margin:10px 0 0;color:#d9d9d9}.newsletter-form{margin-top:20px;display:flex;gap:8px;flex-wrap:wrap}.newsletter-form input{flex:1;min-width:220px;border:1px solid #484848;background:#1c1c1c;color:#fff;padding:12px 14px;font:inherit}.newsletter-form button{border:none;background:#fff;color:#111;padding:12px 18px;font:inherit;font-weight:700;cursor:pointer}.videos-section{background:#fff;border-top:1px solid var(--border)}.video-carousel{margin-top:18px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px}.video-frame{border:1px solid var(--border);border-radius:8px;overflow:hidden;background:#000}.tools-video{width:100%;max-height:72vh;display:block}.video-arrow{width:44px;height:44px;border-radius:999px;border:1px solid #111111;background:#fff;color:#111;font-size:1.3rem;cursor:pointer}.site-footer{border-top:1px solid var(--border);background:#fff}.footer-inner{padding:26px 0;display:grid;grid-template-columns:1fr 1fr;gap:20px}.footer-inner p,.footer-inner small{margin:8px 0 0;color:var(--muted)}.footer-inner a{color:#111;text-decoration:none;font-weight:600}@media (max-width: 980px){.product-grid,.collection-grid,.brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.site-nav{display:none}.footer-inner,.video-carousel{grid-template-columns:1fr}.video-arrow{width:100%;border-radius:8px;height:40px}}@media (max-width: 520px){.product-grid,.collection-grid,.brand-grid{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.newsletter-form{flex-direction:column}.newsletter-form input,.newsletter-form button{width:100%}}html,body,#root{min-height:100%}
