@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-22 .tc-wp-content-root img, .wpc-scope-22 .tc-wp-content-root video, .wpc-scope-22 .tc-wp-content-root svg, .wpc-scope-22 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-22 .tc-wp-content-root .tx-income-content-wrap{
  --tx-primary:#0f766e;
  --tx-secondary:#14b8a6;
  --tx-accent:#22c55e;
  --tx-text:#1f2937;
  --tx-muted:#6b7280;
  --tx-white:#ffffff;
  --tx-soft:#f8fafc;
  --tx-border:#e5e7eb;
  --tx-shadow:0 10px 30px rgba(15,118,110,.08);
  width:100%;
  overflow:hidden;
  font-family:Inter,Segoe UI,Arial,sans-serif;
  color:var(--tx-text);
}.wpc-scope-22 .tc-wp-content-root .tx-income-content-wrap .tx-container{
  max-width:1200px;
  margin:0 auto;
}.wpc-scope-22 .tc-wp-content-root .tx-income-content-wrap .tx-section{
  position:relative;
}.wpc-scope-22 .tc-wp-content-root .tx-income-content-wrap .tx-white-bg{
  background:#fff;
}.wpc-scope-22 .tc-wp-content-root .tx-income-content-wrap .tx-soft-bg{
  background:var(--tx-soft);
}.wpc-scope-22 .tc-wp-content-root .tx-income-content-wrap .tx-heading{
  text-align:center;
  margin-bottom:40px;
}.wpc-scope-22 .tc-wp-content-root .tx-income-content-wrap .tx-heading h2{
  margin:0 0 14px;
  color:var(--tx-text);
  font-weight:800;
  line-height:1.2;
  position:relative;
}.wpc-scope-22 .tc-wp-content-root .tx-income-content-wrap .tx-heading h2:after{
  content:"";
  display:block;
  width:90px;
  height:4px;
  margin:14px auto 0;
  border-radius:50px;
  background:linear-gradient(90deg,var(--tx-primary),var(--tx-secondary),var(--tx-accent));
}.wpc-scope-22 .tc-wp-content-root .tx-income-content-wrap .tx-heading p{
  max-width:780px;
  margin:0 auto;
  color:var(--tx-muted);
  line-height:1.7;
}.wpc-scope-22 .tc-wp-content-root .tx-income-content-wrap .tx-grid{
  display:grid;
  align-items:stretch;
}.wpc-scope-22 .tc-wp-content-root .tx-income-content-wrap .tx-card{
  background:#fff;
  border:1px solid var(--tx-border);
  border-radius:22px;
  padding:28px;
  box-shadow:var(--tx-shadow);
  position:relative;
  overflow:hidden;
  transition:.35s ease;
  height:100%;
}.wpc-scope-22 .tc-wp-content-root .tx-income-content-wrap .tx-card:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,var(--tx-primary),var(--tx-secondary),var(--tx-accent));
}.wpc-scope-22 .tc-wp-content-root .tx-income-content-wrap .tx-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(15,118,110,.15);
}.wpc-scope-22 .tc-wp-content-root .tx-income-content-wrap .tx-card-icon{
  width:52px;
  height:52px;
  border-radius:16px;
  background:linear-gradient(135deg,rgba(20,184,166,.12),rgba(34,197,94,.12));
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  position:relative;
}.wpc-scope-22 .tc-wp-content-root .tx-income-content-wrap .tx-card-icon:before{
  content:"";
  width:18px;
  height:18px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--tx-primary),var(--tx-accent));
}.wpc-scope-22 .tc-wp-content-root .tx-income-content-wrap h3{
  margin:0 0 12px;
  color:var(--tx-text);
  font-weight:700;
}.wpc-scope-22 .tc-wp-content-root .tx-income-content-wrap .tx-card p{
  margin:0;
  color:var(--tx-muted);
  line-height:1.75;
}.wpc-scope-22 .tc-wp-content-root .tx-income-content-wrap .tx-step-wrap{
  display:grid;
  gap:24px;
}.wpc-scope-22 .tc-wp-content-root .tx-income-content-wrap .tx-step-card{
  background:#fff;
  border:1px solid var(--tx-border);
  border-radius:24px;
  padding:28px;
  box-shadow:var(--tx-shadow);
  display:flex;
  gap:24px;
  align-items:flex-start;
  transition:.35s ease;
}.wpc-scope-22 .tc-wp-content-root .tx-income-content-wrap .tx-step-card:hover{
  transform:translateY(-4px);
}.wpc-scope-22 .tc-wp-content-root .tx-income-content-wrap .tx-step-number{
  min-width:70px;
  width:70px;
  height:70px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--tx-primary),var(--tx-secondary));
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  font-weight:800;
  box-shadow:0 10px 20px rgba(20,184,166,.25);
}.wpc-scope-22 .tc-wp-content-root .tx-income-content-wrap .tx-step-content h3{
  margin-top:0;
}.wpc-scope-22 .tc-wp-content-root .tx-income-content-wrap .tx-badge{
  display:inline-block;
  padding:6px 12px;
  border-radius:999px;
  background:rgba(20,184,166,.1);
  color:var(--tx-primary);
  font-size:12px;
  font-weight:700;
  letter-spacing:.4px;
  margin-bottom:12px;
}.wpc-scope-22 .tc-wp-content-root .tx-income-content-wrap .tx-reveal{
  opacity:0;
  transform:translateY(30px);
  transition:all .7s ease;
}.wpc-scope-22 .tc-wp-content-root .tx-income-content-wrap .tx-reveal.tx-show{
  opacity:1;
  transform:translateY(0);
}@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .tx-income-content-wrap .tx-section{padding:55px 0;}.tc-wp-content-root .tx-income-content-wrap .tx-container{padding:0 14px;}.tc-wp-content-root .tx-income-content-wrap .tx-heading h2{font-size:26px;}.tc-wp-content-root .tx-income-content-wrap .tx-heading p{font-size:14px;}.tc-wp-content-root .tx-income-content-wrap .tx-grid{grid-template-columns:1fr;gap:16px;}.tc-wp-content-root .tx-income-content-wrap .tx-card{padding:20px;}.tc-wp-content-root .tx-income-content-wrap h3{font-size:18px;}.tc-wp-content-root .tx-income-content-wrap .tx-card p{font-size:14px;}.tc-wp-content-root .tx-income-content-wrap .tx-step-card{padding:20px;gap:16px;flex-direction:column;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .tx-income-content-wrap .tx-section{padding:60px 0;}.tc-wp-content-root .tx-income-content-wrap .tx-container{padding:0 16px;}.tc-wp-content-root .tx-income-content-wrap .tx-heading h2{font-size:28px;}.tc-wp-content-root .tx-income-content-wrap .tx-heading p{font-size:15px;}.tc-wp-content-root .tx-income-content-wrap .tx-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .tx-income-content-wrap .tx-card{padding:22px;}.tc-wp-content-root .tx-income-content-wrap h3{font-size:19px;}.tc-wp-content-root .tx-income-content-wrap .tx-card p{font-size:15px;}.tc-wp-content-root .tx-income-content-wrap .tx-step-card{padding:22px;gap:16px;flex-direction:column;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .tx-income-content-wrap .tx-section{padding:70px 0;}.tc-wp-content-root .tx-income-content-wrap .tx-container{padding:0 18px;}.tc-wp-content-root .tx-income-content-wrap .tx-heading h2{font-size:30px;}.tc-wp-content-root .tx-income-content-wrap .tx-heading p{font-size:16px;}.tc-wp-content-root .tx-income-content-wrap .tx-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .tx-income-content-wrap .tx-card{padding:24px;}.tc-wp-content-root .tx-income-content-wrap h3{font-size:20px;}.tc-wp-content-root .tx-income-content-wrap .tx-card p{font-size:15px;}.tc-wp-content-root .tx-income-content-wrap .tx-step-card{padding:24px;gap:18px;flex-direction:column;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .tx-income-content-wrap .tx-section{padding:80px 0;}.tc-wp-content-root .tx-income-content-wrap .tx-container{padding:0 24px;}.tc-wp-content-root .tx-income-content-wrap .tx-heading h2{font-size:36px;}.tc-wp-content-root .tx-income-content-wrap .tx-heading p{font-size:17px;}.tc-wp-content-root .tx-income-content-wrap .tx-grid{grid-template-columns:repeat(2,1fr);gap:22px;}.tc-wp-content-root .tx-income-content-wrap .tx-card{padding:26px;}.tc-wp-content-root .tx-income-content-wrap h3{font-size:21px;}.tc-wp-content-root .tx-income-content-wrap .tx-card p{font-size:15px;}}@media (min-width:1024px){.tc-wp-content-root .tx-income-content-wrap .tx-section{padding:95px 0;}.tc-wp-content-root .tx-income-content-wrap .tx-container{padding:0 24px;}.tc-wp-content-root .tx-income-content-wrap .tx-heading h2{font-size:42px;}.tc-wp-content-root .tx-income-content-wrap .tx-heading p{font-size:18px;}.tc-wp-content-root .tx-income-content-wrap .tx-grid.tx-three{grid-template-columns:repeat(3,1fr);gap:26px;}.tc-wp-content-root .tx-income-content-wrap .tx-card{padding:30px;}.tc-wp-content-root .tx-income-content-wrap h3{font-size:22px;}.tc-wp-content-root .tx-income-content-wrap .tx-card p{font-size:16px;}}