@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* 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;
}.wpc-scope-38 .tc-wp-content-root img, .wpc-scope-38 .tc-wp-content-root video, .wpc-scope-38 .tc-wp-content-root svg, .wpc-scope-38 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-38 .tc-wp-content-root .nc-tax-calculator-content{
      --nc-primary:#2563eb;
      --nc-secondary:#06b6d4;
      --nc-accent:#60a5fa;
      --nc-text:#1f2937;
      --nc-muted:#6b7280;
      --nc-bg:#ffffff;
      --nc-soft:#f8fafc;
      --nc-border:#e5e7eb;
      --nc-shadow:0 10px 30px rgba(37,99,235,.08);
      width:100%;
      overflow:hidden;
      font-family:Arial,Helvetica,sans-serif;
      color:var(--nc-text);
      box-sizing:border-box;
    }.wpc-scope-38 .tc-wp-content-root .nc-tax-calculator-content *, .wpc-scope-38 .tc-wp-content-root .nc-tax-calculator-content *:before, .wpc-scope-38 .tc-wp-content-root .nc-tax-calculator-content *:after{
      box-sizing:border-box;
    }.wpc-scope-38 .tc-wp-content-root .nc-tax-container{
      max-width:1200px;
      margin:0 auto;
    }.wpc-scope-38 .tc-wp-content-root .nc-tax-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-38 .tc-wp-content-root .nc-tax-section-white{
      background:#fff;
    }.wpc-scope-38 .tc-wp-content-root .nc-tax-section-soft{
      background:var(--nc-soft);
    }.wpc-scope-38 .tc-wp-content-root .nc-tax-section::before{
      content:"";
      position:absolute;
      width:260px;
      height:260px;
      border-radius:50%;
      background:linear-gradient(135deg,rgba(37,99,235,.08),rgba(6,182,212,.04));
      top:-120px;
      right:-100px;
      pointer-events:none;
    }.wpc-scope-38 .tc-wp-content-root .nc-tax-heading{
      text-align:center;
      margin-bottom:40px;
      position:relative;
      z-index:2;
    }.wpc-scope-38 .tc-wp-content-root .nc-tax-heading h2{
      margin:0 0 12px;
      color:var(--nc-text);
      font-weight:700;
      line-height:1.2;
    }.wpc-scope-38 .tc-wp-content-root .nc-tax-heading p{
      margin:0 auto;
      max-width:760px;
      color:var(--nc-muted);
      line-height:1.8;
    }.wpc-scope-38 .tc-wp-content-root .nc-tax-accent{
      width:90px;
      height:5px;
      border-radius:50px;
      margin:0 auto 18px;
      background:linear-gradient(135deg,var(--nc-primary),var(--nc-secondary));
    }.wpc-scope-38 .tc-wp-content-root .nc-tax-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-38 .tc-wp-content-root .nc-tax-card{
      background:#fff;
      border:1px solid var(--nc-border);
      border-radius:22px;
      box-shadow:var(--nc-shadow);
      position:relative;
      transition:all .35s ease;
      height:100%;
    }.wpc-scope-38 .tc-wp-content-root .nc-tax-card:hover{
      transform:translateY(-8px);
      box-shadow:0 18px 40px rgba(37,99,235,.14);
      border-color:rgba(37,99,235,.25);
    }.wpc-scope-38 .tc-wp-content-root .nc-tax-card::before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:4px;
      border-radius:22px 22px 0 0;
      background:linear-gradient(135deg,var(--nc-primary),var(--nc-secondary));
    }.wpc-scope-38 .tc-wp-content-root .nc-tax-icon{
      width:58px;
      height:58px;
      border-radius:16px;
      background:linear-gradient(135deg,var(--nc-primary),var(--nc-secondary));
      position:relative;
      margin-bottom:18px;
    }.wpc-scope-38 .tc-wp-content-root .nc-tax-icon::after{
      content:"";
      position:absolute;
      width:20px;
      height:20px;
      border-radius:50%;
      background:rgba(255,255,255,.9);
      top:19px;
      left:19px;
    }.wpc-scope-38 .tc-wp-content-root .nc-tax-card h3{
      margin:0 0 12px;
      color:var(--nc-text);
      line-height:1.4;
    }.wpc-scope-38 .tc-wp-content-root .nc-tax-card p{
      margin:0;
      color:var(--nc-muted);
      line-height:1.8;
    }.wpc-scope-38 .tc-wp-content-root .nc-tax-step-wrap{
      display:grid;
      gap:24px;
    }.wpc-scope-38 .tc-wp-content-root .nc-tax-step{
      background:#fff;
      border:1px solid var(--nc-border);
      border-radius:24px;
      box-shadow:var(--nc-shadow);
      display:flex;
      gap:24px;
      align-items:flex-start;
      position:relative;
      transition:.35s ease;
    }.wpc-scope-38 .tc-wp-content-root .nc-tax-step:hover{
      transform:translateY(-5px);
    }.wpc-scope-38 .tc-wp-content-root .nc-tax-step-number{
      min-width:72px;
      width:72px;
      height:72px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--nc-primary),var(--nc-secondary));
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:24px;
      font-weight:700;
      box-shadow:0 10px 20px rgba(37,99,235,.2);
    }.wpc-scope-38 .tc-wp-content-root .nc-tax-step-content h3{
      margin:0 0 10px;
    }.wpc-scope-38 .tc-wp-content-root .nc-tax-step-content p{
      margin:0;
      color:var(--nc-muted);
      line-height:1.8;
    }.wpc-scope-38 .tc-wp-content-root .nc-tax-badge{
      display:inline-block;
      padding:8px 14px;
      border-radius:999px;
      background:rgba(37,99,235,.08);
      color:var(--nc-primary);
      font-size:12px;
      font-weight:700;
      letter-spacing:.4px;
      margin-bottom:12px;
      text-transform:uppercase;
    }.wpc-scope-38 .tc-wp-content-root .nc-tax-reveal{
      opacity:0;
      transform:translateY(30px);
      transition:all .7s ease;
    }.wpc-scope-38 .tc-wp-content-root .nc-tax-reveal.nc-tax-visible{
      opacity:1;
      transform:translateY(0);
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .nc-tax-section{
        padding:55px 14px;
      }.tc-wp-content-root .nc-tax-container{
        padding:0;
      }.tc-wp-content-root .nc-tax-heading h2{
        font-size:26px;
      }.tc-wp-content-root .nc-tax-heading p{
        font-size:14px;
      }.tc-wp-content-root .nc-tax-grid{
        grid-template-columns:1fr;
        gap:16px;
      }.tc-wp-content-root .nc-tax-card{
        padding:22px;
      }.tc-wp-content-root .nc-tax-card h3{
        font-size:18px;
      }.tc-wp-content-root .nc-tax-card p{
        font-size:14px;
      }.tc-wp-content-root .nc-tax-step{
        padding:20px;
        flex-direction:column;
      }.tc-wp-content-root .nc-tax-step-content h3{
        font-size:18px;
      }.tc-wp-content-root .nc-tax-step-content p{
        font-size:14px;
      }}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .nc-tax-section{
        padding:60px 18px;
      }.tc-wp-content-root .nc-tax-heading h2{
        font-size:28px;
      }.tc-wp-content-root .nc-tax-heading p{
        font-size:15px;
      }.tc-wp-content-root .nc-tax-grid{
        grid-template-columns:1fr;
        gap:18px;
      }.tc-wp-content-root .nc-tax-card{
        padding:24px;
      }.tc-wp-content-root .nc-tax-card h3{
        font-size:19px;
      }.tc-wp-content-root .nc-tax-card p{
        font-size:15px;
      }.tc-wp-content-root .nc-tax-step{
        padding:24px;
        flex-direction:column;
      }}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .nc-tax-section{
        padding:70px 22px;
      }.tc-wp-content-root .nc-tax-heading h2{
        font-size:30px;
      }.tc-wp-content-root .nc-tax-heading p{
        font-size:16px;
      }.tc-wp-content-root .nc-tax-grid{
        grid-template-columns:1fr;
        gap:20px;
      }.tc-wp-content-root .nc-tax-card{
        padding:26px;
      }.tc-wp-content-root .nc-tax-step{
        padding:28px;
        flex-direction:column;
      }}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .nc-tax-section{
        padding:80px 28px;
      }.tc-wp-content-root .nc-tax-heading h2{
        font-size:34px;
      }.tc-wp-content-root .nc-tax-heading p{
        font-size:17px;
      }.tc-wp-content-root .nc-tax-grid{
        grid-template-columns:repeat(2,1fr);
        gap:24px;
      }.tc-wp-content-root .nc-tax-card{
        padding:28px;
      }.tc-wp-content-root .nc-tax-step{
        padding:30px;
      }.tc-wp-content-root .nc-tax-card h3{
        font-size:20px;
      }.tc-wp-content-root .nc-tax-card p{
        font-size:15px;
      }}@media (min-width:1024px){.tc-wp-content-root .nc-tax-section{
        padding:95px 32px;
      }.tc-wp-content-root .nc-tax-heading h2{
        font-size:40px;
      }.tc-wp-content-root .nc-tax-heading p{
        font-size:18px;
      }.tc-wp-content-root .nc-tax-grid-3{
        grid-template-columns:repeat(3,1fr);
        gap:28px;
      }.tc-wp-content-root .nc-tax-card{
        padding:30px;
      }.tc-wp-content-root .nc-tax-card h3{
        font-size:21px;
      }.tc-wp-content-root .nc-tax-card p{
        font-size:16px;
      }.tc-wp-content-root .nc-tax-step{
        padding:32px;
      }}