@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 .nzag-content-block, .tc-wp-content-root .nzag-content-block *{
  box-sizing: border-box;
}.tc-wp-content-root .nzag-content-block{
  width: 100%;
  color: #16324f;
  font-family: inherit;
  overflow-x: hidden;
  background: #fff;
}.tc-wp-content-root .nzag-section{
  width: 100%;
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 4vw, 2rem);
}.tc-wp-content-root .nzag-section-one, .tc-wp-content-root .nzag-section-three{
  background: #fff;
}.tc-wp-content-root .nzag-section-two{
  background: #f0f7ff;
}.tc-wp-content-root .nzag-wrap{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .nzag-heading{
  max-width: 820px;
  margin: 0 auto clamp(2rem, 5vw, 3.5rem);
  text-align: center;
}.tc-wp-content-root .nzag-heading h2{
  margin: 0 0 clamp(0.75rem, 2vw, 1rem);
  color: #10263f;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .nzag-heading h2 span{
  color: transparent;
  background: linear-gradient(90deg, #0ea5e9 0%, #06b6d4 48%, #2563eb 100%);
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .nzag-heading p{
  margin: 0;
  color: #516a83;
  font-size: clamp(0.98rem, 2vw, 1.12rem);
  line-height: 1.7;
}.tc-wp-content-root .nzag-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 .nzag-card{
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(14, 165, 233, 0.16);
  border-radius: 22px;
  padding: clamp(1.1rem, 2.5vw, 1.45rem);
  box-shadow: 0 16px 42px rgba(15, 76, 129, 0.08);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}.tc-wp-content-root .nzag-section-one .nzag-card, .tc-wp-content-root .nzag-section-three .nzag-card{
  background: #f0f7ff;
}.tc-wp-content-root .nzag-section-two .nzag-card{
  background: #fff;
}.tc-wp-content-root .nzag-card-head{
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
  margin-bottom: 0.9rem;
}.tc-wp-content-root .nzag-icon{
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: clamp(2.55rem, 5vw, 3rem);
  height: clamp(2.55rem, 5vw, 3rem);
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #0ea5e9, #06b6d4 52%, #2563eb);
  box-shadow: 0 10px 22px rgba(14, 165, 233, 0.24);
  transition: transform 360ms ease, box-shadow 360ms ease;
}.tc-wp-content-root .nzag-icon i{
  font-size: clamp(1rem, 2.4vw, 1.18rem);
  line-height: 1;
}.tc-wp-content-root .nzag-card h3{
  margin: 0;
  min-width: 0;
  color: #12304c;
  font-size: clamp(1.02rem, 2.3vw, 1.18rem);
  line-height: 1.3;
  font-weight: 760;
  letter-spacing: 0;
}.tc-wp-content-root .nzag-card p{
  margin: 0 0 1rem;
  color: #4e657c;
  font-size: clamp(0.93rem, 1.8vw, 1rem);
  line-height: 1.68;
}.tc-wp-content-root .nzag-card ul{
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}.tc-wp-content-root .nzag-card li{
  position: relative;
  padding-left: 1.05rem;
  color: #25445f;
  font-size: clamp(0.88rem, 1.7vw, 0.96rem);
  line-height: 1.45;
}.tc-wp-content-root .nzag-card li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0ea5e9, #22d3ee, #2563eb);
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.12);
}.tc-wp-content-root .nzag-card-sweep::before{
  content: "";
  position: absolute;
  inset: -60% auto auto -80%;
  z-index: -1;
  width: 70%;
  height: 220%;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.72) 45%, transparent 70%);
  transform: translateX(0) rotate(10deg);
  opacity: 0;
  transition: transform 650ms ease, opacity 360ms ease;
}.tc-wp-content-root .nzag-card-sweep:hover{
  transform: translateY(-4px) rotateX(1deg) rotateY(-1deg);
  border-color: rgba(14, 165, 233, 0.36);
  box-shadow: 0 22px 52px rgba(15, 76, 129, 0.14);
}.tc-wp-content-root .nzag-card-sweep:hover::before{
  opacity: 1;
  transform: translateX(320%) rotate(10deg);
}.tc-wp-content-root .nzag-card-spotlight::before{
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  background: radial-gradient(circle at var(--nzag-x, 50%) var(--nzag-y, 0%), rgba(34, 211, 238, 0.28), transparent 48%);
  opacity: 0;
  transition: opacity 320ms ease;
}.tc-wp-content-root .nzag-card-spotlight:hover{
  transform: scale(1.018);
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 24px 55px rgba(37, 99, 235, 0.12);
}.tc-wp-content-root .nzag-card-spotlight:hover::before{
  opacity: 1;
}.tc-wp-content-root .nzag-card-spotlight:hover .nzag-icon{
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 14px 28px rgba(6, 182, 212, 0.3);
}.tc-wp-content-root .nzag-card-press{
  transform: translateZ(0);
}.tc-wp-content-root .nzag-card-press::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  box-shadow: inset 0 0 0 rgba(14, 165, 233, 0);
  transition: box-shadow 280ms ease, background 280ms ease;
}.tc-wp-content-root .nzag-card-press:hover{
  transform: translateY(3px) scale(0.992);
  border-color: rgba(6, 182, 212, 0.32);
  box-shadow: 0 8px 24px rgba(15, 76, 129, 0.1);
}.tc-wp-content-root .nzag-card-press:hover::before{
  box-shadow: inset 0 2px 18px rgba(14, 165, 233, 0.12);
  background: rgba(255, 255, 255, 0.22);
}.tc-wp-content-root .nzag-card-press:hover .nzag-icon{
  transform: scale(0.96);
}@media (max-width: 991.98px) {.tc-wp-content-root .nzag-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .nzag-card{
    border-radius: 20px;
  }}@media (max-width: 575.98px) {.tc-wp-content-root .nzag-section{
    padding: clamp(2.5rem, 10vw, 3.5rem) clamp(0.9rem, 5vw, 1.1rem);
  }.tc-wp-content-root .nzag-card-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .nzag-card-head{
    align-items: flex-start;
  }.tc-wp-content-root .nzag-card{
    border-radius: 18px;
  }}@media (hover: none) {.tc-wp-content-root .nzag-card-sweep:hover, .tc-wp-content-root .nzag-card-spotlight:hover, .tc-wp-content-root .nzag-card-press:hover{
    transform: none;
  }.tc-wp-content-root .nzag-card-sweep::before, .tc-wp-content-root .nzag-card-spotlight::before{
    display: none;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .nzag-card, .tc-wp-content-root .nzag-card::before, .tc-wp-content-root .nzag-icon{
    transition: none;
  }.tc-wp-content-root .nzag-card-sweep:hover, .tc-wp-content-root .nzag-card-spotlight:hover, .tc-wp-content-root .nzag-card-press:hover, .tc-wp-content-root .nzag-card-spotlight:hover .nzag-icon, .tc-wp-content-root .nzag-card-press:hover .nzag-icon{
    transform: none;
  }}