/* ============================================
   EreForce Landing Page - Compliance-Safe
   Estilo Editorial / Advertorial
   ============================================ */

/* Reset & Base */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Georgia', 'Times New Roman', serif;
  color: #2c2c2c;
  background-color: #fafaf7;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

/* Typography */
h1, h2, h3, h4 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #1a3a2a;
  line-height: 1.3;
  font-weight: 700;
}

h1 { font-size: 2.2rem; margin-bottom: 1rem; }
h2 { font-size: 1.7rem; margin-bottom: 0.8rem; }
h3 { font-size: 1.3rem; margin-bottom: 0.6rem; }

p {
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
}

a {
  color: #2a6b4a;
  text-decoration: none;
  transition: color 0.3s;
}

a:hover {
  color: #1a4a32;
}

/* Container */
.container {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header - Editorial Style */
.site-header {
  background: #f5f0e8;
  border-bottom: 1px solid #e0d8c8;
  padding: 12px 0;
  text-align: center;
}

.site-header .header-label {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #8a7e6e;
  display: inline-block;
}

.site-header .header-category {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #6b8f7a;
  margin-top: 4px;
}

/* Advertorial Badge */
.advertorial-badge {
  background: #f0ebe3;
  border: 1px solid #d8d0c2;
  border-radius: 3px;
  padding: 6px 16px;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #9a8e7e;
  display: inline-block;
  margin: 20px 0 10px;
}

/* Hero Section */
.hero-section {
  padding: 40px 0 30px;
  text-align: center;
}

.hero-section h1 {
  font-size: 2rem;
  color: #1a3a2a;
  max-width: 680px;
  margin: 0 auto 1rem;
  line-height: 1.35;
}

.hero-section .subtitle {
  font-size: 1.1rem;
  color: #5a6e62;
  font-style: italic;
  max-width: 600px;
  margin: 0 auto 1.5rem;
}

.hero-section .date-author {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.8rem;
  color: #8a8a8a;
  margin-bottom: 1.5rem;
}

.hero-section .date-author span {
  margin: 0 8px;
}

/* Hero Image */
.hero-image {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 2rem;
}

/* Article Content */
.article-content {
  padding: 20px 0;
}

.article-content p {
  text-align: justify;
  hyphens: auto;
}

.article-content > p:first-of-type::first-letter {
  font-size: 3.2rem;
  float: left;
  line-height: 1;
  padding-right: 10px;
  color: #2a6b4a;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
}

/* Blockquote */
.article-content blockquote {
  border-left: 4px solid #2a6b4a;
  background: #f5f9f7;
  padding: 20px 25px;
  margin: 2rem 0;
  font-style: italic;
  color: #3a5a4a;
  border-radius: 0 6px 6px 0;
}

.article-content blockquote p::first-letter,
.notice-box p::first-letter,
.ingredients-section p::first-letter,
.ingredient-item p::first-letter,
.benefits-box p::first-letter,
.testimonial-block p::first-letter {
  font-size: inherit;
  float: none;
  padding-right: 0;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}

/* Section Divider */
.section-divider {
  text-align: center;
  margin: 2.5rem 0;
  color: #c8bfa8;
  font-size: 1.2rem;
  letter-spacing: 8px;
}

/* Image with Caption */
.article-image {
  margin: 2rem 0;
  text-align: center;
}

.article-image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.article-image figcaption {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.78rem;
  color: #8a8a8a;
  margin-top: 8px;
  font-style: italic;
}

/* Ingredients Section */
.ingredients-section {
  background: linear-gradient(135deg, #f8f5f0 0%, #f0ede5 100%);
  border-radius: 12px;
  padding: 35px 30px;
  margin: 2.5rem 0;
  border: 1px solid #e8e2d8;
}

.ingredients-section h3 {
  text-align: center;
  color: #2a6b4a;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}

.ingredient-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e0d8c8;
}

.ingredient-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.ingredient-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: #2a6b4a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  font-size: 1.4rem;
  color: white;
}

.ingredient-item h4 {
  font-size: 1.05rem;
  color: #2a6b4a;
  margin-bottom: 4px;
  font-family: 'Inter', Arial, sans-serif;
}

.ingredient-item p {
  font-size: 0.92rem;
  color: #5a5a5a;
  margin-bottom: 0;
  line-height: 1.6;
}

/* Benefits Box */
.benefits-box {
  background: #ffffff;
  border: 2px solid #2a6b4a;
  border-radius: 12px;
  padding: 30px;
  margin: 2.5rem 0;
}

.benefits-box h3 {
  text-align: center;
  margin-bottom: 1.2rem;
}

.benefit-item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

.benefit-item:last-child {
  border-bottom: none;
}

.benefit-check {
  color: #2a6b4a;
  font-size: 1.2rem;
  margin-right: 14px;
  min-width: 24px;
}

.benefit-item span {
  font-size: 1rem;
  color: #3a3a3a;
}

/* Product Showcase */
.product-showcase {
  background: linear-gradient(180deg, #1a3a2a 0%, #2a5a3a 100%);
  border-radius: 16px;
  padding: 40px 30px;
  margin: 3rem 0;
  text-align: center;
  color: white;
}

.product-showcase h2 {
  color: #e8d5a0;
  margin-bottom: 0.5rem;
}

.product-showcase .product-subtitle {
  color: #b8c8be;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.product-showcase img {
  max-width: 380px;
  width: 100%;
  margin: 1rem auto;
  display: block;
  filter: drop-shadow(0 8px 30px rgba(0,0,0,0.3));
}

.product-showcase p {
  color: #d0dcd5;
  font-size: 0.95rem;
  max-width: 580px;
  margin: 1rem auto;
}

/* CTA Button */
.cta-container {
  text-align: center;
  margin: 2rem 0;
}

.cta-button {
  display: inline-block;
  background: linear-gradient(135deg, #d4a843 0%, #c49530 100%);
  color: #1a2a1e;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  padding: 16px 48px;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(212, 168, 67, 0.3);
}

.cta-button:hover {
  background: linear-gradient(135deg, #c49530 0%, #b08525 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 168, 67, 0.4);
  color: #1a2a1e;
}

.cta-subtext {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.78rem;
  color: #8a8a8a;
  margin-top: 10px;
}

.cta-subtext-light {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.78rem;
  color: #b0bab5;
  margin-top: 10px;
}

/* Notice Box */
.notice-box {
  background: #fff8e8;
  border: 1px solid #e8d8a8;
  border-radius: 8px;
  padding: 20px 25px;
  margin: 2rem 0;
  font-size: 0.88rem;
  color: #7a6a3a;
  line-height: 1.7;
}

.notice-box strong {
  display: block;
  margin-bottom: 6px;
  color: #5a4a2a;
  font-size: 0.92rem;
}

.notice-box p {
  margin-bottom: 0;
  font-size: 0.88rem;
}

/* References Section */
.references-section {
  background: #f5f5f2;
  border-radius: 8px;
  padding: 25px 30px;
  margin: 2.5rem 0;
}

.references-section h3 {
  font-size: 1.1rem;
  color: #4a4a4a;
  margin-bottom: 1rem;
  font-family: 'Inter', Arial, sans-serif;
}

.reference-item {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.82rem;
  color: #6a6a6a;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
  line-height: 1.6;
}

.reference-item::before {
  content: attr(data-num);
  position: absolute;
  left: 0;
  color: #2a6b4a;
  font-weight: 600;
}

.reference-item a {
  color: #2a6b4a;
  font-size: 0.78rem;
  word-break: break-all;
}

/* Disclaimer Footer */
.disclaimer-section {
  background: #f0ede8;
  padding: 30px 0;
  margin-top: 3rem;
  border-top: 1px solid #d8d0c2;
}

.disclaimer-section .disclaimer-content {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 20px;
}

.disclaimer-section h4 {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #6a6a6a;
  margin-bottom: 12px;
}

.disclaimer-section p {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.78rem;
  color: #8a8a8a;
  line-height: 1.7;
  margin-bottom: 10px;
}

.disclaimer-section .fda-disclaimer {
  background: #fff;
  border: 1px solid #d8d0c2;
  border-radius: 6px;
  padding: 15px 20px;
  margin-bottom: 15px;
}

.disclaimer-section .advertising-notice {
  background: #fdf8f0;
  border: 1px solid #e8d8a8;
  border-radius: 6px;
  padding: 15px 20px;
  margin-bottom: 15px;
}

/* Footer */
.site-footer {
  background: #1a2a1e;
  padding: 25px 0;
  text-align: center;
}

.site-footer .footer-links {
  margin-bottom: 12px;
}

.site-footer .footer-links a {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.78rem;
  color: #8a9a8e;
  margin: 0 12px;
  text-decoration: none;
}

.site-footer .footer-links a:hover {
  color: #b0c0b5;
}

.site-footer .copyright {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.7rem;
  color: #5a6a5e;
}

/* Cookie Banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1a2a1e;
  color: #d0dcd5;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  z-index: 1000;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.85rem;
  transform: translateY(0);
  transition: transform 0.4s ease;
}

.cookie-banner.hidden {
  transform: translateY(100%);
}

.cookie-banner button {
  background: #d4a843;
  color: #1a2a1e;
  border: none;
  padding: 8px 24px;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
  font-family: 'Inter', Arial, sans-serif;
}

.cookie-banner button:hover {
  background: #c49530;
}

/* Testimonial Style */
.testimonial-block {
  background: #fff;
  border-radius: 12px;
  padding: 25px 30px;
  margin: 2rem 0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  border-left: 4px solid #2a6b4a;
}

.testimonial-block .testimonial-text {
  font-style: italic;
  color: #4a4a4a;
  font-size: 1rem;
  margin-bottom: 10px;
}

.testimonial-block .testimonial-author {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.82rem;
  color: #8a8a8a;
}

/* Responsive */
@media (max-width: 768px) {
  h1 { font-size: 1.7rem; }
  h2 { font-size: 1.4rem; }
  
  .hero-section h1 {
    font-size: 1.6rem;
  }
  
  .container {
    padding: 0 16px;
  }
  
  .ingredients-section {
    padding: 25px 20px;
  }
  
  .ingredient-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .ingredient-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  .product-showcase {
    padding: 30px 20px;
  }
  
  .product-showcase img {
    max-width: 280px;
  }
  
  .cta-button {
    padding: 14px 36px;
    font-size: 0.95rem;
  }
  
  .benefits-box {
    padding: 20px;
  }
  
  .cookie-banner {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    font-size: 0.78rem;
  }
}

@media (max-width: 480px) {
  html { font-size: 15px; }
  
  .hero-section h1 {
    font-size: 1.45rem;
  }
  
  .article-content > p:first-of-type::first-letter {
    font-size: 2.8rem;
  }
  
  .product-showcase img {
    max-width: 240px;
  }
}

/* Smooth animations */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Print styles */
@media print {
  .cookie-banner,
  .cta-button,
  .site-footer {
    display: none;
  }
}

/* FAQ Section */
.faq-section {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  margin: 2.5rem 0;
  box-shadow: 0 2px 15px rgba(0,0,0,0.06);
}

.faq-section h3 {
  text-align: center;
  color: #1a3a2a;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}

.faq-item {
  border-bottom: 1px solid #f0ede8;
  overflow: hidden;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 5px;
  cursor: pointer;
  transition: background 0.2s;
}

.faq-question:hover {
  background: #f8f5f0;
}

.faq-question span:first-child {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: #2c2c2c;
}

.faq-toggle {
  font-size: 1.3rem;
  color: #2a6b4a;
  font-weight: 600;
  transition: transform 0.3s;
  min-width: 24px;
  text-align: center;
}

.faq-item.open .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 5px;
}

.faq-item.open .faq-answer {
  max-height: 300px;
  padding: 0 5px 18px;
}

.faq-answer p {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.9rem;
  color: #5a5a5a;
  line-height: 1.7;
  margin-bottom: 0;
}
