/* Start custom CSS for html, class: .elementor-element-5249e34 */:root {
  --fl-red: #d63132;
  --fl-red-dark: #a71318;
  --fl-ink: #202020;
  --fl-heading: #3c444f;
  --fl-text: #5f636a;
  --fl-line: #e6e9ee;
  --fl-soft: #f6f7f9;
  --fl-white: #ffffff;
  --fl-max: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #ffffff;
}

body {
  margin: 0;
  color: var(--fl-text);
  font-family: "Open Sans", Arial, sans-serif;
  background: #ffffff;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.fl-page {
  min-height: 100vh;
  overflow: hidden;
  background: #ffffff;
}

.fl-inner {
  width: min(var(--fl-max), calc(100% - 40px));
  margin: 0 auto;
}

.fl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
}

.fl-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--fl-heading);
  font-family: "Gilroy-SemiBold", "Roboto", "Open Sans", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.fl-mark {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--fl-red), var(--fl-red-dark));
  font-size: 18px;
  font-weight: 800;
}

.fl-logo-img {
  width: 146px;
  height: auto;
}

.fl-nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #515762;
  font-size: 14px;
  font-weight: 700;
}

.fl-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-family: "Gilroy-SemiBold", "Roboto", "Open Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.fl-button-primary {
  color: #ffffff;
  background: linear-gradient(134deg, var(--fl-red) 1.2%, var(--fl-red-dark) 100%);
}

.fl-button-secondary {
  color: var(--fl-heading);
  border-color: rgba(60, 68, 79, 0.22);
  background: #ffffff;
}

.fl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--fl-red);
  font-family: "Barlow Condensed", "Open Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.fl-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.hero-eyebrow {
  margin-bottom: 0;
}

.hero-eyebrow h3 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 14px;
  border-left: 3px solid #c41e2a;
  border-radius: 2px;
  color: #e8293a;
  background: rgba(196, 30, 42, 0.12);
  font-family: "Barlow Condensed", "Open Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.text-color {
  background: linear-gradient(134deg, #d63132 1.01%, #a71318 101.77%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.linear-background {
  border-left: 4px solid #d63132;
  background: linear-gradient(90deg, rgba(236, 78, 79, 0.10) 0%, rgba(255, 255, 255, 0.00) 100%);
}

.fl-title {
  margin: 0;
  color: var(--fl-heading);
  font-family: "Gilroy-SemiBold", "Roboto", "Open Sans", Arial, sans-serif;
  font-size: clamp(40px, 6vw, 78px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.96;
}

.fl-section-title {
  margin: 0 0 18px;
  color: var(--fl-heading);
  font-family: "Gilroy-SemiBold", "Roboto", "Open Sans", Arial, sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.05;
}

.fl-lede {
  margin: 22px 0 0;
  max-width: 690px;
  color: var(--fl-text);
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 500;
  line-height: 1.7;
}

.fl-copy {
  margin: 0;
  color: var(--fl-text);
  font-size: 17px;
  line-height: 1.75;
}

.fl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.fl-panel {
  border: 1px solid var(--fl-line);
  border-radius: 8px;
  background: #ffffff;
}

.fl-red-band {
  color: #ffffff;
  background: linear-gradient(90deg, #980c15 0%, #b10f18 42%, #d63132 100%);
}

.fl-red-band * {
  color: #ffffff;
}

.fl-stat {
  display: grid;
  gap: 6px;
}

.fl-stat strong {
  color: var(--fl-heading);
  font-family: "Gilroy-SemiBold", "Roboto", "Open Sans", Arial, sans-serif;
  font-size: 32px;
  line-height: 1;
}

.fl-stat span {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fl-icon-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.fl-icon-card {
  min-height: 170px;
  padding: 22px;
  border: 1px solid var(--fl-line);
  border-radius: 8px;
  background: #f8f8f8;
}

.fl-click-card {
  display: block;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.fl-click-card:hover,
.fl-click-card:focus-visible {
  border-color: rgba(214, 49, 50, 0.45);
  box-shadow: 0 12px 28px rgba(60, 68, 79, 0.08);
  transform: translateY(-2px);
  outline: none;
}

.fl-icon-card img {
  width: 62px;
  height: 62px;
  margin-bottom: 18px;
  object-fit: contain;
}

.fl-icon-card h3 {
  margin: 0 0 8px;
  color: var(--fl-heading);
  font-size: 18px;
  line-height: 1.2;
}

.fl-icon-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.fl-ceo-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid var(--fl-line);
  border-radius: 8px;
  background: #ffffff;
}

.fl-ceo-avatar {
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  color: #ffffff;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--fl-red), var(--fl-red-dark));
  font-family: "Gilroy-SemiBold", "Roboto", "Open Sans", Arial, sans-serif;
  font-size: 34px;
  font-weight: 800;
}

.fl-ceo-card h2,
.fl-ceo-card h3 {
  margin: 0 0 8px;
  color: var(--fl-heading);
  font-family: "Gilroy-SemiBold", "Roboto", "Open Sans", Arial, sans-serif;
  font-size: 30px;
  line-height: 1.1;
}

.fl-ceo-card .fl-role {
  margin: 0 0 18px;
  color: var(--fl-red);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fl-quote {
  margin: 0;
  color: var(--fl-heading);
  font-family: "Gilroy-SemiBold", "Roboto", "Open Sans", Arial, sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.2;
}

.mockup-one .fl-hero {
  padding: 10px 0 56px;
}

.mockup-one .fl-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.78fr);
  gap: 54px;
  align-items: center;
}

.mockup-one .fl-product-wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--fl-line);
  border-radius: 8px;
  background: #f8f8f8;
}

.mockup-one .fl-product-tile {
  min-height: 150px;
  padding: 20px;
  border-radius: 8px;
  background: #ffffff;
}

.mockup-one .fl-product-tile img {
  width: 72px;
  height: 72px;
  margin-bottom: 14px;
  object-fit: contain;
}

.mockup-one .fl-product-tile strong {
  color: var(--fl-heading);
  font-size: 15px;
  letter-spacing: 0.08em;
}

.mockup-one .fl-story {
  padding: 64px 0;
  background: #f8f8f8;
}

.mockup-one .fl-story-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 44px;
  align-items: start;
}

.mockup-one .fl-timeline {
  display: grid;
  gap: 18px;
}

.mockup-one .fl-timeline-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--fl-line);
  border-radius: 8px;
  background: #ffffff;
}

.mockup-one .fl-timeline-item span {
  color: rgba(214, 49, 50, 0.22);
  font-family: "Gilroy-SemiBold", "Roboto", "Open Sans", Arial, sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
}

.mockup-one .fl-timeline-item h3 {
  margin: 0 0 8px;
  color: var(--fl-heading);
  font-size: 22px;
}

.mockup-two {
  background: linear-gradient(180deg, #f7f8fa 0%, #ffffff 40%);
}

.mockup-two .fl-hero {
  padding: 12px 0 44px;
}

.mockup-two .fl-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1fr);
  gap: 46px;
  align-items: stretch;
}

.mockup-two .fl-dashboard {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--fl-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(60, 68, 79, 0.08);
}

.mockup-two .fl-dashboard-row {
  display: grid;
  grid-template-columns: 92px 1fr 92px;
  gap: 14px;
  align-items: center;
  min-height: 64px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #f8f8f8;
}

.mockup-two .fl-dashboard-row strong {
  color: var(--fl-heading);
  font-size: 15px;
}

.mockup-two .fl-progress {
  height: 9px;
  overflow: hidden;
  border-radius: 99px;
  background: #e8eaee;
}

.mockup-two .fl-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--fl-red-dark), var(--fl-red));
}

.mockup-two .fl-metrics {
  padding: 34px 0 64px;
}

.mockup-two .fl-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--fl-line);
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}

.mockup-two .fl-metric-grid .fl-stat {
  min-height: 138px;
  padding: 26px;
  border-right: 1px solid var(--fl-line);
}

.mockup-two .fl-metric-grid .fl-stat:last-child {
  border-right: 0;
}

.mockup-two .fl-proof {
  padding: 68px 0;
}

.mockup-two .fl-proof-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}

.mockup-three .fl-hero {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  padding: 150px 20px;
  background-color: #000000;
  background-image: linear-gradient(rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.53)), url("https://www.firelabinc.com/wp-content/uploads/2025/03/fire-inspection-software-for-tablets-2048x1365-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mockup-three .fl-hero-content {
  max-width: 900px;
  text-align: center;
}

.mockup-three .fl-hero .fl-title {
  max-width: 820px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(44px, 5vw, 64px);
  line-height: 1.12;
}

.mockup-three .fl-hero .fl-lede {
  max-width: 780px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.mockup-three .fl-hero .fl-actions {
  justify-content: center;
  margin-top: 34px;
}

.mockup-three .fl-hero .fl-button {
  min-width: 220px;
  min-height: 62px;
  font-size: 17px;
}

.mockup-three .fl-button-hero {
  color: var(--fl-red);
  border-color: #ffffff;
  background: #ffffff;
}

.mockup-three .fl-about-intro {
  padding: 70px 0 38px;
  background: #ffffff;
}

.mockup-three .fl-about-intro p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--fl-text);
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}

.mockup-three .fl-letter {
  padding: 68px 0;
  background: #f8f8f8;
}

.mockup-three .fl-letter-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 48px;
  align-items: start;
}

.mockup-three .fl-principles {
  display: grid;
  gap: 16px;
}

.mockup-three .fl-principle {
  padding: 24px;
  border: 1px solid var(--fl-line);
  border-left: 4px solid var(--fl-red);
  border-radius: 8px;
  background: #ffffff;
}

.mockup-three .fl-principle h3 {
  margin: 0 0 8px;
  color: var(--fl-heading);
}

.mockup-three .fl-trial-strip {
  padding: 22px 0;
  border-top: 1px solid var(--fl-line);
  border-bottom: 1px solid var(--fl-line);
  background: #f8f8f8;
}

.mockup-three .fl-trial-strip .fl-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.mockup-three .fl-trial-strip .fl-eyebrow {
  margin-bottom: 10px;
}

.mockup-three .fl-trial-strip h2 {
  margin: 0 0 6px;
  color: var(--fl-heading);
  font-family: "Gilroy-SemiBold", "Roboto", "Open Sans", Arial, sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.1;
}

.mockup-three .fl-trial-strip p:not(.fl-eyebrow) {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.mockup-three .fl-strip-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.mockup-three .fl-founder-card {
  overflow: hidden;
  border: 1px solid var(--fl-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(60, 68, 79, 0.08);
}

.mockup-three .fl-founder-photo-wrap {
  position: relative;
  min-height: 430px;
  background: linear-gradient(135deg, #f6f7f9, #ffffff);
}

.mockup-three .fl-founder-photo-wrap::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff);
  pointer-events: none;
}

.mockup-three .fl-founder-photo {
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center top;
}

.mockup-three .fl-founder-meta {
  padding: 28px 30px 32px;
}

.mockup-three .fl-founder-meta .fl-role {
  margin: 0 0 8px;
  color: var(--fl-red);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mockup-three .fl-founder-meta h2 {
  margin: 0 0 12px;
  color: var(--fl-heading);
  font-family: "Gilroy-SemiBold", "Roboto", "Open Sans", Arial, sans-serif;
  font-size: 34px;
  line-height: 1;
}

.mockup-three .fl-founder-meta p:last-child {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}

.mockup-three .fl-founder-story {
  padding: 68px 0;
}

.mockup-three .fl-founder-story-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.mockup-three .fl-story-image {
  display: grid;
  place-items: center;
  min-height: 460px;
  padding: 36px;
  border: 1px solid var(--fl-line);
  border-radius: 8px;
  background: #f8f8f8;
}

.mockup-three .fl-story-image img {
  max-height: 420px;
  object-fit: contain;
}

.mockup-three .fl-understands {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}

.mockup-three .fl-understands span {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(214, 49, 50, 0.18);
  border-radius: 8px;
  color: var(--fl-heading);
  background: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.mockup-three .fl-founder-relationship {
  padding: 68px 0;
  background: #f8f8f8;
}

.mockup-three .fl-founder-relationship-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 40px;
  align-items: center;
}

.mockup-three .fl-founder-quote {
  margin: 0;
  padding: 34px;
  border-left: 5px solid var(--fl-red);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(60, 68, 79, 0.06);
}

.mockup-three .fl-founder-quote p {
  margin: 0;
  color: var(--fl-heading);
  font-family: "Gilroy-SemiBold", "Roboto", "Open Sans", Arial, sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
}

.fl-footer-cta {
  padding: 48px 0 64px;
}

.fl-footer-cta .fl-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 34px;
  border-radius: 8px;
}

.fl-footer-cta h2 {
  margin: 0;
  font-family: "Gilroy-SemiBold", "Roboto", "Open Sans", Arial, sans-serif;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.05;
}

@media (max-width: 980px) {
  .fl-nav-links {
    display: none;
  }

  .mockup-one .fl-hero-grid,
  .mockup-one .fl-story-grid,
  .mockup-two .fl-hero-grid,
  .mockup-two .fl-proof-grid,
  .mockup-three .fl-letter-grid,
  .mockup-three .fl-founder-story-grid,
  .mockup-three .fl-founder-relationship-grid {
    grid-template-columns: 1fr;
  }

  .fl-icon-grid,
  .mockup-two .fl-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mockup-two .fl-metric-grid .fl-stat:nth-child(2) {
    border-right: 0;
  }

  .mockup-two .fl-metric-grid .fl-stat {
    border-bottom: 1px solid var(--fl-line);
  }

  .mockup-two .fl-metric-grid .fl-stat:nth-child(n+3) {
    border-bottom: 0;
  }

  .mockup-three .fl-trial-strip .fl-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .mockup-three .fl-strip-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .fl-inner {
    width: min(100% - 28px, var(--fl-max));
  }

  .fl-title {
    font-size: 42px;
  }

  .fl-actions,
  .fl-footer-cta .fl-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .fl-button {
    width: 100%;
  }

  .mockup-one .fl-product-wall,
  .fl-icon-grid,
  .mockup-two .fl-metric-grid,
  .mockup-three .fl-understands {
    grid-template-columns: 1fr;
  }

  .mockup-one .fl-timeline-item {
    grid-template-columns: 1fr;
  }

  .mockup-two .fl-dashboard-row {
    grid-template-columns: 1fr;
  }

  .mockup-three .fl-hero {
    min-height: 520px;
    padding: 110px 16px;
  }

  .mockup-three .fl-hero .fl-button {
    min-width: 0;
  }

  .mockup-three .fl-founder-photo,
  .mockup-three .fl-founder-photo-wrap {
    min-height: 0;
    height: 360px;
  }

  .mockup-three .fl-story-image {
    min-height: 0;
    padding: 24px;
  }
}/* End custom CSS */