@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 .nag-content-block, .tc-wp-content-root .nag-content-block *{
  box-sizing: border-box;
}.tc-wp-content-root .nag-content-block{
  width: 100%;
  color: #14213d;
  font-family: inherit;
  overflow-x: hidden;
}.tc-wp-content-root .nag-section{
  width: 100%;
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 4vw, 2rem);
}.tc-wp-content-root .nag-section-one, .tc-wp-content-root .nag-section-three{
  background: #fff;
}.tc-wp-content-root .nag-section-two{
  background: #f0f7ff;
}.tc-wp-content-root .nag-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .nag-section-head{
  max-width: 820px;
  margin: 0 auto clamp(2rem, 5vw, 3.25rem);
  text-align: center;
}.tc-wp-content-root .nag-section-head h2{
  margin: 0;
  color: #102033;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .nag-section-head h2 span{
  background: linear-gradient(135deg, #0b7cff 0%, #00c2ff 45%, #11d6b5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .nag-section-head p{
  margin: clamp(0.75rem, 2vw, 1rem) auto 0;
  color: #52657a;
  font-size: clamp(0.98rem, 2vw, 1.08rem);
  line-height: 1.7;
}.tc-wp-content-root .nag-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 .nag-card{
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(14, 116, 144, 0.14);
  border-radius: 20px;
  padding: clamp(1.1rem, 2.6vw, 1.45rem);
  box-shadow: 0 14px 36px rgba(15, 63, 92, 0.08);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}.tc-wp-content-root .nag-section-one .nag-card, .tc-wp-content-root .nag-section-three .nag-card{
  background: #f0f7ff;
}.tc-wp-content-root .nag-section-two .nag-card{
  background: #fff;
}.tc-wp-content-root .nag-card-header{
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}.tc-wp-content-root .nag-card-header i{
  flex: 0 0 auto;
  display: inline-flex;
  width: clamp(2.35rem, 5vw, 2.8rem);
  height: clamp(2.35rem, 5vw, 2.8rem);
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #0b7cff, #00c2ff);
  color: #fff;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  box-shadow: 0 10px 22px rgba(0, 139, 255, 0.22);
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .nag-card h3{
  margin: 0;
  color: #102033;
  font-size: clamp(1.02rem, 2.4vw, 1.22rem);
  line-height: 1.3;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .nag-card p{
  margin: 0 0 1rem;
  color: #516276;
  font-size: clamp(0.92rem, 1.8vw, 0.98rem);
  line-height: 1.65;
}.tc-wp-content-root .nag-card ul{
  display: grid;
  gap: 0.48rem;
  margin: 0;
  padding: 0;
  list-style: none;
}.tc-wp-content-root .nag-card li{
  position: relative;
  padding-left: 1.05rem;
  color: #30465c;
  font-size: clamp(0.86rem, 1.8vw, 0.94rem);
  line-height: 1.45;
}.tc-wp-content-root .nag-card li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.56em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0b7cff, #11d6b5);
  box-shadow: 0 0 0 3px rgba(0, 194, 255, 0.12);
}.tc-wp-content-root .nag-card-sweep::after{
  content: "";
  position: absolute;
  inset: -45% auto auto -70%;
  width: 55%;
  height: 190%;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.72) 50%, transparent 100%);
  transform: rotate(18deg);
  opacity: 0;
  pointer-events: none;
  transition: transform 620ms ease, opacity 360ms ease;
}.tc-wp-content-root .nag-card-sweep:hover{
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 22px 46px rgba(15, 94, 140, 0.14);
  border-color: rgba(0, 162, 255, 0.28);
}.tc-wp-content-root .nag-card-sweep:hover::after{
  opacity: 1;
  transform: translateX(320%) rotate(18deg);
}.tc-wp-content-root .nag-card-trace::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, transparent 20%, #00c2ff 45%, #11d6b5 70%, transparent 100%);
  opacity: 0;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
  transition: opacity 280ms ease;
}.tc-wp-content-root .nag-card-trace:hover{
  transform: translateY(3px);
  box-shadow: inset 0 4px 18px rgba(15, 63, 92, 0.07), 0 12px 28px rgba(15, 63, 92, 0.08);
}.tc-wp-content-root .nag-card-trace:hover::before{
  opacity: 1;
}.tc-wp-content-root .nag-card-trace:hover .nag-card-header i{
  transform: scale(0.94);
  box-shadow: 0 7px 16px rgba(0, 139, 255, 0.18);
}.tc-wp-content-root .nag-card-slide{
  animation: nagDrift 6.5s ease-in-out infinite;
}.tc-wp-content-root .nag-card-slide:nth-child(2n){
  animation-delay: 900ms;
}.tc-wp-content-root .nag-card-slide::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 25% 15%, rgba(0, 194, 255, 0.14), transparent 38%);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}.tc-wp-content-root .nag-card-slide p, .tc-wp-content-root .nag-card-slide ul{
  transition: transform 280ms ease, opacity 280ms ease;
}.tc-wp-content-root .nag-card-slide:hover{
  transform: translateY(-5px);
  box-shadow: 0 24px 48px rgba(15, 94, 140, 0.13);
  border-color: rgba(17, 214, 181, 0.26);
}.tc-wp-content-root .nag-card-slide:hover::before{
  opacity: 1;
}.tc-wp-content-root .nag-card-slide:hover p, .tc-wp-content-root .nag-card-slide:hover ul{
  transform: translateY(-3px);
}@keyframes nagDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -3px, 0);
  }
}@media (max-width: 991.98px) {.tc-wp-content-root .nag-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .nag-card-slide{
    animation: none;
  }}@media (max-width: 575.98px) {.tc-wp-content-root .nag-section{
    padding: clamp(2.5rem, 10vw, 3.5rem) clamp(0.9rem, 5vw, 1rem);
  }.tc-wp-content-root .nag-card-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .nag-card{
    border-radius: 16px;
  }.tc-wp-content-root .nag-card:hover{
    transform: none;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .nag-content-block *, .tc-wp-content-root .nag-content-block *::before, .tc-wp-content-root .nag-content-block *::after{
    animation: none !important;
    transition-duration: 0.01ms !important;
  }}