@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 .dtg-premium-content, .tc-wp-content-root .dtg-premium-content *{
  box-sizing: border-box;
}.tc-wp-content-root .dtg-premium-content{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #251b1f;
  background: #fff;
}.tc-wp-content-root .dtg-premium-content .dtg-section, .tc-wp-content-root .dtg-premium-content .dtg-container, .tc-wp-content-root .dtg-premium-content .dtg-grid{
  width: 100%;
  max-width: 100%;
}.tc-wp-content-root .dtg-premium-content .dtg-section{
  padding: 94px 24px;
  overflow-x: hidden;
}.tc-wp-content-root .dtg-premium-content .dtg-section--white{
  background: #fff;
}.tc-wp-content-root .dtg-premium-content .dtg-section--warm{
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 189, 121, 0.32), transparent 32%),
    radial-gradient(circle at 86% 12%, rgba(199, 126, 255, 0.2), transparent 30%),
    linear-gradient(135deg, #fff7ef 0%, #fff0f5 48%, #f8efff 100%);
}.tc-wp-content-root .dtg-premium-content .dtg-container{
  max-width: 1320px;
  margin: 0 auto;
}.tc-wp-content-root .dtg-premium-content .dtg-section-head{
  max-width: 790px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .dtg-premium-content h2{
  margin: 0 0 14px;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  letter-spacing: 0;
  color: #24171c;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .dtg-premium-content h2 span{
  background: linear-gradient(135deg, #ff8a3d 0%, #ff4f87 48%, #8a5cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .dtg-premium-content .dtg-section-head p{
  margin: 0;
  color: #6f5f66;
  font-size: 1.04rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .dtg-premium-content .dtg-grid{
  display: grid;
  gap: 24px;
}.tc-wp-content-root .dtg-premium-content .dtg-grid--four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .dtg-premium-content .dtg-grid--three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .dtg-premium-content .dtg-card{
  --dtg-a: #ff8a3d;
  --dtg-b: #ff4f87;
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;

  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 245px;
  padding: 28px;
  border: 1px solid rgba(110, 76, 87, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--dtg-a) 24%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(255,248,244,0.9));
  box-shadow: 0 16px 42px rgba(77, 45, 35, 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 .dtg-premium-content .dtg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, color-mix(in srgb, var(--dtg-a) 12%, transparent), color-mix(in srgb, var(--dtg-b) 10%, transparent));
  opacity: 0;
  transition: opacity 320ms ease;
}.tc-wp-content-root .dtg-premium-content .dtg-card:nth-child(2){ --dtg-a: #ff6f61; --dtg-b: #b36bff; }.tc-wp-content-root .dtg-premium-content .dtg-card:nth-child(3){ --dtg-a: #f7b733; --dtg-b: #ff5f7e; }.tc-wp-content-root .dtg-premium-content .dtg-card:nth-child(4){ --dtg-a: #fb7d55; --dtg-b: #8f67ff; }.tc-wp-content-root .dtg-premium-content .dtg-card:nth-child(5){ --dtg-a: #ff9f43; --dtg-b: #e84393; }.tc-wp-content-root .dtg-premium-content .dtg-card:nth-child(6){ --dtg-a: #ff7675; --dtg-b: #a55eea; }.tc-wp-content-root .dtg-premium-content .dtg-card:nth-child(7){ --dtg-a: #feca57; --dtg-b: #ff6b81; }.tc-wp-content-root .dtg-premium-content .dtg-card:nth-child(8){ --dtg-a: #ff8a65; --dtg-b: #7d5fff; }.tc-wp-content-root .dtg-premium-content .dtg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .dtg-premium-content .dtg-card:hover{
  border-color: color-mix(in srgb, var(--dtg-a) 38%, rgba(110, 76, 87, 0.14));
  box-shadow: 0 24px 58px rgba(83, 43, 58, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .dtg-premium-content .dtg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .dtg-premium-content .dtg-icon, .tc-wp-content-root .dtg-premium-content .dtg-step{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 17px;
  color: var(--dtg-a);
  background: linear-gradient(135deg, color-mix(in srgb, var(--dtg-a) 14%, #fff), color-mix(in srgb, var(--dtg-b) 10%, #fff));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.72), 0 10px 22px rgba(80, 48, 58, 0.08);
  font-weight: 800;
  transition: transform 300ms ease, color 300ms ease, background 300ms ease;
}.tc-wp-content-root .dtg-premium-content .dtg-card:hover .dtg-icon, .tc-wp-content-root .dtg-premium-content .dtg-card:hover .dtg-step{
  color: #fff;
  background: linear-gradient(135deg, var(--dtg-a), var(--dtg-b));
  transform: translateY(-3px) rotate(-3deg) scale(1.04);
}.tc-wp-content-root .dtg-premium-content h3{
  position: relative;
  margin: 0 0 13px;
  padding-bottom: 12px;
  color: #2d2026;
  font-size: 1.13rem;
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .dtg-premium-content h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--dtg-a), var(--dtg-b));
  transition: width 300ms ease;
}.tc-wp-content-root .dtg-premium-content .dtg-card:hover h3::after{
  width: 76px;
}.tc-wp-content-root .dtg-premium-content .dtg-card p{
  margin: 0;
  color: #6f5f66;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .dtg-premium-content .dtg-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--dtg-b);
  font-size: 0.9rem;
  font-weight: 800;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 280ms ease, transform 280ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .dtg-premium-content .dtg-card:hover .dtg-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .dtg-premium-content .dtg-step{
  font-size: 0.92rem;
  letter-spacing: 0;
}.tc-wp-content-root .dtg-premium-content .dtg-process:hover .dtg-step{
  animation: dtgPulse 700ms ease;
}@keyframes dtgPulse {
  0%, 100% { transform: translateY(-3px) scale(1.04); }
  50% { transform: translateY(-5px) scale(1.12); }
}@media (max-width: 1199px) and (min-width: 1024px) {.tc-wp-content-root .dtg-premium-content .dtg-section{ padding: 78px 22px; }.tc-wp-content-root .dtg-premium-content .dtg-grid, .tc-wp-content-root .dtg-premium-content .dtg-grid--four, .tc-wp-content-root .dtg-premium-content .dtg-grid--three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .dtg-premium-content .dtg-card{ padding: 25px; }.tc-wp-content-root .dtg-premium-content .dtg-section-head p{ font-size: 1rem; }}@media (max-width: 1023px) and (min-width: 768px) {.tc-wp-content-root .dtg-premium-content .dtg-section{ padding: 66px 20px; }.tc-wp-content-root .dtg-premium-content .dtg-section-head{ margin-bottom: 34px; }.tc-wp-content-root .dtg-premium-content .dtg-grid, .tc-wp-content-root .dtg-premium-content .dtg-grid--four, .tc-wp-content-root .dtg-premium-content .dtg-grid--three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .dtg-premium-content .dtg-card{ min-height: 220px; padding: 23px; border-radius: 19px; }.tc-wp-content-root .dtg-premium-content h3{ font-size: 1.05rem; }.tc-wp-content-root .dtg-premium-content .dtg-card p{ font-size: 0.94rem; }}@media (max-width: 767px) and (min-width: 430px) {.tc-wp-content-root .dtg-premium-content .dtg-section{ padding: 54px 16px; }.tc-wp-content-root .dtg-premium-content .dtg-section-head{ margin-bottom: 28px; }.tc-wp-content-root .dtg-premium-content .dtg-section-head p{ font-size: 0.96rem; line-height: 1.62; }.tc-wp-content-root .dtg-premium-content .dtg-grid, .tc-wp-content-root .dtg-premium-content .dtg-grid--four, .tc-wp-content-root .dtg-premium-content .dtg-grid--three{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .dtg-premium-content .dtg-card{ min-height: auto; padding: 22px; }}@media (max-width: 429px) and (min-width: 375px) {.tc-wp-content-root .dtg-premium-content .dtg-section{ padding: 46px 14px; }.tc-wp-content-root .dtg-premium-content .dtg-section-head{ margin-bottom: 24px; }.tc-wp-content-root .dtg-premium-content .dtg-section-head p{ font-size: 0.92rem; }.tc-wp-content-root .dtg-premium-content .dtg-grid, .tc-wp-content-root .dtg-premium-content .dtg-grid--four, .tc-wp-content-root .dtg-premium-content .dtg-grid--three{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .dtg-premium-content .dtg-card{ padding: 19px; border-radius: 17px; }.tc-wp-content-root .dtg-premium-content .dtg-icon, .tc-wp-content-root .dtg-premium-content .dtg-step{ width: 46px; height: 46px; border-radius: 14px; margin-bottom: 18px; }.tc-wp-content-root .dtg-premium-content h3{ font-size: 1rem; }.tc-wp-content-root .dtg-premium-content .dtg-card p{ font-size: 0.9rem; }}@media (max-width: 374px) {.tc-wp-content-root .dtg-premium-content .dtg-section{ padding: 40px 12px; }.tc-wp-content-root .dtg-premium-content .dtg-section-head{ margin-bottom: 22px; }.tc-wp-content-root .dtg-premium-content .dtg-section-head p{ font-size: 0.88rem; line-height: 1.55; }.tc-wp-content-root .dtg-premium-content .dtg-grid, .tc-wp-content-root .dtg-premium-content .dtg-grid--four, .tc-wp-content-root .dtg-premium-content .dtg-grid--three{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .dtg-premium-content .dtg-card{ padding: 17px; border-radius: 16px; }.tc-wp-content-root .dtg-premium-content .dtg-icon, .tc-wp-content-root .dtg-premium-content .dtg-step{ width: 42px; height: 42px; border-radius: 13px; margin-bottom: 16px; }.tc-wp-content-root .dtg-premium-content h3{ font-size: 0.96rem; }.tc-wp-content-root .dtg-premium-content .dtg-card p, .tc-wp-content-root .dtg-premium-content .dtg-cta{ font-size: 0.86rem; }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .dtg-premium-content .dtg-card, .tc-wp-content-root .dtg-premium-content .dtg-card::before, .tc-wp-content-root .dtg-premium-content .dtg-icon, .tc-wp-content-root .dtg-premium-content .dtg-step, .tc-wp-content-root .dtg-premium-content h3::after, .tc-wp-content-root .dtg-premium-content .dtg-cta{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .dtg-premium-content .dtg-card, .tc-wp-content-root .dtg-premium-content .dtg-card.is-visible, .tc-wp-content-root .dtg-premium-content .dtg-card:hover{
    transform: none !important;
    opacity: 1;
  }}

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