@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;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .font-content-section-wrapper{
  --font-accent: #667eea;
  --font-accent-deep: #764ba2;
  --font-ink: #182033;
  --font-muted: #5f6b7a;
  --font-soft: #f0f7ff;
  --font-white: #fff;
  --font-border: rgba(102, 126, 234, 0.16);
  --font-shadow: 0 14px 34px rgba(24, 32, 51, 0.08);
  --font-shadow-hover: 0 20px 45px rgba(24, 32, 51, 0.13);
  --font-radius: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--font-ink);
}.tc-wp-content-root .font-content-section-wrapper *{
  box-sizing: border-box;
}.tc-wp-content-root .font-content-section-wrapper .font-content-block{
  padding: 76px 20px;
}.tc-wp-content-root .font-content-section-wrapper .font-content-block-one, .tc-wp-content-root .font-content-section-wrapper .font-content-block-three{
  background: #fff;
}.tc-wp-content-root .font-content-section-wrapper .font-content-block-two{
  background: #f0f7ff;
}.tc-wp-content-root .font-content-section-wrapper .font-content-container{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}.tc-wp-content-root .font-content-section-wrapper h2{
  margin: 0 auto 34px;
  max-width: 880px;
  text-align: center;
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  line-height: 1.16;
  letter-spacing: 0;
  color: var(--font-ink);
}.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;
}.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;
}.tc-wp-content-root .font-content-section-wrapper .font-card{
  position: relative;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid var(--font-border);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .font-content-section-wrapper .font-card h3{
  margin: 0;
  color: var(--font-ink);
  font-size: 1.03rem;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .font-content-section-wrapper .font-card p{
  margin: 10px 0 0;
  color: var(--font-muted);
  font-size: 0.95rem;
  line-height: 1.62;
}.tc-wp-content-root .font-content-section-wrapper .feature-card{
  background: #f0f7ff;
  padding: 26px 22px 24px;
  box-shadow: 0 10px 26px rgba(102, 126, 234, 0.08);
}.tc-wp-content-root .font-content-section-wrapper .feature-card::before{
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%) skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  transition: transform 620ms ease;
}.tc-wp-content-root .font-content-section-wrapper .feature-card:hover{
  transform: translateY(-6px);
  box-shadow: var(--font-shadow-hover);
  border-color: rgba(118, 75, 162, 0.28);
}.tc-wp-content-root .font-content-section-wrapper .feature-card:hover::before{
  transform: translateX(120%) skewX(-18deg);
}.tc-wp-content-root .font-content-section-wrapper .icon-shell{
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 10px;
  color: var(--font-white);
  font-size: 1.45rem;
  background: linear-gradient(135deg, #667eea, #764ba2);
  box-shadow: 0 12px 22px rgba(102, 126, 234, 0.22);
  transition: transform 260ms ease;
}.tc-wp-content-root .font-content-section-wrapper .feature-card:hover .icon-shell{
  transform: rotate(-5deg) scale(1.04);
}.tc-wp-content-root .font-content-section-wrapper .use-card{
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: start;
  background: #fff;
  padding: 22px;
  box-shadow: var(--font-shadow);
}.tc-wp-content-root .font-content-section-wrapper .use-card::after{
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 3px;
  border-radius: 10px;
  background: linear-gradient(180deg, #667eea, #764ba2);
  transform: scaleY(0.2);
  opacity: 0.45;
  transition: transform 260ms ease, opacity 260ms ease;
}.tc-wp-content-root .font-content-section-wrapper .use-card:hover{
  transform: perspective(700px) rotateX(2deg) rotateY(-2deg);
  box-shadow: 0 18px 38px rgba(24, 32, 51, 0.12);
  border-color: rgba(102, 126, 234, 0.28);
}.tc-wp-content-root .font-content-section-wrapper .use-card:hover::after{
  transform: scaleY(1);
  opacity: 1;
}.tc-wp-content-root .font-content-section-wrapper .use-icon{
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  color: #667eea;
  font-size: 1.55rem;
  background: rgba(102, 126, 234, 0.1);
  box-shadow: inset 0 0 0 1px rgba(102, 126, 234, 0.12);
  transition: transform 240ms ease;
}.tc-wp-content-root .font-content-section-wrapper .use-copy{
  transform: translateY(0);
  transition: transform 240ms ease;
}.tc-wp-content-root .font-content-section-wrapper .use-card:hover .use-icon{
  transform: translateY(-2px) scale(1.05);
}.tc-wp-content-root .font-content-section-wrapper .use-card:hover .use-copy{
  transform: translateY(-3px);
}.tc-wp-content-root .font-content-section-wrapper .tip-card{
  background: #f0f7ff;
  padding: 24px 22px 22px;
  box-shadow: 0 10px 26px rgba(24, 32, 51, 0.07);
}.tc-wp-content-root .font-content-section-wrapper .tip-card::before{
  content: "";
  position: absolute;
  inset: -80px auto auto -80px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(118, 75, 162, 0.18), transparent 68%);
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 260ms ease, transform 260ms ease;
}.tc-wp-content-root .font-content-section-wrapper .tip-card::after{
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 3px;
  border-radius: 10px;
  background: linear-gradient(90deg, #667eea, #764ba2);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
}.tc-wp-content-root .font-content-section-wrapper .tip-card:hover{
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 18px 40px rgba(24, 32, 51, 0.12);
  border-color: rgba(118, 75, 162, 0.25);
}.tc-wp-content-root .font-content-section-wrapper .tip-card:hover::before{
  opacity: 1;
  transform: scale(1);
}.tc-wp-content-root .font-content-section-wrapper .tip-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .font-content-section-wrapper .tip-badge{
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 10px;
  color: #764ba2;
  font-size: 1.25rem;
  background: #fff;
  border: 1px solid rgba(118, 75, 162, 0.16);
  box-shadow: 0 8px 18px rgba(118, 75, 162, 0.1);
  transition: transform 280ms ease;
}.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-content-block{
    padding: 54px 16px;
  }.tc-wp-content-root .font-content-section-wrapper h2{
    margin-bottom: 26px;
    font-size: 1.55rem;
  }.tc-wp-content-root .font-content-section-wrapper .font-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.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 .tip-card{
    padding: 22px 18px;
  }.tc-wp-content-root .font-content-section-wrapper .use-card{
    grid-template-columns: 46px 1fr;
    gap: 14px;
    padding: 20px 18px;
  }.tc-wp-content-root .font-content-section-wrapper .use-icon{
    width: 46px;
    height: 46px;
    font-size: 1.35rem;
  }}

.tc-wp-content-root .font-grid-one {}
.tc-wp-content-root .font-grid-three {}
.tc-wp-content-root .font-grid-two {}