@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-76 .tc-wp-content-root img, .wpc-scope-76 .tc-wp-content-root video, .wpc-scope-76 .tc-wp-content-root svg, .wpc-scope-76 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper{
  --fcs-bg-soft: #f0f7ff;
  --fcs-white: #fff;
  --fcs-text: #182033;
  --fcs-muted: #5e6b83;
  --fcs-border: rgba(95, 113, 145, 0.18);
  --fcs-accent: #667eea;
  --fcs-accent-two: #764ba2;
  --fcs-shadow: 0 12px 30px rgba(31, 45, 77, 0.08);
  --fcs-shadow-hover: 0 18px 42px rgba(31, 45, 77, 0.14);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--fcs-text);
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper *{
  box-sizing: border-box;
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-section{
  width: 100%;
  padding: 72px 20px;
  overflow: hidden;
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-section-one, .wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-section-three{
  background: #fff;
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-section-two{
  background: #f0f7ff;
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-container{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}.wpc-scope-76 .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.16;
  letter-spacing: 0;
  color: var(--fcs-text);
}.wpc-scope-76 .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-76 .tc-wp-content-root .font-content-section-wrapper .fcs-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-card{
  position: relative;
  width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid var(--fcs-border);
  box-shadow: var(--fcs-shadow);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-card h3{
  margin: 0;
  color: var(--fcs-text);
  font-size: 1.04rem;
  line-height: 1.3;
  letter-spacing: 0;
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-card p{
  margin: 10px 0 0;
  color: var(--fcs-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-grid-one .fcs-card{
  background: #f0f7ff;
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-grid-two .fcs-card{
  background: #fff;
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-grid-three .fcs-card{
  background: #f0f7ff;
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-card-top{
  padding: 24px 22px 22px;
  text-align: left;
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-icon-box{
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 10px;
  color: var(--fcs-accent);
  font-size: 1.55rem;
  background: rgba(102, 126, 234, 0.12);
  box-shadow: inset 0 0 0 1px rgba(102, 126, 234, 0.16);
  transition: transform 220ms ease;
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-card-top::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.72) 46%, transparent 68%);
  transform: translateX(-120%);
  transition: transform 520ms ease;
  pointer-events: none;
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-card-top:hover{
  transform: translateY(-5px);
  box-shadow: var(--fcs-shadow-hover);
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-card-top:hover::after{
  transform: translateX(120%);
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-card-top:hover .fcs-icon-box{
  transform: rotate(-5deg) scale(1.04);
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-card-left{
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  align-items: start;
  padding: 22px;
  isolation: isolate;
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-side-icon{
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  color: #764ba2;
  font-size: 1.35rem;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.12), rgba(118, 75, 162, 0.1));
  transition: transform 260ms ease;
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-card-left::before{
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 8px;
  border: 1px solid rgba(102, 126, 234, 0);
  transform: scale(0.96);
  opacity: 0;
  transition: transform 240ms ease, opacity 240ms ease, border-color 240ms ease;
  pointer-events: none;
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-card-left:hover{
  transform: perspective(900px) rotateX(1.4deg) rotateY(-1.4deg) translateY(-3px);
  box-shadow: var(--fcs-shadow-hover);
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-card-left:hover::before{
  border-color: rgba(102, 126, 234, 0.32);
  transform: scale(1);
  opacity: 1;
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-card-left:hover .fcs-side-icon{
  transform: translateY(-2px) rotate(6deg);
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-card-badge{
  padding: 22px;
  background-image: radial-gradient(circle at top right, rgba(102, 126, 234, 0.13), transparent 38%);
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-badge-row{
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: center;
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-badge-icon{
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  color: var(--fcs-accent);
  font-size: 1.25rem;
  background: #fff;
  border: 1px solid rgba(102, 126, 234, 0.16);
  box-shadow: 0 8px 18px rgba(31, 45, 77, 0.07);
  transition: transform 260ms ease;
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-card-badge::before{
  content: "";
  position: absolute;
  inset: auto 18px 0 18px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #667eea, #764ba2);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-card-badge::after{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--spot-x, 50%) 0%, rgba(255, 255, 255, 0.78), transparent 42%);
  opacity: 0;
  transition: opacity 240ms ease;
  pointer-events: none;
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-card-badge:hover{
  transform: scale(1.018);
  box-shadow: var(--fcs-shadow-hover);
  border-color: rgba(102, 126, 234, 0.3);
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-card-badge:hover::before{
  transform: scaleX(1);
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-card-badge:hover::after{
  opacity: 1;
}.wpc-scope-76 .tc-wp-content-root .font-content-section-wrapper .fcs-card-badge:hover .fcs-badge-icon{
  transform: rotateY(180deg);
}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .font-content-section-wrapper .fcs-grid{
    grid-template-columns: repeat(2, 1fr) !important;
    width: 100% !important;
  }.tc-wp-content-root .font-content-section-wrapper .fcs-card{
    width: 100% !important;
    min-width: 0 !important;
  }}@media (min-width: 1024px){.tc-wp-content-root .font-content-section-wrapper .fcs-grid{
    grid-template-columns: repeat(4, 1fr) !important;
    width: 100% !important;
  }.tc-wp-content-root .font-content-section-wrapper .fcs-card{
    width: 100% !important;
    min-width: 0 !important;
  }}@media (max-width: 767px){.tc-wp-content-root .font-content-section-wrapper .fcs-section{
    padding: 52px 16px;
  }.tc-wp-content-root .font-content-section-wrapper h2{
    margin-bottom: 26px;
    font-size: 1.75rem;
  }.tc-wp-content-root .font-content-section-wrapper .fcs-grid{
    grid-template-columns: 1fr !important;
    width: 100% !important;
    gap: 16px;
  }.tc-wp-content-root .font-content-section-wrapper .fcs-card{
    width: 100% !important;
    min-width: 0 !important;
  }.tc-wp-content-root .font-content-section-wrapper .fcs-card-top, .tc-wp-content-root .font-content-section-wrapper .fcs-card-left, .tc-wp-content-root .font-content-section-wrapper .fcs-card-badge{
    padding: 20px;
  }.tc-wp-content-root .font-content-section-wrapper .fcs-card-left{
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }.tc-wp-content-root .font-content-section-wrapper .fcs-side-icon{
    width: 42px;
    height: 42px;
    font-size: 1.2rem;
  }.tc-wp-content-root .font-content-section-wrapper .fcs-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .font-content-section-wrapper .fcs-card p{
    font-size: 0.93rem;
  }}.wpc-scope-76 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .fcs-card-copy{}