@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: #241a28;
  --cug-muted: #6f6174;
  --cug-soft: #fff6f8;
  --cug-line: rgba(141, 88, 113, 0.16);
  --cug-shadow: 0 18px 50px rgba(72, 39, 62, 0.12);
  --cug-shadow-hover: 0 26px 70px rgba(72, 39, 62, 0.2);
  --cug-gradient: linear-gradient(135deg, #ff6f9f 0%, #b66cff 48%, #ffb457 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;
  line-height: 1.5;
}.tc-wp-content-root .cug-premium-content .cug-section{
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .cug-premium-content .cug-section-white{
  background: #fff;
}.tc-wp-content-root .cug-premium-content .cug-section-warm{
  background:
    radial-gradient(circle at top left, rgba(255, 182, 204, 0.28), transparent 34%),
    radial-gradient(circle at bottom right, rgba(182, 108, 255, 0.14), transparent 38%),
    linear-gradient(180deg, #fff7f8 0%, #fffaf4 100%);
}.tc-wp-content-root .cug-premium-content .cug-container{
  width: min(1240px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .cug-premium-content .cug-section-header{
  width: min(790px, 100%);
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .cug-premium-content .cug-section-header 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-section-header h2 span{
  display: inline-block;
  color: transparent;
  background: var(--cug-gradient);
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .cug-premium-content .cug-section-header p{
  margin: 16px auto 0;
  max-width: 720px;
  color: var(--cug-muted);
  font-size: 1.02rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cug-premium-content .cug-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  margin-top: 42px;
}.tc-wp-content-root .cug-premium-content .cug-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --cug-card-a: #ff6f9f;
  --cug-card-b: #b66cff;
  --cug-card-c: #fff6f8;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 100%;
  padding: 28px;
  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-card-a) 20%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 252, 0.78)),
    linear-gradient(135deg, color-mix(in srgb, var(--cug-card-a) 10%, #fff), color-mix(in srgb, var(--cug-card-b) 9%, #fff));
  box-shadow: var(--cug-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.7s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  overflow: hidden;
}.tc-wp-content-root .cug-premium-content .cug-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--cug-card-a) 12%, transparent), transparent 44%),
    radial-gradient(circle at 86% 16%, color-mix(in srgb, var(--cug-card-b) 15%, transparent), transparent 28%);
  opacity: 0.72;
  transition: opacity 0.28s ease;
}.tc-wp-content-root .cug-premium-content .cug-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--cug-card-a), var(--cug-card-b));
  transform: scaleX(0.28);
  transform-origin: left;
  opacity: 0.72;
  transition: transform 0.28s ease, opacity 0.28s ease;
}.tc-wp-content-root .cug-premium-content .cug-card.is-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-card-a) 42%, rgba(141, 88, 113, 0.2));
  box-shadow: var(--cug-shadow-hover);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}.tc-wp-content-root .cug-premium-content .cug-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .cug-premium-content .cug-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.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-card-a);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), color-mix(in srgb, var(--cug-card-c) 85%, #fff)),
    radial-gradient(circle at 30% 20%, color-mix(in srgb, var(--cug-card-a) 22%, transparent), transparent 60%);
  border: 1px solid color-mix(in srgb, var(--cug-card-a) 20%, rgba(255, 255, 255, 0.6));
  box-shadow: 0 12px 26px color-mix(in srgb, var(--cug-card-a) 16%, transparent);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}.tc-wp-content-root .cug-premium-content .cug-icon i{
  font-size: 1.18rem;
  line-height: 1;
}.tc-wp-content-root .cug-premium-content .cug-card:hover .cug-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--cug-card-a), var(--cug-card-b));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--cug-card-a) 28%, transparent);
}.tc-wp-content-root .cug-premium-content .cug-card h3{
  position: relative;
  display: inline;
  margin: 0;
  color: var(--cug-ink);
  font-size: 1.08rem;
  line-height: 1.32;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(90deg, var(--cug-card-a), var(--cug-card-b));
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: 0 100%;
  transition: background-size 0.28s ease;
}.tc-wp-content-root .cug-premium-content .cug-card:hover h3{
  background-size: 100% 2px;
}.tc-wp-content-root .cug-premium-content .cug-card p{
  margin: 14px 0 0;
  color: var(--cug-muted);
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cug-premium-content .cug-card-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 20px;
  color: var(--cug-card-a);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.3;
  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 .cug-premium-content .cug-card:hover .cug-card-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--cug-card-b);
}.tc-wp-content-root .cug-premium-content .cug-grid-benefits .cug-card:hover{
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px) scale(1.01);
}.tc-wp-content-root .cug-premium-content .cug-process-card{
  padding-top: 32px;
}.tc-wp-content-root .cug-premium-content .cug-step-number{
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: -1;
  max-width: 45%;
  color: color-mix(in srgb, var(--cug-card-a) 16%, transparent);
  font-size: 4.7rem;
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 0.28s ease, color 0.28s ease;
}.tc-wp-content-root .cug-premium-content .cug-process-card:hover .cug-step-number{
  color: color-mix(in srgb, var(--cug-card-b) 24%, transparent);
  transform: translateY(-4px) scale(1.04);
}.tc-wp-content-root .cug-premium-content .cug-card:nth-child(8n + 1){
  --cug-card-a: #ff6f9f;
  --cug-card-b: #b66cff;
  --cug-card-c: #fff1f6;
}.tc-wp-content-root .cug-premium-content .cug-card:nth-child(8n + 2){
  --cug-card-a: #ff9f6e;
  --cug-card-b: #ff6f9f;
  --cug-card-c: #fff4ee;
}.tc-wp-content-root .cug-premium-content .cug-card:nth-child(8n + 3){
  --cug-card-a: #8f7cff;
  --cug-card-b: #45b7ff;
  --cug-card-c: #f2f5ff;
}.tc-wp-content-root .cug-premium-content .cug-card:nth-child(8n + 4){
  --cug-card-a: #12b886;
  --cug-card-b: #7bdcb5;
  --cug-card-c: #effcf7;
}.tc-wp-content-root .cug-premium-content .cug-card:nth-child(8n + 5){
  --cug-card-a: #f2a900;
  --cug-card-b: #ff7a59;
  --cug-card-c: #fff8e8;
}.tc-wp-content-root .cug-premium-content .cug-card:nth-child(8n + 6){
  --cug-card-a: #e056fd;
  --cug-card-b: #ff78c4;
  --cug-card-c: #fff0fb;
}.tc-wp-content-root .cug-premium-content .cug-card:nth-child(8n + 7){
  --cug-card-a: #39a7ff;
  --cug-card-b: #7c5cff;
  --cug-card-c: #eff7ff;
}.tc-wp-content-root .cug-premium-content .cug-card:nth-child(8n + 8){
  --cug-card-a: #ff5c7a;
  --cug-card-b: #ffb457;
  --cug-card-c: #fff1ee;
}@media (min-width: 1200px) {.tc-wp-content-root .cug-premium-content .cug-section{
    padding: 92px 32px;
  }.tc-wp-content-root .cug-premium-content .cug-container{
    width: min(1240px, 100%);
  }.tc-wp-content-root .cug-premium-content .cug-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .cug-premium-content .cug-section-header p{
    font-size: 1.05rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .cug-premium-content .cug-section{
    padding: 82px 28px;
  }.tc-wp-content-root .cug-premium-content .cug-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .cug-premium-content .cug-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .cug-premium-content .cug-card{
    padding: 26px;
  }.tc-wp-content-root .cug-premium-content .cug-section-header p{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .cug-premium-content .cug-section{
    padding: 70px 22px;
  }.tc-wp-content-root .cug-premium-content .cug-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .cug-premium-content .cug-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .cug-premium-content .cug-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .cug-premium-content .cug-card p{
    font-size: 0.94rem;
  }.tc-wp-content-root .cug-premium-content .cug-section-header p{
    font-size: 0.98rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .cug-premium-content .cug-section{
    padding: 58px 18px;
  }.tc-wp-content-root .cug-premium-content .cug-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .cug-premium-content .cug-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .cug-premium-content .cug-section-header p{
    margin-top: 12px;
    font-size: 0.95rem;
    line-height: 1.62;
  }.tc-wp-content-root .cug-premium-content .cug-card-cta{
    width: 100%;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .cug-premium-content .cug-section{
    padding: 50px 15px;
  }.tc-wp-content-root .cug-premium-content .cug-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .cug-premium-content .cug-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 20px;
    border-radius: 17px;
  }.tc-wp-content-root .cug-premium-content .cug-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 15px;
  }.tc-wp-content-root .cug-premium-content .cug-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .cug-premium-content .cug-card h3{
    font-size: 0.99rem;
  }.tc-wp-content-root .cug-premium-content .cug-card p, .tc-wp-content-root .cug-premium-content .cug-card-cta{
    font-size: 0.9rem;
  }.tc-wp-content-root .cug-premium-content .cug-section-header p{
    font-size: 0.92rem;
  }.tc-wp-content-root .cug-premium-content .cug-step-number{
    font-size: 3.9rem;
    right: 14px;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .cug-premium-content .cug-section{
    padding: 44px 12px;
  }.tc-wp-content-root .cug-premium-content .cug-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
    margin-top: 24px;
  }.tc-wp-content-root .cug-premium-content .cug-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .cug-premium-content .cug-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    border-radius: 14px;
  }.tc-wp-content-root .cug-premium-content .cug-icon i{
    font-size: 0.98rem;
  }.tc-wp-content-root .cug-premium-content .cug-card h3{
    font-size: 0.95rem;
    line-height: 1.34;
  }.tc-wp-content-root .cug-premium-content .cug-card p, .tc-wp-content-root .cug-premium-content .cug-card-cta{
    font-size: 0.86rem;
    line-height: 1.6;
  }.tc-wp-content-root .cug-premium-content .cug-section-header p{
    font-size: 0.88rem;
    line-height: 1.58;
  }.tc-wp-content-root .cug-premium-content .cug-step-number{
    top: 14px;
    right: 12px;
    font-size: 3.3rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .cug-premium-content .cug-section{
    padding: 40px 10px;
  }.tc-wp-content-root .cug-premium-content .cug-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .cug-premium-content .cug-card{
    padding: 16px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .cug-premium-content .cug-card, .tc-wp-content-root .cug-premium-content .cug-card::before, .tc-wp-content-root .cug-premium-content .cug-card::after, .tc-wp-content-root .cug-premium-content .cug-icon, .tc-wp-content-root .cug-premium-content .cug-card-cta, .tc-wp-content-root .cug-premium-content .cug-step-number, .tc-wp-content-root .cug-premium-content .cug-card h3{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .cug-premium-content .cug-card, .tc-wp-content-root .cug-premium-content .cug-card.is-visible, .tc-wp-content-root .cug-premium-content .cug-card:hover{
    transform: none !important;
    opacity: 1;
  }}

.tc-wp-content-root .cug-grid-intro {}
.tc-wp-content-root .cug-grid-process {}
.tc-wp-content-root .cug-reveal {}