/* ==========================================================================
   Portal WebEngine - Unified Design System
   Based on /pets/estetica-pet design
   ========================================================================== */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Inter:wght@400;500;600;700&display=swap');

/* ==========================================================================
   CSS Custom Properties per Category
   ========================================================================== */

:root {
  /* Default (Tecnologia) */
  --pw-primary: #0ea5e9;
  --pw-primary-dark: #0284c7;
  --pw-primary-light: #bae6fd;
  --pw-gradient: linear-gradient(135deg, #0c4a6e 0%, #0284c7 30%, #0ea5e9 60%, #38bdf8 100%);
  --pw-badge-dot: #38bdf8;
  --pw-card-hover: rgba(14, 165, 233, 0.12);
  --pw-card-border-hover: #bae6fd;
  --pw-btn-gradient: linear-gradient(135deg, #0284c7, #0ea5e9);
  --pw-btn-glow: rgba(14, 165, 233, 0.3);
  --pw-card-glow: rgba(14, 165, 233, 0.15);
  --pw-card-logo-border: #e0f2fe;
  --pw-card-logo-bg: #f0f9ff;
  --pw-support-bg: #f0f9ff;
  --pw-support-border: #bae6fd;
}

/* Negócios */
.category-negocios {
  --pw-primary: #3b82f6;
  --pw-primary-dark: #2563eb;
  --pw-primary-light: #bfdbfe;
  --pw-gradient: linear-gradient(135deg, #1e3a8a 0%, #2563eb 30%, #3b82f6 60%, #60a5fa 100%);
  --pw-badge-dot: #60a5fa;
  --pw-card-hover: rgba(59, 130, 246, 0.12);
  --pw-card-border-hover: #bfdbfe;
  --pw-btn-gradient: linear-gradient(135deg, #2563eb, #3b82f6);
  --pw-btn-glow: rgba(59, 130, 246, 0.3);
  --pw-card-glow: rgba(59, 130, 246, 0.15);
  --pw-card-logo-border: #dbeafe;
  --pw-card-logo-bg: #eff6ff;
  --pw-support-bg: #eff6ff;
  --pw-support-border: #bfdbfe;
}

/* Educação */
.category-educacao {
  --pw-primary: #8b5cf6;
  --pw-primary-dark: #7c3aed;
  --pw-primary-light: #ddd6fe;
  --pw-gradient: linear-gradient(135deg, #4c1d95 0%, #7c3aed 30%, #8b5cf6 60%, #a78bfa 100%);
  --pw-badge-dot: #a78bfa;
  --pw-card-hover: rgba(139, 92, 246, 0.12);
  --pw-card-border-hover: #ddd6fe;
  --pw-btn-gradient: linear-gradient(135deg, #7c3aed, #8b5cf6);
  --pw-btn-glow: rgba(139, 92, 246, 0.3);
  --pw-card-glow: rgba(139, 92, 246, 0.15);
  --pw-card-logo-border: #ede9fe;
  --pw-card-logo-bg: #f5f3ff;
  --pw-support-bg: #f5f3ff;
  --pw-support-border: #ddd6fe;
}

/* Saúde */
.category-saude {
  --pw-primary: #10b981;
  --pw-primary-dark: #059669;
  --pw-primary-light: #a7f3d0;
  --pw-gradient: linear-gradient(135deg, #064e3b 0%, #059669 30%, #10b981 60%, #34d399 100%);
  --pw-badge-dot: #34d399;
  --pw-card-hover: rgba(16, 185, 129, 0.12);
  --pw-card-border-hover: #a7f3d0;
  --pw-btn-gradient: linear-gradient(135deg, #059669, #10b981);
  --pw-btn-glow: rgba(16, 185, 129, 0.3);
  --pw-card-glow: rgba(16, 185, 129, 0.15);
  --pw-card-logo-border: #d1fae5;
  --pw-card-logo-bg: #ecfdf5;
  --pw-support-bg: #ecfdf5;
  --pw-support-border: #a7f3d0;
}

/* Entretenimento */
.category-entretenimento {
  --pw-primary: #ec4899;
  --pw-primary-dark: #db2777;
  --pw-primary-light: #fbcfe8;
  --pw-gradient: linear-gradient(135deg, #831843 0%, #db2777 30%, #ec4899 60%, #f472b6 100%);
  --pw-badge-dot: #f472b6;
  --pw-card-hover: rgba(236, 72, 153, 0.12);
  --pw-card-border-hover: #fbcfe8;
  --pw-btn-gradient: linear-gradient(135deg, #db2777, #ec4899);
  --pw-btn-glow: rgba(236, 72, 153, 0.3);
  --pw-card-glow: rgba(236, 72, 153, 0.15);
  --pw-card-logo-border: #fce7f3;
  --pw-card-logo-bg: #fdf2f8;
  --pw-support-bg: #fdf2f8;
  --pw-support-border: #fbcfe8;
}

/* Espaço Pet */
.category-espaco-pet {
  --pw-primary: #f59e0b;
  --pw-primary-dark: #d97706;
  --pw-primary-light: #fde68a;
  --pw-gradient: linear-gradient(135deg, #78350f 0%, #d97706 30%, #f59e0b 60%, #fbbf24 100%);
  --pw-badge-dot: #fbbf24;
  --pw-card-hover: rgba(245, 158, 11, 0.12);
  --pw-card-border-hover: #fde68a;
  --pw-btn-gradient: linear-gradient(135deg, #d97706, #f59e0b);
  --pw-btn-glow: rgba(245, 158, 11, 0.3);
  --pw-card-glow: rgba(245, 158, 11, 0.15);
  --pw-card-logo-border: #fef3c7;
  --pw-card-logo-bg: #fffbeb;
  --pw-support-bg: #fffbeb;
  --pw-support-border: #fde68a;
}

/* Ferramentas */
.category-ferramentas {
  --pw-primary: #f97316;
  --pw-primary-dark: #ea580c;
  --pw-primary-light: #fed7aa;
  --pw-gradient: linear-gradient(135deg, #7c2d12 0%, #ea580c 30%, #f97316 60%, #fb923c 100%);
  --pw-badge-dot: #fb923c;
  --pw-card-hover: rgba(249, 115, 22, 0.12);
  --pw-card-border-hover: #fed7aa;
  --pw-btn-gradient: linear-gradient(135deg, #ea580c, #f97316);
  --pw-btn-glow: rgba(249, 115, 22, 0.3);
  --pw-card-glow: rgba(249, 115, 22, 0.15);
  --pw-card-logo-border: #ffedd5;
  --pw-card-logo-bg: #fff7ed;
  --pw-support-bg: #fff7ed;
  --pw-support-border: #fed7aa;
}

/* Frases */
.category-frases {
  --pw-primary: #eab308;
  --pw-primary-dark: #ca8a04;
  --pw-primary-light: #fef08a;
  --pw-gradient: linear-gradient(135deg, #713f12 0%, #ca8a04 30%, #eab308 60%, #facc15 100%);
  --pw-badge-dot: #facc15;
  --pw-card-hover: rgba(234, 179, 8, 0.12);
  --pw-card-border-hover: #fef08a;
  --pw-btn-gradient: linear-gradient(135deg, #ca8a04, #eab308);
  --pw-btn-glow: rgba(234, 179, 8, 0.3);
  --pw-card-glow: rgba(234, 179, 8, 0.15);
  --pw-card-logo-border: #fef9c3;
  --pw-card-logo-bg: #fefce8;
  --pw-support-bg: #fefce8;
  --pw-support-border: #fef08a;
}

/* Guia do Brasil */
.category-guia-do-brasil {
  --pw-primary: #16a34a;
  --pw-primary-dark: #15803d;
  --pw-primary-light: #bbf7d0;
  --pw-gradient: linear-gradient(135deg, #14532d 0%, #15803d 30%, #16a34a 60%, #22c55e 100%);
  --pw-badge-dot: #22c55e;
  --pw-card-hover: rgba(22, 163, 74, 0.12);
  --pw-card-border-hover: #bbf7d0;
  --pw-btn-gradient: linear-gradient(135deg, #15803d, #16a34a);
  --pw-btn-glow: rgba(22, 163, 74, 0.3);
  --pw-card-glow: rgba(22, 163, 74, 0.15);
  --pw-card-logo-border: #dcfce7;
  --pw-card-logo-bg: #f0fdf4;
  --pw-support-bg: #f0fdf4;
  --pw-support-border: #bbf7d0;
}

/* Viagens */
.category-viagens {
  --pw-primary: #14b8a6;
  --pw-primary-dark: #0d9488;
  --pw-primary-light: #99f6e4;
  --pw-gradient: linear-gradient(135deg, #134e4a 0%, #0d9488 30%, #14b8a6 60%, #2dd4bf 100%);
  --pw-badge-dot: #2dd4bf;
  --pw-card-hover: rgba(20, 184, 166, 0.12);
  --pw-card-border-hover: #99f6e4;
  --pw-btn-gradient: linear-gradient(135deg, #0d9488, #14b8a6);
  --pw-btn-glow: rgba(20, 184, 166, 0.3);
  --pw-card-glow: rgba(20, 184, 166, 0.15);
  --pw-card-logo-border: #ccfbf1;
  --pw-card-logo-bg: #f0fdfa;
  --pw-support-bg: #f0fdfa;
  --pw-support-border: #99f6e4;
}


/* ==========================================================================
   Base Page
   ========================================================================== */

.pw-page {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: #fafbfc;
  color: #0f172a;
  min-height: 100vh;
}


/* ==========================================================================
   Authority Bar
   ========================================================================== */

.pw-authority {
  background: var(--pw-gradient);
  color: white;
  text-align: center;
  padding: 10px 1rem;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
}


/* ==========================================================================
   Hero Section
   ========================================================================== */

.pw-hero {
  background: var(--pw-gradient);
  position: relative;
  overflow: hidden;
  padding: 4rem 1.5rem 7rem;
}

.pw-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 80%, rgba(255,255,255,0.1) 0%, transparent 40%),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,0.06) 0%, transparent 40%);
  pointer-events: none;
}

.pw-hero-content {
  position: relative;
  z-index: 10;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.pw-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(12px);
  border-radius: 9999px;
  color: white;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(255,255,255,0.2);
}

.pw-badge-dot {
  width: 6px;
  height: 6px;
  background: var(--pw-badge-dot);
  border-radius: 50%;
  animation: pwPulse 2s ease infinite;
}

@keyframes pwPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.3); }
}

.pw-hero h1 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 800;
  color: white;
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
}

.pw-hero h1 span {
  background: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(255,255,255,0.6));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pw-hero p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.85);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

.pw-hero-stats {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.pw-hero-stat {
  text-align: center;
  color: white;
}

.pw-hero-stat strong {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
}

.pw-hero-stat span {
  font-size: 0.8rem;
  opacity: 0.8;
}


/* ==========================================================================
   Container
   ========================================================================== */

.pw-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}


/* ==========================================================================
   Filters Section
   ========================================================================== */

.pw-filters {
  background: white;
  border-radius: 1.5rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  padding: 1.75rem;
  margin-top: -4rem;
  position: relative;
  z-index: 20;
}

.pw-filters-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .pw-filters-grid {
    grid-template-columns: 2fr 1fr;
  }
}

.pw-filter-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #475569;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pw-input-wrap {
  position: relative;
}

.pw-input-wrap svg {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: var(--pw-primary);
}

.pw-input {
  width: 100%;
  padding: 14px 50px 14px 44px;
  border-radius: 12px;
  border: 1.5px solid #e2e8f0;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  transition: all 0.25s ease;
  outline: none;
  background: #f8fafc;
}

.pw-input:focus {
  border-color: var(--pw-primary);
  box-shadow: 0 0 0 4px var(--pw-card-glow);
  background: white;
}

.pw-input::placeholder {
  color: #94a3b8;
}

.pw-location-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px;
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  color: var(--pw-primary);
  transition: all 0.25s ease;
}

.pw-location-btn:hover {
  background: var(--pw-support-bg);
}

.pw-select {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: 1.5px solid #e2e8f0;
  font-size: 15px;
  font-weight: 500;
  color: #334155;
  background: #f8fafc;
  outline: none;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  appearance: none;
}

.pw-select:focus {
  border-color: var(--pw-primary);
  box-shadow: 0 0 0 4px var(--pw-card-glow);
}

.pw-filter-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #f1f5f9;
  align-items: center;
}

@media (min-width: 768px) {
  .pw-filter-actions {
    flex-direction: row;
    justify-content: space-between;
  }
}

.pw-status {
  font-size: 13px;
  color: #64748b;
  font-style: italic;
}

.pw-search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--pw-btn-gradient);
  color: white;
  padding: 14px 28px;
  border-radius: 12px;
  border: none;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 2px 8px var(--pw-btn-glow);
  font-family: 'Inter', sans-serif;
}

.pw-search-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px var(--pw-btn-glow);
}

.pw-search-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}


/* ==========================================================================
   Cards Grid
   ========================================================================== */

.pw-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 3rem;
}

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

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


/* ==========================================================================
   Article/Card
   ========================================================================== */

.pw-card {
  background: white;
  border-radius: 1.25rem;
  padding: 1.5rem;
  border: 1px solid #f1f5f9;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  animation: pwFadeIn 0.5s ease forwards;
  opacity: 0;
}

.pw-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px var(--pw-card-hover);
  border-color: var(--pw-card-border-hover);
}

.pw-card.featured {
  border: 2px solid var(--pw-primary);
  box-shadow: 0 0 20px var(--pw-card-glow);
}

@keyframes pwFadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.pw-card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.pw-card-logo-wrap {
  position: relative;
  flex-shrink: 0;
}

.pw-card-logo {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  object-fit: cover;
  border: 2px solid var(--pw-card-logo-border);
}

.pw-card-status {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 14px;
  height: 14px;
  background: #10b981;
  border-radius: 50%;
  border: 3px solid white;
}

.pw-card-name {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  color: #0f172a;
  font-size: 1.1rem;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pw-card:hover .pw-card-name {
  color: var(--pw-primary);
}

.pw-card-location {
  font-size: 13px;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}

.pw-card-location svg {
  width: 14px;
  height: 14px;
  color: var(--pw-primary);
}

.pw-card-excerpt {
  color: #475569;
  font-size: 0.875rem;
  margin: 0 0 1.25rem;
  padding: 0;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow:hidden;
  flex-grow: 1;
}

.pw-card-footer {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.pw-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.25s ease;
  text-align: center;
  border: none;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
}

.pw-btn-ghost {
  background: var(--pw-support-bg);
  color: var(--pw-primary);
}

.pw-btn-ghost:hover {
  background: var(--pw-card-logo-border);
}

.pw-btn-primary {
  background: var(--pw-btn-gradient);
  color: white;
  box-shadow: 0 2px 8px var(--pw-btn-glow);
}

.pw-btn-primary:hover {
  box-shadow: 0 4px 12px var(--pw-btn-glow);
  transform: translateY(-1px);
}

/* Card with image (for articles) */
.pw-card-image {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 1rem;
}


/* ==========================================================================
   Support Card
   ========================================================================== */

.pw-support-card {
  background: linear-gradient(to bottom, white, var(--pw-support-bg));
  border: 2px solid var(--pw-support-border);
  border-radius: 1.25rem;
  padding: 1.5rem;
  box-shadow: 0 0 20px var(--pw-card-glow);
  margin-bottom: 2rem;
}

.pw-support-card .pw-card-footer {
  grid-template-columns: 1fr;
}


/* ==========================================================================
   Loading State
   ========================================================================== */

.pw-loading {
  text-align: center;
  padding: 4rem 1rem;
  grid-column: 1 / -1;
}

.pw-spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 3px solid var(--pw-card-logo-border);
  border-top-color: var(--pw-primary);
  border-radius: 50%;
  animation: pwSpin 0.8s linear infinite;
}

@keyframes pwSpin {
  to { transform: rotate(360deg); }
}

.pw-loading-text {
  margin-top: 1rem;
  color: var(--pw-primary);
  font-weight: 600;
  font-style: italic;
  font-size: 14px;
}


/* ==========================================================================
   Empty State
   ========================================================================== */

.pw-no-results {
  grid-column: 1 / -1;
  text-align: center;
  padding: 5rem 1.5rem;
  background: white;
  border-radius: 1.25rem;
  border: 2px dashed var(--pw-support-border);
}

.pw-no-results h3 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  color: #0f172a;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.pw-no-results p {
  color: #64748b;
}


/* ==========================================================================
   SEO Footer
   ========================================================================== */

.pw-seo {
  max-width: 900px;
  margin: 4rem auto 3rem;
  padding: 0 1.5rem;
}

.pw-seo-inner {
  background: white;
  border-radius: 1.5rem;
  padding: 2.5rem;
  border: 1px solid #f1f5f9;
}

.pw-seo h2 {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1rem;
}

.pw-seo p {
  color: #475569;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.pw-faq-item {
  background: #f8fafc;
  border-radius: 12px;
  padding: 1.25rem;
  margin-bottom: 0.75rem;
  transition: all 0.25s ease;
}

.pw-faq-item:hover {
  border-color: var(--pw-primary);
  box-shadow: 0 4px 16px var(--pw-card-glow);
}

.pw-faq-item h4 {
  font-weight: 700;
  color: #1e293b;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.pw-faq-item p {
  color: #64748b;
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.6;
}


/* ==========================================================================
   Load More Button
   ========================================================================== */

.pw-load-more {
  text-align: center;
  margin-top: 2rem;
}

.pw-load-more .pw-search-btn {
  width: auto;
  min-width: 200px;
}


/* ==========================================================================
   Tools Page Styles
   ========================================================================== */

.pw-tools-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 2rem 0;
  justify-content: center;
}

.pw-tools-nav a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 9999px;
  background: white;
  border: 1px solid #e2e8f0;
  color: #475569;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.pw-tools-nav a:hover {
  background: var(--pw-support-bg);
  border-color: var(--pw-primary);
  color: var(--pw-primary);
}

.pw-tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
}

.pw-tool-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  background: white;
  border: 1px solid #f1f5f9;
  border-radius: 1rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.pw-tool-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px var(--pw-card-hover);
  border-color: var(--pw-card-border-hover);
}

.pw-tool-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--pw-support-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--pw-primary);
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.pw-tool-card:hover .pw-tool-icon {
  background: var(--pw-primary);
  color: white;
}

.pw-tool-content {
  flex: 1;
  min-width: 0;
}

.pw-tool-content h3 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: #0f172a;
  margin-bottom: 2px;
}

.pw-tool-content p {
  font-size: 0.8rem;
  color: #64748b;
  margin: 0;
}

.pw-tool-arrow {
  color: #cbd5e1;
  transition: all 0.25s ease;
}

.pw-tool-card:hover .pw-tool-arrow {
  color: var(--pw-primary);
  transform: translateX(4px);
}


/* ==========================================================================
   Guia do Brasil Categories
   ========================================================================== */

.pw-guia-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.pw-guia-card {
  position: relative;
  background: white;
  border: 1px solid #f1f5f9;
  border-radius: 1rem;
  padding: 1.5rem 1rem;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.pw-guia-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--cat-color, var(--pw-primary));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.pw-guia-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  border-color: var(--cat-color, var(--pw-primary));
}

.pw-guia-card:hover::before {
  transform: scaleX(1);
}

.pw-guia-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: var(--cat-bg, #f1f5f9);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.75rem;
  font-size: 1.4rem;
  color: var(--cat-color, var(--pw-primary));
  transition: all 0.3s ease;
}

.pw-guia-card:hover .pw-guia-icon {
  transform: scale(1.1);
  background: var(--cat-color, var(--pw-primary));
  color: white;
}

.pw-guia-card h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.25rem;
}

.pw-guia-card p {
  font-size: 0.75rem;
  color: #64748b;
  line-height: 1.4;
  margin: 0;
}

/* Guia category colors */
.pw-guia-card[data-cat="praias"]        { --cat-color: #0ea5e9; --cat-bg: #e0f2fe; }
.pw-guia-card[data-cat="cachoeiras"]    { --cat-color: #06b6d4; --cat-bg: #cffafe; }
.pw-guia-card[data-cat="parques"]       { --cat-color: #22c55e; --cat-bg: #dcfce7; }
.pw-guia-card[data-cat="trilhas"]       { --cat-color: #a3a3a3; --cat-bg: #f5f5f5; }
.pw-guia-card[data-cat="ilhas"]         { --cat-color: #3b82f6; --cat-bg: #dbeafe; }
.pw-guia-card[data-cat="cidades"]       { --cat-color: #8b5cf6; --cat-bg: #ede9fe; }
.pw-guia-card[data-cat="pontos-turisticos"] { --cat-color: #f59e0b; --cat-bg: #fef3c7; }
.pw-guia-card[data-cat="hoteis"]        { --cat-color: #ef4444; --cat-bg: #fee2e2; }
.pw-guia-card[data-cat="restaurantes"]  { --cat-color: #f97316; --cat-bg: #ffedd5; }
.pw-guia-card[data-cat="eventos"]       { --cat-color: #ec4899; --cat-bg: #fce7f3; }
.pw-guia-card[data-cat="viagens"]       { --cat-color: #14b8a6; --cat-bg: #ccfbf1; }


/* ==========================================================================
   Frases Styles
   ========================================================================== */

.pw-frases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
}

.pw-frase-card {
  background: white;
  border-radius: 1.25rem;
  border: 1px solid #f1f5f9;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.pw-frase-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px var(--pw-card-hover);
  border-color: var(--pw-card-border-hover);
}

.pw-frase-body {
  padding: 1.5rem;
}

.pw-frase-text {
  font-family: 'Outfit', sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  color: #0f172a;
  line-height: 1.6;
  margin-bottom: 0.75rem;
  font-style: italic;
}

.pw-frase-author {
  font-size: 0.85rem;
  color: #64748b;
  font-weight: 500;
}

.pw-frase-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.5rem;
  border-top: 1px solid #f1f5f9;
  background: #fafbfc;
}

.pw-frase-category {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--pw-primary);
  background: var(--pw-support-bg);
  padding: 4px 10px;
  border-radius: 9999px;
}

.pw-frase-actions {
  display: flex;
  gap: 0.5rem;
}

.pw-frase-actions button {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: white;
  color: #64748b;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  font-size: 12px;
}

.pw-frase-actions button:hover {
  background: var(--pw-support-bg);
  border-color: var(--pw-primary);
  color: var(--pw-primary);
}

.pw-frases-search-box {
  max-width: 500px;
  margin: 0 auto;
}

.pw-frases-search-box .pw-input {
  width: 100%;
}


/* ==========================================================================
   Guia Sub-page Styles
   ========================================================================== */

.pw-guia-sub-hero {
  background: var(--pw-gradient);
  position: relative;
  overflow: hidden;
  padding: 3rem 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
}

.pw-guia-sub-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 80%, rgba(255,255,255,0.1) 0%, transparent 40%),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,0.06) 0%, transparent 40%);
  pointer-events: none;
}

.pw-guia-sub-hero-content {
  position: relative;
  z-index: 10;
}

.pw-guia-sub-hero .pw-badge {
  margin-bottom: 1rem;
}

.pw-guia-sub-hero h1 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  color: white;
  margin-bottom: 0.75rem;
}

.pw-guia-sub-hero p {
  font-size: 1rem;
  color: rgba(255,255,255,0.85);
  max-width: 600px;
  margin: 0 auto;
}

.pw-guia-content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .pw-guia-content-grid {
    grid-template-columns: 1fr 300px;
  }
}

.pw-guia-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.pw-guia-sidebar-card {
  background: white;
  border-radius: 1rem;
  border: 1px solid #f1f5f9;
  padding: 1.25rem;
}

.pw-guia-sidebar-card h3 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: #0f172a;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pw-guia-sidebar-card h3 i {
  color: var(--pw-primary);
}

.pw-guia-search-box {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.pw-guia-search-box input,
.pw-guia-search-box select {
  width: 100%;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1.5px solid #e2e8f0;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  outline: none;
  transition: all 0.25s ease;
  background: #f8fafc;
}

.pw-guia-search-box input:focus,
.pw-guia-search-box select:focus {
  border-color: var(--pw-primary);
  box-shadow: 0 0 0 3px var(--pw-card-glow);
}

.pw-guia-categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pw-guia-categories-list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  color: #475569;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.2s ease;
  margin-bottom: 2px;
}

.pw-guia-categories-list li a:hover,
.pw-guia-categories-list li a.active {
  background: var(--pw-support-bg);
  color: var(--pw-primary);
}

.pw-guia-categories-list li a i {
  width: 18px;
  text-align: center;
}

.pw-guia-loading {
  grid-column: 1 / -1;
  text-align: center;
  padding: 3rem;
  color: #64748b;
}

.pw-guia-loading i {
  font-size: 2rem;
  color: var(--pw-primary);
  animation: pwSpin 1s linear infinite;
  display: block;
  margin-bottom: 0.5rem;
}

.pw-guia-destinos-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .pw-guia-destinos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.pw-guia-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.pw-guia-pagination button {
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: white;
  color: #475569;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pw-guia-pagination button:hover,
.pw-guia-pagination button.active {
  background: var(--pw-primary);
  color: white;
  border-color: var(--pw-primary);
}

/* Guia destino cards */
.pw-guia-destino-card {
  background: white;
  border-radius: 1rem;
  border: 1px solid #f1f5f9;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.pw-guia-destino-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  border-color: var(--pw-primary);
}

.pw-guia-destino-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.pw-guia-destino-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.pw-guia-destino-card:hover .pw-guia-destino-img img {
  transform: scale(1.05);
}

.pw-guia-destino-body {
  padding: 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.pw-guia-destino-body h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.pw-guia-destino-body p {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  flex: 1;
}

.pw-guia-destino-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  color: #94a3b8;
}

.pw-guia-destino-meta span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.pw-guia-destino-meta i {
  color: var(--pw-primary);
}

/* Guia page buttons */
.pw-guia-page-btn {
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: white;
  color: #475569;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pw-guia-page-btn:hover,
.pw-guia-page-btn.active {
  background: var(--pw-primary);
  color: white;
  border-color: var(--pw-primary);
}

.pw-guia-page-btn.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

/* Guia intro content */
.guia-intro-content {
  max-width: 800px;
  margin-bottom: 2rem;
  background: white;
  border: 1px solid #f1f5f9;
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.guia-intro-content h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--pw-primary);
}

.guia-intro-content h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  margin: 1.5rem 0 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.guia-intro-content h3::before {
  content: '';
  width: 4px;
  height: 1.1rem;
  background: var(--pw-primary);
  border-radius: 2px;
  flex-shrink: 0;
}

.guia-intro-content p {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.7;
  margin: 0 0 1rem;
}

.guia-intro-content strong {
  color: #0f172a;
  font-weight: 600;
}

.guia-intro-content ul {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 1.25rem;
}

.guia-intro-content ul li {
  position: relative;
  padding: 0.75rem 0 0.75rem 1.25rem;
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.6;
  border-bottom: 1px solid #f1f5f9;
}

.guia-intro-content ul li:last-child {
  border-bottom: none;
}

.guia-intro-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: var(--pw-primary);
  border-radius: 50%;
}

.guia-intro-content ul li strong {
  color: var(--pw-primary);
  font-weight: 700;
}

/* Dica box */
.pw-dica-box {
  background: var(--pw-support-bg);
  border-radius: 0.75rem;
  padding: 1rem;
}

.pw-dica-box h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--pw-primary);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pw-dica-box p {
  font-size: 0.85rem;
  color: #475569;
  line-height: 1.5;
  margin: 0;
}


/* ==========================================================================
   Toast Notification
   ========================================================================== */

.pw-toast {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%) translateY(120%);
  background: #0f172a;
  color: white;
  padding: 12px 24px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  z-index: 9999;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}

.pw-toast.active {
  transform: translateX(-50%) translateY(0);
}


/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 768px) {
  .pw-hero {
    padding: 2.5rem 1rem 5rem;
  }

  .pw-hero h1 {
    font-size: 1.75rem;
  }

  .pw-hero p {
    font-size: 0.95rem;
  }

  .pw-hero-stats {
    gap: 1.5rem;
  }

  .pw-hero-stat strong {
    font-size: 1.25rem;
  }

  .pw-filters {
    padding: 1.25rem;
    border-radius: 1rem;
    margin-top: -3rem;
  }

  .pw-card {
    padding: 1.25rem;
  }

  .pw-card-footer {
    grid-template-columns: 1fr;
  }

  .pw-seo-inner {
    padding: 1.5rem;
  }

  .pw-guia-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 0.75rem;
  }

  .pw-guia-card {
    padding: 1rem 0.75rem;
  }

  .pw-guia-icon {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }

  .pw-tools-grid {
    grid-template-columns: 1fr;
  }

  .pw-frases-grid {
    grid-template-columns: 1fr;
  }
}


/* ==========================================================================
   Print Styles
   ========================================================================== */

@media print {
  .pw-filters,
  .pw-search-btn,
  .pw-card-footer,
  .pw-load-more,
  .pw-support-card {
    display: none !important;
  }
}


/* ==========================================================================
   Article Content (inside cards with images)
   ========================================================================== */

.pw-article-image {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 1rem;
}

.pw-article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.pw-card:hover .pw-article-image img {
  transform: scale(1.05);
}

.pw-article-category {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: var(--pw-btn-gradient);
  color: white;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.pw-article-content {
  padding: 0 0.25rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.pw-article-content h3 {
  font-family: var(--font-display);
    font-size: 1.125rem;
    font-weight: var(--font-weight-normal);
    line-height: 1.4;
    margin-bottom: var(--space-2);
    letter-spacing: var(--tracking-tight);
}

.pw-article-content h3 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.pw-article-content h3 a:hover {
  color: var(--pw-primary);
}

.pw-article-content p {
  font-size: 0.8125rem;
    color: var(--text-secondary);
    margin-bottom: var(--space-4);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.65;
}

.pw-article-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #f1f5f9;
  font-size: 0.75rem;
  color: #94a3b8;
  font-weight: 500;
}

.pw-article-meta .author {
  color: #475569;
  font-weight: 600;
}

/* Featured Article Card */
.pw-card.featured .pw-article-content {
  padding: 0.5rem 0.25rem;
}

.pw-card.featured .pw-article-content h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.pw-card.featured .pw-article-image {
  border-radius: 12px;
}


/* ==========================================================================
   Pagination
   ========================================================================== */

.pw-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2.5rem;
  padding: 1rem 0;
  flex-wrap: wrap;
}

.pw-pagination-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1.5px solid #e2e8f0;
  background: white;
  color: #475569;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.pw-pagination-btn:hover {
  border-color: var(--pw-primary);
  color: var(--pw-primary);
  background: var(--pw-support-bg);
}

.pw-pagination-btn.active {
  background: var(--pw-btn-gradient);
  color: white;
  border-color: transparent;
  box-shadow: 0 2px 8px var(--pw-btn-glow);
}

.pw-pagination-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.pw-pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #94a3b8;
  font-size: 14px;
}

.pw-pagination-info {
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #64748b;
  margin-top: 0.5rem;
  font-style: italic;
}


/* ==========================================================================
   Hidden Utility
   ========================================================================== */

.hidden {
  display: none !important;
}


/* ==========================================================================
   Dark Mode Overrides
   ========================================================================== */

[data-theme="dark"] .pw-page {
  background: #020617;
  color: #f8fafc;
}

[data-theme="dark"] .pw-filters {
  background: #1e293b;
  box-shadow: 0 4px 24px rgba(0,0,0,0.3);
}

[data-theme="dark"] .pw-filter-label {
  color: #94a3b8;
}

[data-theme="dark"] .pw-input {
  background: #0f172a;
  border-color: #334155;
  color: #f8fafc;
}

[data-theme="dark"] .pw-input::placeholder {
  color: #64748b;
}

[data-theme="dark"] .pw-select {
  background: #0f172a;
  border-color: #334155;
  color: #f8fafc;
}

[data-theme="dark"] .pw-card {
  background: #1e293b;
  border-color: #334155;
}

[data-theme="dark"] .pw-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

[data-theme="dark"] .pw-card-name {
  color: #f8fafc;
}

[data-theme="dark"] .pw-card-location {
  color: #94a3b8;
}

[data-theme="dark"] .pw-card-excerpt {
  color: #cbd5e1;
}

[data-theme="dark"] .pw-card-status {
  border-color: #1e293b;
}

[data-theme="dark"] .pw-support-card {
  background: linear-gradient(to bottom, #1e293b, #0f172a);
  border-color: #334155;
}

[data-theme="dark"] .pw-no-results {
  background: #1e293b;
  border-color: #334155;
}

[data-theme="dark"] .pw-no-results h3 {
  color: #f8fafc;
}

[data-theme="dark"] .pw-no-results p {
  color: #94a3b8;
}

[data-theme="dark"] .pw-seo-inner {
  background: #1e293b;
  border-color: #334155;
}

[data-theme="dark"] .pw-seo h2 {
  color: #f8fafc;
}

[data-theme="dark"] .pw-seo p {
  color: #cbd5e1;
}

[data-theme="dark"] .pw-faq-item {
  background: #0f172a;
}

[data-theme="dark"] .pw-faq-item h4 {
  color: #f8fafc;
}

[data-theme="dark"] .pw-faq-item p {
  color: #94a3b8;
}

[data-theme="dark"] .pw-loading-text {
  color: #60a5fa;
}

[data-theme="dark"] .pw-spinner {
  border-color: #334155;
  border-top-color: #60a5fa;
}

[data-theme="dark"] .pw-tools-nav a {
  background: #1e293b;
  border-color: #334155;
  color: #cbd5e1;
}

[data-theme="dark"] .pw-tools-nav a:hover {
  background: #0f172a;
  border-color: #60a5fa;
  color: #60a5fa;
}

[data-theme="dark"] .pw-tool-card {
  background: #1e293b;
  border-color: #334155;
}

[data-theme="dark"] .pw-tool-card:hover {
  border-color: #60a5fa;
}

[data-theme="dark"] .pw-tool-content h3 {
  color: #f8fafc;
}

[data-theme="dark"] .pw-tool-content p {
  color: #94a3b8;
}

[data-theme="dark"] .pw-guia-card {
  background: #1e293b;
  border-color: #334155;
}

[data-theme="dark"] .pw-guia-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

[data-theme="dark"] .pw-guia-card h3 {
  color: #f8fafc;
}

[data-theme="dark"] .pw-guia-card p {
  color: #94a3b8;
}

[data-theme="dark"] .pw-frase-card {
  background: #1e293b;
  border-color: #334155;
}

[data-theme="dark"] .pw-frase-text {
  color: #f8fafc;
}

[data-theme="dark"] .pw-frase-author {
  color: #94a3b8;
}

[data-theme="dark"] .pw-frase-meta {
  background: #0f172a;
  border-top-color: #334155;
}

[data-theme="dark"] .pw-frase-actions button {
  background: #0f172a;
  border-color: #334155;
  color: #94a3b8;
}

[data-theme="dark"] .pw-guia-sidebar-card {
  background: #1e293b;
  border-color: #334155;
}

[data-theme="dark"] .pw-guia-sidebar-card h3 {
  color: #f8fafc;
}

[data-theme="dark"] .pw-guia-search-box input,
[data-theme="dark"] .pw-guia-search-box select {
  background: #0f172a;
  border-color: #334155;
  color: #f8fafc;
}

[data-theme="dark"] .pw-guia-categories-list li a {
  color: #cbd5e1;
}

[data-theme="dark"] .pw-guia-categories-list li a:hover,
[data-theme="dark"] .pw-guia-categories-list li a.active {
  background: #0f172a;
  color: #60a5fa;
}

[data-theme="dark"] .pw-guia-destino-card {
  background: #1e293b;
  border-color: #334155;
}

[data-theme="dark"] .pw-guia-destino-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

[data-theme="dark"] .pw-guia-destino-body h3 {
  color: #f8fafc;
}

[data-theme="dark"] .pw-guia-destino-body p {
  color: #94a3b8;
}

[data-theme="dark"] .pw-guia-destino-meta {
  color: #64748b;
}

[data-theme="dark"] .pw-guia-page-btn {
  background: #1e293b;
  border-color: #334155;
  color: #cbd5e1;
}

[data-theme="dark"] .pw-guia-page-btn:hover,
[data-theme="dark"] .pw-guia-page-btn.active {
  background: #3b82f6;
  border-color: #3b82f6;
  color: white;
}

[data-theme="dark"] .guia-intro-content {
  background: #1e293b;
  border-color: #334155;
}

[data-theme="dark"] .guia-intro-content h2 {
  color: #f8fafc;
  border-bottom-color: #3b82f6;
}

[data-theme="dark"] .guia-intro-content h3 {
  color: #f8fafc;
}

[data-theme="dark"] .guia-intro-content p {
  color: #cbd5e1;
}

[data-theme="dark"] .guia-intro-content strong {
  color: #f8fafc;
}

[data-theme="dark"] .guia-intro-content ul li {
  color: #cbd5e1;
  border-bottom-color: #334155;
}

[data-theme="dark"] .pw-dica-box {
  background: rgba(59, 130, 246, 0.1);
}

[data-theme="dark"] .pw-dica-box p {
  color: #94a3b8;
}

[data-theme="dark"] .pw-guia-sub-hero {
  background: linear-gradient(135deg, #0c4a6e 0%, #0284c7 100%);
}

[data-theme="dark"] .pw-guia-loading {
  color: #94a3b8;
}
