/* ============================================
   HOME (.hp-*) — replica exata da estrutura de referência
   ============================================ */
.hp-hero { background: #fff; text-align: center; padding: 80px 20px 60px; }
.hp-hero-badge { display: inline-flex; align-items: center; gap: 6px; background: #f0fdf4; color: #16a34a; padding: 8px 20px; border-radius: 50px; font-size: 0.875rem; font-weight: 600; margin-bottom: 20px; }
.hp-hero-title { font-family: 'Poppins', sans-serif; font-size: 3.5rem; font-weight: 800; color: #1a1a2e; margin-bottom: 20px; line-height: 1.1; }
.hp-text-primary { color: #e53e3e; }
.hp-hero-desc { font-size: 1.1rem; color: #6b7280; max-width: 600px; margin: 0 auto 32px; line-height: 1.7; }
.hp-hero-counter { margin-top: 40px; display: flex; flex-direction: column; align-items: center; }
.hp-counter-number { font-size: 1.5rem; font-weight: 800; color: #e53e3e; }
.hp-counter-label { font-size: 0.875rem; color: #9ca3af; }

.hp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 32px; border-radius: 10px; font-size: 1rem; font-weight: 700; text-decoration: none; cursor: pointer; transition: all .2s ease; border: 2px solid transparent; }
.hp-btn-primary { background: #e53e3e; color: #fff; }
.hp-btn-primary:hover { background: #c53030; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(229,62,62,0.3); color: #fff; }
.hp-btn-outline { background: #fff; color: #374151; border: 2px solid #e5e7eb; }
.hp-btn-outline:hover { border-color: #e53e3e; color: #e53e3e; }
.hp-btn-lg { padding: 16px 48px; font-size: 1.1rem; }
.hp-btn-block { width: 100%; }

.hp-section-header { text-align: center; margin-bottom: 48px; }
.hp-section-header h2 { font-family: 'Poppins', sans-serif; font-size: 2.2rem; font-weight: 700; color: #1a1a2e; margin-bottom: 12px; }
.hp-section-header p { font-size: 1rem; color: #6b7280; }

.hp-products { padding: 80px 20px; background: #f9fafb; }
.hp-products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 900px; margin: 0 auto; }
.hp-product-card { background: #fff; border-radius: 16px; padding: 28px 24px; text-align: center; border: 1px solid #e5e7eb; transition: all .3s ease; display: flex; flex-direction: column; }
.hp-product-card:hover { border-color: #e53e3e; box-shadow: 0 10px 40px rgba(0,0,0,0.08); transform: translateY(-4px); }
.hp-product-image { width: 140px; height: 140px; margin: 0 auto 16px; overflow: hidden; border-radius: 12px; background: #f9fafb; }
.hp-product-image img { width: 100%; height: 100%; object-fit: cover; }
.hp-product-title { font-size: 1.1rem; font-weight: 700; color: #1a1a2e; margin-bottom: 16px; }
.hp-product-features { list-style: none; padding: 0; margin: 0 0 20px; text-align: left; }
.hp-product-features li { display: flex; align-items: center; gap: 8px; font-size: 0.85rem; color: #6b7280; margin-bottom: 6px; }
.hp-product-features li i { color: #16a34a; font-size: 0.75rem; }
.hp-product-price { font-size: 1.8rem; font-weight: 800; color: #e53e3e; margin-bottom: 4px; }
.hp-product-validity { font-size: 0.8rem; color: #9ca3af; margin-bottom: 20px; }
.hp-product-card .hp-btn { margin-bottom: 8px; font-size: 0.9rem; padding: 12px 20px; }
.hp-product-card .hp-btn-outline { padding: 10px 20px; font-size: 0.85rem; }

.hp-how-it-works { padding: 80px 20px; background: #fff; }
.hp-steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; }
.hp-step-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 32px 24px; text-align: center; position: relative; transition: all .3s ease; }
.hp-step-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.06); }
.hp-step-number { position: absolute; top: -14px; right: -10px; width: 32px; height: 32px; background: #e53e3e; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; font-weight: 700; }
.hp-step-icon { width: 60px; height: 60px; margin: 0 auto 16px; background: #fff7ed; color: #ea580c; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; }
.hp-step-card:nth-child(2) .hp-step-icon { background: #dcfce7; color: #16a34a; }
.hp-step-card:nth-child(2) .hp-step-number { background: #16a34a; }
.hp-step-card:nth-child(3) .hp-step-icon { background: #dbeafe; color: #2563eb; }
.hp-step-card:nth-child(3) .hp-step-number { background: #2563eb; }
.hp-step-card:nth-child(4) .hp-step-icon { background: #fce7f3; color: #db2777; }
.hp-step-card:nth-child(4) .hp-step-number { background: #db2777; }
.hp-step-card h3 { font-size: 1rem; font-weight: 700; color: #1a1a2e; margin-bottom: 8px; }
.hp-step-card p { font-size: 0.85rem; color: #6b7280; line-height: 1.5; margin: 0; }

.hp-info-section { padding: 40px 20px; background: #f9fafb; }
.hp-info-box { max-width: 800px; margin: 0 auto; background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 32px 40px; }
.hp-info-box h3 { font-size: 1.2rem; font-weight: 700; text-align: center; margin-bottom: 20px; color: #1a1a2e; }
.hp-info-box ul { list-style: none; padding: 0; margin: 0; }
.hp-info-box ul li { padding: 8px 0 8px 16px; color: #6b7280; font-size: 0.9rem; line-height: 1.5; position: relative; }
.hp-info-box ul li::before { content: ''; position: absolute; left: 0; top: 16px; width: 6px; height: 6px; background: #e53e3e; border-radius: 50%; }

.hp-delivery-section { padding: 60px 20px; background: #f9fafb; }
.hp-delivery-box { max-width: 800px; margin: 0 auto; background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 40px; text-align: center; }
.hp-delivery-box h3 { font-size: 1.3rem; font-weight: 700; margin-bottom: 8px; color: #1a1a2e; }
.hp-delivery-box > p { color: #6b7280; margin-bottom: 32px; }
.hp-delivery-channels { display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; }
.hp-channel { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.hp-channel-icon { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; }
.hp-channel strong { font-size: 0.9rem; color: #1a1a2e; }
.hp-channel span { font-size: 0.75rem; color: #9ca3af; }

.hp-trust-section { padding: 80px 20px; background: #fff; }
.hp-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; }
.hp-trust-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 32px 24px; text-align: center; transition: all .3s ease; }
.hp-trust-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.06); transform: translateY(-2px); }
.hp-trust-icon { width: 56px; height: 56px; margin: 0 auto 16px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; }
.hp-trust-card h3 { font-size: 1rem; font-weight: 700; color: #1a1a2e; margin-bottom: 8px; }
.hp-trust-card p { font-size: 0.85rem; color: #6b7280; line-height: 1.5; margin: 0; }
.hp-trust-footer { text-align: center; color: #9ca3af; font-size: 0.85rem; margin-top: 32px; }

.hp-faq-section { padding: 80px 20px; background: #f9fafb; }
.hp-faq-list { max-width: 750px; margin: 0 auto; }
.hp-faq-item { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; margin-bottom: 12px; overflow: hidden; transition: all .3s ease; }
.hp-faq-item:hover { border-color: #d1d5db; }
.hp-faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 18px 24px; background: none; border: none; font-size: 0.95rem; font-weight: 600; color: #1a1a2e; cursor: pointer; text-align: left; font-family: inherit; }
.hp-faq-question i { color: #9ca3af; transition: transform .3s ease; flex-shrink: 0; margin-left: 12px; }
.hp-faq-item.open .hp-faq-question i { transform: rotate(180deg); }
.hp-faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.hp-faq-item.open .hp-faq-answer { max-height: 300px; }
.hp-faq-answer p { padding: 0 24px 18px; font-size: 0.9rem; color: #6b7280; line-height: 1.6; margin: 0; }

.hp-cta-section { padding: 80px 20px; background: #fff; }
.hp-cta-box { max-width: 750px; margin: 0 auto; background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 20px; padding: 48px 40px; text-align: center; }
.hp-cta-box h2 { font-family: 'Poppins', sans-serif; font-size: 2rem; font-weight: 700; color: #1a1a2e; margin-bottom: 12px; }
.hp-cta-box > p { color: #6b7280; margin-bottom: 28px; font-size: 0.95rem; }
.hp-cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 20px; }
.hp-cta-notice { display: inline-block; background: #dcfce7; color: #16a34a; padding: 8px 20px; border-radius: 8px; font-size: 0.8rem; font-weight: 600; }

@media (max-width: 900px) {
    .hp-products-grid { grid-template-columns: 1fr 1fr; max-width: 640px; }
    .hp-steps-grid { grid-template-columns: 1fr 1fr; }
    .hp-trust-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .hp-hero-title { font-size: 2.2rem; }
    .hp-products-grid { grid-template-columns: 1fr; max-width: 320px; }
    .hp-steps-grid { grid-template-columns: 1fr; }
    .hp-trust-grid { grid-template-columns: 1fr; }
    .hp-delivery-channels { gap: 24px; }
    .hp-info-box { padding: 24px; }
}

/* ============================================
   PÁGINA DE PRODUTO (.sp-*)
   ============================================ */
.sp-details-section { padding: 60px 20px; background: #fff; }
.sp-details-grid { display: flex; gap: 48px; align-items: flex-start; max-width: 1100px; margin: 0 auto; }
.sp-gallery { flex: 0 0 320px; }
.sp-gallery img { width: 100%; border-radius: 16px; box-shadow: 0 15px 30px rgba(0,0,0,0.12); }
.sp-details-card { flex: 1; }
.sp-category-tag { display: inline-block; padding: 4px 14px; background: #fff7ed; color: #ea580c; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; border-radius: 6px; margin-bottom: 12px; }
.sp-title { font-size: 1.9rem; font-weight: 800; color: #1a1a2e; margin: 0 0 8px; }
.sp-price-box { background: #f8f9fa; border: 1px solid #e5e7eb; border-radius: 16px; padding: 20px 24px; margin-bottom: 24px; }
.sp-price-label { font-size: 0.85rem; color: #6b7280; margin-bottom: 4px; }
.sp-price-value { font-size: 2.2rem; font-weight: 800; color: #e53e3e; }
.sp-price-value .woocommerce-Price-amount, .sp-price-value bdi { font-size: inherit !important; color: inherit !important; font-weight: inherit !important; }

.sp-description { color: #6b7280; font-size: 0.95rem; line-height: 1.7; margin-bottom: 24px; padding: 16px 20px; background: #f8f9fa; border-radius: 12px; border-left: 4px solid #e53e3e; }

.sp-highlights { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.sp-highlight-item { display: flex; align-items: center; gap: 14px; }
.sp-highlight-icon { width: 42px; height: 42px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.sp-highlight-item strong { display: block; font-size: 0.9rem; color: #1a1a2e; }
.sp-highlight-item span { font-size: 0.8rem; color: #9ca3af; }

.sp-buy-section { margin-bottom: 24px; }
.sp-buy-section .btn-comprar-large,
.sp-buy-section a.button {
    display: block; text-align: center; text-decoration: none;
    width: 100%; padding: 16px 24px;
    background: linear-gradient(135deg, #e53e3e, #c53030);
    color: #fff !important; border: none; border-radius: 14px;
    font-size: 1.1rem; font-weight: 700; cursor: pointer;
    transition: all .2s ease; letter-spacing: 0.3px;
}
.sp-buy-section .btn-comprar-large:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(229,62,62,0.3); }

.sp-trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 20px; padding: 16px; background: #f8f9fa; border-radius: 14px; border: 1px solid #e5e7eb; }
.sp-trust-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; }
.sp-trust-item i { color: #e53e3e; font-size: 1.1rem; }
.sp-trust-item strong { font-size: 0.78rem; color: #1a1a2e; }
.sp-trust-item span { font-size: 0.68rem; color: #9ca3af; }

.sp-urgency { display: flex; align-items: center; gap: 14px; padding: 16px 20px; background: linear-gradient(135deg, rgba(229,62,62,0.08), rgba(229,62,62,0.03)); border: 2px solid #e53e3e; border-radius: 14px; margin-bottom: 20px; }
.sp-urgency strong { display: block; color: #c53030; font-size: 0.9rem; }
.sp-urgency span { font-size: 0.8rem; color: #6b7280; }

.sp-icon-badges { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 24px; }
.sp-icon-badges .badge { text-align: center; }
.sp-icon-badges .badge .icon { font-size: 1.3rem; display: block; margin-bottom: 6px; color: #e53e3e; }
.sp-icon-badges .badge strong { display: block; font-size: 0.75rem; color: #1a1a2e; }
.sp-icon-badges .badge span { font-size: 0.68rem; color: #9ca3af; }

.sp-whatsapp-cta { padding: 20px; background: linear-gradient(135deg, rgba(37,211,102,0.08), rgba(18,140,126,0.05)); border-radius: 14px; text-align: center; border: 1px solid rgba(37,211,102,0.2); }
.sp-whatsapp-cta p { font-size: 0.9rem; color: #1a1a2e; margin-bottom: 12px; font-weight: 600; }
.sp-btn-whatsapp { display: inline-flex; align-items: center; gap: 8px; padding: 12px 28px; background: linear-gradient(135deg, #25D366, #128C7E); color: #fff; border-radius: 12px; font-weight: 600; font-size: 0.95rem; transition: all .2s ease; text-decoration: none; }
.sp-btn-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(37,211,102,0.3); }

.sp-related-section { padding: 50px 20px; background: #f9fafb; }
.sp-related-section h2 { text-align: center; font-size: 1.6rem; font-weight: 800; color: #1a1a2e; margin-bottom: 30px; }
.sp-related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 600px; margin: 0 auto; }
.sp-related-card { background: #fff; border-radius: 16px; padding: 18px; text-align: center; border: 1px solid #e5e7eb; }
.sp-related-card img { border-radius: 12px; margin: 0 auto 12px; width: 100%; max-width: 130px; height: 130px; object-fit: cover; display: block; }
.sp-related-card h4 { font-size: 0.85rem; color: #1a1a2e; margin-bottom: 6px; font-weight: 600; }
.sp-related-card .price { color: #e53e3e; font-weight: 800; display: block; margin-bottom: 12px; font-size: 1.05rem; }
.sp-related-card a.btn { display: block; background: linear-gradient(135deg, #e53e3e, #c53030); color: #fff; padding: 10px; border-radius: 10px; text-decoration: none; font-size: 0.8rem; font-weight: 700; }

/* Barra fixa de compra (mobile) */
.sp-mobile-buybar { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: #fff; box-shadow: 0 -4px 20px rgba(0,0,0,0.12); padding: 12px 16px; align-items: center; justify-content: space-between; z-index: 500; gap: 12px; }
.sp-mobile-buybar-info { display: flex; flex-direction: column; overflow: hidden; }
.sp-mobile-buybar-name { font-size: 12px; color: #1a1a2e; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 160px; }
.sp-mobile-buybar-price { font-size: 18px; font-weight: 800; color: #e53e3e; }
.sp-mobile-buybar-btn { flex-shrink: 0; background: linear-gradient(135deg, #e53e3e, #c53030); color: #fff !important; padding: 13px 30px; border-radius: 12px; font-weight: 700; font-size: 16px; text-decoration: none; white-space: nowrap; }

@media (max-width: 768px) {
    .sp-details-grid { flex-direction: column; }
    .sp-gallery { flex: none; width: 100%; max-width: 280px; margin: 0 auto; }
    .sp-mobile-buybar { display: flex; }
    .sp-details-section { padding-bottom: 100px; }
    .sp-trust-row { grid-template-columns: 1fr; }
    .sp-icon-badges { grid-template-columns: repeat(2, 1fr); }
}
