@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-205 .tc-wp-content-root img,
.wpc-scope-205 .tc-wp-content-root video,
.wpc-scope-205 .tc-wp-content-root svg,
.wpc-scope-205 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-content,
.wpc-scope-205 .tc-wp-content-root .tecit-bg-content *{
  box-sizing: border-box;
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-content{
  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-205 .tc-wp-content-root .tecit-bg-content section,
.wpc-scope-205 .tc-wp-content-root .tecit-bg-content div,
.wpc-scope-205 .tc-wp-content-root .tecit-bg-content article{
/*   max-width: 100%; */
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-section{
  width: 100%;
  max-width: 100%;
  padding: 86px 20px;
  overflow-x: hidden;
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-section-white{
  background: #fff;
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-section-warm{
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 184, 107, 0.18), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(59, 130, 246, 0.10), transparent 28%),
    linear-gradient(180deg, #fff8ef 0%, #fffdf8 100%);
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-container{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-header{
  max-width: 780px;
  margin: 0 auto 38px;
  text-align: center;
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-header h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: 0;
  color: #101828;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-header p{
  margin: 14px auto 0;
  font-size: 1.02rem;
  line-height: 1.7;
  color: #5b6472;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-grid{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-card{
  --tecit-accent: #f97316;
  --tecit-accent-soft: rgba(249, 115, 22, 0.13);
  --tecit-accent-border: rgba(249, 115, 22, 0.22);
  --fg-mx: 50%;
  --fg-my: 24%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 245px;
  padding: 28px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.95), transparent 32%),
    linear-gradient(145deg, #ffffff 0%, #fffaf5 100%);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
  opacity: 1;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  transition:
    opacity 0.7s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-card:nth-child(2){
  --tecit-accent: #2563eb;
  --tecit-accent-soft: rgba(37, 99, 235, 0.12);
  --tecit-accent-border: rgba(37, 99, 235, 0.22);
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-card:nth-child(3){
  --tecit-accent: #10b981;
  --tecit-accent-soft: rgba(16, 185, 129, 0.12);
  --tecit-accent-border: rgba(16, 185, 129, 0.22);
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-card:nth-child(4){
  --tecit-accent: #8b5cf6;
  --tecit-accent-soft: rgba(139, 92, 246, 0.12);
  --tecit-accent-border: rgba(139, 92, 246, 0.22);
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-card:nth-child(5){
  --tecit-accent: #dc2626;
  --tecit-accent-soft: rgba(220, 38, 38, 0.11);
  --tecit-accent-border: rgba(220, 38, 38, 0.20);
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-card:nth-child(6){
  --tecit-accent: #0f766e;
  --tecit-accent-soft: rgba(15, 118, 110, 0.12);
  --tecit-accent-border: rgba(15, 118, 110, 0.22);
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), var(--tecit-accent-soft), transparent 42%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, transparent, var(--tecit-accent), transparent);
  opacity: 0.55;
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-card.tecit-bg-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-card:hover{
  border-color: var(--tecit-accent-border);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.13);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-card:hover::before{
  opacity: 1;
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-icon{
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--tecit-accent);
  background: var(--tecit-accent-soft);
  border: 1px solid var(--tecit-accent-border);
  font-size: 1.28rem;
  transition: transform 0.35s ease, color 0.35s ease, background 0.35s ease;
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-card:hover .tecit-bg-icon{
  color: #fff;
  background: var(--tecit-accent);
  transform: translateY(-4px) rotate(-3deg) scale(1.04);
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-card h3{
  position: relative;
  z-index: 1;
  display: inline;
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.35;
  font-weight: 780;
  color: #111827;
  letter-spacing: 0;
  background-image: linear-gradient(var(--tecit-accent), var(--tecit-accent));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
  transition: background-size 0.35s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-card:hover h3{
  background-size: 100% 2px;
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-card p{
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  font-size: 0.96rem;
  line-height: 1.66;
  color: #5c6675;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-cta{
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.04);
  color: var(--tecit-accent);
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.3;
  opacity: 0.35;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease, background 0.35s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-card:hover .tecit-bg-cta{
  opacity: 1;
  transform: translateY(0);
  background: var(--tecit-accent-soft);
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-tilt-grid .tecit-bg-card{
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.9), transparent 34%),
    linear-gradient(145deg, #ffffff 0%, #fff7ed 100%);
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-process-card{
  padding-top: 74px;
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-step{
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(145deg, var(--tecit-accent), color-mix(in srgb, var(--tecit-accent) 78%, #111827));
  color: #fff;
  font-size: 0.88rem;
  font-weight: 850;
  box-shadow: 0 14px 26px var(--tecit-accent-soft);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  overflow: hidden;
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-process-card:hover .tecit-bg-step{
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 18px 34px var(--tecit-accent-border);
}

@media (min-width: 1200px){
  .tc-wp-content-root .tecit-bg-section{
    padding: 94px 28px;
  }

  .tc-wp-content-root .tecit-bg-container{
    max-width: 1220px;
  }

  .tc-wp-content-root .tecit-bg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }

  .tc-wp-content-root .tecit-bg-card{
    padding: 30px;
  }

  .tc-wp-content-root .tecit-bg-header p{
    font-size: 1.05rem;
  }
}

@media (min-width: 1024px) and (max-width: 1199px){
  .tc-wp-content-root .tecit-bg-section{
    padding: 78px 22px;
  }

  .tc-wp-content-root .tecit-bg-container{
    max-width: 980px;
  }

  .tc-wp-content-root .tecit-bg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .tc-wp-content-root .tecit-bg-card{
    padding: 24px;
  }

  .tc-wp-content-root .tecit-bg-header p{
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px){
  .tc-wp-content-root .tecit-bg-section{
    padding: 66px 18px;
  }

  .tc-wp-content-root .tecit-bg-header{
    margin-bottom: 30px;
  }

  .tc-wp-content-root .tecit-bg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .tc-wp-content-root .tecit-bg-card{
    padding: 22px;
    min-height: 230px;
  }

  .tc-wp-content-root .tecit-bg-card h3{
    font-size: 1.08rem;
  }

  .tc-wp-content-root .tecit-bg-card p{
    font-size: 0.94rem;
  }
}

@media (min-width: 430px) and (max-width: 767px){
  .tc-wp-content-root .tecit-bg-section{
    padding: 52px 16px;
  }

  .tc-wp-content-root .tecit-bg-header{
    margin-bottom: 26px;
  }

  .tc-wp-content-root .tecit-bg-header p{
    font-size: 0.95rem;
    line-height: 1.62;
  }

  .tc-wp-content-root .tecit-bg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .tc-wp-content-root .tecit-bg-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 22px;
    min-height: auto;
  }

  .tc-wp-content-root .tecit-bg-icon{
    width: 50px;
    height: 50px;
    font-size: 1.16rem;
  }
}

@media (min-width: 375px) and (max-width: 429px){
  .tc-wp-content-root .tecit-bg-section{
    padding: 46px 14px;
  }

  .tc-wp-content-root .tecit-bg-header{
    margin-bottom: 22px;
  }

  .tc-wp-content-root .tecit-bg-header p{
    font-size: 0.91rem;
    line-height: 1.58;
  }

  .tc-wp-content-root .tecit-bg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .tc-wp-content-root .tecit-bg-card{
    padding: 20px;
    border-radius: 18px;
    min-height: auto;
  }

  .tc-wp-content-root .tecit-bg-card h3{
    font-size: 1.03rem;
  }

  .tc-wp-content-root .tecit-bg-card p{
    font-size: 0.91rem;
  }

  .tc-wp-content-root .tecit-bg-icon{
    width: 46px;
    height: 46px;
    border-radius: 15px;
    font-size: 1.05rem;
  }

  .tc-wp-content-root .tecit-bg-step{
    width: 43px;
    height: 43px;
    border-radius: 14px;
  }
}

@media (min-width: 320px) and (max-width: 374px){
  .tc-wp-content-root .tecit-bg-section{
    padding: 40px 12px;
  }

  .tc-wp-content-root .tecit-bg-header{
    margin-bottom: 20px;
  }

  .tc-wp-content-root .tecit-bg-header p{
    font-size: 0.88rem;
    line-height: 1.56;
  }

  .tc-wp-content-root .tecit-bg-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .tc-wp-content-root .tecit-bg-card{
    padding: 18px;
    border-radius: 16px;
    min-height: auto;
  }

  .tc-wp-content-root .tecit-bg-card h3{
    font-size: 0.98rem;
  }

  .tc-wp-content-root .tecit-bg-card p{
    font-size: 0.88rem;
    line-height: 1.58;
  }

  .tc-wp-content-root .tecit-bg-icon{
    width: 42px;
    height: 42px;
    border-radius: 14px;
    margin-bottom: 16px;
    font-size: 0.98rem;
  }

  .tc-wp-content-root .tecit-bg-cta{
    width: 100%;
    justify-content: center;
    font-size: 0.82rem;
    padding: 8px 10px;
  }

  .tc-wp-content-root .tecit-bg-process-card{
    padding-top: 66px;
  }

  .tc-wp-content-root .tecit-bg-step{
    top: 18px;
    right: 18px;
    width: 39px;
    height: 39px;
    border-radius: 13px;
    font-size: 0.78rem;
  }
}

@media (prefers-reduced-motion: reduce){
  .tc-wp-content-root .tecit-bg-content *,
  .tc-wp-content-root .tecit-bg-content *::before,
  .tc-wp-content-root .tecit-bg-content *::after{
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .tc-wp-content-root .tecit-bg-card,
  .tc-wp-content-root .tecit-bg-card.tecit-bg-visible,
  .tc-wp-content-root .tecit-bg-card:hover{
    transform: none !important;
    opacity: 1 !important;
  }
}

.wpc-scope-205 .tc-wp-content-root .tecit-bg-process-grid{}