/*
Theme Name: Flair Travel Theme
Theme URI: https://flairtravel.pt/
Description: Tema WordPress limpo, leve, com ótimo SEO e estilizado via Tailwind CSS v3.
Version: 1.0.0
Author: Antigravity
Author URI: https://google.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flair-travel-theme
*/

/* Reset & Rolagem Suave Global */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

/* CSS Variables para compatibilidade */
:root {
  --ink: #333333;
  --navy: #113053;
  --navy-deep: #113053;
  --teal: #113053;
  --teal-light: #113053;
  --sand: #ffffff;
  --paper: #ffffff;
  --gold: #ffffff;
  --line: rgba(51, 51, 51, 0.14);
  --line-strong: rgba(51, 51, 51, 0.28);
  --font-display: 'Poppins', sans-serif;
  --font-body: 'Inter', sans-serif;
  --font-mono: 'Inter', sans-serif;
}

/* ===== HERO CARROSSEL (Swiper) ===== */
.hero-swiper .swiper-slide {
  height: 100%;
}

.hero-paper-overlay {
  background: linear-gradient(to top left,
      rgba(17, 48, 83, 0.25) 0%,
      rgba(17, 48, 83, 0.4) 50%,
      rgba(17, 48, 83, 0.68) 100%);
}

.destino-hero-overlay {
  background: linear-gradient(to top,
      rgba(17, 48, 83, 0.72) 0%,
      rgba(17, 48, 83, 0.5) 45%,
      rgba(17, 48, 83, 0.65) 100%);
}

/* ===== SEÇÃO FEATURES (DESTINO) ===== */
.destino-features {
  background-color: #113053;
  color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.destino-features h4 {
  color: #fff;
}

.destino-features p {
  color: rgba(255, 255, 255, 0.8);
}

.destino-features-icon {
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.destino-features-icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}

@media (max-width: 768px) {
  .destino-features {
    padding: 56px 0;
  }
}

/* ===== NAVEGAÇÃO ENTRE DESTINOS (PREV / NEXT) ===== */
.destino-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
}

.destino-nav:only-child,
.destino-nav:has(.destino-nav-link:only-child) {
  grid-template-columns: 1fr;
}

.destino-nav-link {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 40px 48px;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: color 0.3s ease;
}

.destino-nav-link::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(17, 48, 83, 0.78), rgba(17, 48, 83, 0.35));
  transition: background 0.3s ease;
}

.destino-nav-link:nth-child(2)::before {
  background: linear-gradient(to left, rgba(17, 48, 83, 0.78), rgba(17, 48, 83, 0.35));
}

.destino-nav-link:hover::before {
  background: linear-gradient(to right, rgba(17, 48, 83, 0.9), rgba(17, 48, 83, 0.55));
}

.destino-nav-link:nth-child(2):hover::before {
  background: linear-gradient(to left, rgba(17, 48, 83, 0.9), rgba(17, 48, 83, 0.55));
}

.destino-nav-link:nth-child(2) {
  text-align: right;
  justify-content: flex-end;
}

.destino-nav-arrow {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.destino-nav-arrow svg {
  stroke: currentColor;
}

.destino-nav-link:hover .destino-nav-arrow {
  background: #fff;
  color: #113053;
  border-color: #fff;
}

.destino-nav-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.destino-nav-link:nth-child(2) .destino-nav-content {
  order: -1;
  align-items: flex-end;
}

.destino-nav-label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  opacity: 0.85;
}

.destino-nav-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .destino-nav {
    grid-template-columns: 1fr;
  }

  .destino-nav-link {
    min-height: 220px;
    padding: 28px 28px;
  }
}

/* ===== DESTINOS EM DESTAQUE (HOME) ===== */
.destino-featured-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transform-origin: center;
  transition: transform 0.7s ease;
  will-change: transform;
}

.destino-featured-card:hover .destino-featured-img,
.destino-featured-card:focus-visible .destino-featured-img {
  transform: scale(1.05);
}

/* ===== CARROSSEL EXPERIÊNCIAS (SINGLE DESTINO) ===== */
.destino-experience-img {
  transform: scale(1);
  transform-origin: center;
  transition: transform 0.7s ease;
  will-change: transform;
}

.experiences-swiper .swiper-slide:hover .destino-experience-img,
.experiences-swiper .swiper-slide:focus-within .destino-experience-img {
  transform: scale(1.05);
}

.hero-swiper .swiper-slide img {
  z-index: 0;
}

.hero-swiper-pagination {
  bottom: 28px !important;
  text-align: center;
  z-index: 50 !important;
}

.hero-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.85);
  opacity: 1;
  transition: background 0.3s, transform 0.3s;
}

.hero-swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
  transform: scale(1.5);
}

.hero-swiper-pagination.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
}

.hero-swiper-pagination .swiper-pagination-bullet-active-prev-prev,
.hero-swiper-pagination .swiper-pagination-bullet-active-next-next {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero-swiper-pagination .swiper-pagination-bullet-active-prev,
.hero-swiper-pagination .swiper-pagination-bullet-active-next {
  transform: scale(1);
}

.hero-slide-btn {
  border: 1px solid #fff;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.hero-slide-btn:hover {
  background-color: #fff;
  color: #113053;
}

.hero-slide-btn:hover .material-symbols-outlined {
  color: #113053;
}

.gallery-prev,
.gallery-next {
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.gallery-prev:hover,
.gallery-next:hover {
  background-color: #fff;
  color: #113053;
  border-color: #fff;
}

.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
  width: 48px;
  height: 48px;
  margin-top: -24px;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  z-index: 30 !important;
  transition: background 0.3s, border-color 0.3s, color 0.3s;
}

.hero-swiper .swiper-button-prev {
  left: 24px;
}

.hero-swiper .swiper-button-next {
  right: 24px;
}

.hero-swiper .swiper-button-prev:hover,
.hero-swiper .swiper-button-next:hover {
  background: #fff;
  color: #113053;
  border-color: #fff;
}

.hero-swiper .swiper-button-prev::after,
.hero-swiper .swiper-button-next::after {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .hero-swiper .swiper-button-prev {
    left: 12px;
  }

  .hero-swiper .swiper-button-next {
    right: 12px;
  }
}

/* Scroll Reveal */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* Painel do Menu Mobile */
.mobile-panel.open {
  display: flex !important;
}

/* ===== ESTILOS DO TEMPLATE ===== */

body {
  font-family: 'Inter', sans-serif;
  background: #ffffff;
  color: #333;
  line-height: 1.6;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== BOTÕES ===== */
.btn-primary {
  display: inline-block;
  background: #113053;
  color: #fff;
  padding: 14px 40px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.3px;
  transition: background 0.3s, transform 0.2s;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(17, 48, 83, 0.25);
}

.btn-primary:hover {
  background: rgba(17, 48, 83, 0.85);
  transform: translateY(-2px);
}

.btn-outline {
  display: inline-block;
  background: transparent;
  color: #fff;
  padding: 12px 32px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.6);
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.btn-outline:hover {
  background: #fff;
  color: #113053;
  border-color: #fff;
}

.btn-light {
  display: inline-block;
  background: #fff;
  color: #113053;
  padding: 14px 40px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 1rem;
  transition: background 0.3s, transform 0.2s;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.btn-light:hover {
  background: rgba(51, 51, 51, 0.06);
  transform: translateY(-2px);
}

/* ===== HEADER / NAV ===== */
header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  padding: 28px 0;
  transition: background 0.3s, padding 0.3s, box-shadow 0.3s;
}

header.site-header.scrolled,
body:not(.home) header.site-header {
  background: #113053;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 14px 0;
}

header.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
}

.logo span {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}

.site-logo-img {
  display: block;
  max-height: 56px;
  width: auto;
}

footer.site-footer .site-logo-img {
  max-height: 52px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}

.nav-links a {
  font-size: 0.95rem;
  font-weight: 500;
  color: #fff;
  transition: color 0.2s;
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.3s;
}

.nav-links a:hover::after,
.nav-links a.active::after {
  width: 100%;
}

.nav-links a:hover {
  color: #fff;
}

.nav-cta {
  background: transparent;
  color: #fff !important;
  border: 1px solid #fff;
  padding: 8px 20px;
  border-radius: 2px;
  font-weight: 600;
}

.nav-cta::after {
  display: none !important;
}

.nav-cta:hover {
  background: #fff;
  color: #113053 !important;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
}

.hamburger span {
  width: 28px;
  height: 3px;
  background: #fff;
  border-radius: 4px;
  transition: 0.3s;
}

/* ===== SEÇÕES GERAIS ===== */
section {
  padding: 80px 0;
}

.section-title {
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
  color: #333;
  text-align: center;
}

.section-title strong {
  font-weight: 700;
  color: #113053;
}

.section-subtitle {
  font-size: 1.1rem;
  color: rgba(51, 51, 51, 0.6);
  text-align: center;
  margin-bottom: 48px;
}

.text-center {
  text-align: center;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/* ===== SOBRE / BENEFÍCIOS ===== */
.about-text {
  margin-bottom: 48px;
  max-width: 800px;
  color: rgba(51, 51, 51, 0.6);
  font-size: 1.05rem;
  line-height: 1.75;
}

.about-text p {
  margin-bottom: 20px;
}

.about-text p:last-child {
  margin-bottom: 0;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
  margin-top: 16px;
}

.benefit-item {
  background: #fff;
  padding: 28px 20px;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.benefit-item .material-symbols-outlined {
  font-size: 2.2rem;
  color: #113053;
  margin-bottom: 12px;
  display: inline-block;
  line-height: 1;
}

.benefit-item h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.benefit-item p {
  font-size: 0.9rem;
  color: rgba(51, 51, 51, 0.6);
}

/* ===== SOBRE TEASER (HOME) - FUNDO AZUL ===== */
.sobre-teaser {
  background: #113053;
  color: #fff;
}

.sobre-teaser .section-title {
  color: #fff;
}

.sobre-teaser .benefit-item {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.sobre-teaser .benefit-item .material-symbols-outlined {
  color: #fff;
}

.sobre-teaser .benefit-item h4 {
  color: #fff;
}

.sobre-teaser .benefit-item p {
  color: rgba(255, 255, 255, 0.75);
}

.about-subheading {
  font-weight: 700;
  color: #333;
  font-size: 1.05rem;
  margin-bottom: 4px !important;
}

.about-features {
  display: flex;
  flex-direction: column;
  gap: 56px;
  margin-bottom: 48px;
}

.about-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.about-feature-reverse .about-feature-image {
  order: -1;
}

.about-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 60px;
  background: rgba(51, 51, 51, 0.06);
  color: #113053;
  font-size: 1.4rem;
  margin-bottom: 16px;
}

.about-feature-text h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 14px;
}

.about-feature-text p {
  font-size: 1.02rem;
  color: rgba(51, 51, 51, 0.6);
  line-height: 1.7;
  margin-bottom: 14px;
}

.about-feature-text p:last-child {
  margin-bottom: 0;
}

.about-feature-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.about-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.about-criterio {
  position: relative;
  width: 100%;
  background-color: #113053;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  margin: 48px 0;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.about-criterio-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.about-criterio-overlay {
  position: absolute;
  inset: 0;
  background: rgba(17, 48, 83, 0.65);
}

.about-criterio .container {
  position: relative;
  z-index: 1;
}

.about-criterio-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

.about-criterio p {
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.85);
}

.about-reasons-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 24px;
}

.about-cta {
  margin-top: 48px;
  text-align: center;
  padding: 40px 32px;
  background: rgba(51, 51, 51, 0.04);
  border-radius: 6px;
}

.about-cta h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}

.about-cta p {
  font-size: 1.05rem;
  color: rgba(51, 51, 51, 0.6);
  max-width: 520px;
  margin: 0 auto;
}

/* ===== SERVIÇOS ===== */
section#servicos {
  background: #113053;
}

section#servicos .section-title,
section#servicos .section-title strong {
  color: #fff;
}

section#servicos .section-subtitle {
  color: rgba(255, 255, 255, 0.8);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.service-card {
  background: transparent;
  padding: 32px 24px;
  transition: transform 0.2s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

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

.service-number {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  opacity: 0.25;
  line-height: 1;
}

.service-card h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}

.service-card p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
}

/* ===== COMO TRABALHAMOS ===== */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
  margin-top: 16px;
}

.step-item {
  text-align: center;
  padding: 24px 16px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid rgba(51, 51, 51, 0.14);
  transition: transform 0.2s;
}

.step-item:hover {
  transform: translateY(-4px);
}

.step-num {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 60px;
  background: #113053;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.step-item h4 {
  font-weight: 600;
  margin-bottom: 4px;
}

.step-item p {
  font-size: 0.95rem;
  color: rgba(51, 51, 51, 0.6);
}

/* ===== CONTACTO ===== */
section#contacto {
  background: rgba(51, 51, 51, 0.04);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

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

.contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid rgba(51, 51, 51, 0.14);
}

.contact-item .material-symbols-outlined {
  font-size: 1.4rem;
  color: #113053;
  width: 32px;
  text-align: center;
  flex-shrink: 0;
  font-weight: 400;
}

.contact-item strong {
  display: block;
  font-size: 0.8rem;
  color: rgba(51, 51, 51, 0.6);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-item span {
  font-weight: 600;
}

.social-buttons-container {
  display: flex;
  gap: 12px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.btn-social-instagram svg,
.btn-social-facebook svg {
  width: 16px;
  height: 16px;
}

.btn-social-instagram {
  background: #113053;
  color: #fff;
  padding: 12px 24px;
  border-radius: 2px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s;
}

.btn-social-instagram:hover {
  background: rgba(17, 48, 83, 0.85);
  color: #fff;
}

.btn-social-facebook {
  background: #333;
  color: #fff;
  padding: 12px 24px;
  border-radius: 2px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s;
}

.btn-social-facebook:hover {
  background: rgba(51, 51, 51, 0.85);
  color: #fff;
}

.contact-note {
  display: block;
  font-size: 0.78rem;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.6);
  margin-top: 2px;
}

.atendimento-personalizado {
  background: #fff;
  padding: 24px 20px;
  border-radius: 6px;
  border: 1px solid rgba(51, 51, 51, 0.14);
}

.atendimento-personalizado h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}

.atendimento-personalizado p {
  font-size: 0.92rem;
  color: rgba(51, 51, 51, 0.6);
  line-height: 1.6;
  margin-bottom: 8px;
}

.atendimento-personalizado p:last-child {
  margin-bottom: 0;
}

.btn-submit-form {
  width: 100%;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.contact-form {
  background: #fff;
  padding: 36px 32px;
  border-radius: 6px;
  border: 1px solid rgba(51, 51, 51, 0.14);
}

.contact-form h3 {
  font-weight: 600;
  margin-bottom: 6px;
}

.contact-form p {
  color: rgba(51, 51, 51, 0.6);
  margin-bottom: 24px;
  font-size: 0.95rem;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 4px;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(51, 51, 51, 0.22);
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  transition: border 0.2s;
  background: #ffffff;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: #113053;
  background: #fff;
}

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

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* ===== ARTIGOS ===== */
section#artigos {
  background: #fff;
}

.artigos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.artigo-card {
  background: rgba(51, 51, 51, 0.04);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
}

.artigo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.artigo-card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.artigo-card-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.artigo-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

.artigo-card-like {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  transition: background 0.2s;
}

.artigo-card-like:hover {
  background: rgba(0, 0, 0, 0.55);
}

.artigo-card-like-count {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  min-width: 14px;
  text-align: center;
}

.artigo-card-like.liked svg {
  fill: #ff4d4d;
  stroke: #ff4d4d;
}

.artigo-card-body {
  padding: 16px;
}

.artigo-card-body h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  letter-spacing: -0.5px;
  line-height: 1.4;
  margin-bottom: 8px;
}

.artigo-card-body h3 a {
  color: #333;
  text-decoration: none;
}

.artigo-card-body h3 a:hover {
  color: #113053;
}

.artigo-category {
  font-size: 0.875rem;
  color: rgba(51, 51, 51, 0.6);
  font-weight: 400;
}

/* ===== RODAPÉ ===== */
footer.site-footer {
  background: #113053;
  color: rgba(255, 255, 255, 0.7);
  padding: 40p\x 0 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

footer.site-footer .container {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  align-items: start;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 24px;
}

footer.site-footer .logo {
  color: #fff;
}

footer.site-footer .logo span {
  color: rgba(255, 255, 255, 0.5);
}

.social-links {
  display: flex;
  gap: 16px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  transition: background 0.3s;
  font-size: 1.2rem;
}

.social-links a svg {
  width: 18px;
  height: 18px;
}

.social-links a:hover {
  background: rgba(255, 255, 255, 0.18);
}

footer.site-footer small {
  font-size: 0.85rem;
  opacity: 0.6;
}

.footer-tagline {
  display: block;
  margin-top: 6px;
}

.footer-col h4 {
  margin: 0 0 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}

.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.2s;
}

.footer-nav a:hover {
  color: #fff;
  text-decoration: underline;
}

.prr-logo {
  max-height: 40px;
  width: auto;
  margin-top: 18px;
  /* background: #fff;
  padding: 8px 12px;
  border-radius: 6px; */
}

.footer-social .social-links {
  gap: 12px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-bottom {
  max-width: 960px;
  height: 56px;
  margin: 0 auto;
  padding: 0 24px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ===== PÁGINAS LEGAIS ===== */
.legal-page {
  padding: 140px 0 80px;
  background: #f7f7f7;
}

/* ===== SUBPÁGINAS ===== */
.sub-page {
  padding: 140px 0 80px;
  background: #ffffff;
}

.legal-title {
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: -0.5px;
  color: #333;
  margin-bottom: 32px;
  text-align: center;
}

.legal-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 24px;
}

.legal-content h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  margin-top: 28px;
  margin-bottom: 10px;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p {
  font-size: 1rem;
  color: rgba(51, 51, 51, 0.6);
  line-height: 1.7;
  margin-bottom: 14px;
}

.legal-content ul {
  margin: 0 0 14px 0;
  padding-left: 22px;
}

.legal-content ul li {
  font-size: 1rem;
  color: rgba(51, 51, 51, 0.6);
  line-height: 1.7;
  list-style: disc;
  margin-bottom: 4px;
}

.legal-back {
  display: block;
  margin: 32px auto 0;
  width: fit-content;
  font-size: 0.95rem;
  font-weight: 600;
  color: #113053;
}

.legal-back:hover {
  color: rgba(17, 48, 83, 0.85);
  text-decoration: underline;
}

/* ===== ARTIGO (SINGLE POST) ===== */
.single-post-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  color: rgba(51, 51, 51, 0.6);
  font-size: 0.9rem;
  margin-bottom: 24px;
}

.single-post-category {
  background: rgba(51, 51, 51, 0.06);
  color: #113053;
  padding: 4px 12px;
  border-radius: 2px;
  font-size: 0.8rem;
  font-weight: 600;
}

.single-post-image {
  margin-bottom: 28px;
}

.single-post-thumb {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
}

.single-post-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
}

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

.single-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.single-post-content h2,
.single-post-content h3 {
  margin: 28px 0 12px;
  color: #333;
}

/* ===== RESPONSIVIDADE ===== */
@media (max-width: 992px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .artigos-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-feature {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    background: #113053;
    position: absolute;
    top: 96px;
    left: 0;
    width: 100%;
    padding: 24px;
    gap: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nav-links.open {
    display: flex;
  }

  .hamburger {
    display: flex;
  }

  .section-title {
    font-size: 2rem;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .benefits-grid {
    grid-template-columns: 1fr 1fr;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .artigos-grid {
    grid-template-columns: 1fr;
  }

  .about-feature-reverse .about-feature-image {
    order: 0;
  }

  .about-criterio {
    padding: 80px 0;
  }
}

@media (max-width: 480px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .btn-primary,
  .btn-light {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  footer.site-footer .container {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  footer.site-footer .footer-brand,
  footer.site-footer .footer-social,
  footer.site-footer .footer-nav,
  footer.site-footer .footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* ===== SWIPER NAVIGATION BUTTONS CONTRAST FIX ===== */
.experiences-prev,
.experiences-next {
  background-color: transparent !important;
  color: #113053 !important;
  border-color: rgba(51, 51, 51, 0.28) !important;
  transition: all 0.3s ease !important;
}

.experiences-prev:hover,
.experiences-next:hover {
  background-color: #113053 !important;
  color: #fff !important;
  border-color: #113053 !important;
}

.experiences-prev svg,
.experiences-next svg {
  stroke: currentColor !important;
  transition: stroke 0.3s ease !important;
}

/* ===== LIGHTBOX ===== */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 48, 83, 0.94);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.lightbox-figure {
  margin: 0;
  max-width: 92vw;
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.lightbox-img {
  max-width: 92vw;
  max-height: 80vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.lightbox-caption {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  text-align: center;
  line-height: 1.5;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 44px;
  height: 44px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, transform 0.2s;
}

.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: rotate(90deg);
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, color 0.3s;
}

.lightbox-prev {
  left: 18px;
}

.lightbox-next {
  right: 18px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  background: #fff;
  color: #113053;
  border-color: #fff;
}

.lightbox-prev svg,
.lightbox-next svg {
  stroke: currentColor;
}

@media (max-width: 768px) {
  .lightbox-prev {
    left: 8px;
  }

  .lightbox-next {
    right: 8px;
  }

  .lightbox-prev,
  .lightbox-next {
    width: 40px;
    height: 40px;
  }
}