@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-88 .tc-wp-content-root img, .wpc-scope-88 .tc-wp-content-root video, .wpc-scope-88 .tc-wp-content-root svg, .wpc-scope-88 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-88 .tc-wp-content-root .nj-tax-content-wrapper{
      --primary:#2563eb;
      --secondary:#06b6d4;
      --accent:#7c3aed;
      --text:#1f2937;
      --muted:#6b7280;
      --white:#ffffff;
      --off:#f8fafc;
      --border:#e5e7eb;
      --shadow:0 10px 35px rgba(37,99,235,.08);
      font-family:Inter,Segoe UI,Arial,sans-serif;
      width:100%;
      overflow:hidden;
      color:var(--text);
    }.wpc-scope-88 .tc-wp-content-root .nj-tax-content-wrapper .nj-container{
      max-width:1200px;
      margin:0 auto;
      width:100%;
      box-sizing:border-box;
    }.wpc-scope-88 .tc-wp-content-root .nj-tax-content-wrapper .nj-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-88 .tc-wp-content-root .nj-tax-content-wrapper .nj-white{
      background:#fff;
    }.wpc-scope-88 .tc-wp-content-root .nj-tax-content-wrapper .nj-offwhite{
      background:var(--off);
    }.wpc-scope-88 .tc-wp-content-root .nj-tax-content-wrapper .nj-heading{
      text-align:center;
      margin-bottom:18px;
      position:relative;
      z-index:2;
    }.wpc-scope-88 .tc-wp-content-root .nj-tax-content-wrapper .nj-heading h2{
      margin:0 0 14px;
      color:#111827;
      font-weight:800;
      line-height:1.2;
    }.wpc-scope-88 .tc-wp-content-root .nj-tax-content-wrapper .nj-heading p{
      max-width:820px;
      margin:0 auto;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-88 .tc-wp-content-root .nj-tax-content-wrapper .nj-gradient-line{
      width:120px;
      height:6px;
      border-radius:50px;
      margin:0 auto 20px;
      background:linear-gradient(90deg,var(--primary),var(--secondary),var(--accent));
    }.wpc-scope-88 .tc-wp-content-root .nj-tax-content-wrapper .nj-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-88 .tc-wp-content-root .nj-tax-content-wrapper .nj-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:22px;
      box-shadow:var(--shadow);
      position:relative;
      transition:.35s ease;
      display:flex;
      flex-direction:column;
      height:100%;
      overflow:hidden;
    }.wpc-scope-88 .tc-wp-content-root .nj-tax-content-wrapper .nj-card:hover{
      transform:translateY(-8px);
      box-shadow:0 18px 45px rgba(37,99,235,.14);
    }.wpc-scope-88 .tc-wp-content-root .nj-tax-content-wrapper .nj-card::before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:4px;
      background:linear-gradient(90deg,var(--primary),var(--secondary),var(--accent));
    }.wpc-scope-88 .tc-wp-content-root .nj-tax-content-wrapper .nj-icon{
      width:58px;
      height:58px;
      border-radius:16px;
      background:linear-gradient(135deg,#dbeafe,#e0f2fe);
      position:relative;
      margin-bottom:18px;
      flex-shrink:0;
    }.wpc-scope-88 .tc-wp-content-root .nj-tax-content-wrapper .nj-icon::after{
      content:"";
      position:absolute;
      inset:14px;
      border-radius:10px;
      background:linear-gradient(135deg,var(--primary),var(--secondary));
    }.wpc-scope-88 .tc-wp-content-root .nj-tax-content-wrapper .nj-card h3{
      margin:0 0 12px;
      color:#111827;
      font-weight:700;
      line-height:1.35;
    }.wpc-scope-88 .tc-wp-content-root .nj-tax-content-wrapper .nj-card p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-88 .tc-wp-content-root .nj-tax-content-wrapper .nj-step-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:24px;
      box-shadow:var(--shadow);
      position:relative;
      transition:.35s ease;
    }.wpc-scope-88 .tc-wp-content-root .nj-tax-content-wrapper .nj-step-card:hover{
      transform:translateY(-6px);
    }.wpc-scope-88 .tc-wp-content-root .nj-tax-content-wrapper .nj-step-inner{
      display:flex;
      align-items:flex-start;
      gap:22px;
    }.wpc-scope-88 .tc-wp-content-root .nj-tax-content-wrapper .nj-step-number{
      min-width:72px;
      width:72px;
      height:72px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--primary),var(--accent));
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:26px;
      font-weight:800;
      box-shadow:0 12px 30px rgba(37,99,235,.22);
    }.wpc-scope-88 .tc-wp-content-root .nj-tax-content-wrapper .nj-badge{
      display:inline-block;
      padding:7px 14px;
      border-radius:999px;
      background:#eef6ff;
      color:var(--primary);
      font-size:12px;
      font-weight:700;
      letter-spacing:.4px;
      margin-bottom:12px;
      text-transform:uppercase;
    }.wpc-scope-88 .tc-wp-content-root .nj-tax-content-wrapper .nj-trust-card{
      background:#fff;
    }.wpc-scope-88 .tc-wp-content-root .nj-tax-content-wrapper .nj-trust-card::after{
      content:"";
      position:absolute;
      width:90px;
      height:90px;
      border-radius:50%;
      right:-25px;
      top:-25px;
      background:linear-gradient(135deg,rgba(37,99,235,.08),rgba(124,58,237,.08));
    }.wpc-scope-88 .tc-wp-content-root .nj-tax-content-wrapper .nj-reveal{
      opacity:0;
      transform:translateY(25px);
      transition:all .7s ease;
    }.wpc-scope-88 .tc-wp-content-root .nj-tax-content-wrapper .nj-reveal.active{
      opacity:1;
      transform:translateY(0);
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .nj-tax-content-wrapper .nj-section{padding:55px 0;}.tc-wp-content-root .nj-tax-content-wrapper .nj-container{padding:0 14px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-heading h2{font-size:26px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-heading p{font-size:14px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-grid{grid-template-columns:1fr;gap:16px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-card, .tc-wp-content-root .nj-tax-content-wrapper .nj-step-card{padding:20px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-card h3, .tc-wp-content-root .nj-tax-content-wrapper .nj-step-card h3{font-size:18px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-card p, .tc-wp-content-root .nj-tax-content-wrapper .nj-step-card p{font-size:14px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-step-inner{flex-direction:column;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .nj-tax-content-wrapper .nj-section{padding:60px 0;}.tc-wp-content-root .nj-tax-content-wrapper .nj-container{padding:0 18px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-heading h2{font-size:29px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-heading p{font-size:15px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-card, .tc-wp-content-root .nj-tax-content-wrapper .nj-step-card{padding:22px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-card h3, .tc-wp-content-root .nj-tax-content-wrapper .nj-step-card h3{font-size:19px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-card p, .tc-wp-content-root .nj-tax-content-wrapper .nj-step-card p{font-size:15px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-step-inner{flex-direction:column;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .nj-tax-content-wrapper .nj-section{padding:65px 0;}.tc-wp-content-root .nj-tax-content-wrapper .nj-container{padding:0 22px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-heading h2{font-size:32px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-heading p{font-size:16px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-card, .tc-wp-content-root .nj-tax-content-wrapper .nj-step-card{padding:24px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-card h3, .tc-wp-content-root .nj-tax-content-wrapper .nj-step-card h3{font-size:20px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-card p, .tc-wp-content-root .nj-tax-content-wrapper .nj-step-card p{font-size:15px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-step-inner{flex-direction:column;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .nj-tax-content-wrapper .nj-section{padding:80px 0;}.tc-wp-content-root .nj-tax-content-wrapper .nj-container{padding:0 28px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-heading h2{font-size:38px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-heading p{font-size:17px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-grid.six-cards{grid-template-columns:repeat(2,1fr);}.tc-wp-content-root .nj-tax-content-wrapper .nj-grid.three-cards{grid-template-columns:repeat(2,1fr);}.tc-wp-content-root .nj-tax-content-wrapper .nj-grid.steps{grid-template-columns:1fr;}.tc-wp-content-root .nj-tax-content-wrapper .nj-grid{gap:24px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-card, .tc-wp-content-root .nj-tax-content-wrapper .nj-step-card{padding:28px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-card h3, .tc-wp-content-root .nj-tax-content-wrapper .nj-step-card h3{font-size:21px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-card p, .tc-wp-content-root .nj-tax-content-wrapper .nj-step-card p{font-size:16px;}}@media (min-width:1024px){.tc-wp-content-root .nj-tax-content-wrapper .nj-section{padding:95px 0;}.tc-wp-content-root .nj-tax-content-wrapper .nj-container{padding:0 24px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-heading h2{font-size:44px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-heading p{font-size:18px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-grid.six-cards{grid-template-columns:repeat(3,1fr);}.tc-wp-content-root .nj-tax-content-wrapper .nj-grid.three-cards{grid-template-columns:repeat(3,1fr);}.tc-wp-content-root .nj-tax-content-wrapper .nj-grid.steps{grid-template-columns:1fr;}.tc-wp-content-root .nj-tax-content-wrapper .nj-grid{gap:28px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-card, .tc-wp-content-root .nj-tax-content-wrapper .nj-step-card{padding:30px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-card h3, .tc-wp-content-root .nj-tax-content-wrapper .nj-step-card h3{font-size:22px;}.tc-wp-content-root .nj-tax-content-wrapper .nj-card p, .tc-wp-content-root .nj-tax-content-wrapper .nj-step-card p{font-size:16px;}}