@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* 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 .ehg-premium-editorial, .tc-wp-content-root .ehg-premium-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .ehg-premium-editorial{
  --ehg-ink: #241924;
  --ehg-muted: #6f6470;
  --ehg-border: rgba(120, 76, 92, 0.16);
  --ehg-shadow: 0 18px 50px rgba(75, 42, 55, 0.11);
  --ehg-shadow-hover: 0 28px 76px rgba(75, 42, 55, 0.18);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ehg-ink);
  font-family: inherit;
  isolation: isolate;
}.tc-wp-content-root .ehg-premium-editorial .ehg-section{
  width: 100%;
  max-width: 100%;
  padding: 92px 24px;
  overflow-x: hidden;
}.tc-wp-content-root .ehg-premium-editorial .ehg-section-white{
  background: #fff;
}.tc-wp-content-root .ehg-premium-editorial .ehg-section-warm{
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 183, 94, 0.24), transparent 32%),
    radial-gradient(circle at 88% 12%, rgba(209, 103, 168, 0.2), transparent 34%),
    linear-gradient(135deg, #fff7ef 0%, #fff1f5 44%, #f8efff 100%);
}.tc-wp-content-root .ehg-premium-editorial .ehg-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .ehg-premium-editorial .ehg-heading-wrap{
  width: min(820px, 100%);
  max-width: 100%;
  margin: 0 auto 46px;
  text-align: center;
}.tc-wp-content-root .ehg-premium-editorial h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  letter-spacing: 0;
  color: var(--ehg-ink);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ehg-premium-editorial .ehg-gradient-keyword{
  background: linear-gradient(92deg, #f28a3d 0%, #ee5f75 38%, #c85bd6 72%, #8d63ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .ehg-premium-editorial .ehg-heading-wrap p{
  margin: 16px auto 0;
  max-width: 720px;
  color: var(--ehg-muted);
  font-size: 1.04rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ehg-premium-editorial .ehg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .ehg-premium-editorial .ehg-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .ehg-premium-editorial .ehg-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .ehg-premium-editorial .ehg-card{
  --ehg-accent: #f28a3d;
  --ehg-accent-2: #ee5f75;
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--ehg-border);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--ehg-accent) 20%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 247, 0.9));
  box-shadow: var(--ehg-shadow);
  overflow: hidden;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}.tc-wp-content-root .ehg-premium-editorial .ehg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--ehg-accent) 12%, transparent), transparent 42%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}.tc-wp-content-root .ehg-premium-editorial .ehg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .ehg-premium-editorial .ehg-card:hover{
  border-color: color-mix(in srgb, var(--ehg-accent) 45%, transparent);
  box-shadow: var(--ehg-shadow-hover);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .ehg-premium-editorial .ehg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ehg-premium-editorial .ehg-card:nth-child(1){ --ehg-accent: #f28a3d; --ehg-accent-2: #ffbd62; }.tc-wp-content-root .ehg-premium-editorial .ehg-card:nth-child(2){ --ehg-accent: #ee5f75; --ehg-accent-2: #ff9c7a; }.tc-wp-content-root .ehg-premium-editorial .ehg-card:nth-child(3){ --ehg-accent: #d75fb7; --ehg-accent-2: #ff8fc9; }.tc-wp-content-root .ehg-premium-editorial .ehg-card:nth-child(4){ --ehg-accent: #8d63ff; --ehg-accent-2: #d091ff; }.tc-wp-content-root .ehg-premium-editorial .ehg-card:nth-child(5){ --ehg-accent: #e0a328; --ehg-accent-2: #ffd56f; }.tc-wp-content-root .ehg-premium-editorial .ehg-card:nth-child(6){ --ehg-accent: #ff7043; --ehg-accent-2: #ffb36c; }.tc-wp-content-root .ehg-premium-editorial .ehg-card:nth-child(7){ --ehg-accent: #b75ce8; --ehg-accent-2: #f08aff; }.tc-wp-content-root .ehg-premium-editorial .ehg-card:nth-child(8){ --ehg-accent: #f05b9a; --ehg-accent-2: #ff9bb8; }.tc-wp-content-root .ehg-premium-editorial .ehg-icon{
  position: relative;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--ehg-accent) 16%, #fff), #fff);
  color: var(--ehg-accent);
  font-size: 1.45rem;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ehg-accent) 22%, transparent);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}.tc-wp-content-root .ehg-premium-editorial .ehg-card:hover .ehg-icon{
  transform: translateY(-3px) scale(1.04) rotate(-2deg);
  color: #fff;
  background: linear-gradient(135deg, var(--ehg-accent), var(--ehg-accent-2));
}.tc-wp-content-root .ehg-premium-editorial h3{
  position: relative;
  margin: 0 0 13px;
  color: var(--ehg-ink);
  font-size: 1.08rem;
  line-height: 1.32;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ehg-premium-editorial h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ehg-accent), var(--ehg-accent-2));
  transform-origin: left;
  transform: scaleX(0.58);
  transition: transform 0.28s ease;
}.tc-wp-content-root .ehg-premium-editorial .ehg-card:hover h3::after{
  transform: scaleX(1.35);
}.tc-wp-content-root .ehg-premium-editorial .ehg-card p{
  position: relative;
  margin: 0;
  color: var(--ehg-muted);
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ehg-premium-editorial .ehg-cta{
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--ehg-accent);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.35;
  opacity: 0.35;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ehg-premium-editorial .ehg-card:hover .ehg-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ehg-premium-editorial .ehg-tilt-card{
  transform-style: preserve-3d;
}.tc-wp-content-root .ehg-premium-editorial .ehg-step-badge{
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 38px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ehg-accent), var(--ehg-accent-2));
  color: #fff;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 12px 26px color-mix(in srgb, var(--ehg-accent) 28%, transparent);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}.tc-wp-content-root .ehg-premium-editorial .ehg-process-card:hover .ehg-step-badge{
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 18px 34px color-mix(in srgb, var(--ehg-accent) 38%, transparent);
}@media (min-width: 1200px) {.tc-wp-content-root .ehg-premium-editorial .ehg-grid-four{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .ehg-premium-editorial .ehg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .ehg-premium-editorial .ehg-section{
    padding: 76px 22px;
  }.tc-wp-content-root .ehg-premium-editorial .ehg-grid, .tc-wp-content-root .ehg-premium-editorial .ehg-grid-four, .tc-wp-content-root .ehg-premium-editorial .ehg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ehg-premium-editorial .ehg-card{
    padding: 25px;
  }.tc-wp-content-root .ehg-premium-editorial .ehg-heading-wrap p{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ehg-premium-editorial .ehg-section{
    padding: 64px 20px;
  }.tc-wp-content-root .ehg-premium-editorial .ehg-heading-wrap{
    margin-bottom: 34px;
  }.tc-wp-content-root .ehg-premium-editorial .ehg-heading-wrap p{
    font-size: 0.98rem;
    line-height: 1.62;
  }.tc-wp-content-root .ehg-premium-editorial .ehg-grid, .tc-wp-content-root .ehg-premium-editorial .ehg-grid-four, .tc-wp-content-root .ehg-premium-editorial .ehg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .ehg-premium-editorial .ehg-card{
    padding: 23px;
    border-radius: 20px;
  }.tc-wp-content-root .ehg-premium-editorial h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .ehg-premium-editorial .ehg-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ehg-premium-editorial .ehg-section{
    padding: 52px 16px;
  }.tc-wp-content-root .ehg-premium-editorial .ehg-grid, .tc-wp-content-root .ehg-premium-editorial .ehg-grid-four, .tc-wp-content-root .ehg-premium-editorial .ehg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .ehg-premium-editorial .ehg-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .ehg-premium-editorial .ehg-heading-wrap p{
    font-size: 0.94rem;
  }.tc-wp-content-root .ehg-premium-editorial .ehg-card{
    padding: 22px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ehg-premium-editorial .ehg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .ehg-premium-editorial .ehg-grid, .tc-wp-content-root .ehg-premium-editorial .ehg-grid-four, .tc-wp-content-root .ehg-premium-editorial .ehg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .ehg-premium-editorial .ehg-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .ehg-premium-editorial .ehg-heading-wrap p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .ehg-premium-editorial .ehg-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ehg-premium-editorial .ehg-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 1.25rem;
  }.tc-wp-content-root .ehg-premium-editorial .ehg-step-badge{
    width: 52px;
    height: 34px;
  }}@media (max-width: 374px) {.tc-wp-content-root .ehg-premium-editorial .ehg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .ehg-premium-editorial .ehg-grid, .tc-wp-content-root .ehg-premium-editorial .ehg-grid-four, .tc-wp-content-root .ehg-premium-editorial .ehg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .ehg-premium-editorial .ehg-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .ehg-premium-editorial .ehg-heading-wrap p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .ehg-premium-editorial .ehg-card{
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .ehg-premium-editorial .ehg-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 1.16rem;
    margin-bottom: 18px;
  }.tc-wp-content-root .ehg-premium-editorial .ehg-step-badge{
    width: 48px;
    height: 32px;
    font-size: 0.8rem;
  }.tc-wp-content-root .ehg-premium-editorial h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .ehg-premium-editorial .ehg-card p, .tc-wp-content-root .ehg-premium-editorial .ehg-cta{
    font-size: 0.86rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .ehg-premium-editorial .ehg-card, .tc-wp-content-root .ehg-premium-editorial .ehg-card::before, .tc-wp-content-root .ehg-premium-editorial .ehg-icon, .tc-wp-content-root .ehg-premium-editorial .ehg-cta, .tc-wp-content-root .ehg-premium-editorial h3::after, .tc-wp-content-root .ehg-premium-editorial .ehg-step-badge{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .ehg-premium-editorial .ehg-card, .tc-wp-content-root .ehg-premium-editorial .ehg-card.is-visible, .tc-wp-content-root .ehg-premium-editorial .ehg-card:hover{
    transform: none !important;
    opacity: 1;
  }}

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