@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 .aiug-content, .tc-wp-content-root .aiug-content *{
  box-sizing: border-box;
}.tc-wp-content-root .aiug-content{
  --aiug-ink: #172033;
  --aiug-muted: #647087;
  --aiug-line: rgba(24, 32, 51, 0.11);
  --aiug-soft: #fff7ef;
  --aiug-accent: #ef6f45;
  --aiug-accent-2: #b857f1;
  --aiug-accent-3: #14a6a3;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--aiug-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .aiug-content .aiug-section{
  width: 100%;
  max-width: 100%;
  position: relative;
}.tc-wp-content-root .aiug-content .aiug-section-white{
  background: #fff;
}.tc-wp-content-root .aiug-content .aiug-section-warm{
  background:
    radial-gradient(circle at 18% 12%, rgba(239, 111, 69, 0.13), transparent 32%),
    radial-gradient(circle at 84% 28%, rgba(184, 87, 241, 0.1), transparent 34%),
    linear-gradient(180deg, #fff9f4 0%, #fff5ec 100%);
}.tc-wp-content-root .aiug-content .aiug-container{
  width: min(1240px, 100%);
  max-width: 100%;
  margin: 0 auto;
  padding: 92px 28px;
}.tc-wp-content-root .aiug-content .aiug-section-head{
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .aiug-content .aiug-section-head h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  letter-spacing: 0;
  font-weight: 800;
  color: var(--aiug-ink);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .aiug-content .aiug-section-head h2 span{
  background: linear-gradient(135deg, #ef6f45 0%, #c653d8 48%, #14a6a3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .aiug-content .aiug-section-head p{
  margin: 14px auto 0;
  max-width: 690px;
  font-size: 1.03rem;
  line-height: 1.7;
  color: var(--aiug-muted);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .aiug-content .aiug-grid{
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}.tc-wp-content-root .aiug-content .aiug-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --aiug-card-a: #ef6f45;
  --aiug-card-b: #ffe1d2;
  --aiug-card-c: rgba(239, 111, 69, 0.12);
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 248px;
  padding: 26px;
  border: 1px solid var(--aiug-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.78), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 246, 0.86));
  box-shadow: 0 16px 42px rgba(24, 32, 51, 0.08);
  opacity: 0;
  transform: translateY(24px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, opacity 500ms ease;
  overflow: hidden;
}.tc-wp-content-root .aiug-content .aiug-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, var(--aiug-card-c), transparent 46%),
    radial-gradient(circle at 85% 12%, var(--aiug-card-b), transparent 34%);
  opacity: 0.72;
  transition: opacity 260ms ease;
}.tc-wp-content-root .aiug-content .aiug-card::after{
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--aiug-card-a), transparent);
  transform: scaleX(0.34);
  transform-origin: left;
  opacity: 0.7;
  transition: transform 260ms ease, opacity 260ms ease;
}.tc-wp-content-root .aiug-content .aiug-card.aiug-visible{
  opacity: 1;
  transform: translateY(0) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .aiug-content .aiug-card:hover{
  border-color: color-mix(in srgb, var(--aiug-card-a) 48%, transparent);
  box-shadow: 0 24px 58px rgba(24, 32, 51, 0.14);
  transform: translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .aiug-content .aiug-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .aiug-content .aiug-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.tc-wp-content-root .aiug-content .aiug-icon{
  width: 52px;
  height: 52px;
  max-width: 100%;
  display: grid;
  place-items: center;
  margin: 0 0 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(24, 32, 51, 0.08);
  color: var(--aiug-card-a);
  transition: transform 260ms ease, background 260ms ease, color 260ms ease;
}.tc-wp-content-root .aiug-content .aiug-icon i{
  font-size: 1.18rem;
  line-height: 1;
}.tc-wp-content-root .aiug-content .aiug-card:hover .aiug-icon{
  transform: translateY(-3px) scale(1.05) rotate(-3deg);
  background: var(--aiug-card-a);
  color: #fff;
}.tc-wp-content-root .aiug-content .aiug-card h3{
  position: relative;
  display: inline;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.32;
  letter-spacing: 0;
  font-weight: 760;
  color: var(--aiug-ink);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .aiug-content .aiug-card h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--aiug-card-a);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
}.tc-wp-content-root .aiug-content .aiug-card:hover h3::after{
  transform: scaleX(1);
}.tc-wp-content-root .aiug-content .aiug-card p{
  margin: 17px 0 0;
  font-size: 0.95rem;
  line-height: 1.68;
  color: var(--aiug-muted);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .aiug-content .aiug-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 760;
  color: var(--aiug-card-a);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .aiug-content .aiug-card:hover .aiug-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .aiug-content .aiug-tilt{
  transform-style: preserve-3d;
  perspective: 900px;
}.tc-wp-content-root .aiug-content .aiug-process{
  padding-top: 24px;
}.tc-wp-content-root .aiug-content .aiug-process::before{
  content: var(--aiug-step);
  position: absolute;
  right: 18px;
  top: 8px;
  z-index: -1;
  font-size: 5.2rem;
  line-height: 1;
  font-weight: 900;
  color: var(--aiug-card-a);
  opacity: 0.08;
  transition: transform 260ms ease, opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .aiug-content .aiug-process:hover::before{
  transform: translateY(-4px) scale(1.06);
  opacity: 0.13;
}.tc-wp-content-root .aiug-content .aiug-step-label{
  display: inline-block;
  margin: 0 0 16px;
  font-size: 0.78rem;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0;
  color: var(--aiug-card-a);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .aiug-content .aiug-card:nth-child(8n + 1){
  --aiug-card-a: #ef6f45;
  --aiug-card-b: #ffe2d3;
  --aiug-card-c: rgba(239, 111, 69, 0.12);
}.tc-wp-content-root .aiug-content .aiug-card:nth-child(8n + 2){
  --aiug-card-a: #b857f1;
  --aiug-card-b: #f0ddff;
  --aiug-card-c: rgba(184, 87, 241, 0.11);
}.tc-wp-content-root .aiug-content .aiug-card:nth-child(8n + 3){
  --aiug-card-a: #14a6a3;
  --aiug-card-b: #d7fbf8;
  --aiug-card-c: rgba(20, 166, 163, 0.11);
}.tc-wp-content-root .aiug-content .aiug-card:nth-child(8n + 4){
  --aiug-card-a: #e3a21a;
  --aiug-card-b: #fff0c9;
  --aiug-card-c: rgba(227, 162, 26, 0.12);
}.tc-wp-content-root .aiug-content .aiug-card:nth-child(8n + 5){
  --aiug-card-a: #4f7cff;
  --aiug-card-b: #dfe8ff;
  --aiug-card-c: rgba(79, 124, 255, 0.11);
}.tc-wp-content-root .aiug-content .aiug-card:nth-child(8n + 6){
  --aiug-card-a: #f05f8a;
  --aiug-card-b: #ffe0ea;
  --aiug-card-c: rgba(240, 95, 138, 0.11);
}.tc-wp-content-root .aiug-content .aiug-card:nth-child(8n + 7){
  --aiug-card-a: #35a852;
  --aiug-card-b: #def7e6;
  --aiug-card-c: rgba(53, 168, 82, 0.11);
}.tc-wp-content-root .aiug-content .aiug-card:nth-child(8n + 8){
  --aiug-card-a: #7d66e8;
  --aiug-card-b: #e7e2ff;
  --aiug-card-c: rgba(125, 102, 232, 0.11);
}@media (min-width: 1200px) {.tc-wp-content-root .aiug-content .aiug-container{
    width: min(1240px, 100%);
    padding: 96px 30px;
  }.tc-wp-content-root .aiug-content .aiug-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .aiug-content .aiug-container{
    width: min(1080px, 100%);
    padding: 82px 26px;
  }.tc-wp-content-root .aiug-content .aiug-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .aiug-content .aiug-section-head p{
    font-size: 1rem;
  }.tc-wp-content-root .aiug-content .aiug-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .aiug-content .aiug-container{
    padding: 70px 22px;
  }.tc-wp-content-root .aiug-content .aiug-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .aiug-content .aiug-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .aiug-content .aiug-card{
    padding: 23px;
    min-height: 232px;
  }.tc-wp-content-root .aiug-content .aiug-card h3{
    font-size: 1.03rem;
  }.tc-wp-content-root .aiug-content .aiug-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .aiug-content .aiug-container{
    padding: 58px 18px;
  }.tc-wp-content-root .aiug-content .aiug-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .aiug-content .aiug-section-head p{
    font-size: 0.95rem;
  }.tc-wp-content-root .aiug-content .aiug-grid{
    width: 100%;
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .aiug-content .aiug-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 22px;
  }.tc-wp-content-root .aiug-content .aiug-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .aiug-content .aiug-container{
    padding: 50px 15px;
  }.tc-wp-content-root .aiug-content .aiug-section-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .aiug-content .aiug-section-head p{
    font-size: 0.92rem;
    line-height: 1.62;
  }.tc-wp-content-root .aiug-content .aiug-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .aiug-content .aiug-card{
    min-width: 0;
    min-height: auto;
    padding: 20px;
    border-radius: 20px;
  }.tc-wp-content-root .aiug-content .aiug-icon{
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }.tc-wp-content-root .aiug-content .aiug-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .aiug-content .aiug-card p{
    font-size: 0.91rem;
  }.tc-wp-content-root .aiug-content .aiug-process::before{
    font-size: 4.4rem;
  }.tc-wp-content-root .aiug-content .aiug-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .aiug-content .aiug-container{
    padding: 44px 12px;
  }.tc-wp-content-root .aiug-content .aiug-section-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .aiug-content .aiug-section-head p{
    font-size: 0.88rem;
    line-height: 1.58;
  }.tc-wp-content-root .aiug-content .aiug-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .aiug-content .aiug-card{
    min-width: 0;
    min-height: auto;
    padding: 18px;
    border-radius: 18px;
  }.tc-wp-content-root .aiug-content .aiug-icon{
    width: 42px;
    height: 42px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .aiug-content .aiug-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .aiug-content .aiug-card h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .aiug-content .aiug-card p{
    font-size: 0.88rem;
    line-height: 1.56;
  }.tc-wp-content-root .aiug-content .aiug-process::before{
    right: 12px;
    font-size: 3.8rem;
  }.tc-wp-content-root .aiug-content .aiug-cta{
    opacity: 1;
    transform: none;
    font-size: 0.86rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .aiug-content .aiug-container{
    padding: 38px 10px;
  }.tc-wp-content-root .aiug-content .aiug-grid{
    grid-template-columns: 1fr !important;
    gap: 10px;
  }.tc-wp-content-root .aiug-content .aiug-card{
    padding: 16px;
    min-width: 0;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .aiug-content .aiug-card, .tc-wp-content-root .aiug-content .aiug-card::before, .tc-wp-content-root .aiug-content .aiug-card::after, .tc-wp-content-root .aiug-content .aiug-icon, .tc-wp-content-root .aiug-content .aiug-cta, .tc-wp-content-root .aiug-content .aiug-process::before, .tc-wp-content-root .aiug-content .aiug-card h3::after{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .aiug-content .aiug-card{
    opacity: 1;
    transform: none !important;
  }}

.tc-wp-content-root .aiug-grid-how {}
.tc-wp-content-root .aiug-grid-what {}
.tc-wp-content-root .aiug-grid-why {}