/* ==============================
   PRIVACY / TERMS
================================ */


/* ==============================
   Main Container & Wrapper
============================== */
.privacy-container {
  max-width: 820px;
  margin: 0 auto;
  padding: 140px 20px 80px; /* top | sides | bottom */
  box-sizing: border-box;  /* include padding in width */
}

/* ==============================
   Header Styles
============================== */
.privacy-header {
  text-align: left;      /* keep left-aligned */
  margin: 0 0 40px 0;    /* reset top/bottom margin */
  padding: 0;            /* ensure no extra padding */
}

/* Eyebrow */
.privacy-eyebrow {
  text-transform: uppercase;
  font-size: 1rem;       /* slightly smaller for better alignment */
  font-weight: 600;
  color: #0a2472;
  margin: 0 0 8px 0;     /* remove top margin, only bottom spacing */
  line-height: 1.2;
}

/* ==============================
   Effective Date
============================== */
.effective-date {
  font-size: 0.875rem;
  color: #6e6e73;
  margin: 0 0 40px 0;    /* bottom spacing, no top spacing */
  line-height: 1.3;
}

/* ==============================
   Section Styles
============================== */
.privacy-content {
  margin-bottom: 40px;
}

.privacy-topic {
  margin-bottom: 40px;
}

.privacy-topic h2 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1c1c1e;
  border-bottom: 2px solid #e5e5ea;
  padding-bottom: 8px;
  padding-top: 40px;
}

.privacy-topic h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #1c1c1e;
}

/* ==============================
   Paragraph & Lead Text
============================== */
p.lead {
  font-size: 1.125rem;
  font-weight: 400;
  color: #1c1c1e;
  line-height: 1.8;
}

/* ==============================
   Contact Section
============================== */
.contact a {
  color: #0071e3;
}

.contact a:hover {
  text-decoration: underline;
}

/* ==============================
   Blockquote (Optional Styling)
============================== */
blockquote {
  border-left: 4px solid #e5e5ea;
  padding-left: 20px;
  margin: 20px 0;
  font-style: italic;
  color: #3c3c3c;
}

/* ==============================
   Responsive Adjustments
============================== */
@media (max-width: 768px) {
  .privacy-title {
    font-size: 2rem;
  }
  
  .privacy-topic h2 {
    font-size: 1.5rem;
  }
  
  .privacy-topic h3 {
    font-size: 1.125rem;
  }
}
