@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-98 .tc-wp-content-root img, .wpc-scope-98 .tc-wp-content-root video, .wpc-scope-98 .tc-wp-content-root svg, .wpc-scope-98 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block, .wpc-scope-98 .tc-wp-content-root .cbg-editorial-block *{
  box-sizing: border-box;
}.wpc-scope-98 .tc-wp-content-root .cbg-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-98 .tc-wp-content-root .cbg-editorial-block .cbg-section{
  width: 100%;
  max-width: 100%;
  padding: 92px 22px;
  overflow: hidden;
}.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-section--intro, .wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-section--steps{
  background: #fff;
}.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-section--benefits{
  background:
    radial-gradient(circle at 15% 15%, rgba(250, 204, 21, 0.15), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(14, 165, 233, 0.12), transparent 30%),
    linear-gradient(180deg, #fff7ed 0%, #fffaf3 48%, #f8fbff 100%);
}.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-container{
  width: min(1220px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-section-head{
  max-width: 780px;
  margin: 0 auto 38px;
  text-align: center;
}.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-section-head h2{
  margin: 0;
  color: #111827;
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  font-weight: 820;
  line-height: 1.16;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-section-head p{
  margin: 14px auto 0;
  color: #5b6676;
  font-size: 1.05rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-card-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --cbg-accent: #2563eb;
  --cbg-accent-2: #06b6d4;
  --cbg-soft: rgba(37, 99, 235, 0.1);
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 255px;
  padding: 28px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.88), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.72)),
    linear-gradient(145deg, var(--cbg-soft), rgba(255, 255, 255, 0.72));
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  transition:
    opacity 600ms ease,
    transform 600ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease,
    background 260ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), transparent 45%),
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--cbg-accent) 24%, transparent), transparent 36%);
  opacity: 0.75;
  transition: opacity 260ms ease;
}.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--cbg-accent), var(--cbg-accent-2));
  opacity: 0.72;
  transform: scaleX(0.32);
  transform-origin: left;
  transition: transform 260ms ease, opacity 260ms ease;
}.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-card:nth-child(1){ --cbg-accent: #2563eb; --cbg-accent-2: #22c55e; --cbg-soft: rgba(37, 99, 235, 0.1); }.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-card:nth-child(2){ --cbg-accent: #db2777; --cbg-accent-2: #f59e0b; --cbg-soft: rgba(219, 39, 119, 0.1); }.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-card:nth-child(3){ --cbg-accent: #0891b2; --cbg-accent-2: #6366f1; --cbg-soft: rgba(8, 145, 178, 0.1); }.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-card:nth-child(4){ --cbg-accent: #16a34a; --cbg-accent-2: #0ea5e9; --cbg-soft: rgba(22, 163, 74, 0.1); }.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-card:nth-child(5){ --cbg-accent: #7c3aed; --cbg-accent-2: #ec4899; --cbg-soft: rgba(124, 58, 237, 0.1); }.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-card:nth-child(6){ --cbg-accent: #ea580c; --cbg-accent-2: #14b8a6; --cbg-soft: rgba(234, 88, 12, 0.1); }.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-card.cbg-is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-card:hover{
  border-color: color-mix(in srgb, var(--cbg-accent) 42%, rgba(148, 163, 184, 0.35));
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.14);
}.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-card:hover::before{
  opacity: 1;
}.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-card:hover::after{
  opacity: 1;
  transform: scaleX(1);
}.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-icon{
  display: inline-grid;
  width: 56px;
  height: 56px;
  max-width: 100%;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 18px;
  color: var(--cbg-accent);
  background: linear-gradient(145deg, #ffffff, var(--cbg-soft));
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.2), 0 12px 26px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-icon i{
  font-size: 1.35rem;
  line-height: 1;
}.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-card:hover .cbg-icon{
  color: #ffffff;
  background: linear-gradient(135deg, var(--cbg-accent), var(--cbg-accent-2));
  transform: translateY(-3px) scale(1.04) rotate(-2deg);
}.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-card h3{
  position: relative;
  display: inline;
  margin: 0;
  color: #111827;
  font-size: 1.16rem;
  font-weight: 780;
  line-height: 1.32;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(90deg, var(--cbg-accent), var(--cbg-accent-2));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 260ms ease;
}.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-card:hover h3{
  background-size: 100% 2px;
}.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-card p{
  margin: 14px 0 0;
  color: #5b6676;
  font-size: 0.98rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-card-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--cbg-accent);
  font-size: 0.9rem;
  font-weight: 760;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-card:hover .cbg-card-cta{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-card--tilt:hover{
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-step-card{
  padding-top: 74px;
}.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-step-badge{
  position: absolute;
  top: 24px;
  right: 24px;
  display: inline-grid;
  width: 42px;
  height: 42px;
  max-width: 100%;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--cbg-accent), var(--cbg-accent-2));
  box-shadow: 0 14px 28px color-mix(in srgb, var(--cbg-accent) 24%, transparent);
  font-size: 0.98rem;
  font-weight: 820;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-98 .tc-wp-content-root .cbg-editorial-block .cbg-step-card:hover .cbg-step-badge{
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 20px 36px color-mix(in srgb, var(--cbg-accent) 34%, transparent);
}@media (min-width: 1200px){.tc-wp-content-root .cbg-editorial-block .cbg-section{
    padding: 96px 28px;
  }.tc-wp-content-root .cbg-editorial-block .cbg-container{
    width: min(1240px, 100%);
  }.tc-wp-content-root .cbg-editorial-block .cbg-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .cbg-editorial-block .cbg-section{
    padding: 82px 22px;
  }.tc-wp-content-root .cbg-editorial-block .cbg-container{
    width: min(1060px, 100%);
  }.tc-wp-content-root .cbg-editorial-block .cbg-section-head p{
    font-size: 1rem;
  }.tc-wp-content-root .cbg-editorial-block .cbg-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .cbg-editorial-block .cbg-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .cbg-editorial-block .cbg-section{
    padding: 68px 18px;
  }.tc-wp-content-root .cbg-editorial-block .cbg-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .cbg-editorial-block .cbg-section-head p{
    font-size: 0.98rem;
  }.tc-wp-content-root .cbg-editorial-block .cbg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .cbg-editorial-block .cbg-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .cbg-editorial-block .cbg-card h3{
    font-size: 1.08rem;
  }.tc-wp-content-root .cbg-editorial-block .cbg-card p{
    font-size: 0.95rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .cbg-editorial-block .cbg-section{
    padding: 54px 16px;
  }.tc-wp-content-root .cbg-editorial-block .cbg-section-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .cbg-editorial-block .cbg-section-head p{
    font-size: 0.94rem;
  }.tc-wp-content-root .cbg-editorial-block .cbg-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .cbg-editorial-block .cbg-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .cbg-editorial-block .cbg-card-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .cbg-editorial-block .cbg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .cbg-editorial-block .cbg-section-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .cbg-editorial-block .cbg-section-head p{
    font-size: 0.9rem;
    line-height: 1.65;
  }.tc-wp-content-root .cbg-editorial-block .cbg-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .cbg-editorial-block .cbg-card{
    min-width: 0;
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .cbg-editorial-block .cbg-icon{
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }.tc-wp-content-root .cbg-editorial-block .cbg-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .cbg-editorial-block .cbg-card p, .tc-wp-content-root .cbg-editorial-block .cbg-card-cta{
    font-size: 0.9rem;
  }.tc-wp-content-root .cbg-editorial-block .cbg-step-badge{
    width: 38px;
    height: 38px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .cbg-editorial-block .cbg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .cbg-editorial-block .cbg-section-head{
    margin-bottom: 20px;
  }.tc-wp-content-root .cbg-editorial-block .cbg-section-head p{
    font-size: 0.86rem;
    line-height: 1.6;
  }.tc-wp-content-root .cbg-editorial-block .cbg-card-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .cbg-editorial-block .cbg-card{
    min-width: 0;
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .cbg-editorial-block .cbg-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
    border-radius: 14px;
  }.tc-wp-content-root .cbg-editorial-block .cbg-icon i{
    font-size: 1.12rem;
  }.tc-wp-content-root .cbg-editorial-block .cbg-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .cbg-editorial-block .cbg-card p, .tc-wp-content-root .cbg-editorial-block .cbg-card-cta{
    font-size: 0.86rem;
    line-height: 1.58;
  }.tc-wp-content-root .cbg-editorial-block .cbg-step-card{
    padding-top: 64px;
  }.tc-wp-content-root .cbg-editorial-block .cbg-step-badge{
    top: 18px;
    right: 18px;
    width: 34px;
    height: 34px;
    font-size: 0.86rem;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .cbg-editorial-block .cbg-card, .tc-wp-content-root .cbg-editorial-block .cbg-card::before, .tc-wp-content-root .cbg-editorial-block .cbg-card::after, .tc-wp-content-root .cbg-editorial-block .cbg-icon, .tc-wp-content-root .cbg-editorial-block .cbg-card h3, .tc-wp-content-root .cbg-editorial-block .cbg-card-cta, .tc-wp-content-root .cbg-editorial-block .cbg-step-badge{
    transition: none;
  }.tc-wp-content-root .cbg-editorial-block .cbg-card, .tc-wp-content-root .cbg-editorial-block .cbg-card.cbg-is-visible, .tc-wp-content-root .cbg-editorial-block .cbg-card:hover, .tc-wp-content-root .cbg-editorial-block .cbg-card--tilt:hover{
    transform: none;
  }}.wpc-scope-98 .tc-wp-content-root .cbg-reveal{}