/* [project]/src/app/Page.module.css [app-client] (css) */
.Page-module__9NrG3W__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.Page-module__9NrG3W__section {
  padding: 5rem 0;
  position: relative;
}

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

.Page-module__9NrG3W__sectionTitle h2 {
  color: var(--md-sys-color-on-primary-container);
  text-transform: uppercase;
  letter-spacing: 1px;
  background: var(--md-sys-color-primary-container);
  border-radius: var(--md-sys-shape-corner-full);
  margin-bottom: 1rem;
  padding: .5rem 1.5rem;
  font-size: .9rem;
  font-weight: 700;
  display: inline-block;
}

.Page-module__9NrG3W__sectionTitle p {
  color: var(--md-sys-color-on-surface);
  letter-spacing: -.5px;
  font-size: 2.5rem;
  font-weight: 500;
}

.Page-module__9NrG3W__hero {
  background-color: var(--md-sys-color-surface);
  border-bottom-left-radius: var(--md-sys-shape-corner-extra-large);
  border-bottom-right-radius: var(--md-sys-shape-corner-extra-large);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 95vh;
  padding-top: 8rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.Page-module__9NrG3W__heroGlow1, .Page-module__9NrG3W__heroGlow2 {
  filter: blur(120px);
  z-index: 0;
  opacity: .3;
  border-radius: 50%;
  width: 600px;
  height: 600px;
  animation: 12s ease-in-out infinite alternate Page-module__9NrG3W__floatOrb;
  position: absolute;
}

.Page-module__9NrG3W__heroGlow1 {
  background: var(--md-sys-color-primary);
  top: -150px;
  left: -150px;
}

.Page-module__9NrG3W__heroGlow2 {
  background: #8b5cf6;
  animation-delay: -6s;
  bottom: -150px;
  right: -150px;
}

@keyframes Page-module__9NrG3W__floatOrb {
  0% {
    transform: translate(0)scale(1);
  }

  100% {
    transform: translate(60px, 60px)scale(1.1);
  }
}

.Page-module__9NrG3W__heroContent {
  z-index: 1;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.Page-module__9NrG3W__heroBadge {
  color: var(--md-sys-color-on-surface);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
  background: #f57c000d;
  border: 1px solid #f57c0033;
  border-radius: 50px;
  align-items: center;
  gap: 8px;
  margin-bottom: 2rem;
  padding: 6px 16px 6px 6px;
  font-size: .85rem;
  font-weight: 600;
  transition: all .3s;
  display: inline-flex;
}

.Page-module__9NrG3W__heroBadge:hover {
  background: #f57c001a;
  border-color: #f57c0066;
  transform: translateY(-2px);
}

.Page-module__9NrG3W__heroBadge span {
  background: var(--md-sys-color-primary);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  padding: 2px 10px;
  font-size: .75rem;
}

.Page-module__9NrG3W__heroTitle {
  color: var(--md-sys-color-on-surface);
  letter-spacing: -2px;
  margin-bottom: 1.5rem;
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1.1;
}

.Page-module__9NrG3W__textGradient {
  background: linear-gradient(135deg, var(--md-sys-color-primary) 0%, #ea580c 50%, #8b5cf6 100%);
  -webkit-text-fill-color: transparent;
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
}

.Page-module__9NrG3W__heroDescription {
  color: var(--md-sys-color-on-surface-variant);
  max-width: 700px;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
  line-height: 1.6;
}

.Page-module__9NrG3W__heroActions {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  display: flex;
}

@media (max-width: 900px) {
  .Page-module__9NrG3W__heroTitle {
    letter-spacing: -1px;
    font-size: 3rem;
  }

  .Page-module__9NrG3W__heroGlow1, .Page-module__9NrG3W__heroGlow2 {
    width: 300px;
    height: 300px;
  }
}

.Page-module__9NrG3W__trustBadges {
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 4rem;
  animation: 1s ease-out Page-module__9NrG3W__fadeUp;
  display: flex;
}

.Page-module__9NrG3W__trustBadges p {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--md-sys-color-on-surface-variant);
  opacity: .8;
  font-size: .8rem;
  font-weight: 700;
}

.Page-module__9NrG3W__badgesRow {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #fff9;
  border: 1px solid #fffc;
  border-radius: 50px;
  align-items: center;
  gap: 2rem;
  padding: 1rem 2rem;
  display: flex;
  box-shadow: 0 4px 20px #0000000d;
}

.Page-module__9NrG3W__separator {
  background-color: var(--md-sys-color-outline-variant);
  width: 1px;
  height: 40px;
}

.Page-module__9NrG3W__chipGrid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
}

.Page-module__9NrG3W__chip {
  background-color: var(--md-sys-color-surface);
  border: 1px solid var(--md-sys-color-outline-variant);
  color: var(--md-sys-color-on-surface);
  cursor: default;
  border-radius: 16px;
  align-items: center;
  gap: .75rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: inline-flex;
}

.Page-module__9NrG3W__chip:hover {
  background-color: var(--md-sys-color-primary-container);
  color: var(--md-sys-color-on-primary-container);
  box-shadow: var(--md-sys-elevation-1);
  border-color: #0000;
  transform: translateY(-3px);
}

.Page-module__9NrG3W__chipIcon {
  color: var(--md-sys-color-primary);
  align-items: center;
  display: flex;
}

.Page-module__9NrG3W__chip:hover .Page-module__9NrG3W__chipIcon {
  color: var(--md-sys-color-on-primary-container);
}

.Page-module__9NrG3W__cardIconBg {
  color: var(--md-sys-color-primary);
  background-color: #fff3e0;
  border-radius: 16px;
  margin-bottom: 1rem;
  padding: 12px;
  display: inline-flex;
}

.Page-module__9NrG3W__button {
  border-radius: var(--md-sys-shape-corner-full);
  height: 56px;
  font-family: var(--font-display);
  cursor: pointer;
  border: none;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  padding: 0 2rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all .3s cubic-bezier(.2, 0, 0, 1);
  display: inline-flex;
}

.Page-module__9NrG3W__primary {
  background-color: var(--md-sys-color-primary);
  color: var(--md-sys-color-on-primary);
  box-shadow: var(--md-sys-elevation-1);
}

.Page-module__9NrG3W__primary:hover {
  box-shadow: var(--md-sys-elevation-3);
  background-color: #d66c00;
  transform: translateY(-2px);
}

.Page-module__9NrG3W__secondary {
  background-color: var(--md-sys-color-surface-variant);
  color: var(--md-sys-color-on-surface-variant);
}

.Page-module__9NrG3W__secondary:hover {
  background-color: #e2d2c1;
}

.Page-module__9NrG3W__interactiveSection {
  background: var(--md-sys-color-surface);
}

.Page-module__9NrG3W__tabs {
  background: var(--md-sys-color-surface);
  border: 1px solid var(--md-sys-color-outline-variant);
  border-radius: 50px;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem;
  margin-bottom: 3rem;
  padding: .5rem;
  display: inline-flex;
  box-shadow: 0 2px 10px #00000008;
}

.Page-module__9NrG3W__tabButton {
  color: var(--md-sys-color-on-surface-variant);
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 40px;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1.5rem;
  font-size: .9rem;
  font-weight: 600;
  transition: all .3s cubic-bezier(.2, 0, 0, 1);
  display: flex;
}

.Page-module__9NrG3W__tabButton:hover {
  background-color: #00000008;
}

.Page-module__9NrG3W__tabButton.Page-module__9NrG3W__active {
  background-color: var(--md-sys-color-primary);
  color: var(--md-sys-color-on-primary);
  transform: scale(1.05);
  box-shadow: 0 4px 12px #f57c004d;
}

.Page-module__9NrG3W__tabContent {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.Page-module__9NrG3W__contentWrapper {
  border: 1px solid var(--md-sys-color-outline-variant);
  background: #fff;
  border-radius: 48px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
  padding: 4rem;
  animation: .5s ease-out Page-module__9NrG3W__slideUpFade;
  display: grid;
  box-shadow: 0 20px 40px -10px #0000000d;
}

.Page-module__9NrG3W__textContent {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.Page-module__9NrG3W__moduleBadge {
  background-color: var(--md-sys-color-primary-container);
  color: var(--md-sys-color-primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 20px;
  align-self: flex-start;
  padding: 6px 16px;
  font-size: .75rem;
  font-weight: 700;
}

.Page-module__9NrG3W__textContent h3 {
  color: var(--md-sys-color-on-surface);
  letter-spacing: -1px;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.1;
}

.Page-module__9NrG3W__textContent > p {
  color: var(--md-sys-color-on-surface-variant);
  font-size: 1.1rem;
  line-height: 1.6;
}

.Page-module__9NrG3W__featuresGrid {
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
  display: flex;
}

.Page-module__9NrG3W__featureCard {
  background-color: var(--md-sys-color-surface);
  border: 1px solid #0000;
  border-radius: 20px;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem;
  transition: all .3s;
  display: flex;
}

.Page-module__9NrG3W__featureCard:hover {
  border-color: var(--md-sys-color-primary-container);
  background-color: #fff3e0;
  transform: translateX(10px);
}

.Page-module__9NrG3W__featureIconBox {
  width: 48px;
  height: 48px;
  color: var(--md-sys-color-primary);
  background-color: #fff;
  border-radius: 14px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 4px 10px #0000000d;
}

.Page-module__9NrG3W__featureText h4 {
  color: var(--md-sys-color-on-surface);
  margin-bottom: .25rem;
  font-size: 1rem;
  font-weight: 700;
}

.Page-module__9NrG3W__featureText p {
  color: var(--md-sys-color-on-surface-variant);
  margin: 0;
  font-size: .9rem;
}

.Page-module__9NrG3W__imageContainer {
  position: relative;
}

.Page-module__9NrG3W__tabImage {
  border: 8px solid var(--md-sys-color-surface);
  border-radius: 32px;
  width: 100%;
  height: auto;
  transition: transform .5s;
  transform: perspective(1000px)rotateY(-5deg)rotateX(2deg);
  box-shadow: 0 25px 50px -12px #00000026;
}

.Page-module__9NrG3W__contentWrapper:hover .Page-module__9NrG3W__tabImage {
  transform: perspective(1000px)rotateY(0)rotateX(0)scale(1.02);
}

.Page-module__9NrG3W__kommoWrapper {
  border: 1px solid var(--md-sys-color-outline-variant);
  background: #fff;
  border-radius: 48px;
  padding: 4rem;
  animation: .5s ease-out Page-module__9NrG3W__slideUpFade;
  box-shadow: 0 20px 40px -10px #0000000d;
}

.Page-module__9NrG3W__kommoHeader {
  text-align: center;
  max-width: 800px;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.Page-module__9NrG3W__kommoHeader h3 {
  color: var(--md-sys-color-on-surface);
  letter-spacing: -1px;
  margin: 1rem 0;
  font-size: 2.5rem;
  font-weight: 800;
}

.Page-module__9NrG3W__kommoHeader p {
  color: var(--md-sys-color-on-surface-variant);
  font-size: 1.1rem;
  line-height: 1.6;
}

.Page-module__9NrG3W__interactiveSplit {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
  display: grid;
}

.Page-module__9NrG3W__featuresSelector {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.Page-module__9NrG3W__kommoCard {
  background: var(--md-sys-color-surface);
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 20px;
  flex-direction: column;
  padding: 1.5rem;
  transition: all .3s;
  display: flex;
}

.Page-module__9NrG3W__kommoCard:hover {
  background: #fff3e0;
  transform: translateX(10px);
}

.Page-module__9NrG3W__cardActive {
  border-color: var(--md-sys-color-primary);
  background: #fff;
  transform: translateX(10px);
  box-shadow: 0 10px 30px #f57c0026;
}

.Page-module__9NrG3W__kommoIcon {
  background: #fff;
  border-radius: 12px;
  width: 44px;
  height: 44px;
  margin-bottom: 1rem;
  padding: 8px;
  box-shadow: 0 4px 10px #0000000d;
}

.Page-module__9NrG3W__kommoCard h4 {
  color: var(--md-sys-color-on-surface);
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.Page-module__9NrG3W__kommoCard p {
  color: var(--md-sys-color-on-surface-variant);
  font-size: .95rem;
  line-height: 1.5;
}

.Page-module__9NrG3W__mockupContainer {
  justify-content: center;
  display: flex;
  position: relative;
}

.Page-module__9NrG3W__bentoGrid {
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
  display: grid;
}

.Page-module__9NrG3W__bentoCard {
  background: var(--md-sys-color-surface);
  border: 1px solid var(--md-sys-color-outline-variant);
  border-radius: var(--md-sys-shape-corner-large);
  padding: 2rem;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.Page-module__9NrG3W__bentoCard:hover {
  background: var(--md-sys-color-primary-container);
  border-color: #0000;
  transform: scale(1.02);
}

.Page-module__9NrG3W__colSpan3 {
  grid-column: span 3;
}

.Page-module__9NrG3W__colSpan2 {
  grid-column: span 2;
}

.Page-module__9NrG3W__referralSection {
  border-radius: var(--md-sys-shape-corner-extra-large);
  border: 1px solid var(--md-sys-color-outline-variant);
  background: #fff;
  margin: 2rem 0;
  overflow: hidden;
}

.Page-module__9NrG3W__referralContainer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.Page-module__9NrG3W__headerIcon {
  background: var(--md-sys-color-primary-container);
  width: 80px;
  height: 80px;
  color: var(--md-sys-color-on-primary-container);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1.5rem;
  font-size: 2rem;
  display: flex;
  transform: rotate(-5deg);
}

.Page-module__9NrG3W__dashboardGrid {
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
  gap: 3rem;
  margin-bottom: 5rem;
  display: grid;
}

.Page-module__9NrG3W__m3Card {
  border: 1px solid var(--md-sys-color-outline-variant);
  background: linear-gradient(145deg, #fff, #fff8f0);
  border-radius: 28px;
  padding: 2.5rem;
  position: relative;
  box-shadow: 0 20px 40px -10px #00000014;
}

.Page-module__9NrG3W__codeSection h4 {
  color: var(--md-sys-color-on-surface);
  margin: 1rem 0 .5rem;
  font-size: 1.4rem;
}

.Page-module__9NrG3W__codePill {
  border: 2px dashed var(--md-sys-color-outline);
  background: #fff;
  border-radius: 50px;
  align-items: center;
  margin-top: 1rem;
  padding: .5rem .5rem .5rem 1.5rem;
  display: inline-flex;
}

.Page-module__9NrG3W__codeText {
  color: var(--md-sys-color-primary);
  margin-right: 1rem;
  font-family: monospace;
  font-size: 1.5rem;
  font-weight: 700;
}

.Page-module__9NrG3W__copyBtn {
  background: var(--md-sys-color-on-surface);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.Page-module__9NrG3W__stepsContainer {
  flex-direction: column;
  display: flex;
}

.Page-module__9NrG3W__stepItem {
  gap: 1.5rem;
  display: flex;
}

.Page-module__9NrG3W__stepBadge {
  background: var(--md-sys-color-primary);
  color: #fff;
  border-radius: 16px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
}

.Page-module__9NrG3W__stepInfo h3 {
  color: var(--md-sys-color-on-surface);
  margin-bottom: .25rem;
  font-size: 1.25rem;
}

.Page-module__9NrG3W__stepLine {
  background: var(--md-sys-color-outline-variant);
  width: 2px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 23px;
}

.Page-module__9NrG3W__whitelabelPromo {
  color: #fff;
  background: #1e1e1e;
  border-radius: 32px;
  grid-template-columns: 1fr 300px;
  align-items: center;
  gap: 3rem;
  padding: 4rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.Page-module__9NrG3W__wlBadge {
  color: #ffb74d;
  text-transform: uppercase;
  background: #ffffff1a;
  border-radius: 50px;
  margin-bottom: 1.5rem;
  padding: 6px 16px;
  font-size: .8rem;
  font-weight: 700;
  display: inline-block;
}

.Page-module__9NrG3W__wlContent h2 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.Page-module__9NrG3W__wlBenefitsList {
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
  list-style: none;
  display: flex;
}

.Page-module__9NrG3W__wlBenefitsList li {
  color: #e3e3e3;
  align-items: center;
  gap: .75rem;
  display: flex;
}

.Page-module__9NrG3W__whatsappBtn {
  color: #fff;
  cursor: pointer;
  background: #25d366;
  border: none;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  width: 100%;
  height: 60px;
  font-size: 1.1rem;
  font-weight: 700;
  transition: transform .2s;
  display: flex;
}

.Page-module__9NrG3W__whatsappBtn:hover {
  transform: scale(1.05);
}

.Page-module__9NrG3W__faqGrid {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.Page-module__9NrG3W__faqItem {
  background: var(--md-sys-color-surface);
  border: 1px solid var(--md-sys-color-outline-variant);
  border-radius: 16px;
  transition: all .3s;
  overflow: hidden;
}

.Page-module__9NrG3W__faqItem[open] {
  background: var(--md-sys-color-primary-container);
  border-color: #0000;
}

.Page-module__9NrG3W__faqSummary {
  color: var(--md-sys-color-on-surface);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  list-style: none;
  display: flex;
}

.Page-module__9NrG3W__faqSummary::-webkit-details-marker {
  display: none;
}

.Page-module__9NrG3W__faqContent {
  color: var(--md-sys-color-on-surface-variant);
  padding: 0 1.5rem 1.5rem;
  line-height: 1.6;
  animation: .3s ease-out Page-module__9NrG3W__fadeIn;
}

.Page-module__9NrG3W__faqIcon {
  color: var(--md-sys-color-primary);
  transition: transform .3s;
}

.Page-module__9NrG3W__faqItem[open] .Page-module__9NrG3W__faqIcon {
  transform: rotate(45deg);
}

.Page-module__9NrG3W__comparisonGrid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
}

.Page-module__9NrG3W__comparisonCard {
  border-radius: 28px;
  padding: 3rem;
  transition: transform .3s;
  position: relative;
}

.Page-module__9NrG3W__cardHeader h3 {
  margin-bottom: .5rem;
  font-size: 2rem;
  font-weight: 800;
}

.Page-module__9NrG3W__cardHeader span {
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: .7;
  font-size: .8rem;
  font-weight: 700;
}

.Page-module__9NrG3W__comparisonList {
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
  list-style: none;
  display: flex;
}

.Page-module__9NrG3W__comparisonList li {
  align-items: flex-start;
  gap: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.Page-module__9NrG3W__cardBad {
  color: #64748b;
  background-color: #f1f5f9;
  border: 1px solid #e2e8f0;
}

.Page-module__9NrG3W__cardBad .Page-module__9NrG3W__cardHeader h3 {
  color: #475569;
}

.Page-module__9NrG3W__badItem svg {
  color: #ef4444;
  flex-shrink: 0;
}

.Page-module__9NrG3W__cardGood {
  border: 2px solid var(--md-sys-color-primary);
  color: var(--md-sys-color-on-surface);
  z-index: 10;
  background-color: #fff7ed;
  transform: scale(1.05);
  box-shadow: 0 20px 40px -10px #f9731633;
}

.Page-module__9NrG3W__cardGood .Page-module__9NrG3W__cardHeader h3 {
  color: var(--md-sys-color-primary);
}

.Page-module__9NrG3W__goodItem svg {
  color: var(--md-sys-color-primary);
  fill: var(--md-sys-color-primary-container);
  flex-shrink: 0;
}

.Page-module__9NrG3W__popularBadge {
  background-color: var(--md-sys-color-primary);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  padding: .5rem 1.5rem;
  font-size: .75rem;
  font-weight: 700;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 10px #f973164d;
}

@keyframes Page-module__9NrG3W__slideUpFade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes Page-module__9NrG3W__fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .Page-module__9NrG3W__interactiveSplit {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .Page-module__9NrG3W__contentWrapper {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 2rem;
  }

  .Page-module__9NrG3W__tabImage {
    transform: none;
  }

  .Page-module__9NrG3W__textContent h3 {
    font-size: 1.75rem;
  }

  .Page-module__9NrG3W__heroTitle {
    font-size: 2.5rem;
  }

  .Page-module__9NrG3W__bentoGrid {
    grid-template-columns: 1fr;
  }

  .Page-module__9NrG3W__colSpan3, .Page-module__9NrG3W__colSpan2 {
    grid-column: span 1;
  }

  .Page-module__9NrG3W__dashboardGrid {
    grid-template-columns: 1fr;
  }

  .Page-module__9NrG3W__whitelabelPromo {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .Page-module__9NrG3W__wlBenefitsList {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .Page-module__9NrG3W__comparisonGrid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .Page-module__9NrG3W__cardGood {
    order: -1;
    transform: scale(1);
  }
}

@media (max-width: 600px) {
  .Page-module__9NrG3W__faqSummary {
    padding: 1rem;
    font-size: 1rem;
  }
}

.Page-module__9NrG3W__marqueeContainer {
  width: 100%;
  padding: 1rem 0;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
  mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
}

.Page-module__9NrG3W__marqueeTrack {
  opacity: .6;
  filter: grayscale(20%);
  align-items: center;
  gap: 4rem;
  width: max-content;
  transition: all .3s;
  animation: 30s linear infinite Page-module__9NrG3W__scrollMarquee;
  display: flex;
}

.Page-module__9NrG3W__marqueeContainer:hover .Page-module__9NrG3W__marqueeTrack {
  opacity: 1;
  filter: grayscale(0%);
  animation-play-state: paused;
}

.Page-module__9NrG3W__integrationItem {
  cursor: default;
  align-items: center;
  gap: 12px;
  transition: transform .2s;
  display: flex;
}

.Page-module__9NrG3W__integrationItem:hover {
  transform: scale(1.1);
}

@keyframes Page-module__9NrG3W__scrollMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 2rem));
  }
}

@media (max-width: 900px) {
  .Page-module__9NrG3W__tabs {
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 10px;
    overflow-x: auto;
  }

  .Page-module__9NrG3W__tabButton {
    scroll-snap-align: start;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .Page-module__9NrG3W__tabContent {
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding: 1rem 0 2rem;
    overflow: auto hidden;
    box-shadow: inset -20px 0 20px -20px #0000001a;
  }

  .Page-module__9NrG3W__tabContent > div {
    transform-origin: 0 0;
    min-width: 800px;
    margin: 0 auto;
    transform: scale(.85);
  }
}

.Page-module__9NrG3W__modulosSection {
  position: relative;
  overflow: hidden;
  background: linear-gradient(#f8fafc 0%, #fff7ed 40% 60%, #f8fafc 100%) !important;
}

.Page-module__9NrG3W__floatingIconsLayer {
  pointer-events: none;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.Page-module__9NrG3W__floatIcon {
  color: #ea580c;
  opacity: .03;
  position: absolute;
}

.Page-module__9NrG3W__icon1 {
  width: 250px;
  height: 250px;
  animation: 25s ease-in-out infinite Page-module__9NrG3W__floatAnim1;
  top: 5%;
  left: -2%;
}

.Page-module__9NrG3W__icon2 {
  width: 300px;
  height: 300px;
  animation: 30s ease-in-out infinite Page-module__9NrG3W__floatAnim2;
  top: 25%;
  right: -5%;
}

.Page-module__9NrG3W__icon3 {
  width: 180px;
  height: 180px;
  animation: 20s ease-in-out infinite reverse Page-module__9NrG3W__floatAnim1;
  top: 45%;
  left: 5%;
}

.Page-module__9NrG3W__icon4 {
  width: 220px;
  height: 220px;
  animation: 35s ease-in-out infinite reverse Page-module__9NrG3W__floatAnim2;
  top: 65%;
  right: 10%;
}

.Page-module__9NrG3W__icon5 {
  width: 280px;
  height: 280px;
  animation: 28s ease-in-out infinite Page-module__9NrG3W__floatAnim1;
  bottom: 10%;
  left: -3%;
}

@keyframes Page-module__9NrG3W__floatAnim1 {
  0%, 100% {
    transform: translate(0)rotate(0);
  }

  50% {
    transform: translate(40px, -40px)rotate(15deg);
  }
}

@keyframes Page-module__9NrG3W__floatAnim2 {
  0%, 100% {
    transform: translate(0)rotate(0);
  }

  50% {
    transform: translate(-50px, 30px)rotate(-15deg);
  }
}

.Page-module__9NrG3W__partnerSection {
  background: #f8fafc;
  padding: 6rem 0;
}

.Page-module__9NrG3W__referralContainer {
  flex-direction: column;
  gap: 4rem;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
}

.Page-module__9NrG3W__referralHeader {
  text-align: center;
  margin-bottom: 1rem;
}

.Page-module__9NrG3W__headerIcon {
  color: #ea580c;
  background: #ffedd5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  display: flex;
}

.Page-module__9NrG3W__dashboardGrid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
  display: grid;
}

.Page-module__9NrG3W__m3Card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 3rem;
  box-shadow: 0 20px 40px -15px #0000000d;
}

.Page-module__9NrG3W__codeSection {
  text-align: center;
}

.Page-module__9NrG3W__codePill {
  background: #f8fafc;
  border: 2px dashed #cbd5e1;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  padding: 12px 20px;
  display: flex;
}

.Page-module__9NrG3W__codeText {
  color: #0f172a;
  letter-spacing: 1px;
  font-family: monospace;
  font-size: 1.8rem;
  font-weight: 800;
}

.Page-module__9NrG3W__copyBtn {
  color: #2563eb;
  cursor: pointer;
  background: #eff6ff;
  border: none;
  border-radius: 12px;
  padding: 12px;
  transition: all .2s;
}

.Page-module__9NrG3W__copyBtn:hover {
  color: #fff;
  background: #2563eb;
  transform: scale(1.05);
}

.Page-module__9NrG3W__stepsContainer {
  flex-direction: column;
  gap: 0;
  display: flex;
}

.Page-module__9NrG3W__stepItem {
  align-items: flex-start;
  gap: 1.5rem;
  display: flex;
  position: relative;
}

.Page-module__9NrG3W__stepBadge {
  color: #ea580c;
  z-index: 2;
  background: #ffedd5;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 1.2rem;
  font-weight: 800;
  display: flex;
}

.Page-module__9NrG3W__stepInfo h3 {
  color: #1e293b;
  margin-bottom: .25rem;
  font-size: 1.3rem;
  font-weight: 800;
}

.Page-module__9NrG3W__stepLine {
  z-index: 1;
  background: #e2e8f0;
  width: 2px;
  height: 40px;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-left: 23px;
}

.Page-module__9NrG3W__whitelabelPromo {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  border: 1px solid #334155;
  border-radius: 32px;
  align-items: center;
  gap: 4rem;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px -15px #ea580c33;
}

.Page-module__9NrG3W__whitelabelPromo:before {
  content: "";
  filter: blur(40px);
  pointer-events: none;
  background: radial-gradient(circle, #ea580c26 0%, #0000 70%);
  width: 500px;
  height: 500px;
  position: absolute;
  top: -50%;
  right: -10%;
}

.Page-module__9NrG3W__wlContent {
  z-index: 1;
  flex: 2;
}

.Page-module__9NrG3W__wlBadge {
  color: #f97316;
  text-transform: uppercase;
  background: #ea580c26;
  border: 1px solid #ea580c4d;
  border-radius: 50px;
  margin-bottom: 1rem;
  padding: 6px 16px;
  font-size: .8rem;
  font-weight: 800;
  display: inline-block;
}

.Page-module__9NrG3W__wlContent h2 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1;
}

.Page-module__9NrG3W__wlBenefitsList {
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.Page-module__9NrG3W__wlBenefitsList li {
  color: #cbd5e1;
  align-items: center;
  gap: 10px;
  font-size: 1.05rem;
  font-weight: 600;
  display: flex;
}

.Page-module__9NrG3W__wlBenefitsList li strong {
  color: #fff;
}

.Page-module__9NrG3W__wlAction {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  gap: 1rem;
  display: flex;
}

.Page-module__9NrG3W__whatsappBtn {
  color: #fff;
  background: #ea580c;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px 24px;
  font-size: 1.1rem;
  font-weight: 800;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 10px 20px #ea580c4d;
}

.Page-module__9NrG3W__whatsappBtn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px #ea580c66;
}

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

  .Page-module__9NrG3W__whitelabelPromo {
    flex-direction: column;
    padding: 2rem;
  }

  .Page-module__9NrG3W__wlBenefitsList {
    grid-template-columns: 1fr;
  }
}

/* [project]/src/components/PricingCalculator.module.css [app-client] (css) */
.PricingCalculator-module__8Q-Pxq__planTabs {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 3.5rem;
  display: flex;
}

.PricingCalculator-module__8Q-Pxq__tabBtn {
  border: 1px solid var(--md-sys-color-outline-variant);
  color: var(--md-sys-color-on-surface-variant);
  cursor: pointer;
  background: #fff;
  border-radius: 50px;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  font-size: 1.05rem;
  font-weight: 700;
  transition: all .3s cubic-bezier(.34, 1.56, .64, 1);
  display: flex;
  position: relative;
}

.PricingCalculator-module__8Q-Pxq__tabBtn:hover {
  background: var(--md-sys-color-surface-container-lowest);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px #0000000d;
}

.PricingCalculator-module__8Q-Pxq__tabBtn.PricingCalculator-module__8Q-Pxq__active {
  background: var(--md-sys-color-primary);
  color: #fff;
  border-color: var(--md-sys-color-primary);
  transform: scale(1.05);
  box-shadow: 0 12px 24px #ea580c4d;
}

.PricingCalculator-module__8Q-Pxq__tabBadge {
  text-transform: uppercase;
  letter-spacing: .5px;
  z-index: 10;
  border-radius: 50px;
  padding: 4px 12px;
  font-size: .7rem;
  font-weight: 800;
  animation: .5s cubic-bezier(.34, 1.56, .64, 1) PricingCalculator-module__8Q-Pxq__popIn;
  position: absolute;
  top: -14px;
  right: -10px;
  box-shadow: 0 4px 12px #00000026;
}

.PricingCalculator-module__8Q-Pxq__badgeGreen {
  color: #fff;
  background: #10b981;
  border: 2px solid #fff;
}

.PricingCalculator-module__8Q-Pxq__badgeOrange {
  color: #fff;
  background: #f59e0b;
  border: 2px solid #fff;
}

.PricingCalculator-module__8Q-Pxq__tabBtn.PricingCalculator-module__8Q-Pxq__active .PricingCalculator-module__8Q-Pxq__badgeGreen {
  box-shadow: 0 4px 12px #10b98166;
}

.PricingCalculator-module__8Q-Pxq__tabBtn.PricingCalculator-module__8Q-Pxq__active .PricingCalculator-module__8Q-Pxq__badgeOrange {
  box-shadow: 0 4px 12px #f59e0b66;
}

.PricingCalculator-module__8Q-Pxq__tabBtn:hover {
  background: var(--md-sys-color-surface-container-lowest);
  transform: translateY(-2px);
}

.PricingCalculator-module__8Q-Pxq__tabBtn.PricingCalculator-module__8Q-Pxq__active {
  background: var(--md-sys-color-primary);
  color: #fff;
  border-color: var(--md-sys-color-primary);
  box-shadow: 0 10px 20px #f57c0040;
}

.PricingCalculator-module__8Q-Pxq__calculatorWrapper {
  grid-template-columns: 1fr 400px;
  align-items: start;
  gap: 3rem;
  display: grid;
}

.PricingCalculator-module__8Q-Pxq__modulesSection {
  flex-direction: column;
  display: flex;
}

.PricingCalculator-module__8Q-Pxq__sectionHeader {
  margin-bottom: 1.5rem;
}

.PricingCalculator-module__8Q-Pxq__sectionHeader h3 {
  color: var(--md-sys-color-on-surface);
  margin-bottom: .25rem;
  font-size: 1.5rem;
  font-weight: 800;
}

.PricingCalculator-module__8Q-Pxq__sectionHeader p {
  color: var(--md-sys-color-on-surface-variant);
  font-size: .95rem;
}

.PricingCalculator-module__8Q-Pxq__grid {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
  display: grid;
}

.PricingCalculator-module__8Q-Pxq__moduleCard {
  background: var(--md-sys-color-surface);
  border: 1px solid var(--md-sys-color-outline-variant);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 16px;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem;
  transition: all .2s cubic-bezier(.34, 1.56, .64, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.PricingCalculator-module__8Q-Pxq__moduleCard.PricingCalculator-module__8Q-Pxq__freeBonus {
  pointer-events: none;
  background: #f0fdf4;
  border-color: #10b981;
}

.PricingCalculator-module__8Q-Pxq__moduleCard.PricingCalculator-module__8Q-Pxq__lockedPack {
  pointer-events: none;
  opacity: .9;
}

.PricingCalculator-module__8Q-Pxq__moduleCard.PricingCalculator-module__8Q-Pxq__lockedPack .PricingCalculator-module__8Q-Pxq__checkbox {
  background: var(--md-sys-color-outline);
  border-color: var(--md-sys-color-outline);
}

.PricingCalculator-module__8Q-Pxq__moduleCard:hover:not(.PricingCalculator-module__8Q-Pxq__freeBonus):not(.PricingCalculator-module__8Q-Pxq__lockedPack) {
  border-color: var(--md-sys-color-primary);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px #f57c0014;
}

.PricingCalculator-module__8Q-Pxq__moduleCard.PricingCalculator-module__8Q-Pxq__active:not(.PricingCalculator-module__8Q-Pxq__freeBonus) {
  background: color-mix(in srgb, var(--md-sys-color-primary) 5%, transparent);
  border-color: var(--md-sys-color-primary);
  box-shadow: 0 4px 12px #f57c001a;
}

.PricingCalculator-module__8Q-Pxq__cardHeader {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.PricingCalculator-module__8Q-Pxq__iconWrapper {
  background: var(--md-sys-color-surface-container-highest);
  width: 40px;
  height: 40px;
  color: var(--md-sys-color-on-surface-variant);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.PricingCalculator-module__8Q-Pxq__moduleCard.PricingCalculator-module__8Q-Pxq__active .PricingCalculator-module__8Q-Pxq__iconWrapper {
  background: var(--md-sys-color-primary);
  color: #fff;
}

.PricingCalculator-module__8Q-Pxq__moduleCard.PricingCalculator-module__8Q-Pxq__freeBonus .PricingCalculator-module__8Q-Pxq__iconWrapper {
  color: #fff;
  background: #10b981;
}

.PricingCalculator-module__8Q-Pxq__checkbox {
  border: 2px solid var(--md-sys-color-outline);
  color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  transition: all .2s;
  display: flex;
}

.PricingCalculator-module__8Q-Pxq__moduleCard.PricingCalculator-module__8Q-Pxq__active .PricingCalculator-module__8Q-Pxq__checkbox {
  background: var(--md-sys-color-primary);
  border-color: var(--md-sys-color-primary);
}

.PricingCalculator-module__8Q-Pxq__moduleCard.PricingCalculator-module__8Q-Pxq__freeBonus .PricingCalculator-module__8Q-Pxq__checkbox {
  background: #10b981;
  border-color: #10b981;
}

.PricingCalculator-module__8Q-Pxq__modInfo {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.PricingCalculator-module__8Q-Pxq__modName {
  color: var(--md-sys-color-on-surface);
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.3;
}

.PricingCalculator-module__8Q-Pxq__priceWrapper {
  align-items: center;
  gap: 6px;
  display: flex;
}

.PricingCalculator-module__8Q-Pxq__modPrice {
  color: var(--md-sys-color-primary);
  font-size: .85rem;
  font-weight: 800;
}

.PricingCalculator-module__8Q-Pxq__priceStrikethrough {
  color: var(--md-sys-color-outline);
  font-size: .75rem;
  text-decoration: line-through;
}

.PricingCalculator-module__8Q-Pxq__priceFree {
  color: #10b981;
  text-transform: uppercase;
  letter-spacing: .5px;
  background: #dcfce7;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: .85rem;
  font-weight: 800;
}

.PricingCalculator-module__8Q-Pxq__addonsList {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.PricingCalculator-module__8Q-Pxq__addonRow {
  border: 1px solid var(--md-sys-color-outline-variant);
  background: #fff;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  transition: all .2s;
  display: flex;
}

.PricingCalculator-module__8Q-Pxq__addonRow.PricingCalculator-module__8Q-Pxq__requiredHighlight {
  background: #fef2f2;
  border-color: #ef4444;
  animation: 2s infinite PricingCalculator-module__8Q-Pxq__pulseError;
}

@keyframes PricingCalculator-module__8Q-Pxq__pulseError {
  0% {
    box-shadow: 0 0 #ef444466;
  }

  70% {
    box-shadow: 0 0 0 6px #ef444400;
  }

  100% {
    box-shadow: 0 0 #ef444400;
  }
}

.PricingCalculator-module__8Q-Pxq__addonInfo {
  flex-direction: column;
  display: flex;
}

.PricingCalculator-module__8Q-Pxq__addonName {
  color: var(--md-sys-color-on-surface);
  font-size: .95rem;
  font-weight: 700;
}

.PricingCalculator-module__8Q-Pxq__addonPrice {
  color: var(--md-sys-color-outline);
  font-size: .85rem;
  font-weight: 600;
}

.PricingCalculator-module__8Q-Pxq__counter {
  background: var(--md-sys-color-surface-container-lowest);
  border: 1px solid var(--md-sys-color-outline-variant);
  border-radius: 50px;
  align-items: center;
  gap: 1rem;
  padding: 6px;
  display: flex;
}

.PricingCalculator-module__8Q-Pxq__counter button {
  width: 36px;
  height: 36px;
  color: var(--md-sys-color-on-surface);
  cursor: pointer;
  background: #fff;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 4px #0000000d;
}

.PricingCalculator-module__8Q-Pxq__counter button:hover:not(:disabled) {
  background: var(--md-sys-color-primary-container);
  color: var(--md-sys-color-primary);
  transform: scale(1.05);
}

.PricingCalculator-module__8Q-Pxq__counter button:disabled {
  opacity: .3;
  cursor: not-allowed;
  box-shadow: none;
}

.PricingCalculator-module__8Q-Pxq__counter span {
  text-align: center;
  width: 24px;
  font-size: 1.1rem;
  font-weight: 800;
}

.PricingCalculator-module__8Q-Pxq__summarySection {
  position: relative;
}

.PricingCalculator-module__8Q-Pxq__summarySticky {
  border: 1px solid var(--md-sys-color-outline-variant);
  background: #fff;
  border-radius: 24px;
  position: sticky;
  top: 100px;
  overflow: hidden;
  box-shadow: 0 20px 40px -10px #0000001a;
}

.PricingCalculator-module__8Q-Pxq__summaryHeader {
  background: var(--md-sys-color-surface-container-lowest);
  border-bottom: 1px solid var(--md-sys-color-outline-variant);
  padding: 1.5rem;
}

.PricingCalculator-module__8Q-Pxq__summaryHeader h4 {
  color: var(--md-sys-color-on-surface);
  margin: 0;
  font-size: 1.25rem;
  font-weight: 800;
}

.PricingCalculator-module__8Q-Pxq__summaryBody {
  min-height: 150px;
  max-height: 400px;
  padding: 1.5rem;
  overflow-y: auto;
}

.PricingCalculator-module__8Q-Pxq__emptyState {
  text-align: center;
  color: var(--md-sys-color-outline);
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2rem 0;
  display: flex;
}

.PricingCalculator-module__8Q-Pxq__summaryList {
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.PricingCalculator-module__8Q-Pxq__summaryList li {
  color: var(--md-sys-color-on-surface);
  justify-content: space-between;
  align-items: center;
  font-size: .95rem;
  display: flex;
}

.PricingCalculator-module__8Q-Pxq__summaryList li span:last-child {
  font-weight: 700;
}

.PricingCalculator-module__8Q-Pxq__addonItem {
  border-left: 2px solid var(--md-sys-color-outline-variant);
  padding-left: 1rem;
  color: var(--md-sys-color-on-surface-variant) !important;
  font-size: .85rem !important;
}

.PricingCalculator-module__8Q-Pxq__summaryFooter {
  background: var(--md-sys-color-surface-container-lowest);
  border-top: 1px dashed var(--md-sys-color-outline-variant);
  padding: 1.5rem;
}

.PricingCalculator-module__8Q-Pxq__savingsBox {
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #10b981, #059669);
  border-radius: 12px;
  margin-bottom: 1.5rem;
  padding: 12px;
  animation: .4s PricingCalculator-module__8Q-Pxq__popIn;
  box-shadow: 0 8px 16px #10b98140;
}

.PricingCalculator-module__8Q-Pxq__savingsBox p {
  opacity: .9;
  margin: 0;
  font-size: .85rem;
  font-weight: 600;
}

.PricingCalculator-module__8Q-Pxq__savingsBox h5 {
  margin: 4px 0 0;
  font-size: 1.1rem;
  font-weight: 800;
}

.PricingCalculator-module__8Q-Pxq__validationBox {
  background-color: #fef2f2;
  border: 1px solid #f87171;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  padding: 1rem;
}

.PricingCalculator-module__8Q-Pxq__validationHeader {
  color: #b91c1c;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: .9rem;
  font-weight: 800;
  display: flex;
}

.PricingCalculator-module__8Q-Pxq__validationBox ul {
  color: #991b1b;
  margin: 0;
  padding-left: 1.2rem;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1.5;
}

.PricingCalculator-module__8Q-Pxq__totalRow {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.PricingCalculator-module__8Q-Pxq__totalRow span:first-child {
  color: var(--md-sys-color-on-surface-variant);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .85rem;
  font-weight: 700;
}

.PricingCalculator-module__8Q-Pxq__totalPrice {
  color: var(--md-sys-color-primary);
  font-size: 2.2rem;
  font-weight: 800;
}

.PricingCalculator-module__8Q-Pxq__ctaButton {
  background: var(--md-sys-color-primary);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  width: 100%;
  height: 56px;
  font-size: 1.1rem;
  font-weight: 700;
  transition: all .3s;
  display: flex;
  box-shadow: 0 8px 20px #f57c004d;
}

.PricingCalculator-module__8Q-Pxq__ctaButton:hover:not(:disabled) {
  background: #d66c00;
  transform: translateY(-3px);
  box-shadow: 0 12px 25px #f57c0066;
}

.PricingCalculator-module__8Q-Pxq__ctaButton:disabled {
  background: var(--md-sys-color-outline-variant);
  color: var(--md-sys-color-outline);
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.PricingCalculator-module__8Q-Pxq__disclaimer {
  text-align: center;
  color: var(--md-sys-color-outline);
  margin-top: 1rem;
  font-size: .75rem;
  font-weight: 600;
}

@keyframes PricingCalculator-module__8Q-Pxq__popIn {
  0% {
    opacity: 0;
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 1024px) {
  .PricingCalculator-module__8Q-Pxq__calculatorWrapper {
    grid-template-columns: 1fr;
  }

  .PricingCalculator-module__8Q-Pxq__summarySticky {
    position: static;
  }
}

/* [project]/src/components/hero/IntroAnimation.module.css [app-client] (css) */
.IntroAnimation-module__4W85cW__overlay {
  z-index: 999999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  animation: 1.2s ease-in-out 2.8s forwards IntroAnimation-module__4W85cW__fadeOutOverlay;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.IntroAnimation-module__4W85cW__textContainer {
  letter-spacing: -2px;
  color: #0f172a;
  align-items: center;
  gap: 12px;
  font-size: 4.5rem;
  display: flex;
}

.IntroAnimation-module__4W85cW__staticText {
  font-weight: 300;
}

.IntroAnimation-module__4W85cW__dynamicTextWrapper {
  min-width: 250px;
  display: inline-block;
}

.IntroAnimation-module__4W85cW__dynamicWord {
  color: #ea580c;
  font-weight: 500;
  animation: .6s cubic-bezier(.22, 1, .36, 1) forwards IntroAnimation-module__4W85cW__blurSlideIn;
  display: inline-block;
}

@keyframes IntroAnimation-module__4W85cW__blurSlideIn {
  0% {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(10px)scale(.98);
  }

  100% {
    opacity: 1;
    filter: blur();
    transform: translateY(0)scale(1);
  }
}

@keyframes IntroAnimation-module__4W85cW__fadeOutOverlay {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}

@media (max-width: 768px) {
  .IntroAnimation-module__4W85cW__textContainer {
    flex-direction: column;
    gap: 0;
    font-size: 2.8rem;
  }

  .IntroAnimation-module__4W85cW__dynamicTextWrapper {
    text-align: center;
    min-width: auto;
  }
}

/* [project]/src/components/hero/HeroSection.module.css [app-client] (css) */
.HeroSection-module__fYnnSG__hero {
  background-color: #fffaf5;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  align-items: center;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.HeroSection-module__fYnnSG__glowOrb {
  filter: blur(120px);
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
  animation: 10s ease-in-out infinite alternate HeroSection-module__fYnnSG__pulseOrb;
  position: absolute;
}

.HeroSection-module__fYnnSG__orbOrange {
  background: #ea580c66;
  width: 700px;
  height: 700px;
  top: -200px;
  left: -150px;
}

.HeroSection-module__fYnnSG__orbGold {
  background: #fbbf2459;
  width: 600px;
  height: 600px;
  animation-delay: -5s;
  bottom: -150px;
  right: -100px;
}

.HeroSection-module__fYnnSG__heroGrid {
  transform-origin: bottom;
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(to right, #ea580c14 1px, #0000 1px), linear-gradient(to top, #ea580c14 1px, #0000 1px);
  background-size: 60px 60px;
  width: 200%;
  height: 80%;
  animation: 3s linear infinite HeroSection-module__fYnnSG__gridScroll;
  position: absolute;
  bottom: -10%;
  left: -50%;
  transform: perspective(1000px)rotateX(75deg);
  -webkit-mask-image: linear-gradient(to top, #000 5%, #0000 70%);
  mask-image: linear-gradient(to top, #000 5%, #0000 70%);
}

.HeroSection-module__fYnnSG__cursor {
  vertical-align: baseline;
  background-color: #ea580c;
  width: 5px;
  height: .85em;
  margin-left: 6px;
  animation: .8s infinite HeroSection-module__fYnnSG__blink;
  display: inline-block;
}

.HeroSection-module__fYnnSG__container {
  z-index: 10;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  position: relative;
}

.HeroSection-module__fYnnSG__textContent {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.HeroSection-module__fYnnSG__heroBadge {
  color: #1e293b;
  background: #f57c000d;
  border: 1px solid #f57c0033;
  border-radius: 50px;
  align-items: center;
  gap: 8px;
  margin-bottom: 2rem;
  padding: 6px 16px 6px 6px;
  font-size: .85rem;
  font-weight: 700;
  animation: .6s cubic-bezier(.34, 1.56, .64, 1) 3.2s backwards HeroSection-module__fYnnSG__popIn;
  display: inline-flex;
}

.HeroSection-module__fYnnSG__heroBadge span {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #ea580c;
  border-radius: 50px;
  padding: 2px 10px;
  font-size: .75rem;
}

.HeroSection-module__fYnnSG__heroTitle {
  color: #0f172a;
  letter-spacing: -2px;
  min-height: 140px;
  margin-bottom: 1.5rem;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1;
}

.HeroSection-module__fYnnSG__textGradient {
  background: linear-gradient(135deg, #ea580c 0%, #f59e0b 50%, #ea580c 100%);
  -webkit-text-fill-color: transparent;
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
}

.HeroSection-module__fYnnSG__heroDescription {
  color: #64748b;
  max-width: 90%;
  margin-bottom: 3rem;
  font-size: 1.15rem;
  line-height: 1.6;
  animation: .8s 3.8s backwards HeroSection-module__fYnnSG__fadeInUp;
}

.HeroSection-module__fYnnSG__heroActions {
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
  animation: .8s 4s backwards HeroSection-module__fYnnSG__fadeInUp;
  display: flex;
}

.HeroSection-module__fYnnSG__btnPrimary {
  color: #fff;
  cursor: pointer;
  background: #ea580c;
  border: none;
  border-radius: 50px;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  font-size: 1.05rem;
  font-weight: 800;
  text-decoration: none;
  transition: all .3s cubic-bezier(.34, 1.56, .64, 1);
  display: inline-flex;
  box-shadow: 0 8px 24px #ea580c4d;
}

.HeroSection-module__fYnnSG__btnPrimary:hover {
  background: #d64a05;
  transform: translateY(-3px)scale(1.02);
  box-shadow: 0 15px 30px #ea580c66;
}

.HeroSection-module__fYnnSG__btnSecondary {
  color: #0f172a;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ea580c33;
  border-radius: 50px;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s cubic-bezier(.34, 1.56, .64, 1);
  display: inline-flex;
  box-shadow: 0 4px 10px #00000005;
}

.HeroSection-module__fYnnSG__btnSecondary:hover {
  color: #ea580c;
  background: #ea580c0d;
  border-color: #ea580c66;
  transform: translateY(-3px);
}

.HeroSection-module__fYnnSG__trustBadges {
  flex-direction: column;
  align-items: flex-start;
  animation: .8s 4.2s backwards HeroSection-module__fYnnSG__fadeInUp;
  display: flex;
}

.HeroSection-module__fYnnSG__trustBadges p {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #94a3b8;
  margin-bottom: 12px;
  font-size: .75rem;
  font-weight: 700;
}

.HeroSection-module__fYnnSG__badgesRow {
  align-items: center;
  gap: 2rem;
  display: flex;
}

.HeroSection-module__fYnnSG__separator {
  background: #e2e8f0;
  width: 1px;
  height: 30px;
}

.HeroSection-module__fYnnSG__visualContent {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  animation: 1.2s 3.5s backwards HeroSection-module__fYnnSG__fadeIn;
  display: flex;
  position: relative;
}

.HeroSection-module__fYnnSG__radialContainer {
  width: 500px;
  height: 500px;
  position: relative;
}

.HeroSection-module__fYnnSG__connectingLines {
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.HeroSection-module__fYnnSG__line {
  stroke: #e2e8f0cc;
  stroke-width: 1.5px;
  stroke-dasharray: 4 4;
  animation: 20s linear infinite HeroSection-module__fYnnSG__march;
}

.HeroSection-module__fYnnSG__centerNode {
  z-index: 10;
  background: #fff;
  border: 4px solid #ffb74d;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  animation: 3s infinite alternate HeroSection-module__fYnnSG__pulseRing;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 30px #0000000d;
}

.HeroSection-module__fYnnSG__centerNode h3 {
  color: #0f172a;
  margin: 6px 0 0;
  font-size: 1.2rem;
  font-weight: 800;
}

.HeroSection-module__fYnnSG__centerNode span {
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 2px;
  font-size: .65rem;
}

.HeroSection-module__fYnnSG__orbitNode {
  z-index: 5;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transition: transform .3s;
  display: flex;
  position: absolute;
  transform: translate(-50%, -50%);
}

.HeroSection-module__fYnnSG__orbitNode:hover {
  z-index: 20;
  transform: translate(-50%, -50%)scale(1.15);
}

.HeroSection-module__fYnnSG__iconCircle {
  color: #ea580c;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 4px 15px #0000000a;
}

.HeroSection-module__fYnnSG__orbitNode:hover .HeroSection-module__fYnnSG__iconCircle {
  background: #fff7ed;
  border-color: #ffedd5;
}

.HeroSection-module__fYnnSG__nodeInfo {
  text-align: center;
}

.HeroSection-module__fYnnSG__nodeTitle {
  color: #1e293b;
  font-size: .85rem;
  font-weight: 700;
}

.HeroSection-module__fYnnSG__nodeSub {
  color: #94a3b8;
  background: #f1f5f9;
  border-radius: 50px;
  margin-top: 4px;
  padding: 2px 8px;
  font-size: .7rem;
  display: inline-block;
}

.HeroSection-module__fYnnSG__node1 {
  top: 0%;
  left: 50%;
}

.HeroSection-module__fYnnSG__node2 {
  top: 15%;
  left: 85%;
}

.HeroSection-module__fYnnSG__node3 {
  top: 50%;
  left: 100%;
}

.HeroSection-module__fYnnSG__node4 {
  top: 85%;
  left: 85%;
}

.HeroSection-module__fYnnSG__node5 {
  top: 100%;
  left: 50%;
}

.HeroSection-module__fYnnSG__node6 {
  top: 85%;
  left: 15%;
}

.HeroSection-module__fYnnSG__node7 {
  top: 50%;
  left: 0%;
}

.HeroSection-module__fYnnSG__node8 {
  top: 15%;
  left: 15%;
}

@keyframes HeroSection-module__fYnnSG__gridScroll {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 60px;
  }
}

@keyframes HeroSection-module__fYnnSG__pulseOrb {
  0% {
    opacity: .3;
    transform: scale(1)translate(0);
  }

  100% {
    opacity: .6;
    transform: scale(1.1)translate(30px, 30px);
  }
}

@keyframes HeroSection-module__fYnnSG__pulseRing {
  0% {
    border-color: #ffb74d;
    box-shadow: 0 0 #f57c0066;
  }

  100% {
    border-color: #ea580c;
    box-shadow: 0 0 0 20px #f57c0000;
  }
}

@keyframes HeroSection-module__fYnnSG__march {
  from {
    stroke-dashoffset: 100px;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes HeroSection-module__fYnnSG__popIn {
  0% {
    opacity: 0;
    transform: scale(.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes HeroSection-module__fYnnSG__fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes HeroSection-module__fYnnSG__fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes HeroSection-module__fYnnSG__blink {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@media (max-width: 1100px) {
  .HeroSection-module__fYnnSG__heroTitle {
    font-size: 3.5rem;
  }

  .HeroSection-module__fYnnSG__radialContainer {
    transform: scale(.85);
  }
}

@media (max-width: 900px) {
  .HeroSection-module__fYnnSG__container {
    text-align: center;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .HeroSection-module__fYnnSG__textContent {
    align-items: center;
  }

  .HeroSection-module__fYnnSG__heroDescription {
    margin: 0 auto 2rem;
  }

  .HeroSection-module__fYnnSG__heroActions {
    justify-content: center;
  }

  .HeroSection-module__fYnnSG__trustBadges {
    align-items: center;
  }

  .HeroSection-module__fYnnSG__radialContainer {
    margin-top: -2rem;
    transform: scale(.7);
  }

  .HeroSection-module__fYnnSG__heroTitle {
    min-height: 100px;
  }
}

@media (max-width: 600px) {
  .HeroSection-module__fYnnSG__hero {
    padding-top: 7rem;
    padding-bottom: 2rem;
  }

  .HeroSection-module__fYnnSG__heroTitle {
    letter-spacing: -1px;
    min-height: 80px;
    font-size: 2.2rem;
  }

  .HeroSection-module__fYnnSG__btnPrimary, .HeroSection-module__fYnnSG__btnSecondary {
    justify-content: center;
    width: 100%;
  }

  .HeroSection-module__fYnnSG__radialContainer {
    margin-top: -4rem;
    transform: scale(.55);
  }

  .HeroSection-module__fYnnSG__badgesRow {
    flex-direction: column;
    gap: 1.5rem;
  }

  .HeroSection-module__fYnnSG__separator {
    width: 60px;
    height: 1px;
  }
}

/* [project]/src/components/comparison/Comparison.module.css [app-client] (css) */
.Comparison-module__Vt2b4W__section {
  background-color: #f8fafc;
  padding: 6rem 1.5rem;
  position: relative;
  overflow: hidden;
}

.Comparison-module__Vt2b4W__container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

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

.Comparison-module__Vt2b4W__header h2 {
  color: #1e293b;
  letter-spacing: -1px;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 800;
}

.Comparison-module__Vt2b4W__header p {
  color: #64748b;
  font-size: 1.1rem;
}

.Comparison-module__Vt2b4W__grid {
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  display: grid;
  position: relative;
}

.Comparison-module__Vt2b4W__vsBadge {
  color: #94a3b8;
  z-index: 10;
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 1.2rem;
  font-weight: 800;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 25px #0000001a;
}

.Comparison-module__Vt2b4W__cardOld {
  opacity: .8;
  background: none;
  border: 2px dashed #cbd5e1;
  border-radius: 24px;
  padding: 3rem 2rem;
  transition: all .3s;
}

.Comparison-module__Vt2b4W__cardOld:hover {
  opacity: 1;
}

.Comparison-module__Vt2b4W__cardOld h3 {
  color: #64748b;
  margin-bottom: .5rem;
  font-size: 1.5rem;
}

.Comparison-module__Vt2b4W__oldSubtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #94a3b8;
  margin-bottom: 2rem;
  font-size: .8rem;
  font-weight: 700;
  display: inline-block;
}

.Comparison-module__Vt2b4W__listOld {
  flex-direction: column;
  gap: 1.5rem;
  padding: 0;
  list-style: none;
  display: flex;
}

.Comparison-module__Vt2b4W__itemOld {
  color: #64748b;
  align-items: flex-start;
  gap: 12px;
  font-size: .95rem;
  line-height: 1.5;
  display: flex;
}

.Comparison-module__Vt2b4W__cardNew {
  z-index: 5;
  background: #fff;
  border: 1px solid #f57c0033;
  border-radius: 24px;
  padding: 3rem 2rem;
  position: relative;
  transform: scale(1.05);
  box-shadow: 0 25px 50px -12px #f57c0026;
}

.Comparison-module__Vt2b4W__popularBadge {
  background: linear-gradient(135deg, var(--md-sys-color-primary) 0%, #ea580c 100%);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  padding: 6px 20px;
  font-size: .8rem;
  font-weight: 700;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 12px #f57c004d;
}

.Comparison-module__Vt2b4W__cardNew h3 {
  color: var(--md-sys-color-primary);
  margin-bottom: .5rem;
  font-size: 2rem;
  font-weight: 800;
}

.Comparison-module__Vt2b4W__newSubtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8b5cf6;
  background: #f3e8ff;
  border-radius: 50px;
  margin-bottom: 2rem;
  padding: 4px 12px;
  font-size: .8rem;
  font-weight: 700;
  display: inline-block;
}

.Comparison-module__Vt2b4W__listNew {
  flex-direction: column;
  gap: 1.5rem;
  padding: 0;
  list-style: none;
  display: flex;
}

.Comparison-module__Vt2b4W__itemNew {
  color: #1e293b;
  align-items: flex-start;
  gap: 12px;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

@media (max-width: 900px) {
  .Comparison-module__Vt2b4W__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .Comparison-module__Vt2b4W__vsBadge {
    display: none;
  }

  .Comparison-module__Vt2b4W__cardNew {
    transform: scale(1);
  }
}

@media (max-width: 600px) {
  .Comparison-module__Vt2b4W__section {
    padding: 4rem 1rem;
  }

  .Comparison-module__Vt2b4W__cardOld, .Comparison-module__Vt2b4W__cardNew {
    border-radius: 16px;
    padding: 2rem 1.2rem;
  }

  .Comparison-module__Vt2b4W__cardNew h3 {
    font-size: 1.6rem;
  }

  .Comparison-module__Vt2b4W__cardOld h3 {
    font-size: 1.3rem;
  }

  .Comparison-module__Vt2b4W__itemOld, .Comparison-module__Vt2b4W__itemNew {
    gap: 8px;
    font-size: .9rem;
  }
}

/* [project]/src/components/ecosystem/Ecosystem.module.css [app-client] (css) */
.Ecosystem-module__lO09Ja__section {
  background-color: #fffaf5;
  padding: 8rem 1.5rem;
  position: relative;
  overflow: hidden;
}

.Ecosystem-module__lO09Ja__container {
  max-width: 1240px;
  margin: 0 auto;
}

.Ecosystem-module__lO09Ja__header {
  text-align: center;
  margin-bottom: 5rem;
}

.Ecosystem-module__lO09Ja__badge {
  color: #2563eb;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #2563eb1a;
  border-radius: 50px;
  margin-bottom: 1.5rem;
  padding: 8px 24px;
  font-size: .85rem;
  font-weight: 800;
  display: inline-block;
}

.Ecosystem-module__lO09Ja__header h2 {
  color: #0f172a;
  letter-spacing: -1px;
  margin-bottom: 1.5rem;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.15;
}

.Ecosystem-module__lO09Ja__header p {
  color: #64748b;
  max-width: 750px;
  margin: 0 auto;
  font-size: 1.15rem;
  line-height: 1.6;
}

.Ecosystem-module__lO09Ja__flowStage {
  z-index: 10;
  background: #fff;
  border: 1px solid #e2e8f0cc;
  border-radius: 40px;
  padding: 6rem 3rem;
  position: relative;
  box-shadow: 0 30px 60px -15px #0000000d;
}

.Ecosystem-module__lO09Ja__flowStage:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle, #f59e0b08 0%, #0000 70%);
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Ecosystem-module__lO09Ja__nodesContainer {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.Ecosystem-module__lO09Ja__trackLine {
  z-index: -2;
  background: #f1f5f9;
  border-radius: 10px;
  height: 6px;
  position: absolute;
  top: 40px;
  left: 10%;
  right: 10%;
  box-shadow: inset 0 1px 3px #0000000d;
}

.Ecosystem-module__lO09Ja__progressLine {
  z-index: -1;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ea580c, #10b981);
  border-radius: 10px;
  height: 100%;
  animation: 8s cubic-bezier(.4, 0, .2, 1) infinite Ecosystem-module__lO09Ja__fillTrack;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 10px #10b9814d;
}

.Ecosystem-module__lO09Ja__traveler {
  border: 4px solid var(--traveler-color, #3b82f6);
  width: 52px;
  height: 52px;
  color: var(--traveler-color, #3b82f6);
  box-shadow: 0 0 20px var(--traveler-shadow, #3b82f666);
  z-index: 10;
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: border-color .3s, color .3s, box-shadow .3s;
  animation: 8s cubic-bezier(.4, 0, .2, 1) infinite Ecosystem-module__lO09Ja__travelPath;
  display: flex;
  position: absolute;
  top: 40px;
  left: 0;
  transform: translate(-50%, -50%);
}

.Ecosystem-module__lO09Ja__travelerIcon {
  animation: 8s infinite Ecosystem-module__lO09Ja__bounceAvatar;
}

.Ecosystem-module__lO09Ja__nodeCard {
  text-align: center;
  z-index: 5;
  flex-direction: column;
  align-items: center;
  width: 22%;
  display: flex;
  position: relative;
}

.Ecosystem-module__lO09Ja__iconWrapper {
  z-index: 2;
  width: 80px;
  height: 80px;
  box-shadow: 0 10px 20px -5px #00000014;
  box-shadow: 0 10px 20px -5px #00000014, inset 0 0 0 2px var(--theme-light);
  color: var(--theme-main);
  background: #fff;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  transition: all .3s;
  display: flex;
  position: relative;
}

.Ecosystem-module__lO09Ja__node1 {
  --theme-light: #dbeafe;
  --theme-main: #2563eb;
}

.Ecosystem-module__lO09Ja__node2 {
  --theme-light: #ede9fe;
  --theme-main: #8b5cf6;
}

.Ecosystem-module__lO09Ja__node3 {
  --theme-light: #ffedd5;
  --theme-main: #ea580c;
}

.Ecosystem-module__lO09Ja__node4 {
  --theme-light: #dcfce7;
  --theme-main: #10b981;
}

.Ecosystem-module__lO09Ja__node1 .Ecosystem-module__lO09Ja__iconWrapper {
  animation: 8s infinite Ecosystem-module__lO09Ja__nodePulse;
}

.Ecosystem-module__lO09Ja__node2 .Ecosystem-module__lO09Ja__iconWrapper {
  animation: 8s 2s infinite Ecosystem-module__lO09Ja__nodePulse;
}

.Ecosystem-module__lO09Ja__node3 .Ecosystem-module__lO09Ja__iconWrapper {
  animation: 8s 4s infinite Ecosystem-module__lO09Ja__nodePulse;
}

.Ecosystem-module__lO09Ja__node4 .Ecosystem-module__lO09Ja__iconWrapper {
  animation: 8s 6s infinite Ecosystem-module__lO09Ja__nodePulse;
}

.Ecosystem-module__lO09Ja__nodeCard h4 {
  color: #1e293b;
  margin-bottom: .75rem;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.2;
}

.Ecosystem-module__lO09Ja__nodeCard p {
  color: #64748b;
  font-size: .95rem;
  line-height: 1.6;
}

.Ecosystem-module__lO09Ja__moneyBurst {
  pointer-events: none;
  z-index: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 40px;
  left: 50%;
}

.Ecosystem-module__lO09Ja__burstItem {
  opacity: 0;
  color: #10b981;
  animation: 8s cubic-bezier(.175, .885, .32, 1.275) infinite Ecosystem-module__lO09Ja__burstOut;
  position: absolute;
  top: 0;
  left: 0;
}

.Ecosystem-module__lO09Ja__burst1 {
  --tx: -50px;
  --ty: -70px;
  --rot: -15deg;
  color: #34d399;
  animation-delay: 6.4s;
}

.Ecosystem-module__lO09Ja__burst2 {
  --tx: 0px;
  --ty: -90px;
  --rot: 0deg;
  color: #10b981;
  animation-delay: 6.5s;
  transform: scale(1.5);
}

.Ecosystem-module__lO09Ja__burst3 {
  --tx: 50px;
  --ty: -60px;
  --rot: 25deg;
  color: #f59e0b;
  animation-delay: 6.6s;
}

@keyframes Ecosystem-module__lO09Ja__travelPath {
  0%, 15% {
    --traveler-color: #3b82f6;
    --traveler-shadow: #3b82f666;
    left: 11%;
  }

  25%, 40% {
    --traveler-color: #8b5cf6;
    --traveler-shadow: #8b5cf666;
    left: 37%;
  }

  50%, 65% {
    --traveler-color: #ea580c;
    --traveler-shadow: #ea580c66;
    left: 63%;
  }

  75%, 85% {
    --traveler-color: #10b981;
    --traveler-shadow: #10b98166;
    opacity: 1;
    left: 89%;
    transform: translate(-50%, -50%)scale(1.1);
  }

  90% {
    opacity: 0;
    left: 89%;
    transform: translate(-50%, -50%)scale(.5);
  }

  100% {
    opacity: 0;
    left: 11%;
  }
}

@keyframes Ecosystem-module__lO09Ja__fillTrack {
  0% {
    opacity: 0;
    width: 0%;
  }

  5%, 15% {
    opacity: 1;
    width: 0%;
  }

  25%, 40% {
    opacity: 1;
    width: 26%;
  }

  50%, 65% {
    opacity: 1;
    width: 52%;
  }

  75%, 85% {
    opacity: 1;
    width: 80%;
  }

  90% {
    opacity: 0;
    width: 80%;
  }

  100% {
    opacity: 0;
    width: 0%;
  }
}

@keyframes Ecosystem-module__lO09Ja__nodePulse {
  0%, 10% {
    box-shadow: 0 10px 20px -5px #00000014, inset 0 0 0 2px var(--theme-light);
    transform: scale(1);
  }

  15%, 25% {
    box-shadow: 0 15px 30px var(--theme-light), inset 0 0 0 4px var(--theme-main);
    transform: scale(1.1);
  }

  35%, 100% {
    box-shadow: 0 10px 20px -5px #00000014, inset 0 0 0 2px var(--theme-light);
    transform: scale(1);
  }
}

@keyframes Ecosystem-module__lO09Ja__burstOut {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%)scale(.2)rotate(0);
  }

  5%, 15% {
    opacity: 1;
    transform: translate(calc(-50% + var(--tx)), calc(-50% + var(--ty))) scale(1.2) rotate(var(--rot));
  }

  20%, 100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--tx)), calc(-50% + var(--ty)  - 20px)) scale(1) rotate(var(--rot));
  }
}

@keyframes Ecosystem-module__lO09Ja__bounceAvatar {
  0%, 100% {
    transform: translateY(0);
  }

  15%, 40%, 65%, 85% {
    transform: translateY(-4px);
  }
}

@media (max-width: 900px) {
  .Ecosystem-module__lO09Ja__flowStage {
    border-radius: 32px;
    padding: 4rem 2rem;
  }

  .Ecosystem-module__lO09Ja__nodesContainer {
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
    padding-left: 50px;
  }

  .Ecosystem-module__lO09Ja__nodeCard {
    text-align: left;
    flex-direction: row;
    gap: 1.5rem;
    width: 100%;
  }

  .Ecosystem-module__lO09Ja__iconWrapper {
    border-radius: 20px;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    margin-bottom: 0;
  }

  .Ecosystem-module__lO09Ja__trackLine {
    width: 6px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 82px;
  }

  .Ecosystem-module__lO09Ja__progressLine {
    background: linear-gradient(#3b82f6, #8b5cf6, #ea580c, #10b981);
    width: 100%;
    animation: 8s cubic-bezier(.4, 0, .2, 1) infinite Ecosystem-module__lO09Ja__fillTrackVert;
  }

  .Ecosystem-module__lO09Ja__traveler {
    width: 44px;
    height: 44px;
    top: 0;
    left: 85px;
  }

  .Ecosystem-module__lO09Ja__moneyBurst {
    top: 50%;
    left: 32px;
  }

  @keyframes Ecosystem-module__lO09Ja__travelPath {
    0%, 15% {
      --traveler-color: #3b82f6;
      --traveler-shadow: #3b82f666;
      top: 5%;
    }

    25%, 40% {
      --traveler-color: #8b5cf6;
      --traveler-shadow: #8b5cf666;
      top: 35%;
    }

    50%, 65% {
      --traveler-color: #ea580c;
      --traveler-shadow: #ea580c66;
      top: 65%;
    }

    75%, 85% {
      --traveler-color: #10b981;
      --traveler-shadow: #10b98166;
      opacity: 1;
      top: 95%;
      transform: translate(-50%, -50%)scale(1.1);
    }

    90% {
      opacity: 0;
      top: 95%;
      transform: translate(-50%, -50%)scale(.5);
    }

    100% {
      opacity: 0;
      top: 5%;
    }
  }

  @keyframes Ecosystem-module__lO09Ja__fillTrackVert {
    0% {
      opacity: 0;
      height: 0%;
    }

    5%, 15% {
      opacity: 1;
      height: 0%;
    }

    25%, 40% {
      opacity: 1;
      height: 30%;
    }

    50%, 65% {
      opacity: 1;
      height: 60%;
    }

    75%, 85% {
      opacity: 1;
      height: 90%;
    }

    90% {
      opacity: 0;
      height: 90%;
    }

    100% {
      opacity: 0;
      height: 0%;
    }
  }
}

@media (max-width: 600px) {
  .Ecosystem-module__lO09Ja__header h2 {
    font-size: 2.2rem;
  }

  .Ecosystem-module__lO09Ja__flowStage {
    padding: 3rem 1.5rem;
  }

  .Ecosystem-module__lO09Ja__nodesContainer {
    gap: 3rem;
    padding-left: 40px;
  }

  .Ecosystem-module__lO09Ja__nodeCard h4 {
    font-size: 1.1rem;
  }

  .Ecosystem-module__lO09Ja__trackLine {
    left: 68px;
  }

  .Ecosystem-module__lO09Ja__traveler {
    width: 40px;
    height: 40px;
    left: 71px;
  }
}

/* [project]/src/components/ecosystem/BentoEcosystem.module.css [app-client] (css) */
.BentoEcosystem-module__Qtwvya__bentoSection {
  z-index: 20;
  background-color: #fffaf5;
  flex-direction: column;
  align-items: center;
  padding: 8rem 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.BentoEcosystem-module__Qtwvya__bentoHeader {
  text-align: center;
  z-index: 30;
  max-width: 800px;
  margin-bottom: 4rem;
  position: relative;
}

.BentoEcosystem-module__Qtwvya__badge {
  color: #ea580c;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #ea580c1a;
  border-radius: 50px;
  margin-bottom: 1.5rem;
  padding: 8px 24px;
  font-size: .85rem;
  font-weight: 800;
  display: inline-block;
}

.BentoEcosystem-module__Qtwvya__title {
  color: #0f172a;
  letter-spacing: -1.5px;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
}

.BentoEcosystem-module__Qtwvya__titleHighlight {
  background: linear-gradient(135deg, #ea580c 0%, #f59e0b 100%);
  -webkit-text-fill-color: transparent;
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
}

.BentoEcosystem-module__Qtwvya__subtitle {
  color: #64748b;
  margin-top: 1.5rem;
  font-size: 1.15rem;
  line-height: 1.6;
}

.BentoEcosystem-module__Qtwvya__bentoGrid {
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 140px;
  grid-auto-flow: dense;
  gap: 1rem;
  width: 100%;
  max-width: 1100px;
  display: grid;
}

.BentoEcosystem-module__Qtwvya__square1x1 {
  grid-area: span 1 / span 1;
}

.BentoEcosystem-module__Qtwvya__rect2x1 {
  grid-area: span 1 / span 2;
}

.BentoEcosystem-module__Qtwvya__rect1x2 {
  grid-area: span 2 / span 1;
}

.BentoEcosystem-module__Qtwvya__block2x2 {
  grid-area: span 2 / span 2;
}

.BentoEcosystem-module__Qtwvya__rect3x1 {
  grid-area: span 1 / span 3;
}

.BentoEcosystem-module__Qtwvya__bentoCard {
  text-align: center;
  opacity: 0;
  cursor: default;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  transition: all .3s cubic-bezier(.34, 1.56, .64, 1);
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translateY(-200px);
  box-shadow: 0 10px 20px -10px #0000000d;
}

.BentoEcosystem-module__Qtwvya__bentoCard:hover {
  z-index: 10;
  background-color: #fff7ed;
  border-color: #ea580c;
  transform: translateY(-4px)scale(1.02);
  box-shadow: 0 15px 30px -10px #ea580c33;
}

.BentoEcosystem-module__Qtwvya__inView .BentoEcosystem-module__Qtwvya__bentoCard {
  animation: .8s cubic-bezier(.34, 1.56, .64, 1) forwards BentoEcosystem-module__Qtwvya__dropAndFit;
}

@keyframes BentoEcosystem-module__Qtwvya__dropAndFit {
  0% {
    opacity: 0;
    transform: translateY(-200px)scale(.9);
  }

  60% {
    opacity: 1;
    transform: translateY(15px)scale(1.02);
  }

  100% {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

.BentoEcosystem-module__Qtwvya__cardIcon {
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: .75rem;
  transition: transform .3s;
  display: flex;
}

.BentoEcosystem-module__Qtwvya__bentoCard:hover .BentoEcosystem-module__Qtwvya__cardIcon {
  transform: scale(1.1)rotate(5deg);
}

.BentoEcosystem-module__Qtwvya__cardTitle {
  color: #1e293b;
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.2;
}

.BentoEcosystem-module__Qtwvya__cardDesc {
  color: #64748b;
  margin-top: .5rem;
  font-size: .8rem;
  line-height: 1.4;
  display: none;
}

.BentoEcosystem-module__Qtwvya__block2x2 .BentoEcosystem-module__Qtwvya__cardDesc, .BentoEcosystem-module__Qtwvya__rect2x1 .BentoEcosystem-module__Qtwvya__cardDesc, .BentoEcosystem-module__Qtwvya__rect3x1 .BentoEcosystem-module__Qtwvya__cardDesc {
  display: block;
}

.BentoEcosystem-module__Qtwvya__block2x2 .BentoEcosystem-module__Qtwvya__cardIcon {
  border-radius: 18px;
  width: 56px;
  height: 56px;
  margin-bottom: 1rem;
}

.BentoEcosystem-module__Qtwvya__block2x2 .BentoEcosystem-module__Qtwvya__cardTitle {
  font-size: 1.25rem;
}

.BentoEcosystem-module__Qtwvya__block2x2 .BentoEcosystem-module__Qtwvya__cardDesc {
  font-size: .9rem;
}

.BentoEcosystem-module__Qtwvya__rect2x1, .BentoEcosystem-module__Qtwvya__rect3x1 {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1.25rem;
  padding: 1.5rem;
}

.BentoEcosystem-module__Qtwvya__rect2x1 .BentoEcosystem-module__Qtwvya__cardIcon, .BentoEcosystem-module__Qtwvya__rect3x1 .BentoEcosystem-module__Qtwvya__cardIcon {
  flex-shrink: 0;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .BentoEcosystem-module__Qtwvya__bentoGrid {
    grid-template-columns: repeat(4, 1fr);
  }

  .BentoEcosystem-module__Qtwvya__rect3x1 {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .BentoEcosystem-module__Qtwvya__title {
    font-size: 2.5rem;
  }

  .BentoEcosystem-module__Qtwvya__bentoGrid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(130px, auto);
  }

  .BentoEcosystem-module__Qtwvya__block2x2, .BentoEcosystem-module__Qtwvya__rect2x1, .BentoEcosystem-module__Qtwvya__rect3x1 {
    text-align: left;
    flex-direction: row;
    grid-area: span 1 / span 2;
  }

  .BentoEcosystem-module__Qtwvya__rect1x2 {
    grid-area: span 1 / span 1;
  }

  .BentoEcosystem-module__Qtwvya__cardDesc {
    display: none !important;
  }
}

/* [project]/src/components/faq/Faq.module.css [app-client] (css) */
.Faq-module__bNQKea__section {
  background-color: #fff;
  padding: 6rem 1.5rem;
}

.Faq-module__bNQKea__container {
  max-width: 800px;
  margin: 0 auto;
}

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

.Faq-module__bNQKea__header h2 {
  color: #1e293b;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 800;
}

.Faq-module__bNQKea__header p {
  color: #64748b;
  font-size: 1.1rem;
}

.Faq-module__bNQKea__faqList {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.Faq-module__bNQKea__faqItem {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  transition: all .3s;
  overflow: hidden;
}

.Faq-module__bNQKea__faqItem.Faq-module__bNQKea__open {
  border-color: var(--md-sys-color-primary);
  background: #fff;
  box-shadow: 0 10px 25px -5px #f57c001a;
}

.Faq-module__bNQKea__questionBtn {
  text-align: left;
  color: #1e293b;
  cursor: pointer;
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  transition: color .3s;
  display: flex;
}

.Faq-module__bNQKea__faqItem.Faq-module__bNQKea__open .Faq-module__bNQKea__questionBtn {
  color: var(--md-sys-color-primary);
}

.Faq-module__bNQKea__iconWrapper {
  color: #94a3b8;
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: transform .4s cubic-bezier(.16, 1, .3, 1), background .3s, color .3s;
  display: flex;
}

.Faq-module__bNQKea__faqItem.Faq-module__bNQKea__open .Faq-module__bNQKea__iconWrapper {
  background: var(--md-sys-color-primary-container);
  color: var(--md-sys-color-primary);
  transform: rotate(45deg);
}

.Faq-module__bNQKea__answer {
  max-height: 0;
  transition: max-height .4s cubic-bezier(.16, 1, .3, 1);
  overflow: hidden;
}

.Faq-module__bNQKea__answerContent {
  color: #64748b;
  border-top: 1px solid #0000;
  padding: 0 1.5rem 1.5rem;
  font-size: .95rem;
  line-height: 1.7;
}

.Faq-module__bNQKea__faqItem.Faq-module__bNQKea__open .Faq-module__bNQKea__answerContent {
  border-top-color: #f1f5f9;
  padding-top: 1.5rem;
}

/* [project]/src/components/testimonials/Testimonials.module.css [app-client] (css) */
.Testimonials-module__dXzQNa__section {
  background-color: var(--md-sys-color-surface-variant);
  padding: 6rem 1.5rem;
  position: relative;
  overflow: hidden;
}

.Testimonials-module__dXzQNa__container {
  max-width: 1200px;
  margin: 0 auto;
}

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

.Testimonials-module__dXzQNa__header h2 {
  color: #1e293b;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 800;
}

.Testimonials-module__dXzQNa__header p {
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.1rem;
}

.Testimonials-module__dXzQNa__grid {
  z-index: 2;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  display: grid;
  position: relative;
}

.Testimonials-module__dXzQNa__card {
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 24px;
  flex-direction: column;
  padding: 2.5rem 2rem;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px #00000008;
}

.Testimonials-module__dXzQNa__card:hover {
  border-color: #f57c0033;
  transform: translateY(-5px);
  box-shadow: 0 20px 40px #f57c0014;
}

.Testimonials-module__dXzQNa__quoteWatermark {
  color: var(--md-sys-color-primary);
  opacity: .05;
  z-index: 0;
  transition: opacity .3s;
  position: absolute;
  top: -10px;
  right: -10px;
  transform: rotate(10deg);
}

.Testimonials-module__dXzQNa__card:hover .Testimonials-module__dXzQNa__quoteWatermark {
  opacity: .1;
}

.Testimonials-module__dXzQNa__content {
  z-index: 1;
  flex-grow: 1;
  position: relative;
}

.Testimonials-module__dXzQNa__stars {
  color: #eab308;
  gap: 4px;
  margin-bottom: 1.5rem;
  display: flex;
}

.Testimonials-module__dXzQNa__quoteText {
  color: #334155;
  margin-bottom: 2rem;
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.6;
}

.Testimonials-module__dXzQNa__author {
  border-top: 1px solid #f1f5f9;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1.5rem;
  display: flex;
}

.Testimonials-module__dXzQNa__avatar {
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-shadow: 0 4px 10px #0000001a;
}

.Testimonials-module__dXzQNa__authorInfo {
  flex-direction: column;
  display: flex;
}

.Testimonials-module__dXzQNa__authorName {
  color: #1e293b;
  align-items: center;
  gap: 6px;
  font-size: 1rem;
  font-weight: 800;
  display: flex;
}

.Testimonials-module__dXzQNa__authorRole {
  color: #64748b;
  font-size: .85rem;
}

.Testimonials-module__dXzQNa__trustFooter {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 4rem;
  display: flex;
}

.Testimonials-module__dXzQNa__avatarsGroup {
  justify-content: center;
  display: flex;
}

.Testimonials-module__dXzQNa__avatarsGroup img {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: -12px;
}

.Testimonials-module__dXzQNa__avatarsGroup img:first-child {
  margin-left: 0;
}

.Testimonials-module__dXzQNa__trustFooter p {
  color: #475569;
  font-size: .95rem;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .Testimonials-module__dXzQNa__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .Testimonials-module__dXzQNa__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .Testimonials-module__dXzQNa__card {
    padding: 2rem 1.5rem;
  }
}

/* [project]/src/components/modules/VendasModule.module.css [app-client] (css) */
.VendasModule-module__eI7Uja__moduleWrapper {
  flex-wrap: wrap;
  align-items: center;
  gap: 4rem;
  display: flex;
}

.VendasModule-module__eI7Uja__textContent {
  flex-direction: column;
  flex: 400px;
  gap: 1.5rem;
  display: flex;
}

.VendasModule-module__eI7Uja__badge {
  color: #ea580c;
  text-transform: uppercase;
  letter-spacing: .5px;
  background: #ffedd5;
  border-radius: 50px;
  width: max-content;
  padding: 6px 16px;
  font-size: .8rem;
  font-weight: 800;
}

.VendasModule-module__eI7Uja__title {
  color: #0f172a;
  margin: 0;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.VendasModule-module__eI7Uja__description {
  color: #64748b;
  font-size: 1.1rem;
  line-height: 1.6;
}

.VendasModule-module__eI7Uja__featureList {
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
  display: flex;
}

.VendasModule-module__eI7Uja__featureItem {
  color: #1e293b;
  align-items: center;
  gap: 12px;
  font-size: .95rem;
  font-weight: 700;
  display: flex;
}

.VendasModule-module__eI7Uja__featureIcon {
  color: #ea580c;
  background: #fff7ed;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.VendasModule-module__eI7Uja__mockupContainer {
  perspective: 1000px;
  flex: 500px;
  width: 100%;
}

.VendasModule-module__eI7Uja__appWindow {
  background: #fffaf5;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  flex-direction: column;
  height: 520px;
  transition: transform .5s;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: rotateY(-5deg)rotateX(2deg);
  box-shadow: 0 25px 50px -12px #ea580c26;
}

.VendasModule-module__eI7Uja__mockupContainer:hover .VendasModule-module__eI7Uja__appWindow {
  transform: rotateY(0)rotateX(0);
}

.VendasModule-module__eI7Uja__appHeader {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  border-radius: 16px;
  align-items: center;
  gap: 16px;
  margin: 16px;
  padding: 16px 24px;
  display: flex;
  box-shadow: 0 2px 10px #00000005;
}

.VendasModule-module__eI7Uja__backBtn {
  color: #0f172a;
  background: #f1f5f9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.VendasModule-module__eI7Uja__headerTitle {
  color: #0f172a;
  font-size: 1.15rem;
  font-weight: 800;
}

.VendasModule-module__eI7Uja__headerSub {
  color: #64748b;
  font-size: .75rem;
}

.VendasModule-module__eI7Uja__appBody {
  flex: 1;
  gap: 16px;
  padding: 0 16px 16px;
  display: flex;
}

.VendasModule-module__eI7Uja__posLeft {
  flex-direction: column;
  flex: 2;
  gap: 16px;
  display: flex;
}

.VendasModule-module__eI7Uja__posCard {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 16px;
}

.VendasModule-module__eI7Uja__cardTop {
  color: #1e293b;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: .85rem;
  font-weight: 800;
  display: flex;
}

.VendasModule-module__eI7Uja__cardIcon {
  color: #3b82f6;
  background: #eff6ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.VendasModule-module__eI7Uja__cardIcon.VendasModule-module__eI7Uja__orange {
  color: #ea580c;
  background: #ffedd5;
}

.VendasModule-module__eI7Uja__searchBar {
  color: #94a3b8;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  align-items: center;
  height: 40px;
  padding: 0 12px;
  font-size: .8rem;
  display: flex;
}

.VendasModule-module__eI7Uja__barcodeInput {
  color: #0f172a;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  align-items: center;
  height: 44px;
  margin-bottom: 12px;
  padding: 0 12px;
  font-size: .85rem;
  display: flex;
}

.VendasModule-module__eI7Uja__cursor {
  background: #ea580c;
  width: 2px;
  height: 16px;
  margin-left: 2px;
  animation: .8s infinite VendasModule-module__eI7Uja__blink;
  display: inline-block;
}

.VendasModule-module__eI7Uja__cartHeader {
  color: #64748b;
  text-transform: uppercase;
  border-bottom: 1px solid #f1f5f9;
  margin-bottom: 8px;
  padding-bottom: 6px;
  font-size: .6rem;
  font-weight: 800;
  display: flex;
}

.VendasModule-module__eI7Uja__col1 {
  flex: 3;
}

.VendasModule-module__eI7Uja__col2 {
  text-align: center;
  flex: 1;
}

.VendasModule-module__eI7Uja__col3 {
  text-align: right;
  flex: 1;
}

.VendasModule-module__eI7Uja__cartEmpty {
  color: #94a3b8;
  opacity: .5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  font-size: .75rem;
  font-weight: 600;
  display: flex;
}

.VendasModule-module__eI7Uja__cartItem {
  border-bottom: 1px solid #f1f5f9;
  align-items: center;
  padding: 8px 0;
  animation: .3s cubic-bezier(.175, .885, .32, 1.275) forwards VendasModule-module__eI7Uja__popIn;
  display: flex;
}

.VendasModule-module__eI7Uja__itemPhoto {
  background: #f1f5f9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 12px;
  display: flex;
}

.VendasModule-module__eI7Uja__itemName {
  color: #1e293b;
  font-size: .8rem;
  font-weight: 700;
}

.VendasModule-module__eI7Uja__itemSku {
  color: #64748b;
  font-size: .65rem;
}

.VendasModule-module__eI7Uja__posRight {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  display: flex;
  overflow: hidden;
}

.VendasModule-module__eI7Uja__checkoutHeader {
  color: #fff;
  text-align: center;
  background: #d97706;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px;
  font-size: .9rem;
  font-weight: 800;
  display: flex;
}

.VendasModule-module__eI7Uja__checkoutBody {
  flex-direction: column;
  flex: 1;
  gap: 12px;
  padding: 16px;
  display: flex;
}

.VendasModule-module__eI7Uja__fakeInput {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  height: 36px;
}

.VendasModule-module__eI7Uja__checkoutLabel {
  color: #64748b;
  margin-bottom: 4px;
  font-size: .65rem;
  font-weight: 800;
}

.VendasModule-module__eI7Uja__totalsArea {
  border-top: 1px dashed #e2e8f0;
  margin-top: auto;
  padding-top: 12px;
}

.VendasModule-module__eI7Uja__totalRow {
  color: #64748b;
  justify-content: space-between;
  margin-bottom: 6px;
  font-size: .8rem;
  display: flex;
}

.VendasModule-module__eI7Uja__totalFinal {
  color: #ea580c;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  font-size: 1.2rem;
  font-weight: 900;
  display: flex;
}

.VendasModule-module__eI7Uja__finishBtn {
  color: #fff;
  text-align: center;
  background: #f59e0b;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 14px;
  font-size: .95rem;
  font-weight: 800;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 4px 15px #f59e0b4d;
}

.VendasModule-module__eI7Uja__finishBtn.VendasModule-module__eI7Uja__clicked {
  background: #d97706;
  transform: scale(.95);
}

.VendasModule-module__eI7Uja__hubOverlay {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  background: #ffffffd9;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.VendasModule-module__eI7Uja__hubOverlay.VendasModule-module__eI7Uja__active {
  opacity: 1;
  pointer-events: auto;
}

.VendasModule-module__eI7Uja__hubWindow {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-bottom: none;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  flex-direction: column;
  width: 90%;
  height: 85%;
  padding: 24px;
  transition: transform .5s cubic-bezier(.2, .8, .2, 1);
  display: flex;
  transform: translateY(100%);
  box-shadow: 0 -10px 40px #0000001a;
}

.VendasModule-module__eI7Uja__hubOverlay.VendasModule-module__eI7Uja__active .VendasModule-module__eI7Uja__hubWindow {
  transform: translateY(0);
}

.VendasModule-module__eI7Uja__hubHeader {
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  display: flex;
}

.VendasModule-module__eI7Uja__hubIcon {
  color: #334155;
  background: #f1f5f9;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.VendasModule-module__eI7Uja__hubTitle {
  color: #0f172a;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 800;
}

.VendasModule-module__eI7Uja__hubSub {
  color: #64748b;
  font-size: .8rem;
}

.VendasModule-module__eI7Uja__hubList {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.VendasModule-module__eI7Uja__hubItem {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

.VendasModule-module__eI7Uja__mlBadge {
  color: #a16207;
  background: #fef08a;
  border-radius: 4px;
  margin-bottom: 4px;
  padding: 4px 8px;
  font-size: .65rem;
  font-weight: 800;
  display: inline-block;
}

.VendasModule-module__eI7Uja__shopeeBadge {
  color: #ea580c;
  background: #ffedd5;
  border-radius: 4px;
  margin-bottom: 4px;
  padding: 4px 8px;
  font-size: .65rem;
  font-weight: 800;
  display: inline-block;
}

.VendasModule-module__eI7Uja__prodName {
  color: #1e293b;
  font-size: .85rem;
  font-weight: 800;
}

.VendasModule-module__eI7Uja__prodSku {
  color: #94a3b8;
  font-size: .65rem;
}

.VendasModule-module__eI7Uja__stockArea {
  text-align: center;
}

.VendasModule-module__eI7Uja__stockPrice {
  color: #10b981;
  font-size: .9rem;
  font-weight: 800;
}

.VendasModule-module__eI7Uja__stockNum {
  color: #64748b;
  align-items: center;
  gap: 4px;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
}

.VendasModule-module__eI7Uja__stockChange {
  color: #ef4444;
  animation: .3s forwards VendasModule-module__eI7Uja__popIn;
}

.VendasModule-module__eI7Uja__syncTag {
  border-radius: 50px;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  font-size: .7rem;
  font-weight: 700;
  display: flex;
}

.VendasModule-module__eI7Uja__syncing {
  color: #3b82f6;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
}

.VendasModule-module__eI7Uja__synced {
  color: #10b981;
  background: #dcfce7;
  border: 1px solid #86efac;
  animation: .3s forwards VendasModule-module__eI7Uja__popIn;
}

.VendasModule-module__eI7Uja__spinner {
  border: 2px solid #bfdbfe;
  border-top-color: #3b82f6;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  animation: 1s linear infinite VendasModule-module__eI7Uja__spin;
}

.VendasModule-module__eI7Uja__successOverlay {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 15;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  background: #10b981e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.VendasModule-module__eI7Uja__successOverlay.VendasModule-module__eI7Uja__active {
  opacity: 1;
}

@keyframes VendasModule-module__eI7Uja__blink {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes VendasModule-module__eI7Uja__popIn {
  0% {
    opacity: 0;
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes VendasModule-module__eI7Uja__spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes VendasModule-module__eI7Uja__floatMockup {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes VendasModule-module__eI7Uja__pulseGlow {
  0% {
    opacity: .3;
    transform: translate(-50%, -50%)scale(.9);
  }

  100% {
    opacity: .7;
    transform: translate(-50%, -50%)scale(1.1);
  }
}

@media (max-width: 900px) {
  .VendasModule-module__eI7Uja__moduleWrapper {
    flex-direction: column;
  }

  .VendasModule-module__eI7Uja__appWindow {
    height: auto;
    min-height: 550px;
    transform: none;
  }

  .VendasModule-module__eI7Uja__appBody {
    flex-direction: column;
  }

  .VendasModule-module__eI7Uja__posRight {
    border: none;
  }
}

/* [project]/src/components/modules/ChatModule.module.css [app-client] (css) */
.ChatModule-module__HajQhG__moduleWrapper {
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem;
  display: flex;
}

.ChatModule-module__HajQhG__textContent {
  flex-direction: column;
  flex: 400px;
  gap: 1.5rem;
  display: flex;
}

.ChatModule-module__HajQhG__badge {
  color: #2563eb;
  text-transform: uppercase;
  letter-spacing: .5px;
  background: #dbeafe;
  border-radius: 50px;
  width: max-content;
  padding: 6px 16px;
  font-size: .8rem;
  font-weight: 800;
}

.ChatModule-module__HajQhG__title {
  color: #0f172a;
  margin: 0;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.ChatModule-module__HajQhG__description {
  color: #64748b;
  font-size: 1.1rem;
  line-height: 1.6;
}

.ChatModule-module__HajQhG__featureList {
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
  display: flex;
}

.ChatModule-module__HajQhG__featureItem {
  color: #1e293b;
  align-items: center;
  gap: 12px;
  font-size: .95rem;
  font-weight: 700;
  display: flex;
}

.ChatModule-module__HajQhG__featureIcon {
  background: #f1f5f9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.ChatModule-module__HajQhG__mockupContainer {
  perspective: 1000px;
  flex: 650px;
  width: 100%;
}

.ChatModule-module__HajQhG__appWindow {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  height: 550px;
  transition: transform .5s;
  display: flex;
  overflow: hidden;
  transform: rotateY(-3deg)rotateX(2deg);
  box-shadow: 0 30px 60px -15px #2563eb26;
}

.ChatModule-module__HajQhG__mockupContainer:hover .ChatModule-module__HajQhG__appWindow {
  transform: rotateY(0)rotateX(0);
}

.ChatModule-module__HajQhG__wmSidebar {
  background: #fff;
  border-right: 1px solid #e2e8f0;
  flex-direction: column;
  flex-shrink: 0;
  width: 240px;
  display: flex;
}

.ChatModule-module__HajQhG__wmSidebarHeader {
  border-bottom: 1px solid #f1f5f9;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  display: flex;
}

.ChatModule-module__HajQhG__searchBar {
  color: #94a3b8;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 50px;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  font-size: .75rem;
  display: flex;
}

.ChatModule-module__HajQhG__filterTabs {
  gap: 6px;
  display: flex;
}

.ChatModule-module__HajQhG__filterTab {
  color: #64748b;
  background: #f1f5f9;
  border-radius: 50px;
  padding: 4px 8px;
  font-size: .65rem;
  font-weight: 700;
}

.ChatModule-module__HajQhG__filterTab.ChatModule-module__HajQhG__active {
  color: #ea580c;
  background: #ffedd5;
  border: 1px solid #fed7aa;
}

.ChatModule-module__HajQhG__wmChatList {
  flex-direction: column;
  flex: 1;
  display: flex;
  overflow-y: hidden;
}

.ChatModule-module__HajQhG__chatRow {
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #f1f5f9;
  gap: 10px;
  padding: 12px;
  transition: background .2s;
  display: flex;
  position: relative;
}

.ChatModule-module__HajQhG__chatRow.ChatModule-module__HajQhG__active {
  background: #f8fafc;
  border-left: 3px solid #2563eb;
}

.ChatModule-module__HajQhG__avatarWrapper {
  position: relative;
}

.ChatModule-module__HajQhG__avatar {
  object-fit: cover;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}

.ChatModule-module__HajQhG__channelBadge {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
  position: absolute;
  bottom: -2px;
  right: -2px;
}

.ChatModule-module__HajQhG__rowText {
  flex-direction: column;
  flex: 1;
  display: flex;
  overflow: hidden;
}

.ChatModule-module__HajQhG__rowName {
  color: #1e293b;
  justify-content: space-between;
  align-items: center;
  font-size: .8rem;
  font-weight: 800;
  display: flex;
}

.ChatModule-module__HajQhG__rowMsg {
  color: #64748b;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 2px;
  font-size: .7rem;
  overflow: hidden;
}

.ChatModule-module__HajQhG__slaBadge {
  color: #fff;
  text-transform: uppercase;
  background: #ef4444;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: .5rem;
  font-weight: 800;
  position: absolute;
  top: 4px;
  right: 12px;
}

.ChatModule-module__HajQhG__unreadCount {
  color: #fff;
  background: #ef4444;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  font-size: .6rem;
  font-weight: 800;
  display: flex;
  position: absolute;
  bottom: 12px;
  right: 12px;
}

.ChatModule-module__HajQhG__audioMsg {
  color: #8b5cf6;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  display: flex;
}

.ChatModule-module__HajQhG__wmMain {
  background: #efeae2;
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
}

.ChatModule-module__HajQhG__wmMain:before {
  content: "";
  opacity: .4;
  pointer-events: none;
  z-index: 0;
  background-image: radial-gradient(#cbd5e1 1px, #0000 1px);
  background-size: 14px 14px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ChatModule-module__HajQhG__chatHeader {
  z-index: 2;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 16px;
  display: flex;
}

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

.ChatModule-module__HajQhG__chatHeaderName {
  color: #1e293b;
  font-size: .95rem;
  font-weight: 800;
}

.ChatModule-module__HajQhG__chatHeaderVia {
  color: #64748b;
  font-size: .65rem;
}

.ChatModule-module__HajQhG__resolveBtn {
  color: #fff;
  background: #22c55e;
  border-radius: 50px;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
}

.ChatModule-module__HajQhG__chatBody {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  gap: 12px;
  padding: 20px;
  display: flex;
  overflow-y: hidden;
}

.ChatModule-module__HajQhG__msgBubble {
  border-radius: 12px;
  max-width: 80%;
  padding: 8px 12px 18px;
  font-size: .85rem;
  line-height: 1.4;
  animation: .4s cubic-bezier(.175, .885, .32, 1.275) forwards ChatModule-module__HajQhG__popBubble;
  position: relative;
  box-shadow: 0 1px 2px #0000000d;
}

.ChatModule-module__HajQhG__msgIn {
  color: #0f172a;
  transform-origin: 0 0;
  background: #fff;
  border-top-left-radius: 0;
  align-self: flex-start;
}

.ChatModule-module__HajQhG__msgOut {
  color: #0f172a;
  transform-origin: 100% 0;
  background: #d9fdd3;
  border-top-right-radius: 0;
  align-self: flex-end;
}

.ChatModule-module__HajQhG__msgBot {
  color: #4c1d95;
  transform-origin: 0 0;
  background: #f3e8ff;
  border: 1px solid #e9d5ff;
  border-top-left-radius: 0;
  align-self: flex-start;
}

.ChatModule-module__HajQhG__msgNote {
  color: #b45309;
  text-align: center;
  background: #fffbeb;
  border: 1px solid #fcd34d;
  border-radius: 12px;
  align-self: center;
  margin: 8px 0;
  padding: 6px 12px;
  font-size: .75rem;
  font-weight: 600;
  animation: .4s cubic-bezier(.175, .885, .32, 1.275) forwards ChatModule-module__HajQhG__popBubble;
  box-shadow: 0 4px 10px #fbbf2426;
}

.ChatModule-module__HajQhG__systemAlert {
  color: #64748b;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 50px;
  align-self: center;
  align-items: center;
  gap: 4px;
  margin: 8px 0;
  padding: 4px 12px;
  font-size: .65rem;
  font-weight: 700;
  animation: .3s forwards ChatModule-module__HajQhG__fadeIn;
  display: flex;
  box-shadow: 0 2px 4px #00000005;
}

.ChatModule-module__HajQhG__msgTime {
  color: #94a3b8;
  align-items: center;
  gap: 4px;
  font-size: .6rem;
  display: flex;
  position: absolute;
  bottom: 4px;
  right: 8px;
}

.ChatModule-module__HajQhG__typingIndicator {
  background: #fff;
  border-radius: 0 12px 12px;
  align-self: flex-start;
  gap: 4px;
  width: max-content;
  padding: 12px 16px;
  animation: .2s forwards ChatModule-module__HajQhG__fadeIn;
  display: flex;
}

.ChatModule-module__HajQhG__dot {
  background: #cbd5e1;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  animation: 1.4s ease-in-out infinite both ChatModule-module__HajQhG__bounceDot;
}

.ChatModule-module__HajQhG__dot:first-child {
  animation-delay: -.32s;
}

.ChatModule-module__HajQhG__dot:nth-child(2) {
  animation-delay: -.16s;
}

.ChatModule-module__HajQhG__chatFooter {
  z-index: 2;
  background: #f0f2f5;
  border-top: 1px solid #e2e8f0;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  display: flex;
}

.ChatModule-module__HajQhG__inputFake {
  color: #0f172a;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 50px;
  flex: 1;
  align-items: center;
  height: 36px;
  padding: 0 16px;
  font-size: .85rem;
  display: flex;
}

.ChatModule-module__HajQhG__cursor {
  background: #ea580c;
  width: 2px;
  height: 16px;
  margin-left: 2px;
  animation: .8s infinite ChatModule-module__HajQhG__blink;
  display: inline-block;
}

.ChatModule-module__HajQhG__sendCircle {
  color: #fff;
  background: #00a884;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: transform .1s;
  display: flex;
}

.ChatModule-module__HajQhG__sendCircle.ChatModule-module__HajQhG__clicked {
  transform: scale(.9);
}

.ChatModule-module__HajQhG__wmDetails {
  background: #fff;
  border-left: 1px solid #e2e8f0;
  flex-direction: column;
  flex-shrink: 0;
  width: 220px;
  padding: 20px 16px;
  display: flex;
}

.ChatModule-module__HajQhG__profileAvatar {
  object-fit: cover;
  border: 2px solid #e2e8f0;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  display: block;
}

.ChatModule-module__HajQhG__profileName {
  color: #1e293b;
  text-align: center;
  margin-bottom: 12px;
  font-size: 1rem;
  font-weight: 800;
}

.ChatModule-module__HajQhG__crmBtn {
  color: #ea580c;
  background: #ffedd5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
  padding: 8px;
  font-size: .75rem;
  font-weight: 800;
  display: flex;
}

.ChatModule-module__HajQhG__crmSectionTitle {
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 8px;
  font-size: .65rem;
  font-weight: 800;
}

.ChatModule-module__HajQhG__crmTags {
  flex-wrap: wrap;
  gap: 6px;
  min-height: 24px;
  margin-bottom: 20px;
  display: flex;
}

.ChatModule-module__HajQhG__crmTag {
  text-transform: uppercase;
  color: #166534;
  background: #dcfce7;
  border: 1px solid #86efac;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: .65rem;
  font-weight: 800;
  animation: .4s cubic-bezier(.175, .885, .32, 1.275) forwards ChatModule-module__HajQhG__popBubble;
}

.ChatModule-module__HajQhG__emptyTag {
  color: #94a3b8;
  font-size: .75rem;
  font-style: italic;
}

.ChatModule-module__HajQhG__crmBox {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin-bottom: 12px;
  padding: 12px;
}

.ChatModule-module__HajQhG__crmBoxHeader {
  color: #334155;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  font-size: .75rem;
  font-weight: 800;
  display: flex;
}

.ChatModule-module__HajQhG__crmBoxDesc {
  color: #64748b;
  font-size: .7rem;
}

@keyframes ChatModule-module__HajQhG__popBubble {
  0% {
    opacity: 0;
    transform: translateY(10px)scale(.9);
  }

  100% {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

@keyframes ChatModule-module__HajQhG__fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes ChatModule-module__HajQhG__bounceDot {
  0%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    background: #94a3b8;
    transform: translateY(-4px);
  }
}

@keyframes ChatModule-module__HajQhG__blink {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@media (max-width: 1024px) {
  .ChatModule-module__HajQhG__wmDetails {
    display: none;
  }
}

@media (max-width: 768px) {
  .ChatModule-module__HajQhG__appWindow {
    flex-direction: column;
    height: 650px;
  }

  .ChatModule-module__HajQhG__wmSidebar {
    border-bottom: 1px solid #e2e8f0;
    border-right: none;
    width: 100%;
    height: 220px;
  }

  .ChatModule-module__HajQhG__chatRow {
    padding: 8px 12px;
  }
}

/* [project]/src/components/modules/CampaignsModule.module.css [app-client] (css) */
.CampaignsModule-module__MREwWG__moduleWrapper {
  flex-wrap: wrap;
  align-items: center;
  gap: 4rem;
  display: flex;
}

.CampaignsModule-module__MREwWG__textContent {
  flex-direction: column;
  flex: 400px;
  gap: 1.5rem;
  display: flex;
}

.CampaignsModule-module__MREwWG__badge {
  color: #ea580c;
  text-transform: uppercase;
  letter-spacing: .5px;
  background: #ffedd5;
  border-radius: 50px;
  width: max-content;
  padding: 6px 16px;
  font-size: .8rem;
  font-weight: 800;
}

.CampaignsModule-module__MREwWG__title {
  color: #0f172a;
  margin: 0;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.CampaignsModule-module__MREwWG__description {
  color: #64748b;
  font-size: 1.1rem;
  line-height: 1.6;
}

.CampaignsModule-module__MREwWG__featureList {
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
  display: flex;
}

.CampaignsModule-module__MREwWG__featureItem {
  color: #1e293b;
  align-items: center;
  gap: 12px;
  font-size: .95rem;
  font-weight: 700;
  display: flex;
}

.CampaignsModule-module__MREwWG__featureIcon {
  color: #ea580c;
  background: #fff7ed;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.CampaignsModule-module__MREwWG__mockupContainer {
  perspective: 1000px;
  flex: 500px;
  width: 100%;
}

.CampaignsModule-module__MREwWG__appWindow {
  background: #fffaf5;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  flex-direction: column;
  height: 520px;
  transition: transform .5s;
  display: flex;
  overflow: hidden;
  transform: rotateY(-5deg)rotateX(2deg);
  box-shadow: 0 25px 50px -12px #ea580c26;
}

.CampaignsModule-module__MREwWG__mockupContainer:hover .CampaignsModule-module__MREwWG__appWindow {
  transform: rotateY(0)rotateX(0);
}

.CampaignsModule-module__MREwWG__appHeader {
  background: #fff;
  border-bottom: 1px solid #f1f5f9;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  display: flex;
}

.CampaignsModule-module__MREwWG__headerIcon {
  color: #ea580c;
  background: #ffedd5;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.CampaignsModule-module__MREwWG__headerTitle {
  color: #0f172a;
  font-size: 1.1rem;
  font-weight: 800;
}

.CampaignsModule-module__MREwWG__appBody {
  flex: 1;
  gap: 20px;
  padding: 20px;
  display: flex;
  position: relative;
}

.CampaignsModule-module__MREwWG__formSection {
  flex-direction: column;
  flex: 1;
  gap: 16px;
  display: flex;
}

.CampaignsModule-module__MREwWG__panelCard {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 4px 10px #00000005;
}

.CampaignsModule-module__MREwWG__panelTitle {
  color: #1e293b;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: .85rem;
  font-weight: 800;
  display: flex;
}

.CampaignsModule-module__MREwWG__inputGroup label {
  color: #64748b;
  margin-bottom: 4px;
  font-size: .75rem;
  font-weight: 700;
  display: block;
}

.CampaignsModule-module__MREwWG__inputField {
  color: #0f172a;
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  align-items: center;
  padding: 10px 12px;
  font-size: .85rem;
  display: flex;
  position: relative;
}

.CampaignsModule-module__MREwWG__cursor {
  background: #ea580c;
  width: 2px;
  height: 14px;
  margin-left: 2px;
  animation: .8s infinite CampaignsModule-module__MREwWG__blink;
  display: inline-block;
}

.CampaignsModule-module__MREwWG__optionsGrid {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  display: grid;
}

.CampaignsModule-module__MREwWG__optionBox {
  text-align: center;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 12px;
  transition: all .3s;
  display: flex;
}

.CampaignsModule-module__MREwWG__optionBox.CampaignsModule-module__MREwWG__active {
  background: #fff7ed;
  border-color: #ea580c;
}

.CampaignsModule-module__MREwWG__optionBox span {
  color: #1e293b;
  font-size: .8rem;
  font-weight: 700;
}

.CampaignsModule-module__MREwWG__optionBox small {
  color: #64748b;
  font-size: .65rem;
}

.CampaignsModule-module__MREwWG__speedControl {
  background: #f1f5f9;
  border-radius: 8px;
  margin-top: 8px;
  display: flex;
  overflow: hidden;
}

.CampaignsModule-module__MREwWG__speedItem {
  text-align: center;
  color: #64748b;
  flex: 1;
  padding: 6px 0;
  font-size: .7rem;
  font-weight: 700;
  transition: all .3s;
}

.CampaignsModule-module__MREwWG__speedItem.CampaignsModule-module__MREwWG__active {
  color: #fff;
  background: #ea580c;
}

.CampaignsModule-module__MREwWG__dispatchBtn {
  color: #fff;
  background: #ea580c;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding: 12px;
  font-size: .9rem;
  font-weight: 800;
  transition: all .2s;
  display: flex;
  box-shadow: 0 4px 15px #ea580c4d;
}

.CampaignsModule-module__MREwWG__dispatchBtn.CampaignsModule-module__MREwWG__clicked {
  background: #c2410c;
  transform: scale(.95);
}

.CampaignsModule-module__MREwWG__phoneSimulator {
  background: #111b21;
  border: 6px solid #1e293b;
  border-radius: 24px;
  flex-direction: column;
  width: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px #0000001a;
}

.CampaignsModule-module__MREwWG__phoneHeader {
  color: #fff;
  background: #005c4b;
  align-items: center;
  gap: 8px;
  padding: 12px 10px;
  display: flex;
}

.CampaignsModule-module__MREwWG__phoneAvatar {
  color: #005c4b;
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.CampaignsModule-module__MREwWG__phoneTitle {
  font-size: .7rem;
  font-weight: 700;
  display: block;
}

.CampaignsModule-module__MREwWG__phoneStatus {
  opacity: .8;
  font-size: .55rem;
}

.CampaignsModule-module__MREwWG__phoneChat {
  background: #efeae2;
  flex-direction: column;
  flex: 1;
  padding: 10px;
  display: flex;
  position: relative;
}

.CampaignsModule-module__MREwWG__phoneChat:before {
  content: "";
  opacity: .3;
  background-image: radial-gradient(#cbd5e1 1px, #0000 1px);
  background-size: 10px 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.CampaignsModule-module__MREwWG__chatBubble {
  color: #111b21;
  opacity: 0;
  background: #fff;
  border-radius: 0 8px 8px;
  max-width: 90%;
  padding: 8px 10px;
  font-size: .65rem;
  animation: .4s cubic-bezier(.175, .885, .32, 1.275) forwards CampaignsModule-module__MREwWG__popBubble;
  position: relative;
  transform: translateY(10px);
  box-shadow: 0 1px 2px #0000000d;
}

.CampaignsModule-module__MREwWG__phoneFooter {
  background: #fff;
  align-items: center;
  gap: 8px;
  padding: 8px;
  display: flex;
}

.CampaignsModule-module__MREwWG__phoneInput {
  background: #f0f2f5;
  border-radius: 50px;
  flex: 1;
  height: 24px;
}

.CampaignsModule-module__MREwWG__phoneMic {
  color: #fff;
  background: #00a884;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.CampaignsModule-module__MREwWG__progressOverlay {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  background: #fffffff2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.CampaignsModule-module__MREwWG__progressOverlay.CampaignsModule-module__MREwWG__active {
  opacity: 1;
  pointer-events: auto;
}

.CampaignsModule-module__MREwWG__progressCard {
  text-align: center;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  width: 100%;
  max-width: 350px;
  padding: 24px;
  box-shadow: 0 20px 40px #00000014;
}

.CampaignsModule-module__MREwWG__progressHeader {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 12px;
  display: flex;
}

.CampaignsModule-module__MREwWG__progressStatus {
  color: #1e293b;
  align-items: center;
  gap: 8px;
  font-size: .9rem;
  font-weight: 800;
  display: flex;
}

.CampaignsModule-module__MREwWG__progressPct {
  color: #10b981;
  font-size: 1.5rem;
  font-weight: 800;
}

.CampaignsModule-module__MREwWG__progressBarBg {
  background: #f1f5f9;
  border-radius: 50px;
  width: 100%;
  height: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}

.CampaignsModule-module__MREwWG__progressBarFill {
  background: #10b981;
  border-radius: 50px;
  height: 100%;
  transition: width .1s linear;
}

.CampaignsModule-module__MREwWG__progressMeta {
  color: #64748b;
  justify-content: space-between;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
}

@keyframes CampaignsModule-module__MREwWG__blink {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes CampaignsModule-module__MREwWG__popBubble {
  0% {
    opacity: 0;
    transform: translateY(10px)scale(.9);
  }

  100% {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

@media (max-width: 900px) {
  .CampaignsModule-module__MREwWG__moduleWrapper {
    flex-direction: column;
  }

  .CampaignsModule-module__MREwWG__mockupContainer {
    perspective: none;
  }

  .CampaignsModule-module__MREwWG__appWindow {
    height: auto;
    min-height: 480px;
    transform: none;
  }

  .CampaignsModule-module__MREwWG__appBody {
    flex-direction: column;
  }

  .CampaignsModule-module__MREwWG__phoneSimulator {
    flex-direction: row;
    width: 100%;
    height: 200px;
  }

  .CampaignsModule-module__MREwWG__phoneChat {
    flex: 1;
  }

  .CampaignsModule-module__MREwWG__phoneHeader, .CampaignsModule-module__MREwWG__phoneFooter {
    display: none;
  }
}

/* [project]/src/components/modules/GestaoModule.module.css [app-client] (css) */
.GestaoModule-module__1teMwa__mockupContainer {
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.GestaoModule-module__1teMwa__mockupContainer:before {
  content: "";
  filter: blur(80px);
  opacity: .1;
  z-index: 0;
  background: #10b981;
  border-radius: 50%;
  width: 80%;
  height: 80%;
  position: absolute;
}

.GestaoModule-module__1teMwa__desktopMockup {
  border: 1px solid var(--md-sys-color-outline-variant);
  z-index: 1;
  background: #f8fafc;
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  height: 450px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px #00000026;
}

.GestaoModule-module__1teMwa__browserBar {
  background: #e2e8f0;
  border-bottom: 1px solid #cbd5e1;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  display: flex;
}

.GestaoModule-module__1teMwa__dots {
  gap: 6px;
  display: flex;
}

.GestaoModule-module__1teMwa__dots span {
  background: #94a3b8;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.GestaoModule-module__1teMwa__dots span:first-child {
  background: #ef4444;
}

.GestaoModule-module__1teMwa__dots span:nth-child(2) {
  background: #f59e0b;
}

.GestaoModule-module__1teMwa__dots span:nth-child(3) {
  background: #22c55e;
}

.GestaoModule-module__1teMwa__addressBar {
  color: #64748b;
  background: #fff;
  border-radius: 6px;
  flex: 1;
  align-items: center;
  height: 24px;
  margin-left: 12px;
  padding: 0 12px;
  font-family: monospace;
  font-size: .7rem;
  display: flex;
}

.GestaoModule-module__1teMwa__dashboardBody {
  background: #f1f5f9;
  flex-direction: column;
  flex: 1;
  gap: 16px;
  padding: 16px;
  display: flex;
  overflow-y: auto;
}

.GestaoModule-module__1teMwa__statsRow {
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  display: grid;
}

.GestaoModule-module__1teMwa__statCard {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  flex-direction: column;
  padding: 16px;
  transition: transform .2s, box-shadow .2s;
  animation: .4s ease-out backwards GestaoModule-module__1teMwa__fadeInDown;
  display: flex;
  box-shadow: 0 2px 4px #00000005;
}

.GestaoModule-module__1teMwa__statCard:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px #0000000d;
}

.GestaoModule-module__1teMwa__statCard:first-child {
  animation-delay: .1s;
}

.GestaoModule-module__1teMwa__statCard:nth-child(2) {
  animation-delay: .2s;
}

.GestaoModule-module__1teMwa__statTitle {
  color: #64748b;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: .7rem;
  font-weight: 700;
}

.GestaoModule-module__1teMwa__statValue {
  color: #1e293b;
  font-size: 1.3rem;
  font-weight: 800;
}

.GestaoModule-module__1teMwa__statGreen {
  color: #10b981;
}

.GestaoModule-module__1teMwa__statRed {
  color: #ef4444;
}

.GestaoModule-module__1teMwa__listContainer {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.GestaoModule-module__1teMwa__listHeader {
  color: #334155;
  background: #fafafa;
  border-bottom: 1px solid #e2e8f0;
  justify-content: space-between;
  padding: 12px 16px;
  font-size: .85rem;
  font-weight: 700;
  display: flex;
}

.GestaoModule-module__1teMwa__listBody {
  flex-direction: column;
  display: flex;
}

.GestaoModule-module__1teMwa__txRow {
  border-bottom: 1px solid #f1f5f9;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  animation: .4s ease-out backwards GestaoModule-module__1teMwa__fadeInRight;
  display: flex;
}

.GestaoModule-module__1teMwa__txRow:last-child {
  border-bottom: none;
}

.GestaoModule-module__1teMwa__txRow:first-child {
  animation-delay: .1s;
}

.GestaoModule-module__1teMwa__txRow:nth-child(2) {
  animation-delay: .2s;
}

.GestaoModule-module__1teMwa__txRow:nth-child(3) {
  animation-delay: .3s;
}

.GestaoModule-module__1teMwa__txRow:nth-child(4) {
  animation-delay: .4s;
}

.GestaoModule-module__1teMwa__txIcon {
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.GestaoModule-module__1teMwa__iconIn {
  color: #166534;
  background: #dcfce7;
}

.GestaoModule-module__1teMwa__iconOut {
  color: #991b1b;
  background: #fee2e2;
}

.GestaoModule-module__1teMwa__iconInv {
  color: #1e40af;
  background: #dbeafe;
}

.GestaoModule-module__1teMwa__iconRec {
  color: #6b21a8;
  background: #f3e8ff;
}

.GestaoModule-module__1teMwa__txInfo {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.GestaoModule-module__1teMwa__txName {
  color: #1e293b;
  margin-bottom: 2px;
  font-size: .85rem;
  font-weight: 700;
}

.GestaoModule-module__1teMwa__txMeta {
  color: #64748b;
  align-items: center;
  gap: 6px;
  font-size: .7rem;
  display: flex;
}

.GestaoModule-module__1teMwa__txRight {
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  display: flex;
}

.GestaoModule-module__1teMwa__txAmount {
  font-size: .85rem;
  font-weight: 800;
}

.GestaoModule-module__1teMwa__amountIn {
  color: #059669;
}

.GestaoModule-module__1teMwa__amountOut {
  color: #dc2626;
}

.GestaoModule-module__1teMwa__txStatus {
  border-radius: 50px;
  padding: 2px 8px;
  font-size: .65rem;
  font-weight: 700;
}

.GestaoModule-module__1teMwa__statusPaid {
  color: #166534;
  background: #dcfce7;
}

.GestaoModule-module__1teMwa__statusPending {
  color: #b45309;
  background: #fef3c7;
}

.GestaoModule-module__1teMwa__chartWrapper {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  justify-content: space-around;
  align-items: flex-end;
  gap: 8px;
  height: 200px;
  padding: 20px;
  display: flex;
}

.GestaoModule-module__1teMwa__chartBar {
  background: var(--md-sys-color-primary);
  transform-origin: bottom;
  border-radius: 6px 6px 0 0;
  width: 15%;
  animation: 1s cubic-bezier(.2, .8, .2, 1) forwards GestaoModule-module__1teMwa__growUp;
}

.GestaoModule-module__1teMwa__chartBar.GestaoModule-module__1teMwa__green {
  background: #10b981;
}

.GestaoModule-module__1teMwa__fiscalMockup {
  color: #cbd5e1;
  background: #1e293b;
  border-radius: 12px;
  height: 100%;
  padding: 16px;
  font-family: monospace;
  font-size: .7rem;
  position: relative;
  overflow: hidden;
}

.GestaoModule-module__1teMwa__fiscalTitle {
  color: #38bdf8;
  margin-bottom: 8px;
  font-size: .8rem;
  font-weight: bold;
}

.GestaoModule-module__1teMwa__xmlLine {
  margin-bottom: 4px;
  animation: .5s ease-out backwards GestaoModule-module__1teMwa__typeWriter;
}

.GestaoModule-module__1teMwa__xmlTag {
  color: #f472b6;
}

.GestaoModule-module__1teMwa__xmlVal {
  color: #a3e635;
}

.GestaoModule-module__1teMwa__fiscalStamp {
  color: #fff;
  background: #10b981;
  border-radius: 6px;
  padding: 6px 12px;
  font-family: sans-serif;
  font-weight: bold;
  animation: .5s cubic-bezier(.2, .8, .2, 1) 1.5s backwards GestaoModule-module__1teMwa__popStamp;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transform: rotate(-5deg);
}

@keyframes GestaoModule-module__1teMwa__fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes GestaoModule-module__1teMwa__fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes GestaoModule-module__1teMwa__growUp {
  from {
    transform: scaleY(0);
  }

  to {
    transform: scaleY(1);
  }
}

@keyframes GestaoModule-module__1teMwa__typeWriter {
  from {
    opacity: 0;
    transform: translateX(-5px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes GestaoModule-module__1teMwa__popStamp {
  0% {
    opacity: 0;
    transform: scale(.5)rotate(-5deg);
  }

  80% {
    transform: scale(1.1)rotate(-5deg);
  }

  100% {
    opacity: 1;
    transform: scale(1)rotate(-5deg);
  }
}

@media (max-width: 900px) {
  .GestaoModule-module__1teMwa__desktopMockup {
    max-width: 100%;
    height: 400px;
  }
}

/* [project]/src/components/modules/ServicosModule.module.css [app-client] (css) */
.ServicosModule-module__A87wDG__mockupContainer {
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.ServicosModule-module__A87wDG__mockupContainer:before {
  content: "";
  filter: blur(80px);
  opacity: .12;
  z-index: 0;
  background: #f59e0b;
  border-radius: 50%;
  width: 80%;
  height: 80%;
  position: absolute;
}

.ServicosModule-module__A87wDG__desktopMockup {
  border: 1px solid var(--md-sys-color-outline-variant);
  z-index: 1;
  background: #f8fafc;
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  height: 450px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px #00000026;
}

.ServicosModule-module__A87wDG__browserBar {
  background: #e2e8f0;
  border-bottom: 1px solid #cbd5e1;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  display: flex;
}

.ServicosModule-module__A87wDG__dots {
  gap: 6px;
  display: flex;
}

.ServicosModule-module__A87wDG__dots span {
  background: #94a3b8;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.ServicosModule-module__A87wDG__dots span:first-child {
  background: #ef4444;
}

.ServicosModule-module__A87wDG__dots span:nth-child(2) {
  background: #f59e0b;
}

.ServicosModule-module__A87wDG__dots span:nth-child(3) {
  background: #22c55e;
}

.ServicosModule-module__A87wDG__addressBar {
  color: #64748b;
  background: #fff;
  border-radius: 6px;
  flex: 1;
  align-items: center;
  height: 24px;
  margin-left: 12px;
  padding: 0 12px;
  font-family: monospace;
  font-size: .7rem;
  display: flex;
}

.ServicosModule-module__A87wDG__dashboardBody {
  background: #f1f5f9;
  flex-direction: column;
  flex: 1;
  gap: 16px;
  padding: 16px;
  display: flex;
  overflow-y: auto;
}

.ServicosModule-module__A87wDG__osList {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.ServicosModule-module__A87wDG__osCard {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  flex-direction: column;
  gap: 8px;
  padding: 14px;
  animation: .3s ease-out backwards ServicosModule-module__A87wDG__slideIn;
  display: flex;
}

.ServicosModule-module__A87wDG__osCard:first-child {
  animation-delay: .1s;
}

.ServicosModule-module__A87wDG__osCard:nth-child(2) {
  animation-delay: .2s;
}

.ServicosModule-module__A87wDG__osCard:nth-child(3) {
  animation-delay: .3s;
}

.ServicosModule-module__A87wDG__osHeader {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ServicosModule-module__A87wDG__osNumber {
  color: #1e293b;
  font-size: .9rem;
  font-weight: 800;
}

.ServicosModule-module__A87wDG__osDate {
  color: #94a3b8;
  font-size: .7rem;
}

.ServicosModule-module__A87wDG__osTitle {
  color: #334155;
  font-size: .9rem;
  font-weight: 600;
}

.ServicosModule-module__A87wDG__osClient {
  color: #64748b;
  align-items: center;
  gap: 4px;
  font-size: .75rem;
  display: flex;
}

.ServicosModule-module__A87wDG__osFooter {
  border-top: 1px dashed #e2e8f0;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  padding-top: 8px;
  display: flex;
}

.ServicosModule-module__A87wDG__osStatus {
  text-transform: uppercase;
  border-radius: 50px;
  padding: 4px 10px;
  font-size: .65rem;
  font-weight: 700;
}

.ServicosModule-module__A87wDG__statusOpen {
  color: #0284c7;
  background: #e0f2fe;
}

.ServicosModule-module__A87wDG__statusProgress {
  color: #b45309;
  background: #fef3c7;
}

.ServicosModule-module__A87wDG__statusDone {
  color: #166534;
  background: #dcfce7;
}

.ServicosModule-module__A87wDG__osPrice {
  color: #10b981;
  font-size: .85rem;
  font-weight: 700;
}

.ServicosModule-module__A87wDG__customForm {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
  animation: .4s ease-out ServicosModule-module__A87wDG__fadeIn;
}

.ServicosModule-module__A87wDG__formSelector {
  color: #334155;
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 12px;
  font-size: .85rem;
  font-weight: 700;
  display: flex;
}

.ServicosModule-module__A87wDG__formGrid {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  display: grid;
}

.ServicosModule-module__A87wDG__formField {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.ServicosModule-module__A87wDG__formField.ServicosModule-module__A87wDG__full {
  grid-column: span 2;
}

.ServicosModule-module__A87wDG__fieldLabel {
  color: #64748b;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 600;
}

.ServicosModule-module__A87wDG__fieldInput {
  color: #1e293b;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 8px;
  font-size: .85rem;
}

.ServicosModule-module__A87wDG__integrationCard {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
  animation: .4s ease-out ServicosModule-module__A87wDG__fadeIn;
}

.ServicosModule-module__A87wDG__sectionTitle {
  color: #334155;
  border-bottom: 1px solid #f1f5f9;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  font-size: .8rem;
  font-weight: 700;
  display: flex;
}

.ServicosModule-module__A87wDG__partsList {
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
  display: flex;
}

.ServicosModule-module__A87wDG__partItem {
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.ServicosModule-module__A87wDG__partName {
  color: #1e293b;
  font-size: .8rem;
  font-weight: 600;
}

.ServicosModule-module__A87wDG__partStock {
  color: #10b981;
  background: #dcfce7;
  border-radius: 4px;
  margin-left: 8px;
  padding: 2px 6px;
  font-size: .65rem;
}

.ServicosModule-module__A87wDG__partPrice {
  color: #475569;
  font-size: .85rem;
  font-weight: 700;
}

.ServicosModule-module__A87wDG__financeAction {
  background: #fff7ed;
  border: 1px dashed #f97316;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

.ServicosModule-module__A87wDG__financeTotal {
  flex-direction: column;
  display: flex;
}

.ServicosModule-module__A87wDG__fLabel {
  color: #9a3412;
  font-size: .7rem;
  font-weight: 600;
}

.ServicosModule-module__A87wDG__fValue {
  color: #ea580c;
  font-size: 1.1rem;
  font-weight: 800;
}

.ServicosModule-module__A87wDG__btnFaturar {
  color: #fff;
  cursor: pointer;
  background: #ea580c;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: .8rem;
  font-weight: 700;
}

.ServicosModule-module__A87wDG__checkCard {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
  animation: .4s ease-out ServicosModule-module__A87wDG__fadeIn;
}

.ServicosModule-module__A87wDG__checkItem {
  color: #334155;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: .85rem;
  display: flex;
}

.ServicosModule-module__A87wDG__checkIcon {
  color: #10b981;
}

.ServicosModule-module__A87wDG__uncheckIcon {
  color: #cbd5e1;
}

.ServicosModule-module__A87wDG__checkText.ServicosModule-module__A87wDG__done {
  color: #94a3b8;
  text-decoration: line-through;
}

.ServicosModule-module__A87wDG__internalNote {
  background: #fffbeb;
  border: 1px solid #fcd34d;
  border-radius: 8px;
  margin-top: 16px;
  padding: 12px;
  position: relative;
}

.ServicosModule-module__A87wDG__noteTitle {
  color: #b45309;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
  font-size: .7rem;
  font-weight: 700;
  display: flex;
}

.ServicosModule-module__A87wDG__noteText {
  color: #92400e;
  font-size: .8rem;
  font-style: italic;
}

@keyframes ServicosModule-module__A87wDG__slideIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes ServicosModule-module__A87wDG__fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .ServicosModule-module__A87wDG__desktopMockup {
    max-width: 100%;
    height: 400px;
  }
}

/* [project]/src/components/modules/CrmModule.module.css [app-client] (css) */
.CrmModule-module__5p7Q_a__moduleWrapper {
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem;
  display: flex;
}

.CrmModule-module__5p7Q_a__textContent {
  flex-direction: column;
  flex: 350px;
  gap: 1.5rem;
  display: flex;
}

.CrmModule-module__5p7Q_a__badge {
  color: #0284c7;
  text-transform: uppercase;
  letter-spacing: .5px;
  background: #e0f2fe;
  border-radius: 50px;
  width: max-content;
  padding: 6px 16px;
  font-size: .8rem;
  font-weight: 800;
}

.CrmModule-module__5p7Q_a__title {
  color: #0f172a;
  margin: 0;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.CrmModule-module__5p7Q_a__description {
  color: #64748b;
  font-size: 1.1rem;
  line-height: 1.6;
}

.CrmModule-module__5p7Q_a__featureList {
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
  display: flex;
}

.CrmModule-module__5p7Q_a__featureItem {
  color: #1e293b;
  align-items: center;
  gap: 12px;
  font-size: .95rem;
  font-weight: 700;
  display: flex;
}

.CrmModule-module__5p7Q_a__featureIcon {
  background: #f8fafc;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.CrmModule-module__5p7Q_a__mockupContainer {
  flex: 650px;
  width: 100%;
  animation: 6s ease-in-out infinite CrmModule-module__5p7Q_a__floatMockup;
  position: relative;
}

.CrmModule-module__5p7Q_a__mockupContainer:before {
  content: "";
  filter: blur(40px);
  z-index: 0;
  background: radial-gradient(circle, #0284c726 0%, #0284c700 70%);
  width: 100%;
  height: 100%;
  animation: 4s infinite alternate CrmModule-module__5p7Q_a__pulseGlow;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.CrmModule-module__5p7Q_a__kanbanMockup {
  z-index: 1;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  height: 550px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px -15px #0284c726;
}

.CrmModule-module__5p7Q_a__kanbanTopBar {
  border-bottom: 1px solid #f1f5f9;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  display: flex;
}

.CrmModule-module__5p7Q_a__kTopLeft {
  align-items: center;
  gap: 12px;
  display: flex;
}

.CrmModule-module__5p7Q_a__kFunnelIcon {
  color: #ea580c;
  background: #ffedd5;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.CrmModule-module__5p7Q_a__kFunnelTitle {
  color: #1e293b;
  align-items: center;
  gap: 8px;
  font-size: 1.2rem;
  font-weight: 800;
  display: flex;
}

.CrmModule-module__5p7Q_a__kTopRight {
  align-items: center;
  gap: 12px;
  display: flex;
}

.CrmModule-module__5p7Q_a__kBtnOrange {
  color: #fff;
  background: #ea580c;
  border-radius: 50px;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  font-size: .8rem;
  font-weight: 800;
  display: flex;
}

.CrmModule-module__5p7Q_a__kFilter {
  color: #64748b;
  border: 1px solid #e2e8f0;
  border-radius: 50px;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  font-size: .75rem;
  font-weight: 600;
  display: flex;
}

.CrmModule-module__5p7Q_a__kanbanBoard {
  background: #f8fafc;
  flex: 1;
  gap: 16px;
  padding: 20px;
  display: flex;
  overflow: auto hidden;
}

.CrmModule-module__5p7Q_a__kanbanColumn {
  flex-direction: column;
  flex-shrink: 0;
  width: 300px;
  display: flex;
}

.CrmModule-module__5p7Q_a__kColHeader {
  flex-direction: column;
  gap: 10px;
  margin-bottom: 12px;
  display: flex;
}

.CrmModule-module__5p7Q_a__kColTitleRow {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.CrmModule-module__5p7Q_a__kColTitle {
  color: #1e293b;
  align-items: center;
  gap: 8px;
  font-size: .9rem;
  font-weight: 800;
  display: flex;
}

.CrmModule-module__5p7Q_a__kDot {
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.CrmModule-module__5p7Q_a__kColCount {
  color: #0284c7;
  background: #e0f2fe;
  border-radius: 50px;
  padding: 2px 8px;
  font-size: .7rem;
  font-weight: 800;
}

.CrmModule-module__5p7Q_a__kColMoney {
  color: #166534;
  background: #dcfce7;
  border: 1px solid #86efac;
  border-radius: 8px;
  align-items: center;
  gap: 6px;
  width: max-content;
  padding: 4px 12px;
  font-size: .8rem;
  font-weight: 800;
  display: flex;
}

.CrmModule-module__5p7Q_a__kCardList {
  flex-direction: column;
  flex: 1;
  gap: 12px;
  padding-bottom: 20px;
  padding-right: 4px;
  display: flex;
  overflow-y: auto;
}

.CrmModule-module__5p7Q_a__kCardList::-webkit-scrollbar {
  width: 4px;
}

.CrmModule-module__5p7Q_a__kCardList::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

.CrmModule-module__5p7Q_a__kCard {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px;
  transition: transform .2s;
  position: relative;
  box-shadow: 0 4px 6px #00000005;
}

.CrmModule-module__5p7Q_a__kCard.CrmModule-module__5p7Q_a__alert {
  border: 2px solid #ea580c;
  box-shadow: 0 8px 16px #ea580c1a;
}

.CrmModule-module__5p7Q_a__kNotification {
  color: #fff;
  z-index: 2;
  background: #ea580c;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: .65rem;
  font-weight: 900;
  display: flex;
  position: absolute;
  top: -8px;
  right: -8px;
}

.CrmModule-module__5p7Q_a__kSlaHeader {
  color: #dc2626;
  text-transform: uppercase;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
  font-size: .65rem;
  font-weight: 800;
  display: flex;
}

.CrmModule-module__5p7Q_a__kCardMain {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.CrmModule-module__5p7Q_a__kCardProfile {
  gap: 10px;
  display: flex;
}

.CrmModule-module__5p7Q_a__kAvatar {
  object-fit: cover;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}

.CrmModule-module__5p7Q_a__kName {
  color: #1e293b;
  margin-bottom: 4px;
  font-size: .85rem;
  font-weight: 800;
  display: block;
}

.CrmModule-module__5p7Q_a__kPhone {
  color: #10b981;
  border: 1px solid #86efac;
  border-radius: 4px;
  align-items: center;
  gap: 4px;
  padding: 2px 6px;
  font-size: .65rem;
  font-weight: 700;
  display: inline-flex;
}

.CrmModule-module__5p7Q_a__kValue {
  color: #10b981;
  font-size: .8rem;
  font-weight: 800;
}

.CrmModule-module__5p7Q_a__kTags {
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
  display: flex;
}

.CrmModule-module__5p7Q_a__kTag {
  border-radius: 4px;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  font-size: .65rem;
  font-weight: 700;
  display: flex;
}

.CrmModule-module__5p7Q_a__kTagGood {
  color: #166534;
  background: #dcfce7;
}

.CrmModule-module__5p7Q_a__kTagBad {
  color: #dc2626;
  background: #fee2e2;
}

.CrmModule-module__5p7Q_a__kTagWarn {
  color: #ea580c;
  border: 1px solid #fed7aa;
}

.CrmModule-module__5p7Q_a__kCardFooter {
  border-top: 1px solid #f1f5f9;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  display: flex;
}

.CrmModule-module__5p7Q_a__kFooterIcon {
  color: #fff;
  background: #ea580c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.CrmModule-module__5p7Q_a__kActions {
  color: #ea580c;
  gap: 8px;
  display: flex;
}

.CrmModule-module__5p7Q_a__kActionBtn {
  border: 1px solid #fed7aa;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.CrmModule-module__5p7Q_a__kAddBtn {
  color: #64748b;
  background: none;
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding: 10px;
  font-size: .8rem;
  font-weight: 700;
  display: flex;
}

.CrmModule-module__5p7Q_a__ghostInteractionArea {
  pointer-events: none;
  z-index: 50;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.CrmModule-module__5p7Q_a__kanbanMockup:hover .CrmModule-module__5p7Q_a__ghostInteractionArea {
  display: none;
}

.CrmModule-module__5p7Q_a__ghostCursor {
  filter: drop-shadow(0 4px 8px #0000004d);
  z-index: 51;
  width: 36px;
  height: 36px;
  animation: 5s cubic-bezier(.4, 0, .2, 1) infinite CrmModule-module__5p7Q_a__ghostMove;
  position: absolute;
  top: 220px;
  left: 160px;
}

.CrmModule-module__5p7Q_a__ghostFakeCard {
  opacity: 0;
  z-index: 50;
  background: #fff;
  border: 2px solid #ea580c;
  border-radius: 12px;
  width: 290px;
  padding: 14px;
  animation: 5s cubic-bezier(.4, 0, .2, 1) infinite CrmModule-module__5p7Q_a__ghostDragCard;
  position: absolute;
  top: 210px;
  left: 24px;
  box-shadow: 0 20px 40px #0003;
}

@keyframes CrmModule-module__5p7Q_a__floatMockup {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes CrmModule-module__5p7Q_a__pulseGlow {
  0% {
    opacity: .3;
    transform: translate(-50%, -50%)scale(.9);
  }

  100% {
    opacity: .6;
    transform: translate(-50%, -50%)scale(1.1);
  }
}

@keyframes CrmModule-module__5p7Q_a__pulseSla {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }
}

@keyframes CrmModule-module__5p7Q_a__ghostMove {
  0% {
    opacity: 0;
    transform: translate(0);
  }

  10% {
    opacity: 1;
    transform: translate(0, 50px);
  }

  20% {
    transform: translate(0, 50px)scale(.8);
  }

  35% {
    transform: translate(320px, 50px)scale(.8);
  }

  45% {
    transform: translate(320px, 50px)scale(1);
  }

  60% {
    opacity: 1;
    transform: translate(360px, 120px);
  }

  80%, 100% {
    opacity: 0;
    transform: translate(360px, 120px);
  }
}

@keyframes CrmModule-module__5p7Q_a__ghostDragCard {
  0%, 19% {
    opacity: 0;
    transform: translate(0)rotate(0);
  }

  20% {
    opacity: 1;
    transform: translate(0)rotate(4deg);
  }

  35% {
    opacity: 1;
    transform: translate(320px)rotate(4deg);
  }

  40% {
    opacity: 0;
    transform: translate(320px)rotate(0);
  }

  100% {
    opacity: 0;
  }
}

@media (max-width: 900px) {
  .CrmModule-module__5p7Q_a__ghostInteractionArea {
    display: none;
  }
}

/* [project]/src/components/modules/RhModule.module.css [app-client] (css) */
.RhModule-module__GYapzq__mockupContainer {
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.RhModule-module__GYapzq__mockupContainer:before {
  content: "";
  filter: blur(80px);
  opacity: .12;
  z-index: 0;
  background: #6366f1;
  border-radius: 50%;
  width: 80%;
  height: 80%;
  position: absolute;
}

.RhModule-module__GYapzq__desktopMockup {
  border: 1px solid var(--md-sys-color-outline-variant);
  z-index: 1;
  background: #f8fafc;
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  height: 450px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px #00000026;
}

.RhModule-module__GYapzq__browserBar {
  background: #e2e8f0;
  border-bottom: 1px solid #cbd5e1;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  display: flex;
}

.RhModule-module__GYapzq__dots {
  gap: 6px;
  display: flex;
}

.RhModule-module__GYapzq__dots span {
  background: #94a3b8;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.RhModule-module__GYapzq__dots span:first-child {
  background: #ef4444;
}

.RhModule-module__GYapzq__dots span:nth-child(2) {
  background: #f59e0b;
}

.RhModule-module__GYapzq__dots span:nth-child(3) {
  background: #22c55e;
}

.RhModule-module__GYapzq__addressBar {
  color: #64748b;
  background: #fff;
  border-radius: 6px;
  flex: 1;
  align-items: center;
  height: 24px;
  margin-left: 12px;
  padding: 0 12px;
  font-family: monospace;
  font-size: .7rem;
  display: flex;
}

.RhModule-module__GYapzq__dashboardBody {
  background: #f1f5f9;
  flex-direction: column;
  flex: 1;
  gap: 16px;
  padding: 16px;
  display: flex;
  overflow-y: auto;
}

.RhModule-module__GYapzq__clockCard {
  text-align: center;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  animation: .4s ease-out RhModule-module__GYapzq__fadeIn;
  box-shadow: 0 4px 10px #00000005;
}

.RhModule-module__GYapzq__currentTime {
  color: #1e293b;
  font-variant-numeric: tabular-nums;
  letter-spacing: -1px;
  font-size: 2.5rem;
  font-weight: 800;
}

.RhModule-module__GYapzq__currentDate {
  color: #64748b;
  margin-bottom: 16px;
  font-size: .85rem;
}

.RhModule-module__GYapzq__punchBtn {
  background: var(--md-sys-color-primary);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 50px;
  align-items: center;
  gap: 8px;
  padding: 12px 32px;
  font-size: 1rem;
  font-weight: 700;
  transition: transform .2s;
  display: inline-flex;
  box-shadow: 0 4px 12px #f57c004d;
}

.RhModule-module__GYapzq__punchBtn:hover {
  transform: scale(1.05);
}

.RhModule-module__GYapzq__punchList {
  border-top: 1px solid #f1f5f9;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 16px;
  display: flex;
}

.RhModule-module__GYapzq__punchItem {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.RhModule-module__GYapzq__punchLabel {
  text-transform: uppercase;
  color: #94a3b8;
  font-size: .65rem;
  font-weight: 700;
}

.RhModule-module__GYapzq__punchTime {
  color: #334155;
  font-size: .9rem;
  font-weight: 600;
}

.RhModule-module__GYapzq__punchMissing {
  color: #cbd5e1;
}

.RhModule-module__GYapzq__balanceCard {
  color: #fff;
  background: linear-gradient(135deg, #4f46e5, #6366f1);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  animation: .5s ease-out .2s backwards RhModule-module__GYapzq__slideUp;
  display: flex;
}

.RhModule-module__GYapzq__balanceInfo h4 {
  opacity: .9;
  margin: 0;
  font-size: .8rem;
  font-weight: 600;
}

.RhModule-module__GYapzq__balanceInfo p {
  margin: 4px 0 0;
  font-size: 1.25rem;
  font-weight: 800;
}

.RhModule-module__GYapzq__listContainer {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.RhModule-module__GYapzq__listHeader {
  color: #334155;
  background: #fafafa;
  border-bottom: 1px solid #e2e8f0;
  padding: 12px 16px;
  font-size: .85rem;
  font-weight: 700;
}

.RhModule-module__GYapzq__empRow {
  border-bottom: 1px solid #f1f5f9;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  animation: .4s ease-out backwards RhModule-module__GYapzq__fadeInRight;
  display: flex;
}

.RhModule-module__GYapzq__empRow:last-child {
  border-bottom: none;
}

.RhModule-module__GYapzq__empRow:first-child {
  animation-delay: .1s;
}

.RhModule-module__GYapzq__empRow:nth-child(2) {
  animation-delay: .2s;
}

.RhModule-module__GYapzq__empRow:nth-child(3) {
  animation-delay: .3s;
}

.RhModule-module__GYapzq__empAvatar {
  color: #64748b;
  background: #e2e8f0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: .8rem;
  font-weight: bold;
  display: flex;
}

.RhModule-module__GYapzq__empInfo {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.RhModule-module__GYapzq__empName {
  color: #1e293b;
  margin-bottom: 2px;
  font-size: .85rem;
  font-weight: 700;
}

.RhModule-module__GYapzq__empRole {
  color: #64748b;
  font-size: .7rem;
}

.RhModule-module__GYapzq__empStatus {
  border-radius: 50px;
  padding: 2px 8px;
  font-size: .65rem;
  font-weight: 700;
}

.RhModule-module__GYapzq__statusActive {
  color: #166534;
  background: #dcfce7;
}

.RhModule-module__GYapzq__statusVacation {
  color: #b45309;
  background: #fef3c7;
}

.RhModule-module__GYapzq__jobCard {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin-bottom: 12px;
  padding: 16px;
}

.RhModule-module__GYapzq__jobHeader {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.RhModule-module__GYapzq__jobTitle {
  color: #1e293b;
  font-size: .95rem;
  font-weight: 700;
}

.RhModule-module__GYapzq__jobPlatform {
  color: #2563eb;
  background: #eff6ff;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: .7rem;
  font-weight: 600;
}

.RhModule-module__GYapzq__candidateList {
  gap: 8px;
  padding-bottom: 8px;
  display: flex;
  overflow-x: auto;
}

.RhModule-module__GYapzq__candidateCard {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  flex-direction: column;
  gap: 6px;
  min-width: 120px;
  padding: 10px;
  animation: .3s ease-out backwards RhModule-module__GYapzq__scaleIn;
  display: flex;
}

.RhModule-module__GYapzq__candidateCard:first-child {
  animation-delay: .1s;
}

.RhModule-module__GYapzq__candidateCard:nth-child(2) {
  animation-delay: .2s;
}

.RhModule-module__GYapzq__candidateCard:nth-child(3) {
  animation-delay: .3s;
}

.RhModule-module__GYapzq__candName {
  color: #334155;
  font-size: .8rem;
  font-weight: 600;
}

.RhModule-module__GYapzq__candMatch {
  color: #10b981;
  align-items: center;
  gap: 4px;
  font-size: .7rem;
  font-weight: 700;
  display: flex;
}

@keyframes RhModule-module__GYapzq__fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes RhModule-module__GYapzq__slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes RhModule-module__GYapzq__fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes RhModule-module__GYapzq__scaleIn {
  from {
    opacity: 0;
    transform: scale(.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 900px) {
  .RhModule-module__GYapzq__desktopMockup {
    max-width: 100%;
    height: 400px;
  }
}

/* [project]/src/components/modules/AutomationsModule.module.css [app-client] (css) */
.AutomationsModule-module__OHvQ-q__darkSection {
  color: #fff;
  font-family: var(--font-poppins);
  background-color: #0b0f19;
  padding: 8rem 0;
  position: relative;
  overflow: hidden;
}

.AutomationsModule-module__OHvQ-q__darkSection:before {
  content: "";
  pointer-events: none;
  z-index: 0;
  background-image: linear-gradient(#ffffff08 1px, #0000 1px), linear-gradient(90deg, #ffffff08 1px, #0000 1px);
  background-size: 40px 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.AutomationsModule-module__OHvQ-q__glowBackground {
  filter: blur(60px);
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle, #ea580c26 0%, #0000 60%);
  width: 800px;
  height: 800px;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.AutomationsModule-module__OHvQ-q__container {
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
}

.AutomationsModule-module__OHvQ-q__sectionHeader {
  text-align: center;
  margin-bottom: 6rem;
}

.AutomationsModule-module__OHvQ-q__badge {
  color: #fb923c;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #ea580c1a;
  border: 1px solid #ea580c4d;
  border-radius: 50px;
  padding: 6px 16px;
  font-size: .8rem;
  font-weight: 800;
}

.AutomationsModule-module__OHvQ-q__title {
  color: #fff;
  letter-spacing: -1px;
  margin: 1.5rem 0 1rem;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
}

.AutomationsModule-module__OHvQ-q__title span {
  color: #f97316;
}

.AutomationsModule-module__OHvQ-q__subtitle {
  color: #94a3b8;
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.6;
}

.AutomationsModule-module__OHvQ-q__flowSplit {
  align-items: center;
  gap: 4rem;
  margin-bottom: 8rem;
  display: flex;
}

.AutomationsModule-module__OHvQ-q__canvasContainer {
  background: #0f172a radial-gradient(#334155 1.5px, #0000 1.5px) 0 0 / 24px 24px;
  border: 1px solid #1e293b;
  border-radius: 40px;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 650px;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: auto hidden;
  box-shadow: inset 0 0 60px #000c, 0 20px 40px #0000004d;
}

.AutomationsModule-module__OHvQ-q__canvasContainer::-webkit-scrollbar {
  height: 8px;
}

.AutomationsModule-module__OHvQ-q__canvasContainer::-webkit-scrollbar-thumb {
  background: #334155;
  border-radius: 4px;
}

.AutomationsModule-module__OHvQ-q__flowNode {
  z-index: 2;
  background: #1e293b;
  border: 1px solid #334155;
  border-radius: 12px;
  flex-shrink: 0;
  width: 170px;
  min-width: 170px;
  transition: all .3s cubic-bezier(.34, 1.56, .64, 1);
  position: relative;
  box-shadow: 0 10px 20px #0000004d;
}

.AutomationsModule-module__OHvQ-q__flowNode:before, .AutomationsModule-module__OHvQ-q__flowNode:after {
  content: "";
  background: #0f172a;
  border: 2px solid #64748b;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  transition: all .3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.AutomationsModule-module__OHvQ-q__flowNode:before {
  left: -6px;
}

.AutomationsModule-module__OHvQ-q__flowNode:after {
  left: auto;
  right: -6px;
}

.AutomationsModule-module__OHvQ-q__flowNode.AutomationsModule-module__OHvQ-q__firstNode:before, .AutomationsModule-module__OHvQ-q__flowNode.AutomationsModule-module__OHvQ-q__lastNode:after {
  display: none;
}

.AutomationsModule-module__OHvQ-q__nodeHeader {
  background: #0003;
  border-bottom: 1px solid #334155;
  border-radius: 12px 12px 0 0;
  align-items: center;
  gap: 8px;
  padding: 10px;
  display: flex;
}

.AutomationsModule-module__OHvQ-q__nodeIcon {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.AutomationsModule-module__OHvQ-q__nodeTitle {
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: .75rem;
  font-weight: 700;
  overflow: hidden;
}

.AutomationsModule-module__OHvQ-q__nodeBody {
  flex-direction: column;
  gap: 6px;
  padding: 10px;
  display: flex;
}

.AutomationsModule-module__OHvQ-q__nodeParam {
  background: #0f172a;
  border: 1px solid #334155;
  border-radius: 6px;
  flex-direction: column;
  gap: 2px;
  padding: 6px 8px;
  font-size: .65rem;
  display: flex;
}

.AutomationsModule-module__OHvQ-q__paramLabel {
  color: #64748b;
}

.AutomationsModule-module__OHvQ-q__paramValue {
  color: #38bdf8;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 700;
  overflow: hidden;
}

.AutomationsModule-module__OHvQ-q__flowEdge {
  z-index: 1;
  background: #334155;
  flex-shrink: 0;
  min-width: 30px;
  height: 2px;
  transition: all .3s;
}

.AutomationsModule-module__OHvQ-q__flowNode.AutomationsModule-module__OHvQ-q__activeNode {
  border-color: #f97316;
  transform: scale(1.05);
  box-shadow: 0 0 30px #f9731633;
}

.AutomationsModule-module__OHvQ-q__flowNode.AutomationsModule-module__OHvQ-q__activeNode:before, .AutomationsModule-module__OHvQ-q__flowNode.AutomationsModule-module__OHvQ-q__activeNode:after {
  background: #f97316;
  border-color: #f97316;
  box-shadow: 0 0 10px #f97316;
}

.AutomationsModule-module__OHvQ-q__flowEdge.AutomationsModule-module__OHvQ-q__activeEdge {
  background: #f97316;
  box-shadow: 0 0 10px #f97316;
}

.AutomationsModule-module__OHvQ-q__phoneContainer {
  perspective: 1000px;
  flex: 1;
  justify-content: center;
  display: flex;
  position: relative;
}

.AutomationsModule-module__OHvQ-q__phoneMockup {
  background: #000;
  border: 2px solid #475569;
  border-radius: 50px;
  flex-direction: column;
  width: 330px;
  height: 650px;
  padding: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 10px #ffffff1a, 0 40px 80px -20px #000c, 0 0 40px #f9731626;
}

.AutomationsModule-module__OHvQ-q__phoneScreen {
  background: #0b141a;
  border-radius: 38px;
  flex-direction: column;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.AutomationsModule-module__OHvQ-q__dynamicIsland {
  z-index: 50;
  background: #000;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 110px;
  height: 30px;
  padding: 0 10px;
  display: flex;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: inset 0 0 4px #ffffff1a;
}

.AutomationsModule-module__OHvQ-q__cameraDot {
  background: #111;
  border: 2px solid #050505;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  box-shadow: inset 0 0 4px #fff3;
}

.AutomationsModule-module__OHvQ-q__phoneHeader {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  z-index: 40;
  background: #202c33f2;
  border-bottom: 1px solid #2a3942;
  align-items: center;
  gap: 12px;
  padding: 48px 16px 12px;
  display: flex;
  position: relative;
}

.AutomationsModule-module__OHvQ-q__phoneAvatar {
  background: linear-gradient(135deg, #f97316, #ea580c);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  font-size: 1.1rem;
  font-weight: bold;
  display: flex;
  box-shadow: 0 2px 8px #ea580c66;
}

.AutomationsModule-module__OHvQ-q__phoneChat {
  flex-direction: column;
  flex: 1;
  gap: 12px;
  padding: 16px;
  display: flex;
  position: relative;
  overflow-y: auto;
}

.AutomationsModule-module__OHvQ-q__phoneChat::-webkit-scrollbar {
  display: none;
}

.AutomationsModule-module__OHvQ-q__phoneChat:before {
  content: "";
  opacity: .05;
  pointer-events: none;
  background-image: url("https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png");
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.AutomationsModule-module__OHvQ-q__phoneInputBar {
  z-index: 40;
  background: #202c33;
  border-top: 1px solid #2a3942;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 24px;
  display: flex;
}

.AutomationsModule-module__OHvQ-q__phoneInputFake {
  color: #8696a0;
  background: #2a3942;
  border-radius: 20px;
  flex: 1;
  align-items: center;
  height: 36px;
  padding: 0 16px;
  font-size: .85rem;
  display: flex;
}

.AutomationsModule-module__OHvQ-q__phoneMicBtn {
  color: #fff;
  background: #00a884;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.AutomationsModule-module__OHvQ-q__bubble {
  z-index: 1;
  border-radius: 14px;
  max-width: 85%;
  padding: 8px 12px;
  font-size: .85rem;
  line-height: 1.4;
  animation: .3s cubic-bezier(.175, .885, .32, 1.275) AutomationsModule-module__OHvQ-q__popIn;
  position: relative;
  box-shadow: 0 1px 2px #00000026;
}

.AutomationsModule-module__OHvQ-q__bubbleIn {
  color: #e9edef;
  background: #202c33;
  border-top-left-radius: 0;
  align-self: flex-start;
}

.AutomationsModule-module__OHvQ-q__bubbleOut {
  color: #e9edef;
  background: #005c4b;
  border-top-right-radius: 0;
  align-self: flex-end;
}

.AutomationsModule-module__OHvQ-q__bubbleBot {
  color: #e0e7ff;
  background: #312e81;
  border: 1px solid #4338ca;
  border-top-left-radius: 0;
  align-self: flex-start;
}

.AutomationsModule-module__OHvQ-q__bubbleBtn {
  color: #38bdf8;
  text-align: center;
  cursor: pointer;
  background: #202c33;
  border-top: 1px solid #2a3942;
  margin-top: 4px;
  padding: 10px;
  font-weight: 700;
}

.AutomationsModule-module__OHvQ-q__bubbleSystem {
  color: #8696a0;
  background: #182229;
  border-radius: 10px;
  align-self: center;
  margin: 4px 0;
  padding: 4px 12px;
  font-size: .7rem;
  box-shadow: 0 1px 1px #0000001a;
}

.AutomationsModule-module__OHvQ-q__typingIndicator {
  background: #202c33;
  border-radius: 0 14px 14px;
  align-self: flex-start;
  gap: 4px;
  padding: 12px 16px;
  animation: .3s AutomationsModule-module__OHvQ-q__popIn;
  display: flex;
}

.AutomationsModule-module__OHvQ-q__typingIndicator span {
  background: #8696a0;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  animation: 1.4s infinite both AutomationsModule-module__OHvQ-q__typingBlink;
}

.AutomationsModule-module__OHvQ-q__typingIndicator span:first-child {
  animation-delay: .2s;
}

.AutomationsModule-module__OHvQ-q__typingIndicator span:nth-child(2) {
  animation-delay: .4s;
}

.AutomationsModule-module__OHvQ-q__typingIndicator span:nth-child(3) {
  animation-delay: .6s;
}

.AutomationsModule-module__OHvQ-q__aiGrid {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 8rem;
  display: grid;
}

.AutomationsModule-module__OHvQ-q__aiCard {
  text-align: center;
  background: #1e293b;
  border: 1px solid #334155;
  border-radius: 24px;
  padding: 32px 24px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.AutomationsModule-module__OHvQ-q__aiCard:hover {
  border-color: #f97316;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px #f9731626;
}

.AutomationsModule-module__OHvQ-q__aiCard.AutomationsModule-module__OHvQ-q__featureGlow {
  background: linear-gradient(#1e293b 0%, #170f2e 100%);
  border: 2px solid #8b5cf6;
}

.AutomationsModule-module__OHvQ-q__aiCard.AutomationsModule-module__OHvQ-q__featureGlow:hover {
  border-color: #d946ef;
  box-shadow: 0 10px 40px #d946ef40;
}

.AutomationsModule-module__OHvQ-q__aiIcon {
  color: #a78bfa;
  background: #8b5cf61a;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  display: flex;
}

.AutomationsModule-module__OHvQ-q__aiCard h4 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 1.25rem;
  font-weight: 800;
}

.AutomationsModule-module__OHvQ-q__aiCard p {
  color: #94a3b8;
  margin: 0;
  font-size: .95rem;
  line-height: 1.6;
}

.AutomationsModule-module__OHvQ-q__followUpSection {
  background: linear-gradient(145deg, #1e293b, #0f172a);
  border: 1px solid #334155;
  border-radius: 32px;
  align-items: center;
  gap: 4rem;
  padding: 4rem;
  display: flex;
}

.AutomationsModule-module__OHvQ-q__fuText {
  flex: 1;
}

.AutomationsModule-module__OHvQ-q__fuText h3 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.AutomationsModule-module__OHvQ-q__fuText p {
  color: #94a3b8;
  margin-bottom: 24px;
  font-size: 1.1rem;
  line-height: 1.6;
}

.AutomationsModule-module__OHvQ-q__fuVisual {
  z-index: 10;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.AutomationsModule-module__OHvQ-q__fuCard {
  z-index: 2;
  background: #0f172a;
  border: 1px solid #334155;
  border-radius: 16px;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 24px;
  display: flex;
  position: relative;
  box-shadow: 0 20px 40px #00000080;
}

.AutomationsModule-module__OHvQ-q__fuTag {
  color: #38bdf8;
  background: #38bdf81a;
  border-radius: 8px;
  align-items: center;
  gap: 6px;
  width: max-content;
  padding: 6px 12px;
  font-size: .75rem;
  font-weight: 700;
  display: inline-flex;
}

.AutomationsModule-module__OHvQ-q__fuAlert {
  color: #fff;
  z-index: 1;
  background: #ef4444;
  border-radius: 12px;
  padding: 10px 20px 30px;
  font-size: .85rem;
  font-weight: 800;
  animation: 4s cubic-bezier(.175, .885, .32, 1.275) infinite AutomationsModule-module__OHvQ-q__peekAlert;
  position: absolute;
  top: -25px;
  right: 20px;
  box-shadow: 0 10px 25px #ef444466;
}

@keyframes AutomationsModule-module__OHvQ-q__popIn {
  0% {
    opacity: 0;
    transform: scale(.9)translateY(10px);
  }

  100% {
    opacity: 1;
    transform: scale(1)translateY(0);
  }
}

@keyframes AutomationsModule-module__OHvQ-q__typingBlink {
  0%, 100% {
    opacity: .3;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@keyframes AutomationsModule-module__OHvQ-q__peekAlert {
  0%, 100% {
    opacity: 0;
    transform: translateY(30px);
  }

  15%, 85% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .AutomationsModule-module__OHvQ-q__flowSplit, .AutomationsModule-module__OHvQ-q__followUpSection {
    flex-direction: column;
    gap: 3rem;
    padding: 2rem;
  }

  .AutomationsModule-module__OHvQ-q__canvasContainer {
    height: auto;
    min-height: 400px;
    padding: 20px;
  }

  .AutomationsModule-module__OHvQ-q__aiGrid {
    grid-template-columns: 1fr;
  }
}

/* [project]/src/components/CtaFinal.module.css [app-client] (css) */
.CtaFinal-module__LGjAlG__ctaSection {
  text-align: center;
  background-color: #1e293b;
  flex-direction: column;
  align-items: center;
  padding: 8rem 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.CtaFinal-module__LGjAlG__ctaSection:before {
  content: "";
  pointer-events: none;
  background-image: radial-gradient(#ffffff1a 1px, #0000 1px);
  background-size: 40px 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.CtaFinal-module__LGjAlG__glow {
  filter: blur(50px);
  pointer-events: none;
  background: radial-gradient(circle, #ea580c26 0%, #0000 60%);
  width: 600px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.CtaFinal-module__LGjAlG__badge {
  color: #fb923c;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
  background: #ea580c1a;
  border: 1px solid #ea580c4d;
  border-radius: 50px;
  align-items: center;
  gap: 8px;
  margin-bottom: 2rem;
  padding: 6px 20px;
  font-size: .8rem;
  font-weight: 800;
  display: inline-flex;
}

.CtaFinal-module__LGjAlG__title {
  color: #fff;
  letter-spacing: -1px;
  z-index: 1;
  margin-bottom: 1.5rem;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1;
}

.CtaFinal-module__LGjAlG__title span {
  color: #f97316;
}

.CtaFinal-module__LGjAlG__subtitle {
  color: #94a3b8;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto 3rem;
  font-size: 1.25rem;
  line-height: 1.6;
}

.CtaFinal-module__LGjAlG__buttonGroup {
  z-index: 1;
  gap: 1.5rem;
  margin-bottom: 2rem;
  display: flex;
}

.CtaFinal-module__LGjAlG__btnPrimary {
  color: #fff;
  background: #ea580c;
  border: 1px solid #ea580c;
  border-radius: 12px;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  font-size: 1.1rem;
  font-weight: 800;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
  box-shadow: 0 10px 25px #ea580c66;
}

.CtaFinal-module__LGjAlG__btnPrimary:hover {
  background: #f97316;
  transform: translateY(-3px);
  box-shadow: 0 15px 35px #ea580c80;
}

.CtaFinal-module__LGjAlG__btnSecondary {
  color: #fff;
  background: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.CtaFinal-module__LGjAlG__btnSecondary:hover {
  background: #ffffff1a;
  border-color: #fff3;
}

.CtaFinal-module__LGjAlG__footerNote {
  color: #64748b;
  z-index: 1;
  font-size: .85rem;
}

@media (max-width: 768px) {
  .CtaFinal-module__LGjAlG__title {
    font-size: 2.5rem;
  }

  .CtaFinal-module__LGjAlG__buttonGroup {
    flex-direction: column;
    width: 100%;
    max-width: 300px;
  }

  .CtaFinal-module__LGjAlG__btnPrimary, .CtaFinal-module__LGjAlG__btnSecondary {
    justify-content: center;
    width: 100%;
  }
}

/* [project]/src/components/ecosystem/DataPipeline.module.css [app-client] (css) */
.DataPipeline-module__q4w4Wq__section {
  background-color: #f8fafc;
  flex-direction: column;
  align-items: center;
  padding: 8rem 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.DataPipeline-module__q4w4Wq__header {
  text-align: center;
  z-index: 10;
  max-width: 800px;
  margin-bottom: 4rem;
  position: relative;
}

.DataPipeline-module__q4w4Wq__badge {
  color: #10b981;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #10b9811a;
  border-radius: 50px;
  margin-bottom: 1.5rem;
  padding: 8px 24px;
  font-size: .85rem;
  font-weight: 800;
  display: inline-block;
}

.DataPipeline-module__q4w4Wq__title {
  color: #0f172a;
  letter-spacing: -1px;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.15;
}

.DataPipeline-module__q4w4Wq__stage {
  aspect-ratio: 16 / 8;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  display: flex;
  position: relative;
}

.DataPipeline-module__q4w4Wq__stage:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle, #10b98126 0%, #0000 60%);
  width: 500px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.DataPipeline-module__q4w4Wq__svgLines {
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.DataPipeline-module__q4w4Wq__drawPath {
  stroke: #cbd5e1;
  stroke-width: 1.5px;
  fill: none;
}

.DataPipeline-module__q4w4Wq__nodePill {
  color: #334155;
  z-index: 5;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 50px;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .8rem;
  font-weight: 600;
  display: flex;
  position: absolute;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 15px #00000008;
}

.DataPipeline-module__q4w4Wq__nodeIcon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.DataPipeline-module__q4w4Wq__hubBrain {
  z-index: 15;
  background: #fff;
  border: 2px solid #ea580c;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 20px 50px #ea580c26;
}

.DataPipeline-module__q4w4Wq__hubBrain h3 {
  color: #0f172a;
  margin: 10px 0 0;
  font-size: 1.4rem;
  font-weight: 800;
}

@keyframes DataPipeline-module__q4w4Wq__receiveDataBump {
  0%, 90% {
    border-color: #cbd5e1;
    transform: translate(-50%, -50%)scale(1);
  }

  94% {
    border-color: #10b981;
    transform: translate(-50%, -50%)scale(1.15)rotate(3deg);
    box-shadow: 0 0 20px #10b98166;
  }

  97% {
    transform: translate(-50%, -50%)scale(1.05)rotate(-3deg);
  }

  100% {
    border-color: #cbd5e1;
    transform: translate(-50%, -50%)scale(1);
  }
}

.DataPipeline-module__q4w4Wq__bumpR1 {
  animation: 3.5s 1s infinite DataPipeline-module__q4w4Wq__receiveDataBump;
}

.DataPipeline-module__q4w4Wq__bumpR2 {
  animation: 3s .5s infinite DataPipeline-module__q4w4Wq__receiveDataBump;
}

.DataPipeline-module__q4w4Wq__bumpR3 {
  animation: 4s 2s infinite DataPipeline-module__q4w4Wq__receiveDataBump;
}

.DataPipeline-module__q4w4Wq__bumpR4 {
  animation: 3.2s 1.5s infinite DataPipeline-module__q4w4Wq__receiveDataBump;
}

.DataPipeline-module__q4w4Wq__l1 {
  top: 20%;
  left: 15%;
}

.DataPipeline-module__q4w4Wq__l2 {
  top: 40%;
  left: 15%;
}

.DataPipeline-module__q4w4Wq__l3 {
  top: 60%;
  left: 15%;
}

.DataPipeline-module__q4w4Wq__l4 {
  top: 80%;
  left: 15%;
}

.DataPipeline-module__q4w4Wq__r1 {
  top: 20%;
  left: 85%;
}

.DataPipeline-module__q4w4Wq__r2 {
  top: 40%;
  left: 85%;
}

.DataPipeline-module__q4w4Wq__r3 {
  top: 60%;
  left: 85%;
}

.DataPipeline-module__q4w4Wq__r4 {
  top: 80%;
  left: 85%;
}

@media (max-width: 1024px) {
  .DataPipeline-module__q4w4Wq__stage {
    width: 140%;
    margin-left: -20%;
  }
}

@media (max-width: 768px) {
  .DataPipeline-module__q4w4Wq__stage {
    display: none;
  }
}

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