        .main-content {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 40px;
            margin-top: 30px;
        }
        
        @media (max-width: 900px) {
            .main-content {
                grid-template-columns: 1fr;
            }
        }
        
        .reflexao-content {
            background: white;
            padding: 40px;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
        }
        
        .content-section {
            margin-bottom: 40px;
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
        }
        
        .content-section h2 {
            color: #1e3c72;
            font-size: 1.8em;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 3px solid #e6f0ff;
            position: relative;
        }
        
        .content-section h2::after {
            content: "";
            position: absolute;
            bottom: -3px;
            left: 0;
            width: 100px;
            height: 3px;
            background: #2a5298;
        }
        
        .content-section p {
            margin-bottom: 20px;
            font-size: 1.1em;
            line-height: 1.8;
        }
        
        .highlight-box {
            background: linear-gradient(to right, #e6f0ff, #f0f7ff);
            border-left: 5px solid #2a5298;
            padding: 25px;
            margin: 30px 0;
            border-radius: 0 10px 10px 0;
        }
        
        .highlight-box p {
            margin: 0;
            font-size: 1.2em;
            font-style: italic;
            color: #1e3c72;
        }
        
        /* Texto bíblico (inicialmente oculto) */
        .bible-text-section {
            margin: 50px 0;
            background: #fff9e6;
            border: 1px solid #ffeaa7;
            border-radius: 15px;
            overflow: hidden;
            display: none; /* OCULTO inicialmente */
        }
        
        .bible-text-section.show {
            display: block;
            animation: slideDown 0.5s ease;
        }
        
        @keyframes slideDown {
            from {
                opacity: 0;
                transform: translateY(-10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .bible-header {
            background: #2a5298;
            color: white;
            padding: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .bible-title {
            font-size: 1.5em;
            font-weight: 600;
        }
        
        .bible-version {
            font-size: 0.9em;
            opacity: 0.9;
        }
        
        .bible-verses {
            padding: 30px;
            font-size: 1.15em;
            line-height: 1.9;
        }
        
        .verse {
            margin-bottom: 25px;
            padding: 15px;
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
            transition: transform 0.3s;
        }
        
        /* .verse:hover {
            transform: translateX(5px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        } */
        
        .verse-number {
            display: inline-block;
            background: #2a5298;
            color: white;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            text-align: center;
            line-height: 32px;
            margin-right: 15px;
            font-weight: bold;
            font-size: 0.9em;
        }
        
        /* Botão para mostrar texto bíblico */
        .toggle-bible-btn {
            display: block;
            width: 100%;
            max-width: 500px;
            margin: 30px auto;
            padding: 18px 30px;
            background: linear-gradient(135deg, #1e3c72, #2a5298);
            color: white;
            border: none;
            border-radius: 12px;
            font-size: 1.1em;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            text-align: center;
            box-shadow: 0 5px 15px rgba(42, 82, 152, 0.3);
        }
        
        .toggle-bible-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(42, 82, 152, 0.4);
            background: linear-gradient(135deg, #2a5298, #3a62a8);
        }
        
        .toggle-bible-btn:active {
            transform: translateY(0);
        }
        
        .toggle-bible-btn .icon {
            margin-left: 10px;
            transition: transform 0.3s;
        }
        
        .toggle-bible-btn.expanded .icon {
            transform: rotate(180deg);
        }

        blockquote {
  padding: 1.5rem 2rem;
  margin: 2rem 0;
  background: #f8fafc; /* fundo claro suave */
  border-left: 6px solid #1e3a8a; /* azul profundo estilo título */
  border-radius: 0 12px 12px 0;
  font-size: 1.15rem;
  line-height: 1.7;
  color: #1f2937; /* cinza escuro elegante */
  font-style: italic;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
}

blockquote p {
  margin: 0; /* limpa o espaçamento interno */
}

.psalm-editorial-page {
  --editorial-ink: #24313f;
  --editorial-muted: #667085;
  --editorial-line: #e5e7eb;
  --editorial-paper: #ffffff;
  --editorial-wash: #f6f8fb;
  --editorial-blue: #274c77;
  --editorial-green: #2f6f4e;
  --editorial-gold: #b88a2d;
  color: var(--editorial-ink);
}

.psalm-editorial-hero {
  background: var(--editorial-paper);
  border: 1px solid var(--editorial-line);
  border-radius: 8px;
  padding: 28px;
  margin: 18px 0 24px;
  padding-right: 86px;
  position: relative;
}

.psalm-editorial-hero h1 {
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 750;
  line-height: 1.08;
  margin-bottom: 14px;
  color: var(--editorial-ink);
}

.editorial-kicker,
.section-heading p {
  color: var(--editorial-gold);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.editorial-lead {
  color: #384657;
  font-size: 1.12rem;
  line-height: 1.75;
  max-width: 760px;
}

.editorial-mood {
  color: var(--editorial-blue);
  font-weight: 650;
}

.editorial-note {
  color: var(--editorial-muted);
  font-size: 0.92rem;
  margin-bottom: 0;
}

.psalm-favorite-top {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 2;
}

.psalm-favorite-top form,
.psalm-favorite-top .button_to {
  margin: 0;
}

.psalm-favorite-button {
  align-items: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  color: #98a2b3;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  width: 36px;
}

.psalm-favorite-button:hover {
  background: #fff7f8;
  border-color: #f2c7ce;
  color: #dc3545;
}

.psalm-favorite-button span {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  line-height: 1;
}

.favorite-heart-svg {
  display: block;
  fill: transparent;
  height: 18px;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 18px;
}

.favorite-heart-filled .favorite-heart-svg {
  fill: currentColor;
}

.psalm-favorite-button.is-favorited {
  border-color: #f2c7ce;
  color: #dc3545;
}

.psalm-favorite-count {
  margin: -4px 0 14px;
}

#texto-biblico,
#meditacao,
#oracao,
#contexto,
#explicacao,
#leitura-rapida {
  scroll-margin-top: 14px;
}

.editorial-panel,
.support-box {
  background: var(--editorial-paper);
  border: 1px solid var(--editorial-line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(36, 49, 63, 0.04);
  margin-bottom: 22px;
  padding: 24px;
}

.section-heading {
  border-bottom: 1px solid var(--editorial-line);
  margin-bottom: 18px;
  padding-bottom: 14px;
}

.section-heading h2,
.sidebar-panel h2,
.support-box h3 {
  color: var(--editorial-ink);
  font-size: 1.22rem;
  font-weight: 720;
  line-height: 1.25;
  margin-bottom: 0;
}

.key-verse-list,
.verse-context-list,
.scripture-list {
  display: grid;
  gap: 10px;
}

.key-verse-item,
.verse-context-row,
.scripture-row {
  border: 1px solid var(--editorial-line);
  border-radius: 8px;
  color: var(--editorial-ink);
  display: block;
  padding: 14px 16px;
  text-decoration: none;
}

.key-verse-item:hover,
.verse-context-row:hover,
.scripture-row:hover {
  border-color: #bfd0e0;
  color: var(--editorial-blue);
  text-decoration: none !important;
}

.key-verse-item span,
.verse-context-row span {
  color: var(--editorial-muted);
  display: block;
  font-size: 0.86rem;
  margin-bottom: 6px;
}

.key-verse-item strong,
.verse-context-row strong {
  display: block;
  font-weight: 550;
  line-height: 1.65;
}

.scripture-row {
  align-items: flex-start;
  display: grid;
  gap: 14px;
  grid-template-columns: 34px 1fr;
  line-height: 1.7;
}

.scripture-number {
  align-items: center;
  background: #eef4f8;
  border-radius: 999px;
  color: var(--editorial-blue);
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 750;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.reflection-question-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.reflection-question-list li {
  background: var(--editorial-wash);
  border-left: 4px solid var(--editorial-gold);
  border-radius: 6px;
  padding: 12px 14px;
}

.generated-reflection h2,
.generated-reflection h3 {
  color: var(--editorial-blue);
  font-size: 1.22rem;
  margin-top: 22px;
}

.generated-reflection p,
.generated-reflection li,
.editorial-panel p {
  line-height: 1.76;
}

.prayer-panel {
  background: #f8fbf7;
  border-color: #dce9df;
}

.curated-note {
  background: #fbfaf7;
  border-color: #eadfca;
}

.curated-note-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.curated-note-grid > div {
  background: #fff;
  border: 1px solid #efe6d8;
  border-radius: 8px;
  padding: 16px;
}

.curated-note-grid .curated-note-main {
  grid-column: 1 / -1;
}

.curated-note h3 {
  color: var(--editorial-blue);
  font-size: 0.98rem;
  font-weight: 750;
  margin-bottom: 8px;
}

.curated-note p {
  color: #475467;
  margin-bottom: 0;
}

.editorial-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 18px;
}

.sidebar-panel {
  background: var(--editorial-paper);
  border: 1px solid var(--editorial-line);
  border-radius: 8px;
  padding: 20px;
}

.sidebar-panel blockquote {
  background: transparent;
  border-left: 4px solid var(--editorial-green);
  box-shadow: none;
  margin: 14px 0 0;
  padding: 0 0 0 16px;
}

.sidebar-panel blockquote p {
  font-size: 0.98rem;
  font-style: normal;
  line-height: 1.7;
}

.sidebar-panel blockquote footer {
  color: var(--editorial-muted);
  font-size: 0.9rem;
  margin-top: 10px;
}

.next-prev-links,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mobile-reading-jump {
  display: none;
}

.next-prev-links a {
  border: 1px solid var(--editorial-line);
  border-radius: 8px;
  color: var(--editorial-blue);
  flex: 1;
  font-weight: 650;
  min-width: 110px;
  padding: 10px 12px;
  text-align: center;
  text-decoration: none;
}

.sidebar-link-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}

.sidebar-link-list a {
  color: var(--editorial-blue);
  text-decoration: none;
}

.related-verse-list a {
  display: grid;
  gap: 4px;
}

.related-verse-list span {
  font-weight: 700;
}

.related-verse-list small {
  color: var(--editorial-muted);
  line-height: 1.5;
}

.verse-hero .editorial-lead {
  color: var(--editorial-ink);
  font-size: 1.35rem;
}

.verse-context-row.current {
  background: #f8fbf7;
  border-color: #b8d7c2;
}

.support-box {
  background: #f8fbf7;
  border-color: #dce9df;
  text-align: center;
}

.support-box p {
  color: #4f5f57;
  line-height: 1.65;
  margin-bottom: 10px;
}

.btn-support {
  background: var(--editorial-green);
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 650;
  padding: 10px 18px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.btn-support:hover {
  background: #25583e;
  transform: translateY(-1px);
}

.salmo-ios-bar {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  bottom: 0;
  display: flex;
  gap: 12px;
  left: 0;
  padding: 12px 16px;
  position: fixed;
  right: 0;
  z-index: 20;
}

.salmo-ios-btn {
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  color: var(--editorial-blue);
  flex: 1;
  font-weight: 700;
  padding: 12px;
  text-align: center;
  text-decoration: none;
}

.salmo-ios-btn.disabled {
  background: #f7f7f7;
  color: #98a2b3;
}

.salmo-ios-primary {
  background: #274c77;
  border-color: #274c77;
  color: #fff;
}

@media (max-width: 768px) {
  .psalm-editorial-page {
    scroll-behavior: smooth;
  }

  .psalm-editorial-page.container {
    margin-top: 0.75rem !important;
  }

  .breadcrumb {
    font-size: 0.82rem;
    margin-bottom: 0;
    overflow-x: auto;
    white-space: nowrap;
  }

  .psalm-editorial-hero {
    margin: 10px 0 16px;
  }

  .psalm-editorial-hero h1 {
    font-size: 1.75rem;
    line-height: 1.14;
  }

  .editorial-lead {
    font-size: 1rem;
    line-height: 1.58;
  }

  .verse-hero .editorial-lead {
    font-size: 1.15rem;
  }

  .psalm-editorial-hero,
  .editorial-panel,
  .support-box {
    padding: 18px;
  }

  .psalm-editorial-hero {
    padding-right: 70px;
  }

  .psalm-favorite-top {
    right: 14px;
    top: 14px;
  }

  .psalm-favorite-button {
    height: 34px;
    width: 34px;
  }

  .editorial-panel,
  .support-box {
    content-visibility: auto;
    contain-intrinsic-size: auto 420px;
    margin-bottom: 16px;
  }

  .section-heading {
    margin-bottom: 14px;
    padding-bottom: 12px;
  }

  .generated-reflection p,
  .generated-reflection li,
  .editorial-panel p,
  .pillar-section p,
  .pillar-section li {
    line-height: 1.62;
  }

  .mobile-reading-jump {
    display: flex;
    gap: 8px;
    margin: 14px 0 10px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .mobile-reading-jump a {
    background: #eef4f8;
    border: 1px solid #d7e0ea;
    border-radius: 999px;
    color: var(--editorial-blue);
    flex: 1;
    font-size: 0.9rem;
    font-weight: 700;
    min-width: 86px;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .btn {
    min-height: 46px;
  }

  .scripture-row {
    grid-template-columns: 30px 1fr;
    line-height: 1.58;
    padding: 12px;
  }

  .editorial-sidebar {
    position: static;
  }

  .curated-note-grid {
    grid-template-columns: 1fr;
  }

  .salmo-ios-bar {
    gap: 8px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
  }

  .salmo-ios-btn {
    font-size: 0.9rem;
    padding: 12px 8px;
  }
}

.pillar-page {
  --pillar-ink: #253242;
  --pillar-muted: #667085;
  --pillar-line: #e5e7eb;
  --pillar-blue: #274c77;
  --pillar-gold: #b88a2d;
  color: var(--pillar-ink);
}

.pillar-hero,
.pillar-section {
  background: #fff;
  border: 1px solid var(--pillar-line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(36, 49, 63, 0.04);
  margin-bottom: 22px;
  padding: 26px;
}

.pillar-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 760;
  line-height: 1.08;
}

.pillar-kicker,
.pillar-card-kicker {
  color: var(--pillar-gold);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.pillar-section h2 {
  color: var(--pillar-blue);
  font-size: 1.35rem;
  font-weight: 740;
  margin-bottom: 14px;
}

.pillar-section p,
.pillar-section li {
  line-height: 1.76;
}

.pillar-section blockquote {
  background: #f8fbf7;
  border-left-color: #2f6f4e;
}

.pillar-section blockquote footer {
  color: var(--pillar-muted);
  font-size: 0.95rem;
  margin-top: 10px;
}

.pillar-card-grid,
.reading-plan-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pillar-card,
.reading-plan-card {
  border: 1px solid var(--pillar-line);
  border-radius: 8px;
  padding: 18px;
}

.pillar-card h3,
.reading-plan-card h3 {
  color: var(--pillar-ink);
  font-size: 1.05rem;
  font-weight: 750;
}

.pillar-card p,
.reading-plan-card p {
  color: #475467;
}

@media (max-width: 768px) {
  .pillar-hero,
  .pillar-section {
    padding: 18px;
  }

  .pillar-card-grid,
  .reading-plan-grid {
    grid-template-columns: 1fr;
  }
}
