@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 .agca-content-block, .tc-wp-content-root .agca-content-block *{
  box-sizing: border-box;
}.tc-wp-content-root .agca-content-block{
  width: 100%;
  font-family: inherit;
  color: #102033;
  overflow-x: hidden;
}.tc-wp-content-root .agca-section{
  width: 100%;
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 4vw, 2rem);
}.tc-wp-content-root .agca-section-one, .tc-wp-content-root .agca-section-three{
  background: #fff;
}.tc-wp-content-root .agca-section-two{
  background: #f0f7ff;
}.tc-wp-content-root .agca-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .agca-content-block h2{
  margin: 0 auto;
  max-width: 920px;
  text-align: center;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: 0;
  color: #102033;
}.tc-wp-content-root .agca-content-block h2 span{
  color: transparent;
  background: linear-gradient(135deg, #0877d9 0%, #00b8d9 52%, #20d3f2 100%);
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .agca-subheading{
  max-width: 780px;
  margin: clamp(0.8rem, 2vw, 1.1rem) auto 0;
  text-align: center;
  font-size: clamp(0.98rem, 1.8vw, 1.12rem);
  line-height: 1.7;
  color: #51647a;
}.tc-wp-content-root .agca-card-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 1.5rem);
  width: 100%;
  margin-top: clamp(2rem, 4.5vw, 3.25rem);
}.tc-wp-content-root .agca-card{
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  padding: clamp(1.1rem, 2.4vw, 1.45rem);
  border: 1px solid rgba(8, 119, 217, 0.13);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.07);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
  isolation: isolate;
}.tc-wp-content-root .agca-section-one .agca-card, .tc-wp-content-root .agca-section-three .agca-card{
  background: #f0f7ff;
}.tc-wp-content-root .agca-section-two .agca-card{
  background: #fff;
}.tc-wp-content-root .agca-card-head{
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
  margin-bottom: 0.9rem;
}.tc-wp-content-root .agca-card-head i{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 clamp(2.35rem, 5vw, 2.8rem);
  width: clamp(2.35rem, 5vw, 2.8rem);
  height: clamp(2.35rem, 5vw, 2.8rem);
  border-radius: 14px;
  color: #fff;
  font-size: clamp(1rem, 2vw, 1.15rem);
  background: linear-gradient(135deg, #0877d9, #00b8d9);
  box-shadow: 0 10px 24px rgba(0, 184, 217, 0.22);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .agca-content-block h3{
  min-width: 0;
  margin: 0;
  font-size: clamp(1.02rem, 2.2vw, 1.2rem);
  line-height: 1.28;
  font-weight: 760;
  letter-spacing: 0;
  color: #102033;
}.tc-wp-content-root .agca-card p{
  margin: 0;
  font-size: clamp(0.93rem, 1.7vw, 1rem);
  line-height: 1.68;
  color: #51647a;
}.tc-wp-content-root .agca-card ul{
  display: grid;
  gap: 0.48rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}.tc-wp-content-root .agca-card li{
  position: relative;
  padding-left: 1.05rem;
  font-size: clamp(0.86rem, 1.6vw, 0.95rem);
  line-height: 1.45;
  color: #2d435a;
}.tc-wp-content-root .agca-card li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0877d9, #20d3f2);
  box-shadow: 0 0 0 3px rgba(32, 211, 242, 0.14);
}.tc-wp-content-root .agca-card-tilt::before{
  content: "";
  position: absolute;
  inset: -35%;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(circle at 25% 20%, rgba(32, 211, 242, 0.22), transparent 34%);
  transform: translate3d(-10px, 12px, 0);
  transition: opacity 320ms ease, transform 420ms ease;
}.tc-wp-content-root .agca-card-tilt:hover{
  transform: perspective(900px) rotateX(2deg) rotateY(-3deg) translateY(-3px);
  border-color: rgba(0, 184, 217, 0.28);
  box-shadow: 0 20px 46px rgba(8, 119, 217, 0.13);
}.tc-wp-content-root .agca-card-tilt:hover::before{
  opacity: 1;
  transform: translate3d(0, 0, 0);
}.tc-wp-content-root .agca-card-sweep::after{
  content: "";
  position: absolute;
  inset: -60% auto -60% -90%;
  width: 55%;
  background: linear-gradient(115deg, transparent, rgba(32, 211, 242, 0.2), transparent);
  transform: skewX(-18deg);
  transition: left 560ms ease;
  pointer-events: none;
}.tc-wp-content-root .agca-card-sweep:hover{
  transform: translateY(2px) scale(0.992);
  border-color: rgba(8, 119, 217, 0.24);
  box-shadow: inset 0 2px 18px rgba(8, 119, 217, 0.06), 0 15px 34px rgba(16, 32, 51, 0.08);
}.tc-wp-content-root .agca-card-sweep:hover::after{
  left: 135%;
}.tc-wp-content-root .agca-card-trace::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  opacity: 0;
  background: linear-gradient(135deg, #0877d9, #20d3f2, transparent 70%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 300ms ease;
  pointer-events: none;
}.tc-wp-content-root .agca-card-trace:hover{
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 22px 48px rgba(0, 184, 217, 0.13);
}.tc-wp-content-root .agca-card-trace:hover::before{
  opacity: 1;
}.tc-wp-content-root .agca-card-trace:hover .agca-card-head i{
  transform: rotateY(180deg);
  box-shadow: 0 12px 26px rgba(8, 119, 217, 0.25);
}@media (max-width: 991.98px) {.tc-wp-content-root .agca-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (max-width: 575.98px) {.tc-wp-content-root .agca-section{
    padding: clamp(2.4rem, 10vw, 3.3rem) clamp(0.9rem, 5vw, 1rem);
  }.tc-wp-content-root .agca-card-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .agca-card{
    border-radius: 18px;
  }.tc-wp-content-root .agca-card-head{
    align-items: flex-start;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .agca-card, .tc-wp-content-root .agca-card::before, .tc-wp-content-root .agca-card::after, .tc-wp-content-root .agca-card-head i{
    transition: none;
    animation: none;
  }.tc-wp-content-root .agca-card:hover, .tc-wp-content-root .agca-card-trace:hover .agca-card-head i{
    transform: none;
  }}