@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-31 .tc-wp-content-root img, .wpc-scope-31 .tc-wp-content-root video, .wpc-scope-31 .tc-wp-content-root svg, .wpc-scope-31 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-31 .tc-wp-content-root .mn-tax-content-wrapper{
  --accent1:#4f46e5;
  --accent2:#06b6d4;
  --accent3:#8b5cf6;
  --text:#1f2937;
  --muted:#64748b;
  --white:#ffffff;
  --soft:#f8fafc;
  --border:#e5e7eb;
  --shadow:0 10px 35px rgba(15,23,42,.08);
  --radius:22px;
  width:100%;
  overflow:hidden;
  font-family:Inter,Segoe UI,Arial,sans-serif;
  color:var(--text);
}.wpc-scope-31 .tc-wp-content-root .mn-tax-content-wrapper *{
  box-sizing:border-box;
}.wpc-scope-31 .tc-wp-content-root .mn-tax-container{
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
}.wpc-scope-31 .tc-wp-content-root .mn-tax-section{
  position:relative;
  padding:90px 0;
}.wpc-scope-31 .tc-wp-content-root .mn-tax-section.white{
  background:#fff;
}.wpc-scope-31 .tc-wp-content-root .mn-tax-section.soft{
  background:var(--soft);
}.wpc-scope-31 .tc-wp-content-root .mn-tax-heading{
  text-align:center;
  margin-bottom:18px;
}.wpc-scope-31 .tc-wp-content-root .mn-tax-heading h2{
  margin:0;
  font-size:2.3rem;
  font-weight:800;
  line-height:1.2;
  color:#111827;
}.wpc-scope-31 .tc-wp-content-root .mn-tax-heading p{
  max-width:760px;
  margin:16px auto 0;
  color:var(--muted);
  line-height:1.8;
  font-size:1rem;
}.wpc-scope-31 .tc-wp-content-root .mn-tax-heading h2::after{
  content:"";
  width:90px;
  height:5px;
  display:block;
  margin:18px auto 0;
  border-radius:50px;
  background:linear-gradient(90deg,var(--accent1),var(--accent2));
}.wpc-scope-31 .tc-wp-content-root .mn-tax-grid{
  display:grid;
  gap:24px;
  margin-top:50px;
}.wpc-scope-31 .tc-wp-content-root .mn-tax-card{
  background:#fff;
  border:1px solid rgba(79,70,229,.08);
  border-radius:var(--radius);
  padding:30px;
  box-shadow:var(--shadow);
  position:relative;
  overflow:hidden;
  transition:.35s ease;
  height:100%;
}.wpc-scope-31 .tc-wp-content-root .mn-tax-card:hover{
  transform:translateY(-8px);
  box-shadow:0 18px 45px rgba(79,70,229,.12);
}.wpc-scope-31 .tc-wp-content-root .mn-tax-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,var(--accent1),var(--accent2));
}.wpc-scope-31 .tc-wp-content-root .mn-tax-icon{
  width:58px;
  height:58px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  background:linear-gradient(135deg,rgba(79,70,229,.12),rgba(6,182,212,.12));
  position:relative;
}.wpc-scope-31 .tc-wp-content-root .mn-tax-icon:before{
  content:"";
  width:22px;
  height:22px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--accent1),var(--accent2));
}.wpc-scope-31 .tc-wp-content-root .mn-tax-card h3{
  margin:0 0 12px;
  font-size:1.15rem;
  font-weight:700;
  color:#111827;
}.wpc-scope-31 .tc-wp-content-root .mn-tax-card p{
  margin:0;
  color:var(--muted);
  line-height:1.8;
  font-size:.97rem;
}.wpc-scope-31 .tc-wp-content-root .mn-tax-3col{
  grid-template-columns:repeat(3,1fr);
}.wpc-scope-31 .tc-wp-content-root .mn-tax-step-wrap{
  display:grid;
  gap:24px;
  margin-top:50px;
}.wpc-scope-31 .tc-wp-content-root .mn-tax-step{
  background:#fff;
  border-radius:26px;
  padding:32px;
  border:1px solid var(--border);
  box-shadow:var(--shadow);
  display:flex;
  align-items:flex-start;
  gap:24px;
  transition:.35s ease;
}.wpc-scope-31 .tc-wp-content-root .mn-tax-step:hover{
  transform:translateY(-6px);
}.wpc-scope-31 .tc-wp-content-root .mn-tax-step-number{
  min-width:72px;
  width:72px;
  height:72px;
  border-radius:22px;
  background:linear-gradient(135deg,var(--accent1),var(--accent3));
  color:#fff;
  font-size:1.6rem;
  font-weight:800;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 12px 30px rgba(79,70,229,.25);
}.wpc-scope-31 .tc-wp-content-root .mn-tax-step-content h3{
  margin:0 0 10px;
  font-size:1.2rem;
  color:#111827;
}.wpc-scope-31 .tc-wp-content-root .mn-tax-step-content p{
  margin:0;
  color:var(--muted);
  line-height:1.8;
}.wpc-scope-31 .tc-wp-content-root .mn-tax-badge{
  position:absolute;
  top:16px;
  right:16px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(79,70,229,.08);
  color:var(--accent1);
  font-size:.78rem;
  font-weight:700;
}.wpc-scope-31 .tc-wp-content-root .mn-tax-trust{
  background:#fff;
}.wpc-scope-31 .tc-wp-content-root .mn-tax-trust .mn-tax-icon:before{
  border-radius:6px;
}.wpc-scope-31 .tc-wp-content-root .mn-tax-reveal{
  opacity:0;
  transform:translateY(25px);
  transition:all .8s ease;
}.wpc-scope-31 .tc-wp-content-root .mn-tax-reveal.mn-tax-show{
  opacity:1;
  transform:translateY(0);
}.wpc-scope-31 .tc-wp-content-root .mn-tax-glow{
  position:absolute;
  width:260px;
  height:260px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(79,70,229,.08),transparent 70%);
  top:-120px;
  right:-120px;
  pointer-events:none;
}@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .mn-tax-section{padding:55px 0;}.tc-wp-content-root .mn-tax-container{padding:0 14px;}.tc-wp-content-root .mn-tax-heading h2{font-size:1.45rem;}.tc-wp-content-root .mn-tax-heading p{font-size:.92rem;}.tc-wp-content-root .mn-tax-3col{grid-template-columns:1fr;}.tc-wp-content-root .mn-tax-grid{gap:16px;}.tc-wp-content-root .mn-tax-card{padding:20px;}.tc-wp-content-root .mn-tax-card h3{font-size:1rem;}.tc-wp-content-root .mn-tax-card p{font-size:.9rem;}.tc-wp-content-root .mn-tax-step{
    flex-direction:column;
    padding:22px;
    gap:16px;
  }}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .mn-tax-section{padding:60px 0;}.tc-wp-content-root .mn-tax-container{padding:0 16px;}.tc-wp-content-root .mn-tax-heading h2{font-size:1.65rem;}.tc-wp-content-root .mn-tax-heading p{font-size:.95rem;}.tc-wp-content-root .mn-tax-3col{grid-template-columns:1fr;}.tc-wp-content-root .mn-tax-grid{gap:18px;}.tc-wp-content-root .mn-tax-card{padding:22px;}.tc-wp-content-root .mn-tax-step{
    flex-direction:column;
    padding:24px;
  }}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .mn-tax-section{padding:70px 0;}.tc-wp-content-root .mn-tax-container{padding:0 18px;}.tc-wp-content-root .mn-tax-heading h2{font-size:1.8rem;}.tc-wp-content-root .mn-tax-heading p{font-size:.98rem;}.tc-wp-content-root .mn-tax-3col{grid-template-columns:1fr;}.tc-wp-content-root .mn-tax-grid{gap:20px;}.tc-wp-content-root .mn-tax-card{padding:24px;}.tc-wp-content-root .mn-tax-step{
    flex-direction:column;
  }}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .mn-tax-section{padding:80px 0;}.tc-wp-content-root .mn-tax-heading h2{font-size:2rem;}.tc-wp-content-root .mn-tax-heading p{font-size:1rem;}.tc-wp-content-root .mn-tax-3col{
    grid-template-columns:repeat(2,1fr);
  }.tc-wp-content-root .mn-tax-grid{
    gap:22px;
  }}@media (min-width:1024px){.tc-wp-content-root .mn-tax-section{padding:90px 0;}.tc-wp-content-root .mn-tax-heading h2{font-size:2.3rem;}.tc-wp-content-root .mn-tax-3col{
    grid-template-columns:repeat(3,1fr);
  }}