@import url('common.css');

.nha-page-hero {
  padding: 160px 0 120px;
  background: linear-gradient(180deg, #F9FAFB 0%, #FFFFFF 100%);
  margin-top: var(--nha-header-height);
}

.nha-page-hero-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.nha-page-hero-badge {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(13, 148, 136, 0.1);
  color: var(--nha-primary);
  font-size: 0.8125rem;
  font-weight: 600;
  border-radius: 100px;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}

.nha-page-hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  margin-bottom: 24px;
  line-height: 1.1;
  color: var(--nha-neutral-900);
}

.nha-page-hero-desc {
  font-size: 1.25rem;
  color: var(--nha-neutral-500);
  line-height: 1.7;
}

.nha-privacy-content {
  padding: 120px 0;
}

.nha-privacy-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.nha-privacy-section {
  margin-bottom: 48px;
}

.nha-privacy-section:last-of-type {
  margin-bottom: 0;
}

.nha-privacy-section-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--nha-neutral-900);
  line-height: 1.3;
}

.nha-privacy-text {
  font-size: 1.0625rem;
  color: var(--nha-neutral-500);
  line-height: 1.8;
  margin-bottom: 16px;
}

.nha-privacy-text:last-child {
  margin-bottom: 0;
}

.nha-privacy-list {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.nha-privacy-list li {
  font-size: 1.0625rem;
  color: var(--nha-neutral-500);
  line-height: 1.8;
  margin-bottom: 12px;
  padding-left: 24px;
  position: relative;
}

.nha-privacy-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--nha-primary);
  font-weight: 700;
}

.nha-privacy-list li:last-child {
  margin-bottom: 0;
}

.nha-privacy-list strong {
  color: var(--nha-neutral-900);
  font-weight: 700;
}

.nha-privacy-contact {
  margin-top: 24px;
  padding: 32px;
  background: var(--nha-gradient-soft);
  border-radius: 24px;
  border: 1px solid var(--nha-neutral-200);
}

.nha-privacy-contact p {
  font-size: 1.0625rem;
  color: var(--nha-neutral-700);
  line-height: 1.8;
  margin-bottom: 12px;
}

.nha-privacy-contact p:last-child {
  margin-bottom: 0;
}

.nha-privacy-contact a {
  color: var(--nha-primary);
  text-decoration: none;
}

.nha-privacy-contact a:hover {
  text-decoration: underline;
}

.nha-privacy-updated {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid var(--nha-neutral-200);
  text-align: center;
}

.nha-privacy-updated p {
  font-size: 0.9375rem;
  color: var(--nha-neutral-500);
  margin: 0;
}

@media (max-width: 640px) {
  .nha-privacy-content {
    padding: 80px 0;
  }
  
  .nha-privacy-section {
    margin-bottom: 40px;
  }
  
  .nha-privacy-contact {
    padding: 24px;
  }
}
