@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&display=swap";:root{--primary-color:#87b812;--primary-dark:#70990f;--secondary-color:#00525e;--bg-dark:#002b31;--text-dark:#002b31;--text-light:#fff}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-light);-webkit-font-smoothing:antialiased;background-color:var(--bg-dark);background-image:linear-gradient(#000f1466,#000f1499),url(https://files.greatpages.com.br/arquivos/paginas_editor/9059-eba370b6e33de9b303b385bc5d8bcd01.jpg);background-position:50%;background-size:cover;background-attachment:fixed;min-height:100vh;font-family:Montserrat,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}.app-container{flex-direction:column;align-items:center;max-width:500px;margin:0 auto;padding:2rem 1.5rem 3rem;display:flex}.section-header{border-bottom:1px solid #ffffff4d;justify-content:space-between;align-items:center;width:100%;margin-top:2rem;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.section-title{letter-spacing:1px;text-transform:uppercase;color:#fff;font-size:.85rem;font-weight:800}.section-count{color:#fff;font-size:.85rem;font-weight:800}.links-list{flex-direction:column;gap:12px;width:100%;display:flex}.profile-header{flex-direction:column;align-items:center;width:100%;margin-bottom:2rem;display:flex}.avatar-container{background:#fff;border-radius:20px;margin-bottom:1rem;padding:10px 20px}.avatar{object-fit:contain;height:40px}.handle-pill{background:var(--primary-color);color:#fff;border-radius:20px;margin-bottom:1rem;padding:5px 20px;font-size:.9rem;font-weight:700}.slogan{text-align:center;max-width:80%;font-size:1.25rem;font-weight:700}.link-button{border-radius:40px;align-items:center;width:100%;padding:1rem 1.5rem;transition:transform .2s;display:flex;position:relative}.link-button:hover{transform:scale(1.02)}.link-button-primary{background:var(--primary-color);color:#fff}.link-button-secondary{color:var(--primary-color);background:#fff}.link-button-icon{flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin-right:15px;display:flex}.link-button-icon svg{width:100%;height:100%;display:block}.link-button-content{flex-direction:column;flex-grow:1;display:flex}.link-button-title{margin-bottom:2px;font-size:1rem;font-weight:800}.link-button-subtitle{opacity:.9;font-size:.75rem}.link-button-arrow{opacity:.7;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.product-card{background:#fff;border-radius:20px;flex-direction:column;align-items:center;width:100%;margin-bottom:1rem;padding:1.5rem;display:flex;position:relative;box-shadow:0 10px 30px #00000026}.product-card-inner{flex-direction:row;align-items:center;gap:1.2rem;width:100%;display:flex}.product-tags{justify-content:center;gap:8px;margin-bottom:10px;display:flex}.product-tag{color:var(--primary-color);text-transform:uppercase;background:#fff;border-radius:12px;padding:4px 12px;font-size:.7rem;font-weight:800}.product-tag.dark{color:#fff;background:0 0;border:1px solid #fff}.product-info{color:#fff;padding:1rem 0}.product-card h3{margin-bottom:.5rem;font-size:1.5rem}.product-card p{color:#666;margin-bottom:1.5rem;font-size:.9rem}.carousel-container{scroll-snap-type:x mandatory;scrollbar-width:none;gap:1rem;width:100%;padding-bottom:1rem;display:flex;overflow-x:auto}.carousel-container::-webkit-scrollbar{display:none}.carousel-slide{scroll-snap-align:center;flex:0 0 88%}.product-title{margin-bottom:10px;font-size:1.1rem;font-weight:800}.product-specs{gap:10px;margin-bottom:10px;font-size:.75rem;display:flex}.product-spec{align-items:center;gap:4px;display:flex}.product-description{margin-bottom:1.5rem;font-size:.85rem;line-height:1.4}.product-actions{gap:10px;display:flex}.btn-primary{color:var(--primary-color);background:#fff;border-radius:30px;flex-grow:1;justify-content:center;align-items:center;gap:8px;padding:12px;font-weight:800;display:flex}.btn-icon{background:var(--primary-dark);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.product-nav{z-index:10;justify-content:center;gap:15px;margin-top:-15px;display:flex;position:relative}.nav-btn{background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 4px 10px #0003}.footer{text-align:center;opacity:.8;width:100%;margin-top:3rem;font-size:.75rem}.footer-links{justify-content:center;gap:15px;margin-bottom:1rem;display:flex}.footer-links a:hover{text-decoration:underline}.footer-logo{justify-content:center;align-items:center;margin-top:1rem;display:flex}.footer-logo img{object-fit:contain;height:36px;margin-left:15px}
