/* Edição Pública - Shared stylesheet (pages other than index loader) */
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Figtree',system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:#064e3b;background:#fff;line-height:1.6}
a{color:#059669}
img{max-width:100%;height:auto}
.container{max-width:1100px;margin:0 auto;padding:0 24px}

.ep-disclaimer{background:#064e3b;color:#ecfdf5;font-size:12px;text-align:center;padding:8px 16px}
.ep-disclaimer strong{color:#a7f3d0}

.ep-hdr{background:#059669;padding:0 24px;position:sticky;top:0;z-index:50}
.ep-hdr-in{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:64px;flex-wrap:wrap}
.ep-hdr-in .ep-brand{color:#fff;font-size:20px;font-weight:800;text-decoration:none}
.ep-hdr-in .ep-brand span{color:#a7f3d0;font-weight:400}
.ep-hdr-in nav a{color:#ecfdf5;text-decoration:none;font-size:13px;margin-left:18px;font-weight:500}
.ep-hdr-in nav a:hover{color:#fff;text-decoration:underline}

.ep-hero{background:#ecfdf5;padding:56px 24px;text-align:center;border-bottom:1px solid #d1fae5}
.ep-hero h1{font-size:34px;font-weight:800;color:#064e3b;margin-bottom:14px;line-height:1.2}
.ep-hero p{font-size:16px;color:#4b5563;max-width:680px;margin:0 auto}

.ep-section{padding:52px 24px}
.ep-section h2{font-size:24px;font-weight:800;color:#064e3b;margin-bottom:20px}
.ep-section h3{font-size:18px;font-weight:700;color:#064e3b;margin:22px 0 10px}
.ep-section p{font-size:15px;color:#374151;margin-bottom:14px}
.ep-section ul,.ep-section ol{margin:10px 0 16px 22px;color:#374151}
.ep-section li{margin-bottom:6px;font-size:15px}

.ep-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:22px;margin-top:22px}
.ep-card{background:#fff;border:1px solid #d1fae5;border-radius:12px;padding:22px;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}
.ep-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(5,150,105,.08)}
.ep-card .ep-cat{display:inline-block;background:#ecfdf5;color:#059669;font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}
.ep-card h3{font-size:17px;font-weight:800;color:#064e3b;margin-bottom:8px;line-height:1.35}
.ep-card p{font-size:14px;color:#4b5563;margin-bottom:14px;flex:1}
.ep-card a.ep-read{font-size:13px;color:#059669;font-weight:700;text-decoration:none}
.ep-card a.ep-read:hover{text-decoration:underline}

.ep-categories{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}
.ep-categories a{background:#f0fdf4;color:#059669;padding:8px 14px;border-radius:20px;font-size:13px;font-weight:600;text-decoration:none;border:1px solid #d1fae5}
.ep-categories a:hover{background:#059669;color:#fff}

.ep-box{background:#f0fdf4;border-left:4px solid #059669;padding:18px 22px;border-radius:8px;margin:22px 0;color:#064e3b}
.ep-box strong{color:#059669}

.ep-breadcrumb{font-size:13px;color:#6b7280;margin-bottom:14px}
.ep-breadcrumb a{color:#059669;text-decoration:none}
.ep-breadcrumb a:hover{text-decoration:underline}

.ep-meta{display:flex;flex-wrap:wrap;gap:14px;font-size:13px;color:#6b7280;margin-bottom:22px;padding-bottom:18px;border-bottom:1px solid #d1fae5}
.ep-meta .ep-badge{background:#ecfdf5;color:#059669;padding:3px 10px;border-radius:12px;font-weight:700}

article.ep-article{max-width:780px;margin:0 auto;padding:48px 24px}
article.ep-article h1{font-size:30px;font-weight:800;color:#064e3b;margin-bottom:14px;line-height:1.25}
article.ep-article h2{font-size:22px;font-weight:800;color:#064e3b;margin:28px 0 12px}
article.ep-article h3{font-size:17px;font-weight:700;color:#064e3b;margin:20px 0 10px}
article.ep-article p{font-size:16px;color:#374151;margin-bottom:16px;line-height:1.75}
article.ep-article ul,article.ep-article ol{margin:10px 0 18px 26px}
article.ep-article li{font-size:16px;color:#374151;margin-bottom:8px;line-height:1.7}

.ep-disclaimer-end{background:#f0fdf4;border:1px dashed #059669;padding:16px 20px;border-radius:8px;font-size:13px;color:#064e3b;margin-top:32px}

form.ep-form{max-width:560px}
form.ep-form label{display:block;font-size:14px;font-weight:600;color:#064e3b;margin:12px 0 6px}
form.ep-form input,form.ep-form textarea{width:100%;padding:12px 14px;border:1px solid #d1fae5;border-radius:8px;font-family:inherit;font-size:14px;color:#064e3b;background:#fff}
form.ep-form input:focus,form.ep-form textarea:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px rgba(5,150,105,.15)}
form.ep-form button{margin-top:18px;background:#059669;color:#fff;border:none;padding:14px 28px;border-radius:8px;font-weight:700;font-size:14px;cursor:pointer}
form.ep-form button:hover{background:#047857}

table.ep-tbl{width:100%;border-collapse:collapse;margin:18px 0;font-size:14px}
table.ep-tbl th,table.ep-tbl td{padding:12px 14px;text-align:left;border-bottom:1px solid #d1fae5}
table.ep-tbl th{background:#ecfdf5;color:#064e3b;font-weight:700}

.ep-ft{background:#064e3b;color:#a7f3d0;padding:38px 24px 20px;font-size:13px;margin-top:40px}
.ep-ft .ep-ft-in{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:28px}
.ep-ft h4{color:#ecfdf5;font-size:14px;font-weight:800;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}
.ep-ft p{margin-bottom:6px;line-height:1.6}
.ep-ft a{color:#a7f3d0;text-decoration:none;display:block;padding:3px 0}
.ep-ft a:hover{color:#fff;text-decoration:underline}
.ep-ft-legal{max-width:1100px;margin:24px auto 0;padding-top:20px;border-top:1px solid #065f46;text-align:center;font-size:12px;color:#6ee7b7}
.ep-ft-legal strong{color:#ecfdf5}

@media (max-width:760px){
  .ep-hero h1{font-size:26px}
  article.ep-article h1{font-size:24px}
  .ep-ft .ep-ft-in{grid-template-columns:1fr;gap:24px}
  .ep-hdr-in{height:auto;padding:12px 0}
  .ep-hdr-in nav{margin-top:6px;width:100%}
  .ep-hdr-in nav a{margin:0 14px 0 0;display:inline-block}
}
