@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 .sug-premium-editorial, .tc-wp-content-root .sug-premium-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .sug-premium-editorial{
  --sug-bg: #fff7ef;
  --sug-ink: #1f2933;
  --sug-muted: #667085;
  --sug-line: rgba(143, 86, 54, 0.16);
  --sug-grad: linear-gradient(135deg, #b45309 0%, #e11d48 48%, #7c3aed 100%);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--sug-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .sug-premium-editorial .sug-section{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 92px 24px;
  position: relative;
}.tc-wp-content-root .sug-premium-editorial .sug-section-intro, .tc-wp-content-root .sug-premium-editorial .sug-section-process{
  background: #fff;
}.tc-wp-content-root .sug-premium-editorial .sug-section-benefits{
  background:
    radial-gradient(circle at 18% 12%, rgba(225, 29, 72, 0.08), transparent 34%),
    radial-gradient(circle at 86% 30%, rgba(124, 58, 237, 0.08), transparent 30%),
    linear-gradient(180deg, #fff7ef 0%, #fffaf6 100%);
}.tc-wp-content-root .sug-premium-editorial .sug-container{
  width: min(1280px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .sug-premium-editorial .sug-heading-wrap{
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .sug-premium-editorial h2{
  margin: 0;
  color: #1f2933;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .sug-premium-editorial h2 span{
  background: var(--sug-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .sug-premium-editorial .sug-heading-wrap p{
  margin: 14px auto 0;
  max-width: 720px;
  color: var(--sug-muted);
  font-size: 1.04rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .sug-premium-editorial .sug-card-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .sug-premium-editorial .sug-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --sug-accent: #e11d48;
  --sug-accent-2: #fb923c;
  --sug-soft: rgba(225, 29, 72, 0.1);
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 252px;
  padding: 28px;
  border: 1px solid var(--sug-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.88), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 246, 0.84));
  box-shadow: 0 18px 46px rgba(68, 42, 27, 0.08);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(26px) perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  transition: transform 320ms ease, opacity 520ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
  will-change: transform;
}.tc-wp-content-root .sug-premium-editorial .sug-card:nth-child(1){ --sug-accent: #e11d48; --sug-accent-2: #fb7185; --sug-soft: rgba(225, 29, 72, 0.11); }.tc-wp-content-root .sug-premium-editorial .sug-card:nth-child(2){ --sug-accent: #b45309; --sug-accent-2: #f59e0b; --sug-soft: rgba(180, 83, 9, 0.12); }.tc-wp-content-root .sug-premium-editorial .sug-card:nth-child(3){ --sug-accent: #7c3aed; --sug-accent-2: #a78bfa; --sug-soft: rgba(124, 58, 237, 0.11); }.tc-wp-content-root .sug-premium-editorial .sug-card:nth-child(4){ --sug-accent: #0f766e; --sug-accent-2: #2dd4bf; --sug-soft: rgba(15, 118, 110, 0.11); }.tc-wp-content-root .sug-premium-editorial .sug-card:nth-child(5){ --sug-accent: #be123c; --sug-accent-2: #f43f5e; --sug-soft: rgba(190, 18, 60, 0.1); }.tc-wp-content-root .sug-premium-editorial .sug-card:nth-child(6){ --sug-accent: #2563eb; --sug-accent-2: #60a5fa; --sug-soft: rgba(37, 99, 235, 0.1); }.tc-wp-content-root .sug-premium-editorial .sug-card:nth-child(7){ --sug-accent: #9333ea; --sug-accent-2: #e879f9; --sug-soft: rgba(147, 51, 234, 0.1); }.tc-wp-content-root .sug-premium-editorial .sug-card:nth-child(8){ --sug-accent: #c2410c; --sug-accent-2: #fdba74; --sug-soft: rgba(194, 65, 12, 0.11); }.tc-wp-content-root .sug-premium-editorial .sug-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--sug-soft), transparent 44%);
  opacity: 0.78;
  pointer-events: none;
}.tc-wp-content-root .sug-premium-editorial .sug-card::after{
  content: "";
  position: absolute;
  inset: auto 22px 0 22px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--sug-accent), var(--sug-accent-2));
  transform: scaleX(0.32);
  transform-origin: left;
  opacity: 0.5;
  transition: transform 320ms ease, opacity 320ms ease;
}.tc-wp-content-root .sug-premium-editorial .sug-card.sug-visible{
  opacity: 1;
  transform: translateY(0) perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .sug-premium-editorial .sug-card:hover{
  border-color: color-mix(in srgb, var(--sug-accent) 42%, white);
  box-shadow: 0 26px 64px rgba(68, 42, 27, 0.15);
  transform: translateY(-7px) perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .sug-premium-editorial .sug-card:hover::after{
  transform: scaleX(1);
  opacity: 0.95;
}.tc-wp-content-root .sug-premium-editorial .sug-icon, .tc-wp-content-root .sug-premium-editorial .sug-card h3, .tc-wp-content-root .sug-premium-editorial .sug-card p, .tc-wp-content-root .sug-premium-editorial .sug-cta, .tc-wp-content-root .sug-premium-editorial .sug-step-line{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .sug-premium-editorial .sug-icon{
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  color: var(--sug-accent);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 14px 30px var(--sug-soft);
  transition: transform 320ms ease, color 320ms ease, background 320ms ease;
}.tc-wp-content-root .sug-premium-editorial .sug-icon i{
  font-size: 1.3rem;
  line-height: 1;
}.tc-wp-content-root .sug-premium-editorial .sug-card:hover .sug-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--sug-accent), var(--sug-accent-2));
  transform: translateY(-3px) rotate(-3deg) scale(1.04);
}.tc-wp-content-root .sug-premium-editorial .sug-card h3{
  margin: 0 0 12px;
  color: #202631;
  font-size: 1.08rem;
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .sug-premium-editorial .sug-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sug-accent), var(--sug-accent-2));
  transform: scaleX(0.5);
  transform-origin: left;
  opacity: 0.58;
  transition: transform 320ms ease, opacity 320ms ease;
}.tc-wp-content-root .sug-premium-editorial .sug-card:hover h3::after{
  transform: scaleX(1.7);
  opacity: 0.95;
}.tc-wp-content-root .sug-premium-editorial .sug-card p{
  margin: 0;
  color: #667085;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .sug-premium-editorial .sug-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--sug-accent);
  font-size: 0.9rem;
  font-weight: 800;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 320ms ease, transform 320ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .sug-premium-editorial .sug-card:hover .sug-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .sug-premium-editorial .sug-tilt-grid .sug-card{
  transform-style: preserve-3d;
}.tc-wp-content-root .sug-premium-editorial .sug-process-card{
  min-height: 276px;
}.tc-wp-content-root .sug-premium-editorial .sug-process-card::before{
  content: var(--sug-step);
  position: absolute;
  right: 18px;
  top: 6px;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 900;
  color: var(--sug-accent);
  opacity: 0.065;
  transition: transform 320ms ease, opacity 320ms ease;
}.tc-wp-content-root .sug-premium-editorial .sug-process-card:hover::before{
  opacity: 0.12;
  transform: translateY(-4px) scale(1.06);
}.tc-wp-content-root .sug-premium-editorial .sug-step-line{
  display: inline-block;
  margin-bottom: 16px;
  color: var(--sug-accent);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0;
}@media (min-width: 1200px) {.tc-wp-content-root .sug-premium-editorial .sug-section{
    padding: 96px 28px;
  }.tc-wp-content-root .sug-premium-editorial .sug-card-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .sug-premium-editorial .sug-section{
    padding: 82px 22px;
  }.tc-wp-content-root .sug-premium-editorial .sug-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .sug-premium-editorial .sug-heading-wrap{
    margin-bottom: 36px;
  }.tc-wp-content-root .sug-premium-editorial .sug-heading-wrap p{
    font-size: 1rem;
  }.tc-wp-content-root .sug-premium-editorial .sug-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .sug-premium-editorial .sug-card{
    padding: 26px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .sug-premium-editorial .sug-section{
    padding: 70px 20px;
  }.tc-wp-content-root .sug-premium-editorial .sug-heading-wrap{
    margin-bottom: 32px;
  }.tc-wp-content-root .sug-premium-editorial .sug-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .sug-premium-editorial .sug-card{
    padding: 24px;
  }.tc-wp-content-root .sug-premium-editorial .sug-card h3{
    font-size: 1.03rem;
  }.tc-wp-content-root .sug-premium-editorial .sug-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .sug-premium-editorial .sug-section{
    padding: 58px 16px;
  }.tc-wp-content-root .sug-premium-editorial .sug-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .sug-premium-editorial .sug-heading-wrap p{
    font-size: 0.96rem;
  }.tc-wp-content-root .sug-premium-editorial .sug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .sug-premium-editorial .sug-card{
    padding: 22px;
    min-height: auto;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .sug-premium-editorial .sug-section{
    padding: 50px 14px;
  }.tc-wp-content-root .sug-premium-editorial .sug-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .sug-premium-editorial .sug-heading-wrap p{
    font-size: 0.92rem;
    line-height: 1.65;
  }.tc-wp-content-root .sug-premium-editorial .sug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .sug-premium-editorial .sug-card{
    padding: 20px;
    border-radius: 18px;
    min-height: auto;
  }.tc-wp-content-root .sug-premium-editorial .sug-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
    margin-bottom: 18px;
  }.tc-wp-content-root .sug-premium-editorial .sug-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .sug-premium-editorial .sug-card p{
    font-size: 0.92rem;
  }.tc-wp-content-root .sug-premium-editorial .sug-process-card::before{
    font-size: 4rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .sug-premium-editorial .sug-section{
    padding: 44px 12px;
  }.tc-wp-content-root .sug-premium-editorial .sug-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .sug-premium-editorial .sug-heading-wrap p{
    font-size: 0.9rem;
    line-height: 1.6;
  }.tc-wp-content-root .sug-premium-editorial .sug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .sug-premium-editorial .sug-card{
    padding: 18px;
    border-radius: 16px;
    min-height: auto;
  }.tc-wp-content-root .sug-premium-editorial .sug-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .sug-premium-editorial .sug-icon i{
    font-size: 1.08rem;
  }.tc-wp-content-root .sug-premium-editorial .sug-card h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .sug-premium-editorial .sug-card p, .tc-wp-content-root .sug-premium-editorial .sug-cta{
    font-size: 0.88rem;
  }.tc-wp-content-root .sug-premium-editorial .sug-process-card::before{
    font-size: 3.5rem;
    right: 12px;
  }}@media (max-width: 319px) {.tc-wp-content-root .sug-premium-editorial .sug-section{
    padding: 38px 10px;
  }.tc-wp-content-root .sug-premium-editorial .sug-card-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .sug-premium-editorial .sug-card{
    padding: 16px;
    min-height: auto;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .sug-premium-editorial .sug-card, .tc-wp-content-root .sug-premium-editorial .sug-card::after, .tc-wp-content-root .sug-premium-editorial .sug-card::before, .tc-wp-content-root .sug-premium-editorial .sug-icon, .tc-wp-content-root .sug-premium-editorial .sug-cta, .tc-wp-content-root .sug-premium-editorial .sug-card h3::after{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .sug-premium-editorial .sug-card, .tc-wp-content-root .sug-premium-editorial .sug-card.sug-visible, .tc-wp-content-root .sug-premium-editorial .sug-card:hover{
    transform: none !important;
  }}

.tc-wp-content-root .sug-process-grid {}
.tc-wp-content-root .sug-reveal {}