.elementor-34 .elementor-element.elementor-element-88729ac{--display:flex;}.elementor-34 .elementor-element.elementor-element-2a21e0d{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-2a21e0d *//* ========================================
   LIFT DETOX BLACK - CSS PARA ELEMENTOR
   Cole este código em: Elementor > CSS Personalizado
   ======================================== */

/* Reset and Base */
.lift-detox-page *, 
.lift-detox-page *::before, 
.lift-detox-page *::after { 
  box-sizing: border-box; 
}

.lift-detox-page {
  --dark-green: #1a472a;
  --white: #ffff;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --green-50: #f0fdf4;
  --green-100: #dcfce7;
  --green-200: #bbf7d0;
  --green-800: #166534;
  --red-50: #fef2f2;
  --red-500: #ef4444;
  --red-700: #b91c1c;
  --yellow-400: #facc15;
  --yellow-50: #fefce8;
  --yellow-500: #eab308;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--gray-800);
  line-height: 1.6;
}

/* Animations */
@keyframes pulse-animation {
  0% { box-shadow: 0 0 0 0 rgba(26, 71, 42, 0.7); }
  70% { box-shadow: 0 0 0 15px rgba(26, 71, 42, 0); }
  100% { box-shadow: 0 0 0 0 rgba(26, 71, 42, 0); }
}

@keyframes slideUp {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

.lift-detox-page .pulse-btn { animation: pulse-animation 2s infinite; }
.lift-detox-page .animate-slideUp { animation: slideUp 0.3s ease-out; }

/* Header */
.lift-detox-page .header {
  background: var(--dark-green);
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
  margin: 0 -20px;
}

.lift-detox-page .header-container {
  max-width: 1152px;
  margin: 0 auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lift-detox-page .logo { 
  height: 40px; 
  flex-shrink: 0; 
}

@media (min-width: 768px) { 
  .lift-detox-page .logo { height: 48px; } 
}

.lift-detox-page .nav-desktop { 
  display: none; 
  align-items: center; 
  gap: 24px; 
}

@media (min-width: 768px) { 
  .lift-detox-page .nav-desktop { display: flex; } 
}

.lift-detox-page .nav-link {
  color: var(--white);
  font-weight: 500;
  transition: color 0.2s;
  text-decoration: none;
}

.lift-detox-page .nav-link:hover { 
  color: var(--green-200); 
}

.lift-detox-page .header-cta-mobile {
  display: block;
  background: var(--white);
  color: var(--dark-green);
  padding: 8px 16px;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

@media (min-width: 768px) { 
  .lift-detox-page .header-cta-mobile { display: none; } 
}

.lift-detox-page .nav-mobile {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  padding: 0 16px 12px;
  background: rgba(26, 71, 42, 0.95);
}

@media (min-width: 768px) { 
  .lift-detox-page .nav-mobile { display: none; } 
}

.lift-detox-page .nav-mobile a {
  color: rgba(255,255,255,0.9);
  font-size: 12px;
  padding: 4px 8px;
  text-decoration: none;
}

.lift-detox-page .nav-mobile a:hover { 
  color: var(--white); 
}

/* Main Content */
.lift-detox-page .main-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 32px 16px;
}

/* Sections */
.lift-detox-page .section { 
  margin-bottom: 48px; 
}

.lift-detox-page .scroll-mt { 
  scroll-margin-top: 80px; 
}

/* Typography */
.lift-detox-page .h1 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--dark-green);
  line-height: 1.2;
  margin-bottom: 16px;
}

@media (min-width: 768px) { 
  .lift-detox-page .h1 { font-size: 2.25rem; } 
}

.lift-detox-page .h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--dark-green);
  margin-bottom: 16px;
}

@media (min-width: 768px) { 
  .lift-detox-page .h2 { font-size: 1.5rem; } 
}

.lift-detox-page .h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--dark-green);
  margin-bottom: 12px;
}

@media (min-width: 768px) { 
  .lift-detox-page .h3 { font-size: 1.25rem; } 
}

.lift-detox-page .text-lg { 
  font-size: 1.125rem; 
}

@media (min-width: 768px) { 
  .lift-detox-page .text-lg { font-size: 1.25rem; } 
}

.lift-detox-page .text-gray { 
  color: var(--gray-700); 
}

.lift-detox-page .text-center { 
  text-align: center; 
}

.lift-detox-page .mb-4 { 
  margin-bottom: 16px; 
}

.lift-detox-page .mb-6 { 
  margin-bottom: 24px; 
}

.lift-detox-page .mb-8 { 
  margin-bottom: 32px; 
}

/* Buttons */
.lift-detox-page .btn-primary {
  display: inline-block;
  background: var(--dark-green);
  color: var(--white);
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.125rem;
  transition: background 0.2s;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
  text-decoration: none;
}

.lift-detox-page .btn-primary:hover { 
  background: var(--green-800); 
}

.lift-detox-page .btn-white {
  display: block;
  background: var(--white);
  color: var(--dark-green);
  padding: 12px;
  border-radius: 8px;
  font-weight: 700;
  text-align: center;
  transition: background 0.2s;
  text-decoration: none;
}

.lift-detox-page .btn-white:hover { 
  background: var(--green-100); 
}

/* Hero Image */
.lift-detox-page .hero-image {
  max-width: 320px;
  margin: 32px auto 0;
  border-radius: 8px;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
}

@media (min-width: 768px) { 
  .lift-detox-page .hero-image { max-width: 448px; } 
}

/* Lists */
.lift-detox-page .list-disc { 
  list-style: disc; 
  padding-left: 24px; 
}

.lift-detox-page .list-disc li { 
  margin-bottom: 8px; 
}

/* Cards */
.lift-detox-page .card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  transition: box-shadow 0.2s;
}

.lift-detox-page .card:hover { 
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); 
}

.lift-detox-page .card-green {
  background: var(--green-50);
  border-left: 4px solid var(--dark-green);
  padding: 16px;
  border-radius: 0 8px 8px 0;
  margin-bottom: 24px;
}

/* Grid */
.lift-detox-page .grid-2 { 
  display: grid; 
  gap: 24px; 
}

@media (min-width: 768px) { 
  .lift-detox-page .grid-2 { grid-template-columns: repeat(2, 1fr); } 
}

.lift-detox-page .grid-4 { 
  display: grid; 
  grid-template-columns: repeat(2, 1fr); 
  gap: 16px; 
}

@media (min-width: 768px) { 
  .lift-detox-page .grid-4 { grid-template-columns: repeat(4, 1fr); } 
}

/* Ingredients */
.lift-detox-page .ingredient-img {
  width: 80px;
  height: 80px;
  margin: 0 auto 12px;
  object-fit: contain;
}

.lift-detox-page .ingredient-placeholder {
  width: 80px;
  height: 80px;
  margin: 0 auto 12px;
  background: var(--green-100);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--dark-green);
}

/* Benefits */
.lift-detox-page .benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--green-50);
  padding: 12px;
  border-radius: 8px;
}

.lift-detox-page .benefit-number {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: var(--dark-green);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}

/* Security Box */
.lift-detox-page .security-box {
  background: var(--green-50);
  padding: 24px;
  border-radius: 12px;
}

.lift-detox-page .warning-box {
  background: var(--white);
  padding: 16px;
  border-radius: 8px;
  border-left: 4px solid var(--yellow-500);
}

/* Testimonials */
.lift-detox-page .testimonial {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}

.lift-detox-page .testimonial p { 
  font-style: italic; 
  margin-bottom: 16px; 
}

.lift-detox-page .testimonial-author { 
  font-weight: 700; 
  color: var(--dark-green); 
}

/* Gallery Placeholder */
.lift-detox-page .gallery-item {
  background: var(--gray-100);
  border-radius: 8px;
  padding: 16px;
  text-align: center;
}

.lift-detox-page .gallery-placeholder {
  background: var(--gray-200);
  height: 128px;
  border-radius: 4px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-500);
  font-size: 12px;
}

.lift-detox-page .gallery-caption { 
  font-size: 12px; 
  color: var(--gray-600); 
}

/* How to Use */
.lift-detox-page .usage-box {
  background: var(--dark-green);
  color: var(--white);
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 24px;
}

.lift-detox-page .usage-tip {
  background: rgba(255,255,255,0.1);
  padding: 16px;
  border-radius: 8px;
  margin-top: 16px;
}

.lift-detox-page .timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--green-50);
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 12px;
}

.lift-detox-page .timeline-badge {
  flex-shrink: 0;
  background: var(--dark-green);
  color: var(--white);
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 700;
}

/* Alert Box */
.lift-detox-page .alert-box {
  background: var(--red-50);
  border: 2px solid var(--red-500);
  padding: 24px;
  border-radius: 12px;
}

.lift-detox-page .alert-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--red-700);
  margin-bottom: 16px;
}

.lift-detox-page .risk-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}

.lift-detox-page .risk-x { 
  color: var(--red-500); 
  font-weight: 700; 
}

.lift-detox-page .original-box {
  background: var(--white);
  padding: 16px;
  border-radius: 8px;
  border-left: 4px solid var(--dark-green);
  margin-top: 24px;
}

/* Shipping */
.lift-detox-page .shipping-grid { 
  display: grid; 
  gap: 16px; 
}

@media (min-width: 768px) { 
  .lift-detox-page .shipping-grid { grid-template-columns: repeat(2, 1fr); } 
}

.lift-detox-page .shipping-card {
  background: var(--green-50);
  padding: 16px;
  border-radius: 8px;
}

.lift-detox-page .shipping-card h3 {
  font-weight: 700;
  color: var(--dark-green);
  margin-bottom: 8px;
}

.lift-detox-page .shipping-card p { 
  font-size: 14px; 
  color: var(--gray-700); 
}

/* Pricing */
.lift-detox-page .pricing-grid { 
  display: grid; 
  gap: 24px; 
}

@media (min-width: 768px) { 
  .lift-detox-page .pricing-grid { grid-template-columns: repeat(2, 1fr); } 
}

.lift-detox-page .price-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  transition: box-shadow 0.2s;
}

.lift-detox-page .price-card:hover { 
  box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1); 
}

.lift-detox-page .price-card-featured {
  background: var(--dark-green);
  color: var(--white);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
}

@media (min-width: 768px) { 
  .lift-detox-page .price-card-featured { transform: scale(1.05); } 
}

.lift-detox-page .badge-bestseller {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--yellow-400);
  color: var(--dark-green);
  padding: 4px 16px;
  font-size: 14px;
  font-weight: 700;
  border-bottom-left-radius: 8px;
}

.lift-detox-page .price-img { 
  width: 128px; 
  margin: 0 auto 16px; 
}

.lift-detox-page .price-title { 
  font-size: 1.125rem; 
  font-weight: 700; 
  margin-bottom: 8px; 
}

.lift-detox-page .price-subtitle { 
  color: var(--gray-600); 
  margin-bottom: 8px; 
}

.lift-detox-page .price-card-featured .price-subtitle { 
  color: var(--green-200); 
}

.lift-detox-page .price-value { 
  font-size: 1.5rem; 
  font-weight: 700; 
  margin-bottom: 4px; 
}

.lift-detox-page .price-cash { 
  font-size: 14px; 
  color: var(--gray-500); 
  margin-bottom: 16px; 
}

.lift-detox-page .price-card-featured .price-cash { 
  color: var(--green-200); 
}

.lift-detox-page .price-btn {
  display: block;
  background: var(--dark-green);
  color: var(--white);
  padding: 12px;
  border-radius: 8px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.lift-detox-page .price-btn-white {
  display: block;
  background: var(--white);
  color: var(--dark-green);
  padding: 12px;
  border-radius: 8px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

/* FAQ */
.lift-detox-page .faq-item {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  margin-bottom: 12px;
}

.lift-detox-page .faq-item summary {
  padding: 16px;
  cursor: pointer;
  font-weight: 500;
  color: var(--dark-green);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lift-detox-page .faq-item summary:hover { 
  background: var(--gray-50); 
}

.lift-detox-page .faq-item[open] summary .faq-arrow { 
  transform: rotate(180deg); 
}

.lift-detox-page .faq-arrow { 
  transition: transform 0.2s; 
}

.lift-detox-page .faq-answer { 
  padding: 0 16px 16px; 
  color: var(--gray-700); 
}

/* Footer */
.lift-detox-page .footer {
  background: var(--dark-green);
  color: var(--white);
  padding: 32px 16px;
  margin: 0 -20px;
}

.lift-detox-page .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
  font-size: 14px;
}

.lift-detox-page .footer-links a {
  text-decoration: none;
  color: var(--white);
}

.lift-detox-page .footer-links a:hover { 
  color: var(--green-200); 
}

.lift-detox-page .footer-text {
  text-align: center;
  font-size: 14px;
  color: var(--green-200);
  margin-bottom: 16px;
}

.lift-detox-page .footer-copyright { 
  text-align: center; 
  font-size: 14px; 
}

/* Sticky CTA */
.lift-detox-page .sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--dark-green);
  padding: 12px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
  z-index: 50;
}

.lift-detox-page .sticky-cta.show { 
  display: block; 
}

.lift-detox-page .sticky-cta a {
  display: block;
  background: var(--white);
  color: var(--dark-green);
  padding: 12px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
}

/* Guarantee Image */
.lift-detox-page .guarantee-img {
  max-width: 320px;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
}

/* Recommendation Box */
.lift-detox-page .recommendation-box {
  background: var(--yellow-50);
  padding: 16px;
  border-radius: 8px;
  border-left: 4px solid var(--yellow-500);
}

/* Desktop only */
@media (min-width: 768px) {
  .lift-detox-page .sticky-cta { 
    display: none !important; 
  }
}

/* Ajustes para imagens */
.lift-detox-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ==== AUMENTO DE FONTE DOS TÍTULOS (FORÇADO) ==== */

/* Títulos H2 (Itens 1, 3, 4, 5, 6, 8, 10, 12, 13, 14) */
.lift-detox-page .h2 {
  font-size: 1.6rem !important; /* Aumentei um pouco mais e forcei com !important */
}

@media (min-width: 768px) { 
  .lift-detox-page .h2 { 
    font-size: 2.4rem !important; /* Tamanho maior para Desktop */
  } 
}

/* Títulos H3 (Itens 2, 7, 9) */
.lift-detox-page .h3 {
  font-size: 1.4rem !important; /* Ajustado para ficar proporcional */
}

@media (min-width: 768px) { 
  .lift-detox-page .h3 { 
    font-size: 1.8rem !important; 
  } 
}

/* Título de Alerta (Item 11 - CUIDADO) */
.lift-detox-page .alert-title {
  font-size: 1.6rem !important; 
}

@media (min-width: 768px) { 
  .lift-detox-page .alert-title { 
    font-size: 2.4rem !important; 
  } 
}

/* ==== AUMENTO DA HEADLINE E SUBHEADLINE ==== */

/* Headline (H1 do topo) */
.lift-detox-page .h1 {
  font-size: 2rem !important;        /* Mobile */
  line-height: 1.2 !important;
}

@media (min-width: 768px) { 
  .lift-detox-page .h1 { 
    font-size: 2.8rem !important;    /* Desktop */
  } 
}

/* Subheadline (parágrafo logo abaixo do H1) */
.lift-detox-page .text-lg {
  font-size: 1.7rem !important;      /* Mobile */
}

@media (min-width: 768px) { 
  .lift-detox-page .text-lg { 
    font-size: 1.9rem !important;    /* Desktop */
  } 
}
/* --- Estilos Gerais da Seção --- */
    #blog-oficial-section {
        background-color: #111111; /* Fundo Dark para combinar com a marca */
        padding: 60px 20px;
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        box-sizing: border-box;
    }

    .blog-container {
        max-width: 1100px;
        margin: 0 auto;
    }

    /* Título da Seção */
    .blog-header {
        text-align: center;
        margin-bottom: 40px;
    }

    .blog-header h2 {
        color: #ffffff;
        font-size: 2.5rem;
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .blog-header span {
        color: #00ff88; /* Verde Neon destaque */
        font-weight: bold;
    }

    .blog-header p {
        color: #cccccc;
        font-size: 1.1rem;
    }

    /* --- Grid dos Cards --- */
    .blog-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 25px;
    }

    /* --- Design do Card --- */
    .blog-card {
        background-color: #1a1a1a;
        border-radius: 12px;
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border: 1px solid #333;
        display: flex;
        flex-direction: column;
        text-decoration: none; /* Remove sublinhado do link geral */
    }

    .blog-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 255, 136, 0.15); /* Brilho verde suave */
        border-color: #00ff88;
    }

    /* Imagem do Card */
    .card-image-wrapper {
        width: 100%;
        height: 200px;
        overflow: hidden;
        position: relative;
    }

    .card-image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .blog-card:hover .card-image-wrapper img {
        transform: scale(1.05);
    }

    /* Conteúdo do Card */
    .card-content {
        padding: 20px;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        justify-content: space-between;
    }

    .card-content h3 {
        color: #ffffff;
        font-size: 1.1rem;
        line-height: 1.4;
        margin: 0 0 15px 0;
        font-weight: 600;
    }

    /* Botão "Ler Artigo" */
    .read-more-btn {
        display: inline-block;
        padding: 10px 20px;
        background: linear-gradient(90deg, #00515E 0%, #00ff88 100%); /* Gradiente solicitado + toque neon */
        color: #ffffff;
        text-align: center;
        border-radius: 6px;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 0.9rem;
        transition: opacity 0.3s;
        margin-top: auto; /* Empurra o botão para o fundo */
    }

    .read-more-btn:hover {
        opacity: 0.9;
    }

    /* --- Responsividade Mobile --- */
    @media (max-width: 768px) {
        #blog-oficial-section {
            padding: 40px 5px; /* Padding lateral de 5px conforme preferência */
        }

        .blog-header h2 {
            font-size: 1.8rem;
        }

        .blog-grid {
            grid-template-columns: 1fr; /* 1 coluna no mobile */
            padding: 0 5px;
        }

        .card-image-wrapper {
            height: 180px;
        }
    }/* End custom CSS */
/* Start custom CSS *//* ========================================
   LIFT DETOX BLACK - CSS PARA ELEMENTOR
   Cole este código em: Elementor > CSS Personalizado
   ======================================== */

/* Reset and Base */
.lift-detox-page *, 
.lift-detox-page *::before, 
.lift-detox-page *::after { 
  box-sizing: border-box; 
}

.lift-detox-page {
  --dark-green: #1a472a;
  --white: #ffff;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --green-50: #f0fdf4;
  --green-100: #dcfce7;
  --green-200: #bbf7d0;
  --green-800: #166534;
  --red-50: #fef2f2;
  --red-500: #ef4444;
  --red-700: #b91c1c;
  --yellow-400: #facc15;
  --yellow-50: #fefce8;
  --yellow-500: #eab308;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--gray-800);
  line-height: 1.6;
}

/* Animations */
@keyframes pulse-animation {
  0% { box-shadow: 0 0 0 0 rgba(26, 71, 42, 0.7); }
  70% { box-shadow: 0 0 0 15px rgba(26, 71, 42, 0); }
  100% { box-shadow: 0 0 0 0 rgba(26, 71, 42, 0); }
}

@keyframes slideUp {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

.lift-detox-page .pulse-btn { animation: pulse-animation 2s infinite; }
.lift-detox-page .animate-slideUp { animation: slideUp 0.3s ease-out; }

/* Header */
.lift-detox-page .header {
  background: var(--dark-green);
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
  margin: 0 -20px;
}

.lift-detox-page .header-container {
  max-width: 1152px;
  margin: 0 auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lift-detox-page .logo { 
  height: 40px; 
  flex-shrink: 0; 
}

@media (min-width: 768px) { 
  .lift-detox-page .logo { height: 48px; } 
}

.lift-detox-page .nav-desktop { 
  display: none; 
  align-items: center; 
  gap: 24px; 
}

@media (min-width: 768px) { 
  .lift-detox-page .nav-desktop { display: flex; } 
}

.lift-detox-page .nav-link {
  color: var(--white);
  font-weight: 500;
  transition: color 0.2s;
  text-decoration: none;
}

.lift-detox-page .nav-link:hover { 
  color: var(--green-200); 
}

.lift-detox-page .header-cta-mobile {
  display: block;
  background: var(--white);
  color: var(--dark-green);
  padding: 8px 16px;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

@media (min-width: 768px) { 
  .lift-detox-page .header-cta-mobile { display: none; } 
}

.lift-detox-page .nav-mobile {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  padding: 0 16px 12px;
  background: rgba(26, 71, 42, 0.95);
}

@media (min-width: 768px) { 
  .lift-detox-page .nav-mobile { display: none; } 
}

.lift-detox-page .nav-mobile a {
  color: rgba(255,255,255,0.9);
  font-size: 12px;
  padding: 4px 8px;
  text-decoration: none;
}

.lift-detox-page .nav-mobile a:hover { 
  color: var(--white); 
}

/* Main Content */
.lift-detox-page .main-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 32px 16px;
}

/* Sections */
.lift-detox-page .section { 
  margin-bottom: 48px; 
}

.lift-detox-page .scroll-mt { 
  scroll-margin-top: 80px; 
}

/* Typography */
.lift-detox-page .h1 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--dark-green);
  line-height: 1.2;
  margin-bottom: 16px;
}

@media (min-width: 768px) { 
  .lift-detox-page .h1 { font-size: 2.25rem; } 
}

.lift-detox-page .h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--dark-green);
  margin-bottom: 16px;
}

@media (min-width: 768px) { 
  .lift-detox-page .h2 { font-size: 1.5rem; } 
}

.lift-detox-page .h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--dark-green);
  margin-bottom: 12px;
}

@media (min-width: 768px) { 
  .lift-detox-page .h3 { font-size: 1.25rem; } 
}

.lift-detox-page .text-lg { 
  font-size: 1.125rem; 
}

@media (min-width: 768px) { 
  .lift-detox-page .text-lg { font-size: 1.25rem; } 
}

.lift-detox-page .text-gray { 
  color: var(--gray-700); 
}

.lift-detox-page .text-center { 
  text-align: center; 
}

.lift-detox-page .mb-4 { 
  margin-bottom: 16px; 
}

.lift-detox-page .mb-6 { 
  margin-bottom: 24px; 
}

.lift-detox-page .mb-8 { 
  margin-bottom: 32px; 
}

/* Buttons */
.lift-detox-page .btn-primary {
  display: inline-block;
  background: var(--dark-green);
  color: var(--white);
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.125rem;
  transition: background 0.2s;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
  text-decoration: none;
}

.lift-detox-page .btn-primary:hover { 
  background: var(--green-800); 
}

.lift-detox-page .btn-white {
  display: block;
  background: var(--white);
  color: var(--dark-green);
  padding: 12px;
  border-radius: 8px;
  font-weight: 700;
  text-align: center;
  transition: background 0.2s;
  text-decoration: none;
}

.lift-detox-page .btn-white:hover { 
  background: var(--green-100); 
}

/* Hero Image */
.lift-detox-page .hero-image {
  max-width: 320px;
  margin: 32px auto 0;
  border-radius: 8px;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
}

@media (min-width: 768px) { 
  .lift-detox-page .hero-image { max-width: 448px; } 
}

/* Lists */
.lift-detox-page .list-disc { 
  list-style: disc; 
  padding-left: 24px; 
}

.lift-detox-page .list-disc li { 
  margin-bottom: 8px; 
}

/* Cards */
.lift-detox-page .card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  transition: box-shadow 0.2s;
}

.lift-detox-page .card:hover { 
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); 
}

.lift-detox-page .card-green {
  background: var(--green-50);
  border-left: 4px solid var(--dark-green);
  padding: 16px;
  border-radius: 0 8px 8px 0;
  margin-bottom: 24px;
}

/* Grid */
.lift-detox-page .grid-2 { 
  display: grid; 
  gap: 24px; 
}

@media (min-width: 768px) { 
  .lift-detox-page .grid-2 { grid-template-columns: repeat(2, 1fr); } 
}

.lift-detox-page .grid-4 { 
  display: grid; 
  grid-template-columns: repeat(2, 1fr); 
  gap: 16px; 
}

@media (min-width: 768px) { 
  .lift-detox-page .grid-4 { grid-template-columns: repeat(4, 1fr); } 
}

/* Ingredients */
.lift-detox-page .ingredient-img {
  width: 80px;
  height: 80px;
  margin: 0 auto 12px;
  object-fit: contain;
}

.lift-detox-page .ingredient-placeholder {
  width: 80px;
  height: 80px;
  margin: 0 auto 12px;
  background: var(--green-100);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--dark-green);
}

/* Benefits */
.lift-detox-page .benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--green-50);
  padding: 12px;
  border-radius: 8px;
}

.lift-detox-page .benefit-number {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: var(--dark-green);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}

/* Security Box */
.lift-detox-page .security-box {
  background: var(--green-50);
  padding: 24px;
  border-radius: 12px;
}

.lift-detox-page .warning-box {
  background: var(--white);
  padding: 16px;
  border-radius: 8px;
  border-left: 4px solid var(--yellow-500);
}

/* Testimonials */
.lift-detox-page .testimonial {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}

.lift-detox-page .testimonial p { 
  font-style: italic; 
  margin-bottom: 16px; 
}

.lift-detox-page .testimonial-author { 
  font-weight: 700; 
  color: var(--dark-green); 
}

/* Gallery Placeholder */
.lift-detox-page .gallery-item {
  background: var(--gray-100);
  border-radius: 8px;
  padding: 16px;
  text-align: center;
}

.lift-detox-page .gallery-placeholder {
  background: var(--gray-200);
  height: 128px;
  border-radius: 4px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-500);
  font-size: 12px;
}

.lift-detox-page .gallery-caption { 
  font-size: 12px; 
  color: var(--gray-600); 
}

/* How to Use */
.lift-detox-page .usage-box {
  background: var(--dark-green);
  color: var(--white);
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 24px;
}

.lift-detox-page .usage-tip {
  background: rgba(255,255,255,0.1);
  padding: 16px;
  border-radius: 8px;
  margin-top: 16px;
}

.lift-detox-page .timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--green-50);
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 12px;
}

.lift-detox-page .timeline-badge {
  flex-shrink: 0;
  background: var(--dark-green);
  color: var(--white);
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 700;
}

/* Alert Box */
.lift-detox-page .alert-box {
  background: var(--red-50);
  border: 2px solid var(--red-500);
  padding: 24px;
  border-radius: 12px;
}

.lift-detox-page .alert-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--red-700);
  margin-bottom: 16px;
}

.lift-detox-page .risk-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}

.lift-detox-page .risk-x { 
  color: var(--red-500); 
  font-weight: 700; 
}

.lift-detox-page .original-box {
  background: var(--white);
  padding: 16px;
  border-radius: 8px;
  border-left: 4px solid var(--dark-green);
  margin-top: 24px;
}

/* Shipping */
.lift-detox-page .shipping-grid { 
  display: grid; 
  gap: 16px; 
}

@media (min-width: 768px) { 
  .lift-detox-page .shipping-grid { grid-template-columns: repeat(2, 1fr); } 
}

.lift-detox-page .shipping-card {
  background: var(--green-50);
  padding: 16px;
  border-radius: 8px;
}

.lift-detox-page .shipping-card h3 {
  font-weight: 700;
  color: var(--dark-green);
  margin-bottom: 8px;
}

.lift-detox-page .shipping-card p { 
  font-size: 14px; 
  color: var(--gray-700); 
}

/* Pricing */
.lift-detox-page .pricing-grid { 
  display: grid; 
  gap: 24px; 
}

@media (min-width: 768px) { 
  .lift-detox-page .pricing-grid { grid-template-columns: repeat(2, 1fr); } 
}

.lift-detox-page .price-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  transition: box-shadow 0.2s;
}

.lift-detox-page .price-card:hover { 
  box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1); 
}

.lift-detox-page .price-card-featured {
  background: var(--dark-green);
  color: var(--white);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
}

@media (min-width: 768px) { 
  .lift-detox-page .price-card-featured { transform: scale(1.05); } 
}

.lift-detox-page .badge-bestseller {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--yellow-400);
  color: var(--dark-green);
  padding: 4px 16px;
  font-size: 14px;
  font-weight: 700;
  border-bottom-left-radius: 8px;
}

.lift-detox-page .price-img { 
  width: 128px; 
  margin: 0 auto 16px; 
}

.lift-detox-page .price-title { 
  font-size: 1.125rem; 
  font-weight: 700; 
  margin-bottom: 8px; 
}

.lift-detox-page .price-subtitle { 
  color: var(--gray-600); 
  margin-bottom: 8px; 
}

.lift-detox-page .price-card-featured .price-subtitle { 
  color: var(--green-200); 
}

.lift-detox-page .price-value { 
  font-size: 1.5rem; 
  font-weight: 700; 
  margin-bottom: 4px; 
}

.lift-detox-page .price-cash { 
  font-size: 14px; 
  color: var(--gray-500); 
  margin-bottom: 16px; 
}

.lift-detox-page .price-card-featured .price-cash { 
  color: var(--green-200); 
}

.lift-detox-page .price-btn {
  display: block;
  background: var(--dark-green);
  color: var(--white);
  padding: 12px;
  border-radius: 8px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.lift-detox-page .price-btn-white {
  display: block;
  background: var(--white);
  color: var(--dark-green);
  padding: 12px;
  border-radius: 8px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

/* FAQ */
.lift-detox-page .faq-item {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  margin-bottom: 12px;
}

.lift-detox-page .faq-item summary {
  padding: 16px;
  cursor: pointer;
  font-weight: 500;
  color: var(--dark-green);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lift-detox-page .faq-item summary:hover { 
  background: var(--gray-50); 
}

.lift-detox-page .faq-item[open] summary .faq-arrow { 
  transform: rotate(180deg); 
}

.lift-detox-page .faq-arrow { 
  transition: transform 0.2s; 
}

.lift-detox-page .faq-answer { 
  padding: 0 16px 16px; 
  color: var(--gray-700); 
}

/* Footer */
.lift-detox-page .footer {
  background: var(--dark-green);
  color: var(--white);
  padding: 32px 16px;
  margin: 0 -20px;
}

.lift-detox-page .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
  font-size: 14px;
}

.lift-detox-page .footer-links a {
  text-decoration: none;
  color: var(--white);
}

.lift-detox-page .footer-links a:hover { 
  color: var(--green-200); 
}

.lift-detox-page .footer-text {
  text-align: center;
  font-size: 14px;
  color: var(--green-200);
  margin-bottom: 16px;
}

.lift-detox-page .footer-copyright { 
  text-align: center; 
  font-size: 14px; 
}

/* Sticky CTA */
.lift-detox-page .sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--dark-green);
  padding: 12px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
  z-index: 50;
}

.lift-detox-page .sticky-cta.show { 
  display: block; 
}

.lift-detox-page .sticky-cta a {
  display: block;
  background: var(--white);
  color: var(--dark-green);
  padding: 12px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
}

/* Guarantee Image */
.lift-detox-page .guarantee-img {
  max-width: 320px;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
}

/* Recommendation Box */
.lift-detox-page .recommendation-box {
  background: var(--yellow-50);
  padding: 16px;
  border-radius: 8px;
  border-left: 4px solid var(--yellow-500);
}

/* Desktop only */
@media (min-width: 768px) {
  .lift-detox-page .sticky-cta { 
    display: none !important; 
  }
}

/* Ajustes para imagens */
.lift-detox-page img {
  max-width: 100%;
  height: auto;
  display: block;
}/* End custom CSS */