@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 .rug-premium-content, .tc-wp-content-root .rug-premium-content *{
  box-sizing: border-box;
}.tc-wp-content-root .rug-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: #181725;
  background: #fff;
}.tc-wp-content-root .rug-premium-content .rug-section, .tc-wp-content-root .rug-premium-content .rug-container, .tc-wp-content-root .rug-premium-content .rug-grid{
  width: 100%;
  max-width: 100%;
}.tc-wp-content-root .rug-premium-content .rug-section{
  position: relative;
  padding: 86px 20px;
  overflow: hidden;
}.tc-wp-content-root .rug-premium-content .rug-section-white{
  background: #fff;
}.tc-wp-content-root .rug-premium-content .rug-section-warm{
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 122, 89, 0.14), transparent 32%),
    radial-gradient(circle at 85% 20%, rgba(111, 91, 255, 0.12), transparent 30%),
    linear-gradient(180deg, #fff7f1 0%, #fffaf6 52%, #fff 100%);
}.tc-wp-content-root .rug-premium-content .rug-container{
  max-width: 1240px;
  margin: 0 auto;
}.tc-wp-content-root .rug-premium-content .rug-section-head{
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .rug-premium-content .rug-section-head h2{
  margin: 0;
  color: #171421;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .rug-premium-content .rug-section-head h2 span{
  color: transparent;
  background: linear-gradient(135deg, #ff6b4a 0%, #c83dff 48%, #4f46e5 100%);
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .rug-premium-content .rug-section-head p{
  margin: 14px auto 0;
  color: #5f5a70;
  font-size: 1.05rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .rug-premium-content .rug-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}.tc-wp-content-root .rug-premium-content .rug-card{
  --fg-mx: 50%;
  --fg-my: 30%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --rug-a: #ff6b4a;
  --rug-b: #6d5dfc;
  --rug-c: rgba(255, 107, 74, 0.12);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 252px;
  padding: 26px;
  border: 1px solid rgba(31, 29, 47, 0.09);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.9), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 246, 0.92)),
    linear-gradient(135deg, var(--rug-c), rgba(255, 255, 255, 0));
  box-shadow: 0 16px 45px rgba(28, 24, 43, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.22s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
  overflow: hidden;
  isolation: isolate;
}.tc-wp-content-root .rug-premium-content .rug-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.68), transparent 42%),
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--rug-a) 18%, transparent), transparent 34%);
  opacity: 0.82;
  z-index: -1;
}.tc-wp-content-root .rug-premium-content .rug-card::after{
  content: "";
  position: absolute;
  left: 26px;
  bottom: 0;
  width: 54px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--rug-a), var(--rug-b));
  transform: scaleX(0.38);
  transform-origin: left;
  transition: transform 0.28s ease;
}.tc-wp-content-root .rug-premium-content .rug-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .rug-premium-content .rug-card:hover{
  border-color: color-mix(in srgb, var(--rug-a) 34%, rgba(31, 29, 47, 0.15));
  box-shadow: 0 22px 64px rgba(28, 24, 43, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .rug-premium-content .rug-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .rug-premium-content .rug-card:nth-child(1){ --rug-a: #ff6b4a; --rug-b: #7c3aed; --rug-c: rgba(255, 107, 74, 0.14); }.tc-wp-content-root .rug-premium-content .rug-card:nth-child(2){ --rug-a: #00a8a8; --rug-b: #2563eb; --rug-c: rgba(0, 168, 168, 0.13); }.tc-wp-content-root .rug-premium-content .rug-card:nth-child(3){ --rug-a: #f59e0b; --rug-b: #ef4444; --rug-c: rgba(245, 158, 11, 0.14); }.tc-wp-content-root .rug-premium-content .rug-card:nth-child(4){ --rug-a: #8b5cf6; --rug-b: #ec4899; --rug-c: rgba(139, 92, 246, 0.13); }.tc-wp-content-root .rug-premium-content .rug-card:nth-child(5){ --rug-a: #10b981; --rug-b: #0f766e; --rug-c: rgba(16, 185, 129, 0.13); }.tc-wp-content-root .rug-premium-content .rug-card:nth-child(6){ --rug-a: #e11d48; --rug-b: #f97316; --rug-c: rgba(225, 29, 72, 0.12); }.tc-wp-content-root .rug-premium-content .rug-card:nth-child(7){ --rug-a: #4f46e5; --rug-b: #06b6d4; --rug-c: rgba(79, 70, 229, 0.13); }.tc-wp-content-root .rug-premium-content .rug-card:nth-child(8){ --rug-a: #9333ea; --rug-b: #14b8a6; --rug-c: rgba(147, 51, 234, 0.12); }.tc-wp-content-root .rug-premium-content .rug-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 16px;
  color: var(--rug-a);
  background: linear-gradient(135deg, color-mix(in srgb, var(--rug-a) 13%, #fff), #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--rug-a) 18%, transparent);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}.tc-wp-content-root .rug-premium-content .rug-icon i{
  font-size: 1.22rem;
  line-height: 1;
}.tc-wp-content-root .rug-premium-content .rug-card:hover .rug-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--rug-a), var(--rug-b));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}.tc-wp-content-root .rug-premium-content .rug-card h3{
  position: relative;
  display: inline;
  margin: 0;
  color: #171421;
  font-size: 1.07rem;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(90deg, var(--rug-a), var(--rug-b));
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: 0 100%;
  transition: background-size 0.28s ease;
}.tc-wp-content-root .rug-premium-content .rug-card:hover h3{
  background-size: 100% 2px;
}.tc-wp-content-root .rug-premium-content .rug-card p{
  margin: 14px 0 0;
  color: #625d70;
  font-size: 0.96rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .rug-premium-content .rug-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--rug-a);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.3;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .rug-premium-content .rug-card-cta:hover .rug-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .rug-premium-content .rug-tilt-card{
  transform-style: preserve-3d;
}.tc-wp-content-root .rug-premium-content .rug-tilt-card .rug-icon, .tc-wp-content-root .rug-premium-content .rug-tilt-card h3, .tc-wp-content-root .rug-premium-content .rug-tilt-card p{
  transform: translateZ(16px);
}.tc-wp-content-root .rug-premium-content .rug-process-card{
  min-height: 270px;
}.tc-wp-content-root .rug-premium-content .rug-process-card::before{
  content: var(--rug-step);
  position: absolute;
  right: 18px;
  top: 8px;
  color: color-mix(in srgb, var(--rug-a) 14%, transparent);
  font-size: 5.6rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 0.28s ease, opacity 0.28s ease;
  z-index: -1;
}.tc-wp-content-root .rug-premium-content .rug-process-card:hover::before{
  transform: translateY(-4px) scale(1.05);
  opacity: 0.92;
}.tc-wp-content-root .rug-premium-content .rug-step-text{
  display: inline-block;
  margin-bottom: 14px;
  color: color-mix(in srgb, var(--rug-a) 82%, #171421);
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
  transition: transform 0.28s ease;
}.tc-wp-content-root .rug-premium-content .rug-process-card:hover .rug-step-text{
  transform: translateX(3px);
}@media (min-width: 1200px) {.tc-wp-content-root .rug-premium-content .rug-section{
    padding: 92px 24px;
  }.tc-wp-content-root .rug-premium-content .rug-container{
    max-width: 1240px;
  }.tc-wp-content-root .rug-premium-content .rug-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .rug-premium-content .rug-section{
    padding: 78px 22px;
  }.tc-wp-content-root .rug-premium-content .rug-container{
    max-width: 1060px;
  }.tc-wp-content-root .rug-premium-content .rug-section-head{
    margin-bottom: 36px;
  }.tc-wp-content-root .rug-premium-content .rug-section-head p{
    font-size: 1rem;
  }.tc-wp-content-root .rug-premium-content .rug-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .rug-premium-content .rug-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .rug-premium-content .rug-section{
    padding: 66px 18px;
  }.tc-wp-content-root .rug-premium-content .rug-section-head{
    margin-bottom: 32px;
  }.tc-wp-content-root .rug-premium-content .rug-section-head p{
    font-size: 0.98rem;
  }.tc-wp-content-root .rug-premium-content .rug-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .rug-premium-content .rug-card{
    padding: 23px;
    min-height: 238px;
  }.tc-wp-content-root .rug-premium-content .rug-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .rug-premium-content .rug-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .rug-premium-content .rug-section{
    padding: 54px 14px;
  }.tc-wp-content-root .rug-premium-content .rug-section-head{
    margin-bottom: 26px;
  }.tc-wp-content-root .rug-premium-content .rug-section-head p{
    font-size: 0.94rem;
    line-height: 1.6;
  }.tc-wp-content-root .rug-premium-content .rug-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .rug-premium-content .rug-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 22px;
  }.tc-wp-content-root .rug-premium-content .rug-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .rug-premium-content .rug-card p{
    font-size: 0.93rem;
  }.tc-wp-content-root .rug-premium-content .rug-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .rug-premium-content .rug-section{
    padding: 48px 12px;
  }.tc-wp-content-root .rug-premium-content .rug-section-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .rug-premium-content .rug-section-head p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .rug-premium-content .rug-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .rug-premium-content .rug-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .rug-premium-content .rug-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .rug-premium-content .rug-icon i{
    font-size: 1.08rem;
  }.tc-wp-content-root .rug-premium-content .rug-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .rug-premium-content .rug-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .rug-premium-content .rug-process-card::before{
    font-size: 4.6rem;
  }.tc-wp-content-root .rug-premium-content .rug-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .rug-premium-content .rug-section{
    padding: 42px 10px;
  }.tc-wp-content-root .rug-premium-content .rug-section-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .rug-premium-content .rug-section-head p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .rug-premium-content .rug-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .rug-premium-content .rug-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .rug-premium-content .rug-icon{
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 15px;
  }.tc-wp-content-root .rug-premium-content .rug-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .rug-premium-content .rug-card h3{
    font-size: 0.94rem;
  }.tc-wp-content-root .rug-premium-content .rug-card p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .rug-premium-content .rug-process-card::before{
    right: 12px;
    font-size: 4rem;
  }.tc-wp-content-root .rug-premium-content .rug-step-text{
    font-size: 0.7rem;
  }.tc-wp-content-root .rug-premium-content .rug-cta{
    opacity: 1;
    transform: none;
    font-size: 0.82rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .rug-premium-content .rug-card, .tc-wp-content-root .rug-premium-content .rug-card::after, .tc-wp-content-root .rug-premium-content .rug-icon, .tc-wp-content-root .rug-premium-content .rug-cta, .tc-wp-content-root .rug-premium-content .rug-process-card::before, .tc-wp-content-root .rug-premium-content .rug-step-text{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .rug-premium-content .rug-card, .tc-wp-content-root .rug-premium-content .rug-card.is-visible, .tc-wp-content-root .rug-premium-content .rug-card:hover{
    transform: none !important;
  }}