@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.0.0/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: #251824;
  background: #fff;
}.tc-wp-content-root .bhg-premium-editorial .bhg-section, .tc-wp-content-root .bhg-premium-editorial .bhg-container, .tc-wp-content-root .bhg-premium-editorial .bhg-grid, .tc-wp-content-root .bhg-premium-editorial .bhg-card{
  max-width: 100%;
}.tc-wp-content-root .bhg-premium-editorial .bhg-section{
  position: relative;
  width: 100%;
  padding: 96px 24px;
  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 12% 18%, rgba(255, 181, 108, 0.28), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(211, 112, 255, 0.18), transparent 32%),
    linear-gradient(135deg, #fff7ef 0%, #fff2f6 48%, #f9f3ff 100%);
}.tc-wp-content-root .bhg-premium-editorial .bhg-container{
  width: min(1280px, 100%);
  margin: 0 auto;
}.tc-wp-content-root .bhg-premium-editorial .bhg-heading-wrap{
  width: min(820px, 100%);
  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: #231522;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .bhg-premium-editorial .bhg-gradient-keyword{
  background: linear-gradient(105deg, #ff8a3d 0%, #ff4f8b 42%, #8b5cf6 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: 760px;
  color: #6b5a69;
  font-size: 1.04rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .bhg-premium-editorial .bhg-grid{
  width: 100%;
  display: grid;
  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{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --bhg-accent: #ff7a45;
  --bhg-accent-2: #ff4f8b;
  --bhg-soft: rgba(255, 122, 69, 0.12);
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 250px;
  padding: 28px;
  border: 1px solid rgba(120, 75, 108, 0.14);
  border-radius: 18px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 0 22%, transparent 46%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 241, 0.84));
  box-shadow: 0 18px 48px rgba(63, 32, 58, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 0.65s ease,
    transform 0.65s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  overflow: hidden;
}.tc-wp-content-root .bhg-premium-editorial .bhg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--bhg-accent) 22%, transparent), transparent 34%),
    linear-gradient(135deg, color-mix(in srgb, var(--bhg-accent) 10%, transparent), color-mix(in srgb, var(--bhg-accent-2) 8%, transparent));
  opacity: 0;
  transition: opacity 0.3s ease;
}.tc-wp-content-root .bhg-premium-editorial .bhg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .bhg-premium-editorial .bhg-card:hover{
  border-color: color-mix(in srgb, var(--bhg-accent) 46%, rgba(120, 75, 108, 0.18));
  box-shadow: 0 24px 68px rgba(63, 32, 58, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .bhg-premium-editorial .bhg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .bhg-premium-editorial .bhg-icon{
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 16px;
  color: var(--bhg-accent);
  background: linear-gradient(135deg, color-mix(in srgb, var(--bhg-accent) 14%, #fff), #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--bhg-accent) 18%, transparent), 0 12px 26px color-mix(in srgb, var(--bhg-accent) 14%, transparent);
  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.24rem;
  line-height: 1;
}.tc-wp-content-root .bhg-premium-editorial .bhg-card:hover .bhg-icon{
  transform: translateY(-3px) scale(1.04);
  color: #fff;
  background: linear-gradient(135deg, var(--bhg-accent), var(--bhg-accent-2));
}.tc-wp-content-root .bhg-premium-editorial .bhg-card h3{
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 12px;
  color: #261525;
  font-size: 1.08rem;
  line-height: 1.28;
  font-weight: 780;
  letter-spacing: 0;
  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-accent), var(--bhg-accent-2));
  transition: width 0.28s ease;
}.tc-wp-content-root .bhg-premium-editorial .bhg-card:hover h3::after{
  width: 74px;
}.tc-wp-content-root .bhg-premium-editorial .bhg-card p{
  margin: 0;
  color: #6b5a69;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .bhg-premium-editorial .bhg-card-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--bhg-accent-2);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .bhg-premium-editorial .bhg-card:hover .bhg-card-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .bhg-premium-editorial .bhg-process-card{
  padding-top: 64px;
}.tc-wp-content-root .bhg-premium-editorial .bhg-step-badge{
  position: absolute;
  top: 22px;
  right: 22px;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 34px;
  max-width: calc(100% - 44px);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--bhg-accent), var(--bhg-accent-2));
  box-shadow: 0 12px 28px color-mix(in srgb, var(--bhg-accent) 22%, transparent);
  font-size: 0.82rem;
  font-weight: 820;
  line-height: 1;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}.tc-wp-content-root .bhg-premium-editorial .bhg-process-card:hover .bhg-step-badge{
  transform: translateY(-2px) scale(1.07);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--bhg-accent-2) 28%, transparent);
}.tc-wp-content-root .bhg-premium-editorial .bhg-card:nth-child(1){ --bhg-accent: #ff8a3d; --bhg-accent-2: #ff4f8b; }.tc-wp-content-root .bhg-premium-editorial .bhg-card:nth-child(2){ --bhg-accent: #f6b73c; --bhg-accent-2: #fb7185; }.tc-wp-content-root .bhg-premium-editorial .bhg-card:nth-child(3){ --bhg-accent: #f97316; --bhg-accent-2: #a855f7; }.tc-wp-content-root .bhg-premium-editorial .bhg-card:nth-child(4){ --bhg-accent: #ec4899; --bhg-accent-2: #8b5cf6; }.tc-wp-content-root .bhg-premium-editorial .bhg-card:nth-child(5){ --bhg-accent: #fb7185; --bhg-accent-2: #f59e0b; }.tc-wp-content-root .bhg-premium-editorial .bhg-card:nth-child(6){ --bhg-accent: #d946ef; --bhg-accent-2: #fb923c; }.tc-wp-content-root .bhg-premium-editorial .bhg-card:nth-child(7){ --bhg-accent: #c084fc; --bhg-accent-2: #f43f5e; }.tc-wp-content-root .bhg-premium-editorial .bhg-card:nth-child(8){ --bhg-accent: #ff6b6b; --bhg-accent-2: #7c3aed; }@media (max-width: 1199px) and (min-width: 1024px) {.tc-wp-content-root .bhg-premium-editorial .bhg-section{
    padding: 82px 22px;
  }.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;
  }.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: 70px 20px;
  }.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.65;
  }.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{
    min-height: 230px;
    padding: 24px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-card p{
    font-size: 0.94rem;
  }}@media (max-width: 767px) and (min-width: 430px) {.tc-wp-content-root .bhg-premium-editorial .bhg-section{
    padding: 58px 18px;
  }.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.62;
  }.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: 18px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-card{
    min-height: 0;
    padding: 22px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
  }}@media (max-width: 429px) and (min-width: 375px) {.tc-wp-content-root .bhg-premium-editorial .bhg-section{
    padding: 48px 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.58;
  }.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{
    min-height: 0;
    padding: 20px;
    border-radius: 16px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-process-card{
    padding-top: 58px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-card p, .tc-wp-content-root .bhg-premium-editorial .bhg-card-cta{
    font-size: 0.9rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .bhg-premium-editorial .bhg-section{
    padding: 42px 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.55;
  }.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{
    min-height: 0;
    padding: 18px;
    border-radius: 15px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-process-card{
    padding-top: 56px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-icon{
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    border-radius: 13px;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-step-badge{
    top: 18px;
    right: 18px;
    width: 42px;
    height: 30px;
    font-size: 0.76rem;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-card h3{
    font-size: 0.94rem;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-card p, .tc-wp-content-root .bhg-premium-editorial .bhg-card-cta{
    font-size: 0.86rem;
  }}@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-card h3::after, .tc-wp-content-root .bhg-premium-editorial .bhg-card-cta, .tc-wp-content-root .bhg-premium-editorial .bhg-step-badge{
    transition: none !important;
  }.tc-wp-content-root .bhg-premium-editorial .bhg-card, .tc-wp-content-root .bhg-premium-editorial .bhg-card.is-visible, .tc-wp-content-root .bhg-premium-editorial .bhg-card:hover{
    transform: none !important;
  }}

.tc-wp-content-root .bhg-reveal {}
.tc-wp-content-root .bhg-tilt-card {}