/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!./src/app/homepage.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
/* Homepage CSS — ported directly from Webflow locusdigital.hiveku.css */
/* These are the EXACT values from the live site, not Tailwind approximations */

:root {
  --dark-slate-blue: #024796;
  --salmon: #f48379;
  --medium-turquoise: #64dbdb;
}

/* ===== LAYOUT PRIMITIVES ===== */
.hp-container {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  font-style: normal;
  display: block;
}

.hp-t-center { text-align: center; }
.hp-light { color: #fff; }
.hp-salmon { color: var(--salmon); }
.hp-darkblue { color: var(--dark-slate-blue); }
.hp-gap50 { width: 100%; padding-top: 25px; padding-bottom: 25px; }
.hp-gap35 { padding-top: 25px; padding-bottom: 10px; }

/* ===== HERO BANNER ===== */
.hp-bannerhero {
  padding-bottom: 100px;
  position: relative;
}

.hp-locusmainwrap {
  align-items: center;
  padding-bottom: 10%;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.hp-locusmainleft {
  width: 100%;
  max-width: 800px;
  padding-top: 100px;
  position: relative;
  z-index: 2;
}

.hp-h1-xl {
  font-family: var(--font-heading), Montserrat, sans-serif;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.15em;
  flex-direction: column;
  display: flex;
}

.hp-subtext-24 {
  margin-bottom: 10px;
  font-family: var(--font-heading), Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

.hp-subtext-14 {
  font-family: var(--font-heading), Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.hp-margin-top { margin-top: 10px; }

.hp-get-proposal-form { max-width: 35rem; }

.hp-form-5 {
  border: 1px solid var(--dark-slate-blue);
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  padding: 0.25rem 0.25rem 0.25rem 0.5rem;
  display: flex;
  box-shadow: 0 13px 45px 3px #02479673;
}

.hp-text-field-2 {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0.25rem 0.75rem;
  line-height: 1em;
  font-family: var(--font-heading), Montserrat, sans-serif;
  font-size: 14px;
  flex: 1;
  outline: none;
}

.hp-submit-button-3 {
  background-color: var(--dark-slate-blue);
  border: none;
  border-radius: 25px;
  margin-top: 0;
  padding: 0.75rem 4rem 0.75rem 2.2rem;
  font-weight: 700;
  font-family: var(--font-heading), Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  background-image: url('/images/a-arrow_1a-arrow.png');
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: auto;
  transition: background-color 0.3s;
  white-space: nowrap;
}

.hp-submit-button-3:hover {
  background-color: var(--salmon);
}

/* Video column */
.hp-locusmain {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 35px;
  display: flex;
  position: static;
  overflow: hidden;
}

.hp-background-video-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.hp-background-video-2 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Trust logos bar */
.hp-assetswrap {
  text-align: center;
  position: relative;
}

.hp-text-18 {
  text-align: center;
  font-family: var(--font-heading), Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.3em;
}

.hp-assets {
  border-radius: 5px 25px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 15px;
  display: flex;
}

.hp-logo-assets {
  box-shadow: none;
  border-radius: 2px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

/* ===== 97% STATS SECTION ===== */
.hp-homepage-1 {
  align-items: center;
  height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hp-bg-overlay {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.hp-home-1 {
  background-color: #fff;
  background-image: url('/images/bot-wave-layer.png'), url('/images/top-wave-layer.png'), url('/images/down-arrow_1.png');
  background-position: 50% 100%, 50% 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: contain, contain, cover;
  width: 100%;
  height: 100%;
}

.hp-business-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 0.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.hp-business-description {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.hp-sub-h1 {
  color: var(--medium-turquoise);
  font-family: var(--font-heading), Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3em;
}

.hp-sub-h3 {
  color: #fff;
  font-family: var(--font-heading), Montserrat, sans-serif;
  font-size: 24px;
  line-height: 1.2em;
}

.hp-sub-h3.dark {
  color: #000;
}

.hp-text-14 {
  font-family: var(--font-heading), Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65em;
}

.hp-div-block-298 {
  margin-left: auto;
  margin-right: auto;
}

/* ===== SERVICES SECTION ===== */
.hp-section-services {
  background-image: url('/images/super-light-abstract_1.png');
  background-position: 50% 0;
  background-size: auto;
  padding-top: 140px;
  position: relative;
}

/* ===== STATS BAR ===== */
.hp-section-stats {
  background-color: var(--dark-slate-blue);
  background-image: url('/images/top-wave-layer.png'), url('/images/bot-wave-layer.png'), url('/images/locus-circle-blue_1.png');
  background-position: 50% 0, 50% 100%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: contain, contain, auto;
  align-items: center;
  height: 550px;
  display: flex;
  position: relative;
}

/* ===== A/B TESTING ===== */
.hp-section-ab-testing-2 {
  background-image: url('/images/top-wave-layer-v2.png'), linear-gradient(#90dcdd 54%, #fff);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 140px;
  position: relative;
}

/* ===== CHECKLIST/FAQ ===== */
.hp-section-checklist {
  background-color: var(--dark-slate-blue);
  background-image: url('/images/ld-top.png'), url('/images/ld-bot.png'), url('/images/meeting.png');
  background-position: 0 0, 50% 100%, 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: contain, contain, cover;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

/* ===== CASE STUDIES ===== */
.hp-section-case-studies {
  background-image: url('/images/super-light-abstract_1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* ===== SATISFIED CLIENTS ===== */
.hp-section-satisfied-clients {
  background-image: url('/images/super-light-abstract_1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
}

/* ===== HIDE SCROLLBAR FOR CAROUSELS ===== */
[style*="scrollbar-width: none"]::-webkit-scrollbar {
  display: none;
}

/* ===== HEATMAP CARD HOVER ===== */
.hp-click-card {
  width: 100%;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  cursor: default;
}

.hp-click-card:hover {
  transform: translateY(-8px) scale(1.05);
}

/* ===== RESPONSIVE (min-width: 1280px) ===== */
@media (min-width: 1280px) {
  .hp-locusmain {
    width: 50%;
    margin-top: 0;
    position: absolute;
    inset: 0% 0% 0% auto;
    overflow: hidden;
  }

  .hp-locusmainwrap {
    align-items: center;
    padding-left: 10%;
    display: flex;
  }
}

/* ===== RESPONSIVE (max-width: 991px) ===== */
@media (max-width: 991px) {
  .hp-locusmainleft {
    padding-top: 40px;
    max-width: 100%;
  }

  .hp-h1-xl {
    font-size: 40px;
  }

  .hp-locusmain {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .hp-locusmainwrap {
    flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hp-homepage-1 {
    height: auto;
    padding: 60px 0;
  }

  .hp-business-block {
    grid-template-columns: 1fr;
  }

  .hp-section-stats {
    height: auto;
    padding: 60px 0;
  }

  /* 7-step process mobile fixes */
  [id^="steps-"],
  [id="step-final"] {
    min-height: auto !important;
    height: auto !important;
    margin-top: -1px !important;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  #steps-7 {
    padding-bottom: 120px !important;
  }

  /* Mobile-only background colors behind waves */
  #steps-1 { background-color: #000334; }
  #steps-2 { background-color: #f48379; }
  #steps-3 { background-color: #64dbdb; }
  #steps-4 { background-color: #0a2a6e; }
  #steps-5 { background-color: #f48379; }
  #steps-6 { background-color: #64dbdb; }
  #steps-7 { background-color: #0a2a6e; }

}

/* ===== RESPONSIVE (max-width: 479px) ===== */
@media (max-width: 479px) {
  .hp-h1-xl {
    font-size: 32px;
  }

  .hp-subtext-24 {
    font-size: 18px;
  }

  .hp-sub-h1 {
    font-size: 24px;
  }

  .hp-sub-h3 {
    font-size: 18px;
  }

  .hp-logo-assets {
    max-width: 80px;
  }

  .hp-form-5 {
    flex-direction: column;
    border-radius: 16px;
    padding: 0.5rem;
    gap: 0.5rem;
  }

  .hp-text-field-2 {
    width: 100%;
    text-align: center;
    padding: 0.5rem 0.75rem;
  }

  .hp-submit-button-3 {
    width: 100%;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    text-align: center;
  }
}

