@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-15 .tc-wp-content-root img, .wpc-scope-15 .tc-wp-content-root video, .wpc-scope-15 .tc-wp-content-root svg, .wpc-scope-15 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-15 .tc-wp-content-root .gnt-wrapper{
--primary:#0f172a;
--secondary:#1e293b;
--accent1:#1d4ed8;
--accent2:#60a5fa;
--accent3:#93c5fd;
--text:#1f2937;
--muted:#64748b;
--white:#ffffff;
--off:#f8fafc;
--border:#e2e8f0;
--shadow:0 12px 40px rgba(30,41,59,.08);
width:100%;
overflow:hidden;
font-family:Inter,Arial,sans-serif;
color:var(--text);
}.wpc-scope-15 .tc-wp-content-root .gnt-wrapper .gnt-section{
width:100%;
position:relative;
overflow:hidden;
}.wpc-scope-15 .tc-wp-content-root .gnt-wrapper .gnt-white{background:#fff;}.wpc-scope-15 .tc-wp-content-root .gnt-wrapper .gnt-off{background:var(--off);}.wpc-scope-15 .tc-wp-content-root .gnt-wrapper .gnt-container{
max-width:1200px;
margin:auto;
position:relative;
z-index:2;
}.wpc-scope-15 .tc-wp-content-root .gnt-wrapper .gnt-title{
margin:0 0 15px;
text-align:center;
font-weight:800;
line-height:1.2;
color:var(--primary);
}.wpc-scope-15 .tc-wp-content-root .gnt-wrapper .gnt-intro{
max-width:850px;
margin:0 auto 40px;
text-align:center;
color:var(--muted);
line-height:1.8;
}.wpc-scope-15 .tc-wp-content-root .gnt-wrapper .gnt-grid{
display:grid;
align-items:stretch;
}.wpc-scope-15 .tc-wp-content-root .gnt-wrapper .gnt-card{
background:#fff;
border:1px solid var(--border);
border-radius:22px;
padding:30px;
box-shadow:var(--shadow);
position:relative;
transition:.35s ease;
height:100%;
overflow:hidden;
}.wpc-scope-15 .tc-wp-content-root .gnt-wrapper .gnt-card:hover{
transform:translateY(-8px);
box-shadow:0 18px 50px rgba(29,78,216,.12);
}.wpc-scope-15 .tc-wp-content-root .gnt-wrapper .gnt-card:before{
content:"";
position:absolute;
top:0;
left:0;
height:4px;
width:100%;
background:linear-gradient(90deg,var(--accent1),var(--accent2));
}.wpc-scope-15 .tc-wp-content-root .gnt-wrapper .gnt-card h3{
margin:0 0 12px;
font-weight:700;
color:var(--primary);
}.wpc-scope-15 .tc-wp-content-root .gnt-wrapper .gnt-card p{
margin:0;
line-height:1.8;
color:var(--muted);
}.wpc-scope-15 .tc-wp-content-root .gnt-wrapper .gnt-icon{
width:58px;
height:58px;
border-radius:16px;
background:linear-gradient(135deg,var(--accent1),var(--accent2));
margin-bottom:18px;
position:relative;
}.wpc-scope-15 .tc-wp-content-root .gnt-wrapper .gnt-icon:after{
content:"";
width:18px;
height:18px;
border-radius:50%;
background:#fff;
position:absolute;
top:20px;
left:20px;
}.wpc-scope-15 .tc-wp-content-root .gnt-wrapper .gnt-steps{
display:grid;
gap:24px;
}.wpc-scope-15 .tc-wp-content-root .gnt-wrapper .gnt-step{
background:#fff;
border-radius:24px;
border:1px solid var(--border);
box-shadow:var(--shadow);
padding:32px;
position:relative;
overflow:hidden;
transition:.35s ease;
}.wpc-scope-15 .tc-wp-content-root .gnt-wrapper .gnt-step:hover{
transform:translateY(-6px);
}.wpc-scope-15 .tc-wp-content-root .gnt-wrapper .gnt-step:before{
content:"";
position:absolute;
left:0;
top:0;
width:6px;
height:100%;
background:linear-gradient(var(--accent1),var(--accent2));
}.wpc-scope-15 .tc-wp-content-root .gnt-wrapper .gnt-step-inner{
display:flex;
gap:24px;
align-items:flex-start;
}.wpc-scope-15 .tc-wp-content-root .gnt-wrapper .gnt-number{
width:72px;
height:72px;
border-radius:50%;
background:linear-gradient(135deg,var(--accent1),var(--accent2));
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
font-weight:800;
color:#fff;
flex-shrink:0;
}.wpc-scope-15 .tc-wp-content-root .gnt-wrapper .gnt-glow{
position:absolute;
width:320px;
height:320px;
border-radius:50%;
background:radial-gradient(circle,rgba(96,165,250,.15),transparent 70%);
pointer-events:none;
}.wpc-scope-15 .tc-wp-content-root .gnt-wrapper .gnt-glow.top{
right:-120px;
top:-120px;
}.wpc-scope-15 .tc-wp-content-root .gnt-wrapper .gnt-glow.bottom{
left:-120px;
bottom:-120px;
}.wpc-scope-15 .tc-wp-content-root .gnt-wrapper .gnt-reveal{
opacity:0;
transform:translateY(30px);
transition:all .8s ease;
}.wpc-scope-15 .tc-wp-content-root .gnt-wrapper .gnt-reveal.gnt-show{
opacity:1;
transform:translateY(0);
}@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .gnt-wrapper .gnt-section{padding:55px 14px;}.tc-wp-content-root .gnt-wrapper .gnt-container{padding:0;}.tc-wp-content-root .gnt-wrapper .gnt-title{font-size:26px;}.tc-wp-content-root .gnt-wrapper .gnt-intro{font-size:14px;}.tc-wp-content-root .gnt-wrapper .gnt-grid{grid-template-columns:1fr;gap:16px;}.tc-wp-content-root .gnt-wrapper .gnt-card{padding:22px;}.tc-wp-content-root .gnt-wrapper .gnt-card h3{font-size:18px;}.tc-wp-content-root .gnt-wrapper .gnt-card p{font-size:14px;}.tc-wp-content-root .gnt-wrapper .gnt-step-inner{flex-direction:column;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .gnt-wrapper .gnt-section{padding:60px 18px;}.tc-wp-content-root .gnt-wrapper .gnt-title{font-size:28px;}.tc-wp-content-root .gnt-wrapper .gnt-intro{font-size:15px;}.tc-wp-content-root .gnt-wrapper .gnt-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .gnt-wrapper .gnt-card{padding:24px;}.tc-wp-content-root .gnt-wrapper .gnt-card h3{font-size:19px;}.tc-wp-content-root .gnt-wrapper .gnt-card p{font-size:15px;}.tc-wp-content-root .gnt-wrapper .gnt-step-inner{flex-direction:column;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .gnt-wrapper .gnt-section{padding:70px 22px;}.tc-wp-content-root .gnt-wrapper .gnt-title{font-size:32px;}.tc-wp-content-root .gnt-wrapper .gnt-intro{font-size:16px;}.tc-wp-content-root .gnt-wrapper .gnt-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .gnt-wrapper .gnt-card{padding:26px;}.tc-wp-content-root .gnt-wrapper .gnt-step-inner{flex-direction:column;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .gnt-wrapper .gnt-section{padding:80px 30px;}.tc-wp-content-root .gnt-wrapper .gnt-title{font-size:38px;}.tc-wp-content-root .gnt-wrapper .gnt-intro{font-size:17px;}.tc-wp-content-root .gnt-wrapper .gnt-grid.gnt-six{grid-template-columns:repeat(2,1fr);gap:22px;}.tc-wp-content-root .gnt-wrapper .gnt-grid.gnt-three{grid-template-columns:repeat(2,1fr);gap:22px;}}@media (min-width:1024px){.tc-wp-content-root .gnt-wrapper .gnt-section{padding:95px 40px;}.tc-wp-content-root .gnt-wrapper .gnt-title{font-size:44px;}.tc-wp-content-root .gnt-wrapper .gnt-intro{font-size:18px;}.tc-wp-content-root .gnt-wrapper .gnt-grid.gnt-six{grid-template-columns:repeat(3,1fr);gap:24px;}.tc-wp-content-root .gnt-wrapper .gnt-grid.gnt-three{grid-template-columns:repeat(3,1fr);gap:24px;}}