@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 .imgtaggen-premium-content, .tc-wp-content-root .imgtaggen-premium-content *{
  box-sizing: border-box;
}.tc-wp-content-root .imgtaggen-premium-content{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #241824;
  background: #fff;
}.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-section{
  width: 100%;
  max-width: 100%;
  padding: 88px 22px;
  overflow: hidden;
}.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-section-white{
  background: #fff;
}.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-section-warm{
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 185, 118, 0.32), transparent 30%),
    radial-gradient(circle at 86% 14%, rgba(206, 112, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #fff7ef 0%, #fff2f4 46%, #f8f0ff 100%);
}.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-section-head{
  width: min(820px, 100%);
  max-width: 100%;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .imgtaggen-premium-content h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  letter-spacing: 0;
  color: #211421;
  font-weight: 820;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .imgtaggen-premium-content h2 span{
  background: linear-gradient(110deg, #ff8a3d 0%, #ff4f8b 45%, #8f5bff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-section-head p{
  margin: 14px auto 0;
  color: #6b5d6a;
  font-size: 1.04rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card{
  --fg-a: #ff8a3d;
  --fg-b: #ff4f8b;
  --fg-c: #8f5bff;
  --fg-mx: 50%;
  --fg-my: 20%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 238px;
  padding: 28px;
  border: 1px solid rgba(106, 72, 122, 0.13);
  border-radius: 22px;
  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.98), rgba(255, 249, 245, 0.9));
  box-shadow: 0 16px 42px rgba(66, 38, 72, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition: transform 420ms ease, opacity 520ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, color-mix(in srgb, var(--fg-a) 16%, transparent), transparent 42%, color-mix(in srgb, var(--fg-c) 12%, transparent));
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-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-a), var(--fg-b), var(--fg-c));
  transform: scaleX(0.28);
  transform-origin: left;
  opacity: 0.55;
  transition: transform 320ms ease, opacity 320ms ease;
}.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card:hover{
  border-color: color-mix(in srgb, var(--fg-b) 38%, rgba(106, 72, 122, 0.18));
  box-shadow: 0 24px 60px rgba(66, 38, 72, 0.14);
}.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card > *{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-icon{
  width: 54px;
  height: 54px;
  max-width: 100%;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 16px;
  color: var(--fg-b);
  background: linear-gradient(145deg, color-mix(in srgb, var(--fg-a) 16%, #fff), color-mix(in srgb, var(--fg-c) 10%, #fff));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--fg-a) 18%, transparent), 0 10px 22px rgba(84, 52, 96, 0.08);
  transition: transform 320ms ease, color 320ms ease, background 320ms ease;
}.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card:hover .imgtaggen-icon{
  transform: translateY(-3px) scale(1.04) rotate(-2deg);
  color: #fff;
  background: linear-gradient(135deg, var(--fg-a), var(--fg-b), var(--fg-c));
}.tc-wp-content-root .imgtaggen-premium-content h3{
  margin: 0 0 11px;
  color: #251727;
  font-size: 1.08rem;
  line-height: 1.35;
  letter-spacing: 0;
  font-weight: 760;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card p{
  margin: 0;
  color: #675967;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-cta{
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fg-b);
  font-size: 0.88rem;
  line-height: 1.35;
  font-weight: 760;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 300ms ease, transform 300ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card:hover .imgtaggen-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-process-card{
  padding-top: 24px;
}.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-step{
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 32px;
  margin-bottom: 18px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--fg-a), var(--fg-b), var(--fg-c));
  box-shadow: 0 10px 24px color-mix(in srgb, var(--fg-b) 24%, transparent);
  font-size: 0.82rem;
  font-weight: 820;
  line-height: 1;
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-process-card:hover .imgtaggen-step{
  transform: translateY(-2px) scale(1.08);
  box-shadow: 0 14px 28px color-mix(in srgb, var(--fg-b) 32%, transparent);
}.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-process-card .imgtaggen-icon{
  margin-bottom: 18px;
}.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card:nth-child(1){ --fg-a: #ff9b45; --fg-b: #ff5f7e; --fg-c: #9364ff; }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card:nth-child(2){ --fg-a: #ffbd59; --fg-b: #ff6a3d; --fg-c: #d755ff; }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card:nth-child(3){ --fg-a: #ff7f50; --fg-b: #f24da6; --fg-c: #7b6dff; }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card:nth-child(4){ --fg-a: #ffc857; --fg-b: #ff5a74; --fg-c: #a45cff; }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card:nth-child(5){ --fg-a: #ff8f70; --fg-b: #e9538f; --fg-c: #6f7cff; }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card:nth-child(6){ --fg-a: #ffa24c; --fg-b: #ff477e; --fg-c: #c05cff; }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card:nth-child(7){ --fg-a: #ffd166; --fg-b: #ef476f; --fg-c: #8d6bff; }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card:nth-child(8){ --fg-a: #ff986b; --fg-b: #ff4d6d; --fg-c: #b565ff; }@media (min-width: 1200px) {.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-grid-four{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-section{
    padding: 76px 20px;
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-grid, .tc-wp-content-root .imgtaggen-premium-content .imgtaggen-grid-four, .tc-wp-content-root .imgtaggen-premium-content .imgtaggen-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card{
    padding: 24px;
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-section-head p{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-section{
    padding: 64px 18px;
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-grid, .tc-wp-content-root .imgtaggen-premium-content .imgtaggen-grid-four, .tc-wp-content-root .imgtaggen-premium-content .imgtaggen-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card{
    min-height: 220px;
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .imgtaggen-premium-content h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-section{
    padding: 52px 16px;
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-section-head p{
    font-size: 0.95rem;
    line-height: 1.62;
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-grid, .tc-wp-content-root .imgtaggen-premium-content .imgtaggen-grid-four, .tc-wp-content-root .imgtaggen-premium-content .imgtaggen-grid-three{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card{
    min-height: auto;
    padding: 21px;
    border-radius: 18px;
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-section{
    padding: 46px 14px;
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-section-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-section-head p{
    font-size: 0.92rem;
    line-height: 1.58;
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-grid, .tc-wp-content-root .imgtaggen-premium-content .imgtaggen-grid-four, .tc-wp-content-root .imgtaggen-premium-content .imgtaggen-grid-three{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card{
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-icon{
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 16px;
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-icon i{
    font-size: 1.08rem;
  }.tc-wp-content-root .imgtaggen-premium-content h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card p, .tc-wp-content-root .imgtaggen-premium-content .imgtaggen-cta{
    font-size: 0.9rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-section{
    padding: 40px 12px;
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-section-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-section-head p{
    font-size: 0.88rem;
    line-height: 1.55;
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-grid, .tc-wp-content-root .imgtaggen-premium-content .imgtaggen-grid-four, .tc-wp-content-root .imgtaggen-premium-content .imgtaggen-grid-three{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card{
    padding: 16px;
    border-radius: 15px;
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-icon{
    width: 40px;
    height: 40px;
    border-radius: 12px;
    margin-bottom: 14px;
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .imgtaggen-premium-content h3{
    font-size: 0.94rem;
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card p, .tc-wp-content-root .imgtaggen-premium-content .imgtaggen-cta{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-step{
    width: 40px;
    height: 29px;
    font-size: 0.76rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card, .tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card::before, .tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card::after, .tc-wp-content-root .imgtaggen-premium-content .imgtaggen-icon, .tc-wp-content-root .imgtaggen-premium-content .imgtaggen-cta, .tc-wp-content-root .imgtaggen-premium-content .imgtaggen-step{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card, .tc-wp-content-root .imgtaggen-premium-content .imgtaggen-card.is-visible{
    opacity: 1;
    transform: none !important;
  }.tc-wp-content-root .imgtaggen-premium-content .imgtaggen-cta{
    opacity: 1;
    transform: none;
  }}

.tc-wp-content-root .imgtaggen-process-grid {}
.tc-wp-content-root .imgtaggen-reveal {}
.tc-wp-content-root .imgtaggen-tilt {}