/* =========================================================
   HORSEWOOD FUNNEL B4 - "ugly-pretty" sales page edition
   Visual baseado no modelo Horse Boost mas com paleta Horsewood:
   - Header gigante preto profundo (cor de fundo do label)
   - "STEP X:" em AMARELO gritante
   - Cards com tarja AMBER/LARANJA no topo
   - BEST OFFER inteiro em PRETO com accent amber
   - Preços ENORMES estilo "$ 79"
   ========================================================= */

* { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
  font-family: 'Nunito Sans', 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
  background: #f3f3f3;
  color: #1a1a1a;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}

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

.wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ============ HERO HEADER (preto profundo, tipo background do label) ============ */
.hero-block {
  background:
    radial-gradient(ellipse at 50% 110%, rgba(255,122,0,.15) 0%, transparent 60%),
    linear-gradient(180deg, #1a0a02 0%, #2d1408 50%, #1a0a02 100%);
  padding: 50px 0 80px;
  position: relative;
  overflow: hidden;
}
.hero-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(115deg, transparent 0 60px, rgba(255,122,0,.04) 60px 62px),
    repeating-linear-gradient(-115deg, transparent 0 60px, rgba(255,122,0,.04) 60px 62px);
  pointer-events: none;
}

/* steps no topo */
.steps {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  position: relative;
}
.step {
  display: inline-flex;
  align-items: center;
  padding: 14px 38px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.55);
  font-size: 22px;
  font-weight: 700;
  border-radius: 10px;
  border: 2px solid rgba(255,255,255,.06);
}
.step.active {
  background: #fff;
  color: #1a0a02;
  border-color: #fff;
  box-shadow: 0 6px 24px rgba(0,0,0,.4);
  font-weight: 900;
}
.step.done {
  background: rgba(34,197,94,.18);
  color: #4ade80;
  border-color: rgba(34,197,94,.3);
}

/* heading principal */
.hero-title {
  font-size: clamp(34px, 5.5vw, 64px);
  font-weight: 900;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1.05;
  text-shadow: 0 4px 20px rgba(0,0,0,.5);
  position: relative;
}
.hero-title .step-tag { color: #facc15; } /* AMARELO GRITANTE — STEP 1: */

/* dots decorativos */
.hero-dots {
  text-align: center;
  margin-top: 22px;
  position: relative;
}
.hero-dots span {
  display: inline-block;
  width: 9px; height: 9px;
  background: #facc15;
  border-radius: 50%;
  margin: 0 5px;
  box-shadow: 0 0 12px rgba(250,204,21,.6);
}

/* ============ CARDS ============ */
.cards-section {
  margin-top: -50px;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 24px;
}
.cards.cols-2 { grid-template-columns: repeat(auto-fit, minmax(320px, 460px)); justify-content: center; }
.cards.cols-1 { grid-template-columns: minmax(320px, 560px); justify-content: center; }

.card {
  background: #fff;
  border: 3px solid #1a0a02;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  transition: transform .25s ease, box-shadow .25s ease;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0,0,0,.18);
}

/* tarja colorida no topo do card */
.card-head {
  background: #c2410c; /* laranja escuro */
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  padding: 16px 12px;
  text-transform: capitalize;
  letter-spacing: .5px;
}

/* card BEST OFFER inteiro escuro */
.card.featured {
  border-color: #facc15;
  box-shadow: 0 0 0 4px rgba(250,204,21,.25), 0 14px 36px rgba(0,0,0,.4);
  transform: scale(1.03);
}
.card.featured:hover { transform: scale(1.05) translateY(-6px); }
.card.featured .card-head {
  background: linear-gradient(180deg, #ff7a00 0%, #c2410c 100%);
  font-size: 26px;
  text-transform: uppercase;
  padding: 18px 12px;
}
.card.featured .card-body {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255,122,0,.2) 0%, transparent 70%),
    linear-gradient(180deg, #1a0a02 0%, #2d1408 100%);
  color: #fff;
}
.card.featured .card-bottles,
.card.featured .price .num,
.card.featured .price .dollar { color: #fff; }
.card.featured .card-supply { color: rgba(255,255,255,.7); }
.card.featured .price .per { color: rgba(255,255,255,.85); }
.card.featured .checks li { color: rgba(255,255,255,.92); }
.card.featured .total { color: rgba(255,255,255,.85); }
.card.featured .total .old { color: rgba(255,255,255,.45); }
.card.featured .total .new { color: #facc15; }
.card.featured .shipping b { color: #facc15; }

/* "Most Popular" — tarja amber claro */
.card.popular .card-head {
  background: #d97706;
}

.card-body {
  padding: 26px 22px 26px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.card-bottles {
  font-size: 38px;
  font-weight: 900;
  color: #1a0a02;
  letter-spacing: -1px;
  margin-bottom: 4px;
  line-height: 1;
}
.card-supply {
  font-size: 18px;
  color: #4a4a4a;
  margin-bottom: 18px;
  font-weight: 700;
}

.card-img {
  height: 260px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  overflow: hidden;
}
.card-img img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.25));
}

/* preço gigante */
.price {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin: 14px 0 4px;
}
.price .dollar {
  font-size: 38px;
  font-weight: 900;
  color: #1a0a02;
  line-height: 1;
  align-self: start;
  margin-top: 12px;
}
.price .num {
  font-size: 110px;
  font-weight: 900;
  color: #1a0a02;
  letter-spacing: -5px;
  line-height: .85;
}
.price .per {
  font-size: 17px;
  text-align: left;
  color: #4a4a4a;
  font-weight: 700;
  line-height: 1.1;
  text-transform: capitalize;
}

/* check list */
.checks {
  list-style: none;
  margin: 18px 0 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 260px;
}
.checks li {
  font-size: 15px;
  color: #1a0a02;
  text-align: left;
  padding-left: 32px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .3px;
}
.checks li::before {
  content: "";
  position: absolute;
  left: 0; top: 1px;
  width: 22px; height: 22px;
  background: #facc15;
  border-radius: 50%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a0a02' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
}
.checks li.save {
  color: #c2410c;
  font-weight: 900;
}
.card.featured .checks li.save {
  color: #facc15;
}

/* botão BUY NOW */
.btn-buy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: linear-gradient(180deg, #22c55e 0%, #15803d 100%);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 18px 12px;
  border: 3px solid #15803d;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 6px 0 #14532d, 0 10px 22px rgba(34,197,94,.35);
  transition: transform .12s ease, box-shadow .12s ease;
  text-align: center;
  margin: 6px 0 14px;
}
.btn-buy:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 0 #14532d, 0 14px 28px rgba(34,197,94,.5);
}
.btn-buy:active {
  transform: translateY(3px);
  box-shadow: 0 3px 0 #14532d, 0 6px 14px rgba(34,197,94,.35);
}
.btn-buy svg {
  width: 22px; height: 22px;
  fill: currentColor;
  flex-shrink: 0;
}

/* cartões de pagamento (badges Visa/MC...) */
.payment-cards {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin: 4px 0 12px;
  flex-wrap: wrap;
}
.payment-cards span {
  display: inline-block;
  font-size: 9px;
  font-weight: 900;
  padding: 5px 9px;
  border-radius: 4px;
  letter-spacing: .5px;
  border: 1px solid #ddd;
  background: #fff;
  color: #1a0a02;
}
.card.featured .payment-cards span { background: rgba(255,255,255,.95); }

/* total + shipping */
.total {
  font-size: 19px;
  color: #1a0a02;
  font-weight: 700;
  margin-top: 6px;
}
.total .old { text-decoration: line-through; color: #888; margin-right: 6px; font-weight: 600; }
.total .new { color: #c2410c; font-weight: 900; font-size: 24px; }
.shipping {
  font-size: 15px;
  margin-top: 6px;
  color: #15803d;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.shipping.paid { color: #6b6f76; }
.shipping b { color: #c2410c; }

/* ============ NOT NOW ============ */
.notnow {
  text-align: center;
  padding: 18px 0 50px;
}
.notnow a {
  display: inline-block;
  color: #1a0a02;
  font-size: 15px;
  text-decoration: underline;
  padding: 10px 20px;
  font-weight: 700;
  transition: color .2s;
}
.notnow a:hover { color: #c2410c; }

/* ============ GUARANTEE SECTION ============ */
.guarantee {
  background: #fff;
  border-top: 4px solid #1a0a02;
  border-bottom: 4px solid #1a0a02;
  padding: 50px 0;
  text-align: center;
}
.guarantee-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 36px;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
.guarantee-badge {
  width: 200px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
}
.guarantee-badge img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.25));
}
.guarantee-content { text-align: left; }
.guarantee-content h2 {
  font-size: 28px;
  margin-bottom: 14px;
  font-weight: 900;
  color: #1a0a02;
  text-transform: uppercase;
  line-height: 1.15;
}
.guarantee-content h2 .accent { color: #facc15; background: #1a0a02; padding: 0 8px; }
.guarantee-content p {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
}
@media (max-width: 640px) {
  .guarantee-grid { grid-template-columns: 1fr; text-align: center; }
  .guarantee-content { text-align: center; }
  .guarantee-badge { margin: 0 auto; }
}

/* ============ ABOUT ============ */
.about {
  padding: 50px 0;
  text-align: center;
  background: #f3f3f3;
}
.about p {
  max-width: 820px;
  margin: 0 auto;
  font-size: 17px;
  color: #1a0a02;
  line-height: 1.7;
  font-weight: 600;
}

/* ============ TRUST BADGES ============ */
.trust {
  padding: 30px 0 60px;
  background: #f3f3f3;
}
.trust-row {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  align-items: center;
}
.trust-row .badge {
  width: 110px;
  height: 110px;
  background: #fff;
  border: 3px solid #1a0a02;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #1a0a02;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  letter-spacing: .5px;
  padding: 10px;
  line-height: 1.15;
  transition: transform .2s;
  box-shadow: 0 4px 0 #1a0a02;
}
.trust-row .badge:hover { transform: translate(-1px, -2px); }
.trust-row .badge .tx-big {
  font-size: 22px;
  display: block;
  color: #c2410c;
  font-weight: 900;
  margin-bottom: 2px;
}

/* ============ BIG LABEL (DTC only) ============ */
.big-label {
  padding: 40px 0 70px;
  text-align: center;
  background: #fff;
  border-top: 4px solid #1a0a02;
}
.big-label h3 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 22px;
  color: #1a0a02;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.big-label .label-wrap {
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0,0,0,.3);
  border: 4px solid #1a0a02;
}
.big-label .label-wrap img { width: 100%; display: block; }

/* ============ FOOTER ============ */
footer {
  background: #1a0a02;
  padding: 40px 0 30px;
  font-size: 13px;
  color: #aaa;
  text-align: center;
  border-top: 6px solid #c2410c;
}
footer .links {
  display: flex;
  justify-content: center;
  gap: 26px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
footer .links a {
  color: #fbbf24;
  text-decoration: underline;
  font-weight: 700;
}
footer .links a:hover { color: #fff; }
footer .disclaimer {
  max-width: 820px;
  margin: 0 auto 14px;
  font-size: 12px;
  color: #999;
  line-height: 1.6;
}
footer .copy {
  font-size: 12px;
  color: #888;
  margin-top: 8px;
  font-weight: 700;
}

/* ============ WARNING BAR ============ */
.warning-bar {
  background: repeating-linear-gradient(45deg, #facc15 0 16px, #1a0a02 16px 32px);
  padding: 4px 0;
}
.warning-bar-inner {
  background: #1a0a02;
  color: #facc15;
  text-align: center;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin: 0 4px;
}
.warning-bar-inner strong { color: #fff; background: #c2410c; padding: 3px 10px; border-radius: 4px; }

/* ============ MEDIA QUERIES ============ */
@media (max-width: 720px) {
  .steps { gap: 8px; }
  .step { padding: 10px 18px; font-size: 16px; }
  .hero-block { padding: 36px 0 70px; }
  .cards-section { margin-top: -40px; }
  .card-bottles { font-size: 32px; }
  .price .num { font-size: 90px; }
  .price .dollar { font-size: 32px; }
  .card.featured { transform: none; }
  .card.featured:hover { transform: translateY(-4px); }
}
