/*
Theme Name: Global Administradora
Theme URI: https://grupoglobal.com.br
Author: Grupo Global
Author URI: https://grupoglobal.com.br
Description: Tema personalizado para o site da Global Administradora de Condomínios. Gestão profissional com transparência.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: grupo-global
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Grupo Global - Administradora de Condomínios
Confiança, Transparência e Alta Gestão
*/

/* ============================================
   RESET & BASE
   ============================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --blue-dark: #0A2463;
  --blue-medium: #1565C0;
  --blue-light: #0D47A1;
  --blue-bg: #F0F4FF;
  --blue-section: #F8FAFC;
  --white: #FFFFFF;
  --black: #111827;
  --gray-600: #4B5563;
  --gray-500: #6B7280;
  --gray-200: #E5E7EB;
  --gray-100: #F3F4F6;
  --green-whatsapp: #25D366;
  --font-heading: 'Poppins', sans-serif;
  --font-body: 'Open Sans', sans-serif;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  color: var(--black);
  background-color: var(--white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  line-height: 1.2;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

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

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .container { padding: 0 1.5rem; }
}

@media (min-width: 1024px) {
  .container { padding: 0 2rem; }
}

/* ============================================
   TOP BAR
   ============================================ */
.top-bar {
  background-color: var(--blue-dark);
  color: var(--white);
  padding: 0.5rem 0;
  font-size: 0.875rem;
}

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

.top-bar a {
  color: var(--white);
}

.top-bar a:hover {
  color: #93C5FD;
}

.top-bar__social {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.top-bar__contact {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.top-bar__contact a {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

/* ============================================
   HEADER
   ============================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: var(--white);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  transition: box-shadow 0.3s ease;
}

.site-header.scrolled {
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.site-logo img {
  height: 100px;
  width: auto;
}

@media (min-width: 768px) {
  .site-logo img { height: 130px; }
}

.main-nav {
  display: none;
  align-items: center;
  gap: 0.25rem;
}

@media (min-width: 1024px) {
  .main-nav { display: flex; }
}

.main-nav a {
  padding: 0.5rem 0.6rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--blue-dark);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-family: var(--font-heading);
}

.main-nav a:hover {
  color: var(--blue-medium);
}

.nav-cta {
  margin-left: 0.5rem;
  padding: 0.6rem 1rem !important;
  background-color: var(--blue-dark) !important;
  color: var(--white) !important;
  border-radius: 0.25rem;
}

.nav-cta:hover {
  background-color: var(--blue-light) !important;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
  display: block;
  padding: 0.5rem;
  color: var(--blue-dark);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.75rem;
}

@media (min-width: 1024px) {
  .mobile-menu-toggle { display: none; }
}

.mobile-nav {
  display: none;
  background-color: var(--white);
  border-top: 1px solid var(--gray-100);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 1rem;
}

.mobile-nav.active {
  display: block;
}

.mobile-nav a {
  display: block;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--blue-dark);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: var(--font-heading);
  border-radius: 0.25rem;
}

.mobile-nav a:hover {
  background-color: #EFF6FF;
}

.mobile-nav a.mobile-nav-cta {
  display: block;
  margin-top: 0.5rem;
  padding: 0.75rem 1rem;
  background-color: #1e3a5f;
  color: #ffffff !important;
  font-weight: 700;
  border-radius: 0.25rem;
  text-align: center;
}

.mobile-nav a.mobile-nav-cta:hover {
  background-color: #3b82f6 !important;
  color: #ffffff !important;
}

/* ============================================
   APP CTA BANNER
   ============================================ */
.app-cta-banner {
  background: #1e3a5f;
  background: linear-gradient(135deg, #1e3a5f 0%, #3b82f6 100%);
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
}

.app-cta-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  pointer-events: none;
}

.app-cta-banner::after {
  content: '';
  position: absolute;
  bottom: -60%;
  right: 15%;
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  pointer-events: none;
}

.app-cta-banner__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.app-cta-banner__label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0.5rem;
}

.app-cta-banner__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
  margin: 0;
}

.app-cta-banner__btn {
  flex-shrink: 0;
  display: inline-block;
  padding: 0.875rem 2.25rem;
  background-color: var(--white);
  color: var(--blue-dark) !important;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 0.25rem;
  transition: background-color 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.app-cta-banner__btn:hover {
  background-color: rgba(255, 255, 255, 0.88);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .app-cta-banner__content {
    flex-direction: column;
    text-align: center;
  }

  .app-cta-banner__btn {
    width: 100%;
    text-align: center;
  }
}

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10,36,99,0.8), rgba(10,36,99,0.7), rgba(10,36,99,0.85));
}

.hero__content {
  position: relative;
  z-index: 10;
  text-align: center;
  color: var(--white);
  padding: 5rem 0;
}

.hero h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.hero h1 span {
  color: #93C5FD;
}

@media (min-width: 640px) { .hero h1 { font-size: 2.5rem; } }
@media (min-width: 768px) { .hero h1 { font-size: 3rem; } }
@media (min-width: 1024px) { .hero h1 { font-size: 3.75rem; } }

.hero__subtitle {
  font-size: 1.125rem;
  color: #BFDBFE;
  max-width: 48rem;
  margin: 0 auto 1rem;
  line-height: 1.6;
}

.hero__text {
  font-size: 1rem;
  color: rgba(191,219,254,0.9);
  max-width: 40rem;
  margin: 0 auto 2.5rem;
  line-height: 1.6;
}

.hero__buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

@media (min-width: 640px) {
  .hero__buttons { flex-direction: row; }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  font-weight: 700;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: var(--font-heading);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.btn--primary {
  background-color: var(--white);
  color: var(--blue-dark);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.btn--primary:hover {
  background-color: #EFF6FF;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  transform: translateY(-2px);
}

.btn--outline {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
}

.btn--outline:hover {
  background-color: rgba(255,255,255,0.1);
}

.btn--blue {
  background-color: var(--blue-dark);
  color: var(--white);
}

.btn--blue:hover {
  background-color: var(--blue-light);
}

.btn--blue-outline {
  background: transparent;
  color: var(--blue-dark);
  border: 2px solid var(--blue-dark);
}

.btn--blue-outline:hover {
  background-color: var(--blue-dark);
  color: var(--white);
}

/* Hero Stats */
.hero__stats {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .hero__stats { grid-template-columns: repeat(4, 1fr); }
}

.hero__stat-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-heading);
}

@media (min-width: 768px) { .hero__stat-number { font-size: 1.875rem; } }

.hero__stat-label {
  font-size: 0.75rem;
  color: #BFDBFE;
  margin-top: 0.25rem;
}

@media (min-width: 768px) { .hero__stat-label { font-size: 0.875rem; } }

/* ============================================
   SERVICE CARDS
   ============================================ */
.service-cards {
  padding: 4rem 0;
  background-color: var(--white);
  margin-top: -4rem;
  position: relative;
  z-index: 20;
}

.service-cards__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .service-cards__grid { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
}

.service-card {
  background-color: var(--white);
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 2rem;
  border-bottom: 4px solid var(--blue-dark);
  transition: all 0.3s ease;
}

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

.service-card__icon {
  width: 4rem;
  height: 4rem;
  background-color: rgba(10,36,99,0.08);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: background-color 0.3s ease;
}

.service-card:hover .service-card__icon {
  background-color: var(--blue-dark);
}

.service-card__icon svg {
  width: 2rem;
  height: 2rem;
  color: var(--blue-dark);
  transition: color 0.3s ease;
}

.service-card:hover .service-card__icon svg {
  color: var(--white);
}

.service-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--blue-dark);
  margin-bottom: 0.75rem;
}

.service-card p {
  color: var(--gray-600);
  font-size: 0.875rem;
  line-height: 1.6;
}

/* ============================================
   SECTION HEADERS
   ============================================ */
.section-label {
  color: var(--blue-medium);
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--font-heading);
}

.section-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--blue-dark);
  margin-top: 0.5rem;
}

@media (min-width: 768px) { .section-title { font-size: 2.25rem; } }

.section-desc {
  color: var(--gray-500);
  margin-top: 1rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================
   ABOUT SECTION
   ============================================ */
.about {
  padding: 5rem 0;
  background-color: var(--blue-section);
}

.about__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .about__grid { grid-template-columns: repeat(2, 1fr); gap: 4rem; }
}

.about__image-wrapper {
  position: relative;
}

.about__image-bar {
  position: absolute;
  left: -0.75rem;
  top: 1rem;
  bottom: 1rem;
  width: 0.375rem;
  background-color: var(--blue-dark);
  border-radius: 9999px;
}

.about__image {
  border-radius: 0.5rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about p {
  color: var(--gray-600);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.about__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

/* ============================================
   OBJECTIVES
   ============================================ */
.objectives {
  padding: 5rem 0;
  background-color: var(--blue-dark);
  position: relative;
  overflow: hidden;
}

.objectives__pattern {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image: radial-gradient(circle at 1px 1px, white 1px, transparent 0);
  background-size: 40px 40px;
}

.objectives .section-label { color: #93C5FD; }
.objectives .section-title { color: var(--white); }

.objectives__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  .objectives__grid { grid-template-columns: repeat(3, 1fr); }
}

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

.objective-card__icon {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.objective-card:hover .objective-card__icon {
  background-color: rgba(255,255,255,0.2);
}

.objective-card__icon svg {
  width: 2.5rem;
  height: 2.5rem;
  color: #93C5FD;
}

.objective-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1rem;
}

.objective-card p {
  color: rgba(191,219,254,0.8);
  line-height: 1.6;
}

/* ============================================
   SERVICES DETAILED
   ============================================ */
.services {
  padding: 5rem 0;
  background-color: var(--white);
}

.services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-bottom: 4rem;
}

@media (min-width: 640px) { .services__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .services__grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1280px) { .services__grid { grid-template-columns: repeat(4, 1fr); } }

.service-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 0.5rem;
  border: 1px solid var(--gray-100);
  transition: all 0.3s ease;
  background-color: var(--white);
}

.service-item:hover {
  border-color: rgba(10,36,99,0.2);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.service-item__icon {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  background-color: rgba(10,36,99,0.08);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.service-item:hover .service-item__icon {
  background-color: var(--blue-dark);
}

.service-item__icon svg {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--blue-dark);
  transition: color 0.3s ease;
}

.service-item:hover .service-item__icon svg {
  color: var(--white);
}

.service-item h4 {
  font-weight: 600;
  color: var(--blue-dark);
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  font-family: var(--font-heading);
}

.service-item p {
  color: var(--gray-500);
  font-size: 0.75rem;
  line-height: 1.5;
}

/* Management Section */
.management {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .management { grid-template-columns: repeat(2, 1fr); }
}

.management__image {
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  width: 100%;
  height: auto;
  object-fit: cover;
}

.management__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  .management__list { grid-template-columns: repeat(2, 1fr); }
}

.management__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  border-radius: 0.5rem;
  background-color: var(--blue-bg);
}

.management__item svg {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--blue-dark);
  flex-shrink: 0;
}

.management__item span {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--blue-dark);
  font-family: var(--font-heading);
}

/* ============================================
   DIFFERENTIALS
   ============================================ */
.differentials {
  padding: 5rem 0;
  background-color: var(--blue-section);
}

.differentials__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 640px) { .differentials__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .differentials__grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; } }

.differential-card {
  background-color: var(--white);
  border-radius: 0.5rem;
  padding: 1.75rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  border-left: 4px solid var(--blue-dark);
  transition: all 0.3s ease;
}

.differential-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  transform: translateY(-4px);
}

.differential-card__icon {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(10,36,99,0.08);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: background-color 0.3s ease;
}

.differential-card:hover .differential-card__icon {
  background-color: var(--blue-dark);
}

.differential-card__icon svg {
  width: 1.75rem;
  height: 1.75rem;
  color: var(--blue-dark);
  transition: color 0.3s ease;
}

.differential-card:hover .differential-card__icon svg {
  color: var(--white);
}

.differential-card h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--blue-dark);
  margin-bottom: 0.5rem;
}

.differential-card p {
  color: var(--gray-600);
  font-size: 0.875rem;
  line-height: 1.6;
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonials {
  padding: 5rem 0;
  background-color: var(--blue-dark);
  position: relative;
  overflow: hidden;
}

.testimonials__pattern {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image: radial-gradient(circle at 1px 1px, white 1px, transparent 0);
  background-size: 40px 40px;
}

.testimonials .section-label { color: #93C5FD; }
.testimonials .section-title { color: var(--white); }

.testimonial-slider {
  max-width: 48rem;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.testimonial-card {
  background-color: rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  border-radius: 0.75rem;
  padding: 2rem 2.5rem;
  text-align: center;
  display: none;
}

.testimonial-card.active {
  display: block;
}

.testimonial-card__quote {
  width: 2.5rem;
  height: 2.5rem;
  color: rgba(147,197,253,0.5);
  margin: 0 auto 1.5rem;
}

.testimonial-card p {
  color: var(--white);
  font-size: 1.125rem;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 2rem;
}

@media (min-width: 768px) { .testimonial-card p { font-size: 1.25rem; } }

.testimonial-card__name {
  color: var(--white);
  font-weight: 700;
  font-size: 1.125rem;
  font-family: var(--font-heading);
}

.testimonial-card__role {
  color: #93C5FD;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.testimonial-nav {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.testimonial-dot {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 9999px;
  background-color: rgba(255,255,255,0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.testimonial-dot.active {
  background-color: var(--white);
  width: 2rem;
}

/* ============================================
   INSTAGRAM FEED
   ============================================ */
.instagram-feed-section {
  padding: 5rem 0;
  background-color: var(--white);
}

.instagram-feed-wrapper {
  margin-top: 2rem;
}

.instagram-feed-wrapper #sb_instagram {
  max-width: 100%;
}

.instagram-feed-wrapper .sbi_error,
.instagram-feed-wrapper [class*="error"],
.instagram-feed-wrapper [class*="Error"] {
  display: none !important;
}

.instagram-feed-placeholder {
  text-align: center;
  padding: 3rem 1rem;
  background-color: var(--blue-section);
  border-radius: 0.75rem;
  border: 2px dashed rgba(10, 36, 99, 0.15);
}

.instagram-placeholder-image {
  max-width: 300px;
  width: 100%;
  height: auto;
  margin: 0 auto 1.5rem;
  opacity: 0.8;
  display: block;
}

.instagram-placeholder-text {
  color: var(--gray-600);
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
}

@media (min-width: 768px) {
  .instagram-placeholder-image {
    max-width: 400px;
  }
}

/* ============================================
   CONTACT
   ============================================ */
.contact {
  padding: 5rem 0;
  background-color: var(--white);
}

.contact__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

@media (min-width: 1024px) {
  .contact__grid { grid-template-columns: 3fr 2fr; gap: 3rem; }
}

.contact-form label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.375rem;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--gray-200);
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-family: var(--font-body);
  transition: all 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  border-color: var(--blue-dark);
  box-shadow: 0 0 0 3px rgba(10,36,99,0.1);
}

.contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 640px) {
  .contact-form .form-row { grid-template-columns: repeat(2, 1fr); }
}

.contact-form .form-group {
  margin-bottom: 1.25rem;
}

.contact-info-card {
  background-color: var(--blue-bg);
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.contact-info-card h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--blue-dark);
  margin-bottom: 1rem;
  font-family: var(--font-heading);
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

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

.contact-info-item svg {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--blue-dark);
  flex-shrink: 0;
  margin-top: 0.125rem;
}

.contact-info-item .label {
  font-weight: 500;
  font-size: 0.875rem;
}

.contact-info-item .value {
  font-size: 0.875rem;
  color: var(--gray-500);
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  background-color: #071A42;
  color: var(--white);
}

.site-footer__main {
  padding: 3.5rem 0;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

@media (min-width: 768px) { .site-footer__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .site-footer__grid { grid-template-columns: repeat(4, 1fr); } }

.site-footer__logo {
  height: 3.5rem;
  width: auto;
  margin-bottom: 1.25rem;
}

.site-footer__desc {
  color: rgba(191,219,254,0.7);
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.site-footer__social {
  display: flex;
  gap: 0.75rem;
}

.site-footer__social a {
  width: 2.25rem;
  height: 2.25rem;
  background-color: rgba(255,255,255,0.1);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.site-footer__social a:hover {
  background-color: rgba(255,255,255,0.2);
}

.site-footer__social a svg {
  width: 1rem;
  height: 1rem;
  color: var(--white);
}

.site-footer h4 {
  color: var(--white);
  font-weight: 700;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: var(--font-heading);
}

.site-footer ul {
  list-style: none;
}

.site-footer ul li {
  margin-bottom: 0.75rem;
}

.site-footer ul a {
  color: rgba(191,219,254,0.7);
  font-size: 0.875rem;
  transition: color 0.3s ease;
}

.site-footer ul a:hover {
  color: var(--white);
}

.site-footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 1.25rem 0;
}

.site-footer__bottom .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .site-footer__bottom .container {
    flex-direction: row;
    justify-content: space-between;
  }
}

.site-footer__bottom p {
  color: rgba(191,219,254,0.5);
  font-size: 0.75rem;
}

.site-footer__credit a {
  color: rgba(191,219,254,0.85);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer__credit a:hover {
  color: #25d366;
}

/* ============================================
   WHATSAPP BUTTON
   ============================================ */
.whatsapp-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 50;
  width: 3.5rem;
  height: 3.5rem;
  background-color: var(--green-whatsapp);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  transform: scale(1.1);
}

.whatsapp-float svg {
  width: 1.75rem;
  height: 1.75rem;
  color: var(--white);
}

.whatsapp-float__pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: var(--green-whatsapp);
  animation: pulse 2s infinite;
  opacity: 0.2;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 0.2; }
  50% { transform: scale(1.3); opacity: 0; }
  100% { transform: scale(1); opacity: 0; }
}

/* ============================================
   UTILITIES
   ============================================ */
.text-center { text-align: center; }
.mb-4 { margin-bottom: 1rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-14 { margin-bottom: 3.5rem; }

@media (max-width: 767px) {
  .top-bar { display: none; }
}

/* ============================================
   PROBLEMAS SECTION
   ============================================ */
.problemas {
  padding: 5rem 0;
  background-color: var(--white);
}

.problemas__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 56rem;
  margin: 0 auto;
}

@media (min-width: 640px) { .problemas__grid { grid-template-columns: repeat(2, 1fr); } }

.problema-card {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.5rem;
  background-color: var(--blue-bg);
  border-radius: 0.5rem;
  border-left: 4px solid var(--blue-dark);
  transition: all 0.3s ease;
}

.problema-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

.problema-card__icon {
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(10,36,99,0.1);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.problema-card__icon svg {
  width: 1.75rem;
  height: 1.75rem;
  color: var(--blue-dark);
}

.problema-card h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--blue-dark);
  font-family: var(--font-heading);
}

.problemas__cta {
  margin-top: 3rem;
}

.problemas__cta p {
  font-size: 1.25rem;
  color: var(--blue-dark);
  font-family: var(--font-heading);
}

@media (min-width: 768px) { .problemas__cta p { font-size: 1.5rem; } }

/* ============================================
   SERVIÇOS HOME SECTION
   ============================================ */
.servicos-home {
  padding: 5rem 0;
  background-color: var(--white);
}

.servicos-home__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 640px) { .servicos-home__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .servicos-home__grid { grid-template-columns: repeat(3, 1fr); gap: 2rem; } }

/* ============================================
   RESULTADOS SECTION
   ============================================ */
.resultados {
  padding: 5rem 0;
  background-color: var(--blue-dark);
  position: relative;
  overflow: hidden;
}

.resultados__pattern {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image: radial-gradient(circle at 1px 1px, white 1px, transparent 0);
  background-size: 40px 40px;
}

.resultados__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 56rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .resultados__grid { grid-template-columns: repeat(4, 1fr); }
}

.resultado-item__number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-heading);
  display: inline;
}

@media (min-width: 768px) { .resultado-item__number { font-size: 3rem; } }

.resultado-item__prefix {
  font-size: 1.5rem;
  font-weight: 700;
  color: #93C5FD;
  font-family: var(--font-heading);
  display: inline;
}

.resultado-item__suffix {
  font-size: 1rem;
  font-weight: 600;
  color: #93C5FD;
  font-family: var(--font-heading);
  display: inline;
}

.resultado-item__label {
  font-size: 0.875rem;
  color: rgba(191,219,254,0.8);
  margin-top: 0.5rem;
}

/* ============================================
   CTA FINAL SECTION
   ============================================ */
.cta-final {
  padding: 5rem 0;
  background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue-light) 100%);
  color: var(--white);
}

.cta-final h2 {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.cta-final h2 span {
  color: #93C5FD;
}

@media (min-width: 768px) { .cta-final h2 { font-size: 2.5rem; } }

.cta-final p {
  font-size: 1.125rem;
  color: rgba(191,219,254,0.9);
  margin-bottom: 2.5rem;
}

/* ============================================
   PAGE HERO (internal pages)
   ============================================ */
.page-hero {
  background-color: var(--blue-dark);
  padding: 3rem 0;
  text-align: center;
}

.page-hero h1 {
  color: var(--white);
  font-size: 2rem;
  font-weight: 700;
}

@media (min-width: 768px) { .page-hero h1 { font-size: 2.5rem; } }

.page-hero .breadcrumb {
  color: rgba(191,219,254,0.7);
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.page-hero .breadcrumb a {
  color: rgba(191,219,254,0.7);
}

.page-hero .breadcrumb a:hover {
  color: var(--white);
}

/* ============================================
   FADE-IN ANIMATION
   ============================================ */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
