@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-87 .tc-wp-content-root img, .wpc-scope-87 .tc-wp-content-root video, .wpc-scope-87 .tc-wp-content-root svg, .wpc-scope-87 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-87 .tc-wp-content-root .uitaxcalc-wrap{
      --accent1:#0ea5e9;
      --accent2:#2563eb;
      --accent3:#60a5fa;
      --text:#1e293b;
      --muted:#64748b;
      --white:#ffffff;
      --soft:#f8fafc;
      --border:#e2e8f0;
      --shadow:0 10px 35px rgba(37,99,235,.08);
      width:100%;
      font-family:Inter,Segoe UI,Arial,sans-serif;
      color:var(--text);
      overflow:hidden;
    }.wpc-scope-87 .tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-container{
      max-width:1200px;
      margin:0 auto;
      position:relative;
      z-index:2;
    }.wpc-scope-87 .tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-87 .tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-white{
      background:#fff;
    }.wpc-scope-87 .tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-soft{
      background:var(--soft);
    }.wpc-scope-87 .tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-heading{
      text-align:center;
      margin-bottom:40px;
    }.wpc-scope-87 .tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-heading h2{
      margin:0 0 14px;
      font-weight:800;
      line-height:1.2;
      color:var(--text);
    }.wpc-scope-87 .tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-heading p{
      max-width:800px;
      margin:0 auto;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-87 .tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-87 .tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:22px;
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
      transition:.35s ease;
      display:flex;
      flex-direction:column;
      height:100%;
    }.wpc-scope-87 .tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-card:hover{
      transform:translateY(-8px);
      box-shadow:0 20px 50px rgba(37,99,235,.14);
    }.wpc-scope-87 .tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-card::before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:4px;
      background:linear-gradient(90deg,var(--accent1),var(--accent2));
    }.wpc-scope-87 .tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-card h3{
      margin:0 0 12px;
      font-weight:700;
      color:var(--text);
    }.wpc-scope-87 .tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-card p{
      margin:0;
      color:var(--muted);
      line-height:1.75;
    }.wpc-scope-87 .tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-icon{
      width:58px;
      height:58px;
      border-radius:16px;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      margin-bottom:18px;
      position:relative;
    }.wpc-scope-87 .tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-icon::after{
      content:"";
      width:18px;
      height:18px;
      border-radius:50%;
      background:#fff;
      position:absolute;
      top:50%;
      left:50%;
      transform:translate(-50%,-50%);
    }.wpc-scope-87 .tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-step-card{
      position:relative;
      padding-left:110px;
    }.wpc-scope-87 .tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-step-no{
      position:absolute;
      left:30px;
      top:50%;
      transform:translateY(-50%);
      width:56px;
      height:56px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:800;
      font-size:20px;
      box-shadow:0 10px 25px rgba(37,99,235,.25);
    }.wpc-scope-87 .tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-step-card::after{
      content:"";
      position:absolute;
      left:58px;
      top:-30px;
      bottom:-30px;
      width:2px;
      background:linear-gradient(var(--accent3),transparent);
      opacity:.3;
    }.wpc-scope-87 .tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-step-card:last-child::after{
      display:none;
    }.wpc-scope-87 .tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-badge{
      display:inline-block;
      padding:6px 12px;
      border-radius:50px;
      background:rgba(37,99,235,.08);
      color:var(--accent2);
      font-size:12px;
      font-weight:700;
      margin-bottom:12px;
      letter-spacing:.5px;
      text-transform:uppercase;
    }.wpc-scope-87 .tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-decor{
      position:absolute;
      width:260px;
      height:260px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(14,165,233,.10),transparent 70%);
      z-index:0;
    }.wpc-scope-87 .tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-decor.one{
      top:-80px;
      right:-80px;
    }.wpc-scope-87 .tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-decor.two{
      bottom:-120px;
      left:-120px;
    }.wpc-scope-87 .tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-reveal{
      opacity:0;
      transform:translateY(30px);
      transition:.8s ease;
    }.wpc-scope-87 .tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-reveal.active{
      opacity:1;
      transform:translateY(0);
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-section{padding:55px 14px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-container{padding:0 4px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-heading h2{font-size:26px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-heading p{font-size:14px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-grid{grid-template-columns:1fr;gap:16px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-card{padding:22px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-card h3{font-size:18px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-card p{font-size:14px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-step-card{padding-left:22px;padding-top:70px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-step-no{top:25px;left:22px;transform:none;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-step-card::after{display:none;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-section{padding:60px 18px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-container{padding:0 6px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-heading h2{font-size:29px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-heading p{font-size:15px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-card{padding:24px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-card h3{font-size:19px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-card p{font-size:15px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-step-card{padding-left:24px;padding-top:72px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-step-no{top:24px;left:24px;transform:none;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-step-card::after{display:none;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-section{padding:70px 22px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-heading h2{font-size:32px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-heading p{font-size:16px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-card{padding:28px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-card h3{font-size:20px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-card p{font-size:15px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-step-card{padding-left:28px;padding-top:78px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-step-no{top:26px;left:28px;transform:none;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-step-card::after{display:none;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-section{padding:80px 28px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-heading h2{font-size:38px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-heading p{font-size:17px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-grid.cards-six{grid-template-columns:repeat(2,1fr);}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-grid.cards-three{grid-template-columns:repeat(2,1fr);}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-grid.steps{grid-template-columns:1fr;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-grid{gap:22px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-card{padding:28px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-card h3{font-size:20px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-card p{font-size:15px;}}@media (min-width:1024px){.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-section{padding:95px 32px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-heading h2{font-size:44px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-heading p{font-size:18px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-grid.cards-six{grid-template-columns:repeat(3,1fr);}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-grid.cards-three{grid-template-columns:repeat(3,1fr);}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-grid.steps{grid-template-columns:1fr;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-grid{gap:26px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-card{padding:32px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-card h3{font-size:21px;}.tc-wp-content-root .uitaxcalc-wrap .uitaxcalc-card p{font-size:15px;}}