@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 .ahg-premium-content, .tc-wp-content-root .ahg-premium-content *{
  box-sizing: border-box;
}.tc-wp-content-root .ahg-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: #231b2f;
  background: #fff;
}.tc-wp-content-root .ahg-premium-content .ahg-section{
  width: 100%;
  max-width: 100%;
  padding: 92px 24px;
  overflow: hidden;
}.tc-wp-content-root .ahg-premium-content .ahg-section-white{
  background: #fff;
}.tc-wp-content-root .ahg-premium-content .ahg-section-warm{
  background:
    radial-gradient(circle at 16% 8%, rgba(255, 183, 105, 0.34), transparent 34%),
    radial-gradient(circle at 90% 24%, rgba(219, 92, 176, 0.18), transparent 30%),
    linear-gradient(135deg, #fff7ef 0%, #fff0f5 48%, #f7efff 100%);
}.tc-wp-content-root .ahg-premium-content .ahg-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .ahg-premium-content .ahg-section-header{
  max-width: 790px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .ahg-premium-content .ahg-section-header h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.18;
  letter-spacing: 0;
  color: #24162f;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ahg-premium-content .ahg-gradient-keyword{
  background: linear-gradient(100deg, #ff8a3d 0%, #f44f86 46%, #8d5cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .ahg-premium-content .ahg-section-header p{
  margin: 15px auto 0;
  color: #655a70;
  font-size: 1.02rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ahg-premium-content .ahg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .ahg-premium-content .ahg-grid-what, .tc-wp-content-root .ahg-premium-content .ahg-grid-how{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .ahg-premium-content .ahg-grid-why{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .ahg-premium-content .ahg-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --ahg-a: #ff8a3d;
  --ahg-b: #f44f86;
  --ahg-c: rgba(255, 138, 61, 0.16);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 100%;
  padding: 28px;
  border: 1px solid rgba(111, 79, 126, 0.14);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.9), transparent 22%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 247, 0.94));
  box-shadow: 0 18px 42px rgba(49, 33, 66, 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.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ahg-premium-content .ahg-card:nth-child(2){ --ahg-a: #ff6f61; --ahg-b: #9f62ff; --ahg-c: rgba(255, 111, 97, 0.15); }.tc-wp-content-root .ahg-premium-content .ahg-card:nth-child(3){ --ahg-a: #f7a928; --ahg-b: #ec4c7a; --ahg-c: rgba(247, 169, 40, 0.17); }.tc-wp-content-root .ahg-premium-content .ahg-card:nth-child(4){ --ahg-a: #b05cff; --ahg-b: #ff7a59; --ahg-c: rgba(176, 92, 255, 0.14); }.tc-wp-content-root .ahg-premium-content .ahg-card:nth-child(5){ --ahg-a: #ff4f8b; --ahg-b: #ffb64d; --ahg-c: rgba(255, 79, 139, 0.14); }.tc-wp-content-root .ahg-premium-content .ahg-card:nth-child(6){ --ahg-a: #e86f2f; --ahg-b: #7f64ff; --ahg-c: rgba(232, 111, 47, 0.15); }.tc-wp-content-root .ahg-premium-content .ahg-card:nth-child(7){ --ahg-a: #ff9f43; --ahg-b: #d64fa3; --ahg-c: rgba(255, 159, 67, 0.16); }.tc-wp-content-root .ahg-premium-content .ahg-card:nth-child(8){ --ahg-a: #8f5dff; --ahg-b: #ff8466; --ahg-c: rgba(143, 93, 255, 0.14); }.tc-wp-content-root .ahg-premium-content .ahg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), var(--ahg-c), transparent 34%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}.tc-wp-content-root .ahg-premium-content .ahg-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ahg-a), var(--ahg-b));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}.tc-wp-content-root .ahg-premium-content .ahg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .ahg-premium-content .ahg-card:hover{
  border-color: rgba(244, 79, 134, 0.34);
  box-shadow: 0 26px 62px rgba(49, 33, 66, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .ahg-premium-content .ahg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ahg-premium-content .ahg-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .ahg-premium-content .ahg-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), var(--ahg-c));
  color: var(--ahg-a);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65), 0 12px 26px rgba(65, 37, 78, 0.08);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
  overflow: hidden;
}.tc-wp-content-root .ahg-premium-content .ahg-icon i{
  font-size: 1.18rem;
  line-height: 1;
}.tc-wp-content-root .ahg-premium-content .ahg-card:hover .ahg-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--ahg-a), var(--ahg-b));
  transform: translateY(-3px) rotate(-3deg) scale(1.04);
}.tc-wp-content-root .ahg-premium-content .ahg-card h3{
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #261932;
  font-size: 1.13rem;
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ahg-premium-content .ahg-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #655a70;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ahg-premium-content .ahg-cta{
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--ahg-b);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.35;
  opacity: 0.22;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ahg-premium-content .ahg-card:hover .ahg-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ahg-premium-content .ahg-process{
  padding-top: 62px;
}.tc-wp-content-root .ahg-premium-content .ahg-badge{
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 34px;
  max-width: calc(100% - 44px);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ahg-a), var(--ahg-b));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 12px 26px rgba(244, 79, 134, 0.24);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}.tc-wp-content-root .ahg-premium-content .ahg-process:hover .ahg-badge{
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 16px 34px rgba(244, 79, 134, 0.32);
}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .ahg-premium-content .ahg-section{
    padding: 78px 22px;
  }.tc-wp-content-root .ahg-premium-content .ahg-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .ahg-premium-content .ahg-grid-what, .tc-wp-content-root .ahg-premium-content .ahg-grid-why, .tc-wp-content-root .ahg-premium-content .ahg-grid-how{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ahg-premium-content .ahg-grid{
    gap: 20px;
  }.tc-wp-content-root .ahg-premium-content .ahg-card{
    padding: 25px;
  }.tc-wp-content-root .ahg-premium-content .ahg-section-header p{
    font-size: 0.98rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ahg-premium-content .ahg-section{
    padding: 66px 20px;
  }.tc-wp-content-root .ahg-premium-content .ahg-section-header{
    margin-bottom: 32px;
  }.tc-wp-content-root .ahg-premium-content .ahg-grid-what, .tc-wp-content-root .ahg-premium-content .ahg-grid-why, .tc-wp-content-root .ahg-premium-content .ahg-grid-how{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ahg-premium-content .ahg-grid{
    gap: 18px;
  }.tc-wp-content-root .ahg-premium-content .ahg-card{
    padding: 23px;
    border-radius: 21px;
  }.tc-wp-content-root .ahg-premium-content .ahg-card h3{
    font-size: 1.05rem;
  }.tc-wp-content-root .ahg-premium-content .ahg-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ahg-premium-content .ahg-section{
    padding: 54px 16px;
  }.tc-wp-content-root .ahg-premium-content .ahg-section-header{
    margin-bottom: 26px;
  }.tc-wp-content-root .ahg-premium-content .ahg-section-header p{
    font-size: 0.93rem;
    line-height: 1.62;
  }.tc-wp-content-root .ahg-premium-content .ahg-grid-what, .tc-wp-content-root .ahg-premium-content .ahg-grid-why, .tc-wp-content-root .ahg-premium-content .ahg-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .ahg-premium-content .ahg-grid{
    gap: 16px;
  }.tc-wp-content-root .ahg-premium-content .ahg-card{
    padding: 21px;
    border-radius: 20px;
  }.tc-wp-content-root .ahg-premium-content .ahg-process{
    padding-top: 56px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ahg-premium-content .ahg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .ahg-premium-content .ahg-section-header{
    margin-bottom: 24px;
  }.tc-wp-content-root .ahg-premium-content .ahg-section-header p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .ahg-premium-content .ahg-grid-what, .tc-wp-content-root .ahg-premium-content .ahg-grid-why, .tc-wp-content-root .ahg-premium-content .ahg-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .ahg-premium-content .ahg-grid{
    gap: 14px;
  }.tc-wp-content-root .ahg-premium-content .ahg-card{
    padding: 19px;
    border-radius: 18px;
  }.tc-wp-content-root .ahg-premium-content .ahg-icon{
    width: 46px;
    height: 46px;
    border-radius: 15px;
    margin-bottom: 16px;
  }.tc-wp-content-root .ahg-premium-content .ahg-badge{
    width: 42px;
    height: 31px;
    top: 18px;
    right: 18px;
  }}@media (max-width: 374px) {.tc-wp-content-root .ahg-premium-content .ahg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .ahg-premium-content .ahg-section-header{
    margin-bottom: 22px;
  }.tc-wp-content-root .ahg-premium-content .ahg-section-header p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .ahg-premium-content .ahg-grid-what, .tc-wp-content-root .ahg-premium-content .ahg-grid-why, .tc-wp-content-root .ahg-premium-content .ahg-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .ahg-premium-content .ahg-grid{
    gap: 12px;
  }.tc-wp-content-root .ahg-premium-content .ahg-card{
    padding: 17px;
    border-radius: 17px;
  }.tc-wp-content-root .ahg-premium-content .ahg-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .ahg-premium-content .ahg-card p, .tc-wp-content-root .ahg-premium-content .ahg-cta{
    font-size: 0.84rem;
  }.tc-wp-content-root .ahg-premium-content .ahg-icon{
    width: 42px;
    height: 42px;
    border-radius: 14px;
    margin-bottom: 14px;
  }.tc-wp-content-root .ahg-premium-content .ahg-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .ahg-premium-content .ahg-process{
    padding-top: 52px;
  }.tc-wp-content-root .ahg-premium-content .ahg-badge{
    width: 40px;
    height: 30px;
    top: 16px;
    right: 16px;
    font-size: 0.76rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .ahg-premium-content .ahg-card, .tc-wp-content-root .ahg-premium-content .ahg-card::before, .tc-wp-content-root .ahg-premium-content .ahg-card::after, .tc-wp-content-root .ahg-premium-content .ahg-icon, .tc-wp-content-root .ahg-premium-content .ahg-cta, .tc-wp-content-root .ahg-premium-content .ahg-badge{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .ahg-premium-content .ahg-card, .tc-wp-content-root .ahg-premium-content .ahg-card.is-visible, .tc-wp-content-root .ahg-premium-content .ahg-card:hover{
    transform: none !important;
    opacity: 1;
  }}

.tc-wp-content-root .ahg-reveal {}
.tc-wp-content-root .ahg-tilt {}