:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;background:#f0f5ff;color:#1e293b}img,svg{display:block;max-width:100%}:root{color-scheme:light dark;--bg-page: #f0f5ff;--bg-surface: #ffffff;--bg-surface-alt: #f8faff;--bg-header: rgba(255, 255, 255, .92);--bg-chip: #f0f5ff;--bg-close: #f1f5f9;--bg-gallery: linear-gradient(145deg, #e0e7ff, #dbeafe);--text: #1e293b;--text-heading: #0f172a;--text-sub: #334155;--text-muted: #64748b;--border: #e2e8f0;--border-light: #dbeafe;--border-input: #cbd5e1;--accent: #2563eb;--accent-dark: #1d4ed8;--accent-hover: #dbeafe;--accent-link: #2563eb;--btn-bg: #ffffff;--btn-color: #1e3a8a;--btn-hover: #dbeafe;--close-hover-bg: #fee2e2;--close-hover-color: #dc2626;--footer-bg: #0f172a;--footer-text: #94a3b8;--footer-strong: #e2e8f0;--footer-dim: #64748b;--footer-border: #1e293b;--footer-copy: #475569}@media(prefers-color-scheme:dark){:root{--bg-page: #0b1120;--bg-surface: #1a2332;--bg-surface-alt: #151e2d;--bg-header: rgba(11, 17, 32, .94);--bg-chip: #151e2d;--bg-close: #2a3444;--bg-gallery: linear-gradient(145deg, #1a2540, #162032);--text: #e2e8f0;--text-heading: #f1f5f9;--text-sub: #cbd5e1;--text-muted: #94a3b8;--border: #2a3444;--border-light: #1e3050;--border-input: #3a4555;--accent: #3b82f6;--accent-dark: #60a5fa;--accent-hover: #1e3050;--accent-link: #60a5fa;--btn-bg: #1a2332;--btn-color: #93c5fd;--btn-hover: #2a3444;--close-hover-bg: #3b1515;--close-hover-color: #f87171;--footer-bg: #070c16;--footer-text: #94a3b8;--footer-strong: #e2e8f0;--footer-dim: #64748b;--footer-border: #151e2d;--footer-copy: #475569}}.site{color:var(--text);min-height:100vh;background:var(--bg-page)}.container{width:min(1160px,calc(100% - 2rem));margin:0 auto}.header{background:var(--bg-header);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-light);position:sticky;top:0;z-index:50}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:68px}.logo-area{display:flex;align-items:center;gap:.65rem;text-decoration:none;color:var(--text-heading)}.logo-img{width:56px;height:56px;object-fit:contain;border-radius:12px}.logo-text{font-family:Poppins,sans-serif;font-size:1.1rem;color:var(--text-sub);letter-spacing:-.02em;line-height:1.2}.logo-text strong{display:block;color:var(--accent-dark);font-weight:800;font-size:1.18rem;letter-spacing:-.01em}.mobile-menu-btn{display:none;border:1px solid var(--border-input);background:var(--bg-surface);border-radius:10px;width:40px;height:40px;font-size:1.2rem;cursor:pointer;color:var(--text)}.header-right{display:flex;align-items:center;gap:1.2rem}.nav{display:flex;gap:.15rem}.nav a{color:var(--text-sub);text-decoration:none;font-weight:600;font-size:.92rem;padding:.5rem .85rem;border-radius:10px;transition:background .16s,color .16s}.nav a:hover{background:var(--accent-hover);color:var(--accent-dark)}.social-bubbles{display:flex;gap:.45rem}.social-bubble{width:36px;height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .16s,box-shadow .16s}.social-bubble svg{width:18px;height:18px}.social-bubble.ig{background:linear-gradient(135deg,#f9ce34,#ee2a7b,#6228d7);color:#fff}.social-bubble.fb{background:#1877f2;color:#fff}.social-bubble.wa{background:#25d366;color:#fff}.social-bubble:hover{transform:scale(1.12);box-shadow:0 6px 16px -6px #00000040}.hero{background:linear-gradient(155deg,#1e3a8a,#2563eb,#3b82f6);color:#fff;padding:5rem 0 4rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;width:600px;height:600px;border-radius:999px;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);top:-200px;right:-100px;pointer-events:none}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem;align-items:center}.hero-badge{display:inline-block;background:#ffffff26;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.25);padding:.4rem 1rem;border-radius:999px;font-size:.82rem;font-weight:700;margin-bottom:1.2rem;letter-spacing:.02em}.hero-copy h1{font-size:clamp(2rem,4.5vw,3.2rem);line-height:1.12;font-weight:800;margin:0}.hero-copy h1 em{font-style:normal;color:#93c5fd}.hero-copy p{margin:1.2rem 0 0;max-width:540px;color:#ffffffd1;font-size:1.05rem;line-height:1.6}.hero-actions{display:flex;gap:.75rem;margin-top:1.8rem;flex-wrap:wrap}.hero-visual{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.hero-stat{background:#ffffff1f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.18);border-radius:16px;padding:1.4rem 1rem;text-align:center}.hero-stat strong{display:block;font-size:1.8rem;font-weight:800}.hero-stat span{font-size:.82rem;color:#ffffffb3}.hero-stat.s3{grid-column:1 / -1}h1,h2,h3,h4{margin:0}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:.78rem 1.4rem;font-weight:700;font-size:.92rem;text-decoration:none;border:none;cursor:pointer;transition:background .18s,transform .12s}.btn:hover{transform:translateY(-1px)}.btn-primary{color:var(--btn-color);background:var(--btn-bg);box-shadow:0 4px 14px -4px #00000026}.btn-primary:hover{background:var(--btn-hover)}.btn-outline{color:#fff;background:transparent;border:2px solid rgba(255,255,255,.4)}.btn-outline:hover{background:#ffffff1f;border-color:#ffffffb3}.section-title{text-align:center;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;margin-bottom:.5rem;color:var(--text-heading)}.section-title span{color:var(--accent)}.section-desc{text-align:center;color:var(--text-muted);max-width:560px;margin:0 auto 2.2rem}.highlights{padding:4.5rem 0;background:var(--bg-surface)}.highlights-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;margin-top:2rem}.highlight-card{background:var(--bg-surface-alt);border:1px solid var(--border-light);border-radius:18px;padding:1.6rem 1.2rem;text-align:center;transition:transform .2s,box-shadow .2s}.highlight-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -20px #2563eb33}.highlight-icon{width:52px;height:52px;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:14px;display:inline-flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff}.highlight-icon svg{width:24px;height:24px}.highlight-card h3{font-size:1.05rem;font-weight:700;margin-bottom:.5rem;color:var(--text-heading)}.highlight-card p{color:var(--text-muted);font-size:.9rem;line-height:1.5;margin:0}.catalog{padding:4.5rem 0;background:var(--bg-page)}.brand-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.brand-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:20px;padding:1.8rem;display:flex;flex-direction:column;gap:1.2rem;transition:transform .2s,box-shadow .2s}.brand-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -16px #2563eb26}.brand-card-header{border-left:4px solid;padding-left:1rem}.brand-card-header h3{font-size:1.4rem;font-weight:800;margin:0 0 .3rem}.brand-card-header p{color:var(--text-muted);font-size:.9rem;margin:0;line-height:1.5}.brand-categories{display:flex;flex-wrap:wrap;gap:.5rem}.brand-cat-chip{display:inline-flex;align-items:center;gap:.3rem;background:var(--bg-chip);border:1px solid var(--border-light);border-radius:20px;padding:.35rem .75rem;font-size:.82rem;font-weight:500;color:var(--text-sub)}.chip-emoji{font-size:1rem}.brand-btn{margin-top:auto;align-self:flex-start}.product-modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.product-modal{background:var(--bg-surface);border-radius:24px;width:100%;max-width:960px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.product-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid var(--border);flex-shrink:0}.product-modal-header h2{font-size:1.4rem;font-weight:700;color:var(--text-heading);margin:0}.product-modal-header h2 span{color:var(--accent)}.modal-close{background:var(--bg-close);border:none;width:40px;height:40px;border-radius:12px;font-size:1.2rem;cursor:pointer;display:grid;place-items:center;color:var(--text-muted);transition:background .2s,color .2s}.modal-close:hover{background:var(--close-hover-bg);color:var(--close-hover-color)}.product-modal-body{overflow-y:auto;padding:1.5rem 2rem 2rem}.modal-category{margin-bottom:2rem}.modal-cat-title{font-size:1.15rem;font-weight:700;color:var(--text-heading);margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.modal-cat-title span{font-size:1.3rem}.modal-subcategory{margin-bottom:1.5rem}.modal-sub-label{font-size:.85rem;font-weight:600;color:var(--text-muted);margin:0 0 .6rem;padding-bottom:.4rem;border-bottom:1px solid var(--border)}.product-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.product-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:18px;padding:1.2rem;text-align:center;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px -12px #2563eb29}.product-img-wrap{height:180px;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.product-img-wrap img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px}.product-name{font-size:.9rem;font-weight:600;color:var(--text);margin:0}.gallery{padding:4.5rem 0;background:var(--bg-surface)}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto auto;gap:1rem}.gallery-item{border-radius:18px;overflow:hidden}.gi-large{grid-column:1 / 3;grid-row:1 / 3}.gi-wide{grid-column:3 / 5}.gallery-placeholder{height:100%;min-height:180px;background:var(--bg-gallery);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;border-radius:18px;transition:transform .2s}.gallery-placeholder:hover{transform:scale(1.02)}.gallery-placeholder span{font-size:2.6rem}.gallery-placeholder p{margin:0;font-weight:600;font-size:.88rem;color:var(--text-sub)}.contact{padding:4.5rem 0;background:var(--bg-page)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:1rem}.contact-info{display:grid;gap:1.4rem;align-content:start}.contact-row{display:flex;gap:.9rem;align-items:flex-start}.contact-icon{width:44px;height:44px;min-width:44px;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.contact-icon svg{width:20px;height:20px}.contact-row strong{display:block;font-size:.92rem;color:var(--text-heading)}.contact-row p{margin:.15rem 0 0;color:var(--text-muted);font-size:.9rem}.contact-row a{color:var(--accent-link);text-decoration:none}.contact-row a:hover{text-decoration:underline}.contact-social{display:flex;gap:.6rem;margin-top:.5rem}.contact-form{display:grid;gap:.75rem}.contact-form input,.contact-form textarea{width:100%;padding:.8rem 1rem;border:1px solid var(--border-input);border-radius:12px;font-size:.92rem;font-family:inherit;background:var(--bg-surface);color:var(--text);outline:none;transition:border-color .16s}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #3b82f626}.contact-form textarea{resize:vertical}.contact-form .btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 6px 18px -6px #2563eb66}.contact-form .btn-primary:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af)}.contact-map{grid-column:1 / -1;margin-top:1rem;border-radius:18px;overflow:hidden;box-shadow:0 12px 32px -12px #2563eb2e}.contact-map iframe{display:block}.footer{background:var(--footer-bg);color:var(--footer-text);padding:3rem 0 0}.footer-inner{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2rem;padding-bottom:2rem;border-bottom:1px solid var(--footer-border)}.footer-brand{display:grid;grid-template-columns:46px 1fr;grid-template-rows:auto auto;column-gap:.75rem;row-gap:.15rem;align-items:center}.footer-logo-img{width:46px;height:46px;object-fit:contain;border-radius:10px;grid-row:1 / 3}.footer-brand strong{color:var(--footer-strong);font-size:1.05rem;align-self:end}.footer-brand p{margin:0;font-size:.88rem;color:var(--footer-dim);align-self:start}.footer-links{display:grid;gap:.45rem;align-content:start}.footer-links h4{color:var(--footer-strong);font-size:.95rem;margin-bottom:.3rem}.footer-links a{color:var(--footer-text);text-decoration:none;font-size:.88rem}.footer-links a:hover{color:#93c5fd}.footer-bottom{padding:1.2rem 0;text-align:center}.footer-bottom p{margin:0;font-size:.82rem;color:var(--footer-copy)}@media(max-width:900px){.mobile-menu-btn{display:flex;align-items:center;justify-content:center}.header-right{display:none;flex-direction:column;width:100%;gap:.8rem;padding:.8rem 0}.header-right.open{display:flex}.header-inner{flex-wrap:wrap}.nav{flex-direction:column;width:100%}.nav a{padding:.7rem .85rem}.social-bubbles{justify-content:center}.hero-grid{grid-template-columns:1fr;text-align:center}.hero-copy p{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-visual{max-width:340px;margin:0 auto}.highlights-grid{grid-template-columns:1fr 1fr}.product-modal{max-width:100%;border-radius:16px}.product-modal-header{padding:1.2rem 1.5rem}.product-modal-body{padding:1.2rem 1.5rem 1.5rem}.product-row{grid-template-columns:repeat(2,1fr);gap:.8rem}.product-img-wrap{height:140px}.gallery-grid{grid-template-columns:1fr 1fr}.gi-large{grid-column:1 / -1;grid-row:auto}.contact-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr;text-align:center}}@media(max-width:580px){.highlights-grid,.gallery-grid,.brand-grid{grid-template-columns:1fr}.product-modal-overlay{padding:.5rem}.product-modal{max-height:95vh;border-radius:12px}.product-modal-header{padding:1rem}.product-modal-header h2{font-size:1.1rem}.product-modal-body{padding:1rem}.product-row{grid-template-columns:1fr 1fr;gap:.6rem}.product-card{padding:.8rem;border-radius:14px}.product-img-wrap{height:110px}.product-name{font-size:.8rem}.hero-visual{grid-template-columns:1fr}.hero-stat.s3{grid-column:auto}}
