@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 .seo-hg-premium-wrap, .tc-wp-content-root .seo-hg-premium-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .seo-hg-premium-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #241c18;
  background: #fff;
}.tc-wp-content-root .seo-hg-premium-wrap section, .tc-wp-content-root .seo-hg-premium-wrap .seo-hg-container, .tc-wp-content-root .seo-hg-premium-wrap .seo-hg-grid, .tc-wp-content-root .seo-hg-premium-wrap .seo-hg-card{
  max-width: 100%;
}.tc-wp-content-root .seo-hg-section{
  width: 100%;
  padding: 96px 24px;
  overflow: hidden;
}.tc-wp-content-root .seo-hg-intro-section, .tc-wp-content-root .seo-hg-process-section{
  background: #fff;
}.tc-wp-content-root .seo-hg-benefit-section{
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 190, 118, 0.24), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(197, 91, 255, 0.16), transparent 34%),
    linear-gradient(135deg, #fff7ef 0%, #fff1f6 48%, #f7f0ff 100%);
}.tc-wp-content-root .seo-hg-container{
  width: min(1320px, 100%);
  margin: 0 auto;
}.tc-wp-content-root .seo-hg-heading-block{
  width: min(760px, 100%);
  margin: 0 auto 46px;
  text-align: center;
}.tc-wp-content-root .seo-hg-heading-block h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  letter-spacing: 0;
  font-weight: 820;
  color: #221816;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .seo-hg-gradient-keyword{
  background: linear-gradient(105deg, #ff8a3d 0%, #ff4f8b 45%, #8b5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .seo-hg-heading-block p{
  margin: 16px auto 0;
  color: #6f625c;
  font-size: 1.05rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .seo-hg-grid{
  display: grid;
  width: 100%;
  gap: 24px;
}.tc-wp-content-root .seo-hg-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .seo-hg-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .seo-hg-card{
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --seo-hg-a: #ff9b54;
  --seo-hg-b: #ff5c8a;
  --seo-hg-c: #7c3aed;
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 252px;
  padding: 28px;
  border: 1px solid rgba(120, 74, 48, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.82), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 243, 0.82));
  box-shadow: 0 18px 46px rgba(70, 38, 24, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    transform 420ms ease,
    opacity 520ms ease,
    box-shadow 320ms ease,
    border-color 320ms ease,
    background 320ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .seo-hg-card:nth-child(2n){ --seo-hg-a: #ff6f61; --seo-hg-b: #f72585; --seo-hg-c: #a855f7; }.tc-wp-content-root .seo-hg-card:nth-child(3n){ --seo-hg-a: #f59e0b; --seo-hg-b: #fb7185; --seo-hg-c: #8b5cf6; }.tc-wp-content-root .seo-hg-card:nth-child(4n){ --seo-hg-a: #fb923c; --seo-hg-b: #ec4899; --seo-hg-c: #6366f1; }.tc-wp-content-root .seo-hg-card:nth-child(5n){ --seo-hg-a: #f97316; --seo-hg-b: #e879f9; --seo-hg-c: #7c3aed; }.tc-wp-content-root .seo-hg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--seo-hg-a) 14%, transparent), color-mix(in srgb, var(--seo-hg-c) 10%, transparent));
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .seo-hg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .seo-hg-card:hover{
  border-color: color-mix(in srgb, var(--seo-hg-b) 42%, rgba(120, 74, 48, 0.16));
  box-shadow: 0 26px 66px rgba(77, 38, 24, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}.tc-wp-content-root .seo-hg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .seo-hg-icon, .tc-wp-content-root .seo-hg-step, .tc-wp-content-root .seo-hg-card h3, .tc-wp-content-root .seo-hg-card p, .tc-wp-content-root .seo-hg-cta{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .seo-hg-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--seo-hg-b);
  background: linear-gradient(135deg, color-mix(in srgb, var(--seo-hg-a) 14%, #fff), color-mix(in srgb, var(--seo-hg-c) 12%, #fff));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.78), 0 12px 30px rgba(139, 92, 246, 0.12);
  transition: transform 320ms ease, color 320ms ease, background 320ms ease;
}.tc-wp-content-root .seo-hg-icon i{
  font-size: 1.18rem;
  line-height: 1;
}.tc-wp-content-root .seo-hg-card:hover .seo-hg-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--seo-hg-a), var(--seo-hg-b), var(--seo-hg-c));
  transform: translateY(-3px) scale(1.04) rotate(-2deg);
}.tc-wp-content-root .seo-hg-card h3{
  margin: 0;
  color: #251915;
  font-size: 1.08rem;
  line-height: 1.32;
  font-weight: 780;
  letter-spacing: 0;
}.tc-wp-content-root .seo-hg-card h3::after{
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--seo-hg-a), var(--seo-hg-b));
  transition: width 300ms ease;
}.tc-wp-content-root .seo-hg-card:hover h3::after{
  width: 72px;
}.tc-wp-content-root .seo-hg-card p{
  margin: 14px 0 0;
  color: #695b55;
  font-size: 0.96rem;
  line-height: 1.68;
}.tc-wp-content-root .seo-hg-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--seo-hg-b);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.3;
  opacity: 0.2;
  transform: translateY(8px);
  transition: opacity 300ms ease, transform 300ms ease;
}.tc-wp-content-root .seo-hg-card:hover .seo-hg-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .seo-hg-benefit-card{
  min-height: 236px;
}.tc-wp-content-root .seo-hg-process-card{
  padding-top: 26px;
}.tc-wp-content-root .seo-hg-step{
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 32px;
  margin-bottom: 18px;
  border-radius: 999px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0;
  background: linear-gradient(135deg, var(--seo-hg-a), var(--seo-hg-b), var(--seo-hg-c));
  box-shadow: 0 10px 26px color-mix(in srgb, var(--seo-hg-b) 24%, transparent);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .seo-hg-process-card:hover .seo-hg-step{
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 14px 34px color-mix(in srgb, var(--seo-hg-b) 34%, transparent);
}.tc-wp-content-root .seo-hg-process-card .seo-hg-icon{
  margin-bottom: 18px;
}@media (max-width: 1199px) and (min-width: 1024px) {.tc-wp-content-root .seo-hg-section{
    padding: 82px 22px;
  }.tc-wp-content-root .seo-hg-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .seo-hg-grid-four, .tc-wp-content-root .seo-hg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .seo-hg-grid{
    gap: 22px;
  }.tc-wp-content-root .seo-hg-card{
    padding: 25px;
    min-height: 238px;
  }.tc-wp-content-root .seo-hg-heading-block{
    margin-bottom: 40px;
  }.tc-wp-content-root .seo-hg-heading-block p{
    font-size: 1rem;
  }}@media (max-width: 1023px) and (min-width: 768px) {.tc-wp-content-root .seo-hg-section{
    padding: 70px 20px;
  }.tc-wp-content-root .seo-hg-grid-four, .tc-wp-content-root .seo-hg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .seo-hg-grid{
    gap: 20px;
  }.tc-wp-content-root .seo-hg-heading-block{
    margin-bottom: 34px;
  }.tc-wp-content-root .seo-hg-heading-block p{
    font-size: 0.98rem;
  }.tc-wp-content-root .seo-hg-card{
    padding: 24px;
    min-height: 224px;
  }.tc-wp-content-root .seo-hg-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .seo-hg-card p{
    font-size: 0.94rem;
  }}@media (max-width: 767px) and (min-width: 430px) {.tc-wp-content-root .seo-hg-section{
    padding: 58px 16px;
  }.tc-wp-content-root .seo-hg-grid-four, .tc-wp-content-root .seo-hg-grid-three, .tc-wp-content-root .seo-hg-grid{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .seo-hg-heading-block{
    margin-bottom: 28px;
  }.tc-wp-content-root .seo-hg-heading-block p{
    font-size: 0.94rem;
    line-height: 1.62;
  }.tc-wp-content-root .seo-hg-card{
    padding: 22px;
    min-height: auto;
    border-radius: 20px;
  }.tc-wp-content-root .seo-hg-grid{
    gap: 16px;
  }}@media (max-width: 429px) and (min-width: 375px) {.tc-wp-content-root .seo-hg-section{
    padding: 50px 14px;
  }.tc-wp-content-root .seo-hg-grid-four, .tc-wp-content-root .seo-hg-grid-three, .tc-wp-content-root .seo-hg-grid{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .seo-hg-heading-block{
    margin-bottom: 24px;
  }.tc-wp-content-root .seo-hg-heading-block p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .seo-hg-card{
    padding: 20px;
    min-height: auto;
    border-radius: 18px;
  }.tc-wp-content-root .seo-hg-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
    margin-bottom: 18px;
  }.tc-wp-content-root .seo-hg-step{
    width: 44px;
    height: 30px;
  }.tc-wp-content-root .seo-hg-grid{
    gap: 14px;
  }}@media (max-width: 374px) {.tc-wp-content-root .seo-hg-section{
    padding: 44px 12px;
  }.tc-wp-content-root .seo-hg-grid-four, .tc-wp-content-root .seo-hg-grid-three, .tc-wp-content-root .seo-hg-grid{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .seo-hg-heading-block{
    margin-bottom: 22px;
  }.tc-wp-content-root .seo-hg-heading-block p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .seo-hg-card{
    padding: 18px;
    min-height: auto;
    border-radius: 16px;
  }.tc-wp-content-root .seo-hg-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .seo-hg-card p{
    font-size: 0.88rem;
    line-height: 1.58;
  }.tc-wp-content-root .seo-hg-icon{
    width: 44px;
    height: 44px;
    border-radius: 15px;
    margin-bottom: 16px;
  }.tc-wp-content-root .seo-hg-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .seo-hg-step{
    width: 42px;
    height: 28px;
    font-size: 0.76rem;
  }.tc-wp-content-root .seo-hg-grid{
    gap: 12px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .seo-hg-premium-wrap *, .tc-wp-content-root .seo-hg-premium-wrap *::before, .tc-wp-content-root .seo-hg-premium-wrap *::after{
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }.tc-wp-content-root .seo-hg-card, .tc-wp-content-root .seo-hg-card.is-visible, .tc-wp-content-root .seo-hg-card:hover{
    transform: none !important;
    opacity: 1;
  }}

.tc-wp-content-root .seo-hg-reveal {}