@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 .mcug-premium-content, .tc-wp-content-root .mcug-premium-content *{
  box-sizing: border-box;
}.tc-wp-content-root .mcug-premium-content{
  --mcug-ink: #17221b;
  --mcug-muted: #5d6b62;
  --mcug-soft: #f7f1e6;
  --mcug-line: rgba(45, 94, 62, 0.14);
  --mcug-grad: linear-gradient(135deg, #1f8f4d 0%, #7bbd42 48%, #d69a2d 100%);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--mcug-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .mcug-premium-content .mcug-section{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 92px 22px;
}.tc-wp-content-root .mcug-premium-content .mcug-section-white{
  background: #fff;
}.tc-wp-content-root .mcug-premium-content .mcug-section-warm{
  background:
    radial-gradient(circle at 8% 12%, rgba(123, 189, 66, 0.16), transparent 28%),
    radial-gradient(circle at 90% 18%, rgba(214, 154, 45, 0.14), transparent 26%),
    linear-gradient(180deg, #fffaf0 0%, #f5ead9 100%);
}.tc-wp-content-root .mcug-premium-content .mcug-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .mcug-premium-content .mcug-heading-wrap{
  width: min(780px, 100%);
  max-width: 100%;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .mcug-premium-content .mcug-heading-wrap h2{
  margin: 0;
  color: var(--mcug-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  letter-spacing: 0;
  font-weight: 820;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .mcug-premium-content .mcug-heading-wrap h2 span{
  background: var(--mcug-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .mcug-premium-content .mcug-heading-wrap p{
  margin: 14px auto 0;
  color: var(--mcug-muted);
  font-size: 1.04rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .mcug-premium-content .mcug-card-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}.tc-wp-content-root .mcug-premium-content .mcug-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --mcug-a: #2f9f61;
  --mcug-b: #e2a640;
  --mcug-c: rgba(47, 159, 97, 0.13);
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 255px;
  padding: 26px;
  border: 1px solid var(--mcug-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 252, 244, 0.88));
  box-shadow: 0 16px 42px rgba(23, 34, 27, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  overflow: hidden;
  transition:
    opacity 0.7s ease,
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .mcug-premium-content .mcug-card.mcug-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .mcug-premium-content .mcug-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--mcug-a) 16%, transparent), transparent 40%),
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--mcug-b) 18%, transparent), transparent 34%);
  opacity: 0.62;
  transition: opacity 0.28s ease;
}.tc-wp-content-root .mcug-premium-content .mcug-card::after{
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--mcug-a) 24%, transparent), transparent 34%);
  opacity: 0;
  transition: opacity 0.28s ease;
}.tc-wp-content-root .mcug-premium-content .mcug-card:hover{
  border-color: color-mix(in srgb, var(--mcug-a) 42%, rgba(255, 255, 255, 0.4));
  box-shadow: 0 24px 60px rgba(23, 34, 27, 0.14);
}.tc-wp-content-root .mcug-premium-content .mcug-card:hover::before, .tc-wp-content-root .mcug-premium-content .mcug-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .mcug-premium-content .mcug-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin: 0 0 20px;
  border-radius: 16px;
  color: var(--mcug-a);
  background: linear-gradient(145deg, #ffffff, var(--mcug-c));
  border: 1px solid color-mix(in srgb, var(--mcug-a) 18%, transparent);
  box-shadow: 0 12px 24px rgba(23, 34, 27, 0.08);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}.tc-wp-content-root .mcug-premium-content .mcug-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.tc-wp-content-root .mcug-premium-content .mcug-card:hover .mcug-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--mcug-a), var(--mcug-b));
  transform: translateY(-3px) scale(1.04) rotate(-2deg);
}.tc-wp-content-root .mcug-premium-content .mcug-card h3{
  position: relative;
  margin: 0 0 13px;
  color: var(--mcug-ink);
  font-size: 1.08rem;
  line-height: 1.32;
  letter-spacing: 0;
  font-weight: 780;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .mcug-premium-content .mcug-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 11px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--mcug-a), var(--mcug-b));
  transition: width 0.28s ease;
}.tc-wp-content-root .mcug-premium-content .mcug-card:hover h3::after{
  width: 74px;
}.tc-wp-content-root .mcug-premium-content .mcug-card p{
  margin: 0;
  color: var(--mcug-muted);
  font-size: 0.96rem;
  line-height: 1.66;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .mcug-premium-content .mcug-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--mcug-a);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0.38;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease, color 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .mcug-premium-content .mcug-card:hover .mcug-cta{
  opacity: 1;
  transform: translateY(0);
  color: color-mix(in srgb, var(--mcug-a) 78%, #111);
}.tc-wp-content-root .mcug-premium-content .mcug-tilt-card:hover{
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}.tc-wp-content-root .mcug-premium-content .mcug-process-card{
  min-height: 275px;
  padding-top: 28px;
}.tc-wp-content-root .mcug-premium-content .mcug-process-card::before{
  content: attr(data-step);
  position: absolute;
  right: 18px;
  top: 12px;
  z-index: -1;
  color: color-mix(in srgb, var(--mcug-a) 13%, transparent);
  font-size: 5.8rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 0.28s ease, color 0.28s ease;
  pointer-events: none;
}.tc-wp-content-root .mcug-premium-content .mcug-process-card:hover::before{
  color: color-mix(in srgb, var(--mcug-a) 20%, transparent);
  transform: translateY(-4px) scale(1.04);
}.tc-wp-content-root .mcug-premium-content .mcug-step-text{
  display: inline-block;
  max-width: 100%;
  margin-bottom: 14px;
  color: var(--mcug-a);
  font-size: 0.82rem;
  line-height: 1.2;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .mcug-premium-content .mcug-card:nth-child(1){ --mcug-a: #2f9f61; --mcug-b: #d6a13a; --mcug-c: rgba(47, 159, 97, 0.12); }.tc-wp-content-root .mcug-premium-content .mcug-card:nth-child(2){ --mcug-a: #347f5b; --mcug-b: #c98b32; --mcug-c: rgba(52, 127, 91, 0.12); }.tc-wp-content-root .mcug-premium-content .mcug-card:nth-child(3){ --mcug-a: #4f8f2d; --mcug-b: #d6b547; --mcug-c: rgba(79, 143, 45, 0.12); }.tc-wp-content-root .mcug-premium-content .mcug-card:nth-child(4){ --mcug-a: #258671; --mcug-b: #d29b36; --mcug-c: rgba(37, 134, 113, 0.12); }.tc-wp-content-root .mcug-premium-content .mcug-card:nth-child(5){ --mcug-a: #7a8f2e; --mcug-b: #d58940; --mcug-c: rgba(122, 143, 46, 0.12); }.tc-wp-content-root .mcug-premium-content .mcug-card:nth-child(6){ --mcug-a: #1f8f4d; --mcug-b: #b98a2e; --mcug-c: rgba(31, 143, 77, 0.12); }.tc-wp-content-root .mcug-premium-content .mcug-card:nth-child(7){ --mcug-a: #5c8f36; --mcug-b: #c5783c; --mcug-c: rgba(92, 143, 54, 0.12); }.tc-wp-content-root .mcug-premium-content .mcug-card:nth-child(8){ --mcug-a: #2e927e; --mcug-b: #c9a135; --mcug-c: rgba(46, 146, 126, 0.12); }@media (min-width: 1200px) {.tc-wp-content-root .mcug-premium-content .mcug-section{
    padding: 96px 28px;
  }.tc-wp-content-root .mcug-premium-content .mcug-container{
    width: min(1320px, 100%);
  }.tc-wp-content-root .mcug-premium-content .mcug-card-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .mcug-premium-content .mcug-section{
    padding: 82px 24px;
  }.tc-wp-content-root .mcug-premium-content .mcug-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .mcug-premium-content .mcug-heading-wrap{
    margin-bottom: 36px;
  }.tc-wp-content-root .mcug-premium-content .mcug-heading-wrap p{
    font-size: 1rem;
  }.tc-wp-content-root .mcug-premium-content .mcug-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .mcug-premium-content .mcug-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .mcug-premium-content .mcug-section{
    padding: 70px 20px;
  }.tc-wp-content-root .mcug-premium-content .mcug-heading-wrap{
    margin-bottom: 32px;
  }.tc-wp-content-root .mcug-premium-content .mcug-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .mcug-premium-content .mcug-card{
    min-height: 235px;
    padding: 23px;
  }.tc-wp-content-root .mcug-premium-content .mcug-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .mcug-premium-content .mcug-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .mcug-premium-content .mcug-section{
    padding: 58px 16px;
  }.tc-wp-content-root .mcug-premium-content .mcug-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .mcug-premium-content .mcug-heading-wrap p{
    font-size: 0.96rem;
  }.tc-wp-content-root .mcug-premium-content .mcug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .mcug-premium-content .mcug-card{
    min-height: auto;
    padding: 22px;
    border-radius: 19px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .mcug-premium-content .mcug-section{
    padding: 50px 14px;
  }.tc-wp-content-root .mcug-premium-content .mcug-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .mcug-premium-content .mcug-heading-wrap p{
    font-size: 0.92rem;
    line-height: 1.62;
  }.tc-wp-content-root .mcug-premium-content .mcug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .mcug-premium-content .mcug-card{
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .mcug-premium-content .mcug-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }.tc-wp-content-root .mcug-premium-content .mcug-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .mcug-premium-content .mcug-card p{
    font-size: 0.91rem;
  }.tc-wp-content-root .mcug-premium-content .mcug-process-card::before{
    font-size: 4.7rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .mcug-premium-content .mcug-section{
    padding: 44px 12px;
  }.tc-wp-content-root .mcug-premium-content .mcug-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .mcug-premium-content .mcug-heading-wrap p{
    font-size: 0.88rem;
    line-height: 1.58;
  }.tc-wp-content-root .mcug-premium-content .mcug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .mcug-premium-content .mcug-card{
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .mcug-premium-content .mcug-icon{
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 16px;
  }.tc-wp-content-root .mcug-premium-content .mcug-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .mcug-premium-content .mcug-card h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .mcug-premium-content .mcug-card p, .tc-wp-content-root .mcug-premium-content .mcug-cta{
    font-size: 0.88rem;
  }.tc-wp-content-root .mcug-premium-content .mcug-process-card::before{
    right: 12px;
    top: 10px;
    font-size: 4.1rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .mcug-premium-content .mcug-card, .tc-wp-content-root .mcug-premium-content .mcug-card::before, .tc-wp-content-root .mcug-premium-content .mcug-card::after, .tc-wp-content-root .mcug-premium-content .mcug-icon, .tc-wp-content-root .mcug-premium-content .mcug-cta, .tc-wp-content-root .mcug-premium-content .mcug-card h3::after, .tc-wp-content-root .mcug-premium-content .mcug-process-card::before{
    transition: none !important;
  }.tc-wp-content-root .mcug-premium-content .mcug-card, .tc-wp-content-root .mcug-premium-content .mcug-card.mcug-visible, .tc-wp-content-root .mcug-premium-content .mcug-tilt-card:hover{
    transform: none !important;
  }}

.tc-wp-content-root .mcug-card-cta {}
.tc-wp-content-root .mcug-process-grid {}
.tc-wp-content-root .mcug-tilt-grid {}