@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 .ttg-premium-content{
  --ttg-ink: #211827;
  --ttg-muted: #6f6474;
  --ttg-line: rgba(90, 55, 95, 0.14);
  --ttg-shadow: 0 18px 48px rgba(54, 35, 65, 0.12);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ttg-ink);
}.tc-wp-content-root .ttg-premium-content *, .tc-wp-content-root .ttg-premium-content *::before, .tc-wp-content-root .ttg-premium-content *::after{
  box-sizing: border-box;
}.tc-wp-content-root .ttg-premium-content .ttg-section{
  width: 100%;
  max-width: 100%;
  padding: 96px 24px;
  overflow: hidden;
}.tc-wp-content-root .ttg-premium-content .ttg-section-white{
  background: #fff;
}.tc-wp-content-root .ttg-premium-content .ttg-section-warm{
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 190, 105, 0.22), transparent 34%),
    radial-gradient(circle at 85% 8%, rgba(226, 96, 142, 0.18), transparent 30%),
    linear-gradient(135deg, #fff7ef 0%, #fff2f7 48%, #f8f1ff 100%);
}.tc-wp-content-root .ttg-premium-content .ttg-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .ttg-premium-content .ttg-heading-wrap{
  max-width: 820px;
  margin: 0 auto 44px;
  text-align: center;
}.tc-wp-content-root .ttg-premium-content h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  letter-spacing: 0;
  color: var(--ttg-ink);
  font-weight: 820;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ttg-premium-content h2 span{
  background: linear-gradient(115deg, #ff8a3d 0%, #ff4f87 48%, #8d5cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .ttg-premium-content .ttg-heading-wrap p{
  margin: 16px auto 0;
  max-width: 720px;
  color: var(--ttg-muted);
  font-size: 1.05rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ttg-premium-content .ttg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .ttg-premium-content .ttg-grid-what, .tc-wp-content-root .ttg-premium-content .ttg-grid-how{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .ttg-premium-content .ttg-grid-why{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .ttg-premium-content .ttg-card{
  --fg-mx: 50%;
  --fg-my: 20%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --ttg-a: #ff8a3d;
  --ttg-b: #ff5f8f;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 235px;
  position: relative;
  isolation: isolate;
  padding: 28px;
  border: 1px solid var(--ttg-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--ttg-a) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(255,248,244,0.92));
  box-shadow: 0 10px 30px rgba(48, 32, 58, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition: transform 360ms ease, opacity 520ms ease, box-shadow 360ms ease, border-color 360ms ease, background 360ms ease;
  overflow: hidden;
}.tc-wp-content-root .ttg-premium-content .ttg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, color-mix(in srgb, var(--ttg-a) 9%, transparent), color-mix(in srgb, var(--ttg-b) 8%, transparent));
  opacity: 0;
  transition: opacity 360ms ease;
}.tc-wp-content-root .ttg-premium-content .ttg-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--ttg-a), var(--ttg-b));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 360ms ease;
}.tc-wp-content-root .ttg-premium-content .ttg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .ttg-premium-content .ttg-card:hover{
  border-color: color-mix(in srgb, var(--ttg-a) 42%, var(--ttg-line));
  box-shadow: var(--ttg-shadow);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .ttg-premium-content .ttg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ttg-premium-content .ttg-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .ttg-premium-content .ttg-card:nth-child(2){ --ttg-a: #ff5f8f; --ttg-b: #ad6cff; }.tc-wp-content-root .ttg-premium-content .ttg-card:nth-child(3){ --ttg-a: #f6aa32; --ttg-b: #ff6d55; }.tc-wp-content-root .ttg-premium-content .ttg-card:nth-child(4){ --ttg-a: #b56cff; --ttg-b: #ff6f9d; }.tc-wp-content-root .ttg-premium-content .ttg-card:nth-child(5){ --ttg-a: #ff7b54; --ttg-b: #ffd166; }.tc-wp-content-root .ttg-premium-content .ttg-card:nth-child(6){ --ttg-a: #e65b9a; --ttg-b: #8d5cff; }.tc-wp-content-root .ttg-premium-content .ttg-card:nth-child(7){ --ttg-a: #ff9b45; --ttg-b: #e84f8a; }.tc-wp-content-root .ttg-premium-content .ttg-card:nth-child(8){ --ttg-a: #9a6cff; --ttg-b: #ff8a3d; }.tc-wp-content-root .ttg-premium-content .ttg-icon, .tc-wp-content-root .ttg-premium-content .ttg-step{
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  margin-bottom: 22px;
  color: var(--ttg-a);
  background: linear-gradient(145deg, color-mix(in srgb, var(--ttg-a) 15%, #fff), #fff);
  border: 1px solid color-mix(in srgb, var(--ttg-a) 18%, transparent);
  box-shadow: 0 10px 22px color-mix(in srgb, var(--ttg-a) 14%, transparent);
  font-size: 1.2rem;
  font-weight: 800;
  max-width: 100%;
  transition: transform 320ms ease, color 320ms ease, background 320ms ease;
}.tc-wp-content-root .ttg-premium-content .ttg-card:hover .ttg-icon, .tc-wp-content-root .ttg-premium-content .ttg-card:hover .ttg-step{
  color: #fff;
  background: linear-gradient(135deg, var(--ttg-a), var(--ttg-b));
  transform: translateY(-3px) rotate(-3deg) scale(1.04);
}.tc-wp-content-root .ttg-premium-content h3{
  margin: 0 0 12px;
  color: var(--ttg-ink);
  font-size: 1.12rem;
  line-height: 1.28;
  letter-spacing: 0;
  font-weight: 760;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ttg-premium-content .ttg-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ttg-a), var(--ttg-b));
  transform: scaleX(0.45);
  transform-origin: left;
  transition: transform 320ms ease;
}.tc-wp-content-root .ttg-premium-content .ttg-card:hover h3::after{
  transform: scaleX(1);
}.tc-wp-content-root .ttg-premium-content .ttg-card p{
  margin: 0;
  color: var(--ttg-muted);
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ttg-premium-content .ttg-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--ttg-a);
  font-size: 0.9rem;
  font-weight: 750;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 320ms ease, transform 320ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ttg-premium-content .ttg-card:hover .ttg-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ttg-premium-content .ttg-step{
  width: 58px;
  font-size: 0.96rem;
  letter-spacing: 0;
}.tc-wp-content-root .ttg-premium-content .ttg-process:hover .ttg-step{
  transform: translateY(-4px) scale(1.06);
}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .ttg-premium-content .ttg-section{
    padding: 82px 22px;
  }.tc-wp-content-root .ttg-premium-content .ttg-grid-what, .tc-wp-content-root .ttg-premium-content .ttg-grid-why, .tc-wp-content-root .ttg-premium-content .ttg-grid-how{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttg-premium-content .ttg-grid{
    gap: 22px;
  }.tc-wp-content-root .ttg-premium-content .ttg-card{
    padding: 25px;
  }.tc-wp-content-root .ttg-premium-content .ttg-heading-wrap p{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttg-premium-content .ttg-section{
    padding: 70px 20px;
  }.tc-wp-content-root .ttg-premium-content .ttg-heading-wrap{
    margin-bottom: 34px;
  }.tc-wp-content-root .ttg-premium-content .ttg-grid-what, .tc-wp-content-root .ttg-premium-content .ttg-grid-why, .tc-wp-content-root .ttg-premium-content .ttg-grid-how{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttg-premium-content .ttg-grid{
    gap: 20px;
  }.tc-wp-content-root .ttg-premium-content .ttg-card{
    min-height: 215px;
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .ttg-premium-content h3{
    font-size: 1.04rem;
  }.tc-wp-content-root .ttg-premium-content .ttg-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttg-premium-content .ttg-section{
    padding: 56px 16px;
  }.tc-wp-content-root .ttg-premium-content .ttg-grid-what, .tc-wp-content-root .ttg-premium-content .ttg-grid-why, .tc-wp-content-root .ttg-premium-content .ttg-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .ttg-premium-content .ttg-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .ttg-premium-content .ttg-heading-wrap p{
    font-size: 0.96rem;
    line-height: 1.62;
  }.tc-wp-content-root .ttg-premium-content .ttg-grid{
    gap: 16px;
  }.tc-wp-content-root .ttg-premium-content .ttg-card{
    min-height: 0;
    padding: 22px;
    border-radius: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttg-premium-content .ttg-section{
    padding: 48px 14px;
  }.tc-wp-content-root .ttg-premium-content .ttg-grid-what, .tc-wp-content-root .ttg-premium-content .ttg-grid-why, .tc-wp-content-root .ttg-premium-content .ttg-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .ttg-premium-content .ttg-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .ttg-premium-content .ttg-heading-wrap p, .tc-wp-content-root .ttg-premium-content .ttg-card p{
    font-size: 0.92rem;
  }.tc-wp-content-root .ttg-premium-content .ttg-card{
    min-height: 0;
    padding: 20px;
    border-radius: 17px;
  }.tc-wp-content-root .ttg-premium-content .ttg-icon, .tc-wp-content-root .ttg-premium-content .ttg-step{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 18px;
  }}@media (max-width: 374px) {.tc-wp-content-root .ttg-premium-content .ttg-section{
    padding: 42px 12px;
  }.tc-wp-content-root .ttg-premium-content .ttg-grid-what, .tc-wp-content-root .ttg-premium-content .ttg-grid-why, .tc-wp-content-root .ttg-premium-content .ttg-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .ttg-premium-content .ttg-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .ttg-premium-content .ttg-heading-wrap p, .tc-wp-content-root .ttg-premium-content .ttg-card p{
    font-size: 0.88rem;
    line-height: 1.58;
  }.tc-wp-content-root .ttg-premium-content .ttg-grid{
    gap: 14px;
  }.tc-wp-content-root .ttg-premium-content .ttg-card{
    min-height: 0;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .ttg-premium-content h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .ttg-premium-content .ttg-icon, .tc-wp-content-root .ttg-premium-content .ttg-step{
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 16px;
    font-size: 0.94rem;
  }.tc-wp-content-root .ttg-premium-content .ttg-cta{
    font-size: 0.86rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .ttg-premium-content .ttg-card, .tc-wp-content-root .ttg-premium-content .ttg-card::before, .tc-wp-content-root .ttg-premium-content .ttg-card::after, .tc-wp-content-root .ttg-premium-content .ttg-icon, .tc-wp-content-root .ttg-premium-content .ttg-step, .tc-wp-content-root .ttg-premium-content .ttg-cta, .tc-wp-content-root .ttg-premium-content .ttg-card h3::after{
    transition: none !important;
    transform: none !important;
  }.tc-wp-content-root .ttg-premium-content .ttg-card{
    opacity: 1;
  }}

.tc-wp-content-root .ttg-card-tilt {}
.tc-wp-content-root .ttg-reveal {}