/* Label Mini - Optimized Stylesheet */

:root{
  --primary:#0f172a;
  --primary-light:#1e293b;
  --accent:#25d366;
  --accent-dark:#128c7e;
  --gold:#d4af37;
  --bg:#f8fafc;
  --bg-alt:#ffffff;
  --border:#e2e8f0;
  --text:#0f172a;
  --muted:#64748b;
  --max-w:1200px;
  --shadow-sm:0 1px 3px rgba(0,0,0,.05);
  --shadow:0 4px 12px rgba(0,0,0,.08);
  --shadow-lg:0 10px 30px rgba(0,0,0,.12);
  --radius:12px;
  --radius-lg:20px;
}

body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,sans-serif}

/* Topbar */
.topbar{background:var(--primary);color:#fff;padding:.5rem 0;font-size:.8125rem;display:none}
.topbar .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}
.topbar-phone{color:var(--gold);font-weight:600}
@media(min-width:768px){.topbar{display:block}}

/* Header */
.header{position:sticky;top:0;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:100;transition:all .3s}
.header.scrolled{box-shadow:var(--shadow)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;gap:1rem}
.logo{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:500}
.logo-icon{font-size:1.5rem}
.logo-icon-img{width:36px;height:36px;border-radius:8px}
.logo-text strong{color:var(--accent-dark);font-weight:800}
.nav{display:none;gap:1.5rem}
.nav a{color:var(--text);font-weight:500;font-size:.9375rem;transition:color .2s;position:relative}
.nav a:hover{color:var(--accent-dark)}
.nav a::after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--accent);transition:width .2s}
.nav a:hover::after{width:100%}
.header-cta{font-size:.875rem;padding:.625rem 1.25rem}
@media(min-width:1024px){.nav{display:flex}.header-cta{display:none}}
.hamburger{display:flex;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:8px}
.hamburger span{width:24px;height:2px;background:var(--text);transition:all .3s;border-radius:2px}
.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.hamburger.active span:nth-child(2){opacity:0}
.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
@media(min-width:1024px){.hamburger{display:none}}

/* Mobile Nav */
.nav.mobile-open{display:flex;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1rem;gap:1rem;border-bottom:1px solid var(--border);box-shadow:var(--shadow)}
.nav.mobile-open a{padding:.5rem 0;border-bottom:1px solid var(--border)}
.nav.mobile-open a:last-child{border-bottom:none}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:50px;font-weight:600;font-size:1rem;transition:all .2s;border:none;cursor:pointer;min-height:48px;text-decoration:none;line-height:1}
.btn-large{padding:1.125rem 2rem;font-size:1.125rem;min-height:56px}
.btn-wa{background:var(--accent);color:#fff}
.btn-wa:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 8px 20px rgba(37,211,102,.4)}
.btn-outline{background:transparent;border:2px solid #fff;color:#fff}
.btn-outline:hover{background:#fff;color:var(--primary)}
.btn-primary{background:var(--primary);color:#fff}
.btn-primary:hover{background:var(--primary-light);transform:translateY(-2px)}

/* Hero */
.hero{background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#0f172a 100%);color:#fff;padding:3rem 0 4rem;position:relative;overflow:hidden}
.hero::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,rgba(37,211,102,.1) 0%,transparent 50%)}
.hero-content{position:relative;max-width:800px;margin:0 auto;text-align:center}
.hero-badge{display:inline-block;background:rgba(212,175,55,.15);border:1px solid var(--gold);color:var(--gold);padding:.5rem 1rem;border-radius:50px;font-size:.8125rem;margin-bottom:1.5rem;font-weight:600}
.hero h1{font-size:clamp(1.875rem,5vw,3.5rem);font-weight:800;line-height:1.15;margin-bottom:1rem;letter-spacing:-.02em}
.hero h1 .highlight{background:linear-gradient(90deg,var(--gold) 0%,#f4d03f 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-sub{font-size:clamp(1rem,2.5vw,1.25rem);opacity:.95;margin-bottom:2rem;line-height:1.6}
.hero-sub strong{color:var(--gold)}
.hero-cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}
.hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:600px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}
@media(min-width:640px){.hero-stats{grid-template-columns:repeat(4,1fr)}}
.stat strong{display:block;font-size:1.75rem;font-weight:800;color:var(--gold);margin-bottom:.25rem}
.stat span{font-size:.875rem;opacity:.8}

/* Trust Bar */
.trust-bar{background:var(--bg);padding:1.5rem 0;border-bottom:1px solid var(--border)}
.trust-bar .container{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-around;text-align:center}
.trust-item{font-size:.875rem;font-weight:600;color:var(--text);flex:1 1 200px}
@media(max-width:640px){.trust-item{flex:1 1 45%}}

/* Sections */
.section{padding:4rem 0}
.section-alt{background:var(--bg)}
.section-head{text-align:center;max-width:700px;margin:0 auto 3rem;padding:0 1rem}
.eyebrow{display:inline-block;color:var(--accent-dark);font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}
.section-head h2{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:800;line-height:1.2;margin-bottom:1rem;letter-spacing:-.01em}
.section-sub{color:var(--muted);font-size:1.0625rem}

/* About */
.about-grid{display:grid;gap:2rem;max-width:900px;margin:0 auto}
@media(min-width:768px){.about-grid{grid-template-columns:1fr 1fr}}
.about-text p{font-size:1.0625rem;line-height:1.7;margin-bottom:1rem;color:#334155}
.about-images{display:grid;gap:1rem}
.about-img{width:100%;height:280px;object-fit:cover;border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:all .3s}
.about-img:hover{box-shadow:var(--shadow);transform:scale(1.02)}
.features{display:grid;gap:1.5rem;margin-top:2rem;grid-template-columns:1fr}
@media(min-width:768px){.features{grid-template-columns:repeat(3,1fr)}}
.feature{display:flex;gap:1rem;align-items:flex-start;background:#fff;padding:1.5rem;border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:all .2s}
.feature:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.feature-icon{font-size:2rem;flex-shrink:0}
.feature strong{display:block;margin-bottom:.25rem;font-size:1.0625rem}
.feature p{font-size:.875rem;color:var(--muted);margin:0}

/* Products */
.product-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}
@media(min-width:640px){.product-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}
.product-card{background:#fff;padding:1.5rem;border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:all .3s;display:flex;flex-direction:column}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--accent)}
.product-img{width:100%;height:200px;border-radius:var(--radius);object-fit:contain;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);margin-bottom:1rem;display:block;padding:0.5rem}
.product-img::before,.product-img::after{content:none}
.product-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}
.product-card p{color:var(--muted);font-size:.9375rem;line-height:1.6;margin-bottom:1rem;flex:1}
.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}
.tags span{background:var(--bg);color:var(--text);padding:.25rem .75rem;border-radius:50px;font-size:.75rem;font-weight:600}
.product-link{color:var(--accent-dark);font-weight:600;font-size:.9375rem;display:inline-flex;align-items:center;gap:.25rem;transition:gap .2s}
.product-link:hover{gap:.5rem}

/* Portfolio */
.portfolio-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}
@media(min-width:640px){.portfolio-grid{grid-template-columns:repeat(4,1fr)}}
.portfolio-grid img{width:100%;height:auto;border-radius:var(--radius);background:#fff;border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:all .3s}
.portfolio-grid img:hover{transform:scale(1.05);box-shadow:var(--shadow-lg)}

/* Process */
.process-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}
@media(min-width:640px){.process-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.process-grid{grid-template-columns:repeat(3,1fr)}}
.process-step{position:relative;background:#fff;padding:2rem 1.5rem;border-radius:var(--radius);border:1px solid var(--border);text-align:center;transition:all .3s}
.process-step:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:var(--accent)}
.step-num{position:absolute;top:1rem;right:1rem;font-size:.875rem;font-weight:800;color:var(--accent);opacity:.5}
.step-icon{display:block;font-size:3rem;margin-bottom:1rem}
.process-step h3{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}
.process-step p{color:var(--muted);font-size:.875rem;line-height:1.6}

/* Testimonials */
.testimonial-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}
@media(min-width:640px){.testimonial-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.testimonial-grid{grid-template-columns:repeat(3,1fr)}}
.testimonial{background:#fff;padding:1.5rem;border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:all .2s}
.testimonial:hover{box-shadow:var(--shadow)}
.stars{color:var(--gold);font-size:1.125rem;margin-bottom:1rem;letter-spacing:.05em}
.testimonial p{font-style:italic;line-height:1.6;margin-bottom:1rem;color:#334155;font-size:.9375rem}
.testimonial-author{display:flex;align-items:center;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}
.testimonial-author img{width:48px;height:48px;border-radius:50%;flex-shrink:0}
.testimonial-author strong{display:block;color:var(--text);font-size:.875rem;font-weight:700;line-height:1.2}
.testimonial-author span{font-size:.75rem;color:var(--muted)}

/* FAQ */
.faq-list{max-width:800px;margin:0 auto}
.faq-item{background:#fff;border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.75rem;overflow:hidden;transition:all .2s}
.faq-item[open]{box-shadow:var(--shadow);border-color:var(--accent)}
.faq-item summary{padding:1.25rem 1.5rem;font-weight:600;cursor:pointer;list-style:none;position:relative;display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:1.0625rem}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";font-size:1.5rem;color:var(--accent);transition:transform .2s;flex-shrink:0}
.faq-item[open] summary::after{transform:rotate(45deg)}
.faq-item p{padding:0 1.5rem 1.25rem;color:var(--muted);line-height:1.7}

/* CTA Final */
.cta-final{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#fff;padding:4rem 0;text-align:center}
.cta-final h2{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:800;margin-bottom:1rem}
.cta-final p{font-size:1.125rem;opacity:.9;max-width:600px;margin:0 auto 2rem}
.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}

/* Footer */
.footer{background:#020617;color:#cbd5e1;padding:3rem 0 1.5rem}
.footer-grid{display:grid;gap:2rem;grid-template-columns:1fr;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}
@media(min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1.2fr}}
.footer h3,.footer h4{color:#fff;margin-bottom:1rem;font-size:1.125rem}
.footer h4{font-size:1rem;text-transform:uppercase;letter-spacing:.05em}
.footer p{font-size:.875rem;line-height:1.6;margin-bottom:1rem}
.footer ul{list-style:none}
.footer ul li{margin-bottom:.5rem;font-size:.875rem}
.footer a{color:#cbd5e1;transition:color .2s}
.footer a:hover{color:var(--accent)}
.social{display:flex;gap:.75rem;margin-top:1rem}
.social a{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.1);display:inline-flex;align-items:center;justify-content:center;font-size:1.125rem;transition:all .2s}
.social a:hover{background:var(--accent);transform:translateY(-2px)}
.footer-bottom{text-align:center;padding-top:1.5rem;font-size:.8125rem;opacity:.7}

/* Sticky WhatsApp */
.sticky-wa{position:fixed;bottom:1rem;right:1rem;background:var(--accent);color:#fff;width:auto;padding:1rem 1.25rem;border-radius:50px;box-shadow:0 8px 24px rgba(37,211,102,.4);display:flex;align-items:center;gap:.5rem;font-weight:600;z-index:99;transition:all .2s;text-decoration:none;animation:pulse 2s infinite}
.sticky-wa:hover{background:var(--accent-dark);transform:scale(1.05)}
.sticky-wa span{font-size:.9375rem}
@keyframes pulse{0%,100%{box-shadow:0 8px 24px rgba(37,211,102,.4)}50%{box-shadow:0 8px 24px rgba(37,211,102,.7),0 0 0 10px rgba(37,211,102,.1)}}
@media(min-width:1024px){.sticky-wa{bottom:2rem;right:2rem;padding:1rem 1.5rem;font-size:1rem}}
@media(max-width:480px){.sticky-wa span{display:none;width:56px;height:56px;padding:0;justify-content:center}.sticky-wa svg{width:28px;height:28px}}

/* Performance: Content visibility */
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
