@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-37 .tc-wp-content-root img, .wpc-scope-37 .tc-wp-content-root video, .wpc-scope-37 .tc-wp-content-root svg, .wpc-scope-37 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-37 .tc-wp-content-root .mn-tax-content-wrapper{
  --mn-primary:#2563eb;
  --mn-secondary:#06b6d4;
  --mn-accent:#60a5fa;
  --mn-text:#1f2937;
  --mn-muted:#6b7280;
  --mn-white:#ffffff;
  --mn-soft:#f8fafc;
  --mn-border:#e5e7eb;
  --mn-shadow:0 12px 30px rgba(37,99,235,.08);
  width:100%;
  overflow:hidden;
  font-family:Inter,Segoe UI,Arial,sans-serif;
  color:var(--mn-text);
}.wpc-scope-37 .tc-wp-content-root .mn-tax-content-wrapper .mn-container{
  max-width:1200px;
  margin:auto;
}.wpc-scope-37 .tc-wp-content-root .mn-tax-content-wrapper .mn-section{
  position:relative;
}.wpc-scope-37 .tc-wp-content-root .mn-tax-content-wrapper .mn-bg-white{
  background:#fff;
}.wpc-scope-37 .tc-wp-content-root .mn-tax-content-wrapper .mn-bg-soft{
  background:var(--mn-soft);
}.wpc-scope-37 .tc-wp-content-root .mn-tax-content-wrapper .mn-heading{
  text-align:center;
  margin-bottom:40px;
}.wpc-scope-37 .tc-wp-content-root .mn-tax-content-wrapper .mn-heading h2{
  margin:0 0 14px;
  font-weight:800;
  color:#0f172a;
  line-height:1.2;
}.wpc-scope-37 .tc-wp-content-root .mn-tax-content-wrapper .mn-heading p{
  max-width:760px;
  margin:auto;
  color:var(--mn-muted);
  line-height:1.8;
}.wpc-scope-37 .tc-wp-content-root .mn-tax-content-wrapper .mn-badge{
  display:inline-block;
  padding:8px 16px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--mn-primary),var(--mn-secondary));
  color:#fff;
  font-size:13px;
  font-weight:700;
  margin-bottom:18px;
}.wpc-scope-37 .tc-wp-content-root .mn-tax-content-wrapper .mn-grid{
  display:grid;
  align-items:stretch;
}.wpc-scope-37 .tc-wp-content-root .mn-tax-content-wrapper .mn-card{
  background:#fff;
  border:1px solid var(--mn-border);
  border-radius:22px;
  padding:28px;
  box-shadow:var(--mn-shadow);
  position:relative;
  overflow:hidden;
  transition:.35s ease;
  height:100%;
}.wpc-scope-37 .tc-wp-content-root .mn-tax-content-wrapper .mn-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,var(--mn-primary),var(--mn-secondary));
}.wpc-scope-37 .tc-wp-content-root .mn-tax-content-wrapper .mn-card:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 40px rgba(37,99,235,.15);
}.wpc-scope-37 .tc-wp-content-root .mn-tax-content-wrapper .mn-card-icon{
  width:56px;
  height:56px;
  border-radius:16px;
  background:linear-gradient(135deg,var(--mn-primary),var(--mn-secondary));
  margin-bottom:18px;
  position:relative;
}.wpc-scope-37 .tc-wp-content-root .mn-tax-content-wrapper .mn-card-icon::after{
  content:"";
  position:absolute;
  width:18px;
  height:18px;
  border-radius:50%;
  background:#fff;
  top:19px;
  left:19px;
}.wpc-scope-37 .tc-wp-content-root .mn-tax-content-wrapper .mn-card h3{
  margin:0 0 12px;
  font-weight:700;
  color:#111827;
}.wpc-scope-37 .tc-wp-content-root .mn-tax-content-wrapper .mn-card p{
  margin:0;
  color:var(--mn-muted);
  line-height:1.8;
}.wpc-scope-37 .tc-wp-content-root .mn-tax-content-wrapper .mn-step-wrap{
  display:grid;
  gap:24px;
}.wpc-scope-37 .tc-wp-content-root .mn-tax-content-wrapper .mn-step-card{
  background:#fff;
  border-radius:24px;
  border:1px solid var(--mn-border);
  padding:32px;
  display:flex;
  gap:24px;
  align-items:flex-start;
  box-shadow:var(--mn-shadow);
  transition:.35s ease;
}.wpc-scope-37 .tc-wp-content-root .mn-tax-content-wrapper .mn-step-card:hover{
  transform:translateY(-5px);
}.wpc-scope-37 .tc-wp-content-root .mn-tax-content-wrapper .mn-step-no{
  min-width:72px;
  height:72px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--mn-primary),var(--mn-secondary));
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  font-weight:800;
}.wpc-scope-37 .tc-wp-content-root .mn-tax-content-wrapper .mn-step-content h3{
  margin:0 0 10px;
}.wpc-scope-37 .tc-wp-content-root .mn-tax-content-wrapper .mn-step-content p{
  margin:0;
  color:var(--mn-muted);
  line-height:1.8;
}.wpc-scope-37 .tc-wp-content-root .mn-tax-content-wrapper .mn-card-glow{
  position:absolute;
  width:120px;
  height:120px;
  border-radius:50%;
  background:rgba(96,165,250,.12);
  top:-40px;
  right:-40px;
}.wpc-scope-37 .tc-wp-content-root .mn-tax-content-wrapper .mn-reveal{
  opacity:0;
  transform:translateY(30px);
  transition:all .7s ease;
}.wpc-scope-37 .tc-wp-content-root .mn-tax-content-wrapper .mn-reveal.mn-visible{
  opacity:1;
  transform:translateY(0);
}@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .mn-tax-content-wrapper .mn-section{padding:55px 14px;}.tc-wp-content-root .mn-tax-content-wrapper .mn-container{padding:0;}.tc-wp-content-root .mn-tax-content-wrapper .mn-heading h2{font-size:26px;}.tc-wp-content-root .mn-tax-content-wrapper .mn-heading p{font-size:14px;}.tc-wp-content-root .mn-tax-content-wrapper .mn-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .mn-tax-content-wrapper .mn-card{padding:22px;}.tc-wp-content-root .mn-tax-content-wrapper .mn-card h3{font-size:18px;}.tc-wp-content-root .mn-tax-content-wrapper .mn-card p{font-size:14px;}.tc-wp-content-root .mn-tax-content-wrapper .mn-step-card{padding:22px;flex-direction:column;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .mn-tax-content-wrapper .mn-section{padding:60px 16px;}.tc-wp-content-root .mn-tax-content-wrapper .mn-heading h2{font-size:28px;}.tc-wp-content-root .mn-tax-content-wrapper .mn-heading p{font-size:15px;}.tc-wp-content-root .mn-tax-content-wrapper .mn-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .mn-tax-content-wrapper .mn-card{padding:24px;}.tc-wp-content-root .mn-tax-content-wrapper .mn-card h3{font-size:19px;}.tc-wp-content-root .mn-tax-content-wrapper .mn-card p{font-size:15px;}.tc-wp-content-root .mn-tax-content-wrapper .mn-step-card{padding:24px;flex-direction:column;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .mn-tax-content-wrapper .mn-section{padding:65px 18px;}.tc-wp-content-root .mn-tax-content-wrapper .mn-heading h2{font-size:31px;}.tc-wp-content-root .mn-tax-content-wrapper .mn-heading p{font-size:16px;}.tc-wp-content-root .mn-tax-content-wrapper .mn-grid{grid-template-columns:1fr;gap:22px;}.tc-wp-content-root .mn-tax-content-wrapper .mn-step-card{flex-direction:column;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .mn-tax-content-wrapper .mn-section{padding:80px 24px;}.tc-wp-content-root .mn-tax-content-wrapper .mn-heading h2{font-size:36px;}.tc-wp-content-root .mn-tax-content-wrapper .mn-heading p{font-size:17px;}.tc-wp-content-root .mn-tax-content-wrapper .mn-grid.mn-three{grid-template-columns:repeat(2,1fr);}.tc-wp-content-root .mn-tax-content-wrapper .mn-grid.mn-last{grid-template-columns:repeat(2,1fr);}.tc-wp-content-root .mn-tax-content-wrapper .mn-grid{gap:24px;}}@media (min-width:1024px){.tc-wp-content-root .mn-tax-content-wrapper .mn-section{padding:100px 24px;}.tc-wp-content-root .mn-tax-content-wrapper .mn-heading h2{font-size:42px;}.tc-wp-content-root .mn-tax-content-wrapper .mn-heading p{font-size:18px;}.tc-wp-content-root .mn-tax-content-wrapper .mn-grid.mn-three{grid-template-columns:repeat(3,1fr);}.tc-wp-content-root .mn-tax-content-wrapper .mn-grid.mn-last{grid-template-columns:repeat(3,1fr);}.tc-wp-content-root .mn-tax-content-wrapper .mn-grid{gap:28px;}}