/* [project]/apps/web/src/components/landing/flowaxys-landing.css [app-client] (css) */
.fx-landing {
  --fx-green: #00ef8b;
  --fx-green-dark: #02d87e;
  --fx-black: #000;
  --fx-white: #fff;
  --fx-blue-100: #9bf;
  --fx-blue-500: #3334f8;
  --fx-blue-800: #1d2374;
  --fx-aqua-100: #9df1f2;
  --fx-aqua-500: #37dddf;
  --fx-aqua-900: #101828;
  --fx-pink-100: #f9e9fb;
  --fx-pink-400: #f4c6fa;
  --fx-pink-800: #6d3974;
  --fx-purple-100: #e0ccff;
  --fx-purple-500: #823ee4;
  --fx-purple-800: #50268c;
  --fx-surf-1: #08080d;
  --fx-surf-2: #0e0e16;
  --fx-surf-3: #14141e;
  --fx-surf-4: #1c1c28;
  --fx-text: #ffffffeb;
  --fx-text-2: #ffffffc7;
  --fx-text-3: #ffffffa3;
  --fx-negative: #f87171;
  --fx-border: #ffffff1f;
  --fx-border-2: #ffffff12;
  --fx-heading: var(--font-epilogue, "Epilogue", sans-serif);
  --fx-body: var(--font-inter, "Inter", sans-serif);
  --fx-max-w: 1200px;
  --fx-section-y: 100px;
  background: var(--fx-black);
  color: var(--fx-text);
  font-family: var(--fx-body);
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

.fx-landing h1, .fx-landing h2, .fx-landing h3, .fx-landing h4 {
  font-family: var(--fx-heading);
  letter-spacing: -.02em;
  color: var(--fx-text);
  margin: 0;
  font-weight: 800;
  line-height: 1.2;
}

.fx-landing h1 {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 900;
}

.fx-landing h2 {
  font-size: clamp(28px, 3.5vw, 42px);
}

.fx-landing h3 {
  font-size: clamp(18px, 2vw, 22px);
}

.fx-landing p {
  margin: 0;
}

.fx-container {
  max-width: var(--fx-max-w);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.fx-section {
  padding-top: var(--fx-section-y);
  padding-bottom: var(--fx-section-y);
  position: relative;
}

.fx-section__label {
  font-family: var(--fx-body);
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--fx-green);
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
}

.fx-btn {
  font-family: var(--fx-body);
  cursor: pointer;
  white-space: nowrap;
  border: none;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .25s;
  display: inline-flex;
}

.fx-btn--primary {
  background: var(--fx-green);
  color: var(--fx-black);
  box-shadow: 0 0 24px #00ef8b26;
}

.fx-btn--primary:hover {
  background: var(--fx-green-dark);
  transform: translateY(-1px);
  box-shadow: 0 0 40px #00ef8b4d;
}

.fx-btn--secondary {
  color: var(--fx-white);
  background: none;
  border: 1px solid #fff3;
}

.fx-btn--secondary:hover {
  background: #ffffff14;
  border-color: #ffffff59;
}

.fx-btn:focus-visible {
  outline: 2px solid var(--fx-green);
  outline-offset: 2px;
}

.fx-badge {
  font-size: 13px;
  font-weight: 500;
  font-family: var(--fx-body);
  color: #ffffffe0;
  background: #ffffff12;
  border: 1px solid #ffffff1f;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  display: inline-flex;
}

.fx-card {
  background: var(--fx-surf-2);
  border: 1px solid var(--fx-border);
  border-radius: 16px;
  padding: 28px;
  transition: all .3s;
}

.fx-card:hover {
  border-color: #ffffff2e;
  transform: translateY(-2px);
  box-shadow: 0 8px 40px #0006;
}

.fx-glass {
  -webkit-backdrop-filter: blur(24px);
  background: #ffffff08;
  border: 1px solid #ffffff14;
  border-radius: 20px;
}

.fx-header {
  z-index: 100;
  padding: 0 24px;
  transition: all .3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.fx-header--scrolled {
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--fx-border);
  background: #000c;
}

.fx-header__inner {
  max-width: var(--fx-max-w);
  justify-content: space-between;
  align-items: center;
  height: 72px;
  margin: 0 auto;
  display: flex;
}

.fx-header__nav {
  align-items: center;
  gap: 36px;
  display: flex;
}

.fx-header__link {
  font-family: var(--fx-body);
  color: var(--fx-text-2);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.fx-header__link:hover {
  color: var(--fx-green);
}

.fx-hero {
  padding-top: 140px;
  padding-bottom: var(--fx-section-y);
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fx-hero__bg {
  pointer-events: none;
  background: radial-gradient(80% 60% at 25% 15%, #00ef8b14 0%, #0000 60%), radial-gradient(60% 50% at 75% 55%, #37dddf0d 0%, #0000 50%), radial-gradient(50% 40% at 90% 90%, #823ee40d 0%, #0000 50%), radial-gradient(40% 30% at 5% 95%, #3334f80a 0%, #0000 50%);
  position: absolute;
  inset: 0;
}

.fx-hero__bg:after {
  content: "";
  background: radial-gradient(110% 110%, #0000 40%, #000000b3 100%);
  position: absolute;
  inset: 0;
}

.fx-mockup {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  position: relative;
}

.fx-mockup__frame {
  border: 1px solid var(--fx-border);
  background: #0a0a12eb;
  border-radius: 24px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 48px #0009, inset 0 1px #ffffff0f;
}

.fx-mockup__frame:before {
  content: "";
  background: linear-gradient(90deg, transparent, var(--fx-green), transparent);
  opacity: .5;
  width: 60%;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.fx-mockup__header {
  border-bottom: 1px solid var(--fx-border);
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  display: flex;
}

.fx-mockup__dot {
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.fx-mockup__title {
  font-family: var(--fx-body);
  color: var(--fx-text);
  margin-left: 8px;
  font-size: 13px;
  font-weight: 600;
}

.fx-mockup__versions {
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
  display: flex;
}

.fx-mockup__version {
  border: 1px solid var(--fx-border-2);
  color: var(--fx-text-2);
  background: #ffffff08;
  border-radius: 10px;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  font-size: 13px;
  display: flex;
}

.fx-mockup__version--active {
  background: #00ef8b0d;
  border-color: #00ef8b4d;
}

.fx-mockup__status {
  border-radius: 50%;
  flex-shrink: 0;
  width: 7px;
  height: 7px;
}

.fx-mockup__version-name {
  color: var(--fx-text);
  font-weight: 600;
}

.fx-mockup__comment {
  border: 1px solid var(--fx-border-2);
  color: var(--fx-text-2);
  background: #ffffff08;
  border-radius: 10px;
  margin-bottom: 16px;
  padding: 14px;
  font-size: 12px;
  line-height: 1.6;
}

.fx-mockup__comment-author {
  color: var(--fx-text-3);
  margin-top: 6px;
  font-size: 11px;
  font-weight: 600;
}

.fx-mockup__perms {
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
  display: flex;
}

.fx-mockup__perms-label {
  color: var(--fx-text-3);
  text-transform: uppercase;
  letter-spacing: .05em;
  width: 100%;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 600;
}

.fx-mockup__perm {
  border-radius: 7px;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 500;
  display: flex;
}

.fx-mockup__perm--on {
  color: var(--fx-green);
  background: #00ef8b1a;
  border: 1px solid #00ef8b33;
}

.fx-mockup__perm--off {
  border: 1px solid var(--fx-border-2);
  color: var(--fx-text-3);
  background: #ffffff08;
}

.fx-mockup__export {
  background: var(--fx-green);
  width: 100%;
  color: var(--fx-black);
  font-family: var(--fx-body);
  text-align: center;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
  transition: background .2s;
  display: flex;
}

.fx-mockup__export:hover {
  background: var(--fx-green-dark);
}

.fx-mockup__cursor {
  pointer-events: none;
  filter: drop-shadow(0 0 8px #00ef8b66);
  animation: 3s ease-in-out infinite cursor-float;
  position: absolute;
  bottom: 160px;
  right: 30px;
}

@keyframes cursor-float {
  0%, 100% {
    transform: translate(0);
  }

  50% {
    transform: translate(-5px, -8px);
  }
}

.fx-mockup__highlight {
  border-bottom: 2px solid var(--fx-green);
  background: #00ef8b26;
  padding: 0 2px;
  display: inline;
}

.fx-mockup__guest-badge {
  color: #37dddf;
  background: #37dddf1a;
  border: 1px solid #37dddf33;
  border-radius: 6px;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  display: inline-flex;
}

.fx-mockup__text-edit {
  background: #ffffff08;
  border: 1px solid #ffffff0f;
  border-radius: 10px;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  padding: 14px;
  display: flex;
}

.fx-mockup__text-field {
  color: #ffffffeb;
  font-size: 12px;
  font-family: var(--fx-body);
  background: #ffffff0a;
  border: 1px solid #00ef8b4d;
  border-radius: 6px;
  padding: 6px 10px;
  line-height: 1.6;
}

.fx-mockup__text-field-cursor {
  background: var(--fx-green);
  vertical-align: middle;
  width: 1.5px;
  height: 13px;
  margin-left: 1px;
  animation: 1s step-end infinite fx-text-blink;
  display: inline-block;
}

.fx-mockup__preview-tag {
  color: #fff6;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 10px;
  font-weight: 600;
}

.fx-compare__icon--negative {
  color: #f87171;
  vertical-align: middle;
  flex-shrink: 0;
}

.fx-compare__icon--positive {
  color: var(--fx-green);
  vertical-align: middle;
  flex-shrink: 0;
}

.fx-problem__chaos {
  background: var(--fx-surf-2);
  border: 1px solid var(--fx-border);
  border-radius: 20px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.fx-problem__chaos:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at 20% 30%, #ef44440f 0%, #0000 50%), radial-gradient(circle at 80% 70%, #ef44440a 0%, #0000 50%);
  position: absolute;
  inset: 0;
}

.fx-problem__icons {
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
  display: flex;
}

.fx-problem__icon-item {
  border: 1px solid var(--fx-border-2);
  color: var(--fx-text-3);
  background: #ffffff0a;
  border-radius: 10px;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  font-size: 13px;
  display: flex;
}

.fx-problem__arrows {
  pointer-events: none;
  opacity: .08;
  position: absolute;
  inset: 0;
}

.fx-problem__counter {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
  display: flex;
}

.fx-problem__count-item {
  color: #f87171;
  background: #ef444414;
  border: 1px solid #ef444426;
  border-radius: 10px;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.fx-flow {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 40px 0;
  display: flex;
}

.fx-flow__step {
  background: var(--fx-surf-3);
  border: 1px solid var(--fx-border);
  color: var(--fx-text);
  white-space: nowrap;
  border-radius: 12px;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.fx-flow__arrow {
  color: var(--fx-green);
  opacity: .6;
  flex-shrink: 0;
  margin: 0 6px;
}

.fx-steps {
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  display: grid;
  position: relative;
}

.fx-steps__line {
  background: linear-gradient(90deg, transparent, var(--fx-green), var(--fx-green-dark), transparent);
  opacity: .25;
  z-index: 0;
  height: 2px;
  position: absolute;
  top: 24px;
  left: 10%;
  right: 10%;
}

.fx-step {
  z-index: 1;
  text-align: center;
  background: var(--fx-surf-2);
  border: 1px solid var(--fx-border);
  border-radius: 16px;
  padding: 28px 16px;
  transition: all .3s;
  position: relative;
}

.fx-step:hover {
  border-color: #00ef8b33;
  transform: translateY(-2px);
}

.fx-step__number {
  width: 48px;
  height: 48px;
  font-family: var(--fx-heading);
  color: var(--fx-black);
  background: var(--fx-green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 0 auto 16px;
  font-size: 18px;
  font-weight: 800;
  display: flex;
  box-shadow: 0 0 20px #00ef8b33;
}

.fx-step__icon {
  width: 36px;
  height: 36px;
  color: var(--fx-green);
  margin: 0 auto 12px;
}

.fx-step__label {
  color: var(--fx-text-2);
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.fx-editor {
  background: var(--fx-surf-2);
  border: 1px solid var(--fx-border);
  border-radius: 20px;
  max-width: 480px;
  padding: 28px;
}

.fx-editor__row {
  border-bottom: 1px solid var(--fx-border-2);
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  display: flex;
}

.fx-editor__row:last-child {
  border-bottom: none;
}

.fx-editor__label {
  color: var(--fx-text-3);
  flex-shrink: 0;
  width: 80px;
  font-size: 13px;
  font-weight: 500;
}

.fx-editor__input {
  border: 1px solid var(--fx-border);
  color: var(--fx-text);
  font-size: 13px;
  font-family: var(--fx-body);
  background: #ffffff0a;
  border-radius: 8px;
  flex: 1;
  padding: 8px 12px;
}

.fx-editor__swatches {
  gap: 8px;
  display: flex;
}

.fx-editor__swatch {
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 6px;
  width: 28px;
  height: 28px;
  transition: border-color .2s;
}

.fx-editor__swatch--active {
  border-color: var(--fx-white);
  box-shadow: 0 0 8px #fff3;
}

.fx-editor__select {
  border: 1px solid var(--fx-border);
  color: var(--fx-text);
  font-size: 13px;
  font-family: var(--fx-body);
  appearance: none;
  background: #ffffff0a;
  border-radius: 8px;
  flex: 1;
  padding: 8px 12px;
}

.fx-editor__locked {
  border: 1px solid var(--fx-border-2);
  color: var(--fx-text-3);
  opacity: .5;
  background: #ffffff05;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  font-size: 12px;
  display: flex;
}

.fx-timeline {
  border-left: 2px solid var(--fx-border);
  flex-direction: column;
  gap: 20px;
  padding-left: 28px;
  display: flex;
  position: relative;
}

.fx-timeline__item {
  padding-left: 20px;
  position: relative;
}

.fx-timeline__item:before {
  content: "";
  border: 2px solid var(--fx-border);
  background: var(--fx-surf-1);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 4px;
  left: -35px;
}

.fx-timeline__item--approved:before {
  border-color: var(--fx-green);
  background: var(--fx-green);
  box-shadow: 0 0 10px #00ef8b4d;
}

.fx-timeline__item--adjust:before {
  background: #f59e0b;
  border-color: #f59e0b;
}

.fx-timeline__item--pending:before {
  border-color: var(--fx-text-3);
}

.fx-kanban {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  display: grid;
}

.fx-kanban__col {
  background: var(--fx-surf-2);
  border: 1px solid var(--fx-border);
  border-radius: 14px;
  min-height: 220px;
  padding: 20px;
}

.fx-kanban__col-title {
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--fx-text-2);
  border-bottom: 2px solid var(--fx-border-2);
  margin-bottom: 12px;
  padding-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
}

.fx-kanban__col:first-child .fx-kanban__col-title {
  border-bottom-color: #99bbff4d;
}

.fx-kanban__col:nth-child(2) .fx-kanban__col-title {
  border-bottom-color: #37dddf4d;
}

.fx-kanban__col:nth-child(3) .fx-kanban__col-title {
  border-bottom-color: #f59e0b4d;
}

.fx-kanban__col:nth-child(4) .fx-kanban__col-title {
  border-bottom-color: #00ef8b4d;
}

.fx-kanban__card {
  background: var(--fx-surf-3);
  border: 1px solid var(--fx-border-2);
  color: var(--fx-text-2);
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.5;
  transition: border-color .2s;
}

.fx-kanban__card:hover {
  border-color: var(--fx-border);
}

.fx-compare {
  border: 1px solid var(--fx-border);
  background: var(--fx-surf-2);
  border-radius: 16px;
  overflow: hidden;
}

.fx-compare table {
  border-collapse: collapse;
  width: 100%;
}

.fx-compare th {
  text-align: left;
  font-family: var(--fx-heading);
  border-bottom: 2px solid var(--fx-border);
  letter-spacing: -.01em;
  padding: 20px 28px;
  font-size: 16px;
  font-weight: 800;
}

.fx-compare th:first-child {
  color: var(--fx-text-3);
  background: #ef44440a;
  width: 50%;
}

.fx-compare th:last-child {
  color: var(--fx-green);
  background: #00ef8b0a;
}

.fx-compare td {
  color: var(--fx-text-2);
  border-bottom: 1px solid var(--fx-border-2);
  vertical-align: middle;
  padding: 18px 28px;
  font-size: 15px;
}

.fx-compare tbody tr:nth-child(2n) td {
  background: #ffffff05;
}

.fx-compare tr:last-child td {
  border-bottom: none;
}

.fx-compare td:first-child {
  color: var(--fx-text-3);
}

.fx-compare td:last-child {
  color: var(--fx-text);
}

.fx-share__input-group {
  max-width: 520px;
  margin: 0 auto;
  display: flex;
}

.fx-share__input {
  background: var(--fx-surf-3);
  border: 1px solid var(--fx-border);
  color: var(--fx-text);
  border-right: none;
  border-radius: 12px 0 0 12px;
  flex: 1;
  padding: 14px 16px;
  font-family: SF Mono, Fira Code, monospace;
  font-size: 14px;
}

.fx-share__copy-btn {
  background: var(--fx-green);
  color: var(--fx-black);
  font-size: 14px;
  font-weight: 600;
  font-family: var(--fx-body);
  border: 1px solid var(--fx-green);
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0 12px 12px 0;
  align-items: center;
  gap: 6px;
  padding: 14px 24px;
  transition: all .2s;
  display: flex;
}

.fx-share__copy-btn:hover {
  background: var(--fx-green-dark);
  border-color: var(--fx-green-dark);
}

.fx-share__copy-btn--copied {
  background: var(--fx-green-dark);
}

.fx-roadmap__card {
  opacity: .72;
  background: var(--fx-surf-2);
  border: 1px dashed #ffffff24;
  border-radius: 16px;
  padding: 28px;
  transition: all .3s;
}

.fx-roadmap__card:hover {
  opacity: .92;
  border-color: #ffffff40;
  transform: translateY(-2px);
}

.fx-cta-form {
  background: var(--fx-surf-2);
  border: 1px solid var(--fx-border);
  border-radius: 24px;
  max-width: 560px;
  margin: 0 auto;
  padding: 48px;
  position: relative;
  overflow: hidden;
}

.fx-cta-form:before {
  content: "";
  -webkit-mask-composite: xor;
  pointer-events: none;
  background: linear-gradient(135deg, #00ef8b59, #0000 50%, #00ef8b26);
  border-radius: 24px;
  padding: 1px;
  position: absolute;
  inset: -1px;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position: 0 0, 0 0;
  mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  mask-repeat: repeat, repeat;
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-origin: content-box, border-box;
  mask-origin: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto, auto;
  mask-mode: match-source, match-source;
}

.fx-cta-form:after {
  content: "";
  pointer-events: none;
  background: radial-gradient(#00ef8b14 0%, #0000 70%);
  width: 300px;
  height: 200px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.fx-cta-form__input {
  border: 1px solid var(--fx-border);
  width: 100%;
  color: var(--fx-text);
  font-size: 15px;
  font-family: var(--fx-body);
  background: #ffffff0d;
  border-radius: 12px;
  padding: 14px 18px;
  transition: border-color .2s;
}

.fx-cta-form__input::placeholder {
  color: var(--fx-text-3);
}

.fx-cta-form__input:focus {
  border-color: var(--fx-green);
  outline: none;
  box-shadow: 0 0 0 3px #00ef8b1a;
}

.fx-faq__item {
  border: 1px solid var(--fx-border);
  background: var(--fx-surf-2);
  border-radius: 14px;
  transition: border-color .3s;
  overflow: hidden;
}

.fx-faq__item--open {
  border-color: #00ef8b33;
}

.fx-faq__trigger {
  width: 100%;
  color: var(--fx-text);
  font-family: var(--fx-body);
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  font-size: 15px;
  font-weight: 600;
  transition: color .2s;
  display: flex;
}

.fx-faq__trigger:hover {
  color: var(--fx-green);
}

.fx-faq__chevron {
  color: var(--fx-text-3);
  flex-shrink: 0;
  transition: transform .3s;
}

.fx-faq__item--open .fx-faq__chevron {
  color: var(--fx-green);
  transform: rotate(180deg);
}

.fx-faq__content {
  color: var(--fx-text-2);
  padding: 0 24px 20px;
  font-size: 15px;
  line-height: 1.7;
}

.fx-footer {
  border-top: 1px solid var(--fx-border);
  background: var(--fx-surf-1);
  padding: 40px 24px;
}

.fx-footer__inner {
  max-width: var(--fx-max-w);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
  display: flex;
}

.fx-footer__copy {
  color: var(--fx-text-3);
  font-size: 13px;
}

.fx-footer__links {
  gap: 24px;
  display: flex;
}

.fx-footer__link {
  color: var(--fx-text-3);
  font-size: 13px;
  text-decoration: none;
  transition: color .2s;
}

.fx-footer__link:hover {
  color: var(--fx-green);
}

.fx-divider {
  background: linear-gradient(90deg, transparent, var(--fx-border), transparent);
  max-width: 800px;
  height: 1px;
  margin: 0 auto;
}

.fx-section--glow-green {
  background: radial-gradient(60% 40% at 50% 0, #00ef8b0a 0%, #0000 60%);
}

.fx-section--glow-aqua {
  background: radial-gradient(50% 40% at 30%, #37dddf08 0%, #0000 60%);
}

.fx-section--glow-purple {
  background: radial-gradient(50% 40% at 70%, #823ee408 0%, #0000 60%);
}

@keyframes fx-glow-pulse {
  0%, 100% {
    box-shadow: 0 0 20px #00ef8b26;
  }

  50% {
    box-shadow: 0 0 40px #00ef8b40;
  }
}

@keyframes fx-float {
  0%, 100% {
    transform: translateY(0);
  }

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

@keyframes fx-text-blink {
  0%, 100% {
    border-right-color: var(--fx-green);
  }

  50% {
    border-right-color: #0000;
  }
}

@media (max-width: 1024px) {
  .fx-landing {
    --fx-section-y: 72px;
  }

  .fx-steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .fx-steps__line {
    display: none;
  }

  .fx-kanban {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .fx-landing {
    --fx-section-y: 56px;
  }

  .fx-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .fx-hero {
    min-height: auto;
    padding-top: 96px;
  }

  .fx-mockup {
    max-width: 100%;
    margin-left: 0;
  }

  .fx-steps {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .fx-step {
    text-align: left;
    align-items: center;
    gap: 16px;
    padding: 20px;
    display: flex;
  }

  .fx-step__label {
    max-width: none;
  }

  .fx-step__number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin: 0;
    font-size: 16px;
  }

  .fx-kanban {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .fx-flow {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .fx-flow__arrow {
    margin: 0;
    transform: rotate(90deg);
  }

  .fx-compare th, .fx-compare td {
    padding: 14px 16px;
    font-size: 14px;
  }

  .fx-cta-form {
    padding: 28px 20px;
  }

  .fx-header__nav, .fx-header__cta-desktop {
    display: none;
  }

  .fx-share__input-group {
    flex-direction: column;
  }

  .fx-share__input {
    border-right: 1px solid var(--fx-border);
    border-radius: 12px;
  }

  .fx-share__copy-btn {
    border-radius: 12px;
    justify-content: center;
  }

  .fx-problem__chaos {
    padding: 20px;
  }

  .fx-editor {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .fx-kanban {
    grid-template-columns: 1fr;
  }

  .fx-problem__counter, .fx-problem__icons {
    flex-direction: column;
  }

  .fx-mockup__perms {
    gap: 4px;
  }

  .fx-mockup__perm {
    padding: 4px 8px;
    font-size: 10px;
  }

  .fx-btn {
    width: 100%;
  }

  .fx-faq__trigger {
    padding: 16px 18px;
    font-size: 15px;
  }

  .fx-faq__content {
    padding: 0 18px 16px;
    font-size: 14px;
  }
}

/* [project]/apps/web/src/components/landing/workflow-hero.css [app-client] (css) */
.wfh {
  --c-black: #000;
  --c-deep-green: #032e1c;
  --c-accent-green: #029658;
  --c-accent-green-2: #029155;
  --c-deep-purple: #0e0a1a;
  --c-blue-teal: #234a60;
  --c-indigo: #263055;
  --c-indigo-2: #222449;
  --c-teal-1: #5e857c;
  --c-teal-2: #74978a;
  --c-mint: #8ab3a2;
  --c-surface: #a8b8b5;
  --c-surface-2: #a7b7b3;
  --c-muted-text: #c9d0b2;
  --c-white: #fff;
  --c-offwhite: #fafafb;
  --c-orb: #7c347f;
  --c-orb-hi: #5d285e;
  color: var(--c-deep-green);
  background-color: #fff;
  padding: 0 0 clamp(4rem, 8vw, 6rem);
  position: relative;
  overflow: hidden;
}

.wfh__glow {
  pointer-events: none;
  border-radius: 50%;
  position: absolute;
}

.wfh__glow--green {
  background: radial-gradient(at 50% 80%, #032e1ccc 0%, #0296582e 40%, #0000 72%);
  width: 90%;
  height: 65%;
  bottom: -15%;
  left: 5%;
}

.wfh__glow--blue {
  background: radial-gradient(#234a608c 0%, #26305540 45%, #0000 70%);
  width: 55%;
  height: 55%;
  bottom: -8%;
  right: -8%;
}

.wfh__glow--purple {
  background: radial-gradient(#22244973 0%, #0000 65%);
  width: 40%;
  height: 45%;
  bottom: 5%;
  right: 15%;
}

.wfh__vignette {
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: none !important;
}

.wfh__glow, .wfh__vignette {
  background: none !important;
  display: none !important;
}

.wfh__container {
  z-index: 1;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 clamp(.5rem, 4vw, 0rem);
  position: relative;
}

.wfh__hero {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  margin-bottom: clamp(4.5rem, 7vw, 7rem);
  display: grid;
}

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

.wfh__title {
  font-family: var(--font-poppins, "Poppins", sans-serif);
  letter-spacing: -.025em;
  color: var(--c-white);
  margin: 0;
  font-size: clamp(2.25rem, 4.8vw + .4rem, 3.75rem);
  font-weight: 800;
  line-height: 1.08;
}

.wfh__desc {
  color: var(--c-muted-text);
  max-width: 520px;
  margin: 0;
  font-size: clamp(1rem, 1.15vw + .55rem, 1.25rem);
  line-height: 1.7;
}

.wfh__ctas {
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: .5rem;
  display: flex;
}

.wfh__btn {
  cursor: pointer;
  border: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .875rem 2.25rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform .22s, box-shadow .22s, background .22s, border-color .22s;
  display: inline-flex;
}

.wfh__btn:focus-visible {
  outline: 2px solid var(--c-accent-green);
  outline-offset: 3px;
}

.wfh__btn--primary {
  background: var(--c-accent-green);
  color: var(--c-white);
  box-shadow: 0 6px 20px #0296582e, 0 2px 6px #02965814;
}

.wfh__btn--primary:hover {
  background: color-mix(in srgb, var(--c-accent-green) 85%, black 15%);
  transform: translateY(-2px);
  box-shadow: 0 10px 36px #02965838, 0 4px 12px #0296581a;
}

.wfh__btn--secondary {
  color: var(--c-deep-green);
  background: none;
  border: 1.5px solid #032e1c14;
  box-shadow: 0 2px 12px #032e1c08;
}

.wfh__btn--secondary:hover {
  background: #0296580f;
  border-color: #032e1c29;
  transform: translateY(-2px);
}

.wfh__panel {
  background: radial-gradient(circle at 30% 55%, #0296582e 0%, #0296581f 12%, #0000 28%), linear-gradient(90deg, #020607f2 0%, #061414f2 18%, #0c0c0cfa 100%);
  border: 1px solid #ffffff08;
  border-radius: 32px;
  padding: clamp(1.75rem, 3vw, 2.5rem);
  overflow: hidden;
  box-shadow: none !important;
}

.wfh__topbar {
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.wfh__logo {
  align-items: center;
  gap: .75rem;
  display: flex;
}

.wfh__logo-text {
  display: none;
}

.wfh__logo img, .wfh__logo svg {
  width: auto;
  height: 22px;
  display: inline-block;
}

@media (max-width: 768px) {
  .wfh__logo img, .wfh__logo svg {
    height: 18px;
  }
}

.wfh__topnav {
  color: #032e1cbf;
  gap: 1rem;
  font-size: .9rem;
  font-weight: 600;
  display: flex;
}

.wfh__topnav-item {
  opacity: .95;
}

.wfh__figure {
  margin: 0;
  position: relative;
}

.wfh__glass {
  -webkit-backdrop-filter: blur(8px);
  background: linear-gradient(145deg, #181e1cf5 0%, #121416eb 60%, #0c0c0ce6 100%);
  border: 1px solid #ffffff05;
  border-radius: 28px;
  padding: clamp(1.1rem, 2vw, 1.75rem);
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 38px #00000073, 0 2px 8px #0003, inset 0 1px #ffffff05;
}

.wfh__orb {
  background: radial-gradient(circle at 35% 30%, var(--c-orb), var(--c-orb-hi) 80%);
  opacity: .65;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  animation: 4s ease-in-out infinite alternate wfh-orb-pulse;
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  box-shadow: 0 0 28px #7c347f73, 0 0 8px #7c347f33;
}

.wfh__glass {
  z-index: 0;
  -webkit-backdrop-filter: blur(28px);
  background: linear-gradient(145deg, #5e857c21 0%, #74978a12 50%, #22244914 100%);
  border: 1px solid #8ab3a224;
  border-radius: 28px;
  padding: clamp(1.75rem, 3vw, 2.5rem);
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 48px #00000059, 0 2px 8px #0003, inset 0 1px #ffffff0a;
}

.wfh__glass:before {
  content: "";
  border-radius: inherit;
  filter: blur(18px);
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle, #ffffff38 0%, #ffffff1f 18%, #ffffff0f 32%, #0000 60%);
  position: absolute;
  inset: -18px;
}

.wfh__glass > * {
  z-index: 1;
  position: relative;
}

@media (max-width: 768px) {
  .wfh__glass:before {
    filter: blur(14px);
    background: radial-gradient(circle at 50% 40%, #ffffff29 0%, #ffffff14 18%, #0000 60%);
    inset: -10px;
  }
}

@keyframes wfh-orb-pulse {
  0% {
    opacity: .55;
    transform: scale(1);
  }

  100% {
    opacity: .75;
    transform: scale(1.08);
  }
}

.wfh__glass-bar {
  border-bottom: 1px solid #8ab3a21a;
  align-items: center;
  gap: 6px;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  display: flex;
}

.wfh__glass-dot {
  background: #a8b8b540;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.wfh__glass-dot:first-child {
  background: #02965880;
}

.wfh__glass-dot:nth-child(2) {
  background: #c9d0b259;
}

.wfh__flow {
  padding: .25rem 0;
  position: relative;
}

.wfh__flow-track {
  background: linear-gradient(to bottom, var(--c-accent-green) 0%, var(--c-accent-green) 38%, var(--c-teal-1) 62%, #a8b8b540 100%);
  border-radius: 2px;
  width: 2px;
  position: absolute;
  top: 1.75rem;
  bottom: 1.75rem;
  left: 15px;
}

.wfh__steps {
  flex-direction: column;
  gap: .625rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.wfh__step {
  align-items: center;
  gap: 1rem;
  display: flex;
  position: relative;
}

.wfh__step-dot {
  z-index: 2;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
}

.wfh__step--done .wfh__step-dot {
  border: 2px solid var(--c-accent-green);
  color: var(--c-accent-green);
  background: #0296582e;
}

.wfh__step--active .wfh__step-dot {
  background: var(--c-accent-green);
  border: 2px solid var(--c-accent-green);
  color: var(--c-white);
  animation: 2.2s ease-in-out infinite wfh-dot-pulse;
  box-shadow: 0 0 18px #0296588c;
}

@keyframes wfh-dot-pulse {
  0%, 100% {
    box-shadow: 0 0 16px #02965880;
  }

  50% {
    box-shadow: 0 0 28px #029658bf;
  }
}

.wfh__step--pending .wfh__step-dot {
  color: #a8b8b566;
  background: #a8b8b514;
  border: 2px solid #a8b8b540;
}

.wfh__step-card {
  background: #a8b8b512;
  border: 1px solid #8ab3a21a;
  border-radius: 14px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1.125rem;
  transition: all .3s;
  display: flex;
}

.wfh__step-name {
  color: var(--c-offwhite);
  font-size: .9375rem;
  font-weight: 500;
}

.wfh__step--done .wfh__step-card {
  border-color: #0296582e;
}

.wfh__step--active .wfh__step-card {
  background: #02965812;
  border-color: #02965852;
  box-shadow: 0 2px 20px #0296581a;
}

.wfh__step--pending .wfh__step-card {
  opacity: .45;
}

.wfh__step-status {
  white-space: nowrap;
  letter-spacing: .01em;
  border-radius: 100px;
  padding: .2rem .6rem;
  font-size: .6875rem;
  font-weight: 500;
}

.wfh__step--done .wfh__step-status {
  color: var(--c-accent-green);
  background: #02965824;
}

.wfh__step--active .wfh__step-status {
  color: var(--c-accent-green);
  background: #0296582e;
}

.wfh__step--pending .wfh__step-status {
  color: var(--c-surface);
  background: #a8b8b51a;
}

.wfh__figcaption {
  text-align: center;
  color: var(--c-teal-2);
  margin-top: 1rem;
  font-size: .8125rem;
  font-style: italic;
}

.wfh__divider {
  background: linear-gradient(90deg, transparent 0%, var(--c-teal-1) 25%, var(--c-accent-green) 50%, var(--c-teal-1) 75%, transparent 100%);
  opacity: .3;
  border: none;
  height: 1px;
  margin-bottom: clamp(3rem, 5vw, 5rem);
}

.wfh__benefits {
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 2.5vw, 2rem);
  margin: 0 0 clamp(4rem, 6vw, 6rem);
  padding: 0;
  list-style: none;
  display: grid;
}

.wfh__benefit {
  align-items: flex-start;
  gap: .875rem;
  display: flex;
}

.wfh__benefit-icon {
  width: 28px;
  height: 28px;
  color: var(--c-accent-green);
  background: #02965824;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  display: flex;
}

.wfh__benefit-text {
  color: var(--c-muted-text);
  margin: 0;
  font-size: clamp(.875rem, .85vw + .35rem, 1rem);
  line-height: 1.65;
}

.wfh__blocks {
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
  display: grid;
}

.wfh__block {
  -webkit-backdrop-filter: blur(14px);
  background: linear-gradient(145deg, #5e857c14 0%, #2224490f 100%);
  border: 1px solid #8ab3a21a;
  border-radius: 22px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  position: relative;
  overflow: hidden;
}

.wfh__block:before {
  content: "";
  background: linear-gradient(to bottom, var(--c-accent-green), var(--c-teal-1));
  border-radius: 0 2px 2px 0;
  width: 3px;
  position: absolute;
  top: 1.25rem;
  bottom: 1.25rem;
  left: 0;
}

.wfh__block-title {
  font-family: var(--font-poppins, "Poppins", sans-serif);
  color: var(--c-white);
  margin: 0 0 .375rem;
  font-size: clamp(1.125rem, 1.3vw + .45rem, 1.375rem);
  font-weight: 700;
  line-height: 1.3;
}

.wfh__block-sub {
  color: var(--c-mint);
  margin: 0 0 1rem;
  font-size: .9375rem;
  font-weight: 500;
}

.wfh__block-text {
  color: var(--c-muted-text);
  margin: 0;
  font-size: clamp(.875rem, .85vw + .35rem, 1rem);
  line-height: 1.7;
}

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

  .wfh__benefits {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .wfh__blocks {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .wfh__glass {
    padding: 1.5rem 1.25rem;
  }

  .wfh__ctas {
    flex-direction: column;
  }

  .wfh__btn {
    text-align: center;
    width: 100%;
  }

  .wfh__title {
    text-align: center;
  }

  .wfh__desc {
    text-align: center;
    max-width: 100%;
  }

  .wfh__ctas {
    align-items: stretch;
  }

  .wfh__figcaption {
    font-size: .75rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .wfh__benefits {
    grid-template-columns: 1fr 1fr;
  }

  .wfh__hero {
    gap: 2rem;
  }
}

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