/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green:    #009c3b;
  --green-dk: #007a2e;
  --yellow:   #FFDF00;
  --yellow-dk:#e6c800;
  --blue:     #002776;
  --blue-lt:  #1a3a8a;
  --white:    #ffffff;
  --gray-50:  #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-400: #9ca3af;
  --gray-600: #4b5563;
  --gray-900: #111827;
  --red:      #dc2626;
  --pix:      #32bcad;
  --radius:   12px;
  --shadow:   0 4px 24px rgba(0,0,0,.10);
  --shadow-lg:0 8px 40px rgba(0,0,0,.18);
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--white); color: var(--gray-900); line-height: 1.6; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { display: block; max-width: 100%; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ===== HEADER ===== */
.header { position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 12px rgba(0,0,0,.12); background: #fff; }

.header-top {
  background: var(--green);
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  padding: 7px 20px;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 20px;
  flex-wrap: wrap;
}

.logo { display: flex; align-items: center; gap: 10px; cursor: pointer; }
.logo-img { width: 48px; height: 48px; object-fit: contain; border-radius: 8px; }
.logo-title { display: block; font-size: 20px; font-weight: 900; color: var(--green); line-height: 1; }
.logo-subtitle { display: block; font-size: 10px; color: var(--gray-600); font-weight: 700; letter-spacing: .06em; }
.footer-logo { gap: 8px; }
.footer-logo .logo-img { width: 36px; height: 36px; }
.footer-logo .logo-title { color: #fff; }

.nav { display: flex; gap: 4px; align-items: center; }
.nav a { font-size: 14px; font-weight: 600; color: var(--gray-900); padding: 6px 14px; border-radius: 8px; transition: background .15s, color .15s; }
.nav a:hover { background: var(--gray-100); color: var(--green); }
.nav-ofertas { background: #fee2e2 !important; color: var(--red) !important; border-radius: 20px !important; }

.badge-hot { background: var(--red); color: #fff; font-size: 10px; font-weight: 800; padding: 2px 6px; border-radius: 4px; margin-right: 4px; }

.header-actions { display: flex; align-items: center; gap: 10px; }

.btn-outline { background: transparent; border: 2px solid var(--green); color: var(--green); font-size: 13px; font-weight: 700; padding: 7px 18px; border-radius: 8px; cursor: pointer; transition: all .15s; display: flex; align-items: center; gap: 6px; }
.btn-outline:hover { background: var(--green); color: #fff; }

.btn-cart { background: var(--green); border: none; color: #fff; font-size: 13px; font-weight: 700; padding: 8px 20px; border-radius: 8px; cursor: pointer; transition: background .15s; display: flex; align-items: center; gap: 6px; }
.btn-cart:hover { background: var(--green-dk); }

.header-trust { background: var(--gray-50); border-top: 1px solid var(--gray-200); padding: 7px 20px; display: flex; align-items: center; justify-content: center; gap: 16px; font-size: 12px; color: var(--gray-600); flex-wrap: wrap; }
.header-trust .sep { color: var(--gray-300); }

/* ===== GLOBAL COUNTDOWN BAR ===== */
.global-countdown-bar {
  background: var(--yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 12px 20px;
  flex-wrap: wrap;
}
.gcb-label { font-size: 15px; font-weight: 800; color: var(--blue); }
.gcb-timer { display: flex; gap: 8px; }
.gcb-block { background: var(--blue); color: #fff; padding: 6px 14px; border-radius: 6px; text-align: center; min-width: 60px; }
.gcb-block span { display: block; font-size: 22px; font-weight: 900; line-height: 1; }
.gcb-block small { font-size: 9px; font-weight: 700; letter-spacing: .08em; opacity: .8; }

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,39,118,.85) 40%, rgba(0,39,118,.3) 100%);
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 40px;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  width: 100%;
}
.hero-rating { color: rgba(255,255,255,.9); font-size: 13px; margin-bottom: 12px; }
.hero-badge {
  display: inline-block;
  background: var(--green);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 14px;
  border-radius: 20px;
  letter-spacing: .04em;
  margin-bottom: 16px;
}
.hero-title { font-size: clamp(30px, 4vw, 52px); font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 16px; }
.highlight { color: var(--yellow); }
.hero-subtitle { color: rgba(255,255,255,.85); font-size: 15px; margin-bottom: 28px; max-width: 500px; }

.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }
.btn-primary-lg { background: var(--yellow); color: var(--blue); border: none; font-size: 15px; font-weight: 800; padding: 16px 28px; border-radius: 8px; cursor: pointer; transition: transform .15s, box-shadow .15s; box-shadow: 0 4px 20px rgba(255,223,0,.4); letter-spacing: .02em; }
.btn-primary-lg:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(255,223,0,.5); }
.btn-secondary-lg { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); font-size: 14px; font-weight: 700; padding: 14px 22px; border-radius: 8px; cursor: pointer; transition: all .15s; }
.btn-secondary-lg:hover { background: rgba(255,255,255,.1); border-color: #fff; }

.hero-colors { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.8); font-size: 13px; }
.color-pill { padding: 3px 12px; border-radius: 20px; font-size: 12px; font-weight: 700; }
.color-pill.amarela { background: var(--yellow); color: var(--blue); }
.color-pill.azul { background: var(--blue-lt); color: #fff; border: 1px solid rgba(255,255,255,.3); }

.hero-image { display: flex; justify-content: center; }
.hero-img-card { position: relative; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-lg); }
.hero-img-card img { width: 100%; height: 420px; object-fit: cover; object-position: top center; }
.hero-img-badge { position: absolute; top: 16px; left: 16px; background: var(--red); color: #fff; font-size: 13px; font-weight: 800; padding: 10px 14px; border-radius: 10px; text-align: center; line-height: 1.5; }

/* ===== PIX BANNER ===== */
.pix-banner { margin: 24px auto; padding: 0 20px; display: flex; justify-content: center; }
.pix-banner img { width: 638px; height: 96px; object-fit: cover; border-radius: 12px; box-shadow: var(--shadow); }

/* ===== SECTIONS ===== */
.section { padding: 64px 0; }
.section-header { text-align: center; margin-bottom: 40px; }
.section-header h2 { font-size: clamp(22px, 3vw, 34px); font-weight: 900; color: var(--gray-900); margin-bottom: 6px; }
.section-header p { font-size: 15px; color: var(--gray-600); }
.section-tag { display: inline-block; font-size: 11px; font-weight: 800; color: var(--green); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 8px; }

/* ===== LAUNCH OFFERS ===== */
.launch-offers { background: var(--gray-50); }

.section-header-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 36px; flex-wrap: wrap; }
.section-header-row h2 { font-size: clamp(22px, 3vw, 32px); font-weight: 900; margin-bottom: 4px; }
.section-header-row p { font-size: 14px; color: var(--gray-600); font-style: italic; }

.offer-countdown { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.offer-countdown > span { font-size: 12px; font-weight: 700; color: var(--gray-600); }
.offer-timer { display: flex; gap: 6px; }
.otb { background: var(--blue); color: #fff; padding: 6px 12px; border-radius: 6px; text-align: center; min-width: 56px; }
.otb span { display: block; font-size: 20px; font-weight: 900; line-height: 1; }
.otb small { font-size: 9px; font-weight: 700; letter-spacing: .08em; opacity: .8; }

.offers-grid { display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 20px; }

.offer-card { background: #fff; border-radius: var(--radius); padding: 20px; position: relative; box-shadow: var(--shadow); border: 1px solid var(--gray-200); transition: transform .2s, box-shadow .2s; }
.offer-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.combo-card { background: linear-gradient(160deg, #fff8e1 0%, #fff 60%); border-color: var(--yellow); }

.offer-badge { position: absolute; top: 14px; left: 14px; background: var(--red); color: #fff; font-size: 12px; font-weight: 800; padding: 3px 9px; border-radius: 5px; }

.offer-img { margin: 28px 0 12px; text-align: center; }
.offer-img img { width: 100%; max-height: 180px; object-fit: contain; margin: 0 auto; }
.combo-img img { max-height: 220px; }
.combo-tag { text-align: center; font-size: 12px; font-weight: 800; color: var(--blue); letter-spacing: .06em; margin: 28px 0 8px; background: var(--yellow); padding: 4px 12px; border-radius: 20px; display: inline-block; }
.combo-card h3 { font-size: 14px; font-weight: 700; margin-bottom: 8px; line-height: 1.4; }
.combo-note { font-size: 12px; color: var(--gray-600); margin-bottom: 12px; }
.combo-items-list { display: flex; flex-direction: column; gap: 4px; margin-bottom: 12px; }
.combo-items-list span { font-size: 12px; color: var(--gray-600); }

.offer-info h3 { font-size: 14px; font-weight: 700; margin-bottom: 10px; line-height: 1.4; }

.offer-pricing, .pricing { margin-bottom: 8px; }
.price-old { font-size: 12px; color: var(--gray-400); text-decoration: line-through; display: block; }
.price-pix { font-size: 22px; font-weight: 900; color: var(--green); }
.price-pix small { font-size: 12px; font-weight: 500; color: var(--gray-600); }
.price-pix-sm { font-size: 18px; font-weight: 900; color: var(--green); }
.price-pix-sm small { font-size: 11px; font-weight: 400; color: var(--gray-500); display: block; }

.free-ship { display: block; font-size: 12px; font-weight: 600; color: var(--green); margin-bottom: 12px; }

.btn-buy { width: 100%; background: var(--green); color: #fff; border: none; font-size: 13px; font-weight: 800; padding: 12px; border-radius: 8px; cursor: pointer; letter-spacing: .04em; transition: background .15s, transform .15s; margin-top: 4px; }
.btn-buy:hover { background: var(--green-dk); transform: translateY(-1px); }
.btn-buy.combo-btn { background: var(--green); font-size: 14px; padding: 14px; }
.btn-buy.full { margin-top: 8px; }

/* ===== PRODUCTS GRID ===== */
.collection { background: #fff; }

.products-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }

.product-card { display: block; background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); overflow: hidden; transition: transform .2s, box-shadow .2s; text-decoration: none; color: inherit; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

.product-img { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: var(--gray-50); }
.product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.product-card:hover .product-img img { transform: scale(1.05); }

.product-badge { position: absolute; top: 12px; right: 12px; background: var(--red); color: #fff; font-size: 13px; font-weight: 800; padding: 4px 10px; border-radius: 6px; z-index: 1; }
.product-label { position: absolute; top: 12px; left: 12px; font-size: 10px; font-weight: 800; padding: 3px 10px; border-radius: 20px; letter-spacing: .05em; text-transform: uppercase; z-index: 1; }
.product-label.mais-vendido { background: var(--green); color: #fff; }
.product-label.edicao       { background: var(--blue);  color: #fff; }
.product-label.novidade     { background: #7c3aed;       color: #fff; }

.product-info { padding: 16px; }
.product-info h4 { font-size: 15px; font-weight: 700; color: var(--gray-900); margin-bottom: 10px; line-height: 1.4; }

.price-main-lg { font-size: 22px; font-weight: 900; color: var(--gray-900); line-height: 1.1; margin: 2px 0; }

.stock-warning { font-size: 11px; font-weight: 600; color: var(--red); margin: 8px 0 4px; }

.section-sub { font-size: 15px; color: var(--gray-600); margin-top: 6px; }

/* ===== TRUST SECTION ===== */
.trust { background: var(--gray-50); }

.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 32px; }

.trust-card { background: #fff; border-radius: var(--radius); padding: 22px 18px; display: flex; flex-direction: column; gap: 10px; box-shadow: var(--shadow); }
.trust-icon-circle { width: 44px; height: 44px; border-radius: 50%; background: var(--green); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 900; flex-shrink: 0; }
.trust-card h4 { font-size: 14px; font-weight: 800; color: var(--gray-900); }
.trust-card p { font-size: 13px; color: var(--gray-600); line-height: 1.5; }

.security-pills { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.sec-pill { background: #fff; border: 1px solid var(--gray-200); border-radius: 20px; padding: 6px 16px; font-size: 12px; font-weight: 600; color: var(--gray-700); }

.security-badges { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.sec-badge { background: #fff; border: 1px solid var(--gray-200); border-radius: 10px; padding: 16px; font-size: 13px; font-weight: 700; color: var(--gray-900); text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,.05); }
.sec-badge small { display: block; font-size: 11px; font-weight: 400; color: var(--gray-600); margin-top: 4px; }

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float { position: fixed; bottom: 24px; right: 20px; background: #25d366; color: #fff; display: flex; align-items: center; gap: 10px; padding: 12px 18px; border-radius: 50px; font-size: 12px; line-height: 1.3; box-shadow: 0 4px 20px rgba(37,211,102,.45); transition: transform .15s; z-index: 999; }
.whatsapp-float:hover { transform: translateY(-3px); }
.wa-icon { font-size: 22px; }
.whatsapp-float strong { font-size: 13px; }

/* ===== FOOTER ===== */
.footer { background: var(--gray-50); border-top: 1px solid var(--gray-200); }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1.5fr; gap: 40px; padding: 48px 20px 32px; }
.footer-desc { font-size: 13px; color: var(--gray-600); margin-top: 10px; line-height: 1.6; }
.footer-col h5 { font-size: 13px; font-weight: 800; color: var(--gray-900); margin-bottom: 14px; }
.footer-col ul li { font-size: 13px; color: var(--gray-600); margin-bottom: 8px; line-height: 1.5; }
.footer-bottom { border-top: 1px solid var(--gray-200); padding: 16px 20px; text-align: center; font-size: 12px; color: var(--gray-500); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .security-badges { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .offers-grid { grid-template-columns: 1fr 1fr; }
  .combo-card { grid-column: span 2; }
}

@media (max-width: 768px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-image { display: none; }
  .offers-grid { grid-template-columns: 1fr; }
  .combo-card { grid-column: span 1; }
  .nav { display: none; }
  .header-trust { display: none; }
  .global-countdown-bar { gap: 12px; }
  .gcb-label { font-size: 13px; }
  .section-header-row { flex-direction: column; }
  .offer-countdown { align-items: flex-start; }
}

@media (max-width: 480px) {
  .products-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .security-badges { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .hero-buttons { flex-direction: column; }
}
