@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 .nyag-content-wrap, .tc-wp-content-root .nyag-content-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .nyag-content-wrap{
  width: 100%;
  color: #102033;
  font-family: inherit;
  overflow: hidden;
}.tc-wp-content-root .nyag-section{
  width: 100%;
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 3vw, 2rem);
}.tc-wp-content-root .nyag-section-one, .tc-wp-content-root .nyag-section-three{
  background: #fff;
}.tc-wp-content-root .nyag-section-two{
  background: #f0f7ff;
}.tc-wp-content-root .nyag-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .nyag-section-head{
  max-width: 820px;
  margin: 0 auto clamp(2rem, 5vw, 3.5rem);
  text-align: center;
}.tc-wp-content-root .nyag-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 .nyag-section-head h2 span{
  background: linear-gradient(135deg, #0077ff 0%, #00c6ff 48%, #14d6b0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .nyag-section-head p{
  margin: clamp(0.75rem, 2vw, 1rem) auto 0;
  color: #536477;
  font-size: clamp(0.98rem, 2vw, 1.12rem);
  line-height: 1.7;
}.tc-wp-content-root .nyag-card-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.5rem);
}.tc-wp-content-root .nyag-card{
  position: relative;
  min-width: 0;
  height: 100%;
  padding: clamp(1.1rem, 2.5vw, 1.45rem);
  border: 1px solid rgba(0, 119, 255, 0.13);
  border-radius: 18px;
  box-shadow: 0 14px 35px rgba(16, 32, 51, 0.07);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}.tc-wp-content-root .nyag-section-one .nyag-card, .tc-wp-content-root .nyag-section-three .nyag-card{
  background: #f0f7ff;
}.tc-wp-content-root .nyag-section-two .nyag-card{
  background: #fff;
}.tc-wp-content-root .nyag-card-head{
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.85rem;
}.tc-wp-content-root .nyag-card-head i{
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: clamp(2.25rem, 5vw, 2.75rem);
  height: clamp(2.25rem, 5vw, 2.75rem);
  border-radius: 14px;
  color: #fff;
  font-size: clamp(1rem, 2vw, 1.18rem);
  background: linear-gradient(135deg, #0077ff, #00c6ff);
  box-shadow: 0 10px 24px rgba(0, 150, 255, 0.24);
  transition: transform 300ms ease, filter 300ms ease;
}.tc-wp-content-root .nyag-card h3{
  margin: 0;
  color: #12263a;
  font-size: clamp(1rem, 2.2vw, 1.18rem);
  line-height: 1.3;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .nyag-card p{
  margin: 0 0 1rem;
  color: #536477;
  font-size: clamp(0.92rem, 1.8vw, 1rem);
  line-height: 1.65;
}.tc-wp-content-root .nyag-card ul{
  display: grid;
  gap: 0.48rem;
  margin: 0;
  padding: 0;
  list-style: none;
}.tc-wp-content-root .nyag-card li{
  position: relative;
  padding-left: 1rem;
  color: #284155;
  font-size: clamp(0.86rem, 1.7vw, 0.95rem);
  line-height: 1.45;
}.tc-wp-content-root .nyag-card li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0077ff, #00d4c8);
  box-shadow: 0 0 0 4px rgba(0, 198, 255, 0.12);
}.tc-wp-content-root .nyag-section-one .nyag-card{
  transform-style: preserve-3d;
}.tc-wp-content-root .nyag-section-one .nyag-card:hover{
  transform: perspective(900px) rotateX(2deg) rotateY(-3deg) translateY(-4px);
  border-color: rgba(0, 198, 255, 0.35);
  box-shadow: 0 22px 48px rgba(0, 119, 255, 0.14);
}.tc-wp-content-root .nyag-section-one .nyag-card:hover i{
  transform: translateZ(16px) scale(1.06);
}.tc-wp-content-root .nyag-section-two .nyag-card::after{
  content: "";
  position: absolute;
  inset: -70% auto auto -85%;
  width: 70%;
  height: 220%;
  background: linear-gradient(115deg, transparent 0%, rgba(0, 198, 255, 0.14) 48%, transparent 100%);
  transform: rotate(12deg);
  opacity: 0;
  transition: left 520ms ease, opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .nyag-section-two .nyag-card:hover{
  transform: translateY(-3px) scale(1.015);
  border-color: rgba(0, 119, 255, 0.24);
  box-shadow: 0 20px 46px rgba(16, 32, 51, 0.11);
}.tc-wp-content-root .nyag-section-two .nyag-card:hover::after{
  left: 120%;
  opacity: 1;
}.tc-wp-content-root .nyag-section-two .nyag-card:hover i{
  transform: rotateY(180deg);
}.tc-wp-content-root .nyag-section-three .nyag-card::before{
  content: "";
  position: absolute;
  inset: auto -20% -45% -20%;
  height: 60%;
  background: radial-gradient(circle, rgba(0, 198, 255, 0.22), transparent 65%);
  opacity: 0;
  transition: opacity 300ms ease, transform 300ms ease;
  pointer-events: none;
}.tc-wp-content-root .nyag-section-three .nyag-card p, .tc-wp-content-root .nyag-section-three .nyag-card li{
  transition: transform 260ms ease, opacity 260ms ease;
}.tc-wp-content-root .nyag-section-three .nyag-card:hover{
  transform: translateY(-4px);
  border-color: rgba(20, 214, 176, 0.32);
  box-shadow: 0 22px 50px rgba(0, 119, 255, 0.12);
}.tc-wp-content-root .nyag-section-three .nyag-card:hover::before{
  opacity: 1;
  transform: translateY(-8px);
}.tc-wp-content-root .nyag-section-three .nyag-card:hover p, .tc-wp-content-root .nyag-section-three .nyag-card:hover li{
  transform: translateY(-2px);
}.tc-wp-content-root .nyag-section-three .nyag-card:hover i{
  transform: scale(1.08);
  filter: saturate(1.12);
}@media (max-width: 991.98px) {.tc-wp-content-root .nyag-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (max-width: 575.98px) {.tc-wp-content-root .nyag-section{
    padding: clamp(2.5rem, 10vw, 3.5rem) clamp(0.9rem, 5vw, 1.1rem);
  }.tc-wp-content-root .nyag-card-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .nyag-card{
    border-radius: 16px;
  }.tc-wp-content-root .nyag-card-head{
    align-items: flex-start;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .nyag-content-wrap *, .tc-wp-content-root .nyag-content-wrap *::before, .tc-wp-content-root .nyag-content-wrap *::after{
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
  }}