@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-13 .tc-wp-content-root img, .wpc-scope-13 .tc-wp-content-root video, .wpc-scope-13 .tc-wp-content-root svg, .wpc-scope-13 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-13 .tc-wp-content-root .nj-tax-content-wrapper{
      --nj-primary:#2563eb;
      --nj-secondary:#06b6d4;
      --nj-accent:#60a5fa;
      --nj-text:#1f2937;
      --nj-muted:#6b7280;
      --nj-white:#ffffff;
      --nj-off:#f8fafc;
      --nj-border:#e5e7eb;
      --nj-shadow:0 12px 35px rgba(37,99,235,.08);
      --nj-radius:22px;
      width:100%;
      position:relative;
      overflow:hidden;
      font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;
      color:var(--nj-text);
      background:#fff;
    }.wpc-scope-13 .tc-wp-content-root .nj-tax-content-wrapper *{
      box-sizing:border-box;
    }.wpc-scope-13 .tc-wp-content-root .nj-tax-container{
      max-width:1200px;
      margin:0 auto;
      position:relative;
      z-index:2;
    }.wpc-scope-13 .tc-wp-content-root .nj-tax-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-13 .tc-wp-content-root .nj-tax-white{
      background:#fff;
    }.wpc-scope-13 .tc-wp-content-root .nj-tax-off{
      background:var(--nj-off);
    }.wpc-scope-13 .tc-wp-content-root .nj-tax-heading{
      text-align:center;
      margin-bottom:42px;
    }.wpc-scope-13 .tc-wp-content-root .nj-tax-heading h2{
      margin:0 0 14px;
      color:var(--nj-text);
      font-weight:800;
      line-height:1.2;
      letter-spacing:-0.03em;
    }.wpc-scope-13 .tc-wp-content-root .nj-tax-heading p{
      margin:0 auto;
      max-width:760px;
      color:var(--nj-muted);
      line-height:1.7;
    }.wpc-scope-13 .tc-wp-content-root .nj-tax-accent{
      position:absolute;
      width:280px;
      height:280px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--nj-primary),var(--nj-secondary));
      opacity:.08;
      filter:blur(30px);
      pointer-events:none;
    }.wpc-scope-13 .tc-wp-content-root .nj-tax-accent.a1{top:-120px;right:-80px;}.wpc-scope-13 .tc-wp-content-root .nj-tax-accent.a2{bottom:-120px;left:-80px;}.wpc-scope-13 .tc-wp-content-root .nj-tax-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-13 .tc-wp-content-root .nj-tax-card{
      background:#fff;
      border:1px solid var(--nj-border);
      border-radius:var(--nj-radius);
      box-shadow:var(--nj-shadow);
      position:relative;
      overflow:hidden;
      transition:.35s ease;
      height:100%;
    }.wpc-scope-13 .tc-wp-content-root .nj-tax-card:hover{
      transform:translateY(-6px);
      box-shadow:0 18px 40px rgba(37,99,235,.14);
      border-color:#cfe0ff;
    }.wpc-scope-13 .tc-wp-content-root .nj-tax-card::before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:4px;
      background:linear-gradient(90deg,var(--nj-primary),var(--nj-secondary));
    }.wpc-scope-13 .tc-wp-content-root .nj-tax-card-inner{
      height:100%;
      display:flex;
      flex-direction:column;
    }.wpc-scope-13 .tc-wp-content-root .nj-tax-icon{
      width:54px;
      height:54px;
      border-radius:16px;
      background:linear-gradient(135deg,var(--nj-primary),var(--nj-secondary));
      position:relative;
      margin-bottom:18px;
      flex-shrink:0;
    }.wpc-scope-13 .tc-wp-content-root .nj-tax-icon:before{
      content:"";
      width:18px;
      height:18px;
      border-radius:50%;
      background:#fff;
      position:absolute;
      top:18px;
      left:18px;
    }.wpc-scope-13 .tc-wp-content-root .nj-tax-card h3{
      margin:0 0 12px;
      color:var(--nj-text);
      line-height:1.3;
      font-weight:700;
    }.wpc-scope-13 .tc-wp-content-root .nj-tax-card p{
      margin:0;
      color:var(--nj-muted);
      line-height:1.75;
    }.wpc-scope-13 .tc-wp-content-root .nj-step-card{
      background:#fff;
      border:1px solid var(--nj-border);
      border-radius:24px;
      box-shadow:var(--nj-shadow);
      position:relative;
      overflow:hidden;
      transition:.35s ease;
    }.wpc-scope-13 .tc-wp-content-root .nj-step-card:hover{
      transform:translateY(-5px);
    }.wpc-scope-13 .tc-wp-content-root .nj-step-inner{
      display:flex;
      align-items:flex-start;
      gap:22px;
    }.wpc-scope-13 .tc-wp-content-root .nj-step-number{
      width:70px;
      height:70px;
      min-width:70px;
      border-radius:20px;
      background:linear-gradient(135deg,var(--nj-primary),var(--nj-secondary));
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:800;
      font-size:24px;
      box-shadow:0 12px 25px rgba(37,99,235,.25);
    }.wpc-scope-13 .tc-wp-content-root .nj-step-content h3{
      margin:0 0 10px;
      color:var(--nj-text);
      font-weight:700;
    }.wpc-scope-13 .tc-wp-content-root .nj-step-content p{
      margin:0;
      color:var(--nj-muted);
      line-height:1.8;
    }.wpc-scope-13 .tc-wp-content-root .nj-badge{
      position:absolute;
      top:18px;
      right:18px;
      padding:8px 12px;
      border-radius:999px;
      background:#eef5ff;
      color:var(--nj-primary);
      font-size:12px;
      font-weight:700;
      letter-spacing:.03em;
    }.wpc-scope-13 .tc-wp-content-root .nj-reveal{
      opacity:0;
      transform:translateY(30px);
      transition:all .7s ease;
    }.wpc-scope-13 .tc-wp-content-root .nj-reveal.nj-visible{
      opacity:1;
      transform:translateY(0);
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .nj-tax-section{
        padding:55px 14px;
      }.tc-wp-content-root .nj-tax-container{
        padding:0;
      }.tc-wp-content-root .nj-tax-heading h2{
        font-size:28px;
      }.tc-wp-content-root .nj-tax-heading p{
        font-size:14px;
      }.tc-wp-content-root .nj-tax-grid{
        grid-template-columns:1fr;
        gap:18px;
      }.tc-wp-content-root .nj-tax-card{
        padding:22px;
      }.tc-wp-content-root .nj-tax-card h3, .tc-wp-content-root .nj-step-content h3{
        font-size:19px;
      }.tc-wp-content-root .nj-tax-card p, .tc-wp-content-root .nj-step-content p{
        font-size:14px;
      }.tc-wp-content-root .nj-step-card{
        padding:22px;
      }.tc-wp-content-root .nj-step-inner{
        flex-direction:column;
      }}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .nj-tax-section{
        padding:60px 18px;
      }.tc-wp-content-root .nj-tax-heading h2{
        font-size:30px;
      }.tc-wp-content-root .nj-tax-heading p{
        font-size:15px;
      }.tc-wp-content-root .nj-tax-grid{
        grid-template-columns:1fr;
        gap:20px;
      }.tc-wp-content-root .nj-tax-card{
        padding:24px;
      }.tc-wp-content-root .nj-step-card{
        padding:24px;
      }.tc-wp-content-root .nj-step-inner{
        flex-direction:column;
      }.tc-wp-content-root .nj-tax-card h3, .tc-wp-content-root .nj-step-content h3{
        font-size:20px;
      }.tc-wp-content-root .nj-tax-card p, .tc-wp-content-root .nj-step-content p{
        font-size:15px;
      }}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .nj-tax-section{
        padding:65px 22px;
      }.tc-wp-content-root .nj-tax-heading h2{
        font-size:32px;
      }.tc-wp-content-root .nj-tax-heading p{
        font-size:16px;
      }.tc-wp-content-root .nj-tax-grid{
        grid-template-columns:1fr;
        gap:22px;
      }.tc-wp-content-root .nj-tax-card{
        padding:26px;
      }.tc-wp-content-root .nj-step-card{
        padding:28px;
      }.tc-wp-content-root .nj-step-inner{
        flex-direction:column;
      }.tc-wp-content-root .nj-tax-card h3, .tc-wp-content-root .nj-step-content h3{
        font-size:21px;
      }.tc-wp-content-root .nj-tax-card p, .tc-wp-content-root .nj-step-content p{
        font-size:15px;
      }}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .nj-tax-section{
        padding:80px 28px;
      }.tc-wp-content-root .nj-tax-heading h2{
        font-size:38px;
      }.tc-wp-content-root .nj-tax-heading p{
        font-size:17px;
      }.tc-wp-content-root .nj-tax-grid{
        grid-template-columns:repeat(2,1fr);
        gap:24px;
      }.tc-wp-content-root .nj-tax-card{
        padding:28px;
      }.tc-wp-content-root .nj-step-card{
        padding:30px;
      }.tc-wp-content-root .nj-tax-card h3, .tc-wp-content-root .nj-step-content h3{
        font-size:22px;
      }.tc-wp-content-root .nj-tax-card p, .tc-wp-content-root .nj-step-content p{
        font-size:15px;
      }}@media (min-width:1024px){.tc-wp-content-root .nj-tax-section{
        padding:95px 32px;
      }.tc-wp-content-root .nj-tax-heading h2{
        font-size:44px;
      }.tc-wp-content-root .nj-tax-heading p{
        font-size:18px;
      }.tc-wp-content-root .nj-tax-grid-3{
        grid-template-columns:repeat(3,1fr);
        gap:28px;
      }.tc-wp-content-root .nj-tax-grid-1{
        grid-template-columns:1fr;
        gap:24px;
      }.tc-wp-content-root .nj-tax-card{
        padding:32px;
      }.tc-wp-content-root .nj-step-card{
        padding:34px;
      }.tc-wp-content-root .nj-tax-card h3, .tc-wp-content-root .nj-step-content h3{
        font-size:23px;
      }.tc-wp-content-root .nj-tax-card p, .tc-wp-content-root .nj-step-content p{
        font-size:16px;
      }}