.ebook-content.section{background:transparent;margin:0 auto;max-width:1200px;padding:4rem 1.5rem 4.5rem}.ebook-content .section-eyebrow{align-items:center;color:var(--cinza-500,#6e6e73);display:inline-flex;font-size:.7rem;font-weight:400;gap:10px;letter-spacing:.22em;margin-bottom:18px;text-transform:uppercase}.ebook-content .section-eyebrow:after,.ebook-content .section-eyebrow:before{background:var(--verde,#76b900);border-radius:50%;content:"";height:5px;width:5px}.ebook-content .section-head{margin:0 auto 3rem;max-width:780px;text-align:center}.ebook-content .section-head h2{color:var(--preto,#0c0a08);font-size:clamp(1.85rem,3.5vw,2.5rem);font-weight:300;letter-spacing:-.025em;line-height:1.15}.ebook-content .section-head h2 strong{font-weight:900}.ebook-content .section-head h2 em{color:var(--verde,#76b900);font-style:normal;font-weight:900}.content-grid{display:grid;gap:16px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1100px}.content-card{background:var(--branco,#fdfdfd);border:1px solid var(--cinza-200,#e8e8ed);border-radius:var(--radius-lg,20px);display:flex;flex-direction:column;gap:14px;padding:32px;transition:all .5s var(--ease,cubic-bezier(.22,.61,.36,1))}.content-card:hover{border-color:var(--verde,#76b900);box-shadow:0 12px 32px rgba(12,10,8,.08);transform:translateY(-3px)}.card-num{color:var(--verde,#76b900);font-size:2.5rem;font-weight:100;letter-spacing:-.04em;line-height:1}.content-card h4{color:var(--preto,#0c0a08);font-size:1.1rem;font-weight:900;letter-spacing:-.01em;line-height:1.3}.content-card h4 em{color:var(--verde,#76b900);font-style:normal;font-weight:900}.content-card p{color:var(--texto,#222);font-size:.92rem;font-weight:300;line-height:1.6}.content-card p strong{color:var(--preto,#0c0a08);font-weight:700}@media (max-width:640px){.content-grid{grid-template-columns:1fr}.content-card{padding:24px}}