/* ===================================================
   Terms & Conditions — page-specific styles
   =================================================== */

/* ===== Content section ===== */
.tnc-content {
  background: #fff;
  padding: 112px 0;
}
.tnc-content__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}

/* ===== Section title (e.g. "How we handle your data") ===== */
.tnc-section-title {
  font-size: 48px;
  font-weight: 700;
  color: #f54c2c;
  line-height: 1.1;
  margin: 0 0 8px;
  max-width: 768px;
  width: 100%;
}

/* ===== Rich text ===== */
.tnc-rich-text {
  max-width: 768px;
  width: 100%;
}
.tnc-rich-text h3 {
  font-size: 16px;
  font-weight: 700;
  color: #f54c2c;
  line-height: 1.5;
  margin: 28px 0 0;
}
.tnc-rich-text h3:first-child {
  margin-top: 0;
}
.tnc-rich-text p {
  font-size: 16px;
  color: #0f1e6d;
  line-height: 1.5;
  margin: 8px 0 0;
}
.tnc-rich-text ul {
  margin: 8px 0 0 24px;
  padding: 0;
}
.tnc-rich-text li {
  font-size: 16px;
  color: #0f1e6d;
  line-height: 1.5;
  margin-bottom: 4px;
}
.tnc-rich-text a {
  color: #0f1e6d;
  text-decoration: underline;
}
.tnc-rich-text a:hover {
  opacity: 0.75;
}
.tnc-paia-link {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #6962f0;
  text-decoration: underline;
}
.tnc-paia-link:hover {
  color: #4a44d0;
}

@media (max-width: 600px) {
  .tnc-content { padding: 72px 0; }
}
