@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-83 .tc-wp-content-root img, .wpc-scope-83 .tc-wp-content-root video, .wpc-scope-83 .tc-wp-content-root svg, .wpc-scope-83 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-83 .tc-wp-content-root .ma-tax-content-wrapper{
      --primary:#2563eb;
      --secondary:#7c3aed;
      --accent:#06b6d4;
      --text:#1f2937;
      --muted:#6b7280;
      --border:#e5e7eb;
      --white:#ffffff;
      --offwhite:#f8fafc;
      --shadow:0 10px 35px rgba(37,99,235,.08);
      width:100%;
      overflow:hidden;
      font-family:Inter,Arial,sans-serif;
      color:var(--text);
      background:#fff;
    }.wpc-scope-83 .tc-wp-content-root .ma-tax-content-wrapper .ma-container{
      max-width:1200px;
      margin:0 auto;
      position:relative;
    }.wpc-scope-83 .tc-wp-content-root .ma-tax-content-wrapper .ma-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-83 .tc-wp-content-root .ma-tax-content-wrapper .ma-white{
      background:#fff;
    }.wpc-scope-83 .tc-wp-content-root .ma-tax-content-wrapper .ma-offwhite{
      background:var(--offwhite);
    }.wpc-scope-83 .tc-wp-content-root .ma-tax-content-wrapper .ma-title{
      text-align:center;
      font-weight:800;
      line-height:1.2;
      margin:0 0 14px;
      color:#111827;
    }.wpc-scope-83 .tc-wp-content-root .ma-tax-content-wrapper .ma-intro{
      text-align:center;
      max-width:860px;
      margin:0 auto 42px;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-83 .tc-wp-content-root .ma-tax-content-wrapper .ma-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-83 .tc-wp-content-root .ma-tax-content-wrapper .ma-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:22px;
      padding:30px;
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
      transition:.35s ease;
      display:flex;
      flex-direction:column;
      height:100%;
    }.wpc-scope-83 .tc-wp-content-root .ma-tax-content-wrapper .ma-card:hover{
      transform:translateY(-8px);
      box-shadow:0 18px 40px rgba(37,99,235,.15);
    }.wpc-scope-83 .tc-wp-content-root .ma-tax-content-wrapper .ma-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-83 .tc-wp-content-root .ma-tax-content-wrapper .ma-icon{
      width:58px;
      height:58px;
      border-radius:18px;
      background:linear-gradient(135deg,var(--primary),var(--secondary));
      margin-bottom:18px;
      position:relative;
    }.wpc-scope-83 .tc-wp-content-root .ma-tax-content-wrapper .ma-icon:after{
      content:"";
      width:20px;
      height:20px;
      border-radius:50%;
      background:#fff;
      position:absolute;
      top:19px;
      left:19px;
    }.wpc-scope-83 .tc-wp-content-root .ma-tax-content-wrapper .ma-card h3{
      margin:0 0 12px;
      font-weight:700;
      line-height:1.3;
      color:#111827;
    }.wpc-scope-83 .tc-wp-content-root .ma-tax-content-wrapper .ma-card p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-83 .tc-wp-content-root .ma-tax-content-wrapper .ma-step-list{
      display:grid;
      gap:24px;
    }.wpc-scope-83 .tc-wp-content-root .ma-tax-content-wrapper .ma-step{
      background:#fff;
      border-radius:24px;
      border:1px solid var(--border);
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
      transition:.3s ease;
    }.wpc-scope-83 .tc-wp-content-root .ma-tax-content-wrapper .ma-step:hover{
      transform:translateY(-5px);
    }.wpc-scope-83 .tc-wp-content-root .ma-tax-content-wrapper .ma-step:before{
      content:"";
      position:absolute;
      left:0;
      top:0;
      width:6px;
      height:100%;
      background:linear-gradient(var(--primary),var(--secondary));
    }.wpc-scope-83 .tc-wp-content-root .ma-tax-content-wrapper .ma-step-inner{
      display:flex;
      align-items:flex-start;
      gap:24px;
      padding:32px;
    }.wpc-scope-83 .tc-wp-content-root .ma-tax-content-wrapper .ma-number{
      width:72px;
      height:72px;
      min-width:72px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--primary),var(--secondary));
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:800;
      font-size:24px;
    }.wpc-scope-83 .tc-wp-content-root .ma-tax-content-wrapper .ma-step h3{
      margin:0 0 10px;
      color:#111827;
    }.wpc-scope-83 .tc-wp-content-root .ma-tax-content-wrapper .ma-step p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-83 .tc-wp-content-root .ma-tax-content-wrapper .ma-glow{
      position:absolute;
      width:280px;
      height:280px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(37,99,235,.10),transparent 70%);
      pointer-events:none;
    }.wpc-scope-83 .tc-wp-content-root .ma-tax-content-wrapper .ma-glow.one{
      top:-140px;
      right:-120px;
    }.wpc-scope-83 .tc-wp-content-root .ma-tax-content-wrapper .ma-glow.two{
      bottom:-140px;
      left:-120px;
    }.wpc-scope-83 .tc-wp-content-root .ma-tax-content-wrapper .ma-reveal{
      opacity:0;
      transform:translateY(25px);
      transition:all .7s ease;
    }.wpc-scope-83 .tc-wp-content-root .ma-tax-content-wrapper .ma-reveal.active{
      opacity:1;
      transform:translateY(0);
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .ma-tax-content-wrapper .ma-section{padding:50px 14px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-title{font-size:26px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-intro{font-size:14px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-grid{grid-template-columns:1fr;gap:16px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-card{padding:22px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-card h3{font-size:18px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-card p{font-size:14px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-step-inner{flex-direction:column;padding:22px;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .ma-tax-content-wrapper .ma-section{padding:55px 18px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-title{font-size:29px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-intro{font-size:15px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-card{padding:24px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-card h3{font-size:19px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-card p{font-size:15px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-step-inner{flex-direction:column;padding:24px;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .ma-tax-content-wrapper .ma-section{padding:60px 22px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-title{font-size:32px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-intro{font-size:16px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-card{padding:26px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-card h3{font-size:20px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-card p{font-size:15px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-step-inner{flex-direction:column;padding:26px;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .ma-tax-content-wrapper .ma-section{padding:75px 30px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-title{font-size:38px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-intro{font-size:17px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-grid.six{grid-template-columns:repeat(2,1fr);gap:22px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-grid.three{grid-template-columns:repeat(2,1fr);gap:22px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-card h3{font-size:21px;}}@media (min-width:1024px){.tc-wp-content-root .ma-tax-content-wrapper .ma-section{padding:90px 40px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-title{font-size:44px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-intro{font-size:18px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-grid.six{grid-template-columns:repeat(3,1fr);gap:24px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-grid.three{grid-template-columns:repeat(3,1fr);gap:24px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-card h3{font-size:22px;}.tc-wp-content-root .ma-tax-content-wrapper .ma-card p{font-size:16px;}}