@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 .cug26-editorial-wrap, .tc-wp-content-root .cug26-editorial-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .cug26-editorial-wrap{
  --cug-ink: #1d1b26;
  --cug-muted: #6d6679;
  --cug-line: rgba(92, 65, 126, 0.14);
  --cug-grad: linear-gradient(135deg, #7b3ff2 0%, #d84f8a 48%, #f59f45 100%);
  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 .cug26-editorial-wrap .cug26-section, .tc-wp-content-root .cug26-editorial-wrap .cug26-container, .tc-wp-content-root .cug26-editorial-wrap .cug26-card-grid{
  width: 100%;
  max-width: 100%;
}.tc-wp-content-root .cug26-editorial-wrap .cug26-section{
  position: relative;
  padding: 88px 20px;
  overflow: hidden;
}.tc-wp-content-root .cug26-editorial-wrap .cug26-section-white{
  background: #fff;
}.tc-wp-content-root .cug26-editorial-wrap .cug26-section-warm{
  background:
    radial-gradient(circle at 12% 18%, rgba(245, 159, 69, 0.16), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(123, 63, 242, 0.12), transparent 32%),
    linear-gradient(180deg, #fff8f1 0%, #fff3ed 100%);
}.tc-wp-content-root .cug26-editorial-wrap .cug26-container{
  max-width: 1240px;
  margin: 0 auto;
}.tc-wp-content-root .cug26-editorial-wrap .cug26-section-head{
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}.tc-wp-content-root .cug26-editorial-wrap .cug26-section-head h2{
  margin: 0;
  color: var(--cug-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cug26-editorial-wrap .cug26-section-head h2 span{
  background: var(--cug-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .cug26-editorial-wrap .cug26-section-head p{
  margin: 14px auto 0;
  max-width: 720px;
  color: var(--cug-muted);
  font-size: 1.02rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cug26-editorial-wrap .cug26-card-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}.tc-wp-content-root .cug26-editorial-wrap .cug26-card{
  --fg-mx: 50%;
  --fg-my: 30%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --cug-a: #7b3ff2;
  --cug-b: #d84f8a;
  --cug-c: #f59f45;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 255px;
  padding: 26px;
  border: 1px solid var(--cug-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--cug-a) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(255,248,244,0.88));
  box-shadow: 0 16px 42px rgba(49, 33, 78, 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 .cug26-editorial-wrap .cug26-card:nth-child(2){ --cug-a: #0ea5a8; --cug-b: #7b3ff2; --cug-c: #34d399; }.tc-wp-content-root .cug26-editorial-wrap .cug26-card:nth-child(3){ --cug-a: #d84f8a; --cug-b: #ff7a59; --cug-c: #7b3ff2; }.tc-wp-content-root .cug26-editorial-wrap .cug26-card:nth-child(4){ --cug-a: #2563eb; --cug-b: #06b6d4; --cug-c: #f59f45; }.tc-wp-content-root .cug26-editorial-wrap .cug26-card:nth-child(5){ --cug-a: #8b5cf6; --cug-b: #ec4899; --cug-c: #f97316; }.tc-wp-content-root .cug26-editorial-wrap .cug26-card:nth-child(6){ --cug-a: #059669; --cug-b: #14b8a6; --cug-c: #7b3ff2; }.tc-wp-content-root .cug26-editorial-wrap .cug26-card:nth-child(7){ --cug-a: #ea580c; --cug-b: #f43f5e; --cug-c: #9333ea; }.tc-wp-content-root .cug26-editorial-wrap .cug26-card:nth-child(8){ --cug-a: #4f46e5; --cug-b: #0891b2; --cug-c: #f59e0b; }.tc-wp-content-root .cug26-editorial-wrap .cug26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255,255,255,0.72), transparent 28%);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .cug26-editorial-wrap .cug26-card::after{
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--cug-a), var(--cug-b), var(--cug-c));
  opacity: 0.62;
  border-radius: 0 0 999px 999px;
}.tc-wp-content-root .cug26-editorial-wrap .cug26-card.cug26-is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .cug26-editorial-wrap .cug26-card:hover{
  border-color: color-mix(in srgb, var(--cug-a) 42%, rgba(255,255,255,0.4));
  box-shadow: 0 24px 58px rgba(49, 33, 78, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .cug26-editorial-wrap .cug26-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .cug26-editorial-wrap .cug26-icon-box{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  border-radius: 17px;
  background: color-mix(in srgb, var(--cug-a) 12%, #fff);
  color: var(--cug-a);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--cug-a) 16%, transparent);
  transition: transform 320ms ease, color 320ms ease, background 320ms ease;
}.tc-wp-content-root .cug26-editorial-wrap .cug26-icon-box i{
  font-size: 1.25rem;
  line-height: 1;
}.tc-wp-content-root .cug26-editorial-wrap .cug26-card:hover .cug26-icon-box{
  transform: translateY(-3px) scale(1.05) rotate(-2deg);
  color: #fff;
  background: linear-gradient(135deg, var(--cug-a), var(--cug-b));
}.tc-wp-content-root .cug26-editorial-wrap .cug26-card h3{
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 22px 0 12px;
  color: var(--cug-ink);
  font-size: 1.12rem;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cug26-editorial-wrap .cug26-card h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cug-a), var(--cug-b));
  transition: width 320ms ease;
}.tc-wp-content-root .cug26-editorial-wrap .cug26-card:hover h3::after{
  width: 100%;
}.tc-wp-content-root .cug26-editorial-wrap .cug26-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--cug-muted);
  font-size: 0.96rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cug26-editorial-wrap .cug26-card-cta{
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--cug-a);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
  opacity: 0.35;
  transform: translateY(8px);
  transition: opacity 300ms ease, transform 300ms ease, color 300ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cug26-editorial-wrap .cug26-what-card:hover .cug26-card-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--cug-b);
}.tc-wp-content-root .cug26-editorial-wrap .cug26-why-card{
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--cug-b) 14%, transparent), transparent 35%),
    linear-gradient(145deg, rgba(255,255,255,0.92), rgba(255,251,247,0.9));
}.tc-wp-content-root .cug26-editorial-wrap .cug26-step-card{
  min-height: 280px;
  padding-top: 52px;
}.tc-wp-content-root .cug26-editorial-wrap .cug26-step-card::before{
  content: var(--cug-step);
  position: absolute;
  right: 18px;
  top: 8px;
  color: color-mix(in srgb, var(--cug-a) 12%, transparent);
  font-size: 5.4rem;
  font-weight: 900;
  line-height: 1;
  opacity: 0.8;
  transform: translateY(0) scale(1);
  transition: transform 320ms ease, opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .cug26-editorial-wrap .cug26-step-card:hover::before{
  opacity: 1;
  transform: translateY(-4px) scale(1.04);
}.tc-wp-content-root .cug26-editorial-wrap .cug26-step-line{
  position: absolute;
  top: 22px;
  left: 26px;
  z-index: 1;
  color: var(--cug-a);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}@media (min-width: 1200px) {.tc-wp-content-root .cug26-editorial-wrap .cug26-section{ padding: 92px 28px; }.tc-wp-content-root .cug26-editorial-wrap .cug26-container{ max-width: 1240px; }.tc-wp-content-root .cug26-editorial-wrap .cug26-card-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .cug26-editorial-wrap .cug26-section{ padding: 78px 24px; }.tc-wp-content-root .cug26-editorial-wrap .cug26-container{ max-width: 1060px; }.tc-wp-content-root .cug26-editorial-wrap .cug26-section-head{ margin-bottom: 34px; }.tc-wp-content-root .cug26-editorial-wrap .cug26-section-head p{ font-size: 0.99rem; }.tc-wp-content-root .cug26-editorial-wrap .cug26-card-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }.tc-wp-content-root .cug26-editorial-wrap .cug26-card{ padding: 24px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .cug26-editorial-wrap .cug26-section{ padding: 66px 20px; }.tc-wp-content-root .cug26-editorial-wrap .cug26-section-head{ margin-bottom: 30px; }.tc-wp-content-root .cug26-editorial-wrap .cug26-section-head p{ font-size: 0.96rem; }.tc-wp-content-root .cug26-editorial-wrap .cug26-card-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.tc-wp-content-root .cug26-editorial-wrap .cug26-card{ padding: 22px; min-height: 235px; }.tc-wp-content-root .cug26-editorial-wrap .cug26-card h3{ font-size: 1.05rem; }.tc-wp-content-root .cug26-editorial-wrap .cug26-card p{ font-size: 0.93rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .cug26-editorial-wrap .cug26-section{ padding: 54px 16px; }.tc-wp-content-root .cug26-editorial-wrap .cug26-section-head{ margin-bottom: 26px; }.tc-wp-content-root .cug26-editorial-wrap .cug26-section-head p{ font-size: 0.94rem; line-height: 1.62; }.tc-wp-content-root .cug26-editorial-wrap .cug26-card-grid{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-content-root .cug26-editorial-wrap .cug26-card{ padding: 21px; min-height: auto; }.tc-wp-content-root .cug26-editorial-wrap .cug26-card-cta{ white-space: normal; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .cug26-editorial-wrap .cug26-section{ padding: 48px 14px; }.tc-wp-content-root .cug26-editorial-wrap .cug26-section-head{ margin-bottom: 24px; }.tc-wp-content-root .cug26-editorial-wrap .cug26-section-head p{ font-size: 0.91rem; line-height: 1.58; }.tc-wp-content-root .cug26-editorial-wrap .cug26-card-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-content-root .cug26-editorial-wrap .cug26-card{ padding: 19px; border-radius: 18px; min-height: auto; }.tc-wp-content-root .cug26-editorial-wrap .cug26-icon-box{ width: 48px; height: 48px; border-radius: 15px; }.tc-wp-content-root .cug26-editorial-wrap .cug26-card h3{ font-size: 1rem; }.tc-wp-content-root .cug26-editorial-wrap .cug26-card p{ font-size: 0.9rem; }.tc-wp-content-root .cug26-editorial-wrap .cug26-step-card{ padding-top: 48px; }.tc-wp-content-root .cug26-editorial-wrap .cug26-step-card::before{ font-size: 4.6rem; }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .cug26-editorial-wrap .cug26-section{ padding: 42px 12px; }.tc-wp-content-root .cug26-editorial-wrap .cug26-section-head{ margin-bottom: 20px; }.tc-wp-content-root .cug26-editorial-wrap .cug26-section-head p{ font-size: 0.88rem; line-height: 1.55; }.tc-wp-content-root .cug26-editorial-wrap .cug26-card-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-content-root .cug26-editorial-wrap .cug26-card{ padding: 17px; border-radius: 16px; min-height: auto; }.tc-wp-content-root .cug26-editorial-wrap .cug26-icon-box{ width: 44px; height: 44px; border-radius: 14px; }.tc-wp-content-root .cug26-editorial-wrap .cug26-icon-box i{ font-size: 1.05rem; }.tc-wp-content-root .cug26-editorial-wrap .cug26-card h3{ font-size: 0.96rem; }.tc-wp-content-root .cug26-editorial-wrap .cug26-card p, .tc-wp-content-root .cug26-editorial-wrap .cug26-card-cta{ font-size: 0.87rem; }.tc-wp-content-root .cug26-editorial-wrap .cug26-step-card{ padding-top: 46px; }.tc-wp-content-root .cug26-editorial-wrap .cug26-step-line{ top: 18px; left: 17px; font-size: 0.75rem; }.tc-wp-content-root .cug26-editorial-wrap .cug26-step-card::before{ right: 12px; font-size: 4rem; }}@media (max-width: 319px) {.tc-wp-content-root .cug26-editorial-wrap .cug26-card-grid{ grid-template-columns: 1fr !important; }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .cug26-editorial-wrap .cug26-card, .tc-wp-content-root .cug26-editorial-wrap .cug26-card::before, .tc-wp-content-root .cug26-editorial-wrap .cug26-card::after, .tc-wp-content-root .cug26-editorial-wrap .cug26-icon-box, .tc-wp-content-root .cug26-editorial-wrap .cug26-card h3::after, .tc-wp-content-root .cug26-editorial-wrap .cug26-card-cta, .tc-wp-content-root .cug26-editorial-wrap .cug26-step-card::before{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .cug26-editorial-wrap .cug26-card, .tc-wp-content-root .cug26-editorial-wrap .cug26-card.cug26-is-visible, .tc-wp-content-root .cug26-editorial-wrap .cug26-card:hover{
    transform: none !important;
    opacity: 1;
  }}

.tc-wp-content-root .cug26-reveal {}