@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 .mru-gen-editorial, .tc-wp-content-root .mru-gen-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .mru-gen-editorial{
  --mru-bg: #fff;
  --mru-ink: #172033;
  --mru-muted: #657085;
  --mru-line: rgba(32, 44, 68, 0.12);
  --mru-soft: #fff7ef;
  --mru-grad-a: #f36b2d;
  --mru-grad-b: #a855f7;
  --mru-grad-c: #14b8a6;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--mru-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}.tc-wp-content-root .mru-gen-editorial section, .tc-wp-content-root .mru-gen-editorial .mru-gen-container, .tc-wp-content-root .mru-gen-editorial .mru-gen-grid{
  max-width: 100%;
}.tc-wp-content-root .mru-gen-section{
  width: 100%;
  padding: 86px 20px;
  overflow: hidden;
}.tc-wp-content-root .mru-gen-section-white{
  background: #fff;
}.tc-wp-content-root .mru-gen-section-warm{
  background:
    radial-gradient(circle at 12% 12%, rgba(243, 107, 45, 0.12), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(20, 184, 166, 0.12), transparent 28%),
    linear-gradient(180deg, #fff8f1 0%, #fffdf9 100%);
}.tc-wp-content-root .mru-gen-container{
  width: min(1320px, 100%);
  margin: 0 auto;
}.tc-wp-content-root .mru-gen-heading-wrap{
  width: min(820px, 100%);
  margin: 0 auto 38px;
  text-align: center;
}.tc-wp-content-root .mru-gen-heading-wrap h2{
  margin: 0;
  color: var(--mru-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .mru-gen-heading-wrap h2 span{
  display: inline;
  background: linear-gradient(135deg, var(--mru-grad-a), var(--mru-grad-b) 58%, var(--mru-grad-c));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .mru-gen-heading-wrap p{
  margin: 14px auto 0;
  max-width: 720px;
  color: var(--mru-muted);
  font-size: 1rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .mru-gen-grid{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}.tc-wp-content-root .mru-gen-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --mru-card-a: #f36b2d;
  --mru-card-b: #ffb86b;
  --mru-card-soft: rgba(243, 107, 45, 0.1);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 252px;
  padding: 28px;
  border: 1px solid var(--mru-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.95), transparent 23%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(255, 252, 247, 0.9));
  box-shadow: 0 18px 45px rgba(32, 44, 68, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 0.65s ease,
    transform 0.65s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .mru-gen-card:nth-child(2){ --mru-card-a: #a855f7; --mru-card-b: #f0abfc; --mru-card-soft: rgba(168, 85, 247, 0.1); }.tc-wp-content-root .mru-gen-card:nth-child(3){ --mru-card-a: #14b8a6; --mru-card-b: #99f6e4; --mru-card-soft: rgba(20, 184, 166, 0.11); }.tc-wp-content-root .mru-gen-card:nth-child(4){ --mru-card-a: #2563eb; --mru-card-b: #93c5fd; --mru-card-soft: rgba(37, 99, 235, 0.1); }.tc-wp-content-root .mru-gen-card:nth-child(5){ --mru-card-a: #db2777; --mru-card-b: #f9a8d4; --mru-card-soft: rgba(219, 39, 119, 0.1); }.tc-wp-content-root .mru-gen-card:nth-child(6){ --mru-card-a: #ca8a04; --mru-card-b: #fde68a; --mru-card-soft: rgba(202, 138, 4, 0.12); }.tc-wp-content-root .mru-gen-card:nth-child(7){ --mru-card-a: #059669; --mru-card-b: #86efac; --mru-card-soft: rgba(5, 150, 105, 0.11); }.tc-wp-content-root .mru-gen-card:nth-child(8){ --mru-card-a: #7c3aed; --mru-card-b: #c4b5fd; --mru-card-soft: rgba(124, 58, 237, 0.1); }.tc-wp-content-root .mru-gen-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, var(--mru-card-soft), transparent 48%),
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--mru-card-a) 22%, transparent), transparent 34%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}.tc-wp-content-root .mru-gen-card::after{
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--mru-card-a), var(--mru-card-b));
  transform: scaleX(0.24);
  transform-origin: left center;
  opacity: 0.55;
  transition: transform 0.3s ease, opacity 0.3s ease;
}.tc-wp-content-root .mru-gen-card.mru-gen-revealed{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .mru-gen-card:hover{
  border-color: color-mix(in srgb, var(--mru-card-a) 34%, var(--mru-line));
  box-shadow: 0 26px 70px rgba(32, 44, 68, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .mru-gen-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .mru-gen-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.tc-wp-content-root .mru-gen-icon, .tc-wp-content-root .mru-gen-card h3, .tc-wp-content-root .mru-gen-card p, .tc-wp-content-root .mru-gen-cta, .tc-wp-content-root .mru-gen-step-number{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .mru-gen-icon{
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--mru-card-a);
  background: linear-gradient(145deg, #fff, var(--mru-card-soft));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.8), 0 12px 28px rgba(32, 44, 68, 0.08);
  transition: transform 0.3s ease, color 0.3s ease, background 0.3s ease;
}.tc-wp-content-root .mru-gen-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.tc-wp-content-root .mru-gen-card:hover .mru-gen-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--mru-card-a), var(--mru-card-b));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}.tc-wp-content-root .mru-gen-card h3{
  margin: 0 0 12px;
  color: var(--mru-ink);
  font-size: 1.08rem;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .mru-gen-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mru-card-a), var(--mru-card-b));
  transform: scaleX(0.45);
  transform-origin: left center;
  transition: transform 0.3s ease;
}.tc-wp-content-root .mru-gen-card:hover h3::after{
  transform: scaleX(1);
}.tc-wp-content-root .mru-gen-card p{
  margin: 0;
  color: var(--mru-muted);
  font-size: 0.95rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .mru-gen-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--mru-card-a);
  font-size: 0.88rem;
  font-weight: 750;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .mru-gen-card-cta:hover .mru-gen-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .mru-gen-tilt-grid .mru-gen-card{
  transform-style: preserve-3d;
}.tc-wp-content-root .mru-gen-process-card{
  min-height: 270px;
}.tc-wp-content-root .mru-gen-process-card::before{
  opacity: 0.55;
}.tc-wp-content-root .mru-gen-process-card::after{
  inset: auto 28px 22px auto;
  width: 64px;
  height: 64px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--mru-card-a), var(--mru-card-b));
  opacity: 0.08;
  transform: rotate(10deg) scale(1);
}.tc-wp-content-root .mru-gen-process-card:hover::after{
  opacity: 0.15;
  transform: rotate(2deg) scale(1.08);
}.tc-wp-content-root .mru-gen-step-number{
  position: absolute;
  top: 18px;
  right: 22px;
  color: color-mix(in srgb, var(--mru-card-a) 18%, transparent);
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 0.3s ease, color 0.3s ease;
  pointer-events: none;
}.tc-wp-content-root .mru-gen-process-card:hover .mru-gen-step-number{
  color: color-mix(in srgb, var(--mru-card-a) 28%, transparent);
  transform: translateY(-4px) scale(1.04);
}@media (min-width: 1200px) {.tc-wp-content-root .mru-gen-section{
    padding: 92px 28px;
  }.tc-wp-content-root .mru-gen-container{
    width: min(1320px, 100%);
  }.tc-wp-content-root .mru-gen-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .mru-gen-section{
    padding: 78px 22px;
  }.tc-wp-content-root .mru-gen-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .mru-gen-heading-wrap{
    margin-bottom: 32px;
  }.tc-wp-content-root .mru-gen-heading-wrap p{
    font-size: 0.97rem;
  }.tc-wp-content-root .mru-gen-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .mru-gen-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .mru-gen-section{
    padding: 64px 18px;
  }.tc-wp-content-root .mru-gen-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .mru-gen-heading-wrap p{
    font-size: 0.95rem;
  }.tc-wp-content-root .mru-gen-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .mru-gen-card{
    padding: 23px;
    min-height: 235px;
  }.tc-wp-content-root .mru-gen-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .mru-gen-card p{
    font-size: 0.92rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .mru-gen-section{
    padding: 52px 14px;
  }.tc-wp-content-root .mru-gen-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .mru-gen-heading-wrap p{
    font-size: 0.92rem;
    line-height: 1.65;
  }.tc-wp-content-root .mru-gen-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .mru-gen-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 22px;
  }.tc-wp-content-root .mru-gen-cta{
    white-space: normal;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .mru-gen-section{
    padding: 46px 12px;
  }.tc-wp-content-root .mru-gen-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .mru-gen-heading-wrap p{
    font-size: 0.9rem;
  }.tc-wp-content-root .mru-gen-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .mru-gen-card{
    padding: 20px;
    border-radius: 19px;
    min-height: auto;
  }.tc-wp-content-root .mru-gen-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
    margin-bottom: 18px;
  }.tc-wp-content-root .mru-gen-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .mru-gen-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .mru-gen-step-number{
    font-size: 2.7rem;
    right: 18px;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .mru-gen-section{
    padding: 38px 10px;
  }.tc-wp-content-root .mru-gen-heading-wrap{
    margin-bottom: 18px;
  }.tc-wp-content-root .mru-gen-heading-wrap p{
    font-size: 0.86rem;
    line-height: 1.6;
  }.tc-wp-content-root .mru-gen-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .mru-gen-card{
    padding: 17px;
    border-radius: 17px;
    min-height: auto;
  }.tc-wp-content-root .mru-gen-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .mru-gen-icon i{
    font-size: 1.08rem;
  }.tc-wp-content-root .mru-gen-card h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .mru-gen-card p{
    font-size: 0.86rem;
    line-height: 1.58;
  }.tc-wp-content-root .mru-gen-cta{
    font-size: 0.82rem;
  }.tc-wp-content-root .mru-gen-step-number{
    font-size: 2.35rem;
    top: 16px;
    right: 16px;
  }}@media (max-width: 319px) {.tc-wp-content-root .mru-gen-section{
    padding: 34px 8px;
  }.tc-wp-content-root .mru-gen-grid{
    grid-template-columns: 1fr !important;
    gap: 10px;
  }.tc-wp-content-root .mru-gen-card{
    padding: 15px;
    min-width: 0;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .mru-gen-editorial *, .tc-wp-content-root .mru-gen-editorial *::before, .tc-wp-content-root .mru-gen-editorial *::after{
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }.tc-wp-content-root .mru-gen-card, .tc-wp-content-root .mru-gen-card.mru-gen-revealed, .tc-wp-content-root .mru-gen-card:hover{
    transform: none !important;
  }.tc-wp-content-root .mru-gen-cta{
    opacity: 1;
    transform: none;
  }}

.tc-wp-content-root .mru-gen-process-grid {}