/* [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: 1rem;
  margin-bottom: 3rem;
  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: 8px;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.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/HeroSection.module.css [app-client] (css) */
.HeroSection-module__fYnnSG__hero {
  background-color: var(--md-sys-color-surface);
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 8rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.HeroSection-module__fYnnSG__hero:before {
  content: "";
  opacity: .5;
  z-index: 0;
  pointer-events: none;
  background-image: radial-gradient(#e2e8f0 1px, #0000 1px);
  background-size: 30px 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.HeroSection-module__fYnnSG__heroGlow1, .HeroSection-module__fYnnSG__heroGlow2 {
  filter: blur(120px);
  z-index: 0;
  opacity: .15;
  pointer-events: none;
  border-radius: 50%;
  width: 600px;
  height: 600px;
  animation: 15s ease-in-out infinite alternate HeroSection-module__fYnnSG__floatOrb;
  position: absolute;
}

.HeroSection-module__fYnnSG__heroGlow1 {
  background: #ea580c;
  top: -100px;
  left: -100px;
}

.HeroSection-module__fYnnSG__heroGlow2 {
  background: #3b82f6;
  animation-delay: -7s;
  bottom: -100px;
  right: -100px;
}

@keyframes HeroSection-module__fYnnSG__floatOrb {
  0% {
    transform: translate(0)scale(1);
  }

  100% {
    transform: translate(80px, 80px)scale(1.2);
  }
}

.HeroSection-module__fYnnSG__heroContent {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.HeroSection-module__fYnnSG__heroBadge {
  color: #1e293b;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  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: .8s cubic-bezier(.175, .885, .32, 1.275) 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;
  margin-bottom: 1.5rem;
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1.1;
  animation: .8s .2s backwards HeroSection-module__fYnnSG__fadeInUp;
}

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

.HeroSection-module__fYnnSG__heroDescription {
  color: #64748b;
  max-width: 650px;
  margin-bottom: 3rem;
  font-size: 1.25rem;
  line-height: 1.6;
  animation: .8s .4s backwards HeroSection-module__fYnnSG__fadeInUp;
}

.HeroSection-module__fYnnSG__heroActions {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 3rem;
  animation: .8s .6s 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: 18px 36px;
  font-size: 1.1rem;
  font-weight: 800;
  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: #f97316;
  transform: translateY(-3px)scale(1.02);
  box-shadow: 0 15px 30px #ea580c66;
}

.HeroSection-module__fYnnSG__btnSecondary {
  color: #0f172a;
  cursor: pointer;
  background: #0f172a0a;
  border: 1px solid #0f172a14;
  border-radius: 50px;
  align-items: center;
  gap: 10px;
  padding: 18px 36px;
  font-size: 1.1rem;
  font-weight: 700;
  transition: all .3s cubic-bezier(.34, 1.56, .64, 1);
  display: inline-flex;
}

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

.HeroSection-module__fYnnSG__trustBadges {
  flex-direction: column;
  align-items: center;
  animation: .8s .8s 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: 2.5rem;
  display: flex;
}

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

.HeroSection-module__fYnnSG__microWidget {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  z-index: 5;
  background: #ffffffe6;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 12px 16px;
  animation: 6s ease-in-out infinite alternate HeroSection-module__fYnnSG__floatWidget;
  position: absolute;
  box-shadow: 0 20px 40px -10px #00000014;
}

.HeroSection-module__fYnnSG__wChat {
  animation-delay: 0s;
  top: 15%;
  left: 5%;
  transform: rotate(-4deg);
}

.HeroSection-module__fYnnSG__wFlow {
  animation-delay: -2s;
  bottom: 25%;
  left: 8%;
  transform: rotate(2deg);
}

.HeroSection-module__fYnnSG__wSales {
  animation-delay: -4s;
  top: 20%;
  right: 5%;
  transform: rotate(4deg);
}

.HeroSection-module__fYnnSG__wCRM {
  animation-delay: -6s;
  bottom: 20%;
  right: 8%;
  transform: rotate(-2deg);
}

@keyframes HeroSection-module__fYnnSG__floatWidget {
  0% {
    transform: translateY(0) rotate(var(--rot, 0deg));
  }

  100% {
    transform: translateY(-15px) rotate(calc(var(--rot, 0deg)  + 2deg));
  }
}

.HeroSection-module__fYnnSG__wHeader {
  color: #64748b;
  text-transform: uppercase;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: .75rem;
  font-weight: 800;
  display: flex;
}

.HeroSection-module__fYnnSG__chatBubble {
  color: #1e293b;
  background: #f1f5f9;
  border-radius: 0 12px 12px;
  gap: 4px;
  padding: 8px 12px;
  font-size: .8rem;
  font-weight: 600;
  display: flex;
}

.HeroSection-module__fYnnSG__dot {
  background: #94a3b8;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  animation: 1.4s infinite HeroSection-module__fYnnSG__typing;
}

.HeroSection-module__fYnnSG__dot:nth-child(2) {
  animation-delay: .2s;
}

.HeroSection-module__fYnnSG__dot:nth-child(3) {
  animation-delay: .4s;
}

.HeroSection-module__fYnnSG__flowNodes {
  align-items: center;
  gap: 4px;
  display: flex;
}

.HeroSection-module__fYnnSG__fNode {
  z-index: 2;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.HeroSection-module__fYnnSG__fLine {
  background: #e2e8f0;
  width: 16px;
  height: 2px;
  position: relative;
}

.HeroSection-module__fYnnSG__fLine:after {
  content: "";
  background: #ea580c;
  width: 100%;
  height: 100%;
  animation: 2s infinite HeroSection-module__fYnnSG__powerFlow;
  position: absolute;
  top: 0;
  left: 0;
}

.HeroSection-module__fYnnSG__salesValue {
  color: #10b981;
  align-items: center;
  gap: 6px;
  font-size: 1.2rem;
  font-weight: 800;
  display: flex;
}

.HeroSection-module__fYnnSG__pulseGreen {
  background: #10b981;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  animation: 2s infinite HeroSection-module__fYnnSG__blinkPulse;
  box-shadow: 0 0 10px #10b981;
}

.HeroSection-module__fYnnSG__crmCard {
  color: #1e293b;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
}

.HeroSection-module__fYnnSG__crmTag {
  color: #166534;
  background: #dcfce7;
  border-radius: 4px;
  width: max-content;
  padding: 2px 6px;
  font-size: .6rem;
}

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

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

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

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

@keyframes HeroSection-module__fYnnSG__typing {
  0%, 100% {
    opacity: .5;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-3px);
  }
}

@keyframes HeroSection-module__fYnnSG__powerFlow {
  0% {
    width: 0%;
  }

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

@keyframes HeroSection-module__fYnnSG__blinkPulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .4;
    transform: scale(1.2);
  }
}

@media (max-width: 1100px) {
  .HeroSection-module__fYnnSG__microWidget {
    display: none;
  }
}

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

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

  .HeroSection-module__fYnnSG__heroTitle {
    letter-spacing: -1px;
    font-size: 2.5rem;
  }

  .HeroSection-module__fYnnSG__heroDescription {
    padding: 0 1rem;
    font-size: 1rem;
  }

  .HeroSection-module__fYnnSG__heroActions {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    padding: 0 1.5rem;
  }

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

  .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: linear-gradient(#fff 0%, #f8fafc 100%);
  padding: 8rem 1.5rem;
  position: relative;
  overflow: hidden;
}

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

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

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

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

.Ecosystem-module__lO09Ja__flowStage {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 32px;
  padding: 5rem 3rem;
  position: relative;
  box-shadow: 0 25px 50px -12px #0000000d;
}

.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: #e2e8f0;
  border-radius: 10px;
  height: 6px;
  position: absolute;
  top: 40px;
  left: 5%;
  right: 5%;
}

.Ecosystem-module__lO09Ja__progressLine {
  z-index: -1;
  background: linear-gradient(90deg, #3b82f6, #10b981);
  border-radius: 10px;
  height: 100%;
  animation: 6s infinite Ecosystem-module__lO09Ja__fillTrack;
  position: absolute;
  top: 0;
  left: 0;
}

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

.Ecosystem-module__lO09Ja__travelerIcon {
  animation: 6s infinite Ecosystem-module__lO09Ja__travelerChange;
}

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

.Ecosystem-module__lO09Ja__iconWrapper {
  z-index: 2;
  background: #fff;
  border: 4px solid #f1f5f9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 1.5rem;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 0 10px 15px #0000000d;
}

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

.Ecosystem-module__lO09Ja__node2 .Ecosystem-module__lO09Ja__iconWrapper {
  animation: 6s 1.5s infinite Ecosystem-module__lO09Ja__nodePulse;
}

.Ecosystem-module__lO09Ja__node3 .Ecosystem-module__lO09Ja__iconWrapper {
  animation: 6s 3s infinite Ecosystem-module__lO09Ja__nodePulse;
}

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

.Ecosystem-module__lO09Ja__nodeCard h4 {
  color: #1e293b;
  margin-bottom: .5rem;
  font-size: 1.15rem;
  font-weight: 800;
}

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

.Ecosystem-module__lO09Ja__moneyBurst {
  pointer-events: none;
  z-index: 0;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Ecosystem-module__lO09Ja__coin {
  opacity: 0;
  font-size: 1.5rem;
  animation: 6s infinite Ecosystem-module__lO09Ja__burstCoin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.Ecosystem-module__lO09Ja__coin1 {
  animation-delay: 4.8s;
  transform: translate(-50px, -50px);
}

.Ecosystem-module__lO09Ja__coin2 {
  font-size: 1.2rem;
  animation-delay: 4.9s;
  transform: translate(30px, -60px);
}

.Ecosystem-module__lO09Ja__coin3 {
  font-size: 1.8rem;
  animation-delay: 5s;
  transform: translate(-20px, -80px);
}

@keyframes Ecosystem-module__lO09Ja__travelPath {
  0% {
    color: #3b82f6;
    border-color: #3b82f6;
    left: 11%;
    box-shadow: 0 0 20px #3b82f666;
  }

  25% {
    color: #8b5cf6;
    border-color: #8b5cf6;
    left: 37%;
    box-shadow: 0 0 20px #8b5cf666;
  }

  50% {
    color: #f59e0b;
    border-color: #f59e0b;
    left: 63%;
    box-shadow: 0 0 20px #f59e0b66;
  }

  75% {
    color: #10b981;
    border-color: #10b981;
    left: 89%;
    box-shadow: 0 0 20px #10b98166;
  }

  90% {
    opacity: 1;
    left: 89%;
    transform: translate(-50%, -50%)scale(1.2);
  }

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

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

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

  25% {
    width: 26%;
  }

  50% {
    width: 52%;
  }

  75% {
    width: 80%;
  }

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

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

@keyframes Ecosystem-module__lO09Ja__nodePulse {
  0%, 20% {
    border-color: #f1f5f9;
    transform: scale(1);
  }

  25% {
    border-color: currentColor;
    transform: scale(1.15);
    box-shadow: 0 0 20px;
  }

  35%, 100% {
    border-color: #f1f5f9;
    transform: scale(1);
  }
}

@keyframes Ecosystem-module__lO09Ja__burstCoin {
  0% {
    opacity: 0;
    transform: translate(0)scale(.5);
  }

  20% {
    opacity: 1;
    transform: translate(var(--tx), var(--ty)) scale(1.2);
  }

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

@media (max-width: 900px) {
  .Ecosystem-module__lO09Ja__flowStage {
    padding: 3rem 1.5rem;
  }

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

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

  .Ecosystem-module__lO09Ja__iconWrapper {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    margin-bottom: 0;
  }

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

  .Ecosystem-module__lO09Ja__progressLine {
    background: linear-gradient(#3b82f6, #10b981);
    width: 100%;
    animation: 6s infinite Ecosystem-module__lO09Ja__fillTrackVert;
  }

  .Ecosystem-module__lO09Ja__traveler {
    top: 0;
    left: 73px;
  }

  @keyframes Ecosystem-module__lO09Ja__travelPath {
    0% {
      top: 5%;
    }

    25% {
      top: 35%;
    }

    50% {
      top: 65%;
    }

    75% {
      top: 95%;
    }

    90% {
      opacity: 1;
      top: 95%;
      transform: translate(-50%, -50%)scale(1.2);
    }

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

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

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

    25% {
      height: 30%;
    }

    50% {
      height: 60%;
    }

    75% {
      height: 90%;
    }

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

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

/* [project]/src/components/ecosystem/BentoEcosystem.module.css [app-client] (css) */
.BentoEcosystem-module__Qtwvya__bentoSection {
  background: #f8fafc;
  flex-direction: column;
  align-items: center;
  padding: 6rem 2rem;
  display: flex;
}

.BentoEcosystem-module__Qtwvya__bentoHeader {
  text-align: center;
  max-width: 800px;
  margin-bottom: 4rem;
}

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

.BentoEcosystem-module__Qtwvya__title {
  color: #0f172a;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}

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

.BentoEcosystem-module__Qtwvya__bentoGrid {
  grid-template-rows: repeat(2, 280px);
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.BentoEcosystem-module__Qtwvya__bentoCard {
  cursor: default;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 32px;
  flex-direction: column;
  padding: 2.5rem;
  transition: transform .3s cubic-bezier(.34, 1.56, .64, 1), box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px -15px #0000000d;
}

.BentoEcosystem-module__Qtwvya__bentoCard:hover {
  border-color: var(--md-sys-color-primary);
  transform: translateY(-5px);
  box-shadow: 0 20px 40px -15px #f57c0026;
}

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

.BentoEcosystem-module__Qtwvya__span2row {
  grid-row: span 2;
}

.BentoEcosystem-module__Qtwvya__cardIcon {
  z-index: 1;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 1.5rem;
  display: flex;
}

.BentoEcosystem-module__Qtwvya__cardTitle {
  color: #1e293b;
  z-index: 1;
  margin-bottom: .75rem;
  font-size: 1.5rem;
  font-weight: 800;
}

.BentoEcosystem-module__Qtwvya__cardDesc {
  color: #64748b;
  z-index: 1;
  font-size: 1rem;
  line-height: 1.5;
}

.BentoEcosystem-module__Qtwvya__decoration {
  opacity: .1;
  z-index: 0;
  transition: all .5s;
  position: absolute;
}

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

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

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

  .BentoEcosystem-module__Qtwvya__span2row {
    grid-row: span 1;
    min-height: 280px;
  }
}

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

  .BentoEcosystem-module__Qtwvya__span2col {
    grid-column: span 1;
  }

  .BentoEcosystem-module__Qtwvya__title {
    font-size: 2.2rem;
  }
}

/* [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__mockupContainer {
  justify-content: center;
  width: 100%;
  animation: 6s ease-in-out infinite VendasModule-module__eI7Uja__floatMockup;
  display: flex;
  position: relative;
}

.VendasModule-module__eI7Uja__mockupContainer:before {
  content: "";
  filter: blur(40px);
  z-index: 0;
  background: radial-gradient(circle, #f57c0026 0%, #f57c0000 70%);
  width: 100%;
  height: 100%;
  animation: 4s infinite alternate VendasModule-module__eI7Uja__pulseGlow;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.VendasModule-module__eI7Uja__webMockup {
  border: 1px solid var(--md-sys-color-outline-variant);
  z-index: 1;
  background: #f8fafc;
  border-radius: 28px;
  flex-direction: column;
  width: 100%;
  max-width: 550px;
  height: 480px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px -15px #f57c0026;
}

.VendasModule-module__eI7Uja__browserBar {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  display: flex;
}

.VendasModule-module__eI7Uja__dots {
  gap: 6px;
  display: flex;
}

.VendasModule-module__eI7Uja__dots span {
  background: #cbd5e1;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.VendasModule-module__eI7Uja__dots span:first-child {
  background: #ef4444;
}

.VendasModule-module__eI7Uja__dots span:nth-child(2) {
  background: #f59e0b;
}

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

.VendasModule-module__eI7Uja__addressBar {
  color: #64748b;
  background: #f1f5f9;
  border-radius: 8px;
  flex: 1;
  align-items: center;
  height: 28px;
  margin-left: 16px;
  padding: 0 12px;
  font-family: monospace;
  font-size: .75rem;
  display: flex;
}

.VendasModule-module__eI7Uja__dashboardBody {
  flex-direction: column;
  flex: 1;
  gap: 16px;
  padding: 20px;
  display: flex;
  overflow-y: auto;
}

.VendasModule-module__eI7Uja__m3Card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 16px;
  animation: .4s cubic-bezier(.175, .885, .32, 1.275) both VendasModule-module__eI7Uja__popIn;
  box-shadow: 0 4px 12px #00000005;
}

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

.VendasModule-module__eI7Uja__statsRow {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 4px;
  display: grid;
}

.VendasModule-module__eI7Uja__statBox {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  flex-direction: column;
  padding: 12px;
  animation: .4s both VendasModule-module__eI7Uja__popIn;
  display: flex;
}

.VendasModule-module__eI7Uja__statBox:nth-child(2) {
  animation-delay: .1s;
}

.VendasModule-module__eI7Uja__statBox:nth-child(3) {
  animation-delay: .2s;
}

.VendasModule-module__eI7Uja__statLabel {
  color: #64748b;
  text-transform: uppercase;
  font-size: .65rem;
  font-weight: 700;
}

.VendasModule-module__eI7Uja__statValue {
  color: #1e293b;
  margin-top: 4px;
  font-size: 1.2rem;
  font-weight: 800;
}

.VendasModule-module__eI7Uja__saleRow {
  border-bottom: 1px solid #f1f5f9;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  display: flex;
}

.VendasModule-module__eI7Uja__saleRow:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.VendasModule-module__eI7Uja__originBadge {
  color: #fff;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: .9rem;
  font-weight: bold;
  display: flex;
}

.VendasModule-module__eI7Uja__bgMl {
  color: #2d3277;
  background: #ffe600;
}

.VendasModule-module__eI7Uja__bgShopee {
  background: #ee4d2d;
}

.VendasModule-module__eI7Uja__bgPd {
  background: var(--md-sys-color-primary);
}

.VendasModule-module__eI7Uja__saleInfo {
  flex-direction: column;
  flex: 1;
  display: flex;
}

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

.VendasModule-module__eI7Uja__saleItems {
  color: #64748b;
  margin-top: 2px;
  font-size: .7rem;
}

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

.VendasModule-module__eI7Uja__salePrice {
  color: #059669;
  font-size: .85rem;
  font-weight: 800;
}

.VendasModule-module__eI7Uja__statusBadge {
  border-radius: 50px;
  padding: 2px 8px;
  font-size: .6rem;
  font-weight: 800;
}

.VendasModule-module__eI7Uja__stDone {
  color: #166534;
  background: #dcfce7;
}

.VendasModule-module__eI7Uja__stWarn {
  color: #b45309;
  background: #fef3c7;
}

.VendasModule-module__eI7Uja__stockRow {
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  padding: 10px;
  display: flex;
}

.VendasModule-module__eI7Uja__stockRow:last-child {
  margin-bottom: 0;
}

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

.VendasModule-module__eI7Uja__stockVariant {
  color: #64748b;
  background: #e2e8f0;
  border-radius: 4px;
  margin-left: 6px;
  padding: 2px 6px;
  font-size: .65rem;
}

.VendasModule-module__eI7Uja__stockAmount {
  font-size: .85rem;
  font-weight: 800;
}

.VendasModule-module__eI7Uja__stockGood {
  color: #10b981;
}

.VendasModule-module__eI7Uja__stockLow {
  color: #ef4444;
}

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

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

.VendasModule-module__eI7Uja__syncIcon {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 1.2rem;
  display: flex;
}

.VendasModule-module__eI7Uja__syncTitle {
  color: #334155;
  font-size: .85rem;
  font-weight: 700;
}

.VendasModule-module__eI7Uja__syncStatus {
  color: #10b981;
  align-items: center;
  gap: 4px;
  font-size: .7rem;
  font-weight: 700;
  display: flex;
}

.VendasModule-module__eI7Uja__syncPulse {
  background: #10b981;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  animation: 1.5s infinite VendasModule-module__eI7Uja__blink;
}

.VendasModule-module__eI7Uja__couponCard {
  color: #fff;
  background: linear-gradient(135deg, #f57c00, #ea580c);
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.VendasModule-module__eI7Uja__couponCard:after {
  content: "";
  background: #ffffff1a;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -20px;
  right: -20px;
}

.VendasModule-module__eI7Uja__cpCode {
  letter-spacing: 2px;
  font-family: monospace;
  font-size: 1.2rem;
  font-weight: 800;
}

.VendasModule-module__eI7Uja__cpDesc {
  opacity: .9;
  margin-top: 4px;
  font-size: .75rem;
}

.VendasModule-module__eI7Uja__cpUses {
  background: #fff3;
  border-radius: 50px;
  padding: 4px 10px;
  font-size: .7rem;
  font-weight: 700;
}

@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);
  }
}

@keyframes VendasModule-module__eI7Uja__popIn {
  0% {
    opacity: 0;
    transform: scale(.95)translateY(10px);
  }

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

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

  50% {
    opacity: .4;
  }
}

@media (max-width: 768px) {
  .VendasModule-module__eI7Uja__webMockup {
    height: 420px;
  }
}

/* [project]/src/components/modules/ChatModule.module.css [app-client] (css) */
.ChatModule-module__HajQhG__mockupContainer {
  justify-content: center;
  width: 100%;
  animation: 6s ease-in-out infinite ChatModule-module__HajQhG__floatMockup;
  display: flex;
  position: relative;
}

.ChatModule-module__HajQhG__mockupContainer:before {
  content: "";
  filter: blur(40px);
  z-index: 0;
  background: radial-gradient(circle, #2563eb26 0%, #2563eb00 70%);
  width: 100%;
  height: 100%;
  animation: 4s infinite alternate ChatModule-module__HajQhG__pulseGlow;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ChatModule-module__HajQhG__webMockup {
  border: 1px solid var(--md-sys-color-outline-variant);
  z-index: 1;
  background: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 850px;
  height: 500px;
  font-size: .8rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px -15px #2563eb26;
}

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

.ChatModule-module__HajQhG__wmHeader {
  color: #334155;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  flex-shrink: 0;
  align-items: center;
  height: 50px;
  padding: 0 10px;
  font-size: .75rem;
  font-weight: 800;
  display: flex;
}

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

.ChatModule-module__HajQhG__wmChatList::-webkit-scrollbar {
  width: 4px;
}

.ChatModule-module__HajQhG__wmChatList::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

.ChatModule-module__HajQhG__wmChatRow {
  cursor: pointer;
  border-bottom: 1px solid #f1f5f9;
  align-items: center;
  gap: 8px;
  padding: 10px;
  transition: all .3s;
  display: flex;
}

.ChatModule-module__HajQhG__wmChatRow:hover {
  background: #f8fafc;
  padding-left: 14px;
}

.ChatModule-module__HajQhG__wmChatRow.ChatModule-module__HajQhG__active {
  border-left: 4px solid var(--md-sys-color-primary);
  background: #eff6ff;
}

.ChatModule-module__HajQhG__wmAvatarWrapper {
  flex-shrink: 0;
  position: relative;
}

.ChatModule-module__HajQhG__wmAvatar {
  object-fit: cover;
  background: #e2e8f0;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
}

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

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

.ChatModule-module__HajQhG__wmRowName {
  color: #1e293b;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: .75rem;
  font-weight: 700;
  overflow: hidden;
}

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

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

.ChatModule-module__HajQhG__wmMain:before {
  content: "";
  opacity: .4;
  pointer-events: none;
  z-index: 0;
  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;
}

.ChatModule-module__HajQhG__wmChatBody {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  gap: 8px;
  padding: 16px;
  display: flex;
  overflow-y: auto;
}

.ChatModule-module__HajQhG__wmChatBody::-webkit-scrollbar {
  width: 4px;
}

.ChatModule-module__HajQhG__wmChatBody::-webkit-scrollbar-thumb {
  background: #0000001a;
  border-radius: 4px;
}

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

.ChatModule-module__HajQhG__wmInputArea {
  z-index: 1;
  background: #fff;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  height: 50px;
  padding: 0 12px;
  display: flex;
}

.ChatModule-module__HajQhG__wmInputFake {
  color: #94a3b8;
  background: #f1f5f9;
  border-radius: 20px;
  flex: 1;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  font-size: .75rem;
  display: flex;
}

.ChatModule-module__HajQhG__wmSendBtn {
  background: var(--md-sys-color-primary);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.ChatModule-module__HajQhG__wmDetails {
  text-align: center;
  background: #fff;
  border-left: 1px solid #e2e8f0;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  width: 140px;
  padding: 16px 10px;
  display: flex;
}

.ChatModule-module__HajQhG__wmDetailsBigAvatar {
  object-fit: cover;
  background: #e2e8f0;
  border: 3px solid #bfdbfe;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-bottom: 8px;
}

.ChatModule-module__HajQhG__wmDetailsName {
  color: #1e293b;
  margin-bottom: 4px;
  font-size: .85rem;
  font-weight: 800;
}

.ChatModule-module__HajQhG__wmDetailsPhone {
  color: #64748b;
  align-items: center;
  gap: 4px;
  margin-bottom: 16px;
  font-size: .7rem;
  display: flex;
}

.ChatModule-module__HajQhG__wmCrmBtn {
  border: 1px solid var(--md-sys-color-outline);
  color: #334155;
  cursor: pointer;
  background: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  padding: 6px;
  font-size: .7rem;
  font-weight: 700;
  transition: background .2s;
  display: flex;
}

.ChatModule-module__HajQhG__wmCrmBtn:hover {
  background: #f1f5f9;
}

.ChatModule-module__HajQhG__wmTags {
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  margin-top: 16px;
  display: flex;
}

.ChatModule-module__HajQhG__wmTag {
  text-transform: uppercase;
  border-radius: 50px;
  padding: 2px 6px;
  font-size: .6rem;
  font-weight: 800;
}

.ChatModule-module__HajQhG__msgBubble {
  transform-origin: 100% 100%;
  border-radius: 12px;
  max-width: 85%;
  padding: 8px 12px 20px;
  font-size: .85rem;
  line-height: 1.3;
  animation: .4s cubic-bezier(.175, .885, .32, 1.275) both ChatModule-module__HajQhG__popIn;
  position: relative;
  box-shadow: 0 1px 2px #0000000d;
}

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

.ChatModule-module__HajQhG__msgOutgoing {
  color: #111;
  background: #d9fdd3;
  border-top-right-radius: 0;
  align-self: flex-end;
}

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

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

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

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

@keyframes ChatModule-module__HajQhG__pulseGlow {
  0% {
    opacity: .5;
    transform: translate(-50%, -50%)scale(1);
  }

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

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

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

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

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

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

  .ChatModule-module__HajQhG__wmMain {
    height: 400px;
  }
}

/* [project]/src/components/modules/CampaignsModule.module.css [app-client] (css) */
.CampaignsModule-module__MREwWG__mockupContainer {
  justify-content: center;
  width: 100%;
  animation: 6s ease-in-out infinite CampaignsModule-module__MREwWG__floatMockup;
  display: flex;
  position: relative;
}

.CampaignsModule-module__MREwWG__mockupContainer:before {
  content: "";
  filter: blur(40px);
  z-index: 0;
  background: radial-gradient(circle, #ea580c26 0%, #ea580c00 70%);
  width: 100%;
  height: 100%;
  animation: 4s infinite alternate CampaignsModule-module__MREwWG__pulseGlow;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.CampaignsModule-module__MREwWG__webMockup {
  border: 1px solid var(--md-sys-color-outline-variant);
  z-index: 1;
  background: #f8fafc;
  border-radius: 28px;
  flex-direction: column;
  width: 100%;
  max-width: 550px;
  height: 480px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px -15px #ea580c26;
}

.CampaignsModule-module__MREwWG__browserBar {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  display: flex;
}

.CampaignsModule-module__MREwWG__dots {
  gap: 6px;
  display: flex;
}

.CampaignsModule-module__MREwWG__dots span {
  background: #cbd5e1;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.CampaignsModule-module__MREwWG__dots span:first-child {
  background: #ef4444;
}

.CampaignsModule-module__MREwWG__dots span:nth-child(2) {
  background: #f59e0b;
}

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

.CampaignsModule-module__MREwWG__addressBar {
  color: #64748b;
  background: #f1f5f9;
  border-radius: 8px;
  flex: 1;
  align-items: center;
  height: 28px;
  margin-left: 16px;
  padding: 0 12px;
  font-family: monospace;
  font-size: .75rem;
  display: flex;
}

.CampaignsModule-module__MREwWG__dashboardBody {
  flex-direction: column;
  flex: 1;
  gap: 16px;
  padding: 20px;
  display: flex;
  overflow-y: auto;
}

.CampaignsModule-module__MREwWG__m3Card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 16px;
  animation: .4s cubic-bezier(.175, .885, .32, 1.275) both CampaignsModule-module__MREwWG__popIn;
  box-shadow: 0 4px 12px #00000005;
}

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

.CampaignsModule-module__MREwWG__campaignRow {
  border-bottom: 1px solid #f1f5f9;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.CampaignsModule-module__MREwWG__campaignRow:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

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

.CampaignsModule-module__MREwWG__campMeta {
  color: #64748b;
  gap: 6px;
  margin-top: 4px;
  font-size: .7rem;
  display: flex;
}

.CampaignsModule-module__MREwWG__campBadge {
  color: #fff;
  border-radius: 50px;
  padding: 2px 8px;
  font-size: .6rem;
  font-weight: 800;
}

.CampaignsModule-module__MREwWG__bgApi {
  background: #10b981;
}

.CampaignsModule-module__MREwWG__bgNormal {
  background: #3b82f6;
}

.CampaignsModule-module__MREwWG__bgSms {
  background: #8b5cf6;
}

.CampaignsModule-module__MREwWG__antibanGrid {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  display: grid;
}

.CampaignsModule-module__MREwWG__abBox {
  text-align: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px;
}

.CampaignsModule-module__MREwWG__abValue {
  color: #ea580c;
  margin: 8px 0 4px;
  font-size: 1.2rem;
  font-weight: 800;
}

.CampaignsModule-module__MREwWG__abLabel {
  color: #64748b;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 600;
}

.CampaignsModule-module__MREwWG__rotator {
  justify-content: center;
  gap: 4px;
  margin-top: 8px;
  display: flex;
}

.CampaignsModule-module__MREwWG__rotator span {
  background: #cbd5e1;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  animation: 1.5s infinite CampaignsModule-module__MREwWG__blink;
}

.CampaignsModule-module__MREwWG__rotator span:nth-child(2) {
  animation-delay: .5s;
}

.CampaignsModule-module__MREwWG__rotator span:nth-child(3) {
  animation-delay: 1s;
}

.CampaignsModule-module__MREwWG__healthMeter {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.CampaignsModule-module__MREwWG__hRow {
  background: #f8fafc;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  display: flex;
}

.CampaignsModule-module__MREwWG__hNumber {
  color: #334155;
  font-family: monospace;
  font-size: .8rem;
  font-weight: 700;
}

.CampaignsModule-module__MREwWG__hStatus {
  text-transform: uppercase;
  border-radius: 50px;
  padding: 4px 10px;
  font-size: .65rem;
  font-weight: 800;
}

.CampaignsModule-module__MREwWG__sHealthy {
  color: #166534;
  background: #dcfce7;
}

.CampaignsModule-module__MREwWG__sFatigued {
  color: #b45309;
  background: #fef3c7;
}

.CampaignsModule-module__MREwWG__sDanger {
  color: #991b1b;
  background: #fee2e2;
}

.CampaignsModule-module__MREwWG__hygieneProgress {
  background: #e2e8f0;
  border-radius: 50px;
  height: 8px;
  margin: 12px 0;
  overflow: hidden;
}

.CampaignsModule-module__MREwWG__hygieneBar {
  height: "100%";
  background: #10b981;
  width: 75%;
  animation: 2s ease-out forwards CampaignsModule-module__MREwWG__loadBar;
}

.CampaignsModule-module__MREwWG__hygieneList {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.CampaignsModule-module__MREwWG__hygItem {
  color: #64748b;
  justify-content: space-between;
  padding: 4px 0;
  font-size: .75rem;
  display: flex;
}

.CampaignsModule-module__MREwWG__hygValid {
  color: #10b981;
  font-weight: 700;
}

.CampaignsModule-module__MREwWG__hygInvalid {
  color: #ef4444;
  font-weight: 700;
  text-decoration: line-through;
}

@keyframes CampaignsModule-module__MREwWG__floatMockup {
  0%, 100% {
    transform: translateY(0);
  }

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

@keyframes CampaignsModule-module__MREwWG__pulseGlow {
  0% {
    opacity: .4;
    transform: translate(-50%, -50%)scale(.9);
  }

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

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

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

@keyframes CampaignsModule-module__MREwWG__blink {
  0%, 100% {
    background: #cbd5e1;
  }

  50% {
    background: #ea580c;
  }
}

@keyframes CampaignsModule-module__MREwWG__loadBar {
  0% {
    width: 0%;
  }

  100% {
    width: 75%;
  }
}

@media (max-width: 768px) {
  .CampaignsModule-module__MREwWG__webMockup {
    height: 420px;
  }
}

/* [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__mockupContainer {
  justify-content: center;
  width: 100%;
  animation: 6s ease-in-out infinite CrmModule-module__5p7Q_a__floatMockup;
  display: flex;
  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 {
  border: 1px solid var(--md-sys-color-outline-variant);
  z-index: 1;
  background: #f8fafc;
  border-radius: 24px;
  gap: 16px;
  width: 100%;
  max-width: 900px;
  height: 520px;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px -15px #0284c726;
}

.CrmModule-module__5p7Q_a__kanbanColumn {
  background: #e2e8f0;
  border: 2px dashed #0000;
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  transition: background .2s;
  display: flex;
}

.CrmModule-module__5p7Q_a__kanbanColumn.CrmModule-module__5p7Q_a__dragOver {
  border-color: var(--md-sys-color-primary);
  background: #cbd5e1;
}

.CrmModule-module__5p7Q_a__kColumnHeader {
  border-bottom: 1px solid #0000000d;
  flex-direction: column;
  gap: 8px;
  padding: 16px 14px 12px;
  display: flex;
}

.CrmModule-module__5p7Q_a__kHeaderTop {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.CrmModule-module__5p7Q_a__kTitleWrap {
  color: #1e293b;
  text-transform: uppercase;
  letter-spacing: .5px;
  align-items: center;
  gap: 8px;
  font-size: .85rem;
  font-weight: 800;
  display: flex;
}

.CrmModule-module__5p7Q_a__kDot {
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.CrmModule-module__5p7Q_a__kCount {
  color: #64748b;
  background: #fff;
  border-radius: 50px;
  padding: 2px 8px;
  font-size: .75rem;
  font-weight: 700;
}

.CrmModule-module__5p7Q_a__kTotalValue {
  color: #0f172a;
  padding-left: 18px;
  font-size: .8rem;
  font-weight: 800;
}

.CrmModule-module__5p7Q_a__kColumnBody {
  flex-direction: column;
  flex: 1;
  gap: 12px;
  padding: 12px;
  display: flex;
  overflow-y: auto;
}

.CrmModule-module__5p7Q_a__kColumnBody::-webkit-scrollbar {
  width: 4px;
}

.CrmModule-module__5p7Q_a__kColumnBody::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

.CrmModule-module__5p7Q_a__kCard {
  cursor: grab;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 12px;
  transition: transform .2s, box-shadow .2s;
  animation: .3s cubic-bezier(.175, .885, .32, 1.275) CrmModule-module__5p7Q_a__popIn;
  position: relative;
  box-shadow: 0 4px 6px #00000005;
}

.CrmModule-module__5p7Q_a__kCard:hover {
  border-color: var(--md-sys-color-primary);
  transform: translateY(-2px);
  box-shadow: 0 8px 16px #0284c71f;
}

.CrmModule-module__5p7Q_a__kCard:active {
  cursor: grabbing;
  transform: scale(.98);
}

.CrmModule-module__5p7Q_a__dragging {
  opacity: .4;
  border: 2px dashed var(--md-sys-color-primary);
  box-shadow: none;
}

.CrmModule-module__5p7Q_a__kCardTop {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.CrmModule-module__5p7Q_a__kTempBadge {
  border-radius: 6px;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  font-size: .65rem;
  font-weight: 800;
  display: flex;
}

.CrmModule-module__5p7Q_a__tempHot {
  color: #dc2626;
  background: #fee2e2;
}

.CrmModule-module__5p7Q_a__tempCold {
  color: #0284c7;
  background: #e0f2fe;
}

.CrmModule-module__5p7Q_a__tempNormal {
  color: #64748b;
  background: #f1f5f9;
}

.CrmModule-module__5p7Q_a__kSlaBadge {
  color: #fff;
  letter-spacing: .5px;
  background: #ef4444;
  border-radius: 12px;
  padding: 2px 8px;
  font-size: .6rem;
  font-weight: 800;
  animation: 2s infinite CrmModule-module__5p7Q_a__pulseSla;
  position: absolute;
  top: -8px;
  right: -8px;
  box-shadow: 0 4px 10px #ef44444d;
}

.CrmModule-module__5p7Q_a__kCardName {
  color: #1e293b;
  margin-bottom: 4px;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.2;
}

.CrmModule-module__5p7Q_a__kCardTag {
  color: #64748b;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 2px 6px;
  font-size: .65rem;
  display: inline-block;
}

.CrmModule-module__5p7Q_a__kCardFooter {
  border-top: 1px dashed #e2e8f0;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  display: flex;
}

.CrmModule-module__5p7Q_a__kFooterLeft {
  align-items: center;
  gap: 6px;
  display: flex;
}

.CrmModule-module__5p7Q_a__kAvatar {
  object-fit: cover;
  background: #cbd5e1;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
}

.CrmModule-module__5p7Q_a__kChannel {
  color: #94a3b8;
  align-items: center;
  display: flex;
}

.CrmModule-module__5p7Q_a__kCardValue {
  color: #059669;
  font-size: .85rem;
  font-weight: 800;
}

.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);
  width: 32px;
  height: 32px;
  animation: 5s cubic-bezier(.4, 0, .2, 1) infinite CrmModule-module__5p7Q_a__ghostMove;
  position: absolute;
  top: 150px;
  left: 100px;
}

.CrmModule-module__5p7Q_a__ghostFakeCard {
  border: 2px solid var(--md-sys-color-primary);
  opacity: 0;
  background: #fff;
  border-radius: 14px;
  width: 220px;
  padding: 12px;
  animation: 5s cubic-bezier(.4, 0, .2, 1) infinite CrmModule-module__5p7Q_a__ghostDragCard;
  position: absolute;
  top: 150px;
  left: 80px;
  box-shadow: 0 15px 30px #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__popIn {
  0% {
    opacity: 0;
    transform: scale(.9);
  }

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

@keyframes CrmModule-module__5p7Q_a__pulseSla {
  0% {
    box-shadow: 0 0 #ef444466;
  }

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

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

@keyframes CrmModule-module__5p7Q_a__ghostMove {
  0% {
    opacity: 0;
    transform: translate(0);
  }

  10% {
    opacity: 1;
    transform: translate(50px, 30px);
  }

  20% {
    transform: translate(50px, 30px)scale(.8);
  }

  30% {
    transform: translate(350px, 30px)scale(.8);
  }

  40% {
    transform: translate(350px, 30px)scale(1);
  }

  60% {
    opacity: 1;
    transform: translate(380px, 80px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes CrmModule-module__5p7Q_a__ghostDragCard {
  0%, 19% {
    opacity: 0;
    transform: translate(0)rotate(0);
  }

  20% {
    opacity: 1;
    transform: translate(0)rotate(3deg);
  }

  30% {
    opacity: 1;
    transform: translate(300px)rotate(3deg);
  }

  35% {
    opacity: 0;
    transform: translate(300px)rotate(0);
  }

  100% {
    opacity: 0;
  }
}

@media (max-width: 900px) {
  .CrmModule-module__5p7Q_a__kanbanMockup {
    padding-bottom: 24px;
    overflow-x: auto;
  }

  .CrmModule-module__5p7Q_a__kanbanColumn {
    flex: none;
    min-width: 260px;
  }

  .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%;
  }
}

/*# sourceMappingURL=src_d3f9036d._.css.map*/