@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 .fg-uname-editorial, .tc-wp-content-root .fg-uname-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .fg-uname-editorial{
  --fg-bg: #fff7ed;
  --fg-ink: #172033;
  --fg-muted: #657184;
  --fg-line: rgba(24, 32, 51, 0.11);
  --fg-grad-a: #ff7a1a;
  --fg-grad-b: #ff3d77;
  --fg-grad-c: #7c3aed;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--fg-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}.tc-wp-content-root .fg-uname-section{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 92px 22px;
}.tc-wp-content-root .fg-uname-section-white{
  background: #fff;
}.tc-wp-content-root .fg-uname-section-warm{
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 122, 26, 0.14), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(124, 58, 237, 0.11), transparent 34%),
    linear-gradient(180deg, #fff7ed 0%, #fffaf5 100%);
}.tc-wp-content-root .fg-uname-container{
  width: min(1220px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .fg-uname-heading{
  width: min(760px, 100%);
  max-width: 100%;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .fg-uname-heading h2{
  margin: 0;
  color: var(--fg-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .fg-uname-heading h2 span{
  background: linear-gradient(110deg, var(--fg-grad-a), var(--fg-grad-b), var(--fg-grad-c));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .fg-uname-heading p{
  max-width: 680px;
  margin: 14px auto 0;
  color: var(--fg-muted);
  font-size: 1.02rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .fg-uname-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}.tc-wp-content-root .fg-uname-card{
  --fg-card-a: #fff3e8;
  --fg-card-b: #fff;
  --fg-accent: #ff7a1a;
  --fg-accent-2: #ff3d77;
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 245px;
  padding: 28px;
  border: 1px solid var(--fg-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.86), transparent 34%),
    linear-gradient(145deg, var(--fg-card-a), var(--fg-card-b));
  box-shadow: 0 16px 42px rgba(23, 32, 51, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(24px);
  opacity: 0;
  overflow: hidden;
  transition:
    opacity 0.7s ease,
    transform 0.7s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
  will-change: transform;
}.tc-wp-content-root .fg-uname-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.6), transparent 42%),
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--fg-accent) 24%, transparent), transparent 28%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}.tc-wp-content-root .fg-uname-card::after{
  content: "";
  position: absolute;
  right: -44px;
  bottom: -44px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--fg-accent) 13%, transparent);
  pointer-events: none;
}.tc-wp-content-root .fg-uname-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .fg-uname-card:hover{
  border-color: color-mix(in srgb, var(--fg-accent) 44%, rgba(24, 32, 51, 0.12));
  box-shadow: 0 24px 58px rgba(23, 32, 51, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .fg-uname-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fg-uname-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border-radius: 17px;
  color: var(--fg-accent);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255,255,255,0.8);
  box-shadow: 0 12px 28px rgba(23, 32, 51, 0.08);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}.tc-wp-content-root .fg-uname-icon i{
  font-size: 1.15rem;
  line-height: 1;
}.tc-wp-content-root .fg-uname-card:hover .fg-uname-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--fg-accent), var(--fg-accent-2));
  transform: translateY(-3px) rotate(-3deg) scale(1.04);
}.tc-wp-content-root .fg-uname-card h3{
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--fg-ink);
  font-size: 1.08rem;
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .fg-uname-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fg-accent), var(--fg-accent-2));
  transition: width 0.28s ease;
}.tc-wp-content-root .fg-uname-card:hover h3::after{
  width: 72px;
}.tc-wp-content-root .fg-uname-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--fg-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .fg-uname-cta{
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fg-accent);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.3;
  opacity: 0.2;
  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 .fg-uname-card:hover .fg-uname-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--fg-accent-2);
}.tc-wp-content-root .fg-uname-process{
  padding-top: 30px;
}.tc-wp-content-root .fg-uname-step{
  position: absolute;
  top: 18px;
  right: 22px;
  max-width: calc(100% - 44px);
  color: color-mix(in srgb, var(--fg-accent) 18%, transparent);
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 0.3s ease, color 0.3s ease;
}.tc-wp-content-root .fg-uname-process:hover .fg-uname-step{
  color: color-mix(in srgb, var(--fg-accent) 28%, transparent);
  transform: translateY(-4px) scale(1.04);
}.tc-wp-content-root .fg-uname-card:nth-child(1){ --fg-card-a: #fff3e8; --fg-accent: #ff7a1a; --fg-accent-2: #ff3d77; }.tc-wp-content-root .fg-uname-card:nth-child(2){ --fg-card-a: #fff0f4; --fg-accent: #ff3d77; --fg-accent-2: #7c3aed; }.tc-wp-content-root .fg-uname-card:nth-child(3){ --fg-card-a: #f2efff; --fg-accent: #7c3aed; --fg-accent-2: #2563eb; }.tc-wp-content-root .fg-uname-card:nth-child(4){ --fg-card-a: #eef8ff; --fg-accent: #0ea5e9; --fg-accent-2: #14b8a6; }.tc-wp-content-root .fg-uname-card:nth-child(5){ --fg-card-a: #effcf7; --fg-accent: #10b981; --fg-accent-2: #84cc16; }.tc-wp-content-root .fg-uname-card:nth-child(6){ --fg-card-a: #fff8e6; --fg-accent: #f59e0b; --fg-accent-2: #ef4444; }.tc-wp-content-root .fg-uname-card:nth-child(7){ --fg-card-a: #f8f3ff; --fg-accent: #a855f7; --fg-accent-2: #ec4899; }.tc-wp-content-root .fg-uname-card:nth-child(8){ --fg-card-a: #eef7ff; --fg-accent: #2563eb; --fg-accent-2: #06b6d4; }@media (min-width: 1200px) {.tc-wp-content-root .fg-uname-section{ padding: 96px 24px; }.tc-wp-content-root .fg-uname-container{ width: min(1220px, 100%); }.tc-wp-content-root .fg-uname-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .fg-uname-section{ padding: 82px 22px; }.tc-wp-content-root .fg-uname-container{ width: min(1040px, 100%); }.tc-wp-content-root .fg-uname-heading p{ font-size: 0.98rem; }.tc-wp-content-root .fg-uname-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }.tc-wp-content-root .fg-uname-card{ padding: 25px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fg-uname-section{ padding: 68px 20px; }.tc-wp-content-root .fg-uname-heading{ margin-bottom: 34px; }.tc-wp-content-root .fg-uname-heading p{ font-size: 0.96rem; }.tc-wp-content-root .fg-uname-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.tc-wp-content-root .fg-uname-card{ padding: 24px; min-height: 230px; }.tc-wp-content-root .fg-uname-card h3{ font-size: 1.02rem; }.tc-wp-content-root .fg-uname-card p{ font-size: 0.93rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fg-uname-section{ padding: 54px 16px; }.tc-wp-content-root .fg-uname-heading{ margin-bottom: 28px; }.tc-wp-content-root .fg-uname-heading p{ font-size: 0.93rem; line-height: 1.62; }.tc-wp-content-root .fg-uname-grid{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-content-root .fg-uname-card{ padding: 22px; min-height: auto; }.tc-wp-content-root .fg-uname-icon{ width: 48px; height: 48px; border-radius: 15px; }.tc-wp-content-root .fg-uname-cta{ width: 100%; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fg-uname-section{ padding: 48px 14px; }.tc-wp-content-root .fg-uname-heading{ margin-bottom: 24px; }.tc-wp-content-root .fg-uname-heading p{ font-size: 0.9rem; line-height: 1.58; }.tc-wp-content-root .fg-uname-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-content-root .fg-uname-card{ padding: 20px; min-height: auto; border-radius: 18px; }.tc-wp-content-root .fg-uname-icon{ width: 44px; height: 44px; border-radius: 14px; margin-bottom: 18px; }.tc-wp-content-root .fg-uname-card h3{ font-size: 0.98rem; }.tc-wp-content-root .fg-uname-card p{ font-size: 0.9rem; }.tc-wp-content-root .fg-uname-step{ font-size: 3rem; right: 18px; }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fg-uname-section{ padding: 42px 12px; }.tc-wp-content-root .fg-uname-heading{ margin-bottom: 22px; }.tc-wp-content-root .fg-uname-heading p{ font-size: 0.86rem; line-height: 1.55; }.tc-wp-content-root .fg-uname-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-content-root .fg-uname-card{ padding: 18px; min-height: auto; border-radius: 16px; }.tc-wp-content-root .fg-uname-icon{ width: 40px; height: 40px; border-radius: 13px; margin-bottom: 16px; }.tc-wp-content-root .fg-uname-icon i{ font-size: 1rem; }.tc-wp-content-root .fg-uname-card h3{ font-size: 0.95rem; }.tc-wp-content-root .fg-uname-card p, .tc-wp-content-root .fg-uname-cta{ font-size: 0.86rem; }.tc-wp-content-root .fg-uname-step{ font-size: 2.65rem; top: 16px; right: 16px; }}@media (max-width: 319px) {.tc-wp-content-root .fg-uname-section{ padding: 38px 10px; }.tc-wp-content-root .fg-uname-grid{ grid-template-columns: 1fr !important; gap: 10px; }.tc-wp-content-root .fg-uname-card{ padding: 16px; min-height: auto; }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .fg-uname-card, .tc-wp-content-root .fg-uname-card::before, .tc-wp-content-root .fg-uname-card::after, .tc-wp-content-root .fg-uname-icon, .tc-wp-content-root .fg-uname-card h3::after, .tc-wp-content-root .fg-uname-cta, .tc-wp-content-root .fg-uname-step{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .fg-uname-card, .tc-wp-content-root .fg-uname-card.is-visible, .tc-wp-content-root .fg-uname-card:hover{
    transform: none !important;
  }}

.tc-wp-content-root .fg-uname-grid-how {}
.tc-wp-content-root .fg-uname-grid-what {}
.tc-wp-content-root .fg-uname-grid-why {}
.tc-wp-content-root .fg-uname-tilt {}