@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-156 .tc-wp-content-root img, .wpc-scope-156 .tc-wp-content-root video, .wpc-scope-156 .tc-wp-content-root svg, .wpc-scope-156 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-156 .tc-wp-content-root .cfg-premium-wrapper{
--c1:#ff6b6b;
--c2:#8b5cf6;
--c3:#06b6d4;
--text:#1f2937;
--muted:#64748b;
--white:#ffffff;
--off:#f8fafc;
--border:#e5e7eb;
--shadow:0 10px 35px rgba(99,102,241,.08);
width:100%;
overflow:hidden;
font-family:Inter,Arial,sans-serif;
color:var(--text);
background:#fff;
}.wpc-scope-156 .tc-wp-content-root .cfg-premium-wrapper .cfg-container{
max-width:1200px;
margin:0 auto;
position:relative;
}.wpc-scope-156 .tc-wp-content-root .cfg-premium-wrapper .cfg-section{
position:relative;
overflow:hidden;
}.wpc-scope-156 .tc-wp-content-root .cfg-premium-wrapper .cfg-white{
background:#fff;
}.wpc-scope-156 .tc-wp-content-root .cfg-premium-wrapper .cfg-off{
background:#f8fafc;
}.wpc-scope-156 .tc-wp-content-root .cfg-premium-wrapper .cfg-heading{
text-align:center;
margin:0 0 14px;
font-weight:800;
line-height:1.2;
letter-spacing:-.02em;
}.wpc-scope-156 .tc-wp-content-root .cfg-premium-wrapper .cfg-intro{
text-align:center;
max-width:860px;
margin:0 auto 42px;
color:var(--muted);
line-height:1.8;
}.wpc-scope-156 .tc-wp-content-root .cfg-premium-wrapper .cfg-grid{
display:grid;
align-items:stretch;
}.wpc-scope-156 .tc-wp-content-root .cfg-premium-wrapper .cfg-card{
background:#fff;
border:1px solid var(--border);
border-radius:24px;
box-shadow:var(--shadow);
position:relative;
overflow:hidden;
transition:.35s ease;
display:flex;
flex-direction:column;
height:100%;
}.wpc-scope-156 .tc-wp-content-root .cfg-premium-wrapper .cfg-card:hover{
transform:translateY(-7px);
box-shadow:0 20px 50px rgba(99,102,241,.14);
}.wpc-scope-156 .tc-wp-content-root .cfg-premium-wrapper .cfg-card::before{
content:"";
position:absolute;
left:0;
top:0;
width:100%;
height:4px;
background:linear-gradient(90deg,var(--c1),var(--c2),var(--c3));
}.wpc-scope-156 .tc-wp-content-root .cfg-premium-wrapper .cfg-card-content{
padding:30px;
height:100%;
}.wpc-scope-156 .tc-wp-content-root .cfg-premium-wrapper .cfg-card h3{
margin:0 0 12px;
font-weight:700;
line-height:1.3;
color:#111827;
}.wpc-scope-156 .tc-wp-content-root .cfg-premium-wrapper .cfg-card p{
margin:0;
line-height:1.8;
color:var(--muted);
}.wpc-scope-156 .tc-wp-content-root .cfg-premium-wrapper .cfg-icon{
width:58px;
height:58px;
border-radius:18px;
margin-bottom:18px;
background:linear-gradient(135deg,var(--c1),var(--c2));
position:relative;
}.wpc-scope-156 .tc-wp-content-root .cfg-premium-wrapper .cfg-icon:before{
content:"";
position:absolute;
width:22px;
height:22px;
border-radius:50%;
background:#fff;
top:18px;
left:18px;
}.wpc-scope-156 .tc-wp-content-root .cfg-premium-wrapper .cfg-steps{
display:grid;
gap:24px;
}.wpc-scope-156 .tc-wp-content-root .cfg-premium-wrapper .cfg-step{
background:#fff;
border:1px solid var(--border);
border-radius:26px;
box-shadow:var(--shadow);
position:relative;
overflow:hidden;
transition:.35s ease;
}.wpc-scope-156 .tc-wp-content-root .cfg-premium-wrapper .cfg-step:hover{
transform:translateY(-5px);
}.wpc-scope-156 .tc-wp-content-root .cfg-premium-wrapper .cfg-step::before{
content:"";
position:absolute;
left:0;
top:0;
width:6px;
height:100%;
background:linear-gradient(var(--c1),var(--c2));
}.wpc-scope-156 .tc-wp-content-root .cfg-premium-wrapper .cfg-step-inner{
display:flex;
gap:24px;
align-items:flex-start;
}.wpc-scope-156 .tc-wp-content-root .cfg-premium-wrapper .cfg-number{
width:72px;
height:72px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
font-weight:800;
color:#fff;
background:linear-gradient(135deg,var(--c1),var(--c2));
flex-shrink:0;
}.wpc-scope-156 .tc-wp-content-root .cfg-premium-wrapper .cfg-glow{
position:absolute;
width:300px;
height:300px;
border-radius:50%;
pointer-events:none;
background:radial-gradient(circle,rgba(139,92,246,.12),transparent 70%);
}.wpc-scope-156 .tc-wp-content-root .cfg-premium-wrapper .cfg-glow-top{
top:-120px;
right:-100px;
}.wpc-scope-156 .tc-wp-content-root .cfg-premium-wrapper .cfg-glow-bottom{
bottom:-120px;
left:-100px;
}.wpc-scope-156 .tc-wp-content-root .cfg-premium-wrapper .cfg-reveal{
opacity:0;
transform:translateY(25px);
transition:all .8s ease;
}.wpc-scope-156 .tc-wp-content-root .cfg-premium-wrapper .cfg-reveal.cfg-active{
opacity:1;
transform:translateY(0);
}@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .cfg-premium-wrapper .cfg-section{padding:50px 14px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-container{padding:0;}.tc-wp-content-root .cfg-premium-wrapper .cfg-heading{font-size:26px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-intro{font-size:14px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-grid{grid-template-columns:1fr;gap:16px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-card-content{padding:22px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-card h3{font-size:18px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-card p{font-size:14px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-step{padding:22px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-step-inner{flex-direction:column;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .cfg-premium-wrapper .cfg-section{padding:55px 18px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-heading{font-size:29px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-intro{font-size:15px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-card-content{padding:24px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-card h3{font-size:19px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-card p{font-size:15px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-step{padding:24px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-step-inner{flex-direction:column;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .cfg-premium-wrapper .cfg-section{padding:60px 22px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-heading{font-size:32px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-intro{font-size:16px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-card-content{padding:26px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-card h3{font-size:20px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-card p{font-size:15px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-step{padding:26px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-step-inner{flex-direction:column;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .cfg-premium-wrapper .cfg-section{padding:75px 30px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-heading{font-size:38px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-intro{font-size:17px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-grid.cfg-six{grid-template-columns:repeat(2,1fr);gap:22px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-grid.cfg-three{grid-template-columns:repeat(2,1fr);gap:22px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-card-content{padding:28px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-card h3{font-size:21px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-card p{font-size:15px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-step{padding:30px;}}@media (min-width:1024px){.tc-wp-content-root .cfg-premium-wrapper .cfg-section{padding:90px 40px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-heading{font-size:44px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-intro{font-size:18px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-grid.cfg-six{grid-template-columns:repeat(3,1fr);gap:24px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-grid.cfg-three{grid-template-columns:repeat(3,1fr);gap:24px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-card-content{padding:30px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-card h3{font-size:22px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-card p{font-size:16px;}.tc-wp-content-root .cfg-premium-wrapper .cfg-step{padding:34px;}}