/* Tactile FlyTracker design system built from assets/visual-pack. */
:root {
  --ft-font: "Onest", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --ft-ink: #1c1917;
  --ft-ink-soft: #44403c;
  --ft-muted: #57534e;
  --ft-canvas: #f5f5f4;
  --ft-paper: #ffffff;
  --ft-line: #e7e5e4;
  --ft-line-strong: #d6d3d1;
  --ft-teal: #4f46e5;
  --ft-teal-dark: #4338ca;
  --ft-blue: #6366f1;
  --ft-lime: #16a34a;
  --ft-coral: #dc2626;
  --ft-amber: #4f46e5;
  --ft-code: #e7e5e4;
  --ft-dark: #1c1917;
  --ft-dark-raised: #292524;
  --ft-dark-line: #44403c;
  --ft-dark-text: #fafaf9;
  --ft-dark-muted: #a8a29e;
  --ft-radius: 12px;
  --ft-header-height: 73px;
  --ft-shadow: 0 1px 2px rgb(28 25 23 / 5%), 0 10px 28px -14px rgb(28 25 23 / 16%);
}

body {
  background: var(--ft-canvas);
  font-family: var(--ft-font);
  -webkit-font-smoothing: antialiased;
}

main#top { scroll-margin-top: 65px; }

.ft-kicker,
.ft-section-label {
  font-size: 13px;
  letter-spacing: 0;
}

.ft-boundary h2,
.ft-section-head h2,
.ft-install h2,
.ft-faq h2,
.ft-connect h2 {
  font-weight: 700;
}

.ft-hero-strip span,
.ft-hero-strip p { font-size: 13px; }

.ft-header {
  color: var(--ft-dark-text);
  background: rgb(28 25 23 / 97%);
  border-bottom-color: var(--ft-dark-line);
}

.ft-nav { color: var(--ft-dark-muted); }

.ft-nav a:hover,
.ft-footer a:hover { color: #818cf8; }

.ft-wordmark { font-weight: 700; }

.ft-button { font-weight: 700; }

.ft-header .ft-header-logo {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.ft-header .ft-header-logo:hover { color: #fff; }

.ft-wordmark::after {
  background: var(--ft-amber);
  box-shadow: 0 0 12px rgb(99 102 241 / 55%);
}

.ft-button-primary {
  color: #fff;
  background: var(--ft-amber);
  border-color: #4f46e5;
}

.ft-button-primary:hover { background: #4338ca; }

.ft-button-secondary {
  color: var(--ft-dark-text);
  background: transparent;
  border-color: #6366f1;
}

.ft-button-secondary:hover {
  background: rgb(99 102 241 / 14%);
  border-color: #818cf8;
}

.ft-menu-toggle {
  color: var(--ft-dark-text);
  background: var(--ft-dark-raised);
  border-color: var(--ft-dark-line);
}

.ft-mobile-nav {
  color: var(--ft-dark-text);
  background-color: #1c1917;
  isolation: isolate;
}

.ft-mobile-nav::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #1c1917;
}

.ft-mobile-nav > a:not(.ft-button) { border-bottom-color: var(--ft-dark-line); }

.ft-hero {
  display: grid;
  grid-template-rows: minmax(min-content, 1fr) auto;
  min-height: calc(100svh - var(--ft-header-height));
  color: var(--ft-dark-text);
  background: #080d10;
  border-bottom: 0;
}

.ft-hero-media {
  position: relative;
  grid-area: 1 / 1;
  justify-self: center;
  min-height: 0;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}

.ft-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 10, 17, 0.78) 0%, rgba(4, 10, 17, 0.58) 38%, rgba(4, 10, 17, 0.34) 62%, rgba(4, 10, 17, 0.12) 100%);
}

.ft-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
}

.ft-hero-mobile-media { display: none; }

.ft-hero-inner {
  grid-area: 1 / 1;
  height: auto;
  min-height: 0;
  padding: 40px 0;
}

.ft-hero-copy {
  width: min(610px, 51%);
  padding-bottom: 0;
}

.ft-kicker,
.ft-section-label { color: var(--ft-amber); }

.ft-install-copy > .ft-section-label {
  color: var(--ft-amber);
  font-size: 13px;
  line-height: 1.4;
}

.ft-kicker { color: #818cf8; }

.ft-kicker > span {
  background: #818cf8;
  box-shadow: 0 0 11px rgb(129 140 248 / 65%);
}

.ft-hero h1 {
  max-width: 660px;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.02;
}

.ft-hero-lead {
  max-width: 580px;
  color: #d6d3d1;
}

.ft-text-command {
  color: var(--ft-dark-text);
  border-bottom-color: #536477;
}

.ft-context-line { color: #a8a29e; }
.ft-context-line span:not(:last-child)::after { background: var(--ft-amber); }

.ft-hero-strip {
  grid-area: 2 / 1;
  position: relative;
  z-index: 2;
  min-height: 100px;
  grid-template-columns: 1.15fr 1fr 0.72fr 1.35fr;
  align-items: start;
  padding: 25px 0;
  color: var(--ft-dark-text);
  background: rgb(28 25 23 / 92%);
  border-top: 0;
  box-shadow: 0 0 0 100vmax rgb(28 25 23 / 92%);
  clip-path: inset(0 -100vmax);
}

.ft-hero-strip > div {
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
}

.ft-hero-strip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  background: var(--ft-dark-line);
  transform: translateX(-50%);
}

.ft-hero-strip strong {
  color: #a5b4fc;
  font-size: 18px;
  line-height: 1.25;
}

.ft-hero-strip span,
.ft-hero-strip p { color: var(--ft-dark-muted); }

.ft-boundary,
.ft-diagnostics,
.ft-safety { background: var(--ft-paper); }

.ft-boundary { position: relative; }

.ft-boundary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--ft-amber);
}

.ft-boundary-pairs > span {
  grid-template-columns: 28px 125px minmax(0, 1fr);
  align-items: start;
  gap: 22px;
}

.ft-boundary-pairs svg {
  width: 24px;
  height: 24px;
}

.ft-boundary-pairs .is-positive svg { color: #16a34a; }
.ft-boundary-pairs .is-negative svg { color: #dc2626; }

.ft-boundary-pairs b {
  color: var(--ft-ink);
  font-weight: 700;
}

.ft-boundary-pairs em {
  color: var(--ft-muted);
  font-style: normal;
}

.ft-modules,
.ft-install,
.ft-faq { background: var(--ft-canvas); }

.ft-module-grid {
  gap: 16px;
  border: 0;
}

.ft-module,
.ft-module:first-child,
.ft-module:last-child {
  padding: 30px;
  background: var(--ft-paper);
  border: 1px solid var(--ft-line);
  border-radius: var(--ft-radius);
  box-shadow: var(--ft-shadow);
}

.ft-module-object {
  width: 270px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ft-module-object-wide { width: 270px; }

.ft-module-object-wide { position: relative; }

.ft-module-object img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 12px 16px rgb(28 25 23 / 12%));
}

.ft-module:first-child .ft-module-object img {
  width: 205px;
  height: 165px;
  transform: none;
}

.ft-module:last-child .ft-module-object img {
  width: 120px;
  height: 120px;
  transform: none;
}

.ft-hand-cursor {
  position: absolute;
  top: 102px;
  right: 2px;
  width: 42px;
  height: 42px;
  fill: #fff;
  stroke: #4338ca;
  stroke-width: 1.8;
  stroke-linejoin: round;
  filter: drop-shadow(0 4px 5px rgb(28 25 23 / 22%));
}

.ft-module h3 {
  min-height: 64px;
  margin-top: 12px;
  line-height: 1.18;
}

.ft-module > p { min-height: 82px; }

.ft-status {
  background: #f5f5f4;
  border-color: #d6d3d1;
}

.ft-status-live i,
.ft-status-ready i,
.ft-module li::before { background: var(--ft-amber); }
.ft-status-next i { background: var(--ft-blue); }

.ft-module-icon {
  color: var(--ft-dark-text);
  background: var(--ft-dark-raised);
  border-color: #44403c;
  border-radius: var(--ft-radius);
  box-shadow: inset 0 0 0 1px rgb(99 102 241 / 24%);
}

.ft-mini-flow {
  min-height: 148px;
  padding: 18px;
  align-content: center;
  gap: 10px;
  color: var(--ft-ink);
  background: #fafaf9;
  border-color: #d6d3d1;
  font-family: var(--ft-font);
}

.ft-mini-flow > div {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.ft-mini-flow span {
  color: #78716c;
  font-size: 13px;
  line-height: 1.35;
}

.ft-mini-flow strong {
  color: #1c1917;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.ft-mini-flow i {
  color: #4f46e5;
  font-size: 20px;
  font-style: normal;
  line-height: 1;
}

.ft-mini-flow mark {
  color: #4f46e5;
  background: transparent;
}

.ft-messenger-example {
  grid-template-columns: minmax(0, 1fr);
}

.ft-messenger-example strong,
.ft-email-example strong,
.ft-phone-example strong {
  font-size: 19px;
  letter-spacing: 0;
}

.ft-flow {
  position: relative;
  background: var(--ft-dark);
  overflow: hidden;
}

.ft-section-head-light .ft-section-label { color: #818cf8; }

.ft-flow-visual {
  position: relative;
  margin: 66px 0 0;
  border-top: 1px solid var(--ft-dark-line);
  border-bottom: 1px solid var(--ft-dark-line);
  overflow: hidden;
}

.ft-flow-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.ft-flow-visual figcaption {
  min-height: 76px;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: var(--ft-dark-muted);
  border-top: 1px solid var(--ft-dark-line);
}

.ft-flow-visual figcaption span {
  color: #a5b4fc;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.ft-flow-visual figcaption strong {
  color: var(--ft-dark-text);
  font-size: 18px;
  font-weight: 600;
}

.ft-flow-rail { margin-top: 66px; }
.ft-flow-rail::before { top: 15px; }

.ft-flow-marker {
  margin-top: 0;
  background: var(--ft-dark-raised);
}

.ft-flow-marker i {
  background: var(--ft-blue);
  box-shadow: 0 0 10px rgb(99 102 241 / 55%);
}

.ft-flow-rail li:last-child .ft-flow-marker i,
.ft-match-status i,
.ft-live-state i,
.ft-event-row .is-matched i { background: var(--ft-lime); }

.ft-flow-rail code { color: #a5b4fc; }
.ft-live-state { color: #287a2b; }

.ft-diagnostic-tool,
.ft-install-tool,
.ft-connect-form { box-shadow: 0 26px 65px rgba(5, 13, 24, 0.18); }

.ft-filter button.is-active {
  color: #fff;
  background: var(--ft-amber);
}

.ft-event-row .is-matched,
.ft-config-list .is-on,
.ft-form-status { color: #9add6f; }

.ft-install { border-color: var(--ft-line-strong); }

.ft-install-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #f5f5f4;
  border: 1px solid #e7e5e4;
  border-radius: 8px;
  box-shadow: var(--ft-shadow);
}

.ft-install-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.ft-install-cta { margin-top: 30px; }

.ft-setup-list li > span {
  color: #fff;
  background: var(--ft-amber);
  border-color: #4338ca;
  font-weight: 700;
}

.ft-setup-list li > .is-complete {
  color: #fff;
  background: #16a34a;
  border-color: #15803d;
}

.ft-setup-list .is-complete svg {
  width: 16px;
  height: 16px;
}

.ft-code-tag { color: #8fd867; }
.ft-code-attr { color: #62c8ff; }
.ft-code-value { color: #a5b4fc; }

.ft-safety-grid span,
.ft-faq-list summary span { color: var(--ft-teal); }

.ft-connect {
  position: relative;
  background: #4f46e5;
}

.ft-connect::before {
  display: none;
}

.ft-connect .ft-section-label { color: #e0e7ff; }
.ft-connect-form input[type="checkbox"] { accent-color: var(--ft-amber); }

.ft-connect-simple {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 64px;
}

.ft-connect-simple > div > p:last-child {
  max-width: 620px;
  margin: 18px 0 0;
  color: #e0e7ff;
  font-size: 17px;
  line-height: 1.6;
}

.ft-connect-simple .ft-button {
  min-width: 250px;
  min-height: 54px;
}

.ft-connect .ft-button-primary {
  color: #4338ca;
  background: #fff;
  border-color: #fff;
}

.ft-connect .ft-button-primary:hover {
  color: #3730a3;
  background: #eef2ff;
  border-color: #eef2ff;
}

.ft-footer {
  margin-top: 0;
  color: var(--ft-dark-muted);
  background: var(--ft-dark);
  border: 0;
}

.ft-footer-shell {
  width: min(1152px, 100%);
  margin: 0 auto;
  padding: 0 16px;
}

.ft-footer-main {
  padding: 56px 0 48px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(4, minmax(0, 1fr));
  gap: 40px;
}

.ft-footer-main .ft-footer-brand {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}

.ft-footer .ft-footer-main .ft-footer-logo {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.ft-footer-logo span { color: #818cf8; }

.ft-footer .ft-footer-main .ft-footer-brand > p {
  max-width: 320px;
  margin: 0;
  color: #a8a29e;
  font-size: 14px;
  line-height: 1.625;
}

.ft-footer .ft-footer-main .ft-footer-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 16px;
}

.ft-footer-contact svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.ft-footer .ft-footer-contact:hover,
.ft-footer .ft-footer-logo:hover { color: #818cf8; }

.ft-footer .ft-footer-main .ft-footer-cta {
  min-height: 36px;
  padding: 8px 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  background: #4f46e5;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.ft-footer-cta svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
}

.ft-footer .ft-footer-cta:hover {
  color: #fff;
  background: #4338ca;
}

.ft-footer-main nav {
  display: grid;
  align-content: start;
  gap: 12px;
}

.ft-footer-main nav strong {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.ft-footer-main nav ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.ft-footer .ft-footer-main nav a {
  display: block;
  color: #a8a29e;
  font-size: 14px;
  line-height: 1.4;
}

.ft-footer .ft-footer-main nav a:hover { color: #fff; }

.ft-footer-bottom {
  min-height: 0;
  padding: 32px 0;
  display: grid;
  gap: 12px;
  color: #78716c;
  border-top: 1px solid #44403c;
  font-size: 13px;
  line-height: 1.625;
}

.ft-footer-bottom p {
  max-width: 1024px;
  margin: 0;
}

.ft-footer-bottom p:last-child { color: #57534e; }

.ft-footer-bottom { border-top-color: var(--ft-dark-line); }

@media (max-width: 1120px) {
  .ft-hero h1 { font-size: 54px; }
  .ft-hero-media img { object-position: 58% center; }

  .ft-footer-main { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .ft-hero-inner {
    align-items: center;
  }

  .ft-hero-copy { width: min(600px, 76%); }
  .ft-hero-media img { object-position: 70% center; }
  .ft-module-grid { gap: 14px; }

  .ft-module,
  .ft-module:first-child,
  .ft-module:last-child {
    padding: 28px;
    border: 1px solid var(--ft-line);
  }
}

@media (max-width: 760px) {
  .ft-boundary-pairs > span {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 8px 12px;
  }

  .ft-boundary-pairs em { grid-column: 2; }

  .ft-connect-simple {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ft-connect-simple .ft-button {
    width: 100%;
    min-width: 0;
  }

  .ft-install-cta { width: 100%; }

}

@media (min-width: 681px) and (max-height: 760px) {
  .ft-hero-inner { padding: 24px 0; }
  .ft-hero-copy { width: min(660px, 65%); }
  .ft-hero h1 { font-size: 46px; line-height: 1.08; }
  .ft-hero-lead { margin-top: 20px; font-size: 17px; line-height: 1.5; }
  .ft-hero-actions { margin-top: 24px; }
  .ft-hero-strip { min-height: 88px; padding-block: 18px; }
}

@media (min-width: 681px) and (max-height: 580px) {
  .ft-hero-inner { padding-block: 16px; }
  .ft-hero h1 { font-size: 38px; }
  .ft-hero-lead { margin-top: 16px; font-size: 16px; }
  .ft-hero-actions { margin-top: 20px; }
  .ft-hero-strip { padding-block: 14px; }
}

@media (max-width: 680px) {
  :root { --ft-header-height: 65px; }
  .ft-mobile-nav {
    position: absolute;
    inset: 100% 0 auto;
    height: calc(100dvh - 64px);
    min-height: calc(100vh - 64px);
    overflow-y: auto;
    overscroll-behavior: contain;
    box-shadow: 0 18px 40px rgb(0 0 0 / 32%);
  }

  .ft-hero-media {
    display: none;
  }

  .ft-hero-mobile-media {
    width: calc(100% + 32px);
    height: 220px;
    margin: 16px -16px 0;
    display: block;
    overflow: hidden;
  }

  .ft-hero-mobile-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 50%;
    transform: translateX(-5%) scale(1.35);
    transform-origin: center;
  }

  .ft-hero-inner {
    height: auto;
    min-height: 0;
    padding: 26px 0 28px;
  }

  .ft-hero-copy {
    width: 100%;
    padding-bottom: 0;
  }

  .ft-hero h1 {
    font-size: 34px;
    line-height: 1.04;
  }

  .ft-hero-lead {
    margin-top: 16px;
    color: #c8d0d7;
    font-size: 15px;
    line-height: 1.45;
  }

  .ft-hero-actions {
    margin-top: 18px;
  }

  .ft-hero-strip {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 16px;
    padding: 20px 0;
  }

  .ft-hero-strip p {
    grid-column: 1 / -1;
    justify-self: start;
    max-width: none;
    display: block;
    text-align: left;
  }

  .ft-module-grid {
    gap: 12px;
    border: 0;
  }

  .ft-module,
  .ft-module:first-child,
  .ft-module:last-child { padding: 24px; }

  .ft-flow-visual {
    margin-top: 44px;
    overflow: visible;
  }

  .ft-flow-visual img {
    width: calc(100% + 32px);
    max-width: none;
    margin-left: -16px;
  }

  .ft-flow-visual figcaption {
    padding: 18px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .ft-flow-visual figcaption strong { font-size: 17px; }
}

.ft-home-pricing {
  padding: 72px 0;
  color: #1c1917;
  background: #f5f5f4;
  border-top: 1px solid var(--ft-line);
  border-bottom: 1px solid var(--ft-line);
}

.ft-home-pricing-shell { max-width: 1080px; }

.ft-home-pricing-head {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 22px;
  text-align: center;
}

.ft-home-pricing-head h2 {
  max-width: 700px;
  margin: 10px 0 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.08;
}

.ft-home-pricing-head > div:first-child > p:last-child {
  margin: 16px 0 0;
  color: #57534e;
  font-size: 17px;
}

.ft-home-billing-label {
  display: block;
  margin-bottom: 9px;
  color: #57534e;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.ft-home-billing {
  width: 430px;
  height: 50px;
  padding: 4px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  background: #e7e5e4;
  border-radius: 8px;
}

.ft-home-billing button {
  min-width: 0;
  padding: 0 12px;
  color: #57534e;
  background: transparent;
  border: 0;
  border-radius: 6px;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.ft-home-billing button span {
  margin-left: 5px;
  color: #4f46e5;
  font-size: 13px;
  white-space: nowrap;
}

.ft-home-billing button.is-active {
  color: #1c1917;
  background: #fff;
  box-shadow: 0 1px 3px rgb(28 25 23 / 12%);
}

.ft-home-billing button:focus-visible {
  outline: 3px solid rgb(99 102 241 / 28%);
  outline-offset: 2px;
}

.ft-home-pricing-grid {
  max-width: 1000px;
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ft-home-plan {
  min-width: 0;
  min-height: 240px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #d6d3d1;
  border-top: 3px solid #a8a29e;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgb(28 25 23 / 5%), 0 10px 28px -14px rgb(28 25 23 / 16%);
}

.ft-home-plan-featured {
  border-color: #c7d2fe;
  border-top-color: #6366f1;
  box-shadow: 0 1px 2px rgb(28 25 23 / 5%), 0 16px 34px -18px rgb(79 70 229 / 28%);
}

.ft-home-plan-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.ft-home-plan-head h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}

.ft-home-plan-head p {
  margin: 7px 0 0;
  color: #78716c;
  font-size: 15px;
  line-height: 1.4;
}

.ft-home-plan-head > span {
  padding: 6px 9px;
  color: #4f46e5;
  background: #eef2ff;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.ft-home-price {
  min-height: 70px;
  margin-top: 20px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}

.ft-home-price[hidden] { display: none; }

.ft-home-price-annual {
  display: block;
  padding-top: 1px;
}

.ft-home-price-line {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}

.ft-home-price strong {
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.ft-home-price span {
  color: #78716c;
  font-size: 15px;
}

.ft-home-price-line b {
  padding: 3px 7px;
  color: #4338ca;
  background: #eef2ff;
  border: 1px solid #e0e7ff;
  border-radius: 99px;
  font-size: 13px;
  font-weight: 700;
}

.ft-home-price-annual p { margin: 0; }

.ft-home-year-price {
  margin-top: 9px !important;
  color: #78716c;
  font-size: 14px;
}

.ft-home-saving {
  margin-top: 5px !important;
  color: #15803d;
  font-size: 14px;
  font-weight: 700;
}

.ft-home-channel-list {
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  color: #57534e;
  border-top: 1px solid #e7e5e4;
  font-size: 14px;
  font-weight: 600;
}

.ft-home-channel-list span:not(:last-child)::after {
  content: "·";
  margin: 0 12px;
  color: #a8a29e;
}

.ft-home-channel-list-included span::before {
  content: "✓";
  margin-right: 6px;
  color: #16a34a;
}

.ft-home-included {
  max-width: 1000px;
  margin: 24px auto 0;
  padding-top: 22px;
  border-top: 1px solid #d6d3d1;
}

.ft-home-included h3 {
  margin: 0 0 18px;
  font-size: 21px;
}

.ft-home-included ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
}

.ft-home-included li {
  padding-left: 0;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: #57534e;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.ft-home-included li::before {
  content: none;
}

.ft-home-included li svg {
  width: 24px;
  height: 24px;
  color: #4f46e5;
}

.ft-home-pricing-action {
  max-width: 1000px;
  margin: 24px auto 0;
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-top: 1px solid #d6d3d1;
}

.ft-home-pricing-action p {
  margin: 0;
  color: #57534e;
  font-size: 16px;
}

.ft-home-pricing-action strong { color: #1c1917; }

.ft-home-pricing-action .ft-button {
  min-width: 170px;
  color: #fff;
  background: #4f46e5;
  border-color: #4f46e5;
}

.ft-home-pricing-action .ft-button:hover { background: #4338ca; }

@media (max-width: 980px) {
  .ft-home-pricing-head {
    align-items: center;
    gap: 22px;
  }

  .ft-home-included ul { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .ft-home-pricing { padding: 64px 0; }
  .ft-home-pricing-head h2 { font-size: 34px; }
  .ft-home-billing { width: min(100%, 380px); }
  .ft-home-pricing-grid { grid-template-columns: 1fr; }

  .ft-home-plan {
    min-height: 260px;
    padding: 24px 20px;
  }

  .ft-home-price strong { font-size: 38px; }
  .ft-home-included ul { grid-template-columns: 1fr; gap: 13px; }

  .ft-home-pricing-action {
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
  }

  .ft-home-pricing-action .ft-button {
    width: 100%;
    min-width: 0;
  }
}

.ft-faq-grid {
  max-width: 980px;
  grid-template-columns: 1fr;
  gap: 48px;
}

.ft-faq-grid > div:first-child { max-width: 700px; }

.ft-faq h2 {
  margin-top: 10px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.08;
}

.ft-faq-intro {
  max-width: 620px;
  margin-top: 17px;
  font-size: 17px;
  line-height: 1.55;
}

.ft-faq-list {
  border-top-color: #d6d3d1;
}

.ft-faq-list details {
  border-bottom-color: #e7e5e4;
}

.ft-faq-list summary {
  min-height: 78px;
  padding: 0;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 28px;
  color: #1c1917;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.35;
}

.ft-faq-list summary span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #1c1917;
  border: 0;
  border-radius: 0;
  font-size: 0;
  font-family: Arial, sans-serif;
  font-weight: 300;
  line-height: 1;
  transition: color 160ms ease;
}

.ft-faq-list summary span::before {
  content: "+";
  font-size: 27px;
  line-height: 1;
}

.ft-faq-list details[open] summary span {
  color: var(--ft-teal);
  transform: none;
}

.ft-faq-list details[open] summary span::before { content: "−"; }

.ft-faq-list details p {
  max-width: 780px;
  margin: -2px 0 0;
  padding: 0 54px 28px 0;
  color: #57534e;
  font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 680px) {
  .ft-faq-grid { gap: 34px; }
  .ft-faq h2 { font-size: 34px; }

  .ft-faq-list summary {
    min-height: 72px;
    gap: 16px;
    font-size: 17px;
  }

  .ft-faq-list details p {
    padding: 0 36px 24px 0;
    font-size: 15px;
  }
}

/* Dashboard report and animated deal statistics panel. */
.ft-source-section {
  padding: 88px 0;
  background: var(--ft-paper);
  color: var(--ft-ink);
  border-bottom: 1px solid var(--ft-line);
  scroll-margin-top: 88px;
}
.ft-source-section h2,
.ft-source-section h3,
.ft-source-section h4,
.ft-source-section p,
.ft-source-section figure,
.ft-source-section dl,
.ft-source-section dd { margin: 0; }
.ft-source-heading { max-width: 1060px; margin-bottom: 46px; }
.ft-source-heading h2 { font-size: 36px; line-height: 1.25; font-weight: 600; }
.ft-source-comparison {
  display: grid;
  grid-template-columns: minmax(0, 450px) 176px minmax(0, 510px);
  justify-content: center;
  align-items: start;
}
.ft-source-comparison > figure { min-width: 0; }
.ft-source-comparison h3 {
  min-height: 68px;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 600;
}
.ft-source-report img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #d6e3e8;
}
.ft-source-comparison figcaption {
  margin-top: 18px;
  color: var(--ft-muted);
  font-size: 16px;
  line-height: 1.5;
}
.ft-source-connector { padding: 264px 18px 0; text-align: center; }
.ft-source-connector > span { font-size: 25px; font-weight: 600; white-space: nowrap; }
.ft-source-connector b { color: var(--ft-teal); font-weight: inherit; }
.ft-source-connector i { display: block; height: 3px; background: var(--ft-teal); position: relative; margin-top: 18px; border-radius: 2px; }
.ft-source-connector i::after {
  content: "";
  position: absolute;
  right: 0;
  top: -5px;
  width: 13px;
  height: 13px;
  border-top: 3px solid var(--ft-teal);
  border-right: 3px solid var(--ft-teal);
  transform: rotate(45deg);
}
.ft-source-statistics {
  min-height: 487px;
  border: 1px solid #d8dfe3;
  background: #fff;
  box-shadow: 0 10px 26px rgba(26, 46, 56, .05);
}
.ft-source-stats-tabs {
  display: flex;
  align-items: stretch;
  gap: 32px;
  height: 54px;
  padding: 0 28px;
  background: #1b3445;
  border-bottom: 1px solid #1b3445;
  font-size: 17px;
}
.ft-source-stats-tabs span,
.ft-source-stats-tabs strong { display: flex; align-items: center; font-weight: 400; }
.ft-source-stats-tabs span { color: #b9cbd4; }
.ft-source-stats-tabs strong { color: #fff; border-bottom: 3px solid #2da9cf; font-weight: 500; }
.ft-source-stats-body { padding: 24px 28px; }
.ft-source-original { display: grid; gap: 6px; font-size: 18px; line-height: 1.45; }
.ft-source-original > span { font-weight: 600; }
.ft-source-original > strong { font-weight: 400; }
.ft-source-visit { padding: 18px 0; border-bottom: 1px solid #e4e8ea; }
.ft-source-visit > div,
.ft-source-fields > div {
  display: grid;
  grid-template-columns: minmax(132px, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 12px;
  min-height: 40px;
  font-size: 17px;
  line-height: 1.5;
}
.ft-source-fields dt { color: #68777e; }
.ft-source-visit dd { font-weight: 600; }
.ft-source-stats-body h4 { padding: 22px 0 10px; font-size: 18px; font-weight: 600; line-height: 1.4; }
.ft-source-section [data-source-value] { position: relative; overflow-wrap: anywhere; min-height: 26px; }
.ft-source-section [data-source-value]::after {
  content: "";
  display: inline-block;
  height: 17px;
  border-right: 2px solid transparent;
  margin-left: 2px;
  vertical-align: -2px;
}
.ft-source-section [data-source-value].is-writing::after { border-color: #319bc5; }
.ft-source-section [data-source-value].is-empty { color: #9ca8ad; }
.ft-source-result figcaption { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.ft-source-playback {
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  color: var(--ft-muted);
  background: transparent;
  border: 1px solid var(--ft-line);
  border-radius: 4px;
  cursor: pointer;
}
.ft-source-playback[hidden] { display: none; }
.ft-source-playback svg { width: 18px; height: 18px; }
.ft-source-playback .ft-source-play-icon { display: none; }
.ft-source-playback.is-paused .ft-source-pause-icon { display: none; }
.ft-source-playback.is-paused .ft-source-play-icon { display: block; }
.ft-source-playback:hover { background: var(--ft-canvas); color: var(--ft-ink); }
.ft-source-playback:focus-visible { outline: 2px solid var(--ft-teal); outline-offset: 3px; }
.ft-source-section .ft-source-takeaway { margin: 28px auto 0; max-width: 980px; text-align: center; font-size: 21px; line-height: 1.5; font-weight: 500; }
@media (max-width: 1100px) {
  .ft-source-comparison { grid-template-columns: minmax(0, 1fr) 140px minmax(0, 1.2fr); }
  .ft-source-connector { padding-inline: 8px; }
  .ft-source-connector > span { font-size: 22px; }
  .ft-source-comparison h3 { font-size: 20px; }
  .ft-source-statistics { min-height: 454px; }
  .ft-source-stats-body { padding: 20px; }
  .ft-source-stats-tabs { padding-inline: 20px; }
  .ft-source-fields > div, .ft-source-visit > div { grid-template-columns: minmax(120px, .95fr) minmax(0, 1.05fr); font-size: 16px; gap: 8px; }
}
@media (max-width: 800px) {
  .ft-source-section { padding: 48px 0; }
  .ft-source-heading { margin-bottom: 30px; }
  .ft-source-heading h2 { font-size: 29px; }
  .ft-source-comparison { grid-template-columns: minmax(0, 510px); }
  .ft-source-comparison h3 { min-height: 0; margin-bottom: 18px; font-size: 21px; }
  .ft-source-report img { width: 100%; max-width: 420px; }
  .ft-source-connector { padding: 24px 0; display: flex; align-items: center; gap: 16px; justify-content: center; }
  .ft-source-connector > span { font-size: 25px; }
  .ft-source-connector i { width: 3px; height: 36px; margin: 0; }
  .ft-source-connector i::after { top: auto; bottom: 0; right: -5px; transform: rotate(135deg); }
  .ft-source-statistics { min-height: 440px; }
  .ft-source-section .ft-source-takeaway { margin-top: 24px; text-align: left; font-size: 19px; }
}
@media (max-width: 380px) {
  .ft-source-heading h2 { font-size: 26px; }
  .ft-source-stats-body { padding: 18px 14px; }
  .ft-source-stats-tabs { padding-inline: 14px; }
  .ft-source-fields > div, .ft-source-visit > div { grid-template-columns: 110px minmax(0, 1fr); gap: 6px; font-size: 15px; }
  .ft-source-original, .ft-source-stats-body h4 { font-size: 17px; }
}
