@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.0.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 .sag-content-wrap, .tc-wp-content-root .sag-content-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .sag-content-wrap{
  width: 100%;
  font-family: inherit;
  color: #0f172a;
  background: #fff;
}.tc-wp-content-root .sag-section{
  width: 100%;
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1rem, 4vw, 2rem);
  overflow: hidden;
}.tc-wp-content-root .sag-section-white{
  background: #fff;
}.tc-wp-content-root .sag-section-blue{
  background: #f0f7ff;
}.tc-wp-content-root .sag-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .sag-title{
  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: #0f172a;
}.tc-wp-content-root .sag-title span{
  color: transparent;
  background: linear-gradient(135deg, #0284c7 0%, #06b6d4 48%, #2563eb 100%);
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .sag-subtitle{
  max-width: 820px;
  margin: clamp(0.8rem, 2vw, 1.1rem) auto 0;
  text-align: center;
  font-size: clamp(0.98rem, 2vw, 1.12rem);
  line-height: 1.7;
  color: #475569;
}.tc-wp-content-root .sag-card-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 1.5rem);
  margin-top: clamp(2rem, 5vw, 3.2rem);
  width: 100%;
}.tc-wp-content-root .sag-card{
  position: relative;
  min-width: 0;
  padding: clamp(1.1rem, 2.4vw, 1.45rem);
  border: 1px solid rgba(14, 165, 233, 0.18);
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
  overflow: hidden;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
  isolation: isolate;
}.tc-wp-content-root .sag-card-blue{
  background: #f0f7ff;
}.tc-wp-content-root .sag-card-white{
  background: #fff;
}.tc-wp-content-root .sag-card-head{
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}.tc-wp-content-root .sag-card-head i{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: clamp(2.35rem, 5vw, 2.85rem);
  height: clamp(2.35rem, 5vw, 2.85rem);
  border-radius: 14px;
  color: #fff;
  font-size: clamp(1rem, 2vw, 1.18rem);
  background: linear-gradient(135deg, #0284c7, #06b6d4);
  box-shadow: 0 10px 22px rgba(2, 132, 199, 0.22);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .sag-card h3{
  margin: 0;
  min-width: 0;
  font-size: clamp(1.02rem, 2.1vw, 1.22rem);
  line-height: 1.3;
  font-weight: 760;
  color: #102033;
}.tc-wp-content-root .sag-card p{
  margin: 1rem 0 0;
  font-size: clamp(0.92rem, 1.7vw, 1rem);
  line-height: 1.68;
  color: #475569;
}.tc-wp-content-root .sag-card ul{
  display: grid;
  gap: 0.48rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}.tc-wp-content-root .sag-card li{
  position: relative;
  padding-left: 1.05rem;
  font-size: clamp(0.86rem, 1.5vw, 0.94rem);
  line-height: 1.45;
  color: #334155;
}.tc-wp-content-root .sag-card li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.54em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0284c7, #22d3ee);
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.12);
}.tc-wp-content-root .sag-section:nth-of-type(1) .sag-card::before{
  content: "";
  position: absolute;
  inset: -40%;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(circle at 25% 20%, rgba(6, 182, 212, 0.18), transparent 38%);
  transform: translate3d(-8%, -8%, 0);
  transition: opacity 320ms ease, transform 420ms ease;
}.tc-wp-content-root .sag-section:nth-of-type(1) .sag-card:hover{
  transform: perspective(900px) rotateX(2deg) rotateY(-2deg) translateY(-4px);
  border-color: rgba(6, 182, 212, 0.32);
  box-shadow: 0 22px 56px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .sag-section:nth-of-type(1) .sag-card:hover::before{
  opacity: 1;
  transform: translate3d(0, 0, 0);
}.tc-wp-content-root .sag-section:nth-of-type(2) .sag-card::after{
  content: "";
  position: absolute;
  top: -45%;
  left: -75%;
  width: 42%;
  height: 190%;
  background: linear-gradient(120deg, transparent, rgba(6, 182, 212, 0.18), transparent);
  transform: rotate(18deg) translateX(0);
  transition: transform 620ms ease;
  pointer-events: none;
}.tc-wp-content-root .sag-section:nth-of-type(2) .sag-card:hover{
  transform: translateY(2px) scale(0.992);
  border-color: rgba(37, 99, 235, 0.26);
  box-shadow: inset 0 2px 10px rgba(14, 165, 233, 0.08), 0 12px 34px rgba(15, 23, 42, 0.08);
}.tc-wp-content-root .sag-section:nth-of-type(2) .sag-card:hover::after{
  transform: rotate(18deg) translateX(420%);
}.tc-wp-content-root .sag-section:nth-of-type(3) .sag-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  opacity: 0;
  background: linear-gradient(135deg, #0284c7, transparent 34%, #22d3ee 66%, #2563eb);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .sag-section:nth-of-type(3) .sag-card:hover{
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.1);
}.tc-wp-content-root .sag-section:nth-of-type(3) .sag-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .sag-section:nth-of-type(3) .sag-card:hover .sag-card-head i{
  transform: rotateY(180deg);
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.24);
}@media (max-width: 991.98px) {.tc-wp-content-root .sag-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .sag-card{
    border-radius: 18px;
  }}@media (max-width: 575.98px) {.tc-wp-content-root .sag-section{
    padding: clamp(2.5rem, 10vw, 3.5rem) clamp(0.9rem, 5vw, 1rem);
  }.tc-wp-content-root .sag-card-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .sag-card{
    width: 100%;
    border-radius: 16px;
  }.tc-wp-content-root .sag-card:hover{
    transform: none;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .sag-content-wrap *, .tc-wp-content-root .sag-content-wrap *::before, .tc-wp-content-root .sag-content-wrap *::after{
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }}