.blog-list-container { max-width: 1200px; margin: 0 auto; padding: 120px 20px 60px; }
.posts-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 2rem; }
.post-card { background-color: #0f172a; border: 1px solid #1e293b; border-radius: 8px; padding: 1.5rem; text-decoration: none; color: #d1d5db; transition: transform 0.2s; }
.post-card:hover { transform: translateY(-5px); }
.post-card h2 { font-size: 1.25rem; font-weight: 600; color: #fff; margin-bottom: 0.5rem; }
.post-card .post-meta { font-size: 0.875rem; color: #94a3b8; margin-bottom: 1rem; }
.post-card .read-more { display: inline-block; margin-top: 1rem; color: #1E8E4A; font-weight: 600; }

/* --- NOVAS VARIAVEIS E CLASSES PREMIUM --- */
:root {
  --harpia-blue: #0f172a;
  --harpia-gold: #b87333;
  --harpia-green: #10b981;
  --text-light: #e2e8f0;
  --text-muted: #94a3b8;
}

/* Utilitários */
.section-padding { padding: 80px 0; }
.text-gradient {
  background: linear-gradient(90deg, #fff, #cbd5e1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hidden { display: none; }

/* HERO PREMIUM */
.hero-premium {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  background: radial-gradient(circle at 70% 30%, #1e293b 0%, #020617 80%);
  overflow: hidden;
  padding-top: 160px;
}

.hero-bg-scanner {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: repeating-linear-gradient(0deg, transparent 0%, transparent 49%, rgba(184, 115, 51, 0.03) 50%, transparent 51%, transparent 100%);
  background-size: 100% 4px;
  pointer-events: none;
}

.hero-container {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-content h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: #fff;
}

.hero-subtitle {
  font-size: 1.125rem;
  color: var(--text-muted);
  margin-bottom: 2rem;
  line-height: 1.6;
  max-width: 600px;
}

.hero-bullets {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.h-bullet {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #fff;
  background: rgba(255,255,255,0.05);
  padding: 0.5rem 1rem;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.1);
}

.h-bullet .material-icons { color: var(--harpia-gold); font-size: 1.2rem; }

.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

.btn-primary {
  background-color: var(--harpia-green);
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 6px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.2);
}

.btn-primary:hover { transform: translateY(-2px); background-color: #059669; }

.btn-secondary {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
  padding: 1rem 2rem;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-secondary:hover { border-color: var(--harpia-gold); color: var(--harpia-gold); }

.trust-bar { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.1); }
.trust-label { font-size: 0.75rem; text-transform: uppercase; color: var(--text-muted); display: block; margin-bottom: 0.5rem; }
.trust-items { color: var(--text-muted); font-size: 0.9rem; display: flex; gap: 0.5rem; flex-wrap: wrap; }

/* SERVICES GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.service-card {
  background: linear-gradient(145deg, #1e293b, #0f172a);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 12px;
  padding: 2rem;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.service-card:hover { transform: translateY(-5px); border-color: var(--harpia-gold); }

.s-icon {
  width: 50px; height: 50px;
  background: rgba(184, 115, 51, 0.1);
  color: var(--harpia-gold);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.5rem;
}

.service-card h3 { color: #fff; font-size: 1.5rem; margin-bottom: 0.5rem; }
.s-result { color: var(--harpia-gold); font-size: 0.9rem; font-weight: 500; margin-bottom: 1.5rem; }
.s-list { list-style: none; padding: 0; margin: 0 0 2rem 0; flex-grow: 1; }
.s-list li { display: flex; gap: 0.75rem; margin-bottom: 0.75rem; color: var(--text-muted); font-size: 0.95rem; }
.s-list li .material-icons { color: var(--harpia-green); font-size: 1.1rem; }

.s-actions { display: grid; grid-template-columns: 1fr auto; gap: 0.5rem; }
.btn-details { text-align: center; padding: 0.75rem; border: 1px solid rgba(255,255,255,0.1); border-radius: 6px; color: #fff; transition: background 0.2s; }
.btn-details:hover { background: rgba(255,255,255,0.05); }
.btn-whats-icon { background: var(--harpia-green); color: #fff; border-radius: 6px; width: 45px; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.btn-whats-icon:hover { background: #059669; }

/* LANDING FIX: HEADER + CTA BUTTONS (colar no final do style.css) */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  transition-property: all;
  transition-duration: 300ms;
  background-color: #0f172a;
  border-bottom: 1px solid #1e293b;
  min-height: 5rem;
}
header .max-w-7xl {
  max-width: 80rem;
  margin: auto;
  padding: 0 1rem;
}
header .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
}
.logo-link {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 1rem;
  text-decoration: none !important;
}
.logo-img {
  height: 60px;
  width: auto;
}
.logo-text {
  display: flex;
  flex-direction: column;
}
.logo-text span:first-child {
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.025em;
  line-height: 1;
}
.logo-text span:last-child {
  color: #94a3b8;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
}
header nav {
  display: flex;
  gap: 1.5rem;
}
header nav a {
  color: #cbd5e1;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 150ms;
  text-decoration: none !important;
}
header nav a:hover {
  color: #fff;
}

.btn-primary, .btn-secondary, .cta-button, .view-all-posts-btn, .google-reviews-link, .btn-whatsapp-fix {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  vertical-align: middle;
  min-height: 2.75rem !important; /* Reduzido para ser "menor" */
  line-height: 1;
  padding: 0 1.5rem !important;
  text-decoration: none !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.cta-button {
  background-color: #b87333 !important;
  color: #fff !important;
  box-shadow: 0 4px 14px 0 rgba(184, 115, 51, 0.39) !important;
  font-size: 0.875rem;
}

.cta-button:hover {
  background-color: #8b4513 !important;
  box-shadow: 0 6px 20px rgba(184, 115, 51, 0.5) !important;
  transform: translateY(-2px);
}

.btn-primary .material-icons, .btn-secondary .material-icons {
  margin-right: 0.5rem;
  font-size: 1.25rem;
}

@keyframes btnPulse {
  0% { transform: scale(1); box-shadow: 0 4px 15px rgba(16, 185, 129, 0.2); }
  50% { transform: scale(1.03); box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4); }
  100% { transform: scale(1); box-shadow: 0 4px 15px rgba(16, 185, 129, 0.2); }
}

.btn--pulse {
  animation: btnPulse 3s infinite ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn--pulse {
    animation: none !important;
    transform: none !important;
  }
}

.btn-primary:focus, .btn-secondary:focus, .cta-button:focus {
  outline: 2px solid var(--harpia-gold);
  outline-offset: 2px;
}

/* --- FALLBACK SEGURO PARA LANDINGS --- */
body.landing {
  background-color: #020617 !important;
  color: #cbd5e1 !important;
  margin: 0;
  font-family: 'Inter', sans-serif;
}

.landing .section-band {
  padding: 80px 0;
  position: relative;
}

.landing .section-band.dark { background-color: #020617; }
.landing .section-band.surface { background-color: #0f172a; border-top: 1px solid #1e293b; border-bottom: 1px solid #1e293b; }

.landing .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.landing .text-white { color: #ffffff !important; }
.landing .text-slate-400 { color: #94a3b8 !important; }
.landing .font-bold { font-weight: 700 !important; }
.landing .flex { display: flex; }
.landing .grid { display: grid; }
.landing .gap-12 { gap: 3rem; }
.landing .items-center { align-items: center; }
.landing .justify-between { justify-content: space-between; }
.landing .hidden { display: none; }
@media (min-width: 768px) { 
  .landing .md\:flex { display: flex; } 
  .landing .md\:grid-cols-2 { grid-template-columns: repeat(2, 1fr); } 
}

header nav a { text-decoration: none; transition: color 0.2s; }
header nav a:hover { color: var(--harpia-gold) !important; }

/* MOBILE */
@media (max-width: 768px) {
  .hero-container { grid-template-columns: 1fr; text-align: center; }
  .hero-bullets { justify-content: center; }
  .hero-actions { justify-content: center; width: 100%; }
  .btn-primary, .btn-secondary { width: 100%; justify-content: center; }
  .trust-items { justify-content: center; }
  .hero-visual { display: none; }
}