@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 .smugpa-premium-content, .tc-wp-content-root .smugpa-premium-content *{
  box-sizing: border-box;
}.tc-wp-content-root .smugpa-premium-content{
  --smugpa-navy: #14213d;
  --smugpa-blue: #2f80ed;
  --smugpa-sky: #56ccf2;
  --smugpa-gold: #f6b73c;
  --smugpa-ink: #172033;
  --smugpa-muted: #5d6b82;
  --smugpa-line: rgba(47, 128, 237, 0.16);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--smugpa-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}.tc-wp-content-root .smugpa-premium-content .smugpa-section, .tc-wp-content-root .smugpa-premium-content .smugpa-container, .tc-wp-content-root .smugpa-premium-content .smugpa-grid{
  width: 100%;
  max-width: 100%;
}.tc-wp-content-root .smugpa-premium-content .smugpa-section{
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .smugpa-premium-content .smugpa-section-white{
  background: #fff;
}.tc-wp-content-root .smugpa-premium-content .smugpa-section-blue{
  background:
    radial-gradient(circle at 12% 8%, rgba(86, 204, 242, 0.22), transparent 32%),
    radial-gradient(circle at 88% 20%, rgba(246, 183, 60, 0.14), transparent 28%),
    #f0f7ff;
}.tc-wp-content-root .smugpa-premium-content .smugpa-container{
  margin: 0 auto;
}.tc-wp-content-root .smugpa-premium-content .smugpa-heading-wrap{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .smugpa-premium-content h2{
  margin: 0;
  color: var(--smugpa-navy);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .smugpa-premium-content h2 span{
  background: linear-gradient(135deg, var(--smugpa-blue), var(--smugpa-sky) 55%, var(--smugpa-gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .smugpa-premium-content .smugpa-heading-wrap p{
  margin: 14px auto 0;
  color: var(--smugpa-muted);
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .smugpa-premium-content .smugpa-grid{
  display: grid;
  padding: 0;
  margin: 0;
  list-style: none;
}.tc-wp-content-root .smugpa-premium-content .smugpa-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --smugpa-card-a: #2f80ed;
  --smugpa-card-b: #56ccf2;
  --smugpa-card-c: #f6b73c;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(47, 128, 237, 0.13);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--smugpa-card-b) 22%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.84));
  box-shadow: 0 16px 38px rgba(20, 33, 61, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  will-change: transform;
}.tc-wp-content-root .smugpa-premium-content .smugpa-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--smugpa-card-a) 12%, transparent), transparent 44%),
    linear-gradient(315deg, color-mix(in srgb, var(--smugpa-card-c) 10%, transparent), transparent 42%);
  opacity: 0.72;
  pointer-events: none;
}.tc-wp-content-root .smugpa-premium-content .smugpa-card::after{
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--smugpa-card-a), var(--smugpa-card-b), var(--smugpa-card-c));
  opacity: 0.58;
}.tc-wp-content-root .smugpa-premium-content .smugpa-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .smugpa-premium-content .smugpa-card:hover{
  border-color: color-mix(in srgb, var(--smugpa-card-a) 42%, transparent);
  box-shadow: 0 24px 58px rgba(20, 33, 61, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .smugpa-premium-content .smugpa-card > *{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .smugpa-premium-content .smugpa-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  color: var(--smugpa-card-a);
  background: color-mix(in srgb, var(--smugpa-card-a) 11%, white);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--smugpa-card-a) 16%, transparent);
  transition: transform 0.35s ease, color 0.35s ease, background 0.35s ease;
}.tc-wp-content-root .smugpa-premium-content .smugpa-icon i{
  font-size: 1.2rem;
  line-height: 1;
}.tc-wp-content-root .smugpa-premium-content .smugpa-card:hover .smugpa-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--smugpa-card-a), var(--smugpa-card-b));
  transform: translateY(-4px) scale(1.05) rotate(-3deg);
}.tc-wp-content-root .smugpa-premium-content h3{
  position: relative;
  margin: 20px 0 0;
  color: var(--smugpa-navy);
  font-size: 1.05rem;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 760;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .smugpa-premium-content h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--smugpa-card-a), var(--smugpa-card-b));
  transition: width 0.35s ease;
}.tc-wp-content-root .smugpa-premium-content .smugpa-card:hover h3::after{
  width: 74px;
}.tc-wp-content-root .smugpa-premium-content .smugpa-card p{
  margin: 14px 0 0;
  color: var(--smugpa-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .smugpa-premium-content .smugpa-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--smugpa-card-a);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .smugpa-premium-content .smugpa-card:hover .smugpa-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .smugpa-premium-content .smugpa-step-num{
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 0;
  color: color-mix(in srgb, var(--smugpa-card-a) 18%, transparent);
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 0.35s ease, color 0.35s ease;
  pointer-events: none;
}.tc-wp-content-root .smugpa-premium-content .smugpa-process-card:hover .smugpa-step-num{
  color: color-mix(in srgb, var(--smugpa-card-a) 28%, transparent);
  transform: translateY(-4px) scale(1.06);
}.tc-wp-content-root .smugpa-premium-content .smugpa-card:nth-child(8n + 1){
  --smugpa-card-a: #2f80ed;
  --smugpa-card-b: #56ccf2;
  --smugpa-card-c: #f6b73c;
}.tc-wp-content-root .smugpa-premium-content .smugpa-card:nth-child(8n + 2){
  --smugpa-card-a: #0f9f8f;
  --smugpa-card-b: #5eead4;
  --smugpa-card-c: #f6b73c;
}.tc-wp-content-root .smugpa-premium-content .smugpa-card:nth-child(8n + 3){
  --smugpa-card-a: #7c3aed;
  --smugpa-card-b: #a78bfa;
  --smugpa-card-c: #56ccf2;
}.tc-wp-content-root .smugpa-premium-content .smugpa-card:nth-child(8n + 4){
  --smugpa-card-a: #e25555;
  --smugpa-card-b: #fb7185;
  --smugpa-card-c: #f6b73c;
}.tc-wp-content-root .smugpa-premium-content .smugpa-card:nth-child(8n + 5){
  --smugpa-card-a: #2563eb;
  --smugpa-card-b: #38bdf8;
  --smugpa-card-c: #34d399;
}.tc-wp-content-root .smugpa-premium-content .smugpa-card:nth-child(8n + 6){
  --smugpa-card-a: #c2410c;
  --smugpa-card-b: #fb923c;
  --smugpa-card-c: #fde047;
}.tc-wp-content-root .smugpa-premium-content .smugpa-card:nth-child(8n + 7){
  --smugpa-card-a: #4f46e5;
  --smugpa-card-b: #22d3ee;
  --smugpa-card-c: #a3e635;
}.tc-wp-content-root .smugpa-premium-content .smugpa-card:nth-child(8n + 8){
  --smugpa-card-a: #be185d;
  --smugpa-card-b: #f472b6;
  --smugpa-card-c: #60a5fa;
}@media (min-width: 1200px) {.tc-wp-content-root .smugpa-premium-content .smugpa-section{
    padding: 96px 32px;
  }.tc-wp-content-root .smugpa-premium-content .smugpa-container{
    max-width: 1240px;
  }.tc-wp-content-root .smugpa-premium-content .smugpa-heading-wrap p{
    font-size: 1.05rem;
  }.tc-wp-content-root .smugpa-premium-content .smugpa-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .smugpa-premium-content .smugpa-card{
    padding: 28px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .smugpa-premium-content .smugpa-section{
    padding: 82px 28px;
  }.tc-wp-content-root .smugpa-premium-content .smugpa-container{
    max-width: 1040px;
  }.tc-wp-content-root .smugpa-premium-content .smugpa-heading-wrap p{
    font-size: 1rem;
  }.tc-wp-content-root .smugpa-premium-content .smugpa-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .smugpa-premium-content .smugpa-card{
    padding: 26px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .smugpa-premium-content .smugpa-section{
    padding: 70px 22px;
  }.tc-wp-content-root .smugpa-premium-content .smugpa-container{
    max-width: 760px;
  }.tc-wp-content-root .smugpa-premium-content .smugpa-heading-wrap p{
    font-size: 0.98rem;
  }.tc-wp-content-root .smugpa-premium-content .smugpa-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .smugpa-premium-content .smugpa-card{
    padding: 24px;
  }.tc-wp-content-root .smugpa-premium-content h3{
    font-size: 1rem;
  }.tc-wp-content-root .smugpa-premium-content .smugpa-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .smugpa-premium-content .smugpa-section{
    padding: 58px 18px;
  }.tc-wp-content-root .smugpa-premium-content .smugpa-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .smugpa-premium-content .smugpa-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .smugpa-premium-content .smugpa-heading-wrap p{
    font-size: 0.95rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .smugpa-premium-content .smugpa-section{
    padding: 52px 15px;
  }.tc-wp-content-root .smugpa-premium-content .smugpa-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .smugpa-premium-content .smugpa-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .smugpa-premium-content .smugpa-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }.tc-wp-content-root .smugpa-premium-content h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .smugpa-premium-content .smugpa-card p, .tc-wp-content-root .smugpa-premium-content .smugpa-heading-wrap p{
    font-size: 0.91rem;
  }.tc-wp-content-root .smugpa-premium-content .smugpa-step-num{
    font-size: 2.9rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .smugpa-premium-content .smugpa-section{
    padding: 46px 12px;
  }.tc-wp-content-root .smugpa-premium-content .smugpa-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
    margin-top: 24px;
  }.tc-wp-content-root .smugpa-premium-content .smugpa-card{
    padding: 18px;
    border-radius: 17px;
  }.tc-wp-content-root .smugpa-premium-content .smugpa-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }.tc-wp-content-root .smugpa-premium-content .smugpa-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .smugpa-premium-content h3{
    margin-top: 16px;
    font-size: 0.94rem;
  }.tc-wp-content-root .smugpa-premium-content .smugpa-card p, .tc-wp-content-root .smugpa-premium-content .smugpa-heading-wrap p, .tc-wp-content-root .smugpa-premium-content .smugpa-cta{
    font-size: 0.88rem;
  }.tc-wp-content-root .smugpa-premium-content .smugpa-step-num{
    top: 14px;
    right: 14px;
    font-size: 2.55rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .smugpa-premium-content .smugpa-section{
    padding: 42px 10px;
  }.tc-wp-content-root .smugpa-premium-content .smugpa-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
    margin-top: 22px;
  }.tc-wp-content-root .smugpa-premium-content .smugpa-card{
    padding: 16px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .smugpa-premium-content .smugpa-card, .tc-wp-content-root .smugpa-premium-content .smugpa-icon, .tc-wp-content-root .smugpa-premium-content h3::after, .tc-wp-content-root .smugpa-premium-content .smugpa-cta, .tc-wp-content-root .smugpa-premium-content .smugpa-step-num{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .smugpa-premium-content .smugpa-card, .tc-wp-content-root .smugpa-premium-content .smugpa-card.is-visible, .tc-wp-content-root .smugpa-premium-content .smugpa-card:hover{
    transform: none !important;
  }}

.tc-wp-content-root .smugpa-grid-process {}
.tc-wp-content-root .smugpa-grid-what {}
.tc-wp-content-root .smugpa-grid-why {}
.tc-wp-content-root .smugpa-tilt-card {}