*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background:linear-gradient(135deg,#e8f5e8 0%,#f0e8f5 100%);min-height:100vh}
.container{max-width:1200px;margin:0 auto;padding:0 20px}
.header{background:rgba(255, 245, 245, 0.95);backdrop-filter:blur(10px);position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 20px rgba(0,0,0,.1)}
.header .container{display:flex;justify-content:space-between;align-items:center;padding:12px 18px}
.logo{display:flex;align-items:center;gap:10px}
.logo-icon{color:#20b2aa;font-size:24px}
.logo-img{height:40px;width:auto;display:block;border-radius:6px}
.logo-text h1{color:#20b2aa;font-size:22px;font-weight:700;margin:0}
.logo-text span{color:#ff69b4;font-size:13px}
.menu-toggle{display:none;background:transparent;border:none;font-size:20px;color:#20b2aa;cursor:pointer;z-index:1600}
.nav{display:flex;gap:32px;align-items:center}
.nav-link{text-decoration:none;font-weight:600;position:relative;padding:0;border-radius:0;transition:all .25s;font-size:15px}
.nav-link.active{color:#ff69b4}
.nav-link:not(.active){color:#76c893}
.nav-link:hover{opacity:0.8}
.main{margin-top:76px}
.section{padding:60px 0;min-height:auto;display:flex;align-items:center}
.hero-section{padding:0;min-height:calc(100vh - 76px);display:flex;align-items:center}
.hero{display:flex;align-items:center;width:100%;padding:30px 0;gap:36px;max-width:1200px;margin:0 auto}
.hero-content{flex:1;max-width:600px}
.stars{display:flex;gap:10px;margin-bottom:16px}
.star-yellow{color:#ffd700}.star-pink{color:#ff69b4}.star-teal{color:#20b2aa}
.hero-title{font-size:40px;font-weight:800;margin-bottom:16px;line-height:1.1}
.title-teal{color:#20b2aa}.title-pink{color:#ff69b4}
.hero-description{font-size:17px;color:#666;margin-bottom:22px;line-height:1.5}
.hero-buttons{display:flex;gap:14px}
.btn{padding:12px 26px;border-radius:22px;font-size:15px;font-weight:600;cursor:pointer;transition:all .25s;text-decoration:none;display:inline-block}
.btn-primary{background:#20b2aa;color:#fff}
.btn-primary:hover{background:#1a9b94;transform:translateY(-2px)}
.btn-secondary{background:#fff;color:#ff69b4;border:2px solid #ff69b4}
.btn-secondary:hover{background:#ff69b4;color:#fff}
.hero-image{flex:1;display:flex;justify-content:center;align-items:center}
.hero-illustration{width:100%;max-width:360px;height:auto;border-radius:18px;box-shadow:0 10px 30px rgba(0,0,0,0.08);display:block}
.image-frame{position:relative;background:#fff;border-radius:18px;padding:20px;box-shadow:0 10px 30px rgba(0,0,0,.08);width:100%;max-width:360px;height:auto}
.watercolor-art{width:100%;height:100%;position:relative;background:linear-gradient(45deg,#fff0f5,#f0f8ff)}
.popsicles{position:absolute;top:12px;left:12px;width:48%;max-width:200px;height:auto;aspect-ratio:4/3;background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4,#feca57);border-radius:10px;opacity:.9}
.color-wheel{position:absolute;bottom:12px;right:12px;width:22%;max-width:100px;height:auto;aspect-ratio:1/1;background:conic-gradient(from 0deg,#ff0000,#ff8000,#ffff00,#80ff00,#00ff00,#00ff80,#00ffff,#0080ff,#0000ff,#8000ff,#ff00ff,#ff0080);border-radius:50%}
.star-top{position:absolute;top:-8px;right:-8px;font-size:18px}.star-bottom{position:absolute;bottom:-8px;left:-8px;font-size:18px}
.page-header{text-align:center;margin-bottom:40px;padding:28px 0}
.page-header h2{font-size:30px;color:#20b2aa;margin-bottom:12px}
.page-header p{font-size:16px;color:#666;max-width:90%;margin:0 auto 10px}
.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;margin-bottom:40px}
.value-card{background:#fff;padding:22px;border-radius:14px;text-align:center;box-shadow:0 5px 15px rgba(0,0,0,.06);border:2px solid #e8f5e8;transition:transform .2s}
.value-card:hover{transform:translateY(-4px)}
.value-icon{width:56px;height:56px;background:#e8f5e8;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:20px;color:#20b2aa}
.value-card h3{color:#20b2aa;margin-bottom:10px;font-size:18px}.value-card p{color:#666;line-height:1.5}
.history-section{display:flex;gap:24px;align-items:center;background:linear-gradient(135deg,#f0e8f5,#f0e8f5);padding:20px;border-radius:16px;margin-top:24px}
.history-content{flex:2}.history-content h2{color:#20b2aa;margin-bottom:12px;font-size:22px}.history-content p{color:#666;margin-bottom:10px;line-height:1.5}
.quote-card{flex:1;background:#fff;padding:18px;border-radius:12px;text-align:center;box-shadow:0 5px 12px rgba(0,0,0,.06)}
.quote-icons{display:flex;justify-content:center;gap:12px;margin-bottom:12px}.quote-icons i{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px}
.category-card{padding:20px;border-radius:12px;text-align:center;color:#fff;transition:transform .2s}
.category-pink{background:linear-gradient(135deg,#ffb6c1,#ffc0cb)}.category-green{background:linear-gradient(135deg,#98fb98,#90ee90)}.category-purple{background:linear-gradient(135deg,#dda0dd,#ee82ee)}.category-yellow{background:linear-gradient(135deg,#ffffe0,#fffacd);color:#8b4513}
.category-card h3{font-size:18px;margin-bottom:8px}.category-card span{font-size:13px;opacity:.85}
.featured-products{margin-top:36px}.featured-products h3{color:#333;margin-bottom:18px;font-size:20px;display:flex;align-items:center;gap:10px}
.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}
.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.06);transition:transform .2s}
.product-card:hover{transform:translateY(-6px)}
.product-image{position:relative;height:180px;background:#f8f9fa;display:flex;align-items:center;justify-content:center}
.product-label{position:absolute;top:10px;right:10px;padding:6px 10px;border-radius:12px;font-size:12px;font-weight:700;color:#fff}
.label-pink{background:#ff69b4}.label-blue{background:#87ceeb}.label-green{background:#90ee90}.label-orange{background:#ffa500}.label-purple{background:#dda0dd}
.product-heart{position:absolute;top:10px;left:10px;color:#ccc;font-size:18px;cursor:pointer}.product-heart:hover{color:#ff69b4}
.product-placeholder{width:80%;max-width:420px;height:auto;aspect-ratio:4/3;border-radius:10px}
.pencils{background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4,#feca57)}.notebooks{background:linear-gradient(45deg,#ff9a9e,#fecfef,#fecfef)}.crayons{background:linear-gradient(45deg,#a8edea,#fed6e3)}.backpack{background:linear-gradient(45deg,#667eea,#764ba2)}.stickers{background:linear-gradient(45deg,#f093fb,#f5576c)}.markers{background:linear-gradient(45deg,#4facfe,#00f2fe)}
.visit-store{background:#ffffff;padding:20px;border-radius:12px;text-align:center;margin-bottom:18px}
.visit-store h3{color:#ff69b4;margin-bottom:10px;font-size:20px}.visit-store p{margin-bottom:12px;color:#666}
.visit-store .map-container{max-width:100%;margin:12px auto;border-radius:12px;overflow:hidden;box-shadow:0 4px 8px rgba(255,105,180,.12)}
.visit-store #storeMap{width:100%;height:320px;border-radius:8px;margin-bottom:12px}
.visit-store .btn.btn-primary{background:#ff69b4;color:#fff;padding:10px 20px;border-radius:22px;font-weight:600;display:inline-block}
.popup{display:none;position:fixed;z-index:10000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);backdrop-filter:blur(4px);align-items:center;justify-content:center}
.popup-content{background:#fff;padding:18px;border-radius:12px;width:90%;max-width:520px;position:relative;box-shadow:0 6px 18px rgba(0,0,0,.12);max-height:80vh;overflow:auto}
.close-popup{position:absolute;right:12px;top:8px;font-size:26px;background:transparent;border:none;cursor:pointer;color:#666}
#popupTitle{color:#333;margin-bottom:10px;font-size:20px}#popupDescription{color:#666;line-height:1.5}
.product-info{cursor:pointer;transition:transform .15s;padding:18px}
.product-info h4{color:#333;margin-bottom:8px;font-size:16px}.product-info p{color:#666;margin-bottom:10px;font-size:14px}
.product-tag{display:inline-block;padding:6px 10px;background:#ff69b4;color:#fff;border-radius:10px;font-size:12px;margin-bottom:10px}
.product-rating{display:flex;gap:4px}.product-rating i{color:#ffd700;font-size:14px}
.product-more{position:absolute;right:16px;bottom:16px;background:var(--site-accent,#25d366);color:#fff;padding:10px 16px;border-radius:24px;font-weight:700;text-decoration:none;box-shadow:0 6px 18px rgba(0,0,0,0.12);transition:transform .15s,box-shadow .15s}
.product-more i{color:#fff !important;font-size:18px}
.product-more:hover{transform:translateY(-4px);box-shadow:0 10px 26px rgba(0,0,0,0.16)}

@media(max-width:480px){.product-more{right:12px;bottom:12px;padding:8px 12px;font-size:14px}.product-more i{font-size:16px}}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:20px}
.contact-info{display:flex;flex-direction:column;gap:14px}
.contact-card{background:#fff;padding:18px;border-radius:12px;box-shadow:0 5px 12px rgba(0,0,0,.06);display:flex;align-items:flex-start;gap:12px}
.contact-icon{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff;flex-shrink:0}
.contact-card:nth-child(1) .contact-icon{background:#20b2aa}.contact-card:nth-child(2) .contact-icon{background:#ff69b4}.contact-card:nth-child(3) .contact-icon{background:#87ceeb}.contact-card:nth-child(4) .contact-icon{background:#90ee90}
.contact-card h3{color:#20b2aa;margin-bottom:6px;font-size:16px}.contact-card:nth-child(2) h3{color:#ff69b4}.contact-card p{color:#666;margin-bottom:4px}
.map-container{margin-top:12px;width:100%;border-radius:10px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.06)}
#storeMap{width:100%;height:300px;border-radius:8px;margin-bottom:10px}
.map-container .btn{width:100%;text-align:center;margin-top:8px}
.whatsapp-text{color:#25d366;font-size:14px;font-weight:500}
.social-section{display:flex;flex-direction:column;gap:12px}
.social-card{background:#fff;padding:18px;border-radius:12px;box-shadow:0 5px 12px rgba(0,0,0,.06)}
.social-card h3{color:#20b2aa;margin-bottom:12px;font-size:16px}.social-card p{color:#666;margin-bottom:10px;line-height:1.4}
.social-buttons{display:flex;flex-direction:column;gap:10px}
.social-btn{display:flex;align-items:center;gap:10px;padding:10px 16px;border-radius:20px;color:#fff;text-decoration:none;font-weight:600;transition:transform .2s}
.social-btn:hover{transform:translateY(-3px)}
.social-btn.instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.social-btn.facebook{background:#1877f2}.social-btn.whatsapp{background:#25d366}
.directions{background:#fff;padding:18px;border-radius:12px;box-shadow:0 5px 12px rgba(0,0,0,.06)}.directions h3{color:#20b2aa;margin-bottom:12px;font-size:16px}
.direction-item{display:flex;align-items:center;gap:12px;margin-bottom:12px;padding:8px;background:#f8f9fa;border-radius:10px}
.direction-item i{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;color:#fff}
.direction-item:nth-child(1) i{background:#ff69b4}.direction-item:nth-child(2) i{background:#ff69b4}.direction-item:nth-child(3) i{background:#87ceeb}
.footer{background:#20b2aa;color:#fff;padding:36px 0 18px;margin-top:36px}
.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px;margin-bottom:18px}
.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:12px}.footer-logo i{font-size:22px}.footer-logo h3{font-size:18px;margin:0}.footer-logo span{font-size:13px;opacity:.9}
.footer-section p{margin-bottom:12px;line-height:1.4;opacity:.9}.footer-stars{display:flex;gap:8px}.footer-section h4{margin-bottom:12px;font-size:16px}
.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:8px}.footer-section ul li a{color:#fff;text-decoration:none;opacity:.9;transition:opacity .2s}.footer-section ul li a:hover{opacity:1}
.footer-contact{display:flex;flex-direction:column;gap:8px}.footer-contact-item{display:flex;align-items:center;gap:10px;opacity:.9}.footer-contact-item i{width:20px;text-align:center}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:12px;text-align:center;opacity:.9}
.help-button{position:fixed;bottom:16px;right:16px;width:48px;height:48px;background:#333;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;cursor:pointer;box-shadow:0 5px 15px rgba(0,0,0,.2);transition:transform .2s;z-index:1000}
.help-button:hover{transform:scale(1.05)}
.header.scrolled{background:rgba(255,255,255,.98);box-shadow:0 2px 30px rgba(0,0,0,.12)}
.nav-link{position:relative;padding:10px 14px;border-radius:18px;transition:all .25s}
.hero-section{background:linear-gradient(135deg,#e8f5e8 0%,#f0e8f5 100%);position:relative;overflow:hidden}
.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="stars" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23ffd700" opacity="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23stars)"/></svg>');opacity:.08;pointer-events:none}
@media(max-width:768px){
    .hero{flex-direction:column;text-align:center;gap:28px;padding:18px 0}
    .hero-title{font-size:32px}
    .hero-buttons{justify-content:center;flex-direction:column;gap:12px}
    .hero-buttons .btn{width:100%;max-width:320px}
    .contact-grid{grid-template-columns:1fr}
    .footer-content{grid-template-columns:1fr;text-align:center}
    /* Hide horizontal nav links on small screens; use hamburger */
    .nav{display:none !important}
    .nav.open{display:flex !important}
    .nav-link{font-size:15px;padding:10px 12px}
    .values-grid{grid-template-columns:1fr}
    .categories-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}
    .products-grid{grid-template-columns:1fr}
    .history-section{flex-direction:column}
    .social-buttons{flex-direction:row;flex-wrap:wrap}
    .section{padding:40px 0}
    .hero-section{min-height:calc(100vh - 60px)}
    .menu-toggle{display:block}
    /* Style for opened nav overlay */
    .nav.open{display:flex !important;position:fixed;top:60px;right:12px;left:12px;background:rgba(255,255,255,0.98);border-radius:12px;padding:14px 16px;box-shadow:0 10px 30px rgba(0,0,0,0.12);flex-direction:column;gap:10px;z-index:1500}
    .nav.open .nav-link{padding:12px 10px;font-size:16px;color:#76c893}
    .nav.open .nav-link.active{color:#ff69b4}
    .menu-toggle{background:transparent;border:none;font-size:20px;color:#20b2aa;cursor:pointer;z-index:1600}
}
@media(max-width:480px){.container{padding:0 14px}.hero-title{font-size:26px}.hero-description{font-size:15px}.btn{padding:10px 20px;font-size:14px}.page-header h2{font-size:22px}.image-frame{width:300px;height:200px;padding:16px}.visit-store #storeMap{height:260px}.popup-content{width:95%;padding:14px}}

/* Additional responsive rules for better mobile UX */
@media (max-width:1024px){
    .container{padding:0 18px}
    .hero{gap:20px;padding:24px 0}
    .hero-content{max-width:520px}
    .hero-illustration, .image-frame{max-width:420px}
}

@media (max-width:768px){
    .header{position:fixed;top:0;left:0;right:0;border-radius:0;width:100%;box-shadow:0 6px 20px rgba(0,0,0,.06)}
    .header .container{padding:10px 16px}
    .logo-img{height:34px}
    .menu-toggle{display:block}
    .nav{display:none}
    .nav.open{display:flex !important;top:56px;left:8px;right:8px}
    .hero{flex-direction:column-reverse;align-items:center;gap:18px}
    .hero-content{text-align:center}
    .hero-buttons{flex-direction:column;gap:12px;width:100%;align-items:center}
    .hero-buttons .btn{width:90%;max-width:360px}
    .hero-illustration{max-width:320px}
    .products-grid{grid-template-columns:1fr}
    .categories-grid{grid-template-columns:1fr}
    .contact-grid{display:block}
    .contact-card{margin-bottom:12px}
    .footer-content{display:block;text-align:center}
}

@media (max-width:480px){
    .logo-img{height:30px}
    .hero-title{font-size:22px}
    .hero-description{font-size:14px}
    .hero-buttons .btn{padding:10px 18px}
    .hero-illustration{max-width:280px}
    .products-grid{grid-template-columns:1fr}
    .product-card{padding:14px}
    .product-image{height:auto}
    .contact-card{padding:12px}
    .visit-store #storeMap{height:220px}
    .popup{align-items:flex-end}
    .popup-content{width:100%;max-width:100%;border-radius:14px 14px 0 0;max-height:85vh;overflow:auto}
}

/* Ensure images are responsive generally */
img{max-width:100%;height:auto;display:block}


/* WhatsApp FAB helper: any container with .has-fab will show a FAB positioned bottom-right */
.has-fab{position:relative}
.has-fab .whatsapp-fab{position:absolute;right:18px;bottom:18px;background:#25d366;color:#fff;padding:12px 18px;border-radius:28px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:8px;box-shadow:0 6px 18px rgba(0,0,0,0.12);transition:transform .15s,box-shadow .15s}
.has-fab .whatsapp-fab:hover{transform:translateY(-4px);box-shadow:0 10px 26px rgba(0,0,0,0.16)}
.has-fab .whatsapp-fab:active{transform:translateY(-1px)}

@media(max-width:480px){
    .has-fab .whatsapp-fab{right:12px;bottom:12px;padding:10px 14px;font-size:14px}
}

/* Mobile nav open state */
.nav.open{display:flex !important;position:fixed;top:72px;right:12px;left:12px;background:#fff;border-radius:12px;padding:12px 16px;box-shadow:0 8px 30px rgba(0,0,0,.12);flex-direction:column;gap:10px;z-index:1500}


.quote-icons i:last-child {
    background: #f0e8f5;
    color: #ff69b4;
}

.quote-card blockquote {
    color: #20b2aa;
    font-style: italic;
    font-size: 16px;
    line-height: 1.6;
}

/* Categories Grid */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 60px;
}

.category-card {
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    color: white;
    transition: transform 0.3s ease;
}

.category-card:hover {
    transform: translateY(-5px);
}

.category-pink {
    background: linear-gradient(135deg, #c53349, #f3657d);
}

.category-green {
    background: linear-gradient(135deg, #37cb37, #63e063);
}

.category-purple {
    background: linear-gradient(135deg, #bd3dbd, #e962e9);
}

.category-yellow {
    background: linear-gradient(135deg, #cdcd1b, #e7dc77);
}

.category-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.category-card span {
    font-size: 14px;
    opacity: 0.8;
}

/* Featured Products */
.featured-products {
    margin-top: 60px;
}

.featured-products h3 {
    color: #333;
    margin-bottom: 30px;
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.featured-products i {
    color: #ffd700;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.product-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-image {
    position: relative;
    height: 200px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-label {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
    color: white;
}

.label-pink { background: #ff69b4; }
.label-blue { background: #87ceeb; }
.label-green { background: #90ee90; }
.label-orange { background: #ffa500; }
.label-purple { background: #dda0dd; }

.product-heart {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #ccc;
    font-size: 18px;
    cursor: pointer;
}

.product-heart:hover {
    color: #ff69b4;
}

.product-placeholder {
    width: 80%;
    height: 80%;
    border-radius: 10px;
}

.pencils {
    
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS8D5l_-XlB80auS1Cvrt93lPMvI2ACkeuTMQ&s);
    width: 200px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
}

.notebooks {
    background-image: url(https://fuxicandocomarte.com.br/wp-content/uploads/2021/12/CAPA-UNICORNIO.png);
    width: 200px;
    height: 200px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.crayons {
    background-image: url(https://www.papelariazonca.com.br/media/12695/catalog/giz-de-cera-curto-15-cores-acrilex-1.jpg?size=256);
    width: 200px;
    height: 200px;
    background-position: center;
}

.backpack {
    background-image: url(https://product-hub-prd.madeiramadeira.com.br/220647916/images/179f3b30-10fa-4831-80f1-a0a6a53b1c18omRodinhasCapivaraGVBolsas.jpg?width=256&canvas=1:1&bg-color=FFF);
    width: 200px;
    height: 200px;
    background-position: center;
}

.stickers {
    background-image: url(https://mimilon.com.br/_next/image?url=https%3A%2F%2Fae01.alicdn.com%2Fkf%2FSd289fc08f5e5417e9649f58d28bf8fcfN.jpg&w=256&q=75);
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
}

.markers {
    background-image: url(https://mimilon.com.br/_next/image?url=https%3A%2F%2Fae01.alicdn.com%2Fkf%2FS38fba42c38e544b9af78669258ef3b6dK.jpg&w=256&q=75);
    width: 200px;
    height: 200px;
    background-position: center;
    background-repeat: no;
}

/* Visit Store Styles */
.visit-store {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 30px;
}

.visit-store h3 {
    color: #ff69b4;
    margin-bottom: 15px;
    font-size: 24px;
}

.visit-store p {
    margin-bottom: 20px;
    color: #666;
}

.visit-store .map-container {
    max-width: 100%;
    margin: 20px auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(255, 105, 180, 0.2);
}

.visit-store #storeMap {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.visit-store .btn.btn-primary {
    background-color: #ff69b4;
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 600;
    transition: transform 0.2s ease, background-color 0.2s ease;
    display: inline-block;
    text-decoration: none;
    margin-top: 15px;
}

.visit-store .btn.btn-primary:hover {
    background-color: #ff4da6;
    transform: translateY(-2px);
}

/* Popup Styles */
.popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.popup-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border-radius: 15px;
    width: 80%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    animation: popupFadeIn 0.3s ease-out;
}

.close-popup {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 28px;
    cursor: pointer;
    color: #666;
    transition: color 0.3s ease;
}

.close-popup:hover {
    color: #ff69b4;
}

#popupTitle {
    color: #333;
    margin-bottom: 15px;
    font-size: 24px;
}

#popupDescription {
    color: #666;
    line-height: 1.6;
}

@keyframes popupFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

:root{ --accent-green:var(--site-accent); }

.product-info h4 {
    color: #333;
    margin-bottom: 10px;
    font-size: 18px;
}

.product-info p {
    color: #666;
    margin-bottom: 15px;
    font-size: 14px;
}

.product-tag {
    display: inline-block;
    padding: 5px 10px;
    background: #ff69b4;
    color: white;
    border-radius: 10px;
    font-size: 12px;
    margin-bottom: 15px;
}

.product-rating {
    display: flex;
    gap: 2px;
}

.product-rating i {
    color: #ffd700;
    font-size: 14px;
}

/* Contact Page */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-card {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-body {
    flex: 1 1 auto;
    min-width: 0;
}
.contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    flex-shrink: 0;
}

.contact-card:nth-child(1) .contact-icon {
    background: #20b2aa;
}

.contact-card:nth-child(2) .contact-icon {
    background: #ff69b4;
}

.contact-card:nth-child(3) .contact-icon {
    background: #87ceeb;
}

.contact-card:nth-child(4) .contact-icon {
    background: #90ee90;
}

.contact-card h3 {
    color: #20b2aa;
    margin-bottom: 10px;
    font-size: 18px;
}

.contact-card:nth-child(2) h3 {
    color: #ff69b4;
}

.contact-card p {
    color: #666;
    margin-bottom: 5px;
}

/* Estilos do Mapa */
.map-container {
    margin-top: 20px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#storeMap {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.map-container .btn {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.whatsapp-text {
    color: #25d366;
    font-size: 14px;
    font-weight: 500;
}

.social-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.social-card {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.social-card h3 {
    color: #20b2aa;
    margin-bottom: 15px;
    font-size: 18px;
}

.social-card p {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.social-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 25px;
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: transform 0.3s ease;
}

.social-btn:hover {
    transform: translateY(-2px);
}

.social-btn.instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.social-btn.facebook {
    background: #1877f2;
}

.social-btn.whatsapp {
    background: #25d366;
}

.visit-store {
    padding: 30px;
    border-radius: 15px;
    color: white;
    text-align: center;
}

.visit-store h3 {
    margin-bottom: 15px;
    font-size: 20px;
}

.visit-store p {
    color: black;
    margin-bottom: 20px;
    line-height: 1.6;
    opacity: 0.9;
}

.directions {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.directions h3 {
    color: #20b2aa;
    margin-bottom: 20px;
    font-size: 18px;
}

.direction-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 10px;
}

.direction-item i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: white;
}

.direction-item:nth-child(1) i {
    background: #ff69b4;
}

.direction-item:nth-child(2) i {
    background: #ff69b4;
}

.direction-item:nth-child(3) i {
    background: #87ceeb;
}

/* Footer */
.footer {
    background: #20b2aa;
    color: white;
    padding: 40px 0 20px;
    margin-top: 60px;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 30px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.footer-logo i {
    font-size: 24px;
}

.footer-logo h3 {
    font-size: 20px;
    margin: 0;
}

.footer-logo span {
    font-size: 14px;
    opacity: 0.8;
}

.footer-section p {
    margin-bottom: 20px;
    line-height: 1.6;
    opacity: 0.9;
}

.footer-stars {
    display: flex;
    gap: 10px;
}

.footer-section h4 {
    margin-bottom: 20px;
    font-size: 18px;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: white;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-section ul li a:hover {
    opacity: 1;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0.8;
}

.footer-contact-item i {
    width: 20px;
    text-align: center;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    text-align: center;
    opacity: 0.8;
}

/* Help Button */
.help-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    z-index: 1000;
}

.help-button:hover {
    transform: scale(1.1);
}

/* Efeito de scroll no header */
.header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15);
}

/* Melhorias na navegação */
.nav-link {
    position: relative;
    padding: 10px 15px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.nav-link:hover {
    background: rgba(32, 178, 170, 0.1);
}

.nav-link.active {
    background: rgba(255, 105, 180, 0.1);
}

/* Melhorias no hero */
.hero-section {
    background: linear-gradient(135deg, #e8f5e8 0%, #e8f5e8 100%);
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="stars" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23ffd700" opacity="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23stars)"/></svg>');
    opacity: 0.1;
    pointer-events: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero {
        flex-direction: column;
        text-align: center;
        gap: 40px;
        padding: 20px 0;
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .hero-buttons {
        justify-content: center;
        flex-direction: column;
        gap: 15px;
    }
    
    .hero-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .nav {
        gap: 15px;
        flex-wrap: wrap;
    }
    
    .nav-link {
        font-size: 14px;
        padding: 8px 12px;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
    }
    
    .categories-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    
    .products-grid {
        grid-template-columns: 1fr;
    }
    
    .history-section {
        flex-direction: column;
    }
    
    .social-buttons {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .section {
        padding: 60px 0;
    }
    
    .hero-section {
        min-height: calc(100vh - 60px);
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .hero-title {
        font-size: 28px;
    }
    
    .hero-description {
        font-size: 16px;
    }
    
    .btn {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .page-header h2 {
        font-size: 28px;
    }
    
    .image-frame {
        width: 300px;
        height: 200px;
        padding: 20px;
    }
}

/* Theme overrides: use the green color requested by the user (#76c893) */
:root{
    --site-accent:#76c893;
    --site-accent-dark:#0dff00;
    --light-green-100:#f0e8f5;
    --light-green-200:#f0e8f5;
    --footer: #163320;
}

body{
    background:linear-gradient(135deg,var(--light-green-200) 0%,var(--light-green-100) 100%) !important;
}

/* Primary accents */
.logo-icon,.logo-text h1,.menu-toggle,.nav-link,.star-teal,.title-teal,.page-header h2,.value-card h3,.history-content h2,.social-card h3,.directions h3,.contact-card h3{color:var(--site-accent) !important}

.btn-primary,.visit-store .btn.btn-primary{background:var(--site-accent) !important;color:#fff}
.btn-primary:hover{background:var(--site-accent-dark) !important}

/* Contact icon and footer */
.contact-card:nth-child(1) .contact-icon{background:var(--site-accent) !important}
.footer{background:var(--footer) !important}

/* Ensure contrast where needed */
.footer,.footer a{color:#fff}

/* Apply the darker green to teal/green accent selectors */
.logo-icon,
.logo-text h1,
.menu-toggle,
.nav-link,
.star-teal,
.title-teal,
.page-header h2,
.value-card h3,
.history-content h2,
.social-card h3,
.directions h3,
.contact-card h3 {
    color: var(--accent-green) !important;
}

/* Contact icon (first contact card) */
.contact-card:nth-child(1) .contact-icon{
    background: var(--accent-green) !important;
}

/* Decorative value icon backgrounds if present */
.value-icon{color:var(--accent-green) !important}

