@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-64 .tc-wp-content-root img, .wpc-scope-64 .tc-wp-content-root video, .wpc-scope-64 .tc-wp-content-root svg, .wpc-scope-64 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections{
      --accent1:#2563eb;
      --accent2:#14b8a6;
      --text:#1f2937;
      --muted:#6b7280;
      --white:#ffffff;
      --soft:#f8fafc;
      --border:#e5e7eb;
      --shadow:0 12px 35px rgba(15,23,42,.08);
      --radius:22px;
      width:100%;
      position:relative;
      overflow:hidden;
      font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;
      color:var(--text);
      background:#fff;
    }.wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections *, .wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections *:before, .wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections *:after{
      box-sizing:border-box;
    }.wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections .container{
      max-width:1200px;
      margin:0 auto;
      position:relative;
      z-index:2;
    }.wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections .section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections .section-white{
      background:#fff;
    }.wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections .section-soft{
      background:var(--soft);
    }.wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections .section:before{
      content:"";
      position:absolute;
      width:320px;
      height:320px;
      border-radius:50%;
      background:linear-gradient(135deg,rgba(37,99,235,.08),rgba(20,184,166,.08));
      top:-120px;
      right:-120px;
      pointer-events:none;
    }.wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections .section-header{
      text-align:center;
      max-width:850px;
      margin:0 auto 40px;
    }.wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections .section-header h2{
      margin:0 0 14px;
      font-weight:800;
      line-height:1.2;
      color:#0f172a;
    }.wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections .section-header p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections .grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections .card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:var(--radius);
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
      transition:.35s ease;
      height:100%;
    }.wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections .card:hover{
      transform:translateY(-6px);
      box-shadow:0 18px 45px rgba(37,99,235,.12);
    }.wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections .card:before{
      content:"";
      position:absolute;
      left:0;
      top:0;
      width:100%;
      height:4px;
      background:linear-gradient(90deg,var(--accent1),var(--accent2));
    }.wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections .card-inner{
      height:100%;
      display:flex;
      flex-direction:column;
      position:relative;
    }.wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections .icon-badge{
      width:52px;
      height:52px;
      border-radius:16px;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      font-weight:700;
      margin-bottom:18px;
      box-shadow:0 10px 20px rgba(37,99,235,.20);
    }.wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections .card h3{
      margin:0 0 12px;
      color:#111827;
      font-weight:700;
      line-height:1.35;
    }.wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections .card p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections .steps{
      display:grid;
      grid-template-columns:1fr;
    }.wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections .step-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:24px;
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
      transition:.35s ease;
    }.wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections .step-card:hover{
      transform:translateY(-4px);
    }.wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections .step-card:before{
      content:"";
      position:absolute;
      left:0;
      top:0;
      bottom:0;
      width:6px;
      background:linear-gradient(var(--accent1),var(--accent2));
    }.wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections .step-wrap{
      display:flex;
      align-items:flex-start;
      gap:22px;
    }.wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections .step-number{
      min-width:68px;
      width:68px;
      height:68px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      color:#fff;
      font-weight:800;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:24px;
      box-shadow:0 12px 24px rgba(37,99,235,.20);
    }.wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections .step-content h3{
      margin:0 0 10px;
      color:#111827;
    }.wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections .step-content p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections .trust-card{
      text-align:center;
    }.wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections .trust-card .icon-badge{
      margin-left:auto;
      margin-right:auto;
    }.wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections .reveal{
      opacity:0;
      transform:translateY(25px);
      transition:all .8s ease;
    }.wpc-scope-64 .tc-wp-content-root .pa-tax-calculator-sections .reveal.active{
      opacity:1;
      transform:translateY(0);
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .pa-tax-calculator-sections .section{
        padding:55px 0;
      }.tc-wp-content-root .pa-tax-calculator-sections .container{
        padding:0 14px;
      }.tc-wp-content-root .pa-tax-calculator-sections .section-header h2{
        font-size:26px;
      }.tc-wp-content-root .pa-tax-calculator-sections .section-header p{
        font-size:14px;
      }.tc-wp-content-root .pa-tax-calculator-sections .grid, .tc-wp-content-root .pa-tax-calculator-sections .steps{
        gap:16px;
      }.tc-wp-content-root .pa-tax-calculator-sections .grid{
        grid-template-columns:1fr;
      }.tc-wp-content-root .pa-tax-calculator-sections .card, .tc-wp-content-root .pa-tax-calculator-sections .step-card{
        padding:22px;
      }.tc-wp-content-root .pa-tax-calculator-sections .card h3, .tc-wp-content-root .pa-tax-calculator-sections .step-content h3{
        font-size:18px;
      }.tc-wp-content-root .pa-tax-calculator-sections .card p, .tc-wp-content-root .pa-tax-calculator-sections .step-content p{
        font-size:14px;
      }}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .pa-tax-calculator-sections .section{
        padding:60px 0;
      }.tc-wp-content-root .pa-tax-calculator-sections .container{
        padding:0 18px;
      }.tc-wp-content-root .pa-tax-calculator-sections .section-header h2{
        font-size:28px;
      }.tc-wp-content-root .pa-tax-calculator-sections .section-header p{
        font-size:15px;
      }.tc-wp-content-root .pa-tax-calculator-sections .grid, .tc-wp-content-root .pa-tax-calculator-sections .steps{
        gap:18px;
      }.tc-wp-content-root .pa-tax-calculator-sections .grid{
        grid-template-columns:1fr;
      }.tc-wp-content-root .pa-tax-calculator-sections .card, .tc-wp-content-root .pa-tax-calculator-sections .step-card{
        padding:24px;
      }.tc-wp-content-root .pa-tax-calculator-sections .card h3, .tc-wp-content-root .pa-tax-calculator-sections .step-content h3{
        font-size:19px;
      }.tc-wp-content-root .pa-tax-calculator-sections .card p, .tc-wp-content-root .pa-tax-calculator-sections .step-content p{
        font-size:15px;
      }}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .pa-tax-calculator-sections .section{
        padding:70px 0;
      }.tc-wp-content-root .pa-tax-calculator-sections .container{
        padding:0 20px;
      }.tc-wp-content-root .pa-tax-calculator-sections .section-header h2{
        font-size:30px;
      }.tc-wp-content-root .pa-tax-calculator-sections .section-header p{
        font-size:16px;
      }.tc-wp-content-root .pa-tax-calculator-sections .grid{
        grid-template-columns:1fr;
        gap:20px;
      }.tc-wp-content-root .pa-tax-calculator-sections .steps{
        gap:20px;
      }.tc-wp-content-root .pa-tax-calculator-sections .card, .tc-wp-content-root .pa-tax-calculator-sections .step-card{
        padding:26px;
      }.tc-wp-content-root .pa-tax-calculator-sections .card h3, .tc-wp-content-root .pa-tax-calculator-sections .step-content h3{
        font-size:20px;
      }.tc-wp-content-root .pa-tax-calculator-sections .card p, .tc-wp-content-root .pa-tax-calculator-sections .step-content p{
        font-size:15px;
      }}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .pa-tax-calculator-sections .section{
        padding:80px 0;
      }.tc-wp-content-root .pa-tax-calculator-sections .container{
        padding:0 28px;
      }.tc-wp-content-root .pa-tax-calculator-sections .section-header h2{
        font-size:36px;
      }.tc-wp-content-root .pa-tax-calculator-sections .section-header p{
        font-size:17px;
      }.tc-wp-content-root .pa-tax-calculator-sections .grid{
        grid-template-columns:repeat(2,1fr);
        gap:24px;
      }.tc-wp-content-root .pa-tax-calculator-sections .steps{
        gap:22px;
      }.tc-wp-content-root .pa-tax-calculator-sections .card, .tc-wp-content-root .pa-tax-calculator-sections .step-card{
        padding:28px;
      }.tc-wp-content-root .pa-tax-calculator-sections .card h3, .tc-wp-content-root .pa-tax-calculator-sections .step-content h3{
        font-size:21px;
      }.tc-wp-content-root .pa-tax-calculator-sections .card p, .tc-wp-content-root .pa-tax-calculator-sections .step-content p{
        font-size:15px;
      }}@media (min-width:1024px){.tc-wp-content-root .pa-tax-calculator-sections .section{
        padding:100px 0;
      }.tc-wp-content-root .pa-tax-calculator-sections .container{
        padding:0 24px;
      }.tc-wp-content-root .pa-tax-calculator-sections .section-header h2{
        font-size:42px;
      }.tc-wp-content-root .pa-tax-calculator-sections .section-header p{
        font-size:18px;
      }.tc-wp-content-root .pa-tax-calculator-sections .grid{
        grid-template-columns:repeat(3,1fr);
        gap:26px;
      }.tc-wp-content-root .pa-tax-calculator-sections .steps{
        gap:24px;
      }.tc-wp-content-root .pa-tax-calculator-sections .card, .tc-wp-content-root .pa-tax-calculator-sections .step-card{
        padding:30px;
      }.tc-wp-content-root .pa-tax-calculator-sections .card h3, .tc-wp-content-root .pa-tax-calculator-sections .step-content h3{
        font-size:22px;
      }.tc-wp-content-root .pa-tax-calculator-sections .card p, .tc-wp-content-root .pa-tax-calculator-sections .step-content p{
        font-size:16px;
      }}