@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 .smhg-premium-wrap, .tc-wp-content-root .smhg-premium-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .smhg-premium-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #211827;
  background: #fff;
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-section{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 96px 24px;
  position: relative;
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-section-white{
  background: #fff;
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-section-warm{
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 178, 103, 0.24), transparent 32%),
    radial-gradient(circle at 86% 22%, rgba(188, 111, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #fff7ed 0%, #fff1f5 48%, #f8f3ff 100%);
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-header{
  max-width: 820px;
  margin: 0 auto 44px;
  text-align: center;
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-header h2{
  margin: 0;
  color: #24152f;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-gradient-keyword{
  background: linear-gradient(135deg, #ff8a3d 0%, #ff5f7e 42%, #8d5cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-header p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #65596c;
  font-size: 1.04rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-grid{
  width: 100%;
  max-width: 100%;
  display: grid;
  gap: 24px;
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-grid-what, .tc-wp-content-root .smhg-premium-wrap .smhg-premium-grid-how{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-grid-why{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --smhg-accent: #ff8a3d;
  --smhg-accent-2: #ff5f7e;
  --smhg-soft: rgba(255, 138, 61, 0.13);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  position: relative;
  isolation: isolate;
  padding: 30px;
  min-height: 254px;
  border: 1px solid rgba(79, 54, 92, 0.11);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.9), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 246, 0.78));
  box-shadow: 0 18px 45px rgba(61, 37, 77, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  transition: transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card:nth-child(2){ --smhg-accent: #ff5f7e; --smhg-accent-2: #b96dff; --smhg-soft: rgba(255, 95, 126, 0.13); }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card:nth-child(3){ --smhg-accent: #f6a623; --smhg-accent-2: #ff6b4a; --smhg-soft: rgba(246, 166, 35, 0.15); }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card:nth-child(4){ --smhg-accent: #9b6cff; --smhg-accent-2: #ff79a8; --smhg-soft: rgba(155, 108, 255, 0.13); }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card:nth-child(5){ --smhg-accent: #f97316; --smhg-accent-2: #ec4899; --smhg-soft: rgba(249, 115, 22, 0.13); }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card:nth-child(6){ --smhg-accent: #d946ef; --smhg-accent-2: #fb7185; --smhg-soft: rgba(217, 70, 239, 0.12); }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card:nth-child(7){ --smhg-accent: #f59e0b; --smhg-accent-2: #e11d48; --smhg-soft: rgba(245, 158, 11, 0.14); }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card:nth-child(8){ --smhg-accent: #a855f7; --smhg-accent-2: #fb923c; --smhg-soft: rgba(168, 85, 247, 0.12); }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-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(--smhg-accent) 24%, transparent), transparent 34%),
    linear-gradient(135deg, color-mix(in srgb, var(--smhg-accent) 10%, transparent), transparent 58%);
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card::after{
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--smhg-accent), var(--smhg-accent-2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card.smhg-is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card:hover{
  border-color: color-mix(in srgb, var(--smhg-accent) 42%, rgba(79, 54, 92, 0.14));
  box-shadow: 0 26px 62px rgba(61, 37, 77, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-icon{
  width: 58px;
  height: 58px;
  max-width: 100%;
  display: grid;
  place-items: center;
  margin: 0 0 22px;
  border-radius: 18px;
  color: var(--smhg-accent);
  background: var(--smhg-soft);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-icon i{
  font-size: 1.35rem;
  line-height: 1;
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card:hover .smhg-premium-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--smhg-accent), var(--smhg-accent-2));
  transform: translateY(-3px) scale(1.04) rotate(-2deg);
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card h3{
  position: relative;
  margin: 0 0 13px;
  color: #281930;
  font-size: 1.12rem;
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--smhg-accent), var(--smhg-accent-2));
  transform: scaleX(0.58);
  transform-origin: left;
  transition: transform 260ms ease;
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card:hover h3::after{
  transform: scaleX(1.65);
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card p{
  margin: 0;
  color: #6c6072;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--smhg-accent);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.3;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card:hover .smhg-premium-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-tilt-card{
  transform-style: preserve-3d;
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-tilt-card .smhg-premium-icon, .tc-wp-content-root .smhg-premium-wrap .smhg-premium-tilt-card h3, .tc-wp-content-root .smhg-premium-wrap .smhg-premium-tilt-card p{
  transform: translateZ(18px);
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-process-card{
  padding-top: 76px;
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-step{
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  max-width: calc(100% - 48px);
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--smhg-accent), var(--smhg-accent-2));
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 30px color-mix(in srgb, var(--smhg-accent) 26%, transparent);
  transition: transform 260ms ease, box-shadow 260ms ease;
  overflow: hidden;
}.tc-wp-content-root .smhg-premium-wrap .smhg-premium-process-card:hover .smhg-premium-step{
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 18px 38px color-mix(in srgb, var(--smhg-accent) 34%, transparent);
}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .smhg-premium-wrap .smhg-premium-section{
    padding: 82px 22px;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-grid-what, .tc-wp-content-root .smhg-premium-wrap .smhg-premium-grid-why, .tc-wp-content-root .smhg-premium-wrap .smhg-premium-grid-how{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-grid{
    gap: 22px;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-header{
    margin-bottom: 38px;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-header p{
    font-size: 1rem;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card{
    padding: 26px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .smhg-premium-wrap .smhg-premium-section{
    padding: 70px 20px;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-grid-what, .tc-wp-content-root .smhg-premium-wrap .smhg-premium-grid-why, .tc-wp-content-root .smhg-premium-wrap .smhg-premium-grid-how{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-grid{
    gap: 20px;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-header{
    margin-bottom: 34px;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-header p{
    font-size: 0.98rem;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card{
    padding: 24px;
    min-height: 238px;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card h3{
    font-size: 1.05rem;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .smhg-premium-wrap .smhg-premium-section{
    padding: 58px 16px;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-grid-what, .tc-wp-content-root .smhg-premium-wrap .smhg-premium-grid-why, .tc-wp-content-root .smhg-premium-wrap .smhg-premium-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-grid{
    gap: 18px;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-header{
    margin-bottom: 28px;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-header p{
    font-size: 0.94rem;
    line-height: 1.62;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card{
    padding: 22px;
    min-height: auto;
    border-radius: 18px;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-process-card{
    padding-top: 70px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .smhg-premium-wrap .smhg-premium-section{
    padding: 50px 14px;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-grid-what, .tc-wp-content-root .smhg-premium-wrap .smhg-premium-grid-why, .tc-wp-content-root .smhg-premium-wrap .smhg-premium-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-grid{
    gap: 16px;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-header{
    margin-bottom: 24px;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-header p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card{
    padding: 20px;
    min-height: auto;
    border-radius: 17px;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-icon{
    width: 50px;
    height: 50px;
    border-radius: 15px;
    margin-bottom: 18px;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-icon i{
    font-size: 1.16rem;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-process-card{
    padding-top: 66px;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-step{
    top: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    font-size: 0.78rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .smhg-premium-wrap .smhg-premium-section{
    padding: 42px 12px;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-grid-what, .tc-wp-content-root .smhg-premium-wrap .smhg-premium-grid-why, .tc-wp-content-root .smhg-premium-wrap .smhg-premium-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-grid{
    gap: 14px;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-header{
    margin-bottom: 22px;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-header p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card{
    padding: 18px;
    min-height: auto;
    border-radius: 16px;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-icon i{
    font-size: 1.08rem;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card p, .tc-wp-content-root .smhg-premium-wrap .smhg-premium-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-process-card{
    padding-top: 62px;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-step{
    top: 18px;
    right: 18px;
    width: 40px;
    height: 40px;
    border-radius: 13px;
    font-size: 0.74rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .smhg-premium-wrap .smhg-premium-section{
    padding: 38px 10px;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-grid-what, .tc-wp-content-root .smhg-premium-wrap .smhg-premium-grid-why, .tc-wp-content-root .smhg-premium-wrap .smhg-premium-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card{
    padding: 16px;
    min-height: auto;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card, .tc-wp-content-root .smhg-premium-wrap .smhg-premium-card::before, .tc-wp-content-root .smhg-premium-wrap .smhg-premium-card::after, .tc-wp-content-root .smhg-premium-wrap .smhg-premium-icon, .tc-wp-content-root .smhg-premium-wrap .smhg-premium-step, .tc-wp-content-root .smhg-premium-wrap .smhg-premium-cta, .tc-wp-content-root .smhg-premium-wrap .smhg-premium-card h3::after{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .smhg-premium-wrap .smhg-premium-card, .tc-wp-content-root .smhg-premium-wrap .smhg-premium-card.smhg-is-visible, .tc-wp-content-root .smhg-premium-wrap .smhg-premium-card:hover{
    transform: none !important;
    opacity: 1 !important;
  }}