@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 .whg-premium-content, .tc-wp-content-root .whg-premium-content *{
  box-sizing: border-box;
}.tc-wp-content-root .whg-premium-content{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #2f2630;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #fff;
}.tc-wp-content-root .whg-premium-content .whg-section, .tc-wp-content-root .whg-premium-content .whg-container, .tc-wp-content-root .whg-premium-content .whg-grid, .tc-wp-content-root .whg-premium-content .whg-card{
  max-width: 100%;
}.tc-wp-content-root .whg-premium-content .whg-section{
  width: 100%;
  padding: 92px 24px;
  overflow: hidden;
}.tc-wp-content-root .whg-premium-content .whg-section-intro, .tc-wp-content-root .whg-premium-content .whg-section-process{
  background: #fff;
}.tc-wp-content-root .whg-premium-content .whg-section-benefits{
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 192, 123, 0.34), transparent 30%),
    radial-gradient(circle at 82% 12%, rgba(226, 112, 173, 0.22), transparent 34%),
    linear-gradient(135deg, #fff7ef 0%, #fff2f7 48%, #f8f1ff 100%);
}.tc-wp-content-root .whg-premium-content .whg-container{
  width: min(1280px, 100%);
  margin: 0 auto;
}.tc-wp-content-root .whg-premium-content .whg-heading-wrap{
  width: min(820px, 100%);
  margin: 0 auto 44px;
  text-align: center;
}.tc-wp-content-root .whg-premium-content .whg-heading-wrap h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  letter-spacing: 0;
  color: #251c27;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .whg-premium-content .whg-gradient-keyword{
  background: linear-gradient(105deg, #f47b45 0%, #e94f8a 48%, #8d5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .whg-premium-content .whg-heading-wrap p{
  margin: 16px auto 0;
  color: #6c5d68;
  font-size: 1.05rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .whg-premium-content .whg-grid{
  display: grid;
  width: 100%;
  gap: 24px;
}.tc-wp-content-root .whg-premium-content .whg-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .whg-premium-content .whg-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .whg-premium-content .whg-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --whg-a: #ff8a4c;
  --whg-b: #e9518d;
  --whg-c: rgba(255, 138, 76, 0.16);
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 250px;
  padding: 28px;
  border: 1px solid rgba(82, 54, 70, 0.11);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 247, 0.92));
  box-shadow: 0 18px 48px rgba(74, 45, 62, 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.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  isolation: isolate;
}.tc-wp-content-root .whg-premium-content .whg-card:nth-child(2){ --whg-a: #f6a33d; --whg-b: #dc4f7e; --whg-c: rgba(246, 163, 61, 0.16); }.tc-wp-content-root .whg-premium-content .whg-card:nth-child(3){ --whg-a: #e65f88; --whg-b: #9d63f3; --whg-c: rgba(230, 95, 136, 0.15); }.tc-wp-content-root .whg-premium-content .whg-card:nth-child(4){ --whg-a: #d96a3d; --whg-b: #ee5bb2; --whg-c: rgba(217, 106, 61, 0.15); }.tc-wp-content-root .whg-premium-content .whg-card:nth-child(5){ --whg-a: #ffb44f; --whg-b: #d9539f; --whg-c: rgba(255, 180, 79, 0.16); }.tc-wp-content-root .whg-premium-content .whg-card:nth-child(6){ --whg-a: #e5566f; --whg-b: #7d66e8; --whg-c: rgba(229, 86, 111, 0.15); }.tc-wp-content-root .whg-premium-content .whg-card:nth-child(7){ --whg-a: #ff7d57; --whg-b: #c55dec; --whg-c: rgba(255, 125, 87, 0.15); }.tc-wp-content-root .whg-premium-content .whg-card:nth-child(8){ --whg-a: #f0993f; --whg-b: #ee6a99; --whg-c: rgba(240, 153, 63, 0.16); }.tc-wp-content-root .whg-premium-content .whg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .whg-premium-content .whg-card:hover{
  border-color: color-mix(in srgb, var(--whg-a) 42%, transparent);
  box-shadow: 0 26px 70px rgba(79, 45, 69, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .whg-premium-content .whg-card-glow{
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), var(--whg-c), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0), rgba(255, 239, 226, 0.38));
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}.tc-wp-content-root .whg-premium-content .whg-card:hover .whg-card-glow{
  opacity: 1;
}.tc-wp-content-root .whg-premium-content .whg-icon{
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 18px;
  color: var(--whg-a);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), var(--whg-c));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65), 0 14px 30px rgba(91, 51, 73, 0.1);
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.35s ease, color 0.35s ease, background 0.35s ease;
}.tc-wp-content-root .whg-premium-content .whg-card:hover .whg-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--whg-a), var(--whg-b));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}.tc-wp-content-root .whg-premium-content .whg-card h3{
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 12px;
  color: #281f2a;
  font-size: 1.08rem;
  line-height: 1.25;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .whg-premium-content .whg-card h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--whg-a), var(--whg-b));
  transition: width 0.35s ease;
}.tc-wp-content-root .whg-premium-content .whg-card:hover h3::after{
  width: 78px;
}.tc-wp-content-root .whg-premium-content .whg-card p{
  margin: 0;
  color: #655965;
  font-size: 0.96rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .whg-premium-content .whg-card-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--whg-b);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
  opacity: 0.12;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .whg-premium-content .whg-card:hover .whg-card-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .whg-premium-content .whg-benefit-card{
  min-height: 270px;
}.tc-wp-content-root .whg-premium-content .whg-process-card{
  min-height: 235px;
  padding-top: 72px;
}.tc-wp-content-root .whg-premium-content .whg-step-badge{
  position: absolute;
  top: 24px;
  left: 24px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--whg-a), var(--whg-b));
  box-shadow: 0 14px 34px rgba(156, 74, 122, 0.22);
  font-size: 0.88rem;
  font-weight: 850;
  line-height: 1;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}.tc-wp-content-root .whg-premium-content .whg-process-card:hover .whg-step-badge{
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 18px 44px rgba(156, 74, 122, 0.28);
}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .whg-premium-content .whg-section{
    padding: 78px 22px;
  }.tc-wp-content-root .whg-premium-content .whg-grid, .tc-wp-content-root .whg-premium-content .whg-grid-four, .tc-wp-content-root .whg-premium-content .whg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .whg-premium-content .whg-heading-wrap{
    margin-bottom: 38px;
  }.tc-wp-content-root .whg-premium-content .whg-heading-wrap p{
    font-size: 1rem;
  }.tc-wp-content-root .whg-premium-content .whg-card{
    padding: 25px;
  }.tc-wp-content-root .whg-premium-content .whg-process-card{
    padding-top: 70px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .whg-premium-content .whg-section{
    padding: 64px 20px;
  }.tc-wp-content-root .whg-premium-content .whg-grid, .tc-wp-content-root .whg-premium-content .whg-grid-four, .tc-wp-content-root .whg-premium-content .whg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .whg-premium-content .whg-heading-wrap{
    margin-bottom: 32px;
  }.tc-wp-content-root .whg-premium-content .whg-heading-wrap p{
    font-size: 0.98rem;
  }.tc-wp-content-root .whg-premium-content .whg-card{
    min-height: 230px;
    padding: 24px;
  }.tc-wp-content-root .whg-premium-content .whg-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .whg-premium-content .whg-card p{
    font-size: 0.94rem;
  }.tc-wp-content-root .whg-premium-content .whg-process-card{
    padding-top: 68px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .whg-premium-content .whg-section{
    padding: 52px 16px;
  }.tc-wp-content-root .whg-premium-content .whg-grid, .tc-wp-content-root .whg-premium-content .whg-grid-four, .tc-wp-content-root .whg-premium-content .whg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .whg-premium-content .whg-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .whg-premium-content .whg-heading-wrap p{
    font-size: 0.94rem;
    line-height: 1.65;
  }.tc-wp-content-root .whg-premium-content .whg-card{
    min-height: auto;
    padding: 22px;
    border-radius: 19px;
  }.tc-wp-content-root .whg-premium-content .whg-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 16px;
    font-size: 1.35rem;
  }.tc-wp-content-root .whg-premium-content .whg-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .whg-premium-content .whg-card p, .tc-wp-content-root .whg-premium-content .whg-card-cta{
    font-size: 0.92rem;
  }.tc-wp-content-root .whg-premium-content .whg-process-card{
    padding-top: 64px;
  }.tc-wp-content-root .whg-premium-content .whg-step-badge{
    top: 20px;
    left: 20px;
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .whg-premium-content .whg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .whg-premium-content .whg-grid, .tc-wp-content-root .whg-premium-content .whg-grid-four, .tc-wp-content-root .whg-premium-content .whg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .whg-premium-content .whg-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .whg-premium-content .whg-heading-wrap p{
    font-size: 0.9rem;
    line-height: 1.6;
  }.tc-wp-content-root .whg-premium-content .whg-card{
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .whg-premium-content .whg-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    border-radius: 14px;
    font-size: 1.22rem;
  }.tc-wp-content-root .whg-premium-content .whg-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .whg-premium-content .whg-card p, .tc-wp-content-root .whg-premium-content .whg-card-cta{
    font-size: 0.9rem;
  }.tc-wp-content-root .whg-premium-content .whg-process-card{
    padding-top: 60px;
  }.tc-wp-content-root .whg-premium-content .whg-step-badge{
    top: 18px;
    left: 18px;
    width: 40px;
    height: 40px;
    border-radius: 13px;
    font-size: 0.82rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .whg-premium-content .whg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .whg-premium-content .whg-grid, .tc-wp-content-root .whg-premium-content .whg-grid-four, .tc-wp-content-root .whg-premium-content .whg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .whg-premium-content .whg-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .whg-premium-content .whg-heading-wrap p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .whg-premium-content .whg-card{
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .whg-premium-content .whg-icon{
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
    border-radius: 13px;
    font-size: 1.12rem;
  }.tc-wp-content-root .whg-premium-content .whg-card h3{
    font-size: 0.94rem;
    padding-bottom: 10px;
  }.tc-wp-content-root .whg-premium-content .whg-card p, .tc-wp-content-root .whg-premium-content .whg-card-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .whg-premium-content .whg-process-card{
    padding-top: 56px;
  }.tc-wp-content-root .whg-premium-content .whg-step-badge{
    top: 16px;
    left: 16px;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 0.78rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .whg-premium-content .whg-card, .tc-wp-content-root .whg-premium-content .whg-card-glow, .tc-wp-content-root .whg-premium-content .whg-icon, .tc-wp-content-root .whg-premium-content .whg-card h3::after, .tc-wp-content-root .whg-premium-content .whg-card-cta, .tc-wp-content-root .whg-premium-content .whg-step-badge{
    transition: none !important;
  }.tc-wp-content-root .whg-premium-content .whg-card, .tc-wp-content-root .whg-premium-content .whg-card.is-visible, .tc-wp-content-root .whg-premium-content .whg-card:hover{
    transform: none !important;
  }}

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