@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-164 .tc-wp-content-root img, .wpc-scope-164 .tc-wp-content-root video, .wpc-scope-164 .tc-wp-content-root svg, .wpc-scope-164 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper{
  --fc-accent: #667eea;
  --fc-accent-2: #764ba2;
  --fc-ink: #172033;
  --fc-muted: #5c667a;
  --fc-line: rgba(102, 126, 234, 0.18);
  --fc-shadow: 0 14px 35px rgba(23, 32, 51, 0.08);
  --fc-shadow-soft: 0 8px 22px rgba(23, 32, 51, 0.06);
  color: var(--fc-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper *{
  box-sizing: border-box;
}.wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .font-section{
  padding: 72px 18px;
}.wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .font-section-white{
  background: #fff;
}.wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .font-section-blue{
  background: #f0f7ff;
}.wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .font-section-container{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}.wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .font-section-heading{
  margin: 0 auto 34px;
  max-width: 880px;
  text-align: center;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: 1.15;
  letter-spacing: 0;
  color: var(--fc-ink);
}.wpc-scope-164 .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-164 .tc-wp-content-root .font-content-section-wrapper .font-card-grid{
  display: grid;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}.wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .feature-card, .wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .use-card, .wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .tip-card{
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid var(--fc-line);
  position: relative;
  overflow: hidden;
}.wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .feature-card h3, .wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .use-card h3, .wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .tip-card h3{
  margin: 0;
  color: var(--fc-ink);
  font-size: 1.05rem;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .feature-card p, .wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .use-card p, .wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .tip-card p{
  margin: 10px 0 0;
  color: var(--fc-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}.wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .feature-card-top{
  background: #f0f7ff;
  padding: 26px 22px 24px;
  box-shadow: var(--fc-shadow-soft);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .feature-card-top::after{
  content: "";
  position: absolute;
  inset: -60% auto auto -45%;
  width: 70%;
  height: 220%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.72) 50%, transparent 100%);
  transform: rotate(18deg) translateX(-120%);
  transition: transform 520ms ease;
  pointer-events: none;
}.wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .feature-card-top:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(23, 32, 51, 0.12);
  border-color: rgba(102, 126, 234, 0.34);
}.wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .feature-card-top:hover::after{
  transform: rotate(18deg) translateX(260%);
}.wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .feature-icon{
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  font-size: 1.35rem;
  background: linear-gradient(135deg, var(--fc-accent), var(--fc-accent-2));
  box-shadow: 0 10px 20px rgba(102, 126, 234, 0.22);
  transition: transform 220ms ease;
}.wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .feature-card-top:hover .feature-icon{
  transform: rotate(-5deg) scale(1.04);
}.wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .use-card{
  background: #fff;
  padding: 22px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  box-shadow: var(--fc-shadow-soft);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .use-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0), rgba(102, 126, 234, 0.7), rgba(118, 75, 162, 0));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}.wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .use-card:hover{
  transform: perspective(900px) rotateX(1.5deg) rotateY(-2deg) translateY(-3px);
  box-shadow: 0 16px 36px rgba(23, 32, 51, 0.1);
}.wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .use-card:hover::before{
  opacity: 1;
}.wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .use-icon{
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(102, 126, 234, 0.1);
  color: var(--fc-accent-2);
  font-size: 1.35rem;
  transition: transform 260ms ease;
}.wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .use-card:hover .use-icon{
  transform: translateY(-2px) rotateY(180deg);
}.wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .tip-card{
  background: #f0f7ff;
  padding: 24px 22px 23px;
  box-shadow: var(--fc-shadow-soft);
  transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}.wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .tip-card::before{
  content: "";
  position: absolute;
  inset: -90px -70px auto auto;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(118, 75, 162, 0.18), rgba(118, 75, 162, 0));
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 220ms ease, transform 220ms ease;
  pointer-events: none;
}.wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .tip-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--fc-accent), var(--fc-accent-2));
  transform: scaleX(0.55);
  transform-origin: left;
  transition: transform 220ms ease;
}.wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .tip-card:hover{
  transform: translateY(2px) scale(0.99);
  box-shadow: inset 0 2px 12px rgba(23, 32, 51, 0.06), var(--fc-shadow-soft);
  border-color: rgba(118, 75, 162, 0.28);
}.wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .tip-card:hover::before{
  opacity: 1;
  transform: scale(1);
}.wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .tip-card:hover h3::after{
  transform: scaleX(1);
}.wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .tip-badge{
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--fc-accent);
  font-size: 1.2rem;
  background: #fff;
  border: 1px solid rgba(102, 126, 234, 0.2);
  box-shadow: 0 8px 18px rgba(102, 126, 234, 0.12);
  transition: transform 220ms cubic-bezier(0.34, 1.56, 0.64, 1);
}.wpc-scope-164 .tc-wp-content-root .font-content-section-wrapper .tip-card:hover .tip-badge{
  transform: scale(1.08) translateY(-2px);
}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .font-content-section-wrapper .font-card-grid{
    grid-template-columns: repeat(2, 1fr) !important;
  }.tc-wp-content-root .font-content-section-wrapper .feature-card, .tc-wp-content-root .font-content-section-wrapper .use-card, .tc-wp-content-root .font-content-section-wrapper .tip-card{
    width: 100% !important;
    min-width: 0 !important;
  }}@media (min-width: 1024px){.tc-wp-content-root .font-content-section-wrapper .font-card-grid{
    grid-template-columns: repeat(4, 1fr) !important;
  }.tc-wp-content-root .font-content-section-wrapper .feature-card, .tc-wp-content-root .font-content-section-wrapper .use-card, .tc-wp-content-root .font-content-section-wrapper .tip-card{
    width: 100% !important;
    min-width: 0 !important;
  }}@media (max-width: 767px){.tc-wp-content-root .font-content-section-wrapper .font-section{
    padding: 52px 14px;
  }.tc-wp-content-root .font-content-section-wrapper .font-section-heading{
    margin-bottom: 26px;
    font-size: 1.65rem;
  }.tc-wp-content-root .font-content-section-wrapper .font-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
    width: 100% !important;
  }.tc-wp-content-root .font-content-section-wrapper .feature-card, .tc-wp-content-root .font-content-section-wrapper .use-card, .tc-wp-content-root .font-content-section-wrapper .tip-card{
    width: 100% !important;
    min-width: 0 !important;
  }.tc-wp-content-root .font-content-section-wrapper .feature-card-top, .tc-wp-content-root .font-content-section-wrapper .use-card, .tc-wp-content-root .font-content-section-wrapper .tip-card{
    padding: 22px 18px;
  }.tc-wp-content-root .font-content-section-wrapper .use-card{
    grid-template-columns: 42px 1fr;
    gap: 14px;
  }.tc-wp-content-root .font-content-section-wrapper .feature-icon, .tc-wp-content-root .font-content-section-wrapper .use-icon{
    width: 42px;
    height: 42px;
    font-size: 1.2rem;
  }}.wpc-scope-164 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .font-card-grid-one{}.wpc-scope-164 .tc-wp-content-root .font-card-grid-three{}.wpc-scope-164 .tc-wp-content-root .font-card-grid-two{}.wpc-scope-164 .tc-wp-content-root .use-copy{}