@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 .xug-premium-content, .tc-wp-content-root .xug-premium-content *{
  box-sizing: border-box;
}.tc-wp-content-root .xug-premium-content{
  --xug-ink: #17211b;
  --xug-muted: #637167;
  --xug-green: #107c10;
  --xug-lime: #72d547;
  --xug-gold: #f0c75e;
  --xug-line: rgba(23, 33, 27, 0.1);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--xug-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}.tc-wp-content-root .xug-premium-content .xug-section{
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 92px 20px;
  overflow: hidden;
}.tc-wp-content-root .xug-premium-content .xug-section-white{
  background: #fff;
}.tc-wp-content-root .xug-premium-content .xug-section-warm{
  background:
    radial-gradient(circle at 12% 18%, rgba(114, 213, 71, 0.18), transparent 34%),
    radial-gradient(circle at 88% 72%, rgba(240, 199, 94, 0.18), transparent 34%),
    linear-gradient(135deg, #fffaf0 0%, #f5fbef 48%, #ffffff 100%);
}.tc-wp-content-root .xug-premium-content .xug-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .xug-premium-content .xug-section-head{
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .xug-premium-content .xug-section-head h2{
  margin: 0;
  color: var(--xug-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .xug-premium-content .xug-section-head h2 span{
  background: linear-gradient(135deg, #107c10 0%, #42b72a 46%, #d4a62d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .xug-premium-content .xug-section-head p{
  margin: 14px auto 0;
  max-width: 720px;
  color: var(--xug-muted);
  font-size: 1.02rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .xug-premium-content .xug-card-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .xug-premium-content .xug-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --xug-accent: #107c10;
  --xug-accent-2: #72d547;
  --xug-soft: rgba(16, 124, 16, 0.1);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 245px;
  padding: 26px;
  border: 1px solid rgba(23, 33, 27, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 0 118px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.78)),
    linear-gradient(135deg, var(--xug-soft), rgba(255, 255, 255, 0.45));
  box-shadow: 0 18px 46px rgba(18, 37, 24, 0.08);
  transform: translateY(26px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  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;
  transform-style: preserve-3d;
  overflow: hidden;
}.tc-wp-content-root .xug-premium-content .xug-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.52), transparent 42%),
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--xug-accent) 18%, transparent), transparent 28%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}.tc-wp-content-root .xug-premium-content .xug-card::after{
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(90deg, var(--xug-accent), var(--xug-accent-2));
  transform: scaleX(0.34);
  transform-origin: left;
  opacity: 0.55;
  transition: transform 0.28s ease, opacity 0.28s ease;
}.tc-wp-content-root .xug-premium-content .xug-card.xug-is-visible{
  opacity: 1;
  transform: translateY(0) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .xug-premium-content .xug-card:hover{
  border-color: color-mix(in srgb, var(--xug-accent) 38%, rgba(23, 33, 27, 0.14));
  box-shadow: 0 26px 70px rgba(18, 37, 24, 0.15);
  transform: translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .xug-premium-content .xug-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .xug-premium-content .xug-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.tc-wp-content-root .xug-premium-content .xug-card:nth-child(8n + 1){ --xug-accent: #107c10; --xug-accent-2: #72d547; --xug-soft: rgba(16, 124, 16, 0.11); }.tc-wp-content-root .xug-premium-content .xug-card:nth-child(8n + 2){ --xug-accent: #2274a5; --xug-accent-2: #63c7ff; --xug-soft: rgba(34, 116, 165, 0.11); }.tc-wp-content-root .xug-premium-content .xug-card:nth-child(8n + 3){ --xug-accent: #8a4fff; --xug-accent-2: #c6a7ff; --xug-soft: rgba(138, 79, 255, 0.1); }.tc-wp-content-root .xug-premium-content .xug-card:nth-child(8n + 4){ --xug-accent: #d8891c; --xug-accent-2: #f4d06f; --xug-soft: rgba(216, 137, 28, 0.12); }.tc-wp-content-root .xug-premium-content .xug-card:nth-child(8n + 5){ --xug-accent: #0f8b8d; --xug-accent-2: #72e1d1; --xug-soft: rgba(15, 139, 141, 0.1); }.tc-wp-content-root .xug-premium-content .xug-card:nth-child(8n + 6){ --xug-accent: #c44536; --xug-accent-2: #ff9f8b; --xug-soft: rgba(196, 69, 54, 0.1); }.tc-wp-content-root .xug-premium-content .xug-card:nth-child(8n + 7){ --xug-accent: #5f7a21; --xug-accent-2: #bde36f; --xug-soft: rgba(95, 122, 33, 0.11); }.tc-wp-content-root .xug-premium-content .xug-card:nth-child(8n + 8){ --xug-accent: #3153a4; --xug-accent-2: #8fb2ff; --xug-soft: rgba(49, 83, 164, 0.1); }.tc-wp-content-root .xug-premium-content .xug-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  border-radius: 18px;
  color: var(--xug-accent);
  background: linear-gradient(135deg, var(--xug-soft), rgba(255, 255, 255, 0.92));
  border: 1px solid color-mix(in srgb, var(--xug-accent) 18%, transparent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 12px 26px rgba(18, 37, 24, 0.08);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}.tc-wp-content-root .xug-premium-content .xug-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.tc-wp-content-root .xug-premium-content .xug-card:hover .xug-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--xug-accent), var(--xug-accent-2));
  transform: translateY(-3px) rotate(-3deg) scale(1.04);
}.tc-wp-content-root .xug-premium-content .xug-card h3{
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 0 12px;
  color: var(--xug-ink);
  font-size: 1.08rem;
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .xug-premium-content .xug-card h3::after{
  content: "";
  display: block;
  width: 34%;
  height: 2px;
  margin-top: 8px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--xug-accent), var(--xug-accent-2));
  transition: width 0.28s ease;
}.tc-wp-content-root .xug-premium-content .xug-card:hover h3::after{
  width: 100%;
}.tc-wp-content-root .xug-premium-content .xug-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--xug-muted);
  font-size: 0.95rem;
  line-height: 1.66;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .xug-premium-content .xug-cta{
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--xug-accent);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.3;
  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 .xug-premium-content .xug-card-cta:hover .xug-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .xug-premium-content .xug-tilt-card{
  perspective: 900px;
}.tc-wp-content-root .xug-premium-content .xug-process-card{
  min-height: 270px;
}.tc-wp-content-root .xug-premium-content .xug-process-card::before{
  content: attr(data-step);
  position: absolute;
  right: 18px;
  top: 8px;
  color: color-mix(in srgb, var(--xug-accent) 13%, transparent);
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  transform: translateY(4px);
  transition: transform 0.28s ease, color 0.28s ease, opacity 0.28s ease;
  pointer-events: none;
  opacity: 0.82;
}.tc-wp-content-root .xug-premium-content .xug-process-card:hover::before{
  color: color-mix(in srgb, var(--xug-accent) 20%, transparent);
  transform: translateY(-2px) scale(1.04);
}.tc-wp-content-root .xug-premium-content .xug-step-line{
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
}.tc-wp-content-root .xug-premium-content .xug-step-line span{
  display: inline;
  color: var(--xug-accent);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.tc-wp-content-root .xug-premium-content .xug-process-card .xug-icon{
  margin-bottom: 18px;
}@media (min-width: 1200px) {.tc-wp-content-root .xug-premium-content .xug-section{
    padding: 96px 28px;
  }.tc-wp-content-root .xug-premium-content .xug-container{
    width: min(1320px, 100%);
  }.tc-wp-content-root .xug-premium-content .xug-card-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .xug-premium-content .xug-section{
    padding: 82px 22px;
  }.tc-wp-content-root .xug-premium-content .xug-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .xug-premium-content .xug-section-head{
    margin-bottom: 36px;
  }.tc-wp-content-root .xug-premium-content .xug-section-head p{
    font-size: 0.98rem;
  }.tc-wp-content-root .xug-premium-content .xug-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .xug-premium-content .xug-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .xug-premium-content .xug-section{
    padding: 70px 18px;
  }.tc-wp-content-root .xug-premium-content .xug-section-head{
    margin-bottom: 32px;
  }.tc-wp-content-root .xug-premium-content .xug-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .xug-premium-content .xug-card{
    padding: 22px;
    min-height: 230px;
  }.tc-wp-content-root .xug-premium-content .xug-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .xug-premium-content .xug-card p{
    font-size: 0.92rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .xug-premium-content .xug-section{
    padding: 58px 16px;
  }.tc-wp-content-root .xug-premium-content .xug-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .xug-premium-content .xug-section-head p{
    font-size: 0.94rem;
    line-height: 1.65;
  }.tc-wp-content-root .xug-premium-content .xug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .xug-premium-content .xug-card{
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .xug-premium-content .xug-cta{
    white-space: normal;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .xug-premium-content .xug-section{
    padding: 50px 14px;
  }.tc-wp-content-root .xug-premium-content .xug-section-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .xug-premium-content .xug-section-head p{
    font-size: 0.9rem;
    line-height: 1.62;
  }.tc-wp-content-root .xug-premium-content .xug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .xug-premium-content .xug-card{
    min-width: 0;
    max-width: 100%;
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .xug-premium-content .xug-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }.tc-wp-content-root .xug-premium-content .xug-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .xug-premium-content .xug-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .xug-premium-content .xug-process-card::before{
    font-size: 4rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .xug-premium-content .xug-section{
    padding: 44px 12px;
  }.tc-wp-content-root .xug-premium-content .xug-section-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .xug-premium-content .xug-section-head p{
    font-size: 0.86rem;
    line-height: 1.58;
  }.tc-wp-content-root .xug-premium-content .xug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .xug-premium-content .xug-card{
    min-width: 0;
    max-width: 100%;
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .xug-premium-content .xug-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    border-radius: 14px;
  }.tc-wp-content-root .xug-premium-content .xug-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .xug-premium-content .xug-card h3{
    font-size: 0.95rem;
  }.tc-wp-content-root .xug-premium-content .xug-card p, .tc-wp-content-root .xug-premium-content .xug-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .xug-premium-content .xug-process-card::before{
    right: 12px;
    font-size: 3.45rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .xug-premium-content .xug-section{
    padding: 40px 10px;
  }.tc-wp-content-root .xug-premium-content .xug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .xug-premium-content .xug-card{
    min-width: 0;
    max-width: 100%;
    padding: 16px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .xug-premium-content .xug-card, .tc-wp-content-root .xug-premium-content .xug-card::before, .tc-wp-content-root .xug-premium-content .xug-card::after, .tc-wp-content-root .xug-premium-content .xug-icon, .tc-wp-content-root .xug-premium-content .xug-cta, .tc-wp-content-root .xug-premium-content .xug-card h3::after, .tc-wp-content-root .xug-premium-content .xug-process-card::before{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .xug-premium-content .xug-card, .tc-wp-content-root .xug-premium-content .xug-card.xug-is-visible, .tc-wp-content-root .xug-premium-content .xug-card:hover{
    opacity: 1;
    transform: none !important;
  }}

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