@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.0/css/all.min.css");

 

.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-361 .tc-wp-content-root img, .wpc-scope-361 .tc-wp-content-root video, .wpc-scope-361 .tc-wp-content-root svg, .wpc-scope-361 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper{
  --tf-accent: #667eea;
  --tf-accent-deep: #764ba2;
  --tf-ink: #172033;
  --tf-muted: #5e6b7d;
  --tf-soft-border: rgba(102, 126, 234, 0.18);
  --tf-shadow: 0 14px 34px rgba(23, 32, 51, 0.08);
  --tf-shadow-hover: 0 20px 44px rgba(23, 32, 51, 0.13);
  --tf-card-blue: #f0f7ff;
  --tf-white: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--tf-ink);
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper *, .wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper *::before, .wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper *::after{
  box-sizing: border-box;
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper .tf-section{
  width: 100%;
  padding: 72px 18px;
  overflow: hidden;
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper .tf-section-white{
  background: #fff;
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper .tf-section-blue{
  background: #f0f7ff;
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper .tf-container{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper h2{
  margin: 0 auto 34px;
  max-width: 880px;
  text-align: center;
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  line-height: 1.16;
  letter-spacing: 0;
  color: var(--tf-ink);
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper .gradient-keyword{
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper .tf-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper .tf-card{
  position: relative;
  width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid var(--tf-soft-border);
  box-shadow: var(--tf-shadow);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, filter 220ms ease;
  overflow: hidden;
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper .tf-card h3{
  margin: 0 0 10px;
  font-size: 1.05rem;
  line-height: 1.28;
  letter-spacing: 0;
  color: var(--tf-ink);
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper .tf-card p{
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.68;
  color: var(--tf-muted);
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper .tf-card-feature{
  background: #f0f7ff;
  padding: 24px;
  text-align: center;
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper .tf-card-feature::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.55), rgba(118, 75, 162, 0.14)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper .tf-card-feature:hover{
  transform: translateY(-7px);
  box-shadow: var(--tf-shadow-hover);
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper .tf-card-feature:hover::before{
  opacity: 1;
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper .tf-icon-pill{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  border-radius: 10px;
  color: var(--tf-accent-deep);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(102, 126, 234, 0.2);
  font-size: 1.45rem;
  transition: transform 240ms ease, box-shadow 240ms ease;
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper .tf-card-feature:hover .tf-icon-pill{
  transform: rotate(-5deg) scale(1.05);
  box-shadow: 0 12px 24px rgba(102, 126, 234, 0.18);
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper .tf-card-use{
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  background: #fff;
  padding: 22px;
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper .tf-card-use::after{
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(110deg, transparent 0%, rgba(102, 126, 234, 0.13) 45%, transparent 100%);
  transform: skewX(-16deg);
  transition: left 520ms ease;
  pointer-events: none;
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper .tf-card-use:hover{
  transform: perspective(700px) rotateX(1deg) rotateY(-2deg) translateY(-3px);
  box-shadow: var(--tf-shadow-hover);
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper .tf-card-use:hover::after{
  left: 125%;
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper .tf-side-icon{
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  color: var(--tf-accent);
  background: #f0f7ff;
  border: 1px solid rgba(102, 126, 234, 0.16);
  font-size: 1.35rem;
  transition: transform 230ms ease;
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper .tf-card-use:hover .tf-side-icon{
  transform: translateY(-2px) rotateY(180deg);
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper .tf-card-copy{
  min-width: 0;
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper .tf-card-tip{
  background: #f0f7ff;
  padding: 24px;
  border-color: rgba(118, 75, 162, 0.16);
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper .tf-card-tip::before{
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper .tf-card-tip::after{
  content: "";
  position: absolute;
  inset: -40% -25% auto auto;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.18) 0%, transparent 68%);
  opacity: 0;
  transform: translate(12px, -12px);
  transition: opacity 240ms ease, transform 240ms ease;
  pointer-events: none;
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper .tf-card-tip:hover{
  transform: scale(1.018);
  box-shadow: var(--tf-shadow-hover);
  border-color: rgba(118, 75, 162, 0.26);
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper .tf-card-tip:hover::before{
  transform: scaleX(1);
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper .tf-card-tip:hover::after{
  opacity: 1;
  transform: translate(0, 0);
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper .tf-tip-badge{
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  font-size: 1.2rem;
  box-shadow: 0 12px 22px rgba(102, 126, 234, 0.22);
  transition: transform 260ms ease;
}.wpc-scope-361 .tc-wp-content-root .font-content-section-wrapper .tf-card-tip:hover .tf-tip-badge{
  transform: translateY(-3px) scale(1.06);
}@media (min-width: 1024px){.tc-wp-content-root .font-content-section-wrapper .tf-grid{
    grid-template-columns: repeat(4, 1fr) !important;
  }.tc-wp-content-root .font-content-section-wrapper .tf-card{
    width: 100% !important;
    min-width: 0 !important;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .font-content-section-wrapper .tf-grid{
    grid-template-columns: repeat(2, 1fr) !important;
  }.tc-wp-content-root .font-content-section-wrapper .tf-card{
    width: 100% !important;
    min-width: 0 !important;
  }}@media (max-width: 767px){.tc-wp-content-root .font-content-section-wrapper .tf-section{
    padding: 52px 14px;
  }.tc-wp-content-root .font-content-section-wrapper h2{
    margin-bottom: 26px;
    font-size: 1.65rem;
  }.tc-wp-content-root .font-content-section-wrapper .tf-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
    width: 100% !important;
  }.tc-wp-content-root .font-content-section-wrapper .tf-card{
    width: 100% !important;
    min-width: 0 !important;
  }.tc-wp-content-root .font-content-section-wrapper .tf-card-feature, .tc-wp-content-root .font-content-section-wrapper .tf-card-tip{
    padding: 20px;
  }.tc-wp-content-root .font-content-section-wrapper .tf-card-use{
    grid-template-columns: 42px 1fr;
    gap: 13px;
    padding: 18px;
  }.tc-wp-content-root .font-content-section-wrapper .tf-side-icon{
    width: 42px;
    height: 42px;
    font-size: 1.2rem;
  }.tc-wp-content-root .font-content-section-wrapper .tf-icon-pill{
    width: 48px;
    height: 48px;
    font-size: 1.3rem;
  }.tc-wp-content-root .font-content-section-wrapper .tf-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .font-content-section-wrapper .tf-card p{
    font-size: 0.93rem;
  }}.wpc-scope-361 .tc-wp-content-root .tf-grid-one{}.wpc-scope-361 .tc-wp-content-root .tf-grid-three{}.wpc-scope-361 .tc-wp-content-root .tf-grid-two{}