*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}:root{--bg:#f7f8fc;--surface:#fff;--surface2:#f0f4ff;--border:#e2e8f7;--border2:#c7d4f0;--text:#0f1729;--text2:#3d4f6e;--muted:#7a8ba8;--accent:#2563eb;--accent-l:#eff4ff;--accent-light:#eff4ff;--accent-h:#1d4ed8;--accent2:#f97316;--green:#16a34a;--red:#dc2626;--sh-sm:0 1px 3px #0f172a0f;--sh:0 4px 16px #2563eb14,0 1px 4px #0f172a0f;--sh-lg:0 16px 48px #2563eb1f,0 4px 16px #0f172a14;--sh-xl:0 24px 64px #2563eb29,0 8px 24px #0f172a1a;--r:14px;--r-lg:20px;--r-xl:28px}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Outfit,sans-serif;font-size:15px;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}button{cursor:pointer}.container{max-width:1180px;margin:0 auto;padding:0 20px}.btn{cursor:pointer;white-space:nowrap;border:none;border-radius:99px;justify-content:center;align-items:center;gap:7px;padding:11px 22px;font-size:14px;font-weight:600;line-height:1;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 2px 12px #2563eb4d}.btn-primary:hover{background:var(--accent-h);transform:translateY(-1px)}.btn-orange{background:var(--accent2);color:#fff}.btn-orange:hover{background:#ea6c0a;transform:translateY(-1px)}.btn-outline{color:var(--accent);border:1.5px solid var(--accent);background:0 0}.btn-outline:hover{background:var(--accent-l)}.btn-ghost{color:var(--text2);border:1.5px solid var(--border2);background:0 0}.btn-ghost:hover{background:var(--surface2);border-color:var(--accent);color:var(--accent)}.btn-danger{color:var(--red);background:#fff0f0;border:1.5px solid #fecaca}.btn-sm{padding:8px 16px;font-size:13px}.btn-lg{padding:14px 32px;font-size:16px}.btn-xl{border-radius:16px;padding:17px 40px;font-size:17px}.form-group{margin-bottom:20px}.form-label{color:var(--text2);margin-bottom:7px;font-size:13px;font-weight:600;display:block}.form-input,.form-textarea,.form-select{background:var(--bg);border:1.5px solid var(--border);width:100%;color:var(--text);border-radius:10px;outline:none;padding:12px 16px;font-size:14px;transition:border-color .2s,box-shadow .2s}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2563eb1a}.form-input.error,.form-textarea.error{border-color:var(--red)}.form-textarea{resize:vertical;min-height:100px;line-height:1.6}.form-error{color:var(--red);margin-top:4px;font-size:12px}.form-hint{color:var(--muted);margin-top:5px;font-size:12px}.navbar{z-index:1000;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#f7f8fceb;transition:all .3s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{box-shadow:var(--sh);background:#fffffff7}.nav-inner{justify-content:space-between;align-items:center;gap:16px;max-width:1180px;height:62px;margin:0 auto;padding:0 20px;display:flex}.nav-logo{cursor:pointer;-webkit-tap-highlight-color:transparent;flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.nav-logo-mark{background:linear-gradient(135deg,var(--accent),#3b82f6);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:19px;display:flex}.nav-logo-text{color:var(--text);font-size:18px;font-weight:800}.nav-logo-text span{color:var(--accent)}.nav-logo-sub{color:var(--muted);letter-spacing:.04em;white-space:nowrap;margin-top:-2px;font-size:10px}.nav-links{align-items:center;gap:2px;display:flex}.nav-link{color:var(--text2);white-space:nowrap;background:0 0;border:none;border-radius:10px;padding:7px 14px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.nav-link:hover,.nav-link.active{color:var(--accent);background:var(--accent-l)}.nav-right{flex-shrink:0;align-items:center;gap:10px;display:flex}.section{padding:72px 0}.section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:10px;font-size:12px;font-weight:700}.section-title{color:var(--text);margin-bottom:10px;font-size:clamp(26px,4vw,40px);font-weight:800;line-height:1.15}.section-sub{color:var(--muted);max-width:520px;font-size:16px;line-height:1.7}.section-header{margin-bottom:44px}.page-header{background:linear-gradient(160deg,#f0f5ff,#f7f8fc);padding:108px 0 48px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(248px,1fr));align-content:start;gap:22px;display:grid}.prod-card{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--r-lg);cursor:pointer;transition:all .25s;overflow:hidden}.prod-card:hover{box-shadow:var(--sh-xl);border-color:#2563eb40;transform:translateY(-5px)}.prod-card-img{height:Spx;background:#f0f4ff;position:relative;overflow:hidden}.prod-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.prod-card:hover .prod-card-img img{transform:scale(1.08)}.prod-card-img-placeholder{background:var(--accent-l);justify-content:center;align-items:center;width:100%;height:100%;font-size:56px;display:flex}.prod-card-body{padding:16px 18px 18px}.prod-cat-tag{color:var(--accent);letter-spacing:.04em;text-transform:uppercase;margin-bottom:7px;font-size:11px;font-weight:600}.prod-card-title{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:7px;font-size:15px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.prod-card-desc{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:14px;font-size:13px;line-height:1.55;display:-webkit-box;overflow:hidden}.prod-card-footer{gap:8px;display:flex}.prod-card-footer .btn{flex:1;padding:9px 12px;font-size:13px}.cat-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;display:grid}.cat-card{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--r-lg);cursor:pointer;flex-direction:column;align-items:flex-start;gap:10px;padding:24px 20px;transition:all .22s;display:flex}.cat-card:hover{border-color:var(--accent);box-shadow:var(--sh-lg);transform:translateY(-4px)}.cat-icon-wrap{background:var(--accent-l);border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;font-size:26px;display:flex}.cat-name{color:var(--text);font-size:15px;font-weight:700}.cat-count{color:var(--muted);font-size:12px}.cpf-pill-bar{flex-wrap:wrap;align-items:center;gap:8px;padding:18px 0 4px;display:flex}.cpf-pill{border:1.5px solid var(--border);color:var(--text2);cursor:pointer;white-space:nowrap;background:#fff;border-radius:99px;flex-shrink:0;align-items:center;gap:6px;padding:8px 18px;font-size:13.5px;font-weight:600;transition:all .18s;display:inline-flex}.cpf-pill:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-l)}.cpf-pill.active{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 3px 12px #2563eb4d}.cpf-pill-count{opacity:.75;background:#ffffff40;border-radius:99px;padding:1px 6px;font-size:11px;font-weight:700}.pf-wrap{border:1.5px solid var(--border);background:#fff;border-radius:20px;margin:28px 0 24px;overflow:hidden;box-shadow:0 2px 16px #0f172a12}.pf-bar{flex-wrap:nowrap;align-items:center;gap:10px;padding:14px 20px;display:flex}.pf-search-wrap{flex:1;min-width:0;position:relative}.pf-search-icon{color:var(--muted);pointer-events:none;font-size:15px;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.pf-search{border:1.5px solid var(--border);width:100%;height:42px;color:var(--text);background:var(--bg);border-radius:12px;outline:none;padding:0 14px 0 38px;font-size:14px;transition:border-color .18s}.pf-search:focus{border-color:var(--accent)}.pf-search::placeholder{color:var(--muted)}.pf-select-wrap{flex-shrink:0;align-items:center;display:flex;position:relative}.pf-select-icon{pointer-events:none;z-index:1;font-size:14px;position:absolute;left:10px}.pf-select{border:1.5px solid var(--border);height:42px;color:var(--text);background:var(--bg);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%237a8ba8' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 9px center;background-repeat:no-repeat;background-color:var(--bg);border-radius:12px;outline:none;min-width:136px;padding:0 30px;font-size:13.5px;transition:border-color .18s}.pf-select:focus{border-color:var(--accent)}.pf-clear{border:1.5px solid var(--border);height:42px;color:var(--muted);white-space:nowrap;background:0 0;border-radius:12px;flex-shrink:0;align-items:center;gap:5px;padding:0 16px;font-size:13px;font-weight:600;transition:all .18s;display:inline-flex}.pf-clear:hover{border-color:var(--red);color:var(--red);background:#fff5f5}.pf-results{border-top:1px solid var(--border);align-items:center;padding:10px 20px 14px;display:flex}.pf-count{color:var(--text2);font-size:13.5px;font-weight:600}.pf-count strong{color:var(--accent)}.empty-state{text-align:center;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;min-height:320px;padding:60px 20px;display:flex}.empty-state-icon{margin-bottom:16px;font-size:52px;line-height:1;display:block}.empty-state h3{color:var(--text2);margin:0 0 8px;font-size:19px;font-weight:800}.empty-state p{max-width:300px;margin:0;font-size:14px;line-height:1.6}.stats-strip{background:var(--accent);padding:44px 0}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.stat-num{color:#fff;font-size:clamp(28px,4vw,40px);font-weight:900}.stat-label{color:#ffffffbf;margin-top:4px;font-size:13px}.hero{background:linear-gradient(160deg,#f0f5ff 0%,#f7f8fc 55%,#fff9f5 100%);padding:130px 0 80px;position:relative;overflow:hidden}.hero-dots{pointer-events:none;opacity:.5;background-image:radial-gradient(circle,#2563eb1a 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.hero-inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid;position:relative}.hero-eyebrow{border:1.5px solid var(--border2);color:var(--text2);box-shadow:var(--sh-sm);background:#fff;border-radius:99px;align-items:center;gap:8px;margin-bottom:22px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-flex}.hero-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s infinite pulse}.hero-h1{letter-spacing:-.02em;margin-bottom:18px;font-size:clamp(36px,5.5vw,62px);font-weight:900;line-height:1.05}.hero-h1 em{color:var(--accent);font-style:italic;font-weight:600}.hero-sub{color:var(--text2);max-width:460px;margin-bottom:36px;font-size:17px;line-height:1.75}.hero-btns{flex-wrap:wrap;gap:12px;margin-bottom:44px;display:flex}.hero-proof{align-items:center;gap:16px;display:flex}.hero-avatars{display:flex}.hero-avatar{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:2.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin-left:-10px;font-size:14px;display:flex}.hero-avatar:first-child{margin-left:0}.proof-text{color:var(--muted);font-size:13px;line-height:1.5}.proof-text strong{color:var(--text);font-weight:700}.hero-right-col{justify-content:center;align-items:center;display:flex}.hero-cards{width:100%;max-width:440px;height:460px;position:relative}.hcard{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);z-index:1;transition:transform .28s;position:absolute;overflow:hidden;box-shadow:0 8px 32px #0f172a1a}.hcard:hover{z-index:2;transform:translateY(-5px)}.hcard-big1,.hcard-big2{width:204px}.hcard-big1 img,.hcard-big2 img{object-fit:cover;width:100%;height:140px;display:block}.hcard-big1 .hcard-body,.hcard-big2 .hcard-body{padding:12px 14px}.hcard-s1,.hcard-s2{width:160px}.hcard-s1 img,.hcard-s2 img{object-fit:cover;width:100%;height:100px;display:block}.hcard-s1 .hcard-body,.hcard-s2 .hcard-body{padding:10px 12px}.hcard-big1{animation:5s ease-in-out infinite floatA;top:0;left:0}.hcard-s1{animation:5.2s ease-in-out .6s infinite floatB;top:0;right:0}.hcard-s2{animation:5.4s ease-in-out 1.2s infinite floatC;bottom:0;left:0}.hcard-big2{animation:5.2s ease-in-out 1.8s infinite floatB;bottom:0;right:0}.hcard-name{white-space:nowrap;text-overflow:ellipsis;color:var(--text);margin-bottom:3px;font-size:12.5px;font-weight:700;overflow:hidden}.hcard-tag-pill{background:var(--accent-l);color:var(--accent);border-radius:99px;align-items:center;padding:2px 7px;font-size:10px;font-weight:700;display:inline-flex}.hero-mobile-cards,.hero-carousel-dots{display:none}.admin-tabs{border-bottom:2px solid var(--border);gap:0;margin-bottom:32px;display:flex}.admin-tab{color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s}.admin-tab.active{color:var(--accent);border-bottom-color:var(--accent)}.form-wrap{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--sh);padding:36px}.form-title{align-items:center;gap:10px;margin-bottom:24px;font-size:20px;font-weight:800;display:flex}.admin-list{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--sh);overflow:hidden}.admin-list-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.admin-list-head h3{font-size:16px;font-weight:700}.admin-list-item{border-bottom:1px solid var(--border);align-items:center;gap:16px;padding:16px 24px;transition:background .15s;display:flex}.admin-list-item:last-child{border-bottom:none}.admin-list-item:hover{background:var(--surface2)}.admin-item-img{background:var(--accent-l);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;display:flex;overflow:hidden}.admin-item-img img{object-fit:cover;width:100%;height:100%}.admin-item-info{flex:1;min-width:0}.admin-item-name{white-space:nowrap;text-overflow:ellipsis;margin-bottom:3px;font-size:14px;font-weight:600;overflow:hidden}.admin-item-meta{color:var(--muted);font-size:12px}.admin-item-actions{flex-shrink:0;gap:8px;display:flex}.img-upload-zone{border:2px dashed var(--border2);text-align:center;cursor:pointer;background:var(--bg);border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:120px;padding:24px;transition:border-color .2s;display:flex}.img-upload-zone:hover,.img-upload-zone.drag{border-color:var(--accent);background:var(--accent-l)}.img-thumbs{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.img-thumb{border:2px solid var(--border);border-radius:10px;width:72px;height:72px;position:relative;overflow:hidden}.img-thumb img{object-fit:cover;width:100%;height:100%}.img-thumb-rm{color:#fff;cursor:pointer;background:#0f172ab3;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:10px;display:flex;position:absolute;top:2px;right:2px}.img-thumb-main{background:var(--accent);color:#fff;border-radius:99px;padding:1px 4px;font-size:8px;font-weight:700;position:absolute;bottom:2px;left:2px}.analytics-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:28px;display:grid}.stat-card{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--sh-sm);padding:24px}.stat-card-icon{border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:14px;font-size:22px;display:flex}.stat-card-val{color:var(--text);font-size:34px;font-weight:900;line-height:1}.stat-card-lbl{color:var(--muted);margin-top:6px;font-size:13px}.analytics-table-wrap{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--sh-sm);margin-bottom:28px;overflow:hidden}.analytics-table-head{border-bottom:1px solid var(--border);padding:18px 24px}.analytics-table-head h3{font-size:16px;font-weight:700}table{border-collapse:collapse;width:100%}th{text-align:left;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);background:var(--bg);border-bottom:1px solid var(--border);padding:12px 20px;font-size:12px;font-weight:700}td{border-bottom:1px solid var(--border);padding:14px 20px;font-size:14px}tr:last-child td{border-bottom:none}tr:hover td{background:var(--surface2)}.visits-chart{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--r-lg);margin-bottom:28px;padding:24px}.visits-chart h3{margin-bottom:20px;font-size:16px;font-weight:700}.chart-bars{align-items:flex-end;gap:8px;height:140px;display:flex;overflow:hidden}.chart-bar-wrap{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:4px;height:100%;display:flex}.chart-bar{background:var(--accent);opacity:.8;border-radius:6px 6px 0 0;flex-shrink:0;width:100%;min-height:3px;transition:height .4s}.chart-bar:hover{opacity:1}.chart-bar-lbl{color:var(--muted);white-space:nowrap;flex-shrink:0;font-size:10px}.chart-bar-val{color:var(--accent);flex-shrink:0;min-height:14px;font-size:10px;font-weight:700}.detail-gallery-main{border-radius:var(--r-xl);background:var(--accent-l);box-shadow:var(--sh-lg);cursor:zoom-in;aspect-ratio:1;max-height:440px;overflow:hidden}.detail-gallery-main img{object-fit:cover;width:100%;height:100%}.detail-gallery-thumbs{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.detail-gallery-thumb{border:2px solid var(--border);cursor:pointer;border-radius:10px;width:72px;height:72px;transition:border-color .18s;overflow:hidden}.detail-gallery-thumb.active,.detail-gallery-thumb:hover{border-color:var(--accent)}.detail-gallery-thumb img{object-fit:cover;width:100%;height:100%}.toast{background:var(--text);color:#fff;box-shadow:var(--sh-xl);border-radius:12px;max-width:340px;padding:13px 20px;font-size:14px;font-weight:500;animation:.3s slideUp}.toast.success{background:#16a34a}.toast.error{background:var(--red)}.modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border-radius:var(--r-xl);width:100%;max-width:400px;box-shadow:var(--sh-xl);padding:40px;position:relative}.modal-close{background:var(--surface2);cursor:pointer;width:32px;height:32px;color:var(--muted);border:none;border-radius:8px;justify-content:center;align-items:center;font-size:16px;display:flex;position:absolute;top:16px;right:16px}.modal-close:hover{background:var(--border);color:var(--text)}.modal-icon{background:var(--accent-l);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 20px;font-size:28px;display:flex}.modal h2{text-align:center;margin-bottom:6px;font-size:22px;font-weight:800}.modal p{color:var(--muted);text-align:center;margin-bottom:28px;font-size:14px}.modal-error{color:var(--red);background:#fff0f0;border:1px solid #fecaca;border-radius:10px;margin-bottom:14px;padding:10px 14px;font-size:13px}footer{background:var(--text);color:#fff;padding:52px 0 24px}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:40px;margin-bottom:40px;display:grid}.footer-logo-text{margin-bottom:12px;font-size:20px;font-weight:800}.footer-logo-text span{color:#60a5fa}.footer-desc{color:#ffffff8c;margin-bottom:18px;font-size:14px;line-height:1.75}.footer-heading{letter-spacing:.08em;text-transform:uppercase;color:#fff6;margin-bottom:14px;font-size:12px;font-weight:700}.footer-link{color:#fff9;cursor:pointer;background:0 0;border:none;margin-bottom:10px;padding:0;font-size:14px;text-decoration:none;transition:color .2s;display:block}.footer-link:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;padding-top:22px;display:flex}.footer-bottom p{color:#fff6;font-size:13px}.footer-affiliate{color:#ffffff47;max-width:560px;margin-top:6px;font-size:11px;line-height:1.6}.footer-social{gap:10px;margin-top:16px;display:flex}.f-social-btn{cursor:pointer;background:#ffffff1a;border:1px solid #ffffff1f;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:all .2s;display:flex}.f-social-btn:hover{background:#fff3;transform:translateY(-2px)}.badge{border-radius:99px;align-items:center;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.badge-blue{background:var(--accent-l);color:var(--accent)}@keyframes floatA{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes floatB{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes floatC{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=900px){.hero-inner{grid-template-columns:1fr;gap:32px}.hero-right-col{display:none}}@media (width<=768px){html,body{overflow-x:hidden}.container{width:100%;padding-left:16px;padding-right:16px}.nav-inner{height:58px;padding:0 14px}.nav-links{display:none}.nav-right{gap:8px}.nav-right .btn-ghost,.nav-right .btn-outline{display:none}.nav-right .btn-sm{white-space:nowrap;border-radius:12px;padding:8px 12px;font-size:11px}.brand-title{font-size:22px}.brand-sub{font-size:10px}.hero{padding:82px 0 40px;overflow:hidden}.hero-inner{flex-direction:column;gap:26px;width:100%;display:flex}.hero-left-col{width:100%}.hero-eyebrow{width:max-content;margin-bottom:18px;padding:6px 12px;font-size:11px}.hero-h1{letter-spacing:-.03em;word-break:break-word;margin-bottom:18px;font-size:clamp(32px,10vw,42px);line-height:1.03}.hero-sub{max-width:100%;margin-bottom:24px;font-size:15px;line-height:1.8}.hero-btns{flex-direction:column;gap:12px;margin-bottom:22px;display:flex}.hero-btns .btn-xl{border-radius:18px;justify-content:center;width:100%;padding:15px 18px;font-size:15px}.hero-proof{flex-wrap:wrap;gap:10px}.hero-avatar{width:32px;height:32px;font-size:12px}.proof-text{font-size:11px;line-height:1.45}.hero-mobile-cards,.hero-carousel-dots{display:none!important}.hero-showcase{display:contents}.hero-right-col{grid-template-columns:1fr 1fr;gap:14px;width:100%;margin-top:6px;display:grid!important}.showcase-card{border-radius:22px;overflow:hidden}.showcase-img{object-fit:cover;width:100%;height:100%;display:block}.showcase-overlay{padding:14px}.showcase-title{font-size:15px;line-height:1.3}.showcase-tag{font-size:10px}.section{padding:44px 0}.section-header{margin-bottom:26px}.section-title{font-size:clamp(26px,8vw,34px);line-height:1.08}.section-sub{font-size:14px;line-height:1.7}.page-header{padding:82px 0 36px}.products-grid{grid-template-columns:1fr 1fr;gap:14px}.product-card{border-radius:22px}.product-content{padding:14px}.product-title{font-size:15px;line-height:1.35}.product-desc{font-size:12px;line-height:1.55}.cat-grid{grid-template-columns:1fr 1fr;gap:12px}.cat-card{border-radius:22px;padding:18px}.pf-bar{flex-wrap:wrap;gap:10px;padding:14px}.pf-search-wrap{order:-1;width:100%;min-width:100%}.pf-select-wrap{flex:1;min-width:calc(50% - 5px)}.pf-select{width:100%;min-width:0;font-size:13px}.analytics-grid,.stats-grid{grid-template-columns:1fr 1fr;gap:12px}.stats-strip{padding:34px 0}.table-wrap{overflow-x:auto}table{min-width:650px}th,td{padding:11px 12px;font-size:13px}.footer-grid{grid-template-columns:1fr;gap:26px}.footer-bottom{text-align:center;flex-direction:column;gap:10px}.form-wrap{padding:18px}.detail-gallery-main{max-height:300px}}@media (width<=480px){.container{padding:0 14px}.products-grid,.analytics-grid{grid-template-columns:1fr}.hero-h1{font-size:26px}.hero-btns{flex-direction:column}.hero-btns .btn{justify-content:center;width:100%}.nav-right .btn-sm:not(:last-child){display:none}}.product-footer-minimal{border-top:1px solid #ffffff12;justify-content:space-between;align-items:flex-start;gap:20px;padding:26px 0 28px;display:flex}.product-footer-left{flex-direction:column;gap:4px;display:flex}.product-footer-copy{color:#ffffffc7;margin:0;font-size:13px;font-weight:600;line-height:1.3}.product-footer-sub{color:#ffffff4d;margin:0;font-size:11px;line-height:1.35}.product-footer-right{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.product-footer-top{align-items:center;gap:7px;display:flex}.product-footer-fire{font-size:18px;line-height:1}.product-footer-title{color:#fff;font-size:14px;font-weight:800;line-height:1.15}.product-footer-desc{color:#ffffff61;margin:0;font-size:12px;line-height:1.4}.product-footer-links{align-items:center;gap:8px;margin-top:1px;display:flex}.product-footer-link{color:#ffffff9e;cursor:pointer;background:0 0;border:none;padding:0;font-family:Outfit,sans-serif;font-size:12px;font-weight:700;transition:color .18s}.product-footer-link:hover{color:#fff}.product-footer-dot{color:#ffffff24;font-size:10px}@media (width<=768px){.product-footer-minimal{flex-direction:column;gap:14px;padding:18px 0 20px}.product-footer-copy{font-size:12px}.product-footer-sub{font-size:10px}.product-footer-title{font-size:13px}.product-footer-desc,.product-footer-link{font-size:11px}}.about-footer-minimal{border-top:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:20px;padding:26px 0 28px;display:flex}.about-footer-copy{color:#ffffffc7;margin:0;font-size:13px;font-weight:600;line-height:1.3}.about-footer-home{color:#ffffffb8;cursor:pointer;background:0 0;border:none;padding:0;font-family:Outfit,sans-serif;font-size:13px;font-weight:600;transition:color .18s}.about-footer-home:hover{color:#fff}@media (width<=768px){.about-footer-minimal{gap:12px;padding:18px 0 20px}.about-footer-copy,.about-footer-home{font-size:12px}.about-footer-right{margin-left:auto}}.about-footer-minimal{justify-content:space-between;align-items:center;gap:16px;display:flex}.about-footer-right{margin-left:auto}.about-feature-card{text-align:center;background:#fff;border:1px solid #e6ebf5;border-radius:18px;padding:26px 22px;transition:all .2s}.about-feature-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0f172a0f}.about-feature-icon{margin-bottom:14px;font-size:30px}.about-feature-title{margin-bottom:10px;font-size:16px;font-weight:800}.about-feature-text{color:var(--muted);font-size:13px;line-height:1.7}@media (width<=768px){.about-feature-card{padding:22px 18px}.about-feature-title{font-size:15px}.about-feature-text{font-size:12px}}.hero-inner{grid-template-columns:1.1fr .9fr;align-items:center;gap:48px;display:grid}.hero-showcase{height:560px;position:relative}.showcase-card{cursor:pointer;background:#fff;border-radius:28px;transition:all .35s;position:absolute;overflow:hidden;box-shadow:0 25px 60px #2563eb2e}.showcase-card:hover{transform:translateY(-6px)scale(1.02)}.showcase-img{object-fit:cover;width:100%;height:100%;display:block}.showcase-overlay{background:linear-gradient(#0000001f,#000000b8);flex-direction:column;justify-content:flex-end;padding:24px;display:flex;position:absolute;inset:0}.showcase-tag{color:#fff;margin-bottom:10px;font-size:13px;font-weight:600}.showcase-title{color:#fff;font-size:24px;font-weight:700;line-height:1.2}.showcase-1{width:260px;height:340px;top:0;left:0}.showcase-2{width:240px;height:300px;top:40px;right:0}.showcase-3{width:220px;height:260px;bottom:0;left:40px}.showcase-4{width:240px;height:300px;bottom:20px;right:20px}@media (width<=980px){.hero-inner{grid-template-columns:1fr}.hero-showcase{display:none}}@media (width<=768px){.nav-inner{gap:10px;height:62px;padding:0 12px}.nav-links{display:none}.nav-logo{gap:8px}.nav-logo-mark{border-radius:10px;width:32px;height:32px;font-size:16px}.nav-logo-text{font-size:17px;line-height:1}.nav-logo-sub{display:none}.nav-right{gap:8px}.nav-right .btn-ghost,.nav-right .btn-primary{display:none}.nav-right .btn-sm{white-space:nowrap;border-radius:999px;min-height:36px;padding:7px 12px;font-size:11px}.mobile-menu-btn{width:36px;height:36px;color:var(--text);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;display:flex}}.mobile-bottom-nav{display:none}@media (width<=768px){body{padding-bottom:78px}.mobile-bottom-nav{-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--border);z-index:9999;background:#fffffff5;justify-content:space-around;align-items:center;height:68px;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-bottom-link{height:100%;color:var(--muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;font-size:10px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.mobile-bottom-link.active{color:var(--accent)}.mobile-bottom-icon{font-size:18px;line-height:1}.product-footer-minimal{gap:28px;text-align:center!important;flex-direction:column-reverse!important;align-items:center!important}.product-footer-left,.product-footer-right{text-align:center;width:100%}.product-footer-top{justify-content:center}.product-footer-links{flex-wrap:wrap;justify-content:center}.product-footer-copy,.product-footer-sub,.product-footer-desc{text-align:center}.product-footer-right{flex-direction:column;justify-content:center;align-items:center;display:flex}.product-footer-title,.product-footer-desc{text-align:center;margin-left:auto;margin-right:auto}.footer-grid{flex-wrap:wrap;justify-content:space-between;gap:24px;display:flex!important}.footer-brand{width:100%;margin-bottom:10px}.footer-links{width:45%}.footer-bottom{text-align:center}.made-india{justify-content:center;align-items:center;width:fit-content;margin:16px auto 0;display:flex;margin:18px auto 0!important}.footer-bottom{flex-direction:column;justify-content:center;align-items:center;display:flex}.hero-showcase,.hero-right{margin-top:28px;overflow:hidden;width:100%!important;max-width:100%!important}.showcase-grid{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:14px;padding:8px 16px 18px;overflow:auto hidden;flex-direction:row!important;display:flex!important}.showcase-grid::-webkit-scrollbar{display:none}.showcase-card{scroll-snap-align:center;border-radius:22px;flex:0 0 170px;overflow:hidden;width:170px!important;min-width:170px!important;max-width:170px!important;position:relative!important;inset:auto!important;transform:none!important}.showcase-content{padding:12px}.showcase-title{font-size:15px;line-height:1.3}.hero-showcase{width:100%!important;height:560px!important;position:relative!important;overflow:hidden!important}.hero-right-col{width:100%!important;height:100%!important;position:relative!important}.showcase-card{width:160px!important;max-width:160px!important;margin:0!important;position:absolute!important;transform:none!important}.hero-card-1{top:0!important;left:0!important}.hero-card-2{top:40px!important;right:0!important}.hero-card-3{top:240px!important;left:0!important}.hero-card-4{top:300px!important;right:0!important}.showcase-card img{object-fit:cover!important;width:100%!important;height:120px!important;display:block!important}}.mobile-only{display:none}.desktop-only{display:block}@media (width<=768px){.desktop-only{display:none!important}.mobile-only{display:block!important}.hero-mobile-cards{grid-template-columns:1fr 1fr;gap:18px;margin-top:18px;display:grid!important}.hero-mobile-card{border:1px solid var(--border);background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 10px 30px #2563eb14}.hero-mobile-card:nth-child(2n){margin-top:26px}.hero-mobile-card-img-wrap{height:120px;overflow:hidden}.hero-mobile-card img{object-fit:cover;width:100%;height:100%;display:block}.hero-mobile-card-body{padding:12px}.hero-carousel-dots{justify-content:center;gap:6px;margin-top:10px;display:flex}.hero-carousel-dot{background:#cbd5e1;border-radius:999px;width:7px;height:7px}.hero-carousel-dot.active{background:var(--accent);width:20px}.hero-right-col{justify-content:center;width:100%;margin-top:20px;display:flex!important}.hero-cards{width:100%;max-width:100%;height:420px;padding:0 10px}.hcard-big1,.hcard-big2{width:48%}.hcard-s1,.hcard-s2{width:40%}.hcard-big1 img,.hcard-big2 img{height:120px}.hcard-s1 img,.hcard-s2 img{height:90px}}.mobile-action-buttons{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--border);z-index:999;background:#fffffff5;flex-wrap:wrap;justify-content:center;gap:10px;padding:10px 14px;display:flex;position:fixed;bottom:72px;left:0;right:0}.mobile-action-buttons .btn{border-radius:999px;height:42px}@media (width<=768px){.admin-mobile-stack{flex-direction:column!important;gap:18px!important;width:100%!important;display:flex!important}.form-wrap,.admin-list{width:100%!important;max-width:100%!important;margin:0 auto!important}}
