@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 .flu4gen-editorial, .tc-wp-content-root .flu4gen-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .flu4gen-editorial{
  --flu4gen-ink: #1d2433;
  --flu4gen-muted: #657084;
  --flu4gen-soft: #fff7ef;
  --flu4gen-line: rgba(167, 115, 72, 0.16);
  --flu4gen-gold: #b87831;
  --flu4gen-coral: #e26d5c;
  --flu4gen-plum: #7d5fff;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--flu4gen-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .flu4gen-editorial .flu4gen-section{
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  padding: 92px 18px;
}.tc-wp-content-root .flu4gen-editorial .flu4gen-section-white{
  background: #fff;
}.tc-wp-content-root .flu4gen-editorial .flu4gen-section-warm{
  background:
    radial-gradient(circle at 15% 15%, rgba(226, 109, 92, 0.14), transparent 34%),
    radial-gradient(circle at 86% 24%, rgba(184, 120, 49, 0.14), transparent 32%),
    linear-gradient(180deg, #fff9f3 0%, #fff3e8 100%);
}.tc-wp-content-root .flu4gen-editorial .flu4gen-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .flu4gen-editorial .flu4gen-heading-wrap{
  max-width: 790px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .flu4gen-editorial h2{
  margin: 0;
  color: var(--flu4gen-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .flu4gen-editorial h2 span{
  background: linear-gradient(135deg, #9c5f19 0%, #e26d5c 42%, #7d5fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .flu4gen-editorial .flu4gen-heading-wrap p{
  margin: 14px auto 0;
  max-width: 700px;
  color: var(--flu4gen-muted);
  font-size: 1.02rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .flu4gen-editorial .flu4gen-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .flu4gen-editorial .flu4gen-card{
  --fg-a: #e26d5c;
  --fg-b: #b87831;
  --fg-c: #fff7ef;
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 252px;
  padding: 28px;
  border: 1px solid rgba(36, 43, 58, 0.08);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 0 26%, transparent 47%),
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(255,255,255,0.76)),
    linear-gradient(135deg, color-mix(in srgb, var(--fg-a) 13%, white), color-mix(in srgb, var(--fg-b) 11%, white));
  box-shadow: 0 18px 44px rgba(55, 38, 24, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 0.65s ease,
    transform 0.65s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  overflow: hidden;
  isolation: isolate;
}.tc-wp-content-root .flu4gen-editorial .flu4gen-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--fg-a) 18%, transparent), transparent 34%),
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--fg-b) 17%, transparent), transparent 38%);
  opacity: 0.5;
  pointer-events: none;
  z-index: -1;
}.tc-wp-content-root .flu4gen-editorial .flu4gen-card::after{
  content: "";
  position: absolute;
  inset: auto 24px 0;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(90deg, var(--fg-a), var(--fg-b));
  transform: scaleX(0.18);
  transform-origin: left;
  opacity: 0.55;
  transition: transform 0.28s ease, opacity 0.28s ease;
}.tc-wp-content-root .flu4gen-editorial .flu4gen-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .flu4gen-editorial .flu4gen-card:hover{
  border-color: color-mix(in srgb, var(--fg-a) 38%, rgba(36, 43, 58, 0.14));
  box-shadow: 0 26px 70px rgba(74, 49, 29, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .flu4gen-editorial .flu4gen-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.tc-wp-content-root .flu4gen-editorial .flu4gen-icon{
  width: 54px;
  height: 54px;
  max-width: 100%;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--fg-a);
  background: color-mix(in srgb, var(--fg-a) 11%, white);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--fg-a) 15%, transparent);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}.tc-wp-content-root .flu4gen-editorial .flu4gen-icon i{
  font-size: 1.28rem;
  line-height: 1;
}.tc-wp-content-root .flu4gen-editorial .flu4gen-card:hover .flu4gen-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--fg-a), var(--fg-b));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
  box-shadow: 0 14px 28px color-mix(in srgb, var(--fg-a) 28%, transparent);
}.tc-wp-content-root .flu4gen-editorial h3{
  position: relative;
  margin: 0 0 12px;
  color: var(--flu4gen-ink);
  font-size: 1.08rem;
  line-height: 1.28;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .flu4gen-editorial h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--fg-a), var(--fg-b));
  transform: scaleX(0.48);
  transform-origin: left;
  transition: transform 0.28s ease;
}.tc-wp-content-root .flu4gen-editorial .flu4gen-card:hover h3::after{
  transform: scaleX(1.35);
}.tc-wp-content-root .flu4gen-editorial .flu4gen-card p{
  margin: 0;
  color: var(--flu4gen-muted);
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .flu4gen-editorial .flu4gen-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fg-a);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease, color 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .flu4gen-editorial .flu4gen-card:hover .flu4gen-cta{
  opacity: 1;
  transform: translateY(0);
  color: color-mix(in srgb, var(--fg-a) 80%, #121826);
}.tc-wp-content-root .flu4gen-editorial .flu4gen-grid-why .flu4gen-card{
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255,255,255,0.92), transparent 0 24%, transparent 48%),
    linear-gradient(145deg, rgba(255,255,255,0.9), rgba(255,250,244,0.72));
}.tc-wp-content-root .flu4gen-editorial .flu4gen-process{
  padding-top: 24px;
}.tc-wp-content-root .flu4gen-editorial .flu4gen-process::before{
  content: attr(data-step);
  position: absolute;
  top: 14px;
  right: 20px;
  color: color-mix(in srgb, var(--fg-a) 14%, transparent);
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 0.28s ease, color 0.28s ease;
  z-index: -1;
}.tc-wp-content-root .flu4gen-editorial .flu4gen-process:hover::before{
  color: color-mix(in srgb, var(--fg-a) 22%, transparent);
  transform: translateY(-4px) scale(1.04);
}.tc-wp-content-root .flu4gen-editorial .flu4gen-step-text{
  display: inline-block;
  max-width: 100%;
  margin-bottom: 12px;
  color: var(--fg-a);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .flu4gen-editorial .flu4gen-card:nth-child(1){ --fg-a: #e26d5c; --fg-b: #b87831; }.tc-wp-content-root .flu4gen-editorial .flu4gen-card:nth-child(2){ --fg-a: #c47a2c; --fg-b: #ff8f70; }.tc-wp-content-root .flu4gen-editorial .flu4gen-card:nth-child(3){ --fg-a: #7d5fff; --fg-b: #e26d5c; }.tc-wp-content-root .flu4gen-editorial .flu4gen-card:nth-child(4){ --fg-a: #0f9f8f; --fg-b: #b87831; }.tc-wp-content-root .flu4gen-editorial .flu4gen-card:nth-child(5){ --fg-a: #d64f78; --fg-b: #7d5fff; }.tc-wp-content-root .flu4gen-editorial .flu4gen-card:nth-child(6){ --fg-a: #2c7be5; --fg-b: #0f9f8f; }.tc-wp-content-root .flu4gen-editorial .flu4gen-card:nth-child(7){ --fg-a: #9c5f19; --fg-b: #e26d5c; }.tc-wp-content-root .flu4gen-editorial .flu4gen-card:nth-child(8){ --fg-a: #5c6ac4; --fg-b: #c47a2c; }@media (min-width: 1200px) {.tc-wp-content-root .flu4gen-editorial .flu4gen-section{
    padding: 96px 28px;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-container{
    width: min(1320px, 100%);
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .flu4gen-editorial .flu4gen-section{
    padding: 82px 24px;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-container{
    width: min(1100px, 100%);
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-heading-wrap{
    margin-bottom: 36px;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-heading-wrap p{
    font-size: 0.99rem;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-card{
    padding: 25px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .flu4gen-editorial .flu4gen-section{
    padding: 70px 20px;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-heading-wrap{
    margin-bottom: 32px;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-heading-wrap p{
    font-size: 0.96rem;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-card{
    min-height: 230px;
    padding: 24px;
  }.tc-wp-content-root .flu4gen-editorial h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .flu4gen-editorial .flu4gen-section{
    padding: 58px 16px;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-heading-wrap p{
    font-size: 0.94rem;
    line-height: 1.62;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-card{
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-icon{
    width: 50px;
    height: 50px;
    border-radius: 16px;
    margin-bottom: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .flu4gen-editorial .flu4gen-section{
    padding: 52px 14px;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-heading-wrap p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-card{
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-icon{
    width: 46px;
    height: 46px;
    border-radius: 15px;
    margin-bottom: 16px;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-icon i{
    font-size: 1.1rem;
  }.tc-wp-content-root .flu4gen-editorial h3{
    font-size: 1rem;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-card p{
    font-size: 0.91rem;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-process::before{
    font-size: 4rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .flu4gen-editorial .flu4gen-section{
    padding: 46px 12px;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-heading-wrap p{
    font-size: 0.88rem;
    line-height: 1.55;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-card{
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-icon{
    width: 42px;
    height: 42px;
    border-radius: 14px;
    margin-bottom: 14px;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .flu4gen-editorial h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-card p, .tc-wp-content-root .flu4gen-editorial .flu4gen-cta{
    font-size: 0.88rem;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-process::before{
    right: 14px;
    font-size: 3.4rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .flu4gen-editorial .flu4gen-section{
    padding: 42px 10px;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-grid{
    grid-template-columns: 1fr !important;
    gap: 10px;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-card{
    min-height: auto;
    padding: 16px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .flu4gen-editorial .flu4gen-card, .tc-wp-content-root .flu4gen-editorial .flu4gen-card::after, .tc-wp-content-root .flu4gen-editorial .flu4gen-icon, .tc-wp-content-root .flu4gen-editorial h3::after, .tc-wp-content-root .flu4gen-editorial .flu4gen-cta, .tc-wp-content-root .flu4gen-editorial .flu4gen-process::before{
    transition: none !important;
  }.tc-wp-content-root .flu4gen-editorial .flu4gen-card, .tc-wp-content-root .flu4gen-editorial .flu4gen-card.is-visible, .tc-wp-content-root .flu4gen-editorial .flu4gen-card:hover{
    transform: none !important;
  }}

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