@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.2/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 .fag-content-block, .tc-wp-content-root .fag-content-block *{
  box-sizing: border-box;
}.tc-wp-content-root .fag-content-block{
  width: 100%;
  overflow-x: hidden;
  color: #102033;
  font-family: inherit;
}.tc-wp-content-root .fag-section{
  width: 100%;
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 4vw, 2rem);
}.tc-wp-content-root .fag-section-what, .tc-wp-content-root .fag-section-how{
  background: #fff;
}.tc-wp-content-root .fag-section-why{
  background: #f0f7ff;
}.tc-wp-content-root .fag-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .fag-section-head{
  max-width: 820px;
  margin: 0 auto clamp(2rem, 5vw, 3.5rem);
  text-align: center;
}.tc-wp-content-root .fag-section-head h2{
  margin: 0 0 clamp(0.75rem, 2vw, 1rem);
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0;
  color: #102033;
}.tc-wp-content-root .fag-section-head h2 span{
  color: transparent;
  background: linear-gradient(135deg, #0077ff 0%, #00c8d7 55%, #18a7ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .fag-section-head p{
  margin: 0;
  font-size: clamp(0.96rem, 2vw, 1.12rem);
  line-height: 1.7;
  color: #52647a;
}.tc-wp-content-root .fag-card-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 1.5rem);
  width: 100%;
}.tc-wp-content-root .fag-card{
  position: relative;
  width: 100%;
  min-width: 0;
  padding: clamp(1.1rem, 2.4vw, 1.45rem);
  border: 1px solid rgba(0, 119, 255, 0.14);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.07);
  overflow: hidden;
  isolation: isolate;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}.tc-wp-content-root .fag-section-what .fag-card, .tc-wp-content-root .fag-section-how .fag-card{
  background: #f0f7ff;
}.tc-wp-content-root .fag-section-why .fag-card{
  background: #fff;
}.tc-wp-content-root .fag-card-head{
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
  margin-bottom: 0.9rem;
}.tc-wp-content-root .fag-icon{
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(2.35rem, 5vw, 2.9rem);
  height: clamp(2.35rem, 5vw, 2.9rem);
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #0077ff, #00c8d7);
  box-shadow: 0 10px 22px rgba(0, 154, 221, 0.22);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .fag-card h3{
  margin: 0;
  min-width: 0;
  font-size: clamp(1rem, 2.1vw, 1.18rem);
  line-height: 1.32;
  font-weight: 760;
  color: #13283e;
}.tc-wp-content-root .fag-card p{
  margin: 0 0 1rem;
  font-size: clamp(0.92rem, 1.8vw, 1rem);
  line-height: 1.65;
  color: #52647a;
}.tc-wp-content-root .fag-card ul{
  display: grid;
  gap: 0.48rem;
  margin: 0;
  padding: 0;
  list-style: none;
}.tc-wp-content-root .fag-card li{
  position: relative;
  padding-left: 1.05rem;
  font-size: clamp(0.86rem, 1.7vw, 0.95rem);
  line-height: 1.45;
  color: #30475f;
}.tc-wp-content-root .fag-card li::before{
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0077ff, #00c8d7);
  box-shadow: 0 0 0 4px rgba(0, 200, 215, 0.12);
}.tc-wp-content-root .fag-section-what .fag-card{
  transform-style: preserve-3d;
}.tc-wp-content-root .fag-section-what .fag-card::before{
  content: "";
  position: absolute;
  inset: -45%;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(circle at 25% 15%, rgba(0, 200, 215, 0.22), transparent 42%);
  transform: translate3d(-8px, 8px, 0);
  transition: opacity 320ms ease, transform 320ms ease;
}.tc-wp-content-root .fag-section-what .fag-card:hover{
  transform: perspective(900px) rotateX(2.5deg) rotateY(-3deg) translateY(-3px);
  border-color: rgba(0, 160, 225, 0.28);
  box-shadow: 0 22px 46px rgba(16, 32, 51, 0.11);
}.tc-wp-content-root .fag-section-what .fag-card:hover::before{
  opacity: 1;
  transform: translate3d(0, 0, 0);
}.tc-wp-content-root .fag-section-what .fag-card:hover .fag-icon{
  transform: translateZ(14px) scale(1.04);
}.tc-wp-content-root .fag-section-why .fag-card::before{
  content: "";
  position: absolute;
  inset: -35% -70%;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(115deg, transparent 35%, rgba(0, 200, 215, 0.18) 50%, transparent 65%);
  transform: translateX(-35%) rotate(4deg);
  transition: transform 520ms ease, opacity 320ms ease;
}.tc-wp-content-root .fag-section-why .fag-card:hover{
  transform: translateY(2px) scale(0.992);
  border-color: rgba(0, 119, 255, 0.24);
  box-shadow: inset 0 3px 12px rgba(0, 119, 255, 0.07), 0 12px 28px rgba(16, 32, 51, 0.08);
}.tc-wp-content-root .fag-section-why .fag-card:hover::before{
  opacity: 1;
  transform: translateX(36%) rotate(4deg);
}.tc-wp-content-root .fag-section-why .fag-card:hover .fag-icon{
  transform: scale(0.96);
  box-shadow: 0 7px 16px rgba(0, 154, 221, 0.2);
}.tc-wp-content-root .fag-section-how .fag-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  padding: 1px;
  border-radius: inherit;
  opacity: 0;
  background: conic-gradient(from 180deg, #0077ff, #00c8d7, transparent 38%, transparent 70%, #0077ff);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 320ms ease, transform 420ms ease;
}.tc-wp-content-root .fag-section-how .fag-card > *{
  transition: transform 320ms ease, opacity 320ms ease;
}.tc-wp-content-root .fag-section-how .fag-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(16, 32, 51, 0.1);
}.tc-wp-content-root .fag-section-how .fag-card:hover::before{
  opacity: 1;
  transform: rotate(8deg);
}.tc-wp-content-root .fag-section-how .fag-card:hover .fag-card-head{
  transform: translateY(-2px);
}.tc-wp-content-root .fag-section-how .fag-card:hover p, .tc-wp-content-root .fag-section-how .fag-card:hover ul{
  transform: translateY(-3px);
}.tc-wp-content-root .fag-section-how .fag-card:hover .fag-icon{
  transform: rotateY(180deg);
}@media (max-width: 991.98px) {.tc-wp-content-root .fag-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .fag-section-what .fag-card:hover, .tc-wp-content-root .fag-section-why .fag-card:hover, .tc-wp-content-root .fag-section-how .fag-card:hover{
    transform: translateY(-2px);
  }}@media (max-width: 575.98px) {.tc-wp-content-root .fag-section{
    padding-inline: clamp(0.9rem, 5vw, 1.1rem);
  }.tc-wp-content-root .fag-card-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .fag-card{
    border-radius: 16px;
  }.tc-wp-content-root .fag-card-head{
    align-items: flex-start;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .fag-content-block *, .tc-wp-content-root .fag-content-block *::before, .tc-wp-content-root .fag-content-block *::after{
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
  }.tc-wp-content-root .fag-card:hover, .tc-wp-content-root .fag-card:hover .fag-icon, .tc-wp-content-root .fag-card:hover .fag-card-head, .tc-wp-content-root .fag-card:hover p, .tc-wp-content-root .fag-card:hover ul{
    transform: none !important;
  }}