@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 .htg-premium-content, .tc-wp-content-root .htg-premium-content *{
  box-sizing: border-box;
}.tc-wp-content-root .htg-premium-content{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #24181d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}.tc-wp-content-root .htg-premium-content .htgpc-section{
  width: 100%;
  max-width: 100%;
  padding: 96px 24px;
  overflow-x: hidden;
}.tc-wp-content-root .htg-premium-content .htgpc-section-white{
  background: #fff;
}.tc-wp-content-root .htg-premium-content .htgpc-section-warm{
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 178, 102, 0.2), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(180, 98, 255, 0.18), transparent 36%),
    linear-gradient(135deg, #fff7ef 0%, #fff1f6 46%, #f8f0ff 100%);
}.tc-wp-content-root .htg-premium-content .htgpc-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .htg-premium-content .htgpc-section-head{
  width: min(780px, 100%);
  max-width: 100%;
  margin: 0 auto 44px;
  text-align: center;
}.tc-wp-content-root .htg-premium-content .htgpc-section-head h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  font-weight: 820;
  letter-spacing: 0;
  color: #1f1519;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .htg-premium-content .htgpc-gradient-text{
  background: linear-gradient(110deg, #ff8a3d 0%, #ff557d 45%, #8d5cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .htg-premium-content .htgpc-section-head p{
  margin: 16px auto 0;
  color: #6a5960;
  font-size: 1.04rem;
  max-width: 680px;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .htg-premium-content .htgpc-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .htg-premium-content .htgpc-grid-what, .tc-wp-content-root .htg-premium-content .htgpc-grid-how{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .htg-premium-content .htgpc-grid-why{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .htg-premium-content .htgpc-card{
  --fg-mx: 50%;
  --fg-my: 20%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --htg-accent: #ff8a3d;
  --htg-accent-2: #ff557d;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 255px;
  padding: 28px;
  border: 1px solid rgba(92, 58, 70, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--htg-accent) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 245, 0.88));
  box-shadow: 0 18px 46px rgba(83, 47, 39, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  isolation: isolate;
}.tc-wp-content-root .htg-premium-content .htgpc-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, color-mix(in srgb, var(--htg-accent) 16%, transparent), transparent 42%);
  opacity: 0.28;
  pointer-events: none;
  z-index: -1;
}.tc-wp-content-root .htg-premium-content .htgpc-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(90deg, var(--htg-accent), var(--htg-accent-2));
  transform: scaleX(0.28);
  transform-origin: left;
  transition: transform 0.35s ease;
}.tc-wp-content-root .htg-premium-content .htgpc-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .htg-premium-content .htgpc-card:hover{
  border-color: color-mix(in srgb, var(--htg-accent) 42%, rgba(92, 58, 70, 0.14));
  box-shadow: 0 26px 68px rgba(83, 47, 39, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .htg-premium-content .htgpc-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .htg-premium-content .htgpc-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--htg-accent);
  background: color-mix(in srgb, var(--htg-accent) 12%, #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--htg-accent) 20%, transparent);
  transition: transform 0.35s ease, color 0.35s ease, background 0.35s ease;
}.tc-wp-content-root .htg-premium-content .htgpc-icon i{
  font-size: 1.26rem;
  line-height: 1;
}.tc-wp-content-root .htg-premium-content .htgpc-card:hover .htgpc-icon{
  transform: translateY(-3px) scale(1.06) rotate(-2deg);
  color: #fff;
  background: linear-gradient(135deg, var(--htg-accent), var(--htg-accent-2));
}.tc-wp-content-root .htg-premium-content .htgpc-card h3{
  position: relative;
  margin: 0 0 12px;
  color: #24181d;
  font-size: 1.12rem;
  line-height: 1.25;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .htg-premium-content .htgpc-card h3::after{
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  margin-top: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--htg-accent), var(--htg-accent-2));
  transform: scaleX(0.45);
  transform-origin: left;
  transition: transform 0.35s ease;
}.tc-wp-content-root .htg-premium-content .htgpc-card:hover h3::after{
  transform: scaleX(1.35);
}.tc-wp-content-root .htg-premium-content .htgpc-card p{
  margin: 0;
  color: #6d5b62;
  font-size: 0.96rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .htg-premium-content .htgpc-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 20px;
  color: var(--htg-accent-2);
  font-size: 0.9rem;
  font-weight: 760;
  opacity: 0.2;
  transform: translateY(8px);
  transition: opacity 0.32s ease, transform 0.32s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .htg-premium-content .htgpc-card:hover .htgpc-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .htg-premium-content .htgpc-tilt{
  min-height: 245px;
}.tc-wp-content-root .htg-premium-content .htgpc-process{
  padding-top: 76px;
}.tc-wp-content-root .htg-premium-content .htgpc-step{
  position: absolute;
  top: 24px;
  right: 24px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  max-width: 100%;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--htg-accent), var(--htg-accent-2));
  color: #fff;
  font-size: 0.86rem;
  font-weight: 850;
  box-shadow: 0 14px 28px color-mix(in srgb, var(--htg-accent) 24%, transparent);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}.tc-wp-content-root .htg-premium-content .htgpc-process:hover .htgpc-step{
  transform: translateY(-3px) rotate(4deg) scale(1.05);
  box-shadow: 0 18px 38px color-mix(in srgb, var(--htg-accent) 32%, transparent);
}.tc-wp-content-root .htg-premium-content .htgpc-card:nth-child(1){ --htg-accent: #ff8a3d; --htg-accent-2: #ff557d; }.tc-wp-content-root .htg-premium-content .htgpc-card:nth-child(2){ --htg-accent: #f6a53d; --htg-accent-2: #d65cff; }.tc-wp-content-root .htg-premium-content .htgpc-card:nth-child(3){ --htg-accent: #ff6f61; --htg-accent-2: #8d5cff; }.tc-wp-content-root .htg-premium-content .htgpc-card:nth-child(4){ --htg-accent: #ef6aa4; --htg-accent-2: #ffb84d; }.tc-wp-content-root .htg-premium-content .htgpc-card:nth-child(5){ --htg-accent: #b96cff; --htg-accent-2: #ff7b54; }.tc-wp-content-root .htg-premium-content .htgpc-card:nth-child(6){ --htg-accent: #f25585; --htg-accent-2: #f7b733; }.tc-wp-content-root .htg-premium-content .htgpc-card:nth-child(7){ --htg-accent: #dd7bff; --htg-accent-2: #ff8f70; }.tc-wp-content-root .htg-premium-content .htgpc-card:nth-child(8){ --htg-accent: #ff9f45; --htg-accent-2: #9b6bff; }@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .htg-premium-content .htgpc-section{
    padding: 82px 22px;
  }.tc-wp-content-root .htg-premium-content .htgpc-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .htg-premium-content .htgpc-grid-what, .tc-wp-content-root .htg-premium-content .htgpc-grid-why, .tc-wp-content-root .htg-premium-content .htgpc-grid-how{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .htg-premium-content .htgpc-section-head{
    margin-bottom: 38px;
  }.tc-wp-content-root .htg-premium-content .htgpc-section-head p{
    font-size: 1rem;
  }.tc-wp-content-root .htg-premium-content .htgpc-card{
    padding: 25px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .htg-premium-content .htgpc-section{
    padding: 68px 20px;
  }.tc-wp-content-root .htg-premium-content .htgpc-grid-what, .tc-wp-content-root .htg-premium-content .htgpc-grid-why, .tc-wp-content-root .htg-premium-content .htgpc-grid-how{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .htg-premium-content .htgpc-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .htg-premium-content .htgpc-card{
    min-height: 230px;
    padding: 24px;
  }.tc-wp-content-root .htg-premium-content .htgpc-card h3{
    font-size: 1.05rem;
  }.tc-wp-content-root .htg-premium-content .htgpc-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .htg-premium-content .htgpc-section{
    padding: 54px 16px;
  }.tc-wp-content-root .htg-premium-content .htgpc-grid-what, .tc-wp-content-root .htg-premium-content .htgpc-grid-why, .tc-wp-content-root .htg-premium-content .htgpc-grid-how{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .htg-premium-content .htgpc-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .htg-premium-content .htgpc-section-head p{
    font-size: 0.94rem;
  }.tc-wp-content-root .htg-premium-content .htgpc-card{
    min-height: auto;
    padding: 22px;
  }.tc-wp-content-root .htg-premium-content .htgpc-process{
    padding-top: 68px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .htg-premium-content .htgpc-section{
    padding: 46px 14px;
  }.tc-wp-content-root .htg-premium-content .htgpc-grid-what, .tc-wp-content-root .htg-premium-content .htgpc-grid-why, .tc-wp-content-root .htg-premium-content .htgpc-grid-how{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .htg-premium-content .htgpc-section-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .htg-premium-content .htgpc-section-head p{
    font-size: 0.9rem;
  }.tc-wp-content-root .htg-premium-content .htgpc-card{
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .htg-premium-content .htgpc-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
    margin-bottom: 18px;
  }.tc-wp-content-root .htg-premium-content .htgpc-step{
    top: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
  }}@media (max-width: 374px) {.tc-wp-content-root .htg-premium-content .htgpc-section{
    padding: 40px 12px;
  }.tc-wp-content-root .htg-premium-content .htgpc-grid-what, .tc-wp-content-root .htg-premium-content .htgpc-grid-why, .tc-wp-content-root .htg-premium-content .htgpc-grid-how{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .htg-premium-content .htgpc-section-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .htg-premium-content .htgpc-section-head p{
    font-size: 0.86rem;
  }.tc-wp-content-root .htg-premium-content .htgpc-card{
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .htg-premium-content .htgpc-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .htg-premium-content .htgpc-card p, .tc-wp-content-root .htg-premium-content .htgpc-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .htg-premium-content .htgpc-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .htg-premium-content .htgpc-process{
    padding-top: 62px;
  }.tc-wp-content-root .htg-premium-content .htgpc-step{
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    border-radius: 13px;
    font-size: 0.78rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .htg-premium-content .htgpc-card, .tc-wp-content-root .htg-premium-content .htgpc-card::after, .tc-wp-content-root .htg-premium-content .htgpc-icon, .tc-wp-content-root .htg-premium-content .htgpc-cta, .tc-wp-content-root .htg-premium-content .htgpc-step{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .htg-premium-content .htgpc-card, .tc-wp-content-root .htg-premium-content .htgpc-card.is-visible, .tc-wp-content-root .htg-premium-content .htgpc-card:hover{
    transform: none !important;
    opacity: 1;
  }}

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