@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: #171421;
  --cug-muted: #625d72;
  --cug-line: rgba(123, 86, 42, 0.14);
  --cug-warm: #fff7ef;
  --cug-cream: #fffaf4;
  --cug-coral: #ff6b6b;
  --cug-amber: #f8a93d;
  --cug-plum: #7b4dff;
  --cug-teal: #1aa79b;
  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;
  line-height: 1.5;
}.tc-wp-content-root .cug-premium-content .cug-section{
  width: 100%;
  max-width: 100%;
  padding: 88px 20px;
  overflow: hidden;
}.tc-wp-content-root .cug-premium-content .cug-section-intro, .tc-wp-content-root .cug-premium-content .cug-section-steps{
  background: #fff;
}.tc-wp-content-root .cug-premium-content .cug-section-benefits{
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 107, 107, 0.12), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(26, 167, 155, 0.12), transparent 30%),
    linear-gradient(180deg, #fff7ef 0%, #fffaf6 100%);
}.tc-wp-content-root .cug-premium-content .cug-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .cug-premium-content .cug-heading-wrap{
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .cug-premium-content .cug-heading-wrap h2{
  margin: 0;
  color: var(--cug-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cug-premium-content .cug-heading-wrap h2 span{
  background: linear-gradient(135deg, var(--cug-coral), var(--cug-amber) 48%, var(--cug-teal));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .cug-premium-content .cug-heading-wrap p{
  margin: 14px auto 0;
  max-width: 680px;
  color: var(--cug-muted);
  font-size: 1.02rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cug-premium-content .cug-card-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .cug-premium-content .cug-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --cug-a: #ff6b6b;
  --cug-b: #f8a93d;
  --cug-soft: rgba(255, 107, 107, 0.1);
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 268px;
  padding: 28px;
  border: 1px solid var(--cug-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 244, 0.84));
  box-shadow: 0 16px 40px rgba(49, 34, 21, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition: transform 420ms ease, opacity 520ms ease, box-shadow 280ms ease, border-color 280ms ease;
  overflow: hidden;
}.tc-wp-content-root .cug-premium-content .cug-card:nth-child(2){ --cug-a: #7b4dff; --cug-b: #ff6bcb; --cug-soft: rgba(123, 77, 255, 0.1); }.tc-wp-content-root .cug-premium-content .cug-card:nth-child(3){ --cug-a: #1aa79b; --cug-b: #5bd39d; --cug-soft: rgba(26, 167, 155, 0.11); }.tc-wp-content-root .cug-premium-content .cug-card:nth-child(4){ --cug-a: #ff8a3d; --cug-b: #ffd166; --cug-soft: rgba(255, 138, 61, 0.12); }.tc-wp-content-root .cug-premium-content .cug-card:nth-child(5){ --cug-a: #2f80ed; --cug-b: #56ccf2; --cug-soft: rgba(47, 128, 237, 0.1); }.tc-wp-content-root .cug-premium-content .cug-card:nth-child(6){ --cug-a: #b24592; --cug-b: #f15f79; --cug-soft: rgba(178, 69, 146, 0.1); }.tc-wp-content-root .cug-premium-content .cug-card:nth-child(7){ --cug-a: #00a878; --cug-b: #f2c14e; --cug-soft: rgba(0, 168, 120, 0.1); }.tc-wp-content-root .cug-premium-content .cug-card:nth-child(8){ --cug-a: #4f46e5; --cug-b: #06b6d4; --cug-soft: rgba(79, 70, 229, 0.1); }.tc-wp-content-root .cug-premium-content .cug-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, var(--cug-soft), transparent 48%),
    radial-gradient(circle at 82% 12%, color-mix(in srgb, var(--cug-a) 18%, transparent), transparent 28%);
  opacity: 0.9;
}.tc-wp-content-root .cug-premium-content .cug-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cug-a), var(--cug-b));
  opacity: 0.82;
}.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-a) 46%, rgba(255, 255, 255, 0.2));
  box-shadow: 0 24px 58px rgba(49, 34, 21, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .cug-premium-content .cug-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--cug-a);
  background: linear-gradient(145deg, #fff, var(--cug-soft));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.78), 0 12px 28px rgba(54, 38, 24, 0.08);
  transition: transform 280ms ease, color 280ms ease, background 280ms ease;
}.tc-wp-content-root .cug-premium-content .cug-icon i{
  font-size: 1.28rem;
  line-height: 1;
}.tc-wp-content-root .cug-premium-content .cug-card:hover .cug-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--cug-a), var(--cug-b));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}.tc-wp-content-root .cug-premium-content .cug-card h3{
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 10px;
  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 .cug-premium-content .cug-card h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cug-a), var(--cug-b));
  transition: width 280ms ease;
}.tc-wp-content-root .cug-premium-content .cug-card:hover h3::after{
  width: 76px;
}.tc-wp-content-root .cug-premium-content .cug-card p{
  margin: 0;
  color: var(--cug-muted);
  font-size: 0.96rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cug-premium-content .cug-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--cug-a);
  font-size: 0.9rem;
  font-weight: 750;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cug-premium-content .cug-card:hover .cug-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .cug-premium-content .cug-benefit-card:hover{
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}.tc-wp-content-root .cug-premium-content .cug-step-card{
  min-height: 292px;
}.tc-wp-content-root .cug-premium-content .cug-step-card::before{
  content: attr(data-step);
  position: absolute;
  right: 16px;
  bottom: -18px;
  z-index: -1;
  color: color-mix(in srgb, var(--cug-a) 16%, transparent);
  font-size: clamp(4.2rem, 9vw, 6.5rem);
  font-weight: 900;
  line-height: 1;
  transition: transform 320ms ease, opacity 320ms ease;
}.tc-wp-content-root .cug-premium-content .cug-step-card:hover::before{
  transform: translateY(-8px) scale(1.04);
  opacity: 0.78;
}.tc-wp-content-root .cug-premium-content .cug-step-label{
  display: inline-block;
  margin-bottom: 16px;
  color: var(--cug-a);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}@media (min-width: 1200px) {.tc-wp-content-root .cug-premium-content .cug-section{
    padding: 96px 28px;
  }.tc-wp-content-root .cug-premium-content .cug-card-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .cug-premium-content .cug-section{
    padding: 82px 24px;
  }.tc-wp-content-root .cug-premium-content .cug-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .cug-premium-content .cug-heading-wrap{
    margin-bottom: 36px;
  }.tc-wp-content-root .cug-premium-content .cug-heading-wrap p{
    font-size: 0.98rem;
  }.tc-wp-content-root .cug-premium-content .cug-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px;
  }.tc-wp-content-root .cug-premium-content .cug-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .cug-premium-content .cug-section{
    padding: 68px 22px;
  }.tc-wp-content-root .cug-premium-content .cug-heading-wrap{
    margin-bottom: 32px;
  }.tc-wp-content-root .cug-premium-content .cug-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px;
  }.tc-wp-content-root .cug-premium-content .cug-card{
    padding: 24px;
    min-height: 250px;
  }.tc-wp-content-root .cug-premium-content .cug-card h3{
    font-size: 1.06rem;
  }.tc-wp-content-root .cug-premium-content .cug-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .cug-premium-content .cug-section{
    padding: 56px 16px;
  }.tc-wp-content-root .cug-premium-content .cug-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .cug-premium-content .cug-heading-wrap p{
    font-size: 0.94rem;
  }.tc-wp-content-root .cug-premium-content .cug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .cug-premium-content .cug-card{
    min-width: 0;
    padding: 22px;
    min-height: auto;
    border-radius: 20px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .cug-premium-content .cug-section{
    padding: 48px 14px;
  }.tc-wp-content-root .cug-premium-content .cug-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .cug-premium-content .cug-heading-wrap p{
    font-size: 0.9rem;
  }.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{
    padding: 20px;
    min-height: auto;
    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: 1rem;
  }.tc-wp-content-root .cug-premium-content .cug-card p{
    font-size: 0.9rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .cug-premium-content{
    overflow-x: hidden;
  }.tc-wp-content-root .cug-premium-content .cug-section{
    padding: 42px 12px;
  }.tc-wp-content-root .cug-premium-content .cug-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .cug-premium-content .cug-heading-wrap p{
    font-size: 0.86rem;
  }.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{
    padding: 18px;
    min-height: auto;
    border-radius: 16px;
  }.tc-wp-content-root .cug-premium-content .cug-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 14px;
  }.tc-wp-content-root .cug-premium-content .cug-icon i{
    font-size: 1.08rem;
  }.tc-wp-content-root .cug-premium-content .cug-card h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .cug-premium-content .cug-card p, .tc-wp-content-root .cug-premium-content .cug-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .cug-premium-content .cug-step-label{
    font-size: 0.75rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .cug-premium-content .cug-section{
    padding: 36px 10px;
  }.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{
    padding: 16px;
    min-height: auto;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .cug-premium-content .cug-card, .tc-wp-content-root .cug-premium-content .cug-icon, .tc-wp-content-root .cug-premium-content .cug-cta, .tc-wp-content-root .cug-premium-content .cug-card h3::after, .tc-wp-content-root .cug-premium-content .cug-step-card::before{
    transition: 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-reveal {}