/* =========================================================
   BLUECORE — HUMANS OVER HYPE LP
   ========================================================= */

.hoh-orchestration,
.hoh-statement,
.hoh-resources {
  --hoh-midnight: var(--midnight-950, #000d2b);
  --hoh-midnight-800: var(--midnight-800, #082a5f);
  --hoh-electric: var(--electric, #1751ff);
  --hoh-electric-900: var(--electric-900, #052475);
  --hoh-glacier: var(--glacier, #06c8fc);
  --hoh-white: var(--white, #fff);
  background-color: var(--hoh-midnight);
  box-sizing: border-box;
  color: var(--hoh-white);
  width: 100%;
}

.hoh-orchestration *,
.hoh-statement *,
.hoh-resources * {
  box-sizing: border-box;
}


.btn-wrap: white-space:unset;
  
  /* =========================================================
   AUTONOMOUS USE-CASE GRID
   ========================================================= */

.use-case-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 !important;
}

/* Remove Bulma's padding-based column gaps */
.use-case-boxes > .punch-grid-item {
  background: none;
  border: 0;
  box-shadow: none;
  display: block;
  flex: 0 1 calc((100% - 48px) / 3);
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

/* Put the actual card design on the inner element */
.use-case-boxes .punch-grid-item-inner {
  align-items: flex-start;
  background: linear-gradient(
    180deg,
    var(--midnight-950, #000d2b) 0%,
    var(--midnight-950, #000d2b) 100%
  );
  border: 1px solid var(--midnight-800, #082a5f);
  border-radius: 10px;
  box-shadow:
    0 -20px 30px -25px var(--glacier, #06c8fc) inset,
    0 -20px 20px -30px var(--electric, #1751ff) inset,
    0 -40px 60px -21px rgba(13, 58, 189, 0.5) inset,
    0 -51px 80px -25px var(--electric-900, #052475) inset,
    0 -70px 100px -5px rgba(2, 23, 71, 0.5) inset;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 300px;
  padding: clamp(2rem, 3vw, 2.75rem);
  width: 100%;
}

/* Icon */
.use-case-boxes .punch-grid-item-media-wrapper {
  align-items: center;
  display: flex;
  flex: 0 0 28px;
  height: 28px;
  justify-content: center;
  margin: 0 0 45px;
  width: 28px;
}

.use-case-boxes .punch-grid-item-media {
  display: block;
  height: 28px;
  margin: 0;
  object-fit: contain;
  width: 28px;
}

/* Content */
.use-case-boxes .punch-grid-content-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.use-case-boxes .punch-grid-item-title {
  color: var(--white, #fff);
  font-size: 1.333rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.35;
  margin: 0 0 1.25rem;
}

.use-case-boxes .punch-grid-item-subtitle {
  color: var(--white, #fff);
  font-size: 0.889rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}
/* =========================================================
   USE-CASE GRID — LAYOUT OVERRIDES
   Must load after the existing use-case styles.
   ========================================================= */

.punch-item-grid-wrapper.use-cases
  .punch-grid.use-case-boxes {
  display: grid !important;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 !important;
  width: 100%;
}

.punch-item-grid-wrapper.four-boxes
  .punch-grid.use-case-boxes {
  display: grid !important;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 !important;
  width: 100%;
}
/* Reset old column and card rules */
.punch-item-grid-wrapper.use-cases
  .use-case-boxes
  > .punch-grid-item {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  display: block !important;
  flex: none !important;
  grid-column: auto !important;
  margin: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

/* Actual visual card */
.punch-item-grid-wrapper.use-cases
  .use-case-boxes
  .punch-grid-item-inner {
  align-items: flex-start;
  background: linear-gradient(
    180deg,
    var(--midnight-950, #000d2b) 0%,
    var(--midnight-950, #000d2b) 100%
  );
  border: 1px solid var(--midnight-800, #082a5f);
  border-radius: 10px;
  box-shadow:
    0 -20px 30px -25px var(--glacier, #06c8fc) inset,
    0 -20px 20px -30px var(--electric, #1751ff) inset,
    0 -40px 60px -21px rgba(13, 58, 189, 0.5) inset,
    0 -51px 80px -25px var(--electric-900, #052475) inset,
    0 -70px 100px -5px rgba(2, 23, 71, 0.5) inset;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  padding: 2rem;
  width: 100%;
}
  .punch-item-grid-wrapper.use-cases
  .use-case-boxes
  .punch-grid-item-media-wrapper {
  align-items: center;
  display: flex;
  height: 35px;
  justify-content: center;
  margin: 0 0 45px;
  width: 35px;
}

.punch-item-grid-wrapper.use-cases
  .use-case-boxes
  .punch-grid-item-media {
  display: block;
  height: 35px;
  margin: 0;
  object-fit: contain;
  width: 35px;
}

.punch-item-grid-wrapper.four-boxes
  .use-case-boxes
  .punch-grid-item-media {
  display: block;
  height: 100%;
  margin: 0;
  object-fit: contain;
  width: 100%;
}
.punch-item-grid-wrapper.four-boxes
.use-case-boxes
.punch-grid-item-media-wrapper {
  align-items: center;
  display: flex;
  height: 155px;
  justify-content: center;
  margin: 0 auto 45px;
  max-height: 155px;
  max-width: 120px;
  text-align: center;
  width: 100%;
}

.punch-item-grid-wrapper.four-boxes
.punch-grid-item-media-wrapper img {
  display: block;
  height: auto;
  margin: auto;
  max-height: 155px;
  max-width: 100%;
  object-fit: contain;
}
.blue-overlay .punch-item-grid-wrapper img.punch-grid-item-media
{
    display: block;
    max-width: 100%;
    height: auto;
    filter: brightness(0) saturate(100%) invert(46%) sepia(98%) saturate(3608%) hue-rotate(211deg) brightness(104%) contrast(101%) !important;
}
  
.punch-item-grid-wrapper.use-cases
  .use-case-boxes
  .punch-grid-content-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.punch-item-grid-wrapper.use-cases
  .use-case-boxes
  .punch-grid-item-title {
  color: var(--white, #fff);
  font-size: 1.333rem;
  font-weight: 300;
  line-height: 1.35;
  margin: 0 0 1.25rem;
}

.punch-item-grid-wrapper.use-cases
  .use-case-boxes
  .punch-grid-item-subtitle {
  color: var(--white, #fff);
  font-size: 0.889rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}

/* =========================================================
   HOH — FOUR-CARD RESOURCE GRID
   ========================================================= */

.four-boxes .punch-item-grid {
  align-items: stretch;
}

.four-boxes .punch-grid-item {
  display: flex;
}

.four-boxes .punch-grid-item-inner {
  display: flex;
  flex-direction: column;
  min-height: 525px;
  width: 100%;
}

.four-boxes .punch-grid-content-wrapper {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
}

/* Push the link container to the bottom */
.four-boxes .punch-grid-item-content {
  margin-top: auto;
  padding-top: 1.5rem;
}
  
  @media (max-width: 1023px) {
  .punch-item-grid-wrapper.use-cases
    .punch-grid.use-case-boxes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .punch-item-grid-wrapper.use-cases
    .punch-grid.use-case-boxes {
    grid-template-columns: minmax(0, 1fr);
  }

  .punch-item-grid-wrapper.use-cases
    .use-case-boxes
    .punch-grid-item-inner {
    min-height: 0;
  }
}
@media (max-width: 1023px) {
  .use-case-boxes > .punch-grid-item {
    flex-basis: calc((100% - 24px) / 2);
  }
}

@media (max-width: 767px) {
  .use-case-boxes {
    gap: 20px;
  }

  .use-case-boxes > .punch-grid-item {
    flex-basis: 100%;
  }

  .use-case-boxes .punch-grid-item-inner {
    min-height: 0;
    padding: 2rem 1.5rem 2.5rem;
  }

  .use-case-boxes .punch-grid-item-media-wrapper {
    margin-bottom: 2rem;
  }
}  
.match-speed-threats .punch-cta.punch-btn.punch-type-text.punch-cta-btn-primary{
    text-align: center;
    padding: 1.5rem 0;
    display: block;
}

/* =========================================================
   HUMAN ORCHESTRATION
   ========================================================= */


.hoh-orchestration__inner {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}

.hoh-orchestration__heading {
  color: var(--hoh-white);
  font-size: clamp(2.25rem, 4.35vw, 4.45rem);
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin: 0 0 clamp(2.5rem, 5vw, 4.5rem);
  text-wrap: balance;
}

.hoh-orchestration__layout {
  display: grid;
  grid-template-columns:
    minmax(0, 0.8fr)
    minmax(0, 1.3fr);

  gap: 40px;
  align-items: stretch;
}

.hoh-orchestration__media {
  position: relative;

  min-width: 0;
  min-height: 0;
  height: 100%;

  border-radius: 20px;
  overflow: hidden;
}


.hoh-orchestration__media img {
  position: absolute;
  inset: 0;

  display: block;

  width: 100%;
  height: 100%;

  max-width: none;
  max-height: none;

  object-fit: cover;
  object-position: center top;

  transform: scale(1.2);
  transform-origin: right bottom;
}

.hoh-orchestration__card {
  display: flex;
  flex-direction: column;

  min-width: 0;
  min-height: 0;
  height: auto;

  padding: 35px 40px;

  border: 1px solid var(--electric-500, #1751ff);
  border-radius: 20px;

  background:
    linear-gradient(
      180deg,
      #000 0%,
      var(--midnight-950, #000d2b) 100%
    );

  box-shadow:
    0 -20px 20px -16px
      var(--electric-600, #1246e0) inset,
    0 -40px 60px -21px
      rgba(13, 58, 189, 0.5) inset,
    0 -51px 80px -25px
      var(--electric-900, #052475) inset,
    0 -70px 100px -5px
      rgba(2, 23, 71, 0.5) inset;
}

.hoh-orchestration__intro {
  color: var(--hoh-white);
  font-size: 1.333rem;
  font-weight: 300;
  line-height: 1.3;
}

.hoh-orchestration__stats-heading {
  color: var(--hoh-white);
  font-size: 1.556rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 1.75rem;
  text-transform: uppercase;
}

.hoh-orchestration__stats {
  display: grid;
  gap: clamp(1.5rem, 3vw, 3rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.hoh-orchestration__stat-value {
  color: var(--hoh-glacier);
  font-size: 2.222rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 0.55rem;
  white-space: nowrap;
}

.hoh-orchestration__stat-copy {
  color: var(--hoh-white);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
}

.hoh-orchestration__source {
  color: var(--hoh-white);
  font-size: 0.667rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.45;
  margin: 0 0 60px;
}

.hoh-orchestration__cta {
  align-self: flex-start;
  margin: 12px 0;
}
@media (max-width: 950px) {
  .hoh-orchestration__layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hoh-orchestration__card {
    order: 1;
  }

  .hoh-orchestration__media {
    order: 2;
    height: clamp(420px, 75vw, 680px);
  }

  .hoh-orchestration__media img {
    object-position: center top;
  }
}
/* =========================================================
   STATEMENT BLADES
   ========================================================= */

.hoh-statement {
  align-items: center;
  display: flex;
  isolation: isolate;
  min-height: 420px;
  overflow: hidden;
  position: relative;
}

/* Electric ellipse glow */
.hoh-statement::before {
  background: var(--electric-500, #1751ff);
  border-radius: 868.528px;
  content: "";
  filter: blur(75px);
  height: 114.88px;
  left: 50%;
  max-width: 868.528px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(868.528px, 80vw);
  z-index: -1;
}

.hoh-statement__inner {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  min-height: inherit;
  padding: 4rem 1.25rem;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.hoh-statement__copy {
  color: var(--hoh-white, #fff);
  font-size: clamp(2rem, 3.5vw, 3.333rem);
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
  max-width: 710px;
  text-align: center;
  text-wrap: balance;
}

@media (max-width: 950px) {
  .hoh-statement {
    min-height: 320px;
  }

  .hoh-statement::before {
    filter: blur(55px);
    height: 90px;
    width: 80vw;
  }

  .hoh-statement__inner {
    padding-block: 3rem;
  }
}
.hoh-statement--unsupervised .hoh-statement__copy {
  max-width: 1050px;
}
/* HubSpot row containing an HOH statement */
.row-fluid-wrapper:has(.hoh-statement),
.row-fluid:has(.hoh-statement) {
  max-width: none !important;
  overflow: visible !important;
  width: 100% !important;
}
/* =========================================================
   FOUR-CARD RESOURCE GRID
   ========================================================= */

.hoh-resources {
  padding: clamp(4rem, 8vw, 8rem) 1.25rem;
}

.hoh-resources__inner {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}

.hoh-resources__heading {
  color: var(--hoh-white);
  font-size: clamp(2.4rem, 4.35vw, 4.5rem);
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 0 0 clamp(2.5rem, 5vw, 4.5rem);
}

.hoh-resource-grid .hoh-resource-grid__cards {
  display: grid !important;
  gap: clamp(1rem, 1.6vw, 1.5rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 !important;
  width: 100%;
}

.hoh-resource-grid .hoh-resource-grid__item {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  display: block !important;
  flex: none !important;
  margin: 0 !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

.hoh-resource-grid .hoh-resource-grid__card {
  align-items: stretch;
  background: var(--hoh-midnight);
  border: 1px solid var(--hoh-electric);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 34rem;
  padding: clamp(1.5rem, 2vw, 2rem);
  width: 100%;
}

.hoh-resource-grid .hoh-resource-grid__media {
  align-items: center;
  display: flex;
  height: 13rem;
  justify-content: center;
  margin: 0 0 1.75rem;
  width: 100%;
}

.hoh-resource-grid .hoh-resource-grid__image {
  display: block;
  filter: none !important;
  height: 100%;
  margin: 0;
  max-height: 12rem;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.hoh-resource-grid .hoh-resource-grid__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  width: 100%;
}

.hoh-resource-grid .hoh-resource-grid__title {
  color: var(--hoh-white);
  font-size: clamp(1.15rem, 1.55vw, 1.5rem);
  font-style: normal;
  font-weight: 300;
  line-height: 1.35;
  margin: 0 0 1rem;
}

.hoh-resource-grid .hoh-resource-grid__description {
  color: var(--hoh-white);
  font-size: 0.889rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 1.5rem;
}

.hoh-resource-grid .hoh-resource-grid__link {
  align-self: flex-start;
  margin-top: auto;
}



/* =========================================================
   BLUECORE — CLOSING CTA GLOW
   ========================================================= */

#closing-cta {
  --closing-cta-cyan: var(--glacier, #06c8fc);
  --closing-cta-blue: var(--electric, #1751ff);
  --closing-cta-bg: var(--midnight-950, #000d2b);

  background: var(--closing-cta-bg);
  box-sizing: border-box;
  isolation: isolate;
  min-height: 850px;
  overflow: hidden;
  position: relative;
  padding: 300px 0 150px !important;
}

/* Main elliptical glow */
#closing-cta::before {
  background:
    radial-gradient(
      ellipse at center,
      rgba(6, 200, 252, 0.95) 0%,
      rgba(6, 200, 252, 0.85) 15%,
      rgba(23, 81, 255, 0.8) 38%,
      rgba(23, 81, 255, 0.38) 58%,
      rgba(0, 13, 43, 0) 78%
    );
  content: "";
filter: blur(70px);
    height: 400px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 35%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1150px;
    z-index: -2;
  
  
}

/* Softer electric-blue outer bloom */
#closing-cta::after {
  background: var(--closing-cta-blue);
  border-radius: 50%;
  content: "";
  filter: blur(110px);
  height: clamp(280px, 30vw, 500px);
  left: 50%;
  opacity: 0.35;
  pointer-events: none;
  position: absolute;
  top: 48%;
  transform: translate(-50%, -50%);
  width: min(1050px, 85vw);
  z-index: -1;
}

/* Keep every HubSpot-generated row above the glow */
#closing-cta > .row-fluid,
#closing-cta > .row-fluid > .dnd-column,
#closing-cta .dnd-row {
  position: relative;
  z-index: 1;
}

/* CTA content sizing and alignment */
#closing-cta h2,
#closing-cta .subheader,
#closing-cta .punch-image,
#closing-cta .cta-closer {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}

#closing-cta h2 {
  max-width: 1050px;
  font-size:3.333rem !important;
}

#closing-cta .subheader {
  max-width: 850px;
}

#closing-cta .punch-image {
  max-width: 900px;
    display: flex;
  justify-content: center;
  margin-inline: auto;
  width: 100%;
}

#closing-cta .cta-closer {
  display: flex;
  justify-content: center;
}

#closing-cta .punch-image picture {
  display: block;
  margin-inline: auto;
  max-width: 900px;
  width: 100%;
}

#closing-cta .punch-image img {
  display: block;
  height: auto;
  margin-inline: auto;
  max-width: 100%;
}

#closing-cta .punch-image::after {
    content:"";
    position:absolute;
    left:-10px;
    right:-10px;
    bottom:-10px;
    height:165px;
    background:
        linear-gradient(
            to bottom,
            rgba(0,13,43,0),
            rgba(0,13,43,.9)
        );
    filter: blur(8px);
    pointer-events:none;
  z-index:10;
}

/* Mobile */
@media (max-width: 950px) {
  #closing-cta {
    min-height: auto;
    padding-inline: 20px;
  }

  #closing-cta::before {
    filter: blur(25px);
    height: 600px;
    top: 45%;
    width: 130vw;
  }

  #closing-cta::after {
    filter: blur(80px);
    height: 340px;
    width: 110vw;
  }
}
/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {
  .hoh-orchestration__layout {
    grid-template-columns: minmax(15rem, 0.72fr) minmax(0, 1.28fr);
  }

  .hoh-orchestration__stats {
    gap: 1.5rem;
  }

  .hoh-resource-grid .hoh-resource-grid__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hoh-resource-grid .hoh-resource-grid__card {
    min-height: 31rem;
  }
}

@media (max-width: 767px) {
  .dnd-section:not([class*='full-width']) > .row-fluid {
    width: 90%;
    max-width: 90%;
}
  .main-row-1-padding {
    padding-top: 100px !important; 
    padding-bottom: 100px !important; 
}
  .hoh-orchestration,
  .hoh-statement,
  .hoh-resources {
    padding-left: 0px;
    padding-right: 0px;
  }

  .hoh-orchestration__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .hoh-orchestration__media {
    aspect-ratio: 4 / 5;
    min-height: 0;
        width: 100%;
  }

  .hoh-orchestration__card {
    padding: 1.75rem 1.25rem 2rem;
  }

  .hoh-orchestration__intro {
    margin-bottom: 2.75rem;
  }

  .hoh-orchestration__stats {
    grid-template-columns: minmax(0, 1fr);
  }

  .hoh-orchestration__stat {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding-bottom: 1.25rem;
  }

  .hoh-statement {
    min-height: 30rem;
  }

  .hoh-resource-grid .hoh-resource-grid__cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .hoh-resource-grid .hoh-resource-grid__card {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hoh-orchestration *,
  .hoh-statement *,
  .hoh-resources * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}