/* ==========================================================================
   RAFAELA MORAIS STORE — BIOLINK PRO MAX ULTRA (LIGHT LUXURY SYSTEM)
   Método COPY v14 • Paleta Gold Champagne & Bege Editorial • Zero AI Look
   ========================================================================== */

:root {
  /* Tokens Dourado & Champagne RM */
  --rm-gold: #C9A86A;
  --rm-gold-deep: #B9975B;
  --rm-gold-dark: #8C7340;
  --rm-gold-light: #E8D9B8;
  --rm-gold-glow: rgba(201, 168, 106, 0.28);
  --rm-gold-soft: rgba(201, 168, 106, 0.12);

  /* Superfícies & Fundos Claros */
  --bg-cream: #FDF8F0;
  --bg-beige: #F9F1E6;
  --bg-surface: #FFFFFF;
  --bg-surface-hover: #FFF9EF;
  --border-subtle: rgba(201, 168, 106, 0.22);
  --border-active: rgba(201, 168, 106, 0.55);

  /* Tipografia & Contrastes WCAG AA */
  --text-pure: #1A1A1A;
  --text-muted: #6B5E4F;
  --text-dim: #9A8E7F;

  /* Sombras em Camadas (Light Luxury) */
  --shadow-card: 0 8px 24px rgba(201, 168, 106, 0.12), 0 2px 6px rgba(0, 0, 0, 0.04);
  --shadow-hover: 0 12px 30px rgba(201, 168, 106, 0.22), 0 4px 10px rgba(0, 0, 0, 0.06);
  --shadow-master: 0 10px 28px rgba(201, 168, 106, 0.35), 0 4px 12px rgba(185, 151, 91, 0.25);

  /* Fontes Whitelist */
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* Transição Signature 60fps */
  --transition-smooth: cubic-bezier(0.16, 1, 0.3, 1);
}

/* Reset & Box Sizing */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  background-color: var(--bg-cream);
  color: var(--text-pure);
  font-family: var(--font-body);
}

body {
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  line-height: 1.5;
  background: linear-gradient(180deg, #FDF8F0 0%, #F9F1E6 40%, #FFFFFF 100%);
  background-attachment: fixed;
}

/* ==========================================================================
   0. SKIP-LINK (WCAG 2.2 AA — Invisível até o Tab)
   ========================================================================== */
.skip-link {
  position: absolute;
  top: -100px;
  left: 20px;
  background: var(--text-pure);
  color: #FFFFFF;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 0.88rem;
  border-radius: 8px;
  z-index: 10000;
  text-decoration: none;
  transition: transform 0.25s var(--transition-smooth), top 0.25s var(--transition-smooth);
}
.skip-link:focus {
  top: 20px;
  transform: translateY(0);
  outline: 2px solid var(--rm-gold);
}

/* ==========================================================================
   BACKDROP AMBIENTE (3 Camadas: Base + Orbes Douradas + Noise Sutil)
   ========================================================================== */
.ambient-backdrop {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.orb-glow-top {
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%) translateZ(0);
  width: 650px;
  height: 550px;
  background: radial-gradient(circle, rgba(201, 168, 106, 0.22) 0%, rgba(201, 168, 106, 0.05) 55%, transparent 75%);
  filter: blur(80px);
  pointer-events: none;
  will-change: transform;
}

.orb-glow-bottom {
  position: absolute;
  top: 60%;
  left: -100px;
  transform: translateZ(0);
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(201, 168, 106, 0.12) 0%, transparent 70%);
  filter: blur(100px);
  pointer-events: none;
  will-change: transform;
}

/* ==========================================================================
   CANVAS PRINCIPAL (Max-width 580px, Fluxo Editorial Claro)
   ========================================================================== */
.app-container {
  position: relative;
  z-index: 1;
  max-width: 580px;
  margin: 0 auto;
  padding: 0 16px 120px 16px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* ==========================================================================
   1. TOP ANNOUNCEMENT TICKER (Faixa nobre contínua)
   ========================================================================== */
.ticker-wrap {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(90deg, #F9F1E6 0%, #FFF9EF 50%, #F9F1E6 100%);
  border-bottom: 1px solid var(--border-subtle);
  overflow: hidden;
  padding: 8px 0;
  height: 33px;
  box-sizing: border-box;
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: tickerScroll 26s linear infinite;
}
.ticker-track:hover {
  animation-play-state: paused;
}

.ticker-item {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--rm-gold-dark);
  padding: 0 28px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.ticker-dot {
  width: 4px;
  height: 4px;
  background-color: var(--rm-gold);
  border-radius: 50%;
  display: inline-block;
}

@keyframes tickerScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ==========================================================================
   2. HERO RAFAELA MORAIS STORE
   ========================================================================== */
.hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 10px;
}

.avatar-wrapper {
  position: relative;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(135deg, #C9A86A 0%, #FFFFFF 50%, #B9975B 100%);
  box-shadow: 0 0 28px rgba(201, 168, 106, 0.32), 0 6px 14px rgba(0, 0, 0, 0.06);
  margin-bottom: 16px;
  transition: transform 0.35s var(--transition-smooth);
}
.avatar-wrapper:hover {
  transform: scale(1.04);
}

.avatar-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #FAF5EE;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.avatar-img {
  width: 96%;
  height: 96%;
  object-fit: contain;
  display: block;
}

.brand-h1 {
  font-family: var(--font-display);
  font-size: clamp(1.18rem, 5.1vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--text-pure);
  line-height: 1.2;
  margin-bottom: 8px;
  text-wrap: balance;
}

.tagline-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(201, 168, 106, 0.12);
  border: 1px solid var(--border-subtle);
  padding: 4px 14px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--rm-gold-dark);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.slogan-editorial {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--text-muted);
  margin-bottom: 10px;
}

.location-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text-dim);
}
.location-tag svg {
  width: 14px;
  height: 14px;
  color: var(--rm-gold);
}

/* Card de Cupom (Dashed Gold) */
.coupon-card {
  width: 100%;
  margin-top: 18px;
  background: linear-gradient(135deg, #FFFFFF 0%, #FAF6EE 100%);
  border: 1.5px dashed var(--rm-gold);
  border-radius: 16px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 4px 14px rgba(201, 168, 106, 0.1);
  cursor: pointer;
}
.coupon-info {
  text-align: left;
}
.coupon-badge {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--rm-gold-dark);
  text-transform: uppercase;
  display: block;
}
.coupon-code {
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--text-pure);
  font-family: ui-monospace, monospace;
}
.coupon-desc {
  font-size: 0.72rem;
  color: var(--text-muted);
  display: block;
}
.coupon-btn {
  background: var(--rm-gold);
  color: #1A1A1A;
  border: none;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.coupon-btn:hover {
  background: var(--rm-gold-deep);
  transform: scale(1.02);
}

/* ==========================================================================
   SEÇÃO 1.1 — SHINY SWEEP GLOW (Diferencial PRO MAX ULTRA a 60fps)
   ========================================================================== */
.shiny-sweep {
  position: relative;
  overflow: hidden;
}

.shiny-sweep::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -80%;
  width: 60%;
  height: 200%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.65) 50%, transparent 100%);
  transform: rotate(25deg);
  pointer-events: none;
  transition: none;
}

.shiny-sweep:hover::after,
.shiny-sweep:active::after {
  animation: sweepAnim 0.75s ease-out forwards;
}

@keyframes sweepAnim {
  0% { left: -80%; }
  100% { left: 160%; }
}

/* ==========================================================================
   3. CTA MASTER + AÇÕES PRINCIPAIS (Conversão)
   ========================================================================== */
.cta-master-container {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* BTN MASTER — WhatsApp Principal em Ouro */
.btn-master {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 64px;
  padding: 14px 20px;
  border-radius: 20px;
  text-decoration: none;
  background: linear-gradient(135deg, #C9A86A 0%, #B9975B 100%);
  box-shadow: var(--shadow-master);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #1A1A1A;
  transition: transform 0.28s var(--transition-smooth), box-shadow 0.28s var(--transition-smooth);
}
.btn-master:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(201, 168, 106, 0.42), 0 6px 14px rgba(185, 151, 91, 0.3);
}

.btn-master-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.btn-master-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(26, 26, 26, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.btn-master-icon-wrap svg {
  width: 24px;
  height: 24px;
  fill: #1A1A1A;
}

.btn-master-text {
  text-align: left;
}
.btn-master-title {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  display: block;
  line-height: 1.2;
}
.btn-master-sub {
  font-size: 0.78rem;
  font-weight: 500;
  opacity: 0.85;
}

.btn-master-chevron {
  width: 22px;
  height: 22px;
  transition: transform 0.25s var(--transition-smooth);
}
.btn-master:hover .btn-master-chevron {
  transform: translateX(4px);
}

/* BTN VIP — Secundário com Conic Border Girando */
.btn-vip {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 58px;
  padding: 12px 18px;
  border-radius: 20px;
  text-decoration: none;
  background: #FFFFFF;
  color: var(--text-pure);
  box-shadow: var(--shadow-card);
  border: 1.5px solid var(--border-subtle);
  transition: all 0.28s var(--transition-smooth);
}
.btn-vip:hover {
  transform: translateY(-2px);
  border-color: var(--border-active);
  box-shadow: var(--shadow-hover);
}

.btn-vip-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.btn-vip-icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--rm-gold-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.btn-vip-icon-wrap svg {
  width: 20px;
  height: 20px;
  fill: var(--rm-gold-dark);
}
.btn-vip-title {
  font-size: 0.95rem;
  font-weight: 700;
  display: block;
}
.btn-vip-sub {
  font-size: 0.76rem;
  color: var(--text-muted);
}
.btn-vip-pill {
  font-size: 0.65rem;
  font-weight: 800;
  background: rgba(201, 168, 106, 0.16);
  color: #543F18;
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ==========================================================================
   4. SHOWCASE EDITORIAL MARQUEE (A Estrela Visual)
   ========================================================================== */
.showcase-header {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 6px;
}
.showcase-badge {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--rm-gold-dark);
  text-transform: uppercase;
  display: block;
}
.showcase-title {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--text-pure);
}

.marquee-viewport {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  padding: 8px 0;
}

.marquee-viewport::before,
.marquee-viewport::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32px;
  z-index: 2;
  pointer-events: none;
}
.marquee-viewport::before {
  left: 0;
  background: linear-gradient(to right, var(--bg-body), transparent);
}
.marquee-viewport::after {
  right: 0;
  background: linear-gradient(to left, var(--bg-body), transparent);
}

.marquee-belt {
  display: flex;
  width: max-content;
  gap: 14px;
  animation: marqueeGlide 22s linear infinite;
  padding: 0 8px;
  will-change: transform;
  transform: translateZ(0);
}
.marquee-belt:hover {
  animation-play-state: paused;
}

.showcase-card {
  width: 175px;
  height: 240px;
  aspect-ratio: 175 / 240;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--border-subtle);
  transition: transform 0.3s var(--transition-smooth);
}
.showcase-card:hover {
  transform: translateY(-4px);
}

.showcase-card-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 175 / 240;
  object-fit: cover;
  display: block;
}

.showcase-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 12px;
}

.showcase-tag {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #FFFFFF;
  text-transform: uppercase;
  background: rgba(18, 16, 14, 0.72);
  padding: 4px 8px;
  border-radius: 6px;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

@keyframes marqueeGlide {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-50% - 7px)); }
}

/* ==========================================================================
   5. COLEÇÕES EM ALTA (Grid de 6 Tiles)
   ========================================================================== */
.section-title-wrap {
  text-align: left;
  margin-top: 10px;
  margin-bottom: -6px;
}
.section-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-pure);
}
.section-sub {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.categories-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.category-tile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 60px;
  padding: 12px 16px;
  background: #FFFFFF;
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  text-decoration: none;
  color: var(--text-pure);
  box-shadow: var(--shadow-card);
  transition: all 0.25s var(--transition-smooth);
}
.category-tile:hover {
  transform: translateY(-2px);
  border-color: var(--border-active);
  box-shadow: var(--shadow-hover);
  background: var(--bg-surface-hover);
}

.category-left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1;
}

.category-icon-box {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: var(--rm-gold-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.category-icon-box svg {
  width: 18px;
  height: 18px;
  stroke: var(--rm-gold-dark);
  stroke-width: 2;
  fill: none;
}

.category-title {
  font-size: 0.92rem;
  font-weight: 700;
  display: block;
  line-height: 1.25;
}
.category-sub {
  font-size: 0.74rem;
  color: var(--text-muted);
  line-height: 1.25;
}

.category-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-left: 8px;
}

.category-pill {
  font-size: 0.62rem;
  font-weight: 800;
  background: rgba(201, 168, 106, 0.16);
  color: #543F18;
  padding: 3px 8px;
  border-radius: 999px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.category-pill.sale {
  background: #B91C1C;
  color: #FFFFFF;
}

.category-arrow {
  width: 18px;
  height: 18px;
  color: var(--rm-gold);
  transition: transform 0.2s;
}
.category-tile:hover .category-arrow {
  transform: translate(2px, -2px);
}

/* ==========================================================================
   6. SUPORTE & ATENDIMENTO VIP
   ========================================================================== */
.btn-support {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 60px;
  padding: 12px 18px;
  background: #FFFFFF;
  border: 1.5px solid var(--border-subtle);
  border-radius: 18px;
  text-decoration: none;
  color: var(--text-pure);
  box-shadow: var(--shadow-card);
  transition: all 0.25s var(--transition-smooth);
}
.btn-support:hover {
  transform: translateY(-2px);
  border-color: var(--border-active);
  box-shadow: var(--shadow-hover);
}
.btn-support-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.btn-support-icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.btn-support-icon-wrap svg {
  width: 22px;
  height: 22px;
  fill: #FFFFFF;
}
.btn-support-title {
  font-size: 0.94rem;
  font-weight: 700;
  display: block;
}
.btn-support-sub {
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* ==========================================================================
   7. CANAIS SECUNDÁRIOS (Instagram Oficial & Mais)
   ========================================================================== */
.channels-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.channel-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #FFFFFF;
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  text-decoration: none;
  color: var(--text-pure);
  box-shadow: var(--shadow-card);
  transition: all 0.25s var(--transition-smooth);
  min-height: 56px;
}
.channel-card:hover {
  transform: translateY(-2px);
  border-color: var(--border-active);
  box-shadow: var(--shadow-hover);
}
.channel-card-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Ícone Instagram Oficial Squircle */
.ig-icon-squircle {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ig-icon-squircle svg {
  width: 22px;
  height: 22px;
  fill: #FFFFFF;
}

.channel-title {
  font-size: 0.9rem;
  font-weight: 700;
  display: block;
}
.channel-sub {
  font-size: 0.74rem;
  color: var(--text-muted);
}

/* ==========================================================================
   8. TRUST GRID + BENEFÍCIOS (3 Caixas)
   ========================================================================== */
.trust-cluster {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 4px;
}

.trust-item {
  background: #FFFFFF;
  border: 1px solid var(--border-subtle);
  border-radius: 14px;
  padding: 12px 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 12px rgba(201, 168, 106, 0.08);
}
.trust-icon-box {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--rm-gold-soft);
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-icon-box svg {
  width: 16px;
  height: 16px;
  stroke: var(--rm-gold-dark);
  stroke-width: 2;
  fill: none;
}
.trust-title {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--text-pure);
  line-height: 1.2;
}
.trust-sub {
  font-size: 0.65rem;
  color: var(--text-muted);
  line-height: 1.2;
}

/* ==========================================================================
   9. RODAPÉ (Exatamente 2 Linhas + Assinatura "Site por COPY")
   ========================================================================== */
.footer-section {
  text-align: center;
  margin-top: 14px;
  padding-top: 16px;
  border-top: 1px solid var(--border-subtle);
}
.footer-line-1 {
  font-size: 0.75rem;
  color: var(--text-dim);
  margin-bottom: 6px;
}
.footer-line-2 {
  font-size: 0.82rem;
  color: var(--text-muted);
}
.footer-link-copy {
  color: var(--rm-gold-dark);
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  min-height: 44px;
  line-height: 44px;
  padding: 0 8px;
  transition: color 0.2s;
}
.footer-link-copy:hover {
  color: var(--rm-gold);
}

/* ==========================================================================
   10. FLOATING STICKY BAR (Mobile Only)
   ========================================================================== */
.floating-bar-wrap {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  max-width: 548px;
  margin: 0 auto;
  z-index: 99;
  pointer-events: none;
  transform: translateY(120px);
  opacity: 0;
  transition: transform 0.35s var(--transition-smooth), opacity 0.35s ease;
}
.floating-bar-wrap.visible {
  pointer-events: auto;
  transform: translateY(0);
  opacity: 1;
}

.floating-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 52px;
  background: linear-gradient(135deg, #C9A86A 0%, #B9975B 100%);
  color: #1A1A1A;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(201, 168, 106, 0.42), 0 4px 10px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

/* Desktop: esconder floating bar pois o CTA já fica evidente */
@media (min-width: 769px) {
  .floating-bar-wrap {
    display: none !important;
  }
}

/* Toast de Feedback (Acessível) */
.toast-msg {
  position: fixed;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: #1A1A1A;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  z-index: 10000;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  transition: all 0.25s var(--transition-smooth);
}
.toast-msg.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ==========================================================================
   ACESSIBILIDADE & REDUCED MOTION (WCAG 2.2 AA)
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .ticker-track,
  .marquee-belt {
    animation: none !important;
  }
  .shiny-sweep::after {
    display: none !important;
  }
}
