@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 .twug-editorial-block, .tc-wp-content-root .twug-editorial-block *, .tc-wp-content-root .twug-editorial-block *::before, .tc-wp-content-root .twug-editorial-block *::after{
  box-sizing: border-box;
}.tc-wp-content-root .twug-editorial-block{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fff;
  line-height: 1.55;
}.tc-wp-content-root .twug-editorial-block section, .tc-wp-content-root .twug-editorial-block div, .tc-wp-content-root .twug-editorial-block article{
  max-width: 100%;
}.tc-wp-content-root .twug-section{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}.tc-wp-content-root .twug-section-white{
  background: #fff;
}.tc-wp-content-root .twug-section-warm{
  background:
    radial-gradient(circle at 15% 10%, rgba(29, 155, 240, 0.12), transparent 32%),
    radial-gradient(circle at 85% 20%, rgba(255, 122, 89, 0.12), transparent 30%),
    linear-gradient(180deg, #fff7f0 0%, #f7fbff 100%);
}.tc-wp-content-root .twug-container{
  width: min(1380px, calc(100% - 48px));
  max-width: 100%;
  margin: 0 auto;
  padding: 88px 0;
}.tc-wp-content-root .twug-section-head{
  width: min(820px, 100%);
  max-width: 100%;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .twug-section-head h2{
  margin: 0;
  color: #161d2f;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 820;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .twug-section-head h2 span{
  background: linear-gradient(120deg, #1d9bf0 0%, #4f46e5 48%, #ff7a59 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .twug-section-head p{
  margin: 14px auto 0;
  max-width: 720px;
  color: #5d667a;
  font-size: 1.04rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .twug-card-grid{
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}.tc-wp-content-root .twug-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --twug-accent: #1d9bf0;
  --twug-accent-2: #4f46e5;
  --twug-soft: rgba(29, 155, 240, 0.12);

  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 248px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(24, 32, 51, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 0 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.82)),
    linear-gradient(145deg, var(--twug-soft), rgba(255, 255, 255, 0));
  box-shadow: 0 18px 45px rgba(21, 33, 59, 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.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
  isolation: isolate;
}.tc-wp-content-root .twug-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--twug-accent) 22%, transparent), transparent 34%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
  z-index: -1;
}.tc-wp-content-root .twug-card::after{
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--twug-accent), var(--twug-accent-2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}.tc-wp-content-root .twug-card.twug-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .twug-card:hover{
  border-color: color-mix(in srgb, var(--twug-accent) 42%, rgba(24, 32, 51, 0.12));
  box-shadow: 0 26px 62px rgba(21, 33, 59, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .twug-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .twug-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .twug-icon{
  width: 54px;
  height: 54px;
  max-width: 100%;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--twug-accent);
  background: linear-gradient(145deg, color-mix(in srgb, var(--twug-accent) 15%, #fff), #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--twug-accent) 18%, transparent), 0 12px 26px rgba(21, 33, 59, 0.08);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}.tc-wp-content-root .twug-icon i{
  font-size: 1.22rem;
  line-height: 1;
}.tc-wp-content-root .twug-card:hover .twug-icon{
  color: #fff;
  background: linear-gradient(145deg, var(--twug-accent), var(--twug-accent-2));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}.tc-wp-content-root .twug-card h3{
  position: relative;
  margin: 0 0 12px;
  color: #172033;
  font-size: 1.08rem;
  line-height: 1.28;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .twug-card h3::after{
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--twug-accent), var(--twug-accent-2));
  transform: scaleX(0.45);
  transform-origin: left;
  transition: transform 0.28s ease;
}.tc-wp-content-root .twug-card:hover h3::after{
  transform: scaleX(1.2);
}.tc-wp-content-root .twug-card p{
  margin: 0;
  color: #5f687b;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .twug-card-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--twug-accent);
  font-size: 0.9rem;
  font-weight: 760;
  opacity: 0.18;
  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 .twug-card:hover .twug-card-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--twug-accent-2);
}.tc-wp-content-root .twug-tilt-card{
  transform-style: preserve-3d;
}.tc-wp-content-root .twug-tilt-card .twug-icon, .tc-wp-content-root .twug-tilt-card h3, .tc-wp-content-root .twug-tilt-card p{
  transform: translateZ(16px);
}.tc-wp-content-root .twug-process-card{
  min-height: 270px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.9), transparent 0 25%),
    linear-gradient(145deg, #ffffff, #fbfdff);
}.tc-wp-content-root .twug-process-card::before{
  content: var(--twug-step);
  position: absolute;
  right: 16px;
  top: 6px;
  color: color-mix(in srgb, var(--twug-accent) 13%, transparent);
  font-size: clamp(4rem, 8vw, 6.8rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 0.28s ease, color 0.28s ease;
  z-index: -1;
}.tc-wp-content-root .twug-process-card:hover::before{
  color: color-mix(in srgb, var(--twug-accent) 20%, transparent);
  transform: translateY(-6px) scale(1.03);
}.tc-wp-content-root .twug-step-line{
  display: inline-block;
  margin-bottom: 16px;
  color: var(--twug-accent);
  font-size: 0.82rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .twug-card:nth-child(1){ --twug-accent: #1d9bf0; --twug-accent-2: #2563eb; --twug-soft: rgba(29, 155, 240, 0.12); }.tc-wp-content-root .twug-card:nth-child(2){ --twug-accent: #7c3aed; --twug-accent-2: #1d9bf0; --twug-soft: rgba(124, 58, 237, 0.12); }.tc-wp-content-root .twug-card:nth-child(3){ --twug-accent: #0f766e; --twug-accent-2: #14b8a6; --twug-soft: rgba(15, 118, 110, 0.12); }.tc-wp-content-root .twug-card:nth-child(4){ --twug-accent: #f97316; --twug-accent-2: #ef4444; --twug-soft: rgba(249, 115, 22, 0.12); }.tc-wp-content-root .twug-card:nth-child(5){ --twug-accent: #be185d; --twug-accent-2: #db2777; --twug-soft: rgba(190, 24, 93, 0.12); }.tc-wp-content-root .twug-card:nth-child(6){ --twug-accent: #0891b2; --twug-accent-2: #2563eb; --twug-soft: rgba(8, 145, 178, 0.12); }.tc-wp-content-root .twug-card:nth-child(7){ --twug-accent: #4f46e5; --twug-accent-2: #9333ea; --twug-soft: rgba(79, 70, 229, 0.12); }.tc-wp-content-root .twug-card:nth-child(8){ --twug-accent: #ca8a04; --twug-accent-2: #ea580c; --twug-soft: rgba(202, 138, 4, 0.12); }@media (min-width: 1200px) {.tc-wp-content-root .twug-container{
    width: min(1380px, calc(100% - 64px));
    padding: 96px 0;
  }.tc-wp-content-root .twug-card-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .twug-container{
    width: min(1120px, calc(100% - 48px));
    padding: 78px 0;
  }.tc-wp-content-root .twug-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .twug-section-head p{
    font-size: 1rem;
  }.tc-wp-content-root .twug-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .twug-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .twug-container{
    width: min(920px, calc(100% - 40px));
    padding: 66px 0;
  }.tc-wp-content-root .twug-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .twug-section-head p{
    font-size: 0.98rem;
  }.tc-wp-content-root .twug-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .twug-card{
    min-height: 230px;
    padding: 22px;
  }.tc-wp-content-root .twug-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .twug-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .twug-container{
    width: calc(100% - 28px);
    padding: 54px 0;
  }.tc-wp-content-root .twug-section-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .twug-section-head p{
    font-size: 0.94rem;
    line-height: 1.62;
  }.tc-wp-content-root .twug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .twug-card{
    min-height: auto;
    padding: 21px;
    border-radius: 20px;
  }.tc-wp-content-root .twug-card-cta{
    width: 100%;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .twug-container{
    width: calc(100% - 24px);
    padding: 46px 0;
  }.tc-wp-content-root .twug-section-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .twug-section-head p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .twug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .twug-card{
    min-height: auto;
    padding: 18px;
    border-radius: 18px;
  }.tc-wp-content-root .twug-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .twug-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .twug-card p{
    font-size: 0.9rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .twug-container{
    width: calc(100% - 18px);
    padding: 40px 0;
  }.tc-wp-content-root .twug-section-head{
    margin-bottom: 20px;
  }.tc-wp-content-root .twug-section-head p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .twug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .twug-card{
    min-height: auto;
    padding: 16px;
    border-radius: 16px;
  }.tc-wp-content-root .twug-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    border-radius: 14px;
  }.tc-wp-content-root .twug-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .twug-card h3{
    font-size: 0.94rem;
  }.tc-wp-content-root .twug-card p, .tc-wp-content-root .twug-card-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .twug-process-card::before{
    right: 10px;
    top: 8px;
    font-size: 3.6rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .twug-container{
    width: calc(100% - 16px);
    padding: 36px 0;
  }.tc-wp-content-root .twug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .twug-card{
    min-width: 0;
    padding: 14px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .twug-editorial-block *, .tc-wp-content-root .twug-editorial-block *::before, .tc-wp-content-root .twug-editorial-block *::after{
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }.tc-wp-content-root .twug-card, .tc-wp-content-root .twug-card.twug-visible, .tc-wp-content-root .twug-card:hover{
    opacity: 1;
    transform: none !important;
  }}

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