/* ============================================
   Agreement Hero / Header
   ============================================ */
.agreement-section {
  padding: 80px 0 60px;
  background: #111318;
  min-height: calc(100vh - 200px);
}

.agreement-header {
  text-align: center;
  margin-bottom: 48px;
}

.agreement-title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.agreement-date {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

/* ============================================
   Agreement Content
   ============================================ */
.agreement-content {
  background: #1a1d24;
  border-radius: 16px;
  padding: 48px;
  max-width: 900px;
  margin: 0 auto;
}

.agreement-intro {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.agreement-intro a {
  color: #2563EB;
  text-decoration: none;
}

.agreement-intro a:hover {
  text-decoration: underline;
}

.agreement-content h2 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
  margin-top: 32px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.agreement-content h2:first-child {
  margin-top: 0;
}

.agreement-content p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.9;
  margin-bottom: 12px;
  text-align: justify;
}

.agreement-content p:last-child {
  margin-bottom: 0;
}

/* ============================================
   Agreement Footer
   ============================================ */
.agreement-footer {
  text-align: center;
  margin-top: 40px;
}

.agreement-footer .btn {
  padding: 14px 32px;
  font-size: 15px;
}

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 768px) {
  .agreement-section {
    padding: 60px 0 40px;
  }

  .agreement-title {
    font-size: 28px;
  }

  .agreement-content {
    padding: 24px;
    border-radius: 12px;
  }

  .agreement-content h2 {
    font-size: 16px;
    margin-top: 24px;
  }

  .agreement-content p {
    font-size: 13px;
    text-align: left;
  }
}
