/* ==========================================================
   FORMTASTIC DESIGN SYSTEM – Homepage CSS
   Eingebunden via Child-Theme (formtastictheme)
   Zuletzt aktualisiert: 2026-06-15
   NICHT im Divi Custom CSS-Feld bearbeiten (ModSecurity-Block)
   Änderungen hier: wp-content/themes/formtastictheme/formtastic.css
   ========================================================== */

:root {
  --ft-cyan:       #00a8dc;
  --ft-cyan-light: #00c6ff;
  --ft-green:      #7ac300;
  --ft-green-dark: #66b800;
  --ft-dark:       #0b1220;
  --ft-navy:       #071828;
  --ft-navy-mid:   #0c2440;
  --ft-body:       #5b667a;
  --ft-muted:      #8a97a8;
  --ft-border:     rgba(11,18,32,.09);
  --ft-shadow-sm:  0 8px 28px rgba(11,18,32,.06);
  --ft-shadow-md:  0 14px 40px rgba(11,18,32,.10);
  --ft-radius-sm:  16px;
  --ft-radius-md:  20px;
  --ft-radius-lg:  24px;
  --ft-radius-xl:  32px;
}

.ft-cta-button-module .et_pb_button::after,
.ft-faq-btn .et_pb_button::after,
.ft-final-cta-section .et_pb_button::after,
.ft-final-cta-section .et_pb_button:hover::after {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  pointer-events: none !important;
}

.ft-cta-button-module .et_pb_button,
.ft-cta-button-module .et_pb_button:hover,
.ft-faq-btn .et_pb_button,

.ft-btn::after,
.ft-btn::marker { display: none !important; }

.ft-hero-section {
  background:
    radial-gradient(ellipse 1400px 1000px at 110% -20%,
      rgba(0,168,220,.22) 0%, transparent 55%),
    radial-gradient(ellipse 1000px 800px at -15% 120%,
      rgba(122,195,0,.16) 0%, transparent 55%),
    radial-gradient(ellipse 900px 700px at 60% -10%,
      rgba(0,168,220,.08) 0%, transparent 60%),
    #f8fbff !important;
  overflow: visible;
  position: relative;
}

.ft-hero-row {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 42px;
  align-items: center;
}

.ft-pill {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(11,18,32,.10);
  background: rgba(255,255,255,.80);
  font-size: 13px;
  color: #737373;
  width: max-content;
  max-width: 100%;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  margin: 0 0 10px;
}

.ft-pill-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7ac300;
  box-shadow: 0 0 0 6px rgba(122,195,0,.18);
  display: inline-block;
  flex-shrink: 0;
  margin-right: 10px;
}

.ft-h1 {
  margin: 0 0 2px;
  max-width: 820px;
  font-size: 46px;
  line-height: 1.05;
  letter-spacing: -1.2px;
  color: rgba(11,18,32,.92);
  font-weight: 700;
}

.ft-h1-accent { color: #00a8dc; }

.ft-subline {
  font-weight: 700;
  color: #00a8dc;
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.4;
}

.ft-orange { color: #f59b23; }

.ft-hero-lead {
  max-width: 820px;
  margin: 0 0 14px;
  color: #5b667a;
  font-size: 17px;
  line-height: 1.65;
}

.ft-hero-bullets ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 32px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.ft-hero-bullets li {
  position: relative;
  padding-left: 22px;
  margin: 0;
  color: #5b667a;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
}

.ft-hero-bullets li::before {
  content: "\2713 ";
  position: absolute;
  left: 0;
  top: 1px;
  color: #7ac300;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 800;
}

.ft-hero-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin: 0;
}

.ft-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  min-height: 40px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: none;
  white-space: nowrap;
  border: none;
  box-shadow: none;
  cursor: pointer;
}

.ft-btn-primary {
  background: #7ac300;
  color: #0b1220;
  box-shadow: none;
}

.ft-btn-primary:hover,
.ft-btn-primary:focus,
.ft-btn-primary:active,
.ft-btn-primary:focus-visible,
.et_pb_button.ft-btn-primary:hover,
.et_pb_button.ft-btn-primary:focus,
.et_pb_button.ft-btn-primary:active,
.et_pb_button.ft-btn-primary:focus-visible {
  transform: none !important;
  box-shadow: none !important;
  transition: none !important;
  padding-left: 22px !important;
  padding-right: 22px !important;
  letter-spacing: 0 !important;
  width: auto !important;
  border-width: 0 !important;
  border-color: transparent !important;
  outline: none !important;
  text-decoration: none !important;
  opacity: 1 !important;
  filter: none !important;
}

.ft-btn-primary:hover::after,
.et_pb_button.ft-btn-primary:hover::after,
.et_pb_button.ft-btn:hover::after {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  pointer-events: none !important;
}

.ft-btn-primary:hover::before,
.et_pb_button.ft-btn-primary:hover::before,
.et_pb_button.ft-btn:hover::before {
  display: none !important;
  content: none !important;
}

.ft-friction {
  margin-top: 4px;
  max-width: 460px;
  color: #8a97a8;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
}

.ft-hero-image-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: visible;
}

.ft-hero-image img {
  width: 110%;
  max-width: 980px;
  height: auto;
  transform: translate(-40px, 40px);
}

@media (max-width: 1024px) {
  .ft-hero-row { grid-template-columns: 1fr; gap: 36px; padding: 0 28px; }
  .ft-h1 { font-size: 38px; letter-spacing: -0.9px; }
  .ft-hero-lead { font-size: 16px; }
  .ft-hero-image-wrap { justify-content: center; }
  .ft-hero-image img { width: 88%; max-width: 580px; transform: none; }
  .ft-hero-bullets ul { gap: 8px 24px; }
  .ft-btn { min-height: 40px; font-size: 14px; }
  .ft-friction { max-width: 100%; }

  .ft-hero-row .ft-pill          { display: flex; width: fit-content; margin-left: auto; margin-right: auto; }
  .ft-hero-bullets               { align-items: flex-start; }
  .ft-hero-bullets ul            { justify-content: flex-start; }
  .ft-hero-buttons               { align-items: center; }
  .ft-hero-buttons .et_pb_button { text-align: center !important; }
}

@media (max-width: 640px) {
  .ft-hero-row { padding: 0 16px; gap: 28px; }
  .ft-pill {
    font-size: 11px; padding: 8px 10px;
    max-width: 100%; white-space: normal; line-height: 1.4; margin-bottom: 12px;
  }
  .ft-pill-dot { width: 7px; height: 7px; box-shadow: 0 0 0 4px rgba(122,195,0,.18); }
  .ft-h1 { font-size: 30px; letter-spacing: -0.6px; line-height: 1.10; }
  .ft-subline { font-size: 16px; }
  .ft-hero-lead { font-size: 15.5px; line-height: 1.6; }
  .ft-hero-bullets ul { flex-direction: column; gap: 8px; margin: 0 0 16px; }
  .ft-hero-buttons { width: 100%; align-items: stretch; }
  .ft-btn { width: 100%; padding: 12px 20px; font-size: 14.5px; min-height: 46px; }
  .ft-friction { text-align: center; font-size: 12.5px; max-width: 100%; color: #9aabb8; }
  .ft-hero-image-wrap { justify-content: center; }
  .ft-hero-image img { width: 100%; transform: none; max-width: 100%; }
}

.ft-trust-bar {
  background: linear-gradient(90deg, #d8ecff 0%, #e2f6ff 30%, #d8ecff 70%, #cce8f0 100%);
  border-top: 1px solid rgba(0,168,220,.15);
  border-bottom: 1px solid rgba(122,195,0,.15);
  padding: 18px 20px;
}

.ft-trust-bar-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 36px;
}

.ft-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #2a4a5e;
  white-space: nowrap;
}

.ft-trust-item::before {
  content: "\2713 ";
  color: #7ac300;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 768px) {
  .ft-trust-bar { padding: 14px 16px; }
  .ft-trust-bar-inner { gap: 8px 18px; }
  .ft-trust-item { font-size: 13px; }
}

@media (max-width: 480px) {
  .ft-trust-bar-inner { justify-content: flex-start; }
  .ft-trust-item { white-space: normal; font-size: 13px; }
}

.ft-logo-bar-section {
  background: linear-gradient(180deg, #edf6ff 0%, #f0f8ff 100%) !important;
  padding: 28px 0 36px;
  border-bottom: 1px solid rgba(11,18,32,.06);
}

.ft-logo-bar {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.ft-logo-bar-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #9aabb8;
  margin: 0 0 20px;
}

.ft-logo-bar-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 44px;
}

.ft-logo-bar-item {
  max-height: 64px;
  max-width: 200px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.45);
  transition: filter .25s ease;
}

.ft-logo-bar-item:hover {
  filter: grayscale(0%) opacity(1);
}

@media (max-width: 640px) {
  .ft-logo-bar-section { padding: 22px 0 28px; }
  .ft-logo-bar { padding: 0 16px; }
  .ft-logo-bar-logos { gap: 18px 28px; }
  .ft-logo-bar-item { max-height: 52px; max-width: 170px; }
}

.ft-steps-section {
  background: linear-gradient(180deg, #f0f8ff 0%, #eaf4ff 40%, #e8f2fb 100%) !important;
  padding: 80px 0 80px;
  overflow: visible;
}

.ft-steps-head {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 56px;
}

.ft-steps-title {
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: -1px;
  color: rgba(11,18,32,.92);
  font-weight: 700;
  margin: 0 0 16px;
}

.ft-steps-lead {
  max-width: 640px;
  margin: 0 auto;
  color: #5b667a;
  font-size: 17px;
  line-height: 1.65;
}

.ft-steps-grid {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
}

.ft-steps-grid::before {
  content: "";
  position: absolute;
  top: 56px;
  left: calc(16.66% + 20px);
  right: calc(16.66% + 20px);
  height: 2px;
  background: linear-gradient(90deg,
    rgba(0,168,220,.3) 0%,
    rgba(0,198,255,.6) 50%,
    rgba(0,168,220,.3) 100%);
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
}

.ft-step-card {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border: 1px solid rgba(11,18,32,.08);
  border-radius: 24px;
  padding: 32px 28px 28px;
  box-shadow: 0 6px 24px rgba(11,18,32,.05);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  text-align: left;
}

.ft-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,168,220,.12);
  border-color: rgba(0,168,220,.35);
}

.ft-step-number {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #00a8dc;
  margin-bottom: 16px;
  font-variant-numeric: tabular-nums;
}

.ft-step-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, #e6f7ff 0%, #d8f3ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #00a8dc;
  flex-shrink: 0;
}

.ft-step-icon svg {
  width: 26px;
  height: 26px;
}

.ft-step-card[data-step="03"] .ft-step-icon {
  background: linear-gradient(135deg, #e8f8e6 0%, #d8f5d4 100%);
  color: #56a800;
}

.ft-step-title {
  font-size: 20px;
  font-weight: 700;
  color: #0b1220;
  margin: 0 0 10px;
  line-height: 1.25;
}

.ft-step-text {
  font-size: 15px;
  color: #5b667a;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 960px) {
  .ft-steps-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ft-steps-grid::before { display: none; }
  .ft-steps-section { padding: 60px 0 60px; }
  .ft-steps-head { margin-bottom: 36px; }
  .ft-steps-title { font-size: 36px; }
  .ft-step-card { padding: 28px 24px; }
}

@media (max-width: 640px) {
  .ft-steps-section { padding: 46px 0 46px; }
  .ft-steps-head { padding: 0 16px; margin-bottom: 28px; }
  .ft-steps-grid { padding: 0 16px; }
  .ft-steps-title { font-size: 28px; letter-spacing: -0.5px; }
  .ft-steps-lead { font-size: 16px; }
  .ft-step-card { padding: 22px 20px; border-radius: 18px; }
  .ft-step-icon { width: 44px; height: 44px; border-radius: 12px; }
  .ft-step-icon svg { width: 22px; height: 22px; }
  .ft-step-title { font-size: 18px; }
  .ft-step-text { font-size: 14.5px; }
}

.ft-builder-section {
  background: linear-gradient(180deg, #f8fcff 0%, #f0f7ff 50%, #e6f2fc 100%) !important;
  overflow: clip;
  padding: 80px 0 76px;
}

.ft-builder-section.ft-section-hero {
  background:
    radial-gradient(ellipse 1200px 900px at 105% -5%,
      rgba(0,168,220,.18) 0%, transparent 50%),
    radial-gradient(ellipse 900px 700px at -10% 110%,
      rgba(0,195,140,.12) 0%, transparent 50%),
    radial-gradient(ellipse 700px 500px at 50% 100%,
      rgba(0,140,200,.06) 0%, transparent 55%),
    linear-gradient(180deg, #f5fafe 0%, #eff6ff 60%, #e8f2fb 100%) !important;
}

.ft-builder-section.ft-section-builder {
  background: linear-gradient(180deg, #e8f2fb 0%, #dce9f7 12%, #c4d8ee 26%, #9ebcd8 42%, #6898bc 58%, #3a6e98 72%, #1e4a78 83%, #112e52 92%, #0f2440 100%) !important;
  position: relative;
  isolation: isolate;
  will-change: transform;
  transform: translateZ(0);
}

.ft-builder-section.ft-section-cta {
  background: linear-gradient(180deg, #f8fcff 0%, #f0f8ff 15%, #e4f3fb 35%, #d8ecf7 60%, #cce6f4 100%) !important;
}

.ft-builder-section.ft-section-faq {
  background: linear-gradient(180deg, #c0dcf0 0%, #b4d4ea 11%, #9ec4e0 24%, #7aabcc 38%, #4e88ae 51%, #2c6490 63%, #1a4472 73%, #112e52 82%, #0f2440 90%, #0f2440 100%) !important;
  position: relative;
  will-change: transform;
  transform: translateZ(0);
}

.ft-builder-head-row,
.ft-builder-media-row,
.ft-builder-cards-row,
.ft-builder-content-row {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.ft-builder-head-row { text-align: left; }

.ft-builder-pill {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(11,18,32,.10);
  background: rgba(255,255,255,.80);
  font-size: 13px;
  color: #737373;
  width: max-content;
  max-width: 100%;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  margin: 0 0 10px;
}

.ft-builder-title {
  margin: 0 0 16px;
  max-width: 820px;
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: -1px;
  color: rgba(11,18,32,.92);
  font-weight: 700;
}

.ft-builder-lead {
  max-width: 820px;
  margin: 0;
  color: #5b667a;
  font-size: 17px;
  line-height: 1.65;
}

.ft-builder-media-row { margin-top: 34px; display: flex; justify-content: center; }
.ft-builder-gif { width: 100%; display: flex; justify-content: center; }

.ft-builder-gif img {
  width: 86%;
  max-width: 980px;
  height: auto;
  border-radius: 30px;
  filter: drop-shadow(0 22px 45px rgba(11,18,32,.10));
  transform: translateY(-34px);
}

.ft-builder-cards-row { margin-top: 34px; }
.ft-builder-cards { display: flex; flex-direction: column; gap: 18px; }

.ft-builder-card {
  position: relative;
  min-height: auto;
  height: auto;
  padding: 22px 24px 22px 68px;
  border: 1px solid rgba(11,18,32,.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(11,18,32,.06);
  box-sizing: border-box;
  overflow: hidden;
  transition: box-shadow .2s ease, transform .2s ease;
}

.ft-builder-card:hover {
  box-shadow: 0 14px 40px rgba(11,18,32,.10);
  transform: translateY(-2px);
}

.ft-builder-content-row > .et_pb_column:first-child,
.ft-builder-content-row > [class*="et_pb_column"]:first-child {
  padding-left: 0 !important;
}

.ft-builder-icon {
  position: absolute;
  left: 22px;
  top: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(122,195,0,.14);
  color: #7ac300;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
}

.ft-builder-card h3 { margin: 0 0 8px; font-size: 18px; line-height: 1.3; color: #0b1220; font-weight: 800; }
.ft-builder-card p  { margin: 0; color: #5b667a; font-size: 15px; line-height: 1.55; }

@media (max-width: 1024px) {
  .ft-builder-section { padding: 60px 0 52px; }
  .ft-builder-head-row,
  .ft-builder-media-row,
  .ft-builder-cards-row,
  .ft-builder-content-row { padding: 0 24px; }
  .ft-builder-title { font-size: 36px; }
  .ft-builder-lead { font-size: 16px; }
  .ft-builder-gif img { width: 96%; transform: none; }
  .ft-builder-card { padding: 20px 20px 20px 64px; }
  .ft-builder-icon { left: 18px; top: 20px; }
  .ft-builder-cards { gap: 14px; }
}

@media (max-width: 640px) {
  .ft-builder-section { padding: 46px 0 40px; }
  .ft-builder-head-row,
  .ft-builder-media-row,
  .ft-builder-cards-row,
  .ft-builder-content-row { padding: 0 16px; }
  .ft-builder-pill { width: 100%; font-size: 11px; padding: 8px 10px; line-height: 1.35; }
  .ft-builder-title { font-size: 28px; line-height: 1.12; letter-spacing: -0.5px; }
  .ft-builder-lead { font-size: 15.5px; line-height: 1.58; }
  .ft-builder-media-row { margin-top: 24px; }
  .ft-builder-gif img { width: 100%; border-radius: 20px; transform: none; }
  .ft-builder-cards-row { margin-top: 24px; }
  .ft-builder-card { padding: 18px 16px 18px 52px; border-radius: 18px; }
  .ft-builder-icon { left: 16px; top: 18px; width: 26px; height: 26px; font-size: 14px; }
  .ft-builder-card h3 { font-size: 17px; }
  .ft-builder-card p  { font-size: 14.5px; }
}

.ft-change-section,
.ft-change-section.ft-builder-section {
  background: linear-gradient(180deg, #0f2440 0%, #0f2440 5%, #112e52 10%, #153460 20%, #1a3d6e 38%, #163562 62%, #112e52 80%, #0f2440 90%, #0f2440 100%) !important;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  will-change: transform;
  transform: translateZ(0);
}

.ft-change-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100px;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(0,198,255,.12) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.ft-change-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -80px;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(0,168,220,.08) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.ft-change-section .ft-change-pill-wrap,
.ft-change-section .ft-builder-head-row,
.ft-change-section .ft-change-stack {
  position: relative;
  z-index: 1;
}

.ft-change-section .ft-builder-title { color: #ffffff; }
.ft-change-section .ft-builder-lead  { color: rgba(255,255,255,.84); }

.ft-change-pill-wrap { text-align: left; margin-bottom: 20px; }

.ft-change-section .ft-change-pill-wrap .ft-pill,
.ft-change-section .ft-pill {
  background: #ffffff !important;
  border: 1px solid rgba(255,255,255,.40) !important;
  color: #1a2a3d !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.ft-change-section .ft-change-pill-wrap .ft-pill-dot {
  background: #7ac300;
  box-shadow: 0 0 0 5px rgba(122,195,0,.32);
}

.ft-change-stack { margin-top: 36px; position: relative; z-index: 1; }
.ft-change-flow  { display: flex; flex-direction: column; gap: 20px; width: 100%; }

.ft-flow-item {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr 56px 1fr;
  align-items: stretch;
  gap: 0;
  background: #ffffff;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px;
  overflow: hidden;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
  box-shadow: 0 6px 24px rgba(0,0,0,.30);
}

.ft-flow-item:hover {
  border-color: rgba(0,198,255,.45);
  box-shadow: 0 18px 44px rgba(0,168,220,.22);
  transform: translateY(-2px);
}

.ft-flow-step {
  background: linear-gradient(180deg, #f7fafc 0%, #eef2f6 100%);
  border-right: 1px solid #e6ecf2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  color: #9aa6b2;
  letter-spacing: 1px;
  padding: 32px 0;
}

.ft-flow-before {
  position: relative;
  padding: 32px;
  background:
    repeating-linear-gradient(
      135deg,
      transparent 0, transparent 11px,
      rgba(155,168,183,.055) 11px, rgba(155,168,183,.055) 12px
    ), #fafbfc;
  border-right: 1px dashed #d8dee5;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ft-flow-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ft-flow-label--before { color: #9aa6b2; }
.ft-flow-label--before::before {
  content: "";
  width: 16px;
  height: 2px;
  background: #c8d2dc;
  display: inline-block;
}

.ft-flow-before .ft-flow-headline {
  font-size: 20px;
  font-weight: 700;
  color: #6b7785;
  line-height: 1.3;
  margin: 0 0 4px;
}

.ft-flow-list {
  list-style: none !important;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ft-flow-list li {
  list-style: none !important;
  position: relative;
  padding-left: 22px;
  font-size: 14.5px;
  line-height: 1.5;
  color: #7a8693;
}

.ft-flow-list li::marker { content: "" !important; display: none !important; }

.ft-flow-list--before li::before {
  content: "\2715 ";
  position: absolute;
  left: 0;
  top: 0;
  color: #c0c9d3;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.ft-flow-arrow { display: flex; align-items: center; justify-content: center; background: #ffffff; }
.ft-flow-arrow svg { width: 44px; height: 22px; color: #00a8dc; }

.ft-flow-after {
  position: relative;
  padding: 32px;
  background: linear-gradient(135deg, #f3fbff 0%, #eafaff 100%);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ft-flow-after::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #00c6ff 0%, #00a8dc 100%);
}

.ft-flow-label--after { color: #00a8dc; }
.ft-flow-label--after::before {
  content: "";
  width: 16px;
  height: 2px;
  background: #00a8dc;
  display: inline-block;
}

.ft-flow-after .ft-flow-headline {
  font-size: 22px;
  font-weight: 800;
  color: #07344a;
  line-height: 1.25;
  margin: 0 0 4px;
}

.ft-flow-result { font-size: 15px; line-height: 1.55; color: #2a4a5e; margin: 0 0 4px; }

.ft-flow-metric {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 8px;
  padding: 10px 18px;
  background: #ffffff;
  border-radius: 999px;
  border: 1px solid #cfecf9;
  align-self: flex-start;
  box-shadow: 0 2px 10px rgba(0,168,220,.10);
}

.ft-flow-metric-value {
  font-size: 22px;
  font-weight: 800;
  color: #00a8dc;
  line-height: 1;
  letter-spacing: -0.5px;
}

.ft-flow-metric-label { font-size: 13px; font-weight: 600; color: #2a4a5e; }

@media (max-width: 1080px) {
  .ft-flow-item { grid-template-columns: 52px 1fr 44px 1fr; }
  .ft-flow-step { font-size: 16px; padding: 24px 0; }
  .ft-flow-before, .ft-flow-after { padding: 26px 24px; }
  .ft-flow-before .ft-flow-headline { font-size: 18px; }
  .ft-flow-after .ft-flow-headline { font-size: 20px; }
  .ft-flow-arrow svg { width: 34px; height: 17px; }
}

@media (max-width: 760px) {
  .ft-flow-item { grid-template-columns: 1fr; grid-template-rows: auto auto auto auto; }
  .ft-flow-step {
    border-right: none;
    border-bottom: 1px solid #e6ecf2;
    padding: 14px 0;
    font-size: 14px;
    background: linear-gradient(90deg, #f7fafc 0%, #eef2f6 100%);
  }
  .ft-flow-before { border-right: none; border-bottom: 1px dashed #d8dee5; padding: 24px 20px; }
  .ft-flow-before .ft-flow-headline { font-size: 18px; }
  .ft-flow-arrow { padding: 10px 0; }
  .ft-flow-arrow svg { transform: rotate(90deg); width: 30px; height: 15px; }
  .ft-flow-after { padding: 24px 20px 26px; }
  .ft-flow-after::before {
    width: 100%;
    height: 3px;
    top: 0;
    bottom: auto;
    left: 0;
    background: linear-gradient(90deg, #00c6ff 0%, #00a8dc 100%);
  }
  .ft-flow-after .ft-flow-headline { font-size: 18px; }
  .ft-flow-metric { padding: 8px 14px; }
  .ft-flow-metric-value { font-size: 20px; }
}

.ft-industries-section {
  background: linear-gradient(180deg,
    #0f2440  0%,
    #0f2440  6%,
    #112e52 10%,
    #163a68 15%,
    #1e4e82 21%,
    #2a6098 27%,
    #3d7ab0 33%,
    #5c96c8 39%,
    #82b4dc 46%,
    #aaceed 53%,
    #c6e2f6 61%,
    #daeeff 70%,
    #ecf7ff 80%,
    #f5fbff 91%,
    #f8fcff 100%) !important;
}

.ft-ind-pill-wrap { text-align: center; margin-bottom: 18px; }
.ft-ind-pill-wrap .ft-pill { display: inline-flex; align-items: center; gap: 8px; }

.ft-industries-section .ft-pill {
  background: #ffffff !important;
  border-color: rgba(255,255,255,.40) !important;
  color: #1a2a3d !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.ft-industries-section .ft-builder-title { color: #ffffff; }
.ft-industries-section .ft-builder-lead  { color: rgba(255,255,255,.84); }

.ft-industries-section .et_pb_row { align-items: stretch !important; }

.ft-industries-section .et_pb_row > .et_pb_column,
.ft-industries-section .et_pb_row > [class*="et_pb_column"] {
  display: flex !important;
  flex-direction: column !important;
  align-self: stretch !important;
}

.ft-industries-section .et_pb_row > .et_pb_column > .et_pb_module,
.ft-industries-section .et_pb_row > [class*="et_pb_column"] > .et_pb_module,
.ft-industries-section .et_pb_row > .et_pb_column > .et_pb_code,
.ft-industries-section .et_pb_row > [class*="et_pb_column"] > .et_pb_code {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100%;
}

.ft-industries-section .et_pb_row .et_pb_code_inner,
.ft-industries-section .et_pb_row .et_pb_module_inner {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  height: 100%;
}

.ft-industries-row {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 18px !important;
  align-items: stretch !important;
  width: 100% !important;
  box-sizing: border-box;
}

.ft-industries-row > .et_pb_column,
.ft-industries-row > [class*="et_pb_column"] {
  display: flex !important;
  flex-direction: column !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  min-width: 0;
}

.ft-industries-row > .et_pb_column > .et_pb_code,
.ft-industries-row > [class*="et_pb_column"] > .et_pb_code,
.ft-industries-row > .et_pb_column > .et_pb_module,
.ft-industries-row > [class*="et_pb_column"] > .et_pb_module {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.ft-industries-row .et_pb_code_inner,
.ft-industries-row .et_pb_module_inner {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  height: 100% !important;
}

@media (max-width: 1080px) {
  .ft-industries-section .et_pb_row > .et_pb_column,
  .ft-industries-section .et_pb_row > [class*="et_pb_column"] { margin-bottom: 18px !important; }
  .ft-industries-section .et_pb_row > .et_pb_column:last-child,
  .ft-industries-section .et_pb_row > [class*="et_pb_column"]:last-child { margin-bottom: 0 !important; }
  .ft-industries-row { grid-template-columns: repeat(2, 1fr) !important; gap: 16px !important; }
  .ft-industries-row > .et_pb_column,
  .ft-industries-row > [class*="et_pb_column"] { margin-bottom: 0 !important; }
}

@media (max-width: 480px) {
  .ft-industries-row {
    grid-template-columns: 1fr !important;
    max-width: 420px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    gap: 14px !important;
  }
}

.ft-industry-card {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  height: 100%;
  min-height: 100%;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e6ecf2;
  border-radius: 20px;
  padding: 28px 26px 24px;
  text-decoration: none !important;
  color: inherit;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  box-shadow: 0 2px 10px rgba(14,26,43,.05);
  overflow: hidden;
}

.ft-industry-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(0,198,255,.04) 0%, rgba(0,198,255,0) 60%);
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}

.ft-industry-card:hover {
  transform: translateY(-4px);
  border-color: #00c6ff;
  box-shadow: 0 16px 36px rgba(0,168,220,.14);
}

.ft-industry-card:hover::before { opacity: 1; }

.ft-industry-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: #eaf8ff;
  color: #00a8dc;
  flex-shrink: 0;
}

.ft-industry-icon svg { width: 26px; height: 26px; }

.ft-industry-card[data-color="cyan"]   .ft-industry-icon { background: #e6f7ff; color: #00a8dc; }
.ft-industry-card[data-color="violet"] .ft-industry-icon { background: #efeaff; color: #6a4bff; }
.ft-industry-card[data-color="green"]  .ft-industry-icon { background: #e8f8e6; color: #3aa831; }
.ft-industry-card[data-color="orange"] .ft-industry-icon { background: #fff1e1; color: #e6822a; }
.ft-industry-card[data-color="blue"]   .ft-industry-icon { background: #e6eeff; color: #2a5dd1; }
.ft-industry-card[data-color="red"]    .ft-industry-icon { background: #ffe9e9; color: #d8413e; }

.ft-industry-title { font-size: 20px; line-height: 1.25; font-weight: 700; color: #0e1a2b; margin: 0 0 8px; }
.ft-industry-pain  { font-size: 14.5px; line-height: 1.5; color: #5a6776; margin: 0 0 18px; }

.ft-industry-list {
  list-style: none !important;
  margin: 0 0 22px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ft-industry-list li {
  list-style: none !important;
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.55;
  color: #1a2a3d;
}

.ft-industry-list li::marker { content: "" !important; display: none !important; }

.ft-industry-list li::before {
  content: "\2713 ";
  position: absolute;
  left: 0;
  top: 1px;
  color: #7ac300;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 800;
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  width: auto;
  height: auto;
}

.ft-industry-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid #eef2f6;
}

.ft-industry-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eaf6ff;
  color: #0a6c8a;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
}

.ft-industry-tag span { width: 7px; height: 7px; border-radius: 50%; background: #00c6ff; }

.ft-industry-cta {
  font-size: 14px;
  font-weight: 600;
  color: #00a8dc;
  white-space: nowrap;
  transition: transform .2s ease;
}

.ft-industry-card:hover .ft-industry-cta { transform: translateX(3px); color: #008cb8; }

.ft-industry-card--all {
  background: linear-gradient(160deg, #ecfaff 0%, #d8f3ff 100%);
  border-color: #b7e8fb;
}

.ft-industry-card--all .ft-industry-icon {
  background: #ffffff;
  color: #00a8dc;
  box-shadow: 0 4px 14px rgba(0,168,220,.16);
}

.ft-industry-card--all .ft-industry-title  { color: #07344a; }
.ft-industry-card--all .ft-industry-pain   { color: #295972; }
.ft-industry-card--all .ft-industry-list--features li { color: #07344a; font-weight: 500; }
.ft-industry-card--all .ft-industry-footer { border-top-color: rgba(0,168,220,.18); }
.ft-industry-tag--accent { background: #00c6ff; color: #ffffff; }
.ft-industry-tag--accent span { background: #ffffff; }
.ft-industry-card--all .ft-industry-cta  { color: #007ea8; }
.ft-industry-card--all:hover { border-color: #00c6ff; }
.ft-industry-card--all:hover .ft-industry-cta { color: #005c7c; }

@media (max-width: 720px) {
  .ft-industry-card { padding: 24px 20px 22px; border-radius: 18px; }
  .ft-industry-title { font-size: 19px; }
  .ft-industry-footer { flex-direction: column; align-items: flex-start; gap: 12px; }
}

.ft-proof-section {
  padding: 80px 0 80px;
  background: linear-gradient(180deg, #cce6f4 0%, #c8e4f4 20%, #c4e0f2 50%, #c0dcf0 100%) !important;
}

.ft-proof-row {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.ft-proof-title {
  margin: 0 0 14px;
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: -1px;
  color: rgba(11,18,32,.92);
  font-weight: 700;
}

.ft-proof-subtitle {
  margin: 0 0 40px;
  max-width: 760px;
  color: #5b667a;
  font-size: 17px;
  line-height: 1.65;
}

.ft-proof-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.ft-proof-card {
  min-height: 240px;
  padding: 24px 22px;
  border: 1px solid rgba(11,18,32,.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(11,18,32,.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow .2s ease, transform .2s ease;
  position: relative;
  overflow: hidden;
}

.ft-proof-card::before {
  content: "\201C ";
  position: absolute;
  top: -10px;
  right: 14px;
  font-size: 80px;
  line-height: 1;
  color: rgba(0,168,220,.07);
  font-family: Georgia, serif;
  font-weight: 700;
  pointer-events: none;
}

.ft-proof-card:hover {
  box-shadow: 0 18px 44px rgba(11,18,32,.10);
  transform: translateY(-3px);
}

.ft-proof-customer {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 14px;
  background: rgba(11,18,32,.03);
  border: 1px dashed rgba(11,18,32,.12);
  color: rgba(11,18,32,.50);
  font-size: 15px;
  font-weight: 800;
  overflow: hidden;
}

.ft-proof-customer img {
  max-height: 40px;
  max-width: 90%;
  object-fit: contain;
}

.ft-proof-stars {
  color: #f59b23;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1;
}

.ft-proof-quote {
  margin: 0;
  color: #5b667a;
  font-size: 15px;
  line-height: 1.55;
  flex: 1;
}

.ft-proof-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: #5b667a;
  font-size: 13px;
  line-height: 1.35;
}

.ft-proof-tag span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7ac300;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .ft-proof-section { padding: 60px 0 64px; }
  .ft-proof-row { padding: 0 24px; }
  .ft-proof-title { font-size: 36px; }
  .ft-proof-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .ft-proof-card { min-height: 210px; }
}

@media (max-width: 640px) {
  .ft-proof-section { padding: 44px 0 52px; }
  .ft-proof-row { padding: 0 16px; }
  .ft-proof-title { font-size: 30px; line-height: 1.12; }
  .ft-proof-subtitle { font-size: 16px; line-height: 1.55; margin-bottom: 28px; }
  .ft-proof-grid { grid-template-columns: 1fr; gap: 14px; }
  .ft-proof-card { min-height: auto; padding: 20px 18px; border-radius: 20px; }
}

.ft-cta-section {
  background: linear-gradient(135deg, #d8eeff 0%, #dffff0 100%) !important;
  overflow: visible;
  padding: 40px 0 68px;
}

.ft-cta-box {
  max-width: 1140px;
  margin: 0 auto;
  padding: 38px 40px;
  display: grid !important;
  grid-template-columns: 1fr 280px !important;
  gap: 40px;
  align-items: center;
  border: 1px solid rgba(11,18,32,.10);
  border-radius: 28px;
  background:
    radial-gradient(ellipse 700px 400px at 5% 50%, rgba(122,195,0,.18), transparent 55%),
    radial-gradient(ellipse 700px 400px at 95% 50%, rgba(0,168,220,.18), transparent 55%),
    #ffffff;
  box-shadow: 0 24px 60px rgba(11,18,32,.10), 0 4px 16px rgba(11,18,32,.06);
}

.ft-cta-content { width: 100% !important; }

.ft-cta-action {
  width: 280px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end;
  gap: 12px;
  justify-content: center;
}

.ft-cta-title {
  margin: 0 0 12px;
  max-width: 720px;
  font-size: 28px;
  line-height: 1.14;
  letter-spacing: -.7px;
  color: rgba(11,18,32,.92);
  font-weight: 700;
}

.ft-cta-text {
  max-width: 720px;
  margin: 0;
  color: #5b667a;
  font-size: 16px;
  line-height: 1.6;
}

.ft-cta-secondary-text {
  font-size: 13px;
  color: #8a97a8;
  text-align: right;
  line-height: 1.45;
  max-width: 220px;
}

.ft-cta-button-module { display: flex; justify-content: flex-end; align-items: center; }

.ft-cta-button-module .et_pb_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  padding: 12px 22px !important;
  min-height: 44px !important;
  border-radius: 999px !important;
  background: #00a8dc !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: none !important;
}

.ft-cta-button-module .et_pb_button:hover,
.ft-cta-button-module .et_pb_button:focus,
.ft-cta-button-module .et_pb_button:active,
.ft-cta-button-module .et_pb_button:focus-visible {
  transform: none !important;
  box-shadow: none !important;
  padding-left: 22px !important;
  padding-right: 22px !important;
  letter-spacing: 0 !important;
  transition: none !important;
  color: #ffffff !important;
  border-width: 2px !important;
  border-color: #00a8dc !important;
  outline: none !important;
  text-decoration: none !important;
  opacity: 1 !important;
  filter: none !important;
}

.ft-cta-button-module .et_pb_button:hover::after {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  pointer-events: none !important;
}

.ft-cta-button-module .et_pb_button:hover::before {
  display: none !important;
  content: none !important;
}

@media (max-width: 1024px) {
  .ft-cta-section { padding: 36px 20px 56px; }
  .ft-cta-box { grid-template-columns: 1fr !important; gap: 24px; padding: 32px 28px; }
  .ft-cta-action { width: 100% !important; align-items: flex-start; }
  .ft-cta-title { font-size: 26px; }
  .ft-cta-button-module { justify-content: flex-start; }
  .ft-cta-secondary-text { text-align: left; max-width: 100%; }
}

@media (max-width: 640px) {
  .ft-cta-section { padding: 28px 16px 48px; }
  .ft-cta-box { padding: 26px 20px; border-radius: 22px; gap: 20px; }
  .ft-cta-action { width: 100% !important; }
  .ft-cta-title { font-size: 23px; line-height: 1.16; }
  .ft-cta-text { font-size: 15px; line-height: 1.58; }
  .ft-cta-button-module { width: 100%; }
  .ft-cta-button-module .et_pb_button {
    width: 100% !important;
    padding: 13px 20px !important;
    min-height: 48px !important;
    font-size: 14.5px !important;
    justify-content: center !important;
  }
}

.ft-faq-section {
  padding: 80px 0 80px;
  background: linear-gradient(180deg, #ecf2f8 0%, #f3f5f8 100%) !important;
}

.ft-faq-row {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}

.ft-faq-title {
  margin: 0 0 12px;
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: -1px;
  color: rgba(11,18,32,.92);
  font-weight: 700;
}

.ft-faq-lead {
  margin: 0 0 36px;
  max-width: 760px;
  color: #5b667a;
  font-size: 17px;
  line-height: 1.65;
}

.ft-faq-row .et_pb_toggle {
  border: none !important;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(11,18,32,.06);
  margin-bottom: 14px;
  transition: box-shadow .2s ease;
}

.ft-faq-row .et_pb_toggle:hover { box-shadow: 0 14px 36px rgba(11,18,32,.09); }

.ft-faq-row .et_pb_toggle_title {
  padding: 22px 26px !important;
  color: #0b1220;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.ft-faq-row .et_pb_toggle_content {
  padding: 0 26px 22px !important;
  color: #5b667a;
  font-size: 16px;
  line-height: 1.65;
}

.ft-faq-row .et_pb_toggle_open { background: #ffffff; }

.ft-faq-btn .et_pb_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 22px !important;
  min-height: 40px !important;
  border-radius: 999px !important;
  background: #7ac300 !important;
  color: #0b1220 !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 13.5px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  transition: none !important;
  margin-top: 8px !important;
}

.ft-faq-btn .et_pb_button:hover,
.ft-faq-btn .et_pb_button:focus,
.ft-faq-btn .et_pb_button:active,
.ft-faq-btn .et_pb_button:focus-visible {
  transform: none !important;
  box-shadow: none !important;
  padding-left: 22px !important;
  padding-right: 22px !important;
  letter-spacing: 0 !important;
  transition: none !important;
  color: #0b1220 !important;
  border-width: 0 !important;
  outline: none !important;
  text-decoration: none !important;
  opacity: 1 !important;
  filter: none !important;
}

.ft-faq-btn .et_pb_button:hover::after {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  pointer-events: none !important;
}

.ft-faq-btn .et_pb_button:hover::before {
  display: none !important;
  content: none !important;
}

@media (max-width: 640px) {
  .ft-faq-section { padding: 50px 0 56px; }
  .ft-faq-row { padding: 0 16px; max-width: 100%; }
  .ft-faq-title { font-size: 30px; line-height: 1.12; }
  .ft-faq-lead { font-size: 16px; line-height: 1.55; margin-bottom: 24px; }
  .ft-faq-row .et_pb_toggle_title  { padding: 18px 18px !important; font-size: 16px; }
  .ft-faq-row .et_pb_toggle_content { padding: 0 18px 18px !important; font-size: 15px; line-height: 1.55; }
  .ft-faq-btn .et_pb_button { width: 100% !important; justify-content: center !important; }
}

.ft-final-cta-section {
  background: linear-gradient(180deg, #0f2440 0%, #0f2440 8%, #112e52 16%, #153460 28%, #1a3d6e 48%, #163562 70%, #112e52 88%, #0f2440 100%) !important;
  position: relative;
  overflow: hidden;
  padding: 90px 0 90px;
}

.ft-final-cta-section .et_pb_button_module_wrapper {
  text-align: center;
  margin-bottom: 24px;
}

.ft-final-cta-section .et_pb_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 22px !important;
  min-height: 40px !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: none !important;
  white-space: nowrap !important;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
  background: #7ac300 !important;
  color: #0b1220 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.ft-final-cta-section .et_pb_button:hover,
.ft-final-cta-section .et_pb_button:focus,
.ft-final-cta-section .et_pb_button:active,
.ft-final-cta-section .et_pb_button:focus-visible {
  transform: none !important;
  box-shadow: none !important;
  color: #0b1220 !important;
  padding-left: 22px !important;
  padding-right: 22px !important;
  letter-spacing: 0 !important;
  transition: none !important;
  border-width: 0 !important;
  outline: none !important;
  text-decoration: none !important;
  opacity: 1 !important;
  filter: none !important;
}

.ft-final-cta-section .et_pb_text_inner,
.ft-final-cta-section .et_pb_module_inner { text-align: center !important; position: relative; z-index: 1; }
.ft-final-cta-section .et_pb_text { text-align: center !important; }
.ft-final-cta-section .et_pb_text .et_pb_module_inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  width: 100% !important;
}
.ft-final-cta-section .et_pb_text .et_pb_text_inner {
  max-width: 760px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 100%;
}

@media (max-width: 480px) {
  .ft-final-cta-section .et_pb_button {
    width: 100% !important;
    padding: 15px 28px !important;
    min-height: 50px !important;
    font-size: 15px !important;
  }
}

.ft-final-cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 600px;
  background: radial-gradient(circle, rgba(0,198,255,.10) 0%, transparent 55%);
  pointer-events: none;
  z-index: 0;
}

.ft-final-cta-section::after {
  content: "";
  position: absolute;
  bottom: -150px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(122,195,0,.08) 0%, transparent 55%);
  pointer-events: none;
  z-index: 0;
}

.ft-final-cta-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.ft-final-cta-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #00c6ff;
  margin: 0 0 16px;
}

.ft-final-cta-title {
  font-size: 52px;
  line-height: 1.06;
  letter-spacing: -1.5px;
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 20px;
}

.ft-final-cta-sub {
  font-size: 17px;
  color: rgba(255,255,255,.72);
  line-height: 1.6;
  margin: 0 0 32px;
}

.ft-final-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  min-height: 54px;
  border-radius: 999px;
  background: #7ac300;
  color: #0b1220;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition: none;
  box-shadow: 0 8px 28px rgba(122,195,0,.25);
  margin-bottom: 24px;
}

.ft-final-cta-btn:hover,
.ft-final-cta-btn:focus,
.ft-final-cta-btn:active,
.ft-final-cta-btn:focus-visible {
  transform: none !important;
  box-shadow: none !important;
  transition: none !important;
  border-width: 0 !important;
  outline: none !important;
  text-decoration: none !important;
  opacity: 1 !important;
  filter: none !important;
}

.ft-final-cta-social {
  font-size: 14px;
  color: rgba(255,255,255,.55);
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .ft-final-cta-section { padding: 70px 0 70px; }
  .ft-final-cta-title { font-size: 40px; letter-spacing: -1px; }
  .ft-final-cta-sub { font-size: 16px; }
}

@media (max-width: 480px) {
  .ft-final-cta-section { padding: 56px 0 56px; }
  .ft-final-cta-inner { padding: 0 16px; }
  .ft-final-cta-title { font-size: 32px; letter-spacing: -0.5px; line-height: 1.1; }
  .ft-final-cta-sub { font-size: 15px; margin-bottom: 28px; }
  .ft-final-cta-btn { width: 100%; padding: 15px 28px; min-height: 50px; font-size: 15px; }
}

.ft-text-center { text-align: center; }
.ft-text-left   { text-align: left; }

.ft-spacer-sm { height: 16px; }
.ft-spacer-md { height: 32px; }
.ft-spacer-lg { height: 48px; }

.ft-divider {
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, #00a8dc, #7ac300);
  border-radius: 999px;
  margin: 16px 0 24px;
}

.ft-divider--center { margin-left: auto; margin-right: auto; }

.ft-highlight {
  background: linear-gradient(120deg, rgba(0,168,220,.12) 0%, rgba(122,195,0,.12) 100%);
  border-radius: 4px;
  padding: 1px 4px;
}

.ft-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  white-space: nowrap;
  border-width: 0;
}

.ft-step-card a::after,
.ft-industry-card::after,
.ft-final-cta-btn::after {
  display: none !important;
  content: none !important;
}

.et_pb_button.ft-btn,
.et_pb_button.ft-btn:hover,
.et_pb_button.ft-btn:focus,
.et_pb_button.ft-btn:active,
.et_pb_button.ft-btn-primary,
.et_pb_button.ft-btn-primary:hover,
.et_pb_button.ft-btn-primary:focus,
.et_pb_button.ft-btn-primary:active,
.ft-hero-buttons .et_pb_button,
.ft-hero-buttons .et_pb_button:hover,
.ft-hero-buttons .et_pb_button:focus,
.ft-hero-buttons .et_pb_button:active,
.ft-cta-button-module .et_pb_button,
.ft-cta-button-module .et_pb_button:hover,
.ft-cta-button-module .et_pb_button:focus,
.ft-cta-button-module .et_pb_button:active,
.ft-faq-btn .et_pb_button,
.ft-faq-btn .et_pb_button:hover,
.ft-faq-btn .et_pb_button:focus,
.ft-faq-btn .et_pb_button:active,
.ft-final-cta-section .et_pb_button,
.ft-final-cta-section .et_pb_button:hover,
.ft-final-cta-section .et_pb_button:focus,
.ft-final-cta-section .et_pb_button:active {
  padding-left: 22px !important;
  padding-right: 22px !important;
  letter-spacing: 0 !important;
  transition: none !important;
  transform: none !important;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none !important;
}

.et_pb_button.ft-btn > *,
.et_pb_button.ft-btn:hover > *,
.et_pb_button.ft-btn-primary > *,
.et_pb_button.ft-btn-primary:hover > *,
.ft-cta-button-module .et_pb_button > *,
.ft-cta-button-module .et_pb_button:hover > *,
.ft-faq-btn .et_pb_button > *,
.ft-faq-btn .et_pb_button:hover > *,
.ft-final-cta-section .et_pb_button > *,
.ft-final-cta-section .et_pb_button:hover > *,
.ft-final-cta-btn > *,
.ft-final-cta-btn:hover > * {
  transition: none !important;
  transform: none !important;
  animation: none !important;
}

.et_pb_button.ft-btn::after,
.et_pb_button.ft-btn:hover::after,
.et_pb_button.ft-btn-primary::after,
.et_pb_button.ft-btn-primary:hover::after,
.ft-hero-buttons .et_pb_button::after,
.ft-hero-buttons .et_pb_button:hover::after,
.ft-cta-button-module .et_pb_button::after,
.ft-cta-button-module .et_pb_button:hover::after,
.ft-faq-btn .et_pb_button::after,
.ft-faq-btn .et_pb_button:hover::after,
.ft-final-cta-section .et_pb_button::after,
.ft-final-cta-section .et_pb_button:hover::after {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  pointer-events: none !important;
}

.et_pb_button.ft-btn::before,
.et_pb_button.ft-btn:hover::before,
.et_pb_button.ft-btn-primary::before,
.et_pb_button.ft-btn-primary:hover::before,
.ft-hero-buttons .et_pb_button::before,
.ft-hero-buttons .et_pb_button:hover::before,
.ft-cta-button-module .et_pb_button::before,
.ft-cta-button-module .et_pb_button:hover::before,
.ft-faq-btn .et_pb_button::before,
.ft-faq-btn .et_pb_button:hover::before,
.ft-final-cta-section .et_pb_button::before,
.ft-final-cta-section .et_pb_button:hover::before {
  display: none !important;
  content: none !important;
}

.ft-steps-section .et_pb_row,
.ft-logo-bar-section .et_pb_row,
.ft-final-cta-section .et_pb_row {
  max-width: 1140px !important;
}

.ft-steps-section .et_pb_row:not(:last-child),
.ft-logo-bar-section .et_pb_row:not(:last-child),
.ft-final-cta-section .et_pb_row:not(:last-child) {
  margin-bottom: 0 !important;
}

.ft-steps-section .et_pb_column,
.ft-logo-bar-section .et_pb_column,
.ft-final-cta-section .et_pb_column {
  padding: 0 !important;
}

.ft-steps-section .et_pb_code_inner,
.ft-logo-bar-section .et_pb_code_inner {
  padding: 0 !important;
}
