@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 .semgpa-premium-wrap{
  --semgpa-ink: #172033;
  --semgpa-muted: #647084;
  --semgpa-line: rgba(60, 92, 130, 0.14);
  --semgpa-blue: #2563eb;
  --semgpa-cyan: #06b6d4;
  --semgpa-gold: #f59e0b;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  color: var(--semgpa-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .semgpa-premium-wrap *, .tc-wp-content-root .semgpa-premium-wrap *::before, .tc-wp-content-root .semgpa-premium-wrap *::after{
  box-sizing: border-box;
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-section, .tc-wp-content-root .semgpa-premium-wrap .semgpa-container, .tc-wp-content-root .semgpa-premium-wrap .semgpa-grid{
  width: 100%;
  max-width: 100%;
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-section{
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-section-white{
  background: #fff;
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-section-blue{
  background:
    radial-gradient(circle at 10% 8%, rgba(37, 99, 235, 0.1), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(6, 182, 212, 0.12), transparent 30%),
    #f0f7ff;
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-container{
  margin: 0 auto;
  padding: 0 24px;
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-section-head{
  max-width: 790px;
  margin: 0 auto 38px;
  text-align: center;
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-section-head h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  letter-spacing: 0;
  font-weight: 850;
  color: var(--semgpa-ink);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-section-head h2 span{
  background: linear-gradient(135deg, #1d4ed8 0%, #06b6d4 48%, #f59e0b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-section-head p{
  margin: 14px auto 0;
  max-width: 690px;
  color: var(--semgpa-muted);
  line-height: 1.7;
  font-size: 1.02rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-grid{
  display: grid;
  gap: 22px;
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --semgpa-accent: #2563eb;
  --semgpa-accent-2: #06b6d4;
  --semgpa-soft: rgba(37, 99, 235, 0.08);
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 252px;
  padding: 26px;
  border: 1px solid var(--semgpa-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.95), transparent 0 18%, transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.82)),
    linear-gradient(145deg, var(--semgpa-soft), rgba(255, 255, 255, 0));
  box-shadow: 0 18px 45px rgba(31, 64, 112, 0.09);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  overflow: hidden;
  transition: transform 260ms ease, opacity 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--semgpa-accent) 14%, transparent), transparent 46%),
    radial-gradient(circle at 85% 12%, color-mix(in srgb, var(--semgpa-accent-2) 18%, transparent), transparent 34%);
  opacity: 0.72;
  transition: opacity 260ms ease;
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-card::after{
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--semgpa-accent), var(--semgpa-accent-2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-card:hover{
  border-color: color-mix(in srgb, var(--semgpa-accent) 38%, rgba(255,255,255,0));
  box-shadow: 0 24px 68px rgba(31, 64, 112, 0.16);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 18px;
  border-radius: 17px;
  background: color-mix(in srgb, var(--semgpa-accent) 12%, #fff);
  color: var(--semgpa-accent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--semgpa-accent) 15%, transparent);
  transition: transform 260ms ease, background 260ms ease, color 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-icon i{
  font-size: 1.2rem;
  line-height: 1;
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-card:hover .semgpa-icon{
  transform: translateY(-3px) scale(1.05) rotate(-3deg);
  background: linear-gradient(135deg, var(--semgpa-accent), var(--semgpa-accent-2));
  color: #fff;
  box-shadow: 0 14px 28px color-mix(in srgb, var(--semgpa-accent) 25%, transparent);
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-card h3{
  position: relative;
  display: inline;
  margin: 0;
  color: var(--semgpa-ink);
  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(--semgpa-accent), var(--semgpa-accent-2));
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 260ms ease;
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-card:hover h3{
  background-size: 100% 2px;
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-card p{
  margin: 13px 0 0;
  color: var(--semgpa-muted);
  line-height: 1.65;
  font-size: 0.95rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--semgpa-accent);
  font-size: 0.88rem;
  line-height: 1.35;
  font-weight: 750;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-card:hover .semgpa-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-process{
  padding-top: 34px;
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-step-no{
  position: absolute;
  top: 14px;
  right: 18px;
  z-index: -1;
  color: color-mix(in srgb, var(--semgpa-accent) 15%, transparent);
  font-size: clamp(3rem, 8vw, 5.4rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 260ms ease, color 260ms ease;
  pointer-events: none;
  max-width: 45%;
  overflow: hidden;
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-process:hover .semgpa-step-no{
  transform: translateY(-4px) scale(1.05);
  color: color-mix(in srgb, var(--semgpa-accent) 22%, transparent);
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-card:nth-child(8n + 1){
  --semgpa-accent: #2563eb;
  --semgpa-accent-2: #06b6d4;
  --semgpa-soft: rgba(37, 99, 235, 0.08);
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-card:nth-child(8n + 2){
  --semgpa-accent: #7c3aed;
  --semgpa-accent-2: #ec4899;
  --semgpa-soft: rgba(124, 58, 237, 0.08);
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-card:nth-child(8n + 3){
  --semgpa-accent: #0891b2;
  --semgpa-accent-2: #22c55e;
  --semgpa-soft: rgba(8, 145, 178, 0.08);
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-card:nth-child(8n + 4){
  --semgpa-accent: #ea580c;
  --semgpa-accent-2: #f59e0b;
  --semgpa-soft: rgba(234, 88, 12, 0.08);
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-card:nth-child(8n + 5){
  --semgpa-accent: #0f766e;
  --semgpa-accent-2: #14b8a6;
  --semgpa-soft: rgba(15, 118, 110, 0.08);
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-card:nth-child(8n + 6){
  --semgpa-accent: #be123c;
  --semgpa-accent-2: #fb7185;
  --semgpa-soft: rgba(190, 18, 60, 0.08);
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-card:nth-child(8n + 7){
  --semgpa-accent: #4f46e5;
  --semgpa-accent-2: #38bdf8;
  --semgpa-soft: rgba(79, 70, 229, 0.08);
}.tc-wp-content-root .semgpa-premium-wrap .semgpa-card:nth-child(8n + 8){
  --semgpa-accent: #ca8a04;
  --semgpa-accent-2: #84cc16;
  --semgpa-soft: rgba(202, 138, 4, 0.08);
}@media (min-width: 1200px) {.tc-wp-content-root .semgpa-premium-wrap .semgpa-section{
    padding: 88px 0;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-container{
    max-width: 1240px;
    padding: 0 34px;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .semgpa-premium-wrap .semgpa-section{
    padding: 78px 0;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-container{
    max-width: 1060px;
    padding: 0 28px;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-section-head p{
    font-size: 0.98rem;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 21px;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .semgpa-premium-wrap .semgpa-section{
    padding: 66px 0;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-container{
    padding: 0 22px;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-section-head p{
    font-size: 0.95rem;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-card{
    padding: 22px;
    min-height: 232px;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-card p{
    font-size: 0.92rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .semgpa-premium-wrap .semgpa-section{
    padding: 54px 0;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-container{
    padding: 0 18px;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-section-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-section-head p{
    font-size: 0.93rem;
    line-height: 1.62;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-card{
    padding: 22px;
    min-height: auto;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .semgpa-premium-wrap .semgpa-section{
    padding: 46px 0;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-container{
    padding: 0 15px;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-section-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-section-head p{
    font-size: 0.9rem;
    line-height: 1.6;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-card{
    padding: 19px;
    border-radius: 18px;
    min-height: auto;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-cta{
    opacity: 1;
    transform: none;
    font-size: 0.84rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .semgpa-premium-wrap .semgpa-section{
    padding: 40px 0;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-container{
    padding: 0 12px;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-section-head{
    margin-bottom: 20px;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-section-head p{
    font-size: 0.86rem;
    line-height: 1.58;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-card{
    padding: 17px;
    border-radius: 17px;
    min-height: auto;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 15px;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-card h3{
    font-size: 0.94rem;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-card p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-cta{
    opacity: 1;
    transform: none;
    font-size: 0.82rem;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-step-no{
    max-width: 42%;
    font-size: 2.8rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .semgpa-premium-wrap .semgpa-grid{
    grid-template-columns: 1fr !important;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .semgpa-premium-wrap .semgpa-card, .tc-wp-content-root .semgpa-premium-wrap .semgpa-card::before, .tc-wp-content-root .semgpa-premium-wrap .semgpa-card::after, .tc-wp-content-root .semgpa-premium-wrap .semgpa-icon, .tc-wp-content-root .semgpa-premium-wrap .semgpa-cta, .tc-wp-content-root .semgpa-premium-wrap .semgpa-step-no{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .semgpa-premium-wrap .semgpa-card, .tc-wp-content-root .semgpa-premium-wrap .semgpa-card.is-visible, .tc-wp-content-root .semgpa-premium-wrap .semgpa-card:hover{
    transform: none !important;
  }}

.tc-wp-content-root .semgpa-grid-how {}
.tc-wp-content-root .semgpa-grid-what {}
.tc-wp-content-root .semgpa-grid-why {}
.tc-wp-content-root .semgpa-reveal {}
.tc-wp-content-root .semgpa-tilt {}