@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 .ptg-premium-editorial, .tc-wp-content-root .ptg-premium-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .ptg-premium-editorial{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #231b27;
}.tc-wp-content-root .ptg-premium-editorial .ptg-section{
  width: 100%;
  max-width: 100%;
  padding: 88px 24px;
  overflow-x: hidden;
}.tc-wp-content-root .ptg-premium-editorial .ptg-section-white{
  background: #fff;
}.tc-wp-content-root .ptg-premium-editorial .ptg-section-warm{
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 173, 96, 0.24), transparent 34%),
    radial-gradient(circle at 85% 18%, rgba(198, 92, 255, 0.16), transparent 36%),
    linear-gradient(135deg, #fff7ef 0%, #fff0f6 48%, #f7efff 100%);
}.tc-wp-content-root .ptg-premium-editorial .ptg-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .ptg-premium-editorial .ptg-section-head{
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .ptg-premium-editorial .ptg-section-head h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 820;
  color: #211827;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ptg-premium-editorial .ptg-section-head h2 span{
  background: linear-gradient(115deg, #ff8a3d 0%, #ff4f8b 42%, #8f5bff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .ptg-premium-editorial .ptg-section-head p{
  margin: 14px auto 0;
  max-width: 720px;
  font-size: 1.02rem;
  line-height: 1.7;
  color: #665a6d;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ptg-premium-editorial .ptg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .ptg-premium-editorial .ptg-grid-what, .tc-wp-content-root .ptg-premium-editorial .ptg-grid-how{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .ptg-premium-editorial .ptg-grid-why{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .ptg-premium-editorial .ptg-card{
  --ptg-a: #ff8a3d;
  --ptg-b: #ff4f8b;
  --ptg-soft: rgba(255, 138, 61, 0.12);
  --fg-mx: 50%;
  --fg-my: 18%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 238px;
  padding: 28px;
  border: 1px solid rgba(70, 45, 78, 0.11);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--ptg-a) 22%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 246, 0.9));
  box-shadow: 0 18px 44px rgba(48, 27, 59, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  transition: transform 420ms ease, opacity 520ms ease, box-shadow 320ms ease, border-color 320ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ptg-premium-editorial .ptg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--ptg-a) 10%, transparent), transparent 44%, color-mix(in srgb, var(--ptg-b) 9%, transparent));
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .ptg-premium-editorial .ptg-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--ptg-a), var(--ptg-b));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 320ms ease;
}.tc-wp-content-root .ptg-premium-editorial .ptg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .ptg-premium-editorial .ptg-card:hover{
  border-color: color-mix(in srgb, var(--ptg-a) 42%, rgba(70, 45, 78, 0.16));
  box-shadow: 0 26px 64px rgba(52, 27, 65, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .ptg-premium-editorial .ptg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ptg-premium-editorial .ptg-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .ptg-premium-editorial .ptg-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 18px;
  background: var(--ptg-soft);
  color: var(--ptg-a);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ptg-a) 18%, transparent);
  transition: transform 320ms ease, background 320ms ease, color 320ms ease;
}.tc-wp-content-root .ptg-premium-editorial .ptg-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.tc-wp-content-root .ptg-premium-editorial .ptg-card:hover .ptg-icon{
  transform: translateY(-3px) scale(1.05);
  background: linear-gradient(135deg, var(--ptg-a), var(--ptg-b));
  color: #fff;
}.tc-wp-content-root .ptg-premium-editorial .ptg-card h3{
  position: relative;
  z-index: 1;
  display: inline;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.28;
  letter-spacing: 0;
  font-weight: 760;
  color: #25182b;
  background-image: linear-gradient(90deg, var(--ptg-a), var(--ptg-b));
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: 0 100%;
  transition: background-size 300ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ptg-premium-editorial .ptg-card:hover h3{
  background-size: 100% 2px;
}.tc-wp-content-root .ptg-premium-editorial .ptg-card p{
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  font-size: 0.95rem;
  line-height: 1.68;
  color: #665a6d;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ptg-premium-editorial .ptg-cta{
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 100%;
  margin-top: 20px;
  color: var(--ptg-b);
  font-size: 0.86rem;
  font-weight: 760;
  line-height: 1.3;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 300ms ease, transform 300ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ptg-premium-editorial .ptg-card:hover .ptg-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ptg-premium-editorial .ptg-step{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--ptg-a), var(--ptg-b));
  color: #fff;
  font-weight: 820;
  font-size: 0.95rem;
  box-shadow: 0 14px 28px color-mix(in srgb, var(--ptg-a) 20%, transparent);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .ptg-premium-editorial .ptg-process-card:hover .ptg-step{
  transform: translateY(-4px) rotate(-4deg) scale(1.06);
  box-shadow: 0 18px 34px color-mix(in srgb, var(--ptg-b) 24%, transparent);
}.tc-wp-content-root .ptg-premium-editorial .ptg-card:nth-child(1){ --ptg-a: #ff8a3d; --ptg-b: #ff4f8b; --ptg-soft: rgba(255, 138, 61, 0.13); }.tc-wp-content-root .ptg-premium-editorial .ptg-card:nth-child(2){ --ptg-a: #f6a400; --ptg-b: #ff6a88; --ptg-soft: rgba(246, 164, 0, 0.13); }.tc-wp-content-root .ptg-premium-editorial .ptg-card:nth-child(3){ --ptg-a: #ff5c7a; --ptg-b: #9b5cff; --ptg-soft: rgba(255, 92, 122, 0.12); }.tc-wp-content-root .ptg-premium-editorial .ptg-card:nth-child(4){ --ptg-a: #d66bff; --ptg-b: #ff8f5a; --ptg-soft: rgba(214, 107, 255, 0.12); }.tc-wp-content-root .ptg-premium-editorial .ptg-card:nth-child(5){ --ptg-a: #ff7052; --ptg-b: #ffc247; --ptg-soft: rgba(255, 112, 82, 0.12); }.tc-wp-content-root .ptg-premium-editorial .ptg-card:nth-child(6){ --ptg-a: #b56cff; --ptg-b: #ff5fa2; --ptg-soft: rgba(181, 108, 255, 0.12); }.tc-wp-content-root .ptg-premium-editorial .ptg-card:nth-child(7){ --ptg-a: #ff9c55; --ptg-b: #f04f9b; --ptg-soft: rgba(255, 156, 85, 0.13); }.tc-wp-content-root .ptg-premium-editorial .ptg-card:nth-child(8){ --ptg-a: #f25f6f; --ptg-b: #8b68ff; --ptg-soft: rgba(242, 95, 111, 0.12); }@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .ptg-premium-editorial .ptg-section{
    padding: 74px 22px;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .ptg-premium-editorial .ptg-grid-what, .tc-wp-content-root .ptg-premium-editorial .ptg-grid-why, .tc-wp-content-root .ptg-premium-editorial .ptg-grid-how{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ptg-premium-editorial .ptg-grid{
    gap: 20px;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-card{
    padding: 25px;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-section-head p{
    font-size: 0.98rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ptg-premium-editorial .ptg-section{
    padding: 62px 20px;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-section-head{
    margin-bottom: 32px;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-grid-what, .tc-wp-content-root .ptg-premium-editorial .ptg-grid-why, .tc-wp-content-root .ptg-premium-editorial .ptg-grid-how{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ptg-premium-editorial .ptg-grid{
    gap: 18px;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-card{
    min-height: 220px;
    padding: 23px;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-card p, .tc-wp-content-root .ptg-premium-editorial .ptg-section-head p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ptg-premium-editorial .ptg-section{
    padding: 48px 16px;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-section-head{
    margin-bottom: 26px;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-section-head p{
    font-size: 0.92rem;
    line-height: 1.62;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-grid-what, .tc-wp-content-root .ptg-premium-editorial .ptg-grid-why, .tc-wp-content-root .ptg-premium-editorial .ptg-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-grid{
    gap: 16px;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-card{
    min-height: auto;
    padding: 22px;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-icon, .tc-wp-content-root .ptg-premium-editorial .ptg-step{
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ptg-premium-editorial .ptg-section{
    padding: 42px 14px;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-section-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-section-head p{
    font-size: 0.88rem;
    line-height: 1.58;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-grid-what, .tc-wp-content-root .ptg-premium-editorial .ptg-grid-why, .tc-wp-content-root .ptg-premium-editorial .ptg-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-grid{
    gap: 14px;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-card{
    padding: 19px;
    border-radius: 20px;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-icon, .tc-wp-content-root .ptg-premium-editorial .ptg-step{
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-card p{
    font-size: 0.88rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .ptg-premium-editorial .ptg-section{
    padding: 36px 12px;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-section-head{
    margin-bottom: 20px;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-section-head p{
    font-size: 0.84rem;
    line-height: 1.55;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-grid-what, .tc-wp-content-root .ptg-premium-editorial .ptg-grid-why, .tc-wp-content-root .ptg-premium-editorial .ptg-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-grid{
    gap: 12px;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-card{
    padding: 17px;
    border-radius: 18px;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-icon, .tc-wp-content-root .ptg-premium-editorial .ptg-step{
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
    border-radius: 14px;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-card h3{
    font-size: 0.94rem;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-card p, .tc-wp-content-root .ptg-premium-editorial .ptg-cta{
    font-size: 0.84rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .ptg-premium-editorial .ptg-card, .tc-wp-content-root .ptg-premium-editorial .ptg-card::before, .tc-wp-content-root .ptg-premium-editorial .ptg-card::after, .tc-wp-content-root .ptg-premium-editorial .ptg-icon, .tc-wp-content-root .ptg-premium-editorial .ptg-step, .tc-wp-content-root .ptg-premium-editorial .ptg-cta, .tc-wp-content-root .ptg-premium-editorial .ptg-card h3{
    transition: none !important;
  }.tc-wp-content-root .ptg-premium-editorial .ptg-card, .tc-wp-content-root .ptg-premium-editorial .ptg-card.is-visible, .tc-wp-content-root .ptg-premium-editorial .ptg-card:hover{
    transform: none !important;
    opacity: 1 !important;
  }}

.tc-wp-content-root .ptg-card-tilt {}
.tc-wp-content-root .ptg-reveal {}