@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 .fg3lug-editorial-wrap, .tc-wp-content-root .fg3lug-editorial-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .fg3lug-editorial-wrap{
  --fg-bg: #fff7ef;
  --fg-ink: #1f2933;
  --fg-muted: #65717f;
  --fg-line: rgba(170, 118, 70, 0.18);
  --fg-gold: #b7792f;
  --fg-rose: #d85d73;
  --fg-coral: #ef7b45;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--fg-ink);
  background: #ffffff;
}.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-section{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-section-white{
  background: #fff;
}.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-section-warm{
  background:
    radial-gradient(circle at 8% 12%, rgba(239, 123, 69, 0.14), transparent 34%),
    radial-gradient(circle at 92% 20%, rgba(216, 93, 115, 0.13), transparent 32%),
    linear-gradient(180deg, #fff8f1 0%, #fff2e8 100%);
}.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
  padding: 92px 32px;
}.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-heading-block{
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-heading-block h2{
  margin: 0;
  color: #20242a;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.18;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-heading-block h2 span{
  display: inline;
  color: transparent;
  background: linear-gradient(115deg, #a96318 0%, #ef7b45 46%, #d85d73 100%);
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-heading-block p{
  margin: 14px auto 0;
  max-width: 680px;
  color: var(--fg-muted);
  font-size: 1.03rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card{
  --fg-card-a: #fff6ec;
  --fg-card-b: #fff;
  --fg-accent: #ef7b45;
  --fg-accent-2: #d85d73;
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 245px;
  padding: 28px;
  border: 1px solid rgba(154, 107, 63, 0.16);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 0 28%, transparent 52%),
    linear-gradient(145deg, var(--fg-card-a), var(--fg-card-b));
  box-shadow: 0 16px 42px rgba(79, 51, 27, 0.08);
  overflow: hidden;
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.7s ease,
    transform 0.45s ease,
    box-shadow 0.45s ease,
    border-color 0.45s ease;
}.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), transparent 44%),
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--fg-accent) 16%, transparent), transparent 38%);
  opacity: 0.86;
  pointer-events: none;
}.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--fg-accent), var(--fg-accent-2));
  transform: scaleX(0.22);
  transform-origin: left;
  opacity: 0.55;
  transition: transform 0.35s ease, opacity 0.35s ease;
}.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card.fg3lug-visible{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card:hover{
  border-color: color-mix(in srgb, var(--fg-accent) 42%, rgba(154, 107, 63, 0.18));
  box-shadow: 0 24px 62px rgba(77, 49, 26, 0.15);
  transform: translateY(-7px);
}.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-tilt-card:hover{
  transform: translateY(-7px) perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card:hover::after{
  transform: scaleX(1);
  opacity: 0.92;
}.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-icon{
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--fg-accent);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid color-mix(in srgb, var(--fg-accent) 18%, transparent);
  box-shadow: 0 12px 26px rgba(88, 58, 31, 0.08);
  transition: transform 0.35s ease, color 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card:hover .fg3lug-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--fg-accent), var(--fg-accent-2));
  border-color: transparent;
  transform: translateY(-4px) rotate(-3deg) scale(1.04);
}.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card h3{
  position: relative;
  display: inline;
  margin: 0;
  color: #20242a;
  font-size: 1.12rem;
  line-height: 1.35;
  font-weight: 820;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(90deg, var(--fg-accent), var(--fg-accent-2));
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: 0 100%;
  transition: background-size 0.35s ease;
}.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card:hover h3{
  background-size: 100% 2px;
}.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card p{
  margin: 14px 0 0;
  color: #65717f;
  font-size: 0.96rem;
  line-height: 1.66;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fg-accent);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
  opacity: 0.2;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease, color 0.35s ease;
}.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card:hover .fg3lug-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--fg-accent-2);
}.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-process-card{
  padding-top: 34px;
}.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-step-number{
  position: absolute;
  top: 14px;
  right: 18px;
  z-index: -1;
  color: color-mix(in srgb, var(--fg-accent) 16%, transparent);
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 0.4s ease, color 0.4s ease;
}.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-process-card:hover .fg3lug-step-number{
  color: color-mix(in srgb, var(--fg-accent) 25%, transparent);
  transform: translateY(-5px) scale(1.05);
}.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card:nth-child(1){ --fg-card-a: #fff6ec; --fg-card-b: #ffffff; --fg-accent: #ef7b45; --fg-accent-2: #d85d73; }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card:nth-child(2){ --fg-card-a: #fff1f4; --fg-card-b: #ffffff; --fg-accent: #d85d73; --fg-accent-2: #9f6bd8; }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card:nth-child(3){ --fg-card-a: #f4f7ff; --fg-card-b: #ffffff; --fg-accent: #5f7eea; --fg-accent-2: #37a3b8; }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card:nth-child(4){ --fg-card-a: #f2fbf7; --fg-card-b: #ffffff; --fg-accent: #2f9b75; --fg-accent-2: #90a83f; }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card:nth-child(5){ --fg-card-a: #fff9e9; --fg-card-b: #ffffff; --fg-accent: #c58a1e; --fg-accent-2: #ef7b45; }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card:nth-child(6){ --fg-card-a: #f7f2ff; --fg-card-b: #ffffff; --fg-accent: #8d62c9; --fg-accent-2: #d85d73; }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card:nth-child(7){ --fg-card-a: #eff9fb; --fg-card-b: #ffffff; --fg-accent: #2e99b0; --fg-accent-2: #5f7eea; }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card:nth-child(8){ --fg-card-a: #fff2eb; --fg-card-b: #ffffff; --fg-accent: #d86935; --fg-accent-2: #b7792f; }@media (min-width: 1200px) {.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-container{
    width: min(1320px, 100%);
    padding: 96px 34px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-container{
    width: min(1120px, 100%);
    padding: 82px 28px;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-heading-block p{
    font-size: 1rem;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card{
    padding: 26px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-container{
    padding: 68px 24px;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-heading-block{
    margin-bottom: 34px;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card{
    min-height: 220px;
    padding: 24px;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card h3{
    font-size: 1.05rem;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-container{
    padding: 54px 18px;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-heading-block{
    margin-bottom: 28px;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-heading-block p{
    font-size: 0.95rem;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 22px;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-cta{
    display: inline-flex;
    white-space: normal;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-container{
    padding: 46px 16px;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-heading-block{
    margin-bottom: 24px;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-heading-block p{
    font-size: 0.92rem;
    line-height: 1.62;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card{
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-icon{
    width: 50px;
    height: 50px;
    border-radius: 16px;
    margin-bottom: 18px;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-step-number{
    font-size: 4rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-container{
    padding: 40px 12px;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-heading-block{
    margin-bottom: 22px;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-heading-block p{
    font-size: 0.88rem;
    line-height: 1.58;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card{
    min-width: 0;
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card p{
    font-size: 0.88rem;
    line-height: 1.58;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-icon i{
    font-size: 1.08rem;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-step-number{
    top: 12px;
    right: 14px;
    font-size: 3.4rem;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-cta{
    font-size: 0.86rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-grid{
    grid-template-columns: 1fr !important;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card, .tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card::after, .tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-icon, .tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-cta, .tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-step-number, .tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card h3{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card, .tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-card:hover, .tc-wp-content-root .fg3lug-editorial-wrap .fg3lug-tilt-card:hover{
    transform: none !important;
  }}

.tc-wp-content-root .fg3lug-card-cta {}
.tc-wp-content-root .fg3lug-process-grid {}
.tc-wp-content-root .fg3lug-tilt-grid {}