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