@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 .tug-premium-content, .tc-wp-content-root .tug-premium-content *{
  box-sizing: border-box;
}.tc-wp-content-root .tug-premium-content{
  --tug-ink: #211a2e;
  --tug-muted: #665d74;
  --tug-soft: #fff7f0;
  --tug-line: rgba(105, 68, 130, 0.14);
  --tug-violet: #7c3aed;
  --tug-coral: #ff7a59;
  --tug-gold: #f5b84b;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--tug-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fff;
}.tc-wp-content-root .tug-premium-content .tug-section, .tc-wp-content-root .tug-premium-content .tug-container, .tc-wp-content-root .tug-premium-content .tug-card-grid{
  width: 100%;
  max-width: 100%;
}.tc-wp-content-root .tug-premium-content .tug-section{
  position: relative;
  padding: 92px 24px;
  overflow: hidden;
}.tc-wp-content-root .tug-premium-content .tug-section-white{
  background: #fff;
}.tc-wp-content-root .tug-premium-content .tug-section-warm{
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 122, 89, 0.12), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(124, 58, 237, 0.1), transparent 32%),
    linear-gradient(180deg, #fff8f1 0%, #fff3ea 100%);
}.tc-wp-content-root .tug-premium-content .tug-container{
  max-width: 1240px;
  margin: 0 auto;
}.tc-wp-content-root .tug-premium-content .tug-heading-wrap{
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .tug-premium-content h2{
  margin: 0;
  color: var(--tug-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 .tug-premium-content h2 span{
  background: linear-gradient(105deg, #6d28d9 0%, #c026d3 42%, #ff7a59 78%, #f5b84b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .tug-premium-content .tug-heading-wrap p{
  margin: 14px auto 0;
  color: var(--tug-muted);
  font-size: 1.04rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .tug-premium-content .tug-card-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}.tc-wp-content-root .tug-premium-content .tug-card{
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --tug-card-a: #7c3aed;
  --tug-card-b: #ff7a59;
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 268px;
  padding: 28px;
  border: 1px solid var(--tug-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--tug-card-a) 22%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 245, 0.9));
  box-shadow: 0 18px 45px rgba(57, 35, 89, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.45s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .tug-premium-content .tug-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--tug-card-a) 12%, transparent), transparent 40%),
    linear-gradient(315deg, color-mix(in srgb, var(--tug-card-b) 14%, transparent), transparent 38%);
  opacity: 0.65;
  transition: opacity 0.35s ease;
}.tc-wp-content-root .tug-premium-content .tug-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--tug-card-a), var(--tug-card-b));
  transform: scaleX(0.18);
  transform-origin: left;
  opacity: 0.72;
  transition: transform 0.35s ease, opacity 0.35s ease;
}.tc-wp-content-root .tug-premium-content .tug-card.tug-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .tug-premium-content .tug-card:hover{
  border-color: color-mix(in srgb, var(--tug-card-a) 42%, rgba(255, 255, 255, 0.2));
  box-shadow: 0 26px 70px rgba(57, 35, 89, 0.16);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .tug-premium-content .tug-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tug-premium-content .tug-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.tc-wp-content-root .tug-premium-content .tug-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--tug-card-a);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 246, 240, 0.72)),
    color-mix(in srgb, var(--tug-card-a) 10%, transparent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--tug-card-a) 14%, transparent), 0 12px 26px rgba(80, 45, 120, 0.1);
  transition: transform 0.35s ease, color 0.35s ease, background 0.35s ease;
}.tc-wp-content-root .tug-premium-content .tug-icon i{
  font-size: 1.22rem;
  line-height: 1;
}.tc-wp-content-root .tug-premium-content .tug-card:hover .tug-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--tug-card-a), var(--tug-card-b));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}.tc-wp-content-root .tug-premium-content h3{
  position: relative;
  display: inline;
  margin: 0;
  color: var(--tug-ink);
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(90deg, var(--tug-card-a), var(--tug-card-b));
  background-position: 0 100%;
  background-size: 0 2px;
  background-repeat: no-repeat;
  transition: background-size 0.35s ease;
}.tc-wp-content-root .tug-premium-content .tug-card:hover h3{
  background-size: 100% 2px;
}.tc-wp-content-root .tug-premium-content .tug-card p{
  margin: 14px 0 0;
  color: var(--tug-muted);
  font-size: 0.965rem;
  line-height: 1.66;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .tug-premium-content .tug-card-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 20px;
  color: var(--tug-card-a);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease, color 0.35s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .tug-premium-content .tug-card:hover .tug-card-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--tug-card-b);
}.tc-wp-content-root .tug-premium-content .tug-tilt-card{
  transform-style: preserve-3d;
}.tc-wp-content-root .tug-premium-content .tug-tilt-card .tug-icon, .tc-wp-content-root .tug-premium-content .tug-tilt-card h3, .tc-wp-content-root .tug-premium-content .tug-tilt-card p{
  transform: translateZ(16px);
}.tc-wp-content-root .tug-premium-content .tug-process-card{
  min-height: 286px;
}.tc-wp-content-root .tug-premium-content .tug-process-card::before{
  content: var(--tug-step);
  position: absolute;
  right: 18px;
  top: 4px;
  z-index: -1;
  color: color-mix(in srgb, var(--tug-card-a) 13%, transparent);
  font-size: 6.4rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 0.35s ease, color 0.35s ease;
  pointer-events: none;
}.tc-wp-content-root .tug-premium-content .tug-step-number{
  margin-bottom: 14px;
  color: var(--tug-card-a);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  transition: transform 0.35s ease, color 0.35s ease;
}.tc-wp-content-root .tug-premium-content .tug-process-card:hover::before{
  color: color-mix(in srgb, var(--tug-card-b) 19%, transparent);
  transform: translateY(-4px) scale(1.05);
}.tc-wp-content-root .tug-premium-content .tug-process-card:hover .tug-step-number{
  color: var(--tug-card-b);
  transform: translateX(4px);
}.tc-wp-content-root .tug-premium-content .tug-card:nth-child(1){ --tug-card-a: #7c3aed; --tug-card-b: #ff7a59; }.tc-wp-content-root .tug-premium-content .tug-card:nth-child(2){ --tug-card-a: #2563eb; --tug-card-b: #06b6d4; }.tc-wp-content-root .tug-premium-content .tug-card:nth-child(3){ --tug-card-a: #db2777; --tug-card-b: #f97316; }.tc-wp-content-root .tug-premium-content .tug-card:nth-child(4){ --tug-card-a: #059669; --tug-card-b: #84cc16; }.tc-wp-content-root .tug-premium-content .tug-card:nth-child(5){ --tug-card-a: #9333ea; --tug-card-b: #38bdf8; }.tc-wp-content-root .tug-premium-content .tug-card:nth-child(6){ --tug-card-a: #ea580c; --tug-card-b: #eab308; }.tc-wp-content-root .tug-premium-content .tug-card:nth-child(7){ --tug-card-a: #0f766e; --tug-card-b: #14b8a6; }.tc-wp-content-root .tug-premium-content .tug-card:nth-child(8){ --tug-card-a: #be123c; --tug-card-b: #a855f7; }@media (min-width: 1200px) {.tc-wp-content-root .tug-premium-content .tug-section{
    padding: 96px 28px;
  }.tc-wp-content-root .tug-premium-content .tug-container{
    max-width: 1240px;
  }.tc-wp-content-root .tug-premium-content .tug-card-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .tug-premium-content .tug-section{
    padding: 82px 22px;
  }.tc-wp-content-root .tug-premium-content .tug-container{
    max-width: 1040px;
  }.tc-wp-content-root .tug-premium-content .tug-heading-wrap{
    margin-bottom: 36px;
  }.tc-wp-content-root .tug-premium-content .tug-heading-wrap p{
    font-size: 1rem;
  }.tc-wp-content-root .tug-premium-content .tug-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .tug-premium-content .tug-card{
    padding: 25px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tug-premium-content .tug-section{
    padding: 70px 20px;
  }.tc-wp-content-root .tug-premium-content .tug-heading-wrap{
    margin-bottom: 32px;
  }.tc-wp-content-root .tug-premium-content .tug-heading-wrap p{
    font-size: 0.98rem;
  }.tc-wp-content-root .tug-premium-content .tug-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .tug-premium-content .tug-card{
    min-height: 246px;
    padding: 24px;
  }.tc-wp-content-root .tug-premium-content h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .tug-premium-content .tug-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tug-premium-content .tug-section{
    padding: 58px 16px;
  }.tc-wp-content-root .tug-premium-content .tug-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .tug-premium-content .tug-heading-wrap p{
    font-size: 0.95rem;
    line-height: 1.62;
  }.tc-wp-content-root .tug-premium-content .tug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .tug-premium-content .tug-card{
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .tug-premium-content .tug-card-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tug-premium-content .tug-section{
    padding: 50px 14px;
  }.tc-wp-content-root .tug-premium-content .tug-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .tug-premium-content .tug-heading-wrap p{
    font-size: 0.92rem;
    line-height: 1.58;
  }.tc-wp-content-root .tug-premium-content .tug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .tug-premium-content .tug-card{
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .tug-premium-content .tug-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
    margin-bottom: 18px;
  }.tc-wp-content-root .tug-premium-content h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .tug-premium-content .tug-card p{
    font-size: 0.91rem;
  }.tc-wp-content-root .tug-premium-content .tug-process-card::before{
    font-size: 5.2rem;
  }.tc-wp-content-root .tug-premium-content .tug-card-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tug-premium-content .tug-section{
    padding: 44px 12px;
  }.tc-wp-content-root .tug-premium-content .tug-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .tug-premium-content .tug-heading-wrap p{
    font-size: 0.88rem;
    line-height: 1.55;
  }.tc-wp-content-root .tug-premium-content .tug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .tug-premium-content .tug-card{
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .tug-premium-content .tug-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .tug-premium-content .tug-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .tug-premium-content h3{
    font-size: 0.94rem;
  }.tc-wp-content-root .tug-premium-content .tug-card p{
    font-size: 0.875rem;
    line-height: 1.55;
  }.tc-wp-content-root .tug-premium-content .tug-card-cta{
    opacity: 1;
    transform: none;
    font-size: 0.86rem;
  }.tc-wp-content-root .tug-premium-content .tug-process-card::before{
    right: 12px;
    font-size: 4.6rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .tug-premium-content .tug-section{
    padding: 40px 10px;
  }.tc-wp-content-root .tug-premium-content .tug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .tug-premium-content .tug-card{
    min-height: auto;
    padding: 16px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .tug-premium-content .tug-card, .tc-wp-content-root .tug-premium-content .tug-card::before, .tc-wp-content-root .tug-premium-content .tug-card::after, .tc-wp-content-root .tug-premium-content .tug-icon, .tc-wp-content-root .tug-premium-content .tug-card-cta, .tc-wp-content-root .tug-premium-content .tug-step-number{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .tug-premium-content .tug-card, .tc-wp-content-root .tug-premium-content .tug-card.tug-visible, .tc-wp-content-root .tug-premium-content .tug-card:hover{
    opacity: 1;
    transform: none !important;
  }}

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