/* ============================================
   ADVERTORIAL — Estilos para versão Google Ads
   Tom: editorial / informativo / safe
   ============================================ */

.advertorial-body {
  background: #fafafa;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #2d3748;
  line-height: 1.7;
  font-weight: 400;
}

/* HEADER */
.adv-header {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  padding: 14px 20px;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.adv-header-inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.adv-logo { height: 32px; width: auto; }
.adv-tag {
  background: #f3f4f6;
  color: #6b7280;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 4px 10px;
  border-radius: 4px;
}

/* CONTAINER */
.adv-container {
  max-width: 720px;
  margin: 0 auto;
  padding: 30px 20px 60px;
}

/* ARTICLE */
.adv-article { background: #fff; padding: 0; }

/* META */
.adv-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e7eb;
}

/* TITLE */
.adv-title {
  font-size: 30px;
  line-height: 1.25;
  font-weight: 800;
  color: #111827;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}
@media (max-width: 600px) {
  .adv-title { font-size: 24px; }
}

.adv-lead {
  font-size: 18px;
  line-height: 1.6;
  color: #374151;
  margin-bottom: 28px;
  font-weight: 500;
}

/* FIGURE */
.adv-figure {
  margin: 0 -8px 28px;
  border-radius: 6px;
  overflow: hidden;
}
.adv-figure-img {
  width: 100%;
  height: auto;
  display: block;
}
.adv-figure figcaption {
  font-size: 13px;
  color: #6b7280;
  font-style: italic;
  padding: 8px 12px;
  background: #f9fafb;
  text-align: center;
}

/* HEADINGS */
.adv-h2 {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  margin: 36px 0 16px;
  line-height: 1.3;
}

/* PARAGRAPHS */
.adv-article p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 16px;
  color: #374151;
}

/* LIST */
.adv-list {
  list-style: disc;
  padding-left: 22px;
  margin-bottom: 20px;
}
.adv-list li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.7;
  color: #374151;
}
.adv-list-ol { list-style: decimal; }

/* CALLOUT */
.adv-callout {
  background: #fef3c7;
  border-left: 4px solid #f59e0b;
  padding: 16px 18px;
  margin: 24px 0;
  border-radius: 4px;
  font-size: 14px;
  color: #78350f;
  line-height: 1.6;
}

/* CTA BOX */
.adv-cta-box {
  background: linear-gradient(135deg, #0a3d2a 0%, #1a5a3e 100%);
  color: #fff;
  padding: 32px 24px;
  border-radius: 12px;
  margin: 36px 0;
  text-align: center;
  box-shadow: 0 8px 24px rgba(10,61,42,0.18);
}
.adv-cta-box h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 1.3;
}
.adv-cta-box p {
  font-size: 15px;
  color: rgba(255,255,255,0.92);
  margin-bottom: 20px;
}
.adv-cta-btn {
  display: inline-block;
  background: #d4a017;
  color: #0a3d2a;
  font-weight: 800;
  font-size: 16px;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 4px 12px rgba(212,160,23,0.35);
}
.adv-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(212,160,23,0.45);
}
.adv-cta-sub {
  margin-top: 12px !important;
  font-size: 13px !important;
  color: rgba(255,255,255,0.75) !important;
}
.adv-cta-final { background: linear-gradient(135deg, #1a5a3e 0%, #0a3d2a 100%); }

/* TESTIMONIAL */
.adv-testimonial {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 20px;
  margin: 16px 0;
}
.adv-test-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
.adv-test-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0a3d2a, #1a5a3e);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  flex-shrink: 0;
}
.adv-test-header strong {
  font-size: 15px;
  color: #111827;
  display: block;
}
.adv-test-loc {
  font-size: 13px;
  color: #6b7280;
  margin: 0 !important;
  padding: 0;
}
.adv-testimonial p {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.65;
  font-style: italic;
  margin: 0;
}

/* FAQ */
.adv-faq {
  border-bottom: 1px solid #e5e7eb;
  padding: 14px 0;
}
.adv-faq summary {
  font-weight: 700;
  color: #111827;
  cursor: pointer;
  font-size: 16px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 12px;
}
.adv-faq summary::after {
  content: "+";
  font-size: 24px;
  font-weight: 300;
  color: #6b7280;
  transition: transform 0.2s;
}
.adv-faq[open] summary::after { transform: rotate(45deg); }
.adv-faq p {
  margin-top: 12px;
  font-size: 15px;
  color: #4b5563;
}

.adv-final-note {
  background: #f3f4f6;
  padding: 16px 20px;
  border-radius: 6px;
  font-size: 14px !important;
  color: #4b5563 !important;
  line-height: 1.6;
  margin-top: 32px;
}

/* FOOTER */
.adv-footer {
  background: #1f2937;
  color: #d1d5db;
  padding: 32px 20px;
  margin-top: 40px;
}
.adv-footer-inner {
  max-width: 720px;
  margin: 0 auto;
}
.adv-disclaimer {
  font-size: 13px;
  line-height: 1.7;
  color: #9ca3af;
  margin-bottom: 16px;
}
.adv-disclaimer strong { color: #d1d5db; }
.adv-links {
  font-size: 14px;
  margin-bottom: 12px;
}
.adv-links a {
  color: #d1d5db;
  text-decoration: none;
  margin-right: 8px;
}
.adv-links a:hover { color: #fff; text-decoration: underline; }
.adv-copy {
  font-size: 12px;
  color: #6b7280;
}
