:root {
  --bg: #f3f4f2;
  --surface: #ffffff;
  --surface-2: #f8f9f7;
  --surface-3: #edf0eb;
  --ink: #252b33;
  --text: #252b33;
  --muted: #66717c;
  --muted-2: #87919b;
  --line: #dfe3dd;
  --line-strong: #cdd3ca;
  --lime: #dfff62;
  --lime-soft: #efffc1;
  --green: #2c7a36;
  --green-bright: #235f2b;
  --green-dark: #1d5226;
  --blue: #2874f0;
  --yellow: #ffcf43;
  --danger: #e34b54;
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 9px rgba(35,43,48,.07);
  --shadow: 0 14px 38px rgba(35,43,48,.12);
  --container: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 142px; }
body { margin: 0; min-width: 300px; color: var(--text); background: var(--bg); font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body > .site-header,body > main,body > footer { transition: opacity 1.05s .08s cubic-bezier(.2,.75,.2,1),transform 1.05s .08s cubic-bezier(.2,.75,.2,1); }
body.is-preloading > .site-header,body.is-preloading > main,body.is-preloading > footer { opacity: 0; transform: translateY(34px); }
.site-preloader { position: fixed; z-index: 2147483645; inset: 0; display: grid; place-items: center; overflow: hidden; color: #f6f8f2; background: radial-gradient(circle at 68% 30%,#24402d 0,#172a1e 42%,#102017 100%); visibility: visible; clip-path: inset(0 0 0 0); transition: clip-path 1.18s cubic-bezier(.76,0,.24,1),visibility 1.18s; animation: preloader-failsafe .8s 18s forwards; }
.site-preloader::before { content: ""; position: absolute; inset: 0; opacity: .18; pointer-events: none; background-image: linear-gradient(rgba(223,255,98,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(223,255,98,.09) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg,transparent,#000 30%,#000 70%,transparent); }
.site-preloader::after { content: ""; position: absolute; width: min(72vw,980px); height: min(72vw,980px); border: 1px solid rgba(223,255,98,.09); border-radius: 50%; transform: scale(.62); animation: preloader-orbit 4.6s .2s cubic-bezier(.2,.75,.2,1) both; }
.site-preloader.is-leaving { visibility: hidden; clip-path: inset(0 0 100% 0); pointer-events: none; animation: none; }
.preloader-stage { position: relative; z-index: 2; width: min(820px,84vw); }
.preloader-brand { min-height: clamp(82px,14vw,178px); display: flex; align-items: baseline; overflow: visible; font-size: clamp(52px,12vw,164px); font-weight: 950; line-height: .88; letter-spacing: clamp(-10px,-.7vw,-5px); }
.preloader-mark { position: relative; z-index: 4; display: inline-block; color: var(--lime); text-shadow: 0 18px 48px rgba(0,0,0,.22); opacity: 0; transform: translateX(-54px) scale(.88); filter: blur(12px); animation: preloader-mark-in .92s .34s cubic-bezier(.16,.84,.32,1) forwards; }
.preloader-mark::after { content: ""; position: absolute; width: .105em; height: .105em; right: .06em; top: .02em; background: #fff; border-radius: 50%; opacity: 0; animation: preloader-dot-in .35s 1.05s forwards; }
.preloader-word { position: relative; z-index: 2; display: inline-flex; margin-left: -.105em; white-space: nowrap; }
.preloader-word i { display: inline-block; color: #f5f8f1; font-style: normal; opacity: 0; transform: translateX(-.62em) translateY(.12em); filter: blur(8px); animation: preloader-letter .48s cubic-bezier(.2,.8,.2,1) forwards; }
.preloader-word i.is-lime { color: var(--lime); }
.preloader-word i:nth-child(1) { animation-delay: 1.22s; }
.preloader-word i:nth-child(2) { animation-delay: 1.42s; }
.preloader-word i:nth-child(3) { animation-delay: 1.62s; }
.preloader-word i:nth-child(4) { animation-delay: 1.82s; }
.preloader-word i:nth-child(5) { animation-delay: 2.02s; }
.preloader-word i:nth-child(6) { animation-delay: 2.22s; }
.preloader-word i:nth-child(7) { animation-delay: 2.42s; }
.preloader-caret { align-self: stretch; width: clamp(3px,.35vw,6px); min-height: .72em; margin: -.02em 0 0 .12em; background: var(--lime); opacity: 0; animation: preloader-caret .58s 1.12s step-end 5; }
.preloader-rule { display: block; width: 100%; height: 1px; margin-top: clamp(23px,4vw,42px); overflow: hidden; background: rgba(255,255,255,.13); }
.preloader-rule i { display: block; width: 100%; height: 100%; background: var(--lime); transform: translateX(-101%); animation: preloader-rule 1.25s 2.82s cubic-bezier(.2,.8,.2,1) forwards; }
.preloader-meta { margin-top: 14px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: rgba(245,248,241,.64); font-size: clamp(8px,.78vw,11px); font-weight: 750; text-transform: uppercase; letter-spacing: 1.8px; opacity: 0; transform: translateY(9px); animation: preloader-meta-in .58s 3.12s forwards; }
.preloader-corner { position: absolute; z-index: 2; right: 28px; bottom: 25px; color: rgba(223,255,98,.62); font-size: 9px; font-weight: 800; line-height: 1.35; letter-spacing: 1px; text-align: right; opacity: 0; animation: preloader-meta-in .5s 3.35s forwards; }
@keyframes preloader-mark-in { to { opacity: 1; transform: translateX(0) scale(1); filter: blur(0); } }
@keyframes preloader-dot-in { to { opacity: 1; box-shadow: 0 0 0 7px rgba(255,255,255,.08); } }
@keyframes preloader-letter { to { opacity: 1; transform: translateX(0) translateY(0); filter: blur(0); } }
@keyframes preloader-caret { 0%,45% { opacity: 1; } 46%,100% { opacity: 0; } }
@keyframes preloader-rule { to { transform: translateX(0); } }
@keyframes preloader-meta-in { to { opacity: 1; transform: translateY(0); } }
@keyframes preloader-orbit { from { opacity: 0; transform: scale(.54); } to { opacity: 1; transform: scale(1); } }
@keyframes preloader-failsafe { to { visibility: hidden; clip-path: inset(0 0 100% 0); pointer-events: none; } }
button,input,select { font: inherit; }
button,a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible { outline: 3px solid rgba(44,122,54,.32); outline-offset: 3px; }
.sr-only,.skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link:focus { position: fixed; z-index: 100000; left: 1rem; top: 1rem; padding: .75rem 1rem; color: #142119; background: var(--lime); border: 2px solid var(--ink); border-radius: 10px; font-weight: 850; }

.site-header { position: sticky; z-index: 50; top: 0; width: 100%; color: #253029; background: var(--lime); box-shadow: 0 1px 0 rgba(43,54,46,.12); }
.header-main,.header-sub { width: min(var(--container),calc(100% - 40px)); margin: 0 auto; display: flex; align-items: center; }
.header-main { min-height: 76px; gap: 30px; }
.header-sub { min-height: 44px; justify-content: space-between; gap: 32px; border-top: 1px solid rgba(49,66,51,.12); }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 9px; color: #263229; text-decoration: none; font-size: 21px; font-weight: 900; letter-spacing: -.8px; }
.brand > span:last-child > span { color: var(--green-dark); }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; color: var(--lime); background: #263229; border-radius: 12px 12px 12px 4px; font-size: 20px; font-weight: 950; box-shadow: 0 6px 14px rgba(30,48,35,.16); }
.hero-search { min-width: 240px; max-width: 720px; height: 48px; flex: 1; display: flex; align-items: stretch; overflow: hidden; background: #fff; border: 1px solid rgba(33,51,37,.12); border-radius: 9px; box-shadow: 0 2px 8px rgba(26,43,31,.12); }
.hero-search:focus-within { border-color: rgba(44,122,54,.56); box-shadow: 0 0 0 3px rgba(44,122,54,.11),0 2px 8px rgba(26,43,31,.12); }
.hero-search input { min-width: 0; flex: 1; padding: 0 18px; color: var(--ink); background: transparent; border: 0; outline: 0; font-size: 15px; }
.hero-search input::placeholder { color: #919a93; }
.hero-search button { flex: 0 0 54px; display: grid; place-items: center; color: var(--ink); background: #fff; border: 0; border-left: 1px solid #e3e6e1; cursor: pointer; }
.search-icon { position: relative; width: 17px; height: 17px; border: 2px solid #465149; border-radius: 50%; }
.search-icon::after { content: ""; position: absolute; width: 7px; height: 2px; right: -6px; bottom: -3px; background: #465149; transform: rotate(45deg); border-radius: 2px; }
.telegram-link { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; color: #223126; background: rgba(255,255,255,.38); border: 1px solid rgba(31,56,37,.16); border-radius: 9px; text-decoration: none; font-size: 12px; font-weight: 800; transition: background .18s ease,transform .18s ease; }
.telegram-link:hover { background: rgba(255,255,255,.66); transform: translateY(-1px); }
.header-location,.header-proof { display: inline-flex; align-items: center; gap: 7px; color: #556057; font-size: 12px; }
.header-location i,.header-proof i { color: var(--green-dark); font-style: normal; font-weight: 900; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { color: #445047; text-decoration: none; font-size: 12px; transition: color .18s ease; }
nav a:hover { color: #17241a; }
.header-proof { font-weight: 700; }

main { overflow: clip; }
.hero { padding: 34px 0 0; background: linear-gradient(180deg,#dfff62 0,#dfff62 23%,#f3f4f2 23%,#f3f4f2 100%); }
.hero-shell { width: min(var(--container),calc(100% - 40px)); min-height: 420px; margin: 0 auto; display: grid; grid-template-columns: minmax(300px,.78fr) minmax(560px,1.22fr); overflow: hidden; color: #fff; background: linear-gradient(125deg,#17231c 0%,#22362a 58%,#2c5131 100%); border-radius: 22px; box-shadow: var(--shadow); }
.hero-copy { position: relative; z-index: 2; padding: clamp(44px,5vw,72px); display: flex; flex-direction: column; align-items: start; justify-content: center; }
.hero-copy::after { content: ""; position: absolute; z-index: -1; width: 290px; height: 290px; left: -115px; bottom: -150px; border-radius: 50%; background: rgba(223,255,98,.10); filter: blur(10px); }
.eyebrow,.section-kicker { display: inline-flex; align-items: center; gap: 8px; color: #a9b2aa; text-transform: uppercase; letter-spacing: 1.25px; font-size: 10px; font-weight: 900; }
.eyebrow { color: var(--lime); }
.eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 13px currentColor; }
.hero h1 { max-width: 540px; margin: 16px 0 17px; font-size: clamp(36px,4.1vw,58px); line-height: 1.01; letter-spacing: -.052em; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-copy p { max-width: 500px; margin: 0 0 28px; color: #c6cec7; font-size: 15px; line-height: 1.65; }
.hero-cta { display: inline-flex; align-items: center; gap: 12px; min-height: 46px; padding: 0 18px; color: #18231b; background: var(--lime); border-radius: 9px; text-decoration: none; font-size: 13px; font-weight: 900; transition: transform .18s ease,background .18s ease; }
.hero-cta:hover { background: #e8ff8d; transform: translateY(-2px); }
.featured { min-width: 0; display: grid; grid-template-columns: minmax(260px,.9fr) minmax(285px,1.1fr); isolation: isolate; overflow: hidden; background: #fff; }
.featured.featured-enter { animation: featured-in .52s both cubic-bezier(.2,.8,.2,1); }
@keyframes featured-in { from { opacity: .4; transform: translateX(12px); } }
.featured-empty { grid-column: 1/-1; display: flex; align-items: center; justify-content: center; gap: 12px; color: #6e786f; font-size: 13px; }
.loading-ring { width: 20px; height: 20px; border: 2px solid #dfe3de; border-top-color: var(--green); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(1turn); } }
.featured-media { position: relative; min-height: 420px; padding: 42px 30px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 46%,#fff 0,#f4f7f2 64%,#e9eee7 100%); }
.featured-media::after { content: "Oferta do dia"; position: absolute; left: 24px; top: 22px; padding: 7px 10px; color: #1f5427; background: var(--lime-soft); border-radius: 7px; font-size: 9px; font-weight: 950; text-transform: uppercase; letter-spacing: .65px; }
.featured-media .featured-product-image { width: 100%; height: 310px; object-fit: contain; filter: drop-shadow(0 20px 25px rgba(35,48,38,.18)); transition: opacity .4s ease,transform .32s ease; }
.featured:hover .featured-product-image.image-ready { transform: scale(1.035); }
.featured-body { min-width: 0; padding: 44px 36px; display: flex; flex-direction: column; color: var(--ink); background: #fff; border-left: 1px solid #e5e8e3; }
.featured-kicker { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--green); font-size: 9px; text-transform: uppercase; font-weight: 900; letter-spacing: .85px; }
.featured-kicker span:last-child { color: var(--muted-2); text-align: right; }
.featured h2 { margin: 18px 0; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 4; font-size: clamp(20px,2vw,27px); line-height: 1.25; letter-spacing: -.5px; }
.featured-footer { margin-top: auto; padding-top: 20px; display: flex; align-items: end; justify-content: space-between; gap: 15px; }
.featured-actions { display: flex; gap: 8px; }
.price-line { min-width: 0; display: flex; align-items: end; flex-wrap: wrap; gap: 6px 10px; }
.price-line strong { font-size: 30px; line-height: 1; letter-spacing: -1.1px; }
.old-price { color: var(--muted-2); font-size: 12px; text-decoration: line-through; }
.hero-stats { width: min(960px,calc(100% - 72px)); min-height: 90px; margin: -18px auto 0; position: relative; z-index: 4; display: grid; grid-template-columns: repeat(3,1fr); background: #fff; border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow-sm); }
.hero-stats > div { padding: 20px 28px; display: flex; align-items: center; gap: 13px; border-right: 1px solid var(--line); }
.hero-stats > div:last-child { border: 0; }
.stat-icon { flex: 0 0 38px; width: 38px; height: 38px; display: grid; place-items: center; color: var(--green); background: var(--lime-soft); border-radius: 50%; font-weight: 900; }
.hero-stats > div > span:last-child { display: flex; flex-direction: column; }
.hero-stats strong { color: var(--ink); font-size: 19px; line-height: 1.05; }
.hero-stats small { margin-top: 4px; color: var(--muted); font-size: 10px; }

.trust-strip { width: min(var(--container),calc(100% - 40px)); margin: 30px auto 0; display: grid; grid-template-columns: repeat(4,1fr); overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.trust-strip > div { min-width: 0; padding: 24px; display: flex; align-items: center; gap: 14px; border-right: 1px solid var(--line); }
.trust-strip > div:last-child { border: 0; }
.trust-icon { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; color: var(--green); background: #f1f8ef; border-radius: 50%; font-size: 18px; font-weight: 900; }
.trust-strip p { min-width: 0; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.4; }
.trust-strip strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 13px; }

.category-shelf,.discovery,.catalog { width: min(var(--container),calc(100% - 40px)); margin-inline: auto; }
.category-shelf { padding-top: 62px; }
.shelf-heading,.section-heading { margin-bottom: 22px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.shelf-heading h2,.section-heading h2 { margin: 5px 0 0; font-size: clamp(25px,3vw,34px); letter-spacing: -.9px; }
.section-kicker { color: var(--green); }
.shelf-heading > a { color: var(--blue); text-decoration: none; font-size: 12px; font-weight: 700; }
.category-list { display: grid; grid-auto-flow: column; grid-auto-columns: 132px; gap: 12px; padding: 2px 2px 12px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; scrollbar-color: #cbd2c8 transparent; }
.category-button { min-height: 142px; padding: 17px 11px 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; box-shadow: var(--shadow-sm); transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.category-button:hover { transform: translateY(-4px); border-color: #bac4b8; box-shadow: 0 12px 25px rgba(37,47,39,.11); }
.category-button.active { color: #17331d; border-color: #8fbf54; background: linear-gradient(180deg,#f7ffd9,#fff); box-shadow: 0 0 0 2px rgba(89,142,46,.13); }
.category-icon { width: 52px; height: 52px; display: grid; place-items: center; color: var(--green); background: #eff7ec; border-radius: 50%; font-size: 22px; font-weight: 800; }
.category-button.active .category-icon { color: #203c25; background: var(--lime); }
.category-label { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; font-weight: 750; }
.category-button > small { color: var(--muted-2); font-size: 9px; }

.discovery { padding-top: 48px; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.discovery-card { position: relative; min-height: 186px; padding: 28px; display: flex; align-items: center; overflow: hidden; color: var(--ink); border: 0; border-radius: 17px; text-align: left; text-decoration: none; cursor: pointer; box-shadow: var(--shadow-sm); transition: transform .2s ease,box-shadow .2s ease; }
.discovery-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.discovery-price { background: linear-gradient(135deg,#dfffc2,#f4ffe9); }
.discovery-discount { color: #fff; background: linear-gradient(135deg,#355cc9,#447cf0); }
.discovery-history { color: #fff; background: linear-gradient(135deg,#202d25,#34513b); }
.discovery-copy { position: relative; z-index: 2; max-width: 72%; display: flex; flex-direction: column; align-items: start; }
.discovery-copy small { margin-bottom: 9px; opacity: .72; text-transform: uppercase; letter-spacing: 1px; font-size: 9px; font-style: normal; font-weight: 850; }
.discovery-copy strong { font-size: 19px; line-height: 1.22; letter-spacing: -.35px; }
.discovery-copy i { margin-top: 17px; font-size: 10px; font-style: normal; font-weight: 800; opacity: .82; }
.discovery-visual { position: absolute; right: -10px; bottom: -25px; width: 142px; height: 142px; display: grid; place-items: center; color: currentColor; background: rgba(255,255,255,.23); border-radius: 50%; font-size: 39px; font-weight: 950; transform: rotate(-8deg); }

.catalog { padding: 70px 0 100px; }
.sort-control { display: flex; align-items: center; gap: 11px; color: var(--muted); font-size: 11px; }
.sort-control select { min-width: 160px; padding: 11px 34px 11px 13px; color: var(--ink); background: #fff; border: 1px solid var(--line-strong); border-radius: 9px; cursor: pointer; }
.results-bar { min-height: 31px; margin: -8px 0 17px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.results-summary { margin: 0; color: var(--muted); font-size: 11px; }
.quality-status { display: inline-flex; align-items: center; gap: 7px; color: var(--green); font-size: 10px; font-weight: 750; }
.quality-status::before { content: "✓"; display: grid; place-items: center; width: 18px; height: 18px; color: #244027; background: var(--lime); border-radius: 50%; font-size: 10px; font-weight: 950; }
.product-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(225px,1fr)); gap: 15px; }
.product-card { min-width: 0; min-height: 455px; display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid #e2e5e0; border-radius: 13px; box-shadow: 0 1px 3px rgba(36,45,38,.05); transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease,opacity .42s ease; }
.product-card.reveal-item { opacity: 0; transform: translateY(18px); content-visibility: auto; contain-intrinsic-size: 250px 455px; transition-delay: calc(var(--reveal-order,0) * 24ms); }
.product-card.reveal-item.is-visible { opacity: 1; transform: translateY(0); }
.product-card:hover { transform: translateY(-5px); border-color: #d2d7cf; box-shadow: 0 16px 34px rgba(37,47,39,.13); }
.product-image { position: relative; height: 220px; padding: 24px; display: grid; place-items: center; overflow: hidden; background: #fff; border-bottom: 1px solid #edf0eb; }
.product-image:focus-visible { outline: 3px solid rgba(44,122,54,.32); outline-offset: -4px; }
.product-image img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; transition: transform .28s ease,opacity .35s ease; }
.image-loading { opacity: 0; }
.image-pending { opacity: 1; background: linear-gradient(100deg,#f4f6f2 20%,#e9eee8 38%,#f4f6f2 56%); background-size: 220% 100%; animation: image-pending-scan 1.8s ease-in-out infinite; }
@keyframes image-pending-scan { 0% { background-position: 100% 0; } 100% { background-position: -100% 0; } }
.image-ready { opacity: 1; }
.image-fallback { opacity: .85; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-card.no-image .product-image img { opacity: .82; }
.badge { position: absolute; z-index: 2; top: 13px; left: 13px; padding: 6px 8px; color: #244027; background: var(--lime); border-radius: 6px; font-size: 8px; font-weight: 950; text-transform: uppercase; letter-spacing: .42px; }
.badge.discount { left: auto; right: 13px; color: #214a28; background: #dff5d8; }
.product-body { flex: 1; padding: 16px; display: flex; flex-direction: column; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 9px; color: var(--muted-2); font-size: 8px; text-transform: uppercase; letter-spacing: .55px; }
.product-meta span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.product-meta span:first-child { color: var(--green); font-weight: 750; }
.product-title { min-height: 54px; margin: 9px 0 12px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; color: #3f4850; font-size: 13px; font-weight: 600; line-height: 1.38; }
.product-prices { min-height: 49px; display: flex; flex-direction: column; }
.product-prices strong { color: #1f272d; font-size: 24px; font-weight: 500; line-height: 1.15; letter-spacing: -.7px; }
.product-prices .old-price { min-height: 16px; font-size: 10px; }
.history-note { margin-top: 5px; color: var(--green); font-size: 9px; font-weight: 700; }
.coupon { margin-top: 10px; min-height: 33px; padding: 6px 8px 6px 9px; display: flex; align-items: center; justify-content: space-between; gap: 7px; overflow: hidden; color: var(--green); background: #f2f9ef; border: 1px dashed #a8cda5; border-radius: 7px; font: 750 9px ui-monospace,SFMono-Regular,Consolas,monospace; }
.coupon-copy { min-width: 0; padding: 0; overflow: hidden; color: inherit; background: transparent; border: 0; text-align: left; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; font: inherit; text-transform: uppercase; }
.coupon-copy:hover { color: var(--green-dark); }
.coupon > span { flex: 0 0 auto; color: #5f7763; }
.card-actions { margin-top: auto; padding-top: 14px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 7px; }
.detail-button,.buy-button { position: relative; min-height: 39px; padding: 0 13px; display: inline-grid; place-items: center; overflow: hidden; border-radius: 8px; font-size: 11px; font-weight: 800; cursor: pointer; text-decoration: none; transition: border-color .18s ease,background .18s ease,transform .18s ease; }
.detail-button { color: var(--green); background: #edf5ec; border: 0; }
.detail-button:hover { background: #e2efdf; }
.buy-button { color: #fff; background: var(--green); border: 0; }
.buy-button:hover { background: var(--green-dark); transform: translateY(-1px); }
.catalog-actions { margin-top: 34px; display: flex; justify-content: center; }
.load-more,.retry-button { min-width: 220px; min-height: 45px; padding: 0 20px; color: #fff; background: var(--green); border: 0; border-radius: 9px; font-weight: 850; cursor: pointer; box-shadow: var(--shadow-sm); transition: background .18s ease,transform .18s ease; }
.load-more:hover,.retry-button:hover { background: var(--green-dark); transform: translateY(-2px); }
.empty-state { grid-column: 1/-1; min-height: 250px; padding: 55px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: var(--muted); text-align: center; background: #fff; border: 1px dashed var(--line-strong); border-radius: var(--radius); }
.empty-state strong { color: var(--ink); font-size: 20px; }
.empty-state span { font-size: 12px; }
.retry-button { min-width: 170px; min-height: 40px; margin-top: 12px; }
.skeleton { min-height: 455px; background: linear-gradient(100deg,#f3f5f2 20%,#fff 44%,#f3f5f2 68%); background-size: 250% 100%; animation: shimmer 1.2s infinite; }
@keyframes shimmer { to { background-position-x: -250%; } }

footer { padding: 42px max(20px,calc((100% - var(--container)) / 2)); display: grid; grid-template-columns: auto minmax(250px,1fr) auto; align-items: center; gap: 42px; color: var(--muted); background: #fff; border-top: 1px solid var(--line); font-size: 10px; }
.footer-brand { display: flex; flex-direction: column; align-items: start; gap: 8px; }
.footer-brand small { color: var(--muted-2); font-size: 9px; }
footer p { max-width: 640px; margin: 0 auto; text-align: center; line-height: 1.6; }
.footer-status { display: flex; flex-direction: column; align-items: end; gap: 4px; }
.footer-status span { color: var(--green); font-weight: 750; }
.footer-status small { color: var(--muted-2); }

dialog { width: min(930px,calc(100% - 24px)); max-height: calc(100vh - 32px); padding: 0; overflow: auto; color: var(--ink); background: #fff; border: 0; border-radius: 18px; box-shadow: 0 34px 110px rgba(28,39,31,.34); }
dialog[open] { animation: dialog-in .25s both cubic-bezier(.2,.8,.2,1); }
dialog[open]::backdrop { animation: backdrop-in .22s both; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(14px) scale(.98); } }
@keyframes backdrop-in { from { opacity: 0; } }
dialog::backdrop { background: rgba(26,35,29,.65); backdrop-filter: blur(5px); }
.dialog-close { position: sticky; z-index: 4; float: right; top: 13px; width: 38px; height: 38px; margin: 13px 13px -52px 0; color: var(--ink); background: rgba(255,255,255,.92); border: 1px solid var(--line); border-radius: 50%; font-size: 21px; cursor: pointer; }
.dialog-product { display: grid; grid-template-columns: .95fr 1.05fr; }
.dialog-media { min-height: 430px; padding: 45px; display: grid; place-items: center; background: #f7f8f6; border-right: 1px solid var(--line); }
.dialog-media img { width: 100%; max-height: 340px; object-fit: contain; }
.dialog-info { padding: 56px 44px; }
.dialog-info .eyebrow { color: var(--green); }
.dialog-info h2 { margin: 13px 0 23px; font-size: clamp(23px,3vw,30px); line-height: 1.2; letter-spacing: -.9px; }
.dialog-info .price-line { margin: 12px 0; }
.dialog-info .coupon { margin-top: 19px; }
.dialog-info .buy-button { width: 100%; min-height: 48px; margin-top: 20px; }
.history-panel { clear: both; padding: 0 44px 44px; }
.history-panel h3 { margin: 0 0 6px; font-size: 20px; }
.history-summary { color: var(--muted); font-size: 11px; }
.chart-wrap { position: relative; margin-top: 20px; padding: 20px; background: #f8f9f7; border: 1px solid var(--line); border-radius: 13px; }
#price-chart { width: 100%; height: 230px; }
.history-slider { width: 100%; accent-color: var(--green); }
.point-readout { margin: 8px 0 12px; display: flex; justify-content: space-between; gap: 12px; font-size: 11px; }
.point-readout strong { color: var(--green); }
.history-metrics { margin-top: 12px; display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.history-metrics div { padding: 13px; background: #fff; border: 1px solid var(--line); border-radius: 9px; }
.history-metrics span { display: block; margin-bottom: 4px; color: var(--muted); font-size: 8px; text-transform: uppercase; }
.toast { position: fixed; z-index: 80; left: 50%; bottom: 22px; transform: translateX(-50%); padding: 12px 16px; color: #fff; background: #26332a; border-radius: 9px; box-shadow: var(--shadow); font-size: 12px; animation: toast-in .22s both; }
@keyframes toast-in { from { opacity: 0; transform: translate(-50%,9px); } }

body.custom-cursor-enabled,body.custom-cursor-enabled * { cursor: none !important; }
/* O dialog entra na camada superior do navegador; se o JS for interrompido,
   restaura o ponteiro nativo em vez de escondê-lo atrás dessa camada. */
body.custom-cursor-enabled dialog[open],body.custom-cursor-enabled dialog[open] * { cursor: auto !important; }
body.custom-cursor-enabled dialog[open] a,body.custom-cursor-enabled dialog[open] button,body.custom-cursor-enabled dialog[open] input { cursor: pointer !important; }
.promo-cursor-dot,.promo-cursor-ring { position: fixed; z-index: 2147483646; top: 0; left: 0; pointer-events: none; opacity: 0; will-change: transform; }
.promo-cursor-dot { width: 8px; height: 8px; border: 1px solid rgba(255,255,255,.85); border-radius: 50%; background: var(--green); box-shadow: 0 0 0 2px rgba(44,122,54,.16),0 0 14px rgba(44,122,54,.55); transition: width .16s ease,height .16s ease,opacity .15s ease,background .16s ease; }
.promo-cursor-ring { width: 36px; height: 36px; border: 2px solid rgba(44,122,54,.77); border-radius: 50%; background: rgba(44,122,54,.045); box-shadow: 0 0 0 1px rgba(255,255,255,.52); transition: width .18s ease,height .18s ease,opacity .15s ease,border-color .18s ease,background .18s ease; }
.promo-cursor-dot.is-visible,.promo-cursor-ring.is-visible { opacity: 1; }
.promo-cursor-dot.is-interactive { width: 10px; height: 10px; background: var(--blue); }
.promo-cursor-ring.is-interactive { width: 50px; height: 50px; border-color: var(--blue); background: rgba(40,116,240,.08); }
.promo-cursor-ring.is-pressed { width: 25px; height: 25px; }

@media (max-width:1080px) {
  .header-main { gap: 18px; }
  .header-location span,.header-proof { display: none; }
  .hero-shell { grid-template-columns: .82fr 1.18fr; }
  .featured { grid-template-columns: .9fr 1.1fr; }
  .featured-body { padding: 34px 25px; }
  .featured-footer { align-items: start; flex-direction: column; }
  .trust-strip { grid-template-columns: repeat(2,1fr); }
  .trust-strip > div:nth-child(2) { border-right: 0; }
  .trust-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .discovery { grid-template-columns: repeat(2,1fr); }
  .discovery-history { grid-column: 1/-1; }
}
@media (max-width:920px) {
  .hero-shell { grid-template-columns: 1fr; }
  .hero-copy { padding: 44px 38px; }
  .featured { grid-template-columns: minmax(240px,.82fr) minmax(280px,1.18fr); border-top: 1px solid rgba(255,255,255,.1); }
  .featured-media { min-height: 340px; }
  .featured-media .featured-product-image { height: 260px; }
}
@media (max-width:800px) {
  html { scroll-padding-top: 80px; }
  .site-header { position: relative; }
  .header-main { min-height: 74px; display: grid; grid-template-columns: 1fr auto; padding: 10px 0; }
  .header-main .brand { grid-column: 1; }
  .telegram-link { grid-column: 2; }
  .hero-search { grid-column: 1/-1; grid-row: 2; width: 100%; max-width: none; }
  .header-sub { display: none; }
  .hero { padding-top: 18px; background: linear-gradient(180deg,#dfff62 0,#dfff62 12%,#f3f4f2 12%); }
  .hero-copy { padding: 40px 32px; }
  .featured { grid-template-columns: minmax(220px,.82fr) minmax(260px,1.18fr); border-top: 1px solid rgba(255,255,255,.1); }
  .featured-media { min-height: 330px; }
  .featured-media .featured-product-image { height: 250px; }
  .hero-stats { width: min(620px,calc(100% - 54px)); }
  .hero-stats > div { padding: 17px; }
  .stat-icon { display: none; }
  .trust-strip { margin-top: 22px; }
  .discovery { grid-template-columns: 1fr; }
  .discovery-history { grid-column: auto; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-brand,.footer-status { align-items: center; }
  .dialog-product { grid-template-columns: 1fr; }
  .dialog-media { min-height: 285px; border-right: 0; border-bottom: 1px solid var(--line); }
  .dialog-info,.history-panel { padding: 30px 24px; }
}
@media (max-width:560px) {
  .header-main,.hero-shell,.trust-strip,.category-shelf,.discovery,.catalog { width: min(100% - 24px,var(--container)); }
  .header-main { grid-template-columns: 1fr auto; gap: 10px; }
  .brand { font-size: 18px; }
  .brand-mark { width: 34px; height: 34px; font-size: 17px; }
  .telegram-link { width: 39px; height: 39px; padding: 0; justify-content: center; border-radius: 50%; }
  .telegram-link span:last-child { display: none; }
  .hero-copy { padding: 34px 25px 38px; }
  .hero h1 { font-size: clamp(34px,11vw,46px); }
  .featured { grid-template-columns: 1fr; }
  .featured-media { min-height: 270px; padding: 38px 28px; }
  .featured-media .featured-product-image { height: 210px; }
  .featured-body { padding: 26px 24px; border-left: 0; border-top: 1px solid var(--line); }
  .featured-footer { flex-direction: row; align-items: end; }
  .featured-actions { flex-direction: column; }
  .hero-stats { width: min(100% - 38px,430px); grid-template-columns: 1fr; margin-top: -12px; }
  .hero-stats > div { padding: 13px 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-stats > div:last-child { border-bottom: 0; }
  .hero-stats > div > span:last-child { flex-direction: row; align-items: baseline; gap: 7px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip > div:nth-child(2) { border-bottom: 1px solid var(--line); }
  .category-shelf { padding-top: 48px; }
  .shelf-heading,.section-heading { align-items: start; flex-direction: column; gap: 12px; }
  .category-list { margin-right: -12px; grid-auto-columns: 120px; }
  .discovery { padding-top: 36px; }
  .discovery-card { min-height: 165px; padding: 24px; }
  .discovery-copy strong { font-size: 17px; }
  .catalog { padding: 56px 0 78px; }
  .sort-control { width: 100%; justify-content: space-between; }
  .results-bar { align-items: start; flex-direction: column; gap: 6px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image { height: 260px; }
  .history-metrics { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto !important; }
  /* O preloader é uma escolha visual explícita do projeto e permanece
     animado. O restante da interface já evita reveals/scroll suave pelo JS. */
}
