/*
Theme Name: Site Orlando Tadeu Child
Theme URI: https://orlandotadeu.com.br
Description: Tema filho para GeneratePress com identidade visual Orlando Tadeu.
Author: Orlando Tadeu
Template: generatepress
Version: 1.0.0
Text Domain: site-orlando-tadeu-child
*/

:root {
  --ot-blue: #0f63b6;
  --ot-blue-dark: #0a3263;
  --ot-orange: #f47b20;
  --ot-bg: #f6f9fc;
  --ot-text: #172033;
}

body { color: var(--ot-text); background: #ffffff; }
a { color: var(--ot-blue); }
a:hover { color: var(--ot-orange); }
.site-header { border-bottom: 1px solid #eef2f7; }
.main-navigation .main-nav ul li a { font-weight: 600; }
.ot-hero { background: linear-gradient(135deg, #f6f9fc 0%, #ffffff 55%, #fff3ea 100%); padding: 72px 24px; border-radius: 24px; }
.ot-eyebrow { color: var(--ot-orange); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.ot-title { color: var(--ot-blue-dark); font-size: clamp(2rem, 5vw, 4rem); line-height: 1.05; margin: 12px 0 18px; }
.ot-subtitle { font-size: 1.18rem; max-width: 760px; }
.ot-button { display: inline-block; padding: 14px 22px; border-radius: 999px; font-weight: 700; text-decoration: none; margin-right: 12px; margin-top: 20px; }
.ot-button-primary { background: var(--ot-orange); color: #fff; }
.ot-button-secondary { background: var(--ot-blue); color: #fff; }
.ot-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(230px,1fr)); gap: 20px; margin: 42px 0; }
.ot-card { border: 1px solid #e7edf5; border-radius: 18px; padding: 24px; background: #fff; box-shadow: 0 10px 28px rgba(15,99,182,.06); }
.ot-card h3 { color: var(--ot-blue-dark); margin-top: 0; }
.ot-section-title { color: var(--ot-blue-dark); margin-top: 52px; }
.ot-newsletter { background: var(--ot-blue-dark); color: #fff; padding: 42px 28px; border-radius: 24px; margin: 48px 0; }
.ot-newsletter h2 { color: #fff; }
