@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-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 .font-content-section-wrapper{
  --ifg-primary: #667eea;
  --ifg-secondary: #764ba2;
  --ifg-ink: #172033;
  --ifg-muted: #5f6b7c;
  --ifg-soft: #f0f7ff;
  --ifg-white: #fff;
  --ifg-border: rgba(102, 126, 234, 0.16);
  --ifg-shadow: 0 14px 34px rgba(22, 32, 51, 0.08);
  --ifg-shadow-hover: 0 20px 48px rgba(22, 32, 51, 0.14);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--ifg-ink);
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper *, .wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper *::before, .wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper *::after{
  box-sizing: border-box;
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper .ifg-section{
  width: 100%;
  padding: 72px 18px;
  overflow: hidden;
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper .ifg-section-white{
  background: #fff;
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper .ifg-section-blue{
  background: #f0f7ff;
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper .ifg-container{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper h2{
  margin: 0 auto 34px;
  max-width: 850px;
  text-align: center;
  font-size: 2.15rem;
  line-height: 1.18;
  letter-spacing: 0;
  color: var(--ifg-ink);
}.wpc-scope-92 .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-92 .tc-wp-content-root .font-content-section-wrapper .ifg-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper .ifg-card{
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid var(--ifg-border);
  position: relative;
  overflow: hidden;
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper .ifg-card h3{
  margin: 0;
  color: var(--ifg-ink);
  font-size: 1.03rem;
  line-height: 1.28;
  letter-spacing: 0;
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper .ifg-card p{
  margin: 10px 0 0;
  color: var(--ifg-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper .ifg-feature-card{
  background: #f0f7ff;
  padding: 24px;
  min-height: 238px;
  box-shadow: 0 10px 24px rgba(22, 32, 51, 0.055);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper .ifg-feature-card::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.58) 45%, transparent 72%);
  transform: translateX(-120%);
  transition: transform 520ms ease;
  pointer-events: none;
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper .ifg-feature-card:hover{
  transform: translateY(-7px);
  box-shadow: var(--ifg-shadow-hover);
  border-color: rgba(102, 126, 234, 0.34);
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper .ifg-feature-card:hover::after{
  transform: translateX(120%);
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper .ifg-icon-bubble{
  width: 54px;
  height: 54px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  color: var(--ifg-primary);
  font-size: 1.55rem;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(102, 126, 234, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: transform 220ms ease;
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper .ifg-feature-card:hover .ifg-icon-bubble{
  transform: rotate(-5deg) scale(1.04);
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper .ifg-use-card{
  background: #fff;
  padding: 22px;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 15px;
  align-items: start;
  min-height: 212px;
  box-shadow: var(--ifg-shadow);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper .ifg-use-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.58), rgba(118, 75, 162, 0.22), transparent) 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 240ms ease;
  pointer-events: none;
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper .ifg-use-card:hover{
  transform: perspective(700px) rotateX(2deg) rotateY(-2deg) translateY(-4px);
  box-shadow: 0 18px 42px rgba(22, 32, 51, 0.12);
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper .ifg-use-card:hover::before{
  opacity: 1;
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper .ifg-left-icon{
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: var(--ifg-secondary);
  font-size: 1.42rem;
  background: #f0f7ff;
  border: 1px solid rgba(102, 126, 234, 0.16);
  transition: transform 260ms ease;
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper .ifg-use-card:hover .ifg-left-icon{
  transform: translateY(-3px) rotateY(180deg);
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper .ifg-card-copy{
  min-width: 0;
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper .ifg-tip-card{
  background: #f0f7ff;
  padding: 22px;
  min-height: 218px;
  box-shadow: 0 8px 22px rgba(22, 32, 51, 0.055);
  transition: transform 180ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper .ifg-tip-card::before{
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  top: -72px;
  right: -72px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.24), transparent 68%);
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 260ms ease, transform 260ms ease;
  pointer-events: none;
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper .ifg-tip-card::after{
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 18px;
  height: 2px;
  background: linear-gradient(90deg, var(--ifg-primary), var(--ifg-secondary));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper .ifg-tip-card:hover{
  transform: translateY(2px) scale(0.992);
  box-shadow: inset 0 2px 16px rgba(102, 126, 234, 0.08), 0 12px 28px rgba(22, 32, 51, 0.08);
  border-color: rgba(118, 75, 162, 0.28);
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper .ifg-tip-card:hover::before{
  opacity: 1;
  transform: scale(1);
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper .ifg-tip-card:hover::after{
  transform: scaleX(1);
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper .ifg-tip-head{
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper .ifg-mini-badge{
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.2rem;
  background: linear-gradient(135deg, var(--ifg-primary), var(--ifg-secondary));
  box-shadow: 0 8px 18px rgba(102, 126, 234, 0.22);
  transition: transform 260ms ease;
}.wpc-scope-92 .tc-wp-content-root .font-content-section-wrapper .ifg-tip-card:hover .ifg-mini-badge{
  transform: scale(1.08) rotate(4deg);
}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .font-content-section-wrapper .ifg-grid{
    grid-template-columns: repeat(2, 1fr) !important;
    width: 100% !important;
  }.tc-wp-content-root .font-content-section-wrapper .ifg-card{
    width: 100% !important;
    min-width: 0 !important;
  }}@media (min-width: 1024px){.tc-wp-content-root .font-content-section-wrapper .ifg-grid{
    grid-template-columns: repeat(4, 1fr) !important;
    width: 100% !important;
  }.tc-wp-content-root .font-content-section-wrapper .ifg-card{
    width: 100% !important;
    min-width: 0 !important;
  }}@media (max-width: 767px){.tc-wp-content-root .font-content-section-wrapper .ifg-section{
    padding: 52px 14px;
  }.tc-wp-content-root .font-content-section-wrapper h2{
    font-size: 1.58rem;
    margin-bottom: 24px;
  }.tc-wp-content-root .font-content-section-wrapper .ifg-grid{
    grid-template-columns: 1fr !important;
    width: 100% !important;
    gap: 14px;
  }.tc-wp-content-root .font-content-section-wrapper .ifg-card{
    width: 100% !important;
    min-width: 0 !important;
  }.tc-wp-content-root .font-content-section-wrapper .ifg-feature-card, .tc-wp-content-root .font-content-section-wrapper .ifg-use-card, .tc-wp-content-root .font-content-section-wrapper .ifg-tip-card{
    padding: 19px;
    min-height: 0;
  }.tc-wp-content-root .font-content-section-wrapper .ifg-use-card{
    grid-template-columns: 44px 1fr;
    gap: 12px;
  }.tc-wp-content-root .font-content-section-wrapper .ifg-left-icon{
    width: 42px;
    height: 42px;
    font-size: 1.25rem;
  }.tc-wp-content-root .font-content-section-wrapper .ifg-icon-bubble{
    width: 48px;
    height: 48px;
    font-size: 1.35rem;
  }.tc-wp-content-root .font-content-section-wrapper .ifg-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .font-content-section-wrapper .ifg-card p{
    font-size: 0.92rem;
  }}.wpc-scope-92 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .ifg-grid-one{}.wpc-scope-92 .tc-wp-content-root .ifg-grid-three{}.wpc-scope-92 .tc-wp-content-root .ifg-grid-two{}