/*
Theme Name: EduPrice Blog v3.1 Integrado
Theme URI: https://www.eduprice.com.br
Author: EduPrice Technologies
Author URI: https://www.eduprice.com.br
Description: Tema unificado (v3.1) com integração Lovable (header/footer estáticos), Hero opcional e blocos Gutenberg (CTA, Depoimentos, Artigos Recentes).
Version: 3.1.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
Text Domain: eduprice-blog
*/
:root{--edu-dark:#0D0C53;--edu-bg:#F7F8FA;--edu-cta:#5A64FF;--edu-text:#1E2430;--edu-muted:#8A94A6}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;font-family:"Inter",system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";color:var(--edu-text);background:var(--edu-bg);line-height:1.7;font-size:16px}
a{color:var(--edu-cta);text-decoration:none}a:hover{text-decoration:underline}
img{max-width:100%;height:auto;border:0}
.container{width:100%;max-width:1120px;margin:0 auto;padding:0 20px}
.hero{position:relative;color:#fff;padding:64px 0;background:linear-gradient(180deg, rgba(13,12,83,.92) 0%, rgba(13,12,83,.82) 100%), url('assets/hero-texture.svg') center/cover no-repeat;overflow:hidden}
.hero-inner{display:flex;flex-direction:column;gap:14px}
.hero-eyebrow{font-size:14px;text-transform:uppercase;letter-spacing:.12em;opacity:.9}
.hero h1{margin:0;font-size:36px;line-height:1.2}.hero p{margin:0;opacity:.95;max-width:720px}
.hero-actions{margin-top:16px;display:flex;gap:12px;flex-wrap:wrap}
.button,.wp-block-button__link{background:var(--edu-cta);color:#fff!important;padding:12px 18px;border-radius:10px;display:inline-block;transition:transform .05s ease-in-out, filter .15s ease;font-weight:600}
.button:hover,.wp-block-button__link:hover{filter:brightness(1.05);text-decoration:none}.button:active{transform:scale(.98)}
.button--ghost{background:transparent;border:1px solid rgba(255,255,255,.35);color:#fff!important}
main{padding:40px 0}.grid{display:grid;gap:24px}
@media(min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr)} .grid-2{grid-template-columns:repeat(2,1fr)}}
.card{background:#fff;border:1px solid #E6E8EE;border-radius:14px;padding:18px;box-shadow:0 1px 2px rgba(0,0,0,.03)}
.card h3{margin:0 0 6px}.card .meta{font-size:14px;color:var(--edu-muted);margin-bottom:8px}
.post-header h1{margin:0 0 10px;font-size:34px}.post-header .meta{color:var(--edu-muted);font-size:14px}
.post-content{margin-top:22px}.post-content h2{margin-top:28px}.post-content blockquote{border-left:4px solid var(--edu-cta);padding:6px 16px;background:#F1F3FF;border-radius:6px}
.site-footer{padding:28px 0 40px;background:#fff;border-top:1px solid #E6E8EE;color:var(--edu-muted);font-size:14px}
.footer-inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-inner a{color:var(--edu-cta)}
.form{display:grid;gap:12px;max-width:720px}.form-row{display:grid;gap:8px}
input[type="text"],input[type="email"],textarea{width:100%;padding:12px 14px;border:1px solid #D6DAE5;border-radius:10px;background:#fff;font:inherit;color:inherit}
textarea{min-height:140px;resize:vertical}.form .help{font-size:13px;color:var(--edu-muted)}
.notice{padding:12px 16px;border-radius:10px}.notice--success{background:#E9FFF2;border:1px solid #B6F0C9;color:#125E32}.notice--error{background:#FFF3F3;border:1px solid #FFD1D1;color:#8C2B2B}
