@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-89 .tc-wp-content-root img, .wpc-scope-89 .tc-wp-content-root video, .wpc-scope-89 .tc-wp-content-root svg, .wpc-scope-89 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-89 .tc-wp-content-root .md-tax-calculator-content{
      --primary:#2563eb;
      --secondary:#0ea5e9;
      --accent:#38bdf8;
      --text:#1f2937;
      --muted:#64748b;
      --white:#ffffff;
      --off:#f8fafc;
      --border:#e5e7eb;
      --shadow:0 10px 30px rgba(37,99,235,.08);
      --radius:20px;
      width:100%;
      position:relative;
      overflow:hidden;
      font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;
      color:var(--text);
    }.wpc-scope-89 .tc-wp-content-root .md-tax-calculator-content *{
      box-sizing:border-box;
    }.wpc-scope-89 .tc-wp-content-root .md-tax-calculator-content .md-container{
      max-width:1200px;
      margin:0 auto;
    }.wpc-scope-89 .tc-wp-content-root .md-tax-calculator-content .md-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-89 .tc-wp-content-root .md-tax-calculator-content .md-section-white{
      background:#fff;
    }.wpc-scope-89 .tc-wp-content-root .md-tax-calculator-content .md-section-off{
      background:var(--off);
    }.wpc-scope-89 .tc-wp-content-root .md-tax-calculator-content .md-section-title{
      text-align:center;
      font-weight:800;
      line-height:1.2;
      color:#0f172a;
      margin:0 0 14px;
    }.wpc-scope-89 .tc-wp-content-root .md-tax-calculator-content .md-section-intro{
      text-align:center;
      color:var(--muted);
      max-width:820px;
      margin:0 auto 40px;
      line-height:1.8;
    }.wpc-scope-89 .tc-wp-content-root .md-tax-calculator-content .md-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-89 .tc-wp-content-root .md-tax-calculator-content .md-card{
      position:relative;
      background:#fff;
      border:1px solid var(--border);
      border-radius:var(--radius);
      padding:28px;
      box-shadow:var(--shadow);
      transition:.35s ease;
      height:100%;
      overflow:hidden;
    }.wpc-scope-89 .tc-wp-content-root .md-tax-calculator-content .md-card::before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:4px;
      background:linear-gradient(90deg,var(--primary),var(--accent));
    }.wpc-scope-89 .tc-wp-content-root .md-tax-calculator-content .md-card:hover{
      transform:translateY(-6px);
      box-shadow:0 20px 40px rgba(37,99,235,.12);
    }.wpc-scope-89 .tc-wp-content-root .md-tax-calculator-content .md-icon{
      width:52px;
      height:52px;
      border-radius:16px;
      background:linear-gradient(135deg,var(--primary),var(--accent));
      position:relative;
      margin-bottom:18px;
    }.wpc-scope-89 .tc-wp-content-root .md-tax-calculator-content .md-icon::after{
      content:"";
      position:absolute;
      width:16px;
      height:16px;
      border-radius:50%;
      background:#fff;
      top:18px;
      left:18px;
    }.wpc-scope-89 .tc-wp-content-root .md-tax-calculator-content h3{
      margin:0 0 12px;
      color:#0f172a;
      font-weight:700;
      line-height:1.3;
    }.wpc-scope-89 .tc-wp-content-root .md-tax-calculator-content p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-89 .tc-wp-content-root .md-tax-calculator-content .md-step-wrap{
      display:grid;
      gap:24px;
    }.wpc-scope-89 .tc-wp-content-root .md-tax-calculator-content .md-step-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:24px;
      padding:30px;
      box-shadow:var(--shadow);
      display:flex;
      align-items:flex-start;
      gap:24px;
      transition:.35s ease;
    }.wpc-scope-89 .tc-wp-content-root .md-tax-calculator-content .md-step-card:hover{
      transform:translateY(-5px);
    }.wpc-scope-89 .tc-wp-content-root .md-tax-calculator-content .md-step-number{
      min-width:68px;
      width:68px;
      height:68px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--primary),var(--accent));
      color:#fff;
      font-size:24px;
      font-weight:800;
      display:flex;
      align-items:center;
      justify-content:center;
      box-shadow:0 10px 25px rgba(37,99,235,.25);
    }.wpc-scope-89 .tc-wp-content-root .md-tax-calculator-content .md-badge{
      display:inline-block;
      padding:6px 12px;
      border-radius:999px;
      background:rgba(37,99,235,.08);
      color:var(--primary);
      font-size:13px;
      font-weight:700;
      margin-bottom:12px;
    }.wpc-scope-89 .tc-wp-content-root .md-tax-calculator-content .md-trust-card{
      text-align:left;
    }.wpc-scope-89 .tc-wp-content-root .md-tax-calculator-content .md-decoration{
      position:absolute;
      width:280px;
      height:280px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(56,189,248,.12),transparent 70%);
      pointer-events:none;
    }.wpc-scope-89 .tc-wp-content-root .md-tax-calculator-content .md-decoration.one{
      top:-100px;
      right:-80px;
    }.wpc-scope-89 .tc-wp-content-root .md-tax-calculator-content .md-decoration.two{
      bottom:-120px;
      left:-90px;
    }.wpc-scope-89 .tc-wp-content-root .md-tax-calculator-content .md-reveal{
      opacity:0;
      transform:translateY(24px);
      transition:.8s ease;
    }.wpc-scope-89 .tc-wp-content-root .md-tax-calculator-content .md-reveal.show{
      opacity:1;
      transform:translateY(0);
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .md-tax-calculator-content .md-section{padding:55px 14px;}.tc-wp-content-root .md-tax-calculator-content .md-container{padding:0;}.tc-wp-content-root .md-tax-calculator-content .md-section-title{font-size:28px;}.tc-wp-content-root .md-tax-calculator-content .md-section-intro{font-size:14px;}.tc-wp-content-root .md-tax-calculator-content .md-grid{grid-template-columns:1fr;gap:16px;}.tc-wp-content-root .md-tax-calculator-content .md-card{padding:20px;}.tc-wp-content-root .md-tax-calculator-content h3{font-size:18px;}.tc-wp-content-root .md-tax-calculator-content p{font-size:14px;}.tc-wp-content-root .md-tax-calculator-content .md-step-card{padding:20px;flex-direction:column;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .md-tax-calculator-content .md-section{padding:60px 18px;}.tc-wp-content-root .md-tax-calculator-content .md-section-title{font-size:30px;}.tc-wp-content-root .md-tax-calculator-content .md-section-intro{font-size:15px;}.tc-wp-content-root .md-tax-calculator-content .md-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .md-tax-calculator-content .md-card{padding:22px;}.tc-wp-content-root .md-tax-calculator-content h3{font-size:19px;}.tc-wp-content-root .md-tax-calculator-content p{font-size:15px;}.tc-wp-content-root .md-tax-calculator-content .md-step-card{padding:22px;flex-direction:column;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .md-tax-calculator-content .md-section{padding:70px 22px;}.tc-wp-content-root .md-tax-calculator-content .md-section-title{font-size:32px;}.tc-wp-content-root .md-tax-calculator-content .md-section-intro{font-size:16px;}.tc-wp-content-root .md-tax-calculator-content .md-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .md-tax-calculator-content .md-card{padding:24px;}.tc-wp-content-root .md-tax-calculator-content h3{font-size:20px;}.tc-wp-content-root .md-tax-calculator-content p{font-size:15px;}.tc-wp-content-root .md-tax-calculator-content .md-step-card{flex-direction:column;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .md-tax-calculator-content .md-section{padding:80px 28px;}.tc-wp-content-root .md-tax-calculator-content .md-section-title{font-size:38px;}.tc-wp-content-root .md-tax-calculator-content .md-section-intro{font-size:17px;}.tc-wp-content-root .md-tax-calculator-content .md-grid.md-three{grid-template-columns:repeat(2,1fr);}.tc-wp-content-root .md-tax-calculator-content .md-grid.md-trust{grid-template-columns:repeat(2,1fr);}.tc-wp-content-root .md-tax-calculator-content .md-card{padding:26px;}.tc-wp-content-root .md-tax-calculator-content h3{font-size:21px;}.tc-wp-content-root .md-tax-calculator-content p{font-size:16px;}}@media (min-width:1024px){.tc-wp-content-root .md-tax-calculator-content .md-section{padding:95px 32px;}.tc-wp-content-root .md-tax-calculator-content .md-section-title{font-size:42px;}.tc-wp-content-root .md-tax-calculator-content .md-section-intro{font-size:18px;}.tc-wp-content-root .md-tax-calculator-content .md-grid.md-three{grid-template-columns:repeat(3,1fr);}.tc-wp-content-root .md-tax-calculator-content .md-grid.md-trust{grid-template-columns:repeat(3,1fr);}.tc-wp-content-root .md-tax-calculator-content .md-grid{gap:24px;}.tc-wp-content-root .md-tax-calculator-content h3{font-size:22px;}.tc-wp-content-root .md-tax-calculator-content p{font-size:16px;}}