@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.0.0/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 .ttg-premium-content, .tc-wp-content-root .ttg-premium-content *{
  box-sizing: border-box;
}.tc-wp-content-root .ttg-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: #241724;
  background: #fff;
}.tc-wp-content-root .ttg-premium-content .ttg-section, .tc-wp-content-root .ttg-premium-content .ttg-container, .tc-wp-content-root .ttg-premium-content .ttg-grid, .tc-wp-content-root .ttg-premium-content .ttg-card{
  max-width: 100%;
}.tc-wp-content-root .ttg-premium-content .ttg-section{
  width: 100%;
  padding: 96px 24px;
  overflow-x: hidden;
}.tc-wp-content-root .ttg-premium-content .ttg-section-white{
  background: #fff;
}.tc-wp-content-root .ttg-premium-content .ttg-section-warm{
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 166, 84, 0.22), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(216, 105, 255, 0.16), transparent 28%),
    linear-gradient(135deg, #fff8f1 0%, #fff1ec 46%, #fbf2ff 100%);
}.tc-wp-content-root .ttg-premium-content .ttg-container{
  width: min(1320px, 100%);
  margin: 0 auto;
}.tc-wp-content-root .ttg-premium-content .ttg-section-header{
  max-width: 790px;
  margin: 0 auto 44px;
  text-align: center;
}.tc-wp-content-root .ttg-premium-content h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  font-weight: 820;
  letter-spacing: 0;
  color: #211421;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ttg-premium-content h2 span{
  background: linear-gradient(115deg, #ff8a3d 0%, #ff4f7a 42%, #9b5cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .ttg-premium-content .ttg-section-header p{
  margin: 16px auto 0;
  max-width: 720px;
  font-size: 1.04rem;
  line-height: 1.75;
  color: #6f5d70;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ttg-premium-content .ttg-grid{
  display: grid;
  width: 100%;
  gap: 24px;
}.tc-wp-content-root .ttg-premium-content .ttg-grid-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .ttg-premium-content .ttg-grid-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .ttg-premium-content .ttg-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --ttg-accent: #ff8a3d;
  --ttg-accent-2: #ff4f7a;
  --ttg-soft: rgba(255, 138, 61, 0.12);

  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 255px;
  padding: 28px;
  border: 1px solid rgba(93, 54, 82, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.85), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(255, 250, 246, 0.9));
  box-shadow: 0 18px 46px rgba(79, 44, 61, 0.08);
  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,
    box-shadow 320ms ease,
    border-color 320ms ease,
    background 320ms ease;
}.tc-wp-content-root .ttg-premium-content .ttg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, var(--ttg-soft), transparent 42%),
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--ttg-accent) 24%, transparent), transparent 34%);
  opacity: 0.72;
  transition: opacity 320ms ease;
}.tc-wp-content-root .ttg-premium-content .ttg-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--ttg-accent), var(--ttg-accent-2));
  opacity: 0.8;
}.tc-wp-content-root .ttg-premium-content .ttg-card:nth-child(2n){
  --ttg-accent: #ff5f7e;
  --ttg-accent-2: #b768ff;
  --ttg-soft: rgba(255, 95, 126, 0.12);
}.tc-wp-content-root .ttg-premium-content .ttg-card:nth-child(3n){
  --ttg-accent: #f7a928;
  --ttg-accent-2: #ff6a4a;
  --ttg-soft: rgba(247, 169, 40, 0.14);
}.tc-wp-content-root .ttg-premium-content .ttg-card:nth-child(4n){
  --ttg-accent: #a85cff;
  --ttg-accent-2: #ff6db7;
  --ttg-soft: rgba(168, 92, 255, 0.12);
}.tc-wp-content-root .ttg-premium-content .ttg-card:nth-child(5n){
  --ttg-accent: #ff7c43;
  --ttg-accent-2: #e94b8e;
  --ttg-soft: rgba(255, 124, 67, 0.13);
}.tc-wp-content-root .ttg-premium-content .ttg-card.ttg-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .ttg-premium-content .ttg-card:hover{
  border-color: color-mix(in srgb, var(--ttg-accent) 46%, rgba(93, 54, 82, 0.16));
  box-shadow: 0 24px 62px rgba(91, 45, 78, 0.16);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .ttg-premium-content .ttg-card > *{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .ttg-premium-content .ttg-icon{
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), var(--ttg-soft));
  color: var(--ttg-accent);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72), 0 12px 28px rgba(80, 46, 73, 0.09);
  font-size: 1.18rem;
  transition: transform 320ms ease, color 320ms ease, background 320ms ease;
}.tc-wp-content-root .ttg-premium-content .ttg-card:hover .ttg-icon{
  transform: translateY(-3px) scale(1.05) rotate(-2deg);
  color: #fff;
  background: linear-gradient(135deg, var(--ttg-accent), var(--ttg-accent-2));
}.tc-wp-content-root .ttg-premium-content h3{
  position: relative;
  margin: 0 0 13px;
  padding-bottom: 12px;
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 780;
  letter-spacing: 0;
  color: #271528;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ttg-premium-content h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ttg-accent), var(--ttg-accent-2));
  transition: width 300ms ease;
}.tc-wp-content-root .ttg-premium-content .ttg-card:hover h3::after{
  width: 86px;
}.tc-wp-content-root .ttg-premium-content .ttg-card p{
  margin: 0;
  color: #6a5b68;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ttg-premium-content .ttg-card-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--ttg-accent);
  font-size: 0.9rem;
  font-weight: 760;
  opacity: 0.2;
  transform: translateY(8px);
  transition: opacity 280ms ease, transform 280ms ease, color 280ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ttg-premium-content .ttg-card:hover .ttg-card-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--ttg-accent-2);
}.tc-wp-content-root .ttg-premium-content .ttg-tilt{
  transform-style: preserve-3d;
}.tc-wp-content-root .ttg-premium-content .ttg-process-card{
  min-height: 228px;
  padding-top: 30px;
}.tc-wp-content-root .ttg-premium-content .ttg-step-badge{
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--ttg-accent), var(--ttg-accent-2));
  color: #fff;
  font-weight: 850;
  font-size: 0.94rem;
  box-shadow: 0 14px 28px color-mix(in srgb, var(--ttg-accent) 24%, transparent);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .ttg-premium-content .ttg-process-card:hover .ttg-step-badge{
  transform: translateY(-4px) rotate(-4deg) scale(1.06);
  box-shadow: 0 18px 36px color-mix(in srgb, var(--ttg-accent) 32%, transparent);
}@media (min-width: 1200px) {.tc-wp-content-root .ttg-premium-content .ttg-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .ttg-premium-content .ttg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .ttg-premium-content .ttg-section{
    padding: 82px 22px;
  }.tc-wp-content-root .ttg-premium-content .ttg-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .ttg-premium-content .ttg-grid, .tc-wp-content-root .ttg-premium-content .ttg-grid-3, .tc-wp-content-root .ttg-premium-content .ttg-grid-4{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ttg-premium-content .ttg-card{
    padding: 25px;
  }.tc-wp-content-root .ttg-premium-content .ttg-section-header p{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttg-premium-content .ttg-section{
    padding: 68px 20px;
  }.tc-wp-content-root .ttg-premium-content .ttg-section-header{
    margin-bottom: 34px;
  }.tc-wp-content-root .ttg-premium-content .ttg-section-header p{
    font-size: 0.98rem;
    line-height: 1.65;
  }.tc-wp-content-root .ttg-premium-content .ttg-grid, .tc-wp-content-root .ttg-premium-content .ttg-grid-3, .tc-wp-content-root .ttg-premium-content .ttg-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .ttg-premium-content .ttg-card{
    padding: 24px;
    min-height: 235px;
  }.tc-wp-content-root .ttg-premium-content h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .ttg-premium-content .ttg-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttg-premium-content .ttg-section{
    padding: 54px 16px;
  }.tc-wp-content-root .ttg-premium-content .ttg-section-header{
    margin-bottom: 28px;
  }.tc-wp-content-root .ttg-premium-content .ttg-section-header p{
    font-size: 0.94rem;
    line-height: 1.62;
  }.tc-wp-content-root .ttg-premium-content .ttg-grid, .tc-wp-content-root .ttg-premium-content .ttg-grid-3, .tc-wp-content-root .ttg-premium-content .ttg-grid-4{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .ttg-premium-content .ttg-card{
    padding: 22px;
    min-height: auto;
    border-radius: 18px;
  }.tc-wp-content-root .ttg-premium-content .ttg-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttg-premium-content .ttg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .ttg-premium-content .ttg-section-header{
    margin-bottom: 24px;
  }.tc-wp-content-root .ttg-premium-content .ttg-section-header p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .ttg-premium-content .ttg-grid, .tc-wp-content-root .ttg-premium-content .ttg-grid-3, .tc-wp-content-root .ttg-premium-content .ttg-grid-4{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .ttg-premium-content .ttg-card{
    padding: 19px;
    min-height: auto;
    border-radius: 17px;
  }.tc-wp-content-root .ttg-premium-content .ttg-icon, .tc-wp-content-root .ttg-premium-content .ttg-step-badge{
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }.tc-wp-content-root .ttg-premium-content h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .ttg-premium-content .ttg-card p{
    font-size: 0.9rem;
    line-height: 1.6;
  }}@media (max-width: 374px) {.tc-wp-content-root .ttg-premium-content .ttg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .ttg-premium-content .ttg-section-header{
    margin-bottom: 22px;
  }.tc-wp-content-root .ttg-premium-content .ttg-section-header p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .ttg-premium-content .ttg-grid, .tc-wp-content-root .ttg-premium-content .ttg-grid-3, .tc-wp-content-root .ttg-premium-content .ttg-grid-4{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .ttg-premium-content .ttg-card{
    padding: 17px;
    min-height: auto;
    border-radius: 16px;
  }.tc-wp-content-root .ttg-premium-content .ttg-icon, .tc-wp-content-root .ttg-premium-content .ttg-step-badge{
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    border-radius: 13px;
    font-size: 0.9rem;
  }.tc-wp-content-root .ttg-premium-content h3{
    font-size: 0.94rem;
    line-height: 1.32;
  }.tc-wp-content-root .ttg-premium-content .ttg-card p, .tc-wp-content-root .ttg-premium-content .ttg-card-cta{
    font-size: 0.86rem;
    line-height: 1.55;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .ttg-premium-content .ttg-card, .tc-wp-content-root .ttg-premium-content .ttg-card::before, .tc-wp-content-root .ttg-premium-content .ttg-icon, .tc-wp-content-root .ttg-premium-content .ttg-step-badge, .tc-wp-content-root .ttg-premium-content h3::after, .tc-wp-content-root .ttg-premium-content .ttg-card-cta{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .ttg-premium-content .ttg-card, .tc-wp-content-root .ttg-premium-content .ttg-card.ttg-visible, .tc-wp-content-root .ttg-premium-content .ttg-card:hover{
    transform: none !important;
  }}

.tc-wp-content-root .ttg-process-grid {}
.tc-wp-content-root .ttg-reveal {}