@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 .fgg-premium, .tc-wp-content-root .fgg-premium *{
  box-sizing: border-box;
}.tc-wp-content-root .fgg-premium{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #221b2f;
  background: #fff;
}.tc-wp-content-root .fgg-premium .fgg-section{
  width: 100%;
  max-width: 100%;
  padding: 92px 24px;
  overflow: hidden;
}.tc-wp-content-root .fgg-premium .fgg-section-white{
  background: #fff;
}.tc-wp-content-root .fgg-premium .fgg-section-warm{
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 183, 94, 0.28), transparent 34%),
    radial-gradient(circle at 88% 22%, rgba(226, 92, 154, 0.22), transparent 36%),
    linear-gradient(135deg, #fff7ee 0%, #fff0f5 48%, #f8f1ff 100%);
}.tc-wp-content-root .fgg-premium .fgg-container{
  width: min(1340px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .fgg-premium .fgg-heading-wrap{
  width: min(820px, 100%);
  max-width: 100%;
  margin: 0 auto 44px;
  text-align: center;
}.tc-wp-content-root .fgg-premium h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  letter-spacing: 0;
  color: #21182d;
  font-weight: 820;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .fgg-premium h2 span{
  background: linear-gradient(105deg, #ff8a3d 0%, #f04482 45%, #8f4dff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .fgg-premium .fgg-heading-wrap p{
  margin: 16px auto 0;
  color: #675d72;
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 760px;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .fgg-premium .fgg-grid{
  width: 100%;
  max-width: 100%;
  display: grid;
  gap: 24px;
}.tc-wp-content-root .fgg-premium .fgg-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .fgg-premium .fgg-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .fgg-premium .fgg-card{
  --fg-a: #ff8a3d;
  --fg-b: #f04482;
  --fg-c: #8f4dff;
  --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: 100%;
  padding: 28px;
  border: 1px solid rgba(97, 69, 119, 0.12);
  border-radius: 20px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--fg-a) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 245, 0.88));
  box-shadow: 0 18px 45px rgba(45, 26, 65, 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.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
  overflow: hidden;
}.tc-wp-content-root .fgg-premium .fgg-card:nth-child(2n){
  --fg-a: #ffb347;
  --fg-b: #ff6b6b;
  --fg-c: #c65cff;
}.tc-wp-content-root .fgg-premium .fgg-card:nth-child(3n){
  --fg-a: #ff6f91;
  --fg-b: #ff9671;
  --fg-c: #845ec2;
}.tc-wp-content-root .fgg-premium .fgg-card:nth-child(4n){
  --fg-a: #f9a826;
  --fg-b: #f15bb5;
  --fg-c: #6c63ff;
}.tc-wp-content-root .fgg-premium .fgg-card:nth-child(5n){
  --fg-a: #ff7a59;
  --fg-b: #d65db1;
  --fg-c: #7f53ac;
}.tc-wp-content-root .fgg-premium .fgg-card:nth-child(6n){
  --fg-a: #ffc75f;
  --fg-b: #f04482;
  --fg-c: #9b5de5;
}.tc-wp-content-root .fgg-premium .fgg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, color-mix(in srgb, var(--fg-a) 13%, transparent), transparent 42%);
  opacity: 0;
  transition: opacity 0.3s ease;
}.tc-wp-content-root .fgg-premium .fgg-card.fgg-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .fgg-premium .fgg-card:hover{
  border-color: color-mix(in srgb, var(--fg-b) 42%, rgba(97, 69, 119, 0.14));
  box-shadow: 0 28px 70px rgba(52, 29, 76, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}.tc-wp-content-root .fgg-premium .fgg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fgg-premium .fgg-icon{
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  max-width: 100%;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--fg-b);
  background: linear-gradient(135deg, color-mix(in srgb, var(--fg-a) 16%, #fff), color-mix(in srgb, var(--fg-c) 12%, #fff));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.85), 0 12px 24px rgba(80, 40, 100, 0.1);
  transition: transform 0.3s ease, color 0.3s ease, background 0.3s ease;
}.tc-wp-content-root .fgg-premium .fgg-icon i{
  font-size: 1.25rem;
}.tc-wp-content-root .fgg-premium .fgg-card:hover .fgg-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--fg-a), var(--fg-b), var(--fg-c));
  transform: translateY(-3px) rotate(-3deg) scale(1.04);
}.tc-wp-content-root .fgg-premium h3{
  position: relative;
  z-index: 1;
  margin: 22px 0 12px;
  color: #251b31;
  font-size: 1.08rem;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 780;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .fgg-premium h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fg-a), var(--fg-b));
  transition: width 0.3s ease;
}.tc-wp-content-root .fgg-premium .fgg-card:hover h3::after{
  width: 74px;
}.tc-wp-content-root .fgg-premium .fgg-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #63586f;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .fgg-premium .fgg-cta{
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fg-b);
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 760;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .fgg-premium .fgg-card:hover .fgg-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .fgg-premium .fgg-tilt{
  transform-style: preserve-3d;
}.tc-wp-content-root .fgg-premium .fgg-process{
  padding-top: 24px;
}.tc-wp-content-root .fgg-premium .fgg-step{
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 1;
  max-width: calc(100% - 44px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--fg-a), var(--fg-b), var(--fg-c));
  box-shadow: 0 12px 28px color-mix(in srgb, var(--fg-b) 22%, transparent);
  font-size: 0.82rem;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}.tc-wp-content-root .fgg-premium .fgg-process:hover .fgg-step{
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--fg-b) 32%, transparent);
}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .fgg-premium .fgg-section{
    padding: 78px 22px;
  }.tc-wp-content-root .fgg-premium .fgg-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .fgg-premium .fgg-grid-four, .tc-wp-content-root .fgg-premium .fgg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .fgg-premium .fgg-card{
    padding: 25px;
  }.tc-wp-content-root .fgg-premium .fgg-heading-wrap p{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fgg-premium .fgg-section{
    padding: 66px 20px;
  }.tc-wp-content-root .fgg-premium .fgg-heading-wrap{
    margin-bottom: 34px;
  }.tc-wp-content-root .fgg-premium .fgg-heading-wrap p{
    font-size: 0.98rem;
    line-height: 1.65;
  }.tc-wp-content-root .fgg-premium .fgg-grid-four, .tc-wp-content-root .fgg-premium .fgg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .fgg-premium .fgg-card{
    padding: 23px;
  }.tc-wp-content-root .fgg-premium h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .fgg-premium .fgg-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fgg-premium .fgg-section{
    padding: 54px 16px;
  }.tc-wp-content-root .fgg-premium .fgg-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .fgg-premium .fgg-heading-wrap p{
    font-size: 0.94rem;
    line-height: 1.6;
  }.tc-wp-content-root .fgg-premium .fgg-grid-four, .tc-wp-content-root .fgg-premium .fgg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .fgg-premium .fgg-card{
    padding: 22px;
  }.tc-wp-content-root .fgg-premium .fgg-icon{
    width: 50px;
    height: 50px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fgg-premium .fgg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .fgg-premium .fgg-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .fgg-premium .fgg-heading-wrap p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .fgg-premium .fgg-grid-four, .tc-wp-content-root .fgg-premium .fgg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .fgg-premium .fgg-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .fgg-premium .fgg-icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }.tc-wp-content-root .fgg-premium .fgg-icon i{
    font-size: 1.08rem;
  }.tc-wp-content-root .fgg-premium h3{
    margin-top: 18px;
    font-size: 0.98rem;
  }.tc-wp-content-root .fgg-premium .fgg-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .fgg-premium .fgg-step{
    top: 18px;
    right: 18px;
    min-width: 44px;
    height: 31px;
    font-size: 0.76rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .fgg-premium .fgg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .fgg-premium .fgg-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .fgg-premium .fgg-heading-wrap p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .fgg-premium .fgg-grid-four, .tc-wp-content-root .fgg-premium .fgg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .fgg-premium .fgg-card{
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .fgg-premium .fgg-icon{
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }.tc-wp-content-root .fgg-premium .fgg-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .fgg-premium h3{
    margin-top: 16px;
    font-size: 0.94rem;
  }.tc-wp-content-root .fgg-premium .fgg-card p, .tc-wp-content-root .fgg-premium .fgg-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .fgg-premium .fgg-step{
    top: 16px;
    right: 16px;
    min-width: 40px;
    height: 29px;
    padding: 0 10px;
    font-size: 0.72rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .fgg-premium .fgg-card, .tc-wp-content-root .fgg-premium .fgg-card::before, .tc-wp-content-root .fgg-premium .fgg-icon, .tc-wp-content-root .fgg-premium h3::after, .tc-wp-content-root .fgg-premium .fgg-cta, .tc-wp-content-root .fgg-premium .fgg-step{
    transition: none !important;
  }.tc-wp-content-root .fgg-premium .fgg-card, .tc-wp-content-root .fgg-premium .fgg-card.fgg-visible, .tc-wp-content-root .fgg-premium .fgg-card:hover{
    opacity: 1;
    transform: none !important;
  }}

.tc-wp-content-root .fgg-reveal {}