@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 .h1tg-premium-content, .tc-wp-content-root .h1tg-premium-content *, .tc-wp-content-root .h1tg-premium-content *::before, .tc-wp-content-root .h1tg-premium-content *::after{
  box-sizing: border-box;
}.tc-wp-content-root .h1tg-premium-content{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #231824;
  background: #fff;
}.tc-wp-content-root .h1tg-premium-content .h1tg-section{
  width: 100%;
  max-width: 100%;
  padding: 92px 24px;
  overflow: hidden;
}.tc-wp-content-root .h1tg-premium-content .h1tg-section-white{
  background: #fff;
}.tc-wp-content-root .h1tg-premium-content .h1tg-section-warm{
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 180, 105, 0.24), transparent 32%),
    radial-gradient(circle at 88% 22%, rgba(196, 105, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #fff7ef 0%, #fff3f6 48%, #f8f0ff 100%);
}.tc-wp-content-root .h1tg-premium-content .h1tg-container{
  width: min(1240px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .h1tg-premium-content .h1tg-header{
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .h1tg-premium-content .h1tg-header h2{
  margin: 0;
  color: #201525;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  font-weight: 820;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .h1tg-premium-content .h1tg-header h2 span{
  background: linear-gradient(115deg, #ff8a3d 0%, #ff4f8b 45%, #8d5cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .h1tg-premium-content .h1tg-header p{
  margin: 16px auto 0;
  color: #6f6272;
  font-size: 1.04rem;
  line-height: 1.7;
  max-width: 720px;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .h1tg-premium-content .h1tg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .h1tg-premium-content .h1tg-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .h1tg-premium-content .h1tg-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .h1tg-premium-content .h1tg-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --h1tg-accent: #ff7a45;
  --h1tg-accent-2: #ff4f8b;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 250px;
  padding: 28px;
  border: 1px solid rgba(70, 45, 78, 0.11);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--h1tg-accent) 20%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 245, 0.9));
  box-shadow: 0 18px 48px rgba(65, 35, 76, 0.09);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  transition:
    transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 520ms ease,
    box-shadow 320ms ease,
    border-color 320ms ease,
    background 320ms ease;
  overflow: hidden;
  isolation: isolate;
}.tc-wp-content-root .h1tg-premium-content .h1tg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--h1tg-accent) 13%, transparent), transparent 42%);
  opacity: 0.5;
  pointer-events: none;
  z-index: -1;
}.tc-wp-content-root .h1tg-premium-content .h1tg-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--h1tg-accent), var(--h1tg-accent-2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 320ms ease;
  border-radius: 99px;
}.tc-wp-content-root .h1tg-premium-content .h1tg-card.h1tg-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .h1tg-premium-content .h1tg-card:hover{
  border-color: color-mix(in srgb, var(--h1tg-accent) 46%, rgba(70, 45, 78, 0.18));
  box-shadow: 0 26px 70px rgba(65, 35, 76, 0.16);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}.tc-wp-content-root .h1tg-premium-content .h1tg-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .h1tg-premium-content .h1tg-card:nth-child(1){ --h1tg-accent: #ff8748; --h1tg-accent-2: #ff5c7a; }.tc-wp-content-root .h1tg-premium-content .h1tg-card:nth-child(2){ --h1tg-accent: #f6a623; --h1tg-accent-2: #ff6b4a; }.tc-wp-content-root .h1tg-premium-content .h1tg-card:nth-child(3){ --h1tg-accent: #ff5f9e; --h1tg-accent-2: #a05cff; }.tc-wp-content-root .h1tg-premium-content .h1tg-card:nth-child(4){ --h1tg-accent: #9b6bff; --h1tg-accent-2: #ff7a59; }.tc-wp-content-root .h1tg-premium-content .h1tg-card:nth-child(5){ --h1tg-accent: #ffb347; --h1tg-accent-2: #e95793; }.tc-wp-content-root .h1tg-premium-content .h1tg-card:nth-child(6){ --h1tg-accent: #e665ff; --h1tg-accent-2: #ff8d52; }.tc-wp-content-root .h1tg-premium-content .h1tg-card:nth-child(7){ --h1tg-accent: #ff6f61; --h1tg-accent-2: #7d68ff; }.tc-wp-content-root .h1tg-premium-content .h1tg-card:nth-child(8){ --h1tg-accent: #d46bff; --h1tg-accent-2: #ff9d43; }.tc-wp-content-root .h1tg-premium-content .h1tg-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  border-radius: 18px;
  color: var(--h1tg-accent);
  background: color-mix(in srgb, var(--h1tg-accent) 13%, #fff);
  border: 1px solid color-mix(in srgb, var(--h1tg-accent) 20%, transparent);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.75), 0 10px 24px color-mix(in srgb, var(--h1tg-accent) 16%, transparent);
  transition: transform 280ms ease, color 280ms ease, background 280ms ease;
}.tc-wp-content-root .h1tg-premium-content .h1tg-icon i{
  font-size: 1.26rem;
  line-height: 1;
}.tc-wp-content-root .h1tg-premium-content .h1tg-card:hover .h1tg-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--h1tg-accent), var(--h1tg-accent-2));
  transform: translateY(-3px) rotate(-3deg) scale(1.04);
}.tc-wp-content-root .h1tg-premium-content .h1tg-card h3{
  position: relative;
  margin: 22px 0 12px;
  color: #241727;
  font-size: 1.12rem;
  line-height: 1.28;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .h1tg-premium-content .h1tg-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--h1tg-accent), var(--h1tg-accent-2));
  transform: scaleX(0.55);
  transform-origin: left;
  transition: transform 300ms ease;
}.tc-wp-content-root .h1tg-premium-content .h1tg-card:hover h3::after{
  transform: scaleX(1.3);
}.tc-wp-content-root .h1tg-premium-content .h1tg-card p{
  margin: 0;
  color: #685d69;
  font-size: 0.96rem;
  line-height: 1.67;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .h1tg-premium-content .h1tg-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--h1tg-accent);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0.2;
  transform: translateY(8px);
  transition: opacity 280ms ease, transform 280ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .h1tg-premium-content .h1tg-card:hover .h1tg-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .h1tg-premium-content .h1tg-benefit{
  min-height: 265px;
}.tc-wp-content-root .h1tg-premium-content .h1tg-process{
  min-height: 285px;
  padding-top: 26px;
}.tc-wp-content-root .h1tg-premium-content .h1tg-step{
  display: inline-grid;
  place-items: center;
  min-width: 48px;
  height: 34px;
  padding: 0 12px;
  margin-bottom: 16px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--h1tg-accent), var(--h1tg-accent-2));
  box-shadow: 0 12px 26px color-mix(in srgb, var(--h1tg-accent) 22%, transparent);
  font-size: 0.86rem;
  font-weight: 820;
  line-height: 1;
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .h1tg-premium-content .h1tg-process:hover .h1tg-step{
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--h1tg-accent) 32%, transparent);
}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .h1tg-premium-content .h1tg-section{
    padding: 78px 22px;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-container{
    width: min(1060px, 100%);
  }.tc-wp-content-root .h1tg-premium-content .h1tg-grid, .tc-wp-content-root .h1tg-premium-content .h1tg-grid-four, .tc-wp-content-root .h1tg-premium-content .h1tg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-card{
    padding: 25px;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-header p{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .h1tg-premium-content .h1tg-section{
    padding: 66px 20px;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-header{
    margin-bottom: 34px;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-header p{
    font-size: 0.98rem;
    line-height: 1.62;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-grid, .tc-wp-content-root .h1tg-premium-content .h1tg-grid-four, .tc-wp-content-root .h1tg-premium-content .h1tg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-card{
    min-height: 238px;
    padding: 23px;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-card h3{
    font-size: 1.04rem;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .h1tg-premium-content .h1tg-section{
    padding: 54px 16px;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-header{
    margin-bottom: 28px;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-header p{
    font-size: 0.94rem;
    line-height: 1.58;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-grid, .tc-wp-content-root .h1tg-premium-content .h1tg-grid-four, .tc-wp-content-root .h1tg-premium-content .h1tg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-card{
    min-height: 0;
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-icon{
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .h1tg-premium-content .h1tg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-header{
    margin-bottom: 24px;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-header p{
    font-size: 0.91rem;
    line-height: 1.56;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-grid, .tc-wp-content-root .h1tg-premium-content .h1tg-grid-four, .tc-wp-content-root .h1tg-premium-content .h1tg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-card{
    min-height: 0;
    padding: 19px;
    border-radius: 18px;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-icon{
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-icon i{
    font-size: 1.08rem;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-card h3{
    margin-top: 18px;
    font-size: 1rem;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-card p{
    font-size: 0.9rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .h1tg-premium-content .h1tg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-header{
    margin-bottom: 22px;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-header p{
    font-size: 0.88rem;
    line-height: 1.52;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-grid, .tc-wp-content-root .h1tg-premium-content .h1tg-grid-four, .tc-wp-content-root .h1tg-premium-content .h1tg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-card{
    min-height: 0;
    padding: 16px;
    border-radius: 16px;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-icon{
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-card h3{
    margin: 16px 0 9px;
    font-size: 0.96rem;
    line-height: 1.28;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-card p, .tc-wp-content-root .h1tg-premium-content .h1tg-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-step{
    min-width: 42px;
    height: 30px;
    padding: 0 10px;
    font-size: 0.78rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .h1tg-premium-content .h1tg-card, .tc-wp-content-root .h1tg-premium-content .h1tg-card *, .tc-wp-content-root .h1tg-premium-content .h1tg-card::after{
    transition: none !important;
  }.tc-wp-content-root .h1tg-premium-content .h1tg-card, .tc-wp-content-root .h1tg-premium-content .h1tg-card.h1tg-visible, .tc-wp-content-root .h1tg-premium-content .h1tg-card:hover{
    transform: none !important;
    opacity: 1 !important;
  }}

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