@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 .rhg-premium-content, .tc-wp-content-root .rhg-premium-content *{
  box-sizing: border-box;
  max-width: 100%;
}.tc-wp-content-root .rhg-premium-content{
  --rhg-ink: #241926;
  --rhg-muted: #6e6070;
  --rhg-soft: #fff7f0;
  --rhg-border: rgba(182, 119, 94, 0.18);
  --rhg-shadow: 0 18px 48px rgba(84, 42, 48, 0.1);
  width: 100%;
  overflow-x: hidden;
  color: var(--rhg-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .rhg-premium-content .rhg-section{
  width: 100%;
  max-width: 100%;
  padding: 92px 22px;
  overflow: hidden;
}.tc-wp-content-root .rhg-premium-content .rhg-section-white{
  background: #fff;
}.tc-wp-content-root .rhg-premium-content .rhg-section-warm{
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 184, 108, 0.25), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(217, 107, 157, 0.22), transparent 32%),
    linear-gradient(135deg, #fff7ef 0%, #fff2f6 48%, #f7efff 100%);
}.tc-wp-content-root .rhg-premium-content .rhg-container{
  width: min(1320px, 100%);
  margin: 0 auto;
  max-width: 100%;
}.tc-wp-content-root .rhg-premium-content .rhg-section-header{
  width: min(820px, 100%);
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .rhg-premium-content h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  letter-spacing: 0;
  color: var(--rhg-ink);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .rhg-premium-content .rhg-gradient-keyword{
  background: linear-gradient(135deg, #ff9f43 0%, #ff5f7e 45%, #8b5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .rhg-premium-content .rhg-section-header p{
  margin: 16px auto 0;
  color: var(--rhg-muted);
  font-size: 1.03rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .rhg-premium-content .rhg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .rhg-premium-content .rhg-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .rhg-premium-content .rhg-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .rhg-premium-content .rhg-card{
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --rhg-card-a: #ff9f43;
  --rhg-card-b: #ff5f7e;
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 252px;
  padding: 28px;
  border: 1px solid var(--rhg-border);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--rhg-card-a) 20%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 247, 0.86));
  box-shadow: 0 12px 34px rgba(91, 54, 45, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(20px);
  opacity: 0;
  transition: transform 420ms ease, opacity 520ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
  overflow: hidden;
}.tc-wp-content-root .rhg-premium-content .rhg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, color-mix(in srgb, var(--rhg-card-a) 12%, transparent), color-mix(in srgb, var(--rhg-card-b) 10%, transparent));
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .rhg-premium-content .rhg-card.rhg-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .rhg-premium-content .rhg-card:hover{
  border-color: color-mix(in srgb, var(--rhg-card-b) 42%, transparent);
  box-shadow: var(--rhg-shadow);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .rhg-premium-content .rhg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .rhg-premium-content .rhg-card > *{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .rhg-premium-content .rhg-icon{
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 17px;
  color: var(--rhg-card-b);
  background: linear-gradient(135deg, color-mix(in srgb, var(--rhg-card-a) 16%, #fff), color-mix(in srgb, var(--rhg-card-b) 14%, #fff));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72), 0 10px 24px rgba(97, 54, 54, 0.08);
  transition: transform 320ms ease, color 320ms ease, background 320ms ease;
}.tc-wp-content-root .rhg-premium-content .rhg-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.tc-wp-content-root .rhg-premium-content .rhg-card:hover .rhg-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--rhg-card-a), var(--rhg-card-b));
  transform: translateY(-3px) scale(1.04);
}.tc-wp-content-root .rhg-premium-content h3{
  position: relative;
  margin: 0 0 12px;
  color: var(--rhg-ink);
  font-size: 1.08rem;
  line-height: 1.32;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .rhg-premium-content h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 11px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--rhg-card-a), var(--rhg-card-b));
  transition: width 280ms ease;
}.tc-wp-content-root .rhg-premium-content .rhg-card:hover h3::after{
  width: 76px;
}.tc-wp-content-root .rhg-premium-content .rhg-card p{
  margin: 0;
  color: var(--rhg-muted);
  font-size: 0.95rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .rhg-premium-content .rhg-card-cta{
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin-top: 18px;
  color: color-mix(in srgb, var(--rhg-card-b) 80%, #3a213c);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 280ms ease, transform 280ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .rhg-premium-content .rhg-card:hover .rhg-card-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .rhg-premium-content .rhg-process-card{
  padding-top: 32px;
}.tc-wp-content-root .rhg-premium-content .rhg-step-badge{
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--rhg-card-a), var(--rhg-card-b));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 10px 22px color-mix(in srgb, var(--rhg-card-b) 24%, transparent);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .rhg-premium-content .rhg-process-card:hover .rhg-step-badge{
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 16px 30px color-mix(in srgb, var(--rhg-card-b) 34%, transparent);
}.tc-wp-content-root .rhg-premium-content .rhg-card:nth-child(1){ --rhg-card-a: #ffae42; --rhg-card-b: #ff5f7e; }.tc-wp-content-root .rhg-premium-content .rhg-card:nth-child(2){ --rhg-card-a: #ff7a59; --rhg-card-b: #b55cff; }.tc-wp-content-root .rhg-premium-content .rhg-card:nth-child(3){ --rhg-card-a: #f6c445; --rhg-card-b: #ff6b9f; }.tc-wp-content-root .rhg-premium-content .rhg-card:nth-child(4){ --rhg-card-a: #ff8f70; --rhg-card-b: #7c5cff; }.tc-wp-content-root .rhg-premium-content .rhg-card:nth-child(5){ --rhg-card-a: #f59e0b; --rhg-card-b: #ec4899; }.tc-wp-content-root .rhg-premium-content .rhg-card:nth-child(6){ --rhg-card-a: #fb7185; --rhg-card-b: #a855f7; }.tc-wp-content-root .rhg-premium-content .rhg-card:nth-child(7){ --rhg-card-a: #f97316; --rhg-card-b: #d946ef; }.tc-wp-content-root .rhg-premium-content .rhg-card:nth-child(8){ --rhg-card-a: #facc15; --rhg-card-b: #f43f5e; }@media (max-width: 1199px) and (min-width: 1024px) {.tc-wp-content-root .rhg-premium-content .rhg-section{
    padding: 76px 20px;
  }.tc-wp-content-root .rhg-premium-content .rhg-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .rhg-premium-content .rhg-grid-four, .tc-wp-content-root .rhg-premium-content .rhg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .rhg-premium-content .rhg-card{
    padding: 25px;
  }.tc-wp-content-root .rhg-premium-content .rhg-section-header p{
    font-size: 1rem;
  }}@media (max-width: 1023px) and (min-width: 768px) {.tc-wp-content-root .rhg-premium-content .rhg-section{
    padding: 66px 18px;
  }.tc-wp-content-root .rhg-premium-content .rhg-section-header{
    margin-bottom: 34px;
  }.tc-wp-content-root .rhg-premium-content .rhg-grid-four, .tc-wp-content-root .rhg-premium-content .rhg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .rhg-premium-content .rhg-card{
    min-height: 230px;
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .rhg-premium-content h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .rhg-premium-content .rhg-card p{
    font-size: 0.93rem;
  }}@media (max-width: 767px) and (min-width: 430px) {.tc-wp-content-root .rhg-premium-content .rhg-section{
    padding: 54px 16px;
  }.tc-wp-content-root .rhg-premium-content .rhg-section-header{
    margin-bottom: 28px;
  }.tc-wp-content-root .rhg-premium-content .rhg-section-header p{
    font-size: 0.95rem;
    line-height: 1.65;
  }.tc-wp-content-root .rhg-premium-content .rhg-grid-four, .tc-wp-content-root .rhg-premium-content .rhg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .rhg-premium-content .rhg-card{
    min-height: auto;
    padding: 22px;
  }}@media (max-width: 429px) and (min-width: 375px) {.tc-wp-content-root .rhg-premium-content .rhg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .rhg-premium-content .rhg-section-header{
    margin-bottom: 24px;
  }.tc-wp-content-root .rhg-premium-content .rhg-section-header p{
    font-size: 0.92rem;
  }.tc-wp-content-root .rhg-premium-content .rhg-grid-four, .tc-wp-content-root .rhg-premium-content .rhg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .rhg-premium-content .rhg-card{
    padding: 19px;
    border-radius: 18px;
  }.tc-wp-content-root .rhg-premium-content .rhg-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 16px;
  }.tc-wp-content-root .rhg-premium-content h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .rhg-premium-content .rhg-card p{
    font-size: 0.9rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .rhg-premium-content .rhg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .rhg-premium-content .rhg-section-header{
    margin-bottom: 22px;
  }.tc-wp-content-root .rhg-premium-content .rhg-section-header p{
    font-size: 0.88rem;
    line-height: 1.58;
  }.tc-wp-content-root .rhg-premium-content .rhg-grid-four, .tc-wp-content-root .rhg-premium-content .rhg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .rhg-premium-content .rhg-card{
    padding: 17px;
    border-radius: 16px;
  }.tc-wp-content-root .rhg-premium-content .rhg-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 14px;
  }.tc-wp-content-root .rhg-premium-content .rhg-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .rhg-premium-content h3{
    font-size: 0.94rem;
  }.tc-wp-content-root .rhg-premium-content .rhg-card p, .tc-wp-content-root .rhg-premium-content .rhg-card-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .rhg-premium-content .rhg-step-badge{
    width: 42px;
    height: 30px;
    font-size: 0.76rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .rhg-premium-content .rhg-card, .tc-wp-content-root .rhg-premium-content .rhg-card::before, .tc-wp-content-root .rhg-premium-content .rhg-icon, .tc-wp-content-root .rhg-premium-content h3::after, .tc-wp-content-root .rhg-premium-content .rhg-card-cta, .tc-wp-content-root .rhg-premium-content .rhg-step-badge{
    transition: none !important;
  }.tc-wp-content-root .rhg-premium-content .rhg-card, .tc-wp-content-root .rhg-premium-content .rhg-card.rhg-visible, .tc-wp-content-root .rhg-premium-content .rhg-card:hover{
    transform: none !important;
  }}

.tc-wp-content-root .rhg-card-tilt {}
.tc-wp-content-root .rhg-reveal {}