@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-231 .tc-wp-content-root img, .wpc-scope-231 .tc-wp-content-root video, .wpc-scope-231 .tc-wp-content-root svg, .wpc-scope-231 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper{
  --fc-bg-white: #fff;
  --fc-bg-soft: #f0f7ff;
  --fc-text: #1f2937;
  --fc-muted: #64748b;
  --fc-border: rgba(102, 126, 234, 0.18);
  --fc-border-strong: rgba(118, 75, 162, 0.28);
  --fc-accent: #667eea;
  --fc-accent-deep: #764ba2;
  --fc-card-radius: 10px;
  --fc-shadow: 0 14px 34px rgba(31, 41, 55, 0.08);
  --fc-shadow-soft: 0 8px 22px rgba(31, 41, 55, 0.06);
  color: var(--fc-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper *{
  box-sizing: border-box;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-section{
  padding: 72px 18px;
  width: 100%;
  overflow: hidden;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-section-white{
  background: #fff;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-section-blue{
  background: #f0f7ff;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-container{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper h2{
  margin: 0 auto 34px;
  max-width: 880px;
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1.15;
  letter-spacing: 0;
  color: var(--fc-text);
}.wpc-scope-231 .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-231 .tc-wp-content-root .font-content-section-wrapper .fc-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-card{
  position: relative;
  width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid var(--fc-border);
  box-shadow: var(--fc-shadow-soft);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, border-radius 220ms ease;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-card h3{
  margin: 0;
  color: var(--fc-text);
  font-size: 1.02rem;
  line-height: 1.28;
  letter-spacing: 0;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-card p{
  margin: 10px 0 0;
  color: var(--fc-muted);
  font-size: 0.94rem;
  line-height: 1.65;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-feature-card{
  min-height: 245px;
  padding: 24px;
  background: #f0f7ff;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-icon-shell{
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  border-radius: 10px;
  color: #fff;
  font-size: 1.35rem;
  background: linear-gradient(135deg, var(--fc-accent), var(--fc-accent-deep));
  box-shadow: 0 10px 22px rgba(102, 126, 234, 0.26);
  transition: transform 260ms ease;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-feature-card::after{
  content: "";
  position: absolute;
  inset: -40% auto auto -70%;
  width: 68%;
  height: 180%;
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.55) 50%, transparent 78%);
  transform: rotate(18deg);
  opacity: 0;
  transition: left 420ms ease, opacity 260ms ease;
  pointer-events: none;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-lift:hover{
  transform: translateY(-7px);
  box-shadow: 0 22px 42px rgba(31, 41, 55, 0.13);
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-sweep:hover::after{
  left: 118%;
  opacity: 1;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-scale:hover{
  transform: scale(1.025);
  box-shadow: 0 18px 36px rgba(102, 126, 234, 0.14);
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-border::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 2px solid transparent;
  background: linear-gradient(90deg, var(--fc-accent), var(--fc-accent-deep)) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-border:hover::before{
  opacity: 1;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-spotlight::before{
  content: "";
  position: absolute;
  inset: auto -20% -45% -20%;
  height: 60%;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.16), transparent 66%);
  opacity: 0;
  transition: opacity 240ms ease, transform 240ms ease;
  pointer-events: none;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-spotlight:hover::before{
  opacity: 1;
  transform: translateY(-16px);
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-tilt:hover{
  transform: perspective(900px) rotateX(2deg) rotateY(-3deg) translateY(-3px);
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-pulse:hover{
  box-shadow: 0 0 0 6px rgba(102, 126, 234, 0.08), 0 18px 36px rgba(31, 41, 55, 0.1);
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-press:hover{
  transform: translateY(2px);
  box-shadow: inset 0 2px 12px rgba(31, 41, 55, 0.08), var(--fc-shadow-soft);
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-feature-card:hover .fc-icon-shell{
  transform: rotate(-5deg) scale(1.04);
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-use-card{
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: start;
  min-height: 205px;
  padding: 22px;
  background: #fff;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-side-icon{
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  color: var(--fc-accent-deep);
  font-size: 1.35rem;
  background: rgba(102, 126, 234, 0.1);
  border: 1px solid rgba(102, 126, 234, 0.16);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-card-copy{
  min-width: 0;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-slide:hover .fc-card-copy{
  transform: translateY(-4px);
  opacity: 0.96;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-slide .fc-card-copy{
  transition: transform 220ms ease, opacity 220ms ease;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-nudge:hover .fc-side-icon{
  transform: translateX(4px) rotate(3deg);
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-ring::after{
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(118, 75, 162, 0.22);
  border-radius: 10px;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 220ms ease, transform 220ms ease;
  pointer-events: none;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-ring:hover::after{
  opacity: 1;
  transform: scale(1);
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-flip:hover .fc-side-icon{
  transform: rotateY(180deg);
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-shadow:hover{
  box-shadow: 0 20px 38px rgba(118, 75, 162, 0.14);
  border-color: var(--fc-border-strong);
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-mask::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(102, 126, 234, 0.08), transparent);
  transform: translateX(-100%);
  transition: transform 260ms ease;
  pointer-events: none;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-mask:hover::before{
  transform: translateX(0);
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-edge:hover{
  border-color: rgba(102, 126, 234, 0.48);
  box-shadow: 8px 8px 0 rgba(102, 126, 234, 0.08), var(--fc-shadow-soft);
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-pop:hover .fc-side-icon{
  transform: scale(1.12);
  box-shadow: 0 12px 22px rgba(102, 126, 234, 0.18);
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-tip-card{
  min-height: 278px;
  padding: 22px;
  background: #f0f7ff;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-tip-top{
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-badge-icon{
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  color: #fff;
  font-size: 1.05rem;
  background: linear-gradient(135deg, var(--fc-accent), var(--fc-accent-deep));
  transition: transform 240ms ease;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-tip-list{
  display: grid;
  gap: 9px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-tip-list li{
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  align-items: center;
  color: #475569;
  font-size: 0.9rem;
  line-height: 1.4;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-tip-list i{
  color: var(--fc-accent);
  font-size: 0.88rem;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-radius:hover{
  border-radius: 18px;
  transform: translateY(-3px);
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-underline h3{
  position: relative;
  display: inline-block;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-underline h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--fc-accent), var(--fc-accent-deep));
  transition: width 240ms ease;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-underline:hover h3::after{
  width: 100%;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-glass::before{
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.32);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 220ms ease, transform 220ms ease;
  pointer-events: none;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-glass:hover::before{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-pivot:hover{
  transform: perspective(800px) rotateY(3deg) translateY(-2px);
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-bounce:hover .fc-badge-icon{
  transform: translateY(-3px) scale(1.08);
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-uncover::after{
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--fc-accent), var(--fc-accent-deep));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 240ms ease;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-uncover:hover::after{
  transform: scaleX(1);
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-inner:hover{
  box-shadow: inset 0 0 0 1px rgba(102, 126, 234, 0.16), inset 0 10px 24px rgba(255, 255, 255, 0.55), var(--fc-shadow-soft);
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-shimmer::before{
  content: "";
  position: absolute;
  top: 0;
  right: -40%;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: skewX(-16deg);
  transition: right 360ms ease;
  pointer-events: none;
}.wpc-scope-231 .tc-wp-content-root .font-content-section-wrapper .fc-hover-shimmer:hover::before{
  right: 115%;
}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .font-content-section-wrapper .fc-grid{
    grid-template-columns: repeat(2, 1fr) !important;
    width: 100% !important;
  }.tc-wp-content-root .font-content-section-wrapper .fc-card{
    width: 100% !important;
    min-width: 0 !important;
  }}@media (min-width: 1024px){.tc-wp-content-root .font-content-section-wrapper .fc-grid{
    grid-template-columns: repeat(4, 1fr) !important;
    width: 100% !important;
  }.tc-wp-content-root .font-content-section-wrapper .fc-card{
    width: 100% !important;
    min-width: 0 !important;
  }}@media (max-width: 767px){.tc-wp-content-root .font-content-section-wrapper .fc-section{
    padding: 48px 14px;
  }.tc-wp-content-root .font-content-section-wrapper h2{
    margin-bottom: 24px;
    font-size: 1.65rem;
  }.tc-wp-content-root .font-content-section-wrapper .fc-grid{
    grid-template-columns: 1fr !important;
    width: 100% !important;
    gap: 14px;
  }.tc-wp-content-root .font-content-section-wrapper .fc-card{
    width: 100% !important;
    min-width: 0 !important;
  }.tc-wp-content-root .font-content-section-wrapper .fc-feature-card, .tc-wp-content-root .font-content-section-wrapper .fc-use-card, .tc-wp-content-root .font-content-section-wrapper .fc-tip-card{
    padding: 20px;
    min-height: auto;
  }.tc-wp-content-root .font-content-section-wrapper .fc-use-card{
    grid-template-columns: 46px 1fr;
    gap: 13px;
  }.tc-wp-content-root .font-content-section-wrapper .fc-side-icon{
    width: 42px;
    height: 42px;
    font-size: 1.2rem;
  }}.wpc-scope-231 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .fc-grid-one{}.wpc-scope-231 .tc-wp-content-root .fc-grid-three{}.wpc-scope-231 .tc-wp-content-root .fc-grid-two{}