@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 .rtg-premium-content, .tc-wp-content-root .rtg-premium-content *{
  box-sizing: border-box;
}.tc-wp-content-root .rtg-premium-content{
  --rtg-ink: #211827;
  --rtg-muted: #706676;
  --rtg-line: rgba(120, 73, 51, 0.16);
  --rtg-panel: rgba(255, 255, 255, 0.86);
  --rtg-shadow: 0 18px 50px rgba(92, 54, 36, 0.11);
  --rtg-shadow-hover: 0 26px 70px rgba(92, 54, 36, 0.18);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--rtg-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}.tc-wp-content-root .rtg-premium-content .rtg-section{
  width: 100%;
  max-width: 100%;
  padding: 86px 22px;
  overflow-x: hidden;
}.tc-wp-content-root .rtg-premium-content .rtg-section-intro, .tc-wp-content-root .rtg-premium-content .rtg-section-process{
  background: #fff;
}.tc-wp-content-root .rtg-premium-content .rtg-section-benefits{
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 173, 96, 0.24), transparent 34%),
    radial-gradient(circle at 88% 24%, rgba(202, 92, 255, 0.16), transparent 30%),
    linear-gradient(135deg, #fff8ef 0%, #fff1ea 46%, #fbf3ff 100%);
}.tc-wp-content-root .rtg-premium-content .rtg-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .rtg-premium-content .rtg-section-header{
  width: min(790px, 100%);
  max-width: 100%;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .rtg-premium-content h2{
  margin: 0;
  color: #211827;
  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 .rtg-premium-content h2 span{
  background: linear-gradient(105deg, #ff8a3d 0%, #ff5f7e 38%, #b35cff 72%, #f6b84b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .rtg-premium-content .rtg-section-header p{
  margin: 14px auto 0;
  color: var(--rtg-muted);
  font-size: 1.04rem;
  line-height: 1.75;
  max-width: 720px;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .rtg-premium-content .rtg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .rtg-premium-content .rtg-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .rtg-premium-content .rtg-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .rtg-premium-content .rtg-card{
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --rtg-accent: #ff8a3d;
  --rtg-accent-2: #ff5f7e;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 235px;
  padding: 26px;
  border: 1px solid var(--rtg-line);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 246, 0.78)),
    radial-gradient(circle at 10% 0%, color-mix(in srgb, var(--rtg-accent) 18%, transparent), transparent 36%);
  box-shadow: var(--rtg-shadow);
  overflow: hidden;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 650ms ease,
    transform 650ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease,
    background 260ms ease;
}.tc-wp-content-root .rtg-premium-content .rtg-card:nth-child(2){ --rtg-accent: #ff5f7e; --rtg-accent-2: #ffc45c; }.tc-wp-content-root .rtg-premium-content .rtg-card:nth-child(3){ --rtg-accent: #b35cff; --rtg-accent-2: #ff8a3d; }.tc-wp-content-root .rtg-premium-content .rtg-card:nth-child(4){ --rtg-accent: #f6b84b; --rtg-accent-2: #ff6f61; }.tc-wp-content-root .rtg-premium-content .rtg-card:nth-child(5){ --rtg-accent: #ff7a59; --rtg-accent-2: #c46cff; }.tc-wp-content-root .rtg-premium-content .rtg-card:nth-child(6){ --rtg-accent: #d96cff; --rtg-accent-2: #ffb85c; }.tc-wp-content-root .rtg-premium-content .rtg-card:nth-child(7){ --rtg-accent: #ff9f43; --rtg-accent-2: #ff4f8b; }.tc-wp-content-root .rtg-premium-content .rtg-card:nth-child(8){ --rtg-accent: #a65cff; --rtg-accent-2: #ff9868; }.tc-wp-content-root .rtg-premium-content .rtg-card.rtg-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .rtg-premium-content .rtg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--rtg-accent) 22%, transparent), transparent 34%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
}.tc-wp-content-root .rtg-premium-content .rtg-card-glow{
  position: absolute;
  inset: 1px;
  border-radius: 21px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--rtg-accent) 12%, transparent), transparent 42%);
  opacity: 0.52;
  pointer-events: none;
}.tc-wp-content-root .rtg-premium-content .rtg-card:hover{
  border-color: color-mix(in srgb, var(--rtg-accent) 46%, rgba(120, 73, 51, 0.16));
  box-shadow: var(--rtg-shadow-hover);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .rtg-premium-content .rtg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .rtg-premium-content .rtg-icon, .tc-wp-content-root .rtg-premium-content .rtg-step-badge{
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  max-width: 100%;
  border-radius: 16px;
  color: var(--rtg-accent);
  background: linear-gradient(145deg, color-mix(in srgb, var(--rtg-accent) 13%, #fff), #fff);
  border: 1px solid color-mix(in srgb, var(--rtg-accent) 24%, transparent);
  box-shadow: 0 12px 26px color-mix(in srgb, var(--rtg-accent) 15%, transparent);
  font-size: 1.18rem;
  font-weight: 850;
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}.tc-wp-content-root .rtg-premium-content .rtg-card:hover .rtg-icon, .tc-wp-content-root .rtg-premium-content .rtg-card:hover .rtg-step-badge{
  color: #fff;
  background: linear-gradient(135deg, var(--rtg-accent), var(--rtg-accent-2));
  transform: translateY(-3px) scale(1.05);
}.tc-wp-content-root .rtg-premium-content h3{
  position: relative;
  z-index: 1;
  margin: 20px 0 10px;
  color: #251a2b;
  font-size: 1.08rem;
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .rtg-premium-content h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 11px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--rtg-accent), var(--rtg-accent-2));
  transition: width 260ms ease;
}.tc-wp-content-root .rtg-premium-content .rtg-card:hover h3::after{
  width: 72px;
}.tc-wp-content-root .rtg-premium-content .rtg-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #6f6473;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .rtg-premium-content .rtg-card-cta{
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--rtg-accent);
  font-size: 0.9rem;
  font-weight: 800;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .rtg-premium-content .rtg-card:hover .rtg-card-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .rtg-premium-content .rtg-tilt-card{
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.9), rgba(255, 247, 242, 0.72)),
    radial-gradient(circle at 80% 8%, color-mix(in srgb, var(--rtg-accent) 18%, transparent), transparent 34%);
}.tc-wp-content-root .rtg-premium-content .rtg-process-card{
  min-height: 220px;
}.tc-wp-content-root .rtg-premium-content .rtg-step-badge{
  width: 54px;
  color: #fff;
  background: linear-gradient(135deg, var(--rtg-accent), var(--rtg-accent-2));
  font-size: 0.95rem;
}.tc-wp-content-root .rtg-premium-content .rtg-process-card:hover .rtg-step-badge{
  transform: translateY(-4px) rotate(-3deg) scale(1.06);
}@media (min-width: 1200px) {.tc-wp-content-root .rtg-premium-content .rtg-grid-four{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .rtg-premium-content .rtg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .rtg-premium-content .rtg-section{
    padding: 74px 20px;
  }.tc-wp-content-root .rtg-premium-content .rtg-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .rtg-premium-content .rtg-grid, .tc-wp-content-root .rtg-premium-content .rtg-grid-four, .tc-wp-content-root .rtg-premium-content .rtg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .rtg-premium-content .rtg-card{
    padding: 24px;
  }.tc-wp-content-root .rtg-premium-content .rtg-section-header p{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .rtg-premium-content .rtg-section{
    padding: 64px 18px;
  }.tc-wp-content-root .rtg-premium-content .rtg-section-header{
    margin-bottom: 32px;
  }.tc-wp-content-root .rtg-premium-content .rtg-grid, .tc-wp-content-root .rtg-premium-content .rtg-grid-four, .tc-wp-content-root .rtg-premium-content .rtg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .rtg-premium-content .rtg-card{
    min-height: 215px;
    padding: 22px;
  }.tc-wp-content-root .rtg-premium-content h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .rtg-premium-content .rtg-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .rtg-premium-content .rtg-section{
    padding: 52px 16px;
  }.tc-wp-content-root .rtg-premium-content .rtg-section-header{
    margin-bottom: 26px;
  }.tc-wp-content-root .rtg-premium-content .rtg-section-header p{
    font-size: 0.94rem;
    line-height: 1.65;
  }.tc-wp-content-root .rtg-premium-content .rtg-grid, .tc-wp-content-root .rtg-premium-content .rtg-grid-four, .tc-wp-content-root .rtg-premium-content .rtg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .rtg-premium-content .rtg-card{
    min-height: auto;
    padding: 21px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .rtg-premium-content .rtg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .rtg-premium-content .rtg-section-header{
    margin-bottom: 24px;
  }.tc-wp-content-root .rtg-premium-content .rtg-section-header p{
    font-size: 0.9rem;
  }.tc-wp-content-root .rtg-premium-content .rtg-grid, .tc-wp-content-root .rtg-premium-content .rtg-grid-four, .tc-wp-content-root .rtg-premium-content .rtg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .rtg-premium-content .rtg-card{
    padding: 19px;
    border-radius: 18px;
  }.tc-wp-content-root .rtg-premium-content .rtg-icon, .tc-wp-content-root .rtg-premium-content .rtg-step-badge{
    width: 43px;
    height: 43px;
    border-radius: 14px;
    font-size: 1rem;
  }.tc-wp-content-root .rtg-premium-content h3{
    margin-top: 17px;
    font-size: 0.98rem;
  }.tc-wp-content-root .rtg-premium-content .rtg-card p{
    font-size: 0.9rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .rtg-premium-content .rtg-section{
    padding: 40px 11px;
  }.tc-wp-content-root .rtg-premium-content .rtg-section-header{
    margin-bottom: 20px;
  }.tc-wp-content-root .rtg-premium-content .rtg-section-header p{
    font-size: 0.86rem;
    line-height: 1.58;
  }.tc-wp-content-root .rtg-premium-content .rtg-grid, .tc-wp-content-root .rtg-premium-content .rtg-grid-four, .tc-wp-content-root .rtg-premium-content .rtg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .rtg-premium-content .rtg-card{
    padding: 16px;
    border-radius: 16px;
  }.tc-wp-content-root .rtg-premium-content .rtg-icon, .tc-wp-content-root .rtg-premium-content .rtg-step-badge{
    width: 39px;
    height: 39px;
    border-radius: 12px;
    font-size: 0.92rem;
  }.tc-wp-content-root .rtg-premium-content h3{
    margin-top: 15px;
    font-size: 0.94rem;
  }.tc-wp-content-root .rtg-premium-content .rtg-card p, .tc-wp-content-root .rtg-premium-content .rtg-card-cta{
    font-size: 0.86rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .rtg-premium-content .rtg-card, .tc-wp-content-root .rtg-premium-content .rtg-icon, .tc-wp-content-root .rtg-premium-content .rtg-step-badge, .tc-wp-content-root .rtg-premium-content h3::after, .tc-wp-content-root .rtg-premium-content .rtg-card-cta{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .rtg-premium-content .rtg-card, .tc-wp-content-root .rtg-premium-content .rtg-card.rtg-visible, .tc-wp-content-root .rtg-premium-content .rtg-card:hover{
    transform: none !important;
  }}

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