@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-514 .tc-wp-content-root img, .wpc-scope-514 .tc-wp-content-root video, .wpc-scope-514 .tc-wp-content-root svg, .wpc-scope-514 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper{
  --fc-accent: #667eea;
  --fc-accent-2: #764ba2;
  --fc-ink: #172033;
  --fc-muted: #5e6a7e;
  --fc-border: rgba(102, 126, 234, 0.18);
  --fc-shadow: 0 14px 35px rgba(23, 32, 51, 0.08);
  --fc-shadow-hover: 0 22px 52px rgba(23, 32, 51, 0.13);
  --fc-radius: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--fc-ink);
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper *, .wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper *::before, .wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper *::after{
  box-sizing: border-box;
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper .fc-section{
  width: 100%;
  padding: 72px 18px;
  overflow: hidden;
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper .fc-section-white{
  background: #fff;
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper .fc-section-blue{
  background: #f0f7ff;
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper .fc-container{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper .fc-heading{
  max-width: 880px;
  margin: 0 auto 34px;
  text-align: center;
  font-size: clamp(1.85rem, 3vw, 2.65rem);
  line-height: 1.16;
  letter-spacing: 0;
  color: var(--fc-ink);
}.wpc-scope-514 .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-514 .tc-wp-content-root .font-content-section-wrapper .fc-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper .fc-card{
  width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid var(--fc-border);
  box-shadow: var(--fc-shadow);
  overflow: hidden;
  position: relative;
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper .fc-card h3{
  margin: 0;
  color: var(--fc-ink);
  font-size: 1.02rem;
  line-height: 1.28;
  letter-spacing: 0;
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper .fc-card p{
  margin: 10px 0 0;
  color: var(--fc-muted);
  font-size: 0.95rem;
  line-height: 1.64;
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper .fc-feature-card{
  background: #f0f7ff;
  padding: 26px 22px 24px;
  min-height: 236px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper .fc-feature-card::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 12%, rgba(255, 255, 255, 0.7) 45%, transparent 72%);
  transform: translateX(-120%);
  transition: transform 650ms ease;
  pointer-events: none;
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper .fc-feature-card:hover{
  transform: translateY(-6px);
  box-shadow: var(--fc-shadow-hover);
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper .fc-feature-card:hover::after{
  transform: translateX(120%);
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper .fc-icon-top{
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 10px;
  color: #fff;
  font-size: 1.35rem;
  background: linear-gradient(135deg, var(--fc-accent), var(--fc-accent-2));
  box-shadow: 0 12px 24px rgba(102, 126, 234, 0.22);
  transition: transform 220ms ease;
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper .fc-feature-card:hover .fc-icon-top{
  transform: rotate(-5deg) scale(1.05);
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper .fc-use-card{
  background: #fff;
  padding: 22px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 15px;
  align-items: start;
  min-height: 210px;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper .fc-use-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.5), rgba(118, 75, 162, 0.18)) 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 240ms ease;
  pointer-events: none;
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper .fc-use-card:hover{
  transform: perspective(900px) rotateX(1.2deg) rotateY(-1.6deg) translateY(-3px);
  box-shadow: var(--fc-shadow-hover);
  border-color: rgba(102, 126, 234, 0.26);
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper .fc-use-card:hover::before{
  opacity: 1;
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper .fc-icon-left{
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  color: var(--fc-accent-2);
  font-size: 1.45rem;
  background: rgba(102, 126, 234, 0.1);
  box-shadow: inset 0 0 0 1px rgba(102, 126, 234, 0.12);
  transition: transform 260ms ease;
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper .fc-use-card:hover .fc-icon-left{
  transform: translateY(-2px) rotateY(180deg);
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper .fc-card-copy{
  min-width: 0;
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper .fc-tip-card{
  background: #f0f7ff;
  padding: 24px 22px 24px;
  min-height: 224px;
  transition: transform 210ms ease, box-shadow 210ms ease, border-color 210ms ease;
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper .fc-tip-card::before{
  content: "";
  position: absolute;
  width: 115px;
  height: 115px;
  right: -46px;
  top: -50px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.18), transparent 68%);
  opacity: 0.35;
  transition: transform 260ms ease, opacity 260ms ease;
  pointer-events: none;
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper .fc-tip-card::after{
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 18px;
  height: 2px;
  background: linear-gradient(90deg, var(--fc-accent), var(--fc-accent-2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
  pointer-events: none;
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper .fc-tip-card:hover{
  transform: scale(1.018);
  box-shadow: var(--fc-shadow-hover);
  border-color: rgba(118, 75, 162, 0.25);
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper .fc-tip-card:hover::before{
  opacity: 0.85;
  transform: translate(-8px, 8px);
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper .fc-tip-card:hover::after{
  transform: scaleX(1);
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper .fc-tip-badge{
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 17px;
  border-radius: 999px;
  color: #fff;
  font-size: 1.25rem;
  background: linear-gradient(135deg, var(--fc-accent), var(--fc-accent-2));
  box-shadow: 0 10px 22px rgba(118, 75, 162, 0.2);
  transition: transform 220ms ease;
}.wpc-scope-514 .tc-wp-content-root .font-content-section-wrapper .fc-tip-card:hover .fc-tip-badge{
  transform: translateY(-3px) scale(1.06);
}@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;
  }.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;
  }.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: 52px 14px;
  }.tc-wp-content-root .font-content-section-wrapper .fc-heading{
    margin-bottom: 26px;
    font-size: 1.72rem;
  }.tc-wp-content-root .font-content-section-wrapper .fc-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.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{
    min-height: auto;
    padding: 21px 18px;
  }.tc-wp-content-root .font-content-section-wrapper .fc-use-card{
    grid-template-columns: 42px 1fr;
    gap: 13px;
  }.tc-wp-content-root .font-content-section-wrapper .fc-icon-top{
    width: 44px;
    height: 44px;
    font-size: 1.25rem;
  }.tc-wp-content-root .font-content-section-wrapper .fc-icon-left{
    width: 42px;
    height: 42px;
    font-size: 1.25rem;
  }.tc-wp-content-root .font-content-section-wrapper .fc-tip-badge{
    width: 42px;
    height: 42px;
    font-size: 1.18rem;
  }.tc-wp-content-root .font-content-section-wrapper .fc-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .font-content-section-wrapper .fc-card p{
    font-size: 0.93rem;
  }}.wpc-scope-514 .tc-wp-content-root .fc-grid-feature{}.wpc-scope-514 .tc-wp-content-root .fc-grid-tip{}.wpc-scope-514 .tc-wp-content-root .fc-grid-use{}