:root {
  --black: #050505;
  --dark: #0d0d0d;
  --dark-2: #151515;
  --red: #ff1f1f;
  --red-dark: #b80000;
  --green: #19d45b;
  --green-dark: #0c9f3f;
  --yellow: #ffd43b;
  --white: #ffffff;
  --muted: #c8c8c8;
  --border: rgba(255, 255, 255, 0.12);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: var(--black);
  color: var(--white);
  line-height: 1.5;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: min(1320px, calc(100% - 30px));
  margin: 0 auto;
}

/* TOPO */

.top-bar {
  background: linear-gradient(90deg, var(--red-dark), var(--red));
  color: var(--white);
  text-align: center;
  padding: 12px 15px;
  text-transform: uppercase;
  font-weight: 800;
}

.top-bar p {
  font-size: 14px;
}

.top-bar strong {
  display: block;
  color: var(--yellow);
  font-size: 18px;
}

/* HEADER */

.header {
  width: 100%;
  background: #000;
  padding: 14px 0;
  text-align: center;
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}

.logo {
  width: 150px !important;
  max-width: 150px !important;
  height: auto !important;
  max-height: 75px !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  display: block !important;
}

/* HERO */

.hero {
  padding: 45px 0;
  background:
    radial-gradient(circle at top left, rgba(255, 31, 31, 0.18), transparent 35%),
    radial-gradient(circle at bottom right, rgba(25, 212, 91, 0.14), transparent 35%),
    var(--black);
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  align-items: center;
}

.hero-text {
  position: relative;
  z-index: 2;
}

.tag {
  display: inline-block;
  background: var(--red);
  color: var(--white);
  padding: 8px 18px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 18px;
}

.hero h1 {
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.02;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.hero p {
  color: var(--muted);
  font-size: 19px;
  margin-bottom: 22px;
}

.discount-box {
  background: var(--dark-2);
  border: 2px solid var(--red);
  border-radius: 16px;
  padding: 18px;
  margin-bottom: 25px;
}

.discount-box strong {
  display: block;
  color: var(--yellow);
  font-size: 26px;
  text-transform: uppercase;
}

.discount-box span {
  display: block;
  color: var(--muted);
  margin-top: 4px;
}

.btn {
  display: inline-block;
  background: linear-gradient(180deg, var(--green), var(--green-dark));
  color: #001b09;
  padding: 16px 28px;
  border-radius: 12px;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 10px 25px rgba(25, 212, 91, 0.25);
  transition: 0.2s;
}

.btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.hero-image {
  text-align: center;
}

.main-photo,
.hero-image img {
  width: auto !important;
  max-width: 100% !important;
  max-height: 500px !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  display: block !important;
  filter: drop-shadow(0 25px 45px rgba(0, 0, 0, 0.65));
}

/* FRETE */

.shipping {
  background: linear-gradient(90deg, var(--red-dark), var(--red));
  padding: 28px 0;
  text-align: center;
}

.shipping h2 {
  text-transform: uppercase;
  font-size: clamp(26px, 4vw, 42px);
}

.shipping p {
  color: #ffeaea;
  font-weight: 700;
}

/* DOBRA PROMOCIONAL */

.promo-highlight {
  padding: 70px 0;
  background:
    radial-gradient(circle at top left, rgba(255, 212, 59, 0.12), transparent 32%),
    radial-gradient(circle at bottom right, rgba(255, 31, 31, 0.16), transparent 35%),
    linear-gradient(180deg, #111111, #050505);
}

.promo-highlight-box {
  max-width: 1050px;
  text-align: center;
  padding: 42px 28px;
  border: 1px solid rgba(255, 212, 59, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    #080808;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.45);
}

.promo-badge {
  display: inline-block;
  background: rgba(255, 31, 31, 0.16);
  color: var(--yellow);
  border: 1px solid rgba(255, 31, 31, 0.65);
  border-radius: 50px;
  padding: 9px 18px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.promo-highlight h2 {
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 14px;
}

.promo-highlight p {
  color: var(--muted);
  font-size: 19px;
  max-width: 760px;
  margin: 0 auto;
}

.promo-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 32px;
}

.promo-points div {
  background: linear-gradient(180deg, #151515, #080808);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 20px 16px;
}

.promo-points strong {
  display: block;
  color: var(--yellow);
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 5px;
}

.promo-points span {
  display: block;
  color: var(--muted);
  font-size: 14px;
}

/* DECISÃO */

.decision {
  padding: 65px 0;
  background:
    radial-gradient(circle at center left, rgba(25, 212, 91, 0.11), transparent 32%),
    linear-gradient(135deg, #090909, #180000);
}

.decision-box {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 24px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 31, 31, 0.18), rgba(25, 212, 91, 0.08)),
    #080808;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.42);
}

.decision-text span {
  display: inline-block;
  color: var(--yellow);
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 8px;
}

.decision h2 {
  color: var(--white);
  text-transform: uppercase;
  font-size: clamp(30px, 4.5vw, 52px);
  line-height: 1.05;
  margin-bottom: 12px;
}

.decision p {
  color: var(--muted);
  font-size: 18px;
}

.decision-action {
  background: linear-gradient(180deg, #171717, #060606);
  border: 1px solid rgba(25, 212, 91, 0.35);
  border-radius: 22px;
  padding: 24px;
  text-align: center;
}

.decision-action strong {
  display: block;
  color: var(--green);
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.decision-action p {
  font-size: 15px;
  margin-bottom: 18px;
}

/* OFERTAS */

.offers {
  padding: 75px 0 65px;
  background:
    radial-gradient(circle at top, rgba(25, 212, 91, 0.09), transparent 35%),
    #030303;
  text-align: center;
}

.offers h2 {
  text-transform: uppercase;
  font-size: clamp(30px, 5vw, 50px);
  margin-bottom: 8px;
  color: var(--white);
  text-shadow: 0 0 18px rgba(25, 212, 91, 0.18);
}

.subtitle {
  color: #e0e0e0;
  font-size: 18px;
  margin-bottom: 20px;
}

.stock {
  display: inline-block;
  background: rgba(255, 31, 31, 0.12);
  border: 1px solid var(--red);
  color: var(--yellow);
  border-radius: 50px;
  padding: 10px 20px;
  margin-bottom: 30px;
  font-weight: 900;
  box-shadow: 0 0 20px rgba(255, 31, 31, 0.15);
}

/* PRODUTOS */

.offers-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.offer-card {
  position: relative;
  background: linear-gradient(180deg, #171717, #080808);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 28px 20px;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.offer-card.destaque {
  border: 2px solid var(--green);
  transform: none;
  box-shadow: 0 0 35px rgba(25, 212, 91, 0.25);
}

.popular {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--green);
  color: #001b09;
  padding: 6px 15px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-image {
  width: 100%;
  height: 235px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  overflow: visible;
}

.product-image img {
  width: auto !important;
  max-width: 100% !important;
  max-height: 225px !important;
  object-fit: contain !important;
  margin: 0 auto !important;
}

.produto-05-img {
  max-width: 230px !important;
  max-height: 235px !important;
  transform: scale(1.22) !important;
  transform-origin: center center !important;
}

.offer-card h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.off {
  color: var(--yellow);
  font-size: 19px;
  font-weight: 900;
  margin-bottom: 18px;
}

.offer-card .btn {
  width: 100%;
  margin-top: auto;
  margin-bottom: 14px;
  padding-left: 12px;
  padding-right: 12px;
}

.offer-card small {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

/* GARANTIA */

.guarantee {
  padding: 45px 0;
  background: var(--dark);
}

.guarantee-box {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 25px;
  align-items: center;
  background: linear-gradient(135deg, #111, #050505);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 28px;
  overflow: hidden;
}

.guarantee h2 {
  color: var(--yellow);
  text-transform: uppercase;
  font-size: clamp(28px, 4vw, 44px);
  margin-bottom: 12px;
}

.guarantee p {
  color: var(--muted);
  font-size: 18px;
}

.guarantee-image {
  width: 120px !important;
  max-width: 120px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.warranty-img,
.guarantee-image img {
  width: 95px !important;
  max-width: 95px !important;
  height: auto !important;
  max-height: 95px !important;
  object-fit: contain !important;
  display: block !important;
}

/* INFORMAÇÕES IMPORTANTES */

.legal {
  padding: 42px 0;
  background: #050505;
  border-top: 1px solid var(--border);
}

.legal h2 {
  font-size: 24px;
  margin-bottom: 15px;
  color: var(--white);
}

.legal p {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 12px;
}

/* RODAPÉ */

.footer {
  background: #000;
  padding: 35px 0;
  text-align: center;
  border-top: 1px solid var(--border);
  overflow: hidden;
}

.footer-logo {
  width: 120px !important;
  max-width: 120px !important;
  height: auto !important;
  max-height: 65px !important;
  object-fit: contain !important;
  margin: 0 auto 12px !important;
  display: block !important;
}

.footer-copy {
  max-width: 850px;
  margin: 10px auto 0;
  color: var(--muted);
  font-size: 14px;
}

.footer-contact {
  margin-top: 18px;
}

.footer-contact h3 {
  color: var(--yellow);
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.footer-contact p {
  color: var(--muted);
  margin: 4px 0;
}

.footer-contact a {
  color: var(--green);
  font-weight: 700;
}

.footer-links {
  margin-top: 16px;
}

.footer-links a {
  color: var(--muted);
  margin: 0 8px;
  font-size: 14px;
}

.footer-links a:hover {
  color: var(--green);
}

/* BOTÃO TOPO */

.scroll-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--green);
  color: #001b09;
  font-size: 28px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  box-shadow: 0 8px 20px rgba(25, 212, 91, 0.35);
}

/* RESPONSIVO */

@media (max-width: 1150px) {
  .offers-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .offer-card {
    min-height: 540px;
  }

  .offer-card.destaque {
    transform: none;
  }
}

@media (max-width: 850px) {
  .hero-content,
  .guarantee-box,
  .decision-box {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .promo-points {
    grid-template-columns: 1fr;
  }

  .offers-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .guarantee-image {
    margin: 0 auto !important;
  }
}

@media (max-width: 560px) {
  .top-bar strong {
    font-size: 16px;
  }

  .logo {
    width: 120px !important;
    max-width: 120px !important;
    max-height: 65px !important;
  }

  .hero {
    padding-top: 35px;
  }

  .hero h1 {
    font-size: 33px;
  }

  .hero p {
    font-size: 17px;
  }

  .discount-box strong {
    font-size: 22px;
  }

  .btn {
    width: 100%;
    padding: 15px 18px;
  }

  .main-photo,
  .hero-image img {
    max-height: 360px !important;
  }

  .promo-highlight {
    padding: 45px 0;
  }

  .promo-highlight-box {
    padding: 30px 18px;
  }

  .decision {
    padding: 45px 0;
  }

  .decision-box {
    padding: 24px 18px;
  }

  .offers-grid {
    grid-template-columns: 1fr;
  }

  .offer-card {
    min-height: auto;
  }

  .product-image {
    height: 230px;
  }

  .product-image img {
    max-height: 220px !important;
  }

  .produto-05-img {
    transform: scale(1.2) !important;
  }

  .guarantee-box {
    padding: 25px 18px;
  }

  .footer-logo {
    width: 110px !important;
    max-width: 110px !important;
  }

  .footer-copy {
    font-size: 13px;
  }

  .footer-links a {
    display: block;
    margin: 6px 0;
  }
}