/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/nh-hero-2/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.nh-hero-2 {
  --nh-hero-2-bg: var(--nh-color-light, #ffffff);
  --nh-hero-2-text: var(--nh-color-dark, #000000);
  --nh-hero-2-underline: var(--nh-color-primary, #3559C7);
  --nh-hero-2-button-bg: var(--nh-color-dark, #000000);
  --nh-hero-2-content-width: 50%;
  --nh-hero-2-image-width: 50%;
  position: relative;
  width: 100%;
  background-color: var(--nh-hero-2-bg);
  color: var(--nh-hero-2-text);
}
.nh-hero-2.alignfull {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.nh-hero-2__container {
  max-width: 1200px;
  margin: 0 auto;
}
.nh-hero-2__grid {
  display: flex;
  align-items: center;
  gap: 40px;
}
.nh-hero-2__content {
  flex: 0 0 var(--nh-hero-2-content-width);
  max-width: var(--nh-hero-2-content-width);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.nh-hero-2__image-wrapper {
  flex: 0 0 var(--nh-hero-2-image-width);
  max-width: var(--nh-hero-2-image-width);
  display: flex;
  align-items: center;
  position: relative;
}
.nh-hero-2__image-wrapper img {
  width: 135%;
  position: relative;
  max-width: initial !important;
}
.nh-hero-2__image {
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}
.nh-hero-2__ratings {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.nh-hero-2__rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: var(--nh-color-neutral-8, #f5f5f5);
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  transition: background-color 0.2s ease;
}
.nh-hero-2__rating:hover {
  background: var(--nh-color-neutral-7, #e8e8e8);
}
.nh-hero-2__rating-value {
  font-weight: 700;
  font-size: 15px;
}
.nh-hero-2__rating-stars {
  display: flex;
  color: #f59e0b;
}
.nh-hero-2__star {
  width: 16px;
  height: 16px;
}
.nh-hero-2__rating-label {
  font-weight: 500;
  opacity: 0.8;
}
.nh-hero-2__rating-icon {
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px;
}
.nh-hero-2__rating-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.nh-hero-2__heading {
  margin: 0;
  font-size: clamp(28px, 1.75rem + 1.8vw, 48px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.nh-hero-2__underline {
  display: inline;
  text-decoration: underline;
  text-decoration-color: var(--nh-hero-2-underline, var(--nh-color-primary, #3559C7));
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.15em;
  -webkit-text-decoration-skip-ink: auto;
          text-decoration-skip-ink: auto;
}
.nh-hero-2__description {
  margin: 0;
  font-size: clamp(16px, 1rem + 0.25vw, 18px);
  line-height: 1.7;
  opacity: 0.85;
  max-width: 540px;
}
.nh-hero-2__cta-editor-badge {
  display: none;
}
.nh-hero-2__trust {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 14px;
  opacity: 0.7;
}
.nh-hero-2__trust-icon {
  width: 18px;
  height: 18px;
  color: var(--nh-color-success, #10b981);
  flex-shrink: 0;
}
.nh-hero-2__trust-image {
  height: 32px !important;
  width: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.nh-hero-2__trust-separator {
  margin: 0 4px;
  opacity: 0.3;
  font-weight: 300;
}
.nh-hero-2__trust-text {
  max-width: 60%;
  line-height: 1.4;
  margin: 0;
}

/* ===== CTAs ===== */
.nh-hero-2__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
.nh-hero-2__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.nh-hero-2__cta:focus {
  outline: 2px solid var(--nh-hero-2-underline);
  outline-offset: 2px;
}
.nh-hero-2__cta--hubspot {
  cursor: pointer;
  user-select: none;
}

/* --- Primary: filled brand blue, white text locked in on hover --- */
.nh-hero-2__cta--primary {
  background-color: var(--nh-color-primary, #3559C7);
  color: #ffffff !important;
  border-color: var(--nh-color-primary, #3559C7);
}
.nh-hero-2__cta--primary:hover {
  background-color: var(--nh-color-primary-1, #4e71de);
  border-color: var(--nh-color-primary-1, #4e71de);
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(53, 89, 199, 0.35);
  opacity: 1;
}

/* --- Secondary: clean brand-blue outline, lifts with soft glow — no fill inversion --- */
.nh-hero-2__cta--secondary {
  background-color: transparent;
  color: var(--nh-color-primary, #3559C7);
  border-color: var(--nh-color-primary, #3559C7);
}
.nh-hero-2__cta--secondary:hover {
  background-color: transparent !important;
  border-color: var(--nh-color-primary, #3559C7);
  color: var(--nh-color-primary, #3559C7) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(53, 89, 199, 0.3);
  opacity: 1;
}

/* --- Outline: neutral adaptive — inherits hero text/bg colour tokens, no fill ever --- */
.nh-hero-2__cta--outline {
  background-color: transparent;
  color: var(--nh-hero-2-text, currentColor);
  border-color: currentColor;
  opacity: 0.85;
}
.nh-hero-2__cta--outline:hover {
  background-color: transparent !important;
  color: var(--nh-hero-2-text, currentColor) !important;
  border-color: currentColor;
  transform: translateY(-2px);
  opacity: 1;
}

/* --- Custom: full editor-controlled colours via CSS vars --- */
.nh-hero-2__cta--custom {
  background-color: var(--nh-cta-bg, transparent);
  color: var(--nh-cta-text, currentColor) !important;
  border-color: var(--nh-cta-border, currentColor);
}
.nh-hero-2__cta--custom:hover {
  background-color: var(--nh-cta-bg, transparent);
  color: var(--nh-cta-text, currentColor) !important;
  border-color: var(--nh-cta-border, currentColor);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  opacity: 1;
}

.nh-hero-2--layout-two-column .nh-hero-2__grid {
  flex-direction: row;
}
.nh-hero-2--layout-two-column-reverse .nh-hero-2__grid {
  flex-direction: row-reverse;
}
.nh-hero-2--layout-centered .nh-hero-2__content {
  flex: 1;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}
.nh-hero-2--layout-centered .nh-hero-2__ratings {
  justify-content: center;
}
.nh-hero-2--layout-centered .nh-hero-2__ctas {
  justify-content: center;
}
.nh-hero-2--layout-centered .nh-hero-2__description {
  max-width: 600px;
}
.nh-hero-2--image-blur-glow .nh-hero-2__image-wrapper::before {
  content: "";
  position: absolute;
  inset: 10%;
  background: rgba(255, 255, 255, 0.8);
  filter: blur(40px);
  z-index: 0;
  border-radius: 20px;
}
.nh-hero-2--image-blur-glow .nh-hero-2__image {
  position: relative;
  z-index: 1;
}
.nh-hero-2--image-blur-corner .nh-hero-2__image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30%;
  background: linear-gradient(to right, var(--nh-hero-2-bg) 0%, transparent 100%);
  z-index: 2;
  pointer-events: none;
}
.nh-hero-2--layout-two-column-reverse.nh-hero-2--image-blur-corner .nh-hero-2__image-wrapper::after {
  left: auto;
  right: 0;
  background: linear-gradient(to left, var(--nh-hero-2-bg) 0%, transparent 100%);
}
.nh-hero-2--padding-none .nh-hero-2__container {
  padding-top: 0;
  padding-bottom: 0;
}
.nh-hero-2--padding-small .nh-hero-2__container {
  padding-top: 24px;
  padding-bottom: 24px;
}
.nh-hero-2--padding-medium .nh-hero-2__container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.nh-hero-2--padding-large .nh-hero-2__container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.nh-hero-2--padding-xlarge .nh-hero-2__container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.nh-hero-2--bg-light {
  --nh-hero-2-bg: var(--nh-color-light, #ffffff);
}
.nh-hero-2--bg-neutral {
  --nh-hero-2-bg: var(--nh-color-neutral-8, #f5f5f5);
}
.nh-hero-2--bg-primary {
  --nh-hero-2-bg: var(--nh-color-primary, #3559C7);
  --nh-hero-2-text: #ffffff;
}
.nh-hero-2--bg-dark {
  --nh-hero-2-bg: var(--nh-color-dark, #1a1a1a);
  --nh-hero-2-text: #ffffff;
}
.nh-hero-2--bg-custom {
  background-color: var(--nh-hero-2-bg);
}
.nh-hero-2--text-dark {
  --nh-hero-2-text: var(--nh-color-dark, #000000);
}
.nh-hero-2--text-light {
  --nh-hero-2-text: #ffffff;
}
.nh-hero-2--text-light .nh-hero-2__rating {
  background: rgba(255, 255, 255, 0.15);
}
.nh-hero-2--text-light .nh-hero-2__rating:hover {
  background: rgba(255, 255, 255, 0.25);
}
/* Secondary on light-text hero: white outline — no fill inversion */
.nh-hero-2--text-light .nh-hero-2__cta--secondary {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.75);
}
.nh-hero-2--text-light .nh-hero-2__cta--secondary:hover {
  background-color: transparent !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 1);
  box-shadow: 0 4px 16px rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}
/* Outline on light-text hero: adapts automatically via currentColor — no overrides needed */
.nh-hero-2--text-light .nh-hero-2__cta--outline:hover {
  background-color: transparent !important;
}
.nh-hero-2--image-top .nh-hero-2__image-wrapper {
  align-items: flex-start;
}
.nh-hero-2--image-center .nh-hero-2__image-wrapper {
  align-items: center;
}
.nh-hero-2--image-bottom .nh-hero-2__image-wrapper {
  align-items: flex-end;
}
.nh-hero-2--image-size-contain .nh-hero-2__image-wrapper img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.nh-hero-2--image-size-cover .nh-hero-2__image-wrapper {
  align-self: stretch;
  min-height: 400px;
}
.nh-hero-2--image-size-cover .nh-hero-2__image-wrapper img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 900px) {
  .nh-hero-2--image-size-cover .nh-hero-2__image-wrapper {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .nh-hero-2__ratings {
    display: none;
  }
  .nh-hero-2__container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .nh-hero-2__grid {
    gap: 32px;
  }
}
@media screen and (max-width: 900px) {
  .nh-hero-2__grid {
    flex-direction: column !important;
    text-align: center;
  }
  .nh-hero-2__content {
    flex: 1;
    max-width: 100%;
    align-items: center;
    order: 1;
  }
  .nh-hero-2__image-wrapper {
    display: none;
  }
  .nh-hero-2--mobile-image-show .nh-hero-2__image-wrapper {
    display: flex;
    flex: 1;
    max-width: 100%;
    order: 0;
    margin-bottom: 20px;
    min-height: auto;
  }
  .nh-hero-2--mobile-image-show.nh-hero-2--image-blur-corner .nh-hero-2__image-wrapper::after {
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, var(--nh-hero-2-bg) 0%, transparent 100%);
  }
  .nh-hero-2__description {
    max-width: 100%;
  }
  .nh-hero-2__ctas {
    justify-content: center;
  }
  .nh-hero-2__trust {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }
  .nh-hero-2__trust-text {
    max-width: 100%;
    text-align: center;
  }
  .nh-hero-2__trust-image {
    margin: 0 auto;
    display: block;
  }
  .nh-hero-2__heading span.nh-hero-2__underline,
  h1.nh-hero-2__heading span.nh-hero-2__underline,
  h2.nh-hero-2__heading span.nh-hero-2__underline,
  h3.nh-hero-2__heading span.nh-hero-2__underline,
  h4.nh-hero-2__heading span.nh-hero-2__underline,
  h5.nh-hero-2__heading span.nh-hero-2__underline,
  h6.nh-hero-2__heading span.nh-hero-2__underline {
    text-decoration-thickness: 3px !important;
  }
  .nh-hero-2__trust-separator {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .nh-hero-2__container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .nh-hero-2__grid {
    gap: 24px;
  }
  .nh-hero-2__content {
    gap: 20px;
  }
  .nh-hero-2__heading {
    font-size: clamp(24px, 1.5rem + 2vw, 32px);
  }
  .nh-hero-2__description {
    font-size: 15px;
  }
  .nh-hero-2__ctas {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
  .nh-hero-2__cta {
    padding: 12px 20px;
    font-size: 14px;
  }
  .nh-hero-2__trust {
    font-size: 13px;
    text-align: center;
  }
  .nh-hero-2--padding-small .nh-hero-2__container {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .nh-hero-2--padding-medium .nh-hero-2__container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nh-hero-2--padding-large .nh-hero-2__container {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .nh-hero-2--padding-xlarge .nh-hero-2__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .nh-hero-2__image {
    max-height: 280px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 400px) {
  .nh-hero-2__heading {
    font-size: 22px;
  }
  .nh-hero-2__cta {
    padding: 10px 16px;
    font-size: 13px;
  }
}
@media print {
  .nh-hero-2 {
    background: none !important;
    color: #000 !important;
  }
  .nh-hero-2__image-wrapper, .nh-hero-2__ratings {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .nh-hero-2__cta, .nh-hero-2__rating {
    transition: none;
  }
  .nh-hero-2__cta:hover, .nh-hero-2__rating:hover {
    transform: none;
  }
}
.block-editor-block-list__block .nh-hero-2__cta--hubspot,
.editor-styles-wrapper .nh-hero-2__cta--hubspot,
[data-type="acf/nh-hero-2"] .nh-hero-2__cta--hubspot {
  position: relative;
  background-image: linear-gradient(135deg, rgba(251, 146, 60, 0.15) 0%, rgba(251, 146, 60, 0.08) 100%);
}
.block-editor-block-list__block .nh-hero-2__cta--hubspot::before,
.editor-styles-wrapper .nh-hero-2__cta--hubspot::before,
[data-type="acf/nh-hero-2"] .nh-hero-2__cta--hubspot::before {
  content: "";
  position: absolute;
  inset: -2px;
  border: 2px dashed rgba(251, 146, 60, 0.6);
  border-radius: 10px;
  pointer-events: none;
}
.block-editor-block-list__block .nh-hero-2__cta--hubspot.nh-hero-2__cta--primary,
.editor-styles-wrapper .nh-hero-2__cta--hubspot.nh-hero-2__cta--primary,
[data-type="acf/nh-hero-2"] .nh-hero-2__cta--hubspot.nh-hero-2__cta--primary {
  background-image: linear-gradient(135deg, var(--nh-hero-2-button-bg) 0%, var(--nh-hero-2-button-bg) 100%);
}
.block-editor-block-list__block .nh-hero-2__cta--hubspot.nh-hero-2__cta--primary::before,
.editor-styles-wrapper .nh-hero-2__cta--hubspot.nh-hero-2__cta--primary::before,
[data-type="acf/nh-hero-2"] .nh-hero-2__cta--hubspot.nh-hero-2__cta--primary::before {
  border-color: rgba(251, 146, 60, 0.8);
}
.block-editor-block-list__block .nh-hero-2__cta-editor-badge,
.editor-styles-wrapper .nh-hero-2__cta-editor-badge,
[data-type="acf/nh-hero-2"] .nh-hero-2__cta-editor-badge {
  display: flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #fb923c 0%, #f97316 100%);
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 4px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(249, 115, 22, 0.3);
  z-index: 10;
}
.block-editor-block-list__block .nh-hero-2__cta-editor-badge svg,
.editor-styles-wrapper .nh-hero-2__cta-editor-badge svg,
[data-type="acf/nh-hero-2"] .nh-hero-2__cta-editor-badge svg {
  flex-shrink: 0;
}
.block-editor-block-list__block .nh-hero-2__cta-editor-badge::after,
.editor-styles-wrapper .nh-hero-2__cta-editor-badge::after,
[data-type="acf/nh-hero-2"] .nh-hero-2__cta-editor-badge::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #f97316;
}

/*# sourceMappingURL=index.css.map*/