@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: #1f1d2b;
  --tug-muted: #686272;
  --tug-line: rgba(122, 86, 165, 0.16);
  --tug-grad-a: #9b5de5;
  --tug-grad-b: #f15bb5;
  --tug-grad-c: #fee440;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--tug-ink);
  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;
  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% 12%, rgba(254, 228, 64, 0.2), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(241, 91, 181, 0.16), transparent 28%),
    linear-gradient(180deg, #fff8fb 0%, #fff9ef 100%);
}.tc-wp-content-root .tug-premium-content .tug-container{
  margin: 0 auto;
}.tc-wp-content-root .tug-premium-content .tug-heading-wrap{
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tug-premium-content .tug-heading-wrap h2{
  margin: 0;
  color: var(--tug-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  font-weight: 820;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .tug-premium-content .tug-heading-wrap h2 span{
  display: inline;
  color: transparent;
  background: linear-gradient(120deg, var(--tug-grad-a), var(--tug-grad-b), #f2b705);
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .tug-premium-content .tug-heading-wrap p{
  margin: 14px auto 0;
  color: var(--tug-muted);
  line-height: 1.7;
  font-weight: 480;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .tug-premium-content .tug-card-grid{
  display: grid;
  min-width: 0;
}.tc-wp-content-root .tug-premium-content .tug-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --tug-accent: #9b5de5;
  --tug-accent-2: #f15bb5;
  --tug-soft: rgba(155, 93, 229, 0.1);
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--tug-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 255, 0.76));
  box-shadow: 0 16px 38px rgba(41, 25, 62, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 700ms ease,
    transform 700ms ease,
    border-color 280ms ease,
    box-shadow 280ms ease,
    background 280ms ease;
}.tc-wp-content-root .tug-premium-content .tug-card:nth-child(1){ --tug-accent: #9b5de5; --tug-accent-2: #f15bb5; --tug-soft: rgba(155, 93, 229, 0.12); }.tc-wp-content-root .tug-premium-content .tug-card:nth-child(2){ --tug-accent: #00bbf9; --tug-accent-2: #00f5d4; --tug-soft: rgba(0, 187, 249, 0.12); }.tc-wp-content-root .tug-premium-content .tug-card:nth-child(3){ --tug-accent: #f15bb5; --tug-accent-2: #fee440; --tug-soft: rgba(241, 91, 181, 0.12); }.tc-wp-content-root .tug-premium-content .tug-card:nth-child(4){ --tug-accent: #fb8500; --tug-accent-2: #ffb703; --tug-soft: rgba(251, 133, 0, 0.12); }.tc-wp-content-root .tug-premium-content .tug-card:nth-child(5){ --tug-accent: #2a9d8f; --tug-accent-2: #90be6d; --tug-soft: rgba(42, 157, 143, 0.12); }.tc-wp-content-root .tug-premium-content .tug-card:nth-child(6){ --tug-accent: #ef476f; --tug-accent-2: #ffd166; --tug-soft: rgba(239, 71, 111, 0.12); }.tc-wp-content-root .tug-premium-content .tug-card:nth-child(7){ --tug-accent: #4361ee; --tug-accent-2: #4cc9f0; --tug-soft: rgba(67, 97, 238, 0.12); }.tc-wp-content-root .tug-premium-content .tug-card:nth-child(8){ --tug-accent: #7b2cbf; --tug-accent-2: #ffafcc; --tug-soft: rgba(123, 44, 191, 0.12); }.tc-wp-content-root .tug-premium-content .tug-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--tug-accent) 20%, transparent), transparent 34%),
    linear-gradient(135deg, var(--tug-soft), transparent 56%);
  opacity: 0;
  transition: opacity 280ms ease;
}.tc-wp-content-root .tug-premium-content .tug-card::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--tug-accent), var(--tug-accent-2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 280ms 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-accent) 42%, rgba(255, 255, 255, 0.4));
  box-shadow: 0 24px 60px rgba(47, 28, 69, 0.14);
  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);
}.tc-wp-content-root .tug-premium-content .tug-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  border-radius: 18px;
  color: var(--tug-accent);
  background: linear-gradient(145deg, #fff, var(--tug-soft));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72), 0 12px 24px rgba(31, 29, 43, 0.08);
  transition: transform 280ms ease, color 280ms ease, background 280ms ease;
}.tc-wp-content-root .tug-premium-content .tug-icon i{
  font-size: 1.24rem;
  line-height: 1;
}.tc-wp-content-root .tug-premium-content .tug-card:hover .tug-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--tug-accent), var(--tug-accent-2));
  transform: translateY(-3px) rotate(-4deg) scale(1.05);
}.tc-wp-content-root .tug-premium-content .tug-card h3{
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  color: var(--tug-ink);
  line-height: 1.25;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .tug-premium-content .tug-card h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--tug-accent), var(--tug-accent-2));
  transform: scaleX(0.18);
  transform-origin: left;
  opacity: 0.7;
  transition: transform 280ms ease, opacity 280ms ease;
}.tc-wp-content-root .tug-premium-content .tug-card:hover h3::after{
  transform: scaleX(1);
  opacity: 1;
}.tc-wp-content-root .tug-premium-content .tug-card p{
  margin: 18px 0 0;
  color: var(--tug-muted);
  line-height: 1.66;
  font-weight: 460;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .tug-premium-content .tug-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 20px;
  color: var(--tug-accent);
  font-weight: 760;
  font-size: 0.92rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
  opacity: 0.42;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease, color 260ms ease;
}.tc-wp-content-root .tug-premium-content .tug-card:hover .tug-cta{
  opacity: 1;
  transform: translateY(0);
  color: color-mix(in srgb, var(--tug-accent) 84%, #1f1d2b);
}.tc-wp-content-root .tug-premium-content .tug-grid-why .tug-card:hover{
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}.tc-wp-content-root .tug-premium-content .tug-process-card{
  padding-top: 54px;
}.tc-wp-content-root .tug-premium-content .tug-step-soft{
  position: absolute;
  top: 16px;
  right: 18px;
  max-width: 42%;
  color: var(--tug-accent);
  font-size: 4rem;
  line-height: 0.85;
  font-weight: 900;
  opacity: 0.08;
  pointer-events: none;
  overflow: hidden;
  transition: opacity 280ms ease, transform 280ms ease;
}.tc-wp-content-root .tug-premium-content .tug-step-inline{
  position: absolute;
  top: 22px;
  left: 24px;
  color: color-mix(in srgb, var(--tug-accent) 84%, #1f1d2b);
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .tug-premium-content .tug-process-card:hover .tug-step-soft{
  opacity: 0.16;
  transform: translateY(-4px) scale(1.06);
}.tc-wp-content-root .tug-premium-content .tug-card a, .tc-wp-content-root .tug-premium-content .tug-card span, .tc-wp-content-root .tug-premium-content .tug-card p, .tc-wp-content-root .tug-premium-content .tug-card h3{
  max-width: 100%;
}@media (min-width: 1200px) {.tc-wp-content-root .tug-premium-content .tug-section{
    padding: 92px 32px;
  }.tc-wp-content-root .tug-premium-content .tug-container{
    max-width: 1240px;
  }.tc-wp-content-root .tug-premium-content .tug-heading-wrap p{
    font-size: 1.06rem;
  }.tc-wp-content-root .tug-premium-content .tug-card-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    margin-top: 46px;
  }.tc-wp-content-root .tug-premium-content .tug-card{
    padding: 28px;
  }.tc-wp-content-root .tug-premium-content .tug-card h3{
    font-size: 1.08rem;
  }.tc-wp-content-root .tug-premium-content .tug-card p{
    font-size: 0.96rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .tug-premium-content .tug-section{
    padding: 78px 28px;
  }.tc-wp-content-root .tug-premium-content .tug-container{
    max-width: 1040px;
  }.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: 22px;
    margin-top: 40px;
  }.tc-wp-content-root .tug-premium-content .tug-card{
    padding: 25px;
  }.tc-wp-content-root .tug-premium-content .tug-card h3{
    font-size: 1.04rem;
  }.tc-wp-content-root .tug-premium-content .tug-card p{
    font-size: 0.94rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tug-premium-content .tug-section{
    padding: 66px 22px;
  }.tc-wp-content-root .tug-premium-content .tug-container{
    max-width: 760px;
  }.tc-wp-content-root .tug-premium-content .tug-heading-wrap p{
    font-size: 0.97rem;
  }.tc-wp-content-root .tug-premium-content .tug-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .tug-premium-content .tug-card{
    padding: 23px;
  }.tc-wp-content-root .tug-premium-content .tug-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .tug-premium-content .tug-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tug-premium-content .tug-section{
    padding: 54px 16px;
  }.tc-wp-content-root .tug-premium-content .tug-heading-wrap p{
    font-size: 0.94rem;
  }.tc-wp-content-root .tug-premium-content .tug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 17px;
    margin-top: 28px;
  }.tc-wp-content-root .tug-premium-content .tug-card{
    width: 100%;
    min-width: 0;
    padding: 22px;
  }.tc-wp-content-root .tug-premium-content .tug-card h3{
    font-size: 0.99rem;
  }.tc-wp-content-root .tug-premium-content .tug-card p{
    font-size: 0.92rem;
  }.tc-wp-content-root .tug-premium-content .tug-icon{
    width: 50px;
    height: 50px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tug-premium-content .tug-section{
    padding: 48px 14px;
  }.tc-wp-content-root .tug-premium-content .tug-heading-wrap p{
    font-size: 0.91rem;
  }.tc-wp-content-root .tug-premium-content .tug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
    margin-top: 25px;
  }.tc-wp-content-root .tug-premium-content .tug-card{
    width: 100%;
    min-width: 0;
    padding: 20px;
    border-radius: 19px;
  }.tc-wp-content-root .tug-premium-content .tug-icon{
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }.tc-wp-content-root .tug-premium-content .tug-icon i{
    font-size: 1.08rem;
  }.tc-wp-content-root .tug-premium-content .tug-card h3{
    font-size: 0.97rem;
  }.tc-wp-content-root .tug-premium-content .tug-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .tug-premium-content .tug-step-soft{
    font-size: 3.25rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tug-premium-content .tug-section{
    padding: 42px 12px;
  }.tc-wp-content-root .tug-premium-content .tug-heading-wrap p{
    font-size: 0.88rem;
    line-height: 1.62;
  }.tc-wp-content-root .tug-premium-content .tug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
    margin-top: 22px;
  }.tc-wp-content-root .tug-premium-content .tug-card{
    width: 100%;
    min-width: 0;
    padding: 18px;
    border-radius: 17px;
  }.tc-wp-content-root .tug-premium-content .tug-icon{
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }.tc-wp-content-root .tug-premium-content .tug-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .tug-premium-content .tug-card h3{
    margin-top: 17px;
    font-size: 0.94rem;
  }.tc-wp-content-root .tug-premium-content .tug-card p{
    font-size: 0.87rem;
    line-height: 1.58;
  }.tc-wp-content-root .tug-premium-content .tug-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .tug-premium-content .tug-process-card{
    padding-top: 50px;
  }.tc-wp-content-root .tug-premium-content .tug-step-inline{
    top: 20px;
    left: 18px;
    font-size: 0.7rem;
  }.tc-wp-content-root .tug-premium-content .tug-step-soft{
    top: 14px;
    right: 14px;
    font-size: 2.9rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .tug-premium-content .tug-section{
    padding: 38px 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{
    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-cta, .tc-wp-content-root .tug-premium-content .tug-step-soft, .tc-wp-content-root .tug-premium-content .tug-card h3::after{
    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{
    transform: none !important;
  }}

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