/* =============================================
   SYN Saúde — politica.css
   ============================================= */

/* ─── HERO ─── */
.pol-hero {
  min-height: 44vh;
  background: var(--navy);
  position: relative; overflow: hidden;
  display: flex; align-items: center;
  padding: 120px 52px 80px;
}
.pol-hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 50% 60% at 85% 30%, rgba(19,200,188,.09) 0%, transparent 65%),
    radial-gradient(ellipse 40% 50% at 10% 75%, rgba(43,111,232,.12) 0%, transparent 65%);
}
.pol-hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 90% 90% at 50% 50%, black 30%, transparent 100%);
}
.pol-hero-inner {
  position: relative; max-width: 860px; margin: 0 auto; width: 100%;
}
.pol-hero-inner .hero-badge { animation: fadeUp .6s ease both; }
.pol-hero-inner h1 {
  font-family: 'Sora', sans-serif;
  font-size: clamp(32px, 4vw, 52px); font-weight: 800;
  line-height: 1.1; color: #fff; letter-spacing: -1.5px;
  margin-bottom: 20px;
  animation: fadeUp .6s ease .1s both;
}
.pol-hero-inner p {
  font-size: 16px; font-weight: 300;
  color: rgba(255,255,255,.5); line-height: 1.7;
  animation: fadeUp .6s ease .2s both;
}

/* ─── BODY ─── */
.pol-body {
  background: var(--white);
  padding: 80px 52px 96px;
}
.pol-body-inner {
  max-width: 860px; margin: 0 auto;
  display: grid; grid-template-columns: 220px 1fr; gap: 64px; align-items: start;
}

/* ─── TABLE OF CONTENTS ─── */
.pol-toc {
  position: sticky; top: 96px;
  background: var(--off); border: 1px solid var(--g100);
  border-radius: var(--rl); padding: 28px 24px;
}
.pol-toc-title {
  font-family: 'Sora', sans-serif; font-size: 11px; font-weight: 700;
  color: var(--teal); text-transform: uppercase; letter-spacing: 1.5px;
  margin-bottom: 16px; display: block;
}
.pol-toc ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 4px;
}
.pol-toc ul li a {
  font-size: 13px; font-weight: 400; color: var(--g500);
  text-decoration: none; line-height: 1.5;
  padding: 4px 8px; border-radius: 6px;
  display: block; transition: color .2s, background .2s;
}
.pol-toc ul li a:hover { color: var(--navy); background: rgba(43,111,232,.06); }

/* ─── SECTIONS ─── */
.pol-sections { display: flex; flex-direction: column; gap: 48px; }

.pol-section { scroll-margin-top: 100px; }
.pol-section-num {
  font-family: 'Sora', sans-serif; font-size: 11px; font-weight: 700;
  color: var(--teal); text-transform: uppercase; letter-spacing: 1.5px;
  margin-bottom: 8px; display: block;
}
.pol-section h2 {
  font-family: 'Sora', sans-serif; font-size: 20px; font-weight: 800;
  color: var(--navy); margin-bottom: 16px; line-height: 1.3;
}
.pol-section p {
  font-size: 15px; font-weight: 300; color: var(--g500);
  line-height: 1.8; margin-bottom: 12px;
}
.pol-section p:last-child { margin-bottom: 0; }
.pol-section ul {
  margin: 12px 0 12px 0; padding: 0;
  list-style: none; display: flex; flex-direction: column; gap: 8px;
}
.pol-section ul li {
  font-size: 15px; font-weight: 300; color: var(--g500);
  line-height: 1.7; padding-left: 20px; position: relative;
}
.pol-section ul li::before {
  content: ''; position: absolute; left: 0; top: 10px;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--teal);
}
.pol-section strong {
  font-weight: 600; color: var(--navy);
}
.pol-section a {
  color: var(--teal); text-decoration: none;
}
.pol-section a:hover { text-decoration: underline; }

/* ─── COOKIES SECTION ─── */
.pol-section.pol-cookies {
  background: var(--off); border: 1px solid var(--g100);
  border-radius: var(--rl); padding: 32px;
  position: relative; overflow: hidden;
}
.pol-section.pol-cookies::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--teal));
}

/* ─── DIVIDER ─── */
.pol-divider {
  height: 1px; background: var(--g100); margin: 0;
}

/* ─── CONTACT CARD ─── */
.pol-contact {
  background: var(--off); border: 1px solid var(--g100);
  border-radius: var(--rl); padding: 28px 32px;
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  margin-top: 8px;
}
.pol-contact-icon {
  font-size: 28px;
}
.pol-contact-text { flex: 1; }
.pol-contact-text strong {
  font-family: 'Sora', sans-serif; font-size: 15px; font-weight: 700;
  color: var(--navy); display: block; margin-bottom: 4px;
}
.pol-contact-text span {
  font-size: 14px; font-weight: 300; color: var(--g500);
}
.pol-contact-link {
  font-family: 'Sora', sans-serif; font-size: 14px; font-weight: 700;
  color: var(--teal); text-decoration: none;
  padding: 10px 20px; border: 1.5px solid var(--teal);
  border-radius: 10px; transition: background .2s, color .2s;
  white-space: nowrap;
}
.pol-contact-link:hover { background: var(--teal); color: #fff; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .pol-body-inner { grid-template-columns: 1fr; gap: 40px; }
  .pol-toc { position: static; }
}
@media (max-width: 640px) {
  .pol-hero { padding: 100px 16px 56px; }
  .pol-body { padding: 48px 16px 64px; }
  .pol-section.pol-cookies { padding: 24px 20px; }
  .pol-contact { flex-direction: column; align-items: flex-start; }
}
