@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 .smtg-premium-content, .tc-wp-content-root .smtg-premium-content *{
  box-sizing: border-box;
}.tc-wp-content-root .smtg-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: #231f20;
  isolation: isolate;
}.tc-wp-content-root .smtg-premium-content .smtg-section, .tc-wp-content-root .smtg-premium-content .smtg-container, .tc-wp-content-root .smtg-premium-content .smtg-grid, .tc-wp-content-root .smtg-premium-content .smtg-card{
  max-width: 100%;
}.tc-wp-content-root .smtg-premium-content .smtg-section{
  width: 100%;
  padding: 92px 24px;
  overflow: hidden;
}.tc-wp-content-root .smtg-premium-content .smtg-section-white{
  background: #fff;
}.tc-wp-content-root .smtg-premium-content .smtg-section-warm{
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 182, 94, 0.2), transparent 30%),
    radial-gradient(circle at 85% 20%, rgba(198, 95, 255, 0.16), transparent 34%),
    linear-gradient(135deg, #fff8ef 0%, #fff3f5 48%, #f9f0ff 100%);
}.tc-wp-content-root .smtg-premium-content .smtg-container{
  width: min(1320px, 100%);
  margin: 0 auto;
}.tc-wp-content-root .smtg-premium-content .smtg-section-head{
  width: min(820px, 100%);
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .smtg-premium-content h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.18;
  font-weight: 850;
  letter-spacing: 0;
  color: #1f1a1d;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .smtg-premium-content h2 span{
  background: linear-gradient(105deg, #ff8a3d 0%, #ff4f8b 44%, #8d52ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .smtg-premium-content .smtg-section-head p{
  margin: 16px auto 0;
  color: #6d6267;
  font-size: 1.05rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .smtg-premium-content .smtg-grid{
  display: grid;
  width: 100%;
  gap: 24px;
}.tc-wp-content-root .smtg-premium-content .smtg-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .smtg-premium-content .smtg-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .smtg-premium-content .smtg-card{
  --smtg-a: #ff8a3d;
  --smtg-b: #ff4f8b;
  --smtg-soft: rgba(255, 138, 61, 0.11);
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 100%;
  padding: 30px;
  border: 1px solid rgba(70, 43, 54, 0.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.94), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 246, 0.9));
  box-shadow: 0 18px 42px rgba(83, 52, 47, 0.08);
  overflow: hidden;
  opacity: 0;
  transform: translateY(28px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  transform-style: preserve-3d;
  transition:
    opacity 0.65s ease,
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}.tc-wp-content-root .smtg-premium-content .smtg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--smtg-a) 18%, transparent), transparent 42%),
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--smtg-b) 15%, transparent), transparent 34%);
  opacity: 0.58;
  pointer-events: none;
}.tc-wp-content-root .smtg-premium-content .smtg-card::after{
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--smtg-a), var(--smtg-b));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}.tc-wp-content-root .smtg-premium-content .smtg-card.is-visible{
  opacity: 1;
  transform: translateY(0) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .smtg-premium-content .smtg-card:hover{
  border-color: color-mix(in srgb, var(--smtg-a) 44%, rgba(70, 43, 54, 0.16));
  box-shadow: 0 26px 60px rgba(83, 52, 47, 0.15);
  transform: translateY(-8px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .smtg-premium-content .smtg-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .smtg-premium-content .smtg-card > *{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .smtg-premium-content .smtg-icon{
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 0 20px;
  border-radius: 18px;
  background: var(--smtg-soft);
  color: var(--smtg-a);
  font-size: 1.25rem;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--smtg-a) 14%, transparent);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}.tc-wp-content-root .smtg-premium-content .smtg-card:hover .smtg-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--smtg-a), var(--smtg-b));
  transform: translateY(-3px) scale(1.04);
}.tc-wp-content-root .smtg-premium-content h3{
  margin: 0 0 12px;
  color: #241f22;
  font-size: 1.15rem;
  line-height: 1.3;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .smtg-premium-content h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--smtg-a), var(--smtg-b));
  transform: scaleX(0.65);
  transform-origin: left;
  transition: transform 0.28s ease;
}.tc-wp-content-root .smtg-premium-content .smtg-card:hover h3::after{
  transform: scaleX(1.7);
}.tc-wp-content-root .smtg-premium-content .smtg-card p{
  margin: 0;
  color: #665b60;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .smtg-premium-content .smtg-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--smtg-b);
  font-size: 0.88rem;
  font-weight: 760;
  line-height: 1.4;
  opacity: 0.2;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .smtg-premium-content .smtg-card:hover .smtg-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .smtg-premium-content .smtg-step{
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 30px;
  margin: 0 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--smtg-a), var(--smtg-b));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 10px 22px color-mix(in srgb, var(--smtg-a) 24%, transparent);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}.tc-wp-content-root .smtg-premium-content .smtg-process-card:hover .smtg-step{
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 14px 28px color-mix(in srgb, var(--smtg-b) 28%, transparent);
}.tc-wp-content-root .smtg-premium-content .smtg-card:nth-child(2){
  --smtg-a: #f15f79;
  --smtg-b: #9d5cff;
  --smtg-soft: rgba(241, 95, 121, 0.11);
}.tc-wp-content-root .smtg-premium-content .smtg-card:nth-child(3){
  --smtg-a: #ffb238;
  --smtg-b: #ff6b57;
  --smtg-soft: rgba(255, 178, 56, 0.13);
}.tc-wp-content-root .smtg-premium-content .smtg-card:nth-child(4){
  --smtg-a: #b56cff;
  --smtg-b: #ff62a5;
  --smtg-soft: rgba(181, 108, 255, 0.12);
}.tc-wp-content-root .smtg-premium-content .smtg-card:nth-child(5){
  --smtg-a: #ff7a59;
  --smtg-b: #d64bff;
  --smtg-soft: rgba(255, 122, 89, 0.11);
}.tc-wp-content-root .smtg-premium-content .smtg-card:nth-child(6){
  --smtg-a: #f0a82e;
  --smtg-b: #ee4f92;
  --smtg-soft: rgba(240, 168, 46, 0.13);
}.tc-wp-content-root .smtg-premium-content .smtg-card:nth-child(7){
  --smtg-a: #ff5f72;
  --smtg-b: #7b61ff;
  --smtg-soft: rgba(255, 95, 114, 0.11);
}.tc-wp-content-root .smtg-premium-content .smtg-card:nth-child(8){
  --smtg-a: #ff9248;
  --smtg-b: #be55ff;
  --smtg-soft: rgba(255, 146, 72, 0.12);
}@media (min-width: 1200px) {.tc-wp-content-root .smtg-premium-content .smtg-grid-four{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .smtg-premium-content .smtg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .smtg-premium-content .smtg-section{
    padding: 76px 22px;
  }.tc-wp-content-root .smtg-premium-content .smtg-grid-four, .tc-wp-content-root .smtg-premium-content .smtg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .smtg-premium-content .smtg-card{
    padding: 26px;
  }.tc-wp-content-root .smtg-premium-content .smtg-section-head p{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .smtg-premium-content .smtg-section{
    padding: 64px 20px;
  }.tc-wp-content-root .smtg-premium-content .smtg-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .smtg-premium-content .smtg-section-head p{
    font-size: 0.98rem;
  }.tc-wp-content-root .smtg-premium-content .smtg-grid-four, .tc-wp-content-root .smtg-premium-content .smtg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .smtg-premium-content .smtg-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .smtg-premium-content h3{
    font-size: 1.06rem;
  }.tc-wp-content-root .smtg-premium-content .smtg-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .smtg-premium-content .smtg-section{
    padding: 52px 16px;
  }.tc-wp-content-root .smtg-premium-content .smtg-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .smtg-premium-content .smtg-section-head p{
    font-size: 0.94rem;
    line-height: 1.62;
  }.tc-wp-content-root .smtg-premium-content .smtg-grid-four, .tc-wp-content-root .smtg-premium-content .smtg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .smtg-premium-content .smtg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .smtg-premium-content .smtg-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 1.08rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .smtg-premium-content .smtg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .smtg-premium-content .smtg-section-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .smtg-premium-content .smtg-section-head p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .smtg-premium-content .smtg-grid-four, .tc-wp-content-root .smtg-premium-content .smtg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .smtg-premium-content .smtg-card{
    padding: 20px;
    border-radius: 17px;
  }.tc-wp-content-root .smtg-premium-content .smtg-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 1rem;
    margin-bottom: 16px;
  }.tc-wp-content-root .smtg-premium-content h3{
    font-size: 1rem;
  }.tc-wp-content-root .smtg-premium-content .smtg-card p{
    font-size: 0.9rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .smtg-premium-content .smtg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .smtg-premium-content .smtg-section-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .smtg-premium-content .smtg-section-head p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .smtg-premium-content .smtg-grid-four, .tc-wp-content-root .smtg-premium-content .smtg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .smtg-premium-content .smtg-card{
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .smtg-premium-content .smtg-icon{
    width: 40px;
    height: 40px;
    border-radius: 13px;
    font-size: 0.95rem;
    margin-bottom: 14px;
  }.tc-wp-content-root .smtg-premium-content .smtg-step{
    width: 42px;
    height: 28px;
    font-size: 0.76rem;
  }.tc-wp-content-root .smtg-premium-content h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .smtg-premium-content .smtg-card p, .tc-wp-content-root .smtg-premium-content .smtg-cta{
    font-size: 0.86rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .smtg-premium-content .smtg-card, .tc-wp-content-root .smtg-premium-content .smtg-icon, .tc-wp-content-root .smtg-premium-content .smtg-cta, .tc-wp-content-root .smtg-premium-content .smtg-step, .tc-wp-content-root .smtg-premium-content h3::after{
    transition: none;
  }.tc-wp-content-root .smtg-premium-content .smtg-card, .tc-wp-content-root .smtg-premium-content .smtg-card.is-visible, .tc-wp-content-root .smtg-premium-content .smtg-card:hover{
    transform: none;
  }}

.tc-wp-content-root .smtg-tilt-card {}