/*
Theme Name: TRI ROAS Landing
Theme URI: https://trimarketingdigital.com.br
Author: TRI Marketing Digital
Author URI: https://trimarketingdigital.com.br
Description: Tema minimalista com landing page do Guia do ROAS Real integrada como página inicial.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: tri-roas
*/

/* Reset básico para páginas internas */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Barlow', sans-serif; background: #111209; color: #f5f5f0; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* Layout páginas internas simples */
.tri-wrap { max-width: 860px; margin: 0 auto; padding: 60px 24px; }
.tri-wrap h1, .tri-wrap h2, .tri-wrap h3 { margin-bottom: 16px; line-height: 1.3; }
.tri-wrap p { margin-bottom: 14px; line-height: 1.7; color: rgba(245,245,240,.7); }
.tri-wrap a { color: #D4FF00; }
.tri-wrap ul, .tri-wrap ol { margin: 0 0 14px 24px; line-height: 1.7; color: rgba(245,245,240,.7); }

/* Nav interna */
.tri-nav { background: #111209; border-bottom: 1px solid rgba(212,255,0,.1); padding: 14px 28px; display: flex; align-items: center; justify-content: space-between; }
.tri-nav .logo { font-size: 24px; font-weight: 900; letter-spacing: -.01em; }
.tri-nav .logo span { color: #D4FF00; }
.tri-nav ul { display: flex; gap: 24px; list-style: none; }
.tri-nav ul a { font-size: 14px; color: rgba(245,245,240,.6); transition: color .2s; }
.tri-nav ul a:hover { color: #D4FF00; }

/* Footer interno */
.tri-footer { background: #0a0b06; text-align: center; padding: 28px 24px; font-size: 12px; color: rgba(245,245,240,.2); margin-top: 60px; }
.tri-footer .flogo { font-size: 20px; font-weight: 900; color: #f5f5f0; margin-bottom: 6px; }
.tri-footer .flogo span { color: #D4FF00; }
