/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/solucoes/page.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.page_page__xK6aO {
  min-height: 100vh;
  background: transparent;
  color: #e6edf3;
  position: relative;
  overflow: visible;
  z-index: 1;
}

.page_gridOverlay__zjK_g {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(34, 197, 94, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 197, 94, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.16;
  animation: page_grid-move__Th8eC 20s linear infinite;
  pointer-events: none;
  z-index: 1;
}

.page_container__mPhyc {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: 0 auto;
  padding: 64px 16px 96px;
}

.page_brandBackground__NyH0e {
  z-index: 0;
}

.page_logoColor__twBGB {
  color: #34d399;
}

.page_hero__L_w8e {
  text-align: center;
}

.page_heroTag__NZO30 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  color: rgba(52, 211, 153, 0.75);
  font-size: 11px;
  margin-bottom: 20px;
}

.page_heroTitle__ijm_L {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
  overflow-wrap: anywhere;
}

.page_heroSubtitle__rsoNg {
  margin-top: 16px;
  font-size: 18px;
  color: rgba(230, 237, 243, 0.8);
  overflow-wrap: anywhere;
}

.page_heroActions__dD6lf {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.page_primaryCta__3gH8P,
.page_primaryCtaLarge__a_jne {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #34d399;
  color: #000000;
  padding: 12px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.2s ease;
  border: none;
  text-decoration: none;
}

.page_primaryCta__3gH8P:hover,
.page_primaryCtaLarge__a_jne:hover {
  background: #6ee7b7;
}

.page_primaryCta__3gH8P:focus-visible,
.page_primaryCtaLarge__a_jne:focus-visible,
.page_secondaryCta__regpU:focus-visible,
.page_categoryButton__jS33J:focus-visible {
  outline: 2px solid rgba(52, 211, 153, 0.7);
  outline-offset: 3px;
}

.page_primaryCtaLarge__a_jne {
  padding: 14px 32px;
}

.page_secondaryCta__regpU {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border-radius: 999px;
  border: 1px solid rgba(52, 211, 153, 0.4);
  color: #d1fae5;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: border 0.2s ease, color 0.2s ease;
}

.page_secondaryCta__regpU:hover {
  border-color: rgba(52, 211, 153, 0.7);
  color: #ecfdf5;
}

.page_ctaIcon__yIIzr {
  width: 16px;
  height: 16px;
}

.page_heroPills__L7dHp {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.page_heroPill__HQoOH {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  padding: 8px 16px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: rgba(230, 237, 243, 0.75);
}

.page_section__G2ukd {
  margin-top: 72px;
}

.page_sectionHeader__jgMd3 {
  text-align: center;
  margin-bottom: 28px;
}

.page_sectionTitle__t9vuC {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

.page_sectionSubtitle__S0CUW {
  margin-top: 12px;
  color: rgba(230, 237, 243, 0.7);
  font-size: 16px;
  overflow-wrap: anywhere;
}

.page_categoryGrid__BzAO8 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
  justify-content: center;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

.page_categoryCard__ONCHM {
  display: flex;
  flex-direction: column;
  background: rgba(10, 14, 15, 0.92);
  border: 1px solid rgba(52, 211, 153, 0.15);
  border-radius: 24px;
  padding: 28px;
  min-height: 100%;
  box-shadow: 0 20px 60px -50px rgba(16, 185, 129, 0.6);
  transition: border 0.2s ease, transform 0.2s ease;
  overflow: hidden;
}

.page_categoryCard__ONCHM:hover {
  border-color: rgba(52, 211, 153, 0.4);
  transform: translateY(-2px);
}

.page_categoryIcon__O3eMs {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  border: 1px solid rgba(52, 211, 153, 0.25);
  background: rgba(52, 211, 153, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #34d399;
}

.page_icon__NCgF9 {
  width: 20px;
  height: 20px;
}

.page_iconSmall__03ulA {
  width: 16px;
  height: 16px;
}

.page_categoryTitle__9cD1w {
  margin-top: 18px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

.page_categorySummary__YVv_j {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(230, 237, 243, 0.72);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.page_categoryList__NJc1L {
  margin-top: 16px;
  list-style: none;
  padding: 0;
  display: grid;
  gap: 10px;
  color: rgba(230, 237, 243, 0.7);
  font-size: 14px;
}

.page_categoryListItem__xvvvE {
  display: flex;
  align-items: center;
  gap: 10px;
}

.page_categoryDot__tvSsl {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #34d399;
  flex-shrink: 0;
}

.page_categoryButton__jS33J {
  margin-top: auto;
  align-self: flex-start;
  border-radius: 999px;
  border: none;
  background: #34d399;
  color: #000000;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.page_categoryButton__jS33J:hover {
  background: #6ee7b7;
}

.page_includeGrid__otfL2 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
}

.page_includeCard__oZdWU {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.45);
}

.page_includeIcon__77Tpt {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(52, 211, 153, 0.25);
  background: rgba(52, 211, 153, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #34d399;
}

.page_includeText__srURd {
  font-size: 14px;
  color: rgba(230, 237, 243, 0.75);
}

.page_stepsGrid__RMax0 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

.page_stepCard__nT6GV {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.45);
  padding: 22px;
}

.page_stepLabel__3IS99 {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 10px;
  color: rgba(52, 211, 153, 0.8);
}

.page_stepTitle__opfSO {
  margin-top: 10px;
  font-size: 18px;
  color: #ffffff;
}

.page_stepText__cj0uD {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(230, 237, 243, 0.7);
}

.page_faqList__kFwzj {
  display: grid;
  gap: 12px;
}

.page_faqItem__2ILL_ {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.5);
  padding: 18px 20px;
  text-align: left;
  cursor: pointer;
  transition: border 0.2s ease;
  color: inherit;
}

.page_faqItem__2ILL_[aria-expanded='true'] {
  border-color: rgba(52, 211, 153, 0.4);
}

.page_faqHeader__5l1ok {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.page_faqQuestion__vBubL {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}

.page_faqToggle__bTAfb {
  font-size: 20px;
  color: #34d399;
}

.page_faqAnswer__UDC1s {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(230, 237, 243, 0.7);
  overflow-wrap: anywhere;
}

.page_finalCtaSection__N_cxh {
  margin-top: 72px;
  text-align: center;
}

.page_finalCtaBox__u5K7x {
  border-radius: 28px;
  border: 1px solid rgba(52, 211, 153, 0.2);
  background: linear-gradient(140deg, rgba(52, 211, 153, 0.12), rgba(0, 0, 0, 0.7));
  padding: 36px 24px;
}

.page_finalCtaTitle__UOtWq {
  margin: 0 0 20px;
  font-size: 26px;
  color: #ffffff;
}

.page_modalRoot__8j1rN {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.page_modalBackdrop__QydD1 {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  cursor: pointer;
  backdrop-filter: blur(6px);
}

.page_modalPanel__xfkK4 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 920px;
  border-radius: 28px;
  border: 1px solid rgba(52, 211, 153, 0.2);
  background: rgba(10, 14, 15, 0.95);
  padding: 26px;
  box-shadow: 0 30px 80px -40px rgba(0, 0, 0, 0.7);
}

.page_modalClose__q6_e5 {
  position: absolute;
  top: 18px;
  right: 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.5);
  padding: 8px;
  color: #ffffff;
  cursor: pointer;
}

.page_modalContent__HBhTr {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page_modalTitle__VLntm {
  font-size: 24px;
  color: #ffffff;
  margin: 0;
}

.page_modalSubtitle__dRBi7 {
  margin-top: 6px;
  font-size: 14px;
  color: rgba(230, 237, 243, 0.7);
  overflow-wrap: anywhere;
}

.page_modalSectionTitle__BVizf {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(52, 211, 153, 0.8);
}

.page_modalList__dzum0 {
  margin-top: 12px;
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
  color: rgba(230, 237, 243, 0.7);
  font-size: 14px;
}

.page_modalListItem__H0O61 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.page_modalOptions__r5jFV {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
}

.page_modalOptionCard__hfsP2,
.page_modalOptionCardHighlight__HRyVM {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.5);
  padding: 16px;
}

.page_modalOptionCardHighlight__HRyVM {
  border-color: rgba(52, 211, 153, 0.4);
  background: rgba(52, 211, 153, 0.12);
}

.page_modalOptionTitle__DZ_0F {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
}

.page_modalOptionText__Qmq9V {
  margin-top: 6px;
  font-size: 14px;
  color: rgba(230, 237, 243, 0.7);
}

.page_modalFooter__GBpCc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.page_modalTimeline__jULYx {
  font-size: 14px;
  color: rgba(230, 237, 243, 0.7);
}

.page_modalTimeline__jULYx span {
  color: #ffffff;
}

@media (min-width: 640px) {
  .page_heroTitle__ijm_L {
    font-size: 44px;
  }

  .page_heroSubtitle__rsoNg {
    font-size: 19px;
  }

  .page_includeGrid__otfL2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .page_container__mPhyc {
    padding: 80px 32px 110px;
  }

  .page_heroTitle__ijm_L {
    font-size: 48px;
  }

  .page_categoryGrid__BzAO8 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page_stepsGrid__RMax0 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page_modalList__dzum0 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page_modalOptions__r5jFV {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .page_heroTitle__ijm_L {
    font-size: 52px;
  }

  .page_categoryGrid__BzAO8 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page_stepsGrid__RMax0 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@keyframes page_grid-move__Th8eC {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 48px 48px;
  }
}

