@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-20 .tc-wp-content-root img, .wpc-scope-20 .tc-wp-content-root video, .wpc-scope-20 .tc-wp-content-root svg, .wpc-scope-20 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-20 .tc-wp-content-root .font-content-section-wrapper{
  --font-bg-soft: #f0f7ff;
  --font-card: #ffffff;
  --font-text: #172033;
  --font-muted: #5d6b82;
  --font-border: rgba(102, 126, 234, 0.18);
  --font-accent: #667eea;
  --font-accent-deep: #764ba2;
  --font-shadow: 0 14px 34px rgba(30, 45, 85, 0.08);
  --font-shadow-hover: 0 20px 42px rgba(30, 45, 85, 0.14);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--font-text);
}.wpc-scope-20 .tc-wp-content-root .font-content-section-wrapper *{
  box-sizing: border-box;
}.wpc-scope-20 .tc-wp-content-root .font-content-section-wrapper .font-block{
  padding: 74px 18px;
}.wpc-scope-20 .tc-wp-content-root .font-content-section-wrapper .font-block-one, .wpc-scope-20 .tc-wp-content-root .font-content-section-wrapper .font-block-three{
  background: #fff;
}.wpc-scope-20 .tc-wp-content-root .font-content-section-wrapper .font-block-two{
  background: #f0f7ff;
}.wpc-scope-20 .tc-wp-content-root .font-content-section-wrapper .font-container{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}.wpc-scope-20 .tc-wp-content-root .font-content-section-wrapper h2{
  margin: 0 auto 34px;
  max-width: 860px;
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1.16;
  letter-spacing: 0;
  color: var(--font-text);
}.wpc-scope-20 .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-20 .tc-wp-content-root .font-content-section-wrapper .font-card-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}.wpc-scope-20 .tc-wp-content-root .font-content-section-wrapper .feature-card, .wpc-scope-20 .tc-wp-content-root .font-content-section-wrapper .use-card, .wpc-scope-20 .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(--font-border);
  position: relative;
  overflow: hidden;
}.wpc-scope-20 .tc-wp-content-root .font-content-section-wrapper .feature-card{
  background: #f0f7ff;
  padding: 26px 22px;
  text-align: center;
  box-shadow: 0 10px 26px rgba(37, 67, 125, 0.06);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-20 .tc-wp-content-root .font-content-section-wrapper .feature-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.55), rgba(118, 75, 162, 0)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.wpc-scope-20 .tc-wp-content-root .font-content-section-wrapper .feature-card:hover{
  transform: translateY(-7px);
  box-shadow: var(--font-shadow-hover);
  border-color: rgba(102, 126, 234, 0.28);
}.wpc-scope-20 .tc-wp-content-root .font-content-section-wrapper .feature-card:hover::before{
  opacity: 1;
}.wpc-scope-20 .tc-wp-content-root .font-content-section-wrapper .icon-shell{
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #667eea;
  font-size: 1.65rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(102, 126, 234, 0.13));
  box-shadow: inset 0 0 0 1px rgba(102, 126, 234, 0.14);
  transition: transform 260ms ease;
}.wpc-scope-20 .tc-wp-content-root .font-content-section-wrapper .feature-card:hover .icon-shell{
  transform: rotate(-5deg) scale(1.04);
}.wpc-scope-20 .tc-wp-content-root .font-content-section-wrapper h3{
  margin: 0 0 10px;
  font-size: 1.05rem;
  line-height: 1.28;
  letter-spacing: 0;
  color: var(--font-text);
}.wpc-scope-20 .tc-wp-content-root .font-content-section-wrapper p{
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--font-muted);
}.wpc-scope-20 .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(--font-shadow);
  transition: transform 240ms ease, box-shadow 240ms ease;
}.wpc-scope-20 .tc-wp-content-root .font-content-section-wrapper .use-card::after{
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 48%;
  height: 100%;
  background: linear-gradient(110deg, transparent, rgba(102, 126, 234, 0.13), transparent);
  transform: skewX(-12deg);
  transition: left 520ms ease;
  pointer-events: none;
}.wpc-scope-20 .tc-wp-content-root .font-content-section-wrapper .use-card:hover{
  transform: perspective(900px) rotateX(1deg) rotateY(-2deg) translateY(-4px);
  box-shadow: 0 18px 38px rgba(38, 56, 103, 0.13);
}.wpc-scope-20 .tc-wp-content-root .font-content-section-wrapper .use-card:hover::after{
  left: 120%;
}.wpc-scope-20 .tc-wp-content-root .font-content-section-wrapper .side-icon{
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #764ba2;
  font-size: 1.35rem;
  background: rgba(102, 126, 234, 0.1);
  box-shadow: inset 0 0 0 1px rgba(118, 75, 162, 0.12);
  transition: transform 260ms ease;
}.wpc-scope-20 .tc-wp-content-root .font-content-section-wrapper .use-card:hover .side-icon{
  transform: translateY(-3px) rotate(4deg);
}.wpc-scope-20 .tc-wp-content-root .font-content-section-wrapper .tip-card{
  background: #f0f7ff;
  padding: 24px 22px 23px;
  box-shadow: 0 12px 28px rgba(37, 67, 125, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease;
}.wpc-scope-20 .tc-wp-content-root .font-content-section-wrapper .tip-card::before{
  content: "";
  position: absolute;
  inset: auto 18px 0;
  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-20 .tc-wp-content-root .font-content-section-wrapper .tip-card::after{
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -52px;
  top: -52px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.18), rgba(102, 126, 234, 0));
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 260ms ease, transform 260ms ease;
  pointer-events: none;
}.wpc-scope-20 .tc-wp-content-root .font-content-section-wrapper .tip-card:hover{
  transform: translateY(-3px) scale(1.015);
  box-shadow: 0 18px 36px rgba(38, 56, 103, 0.13);
}.wpc-scope-20 .tc-wp-content-root .font-content-section-wrapper .tip-card:hover::before{
  transform: scaleX(1);
}.wpc-scope-20 .tc-wp-content-root .font-content-section-wrapper .tip-card:hover::after{
  opacity: 1;
  transform: scale(1);
}.wpc-scope-20 .tc-wp-content-root .font-content-section-wrapper .tip-badge{
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #667eea;
  font-size: 1.25rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 0 0 1px rgba(102, 126, 234, 0.15);
  transition: transform 360ms ease;
}.wpc-scope-20 .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 .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-block{
    padding: 50px 14px;
  }.tc-wp-content-root .font-content-section-wrapper h2{
    margin-bottom: 24px;
    font-size: 1.72rem;
  }.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, .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;
    padding: 20px 18px;
  }.tc-wp-content-root .font-content-section-wrapper .side-icon{
    width: 42px;
    height: 42px;
    font-size: 1.2rem;
  }.tc-wp-content-root .font-content-section-wrapper p{
    font-size: 0.93rem;
  }}.wpc-scope-20 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .feature-grid{}.wpc-scope-20 .tc-wp-content-root .tip-grid{}.wpc-scope-20 .tc-wp-content-root .use-grid{}