:root{--green:#137b2a;--green2:#2f963d;--soft:#eff8e9;--cream:#fbfcf7;--text:#172019;--muted:#68736b;--line:#e5ebe3;--warning:#f4a52c;--danger:#d94141;--blue:#3d78d8;--shadow:0 10px 30px rgba(26,60,30,.08)}
*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--text);background:#f7faf6}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.container{width:min(1440px,calc(100% - 32px));margin:auto}.topbar{height:76px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;position:sticky;top:0;z-index:20}.topbar-inner{display:flex;align-items:center;gap:24px;width:100%}.brand{font-weight:850;font-size:24px;color:var(--green);display:flex;align-items:center;gap:10px;white-space:nowrap}.brand-mark{width:38px;height:38px;border-radius:13px;background:linear-gradient(135deg,#8fd15e,#178032);display:grid;place-items:center;color:white;font-size:22px}.search{flex:1;position:relative}.search input{width:100%;height:46px;border:1px solid var(--line);border-radius:16px;padding:0 44px 0 16px;background:#fff}.top-actions{display:flex;align-items:center;gap:12px}.pill,.btn{border:1px solid var(--line);background:white;border-radius:14px;padding:11px 15px;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.btn-primary{background:var(--green);color:#fff;border-color:var(--green)}.btn-soft{background:var(--soft);color:var(--green)}.hero{margin:24px 0 18px;background:linear-gradient(90deg,#eef5df 0%,#f7f8eb 50%,#d9efbc 100%);border-radius:28px;overflow:hidden;display:grid;grid-template-columns:1.05fr 1fr;min-height:340px;box-shadow:var(--shadow)}.hero-copy{padding:46px}.hero h1{font-size:50px;line-height:1.02;margin:0 0 18px;color:#124b1c}.hero p{font-size:18px;color:#3f4d42;max-width:560px}.hero-img{background:url('https://images.unsplash.com/photo-1540420773420-3366772f4999?auto=format&fit=crop&w=1200&q=85') center/cover}.trust-row,.category-row,.product-grid{display:grid;gap:16px}.trust-row{grid-template-columns:repeat(3,1fr);margin-top:22px}.mini-feature{background:rgba(255,255,255,.74);padding:15px;border-radius:16px}.category-row{grid-template-columns:repeat(5,1fr);margin:18px 0}.category-card,.card{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 4px 16px rgba(19,65,28,.04)}.category-card{padding:18px;text-align:center;font-weight:750}.ai-strip{background:#eff9e9;border:1px solid #cde4c4;border-radius:18px;padding:16px 20px;display:flex;align-items:center;gap:16px;margin:20px 0}.ai-strip input{flex:1;height:44px;border:0;border-radius:12px;padding:0 14px}.section-title{display:flex;justify-content:space-between;align-items:end;margin:20px 0 14px}.section-title h2{margin:0;color:#164f20}.product-grid{grid-template-columns:repeat(7,1fr)}.product-card{padding:10px;min-width:0}.product-card img{width:100%;height:130px;border-radius:14px;object-fit:cover}.badge{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:750;background:#e6f5df;color:var(--green)}.badge.warn{background:#fff1d8;color:#a56500}.badge.danger{background:#ffe4e4;color:#b92f2f}.price{font-size:18px;font-weight:850;margin:8px 0}.layout-admin{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.sidebar{background:#fff;border-right:1px solid var(--line);padding:22px 14px;position:sticky;top:0;height:100vh;overflow:auto}.sidebar .brand{padding:0 10px 18px}.menu a{display:flex;align-items:center;gap:11px;padding:12px 13px;border-radius:12px;color:#263129;margin:2px 0}.menu a.active,.menu a:hover{background:var(--soft);color:var(--green);font-weight:750}.main{padding:24px}.admin-head{display:flex;justify-content:space-between;align-items:center}.admin-head h1{margin:0}.kpis{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin:20px 0}.kpi{padding:18px}.kpi small{color:var(--muted)}.kpi strong{display:block;font-size:24px;margin:8px 0}.grid-3{display:grid;grid-template-columns:1.4fr 1fr .8fr;gap:16px}.grid-2{display:grid;grid-template-columns:1.2fr 1fr;gap:16px}.panel{padding:18px}.panel h3{margin:0 0 16px}.chart{height:220px;display:flex;align-items:end;gap:18px;padding:20px;border-left:1px solid var(--line);border-bottom:1px solid var(--line)}.bar{flex:1;background:linear-gradient(#43a64d,#177b29);border-radius:8px 8px 0 0;min-width:22px;position:relative}.bar span{position:absolute;top:-24px;font-size:12px;width:100%;text-align:center}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:14px}th,td{text-align:left;padding:11px;border-bottom:1px solid var(--line);white-space:nowrap}th{color:var(--muted);font-weight:650}.alert{padding:13px;border-radius:14px;margin-bottom:10px;background:#fff4d9}.alert.red{background:#ffe7e7}.alert.blue{background:#eaf2ff}.login-shell{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#eef8e7,#fff)}.login-card{width:min(430px,calc(100% - 30px));padding:28px}.field{margin:14px 0}.field label{display:block;font-weight:700;margin-bottom:7px}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:13px;padding:13px}.mobile-bottom{display:none}.courier-wrap{max-width:560px;margin:auto;padding:18px}.courier-header{display:flex;justify-content:space-between;align-items:center}.stats4{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.stat-mini{padding:14px}.route-card{background:linear-gradient(135deg,#eff9e9,#fff);border:1px solid #cde4c4;border-radius:22px;padding:18px;margin:16px 0}.mapfake{height:180px;border-radius:16px;background:linear-gradient(135deg,#e8eee8,#d8eef5);position:relative;overflow:hidden}.route-line{position:absolute;left:15%;top:58%;width:65%;height:8px;background:var(--green);transform:rotate(-13deg);border-radius:20px}.order-card{padding:16px;margin-bottom:10px;display:flex;justify-content:space-between;gap:12px}.telegram-chat{max-width:600px;margin:20px auto;background:#eaf4e3;border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.tg-head{background:var(--green);color:white;padding:18px;display:flex;align-items:center;gap:12px}.tg-body{padding:18px;background-color:#eff7e9;background-image:radial-gradient(#d7e8d0 1px,transparent 1px);background-size:18px 18px}.bubble{max-width:82%;padding:14px 16px;border-radius:18px;background:#fff;margin:10px 0;box-shadow:0 3px 10px rgba(35,70,35,.06)}.bubble.me{margin-left:auto;background:#dcf5cb}.tg-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px}.tg-buttons button{padding:13px;border:0;border-radius:12px;background:white;color:#175723;font-weight:700}.tg-buttons .wide{grid-column:1/-1}.tg-summary{background:white;border-radius:16px;padding:14px;margin-top:10px}.muted{color:var(--muted)}
@media(max-width:1100px){.product-grid{grid-template-columns:repeat(4,1fr)}.kpis{grid-template-columns:repeat(3,1fr)}.grid-3{grid-template-columns:1fr}.grid-2{grid-template-columns:1fr}.layout-admin{grid-template-columns:82px 1fr}.sidebar .brand span,.menu span{display:none}.sidebar{padding:18px 10px}.menu a{justify-content:center;font-size:20px}}
@media(max-width:700px){.container{width:min(100% - 20px,640px)}.topbar{height:auto;padding:12px 0}.topbar-inner{flex-wrap:wrap}.brand{font-size:20px}.search{order:3;flex-basis:100%}.top-actions .hide-mobile{display:none}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:25px}.hero h1{font-size:34px}.hero-img{height:230px}.trust-row{grid-template-columns:1fr}.category-row{grid-template-columns:repeat(4,1fr);overflow:auto}.category-card:nth-child(5){display:none}.ai-strip{align-items:stretch;flex-direction:column}.product-grid{display:flex;overflow:auto}.product-card{min-width:170px}.layout-admin{display:block}.sidebar{position:fixed;left:0;right:0;bottom:0;top:auto;height:70px;z-index:30;border-top:1px solid var(--line);padding:6px;background:#fff}.sidebar .brand{display:none}.menu{display:flex;justify-content:space-around}.menu a{display:none}.menu a:nth-child(1),.menu a:nth-child(2),.menu a:nth-child(3),.menu a:nth-child(10),.menu a:nth-child(17){display:flex;font-size:11px;flex-direction:column;gap:3px;padding:7px}.menu span{display:block}.main{padding:16px 12px 90px}.admin-head{align-items:flex-start;gap:10px}.admin-head h1{font-size:24px}.kpis{grid-template-columns:repeat(2,1fr)}.kpi strong{font-size:19px}.stats4{grid-template-columns:repeat(2,1fr)}.courier-wrap{padding-bottom:90px}.mobile-bottom{display:flex;position:fixed;bottom:0;left:0;right:0;height:68px;background:#fff;border-top:1px solid var(--line);justify-content:space-around;align-items:center;z-index:20}.mobile-bottom a{text-align:center;font-size:12px}.order-card{flex-direction:column}.tg-buttons{grid-template-columns:1fr}}
.site-header{height:76px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:22px;padding:0 max(16px,calc((100% - 1380px)/2));position:sticky;top:0;z-index:20}.site-header .header-search{flex:1;display:flex;align-items:center;border:1px solid var(--line);border-radius:16px;padding:0 14px;height:46px}.site-header .header-search input{border:0;outline:0;width:100%}.site-header .header-actions{display:flex;align-items:center;gap:12px}.site-header .header-actions a,.site-header .header-actions button{border:0;background:transparent}.page-title{margin:28px 0 18px}.dashboard-grid{display:grid;gap:18px}.form-card,.card{padding:18px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.form-grid .full{grid-column:1/-1}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.cart-row,.cart-total{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--line)}.cart-total{font-size:18px;border-bottom:0}.mobile-nav{display:none}.alert-success{background:#e8f6e5}.alert-danger{background:#ffe7e7}.btn-outline{border:1px solid var(--green)!important;color:var(--green)}.btn-light{background:#fff}.btn-danger{background:var(--danger);color:#fff}.login-page{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#eef8e7,#fff)}.login-page .login-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}
@media(max-width:700px){.site-header{height:auto;flex-wrap:wrap;padding:12px}.site-header .header-search{order:3;flex-basis:100%}.site-header .header-actions span{display:none}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.dashboard-grid{grid-template-columns:1fr!important}.mobile-nav{display:flex;position:fixed;left:0;right:0;bottom:0;height:68px;background:#fff;border-top:1px solid var(--line);justify-content:space-around;align-items:center;z-index:40}.mobile-nav a{display:flex;flex-direction:column;align-items:center;font-size:12px}.mobile-nav a.active{color:var(--green);font-weight:700}body{padding-bottom:72px}}

/* ===== Public buyer web refresh v1.2 ===== */
body.public-page{background:#f5f7f1}
.public-shell,.public-section{padding-bottom:42px}
.site-header{background:rgba(255,255,255,.96);backdrop-filter:saturate(160%) blur(10px);border-bottom:1px solid #e5eddc;padding:12px 0;height:auto;display:block}
.site-header-inner{width:min(1380px,calc(100% - 32px));margin:0 auto;display:flex;align-items:center;gap:18px}
.site-header .brand{gap:12px;color:#124d1e}
.site-header .brand small{display:block;color:#6f7b70;font-size:12px;font-weight:500}
.site-header .brand-mark{width:44px;height:44px;border-radius:14px;font-size:20px}
.site-header .header-search{background:#f7fbf4;border:1px solid #dbe7d2;border-radius:18px;gap:10px;min-width:0}
.site-header .header-search input{background:transparent}
.site-header .header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.site-header .header-actions .btn{padding:10px 14px}
.location{border:1px solid #d8e2d0;background:#fff;border-radius:14px;padding:10px 14px;color:#234229}
.cart-link{border:1px solid #d8e2d0;background:#fff;border-radius:14px;padding:10px 14px;display:inline-flex;align-items:center;gap:8px}
.cart-link b{min-width:22px;height:22px;border-radius:999px;background:#16752d;color:#fff;display:grid;place-items:center;font-size:12px}
.home-hero{padding:26px 0 12px}
.hero-wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:22px;align-items:stretch}
.hero-copy,.hero-visual{background:#fff;border:1px solid #e1ead9;border-radius:28px;box-shadow:0 10px 32px rgba(18,53,22,.05)}
.hero-copy{padding:38px 34px;background:linear-gradient(135deg,#f4faef 0%,#fbfdf9 100%)}
.hero-kicker{display:inline-flex;padding:8px 12px;border-radius:999px;background:#eaf6e2;color:#166329;font-size:13px;font-weight:700;margin-bottom:14px}
.hero-copy h1{margin:0 0 14px;font-size:50px;line-height:1.04;color:#143c19;max-width:640px}
.hero-copy p{font-size:17px;line-height:1.7;color:#5e6e62;max-width:640px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.btn-lg{padding:14px 20px;font-size:15px}
.hero-points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}
.hero-point{padding:16px;border-radius:18px;background:#fff;border:1px solid #e3ebdb}
.hero-point strong{display:block;font-size:28px;color:#155423;margin-bottom:4px}
.hero-point small{color:#748076}
.hero-visual{padding:18px;display:grid;grid-template-rows:auto 1fr;gap:16px;background:linear-gradient(180deg,#ffffff,#f3f7ef)}
.hero-highlight-card{padding:18px;background:#f8fcf6;border:1px solid #dfead8}
.hero-highlight-card h3{margin:12px 0 10px;color:#173c1d}
.hero-highlight-card ul{margin:0;padding-left:18px;color:#5d6e62;line-height:1.8}
.hero-image{min-height:360px;border-radius:24px;background:url('https://images.unsplash.com/photo-1542838132-92c53300491e?auto=format&fit=crop&w=1400&q=80') center/cover}
.pill.success{background:#e7f5e1;color:#14612c;border:0}
.quick-features{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:10px auto 28px}
.feature-card{padding:22px;display:flex;gap:14px;align-items:flex-start}
.feature-card>span{width:52px;height:52px;border-radius:16px;background:#eef8e9;display:grid;place-items:center;font-size:22px;flex:0 0 auto}
.feature-card h3{margin:0 0 6px;color:#173f1f}
.feature-card p{margin:0;color:#6a776c;line-height:1.6}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:16px}
.section-heading.compact{margin-bottom:14px}
.section-heading h2{margin:0 0 6px;color:#173f1f;font-size:28px}
.section-heading p{margin:0;color:#6c776c}
.section-heading a{font-weight:700;color:#16752d}
.category-section,.product-section,.info-split,.checkout-layout,.status-layout,.account-layout,.account-guest-layout{margin-top:12px}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.category-item{padding:20px;display:flex;flex-direction:column;gap:6px;align-items:flex-start;text-decoration:none;color:#1f3222}
.category-icon{width:56px;height:56px;border-radius:18px;background:#eef7e8;display:grid;place-items:center;font-size:26px}
.category-item small{color:#758076}
.ai-banner{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px;align-items:center;padding:24px 26px;background:linear-gradient(135deg,#eaf6e1,#f7fbf3);border:1px solid #d8e6cf;border-radius:24px;margin:28px auto}
.ai-banner h3{margin:6px 0 8px;font-size:28px;color:#173f1f}
.ai-banner p{margin:0;color:#667266;line-height:1.7}
.ai-banner-form{display:flex;gap:12px}
.ai-banner-form input{flex:1;height:50px;border:1px solid #d9e4d1;border-radius:16px;padding:0 16px;background:#fff}
.product-grid-public{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card-public{overflow:hidden;padding:0}
.product-thumb-wrap{position:relative;padding:12px}
.product-card-public img{width:100%;height:200px;border-radius:18px;object-fit:cover;background:#f4f6f2}
.stock-badge{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:750}
.stock-badge.success{background:#e7f5e1;color:#14612c}.stock-badge.warning{background:#fff4d9;color:#9a6205}.stock-badge.info{background:#eaf2ff;color:#2b5fa8}.stock-badge.danger{background:#ffe7e7;color:#b42c2c}.stock-badge.muted{background:#eff2ef;color:#667466}
.product-thumb-wrap .stock-badge{position:absolute;top:22px;left:22px}
.product-content{padding:0 16px 18px}
.product-category{display:block;color:#16752d;font-weight:700;margin-bottom:8px}
.product-content h3{margin:0 0 8px;font-size:20px;color:#14391a}
.product-meta{margin:0 0 16px;color:#738076;line-height:1.6}
.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}
.product-price{font-size:22px;color:#14391a}
.info-split{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:34px}
.how-it-works,.recent-products,.checkout-main,.summary-card,.support-card,.status-overview-card,.order-items-card,.info-card,.profile-card-public,.order-history-card,.auth-card,.soft-card{padding:22px}
.steps-list{display:grid;gap:14px}
.step-item{display:flex;gap:14px;align-items:flex-start;padding:14px;border-radius:18px;background:#f7faf5;border:1px solid #e3eadc}
.step-item span{width:36px;height:36px;border-radius:12px;background:#16752d;color:#fff;display:grid;place-items:center;font-weight:800;flex:0 0 auto}
.step-item p{margin:4px 0 0;color:#6d796d;line-height:1.6}
.recent-list{display:grid;gap:14px}
.recent-item{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center;padding:12px;border-radius:18px;background:#f7faf5;border:1px solid #e3eadc}
.recent-item img{width:64px;height:64px;border-radius:16px;object-fit:cover}
.recent-item small{display:block;color:#748076;margin-top:4px}
.recent-item span{font-weight:800;color:#14391a}
.empty-card{padding:24px;text-align:center;color:#6d776d}
.large-title{margin:30px 0 18px}
.large-title h1{margin:0 0 10px;font-size:38px;color:#14391a}
.large-title p{margin:0;color:#6d776d;font-size:16px}
.checkout-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}
.modern-form .field label{font-size:14px;color:#234229}
.modern-form .field input,.modern-form .field textarea,.modern-form .field select{background:#fbfdf9;border:1px solid #dbe6d4;border-radius:16px;padding:14px 16px}
.checkout-note ul,.profile-mini-info ul{margin:10px 0 0;padding-left:20px;color:#677468;line-height:1.8}
.form-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}
.summary-row{display:flex;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid #ecf1e7;color:#5f6d61}
.summary-row.total{border-bottom:0;font-size:18px;font-weight:800;color:#173f1f}
.cart-items-box{display:grid;gap:10px;margin-bottom:8px}.cart-items-box .cart-row{padding:12px 0;border-bottom:1px solid #ecf1e7}
.support-badges{display:grid;gap:10px;margin-top:14px}.support-badges span{display:inline-flex;padding:10px 12px;border-radius:12px;background:#f4f8f1;color:#22502a;border:1px solid #e0e8d8}
.status-search-box{padding:18px 22px}
.status-search-form{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:end}
.search-field{margin:0}
.status-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;align-items:start}
.status-main,.status-side,.account-sidebar,.account-main{display:grid;gap:18px}
.status-toolbar h2{margin:2px 0 6px;color:#153c1b}
.status-toolbar p{margin:0;color:#6c776d}
.status-progress{display:grid;gap:14px;margin-top:18px}
.progress-step{display:flex;gap:14px;align-items:flex-start;padding:14px;border-radius:18px;background:#f7faf5;border:1px solid #e3eadc;opacity:.78}
.progress-step span{width:40px;height:40px;border-radius:14px;background:#dde7d5;color:#35513a;display:grid;place-items:center;font-weight:800;flex:0 0 auto}
.progress-step.passed,.progress-step.active{opacity:1}.progress-step.passed span,.progress-step.active span{background:#16752d;color:#fff}
.progress-step.danger span{background:#c43b3b;color:#fff}
.progress-step strong{display:block;color:#173c1d}.progress-step small{display:block;margin-top:5px;color:#6f7a71;line-height:1.6}
.info-list{display:grid;gap:12px}.info-list>div{display:grid;gap:4px;padding-bottom:12px;border-bottom:1px solid #edf2e8}.info-list>div:last-child{border-bottom:0;padding-bottom:0}.info-list span{color:#748076;font-size:13px}.info-list strong{color:#173c1d;line-height:1.6}
.account-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:18px}
.profile-card-public{text-align:left}.profile-avatar{width:74px;height:74px;border-radius:24px;background:#16752d;color:#fff;display:grid;place-items:center;font-size:30px;font-weight:800;margin-bottom:14px}.profile-card-public h3{margin:0 0 6px;color:#153c1b}.profile-card-public p{margin:0 0 6px;color:#687469}.profile-address{margin:18px 0;padding:14px;border-radius:16px;background:#f7faf5;border:1px solid #e3eadc}.profile-address small{display:block;color:#748076;margin-bottom:6px}.profile-address strong{color:#183e1d;line-height:1.6}
.account-guest-layout{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.auth-card .login-note{margin:6px 0 12px;padding:12px 14px;border-radius:14px;background:#f6faf3;color:#46624b;border:1px solid #e0e8d8}
.btn-light{border:1px solid #d9e2d3!important;background:#fff;color:#173f1f}.btn-danger{background:#c53b3b;color:#fff;border-color:#c53b3b}
@media(max-width:1100px){.hero-wrap,.ai-banner,.checkout-layout,.status-layout,.account-layout,.account-guest-layout,.info-split{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid-public{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.site-header-inner{width:min(100% - 20px,700px);flex-wrap:wrap}.site-header .header-search{order:3;flex-basis:100%}.site-header .header-actions{width:100%;justify-content:space-between}.site-header .header-actions .btn,.location,.cart-link{font-size:13px;padding:10px 12px}.hero-copy h1{font-size:34px}.hero-points,.quick-features,.product-grid-public,.category-grid{grid-template-columns:1fr 1fr}.ai-banner-form,.status-search-form,.form-actions{grid-template-columns:1fr;display:grid}.product-card-public img{height:170px}.large-title h1{font-size:30px}.recent-item{grid-template-columns:56px 1fr}.recent-item span{grid-column:2/3}.mobile-nav{display:flex;position:fixed;left:0;right:0;bottom:0;height:68px;background:#fff;border-top:1px solid var(--line);justify-content:space-around;align-items:center;z-index:40}}
@media(max-width:520px){.hero-copy,.hero-visual,.feature-card,.how-it-works,.recent-products,.checkout-main,.summary-card,.support-card,.status-overview-card,.order-items-card,.info-card,.profile-card-public,.order-history-card,.auth-card,.soft-card{padding:18px}.quick-features,.hero-points,.product-grid-public,.category-grid{grid-template-columns:1fr}.product-bottom{align-items:stretch;flex-direction:column}.product-bottom .btn{width:100%;justify-content:center}.section-heading{align-items:flex-start;flex-direction:column}.status-toolbar{align-items:flex-start;flex-direction:column}.mobile-nav a{display:flex;flex-direction:column;align-items:center;font-size:12px}.mobile-nav a.active{color:var(--green);font-weight:700}}

/* ===== BARUGA FRESH mobile refine v1.4.2 ===== */
.public-shell-compact{padding-bottom:170px}
.hero-wrap-simple{grid-template-columns:.98fr 1fr;gap:0;overflow:hidden;background:#f1f6e8;border:1px solid #dfead6;border-radius:26px;min-height:290px}
.hero-copy-simple{padding:26px 28px 22px;background:#edf4e3}
.hero-copy-simple .hero-kicker{margin-bottom:14px;font-size:12px;padding:7px 12px}
.hero-copy-simple h1{font-size:44px;line-height:1.04;margin:0 0 14px;color:#0f5a22;max-width:360px}
.hero-copy-simple p{font-size:17px;line-height:1.62;color:#546256;max-width:360px;margin:0}
.hero-image-simple{min-height:290px;background:url('https://images.unsplash.com/photo-1542838132-92c53300491e?auto=format&fit=crop&w=1200&q=85') center/cover}
.hero-mini-card{display:flex;align-items:center;gap:12px;width:max-content;max-width:100%;margin-top:22px;padding:14px 18px;background:#fff;border:1px solid #dfe7d7;border-radius:18px;box-shadow:0 3px 10px rgba(17,61,25,.05)}
.hero-mini-card .mini-icon{font-size:30px;line-height:1}
.hero-mini-card strong{display:block;font-size:17px;color:#173c1d}.hero-mini-card small{display:block;font-size:15px;color:#6f7a71;margin-top:2px}
.hero-dots{display:flex;justify-content:center;gap:10px;padding-top:14px}.hero-dots span{width:10px;height:10px;border-radius:999px;background:#d4d8d4}.hero-dots span.active{width:28px;background:#1b9034}
.category-strip{margin-top:8px}.category-strip-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.category-shortcut{padding:18px 10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:122px;border-radius:22px;background:#fff}.category-shortcut-icon{font-size:40px;line-height:1}.category-shortcut strong{font-size:17px;color:#263128}
.idea-box-wrap{margin-top:14px}.idea-box{display:grid;grid-template-columns:30px 1fr 24px;gap:14px;align-items:center;padding:18px 20px;border:1px solid #d9e9cf;border-radius:22px;background:#eff8e6;color:#1e5c27}.idea-box-icon{font-size:30px;line-height:1}.idea-box-text strong{display:block;font-size:18px;line-height:1.2}.idea-box-text small{display:block;font-size:14px;color:#667566;margin-top:4px}.idea-box-arrow{font-size:34px;line-height:1;text-align:right}
.product-section-compact{margin-top:18px}.section-heading-mobile{margin-bottom:14px;align-items:center}.section-heading-mobile h2{font-size:26px;margin:0}.section-heading-mobile a{font-size:15px;white-space:nowrap}
.product-strip-mobile{display:grid;grid-template-columns:repeat(5,minmax(175px,1fr));gap:14px;overflow-x:auto;padding-bottom:6px;scrollbar-width:none}.product-strip-mobile::-webkit-scrollbar{display:none}
.product-card-mobile{padding:10px;border-radius:22px;min-width:175px;max-width:175px}.product-thumb-wrap-mobile{padding:0 0 10px}.product-card-mobile img{height:128px;border-radius:16px}.product-thumb-wrap-mobile .stock-badge{top:92px;left:10px;padding:5px 9px;font-size:11px}
.product-content-mobile{padding:0 4px 6px;position:relative}.product-content-mobile h3{font-size:17px;line-height:1.24;margin:0 0 4px;min-height:42px}.product-content-mobile .product-meta{font-size:13px;margin:0 0 6px;color:#718075}.product-content-mobile .product-price{display:block;font-size:18px;font-weight:800;margin-right:48px}
.product-cart-btn{position:absolute;right:2px;bottom:2px;width:40px;height:40px;border:0;border-radius:12px;background:#1b9034;color:#fff;font-size:20px;cursor:pointer}.product-cart-btn:disabled{opacity:.55}
.compact-benefits{margin-top:18px}.compact-benefits-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.compact-benefit{padding:16px;border-radius:18px;background:#f4f8ef;border:1px solid #dfe8d6}.compact-benefit strong{display:block;font-size:15px;color:#1d5c26;margin-bottom:4px}.compact-benefit small{display:block;font-size:13px;line-height:1.45;color:#6c776c}
.floating-cart-wrap{position:fixed;left:0;right:0;bottom:72px;z-index:38;pointer-events:none}.floating-cart-bar{width:min(720px,calc(100% - 24px));margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:18px 18px;background:#17902f;color:#fff;border:0;border-radius:22px;box-shadow:0 16px 34px rgba(8,79,24,.22);pointer-events:auto}.floating-cart-left{display:inline-flex;align-items:center;gap:12px;font-size:17px}.floating-cart-left b{font-size:18px}.floating-cart-right{display:inline-flex;align-items:center;justify-content:center;min-width:88px;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.14);font-size:16px;font-weight:800}
.install-app-btn{display:inline-flex;align-items:center;gap:6px;font-weight:700}
.mobile-nav a{gap:4px}.mobile-nav-icon{font-size:22px;line-height:1}.mobile-nav a small{font-size:13px;font-weight:500}.mobile-nav a.active .mobile-nav-icon,.mobile-nav a.active small{color:#188c31;font-weight:800}

@media(max-width:760px){
  .public-shell-compact{padding-top:8px}
  .site-header{padding:14px 0 10px;background:#fff;border-bottom:1px solid #ebf0e8}
  .site-header-inner{width:min(100% - 18px,680px);gap:12px}
  .site-header .brand{flex:1;min-width:0;font-size:17px;gap:10px}
  .site-header .brand small{display:none}
  .site-header .brand strong{font-size:16px;line-height:1.15;display:block}
  .site-header .brand-mark{width:48px;height:48px;border-radius:16px;font-size:22px;flex:0 0 auto}
  .site-header .header-actions{width:auto;display:flex;align-items:center;gap:8px;margin-left:auto;flex-wrap:nowrap}
  .site-header .header-actions .location,.site-header .header-actions .install-app-btn{height:34px;padding:0 10px;border-radius:999px;font-size:13px}
  .site-header .header-actions .location span,.site-header .header-actions .install-app-btn span{display:inline}
  .site-header .cart-link,.site-header .header-link-pesanan,.site-header .header-link-account{display:none}
  .site-header .header-search{order:3;flex-basis:100%;height:60px;border-radius:28px;padding:0 18px;box-shadow:0 2px 8px rgba(18,57,25,.04)}
  .site-header .header-search span{font-size:27px;color:#2e4132}
  .site-header .header-search input{font-size:18px}
  .home-hero{padding:12px 0 4px}
  .hero-wrap-simple{grid-template-columns:1.02fr .98fr;min-height:188px;border-radius:24px}
  .hero-copy-simple{padding:20px 18px 18px}
  .hero-copy-simple .hero-kicker{display:none}
  .hero-copy-simple h1{font-size:30px;max-width:220px;margin-bottom:10px}
  .hero-copy-simple p{font-size:14px;line-height:1.52;max-width:220px}
  .hero-image-simple{min-height:188px}
  .hero-mini-card{margin-top:14px;padding:12px 14px;border-radius:16px;gap:10px}
  .hero-mini-card .mini-icon{font-size:26px}
  .hero-mini-card strong{font-size:13px}.hero-mini-card small{font-size:12px}
  .compact-dots{padding-top:10px}
  .compact-dots span{width:9px;height:9px}.compact-dots span.active{width:24px}
  .category-strip-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
  .category-shortcut{min-height:112px;padding:14px 8px;border-radius:20px}
  .category-shortcut-icon{font-size:36px}.category-shortcut strong{font-size:16px}
  .idea-box{padding:16px 16px;border-radius:20px;gap:12px;grid-template-columns:26px 1fr 20px}
  .idea-box-icon{font-size:24px}.idea-box-text strong{font-size:17px}.idea-box-text small{font-size:13px}.idea-box-arrow{font-size:30px}
  .section-heading-mobile h2{font-size:24px}.section-heading-mobile a{font-size:14px}
  .product-strip-mobile{display:flex;overflow-x:auto;gap:12px;padding-bottom:4px}
  .product-card-mobile{min-width:176px;max-width:176px}
  .compact-benefits-grid{display:none}
  .floating-cart-wrap{bottom:74px}
  .floating-cart-bar{width:calc(100% - 22px);padding:16px 16px;border-radius:20px}
  .floating-cart-left{font-size:16px}.floating-cart-left b{font-size:17px}.floating-cart-right{min-width:84px;font-size:15px;padding:10px 12px}
  .mobile-nav{height:76px;padding-bottom:max(8px,env(safe-area-inset-bottom));align-items:flex-start}
  .mobile-nav a{padding-top:10px}.mobile-nav-icon{font-size:23px}.mobile-nav a small{font-size:13px}
}

@media(max-width:520px){
  .container{width:min(100% - 16px,540px)}
  .site-header .header-search{height:58px}
  .site-header .header-search input{font-size:17px}
  .hero-wrap-simple{min-height:178px}
  .hero-copy-simple h1{font-size:28px;max-width:205px}
  .hero-copy-simple p{max-width:210px;font-size:13px}
  .hero-image-simple{min-height:178px}
  .category-strip-grid{gap:10px}
  .category-shortcut{min-height:106px;padding:12px 6px}
  .category-shortcut-icon{font-size:34px}.category-shortcut strong{font-size:14px}
  .idea-box-text strong{font-size:16px}.idea-box-text small{font-size:12px}
  .section-heading-mobile h2{font-size:22px}
  .product-card-mobile{min-width:168px;max-width:168px}
  .product-card-mobile img{height:120px}
  .product-content-mobile h3{font-size:16px;min-height:38px}.product-content-mobile .product-price{font-size:17px}
}

/* ===== FINAL MOBILE SIZE LOCK v1.4.3 ===== */
@media (max-width:760px){
  body.public-page{font-size:14px}
  .public-shell-compact{padding-top:2px;padding-bottom:145px}

  .site-header{padding:9px 0 8px}
  .site-header-inner{width:calc(100% - 16px);gap:8px}
  .site-header .brand{gap:8px;flex:1}
  .site-header .brand-mark{width:40px;height:40px;border-radius:13px;font-size:18px}
  .site-header .brand strong{font-size:15px;letter-spacing:-.2px}
  .site-header .header-actions{gap:5px}
  .site-header .header-actions .location{height:30px;padding:0 6px;font-size:12px;border:0;background:transparent}
  .site-header .header-actions .install-app-btn{height:30px;padding:0 8px;font-size:12px;border-radius:14px;white-space:nowrap}
  .site-header .header-search{height:48px;border-radius:22px;padding:0 14px;margin-top:2px}
  .site-header .header-search span{font-size:21px}
  .site-header .header-search input{font-size:15px}

  .home-hero{padding:8px 0 2px}
  .hero-wrap-simple{min-height:148px;border-radius:20px;grid-template-columns:1.05fr .95fr}
  .hero-copy-simple{padding:14px 12px 12px}
  .hero-copy-simple h1{font-size:22px;line-height:1.08;max-width:170px;margin:0 0 7px}
  .hero-copy-simple p{font-size:11.5px;line-height:1.45;max-width:175px;margin:0}
  .hero-image-simple{min-height:148px}
  .hero-mini-card{margin-top:9px;padding:7px 9px;border-radius:12px;gap:7px}
  .hero-mini-card .mini-icon{font-size:19px}
  .hero-mini-card strong{font-size:11.5px}
  .hero-mini-card small{font-size:10.5px;margin-top:1px}
  .compact-dots{padding-top:7px;gap:7px}
  .compact-dots span{width:7px;height:7px}.compact-dots span.active{width:20px}

  .category-strip{margin-top:4px}
  .category-strip-grid{gap:8px}
  .category-shortcut{min-height:82px;padding:9px 4px;border-radius:16px;gap:5px}
  .category-shortcut-icon{font-size:28px}
  .category-shortcut strong{font-size:13px}

  .idea-box-wrap{margin-top:9px}
  .idea-box{padding:11px 12px;border-radius:16px;gap:9px;grid-template-columns:22px 1fr 18px}
  .idea-box-icon{font-size:20px}
  .idea-box-text strong{font-size:14px}
  .idea-box-text small{font-size:11px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .idea-box-arrow{font-size:24px}

  .product-section-compact{margin-top:12px}
  .section-heading-mobile{margin-bottom:9px}
  .section-heading-mobile h2{font-size:18px}
  .section-heading-mobile a{font-size:12px}
  .product-strip-mobile{gap:9px}
  .product-card-mobile{min-width:142px;max-width:142px;padding:7px;border-radius:17px}
  .product-card-mobile img{height:98px;border-radius:12px}
  .product-thumb-wrap-mobile{padding-bottom:7px}
  .product-thumb-wrap-mobile .stock-badge{top:70px;left:7px;padding:4px 7px;font-size:9px}
  .product-content-mobile{padding:0 2px 4px}
  .product-content-mobile h3{font-size:14px;min-height:34px;margin-bottom:2px}
  .product-content-mobile .product-meta{font-size:10.5px;margin-bottom:4px}
  .product-content-mobile .product-price{font-size:14px;margin-right:36px}
  .product-cart-btn{width:32px;height:32px;border-radius:10px;font-size:15px}

  .floating-cart-wrap{bottom:68px}
  .floating-cart-bar{width:calc(100% - 18px);height:54px;padding:8px 12px;border-radius:17px}
  .floating-cart-left{gap:8px;font-size:14px}
  .floating-cart-left b{font-size:15px}
  .floating-cart-right{min-width:68px;padding:8px 10px;border-radius:12px;font-size:13px}

  .mobile-nav{height:68px;padding-bottom:max(5px,env(safe-area-inset-bottom));align-items:flex-start}
  .mobile-nav a{padding-top:7px;gap:2px;min-width:58px}
  .mobile-nav-icon{font-size:21px}
  .mobile-nav a small{font-size:11.5px;line-height:1.1}

  /* samakan ukuran halaman publik lain */
  .public-section{padding-bottom:92px}
  .large-title{margin:18px 0 12px}
  .large-title h1{font-size:23px;margin-bottom:5px}
  .large-title p{font-size:13px}
  .section-heading h2,.section-heading.compact h2{font-size:19px}
  .section-heading p{font-size:12px}
  .card{border-radius:17px}
  .checkout-main,.summary-card,.support-card,.status-overview-card,.order-items-card,.info-card,.profile-card-public,.order-history-card,.auth-card,.soft-card{padding:15px}
  .field{margin:9px 0}
  .field label{font-size:12px;margin-bottom:5px}
  .field input,.field select,.field textarea,.modern-form .field input,.modern-form .field textarea,.modern-form .field select{font-size:13px;padding:11px 12px;border-radius:12px}
  table{font-size:12px}th,td{padding:9px 8px}
  .btn{font-size:13px;padding:10px 12px;border-radius:12px}
}

@media (max-width:380px){
  .site-header .header-actions .location span{display:none}
  .site-header .header-actions .install-app-btn span{display:none}
  .site-header .header-actions .install-app-btn{width:32px;padding:0;justify-content:center}
  .hero-copy-simple h1{font-size:20px;max-width:150px}
  .hero-copy-simple p{font-size:10.5px;max-width:155px}
  .category-shortcut-icon{font-size:25px}.category-shortcut strong{font-size:12px}
}

/* ===== BARUGA FRESH ultra compact mobile v1.4.4 ===== */
@media(max-width:760px){
  body.public-page{font-size:14px!important}
  .public-shell-compact{padding-bottom:142px!important}

  .site-header{padding:8px 0 8px!important}
  .site-header-inner{width:calc(100% - 14px)!important;gap:8px!important}
  .site-header .brand{gap:8px!important;min-width:0!important}
  .site-header .brand-mark{width:40px!important;height:40px!important;border-radius:13px!important;font-size:18px!important}
  .site-header .brand strong{font-size:15px!important;line-height:1.1!important}
  .site-header .header-actions{gap:5px!important}
  .site-header .header-actions .location,
  .site-header .header-actions .install-app-btn{height:30px!important;padding:0 8px!important;font-size:11px!important;border-radius:999px!important}
  .site-header .header-actions .location span{font-size:11px!important}
  .site-header .header-search{height:46px!important;border-radius:22px!important;padding:0 14px!important;margin-top:2px!important}
  .site-header .header-search span{font-size:22px!important}
  .site-header .header-search input{font-size:15px!important}

  .home-hero{padding:8px 0 2px!important}
  .hero-wrap-simple{min-height:146px!important;border-radius:20px!important;grid-template-columns:1.02fr .98fr!important}
  .hero-copy-simple{padding:14px 12px 12px!important}
  .hero-copy-simple h1{font-size:22px!important;line-height:1.08!important;max-width:165px!important;margin:0 0 7px!important}
  .hero-copy-simple p{font-size:11.5px!important;line-height:1.42!important;max-width:175px!important;margin:0!important}
  .hero-image-simple{min-height:146px!important}
  .hero-mini-card{margin-top:9px!important;padding:8px 10px!important;border-radius:13px!important;gap:7px!important}
  .hero-mini-card .mini-icon{font-size:20px!important}
  .hero-mini-card strong{font-size:11.5px!important}
  .hero-mini-card small{font-size:10.5px!important;margin-top:1px!important}
  .compact-dots{padding-top:7px!important;gap:6px!important}
  .compact-dots span{width:7px!important;height:7px!important}
  .compact-dots span.active{width:20px!important}

  .category-strip{margin-top:5px!important}
  .category-strip-grid{gap:8px!important}
  .category-shortcut{min-height:82px!important;padding:8px 5px!important;border-radius:16px!important;gap:5px!important}
  .category-shortcut-icon{font-size:27px!important}
  .category-shortcut strong{font-size:12px!important}

  .idea-box-wrap{margin-top:9px!important}
  .idea-box{padding:10px 12px!important;border-radius:16px!important;gap:8px!important;grid-template-columns:20px 1fr 16px!important}
  .idea-box-icon{font-size:20px!important}
  .idea-box-text strong{font-size:14px!important;line-height:1.15!important}
  .idea-box-text small{font-size:10.5px!important;margin-top:2px!important}
  .idea-box-arrow{font-size:24px!important}

  .product-section-compact{margin-top:11px!important}
  .section-heading-mobile{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;margin-bottom:8px!important;gap:8px!important}
  .section-heading-mobile h2{font-size:18px!important;margin:0!important}
  .section-heading-mobile a{font-size:11px!important;margin:0!important}
  .product-strip-mobile{gap:8px!important}
  .product-card-mobile{min-width:136px!important;max-width:136px!important;padding:7px!important;border-radius:16px!important}
  .product-card-mobile img{height:92px!important;border-radius:12px!important}
  .product-thumb-wrap-mobile{padding:0 0 7px!important}
  .product-thumb-wrap-mobile .stock-badge{top:66px!important;left:6px!important;padding:3px 6px!important;font-size:9px!important}
  .product-content-mobile{padding:0 2px 3px!important}
  .product-content-mobile h3{font-size:13px!important;line-height:1.16!important;min-height:30px!important;margin:0 0 2px!important}
  .product-content-mobile .product-meta{font-size:10px!important;margin:0 0 3px!important}
  .product-content-mobile .product-price{font-size:13px!important;margin-right:34px!important}
  .product-cart-btn{width:30px!important;height:30px!important;border-radius:9px!important;font-size:15px!important;right:0!important;bottom:0!important}

  .floating-cart-wrap{bottom:64px!important}
  .floating-cart-bar{width:calc(100% - 18px)!important;padding:11px 12px!important;border-radius:16px!important}
  .floating-cart-left{gap:7px!important;font-size:13px!important}
  .floating-cart-left b{font-size:14px!important}
  .floating-cart-right{min-width:66px!important;padding:7px 9px!important;border-radius:12px!important;font-size:12px!important}

  .mobile-nav{height:64px!important;padding-bottom:max(4px,env(safe-area-inset-bottom))!important;align-items:flex-start!important}
  .mobile-nav a{padding-top:7px!important;gap:2px!important}
  .mobile-nav-icon{font-size:20px!important}
  .mobile-nav a small{font-size:10.5px!important}
}

@media(max-width:420px){
  .site-header .brand strong{font-size:14px!important}
  .site-header .header-actions .install-app-btn span{display:none!important}
  .site-header .header-actions .install-app-btn{width:30px!important;justify-content:center!important;padding:0!important}
  .hero-copy-simple h1{font-size:21px!important;max-width:155px!important}
  .hero-copy-simple p{font-size:11px!important;max-width:165px!important}
  .category-shortcut{min-height:78px!important}
  .product-card-mobile{min-width:132px!important;max-width:132px!important}
}

/* ===== BARUGA FRESH banner landscape refine v1.4.5 ===== */
@media(max-width:760px){
  .home-hero{padding:6px 0 2px!important}
  .hero-wrap-simple{
    min-height:124px!important;
    max-height:124px!important;
    grid-template-columns:.95fr 1.05fr!important;
    border-radius:18px!important;
  }
  .hero-copy-simple{
    padding:12px 11px 10px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
  }
  .hero-copy-simple h1{
    font-size:18px!important;
    line-height:1.08!important;
    max-width:128px!important;
    margin:0 0 6px!important;
  }
  .hero-copy-simple p{
    font-size:10px!important;
    line-height:1.35!important;
    max-width:145px!important;
    margin:0!important;
  }
  .hero-image-simple{
    min-height:124px!important;
    max-height:124px!important;
    background-position:center center!important;
  }
  .hero-mini-card{
    margin-top:7px!important;
    padding:6px 8px!important;
    gap:6px!important;
    border-radius:11px!important;
  }
  .hero-mini-card .mini-icon{font-size:16px!important}
  .hero-mini-card strong{font-size:10px!important;line-height:1.1!important}
  .hero-mini-card small{font-size:9.5px!important;line-height:1.1!important}
  .compact-dots{padding-top:6px!important}
}

@media(max-width:420px){
  .hero-wrap-simple{
    min-height:116px!important;
    max-height:116px!important;
    grid-template-columns:.93fr 1.07fr!important;
  }
  .hero-copy-simple{padding:10px 10px 9px!important}
  .hero-copy-simple h1{font-size:17px!important;max-width:118px!important;margin-bottom:5px!important}
  .hero-copy-simple p{font-size:9.5px!important;max-width:132px!important}
  .hero-image-simple{min-height:116px!important;max-height:116px!important}
  .hero-mini-card{padding:5px 7px!important;border-radius:10px!important}
  .hero-mini-card .mini-icon{font-size:15px!important}
  .hero-mini-card strong{font-size:9.5px!important}
  .hero-mini-card small{font-size:8.8px!important}
}

/* ===== Buyer flow rebuild v1.5.0 ===== */
.product-card-link{display:block;color:inherit}
.product-cart-btn.added,.catalog-add-btn.added{background:#126f27}

@media(max-width:760px){
  /* Banner proporsional: tidak terlalu tinggi dan tidak gepeng */
  .home-hero{padding:10px 0 3px!important}
  .hero-wrap-simple{
    height:164px!important;
    min-height:164px!important;
    max-height:164px!important;
    grid-template-columns:1fr 1.15fr!important;
    border-radius:20px!important;
    overflow:hidden!important;
  }
  .hero-copy-simple{padding:16px 14px!important;justify-content:center!important}
  .hero-copy-simple h1{font-size:22px!important;line-height:1.08!important;max-width:150px!important;margin:0 0 8px!important}
  .hero-copy-simple p{font-size:11px!important;line-height:1.4!important;max-width:160px!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .hero-image-simple{
    height:164px!important;min-height:164px!important;max-height:164px!important;
    background-image:url('../img/ui/hero-vegetables.jpg')!important;
    background-size:cover!important;background-position:center!important;
  }
  .hero-mini-card{margin-top:10px!important;padding:8px 9px!important;border-radius:12px!important}
  .hero-mini-card .mini-icon{font-size:18px!important}
  .hero-mini-card strong{font-size:11px!important}.hero-mini-card small{font-size:9.5px!important}
  .compact-dots{padding-top:7px!important}

  /* Produk: hanya tombol hijau yang menambah keranjang */
  .product-card-mobile{position:relative!important}
  .product-card-link{display:block!important;color:inherit!important}
  .product-cart-btn{z-index:3!important}

  /* Halaman katalog tanpa banner */
  .catalog-main{padding-top:12px!important;padding-bottom:90px!important}
  .catalog-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:8px 0 12px}
  .catalog-title-row h1{font-size:22px;line-height:1.15;margin:0 0 3px;color:#145520}
  .catalog-title-row p{font-size:12px;margin:0;color:#6f7a71}
  .catalog-count{font-size:11px;background:#eaf5e4;color:#176528;padding:6px 9px;border-radius:999px;white-space:nowrap}
  .catalog-search{display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:8px;height:46px;padding:0 8px 0 13px;border:1px solid #dfe8d8;background:#fff;border-radius:18px}
  .catalog-search>span{font-size:20px}.catalog-search input{border:0;outline:0;min-width:0;font-size:14px}.catalog-search .btn{padding:8px 12px;font-size:12px;border-radius:12px}
  .category-filter-row{display:flex;gap:8px;overflow-x:auto;padding:12px 0 10px;scrollbar-width:none}.category-filter-row::-webkit-scrollbar{display:none}
  .category-filter{padding:8px 12px;border:1px solid #dfe8d8;background:#fff;border-radius:999px;font-size:12px;white-space:nowrap}
  .category-filter.active{background:#16832e;color:#fff;border-color:#16832e}
  .catalog-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .catalog-product-card{padding:8px;border-radius:16px;position:relative;overflow:hidden}
  .catalog-product-link{display:block;color:inherit}
  .catalog-product-image{position:relative}.catalog-product-image img{width:100%;height:120px;object-fit:cover;border-radius:12px}
  .catalog-product-image .stock-badge{position:absolute;left:7px;bottom:7px;padding:4px 7px;font-size:9px}
  .catalog-product-info{padding:8px 2px 42px}.catalog-product-info small{font-size:10px;color:#16832e}.catalog-product-info h3{font-size:14px;line-height:1.2;margin:3px 0 4px;min-height:34px}.catalog-product-info p{font-size:11px;color:#788178;margin:0 0 4px}.catalog-product-info strong{font-size:15px;color:#153d1c}
  .catalog-add-btn{position:absolute;right:8px;bottom:8px;height:34px;padding:0 10px;border:0;border-radius:10px;background:#168d31;color:#fff;font-size:11px;font-weight:700}
  .catalog-empty{grid-column:1/-1}

  /* Detail produk */
  .product-detail-main{padding-top:12px;padding-bottom:90px}.back-link{display:inline-block;margin:2px 0 10px;color:#176b28;font-size:13px}
  .product-detail-card{display:grid;grid-template-columns:1fr;padding:12px;border-radius:18px;gap:14px}.product-detail-image img{width:100%;height:250px;object-fit:cover;border-radius:15px}
  .product-detail-category{font-size:12px;color:#16832e;font-weight:700}.product-detail-info h1{font-size:24px;margin:5px 0}.product-detail-unit,.product-detail-stock{font-size:13px;color:#6e796f}.product-detail-price{display:block;font-size:24px;color:#155523;margin:10px 0}.product-detail-actions{display:grid;grid-template-columns:1fr;gap:8px}
}

@media(min-width:761px){
  .catalog-main{padding:30px 0 60px}.catalog-title-row{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.catalog-title-row h1{font-size:34px;margin:0 0 6px}.catalog-title-row p{margin:0;color:#6d776d}.catalog-count{padding:8px 12px;background:#eaf5e4;border-radius:999px;color:#176528}
  .catalog-search{display:grid;grid-template-columns:26px 1fr auto;gap:10px;align-items:center;max-width:720px;padding:8px 8px 8px 15px;border:1px solid #dfe8d8;border-radius:18px;background:#fff}.catalog-search input{border:0;outline:0}
  .category-filter-row{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.category-filter{padding:9px 14px;border:1px solid #dfe8d8;border-radius:999px;background:#fff}.category-filter.active{background:#16832e;color:#fff;border-color:#16832e}
  .catalog-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.catalog-product-card{padding:12px;position:relative}.catalog-product-image{position:relative}.catalog-product-image img{width:100%;height:190px;object-fit:cover;border-radius:16px}.catalog-product-image .stock-badge{position:absolute;left:10px;bottom:10px}.catalog-product-info{padding:12px 2px 52px}.catalog-product-info h3{font-size:18px;margin:4px 0}.catalog-product-info p{color:#738076}.catalog-product-info strong{font-size:19px}.catalog-add-btn{position:absolute;left:12px;right:12px;bottom:12px;height:40px;border:0;border-radius:12px;background:#168d31;color:#fff;font-weight:700}
  .product-detail-main{padding:30px 0 60px}.back-link{display:inline-block;margin-bottom:14px;color:#176b28}.product-detail-card{display:grid;grid-template-columns:1fr 1fr;gap:28px;padding:24px}.product-detail-image img{width:100%;height:440px;object-fit:cover;border-radius:20px}.product-detail-info h1{font-size:38px;margin:8px 0}.product-detail-price{font-size:32px;display:block;margin:18px 0}.product-detail-actions{display:flex;gap:12px;margin-top:20px}
}
@media(max-width:420px){
  .site-header .header-actions .install-app-btn{width:auto!important;padding:0 8px!important;justify-content:center!important}
  .site-header .header-actions .install-app-btn span{display:inline!important;font-size:10px!important}
}
