@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;
}.wpc-scope-50 .tc-wp-content-root img, .wpc-scope-50 .tc-wp-content-root video, .wpc-scope-50 .tc-wp-content-root svg, .wpc-scope-50 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-content, .wpc-scope-50 .tc-wp-content-root .aztec-bg-content *{
  box-sizing: border-box;
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-content{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #18202d;
  background: #fff;
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-content section, .wpc-scope-50 .tc-wp-content-root .aztec-bg-content .aztec-bg-container, .wpc-scope-50 .tc-wp-content-root .aztec-bg-content .aztec-bg-grid{
  max-width: 100%;
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-section{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 92px 22px;
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-section-white{
  background: #fff;
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-section-warm{
  background:
    radial-gradient(circle at 12% 18%, rgba(246, 184, 97, 0.14), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(76, 141, 189, 0.12), transparent 30%),
    linear-gradient(180deg, #fff8ee 0%, #fffaf5 48%, #fff 100%);
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-container{
  width: min(1220px, 100%);
  margin: 0 auto;
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-heading{
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-heading h2{
  margin: 0;
  color: #111827;
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  line-height: 1.15;
  font-weight: 820;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-heading p{
  margin: 14px auto 0;
  color: #5d6675;
  font-size: 1.04rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-grid{
  display: grid;
  width: 100%;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --az-accent: #d97706;
  --az-accent-2: #0f766e;
  --az-soft: rgba(217, 119, 6, 0.12);

  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 292px;
  padding: 30px;
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.82), transparent 33%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 251, 245, 0.88));
  box-shadow: 0 18px 42px rgba(22, 31, 45, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(20px);
  opacity: 0;
  transition:
    opacity 0.65s ease,
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, var(--az-soft), transparent 42%),
    radial-gradient(circle at 82% 18%, color-mix(in srgb, var(--az-accent) 18%, transparent), transparent 24%);
  opacity: 0.72;
  transition: opacity 0.28s ease;
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-card::after{
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--az-accent), var(--az-accent-2));
  transform: scaleX(0.18);
  transform-origin: left;
  opacity: 0.45;
  transition: transform 0.32s ease, opacity 0.32s ease;
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-card:hover{
  border-color: color-mix(in srgb, var(--az-accent) 42%, rgba(17, 24, 39, 0.12));
  box-shadow: 0 26px 60px rgba(22, 31, 45, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-card:hover::before{
  opacity: 1;
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-card:hover::after{
  transform: scaleX(1);
  opacity: 0.9;
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-icon{
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, var(--az-soft));
  color: var(--az-accent);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.78), 0 14px 28px rgba(22, 31, 45, 0.08);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-icon i{
  font-size: 1.35rem;
  line-height: 1;
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-card:hover .aztec-bg-icon{
  color: #fff;
  background: linear-gradient(145deg, var(--az-accent), var(--az-accent-2));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-card h3{
  position: relative;
  display: inline;
  margin: 0;
  color: #141b27;
  font-size: 1.15rem;
  line-height: 1.28;
  font-weight: 780;
  letter-spacing: 0;
  background-image: linear-gradient(90deg, var(--az-accent), var(--az-accent-2));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
  transition: background-size 0.3s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-card:hover h3{
  background-size: 100% 2px;
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-card p{
  margin: 16px 0 0;
  color: #596273;
  font-size: 0.98rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 22px;
  color: var(--az-accent);
  font-size: 0.92rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0.22;
  transform: translateY(9px);
  transition: opacity 0.28s ease, transform 0.28s ease, color 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-card:hover .aztec-bg-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--az-accent-2);
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-grid-tilt .aztec-bg-card{
  transform-style: preserve-3d;
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-process-card{
  padding-top: 76px;
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-step{
  position: absolute;
  top: 24px;
  right: 24px;
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 38px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--az-accent), var(--az-accent-2));
  color: #fff;
  font-size: 0.86rem;
  font-weight: 820;
  letter-spacing: 0;
  box-shadow: 0 14px 30px color-mix(in srgb, var(--az-accent) 25%, transparent);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-process-card:hover .aztec-bg-step{
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 18px 36px color-mix(in srgb, var(--az-accent) 34%, transparent);
}.wpc-scope-50 .tc-wp-content-root .aztec-bg-card:nth-child(1){ --az-accent: #d97706; --az-accent-2: #0f766e; --az-soft: rgba(217, 119, 6, 0.12); }.wpc-scope-50 .tc-wp-content-root .aztec-bg-card:nth-child(2){ --az-accent: #2563eb; --az-accent-2: #7c3aed; --az-soft: rgba(37, 99, 235, 0.11); }.wpc-scope-50 .tc-wp-content-root .aztec-bg-card:nth-child(3){ --az-accent: #db2777; --az-accent-2: #ea580c; --az-soft: rgba(219, 39, 119, 0.1); }.wpc-scope-50 .tc-wp-content-root .aztec-bg-card:nth-child(4){ --az-accent: #059669; --az-accent-2: #0891b2; --az-soft: rgba(5, 150, 105, 0.11); }.wpc-scope-50 .tc-wp-content-root .aztec-bg-card:nth-child(5){ --az-accent: #7c2d12; --az-accent-2: #be123c; --az-soft: rgba(124, 45, 18, 0.1); }.wpc-scope-50 .tc-wp-content-root .aztec-bg-card:nth-child(6){ --az-accent: #4f46e5; --az-accent-2: #0e7490; --az-soft: rgba(79, 70, 229, 0.1); }@media (min-width: 1200px){.tc-wp-content-root .aztec-bg-section{
    padding: 96px 28px;
  }.tc-wp-content-root .aztec-bg-container{
    width: min(1240px, 100%);
  }.tc-wp-content-root .aztec-bg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .aztec-bg-section{
    padding: 82px 24px;
  }.tc-wp-content-root .aztec-bg-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .aztec-bg-heading{
    margin-bottom: 36px;
  }.tc-wp-content-root .aztec-bg-heading p{
    font-size: 1rem;
  }.tc-wp-content-root .aztec-bg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .aztec-bg-card{
    padding: 26px;
  }.tc-wp-content-root .aztec-bg-process-card{
    padding-top: 72px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .aztec-bg-section{
    padding: 68px 20px;
  }.tc-wp-content-root .aztec-bg-heading{
    margin-bottom: 32px;
  }.tc-wp-content-root .aztec-bg-heading p{
    font-size: 0.98rem;
  }.tc-wp-content-root .aztec-bg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .aztec-bg-card{
    min-height: 270px;
    padding: 24px;
  }.tc-wp-content-root .aztec-bg-card h3{
    font-size: 1.08rem;
  }.tc-wp-content-root .aztec-bg-card p{
    font-size: 0.95rem;
  }.tc-wp-content-root .aztec-bg-process-card{
    padding-top: 70px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .aztec-bg-section{
    padding: 54px 16px;
  }.tc-wp-content-root .aztec-bg-heading{
    margin-bottom: 26px;
  }.tc-wp-content-root .aztec-bg-heading h2{
    font-size: clamp(1.2rem, 4vw, 2.2rem);
  }.tc-wp-content-root .aztec-bg-heading p{
    font-size: 0.94rem;
    line-height: 1.62;
  }.tc-wp-content-root .aztec-bg-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .aztec-bg-card{
    min-height: 0;
    padding: 22px;
  }.tc-wp-content-root .aztec-bg-process-card{
    padding-top: 66px;
  }.tc-wp-content-root .aztec-bg-cta{
    width: 100%;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .aztec-bg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .aztec-bg-heading{
    margin-bottom: 22px;
  }.tc-wp-content-root .aztec-bg-heading p{
    font-size: 0.91rem;
  }.tc-wp-content-root .aztec-bg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .aztec-bg-card{
    min-height: 0;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .aztec-bg-icon{
    width: 50px;
    height: 50px;
    border-radius: 15px;
    margin-bottom: 18px;
  }.tc-wp-content-root .aztec-bg-icon i{
    font-size: 1.15rem;
  }.tc-wp-content-root .aztec-bg-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .aztec-bg-card p{
    font-size: 0.92rem;
  }.tc-wp-content-root .aztec-bg-process-card{
    padding-top: 64px;
  }.tc-wp-content-root .aztec-bg-step{
    top: 20px;
    right: 20px;
    width: 46px;
    height: 34px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .aztec-bg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .aztec-bg-heading{
    margin-bottom: 20px;
  }.tc-wp-content-root .aztec-bg-heading p{
    font-size: 0.88rem;
    line-height: 1.58;
  }.tc-wp-content-root .aztec-bg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .aztec-bg-card{
    min-width: 0;
    min-height: 0;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .aztec-bg-icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .aztec-bg-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .aztec-bg-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .aztec-bg-card p, .tc-wp-content-root .aztec-bg-cta{
    font-size: 0.88rem;
  }.tc-wp-content-root .aztec-bg-process-card{
    padding-top: 60px;
  }.tc-wp-content-root .aztec-bg-step{
    top: 18px;
    right: 18px;
    width: 42px;
    height: 32px;
    font-size: 0.78rem;
  }}@media (max-width: 319px){.tc-wp-content-root .aztec-bg-section{
    padding: 34px 10px;
  }.tc-wp-content-root .aztec-bg-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .aztec-bg-card{
    min-width: 0;
    min-height: 0;
    padding: 16px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .aztec-bg-content *, .tc-wp-content-root .aztec-bg-content *::before, .tc-wp-content-root .aztec-bg-content *::after{
    animation: none !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }.tc-wp-content-root .aztec-bg-card, .tc-wp-content-root .aztec-bg-card.is-visible, .tc-wp-content-root .aztec-bg-card:hover{
    transform: none !important;
  }}.wpc-scope-50 .tc-wp-content-root .aztec-bg-process-grid{}.wpc-scope-50 .tc-wp-content-root .aztec-bg-reveal{}