@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 .npvcalc-premium-wrap, .tc-wp-content-root .npvcalc-premium-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .npvcalc-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: #172033;
  background: #fff;
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-section{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-section-white{
  background: #fff;
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-section-blue{
  background: #f0f7ff;
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-container{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-heading h2{
  margin: 0;
  color: #141b2d;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-heading h2 span{
  background: linear-gradient(135deg, #1268e3 0%, #13b8a6 52%, #f0a638 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-heading p{
  margin: 14px auto 0;
  color: #5d6a7f;
  font-size: 1.02rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card{
  --fg-accent: #1268e3;
  --fg-accent-2: #13b8a6;
  --fg-soft: rgba(18, 104, 227, 0.1);
  --fg-border: rgba(24, 44, 74, 0.1);
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--fg-border);
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.95), transparent 31%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.9));
  box-shadow: 0 18px 46px rgba(25, 44, 79, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  transition:
    opacity 0.6s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
  isolation: isolate;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.72;
  background:
    linear-gradient(135deg, var(--fg-soft), transparent 46%),
    radial-gradient(circle at 86% 12%, color-mix(in srgb, var(--fg-accent) 14%, transparent), transparent 34%);
  pointer-events: none;
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card::after{
  content: "";
  position: absolute;
  left: 28px;
  bottom: 0;
  width: 72px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--fg-accent), var(--fg-accent-2));
  transform: scaleX(0.42);
  transform-origin: left;
  transition: transform 0.28s ease;
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-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 .npvcalc-premium-wrap .npvcalc-premium-card:hover{
  border-color: color-mix(in srgb, var(--fg-accent) 42%, transparent);
  box-shadow: 0 26px 70px rgba(18, 49, 96, 0.16);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  border-radius: 18px;
  color: var(--fg-accent);
  background: linear-gradient(145deg, #ffffff, var(--fg-soft));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--fg-accent) 18%, transparent), 0 12px 26px rgba(20, 52, 94, 0.08);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card:hover .npvcalc-premium-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--fg-accent), var(--fg-accent-2));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card h3{
  position: relative;
  margin: 22px 0 0;
  color: #172033;
  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 .npvcalc-premium-wrap .npvcalc-premium-card h3::after{
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin-top: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--fg-accent), var(--fg-accent-2));
  transform: scaleX(0.55);
  transform-origin: left;
  transition: transform 0.28s ease;
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card:hover h3::after{
  transform: scaleX(1.9);
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card p{
  margin: 14px 0 0;
  color: #607089;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fg-accent);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.4;
  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 .npvcalc-premium-wrap .npvcalc-premium-card:hover .npvcalc-premium-cta{
  opacity: 1;
  transform: translateY(0);
  color: color-mix(in srgb, var(--fg-accent) 78%, #111827);
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-grid-why .npvcalc-premium-card:hover{
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-process{
  padding-top: 34px;
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-process::before{
  content: attr(data-step);
  position: absolute;
  top: 12px;
  right: 18px;
  z-index: -1;
  color: color-mix(in srgb, var(--fg-accent) 10%, transparent);
  font-size: 5.6rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  transition: transform 0.28s ease, color 0.28s ease;
  pointer-events: none;
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-process:hover::before{
  color: color-mix(in srgb, var(--fg-accent) 16%, transparent);
  transform: translateY(-4px) scale(1.04);
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-step-text{
  display: inline-block;
  max-width: 100%;
  margin-bottom: 18px;
  color: var(--fg-accent);
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card:nth-child(1){
  --fg-accent: #1268e3;
  --fg-accent-2: #13b8a6;
  --fg-soft: rgba(18, 104, 227, 0.1);
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card:nth-child(2){
  --fg-accent: #0f9f8f;
  --fg-accent-2: #7cc144;
  --fg-soft: rgba(15, 159, 143, 0.1);
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card:nth-child(3){
  --fg-accent: #d68618;
  --fg-accent-2: #f1bd43;
  --fg-soft: rgba(214, 134, 24, 0.12);
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card:nth-child(4){
  --fg-accent: #6d5bd0;
  --fg-accent-2: #1ea7d7;
  --fg-soft: rgba(109, 91, 208, 0.1);
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card:nth-child(5){
  --fg-accent: #d84b6b;
  --fg-accent-2: #f29d4b;
  --fg-soft: rgba(216, 75, 107, 0.1);
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card:nth-child(6){
  --fg-accent: #237a57;
  --fg-accent-2: #18a999;
  --fg-soft: rgba(35, 122, 87, 0.11);
}.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card, .tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card *{
  min-width: 0;
  max-width: 100%;
}@media (min-width: 1200px) {.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-section{
    padding: 92px 28px;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-container{
    max-width: 1180px;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 46px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-section{
    padding: 82px 24px;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-container{
    max-width: 1000px;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-heading p{
    font-size: 0.99rem;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 40px;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-section{
    padding: 70px 22px;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card{
    padding: 24px;
    border-radius: 22px;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card h3{
    font-size: 1.05rem;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-section{
    padding: 58px 18px;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-heading p{
    font-size: 0.94rem;
    line-height: 1.62;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-section{
    padding: 50px 14px;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-heading p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-process::before{
    font-size: 4.5rem;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-section{
    padding: 44px 12px;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-heading p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
    margin-top: 24px;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card{
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card h3{
    margin-top: 18px;
    font-size: 0.96rem;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card p{
    font-size: 0.86rem;
    line-height: 1.58;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-process::before{
    top: 10px;
    right: 12px;
    font-size: 3.9rem;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-step-text{
    font-size: 0.72rem;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-cta{
    opacity: 1;
    transform: none;
    font-size: 0.84rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-section{
    padding: 40px 10px;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
    margin-top: 22px;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card{
    padding: 16px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card, .tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card::after, .tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-icon, .tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-cta, .tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-process::before{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card, .tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card.is-visible, .tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card:hover{
    transform: none !important;
  }.tc-wp-content-root .npvcalc-premium-wrap .npvcalc-premium-card{
    opacity: 1;
  }}

.tc-wp-content-root .npvcalc-premium-grid-how {}
.tc-wp-content-root .npvcalc-premium-grid-what {}
.tc-wp-content-root .npvcalc-premium-reveal {}