@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 .ps5ug-editorial{
  --ps5ug-ink: #16151f;
  --ps5ug-muted: #686574;
  --ps5ug-soft: #fff7ef;
  --ps5ug-line: rgba(42, 33, 25, 0.11);
  --ps5ug-shadow: 0 18px 50px rgba(58, 43, 33, 0.11);
  --ps5ug-shadow-hover: 0 26px 70px rgba(58, 43, 33, 0.18);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ps5ug-ink);
  background: #fff;
}.tc-wp-content-root .ps5ug-editorial *, .tc-wp-content-root .ps5ug-editorial *::before, .tc-wp-content-root .ps5ug-editorial *::after{
  box-sizing: border-box;
}.tc-wp-content-root .ps5ug-editorial .ps5ug-section, .tc-wp-content-root .ps5ug-editorial .ps5ug-container, .tc-wp-content-root .ps5ug-editorial .ps5ug-grid{
  width: 100%;
  max-width: 100%;
}.tc-wp-content-root .ps5ug-editorial .ps5ug-section{
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .ps5ug-editorial .ps5ug-section-white{
  background: #fff;
}.tc-wp-content-root .ps5ug-editorial .ps5ug-section-warm{
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 123, 84, 0.13), transparent 30%),
    radial-gradient(circle at 88% 24%, rgba(82, 113, 255, 0.11), transparent 32%),
    linear-gradient(180deg, #fff8f1 0%, #fff3e8 100%);
}.tc-wp-content-root .ps5ug-editorial .ps5ug-container{
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .ps5ug-editorial .ps5ug-heading{
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ps5ug-editorial .ps5ug-heading h2{
  margin: 0;
  color: var(--ps5ug-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 820;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ps5ug-editorial .ps5ug-heading h2 span{
  display: inline;
  color: transparent;
  background: linear-gradient(135deg, #ff7448 0%, #d94889 48%, #5b6dff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .ps5ug-editorial .ps5ug-heading p{
  margin: 14px auto 0;
  color: var(--ps5ug-muted);
  line-height: 1.72;
  font-weight: 500;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ps5ug-editorial .ps5ug-grid{
  display: grid;
  padding: 0;
  margin: 0;
  list-style: none;
}.tc-wp-content-root .ps5ug-editorial .ps5ug-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --card-a: #ff7448;
  --card-b: #5b6dff;
  --card-bg: #ffffff;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 100%;
  padding: 26px;
  border: 1px solid var(--ps5ug-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--card-a) 20%, transparent), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 251, 247, 0.88));
  box-shadow: var(--ps5ug-shadow);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.7s ease, transform 0.7s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ps5ug-editorial .ps5ug-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--card-a) 15%, transparent), transparent 42%),
    linear-gradient(315deg, color-mix(in srgb, var(--card-b) 13%, transparent), transparent 45%);
  opacity: 0.72;
  pointer-events: none;
}.tc-wp-content-root .ps5ug-editorial .ps5ug-card::after{
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--card-a), var(--card-b));
  opacity: 0.7;
}.tc-wp-content-root .ps5ug-editorial .ps5ug-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .ps5ug-editorial .ps5ug-card:hover{
  border-color: color-mix(in srgb, var(--card-a) 36%, rgba(255, 255, 255, 0.55));
  box-shadow: var(--ps5ug-shadow-hover);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .ps5ug-editorial .ps5ug-card > *{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .ps5ug-editorial .ps5ug-icon{
  width: 54px;
  height: 54px;
  max-width: 100%;
  display: grid;
  place-items: center;
  border-radius: 17px;
  color: var(--card-a);
  background: linear-gradient(145deg, color-mix(in srgb, var(--card-a) 13%, #fff), #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--card-a) 18%, transparent);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}.tc-wp-content-root .ps5ug-editorial .ps5ug-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.tc-wp-content-root .ps5ug-editorial .ps5ug-card:hover .ps5ug-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--card-a), var(--card-b));
  box-shadow: 0 14px 32px color-mix(in srgb, var(--card-a) 28%, transparent);
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}.tc-wp-content-root .ps5ug-editorial .ps5ug-card h3{
  position: relative;
  margin: 22px 0 0;
  color: var(--ps5ug-ink);
  font-size: 1.08rem;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 790;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ps5ug-editorial .ps5ug-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--card-a), var(--card-b));
  transition: width 0.28s ease;
}.tc-wp-content-root .ps5ug-editorial .ps5ug-card:hover h3::after{
  width: 78px;
}.tc-wp-content-root .ps5ug-editorial .ps5ug-card p{
  margin: 14px 0 0;
  color: var(--ps5ug-muted);
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ps5ug-editorial .ps5ug-cta{
  display: inline-block;
  max-width: 100%;
  color: color-mix(in srgb, var(--card-a) 72%, #16151f) !important;
  font-weight: 760;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}.tc-wp-content-root .ps5ug-editorial .ps5ug-card:hover .ps5ug-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ps5ug-editorial .ps5ug-grid-why .ps5ug-card{
  transform-style: preserve-3d;
}.tc-wp-content-root .ps5ug-editorial .ps5ug-grid-why .ps5ug-card:hover .ps5ug-icon, .tc-wp-content-root .ps5ug-editorial .ps5ug-grid-why .ps5ug-card:hover h3, .tc-wp-content-root .ps5ug-editorial .ps5ug-grid-why .ps5ug-card:hover p{
  transform: translateZ(10px);
}.tc-wp-content-root .ps5ug-editorial .ps5ug-process{
  isolation: isolate;
}.tc-wp-content-root .ps5ug-editorial .ps5ug-process::before{
  content: attr(data-step);
  position: absolute;
  right: 18px;
  top: 8px;
  z-index: 0;
  color: color-mix(in srgb, var(--card-a) 14%, transparent);
  font-size: 5.6rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 0.32s ease, color 0.32s ease;
  pointer-events: none;
}.tc-wp-content-root .ps5ug-editorial .ps5ug-process:hover::before{
  color: color-mix(in srgb, var(--card-b) 20%, transparent);
  transform: translateY(-5px) scale(1.05);
}.tc-wp-content-root .ps5ug-editorial .ps5ug-process::after{
  left: 26px;
  right: auto;
  width: 74px;
}.tc-wp-content-root .ps5ug-editorial .ps5ug-card:nth-child(8n + 1){ --card-a: #ff7448; --card-b: #5b6dff; }.tc-wp-content-root .ps5ug-editorial .ps5ug-card:nth-child(8n + 2){ --card-a: #ef4d7a; --card-b: #8a63ff; }.tc-wp-content-root .ps5ug-editorial .ps5ug-card:nth-child(8n + 3){ --card-a: #f6a23a; --card-b: #ee4f78; }.tc-wp-content-root .ps5ug-editorial .ps5ug-card:nth-child(8n + 4){ --card-a: #28a7a0; --card-b: #5477ff; }.tc-wp-content-root .ps5ug-editorial .ps5ug-card:nth-child(8n + 5){ --card-a: #7b61ff; --card-b: #ff6f61; }.tc-wp-content-root .ps5ug-editorial .ps5ug-card:nth-child(8n + 6){ --card-a: #1f9bd1; --card-b: #ff8b45; }.tc-wp-content-root .ps5ug-editorial .ps5ug-card:nth-child(8n + 7){ --card-a: #36a86b; --card-b: #5f6cff; }.tc-wp-content-root .ps5ug-editorial .ps5ug-card:nth-child(8n + 8){ --card-a: #d75a9d; --card-b: #2fa8d7; }@media (min-width: 1200px) {.tc-wp-content-root .ps5ug-editorial .ps5ug-section{ padding: 92px 34px; }.tc-wp-content-root .ps5ug-editorial .ps5ug-container{ max-width: 1240px; }.tc-wp-content-root .ps5ug-editorial .ps5ug-heading p{ font-size: 1.06rem; max-width: 720px; }.tc-wp-content-root .ps5ug-editorial .ps5ug-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-top: 46px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .ps5ug-editorial .ps5ug-section{ padding: 78px 28px; }.tc-wp-content-root .ps5ug-editorial .ps5ug-container{ max-width: 1060px; }.tc-wp-content-root .ps5ug-editorial .ps5ug-heading p{ font-size: 1rem; max-width: 700px; }.tc-wp-content-root .ps5ug-editorial .ps5ug-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 40px; }.tc-wp-content-root .ps5ug-editorial .ps5ug-card{ padding: 24px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ps5ug-editorial .ps5ug-section{ padding: 64px 22px; }.tc-wp-content-root .ps5ug-editorial .ps5ug-container{ max-width: 760px; }.tc-wp-content-root .ps5ug-editorial .ps5ug-heading p{ font-size: 0.98rem; max-width: 640px; }.tc-wp-content-root .ps5ug-editorial .ps5ug-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 34px; }.tc-wp-content-root .ps5ug-editorial .ps5ug-card{ padding: 22px; }.tc-wp-content-root .ps5ug-editorial .ps5ug-card h3{ font-size: 1.02rem; }.tc-wp-content-root .ps5ug-editorial .ps5ug-card p{ font-size: 0.94rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ps5ug-editorial .ps5ug-section{ padding: 52px 16px; }.tc-wp-content-root .ps5ug-editorial .ps5ug-container{ max-width: 100%; }.tc-wp-content-root .ps5ug-editorial .ps5ug-heading p{ font-size: 0.94rem; line-height: 1.62; }.tc-wp-content-root .ps5ug-editorial .ps5ug-grid{ grid-template-columns: 1fr !important; gap: 17px; margin-top: 28px; }.tc-wp-content-root .ps5ug-editorial .ps5ug-card{ padding: 21px; border-radius: 19px; }.tc-wp-content-root .ps5ug-editorial .ps5ug-card h3{ font-size: 1rem; }.tc-wp-content-root .ps5ug-editorial .ps5ug-card p{ font-size: 0.92rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ps5ug-editorial .ps5ug-section{ padding: 46px 14px; }.tc-wp-content-root .ps5ug-editorial .ps5ug-heading p{ font-size: 0.91rem; line-height: 1.58; }.tc-wp-content-root .ps5ug-editorial .ps5ug-grid{ grid-template-columns: 1fr !important; gap: 15px; margin-top: 24px; }.tc-wp-content-root .ps5ug-editorial .ps5ug-card{ padding: 19px; border-radius: 18px; }.tc-wp-content-root .ps5ug-editorial .ps5ug-icon{ width: 48px; height: 48px; border-radius: 15px; }.tc-wp-content-root .ps5ug-editorial .ps5ug-icon i{ font-size: 1.1rem; }.tc-wp-content-root .ps5ug-editorial .ps5ug-card h3{ font-size: 0.98rem; margin-top: 18px; }.tc-wp-content-root .ps5ug-editorial .ps5ug-card p{ font-size: 0.9rem; line-height: 1.56; }.tc-wp-content-root .ps5ug-editorial .ps5ug-process::before{ font-size: 4.7rem; right: 14px; }}@media (max-width: 374px) {.tc-wp-content-root .ps5ug-editorial .ps5ug-section{ padding: 40px 12px; }.tc-wp-content-root .ps5ug-editorial .ps5ug-heading p{ font-size: 0.88rem; line-height: 1.54; }.tc-wp-content-root .ps5ug-editorial .ps5ug-grid{ grid-template-columns: 1fr !important; gap: 13px; margin-top: 22px; }.tc-wp-content-root .ps5ug-editorial .ps5ug-card{ padding: 17px; border-radius: 16px; }.tc-wp-content-root .ps5ug-editorial .ps5ug-icon{ width: 44px; height: 44px; border-radius: 14px; }.tc-wp-content-root .ps5ug-editorial .ps5ug-icon i{ font-size: 1rem; }.tc-wp-content-root .ps5ug-editorial .ps5ug-card h3{ font-size: 0.94rem; margin-top: 16px; }.tc-wp-content-root .ps5ug-editorial .ps5ug-card p{ font-size: 0.86rem; line-height: 1.52; }.tc-wp-content-root .ps5ug-editorial .ps5ug-process::before{ font-size: 4.1rem; right: 12px; top: 10px; }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .ps5ug-editorial .ps5ug-card, .tc-wp-content-root .ps5ug-editorial .ps5ug-icon, .tc-wp-content-root .ps5ug-editorial .ps5ug-card h3::after, .tc-wp-content-root .ps5ug-editorial .ps5ug-cta, .tc-wp-content-root .ps5ug-editorial .ps5ug-process::before{
    transition: none !important;
  }.tc-wp-content-root .ps5ug-editorial .ps5ug-card, .tc-wp-content-root .ps5ug-editorial .ps5ug-card.is-visible, .tc-wp-content-root .ps5ug-editorial .ps5ug-card:hover{
    opacity: 1;
    transform: none !important;
  }}

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