/* privacy_policy.css — page-scoped styles for TELEMCO privacy page */
:root{--brand:#0b4a6f;--muted:#6b7a82;--accent:#126e8c;--card-bg:#fbfdff}

/* Layout */
.privacy-page { padding: 3.5rem 0; color: #000; text-align: left; }
.privacy-page .card { border-radius: 14px; box-shadow: 0 10px 30px rgba(6,22,34,0.08); border: 1px solid rgba(11,74,111,0.06); background: linear-gradient(180deg,#ffffff,var(--card-bg)); overflow: visible; }
.privacy-page .card-body { padding: 2.2rem; }

/* Header */
.privacy-page .section-header h3 { color: #000; font-weight: 700; font-size: 2rem; margin-bottom: .35rem; letter-spacing: -.02em; }
.privacy-page .section-header p { color: #000; margin-bottom: 1.2rem; font-size: .98rem; }

/* Section titles */
.privacy-page h5 { display: inline-block; padding: .4rem .9rem; border-radius: 8px; background: rgba(11,74,111,0.03); border-left: 4px solid var(--brand); color: #000; font-weight: 600; margin-top: 1rem; }

/* Lists & paragraphs */
.privacy-page ul { padding-left: 1.15rem; margin-bottom: .75rem; }
.privacy-page ul li { margin-bottom: .6rem; line-height: 1.65; color:#000; }
.privacy-page ul li::marker { color: #000; font-weight: 600; }
.privacy-page p.text-muted.small { color: #000; }

/* Contact card */
.privacy-page address { font-style: normal; color: #000; background: rgba(17,63,92,0.03); padding: .85rem 1rem; border-radius: 8px; border-left: 3px solid var(--brand); display: inline-block; }
.privacy-page a { color: #000; text-decoration: underline; }

/* Responsive adjustments */
@media (max-width: 767px) {
  .privacy-page .section-header h3 { font-size: 1.4rem; }
  .privacy-page .card-body { padding: 1rem; }
  .privacy-page h5 { width: 100%; }
}

/* Small visual flourish for accessibility */
.privacy-page .card { -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }
