@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 .dag-content-wrap, .tc-wp-content-root .dag-content-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .dag-content-wrap{
  width: 100%;
  color: #0f172a;
  font-family: inherit;
  overflow: hidden;
}.tc-wp-content-root .dag-section{
  width: 100%;
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 3vw, 2rem);
}.tc-wp-content-root .dag-section-one, .tc-wp-content-root .dag-section-three{
  background: #fff;
}.tc-wp-content-root .dag-section-two{
  background: #f0f7ff;
}.tc-wp-content-root .dag-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .dag-heading-block{
  max-width: 820px;
  margin: 0 auto clamp(2rem, 5vw, 3.5rem);
  text-align: center;
}.tc-wp-content-root .dag-heading-block h2{
  margin: 0 0 clamp(0.75rem, 2vw, 1rem);
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0;
  color: #0b1220;
}.tc-wp-content-root .dag-heading-block h2 span{
  color: transparent;
  background: linear-gradient(135deg, #0ea5e9 0%, #06b6d4 45%, #2563eb 100%);
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .dag-heading-block p{
  margin: 0;
  color: #475569;
  font-size: clamp(0.98rem, 2vw, 1.12rem);
  line-height: 1.7;
}.tc-wp-content-root .dag-card-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 1.5rem);
}.tc-wp-content-root .dag-card{
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(14, 165, 233, 0.18);
  border-radius: 18px;
  padding: clamp(1.1rem, 2.5vw, 1.45rem);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
  will-change: transform;
}.tc-wp-content-root .dag-section-one .dag-card, .tc-wp-content-root .dag-section-three .dag-card{
  background: #f0f7ff;
}.tc-wp-content-root .dag-section-two .dag-card{
  background: #fff;
}.tc-wp-content-root .dag-card-head{
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}.tc-wp-content-root .dag-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.18rem);
  background: linear-gradient(135deg, #0284c7, #06b6d4);
  box-shadow: 0 10px 24px rgba(14, 165, 233, 0.28);
  transition: transform 360ms ease, box-shadow 360ms ease;
}.tc-wp-content-root .dag-card h3{
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.02rem, 2.4vw, 1.22rem);
  line-height: 1.28;
  font-weight: 760;
  letter-spacing: 0;
}.tc-wp-content-root .dag-card p{
  margin: 0 0 1rem;
  color: #475569;
  font-size: clamp(0.92rem, 1.8vw, 1rem);
  line-height: 1.65;
}.tc-wp-content-root .dag-card ul{
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}.tc-wp-content-root .dag-card li{
  position: relative;
  padding-left: 1.05rem;
  color: #334155;
  font-size: clamp(0.86rem, 1.7vw, 0.95rem);
  line-height: 1.45;
}.tc-wp-content-root .dag-card li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0ea5e9, #22d3ee);
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.12);
}.tc-wp-content-root .dag-section-one .dag-card::before{
  content: "";
  position: absolute;
  inset: -40% auto auto -70%;
  width: 55%;
  height: 180%;
  opacity: 0;
  transform: rotate(18deg) translateX(0);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  transition: opacity 420ms ease, transform 620ms ease;
  pointer-events: none;
}.tc-wp-content-root .dag-section-one .dag-card:hover{
  transform: scale(1.025);
  border-color: rgba(6, 182, 212, 0.36);
  box-shadow: 0 22px 56px rgba(14, 165, 233, 0.15);
}.tc-wp-content-root .dag-section-one .dag-card:hover::before{
  opacity: 1;
  transform: rotate(18deg) translateX(360%);
}.tc-wp-content-root .dag-section-two .dag-card::before{
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  opacity: 0;
  background: conic-gradient(from 180deg, transparent, #0ea5e9, #22d3ee, transparent 38%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  transition: opacity 320ms ease, transform 620ms ease;
  pointer-events: none;
}.tc-wp-content-root .dag-section-two .dag-card:hover{
  transform: translateY(-4px) perspective(900px) rotateX(2deg);
  box-shadow: 0 20px 52px rgba(2, 132, 199, 0.14);
}.tc-wp-content-root .dag-section-two .dag-card:hover::before{
  opacity: 1;
  transform: rotate(18deg);
}.tc-wp-content-root .dag-section-two .dag-card:hover .dag-card-head i{
  transform: rotateY(180deg);
}.tc-wp-content-root .dag-section-three .dag-card::before{
  content: "";
  position: absolute;
  inset: auto -20% -45% -20%;
  height: 70%;
  opacity: 0;
  background: radial-gradient(circle at center, rgba(34, 211, 238, 0.24), transparent 68%);
  filter: blur(10px);
  transform: translateY(18px);
  transition: opacity 360ms ease, transform 360ms ease;
  pointer-events: none;
}.tc-wp-content-root .dag-section-three .dag-card:hover{
  transform: translateY(2px) scale(0.992);
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: inset 0 1px 6px rgba(14, 165, 233, 0.12), 0 12px 34px rgba(15, 23, 42, 0.08);
}.tc-wp-content-root .dag-section-three .dag-card:hover::before{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .dag-section-three .dag-card:hover .dag-card-head i{
  transform: scale(1.08);
  box-shadow: 0 14px 30px rgba(6, 182, 212, 0.34);
}@media (max-width: 991.98px) {.tc-wp-content-root .dag-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (max-width: 575.98px) {.tc-wp-content-root .dag-section{
    padding-inline: clamp(0.9rem, 4vw, 1.1rem);
  }.tc-wp-content-root .dag-card-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .dag-card{
    border-radius: 16px;
  }.tc-wp-content-root .dag-card-head{
    align-items: flex-start;
  }}@media (hover: none) {.tc-wp-content-root .dag-card, .tc-wp-content-root .dag-card:hover{
    transform: none;
  }.tc-wp-content-root .dag-card::before{
    display: none;
  }}