/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/page.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.page_main__GlU4n {
  min-height: 100vh;
  background: linear-gradient(135deg, #f8fafc 0%, #f3e8ff 50%, #f1f5f9 100%);
}

.dark .page_main__GlU4n {
  background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #1e293b 100%);
}

.page_container__aoG4z {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

@media (min-width: 768px) {
  .page_container__aoG4z {
    padding: 4rem 1rem;
  }
}

.page_header__kVzhN {
  text-align: center;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .page_header__kVzhN {
    margin-bottom: 4rem;
  }
}

.page_title__3jonF {
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(to right, hsl(263, 70%, 50%), hsl(263, 70%, 40%), hsl(186, 100%, 35%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
  line-height: 1.2;
}

@media (min-width: 640px) {
  .page_title__3jonF {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) {
  .page_title__3jonF {
    font-size: 3.75rem;
    margin-bottom: 1.5rem;
  }
}

.page_subtitle__iAJUg {
  font-size: 1rem;
  color: #334155;
  max-width: 42rem;
  margin: 0 auto;
  line-height: 1.75;
}

.dark .page_subtitle__iAJUg {
  color: #cbd5e1;
}

@media (min-width: 640px) {
  .page_subtitle__iAJUg {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .page_subtitle__iAJUg {
    font-size: 1.25rem;
  }
}

.page_heroSection___mcj9 {
  max-width: 72rem;
  margin: 0 auto 2rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  border-radius: 1rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(226, 232, 240, 0.5);
  padding: 1.5rem;
}

.dark .page_heroSection___mcj9 {
  background: rgba(30, 41, 59, 0.8);
  border: 1px solid rgba(51, 65, 85, 0.5);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.1);
}

@media (min-width: 640px) {
  .page_heroSection___mcj9 {
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  .page_heroSection___mcj9 {
    margin: 0 auto 3rem;
    padding: 3rem;
  }
}

.page_heroTitle__Gfler {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
  text-align: center;
}

.dark .page_heroTitle__Gfler {
  color: #f1f5f9;
}

@media (min-width: 640px) {
  .page_heroTitle__Gfler {
    font-size: 1.875rem;
  }
}

@media (min-width: 768px) {
  .page_heroTitle__Gfler {
    font-size: 2.25rem;
    margin-bottom: 1rem;
  }
}

.page_heroSubtitle__RTAw0 {
  font-size: 0.875rem;
  color: #475569;
  max-width: 48rem;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.dark .page_heroSubtitle__RTAw0 {
  color: #94a3b8;
}

@media (min-width: 640px) {
  .page_heroSubtitle__RTAw0 {
    font-size: 1rem;
    margin: 0 auto 2rem;
  }
}

@media (min-width: 768px) {
  .page_heroSubtitle__RTAw0 {
    font-size: 1.125rem;
    margin: 0 auto 2.5rem;
  }
}

.page_ctaContainer__WgtrM {
  text-align: center;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .page_ctaContainer__WgtrM {
    margin-top: 3rem;
  }
}

.page_ctaButton__tHxa2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: hsl(263, 70%, 50%);
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: all 0.2s;
  min-height: 48px;
  min-width: 120px;
}

@media (min-width: 640px) {
  .page_ctaButton__tHxa2 {
    padding: 1rem 2rem;
    font-size: 1.0625rem;
  }
}

@media (min-width: 768px) {
  .page_ctaButton__tHxa2 {
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
  }
}

.page_ctaButton__tHxa2:hover {
  background: hsl(263, 70%, 45%);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transform: translateY(-2px);
}

.page_ctaButton__tHxa2 svg {
  margin-left: 0.5rem;
  width: 1.25rem;
  height: 1.25rem;
}

.page_featuresGrid__L4_rO {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 72rem;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .page_featuresGrid__L4_rO {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
  }
}

.page_featureCard__09F8a {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(226, 232, 240, 0.5);
  padding: 1.5rem;
  transition: all 0.2s;
}

.dark .page_featureCard__09F8a {
  background: rgba(30, 41, 59, 0.7);
  border: 1px solid rgba(51, 65, 85, 0.5);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -2px rgba(0, 0, 0, 0.1);
}

@media (min-width: 640px) {
  .page_featureCard__09F8a {
    padding: 2rem;
  }
}

.page_featureCard__09F8a:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transform: translateY(-4px);
}

.page_featureIcon__mHZON {
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.page_featureIcon1___xwpj {
  background: linear-gradient(to bottom right, hsl(263, 70%, 50%), hsl(263, 70%, 40%));
}

.page_featureIcon2__Chr_R {
  background: linear-gradient(to bottom right, hsl(186, 100%, 35%), hsl(186, 100%, 30%));
}

.page_featureIcon3__m7vek {
  background: linear-gradient(to bottom right, hsl(38, 92%, 32%), hsl(38, 92%, 28%));
}

.page_featureTitle__kH4Xm {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
}

.dark .page_featureTitle__kH4Xm {
  color: #f1f5f9;
}

.page_featureDescription__gBWpw {
  color: #475569;
  line-height: 1.75;
}

.dark .page_featureDescription__gBWpw {
  color: #94a3b8;
}

.page_footer__sHKi3 {
  text-align: center;
  margin-top: 4rem;
  color: #64748b;
  font-size: 0.875rem;
}

.dark .page_footer__sHKi3 {
  color: #94a3b8;
}

