@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 .ctg-premium-editorial, .tc-wp-content-root .ctg-premium-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .ctg-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: #251c18;
  line-height: 1.6;
}.tc-wp-content-root .ctg-premium-editorial .ctg-section{
  width: 100%;
  max-width: 100%;
  padding: 96px 24px;
  overflow-x: hidden;
}.tc-wp-content-root .ctg-premium-editorial .ctg-section-white{
  background: #fff;
}.tc-wp-content-root .ctg-premium-editorial .ctg-section-warm{
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 179, 102, 0.25), transparent 32%),
    radial-gradient(circle at 88% 12%, rgba(190, 104, 255, 0.2), transparent 34%),
    linear-gradient(135deg, #fff8f1 0%, #fff2ee 44%, #f8f1ff 100%);
}.tc-wp-content-root .ctg-premium-editorial .ctg-container{
  width: min(1280px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .ctg-premium-editorial .ctg-heading-wrap{
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .ctg-premium-editorial h2{
  margin: 0;
  color: #201714;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  font-weight: 820;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ctg-premium-editorial h2 span{
  background: linear-gradient(92deg, #ff8a3d 0%, #ff5f7e 42%, #9b5cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .ctg-premium-editorial .ctg-heading-wrap p{
  margin: 14px auto 0;
  max-width: 760px;
  color: #6b5b55;
  font-size: 1.04rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ctg-premium-editorial .ctg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .ctg-premium-editorial .ctg-grid-what, .tc-wp-content-root .ctg-premium-editorial .ctg-grid-how{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .ctg-premium-editorial .ctg-grid-why{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .ctg-premium-editorial .ctg-card{
  --ctg-a: #ff8a3d;
  --ctg-b: #ff5f7e;
  --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: 100%;
  padding: 28px;
  border: 1px solid rgba(116, 69, 47, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--ctg-a) 18%, transparent), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 246, 0.92));
  box-shadow: 0 18px 45px rgba(79, 44, 31, 0.09);
  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, background 320ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  isolation: isolate;
}.tc-wp-content-root .ctg-premium-editorial .ctg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, color-mix(in srgb, var(--ctg-a) 14%, transparent), transparent 42%, color-mix(in srgb, var(--ctg-b) 10%, transparent));
  opacity: 0;
  transition: opacity 320ms ease;
  z-index: -1;
}.tc-wp-content-root .ctg-premium-editorial .ctg-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--ctg-a), var(--ctg-b));
  transform: scaleX(0.18);
  transform-origin: left;
  opacity: 0.55;
  transition: transform 320ms ease, opacity 320ms ease;
}.tc-wp-content-root .ctg-premium-editorial .ctg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .ctg-premium-editorial .ctg-card:hover{
  border-color: color-mix(in srgb, var(--ctg-a) 46%, rgba(116, 69, 47, 0.18));
  box-shadow: 0 26px 70px rgba(79, 44, 31, 0.16);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}.tc-wp-content-root .ctg-premium-editorial .ctg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ctg-premium-editorial .ctg-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.tc-wp-content-root .ctg-premium-editorial .ctg-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 18px;
  color: var(--ctg-a);
  background: linear-gradient(135deg, color-mix(in srgb, var(--ctg-a) 13%, #fff), color-mix(in srgb, var(--ctg-b) 10%, #fff));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ctg-a) 18%, transparent), 0 12px 28px color-mix(in srgb, var(--ctg-a) 16%, transparent);
  transition: transform 320ms ease, color 320ms ease, background 320ms ease;
}.tc-wp-content-root .ctg-premium-editorial .ctg-icon i{
  font-size: 1.22rem;
  line-height: 1;
}.tc-wp-content-root .ctg-premium-editorial .ctg-card:hover .ctg-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--ctg-a), var(--ctg-b));
  transform: translateY(-3px) scale(1.04) rotate(-2deg);
}.tc-wp-content-root .ctg-premium-editorial h3{
  position: relative;
  display: inline;
  margin: 0;
  color: #241915;
  font-size: 1.08rem;
  line-height: 1.32;
  font-weight: 780;
  letter-spacing: 0;
  background-image: linear-gradient(90deg, var(--ctg-a), var(--ctg-b));
  background-size: 0 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 300ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ctg-premium-editorial .ctg-card:hover h3{
  background-size: 100% 2px;
}.tc-wp-content-root .ctg-premium-editorial .ctg-card p{
  margin: 14px 0 0;
  color: #6a5c57;
  font-size: 0.965rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ctg-premium-editorial .ctg-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: color-mix(in srgb, var(--ctg-a) 72%, #3a2822);
  font-size: 0.9rem;
  font-weight: 760;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 280ms ease, transform 280ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ctg-premium-editorial .ctg-card:hover .ctg-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ctg-premium-editorial .ctg-process-card{
  padding-top: 26px;
}.tc-wp-content-root .ctg-premium-editorial .ctg-step{
  display: inline-grid;
  place-items: center;
  min-width: 46px;
  height: 34px;
  max-width: 100%;
  margin-bottom: 16px;
  padding: 0 12px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--ctg-a), var(--ctg-b));
  box-shadow: 0 12px 26px color-mix(in srgb, var(--ctg-a) 22%, transparent);
  font-size: 0.82rem;
  line-height: 1;
  font-weight: 820;
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .ctg-premium-editorial .ctg-process-card:hover .ctg-step{
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--ctg-b) 28%, transparent);
}.tc-wp-content-root .ctg-premium-editorial .ctg-card:nth-child(1){ --ctg-a: #ff8a3d; --ctg-b: #ff5f7e; }.tc-wp-content-root .ctg-premium-editorial .ctg-card:nth-child(2){ --ctg-a: #f6b642; --ctg-b: #ff7a59; }.tc-wp-content-root .ctg-premium-editorial .ctg-card:nth-child(3){ --ctg-a: #ff6f91; --ctg-b: #9b5cff; }.tc-wp-content-root .ctg-premium-editorial .ctg-card:nth-child(4){ --ctg-a: #ec8b5e; --ctg-b: #d65db1; }.tc-wp-content-root .ctg-premium-editorial .ctg-card:nth-child(5){ --ctg-a: #ff9f5a; --ctg-b: #b86bff; }.tc-wp-content-root .ctg-premium-editorial .ctg-card:nth-child(6){ --ctg-a: #e9a73a; --ctg-b: #ff5f7e; }.tc-wp-content-root .ctg-premium-editorial .ctg-card:nth-child(7){ --ctg-a: #ff7b54; --ctg-b: #7c5cff; }.tc-wp-content-root .ctg-premium-editorial .ctg-card:nth-child(8){ --ctg-a: #d989ff; --ctg-b: #ff8f4f; }@media (max-width: 1199px) and (min-width: 1024px) {.tc-wp-content-root .ctg-premium-editorial .ctg-section{
    padding: 82px 22px;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .ctg-premium-editorial .ctg-grid-what, .tc-wp-content-root .ctg-premium-editorial .ctg-grid-why, .tc-wp-content-root .ctg-premium-editorial .ctg-grid-how{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ctg-premium-editorial .ctg-grid{
    gap: 22px;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-card{
    padding: 25px;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-heading-wrap p{
    font-size: 1rem;
  }}@media (max-width: 1023px) and (min-width: 768px) {.tc-wp-content-root .ctg-premium-editorial .ctg-section{
    padding: 68px 20px;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-heading-wrap{
    margin-bottom: 34px;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-heading-wrap p{
    font-size: 0.98rem;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-grid-what, .tc-wp-content-root .ctg-premium-editorial .ctg-grid-why, .tc-wp-content-root .ctg-premium-editorial .ctg-grid-how{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ctg-premium-editorial .ctg-grid{
    gap: 20px;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-card{
    padding: 24px;
    border-radius: 22px;
  }.tc-wp-content-root .ctg-premium-editorial h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-card p{
    font-size: 0.94rem;
  }}@media (max-width: 767px) and (min-width: 430px) {.tc-wp-content-root .ctg-premium-editorial .ctg-section{
    padding: 56px 16px;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-heading-wrap p{
    font-size: 0.94rem;
    line-height: 1.65;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-grid-what, .tc-wp-content-root .ctg-premium-editorial .ctg-grid-why, .tc-wp-content-root .ctg-premium-editorial .ctg-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-grid{
    gap: 16px;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }}@media (max-width: 429px) and (min-width: 375px) {.tc-wp-content-root .ctg-premium-editorial .ctg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-heading-wrap p{
    font-size: 0.9rem;
    line-height: 1.6;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-grid-what, .tc-wp-content-root .ctg-premium-editorial .ctg-grid-why, .tc-wp-content-root .ctg-premium-editorial .ctg-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-grid{
    gap: 14px;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-card{
    padding: 19px;
    border-radius: 18px;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    border-radius: 14px;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .ctg-premium-editorial h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-card p, .tc-wp-content-root .ctg-premium-editorial .ctg-cta{
    font-size: 0.88rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .ctg-premium-editorial .ctg-section{
    padding: 38px 12px;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-heading-wrap p{
    font-size: 0.86rem;
    line-height: 1.58;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-grid-what, .tc-wp-content-root .ctg-premium-editorial .ctg-grid-why, .tc-wp-content-root .ctg-premium-editorial .ctg-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-grid{
    gap: 12px;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-card{
    padding: 16px;
    border-radius: 16px;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-icon{
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
    border-radius: 13px;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-icon i{
    font-size: 0.98rem;
  }.tc-wp-content-root .ctg-premium-editorial h3{
    font-size: 0.94rem;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-card p, .tc-wp-content-root .ctg-premium-editorial .ctg-cta{
    font-size: 0.84rem;
    line-height: 1.55;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-step{
    min-width: 40px;
    height: 30px;
    padding: 0 10px;
    font-size: 0.76rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .ctg-premium-editorial .ctg-card, .tc-wp-content-root .ctg-premium-editorial .ctg-card::before, .tc-wp-content-root .ctg-premium-editorial .ctg-card::after, .tc-wp-content-root .ctg-premium-editorial .ctg-icon, .tc-wp-content-root .ctg-premium-editorial .ctg-cta, .tc-wp-content-root .ctg-premium-editorial .ctg-step, .tc-wp-content-root .ctg-premium-editorial h3{
    transition: none !important;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-card, .tc-wp-content-root .ctg-premium-editorial .ctg-card.is-visible, .tc-wp-content-root .ctg-premium-editorial .ctg-card:hover{
    transform: none !important;
    opacity: 1;
  }.tc-wp-content-root .ctg-premium-editorial .ctg-cta{
    opacity: 1;
    transform: none;
  }}

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