@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 .uug26-editorial, .tc-wp-content-root .uug26-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .uug26-editorial{
  --uug26-ink: #1f2430;
  --uug26-muted: #677083;
  --uug26-line: rgba(70, 64, 52, 0.12);
  --uug26-soft: #fff8ef;
  --uug26-gold: #d79538;
  --uug26-rose: #c85d7c;
  --uug26-teal: #1f9d91;
  --uug26-shadow: 0 18px 45px rgba(38, 31, 22, 0.1);
  --uug26-shadow-hover: 0 26px 70px rgba(38, 31, 22, 0.16);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--uug26-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .uug26-editorial .uug26-section{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 86px 24px;
}.tc-wp-content-root .uug26-editorial .uug26-section-white{
  background: #fff;
}.tc-wp-content-root .uug26-editorial .uug26-section-warm{
  background:
    radial-gradient(circle at 12% 8%, rgba(215, 149, 56, 0.16), transparent 34%),
    radial-gradient(circle at 88% 22%, rgba(31, 157, 145, 0.12), transparent 30%),
    linear-gradient(180deg, #fff8ef 0%, #fff3e4 100%);
}.tc-wp-content-root .uug26-editorial .uug26-container{
  width: min(1360px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .uug26-editorial .uug26-heading-wrap{
  width: min(820px, 100%);
  max-width: 100%;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .uug26-editorial .uug26-heading-wrap h2{
  margin: 0;
  color: #24222a;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.18;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .uug26-editorial .uug26-heading-wrap h2 span{
  background: linear-gradient(135deg, #d79538 0%, #c85d7c 48%, #1f9d91 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .uug26-editorial .uug26-heading-wrap p{
  margin: 14px auto 0;
  max-width: 720px;
  color: var(--uug26-muted);
  font-size: 1.02rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .uug26-editorial .uug26-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .uug26-editorial .uug26-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --uug26-accent: #d79538;
  --uug26-accent-2: #c85d7c;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 258px;
  padding: 26px;
  border: 1px solid var(--uug26-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--uug26-accent) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 242, 0.88));
  box-shadow: var(--uug26-shadow);
  transform: translateY(22px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  opacity: 0;
  transition:
    opacity 0.6s ease,
    transform 0.6s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  transform-style: preserve-3d;
  isolation: isolate;
  overflow: hidden;
}.tc-wp-content-root .uug26-editorial .uug26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--uug26-accent) 15%, transparent), transparent 46%);
  opacity: 0.7;
  z-index: -1;
  pointer-events: none;
}.tc-wp-content-root .uug26-editorial .uug26-card::after{
  content: "";
  position: absolute;
  inset: auto 24px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--uug26-accent), var(--uug26-accent-2));
  transform: scaleX(0.35);
  transform-origin: left;
  opacity: 0.55;
  transition: transform 0.28s ease, opacity 0.28s ease;
}.tc-wp-content-root .uug26-editorial .uug26-card.is-visible{
  opacity: 1;
  transform: translateY(0) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .uug26-editorial .uug26-card:hover{
  border-color: color-mix(in srgb, var(--uug26-accent) 44%, rgba(70, 64, 52, 0.2));
  box-shadow: var(--uug26-shadow-hover);
  transform: translateY(-8px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .uug26-editorial .uug26-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.tc-wp-content-root .uug26-editorial .uug26-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--uug26-accent);
  background: color-mix(in srgb, var(--uug26-accent) 13%, #fff);
  border: 1px solid color-mix(in srgb, var(--uug26-accent) 18%, transparent);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}.tc-wp-content-root .uug26-editorial .uug26-icon i{
  font-size: 1.2rem;
  line-height: 1;
}.tc-wp-content-root .uug26-editorial .uug26-card:hover .uug26-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--uug26-accent), var(--uug26-accent-2));
  transform: translateY(-4px) rotate(-3deg) scale(1.04);
}.tc-wp-content-root .uug26-editorial .uug26-card h3{
  position: relative;
  display: inline;
  margin: 0;
  color: #24222a;
  font-size: 1.08rem;
  line-height: 1.32;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(90deg, var(--uug26-accent), var(--uug26-accent-2));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
  transition: background-size 0.28s ease;
}.tc-wp-content-root .uug26-editorial .uug26-card:hover h3{
  background-size: 100% 2px;
}.tc-wp-content-root .uug26-editorial .uug26-card p{
  margin: 14px 0 0;
  color: var(--uug26-muted);
  font-size: 0.96rem;
  line-height: 1.66;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .uug26-editorial .uug26-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--uug26-accent);
  font-size: 0.9rem;
  font-weight: 760;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease, color 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .uug26-editorial .uug26-card:hover .uug26-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--uug26-accent-2);
}.tc-wp-content-root .uug26-editorial .uug26-grid-why .uug26-card{
  perspective: 900px;
}.tc-wp-content-root .uug26-editorial .uug26-step{
  min-height: 282px;
}.tc-wp-content-root .uug26-editorial .uug26-step::before{
  content: attr(data-step);
  position: absolute;
  right: 18px;
  top: 6px;
  color: color-mix(in srgb, var(--uug26-accent) 17%, transparent);
  font-size: clamp(3.2rem, 7vw, 5.6rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 0.28s ease, color 0.28s ease;
  pointer-events: none;
}.tc-wp-content-root .uug26-editorial .uug26-step:hover::before{
  color: color-mix(in srgb, var(--uug26-accent) 25%, transparent);
  transform: translateY(-4px) scale(1.04);
}.tc-wp-content-root .uug26-editorial .uug26-step-label{
  display: inline-block;
  margin-bottom: 16px;
  color: var(--uug26-accent);
  font-size: 0.82rem;
  font-weight: 820;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .uug26-editorial .uug26-card:nth-child(8n + 1){ --uug26-accent: #d79538; --uug26-accent-2: #c85d7c; }.tc-wp-content-root .uug26-editorial .uug26-card:nth-child(8n + 2){ --uug26-accent: #1f9d91; --uug26-accent-2: #4f7fd9; }.tc-wp-content-root .uug26-editorial .uug26-card:nth-child(8n + 3){ --uug26-accent: #c85d7c; --uug26-accent-2: #d79538; }.tc-wp-content-root .uug26-editorial .uug26-card:nth-child(8n + 4){ --uug26-accent: #5f6fd6; --uug26-accent-2: #1f9d91; }.tc-wp-content-root .uug26-editorial .uug26-card:nth-child(8n + 5){ --uug26-accent: #df7d3f; --uug26-accent-2: #bd5678; }.tc-wp-content-root .uug26-editorial .uug26-card:nth-child(8n + 6){ --uug26-accent: #2f9b6f; --uug26-accent-2: #d79538; }.tc-wp-content-root .uug26-editorial .uug26-card:nth-child(8n + 7){ --uug26-accent: #8b6bd8; --uug26-accent-2: #d79538; }.tc-wp-content-root .uug26-editorial .uug26-card:nth-child(8n + 8){ --uug26-accent: #bf6a42; --uug26-accent-2: #1f9d91; }@media (min-width: 1200px) {.tc-wp-content-root .uug26-editorial .uug26-section{
    padding: 92px 28px;
  }.tc-wp-content-root .uug26-editorial .uug26-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .uug26-editorial .uug26-section{
    padding: 78px 22px;
  }.tc-wp-content-root .uug26-editorial .uug26-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .uug26-editorial .uug26-heading-wrap p{
    font-size: 0.98rem;
  }.tc-wp-content-root .uug26-editorial .uug26-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .uug26-editorial .uug26-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .uug26-editorial .uug26-section{
    padding: 66px 20px;
  }.tc-wp-content-root .uug26-editorial .uug26-heading-wrap{
    margin-bottom: 34px;
  }.tc-wp-content-root .uug26-editorial .uug26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .uug26-editorial .uug26-card{
    padding: 23px;
    min-height: 238px;
  }.tc-wp-content-root .uug26-editorial .uug26-card h3{
    font-size: 1.03rem;
  }.tc-wp-content-root .uug26-editorial .uug26-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .uug26-editorial .uug26-section{
    padding: 54px 16px;
  }.tc-wp-content-root .uug26-editorial .uug26-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .uug26-editorial .uug26-heading-wrap p{
    font-size: 0.94rem;
  }.tc-wp-content-root .uug26-editorial .uug26-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .uug26-editorial .uug26-card{
    padding: 22px;
    min-height: auto;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .uug26-editorial .uug26-section{
    padding: 48px 14px;
  }.tc-wp-content-root .uug26-editorial .uug26-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .uug26-editorial .uug26-heading-wrap p{
    font-size: 0.9rem;
  }.tc-wp-content-root .uug26-editorial .uug26-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .uug26-editorial .uug26-card{
    padding: 20px;
    border-radius: 18px;
    min-height: auto;
  }.tc-wp-content-root .uug26-editorial .uug26-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }.tc-wp-content-root .uug26-editorial .uug26-card p{
    font-size: 0.9rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .uug26-editorial .uug26-section{
    padding: 42px 12px;
  }.tc-wp-content-root .uug26-editorial .uug26-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .uug26-editorial .uug26-heading-wrap p{
    font-size: 0.86rem;
  }.tc-wp-content-root .uug26-editorial .uug26-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .uug26-editorial .uug26-card{
    padding: 18px;
    border-radius: 16px;
    min-height: auto;
  }.tc-wp-content-root .uug26-editorial .uug26-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 14px;
  }.tc-wp-content-root .uug26-editorial .uug26-card h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .uug26-editorial .uug26-card p, .tc-wp-content-root .uug26-editorial .uug26-cta{
    font-size: 0.86rem;
  }}@media (max-width: 767px) {.tc-wp-content-root .uug26-editorial, .tc-wp-content-root .uug26-editorial .uug26-section, .tc-wp-content-root .uug26-editorial .uug26-container, .tc-wp-content-root .uug26-editorial .uug26-grid, .tc-wp-content-root .uug26-editorial .uug26-card{
    max-width: 100%;
    overflow-x: hidden;
  }.tc-wp-content-root .uug26-editorial .uug26-card{
    width: 100%;
    min-width: 0;
  }.tc-wp-content-root .uug26-editorial .uug26-step::before{
    right: 12px;
    font-size: 3.1rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .uug26-editorial .uug26-card, .tc-wp-content-root .uug26-editorial .uug26-card::after, .tc-wp-content-root .uug26-editorial .uug26-icon, .tc-wp-content-root .uug26-editorial .uug26-cta, .tc-wp-content-root .uug26-editorial .uug26-step::before{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .uug26-editorial .uug26-card{
    opacity: 1;
    transform: none !important;
  }}

.tc-wp-content-root .uug26-grid-how {}
.tc-wp-content-root .uug26-grid-what {}
.tc-wp-content-root .uug26-reveal {}