@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-545 .tc-wp-content-root img, .wpc-scope-545 .tc-wp-content-root video, .wpc-scope-545 .tc-wp-content-root svg, .wpc-scope-545 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-545 .tc-wp-content-root .font-content-section-wrapper{
  --fc-primary: #667eea;
  --fc-secondary: #764ba2;
  --fc-ink: #172033;
  --fc-muted: #5d6a7c;
  --fc-card-blue: #f0f7ff;
  --fc-white: #fff;
  --fc-border: rgba(102, 126, 234, 0.16);
  --fc-border-strong: rgba(118, 75, 162, 0.26);
  --fc-shadow: 0 16px 38px rgba(23, 32, 51, 0.08);
  --fc-shadow-soft: 0 10px 26px 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-x: hidden;
}.wpc-scope-545 .tc-wp-content-root .font-content-section-wrapper *, .wpc-scope-545 .tc-wp-content-root .font-content-section-wrapper *::before, .wpc-scope-545 .tc-wp-content-root .font-content-section-wrapper *::after{
  box-sizing: border-box;
}.wpc-scope-545 .tc-wp-content-root .font-content-section-wrapper .fc-section{
  width: 100%;
  padding: 72px 20px;
  overflow: hidden;
}.wpc-scope-545 .tc-wp-content-root .font-content-section-wrapper .fc-section-one, .wpc-scope-545 .tc-wp-content-root .font-content-section-wrapper .fc-section-three{
  background: #fff;
}.wpc-scope-545 .tc-wp-content-root .font-content-section-wrapper .fc-section-two{
  background: #f0f7ff;
}.wpc-scope-545 .tc-wp-content-root .font-content-section-wrapper .fc-container{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}.wpc-scope-545 .tc-wp-content-root .font-content-section-wrapper h2{
  margin: 0 auto 34px;
  max-width: 900px;
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1.15;
  letter-spacing: 0;
  color: var(--fc-ink);
}.wpc-scope-545 .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-545 .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-545 .tc-wp-content-root .font-content-section-wrapper .fc-card{
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid var(--fc-border);
  position: relative;
  overflow: hidden;
}.wpc-scope-545 .tc-wp-content-root .font-content-section-wrapper .fc-card h3{
  margin: 0;
  color: var(--fc-ink);
  font-size: 1.03rem;
  line-height: 1.3;
  letter-spacing: 0;
}.wpc-scope-545 .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.65;
}.wpc-scope-545 .tc-wp-content-root .font-content-section-wrapper .fc-feature-card{
  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-545 .tc-wp-content-root .font-content-section-wrapper .fc-feature-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.42), rgba(118, 75, 162, 0)) border-box;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}.wpc-scope-545 .tc-wp-content-root .font-content-section-wrapper .fc-feature-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 22px 46px rgba(23, 32, 51, 0.12);
  border-color: var(--fc-border-strong);
}.wpc-scope-545 .tc-wp-content-root .font-content-section-wrapper .fc-feature-card:hover::after{
  opacity: 1;
}.wpc-scope-545 .tc-wp-content-root .font-content-section-wrapper .fc-feature-card:hover .fc-icon-shell{
  transform: rotate(6deg) scale(1.04);
}.wpc-scope-545 .tc-wp-content-root .font-content-section-wrapper .fc-icon-shell{
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: var(--fc-primary);
  font-size: 1.45rem;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(102, 126, 234, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: transform 220ms ease;
}.wpc-scope-545 .tc-wp-content-root .font-content-section-wrapper .fc-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-545 .tc-wp-content-root .font-content-section-wrapper .fc-use-card::before{
  content: "";
  position: absolute;
  inset: -40% auto auto -40%;
  width: 90%;
  height: 90%;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.16), transparent 64%);
  opacity: 0;
  transform: translate(-18px, -18px);
  transition: opacity 220ms ease, transform 220ms ease;
  pointer-events: none;
}.wpc-scope-545 .tc-wp-content-root .font-content-section-wrapper .fc-use-card:hover{
  transform: perspective(900px) rotateX(1.2deg) rotateY(-1.2deg) translateY(-3px);
  box-shadow: 0 18px 40px rgba(23, 32, 51, 0.11);
}.wpc-scope-545 .tc-wp-content-root .font-content-section-wrapper .fc-use-card:hover::before{
  opacity: 1;
  transform: translate(0, 0);
}.wpc-scope-545 .tc-wp-content-root .font-content-section-wrapper .fc-use-card:hover .fc-side-icon{
  transform: translateY(-2px) rotateY(180deg);
}.wpc-scope-545 .tc-wp-content-root .font-content-section-wrapper .fc-side-icon{
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: var(--fc-secondary);
  font-size: 1.35rem;
  background: #f0f7ff;
  border: 1px solid rgba(102, 126, 234, 0.2);
  transition: transform 360ms ease;
  transform-style: preserve-3d;
}.wpc-scope-545 .tc-wp-content-root .font-content-section-wrapper .fc-card-copy{
  min-width: 0;
}.wpc-scope-545 .tc-wp-content-root .font-content-section-wrapper .fc-tip-card{
  background: #f0f7ff;
  padding: 22px;
  box-shadow: var(--fc-shadow-soft);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}.wpc-scope-545 .tc-wp-content-root .font-content-section-wrapper .fc-tip-card::before{
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.74), transparent);
  transform: skewX(-18deg);
  opacity: 0;
  transition: left 520ms ease, opacity 220ms ease;
  pointer-events: none;
}.wpc-scope-545 .tc-wp-content-root .font-content-section-wrapper .fc-tip-card:hover{
  transform: scale(1.018);
  box-shadow: 0 18px 42px rgba(23, 32, 51, 0.1);
  border-color: var(--fc-border-strong);
}.wpc-scope-545 .tc-wp-content-root .font-content-section-wrapper .fc-tip-card:hover::before{
  left: 128%;
  opacity: 1;
}.wpc-scope-545 .tc-wp-content-root .font-content-section-wrapper .fc-tip-card:hover .fc-tip-top{
  transform: translateY(-2px);
}.wpc-scope-545 .tc-wp-content-root .font-content-section-wrapper .fc-tip-top{
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  transition: transform 200ms ease;
}.wpc-scope-545 .tc-wp-content-root .font-content-section-wrapper .fc-tip-top i{
  color: var(--fc-primary);
  font-size: 1.35rem;
}.wpc-scope-545 .tc-wp-content-root .font-content-section-wrapper .fc-badge{
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--fc-secondary);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(118, 75, 162, 0.16);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}@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 h2{
    margin-bottom: 26px;
    font-size: 1.72rem;
  }.tc-wp-content-root .font-content-section-wrapper .fc-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
    width: 100% !important;
  }.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{
    padding: 20px;
  }.tc-wp-content-root .font-content-section-wrapper .fc-use-card{
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }.tc-wp-content-root .font-content-section-wrapper .fc-icon-shell, .tc-wp-content-root .font-content-section-wrapper .fc-side-icon{
    width: 44px;
    height: 44px;
    font-size: 1.25rem;
  }.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.92rem;
  }}.wpc-scope-545 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .fc-grid-one{}.wpc-scope-545 .tc-wp-content-root .fc-grid-three{}.wpc-scope-545 .tc-wp-content-root .fc-grid-two{}