:root{color-scheme:dark;--bg: #0f172a;--surface: #111827;--surface-strong: #1f2937;--text: #f8fafc;--muted: #94a3b8;--primary: #f97316;--primary-soft: rgba(249, 115, 22, .16);--border: rgba(148, 163, 184, .18);--shadow: 0 25px 60px rgba(15, 23, 42, .35)}body.light-theme{color-scheme:light;--bg: #f8fafc;--surface: #ffffff;--surface-strong: #e2e8f0;--text: #0f172a;--muted: #475569;--primary: #fb923c;--primary-soft: rgba(251, 146, 60, .18);--border: rgba(148, 163, 184, .35);--shadow: 0 25px 60px rgba(15, 23, 42, .12);background:radial-gradient(circle at top,rgba(251,146,60,.16),transparent 28%),linear-gradient(180deg,#fff,#e2e8f0)}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body,#root{min-height:100%}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,sans-serif;background:radial-gradient(circle at top,rgba(249,115,22,.15),transparent 28%),linear-gradient(180deg,#0b1122,#0f172a);color:var(--text)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.page-shell{display:flex;flex-direction:column;min-height:100vh}main{flex:1;width:min(1200px,calc(100% - 2rem));margin:0 auto;padding:2rem 0 4rem}.navbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 1rem;border-bottom:1px solid rgba(148,163,184,.16);background:#0f172af2;position:sticky;top:0;z-index:20}.navbar-brand a{display:inline-flex;flex-direction:column;align-items:center;gap:.75rem;font-size:1.3rem;font-weight:700;letter-spacing:.04em;text-align:center}.brand-logo{height:56px;width:auto;object-fit:contain;border-radius:8px}.brand-logo-large{height:80px}.footer-brand-link{display:inline-block;text-decoration:none;color:inherit}.footer-brand-link:hover h4{text-decoration:underline}.footer-brand-header{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-brand-header .brand-logo{height:80px;width:auto}.footer-brand-header .brand-logo{height:40px;width:auto}.logo-preview{display:flex;align-items:center;gap:1rem;margin:.75rem 0 1.5rem}.logo-preview img{max-height:80px;width:auto;border-radius:.75rem}.logo-preview .button-secondary{white-space:nowrap}.navbar-links{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.navbar-links a,.link-button{color:var(--text);border:1px solid rgba(255,255,255,.12);padding:.7rem 1rem;border-radius:999px;background:#1e293bd9;transition:transform .2s ease,background .2s ease}.theme-icon-button{width:44px;height:44px;padding:0;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:#1e293be6;color:var(--text);display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;transition:transform .2s ease,background .2s ease,border-color .2s ease}body.light-theme .theme-icon-button{border-color:#0f172a2e;background:#ffffffeb;color:var(--text)}.action-icon-button,.theme-icon-button{width:44px;height:44px;padding:0;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:#1e293be6;color:var(--text);display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;transition:transform .2s ease,background .2s ease,border-color .2s ease}body.light-theme .action-icon-button,body.light-theme .theme-icon-button{border-color:#0f172a2e;background:#ffffffeb;color:var(--text)}.action-icon-button:hover,.theme-icon-button:hover{transform:translateY(-2px);background:#f973162e}.navbar-actions{display:flex;gap:.75rem;align-items:center}body.light-theme .navbar{background:#fffffff5;border-color:#94a3b82e}body.light-theme .navbar-links a,body.light-theme .link-button{color:var(--text);border-color:#0f172a1f;background:#ffffffd9}.navbar-links a.active,.navbar-links a:hover,.link-button:hover{transform:translateY(-1px);background:#f9731629}.link-button{border:none}.hero{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:2rem;margin-top:2rem;padding:2.5rem;border:1px solid rgba(148,163,184,.12);border-radius:32px;background:linear-gradient(180deg,#0f172af2,#0f172ad9);box-shadow:var(--shadow)}.hero-copy h1{margin:0;font-size:clamp(2.5rem,5vw,4rem);line-height:1.05}.hero-copy p{margin:1.5rem 0;color:var(--muted);max-width:45rem}.hero-copy .hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.hero-copy .button-primary,.hero-copy .button-secondary{padding:1rem 1.6rem;border-radius:999px;border:none}.button-primary{background:linear-gradient(90deg,#f97316,#ffb347);color:#111827;font-weight:700}.button-secondary{background:#ffffff14;color:var(--text)}body.light-theme .hero{background:linear-gradient(180deg,#fffffff5,#f1f5f9f5);border-color:#94a3b840}body.light-theme .hero-copy .button-secondary{background:#0f172a14}body.light-theme input,body.light-theme textarea,body.light-theme select{background:#ffffffeb;color:var(--text);border:1px solid rgba(148,163,184,.35)}body.light-theme .product-filter select{background:#ffffffeb}.hero-visual{position:relative;min-height:420px;border-radius:32px;overflow:hidden}.hero-visual img{width:100%;height:100%;object-fit:cover;display:block}.stats-grid,.category-grid,.product-grid,.admin-section{display:grid;gap:1.5rem}.category-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.feature-block,.info-card,.product-card,.admin-card{background:var(--surface);border:1px solid var(--border);border-radius:24px;padding:1.5rem}.feature-block h2,.feature-block h3,.info-card h2,.admin-card h2{margin-top:0}.about-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:1.5rem}.feature-block h3{margin-bottom:1rem}.feature-block p,.info-card p{color:var(--muted)}.category-card,.product-card{display:flex;flex-direction:column;gap:1rem;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease}.category-card-link,.product-card-link{display:block;color:inherit;text-decoration:none}.category-card{padding:1.75rem;background:linear-gradient(180deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.08)}.category-card:hover,.product-card:hover{transform:translateY(-8px);box-shadow:0 28px 50px #f9731638;border-color:#f9731673;background:radial-gradient(circle at top right,rgba(249,115,22,.14),transparent 45%),linear-gradient(180deg,#ffffff14,#ffffff05)}.category-card h3{margin:0}.product-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.product-card{overflow:hidden;display:flex;flex-direction:column;background:linear-gradient(180deg,#ffffff0a,#ffffff05)}.product-card img{width:100%;aspect-ratio:4 / 3;object-fit:cover;transition:transform .35s ease}.product-card:hover img{transform:scale(1.05)}.product-card-body{padding:1.25rem;display:grid;gap:.75rem}.product-card-body h3{margin:0}.product-category{color:var(--primary);font-size:.85rem;text-transform:uppercase;letter-spacing:.08em}.product-meta{display:flex;justify-content:space-between;align-items:center;gap:1rem}.product-price{color:#fee2b3;font-weight:700}.product-sku{color:var(--muted);font-size:.9rem}.product-detail-line{color:var(--muted);font-size:.95rem}.product-detail-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-top:1rem}.scroll-top-button{position:fixed;right:24px;bottom:24px;width:48px;height:48px;border-radius:50%;border:none;background:linear-gradient(135deg,#f97316,#ffb347);color:#111827;box-shadow:0 20px 40px #0003;display:inline-flex;align-items:center;justify-content:center;font-size:1.25rem;cursor:pointer;z-index:60;transition:transform .2s ease,box-shadow .2s ease}.scroll-top-button:hover{transform:translateY(-3px);box-shadow:0 24px 48px #0000004d}.section-title{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.5rem;padding-bottom:.2rem;border-bottom:1px solid rgba(255,255,255,.08)}.section-title h2{margin:0;font-size:clamp(2rem,3.2vw,3rem);letter-spacing:.06em;text-transform:uppercase;line-height:1.05;color:var(--text);text-shadow:0 12px 30px rgba(249,115,22,.15)}.section-title h2:after{content:"";display:block;width:80px;height:4px;border-radius:999px;background:linear-gradient(90deg,#f97316,#fb923c);margin-top:.9rem}.section-intro{color:var(--muted);max-width:42rem}.product-filter{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin-bottom:1.5rem}.product-filter select{width:220px;min-width:180px;border:1px solid rgba(249,115,22,.45);background:#0f172af2;color:var(--text);padding:.95rem 1.1rem;border-radius:14px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.product-filter select:focus{outline:none;box-shadow:0 0 0 3px #f973162e}.product-filter select:hover{transform:translateY(-1px);border-color:#ffb347cc}input,textarea,select{width:100%;border:1px solid rgba(148,163,184,.2);border-radius:14px;padding:.95rem 1rem;background:#ffffff0d;color:var(--text)}textarea{min-height:140px;resize:vertical}label{display:grid;gap:.5rem;font-size:.95rem;color:var(--muted)}.form-grid{display:grid;gap:1rem}.button-primary,.button-secondary,.button-danger{border:none}.button-primary.load-more-button,.button-primary.send-message-button,.button-primary.sign-in-button,.button-primary.save-settings-button,.button-primary.add-product-button{padding:1.25rem 2rem;border-radius:999px;box-shadow:0 18px 30px #f9731633;transition:transform .25s ease,box-shadow .25s ease,filter .25s ease}.button-primary.load-more-button:hover,.button-primary.send-message-button:hover,.button-primary.sign-in-button:hover,.button-primary.save-settings-button:hover,.button-primary.add-product-button:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 24px 42px #f9731659;filter:brightness(1.08)}.contact-form-card{padding:2rem}.button-secondary{color:var(--text)}.button-danger{background:#dc2626;color:#fff}.page-block{margin-top:4rem;padding-top:1rem}.admin-panel{display:grid;gap:1.5rem}.admin-card{padding:1.5rem}.admin-card header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.admin-card .card-actions{display:flex;gap:.75rem}.product-editor{display:grid;gap:1rem}.product-editor .grid-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.product-editor button{align-self:start}.admin-tabs{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1.25rem}.admin-tabs button{padding:.75rem 1rem;border-radius:999px}.admin-tabs button.active{background:#f9731626;border-color:#f973164d}.page-content-editor{display:grid;gap:1.25rem}.admin-subcard{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:1.25rem}.admin-row{display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:end}.admin-row label{margin:0}.admin-actions{display:flex;justify-content:flex-end}.footer{padding:3rem 1.5rem;color:var(--muted);background:linear-gradient(180deg,#0f172afa,#0f172af0);border-top:1px solid rgba(148,163,184,.16)}.footer-brand{max-width:620px;margin-bottom:2rem}.footer-brand-link{display:inline-flex;flex-direction:column;gap:1rem;text-decoration:none;color:inherit}.footer-brand-header{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1rem}.footer-brand-header .brand-logo{height:96px;width:auto}.footer-brand h4{margin:0;color:var(--text);font-size:1.5rem}.footer-brand p{margin:0;line-height:1.9}.footer-brand h4{margin:0 0 .5rem;color:var(--text)}.footer-brand p{margin:0;line-height:1.75}.footer-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;margin-bottom:2rem}.footer-col h5{margin-bottom:1rem;color:var(--text);font-size:1rem}.footer-col p,.footer-col a{display:block;margin-bottom:.75rem;color:var(--muted);text-decoration:none;transition:color .2s ease}.footer-col a:hover{color:#fbbf24}.footer-social{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap}.footer-social a{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#f973162e;color:var(--text);font-size:1.1rem;transition:transform .2s ease,background .2s ease}.footer-social a:hover{transform:translateY(-2px);background:#f973164d}body.light-theme .footer{background:#f8fafc;color:#334155;border-top-color:#94a3b840}body.light-theme .footer-brand h4,body.light-theme .footer-col h5{color:#0f172a}body.light-theme .footer-col a{color:#334155}.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;border-top:1px solid rgba(148,163,184,.12);padding-top:1.25rem}.footer-bottom p{margin:0}.cta-panel{display:grid;grid-template-columns:1.8fr 1fr;align-items:center;gap:2rem;padding:2rem;border-radius:28px;background:linear-gradient(135deg,#f9731626,#ffffff0f);border:1px solid rgba(249,115,22,.25)}.cta-copy .eyebrow{display:inline-block;margin-bottom:1rem;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:#fbbf24}.cta-copy h2{margin:0 0 1rem;font-size:clamp(2rem,2.6vw,2.8rem)}.cta-copy p{margin:0;color:var(--muted);max-width:560px}.cta-button{padding:1rem 1.5rem;font-size:1rem;border-radius:999px;background:linear-gradient(135deg,#22c55e,#14b8a6);color:#111827;box-shadow:0 20px 40px #22c55e40;transition:transform .2s ease,box-shadow .2s ease;justify-self:start}.cta-button:hover{transform:translateY(-2px);box-shadow:0 24px 48px #22c55e47}@media (max-width: 900px){.cta-panel{grid-template-columns:1fr}}@media (max-width: 820px){.footer-row{grid-template-columns:1fr}}.clients-grid,.testimonial-grid,.faq-list{display:grid;gap:1rem}.clients-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.client-card,.testimonial-card,.faq-item{padding:1.25rem;background:#ffffff0a;border:1px solid rgba(248,113,30,.15);border-radius:20px}.client-card p{margin:0;font-weight:700;color:var(--text)}.testimonial-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.testimonial-card p{margin:0 0 1rem;color:var(--muted)}.testimonial-carousel{overflow:hidden;position:relative}.testimonial-track{display:flex;transition:transform .95s cubic-bezier(.22,1,.36,1)}.testimonial-slide{min-width:100%;padding:0 .75rem}.testimonial-slide .testimonial-card{max-width:780px;margin:0 auto;padding:2rem}.testimonial-card strong{display:block;margin-top:1.25rem;color:var(--text)}.testimonial-card span{color:var(--muted);font-size:.95rem}.testimonial-dots{display:flex;justify-content:center;gap:.65rem;margin-top:1.5rem}.testimonial-dot{width:12px;height:12px;border-radius:50%;border:none;background:#ffffff40;cursor:pointer;transition:transform .2s ease,background .2s ease}.testimonial-dot.active{background:#fbbf24;transform:scale(1.2)}.testimonial-card strong{display:block;margin-bottom:.35rem}.faq-list{display:grid;gap:1rem}.faq-item{background:#ffffff0a;border:1px solid rgba(248,113,30,.15);border-radius:24px;overflow:hidden}.faq-question{width:100%;padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;background:transparent;border:none;color:var(--text);font-size:1rem;font-weight:700;cursor:pointer}.faq-question:hover{background:#f9731614}.faq-icon{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#f9731629;color:var(--text);font-size:1.2rem}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease;padding:0 1.5rem}.faq-answer p{margin:0;padding:1rem 0 1.5rem;color:var(--muted);line-height:1.8}.whatsapp-button{position:fixed;right:24px;bottom:90px;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1.35rem;text-decoration:none;box-shadow:0 18px 36px #25d36659;z-index:60}.whatsapp-button:hover{transform:translateY(-2px)}.hero-visual img{filter:saturate(1.05) contrast(1.02)}.status-pill{display:inline-flex;align-items:center;padding:.5rem .85rem;border-radius:999px;background:#f9731624;color:#fbbf24;font-size:.85rem}.product-filter{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.product-filter select,.product-filter button{min-width:150px}@media (max-width: 950px){.hero{grid-template-columns:1fr}}@media (max-width: 720px){.navbar{flex-direction:column;align-items:center;text-align:center;gap:1rem}.navbar-links,.navbar-actions{width:100%;justify-content:center;gap:.75rem}.navbar-brand a{justify-content:center}.product-editor .grid-two{grid-template-columns:1fr}}.clients-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1.5rem}.client-card{display:flex;flex-direction:column;align-items:center;gap:.85rem;padding:1.5rem;border-radius:24px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 40px #0f172a14;transition:transform .25s ease,border-color .25s ease,background .25s ease}.client-card:hover{transform:translateY(-4px);border-color:#f973164d;background:#f9731614}.client-logo-placeholder{height:60px;width:60px;display:grid;place-items:center;border-radius:50%;background:#f9731629;color:#f59e0b;font-weight:700;font-size:1.2rem}.client-card p{margin:0;color:var(--text);font-weight:600;text-align:center}@media (max-width: 900px){.clients-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 520px){.clients-grid{grid-template-columns:1fr}}.testimonial-carousel{position:relative;overflow:hidden;border-radius:32px;background:linear-gradient(180deg,#1e293bf5,#0f172af5);padding:2rem;box-shadow:0 28px 80px #0f172a2e}.testimonial-track{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));transition:transform .65s ease}.testimonial-slide{min-width:100%;padding:0 1rem}.testimonial-card{min-height:240px;background:#ffffff14;border:1px solid rgba(255,255,255,.16);border-radius:28px;padding:2rem;color:#f8fafc;display:flex;flex-direction:column;justify-content:space-between}body.light-theme .testimonial-carousel{background:linear-gradient(180deg,#f8fafcf2,#f1f5f9f2);box-shadow:0 28px 80px #94a3b82e}body.light-theme .testimonial-card{background:#ffffffe6;border:1px solid rgba(148,163,184,.25);color:#0f172a}body.light-theme .testimonial-card p{color:#334155}body.light-theme .testimonial-dot{border-color:#64748bbf}body.light-theme .testimonial-dot.active{background:#f97316f2}.testimonial-card{position:relative;min-height:260px;background:#0f172af0;border:1px solid rgba(249,115,22,.16);border-radius:32px;padding:2.5rem 2rem 2rem;display:flex;flex-direction:column;gap:1.5rem;box-shadow:0 28px 60px #0f172a3d}.testimonial-card:before{content:"";position:absolute;top:1.5rem;right:1.5rem;width:80px;height:80px;background:#f973161f;border-radius:50%}.testimonial-quote-mark{font-size:4.5rem;line-height:.8;color:#f97316f2;margin-bottom:-.8rem}.testimonial-card p{font-size:1.1rem;line-height:1.95;margin:0;color:#e2e8f0}.testimonial-author{display:flex;align-items:center;gap:1rem;margin-top:auto}.testimonial-badge{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#f9731629;color:#f59e0b;font-weight:700;font-size:1.25rem}.testimonial-author strong{display:block;color:#f8fafc;font-size:1rem}.testimonial-author span{color:#e2e8f0b3;font-size:.95rem}body.light-theme .testimonial-card{background:#fffffff5;border-color:#94a3b847;box-shadow:0 28px 60px #94a3b81f}body.light-theme .testimonial-card:before{background:#f9731624}body.light-theme .testimonial-quote-mark{color:#f97316fa}body.light-theme .testimonial-card p,body.light-theme .testimonial-author strong{color:#0f172a}body.light-theme .testimonial-author span{color:#475569}.testimonial-dots{display:flex;justify-content:center;gap:.75rem;margin-top:1.5rem}.testimonial-dot{width:12px;height:12px;border-radius:50%;border:1px solid rgba(248,250,252,.55);background:#ffffff1f;cursor:pointer;transition:all .25s ease}.testimonial-dot:hover{transform:scale(1.1)}.testimonial-dot.active{width:30px;background:#f97316f2;border-color:#f97316f2}@media (max-width: 720px){.testimonial-card{padding:2rem}.testimonial-quote-mark{font-size:3.8rem}}.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin-top:1.5rem}.testimonial-grid .testimonial-card{background:#0f172aeb;border:1px solid rgba(249,115,22,.16);box-shadow:0 28px 60px #0f172a3d;padding:2.5rem 2rem 2rem;border-radius:32px;display:flex;flex-direction:column;gap:1.5rem}body.light-theme .testimonial-grid .testimonial-card{background:#fffffff5;border-color:#94a3b847;box-shadow:0 28px 60px #94a3b81f}@media (max-width: 992px){.testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.testimonial-grid{grid-template-columns:1fr}}
