/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./app/(internal)/solutions/tracking/page.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
.page_wrapper__yY8QL {
  max-width: 1200px;
  margin: 0 auto;
  padding: 6rem 2rem;
  color: #fff;
}

.page_hero__nBDtx {
  text-align: center;
  margin-bottom: 4rem;
}

.page_hero__nBDtx h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.page_hero__nBDtx p {
  font-size: 1.15rem;
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 800px;
  margin: 0 auto;
}

.page_gridSection__hmJwl {
  margin-bottom: 4rem;
  text-align: center;
}

.page_gridSection__hmJwl h2 {
  font-size: 2.1rem;
  margin-bottom: 0.6rem;
}

.page_subtitle__nzxPc {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 780px;
  margin: 0 auto 2.5rem;
  line-height: 1.7;
}

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

.page_card__KGNl_ {
  background: rgba(255,255,255,0.05);
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid rgba(255,255,255,0.1);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  text-align: left;
}

.page_card__KGNl_ h3 {
  margin-bottom: 0.7rem;
}

.page_card__KGNl_ p {
  color: var(--text-muted);
}

.page_bottomSection__bGnNj {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
  gap: 3rem;
  margin-top: 2rem;
}

.page_column__uElxs h2 {
  font-size: 1.7rem;
  margin-bottom: 0.8rem;
}

.page_list__79rAw {
  list-style: disc;
  padding-left: 1.5rem;
  color: var(--text-muted);
  line-height: 1.6;
}

@media (max-width: 900px) {
  .page_grid__1eNfv {
    grid-template-columns: 1fr;
  }
  .page_bottomSection__bGnNj {
    grid-template-columns: 1fr;
  }
}

