@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{
  --fc-bg-white: #fff;
  --fc-bg-soft: #f0f7ff;
  --fc-text: #1f2937;
  --fc-muted: #5f6f85;
  --fc-line: rgba(102, 126, 234, 0.16);
  --fc-accent: #667eea;
  --fc-accent-2: #764ba2;
  --fc-card-radius: 10px;
  --fc-shadow: 0 12px 32px rgba(31, 41, 55, 0.08);
  --fc-shadow-hover: 0 18px 44px rgba(31, 41, 55, 0.14);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--fc-text);
  width: 100%;
  overflow: hidden;
}.tc-wp-content-root .font-content-section-wrapper, .tc-wp-content-root .font-content-section-wrapper *{
  box-sizing: border-box;
}.tc-wp-content-root .font-content-section-wrapper .fc-section{
  width: 100%;
  padding: 72px 20px;
  overflow: hidden;
}.tc-wp-content-root .font-content-section-wrapper .fc-section-white{
  background: #fff;
}.tc-wp-content-root .font-content-section-wrapper .fc-section-blue{
  background: #f0f7ff;
}.tc-wp-content-root .font-content-section-wrapper .fc-container{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}.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.7rem);
  line-height: 1.14;
  letter-spacing: 0;
  color: var(--fc-text);
}.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 .fc-grid{
  display: grid;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  gap: 22px;
}.tc-wp-content-root .font-content-section-wrapper .fc-card{
  position: relative;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid var(--fc-line);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .font-content-section-wrapper .fc-card h3{
  margin: 0;
  color: var(--fc-text);
  font-size: 1.04rem;
  line-height: 1.25;
  letter-spacing: 0;
}.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.62;
}.tc-wp-content-root .font-content-section-wrapper .fc-icon{
  display: inline-grid;
  place-items: center;
  color: var(--fc-accent);
  line-height: 1;
  flex: none;
}.tc-wp-content-root .font-content-section-wrapper .fc-card-top{
  background: #f0f7ff;
  padding: 24px;
  min-height: 226px;
  box-shadow: 0 8px 22px rgba(102, 126, 234, 0.07);
}.tc-wp-content-root .font-content-section-wrapper .fc-card-top::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.72) 46%, transparent 74%);
  transform: translateX(-120%);
  transition: transform 520ms ease;
  pointer-events: none;
}.tc-wp-content-root .font-content-section-wrapper .fc-card-top:hover{
  transform: translateY(-6px);
  box-shadow: var(--fc-shadow-hover);
}.tc-wp-content-root .font-content-section-wrapper .fc-card-top:hover::after{
  transform: translateX(120%);
}.tc-wp-content-root .font-content-section-wrapper .fc-card-top:nth-child(2n):hover{
  transform: translateY(-4px) rotate(0.7deg);
}.tc-wp-content-root .font-content-section-wrapper .fc-card-top:nth-child(3n):hover{
  transform: translateY(-5px) scale(1.015);
}.tc-wp-content-root .font-content-section-wrapper .fc-icon-circle{
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 50%;
  font-size: 1.45rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 0 0 1px rgba(102, 126, 234, 0.18);
  transition: transform 240ms ease;
}.tc-wp-content-root .font-content-section-wrapper .fc-card-top:hover .fc-icon-circle{
  transform: rotate(-7deg) scale(1.06);
}.tc-wp-content-root .font-content-section-wrapper .fc-card-side{
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: start;
  background: #fff;
  padding: 22px;
  min-height: 188px;
  box-shadow: 0 10px 28px rgba(31, 41, 55, 0.06);
}.tc-wp-content-root .font-content-section-wrapper .fc-card-side::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 1px solid transparent;
  background: linear-gradient(120deg, rgba(102, 126, 234, 0.65), rgba(118, 75, 162, 0.08), rgba(102, 126, 234, 0.65)) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}.tc-wp-content-root .font-content-section-wrapper .fc-card-side:hover{
  transform: perspective(700px) rotateX(1.5deg) rotateY(-1.5deg);
  box-shadow: var(--fc-shadow);
}.tc-wp-content-root .font-content-section-wrapper .fc-card-side:hover::before{
  opacity: 1;
}.tc-wp-content-root .font-content-section-wrapper .fc-card-side:nth-child(2n):hover{
  transform: translateY(3px);
  box-shadow: inset 0 3px 12px rgba(31, 41, 55, 0.08);
}.tc-wp-content-root .font-content-section-wrapper .fc-card-side:nth-child(3n):hover .fc-icon-square{
  transform: rotateY(180deg);
}.tc-wp-content-root .font-content-section-wrapper .fc-icon-square{
  width: 52px;
  height: 52px;
  border-radius: 10px;
  font-size: 1.35rem;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.12), rgba(118, 75, 162, 0.1));
  transition: transform 320ms ease;
}.tc-wp-content-root .font-content-section-wrapper .fc-card-copy{
  min-width: 0;
}.tc-wp-content-root .font-content-section-wrapper .fc-card-badge{
  background: #f0f7ff;
  padding: 22px;
  min-height: 192px;
  box-shadow: 0 10px 24px rgba(102, 126, 234, 0.07);
}.tc-wp-content-root .font-content-section-wrapper .fc-card-badge::before{
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  right: -42px;
  top: -42px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.18), rgba(102, 126, 234, 0));
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 260ms ease, transform 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .font-content-section-wrapper .fc-card-badge:hover{
  transform: translateY(-3px);
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.08), var(--fc-shadow);
}.tc-wp-content-root .font-content-section-wrapper .fc-card-badge:hover::before{
  opacity: 1;
  transform: scale(1);
}.tc-wp-content-root .font-content-section-wrapper .fc-card-badge:nth-child(2n):hover{
  transform: scale(1.018);
}.tc-wp-content-root .font-content-section-wrapper .fc-card-badge:nth-child(3n):hover{
  border-radius: 14px;
}.tc-wp-content-root .font-content-section-wrapper .fc-badge-row{
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: center;
}.tc-wp-content-root .font-content-section-wrapper .fc-icon-badge{
  width: 42px;
  height: 42px;
  border-radius: 10px;
  font-size: 1.2rem;
  background: #fff;
  box-shadow: 0 8px 18px rgba(102, 126, 234, 0.12);
  transition: transform 220ms ease;
}.tc-wp-content-root .font-content-section-wrapper .fc-card-badge:hover .fc-icon-badge{
  transform: translateY(-2px) rotate(5deg);
}@media (min-width: 1024px) {.tc-wp-content-root .font-content-section-wrapper .fc-grid{
    grid-template-columns: repeat(4, 1fr) !important;
    width: 100% !important;
    min-width: 0 !important;
  }.tc-wp-content-root .font-content-section-wrapper .fc-card{
    width: 100% !important;
    min-width: 0 !important;
  }}@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;
    width: 100% !important;
    min-width: 0 !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 16px;
  }.tc-wp-content-root .font-content-section-wrapper h2{
    margin-bottom: 26px;
    font-size: 1.75rem;
  }.tc-wp-content-root .font-content-section-wrapper .fc-grid{
    grid-template-columns: 1fr !important;
    width: 100% !important;
    min-width: 0 !important;
    gap: 16px;
  }.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-card-top, .tc-wp-content-root .font-content-section-wrapper .fc-card-side, .tc-wp-content-root .font-content-section-wrapper .fc-card-badge{
    padding: 20px;
    min-height: auto;
  }.tc-wp-content-root .font-content-section-wrapper .fc-card-side{
    grid-template-columns: 46px 1fr;
    gap: 14px;
  }.tc-wp-content-root .font-content-section-wrapper .fc-icon-square{
    width: 46px;
    height: 46px;
    font-size: 1.25rem;
  }.tc-wp-content-root .font-content-section-wrapper .fc-card p{
    font-size: 0.93rem;
  }}

.tc-wp-content-root .fc-grid-badge {}
.tc-wp-content-root .fc-grid-side {}
.tc-wp-content-root .fc-grid-top {}