@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 .yshg-content-block, .tc-wp-content-root .yshg-content-block *{
  box-sizing: border-box;
}.tc-wp-content-root .yshg-content-block{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #221823;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fff;
}.tc-wp-content-root .yshg-content-block .yshg-section{
  width: 100%;
  max-width: 100%;
  padding: 92px 22px;
  overflow: hidden;
}.tc-wp-content-root .yshg-content-block .yshg-section-white{
  background: #fff;
}.tc-wp-content-root .yshg-content-block .yshg-section-warm{
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 194, 123, 0.34), transparent 32%),
    radial-gradient(circle at 84% 8%, rgba(216, 112, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #fff8ef 0%, #fff1ea 42%, #fbf0ff 100%);
}.tc-wp-content-root .yshg-content-block .yshg-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .yshg-content-block .yshg-section-header{
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .yshg-content-block .yshg-section-header h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  font-weight: 850;
  letter-spacing: 0;
  color: #211525;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .yshg-content-block .yshg-gradient-keyword{
  background: linear-gradient(100deg, #ff8a3d 0%, #ff4f8b 48%, #8f55ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .yshg-content-block .yshg-section-header p{
  margin: 15px auto 0;
  color: #6d5a68;
  font-size: 1.04rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .yshg-content-block .yshg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .yshg-content-block .yshg-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .yshg-content-block .yshg-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .yshg-content-block .yshg-card{
  --fg-mx: 50%;
  --fg-my: 24%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --yshg-a: #ff8a3d;
  --yshg-b: #ff4f8b;
  --yshg-c: #fff5ed;

  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 245px;
  padding: 28px;
  border: 1px solid rgba(73, 42, 68, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--yshg-a) 20%, transparent), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), var(--yshg-c));
  box-shadow: 0 18px 44px rgba(79, 45, 62, 0.08);
  opacity: 0;
  transform: translateY(24px) perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  transition: transform 360ms ease, opacity 520ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  isolation: isolate;
}.tc-wp-content-root .yshg-content-block .yshg-card:nth-child(2){ --yshg-a: #ff5f7e; --yshg-b: #a85cff; --yshg-c: #fff2f6; }.tc-wp-content-root .yshg-content-block .yshg-card:nth-child(3){ --yshg-a: #ffb443; --yshg-b: #ff6f3d; --yshg-c: #fff8e9; }.tc-wp-content-root .yshg-content-block .yshg-card:nth-child(4){ --yshg-a: #c76cff; --yshg-b: #ff6aa2; --yshg-c: #fbf1ff; }.tc-wp-content-root .yshg-content-block .yshg-card:nth-child(5){ --yshg-a: #ff7b54; --yshg-b: #ffbf47; --yshg-c: #fff4e8; }.tc-wp-content-root .yshg-content-block .yshg-card:nth-child(6){ --yshg-a: #e95da6; --yshg-b: #7f62ff; --yshg-c: #fff1fb; }.tc-wp-content-root .yshg-content-block .yshg-card:nth-child(7){ --yshg-a: #f59f32; --yshg-b: #ee477f; --yshg-c: #fff7ec; }.tc-wp-content-root .yshg-content-block .yshg-card:nth-child(8){ --yshg-a: #a969ff; --yshg-b: #ff8a3d; --yshg-c: #f8f1ff; }.tc-wp-content-root .yshg-content-block .yshg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--yshg-a) 10%, transparent), transparent 42%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
  z-index: -1;
}.tc-wp-content-root .yshg-content-block .yshg-card.is-visible{
  opacity: 1;
  transform: translateY(0) perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .yshg-content-block .yshg-card:hover{
  border-color: color-mix(in srgb, var(--yshg-a) 40%, rgba(73, 42, 68, 0.16));
  box-shadow: 0 24px 64px rgba(79, 45, 62, 0.14);
  transform: translateY(-7px) perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .yshg-content-block .yshg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .yshg-content-block .yshg-icon{
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  max-width: 100%;
  border-radius: 18px;
  color: var(--yshg-a);
  background: color-mix(in srgb, var(--yshg-a) 13%, #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--yshg-a) 18%, transparent);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}.tc-wp-content-root .yshg-content-block .yshg-icon i{
  font-size: 1.15rem;
  line-height: 1;
}.tc-wp-content-root .yshg-content-block .yshg-card:hover .yshg-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--yshg-a), var(--yshg-b));
  transform: translateY(-3px) rotate(-3deg);
}.tc-wp-content-root .yshg-content-block .yshg-card h3{
  position: relative;
  margin: 22px 0 10px;
  color: #261827;
  font-size: 1.08rem;
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .yshg-content-block .yshg-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--yshg-a), var(--yshg-b));
  transition: width 260ms ease;
}.tc-wp-content-root .yshg-content-block .yshg-card:hover h3::after{
  width: 74px;
}.tc-wp-content-root .yshg-content-block .yshg-card p{
  margin: 0;
  color: #665762;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .yshg-content-block .yshg-card-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--yshg-a);
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 800;
  opacity: 0.35;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .yshg-content-block .yshg-card:hover .yshg-card-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .yshg-content-block .yshg-tilt-card:hover{
  transform: translateY(-8px) perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .yshg-content-block .yshg-process-card{
  padding-top: 26px;
}.tc-wp-content-root .yshg-content-block .yshg-step-badge{
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 34px;
  max-width: 100%;
  margin-bottom: 16px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--yshg-a), var(--yshg-b));
  box-shadow: 0 12px 24px color-mix(in srgb, var(--yshg-a) 24%, transparent);
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .yshg-content-block .yshg-process-card:hover .yshg-step-badge{
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--yshg-a) 34%, transparent);
}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .yshg-content-block .yshg-section{
    padding: 76px 20px;
  }.tc-wp-content-root .yshg-content-block .yshg-grid-four, .tc-wp-content-root .yshg-content-block .yshg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .yshg-content-block .yshg-grid{
    gap: 20px;
  }.tc-wp-content-root .yshg-content-block .yshg-card{
    padding: 24px;
  }.tc-wp-content-root .yshg-content-block .yshg-section-header p{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .yshg-content-block .yshg-section{
    padding: 64px 18px;
  }.tc-wp-content-root .yshg-content-block .yshg-grid-four, .tc-wp-content-root .yshg-content-block .yshg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .yshg-content-block .yshg-grid{
    gap: 18px;
  }.tc-wp-content-root .yshg-content-block .yshg-section-header{
    margin-bottom: 32px;
  }.tc-wp-content-root .yshg-content-block .yshg-section-header p{
    font-size: 0.97rem;
  }.tc-wp-content-root .yshg-content-block .yshg-card{
    min-height: 230px;
    padding: 22px;
  }.tc-wp-content-root .yshg-content-block .yshg-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .yshg-content-block .yshg-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .yshg-content-block .yshg-section{
    padding: 52px 16px;
  }.tc-wp-content-root .yshg-content-block .yshg-grid-four, .tc-wp-content-root .yshg-content-block .yshg-grid-three, .tc-wp-content-root .yshg-content-block .yshg-grid{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .yshg-content-block .yshg-grid{
    gap: 16px;
  }.tc-wp-content-root .yshg-content-block .yshg-section-header{
    margin-bottom: 28px;
  }.tc-wp-content-root .yshg-content-block .yshg-section-header p{
    font-size: 0.94rem;
    line-height: 1.65;
  }.tc-wp-content-root .yshg-content-block .yshg-card{
    min-height: auto;
    padding: 21px;
    border-radius: 20px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .yshg-content-block .yshg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .yshg-content-block .yshg-grid-four, .tc-wp-content-root .yshg-content-block .yshg-grid-three, .tc-wp-content-root .yshg-content-block .yshg-grid{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .yshg-content-block .yshg-grid{
    gap: 14px;
  }.tc-wp-content-root .yshg-content-block .yshg-section-header{
    margin-bottom: 24px;
  }.tc-wp-content-root .yshg-content-block .yshg-section-header p{
    font-size: 0.9rem;
  }.tc-wp-content-root .yshg-content-block .yshg-card{
    min-height: auto;
    padding: 18px;
    border-radius: 18px;
  }.tc-wp-content-root .yshg-content-block .yshg-icon{
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }.tc-wp-content-root .yshg-content-block .yshg-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .yshg-content-block .yshg-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .yshg-content-block .yshg-step-badge{
    width: 42px;
    height: 31px;
  }}@media (max-width: 374px) {.tc-wp-content-root .yshg-content-block .yshg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .yshg-content-block .yshg-grid-four, .tc-wp-content-root .yshg-content-block .yshg-grid-three, .tc-wp-content-root .yshg-content-block .yshg-grid{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .yshg-content-block .yshg-grid{
    gap: 12px;
  }.tc-wp-content-root .yshg-content-block .yshg-section-header{
    margin-bottom: 22px;
  }.tc-wp-content-root .yshg-content-block .yshg-section-header p{
    font-size: 0.86rem;
    line-height: 1.58;
  }.tc-wp-content-root .yshg-content-block .yshg-card{
    min-height: auto;
    padding: 16px;
    border-radius: 16px;
  }.tc-wp-content-root .yshg-content-block .yshg-icon{
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }.tc-wp-content-root .yshg-content-block .yshg-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .yshg-content-block .yshg-card h3{
    margin-top: 18px;
    font-size: 0.94rem;
  }.tc-wp-content-root .yshg-content-block .yshg-card p, .tc-wp-content-root .yshg-content-block .yshg-card-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .yshg-content-block .yshg-step-badge{
    width: 39px;
    height: 29px;
    font-size: 0.78rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .yshg-content-block .yshg-card, .tc-wp-content-root .yshg-content-block .yshg-card::before, .tc-wp-content-root .yshg-content-block .yshg-icon, .tc-wp-content-root .yshg-content-block .yshg-card h3::after, .tc-wp-content-root .yshg-content-block .yshg-card-cta, .tc-wp-content-root .yshg-content-block .yshg-step-badge{
    transition: none !important;
  }.tc-wp-content-root .yshg-content-block .yshg-card, .tc-wp-content-root .yshg-content-block .yshg-card.is-visible, .tc-wp-content-root .yshg-content-block .yshg-card:hover{
    transform: none !important;
  }}