:root {
  --ink: #0c0d09;
  --ink2: #15160f;
  --panel: #1a1c13;
  --bone: #f3efe2;
  --bone-dim: #c7c2ac;
  --brass: #c9a227;
  --brass2: #e7c463;
  --green: #0e3b23;
  --green2: #12522f;
  --line: rgba(243, 239, 226, 0.14);
  --radius: 14px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

/* Permite digitação normal nos campos de formulário */
input, textarea, select {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  background: var(--ink);
  color: var(--bone);
  font-family: 'Inter', sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 78px;
}

img {
  max-width: 100%;
  display: block;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  cursor: pointer;
}

.page {
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  background: var(--ink);
  overflow: hidden;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
}

.wrap-pad {
  padding: 28px 22px;
}

.eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 12.5px;
  color: var(--brass2);
}

h1, h2 {
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.01em;
}

/* ============ ANNOUNCEMENT BAR ============ */
.announce {
  background: var(--brass);
  color: var(--ink);
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 12.5px;
  padding: 9px 10px;
}

/* ============ HERO SLIDER / HORIZONTAL CAROUSEL ============ */
.hero {
  position: relative;
}

.hero-media {
  position: relative;
  width: 100%;
  overflow: hidden !important;
}

.hero-slider {
  position: relative;
  width: 100%;
  overflow: hidden !important;
  touch-action: pan-y;
}

.hero-slides {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  width: 100%;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

.hero-slide {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  box-sizing: border-box;
}

.hero-slide img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: cover;
}

/* Carousel Navigation Arrows */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(22, 25, 34, 0.75);
  color: var(--brass2);
  border: 1.5px solid rgba(231, 196, 99, 0.5);
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  backdrop-filter: blur(4px);
  transition: background 0.2s, transform 0.2s;
  user-select: none;
}

.slider-arrow:hover {
  background: rgba(201, 162, 39, 0.95);
  color: var(--ink);
  transform: translateY(-50%) scale(1.08);
}

.slider-arrow.prev {
  left: 12px;
}

.slider-arrow.next {
  right: 12px;
}

/* Carousel Dots Indicator */
.slider-dots {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(243, 239, 226, 0.35);
  border: 1px solid rgba(0, 0, 0, 0.4);
  cursor: pointer;
  padding: 0;
  transition: all 0.25s ease;
}

.slider-dot.active {
  background: var(--brass2);
  width: 24px;
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(231, 196, 99, 0.6);
}

.hero-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  background: linear-gradient(180deg, rgba(12, 13, 9, 0) 0%, var(--ink) 92%);
  pointer-events: none;
  z-index: 5;
}

.hero-content {
  padding: 22px 22px 30px;
  text-align: center;
}

.hero-content h1 {
  font-size: 52px;
  line-height: 0.95;
  margin: 10px 0 4px;
  color: var(--bone);
}

.hero-content h1 .brass-text {
  display: block;
  color: var(--brass2);
  font-size: 58px;
  margin-top: 4px;
}

.tagline {
  color: var(--bone-dim);
  font-size: 15px;
  margin: 10px auto 18px;
  max-width: 320px;
}

.price-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-bottom: 6px;
}

.price-main {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 34px;
  color: var(--bone);
}

.price-pix {
  font-size: 13.5px;
  color: var(--brass2);
}

.price-pix strong {
  color: var(--brass2);
}

.ship-note {
  font-size: 13px;
  color: var(--bone-dim);
  margin-bottom: 20px;
}

.btn-cta {
  display: inline-block;
  background: linear-gradient(180deg, var(--brass2), var(--brass));
  color: var(--ink);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 16.5px;
  padding: 16px 30px;
  border: none;
  border-radius: 8px;
  width: 100%;
  max-width: 340px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(201, 162, 39, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(201, 162, 39, 0.35);
}

.btn-cta:active {
  transform: translateY(1px);
}

.btn-cta.big {
  font-size: 18px;
  padding: 18px 30px;
}

/* ============ WATERMARK 22 ============ */
.wm-wrap {
  position: relative;
  overflow: hidden;
}

.wm-22 {
  position: absolute;
  font-family: 'Anton', sans-serif;
  font-size: 340px;
  line-height: 1;
  color: rgba(243, 239, 226, 0.035);
  top: -70px;
  right: -60px;
  letter-spacing: -10px;
  pointer-events: none;
  user-select: none;
}

.wm-22.dim {
  color: rgba(243, 239, 226, 0.045);
  top: -40px;
  left: -70px;
  right: auto;
}

/* ============ MANIFESTO ============ */
.manifesto {
  background: var(--ink);
  position: relative;
}

.manifesto h2 {
  font-size: 30px;
  color: var(--bone);
  margin-bottom: 14px;
  line-height: 1.05;
}

.manifesto p {
  color: var(--bone-dim);
  font-size: 15px;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.manifesto p.lead {
  color: var(--bone);
  font-size: 16.5px;
  font-weight: 500;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 0.01em;
}

.manifesto p:last-child {
  margin-bottom: 0;
  color: var(--brass2);
  font-weight: 600;
}

/* ============ DETAIL / QUALITY ============ */
.detail {
  background: var(--panel);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.detail .wrap-pad {
  padding-bottom: 0;
}

.detail h2 {
  font-size: 25px;
  color: var(--bone);
  margin: 8px 0 20px;
  line-height: 1.1;
}

.detail-img {
  width: 100%;
}

.feature-list {
  list-style: none;
  padding: 24px 22px 30px;
}

.feature-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  font-size: 14.5px;
  color: var(--bone-dim);
}

.feature-list li:last-child {
  margin-bottom: 0;
}

.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brass2);
  font-weight: 700;
}

/* ============ SPECS IMAGES ============ */
.specs-img {
  width: 100%;
}

/* ============ COMBO ============ */
.combo {
  background: var(--green);
  position: relative;
}

.combo .wrap-pad {
  padding-bottom: 14px;
}

.tag-combo {
  display: inline-block;
  background: var(--brass);
  color: var(--ink);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 5px;
  margin-bottom: 14px;
}

.combo h2 {
  font-size: 26px;
  color: var(--bone);
  line-height: 1.1;
  margin-bottom: 12px;
}

.combo > .wrap-pad > p {
  color: rgba(243, 239, 226, 0.75);
  font-size: 14.5px;
}

.combo-img {
  width: 100%;
}

.combo-price {
  background: linear-gradient(180deg, var(--ink2), var(--ink));
  margin: 0 22px 28px;
  border-radius: 16px;
  padding: 28px 22px 24px;
  text-align: center;
  position: relative;
  top: -1px;
  border: 1px solid rgba(201, 162, 39, 0.3);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  overflow: visible;
}

.combo-ribbon {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, var(--brass2), var(--brass));
  color: var(--ink);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.04em;
  padding: 6px 16px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(201, 162, 39, 0.35);
  white-space: nowrap;
}

.combo-eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 11.5px;
  color: var(--bone-dim);
  margin-top: 6px;
}

.combo-de {
  color: var(--bone-dim);
  font-size: 14px;
  margin-top: 10px;
}

.combo-de s {
  text-decoration: line-through;
  text-decoration-color: rgba(179, 73, 47, 0.7);
  text-decoration-thickness: 1.5px;
}

.combo-por {
  margin-top: 6px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
}

.combo-por-label {
  font-size: 15px;
  color: var(--bone);
}

.combo-por-value {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: var(--brass2);
  line-height: 1;
}

.combo-por-value .cents {
  font-size: 22px;
}

.combo-pix {
  font-size: 13.5px;
  color: var(--bone-dim);
  margin-top: 8px;
}

.combo-pix strong {
  color: var(--brass2);
}

.combo-divider {
  width: 56px;
  height: 2px;
  background: rgba(201, 162, 39, 0.35);
  margin: 18px auto 0;
  border-radius: 2px;
}

.jersey-thumb {
  margin-top: 18px;
  border-radius: 10px;
  border: 1px solid rgba(243, 239, 226, 0.1);
}

/* ============ BUY / CONFIGURATOR ============ */
.buy {
  background: var(--ink);
}

.buy h2 {
  font-size: 24px;
  color: var(--bone);
  margin-bottom: 18px;
}

/* ============ COLOR SELECTOR ============ */
.color-select {
  background: var(--panel);
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  margin-bottom: 16px;
}

.color-label {
  font-size: 13.5px;
  color: var(--bone-dim);
  margin-bottom: 12px;
  font-weight: 600;
}

.color-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.color-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--ink2);
  border: 1.5px solid var(--line);
  padding: 8px 14px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.15s ease;
}

.color-card.selected {
  border-color: var(--brass);
  background: rgba(201, 162, 39, 0.12);
}

.color-thumb {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.color-swatch {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.color-name {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--bone);
}

.option-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--panel);
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  margin-bottom: 12px;
  transition: border-color 0.15s, background 0.15s;
  cursor: pointer;
}

.option-card.selected {
  border-color: var(--brass);
  background: rgba(201, 162, 39, 0.08);
}

.option-radio {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--bone-dim);
  flex-shrink: 0;
  margin-top: 2px;
  position: relative;
}

.option-card.selected .option-radio {
  border-color: var(--brass2);
}

.option-card.selected .option-radio::after {
  content: "";
  position: absolute;
  inset: 3px;
  background: var(--brass2);
  border-radius: 50%;
}

.option-title {
  font-size: 15.5px;
  font-weight: 600;
  color: var(--bone);
  margin-bottom: 4px;
}

.option-price {
  font-size: 14px;
  color: var(--bone-dim);
}

.option-price span {
  color: var(--brass2);
}

.option-badge {
  display: inline-block;
  margin-top: 6px;
  background: rgba(201, 162, 39, 0.15);
  color: var(--brass2);
  font-size: 11.5px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 20px;
}

.size-select {
  background: var(--panel);
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  margin-bottom: 16px;
  transition: border-color 0.2s ease;
}

.size-label {
  font-size: 13.5px;
  color: var(--bone-dim);
  margin-bottom: 10px;
  font-weight: 600;
}

.size-options {
  display: flex;
  gap: 8px;
}

.size-options button {
  flex: 1;
  background: var(--ink2);
  border: 1.5px solid var(--line);
  color: var(--bone);
  padding: 11px 0;
  border-radius: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.15s ease;
}

.size-options button.selected {
  background: var(--brass);
  border-color: var(--brass);
  color: var(--ink);
}

.summary {
  background: var(--panel);
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  margin-bottom: 18px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: var(--bone-dim);
  margin-bottom: 8px;
}

.summary-row .free {
  color: var(--brass2);
  font-weight: 600;
}

.summary-row.total {
  border-top: 1px solid var(--line);
  padding-top: 10px;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 700;
  color: var(--bone);
}

.pix-hint {
  font-size: 13.5px;
  color: var(--brass2);
  margin-top: 6px;
}

.parcel-hint {
  font-size: 12.5px;
  color: var(--bone-dim);
  margin-top: 2px;
}

.secure-note {
  text-align: center;
  font-size: 12.5px;
  color: var(--bone-dim);
  margin-top: 12px;
}

/* ============ REVIEWS ============ */
.reviews {
  background: var(--panel);
  border-top: 1px solid var(--line);
}

.reviews h2 {
  font-size: 24px;
  color: var(--bone);
  margin-bottom: 4px;
}

.reviews-sub {
  color: var(--bone-dim);
  font-size: 13.5px;
  margin-bottom: 20px;
}

.review-card {
  background: var(--ink2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  margin-bottom: 12px;
}

.review-stars {
  color: var(--brass2);
  font-size: 14px;
  margin-bottom: 8px;
  letter-spacing: 2px;
}

.review-text {
  font-size: 14px;
  color: var(--bone-dim);
  margin-bottom: 10px;
}

.review-name {
  font-size: 12.5px;
  color: var(--bone);
  font-weight: 600;
}

.review-name span {
  color: var(--bone-dim);
  font-weight: 400;
}

/* ============ FAQ ============ */
.faq {
  background: var(--ink);
}

.faq h2 {
  font-size: 24px;
  color: var(--bone);
  margin-bottom: 18px;
}

.faq details {
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
}

.faq summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--bone);
  cursor: pointer;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  font-size: 20px;
  color: var(--brass2);
  flex-shrink: 0;
  transition: transform 0.2s;
}

.faq details[open] summary::after {
  transform: rotate(45deg);
}

.faq p {
  font-size: 14px;
  color: var(--bone-dim);
  margin-top: 10px;
  padding-right: 24px;
}

/* ============ FOOTER ============ */
footer {
  background: var(--ink2);
  border-top: 1px solid var(--line);
}

.footer-logo {
  font-family: 'Anton', sans-serif;
  font-size: 20px;
  letter-spacing: 0.03em;
  color: var(--bone);
}

.footer-tagline {
  font-size: 13px;
  color: var(--brass2);
  margin: 6px 0 16px;
}

.footer-disclaimer {
  font-size: 11.5px;
  color: var(--bone-dim);
  line-height: 1.6;
  margin-bottom: 14px;
}

.footer-copy {
  font-size: 11px;
  color: var(--bone-dim);
  opacity: 0.7;
}

/* ============ STICKY CTA ============ */
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 480px;
  margin: 0 auto;
  background: var(--ink2);
  border-top: 1px solid var(--line);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  z-index: 50;
  transform: translateY(120%);
  transition: transform 0.25s ease;
}

.sticky-cta.show {
  transform: translateY(0);
}

.sticky-cta .btn-cta {
  padding: 14px 20px;
  font-size: 15.5px;
}

/* ============ NOTIFICAÇÕES DE COMPRA AO VIVO (TOAST) ============ */
.live-toast {
  position: fixed;
  bottom: 24px;
  left: 20px;
  z-index: 999999 !important;
  background: #15160f !important;
  border: 1.5px solid rgba(201, 162, 39, 0.5) !important;
  border-radius: 14px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.85);
  max-width: 340px;
  transform: translateY(150%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
  pointer-events: none;
}

.live-toast.show {
  transform: translateY(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.toast-thumb {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  border-radius: 8px !important;
  object-fit: cover !important;
  border: 1.5px solid rgba(201, 162, 39, 0.5) !important;
  background: #15160f !important;
  flex-shrink: 0 !important;
  display: block !important;
  box-shadow: 0 3px 10px rgba(0,0,0,0.5) !important;
}

.toast-content {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.toast-title {
  font-size: 13px;
  font-weight: 600;
  color: #f3efe2;
  line-height: 1.25;
}

.toast-title strong {
  color: #e7c463;
}

.toast-time {
  font-size: 11.5px;
  color: #c7c2ac;
  display: flex;
  align-items: center;
  gap: 6px;
}

.toast-dot-live {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00c070;
  box-shadow: 0 0 8px #00c070;
  display: inline-block;
}

@media (max-width: 480px) {
  .live-toast {
    bottom: 75px !important;
    left: 14px !important;
    right: 14px !important;
    max-width: calc(100% - 28px) !important;
  }
}

/* ============ FLOATING MUSIC BUTTON ============ */
.music-toggle-btn {
  position: fixed;
  top: 70px;
  right: 14px;
  z-index: 99999;
  background: rgba(21, 22, 15, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(201, 162, 39, 0.4);
  border-radius: 30px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--brass2);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0,0,0,0.5);
  transition: all 0.2s ease;
  user-select: none;
}

.music-toggle-btn:hover {
  background: rgba(201, 162, 39, 0.2);
  border-color: var(--brass2);
  transform: scale(1.04);
}

.music-icon-wave {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 12px;
}

.music-bar {
  width: 2.5px;
  background: var(--brass2);
  border-radius: 2px;
  height: 4px;
}

.music-toggle-btn.playing .music-bar:nth-child(1) { animation: soundWave 0.8s ease infinite alternate; }
.music-toggle-btn.playing .music-bar:nth-child(2) { animation: soundWave 1.1s ease infinite alternate 0.2s; }
.music-toggle-btn.playing .music-bar:nth-child(3) { animation: soundWave 0.9s ease infinite alternate 0.4s; }

@keyframes soundWave {
  0% { height: 3px; }
  100% { height: 12px; }
}
