html, body {
  margin: 0;
  padding: 0;
}

.politica-hero {
  background: linear-gradient(135deg, var(--landing-primary, #2c7be5) 0%, var(--landing-secondary, #27bcfd) 100%);
  padding: 24px 0 !important;
  text-align: center;
  color: #fff;
}

.politica-hero .section-badge {
  display: inline-block;
  background: rgba(255,255,255,0.2);
  color: #fff;
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.politica-hero h1 {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 800;
  margin: 0 0 0.75rem;
}

.politica-hero p {
  font-size: 1rem;
  opacity: 0.88;
  max-width: 560px;
  margin: 0 auto;
}

.politica-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 800;
  text-decoration: none;
  margin-bottom: 1.5rem;
}

.politica-logo .logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  padding: 4px;
}

.politica-logo .logo-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.politica-content {
  padding: 0 !important;
  background: var(--landing-bg, #f9fafb);
}

.politica-card {
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  padding: 48px 56px;
  max-width: 860px;
  margin: 0 auto;
}

.politica-card h1 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--landing-primary, #2c7be5);
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e9ecef;
}

.politica-card h2 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #344050;
  margin-top: 2rem;
  margin-bottom: 0.6rem;
}

.politica-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #4d5969;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.politica-card p {
  color: #4d5969;
  line-height: 1.75;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.politica-card ul, .politica-card ol {
  color: #4d5969;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.politica-card li {
  line-height: 1.75;
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}

.politica-card hr {
  border: none;
  border-top: 1px solid #e9ecef;
  margin: 2rem 0;
}

.politica-card strong {
  color: #344050;
}

.politica-loading {
  text-align: center;
  padding: 60px 0;
  color: #8a94a6;
  font-size: 0.95rem;
}

.politica-loading .spinner {
  width: 36px;
  height: 36px;
  border: 3px solid #e9ecef;
  border-top-color: var(--landing-primary, #2c7be5);
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  margin: 0 auto 1rem;
}

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

@media (max-width: 680px) {
  .politica-card { padding: 32px 24px; }
  .politica-hero { padding: 24px 0 !important; }
}
