/* ================================
   CAPTAÇÃO CULTURAL — v3.4
   Projeto Jornalismo Colaborativo
   Refinado, responsivo, animado e adaptável ao dark mode
   ================================ */

.jc-page {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #111;
  background: #fff;
  line-height: 1.6;
}

.jc-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* === HERO === */
.jc-hero {
  background: #000000;
  color: #fff;
  padding: 80px 20px;
}

.jc-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}

.jc-hero h1 {
  font-size: 36px !important;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 12px;
}

.jc-subtitle {
  font-size: 18px !important;
  color: #ccc;
  margin-bottom: 25px;
}

.jc-cta-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.jc-btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  border-radius: 8px;
  padding: 12px 20px;
  transition: 0.2s;
}

.jc-btn-primary {
  background: #fff;
  color: #000;
}

.jc-btn-outline {
  border: 1px solid #fff;
  color: #fff;
}

.jc-btn-primary:hover {
  opacity: 0.9;
}

.jc-btn-outline:hover {
  background: #fff;
  color: #000;
}

/* === HERO SIDE BOX === */
.jc-card-dark {
  background: #222;
  color: #eee;
  border-radius: 12px;
  padding: 24px 26px;
  border: 1px solid #333;
}

.jc-card-dark h3 {
  font-size: 29px;
  margin-bottom: 12px;
padding-left: 18px;
  font-weight: 700;
}

.jc-card-dark ul {
  margin: 0;
  padding-left: 18px;
  line-height: 1.9;
  color: #bbb;
}

/* === SECTIONS === */
.jc-section {
  padding: 80px 20px;
}

.jc-dark {
  background: #0c0c0d;
  color: #fff;
}

.jc-light {
  background: #f8f8f8;
  color: #111;
}

.jc-white {
  background: #ffffff;
  color: #111;
}

.jc-section h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 800;
}

.jc-intro {
  font-size: 19px;
  line-height: 1.7;
}

.jc-section p {
  max-width: 800px;
  margin: 0 auto 18px;
  line-height: 1.7;
}

/* === GRID SYSTEM === */
.jc-grid-4,
.jc-grid-3 {
  display: grid;
  gap: 20px;
}

.jc-grid-4 {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.jc-grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

/* === CARD VARIANTS === */
.jc-card-gray {
  background: #1e1e1e;
  border: 1px solid #333;
  color: #eee;
  text-align: left;
  border-radius: 12px;
  padding: 20px;
}

.jc-card-gray h3 {
  color: #fff;
  margin-bottom: 8px;
}

.jc-card-white {
  background: #fff;
  border: 1px solid #ddd;
  color: #111;
  text-align: left;
  border-radius: 14px;
  padding: 20px;
}

.jc-card-white h3 {
  margin-bottom: 8px;
  color: #000;
}

/* === BENEFITS EXTRA === */
.jc-benefits-extra {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.jc-benefit-card {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px 22px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.jc-benefit-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.08);
}

.jc-benefit-card h4 {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}

.jc-benefit-card p {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
}

/* === RESULTS === */
.jc-stat {
  text-align: center;
}

.jc-stat span {
  display: block;
  font-size: 44px;
  font-weight: 800;
  color: #fff;
}

.jc-stat p {
  color: #ccc;
  margin-top: 5px;
}

/* === FORM === */
.jc-form-section {
  background: #f3f3f3;
  color: #111;
}

.jc-form-wrap {
  text-align: center;
}

.jc-form {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}

.jc-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 15px;
}

.jc-form input,
.jc-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 14px;
  border: 1px solid #999;
  background: #fff;
  color: #000;
  border-radius: 8px;
  font-size: 15px;
  box-sizing: border-box;
}

.jc-form textarea {
  height: 120px;
  resize: vertical;
}

.jc-form button {
  display: inline-block;
  background: #000;
  color: #fff;
  border: 0;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
}

.jc-form button:hover {
  background: #111;
}

/* === SELOS === */
.jc-selos {
  display: flex;
  justify-content: center;
  gap: 25px;
  align-items: center;
  margin-top: 25px;
  flex-wrap: wrap;
}

.jc-selos img {
  height: 60px;
  width: auto;
  filter: grayscale(0);
  transition: 0.2s ease;
}

.jc-selos img:hover {
  transform: scale(1.05);
}

.jc-selos-footer img {
  height: 40px;
  opacity: 0.85;
}

/* === QUOTE / FOOTER === */
.jc-center {
  text-align: center;
}

.jc-quote {
  font-size: 1.4rem;
  font-weight: 600;
  max-width: 800px;
  margin: 0 auto 20px;
}

.jc-footer-note {
  color: #bbb;
  font-size: 0.9rem;
  margin-top: 10px;
}

/* === BOTÃO FIXO === */
.jc-float-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.1s ease;
  z-index: 1000;
  animation: jcPulse 3.5s ease-in-out infinite;
}

.jc-float-cta:hover {
  background: #000;
  color: #fff;
  transform: scale(1.05);
}

@keyframes jcPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0,0,0,0.2);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 0 12px rgba(0,0,0,0.25);
  }
}

/* === DARK MODE AUTO === */
@media (prefers-color-scheme: dark) {
  .jc-float-cta {
    background: #000;
    color: #fff;
    box-shadow: 0 4px 10px rgba(255,255,255,0.15);
    border: 1px solid #333;
  }
  .jc-float-cta:hover {
    background: #111;
    color: #fff;
    transform: scale(1.05);
  }
}

/* === ANIMAÇÕES === */
.jc-fade-in {
  opacity: 0;
  transform: translateY(30px);
  animation: jcFadeIn 1s ease forwards;
}

.jc-fade-in-up {
  opacity: 0;
  transform: translateY(50px);
  animation: jcFadeInUp 1.2s ease forwards;
}

.jc-anim {
  opacity: 0;
  transform: scale(0.98);
  animation: jcScaleIn 1s ease forwards;
}

@keyframes jcFadeIn {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes jcFadeInUp {
  from { opacity: 0; transform: translateY(50px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes jcScaleIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

/* === RESPONSIVE === */
@media (max-width: 960px) {
  .jc-hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .jc-hero h1 {
    font-size: 36px;
  }
  .jc-card-dark {
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  .jc-hero {
    padding: 60px 20px;
  }
  .jc-hero h1 {
    font-size: 30px;
    line-height: 1.25;
  }
  .jc-section {
    padding: 60px 16px;
  }
  .jc-grid-3,
  .jc-grid-4,
  .jc-benefits-extra {
    grid-template-columns: 1fr;
  }
  .jc-selos img {
    height: 48px;
  }
  .jc-selos-footer img {
    height: 32px;
  }
  .jc-btn,
  .jc-form button {
    width: 100%;
    text-align: center;
  }
  .jc-float-cta {
    right: 12px;
    bottom: 16px;
    padding: 10px 16px;
    font-size: 14px;
  }
}

/* === SCROLL SUAVE === */
html {
  scroll-behavior: smooth;
}
/* === ODS CARDS === */
.jc-ods-card {
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 14px;
  padding: 20px;
  text-align: left;
  color: #111;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.jc-ods-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.08);
}

.jc-ods-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
	
}

.jc-ods-header img {
  width: 50px;
  height: auto;
  margin-right: 10px;
  float: left;
}

.jc-ods-header strong {
  font-size: 15px;
  font-weight: 700;
  color: #000;
}

.jc-ods-body {
  clear: both;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
/* === ODS ICON FIX (força 50px mesmo com inline) === */
/* 1) Quando o bloco usa a nova estrutura com .jc-ods-card/.jc-ods-header */
.jc-ods-header img {
  width: 50px !important;
  max-width: 50px !important;
  height: auto !important;
  margin-right: 10px;
}

/* 2) Cobertura extra quando o card ODS ainda está no formato antigo
      (img solta dentro do .jc-card .jc-card-white .jc-anim) */
.jc-card.jc-card-white.jc-anim > img[src*="/ods"] {
  width: 50px !important;
  max-width: 50px !important;
  height: auto !important;
  margin-right: 10px;
}

/* 3) Responsivo (mantém 50px no mobile também) */
@media (max-width: 640px) {
  .jc-ods-header img,
  .jc-card.jc-card-white.jc-anim > img[src*="/ods"] {
    width: 50px !important;
    max-width: 50px !important;
  }
}
.jc-section.jc-dark[style*="background:#000"] {
  background-color: #000 !important;
}

.jc-selos-footer img {
  transition: none !important;
  transform: none !important;
}

.jc-selos-footer img:hover {
  transform: none !important;
