@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 .azag-content-wrap, .tc-wp-content-root .azag-content-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .azag-content-wrap{
  width: 100%;
  color: #122033;
  font-family: inherit;
  overflow: hidden;
}.tc-wp-content-root .azag-section{
  width: 100%;
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 4vw, 2rem);
}.tc-wp-content-root .azag-section-one, .tc-wp-content-root .azag-section-three{
  background: #fff;
}.tc-wp-content-root .azag-section-two{
  background: #f0f7ff;
}.tc-wp-content-root .azag-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .azag-heading-block{
  max-width: 780px;
  margin: 0 auto clamp(2rem, 5vw, 3.5rem);
  text-align: center;
}.tc-wp-content-root .azag-heading-block h2{
  margin: 0;
  color: #101828;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .azag-heading-block h2 span{
  background: linear-gradient(135deg, #0284c7 0%, #06b6d4 48%, #2563eb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .azag-heading-block p{
  margin: clamp(0.75rem, 2vw, 1rem) auto 0;
  color: #475569;
  font-size: clamp(0.98rem, 2vw, 1.08rem);
  line-height: 1.7;
}.tc-wp-content-root .azag-card-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.5rem);
}.tc-wp-content-root .azag-card{
  position: relative;
  min-width: 0;
  height: 100%;
  padding: clamp(1.1rem, 2.5vw, 1.5rem);
  border: 1px solid rgba(14, 116, 144, 0.14);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
  will-change: transform;
}.tc-wp-content-root .azag-section-one .azag-card, .tc-wp-content-root .azag-section-three .azag-card{
  background: #f0f7ff;
}.tc-wp-content-root .azag-section-two .azag-card{
  background: #fff;
}.tc-wp-content-root .azag-card-head{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.9rem;
}.tc-wp-content-root .azag-card-head i{
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: clamp(2.35rem, 6vw, 2.85rem);
  height: clamp(2.35rem, 6vw, 2.85rem);
  border-radius: 14px;
  color: #fff;
  font-size: clamp(1rem, 2.4vw, 1.2rem);
  background: linear-gradient(135deg, #0284c7, #06b6d4);
  box-shadow: 0 10px 22px rgba(6, 182, 212, 0.26);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .azag-card h3{
  min-width: 0;
  margin: 0;
  color: #102033;
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  line-height: 1.32;
  font-weight: 760;
  letter-spacing: 0;
}.tc-wp-content-root .azag-card p{
  position: relative;
  z-index: 1;
  margin: 0 0 1rem;
  color: #516173;
  font-size: clamp(0.92rem, 2vw, 0.98rem);
  line-height: 1.65;
}.tc-wp-content-root .azag-card ul{
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.48rem;
  margin: 0;
  padding: 0;
  list-style: none;
}.tc-wp-content-root .azag-card li{
  position: relative;
  padding-left: 1rem;
  color: #334155;
  font-size: clamp(0.86rem, 1.8vw, 0.94rem);
  line-height: 1.45;
}.tc-wp-content-root .azag-card li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0284c7, #22d3ee);
  box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.13);
}.tc-wp-content-root .azag-card-tilt{
  transform-style: preserve-3d;
}.tc-wp-content-root .azag-card-tilt::before{
  content: "";
  position: absolute;
  inset: -35%;
  background: radial-gradient(circle at 25% 20%, rgba(34, 211, 238, 0.18), transparent 34%);
  opacity: 0;
  transition: opacity 280ms ease, transform 280ms ease;
  pointer-events: none;
}.tc-wp-content-root .azag-card-tilt:hover{
  transform: perspective(900px) rotateX(2deg) rotateY(-3deg) translateY(-4px);
  border-color: rgba(6, 182, 212, 0.32);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.12);
}.tc-wp-content-root .azag-card-tilt:hover::before{
  opacity: 1;
  transform: translate3d(4%, 3%, 0);
}.tc-wp-content-root .azag-card-tilt:hover .azag-card-head i{
  transform: translateZ(14px) scale(1.04);
}.tc-wp-content-root .azag-card-sweep::before{
  content: "";
  position: absolute;
  top: -70%;
  left: -85%;
  width: 70%;
  height: 240%;
  background: linear-gradient(115deg, transparent 0%, rgba(6, 182, 212, 0.16) 45%, rgba(255, 255, 255, 0.45) 50%, transparent 58%);
  transform: translateX(0) rotate(8deg);
  transition: transform 620ms ease;
  pointer-events: none;
}.tc-wp-content-root .azag-card-sweep:hover{
  transform: translateY(-3px) scale(1.012);
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 20px 46px rgba(2, 132, 199, 0.12);
}.tc-wp-content-root .azag-card-sweep:hover::before{
  transform: translateX(310%) rotate(8deg);
}.tc-wp-content-root .azag-card-sweep:hover .azag-card-head i{
  transform: rotateY(180deg);
}.tc-wp-content-root .azag-card-reveal::after{
  content: "";
  position: absolute;
  inset: auto 1rem 1rem 1rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0284c7, #06b6d4, #2563eb);
  opacity: 0;
  transform: scaleX(0.3);
  transform-origin: left;
  transition: opacity 260ms ease, transform 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .azag-card-reveal .azag-card-head, .tc-wp-content-root .azag-card-reveal p, .tc-wp-content-root .azag-card-reveal ul{
  transition: transform 300ms ease, opacity 300ms ease;
}.tc-wp-content-root .azag-card-reveal:hover{
  transform: translateY(-4px);
  border-color: rgba(6, 182, 212, 0.3);
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .azag-card-reveal:hover .azag-card-head, .tc-wp-content-root .azag-card-reveal:hover p, .tc-wp-content-root .azag-card-reveal:hover ul{
  transform: translateY(-3px);
}.tc-wp-content-root .azag-card-reveal:hover::after{
  opacity: 1;
  transform: scaleX(1);
}.tc-wp-content-root .azag-card-reveal:hover .azag-card-head i{
  transform: scale(1.06);
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.28);
}@media (max-width: 991.98px) {.tc-wp-content-root .azag-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (max-width: 575.98px) {.tc-wp-content-root .azag-section{
    padding-left: clamp(0.85rem, 4vw, 1rem);
    padding-right: clamp(0.85rem, 4vw, 1rem);
  }.tc-wp-content-root .azag-card-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .azag-card{
    border-radius: 16px;
  }.tc-wp-content-root .azag-card:hover{
    transform: none;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .azag-card, .tc-wp-content-root .azag-card::before, .tc-wp-content-root .azag-card::after, .tc-wp-content-root .azag-card-head, .tc-wp-content-root .azag-card-head i, .tc-wp-content-root .azag-card p, .tc-wp-content-root .azag-card ul{
    transition: none;
    animation: none;
  }.tc-wp-content-root .azag-card:hover, .tc-wp-content-root .azag-card:hover .azag-card-head, .tc-wp-content-root .azag-card:hover p, .tc-wp-content-root .azag-card:hover ul, .tc-wp-content-root .azag-card:hover .azag-card-head i{
    transform: none;
  }}