@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 .psug-editorial-wrap, .tc-wp-content-root .psug-editorial-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .psug-editorial-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #182033;
  background: #fff;
}.tc-wp-content-root .psug-editorial-wrap .psug-section{
  width: 100%;
  max-width: 100%;
  padding: 86px 22px;
  overflow: hidden;
}.tc-wp-content-root .psug-editorial-wrap .psug-section-intro, .tc-wp-content-root .psug-editorial-wrap .psug-section-process{
  background: #fff;
}.tc-wp-content-root .psug-editorial-wrap .psug-section-benefits{
  background:
    radial-gradient(circle at 12% 12%, rgba(35, 97, 255, 0.1), transparent 34%),
    linear-gradient(135deg, #fff7ec 0%, #f6fbff 48%, #fff4f4 100%);
}.tc-wp-content-root .psug-editorial-wrap .psug-container{
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}.tc-wp-content-root .psug-editorial-wrap .psug-heading-block{
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}.tc-wp-content-root .psug-editorial-wrap .psug-heading-block h2{
  margin: 0;
  color: #172033;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  letter-spacing: 0;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .psug-editorial-wrap .psug-heading-block h2 span{
  background: linear-gradient(135deg, #2458ff 0%, #7c3aed 46%, #ff7a45 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .psug-editorial-wrap .psug-heading-block p{
  margin: 14px auto 0;
  max-width: 700px;
  color: #5d667a;
  font-size: 1.02rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .psug-editorial-wrap .psug-card-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .psug-editorial-wrap .psug-card{
  --psug-accent: #2458ff;
  --psug-accent-2: #72b7ff;
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 260px;
  padding: 28px 24px 24px;
  border: 1px solid rgba(24, 32, 51, 0.09);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--psug-accent) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 244, 0.88));
  box-shadow: 0 18px 48px rgba(21, 28, 45, 0.08);
  transform: translateY(24px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  opacity: 0;
  transition:
    transform 320ms ease,
    opacity 520ms ease,
    box-shadow 320ms ease,
    border-color 320ms ease,
    background 320ms ease;
  overflow: hidden;
  transform-style: preserve-3d;
}.tc-wp-content-root .psug-editorial-wrap .psug-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, color-mix(in srgb, var(--psug-accent) 12%, transparent), transparent 42%);
  opacity: 0.42;
}.tc-wp-content-root .psug-editorial-wrap .psug-card::after{
  content: "";
  position: absolute;
  left: 24px;
  bottom: 0;
  width: 56px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--psug-accent), var(--psug-accent-2));
  transform: scaleX(0.45);
  transform-origin: left;
  transition: transform 280ms ease;
}.tc-wp-content-root .psug-editorial-wrap .psug-card.psug-visible{
  opacity: 1;
  transform: translateY(0) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .psug-editorial-wrap .psug-card:hover{
  border-color: color-mix(in srgb, var(--psug-accent) 38%, rgba(24, 32, 51, 0.12));
  box-shadow: 0 24px 68px rgba(21, 28, 45, 0.14);
  transform: translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .psug-editorial-wrap .psug-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .psug-editorial-wrap .psug-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--psug-accent);
  background: color-mix(in srgb, var(--psug-accent) 12%, #ffffff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--psug-accent) 18%, transparent);
  transition: transform 280ms ease, color 280ms ease, background 280ms ease;
}.tc-wp-content-root .psug-editorial-wrap .psug-icon i{
  font-size: 1.24rem;
  line-height: 1;
}.tc-wp-content-root .psug-editorial-wrap .psug-card:hover .psug-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--psug-accent), var(--psug-accent-2));
  transform: translateY(-3px) scale(1.04) rotate(-3deg);
}.tc-wp-content-root .psug-editorial-wrap .psug-card h3{
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #172033;
  font-size: 1.08rem;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 780;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .psug-editorial-wrap .psug-card h3::after{
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--psug-accent), var(--psug-accent-2));
  transform: scaleX(0.55);
  transform-origin: left;
  transition: transform 260ms ease;
}.tc-wp-content-root .psug-editorial-wrap .psug-card:hover h3::after{
  transform: scaleX(1.55);
}.tc-wp-content-root .psug-editorial-wrap .psug-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #636d82;
  font-size: 0.95rem;
  line-height: 1.64;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .psug-editorial-wrap .psug-cta{
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--psug-accent);
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 750;
  opacity: 0.16;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .psug-editorial-wrap .psug-card:hover .psug-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .psug-editorial-wrap .psug-grid-why .psug-card:hover{
  transform: translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .psug-editorial-wrap .psug-process-card{
  padding-top: 76px;
}.tc-wp-content-root .psug-editorial-wrap .psug-step-number{
  position: absolute;
  top: 18px;
  right: 22px;
  z-index: 0;
  color: color-mix(in srgb, var(--psug-accent) 18%, transparent);
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 280ms ease, color 280ms ease;
}.tc-wp-content-root .psug-editorial-wrap .psug-process-card:hover .psug-step-number{
  color: color-mix(in srgb, var(--psug-accent) 28%, transparent);
  transform: translateY(-4px) scale(1.04);
}.tc-wp-content-root .psug-editorial-wrap .psug-card:nth-child(1){ --psug-accent: #2458ff; --psug-accent-2: #72b7ff; }.tc-wp-content-root .psug-editorial-wrap .psug-card:nth-child(2){ --psug-accent: #7c3aed; --psug-accent-2: #c084fc; }.tc-wp-content-root .psug-editorial-wrap .psug-card:nth-child(3){ --psug-accent: #0f9f8f; --psug-accent-2: #67e8c9; }.tc-wp-content-root .psug-editorial-wrap .psug-card:nth-child(4){ --psug-accent: #f0642f; --psug-accent-2: #ffb066; }.tc-wp-content-root .psug-editorial-wrap .psug-card:nth-child(5){ --psug-accent: #d9276d; --psug-accent-2: #fb8fb8; }.tc-wp-content-root .psug-editorial-wrap .psug-card:nth-child(6){ --psug-accent: #2563eb; --psug-accent-2: #93c5fd; }.tc-wp-content-root .psug-editorial-wrap .psug-card:nth-child(7){ --psug-accent: #8a5a18; --psug-accent-2: #f4c76b; }.tc-wp-content-root .psug-editorial-wrap .psug-card:nth-child(8){ --psug-accent: #4f46e5; --psug-accent-2: #a5b4fc; }@media (min-width: 1200px) {.tc-wp-content-root .psug-editorial-wrap .psug-section{
    padding: 92px 28px;
  }.tc-wp-content-root .psug-editorial-wrap .psug-container{
    max-width: 1240px;
  }.tc-wp-content-root .psug-editorial-wrap .psug-card-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .psug-editorial-wrap .psug-section{
    padding: 78px 24px;
  }.tc-wp-content-root .psug-editorial-wrap .psug-container{
    max-width: 1040px;
  }.tc-wp-content-root .psug-editorial-wrap .psug-heading-block p{
    font-size: 0.98rem;
  }.tc-wp-content-root .psug-editorial-wrap .psug-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .psug-editorial-wrap .psug-card{
    padding: 25px 22px 23px;
  }.tc-wp-content-root .psug-editorial-wrap .psug-process-card{
    padding-top: 72px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .psug-editorial-wrap .psug-section{
    padding: 66px 20px;
  }.tc-wp-content-root .psug-editorial-wrap .psug-heading-block{
    margin-bottom: 30px;
  }.tc-wp-content-root .psug-editorial-wrap .psug-heading-block p{
    font-size: 0.96rem;
  }.tc-wp-content-root .psug-editorial-wrap .psug-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .psug-editorial-wrap .psug-card{
    min-height: 240px;
    padding: 24px 21px 22px;
  }.tc-wp-content-root .psug-editorial-wrap .psug-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .psug-editorial-wrap .psug-card p{
    font-size: 0.92rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .psug-editorial-wrap .psug-section{
    padding: 54px 16px;
  }.tc-wp-content-root .psug-editorial-wrap .psug-heading-block{
    margin-bottom: 26px;
  }.tc-wp-content-root .psug-editorial-wrap .psug-heading-block p{
    font-size: 0.93rem;
    line-height: 1.62;
  }.tc-wp-content-root .psug-editorial-wrap .psug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .psug-editorial-wrap .psug-card{
    min-height: auto;
    padding: 22px 18px 21px;
    border-radius: 20px;
  }.tc-wp-content-root .psug-editorial-wrap .psug-process-card{
    padding-top: 64px;
  }.tc-wp-content-root .psug-editorial-wrap .psug-cta{
    white-space: normal;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .psug-editorial-wrap .psug-section{
    padding: 48px 14px;
  }.tc-wp-content-root .psug-editorial-wrap .psug-heading-block{
    margin-bottom: 24px;
  }.tc-wp-content-root .psug-editorial-wrap .psug-heading-block p{
    font-size: 0.9rem;
  }.tc-wp-content-root .psug-editorial-wrap .psug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .psug-editorial-wrap .psug-card{
    min-height: auto;
    padding: 20px 16px;
    border-radius: 18px;
  }.tc-wp-content-root .psug-editorial-wrap .psug-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
    margin-bottom: 18px;
  }.tc-wp-content-root .psug-editorial-wrap .psug-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .psug-editorial-wrap .psug-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .psug-editorial-wrap .psug-process-card{
    padding-top: 60px;
  }.tc-wp-content-root .psug-editorial-wrap .psug-step-number{
    font-size: 3.2rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .psug-editorial-wrap .psug-section{
    padding: 42px 12px;
  }.tc-wp-content-root .psug-editorial-wrap .psug-heading-block{
    margin-bottom: 22px;
  }.tc-wp-content-root .psug-editorial-wrap .psug-heading-block p{
    font-size: 0.86rem;
    line-height: 1.58;
  }.tc-wp-content-root .psug-editorial-wrap .psug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .psug-editorial-wrap .psug-card{
    min-height: auto;
    padding: 18px 14px;
    border-radius: 17px;
  }.tc-wp-content-root .psug-editorial-wrap .psug-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .psug-editorial-wrap .psug-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .psug-editorial-wrap .psug-card h3{
    font-size: 0.94rem;
  }.tc-wp-content-root .psug-editorial-wrap .psug-card p, .tc-wp-content-root .psug-editorial-wrap .psug-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .psug-editorial-wrap .psug-process-card{
    padding-top: 56px;
  }.tc-wp-content-root .psug-editorial-wrap .psug-step-number{
    top: 16px;
    right: 16px;
    font-size: 2.9rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .psug-editorial-wrap .psug-card-grid{
    grid-template-columns: 1fr !important;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .psug-editorial-wrap .psug-card, .tc-wp-content-root .psug-editorial-wrap .psug-card *, .tc-wp-content-root .psug-editorial-wrap .psug-card::after{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .psug-editorial-wrap .psug-card{
    opacity: 1;
    transform: none !important;
  }}

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