@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 .aug-content-block, .tc-wp-content-root .aug-content-block *{
  box-sizing: border-box;
}.tc-wp-content-root .aug-content-block{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #16212f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}.tc-wp-content-root .aug-content-block .aug-section{
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .aug-content-block .aug-section-white{
  background: #fff;
}.tc-wp-content-root .aug-content-block .aug-section-warm{
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 92, 122, 0.13), transparent 34%),
    radial-gradient(circle at 92% 24%, rgba(36, 177, 232, 0.13), transparent 32%),
    linear-gradient(180deg, #fff8f4 0%, #fff3ec 100%);
}.tc-wp-content-root .aug-content-block .aug-container{
  width: min(1180px, calc(100% - 48px));
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .aug-content-block .aug-section-head{
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .aug-content-block .aug-section-head h2{
  margin: 0;
  color: #152033;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .aug-content-block .aug-section-head h2 span{
  background: linear-gradient(135deg, #ff4f74 0%, #ff8b4b 42%, #28a8e8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .aug-content-block .aug-section-head p{
  margin: 14px auto 0;
  max-width: 690px;
  color: #586274;
  font-size: 1.02rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .aug-content-block .aug-card-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .aug-content-block .aug-card{
  --aug-a: #ff4f74;
  --aug-b: #ff8b4b;
  --aug-soft: rgba(255, 79, 116, 0.1);
  --fg-mx: 50%;
  --fg-my: 20%;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(22, 33, 47, 0.09);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.9), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 252, 249, 0.9));
  box-shadow: 0 18px 42px rgba(26, 36, 52, 0.08);
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .aug-content-block .aug-grid-why .aug-card{
  transform: perspective(900px) rotateX(0deg) rotateY(0deg) translateY(0);
}.tc-wp-content-root .aug-content-block .aug-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--aug-a) 20%, transparent), transparent 30%),
    linear-gradient(145deg, color-mix(in srgb, var(--aug-a) 8%, transparent), color-mix(in srgb, var(--aug-b) 7%, transparent));
  opacity: 0.42;
  transition: opacity 260ms ease;
}.tc-wp-content-root .aug-content-block .aug-card::after{
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--aug-a), var(--aug-b));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
}.tc-wp-content-root .aug-content-block .aug-card:nth-child(1){ --aug-a: #ff4f74; --aug-b: #ff9f43; --aug-soft: rgba(255, 79, 116, 0.12); }.tc-wp-content-root .aug-content-block .aug-card:nth-child(2){ --aug-a: #22a6f2; --aug-b: #7a5cff; --aug-soft: rgba(34, 166, 242, 0.12); }.tc-wp-content-root .aug-content-block .aug-card:nth-child(3){ --aug-a: #21b894; --aug-b: #36d399; --aug-soft: rgba(33, 184, 148, 0.12); }.tc-wp-content-root .aug-content-block .aug-card:nth-child(4){ --aug-a: #f97316; --aug-b: #facc15; --aug-soft: rgba(249, 115, 22, 0.12); }.tc-wp-content-root .aug-content-block .aug-card:nth-child(5){ --aug-a: #8b5cf6; --aug-b: #ec4899; --aug-soft: rgba(139, 92, 246, 0.12); }.tc-wp-content-root .aug-content-block .aug-card:nth-child(6){ --aug-a: #06b6d4; --aug-b: #3b82f6; --aug-soft: rgba(6, 182, 212, 0.12); }.tc-wp-content-root .aug-content-block .aug-card:nth-child(7){ --aug-a: #ef4444; --aug-b: #f59e0b; --aug-soft: rgba(239, 68, 68, 0.12); }.tc-wp-content-root .aug-content-block .aug-card:nth-child(8){ --aug-a: #14b8a6; --aug-b: #84cc16; --aug-soft: rgba(20, 184, 166, 0.12); }.tc-wp-content-root .aug-content-block .aug-card:hover{
  border-color: color-mix(in srgb, var(--aug-a) 34%, rgba(22, 33, 47, 0.12));
  box-shadow: 0 24px 58px rgba(26, 36, 52, 0.14);
  transform: translateY(-6px);
}.tc-wp-content-root .aug-content-block .aug-grid-why .aug-card:hover{
  transform: perspective(900px) rotateX(1.4deg) rotateY(-1.4deg) translateY(-6px);
}.tc-wp-content-root .aug-content-block .aug-card:hover::before{
  opacity: 0.72;
}.tc-wp-content-root .aug-content-block .aug-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .aug-content-block .aug-icon{
  width: 54px;
  height: 54px;
  max-width: 100%;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 18px;
  color: var(--aug-a);
  background: linear-gradient(145deg, #ffffff, var(--aug-soft));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72), 0 12px 26px rgba(26, 36, 52, 0.08);
  transition:
    transform 260ms ease,
    color 260ms ease,
    background 260ms ease;
}.tc-wp-content-root .aug-content-block .aug-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.tc-wp-content-root .aug-content-block .aug-card:hover .aug-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--aug-a), var(--aug-b));
  transform: translateY(-2px) rotate(-4deg) scale(1.04);
}.tc-wp-content-root .aug-content-block .aug-card h3{
  position: relative;
  display: inline;
  margin: 0;
  color: #172236;
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(90deg, var(--aug-a), var(--aug-b));
  background-repeat: no-repeat;
  background-position: left 100%;
  background-size: 0 2px;
  transition: background-size 260ms ease;
}.tc-wp-content-root .aug-content-block .aug-card:hover h3{
  background-size: 100% 2px;
}.tc-wp-content-root .aug-content-block .aug-card p{
  margin: 14px 0 0;
  color: #5c6678;
  font-size: 0.95rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .aug-content-block .aug-card-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--aug-a);
  font-size: 0.88rem;
  font-weight: 750;
  opacity: 0.46;
  transform: translateY(6px);
  transition:
    opacity 260ms ease,
    transform 260ms ease,
    color 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .aug-content-block .aug-card:hover .aug-card-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--aug-b);
}.tc-wp-content-root .aug-content-block .aug-process-card{
  padding-top: 30px;
}.tc-wp-content-root .aug-content-block .aug-process-card::before{
  content: attr(data-step);
  position: absolute;
  top: 12px;
  right: 18px;
  z-index: -1;
  color: color-mix(in srgb, var(--aug-a) 14%, transparent);
  font-size: 4.9rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  transition:
    transform 260ms ease,
    color 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .aug-content-block .aug-process-card:hover::before{
  color: color-mix(in srgb, var(--aug-a) 22%, transparent);
  transform: translateY(-4px) scale(1.04);
}.tc-wp-content-root .aug-content-block .aug-step-label{
  display: inline-block;
  margin-bottom: 14px;
  color: var(--aug-a);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}@media (min-width: 1200px) {.tc-wp-content-root .aug-content-block .aug-section{
    padding: 88px 0;
  }.tc-wp-content-root .aug-content-block .aug-container{
    width: min(1180px, calc(100% - 64px));
  }.tc-wp-content-root .aug-content-block .aug-card-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .aug-content-block .aug-section{
    padding: 76px 0;
  }.tc-wp-content-root .aug-content-block .aug-container{
    width: min(1040px, calc(100% - 48px));
  }.tc-wp-content-root .aug-content-block .aug-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .aug-content-block .aug-section-head p{
    font-size: 0.98rem;
  }.tc-wp-content-root .aug-content-block .aug-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .aug-content-block .aug-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .aug-content-block .aug-section{
    padding: 66px 0;
  }.tc-wp-content-root .aug-content-block .aug-container{
    width: min(860px, calc(100% - 40px));
  }.tc-wp-content-root .aug-content-block .aug-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .aug-content-block .aug-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .aug-content-block .aug-card{
    padding: 22px;
  }.tc-wp-content-root .aug-content-block .aug-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .aug-content-block .aug-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .aug-content-block .aug-section{
    padding: 54px 0;
  }.tc-wp-content-root .aug-content-block .aug-container{
    width: min(100%, calc(100% - 32px));
  }.tc-wp-content-root .aug-content-block .aug-section-head{
    margin-bottom: 26px;
  }.tc-wp-content-root .aug-content-block .aug-section-head p{
    font-size: 0.94rem;
  }.tc-wp-content-root .aug-content-block .aug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .aug-content-block .aug-card{
    padding: 21px;
    border-radius: 20px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .aug-content-block .aug-section{
    padding: 48px 0;
  }.tc-wp-content-root .aug-content-block .aug-container{
    width: min(100%, calc(100% - 26px));
  }.tc-wp-content-root .aug-content-block .aug-section-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .aug-content-block .aug-section-head p{
    font-size: 0.9rem;
    line-height: 1.62;
  }.tc-wp-content-root .aug-content-block .aug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .aug-content-block .aug-card{
    padding: 19px;
    border-radius: 18px;
  }.tc-wp-content-root .aug-content-block .aug-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }.tc-wp-content-root .aug-content-block .aug-icon i{
    font-size: 1.1rem;
  }.tc-wp-content-root .aug-content-block .aug-process-card::before{
    font-size: 4rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .aug-content-block .aug-section{
    padding: 42px 0;
  }.tc-wp-content-root .aug-content-block .aug-container{
    width: min(100%, calc(100% - 20px));
  }.tc-wp-content-root .aug-content-block .aug-section-head{
    margin-bottom: 20px;
  }.tc-wp-content-root .aug-content-block .aug-section-head p{
    font-size: 0.86rem;
    line-height: 1.58;
  }.tc-wp-content-root .aug-content-block .aug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .aug-content-block .aug-card{
    padding: 17px;
    border-radius: 17px;
  }.tc-wp-content-root .aug-content-block .aug-card h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .aug-content-block .aug-card p{
    font-size: 0.86rem;
  }.tc-wp-content-root .aug-content-block .aug-icon{
    width: 44px;
    height: 44px;
    border-radius: 15px;
    margin-bottom: 16px;
  }.tc-wp-content-root .aug-content-block .aug-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .aug-content-block .aug-card-cta{
    font-size: 0.82rem;
  }.tc-wp-content-root .aug-content-block .aug-process-card::before{
    top: 10px;
    right: 12px;
    font-size: 3.4rem;
  }.tc-wp-content-root .aug-content-block .aug-step-label{
    font-size: 0.72rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .aug-content-block .aug-section{
    padding: 38px 0;
  }.tc-wp-content-root .aug-content-block .aug-container{
    width: min(100%, calc(100% - 18px));
  }.tc-wp-content-root .aug-content-block .aug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .aug-content-block .aug-card{
    padding: 15px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .aug-content-block .aug-card, .tc-wp-content-root .aug-content-block .aug-card::before, .tc-wp-content-root .aug-content-block .aug-card::after, .tc-wp-content-root .aug-content-block .aug-icon, .tc-wp-content-root .aug-content-block .aug-card h3, .tc-wp-content-root .aug-content-block .aug-card-cta, .tc-wp-content-root .aug-content-block .aug-process-card::before{
    transition: none !important;
  }.tc-wp-content-root .aug-content-block .aug-card:hover, .tc-wp-content-root .aug-content-block .aug-grid-why .aug-card:hover, .tc-wp-content-root .aug-content-block .aug-card:hover .aug-icon, .tc-wp-content-root .aug-content-block .aug-process-card:hover::before{
    transform: none !important;
  }}

.tc-wp-content-root .aug-grid-how {}
.tc-wp-content-root .aug-grid-what {}