@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-wrap, .tc-wp-content-root .gug-premium-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .gug-premium-wrap{
  --gug-ink: #211827;
  --gug-muted: #6f6576;
  --gug-border: rgba(86, 58, 116, 0.13);
  --gug-shadow: 0 18px 46px rgba(65, 43, 86, 0.11);
  --gug-shadow-hover: 0 28px 70px rgba(65, 43, 86, 0.18);
  --gug-grad: linear-gradient(135deg, #8b5cf6 0%, #ec4899 48%, #f59e0b 100%);
  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-section{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}.tc-wp-content-root .gug-premium-section-white{
  background: #fff;
}.tc-wp-content-root .gug-premium-section-warm{
  background:
    radial-gradient(circle at 12% 12%, rgba(236, 72, 153, 0.11), transparent 34%),
    radial-gradient(circle at 92% 18%, rgba(245, 158, 11, 0.12), transparent 30%),
    linear-gradient(180deg, #fff8f1 0%, #fff3ec 52%, #fffaf5 100%);
}.tc-wp-content-root .gug-premium-container{
  width: min(1240px, calc(100% - 48px));
  max-width: 100%;
  margin: 0 auto;
  padding: 84px 0;
}.tc-wp-content-root .gug-premium-heading{
  width: min(780px, 100%);
  max-width: 100%;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .gug-premium-heading h2{
  margin: 0;
  color: var(--gug-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .gug-premium-heading h2 span{
  background: var(--gug-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .gug-premium-heading p{
  margin: 14px auto 0;
  color: var(--gug-muted);
  font-size: 1.03rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .gug-premium-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}.tc-wp-content-root .gug-premium-card{
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --gug-card-a: #8b5cf6;
  --gug-card-b: #ec4899;
  --gug-card-soft: rgba(139, 92, 246, 0.11);
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 255px;
  padding: 28px;
  border: 1px solid var(--gug-border);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.9), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(255, 250, 246, 0.88));
  box-shadow: var(--gug-shadow);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.32s ease,
    border-color 0.32s ease,
    box-shadow 0.32s ease,
    background 0.32s ease;
  overflow: hidden;
}.tc-wp-content-root .gug-premium-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--gug-card-a) 14%, transparent), transparent 42%),
    radial-gradient(circle at 88% 18%, color-mix(in srgb, var(--gug-card-b) 18%, transparent), transparent 38%);
  opacity: 0.86;
  transition: opacity 0.32s ease;
}.tc-wp-content-root .gug-premium-card::after{
  content: "";
  position: absolute;
  inset: auto -20% -36% -20%;
  height: 95px;
  z-index: -1;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--gug-card-a) 18%, transparent), transparent);
  filter: blur(24px);
  opacity: 0;
  transition: opacity 0.32s ease;
}.tc-wp-content-root .gug-premium-card.gug-premium-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .gug-premium-card:hover{
  border-color: color-mix(in srgb, var(--gug-card-a) 42%, rgba(255, 255, 255, 0.8));
  box-shadow: var(--gug-shadow-hover);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .gug-premium-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .gug-premium-card:nth-child(1){ --gug-card-a: #8b5cf6; --gug-card-b: #ec4899; }.tc-wp-content-root .gug-premium-card:nth-child(2){ --gug-card-a: #0ea5e9; --gug-card-b: #8b5cf6; }.tc-wp-content-root .gug-premium-card:nth-child(3){ --gug-card-a: #f97316; --gug-card-b: #ec4899; }.tc-wp-content-root .gug-premium-card:nth-child(4){ --gug-card-a: #10b981; --gug-card-b: #0ea5e9; }.tc-wp-content-root .gug-premium-card:nth-child(5){ --gug-card-a: #ef4444; --gug-card-b: #f59e0b; }.tc-wp-content-root .gug-premium-card:nth-child(6){ --gug-card-a: #6366f1; --gug-card-b: #14b8a6; }.tc-wp-content-root .gug-premium-card:nth-child(7){ --gug-card-a: #d946ef; --gug-card-b: #fb7185; }.tc-wp-content-root .gug-premium-card:nth-child(8){ --gug-card-a: #f59e0b; --gug-card-b: #84cc16; }.tc-wp-content-root .gug-premium-icon{
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  max-width: 100%;
  border-radius: 18px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--gug-card-a) 14%, white), color-mix(in srgb, var(--gug-card-b) 12%, white));
  color: var(--gug-card-a);
  box-shadow: 0 12px 26px color-mix(in srgb, var(--gug-card-a) 18%, transparent);
  transition: transform 0.32s ease, color 0.32s ease, background 0.32s ease;
}.tc-wp-content-root .gug-premium-icon i{
  font-size: 1.28rem;
  line-height: 1;
}.tc-wp-content-root .gug-premium-card:hover .gug-premium-icon{
  transform: translateY(-3px) scale(1.06) rotate(-3deg);
  color: #fff;
  background: linear-gradient(135deg, var(--gug-card-a), var(--gug-card-b));
}.tc-wp-content-root .gug-premium-card h3{
  position: relative;
  margin: 22px 0 12px;
  color: var(--gug-ink);
  font-size: 1.09rem;
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .gug-premium-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gug-card-a), var(--gug-card-b));
  transition: width 0.32s ease;
}.tc-wp-content-root .gug-premium-card:hover h3::after{
  width: 74px;
}.tc-wp-content-root .gug-premium-card p{
  margin: 0;
  color: var(--gug-muted);
  font-size: 0.96rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .gug-premium-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--gug-card-a);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.3;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 0.32s ease, transform 0.32s ease, color 0.32s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .gug-premium-card:hover .gug-premium-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--gug-card-b);
}.tc-wp-content-root .gug-premium-tilt{
  transform-style: preserve-3d;
}.tc-wp-content-root .gug-premium-tilt .gug-premium-icon, .tc-wp-content-root .gug-premium-tilt h3, .tc-wp-content-root .gug-premium-tilt p{
  transform: translateZ(18px);
}.tc-wp-content-root .gug-premium-process{
  min-height: 278px;
}.tc-wp-content-root .gug-premium-process::after{
  content: attr(data-step);
  position: absolute;
  right: 18px;
  bottom: -12px;
  z-index: -1;
  color: color-mix(in srgb, var(--gug-card-a) 12%, transparent);
  font-size: 5.3rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  opacity: 0.85;
  transition: transform 0.32s ease, opacity 0.32s ease;
  pointer-events: none;
}.tc-wp-content-root .gug-premium-process:hover::after{
  transform: translateY(-8px) scale(1.04);
  opacity: 1;
}.tc-wp-content-root .gug-premium-step-line{
  display: inline-block;
  max-width: 100%;
  margin-bottom: 18px;
  color: var(--gug-card-a);
  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;
}.tc-wp-content-root .gug-premium-process .gug-premium-icon{
  width: 50px;
  height: 50px;
  border-radius: 16px;
}@media (min-width: 1200px) {.tc-wp-content-root .gug-premium-container{
    width: min(1240px, calc(100% - 64px));
    padding: 92px 0;
  }.tc-wp-content-root .gug-premium-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-container{
    width: min(1060px, calc(100% - 52px));
    padding: 78px 0;
  }.tc-wp-content-root .gug-premium-heading{
    margin-bottom: 36px;
  }.tc-wp-content-root .gug-premium-heading p{
    font-size: 0.99rem;
  }.tc-wp-content-root .gug-premium-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .gug-premium-card{
    padding: 25px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .gug-premium-container{
    width: min(860px, calc(100% - 40px));
    padding: 66px 0;
  }.tc-wp-content-root .gug-premium-heading{
    margin-bottom: 32px;
  }.tc-wp-content-root .gug-premium-heading p{
    font-size: 0.96rem;
  }.tc-wp-content-root .gug-premium-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .gug-premium-card{
    padding: 24px;
    min-height: 236px;
  }.tc-wp-content-root .gug-premium-card h3{
    font-size: 1.03rem;
  }.tc-wp-content-root .gug-premium-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .gug-premium-container{
    width: calc(100% - 28px);
    padding: 52px 0;
  }.tc-wp-content-root .gug-premium-heading{
    margin-bottom: 26px;
  }.tc-wp-content-root .gug-premium-heading p{
    font-size: 0.93rem;
    line-height: 1.62;
  }.tc-wp-content-root .gug-premium-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .gug-premium-card{
    min-width: 0;
    width: 100%;
    max-width: 100%;
    min-height: auto;
    padding: 22px;
  }.tc-wp-content-root .gug-premium-icon{
    width: 52px;
    height: 52px;
  }.tc-wp-content-root .gug-premium-cta{
    white-space: normal;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .gug-premium-container{
    width: calc(100% - 24px);
    padding: 46px 0;
  }.tc-wp-content-root .gug-premium-heading{
    margin-bottom: 22px;
  }.tc-wp-content-root .gug-premium-heading p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .gug-premium-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .gug-premium-card{
    min-width: 0;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    border-radius: 18px;
    min-height: auto;
  }.tc-wp-content-root .gug-premium-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }.tc-wp-content-root .gug-premium-icon i{
    font-size: 1.1rem;
  }.tc-wp-content-root .gug-premium-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .gug-premium-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .gug-premium-process::after{
    font-size: 4.2rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .gug-premium-container{
    width: calc(100% - 18px);
    padding: 38px 0;
  }.tc-wp-content-root .gug-premium-heading{
    margin-bottom: 20px;
  }.tc-wp-content-root .gug-premium-heading p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .gug-premium-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .gug-premium-card{
    min-width: 0;
    width: 100%;
    max-width: 100%;
    padding: 17px;
    border-radius: 16px;
    min-height: auto;
  }.tc-wp-content-root .gug-premium-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }.tc-wp-content-root .gug-premium-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .gug-premium-card h3{
    margin-top: 18px;
    font-size: 0.96rem;
  }.tc-wp-content-root .gug-premium-card p, .tc-wp-content-root .gug-premium-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .gug-premium-step-line{
    font-size: 0.7rem;
  }.tc-wp-content-root .gug-premium-process::after{
    right: 12px;
    font-size: 3.6rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .gug-premium-container{
    width: calc(100% - 16px);
    padding: 34px 0;
  }.tc-wp-content-root .gug-premium-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .gug-premium-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 16px;
    min-height: auto;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .gug-premium-wrap *, .tc-wp-content-root .gug-premium-wrap *::before, .tc-wp-content-root .gug-premium-wrap *::after{
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }.tc-wp-content-root .gug-premium-card, .tc-wp-content-root .gug-premium-card.gug-premium-visible, .tc-wp-content-root .gug-premium-card:hover{
    transform: none !important;
    opacity: 1 !important;
  }}

.tc-wp-content-root .gug-premium-grid-benefits {}
.tc-wp-content-root .gug-premium-grid-intro {}
.tc-wp-content-root .gug-premium-grid-process {}
.tc-wp-content-root .gug-premium-reveal {}