/* ── RESET & VARIABLES ──────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --teal:   #003C50;
  --gold:   #FDC033;
  --gray:   #838383;
  --white:  #ffffff;
  --light:  #f4f4f4;
  --radius: 10px;
  --trans:  0.3s ease;
}
html { scroll-behavior: smooth; }
body { font-family: 'Montserrat', sans-serif; color: var(--gray); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ── REVEAL ─────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── TOP BAR ────────────────────────────────────────────── */
.topbar { background: var(--teal); color: #fff; font-size: 13px; padding: 8px 0; }
@media(max-width:768px) { .topbar { display: none; } }
.topbar .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.topbar-contact { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.topbar-contact a { color: #fff; display: flex; align-items: center; gap: 6px; transition: opacity var(--trans); }
.topbar-contact a:hover { opacity: 0.8; }
.topbar-social { display: flex; align-items: center; gap: 12px; }
.topbar-social a { color: #fff; font-size: 15px; transition: color var(--trans); }
.topbar-social a:hover { color: var(--gold); }

/* ── HEADER ─────────────────────────────────────────────── */
.header { position: sticky; top: 0; z-index: 100; background: var(--white); border-bottom: 1px solid rgba(0,60,80,0.08); transition: box-shadow var(--trans); }
.header.scrolled { box-shadow: 0 2px 20px rgba(0,60,80,0.12); }
.header .container { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; padding-bottom: 14px; gap: 24px; }
.logo img { height: 52px; width: auto; }
.nav { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.nav > a, .nav-item > a { color: var(--teal); font-size: 13.5px; font-weight: 600; padding: 6px 10px; border-radius: 6px; transition: background var(--trans), color var(--trans); white-space: nowrap; display: flex; align-items: center; gap: 4px; }
.nav > a:hover, .nav-item > a:hover, .nav > a.active { background: rgba(0,60,80,0.07); color: var(--teal); }
.nav > a.active { color: var(--gold); background: none; }
/* NAV DROPDOWN */
.nav-item { position: relative; }
.nav-arrow { font-size: 9px; opacity: 0.5; transition: transform 0.2s; }
.nav-item:hover .nav-arrow, .nav-item:focus-within .nav-arrow { transform: rotate(180deg); }
.nav-dropdown { display: none; position: absolute; top: calc(100% + 6px); left: 0; background: #fff; border-radius: 10px; box-shadow: 0 8px 30px rgba(0,60,80,0.14); min-width: 240px; padding: 6px 0; z-index: 300; list-style: none; }
.nav-dropdown li a { display: block; padding: 10px 18px; font-size: 13px; color: var(--teal); font-weight: 500; border-radius: 0; white-space: nowrap; transition: background 0.2s, color 0.2s; background: none; }
.nav-dropdown li a:hover { background: rgba(0,60,80,0.06); color: var(--gold); }
.nav-item:hover > .nav-dropdown, .nav-item:focus-within > .nav-dropdown { display: block; }
.burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.burger span { display: block; width: 24px; height: 2px; background: var(--teal); border-radius: 2px; transition: all 0.3s; }
@media(max-width:860px) {
  .burger { display: flex; }
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--white); flex-direction: column; align-items: flex-start; padding: 16px 24px 24px; box-shadow: 0 8px 24px rgba(0,0,0,0.1); border-top: 1px solid rgba(0,60,80,0.1); gap: 0; }
  .nav.open { display: flex; }
  .nav > a, .nav-item > a { width: 100%; padding: 10px 4px; border-bottom: 1px solid rgba(0,60,80,0.06); }
  .nav-dropdown { display: none !important; }
  .nav-item { width: 100%; }
}

/* ── PAGE HERO ──────────────────────────────────────────── */
.page-hero { position: relative; height: 320px; overflow: hidden; display: flex; align-items: center; }
.page-hero img.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: brightness(0.45); }
.page-hero .hero-content { position: relative; z-index: 1; color: #fff; }
.page-hero h1 { font-size: clamp(28px, 4vw, 48px); font-weight: 800; line-height: 1.2; margin-bottom: 12px; text-shadow: 0 2px 12px rgba(0,0,0,0.3); }
.page-hero p { font-size: 17px; opacity: 0.9; max-width: 540px; text-shadow: 0 1px 6px rgba(0,0,0,0.3); }
.breadcrumb { font-size: 13px; opacity: 0.7; margin-bottom: 12px; display: flex; align-items: center; gap: 6px; }
.breadcrumb a { color: #fff; }
.breadcrumb a:hover { color: var(--gold); }
@media(max-width:768px) { .page-hero { height: 240px; } }

/* ── BUTTONS ────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; gap: 8px; background: var(--gold); color: var(--teal); font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 14px; padding: 13px 28px; border-radius: 50px; transition: transform var(--trans), box-shadow var(--trans), background var(--trans); border: none; cursor: pointer; text-decoration: none; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(253,192,51,0.45); background: #ffce5a; }
.btn-teal { background: var(--teal); color: #fff; }
.btn-teal:hover { background: #004d68; box-shadow: 0 8px 24px rgba(0,60,80,0.35); }
.btn-outline { background: transparent; border: 2px solid var(--teal); color: var(--teal); }
.btn-outline:hover { background: var(--teal); color: #fff; box-shadow: 0 8px 24px rgba(0,60,80,0.25); }
.btn-white { background: #fff; color: var(--teal); }
.btn-white:hover { background: var(--gold); box-shadow: 0 8px 24px rgba(253,192,51,0.4); }

/* ── SECTION TITLES ─────────────────────────────────────── */
.section-header { text-align: center; margin-bottom: 48px; }
.section-header h2 { color: var(--teal); font-size: clamp(26px, 3.5vw, 38px); font-weight: 800; margin-bottom: 12px; display: inline-block; }
.section-header h2::after { content: ''; display: block; width: 56px; height: 3px; background: var(--gold); border-radius: 2px; margin: 10px auto 0; }
.section-header p { color: var(--gray); max-width: 560px; margin: 0 auto; font-size: 15px; }

/* ── INFO BOXES ─────────────────────────────────────────── */
.info-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; margin-bottom: 48px; }
.info-box { background: var(--white); border: 1px solid rgba(0,60,80,0.1); border-radius: var(--radius); padding: 22px 20px; text-align: center; }
.info-box .ib-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.7px; color: var(--gold); margin-bottom: 8px; }
.info-box .ib-value { font-size: 15px; font-weight: 700; color: var(--teal); line-height: 1.4; }

/* ── PROFESSORS GRID ────────────────────────────────────── */
.prof-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.prof-card { background: var(--white); border-radius: var(--radius); padding: 28px 24px; border: 1px solid rgba(0,60,80,0.08); transition: transform var(--trans), box-shadow var(--trans); text-align: center; }
.prof-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,60,80,0.12); }
.prof-avatar { width: 80px; height: 80px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), #006080); display: flex; align-items: center; justify-content: center; font-size: 28px; color: #fff; margin: 0 auto 16px; font-weight: 700; }
.prof-card h3 { font-size: 15px; font-weight: 700; color: var(--teal); margin-bottom: 8px; }
.prof-card p { font-size: 13px; color: var(--gray); line-height: 1.6; }

/* ── BENEFITS LIST ──────────────────────────────────────── */
.benefits-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; }
.benefit-item { display: flex; align-items: flex-start; gap: 12px; background: var(--white); border-radius: var(--radius); padding: 16px 18px; border: 1px solid rgba(0,60,80,0.08); }
.benefit-icon { width: 36px; height: 36px; border-radius: 8px; background: rgba(253,192,51,0.15); color: var(--teal); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.benefit-text { font-size: 14px; color: #333; font-weight: 500; line-height: 1.4; }

/* ── CONTACT FORM ───────────────────────────────────────── */
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 13px; font-weight: 600; color: var(--teal); }
.form-group input, .form-group textarea, .form-group select { padding: 13px 16px; border: 1px solid rgba(0,60,80,0.2); border-radius: 8px; font-family: 'Montserrat', sans-serif; font-size: 14px; color: #333; outline: none; transition: border-color var(--trans); background: var(--white); }
.form-group input:focus, .form-group textarea:focus { border-color: var(--teal); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media(max-width:600px) { .form-row-2 { grid-template-columns: 1fr; } }

/* ── NEWSLETTER ─────────────────────────────────────────── */
.newsletter { background: var(--teal); padding: 72px 0; }
.newsletter .container { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 56px; }
@media(max-width:768px) { .newsletter .container { grid-template-columns: 1fr; gap: 32px; } }
.newsletter-img { border-radius: 14px; overflow: hidden; box-shadow: 0 16px 48px rgba(0,0,0,0.25); }
.newsletter-img img { width: 100%; height: 320px; object-fit: cover; }
.newsletter-form h2 { color: #fff; font-size: clamp(20px, 2.5vw, 28px); font-weight: 800; margin-bottom: 12px; }
.newsletter-form p { color: rgba(255,255,255,0.8); font-size: 14.5px; margin-bottom: 28px; }
.nl-row { display: flex; border-radius: 50px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.2); }
.nl-row input { flex: 1; padding: 14px 22px; border: none; font-family: 'Montserrat', sans-serif; font-size: 14px; outline: none; background: #fff; color: #333; }
.nl-row button { background: var(--gold); color: var(--teal); border: none; padding: 14px 28px; font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 700; cursor: pointer; transition: background var(--trans); white-space: nowrap; }
.nl-row button:hover { background: #ffce5a; }

/* ── FOOTER ─────────────────────────────────────────────── */
.footer-main { background: #eef0f2; padding: 60px 0 48px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 48px; }
@media(max-width:768px) { .footer-grid { grid-template-columns: 1fr; gap: 36px; } }
.footer-brand img { height: auto; width: 180px; max-width: 100%; margin-bottom: 18px; }
.footer-brand p { color: var(--teal); font-size: 14px; line-height: 1.7; max-width: 300px; }
.footer-col h4 { color: var(--teal); font-size: 16px; font-weight: 800; margin-bottom: 18px; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { color: var(--teal); font-size: 14px; font-weight: 500; transition: color var(--trans); display: flex; align-items: center; gap: 8px; }
.footer-col ul li a:hover { color: var(--gold); }
.footer-contact-email { font-size: 14px; color: var(--teal); margin-bottom: 4px; font-weight: 600; }
.footer-contact-email span { display: block; font-weight: 400; color: var(--gray); }
.footer-phone { display: inline-flex; align-items: center; gap: 14px; background: var(--teal); color: #fff; padding: 14px 20px; border-radius: 50px; margin-top: 20px; transition: background var(--trans), transform var(--trans); font-weight: 700; font-size: 14px; }
.footer-phone:hover { background: #004d68; transform: translateY(-2px); }
.footer-phone .phone-icon { background: var(--gold); width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--teal); font-size: 16px; flex-shrink: 0; }
.phone-text { display: flex; flex-direction: column; line-height: 1.3; }
.phone-text small { font-size: 10px; font-weight: 500; opacity: 0.8; text-transform: uppercase; letter-spacing: 0.5px; }
.footer-bottom { background: var(--teal); padding: 18px 0; }
.footer-bottom .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { color: rgba(255,255,255,0.7); font-size: 13px; }
.footer-bottom a { color: rgba(255,255,255,0.7); font-size: 13px; transition: color var(--trans); }
.footer-bottom a:hover { color: var(--gold); }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 34px; height: 34px; border-radius: 50%; background: var(--gold); color: var(--teal); display: flex; align-items: center; justify-content: center; font-size: 15px; transition: transform var(--trans), background var(--trans); }
.footer-social a:hover { transform: translateY(-3px); background: #ffce5a; }

/* ── WHATSAPP ────────────────────────────────────────────── */
.whatsapp-float { position: fixed; bottom: 28px; right: 28px; z-index: 999; width: 58px; height: 58px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 28px; box-shadow: 0 4px 20px rgba(37,211,102,0.45); transition: transform var(--trans); animation: pulse 2.5s infinite; }
.whatsapp-float:hover { transform: scale(1.1); animation: none; box-shadow: 0 8px 32px rgba(37,211,102,0.55); }
@keyframes pulse { 0%,100%{ box-shadow:0 4px 20px rgba(37,211,102,0.45); } 50%{ box-shadow:0 4px 30px rgba(37,211,102,0.7); } }

/* ── ARTICLE CARD ───────────────────────────────────────── */
.articles-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 28px; }
.article-card { border-radius: var(--radius); overflow: hidden; box-shadow: 0 4px 18px rgba(0,60,80,0.08); background: var(--white); transition: transform var(--trans), box-shadow var(--trans); }
.article-card:hover { transform: translateY(-5px); box-shadow: 0 12px 32px rgba(0,60,80,0.14); }
.article-card-img { height: 200px; overflow: hidden; }
.article-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.article-card:hover .article-card-img img { transform: scale(1.06); }
.article-card-body { padding: 20px 22px 24px; }
.article-tag { display: inline-block; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; padding: 3px 10px; background: rgba(253,192,51,0.15); color: var(--teal); border-radius: 50px; margin-bottom: 10px; }
.article-date { font-size: 11.5px; font-weight: 700; color: var(--gold); margin-bottom: 8px; }
.article-card-body h3 { color: var(--teal); font-size: 15px; font-weight: 700; line-height: 1.45; margin-bottom: 10px; }
.article-card-body p { font-size: 13px; color: var(--gray); line-height: 1.6; margin-bottom: 16px; }

/* ── EVENT CARD ─────────────────────────────────────────── */
.event-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 28px; }
.event-card { border-radius: var(--radius); overflow: hidden; box-shadow: 0 4px 20px rgba(0,60,80,0.08); background: var(--white); transition: transform var(--trans), box-shadow var(--trans); }
.event-card:hover { transform: translateY(-6px); box-shadow: 0 12px 36px rgba(0,60,80,0.15); }
.event-card-img { height: 220px; overflow: hidden; }
.event-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.event-card:hover .event-card-img img { transform: scale(1.05); }
.event-card-body { padding: 20px 22px 24px; }
.event-date { font-size: 12px; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; display: flex; align-items: center; gap: 6px; }
.event-card-body h3 { color: var(--teal); font-size: 16px; font-weight: 700; line-height: 1.4; margin-bottom: 14px; }
.event-card-body p { font-size: 13.5px; color: var(--gray); margin-bottom: 16px; }

/* ══════════════════════════════════════════════════════════
   SUBPAGE COMPONENTS
   Classes usadas nas páginas internas (nossa-historia, professores,
   formacao-*, para-empresas, agenda, artigos, contato, ciclo)
   ══════════════════════════════════════════════════════════ */

/* ── STICKY HEADER (subpáginas) ─────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: #fff;
  border-bottom: 1px solid rgba(0,60,80,0.09);
  transition: box-shadow 0.3s ease;
}
.site-header.scrolled { box-shadow: 0 2px 20px rgba(0,60,80,0.13); }
.header-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
  height: 72px; gap: 24px;
}
.logo-link { display: block; flex-shrink: 0; }
.logo-img  { height: 50px; width: auto; }

/* ── MAIN NAV (subpáginas) ──────────────────────────────── */
.main-nav ul  { display: flex; align-items: center; gap: 2px; list-style: none; flex-wrap: wrap; }
.main-nav li  { position: relative; }
.main-nav a   { display: block; color: var(--teal); font-size: 13.5px; font-weight: 600;
                padding: 7px 11px; border-radius: 6px;
                transition: background 0.25s, color 0.25s; white-space: nowrap; }
.main-nav a:hover { background: rgba(0,60,80,0.07); }

/* dropdown */
.dropdown { display: none; position: absolute; top: 100%; left: 0;
  background: #fff; border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0,60,80,0.14);
  min-width: 220px; padding: 6px 0; z-index: 300; }
.dropdown li a { padding: 10px 18px; font-size: 13px; color: var(--teal); border-radius: 0; }
.dropdown li a:hover { background: rgba(0,60,80,0.05); color: var(--gold); }
.has-drop:hover > .dropdown,
.has-drop:focus-within > .dropdown,
.has-drop.open > .dropdown { display: block; }
/* chevron rotation when open */
.has-drop.open > a .fa-chevron-down { transform: rotate(180deg); }
.main-nav a .fa-chevron-down { transition: transform 0.2s; }

/* nav CTA button */
.btn-nav {
  background: var(--teal) !important; color: #fff !important;
  padding: 8px 20px !important; border-radius: 50px !important;
  font-weight: 700 !important; font-size: 13px !important;
}
.btn-nav:hover { background: #004d68 !important; box-shadow: 0 4px 14px rgba(0,60,80,0.35) !important; }

/* mobile burger (shared) */
@media(max-width:900px) {
  .main-nav { display: none; position: absolute; top: 72px; left: 0; right: 0;
    background: #fff; padding: 16px 24px 28px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,60,80,0.08); z-index: 200; }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; align-items: flex-start; gap: 0; }
  .main-nav li { width: 100%; }
  .main-nav a { width: 100%; padding: 11px 4px; border-bottom: 1px solid rgba(0,60,80,0.06); border-radius: 0; }
  .dropdown { display: none; position: static; box-shadow: none; border-radius: 6px;
    background: rgba(0,60,80,0.04); min-width: unset; padding: 0; margin: 4px 0 4px 12px; }
  .has-drop.open > .dropdown { display: block; }
  .dropdown li a { padding: 9px 14px; border-bottom: none; font-size: 13px; }
}

/* ── TOPBAR INNER (subpáginas) ──────────────────────────── */
.topbar-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 8px;
}
.topbar-inner span { font-size: 13px; }
.topbar-inner a { color: #fff; transition: opacity 0.2s; }
.topbar-inner a:hover { opacity: 0.8; }

/* ── PAGE HERO (subpáginas – usa background-image inline) ── */
/* O .page-hero já existe no CSS base mas não suporta background-image inline */
.page-hero {
  position: relative; height: 340px;
  display: flex; align-items: center;
  background-size: cover; background-position: center;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,40,55,0.78) 0%, rgba(0,60,80,0.55) 100%);
}
.page-hero-inner {
  position: relative; z-index: 1;
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  color: #fff;
}
.page-hero-inner h1 {
  font-size: clamp(28px, 4vw, 50px); font-weight: 800;
  line-height: 1.15; margin-bottom: 14px;
  text-shadow: 0 2px 14px rgba(0,0,0,0.3);
}
.breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; opacity: 0.8; list-style: none;
}
.breadcrumb a { color: #fff; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { opacity: 0.6; }
@media(max-width:768px) { .page-hero { height: 250px; } }

/* ── SECTION WRAPPERS ────────────────────────────────────── */
.section     { padding: 90px 0; }
.section-alt { background: #f5f7f9; }
@media(max-width:768px) { .section { padding: 60px 0; } }

/* eyebrow label */
.section-eyebrow {
  display: inline-block; font-size: 11.5px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--gold); margin-bottom: 10px;
}
.section-header .section-eyebrow { display: block; text-align: center; }

/* section-header p override */
.section-header p { max-width: 640px; }

/* ── INFO BOXES (subpáginas com ícone emoji) ─────────────── */
.info-box { text-align: center; padding: 30px 22px; }
.info-icon { font-size: 2.2rem; margin-bottom: 12px; display: block; }
.info-box h3 { color: var(--teal); font-size: 14px; font-weight: 700;
               text-transform: uppercase; letter-spacing: 0.05em;
               margin-bottom: 8px; }
.info-box p  { color: #555; font-size: 14px; line-height: 1.55; }
.info-box strong { color: var(--teal); }

/* ── TWO-COLUMN LAYOUT ───────────────────────────────────── */
.two-col {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; align-items: center;
}
.two-col-img img {
  width: 100%; border-radius: 16px;
  box-shadow: 0 16px 50px rgba(0,60,80,0.13);
  object-fit: cover;
}
.two-col-text h2 { color: var(--teal); font-size: clamp(22px,2.8vw,34px); font-weight: 800; margin-bottom: 16px; line-height: 1.25; }
.two-col-text h2::after { content:''; display:block; width:48px; height:3px; background:var(--gold); border-radius:2px; margin-top:10px; }
.two-col-text p { color: #555; font-size: 15px; line-height: 1.75; }
@media(max-width:820px) {
  .two-col { grid-template-columns: 1fr; gap: 2.5rem; }
  .two-col-img { order: -1; }
}

/* ── CHECK LIST ──────────────────────────────────────────── */
.check-list { list-style: none; }
.check-list li {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 7px 0; color: #444; font-size: 14.5px; line-height: 1.55;
  border-bottom: 1px solid rgba(0,60,80,0.06);
}
.check-list li:last-child { border-bottom: none; }
.check-list li::before {
  content: '✓'; color: var(--gold); font-weight: 900;
  font-size: 15px; flex-shrink: 0; margin-top: 2px;
}

/* ── BENEFITS GRID (subpáginas – coluna com emoji) ───────── */
.benefits-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(260px,1fr)); gap: 20px; }
.benefit-item {
  display: flex; flex-direction: column; gap: 10px;
  background: #fff; border-radius: 14px; padding: 26px 22px;
  border: 1px solid rgba(0,60,80,0.09);
  box-shadow: 0 2px 14px rgba(0,60,80,0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}
.benefit-item:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,60,80,0.11); }
.benefit-item .benefit-icon {
  font-size: 1.7rem; width: 54px; height: 54px;
  background: rgba(253,192,51,0.13); border-radius: 13px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.benefit-item h3 { color: var(--teal); font-size: 15px; font-weight: 700; margin: 0; }
.benefit-item p  { color: #666; font-size: 13.5px; line-height: 1.65; margin: 0; flex: 1; }

/* ── STEPS / TIMELINE ────────────────────────────────────── */
.steps-list { display: flex; flex-direction: column; }
.step-item {
  display: grid; grid-template-columns: 72px 1fr;
  gap: 28px; align-items: flex-start;
  padding: 32px 0;
  border-bottom: 1px solid rgba(0,60,80,0.08);
}
.step-item:last-child { border-bottom: none; }
.step-num {
  font-size: 3rem; font-weight: 900; line-height: 1;
  color: rgba(0,60,80,0.14); padding-top: 2px;
  font-variant-numeric: tabular-nums;
}
.step-text h3 { color: var(--teal); font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.step-text p  { color: #666; font-size: 14px; line-height: 1.75; }
@media(max-width:560px) {
  .step-item { grid-template-columns: 1fr; gap: 8px; }
  .step-num { font-size: 2rem; }
}

/* ── PROF GRID (subpáginas) ──────────────────────────────── */
.prof-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(240px,1fr)); gap: 24px; }
.prof-card {
  background: #fff; border-radius: 14px; padding: 30px 24px 26px;
  border: 1px solid rgba(0,60,80,0.08); text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}
.prof-card:hover { transform: translateY(-4px); box-shadow: 0 12px 34px rgba(0,60,80,0.12); }
.prof-avatar {
  width: 76px; height: 76px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; font-weight: 800; margin: 0 auto 16px;
}
.prof-card h3 { color: var(--teal); font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.prof-card p  { color: #666; font-size: 13px; line-height: 1.65; }

/* ── CTA SECTION ─────────────────────────────────────────── */
.cta-section { background: linear-gradient(135deg, #001e2a 0%, #003C50 100%); }
.cta-box { text-align: center; padding: 20px 0; }
.cta-box h2 { color: #fff; font-size: clamp(24px,3.2vw,40px); font-weight: 800; margin-bottom: 14px; line-height: 1.2; }
.cta-box p  { color: rgba(255,255,255,0.82); font-size: 16px; max-width: 580px; margin: 0 auto 36px; line-height: 1.7; }
.cta-btns   { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── NEWSLETTER (subpáginas) ─────────────────────────────── */
.newsletter-inner {
  display: flex; align-items: center;
  justify-content: space-between; gap: 3rem; flex-wrap: wrap;
}
.newsletter-text h2 { color: #fff; font-size: clamp(20px,2.5vw,30px); font-weight: 800; margin-bottom: 10px; }
.newsletter-text p  { color: rgba(255,255,255,0.82); font-size: 15px; }
.newsletter-form {
  display: flex; border-radius: 50px; overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2); flex-shrink: 0;
}
.newsletter-form input[type="email"] {
  flex: 1; min-width: 220px; padding: 14px 22px;
  border: none; font-family: 'Montserrat', sans-serif;
  font-size: 14px; outline: none; background: #fff; color: #333;
}
.newsletter-form button,
.newsletter-form .btn-gold { border-radius: 0 50px 50px 0 !important; }
@media(max-width:640px) { .newsletter-inner { flex-direction: column; } .newsletter-form { width: 100%; } }

/* ── BUTTON ALIASES (subpáginas) ─────────────────────────── */
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gold); color: var(--teal);
  font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 14px;
  padding: 13px 28px; border-radius: 50px;
  border: none; cursor: pointer; text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
}
.btn-primary:hover { background: #ffce5a; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(253,192,51,0.45); }

.btn-gold {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gold); color: var(--teal);
  font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 14px;
  padding: 13px 28px; border-radius: 50px;
  border: none; cursor: pointer; text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
}
.btn-gold:hover { background: #ffce5a; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(253,192,51,0.45); }

/* ── FOOTER (subpáginas) ─────────────────────────────────── */
.site-footer { background: #f0f2f4; padding: 64px 0 0; }
.footer-logo { height: 58px; width: auto; margin-bottom: 16px; display: block; }
.site-footer .footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px; padding-bottom: 48px;
}
.site-footer .footer-col h4 {
  color: var(--teal); font-size: 13px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.06em;
  margin-bottom: 18px; padding-bottom: 8px;
  border-bottom: 2px solid var(--gold); display: inline-block;
}
.site-footer .footer-col p { color: #666; font-size: 13.5px; line-height: 1.7; }
.site-footer .footer-col p a { color: var(--gold); }
.site-footer .footer-col ul li { margin-bottom: 9px; }
.site-footer .footer-col ul li a {
  color: #555; font-size: 13.5px; font-weight: 500;
  transition: color 0.25s; display: flex; align-items: center; gap: 6px;
}
.site-footer .footer-col ul li a:hover { color: var(--gold); padding-left: 4px; }
.site-footer .footer-bottom { background: var(--teal); padding: 18px 0; }
.site-footer .footer-bottom .container { display: flex; align-items: center; justify-content: center; }
.site-footer .footer-bottom p { color: rgba(255,255,255,0.7); font-size: 13px; text-align: center; }

@media(max-width:900px) { .site-footer .footer-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:560px) { .site-footer .footer-grid { grid-template-columns: 1fr; } }

/* ── CONTACT FORM (subpáginas) ───────────────────────────── */
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media(max-width:600px) { .form-row { grid-template-columns: 1fr; } }
.form-group select {
  padding: 13px 16px; border: 1px solid rgba(0,60,80,0.2);
  border-radius: 8px; font-family: 'Montserrat', sans-serif;
  font-size: 14px; color: #333; background: #fff; outline: none;
  transition: border-color 0.3s; width: 100%;
}
.form-group select:focus { border-color: var(--teal); }
.contact-wrap { max-width: 860px; margin: 0 auto; }
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.contact-form button[type="submit"] { align-self: stretch; }

/* WhatsApp SVG size */
.whatsapp-float svg { width: 30px; height: 30px; }

/* ══════════════════════════════════════════════════════════════
   ARTICLE PAGE TEMPLATE
   Classes usadas nas páginas de artigo individual
   ══════════════════════════════════════════════════════════════ */

/* ── ARTICLE HERO ─────────────────────────────────────────────── */
.article-hero { position: relative; height: 520px; overflow: hidden; background: var(--teal); }
.article-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0.72; display: block; }
.article-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,40,55,0.2) 0%, rgba(0,40,55,0.88) 100%); }
.article-hero-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 48px 24px; max-width: 860px; margin: 0 auto; }
.article-eyebrow {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  background: rgba(0, 15, 28, 0.58) !important;
  border: 1px solid rgba(253, 192, 51, 0.55);
  color: #FDC033 !important;
  font-size: 10.5px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.1px !important;
  padding: 6px 14px 6px 10px !important;
  border-radius: 50px !important;
  margin-bottom: 18px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.article-eyebrow::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FDC033;
  flex-shrink: 0;
}
.article-hero-content h1 { font-size: clamp(1.6rem, 4vw, 2.7rem); font-weight: 800; color: #fff; line-height: 1.15; }
@media(max-width:600px) { .article-hero { height: 340px; } .article-hero-content { padding: 32px 20px; } }

/* ── ARTICLE LAYOUT ───────────────────────────────────────────── */
.article-wrap { max-width: 780px; margin: 0 auto; padding: 36px 24px 56px !important; }

/* ── ARTICLE META ─────────────────────────────────────────────── */
.article-meta { display: flex; align-items: center; gap: 14px; margin-bottom: 18px !important; padding-bottom: 16px !important; border-bottom: 1px solid rgba(0,60,80,0.1); flex-wrap: wrap; }
.author-info { display: flex; flex-direction: column; align-items: flex-start; gap: 1px; }
.author-avatar { width: 50px; height: 50px; border-radius: 50%; background: var(--teal) center/cover no-repeat; flex-shrink: 0; }
.author-initials { width: 50px; height: 50px; border-radius: 50%; background: var(--teal); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 16px; flex-shrink: 0; }
.author-name { display: block; font-weight: 700; font-size: 14px; color: #222; }
.article-meta .article-date { display: block; font-size: 12px; color: #888; font-weight: 400; }
.article-share { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #888; flex-wrap: wrap; margin-left: auto; }
.article-share a { width: 32px; height: 32px; border-radius: 50%; background: rgba(0,60,80,0.08); color: var(--teal); display: flex; align-items: center; justify-content: center; font-size: 14px; transition: background 0.2s, color 0.2s; }
.article-share a:hover { background: var(--gold); color: var(--teal); }

/* ── ARTICLE CONTENT ──────────────────────────────────────────── */
.article-content p { margin-bottom: 18px; line-height: 1.85; color: #3a3a3a; font-size: 16px; }
.article-content h2 { font-size: clamp(1.25rem, 3vw, 1.75rem); font-weight: 800; color: var(--teal); margin: 32px 0 14px !important; line-height: 1.2; border-left: 4px solid var(--gold); padding-left: 14px; }
.article-content h3 { font-size: 1.1rem; font-weight: 700; color: var(--teal); margin: 22px 0 10px !important; }
.article-content ul, .article-content ol { margin-bottom: 20px; padding-left: 22px; line-height: 1.85; color: #3a3a3a; font-size: 16px; }
.article-content ul li, .article-content ol li { margin-bottom: 8px; }
.article-content img { border-radius: 10px; margin: 28px auto; }
.article-content strong { color: #222; }
.article-content blockquote { border-left: 4px solid var(--gold); padding: 16px 24px; margin: 28px 0; background: rgba(253,192,51,0.06); border-radius: 0 10px 10px 0; }
.article-content blockquote p { margin: 0; font-style: italic; color: #555; }

/* ── PULL QUOTE ───────────────────────────────────────────────── */
.pull-quote { background: linear-gradient(135deg, var(--teal) 0%, #491F5D 100%); border-radius: 14px; padding: 26px 30px; margin: 24px 0 !important; }
.pull-quote p { font-size: clamp(1rem, 2.5vw, 1.15rem); font-style: italic; font-weight: 500; color: #fff; line-height: 1.75; margin: 0 0 12px; }
.pull-quote cite { font-size: 13px; color: rgba(255,255,255,0.72); font-style: normal; font-weight: 600; }

/* ── INFO BOX (artigo) ────────────────────────────────────────── */
.info-box { display: flex; align-items: flex-start; gap: 16px; background: rgba(0,60,80,0.04); border-left: 4px solid var(--teal); border-radius: 0 10px 10px 0; padding: 22px 24px; margin: 28px 0; }
.info-box-icon { font-size: 1.5rem; color: var(--teal); flex-shrink: 0; margin-top: 2px; }
.info-box strong { display: block; font-size: 14px; font-weight: 700; color: var(--teal); margin-bottom: 6px; }
.info-box p { margin: 0; font-size: 14.5px; color: #555; line-height: 1.7; }

/* ── REFLECTION BOX ───────────────────────────────────────────── */
.reflection-box { background: rgba(253,192,51,0.08); border: 1px solid rgba(253,192,51,0.32); border-radius: 12px; padding: 24px 28px; margin: 28px 0; }
.reflection-box h4 { color: var(--teal); font-size: 14px; font-weight: 700; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.reflection-box ul { padding-left: 20px; }
.reflection-box ul li { font-size: 14.5px; color: #555; margin-bottom: 10px; line-height: 1.65; }

/* ── ARTICLE CTA ──────────────────────────────────────────────── */
.article-cta { background: linear-gradient(135deg, var(--teal) 0%, #491F5D 100%); border-radius: 16px; padding: 30px 36px; margin: 28px 0; text-align: center; }
.article-cta .cta-content h3 { color: #fff; font-size: 1.25rem; font-weight: 800; margin-bottom: 10px; }
.article-cta .cta-content p { color: rgba(255,255,255,0.85); font-size: 14.5px; line-height: 1.7; margin-bottom: 22px; }
.cta-btn { display: inline-flex; align-items: center; background: var(--gold); color: var(--teal); font-weight: 700; font-size: 14px; padding: 13px 32px; border-radius: 50px; transition: transform 0.25s, box-shadow 0.25s, background 0.25s; text-decoration: none; }
.cta-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(253,192,51,0.45); background: #ffce5a; }
@media(max-width:600px) { .article-cta { padding: 28px 24px; } }

/* ── NAV CTA ──────────────────────────────────────────────────── */
.nav-cta { background: var(--teal) !important; color: #fff !important; padding: 8px 18px !important; border-radius: 50px !important; font-weight: 700 !important; }
.nav-cta:hover { background: #004d68 !important; }

/* ── NEWSLETTER SECTION (artigos) ─────────────────────────────── */
.newsletter-section { background: var(--teal); padding: 60px 24px; }
.newsletter-section .newsletter-inner { max-width: 680px; margin: 0 auto; text-align: center; display: block; gap: 0; }
.newsletter-section h2 { color: #fff; font-size: clamp(1.3rem, 3vw, 1.8rem); font-weight: 800; margin: 0 0 12px; border: none; padding: 0; }
.newsletter-section p { color: rgba(255,255,255,0.82); font-size: 15px; margin: 0 0 28px; line-height: 1.65; }
.newsletter-section .newsletter-form { display: inline-flex; border-radius: 50px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.25); max-width: 100%; }
.newsletter-section .newsletter-form input[type="email"] { flex: 1; min-width: 200px; padding: 14px 22px; border: none; font-family: 'Montserrat', sans-serif; font-size: 14px; outline: none; background: #fff; color: #333; }
.newsletter-section .newsletter-form button { background: var(--gold); color: var(--teal); border: none; padding: 14px 28px; font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 700; cursor: pointer; transition: background 0.3s; white-space: nowrap; }
.newsletter-section .newsletter-form button:hover { background: #ffce5a; }
@media(max-width:540px) { .newsletter-section .newsletter-form { flex-direction: column; border-radius: 12px; } .newsletter-section .newsletter-form input { min-width: unset; } .newsletter-section .newsletter-form button { border-radius: 0 0 12px 12px; } }

/* ── FOOTER INNER (artigos – alias de .footer-grid) ───────────── */
.site-footer .footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px 48px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
@media(max-width:900px) { .site-footer .footer-inner { grid-template-columns: 1fr 1fr; } }
@media(max-width:560px) { .site-footer .footer-inner { grid-template-columns: 1fr; } }

/* ── TRANSLATION BADGE ────────────────────────────────────────── */
.translation-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(0,60,80,0.07); border: 1px solid rgba(0,60,80,0.15); border-radius: 8px; padding: 8px 14px; font-size: 12.5px; color: #555; margin-bottom: 24px; }
.translation-badge strong { color: var(--teal); }

/* ── CPM RESOURCE / PROGRAM BOX ───────────────────────────────── */
/* Used for "Recursos do CPM" and "Programas de Formação" at end of articles */
.cpm-box { background: rgba(0,60,80,.04); border: 1.5px solid rgba(0,60,80,.14); border-left: 4px solid var(--gold); border-radius: 12px; padding: 28px 32px; margin: 36px 0; }
.cpm-box h3 { font-size: 12.5px; font-weight: 700; color: var(--teal); text-transform: uppercase; letter-spacing: 1.2px; margin: 0 0 18px; display: flex; align-items: center; gap: 8px; border: none; padding: 0; }
.cpm-box h3 i { color: var(--gold); }
.cpm-box ul { list-style: none; display: flex; flex-direction: column; gap: 10px; margin: 0; padding: 0; }
.cpm-box ul li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: #444; line-height: 1.65; }
.cpm-box ul li > i { color: var(--gold); flex-shrink: 0; margin-top: 4px; font-size: 12px; }
.cpm-box ul li a { color: var(--teal); font-weight: 600; }
.cpm-box ul li a:hover { color: #c89500; text-decoration: underline; }
@media(max-width:600px) { .cpm-box { padding: 22px 20px; } }

/* ── ARTICLE LISTING – CLICKABLE THUMBNAILS ───────────────────── */
/* Ensure images in Sky-Addons / Elementor post grids are fully clickable */
.sa-post-img-wrapper > a { display: block; width: 100%; height: 100%; }
.sa-post-img-wrapper > a > img.sa-post-img { display: block; width: 100%; height: 100%; object-fit: cover; cursor: pointer; }

/* Article category tag — sits inline after author info, no margin-left push */
.article-meta .article-tag { display: none !important; }
