@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-192 .tc-wp-content-root img, .wpc-scope-192 .tc-wp-content-root video, .wpc-scope-192 .tc-wp-content-root svg, .wpc-scope-192 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-192 .tc-wp-content-root .sbg-editorial-wrap, .wpc-scope-192 .tc-wp-content-root .sbg-editorial-wrap *{
  box-sizing: border-box;
}.wpc-scope-192 .tc-wp-content-root .sbg-editorial-wrap{
  --sbg-ink: #172033;
  --sbg-muted: #5d687c;
  --sbg-soft: #fff7ef;
  --sbg-line: rgba(23, 32, 51, 0.11);
  --sbg-shadow: 0 18px 45px rgba(30, 40, 60, 0.1);
  --sbg-shadow-hover: 0 28px 70px rgba(30, 40, 60, 0.18);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--sbg-ink);
  background: #fff;
}.wpc-scope-192 .tc-wp-content-root .sbg-editorial-wrap section, .wpc-scope-192 .tc-wp-content-root .sbg-editorial-wrap div, .wpc-scope-192 .tc-wp-content-root .sbg-editorial-wrap article{
  max-width: 100%;
}.wpc-scope-192 .tc-wp-content-root .sbg-editorial-section{
  width: 100%;
  max-width: 100%;
  padding: 86px 22px;
  overflow: hidden;
}.wpc-scope-192 .tc-wp-content-root .sbg-section-white{
  background: #fff;
}.wpc-scope-192 .tc-wp-content-root .sbg-section-warm{
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 186, 117, 0.22), transparent 32%),
    radial-gradient(circle at 88% 24%, rgba(95, 140, 255, 0.14), transparent 34%),
    linear-gradient(180deg, #fff8f0 0%, #fff3e7 100%);
}.wpc-scope-192 .tc-wp-content-root .sbg-container{
  width: min(1220px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.wpc-scope-192 .tc-wp-content-root .sbg-section-header{
  width: min(760px, 100%);
  margin: 0 auto 42px;
  text-align: center;
}.wpc-scope-192 .tc-wp-content-root .sbg-section-header h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  line-height: 1.15;
  letter-spacing: 0;
  color: var(--sbg-ink);
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-192 .tc-wp-content-root .sbg-section-header p{
  margin: 14px auto 0;
  color: var(--sbg-muted);
  font-size: 1.04rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-192 .tc-wp-content-root .sbg-card-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-192 .tc-wp-content-root .sbg-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --sbg-accent: #f06b3f;
  --sbg-accent-2: #ffbd73;
  --sbg-accent-soft: rgba(240, 107, 63, 0.12);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 250px;
  padding: 30px;
  border: 1px solid var(--sbg-line);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82)),
    linear-gradient(135deg, var(--sbg-accent-soft), rgba(255, 255, 255, 0));
  box-shadow: var(--sbg-shadow);
  overflow: hidden;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.7s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
  will-change: transform;
}.wpc-scope-192 .tc-wp-content-root .sbg-card.sbg-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.wpc-scope-192 .tc-wp-content-root .sbg-card:hover{
  border-color: color-mix(in srgb, var(--sbg-accent) 48%, transparent);
  box-shadow: var(--sbg-shadow-hover);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.wpc-scope-192 .tc-wp-content-root .sbg-card-shine{
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.82), transparent 24%);
  opacity: 0;
  transition: opacity 0.25s ease;
}.wpc-scope-192 .tc-wp-content-root .sbg-card:hover .sbg-card-shine{
  opacity: 1;
}.wpc-scope-192 .tc-wp-content-root .sbg-icon-box{
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  border-radius: 16px;
  color: var(--sbg-accent);
  background: var(--sbg-accent-soft);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
  transition: transform 0.25s ease, color 0.25s ease, background 0.25s ease;
}.wpc-scope-192 .tc-wp-content-root .sbg-icon-box i{
  font-size: 1.2rem;
  line-height: 1;
}.wpc-scope-192 .tc-wp-content-root .sbg-card:hover .sbg-icon-box{
  color: #fff;
  background: linear-gradient(135deg, var(--sbg-accent), var(--sbg-accent-2));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}.wpc-scope-192 .tc-wp-content-root .sbg-card h3{
  position: relative;
  z-index: 1;
  margin: 22px 0 12px;
  color: var(--sbg-ink);
  font-size: 1.12rem;
  line-height: 1.3;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-192 .tc-wp-content-root .sbg-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 12px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--sbg-accent), var(--sbg-accent-2));
  transition: width 0.25s ease;
}.wpc-scope-192 .tc-wp-content-root .sbg-card:hover h3::after{
  width: 74px;
}.wpc-scope-192 .tc-wp-content-root .sbg-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--sbg-muted);
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-192 .tc-wp-content-root .sbg-card-cta{
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin-top: 20px;
  color: var(--sbg-accent);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.35;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-192 .tc-wp-content-root .sbg-card:hover .sbg-card-cta{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-192 .tc-wp-content-root .sbg-step-badge{
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  max-width: calc(100% - 48px);
  border-radius: 50%;
  color: var(--sbg-accent);
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--sbg-accent) 28%, transparent);
  font-size: 0.82rem;
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(25, 35, 55, 0.1);
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}.wpc-scope-192 .tc-wp-content-root .sbg-process-card:hover .sbg-step-badge{
  color: #fff;
  background: linear-gradient(135deg, var(--sbg-accent), var(--sbg-accent-2));
  transform: translateY(-3px) scale(1.06);
}.wpc-scope-192 .tc-wp-content-root .sbg-card:nth-child(1){
  --sbg-accent: #f06b3f;
  --sbg-accent-2: #ffb15f;
  --sbg-accent-soft: rgba(240, 107, 63, 0.13);
}.wpc-scope-192 .tc-wp-content-root .sbg-card:nth-child(2){
  --sbg-accent: #2777ea;
  --sbg-accent-2: #74c0ff;
  --sbg-accent-soft: rgba(39, 119, 234, 0.12);
}.wpc-scope-192 .tc-wp-content-root .sbg-card:nth-child(3){
  --sbg-accent: #10a37f;
  --sbg-accent-2: #69d6b1;
  --sbg-accent-soft: rgba(16, 163, 127, 0.12);
}.wpc-scope-192 .tc-wp-content-root .sbg-card:nth-child(4){
  --sbg-accent: #9a5cff;
  --sbg-accent-2: #d198ff;
  --sbg-accent-soft: rgba(154, 92, 255, 0.12);
}.wpc-scope-192 .tc-wp-content-root .sbg-card:nth-child(5){
  --sbg-accent: #d9487d;
  --sbg-accent-2: #ff95bd;
  --sbg-accent-soft: rgba(217, 72, 125, 0.12);
}.wpc-scope-192 .tc-wp-content-root .sbg-card:nth-child(6){
  --sbg-accent: #c47a13;
  --sbg-accent-2: #ffd36a;
  --sbg-accent-soft: rgba(196, 122, 19, 0.13);
}.wpc-scope-192 .tc-wp-content-root .sbg-editorial-wrap a, .wpc-scope-192 .tc-wp-content-root .sbg-editorial-wrap span, .wpc-scope-192 .tc-wp-content-root .sbg-editorial-wrap p, .wpc-scope-192 .tc-wp-content-root .sbg-editorial-wrap h2, .wpc-scope-192 .tc-wp-content-root .sbg-editorial-wrap h3{
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}@media (min-width: 1200px){.tc-wp-content-root .sbg-editorial-section{
    padding: 96px 28px;
  }.tc-wp-content-root .sbg-container{
    width: min(1240px, 100%);
  }.tc-wp-content-root .sbg-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }.tc-wp-content-root .sbg-card{
    padding: 32px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .sbg-editorial-section{
    padding: 82px 24px;
  }.tc-wp-content-root .sbg-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .sbg-section-header p{
    font-size: 1rem;
  }.tc-wp-content-root .sbg-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .sbg-card{
    padding: 28px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .sbg-editorial-section{
    padding: 70px 20px;
  }.tc-wp-content-root .sbg-section-header{
    margin-bottom: 34px;
  }.tc-wp-content-root .sbg-section-header p{
    font-size: 0.98rem;
  }.tc-wp-content-root .sbg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .sbg-card{
    padding: 26px;
    min-height: 230px;
  }.tc-wp-content-root .sbg-card h3{
    font-size: 1.05rem;
  }.tc-wp-content-root .sbg-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .sbg-editorial-section{
    padding: 56px 16px;
  }.tc-wp-content-root .sbg-section-header{
    margin-bottom: 28px;
  }.tc-wp-content-root .sbg-section-header p{
    font-size: 0.94rem;
    line-height: 1.65;
  }.tc-wp-content-root .sbg-card-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .sbg-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 24px;
    min-height: auto;
  }.tc-wp-content-root .sbg-card-cta{
    width: 100%;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .sbg-editorial-section{
    padding: 48px 14px;
  }.tc-wp-content-root .sbg-section-header{
    margin-bottom: 24px;
  }.tc-wp-content-root .sbg-section-header p{
    font-size: 0.9rem;
    line-height: 1.6;
  }.tc-wp-content-root .sbg-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .sbg-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 22px;
    border-radius: 18px;
    min-height: auto;
  }.tc-wp-content-root .sbg-icon-box{
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }.tc-wp-content-root .sbg-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .sbg-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .sbg-step-badge{
    top: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .sbg-editorial-section{
    padding: 42px 12px;
  }.tc-wp-content-root .sbg-section-header{
    margin-bottom: 22px;
  }.tc-wp-content-root .sbg-section-header p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .sbg-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .sbg-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 20px;
    border-radius: 16px;
    min-height: auto;
  }.tc-wp-content-root .sbg-icon-box{
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }.tc-wp-content-root .sbg-icon-box i{
    font-size: 1rem;
  }.tc-wp-content-root .sbg-card h3{
    margin-top: 18px;
    font-size: 0.96rem;
  }.tc-wp-content-root .sbg-card p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .sbg-card-cta{
    font-size: 0.84rem;
  }.tc-wp-content-root .sbg-step-badge{
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    font-size: 0.74rem;
  }}@media (max-width: 319px){.tc-wp-content-root .sbg-card-grid{
    grid-template-columns: 1fr !important;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .sbg-editorial-wrap *, .tc-wp-content-root .sbg-editorial-wrap *::before, .tc-wp-content-root .sbg-editorial-wrap *::after{
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }.tc-wp-content-root .sbg-card, .tc-wp-content-root .sbg-card.sbg-visible, .tc-wp-content-root .sbg-card:hover{
    transform: none !important;
    opacity: 1;
  }.tc-wp-content-root .sbg-card-shine{
    display: none;
  }}.wpc-scope-192 .tc-wp-content-root .sbg-how-grid{}.wpc-scope-192 .tc-wp-content-root .sbg-reveal{}.wpc-scope-192 .tc-wp-content-root .sbg-tilt-card{}.wpc-scope-192 .tc-wp-content-root .sbg-what-grid{}.wpc-scope-192 .tc-wp-content-root .sbg-why-grid{}