@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 .ytg-premium-editorial, .tc-wp-content-root .ytg-premium-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .ytg-premium-editorial{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #211824;
  background: #fff;
}.tc-wp-content-root .ytg-premium-editorial .ytg-sec{
  width: 100%;
  max-width: 100%;
  padding: 96px 24px;
  overflow-x: hidden;
}.tc-wp-content-root .ytg-premium-editorial .ytg-sec-white{
  background: #fff;
}.tc-wp-content-root .ytg-premium-editorial .ytg-sec-warm{
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 170, 96, 0.24), transparent 34%),
    radial-gradient(circle at 82% 22%, rgba(190, 93, 255, 0.16), transparent 34%),
    linear-gradient(135deg, #fff8f2 0%, #fff1e6 48%, #fff7fb 100%);
}.tc-wp-content-root .ytg-premium-editorial .ytg-container{
  width: min(1280px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .ytg-premium-editorial .ytg-heading-wrap{
  max-width: 780px;
  margin: 0 auto 44px;
  text-align: center;
}.tc-wp-content-root .ytg-premium-editorial .ytg-section-title{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  letter-spacing: 0;
  font-weight: 850;
  color: #241827;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ytg-premium-editorial .ytg-section-title span{
  background: linear-gradient(105deg, #ff8a3d 0%, #ff4f81 42%, #8e55ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .ytg-premium-editorial .ytg-section-subtitle{
  margin: 14px auto 0;
  max-width: 680px;
  color: #6e5d70;
  font-size: 1.04rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ytg-premium-editorial .ytg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .ytg-premium-editorial .ytg-grid-what, .tc-wp-content-root .ytg-premium-editorial .ytg-grid-how{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .ytg-premium-editorial .ytg-grid-why{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .ytg-premium-editorial .ytg-card{
  --ytg-a: #ff8a3d;
  --ytg-b: #ff5d7d;
  --ytg-soft: rgba(255, 138, 61, 0.12);
  --fg-mx: 50%;
  --fg-my: 30%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 238px;
  padding: 28px;
  border: 1px solid rgba(105, 65, 120, 0.12);
  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, 247, 241, 0.86));
  box-shadow: 0 18px 50px rgba(63, 33, 72, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  overflow: hidden;
  transition: transform 360ms ease, opacity 520ms ease, border-color 260ms ease, box-shadow 260ms ease, background 260ms ease;
  isolation: isolate;
}.tc-wp-content-root .ytg-premium-editorial .ytg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--ytg-a) 22%, transparent), transparent 30%),
    linear-gradient(135deg, color-mix(in srgb, var(--ytg-a) 10%, transparent), color-mix(in srgb, var(--ytg-b) 8%, transparent));
  opacity: 0;
  transition: opacity 260ms ease;
  z-index: -1;
}.tc-wp-content-root .ytg-premium-editorial .ytg-card:nth-child(2){ --ytg-a: #ff5d7d; --ytg-b: #a85cff; --ytg-soft: rgba(255, 93, 125, 0.12); }.tc-wp-content-root .ytg-premium-editorial .ytg-card:nth-child(3){ --ytg-a: #f7b733; --ytg-b: #ff6f61; --ytg-soft: rgba(247, 183, 51, 0.14); }.tc-wp-content-root .ytg-premium-editorial .ytg-card:nth-child(4){ --ytg-a: #b46cff; --ytg-b: #ff8a3d; --ytg-soft: rgba(180, 108, 255, 0.13); }.tc-wp-content-root .ytg-premium-editorial .ytg-card:nth-child(5){ --ytg-a: #ff7a59; --ytg-b: #ff3f8f; --ytg-soft: rgba(255, 122, 89, 0.12); }.tc-wp-content-root .ytg-premium-editorial .ytg-card:nth-child(6){ --ytg-a: #d66efd; --ytg-b: #ffb14a; --ytg-soft: rgba(214, 110, 253, 0.12); }.tc-wp-content-root .ytg-premium-editorial .ytg-card:nth-child(7){ --ytg-a: #ff9f43; --ytg-b: #ec4899; --ytg-soft: rgba(255, 159, 67, 0.13); }.tc-wp-content-root .ytg-premium-editorial .ytg-card:nth-child(8){ --ytg-a: #ff6b6b; --ytg-b: #7c5cff; --ytg-soft: rgba(255, 107, 107, 0.12); }.tc-wp-content-root .ytg-premium-editorial .ytg-card.ytg-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .ytg-premium-editorial .ytg-card:hover{
  border-color: color-mix(in srgb, var(--ytg-a) 38%, rgba(105, 65, 120, 0.18));
  box-shadow: 0 26px 70px rgba(88, 42, 96, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .ytg-premium-editorial .ytg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ytg-premium-editorial .ytg-icon{
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  max-width: 100%;
  margin: 0 0 22px;
  border-radius: 18px;
  background: var(--ytg-soft);
  color: var(--ytg-a);
  font-size: 1.34rem;
  font-weight: 850;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  transition: transform 260ms ease, background 260ms ease, color 260ms ease;
}.tc-wp-content-root .ytg-premium-editorial .ytg-card:hover .ytg-icon{
  transform: translateY(-3px) scale(1.05) rotate(-3deg);
  background: linear-gradient(135deg, var(--ytg-a), var(--ytg-b));
  color: #fff;
}.tc-wp-content-root .ytg-premium-editorial .ytg-card h3{
  position: relative;
  margin: 0;
  padding-bottom: 12px;
  color: #241827;
  font-size: 1.12rem;
  line-height: 1.32;
  letter-spacing: 0;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ytg-premium-editorial .ytg-card h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ytg-a), var(--ytg-b));
  transition: width 260ms ease;
}.tc-wp-content-root .ytg-premium-editorial .ytg-card:hover h3::after{
  width: 74px;
}.tc-wp-content-root .ytg-premium-editorial .ytg-card p{
  margin: 15px 0 0;
  color: #665568;
  font-size: 0.98rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ytg-premium-editorial .ytg-card-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--ytg-a);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ytg-premium-editorial .ytg-card:hover .ytg-card-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ytg-premium-editorial .ytg-process{
  padding-top: 76px;
}.tc-wp-content-root .ytg-premium-editorial .ytg-step{
  position: absolute;
  top: 24px;
  left: 24px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  max-width: calc(100% - 48px);
  border-radius: 16px;
  background: linear-gradient(135deg, var(--ytg-a), var(--ytg-b));
  color: #fff;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 26px color-mix(in srgb, var(--ytg-a) 24%, transparent);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .ytg-premium-editorial .ytg-process:hover .ytg-step{
  transform: translateY(-4px) rotate(-4deg) scale(1.05);
  box-shadow: 0 18px 34px color-mix(in srgb, var(--ytg-a) 34%, transparent);
}@media (max-width: 1199px) and (min-width: 1024px) {.tc-wp-content-root .ytg-premium-editorial .ytg-sec{
    padding: 82px 22px;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .ytg-premium-editorial .ytg-grid-what, .tc-wp-content-root .ytg-premium-editorial .ytg-grid-why, .tc-wp-content-root .ytg-premium-editorial .ytg-grid-how{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-card{
    padding: 25px;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-section-subtitle{
    font-size: 1rem;
  }}@media (max-width: 1023px) and (min-width: 768px) {.tc-wp-content-root .ytg-premium-editorial .ytg-sec{
    padding: 70px 20px;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-heading-wrap{
    margin-bottom: 34px;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-grid-what, .tc-wp-content-root .ytg-premium-editorial .ytg-grid-why, .tc-wp-content-root .ytg-premium-editorial .ytg-grid-how{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-card{
    padding: 24px;
    min-height: 220px;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-card h3{
    font-size: 1.05rem;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-card p{
    font-size: 0.95rem;
  }}@media (max-width: 767px) and (min-width: 430px) {.tc-wp-content-root .ytg-premium-editorial .ytg-sec{
    padding: 56px 16px;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-section-subtitle{
    font-size: 0.95rem;
    line-height: 1.62;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-grid-what, .tc-wp-content-root .ytg-premium-editorial .ytg-grid-why, .tc-wp-content-root .ytg-premium-editorial .ytg-grid-how{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-card{
    padding: 22px;
    min-height: auto;
  }}@media (max-width: 429px) and (min-width: 375px) {.tc-wp-content-root .ytg-premium-editorial .ytg-sec{
    padding: 46px 14px;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-section-subtitle{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-grid-what, .tc-wp-content-root .ytg-premium-editorial .ytg-grid-why, .tc-wp-content-root .ytg-premium-editorial .ytg-grid-how{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-card{
    padding: 19px;
    border-radius: 20px;
    min-height: auto;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-icon{
    width: 46px;
    height: 46px;
    border-radius: 15px;
    font-size: 1.12rem;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-process{
    padding-top: 68px;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-step{
    width: 42px;
    height: 42px;
    top: 19px;
    left: 19px;
  }}@media (max-width: 374px) {.tc-wp-content-root .ytg-premium-editorial .ytg-sec{
    padding: 40px 12px;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-section-subtitle{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-grid-what, .tc-wp-content-root .ytg-premium-editorial .ytg-grid-why, .tc-wp-content-root .ytg-premium-editorial .ytg-grid-how{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-card{
    padding: 16px;
    border-radius: 18px;
    min-height: auto;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 14px;
    font-size: 1rem;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-card h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-card p, .tc-wp-content-root .ytg-premium-editorial .ytg-card-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-process{
    padding-top: 62px;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-step{
    width: 38px;
    height: 38px;
    top: 16px;
    left: 16px;
    font-size: 0.78rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .ytg-premium-editorial .ytg-card, .tc-wp-content-root .ytg-premium-editorial .ytg-card::before, .tc-wp-content-root .ytg-premium-editorial .ytg-icon, .tc-wp-content-root .ytg-premium-editorial .ytg-card h3::after, .tc-wp-content-root .ytg-premium-editorial .ytg-card-cta, .tc-wp-content-root .ytg-premium-editorial .ytg-step{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .ytg-premium-editorial .ytg-card, .tc-wp-content-root .ytg-premium-editorial .ytg-card.ytg-visible, .tc-wp-content-root .ytg-premium-editorial .ytg-card:hover{
    transform: none !important;
    opacity: 1 !important;
  }}

.tc-wp-content-root .ytg-reveal {}
.tc-wp-content-root .ytg-tilt {}