@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 .cnhtag-content-block, .tc-wp-content-root .cnhtag-content-block *{
  box-sizing: border-box;
}.tc-wp-content-root .cnhtag-content-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: #251824;
  background: #fff;
}.tc-wp-content-root .cnhtag-content-block .cnhtag-section{
  width: 100%;
  max-width: 100%;
  padding: 92px 24px;
  overflow: hidden;
}.tc-wp-content-root .cnhtag-content-block .cnhtag-section-white{
  background: #fff;
}.tc-wp-content-root .cnhtag-content-block .cnhtag-section-warm{
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 184, 108, 0.28), transparent 34%),
    radial-gradient(circle at 86% 22%, rgba(205, 121, 255, 0.20), transparent 32%),
    linear-gradient(135deg, #fff7ef 0%, #fff3f7 48%, #fbf4ff 100%);
}.tc-wp-content-root .cnhtag-content-block .cnhtag-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .cnhtag-content-block .cnhtag-header{
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .cnhtag-content-block .cnhtag-header h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  letter-spacing: 0;
  font-weight: 820;
  color: #241426;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cnhtag-content-block .cnhtag-gradient-keyword{
  background: linear-gradient(110deg, #f47b45 0%, #ff4f87 45%, #8d5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .cnhtag-content-block .cnhtag-header p{
  margin: 14px auto 0;
  max-width: 720px;
  font-size: 1.04rem;
  line-height: 1.72;
  color: #6f5c70;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cnhtag-content-block .cnhtag-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .cnhtag-content-block .cnhtag-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .cnhtag-content-block .cnhtag-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .cnhtag-content-block .cnhtag-card{
  --cnhtag-a: #ff8a4c;
  --cnhtag-b: #ff5f9a;
  --cnhtag-c: #8d5cf6;
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 248px;
  padding: 26px;
  border: 1px solid rgba(126, 75, 125, 0.14);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--cnhtag-a) 20%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(255,249,246,0.88));
  box-shadow: 0 18px 46px rgba(84, 50, 73, 0.09);
  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 300ms ease, border-color 300ms ease, background 300ms ease;
  overflow: hidden;
}.tc-wp-content-root .cnhtag-content-block .cnhtag-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, color-mix(in srgb, var(--cnhtag-a) 14%, transparent), transparent 44%, color-mix(in srgb, var(--cnhtag-c) 12%, transparent));
  opacity: 0.64;
  pointer-events: none;
}.tc-wp-content-root .cnhtag-content-block .cnhtag-card::after{
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--cnhtag-a), var(--cnhtag-b), var(--cnhtag-c));
  transform: scaleX(0.22);
  transform-origin: left;
  opacity: 0.75;
  transition: transform 300ms ease, opacity 300ms ease;
}.tc-wp-content-root .cnhtag-content-block .cnhtag-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .cnhtag-content-block .cnhtag-card:hover{
  border-color: color-mix(in srgb, var(--cnhtag-b) 38%, rgba(126, 75, 125, 0.18));
  box-shadow: 0 28px 68px rgba(88, 48, 86, 0.16);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}.tc-wp-content-root .cnhtag-content-block .cnhtag-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.tc-wp-content-root .cnhtag-content-block .cnhtag-icon{
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  max-width: 100%;
  border-radius: 16px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--cnhtag-a) 18%, #fff), color-mix(in srgb, var(--cnhtag-c) 12%, #fff));
  color: var(--cnhtag-b);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.72), 0 12px 24px rgba(112, 65, 97, 0.10);
  transition: transform 300ms ease, color 300ms ease, background 300ms ease;
}.tc-wp-content-root .cnhtag-content-block .cnhtag-icon i{
  font-size: 1.2rem;
  line-height: 1;
}.tc-wp-content-root .cnhtag-content-block .cnhtag-card:hover .cnhtag-icon{
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
  color: #fff;
  background: linear-gradient(135deg, var(--cnhtag-a), var(--cnhtag-b), var(--cnhtag-c));
}.tc-wp-content-root .cnhtag-content-block .cnhtag-card h3{
  position: relative;
  margin: 22px 0 0;
  font-size: 1.08rem;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 780;
  color: #261425;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cnhtag-content-block .cnhtag-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cnhtag-a), var(--cnhtag-b));
  transform: scaleX(0.55);
  transform-origin: left;
  transition: transform 260ms ease;
}.tc-wp-content-root .cnhtag-content-block .cnhtag-card:hover h3::after{
  transform: scaleX(1.45);
}.tc-wp-content-root .cnhtag-content-block .cnhtag-card p{
  margin: 14px 0 0;
  font-size: 0.96rem;
  line-height: 1.66;
  color: #69586a;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cnhtag-content-block .cnhtag-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--cnhtag-b);
  font-size: 0.9rem;
  font-weight: 740;
  line-height: 1.35;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cnhtag-content-block .cnhtag-card:hover .cnhtag-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .cnhtag-content-block .cnhtag-card-tilt{
  min-height: 230px;
}.tc-wp-content-root .cnhtag-content-block .cnhtag-process{
  min-height: 220px;
  padding-top: 30px;
}.tc-wp-content-root .cnhtag-content-block .cnhtag-badge{
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  max-width: 100%;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cnhtag-a), var(--cnhtag-b), var(--cnhtag-c));
  color: #fff;
  font-size: 0.9rem;
  font-weight: 850;
  box-shadow: 0 14px 30px color-mix(in srgb, var(--cnhtag-b) 28%, transparent);
  transition: transform 300ms ease, box-shadow 300ms ease;
}.tc-wp-content-root .cnhtag-content-block .cnhtag-process:hover .cnhtag-badge{
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 20px 42px color-mix(in srgb, var(--cnhtag-b) 34%, transparent);
}.tc-wp-content-root .cnhtag-content-block .cnhtag-card:nth-child(8n+1){ --cnhtag-a: #ff9a50; --cnhtag-b: #ff5c7c; --cnhtag-c: #9a6bff; }.tc-wp-content-root .cnhtag-content-block .cnhtag-card:nth-child(8n+2){ --cnhtag-a: #ffc04d; --cnhtag-b: #ff6f91; --cnhtag-c: #b15cff; }.tc-wp-content-root .cnhtag-content-block .cnhtag-card:nth-child(8n+3){ --cnhtag-a: #ff7b54; --cnhtag-b: #ef4f9a; --cnhtag-c: #7f6bff; }.tc-wp-content-root .cnhtag-content-block .cnhtag-card:nth-child(8n+4){ --cnhtag-a: #f6a04d; --cnhtag-b: #ff6ab3; --cnhtag-c: #a066d8; }.tc-wp-content-root .cnhtag-content-block .cnhtag-card:nth-child(8n+5){ --cnhtag-a: #ffb15a; --cnhtag-b: #f05f7f; --cnhtag-c: #6f70f5; }.tc-wp-content-root .cnhtag-content-block .cnhtag-card:nth-child(8n+6){ --cnhtag-a: #ff8f70; --cnhtag-b: #e85bbd; --cnhtag-c: #9b70ff; }.tc-wp-content-root .cnhtag-content-block .cnhtag-card:nth-child(8n+7){ --cnhtag-a: #ffd15c; --cnhtag-b: #ff6262; --cnhtag-c: #b15cff; }.tc-wp-content-root .cnhtag-content-block .cnhtag-card:nth-child(8n+8){ --cnhtag-a: #ff9f68; --cnhtag-b: #ff4f87; --cnhtag-c: #815ef6; }@media (max-width: 1199px) and (min-width: 1024px) {.tc-wp-content-root .cnhtag-content-block .cnhtag-section{
    padding: 78px 22px;
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-grid, .tc-wp-content-root .cnhtag-content-block .cnhtag-grid-four, .tc-wp-content-root .cnhtag-content-block .cnhtag-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-card{
    padding: 24px;
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-header p{
    font-size: 1rem;
  }}@media (max-width: 1023px) and (min-width: 768px) {.tc-wp-content-root .cnhtag-content-block .cnhtag-section{
    padding: 66px 20px;
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-header{
    margin-bottom: 34px;
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-header p{
    font-size: 0.98rem;
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-grid, .tc-wp-content-root .cnhtag-content-block .cnhtag-grid-four, .tc-wp-content-root .cnhtag-content-block .cnhtag-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-card{
    min-height: 220px;
    padding: 22px;
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-card p{
    font-size: 0.94rem;
  }}@media (max-width: 767px) and (min-width: 430px) {.tc-wp-content-root .cnhtag-content-block .cnhtag-section{
    padding: 54px 16px;
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-header{
    margin-bottom: 28px;
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-header p{
    font-size: 0.94rem;
    line-height: 1.62;
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-grid, .tc-wp-content-root .cnhtag-content-block .cnhtag-grid-four, .tc-wp-content-root .cnhtag-content-block .cnhtag-grid-three{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-card{
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }}@media (max-width: 429px) and (min-width: 375px) {.tc-wp-content-root .cnhtag-content-block .cnhtag-section{
    padding: 46px 14px;
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-header{
    margin-bottom: 24px;
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-header p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-grid, .tc-wp-content-root .cnhtag-content-block .cnhtag-grid-four, .tc-wp-content-root .cnhtag-content-block .cnhtag-grid-three{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-card{
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-icon, .tc-wp-content-root .cnhtag-content-block .cnhtag-badge{
    width: 44px;
    height: 44px;
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-card p, .tc-wp-content-root .cnhtag-content-block .cnhtag-cta{
    font-size: 0.9rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .cnhtag-content-block .cnhtag-section{
    padding: 40px 12px;
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-header{
    margin-bottom: 22px;
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-header p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-grid, .tc-wp-content-root .cnhtag-content-block .cnhtag-grid-four, .tc-wp-content-root .cnhtag-content-block .cnhtag-grid-three{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-card{
    min-height: auto;
    padding: 16px;
    border-radius: 15px;
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-icon, .tc-wp-content-root .cnhtag-content-block .cnhtag-badge{
    width: 40px;
    height: 40px;
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-card h3{
    margin-top: 18px;
    font-size: 0.94rem;
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-card p, .tc-wp-content-root .cnhtag-content-block .cnhtag-cta{
    font-size: 0.84rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .cnhtag-content-block .cnhtag-card, .tc-wp-content-root .cnhtag-content-block .cnhtag-card *, .tc-wp-content-root .cnhtag-content-block .cnhtag-card::after{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .cnhtag-content-block .cnhtag-card, .tc-wp-content-root .cnhtag-content-block .cnhtag-card.is-visible, .tc-wp-content-root .cnhtag-content-block .cnhtag-card:hover{
    transform: none !important;
    opacity: 1;
  }}

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