@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;
}.wpc-scope-194 .tc-wp-content-root img, .wpc-scope-194 .tc-wp-content-root video, .wpc-scope-194 .tc-wp-content-root svg, .wpc-scope-194 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block, .wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block *{
  box-sizing: border-box;
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #1f2933;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-section{
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 88px 20px;
  overflow: hidden;
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-section-white{
  background: #fff;
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-section-warm{
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 183, 94, 0.18), transparent 32%),
    radial-gradient(circle at 86% 20%, rgba(37, 99, 235, 0.1), transparent 30%),
    linear-gradient(180deg, #fff8ef 0%, #fffaf5 48%, #fff4e8 100%);
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-container{
  width: min(1180px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-section-head{
  width: min(780px, 100%);
  max-width: 100%;
  margin: 0 auto 42px;
  text-align: center;
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-section-head h2{
  margin: 0;
  color: #111827;
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  line-height: 1.18;
  letter-spacing: 0;
  font-weight: 780;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-section-head p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #627083;
  font-size: 1.04rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-grid{
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-card{
  --upcgen-accent: #2563eb;
  --upcgen-accent-soft: rgba(37, 99, 235, 0.12);
  --upcgen-accent-mid: rgba(37, 99, 235, 0.26);
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 254px;
  padding: 30px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), var(--upcgen-accent-soft), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 244, 0.88));
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.075);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 0.65s ease,
    transform 0.65s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  isolation: isolate;
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba(255,255,255,0.58), transparent 42%, var(--upcgen-accent-soft));
  opacity: 0.68;
  pointer-events: none;
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-card::after{
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--upcgen-accent), transparent);
  opacity: 0;
  transform: scaleX(0.34);
  transform-origin: center;
  transition: opacity 0.35s ease, transform 0.35s ease;
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-card:hover{
  border-color: var(--upcgen-accent-mid);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.13);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-card:hover::after{
  opacity: 1;
  transform: scaleX(1);
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-icon{
  width: 54px;
  height: 54px;
  max-width: 100%;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--upcgen-accent);
  background: var(--upcgen-accent-soft);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.6), 0 10px 22px rgba(15, 23, 42, 0.07);
  transition: transform 0.35s ease, color 0.35s ease, background 0.35s ease;
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-icon i{
  font-size: 1.32rem;
  line-height: 1;
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-card:hover .upcgen-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--upcgen-accent), color-mix(in srgb, var(--upcgen-accent) 72%, #111827));
  transform: translateY(-4px) rotate(-3deg) scale(1.04);
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-card h3{
  position: relative;
  margin: 0 0 12px;
  color: #16202d;
  font-size: 1.14rem;
  line-height: 1.28;
  letter-spacing: 0;
  font-weight: 760;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: var(--upcgen-accent);
  transform: scaleX(0.55);
  transform-origin: left;
  opacity: 0.58;
  transition: transform 0.35s ease, opacity 0.35s ease;
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-card:hover h3::after{
  transform: scaleX(1.35);
  opacity: 1;
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-card p{
  margin: 0;
  color: #5b6678;
  font-size: 0.97rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-card-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--upcgen-accent);
  font-size: 0.9rem;
  font-weight: 720;
  opacity: 0;
  transform: translateY(9px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-card:hover .upcgen-card-cta{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-process-card{
  padding-top: 76px;
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-step-badge{
  position: absolute;
  top: 24px;
  left: 24px;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  max-width: 100%;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--upcgen-accent), #111827);
  box-shadow: 0 12px 26px var(--upcgen-accent-soft);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-process-card:hover .upcgen-step-badge{
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 18px 34px var(--upcgen-accent-mid);
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-card:nth-child(1){
  --upcgen-accent: #2563eb;
  --upcgen-accent-soft: rgba(37, 99, 235, 0.12);
  --upcgen-accent-mid: rgba(37, 99, 235, 0.32);
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-card:nth-child(2){
  --upcgen-accent: #0f766e;
  --upcgen-accent-soft: rgba(15, 118, 110, 0.12);
  --upcgen-accent-mid: rgba(15, 118, 110, 0.32);
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-card:nth-child(3){
  --upcgen-accent: #c2410c;
  --upcgen-accent-soft: rgba(194, 65, 12, 0.12);
  --upcgen-accent-mid: rgba(194, 65, 12, 0.3);
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-card:nth-child(4){
  --upcgen-accent: #7c3aed;
  --upcgen-accent-soft: rgba(124, 58, 237, 0.11);
  --upcgen-accent-mid: rgba(124, 58, 237, 0.28);
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-card:nth-child(5){
  --upcgen-accent: #be123c;
  --upcgen-accent-soft: rgba(190, 18, 60, 0.1);
  --upcgen-accent-mid: rgba(190, 18, 60, 0.28);
}.wpc-scope-194 .tc-wp-content-root .upcgen-editorial-block .upcgen-card:nth-child(6){
  --upcgen-accent: #047857;
  --upcgen-accent-soft: rgba(4, 120, 87, 0.11);
  --upcgen-accent-mid: rgba(4, 120, 87, 0.3);
}@media (min-width: 1200px){.tc-wp-content-root .upcgen-editorial-block .upcgen-section{
    padding: 96px 28px;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-container{
    width: min(1220px, 100%);
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-card{
    padding: 32px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .upcgen-editorial-block .upcgen-section{
    padding: 82px 24px;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-section-head p{
    font-size: 1rem;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-card{
    padding: 26px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .upcgen-editorial-block .upcgen-section{
    padding: 68px 22px;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-card{
    padding: 24px;
    min-height: 236px;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-card h3{
    font-size: 1.05rem;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .upcgen-editorial-block .upcgen-section{
    padding: 54px 16px;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-section-head p{
    font-size: 0.96rem;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-card{
    padding: 22px;
    min-height: 0;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-card-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .upcgen-editorial-block .upcgen-section{
    padding: 46px 14px;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-section-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-section-head p{
    font-size: 0.92rem;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-card{
    padding: 20px;
    border-radius: 20px;
    min-height: 0;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
    margin-bottom: 18px;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-card p{
    font-size: 0.91rem;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-card-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .upcgen-editorial-block .upcgen-section{
    padding: 40px 12px;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-section-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-section-head p{
    font-size: 0.88rem;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-card{
    padding: 18px;
    border-radius: 18px;
    min-height: 0;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-icon i{
    font-size: 1.08rem;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-card h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-card p, .tc-wp-content-root .upcgen-editorial-block .upcgen-card-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-process-card{
    padding-top: 68px;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-step-badge{
    width: 38px;
    height: 38px;
    top: 18px;
    left: 18px;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-card-cta{
    opacity: 1;
    transform: none;
  }}@media (max-width: 319px){.tc-wp-content-root .upcgen-editorial-block .upcgen-grid{
    grid-template-columns: 1fr !important;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .upcgen-editorial-block .upcgen-card, .tc-wp-content-root .upcgen-editorial-block .upcgen-icon, .tc-wp-content-root .upcgen-editorial-block .upcgen-card-cta, .tc-wp-content-root .upcgen-editorial-block .upcgen-step-badge, .tc-wp-content-root .upcgen-editorial-block .upcgen-card h3::after{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .upcgen-editorial-block .upcgen-card, .tc-wp-content-root .upcgen-editorial-block .upcgen-card.is-visible, .tc-wp-content-root .upcgen-editorial-block .upcgen-card:hover{
    opacity: 1;
    transform: none !important;
  }}.wpc-scope-194 .tc-wp-content-root .upcgen-card-tilt{}.wpc-scope-194 .tc-wp-content-root .upcgen-process-grid{}.wpc-scope-194 .tc-wp-content-root .upcgen-reveal{}.wpc-scope-194 .tc-wp-content-root .upcgen-what-grid{}.wpc-scope-194 .tc-wp-content-root .upcgen-why-grid{}