/* [project]/components/page-header/page-header.module.css [app-client] (css) */
.page-header-module__PYXTZq__header {
  border-bottom: 1px solid var(--line);
  padding: 120px 32px 80px;
}

.page-header-module__PYXTZq__inner {
  flex-direction: column;
  gap: 24px;
  max-width: 1680px;
  margin: 0 auto;
  display: flex;
}

.page-header-module__PYXTZq__eyebrow {
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0;
  font-size: 12px;
  font-weight: 700;
}

.page-header-module__PYXTZq__title {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: var(--foreground);
  white-space: pre-line;
  margin: 0;
  font-size: clamp(48px, 7vw, 112px);
  font-weight: 900;
  line-height: .96;
}

.page-header-module__PYXTZq__description {
  max-width: 720px;
  color: var(--muted);
  margin: 0;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.6;
}

@media (max-width: 768px) {
  .page-header-module__PYXTZq__header {
    padding: 80px 20px 56px;
  }

  .page-header-module__PYXTZq__title {
    font-size: clamp(40px, 11vw, 72px);
    line-height: 1;
  }
}

@media print {
  .page-header-module__PYXTZq__header {
    display: none !important;
  }
}

/* [project]/app/[lang]/(marketing)/terms/terms.module.css [app-client] (css) */
.terms-module__Voj7uG__article {
  flex-direction: column;
  gap: 40px;
  max-width: 880px;
  margin: 0 auto;
  padding: 48px 48px 120px;
  display: flex;
}

.terms-module__Voj7uG__meta {
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  margin: 0;
  padding-bottom: 24px;
  font-size: 12px;
  font-weight: 700;
}

.terms-module__Voj7uG__sections {
  flex-direction: column;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.terms-module__Voj7uG__section {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.terms-module__Voj7uG__heading {
  letter-spacing: -.01em;
  color: var(--foreground);
  margin: 0;
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: 800;
  line-height: 1.4;
}

.terms-module__Voj7uG__body {
  color: var(--muted);
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}

.terms-module__Voj7uG__items {
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.terms-module__Voj7uG__items li {
  color: var(--muted);
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.75;
  position: relative;
}

.terms-module__Voj7uG__items li:before {
  content: "";
  background: var(--accent);
  width: 10px;
  height: 1px;
  position: absolute;
  top: 12px;
  left: 0;
}

@media (max-width: 640px) {
  .terms-module__Voj7uG__article {
    padding: 32px 20px 72px;
  }
}

/*# sourceMappingURL=_07gfd9z._.css.map*/