@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.0.0/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 .nhg-premium-editorial, .tc-wp-content-root .nhg-premium-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .nhg-premium-editorial{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #241b2f;
  line-height: 1.55;
}.tc-wp-content-root .nhg-premium-editorial .nhg-section{
  width: 100%;
  max-width: 100%;
  padding: 92px 24px;
  overflow-x: hidden;
}.tc-wp-content-root .nhg-premium-editorial .nhg-section-white{
  background: #fff;
}.tc-wp-content-root .nhg-premium-editorial .nhg-section-warm{
  background:
    radial-gradient(circle at 16% 8%, rgba(255, 174, 92, 0.24), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(190, 102, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #fff7ef 0%, #fff2f6 45%, #f9f3ff 100%);
}.tc-wp-content-root .nhg-premium-editorial .nhg-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .nhg-premium-editorial .nhg-section-head{
  width: min(820px, 100%);
  max-width: 100%;
  margin: 0 auto 44px;
  text-align: center;
}.tc-wp-content-root .nhg-premium-editorial .nhg-section-head h2{
  margin: 0;
  color: #241b2f;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .nhg-premium-editorial .nhg-gradient-keyword{
  background: linear-gradient(100deg, #f08a24 0%, #ff5f7a 45%, #8c4dff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .nhg-premium-editorial .nhg-section-head p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #6c6078;
  font-size: 1.05rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .nhg-premium-editorial .nhg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .nhg-premium-editorial .nhg-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .nhg-premium-editorial .nhg-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .nhg-premium-editorial .nhg-card{
  --nhg-a: #ff8f3d;
  --nhg-b: #ff5f7a;
  --nhg-c: #7c4dff;
  --fg-mx: 50%;
  --fg-my: 20%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 100%;
  padding: 28px;
  border: 1px solid rgba(87, 63, 111, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--nhg-a) 22%, transparent), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 246, 0.9));
  box-shadow: 0 18px 44px rgba(48, 28, 62, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
  overflow: hidden;
}.tc-wp-content-root .nhg-premium-editorial .nhg-card:nth-child(2){ --nhg-a: #ff6b8a; --nhg-b: #f3a536; --nhg-c: #a855f7; }.tc-wp-content-root .nhg-premium-editorial .nhg-card:nth-child(3){ --nhg-a: #f59e0b; --nhg-b: #fb7185; --nhg-c: #8b5cf6; }.tc-wp-content-root .nhg-premium-editorial .nhg-card:nth-child(4){ --nhg-a: #fb7185; --nhg-b: #c084fc; --nhg-c: #f97316; }.tc-wp-content-root .nhg-premium-editorial .nhg-card:nth-child(5){ --nhg-a: #f97316; --nhg-b: #e879f9; --nhg-c: #ec4899; }.tc-wp-content-root .nhg-premium-editorial .nhg-card:nth-child(6){ --nhg-a: #facc15; --nhg-b: #ff6b6b; --nhg-c: #9333ea; }.tc-wp-content-root .nhg-premium-editorial .nhg-card:nth-child(7){ --nhg-a: #fdba74; --nhg-b: #f472b6; --nhg-c: #7c3aed; }.tc-wp-content-root .nhg-premium-editorial .nhg-card:nth-child(8){ --nhg-a: #fb923c; --nhg-b: #e11d48; --nhg-c: #a78bfa; }.tc-wp-content-root .nhg-premium-editorial .nhg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .nhg-premium-editorial .nhg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, color-mix(in srgb, var(--nhg-a) 12%, transparent), transparent 46%);
  opacity: 0;
  transition: opacity 0.35s ease;
}.tc-wp-content-root .nhg-premium-editorial .nhg-card:hover{
  border-color: color-mix(in srgb, var(--nhg-b) 44%, rgba(87, 63, 111, 0.18));
  box-shadow: 0 26px 64px rgba(48, 28, 62, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .nhg-premium-editorial .nhg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .nhg-premium-editorial .nhg-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  border-radius: 17px;
  color: var(--nhg-c);
  background: linear-gradient(135deg, color-mix(in srgb, var(--nhg-a) 18%, #fff), #fff);
  box-shadow: inset 0 0 0 1px rgba(124, 77, 255, 0.12), 0 12px 24px rgba(255, 108, 92, 0.12);
  transition: transform 0.35s ease, color 0.35s ease, background 0.35s ease;
}.tc-wp-content-root .nhg-premium-editorial .nhg-icon i{
  font-size: 1.2rem;
  line-height: 1;
}.tc-wp-content-root .nhg-premium-editorial .nhg-card:hover .nhg-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--nhg-a), var(--nhg-b), var(--nhg-c));
  transform: translateY(-3px) scale(1.04) rotate(-3deg);
}.tc-wp-content-root .nhg-premium-editorial .nhg-card h3{
  position: relative;
  margin: 22px 0 10px;
  color: #281d31;
  font-size: 1.12rem;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .nhg-premium-editorial .nhg-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--nhg-a), var(--nhg-c));
  transition: width 0.35s ease;
}.tc-wp-content-root .nhg-premium-editorial .nhg-card:hover h3::after{
  width: 72px;
}.tc-wp-content-root .nhg-premium-editorial .nhg-card p{
  margin: 0;
  color: #6b6073;
  font-size: 0.96rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .nhg-premium-editorial .nhg-card-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--nhg-c);
  font-size: 0.9rem;
  font-weight: 800;
  opacity: 0.36;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease, color 0.35s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .nhg-premium-editorial .nhg-info-card:hover .nhg-card-cta{
  opacity: 1;
  color: var(--nhg-b);
  transform: translateY(0);
}.tc-wp-content-root .nhg-premium-editorial .nhg-benefit-card{
  transform-style: preserve-3d;
}.tc-wp-content-root .nhg-premium-editorial .nhg-benefit-card .nhg-icon, .tc-wp-content-root .nhg-premium-editorial .nhg-benefit-card h3, .tc-wp-content-root .nhg-premium-editorial .nhg-benefit-card p{
  transform: translateZ(18px);
}.tc-wp-content-root .nhg-premium-editorial .nhg-process-card{
  padding-top: 26px;
}.tc-wp-content-root .nhg-premium-editorial .nhg-step-badge{
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 34px;
  max-width: 100%;
  margin-bottom: 18px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--nhg-a), var(--nhg-b), var(--nhg-c));
  box-shadow: 0 12px 28px color-mix(in srgb, var(--nhg-b) 24%, transparent);
  font-size: 0.82rem;
  font-weight: 900;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}.tc-wp-content-root .nhg-premium-editorial .nhg-process-card:hover .nhg-step-badge{
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--nhg-b) 34%, transparent);
}@media (max-width: 1199px) and (min-width: 1024px) {.tc-wp-content-root .nhg-premium-editorial .nhg-section{
    padding: 76px 22px;
  }.tc-wp-content-root .nhg-premium-editorial .nhg-grid-four, .tc-wp-content-root .nhg-premium-editorial .nhg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .nhg-premium-editorial .nhg-card{
    padding: 25px;
  }.tc-wp-content-root .nhg-premium-editorial .nhg-section-head p{
    font-size: 1rem;
  }}@media (max-width: 1023px) and (min-width: 768px) {.tc-wp-content-root .nhg-premium-editorial .nhg-section{
    padding: 66px 20px;
  }.tc-wp-content-root .nhg-premium-editorial .nhg-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .nhg-premium-editorial .nhg-grid-four, .tc-wp-content-root .nhg-premium-editorial .nhg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .nhg-premium-editorial .nhg-card{
    padding: 24px;
  }.tc-wp-content-root .nhg-premium-editorial .nhg-card h3{
    font-size: 1.04rem;
  }.tc-wp-content-root .nhg-premium-editorial .nhg-card p{
    font-size: 0.94rem;
  }}@media (max-width: 767px) and (min-width: 430px) {.tc-wp-content-root .nhg-premium-editorial .nhg-section{
    padding: 54px 16px;
  }.tc-wp-content-root .nhg-premium-editorial .nhg-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .nhg-premium-editorial .nhg-section-head p{
    font-size: 0.96rem;
  }.tc-wp-content-root .nhg-premium-editorial .nhg-grid-four, .tc-wp-content-root .nhg-premium-editorial .nhg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .nhg-premium-editorial .nhg-card{
    padding: 22px;
  }}@media (max-width: 429px) and (min-width: 375px) {.tc-wp-content-root .nhg-premium-editorial .nhg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .nhg-premium-editorial .nhg-section-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .nhg-premium-editorial .nhg-section-head p{
    font-size: 0.92rem;
  }.tc-wp-content-root .nhg-premium-editorial .nhg-grid-four, .tc-wp-content-root .nhg-premium-editorial .nhg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-content-root .nhg-premium-editorial .nhg-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .nhg-premium-editorial .nhg-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }.tc-wp-content-root .nhg-premium-editorial .nhg-step-badge{
    width: 42px;
    height: 31px;
  }}@media (max-width: 374px) {.tc-wp-content-root .nhg-premium-editorial .nhg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .nhg-premium-editorial .nhg-section-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .nhg-premium-editorial .nhg-section-head p{
    font-size: 0.88rem;
  }.tc-wp-content-root .nhg-premium-editorial .nhg-grid-four, .tc-wp-content-root .nhg-premium-editorial .nhg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-content-root .nhg-premium-editorial .nhg-card{
    padding: 17px;
    border-radius: 16px;
  }.tc-wp-content-root .nhg-premium-editorial .nhg-card h3{
    margin-top: 18px;
    font-size: 0.98rem;
  }.tc-wp-content-root .nhg-premium-editorial .nhg-card p, .tc-wp-content-root .nhg-premium-editorial .nhg-card-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .nhg-premium-editorial .nhg-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }.tc-wp-content-root .nhg-premium-editorial .nhg-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .nhg-premium-editorial .nhg-step-badge{
    width: 38px;
    height: 29px;
    font-size: 0.76rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .nhg-premium-editorial .nhg-card, .tc-wp-content-root .nhg-premium-editorial .nhg-card::before, .tc-wp-content-root .nhg-premium-editorial .nhg-icon, .tc-wp-content-root .nhg-premium-editorial .nhg-card h3::after, .tc-wp-content-root .nhg-premium-editorial .nhg-card-cta, .tc-wp-content-root .nhg-premium-editorial .nhg-step-badge{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .nhg-premium-editorial .nhg-card, .tc-wp-content-root .nhg-premium-editorial .nhg-card.is-visible{
    opacity: 1;
    transform: none !important;
  }}