@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 .bhtaggen-content-wrap, .tc-wp-content-root .bhtaggen-content-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .bhtaggen-content-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #251b2f;
  background: #fff;
}.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-section{
  width: 100%;
  max-width: 100%;
  padding: 92px 24px;
  overflow: hidden;
}.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-section-white{
  background: #fff;
}.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-section-warm{
  background:
    radial-gradient(circle at 15% 8%, rgba(255, 173, 94, 0.26), transparent 34%),
    radial-gradient(circle at 90% 22%, rgba(185, 94, 255, 0.18), transparent 32%),
    linear-gradient(135deg, #fff8f2 0%, #fff0ee 42%, #f8f1ff 100%);
}.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-heading-block{
  max-width: 780px;
  margin: 0 auto 44px;
  text-align: center;
}.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-heading-block h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  font-weight: 850;
  letter-spacing: 0;
  color: #24162f;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-gradient-keyword{
  background: linear-gradient(135deg, #ff8a3d 0%, #ff5277 38%, #9b5cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-heading-block p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #6b5f72;
  font-size: 1.04rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-grid-what, .tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-grid-how{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-grid-why{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --bhtaggen-a: #ff8a3d;
  --bhtaggen-b: #ff5277;
  --bhtaggen-soft: rgba(255, 138, 61, 0.12);

  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 100%;
  padding: 28px;
  border: 1px solid rgba(80, 54, 97, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.78), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 246, 0.88));
  box-shadow: 0 18px 48px rgba(42, 24, 59, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.7s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  isolation: isolate;
}.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), transparent 44%),
    radial-gradient(circle at var(--fg-mx) var(--fg-my), var(--bhtaggen-soft), transparent 42%);
  opacity: 0.82;
  pointer-events: none;
  z-index: -1;
}.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--bhtaggen-a), var(--bhtaggen-b));
  transform: scaleX(0.28);
  transform-origin: left;
  opacity: 0.42;
  transition: transform 0.28s ease, opacity 0.28s ease;
}.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card:hover{
  border-color: color-mix(in srgb, var(--bhtaggen-a) 44%, rgba(80, 54, 97, 0.18));
  box-shadow: 0 26px 70px rgba(56, 31, 77, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card:hover::after{
  transform: scaleX(1);
  opacity: 0.92;
}.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-icon{
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  max-width: 100%;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), var(--bhtaggen-soft));
  color: var(--bhtaggen-a);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.64), 0 12px 28px rgba(65, 35, 82, 0.1);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-icon i{
  font-size: 1.18rem;
  line-height: 1;
}.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card:hover .bhtaggen-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--bhtaggen-a), var(--bhtaggen-b));
  transform: translateY(-3px) rotate(-3deg) scale(1.04);
}.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card h3{
  position: relative;
  margin: 22px 0 0;
  color: #23142d;
  font-size: 1.12rem;
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--bhtaggen-a), var(--bhtaggen-b));
  transition: width 0.28s ease;
}.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card:hover h3::after{
  width: 74px;
}.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card p{
  margin: 14px 0 0;
  color: #62556a;
  font-size: 0.965rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--bhtaggen-b);
  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, color 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card:hover .bhtaggen-card-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-step-badge{
  position: absolute;
  top: 22px;
  right: 22px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 34px;
  max-width: calc(100% - 44px);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--bhtaggen-a), var(--bhtaggen-b));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(72, 37, 92, 0.14);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-process-card{
  padding-top: 30px;
}.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-process-card:hover .bhtaggen-step-badge{
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 16px 36px rgba(72, 37, 92, 0.2);
}.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card:nth-child(1){ --bhtaggen-a: #ff8a3d; --bhtaggen-b: #ff5277; --bhtaggen-soft: rgba(255, 138, 61, 0.14); }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card:nth-child(2){ --bhtaggen-a: #ffb347; --bhtaggen-b: #ff6b6b; --bhtaggen-soft: rgba(255, 179, 71, 0.15); }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card:nth-child(3){ --bhtaggen-a: #ff6f91; --bhtaggen-b: #9b5cff; --bhtaggen-soft: rgba(255, 111, 145, 0.13); }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card:nth-child(4){ --bhtaggen-a: #f7a928; --bhtaggen-b: #d84c8f; --bhtaggen-soft: rgba(247, 169, 40, 0.14); }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card:nth-child(5){ --bhtaggen-a: #ff7a59; --bhtaggen-b: #7f5af0; --bhtaggen-soft: rgba(127, 90, 240, 0.12); }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card:nth-child(6){ --bhtaggen-a: #ff5f7e; --bhtaggen-b: #ffb84d; --bhtaggen-soft: rgba(255, 95, 126, 0.13); }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card:nth-child(7){ --bhtaggen-a: #b15cff; --bhtaggen-b: #ff8a3d; --bhtaggen-soft: rgba(177, 92, 255, 0.12); }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card:nth-child(8){ --bhtaggen-a: #ff9f43; --bhtaggen-b: #ec4899; --bhtaggen-soft: rgba(236, 72, 153, 0.12); }@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-section{
    padding: 78px 22px;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-container{
    width: min(1060px, 100%);
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-grid-what, .tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-grid-why, .tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-grid-how{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-grid{
    gap: 22px;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card{
    padding: 25px;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-heading-block{
    margin-bottom: 38px;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-heading-block p{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-section{
    padding: 66px 20px;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-grid-what, .tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-grid-why, .tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-grid-how{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-grid{
    gap: 20px;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-heading-block{
    margin-bottom: 34px;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-heading-block p{
    font-size: 0.98rem;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card h3{
    font-size: 1.06rem;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-section{
    padding: 54px 16px;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-grid-what, .tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-grid-why, .tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-grid{
    gap: 16px;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-heading-block{
    margin-bottom: 28px;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-heading-block p{
    font-size: 0.95rem;
    line-height: 1.62;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-section{
    padding: 46px 14px;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-grid-what, .tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-grid-why, .tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-grid{
    gap: 14px;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-heading-block{
    margin-bottom: 24px;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-heading-block p{
    font-size: 0.92rem;
    line-height: 1.58;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card{
    padding: 20px;
    border-radius: 17px;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-icon i{
    font-size: 1.04rem;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card h3{
    margin-top: 18px;
    font-size: 1rem;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-step-badge{
    top: 18px;
    right: 18px;
    width: 40px;
    height: 31px;
    font-size: 0.76rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-section{
    padding: 40px 12px;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-grid-what, .tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-grid-why, .tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-grid{
    gap: 12px;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-heading-block{
    margin-bottom: 22px;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-heading-block p{
    font-size: 0.88rem;
    line-height: 1.55;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card{
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card::after{
    left: 18px;
    right: 18px;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-icon{
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-icon i{
    font-size: 0.98rem;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card h3{
    margin-top: 16px;
    font-size: 0.96rem;
    line-height: 1.3;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card p{
    font-size: 0.86rem;
    line-height: 1.58;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card-cta{
    font-size: 0.84rem;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-step-badge{
    top: 16px;
    right: 16px;
    width: 38px;
    height: 30px;
    font-size: 0.72rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card, .tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card::after, .tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-icon, .tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card-cta, .tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-step-badge, .tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card h3::after{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card, .tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card.is-visible, .tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card:hover{
    transform: none !important;
  }.tc-wp-content-root .bhtaggen-content-wrap .bhtaggen-card{
    opacity: 1;
  }}

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