@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 .ytgx-premium-content, .tc-wp-content-root .ytgx-premium-content *{
  box-sizing: border-box;
}.tc-wp-content-root .ytgx-premium-content{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #251a20;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .ytgx-premium-content .ytgx-section, .tc-wp-content-root .ytgx-premium-content .ytgx-container, .tc-wp-content-root .ytgx-premium-content .ytgx-grid, .tc-wp-content-root .ytgx-premium-content .ytgx-card{
  max-width: 100%;
  min-width: 0;
}.tc-wp-content-root .ytgx-premium-content .ytgx-section{
  padding: 92px 22px;
  overflow: hidden;
}.tc-wp-content-root .ytgx-premium-content .ytgx-section-white{
  background: #fff;
}.tc-wp-content-root .ytgx-premium-content .ytgx-section-warm{
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 197, 109, 0.28), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(224, 107, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #fff6ed 0%, #fff 44%, #fff1f7 100%);
}.tc-wp-content-root .ytgx-premium-content .ytgx-container{
  width: min(1280px, 100%);
  margin: 0 auto;
}.tc-wp-content-root .ytgx-premium-content .ytgx-section-head{
  width: min(820px, 100%);
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .ytgx-premium-content .ytgx-section-head h2{
  margin: 0;
  color: #241720;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  letter-spacing: 0;
  font-weight: 820;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ytgx-premium-content .ytgx-gradient-keyword{
  background: linear-gradient(100deg, #ff8a3d 0%, #ff4f8b 45%, #8f5bff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .ytgx-premium-content .ytgx-section-head p{
  margin: 16px auto 0;
  color: #6d5d64;
  font-size: 1.05rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ytgx-premium-content .ytgx-grid{
  display: grid;
  width: 100%;
  gap: 24px;
}.tc-wp-content-root .ytgx-premium-content .ytgx-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .ytgx-premium-content .ytgx-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .ytgx-premium-content .ytgx-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --ytgx-a: #ff8a3d;
  --ytgx-b: #ff4f8b;
  --ytgx-soft: rgba(255, 138, 61, 0.13);

  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 248px;
  padding: 28px;
  border: 1px solid rgba(117, 76, 91, 0.13);
  border-radius: 24px;
  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.96), rgba(255, 249, 246, 0.9));
  box-shadow: 0 18px 48px rgba(74, 36, 28, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  overflow: hidden;
  transition: transform 420ms ease, opacity 520ms ease, box-shadow 320ms ease, border-color 320ms ease;
  will-change: transform;
}.tc-wp-content-root .ytgx-premium-content .ytgx-card:nth-child(2){ --ytgx-a: #ff5f79; --ytgx-b: #ffb34f; --ytgx-soft: rgba(255, 95, 121, 0.13); }.tc-wp-content-root .ytgx-premium-content .ytgx-card:nth-child(3){ --ytgx-a: #9a62ff; --ytgx-b: #ff6f91; --ytgx-soft: rgba(154, 98, 255, 0.12); }.tc-wp-content-root .ytgx-premium-content .ytgx-card:nth-child(4){ --ytgx-a: #f7a928; --ytgx-b: #ff5c4d; --ytgx-soft: rgba(247, 169, 40, 0.14); }.tc-wp-content-root .ytgx-premium-content .ytgx-card:nth-child(5){ --ytgx-a: #ff7a59; --ytgx-b: #bd5cff; --ytgx-soft: rgba(255, 122, 89, 0.13); }.tc-wp-content-root .ytgx-premium-content .ytgx-card:nth-child(6){ --ytgx-a: #ec4899; --ytgx-b: #f59e0b; --ytgx-soft: rgba(236, 72, 153, 0.12); }.tc-wp-content-root .ytgx-premium-content .ytgx-card:nth-child(7){ --ytgx-a: #fb7185; --ytgx-b: #a855f7; --ytgx-soft: rgba(251, 113, 133, 0.12); }.tc-wp-content-root .ytgx-premium-content .ytgx-card:nth-child(8){ --ytgx-a: #ff9f43; --ytgx-b: #ef476f; --ytgx-soft: rgba(255, 159, 67, 0.13); }.tc-wp-content-root .ytgx-premium-content .ytgx-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .ytgx-premium-content .ytgx-card:hover{
  border-color: color-mix(in srgb, var(--ytgx-a) 48%, transparent);
  box-shadow: 0 24px 70px rgba(85, 39, 48, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .ytgx-premium-content .ytgx-card-glow{
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--ytgx-a) 24%, transparent), transparent 36%);
  opacity: 0;
  transition: opacity 280ms ease;
}.tc-wp-content-root .ytgx-premium-content .ytgx-card:hover .ytgx-card-glow{
  opacity: 1;
}.tc-wp-content-root .ytgx-premium-content .ytgx-icon-box{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--ytgx-a);
  background: linear-gradient(135deg, #fff, var(--ytgx-soft));
  border: 1px solid rgba(121, 70, 76, 0.1);
  box-shadow: 0 12px 28px rgba(91, 40, 49, 0.08);
  transition: transform 300ms ease, color 300ms ease, background 300ms ease;
}.tc-wp-content-root .ytgx-premium-content .ytgx-icon-box i{
  font-size: 1.22rem;
  line-height: 1;
}.tc-wp-content-root .ytgx-premium-content .ytgx-card:hover .ytgx-icon-box{
  color: #fff;
  background: linear-gradient(135deg, var(--ytgx-a), var(--ytgx-b));
  transform: translateY(-3px) scale(1.04);
}.tc-wp-content-root .ytgx-premium-content .ytgx-card h3{
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #2b1b23;
  font-size: 1.08rem;
  line-height: 1.28;
  letter-spacing: 0;
  font-weight: 780;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ytgx-premium-content .ytgx-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 12px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--ytgx-a), var(--ytgx-b));
  transition: width 300ms ease;
}.tc-wp-content-root .ytgx-premium-content .ytgx-card:hover h3::after{
  width: 74px;
}.tc-wp-content-root .ytgx-premium-content .ytgx-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #66575e;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ytgx-premium-content .ytgx-card-cta{
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--ytgx-b);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.4;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 300ms ease, transform 300ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ytgx-premium-content .ytgx-card:hover .ytgx-card-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ytgx-premium-content .ytgx-tilt-card{
  min-height: 238px;
}.tc-wp-content-root .ytgx-premium-content .ytgx-process-card{
  padding-top: 68px;
}.tc-wp-content-root .ytgx-premium-content .ytgx-step-badge{
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 34px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--ytgx-a), var(--ytgx-b));
  box-shadow: 0 12px 24px color-mix(in srgb, var(--ytgx-a) 22%, transparent);
  font-size: 0.82rem;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0;
  transition: transform 300ms ease, box-shadow 300ms ease;
}.tc-wp-content-root .ytgx-premium-content .ytgx-process-card:hover .ytgx-step-badge{
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--ytgx-b) 28%, transparent);
}@media (min-width: 1200px) {.tc-wp-content-root .ytgx-premium-content .ytgx-grid-four{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .ytgx-premium-content .ytgx-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .ytgx-premium-content .ytgx-section{
    padding: 78px 20px;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-grid-four, .tc-wp-content-root .ytgx-premium-content .ytgx-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-section-head{
    margin-bottom: 36px;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-section-head p{
    font-size: 1rem;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-card{
    padding: 25px;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-process-card{
    padding-top: 66px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ytgx-premium-content .ytgx-section{
    padding: 64px 18px;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-grid-four, .tc-wp-content-root .ytgx-premium-content .ytgx-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-section-head{
    margin-bottom: 32px;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-card{
    min-height: 228px;
    padding: 24px;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-process-card{
    padding-top: 64px;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ytgx-premium-content .ytgx-section{
    padding: 52px 16px;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-grid-four, .tc-wp-content-root .ytgx-premium-content .ytgx-grid-three{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-section-head{
    margin-bottom: 26px;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-section-head p{
    font-size: 0.95rem;
    line-height: 1.62;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-card{
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-process-card{
    padding-top: 60px;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-card-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ytgx-premium-content .ytgx-section{
    padding: 44px 14px;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-grid-four, .tc-wp-content-root .ytgx-premium-content .ytgx-grid-three{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-section-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-section-head p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-process-card{
    padding-top: 58px;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-icon-box{
    width: 46px;
    height: 46px;
    border-radius: 15px;
    margin-bottom: 18px;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-step-badge{
    top: 18px;
    right: 18px;
    width: 42px;
    height: 31px;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-card p, .tc-wp-content-root .ytgx-premium-content .ytgx-card-cta{
    font-size: 0.9rem;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-card-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ytgx-premium-content .ytgx-section{
    padding: 38px 12px;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-grid-four, .tc-wp-content-root .ytgx-premium-content .ytgx-grid-three{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-section-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-section-head p{
    font-size: 0.86rem;
    line-height: 1.56;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-card{
    padding: 18px;
    border-radius: 17px;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-process-card{
    padding-top: 56px;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-icon-box{
    width: 42px;
    height: 42px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-icon-box i{
    font-size: 1rem;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-step-badge{
    top: 16px;
    right: 16px;
    width: 39px;
    height: 29px;
    font-size: 0.76rem;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-card h3{
    font-size: 0.94rem;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-card p, .tc-wp-content-root .ytgx-premium-content .ytgx-card-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-card-cta{
    opacity: 1;
    transform: none;
  }}@media (max-width: 319px) {.tc-wp-content-root .ytgx-premium-content .ytgx-section{
    padding: 34px 10px;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-grid-four, .tc-wp-content-root .ytgx-premium-content .ytgx-grid-three{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-card{
    padding: 16px;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-card p, .tc-wp-content-root .ytgx-premium-content .ytgx-card-cta{
    font-size: 0.84rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .ytgx-premium-content .ytgx-card, .tc-wp-content-root .ytgx-premium-content .ytgx-card *, .tc-wp-content-root .ytgx-premium-content .ytgx-card::before, .tc-wp-content-root .ytgx-premium-content .ytgx-card::after{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .ytgx-premium-content .ytgx-card, .tc-wp-content-root .ytgx-premium-content .ytgx-card.is-visible, .tc-wp-content-root .ytgx-premium-content .ytgx-card:hover{
    opacity: 1;
    transform: none !important;
  }}

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