@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 .lihg-premium-editorial, .tc-wp-content-root .lihg-premium-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .lihg-premium-editorial{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #211827;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .lihg-premium-editorial .lihg-section{
  width: 100%;
  max-width: 100%;
  padding: 92px 22px;
  overflow-x: hidden;
}.tc-wp-content-root .lihg-premium-editorial .lihg-section-white{
  background: #fff;
}.tc-wp-content-root .lihg-premium-editorial .lihg-section-warm{
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 183, 104, 0.28), transparent 34%),
    radial-gradient(circle at 86% 8%, rgba(190, 112, 255, 0.18), transparent 32%),
    linear-gradient(135deg, #fff8f1 0%, #fff0ec 44%, #f8efff 100%);
}.tc-wp-content-root .lihg-premium-editorial .lihg-container{
  width: min(1280px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .lihg-premium-editorial .lihg-section-head{
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .lihg-premium-editorial h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.18;
  font-weight: 820;
  letter-spacing: 0;
  color: #221525;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .lihg-premium-editorial .lihg-gradient-keyword{
  background: linear-gradient(105deg, #ff8a3d 0%, #ff4f7b 38%, #9657ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .lihg-premium-editorial .lihg-section-head p{
  margin: 14px auto 0;
  max-width: 720px;
  color: #6f6173;
  font-size: 1.03rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .lihg-premium-editorial .lihg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .lihg-premium-editorial .lihg-grid-what, .tc-wp-content-root .lihg-premium-editorial .lihg-grid-how{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .lihg-premium-editorial .lihg-grid-why{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .lihg-premium-editorial .lihg-card{
  --lihg-accent: #ff8a3d;
  --lihg-accent-2: #ff4f7b;
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(70, 45, 75, 0.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--lihg-accent) 20%, transparent), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(255,248,244,0.78));
  box-shadow: 0 18px 44px rgba(45, 26, 48, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition: transform 320ms ease, opacity 520ms ease, border-color 320ms ease, box-shadow 320ms ease, background 320ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .lihg-premium-editorial .lihg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, color-mix(in srgb, var(--lihg-accent) 12%, transparent), transparent 48%);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .lihg-premium-editorial .lihg-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--lihg-accent), var(--lihg-accent-2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 320ms ease;
  border-radius: 999px;
}.tc-wp-content-root .lihg-premium-editorial .lihg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .lihg-premium-editorial .lihg-card:hover{
  border-color: color-mix(in srgb, var(--lihg-accent) 42%, rgba(70, 45, 75, 0.12));
  box-shadow: 0 26px 68px rgba(45, 26, 48, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .lihg-premium-editorial .lihg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .lihg-premium-editorial .lihg-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .lihg-premium-editorial .lihg-card:nth-child(1){ --lihg-accent: #ff8a3d; --lihg-accent-2: #ff4f7b; }.tc-wp-content-root .lihg-premium-editorial .lihg-card:nth-child(2){ --lihg-accent: #f6b843; --lihg-accent-2: #ff7b54; }.tc-wp-content-root .lihg-premium-editorial .lihg-card:nth-child(3){ --lihg-accent: #f45d9a; --lihg-accent-2: #9b5cff; }.tc-wp-content-root .lihg-premium-editorial .lihg-card:nth-child(4){ --lihg-accent: #a567ff; --lihg-accent-2: #ff7a59; }.tc-wp-content-root .lihg-premium-editorial .lihg-card:nth-child(5){ --lihg-accent: #ff6f61; --lihg-accent-2: #ffc145; }.tc-wp-content-root .lihg-premium-editorial .lihg-card:nth-child(6){ --lihg-accent: #d86cff; --lihg-accent-2: #ff9a62; }.tc-wp-content-root .lihg-premium-editorial .lihg-card:nth-child(7){ --lihg-accent: #ff9f43; --lihg-accent-2: #ec4899; }.tc-wp-content-root .lihg-premium-editorial .lihg-card:nth-child(8){ --lihg-accent: #b45cff; --lihg-accent-2: #ff7657; }.tc-wp-content-root .lihg-premium-editorial .lihg-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  max-width: 100%;
  border-radius: 16px;
  background: color-mix(in srgb, var(--lihg-accent) 13%, #ffffff);
  color: var(--lihg-accent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--lihg-accent) 20%, transparent);
  transition: transform 320ms ease, background 320ms ease, color 320ms ease;
}.tc-wp-content-root .lihg-premium-editorial .lihg-icon i{
  font-size: 1.15rem;
  line-height: 1;
}.tc-wp-content-root .lihg-premium-editorial .lihg-card:hover .lihg-icon{
  transform: translateY(-3px) rotate(-4deg) scale(1.06);
  background: linear-gradient(135deg, var(--lihg-accent), var(--lihg-accent-2));
  color: #fff;
}.tc-wp-content-root .lihg-premium-editorial h3{
  position: relative;
  z-index: 1;
  margin: 22px 0 10px;
  color: #241727;
  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 .lihg-premium-editorial p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #6f6173;
  font-size: 0.96rem;
  line-height: 1.66;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .lihg-premium-editorial .lihg-cta{
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--lihg-accent);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0.28;
  transform: translateY(8px);
  transition: opacity 280ms ease, transform 280ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .lihg-premium-editorial .lihg-card:hover .lihg-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .lihg-premium-editorial .lihg-card-tilt{
  transform-style: preserve-3d;
}.tc-wp-content-root .lihg-premium-editorial .lihg-process-card{
  padding-top: 72px;
}.tc-wp-content-root .lihg-premium-editorial .lihg-step{
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  max-width: 100%;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--lihg-accent), var(--lihg-accent-2));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 850;
  box-shadow: 0 12px 28px color-mix(in srgb, var(--lihg-accent) 28%, transparent);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .lihg-premium-editorial .lihg-process-card:hover .lihg-step{
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 18px 38px color-mix(in srgb, var(--lihg-accent) 36%, transparent);
}@media (max-width: 1199px) and (min-width: 1024px) {.tc-wp-content-root .lihg-premium-editorial .lihg-section{
    padding: 78px 20px;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-grid-what, .tc-wp-content-root .lihg-premium-editorial .lihg-grid-why, .tc-wp-content-root .lihg-premium-editorial .lihg-grid-how{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .lihg-premium-editorial .lihg-grid{
    gap: 22px;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-card{
    padding: 25px;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-process-card{
    padding-top: 68px;
  }}@media (max-width: 1023px) and (min-width: 768px) {.tc-wp-content-root .lihg-premium-editorial .lihg-section{
    padding: 66px 18px;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-section-head p{
    font-size: 0.98rem;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-grid-what, .tc-wp-content-root .lihg-premium-editorial .lihg-grid-why, .tc-wp-content-root .lihg-premium-editorial .lihg-grid-how{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .lihg-premium-editorial .lihg-grid{
    gap: 20px;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-card{
    padding: 24px;
  }.tc-wp-content-root .lihg-premium-editorial h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .lihg-premium-editorial p{
    font-size: 0.93rem;
  }}@media (max-width: 767px) and (min-width: 430px) {.tc-wp-content-root .lihg-premium-editorial .lihg-section{
    padding: 54px 16px;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-section-head p{
    font-size: 0.94rem;
    line-height: 1.62;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-grid-what, .tc-wp-content-root .lihg-premium-editorial .lihg-grid-why, .tc-wp-content-root .lihg-premium-editorial .lihg-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-grid{
    gap: 16px;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-process-card{
    padding-top: 64px;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }}@media (max-width: 429px) and (min-width: 375px) {.tc-wp-content-root .lihg-premium-editorial .lihg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-section-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-section-head p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-grid-what, .tc-wp-content-root .lihg-premium-editorial .lihg-grid-why, .tc-wp-content-root .lihg-premium-editorial .lihg-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-grid{
    gap: 14px;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-card{
    padding: 20px;
    border-radius: 17px;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-process-card{
    padding-top: 60px;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-step{
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 0.76rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .lihg-premium-editorial .lihg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-section-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-section-head p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-grid-what, .tc-wp-content-root .lihg-premium-editorial .lihg-grid-why, .tc-wp-content-root .lihg-premium-editorial .lihg-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-grid{
    gap: 12px;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-card{
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-process-card{
    padding-top: 56px;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-icon{
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .lihg-premium-editorial h3{
    margin-top: 18px;
    font-size: 0.98rem;
  }.tc-wp-content-root .lihg-premium-editorial p{
    font-size: 0.86rem;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-cta{
    font-size: 0.84rem;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-step{
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    font-size: 0.72rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .lihg-premium-editorial .lihg-card, .tc-wp-content-root .lihg-premium-editorial .lihg-card::before, .tc-wp-content-root .lihg-premium-editorial .lihg-card::after, .tc-wp-content-root .lihg-premium-editorial .lihg-icon, .tc-wp-content-root .lihg-premium-editorial .lihg-cta, .tc-wp-content-root .lihg-premium-editorial .lihg-step{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .lihg-premium-editorial .lihg-card, .tc-wp-content-root .lihg-premium-editorial .lihg-card.is-visible, .tc-wp-content-root .lihg-premium-editorial .lihg-card:hover{
    opacity: 1;
    transform: none !important;
  }}

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