@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-82 .tc-wp-content-root img, .wpc-scope-82 .tc-wp-content-root video, .wpc-scope-82 .tc-wp-content-root svg, .wpc-scope-82 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-82 .tc-wp-content-root .azitc-wrapper{
--primary:#c2410c;
--secondary:#f59e0b;
--accent:#ea580c;
--text:#1f2937;
--muted:#6b7280;
--border:#e5e7eb;
--white:#ffffff;
--offwhite:#fafaf9;
--shadow:0 12px 40px rgba(194,65,12,.08);
width:100%;
position:relative;
overflow:hidden;
font-family:Inter,Arial,sans-serif;
color:var(--text);
}.wpc-scope-82 .tc-wp-content-root .azitc-wrapper .azitc-container{
max-width:1200px;
margin:auto;
width:100%;
}.wpc-scope-82 .tc-wp-content-root .azitc-wrapper .azitc-section{
position:relative;
overflow:hidden;
}.wpc-scope-82 .tc-wp-content-root .azitc-wrapper .azitc-white{
background:#fff;
}.wpc-scope-82 .tc-wp-content-root .azitc-wrapper .azitc-off{
background:var(--offwhite);
}.wpc-scope-82 .tc-wp-content-root .azitc-wrapper .azitc-heading{
text-align:center;
margin:0 0 14px;
font-weight:800;
line-height:1.2;
color:#111827;
}.wpc-scope-82 .tc-wp-content-root .azitc-wrapper .azitc-intro{
max-width:850px;
margin:0 auto 40px;
text-align:center;
color:var(--muted);
line-height:1.8;
}.wpc-scope-82 .tc-wp-content-root .azitc-wrapper .azitc-grid{
display:grid;
align-items:stretch;
}.wpc-scope-82 .tc-wp-content-root .azitc-wrapper .azitc-card{
background:#fff;
border:1px solid var(--border);
border-radius:24px;
padding:30px;
position:relative;
overflow:hidden;
box-shadow:var(--shadow);
transition:.35s ease;
height:100%;
display:flex;
flex-direction:column;
}.wpc-scope-82 .tc-wp-content-root .azitc-wrapper .azitc-card:hover{
transform:translateY(-7px);
box-shadow:0 18px 45px rgba(194,65,12,.14);
}.wpc-scope-82 .tc-wp-content-root .azitc-wrapper .azitc-card:before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:4px;
background:linear-gradient(90deg,var(--primary),var(--secondary));
}.wpc-scope-82 .tc-wp-content-root .azitc-wrapper .azitc-icon{
width:58px;
height:58px;
border-radius:18px;
background:linear-gradient(135deg,var(--primary),var(--secondary));
margin-bottom:18px;
position:relative;
}.wpc-scope-82 .tc-wp-content-root .azitc-wrapper .azitc-icon:after{
content:"";
position:absolute;
width:18px;
height:18px;
background:#fff;
border-radius:50%;
top:20px;
left:20px;
}.wpc-scope-82 .tc-wp-content-root .azitc-wrapper h3{
margin:0 0 12px;
font-weight:700;
color:#111827;
line-height:1.3;
}.wpc-scope-82 .tc-wp-content-root .azitc-wrapper p{
margin:0;
line-height:1.8;
color:var(--muted);
}.wpc-scope-82 .tc-wp-content-root .azitc-wrapper .azitc-step{
background:#fff;
border-radius:26px;
border:1px solid var(--border);
box-shadow:var(--shadow);
position:relative;
overflow:hidden;
transition:.35s ease;
}.wpc-scope-82 .tc-wp-content-root .azitc-wrapper .azitc-step:hover{
transform:translateY(-5px);
}.wpc-scope-82 .tc-wp-content-root .azitc-wrapper .azitc-step:before{
content:"";
position:absolute;
left:0;
top:0;
width:6px;
height:100%;
background:linear-gradient(var(--primary),var(--secondary));
}.wpc-scope-82 .tc-wp-content-root .azitc-wrapper .azitc-step-inner{
display:flex;
align-items:flex-start;
gap:24px;
}.wpc-scope-82 .tc-wp-content-root .azitc-wrapper .azitc-number{
width:72px;
height:72px;
border-radius:50%;
background:linear-gradient(135deg,var(--primary),var(--secondary));
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:24px;
font-weight:800;
flex-shrink:0;
}.wpc-scope-82 .tc-wp-content-root .azitc-wrapper .azitc-glow{
position:absolute;
width:280px;
height:280px;
border-radius:50%;
background:radial-gradient(circle,rgba(245,158,11,.14),transparent 70%);
pointer-events:none;
}.wpc-scope-82 .tc-wp-content-root .azitc-wrapper .azitc-glow.one{
top:-100px;
right:-80px;
}.wpc-scope-82 .tc-wp-content-root .azitc-wrapper .azitc-glow.two{
left:-100px;
bottom:-100px;
}.wpc-scope-82 .tc-wp-content-root .azitc-wrapper .azitc-reveal{
opacity:0;
transform:translateY(25px);
transition:all .8s ease;
}.wpc-scope-82 .tc-wp-content-root .azitc-wrapper .azitc-reveal.azitc-show{
opacity:1;
transform:none;
}@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .azitc-wrapper .azitc-section{padding:50px 14px;}.tc-wp-content-root .azitc-wrapper .azitc-container{padding:0;}.tc-wp-content-root .azitc-wrapper .azitc-heading{font-size:26px;}.tc-wp-content-root .azitc-wrapper .azitc-intro{font-size:14px;}.tc-wp-content-root .azitc-wrapper .azitc-grid{grid-template-columns:1fr;gap:16px;}.tc-wp-content-root .azitc-wrapper .azitc-card{padding:22px;}.tc-wp-content-root .azitc-wrapper h3{font-size:18px;}.tc-wp-content-root .azitc-wrapper p{font-size:14px;}.tc-wp-content-root .azitc-wrapper .azitc-step{padding:22px;}.tc-wp-content-root .azitc-wrapper .azitc-step-inner{flex-direction:column;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .azitc-wrapper .azitc-section{padding:55px 18px;}.tc-wp-content-root .azitc-wrapper .azitc-heading{font-size:28px;}.tc-wp-content-root .azitc-wrapper .azitc-intro{font-size:15px;}.tc-wp-content-root .azitc-wrapper .azitc-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .azitc-wrapper .azitc-card{padding:24px;}.tc-wp-content-root .azitc-wrapper h3{font-size:19px;}.tc-wp-content-root .azitc-wrapper p{font-size:15px;}.tc-wp-content-root .azitc-wrapper .azitc-step{padding:24px;}.tc-wp-content-root .azitc-wrapper .azitc-step-inner{flex-direction:column;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .azitc-wrapper .azitc-section{padding:60px 22px;}.tc-wp-content-root .azitc-wrapper .azitc-heading{font-size:31px;}.tc-wp-content-root .azitc-wrapper .azitc-intro{font-size:16px;}.tc-wp-content-root .azitc-wrapper .azitc-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .azitc-wrapper .azitc-card{padding:26px;}.tc-wp-content-root .azitc-wrapper h3{font-size:20px;}.tc-wp-content-root .azitc-wrapper p{font-size:15px;}.tc-wp-content-root .azitc-wrapper .azitc-step{padding:26px;}.tc-wp-content-root .azitc-wrapper .azitc-step-inner{flex-direction:column;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .azitc-wrapper .azitc-section{padding:75px 30px;}.tc-wp-content-root .azitc-wrapper .azitc-heading{font-size:38px;}.tc-wp-content-root .azitc-wrapper .azitc-intro{font-size:17px;}.tc-wp-content-root .azitc-wrapper .six-grid{grid-template-columns:repeat(2,1fr);}.tc-wp-content-root .azitc-wrapper .three-grid{grid-template-columns:repeat(2,1fr);}.tc-wp-content-root .azitc-wrapper .azitc-grid{gap:22px;}.tc-wp-content-root .azitc-wrapper .azitc-step{padding:30px;}}@media (min-width:1024px){.tc-wp-content-root .azitc-wrapper .azitc-section{padding:90px 40px;}.tc-wp-content-root .azitc-wrapper .azitc-heading{font-size:44px;}.tc-wp-content-root .azitc-wrapper .azitc-intro{font-size:18px;}.tc-wp-content-root .azitc-wrapper .six-grid{grid-template-columns:repeat(3,1fr);}.tc-wp-content-root .azitc-wrapper .three-grid{grid-template-columns:repeat(3,1fr);}.tc-wp-content-root .azitc-wrapper .azitc-grid{gap:24px;}.tc-wp-content-root .azitc-wrapper .azitc-step{padding:34px;}}