/* [project]/Desktop/it-rwo-coding/Reseller Panel/src/app/page.module.css [app-client] (css) */
.page-module__zWyc_a__header {
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0;
  display: flex;
}

.page-module__zWyc_a__logo {
  font-family: Playfair Display, serif;
  font-size: 1.5rem;
  font-weight: 800;
}

.page-module__zWyc_a__navLinks {
  align-items: center;
  gap: 3rem;
  display: flex;
}

.page-module__zWyc_a__langSwitch {
  color: #444;
  gap: 1rem;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
}

.page-module__zWyc_a__langActive {
  color: #fff;
  text-underline-offset: 4px;
  text-decoration: underline;
}

.page-module__zWyc_a__hero {
  max-width: 800px;
  padding: 10rem 0;
}

.page-module__zWyc_a__heroTitle {
  margin-bottom: 2.5rem;
  font-size: 5.5rem;
  line-height: 1.1;
}

.page-module__zWyc_a__heroSubtitle {
  color: #888;
  margin-bottom: 4rem;
  font-size: 1.25rem;
  line-height: 1.8;
}

.page-module__zWyc_a__grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  display: grid;
}

.page-module__zWyc_a__statementSection {
  border-top: 1px solid var(--border-color);
  text-align: center;
  padding: 12rem 0;
}

.page-module__zWyc_a__statementTitle {
  margin-bottom: 2.5rem;
  font-size: 3.5rem;
  font-style: italic;
}

.page-module__zWyc_a__statementText {
  color: #888;
  max-width: 600px;
  margin: 0 auto 4rem;
  font-size: 1.2rem;
}

.page-module__zWyc_a__footer {
  border-top: 1px solid var(--border-color);
  color: #444;
  justify-content: space-between;
  align-items: center;
  padding: 6rem 0;
  font-size: .85rem;
  display: flex;
}

/*# sourceMappingURL=Desktop_it-rwo-coding_Reseller%20Panel_src_app_page_module_0spb~91.css.map*/