@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 .ehg-premium-content, .tc-wp-content-root .ehg-premium-content *{
  box-sizing: border-box;
}.tc-wp-content-root .ehg-premium-content{
  --ehg-ink: #211622;
  --ehg-muted: #695f6c;
  --ehg-line: rgba(122, 74, 48, 0.16);
  --ehg-bg: #fff;
  --ehg-soft: #fff7f1;
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ehg-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .ehg-premium-content .ehg-section{
  width: 100%;
  max-width: 100%;
  padding: 96px 22px;
  overflow-x: hidden;
}.tc-wp-content-root .ehg-premium-content .ehg-section-white{
  background: #fff;
}.tc-wp-content-root .ehg-premium-content .ehg-section-gradient{
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 190, 108, 0.32), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(219, 105, 175, 0.22), transparent 30%),
    linear-gradient(135deg, #fff7ef 0%, #fff1f4 48%, #f8f0ff 100%);
}.tc-wp-content-root .ehg-premium-content .ehg-container{
  width: min(1240px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .ehg-premium-content .ehg-heading-wrap{
  max-width: 780px;
  margin: 0 auto 44px;
  text-align: center;
}.tc-wp-content-root .ehg-premium-content h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  letter-spacing: 0;
  color: var(--ehg-ink);
  font-weight: 820;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ehg-premium-content .ehg-gradient-keyword{
  background: linear-gradient(100deg, #f97316 0%, #fb7185 42%, #a855f7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .ehg-premium-content .ehg-heading-wrap p{
  margin: 16px auto 0;
  max-width: 700px;
  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-content .ehg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .ehg-premium-content .ehg-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .ehg-premium-content .ehg-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .ehg-premium-content .ehg-card{
  --ehg-a: #fb923c;
  --ehg-b: #f43f5e;
  --ehg-c: rgba(251, 146, 60, 0.15);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--ehg-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.95), transparent 0 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 246, 0.9));
  box-shadow: 0 18px 50px rgba(58, 33, 20, 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.7s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ehg-premium-content .ehg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), var(--ehg-c), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.44));
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}.tc-wp-content-root .ehg-premium-content .ehg-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ehg-a), var(--ehg-b));
  transform: scaleX(0.32);
  transform-origin: left;
  opacity: 0.7;
  transition: transform 0.28s ease, opacity 0.28s ease;
}.tc-wp-content-root .ehg-premium-content .ehg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(0deg) rotateY(0deg) translateY(0);
}.tc-wp-content-root .ehg-premium-content .ehg-card:hover{
  border-color: color-mix(in srgb, var(--ehg-a) 48%, transparent);
  box-shadow: 0 24px 70px rgba(58, 33, 20, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .ehg-premium-content .ehg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ehg-premium-content .ehg-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.tc-wp-content-root .ehg-premium-content .ehg-icon{
  position: relative;
  z-index: 1;
  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-a) 18%, #fff), color-mix(in srgb, var(--ehg-b) 13%, #fff));
  color: var(--ehg-a);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72), 0 12px 30px rgba(145, 79, 43, 0.12);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}.tc-wp-content-root .ehg-premium-content .ehg-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.tc-wp-content-root .ehg-premium-content .ehg-card:hover .ehg-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--ehg-a), var(--ehg-b));
  transform: translateY(-3px) rotate(-3deg);
}.tc-wp-content-root .ehg-premium-content h3{
  position: relative;
  z-index: 1;
  display: inline;
  margin: 0;
  color: var(--ehg-ink);
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0;
  background-image: linear-gradient(90deg, var(--ehg-a), var(--ehg-b));
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ehg-premium-content .ehg-card:hover h3{
  background-size: 100% 2px;
}.tc-wp-content-root .ehg-premium-content .ehg-card p{
  position: relative;
  z-index: 1;
  margin: 14px 0 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-content .ehg-cta{
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--ehg-a);
  font-size: 0.9rem;
  line-height: 1.35;
  font-weight: 760;
  opacity: 0;
  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 .ehg-premium-content .ehg-card:hover .ehg-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--ehg-b);
}.tc-wp-content-root .ehg-premium-content .ehg-step-badge{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--ehg-a), var(--ehg-b));
  color: #fff;
  font-size: 0.95rem;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 14px 30px color-mix(in srgb, var(--ehg-a) 22%, transparent);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}.tc-wp-content-root .ehg-premium-content .ehg-process-card:hover .ehg-step-badge{
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 18px 38px color-mix(in srgb, var(--ehg-b) 28%, transparent);
}.tc-wp-content-root .ehg-premium-content .ehg-card:nth-child(1){ --ehg-a: #f97316; --ehg-b: #fb7185; --ehg-c: rgba(249, 115, 22, 0.18); }.tc-wp-content-root .ehg-premium-content .ehg-card:nth-child(2){ --ehg-a: #f59e0b; --ehg-b: #ec4899; --ehg-c: rgba(245, 158, 11, 0.17); }.tc-wp-content-root .ehg-premium-content .ehg-card:nth-child(3){ --ehg-a: #fb7185; --ehg-b: #a855f7; --ehg-c: rgba(251, 113, 133, 0.17); }.tc-wp-content-root .ehg-premium-content .ehg-card:nth-child(4){ --ehg-a: #e879f9; --ehg-b: #f97316; --ehg-c: rgba(232, 121, 249, 0.15); }.tc-wp-content-root .ehg-premium-content .ehg-card:nth-child(5){ --ehg-a: #f43f5e; --ehg-b: #f59e0b; --ehg-c: rgba(244, 63, 94, 0.15); }.tc-wp-content-root .ehg-premium-content .ehg-card:nth-child(6){ --ehg-a: #c084fc; --ehg-b: #fb923c; --ehg-c: rgba(192, 132, 252, 0.15); }.tc-wp-content-root .ehg-premium-content .ehg-card:nth-child(7){ --ehg-a: #db2777; --ehg-b: #facc15; --ehg-c: rgba(219, 39, 119, 0.14); }.tc-wp-content-root .ehg-premium-content .ehg-card:nth-child(8){ --ehg-a: #a855f7; --ehg-b: #fb7185; --ehg-c: rgba(168, 85, 247, 0.15); }@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .ehg-premium-content .ehg-section{
    padding: 82px 20px;
  }.tc-wp-content-root .ehg-premium-content .ehg-grid, .tc-wp-content-root .ehg-premium-content .ehg-grid-four, .tc-wp-content-root .ehg-premium-content .ehg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ehg-premium-content .ehg-card{
    padding: 25px;
  }.tc-wp-content-root .ehg-premium-content .ehg-heading-wrap p{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ehg-premium-content .ehg-section{
    padding: 68px 18px;
  }.tc-wp-content-root .ehg-premium-content .ehg-heading-wrap{
    margin-bottom: 34px;
  }.tc-wp-content-root .ehg-premium-content .ehg-grid, .tc-wp-content-root .ehg-premium-content .ehg-grid-four, .tc-wp-content-root .ehg-premium-content .ehg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .ehg-premium-content .ehg-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .ehg-premium-content h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .ehg-premium-content .ehg-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ehg-premium-content .ehg-section{
    padding: 54px 16px;
  }.tc-wp-content-root .ehg-premium-content .ehg-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .ehg-premium-content .ehg-heading-wrap p{
    font-size: 0.95rem;
    line-height: 1.64;
  }.tc-wp-content-root .ehg-premium-content .ehg-grid, .tc-wp-content-root .ehg-premium-content .ehg-grid-four, .tc-wp-content-root .ehg-premium-content .ehg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .ehg-premium-content .ehg-card{
    padding: 22px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ehg-premium-content .ehg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .ehg-premium-content .ehg-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .ehg-premium-content .ehg-heading-wrap p{
    font-size: 0.92rem;
  }.tc-wp-content-root .ehg-premium-content .ehg-grid, .tc-wp-content-root .ehg-premium-content .ehg-grid-four, .tc-wp-content-root .ehg-premium-content .ehg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .ehg-premium-content .ehg-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ehg-premium-content .ehg-icon, .tc-wp-content-root .ehg-premium-content .ehg-step-badge{
    width: 48px;
    height: 48px;
    border-radius: 16px;
    margin-bottom: 18px;
  }}@media (max-width: 374px) {.tc-wp-content-root .ehg-premium-content .ehg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .ehg-premium-content .ehg-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .ehg-premium-content .ehg-heading-wrap p{
    font-size: 0.88rem;
    line-height: 1.58;
  }.tc-wp-content-root .ehg-premium-content .ehg-grid, .tc-wp-content-root .ehg-premium-content .ehg-grid-four, .tc-wp-content-root .ehg-premium-content .ehg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .ehg-premium-content .ehg-card{
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .ehg-premium-content h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .ehg-premium-content .ehg-card p, .tc-wp-content-root .ehg-premium-content .ehg-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .ehg-premium-content .ehg-icon, .tc-wp-content-root .ehg-premium-content .ehg-step-badge{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .ehg-premium-content .ehg-icon i{
    font-size: 1.05rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .ehg-premium-content .ehg-card, .tc-wp-content-root .ehg-premium-content .ehg-card::before, .tc-wp-content-root .ehg-premium-content .ehg-card::after, .tc-wp-content-root .ehg-premium-content .ehg-icon, .tc-wp-content-root .ehg-premium-content .ehg-cta, .tc-wp-content-root .ehg-premium-content .ehg-step-badge, .tc-wp-content-root .ehg-premium-content h3{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .ehg-premium-content .ehg-card, .tc-wp-content-root .ehg-premium-content .ehg-card.is-visible, .tc-wp-content-root .ehg-premium-content .ehg-card:hover{
    transform: none !important;
  }}

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