@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 .wug-premium-content, .tc-wp-content-root .wug-premium-content *{
  box-sizing: border-box;
}.tc-wp-content-root .wug-premium-content{
  --wug-ink: #191724;
  --wug-muted: #625b71;
  --wug-line: rgba(119, 88, 255, 0.16);
  --wug-brand: #7c3aed;
  --wug-brand-2: #f97316;
  --wug-soft: #fff7ed;
  --wug-card: rgba(255, 255, 255, 0.92);
  --wug-shadow: 0 18px 45px rgba(55, 45, 90, 0.1);
  --wug-shadow-hover: 0 28px 70px rgba(55, 45, 90, 0.18);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--wug-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #fff;
}.tc-wp-content-root .wug-premium-content .wug-section{
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 84px 22px;
  overflow: hidden;
}.tc-wp-content-root .wug-premium-content .wug-section-white{
  background: #fff;
}.tc-wp-content-root .wug-premium-content .wug-section-warm{
  background:
    radial-gradient(circle at 12% 14%, rgba(249, 115, 22, 0.11), transparent 34%),
    radial-gradient(circle at 86% 20%, rgba(124, 58, 237, 0.1), transparent 32%),
    linear-gradient(180deg, #fff7ed 0%, #fffaf4 48%, #fff 100%);
}.tc-wp-content-root .wug-premium-content .wug-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .wug-premium-content .wug-section-header{
  width: min(790px, 100%);
  max-width: 100%;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .wug-premium-content .wug-section-header h2{
  margin: 0;
  color: var(--wug-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .wug-premium-content .wug-section-header h2 span{
  color: transparent;
  background: linear-gradient(135deg, #7c3aed 0%, #db2777 46%, #f97316 100%);
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .wug-premium-content .wug-section-header p{
  width: min(680px, 100%);
  max-width: 100%;
  margin: 14px auto 0;
  color: var(--wug-muted);
  font-size: 1.02rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .wug-premium-content .wug-card-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}.tc-wp-content-root .wug-premium-content .wug-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --wug-accent: #7c3aed;
  --wug-accent-2: #f97316;
  --wug-tint: rgba(124, 58, 237, 0.08);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 248px;
  padding: 28px;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.98), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 244, 0.9));
  box-shadow: var(--wug-shadow);
  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;
  will-change: transform;
}.tc-wp-content-root .wug-premium-content .wug-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .wug-premium-content .wug-card:hover{
  border-color: color-mix(in srgb, var(--wug-accent) 46%, transparent);
  box-shadow: var(--wug-shadow-hover);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .wug-premium-content .wug-card-glow{
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--wug-accent) 18%, transparent), transparent 34%),
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--wug-accent-2) 12%, transparent), transparent 28%);
  opacity: 0.75;
  transition: opacity 0.28s ease;
}.tc-wp-content-root .wug-premium-content .wug-card:hover .wug-card-glow{
  opacity: 1;
}.tc-wp-content-root .wug-premium-content .wug-icon-box{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  border-radius: 18px;
  color: var(--wug-accent);
  background: color-mix(in srgb, var(--wug-accent) 12%, #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--wug-accent) 14%, transparent);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}.tc-wp-content-root .wug-premium-content .wug-icon-box i{
  font-size: 1.2rem;
  line-height: 1;
}.tc-wp-content-root .wug-premium-content .wug-card:hover .wug-icon-box{
  color: #fff;
  background: linear-gradient(135deg, var(--wug-accent), var(--wug-accent-2));
  transform: translateY(-3px) rotate(-3deg) scale(1.04);
}.tc-wp-content-root .wug-premium-content .wug-card h3{
  position: relative;
  z-index: 1;
  margin: 22px 0 10px;
  color: var(--wug-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 .wug-premium-content .wug-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wug-accent), var(--wug-accent-2));
  transform-origin: left center;
  transform: scaleX(0.45);
  transition: transform 0.28s ease;
}.tc-wp-content-root .wug-premium-content .wug-card:hover h3::after{
  transform: scaleX(1.55);
}.tc-wp-content-root .wug-premium-content .wug-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--wug-muted);
  font-size: 0.95rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .wug-premium-content .wug-card-cta{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: auto;
  max-width: 100%;
  margin-top: 18px;
  color: var(--wug-accent);
  font-size: 0.9rem;
  font-weight: 800;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .wug-premium-content .wug-card:hover .wug-card-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .wug-premium-content .wug-tilt-card:hover{
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}.tc-wp-content-root .wug-premium-content .wug-process-card{
  min-height: 270px;
}.tc-wp-content-root .wug-premium-content .wug-process-card::before{
  content: attr(data-step);
  position: absolute;
  right: 18px;
  top: 8px;
  color: color-mix(in srgb, var(--wug-accent) 10%, transparent);
  font-size: 5.8rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 0.28s ease, color 0.28s ease;
}.tc-wp-content-root .wug-premium-content .wug-process-card:hover::before{
  color: color-mix(in srgb, var(--wug-accent) 16%, transparent);
  transform: translateY(-4px) scale(1.04);
}.tc-wp-content-root .wug-premium-content .wug-step-number{
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
  color: var(--wug-accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
}.tc-wp-content-root .wug-premium-content .wug-card:nth-child(8n + 1){
  --wug-accent: #7c3aed;
  --wug-accent-2: #f97316;
}.tc-wp-content-root .wug-premium-content .wug-card:nth-child(8n + 2){
  --wug-accent: #db2777;
  --wug-accent-2: #fb7185;
}.tc-wp-content-root .wug-premium-content .wug-card:nth-child(8n + 3){
  --wug-accent: #0891b2;
  --wug-accent-2: #22c55e;
}.tc-wp-content-root .wug-premium-content .wug-card:nth-child(8n + 4){
  --wug-accent: #ea580c;
  --wug-accent-2: #facc15;
}.tc-wp-content-root .wug-premium-content .wug-card:nth-child(8n + 5){
  --wug-accent: #4f46e5;
  --wug-accent-2: #06b6d4;
}.tc-wp-content-root .wug-premium-content .wug-card:nth-child(8n + 6){
  --wug-accent: #16a34a;
  --wug-accent-2: #84cc16;
}.tc-wp-content-root .wug-premium-content .wug-card:nth-child(8n + 7){
  --wug-accent: #be123c;
  --wug-accent-2: #f59e0b;
}.tc-wp-content-root .wug-premium-content .wug-card:nth-child(8n + 8){
  --wug-accent: #9333ea;
  --wug-accent-2: #ec4899;
}@media (min-width: 1200px) {.tc-wp-content-root .wug-premium-content .wug-section{
    padding: 92px 28px;
  }.tc-wp-content-root .wug-premium-content .wug-container{
    width: min(1320px, 100%);
  }.tc-wp-content-root .wug-premium-content .wug-card-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .wug-premium-content .wug-section{
    padding: 78px 24px;
  }.tc-wp-content-root .wug-premium-content .wug-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .wug-premium-content .wug-section-header{
    margin-bottom: 36px;
  }.tc-wp-content-root .wug-premium-content .wug-section-header p{
    font-size: 0.98rem;
  }.tc-wp-content-root .wug-premium-content .wug-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .wug-premium-content .wug-card{
    padding: 25px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .wug-premium-content .wug-section{
    padding: 68px 20px;
  }.tc-wp-content-root .wug-premium-content .wug-section-header{
    margin-bottom: 32px;
  }.tc-wp-content-root .wug-premium-content .wug-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .wug-premium-content .wug-card{
    padding: 24px;
    min-height: 230px;
  }.tc-wp-content-root .wug-premium-content .wug-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .wug-premium-content .wug-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .wug-premium-content .wug-section{
    padding: 56px 16px;
  }.tc-wp-content-root .wug-premium-content .wug-section-header{
    margin-bottom: 26px;
  }.tc-wp-content-root .wug-premium-content .wug-section-header p{
    font-size: 0.94rem;
  }.tc-wp-content-root .wug-premium-content .wug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .wug-premium-content .wug-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 22px;
  }.tc-wp-content-root .wug-premium-content .wug-card-cta{
    max-width: 100%;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .wug-premium-content .wug-section{
    padding: 48px 14px;
  }.tc-wp-content-root .wug-premium-content .wug-section-header{
    margin-bottom: 24px;
  }.tc-wp-content-root .wug-premium-content .wug-section-header p{
    font-size: 0.9rem;
    line-height: 1.65;
  }.tc-wp-content-root .wug-premium-content .wug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .wug-premium-content .wug-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .wug-premium-content .wug-icon-box{
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }.tc-wp-content-root .wug-premium-content .wug-process-card::before{
    font-size: 4.8rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .wug-premium-content .wug-section{
    padding: 42px 12px;
  }.tc-wp-content-root .wug-premium-content .wug-section-header{
    margin-bottom: 22px;
  }.tc-wp-content-root .wug-premium-content .wug-section-header p{
    font-size: 0.86rem;
    line-height: 1.6;
  }.tc-wp-content-root .wug-premium-content .wug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .wug-premium-content .wug-card{
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .wug-premium-content .wug-icon-box{
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }.tc-wp-content-root .wug-premium-content .wug-icon-box i{
    font-size: 1rem;
  }.tc-wp-content-root .wug-premium-content .wug-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .wug-premium-content .wug-card p, .tc-wp-content-root .wug-premium-content .wug-card-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .wug-premium-content .wug-process-card::before{
    font-size: 4.2rem;
    right: 12px;
  }}@media (max-width: 767px) {.tc-wp-content-root .wug-premium-content, .tc-wp-content-root .wug-premium-content .wug-section, .tc-wp-content-root .wug-premium-content .wug-container, .tc-wp-content-root .wug-premium-content .wug-card-grid, .tc-wp-content-root .wug-premium-content .wug-card{
    max-width: 100%;
    overflow-x: hidden;
  }.tc-wp-content-root .wug-premium-content .wug-card:hover, .tc-wp-content-root .wug-premium-content .wug-tilt-card:hover{
    transform: translateY(-4px);
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .wug-premium-content .wug-card, .tc-wp-content-root .wug-premium-content .wug-card *, .tc-wp-content-root .wug-premium-content .wug-process-card::before{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .wug-premium-content .wug-card{
    opacity: 1;
    transform: none !important;
  }}

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