@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: #172033;
  --tug-muted: #687184;
  --tug-line: rgba(23, 32, 51, 0.11);
  --tug-soft: #fff7f2;
  --tug-hot: #ff3f7f;
  --tug-cyan: #18d5d2;
  --tug-gold: #f7b955;
  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", Arial, sans-serif;
  line-height: 1.5;
}.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-grid{
  width: 100%;
  max-width: 100%;
}.tc-wp-content-root .tug-premium-content .tug-section{
  position: relative;
  padding: 92px 20px;
  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, 63, 127, 0.11), transparent 34%),
    radial-gradient(circle at 92% 18%, rgba(24, 213, 210, 0.14), transparent 32%),
    linear-gradient(180deg, #fff8f3 0%, #fff 54%, #fff7fb 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 .tug-heading-wrap h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 850;
  color: var(--tug-ink);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .tug-premium-content .tug-heading-wrap h2 span{
  background: linear-gradient(135deg, var(--tug-hot), #7c4dff 48%, var(--tug-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .tug-premium-content .tug-heading-wrap p{
  margin: 14px auto 0;
  max-width: 680px;
  color: var(--tug-muted);
  font-size: 1.02rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .tug-premium-content .tug-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-accent: #ff3f7f;
  --tug-accent-2: #18d5d2;
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 258px;
  padding: 26px;
  border: 1px solid var(--tug-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--tug-accent) 20%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(255,255,255,0.82));
  box-shadow: 0 16px 42px rgba(23, 32, 51, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition: transform 420ms ease, opacity 560ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms 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-accent) 13%, transparent), transparent 42%),
    linear-gradient(315deg, color-mix(in srgb, var(--tug-accent-2) 14%, transparent), transparent 40%);
  opacity: 0.74;
  pointer-events: none;
}.tc-wp-content-root .tug-premium-content .tug-card::after{
  content: "";
  position: absolute;
  inset: auto 18px 18px 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--tug-accent) 50%, transparent), transparent);
  opacity: 0.5;
  pointer-events: none;
}.tc-wp-content-root .tug-premium-content .tug-card.is-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) 38%, rgba(23, 32, 51, 0.12));
  box-shadow: 0 24px 62px rgba(23, 32, 51, 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-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  border-radius: 18px;
  color: var(--tug-accent);
  background: color-mix(in srgb, var(--tug-accent) 13%, #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--tug-accent) 18%, transparent);
  transition: transform 320ms ease, color 320ms ease, background 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .tug-premium-content .tug-icon i{
  font-size: 1.18rem;
  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));
  box-shadow: 0 14px 28px color-mix(in srgb, var(--tug-accent) 24%, transparent);
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}.tc-wp-content-root .tug-premium-content .tug-card h3{
  position: relative;
  margin: 22px 0 10px;
  padding-bottom: 12px;
  font-size: 1.08rem;
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 800;
  color: var(--tug-ink);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .tug-premium-content .tug-card h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--tug-accent), var(--tug-accent-2));
  transition: width 320ms ease;
}.tc-wp-content-root .tug-premium-content .tug-card:hover h3::after{
  width: 78px;
}.tc-wp-content-root .tug-premium-content .tug-card p{
  margin: 0;
  color: var(--tug-muted);
  font-size: 0.95rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .tug-premium-content .tug-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--tug-accent);
  font-size: 0.9rem;
  font-weight: 800;
  opacity: 0.2;
  transform: translateY(8px);
  transition: opacity 320ms ease, transform 320ms ease, color 320ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.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) 72%, #172033);
}.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) scale(1.01);
}.tc-wp-content-root .tug-premium-content .tug-process-card{
  min-height: 278px;
}.tc-wp-content-root .tug-premium-content .tug-step-number{
  position: absolute;
  top: 18px;
  right: 20px;
  max-width: 44%;
  color: color-mix(in srgb, var(--tug-accent) 18%, transparent);
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 320ms ease, color 320ms ease;
}.tc-wp-content-root .tug-premium-content .tug-process-card:hover .tug-step-number{
  color: color-mix(in srgb, var(--tug-accent) 28%, transparent);
  transform: translateY(-4px) scale(1.05);
}.tc-wp-content-root .tug-premium-content .tug-card:nth-child(1){ --tug-accent: #ff3f7f; --tug-accent-2: #18d5d2; }.tc-wp-content-root .tug-premium-content .tug-card:nth-child(2){ --tug-accent: #7c4dff; --tug-accent-2: #ffb347; }.tc-wp-content-root .tug-premium-content .tug-card:nth-child(3){ --tug-accent: #00b894; --tug-accent-2: #4facfe; }.tc-wp-content-root .tug-premium-content .tug-card:nth-child(4){ --tug-accent: #ff7a45; --tug-accent-2: #ff3f7f; }.tc-wp-content-root .tug-premium-content .tug-card:nth-child(5){ --tug-accent: #2f80ed; --tug-accent-2: #56ccf2; }.tc-wp-content-root .tug-premium-content .tug-card:nth-child(6){ --tug-accent: #f2994a; --tug-accent-2: #eb5757; }.tc-wp-content-root .tug-premium-content .tug-card:nth-child(7){ --tug-accent: #9b51e0; --tug-accent-2: #27ae60; }.tc-wp-content-root .tug-premium-content .tug-card:nth-child(8){ --tug-accent: #e84393; --tug-accent-2: #00cec9; }@media (min-width: 1200px) {.tc-wp-content-root .tug-premium-content .tug-section{ padding: 96px 24px; }.tc-wp-content-root .tug-premium-content .tug-container{ max-width: 1240px; }.tc-wp-content-root .tug-premium-content .tug-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: 0.98rem; }.tc-wp-content-root .tug-premium-content .tug-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }.tc-wp-content-root .tug-premium-content .tug-card{ padding: 24px; }}@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-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.tc-wp-content-root .tug-premium-content .tug-card{ padding: 23px; min-height: 238px; }.tc-wp-content-root .tug-premium-content .tug-card h3{ font-size: 1.02rem; }.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: 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.94rem; }.tc-wp-content-root .tug-premium-content .tug-grid{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-content-root .tug-premium-content .tug-card{ padding: 22px; min-height: auto; border-radius: 20px; }.tc-wp-content-root .tug-premium-content .tug-cta{ width: 100%; }}@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.9rem; }.tc-wp-content-root .tug-premium-content .tug-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-content-root .tug-premium-content .tug-card{ padding: 20px; min-height: auto; border-radius: 18px; }.tc-wp-content-root .tug-premium-content .tug-icon{ width: 48px; height: 48px; border-radius: 16px; }.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.9rem; }.tc-wp-content-root .tug-premium-content .tug-step-number{ font-size: 2.9rem; right: 16px; }}@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{ margin-bottom: 22px; }.tc-wp-content-root .tug-premium-content .tug-heading-wrap p{ font-size: 0.86rem; }.tc-wp-content-root .tug-premium-content .tug-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-content-root .tug-premium-content .tug-card{ padding: 18px; min-height: auto; border-radius: 17px; }.tc-wp-content-root .tug-premium-content .tug-icon{ width: 44px; height: 44px; 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: 18px; font-size: 0.96rem; }.tc-wp-content-root .tug-premium-content .tug-card p, .tc-wp-content-root .tug-premium-content .tug-cta{ font-size: 0.86rem; }.tc-wp-content-root .tug-premium-content .tug-step-number{ font-size: 2.55rem; top: 16px; right: 14px; }}@media (max-width: 319px) {.tc-wp-content-root .tug-premium-content .tug-section{ padding: 36px 10px; }.tc-wp-content-root .tug-premium-content .tug-grid{ grid-template-columns: 1fr !important; gap: 10px; }.tc-wp-content-root .tug-premium-content .tug-card{ padding: 16px; min-height: auto; }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .tug-premium-content .tug-card, .tc-wp-content-root .tug-premium-content .tug-icon, .tc-wp-content-root .tug-premium-content .tug-card h3::after, .tc-wp-content-root .tug-premium-content .tug-cta, .tc-wp-content-root .tug-premium-content .tug-step-number{
    transition: none !important;
  }.tc-wp-content-root .tug-premium-content .tug-card, .tc-wp-content-root .tug-premium-content .tug-card.is-visible, .tc-wp-content-root .tug-premium-content .tug-card:hover{
    transform: none !important;
    opacity: 1 !important;
  }}

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