@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 .chg-premium-hashtag, .tc-wp-content-root .chg-premium-hashtag *{
  box-sizing: border-box;
}.tc-wp-content-root .chg-premium-hashtag{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #211827;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}.tc-wp-content-root .chg-premium-hashtag .chg-section{
  width: 100%;
  max-width: 100%;
  padding: 92px 24px;
  overflow: hidden;
}.tc-wp-content-root .chg-premium-hashtag .chg-section-white{
  background: #fff;
}.tc-wp-content-root .chg-premium-hashtag .chg-section-warm{
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 195, 113, 0.28), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(201, 109, 255, 0.18), transparent 32%),
    linear-gradient(135deg, #fff8f0 0%, #fff1ea 45%, #fbf2ff 100%);
}.tc-wp-content-root .chg-premium-hashtag .chg-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .chg-premium-hashtag .chg-section-head{
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .chg-premium-hashtag .chg-section-head h2{
  margin: 0;
  color: #211827;
  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 .chg-premium-hashtag .chg-gradient-keyword{
  background: linear-gradient(105deg, #ff8a3d 0%, #ff4f7b 42%, #8b5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .chg-premium-hashtag .chg-section-head p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #6d6172;
  font-size: 1.05rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .chg-premium-hashtag .chg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .chg-premium-hashtag .chg-grid-what, .tc-wp-content-root .chg-premium-hashtag .chg-grid-how{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .chg-premium-hashtag .chg-grid-why{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .chg-premium-hashtag .chg-card{
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --chg-accent: #ff8a3d;
  --chg-accent-2: #ff4f7b;
  --chg-soft: rgba(255, 138, 61, 0.12);

  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 248px;
  padding: 28px;
  border: 1px solid rgba(74, 47, 82, 0.11);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 250, 246, 0.88));
  box-shadow: 0 18px 52px rgba(45, 26, 56, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  overflow: hidden;
  transition:
    opacity 0.6s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
  will-change: transform;
}.tc-wp-content-root .chg-premium-hashtag .chg-card:nth-child(2){ --chg-accent: #ff5f8f; --chg-accent-2: #b26cff; --chg-soft: rgba(255, 95, 143, 0.12); }.tc-wp-content-root .chg-premium-hashtag .chg-card:nth-child(3){ --chg-accent: #f6a93b; --chg-accent-2: #ff6b4a; --chg-soft: rgba(246, 169, 59, 0.14); }.tc-wp-content-root .chg-premium-hashtag .chg-card:nth-child(4){ --chg-accent: #8b5cf6; --chg-accent-2: #ff6aa2; --chg-soft: rgba(139, 92, 246, 0.12); }.tc-wp-content-root .chg-premium-hashtag .chg-card:nth-child(5){ --chg-accent: #ff7a59; --chg-accent-2: #ffc247; --chg-soft: rgba(255, 122, 89, 0.13); }.tc-wp-content-root .chg-premium-hashtag .chg-card:nth-child(6){ --chg-accent: #d95cff; --chg-accent-2: #ff8b54; --chg-soft: rgba(217, 92, 255, 0.12); }.tc-wp-content-root .chg-premium-hashtag .chg-card:nth-child(7){ --chg-accent: #f25773; --chg-accent-2: #7c5cff; --chg-soft: rgba(242, 87, 115, 0.12); }.tc-wp-content-root .chg-premium-hashtag .chg-card:nth-child(8){ --chg-accent: #ff9f43; --chg-accent-2: #e54cff; --chg-soft: rgba(255, 159, 67, 0.13); }.tc-wp-content-root .chg-premium-hashtag .chg-card.chg-is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .chg-premium-hashtag .chg-card:hover{
  border-color: color-mix(in srgb, var(--chg-accent) 45%, transparent);
  box-shadow: 0 26px 70px rgba(45, 26, 56, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .chg-premium-hashtag .chg-card-glow{
  position: absolute;
  inset: -1px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--chg-accent) 23%, transparent), transparent 31%),
    linear-gradient(135deg, color-mix(in srgb, var(--chg-accent) 9%, transparent), transparent 52%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}.tc-wp-content-root .chg-premium-hashtag .chg-card:hover .chg-card-glow{
  opacity: 1;
}.tc-wp-content-root .chg-premium-hashtag .chg-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 16px;
  color: var(--chg-accent);
  background: var(--chg-soft);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--chg-accent) 18%, transparent);
  transition: transform 0.28s ease, background 0.28s ease, color 0.28s ease;
}.tc-wp-content-root .chg-premium-hashtag .chg-icon i{
  font-size: 1.18rem;
  line-height: 1;
}.tc-wp-content-root .chg-premium-hashtag .chg-card:hover .chg-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--chg-accent), var(--chg-accent-2));
  transform: translateY(-3px) scale(1.04);
}.tc-wp-content-root .chg-premium-hashtag .chg-card h3{
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #241a2b;
  font-size: 1.08rem;
  line-height: 1.32;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .chg-premium-hashtag .chg-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--chg-accent), var(--chg-accent-2));
  transform: scaleX(0.55);
  transform-origin: left;
  transition: transform 0.28s ease;
}.tc-wp-content-root .chg-premium-hashtag .chg-card:hover h3::after{
  transform: scaleX(1);
}.tc-wp-content-root .chg-premium-hashtag .chg-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #695e70;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .chg-premium-hashtag .chg-card-cta{
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--chg-accent);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.3;
  opacity: 0.32;
  transform: translateY(7px);
  transition: opacity 0.28s ease, transform 0.28s ease, color 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .chg-premium-hashtag .chg-card:hover .chg-card-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--chg-accent-2);
}.tc-wp-content-root .chg-premium-hashtag .chg-card-tilt{
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.94), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 248, 241, 0.76));
  backdrop-filter: blur(10px);
}.tc-wp-content-root .chg-premium-hashtag .chg-process-card{
  padding-top: 64px;
}.tc-wp-content-root .chg-premium-hashtag .chg-step-badge{
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 34px;
  max-width: calc(100% - 44px);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--chg-accent), var(--chg-accent-2));
  box-shadow: 0 12px 26px color-mix(in srgb, var(--chg-accent) 22%, transparent);
  font-size: 0.82rem;
  font-weight: 820;
  letter-spacing: 0;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  overflow: hidden;
}.tc-wp-content-root .chg-premium-hashtag .chg-process-card:hover .chg-step-badge{
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--chg-accent) 30%, transparent);
}@media (max-width: 1199px) and (min-width: 1024px) {.tc-wp-content-root .chg-premium-hashtag .chg-section{
    padding: 78px 22px;
  }.tc-wp-content-root .chg-premium-hashtag .chg-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .chg-premium-hashtag .chg-grid-what, .tc-wp-content-root .chg-premium-hashtag .chg-grid-why, .tc-wp-content-root .chg-premium-hashtag .chg-grid-how{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .chg-premium-hashtag .chg-grid{
    gap: 22px;
  }.tc-wp-content-root .chg-premium-hashtag .chg-card{
    padding: 25px;
  }.tc-wp-content-root .chg-premium-hashtag .chg-process-card{
    padding-top: 62px;
  }.tc-wp-content-root .chg-premium-hashtag .chg-section-head p{
    font-size: 1rem;
  }}@media (max-width: 1023px) and (min-width: 768px) {.tc-wp-content-root .chg-premium-hashtag .chg-section{
    padding: 66px 20px;
  }.tc-wp-content-root .chg-premium-hashtag .chg-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .chg-premium-hashtag .chg-section-head p{
    font-size: 0.98rem;
    line-height: 1.65;
  }.tc-wp-content-root .chg-premium-hashtag .chg-grid-what, .tc-wp-content-root .chg-premium-hashtag .chg-grid-why, .tc-wp-content-root .chg-premium-hashtag .chg-grid-how{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .chg-premium-hashtag .chg-grid{
    gap: 20px;
  }.tc-wp-content-root .chg-premium-hashtag .chg-card{
    min-height: 230px;
    padding: 23px;
  }.tc-wp-content-root .chg-premium-hashtag .chg-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .chg-premium-hashtag .chg-card p{
    font-size: 0.94rem;
  }.tc-wp-content-root .chg-premium-hashtag .chg-process-card{
    padding-top: 60px;
  }}@media (max-width: 767px) and (min-width: 430px) {.tc-wp-content-root .chg-premium-hashtag .chg-section{
    padding: 54px 16px;
  }.tc-wp-content-root .chg-premium-hashtag .chg-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .chg-premium-hashtag .chg-section-head p{
    font-size: 0.94rem;
    line-height: 1.62;
  }.tc-wp-content-root .chg-premium-hashtag .chg-grid-what, .tc-wp-content-root .chg-premium-hashtag .chg-grid-why, .tc-wp-content-root .chg-premium-hashtag .chg-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .chg-premium-hashtag .chg-grid{
    gap: 16px;
  }.tc-wp-content-root .chg-premium-hashtag .chg-card{
    min-height: 0;
    padding: 22px;
    border-radius: 19px;
  }.tc-wp-content-root .chg-premium-hashtag .chg-icon{
    width: 50px;
    height: 50px;
    margin-bottom: 17px;
    border-radius: 15px;
  }.tc-wp-content-root .chg-premium-hashtag .chg-card-cta{
    opacity: 1;
    transform: none;
  }}@media (max-width: 429px) and (min-width: 375px) {.tc-wp-content-root .chg-premium-hashtag .chg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .chg-premium-hashtag .chg-section-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .chg-premium-hashtag .chg-section-head p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .chg-premium-hashtag .chg-grid-what, .tc-wp-content-root .chg-premium-hashtag .chg-grid-why, .tc-wp-content-root .chg-premium-hashtag .chg-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .chg-premium-hashtag .chg-grid{
    gap: 14px;
  }.tc-wp-content-root .chg-premium-hashtag .chg-card{
    min-height: 0;
    padding: 19px;
    border-radius: 18px;
  }.tc-wp-content-root .chg-premium-hashtag .chg-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 15px;
    border-radius: 14px;
  }.tc-wp-content-root .chg-premium-hashtag .chg-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .chg-premium-hashtag .chg-card p, .tc-wp-content-root .chg-premium-hashtag .chg-card-cta{
    font-size: 0.89rem;
  }.tc-wp-content-root .chg-premium-hashtag .chg-step-badge{
    top: 18px;
    right: 18px;
    width: 42px;
    height: 31px;
    font-size: 0.76rem;
  }.tc-wp-content-root .chg-premium-hashtag .chg-process-card{
    padding-top: 58px;
  }.tc-wp-content-root .chg-premium-hashtag .chg-card-cta{
    opacity: 1;
    transform: none;
  }}@media (max-width: 374px) {.tc-wp-content-root .chg-premium-hashtag .chg-section{
    padding: 40px 11px;
  }.tc-wp-content-root .chg-premium-hashtag .chg-section-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .chg-premium-hashtag .chg-section-head p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .chg-premium-hashtag .chg-grid-what, .tc-wp-content-root .chg-premium-hashtag .chg-grid-why, .tc-wp-content-root .chg-premium-hashtag .chg-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .chg-premium-hashtag .chg-grid{
    gap: 12px;
  }.tc-wp-content-root .chg-premium-hashtag .chg-card{
    min-height: 0;
    padding: 16px;
    border-radius: 16px;
  }.tc-wp-content-root .chg-premium-hashtag .chg-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 13px;
    border-radius: 13px;
  }.tc-wp-content-root .chg-premium-hashtag .chg-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .chg-premium-hashtag .chg-card h3{
    font-size: 0.94rem;
  }.tc-wp-content-root .chg-premium-hashtag .chg-card p, .tc-wp-content-root .chg-premium-hashtag .chg-card-cta{
    font-size: 0.84rem;
  }.tc-wp-content-root .chg-premium-hashtag .chg-step-badge{
    top: 15px;
    right: 15px;
    width: 38px;
    height: 29px;
    font-size: 0.72rem;
  }.tc-wp-content-root .chg-premium-hashtag .chg-process-card{
    padding-top: 54px;
  }.tc-wp-content-root .chg-premium-hashtag .chg-card-cta{
    opacity: 1;
    transform: none;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .chg-premium-hashtag .chg-card, .tc-wp-content-root .chg-premium-hashtag .chg-card-glow, .tc-wp-content-root .chg-premium-hashtag .chg-icon, .tc-wp-content-root .chg-premium-hashtag .chg-card-cta, .tc-wp-content-root .chg-premium-hashtag .chg-step-badge, .tc-wp-content-root .chg-premium-hashtag .chg-card h3::after{
    transition: none !important;
  }.tc-wp-content-root .chg-premium-hashtag .chg-card, .tc-wp-content-root .chg-premium-hashtag .chg-card.chg-is-visible, .tc-wp-content-root .chg-premium-hashtag .chg-card:hover{
    transform: none !important;
    opacity: 1 !important;
  }}

.tc-wp-content-root .chg-reveal {}