@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 .hfg-premium-block, .tc-wp-content-root .hfg-premium-block *{
  box-sizing: border-box;
}.tc-wp-content-root .hfg-premium-block{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #231f2d;
  background: #fff;
}.tc-wp-content-root .hfg-premium-block .hfg-section, .tc-wp-content-root .hfg-premium-block .hfg-container, .tc-wp-content-root .hfg-premium-block .hfg-grid{
  width: 100%;
  max-width: 100%;
}.tc-wp-content-root .hfg-premium-block .hfg-section{
  padding: 96px 24px;
  overflow: hidden;
}.tc-wp-content-root .hfg-premium-block .hfg-section-intro, .tc-wp-content-root .hfg-premium-block .hfg-section-process{
  background: #fff;
}.tc-wp-content-root .hfg-premium-block .hfg-section-benefits{
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 184, 108, 0.26), transparent 34%),
    radial-gradient(circle at 86% 16%, rgba(198, 107, 255, 0.18), transparent 32%),
    linear-gradient(135deg, #fff7ef 0%, #fff1f6 48%, #f8f2ff 100%);
}.tc-wp-content-root .hfg-premium-block .hfg-container{
  max-width: 1320px;
  margin: 0 auto;
}.tc-wp-content-root .hfg-premium-block .hfg-heading-wrap{
  max-width: 790px;
  margin: 0 auto 44px;
  text-align: center;
}.tc-wp-content-root .hfg-premium-block h2{
  margin: 0;
  color: #211927;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  font-weight: 820;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .hfg-premium-block h2 span{
  background: linear-gradient(115deg, #ff8a3d 0%, #ff4f86 42%, #8b5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .hfg-premium-block .hfg-heading-wrap p{
  margin: 16px auto 0;
  color: #665b70;
  font-size: 1.06rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .hfg-premium-block .hfg-grid{
  display: grid;
  gap: 24px;
}.tc-wp-content-root .hfg-premium-block .hfg-grid-what, .tc-wp-content-root .hfg-premium-block .hfg-grid-how{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .hfg-premium-block .hfg-grid-why{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .hfg-premium-block .hfg-card{
  --hfg-a: #ff8a3d;
  --hfg-b: #ff4f86;
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 246px;
  padding: 28px;
  border: 1px solid rgba(102, 91, 112, 0.14);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--hfg-a) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 246, 0.9));
  box-shadow: 0 18px 48px rgba(40, 24, 55, 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.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
  overflow: hidden;
  isolation: isolate;
}.tc-wp-content-root .hfg-premium-block .hfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--hfg-a) 11%, transparent), transparent 44%, color-mix(in srgb, var(--hfg-b) 10%, transparent));
  opacity: 0;
  transition: opacity 0.32s ease;
  z-index: -1;
}.tc-wp-content-root .hfg-premium-block .hfg-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--hfg-a), var(--hfg-b));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.32s ease;
}.tc-wp-content-root .hfg-premium-block .hfg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .hfg-premium-block .hfg-card:hover{
  border-color: color-mix(in srgb, var(--hfg-a) 45%, rgba(102, 91, 112, 0.14));
  box-shadow: 0 26px 70px rgba(58, 33, 70, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}.tc-wp-content-root .hfg-premium-block .hfg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .hfg-premium-block .hfg-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .hfg-premium-block .hfg-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  border-radius: 17px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--hfg-a) 18%, #fff), color-mix(in srgb, var(--hfg-b) 16%, #fff));
  color: var(--hfg-a);
  font-size: 1.25rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
  transition: transform 0.3s ease, color 0.3s ease, background 0.3s ease;
}.tc-wp-content-root .hfg-premium-block .hfg-card:hover .hfg-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--hfg-a), var(--hfg-b));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}.tc-wp-content-root .hfg-premium-block h3{
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 22px 0 0;
  color: #251d2b;
  font-size: 1.08rem;
  line-height: 1.34;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .hfg-premium-block h3::after{
  content: "";
  display: block;
  width: 34%;
  height: 2px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--hfg-a), var(--hfg-b));
  transform: scaleX(0.35);
  transform-origin: left;
  opacity: 0.55;
  transition: transform 0.32s ease, opacity 0.32s ease;
}.tc-wp-content-root .hfg-premium-block .hfg-card:hover h3::after{
  transform: scaleX(1);
  opacity: 1;
}.tc-wp-content-root .hfg-premium-block .hfg-card p{
  margin: 14px 0 0;
  color: #6d6277;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .hfg-premium-block .hfg-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: color-mix(in srgb, var(--hfg-b) 70%, #33233d);
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 760;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 0.32s ease, transform 0.32s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .hfg-premium-block .hfg-card:hover .hfg-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .hfg-premium-block .hfg-step{
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  max-width: 100%;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--hfg-a), var(--hfg-b));
  color: #fff;
  font-size: 0.94rem;
  line-height: 1;
  font-weight: 850;
  box-shadow: 0 14px 30px color-mix(in srgb, var(--hfg-a) 24%, transparent);
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}.tc-wp-content-root .hfg-premium-block .hfg-process-card:hover .hfg-step{
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 18px 38px color-mix(in srgb, var(--hfg-b) 28%, transparent);
}.tc-wp-content-root .hfg-premium-block .hfg-card:nth-child(1){ --hfg-a: #ff8a3d; --hfg-b: #ff4f86; }.tc-wp-content-root .hfg-premium-block .hfg-card:nth-child(2){ --hfg-a: #f6b73c; --hfg-b: #ff6b6b; }.tc-wp-content-root .hfg-premium-block .hfg-card:nth-child(3){ --hfg-a: #a855f7; --hfg-b: #ec4899; }.tc-wp-content-root .hfg-premium-block .hfg-card:nth-child(4){ --hfg-a: #fb7185; --hfg-b: #f97316; }.tc-wp-content-root .hfg-premium-block .hfg-card:nth-child(5){ --hfg-a: #f59e0b; --hfg-b: #d946ef; }.tc-wp-content-root .hfg-premium-block .hfg-card:nth-child(6){ --hfg-a: #e879f9; --hfg-b: #f43f5e; }.tc-wp-content-root .hfg-premium-block .hfg-card:nth-child(7){ --hfg-a: #ff7a59; --hfg-b: #7c3aed; }.tc-wp-content-root .hfg-premium-block .hfg-card:nth-child(8){ --hfg-a: #f97316; --hfg-b: #c026d3; }@media (max-width: 1199px) and (min-width: 1024px) {.tc-wp-content-root .hfg-premium-block .hfg-section{
    padding: 82px 22px;
  }.tc-wp-content-root .hfg-premium-block .hfg-container{
    max-width: 1080px;
  }.tc-wp-content-root .hfg-premium-block .hfg-grid-what, .tc-wp-content-root .hfg-premium-block .hfg-grid-why, .tc-wp-content-root .hfg-premium-block .hfg-grid-how{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .hfg-premium-block .hfg-card{
    padding: 25px;
  }.tc-wp-content-root .hfg-premium-block .hfg-heading-wrap p{
    font-size: 1rem;
  }}@media (max-width: 1023px) and (min-width: 768px) {.tc-wp-content-root .hfg-premium-block .hfg-section{
    padding: 70px 20px;
  }.tc-wp-content-root .hfg-premium-block .hfg-heading-wrap{
    margin-bottom: 34px;
  }.tc-wp-content-root .hfg-premium-block .hfg-grid-what, .tc-wp-content-root .hfg-premium-block .hfg-grid-why, .tc-wp-content-root .hfg-premium-block .hfg-grid-how{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .hfg-premium-block .hfg-card{
    min-height: 230px;
    padding: 24px;
  }.tc-wp-content-root .hfg-premium-block h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .hfg-premium-block .hfg-card p{
    font-size: 0.94rem;
  }}@media (max-width: 767px) and (min-width: 430px) {.tc-wp-content-root .hfg-premium-block .hfg-section{
    padding: 56px 16px;
  }.tc-wp-content-root .hfg-premium-block .hfg-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .hfg-premium-block .hfg-heading-wrap p{
    font-size: 0.95rem;
    line-height: 1.62;
  }.tc-wp-content-root .hfg-premium-block .hfg-grid-what, .tc-wp-content-root .hfg-premium-block .hfg-grid-why, .tc-wp-content-root .hfg-premium-block .hfg-grid-how{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .hfg-premium-block .hfg-card{
    min-height: 0;
    padding: 22px;
    border-radius: 19px;
  }}@media (max-width: 429px) and (min-width: 375px) {.tc-wp-content-root .hfg-premium-block .hfg-section{
    padding: 48px 14px;
  }.tc-wp-content-root .hfg-premium-block .hfg-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .hfg-premium-block .hfg-heading-wrap p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .hfg-premium-block .hfg-grid-what, .tc-wp-content-root .hfg-premium-block .hfg-grid-why, .tc-wp-content-root .hfg-premium-block .hfg-grid-how{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .hfg-premium-block .hfg-card{
    min-height: 0;
    padding: 19px;
    border-radius: 18px;
  }.tc-wp-content-root .hfg-premium-block .hfg-icon, .tc-wp-content-root .hfg-premium-block .hfg-step{
    width: 48px;
    height: 48px;
    border-radius: 15px;
    font-size: 1rem;
  }.tc-wp-content-root .hfg-premium-block h3{
    margin-top: 18px;
    font-size: 0.98rem;
  }.tc-wp-content-root .hfg-premium-block .hfg-card p{
    font-size: 0.9rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .hfg-premium-block .hfg-section{
    padding: 42px 12px;
  }.tc-wp-content-root .hfg-premium-block .hfg-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .hfg-premium-block .hfg-heading-wrap p{
    font-size: 0.86rem;
    line-height: 1.54;
  }.tc-wp-content-root .hfg-premium-block .hfg-grid-what, .tc-wp-content-root .hfg-premium-block .hfg-grid-why, .tc-wp-content-root .hfg-premium-block .hfg-grid-how{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .hfg-premium-block .hfg-card{
    min-height: 0;
    padding: 17px;
    border-radius: 16px;
  }.tc-wp-content-root .hfg-premium-block .hfg-icon, .tc-wp-content-root .hfg-premium-block .hfg-step{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 0.92rem;
  }.tc-wp-content-root .hfg-premium-block h3{
    margin-top: 16px;
    font-size: 0.94rem;
  }.tc-wp-content-root .hfg-premium-block .hfg-card p, .tc-wp-content-root .hfg-premium-block .hfg-cta{
    font-size: 0.86rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .hfg-premium-block .hfg-card, .tc-wp-content-root .hfg-premium-block .hfg-card::before, .tc-wp-content-root .hfg-premium-block .hfg-card::after, .tc-wp-content-root .hfg-premium-block .hfg-icon, .tc-wp-content-root .hfg-premium-block .hfg-step, .tc-wp-content-root .hfg-premium-block .hfg-cta, .tc-wp-content-root .hfg-premium-block h3::after{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .hfg-premium-block .hfg-card, .tc-wp-content-root .hfg-premium-block .hfg-card.is-visible, .tc-wp-content-root .hfg-premium-block .hfg-card:hover{
    transform: none !important;
    opacity: 1;
  }}

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