@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 .cug-premium-content, .tc-wp-content-root .cug-premium-content *{
  box-sizing: border-box;
}.tc-wp-content-root .cug-premium-content{
  --cug-ink: #182033;
  --cug-muted: #667085;
  --cug-soft: #fff7ed;
  --cug-line: rgba(24, 32, 51, 0.1);
  --cug-grad-a: #f97316;
  --cug-grad-b: #db2777;
  --cug-grad-c: #7c3aed;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--cug-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .cug-premium-content .cug-section, .tc-wp-content-root .cug-premium-content .cug-container, .tc-wp-content-root .cug-premium-content .cug-card-grid{
  width: 100%;
  max-width: 100%;
}.tc-wp-content-root .cug-premium-content .cug-section{
  position: relative;
  padding: 86px 20px;
  overflow: hidden;
}.tc-wp-content-root .cug-premium-content .cug-section-white{
  background: #fff;
}.tc-wp-content-root .cug-premium-content .cug-section-warm{
  background:
    radial-gradient(circle at 15% 10%, rgba(249, 115, 22, 0.14), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(219, 39, 119, 0.11), transparent 34%),
    linear-gradient(180deg, #fff8f1 0%, #fff3ea 100%);
}.tc-wp-content-root .cug-premium-content .cug-container{
  max-width: 1240px;
  margin: 0 auto;
}.tc-wp-content-root .cug-premium-content .cug-section-head{
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .cug-premium-content .cug-section-head h2{
  margin: 0;
  color: var(--cug-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  letter-spacing: 0;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cug-premium-content .cug-section-head h2 span{
  display: inline;
  color: transparent;
  background: linear-gradient(100deg, var(--cug-grad-a), var(--cug-grad-b), var(--cug-grad-c));
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .cug-premium-content .cug-section-head p{
  margin: 14px auto 0;
  max-width: 680px;
  color: var(--cug-muted);
  font-size: 1rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cug-premium-content .cug-card-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}.tc-wp-content-root .cug-premium-content .cug-card{
  --fg-mx: 50%;
  --fg-my: 20%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --cug-local-a: #f97316;
  --cug-local-b: #fb7185;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 252px;
  padding: 26px;
  border: 1px solid rgba(24, 32, 51, 0.09);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--cug-local-a) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 246, 0.86));
  box-shadow: 0 18px 46px rgba(24, 32, 51, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 650ms ease,
    transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
  overflow: hidden;
  isolation: isolate;
}.tc-wp-content-root .cug-premium-content .cug-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, color-mix(in srgb, var(--cug-local-a) 10%, transparent), color-mix(in srgb, var(--cug-local-b) 8%, transparent));
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .cug-premium-content .cug-card::after{
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--cug-local-a), var(--cug-local-b));
  transform: scaleX(0.2);
  transform-origin: left;
  opacity: 0.5;
  transition: transform 260ms ease, opacity 260ms ease;
}.tc-wp-content-root .cug-premium-content .cug-card.cug-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .cug-premium-content .cug-card:hover{
  border-color: color-mix(in srgb, var(--cug-local-a) 38%, rgba(24, 32, 51, 0.16));
  box-shadow: 0 24px 66px rgba(24, 32, 51, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}.tc-wp-content-root .cug-premium-content .cug-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .cug-premium-content .cug-card:hover::after{
  transform: scaleX(1);
  opacity: 0.95;
}.tc-wp-content-root .cug-premium-content .cug-card:nth-child(1){ --cug-local-a: #f97316; --cug-local-b: #fb7185; }.tc-wp-content-root .cug-premium-content .cug-card:nth-child(2){ --cug-local-a: #06b6d4; --cug-local-b: #3b82f6; }.tc-wp-content-root .cug-premium-content .cug-card:nth-child(3){ --cug-local-a: #a855f7; --cug-local-b: #ec4899; }.tc-wp-content-root .cug-premium-content .cug-card:nth-child(4){ --cug-local-a: #14b8a6; --cug-local-b: #22c55e; }.tc-wp-content-root .cug-premium-content .cug-card:nth-child(5){ --cug-local-a: #ef4444; --cug-local-b: #f97316; }.tc-wp-content-root .cug-premium-content .cug-card:nth-child(6){ --cug-local-a: #6366f1; --cug-local-b: #8b5cf6; }.tc-wp-content-root .cug-premium-content .cug-card:nth-child(7){ --cug-local-a: #0ea5e9; --cug-local-b: #10b981; }.tc-wp-content-root .cug-premium-content .cug-card:nth-child(8){ --cug-local-a: #f59e0b; --cug-local-b: #e11d48; }.tc-wp-content-root .cug-premium-content .cug-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 18px;
  color: var(--cug-local-a);
  background: linear-gradient(145deg, color-mix(in srgb, var(--cug-local-a) 13%, #fff), #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--cug-local-a) 18%, transparent), 0 12px 28px rgba(24, 32, 51, 0.08);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}.tc-wp-content-root .cug-premium-content .cug-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.tc-wp-content-root .cug-premium-content .cug-card:hover .cug-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--cug-local-a), var(--cug-local-b));
  transform: translateY(-3px) rotate(-3deg) scale(1.05);
}.tc-wp-content-root .cug-premium-content .cug-card h3{
  position: relative;
  display: inline;
  margin: 0;
  color: var(--cug-ink);
  font-size: 1.05rem;
  line-height: 1.35;
  letter-spacing: 0;
  font-weight: 760;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(90deg, var(--cug-local-a), var(--cug-local-b));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 260ms ease;
}.tc-wp-content-root .cug-premium-content .cug-card:hover h3{
  background-size: 100% 2px;
}.tc-wp-content-root .cug-premium-content .cug-card p{
  margin: 14px 0 0;
  color: var(--cug-muted);
  font-size: 0.94rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cug-premium-content .cug-card-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--cug-local-a);
  font-size: 0.88rem;
  font-weight: 750;
  line-height: 1.4;
  opacity: 0.12;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease, color 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cug-premium-content .cug-card:hover .cug-card-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--cug-local-b);
}.tc-wp-content-root .cug-premium-content .cug-benefit-card{
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--cug-local-b) 16%, transparent), transparent 35%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.92), rgba(255, 247, 237, 0.88));
}.tc-wp-content-root .cug-premium-content .cug-process-card{
  min-height: 270px;
  padding-top: 72px;
}.tc-wp-content-root .cug-premium-content .cug-step-num{
  position: absolute;
  top: 18px;
  right: 22px;
  max-width: calc(100% - 44px);
  color: color-mix(in srgb, var(--cug-local-a) 18%, transparent);
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 260ms ease, color 260ms ease;
}.tc-wp-content-root .cug-premium-content .cug-process-card:hover .cug-step-num{
  color: color-mix(in srgb, var(--cug-local-a) 30%, transparent);
  transform: translateY(-4px) scale(1.04);
}@media (min-width: 1200px) {.tc-wp-content-root .cug-premium-content .cug-section{
    padding: 96px 24px;
  }.tc-wp-content-root .cug-premium-content .cug-container{
    max-width: 1240px;
  }.tc-wp-content-root .cug-premium-content .cug-card-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .cug-premium-content .cug-section-head p{
    font-size: 1.03rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .cug-premium-content .cug-section{
    padding: 82px 22px;
  }.tc-wp-content-root .cug-premium-content .cug-container{
    max-width: 1040px;
  }.tc-wp-content-root .cug-premium-content .cug-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .cug-premium-content .cug-card{
    padding: 24px;
  }.tc-wp-content-root .cug-premium-content .cug-section-head p{
    font-size: 0.98rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .cug-premium-content .cug-section{
    padding: 68px 18px;
  }.tc-wp-content-root .cug-premium-content .cug-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .cug-premium-content .cug-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .cug-premium-content .cug-card{
    padding: 22px;
    min-height: 232px;
  }.tc-wp-content-root .cug-premium-content .cug-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .cug-premium-content .cug-card p{
    font-size: 0.91rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .cug-premium-content .cug-section{
    padding: 54px 16px;
  }.tc-wp-content-root .cug-premium-content .cug-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .cug-premium-content .cug-section-head p{
    font-size: 0.93rem;
    line-height: 1.62;
  }.tc-wp-content-root .cug-premium-content .cug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .cug-premium-content .cug-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 22px;
  }.tc-wp-content-root .cug-premium-content .cug-card-cta{
    width: 100%;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .cug-premium-content .cug-section{
    padding: 46px 14px;
  }.tc-wp-content-root .cug-premium-content .cug-section-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .cug-premium-content .cug-section-head p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .cug-premium-content .cug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .cug-premium-content .cug-card{
    min-width: 0;
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .cug-premium-content .cug-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }.tc-wp-content-root .cug-premium-content .cug-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .cug-premium-content .cug-card p{
    font-size: 0.89rem;
  }.tc-wp-content-root .cug-premium-content .cug-step-num{
    font-size: 2.7rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .cug-premium-content{
    overflow-x: hidden;
  }.tc-wp-content-root .cug-premium-content .cug-section{
    padding: 40px 12px;
  }.tc-wp-content-root .cug-premium-content .cug-section-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .cug-premium-content .cug-section-head p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .cug-premium-content .cug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .cug-premium-content .cug-card{
    min-width: 0;
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .cug-premium-content .cug-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    border-radius: 14px;
  }.tc-wp-content-root .cug-premium-content .cug-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .cug-premium-content .cug-card h3{
    font-size: 0.94rem;
  }.tc-wp-content-root .cug-premium-content .cug-card p, .tc-wp-content-root .cug-premium-content .cug-card-cta{
    font-size: 0.84rem;
  }.tc-wp-content-root .cug-premium-content .cug-process-card{
    padding-top: 62px;
  }.tc-wp-content-root .cug-premium-content .cug-step-num{
    top: 16px;
    right: 18px;
    font-size: 2.35rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .cug-premium-content .cug-card, .tc-wp-content-root .cug-premium-content .cug-card::before, .tc-wp-content-root .cug-premium-content .cug-card::after, .tc-wp-content-root .cug-premium-content .cug-icon, .tc-wp-content-root .cug-premium-content .cug-card h3, .tc-wp-content-root .cug-premium-content .cug-card-cta, .tc-wp-content-root .cug-premium-content .cug-step-num{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .cug-premium-content .cug-card, .tc-wp-content-root .cug-premium-content .cug-card.cug-visible, .tc-wp-content-root .cug-premium-content .cug-card:hover{
    transform: none !important;
  }}

.tc-wp-content-root .cug-process-grid {}
.tc-wp-content-root .cug-reveal {}
.tc-wp-content-root .cug-tilt-grid {}