/*
Theme Name: Piranot V5 - Enterprise Edition
Theme URI: https://piranot.com.br/
Author: Júnior Cardoso & GitHub Copilot
Author URI: https://piranot.com.br/
Description: Tema WordPress profissional para portais de notícias. Design moderno inspirado em grandes portais como UOL/G1, com foco em SEO, performance, responsividade e monetização. Compatível com Yoast SEO, WPBakery e Gutenberg.
Version: 5.1.0
Requires at least: 5.9
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: news, blog, magazine, grid-layout, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: piranot-v5
*/

/*
 * NOTA: Este arquivo contém apenas o cabeçalho obrigatório do tema WordPress
 * e estilos compartilhados que não se enquadram nos arquivos modulares em assets/css/.
 * Os estilos principais estão em:
 *   assets/css/header.css  — header pira-*
 *   assets/css/main.css    — layout, widgets, footer, hero, sections
 *   assets/css/single.css  — página de post individual
 *   assets/css/home.css    — home (front-page)
 *   assets/css/responsive.css — media queries
 *   assets/css/sections.css   — seções da home
 *   assets/css/hero.css        — hero slider (home only)
 */

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  background: #f6f7f9;
  color: #111;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #0b3b8f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
/* Serviços */
.services {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 12px;
  margin-bottom: 36px;
}

.services a {
  display: block;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 999px;
  padding: 14px 16px;
  font-weight: 700;
  color: #111;
  display: flex;
  align-items: center;
  gap: 8px;
}

.services a span.dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #0b3b8f;
  flex-shrink: 0;
}

/* Single post — max-width gerenciado pelo .content-layout pai */
.single-article {
  max-width: 100%;
  margin: 0 auto 40px auto;
}

.single-header {
  margin-bottom: 20px;
}

.breadcrumbs {
  font-size: 12px;
  color: #7b7b7b;
  margin-bottom: 8px;
}

.breadcrumbs a {
  color: #0b3b8f;
  font-weight: 600;
}

.breadcrumbs .sep {
  margin: 0 6px;
  color: #999;
}

.breadcrumbs .current {
  color: #555;
}

.single-meta {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.single-title {
  font-size: 34px;
  font-weight: 800;
  margin: 8px 0;
  line-height: 1.2;
}

.single-thumb {
  margin-bottom: 20px;
}

.single-thumb img {
  width: 100%;
  border-radius: 12px;
}

.post-content {
  font-size: 18px;
  line-height: 1.8;
  color: #222;
}

.post-content h2,
.post-content h3,
.post-content h4 {
  margin: 24px 0 12px;
  line-height: 1.3;
}

.post-content p {
  margin: 16px 0;
}

.post-content blockquote {
  border-left: 4px solid #0b3b8f;
  padding-left: 16px;
  color: #444;
  margin: 20px 0;
  font-style: italic;
}

.single-footer {
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}

.single-footer .tag {
  display: inline-block;
  margin-right: 6px;
  background: #eef2f8;
  padding: 4px 8px;
  border-radius: 999px;
  color: #0b3b8f;
}

/* Footer */
.site-footer {
  background: #0b3b8f;
  color: #fff;
  padding: 20px 0;
  margin-top: 40px;
}

.footer-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.site-footer a {
  color: #fff;
  margin-right: 12px;
}

/* Responsividade básica */
@media (max-width: 900px) {
  .hero {
    flex-direction: column;
  }

  .single-article {
    max-width: 100%;
  }

  .content-layout {
    flex-direction: column;
  }

  .sidebar {
    margin-top: 40px;
  }
}

/* ====================
   LAYOUT AVANÇADO
   ==================== */

.content-layout {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 20px;
}

.main-content {
  flex: 1 1 68%;
  min-width: 0;
}

.sidebar {
  flex: 0 0 28%;
  position: sticky;
  top: 100px;
  max-width: 320px;
}

/* ====================
   ARCHIVE/CATEGORY PAGES
   ==================== */

.archive-header {
  background: linear-gradient(135deg, #0b3b8f 0%, #0a2f73 100%);
  padding: 48px 20px;
  margin-bottom: 32px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(11, 59, 143, 0.15);
}

.archive-header-content {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.archive-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.archive-title {
  font-size: 42px;
  font-weight: 800;
  margin: 0 0 12px;
  line-height: 1.2;
}

.archive-description {
  font-size: 18px;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}

.archive-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.archive-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.archive-card-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 60%;
}

.archive-card-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.archive-card:hover .archive-card-thumb img {
  transform: scale(1.05);
}

.archive-card-content {
  padding: 20px;
}

.archive-card-cat {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #0b3b8f;
  background: rgba(11, 59, 143, 0.1);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.archive-card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}

.archive-card-title a {
  color: #111;
  transition: color 0.2s ease;
}

.archive-card-title a:hover {
  color: #0b3b8f;
  text-decoration: none;
}

.archive-card-excerpt {
  font-size: 15px;
  line-height: 1.5;
  color: #555;
  margin-bottom: 12px;
}

.archive-card-meta {
  font-size: 13px;
  color: #999;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 40px 0;
}

.pagination .nav-links {
  display: flex;
  gap: 8px;
}

.pagination a,
.pagination .current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s ease;
}

.pagination a {
  background: #fff;
  color: #0b3b8f;
  border: 1px solid #e0e0e0;
}

.pagination a:hover {
  background: #0b3b8f;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(11, 59, 143, 0.2);
}

.pagination .current {
  background: #0b3b8f;
  color: #fff;
  border: 1px solid #0b3b8f;
}

.no-posts {
  text-align: center;
  padding: 60px 20px;
  color: #666;
  font-size: 18px;
}

/* ====================
   AUTHOR PAGE
   ==================== */

.author-header {
  background: linear-gradient(135deg, #0b3b8f 0%, #0a2f73 100%);
  padding: 48px 20px;
  margin-bottom: 32px;
  border-radius: 16px;
}

.author-header-content {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
  color: #fff;
}

.author-avatar {
  flex-shrink: 0;
}

.author-avatar img {
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.3);
}

.author-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 8px;
}

.author-name {
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 12px;
}

.author-bio {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 16px;
}

.author-social a {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  margin-right: 8px;
  transition: background 0.2s ease;
}

.author-social a:hover {
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}

.author-posts-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  padding-left: 14px;
  border-left: 5px solid #0b3b8f;
}

/* ====================
   PAGE TEMPLATES
   ==================== */

.page-article {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-header {
  margin-bottom: 32px;
  text-align: center;
}

.page-title {
  font-size: 48px;
  font-weight: 800;
  margin: 0 0 16px;
  line-height: 1.2;
}

.page-thumb {
  margin-bottom: 32px;
  border-radius: 16px;
  overflow: hidden;
}

.page-thumb img {
  width: 100%;
  height: auto;
}

.page-content {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}

.page-content h2,
.page-content h3 {
  margin: 32px 0 16px;
  font-weight: 700;
}

.page-content p {
  margin: 16px 0;
}

/* ====================
   404 ERROR PAGE
   ==================== */

.error-404 {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
}

.error-404-content {
  text-align: center;
}

.error-404-number {
  font-size: 120px;
  font-weight: 900;
  color: #0b3b8f;
  line-height: 1;
  margin-bottom: 20px;
  opacity: 0.2;
}

.error-404-title {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 16px;
}

.error-404-text {
  font-size: 18px;
  color: #666;
  margin-bottom: 32px;
}

.error-404-search {
  max-width: 600px;
  margin: 0 auto 40px;
}

.error-404-search h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.search-form-404,
.search-form-retry {
  display: flex;
  gap: 10px;
  max-width: 600px;
  margin: 0 auto;
}

.search-form-404 .search-field,
.search-form-retry .search-field {
  flex: 1;
  padding: 14px 20px;
  border-radius: 999px;
  border: 2px solid #e0e0e0;
  font-size: 16px;
  transition: border-color 0.2s ease;
}

.search-form-404 .search-field:focus,
.search-form-retry .search-field:focus {
  outline: none;
  border-color: #0b3b8f;
}

.search-form-404 .search-submit,
.search-form-retry .search-submit {
  padding: 14px 32px;
  border-radius: 999px;
  border: none;
  background: #0b3b8f;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.search-form-404 .search-submit:hover,
.search-form-retry .search-submit:hover {
  background: #0a2f73;
  transform: translateY(-2px);
}

.error-404-links {
  margin-bottom: 60px;
}

.btn-primary {
  display: inline-block;
  padding: 16px 36px;
  background: #0b3b8f;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border-radius: 999px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.btn-primary:hover {
  background: #0a2f73;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(11, 59, 143, 0.3);
}

.error-404-recent h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: left;
}

.error-404-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.error-404-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
}

.error-404-card:hover {
  transform: translateY(-4px);
}

.error-404-card-thumb {
  display: block;
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}

.error-404-card-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.error-404-card-title {
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.error-404-card-title a {
  color: #111;
}

/* ====================
   SINGLE POST ADVANCED
   ==================== */

.single-author-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding: 16px;
  background: rgba(11, 59, 143, 0.05);
  border-radius: 12px;
}

.single-author-box img {
  border-radius: 50%;
}

.single-author-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #999;
  font-weight: 600;
}

.single-author-name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #0b3b8f;
}

.single-author-name:hover {
  text-decoration: underline;
}

.single-thumb figcaption {
  font-size: 13px;
  color: #777;
  font-style: italic;
  margin-top: 8px;
  text-align: center;
}

.single-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.single-tags a {
  display: inline-block;
  background: #eef2f8;
  color: #0b3b8f;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  transition: background 0.2s ease;
}

.single-tags a:hover {
  background: #0b3b8f;
  color: #fff;
  text-decoration: none;
}

/* ====================
   SOCIAL SHARE
   ==================== */

.social-share {
  background: #f9fafb;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 20px;
  margin: 24px 0;
}

.social-share-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #555;
  margin-bottom: 12px;
}

.social-share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.social-share-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.social-share-btn.facebook {
  background: #1877f2;
  color: #fff;
}

.social-share-btn.twitter {
  background: #1da1f2;
  color: #fff;
}

.social-share-btn.whatsapp {
  background: #25d366;
  color: #fff;
}

.social-share-btn.telegram {
  background: #0088cc;
  color: #fff;
}

.social-share-btn.copy {
  background: #6c757d;
  color: #fff;
}

/* ====================
   RELATED POSTS
   ==================== */

.related-posts {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 3px solid #e8e8e8;
}

.related-posts-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  padding-left: 14px;
  border-left: 5px solid #0b3b8f;
}

.related-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.related-post-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.related-post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.related-post-thumb {
  display: block;
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}

.related-post-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.related-post-card:hover .related-post-thumb img {
  transform: scale(1.05);
}

.related-post-content {
  padding: 16px;
}

.related-post-cat {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #0b3b8f;
  background: rgba(11, 59, 143, 0.1);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
}

.related-post-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 8px;
}

.related-post-title a {
  color: #111;
  transition: color 0.2s ease;
}

.related-post-title a:hover {
  color: #0b3b8f;
  text-decoration: none;
}

.related-post-date {
  font-size: 12px;
  color: #999;
}

/* ====================
   WIDGETS/SIDEBAR
   ==================== */

.widget {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.widget-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 3px solid #0b3b8f;
}

/* Single Sidebar: hide newsletter & social widgets for cleaner view */
.sidebar .widget-newsletter,
.sidebar .widget-social {
  display: none;
}

/* WhatsApp Widget */
.widget-whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #fff;
}

.widget-whatsapp-content {
  text-align: center;
}

.widget-whatsapp-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget-whatsapp h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #fff;
}

.widget-whatsapp p {
  font-size: 15px;
  margin: 0 0 20px;
  opacity: 0.95;
}

.widget-whatsapp-btn {
  display: inline-block;
  background: #fff;
  color: #128c7e;
  padding: 12px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.widget-whatsapp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

/* Popular Posts Widget */
.widget-popular-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.widget-popular-item {
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.widget-popular-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.widget-popular-number {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: #0b3b8f;
  color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

.widget-popular-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 3px;
}

.widget-popular-title a {
  color: #333;
  transition: color 0.2s ease;
}

.widget-popular-title a:hover {
  color: #0b3b8f;
  text-decoration: none;
}

.widget-popular-date {
  font-size: 10px;
  color: #aaa;
}

/* Newsletter Widget */
.widget-newsletter p {
  font-size: 15px;
  color: #666;
  margin-bottom: 16px;
}

.widget-newsletter-form input {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 15px;
  margin-bottom: 10px;
  transition: border-color 0.2s ease;
}

.widget-newsletter-form input:focus {
  outline: none;
  border-color: #0b3b8f;
}

.widget-newsletter-form button {
  width: 100%;
  padding: 12px;
  background: #0b3b8f;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.widget-newsletter-form button:hover {
  background: #0a2f73;
}

/* Social Widget */
.widget-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.widget-social-link {
  flex: 0 0 calc(50% - 5px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: #f9fafb;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  color: #0b3b8f;
  transition: background 0.2s ease, transform 0.2s ease;
}

.widget-social-link:hover {
  background: #0b3b8f;
  color: #fff;
  transform: translateY(-2px);
  text-decoration: none;
}

/* ====================
   CONTACT PAGE
   ==================== */

.page-contact {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-intro {
  text-align: center;
  font-size: 18px;
  color: #666;
  max-width: 700px;
  margin: 16px auto 40px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  margin-top: 40px;
}

.contact-form {
  background: #fff;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  transition: border-color 0.2s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #0b3b8f;
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.form-actions {
  margin-top: 24px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-info-box {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.contact-info-box h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.contact-info-item:last-child {
  margin-bottom: 0;
}

.contact-info-item svg {
  flex-shrink: 0;
  color: #0b3b8f;
}

.contact-info-item strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #333;
}

.contact-info-item a {
  color: #0b3b8f;
  font-size: 14px;
}

.contact-info-item span {
  font-size: 14px;
  color: #666;
}

/* ====================
   SERVICES HUB PAGE
   ==================== */

.services-hub {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.services-hub-header {
  text-align: center;
  margin-bottom: 48px;
}

.services-hub-header h1 {
  font-size: 48px;
  font-weight: 800;
  margin: 0 0 12px;
}

.services-hub-header p {
  font-size: 20px;
  color: #666;
}

.services-hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.service-hub-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 4px solid transparent;
}

.service-hub-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.service-hub-card.transito { border-top-color: #ff6b6b; }
.service-hub-card.tempo { border-top-color: #4ecdc4; }
.service-hub-card.vagas { border-top-color: #feca57; }
.service-hub-card.utilidade { border-top-color: #48dbfb; }
.service-hub-card.cultura { border-top-color: #ff9ff3; }
.service-hub-card.saude { border-top-color: #54a0ff; }
.service-hub-card.educacao { border-top-color: #00d2d3; }
.service-hub-card.esportes { border-top-color: #5f27cd; }

.service-hub-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, rgba(11, 59, 143, 0.1) 0%, rgba(11, 59, 143, 0.05) 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b3b8f;
}

.service-hub-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #111;
}

.service-hub-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.service-hub-card:hover h3 {
  color: #0b3b8f;
}

/* ====================
   SEARCH RESULTS
   ==================== */

.search-results-count {
  font-size: 16px;
  color: #666;
  margin-bottom: 24px;
  padding: 12px 20px;
  background: rgba(11, 59, 143, 0.05);
  border-radius: 8px;
}

.no-results {
  text-align: center;
  padding: 60px 20px;
}

.no-results h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}

.no-results p {
  font-size: 18px;
  color: #666;
  margin-bottom: 32px;
}

/* ====================
   RESPONSIVE REFINEMENTS
   ==================== */

@media (max-width: 1200px) {
  .contact-layout,
  .services-hub-grid {
    grid-template-columns: 1fr;
  }
}
