@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-56 .tc-wp-content-root img, .wpc-scope-56 .tc-wp-content-root video, .wpc-scope-56 .tc-wp-content-root svg, .wpc-scope-56 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block, .wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block *{
  box-sizing: border-box;
}.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f2933;
  background: #fff;
}.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-section, .wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-container, .wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-grid{
  width: 100%;
  max-width: 100%;
}.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-section{
  padding: 86px 22px;
  overflow: hidden;
}.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-section-intro, .wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-section-steps{
  background: #fff;
}.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-section-benefits{
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 183, 77, 0.16), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(59, 130, 246, 0.12), transparent 30%),
    linear-gradient(180deg, #fff8ef 0%, #fffaf4 52%, #fff 100%);
}.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-container{
  max-width: 1220px;
  margin: 0 auto;
}.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-section-head{
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-section-head h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  line-height: 1.16;
  letter-spacing: 0;
  color: #111827;
  font-weight: 800;
}.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-section-head p{
  margin: 14px auto 0;
  color: #5c6675;
  font-size: 1.02rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-grid{
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --fg-accent: #f59e0b;
  --fg-accent-2: #2563eb;
  --fg-soft: rgba(245, 158, 11, 0.12);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 258px;
  padding: 30px;
  border: 1px solid rgba(31, 41, 55, 0.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255,255,255,0.82), transparent 0 26%, transparent 52%),
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(255,255,255,0.88)),
    linear-gradient(135deg, var(--fg-soft), rgba(255,255,255,0));
  box-shadow: 0 16px 42px rgba(17, 24, 39, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  transition: transform 420ms ease, opacity 520ms ease, box-shadow 320ms ease, border-color 320ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  will-change: transform;
}.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255,255,255,0.74), transparent 18rem);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-card::after{
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fg-accent), var(--fg-accent-2));
  transform: scaleX(0.24);
  transform-origin: left;
  opacity: 0.5;
  transition: transform 300ms ease, opacity 300ms ease;
}.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-card.c128gen-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-card:hover{
  border-color: color-mix(in srgb, var(--fg-accent) 42%, transparent);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-card:hover::before{
  opacity: 1;
}.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-card:hover::after{
  transform: scaleX(1);
  opacity: 0.9;
}.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-icon{
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  border-radius: 17px;
  background: var(--fg-soft);
  color: var(--fg-accent);
  font-size: 1.35rem;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7);
  transition: transform 300ms ease, background 300ms ease, color 300ms ease;
}.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-card:hover .c128gen-icon{
  transform: translateY(-3px) rotate(-4deg) scale(1.05);
  background: linear-gradient(135deg, var(--fg-accent), var(--fg-accent-2));
  color: #fff;
}.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-card h3{
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 22px 0 0;
  color: #111827;
  font-size: 1.16rem;
  line-height: 1.28;
  letter-spacing: 0;
  font-weight: 760;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-card h3::after{
  content: "";
  display: block;
  width: 36%;
  height: 2px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fg-accent), var(--fg-accent-2));
  transition: width 280ms ease;
}.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-card:hover h3::after{
  width: 100%;
}.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-card p{
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: #596474;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-cta{
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fg-accent-2);
  font-size: 0.9rem;
  font-weight: 750;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 280ms ease, transform 280ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-card:hover .c128gen-cta{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-card:nth-child(1){ --fg-accent: #f59e0b; --fg-accent-2: #2563eb; --fg-soft: rgba(245,158,11,0.13); }.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-card:nth-child(2){ --fg-accent: #10b981; --fg-accent-2: #0ea5e9; --fg-soft: rgba(16,185,129,0.13); }.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-card:nth-child(3){ --fg-accent: #ef4444; --fg-accent-2: #f97316; --fg-soft: rgba(239,68,68,0.12); }.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-card:nth-child(4){ --fg-accent: #8b5cf6; --fg-accent-2: #06b6d4; --fg-soft: rgba(139,92,246,0.12); }.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-card:nth-child(5){ --fg-accent: #14b8a6; --fg-accent-2: #6366f1; --fg-soft: rgba(20,184,166,0.13); }.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-card:nth-child(6){ --fg-accent: #e11d48; --fg-accent-2: #7c3aed; --fg-soft: rgba(225,29,72,0.11); }.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-grid-benefits .c128gen-card:hover{
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-step-card{
  padding-top: 34px;
}.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-step-badge{
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  max-width: 100%;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--fg-accent), var(--fg-accent-2));
  color: #fff;
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 12px 26px color-mix(in srgb, var(--fg-accent) 28%, transparent);
  transition: transform 300ms ease, box-shadow 300ms ease;
}.wpc-scope-56 .tc-wp-content-root .c128gen-editorial-block .c128gen-step-card:hover .c128gen-step-badge{
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--fg-accent) 38%, transparent);
}@media (min-width: 1200px){.tc-wp-content-root .c128gen-editorial-block .c128gen-section{
    padding: 92px 28px;
  }.tc-wp-content-root .c128gen-editorial-block .c128gen-container{
    max-width: 1240px;
  }.tc-wp-content-root .c128gen-editorial-block .c128gen-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .c128gen-editorial-block .c128gen-section{
    padding: 78px 24px;
  }.tc-wp-content-root .c128gen-editorial-block .c128gen-container{
    max-width: 1060px;
  }.tc-wp-content-root .c128gen-editorial-block .c128gen-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .c128gen-editorial-block .c128gen-card{
    padding: 26px;
  }.tc-wp-content-root .c128gen-editorial-block .c128gen-section-head p{
    font-size: 0.98rem;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .c128gen-editorial-block .c128gen-section{
    padding: 66px 20px;
  }.tc-wp-content-root .c128gen-editorial-block .c128gen-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .c128gen-editorial-block .c128gen-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .c128gen-editorial-block .c128gen-card{
    min-height: 238px;
    padding: 24px;
  }.tc-wp-content-root .c128gen-editorial-block .c128gen-card h3{
    font-size: 1.08rem;
  }.tc-wp-content-root .c128gen-editorial-block .c128gen-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .c128gen-editorial-block .c128gen-section{
    padding: 54px 16px;
  }.tc-wp-content-root .c128gen-editorial-block .c128gen-section-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .c128gen-editorial-block .c128gen-section-head p{
    font-size: 0.94rem;
  }.tc-wp-content-root .c128gen-editorial-block .c128gen-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .c128gen-editorial-block .c128gen-card{
    min-height: auto;
    padding: 22px;
    border-radius: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .c128gen-editorial-block .c128gen-section{
    padding: 46px 14px;
  }.tc-wp-content-root .c128gen-editorial-block .c128gen-section-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .c128gen-editorial-block .c128gen-section-head p{
    font-size: 0.9rem;
    line-height: 1.62;
  }.tc-wp-content-root .c128gen-editorial-block .c128gen-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .c128gen-editorial-block .c128gen-card{
    min-height: auto;
    padding: 20px;
    border-radius: 17px;
  }.tc-wp-content-root .c128gen-editorial-block .c128gen-icon{
    width: 48px;
    height: 48px;
    font-size: 1.12rem;
  }.tc-wp-content-root .c128gen-editorial-block .c128gen-step-badge{
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .c128gen-editorial-block .c128gen-section{
    padding: 40px 12px;
  }.tc-wp-content-root .c128gen-editorial-block .c128gen-section-head{
    margin-bottom: 20px;
  }.tc-wp-content-root .c128gen-editorial-block .c128gen-section-head p{
    font-size: 0.86rem;
    line-height: 1.58;
  }.tc-wp-content-root .c128gen-editorial-block .c128gen-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .c128gen-editorial-block .c128gen-card{
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .c128gen-editorial-block .c128gen-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .c128gen-editorial-block .c128gen-card p{
    font-size: 0.86rem;
  }.tc-wp-content-root .c128gen-editorial-block .c128gen-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 1rem;
  }.tc-wp-content-root .c128gen-editorial-block .c128gen-step-badge{
    width: 36px;
    height: 36px;
    top: 18px;
    right: 18px;
    font-size: 0.76rem;
  }}@media (max-width: 319px){.tc-wp-content-root .c128gen-editorial-block .c128gen-grid{
    grid-template-columns: 1fr !important;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .c128gen-editorial-block .c128gen-card, .tc-wp-content-root .c128gen-editorial-block .c128gen-card::before, .tc-wp-content-root .c128gen-editorial-block .c128gen-card::after, .tc-wp-content-root .c128gen-editorial-block .c128gen-icon, .tc-wp-content-root .c128gen-editorial-block .c128gen-cta, .tc-wp-content-root .c128gen-editorial-block .c128gen-step-badge{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .c128gen-editorial-block .c128gen-card, .tc-wp-content-root .c128gen-editorial-block .c128gen-card.c128gen-visible, .tc-wp-content-root .c128gen-editorial-block .c128gen-card:hover{
    transform: none !important;
  }}.wpc-scope-56 .tc-wp-content-root .c128gen-grid-steps{}.wpc-scope-56 .tc-wp-content-root .c128gen-grid-what{}.wpc-scope-56 .tc-wp-content-root .c128gen-reveal{}