body.flyit-index-page {
  background: #f7fbfc;
}

body.flyit-index-page > #flyit-header ~ .header,
body.flyit-index-page > #flyit-header ~ .counter,
body.flyit-index-page > #flyit-header ~ .cards-1,
body.flyit-index-page > #flyit-header ~ .cards-2,
body.flyit-index-page > #flyit-header ~ .slider,
body.flyit-index-page > #flyit-header ~ .filter,
body.flyit-index-page > #flyit-header ~ .lightbox-basic,
body.flyit-index-page > #flyit-header ~ .form-2,
body.flyit-index-page > #flyit-header ~ .dvpanimation,
body.flyit-index-page > #flyit-header ~ .team-member,
body.flyit-index-page > #flyit-header ~ .basic-2,
body.flyit-index-page > .flyit-home ~ .header,
body.flyit-index-page > .flyit-home ~ .counter,
body.flyit-index-page > .flyit-home ~ .cards-1,
body.flyit-index-page > .flyit-home ~ .cards-2,
body.flyit-index-page > .flyit-home ~ .slider,
body.flyit-index-page > .flyit-home ~ .filter,
body.flyit-index-page > .flyit-home ~ .lightbox-basic,
body.flyit-index-page > .flyit-home ~ .form-2,
body.flyit-index-page > .flyit-home ~ .dvpanimation,
body.flyit-index-page > .flyit-home ~ .team-member,
body.flyit-index-page > .flyit-home ~ .basic-2 {
  display: none !important;
}

.flyit-home {
  color: #102838;
  background:
    linear-gradient(180deg, #f7fbfc 0%, #ffffff 36%, #f2faf8 100%);
}

.flyit-home *,
.flyit-home *::before,
.flyit-home *::after {
  box-sizing: border-box;
}

.flyit-home a {
  text-decoration: none;
}

.flyit-home img {
  display: block;
  max-width: 100%;
}

.flyit-home-container {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
}

.flyit-home-hero {
  position: relative;
  min-height: 690px;
  padding: 150px 0 54px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6, 26, 37, .92) 0%, rgba(10, 38, 53, .80) 48%, rgba(10, 38, 53, .34) 100%),
    linear-gradient(180deg, rgba(6, 26, 37, .20), rgba(6, 26, 37, .58)),
    url("../images/header-background_newdvp4.jpg") center / cover no-repeat;
  overflow: hidden;
  isolation: isolate;
}

.flyit-home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(120deg, transparent 0 42%, rgba(20, 191, 152, .26) 42% 43.5%, transparent 43.5% 100%),
    linear-gradient(120deg, transparent 0 62%, rgba(255, 138, 61, .22) 62% 63%, transparent 63% 100%);
  opacity: .9;
}

.flyit-hero-copy {
  max-width: 760px;
}

.flyit-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
  color: #7df2d7;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.flyit-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #14bf98;
  box-shadow: 0 0 0 6px rgba(20, 191, 152, .18);
}

.flyit-home-hero h1 {
  max-width: 720px;
  margin: 24px 0 20px;
  color: #fff;
  font-family: Montserrat, Inter, sans-serif;
  font-size: 4.6rem;
  font-weight: 900;
  line-height: .98;
  letter-spacing: 0;
}

body.flyit-index-page .flyit-home .flyit-home-hero h1 {
  color: #fff;
}

.flyit-hero-lead {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, .93);
  font-size: 1.28rem;
  line-height: 1.68;
}

.flyit-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.flyit-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1.1;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}

.flyit-home-button:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.flyit-home-button.primary {
  color: #fff;
  background: linear-gradient(135deg, #14bf98, #0f987d);
  box-shadow: 0 18px 44px rgba(20, 191, 152, .30);
}

.flyit-home-button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .10);
  backdrop-filter: blur(12px);
}

.flyit-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.flyit-proof-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: #fff;
  background: rgba(6, 26, 37, .34);
  font-size: .86rem;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.flyit-proof-pill i {
  color: #7df2d7;
}

.flyit-hero-product-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 64px;
}

.flyit-strip-item {
  min-height: 118px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: rgba(6, 26, 37, .38);
  backdrop-filter: blur(16px);
}

.flyit-strip-item img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-bottom: 12px;
}

.flyit-strip-item strong {
  display: block;
  color: #fff;
  font-size: .98rem;
}

.flyit-strip-item span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, .90);
  font-size: .84rem;
  line-height: 1.4;
}

.flyit-home-section {
  padding: 86px 0;
}

.flyit-section-head {
  max-width: 780px;
  margin: 0 auto 38px;
  text-align: center;
}

.flyit-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  border-radius: 999px;
  color: #0b987d;
  background: rgba(20, 191, 152, .11);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.flyit-section-head h2,
.flyit-split-copy h2,
.flyit-contact-copy h2 {
  margin: 16px 0 14px;
  color: #113448;
  font-family: Montserrat, Inter, sans-serif;
  font-size: 3rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.flyit-section-head p,
.flyit-split-copy p,
.flyit-contact-copy p {
  margin: 0;
  color: #405f71;
  font-size: 1.08rem;
  line-height: 1.74;
}

.flyit-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.flyit-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  border: 1px solid rgba(17, 52, 72, .10);
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 16px 42px rgba(17, 52, 72, .10);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.flyit-product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(20, 191, 152, .28);
  box-shadow: 0 26px 68px rgba(17, 52, 72, .16);
}

.flyit-product-card.featured {
  grid-column: span 2;
}

.flyit-product-media {
  position: relative;
  min-height: 210px;
  background: linear-gradient(135deg, #e8f7f4, #f7fbfc);
  overflow: hidden;
}

.flyit-product-media img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  object-position: top center;
  transition: transform .4s ease;
}

.flyit-product-card:hover .flyit-product-media img {
  transform: scale(1.035);
}

.flyit-product-card.icon-product .flyit-product-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flyit-product-card.icon-product .flyit-product-media img {
  width: 58%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  padding: 28px;
}

.flyit-product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.flyit-product-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #113448, #0a2635);
  box-shadow: 0 14px 30px rgba(17, 52, 72, .18);
}

.flyit-product-card:nth-child(2) .flyit-product-icon,
.flyit-product-card:nth-child(4) .flyit-product-icon {
  background: linear-gradient(135deg, #14bf98, #0d8f75);
}

.flyit-product-card:nth-child(3) .flyit-product-icon,
.flyit-product-card:nth-child(5) .flyit-product-icon {
  background: linear-gradient(135deg, #ff8a3d, #d86b20);
}

.flyit-product-tag {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 6px 9px;
  border-radius: 999px;
  color: #0b987d;
  background: rgba(20, 191, 152, .12);
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.flyit-product-card h3 {
  margin: 0 0 10px;
  color: #113448;
  font-size: 1.34rem;
  line-height: 1.22;
}

.flyit-product-card p {
  margin: 0;
  color: #405f71;
  line-height: 1.66;
}

.flyit-product-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
  color: #0c987d;
  font-weight: 900;
}

.flyit-product-link:hover {
  color: #113448;
}

.flyit-platform-section {
  color: #fff;
  background:
    linear-gradient(135deg, #071d29 0%, #113448 54%, #0a302f 100%);
  overflow: hidden;
}

.flyit-platform-grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: 36px;
  align-items: center;
}

.flyit-platform-section .flyit-kicker {
  color: #dffff8;
  background: rgba(20, 191, 152, .22);
}

.flyit-platform-section h2 {
  color: #fff;
}

body.flyit-index-page .flyit-home .flyit-platform-section h2,
body.flyit-index-page .flyit-home .flyit-contact-copy h2 {
  color: #fff;
}

.flyit-platform-section p {
  color: rgba(255, 255, 255, .90);
}

.flyit-module-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.flyit-module-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-weight: 800;
}

.flyit-module-list i {
  margin-top: 2px;
  color: #7df2d7;
}

.flyit-screen-stage {
  position: relative;
}

.flyit-screen-frame {
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  background: rgba(255, 255, 255, .10);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .28);
  overflow: hidden;
}

.flyit-screen-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 11px 13px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .10);
}

.flyit-screen-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .32);
}

.flyit-screen-bar span:nth-child(1) {
  background: #ff8a3d;
}

.flyit-screen-bar span:nth-child(2) {
  background: #ffde59;
}

.flyit-screen-bar span:nth-child(3) {
  background: #14bf98;
}

.flyit-screen-frame img {
  width: 100%;
  aspect-ratio: 16 / 8.4;
  object-fit: contain;
  background:
    linear-gradient(135deg, #061a25, #0c3342);
  opacity: 0;
  transition: opacity .22s ease;
}

.flyit-screen-frame img.visible {
  opacity: 1;
}

.flyit-screen-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.flyit-screen-tab {
  min-height: 70px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  font-weight: 900;
  text-align: left;
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease;
}

.flyit-screen-tab small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, .82);
  font-weight: 700;
  line-height: 1.35;
}

.flyit-screen-tab.active,
.flyit-screen-tab:hover {
  border-color: rgba(125, 242, 215, .42);
  background: rgba(20, 191, 152, .16);
}

.flyit-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.flyit-benefit {
  min-height: 220px;
  padding: 22px;
  border: 1px solid rgba(17, 52, 72, .10);
  border-radius: 8px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 14px 38px rgba(17, 52, 72, .08);
}

.flyit-benefit i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: #fff;
  background: #113448;
}

.flyit-benefit:nth-child(2) i,
.flyit-benefit:nth-child(4) i {
  background: #14bf98;
}

.flyit-benefit:nth-child(3) i {
  background: #ff8a3d;
}

.flyit-benefit strong {
  display: block;
  margin-bottom: 8px;
  color: #113448;
  font-size: 1.05rem;
}

.flyit-benefit span {
  color: #405f71;
  line-height: 1.6;
}

.flyit-process-section {
  background: #fff;
}

.flyit-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  counter-reset: process;
}

.flyit-process-step {
  min-height: 230px;
  padding: 22px;
  border: 1px solid rgba(17, 52, 72, .10);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f7fbfc);
}

.flyit-process-step::before {
  counter-increment: process;
  content: "0" counter(process);
  display: inline-flex;
  margin-bottom: 18px;
  color: #14bf98;
  font-weight: 950;
}

.flyit-process-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: right;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: #fff;
  background: #113448;
  box-shadow: 0 12px 28px rgba(17, 52, 72, .16);
}

.flyit-process-step h3 {
  margin: 0 0 10px;
  color: #113448;
  font-size: 1.18rem;
}

.flyit-process-step p {
  margin: 0;
  color: #405f71;
  line-height: 1.62;
}

.flyit-logo-cloud {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.flyit-logo-cloud a,
.flyit-logo-cloud span {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 128px;
  padding: 16px;
  border: 1px solid rgba(17, 52, 72, .10);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(242, 248, 248, .88));
  box-shadow: 0 18px 42px rgba(17, 52, 72, .08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.flyit-logo-cloud a::before,
.flyit-logo-cloud span::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 10%, rgba(18, 190, 158, .16), transparent 34%);
  opacity: .8;
}

.flyit-logo-cloud a:hover,
.flyit-logo-cloud span:hover {
  transform: translateY(-4px);
  border-color: rgba(18, 190, 158, .28);
  box-shadow: 0 24px 54px rgba(17, 52, 72, .13);
}

.flyit-logo-cloud .logo-dark {
  border-color: rgba(255, 255, 255, .12);
  background: linear-gradient(145deg, #092333, #102f42 52%, #071820);
  box-shadow: 0 20px 50px rgba(7, 24, 32, .22);
}

.flyit-logo-cloud .logo-dark::before {
  background: radial-gradient(circle at 22% 6%, rgba(18, 190, 158, .30), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, .10), transparent 40%);
}

.flyit-logo-cloud .logo-light {
  background: linear-gradient(145deg, #ffffff, #f3f8f8);
}

.flyit-logo-cloud img {
  position: relative;
  z-index: 1;
  width: min(100%, 198px);
  max-height: 58px;
  object-fit: contain;
}

.flyit-logo-cloud .logo-wide img {
  width: min(100%, 230px);
}

.flyit-logo-cloud .logo-alexion img {
  width: min(100%, 230px);
  max-height: 62px;
}

.flyit-logo-cloud .logo-wsh img {
  width: min(100%, 250px);
  max-height: 70px;
}

.flyit-logo-cloud .logo-bphs img {
  width: min(100%, 210px);
  max-height: 68px;
}

.flyit-logo-cloud .logo-cortina img {
  width: min(100%, 218px);
  max-height: 76px;
}

.flyit-logo-cloud .logo-neptun img {
  width: min(100%, 112px);
  max-height: 88px;
}

.flyit-logo-cloud .logo-stresszm img {
  width: min(100%, 230px);
  max-height: 76px;
}

.flyit-contact-section {
  padding-bottom: 96px;
}

.flyit-contact-panel {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, .68fr);
  gap: 30px;
  align-items: center;
  padding: 38px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(5, 22, 31, .98), rgba(9, 35, 49, .96)),
    url("../images/contactform.png") right center / auto 100% no-repeat;
  box-shadow: 0 28px 80px rgba(17, 52, 72, .18);
  overflow: hidden;
}

.flyit-contact-copy h2,
.flyit-contact-copy p {
  color: #fff;
}

.flyit-contact-copy p {
  color: rgba(255, 255, 255, .90);
}

.flyit-contact-actions {
  display: grid;
  gap: 10px;
}

.flyit-contact-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, .14);
  font-weight: 900;
}

.flyit-contact-link:hover {
  color: #fff;
  background: rgba(20, 191, 152, .20);
}

.flyit-contact-link i {
  color: #7df2d7;
}

.flyit-home-reveal {
  opacity: 1;
  transform: translateY(0);
}

body.flyit-home-animate .flyit-home-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .62s ease, transform .62s ease;
}

body.flyit-home-animate .flyit-home-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1040px) {
  .flyit-home-hero {
    min-height: 640px;
    padding-top: 130px;
  }

  .flyit-home-hero h1 {
    font-size: 3.6rem;
  }

  .flyit-hero-product-strip,
  .flyit-benefit-grid,
  .flyit-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flyit-product-grid,
  .flyit-platform-grid,
  .flyit-contact-panel {
    grid-template-columns: 1fr;
  }

  .flyit-product-card.featured {
    grid-column: auto;
  }

  .flyit-logo-cloud {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .flyit-home-container {
    width: min(100% - 28px, 1180px);
  }

  .flyit-home-hero {
    min-height: 620px;
    padding: 118px 0 36px;
  }

  .flyit-home-hero h1 {
    font-size: 2.55rem;
    line-height: 1.04;
  }

  .flyit-hero-lead {
    font-size: 1rem;
  }

  .flyit-hero-product-strip,
  .flyit-product-grid,
  .flyit-benefit-grid,
  .flyit-process-grid,
  .flyit-module-list,
  .flyit-screen-tabs,
  .flyit-logo-cloud {
    grid-template-columns: 1fr;
  }

  .flyit-home-section {
    padding: 62px 0;
  }

  .flyit-logo-cloud {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .flyit-logo-cloud a,
  .flyit-logo-cloud span {
    height: 112px;
    padding: 12px;
  }

  .flyit-section-head h2,
  .flyit-split-copy h2,
  .flyit-contact-copy h2 {
    font-size: 2.05rem;
  }

  .flyit-product-card,
  .flyit-benefit,
  .flyit-process-step {
    min-height: auto;
  }

  .flyit-contact-panel {
    padding: 24px;
    background:
      linear-gradient(135deg, rgba(9, 35, 49, .97), rgba(17, 52, 72, .93));
  }
}

@media (prefers-reduced-motion: reduce) {
  .flyit-product-card,
  .flyit-home-button,
  .flyit-home-reveal,
  .flyit-product-media img {
    transition-duration: .001ms !important;
  }
}
