@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* 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 .thg-premium-content{
  --thg-ink: #251832;
  --thg-muted: #6d6077;
  --thg-line: rgba(122, 86, 64, 0.16);
  --thg-bg-soft: #fff8f4;
  --thg-shadow: 0 18px 46px rgba(79, 45, 32, 0.1);
  --thg-shadow-hover: 0 26px 70px rgba(79, 45, 32, 0.18);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--thg-ink);
}.tc-wp-content-root .thg-premium-content *, .tc-wp-content-root .thg-premium-content *::before, .tc-wp-content-root .thg-premium-content *::after{
  box-sizing: border-box;
}.tc-wp-content-root .thg-premium-content .thg-section, .tc-wp-content-root .thg-premium-content .thg-container, .tc-wp-content-root .thg-premium-content .thg-grid{
  width: 100%;
  max-width: 100%;
}.tc-wp-content-root .thg-premium-content .thg-section{
  padding: 92px 22px;
  overflow-x: hidden;
}.tc-wp-content-root .thg-premium-content .thg-section-white{
  background: #fff;
}.tc-wp-content-root .thg-premium-content .thg-section-warm{
  background:
    radial-gradient(circle at 15% 12%, rgba(255, 194, 113, 0.26), transparent 32%),
    radial-gradient(circle at 85% 16%, rgba(214, 112, 255, 0.16), transparent 34%),
    linear-gradient(135deg, #fff8f0 0%, #fff2ec 45%, #fbf4ff 100%);
}.tc-wp-content-root .thg-premium-content .thg-container{
  max-width: 1320px;
  margin: 0 auto;
}.tc-wp-content-root .thg-premium-content .thg-heading-wrap{
  max-width: 790px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .thg-premium-content h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  letter-spacing: 0;
  color: var(--thg-ink);
  font-weight: 820;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .thg-premium-content .thg-gradient-keyword{
  background: linear-gradient(90deg, #ff8a3d 0%, #ff5f7e 38%, #b65cff 72%, #7b4dff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .thg-premium-content .thg-heading-wrap p{
  margin: 14px auto 0;
  max-width: 700px;
  color: var(--thg-muted);
  font-size: 1.04rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .thg-premium-content .thg-grid{
  display: grid;
  gap: 24px;
}.tc-wp-content-root .thg-premium-content .thg-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .thg-premium-content .thg-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .thg-premium-content .thg-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --thg-a: #ff8a3d;
  --thg-b: #ff5f7e;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 252px;
  padding: 28px;
  border: 1px solid var(--thg-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--thg-a) 16%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(255,248,244,0.78));
  box-shadow: var(--thg-shadow);
  overflow: hidden;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition: transform 420ms ease, opacity 520ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
  will-change: transform;
}.tc-wp-content-root .thg-premium-content .thg-card:nth-child(2){ --thg-a: #ff6b8e; --thg-b: #ffb35c; }.tc-wp-content-root .thg-premium-content .thg-card:nth-child(3){ --thg-a: #b65cff; --thg-b: #ff7a59; }.tc-wp-content-root .thg-premium-content .thg-card:nth-child(4){ --thg-a: #f6a23a; --thg-b: #d85eff; }.tc-wp-content-root .thg-premium-content .thg-card:nth-child(5){ --thg-a: #ff5f7e; --thg-b: #7b4dff; }.tc-wp-content-root .thg-premium-content .thg-card:nth-child(6){ --thg-a: #e27a2f; --thg-b: #ffcf5c; }.tc-wp-content-root .thg-premium-content .thg-card:nth-child(7){ --thg-a: #9b5cff; --thg-b: #ff8a3d; }.tc-wp-content-root .thg-premium-content .thg-card:nth-child(8){ --thg-a: #ff7043; --thg-b: #c45cff; }.tc-wp-content-root .thg-premium-content .thg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, color-mix(in srgb, var(--thg-a) 13%, transparent), transparent 44%, color-mix(in srgb, var(--thg-b) 12%, transparent));
  opacity: 0.72;
  pointer-events: none;
}.tc-wp-content-root .thg-premium-content .thg-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--thg-a), var(--thg-b));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 300ms ease;
  border-radius: 999px;
}.tc-wp-content-root .thg-premium-content .thg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .thg-premium-content .thg-card:hover{
  border-color: color-mix(in srgb, var(--thg-a) 42%, rgba(122, 86, 64, 0.16));
  box-shadow: var(--thg-shadow-hover);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}.tc-wp-content-root .thg-premium-content .thg-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .thg-premium-content .thg-icon, .tc-wp-content-root .thg-premium-content .thg-step-badge{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  max-width: 100%;
  border-radius: 16px;
  color: var(--thg-a);
  background: linear-gradient(135deg, color-mix(in srgb, var(--thg-a) 14%, #fff), #fff);
  box-shadow: 0 12px 30px color-mix(in srgb, var(--thg-a) 18%, transparent);
  font-weight: 820;
  transition: transform 280ms ease, color 280ms ease, background 280ms ease;
}.tc-wp-content-root .thg-premium-content .thg-card:hover .thg-icon, .tc-wp-content-root .thg-premium-content .thg-card:hover .thg-step-badge{
  color: #fff;
  background: linear-gradient(135deg, var(--thg-a), var(--thg-b));
  transform: translateY(-3px) rotate(-3deg) scale(1.04);
}.tc-wp-content-root .thg-premium-content .thg-step-badge{
  width: 58px;
  height: 42px;
  border-radius: 999px;
  font-size: 0.88rem;
  letter-spacing: 0;
}.tc-wp-content-root .thg-premium-content h3{
  position: relative;
  z-index: 1;
  margin: 22px 0 0;
  color: var(--thg-ink);
  font-size: 1.08rem;
  line-height: 1.32;
  letter-spacing: 0;
  font-weight: 780;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .thg-premium-content h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--thg-a), var(--thg-b));
  transform: scaleX(0.55);
  transform-origin: left;
  transition: transform 300ms ease, width 300ms ease;
}.tc-wp-content-root .thg-premium-content .thg-card:hover h3::after{
  width: 58px;
  transform: scaleX(1);
}.tc-wp-content-root .thg-premium-content .thg-card p{
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: var(--thg-muted);
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .thg-premium-content .thg-card-cta{
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: color-mix(in srgb, var(--thg-a) 84%, #271832);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 280ms ease, transform 280ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .thg-premium-content .thg-card:hover .thg-card-cta{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1200px) {.tc-wp-content-root .thg-premium-content .thg-grid-four{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .thg-premium-content .thg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .thg-premium-content .thg-section{
    padding: 78px 20px;
  }.tc-wp-content-root .thg-premium-content .thg-container{
    max-width: 1060px;
  }.tc-wp-content-root .thg-premium-content .thg-grid-four, .tc-wp-content-root .thg-premium-content .thg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .thg-premium-content .thg-card{
    padding: 25px;
  }.tc-wp-content-root .thg-premium-content .thg-heading-wrap p{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .thg-premium-content .thg-section{
    padding: 68px 18px;
  }.tc-wp-content-root .thg-premium-content .thg-heading-wrap{
    margin-bottom: 34px;
  }.tc-wp-content-root .thg-premium-content .thg-grid-four, .tc-wp-content-root .thg-premium-content .thg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .thg-premium-content .thg-card{
    min-height: 230px;
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .thg-premium-content h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .thg-premium-content .thg-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .thg-premium-content .thg-section{
    padding: 54px 16px;
  }.tc-wp-content-root .thg-premium-content .thg-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .thg-premium-content .thg-heading-wrap p{
    font-size: 0.95rem;
    line-height: 1.62;
  }.tc-wp-content-root .thg-premium-content .thg-grid-four, .tc-wp-content-root .thg-premium-content .thg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .thg-premium-content .thg-card{
    min-height: auto;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .thg-premium-content .thg-icon{
    width: 48px;
    height: 48px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .thg-premium-content .thg-section{
    padding: 48px 14px;
  }.tc-wp-content-root .thg-premium-content .thg-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .thg-premium-content .thg-heading-wrap p{
    font-size: 0.92rem;
    line-height: 1.58;
  }.tc-wp-content-root .thg-premium-content .thg-grid-four, .tc-wp-content-root .thg-premium-content .thg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .thg-premium-content .thg-card{
    padding: 20px;
    border-radius: 17px;
  }.tc-wp-content-root .thg-premium-content .thg-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }.tc-wp-content-root .thg-premium-content .thg-step-badge{
    width: 52px;
    height: 38px;
  }.tc-wp-content-root .thg-premium-content h3{
    margin-top: 18px;
    font-size: 0.98rem;
  }.tc-wp-content-root .thg-premium-content .thg-card p{
    font-size: 0.91rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .thg-premium-content .thg-section{
    padding: 42px 12px;
  }.tc-wp-content-root .thg-premium-content .thg-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .thg-premium-content .thg-heading-wrap p{
    font-size: 0.88rem;
    line-height: 1.54;
  }.tc-wp-content-root .thg-premium-content .thg-grid-four, .tc-wp-content-root .thg-premium-content .thg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .thg-premium-content .thg-card{
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .thg-premium-content .thg-icon{
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }.tc-wp-content-root .thg-premium-content .thg-step-badge{
    width: 48px;
    height: 36px;
    font-size: 0.78rem;
  }.tc-wp-content-root .thg-premium-content h3{
    margin-top: 16px;
    font-size: 0.94rem;
  }.tc-wp-content-root .thg-premium-content .thg-card p, .tc-wp-content-root .thg-premium-content .thg-card-cta{
    font-size: 0.86rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .thg-premium-content .thg-card, .tc-wp-content-root .thg-premium-content .thg-card::after, .tc-wp-content-root .thg-premium-content .thg-icon, .tc-wp-content-root .thg-premium-content .thg-step-badge, .tc-wp-content-root .thg-premium-content h3::after, .tc-wp-content-root .thg-premium-content .thg-card-cta{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .thg-premium-content .thg-card, .tc-wp-content-root .thg-premium-content .thg-card.is-visible, .tc-wp-content-root .thg-premium-content .thg-card:hover{
    opacity: 1;
    transform: none;
  }}

.tc-wp-content-root .thg-card-tilt {}
.tc-wp-content-root .thg-process-card {}
.tc-wp-content-root .thg-reveal {}