@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 .mttg-premium-content{
  --mttg-ink: #201624;
  --mttg-muted: #6f6274;
  --mttg-line: rgba(117, 75, 118, 0.16);
  --mttg-soft: #fff7f1;
  --mttg-shadow: 0 18px 50px rgba(64, 35, 48, 0.11);
  --mttg-shadow-hover: 0 26px 70px rgba(64, 35, 48, 0.18);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--mttg-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  box-sizing: border-box;
}.tc-wp-content-root .mttg-premium-content *, .tc-wp-content-root .mttg-premium-content *::before, .tc-wp-content-root .mttg-premium-content *::after{
  box-sizing: border-box;
}.tc-wp-content-root .mttg-premium-content .mttg-section{
  width: 100%;
  max-width: 100%;
  padding: 92px 24px;
  overflow-x: hidden;
}.tc-wp-content-root .mttg-premium-content .mttg-section-white{
  background: #fff;
}.tc-wp-content-root .mttg-premium-content .mttg-section-warm{
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 176, 107, 0.28), transparent 32%),
    radial-gradient(circle at 88% 8%, rgba(197, 111, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #fff8f1 0%, #fff3ea 44%, #fbf0ff 100%);
}.tc-wp-content-root .mttg-premium-content .mttg-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .mttg-premium-content .mttg-heading-wrap{
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .mttg-premium-content .mttg-heading-wrap h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  letter-spacing: 0;
  color: var(--mttg-ink);
  font-weight: 820;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .mttg-premium-content .mttg-heading-wrap h2 span{
  background: linear-gradient(100deg, #ff8a3d 0%, #ff4f85 44%, #8b5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .mttg-premium-content .mttg-heading-wrap p{
  margin: 16px auto 0;
  max-width: 720px;
  color: var(--mttg-muted);
  font-size: 1.04rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .mttg-premium-content .mttg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .mttg-premium-content .mttg-grid-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .mttg-premium-content .mttg-grid-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .mttg-premium-content .mttg-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --mttg-a: #ff8a3d;
  --mttg-b: #ff4f85;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--mttg-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--mttg-a) 20%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 244, 0.78));
  box-shadow: var(--mttg-shadow);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition: transform 420ms ease, opacity 520ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .mttg-premium-content .mttg-card:nth-child(2){ --mttg-a: #ff5f7d; --mttg-b: #a855f7; }.tc-wp-content-root .mttg-premium-content .mttg-card:nth-child(3){ --mttg-a: #f7b733; --mttg-b: #fc4a1a; }.tc-wp-content-root .mttg-premium-content .mttg-card:nth-child(4){ --mttg-a: #fb7185; --mttg-b: #7c3aed; }.tc-wp-content-root .mttg-premium-content .mttg-card:nth-child(5){ --mttg-a: #f97316; --mttg-b: #ec4899; }.tc-wp-content-root .mttg-premium-content .mttg-card:nth-child(6){ --mttg-a: #eab308; --mttg-b: #f43f5e; }.tc-wp-content-root .mttg-premium-content .mttg-card:nth-child(7){ --mttg-a: #c084fc; --mttg-b: #fb7185; }.tc-wp-content-root .mttg-premium-content .mttg-card:nth-child(8){ --mttg-a: #ff9f43; --mttg-b: #d946ef; }.tc-wp-content-root .mttg-premium-content .mttg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, color-mix(in srgb, var(--mttg-a) 18%, transparent), transparent 46%, color-mix(in srgb, var(--mttg-b) 16%, transparent));
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .mttg-premium-content .mttg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .mttg-premium-content .mttg-card:hover{
  border-color: color-mix(in srgb, var(--mttg-a) 42%, var(--mttg-line));
  box-shadow: var(--mttg-shadow-hover);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .mttg-premium-content .mttg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .mttg-premium-content .mttg-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  border-radius: 16px;
  color: var(--mttg-a);
  background: linear-gradient(135deg, color-mix(in srgb, var(--mttg-a) 13%, #fff), color-mix(in srgb, var(--mttg-b) 10%, #fff));
  border: 1px solid color-mix(in srgb, var(--mttg-a) 22%, transparent);
  transition: transform 300ms ease, color 300ms ease, background 300ms ease;
}.tc-wp-content-root .mttg-premium-content .mttg-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.tc-wp-content-root .mttg-premium-content .mttg-card:hover .mttg-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--mttg-a), var(--mttg-b));
  transform: translateY(-3px) scale(1.04);
}.tc-wp-content-root .mttg-premium-content .mttg-card h3{
  position: relative;
  z-index: 1;
  margin: 22px 0 0;
  color: var(--mttg-ink);
  font-size: 1.08rem;
  line-height: 1.32;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .mttg-premium-content .mttg-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mttg-a), var(--mttg-b));
  transition: width 300ms ease;
}.tc-wp-content-root .mttg-premium-content .mttg-card:hover h3::after{
  width: 72px;
}.tc-wp-content-root .mttg-premium-content .mttg-card p{
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: var(--mttg-muted);
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .mttg-premium-content .mttg-cta{
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin-top: 20px;
  color: color-mix(in srgb, var(--mttg-b) 86%, #33172f);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0.3;
  transform: translateY(8px);
  transition: opacity 300ms ease, transform 300ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .mttg-premium-content .mttg-card:hover .mttg-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .mttg-premium-content .mttg-card-tilt:hover{
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}.tc-wp-content-root .mttg-premium-content .mttg-process-card{
  padding-top: 24px;
}.tc-wp-content-root .mttg-premium-content .mttg-step{
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  max-width: calc(100% - 40px);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--mttg-a), var(--mttg-b));
  box-shadow: 0 12px 28px color-mix(in srgb, var(--mttg-a) 24%, transparent);
  font-size: 0.82rem;
  font-weight: 850;
  transition: transform 300ms ease, box-shadow 300ms ease;
}.tc-wp-content-root .mttg-premium-content .mttg-process-card:hover .mttg-step{
  transform: translateY(-4px) scale(1.08) rotate(4deg);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--mttg-b) 28%, transparent);
}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .mttg-premium-content .mttg-section{
    padding: 76px 22px;
  }.tc-wp-content-root .mttg-premium-content .mttg-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .mttg-premium-content .mttg-grid-4, .tc-wp-content-root .mttg-premium-content .mttg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .mttg-premium-content .mttg-card{
    padding: 25px;
  }.tc-wp-content-root .mttg-premium-content .mttg-heading-wrap p{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .mttg-premium-content .mttg-section{
    padding: 66px 20px;
  }.tc-wp-content-root .mttg-premium-content .mttg-heading-wrap{
    margin-bottom: 34px;
  }.tc-wp-content-root .mttg-premium-content .mttg-heading-wrap p{
    font-size: 0.98rem;
  }.tc-wp-content-root .mttg-premium-content .mttg-grid-4, .tc-wp-content-root .mttg-premium-content .mttg-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .mttg-premium-content .mttg-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .mttg-premium-content .mttg-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .mttg-premium-content .mttg-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .mttg-premium-content .mttg-section{
    padding: 54px 16px;
  }.tc-wp-content-root .mttg-premium-content .mttg-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .mttg-premium-content .mttg-heading-wrap p{
    font-size: 0.94rem;
    line-height: 1.62;
  }.tc-wp-content-root .mttg-premium-content .mttg-grid-4, .tc-wp-content-root .mttg-premium-content .mttg-grid-3{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .mttg-premium-content .mttg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .mttg-premium-content .mttg-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .mttg-premium-content .mttg-card p{
    font-size: 0.93rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .mttg-premium-content .mttg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .mttg-premium-content .mttg-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .mttg-premium-content .mttg-heading-wrap p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .mttg-premium-content .mttg-grid-4, .tc-wp-content-root .mttg-premium-content .mttg-grid-3{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .mttg-premium-content .mttg-card{
    padding: 19px;
    border-radius: 17px;
  }.tc-wp-content-root .mttg-premium-content .mttg-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }.tc-wp-content-root .mttg-premium-content .mttg-step{
    width: 39px;
    height: 39px;
    top: 16px;
    right: 16px;
    font-size: 0.76rem;
  }.tc-wp-content-root .mttg-premium-content .mttg-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .mttg-premium-content .mttg-card p, .tc-wp-content-root .mttg-premium-content .mttg-cta{
    font-size: 0.9rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .mttg-premium-content .mttg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .mttg-premium-content .mttg-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .mttg-premium-content .mttg-heading-wrap p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .mttg-premium-content .mttg-grid-4, .tc-wp-content-root .mttg-premium-content .mttg-grid-3{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .mttg-premium-content .mttg-card{
    padding: 17px;
    border-radius: 16px;
  }.tc-wp-content-root .mttg-premium-content .mttg-icon{
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }.tc-wp-content-root .mttg-premium-content .mttg-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .mttg-premium-content .mttg-step{
    width: 36px;
    height: 36px;
    top: 14px;
    right: 14px;
    font-size: 0.72rem;
  }.tc-wp-content-root .mttg-premium-content .mttg-card h3{
    margin-top: 18px;
    font-size: 0.95rem;
  }.tc-wp-content-root .mttg-premium-content .mttg-card p, .tc-wp-content-root .mttg-premium-content .mttg-cta{
    font-size: 0.86rem;
    line-height: 1.55;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .mttg-premium-content .mttg-card, .tc-wp-content-root .mttg-premium-content .mttg-card::before, .tc-wp-content-root .mttg-premium-content .mttg-icon, .tc-wp-content-root .mttg-premium-content .mttg-step, .tc-wp-content-root .mttg-premium-content .mttg-cta, .tc-wp-content-root .mttg-premium-content .mttg-card h3::after{
    transition: none !important;
  }.tc-wp-content-root .mttg-premium-content .mttg-card{
    opacity: 1;
    transform: none !important;
  }}

.tc-wp-content-root .mttg-reveal {}