@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 .jgpx-editorial-wrap, .tc-wp-content-root .jgpx-editorial-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .jgpx-editorial-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #1d2533;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background: #fff;
}.tc-wp-content-root .jgpx-editorial-wrap .jgpx-section, .tc-wp-content-root .jgpx-editorial-wrap .jgpx-container, .tc-wp-content-root .jgpx-editorial-wrap .jgpx-card-grid{
  width: 100%;
  max-width: 100%;
}.tc-wp-content-root .jgpx-editorial-wrap .jgpx-section{
  position: relative;
  padding: 92px 22px;
  overflow: hidden;
}.tc-wp-content-root .jgpx-editorial-wrap .jgpx-section-white{
  background: #fff;
}.tc-wp-content-root .jgpx-editorial-wrap .jgpx-section-warm{
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 184, 107, 0.18), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(89, 124, 255, 0.13), transparent 32%),
    linear-gradient(135deg, #fff8ef 0%, #fffdf9 48%, #f5f7ff 100%);
}.tc-wp-content-root .jgpx-editorial-wrap .jgpx-container{
  max-width: 1240px;
  margin: 0 auto;
}.tc-wp-content-root .jgpx-editorial-wrap .jgpx-section-head{
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .jgpx-editorial-wrap h2{
  margin: 0;
  color: #172033;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  font-weight: 820;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .jgpx-editorial-wrap h2 span{
  background: linear-gradient(135deg, #ef7d36 0%, #cf466f 45%, #5a6ff0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .jgpx-editorial-wrap .jgpx-section-head p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #657083;
  font-size: 1.02rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --jgpx-accent: #ef7d36;
  --jgpx-accent-2: #5a6ff0;
  --jgpx-soft: rgba(239, 125, 54, 0.12);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 252px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(31, 42, 68, 0.1);
  border-radius: 20px;
  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.96), rgba(255, 250, 244, 0.8));
  box-shadow: 0 14px 38px rgba(28, 39, 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.7s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  will-change: transform;
}.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card:nth-child(2){ --jgpx-accent: #d94f79; --jgpx-accent-2: #7c5cff; --jgpx-soft: rgba(217, 79, 121, 0.12); }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card:nth-child(3){ --jgpx-accent: #3c91e6; --jgpx-accent-2: #17b890; --jgpx-soft: rgba(60, 145, 230, 0.12); }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card:nth-child(4){ --jgpx-accent: #8b5cf6; --jgpx-accent-2: #ec4899; --jgpx-soft: rgba(139, 92, 246, 0.12); }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card:nth-child(5){ --jgpx-accent: #0ea5a4; --jgpx-accent-2: #f59e0b; --jgpx-soft: rgba(14, 165, 164, 0.12); }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card:nth-child(6){ --jgpx-accent: #f97316; --jgpx-accent-2: #06b6d4; --jgpx-soft: rgba(249, 115, 22, 0.12); }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card:nth-child(7){ --jgpx-accent: #6366f1; --jgpx-accent-2: #10b981; --jgpx-soft: rgba(99, 102, 241, 0.12); }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card:nth-child(8){ --jgpx-accent: #e11d48; --jgpx-accent-2: #2563eb; --jgpx-soft: rgba(225, 29, 72, 0.12); }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--jgpx-accent) 18%, transparent), transparent 34%),
    linear-gradient(135deg, color-mix(in srgb, var(--jgpx-accent) 8%, transparent), color-mix(in srgb, var(--jgpx-accent-2) 7%, transparent));
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card::after{
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--jgpx-accent), var(--jgpx-accent-2));
  transform: scaleX(0.2);
  transform-origin: left;
  opacity: 0.58;
  transition: transform 0.28s ease, opacity 0.28s ease;
}.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card:hover{
  border-color: color-mix(in srgb, var(--jgpx-accent) 42%, rgba(31, 42, 68, 0.12));
  box-shadow: 0 24px 58px rgba(28, 39, 62, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.tc-wp-content-root .jgpx-editorial-wrap .jgpx-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0 0 20px;
  border-radius: 16px;
  color: var(--jgpx-accent);
  background: var(--jgpx-soft);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--jgpx-accent) 16%, transparent);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}.tc-wp-content-root .jgpx-editorial-wrap .jgpx-icon i{
  font-size: 1.18rem;
  line-height: 1;
}.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card:hover .jgpx-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--jgpx-accent), var(--jgpx-accent-2));
  box-shadow: 0 14px 28px color-mix(in srgb, var(--jgpx-accent) 26%, transparent);
  transform: translateY(-3px) rotate(-3deg) scale(1.04);
}.tc-wp-content-root .jgpx-editorial-wrap h3{
  position: relative;
  z-index: 1;
  display: inline;
  margin: 0;
  color: #182236;
  font-size: 1.08rem;
  line-height: 1.3;
  font-weight: 760;
  letter-spacing: 0;
  background-image: linear-gradient(90deg, var(--jgpx-accent), var(--jgpx-accent-2));
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: 0 100%;
  transition: background-size 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card:hover h3{
  background-size: 100% 2px;
}.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card p{
  position: relative;
  z-index: 1;
  margin: 13px 0 0;
  color: #5f6b7d;
  font-size: 0.95rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .jgpx-editorial-wrap .jgpx-cta{
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--jgpx-accent);
  font-size: 0.9rem;
  font-weight: 720;
  line-height: 1.3;
  opacity: 0.42;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease, color 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card:hover .jgpx-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--jgpx-accent-2);
}.tc-wp-content-root .jgpx-editorial-wrap .jgpx-tilt-card{
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(250, 246, 240, 0.86));
}.tc-wp-content-root .jgpx-editorial-wrap .jgpx-process-card{
  padding-top: 30px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.94), transparent 28%),
    linear-gradient(145deg, #ffffff, #fff8f1);
}.tc-wp-content-root .jgpx-editorial-wrap .jgpx-step-number{
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 0;
  color: color-mix(in srgb, var(--jgpx-accent) 18%, transparent);
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 0.28s ease, color 0.28s ease;
}.tc-wp-content-root .jgpx-editorial-wrap .jgpx-process-card:hover .jgpx-step-number{
  color: color-mix(in srgb, var(--jgpx-accent) 28%, transparent);
  transform: translateY(-4px) scale(1.04);
}@media (min-width: 1200px) {.tc-wp-content-root .jgpx-editorial-wrap .jgpx-section{
    padding: 96px 28px;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-container{
    max-width: 1240px;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .jgpx-editorial-wrap .jgpx-section{
    padding: 82px 24px;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-container{
    max-width: 1040px;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-section-head{
    margin-bottom: 36px;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-section-head p{
    font-size: 0.98rem;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .jgpx-editorial-wrap .jgpx-section{
    padding: 70px 20px;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-section-head{
    margin-bottom: 32px;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card{
    padding: 23px;
    min-height: 236px;
  }.tc-wp-content-root .jgpx-editorial-wrap h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .jgpx-editorial-wrap .jgpx-section{
    padding: 58px 16px;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-section-head p{
    font-size: 0.94rem;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card{
    padding: 22px;
    min-height: auto;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .jgpx-editorial-wrap .jgpx-section{
    padding: 50px 14px;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-section-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-section-head p{
    font-size: 0.91rem;
    line-height: 1.62;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card{
    padding: 20px;
    border-radius: 18px;
    min-height: auto;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }.tc-wp-content-root .jgpx-editorial-wrap h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-step-number{
    font-size: 3.5rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .jgpx-editorial-wrap .jgpx-section{
    padding: 44px 12px;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-section-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-section-head p{
    font-size: 0.88rem;
    line-height: 1.58;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card{
    padding: 18px;
    min-height: auto;
    border-radius: 16px;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    border-radius: 13px;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .jgpx-editorial-wrap h3{
    font-size: 0.95rem;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card p, .tc-wp-content-root .jgpx-editorial-wrap .jgpx-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-step-number{
    top: 12px;
    right: 14px;
    font-size: 3rem;
  }}@media (max-width: 767px) {.tc-wp-content-root .jgpx-editorial-wrap, .tc-wp-content-root .jgpx-editorial-wrap .jgpx-section, .tc-wp-content-root .jgpx-editorial-wrap .jgpx-container, .tc-wp-content-root .jgpx-editorial-wrap .jgpx-card-grid, .tc-wp-content-root .jgpx-editorial-wrap .jgpx-card{
    max-width: 100%;
    overflow-x: hidden;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card{
    width: 100%;
    min-width: 0;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-cta{
    white-space: normal;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card, .tc-wp-content-root .jgpx-editorial-wrap .jgpx-card::before, .tc-wp-content-root .jgpx-editorial-wrap .jgpx-card::after, .tc-wp-content-root .jgpx-editorial-wrap .jgpx-icon, .tc-wp-content-root .jgpx-editorial-wrap h3, .tc-wp-content-root .jgpx-editorial-wrap .jgpx-cta, .tc-wp-content-root .jgpx-editorial-wrap .jgpx-step-number{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .jgpx-editorial-wrap .jgpx-card, .tc-wp-content-root .jgpx-editorial-wrap .jgpx-card.is-visible, .tc-wp-content-root .jgpx-editorial-wrap .jgpx-card:hover{
    transform: none !important;
    opacity: 1;
  }}

.tc-wp-content-root .jgpx-process-grid {}
.tc-wp-content-root .jgpx-reveal {}
.tc-wp-content-root .jgpx-what-grid {}
.tc-wp-content-root .jgpx-why-grid {}