@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 .tgug-editorial-wrap, .tc-wp-content-root .tgug-editorial-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .tgug-editorial-wrap{
  --tgug-ink: #172033;
  --tgug-muted: #657086;
  --tgug-line: rgba(28, 45, 78, 0.12);
  --tgug-soft: #f8fbff;
  --tgug-warm: #fff7ee;
  --tgug-blue: #229ed9;
  --tgug-cyan: #32c5ff;
  --tgug-violet: #7c5cff;
  --tgug-shadow: 0 18px 46px rgba(25, 43, 74, 0.1);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--tgug-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .tgug-editorial-wrap .tgug-section, .tc-wp-content-root .tgug-editorial-wrap .tgug-container, .tc-wp-content-root .tgug-editorial-wrap .tgug-grid{
  width: 100%;
  max-width: 100%;
}.tc-wp-content-root .tgug-editorial-wrap .tgug-section{
  position: relative;
  padding: 86px 20px;
  overflow: hidden;
}.tc-wp-content-root .tgug-editorial-wrap .tgug-section-white{
  background: #fff;
}.tc-wp-content-root .tgug-editorial-wrap .tgug-section-warm{
  background:
    radial-gradient(circle at 16% 18%, rgba(34, 158, 217, 0.13), transparent 34%),
    radial-gradient(circle at 86% 14%, rgba(124, 92, 255, 0.11), transparent 30%),
    linear-gradient(180deg, #fff9f1 0%, #fffdf9 100%);
}.tc-wp-content-root .tgug-editorial-wrap .tgug-container{
  max-width: 1240px;
  margin: 0 auto;
}.tc-wp-content-root .tgug-editorial-wrap .tgug-section-head{
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}.tc-wp-content-root .tgug-editorial-wrap .tgug-section-head h2{
  margin: 0;
  color: var(--tgug-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .tgug-editorial-wrap .tgug-section-head h2 span{
  background: linear-gradient(105deg, var(--tgug-blue), var(--tgug-cyan) 48%, var(--tgug-violet));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .tgug-editorial-wrap .tgug-section-head p{
  margin: 14px auto 0;
  max-width: 680px;
  color: var(--tgug-muted);
  font-size: 1rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .tgug-editorial-wrap .tgug-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}.tc-wp-content-root .tgug-editorial-wrap .tgug-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --tgug-a: #229ed9;
  --tgug-b: #32c5ff;
  --tgug-c: rgba(34, 158, 217, 0.1);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 245px;
  padding: 26px;
  border: 1px solid var(--tgug-line);
  border-radius: 20px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.95), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.9)),
    linear-gradient(135deg, var(--tgug-c), transparent 62%);
  box-shadow: 0 12px 34px rgba(22, 34, 58, 0.07);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  overflow: hidden;
  transition:
    opacity 0.65s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
}.tc-wp-content-root .tgug-editorial-wrap .tgug-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--tgug-a) 20%, transparent), transparent 38%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}.tc-wp-content-root .tgug-editorial-wrap .tgug-card::after{
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--tgug-a), var(--tgug-b));
  transform: scaleX(0.22);
  transform-origin: left;
  opacity: 0.55;
  transition: transform 0.3s ease, opacity 0.3s ease;
}.tc-wp-content-root .tgug-editorial-wrap .tgug-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .tgug-editorial-wrap .tgug-card:hover{
  border-color: color-mix(in srgb, var(--tgug-a) 42%, var(--tgug-line));
  box-shadow: 0 24px 64px rgba(25, 43, 74, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .tgug-editorial-wrap .tgug-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tgug-editorial-wrap .tgug-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.tc-wp-content-root .tgug-editorial-wrap .tgug-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0 0 22px;
  border-radius: 16px;
  color: var(--tgug-a);
  background: linear-gradient(135deg, color-mix(in srgb, var(--tgug-a) 14%, #fff), #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--tgug-a) 14%, transparent);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}.tc-wp-content-root .tgug-editorial-wrap .tgug-icon i{
  font-size: 1.28rem;
  line-height: 1;
}.tc-wp-content-root .tgug-editorial-wrap .tgug-card:hover .tgug-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--tgug-a), var(--tgug-b));
  transform: translateY(-3px) rotate(-4deg) scale(1.05);
}.tc-wp-content-root .tgug-editorial-wrap .tgug-card h3{
  position: relative;
  z-index: 1;
  display: inline;
  margin: 0;
  color: var(--tgug-ink);
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 760;
  letter-spacing: 0;
  background-image: linear-gradient(90deg, var(--tgug-a), var(--tgug-b));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .tgug-editorial-wrap .tgug-card:hover h3{
  background-size: 100% 2px;
}.tc-wp-content-root .tgug-editorial-wrap .tgug-card p{
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: var(--tgug-muted);
  font-size: 0.95rem;
  line-height: 1.66;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .tgug-editorial-wrap .tgug-cta{
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--tgug-a);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .tgug-editorial-wrap .tgug-card:hover .tgug-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .tgug-editorial-wrap .tgug-grid-why .tgug-card:hover{
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}.tc-wp-content-root .tgug-editorial-wrap .tgug-process-card{
  min-height: 260px;
}.tc-wp-content-root .tgug-editorial-wrap .tgug-process-card::before{
  content: attr(data-step);
  position: absolute;
  right: 18px;
  top: 8px;
  color: color-mix(in srgb, var(--tgug-a) 13%, transparent);
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  transition: transform 0.28s ease, opacity 0.28s ease;
}.tc-wp-content-root .tgug-editorial-wrap .tgug-process-card:hover::before{
  transform: translateY(-4px) scale(1.04);
  opacity: 0.9;
}.tc-wp-content-root .tgug-editorial-wrap .tgug-step-text{
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
  color: var(--tgug-a);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .tgug-editorial-wrap .tgug-card:nth-child(8n + 1){
  --tgug-a: #229ed9;
  --tgug-b: #32c5ff;
  --tgug-c: rgba(34, 158, 217, 0.11);
}.tc-wp-content-root .tgug-editorial-wrap .tgug-card:nth-child(8n + 2){
  --tgug-a: #7c5cff;
  --tgug-b: #b06cff;
  --tgug-c: rgba(124, 92, 255, 0.1);
}.tc-wp-content-root .tgug-editorial-wrap .tgug-card:nth-child(8n + 3){
  --tgug-a: #00a88f;
  --tgug-b: #43d9b8;
  --tgug-c: rgba(0, 168, 143, 0.1);
}.tc-wp-content-root .tgug-editorial-wrap .tgug-card:nth-child(8n + 4){
  --tgug-a: #f26b4f;
  --tgug-b: #ffb05c;
  --tgug-c: rgba(242, 107, 79, 0.1);
}.tc-wp-content-root .tgug-editorial-wrap .tgug-card:nth-child(8n + 5){
  --tgug-a: #2f6fed;
  --tgug-b: #74a8ff;
  --tgug-c: rgba(47, 111, 237, 0.1);
}.tc-wp-content-root .tgug-editorial-wrap .tgug-card:nth-child(8n + 6){
  --tgug-a: #d94686;
  --tgug-b: #ff7ab6;
  --tgug-c: rgba(217, 70, 134, 0.1);
}.tc-wp-content-root .tgug-editorial-wrap .tgug-card:nth-child(8n + 7){
  --tgug-a: #7a8c13;
  --tgug-b: #c2d64d;
  --tgug-c: rgba(122, 140, 19, 0.1);
}.tc-wp-content-root .tgug-editorial-wrap .tgug-card:nth-child(8n + 8){
  --tgug-a: #8b5a2b;
  --tgug-b: #d59b57;
  --tgug-c: rgba(139, 90, 43, 0.1);
}@media (min-width: 1200px) {.tc-wp-content-root .tgug-editorial-wrap .tgug-section{
    padding: 92px 24px;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-container{
    max-width: 1240px;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .tgug-editorial-wrap .tgug-section{
    padding: 78px 22px;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-container{
    max-width: 1020px;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-section-head p{
    font-size: 0.98rem;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tgug-editorial-wrap .tgug-section{
    padding: 68px 20px;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-section-head p{
    font-size: 0.96rem;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-card{
    min-height: 230px;
    padding: 23px;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-card h3{
    font-size: 1.03rem;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tgug-editorial-wrap .tgug-section{
    padding: 54px 16px;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-section-head{
    margin-bottom: 26px;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-section-head p{
    font-size: 0.94rem;
    line-height: 1.62;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-card{
    min-height: auto;
    padding: 22px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tgug-editorial-wrap .tgug-section{
    padding: 48px 14px;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-section-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-section-head p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-card{
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-process-card::before{
    font-size: 4.2rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tgug-editorial-wrap .tgug-section{
    padding: 42px 12px;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-section-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-section-head p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-card{
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 13px;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-card h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-card p, .tc-wp-content-root .tgug-editorial-wrap .tgug-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-process-card::before{
    right: 12px;
    font-size: 3.7rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .tgug-editorial-wrap .tgug-section{
    padding: 38px 10px;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-grid{
    grid-template-columns: 1fr !important;
    gap: 10px;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-card{
    min-height: auto;
    padding: 16px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .tgug-editorial-wrap .tgug-card, .tc-wp-content-root .tgug-editorial-wrap .tgug-card::before, .tc-wp-content-root .tgug-editorial-wrap .tgug-card::after, .tc-wp-content-root .tgug-editorial-wrap .tgug-icon, .tc-wp-content-root .tgug-editorial-wrap .tgug-cta, .tc-wp-content-root .tgug-editorial-wrap .tgug-process-card::before{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .tgug-editorial-wrap .tgug-card, .tc-wp-content-root .tgug-editorial-wrap .tgug-card.is-visible, .tc-wp-content-root .tgug-editorial-wrap .tgug-card:hover{
    transform: none !important;
    opacity: 1;
  }}

.tc-wp-content-root .tgug-grid-how {}
.tc-wp-content-root .tgug-grid-what {}
.tc-wp-content-root .tgug-reveal {}