@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 .igug-premium-content{
  --igug-text: #251a24;
  --igug-muted: #74616f;
  --igug-line: rgba(207, 96, 139, 0.18);
  --igug-rose: #e44f86;
  --igug-coral: #ff765d;
  --igug-gold: #f4b64a;
  --igug-plum: #7b4bd8;
  --igug-bg-soft: #fff6f2;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--igug-text);
}.tc-wp-content-root .igug-premium-content *, .tc-wp-content-root .igug-premium-content *::before, .tc-wp-content-root .igug-premium-content *::after{
  box-sizing: border-box;
}.tc-wp-content-root .igug-premium-content .igug-section{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}.tc-wp-content-root .igug-premium-content .igug-section-white{
  background: #fff;
}.tc-wp-content-root .igug-premium-content .igug-section-warm{
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 118, 93, 0.18), transparent 34%),
    radial-gradient(circle at 84% 20%, rgba(228, 79, 134, 0.16), transparent 32%),
    linear-gradient(180deg, #fff7f2 0%, #fffaf7 100%);
}.tc-wp-content-root .igug-premium-content .igug-container{
  width: min(1320px, calc(100% - 48px));
  max-width: 100%;
  margin: 0 auto;
  padding: 86px 0;
}.tc-wp-content-root .igug-premium-content .igug-heading-wrap{
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .igug-premium-content h2{
  margin: 0;
  color: var(--igug-text);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 820;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .igug-premium-content h2 span{
  background: linear-gradient(115deg, var(--igug-rose), var(--igug-coral) 52%, var(--igug-gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .igug-premium-content .igug-heading-wrap p{
  margin: 14px auto 0;
  max-width: 660px;
  color: var(--igug-muted);
  font-size: 1.02rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .igug-premium-content .igug-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .igug-premium-content .igug-card{
  --fg-mx: 50%;
  --fg-my: 20%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --igug-a: #e44f86;
  --igug-b: #ff765d;
  --igug-c: #fff1f5;
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(130, 72, 105, 0.14);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), var(--igug-c));
  box-shadow: 0 18px 42px rgba(63, 31, 53, 0.08);
  transform: translateY(28px);
  opacity: 0;
  transition:
    transform 420ms ease,
    opacity 520ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease,
    background 260ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .igug-premium-content .igug-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--igug-a) 22%, transparent), transparent 34%);
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .igug-premium-content .igug-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--igug-a), var(--igug-b));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
}.tc-wp-content-root .igug-premium-content .igug-card.igug-visible{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .igug-premium-content .igug-card:hover{
  border-color: color-mix(in srgb, var(--igug-a) 42%, transparent);
  box-shadow: 0 24px 60px rgba(63, 31, 53, 0.14);
  transform: translateY(-7px);
}.tc-wp-content-root .igug-premium-content .igug-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .igug-premium-content .igug-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .igug-premium-content .igug-card-tilt:hover{
  transform: translateY(-8px) perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .igug-premium-content .igug-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--igug-a);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.58)),
    linear-gradient(145deg, color-mix(in srgb, var(--igug-a) 18%, white), color-mix(in srgb, var(--igug-b) 16%, white));
  box-shadow: 0 12px 28px color-mix(in srgb, var(--igug-a) 16%, transparent);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}.tc-wp-content-root .igug-premium-content .igug-icon i{
  font-size: 1.22rem;
  line-height: 1;
}.tc-wp-content-root .igug-premium-content .igug-card:hover .igug-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--igug-a), var(--igug-b));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}.tc-wp-content-root .igug-premium-content h3{
  position: relative;
  display: inline;
  margin: 0;
  color: var(--igug-text);
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(90deg, var(--igug-a), var(--igug-b));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 260ms ease;
}.tc-wp-content-root .igug-premium-content .igug-card:hover h3{
  background-size: 100% 2px;
}.tc-wp-content-root .igug-premium-content .igug-card p{
  margin: 15px 0 0;
  color: var(--igug-muted);
  font-size: 0.95rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .igug-premium-content .igug-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 20px;
  color: var(--igug-a);
  font-size: 0.9rem;
  line-height: 1.35;
  font-weight: 760;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease, color 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .igug-premium-content .igug-card:hover .igug-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--igug-b);
}.tc-wp-content-root .igug-premium-content .igug-process-card{
  min-height: 284px;
}.tc-wp-content-root .igug-premium-content .igug-step-number{
  position: absolute;
  top: 18px;
  right: 22px;
  z-index: -1;
  color: color-mix(in srgb, var(--igug-a) 15%, transparent);
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 260ms ease, color 260ms ease;
}.tc-wp-content-root .igug-premium-content .igug-process-card:hover .igug-step-number{
  color: color-mix(in srgb, var(--igug-a) 24%, transparent);
  transform: translateY(-4px) scale(1.04);
}.tc-wp-content-root .igug-premium-content .igug-card:nth-child(8n + 1){ --igug-a: #e44f86; --igug-b: #ff765d; --igug-c: #fff2f6; }.tc-wp-content-root .igug-premium-content .igug-card:nth-child(8n + 2){ --igug-a: #7b4bd8; --igug-b: #d9579d; --igug-c: #f7f2ff; }.tc-wp-content-root .igug-premium-content .igug-card:nth-child(8n + 3){ --igug-a: #ef7b45; --igug-b: #f4b64a; --igug-c: #fff6e8; }.tc-wp-content-root .igug-premium-content .igug-card:nth-child(8n + 4){ --igug-a: #d83f7f; --igug-b: #8e58e8; --igug-c: #fff1fa; }.tc-wp-content-root .igug-premium-content .igug-card:nth-child(8n + 5){ --igug-a: #0fa3a3; --igug-b: #5f6ee8; --igug-c: #effafa; }.tc-wp-content-root .igug-premium-content .igug-card:nth-child(8n + 6){ --igug-a: #f05d67; --igug-b: #f2a045; --igug-c: #fff4ed; }.tc-wp-content-root .igug-premium-content .igug-card:nth-child(8n + 7){ --igug-a: #5e62d8; --igug-b: #e44f86; --igug-c: #f4f5ff; }.tc-wp-content-root .igug-premium-content .igug-card:nth-child(8n + 8){ --igug-a: #bd4e9f; --igug-b: #ff765d; --igug-c: #fff2fb; }@media (min-width: 1200px) {.tc-wp-content-root .igug-premium-content .igug-container{
    width: min(1320px, calc(100% - 64px));
    padding: 92px 0;
  }.tc-wp-content-root .igug-premium-content .igug-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .igug-premium-content .igug-container{
    width: min(1080px, calc(100% - 48px));
    padding: 78px 0;
  }.tc-wp-content-root .igug-premium-content .igug-heading-wrap{
    margin-bottom: 36px;
  }.tc-wp-content-root .igug-premium-content .igug-heading-wrap p{
    font-size: 0.98rem;
  }.tc-wp-content-root .igug-premium-content .igug-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .igug-premium-content .igug-card{
    padding: 25px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igug-premium-content .igug-container{
    width: min(880px, calc(100% - 40px));
    padding: 68px 0;
  }.tc-wp-content-root .igug-premium-content .igug-heading-wrap{
    margin-bottom: 32px;
  }.tc-wp-content-root .igug-premium-content .igug-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .igug-premium-content .igug-card{
    min-height: 238px;
    padding: 24px;
  }.tc-wp-content-root .igug-premium-content h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .igug-premium-content .igug-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igug-premium-content .igug-container{
    width: min(100%, calc(100% - 28px));
    padding: 56px 0;
  }.tc-wp-content-root .igug-premium-content .igug-heading-wrap{
    margin-bottom: 26px;
  }.tc-wp-content-root .igug-premium-content .igug-heading-wrap p{
    font-size: 0.94rem;
    line-height: 1.62;
  }.tc-wp-content-root .igug-premium-content .igug-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .igug-premium-content .igug-card{
    min-height: auto;
    padding: 22px;
    border-radius: 19px;
  }.tc-wp-content-root .igug-premium-content .igug-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igug-premium-content .igug-container{
    width: min(100%, calc(100% - 24px));
    padding: 48px 0;
  }.tc-wp-content-root .igug-premium-content .igug-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .igug-premium-content .igug-heading-wrap p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .igug-premium-content .igug-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .igug-premium-content .igug-card{
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .igug-premium-content .igug-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
    margin-bottom: 18px;
  }.tc-wp-content-root .igug-premium-content .igug-step-number{
    font-size: 4rem;
    right: 18px;
  }}@media (max-width: 374px) {.tc-wp-content-root .igug-premium-content .igug-container{
    width: min(100%, calc(100% - 18px));
    padding: 42px 0;
  }.tc-wp-content-root .igug-premium-content .igug-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .igug-premium-content .igug-heading-wrap p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .igug-premium-content .igug-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .igug-premium-content .igug-card{
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .igug-premium-content h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .igug-premium-content .igug-card p, .tc-wp-content-root .igug-premium-content .igug-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .igug-premium-content .igug-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .igug-premium-content .igug-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .igug-premium-content .igug-step-number{
    font-size: 3.4rem;
    top: 16px;
    right: 16px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .igug-premium-content .igug-card, .tc-wp-content-root .igug-premium-content .igug-card::before, .tc-wp-content-root .igug-premium-content .igug-card::after, .tc-wp-content-root .igug-premium-content .igug-icon, .tc-wp-content-root .igug-premium-content .igug-cta, .tc-wp-content-root .igug-premium-content .igug-step-number, .tc-wp-content-root .igug-premium-content h3{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .igug-premium-content .igug-card, .tc-wp-content-root .igug-premium-content .igug-card:hover, .tc-wp-content-root .igug-premium-content .igug-card-tilt:hover{
    transform: none !important;
  }}

.tc-wp-content-root .igug-grid-process {}
.tc-wp-content-root .igug-grid-what {}
.tc-wp-content-root .igug-grid-why {}
.tc-wp-content-root .igug-reveal {}