/* /funcionalidades/ — the directory and the thirty functionality pages.
 *
 * One vocabulary of blocks (features, steps, split, compare, facts, callout,
 * faq, connections) that each page arranges in its own order. Tokens come from
 * site.css; nothing here redefines a colour, a font or the spacing scale. */

.fx-page {
  --fx-accent: var(--purple);
  --fx-accent-soft: var(--purple-soft);
  --fx-card: var(--surface);
  --fx-radius: 16px;
  --fx-shadow: 0 1px 2px rgb(14 14 26 / 4%), 0 8px 24px rgb(14 14 26 / 6%);
  background: var(--canvas);
}

.fx-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 var(--space-8);
}

.fx-i {
  width: 20px;
  height: 20px;
  flex: none;
}

.fx-i--check {
  width: 18px;
  height: 18px;
  color: var(--fx-accent);
}

/* ---------------------------------------------------------------- hero */

.fx-hero {
  position: relative;
  padding: var(--space-12) 0 var(--space-16);
  background:
    radial-gradient(60% 70% at 85% 0%, rgb(139 92 246 / 10%), transparent 70%),
    radial-gradient(50% 60% at 0% 10%, rgb(22 103 208 / 7%), transparent 70%),
    var(--canvas);
  overflow: hidden;
}

.fx-hero--with-screen {
  padding-bottom: var(--space-20);
}

.fx-crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-2);
  margin-bottom: var(--space-8);
  color: var(--quiet);
  font-size: var(--text-sm);
  font-weight: 500;
}

.fx-crumbs a {
  color: var(--muted);
}

.fx-crumbs a:hover {
  color: var(--fx-accent);
}

.fx-hero__copy {
  max-width: 820px;
}

.fx-hero__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--grad-from), var(--grad-to));
  color: #fff;
  box-shadow: 0 10px 24px rgb(139 92 246 / 25%);
}

.fx-hero__icon .fx-i {
  width: 26px;
  height: 26px;
}

.fx-hero h1,
.fx-hub__hero h1 {
  margin: var(--space-6) 0 0;
  color: var(--ink);
  font-size: var(--display-xl);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.fx-hero__lede {
  max-width: 760px;
  margin: var(--space-6) 0 0;
  color: var(--text);
  font-size: var(--text-xl);
  line-height: 1.65;
}

.fx-hero__points {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3) var(--space-6);
  margin: var(--space-7) 0 0;
  padding: 0;
  list-style: none;
}

.fx-hero__points li {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  color: var(--ink);
  font-size: var(--text-base);
  font-weight: 600;
}

.fx-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-9);
}

.fx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: var(--space-3) var(--space-7);
  border-radius: 999px;
  font-size: var(--text-lg);
  font-weight: 600;
  transition: opacity 160ms ease, border-color 160ms ease, color 160ms ease;
}

.fx-btn--primary {
  background: linear-gradient(100deg, var(--cta-from), var(--cta-to));
  color: var(--cta-ink);
}

.fx-btn--primary:hover {
  color: var(--cta-ink);
  opacity: 0.9;
}

.fx-btn--secondary {
  border: 1.5px solid var(--line-strong);
  background: var(--surface);
  color: var(--ink);
}

.fx-btn--secondary:hover {
  border-color: var(--ink);
  color: var(--ink);
}

/* The product screen under the hero copy: full container width, so the
   miniature keeps its detail legible, and framed like a window. */
.fx-screen {
  max-width: 1180px;
  margin: var(--space-14) auto 0;
  padding: 0 var(--space-8);
}

.fx-screen__frame {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 20px;
  background: var(--surface);
  box-shadow: 0 2px 4px rgb(14 14 26 / 4%), 0 30px 60px -20px rgb(14 14 26 / 22%);
}

.fx-screen figcaption {
  margin-top: var(--space-4);
  color: var(--quiet);
  font-size: var(--text-sm);
  text-align: center;
}

/* --------------------------------------------------------------- blocks */

.fx-block {
  padding: var(--space-20) 0;
}

.fx-body > .fx-block:nth-child(even) {
  background: var(--surface);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.fx-block__head {
  max-width: 760px;
  margin-bottom: var(--space-12);
}

.fx-block__head h2,
.fx-split__copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: var(--display-sm);
  font-weight: 750;
  letter-spacing: -0.015em;
  line-height: 1.18;
}

.fx-block__head p {
  margin: var(--space-4) 0 0;
  color: var(--muted);
  font-size: var(--text-lg);
  line-height: 1.7;
}

/* features: the core list of what the functionality does */
.fx-features__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-5);
  margin: 0;
  padding: 0;
  list-style: none;
}

.fx-features__grid[data-count="4"],
.fx-features__grid[data-count="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fx-feature {
  padding: var(--space-7);
  border: 1px solid var(--line-soft);
  border-radius: var(--fx-radius);
  background: var(--fx-card);
  box-shadow: var(--fx-shadow);
}

.fx-body > .fx-block:nth-child(even) .fx-feature {
  background: var(--surface-sunken);
  box-shadow: none;
}

.fx-feature__icon,
.fx-connection__icon,
.fx-related__icon,
.fx-hub__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--fx-accent-soft);
  color: var(--fx-accent);
}

.fx-feature h3 {
  margin: var(--space-5) 0 0;
  color: var(--ink);
  font-size: var(--text-xl);
  font-weight: 700;
  line-height: 1.3;
}

.fx-feature p {
  margin: var(--space-3) 0 0;
  color: var(--muted);
  font-size: var(--text-base);
  line-height: 1.65;
}

/* steps: a numbered path, horizontal when there is room */
.fx-steps__list {
  display: grid;
  grid-template-columns: repeat(var(--fx-steps, 4), minmax(0, 1fr));
  gap: var(--space-6);
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: fx-step;
}

.fx-steps__list[data-count="3"] { --fx-steps: 3; }
.fx-steps__list[data-count="5"] { --fx-steps: 5; }

.fx-step {
  position: relative;
  padding-top: var(--space-14);
}

.fx-step::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 44px;
  right: calc(var(--space-6) * -1);
  height: 2px;
  background: linear-gradient(90deg, var(--accent-edge-strong), var(--line-soft));
}

.fx-step:last-child::before {
  display: none;
}

.fx-step__number {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--grad-from), var(--grad-to));
  color: #fff;
  font-size: var(--text-lg);
  font-weight: 800;
  box-shadow: 0 0 0 6px var(--canvas);
}

.fx-body > .fx-block:nth-child(even) .fx-step__number {
  box-shadow: 0 0 0 6px var(--surface);
}

.fx-step h3 {
  margin: 0;
  color: var(--ink);
  font-size: var(--text-xl);
  font-weight: 700;
  line-height: 1.3;
}

.fx-step p {
  margin: var(--space-3) 0 0;
  color: var(--muted);
  font-size: var(--text-base);
  line-height: 1.65;
}

/* split: one idea explained in depth, with a panel of specifics */
.fx-split__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  align-items: center;
  gap: var(--space-16);
}

.fx-split--reverse .fx-split__copy {
  order: 2;
}

.fx-split__copy p {
  margin: var(--space-5) 0 0;
  color: var(--text);
  font-size: var(--text-lg);
  line-height: 1.75;
}

.fx-split__copy h2 + p {
  margin-top: var(--space-6);
}

/* An outbound destination — today only the extension's store listing. It is a
   link in the reading flow, not a second call to action: the page's own CTA
   still asks for a demo. */
.fx-split__copy p.fx-split__action {
  margin-top: var(--space-6);
  font-size: var(--text-base, 1rem);
}

.fx-split__action a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--fx-accent);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.fx-split__action a:hover { text-decoration-thickness: 2px; }
.fx-split__action .fx-i { width: 16px; height: 16px; }

/* The same link, to a page inside the site, and the product screen a section
   may carry under its two columns (the solution screens). */
.fx-split__copy p.fx-split__more {
  margin-top: var(--space-6);
  font-size: var(--text-base, 1rem);
}

.fx-split__more a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--fx-accent);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.fx-split__more a:hover { text-decoration-thickness: 2px; }
.fx-split__more .fx-i { width: 16px; height: 16px; }

.fx-split__screen {
  margin-top: var(--space-4);
}

.fx-split__panel {
  padding: var(--space-8);
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  background: var(--surface);
  box-shadow: var(--fx-shadow);
}

.fx-body > .fx-block:nth-child(even) .fx-split__panel {
  background: var(--surface-sunken);
  box-shadow: none;
}

.fx-split__panel-title {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin: 0 0 var(--space-5);
  color: var(--ink);
  font-size: var(--text-lg);
  font-weight: 700;
}

.fx-split__panel-icon,
.fx-compare__icon,
.fx-hub__group-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--fx-accent-soft);
  color: var(--fx-accent);
}

.fx-split__panel ul,
.fx-compare__column ul {
  display: grid;
  gap: var(--space-4);
  margin: 0;
  padding: 0;
  list-style: none;
}

.fx-split__panel li,
.fx-compare__column li {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  color: var(--text);
  font-size: var(--text-base);
  line-height: 1.6;
}

.fx-split__panel li .fx-i--check,
.fx-compare__column li .fx-i--check {
  margin-top: 3px;
}

/* compare: two audiences, two columns */
.fx-compare__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-6);
}

.fx-compare__column {
  padding: var(--space-8);
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  background: var(--surface);
}

.fx-compare__column:last-child {
  border-color: var(--accent-edge-strong);
  background: linear-gradient(180deg, var(--accent-wash), var(--surface) 60%);
}

.fx-compare__column h3 {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin: 0 0 var(--space-6);
  color: var(--ink);
  font-size: var(--text-xl);
  font-weight: 700;
}

.fx-compare__note {
  max-width: 760px;
  margin: var(--space-8) 0 0;
  color: var(--muted);
  font-size: var(--text-base);
  line-height: 1.7;
}

/* facts: real product numbers, never invented outcomes */
.fx-facts {
  padding: var(--space-14) 0;
}

.fx-facts__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-6);
  margin: 0;
  padding: 0;
  list-style: none;
}

.fx-facts__list[data-count="3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fx-facts__list li {
  display: grid;
  gap: var(--space-2);
  padding-left: var(--space-5);
  border-left: 2px solid var(--accent-edge-strong);
}

.fx-facts__list strong {
  background: linear-gradient(100deg, var(--grad-text-from), var(--grad-text-to));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.fx-facts__list span {
  color: var(--muted);
  font-size: var(--text-base);
  line-height: 1.5;
}

/* callout: the one sentence worth stopping for */
.fx-callout {
  padding: var(--space-14) 0;
}

.fx-callout__box {
  display: flex;
  align-items: flex-start;
  gap: var(--space-6);
  max-width: 980px;
  margin: 0 auto;
  padding: var(--space-9) var(--space-10);
  border-radius: 24px;
  background: var(--band);
  color: var(--band-ink);
}

.fx-callout__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--band-border);
  border-radius: 14px;
  background: rgb(255 255 255 / 10%);
  color: var(--band-ink);
}

.fx-callout__icon .fx-i {
  width: 24px;
  height: 24px;
}

.fx-callout__box p {
  margin: 0;
  font-size: var(--text-2xl);
  font-weight: 600;
  line-height: 1.5;
}

/* faq */
.fx-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.6fr);
  gap: var(--space-12);
  align-items: start;
}

.fx-faq__grid .fx-block__head {
  position: sticky;
  top: 110px;
  margin-bottom: 0;
}

.fx-faq__list {
  display: grid;
  gap: var(--space-3);
}

.fx-faq__item {
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  background: var(--surface);
}

.fx-faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding: var(--space-5) var(--space-6);
  color: var(--ink);
  font-size: var(--text-lg);
  font-weight: 650;
  line-height: 1.45;
  list-style: none;
  cursor: pointer;
}

.fx-faq__item summary::-webkit-details-marker {
  display: none;
}

.fx-faq__toggle {
  color: var(--fx-accent);
  transition: transform 180ms ease;
}

.fx-faq__item[open] .fx-faq__toggle {
  transform: rotate(45deg);
}

.fx-faq__item p {
  margin: 0;
  padding: 0 var(--space-6) var(--space-6);
  color: var(--text);
  font-size: var(--text-base);
  line-height: 1.7;
}

/* An answer that has a whole page behind it says where, under the answer. */
.fx-faq__item p:has(+ .fx-faq__more) {
  padding-bottom: var(--space-3);
}

.fx-faq__more {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  margin: 0 var(--space-6) var(--space-6);
  color: var(--fx-accent);
  font-size: var(--text-base);
  font-weight: 600;
  text-decoration: none;
}

.fx-faq__more:hover {
  text-decoration: underline;
}

.fx-faq__more .fx-i {
  width: 16px;
  height: 16px;
}

/* The help center's search narrows the questions as you type (ayuda.js). A
   topic with no question left, or a question that does not match, is hidden;
   the grid and flex rules above would otherwise keep them on screen. */
.fx-search {
  position: relative;
  max-width: 560px;
  margin-top: var(--space-8);
}

.fx-search input {
  width: 100%;
  padding: var(--space-4) var(--space-5) var(--space-4) var(--space-12);
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: var(--surface);
  color: var(--ink);
  font: inherit;
  font-size: var(--text-lg);
}

.fx-search input::placeholder {
  color: var(--quiet);
}

.fx-search .fx-i {
  position: absolute;
  top: 50%;
  left: var(--space-5);
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  color: var(--quiet);
  pointer-events: none;
}

.fx-search__empty {
  margin: var(--space-12) auto;
  padding: 0 var(--space-4);
  color: var(--muted);
  font-size: var(--text-lg);
  text-align: center;
}

.fx-search__empty a {
  color: var(--fx-accent);
  font-weight: 600;
}

.fx-block[hidden],
.fx-faq__item[hidden],
.fx-search__empty[hidden] {
  display: none;
}

@media (max-width: 640px) {
  .fx-search input {
    font-size: var(--text-base);
  }
}

/* connections and related: the way to the next functionality */
.fx-connections__grid,
.fx-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-4);
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Four cards read as two pairs rather than three and one left over. */
.fx-connections__grid[data-count="4"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fx-connection {
  display: flex;
  align-items: flex-start;
  gap: var(--space-4);
  height: 100%;
  padding: var(--space-6);
  border: 1px solid var(--line-soft);
  border-radius: var(--fx-radius);
  background: var(--surface);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.fx-connection:hover,
.fx-related__card:hover,
.fx-hub__card:hover {
  border-color: var(--accent-edge-strong);
  box-shadow: var(--fx-shadow);
}

.fx-connection__body {
  display: grid;
  gap: var(--space-1);
  flex: 1;
}

.fx-connection__body strong {
  color: var(--ink);
  font-size: var(--text-lg);
  font-weight: 700;
}

.fx-connection__body span {
  color: var(--muted);
  font-size: var(--text-base);
  line-height: 1.55;
}

.fx-connection__arrow,
.fx-hub__card-arrow {
  margin-top: 2px;
  color: var(--quiet);
  transition: transform 160ms ease, color 160ms ease;
}

.fx-connection:hover .fx-connection__arrow,
.fx-hub__card:hover .fx-hub__card-arrow {
  color: var(--fx-accent);
  transform: translateX(3px);
}

/* industries: the thirty industry guides, in the footer's six groups */
.fx-industries__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-4);
}

.fx-industries__group {
  padding: var(--space-6);
  border: 1px solid var(--line-soft);
  border-radius: var(--fx-radius);
  background: var(--surface);
}

.fx-industries__group h3 {
  margin: 0 0 var(--space-2);
  color: var(--ink);
  font-size: var(--text-lg);
  font-weight: 700;
}

.fx-industries__group ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fx-industries__group a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  min-height: 44px;
  padding: var(--space-2) 0;
  border-top: 1px solid var(--line-soft);
  color: var(--text);
  font-size: var(--text-base);
  line-height: 1.4;
  text-decoration: none;
}

.fx-industries__group li:first-child a {
  border-top: 0;
}

.fx-industries__group a .fx-i {
  flex: none;
  color: var(--quiet);
  transition: transform 160ms ease, color 160ms ease;
}

.fx-industries__group a:hover,
.fx-industries__group a:focus-visible {
  color: var(--fx-accent);
}

.fx-industries__group a:hover .fx-i,
.fx-industries__group a:focus-visible .fx-i {
  color: var(--fx-accent);
  transform: translateX(3px);
}

.fx-related {
  border-top: 1px solid var(--line-soft);
}

.fx-related__card {
  display: grid;
  gap: var(--space-3);
  height: 100%;
  padding: var(--space-7);
  border: 1px solid var(--line-soft);
  border-radius: var(--fx-radius);
  background: var(--surface);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.fx-related__card strong {
  color: var(--ink);
  font-size: var(--text-xl);
  font-weight: 700;
}

.fx-related__card span {
  color: var(--muted);
  font-size: var(--text-base);
  line-height: 1.6;
}

.fx-related__card b {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  color: var(--fx-accent);
  font-size: var(--text-base);
  font-weight: 600;
}

/* ------------------------------------------------------------------ hub */

.fx-hub__hero {
  padding: var(--space-16) 0 var(--space-12);
  background:
    radial-gradient(60% 70% at 85% 0%, rgb(139 92 246 / 10%), transparent 70%),
    radial-gradient(50% 60% at 0% 10%, rgb(22 103 208 / 7%), transparent 70%),
    var(--canvas);
}

.fx-hub__hero h1 {
  margin-top: 0;
}

.fx-hub__jump {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-9);
}

.fx-hub__jump a {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-4);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink);
  font-size: var(--text-sm);
  font-weight: 600;
}

.fx-hub__jump a:hover {
  border-color: var(--accent-edge-strong);
  color: var(--fx-accent);
}

.fx-hub__jump .fx-i {
  width: 16px;
  height: 16px;
  color: var(--fx-accent);
}

.fx-hub__group {
  padding: var(--space-14) 0;
  scroll-margin-top: 90px;
}

.fx-hub__group:nth-child(even) {
  background: var(--surface);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.fx-hub__group-head {
  display: flex;
  align-items: flex-start;
  gap: var(--space-4);
  max-width: 760px;
  margin-bottom: var(--space-8);
}

.fx-hub__group-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: var(--display-xs);
  font-weight: 750;
  letter-spacing: -0.015em;
}

.fx-hub__group-head p {
  margin: var(--space-2) 0 0;
  color: var(--muted);
  font-size: var(--text-lg);
  line-height: 1.6;
}

.fx-hub__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-4);
  margin: 0;
  padding: 0;
  list-style: none;
}

.fx-hub__cards[data-count="2"],
.fx-hub__cards[data-count="4"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fx-hub__card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: var(--space-4);
  row-gap: var(--space-1);
  height: 100%;
  padding: var(--space-6) var(--space-12) var(--space-6) var(--space-6);
  border: 1px solid var(--line-soft);
  border-radius: var(--fx-radius);
  background: var(--surface);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.fx-hub__group:nth-child(even) .fx-hub__card {
  background: var(--surface-sunken);
}

.fx-hub__card-icon {
  grid-row: 1 / span 2;
}

.fx-hub__card strong {
  color: var(--ink);
  font-size: var(--text-lg);
  font-weight: 700;
  line-height: 1.35;
}

.fx-hub__card span:not(.fx-hub__card-icon) {
  color: var(--muted);
  font-size: var(--text-base);
  line-height: 1.55;
}

.fx-hub__card-arrow {
  position: absolute;
  top: var(--space-6);
  right: var(--space-5);
}

/* --------------------------------------------------------------- mobile */

@media (max-width: 1080px) {
  .fx-features__grid,
  .fx-connections__grid,
  .fx-industries__grid,
  .fx-related__grid,
  .fx-hub__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fx-steps__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: var(--space-10);
  }

  .fx-step::before {
    display: none;
  }

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

  .fx-split__grid {
    gap: var(--space-10);
  }
}

@media (max-width: 760px) {
  .fx-wrap,
  .fx-screen {
    padding: 0 var(--space-4);
  }

  .fx-hero {
    padding: var(--space-8) 0 var(--space-12);
  }

  .fx-hero__lede {
    font-size: var(--text-lg);
  }

  .fx-hero__points {
    flex-direction: column;
    gap: var(--space-3);
  }

  .fx-hero__actions .fx-btn {
    width: 100%;
  }

  .fx-screen {
    margin-top: var(--space-10);
  }

  .fx-screen__frame {
    border-radius: 12px;
  }

  .fx-block {
    padding: var(--space-14) 0;
  }

  .fx-block__head {
    margin-bottom: var(--space-8);
  }

  .fx-features__grid,
  .fx-features__grid[data-count="4"],
  .fx-features__grid[data-count="2"],
  .fx-connections__grid,
  .fx-connections__grid[data-count="4"],
  .fx-industries__grid,
  .fx-related__grid,
  .fx-hub__cards,
  .fx-hub__cards[data-count="2"],
  .fx-hub__cards[data-count="4"],
  .fx-compare__grid,
  .fx-steps__list,
  .fx-facts__list,
  .fx-facts__list[data-count="3"],
  .fx-split__grid,
  .fx-faq__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .fx-split--reverse .fx-split__copy {
    order: 0;
  }

  .fx-step {
    padding-top: 0;
    padding-left: 60px;
  }

  .fx-steps__list {
    row-gap: var(--space-8);
  }

  .fx-faq__grid .fx-block__head {
    position: static;
  }

  .fx-feature,
  .fx-split__panel,
  .fx-compare__column {
    padding: var(--space-6);
  }

  .fx-callout__box {
    flex-direction: column;
    padding: var(--space-7) var(--space-6);
  }

  .fx-callout__box p {
    font-size: var(--text-xl);
  }

  .fx-faq__item summary {
    padding: var(--space-4) var(--space-5);
    font-size: var(--text-base);
  }

  .fx-faq__item p {
    padding: 0 var(--space-5) var(--space-5);
  }
}

@media (prefers-reduced-motion: reduce) {
  .fx-faq__toggle,
  .fx-connection,
  .fx-connection__arrow,
  .fx-industries__group a .fx-i,
  .fx-related__card,
  .fx-hub__card,
  .fx-hub__card-arrow,
  .fx-btn {
    transition: none;
  }
}
