/* 808burger — loja (v2). Sem framework: CSS puro, mobile-first. */
:root {
  --bg: #0b0b0d; --bg-2: #101014; --card: #141419; --card-2: #1a1a21; --line: rgba(255,255,255,.08); --line-2: rgba(255,255,255,.14);
  --text: #f5f2ee; --muted: #a7a29b; --muted-2: #6f6b66;
  --red: #ff3b3b; --red-2: #ff5d5d; --red-soft: rgba(255,59,59,.14); --gold: #f6c453; --green: #3ddc84; --amber: #ffb547;
  --radius: 16px; --radius-sm: 10px; --shadow: 0 20px 60px rgba(0,0,0,.55);
  --display: 'Bebas Neue', 'Impact', sans-serif; --body: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --topbar-h: 68px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.locked { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
input, textarea, select { font: inherit; color: inherit; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }
[hidden] { display: none !important; }
.container { width: min(1200px, 100% - 32px); margin-inline: auto; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--red); color: #fff; padding: 8px 12px; border-radius: 8px; z-index: 100; }
.skip:focus { left: 8px; }
.display { font-family: var(--display); font-weight: 400; letter-spacing: .01em; line-height: .95; text-transform: uppercase; margin: 0; }
.display em { font-style: normal; color: var(--red); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 14px; font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--red); }
.eyebrow__line { width: 26px; height: 2px; background: var(--red); border-radius: 2px; }
.section-head { margin: 0 0 22px; }
.section-head .display { font-size: clamp(34px, 5vw, 52px); }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); }

/* Botões */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; border: 1px solid transparent; padding: 11px 20px; font-weight: 700; font-size: 14px; letter-spacing: .02em; transition: transform .15s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease; white-space: nowrap; }
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--red); color: #fff; box-shadow: 0 10px 30px rgba(255,59,59,.28); }
.btn--primary:hover { background: var(--red-2); box-shadow: 0 12px 34px rgba(255,59,59,.4); }
.btn--primary:disabled { opacity: .55; cursor: not-allowed; box-shadow: none; }
.btn--ghost { background: transparent; border-color: var(--line-2); color: var(--text); }
.btn--ghost:hover { border-color: var(--red); color: #fff; background: var(--red-soft); }
.btn--lg { padding: 15px 26px; font-size: 15px; }
.btn--block { width: 100%; }
.btn--outline { background: transparent; border-color: var(--red); color: #fff; }
.btn--outline:hover { background: var(--red); }

/* Topbar */
.topbar { position: sticky; top: 0; z-index: 40; background: rgba(11,11,13,.82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.topbar__inner { height: var(--topbar-h); display: flex; align-items: center; gap: 24px; }
.brand img { height: 44px; width: auto; }
.nav { display: none; gap: 26px; margin-inline: auto; font-weight: 600; font-size: 14px; }
.nav a { color: var(--muted); transition: color .15s; }
.nav a:hover, .nav a.active { color: #fff; }
.topbar__right { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.status { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; }
.status__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--muted-2); box-shadow: 0 0 0 0 transparent; }
.status--open .status__dot { background: var(--green); box-shadow: 0 0 12px var(--green); animation: pulse 2s infinite; }
.status--open { color: #d9ffe9; border-color: rgba(61,220,132,.35); }
.status--closed .status__dot { background: var(--red); }
.status--closed { color: #ffd6d6; border-color: rgba(255,59,59,.35); }
.status .status__text { display: none; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(61,220,132,.5); } 70% { box-shadow: 0 0 0 8px rgba(61,220,132,0); } 100% { box-shadow: 0 0 0 0 rgba(61,220,132,0); } }
.btn--cart { position: relative; padding: 10px 14px; }
.btn--cart span:not(.badge) { display: none; }
.badge { position: absolute; top: -6px; right: -6px; min-width: 20px; height: 20px; padding: 0 6px; border-radius: 999px; background: var(--red); color: #fff; font-size: 11px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; }

/* Hero */
.hero { padding: 40px 0 28px; background: radial-gradient(900px 500px at 80% 20%, rgba(255,59,59,.16), transparent 60%), radial-gradient(600px 400px at 10% 80%, rgba(246,196,83,.08), transparent 60%); }
.hero__grid { display: grid; gap: 28px; align-items: center; }
.hero .display { font-size: clamp(56px, 10vw, 104px); }
.hero__sub { color: var(--muted); font-size: 17px; max-width: 50ch; margin: 18px 0 26px; }
.hero__actions { display: flex; flex-direction: column; gap: 22px; }
.hero__meta { display: flex; flex-wrap: wrap; gap: 10px 20px; font-size: 13px; color: var(--muted); }
.hero__meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero__meta b { color: var(--text); font-weight: 600; }
.hero__meta svg { color: var(--gold); }
.hero__closed { margin-top: 20px; padding: 14px 16px; border-radius: var(--radius-sm); background: var(--red-soft); border: 1px solid rgba(255,59,59,.35); color: #ffd6d6; font-size: 14px; }
.hero__media { margin: 0; position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-2); box-shadow: var(--shadow), 0 0 80px rgba(255,59,59,.18); aspect-ratio: 16 / 10; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__tag { position: absolute; right: 18px; bottom: 18px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.25); background: rgba(0,0,0,.35); backdrop-filter: blur(8px); border-radius: 12px; display: flex; flex-direction: column; align-items: flex-end; line-height: 1.1; }
.hero__tag span { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }
.hero__tag strong { font-family: var(--display); font-size: 26px; letter-spacing: .04em; }

/* Categorias */
.menu { padding: 12px 0 60px; }
.catbar { position: sticky; top: var(--topbar-h); z-index: 30; background: rgba(11,11,13,.9); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); padding: 12px 0; margin-bottom: 26px; border-bottom: 1px solid var(--line); }
.catbar__inner { display: flex; align-items: center; gap: 14px; }
.chips { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; padding-bottom: 2px; flex: 1; }
.chips::-webkit-scrollbar { display: none; }
.chip { flex: none; display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 999px; border: 1px solid var(--line-2); background: transparent; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); transition: all .15s; }
.chip:hover { color: #fff; border-color: var(--red); }
.chip.active { background: var(--red); border-color: var(--red); color: #fff; box-shadow: 0 8px 24px rgba(255,59,59,.3); }
.search { display: none; align-items: center; gap: 8px; padding: 9px 14px; border: 1px solid var(--line-2); border-radius: 999px; color: var(--muted); min-width: 240px; }
.search input { background: none; border: 0; outline: 0; width: 100%; color: var(--text); }
.search input::placeholder { color: var(--muted-2); }
.search:focus-within { border-color: var(--red); }
.menu__groups { display: grid; gap: 44px; }
.group__title { display: flex; align-items: baseline; gap: 14px; margin: 0 0 16px; }
.group__title h3 { font-family: var(--display); font-size: 30px; margin: 0; letter-spacing: .02em; }
.group__title span { color: var(--muted-2); font-size: 13px; }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 16px; }
.empty { padding: 40px; text-align: center; color: var(--muted); border: 1px dashed var(--line-2); border-radius: var(--radius); }

/* Card de produto */
.product { position: relative; display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.product:hover { transform: translateY(-3px); border-color: rgba(255,59,59,.5); box-shadow: 0 18px 40px rgba(0,0,0,.45); }
.product__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--card-2); cursor: pointer; }
.product__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product:hover .product__media img { transform: scale(1.05); }
.product__media .ph { width: 100%; height: 100%; display: grid; place-items: center; color: var(--muted-2); }
.product__media .ph svg { width: 44px; height: 44px; }
.product__badge { position: absolute; top: 12px; left: 12px; padding: 5px 10px; border-radius: 999px; background: var(--red); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product__badge--promo { background: var(--gold); color: #1a1200; }
.product__fav { position: absolute; top: 10px; right: 10px; color: var(--red); background: rgba(0,0,0,.45); border-radius: 50%; padding: 6px; }
.product__body { padding: 16px 16px 8px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.product__top { display: flex; justify-content: space-between; gap: 10px; align-items: flex-start; }
.product__name { font-family: var(--display); font-size: 24px; letter-spacing: .02em; line-height: 1; margin: 0; }
.product__desc { color: var(--muted); font-size: 13.5px; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.price { color: var(--gold); font-weight: 700; font-size: 17px; white-space: nowrap; text-align: right; line-height: 1.1; }
.price s { display: block; color: var(--muted-2); font-size: 12px; font-weight: 500; }
.product__foot { padding: 8px 16px 16px; margin-top: auto; }
.product__foot .btn { width: 100%; justify-content: space-between; }
.product__foot .btn svg { width: 18px; height: 18px; }
.product--soldout { opacity: .55; }

/* Como funciona */
.how { padding: 50px 0; border-top: 1px solid var(--line); background: var(--bg-2); }
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; counter-reset: s; }
.steps li { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); }
.steps__n { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--red-soft); color: var(--red); font-family: var(--display); font-size: 22px; margin-bottom: 12px; }
.steps h3 { margin: 0 0 6px; font-size: 18px; }
.steps p { margin: 0; color: var(--muted); font-size: 14px; }

/* Entrega */
.delivery { padding: 60px 0; }
.delivery__grid { display: grid; gap: 30px; padding: 34px; border-radius: 24px; background: linear-gradient(135deg, #131318, #0d0d10); border: 1px solid var(--line); position: relative; overflow: hidden; }
.delivery__grid::before { content: ''; position: absolute; inset: -40% 40% 30% -20%; background: radial-gradient(closest-side, rgba(246,196,83,.08), transparent); pointer-events: none; }
.delivery .display { font-size: clamp(40px, 6vw, 64px); }
.delivery .display em { color: var(--gold); }
.delivery__text { color: var(--muted); max-width: 46ch; }
.delivery__facts { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 10px; font-size: 14px; }
.delivery__facts li { display: flex; align-items: center; gap: 10px; color: var(--text); }
.delivery__facts svg { color: var(--gold); }
.zones { padding: 8px 0; align-self: start; }
.zones__head, .zones__list li { display: flex; justify-content: space-between; padding: 12px 20px; }
.zones__head { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-2); border-bottom: 1px solid var(--line); }
.zones__list { list-style: none; margin: 0; padding: 0; }
.zones__list li { font-size: 14px; border-bottom: 1px solid var(--line); }
.zones__list li:first-child { background: rgba(246,196,83,.06); }
.zones__list b { color: var(--gold); }
.zones__note { padding: 12px 20px 8px; margin: 0; color: var(--muted-2); font-size: 12px; }

/* Rodapé */
.footer { border-top: 1px solid var(--line); padding: 40px 0 28px; background: var(--bg-2); }
.footer__grid { display: grid; gap: 28px; }
.footer__tagline { color: var(--muted); font-size: 14px; margin: 12px 0 0; max-width: 34ch; }
.footer__col h4 { margin: 0 0 10px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted-2); }
.footer__col a { display: block; color: var(--muted); font-size: 14px; margin-bottom: 6px; }
.footer__col a:hover { color: #fff; }
.hours { list-style: none; padding: 0; margin: 0; font-size: 13px; color: var(--muted); display: grid; gap: 4px; }
.hours li { display: flex; justify-content: space-between; gap: 16px; max-width: 260px; }
.hours li.today { color: var(--text); font-weight: 600; }
.hours .off { color: var(--muted-2); }
.footer__bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 12px; color: var(--muted-2); }
.footer__bottom a:hover { color: var(--text); }

/* Barra mobile */
.mobilebar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 35; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: linear-gradient(transparent, rgba(11,11,13,.9) 40%); }
.mobilebar .btn { width: 100%; justify-content: space-between; padding: 14px 18px; }
.mobilebar__count { display: inline-grid; place-items: center; min-width: 26px; height: 26px; padding: 0 8px; border-radius: 8px; background: rgba(0,0,0,.25); font-size: 13px; }
.mobilebar__total { font-weight: 800; }

/* Modais e drawer */
.modal, .drawer { position: fixed; inset: 0; z-index: 60; display: flex; align-items: flex-end; justify-content: center; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.65); backdrop-filter: blur(3px); animation: fade .2s ease; }
@keyframes fade { from { opacity: 0; } }
@keyframes up { from { transform: translateY(30px); opacity: 0; } }
@keyframes slide { from { transform: translateX(40px); opacity: 0; } }
.modal__panel { position: relative; width: 100%; max-height: 92vh; overflow: auto; background: var(--card); border: 1px solid var(--line-2); border-radius: 22px 22px 0 0; animation: up .25s ease; box-shadow: var(--shadow); }
.modal__close { position: absolute; top: 12px; right: 12px; z-index: 2; width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line-2); background: rgba(0,0,0,.5); display: grid; place-items: center; color: #fff; }
.modal__close:hover { border-color: #fff; }
.modal__panel--product { display: flex; flex-direction: column; padding: 0; }
.pm__media { aspect-ratio: 16 / 9; background: var(--card-2); }
.pm__media img { width: 100%; height: 100%; object-fit: cover; }
.pm__body { padding: 20px 20px 10px; display: grid; gap: 16px; }
.pm__head { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; }
.pm__head .display { font-size: 32px; }
.pm__head .price { font-size: 20px; }
.pm__desc { margin: 0; color: var(--muted); font-size: 15px; }
.pm__group { border: 0; padding: 0; margin: 0; display: grid; gap: 10px; }
.pm__group legend, .field > span { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); padding: 0; margin-bottom: 4px; display: block; }
.field small { text-transform: none; letter-spacing: 0; font-weight: 500; color: var(--muted-2); }
.options { display: flex; flex-wrap: wrap; gap: 8px; }
.options--stack { flex-direction: column; }
.opt { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border: 1px solid var(--line-2); border-radius: 12px; cursor: pointer; font-size: 14px; transition: border-color .15s, background .15s; background: var(--bg-2); }
.opt input { accent-color: var(--red); width: 18px; height: 18px; margin: 0; }
.opt:hover { border-color: var(--red); }
.opt.checked { border-color: var(--red); background: var(--red-soft); }
.opt__price { margin-left: auto; color: var(--gold); font-weight: 700; font-size: 13px; }
.opt__sub { color: var(--muted-2); font-size: 12px; }
.field input, .field textarea, .field select { width: 100%; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--line-2); background: var(--bg-2); outline: 0; transition: border-color .15s; }
.field input:focus, .field textarea:focus { border-color: var(--red); }
.field input.invalid { border-color: var(--red); }
.field textarea { resize: vertical; min-height: 56px; }
.pm__footer { position: sticky; bottom: 0; display: flex; gap: 14px; align-items: center; padding: 14px 20px calc(14px + env(safe-area-inset-bottom)); background: var(--card); border-top: 1px solid var(--line); }
.pm__footer .btn { flex: 1; justify-content: space-between; }
.stepper { display: inline-flex; align-items: center; border: 1px solid var(--line-2); border-radius: 999px; overflow: hidden; }
.stepper button { width: 42px; height: 46px; background: transparent; border: 0; font-size: 20px; color: var(--text); }
.stepper button:hover { background: var(--red-soft); color: var(--red); }
.stepper output { min-width: 34px; text-align: center; font-weight: 700; }
.stepper--sm button { width: 32px; height: 32px; font-size: 16px; }
.stepper--sm output { min-width: 26px; font-size: 14px; }

.drawer { align-items: stretch; justify-content: flex-end; }
.drawer__panel { position: relative; width: min(480px, 100%); height: 100%; background: var(--card); border-left: 1px solid var(--line-2); display: flex; flex-direction: column; animation: slide .25s ease; box-shadow: var(--shadow); }
.drawer__head { display: flex; align-items: center; gap: 12px; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.drawer__head .display { font-size: 30px; }
.drawer__head .modal__close { position: static; margin-left: auto; }
.drawer__back { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line-2); background: transparent; display: grid; place-items: center; }
.drawer__view { flex: 1; overflow: auto; display: flex; flex-direction: column; }
.cart__empty { margin: auto; text-align: center; color: var(--muted); display: grid; gap: 14px; justify-items: center; padding: 40px 20px; }
.cart__empty svg { width: 54px; height: 54px; color: var(--muted-2); }
.cart__lines { list-style: none; margin: 0; padding: 10px 20px; display: grid; gap: 10px; }
.line { display: grid; grid-template-columns: 64px 1fr; gap: 12px; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: var(--bg-2); }
.line__img { width: 64px; height: 64px; border-radius: 10px; object-fit: cover; background: var(--card-2); }
.line__name { font-weight: 700; display: flex; justify-content: space-between; gap: 10px; }
.line__name b { color: var(--gold); white-space: nowrap; }
.line__meta { color: var(--muted); font-size: 12.5px; margin: 2px 0 8px; }
.line__ctrls { display: flex; align-items: center; justify-content: space-between; }
.line__remove { background: none; border: 0; color: var(--muted-2); font-size: 12px; text-decoration: underline; }
.line__remove:hover { color: var(--red); }
.drawer__foot { padding: 16px 20px calc(16px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); display: grid; gap: 12px; background: var(--card); }
.totals { display: flex; justify-content: space-between; font-size: 15px; }
.totals b { color: var(--gold); font-size: 18px; }
.drawer__hint { margin: 0; font-size: 13px; color: var(--amber); }

/* Checkout */
#checkoutForm { padding: 6px 20px 30px; display: grid; gap: 22px; }
.hp { position: absolute; left: -9999px; }
.co__section { display: grid; gap: 12px; }
.co__section h3 { margin: 0; font-family: var(--display); font-size: 22px; letter-spacing: .03em; }
.segmented { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line-2); border-radius: 12px; overflow: hidden; }
.segmented label { position: relative; }
.segmented input { position: absolute; opacity: 0; inset: 0; }
.segmented span { display: block; text-align: center; padding: 11px; font-weight: 700; font-size: 14px; color: var(--muted); cursor: pointer; }
.segmented input:checked + span { background: var(--red); color: #fff; }
.row { display: flex; gap: 10px; }
.field--grow { flex: 1; }
.field--num { width: 110px; }
.quote { padding: 14px; border-radius: 12px; border: 1px solid rgba(61,220,132,.35); background: rgba(61,220,132,.08); font-size: 14px; display: grid; gap: 4px; }
.quote--error { border-color: rgba(255,59,59,.4); background: var(--red-soft); color: #ffd6d6; }
.quote__fee { display: flex; justify-content: space-between; font-weight: 700; }
.quote__fee b { color: var(--gold); }
.quote small { color: var(--muted); }
.pickup { padding: 14px; border-radius: 12px; border: 1px solid var(--line-2); background: var(--bg-2); font-size: 14px; color: var(--muted); }
.pickup b { color: var(--text); }
.pay__note { margin: 0; padding: 12px 14px; border-radius: 12px; background: rgba(246,196,83,.08); border: 1px solid rgba(246,196,83,.3); color: var(--text); font-size: 13px; }
.co__summary { display: grid; gap: 6px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--bg-2); font-size: 14px; }
.co__summary div { display: flex; justify-content: space-between; }
.co__summary .total { border-top: 1px solid var(--line); padding-top: 8px; margin-top: 4px; font-weight: 800; font-size: 16px; }
.co__summary .total b { color: var(--gold); }
.form__error { margin: 0; padding: 12px 14px; border-radius: 12px; background: var(--red-soft); border: 1px solid rgba(255,59,59,.4); color: #ffd6d6; font-size: 14px; }
.co__legal { margin: 0; color: var(--muted-2); font-size: 12px; text-align: center; }

/* Sucesso / acompanhamento */
.success { padding: 24px 20px 40px; display: grid; gap: 18px; text-align: center; }
.success__icon { width: 72px; height: 72px; margin: 0 auto; border-radius: 50%; display: grid; place-items: center; background: rgba(61,220,132,.12); color: var(--green); }
.success__icon svg { width: 34px; height: 34px; stroke-width: 2.2; }
.success h3 { font-family: var(--display); font-size: 34px; margin: 0; }
.success p { margin: 0; color: var(--muted); }
.success .btn--wa { background: #25d366; color: #0b1a10; box-shadow: 0 10px 30px rgba(37,211,102,.25); }
.success .btn--wa:hover { background: #3be07a; }
.pixbox { padding: 14px; border: 1px dashed rgba(246,196,83,.5); border-radius: 12px; text-align: left; font-size: 14px; display: grid; gap: 8px; }
.pixbox code { background: var(--bg-2); padding: 8px 10px; border-radius: 8px; word-break: break-all; display: block; }
.track { text-align: left; display: grid; gap: 0; padding: 4px 0; }
.track__step { display: grid; grid-template-columns: 26px 1fr; gap: 12px; align-items: start; padding: 8px 0; color: var(--muted-2); }
.track__dot { width: 12px; height: 12px; border-radius: 50%; border: 2px solid var(--line-2); margin: 5px auto 0; }
.track__step.done { color: var(--text); }
.track__step.done .track__dot { background: var(--green); border-color: var(--green); }
.track__step.current .track__dot { background: var(--red); border-color: var(--red); box-shadow: 0 0 0 5px var(--red-soft); }
.track__step small { display: block; color: var(--muted-2); font-size: 12px; }
.track__cancel { color: #ffd6d6; background: var(--red-soft); padding: 12px; border-radius: 12px; }

.toast { position: fixed; left: 50%; bottom: 90px; transform: translateX(-50%) translateY(20px); background: #fff; color: #111; padding: 12px 18px; border-radius: 999px; font-weight: 600; font-size: 14px; opacity: 0; pointer-events: none; transition: all .25s; z-index: 80; box-shadow: 0 14px 40px rgba(0,0,0,.5); max-width: calc(100% - 32px); text-align: center; }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.toast--error { background: var(--red); color: #fff; }

/* Responsivo */
@media (min-width: 640px) {
  .status .status__text { display: inline; }
  .btn--cart span:not(.badge) { display: inline; }
  .modal { align-items: center; padding: 24px; }
  .modal__panel { width: min(680px, 100%); border-radius: 22px; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
}
@media (min-width: 900px) {
  .nav { display: flex; }
  .search { display: flex; }
  .hero { padding: 64px 0 40px; }
  .hero__grid { grid-template-columns: 1.05fr 1fr; gap: 48px; }
  .hero__actions { flex-direction: row; align-items: center; gap: 28px; }
  .delivery__grid { grid-template-columns: 1.3fr 1fr; padding: 48px; }
  .mobilebar { display: none !important; }
}
@media (max-width: 899px) {
  body.has-cart main { padding-bottom: 80px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } html { scroll-behavior: auto; } }
