@import url('https://fonts.googleapis.com/css2?family=Allura&family=Cinzel:wght@400;500;600;700&family=Montserrat:wght@300;400;600&family=Playfair+Display:ital,wght@0,400;0,600;1,400&display=swap');

:root {
  --off-white: #F8F5F1;
  --rose-champagne: #F6E6E0;
  --gold-champagne: #C8A46B;
  --brown-soft: #5A4442;
  --dark: #2D2A2A;
  --text-muted: #8A7A7A;
  --border: rgba(90, 68, 66, 0.15);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { 
  max-width: 100%; 
  overflow-x: hidden; 
  width: 100%; 
  position: relative;
}
body { font-family: 'Montserrat', sans-serif; background: var(--off-white); color: var(--brown-soft); }

/* Fontes Base */
.hero-title, .brand-name, .modal-name, .list-title, .form-panel-title, .footer-brand, .login-logo, .admin-brand, .hero-sparkle { font-family: 'Playfair Display', serif; }
.hero-cursive { font-family: 'Allura', cursive; }

.view { display: none; }
.view.active { display: block; animation: fadeIn 0.4s ease; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* Top Bar */
.top-bar {
  background: var(--rose-champagne);
  color: var(--brown-soft);
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  padding: 8px 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.top-bar-slider {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-bar-slide {
  position: absolute;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  white-space: nowrap;
  pointer-events: none;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.top-bar-slide.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Header */
.brand { text-decoration: none; display: flex; align-items: center; }

.brand-name { font-size: 28px; color: var(--gold-champagne); font-weight: 600; letter-spacing: 0.1em; }
.brand-logo { height: 45px; width: auto; object-fit: contain; }

/* Logo VG PRATAS Horizontal Layout (para Cabeçalhos) */
.brand-logo-horizontal {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.brand-logo-horizontal .logo-main {
  font-family: 'Cinzel', serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--gold-champagne);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
}
.brand-logo-horizontal .logo-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: var(--gold-champagne);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 2px;
}

/* Logo VG PRATAS Text Layout (modelo KARINA PRATAS) */
.brand-logo-text {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1;
  text-decoration: none;
}
.brand-logo-text .logo-main {
  font-family: 'Cinzel', serif;
  font-size: 26px;
  font-weight: 500;
  color: var(--brown-soft);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.brand-logo-text .logo-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 8px;
  font-weight: 400;
  color: var(--brown-soft);
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin-top: 3px;
  margin-right: -0.35em; /* Compensar o letter-spacing no alinhamento central */
}

/* Tamanhos especiais e overrides */
.hero-logo-text {
  margin-bottom: 24px;
  display: inline-flex !important;
}
.hero-logo-text .logo-main {
  font-size: clamp(48px, 8vw, 76px) !important;
  color: var(--gold-champagne) !important;
  font-family: 'Cinzel', serif !important;
  font-weight: 600 !important;
}
.hero-logo-text .logo-sub {
  font-size: clamp(14px, 2.5vw, 20px) !important;
  color: var(--brown-soft) !important;
  letter-spacing: 0.4em !important;
  margin-top: 8px !important;
  margin-right: -0.4em !important;
  font-weight: 400 !important;
}

.loading-logo-text {
  margin-bottom: 24px;
  display: inline-flex !important;
}
.loading-logo-text .logo-main {
  font-size: 48px !important;
  color: var(--gold-champagne) !important;
  font-family: 'Cinzel', serif !important;
  font-weight: 600 !important;
}
.loading-logo-text .logo-sub {
  font-size: 13px !important;
  color: var(--brown-soft) !important;
  letter-spacing: 0.35em !important;
  margin-top: 6px !important;
  margin-right: -0.35em !important;
}

/* Modificações específicas para locais do logo */
.footer-brand .brand-logo-text .logo-main {
  font-size: 34px;
  color: var(--gold-champagne);
}
.footer-brand .brand-logo-text .logo-sub {
  font-size: 10px;
  color: var(--gold-champagne);
}

.login-logo .brand-logo-text .logo-main {
  font-size: 40px;
  color: var(--gold-champagne);
}
.login-logo .brand-logo-text .logo-sub {
  font-size: 11px;
  color: var(--gold-champagne);
}

.checkout-brand .brand-logo-text .logo-main {
  font-size: 34px;
}
.checkout-brand .brand-logo-text .logo-sub {
  font-size: 10px;
}

.admin-brand .brand-logo-text .logo-main {
  font-size: 24px;
}
.admin-brand .brand-logo-text .logo-sub {
  font-size: 8px;
}

/* Animações e Estilo das Imagens de Logo */
.loading-logo-img {
  max-width: 150px;
  height: auto;
  margin-bottom: 24px;
  animation: pulseLogo 2s infinite ease-in-out;
}
@keyframes pulseLogo {
  0% { transform: scale(0.96); opacity: 0.85; }
  50% { transform: scale(1.02); opacity: 1; }
  100% { transform: scale(0.96); opacity: 0.85; }
}

.hero-logo-img {
  max-width: 280px;
  height: auto;
  margin-bottom: 24px;
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.15));
  animation: fadeInUpLogo 1s ease-out;
}
@keyframes fadeInUpLogo {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
/* Header Minimalista */
.catalog-header {
  background: rgba(248, 245, 241, 0.97);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--border);
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 72px;
}
.header-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
/* Botão sacola circular com borda dourada */
.cart-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--gold-champagne);
  transition: background 0.2s, transform 0.2s;
}
.cart-btn:hover {
  background: var(--gold-champagne);
  transform: scale(1.06);
}
.cart-btn:hover svg {
  stroke: white;
}
.cart-btn svg {
  width: 18px;
  height: 18px;
  stroke: var(--gold-champagne);
  transition: stroke 0.2s;
}
.cart-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: var(--gold-champagne);
  color: white;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 700;
  width: 16px;
  height: 16px;
  display: none;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
}
.header-nav { display: none; }

/* Hero */
.catalog-hero { position: relative; background-image: url('https://images.unsplash.com/photo-1611591437281-460bfbe1220a?auto=format&fit=crop&w=1600&q=80'); background-size: cover; background-position: center; padding: 120px 20px; text-align: center; border-bottom: 1px solid var(--border); overflow: hidden; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(248, 245, 241, 0.8), rgba(246, 230, 224, 0.6)); z-index: 1; }
/* Efeito folhas de ouro falsas nas bordas via background extra se necessário, ou só a imagem */
.hero-content { position: relative; z-index: 2; max-width: 600px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.hero-sparkle { color: var(--gold-champagne); font-size: 24px; margin-bottom: 16px; }
.hero-title { font-size: clamp(48px, 8vw, 80px); color: var(--gold-champagne); line-height: 1; margin-bottom: 16px; letter-spacing: 0.1em; }
.hero-subtitle { font-size: 13px; font-weight: 600; letter-spacing: 0.2em; color: var(--brown-soft); margin-bottom: 8px; }
.hero-cursive { font-size: 64px; color: var(--gold-champagne); margin-bottom: 24px; line-height: 0.8; }
.hero-desc { font-size: 11px; font-weight: 600; letter-spacing: 0.15em; color: var(--brown-soft); margin-bottom: 32px; line-height: 1.8; }
.hero-btn { background: transparent; border: 1px solid var(--gold-champagne); color: var(--brown-soft); font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.15em; padding: 14px 32px; cursor: pointer; transition: all 0.3s; }
.hero-btn:hover { background: var(--gold-champagne); color: white; }

/* Benefits Bar */
.benefits-bar { 
  display: flex; 
  overflow: hidden; 
  padding: 32px 40px; 
  background: var(--off-white); 
  border-bottom: 1px solid var(--border); 
  width: 100%;
}
.benefits-track {
  display: flex;
  width: max-content;
}
.benefits-group {
  display: flex;
  gap: 60px;
  padding-right: 60px;
}
@media (min-width: 769px) {
  .benefits-track {
    animation: none;
    justify-content: center;
    width: 100%;
    gap: 60px;
  }
  .benefits-group {
    padding-right: 0;
  }
  .benefits-group:last-child {
    display: none;
  }
}
.benefit-item { 
  display: flex; 
  align-items: center; 
  gap: 12px; 
  font-size: 10px; 
  font-weight: 600; 
  letter-spacing: 0.15em; 
  color: var(--brown-soft); 
  text-transform: uppercase; 
  white-space: nowrap;
}
.benefit-item svg { color: var(--gold-champagne); }



/* Coleções — Banner Cards Editoriais */
.collections-section {
  padding: 40px 40px 40px;
  background: var(--off-white);
  border-bottom: 1px solid var(--border);
}
.collections-carousel {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 10px 0;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}
.collections-carousel:active {
  cursor: grabbing;
}
.collections-carousel::-webkit-scrollbar {
  display: none;
}
.collections-track {
  display: flex;
  width: max-content;
}
.collections-group {
  display: flex;
  gap: 16px;
  padding-right: 16px;
}
.collection-card {
  position: relative;
  width: 160px;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.35s;
  box-shadow: 0 4px 16px rgba(90, 68, 66, 0.1);
  background: var(--brown-soft);
}
.collection-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 12px 32px rgba(90, 68, 66, 0.22);
}
/* Image fills the entire card */
.collection-circle {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.collection-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  display: block;
}
.collection-card:hover .collection-circle img {
  transform: scale(1.08);
}
/* Dark gradient overlay matching store colors */
.collection-circle::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(90, 68, 66, 0.08) 0%,
    rgba(90, 68, 66, 0.6) 60%,
    rgba(90, 68, 66, 0.9) 100%
  );
  transition: background 0.35s;
}
.collection-card:hover .collection-circle::after {
  background: linear-gradient(
    to bottom,
    rgba(200, 164, 107, 0.15) 0%,
    rgba(90, 68, 66, 0.5) 55%,
    rgba(90, 68, 66, 0.85) 100%
  );
}
/* Text sits on top */
.collection-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 12px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  z-index: 2;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
  transition: color 0.3s, letter-spacing 0.3s;
}
.collection-card:hover .collection-name {
  color: var(--gold-champagne);
  letter-spacing: 0.18em;
}
/* Gold accent line on hover */
.collection-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 40px;
  height: 2px;
  background: var(--gold-champagne);
  border-radius: 2px;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 3;
}
.collection-card:hover::after {
  transform: translateX(-50%) scaleX(1);
}
/* Fallback background when no image */
.collection-circle-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--brown-soft) 0%, var(--gold-champagne) 100%);
  font-size: 36px;
  opacity: 0.7;
}

/* Produtos */
.products-section { padding: 60px 40px; }
.products-count { font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); margin-bottom: 24px; font-weight: 600; }
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 24px; }
.product-card { background: white; overflow: hidden; cursor: pointer; transition: transform 0.3s, box-shadow 0.3s; position: relative; border: 1px solid var(--border); }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(90,68,66,0.08); }
.card-image-wrap { aspect-ratio: 1; overflow: hidden; background: var(--rose-champagne); position: relative; }
.card-image-wrap > img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.product-card:hover .card-image-wrap > img { transform: scale(1.05); }

/* Carrossel de Imagens */
.card-carousel { position: relative; width: 100%; height: 100%; overflow: hidden; }
.carousel-track { display: flex; transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1); height: 100%; }
.carousel-track img { flex: 0 0 100%; width: 100%; height: 100%; object-fit: cover; }
.carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.7); border: none; width: 32px; height: 32px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 14px; color: var(--brown-soft); z-index: 5; opacity: 0; transition: opacity 0.3s, background 0.3s; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.product-card:hover .carousel-btn { opacity: 1; }
.carousel-btn:hover { background: white; color: var(--gold-champagne); }
.carousel-btn.prev { left: 8px; }
.carousel-btn.next { right: 8px; }
.carousel-dots { position: absolute; bottom: 12px; left: 0; right: 0; display: flex; justify-content: center; gap: 6px; z-index: 5; }
.carousel-dots .dot { width: 6px; height: 6px; background: rgba(255,255,255,0.5); border-radius: 50%; transition: background 0.3s, transform 0.3s; }
.carousel-dots .dot.active { background: white; transform: scale(1.2); }
.card-info { padding: 20px; text-align: center; }
.product-stars { display: flex; align-items: center; justify-content: center; gap: 2px; color: #E6B93F; margin-bottom: 6px; }
.product-stars svg { width: 12px; height: 12px; }
.product-stars span { font-size: 10px; color: var(--text-muted); margin-left: 4px; font-weight: 600; font-family: 'Montserrat', sans-serif; }
.card-category { font-size: 10px; text-transform: uppercase; letter-spacing: 0.2em; color: var(--text-muted); margin-bottom: 8px; font-weight: 600; }
.card-name { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--brown-soft); margin-bottom: 8px; }
.card-price { font-size: 16px; font-weight: 600; color: var(--gold-champagne); }
.original-price { text-decoration: line-through; color: var(--text-muted); font-size: 0.8em; margin-right: 8px; }
.card-badge { position: absolute; top: 12px; left: 12px; font-size: 9px; text-transform: uppercase; letter-spacing: 0.1em; padding: 4px 10px; background: var(--brown-soft); color: white; font-weight: 600; z-index: 2; }
.card-badge.sold { background: var(--text-muted); }
.card-badge.esgotado { background: var(--gold-champagne); }

/* Modal */
.modal-overlay { position: fixed; inset: 0; background: rgba(90,68,66,0.8); z-index: 1000; display: none; align-items: center; justify-content: center; backdrop-filter: blur(4px); padding: 20px; }
.modal-overlay.open { display: flex; }
.modal { background: var(--off-white); max-width: 800px; width: 100%; border-radius: 0px; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; position: relative; animation: modalIn 0.4s ease; box-shadow: 0 20px 40px rgba(0,0,0,0.2); }
@keyframes modalIn { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.modal-close { position: absolute; top: 16px; right: 16px; background: rgba(255,255,255,0.8); border: none; width: 32px; height: 32px; border-radius: 50%; font-size: 16px; cursor: pointer; z-index: 10; color: var(--brown-soft); transition: background 0.3s; }
.modal-close:hover { background: white; }
.modal-img-wrap { aspect-ratio: 1; background: var(--rose-champagne); overflow: hidden; position: relative; }
.modal-img-wrap > img { width: 100%; height: 100%; object-fit: cover; }

.modal-carousel { position: relative; width: 100%; height: 100%; overflow: hidden; }
.modal-carousel .carousel-btn { width: 44px; height: 44px; font-size: 18px; opacity: 1; background: rgba(255,255,255,0.8); }
.modal-carousel .carousel-btn:hover { background: white; }
.modal-carousel .carousel-dots .dot { width: 8px; height: 8px; }
.modal-info { padding: 40px; display: flex; flex-direction: column; justify-content: center; }
.modal-category { font-size: 11px; text-transform: uppercase; letter-spacing: 0.2em; color: var(--gold-champagne); margin-bottom: 12px; font-weight: 600; }
.modal-stars { display: flex; align-items: center; gap: 4px; color: #E6B93F; margin-bottom: 12px; }
.modal-stars svg { width: 16px; height: 16px; }
.modal-stars span { font-size: 12px; color: var(--text-muted); margin-left: 6px; font-weight: 600; }
.modal-name { font-size: 32px; color: var(--brown-soft); margin-bottom: 16px; line-height: 1.2; font-family: 'Playfair Display', serif; }
.modal-divider { width: 40px; height: 1px; background: var(--gold-champagne); margin-bottom: 20px; }
.modal-desc { font-size: 13px; color: var(--brown-soft); line-height: 1.6; margin-bottom: 32px; }
.modal-price { font-size: 28px; font-weight: 600; color: var(--gold-champagne); margin-bottom: 32px; }
.modal-whatsapp { display: inline-flex; align-items: center; justify-content: center; background: var(--gold-champagne); color: white; padding: 16px 32px; text-decoration: none; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; transition: background 0.3s; border: 1px solid var(--gold-champagne); }
.modal-whatsapp:hover { background: transparent; color: var(--gold-champagne); }

/* Admin & Login */
.login-wrap { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: var(--rose-champagne); }
.login-box { background: white; padding: 40px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); text-align: center; width: 400px; border: 1px solid var(--border); }
.login-logo { font-size: 40px; color: var(--gold-champagne); margin-bottom: 8px; }
.login-subtitle { font-size: 11px; text-transform: uppercase; letter-spacing: 0.2em; color: var(--text-muted); margin-bottom: 32px; font-weight: 600; }
.form-input, .form-select, .form-textarea { width: 100%; padding: 12px; border: 1px solid var(--border); margin-bottom: 16px; font-family: 'Montserrat', sans-serif; background: #fff; color: var(--brown-soft); font-size: 13px; }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--gold-champagne); outline: none; }
.btn-submit { width: 100%; padding: 14px; background: var(--gold-champagne); color: white; border: none; cursor: pointer; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; transition: background 0.3s; margin-bottom: 12px; font-family: 'Montserrat', sans-serif; font-size: 12px; }
.btn-submit:hover { background: var(--brown-soft); }
.btn-cancel { width: 100%; padding: 14px; background: transparent; color: var(--brown-soft); border: 1px solid var(--border); cursor: pointer; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; transition: all 0.3s; font-family: 'Montserrat', sans-serif; font-size: 12px; }
.btn-cancel:hover { background: var(--rose-champagne); }
.login-error { color: #d32f2f; font-size: 12px; margin-bottom: 16px; display: none; }
.login-error.show { display: block; }

/* Admin Layout */
.admin-wrap { background: var(--off-white); min-height: 100vh; }
.admin-header { background: white; padding: 16px 40px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--border); }
.admin-brand { font-size: 20px; color: var(--gold-champagne); }
.admin-brand span { font-size: 10px; font-family: 'Montserrat', sans-serif; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); margin-left: 8px; font-weight: 600; }
.admin-content { padding: 40px; display: grid; grid-template-columns: 350px 1fr; gap: 40px; align-items: start; }
.form-panel, .list-panel { background: white; padding: 32px; box-shadow: 0 4px 20px rgba(0,0,0,0.02); border: 1px solid var(--border); }
.form-panel-title, .list-title { font-size: 24px; margin-bottom: 24px; color: var(--brown-soft); border-bottom: 1px solid var(--border); padding-bottom: 16px; font-family: 'Playfair Display', serif; }
.form-label { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); margin-bottom: 8px; font-weight: 600;}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-textarea { resize: vertical; min-height: 100px; }
.admin-product-item { display: flex; align-items: center; padding: 16px; border-bottom: 1px solid var(--border); gap: 16px; }
.admin-product-item img { width: 60px; height: 60px; object-fit: cover; }
.apm-info { flex: 1; }
.apm-name { font-weight: 600; font-size: 16px; margin-bottom: 4px; color: var(--brown-soft); }
.apm-meta { font-size: 12px; color: var(--text-muted); }
.apm-actions button { background: transparent; border: 1px solid var(--border); padding: 8px 12px; cursor: pointer; color: var(--brown-soft); font-size: 11px; transition: all 0.3s; margin-left: 8px; font-weight: 600; text-transform: uppercase; }
.apm-actions button:hover { background: var(--rose-champagne); }
.apm-actions button.del { color: #d32f2f; border-color: rgba(211,47,47,0.3); }
.apm-actions button.del:hover { background: rgba(211,47,47,0.05); }

/* Firebase Config */
.firebase-status { font-size: 11px; letter-spacing: 0.1em; display: flex; align-items: center; gap: 6px; text-transform: uppercase; color: var(--text-muted); font-weight: 600; }
.firebase-dot { width: 8px; height: 8px; border-radius: 50%; background: #ccc; }
.firebase-dot.ok { background: #25D366; box-shadow: 0 0 8px rgba(37,211,102,0.4); }
.firebase-dot.err { background: #ff6b6b; }
.firebase-banner { background: var(--rose-champagne); border: 1px solid var(--gold-champagne); padding: 24px; display: none; margin-bottom: 24px; }
.firebase-banner.show { display: block; }
.firebase-banner-title { font-size: 16px; color: var(--brown-soft); font-weight: 600; margin-bottom: 8px; font-family: 'Playfair Display', serif; }
.firebase-banner p { font-size: 13px; color: var(--text-muted); margin-bottom: 16px; }
.firebase-config-form { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; align-items: end; }
.firebase-config-form .form-input { margin-bottom: 0; }

.loading-screen { position: fixed; inset: 0; background: var(--off-white); z-index: 10000; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: opacity 0.5s; }
.loading-screen.hide { opacity: 0; pointer-events: none; }
.loading-logo { font-size: 48px; color: var(--gold-champagne); margin-bottom: 16px; font-family: 'Playfair Display', serif; }
.loading-text { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-muted); font-weight: 600; }

/* Footer */
.catalog-footer { text-align: left; padding: 60px 40px 20px; background: var(--rose-champagne); border-top: 1px solid var(--border); margin-top: 60px; }
.footer-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 40px; max-width: 1200px; margin-left: auto; margin-right: auto; }
.footer-brand { font-size: 32px; color: var(--gold-champagne); margin-bottom: 16px; font-family: 'Playfair Display', serif; }
.footer-desc { font-size: 13px; color: var(--brown-soft); line-height: 1.6; }
.footer-title { font-size: 14px; font-weight: 600; color: var(--gold-champagne); margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.1em; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 12px; }
.footer-links a { text-decoration: none; color: var(--brown-soft); font-size: 13px; transition: color 0.3s; }
.footer-links a:hover { color: var(--gold-champagne); }
.footer-socials { display: flex; gap: 16px; margin-top: 20px; }
.footer-socials a { color: var(--brown-soft); transition: color 0.3s; }
.footer-socials a:hover { color: var(--gold-champagne); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.1em; max-width: 1200px; margin: 0 auto; }
.btn-admin-access { background: transparent; border: none; font-size: 10px; text-transform: uppercase; color: var(--text-muted); cursor: pointer; letter-spacing: 0.1em; font-weight: 600; transition: color 0.3s; }
.btn-admin-access:hover { color: var(--gold-champagne); }

/* Floating WhatsApp & Pre-Qual */
.floating-wa { position: fixed; bottom: 24px; right: 24px; background-color: #25d366; color: white; width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(37, 211, 102, 0.4); z-index: 1000; transition: transform 0.3s, box-shadow 0.3s; animation: pulse 2s infinite; }
.floating-wa:hover { transform: scale(1.1) translateY(-4px); box-shadow: 0 8px 16px rgba(37, 211, 102, 0.5); animation: none; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); } 70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); } 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); } }

.wa-modal-content { background: var(--off-white); width: 100%; max-width: 400px; padding: 32px; position: relative; animation: modalIn 0.3s ease; box-shadow: 0 20px 40px rgba(0,0,0,0.2); border: 1px solid var(--gold-champagne); }
.wa-modal-header { text-align: center; margin-bottom: 24px; }
.wa-modal-header h3 { font-family: 'Playfair Display', serif; font-size: 24px; color: var(--gold-champagne); margin-bottom: 8px; }
.wa-modal-header p { font-size: 13px; color: var(--brown-soft); }
.wa-options { display: flex; flex-direction: column; gap: 12px; }
.wa-option-btn { background: white; border: 1px solid var(--border); padding: 16px; font-family: 'Montserrat', sans-serif; font-size: 12px; color: var(--brown-soft); font-weight: 600; cursor: pointer; transition: all 0.3s; text-align: left; display: flex; align-items: center; justify-content: space-between; text-transform: uppercase; letter-spacing: 0.1em; }
.wa-option-btn::after { content: '→'; color: var(--gold-champagne); opacity: 0; transition: opacity 0.3s, transform 0.3s; transform: translateX(-10px); }
.wa-option-btn:hover { border-color: var(--gold-champagne); background: var(--rose-champagne); }
.wa-option-btn:hover::after { opacity: 1; transform: translateX(0); }

/* Cart Sidebar */
.cart-overlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.4); opacity: 0; pointer-events: none; transition: opacity 0.3s; z-index: 1999; }
.cart-overlay.open { opacity: 1; pointer-events: auto; }
.cart-sidebar { position: fixed; top: 0; right: -400px; width: 400px; max-width: 100vw; height: 100vh; background: white; z-index: 2000; display: flex; flex-direction: column; transition: right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); box-shadow: -5px 0 30px rgba(0,0,0,0.1); }
.cart-sidebar.open { right: 0; }
.cart-header { padding: 24px; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; }
.cart-items { flex: 1; overflow-y: auto; padding: 24px; display: flex; flex-direction: column; gap: 16px; }
.cart-item { display: flex; gap: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.cart-item-img { width: 70px; height: 70px; object-fit: cover; }
.cart-item-info { flex: 1; }
.cart-item-name { font-weight: 600; font-size: 14px; color: var(--brown-soft); margin-bottom: 4px; }
.cart-item-price { font-size: 14px; color: var(--gold-champagne); font-weight: 600; margin-bottom: 8px; }
.cart-item-qty { display: flex; align-items: center; gap: 12px; }
.cart-qty-btn { background: transparent; border: 1px solid var(--border); width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--text-muted); }
.cart-qty-btn:hover { background: var(--rose-champagne); }
.cart-item-remove { font-size: 12px; color: #d32f2f; cursor: pointer; border: none; background: transparent; margin-left: auto; text-transform: uppercase; font-weight: 600; }
.cart-footer { padding: 24px; border-top: 1px solid var(--border); background: #faf9f7; }

/* Product Card Actions */
.card-actions { display: flex; gap: 8px; margin-top: 16px; }
.btn-card { flex: 1; padding: 10px 0; font-size: 11px; margin: 0; text-align: center; border-radius: 4px; cursor: pointer; font-weight: 600; text-transform: uppercase; font-family: 'Montserrat', sans-serif; transition: all 0.3s; }
.btn-buy-now { background: var(--gold-champagne); color: white; border: 1px solid var(--gold-champagne); }
.btn-buy-now:hover { background: var(--brown-soft); border-color: var(--brown-soft); }
.btn-add-cart { background: transparent; color: var(--brown-soft); border: 1px solid var(--gold-champagne); }
.btn-add-cart:hover { background: var(--rose-champagne); }

/* Checkout */
.checkout-wrap { max-width: 1000px; margin: 40px auto; padding: 0 20px; }
.checkout-header { text-align: center; margin-bottom: 40px; }
.checkout-brand { font-family: 'Playfair Display', serif; font-size: 32px; color: var(--gold-champagne); margin-bottom: 24px; letter-spacing: 0.1em; }
.checkout-progress { display: flex; justify-content: space-between; align-items: center; max-width: 600px; margin: 0 auto; }
.progress-step { font-size: 12px; font-weight: 600; color: #ccc; text-transform: uppercase; letter-spacing: 0.05em; transition: color 0.3s; }
.progress-step.active { color: var(--gold-champagne); }
.progress-line { flex: 1; height: 1px; background: #eee; margin: 0 16px; }

.checkout-layout { display: grid; grid-template-columns: 1fr 350px; gap: 40px; align-items: start; }

.checkout-step { display: none; background: white; border: 1px solid var(--border); padding: 32px; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.02); }
.checkout-step.active { display: block; animation: modalIn 0.4s ease; }
.checkout-step-title { font-family: 'Playfair Display', serif; font-size: 24px; color: var(--brown-soft); margin-bottom: 24px; text-align: center; }

.checkout-sidebar { background: white; border: 1px solid var(--border); padding: 24px; border-radius: 8px; position: sticky; top: 20px; }
#checkoutSummaryItems .chk-item { display: flex; justify-content: space-between; padding-bottom: 12px; margin-bottom: 12px; border-bottom: 1px solid #eee; }
#checkoutSummaryItems .chk-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

/* Responsive */
@media (max-width: 900px) {
  .checkout-layout { grid-template-columns: 1fr; }
  .checkout-sidebar { position: static; order: -1; margin-bottom: 24px; }
  .admin-content { grid-template-columns: 1fr; }
  .modal { grid-template-columns: 1fr; max-height: 90vh; overflow-y: auto; }
  .modal-img-wrap { aspect-ratio: 16/9; }
  .header-nav { display: none; }
  .benefits-bar { flex-direction: column; align-items: flex-start; gap: 20px; }
}
@media (max-width: 600px) {
  .catalog-hero { padding: 60px 20px; }
  .hero-logo-img { max-width: 180px; }
  .hero-cursive { font-size: 48px; }
  .catalog-header, .products-section { padding-left: 20px; padding-right: 20px; }
  .products-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .card-name { font-size: 14px; }
  .login-box { width: 100%; margin: 20px; }
  .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
  .card-actions { flex-direction: column; gap: 6px; margin-top: 12px; }
  .btn-card { padding: 8px 0; font-size: 10px; }
  .progress-step { font-size: 10px; }
}

/* =========================================
   ADMIN TABS
========================================= */
.admin-tabs-nav {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  grid-column: 1 / -1;
  border-bottom: 1px solid var(--border);
  padding-bottom: 12px;
  overflow-x: auto;
}
.admin-tabs-nav::-webkit-scrollbar {
  display: none;
}
.admin-tab-btn {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text-muted);
  padding: 8px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  border-radius: 20px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s;
}
.admin-tab-btn:hover {
  background: var(--off-white);
}
.admin-tab-btn.active {
  background: var(--gold-champagne);
  border-color: var(--gold-champagne);
  color: #fff;
}
.admin-tab-content {
  grid-column: 1 / -1;
  width: 100%;
}

/* =========================================
   DASHBOARD
========================================= */
.dash-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dash-card-title {
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.dash-card-value {
  color: var(--gold-champagne);
  font-size: 32px;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
}

/* =========================================
   HISTÓRICO DE PEDIDOS DO CLIENTE (MEUS PEDIDOS)
   ========================================= */
.customer-order-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 4px 15px rgba(90, 68, 66, 0.02);
  transition: transform 0.2s, box-shadow 0.2s;
  text-align: left;
}
.customer-order-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(90, 68, 66, 0.06);
}
.order-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed var(--border);
  padding-bottom: 8px;
}
.order-id {
  font-weight: 700;
  color: var(--brown-soft);
  font-size: 13px;
}
.order-date {
  color: var(--text-muted);
  font-size: 11px;
}
.status-badge {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 4px;
}
.status-badge.finalizado, .status-badge.pago {
  background: #e8f5e9;
  color: #2e7d32;
}
.status-badge.aguardando {
  background: #fff3e0;
  color: #ef6c00;
}
.status-badge.aberto, .status-badge.preenchendo {
  background: #f5f5f5;
  color: #616161;
}
.order-card-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.order-card-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.order-item-img {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  object-fit: cover;
  border: 1px solid var(--border);
}
.order-item-info {
  flex: 1;
  font-size: 12px;
}
.order-item-name {
  font-weight: 600;
  color: var(--brown-soft);
}
.order-item-qty {
  color: var(--text-muted);
}
.order-item-price {
  font-weight: 600;
  color: var(--gold-champagne);
  font-size: 12px;
  margin-left: auto;
}
.order-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px dashed var(--border);
  padding-top: 8px;
  margin-top: 4px;
}
.order-total-label {
  font-size: 11px;
  color: var(--text-muted);
}
.order-total-val {
  font-size: 15px;
  font-weight: 700;
  color: var(--gold-champagne);
}

/* =========================================
   ESTILOS DE RESPONSIVIDADE E MELHORIAS (MOBILE & ADMIN)
   ========================================= */
.aff-pix-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}
.aff-pix-row {
  display: flex;
  gap: 8px;
  align-items: center;
}
.aff-pix-row .form-input {
  flex: 2;
  margin-bottom: 0 !important;
}
.aff-pix-row .btn-submit {
  flex: 1;
  white-space: nowrap;
  margin-bottom: 0 !important;
}
.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.payment-methods-selector {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

/* Mobile Bottom Navigation Bar */
.mobile-nav-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: rgba(248, 245, 241, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid var(--border);
  display: none;
  justify-content: space-around;
  align-items: center;
  z-index: 999;
  box-shadow: 0 -4px 20px rgba(90, 68, 66, 0.08);
}
.mobile-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--brown-soft);
  text-decoration: none;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  gap: 4px;
  cursor: pointer;
  flex: 1;
  height: 100%;
  transition: color 0.3s;
}
.mobile-nav-item:hover, .mobile-nav-item.active {
  color: var(--gold-champagne);
}
.mobile-nav-item svg {
  width: 20px;
  height: 20px;
}
.mobile-nav-item.center-item {
  position: relative;
  height: auto;
  overflow: visible;
}
.mobile-nav-circle {
  width: 58px;
  height: 58px;
  background: var(--gold-champagne);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(200, 164, 107, 0.3);
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid var(--off-white);
  transition: transform 0.3s, background-color 0.3s;
}
.mobile-nav-item.center-item:hover .mobile-nav-circle {
  transform: translateX(-50%) scale(1.05);
  background: var(--brown-soft);
}
.mobile-nav-circle svg {
  width: 22px;
  height: 22px;
  color: white;
}
.mobile-nav-item.center-item .mobile-nav-label {
  margin-top: 28px;
}
.mobile-cart-badge {
  position: absolute;
  top: -34px;
  right: calc(50% - 28px);
  background: var(--brown-soft);
  color: white;
  border-radius: 50%;
  font-size: 9px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border: 1.5px solid white;
}

/* Ajustes responsivos adicionais para mobile */
@media (max-width: 768px) {
  body {
    padding-bottom: 64px;
  }
  .mobile-nav-bar {
    display: flex;
  }
  .floating-wa {
    bottom: 84px !important;
  }
  .benefits-bar {
    padding: 16px 0;
  }
  .benefits-track {
    animation: marquee-scroll 18s linear infinite;
  }
  .admin-header {
    flex-direction: column;
    gap: 12px;
    padding: 16px 20px;
    align-items: center;
    text-align: center;
  }
  .admin-content {
    padding: 16px;
    grid-template-columns: 1fr;
  }
  .form-panel, .list-panel {
    padding: 16px;
  }
  .admin-nav-right {
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }
  .admin-nav-right button {
    width: 100%;
  }
  .admin-tabs-nav {
    gap: 4px;
  }
  .admin-tab-btn {
    padding: 6px 12px;
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .aff-pix-grid {
    grid-template-columns: 1fr;
  }
  .aff-pix-row {
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
  }
  .aff-pix-row .form-input, .aff-pix-row .btn-submit {
    flex: none;
    width: 100%;
  }
  .form-grid-2 {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .payment-methods-selector {
    flex-direction: column;
    gap: 10px;
  }
  .step-text {
    display: none;
  }
  .checkout-progress {
    gap: 4px;
  }
  .progress-line {
    margin: 0 4px;
  }
}

/* Botão Hamburger no Header */
.hamburger-menu-btn {
  display: flex;
  background: transparent;
  border: none;
  color: var(--gold-champagne);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.2s;
}
.hamburger-menu-btn:hover {
  background: rgba(201, 168, 76, 0.1);
  transform: scale(1.05);
}
.hamburger-menu-btn svg {
  width: 22px;
  height: 22px;
}

/* Menu Mobile em Tela Cheia Overlay */
.mobile-fullscreen-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: var(--off-white);
  z-index: 10000;
  transition: left 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.mobile-fullscreen-menu.open {
  left: 0;
}
.mobile-menu-header {
  height: 80px;
  background: white;
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}
.mobile-menu-body {
  padding: 24px 24px 80px 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.menu-section-title {
  font-family: 'Playfair Display', serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--brown-soft);
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(90, 68, 66, 0.08);
  padding-bottom: 8px;
}

/* Estilos dinâmicos de coleções no Menu Mobile */
.mobile-menu-collections-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}
.mobile-menu-collection-item, .mobile-menu-all-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  background: white;
  border-radius: 12px;
  border: 1px solid var(--border);
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}
.mobile-menu-collection-item:hover, .mobile-menu-all-item:hover {
  border-color: var(--gold-champagne);
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(201, 168, 76, 0.15);
}
.mobile-menu-collection-img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 1.5px solid var(--gold-champagne);
  position: relative;
  background: var(--off-white);
}
.mobile-menu-collection-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobile-menu-collection-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mobile-menu-collection-title {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--brown-soft);
}
.mobile-menu-collection-sub {
  font-size: 11px;
  color: var(--gold-champagne);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.momentos-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 8px;
}
.momentos-carousel::-webkit-scrollbar {
  display: none;
}
.momento-card {
  flex: 0 0 140px;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.momento-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.momento-card:hover img {
  transform: scale(1.06);
}
.momento-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.1) 60%);
  display: flex;
  align-items: flex-end;
  padding: 12px;
}
.momento-title {
  color: white;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.explorar-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.explorar-banner-full {
  width: 100%;
  height: 120px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.explorar-banner-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.explorar-banner-full:hover img {
  transform: scale(1.04);
}
.explorar-banner-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.explorar-banner-square {
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.explorar-banner-square img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.explorar-banner-square:hover img {
  transform: scale(1.05);
}

@media (max-width: 900px) {
  .hamburger-menu-btn {
    display: flex;
  }
}

/* Container de Busca do Catálogo */
.search-bar-container {
  display: none;
  padding: 16px 40px;
  background: white;
  border-bottom: 1px solid var(--border);
  animation: slideDown 0.3s ease;
}
@keyframes slideDown {
  from { transform: translateY(-10px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.search-bar-wrap {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.search-bar-wrap .form-input {
  margin-bottom: 0;
  padding: 12px 48px 12px 16px;
  border-radius: 24px;
  border: 1.5px solid var(--border);
  font-size: 14px;
  background: var(--off-white);
}
.search-bar-wrap .form-input:focus {
  border-color: var(--gold-champagne);
  background: white;
}
.search-bar-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: var(--text-muted);
  pointer-events: none;
}
@media (max-width: 600px) {
  .search-bar-container {
    padding: 12px 20px;
  }
}

@keyframes marquee-scroll {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}

/* =========================================
   COUPONS SYSTEM STYLES
========================================= */
@media (max-width: 768px) {
  .coupon-admin-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

/* =========================================
   PROMO BANNER SLIDER STYLES
========================================= */
.promo-slider-section {
  width: 100%;
  background: var(--off-white);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.promo-slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  aspect-ratio: 16/7;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}
.promo-slider:active {
  cursor: grabbing;
}
@media (min-width: 769px) {
  .promo-slider {
    aspect-ratio: 21/7; /* Mais horizontal para telas grandes */
  }
}
@media (max-width: 768px) {
  .promo-slider {
    aspect-ratio: 1/1; /* Quadrado para banners de celular */
  }
}
.promo-track {
  display: flex;
  width: 300%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}
.promo-slide {
  width: calc(100% / 3);
  height: 100%;
  cursor: grab;
}
.promo-slide:active {
  cursor: grabbing;
}
.promo-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.promo-dots {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 10;
}
.promo-dot {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}
.promo-dot.active {
  background: var(--gold-champagne);
  transform: scale(1.25);
}

/* =========================================
   2FA LOGIN SCREEN (STEP 2)
========================================= */
#loginStep2 {
  background: white;
  color: var(--brown-soft);
  text-align: center;
}

.tfa-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.tfa-shield-icon-small {
  color: var(--gold-champagne);
  display: none; /* Hide small icon for cleaner look */
}

.tfa-title {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--gold-champagne);
  margin: 0;
}

.tfa-subtitle {
  color: var(--text-muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  font-weight: 600;
}

.tfa-info-box {
  background: var(--rose-champagne);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
}

.tfa-info-box svg {
  color: var(--brown-soft);
}

.tfa-info-box span {
  font-size: 11px;
  color: var(--brown-soft);
  font-weight: 600;
  line-height: 1.4;
}

.tfa-shield-icon-large {
  width: 64px;
  height: 64px;
  background: var(--rose-champagne);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: var(--gold-champagne);
  border: 1px solid var(--border);
}

.tfa-code-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
  text-align: center;
  color: var(--brown-soft);
}

.tfa-code-subtitle {
  color: var(--text-muted);
  font-size: 11px;
  margin: 0 0 16px;
  text-align: center;
}

.tfa-code-inputs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
}

.tfa-input {
  width: 45px;
  height: 55px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  font-size: 24px;
  text-align: center;
  color: var(--brown-soft);
  transition: border-color 0.2s;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.tfa-input:focus {
  outline: none;
  border-color: var(--gold-champagne);
}

.tfa-btn-verify {
  width: 100%;
  padding: 14px;
  background: var(--gold-champagne);
  color: white;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  transition: background 0.3s;
  margin-bottom: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}

.tfa-btn-verify:hover {
  background: var(--brown-soft);
}

.tfa-btn-link {
  width: 100%;
  padding: 14px;
  background: transparent;
  color: var(--brown-soft);
  border: 1px solid var(--border);
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  transition: all 0.3s;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  display: block;
}

.tfa-btn-link:hover {
  background: var(--rose-champagne);
}

/* Anti robot checkbox */
.anti-robot-container {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  padding: 10px 14px;
  margin-bottom: 16px;
  cursor: pointer;
  user-select: none;
}

.anti-robot-container:hover {
  background: #f1f1f1;
}

.anti-robot-checkbox {
  width: 24px;
  height: 24px;
  border: 2px solid #c1c1c1;
  border-radius: 2px;
  background: #fff;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.anti-robot-checkbox.checked::after {
  content: '✓';
  color: #009688;
  font-size: 20px;
  font-weight: bold;
}

.anti-robot-container span {
  font-family: Roboto, helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #555;
}

/* =========================================
   MÓDULO FINANCEIRO
========================================= */
.fin-badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.fin-badge.entrada {
  background: #e8f5e9;
  color: #2e7d32;
}
.fin-badge.saida {
  background: #ffebee;
  color: #c62828;
}
.fin-badge.investimento {
  background: #e0f2fe;
  color: #0369a1;
}

@media (max-width: 900px) {
  .finance-grid {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================
   AUTENTICAÇÃO GOOGLE E DIVISORES
========================================= */
.btn-google-auth {
  width: 100%;
  padding: 14px 20px;
  background: #ffffff;
  color: #3c4043;
  border: 1.5px solid #dadce0;
  border-radius: 50px;
  font-family: 'Montserrat', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.btn-google-auth:hover {
  background: #f8f9fa;
  border-color: #d2d4d7;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.btn-google-auth:active {
  transform: translateY(0);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.btn-google-auth svg {
  flex-shrink: 0;
}

.auth-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0 24px 0;
}
.auth-divider::before,
.auth-divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid var(--border);
}
.auth-divider span {
  padding: 0 16px;
  font-size: 11px;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}


