/* --- CONFIGURAÇÕES GERAIS --- */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;700;900&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; background: #f4f4f7; color: #111; scroll-behavior: smooth; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* --- HEADER --- */
.header {
    position: fixed;
    top: 0; width: 100%; z-index: 1000;
    padding: 20px 0;
    background: transparent;
    transition: all 0.4s ease;
}

.header.scrolled {
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}

.logo-img { 
    height: 70px;
    width: auto;
    transition: 0.3s;
}

.header.scrolled .logo-img { height: 50px; }

.nav { display: flex; align-items: center; gap: 20px; justify-content: flex-end; }
.nav a { color: #ffffff; text-decoration: none; font-size: 0.75rem; font-weight: 700; letter-spacing: 1.2px; }
.nav-contact { border: 1px solid #ffffff; padding: 6px 15px; border-radius: 50px; }


/* --- HERO --- */
.hero-brand {
  position: relative;
  width: 100%;
  height: 90vh;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}


.hero-text-box a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 35px;
    border-radius: 14px;
    font-weight: 900;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all 0.25s ease;
}

.hero-text-box a:not(.btn-hero-main) {
 
    background: rgba(0,0,0,0.8);
    color: #fff;
    border: none;
    backdrop-filter: blur(6px);
}

/* TÍTULO EM IMAGEM (REVIEWS) */
.reviews-title-img {
  display: block;
  margin: 20px auto 50px; /* hero → título → reviews */
  max-width: 700px;       /* controla o tamanho */
  width: 100%;
  height: auto;
}


.hero-img { position: absolute; width: 100%; height: 100%; object-fit: cover; opacity: 0.5; }
.hero-overlay { position: relative; z-index: 10; padding: 0 20px; }
.hero-title { font-family: 'Bebas Neue', cursive; font-size: clamp(3.5rem, 10vw, 7rem); color: #fff; line-height: 0.9; margin-bottom: 25px; }
.btn-hero-main { background: #fff; color: #000; padding: 18px 35px; text-decoration: none; font-weight: 900; }
.btn-hero-secondary { border-radius: 14px;transition: all 0.25s ease; background: rgba(0,0,0,0.95);transform: translateY(-1px);}
.hero-subtitle {
    color: #007782;
    font-weight: 800;
    letter-spacing: 10px;
    margin-bottom: 18px; /* mais espaço para respirar */
    display: inline-block;
}


/* --- GRELHA DE PRODUTOS (CHECKPOINT) --- */
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 30px; padding: 80px 0; }

.product-card {
    background: #fff; border-radius: 24px; overflow: hidden; border: 1px solid rgba(0,0,0,0.06);
    display: flex; flex-direction: column; height: 100%;
}

.product-image-wrapper { position: relative; aspect-ratio: 1/1; overflow: hidden;aspect-ratio: 4 / 5; }
.product-image { width: 100%; height: 100%; object-fit: cover; }

.badge {
    position: absolute; top: 12px; left: 12px; padding: 6px 12px; border-radius: 8px; font-size: 0.65rem; font-weight: 900;
    background: rgba(255, 255, 255, 0.8) !important; backdrop-filter: blur(10px);
}
.badge-stock { color: #1b5e20; }
.badge-out { color: #b71c1c; }

.product-info { padding: 20px; display: flex; flex-direction: column; flex-grow: 1; }
.product-info h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 5px; }

.product-pills { display: flex; flex-direction: column; gap: 6px; margin-bottom: 20px; }
.pill { padding: 8px 12px; border-radius: 10px; font-size: 0.8rem; font-weight: 600; align-self: flex-start; }
.pill-size { background: #88bcf8; color: #007aff; }
.pill-color { background: #61e9ae; color: #2d5a45; }

.product-footer { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-bottom: 12px; }
.price { font-size: 1.5rem; font-weight: 900; }

.btn-wa-card { background: #25D366; color: #fff; padding: 10px 18px; border-radius: 12px; text-decoration: none; font-weight: 700; display: flex; align-items: center; gap: 8px; font-size: 0.85rem; }
.wa-icon-small { width: 16px; height: 16px; filter: brightness(0) invert(1); }

/* VINTED LOGO FIX NOS CARDS */
.vinted-footer-tag { display: flex; align-items: center; gap: 6px; padding-top: 12px; border-top: 1px solid #f0f0f0; }
.vinted-logo-small { height: 14px !important; width: auto !important; display: block; }
.vinted-text { font-size: 0.8rem; color: #999; }

/* --- SECÇÃO COMO ENCOMENDAR (ESTRUTURADA) --- */
.order-section {
    margin: 40px 0; background: #fff; border-radius: 30px; overflow: hidden; border: 1px solid rgba(0,0,0,0.05);
}
.reviews-strip { font-family: 'Bebas Neue'; font-size: 3rem; margin-bottom: 40px; justify-content: center; }
.order-banner-container { width: 100%; padding: 40px 0; display: flex; justify-content: center; border-bottom: 1px solid #f0f0f0; }
.order-promo-img { max-width: 600px; width: 90%; height: auto; }
.order-content-card { padding: 60px 10%; }
.order-main-title { font-family: 'Bebas Neue'; font-size: 3rem; margin-bottom: 40px; }

.order-steps-list { display: flex; flex-direction: column; gap: 25px; text-align: left; }
.order-item { display: flex; gap: 20px; align-items: flex-start; }
.order-num { font-weight: 900; color: #007782; min-width: 25px; }

.order-info-footer { margin-top: 30px; border-top: 1px solid #eee; padding-top: 20px; font-size: 0.9rem; color: #666; }
.disclaimer { margin-top: 10px; font-size: 0.8rem; color: #999; }

@media (max-width: 768px) {
    .nav { display: none; }
    .order-content-card, .prazos-section { padding: 40px 20px; }
}
.product-description {
    margin-bottom: 18px; /* antes estava demasiado curto */
}
/* --- FOOTER FINAL --- */
.site-footer {
    background: #0f0f12;
    margin-top: 80px;
    padding: 40px 0;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    text-align: center;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.footer-nav a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    transition: color 0.2s ease;
}

.footer-nav a:hover {
    color: #ffffff;
}

.footer-meta {
    font-size: 0.7rem;
    color: #777;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}


.hero-img {
    will-change: transform;
}

body {
    animation: pageFade 0.6s ease-out;
}

@keyframes pageFade {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.img-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.45);
    color: #fff;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.img-nav.prev { left: 10px; }
.img-nav.next { right: 10px; }

.product-image-wrapper:hover .img-nav {
    opacity: 1;
}

.img-nav:hover {
    background: rgba(0,0,0,0.65);
}

/* IMAGE MODAL */
.image-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.image-modal.active {
  display: flex;
}

.image-modal img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 14px;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 32px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

.modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #fff;
  font-size: 48px;
  cursor: pointer;
  opacity: 0.6;
}

.modal-nav.prev { left: 30px; }
.modal-nav.next { right: 30px; }

.modal-nav:hover,
.modal-close:hover {
  opacity: 1;
}

/* --- TRUST STRIP / REVIEWS --- */
.reviews-strip {
  width: 100%;
  background: #f7f7f9;
  overflow: hidden;
  padding: 22px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.reviews-track {
  display: flex;
  gap: 26px;
  width: max-content;
}

.review-item {
  flex: 0 0 auto;
  background: #fff;
  border-radius: 14px;
  padding: 12px 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.review-item img {
  height: 110px;
  width: auto;
  display: block;
}

/* pausa no hover (desktop) */
.reviews-strip:hover .reviews-track {
  animation-play-state: paused;
}

/* --- Ajuste mobile suave (sem confusão) --- */
  @media (max-width: 768px) {
  .review-item img {
    height: 58px;
  }

  .reviews-track {
    animation-duration: 65s;
  }

}

  /* WRAPPER */
.discord-cta-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

/* BOTÃO BASE */
.discord-cta-card {
  position: relative;
  display: block;
  width: 100%;
  max-width: 380px;
  padding: 20px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(49,46,129,0.45), rgba(0,0,0,0.8));
  border: 2px solid rgba(99,102,241,0.35);
  text-decoration: none;
  overflow: hidden;
  transition: all 0.5s ease;
  box-shadow: 0 25px 60px rgba(0,0,0,0.5);
}

.discord-cta-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(99,102,241,0.65);
  box-shadow: 0 30px 70px rgba(99,102,241,0.35);
}

/* SHIMMER */
.discord-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(99,102,241,0.35),
    transparent
  );
  transform: translateX(-100%);
  transition: transform 1s ease;
}

.discord-cta-card:hover .discord-glow {
  transform: translateX(100%);
}

/* OVERLAY */
.discord-overlay {
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: linear-gradient(
    120deg,
    rgba(99,102,241,0.08),
    rgba(99,102,241,0.2),
    rgba(99,102,241,0.08)
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.discord-cta-card:hover .discord-overlay {
  opacity: 1;
}

/* CONTEÚDO */
.discord-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 18px;
}

/* ÍCONE */
.discord-icon-box {
  padding: 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(99,102,241,0.35), rgba(99,102,241,0.1));
  transition: all 0.3s ease;
}

.discord-cta-card:hover .discord-icon-box {
  background: linear-gradient(135deg, rgba(99,102,241,0.5), rgba(99,102,241,0.2));
}

.discord-icon {
  width: 28px;
  height: 28px;
  fill: #ffffff;
  transition: transform 0.3s ease;
}

.discord-cta-card:hover .discord-icon {
  transform: scale(1.15);
}


/* TEXTO */
.discord-text {
  flex: 1;
  color: #c7d2fe;
}

.discord-text strong {
  display: block;
  font-size: 1.1rem;
  font-weight: 800;
}

.discord-text small {
  font-size: 0.85rem;
  opacity: 0.7;
}

/* SETA */
.discord-arrow svg {
  width: 22px;
  height: 22px;
  stroke: #a5b4fc;
  fill: none;
  stroke-width: 2;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.5;
}

.discord-cta-card:hover .discord-arrow svg {
  transform: translateX(6px);
  opacity: 1;
}

/* WRAPPER DA SECÇÃO DE PRODUTOS */
.products-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* ELEMENTO FLUTUANTE */
.products-floating {
  position: sticky;
  top: 160px;
  pointer-events: none;
  z-index: 5;
}

/* CARTÃO DIAGONAL */
.sticky-card.diagonal {
  position: absolute;
  left: -500px;
  top: px;
  transform: rotate(-7deg);
  pointer-events: auto;

  background: linear-gradient(
    135deg,
    #007782,
    #0095a8
  );

  color: #ffffff;
  border-radius: 20px;
  padding: 24px;

  box-shadow:
    0 30px 60px rgba(0, 119, 130, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.15);
}



/* MOBILE — ESCONDE */
@media (max-width: 1024px) {
  .products-floating {
    display: none;
  }
}


/* CARTÃO */
.sticky-card {
  background: linear-gradient(135deg, #111, #1c1c1c);
  border-radius: 20px;
  padding: 24px;
  color: #fff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
  border: 1px solid rgba(255,255,255,0.08);
}

.sticky-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #00c2c7;
  font-weight: 700;
}

.sticky-card h3 {
  margin: 10px 0 6px;
  font-size: 1.3rem;
  font-weight: 900;
}

.sticky-card p {
  font-size: 1rem;
  line-height: 1.3;
}

.sticky-card strong {
  font-size: 1.2rem;
}

.sticky-card small {
  display: block;
  margin-top: 12px;
  font-size: 0.75rem;
  color: #aaa;
}

/* MOBILE: remove sticky */
  @media (max-width: 1024px) {
  .products-section {
    grid-template-columns: 1fr;
  }

  .products-sticky {
    display: none;
  }



}

