@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-428 .tc-wp-content-root img, .wpc-scope-428 .tc-wp-content-root video, .wpc-scope-428 .tc-wp-content-root svg, .wpc-scope-428 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper{
  --fc-primary: #667eea;
  --fc-secondary: #764ba2;
  --fc-ink: #172033;
  --fc-muted: #5d687a;
  --fc-soft: #f0f7ff;
  --fc-white: #ffffff;
  --fc-border: rgba(102, 126, 234, 0.16);
  --fc-shadow: 0 14px 34px rgba(23, 32, 51, 0.08);
  --fc-shadow-soft: 0 8px 22px rgba(23, 32, 51, 0.06);
  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-428 .tc-wp-content-root .font-content-section-wrapper *, .wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper *::before, .wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper *::after{
  box-sizing: border-box;
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .font-editorial-section{
  width: 100%;
  padding: 64px 18px;
  overflow: hidden;
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .font-section-one, .wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .font-section-three{
  background: #fff;
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .font-section-two{
  background: #f0f7ff;
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .font-section-container{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper h2{
  margin: 0 auto 34px;
  max-width: 860px;
  text-align: center;
  color: var(--fc-ink);
  font-size: clamp(1.75rem, 2.8vw, 2.65rem);
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-428 .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-428 .tc-wp-content-root .font-content-section-wrapper .font-card-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .font-card{
  position: relative;
  width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid var(--fc-border);
  box-sizing: border-box;
  overflow: hidden;
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .font-card h3{
  margin: 0;
  color: var(--fc-ink);
  font-size: 1.04rem;
  line-height: 1.28;
  font-weight: 760;
  letter-spacing: 0;
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .font-card p{
  margin: 10px 0 0;
  color: var(--fc-muted);
  font-size: 0.95rem;
  line-height: 1.62;
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .feature-card{
  min-height: 244px;
  padding: 26px 22px 24px;
  background: #f0f7ff;
  box-shadow: var(--fc-shadow-soft);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .feature-card::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 12%, rgba(255, 255, 255, 0.62) 44%, transparent 70%);
  transform: translateX(-130%) skewX(-18deg);
  transition: transform 520ms ease;
  pointer-events: none;
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .feature-card:hover{
  transform: translateY(-7px);
  box-shadow: 0 18px 42px rgba(23, 32, 51, 0.12);
  border-color: rgba(118, 75, 162, 0.28);
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .feature-card:hover::after{
  transform: translateX(130%) skewX(-18deg);
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .icon-bubble{
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 10px;
  color: var(--fc-primary);
  font-size: 1.45rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(102, 126, 234, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: transform 260ms ease;
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .feature-card:hover .icon-bubble{
  transform: rotate(-7deg) scale(1.04);
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .use-card{
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  align-items: start;
  min-height: 214px;
  padding: 24px 20px;
  background: #fff;
  box-shadow: var(--fc-shadow-soft);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .use-card::before{
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -80px;
  top: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.16), transparent 68%);
  opacity: 0;
  transform: scale(0.72);
  transition: opacity 260ms ease, transform 260ms ease;
  pointer-events: none;
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .use-card:hover{
  transform: perspective(900px) rotateX(1.4deg) rotateY(-1.8deg);
  box-shadow: 0 16px 36px rgba(23, 32, 51, 0.11);
  border-color: rgba(102, 126, 234, 0.26);
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .use-card:hover::before{
  opacity: 1;
  transform: scale(1);
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .side-icon{
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  color: var(--fc-secondary);
  font-size: 1.35rem;
  background: #f0f7ff;
  border: 1px solid rgba(118, 75, 162, 0.14);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .use-card:hover .side-icon{
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 10px 18px rgba(102, 126, 234, 0.14);
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .use-content{
  min-width: 0;
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .tip-card{
  min-height: 230px;
  padding: 22px 20px 24px;
  background: #f0f7ff;
  box-shadow: var(--fc-shadow-soft);
  transition: transform 250ms ease, box-shadow 250ms ease, border-color 250ms ease;
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .tip-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.55), rgba(118, 75, 162, 0));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .tip-card::after{
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
  pointer-events: none;
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .tip-card:hover{
  transform: translateY(-4px) scale(1.015);
  box-shadow: 0 16px 36px rgba(23, 32, 51, 0.1);
  border-color: rgba(118, 75, 162, 0.24);
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .tip-card:hover::before{
  opacity: 1;
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .tip-card:hover::after{
  transform: scaleX(1);
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .tip-card:hover h3, .wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .tip-card:hover p{
  transform: translateY(-2px);
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .tip-card h3, .wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .tip-card p{
  transition: transform 240ms ease;
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .tip-badge{
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 999px;
  color: #fff;
  font-size: 1.2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  box-shadow: 0 10px 22px rgba(102, 126, 234, 0.2);
  transition: transform 360ms ease;
}.wpc-scope-428 .tc-wp-content-root .font-content-section-wrapper .tip-card:hover .tip-badge{
  transform: rotateY(180deg);
}@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 .font-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 .font-card{
    width: 100% !important;
    min-width: 0 !important;
  }}@media (max-width: 767px){.tc-wp-content-root .font-content-section-wrapper .font-editorial-section{
    padding: 46px 14px;
  }.tc-wp-content-root .font-content-section-wrapper h2{
    margin-bottom: 24px;
    font-size: 1.72rem;
    text-align: center;
  }.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 .font-card{
    width: 100% !important;
    min-width: 0 !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{
    min-height: auto;
    padding: 20px 18px;
  }.tc-wp-content-root .font-content-section-wrapper .use-card{
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }.tc-wp-content-root .font-content-section-wrapper .side-icon{
    width: 44px;
    height: 44px;
    font-size: 1.2rem;
  }.tc-wp-content-root .font-content-section-wrapper .icon-bubble{
    width: 44px;
    height: 44px;
    font-size: 1.3rem;
  }}.wpc-scope-428 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .font-grid-one{}.wpc-scope-428 .tc-wp-content-root .font-grid-three{}.wpc-scope-428 .tc-wp-content-root .font-grid-two{}