/* ── Section 2: Content Layout ── */

.u-section-2 .u-sheet-1 {
  min-height: 1200px;
}

.u-section-2 .u-text-1 {
  margin: 60px 0 0;
}

.u-section-2 .u-btn-1 {
  background-image: none;
  padding: 0;
}

/* ===== Dark Theme Overrides ===== */

/* --- Section 1: Hero Header --- */
.u-section-1 {
  background-color: #13132a !important;
  border-bottom: 1px solid rgba(41, 183, 221, 0.12);
}

.u-section-1 .u-text-2 {
  color: rgba(255, 255, 255, 0.65) !important;
}

/* --- Section 2: Content --- */
.u-section-2 {
  background-color: #15152f !important;
}

.u-section-2 .u-rich-text {
  color: rgba(255, 255, 255, 0.8) !important;
}

.u-section-2 .u-rich-text h1 {
  color: #ffffff !important;
  font-weight: 700;
}

.u-section-2 .u-rich-text h2 {
  color: #ffffff !important;
  font-weight: 700;
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid rgba(41, 183, 221, 0.15);
}

.u-section-2 .u-rich-text h3 {
  color: #29b7dd !important;
  font-weight: 600;
}

.u-section-2 .u-rich-text p {
  color: rgba(255, 255, 255, 0.95) !important;
  line-height: 1.8;
}

.u-section-2 .u-rich-text ul {
  color: rgba(255, 255, 255, 0.95) !important;
}

.u-section-2 .u-rich-text li {
  color: rgba(255, 255, 255, 0.95) !important;
  margin-bottom: 0.3em;
}

.u-section-2 .u-rich-text a {
  color: #29b7dd !important;
}

.u-section-2 .u-rich-text a:hover {
  color: #1a8fb3 !important;
}
