/* ================================================
   PRIVACY POLICY PAGE STYLES
   ================================================ */

/* Font Imports */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=M+PLUS+1p:wght@500;700;800&display=swap');

/* ================================================
   Hero Section
   ================================================ */

.hero-section {
  position: relative;
  background-color: #ffffff;
  padding: 5rem 1rem;
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.hero-title {
  font-family: 'M PLUS 1p', 'Noto Sans JP', sans-serif;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: #000000;
}

.hero-subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  color: #718096;
}

/* ================================================
   Content Section
   ================================================ */

.content-section {
  padding: 5rem 1rem;
  background-color: #f7fafc;
}

.content-container {
  max-width: 56rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.content-box {
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 2.5rem;
}

/* Content Paragraphs */
.content-paragraph {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 1.5rem;
}

/* Principles List */
.principles-list {
  list-style: decimal;
  list-style-position: outside;
  margin-left: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.principles-list li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 1rem;
  padding-left: 0.5rem;
}

/* Contact Box */
.contact-box {
  border: 2px solid var(--wedo-vibrant-blue);
  padding: 1.5rem;
  margin: 2rem 0;
  background-color: #ffffff;
  border-radius: 0.5rem;
}

.contact-box-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #000000;
  margin-bottom: 1rem;
}

.contact-box-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #000000;
  margin-bottom: 0.5rem;
}

.contact-link {
  color: var(--wedo-vibrant-blue);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.contact-link:hover {
  color: var(--wedo-deep-blue);
}

/* Signature Box */
.signature-box {
  text-align: right;
  margin: 2rem 0;
}

.signature-box p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #000000;
  margin-bottom: 0.5rem;
}

.signature-name {
  margin-top: 1rem !important;
}

/* Disclosure Section */
.disclosure-section {
  margin-top: 4rem;
}

.section-title {
  font-family: 'M PLUS 1p', 'Noto Sans JP', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--wedo-vibrant-blue);
}

/* Subsection */
.subsection {
  margin-bottom: 2rem;
}

.subsection-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.75rem;
}

.subsection p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 0.5rem;
}

.subsection-paragraph {
  margin-bottom: 1rem;
}

.inline-link {
  color: var(--wedo-vibrant-blue);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.inline-link:hover {
  color: var(--wedo-deep-blue);
}

/* Table */
.table-wrapper {
  border: 2px solid var(--wedo-vibrant-blue);
  overflow-x: auto;
  border-radius: 0.5rem;
  margin-top: 1rem;
}

.purpose-table {
  width: 100%;
  border-collapse: collapse;
}

.table-header {
  background-color: var(--wedo-vibrant-blue);
  color: #ffffff;
  padding: 0.75rem;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  border-right: 2px solid #ffffff;
}

.table-header:last-child {
  border-right: none;
}

.purpose-table thead tr {
  border-bottom: 2px solid var(--wedo-vibrant-blue);
}

.purpose-table tbody tr {
  border-bottom: 1px solid var(--wedo-vibrant-blue);
}

.purpose-table tbody tr:last-child {
  border-bottom: none;
}

.table-section-title {
  padding: 0.75rem;
  border-right: 1px solid var(--wedo-vibrant-blue);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #000000;
  background-color: #ffffff;
}

.table-category {
  padding: 0.75rem;
  background-color: #ffffff;
  border-right: 1px solid var(--wedo-vibrant-blue);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: var(--wedo-deep-blue);
  font-weight: 700;
  width: 33%;
}

.table-content {
  padding: 0.75rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
}

/* Measure Items */
.measure-item {
  margin-bottom: 1.5rem;
}

.measure-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.5rem;
}

.measure-item p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
}

.measure-paragraph {
  margin-bottom: 0.5rem;
}

.measure-example {
  font-size: 14px;
  color: #4a5568;
  margin-top: 0.5rem;
}

/* Contact Info */
.contact-info div {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #000000;
  margin-bottom: 0.5rem;
}

/* Organization Items */
.organization-item {
  margin-bottom: 1.5rem;
}

.organization-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.5rem;
}

.organization-note {
  font-size: 14px;
  color: #4a5568;
  margin-bottom: 0.5rem;
}

.organization-item p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #000000;
  margin-bottom: 0.25rem;
}

/* Privacy Mark Section */
.privacy-mark-section {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.privacy-mark-icon {
  flex-shrink: 0;
}

.privacy-mark-icon img {
  width: 96px;
  height: 96px;
}

.privacy-mark-text p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
}

/* ================================================
   Tablet Responsive (max-width: 1024px)
   ================================================ */

@media (max-width: 1024px) {
  .hero-title {
    font-size: 40px;
  }

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

/* ================================================
   Mobile Responsive (max-width: 767px)
   ================================================ */

@media (max-width: 767px) {
  .hero-section {
    padding: 3rem 1rem;
  }

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

  .hero-subtitle {
    font-size: 16px;
  }

  .content-section {
    padding: 3rem 1rem;
  }

  .content-box {
    padding: 1.5rem;
  }

  .content-paragraph,
  .principles-list li,
  .contact-box-title,
  .contact-box-text,
  .signature-box p,
  .subsection p,
  .table-section-title,
  .table-category,
  .table-content,
  .measure-title,
  .measure-item p,
  .contact-info div,
  .organization-title,
  .organization-item p,
  .privacy-mark-text p {
    font-size: 15px;
  }

  .section-title {
    font-size: 24px;
  }

  .subsection-title {
    font-size: 15px;
  }

  .principles-list {
    margin-left: 1.25rem;
  }

  .contact-box {
    padding: 1rem;
  }

  .table-wrapper {
    font-size: 14px;
  }

  .table-header {
    font-size: 14px;
    padding: 0.5rem;
  }

  .table-section-title,
  .table-category,
  .table-content {
    font-size: 14px;
    padding: 0.5rem;
  }

  .privacy-mark-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
