  
  {# Main container styling #}
.c-price-mod .price-con {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
}

{# Utility class for column-based flex layout #}
.flex-col {
  display: flex;
  flex-direction: column;
}

{# Grid wrapper for pricing columns #}
.price-table-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

{# Inner card styling #}
.c-price-inner {
  position: relative;
  flex-grow: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; {# 'top' is not valid; using 'flex-start' #}
}

{# "Best value" badge or highlight ribbon #}
.highlight-package {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;     {# Firefox support #}
  width: -webkit-fit-content;  {# Safari support #}
  width: fit-content;
  display: flex;
}

{# CTA column spacing #}
.col-cta {
  margin-bottom: 30px;
}

{# Features column and list reset #}
.col-features {
  width: 100%;
}

.col-features ul {
  padding-left: 0;
  margin: 0;
}

.col-features li {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
}

{# Feature icon container #}
.feature-icon {
  display: flex;
}

.feature-icon svg {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* =========================================================
   Catalyst 26 - Animated Pricing Card
   Target: only pricing module #hs_cos_wrapper_module_178187698576014
   ========================================================= */

/* Remove extra grid padding */
#hs_cos_wrapper_module_178187698576014 .row.price-table-grid {
  padding: 0 !important;
}

/* Controlled column spacing */
#hs_cos_wrapper_module_178187698576014 .price-table-grid {
  gap: 22px 0;
}

#hs_cos_wrapper_module_178187698576014 .price-table-grid > .flex-col {
  padding-left: 11px;
  padding-right: 11px;
  margin-bottom: 22px;
}

/* Main animated card - ONLY Tier 4 / $999 */
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 180px !important;
  padding: 24px !important;
  border: 1px solid #cccccc !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 32px rgba(8, 26, 63, 0.08);
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease;
}

/* Blue top bar */
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 6px;
  background: linear-gradient(90deg, #102f7d 0%, #102f7d 52%, #0379ff 100%);
  border-radius: inherit;
  transition: height 300ms ease;
  z-index: 0;
  pointer-events: none;
}

/* Keep content above animated background */
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1 > * {
  position: relative;
  z-index: 2;
}

/* Hover animation */
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1:hover {
  transform: translateY(-4px);
  border-color: #0379ff !important;
  box-shadow: 0 18px 40px rgba(8, 26, 63, 0.14);
}

/* Expand blue background on hover */
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1:hover::before {
  height: 100%;
}

/* Default text color for active pricing card */
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1 .title-text,
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1 .subtitle-text,
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1 .price-text,
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1 .price-sub-text,
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1 .feature-text,
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1 .col-desc,
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1 .col-desc *,
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1 p,
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1 span {
  color: #081a3f !important;
}

/* Force white text on active card hover */
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1:hover .title-text,
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1:hover .subtitle-text,
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1:hover .price-text,
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1:hover .price-sub-text,
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1:hover .feature-text,
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1:hover .col-desc,
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1:hover .col-desc *,
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1:hover p,
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1:hover span {
  color: #ffffff !important;
}

/* Extra force for Tier and price */
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1:hover .title-text {
  color: #ffffff !important;
}

#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1:hover .price-text {
  color: #ffffff !important;
}

/* Feature icons on hover */
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1:hover .feature-icon svg {
  fill: #ffffff !important;
}

/* Button while card is hovered */
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1:hover .col-cta a,
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1:hover .col-cta .cta_button,
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1:hover .col-cta .hs-button {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #102f7d !important;
}

/* Button text while card is hovered */
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1:hover .col-cta a *,
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1:hover .col-cta .cta_button *,
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1:hover .col-cta .hs-button *,
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1:hover .col-cta span {
  color: #102f7d !important;
}

/* Button hover inside hovered card */
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1:hover .col-cta a:hover,
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1:hover .col-cta .cta_button:hover,
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1:hover .col-cta .hs-button:hover {
  background: transparent !important;
  color: #ffffff !important;
}

/* Button text hover inside hovered card */
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1:hover .col-cta a:hover *,
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1:hover .col-cta .cta_button:hover *,
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1:hover .col-cta .hs-button:hover *,
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1:hover .col-cta a:hover span {
  color: #ffffff !important;
}

/* Reduce internal spacing */
#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1 .price-con {
  padding: 12px 0 !important;
}

#hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1 .col-cta {
  margin-bottom: 0 !important;
}

/* Home pricing description alignment */
#home-pricing .col-desc {
  text-align: center;
  margin-top: 25px;
}

/* =========================================================
   Future pricing cards - Tier 5 / Tier 6
   Keep colors matching the reference
   ========================================================= */

/* Prevent pseudo-element effect on future pricing cards */
#hs_cos_wrapper_module_178187698576014 .c-price-inner:not(.pack-1)::before {
  display: none !important;
}

/* Prevent animation on future pricing cards */
#hs_cos_wrapper_module_178187698576014 .c-price-inner:not(.pack-1):hover {
  transform: none !important;
}

/* Tier and price color on future cards */
#hs_cos_wrapper_module_178187698576014 .c-price-inner:not(.pack-1) .title-text,
#hs_cos_wrapper_module_178187698576014 .c-price-inner:not(.pack-1) .price-text {
  color: #b8c7eb !important;
}

/* Right-side date/status text on future cards */
#hs_cos_wrapper_module_178187698576014 .c-price-inner:not(.pack-1) .subtitle-text,
#hs_cos_wrapper_module_178187698576014 .c-price-inner:not(.pack-1) .price-sub-text,
#hs_cos_wrapper_module_178187698576014 .c-price-inner:not(.pack-1) .feature-text,
#hs_cos_wrapper_module_178187698576014 .c-price-inner:not(.pack-1) .col-desc,
#hs_cos_wrapper_module_178187698576014 .c-price-inner:not(.pack-1) .col-desc *,
#hs_cos_wrapper_module_178187698576014 .c-price-inner:not(.pack-1) p:not(.title-text),
#hs_cos_wrapper_module_178187698576014 .c-price-inner:not(.pack-1) span:not(.title-text):not(.price-text) {
  color: #ffffff !important;
}

/* Mobile */
@media (max-width: 767px) {
  #hs_cos_wrapper_module_178187698576014 .price-table-grid > .flex-col {
    padding-left: 0;
    padding-right: 0;
  }

  #hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1 {
    min-height: 160px !important;
    padding: 20px !important;
  }

  #hs_cos_wrapper_module_178187698576014 .c-price-inner.pack-1 .price-con {
    padding: 10px 0 !important;
  }
}