/* ═══════════════ CONFORT PREMIUM – Rei dos Colchões ═══════════════ */
:root {
  --bg: #0b0b0d;
  --bg-2: #121216;
  --bg-3: #17171d;
  --line: rgba(212, 175, 55, .16);
  --line-strong: rgba(212, 175, 55, .45);
  --gold: #d4af37;
  --gold-2: #f0d675;
  --gold-grad: linear-gradient(135deg, #8a6d1f 0%, #d4af37 30%, #f7e08b 50%, #d4af37 70%, #8a6d1f 100%);
  --silver-grad: linear-gradient(180deg, #ffffff 0%, #d9d9de 45%, #8f8f98 55%, #e8e8ec 100%);
  --txt: #f4f2ec;
  --muted: #a7a49b;
  --wa: #1fbf5f;
  --wa-dark: #12813e;
  --shadow-gold: 0 10px 40px -12px rgba(212, 175, 55, .35);
  --radius: 18px;
  --font-display: 'Anton', sans-serif;
  --font-script: 'Great Vibes', cursive;
  --font-body: 'Inter', system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  background: var(--bg);
  color: var(--txt);
  font-family: var(--font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection { background: var(--gold); color: #000; }
img { max-width: 100%; display: block; }
a { color: var(--gold-2); text-decoration: none; }
a:hover { text-decoration: none; }

::-webkit-scrollbar { width: 11px; }
::-webkit-scrollbar-track { background: #0b0b0d; }
::-webkit-scrollbar-thumb { background: #3a3320; border-radius: 6px; border: 2px solid #0b0b0d; }
::-webkit-scrollbar-thumb:hover { background: var(--gold); }

/* ─────────── botões ─────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-weight: 700; font-size: .95rem; letter-spacing: .02em;
  padding: .85rem 1.6rem; border-radius: 999px; border: none; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  white-space: nowrap;
}
.btn svg { width: 1.25em; height: 1.25em; flex: none; }
.btn:active { transform: scale(.97); }
.btn-gold {
  background: var(--gold-grad); background-size: 200% 200%; color: #141005;
  box-shadow: var(--shadow-gold);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 14px 44px -10px rgba(212,175,55,.5); background-position: 100% 0; }
.btn-gold.is-added,
.btn-gold.is-added:hover {
  color: #fff; background: linear-gradient(145deg, #25d366, #128c46);
  box-shadow: 0 12px 34px -10px rgba(37,211,102,.75); transform: none;
  pointer-events: none;
}
.added-check {
  display: inline-grid; place-items: center; width: 1.35rem; height: 1.35rem;
  border-radius: 50%; background: rgba(255,255,255,.2); font-weight: 900;
  animation: addedCheck .35s cubic-bezier(.2,.8,.2,1.25);
}
@keyframes addedCheck { from { transform: scale(0) rotate(-25deg); } to { transform: scale(1) rotate(0); } }
.btn-wa { background: linear-gradient(160deg, #25d366, #128c46); color: #fff; box-shadow: 0 10px 30px -12px rgba(37,211,102,.55); }
.btn-wa:hover { transform: translateY(-2px); filter: brightness(1.07); }
.btn-ghost { background: transparent; color: var(--gold-2); border: 1px solid var(--line-strong); }
.btn-ghost:hover { background: rgba(212,175,55,.08); }
.btn-block { width: 100%; }
.linklike { background: none; border: none; color: var(--gold-2); cursor: pointer; font: inherit; text-decoration: underline; }

/* ─────────── topbar ─────────── */
.topbar {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; gap: 1.5rem;
  padding: .8rem clamp(1rem, 4vw, 3rem);
  background: rgba(11, 11, 13, .82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: .7rem; }
.brand-badge svg { width: 42px; height: 42px; display: block; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-confort {
  font-family: var(--font-display); font-size: 1.35rem; letter-spacing: .06em;
  background: var(--silver-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.brand-premium {
  font-family: var(--font-script); font-size: 1.15rem; margin-top: -2px;
  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.mainnav { display: flex; gap: 1.6rem; margin-left: auto; }
.mainnav a { color: var(--txt); font-weight: 600; font-size: .92rem; opacity: .85; position: relative; }
.mainnav a::after {
  content: ''; position: absolute; left: 0; bottom: -6px; height: 2px; width: 0;
  background: var(--gold-grad); transition: width .25s ease; border-radius: 2px;
}
.mainnav a:hover { opacity: 1; }
.mainnav a:hover::after { width: 100%; }
.topbar-wa { font-size: .85rem; padding: .65rem 1.2rem; }
.nav-toggle { display: none; }

/* ─────────── hero ─────────── */
.hero { position: relative; padding: clamp(3rem, 7vw, 5.5rem) 1.5rem 3.5rem; text-align: center; overflow: hidden; }
.hero-glow {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 60% 45% at 50% 0%, rgba(212, 175, 55, .17), transparent 70%),
    radial-gradient(ellipse 35% 30% at 15% 90%, rgba(212, 175, 55, .06), transparent 70%),
    radial-gradient(ellipse 35% 30% at 85% 90%, rgba(212, 175, 55, .06), transparent 70%);
}
.hero-inner { position: relative; max-width: 860px; margin: 0 auto; }
.hero-seal { display: flex; flex-direction: column; align-items: center; gap: .4rem; margin-bottom: 1rem; }
.seal-arc {
  font-size: .68rem; font-weight: 800; letter-spacing: .34em; color: var(--gold-2);
  text-transform: uppercase; opacity: .9;
}
.seal-bed { width: 84px; opacity: .95; }
.hero h1 { display: flex; flex-direction: column; align-items: center; line-height: .95; }
.h-confort {
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 11vw, 6.8rem);
  letter-spacing: .04em;
  background: var(--silver-grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 3px 12px rgba(0,0,0,.8)) drop-shadow(0 1px 0 rgba(255,255,255,.12));
}
.h-premium {
  font-family: var(--font-script);
  font-size: clamp(2.2rem, 6.5vw, 4rem);
  margin-top: -.35em;
  background: var(--gold-grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 4px 14px rgba(212,175,55,.35));
}
.h-stars { color: var(--gold); letter-spacing: .45em; font-size: 1.05rem; margin: .5rem 0 1.2rem; text-indent: .45em; }
.h-rei {
  display: flex; align-items: center; justify-content: center; gap: 1rem;
  font-size: clamp(1.5rem, 4vw, 2.3rem); font-weight: 800; letter-spacing: .02em;
}
.h-rei span { display: block; height: 3px; width: clamp(2.5rem, 8vw, 6rem); background: var(--gold-grad); border-radius: 3px; }
.h-sub { margin-top: .8rem; color: var(--gold-2); font-weight: 600; font-size: clamp(.85rem, 2.4vw, 1.02rem); letter-spacing: .04em; }
.h-frase { margin: 1.1rem auto 0; max-width: 560px; color: var(--muted); font-size: 1.02rem; }
.h-frase strong { color: var(--txt); }
.h-ctas { display: flex; gap: .9rem; justify-content: center; flex-wrap: wrap; margin-top: 1.8rem; }
.h-badges {
  list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem;
  margin-top: 2.6rem; text-align: center;
}
.h-badges li {
  background: rgba(255,255,255,.028); border: 1px solid var(--line); border-radius: 14px;
  padding: .85rem .6rem; display: flex; flex-direction: column; gap: .1rem;
}
.h-badges strong { color: var(--gold-2); font-size: .95rem; }
.h-badges span { font-size: .76rem; color: var(--muted); }

/* ─────────── marquee ─────────── */
.marquee { overflow: hidden; background: var(--gold-grad); padding: .55rem 0; transform: rotate(-.4deg) scale(1.01); }
.marquee-track { display: flex; white-space: nowrap; animation: marquee 28s linear infinite; }
.marquee-track span { font-weight: 800; font-size: .82rem; letter-spacing: .18em; color: #17120360; color: #171203; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ─────────── sections ─────────── */
.section { padding: clamp(3.2rem, 7vw, 5.5rem) clamp(1rem, 4vw, 3rem); max-width: 1280px; margin: 0 auto; }
.section-alt { position: relative; }
.section-alt::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(212,175,55,.035) 20%, rgba(212,175,55,.035) 80%, transparent);
}
.section-head { text-align: center; margin-bottom: 2.6rem; }
.script-label {
  font-family: var(--font-script); font-size: 1.7rem;
  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.section-head h2 {
  font-family: var(--font-display); font-size: clamp(1.8rem, 5vw, 2.9rem);
  letter-spacing: .03em; text-transform: uppercase; margin-top: .2rem;
}
.section-head h2 em {
  font-style: normal;
  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.section-sub { max-width: 640px; margin: .9rem auto 0; color: var(--muted); font-size: .98rem; }
.section-sub strong { color: var(--gold-2); }

/* ─────────── filtros ─────────── */
.filters { display: flex; flex-direction: column; gap: .6rem; margin-bottom: 2rem; }
.filter-row { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; justify-content: center; }
.filter-label { font-size: .8rem; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; margin-right: .2rem; }
.chip {
  background: var(--bg-3); color: var(--txt); border: 1px solid var(--line);
  border-radius: 999px; padding: .45rem 1.05rem; font-size: .85rem; font-weight: 600;
  cursor: pointer; transition: all .18s ease; font-family: var(--font-body);
}
.chip:hover { border-color: var(--line-strong); transform: translateY(-1px); }
.chip.active { background: var(--gold-grad); color: #141005; border-color: transparent; box-shadow: var(--shadow-gold); }

/* ─────────── grid de produtos ─────────── */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(275px, 1fr)); gap: 1.4rem; }
.card {
  background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column; position: relative;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.card:hover { transform: translateY(-6px); border-color: var(--line-strong); box-shadow: var(--shadow-gold); }
.card-badge {
  position: absolute; top: .8rem; left: .8rem; z-index: 2;
  background: var(--gold-grad); color: #141005; font-size: .68rem; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase; padding: .3rem .7rem; border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0,0,0,.4);
}
.card-img { background: #fff; aspect-ratio: 5 / 4; cursor: pointer; overflow: hidden; }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.card:hover .card-img img { transform: scale(1.045); }
.card-body { padding: 1.1rem 1.15rem 1.25rem; display: flex; flex-direction: column; gap: .55rem; flex: 1; }
.card-size { font-size: .72rem; font-weight: 800; letter-spacing: .12em; color: var(--gold-2); text-transform: uppercase; }
.card h3 { font-size: 1.02rem; font-weight: 700; line-height: 1.3; }
.card-specs { list-style: none; display: flex; flex-direction: column; gap: .18rem; margin-top: .1rem; }
.card-specs li { font-size: .8rem; color: var(--muted); padding-left: 1rem; position: relative; }
.card-specs li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-weight: 800; }
.card-colors { display: flex; align-items: center; gap: .35rem; margin-top: .15rem; }
.card-colors i { width: 13px; height: 13px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); }
.card-colors em { font-style: normal; font-size: .7rem; color: var(--muted); margin-left: .2rem; }
.card-price { margin-top: auto; padding-top: .7rem; border-top: 1px dashed var(--line); }
.price-pix-line { display: flex; align-items: baseline; gap: .45rem; flex-wrap: wrap; }
.price-pix-line strong {
  font-size: 1.5rem; font-weight: 800;
  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.price-pix-line span { font-size: .72rem; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }
.price-card-line { font-size: .8rem; color: var(--muted); margin-top: .15rem; }
.price-card-line strong { color: var(--txt); }
.card-actions { display: flex; gap: .55rem; margin-top: .85rem; }
.card-actions .btn { flex: 1; padding: .7rem .5rem; font-size: .84rem; }

.grid-empty { text-align: center; color: var(--muted); padding: 2.5rem 0; }
.grid-note { text-align: center; color: var(--muted); font-size: .92rem; margin-top: 2.2rem; }
.grid-note strong { color: var(--gold-2); }
.grid-note a { text-decoration: underline; }

/* ─────────── vantagens ─────────── */
.feats { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.2rem; }
.feat {
  background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.6rem 1.4rem; transition: transform .2s ease, border-color .2s ease;
}
.feat:hover { transform: translateY(-4px); border-color: var(--line-strong); }
.feat-ico { font-size: 1.9rem; margin-bottom: .6rem; }
.feat h3 { font-size: 1.05rem; margin-bottom: .4rem; color: var(--gold-2); }
.feat p { font-size: .87rem; color: var(--muted); }
.feat p strong { color: var(--txt); }

/* ─────────── pagamento ─────────── */
.pay-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.2rem; }
.pay-card {
  background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.8rem 1.5rem; position: relative; transition: transform .2s ease, border-color .2s ease;
}
.pay-card:hover { transform: translateY(-4px); }
.pay-pix { border-color: var(--line-strong); box-shadow: var(--shadow-gold); }
.pay-tag {
  position: absolute; top: -0.8rem; left: 50%; transform: translateX(-50%);
  background: var(--gold-grad); color: #141005; font-size: .68rem; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase; padding: .32rem .9rem; border-radius: 999px; white-space: nowrap;
}
.pay-card h3 { display: flex; align-items: center; gap: .5rem; font-size: 1rem; color: var(--gold-2); }
.pay-card h3 svg { width: 1.3em; height: 1.3em; }
.pay-big { font-size: 1.15rem; line-height: 1.35; margin: .8rem 0 .55rem; color: var(--muted); }
.pay-big strong { font-size: 1.35rem; color: var(--txt); }
.pay-card > p:last-child { font-size: .85rem; color: var(--muted); }

/* ─────────── passos ─────────── */
.steps { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.2rem; counter-reset: passo; }
.steps li {
  background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.8rem 1.5rem; text-align: center;
}
.step-n {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--gold-grad); color: #141005;
  font-family: var(--font-display); font-size: 1.5rem;
  margin-bottom: .8rem; box-shadow: var(--shadow-gold);
}
.steps h3 { font-size: 1.05rem; margin-bottom: .4rem; }
.steps p { font-size: .87rem; color: var(--muted); }

/* ─────────── instagram ─────────── */
.insta-section { padding-top: 0; }
.insta-card {
  display: flex; align-items: center; gap: 1.6rem; flex-wrap: wrap;
  background: linear-gradient(120deg, rgba(212,175,55,.1), rgba(212,175,55,.03) 55%), var(--bg-3);
  border: 1px solid var(--line-strong); border-radius: 22px; padding: 2rem 2.2rem;
  box-shadow: var(--shadow-gold);
}
.insta-ico svg { width: 54px; height: 54px; color: var(--gold-2); }
.insta-txt { flex: 1; min-width: 220px; }
.insta-txt h2 { font-family: var(--font-display); font-size: 1.5rem; letter-spacing: .03em; }
.insta-txt p { color: var(--muted); font-size: .92rem; margin-top: .25rem; }
.insta-txt strong { color: var(--gold-2); }

/* ─────────── contato ─────────── */
.contact-wrap { display: grid; grid-template-columns: 1fr 1.2fr; gap: 1.6rem; align-items: stretch; }
.contact-info {
  background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.8rem 1.6rem; display: flex; flex-direction: column; gap: 1.1rem;
}
.c-item { display: flex; gap: .85rem; align-items: flex-start; }
.c-ico { font-size: 1.3rem; line-height: 1.4; }
.c-item strong { color: var(--gold-2); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.c-item p { font-size: .95rem; margin-top: .1rem; }
.c-item a { color: var(--txt); }
.c-item a:hover { color: var(--gold-2); }
.contact-info .btn { margin-top: auto; }
.contact-map { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); min-height: 320px; }
.contact-map iframe { width: 100%; height: 100%; min-height: 320px; border: 0; filter: grayscale(.2) contrast(1.05); }

/* ─────────── rodapé ─────────── */
.footer { border-top: 1px solid var(--line); padding: 2.6rem 1.5rem 5.5rem; text-align: center; }
.footer-brand .brand-confort { font-size: 1.6rem; }
.footer-brand .brand-premium { font-size: 1.4rem; }
.footer-rei { font-weight: 800; letter-spacing: .14em; text-transform: uppercase; font-size: .8rem; color: var(--muted); margin-top: .3rem; }
.footer-line { color: var(--gold-2); font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; margin-top: .8rem; }
.footer-copy { color: var(--muted); font-size: .78rem; margin-top: .9rem; }

/* ─────────── modal ─────────── */
.modal { position: fixed; inset: 0; z-index: 90; display: flex; align-items: center; justify-content: center; padding: 1rem; }
.modal[hidden] { display: none; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(5,5,7,.82); backdrop-filter: blur(6px); }
.modal-card {
  position: relative; background: var(--bg-2); border: 1px solid var(--line-strong);
  border-radius: 22px; max-width: 900px; width: 100%; max-height: 92vh; overflow: auto;
  display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 30px 80px -20px rgba(0,0,0,.8), var(--shadow-gold);
  animation: pop .25s ease;
}
@keyframes pop { from { transform: scale(.94); opacity: 0; } }
.modal-close {
  position: absolute; top: .7rem; right: .7rem; z-index: 3;
  width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line-strong);
  background: rgba(11,11,13,.7); color: var(--txt); font-size: 1.4rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center; line-height: 1;
}
.modal-close:hover { background: var(--gold); color: #000; }
.modal-img { background: #fff; display: flex; align-items: center; justify-content: center; }
.modal-img img { width: 100%; height: 100%; object-fit: contain; }
.modal-body { padding: 1.8rem 1.7rem; display: flex; flex-direction: column; gap: .8rem; }
.modal-cat { font-size: .72rem; font-weight: 800; letter-spacing: .12em; color: var(--gold-2); text-transform: uppercase; }
.modal-body h3 { font-size: 1.35rem; line-height: 1.3; }
.modal-specs { list-style: none; display: flex; flex-direction: column; gap: .3rem; }
.modal-specs li { font-size: .88rem; color: var(--muted); padding-left: 1.15rem; position: relative; }
.modal-specs li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-weight: 800; }
.modal-variants { background: rgba(212,175,55,.06); border: 1px dashed var(--line-strong); border-radius: 12px; padding: .9rem 1rem; }
.variants-title { font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--gold-2); margin-bottom: .4rem; }
.modal-variants ul { list-style: none; }
.modal-variants li { display: flex; justify-content: space-between; font-size: .88rem; color: var(--muted); padding: .18rem 0; }
.modal-variants li strong { color: var(--txt); }
.modal-colors { display: flex; align-items: center; gap: .4rem; flex-wrap: wrap; font-size: .8rem; color: var(--muted); }
.modal-colors i { width: 16px; height: 16px; border-radius: 50%; border: 1px solid rgba(255,255,255,.28); }
.modal-colors em { font-style: normal; font-size: .74rem; }
.price-block {
  display: flex; gap: 1rem; align-items: stretch; flex-wrap: wrap;
  border-top: 1px dashed var(--line); padding-top: .9rem;
}
.price-pix, .price-card { display: flex; flex-direction: column; }
.price-pix span, .price-card span { font-size: .7rem; text-transform: uppercase; letter-spacing: .07em; color: var(--muted); font-weight: 700; }
.price-pix strong {
  font-size: 1.9rem; font-weight: 800;
  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.price-card strong { font-size: 1.05rem; color: var(--txt); margin-top: .35rem; }

/* ─────────── whatsapp flutuante ─────────── */
.wa-float {
  position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 80;
  width: 60px; height: 60px; border-radius: 50%;
  background: linear-gradient(160deg, #25d366, #128c46); color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 34px -8px rgba(37, 211, 102, .6);
  transition: transform .2s ease;
}
.wa-float svg { width: 32px; height: 32px; }
.wa-float:hover { transform: scale(1.08); }
.wa-float::after {
  content: ''; position: absolute; inset: -6px; border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, .5); animation: pulse 2s ease-out infinite;
}
@keyframes pulse { 0% { transform: scale(.85); opacity: 1; } 100% { transform: scale(1.3); opacity: 0; } }

/* ─────────── reveal ─────────── */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.on { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee-track { animation: none; }
  .cart-flyer { display: none; }
  .toast, .toast-progress, .cart-btn.cart-hit, .cart-badge.bump, .added-check { animation: none; transition: none; }
}

/* ─────────── botão carrinho no topo ─────────── */
.cart-btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%; cursor: pointer;
  background: transparent; border: 1px solid var(--line-strong); color: var(--gold-2);
  transition: all .18s ease; flex: none;
}
.cart-btn:hover { background: rgba(212,175,55,.1); transform: translateY(-1px); }
.cart-btn svg { width: 22px; height: 22px; }
.cart-badge {
  position: absolute; top: -5px; right: -5px;
  min-width: 20px; height: 20px; padding: 0 5px; border-radius: 999px;
  background: var(--gold-grad); color: #141005; font-size: .72rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 3px 10px rgba(0,0,0,.5);
}
.cart-badge.bump { animation: bump .4s ease; }
@keyframes bump { 30% { transform: scale(1.4); } }
.cart-btn.cart-hit { animation: cartHit .8s cubic-bezier(.2,.8,.2,1); }
@keyframes cartHit {
  0%, 100% { transform: scale(1); box-shadow: none; }
  35% { transform: scale(1.2) rotate(-7deg); color: #141005; background: var(--gold); box-shadow: 0 0 0 10px rgba(212,175,55,.16), 0 8px 30px rgba(212,175,55,.48); }
  65% { transform: scale(.96) rotate(3deg); }
}

/* ─────────── confirmação de item adicionado ─────────── */
.toast {
  position: fixed; z-index: 120; top: 5.4rem; right: 1.2rem;
  width: min(390px, calc(100vw - 2rem)); min-height: 78px;
  display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: .8rem;
  padding: .9rem 1rem 1rem; overflow: hidden;
  background: rgba(20,20,24,.97); border: 1px solid rgba(212,175,55,.55);
  border-radius: 16px; box-shadow: 0 22px 60px rgba(0,0,0,.62), 0 0 28px rgba(212,175,55,.12);
  opacity: 0; visibility: hidden; transform: translateX(calc(100% + 2rem));
  transition: opacity .25s ease, transform .38s cubic-bezier(.2,.8,.2,1), visibility .38s;
}
.toast.show { opacity: 1; visibility: visible; transform: none; }
.toast-check {
  width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%;
  color: #fff; font-size: 1.25rem; font-weight: 900;
  background: linear-gradient(145deg, #25d366, #128c46);
  box-shadow: 0 8px 24px rgba(37,211,102,.3);
}
.toast-copy { min-width: 0; color: var(--muted); font-size: .78rem; line-height: 1.35; }
.toast-copy strong { display: block; overflow: hidden; color: var(--txt); font-size: .9rem; text-overflow: ellipsis; white-space: nowrap; }
.toast-copy span { display: block; margin-top: .12rem; }
.toast-link {
  padding: .55rem .7rem; border: 0; border-radius: 999px; cursor: pointer;
  color: #141005; background: var(--gold-grad); font-size: .75rem; font-weight: 800; white-space: nowrap;
}
.toast-link:hover { filter: brightness(1.08); }
.toast-progress {
  position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
  background: linear-gradient(90deg, #25d366, var(--gold-2)); transform-origin: left;
}
.toast.show .toast-progress { animation: toastProgress 3.2s linear forwards; }
@keyframes toastProgress { to { transform: scaleX(0); } }

.cart-flyer {
  position: fixed; z-index: 119; margin: 0; object-fit: cover; pointer-events: none;
  border: 2px solid var(--gold-2); border-radius: 14px;
  box-shadow: 0 14px 42px rgba(0,0,0,.65), 0 0 25px rgba(212,175,55,.28);
  opacity: .96; transform: translate3d(0,0,0) scale(1) rotate(0);
  transition: transform .72s cubic-bezier(.3,.72,.18,1), opacity .62s ease, border-radius .72s ease;
}
.cart-flyer.go {
  opacity: .05; border-radius: 50%;
  transform: translate3d(var(--fly-x), var(--fly-y), 0) scale(.12) rotate(12deg);
}

/* ─────────── drawer do carrinho ─────────── */
.drawer-backdrop { position: fixed; inset: 0; z-index: 95; background: rgba(5,5,7,.7); backdrop-filter: blur(4px); }
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 96;
  width: min(430px, 100vw);
  background: var(--bg-2); border-left: 1px solid var(--line-strong);
  transform: translateX(105%); transition: transform .28s ease;
  display: flex; flex-direction: column;
  box-shadow: -20px 0 60px rgba(0,0,0,.6);
}
.drawer.open { transform: none; }
.drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem 1.3rem; border-bottom: 1px solid var(--line);
}
.drawer-head h3 { display: flex; align-items: center; gap: .55rem; font-size: 1.1rem; color: var(--gold-2); }
.drawer-head h3 svg { width: 22px; height: 22px; }
.drawer-close {
  width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line-strong);
  background: transparent; color: var(--txt); font-size: 1.4rem; cursor: pointer; line-height: 1;
}
.drawer-close:hover { background: var(--gold); color: #000; }
.drawer-items { flex: 1; overflow-y: auto; padding: 1.1rem 1.3rem 1.6rem; }

/* ─────────── conteúdo do carrinho ─────────── */
.cart-empty { text-align: center; padding: 3rem 1rem; display: flex; flex-direction: column; align-items: center; gap: 1rem; color: var(--muted); }
.cart-empty-ico svg { width: 60px; height: 60px; color: var(--line-strong); }
.cart-list { display: flex; flex-direction: column; gap: .85rem; }
.cart-item {
  display: flex; gap: .8rem; align-items: flex-start;
  background: var(--bg-3); border: 1px solid var(--line); border-radius: 14px; padding: .8rem;
}
.cart-item img { width: 74px; height: 58px; object-fit: cover; border-radius: 9px; background: #fff; flex: none; }
.ci-info { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: .1rem; }
.ci-info strong { font-size: .88rem; line-height: 1.25; }
.ci-medida { font-size: .72rem; color: var(--muted); }
.ci-unit { font-size: .74rem; color: var(--gold-2); }
.ci-right { display: flex; flex-direction: column; align-items: flex-end; gap: .35rem; }
.qty { display: flex; align-items: center; gap: .15rem; }
.qty button {
  width: 26px; height: 26px; border-radius: 8px; border: 1px solid var(--line-strong);
  background: transparent; color: var(--gold-2); font-size: 1rem; font-weight: 800; cursor: pointer; line-height: 1;
}
.qty button:hover { background: var(--gold); color: #000; }
.qty span { min-width: 26px; text-align: center; font-weight: 700; font-size: .9rem; }
.ci-total { font-size: .92rem; color: var(--gold-2); }
.ci-remove { background: none; border: none; color: var(--muted); font-size: .7rem; cursor: pointer; text-decoration: underline; }
.ci-remove:hover { color: #ff8a8a; }

.cart-pay { margin-top: 1.2rem; display: flex; flex-direction: column; gap: .55rem; }
.cart-pay-title { font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.pay-choice {
  display: flex; align-items: center; gap: .7rem; cursor: pointer;
  background: var(--bg-3); border: 1px solid var(--line); border-radius: 13px; padding: .8rem .95rem;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.pay-choice.sel { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold), var(--shadow-gold); }
.pay-choice input { accent-color: var(--gold); width: 17px; height: 17px; flex: none; }
.pc-name { flex: 1; font-size: .88rem; font-weight: 700; display: flex; flex-direction: column; }
.pc-name em { font-style: normal; font-size: .72rem; color: var(--muted); font-weight: 500; }
.pay-choice > strong { color: var(--gold-2); font-size: .95rem; }

.cart-totalbar {
  display: flex; justify-content: space-between; align-items: baseline;
  margin: 1.1rem 0 .8rem; padding-top: .9rem; border-top: 1px dashed var(--line);
}
.cart-totalbar span { color: var(--muted); font-size: .85rem; }
.cart-totalbar strong {
  font-size: 1.7rem; font-weight: 800;
  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.cart-note { font-size: .76rem; color: var(--muted); margin-top: .7rem; line-height: 1.5; }
.cart-pagelink { display: block; text-align: center; margin-top: .9rem; font-size: .85rem; text-decoration: underline; }

/* ─────────── página do carrinho ─────────── */
#cart-page .cart-area { max-width: 620px; margin: 0 auto; }

/* ─────────── ações no card/modal ─────────── */
.btn-ico { flex: 0 0 auto !important; width: 46px; padding: .7rem !important; }
.btn-ico svg { width: 20px; height: 20px; }
.card-details { font-size: .76rem; margin-top: .5rem; opacity: .8; }
.card-details:hover { opacity: 1; }
.modal-actions { display: flex; flex-direction: column; gap: .6rem; }

/* ─────────── hero de páginas internas ─────────── */
.page-hero { position: relative; text-align: center; padding: clamp(2.5rem, 6vw, 4rem) 1.5rem 1rem; overflow: hidden; }
.page-hero .hero-glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 60% 70% at 50% 0%, rgba(212,175,55,.14), transparent 70%); }
.page-hero .script-label { position: relative; }
.page-hero h1 {
  position: relative; font-family: var(--font-display); text-transform: uppercase;
  font-size: clamp(2rem, 6vw, 3.4rem); letter-spacing: .03em; margin-top: .2rem;
}
.page-hero h1 em { font-style: normal; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.page-hero .section-sub { position: relative; }

/* ─────────── FAQ ─────────── */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: .7rem; }
.faq-list details {
  background: var(--bg-3); border: 1px solid var(--line); border-radius: 14px;
  transition: border-color .2s ease;
}
.faq-list details[open] { border-color: var(--line-strong); box-shadow: var(--shadow-gold); }
.faq-list summary {
  cursor: pointer; list-style: none; display: flex; align-items: center; gap: .8rem;
  padding: 1.05rem 1.2rem; font-weight: 700; font-size: .97rem;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before {
  content: '+'; flex: none; width: 26px; height: 26px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  background: var(--gold-grad); color: #141005; font-weight: 800; font-size: 1.05rem;
  transition: transform .2s ease;
}
.faq-list details[open] summary::before { content: '−'; }
.faq-list .faq-a { padding: 0 1.2rem 1.15rem 3.4rem; color: var(--muted); font-size: .9rem; }
.faq-a strong { color: var(--gold-2); }

/* ─────────── página sobre ─────────── */
.sobre-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 2rem; align-items: center; }
.sobre-txt p { color: var(--muted); font-size: .98rem; margin-bottom: 1rem; }
.sobre-txt p strong { color: var(--txt); }
.sobre-txt .destaque {
  border-left: 3px solid var(--gold); padding: .6rem 1rem;
  background: rgba(212,175,55,.06); border-radius: 0 12px 12px 0;
  color: var(--txt); font-weight: 600;
}
.sobre-fotos { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.sobre-fotos img {
  border-radius: 14px; border: 1px solid var(--line); background: #fff;
  aspect-ratio: 4/3; object-fit: cover; width: 100%;
}
.sobre-nums { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 1rem; margin-top: 2.6rem; }
.sobre-num { text-align: center; background: var(--bg-3); border: 1px solid var(--line); border-radius: 14px; padding: 1.3rem .8rem; }
.sobre-num strong {
  display: block; font-family: var(--font-display); font-size: 1.7rem;
  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.sobre-num span { font-size: .78rem; color: var(--muted); }

/* ─────────── nav ativo + menu mobile ─────────── */
.mainnav a.active { opacity: 1; color: var(--gold-2); }
.mainnav a.active::after { width: 100%; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--gold-2); border-radius: 2px; }
.footer-nav { display: flex; gap: 1.3rem; justify-content: center; flex-wrap: wrap; margin-top: 1rem; }
.footer-nav a { font-size: .82rem; color: var(--muted); }
.footer-nav a:hover { color: var(--gold-2); }

/* ─────────── responsivo ─────────── */
@media (max-width: 960px) {
  .mainnav { display: none; }
  .mainnav.open {
    display: flex; flex-direction: column; gap: 0;
    position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(11,11,13,.97); backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line-strong); padding: .4rem 0 .8rem;
  }
  .mainnav.open a { padding: .8rem 1.5rem; }
  .mainnav.open a::after { display: none; }
  .nav-toggle { display: flex; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
  .topbar-wa { margin-left: auto; }
  .sobre-grid { grid-template-columns: 1fr; }
  .h-badges { grid-template-columns: repeat(2, 1fr); }
  .contact-wrap { grid-template-columns: 1fr; }
  .modal-card { grid-template-columns: 1fr; max-width: 480px; }
  .modal-img { max-height: 300px; }
  .modal-img img { object-fit: contain; max-height: 300px; }
}
@media (max-width: 560px) {
  .topbar { gap: .8rem; }
  .topbar-wa { font-size: 0; gap: 0; padding: .65rem; }
  .topbar-wa svg { width: 20px; height: 20px; }
  .grid { grid-template-columns: 1fr 1fr; gap: .8rem; }
  .card h3 { font-size: .88rem; }
  .card-specs { display: none; }
  .card-colors em { display: none; }
  .price-pix-line strong { font-size: 1.2rem; }
  .card-actions { flex-direction: column; }
  .filter-label { width: 100%; text-align: center; margin: 0; }
  .filter-row { row-gap: .4rem; }
  .toast {
    top: 4.8rem; left: .65rem; right: .65rem; width: auto;
    grid-template-columns: 40px 1fr auto; gap: .6rem; padding: .75rem .75rem .85rem;
  }
  .toast-check { width: 38px; height: 38px; }
  .toast-link { font-size: .7rem; padding: .5rem .6rem; }
}

@media (prefers-reduced-motion: reduce) {
  .cart-flyer { display: none; }
  .toast, .cart-btn.cart-hit, .cart-badge.bump, .added-check { animation: none; transition: none; }
  .toast-progress { animation: none !important; }
}
