.elementor .e-6d01a2e-febc6dc{display:none;}.elementor .e-3e72d1a{flex-direction:column;:root{
--primary:#6d5dfc;
--secondary:#00e5ff;
--dark:#0f172a;
--card:rgba(255,255,255,0.08);
--border:rgba(255,255,255,0.15);
--white:#ffffff;
}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:Inter,sans-serif;
background:var(--dark);
color:var(--white);
}

.container{
width:100%;
max-width:1280px;
margin:auto;
padding:0 20px;
}

.contact-hero{
padding:100px 0;
text-align:center;
}

.tag{
display:inline-block;
padding:10px 20px;
border-radius:50px;
background:rgba(109,93,252,.15);
border:1px solid rgba(109,93,252,.4);
margin-bottom:20px;
}

.contact-hero h1{
font-size:clamp(2rem,5vw,4rem);
margin-bottom:20px;
}

.contact-hero p{
max-width:800px;
margin:auto;
opacity:.85;
}

.contact-grid{
padding:80px 0;
}

.grid{
display:grid;
grid-template-columns:1fr 1.2fr;
gap:30px;
}

.info-card,
.contact-form-card,
.feature-card{
background:var(--card);
backdrop-filter:blur(20px);
border:1px solid var(--border);
border-radius:24px;
padding:30px;
}

.info-card{
margin-bottom:20px;
}

.info-card h3{
margin-bottom:12px;
}

.info-card ul{
padding-left:20px;
}

.info-card li{
margin-bottom:10px;
}

.contact-form-card h2{
margin-bottom:10px;
}

.contact-form-card p{
margin-bottom:25px;
opacity:.8;
}

.why-contact{
padding:100px 0;
}

.why-contact h2{
text-align:center;
margin-bottom:50px;
font-size:clamp(2rem,4vw,3rem);
}

.feature-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.feature-card{
transition:.3s;
}

.feature-card:hover{
transform:translateY(-8px);
}

.cta-section{
padding:100px 0;
text-align:center;
}

.cta-section h2{
font-size:clamp(2rem,4vw,3.5rem);
margin-bottom:15px;
}

.cta-section p{
margin-bottom:30px;
opacity:.8;
}

.cta-btn{
display:inline-block;
padding:16px 40px;
border-radius:50px;
background:linear-gradient(135deg,#6d5dfc,#00e5ff);
color:#fff;
text-decoration:none;
font-weight:600;
}

@media(max-width:992px){

.grid{
grid-template-columns:1fr;
}

.feature-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.feature-grid{
grid-template-columns:1fr;
}

.contact-hero{
padding:70px 0;
}

.contact-grid,
.why-contact,
.cta-section{
padding:60px 0;
}

}\n}