/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/styles/components/legal-page.module.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.legal-page_legalPage__f5pwo {
  background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
  min-height: 100vh;
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .legal-page_legalPage__f5pwo {
    padding: 2rem 0;
  }
}

.legal-page_container__PRl0K {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .legal-page_container__PRl0K {
    padding: 0 1rem;
  }
}

.legal-page_header__QniMS {
  text-align: center;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #e5e5e5;
}

.legal-page_title__o24uJ {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .legal-page_title__o24uJ {
    font-size: 2rem;
  }
}

.legal-page_effectiveDate__4VRJg {
  color: #666;
  font-size: 1rem;
  font-style: italic;
}

.legal-page_content__saJ_9 {
  background: #ffffff;
  border-radius: 12px;
  padding: 3rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .legal-page_content__saJ_9 {
    padding: 1.5rem;
    border-radius: 8px;
  }
}

.legal-page_section__FyooQ {
  margin-bottom: 3rem;
}
.legal-page_section__FyooQ:last-child {
  margin-bottom: 0;
}

.legal-page_sectionTitle__0c_xi {
  font-size: 1.75rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f9f9f9;
}
@media (max-width: 768px) {
  .legal-page_sectionTitle__0c_xi {
    font-size: 1.5rem;
  }
}

.legal-page_subsectionTitle__mpFvB {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin: 1.5rem 0 0.75rem;
}

.legal-page_paragraph__fKRIF {
  color: #333;
  line-height: 1.8;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.legal-page_list__8SuYO {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
.legal-page_list__8SuYO li {
  color: #333;
  line-height: 1.8;
  margin-bottom: 0.75rem;
  position: relative;
}
.legal-page_list__8SuYO li::marker {
  color: #000;
  font-weight: 600;
}

.legal-page_contactBox__vfUMn {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-left: 4px solid #000;
  padding: 1.5rem;
  border-radius: 8px;
  margin-top: 1.5rem;
}
.legal-page_contactBox__vfUMn p {
  margin: 0.5rem 0;
  color: #333;
  font-size: 1rem;
}
.legal-page_contactBox__vfUMn p strong {
  color: #000;
  font-weight: 600;
}

.legal-page_highlight__RGcEZ {
  background: #fff9e6;
  border-left: 4px solid #ffc107;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}
.legal-page_highlight__RGcEZ p {
  margin: 0;
  color: #333;
}

.legal-page_tableOfContents__vwPjk {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.legal-page_tableOfContents__vwPjk h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1rem;
}
.legal-page_tableOfContents__vwPjk ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.legal-page_tableOfContents__vwPjk ul li {
  margin-bottom: 0.5rem;
}
.legal-page_tableOfContents__vwPjk ul li a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}
.legal-page_tableOfContents__vwPjk ul li a:hover {
  color: #000;
  text-decoration: underline;
}
