/* ============================================
   ENIN CAFÉS ESPECIAIS — style.css
   Premium artisanal coffee brand
============================================ */

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  color-scheme: light;
  --gold:        #C8A96E;
  --gold-light:  #E2C98E;
  --gold-dark:   #8B6E3A;
  --dark:        #0C0A07;
  --dark-2:      #131009;
  --dark-3:      #1A1510;
  --cream:       #F0E6D0;
  --cream-2:     #D9CBAC;
  --muted:       #7A6E58;
  --font-serif:  'Playfair Display', Georgia, serif;
  --font-sans:   'Inter', system-ui, sans-serif;
  --transition:  0.35s ease;
  --header-h:    80px;
  --offset:      var(--header-h);
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  background: var(--dark);
  color: var(--cream-2);
  line-height: 1.7;
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ── Grain Texture Overlay ── */
.grain-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
}

/* ── Typography helpers ── */
.section-heading {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: var(--cream);
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
.section-heading.centered { text-align: center; }

/* ── Buttons ── */
.btn-primary {
  display: inline-block;
  background: var(--gold);
  color: var(--dark);
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  padding: 16px 36px;
  border-radius: 4px;
  transition: var(--transition);
  cursor: pointer;
  border: none;
}
.btn-primary:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(200,169,110,0.3);
}
.btn-primary.btn-full { width: 100%; text-align: center; }
.btn-primary.btn-large {
  font-size: 1.1rem;
  padding: 20px 48px;
}

.btn-secondary {
  display: inline-block;
  color: var(--cream-2);
  font-size: 0.9rem;
  font-weight: 400;
  border-bottom: 1px solid rgba(240,230,208,0.25);
  padding-bottom: 2px;
  transition: var(--transition);
}
.btn-secondary:hover {
  color: var(--gold);
  border-color: var(--gold);
}

.btn-header {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--cream);
  border: 1px solid rgba(240,230,208,0.2);
  padding: 8px 20px;
  border-radius: 3px;
  transition: var(--transition);
}
.btn-header:hover {
  border-color: var(--gold);
  color: var(--gold);
}
/* Desktop: mostra texto longo, esconde curto */
.btn-header-short { display: none; }
.btn-header-long  { display: inline; }

/* ============================================
   ARNOLD HERO BADGE
============================================ */
.arnold-hero-badge {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  background: rgba(200,169,110,0.06);
  border: 1px solid rgba(200,169,110,0.18);
  border-radius: 6px;
  padding: 12px 18px;
  max-width: 480px;
  opacity: 0;
  animation: fadeUp 0.9s ease 0.65s forwards;
}
.arnold-hero-logo {
  height: 28px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.85;
  flex-shrink: 0;
}
.arnold-hero-text {
  font-size: 0.78rem;
  color: var(--cream-2);
  line-height: 1.5;
  letter-spacing: 0.01em;
}

/* ============================================
   HEADER
============================================ */
#header {
  position: fixed;
  top: 0;
  left: 0; right: 0;
  z-index: 100;
  padding: 16px 0;
  transition: var(--transition);
}
#header.scrolled {
  background: rgba(12,10,7,0.95);
  backdrop-filter: blur(16px);
  padding: 12px 0;
  border-bottom: 1px solid rgba(200,169,110,0.1);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.logo-mark {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--cream);
  letter-spacing: -0.02em;
  line-height: 1;
}
.logo-sub {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ============================================
   HERO
============================================ */
#hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: calc(var(--offset) + 60px);
  padding-bottom: 100px;
  overflow: hidden;
  background: linear-gradient(to right, rgba(12,10,7,0.92) 0%, rgba(12,10,7,0.6) 100%), url('Imagens fundo/IMG_9369.JPG.jpeg') center/cover no-repeat;
}

.hero-bg-text {
  position: absolute;
  right: -2vw;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-serif);
  font-size: clamp(120px, 22vw, 320px);
  font-weight: 900;
  color: rgba(200,169,110,0.04);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  letter-spacing: -0.05em;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 700px;
}

.hero-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 2rem;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.1s forwards;
}

.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(3.5rem, 8vw, 7rem);
  font-weight: 900;
  color: var(--cream);
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin-bottom: 2rem;
  opacity: 0;
  animation: fadeUp 0.9s ease 0.2s forwards;
}
.hero-title em {
  color: var(--gold);
  font-style: italic;
}

.hero-desc {
  font-size: 1.1rem;
  color: var(--cream-2);
  line-height: 1.7;
  max-width: 500px;
  margin-bottom: 3rem;
  opacity: 0;
  animation: fadeUp 0.9s ease 0.35s forwards;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 0.9s ease 0.5s forwards;
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.3;
}
.hero-scroll-indicator span {
  display: block;
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, transparent, var(--gold));
  margin: 0 auto;
  animation: scrollLine 2s ease-in-out infinite;
}

@keyframes scrollLine {
  0%, 100% { transform: scaleY(1); opacity: 0.3; }
  50% { transform: scaleY(0.5); opacity: 0.6; }
}

/* ============================================
   SPECS BAR
============================================ */
#specs-bar {
  background: var(--dark-2);
  border-top: 1px solid rgba(200,169,110,0.08);
  border-bottom: 1px solid rgba(200,169,110,0.08);
  padding: 28px 0;
}
.specs-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.spec {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 40px;
  text-align: center;
}
.spec-value {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1.1;
}
.spec-label {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  margin-top: 4px;
}
.spec-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(200,169,110,0.25);
  flex-shrink: 0;
}

/* ============================================
   PRODUTO
============================================ */
#produto {
  padding: 120px 0;
  background: var(--dark-3);
  position: relative;
  overflow: hidden;
}
#produto::before {
  content: '';
  position: absolute;
  left: -200px;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,169,110,0.04) 0%, transparent 70%);
  pointer-events: none;
}

.produto-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}

/* Bag (saco de café) */
.bag-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* Fotos do produto (Mockup Real) */
.produto-fotos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
}
.produto-foto {
  width: 100%;
  border-radius: 8px;
  object-fit: contain;
  border: none;
  box-shadow: 0 15px 40px rgba(0,0,0,0.3);
  transition: transform 0.5s ease;
  background: transparent;
}
.produto-foto:hover { transform: translateY(-4px); }
.produto-foto-main  { }
.produto-foto-secondary { }

/* Arnold logo img */
.arnold-logo-img {
  height: 42px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

.bag {
  width: 220px;
  background: linear-gradient(160deg, #2C2010 0%, #1C1408 50%, #100D06 100%);
  border: 1px solid rgba(200,169,110,0.3);
  border-radius: 8px 8px 4px 4px;
  box-shadow:
    0 30px 80px rgba(0,0,0,0.8),
    inset 1px 0 0 rgba(200,169,110,0.1),
    0 0 60px rgba(200,169,110,0.06);
  overflow: hidden;
  transform: perspective(1000px) rotateY(-6deg) rotateX(2deg);
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}
.bag:hover {
  transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}
.bag-top {
  height: 28px;
  background: linear-gradient(to bottom, rgba(200,169,110,0.15), transparent);
  border-bottom: 1px solid rgba(200,169,110,0.1);
  position: relative;
}
.bag-top::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 1px;
  background: rgba(200,169,110,0.3);
}
.bag-face {
  padding: 32px 24px 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}
.bag-label {
  text-align: center;
  border: 1px solid rgba(200,169,110,0.2);
  padding: 24px 20px;
  border-radius: 4px;
  width: 100%;
  background: rgba(200,169,110,0.03);
}
.bag-label-sub {
  font-size: 0.55rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
.bag-label-name {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--gold-light);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 12px;
}
.bag-label-divider {
  width: 40px;
  height: 1px;
  background: rgba(200,169,110,0.3);
  margin: 12px auto;
}
.bag-label-origin {
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}
.bag-label-variety {
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-bottom: 16px;
}
.bag-label-weight {
  font-family: var(--font-serif);
  font-size: 0.9rem;
  color: var(--gold);
  font-weight: 700;
  border-top: 1px solid rgba(200,169,110,0.15);
  padding-top: 12px;
  letter-spacing: 0.1em;
}
.bag-bottom-fold {
  height: 20px;
  background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.4));
  border-top: 1px solid rgba(200,169,110,0.08);
}
.bag-shadow {
  width: 160px;
  height: 30px;
  background: radial-gradient(ellipse, rgba(0,0,0,0.7) 0%, transparent 70%);
  filter: blur(12px);
  margin-top: 12px;
}

/* Product text */
.produto-text { }
.produto-lead {
  font-size: 1.15rem;
  color: var(--cream);
  line-height: 1.7;
  margin-bottom: 2.5rem;
  border-left: 2px solid var(--gold);
  padding-left: 20px;
}
.produto-notes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 2.5rem;
}
.note {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(200,169,110,0.05);
  border: 1px solid rgba(200,169,110,0.1);
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 0.88rem;
  color: var(--cream-2);
  transition: var(--transition);
}
.note:hover {
  border-color: rgba(200,169,110,0.3);
  background: rgba(200,169,110,0.08);
}
.note-icon { font-size: 1.2rem; flex-shrink: 0; }

/* ============================================
   HISTÓRIA
============================================ */
#historia {
  padding: 120px 0;
  background: linear-gradient(to bottom, rgba(12,10,7,0.98), rgba(12,10,7,0.85)), url('Imagens fundo/2333.jpeg') center/cover fixed;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.historia-inner {
  display: grid;
  grid-template-columns: 5fr 5fr;
  gap: 80px;
  align-items: center;
}

.historia-image-card {
  width: 100%;
  height: 500px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
  border: 1px solid rgba(200,169,110,0.15);
}
.historia-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.5s ease;
}
.historia-image-card:hover .historia-img {
  transform: scale(1.05);
}

.historia-content p {
  margin-bottom: 1.2rem;
  color: var(--cream-2);
  font-size: 1rem;
  line-height: 1.8;
}
.historia-lead {
  font-family: var(--font-serif);
  font-size: 1.3rem !important;
  color: var(--cream) !important;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 1.5rem !important;
}
.historia-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2rem;
}
.historia-tags span {
  font-size: 0.78rem;
  color: var(--gold);
  border: 1px solid rgba(200,169,110,0.2);
  padding: 5px 14px;
  border-radius: 100px;
}

/* ============================================
   DEPOIMENTOS
============================================ */
#depoimentos {
  padding: 120px 0;
  background: var(--dark-2);
}
.quotes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 3rem;
}
.quote-card {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(200,169,110,0.1);
  border-radius: 6px;
  padding: 32px;
  transition: var(--transition);
}
.quote-card:hover {
  border-color: rgba(200,169,110,0.25);
  transform: translateY(-4px);
}
.quote-card p {
  font-size: 0.93rem;
  color: var(--cream-2);
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 20px;
  position: relative;
}
.quote-card p::before {
  content: '"';
  font-family: var(--font-serif);
  font-size: 4rem;
  color: rgba(200,169,110,0.15);
  line-height: 0;
  position: absolute;
  top: 12px;
  left: -8px;
}
.quote-card cite {
  font-size: 0.78rem;
  color: var(--muted);
  font-style: normal;
  letter-spacing: 0.06em;
}

/* ============================================
   COMPRAR
============================================ */
#comprar {
  padding: 120px 0;
  background: var(--dark-3);
  position: relative;
}
#comprar::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(200,169,110,0.05) 0%, transparent 65%);
  pointer-events: none;
}
.comprar-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.comprar-left p {
  font-size: 1.05rem;
  color: var(--cream-2);
  margin-bottom: 2rem;
  line-height: 1.8;
}
.comprar-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.comprar-list li {
  font-size: 0.88rem;
  color: var(--muted);
  padding-left: 20px;
  position: relative;
}
.comprar-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--gold-dark);
}

/* Price box */
.price-box {
  background: var(--dark-2);
  border: 1px solid rgba(200,169,110,0.2);
  border-radius: 8px;
  padding: 40px 36px;
  position: relative;
  overflow: hidden;
}
.price-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.price-box-title {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  color: var(--cream);
  margin-bottom: 20px;
  text-align: center;
}

/* Selector Grão / Moído */
.type-selector {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}
.type-option {
  cursor: pointer;
  position: relative;
}
.type-option input {
  position: absolute;
  opacity: 0;
}
.type-btn {
  display: block;
  text-align: center;
  padding: 14px;
  border: 1px solid rgba(200,169,110,0.3);
  border-radius: 6px;
  color: var(--cream-2);
  font-weight: 600;
  font-size: 0.95rem;
  transition: var(--transition);
  background: rgba(0,0,0,0.2);
}
.type-option input:checked + .type-btn {
  background: var(--gold);
  color: var(--dark);
  border-color: var(--gold);
  box-shadow: 0 4px 15px rgba(200,169,110,0.2);
}

/* Price Display */
.price-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
  padding: 20px;
  background: rgba(200,169,110,0.03);
  border-radius: 6px;
  border: 1px dashed rgba(200,169,110,0.2);
}
.price-original {
  font-family: var(--font-serif);
  font-size: 1.7rem;
  font-weight: 700;
  color: rgba(122,110,88,0.7);
  text-decoration: line-through;
  text-decoration-color: rgba(220,80,80,0.7);
  text-decoration-thickness: 2px;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}
.price-discount-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(200,169,110,0.1);
  border-radius: 3px;
  padding: 3px 10px;
  margin: 6px 0 4px;
}
.price-val {
  font-family: var(--font-serif);
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 4px;
}
.price-parcel {
  font-size: 0.9rem;
  color: var(--muted);
}

/* Arnold Discount Box in Checkout */
.arnold-discount-box {
  background: linear-gradient(135deg, rgba(200,169,110,0.1) 0%, rgba(200,169,110,0.02) 100%);
  border: 1px solid rgba(200,169,110,0.3);
  border-radius: 6px;
  padding: 16px;
  margin-bottom: 28px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.arnold-badge {
  background: var(--gold);
  color: var(--dark);
  font-weight: 800;
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 4px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.arnold-discount-box p {
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--cream-2);
  margin: 0;
}
.arnold-discount-box p strong {
  color: var(--gold);
}

.btn-buy {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--gold);
  color: var(--dark);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.03em;
  padding: 18px;
  border-radius: 4px;
  transition: var(--transition);
  cursor: pointer;
  animation: pulseBuy 2.5s ease-in-out infinite;
}
.btn-buy:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(200,169,110,0.25);
  animation: none;
}

@keyframes pulseBuy {
  0%, 100% { box-shadow: 0 0 0 0 rgba(200,169,110,0.4); }
  50% { box-shadow: 0 0 0 10px rgba(200,169,110,0); }
}

.payment-info {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(200,169,110,0.08);
}
.payment-info span {
  font-size: 0.75rem;
  color: var(--muted);
}
.guarantee {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.6;
}

/* ============================================
   ARNOLD STRIP
============================================ */
#arnold-strip {
  background: var(--dark-2);
  border-top: 1px solid rgba(200,169,110,0.12);
  border-bottom: 1px solid rgba(200,169,110,0.12);
  padding: 40px 0;
}
.arnold-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.arnold-logo-area {
  flex-shrink: 0;
}
.arnold-logo-badge {
  background: rgba(200,169,110,0.06);
  border: 1px solid rgba(200,169,110,0.2);
  border-radius: 6px;
  padding: 14px 20px;
  display: inline-flex;
  align-items: center;
}
.arnold-logo-text {
  display: flex;
  align-items: center;
  gap: 8px;
}
.arnold-a {
  font-family: var(--font-serif);
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -0.03em;
}
.arnold-words {
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 1;
}
.arnold-words span {
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--cream-2);
  line-height: 1.5;
}
.arnold-divider {
  width: 1px;
  height: 60px;
  background: rgba(200,169,110,0.15);
  flex-shrink: 0;
}
.arnold-offer { flex: 1; min-width: 260px; }
.arnold-label {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}
.arnold-text {
  font-size: 1.1rem;
  color: var(--cream);
  margin-bottom: 16px;
}
.arnold-text strong { color: var(--gold); }

.coupon-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.coupon-label {
  font-size: 0.78rem;
  color: var(--muted);
}
.coupon-code {
  font-family: var(--font-sans);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--gold);
  background: rgba(200,169,110,0.1);
  border: 1px dashed rgba(200,169,110,0.4);
  padding: 6px 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: var(--transition);
}
.coupon-code:hover {
  background: rgba(200,169,110,0.18);
  border-color: var(--gold);
}
.coupon-copied {
  font-size: 0.75rem;
  color: #4ade80;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.coupon-copied.show { opacity: 1; }
.coupon-hint {
  font-size: 0.72rem;
  color: var(--muted);
}

/* ============================================
   FAQ
============================================ */
#faq {
  padding: 100px 0;
  background: var(--dark);
}
.faq-inner { max-width: 680px; }
.faq-list {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.faq-item {
  border-bottom: 1px solid rgba(200,169,110,0.08);
  cursor: pointer;
  transition: var(--transition);
}
.faq-item:first-child { border-top: 1px solid rgba(200,169,110,0.08); }
.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--cream);
  gap: 16px;
}
.faq-icon {
  color: var(--gold);
  font-size: 1.3rem;
  font-weight: 300;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  line-height: 1;
}
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
.faq-a p {
  padding-bottom: 20px;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.8;
}
.faq-item.open .faq-a { max-height: 200px; }
.faq-item:hover .faq-q { color: var(--gold); }

/* ============================================
   CTA FINAL
============================================ */
#cta-final {
  padding: 140px 0;
  background: linear-gradient(rgba(26,21,16,0.85), rgba(26,21,16,0.95)), url('Imagens fundo/IMG_6204.JPG.jpeg') center/cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
#cta-final::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(200,169,110,0.07) 0%, transparent 60%);
  pointer-events: none;
}
.cta-inner {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#cta-final h2 {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 900;
  color: var(--cream);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}
#cta-final h2 em {
  color: var(--gold);
  font-style: italic;
}
#cta-final p {
  font-size: 1rem;
  color: var(--muted);
  margin-bottom: 3rem;
  line-height: 1.8;
}

/* ============================================
   FOOTER
============================================ */
#footer {
  background: var(--dark-2);
  border-top: 1px solid rgba(200,169,110,0.08);
  padding: 48px 0 32px;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.footer-tagline {
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
}
.footer-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-links a {
  font-size: 0.8rem;
  color: var(--muted);
  transition: var(--transition);
}
.footer-links a:hover { color: var(--gold); }
.footer-legal {
  font-size: 0.72rem;
  color: rgba(122,110,88,0.6);
}

/* ============================================
   ANIMATIONS
============================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   RESPONSIVE
============================================ */
@media (max-width: 900px) {
  .produto-inner { grid-template-columns: 1fr; gap: 60px; }
  .bag-wrap { order: -1; }
  .bag { transform: none; }
  .historia-inner { grid-template-columns: 1fr; gap: 40px; }
  .historia-label { display: none; }
  .comprar-inner { grid-template-columns: 1fr; gap: 48px; }
  .quotes-grid { grid-template-columns: 1fr; }
  .historia-image-card { height: 350px; }
}

@media (max-width: 680px) {
  :root {
    --header-h: 70px;
  }

  #header { 
    position: fixed;
    top: 0;
    background: rgba(12,10,7,0.97);
    padding: 10px 0;
  }
  #header.scrolled {
    position: fixed;
    top: 0;
    z-index: 300;
  }
  .logo-sub {
    font-size: 0.6rem;
    letter-spacing: 0.08em;
  }
  .logo-mark {
    font-size: 1.3rem;
  }
  .btn-header {
    font-size: 0.78rem;
    padding: 8px 14px;
    white-space: nowrap;
  }
  /* Mobile: esconde texto longo, mostra curto */
  .btn-header-long { display: none; }
  .btn-header-short { display: inline; }
  .arnold-hero-badge {
    max-width: 100%;
  }
  .arnold-hero-logo {
    height: 22px;
  }
  .arnold-hero-text {
    font-size: 0.72rem;
  }
  #hero {
    padding-top: 120px;
    text-align: center;
  }
  .hero-inner {
    margin: 0 auto;
  }
  .hero-actions { 
    justify-content: center;
    align-items: center; 
    width: 100%;
  }

  .container { padding: 0 20px; }
  .hero-actions { flex-direction: column; gap: 16px; }
  .btn-primary { width: 100%; text-align: center; }
  .specs-inner { gap: 10px; justify-content: center; }
  .spec { padding: 8px 10px; }
  .spec-dot { display: none; }
  .produto-notes { grid-template-columns: 1fr; }
  .hero-bg-text { display: none; }
  
  .price-val { font-size: 2.8rem; }
  .type-selector { grid-template-columns: 1fr; }
}

/* ============================================
   WHATSAPP FLOATING
============================================ */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #25D366;
  padding: 10px 18px 10px 10px;
  border-radius: 100px;
  z-index: 999;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
  transition: var(--transition);
  color: #fff;
  text-decoration: none;
}
.whatsapp-float:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(37, 211, 102, 0.4);
}
.whatsapp-icon-wrap {
  width: 40px;
  height: 40px;
  background: #fff;
  color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp-text {
  font-weight: 600;
  font-size: 0.95rem;
  padding-right: 4px;
}

@media (max-width: 680px) {
  .whatsapp-float {
    bottom: 20px;
    right: 20px;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    justify-content: center;
  }
  .whatsapp-text {
    display: none;
  }
  .whatsapp-icon-wrap {
    width: 44px;
    height: 44px;
    background: transparent;
    color: #fff;
  }
}
