/* =========================================================
   NOTES THEME
========================================================= */
.nt-body {
  background: #020617;
  color: #e5e7eb;
  font-family: "Pretendard", sans-serif;
}

/* HERO */
.nt-hero {
  padding: 140px 0 110px;
  text-align: center;
}

.nt-hero-inner {
  max-width: 820px;
  margin: auto;
}

.nt-title {
  font-size: 2.7rem;
  font-weight: 900;
  color: #5eead4;
}

.nt-subtitle {
  margin-top: 18px;
  font-size: 1.25rem;
  line-height: 1.7;
  color: #99f6e4;
}

.nt-desc {
  margin-top: 18px;
  font-size: 1rem;
  line-height: 1.7;
  color: #94a3b8;
}

/* SECTION */
.nt-section {
  padding: 110px 0;
}

.nt-container {
  width: 92%;
  max-width: 960px;
  margin: auto;
  display: grid;
  gap: 60px;
}

/* CARD */
.nt-card {
  padding: 42px 40px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(94, 234, 212, 0.35);
}

.nt-card.subtle {
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(148, 163, 184, 0.25);
}

.nt-card h2 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #5eead4;
}

.nt-card-desc {
  margin-top: 18px;
  line-height: 1.7;
  color: #cbd5f5;
}

/* LIST */
.nt-list {
  margin-top: 18px;
  padding-left: 18px;
  line-height: 1.7;
  color: #94a3b8;
}

.nt-list li {
  margin-bottom: 6px;
}

/* LINKS */
.nt-links {
  margin-top: 26px;
}

.nt-btn {
  padding: 14px 28px;
  border-radius: 16px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}

.nt-btn.primary {
  background: linear-gradient(90deg, #5eead4, #99f6e4);
  color: #020617;
}

.nt-btn.primary:hover {
  transform: translateY(-2px);
}

/* CLOSING */
.nt-closing {
  text-align: center;
  max-width: 720px;
  margin: auto;
  color: #94a3b8;
}

.nt-closing p {
  margin-bottom: 14px;
  line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .nt-card {
    padding: 34px 26px;
  }

  .nt-title {
    font-size: 2.2rem;
  }
}
