@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-92 .tc-wp-content-root img, .wpc-scope-92 .tc-wp-content-root video, .wpc-scope-92 .tc-wp-content-root svg, .wpc-scope-92 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial, .wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial *{
  box-sizing: border-box;
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial{
  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-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-section, .wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-container, .wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-grid{
  width: 100%;
  max-width: 100%;
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-section{
  position: relative;
  padding: 86px 22px;
  overflow: hidden;
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-section-white{
  background: #fff;
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-section-warm{
  background:
    radial-gradient(circle at top left, rgba(255, 204, 153, 0.28), transparent 34%),
    linear-gradient(135deg, #fff8f0 0%, #fffdf8 48%, #f7fbff 100%);
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-container{
  max-width: 1220px;
  margin: 0 auto;
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-heading-block{
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial h2{
  margin: 0;
  color: #16202a;
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-heading-block p{
  margin: 14px auto 0;
  color: #607080;
  font-size: 1.03rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-card{
  --fg-accent: #2563eb;
  --fg-accent-soft: rgba(37, 99, 235, 0.12);
  --fg-accent-border: rgba(37, 99, 235, 0.2);
  --fg-mx: 50%;
  --fg-my: 30%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;

  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 245px;
  padding: 30px;
  border: 1px solid rgba(117, 132, 150, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(250, 252, 255, 0.86));
  box-shadow: 0 18px 45px rgba(31, 41, 51, 0.08);
  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,
    background 0.25s ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), var(--fg-accent-soft), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent);
  opacity: 0;
  transition: opacity 0.28s ease;
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-card::after{
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(90deg, transparent, var(--fg-accent), transparent);
  opacity: 0.35;
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-card:hover{
  border-color: var(--fg-accent-border);
  box-shadow: 0 24px 62px rgba(31, 41, 51, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-card:hover::before{
  opacity: 1;
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  border-radius: 18px;
  background: var(--fg-accent-soft);
  color: var(--fg-accent);
  font-size: 1.28rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62);
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-card:hover .fg-2dbg-icon{
  transform: translateY(-3px) scale(1.05) rotate(-2deg);
  background: var(--fg-accent);
  color: #fff;
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial h3{
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 24px 0 0;
  color: #1b2633;
  font-size: 1.16rem;
  line-height: 1.28;
  font-weight: 760;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: var(--fg-accent);
  transition: width 0.25s ease;
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-card:hover h3::after{
  width: 100%;
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-card p{
  margin: 20px 0 0;
  color: #5c6b7a;
  font-size: 0.97rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 20px;
  color: var(--fg-accent);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.35;
  opacity: 0.45;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-card:hover .fg-2dbg-cta{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-process-card{
  padding-top: 28px;
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-step{
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 32px;
  max-width: 100%;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--fg-accent), color-mix(in srgb, var(--fg-accent) 72%, #ffffff));
  color: #fff;
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 10px 24px var(--fg-accent-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-process-card:hover .fg-2dbg-step{
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 14px 30px var(--fg-accent-soft);
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-card:nth-child(1){
  --fg-accent: #2563eb;
  --fg-accent-soft: rgba(37, 99, 235, 0.13);
  --fg-accent-border: rgba(37, 99, 235, 0.35);
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-card:nth-child(2){
  --fg-accent: #0f9f8f;
  --fg-accent-soft: rgba(15, 159, 143, 0.14);
  --fg-accent-border: rgba(15, 159, 143, 0.35);
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-card:nth-child(3){
  --fg-accent: #d97706;
  --fg-accent-soft: rgba(217, 119, 6, 0.14);
  --fg-accent-border: rgba(217, 119, 6, 0.34);
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-card:nth-child(4){
  --fg-accent: #7c3aed;
  --fg-accent-soft: rgba(124, 58, 237, 0.13);
  --fg-accent-border: rgba(124, 58, 237, 0.32);
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-card:nth-child(5){
  --fg-accent: #dc2626;
  --fg-accent-soft: rgba(220, 38, 38, 0.12);
  --fg-accent-border: rgba(220, 38, 38, 0.3);
}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-card:nth-child(6){
  --fg-accent: #16a34a;
  --fg-accent-soft: rgba(22, 163, 74, 0.13);
  --fg-accent-border: rgba(22, 163, 74, 0.33);
}@media (min-width: 1200px){.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-section{
    padding: 92px 28px;
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-container{
    max-width: 1240px;
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-card{
    padding: 32px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-section{
    padding: 78px 24px;
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-container{
    max-width: 1060px;
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-heading-block p{
    font-size: 1rem;
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-card{
    padding: 26px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-section{
    padding: 68px 22px;
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-heading-block{
    margin-bottom: 30px;
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-heading-block p{
    font-size: 0.98rem;
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-card{
    padding: 24px;
    min-height: 230px;
  }.tc-wp-content-root .fg-2dbg-editorial h3{
    font-size: 1.08rem;
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-section{
    padding: 54px 18px;
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-heading-block{
    margin-bottom: 26px;
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-heading-block p{
    font-size: 0.94rem;
    line-height: 1.62;
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-card{
    min-width: 0;
    max-width: 100%;
    padding: 23px;
    min-height: auto;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-section{
    padding: 46px 15px;
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-heading-block{
    margin-bottom: 22px;
  }.tc-wp-content-root .fg-2dbg-editorial h2{
    font-size: clamp(1.2rem, 7vw, 1.75rem);
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-heading-block p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-card{
    padding: 20px;
    border-radius: 18px;
    min-height: auto;
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
    font-size: 1.1rem;
  }.tc-wp-content-root .fg-2dbg-editorial h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-card p{
    font-size: 0.9rem;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-heading-block{
    margin-bottom: 20px;
  }.tc-wp-content-root .fg-2dbg-editorial h2{
    font-size: clamp(1.2rem, 7.5vw, 1.55rem);
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-heading-block p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-card{
    padding: 18px;
    border-radius: 16px;
    min-height: auto;
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 1rem;
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-step{
    width: 44px;
    height: 30px;
    font-size: 0.78rem;
  }.tc-wp-content-root .fg-2dbg-editorial h3{
    margin-top: 20px;
    font-size: 0.98rem;
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-card p{
    font-size: 0.86rem;
    line-height: 1.58;
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-cta{
    font-size: 0.84rem;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-card, .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-card::before, .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-icon, .tc-wp-content-root .fg-2dbg-editorial h3::after, .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-cta, .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-step{
    transition: none !important;
  }.tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-card, .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-card.is-visible, .tc-wp-content-root .fg-2dbg-editorial .fg-2dbg-card:hover{
    transform: none !important;
    opacity: 1;
  }}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-process-grid{}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-reveal{}.wpc-scope-92 .tc-wp-content-root .fg-2dbg-tilt-grid{}