@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 .cag-content-block, .tc-wp-content-root .cag-content-block *{
  box-sizing: border-box;
}.tc-wp-content-root .cag-content-block{
  width: 100%;
  font-family: inherit;
  color: #102033;
}.tc-wp-content-root .cag-section{
  width: 100%;
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1rem, 4vw, 2rem);
}.tc-wp-content-root .cag-section-one, .tc-wp-content-root .cag-section-three{
  background: #fff;
}.tc-wp-content-root .cag-section-two{
  background: #f0f7ff;
}.tc-wp-content-root .cag-wrap{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .cag-section-head{
  max-width: 780px;
  margin: 0 auto clamp(2rem, 5vw, 3rem);
  text-align: center;
}.tc-wp-content-root .cag-section-head h2{
  margin: 0 0 clamp(0.75rem, 2vw, 1rem);
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
  color: #0f2438;
}.tc-wp-content-root .cag-section-head h2 span{
  background: linear-gradient(135deg, #0ea5e9 0%, #06b6d4 48%, #2563eb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .cag-section-head p{
  margin: 0;
  font-size: clamp(0.96rem, 2.3vw, 1.08rem);
  line-height: 1.7;
  color: #526173;
}.tc-wp-content-root .cag-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 .cag-card{
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.13);
  border-radius: 18px;
  padding: clamp(1.1rem, 2.5vw, 1.45rem);
  box-shadow: 0 14px 34px rgba(15, 36, 56, 0.07);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
  will-change: transform;
}.tc-wp-content-root .cag-section-one .cag-card, .tc-wp-content-root .cag-section-three .cag-card{
  background: #f0f7ff;
}.tc-wp-content-root .cag-section-two .cag-card{
  background: #fff;
}.tc-wp-content-root .cag-card-head{
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
  margin-bottom: 0.9rem;
}.tc-wp-content-root .cag-card-head i{
  display: inline-flex;
  flex: 0 0 auto;
  width: clamp(2.35rem, 5vw, 2.75rem);
  height: clamp(2.35rem, 5vw, 2.75rem);
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #0ea5e9, #06b6d4);
  color: #fff;
  font-size: clamp(1rem, 2vw, 1.15rem);
  box-shadow: 0 10px 20px rgba(14, 165, 233, 0.24);
  transition: transform 360ms ease, box-shadow 360ms ease;
}.tc-wp-content-root .cag-card h3{
  min-width: 0;
  margin: 0;
  font-size: clamp(1.02rem, 2.3vw, 1.18rem);
  line-height: 1.3;
  font-weight: 750;
  letter-spacing: 0;
  color: #102033;
}.tc-wp-content-root .cag-card p{
  margin: 0 0 1rem;
  font-size: clamp(0.92rem, 2vw, 0.98rem);
  line-height: 1.68;
  color: #526173;
}.tc-wp-content-root .cag-card ul{
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}.tc-wp-content-root .cag-card li{
  position: relative;
  padding-left: 1.05rem;
  font-size: clamp(0.86rem, 1.9vw, 0.94rem);
  line-height: 1.45;
  color: #334155;
}.tc-wp-content-root .cag-card li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0ea5e9, #22d3ee);
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.11);
}.tc-wp-content-root .cag-section-one .cag-card{
  transform-style: preserve-3d;
}.tc-wp-content-root .cag-section-one .cag-card:hover{
  transform: perspective(900px) rotateX(2deg) rotateY(-4deg) translateY(-4px) scale(1.01);
  border-color: rgba(14, 165, 233, 0.35);
  box-shadow: 0 22px 44px rgba(14, 165, 233, 0.15);
}.tc-wp-content-root .cag-section-one .cag-card:hover .cag-card-head i{
  transform: translateZ(18px) scale(1.06);
  box-shadow: 0 14px 28px rgba(14, 165, 233, 0.32);
}.tc-wp-content-root .cag-section-two .cag-card::after{
  content: "";
  position: absolute;
  inset: -60% auto auto -80%;
  width: 70%;
  height: 220%;
  background: linear-gradient(120deg, transparent 15%, rgba(14, 165, 233, 0.16) 48%, transparent 78%);
  transform: translateX(0) rotate(18deg);
  transition: transform 620ms ease;
  pointer-events: none;
}.tc-wp-content-root .cag-section-two .cag-card:hover{
  transform: translateY(-3px) scale(1.012);
  border-color: rgba(6, 182, 212, 0.32);
  box-shadow: 0 20px 42px rgba(15, 36, 56, 0.11);
}.tc-wp-content-root .cag-section-two .cag-card:hover::after{
  transform: translateX(340%) rotate(18deg);
}.tc-wp-content-root .cag-section-two .cag-card:hover .cag-card-head i{
  transform: rotateY(180deg);
}.tc-wp-content-root .cag-section-three .cag-card{
  animation: cag-drift 7s ease-in-out infinite;
}.tc-wp-content-root .cag-section-three .cag-card:nth-child(2n){
  animation-delay: -1.8s;
}.tc-wp-content-root .cag-section-three .cag-card:nth-child(3n){
  animation-delay: -3.1s;
}.tc-wp-content-root .cag-section-three .cag-card:hover{
  transform: translateY(2px) scale(0.992);
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: inset 0 3px 12px rgba(15, 36, 56, 0.08), 0 12px 26px rgba(15, 36, 56, 0.08);
}.tc-wp-content-root .cag-section-three .cag-card:hover .cag-card-head i{
  transform: scale(1.08);
  background: linear-gradient(135deg, #2563eb, #06b6d4);
}@keyframes cag-drift {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -4px;
  }
}@media (max-width: 991.98px) {.tc-wp-content-root .cag-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .cag-section-three .cag-card{
    animation: none;
  }}@media (max-width: 575.98px) {.tc-wp-content-root .cag-section{
    padding: clamp(2.4rem, 12vw, 3.5rem) clamp(0.9rem, 5vw, 1.1rem);
  }.tc-wp-content-root .cag-card-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .cag-card{
    border-radius: 16px;
  }.tc-wp-content-root .cag-card:hover{
    transform: none;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .cag-card, .tc-wp-content-root .cag-card-head i, .tc-wp-content-root .cag-section-two .cag-card::after, .tc-wp-content-root .cag-section-three .cag-card{
    animation: none;
    transition: none;
  }.tc-wp-content-root .cag-card:hover, .tc-wp-content-root .cag-section-one .cag-card:hover, .tc-wp-content-root .cag-section-two .cag-card:hover, .tc-wp-content-root .cag-section-three .cag-card:hover{
    transform: none;
  }}