@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 .gug-premium-editorial, .tc-wp-content-root .gug-premium-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .gug-premium-editorial{
  --gug-ink: #211723;
  --gug-muted: #6f6471;
  --gug-line: rgba(78, 43, 82, 0.14);
  --gug-plum: #6d2a72;
  --gug-rose: #b84e72;
  --gug-gold: #c5914a;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--gug-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .gug-premium-editorial .gug-section{
  width: 100%;
  max-width: 100%;
  padding: 88px 22px;
  overflow: hidden;
}.tc-wp-content-root .gug-premium-editorial .gug-section-white{
  background: #fff;
}.tc-wp-content-root .gug-premium-editorial .gug-section-warm{
  background:
    radial-gradient(circle at 12% 8%, rgba(184, 78, 114, 0.11), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(197, 145, 74, 0.12), transparent 32%),
    linear-gradient(180deg, #fff7f4 0%, #fbf1eb 100%);
}.tc-wp-content-root .gug-premium-editorial .gug-container{
  width: min(1240px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .gug-premium-editorial .gug-heading-wrap{
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}.tc-wp-content-root .gug-premium-editorial h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  letter-spacing: 0;
  color: var(--gug-ink);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .gug-premium-editorial h2 span{
  background: linear-gradient(135deg, #6d2a72 0%, #b84e72 52%, #c5914a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .gug-premium-editorial .gug-heading-wrap p{
  margin: 14px auto 0;
  max-width: 700px;
  color: var(--gug-muted);
  font-size: 1.02rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .gug-premium-editorial .gug-card-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
  max-width: 100%;
}.tc-wp-content-root .gug-premium-editorial .gug-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --gug-accent: #8c3d79;
  --gug-accent-2: #d06f86;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 255px;
  padding: 28px;
  border: 1px solid var(--gug-line);
  border-radius: 8px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--gug-accent) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 247, 0.9));
  box-shadow: 0 16px 42px rgba(67, 39, 69, 0.08);
  overflow: hidden;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  transition: transform 420ms ease, opacity 520ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .gug-premium-editorial .gug-card:nth-child(2){ --gug-accent: #9b3d58; --gug-accent-2: #d98a57; }.tc-wp-content-root .gug-premium-editorial .gug-card:nth-child(3){ --gug-accent: #4e547f; --gug-accent-2: #a77cc4; }.tc-wp-content-root .gug-premium-editorial .gug-card:nth-child(4){ --gug-accent: #7a4b28; --gug-accent-2: #d0a04f; }.tc-wp-content-root .gug-premium-editorial .gug-card:nth-child(5){ --gug-accent: #284f4b; --gug-accent-2: #6cae9b; }.tc-wp-content-root .gug-premium-editorial .gug-card:nth-child(6){ --gug-accent: #733b8f; --gug-accent-2: #c45a8d; }.tc-wp-content-root .gug-premium-editorial .gug-card:nth-child(7){ --gug-accent: #39486f; --gug-accent-2: #b36a5e; }.tc-wp-content-root .gug-premium-editorial .gug-card:nth-child(8){ --gug-accent: #6b2d44; --gug-accent-2: #c5914a; }.tc-wp-content-root .gug-premium-editorial .gug-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .gug-premium-editorial .gug-card:hover{
  border-color: color-mix(in srgb, var(--gug-accent) 42%, transparent);
  box-shadow: 0 24px 58px rgba(67, 39, 69, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .gug-premium-editorial .gug-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--gug-accent) 9%, transparent), transparent 46%);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .gug-premium-editorial .gug-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .gug-premium-editorial .gug-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--gug-accent) 12%, #fff);
  color: var(--gug-accent);
  font-size: 1.25rem;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--gug-accent) 14%, transparent);
  transition: transform 320ms ease, color 320ms ease, background 320ms ease;
}.tc-wp-content-root .gug-premium-editorial .gug-card:hover .gug-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--gug-accent), var(--gug-accent-2));
  transform: translateY(-3px) rotate(-3deg) scale(1.04);
}.tc-wp-content-root .gug-premium-editorial h3{
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--gug-ink);
  font-size: 1.08rem;
  line-height: 1.32;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .gug-premium-editorial h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 11px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--gug-accent), var(--gug-accent-2));
  transition: width 300ms ease;
}.tc-wp-content-root .gug-premium-editorial .gug-card:hover h3::after{
  width: 72px;
}.tc-wp-content-root .gug-premium-editorial .gug-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--gug-muted);
  font-size: 0.95rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .gug-premium-editorial .gug-cta{
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--gug-accent);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.4;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 300ms ease, transform 300ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .gug-premium-editorial .gug-card:hover .gug-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .gug-premium-editorial .gug-tilt-grid .gug-card{
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--gug-accent-2) 16%, transparent), transparent 36%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.94), rgba(255, 246, 240, 0.88));
}.tc-wp-content-root .gug-premium-editorial .gug-process-card{
  min-height: 275px;
  padding-top: 34px;
}.tc-wp-content-root .gug-premium-editorial .gug-step-number{
  position: absolute;
  top: 18px;
  right: 20px;
  color: color-mix(in srgb, var(--gug-accent) 15%, transparent);
  font-size: 4.1rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 320ms ease, color 320ms ease;
}.tc-wp-content-root .gug-premium-editorial .gug-process-card:hover .gug-step-number{
  color: color-mix(in srgb, var(--gug-accent) 24%, transparent);
  transform: translateY(-4px) scale(1.04);
}@media (min-width: 1200px) {.tc-wp-content-root .gug-premium-editorial .gug-section{
    padding: 96px 28px;
  }.tc-wp-content-root .gug-premium-editorial .gug-container{
    width: min(1240px, 100%);
  }.tc-wp-content-root .gug-premium-editorial .gug-card-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .gug-premium-editorial .gug-section{
    padding: 82px 24px;
  }.tc-wp-content-root .gug-premium-editorial .gug-container{
    width: min(1060px, 100%);
  }.tc-wp-content-root .gug-premium-editorial .gug-heading-wrap p{
    font-size: 0.99rem;
  }.tc-wp-content-root .gug-premium-editorial .gug-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .gug-premium-editorial .gug-card{
    padding: 25px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .gug-premium-editorial .gug-section{
    padding: 70px 20px;
  }.tc-wp-content-root .gug-premium-editorial .gug-heading-wrap{
    margin-bottom: 30px;
  }.tc-wp-content-root .gug-premium-editorial .gug-heading-wrap p{
    font-size: 0.96rem;
  }.tc-wp-content-root .gug-premium-editorial .gug-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .gug-premium-editorial .gug-card{
    padding: 24px;
  }.tc-wp-content-root .gug-premium-editorial h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .gug-premium-editorial .gug-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .gug-premium-editorial .gug-section{
    padding: 58px 16px;
  }.tc-wp-content-root .gug-premium-editorial .gug-heading-wrap{
    margin-bottom: 26px;
  }.tc-wp-content-root .gug-premium-editorial .gug-heading-wrap p{
    font-size: 0.93rem;
    line-height: 1.62;
  }.tc-wp-content-root .gug-premium-editorial .gug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .gug-premium-editorial .gug-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 22px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .gug-premium-editorial .gug-section{
    padding: 50px 14px;
  }.tc-wp-content-root .gug-premium-editorial .gug-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .gug-premium-editorial .gug-heading-wrap p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .gug-premium-editorial .gug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .gug-premium-editorial .gug-card{
    min-width: 0;
    min-height: auto;
    padding: 20px;
  }.tc-wp-content-root .gug-premium-editorial .gug-icon{
    width: 46px;
    height: 46px;
    font-size: 1.08rem;
    margin-bottom: 18px;
  }.tc-wp-content-root .gug-premium-editorial .gug-step-number{
    font-size: 3.35rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .gug-premium-editorial .gug-section{
    padding: 44px 12px;
  }.tc-wp-content-root .gug-premium-editorial .gug-heading-wrap{
    margin-bottom: 20px;
  }.tc-wp-content-root .gug-premium-editorial .gug-heading-wrap p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .gug-premium-editorial .gug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .gug-premium-editorial .gug-card{
    min-width: 0;
    min-height: auto;
    padding: 18px;
  }.tc-wp-content-root .gug-premium-editorial .gug-icon{
    width: 42px;
    height: 42px;
    font-size: 1rem;
    margin-bottom: 16px;
  }.tc-wp-content-root .gug-premium-editorial h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .gug-premium-editorial .gug-card p, .tc-wp-content-root .gug-premium-editorial .gug-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .gug-premium-editorial .gug-step-number{
    top: 16px;
    right: 16px;
    font-size: 3rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .gug-premium-editorial .gug-section{
    padding: 38px 10px;
  }.tc-wp-content-root .gug-premium-editorial .gug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 10px;
  }.tc-wp-content-root .gug-premium-editorial .gug-card{
    min-width: 0;
    padding: 16px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .gug-premium-editorial .gug-card, .tc-wp-content-root .gug-premium-editorial .gug-icon, .tc-wp-content-root .gug-premium-editorial h3::after, .tc-wp-content-root .gug-premium-editorial .gug-cta, .tc-wp-content-root .gug-premium-editorial .gug-step-number{
    transition: none !important;
  }.tc-wp-content-root .gug-premium-editorial .gug-card, .tc-wp-content-root .gug-premium-editorial .gug-card.is-visible, .tc-wp-content-root .gug-premium-editorial .gug-card:hover{
    transform: none !important;
  }}

.tc-wp-content-root .gug-process-grid {}
.tc-wp-content-root .gug-process-section {}
.tc-wp-content-root .gug-reveal {}