@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* 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 .rehg-premium-content{
  --rehg-ink: #201622;
  --rehg-muted: #6f6271;
  --rehg-line: rgba(122, 74, 104, 0.16);
  --rehg-card: rgba(255, 255, 255, 0.86);
  --rehg-shadow: 0 18px 48px rgba(72, 35, 56, 0.11);
  --rehg-shadow-hover: 0 26px 70px rgba(72, 35, 56, 0.18);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--rehg-ink);
}.tc-wp-content-root .rehg-premium-content *, .tc-wp-content-root .rehg-premium-content *::before, .tc-wp-content-root .rehg-premium-content *::after{
  box-sizing: border-box;
}.tc-wp-content-root .rehg-premium-content .rehg-container, .tc-wp-content-root .rehg-premium-content .rehg-section, .tc-wp-content-root .rehg-premium-content .rehg-intro{
  width: 100%;
  max-width: 100%;
}.tc-wp-content-root .rehg-premium-content .rehg-container{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
}.tc-wp-content-root .rehg-premium-content .rehg-intro{
  background: linear-gradient(135deg, #fff7ee 0%, #fff 46%, #f9f0ff 100%);
  padding: 58px 0 34px;
}.tc-wp-content-root .rehg-premium-content .rehg-kicker{
  margin: 0 0 14px;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b45a3c;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .rehg-premium-content .rehg-intro-text{
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.75;
  color: var(--rehg-muted);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .rehg-premium-content .rehg-section{
  padding: 86px 0;
}.tc-wp-content-root .rehg-premium-content .rehg-section-white{
  background: #fff;
}.tc-wp-content-root .rehg-premium-content .rehg-section-warm{
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 174, 111, 0.26), transparent 34%),
    radial-gradient(circle at 88% 14%, rgba(189, 111, 255, 0.18), transparent 32%),
    linear-gradient(135deg, #fff7ee 0%, #fff1f6 48%, #fbf3ff 100%);
}.tc-wp-content-root .rehg-premium-content .rehg-section-faq{
  background: linear-gradient(180deg, #fff 0%, #fff8f1 100%);
  padding-top: 78px;
}.tc-wp-content-root .rehg-premium-content .rehg-section-head{
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .rehg-premium-content .rehg-section-head h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  font-weight: 850;
  letter-spacing: 0;
  color: var(--rehg-ink);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .rehg-premium-content .rehg-gradient-keyword{
  background: linear-gradient(105deg, #f28b3c 0%, #ff5d7d 45%, #8f55ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .rehg-premium-content .rehg-section-head p{
  margin: 15px auto 0;
  max-width: 690px;
  font-size: 1.04rem;
  line-height: 1.7;
  color: var(--rehg-muted);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .rehg-premium-content .rehg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .rehg-premium-content .rehg-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .rehg-premium-content .rehg-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .rehg-premium-content .rehg-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --rehg-a: #f28b3c;
  --rehg-b: #ff6a88;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 248px;
  padding: 28px;
  border: 1px solid var(--rehg-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.94), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 248, 244, 0.78));
  box-shadow: var(--rehg-shadow);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  overflow: hidden;
  transition: transform 420ms ease, opacity 520ms ease, border-color 300ms ease, box-shadow 300ms ease;
}.tc-wp-content-root .rehg-premium-content .rehg-card:nth-child(2){ --rehg-a: #ff6f91; --rehg-b: #b86cff; }.tc-wp-content-root .rehg-premium-content .rehg-card:nth-child(3){ --rehg-a: #f8b84e; --rehg-b: #ff6a5f; }.tc-wp-content-root .rehg-premium-content .rehg-card:nth-child(4){ --rehg-a: #d071ff; --rehg-b: #ff7a66; }.tc-wp-content-root .rehg-premium-content .rehg-card:nth-child(5){ --rehg-a: #ff9f43; --rehg-b: #ff4f8b; }.tc-wp-content-root .rehg-premium-content .rehg-card:nth-child(6){ --rehg-a: #c15cff; --rehg-b: #ffb35c; }.tc-wp-content-root .rehg-premium-content .rehg-card:nth-child(7){ --rehg-a: #ff7468; --rehg-b: #9f6bff; }.tc-wp-content-root .rehg-premium-content .rehg-card:nth-child(8){ --rehg-a: #eba83a; --rehg-b: #ee5ea8; }.tc-wp-content-root .rehg-premium-content .rehg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .rehg-premium-content .rehg-card:hover{
  border-color: color-mix(in srgb, var(--rehg-a) 42%, white);
  box-shadow: var(--rehg-shadow-hover);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .rehg-premium-content .rehg-card-glow{
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--rehg-a) 18%, transparent), transparent 36%);
  opacity: 0;
  transition: opacity 300ms ease;
}.tc-wp-content-root .rehg-premium-content .rehg-card:hover .rehg-card-glow{
  opacity: 1;
}.tc-wp-content-root .rehg-premium-content .rehg-icon{
  position: relative;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--rehg-a) 18%, white), color-mix(in srgb, var(--rehg-b) 16%, white));
  color: var(--rehg-ink);
  font-size: 1.45rem;
  box-shadow: 0 12px 26px color-mix(in srgb, var(--rehg-a) 18%, transparent);
  transition: transform 300ms ease, background 300ms ease;
}.tc-wp-content-root .rehg-premium-content .rehg-card:hover .rehg-icon{
  transform: translateY(-3px) scale(1.05) rotate(-3deg);
  background: linear-gradient(135deg, var(--rehg-a), var(--rehg-b));
}.tc-wp-content-root .rehg-premium-content .rehg-card h3{
  position: relative;
  margin: 0 0 13px;
  padding-bottom: 12px;
  font-size: 1.08rem;
  line-height: 1.28;
  font-weight: 820;
  letter-spacing: 0;
  color: var(--rehg-ink);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .rehg-premium-content .rehg-card h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--rehg-a), var(--rehg-b));
  transition: width 300ms ease;
}.tc-wp-content-root .rehg-premium-content .rehg-card:hover h3::after{
  width: 76px;
}.tc-wp-content-root .rehg-premium-content .rehg-card p{
  position: relative;
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.66;
  color: var(--rehg-muted);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .rehg-premium-content .rehg-cta{
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  font-size: 0.86rem;
  font-weight: 780;
  color: #9d4f2f;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 280ms ease, transform 280ms ease, color 280ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .rehg-premium-content .rehg-card:hover .rehg-cta{
  opacity: 1;
  transform: translateY(0);
  color: color-mix(in srgb, var(--rehg-b) 72%, #321b2f);
}.tc-wp-content-root .rehg-premium-content .rehg-tilt{
  transform-style: preserve-3d;
}.tc-wp-content-root .rehg-premium-content .rehg-process{
  min-height: 226px;
}.tc-wp-content-root .rehg-premium-content .rehg-step{
  position: relative;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--rehg-a), var(--rehg-b));
  color: #fff;
  font-size: 0.94rem;
  font-weight: 900;
  box-shadow: 0 14px 30px color-mix(in srgb, var(--rehg-a) 28%, transparent);
  transition: transform 300ms ease, box-shadow 300ms ease;
}.tc-wp-content-root .rehg-premium-content .rehg-process:hover .rehg-step{
  transform: translateY(-4px) rotate(-4deg) scale(1.05);
  box-shadow: 0 20px 38px color-mix(in srgb, var(--rehg-b) 34%, transparent);
}.tc-wp-content-root .rehg-premium-content .rehg-faq-list{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
  max-width: 100%;
}.tc-wp-content-root .rehg-premium-content .rehg-faq-item{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--rehg-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 36px rgba(72, 35, 56, 0.08);
}.tc-wp-content-root .rehg-premium-content .rehg-faq-item h3{
  margin: 0 0 10px;
  font-size: 1.02rem;
  line-height: 1.32;
  font-weight: 820;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .rehg-premium-content .rehg-faq-item p{
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.66;
  color: var(--rehg-muted);
  overflow-wrap: anywhere;
  word-break: break-word;
}@media (max-width: 1199px) and (min-width: 1024px) {.tc-wp-content-root .rehg-premium-content .rehg-container{
    max-width: 1080px;
    padding: 0 24px;
  }.tc-wp-content-root .rehg-premium-content .rehg-section{
    padding: 74px 0;
  }.tc-wp-content-root .rehg-premium-content .rehg-grid-four, .tc-wp-content-root .rehg-premium-content .rehg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .rehg-premium-content .rehg-card{
    padding: 25px;
  }.tc-wp-content-root .rehg-premium-content .rehg-section-head p{
    font-size: 1rem;
  }}@media (max-width: 1023px) and (min-width: 768px) {.tc-wp-content-root .rehg-premium-content .rehg-container{
    padding: 0 22px;
  }.tc-wp-content-root .rehg-premium-content .rehg-section{
    padding: 66px 0;
  }.tc-wp-content-root .rehg-premium-content .rehg-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .rehg-premium-content .rehg-grid-four, .tc-wp-content-root .rehg-premium-content .rehg-grid-three, .tc-wp-content-root .rehg-premium-content .rehg-faq-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .rehg-premium-content .rehg-card{
    padding: 24px;
    min-height: 224px;
  }.tc-wp-content-root .rehg-premium-content .rehg-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .rehg-premium-content .rehg-card p{
    font-size: 0.94rem;
  }}@media (max-width: 767px) and (min-width: 430px) {.tc-wp-content-root .rehg-premium-content .rehg-container{
    padding: 0 18px;
  }.tc-wp-content-root .rehg-premium-content .rehg-intro{
    padding: 42px 0 26px;
  }.tc-wp-content-root .rehg-premium-content .rehg-section{
    padding: 54px 0;
  }.tc-wp-content-root .rehg-premium-content .rehg-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .rehg-premium-content .rehg-section-head p, .tc-wp-content-root .rehg-premium-content .rehg-intro-text{
    font-size: 0.96rem;
  }.tc-wp-content-root .rehg-premium-content .rehg-grid-four, .tc-wp-content-root .rehg-premium-content .rehg-grid-three, .tc-wp-content-root .rehg-premium-content .rehg-faq-list{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .rehg-premium-content .rehg-card, .tc-wp-content-root .rehg-premium-content .rehg-faq-item{
    padding: 22px;
    min-height: auto;
  }}@media (max-width: 429px) and (min-width: 375px) {.tc-wp-content-root .rehg-premium-content .rehg-container{
    padding: 0 15px;
  }.tc-wp-content-root .rehg-premium-content .rehg-intro{
    padding: 36px 0 22px;
  }.tc-wp-content-root .rehg-premium-content .rehg-section{
    padding: 46px 0;
  }.tc-wp-content-root .rehg-premium-content .rehg-section-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .rehg-premium-content .rehg-section-head p, .tc-wp-content-root .rehg-premium-content .rehg-intro-text{
    font-size: 0.92rem;
    line-height: 1.62;
  }.tc-wp-content-root .rehg-premium-content .rehg-grid-four, .tc-wp-content-root .rehg-premium-content .rehg-grid-three, .tc-wp-content-root .rehg-premium-content .rehg-faq-list{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .rehg-premium-content .rehg-card, .tc-wp-content-root .rehg-premium-content .rehg-faq-item{
    padding: 19px;
    border-radius: 18px;
    min-height: auto;
  }.tc-wp-content-root .rehg-premium-content .rehg-icon, .tc-wp-content-root .rehg-premium-content .rehg-step{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    font-size: 1.12rem;
  }.tc-wp-content-root .rehg-premium-content .rehg-step{
    font-size: 0.82rem;
  }.tc-wp-content-root .rehg-premium-content .rehg-card h3, .tc-wp-content-root .rehg-premium-content .rehg-faq-item h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .rehg-premium-content .rehg-card p, .tc-wp-content-root .rehg-premium-content .rehg-faq-item p{
    font-size: 0.9rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .rehg-premium-content .rehg-container{
    padding: 0 12px;
  }.tc-wp-content-root .rehg-premium-content .rehg-intro{
    padding: 32px 0 20px;
  }.tc-wp-content-root .rehg-premium-content .rehg-section{
    padding: 40px 0;
  }.tc-wp-content-root .rehg-premium-content .rehg-section-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .rehg-premium-content .rehg-section-head h2{
    font-size: 1.2rem !important;
  }.tc-wp-content-root .rehg-premium-content .rehg-section-head p, .tc-wp-content-root .rehg-premium-content .rehg-intro-text{
    font-size: 0.88rem;
    line-height: 1.58;
  }.tc-wp-content-root .rehg-premium-content .rehg-grid-four, .tc-wp-content-root .rehg-premium-content .rehg-grid-three, .tc-wp-content-root .rehg-premium-content .rehg-faq-list{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .rehg-premium-content .rehg-card, .tc-wp-content-root .rehg-premium-content .rehg-faq-item{
    padding: 16px;
    border-radius: 16px;
    min-height: auto;
  }.tc-wp-content-root .rehg-premium-content .rehg-icon, .tc-wp-content-root .rehg-premium-content .rehg-step{
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 16px;
    font-size: 1rem;
  }.tc-wp-content-root .rehg-premium-content .rehg-step{
    font-size: 0.78rem;
  }.tc-wp-content-root .rehg-premium-content .rehg-card h3, .tc-wp-content-root .rehg-premium-content .rehg-faq-item h3{
    font-size: 0.94rem;
  }.tc-wp-content-root .rehg-premium-content .rehg-card p, .tc-wp-content-root .rehg-premium-content .rehg-faq-item p, .tc-wp-content-root .rehg-premium-content .rehg-cta{
    font-size: 0.86rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .rehg-premium-content .rehg-card, .tc-wp-content-root .rehg-premium-content .rehg-icon, .tc-wp-content-root .rehg-premium-content .rehg-step, .tc-wp-content-root .rehg-premium-content .rehg-cta, .tc-wp-content-root .rehg-premium-content .rehg-card h3::after, .tc-wp-content-root .rehg-premium-content .rehg-card-glow{
    transition: none;
  }.tc-wp-content-root .rehg-premium-content .rehg-card, .tc-wp-content-root .rehg-premium-content .rehg-card.is-visible, .tc-wp-content-root .rehg-premium-content .rehg-card:hover{
    transform: none;
    opacity: 1;
  }}

.tc-wp-content-root .rehg-reveal {}