@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-103 .tc-wp-content-root img, .wpc-scope-103 .tc-wp-content-root video, .wpc-scope-103 .tc-wp-content-root svg, .wpc-scope-103 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block, .wpc-scope-103 .tc-wp-content-root .gs128-editorial-block *{
  box-sizing: border-box;
}.wpc-scope-103 .tc-wp-content-root .gs128-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: #17202a;
  background: #fff;
}.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-section, .wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-container, .wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-card-grid{
  width: 100%;
  max-width: 100%;
}.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-section{
  padding: 92px 24px;
  overflow: hidden;
}.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-section-white{
  background: #fff;
}.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-section-warm{
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 179, 102, 0.18), transparent 30%),
    radial-gradient(circle at 84% 18%, rgba(72, 128, 255, 0.12), transparent 34%),
    linear-gradient(180deg, #fff8ef 0%, #fff3e8 100%);
}.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-container{
  max-width: 1180px;
  margin: 0 auto;
}.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-heading-wrap{
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  line-height: 1.15;
  letter-spacing: 0;
  color: #121821;
}.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-heading-wrap p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #5f6b7a;
  font-size: 1.02rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-card-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --fg-accent: #f58a3d;
  --fg-soft: rgba(245, 138, 61, 0.13);
  --fg-border: rgba(245, 138, 61, 0.2);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 285px;
  padding: 30px;
  border: 1px solid rgba(24, 36, 52, 0.08);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.95), transparent 0 118px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 244, 0.88));
  box-shadow: 0 16px 38px rgba(25, 32, 44, 0.08);
  overflow: hidden;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition: transform 420ms ease, opacity 520ms ease, box-shadow 320ms ease, border-color 320ms ease;
}.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), var(--fg-soft), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,0.35), transparent 44%);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-card::after{
  content: "";
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 62px;
  height: 3px;
  border-radius: 99px;
  background: var(--fg-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 320ms ease;
}.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-card.gs128-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-card:hover{
  border-color: var(--fg-border);
  box-shadow: 0 24px 56px rgba(25, 32, 44, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-card:hover::before{
  opacity: 1;
}.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-card:hover::after{
  transform: scaleX(1);
}.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-icon-box{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 16px;
  color: var(--fg-accent);
  background: var(--fg-soft);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.64);
  transition: transform 320ms ease, color 320ms ease, background 320ms ease;
}.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-icon-box i{
  font-size: 1.25rem;
  line-height: 1;
}.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-card:hover .gs128-icon-box{
  color: #fff;
  background: var(--fg-accent);
  transform: translateY(-3px) scale(1.05) rotate(-3deg);
}.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block h3{
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #151c26;
  font-size: 1.12rem;
  line-height: 1.3;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5b6675;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-card-cta{
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fg-accent);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 320ms ease, transform 320ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-card:hover .gs128-card-cta{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-step-badge{
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--fg-accent), #1f2937);
  font-size: 0.82rem;
  font-weight: 850;
  transition: transform 320ms ease, box-shadow 320ms ease;
}.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-process-card:hover .gs128-step-badge{
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 12px 26px color-mix(in srgb, var(--fg-accent) 34%, transparent);
}.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-card-grid .gs128-card:nth-child(1){ --fg-accent: #f97316; --fg-soft: rgba(249, 115, 22, 0.13); --fg-border: rgba(249, 115, 22, 0.38); }.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-card-grid .gs128-card:nth-child(2){ --fg-accent: #2563eb; --fg-soft: rgba(37, 99, 235, 0.12); --fg-border: rgba(37, 99, 235, 0.34); }.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-card-grid .gs128-card:nth-child(3){ --fg-accent: #0f9f6e; --fg-soft: rgba(15, 159, 110, 0.12); --fg-border: rgba(15, 159, 110, 0.34); }.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-card-grid .gs128-card:nth-child(4){ --fg-accent: #b45309; --fg-soft: rgba(180, 83, 9, 0.12); --fg-border: rgba(180, 83, 9, 0.34); }.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-card-grid .gs128-card:nth-child(5){ --fg-accent: #7c3aed; --fg-soft: rgba(124, 58, 237, 0.11); --fg-border: rgba(124, 58, 237, 0.3); }.wpc-scope-103 .tc-wp-content-root .gs128-editorial-block .gs128-card-grid .gs128-card:nth-child(6){ --fg-accent: #dc2626; --fg-soft: rgba(220, 38, 38, 0.1); --fg-border: rgba(220, 38, 38, 0.3); }@media (min-width: 1200px){.tc-wp-content-root .gs128-editorial-block .gs128-section{ padding: 98px 28px; }.tc-wp-content-root .gs128-editorial-block .gs128-container{ max-width: 1200px; }.tc-wp-content-root .gs128-editorial-block .gs128-card-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .gs128-editorial-block .gs128-section{ padding: 82px 22px; }.tc-wp-content-root .gs128-editorial-block .gs128-container{ max-width: 980px; }.tc-wp-content-root .gs128-editorial-block .gs128-card-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }.tc-wp-content-root .gs128-editorial-block .gs128-card{ padding: 26px; }.tc-wp-content-root .gs128-editorial-block .gs128-heading-wrap p{ font-size: 0.99rem; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .gs128-editorial-block .gs128-section{ padding: 68px 20px; }.tc-wp-content-root .gs128-editorial-block .gs128-heading-wrap{ margin-bottom: 34px; }.tc-wp-content-root .gs128-editorial-block .gs128-card-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }.tc-wp-content-root .gs128-editorial-block .gs128-card{ padding: 24px; min-height: 255px; }.tc-wp-content-root .gs128-editorial-block h3{ font-size: 1.04rem; }.tc-wp-content-root .gs128-editorial-block .gs128-card p{ font-size: 0.93rem; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .gs128-editorial-block .gs128-section{ padding: 56px 16px; }.tc-wp-content-root .gs128-editorial-block .gs128-heading-wrap{ margin-bottom: 28px; }.tc-wp-content-root .gs128-editorial-block .gs128-heading-wrap p{ font-size: 0.94rem; line-height: 1.62; }.tc-wp-content-root .gs128-editorial-block .gs128-card-grid{ grid-template-columns: 1fr !important; gap: 18px; }.tc-wp-content-root .gs128-editorial-block .gs128-card{ padding: 22px; min-height: auto; border-radius: 18px; }.tc-wp-content-root .gs128-editorial-block .gs128-card-cta{ opacity: 1; transform: none; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .gs128-editorial-block .gs128-section{ padding: 48px 14px; }.tc-wp-content-root .gs128-editorial-block .gs128-heading-wrap{ margin-bottom: 24px; }.tc-wp-content-root .gs128-editorial-block .gs128-heading-wrap p{ font-size: 0.9rem; }.tc-wp-content-root .gs128-editorial-block .gs128-card-grid{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-content-root .gs128-editorial-block .gs128-card{ padding: 20px; min-height: auto; border-radius: 16px; }.tc-wp-content-root .gs128-editorial-block .gs128-icon-box{ width: 48px; height: 48px; border-radius: 14px; }.tc-wp-content-root .gs128-editorial-block .gs128-step-badge{ width: 40px; height: 40px; top: 20px; right: 20px; }.tc-wp-content-root .gs128-editorial-block .gs128-card-cta{ opacity: 1; transform: none; }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .gs128-editorial-block .gs128-section{ padding: 42px 12px; }.tc-wp-content-root .gs128-editorial-block .gs128-heading-wrap{ margin-bottom: 22px; }.tc-wp-content-root .gs128-editorial-block .gs128-heading-wrap p{ font-size: 0.86rem; line-height: 1.55; }.tc-wp-content-root .gs128-editorial-block .gs128-card-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-content-root .gs128-editorial-block .gs128-card{ padding: 18px; min-height: auto; border-radius: 15px; }.tc-wp-content-root .gs128-editorial-block .gs128-icon-box{ width: 44px; height: 44px; margin-bottom: 18px; }.tc-wp-content-root .gs128-editorial-block .gs128-icon-box i{ font-size: 1.06rem; }.tc-wp-content-root .gs128-editorial-block h3{ font-size: 0.98rem; }.tc-wp-content-root .gs128-editorial-block .gs128-card p{ font-size: 0.86rem; line-height: 1.55; }.tc-wp-content-root .gs128-editorial-block .gs128-step-badge{ width: 36px; height: 36px; top: 18px; right: 18px; font-size: 0.76rem; }.tc-wp-content-root .gs128-editorial-block .gs128-card-cta{ opacity: 1; transform: none; font-size: 0.84rem; }}@media (max-width: 319px){.tc-wp-content-root .gs128-editorial-block .gs128-card-grid{ grid-template-columns: 1fr !important; }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .gs128-editorial-block .gs128-card, .tc-wp-content-root .gs128-editorial-block .gs128-card::before, .tc-wp-content-root .gs128-editorial-block .gs128-card::after, .tc-wp-content-root .gs128-editorial-block .gs128-icon-box, .tc-wp-content-root .gs128-editorial-block .gs128-card-cta, .tc-wp-content-root .gs128-editorial-block .gs128-step-badge{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .gs128-editorial-block .gs128-card, .tc-wp-content-root .gs128-editorial-block .gs128-card.gs128-visible, .tc-wp-content-root .gs128-editorial-block .gs128-card:hover{
    transform: none !important;
  }}.wpc-scope-103 .tc-wp-content-root .gs128-grid-how{}.wpc-scope-103 .tc-wp-content-root .gs128-grid-what{}.wpc-scope-103 .tc-wp-content-root .gs128-grid-why{}.wpc-scope-103 .tc-wp-content-root .gs128-reveal{}.wpc-scope-103 .tc-wp-content-root .gs128-tilt-card{}