@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 .sfcalc-premium-wrap, .tc-wp-content-root .sfcalc-premium-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .sfcalc-premium-wrap{
  --sfcalc-primary: #2563eb;
  --sfcalc-secondary: #06b6d4;
  --sfcalc-accent: #f59e0b;
  --sfcalc-ink: #122033;
  --sfcalc-muted: #5e6b7e;
  --sfcalc-border: rgba(37, 99, 235, 0.14);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--sfcalc-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}.tc-wp-content-root .sfcalc-premium-section{
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 92px 20px;
  overflow: hidden;
}.tc-wp-content-root .sfcalc-premium-section-intro, .tc-wp-content-root .sfcalc-premium-section-process{
  background: #fff;
}.tc-wp-content-root .sfcalc-premium-section-benefits{
  background:
    radial-gradient(circle at 14% 18%, rgba(6, 182, 212, 0.12), transparent 30%),
    radial-gradient(circle at 86% 12%, rgba(245, 158, 11, 0.12), transparent 28%),
    #f0f7ff;
}.tc-wp-content-root .sfcalc-premium-container{
  width: min(1240px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .sfcalc-premium-heading{
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .sfcalc-premium-heading h2{
  margin: 0;
  color: var(--sfcalc-ink);
  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 .sfcalc-premium-heading h2 span{
  display: inline-block;
  color: transparent;
  background: linear-gradient(100deg, var(--sfcalc-primary), var(--sfcalc-secondary), var(--sfcalc-accent));
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .sfcalc-premium-heading p{
  margin: 14px auto 0;
  max-width: 660px;
  color: var(--sfcalc-muted);
  font-size: 1.02rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .sfcalc-premium-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 22px;
}.tc-wp-content-root .sfcalc-premium-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .sfcalc-premium-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .sfcalc-premium-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --sf-card-a: #2563eb;
  --sf-card-b: #06b6d4;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 250px;
  position: relative;
  isolation: isolate;
  padding: 28px;
  border: 1px solid var(--sfcalc-border);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--sf-card-a) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.32)),
    #f0f7ff;
  box-shadow: 0 16px 36px rgba(18, 32, 51, 0.08);
  transform: translateY(26px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.7s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
  overflow: hidden;
}.tc-wp-content-root .sfcalc-premium-section-benefits .sfcalc-premium-card{
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--sf-card-b) 15%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82)),
    #fff;
}.tc-wp-content-root .sfcalc-premium-card:nth-child(2n){
  --sf-card-a: #0ea5e9;
  --sf-card-b: #14b8a6;
}.tc-wp-content-root .sfcalc-premium-card:nth-child(3n){
  --sf-card-a: #7c3aed;
  --sf-card-b: #2563eb;
}.tc-wp-content-root .sfcalc-premium-card:nth-child(4n){
  --sf-card-a: #f59e0b;
  --sf-card-b: #ef4444;
}.tc-wp-content-root .sfcalc-premium-card:nth-child(5n){
  --sf-card-a: #10b981;
  --sf-card-b: #06b6d4;
}.tc-wp-content-root .sfcalc-premium-card.sfcalc-premium-visible{
  opacity: 1;
  transform: translateY(0) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .sfcalc-premium-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, color-mix(in srgb, var(--sf-card-a) 10%, transparent), transparent 44%);
  opacity: 0;
  transition: opacity 0.3s ease;
}.tc-wp-content-root .sfcalc-premium-card:hover{
  border-color: color-mix(in srgb, var(--sf-card-a) 36%, transparent);
  box-shadow: 0 24px 58px rgba(18, 32, 51, 0.14);
  transform: translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .sfcalc-premium-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .sfcalc-premium-icon{
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 16px;
  color: var(--sf-card-a);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), color-mix(in srgb, var(--sf-card-a) 13%, #fff));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--sf-card-a) 12%, transparent), 0 10px 22px rgba(18, 32, 51, 0.08);
  transition: transform 0.3s ease, color 0.3s ease, background 0.3s ease;
}.tc-wp-content-root .sfcalc-premium-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.tc-wp-content-root .sfcalc-premium-card:hover .sfcalc-premium-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--sf-card-a), var(--sf-card-b));
  transform: translateY(-3px) scale(1.04);
}.tc-wp-content-root .sfcalc-premium-card h3{
  position: relative;
  margin: 0 0 12px;
  color: var(--sfcalc-ink);
  font-size: 1.08rem;
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 760;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .sfcalc-premium-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sf-card-a), var(--sf-card-b));
  transition: width 0.3s ease;
}.tc-wp-content-root .sfcalc-premium-card:hover h3::after{
  width: 76px;
}.tc-wp-content-root .sfcalc-premium-card p{
  margin: 0;
  color: var(--sfcalc-muted);
  font-size: 0.95rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .sfcalc-premium-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 20px;
  color: var(--sf-card-a);
  font-size: 0.88rem;
  font-weight: 760;
  line-height: 1.3;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease, color 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .sfcalc-premium-card:hover .sfcalc-premium-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--sf-card-b);
}.tc-wp-content-root .sfcalc-premium-process-card::after{
  content: attr(data-step);
  position: absolute;
  right: 18px;
  bottom: -18px;
  color: color-mix(in srgb, var(--sf-card-a) 16%, transparent);
  font-size: 5.5rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 0.3s ease, color 0.3s ease;
}.tc-wp-content-root .sfcalc-premium-process-card:hover::after{
  color: color-mix(in srgb, var(--sf-card-a) 24%, transparent);
  transform: translateY(-6px) scale(1.04);
}.tc-wp-content-root .sfcalc-premium-step-text{
  display: inline-block;
  margin-bottom: 16px;
  color: var(--sf-card-a);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}@media (min-width: 1200px) {.tc-wp-content-root .sfcalc-premium-section{
    padding: 96px 28px;
  }.tc-wp-content-root .sfcalc-premium-container{
    width: min(1240px, 100%);
  }.tc-wp-content-root .sfcalc-premium-grid{
    gap: 24px;
  }.tc-wp-content-root .sfcalc-premium-card{
    padding: 30px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .sfcalc-premium-section{
    padding: 82px 22px;
  }.tc-wp-content-root .sfcalc-premium-container{
    width: min(1120px, 100%);
  }.tc-wp-content-root .sfcalc-premium-heading p{
    font-size: 0.98rem;
  }.tc-wp-content-root .sfcalc-premium-grid-four{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .sfcalc-premium-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .sfcalc-premium-grid{
    gap: 18px;
  }.tc-wp-content-root .sfcalc-premium-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .sfcalc-premium-section{
    padding: 68px 18px;
  }.tc-wp-content-root .sfcalc-premium-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .sfcalc-premium-heading p{
    font-size: 0.96rem;
  }.tc-wp-content-root .sfcalc-premium-grid-four, .tc-wp-content-root .sfcalc-premium-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .sfcalc-premium-grid{
    gap: 18px;
  }.tc-wp-content-root .sfcalc-premium-card{
    min-height: 230px;
    padding: 24px;
  }.tc-wp-content-root .sfcalc-premium-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .sfcalc-premium-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .sfcalc-premium-section{
    padding: 56px 16px;
  }.tc-wp-content-root .sfcalc-premium-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .sfcalc-premium-heading p{
    font-size: 0.93rem;
  }.tc-wp-content-root .sfcalc-premium-grid-four, .tc-wp-content-root .sfcalc-premium-grid-three, .tc-wp-content-root .sfcalc-premium-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .sfcalc-premium-card{
    min-height: auto;
    padding: 22px;
  }.tc-wp-content-root .sfcalc-premium-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .sfcalc-premium-section{
    padding: 48px 14px;
  }.tc-wp-content-root .sfcalc-premium-heading{
    margin-bottom: 24px;
  }.tc-wp-content-root .sfcalc-premium-heading p{
    font-size: 0.9rem;
  }.tc-wp-content-root .sfcalc-premium-grid-four, .tc-wp-content-root .sfcalc-premium-grid-three, .tc-wp-content-root .sfcalc-premium-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .sfcalc-premium-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .sfcalc-premium-icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }.tc-wp-content-root .sfcalc-premium-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .sfcalc-premium-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .sfcalc-premium-cta{
    opacity: 1;
    transform: none;
  }.tc-wp-content-root .sfcalc-premium-process-card::after{
    font-size: 4.6rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .sfcalc-premium-section{
    padding: 42px 12px;
  }.tc-wp-content-root .sfcalc-premium-heading{
    margin-bottom: 22px;
  }.tc-wp-content-root .sfcalc-premium-heading p{
    font-size: 0.86rem;
  }.tc-wp-content-root .sfcalc-premium-grid-four, .tc-wp-content-root .sfcalc-premium-grid-three, .tc-wp-content-root .sfcalc-premium-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .sfcalc-premium-card{
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .sfcalc-premium-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 13px;
  }.tc-wp-content-root .sfcalc-premium-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .sfcalc-premium-card h3{
    font-size: 0.94rem;
  }.tc-wp-content-root .sfcalc-premium-card p, .tc-wp-content-root .sfcalc-premium-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .sfcalc-premium-cta{
    opacity: 1;
    transform: none;
  }.tc-wp-content-root .sfcalc-premium-process-card::after{
    right: 12px;
    font-size: 4rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .sfcalc-premium-section{
    padding: 38px 10px;
  }.tc-wp-content-root .sfcalc-premium-grid-four, .tc-wp-content-root .sfcalc-premium-grid-three, .tc-wp-content-root .sfcalc-premium-grid{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .sfcalc-premium-card{
    padding: 16px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .sfcalc-premium-wrap *, .tc-wp-content-root .sfcalc-premium-wrap *::before, .tc-wp-content-root .sfcalc-premium-wrap *::after{
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }.tc-wp-content-root .sfcalc-premium-card, .tc-wp-content-root .sfcalc-premium-card.sfcalc-premium-visible, .tc-wp-content-root .sfcalc-premium-card:hover{
    opacity: 1;
    transform: none !important;
  }.tc-wp-content-root .sfcalc-premium-cta{
    opacity: 1;
    transform: none;
  }}

.tc-wp-content-root .sfcalc-premium-tilt-card {}