@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-editorial, .tc-wp-content-root .ttg-premium-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .ttg-premium-editorial{
  --ttg-ink: #221829;
  --ttg-muted: #6d5e73;
  --ttg-line: rgba(116, 79, 113, 0.16);
  --ttg-shadow: 0 18px 45px rgba(68, 42, 82, 0.1);
  --ttg-shadow-hover: 0 26px 70px rgba(70, 43, 86, 0.16);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ttg-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .ttg-premium-editorial .ttg-section{
  width: 100%;
  max-width: 100%;
  padding: 92px 24px;
  overflow-x: hidden;
}.tc-wp-content-root .ttg-premium-editorial .ttg-section-white{
  background: #fff;
}.tc-wp-content-root .ttg-premium-editorial .ttg-section-warm{
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 183, 107, 0.28), transparent 32%),
    radial-gradient(circle at 85% 18%, rgba(211, 106, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #fff7ef 0%, #fff2f5 46%, #f9f1ff 100%);
}.tc-wp-content-root .ttg-premium-editorial .ttg-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .ttg-premium-editorial .ttg-section-header{
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .ttg-premium-editorial .ttg-section-header h2{
  margin: 0;
  color: var(--ttg-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ttg-premium-editorial .ttg-section-header h2 span{
  background: linear-gradient(110deg, #ff8a3d 0%, #ff4f8b 45%, #8f5cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .ttg-premium-editorial .ttg-section-header p{
  margin: 15px auto 0;
  max-width: 690px;
  color: var(--ttg-muted);
  font-size: 1.04rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ttg-premium-editorial .ttg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .ttg-premium-editorial .ttg-grid-what, .tc-wp-content-root .ttg-premium-editorial .ttg-grid-how{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .ttg-premium-editorial .ttg-grid-why{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .ttg-premium-editorial .ttg-card{
  --ttg-a: #ff8a3d;
  --ttg-b: #ff4f8b;
  --ttg-c: #8f5cff;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 238px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--ttg-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at 20% 0%, color-mix(in srgb, var(--ttg-a) 16%, transparent), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 247, 0.88));
  box-shadow: var(--ttg-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ttg-premium-editorial .ttg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--ttg-b) 20%, transparent), transparent 46%);
  transition: opacity 260ms ease;
}.tc-wp-content-root .ttg-premium-editorial .ttg-card:hover{
  transform: translateY(-8px);
  border-color: color-mix(in srgb, var(--ttg-b) 42%, transparent);
  box-shadow: var(--ttg-shadow-hover);
}.tc-wp-content-root .ttg-premium-editorial .ttg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ttg-premium-editorial .ttg-card:nth-child(2n){
  --ttg-a: #ffb347;
  --ttg-b: #ff6f61;
  --ttg-c: #b45cff;
}.tc-wp-content-root .ttg-premium-editorial .ttg-card:nth-child(3n){
  --ttg-a: #ff6f91;
  --ttg-b: #ff9671;
  --ttg-c: #845ec2;
}.tc-wp-content-root .ttg-premium-editorial .ttg-card:nth-child(4n){
  --ttg-a: #f9c74f;
  --ttg-b: #f15bb5;
  --ttg-c: #9b5de5;
}.tc-wp-content-root .ttg-premium-editorial .ttg-icon, .tc-wp-content-root .ttg-premium-editorial .ttg-step-badge{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--ttg-a), var(--ttg-b), var(--ttg-c));
  box-shadow: 0 14px 28px color-mix(in srgb, var(--ttg-b) 26%, transparent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 260ms ease, box-shadow 260ms ease;
  overflow: hidden;
}.tc-wp-content-root .ttg-premium-editorial .ttg-card:hover .ttg-icon, .tc-wp-content-root .ttg-premium-editorial .ttg-card:hover .ttg-step-badge{
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 34px color-mix(in srgb, var(--ttg-b) 34%, transparent);
}.tc-wp-content-root .ttg-premium-editorial .ttg-card h3{
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--ttg-ink);
  font-size: 1.12rem;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ttg-premium-editorial .ttg-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ttg-a), var(--ttg-b));
  transition: width 260ms ease;
}.tc-wp-content-root .ttg-premium-editorial .ttg-card:hover h3::after{
  width: 72px;
}.tc-wp-content-root .ttg-premium-editorial .ttg-card p{
  position: relative;
  z-index: 1;
  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-editorial .ttg-card-cta{
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: color-mix(in srgb, var(--ttg-b) 78%, #321b3a);
  font-size: 0.9rem;
  font-weight: 800;
  opacity: 0.68;
  transform: translateY(5px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ttg-premium-editorial .ttg-card:hover .ttg-card-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ttg-premium-editorial .ttg-tilt-card{
  transform-style: preserve-3d;
}.tc-wp-content-root .ttg-premium-editorial .ttg-tilt-card:hover{
  transform: translateY(-8px) rotateX(1.2deg) rotateY(-1.2deg);
}.tc-wp-content-root .ttg-premium-editorial .ttg-step-badge{
  border-radius: 999px;
  font-size: 1rem;
}@media (max-width: 1199px) and (min-width: 1024px) {.tc-wp-content-root .ttg-premium-editorial .ttg-section{
    padding: 78px 22px;
  }.tc-wp-content-root .ttg-premium-editorial .ttg-grid-what, .tc-wp-content-root .ttg-premium-editorial .ttg-grid-why, .tc-wp-content-root .ttg-premium-editorial .ttg-grid-how{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttg-premium-editorial .ttg-grid{
    gap: 22px;
  }.tc-wp-content-root .ttg-premium-editorial .ttg-card{
    padding: 25px;
  }}@media (max-width: 1023px) and (min-width: 768px) {.tc-wp-content-root .ttg-premium-editorial .ttg-section{
    padding: 66px 20px;
  }.tc-wp-content-root .ttg-premium-editorial .ttg-section-header{
    margin-bottom: 34px;
  }.tc-wp-content-root .ttg-premium-editorial .ttg-grid-what, .tc-wp-content-root .ttg-premium-editorial .ttg-grid-why, .tc-wp-content-root .ttg-premium-editorial .ttg-grid-how{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttg-premium-editorial .ttg-grid{
    gap: 20px;
  }.tc-wp-content-root .ttg-premium-editorial .ttg-card{
    min-height: 220px;
    padding: 24px;
  }.tc-wp-content-root .ttg-premium-editorial .ttg-card h3{
    font-size: 1.05rem;
  }.tc-wp-content-root .ttg-premium-editorial .ttg-card p{
    font-size: 0.94rem;
  }}@media (max-width: 767px) and (min-width: 430px) {.tc-wp-content-root .ttg-premium-editorial .ttg-section{
    padding: 54px 18px;
  }.tc-wp-content-root .ttg-premium-editorial .ttg-section-header{
    margin-bottom: 28px;
  }.tc-wp-content-root .ttg-premium-editorial .ttg-section-header p{
    font-size: 0.96rem;
    line-height: 1.65;
  }.tc-wp-content-root .ttg-premium-editorial .ttg-grid-what, .tc-wp-content-root .ttg-premium-editorial .ttg-grid-why, .tc-wp-content-root .ttg-premium-editorial .ttg-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .ttg-premium-editorial .ttg-grid{
    gap: 18px;
  }.tc-wp-content-root .ttg-premium-editorial .ttg-card{
    min-height: auto;
    padding: 22px;
    border-radius: 18px;
  }}@media (max-width: 429px) and (min-width: 375px) {.tc-wp-content-root .ttg-premium-editorial .ttg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .ttg-premium-editorial .ttg-grid-what, .tc-wp-content-root .ttg-premium-editorial .ttg-grid-why, .tc-wp-content-root .ttg-premium-editorial .ttg-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .ttg-premium-editorial .ttg-grid{
    gap: 15px;
  }.tc-wp-content-root .ttg-premium-editorial .ttg-card{
    padding: 19px;
    border-radius: 16px;
  }.tc-wp-content-root .ttg-premium-editorial .ttg-icon, .tc-wp-content-root .ttg-premium-editorial .ttg-step-badge{
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
  }.tc-wp-content-root .ttg-premium-editorial .ttg-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .ttg-premium-editorial .ttg-card p, .tc-wp-content-root .ttg-premium-editorial .ttg-card-cta{
    font-size: 0.9rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .ttg-premium-editorial .ttg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .ttg-premium-editorial .ttg-grid-what, .tc-wp-content-root .ttg-premium-editorial .ttg-grid-why, .tc-wp-content-root .ttg-premium-editorial .ttg-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .ttg-premium-editorial .ttg-grid{
    gap: 13px;
  }.tc-wp-content-root .ttg-premium-editorial .ttg-section-header{
    margin-bottom: 24px;
  }.tc-wp-content-root .ttg-premium-editorial .ttg-section-header p{
    font-size: 0.88rem;
    line-height: 1.58;
  }.tc-wp-content-root .ttg-premium-editorial .ttg-card{
    padding: 16px;
    border-radius: 15px;
  }.tc-wp-content-root .ttg-premium-editorial .ttg-icon, .tc-wp-content-root .ttg-premium-editorial .ttg-step-badge{
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 14px;
    font-size: 0.72rem;
  }.tc-wp-content-root .ttg-premium-editorial .ttg-step-badge{
    border-radius: 999px;
    font-size: 0.88rem;
  }.tc-wp-content-root .ttg-premium-editorial .ttg-card h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .ttg-premium-editorial .ttg-card p, .tc-wp-content-root .ttg-premium-editorial .ttg-card-cta{
    font-size: 0.86rem;
    line-height: 1.56;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .ttg-premium-editorial .ttg-card, .tc-wp-content-root .ttg-premium-editorial .ttg-card::before, .tc-wp-content-root .ttg-premium-editorial .ttg-icon, .tc-wp-content-root .ttg-premium-editorial .ttg-step-badge, .tc-wp-content-root .ttg-premium-editorial .ttg-card h3::after, .tc-wp-content-root .ttg-premium-editorial .ttg-card-cta{
    transition: none;
  }.tc-wp-content-root .ttg-premium-editorial .ttg-card:hover, .tc-wp-content-root .ttg-premium-editorial .ttg-tilt-card:hover, .tc-wp-content-root .ttg-premium-editorial .ttg-card:hover .ttg-icon, .tc-wp-content-root .ttg-premium-editorial .ttg-card:hover .ttg-step-badge{
    transform: none;
  }}

.tc-wp-content-root .ttg-process-card {}