/* [project]/app/[locale]/privacy-policy/privacy.module.css [app-client] (css) */
.privacy-module__YLzu1G__container {
  color: #333;
  max-width: 800px;
  margin: 0 auto;
  padding: 4rem 2rem;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
}

.privacy-module__YLzu1G__header {
  text-align: center;
  margin-bottom: 3rem;
}

.privacy-module__YLzu1G__title {
  color: #1a1a1a;
  background: linear-gradient(90deg, #1a1a1a, #4a5568);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin-bottom: .5rem;
  font-size: 2.5rem;
  font-weight: 700;
}

.privacy-module__YLzu1G__lastUpdated {
  color: #666;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .9rem;
}

.privacy-module__YLzu1G__contentWrapper {
  background: #fff;
  border-radius: 16px;
  padding: 3rem;
  transition: transform .3s, box-shadow .3s;
  box-shadow: 0 10px 30px #0000000d, 0 1px 3px #00000008;
}

.privacy-module__YLzu1G__contentWrapper:hover {
  box-shadow: 0 15px 35px #00000014, 0 3px 6px #0000000a;
}

.privacy-module__YLzu1G__section {
  opacity: 0;
  margin-bottom: 2.5rem;
  animation: .6s ease-out forwards privacy-module__YLzu1G__fadeIn;
  transform: translateY(10px);
}

.privacy-module__YLzu1G__section:first-child {
  animation-delay: .1s;
}

.privacy-module__YLzu1G__section:nth-child(2) {
  animation-delay: .2s;
}

.privacy-module__YLzu1G__section:nth-child(3) {
  animation-delay: .3s;
}

.privacy-module__YLzu1G__section:nth-child(4) {
  animation-delay: .4s;
}

.privacy-module__YLzu1G__section:nth-child(5) {
  animation-delay: .5s;
}

.privacy-module__YLzu1G__section:nth-child(6) {
  animation-delay: .6s;
}

.privacy-module__YLzu1G__section:last-child {
  margin-bottom: 0;
}

.privacy-module__YLzu1G__sectionTitle {
  color: #2c3e50;
  border-bottom: 2px solid #edf2f7;
  margin-bottom: 1.2rem;
  padding-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
}

.privacy-module__YLzu1G__sectionTitle:after {
  content: "";
  background-color: #3182ce;
  width: 50px;
  height: 2px;
  transition: width .3s;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.privacy-module__YLzu1G__section:hover .privacy-module__YLzu1G__sectionTitle:after {
  width: 100px;
}

.privacy-module__YLzu1G__text {
  color: #4a5568;
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
  line-height: 1.8;
}

.privacy-module__YLzu1G__list {
  margin-bottom: 1.5rem;
  padding-left: 0;
  list-style-type: none;
}

.privacy-module__YLzu1G__listItem {
  color: #4a5568;
  margin-bottom: .8rem;
  padding-left: 1.5rem;
  font-size: 1.05rem;
  line-height: 1.8;
  position: relative;
}

.privacy-module__YLzu1G__listItem:before {
  content: "→";
  color: #3182ce;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.privacy-module__YLzu1G__contactLink {
  color: #3182ce;
  border-radius: 4px;
  padding: .2rem .4rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.privacy-module__YLzu1G__contactLink:hover {
  color: #2b6cb0;
  background-color: #ebf8ff;
}

@keyframes privacy-module__YLzu1G__fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .privacy-module__YLzu1G__container {
    padding: 2rem 1rem;
  }

  .privacy-module__YLzu1G__contentWrapper {
    padding: 2rem 1.5rem;
  }

  .privacy-module__YLzu1G__title {
    font-size: 2rem;
  }
}

/*# sourceMappingURL=app_%5Blocale%5D_privacy-policy_privacy_module_b67bc519.css.map*/