@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 .phg-premium-wrap{
  --phg-ink: #231f2b;
  --phg-muted: #686170;
  --phg-line: rgba(92, 67, 102, 0.14);
  --phg-card: rgba(255, 255, 255, 0.92);
  --phg-shadow: 0 18px 48px rgba(79, 50, 82, 0.11);
  --phg-shadow-hover: 0 28px 72px rgba(79, 50, 82, 0.18);
  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(--phg-ink);
}.tc-wp-content-root .phg-premium-wrap *, .tc-wp-content-root .phg-premium-wrap *::before, .tc-wp-content-root .phg-premium-wrap *::after{
  box-sizing: border-box;
}.tc-wp-content-root .phg-premium-section{
  width: 100%;
  max-width: 100%;
  padding: 96px 24px;
  overflow-x: hidden;
}.tc-wp-content-root .phg-premium-section-white{
  background: #fff;
}.tc-wp-content-root .phg-premium-section-warm{
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 184, 107, 0.24), transparent 32%),
    radial-gradient(circle at 84% 8%, rgba(198, 102, 255, 0.16), transparent 34%),
    linear-gradient(135deg, #fff7ef 0%, #fff1f6 46%, #f8f1ff 100%);
}.tc-wp-content-root .phg-premium-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .phg-premium-header{
  max-width: 820px;
  margin: 0 auto 44px;
  text-align: center;
}.tc-wp-content-root .phg-premium-header h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  font-weight: 820;
  letter-spacing: 0;
  color: var(--phg-ink);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .phg-premium-gradient-keyword{
  background: linear-gradient(100deg, #ff8a3d 0%, #ff5f7e 43%, #8d5cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .phg-premium-header p{
  margin: 16px auto 0;
  max-width: 720px;
  color: var(--phg-muted);
  font-size: 1.04rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .phg-premium-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .phg-premium-grid-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .phg-premium-grid-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .phg-premium-card{
  --phg-a: #ff9a4d;
  --phg-b: #ff5f7e;
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--phg-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--phg-a) 16%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 245, 0.86));
  box-shadow: var(--phg-shadow);
  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;
}.tc-wp-content-root .phg-premium-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, color-mix(in srgb, var(--phg-a) 14%, transparent), color-mix(in srgb, var(--phg-b) 12%, transparent));
  opacity: 0;
  transition: opacity 320ms ease;
}.tc-wp-content-root .phg-premium-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--phg-a), var(--phg-b));
  transform: scaleX(0.28);
  transform-origin: left;
  transition: transform 320ms ease;
}.tc-wp-content-root .phg-premium-card:nth-child(1){ --phg-a: #ff9a4d; --phg-b: #ff5f7e; }.tc-wp-content-root .phg-premium-card:nth-child(2){ --phg-a: #ffbd59; --phg-b: #f55fa2; }.tc-wp-content-root .phg-premium-card:nth-child(3){ --phg-a: #ff7a59; --phg-b: #9b5cff; }.tc-wp-content-root .phg-premium-card:nth-child(4){ --phg-a: #f7b733; --phg-b: #fc4a1a; }.tc-wp-content-root .phg-premium-card:nth-child(5){ --phg-a: #ff6f91; --phg-b: #845ec2; }.tc-wp-content-root .phg-premium-card:nth-child(6){ --phg-a: #f9a826; --phg-b: #ff6b6b; }.tc-wp-content-root .phg-premium-card:nth-child(7){ --phg-a: #ff9671; --phg-b: #c34a36; }.tc-wp-content-root .phg-premium-card:nth-child(8){ --phg-a: #d65db1; --phg-b: #ff9671; }.tc-wp-content-root .phg-premium-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .phg-premium-card:hover{
  border-color: color-mix(in srgb, var(--phg-a) 42%, rgba(92, 67, 102, 0.18));
  box-shadow: var(--phg-shadow-hover);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}.tc-wp-content-root .phg-premium-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .phg-premium-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .phg-premium-icon{
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--phg-a) 18%, #fff), color-mix(in srgb, var(--phg-b) 12%, #fff));
  color: var(--phg-b);
  font-size: 1.28rem;
  box-shadow: 0 12px 28px color-mix(in srgb, var(--phg-a) 22%, transparent);
  transition: transform 320ms ease, color 320ms ease, background 320ms ease;
}.tc-wp-content-root .phg-premium-card:hover .phg-premium-icon{
  transform: translateY(-4px) scale(1.04) rotate(-2deg);
  color: #fff;
  background: linear-gradient(135deg, var(--phg-a), var(--phg-b));
}.tc-wp-content-root .phg-premium-card h3{
  position: relative;
  margin: 0;
  color: var(--phg-ink);
  font-size: 1.15rem;
  line-height: 1.28;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .phg-premium-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--phg-a), var(--phg-b));
  transform: scaleX(0.5);
  transform-origin: left;
  transition: transform 320ms ease;
}.tc-wp-content-root .phg-premium-card:hover h3::after{
  transform: scaleX(1.6);
}.tc-wp-content-root .phg-premium-card p{
  margin: 14px 0 0;
  color: var(--phg-muted);
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .phg-premium-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--phg-b);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.35;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 320ms ease, transform 320ms ease, color 320ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .phg-premium-card:hover .phg-premium-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--phg-b);
}.tc-wp-content-root .phg-premium-tilt{
  transform-style: preserve-3d;
}.tc-wp-content-root .phg-premium-process{
  padding-top: 30px;
}.tc-wp-content-root .phg-premium-step{
  position: absolute;
  top: 22px;
  right: 22px;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  max-width: 100%;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--phg-a), var(--phg-b));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 12px 28px color-mix(in srgb, var(--phg-b) 26%, transparent);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .phg-premium-process:hover .phg-premium-step{
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--phg-b) 34%, transparent);
}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .phg-premium-section{
    padding: 82px 22px;
  }.tc-wp-content-root .phg-premium-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .phg-premium-grid-4, .tc-wp-content-root .phg-premium-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .phg-premium-card{
    min-height: 250px;
    padding: 25px;
  }.tc-wp-content-root .phg-premium-header{
    margin-bottom: 38px;
  }.tc-wp-content-root .phg-premium-header p{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .phg-premium-section{
    padding: 70px 20px;
  }.tc-wp-content-root .phg-premium-grid-4, .tc-wp-content-root .phg-premium-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .phg-premium-header{
    margin-bottom: 34px;
  }.tc-wp-content-root .phg-premium-header p{
    font-size: 0.98rem;
  }.tc-wp-content-root .phg-premium-card{
    min-height: 238px;
    padding: 24px;
  }.tc-wp-content-root .phg-premium-card h3{
    font-size: 1.08rem;
  }.tc-wp-content-root .phg-premium-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .phg-premium-section{
    padding: 58px 16px;
  }.tc-wp-content-root .phg-premium-grid-4, .tc-wp-content-root .phg-premium-grid-3{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .phg-premium-header{
    margin-bottom: 28px;
  }.tc-wp-content-root .phg-premium-header p{
    font-size: 0.95rem;
    line-height: 1.62;
  }.tc-wp-content-root .phg-premium-card{
    min-height: 0;
    padding: 22px;
    border-radius: 19px;
  }.tc-wp-content-root .phg-premium-icon{
    width: 50px;
    height: 50px;
    border-radius: 16px;
    font-size: 1.14rem;
  }.tc-wp-content-root .phg-premium-step{
    width: 42px;
    height: 42px;
    top: 18px;
    right: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .phg-premium-section{
    padding: 50px 14px;
  }.tc-wp-content-root .phg-premium-grid-4, .tc-wp-content-root .phg-premium-grid-3{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .phg-premium-header{
    margin-bottom: 24px;
  }.tc-wp-content-root .phg-premium-header p{
    font-size: 0.91rem;
    line-height: 1.58;
  }.tc-wp-content-root .phg-premium-card{
    min-height: 0;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .phg-premium-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    border-radius: 15px;
    font-size: 1.04rem;
  }.tc-wp-content-root .phg-premium-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .phg-premium-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .phg-premium-step{
    width: 38px;
    height: 38px;
    top: 16px;
    right: 16px;
    font-size: 0.76rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .phg-premium-section{
    padding: 44px 12px;
  }.tc-wp-content-root .phg-premium-grid-4, .tc-wp-content-root .phg-premium-grid-3{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .phg-premium-header{
    margin-bottom: 22px;
  }.tc-wp-content-root .phg-premium-header p{
    font-size: 0.88rem;
    line-height: 1.55;
  }.tc-wp-content-root .phg-premium-card{
    min-height: 0;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .phg-premium-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 14px;
    font-size: 0.98rem;
  }.tc-wp-content-root .phg-premium-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .phg-premium-card p, .tc-wp-content-root .phg-premium-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .phg-premium-step{
    width: 34px;
    height: 34px;
    top: 14px;
    right: 14px;
    font-size: 0.7rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .phg-premium-card, .tc-wp-content-root .phg-premium-card::before, .tc-wp-content-root .phg-premium-card::after, .tc-wp-content-root .phg-premium-icon, .tc-wp-content-root .phg-premium-cta, .tc-wp-content-root .phg-premium-step, .tc-wp-content-root .phg-premium-card h3::after{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .phg-premium-card, .tc-wp-content-root .phg-premium-card.is-visible, .tc-wp-content-root .phg-premium-card:hover{
    opacity: 1;
    transform: none !important;
  }}

.tc-wp-content-root .phg-premium-reveal {}