@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .bhg-premium-editorial, .tc-wp-content-root .bhg-premium-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .bhg-premium-editorial{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #2d2430;
  background: #fff;
}.tc-wp-content-root .bhg-premium-editorial .bhg-section{
  width: 100%;
  max-width: 100%;
  padding: 86px 22px;
  overflow: hidden;
}.tc-wp-content-root .bhg-premium-editorial .bhg-section-intro, .tc-wp-content-root .bhg-premium-editorial .bhg-section-process{
  background: #fff;
}.tc-wp-content-root .bhg-premium-editorial .bhg-section-benefits{
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 184, 126, 0.32), transparent 30%),
    radial-gradient(circle at 82% 20%, rgba(213, 123, 255, 0.22), transparent 32%),
    linear-gradient(135deg, #fff7f0 0%, #fff0f5 46%, #f9f1ff 100%);
}.tc-wp-content-root .bhg-premium-editorial .bhg-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .bhg-premium-editorial .bhg-heading-wrap{
  max-width: 790px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .bhg-premium-editorial .bhg-heading-wrap h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  font-weight: 820;
  letter-spacing: 0;
  color: #241826;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .bhg-premium-editorial .bhg-gradient-keyword{
  background: linear-gradient(110deg, #ff8a4c 0%, #ff5f87 38%, #b85cff 76%, #f4b84f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .bhg-premium-editorial .bhg-heading-wrap p{
  margin: 16px auto 0;
  max-width: 700px;
  font-size: 1.04rem;
  line-height: 1.72;
  color: #6f6174;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .bhg-premium-editorial .bhg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .bhg-premium-editorial .bhg-grid-what, .tc-wp-content-root .bhg-premium-editorial .bhg-grid-how{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .bhg-premium-editorial .bhg-grid-why{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .bhg-premium-editorial .bhg-card{
  --bhg-a: #ff8a4c;
  --bhg-b: #ff5f87;
  --bhg-c: rgba(255, 138, 76, 0.14);
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 255px;
  padding: 28px;
  border: 1px solid rgba(92, 63, 95, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.86), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 247, 0.86)),
    linear-gradient(135deg, var(--bhg-c), rgba(255, 255, 255, 0));
  box-shadow: 0 18px 50px rgba(77, 45, 80, 0.08);
  transform: translateY(22px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  isolation: isolate;
  overflow: hidden;
  transform-style: preserve-3d;
}.tc-wp-content-root .bhg-premium-editorial .bhg-card:nth-child(2){ --bhg-a: #ff6f91; --bhg-b: #b85cff; --bhg-c: rgba(255, 111, 145, 0.15); }.tc-wp-content-root .bhg-premium-editorial .bhg-card:nth-child(3){ --bhg-a: #f2a93b; --bhg-b: #ff6a6a; --bhg-c: rgba(242, 169, 59, 0.16); }.tc-wp-content-root .bhg-premium-editorial .bhg-card:nth-child(4){ --bhg-a: #c56cff; --bhg-b: #ff7c62; --bhg-c: rgba(197, 108, 255, 0.14); }.tc-wp-content-root .bhg-premium-editorial .bhg-card:nth-child(5){ --bhg-a: #ff9561; --bhg-b: #d94dbb; --bhg-c: rgba(255, 149, 97, 0.15); }.tc-wp-content-root .bhg-premium-editorial .bhg-card:nth-child(6){ --bhg-a: #e7a93e; --bhg-b: #ef5f8f; --bhg-c: rgba(231, 169, 62, 0.15); }.tc-wp-content-root .bhg-premium-editorial .bhg-card:nth-child(7){ --bhg-a: #a968ff; --bhg-b: #ff8f5f; --bhg-c: rgba(169, 104, 255, 0.13); }.tc-wp-content-root .bhg-premium-editorial .bhg-card:nth-child(8){ --bhg-a: #ff5f87; --bhg-b: #ffc15d; --bhg-c: rgba(255, 95, 135, 0.14); }.tc-wp-content-root .bhg-premium-editorial .bhg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0), var(--bhg-c)),
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.62), transparent 28%);
  opacity: 0;
  transition: opacity 0.28s ease;
  z-index: -1;
}.tc-wp-content-root .bhg-premium-editorial .bhg-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--bhg-a), var(--bhg-b));
  opacity: 0.72;
}.tc-wp-content-root .bhg-premium-editorial .bhg-card.bhg-is-visible{
  opacity: 1;
  transform: translateY(0) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .bhg-premium-editorial .bhg-card:hover{
  border-color: color-mix(in srgb, var(--bhg-a) 42%, rgba(92, 63, 95, 0.18));
  box-shadow: 0 28px 70px rgba(77, 45, 80, 0.16);
  transform: translateY(-8px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .bhg-premium-editorial .bhg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .bhg-premium-editorial .bhg-icon{
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 17px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), var(--bhg-c));
  color: var(--bhg-a);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72), 0 12px 26px rgba(80, 45, 88, 0.08);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}.tc-wp-content-root .bhg-premium-editorial .bhg-icon i{
  font-size: 1.28rem;
  line-height: 1;
}.tc-wp-content-root .bhg-premium-editorial .bhg-card:hover .bhg-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--bhg-a), var(--bhg-b));
  transform: translateY(-3px) scale(1.04) rotate(-2deg);
}.tc-wp-content-root .bhg-premium-editorial .bhg-card h3{
  position: relative;
  margin: 0 0 13px;
  padding-bottom: 11px;
  font-size: 1.08rem;
  line-height: 1.32;
  font-weight: 780;
  letter-spacing: 0;
  color: #2b1d2d;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .bhg-premium-editorial .bhg-card h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--bhg-a), var(--bhg-b));
  transition: width 0.28s ease;
}.tc-wp-content-root .bhg-premium-editorial .bhg-card:hover h3::after{
  width: 82px;
}.tc-wp-content-root .bhg-premium-editorial .bhg-card p{
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.68;
  color: #6b5d6f;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .bhg-premium-editorial .bhg-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  font-size: 0.88rem;
  font-weight: 740;
  line-height: 1.35;
  color: var(--bhg-a);
  opacity: 0.2;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease, color 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .bhg-premium-editorial .bhg-card:hover .bhg-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--bhg-b);
}.tc-wp-content-root .bhg-premium-editorial .bhg-tilt-card:hover{
  transform: translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .bhg-premium-editorial .bhg-process-card{
  padding-top: 30px;
}.tc-wp-content-root .bhg-premium-editorial .bhg-step{
  position: absolute;
  top: 22px;
  right: 22px;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 34px;
  max-width: calc(100% - 44px);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--bhg-a), var(--bhg-b));
  color: #fff;
  font-size: 0.78rem;
  font-weight: 840;
  line-height: 1;
  box-shadow: 0 12px 24px rgba(116, 67, 120, 0.16);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}.tc-wp-content-root .bhg-premium-editorial .bhg-process-card:hover .bhg-step{
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 16px 30px rgba(116, 67, 120, 0.22);
}@media (max-width: 1199px) and (min-width: 1024px) {.tc-wp-content-root .bhg-premium-editorial .bhg-section{
    padding: 72px 20px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .bhg-premium-editorial .bhg-grid-what, .tc-wp-content-root .bhg-premium-editorial .bhg-grid-why, .tc-wp-content-root .bhg-premium-editorial .bhg-grid-how{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .bhg-premium-editorial .bhg-grid{
    gap: 22px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-card{
    padding: 25px;
    min-height: 245px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-heading-wrap p{
    font-size: 1rem;
  }}@media (max-width: 1023px) and (min-width: 768px) {.tc-wp-content-root .bhg-premium-editorial .bhg-section{
    padding: 62px 18px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-heading-wrap{
    margin-bottom: 34px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-heading-wrap p{
    font-size: 0.98rem;
    line-height: 1.64;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-grid-what, .tc-wp-content-root .bhg-premium-editorial .bhg-grid-why, .tc-wp-content-root .bhg-premium-editorial .bhg-grid-how{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .bhg-premium-editorial .bhg-grid{
    gap: 20px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-card{
    padding: 24px;
    min-height: 230px;
    border-radius: 20px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-card h3{
    font-size: 1.03rem;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-card p{
    font-size: 0.93rem;
  }}@media (max-width: 767px) and (min-width: 430px) {.tc-wp-content-root .bhg-premium-editorial .bhg-section{
    padding: 50px 16px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-heading-wrap p{
    font-size: 0.94rem;
    line-height: 1.6;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-grid-what, .tc-wp-content-root .bhg-premium-editorial .bhg-grid-why, .tc-wp-content-root .bhg-premium-editorial .bhg-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-grid{
    gap: 16px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-card{
    padding: 22px;
    min-height: 0;
    border-radius: 18px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 18px;
  }}@media (max-width: 429px) and (min-width: 375px) {.tc-wp-content-root .bhg-premium-editorial .bhg-section{
    padding: 42px 14px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-heading-wrap p{
    font-size: 0.9rem;
    line-height: 1.56;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-grid-what, .tc-wp-content-root .bhg-premium-editorial .bhg-grid-why, .tc-wp-content-root .bhg-premium-editorial .bhg-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-grid{
    gap: 14px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-card{
    padding: 20px;
    min-height: 0;
    border-radius: 17px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-icon i{
    font-size: 1.08rem;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-card p{
    font-size: 0.89rem;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-step{
    width: 40px;
    height: 30px;
    top: 18px;
    right: 18px;
    font-size: 0.72rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .bhg-premium-editorial .bhg-section{
    padding: 36px 12px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-heading-wrap p{
    font-size: 0.86rem;
    line-height: 1.52;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-grid-what, .tc-wp-content-root .bhg-premium-editorial .bhg-grid-why, .tc-wp-content-root .bhg-premium-editorial .bhg-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-grid{
    gap: 12px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-card{
    padding: 18px;
    min-height: 0;
    border-radius: 16px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-card::after{
    left: 18px;
    right: 18px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-icon{
    width: 40px;
    height: 40px;
    border-radius: 13px;
    margin-bottom: 14px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-card h3{
    font-size: 0.94rem;
    padding-bottom: 9px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-card p{
    font-size: 0.85rem;
    line-height: 1.5;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-cta{
    font-size: 0.8rem;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-step{
    width: 36px;
    height: 28px;
    top: 16px;
    right: 16px;
    font-size: 0.68rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .bhg-premium-editorial .bhg-card, .tc-wp-content-root .bhg-premium-editorial .bhg-card::before, .tc-wp-content-root .bhg-premium-editorial .bhg-icon, .tc-wp-content-root .bhg-premium-editorial .bhg-cta, .tc-wp-content-root .bhg-premium-editorial .bhg-step, .tc-wp-content-root .bhg-premium-editorial .bhg-card h3::after{
    transition: none !important;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-card, .tc-wp-content-root .bhg-premium-editorial .bhg-card.bhg-is-visible, .tc-wp-content-root .bhg-premium-editorial .bhg-card:hover{
    transform: none !important;
  }}