/* SOURCE: style.css */
/*
Theme Name: Eliezer Marcos Premium
Theme URI: https://eliezermarcos.com
Author: Eliezer Marcos
Description: Tema editorial premium para ensino bíblico, pregação, EBD, produtos digitais e captação de contatos.
Version: 5.0.23
Text Domain: eliezermarcos
*/

:root {
  --em-navy-1000: #0f172a;
  --em-navy-950: #131f35;
  --em-navy-900: #1e293b;
  --em-navy-850: #263449;
  --em-navy-800: #334155;
  --em-blue-600: #1d4ed8;
  --em-blue-500: #2563eb;
  --em-gold-600: #d97706;
  --em-gold-500: #f59e0b;
  --em-gold-400: #fbbf5c;
  --em-cream: #fff7ed;
  --em-paper: #ffffff;
  --em-soft: #eff6ff;
  --em-line: #e2e8f0;
  --em-ink: #0f172a;
  --em-muted: #64748b;
  --em-white: #ffffff;
  --em-success: #16a34a;
  --em-danger: #dc2626;
  --em-container: 1240px;
  --em-radius-sm: 12px;
  --em-radius: 20px;
  --em-radius-lg: 30px;
  --em-shadow-sm: 0 10px 30px rgba(15,23,42,.1);
  --em-shadow: 0 24px 70px rgba(15,23,42,.18);
  --em-serif: "Piazzolla", Georgia, serif;
  --em-sans: "Sora", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0;
  color: var(--em-ink);
  background: var(--em-paper);
  font-family: var(--em-sans);
  font-size: 16px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.em-menu-open, body.em-search-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { color: var(--em-navy-950); background: var(--em-gold-400); }
:focus-visible { outline: 2px solid var(--em-gold-500); outline-offset: 3px; border-radius: 4px; }
.em-btn:focus-visible, .em-path-card:focus-visible, .em-card:focus-visible { outline-offset: 5px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .65em;
  color: var(--em-navy-950);
  font-family: var(--em-serif);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.025em;
}
h1 { font-size: clamp(2.55rem, 5.2vw, 4.85rem); }
h2 { font-size: clamp(2.05rem, 3.5vw, 3.35rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.75rem); }
p { margin: 0 0 1.25em; }
ul, ol { margin: 0 0 1.5em; padding-left: 1.4em; }

.em-container { width: min(calc(100% - 40px), var(--em-container)); margin-inline: auto; }
.em-section { padding: 104px 0; position: relative; }
.em-section--white { background: var(--em-paper); }
.em-section--soft { background: var(--em-soft); }
.em-section--feature { background: linear-gradient(180deg, var(--em-paper) 0, var(--em-soft) 100%); padding-top: 64px; }
.em-section--closing { padding-top: 48px; background: var(--em-paper); }
.em-grid { display: grid; gap: 26px; }
.em-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.em-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.em-lead { color: var(--em-muted); font-size: 1.08rem; line-height: 1.8; }
.em-center-action { margin-top: 40px; text-align: center; }

.screen-reader-text,
.em-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.em-skip-link { position: fixed; top: -100px; left: 20px; z-index: 10000; background: #fff; color: #000; padding: 12px 18px; border-radius: 8px; }
.em-skip-link:focus { top: 20px; }

/* Reading progress */
.em-reading-progress { position: fixed; top: 0; left: 0; right: 0; z-index: 10000; height: 3px; pointer-events: none; }
.admin-bar .em-reading-progress { top: 32px; }
.em-reading-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--em-gold-600), var(--em-gold-400)); }

/* Announcement */
.em-announcement { background: var(--em-navy-1000); color: #d9e2f0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: .76rem; font-weight: 600; letter-spacing: .025em; }
.em-announcement a { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.em-announcement strong { color: var(--em-gold-400); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.em-announcement-dot { width: 6px; height: 6px; background: var(--em-gold-500); border-radius: 50%; box-shadow: 0 0 0 5px rgba(245,158,11,.12); }

/* Header */
.em-site-header { position: sticky; top: 0; z-index: 900; background: rgba(19,31,53,.94); color: #fff; border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(18px); transition: box-shadow .25s ease, background .25s ease; }
.admin-bar .em-site-header { top: 32px; }
.em-site-header.is-scrolled { box-shadow: 0 16px 40px rgba(15,23,42,.18); background: rgba(19,31,53,.985); }
.em-header-inner { min-height: 82px; display: flex; align-items: center; gap: 32px; }
.em-brand { display: inline-flex; align-items: center; gap: 13px; flex: 0 0 auto; }
.em-brand .custom-logo-link { display: block; }
.em-brand .custom-logo { max-height: 54px; width: auto; }
.em-brand-mark { width: 46px; height: 46px; border: 1px solid rgba(251,191,92,.65); border-radius: 14px 14px 6px 14px; display: grid; place-items: center; color: var(--em-gold-400); background: linear-gradient(145deg, rgba(251,191,92,.11), rgba(251,191,92,.02)); box-shadow: inset 0 0 0 4px rgba(255,255,255,.02); }
.em-brand-mark span { font-family: var(--em-serif); font-size: 1.15rem; letter-spacing: -.06em; }
.em-brand-text { display: grid; line-height: 1.18; }
.em-brand-text strong { color: #fff; font-family: var(--em-serif); font-size: 1.22rem; font-weight: 400; letter-spacing: -.01em; }
.em-brand-text span { margin-top: 5px; color: #9eadc6; font-size: .64rem; font-weight: 700; letter-spacing: .105em; text-transform: uppercase; }
.em-nav { display: flex; align-items: center; margin-left: auto; }
.em-nav ul { list-style: none; display: flex; align-items: center; gap: 4px; padding: 0; margin: 0; }
.em-nav li { position: relative; }
.em-nav a { display: flex; align-items: center; min-height: 48px; padding: 0 13px; color: #d9e2f0; font-size: .86rem; font-weight: 700; border-radius: 10px; transition: color .2s ease, background .2s ease; }
.em-nav > ul > li > a:hover,
.em-nav > ul > li.current-menu-item > a,
.em-nav > ul > li.current-menu-ancestor > a { color: var(--em-gold-400); background: rgba(255,255,255,.04); }
.em-nav .menu-item-has-children > a::after { content: ""; display: inline-block; width: 9px; height: 9px; margin-left: 6px; background-color: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat; transition: transform .25s ease, background-color .2s ease; }
.em-nav li:hover > a::after,
.em-nav li:focus-within > a::after { transform: rotate(180deg); }
.em-nav .sub-menu { position: absolute; left: 0; top: calc(100% + 8px); width: 250px; padding: 10px; display: grid; gap: 2px; opacity: 0; visibility: hidden; transform: translateY(8px); background: #fff; border: 1px solid var(--em-line); border-radius: 16px; box-shadow: var(--em-shadow); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.em-nav li:hover > .sub-menu,
.em-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.em-nav .sub-menu a { color: var(--em-ink); min-height: 42px; padding: 8px 12px; font-size: .83rem; }
.em-nav .sub-menu a:hover { color: var(--em-navy-950); background: var(--em-soft); }
.em-header-actions { display: flex; align-items: center; gap: 10px; }
.em-search-toggle { width: 43px; height: 43px; display: grid; place-items: center; color: #dbe3f0; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; transition: .2s ease; }
.em-search-toggle:hover { color: var(--em-gold-400); border-color: rgba(251,191,92,.45); }
.em-search-toggle svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
.em-menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(255,255,255,.04); }
.em-menu-toggle span { display: block; height: 2px; background: #fff; border-radius: 2px; transition: .25s ease; }
.em-menu-toggle span + span { margin-top: 5px; }
.em-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.em-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.em-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Buttons */
.em-btn { position: relative; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 23px; overflow: hidden; color: var(--em-navy-950); background: linear-gradient(135deg, var(--em-gold-400), var(--em-gold-500)); border: 1px solid transparent; border-radius: 14px; font-size: .86rem; font-weight: 800; letter-spacing: .01em; box-shadow: 0 12px 28px rgba(217,119,6,.22); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.em-btn::before { content: ""; position: absolute; top: 0; left: -60%; width: 40%; height: 100%; background: linear-gradient(115deg, transparent, rgba(255,255,255,.55), transparent); transform: skewX(-18deg); transition: left .55s ease; pointer-events: none; }
.em-btn:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(217,119,6,.28); }
.em-btn:hover::before { left: 130%; }
@media (prefers-reduced-motion: reduce) { .em-btn::before { display: none; } }
.em-btn--small { min-height: 43px; padding: 0 17px; border-radius: 12px; font-size: .78rem; }
.em-btn--navy { color: #fff; background: var(--em-navy-950); box-shadow: 0 12px 28px rgba(19,31,53,.18); }
.em-btn--navy:hover { background: var(--em-navy-850); }
.em-btn--ghost { color: #fff; background: transparent; border-color: rgba(255,255,255,.24); box-shadow: none; }
.em-btn--ghost:hover { border-color: var(--em-gold-400); color: var(--em-gold-400); background: rgba(255,255,255,.03); box-shadow: none; }
.em-btn--full { width: 100%; }
.em-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.em-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--em-navy-950); font-weight: 800; font-size: .88rem; border-bottom: 1px solid rgba(19,31,53,.25); padding-bottom: 4px; }
.em-text-link:hover { color: var(--em-gold-600); border-color: var(--em-gold-600); }

/* Search overlay */
.em-search-dialog { position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center; padding: 24px; background: rgba(15,23,42,.88); backdrop-filter: blur(18px); }
.em-search-dialog[hidden] { display: none; }
.em-search-close { position: absolute; right: 28px; top: 24px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: transparent; color: #fff; font-size: 2rem; line-height: 1; }
.em-search-panel { width: min(640px, 100%); padding: 38px; background: #fffaf2; border: 1px solid rgba(217,151,45,.28); border-radius: var(--em-radius-lg); box-shadow: 0 40px 100px rgba(0,0,0,.28); }
.em-search-panel h2 { font-size: clamp(1.9rem, 3.5vw, 2.8rem); }
.em-search-panel > p { color: var(--em-muted); margin-top: 16px; margin-bottom: 0; }
.search-form { display: flex; gap: 10px; }
.search-form label { flex: 1; }
.search-field { width: 100%; height: 54px; padding: 0 16px; color: var(--em-ink); background: #fff; border: 1px solid var(--em-line); border-radius: 13px; outline: none; }
.search-field:focus { border-color: var(--em-gold-500); box-shadow: 0 0 0 4px rgba(245,158,11,.12); }
.search-submit { height: 54px; padding: 0 20px; color: #fff; background: var(--em-navy-950); border: 0; border-radius: 13px; font-weight: 800; }

/* Hero */
.em-hero { position: relative; min-height: 690px; overflow: hidden; color: #fff; background:
  radial-gradient(circle at 78% 18%, rgba(71,111,153,.22), transparent 30%),
  radial-gradient(circle at 18% 90%, rgba(217,119,6,.10), transparent 34%),
  linear-gradient(118deg, var(--em-navy-1000), var(--em-navy-950) 52%, #304568); }
.em-hero::before { content: ""; position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right, #000, transparent 82%); }
.em-hero-inner { position: relative; z-index: 2; min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(420px, .8fr); align-items: center; gap: 84px; padding: 88px 0 96px; }
.em-hero-copy { max-width: 720px; }
.em-hero-badge { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 25px; padding: 8px 13px; color: var(--em-gold-400); background: rgba(251,191,92,.06); border: 1px solid rgba(251,191,92,.28); border-radius: 999px; font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.em-hero h1 { margin-bottom: 25px; color: #fff; font-size: clamp(3.2rem, 5.7vw, 5.65rem); line-height: .98; letter-spacing: -.04em; text-wrap: balance; }
.em-hero-title-line { display: block; }
.em-hero-title-line.is-accent { color: var(--em-gold-400); font-style: italic; }
.em-hero-text { max-width: 650px; margin-bottom: 31px; color: #bfcce0; font-size: clamp(1rem, 1.4vw, 1.16rem); line-height: 1.75; }
.em-hero-assurance { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: #9faec6; font-size: .75rem; font-weight: 700; }
.em-hero-assurance span { display: flex; align-items: center; gap: 7px; }
.em-hero-assurance i { width: 18px; height: 18px; display: grid; place-items: center; color: var(--em-gold-400); background: rgba(251,191,92,.1); border-radius: 50%; font-style: normal; font-size: .66rem; }
.em-hero-visual { position: relative; min-height: 485px; display: grid; place-items: center; }
.em-editorial-card { width: min(440px, 100%); min-height: 390px; padding: 42px; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.045)); border: 1px solid rgba(255,255,255,.17); border-radius: 34px 34px 14px 34px; box-shadow: 0 38px 90px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.1); backdrop-filter: blur(18px); transform: rotate(1.5deg); }
.em-editorial-top { display: flex; align-items: flex-start; justify-content: space-between; }
.em-mini-label { color: var(--em-gold-600); font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.em-editorial-card .em-mini-label { color: var(--em-gold-400); }
.em-editorial-mark { width: 62px; height: 62px; display: grid; place-items: center; color: var(--em-gold-400); background: rgba(251,191,92,.09); border: 1px solid rgba(251,191,92,.2); border-radius: 18px; }
.em-editorial-mark svg { width: 39px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.em-editorial-card blockquote { position: relative; margin: 48px 0 26px; padding-left: 6px; color: #fff; font-family: var(--em-serif); font-size: clamp(1.65rem, 2.7vw, 2.3rem); line-height: 1.28; }
.em-editorial-card blockquote::before { content: "“"; display: block; margin-bottom: -.18em; color: var(--em-gold-400); font-size: 2.6em; line-height: 1; opacity: .85; }
.em-editorial-card cite { color: #adbcd3; font-style: normal; font-size: .8rem; font-weight: 700; }
.em-editorial-card cite::before { content: ""; display: inline-block; width: 22px; height: 1px; margin-right: 10px; vertical-align: middle; background: var(--em-gold-400); }
.em-latest-float { position: absolute; left: -44px; bottom: 12px; width: 255px; padding: 22px; display: grid; gap: 7px; color: var(--em-ink); background: #fff; border-radius: 20px 20px 5px 20px; box-shadow: 0 24px 60px rgba(0,0,0,.23); transform: rotate(-2deg); transition: transform .2s ease; }
.em-latest-float:hover { transform: rotate(-2deg) translateY(-4px); }
.em-latest-float strong { font-family: var(--em-serif); font-size: 1.05rem; line-height: 1.25; }
.em-latest-link { color: var(--em-navy-950); font-size: .72rem; font-weight: 800; }
.em-topic-float { position: absolute; right: -16px; top: 34px; display: grid; gap: 7px; }
.em-topic-float span { padding: 7px 11px; color: #dee5f1; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; font-size: .66rem; font-weight: 700; backdrop-filter: blur(8px); }
.em-hero-orbit { position: absolute; border-radius: 50%; }
.em-hero-orbit--one { width: 520px; height: 520px; right: -120px; top: 15px; border: 1px solid rgba(251,191,92,.14); background: radial-gradient(circle at 50% 50%, rgba(251,191,92,.05), transparent 62%); }
.em-hero-orbit--two { width: 760px; height: 760px; right: -280px; top: -105px; border: 1px solid rgba(251,191,92,.08); }
.em-hero-orbit--one::before { content: ""; position: absolute; inset: 38px; border: 1px solid rgba(251,191,92,.09); border-radius: 50%; }

/* Value strip */
.em-value-strip { background: #fff; border-bottom: 1px solid var(--em-line); }
.em-value-strip .em-container { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 26px; color: #5e6b80; font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.em-value-strip i { width: 4px; height: 4px; flex: 0 0 auto; background: var(--em-gold-500); border-radius: 50%; }

/* Section headings */
.em-eyebrow { display: inline-block; margin-bottom: 13px; color: var(--em-gold-600); font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.em-section-head { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.em-section-head h2 { text-wrap: balance; }
.em-section-head .em-lead { max-width: 650px; margin-inline: auto; }
.em-section-intro { margin-bottom: 48px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .65fr); gap: 70px; align-items: end; }
.em-section-intro h2 { max-width: 750px; margin-bottom: 0; text-wrap: balance; }
.em-section-intro > p { margin: 0 0 7px; color: var(--em-muted); line-height: 1.85; }

/* Path cards */
.em-path-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.em-path-card { position: relative; min-height: 350px; padding: 29px; display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--em-line); border-radius: var(--em-radius); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.em-path-card::after { content: ""; position: absolute; width: 160px; height: 160px; right: -90px; bottom: -90px; background: radial-gradient(circle, rgba(245,158,11,.16), transparent 70%); transition: transform .3s ease; }
.em-path-card:hover { transform: translateY(-7px); border-color: rgba(217,119,6,.42); box-shadow: var(--em-shadow-sm); }
.em-path-card:hover::after { transform: scale(1.45); }
.em-path-number { align-self: flex-end; color: #afbacc; font-size: .66rem; font-weight: 800; letter-spacing: .14em; }
.em-path-icon { width: 60px; height: 60px; margin: 29px 0 28px; display: block; background-color: var(--em-soft); background-repeat: no-repeat; background-position: center; background-size: 28px; border: 1px solid #e3eaf4; border-radius: 17px; transition: background-color .25s ease, border-color .25s ease, transform .25s ease; }
.em-path-card:hover .em-path-icon { background-color: var(--em-navy-950); border-color: var(--em-navy-950); transform: translateY(-2px) rotate(-4deg); }
.em-icon-sermon { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%23071629' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 24V9l9-4 9 4v15l-9 4-9-4Z'/%3E%3Cpath d='M16 5v23M11 11l3 1M11 16l3 1M21 11l-3 1M21 16l-3 1'/%3E%3C/svg%3E"); }
.em-icon-school { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%23071629' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m4 11 12-6 12 6-12 6-12-6Z'/%3E%3Cpath d='M8 13.5V21c5 4 11 4 16 0v-7.5M28 11v9'/%3E%3C/svg%3E"); }
.em-icon-book { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%23071629' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 6c5-1 8 0 11 3 3-3 6-4 11-3v20c-5-1-8 0-11 3-3-3-6-4-11-3V6Z'/%3E%3Cpath d='M16 9v20M9 11h4M9 16h4M19 11h4M19 16h4'/%3E%3C/svg%3E"); }
.em-icon-gift { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%23071629' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13h22v14H5zM3 8h26v5H3zM16 8v19'/%3E%3Cpath d='M16 8c-5 0-7-1-7-3 0-1.5 1-2.5 2.5-2.5C14 2.5 16 8 16 8ZM16 8c5 0 7-1 7-3 0-1.5-1-2.5-2.5-2.5C18 2.5 16 8 16 8Z'/%3E%3C/svg%3E"); }
.em-path-card h3 { margin-bottom: 12px; font-size: 1.42rem; }
.em-path-card p { color: var(--em-muted); font-size: .9rem; line-height: 1.7; }
.em-path-link { margin-top: auto; display: flex; align-items: center; justify-content: space-between; color: var(--em-navy-950); font-size: .78rem; font-weight: 800; }
.em-path-link b { width: 34px; height: 34px; display: grid; place-items: center; background: var(--em-soft); border-radius: 50%; transition: .2s ease; }
.em-path-card:hover .em-path-link b { color: var(--em-navy-950); background: var(--em-gold-400); transform: translateX(3px); }

/* Cards / editorial grid */
.em-editorial-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .7fr); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 22px; }
.em-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--em-line); border-radius: var(--em-radius); box-shadow: 0 8px 28px rgba(19,31,53,.04); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.em-card:hover { transform: translateY(-5px); border-color: rgba(217,119,6,.38); box-shadow: var(--em-shadow-sm); }
.em-card-media { position: relative; min-height: 225px; display: block; overflow: hidden; background-position: center; background-size: cover; transition: transform .5s ease; }
.em-card:hover .em-card-media { transform: scale(1.05); }
.em-card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(15,23,42,.55)); }
.em-card-media--abstract { background:
  radial-gradient(circle at 76% 24%, rgba(251,191,92,.24), transparent 25%),
  radial-gradient(circle at 25% 90%, rgba(55,102,149,.36), transparent 35%),
  linear-gradient(135deg, var(--em-navy-850), var(--em-navy-950)); }
.em-card-media--abstract::before { content: "EM"; position: absolute; left: 28px; top: 25px; color: rgba(255,255,255,.08); font-family: var(--em-serif); font-size: 5.5rem; line-height: 1; }
.em-card-type { position: absolute; z-index: 2; left: 18px; top: 18px; display: inline-flex; align-items: center; gap: 8px; padding: 7px 13px; color: #fff; background: rgba(15,23,42,.55); backdrop-filter: blur(7px); border-radius: 999px; font-family: var(--em-sans); font-size: .6rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.em-card-type::before { content: ""; width: 13px; height: 2px; flex: none; background: var(--em-gold-500); border-radius: 1px; }
.em-card-body { padding: 26px; }
.em-card-body h3 { margin: 10px 0 12px; font-size: 1.48rem; line-height: 1.16; }
.em-card-body h3 a:hover { color: var(--em-gold-600); }
.em-card-body p { color: var(--em-muted); font-size: .88rem; line-height: 1.72; }
.em-meta { min-height: 20px; display: flex; align-items: center; flex-wrap: wrap; gap: 7px; color: #778397; font-size: .68rem; font-weight: 700; }
.em-price { color: var(--em-gold-600); font-size: .82rem; }
.em-card-link { display: flex; justify-content: space-between; align-items: center; padding-top: 15px; color: var(--em-navy-950); border-top: 1px solid #edf1f4; font-size: .78rem; font-weight: 800; }
.em-card-link span:last-child { transition: transform .2s ease; }
.em-card:hover .em-card-link span:last-child { transform: translateX(4px); }
.em-card--featured { grid-row: 1 / span 2; display: grid; grid-template-rows: 1.12fr .88fr; }
.em-card--featured .em-card-media { min-height: 340px; }
.em-card--featured .em-card-body { padding: 34px; }
.em-card--featured .em-card-body h3 { font-size: clamp(1.75rem, 3vw, 2.35rem); }
.em-card--featured .em-card-body p { font-size: .96rem; }
.em-card--compact { display: grid; grid-template-columns: 145px minmax(0, 1fr); }
.em-card--compact .em-card-media { min-height: 100%; }
.em-card--compact .em-card-body { padding: 24px; }
.em-card--compact .em-card-body h3 { font-size: 1.22rem; }
.em-card--compact .em-card-body p { display: none; }
.em-card--compact .em-card-link { margin-top: 12px; }
.em-empty-state { max-width: 720px; margin: 0 auto; padding: 52px; text-align: center; background: #fff; border: 1px solid var(--em-line); border-radius: var(--em-radius-lg); }
.em-empty-state > span { width: 58px; height: 58px; margin: 0 auto 20px; display: grid; place-items: center; color: var(--em-gold-600); background: var(--em-cream); border-radius: 50%; font-size: 1.6rem; }
.em-empty-state p { color: var(--em-muted); }

/* Featured lead magnet */
.em-feature-panel { display: grid; grid-template-columns: .72fr 1fr .95fr; align-items: stretch; overflow: hidden; color: #fff; background:
  radial-gradient(circle at 20% 20%, rgba(251,191,92,.13), transparent 26%),
  linear-gradient(130deg, var(--em-navy-1000), var(--em-navy-850)); border-radius: 34px; box-shadow: 0 34px 90px rgba(19,31,53,.2); }
.em-feature-art { position: relative; min-height: 480px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.01)); border-right: 1px solid rgba(255,255,255,.08); background-size: cover; background-position: center; }
.em-feature-art.has-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(15,23,42,.35)); }
.em-feature-seal { position: absolute; z-index: 3; top: 22px; left: 22px; display: inline-flex; align-items: center; gap: 8px; padding: 10px 17px; color: var(--em-navy-950); background: linear-gradient(135deg, var(--em-gold-400), var(--em-gold-500)); border-radius: 999px; font-family: var(--em-sans); font-size: .64rem; font-weight: 900; letter-spacing: .1em; box-shadow: 0 12px 26px rgba(217,119,6,.32); }
.em-feature-seal::before { content: ""; width: 13px; height: 2px; flex: none; background: var(--em-navy-950); opacity: .55; border-radius: 1px; }
.em-feature-book { width: 215px; height: 300px; padding: 32px 25px; display: flex; flex-direction: column; color: #fff; background: linear-gradient(150deg, #304568, #111a28); border: 1px solid rgba(251,191,92,.42); border-radius: 8px 20px 20px 8px; box-shadow: -14px 20px 45px rgba(0,0,0,.38), inset 5px 0 0 rgba(255,255,255,.04); transform: rotate(-5deg); }
.em-feature-book::before { content: ""; width: 45px; height: 2px; margin-bottom: 28px; background: var(--em-gold-400); }
.em-feature-book span { color: var(--em-gold-400); font-size: .65rem; font-weight: 900; letter-spacing: .18em; }
.em-feature-book strong { margin-top: 15px; font-family: var(--em-serif); font-size: 1.9rem; font-weight: 400; line-height: 1.04; }
.em-feature-book small { margin-top: auto; color: #9dacc5; font-size: .62rem; text-transform: uppercase; letter-spacing: .12em; }
.em-feature-copy { padding: 62px 35px 55px 48px; align-self: center; }
.em-feature-copy .em-eyebrow { color: var(--em-gold-400); }
.em-feature-copy h2 { color: #fff; font-size: clamp(2rem, 3vw, 3.1rem); }
.em-feature-copy > p { color: #b8c5d9; }
.em-feature-form { padding: 34px; display: flex; align-items: center; background: rgba(255,255,255,.055); border-left: 1px solid rgba(255,255,255,.08); }
.em-feature-form .em-lead-copy { display: none; }
.em-feature-form .em-lead-box { width: 100%; }
.em-check-list { list-style: none; padding: 0; margin: 25px 0 30px; display: grid; gap: 11px; }
.em-check-list li { position: relative; padding-left: 29px; }
.em-check-list li::before { content: "✓"; position: absolute; left: 0; top: .12em; width: 19px; height: 19px; display: grid; place-items: center; color: var(--em-navy-950); background: var(--em-gold-400); border-radius: 50%; font-size: .68rem; font-weight: 900; }
.em-check-list--light { color: #d3dded; font-size: .84rem; }

/* Forms / lead boxes */
.em-form { display: grid; gap: 14px; }
.em-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.em-field { display: grid; gap: 6px; }
.em-field label { color: var(--em-ink); font-size: .7rem; font-weight: 800; }
.em-field input,
.em-field textarea,
.em-field select { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--em-ink); background: #fff; border: 1px solid var(--em-line); border-radius: 12px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.em-field textarea { min-height: 160px; resize: vertical; }
.em-field input:focus,
.em-field textarea:focus,
.em-field select:focus { border-color: var(--em-gold-500); box-shadow: 0 0 0 4px rgba(245,158,11,.11); }
.em-consent { display: flex; align-items: flex-start; gap: 8px; color: #6c778a; font-size: .66rem; line-height: 1.45; }
.em-consent input { margin-top: 3px; accent-color: var(--em-gold-600); }
.em-lead-box--feature .em-field label,
.em-feature-form .em-consent { color: #dce4f1; }
.em-lead-box--feature .em-field input { background: rgba(255,255,255,.95); }
.em-lead-box--sidebar,
.em-side-card { padding: 26px; background: #fff; border: 1px solid var(--em-line); border-radius: var(--em-radius); box-shadow: var(--em-shadow-sm); }
.em-lead-box--sidebar .em-lead-copy h3,
.em-lead-box--card .em-lead-copy h3 { margin: 6px 0 9px; font-size: 1.55rem; }
.em-lead-box--sidebar .em-lead-copy p,
.em-lead-box--card .em-lead-copy p { color: var(--em-muted); font-size: .82rem; }
.em-notice { margin-bottom: 18px; padding: 14px 17px; border: 1px solid var(--em-line); border-radius: 12px; font-size: .84rem; }
.em-notice--success { color: var(--em-success); background: #eef9f3; border-color: #d6e3bb; }
.em-notice--error { color: var(--em-danger); background: #f5f7fb; border-color: #cdd8ea; }

/* About */
.em-about-grid { display: grid; grid-template-columns: minmax(360px, .82fr) minmax(0, 1.05fr); gap: 90px; align-items: center; }
.em-about-visual { position: relative; min-height: 590px; }
.em-portrait { position: absolute; inset: 0 38px 42px 0; background-size: cover; background-position: center top; border-radius: 30px 30px 10px 30px; box-shadow: var(--em-shadow); }
.em-portrait--placeholder { display: grid; place-items: center; text-align: center; background:
  radial-gradient(circle at 65% 18%, rgba(251,191,92,.18), transparent 28%),
  linear-gradient(145deg, var(--em-navy-850), var(--em-navy-950)); color: #fff; }
.em-portrait--placeholder span { font-family: var(--em-serif); font-size: 8rem; color: rgba(255,255,255,.12); }
.em-portrait--placeholder small { position: absolute; bottom: 35px; max-width: 240px; color: #efcd91; font-size: .72rem; }
.em-about-quote { position: absolute; right: 0; bottom: 0; width: 260px; padding: 25px; color: #fff; background: var(--em-navy-950); border-radius: 19px 19px 5px 19px; box-shadow: var(--em-shadow-sm); }
.em-about-quote > span { color: var(--em-gold-400); font-family: var(--em-serif); font-size: 3rem; line-height: .5; }
.em-about-quote p { margin: 8px 0 0; font-family: var(--em-serif); font-size: 1.15rem; line-height: 1.35; }
.em-about-copy h2 { max-width: 680px; text-wrap: balance; }
.em-principles { margin: 34px 0 37px; display: grid; gap: 0; border-top: 1px solid var(--em-line); }
.em-principles > div { display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--em-line); }
.em-principles strong { color: var(--em-gold-600); font-size: .7rem; letter-spacing: .1em; }
.em-principles span { color: var(--em-muted); font-size: .84rem; }
.em-principles b { display: block; margin-bottom: 2px; color: var(--em-navy-950); font-size: .83rem; }

/* Closing CTA */
.em-closing-card { padding: 62px 68px; display: flex; align-items: center; justify-content: space-between; gap: 50px; overflow: hidden; color: #fff; background:
  radial-gradient(circle at 88% 15%, rgba(251,191,92,.18), transparent 26%),
  linear-gradient(130deg, var(--em-navy-1000), var(--em-navy-850)); border-radius: 32px; }
.em-closing-card h2 { max-width: 760px; color: #fff; font-size: clamp(2rem, 3.4vw, 3.25rem); }
.em-closing-card p { color: #bbc7db; margin-bottom: 0; }
.em-closing-card .em-actions { flex: 0 0 auto; }

/* Footer lead */
.em-footer-lead { padding: 92px 0 70px; background: var(--em-paper); }
.em-footer-lead-inner { padding: 44px 50px; display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: 60px; background: var(--em-cream); border: 1px solid #d4dcea; border-radius: 26px; }
.em-footer-lead-inner h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); }
.em-footer-lead-inner > div > p { margin-bottom: 0; color: var(--em-muted); }
.em-footer-lead .em-lead-copy { display: none; }
.em-footer-lead .em-lead-form { grid-template-columns: 1fr 1fr; align-items: end; }
.em-footer-lead .em-consent { grid-column: 1 / -1; }
.em-footer-lead .em-btn { grid-column: 1 / -1; }

/* Footer */
.em-site-footer { padding: 76px 0 28px; color: #adbace; background: var(--em-navy-1000); }
.em-footer-grid { display: grid; grid-template-columns: 1.65fr .75fr .75fr 1fr; gap: 58px; }
.em-brand--footer { margin-bottom: 22px; }
.em-footer-brand > p { max-width: 410px; font-size: .84rem; line-height: 1.75; }
.em-site-footer h3 { margin-bottom: 20px; color: #fff; font-family: var(--em-sans); font-size: .73rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.em-site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.em-site-footer li, .em-site-footer a { font-size: .79rem; }
.em-site-footer a:hover { color: var(--em-gold-400); }
.em-social { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.em-social a { padding: 7px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; }
.em-footer-bottom { margin-top: 60px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); color: #7e8da6; font-size: .68rem; }
.em-whatsapp { position: fixed; z-index: 700; right: 22px; bottom: 78px; width: 54px; height: 54px; display: grid; place-items: center; color: #fff; background: #5e9c1a; border-radius: 50%; box-shadow: 0 14px 35px rgba(0,0,0,.22); transition: transform .2s ease; }
.em-whatsapp:hover { transform: translateY(-4px); }
.em-whatsapp svg { width: 26px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.em-back-top { position: fixed; z-index: 700; right: 27px; bottom: 22px; width: 44px; height: 44px; color: #fff; background: var(--em-navy-850); border: 1px solid rgba(255,255,255,.12); border-radius: 50%; opacity: 0; visibility: hidden; transform: translateY(10px); transition: .2s ease; }
.em-back-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }

/* Page hero / breadcrumbs */
.em-page-hero,
.em-post-hero { position: relative; overflow: hidden; color: #fff; background:
  radial-gradient(circle at 85% 12%, rgba(251,191,92,.15), transparent 24%),
  linear-gradient(125deg, var(--em-navy-1000), var(--em-navy-850)); }
.em-page-hero::after,
.em-post-hero::after { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, transparent, #000); }
.em-page-hero .em-container { position: relative; z-index: 2; padding-top: 78px; padding-bottom: 82px; }
.em-page-hero h1 { max-width: 900px; color: #fff; font-size: clamp(2.55rem, 5vw, 4.55rem); text-wrap: balance; }
.em-page-hero p { max-width: 720px; margin-bottom: 0; color: #b9c6da; font-size: 1.05rem; }
.em-breadcrumbs { position: relative; z-index: 2; margin-bottom: 30px; display: flex; flex-wrap: wrap; gap: 8px; color: #909fb7; font-size: .68rem; font-weight: 700; }
.em-breadcrumbs a:hover { color: var(--em-gold-400); }
.em-breadcrumbs span[aria-current="page"] { color: #c7d2e3; }

/* Page layout */
.em-page-layout { padding-top: 72px; padding-bottom: 96px; display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 70px; align-items: start; }
.em-page-content { max-width: 820px; }
.em-page-sidebar { position: sticky; top: 126px; display: grid; gap: 22px; }
.em-side-nav h3 { margin: 6px 0 18px; }
.em-side-nav > a { display: flex; justify-content: space-between; padding: 11px 0; color: var(--em-muted); border-top: 1px solid var(--em-line); font-size: .8rem; font-weight: 700; }
.em-side-nav > a:hover { color: var(--em-gold-600); }

/* Rich text */
.em-content { color: #334158; font-size: 1.02rem; line-height: 1.86; }
.em-content > *:first-child { margin-top: 0; }
.em-content h2 { margin-top: 2.05em; margin-bottom: .68em; color: var(--em-navy-950); font-size: clamp(1.75rem, 3vw, 2.45rem); }
.em-content h3 { margin-top: 1.8em; font-size: clamp(1.35rem, 2.2vw, 1.85rem); }
.em-content h4 { margin-top: 1.7em; font-family: var(--em-sans); font-size: 1.05rem; font-weight: 800; }
.em-content a:not(.em-btn):not(.em-text-link) { color: #9c6b16; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.em-content blockquote { margin: 2.2em 0; padding: 28px 32px; color: var(--em-navy-850); background: var(--em-cream); border-left: 4px solid var(--em-gold-500); border-radius: 0 16px 16px 0; font-family: var(--em-serif); font-size: 1.35rem; line-height: 1.55; }
.em-content blockquote p:last-child { margin-bottom: 0; }
.em-content ul li, .em-content ol li { margin-bottom: .5em; }
.em-content img { border-radius: 16px; }
.em-content table { width: 100%; border-collapse: collapse; margin: 2em 0; font-size: .9rem; }
.em-content th, .em-content td { padding: 12px; border: 1px solid var(--em-line); text-align: left; }
.em-content th { background: var(--em-soft); color: var(--em-navy-950); }
.em-content .wp-block-button__link { border-radius: 12px; background: var(--em-navy-950); }

/* Single post */
.em-post-hero-inner { position: relative; z-index: 2; padding-top: 75px; padding-bottom: 108px; }
.em-post-kicker { margin-bottom: 23px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; color: #9eadc5; font-size: .72rem; font-weight: 700; }
.em-pill { position: relative; display: inline-flex; align-items: center; gap: 8px; color: var(--em-gold-600); font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.em-pill::before { content: ""; width: 15px; height: 2px; flex: none; background: var(--em-gold-500); border-radius: 1px; }
.em-post-hero h1 { max-width: 1000px; color: #fff; font-size: clamp(2.7rem, 5.6vw, 5rem); text-wrap: balance; }
.em-post-deck { max-width: 790px; color: #bcc7da; font-size: 1.08rem; line-height: 1.75; }
.em-author-line { display: flex; align-items: center; gap: 12px; margin-top: 28px; color: #d9e2f0; font-size: .76rem; }
.em-author-line > span:last-child { display: grid; }
.em-author-line small { color: #8f9eb7; }
.em-author-avatar,
.em-author-box-avatar { flex: 0 0 auto; display: grid; place-items: center; color: var(--em-gold-400); background-color: var(--em-navy-850); background-position: center; background-size: cover; border: 1px solid rgba(251,191,92,.35); border-radius: 50%; font-family: var(--em-serif); }
.em-author-avatar { width: 44px; height: 44px; }
.em-featured--wide { position: relative; z-index: 3; width: 100%; max-width: 1100px; margin: -62px auto 0; overflow: hidden; border-radius: 26px; box-shadow: var(--em-shadow); }
.em-featured--wide img { width: 100%; max-height: 660px; object-fit: cover; }
.em-article-layout { padding-top: 76px; padding-bottom: 100px; display: grid; grid-template-columns: 205px minmax(0, 730px) 270px; justify-content: center; gap: 46px; align-items: start; }
.em-article-aside,
.em-article-cta { position: sticky; top: 126px; }
.em-toc-card { padding: 20px 0; border-top: 2px solid var(--em-navy-950); border-bottom: 1px solid var(--em-line); }
.em-toc { margin-top: 14px; }
.em-toc ol { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.em-toc li { line-height: 1.35; }
.em-toc a { color: #6a7689; font-size: .72rem; font-weight: 700; }
.em-toc a:hover, .em-toc a.is-active { color: var(--em-gold-600); }
.em-toc p { color: #8691a3; font-size: .7rem; line-height: 1.5; }
.em-share { margin-top: 24px; display: grid; gap: 8px; }
.em-share > span { margin-bottom: 3px; color: #838ea0; font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.em-share a, .em-share button { padding: 8px 0; color: var(--em-muted); background: transparent; border: 0; border-bottom: 1px solid var(--em-line); text-align: left; font-size: .72rem; font-weight: 700; }
.em-share a:hover, .em-share button:hover { color: var(--em-gold-600); }
.em-author-box { margin-top: 55px; padding: 30px; display: grid; grid-template-columns: 86px 1fr; gap: 24px; background: var(--em-soft); border-radius: var(--em-radius); }
.em-author-box-avatar { width: 86px; height: 86px; font-size: 1.65rem; }
.em-author-box h3 { margin: 5px 0 8px; }
.em-author-box p { color: var(--em-muted); font-size: .84rem; line-height: 1.7; }
.em-related { border-top: 1px solid var(--em-line); }

/* CTA inside content */
.em-content > .em-cta-box { margin-top: 42px !important; padding: 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #fff; background: var(--em-navy-950); border-radius: var(--em-radius); }
.em-content > .em-cta-box h2 { margin: 0 0 5px; color: #fff; font-size: 1.7rem; }
.em-content > .em-cta-box p { margin: 0; color: #aebacd; font-size: .82rem; }

/* Blog toolbar / pagination */
.em-blog-toolbar { margin-bottom: 30px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.em-blog-toolbar > span { color: var(--em-muted); font-size: .78rem; font-weight: 700; }
.em-blog-toolbar .search-form { width: min(390px, 100%); }
.em-pagination { margin-top: 48px; }
.em-pagination .nav-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 7px; }
.em-pagination .page-numbers { min-width: 42px; height: 42px; padding: 0 12px; display: grid; place-items: center; background: #fff; border: 1px solid var(--em-line); border-radius: 10px; font-size: .76rem; font-weight: 800; }
.em-pagination .current, .em-pagination .page-numbers:hover { color: #fff; background: var(--em-navy-950); border-color: var(--em-navy-950); }

/* 404 */
.em-404 { min-height: 720px; display: grid; place-items: center; text-align: center; color: #fff; background:
  radial-gradient(circle at 50% 30%, rgba(251,191,92,.12), transparent 30%),
  var(--em-navy-1000); }
.em-404 .em-container { max-width: 780px; }
.em-404-code { display: block; color: rgba(255,255,255,.08); font-family: var(--em-serif); font-size: clamp(8rem, 22vw, 15rem); line-height: .75; }
.em-404 h1 { color: #fff; font-size: clamp(2.4rem, 5vw, 4.3rem); }
.em-404 p { color: #adb9cd; }
.em-404 .em-actions { justify-content: center; margin-top: 30px; }

/* Reveal animation */
.js .em-reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.js .em-reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Responsive */
@media (max-width: 1180px) {
  .em-header-inner { gap: 18px; }
  .em-nav a { padding-inline: 9px; font-size: .79rem; }
  .em-hero-inner { grid-template-columns: minmax(0, 1fr) 390px; gap: 45px; }
  .em-topic-float { right: 0; }
  .em-path-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .em-path-card { min-height: 300px; }
  .em-feature-panel { grid-template-columns: .68fr 1fr; }
  .em-feature-form { grid-column: 1 / -1; }
  .em-feature-form .em-lead-form { grid-template-columns: 1fr 1fr; align-items: end; }
  .em-feature-form .em-consent, .em-feature-form .em-btn { grid-column: 1 / -1; }
  .em-article-layout { grid-template-columns: 180px minmax(0, 720px); }
  .em-article-cta { display: none; }
}

@media (max-width: 1020px) {
  .em-header-cta { display: none; }
  .em-menu-toggle { display: block; order: 3; margin-left: 4px; }
  .em-header-actions { margin-left: auto; }
  .em-nav { position: fixed; inset: 118px 18px auto; max-height: calc(100vh - 140px); padding: 18px; display: none; overflow-y: auto; background: var(--em-navy-950); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
  .admin-bar .em-nav { inset-block-start: 150px; }
  .em-nav.is-open { display: block; }
  .em-nav ul { display: grid; }
  .em-nav a { min-height: 44px; padding-inline: 12px; }
  .em-nav .sub-menu { position: static; width: auto; padding: 0 0 8px 14px; opacity: 1; visibility: visible; transform: none; background: transparent; border: 0; box-shadow: none; }
  .em-nav .sub-menu a { color: #9faec6; }
  .em-hero { min-height: auto; }
  .em-hero-inner { min-height: auto; grid-template-columns: 1fr; padding: 80px 0 95px; }
  .em-hero-copy { max-width: 790px; }
  .em-hero-visual { width: min(520px, 100%); margin: 0 auto; }
  .em-latest-float { left: -20px; }
  .em-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .em-section-intro { gap: 35px; }
  .em-about-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
  .em-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .em-footer-grid > div:last-child { grid-column: 2 / span 2; }
  .em-page-layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 45px; }
  .em-article-layout { grid-template-columns: 1fr; max-width: 800px; }
  .em-article-aside { position: static; display: grid; grid-template-columns: 1fr auto; gap: 28px; }
  .em-toc-card { display: none; }
  .em-share { margin-top: 0; grid-template-columns: auto repeat(3, auto); align-items: center; }
  .em-share > span { margin: 0 8px 0 0; }
  .em-share a, .em-share button { border: 0; padding: 5px 8px; }
}

@media (max-width: 760px) {
  .admin-bar .em-site-header { top: 46px; }
  .admin-bar .em-reading-progress { top: 46px; }
  .em-container { width: min(calc(100% - 28px), var(--em-container)); }
  .em-section { padding: 72px 0; }
  .em-announcement a { justify-content: flex-start; min-height: 40px; white-space: nowrap; overflow: hidden; }
  .em-announcement a > span:nth-child(2) { overflow: hidden; text-overflow: ellipsis; }
  .em-announcement strong { display: none; }
  .em-header-inner { min-height: 72px; }
  .em-brand-mark { width: 42px; height: 42px; }
  .em-brand-text strong { font-size: 1.05rem; }
  .em-brand-text span { display: none; }
  .em-search-toggle { width: 41px; height: 41px; }
  .em-nav { inset-block-start: 104px; }
  .admin-bar .em-nav { inset-block-start: 150px; }
  .em-search-panel { padding: 28px; }
  .search-form { display: grid; }
  .em-hero-inner { padding: 65px 0 78px; gap: 55px; }
  .em-hero h1 { font-size: clamp(2.85rem, 13.8vw, 4.25rem); }
  .em-hero-text { font-size: .98rem; }
  .em-hero-visual { min-height: 390px; }
  .em-editorial-card { min-height: 335px; padding: 28px; }
  .em-editorial-card blockquote { margin: 35px 0 20px; font-size: 1.62rem; }
  .em-latest-float { left: 4px; bottom: -15px; width: 220px; padding: 18px; }
  .em-topic-float { right: 0; top: -20px; }
  .em-value-strip .em-container { padding: 16px 0; justify-content: flex-start; overflow-x: auto; }
  .em-value-strip span { flex: 0 0 auto; }
  .em-section-intro { grid-template-columns: 1fr; gap: 18px; margin-bottom: 34px; }
  .em-path-grid, .em-grid--3, .em-grid--4 { grid-template-columns: 1fr; }
  .em-path-card { min-height: 280px; }
  .em-editorial-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .em-card--featured { grid-row: auto; }
  .em-card--compact { grid-template-columns: 125px minmax(0,1fr); }
  .em-feature-panel { grid-template-columns: 1fr; }
  .em-feature-art { min-height: 390px; border: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .em-feature-copy { padding: 42px 28px 15px; }
  .em-feature-form { padding: 28px; border-left: 0; }
  .em-feature-form .em-lead-form { grid-template-columns: 1fr; }
  .em-feature-form .em-consent, .em-feature-form .em-btn { grid-column: auto; }
  .em-about-grid { grid-template-columns: 1fr; }
  .em-about-visual { min-height: 480px; }
  .em-portrait { inset: 0 20px 45px 0; }
  .em-about-quote { width: 225px; }
  .em-closing-card { padding: 42px 28px; display: grid; }
  .em-footer-lead { padding: 65px 0 50px; }
  .em-footer-lead-inner { padding: 32px 24px; grid-template-columns: 1fr; gap: 28px; }
  .em-footer-lead .em-lead-form { grid-template-columns: 1fr; }
  .em-footer-lead .em-consent, .em-footer-lead .em-btn { grid-column: auto; }
  .em-footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .em-footer-grid > div:first-child { grid-column: 1 / -1; }
  .em-footer-grid > div:last-child { grid-column: auto; }
  .em-footer-bottom { display: grid; }
  .em-page-hero .em-container { padding-top: 58px; padding-bottom: 62px; }
  .em-page-layout { grid-template-columns: 1fr; padding-top: 55px; }
  .em-page-sidebar { position: static; }
  .em-post-hero-inner { padding-top: 54px; padding-bottom: 86px; }
  .em-post-hero h1 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .em-featured--wide { margin-top: -38px; border-radius: 18px; }
  .em-article-layout { padding-top: 52px; }
  .em-share { display: flex; flex-wrap: wrap; }
  .em-author-box { grid-template-columns: 65px 1fr; padding: 24px; }
  .em-author-box-avatar { width: 65px; height: 65px; }
  .em-content > .em-cta-box { display: grid; }
  .em-blog-toolbar { display: grid; }
}

@media (max-width: 480px) {
  body { font-size: 15px; }
  .em-header-actions { gap: 6px; }
  .em-search-toggle { display: none; }
  .em-hero-assurance { display: grid; gap: 8px; }
  .em-actions { align-items: stretch; }
  .em-actions .em-btn { width: 100%; }
  .em-hero-visual { min-height: 375px; }
  .em-editorial-card { min-height: 320px; padding: 24px; }
  .em-editorial-mark { width: 50px; height: 50px; }
  .em-latest-float { width: 200px; }
  .em-topic-float { display: none; }
  .em-card--compact { grid-template-columns: 1fr; }
  .em-card--compact .em-card-media { min-height: 180px; }
  .em-card--compact .em-card-body p { display: block; }
  .em-feature-book { width: 185px; height: 265px; }
  .em-about-visual { min-height: 420px; }
  .em-about-quote { width: 205px; padding: 20px; }
  .em-footer-grid { grid-template-columns: 1fr; }
  .em-footer-grid > div:first-child { grid-column: auto; }
  .em-footer-grid > div:last-child { grid-column: auto; }
  .em-author-box { grid-template-columns: 1fr; }
  .em-search-dialog { padding: 14px; }
  .em-search-panel { padding: 24px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .em-reveal { opacity: 1; transform: none; }
}


/* =========================================================
   PREMIUM 3.0 — refinamentos de escala, retrato e biblioteca
   ========================================================= */

.em-hero {
  min-height: 660px;
}
.em-hero-inner {
  min-height: 660px;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .72fr);
  gap: 72px;
  padding: 74px 0 84px;
}
.em-hero-copy {
  max-width: 700px;
}
.em-hero h1 {
  max-width: 690px;
  font-size: clamp(3rem, 5vw, 4.75rem);
  line-height: 1;
}
.em-hero-portrait-wrap {
  min-height: 520px;
  place-items: center end;
}
.em-hero-portrait-card {
  position: relative;
  width: min(420px, 92%);
  height: 520px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 70% 18%, rgba(251,191,92,.20), transparent 28%),
    linear-gradient(155deg, #263958, #111a28 72%);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 34px 34px 10px 34px;
  box-shadow: 0 36px 90px rgba(0,0,0,.34);
}
.em-hero-portrait-card::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 10px;
  bottom: 10px;
  right: 6px;
  width: 3px;
  background: repeating-linear-gradient(180deg, var(--em-gold-400) 0 2px, transparent 2px 5px);
  opacity: .8;
  border-radius: 2px;
}
.em-hero-portrait-glow {
  position: absolute;
  inset: auto 8% 4% 8%;
  height: 58%;
  background: radial-gradient(ellipse, rgba(251,191,92,.22), transparent 68%);
  filter: blur(18px);
}
.em-hero-portrait {
  position: absolute;
  inset: 22px 22px 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 24px 24px 0 0;
  filter: saturate(.94) contrast(1.02);
}
.em-hero-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(19,31,53,.82) 100%);
}
.em-hero-nameplate {
  position: absolute;
  z-index: 3;
  left: 34px;
  right: 34px;
  bottom: 26px;
  display: grid;
  gap: 4px;
  color: #fff;
}
.em-hero-nameplate span {
  font-family: var(--em-serif);
  font-size: 1.55rem;
  line-height: 1.08;
}
.em-hero-nameplate small {
  color: #b7c4d8;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .035em;
}
.em-hero-verse {
  position: absolute;
  z-index: 5;
  left: -55px;
  top: 54px;
  width: 235px;
  padding: 22px 22px 20px;
  color: #fff;
  background: rgba(19,31,53,.93);
  border: 1px solid rgba(251,191,92,.22);
  border-radius: 18px 18px 5px 18px;
  box-shadow: 0 20px 50px rgba(0,0,0,.26);
  backdrop-filter: blur(12px);
}
.em-hero-verse .em-mini-label {
  color: var(--em-gold-400);
}
.em-hero-verse blockquote {
  position: relative;
  margin: 13px 0 10px;
  padding-left: 4px;
  font-family: var(--em-serif);
  font-size: 1.06rem;
  line-height: 1.32;
}
.em-hero-verse blockquote::before {
  content: "\201C";
  display: block;
  margin-bottom: -.28em;
  color: var(--em-gold-400);
  font-family: var(--em-serif);
  font-size: 2.4em;
  line-height: 1;
  opacity: .85;
}
.em-hero-verse cite {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #cacfd8;
  font-size: .64rem;
  font-style: normal;
  font-weight: 700;
}
.em-hero-verse cite::before {
  content: "";
  width: 16px;
  height: 1px;
  background: var(--em-gold-400);
}
.em-latest-float--portrait {
  left: auto;
  right: -20px;
  bottom: 24px;
  width: 248px;
}
.em-topic-float {
  display: none;
}

/* Foto institucional padrão */
.em-portrait {
  background-position: center 8%;
}
.em-about-visual::before {
  content: "";
  position: absolute;
  width: 68%;
  height: 62%;
  left: -30px;
  bottom: 10px;
  background: var(--em-cream);
  border-radius: 28px;
}

/* Escala editorial mais equilibrada */
.em-section {
  padding: 92px 0;
}
.em-section-intro h2,
.em-section-head h2,
.em-about-copy h2 {
  font-size: clamp(2rem, 3.1vw, 3rem);
}
.em-footer-lead-inner h2 {
  font-size: clamp(1.7rem, 2.6vw, 2.45rem);
}

/* Página do blog */
.em-page-hero--blog .em-container {
  padding-top: 64px;
  padding-bottom: 68px;
}
.em-page-hero--blog h1 {
  max-width: 860px;
  font-size: clamp(2.65rem, 4.5vw, 3.95rem);
  line-height: 1.03;
}
.em-page-hero--blog p {
  font-size: 1rem;
}
.em-blog-section {
  padding-top: 64px;
}
.em-blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 38px;
  align-items: start;
}
.em-blog-main {
  min-width: 0;
}
.em-blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.em-blog-sidebar {
  position: sticky;
  top: 128px;
  display: grid;
  gap: 20px;
}
.em-blog-sidebar .em-side-card {
  padding: 25px;
  box-shadow: 0 10px 35px rgba(19,31,53,.06);
}
.em-blog-sidebar .em-side-card h2 {
  margin-bottom: 18px;
  font-size: 1.55rem;
}
.em-side-card--gold {
  background:
    radial-gradient(circle at 90% 5%, rgba(251,191,92,.26), transparent 30%),
    var(--em-cream);
  border-color: #becde5;
}
.em-side-card--gold p {
  color: var(--em-muted);
  font-size: .83rem;
}
.em-side-links {
  display: grid;
}
.em-side-links a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  color: var(--em-ink);
  border-top: 1px solid var(--em-line);
  font-size: .82rem;
  font-weight: 750;
}
.em-side-links a:first-child {
  border-top: 0;
}
.em-side-links a b {
  color: var(--em-gold-600);
  transition: transform .2s ease;
}
.em-side-links a:hover b {
  transform: translateX(4px);
}
.em-category-cloud {
  display: grid;
  gap: 8px;
}
.em-category-cloud a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 11px;
  color: var(--em-muted);
  background: var(--em-soft);
  border-radius: 10px;
  font-size: .74rem;
  font-weight: 700;
}
.em-category-cloud a:hover {
  color: var(--em-navy-950);
  background: var(--em-cream);
}
.em-category-cloud span {
  min-width: 24px;
  padding: 2px 6px;
  text-align: center;
  color: var(--em-navy-950);
  background: #fff;
  border-radius: 999px;
  font-size: .62rem;
}

/* Cards editoriais únicos sem depender de imagem externa */
.em-card--archive .em-card-media {
  min-height: 215px;
}
.em-card--archive .em-card-body {
  padding: 24px;
}
.em-card--archive .em-card-body h3 {
  font-size: 1.32rem;
}
.em-card--archive .em-card-body p {
  font-size: .84rem;
}
.em-card-media--abstract::before {
  content: none;
}
.em-card-visual-word {
  position: absolute;
  z-index: 1;
  left: 24px;
  top: 28px;
  max-width: 78%;
  color: rgba(255,255,255,.20);
  font-family: var(--em-serif);
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: .92;
  letter-spacing: -.04em;
}
.em-card-visual-line {
  position: absolute;
  z-index: 1;
  left: 25px;
  top: 50%;
  width: 86px;
  height: 3px;
  background: var(--em-gold-400);
  box-shadow: 0 0 0 7px rgba(251,191,92,.08);
}
.em-card--visual-sermon .em-card-media--abstract {
  background:
    radial-gradient(circle at 82% 20%, rgba(251,191,92,.28), transparent 26%),
    linear-gradient(145deg, #223553, #0f1724);
}
.em-card--visual-ebd .em-card-media--abstract {
  background:
    radial-gradient(circle at 78% 20%, rgba(120,181,163,.30), transparent 28%),
    linear-gradient(145deg, #1d2d47, #0f1725);
}
.em-card--visual-study .em-card-media--abstract {
  background:
    radial-gradient(circle at 78% 20%, rgba(132,157,211,.32), transparent 28%),
    linear-gradient(145deg, #294066, #101928);
}
.em-card--visual-leadership .em-card-media--abstract {
  background:
    radial-gradient(circle at 78% 20%, rgba(218,152,109,.28), transparent 28%),
    linear-gradient(145deg, #2f3949, #131a26);
}
.em-card--visual-ai .em-card-media--abstract {
  background:
    radial-gradient(circle at 78% 20%, rgba(154,124,235,.30), transparent 28%),
    linear-gradient(145deg, #304464, #111a29);
}
.em-card--visual-devotion .em-card-media--abstract {
  background:
    radial-gradient(circle at 78% 20%, rgba(203,164,91,.28), transparent 28%),
    linear-gradient(145deg, #2b3647, #151716);
}
.em-card--visual-gift .em-card-media--abstract {
  background:
    radial-gradient(circle at 78% 20%, rgba(117,190,146,.32), transparent 28%),
    linear-gradient(145deg, #414a1a, #0a1019);
}
.em-card--visual-book .em-card-media--abstract {
  background:
    radial-gradient(circle at 78% 20%, rgba(251,191,92,.30), transparent 28%),
    linear-gradient(145deg, #242f40, #111317);
}
.em-card--visual-course .em-card-media--abstract {
  background:
    radial-gradient(circle at 78% 20%, rgba(91,159,209,.30), transparent 28%),
    linear-gradient(145deg, #243757, #101826);
}
.em-card--visual-article .em-card-media--abstract {
  background:
    radial-gradient(circle at 78% 20%, rgba(251,191,92,.22), transparent 28%),
    linear-gradient(145deg, var(--em-navy-850), var(--em-navy-1000));
}

/* Formulários */
.em-consent a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.em-consent a:hover {
  color: var(--em-gold-600);
}

/* Ajuste de submenu */
.em-nav .sub-menu {
  width: 238px;
  padding: 8px;
}
.em-nav .sub-menu a {
  min-height: 39px;
}

/* Responsividade Premium 3.0 */
@media (max-width: 1180px) {
  .em-hero-inner {
    grid-template-columns: minmax(0, 1fr) 370px;
    gap: 48px;
  }
  .em-hero-portrait-card {
    height: 485px;
  }
  .em-hero-verse {
    left: -35px;
    width: 220px;
  }
  .em-blog-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
  }
}

@media (max-width: 1020px) {
  .em-hero-inner {
    grid-template-columns: 1fr;
  }
  .em-hero-copy {
    max-width: 760px;
  }
  .em-hero-portrait-wrap {
    width: min(620px, 100%);
    min-height: 555px;
    margin-inline: auto;
    place-items: center;
  }
  .em-hero-verse {
    left: 0;
  }
  .em-latest-float--portrait {
    right: 0;
  }
  .em-blog-layout {
    grid-template-columns: 1fr;
  }
  .em-blog-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .em-blog-sidebar .em-side-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .em-hero-inner {
    padding: 58px 0 72px;
  }
  .em-hero h1 {
    font-size: clamp(2.65rem, 12.4vw, 3.75rem);
  }
  .em-hero-portrait-wrap {
    min-height: 500px;
  }
  .em-hero-portrait-card {
    width: min(390px, 88%);
    height: 470px;
  }
  .em-hero-verse {
    left: 0;
    top: 30px;
    width: 210px;
    padding: 18px;
  }
  .em-latest-float--portrait {
    right: 0;
    bottom: 8px;
    width: 220px;
  }
  .em-page-hero--blog .em-container {
    padding-top: 50px;
    padding-bottom: 54px;
  }
  .em-page-hero--blog h1 {
    font-size: clamp(2.25rem, 10vw, 3.1rem);
  }
  .em-blog-grid {
    grid-template-columns: 1fr;
  }
  .em-blog-sidebar {
    grid-template-columns: 1fr;
  }
  .em-blog-sidebar .em-side-card:last-child {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  .em-hero-portrait-wrap {
    min-height: 455px;
  }
  .em-hero-portrait-card {
    width: 92%;
    height: 430px;
  }
  .em-hero-portrait {
    inset: 15px 15px 0;
  }
  .em-hero-nameplate {
    left: 25px;
    right: 25px;
    bottom: 22px;
  }
  .em-hero-verse {
    width: 185px;
    top: 18px;
    padding: 15px;
  }
  .em-hero-verse blockquote {
    font-size: .92rem;
  }
  .em-latest-float--portrait {
    width: 195px;
    padding: 16px;
  }
}

/* Ajustes finais de títulos internos — Premium 3.0 */
.em-page-hero h1 {
  max-width: 900px;
  font-size: clamp(2.45rem, 4.35vw, 3.9rem);
  line-height: 1.04;
}
.em-post-hero h1 {
  max-width: 980px;
  font-size: clamp(2.55rem, 4.7vw, 4.35rem);
  line-height: 1.02;
}
@media (max-width: 760px) {
  .em-page-hero h1 { font-size: clamp(2.2rem, 10vw, 3.05rem); }
  .em-post-hero h1 { font-size: clamp(2.3rem, 10.8vw, 3.35rem); }
}


/* Biblioteca ministerial v5.0 */
.em-library-filters{margin:0 0 32px;padding:24px;border:1px solid var(--em-border,#dfe4ea);border-radius:18px;background:#fff;box-shadow:0 10px 35px rgba(13,30,54,.06)}
.em-library-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.em-library-filter-grid label{display:grid;gap:7px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.em-library-filter-grid select{width:100%;padding:12px 13px;border:1px solid #d8dee7;border-radius:10px;background:#fff;font:inherit;text-transform:none;letter-spacing:0}.em-library-filter-actions{display:flex;align-items:center;gap:18px;margin-top:18px}.em-library-count{margin:0 0 18px;font-weight:700;color:#556274}.em-post-reference{display:inline-flex;align-items:center;gap:7px;margin-top:12px;padding:7px 11px;border-radius:999px;background:rgba(175,135,58,.10);font-size:.88rem;font-weight:700}.em-post-updated{font-size:.86rem;color:#657386}
@media(max-width:900px){.em-library-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.em-library-filter-grid{grid-template-columns:1fr}.em-library-filter-actions{align-items:flex-start;flex-direction:column}}

/* v5.0.1 — pilares editoriais */
.em-pillar-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
.em-pillar-card { display:flex; flex-direction:column; min-height:210px; padding:26px; border:1px solid var(--em-line); border-radius:var(--em-radius); background:var(--em-paper); color:var(--em-ink); text-decoration:none; box-shadow:var(--em-shadow-sm); transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.em-pillar-card:hover { transform:translateY(-4px); box-shadow:var(--em-shadow); border-color:rgba(217,119,6,.35); }
.em-pillar-card h3 { margin:0 0 10px; font-family:var(--em-serif); font-size:1.25rem; line-height:1.2; }
.em-pillar-card p { margin:0 0 20px; color:var(--em-muted); line-height:1.65; }
.em-pillar-card > span { margin-top:auto; font-weight:700; color:var(--em-gold-600); }
@media (max-width: 980px) { .em-pillar-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width: 620px) { .em-pillar-grid { grid-template-columns:1fr; } .em-pillar-card { min-height:0; } }


/* =========================================================
   v5.0.3 — refinamento da leitura em telas pequenas
   Mantém a identidade visual e melhora ritmo, compartilhamento
   e previsibilidade tipográfica no mobile.
   ========================================================= */
@media (max-width: 760px) {
  .em-article-layout {
    padding-top: 36px;
    padding-bottom: 82px;
    row-gap: 26px;
  }

  .em-article-aside {
    display: block;
  }

  .em-share {
    margin: 0;
    padding: 0 0 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    border-bottom: 1px solid var(--em-line);
  }

  .em-share > span {
    grid-column: 1 / -1;
    margin: 0 0 4px;
    font-size: .66rem;
    line-height: 1.35;
  }

  .em-share a,
  .em-share button {
    width: 100%;
    min-height: 40px;
    padding: 8px 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--em-line);
    border-radius: 10px;
    background: #fff;
    text-align: center;
    font-size: .78rem;
    line-height: 1.25;
  }

  .em-article-content {
    font-size: 1rem;
    line-height: 1.78;
  }

  .em-article-content h2 {
    margin-top: 1.9em;
    margin-bottom: .65em;
    font-size: 1.625rem;
    line-height: 1.24;
  }

  .em-article-content h3 {
    margin-top: 1.65em;
    font-size: 1.3rem;
    line-height: 1.3;
  }

  .em-article-content h4 {
    margin-top: 1.5em;
    font-size: 1rem;
    line-height: 1.4;
  }

  .em-article-content blockquote {
    margin: 1.75em 0;
    padding: 20px 21px;
    font-size: 1.14rem;
    line-height: 1.58;
    border-radius: 0 13px 13px 0;
  }

  .em-author-box {
    margin-top: 42px;
  }

  /* v5.0.5: imagem destacada de artigos limitada a 1100px e centralizada no desktop, preservando 16:9 sem recorte adicional. */

/* v5.0.4: no celular, o botão flutuante pode cobrir o texto de artigos longos. */
  .em-back-top {
    display: none !important;
  }
}

@media (max-width: 390px) {
  .em-share a,
  .em-share button {
    padding-inline: 6px;
    font-size: .72rem;
  }

  .em-article-content h2 {
    font-size: 1.52rem;
  }

  .em-article-content h3 {
    font-size: 1.24rem;
  }
}


/* =========================================================
   v5.0.6 — Padrão Editorial Desktop
   Refina a proporção do template de artigo em telas largas.
   O mobile permanece sob as regras aprovadas na v5.0.3/v5.0.4.
   ========================================================= */
@media (min-width: 1181px) {
  /* Hero mais editorial e menos "landing page". */
  .single .em-post-hero-inner {
    padding-top: 52px;
    padding-bottom: 78px;
  }

  .single .em-breadcrumbs {
    margin-bottom: 22px;
  }

  .single .em-post-kicker {
    margin-bottom: 18px;
    gap: 10px;
  }

  .single .em-post-hero h1 {
    max-width: 920px;
    margin-bottom: 22px;
    font-size: clamp(3rem, 3.45vw, 3.55rem);
    line-height: 1.06;
    letter-spacing: -.02em;
  }

  .single .em-post-deck {
    max-width: 760px;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.7;
  }

  .single .em-author-line {
    margin-top: 22px;
  }

  /* Imagem destacada com impacto, sem dominar a primeira dobra. */
  .single .em-featured--wide {
    max-width: 960px;
    margin-top: -44px;
    border-radius: 22px;
  }

  .single .em-featured--wide img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }

  /* Grade que cabe de verdade dentro do container de 1240px. */
  .single .em-article-layout {
    grid-template-columns: 210px minmax(0, 700px) 250px;
    gap: 36px;
    padding-top: 62px;
    padding-bottom: 96px;
  }

  .single .em-article-aside,
  .single .em-article-cta {
    top: 112px;
  }

  /* Sumário útil, porém visualmente secundário. */
  .single .em-toc-card {
    padding: 16px 0 18px;
  }

  .single .em-toc {
    margin-top: 12px;
    max-height: min(56vh, 520px);
    overflow-y: auto;
    padding-right: 7px;
    scrollbar-width: thin;
  }

  .single .em-toc ol {
    gap: 8px;
  }

  .single .em-toc a {
    font-size: .71rem;
    line-height: 1.45;
  }

  .single .em-share {
    margin-top: 20px;
  }

  /* Coluna de leitura com largura e ritmo de portal editorial. */
  .single .em-article-content {
    font-size: 1rem;
    line-height: 1.84;
  }

  .single .em-article-content h2 {
    font-size: clamp(1.8rem, 2.1vw, 2.15rem);
    line-height: 1.18;
  }

  .single .em-article-content h3 {
    font-size: clamp(1.35rem, 1.55vw, 1.62rem);
    line-height: 1.25;
  }

  /* CTA lateral compacto e proporcional. */
  .single .em-article-cta .em-side-card {
    padding: 24px;
    border-radius: 18px;
  }

  .single .em-article-cta .em-side-card h2 {
    margin: 10px 0 14px;
    font-size: 2rem;
    line-height: 1.08;
    letter-spacing: -.02em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
  }

  .single .em-article-cta .em-side-card p {
    margin-bottom: 20px;
    font-size: .8rem;
    line-height: 1.65;
  }

  .single .em-article-cta .em-btn {
    min-height: 48px;
    padding-inline: 16px;
    font-size: .75rem;
  }
}


/* =========================================================
   v5.0.7 — Central de Preparação EBD
   Página /ebd/ orientada à preparação semanal do professor.
   ========================================================= */
.em-ebd-hub { background: var(--em-paper); }
.em-ebd-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(251,191,92,.18), transparent 28%),
    linear-gradient(125deg, var(--em-navy-1000), var(--em-navy-850));
}
.em-ebd-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to right, transparent 10%, #000 100%);
}
.em-ebd-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 470px;
  padding-top: 64px;
  padding-bottom: 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 80px;
  align-items: end;
}
.em-ebd-hero .em-breadcrumbs { margin-bottom: 30px; }
.em-ebd-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--em-gold-400);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.em-ebd-hero-copy h1 {
  max-width: 780px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(2.7rem, 4.6vw, 4.45rem);
  line-height: 1.03;
  text-wrap: balance;
}
.em-ebd-hero-copy > p {
  max-width: 760px;
  margin-bottom: 28px;
  color: #c2cde0;
  font-size: 1.04rem;
  line-height: 1.78;
}
.em-ebd-hero-proof { display: flex; flex-wrap: wrap; gap: 10px 18px; color: #dfe7f3; font-size: .76rem; font-weight: 700; }
.em-ebd-hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.em-ebd-hero-proof b { color: var(--em-gold-400); }
.em-ebd-hero-note {
  padding: 30px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  backdrop-filter: blur(10px);
}
.em-ebd-hero-note .em-mini-label { color: var(--em-gold-400); }
.em-ebd-hero-note strong { display: block; margin: 10px 0 12px; color: #fff; font-family: var(--em-serif); font-size: 1.55rem; font-weight: 600; line-height: 1.23; }
.em-ebd-hero-note p { margin: 0; color: #b7c3d7; font-size: .82rem; line-height: 1.7; }

.em-ebd-current-section { padding: 70px 0 80px; background: linear-gradient(180deg, #fff 0%, #f8fbff 100%); }
.em-ebd-current-grid { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(300px, .65fr); gap: 28px; align-items: stretch; }
.em-ebd-current-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, .98fr);
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 26px;
  box-shadow: var(--em-shadow-sm);
}
.em-ebd-current-copy { padding: 42px; display: flex; flex-direction: column; align-items: flex-start; }
.em-ebd-current-labels { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 20px; }
.em-ebd-status,
.em-ebd-number { display: inline-flex; align-items: center; min-height: 29px; padding: 6px 10px; border-radius: 999px; font-size: .65rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.em-ebd-status { color: #166534; background: #ecfdf3; border: 1px solid #d1fae5; }
.em-ebd-status i { width: 7px; height: 7px; margin-right: 7px; background: #22c55e; border-radius: 50%; box-shadow: 0 0 0 4px rgba(34,197,94,.1); }
.em-ebd-number { color: #8a4a05; background: #fff7ed; border: 1px solid #fed7aa; }
.em-ebd-current-copy h2 { margin-bottom: 16px; font-size: clamp(2rem, 2.7vw, 2.75rem); line-height: 1.1; }
.em-ebd-current-copy h2 a:hover { color: var(--em-gold-600); }
.em-ebd-current-copy > p { margin-bottom: 22px; color: var(--em-muted); font-size: .9rem; line-height: 1.75; }
.em-ebd-current-meta { display: flex; flex-wrap: wrap; gap: 8px 10px; margin-bottom: 26px; color: #64748b; font-size: .68rem; font-weight: 700; }
.em-ebd-current-meta i { width: 3px; height: 3px; align-self: center; background: #cbd5e1; border-radius: 50%; }
.em-ebd-primary-btn { margin-top: auto; }
.em-ebd-current-media { position: relative; min-height: 100%; background: var(--em-navy-950); }
.em-ebd-current-media img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.em-ebd-media-fallback {
  position: absolute;
  inset: 0;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background:
    radial-gradient(circle at 75% 22%, rgba(251,191,92,.22), transparent 28%),
    linear-gradient(145deg, var(--em-navy-850), var(--em-navy-1000));
}
.em-ebd-media-fallback small { color: var(--em-gold-400); font-size: .65rem; font-style: normal; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.em-ebd-media-fallback b { margin-top: 8px; font-family: var(--em-serif); font-size: 5rem; font-weight: 400; line-height: .9; }
.em-ebd-media-fallback i { width: 64px; height: 2px; margin: 22px 0 14px; background: var(--em-gold-400); }
.em-ebd-media-fallback em { color: #cbd5e1; font-size: .72rem; font-style: normal; font-weight: 700; }

.em-ebd-time-card { padding: 34px 30px; color: #dbe4f1; background: var(--em-navy-950); border-radius: 26px; box-shadow: var(--em-shadow-sm); }
.em-ebd-time-card .em-mini-label { color: var(--em-gold-400); }
.em-ebd-time-card h2 { margin: 10px 0 24px; color: #fff; font-size: 2rem; line-height: 1.08; }
.em-ebd-time-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 0; }
.em-ebd-time-list li { padding: 12px 0; display: grid; grid-template-columns: 64px 1fr; gap: 12px; align-items: start; border-top: 1px solid rgba(255,255,255,.09); }
.em-ebd-time-list li > span { color: var(--em-gold-400); font-size: .68rem; font-weight: 800; }
.em-ebd-time-list b { display: block; margin-bottom: 2px; color: #fff; font-size: .78rem; }
.em-ebd-time-list small { display: block; color: #9faec5; font-size: .66rem; line-height: 1.45; }
.em-ebd-time-note { margin: 20px 0 0; padding-top: 18px; color: #afbdd0; border-top: 1px solid rgba(255,255,255,.09); font-size: .7rem; line-height: 1.6; }
.em-ebd-time-note b { color: #fff; }
.em-ebd-empty { padding: 46px; background: #fff; border: 1px solid var(--em-line); border-radius: 26px; }

.em-ebd-flow-section { padding: 74px 0; background: #fff; border-top: 1px solid var(--em-line); border-bottom: 1px solid var(--em-line); }
.em-ebd-section-head { max-width: 760px; margin-bottom: 34px; }
.em-ebd-section-head h2 { margin-top: 8px; margin-bottom: 12px; font-size: clamp(2rem, 3vw, 3rem); }
.em-ebd-section-head p { margin: 0; color: var(--em-muted); }
.em-ebd-section-head--split { max-width: none; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .7fr); gap: 60px; align-items: end; }
.em-ebd-section-head--split > p { max-width: 520px; justify-self: end; }
.em-ebd-flow { padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 12px; overflow-x: auto; background: var(--em-soft); border: 1px solid #dbeafe; border-radius: 18px; }
.em-ebd-flow span { flex: 0 0 auto; padding: 10px 13px; color: var(--em-navy-950); background: #fff; border: 1px solid var(--em-line); border-radius: 10px; font-size: .7rem; font-weight: 800; white-space: nowrap; }
.em-ebd-flow i { flex: 0 0 auto; color: var(--em-gold-600); font-style: normal; font-weight: 800; }

.em-ebd-lessons-section { padding-top: 90px; padding-bottom: 96px; background: #f8fbff; }
.em-ebd-lesson-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.em-ebd-lesson-card { min-height: 280px; padding: 25px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--em-line); border-radius: 18px; box-shadow: 0 10px 28px rgba(15,23,42,.055); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.em-ebd-lesson-card:hover { transform: translateY(-4px); border-color: rgba(217,119,6,.3); box-shadow: var(--em-shadow-sm); }
.em-ebd-lesson-top { margin-bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.em-ebd-lesson-top span { color: var(--em-gold-600); font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.em-ebd-lesson-top small { color: #94a3b8; font-size: .64rem; }
.em-ebd-lesson-card h3 { margin-bottom: 12px; font-size: 1.3rem; line-height: 1.22; }
.em-ebd-lesson-card h3 a:hover { color: var(--em-gold-600); }
.em-ebd-lesson-card p { margin-bottom: 20px; color: var(--em-muted); font-size: .78rem; line-height: 1.65; }
.em-ebd-lesson-card .em-card-link { margin-top: auto; }

.em-ebd-tools-section { padding-top: 92px; padding-bottom: 96px; background: #fff; }
.em-ebd-tools-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.em-ebd-tool-card { min-height: 265px; padding: 28px; display: flex; flex-direction: column; background: var(--em-paper); border: 1px solid var(--em-line); border-radius: 20px; }
.em-ebd-tool-icon { width: 42px; height: 42px; margin-bottom: 24px; display: grid; place-items: center; color: var(--em-navy-950); background: var(--em-cream); border: 1px solid #fed7aa; border-radius: 12px; font-size: .78rem; font-weight: 800; }
.em-ebd-tool-card h3 { margin-bottom: 12px; font-size: 1.35rem; line-height: 1.2; }
.em-ebd-tool-card p { color: var(--em-muted); font-size: .79rem; line-height: 1.65; }
.em-ebd-tool-card > a { margin-top: auto; color: var(--em-gold-600); font-size: .72rem; font-weight: 800; }

.em-ebd-standard-section { padding: 24px 0 100px; background: #fff; }
.em-ebd-standard-card { padding: 54px 58px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 70px; align-items: center; color: #d6dfed; background: linear-gradient(130deg, var(--em-navy-1000), var(--em-navy-850)); border-radius: 28px; }
.em-ebd-standard-card .em-eyebrow { color: var(--em-gold-400); }
.em-ebd-standard-card h2 { max-width: 650px; margin-top: 9px; color: #fff; font-size: clamp(2rem, 3vw, 3rem); }
.em-ebd-standard-card p { margin: 0; color: #b5c2d5; }
.em-ebd-standard-points { display: grid; gap: 0; }
.em-ebd-standard-points span { padding: 14px 0; display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; font-weight: 700; }
.em-ebd-standard-points b { color: var(--em-gold-400); font-size: .67rem; letter-spacing: .08em; }

@media (max-width: 1080px) {
  .em-ebd-hero-inner { grid-template-columns: 1fr; gap: 34px; min-height: 0; }
  .em-ebd-hero-note { max-width: 720px; }
  .em-ebd-current-grid { grid-template-columns: 1fr; }
  .em-ebd-time-card { display: grid; grid-template-columns: .7fr 1.3fr; gap: 30px; align-items: start; }
  .em-ebd-time-card .em-mini-label,
  .em-ebd-time-card h2,
  .em-ebd-time-note { grid-column: 1; }
  .em-ebd-time-list { grid-column: 2; grid-row: 1 / 5; }
  .em-ebd-lesson-grid,
  .em-ebd-tools-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .em-ebd-current-card { grid-template-columns: 1fr; }
  .em-ebd-current-media { min-height: 330px; order: -1; }
  .em-ebd-current-media img { min-height: 330px; }
  .em-ebd-section-head--split { grid-template-columns: 1fr; gap: 12px; align-items: start; }
  .em-ebd-section-head--split > p { max-width: 680px; justify-self: start; }
  .em-ebd-standard-card { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 620px) {
  .em-ebd-hero-inner { padding-top: 44px; padding-bottom: 52px; }
  .em-ebd-hero .em-breadcrumbs { margin-bottom: 22px; }
  .em-ebd-hero-copy h1 { font-size: clamp(2.25rem, 10.6vw, 3.15rem); }
  .em-ebd-hero-copy > p { font-size: .94rem; line-height: 1.7; }
  .em-ebd-hero-note { padding: 22px; }
  .em-ebd-current-section { padding: 42px 0 54px; }
  .em-ebd-current-copy { padding: 26px 22px 28px; }
  .em-ebd-current-copy h2 { font-size: 1.78rem; }
  .em-ebd-current-media,
  .em-ebd-current-media img { min-height: 230px; }
  .em-ebd-time-card { padding: 27px 22px; display: block; }
  .em-ebd-time-card h2 { font-size: 1.72rem; }
  .em-ebd-time-list { margin-top: 18px; }
  .em-ebd-flow-section { padding: 54px 0; }
  .em-ebd-flow { justify-content: flex-start; }
  .em-ebd-lesson-grid,
  .em-ebd-tools-grid { grid-template-columns: 1fr; }
  .em-ebd-lesson-card,
  .em-ebd-tool-card { min-height: 0; }
  .em-ebd-lessons-section,
  .em-ebd-tools-section { padding-top: 68px; padding-bottom: 72px; }
  .em-ebd-standard-section { padding-bottom: 72px; }
  .em-ebd-standard-card { padding: 34px 24px; border-radius: 22px; }
  .em-ebd-standard-card h2 { font-size: 1.9rem; }
}


/* =========================================================
   v5.0.8 — Biblioteca Ministerial
   Descoberta por busca, Bíblia, tema, necessidade e tipo.
   ========================================================= */
.em-library-page { background: #fff; }
.em-library-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(251,191,92,.18), transparent 27%),
    linear-gradient(125deg, var(--em-navy-1000), var(--em-navy-850));
}
.em-library-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .11;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 54px 54px;
}
.em-library-hero-inner { position: relative; z-index: 2; max-width: 980px; padding-top: 72px; padding-bottom: 84px; }
.em-library-hero .em-breadcrumbs { margin-bottom: 30px; }
.em-library-hero h1 { max-width: 820px; margin: 12px 0 20px; color: #fff; font-size: clamp(2.8rem, 5vw, 4.9rem); line-height: 1.02; text-wrap: balance; }
.em-library-hero p { max-width: 760px; color: #c6d1e2; font-size: 1.04rem; line-height: 1.78; }
.em-library-search { max-width: 860px; margin-top: 30px; padding: 8px; display: grid; grid-template-columns: 1fr auto; gap: 8px; background: #fff; border-radius: 16px; box-shadow: 0 18px 50px rgba(0,0,0,.18); }
.em-library-search input { min-width: 0; padding: 15px 16px; border: 0; outline: 0; color: var(--em-ink); background: transparent; font-size: .93rem; }
.em-library-search button { min-width: 132px; border: 0; }
.em-library-search-hint { margin-top: 14px !important; color: #9fb0c8 !important; font-size: .72rem !important; }
.em-library-jump { padding: 20px 0; background: #fff; border-bottom: 1px solid var(--em-line); }
.em-library-jump .em-container { display: flex; flex-wrap: wrap; gap: 8px; }
.em-library-jump a { padding: 8px 11px; color: #475569; background: #f8fafc; border: 1px solid var(--em-line); border-radius: 999px; font-size: .67rem; font-weight: 800; }
.em-library-jump a:hover { color: var(--em-navy-950); border-color: #f4c778; background: var(--em-cream); }
.em-library-section { padding: 88px 0; }
.em-library-section--soft { background: #f8fbff; }
.em-library-head { max-width: 760px; margin-bottom: 34px; }
.em-library-head h2 { margin: 8px 0 12px; font-size: clamp(2rem, 3vw, 3rem); }
.em-library-head p { margin: 0; color: var(--em-muted); }
.em-library-ways { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.em-library-way { min-height: 230px; padding: 28px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--em-line); border-radius: 20px; box-shadow: 0 10px 28px rgba(15,23,42,.05); }
.em-library-way > span { width: 40px; height: 40px; margin-bottom: 24px; display: grid; place-items: center; color: var(--em-gold-600); background: var(--em-cream); border: 1px solid #fed7aa; border-radius: 12px; font-size: .7rem; font-weight: 900; }
.em-library-way h3 { margin: 0 0 10px; font-size: 1.38rem; }
.em-library-way p { margin: 0 0 20px; color: var(--em-muted); font-size: .78rem; line-height: 1.65; }
.em-library-way a { margin-top: auto; color: var(--em-gold-600); font-size: .72rem; font-weight: 800; }
.em-bible-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.em-bible-panel { padding: 30px; background: #fff; border: 1px solid var(--em-line); border-radius: 22px; }
.em-bible-panel summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.em-bible-panel summary::-webkit-details-marker { display: none; }
.em-bible-panel summary strong { font-family: var(--em-serif); font-size: 1.45rem; }
.em-bible-panel summary span { color: var(--em-gold-600); font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.em-bible-books { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 8px; }
.em-bible-books a { padding: 8px 10px; color: #475569; background: #f8fafc; border: 1px solid var(--em-line); border-radius: 9px; font-size: .66rem; font-weight: 700; }
.em-bible-books a:hover { color: var(--em-navy-950); background: var(--em-cream); border-color: #fed7aa; }
.em-need-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.em-need-card { min-height: 215px; padding: 28px; display: flex; flex-direction: column; background: linear-gradient(180deg,#fff,#fbfdff); border: 1px solid var(--em-line); border-radius: 20px; }
.em-need-card small { color: var(--em-gold-600); font-size: .63rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.em-need-card h3 { margin: 12px 0 9px; font-size: 1.42rem; }
.em-need-card p { margin: 0 0 20px; color: var(--em-muted); font-size: .78rem; line-height: 1.65; }
.em-need-card > span { margin-top: auto; color: var(--em-navy-950); font-size: .72rem; font-weight: 800; }
.em-topic-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.em-topic-link { padding: 17px 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: #fff; border: 1px solid var(--em-line); border-radius: 14px; font-size: .73rem; font-weight: 800; }
.em-topic-link small { color: #94a3b8; font-size: .6rem; font-weight: 700; }
.em-topic-link:hover { border-color: #f0c36c; background: var(--em-cream); }
.em-type-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 12px; }
.em-type-card { padding: 20px 16px; text-align: center; background: var(--em-navy-950); border-radius: 16px; color: #fff; }
.em-type-card b { display: block; margin-bottom: 5px; font-family: var(--em-serif); font-size: 1.04rem; }
.em-type-card span { color: #aebdd0; font-size: .61rem; }
.em-sunday-section { padding: 34px 0 82px; background: #fff; }
.em-sunday-panel { padding: 40px; background: linear-gradient(130deg,var(--em-navy-1000),var(--em-navy-850)); border-radius: 26px; }
.em-sunday-panel-head { margin-bottom: 26px; display: grid; grid-template-columns: 1fr minmax(280px,.7fr); gap: 36px; align-items: end; }
.em-sunday-panel h2 { margin: 8px 0 0; color: #fff; font-size: clamp(2rem,3vw,2.8rem); }
.em-sunday-panel-head p { margin: 0; color: #b9c5d7; font-size: .8rem; }
.em-sunday-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.em-sunday-card { min-height: 220px; padding: 24px; display: flex; flex-direction: column; color: #dce5f1; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.11); border-radius: 18px; }
.em-sunday-card small { color: var(--em-gold-400); font-size: .62rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.em-sunday-card h3 { margin: 12px 0 10px; color: #fff; font-size: 1.35rem; line-height: 1.22; }
.em-sunday-card p { margin: 0 0 18px; color: #aebdd0; font-size: .75rem; line-height: 1.6; }
.em-sunday-card span { margin-top: auto; color: var(--em-gold-400); font-size: .69rem; font-weight: 800; }
.em-search-filters { margin: 0 0 30px; display: flex; flex-wrap: wrap; gap: 8px; }
.em-search-filters a { padding: 8px 11px; color: #475569; background: #f8fafc; border: 1px solid var(--em-line); border-radius: 999px; font-size: .65rem; font-weight: 800; }
.em-search-filters a.is-active { color: #fff; background: var(--em-navy-950); border-color: var(--em-navy-950); }
.em-search-shortcuts { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 8px; }
.em-search-shortcuts a { padding: 8px 10px; color: #475569; background: #f8fafc; border: 1px solid var(--em-line); border-radius: 999px; font-size: .66rem; font-weight: 800; }

@media (max-width: 1080px) {
  .em-library-ways, .em-topic-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .em-type-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 820px) {
  .em-bible-panels, .em-sunday-panel-head { grid-template-columns: 1fr; }
  .em-need-grid, .em-sunday-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .em-library-hero-inner { padding-top: 46px; padding-bottom: 56px; }
  .em-library-hero h1 { font-size: clamp(2.3rem,11vw,3.2rem); }
  .em-library-search { grid-template-columns: 1fr; padding: 7px; }
  .em-library-search button { min-height: 46px; }
  .em-library-section { padding: 64px 0; }
  .em-library-ways, .em-topic-grid, .em-type-grid { grid-template-columns: 1fr; }
  .em-library-way { min-height: 0; }
  .em-bible-panel { padding: 22px; }
  .em-sunday-panel { padding: 28px 22px; }
}

/* v5.0.10 — busca contextual na Biblioteca */
.em-library-search.is-focused-from-header { outline: 3px solid rgba(251,191,92,.28); outline-offset: 7px; border-radius: 18px; transition: outline-color .25s ease; }
.em-library-search.is-focused-from-header input { box-shadow: 0 0 0 3px rgba(251,191,92,.18); }
@media (prefers-reduced-motion: reduce) { .em-library-search.is-focused-from-header { transition: none; } }

/* =========================================================
   v5.0.11 — Biblioteca Bíblica por livro e capítulo
   ========================================================= */
.em-bible-books a { display: inline-flex; align-items: center; gap: 7px; }
.em-bible-books a small { min-width: 18px; height: 18px; padding: 0 5px; display: inline-grid; place-items: center; color: var(--em-gold-600); background: #fff7ed; border: 1px solid #fed7aa; border-radius: 999px; font-size: .55rem; font-weight: 900; }

.em-bible-index-page { background: #fff; }
.em-bible-index-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 80% 18%, rgba(251,191,92,.17), transparent 30%),
    linear-gradient(125deg, var(--em-navy-1000), var(--em-navy-850));
}
.em-bible-index-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .1;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 54px 54px;
}
.em-bible-index-hero-inner { position: relative; z-index: 2; padding-top: 38px; padding-bottom: 66px; }
.em-bible-crumbs { margin-bottom: 34px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; color: #93a4bc; font-size: .66rem; font-weight: 700; }
.em-bible-crumbs a { color: #b9c6d8; }
.em-bible-crumbs a:hover { color: var(--em-gold-400); }
.em-bible-crumbs strong { color: #fff; }
.em-bible-index-title-row { margin-top: 10px; display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.42fr); gap: 52px; align-items: end; }
.em-bible-index-title-row h1 { margin: 0 0 14px; color: #fff; font-size: clamp(3rem,6vw,5.6rem); line-height: .96; }
.em-bible-index-title-row p { max-width: 720px; margin: 0; color: #c6d1e2; font-size: 1rem; line-height: 1.75; }
.em-bible-index-facts { display: grid; gap: 8px; }
.em-bible-index-facts span { padding: 10px 12px; color: #dbe4f0; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.11); border-radius: 10px; font-size: .66rem; font-weight: 800; }

.em-bible-chapter-section { padding: 58px 0 48px; background: #f8fbff; border-bottom: 1px solid var(--em-line); }
.em-bible-chapter-head { margin-bottom: 24px; display: flex; justify-content: space-between; gap: 30px; align-items: end; }
.em-bible-chapter-head > div { max-width: 730px; }
.em-bible-chapter-head h2 { margin: 8px 0 8px; font-size: clamp(1.9rem,3vw,2.8rem); }
.em-bible-chapter-head p { margin: 0; color: var(--em-muted); font-size: .82rem; line-height: 1.65; }
.em-bible-chapter-list { display: flex; flex-wrap: wrap; gap: 8px; }
.em-bible-chapter-list a { width: 42px; height: 42px; display: inline-grid; place-items: center; color: #475569; background: #fff; border: 1px solid var(--em-line); border-radius: 10px; font-size: .72rem; font-weight: 800; }
.em-bible-chapter-list a:hover { color: var(--em-navy-950); background: var(--em-cream); border-color: #f4c778; }
.em-bible-chapter-list a.is-active { color: #fff; background: var(--em-navy-950); border-color: var(--em-navy-950); box-shadow: 0 8px 22px rgba(15,23,42,.15); }
.em-bible-chapter-list .em-bible-chapter-all { width: auto; padding: 0 15px; }

.em-bible-results-section { padding-top: 72px; }
.em-bible-results-head { margin-bottom: 30px; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.em-bible-results-head h2 { margin: 8px 0 8px; font-size: clamp(2rem,3vw,3rem); }
.em-bible-results-head p { margin: 0; color: var(--em-muted); }
.em-bible-result-grid { margin-top: 0; }
.em-bible-empty { max-width: 760px; margin: 0 auto; }
.em-bible-neighbors { margin-top: 58px; padding-top: 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; border-top: 1px solid var(--em-line); }
.em-bible-neighbors > div { min-height: 62px; display: flex; flex-direction: column; gap: 5px; }
.em-bible-neighbors small { color: #94a3b8; font-size: .6rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.em-bible-neighbors a { color: var(--em-navy-950); font-family: var(--em-serif); font-size: 1.15rem; font-weight: 700; }
.em-bible-neighbors a:hover { color: var(--em-gold-600); }
.em-bible-neighbors-next { text-align: right; align-items: flex-end; }

@media (max-width: 900px) {
  .em-bible-index-title-row { grid-template-columns: 1fr; gap: 26px; }
  .em-bible-index-facts { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 700px) {
  .em-bible-index-hero-inner { padding-top: 28px; padding-bottom: 48px; }
  .em-bible-index-title-row h1 { font-size: clamp(2.7rem,15vw,4.2rem); }
  .em-bible-index-facts { grid-template-columns: 1fr; }
  .em-bible-chapter-section { padding: 46px 0 40px; }
  .em-bible-chapter-head, .em-bible-results-head { align-items: flex-start; flex-direction: column; }
  .em-bible-chapter-list { gap: 7px; }
  .em-bible-chapter-list a { width: 39px; height: 39px; }
  .em-bible-neighbors { grid-template-columns: 1fr; }
  .em-bible-neighbors-next { text-align: left; align-items: flex-start; }
}


/* Biblioteca bíblica — refinamentos v5.0.13 */
.em-bible-group-head{margin:0 0 22px}.em-bible-group-head h3{font-family:var(--em-font-display,Georgia,serif);font-size:clamp(1.65rem,2.2vw,2.25rem);line-height:1.12;margin:7px 0 6px;color:var(--em-ink)}.em-bible-group-head p{margin:0;color:var(--em-muted);max-width:760px}.em-bible-group-head--related{margin-top:54px;padding-top:34px;border-top:1px solid var(--em-line)}
.em-empty-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:20px}
.em-bible-search-hit{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 26px;margin:0 0 28px;background:linear-gradient(135deg,#fff7ed 0%,#fff 100%);border:1px solid #f6d59c;border-radius:22px}.em-bible-search-hit h2{font-family:var(--em-font-display,Georgia,serif);font-size:clamp(1.7rem,2.5vw,2.35rem);margin:5px 0;color:var(--em-ink)}.em-bible-search-hit p{margin:0;color:var(--em-muted)}
@media(max-width:760px){.em-bible-search-hit{align-items:flex-start;flex-direction:column}.em-bible-search-hit .em-btn{width:100%;justify-content:center}.em-bible-group-head--related{margin-top:38px;padding-top:26px}}

/* =========================================================
   v5.0.14 — Home semanal: Prepare-se para este domingo
   ========================================================= */
.em-sunday-section--priority {
  padding: 34px 0 44px;
  background: #fff;
}
.em-sunday-shell {
  position: relative;
  overflow: hidden;
  padding: 38px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 10%, rgba(251,191,92,.16), transparent 30%),
    linear-gradient(130deg, var(--em-navy-1000), var(--em-navy-850));
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(15,23,42,.15);
}
.em-sunday-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .08;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 52px 52px;
}
.em-sunday-shell > * { position: relative; z-index: 1; }
.em-sunday-priority-head {
  margin-bottom: 28px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 42px;
  align-items: end;
}
.em-sunday-priority-head h2 {
  max-width: 760px;
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(2rem,3.3vw,3rem);
  line-height: 1.05;
}
.em-sunday-date {
  min-width: 220px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 14px;
}
.em-sunday-date small {
  color: var(--em-gold-400);
  font-size: .61rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.em-sunday-date strong { color: #fff; font-family: var(--em-serif); font-size: 1.08rem; }
.em-sunday-date span { color: #aebdd0; font-size: .6rem; }
.em-sunday-priority-grid {
  display: grid;
  grid-template-columns: minmax(0,1.5fr) minmax(300px,.72fr);
  gap: 16px;
}
.em-sunday-main-card {
  min-height: 340px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  color: var(--em-ink);
  background: linear-gradient(145deg,#fffaf1,#fff);
  border: 1px solid rgba(251,191,92,.36);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(0,0,0,.12);
}
.em-sunday-main-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}
.em-sunday-kicker,
.em-sunday-status {
  font-size: .61rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.em-sunday-kicker { color: var(--em-gold-600); }
.em-sunday-status { color: #64748b; }
.em-sunday-main-card h3 {
  max-width: 760px;
  margin: 18px 0 10px;
  color: var(--em-navy-950);
  font-size: clamp(1.65rem,2.4vw,2.35rem);
  line-height: 1.1;
}
.em-sunday-main-card p {
  max-width: 760px;
  margin: 0;
  color: #5f6f84;
  font-size: .8rem;
  line-height: 1.7;
}
.em-sunday-chips {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.em-sunday-chips span {
  padding: 7px 9px;
  color: #475569;
  background: #fff;
  border: 1px solid #ead8b9;
  border-radius: 999px;
  font-size: .6rem;
  font-weight: 800;
}
.em-sunday-main-action {
  margin-top: auto;
  padding-top: 24px;
  color: var(--em-navy-950);
  font-size: .72rem;
  font-weight: 900;
}
.em-sunday-main-action b { color: var(--em-gold-600); }
.em-sunday-side-stack { display: grid; gap: 16px; }
.em-sunday-side-card {
  min-height: 162px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  color: #dce5f1;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 18px;
}
.em-sunday-side-card:hover { background: rgba(255,255,255,.09); border-color: rgba(251,191,92,.38); }
.em-sunday-side-card small {
  color: var(--em-gold-400);
  font-size: .6rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.em-sunday-side-card h3 { margin: 9px 0 6px; color: #fff; font-size: 1.18rem; line-height: 1.22; }
.em-sunday-side-card p { margin: 0; color: #aebdd0; font-size: .69rem; line-height: 1.55; }
.em-sunday-side-card span { margin-top: auto; padding-top: 13px; color: var(--em-gold-400); font-size: .64rem; font-weight: 800; }
.em-sunday-side-card--library { background: rgba(251,191,92,.07); }
.em-sunday-foot {
  margin-top: 18px;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255,255,255,.09);
  color: #9fb0c7;
  font-size: .62rem;
}
.em-sunday-foot a { flex: 0 0 auto; color: var(--em-gold-400); font-weight: 900; }

@media (max-width: 920px) {
  .em-sunday-priority-head { grid-template-columns: 1fr; gap: 18px; align-items: start; }
  .em-sunday-date { min-width: 0; width: 100%; }
  .em-sunday-priority-grid { grid-template-columns: 1fr; }
  .em-sunday-side-stack { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 640px) {
  .em-sunday-section--priority { padding: 24px 0 34px; }
  .em-sunday-shell { padding: 26px 20px; border-radius: 22px; }
  .em-sunday-priority-head h2 { font-size: clamp(1.85rem,9vw,2.45rem); }
  .em-sunday-main-card { min-height: 0; padding: 24px 20px; }
  .em-sunday-main-top { align-items: flex-start; flex-direction: column; gap: 5px; }
  .em-sunday-main-card h3 { font-size: 1.55rem; }
  .em-sunday-side-stack { grid-template-columns: 1fr; }
  .em-sunday-side-card { min-height: 154px; }
  .em-sunday-foot { flex-direction: column; gap: 10px; }
}

/* v5.0.15 — correção de data local do bloco semanal da Home. */

/* =========================================================
   v5.0.16 — passe integrado de UX, UI, acessibilidade e performance
   ========================================================= */

/* Ritmo visual: menos rolagem vazia na Home sem perder respiro editorial. */
.home .em-section { padding-top: 88px; padding-bottom: 88px; }
.home .em-section--feature { padding-top: 58px; }
.home .em-section--closing { padding-top: 42px; }

/* Cabeçalho: ocupa menos área útil após o usuário iniciar a rolagem. */
.em-header-inner { transition: min-height .22s ease; }
@media (min-width: 1021px) {
  .em-site-header.is-scrolled .em-header-inner { min-height: 68px; }
  .em-site-header.is-scrolled .em-brand-mark { transform: scale(.92); }
}

/* Âncoras do sumário não ficam escondidas atrás do cabeçalho fixo. */
.em-article-content h2,
.em-article-content h3 { scroll-margin-top: 118px; }

/* Imagens reais e responsivas nos cards: habilita srcset/lazy loading do WordPress. */
.em-card-media-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Retrato principal como IMG real para melhorar descoberta do LCP e estabilidade. */
.em-hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* Acesso rápido: reduz redundância visual entre os 8 pilares e os 4 atalhos. */
.home .em-quick-access-section { padding-top: 58px; padding-bottom: 66px; }
.home .em-quick-access-section .em-section-intro { margin-bottom: 30px; }
.home .em-quick-access-section .em-section-intro h2 { font-size: clamp(1.9rem, 2.8vw, 2.75rem); }
.home .em-quick-access-section .em-path-card { min-height: 245px; padding: 24px; }
.home .em-quick-access-section .em-path-icon { width: 48px; height: 48px; margin: 16px 0 18px; background-size: 23px; border-radius: 14px; }
.home .em-quick-access-section .em-path-card h3 { font-size: 1.28rem; }
.home .em-quick-access-section .em-path-card p { font-size: .86rem; }

/* Legibilidade: textos de apoio não devem parecer microtexto em telas grandes. */
.em-sunday-date small { font-size: .7rem; }
.em-sunday-date span { font-size: .76rem; }
.em-sunday-main-card p { font-size: .9rem; }
.em-sunday-kicker,
.em-sunday-status { font-size: .69rem; }
.em-sunday-chips span { font-size: .7rem; }
.em-sunday-main-action { font-size: .8rem; }
.em-sunday-side-card small { font-size: .68rem; }
.em-sunday-side-card p { font-size: .82rem; line-height: 1.62; }
.em-sunday-side-card span { font-size: .75rem; }
.em-sunday-foot { font-size: .74rem; }
.em-library-way p,
.em-need-card p,
.em-ebd-lesson-card p,
.em-ebd-tool-card p { font-size: .86rem; }
.em-library-way a,
.em-need-card > span,
.em-ebd-tool-card > a { font-size: .78rem; }
.em-sunday-card p { font-size: .84rem; }
.em-sunday-card span { font-size: .76rem; }
.em-type-card span { font-size: .7rem; }

/* Botão voltar ao topo mais discreto no desktop e mais claro ao interagir. */
.em-back-top.is-visible { opacity: .82; }
.em-back-top.is-visible:hover,
.em-back-top.is-visible:focus-visible { opacity: 1; transform: translateY(-2px); }

/* Busca continua disponível em celulares pequenos. */
@media (max-width: 480px) {
  .em-search-toggle { display: grid; }
  .home .em-section { padding-top: 62px; padding-bottom: 62px; }
  .home .em-quick-access-section { padding-top: 46px; padding-bottom: 52px; }
  .home .em-quick-access-section .em-path-card { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .em-header-inner { transition: none; }
}


/* =========================================================
   v5.0.17 — auditoria responsiva de UX/UI e leitura longa
   ========================================================= */

/* Títulos longos permanecem legíveis sem estourar cards ou telas estreitas. */
h1, h2, h3 { text-wrap: balance; overflow-wrap: break-word; }

/* Sumário móvel: mantém orientação em artigos longos sem ocupar a lateral. */
.em-mobile-toc-card {
  display: none;
  margin: 0 0 30px;
  padding: 0;
  background: #fff;
  border: 1px solid var(--em-line);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(15,23,42,.05);
}
.em-mobile-toc-card summary {
  min-height: 50px;
  padding: 14px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--em-navy-950);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}
.em-mobile-toc-card summary::-webkit-details-marker { display: none; }
.em-mobile-toc-card summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--em-gold-600);
  background: var(--em-cream);
  border-radius: 50%;
  font-size: 1rem;
}
.em-mobile-toc-card[open] summary::after { content: "−"; }
.em-mobile-toc-card .em-toc { padding: 0 17px 16px; }
.em-mobile-toc-card .em-toc ol { max-height: 48vh; overflow: auto; padding-right: 4px; }
.em-mobile-toc-card .em-toc a { min-height: 40px; display: flex; align-items: center; }

/* Melhora alvo de toque em filtros e índices usados principalmente no mobile. */
@media (max-width: 760px) {
  body { font-size: 16px; }
  .em-mobile-toc-card { display: block; }
  .em-search-filters a,
  .em-search-shortcuts a,
  .em-library-jump a,
  .em-bible-books a { min-height: 44px; display: inline-flex; align-items: center; }
  .em-bible-chapter-list a { width: 44px; height: 44px; }
  .em-bible-chapter-list .em-bible-chapter-all { min-height: 44px; }
  .em-post-hero h1 { font-size: clamp(2.15rem, 10.4vw, 3.35rem); line-height: 1.06; }
  .em-post-deck { font-size: .98rem; line-height: 1.7; }
  .em-article-content { font-size: 1rem; line-height: 1.8; }
  .em-article-content p, .em-article-content li { overflow-wrap: break-word; }
}

@media (max-width: 480px) {
  /* Mantém leitura confortável; não reduz o texto-base abaixo de 16px. */
  body { font-size: 16px; }
  .em-container { width: min(calc(100% - 24px), var(--em-container)); }
  .em-post-hero-inner { padding-top: 46px; padding-bottom: 72px; }
  .em-post-kicker { gap: 7px 9px; }
  .em-author-line small { line-height: 1.45; }
  .em-mobile-toc-card { margin-bottom: 24px; }
}

/* Conteúdo recente da Home: reduz áreas visuais vazias quando não há thumbnail. */
.home .em-card--featured .em-card-media--abstract { min-height: 300px; }
@media (max-width: 760px) {
  .home .em-card--featured .em-card-media--abstract { min-height: 220px; }
}


/* SOURCE: assets/css/patch-5.0.21.css */
/*
 * Eliezer Marcos Premium — patch 5.0.18
 * UX/UI móvel: EBD, leitura longa, header e controles de toque.
 * Arquivo separado propositalmente para quebrar caches antigos de style.css.
 */

/* =========================================================
   Cabeçalho móvel: menos altura, menos ruído, mais conteúdo útil.
   ========================================================= */
@media (max-width: 760px) {
  .em-announcement { display: none !important; }
  .em-site-header { top: 0 !important; }
  .em-header-inner { min-height: 64px !important; gap: 10px !important; }
  .em-brand { gap: 10px !important; min-width: 0; }
  .em-brand-mark { width: 40px !important; height: 40px !important; border-radius: 12px 12px 5px 12px !important; }
  .em-brand-mark span { font-size: 1.02rem !important; }
  .em-brand-text { min-width: 0; }
  .em-brand-text strong { font-size: 1rem !important; white-space: nowrap; }
  .em-brand-text > span { display: none !important; }
  .em-menu-toggle { width: 44px !important; height: 44px !important; flex: 0 0 44px; }
  .em-nav { inset: 72px 12px auto !important; max-height: calc(100vh - 86px) !important; }
  .em-back-top { display: none !important; }
}

@media (max-width: 480px) {
  .em-search-toggle { display: none !important; }
}

/* Pesquisa acessível dentro do menu móvel quando a lupa não cabe no header. */
.em-mobile-menu-search { display: none; }
@media (max-width: 1020px) {
  .em-mobile-menu-search {
    width: 100%;
    min-height: 46px;
    margin: 0 0 10px;
    padding: 0 14px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #fff;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    font: inherit;
    font-size: .88rem;
    font-weight: 700;
    text-align: left;
  }
  .em-nav.is-open .em-mobile-menu-search { display: flex; }
  .em-mobile-menu-search::after { content: "⌕"; color: var(--em-gold-400); font-size: 1.25rem; }
}

/* =========================================================
   Central EBD — experiência móvel robusta e compacta.
   ========================================================= */
@media (max-width: 760px) {
  .em-ebd-hub { background: #fff !important; }
  .em-ebd-hero {
    position: relative !important;
    overflow: hidden !important;
    color: #fff !important;
    background:
      radial-gradient(circle at 85% 10%, rgba(251,191,92,.16), transparent 30%),
      linear-gradient(135deg, var(--em-navy-1000), var(--em-navy-850)) !important;
  }
  .em-ebd-hero::after { display: block !important; }
  .em-ebd-hero-inner {
    min-height: 0 !important;
    padding-top: 34px !important;
    padding-bottom: 40px !important;
    display: block !important;
  }
  .em-ebd-hero .em-breadcrumbs { display: none !important; }
  .em-ebd-kicker {
    margin-bottom: 14px !important;
    color: var(--em-gold-400) !important;
    font-size: .69rem !important;
  }
  .em-ebd-hero-copy h1 {
    max-width: 16ch !important;
    margin-bottom: 18px !important;
    color: #fff !important;
    font-size: clamp(2.15rem, 10vw, 2.75rem) !important;
    line-height: 1.03 !important;
    letter-spacing: -.02em;
  }
  .em-ebd-hero-copy > p {
    margin-bottom: 20px !important;
    color: #cbd5e1 !important;
    font-size: .98rem !important;
    line-height: 1.68 !important;
  }
  .em-ebd-hero-proof {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
    color: #e7edf6 !important;
    font-size: .82rem !important;
  }
  .em-ebd-hero-proof span {
    width: fit-content;
    padding: 7px 10px;
    gap: 7px !important;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 999px;
  }
  .em-ebd-hero-note {
    margin-top: 22px !important;
    padding: 18px !important;
    color: #fff !important;
    background: rgba(255,255,255,.075) !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 16px !important;
    backdrop-filter: none !important;
  }
  .em-ebd-hero-note .em-mini-label { color: var(--em-gold-400) !important; }
  .em-ebd-hero-note strong {
    margin: 7px 0 8px !important;
    color: #fff !important;
    font-size: 1.18rem !important;
    line-height: 1.32 !important;
  }
  .em-ebd-hero-note p { color: #cbd5e1 !important; font-size: .88rem !important; line-height: 1.62 !important; }

  .em-ebd-current-section { padding: 28px 0 42px !important; background: #f8fbff !important; }
  .em-ebd-current-grid { display: grid !important; grid-template-columns: 1fr !important; gap: 16px !important; }
  .em-ebd-current-card {
    overflow: hidden !important;
    display: block !important;
    background: #fff !important;
    border: 1px solid var(--em-line) !important;
    border-radius: 18px !important;
    box-shadow: 0 12px 30px rgba(15,23,42,.06) !important;
  }
  .em-ebd-current-copy { padding: 22px 20px 24px !important; display: block !important; }
  .em-ebd-current-labels { display: flex !important; flex-wrap: wrap !important; gap: 7px !important; margin-bottom: 14px !important; }
  .em-ebd-status, .em-ebd-number {
    min-height: 28px !important;
    padding: 6px 9px !important;
    font-size: .64rem !important;
  }
  .em-ebd-current-copy h2 {
    margin-bottom: 12px !important;
    font-size: 1.65rem !important;
    line-height: 1.12 !important;
  }
  .em-ebd-current-copy > p {
    margin-bottom: 16px !important;
    color: var(--em-muted) !important;
    font-size: .92rem !important;
    line-height: 1.65 !important;
  }
  .em-ebd-current-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    margin-bottom: 18px !important;
    font-size: .71rem !important;
  }
  .em-ebd-current-meta i,
  .em-ebd-current-meta .em-ebd-meta-sep { display: none !important; }
  .em-ebd-current-meta > span:not(.em-ebd-meta-sep) {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: 6px 10px;
    background: #f8fafc;
    border: 1px solid var(--em-line);
    border-radius: 999px;
  }
  .em-ebd-primary-btn {
    width: 100% !important;
    min-height: 50px !important;
    display: inline-flex !important;
    justify-content: space-between !important;
  }
  /* Em telas pequenas o conteúdo é mais importante que a arte do card. */
  .em-ebd-current-media { display: none !important; }

  .em-ebd-time-card {
    padding: 22px 20px !important;
    display: block !important;
    color: #dbe4f1 !important;
    background: var(--em-navy-950) !important;
    border-radius: 18px !important;
    box-shadow: none !important;
  }
  .em-ebd-time-card .em-mini-label { color: var(--em-gold-400) !important; }
  .em-ebd-time-card h2 {
    margin: 8px 0 16px !important;
    color: #fff !important;
    font-size: 1.6rem !important;
    line-height: 1.12 !important;
  }
  .em-ebd-time-list { display: grid !important; gap: 0 !important; margin: 0 !important; }
  .em-ebd-time-list li {
    min-width: 0;
    padding: 11px 0 !important;
    display: grid !important;
    grid-template-columns: 58px minmax(0,1fr) !important;
    gap: 12px !important;
    align-items: start !important;
    border-top: 1px solid rgba(255,255,255,.1) !important;
  }
  .em-ebd-time-list li > span {
    color: var(--em-gold-400) !important;
    font-size: .72rem !important;
    font-weight: 800 !important;
  }
  .em-ebd-time-list li > div { min-width: 0; }
  .em-ebd-time-list b {
    display: block !important;
    margin: 0 0 3px !important;
    color: #fff !important;
    font-size: .86rem !important;
    line-height: 1.35 !important;
  }
  .em-ebd-time-list small {
    display: block !important;
    color: #aebbd0 !important;
    font-size: .76rem !important;
    line-height: 1.45 !important;
  }
  .em-ebd-time-note {
    margin-top: 14px !important;
    padding-top: 14px !important;
    color: #bec9da !important;
    font-size: .8rem !important;
    line-height: 1.55 !important;
  }

  .em-ebd-flow-section { padding: 42px 0 !important; background: #fff !important; }
  .em-ebd-section-head { margin-bottom: 20px !important; }
  .em-ebd-section-head h2 { margin: 7px 0 10px !important; font-size: 2rem !important; line-height: 1.08 !important; }
  .em-ebd-section-head p { font-size: .92rem !important; line-height: 1.65 !important; }
  .em-ebd-flow {
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
  }
  .em-ebd-flow span {
    padding: 9px 11px !important;
    color: var(--em-navy-950) !important;
    background: var(--em-soft) !important;
    border: 1px solid #dbeafe !important;
    border-radius: 999px !important;
    font-size: .72rem !important;
    white-space: normal !important;
  }
  .em-ebd-flow i { display: none !important; }

  .em-ebd-lessons-section,
  .em-ebd-tools-section { padding: 52px 0 !important; }
  .em-ebd-lessons-section { background: #f8fbff !important; }
  .em-ebd-section-head--split { display: block !important; }
  .em-ebd-section-head--split > p { margin-top: 14px !important; }
  .em-ebd-lesson-grid,
  .em-ebd-tools-grid { display: grid !important; grid-template-columns: 1fr !important; gap: 14px !important; }
  .em-ebd-lesson-card,
  .em-ebd-tool-card {
    min-height: 0 !important;
    padding: 20px !important;
    background: #fff !important;
    border: 1px solid var(--em-line) !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 22px rgba(15,23,42,.045) !important;
  }
  .em-ebd-lesson-top { display: flex !important; align-items: center !important; justify-content: space-between !important; gap: 12px !important; margin-bottom: 12px !important; }
  .em-ebd-lesson-card h3 { margin-bottom: 10px !important; font-size: 1.28rem !important; line-height: 1.22 !important; }
  .em-ebd-lesson-card p { margin-bottom: 16px !important; font-size: .9rem !important; line-height: 1.58 !important; }
  .em-ebd-lesson-card .em-card-link { min-height: 44px; display: flex !important; align-items: center !important; }

  .em-ebd-standard-section { padding: 0 0 52px !important; }
  .em-ebd-standard-card { padding: 26px 20px !important; display: block !important; border-radius: 18px !important; }
  .em-ebd-standard-card h2 { font-size: 1.8rem !important; }
  .em-ebd-standard-card p { font-size: .9rem !important; line-height: 1.6 !important; }
  .em-ebd-standard-points { margin-top: 22px; }
  .em-ebd-standard-points span { grid-template-columns: 34px 1fr !important; gap: 10px !important; font-size: .84rem !important; }
}

/* =========================================================
   Artigo longo — mobile first para leitura e navegação.
   ========================================================= */
@media (max-width: 760px) {
  .single .em-post-hero-inner {
    padding-top: 34px !important;
    padding-bottom: 44px !important;
  }
  .single .em-post-hero .em-breadcrumbs { display: none !important; }
  .single .em-post-kicker {
    margin-bottom: 16px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px 10px !important;
    font-size: .7rem !important;
    line-height: 1.45 !important;
  }
  .single .em-post-hero h1 {
    max-width: 18ch !important;
    margin-bottom: 18px !important;
    font-size: clamp(2.05rem, 9.5vw, 2.65rem) !important;
    line-height: 1.04 !important;
    letter-spacing: -.02em !important;
    text-wrap: pretty !important;
  }
  .single .em-post-deck {
    margin-bottom: 0 !important;
    font-size: .98rem !important;
    line-height: 1.68 !important;
  }
  .single .em-author-line { margin-top: 22px !important; gap: 10px !important; font-size: .76rem !important; }
  .single .em-author-avatar { width: 42px !important; height: 42px !important; }

  .single .em-featured--wide { margin-top: -24px !important; border-radius: 14px !important; }
  .single .em-article-layout {
    width: min(calc(100% - 28px), 800px) !important;
    padding-top: 30px !important;
    padding-bottom: 70px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .single .em-article-aside {
    display: block !important;
    order: 1;
  }
  .single .em-article-content { order: 2; font-size: 1rem !important; line-height: 1.75 !important; }
  .single .em-article-cta { display: none !important; }
  .single .em-toc-card { display: none !important; }
  .single .em-mobile-toc-card {
    display: block !important;
    margin: 0 0 24px !important;
  }
  .single .em-share {
    margin: 0 !important;
    padding: 0 0 16px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px 10px !important;
    border-bottom: 1px solid var(--em-line);
  }
  .single .em-share > span { width: 100%; margin: 0 0 3px !important; }
  .single .em-share a,
  .single .em-share button {
    min-height: 40px;
    padding: 8px 10px !important;
    display: inline-flex !important;
    align-items: center;
    background: #f8fafc !important;
    border: 1px solid var(--em-line) !important;
    border-radius: 999px !important;
  }
  .single .em-article-content h2 { margin-top: 2.1em !important; font-size: 1.7rem !important; line-height: 1.16 !important; }
  .single .em-article-content h3 { margin-top: 1.8em !important; font-size: 1.32rem !important; line-height: 1.24 !important; }
  .single .em-article-content p,
  .single .em-article-content li { line-height: 1.75 !important; }
  .single .em-article-content blockquote { margin: 24px 0 !important; }
}

@media (max-width: 380px) {
  .em-brand-text strong { font-size: .94rem !important; }
  .single .em-post-hero h1 { font-size: 2rem !important; }
  .em-ebd-hero-copy h1 { font-size: 2.1rem !important; }
}

/* =========================================================
   v5.0.19 — correções móveis pós-auditoria + leitura sem obstrução
   ========================================================= */
@media (max-width: 760px) {
  /* O header fica compacto e pode sair de cena ao rolar para baixo. */
  .em-site-header {
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease !important;
    will-change: transform;
  }
  .em-site-header.is-mobile-hidden {
    transform: translateY(-105%) !important;
  }
  body.em-menu-open .em-site-header,
  body.em-search-open .em-site-header {
    transform: translateY(0) !important;
  }

  /* Artigo: mais conteúdo na primeira dobra e título ainda editorial. */
  .single .em-post-hero-inner {
    padding-top: 28px !important;
    padding-bottom: 46px !important;
  }
  .single .em-post-kicker {
    margin-bottom: 18px !important;
    gap: 7px 9px !important;
  }
  .single .em-post-kicker > span:not(.em-pill) {
    font-size: .72rem !important;
  }
  .single .em-post-hero h1 {
    max-width: 100% !important;
    margin-bottom: 20px !important;
    font-size: clamp(2rem, 9vw, 2.65rem) !important;
    line-height: 1.04 !important;
    letter-spacing: -.018em !important;
  }
  .single .em-post-deck {
    margin-bottom: 22px !important;
    font-size: .95rem !important;
    line-height: 1.68 !important;
  }
  .single .em-author-line {
    margin-top: 18px !important;
    gap: 11px !important;
  }
  .single .em-author-avatar {
    width: 48px !important;
    height: 48px !important;
  }
  .single .em-author-line > span:last-child {
    font-size: .84rem !important;
  }
  .single .em-author-line small {
    font-size: .72rem !important;
  }

  /* Sumário precisa aparecer antes da leitura longa no mobile. */
  .single .em-mobile-toc-card {
    display: block !important;
    margin: 0 0 24px !important;
  }
  .single .em-article-aside .em-toc-card {
    display: none !important;
  }

  /* Compartilhamento mais compacto e sem grande vazio. */
  .single .em-article-layout {
    padding-top: 24px !important;
    row-gap: 18px !important;
  }
  .single .em-share {
    padding-bottom: 14px !important;
    gap: 7px !important;
  }
  .single .em-share a,
  .single .em-share button {
    min-height: 38px !important;
    font-size: .74rem !important;
  }

  /* Âncoras do sumário consideram o header móvel compacto. */
  .em-article-content h2,
  .em-article-content h3 {
    scroll-margin-top: 82px !important;
  }

  /* Segurança extra: nunca exibir o botão flutuante no celular. */
  .em-back-top,
  .em-back-top.is-visible {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

@media (max-width: 390px) {
  .single .em-post-hero h1 {
    font-size: clamp(1.95rem, 8.9vw, 2.35rem) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-site-header { transition: none !important; }
}

/* =========================================================
   v5.0.20 — sumário resiliente + refinamentos finais de leitura móvel
   ========================================================= */
.em-toc .is-subitem a {
  padding-left: 12px;
  color: #7b8799;
  font-weight: 600;
}
.em-toc-count {
  margin-left: auto;
  color: #8691a3;
  font-size: .68rem;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 760px) {
  .single .em-mobile-toc-card {
    border-radius: 14px !important;
    overflow: hidden;
  }
  .single .em-mobile-toc-card summary {
    font-size: .94rem;
    line-height: 1.3;
  }
  .single .em-mobile-toc-card .em-toc {
    margin-top: 0 !important;
    padding-top: 3px !important;
    border-top: 1px solid var(--em-line);
  }
  .single .em-mobile-toc-card .em-toc ol {
    gap: 2px !important;
  }
  .single .em-mobile-toc-card .em-toc a {
    min-height: 42px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: .79rem !important;
    line-height: 1.4;
  }
  .single .em-mobile-toc-card .em-toc .is-subitem a {
    padding-left: 16px;
    font-size: .74rem !important;
  }
  .single .em-author-box {
    margin-top: 42px !important;
    padding: 24px !important;
    grid-template-columns: 64px 1fr !important;
    gap: 18px !important;
  }
  .single .em-author-box-avatar {
    width: 64px !important;
    height: 64px !important;
  }
  .single .em-author-box h3 {
    font-size: 1.45rem !important;
  }
}

/* =========================================================
   v5.0.21 — Home mobile: hierarquia, cartões e redução de rolagem
   Este bloco é deliberadamente autossuficiente para não depender de
   regras antigas do style.css que possam permanecer em cache no host.
   ========================================================= */
.em-mobile-swipe-hint { display: none; }

@media (max-width: 760px) {
  /* A faixa decorativa horizontal estava truncada e atrasava o conteúdo útil. */
  .home .em-value-strip { display: none !important; }

  /* Bloco semanal: restaura a hierarquia visual completa em telas pequenas. */
  .home .em-sunday-section--priority {
    padding: 24px 0 42px !important;
    background: #f6f9fd !important;
  }
  .home .em-sunday-shell {
    position: relative !important;
    overflow: hidden !important;
    padding: 22px 18px !important;
    color: #fff !important;
    background:
      radial-gradient(circle at 92% 5%, rgba(251,191,92,.16), transparent 28%),
      linear-gradient(138deg, #0b162d 0%, #182b49 100%) !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 20px !important;
    box-shadow: 0 18px 42px rgba(15,23,42,.13) !important;
  }
  .home .em-sunday-shell::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    opacity: .07 !important;
    background-image:
      linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px) !important;
    background-size: 42px 42px !important;
  }
  .home .em-sunday-shell > * { position: relative !important; z-index: 1 !important; }
  .home .em-sunday-priority-head {
    margin-bottom: 18px !important;
    display: block !important;
  }
  .home .em-sunday-priority-head .em-eyebrow {
    color: #fbbf5c !important;
    font-size: .68rem !important;
  }
  .home .em-sunday-priority-head h2 {
    max-width: 18ch !important;
    margin: 9px 0 16px !important;
    color: #fff !important;
    font-size: clamp(2rem, 9.5vw, 2.55rem) !important;
    line-height: 1.04 !important;
    letter-spacing: -.018em !important;
  }
  .home .em-sunday-date {
    width: 100% !important;
    min-width: 0 !important;
    padding: 10px 12px !important;
    display: flex !important;
    flex-flow: row wrap !important;
    align-items: baseline !important;
    gap: 2px 8px !important;
    background: rgba(255,255,255,.065) !important;
    border: 1px solid rgba(255,255,255,.11) !important;
    border-radius: 12px !important;
  }
  .home .em-sunday-date small {
    color: #fbbf5c !important;
    font-size: .64rem !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
  }
  .home .em-sunday-date strong {
    color: #fff !important;
    font-size: .96rem !important;
  }
  .home .em-sunday-date span {
    width: 100% !important;
    color: #b7c4d8 !important;
    font-size: .72rem !important;
  }
  .home .em-sunday-priority-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .home .em-sunday-main-card {
    min-height: 0 !important;
    padding: 20px 18px !important;
    display: flex !important;
    flex-direction: column !important;
    color: #0f1f38 !important;
    background: linear-gradient(145deg,#fff9ef,#fff) !important;
    border: 1px solid rgba(251,191,92,.42) !important;
    border-radius: 16px !important;
    box-shadow: 0 12px 30px rgba(0,0,0,.10) !important;
    text-decoration: none !important;
  }
  .home .em-sunday-main-top {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: 6px 10px !important;
  }
  .home .em-sunday-kicker,
  .home .em-sunday-status {
    font-size: .62rem !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .07em !important;
  }
  .home .em-sunday-kicker { color: #b86500 !important; }
  .home .em-sunday-status { color: #66758b !important; }
  .home .em-sunday-main-card h3 {
    margin: 12px 0 9px !important;
    color: #0f1f38 !important;
    font-size: 1.48rem !important;
    line-height: 1.14 !important;
  }
  .home .em-sunday-main-card p {
    margin: 0 !important;
    color: #5f6f84 !important;
    font-size: .88rem !important;
    line-height: 1.62 !important;
  }
  .home .em-sunday-chips {
    margin-top: 14px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
  }
  .home .em-sunday-chips span {
    min-height: 30px !important;
    padding: 6px 9px !important;
    display: inline-flex !important;
    align-items: center !important;
    color: #475569 !important;
    background: #fff !important;
    border: 1px solid #ead8b9 !important;
    border-radius: 999px !important;
    font-size: .66rem !important;
    font-weight: 800 !important;
  }
  .home .em-sunday-main-action {
    margin-top: 16px !important;
    padding-top: 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    color: #0f1f38 !important;
    font-size: .82rem !important;
    font-weight: 900 !important;
  }
  .home .em-sunday-main-action b { color: #b86500 !important; }
  .home .em-sunday-side-stack {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .home .em-sunday-side-card {
    min-height: 0 !important;
    padding: 16px !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    column-gap: 12px !important;
    color: #dce5f1 !important;
    background: rgba(255,255,255,.065) !important;
    border: 1px solid rgba(255,255,255,.11) !important;
    border-radius: 14px !important;
    text-decoration: none !important;
  }
  .home .em-sunday-side-card small,
  .home .em-sunday-side-card h3,
  .home .em-sunday-side-card p { grid-column: 1 / -1 !important; }
  .home .em-sunday-side-card small {
    color: #fbbf5c !important;
    font-size: .62rem !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
  }
  .home .em-sunday-side-card h3 {
    margin: 5px 0 4px !important;
    color: #fff !important;
    font-size: 1.03rem !important;
    line-height: 1.25 !important;
  }
  .home .em-sunday-side-card p {
    margin: 0 !important;
    color: #b8c4d7 !important;
    font-size: .78rem !important;
    line-height: 1.5 !important;
  }
  .home .em-sunday-side-card span {
    grid-column: 1 / -1 !important;
    margin-top: 9px !important;
    padding-top: 0 !important;
    color: #fbbf5c !important;
    font-size: .73rem !important;
    font-weight: 800 !important;
  }
  .home .em-sunday-side-card--library { background: rgba(251,191,92,.075) !important; }
  .home .em-sunday-foot {
    margin-top: 14px !important;
    padding-top: 13px !important;
    display: block !important;
    border-top: 1px solid rgba(255,255,255,.1) !important;
    color: #aebdd0 !important;
    font-size: .73rem !important;
    line-height: 1.55 !important;
  }
  .home .em-sunday-foot a {
    margin-top: 9px !important;
    display: inline-flex !important;
    min-height: 40px !important;
    align-items: center !important;
    color: #fbbf5c !important;
    font-weight: 900 !important;
  }

  /* Oito pilares: carousel horizontal reduz drasticamente a rolagem vertical. */
  .home .em-pillars-section {
    padding: 46px 0 48px !important;
    background: #eef5ff !important;
  }
  .home .em-pillars-section .em-section-intro {
    margin-bottom: 20px !important;
    display: block !important;
  }
  .home .em-pillars-section .em-section-intro h2 {
    margin: 7px 0 12px !important;
    font-size: 2rem !important;
    line-height: 1.08 !important;
  }
  .home .em-pillars-section .em-section-intro > p {
    margin: 0 !important;
    color: #64748b !important;
    font-size: .9rem !important;
    line-height: 1.62 !important;
  }
  .home .em-mobile-swipe-hint {
    margin: 14px 0 0 !important;
    display: block !important;
    color: #9b6b16 !important;
    font-size: .72rem !important;
    font-weight: 800 !important;
  }
  .home .em-pillar-grid {
    width: calc(100% + 14px) !important;
    margin-right: -14px !important;
    padding: 2px 14px 10px 0 !important;
    display: flex !important;
    gap: 12px !important;
    overflow-x: auto !important;
    overscroll-behavior-inline: contain !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }
  .home .em-pillar-grid::-webkit-scrollbar { display: none !important; }
  .home .em-pillar-card {
    flex: 0 0 min(78vw, 280px) !important;
    min-height: 185px !important;
    padding: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    scroll-snap-align: start !important;
    color: #101f37 !important;
    background: #fff !important;
    border: 1px solid #dce5f0 !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 22px rgba(15,23,42,.055) !important;
    text-decoration: none !important;
  }
  .home .em-pillar-card h3 {
    margin: 0 0 9px !important;
    color: #101f37 !important;
    font-size: 1.18rem !important;
    line-height: 1.22 !important;
  }
  .home .em-pillar-card p {
    margin: 0 0 14px !important;
    color: #65758a !important;
    font-size: .85rem !important;
    line-height: 1.58 !important;
  }
  .home .em-pillar-card > span {
    margin-top: auto !important;
    color: #b86500 !important;
    font-size: .78rem !important;
    font-weight: 800 !important;
  }

  /* Atalhos: dois por linha, sem repetir descrição extensa já vista nos pilares. */
  .home .em-quick-access-section {
    padding: 46px 0 50px !important;
    background: #fff !important;
  }
  .home .em-quick-access-section .em-section-intro {
    margin-bottom: 22px !important;
    display: block !important;
  }
  .home .em-quick-access-section .em-section-intro h2 {
    margin: 7px 0 12px !important;
    font-size: 2rem !important;
    line-height: 1.08 !important;
  }
  .home .em-quick-access-section .em-section-intro > p {
    margin: 0 !important;
    font-size: .9rem !important;
    line-height: 1.62 !important;
  }
  .home .em-quick-access-section .em-path-grid {
    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 10px !important;
  }
  .home .em-quick-access-section .em-path-card {
    min-height: 176px !important;
    padding: 15px !important;
    display: flex !important;
    flex-direction: column !important;
    background: #fff !important;
    border: 1px solid #dde5ef !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 16px rgba(15,23,42,.035) !important;
    text-decoration: none !important;
  }
  .home .em-quick-access-section .em-path-number {
    top: 13px !important;
    right: 13px !important;
    font-size: .6rem !important;
  }
  .home .em-quick-access-section .em-path-icon {
    width: 40px !important;
    height: 40px !important;
    margin: 16px 0 13px !important;
    border-radius: 12px !important;
    background-size: 20px !important;
  }
  .home .em-quick-access-section .em-path-card h3 {
    margin: 0 0 10px !important;
    color: #101f37 !important;
    font-size: 1.02rem !important;
    line-height: 1.2 !important;
  }
  .home .em-quick-access-section .em-path-card p { display: none !important; }
  .home .em-quick-access-section .em-path-link {
    margin-top: auto !important;
    min-height: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    font-size: .72rem !important;
  }
  .home .em-quick-access-section .em-path-link b {
    width: 30px !important;
    height: 30px !important;
    flex: 0 0 30px !important;
  }

  /* Conteúdo recente começa mais cedo após os atalhos. */
  .home .em-quick-access-section + .em-section--soft {
    padding-top: 48px !important;
  }
}

@media (max-width: 350px) {
  .home .em-quick-access-section .em-path-grid { grid-template-columns: 1fr !important; }
  .home .em-quick-access-section .em-path-card { min-height: 150px !important; }
}


/* SOURCE: assets/css/patch-5.0.22.css */
/*
 * Eliezer Marcos Premium — patch 5.0.22
 * Biblioteca Ministerial no celular: restaura a hierarquia visual,
 * compacta a navegação e evita listas concatenadas.
 */

@media (max-width: 760px) {
  /* Evita qualquer overflow horizontal causado por grids/listas da Biblioteca. */
  .em-library-page,
  .em-library-page * { box-sizing: border-box; }
  .em-library-page { overflow-x: clip; background: #fff !important; }

  /* HERO — uma entrada clara e coerente com a identidade do site. */
  .em-library-hero {
    position: relative !important;
    overflow: hidden !important;
    color: #fff !important;
    background:
      radial-gradient(circle at 92% 10%, rgba(251,191,92,.15), transparent 32%),
      linear-gradient(135deg, #0f172a 0%, #1e2d46 100%) !important;
  }
  .em-library-hero::after { display: block !important; opacity: .42 !important; }
  .em-library-hero-inner {
    max-width: none !important;
    padding-top: 34px !important;
    padding-bottom: 40px !important;
  }
  .em-library-hero .em-breadcrumbs { display: none !important; }
  .em-library-hero .em-eyebrow {
    color: #fbbf5c !important;
    font-size: .69rem !important;
    letter-spacing: .12em !important;
  }
  .em-library-hero h1 {
    max-width: 12.5ch !important;
    margin: 13px 0 18px !important;
    color: #fff !important;
    font-size: clamp(2.35rem, 11.5vw, 3.05rem) !important;
    line-height: 1.02 !important;
    letter-spacing: -.025em !important;
    text-wrap: balance;
  }
  .em-library-hero > .em-container > p,
  .em-library-hero-inner > p:not(.em-library-search-hint) {
    max-width: none !important;
    margin: 0 !important;
    color: #cbd5e1 !important;
    font-size: .96rem !important;
    line-height: 1.68 !important;
  }
  .em-library-search {
    width: 100% !important;
    max-width: none !important;
    margin: 24px 0 0 !important;
    padding: 7px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
    background: #fff !important;
    border: 1px solid rgba(255,255,255,.35) !important;
    border-radius: 15px !important;
    box-shadow: 0 16px 38px rgba(0,0,0,.20) !important;
  }
  .em-library-search input {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 50px !important;
    padding: 0 13px !important;
    color: #0f172a !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
  }
  .em-library-search input::placeholder { color: #7b8798 !important; opacity: 1 !important; }
  .em-library-search button {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-inline: 18px !important;
  }
  .em-library-search-hint {
    margin-top: 12px !important;
    color: #9fb0c8 !important;
    font-size: .73rem !important;
    line-height: 1.5 !important;
  }

  /* Navegação de âncoras: chips roláveis, nunca texto colado. */
  .em-library-jump {
    padding: 11px 0 !important;
    overflow: hidden !important;
    background: #fff !important;
    border-bottom: 1px solid #e2e8f0 !important;
  }
  .em-library-jump .em-container {
    width: 100% !important;
    padding-right: 0 !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    overflow-x: auto !important;
    overscroll-behavior-inline: contain !important;
    scroll-snap-type: x proximity !important;
    scrollbar-width: none !important;
  }
  .em-library-jump .em-container::-webkit-scrollbar { display: none !important; }
  .em-library-jump a {
    flex: 0 0 auto !important;
    min-height: 40px !important;
    padding: 9px 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    color: #475569 !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 999px !important;
    font-size: .7rem !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
    scroll-snap-align: start !important;
  }

  /* Seções e cabeçalhos. */
  .em-library-section { padding: 48px 0 !important; }
  .em-library-section--soft { background: #f6f9fd !important; }
  .em-library-head {
    max-width: none !important;
    margin-bottom: 22px !important;
  }
  .em-library-head .em-eyebrow {
    font-size: .68rem !important;
    letter-spacing: .11em !important;
  }
  .em-library-head h2 {
    margin: 8px 0 12px !important;
    font-size: clamp(2rem, 10vw, 2.55rem) !important;
    line-height: 1.05 !important;
    letter-spacing: -.02em !important;
  }
  .em-library-head p {
    margin: 0 !important;
    color: #64748b !important;
    font-size: .93rem !important;
    line-height: 1.65 !important;
  }

  /* Quatro caminhos: carrossel horizontal em vez de quatro telas verticais. */
  .em-library-ways {
    width: calc(100% + 14px) !important;
    margin-right: -14px !important;
    padding: 2px 14px 10px 0 !important;
    display: flex !important;
    gap: 12px !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }
  .em-library-ways::-webkit-scrollbar { display: none !important; }
  .em-library-way {
    flex: 0 0 min(80vw, 290px) !important;
    min-height: 190px !important;
    padding: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    background: #fff !important;
    border: 1px solid #dde5ef !important;
    border-radius: 17px !important;
    box-shadow: 0 8px 22px rgba(15,23,42,.05) !important;
    scroll-snap-align: start !important;
  }
  .em-library-way > span {
    width: 34px !important;
    height: 34px !important;
    margin: 0 0 16px !important;
    display: grid !important;
    place-items: center !important;
    color: #b86500 !important;
    background: #fff7ed !important;
    border: 1px solid #fed7aa !important;
    border-radius: 10px !important;
    font-size: .68rem !important;
    font-weight: 900 !important;
  }
  .em-library-way h3 {
    margin: 0 0 8px !important;
    font-size: 1.28rem !important;
    line-height: 1.2 !important;
  }
  .em-library-way p {
    margin: 0 0 14px !important;
    color: #64748b !important;
    font-size: .82rem !important;
    line-height: 1.58 !important;
  }
  .em-library-way a {
    margin-top: auto !important;
    min-height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    color: #b86500 !important;
    font-size: .76rem !important;
    font-weight: 900 !important;
  }

  /* Bíblia: os testamentos começam recolhidos no celular (JS) e, ao abrir,
     livros aparecem como botões reais, não uma sequência de palavras. */
  .em-bible-panels {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .em-bible-panel {
    padding: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 1px solid #dde5ef !important;
    border-radius: 17px !important;
    box-shadow: 0 5px 16px rgba(15,23,42,.035) !important;
  }
  .em-bible-panel summary {
    min-height: 58px !important;
    padding: 15px 17px !important;
    display: grid !important;
    grid-template-columns: 1fr auto auto !important;
    gap: 10px !important;
    align-items: center !important;
    cursor: pointer !important;
  }
  .em-bible-panel summary::after {
    content: "+";
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    color: #9b6b16;
    background: #fff7ed;
    border-radius: 999px;
    font-family: var(--em-sans);
    font-size: 1rem;
    font-weight: 800;
  }
  .em-bible-panel[open] summary::after { content: "−"; }
  .em-bible-panel summary strong {
    min-width: 0 !important;
    font-size: 1.08rem !important;
    line-height: 1.2 !important;
  }
  .em-bible-panel summary span {
    color: #b86500 !important;
    font-size: .62rem !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
  }
  .em-bible-books {
    margin: 0 !important;
    padding: 4px 14px 16px !important;
    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 7px !important;
  }
  .em-bible-books a {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    padding: 8px 9px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 6px !important;
    color: #334155 !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    font-size: .71rem !important;
    font-weight: 750 !important;
    line-height: 1.22 !important;
    text-decoration: none !important;
    overflow-wrap: anywhere !important;
  }
  .em-bible-books a > span { min-width: 0 !important; }
  .em-bible-books a small {
    flex: 0 0 auto !important;
    min-width: 20px !important;
    height: 20px !important;
    padding: 0 5px !important;
    display: inline-grid !important;
    place-items: center !important;
    color: #b86500 !important;
    background: #fff7ed !important;
    border: 1px solid #fed7aa !important;
    border-radius: 999px !important;
    font-size: .55rem !important;
  }

  /* Necessidades: cartões horizontais para não alongar demais a Biblioteca. */
  .em-need-grid {
    width: calc(100% + 14px) !important;
    margin-right: -14px !important;
    padding: 2px 14px 10px 0 !important;
    display: flex !important;
    gap: 12px !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }
  .em-need-grid::-webkit-scrollbar { display: none !important; }
  .em-need-card {
    flex: 0 0 min(82vw, 300px) !important;
    min-height: 205px !important;
    padding: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    color: #0f172a !important;
    background: linear-gradient(180deg,#fff,#fbfdff) !important;
    border: 1px solid #dde5ef !important;
    border-radius: 17px !important;
    box-shadow: 0 7px 20px rgba(15,23,42,.045) !important;
    scroll-snap-align: start !important;
    text-decoration: none !important;
  }
  .em-need-card small {
    color: #b86500 !important;
    font-size: .62rem !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
  }
  .em-need-card h3 {
    margin: 9px 0 8px !important;
    font-size: 1.28rem !important;
    line-height: 1.18 !important;
  }
  .em-need-card p {
    margin: 0 0 14px !important;
    color: #64748b !important;
    font-size: .82rem !important;
    line-height: 1.58 !important;
  }
  .em-need-card > span {
    margin-top: auto !important;
    min-height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    color: #b86500 !important;
    font-size: .76rem !important;
    font-weight: 900 !important;
  }

  /* Temas: grade compacta 2xN. */
  .em-topic-grid {
    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 9px !important;
  }
  .em-topic-link {
    min-width: 0 !important;
    min-height: 92px !important;
    padding: 13px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 8px !important;
    color: #0f172a !important;
    background: #fff !important;
    border: 1px solid #dde5ef !important;
    border-radius: 13px !important;
    box-shadow: 0 4px 12px rgba(15,23,42,.03) !important;
    font-size: .75rem !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
    overflow-wrap: anywhere !important;
  }
  .em-topic-link small {
    color: #9b6b16 !important;
    font-size: .58rem !important;
    font-weight: 800 !important;
  }

  /* Tipos: seis cards escuros compactos, dois por linha. */
  .em-type-grid {
    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 9px !important;
  }
  .em-type-card {
    min-width: 0 !important;
    min-height: 104px !important;
    padding: 15px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    text-align: left !important;
    color: #fff !important;
    background: linear-gradient(145deg,#13213a,#22344f) !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 14px !important;
    text-decoration: none !important;
  }
  .em-type-card b {
    margin: 0 0 5px !important;
    color: #fff !important;
    font-size: 1rem !important;
    line-height: 1.15 !important;
  }
  .em-type-card span {
    color: #afbdd0 !important;
    font-size: .64rem !important;
    line-height: 1.35 !important;
  }

  /* Recentes: uma coluna e imagem menos alta para leitura rápida. */
  .em-library-page #recentes .em-grid,
  .em-library-page #recentes .em-grid--3 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .em-library-page #recentes .em-card {
    overflow: hidden !important;
    border-radius: 16px !important;
  }
  .em-library-page #recentes .em-card-media { min-height: 185px !important; }
  .em-library-page #recentes .em-card-body { padding: 19px !important; }
  .em-library-page #recentes .em-card-body h3 {
    margin: 8px 0 10px !important;
    font-size: 1.28rem !important;
    line-height: 1.2 !important;
  }
  .em-library-page #recentes .em-card-body p {
    font-size: .82rem !important;
    line-height: 1.58 !important;
  }
  .em-library-page .em-center-action { margin-top: 22px !important; }
}

@media (max-width: 360px) {
  .em-library-hero h1 { font-size: 2.2rem !important; }
  .em-bible-books { grid-template-columns: 1fr !important; }
  .em-topic-grid { grid-template-columns: 1fr 1fr !important; }
  .em-type-grid { grid-template-columns: 1fr 1fr !important; }
}


/* v5.0.23 — performance: responsive profile media and stable image boxes. */
.em-author-avatar,
.em-author-box-avatar { overflow: hidden; }
.em-author-avatar img,
.em-author-box-avatar img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center top; }
.em-portrait { overflow: hidden; background-image: none !important; }
.em-portrait > img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center top; }


/* v5.0.24 — renderização progressiva de áreas abaixo da dobra.
   Navegadores sem suporte simplesmente ignoram estas regras. */
@supports (content-visibility: auto) {
  .home .em-section,
  .em-library-page .em-library-section,
  .single .em-related,
  .single .em-author-box,
  .em-site-footer {
    content-visibility: auto;
    contain-intrinsic-size: auto 720px;
  }
  .em-site-footer { contain-intrinsic-size: auto 420px; }
  .single .em-author-box { contain-intrinsic-size: auto 420px; }
}
