
.ju2-contact-hero{
background:
radial-gradient(circle at 85% 15%,rgba(255,107,34,.14),transparent 30%),
linear-gradient(145deg,#f9fbfd,#fff 55%,#eef6ff);
}

.ju2-contact-hero-grid,
.ju2-contact-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:start;
}

.ju2-contact-highlight{
padding:32px;
border:1px solid var(--ju2-line);
border-radius:22px;
background:#fff;
box-shadow:var(--ju2-shadow);
text-align:center;
}

.ju2-contact-time{
font-size:52px;
font-weight:800;
color:var(--ju2-orange);
margin:18px 0;
}

.ju2-contact-cards{
display:grid;
gap:18px;
}

.ju2-contact-cards article,
.ju2-form-placeholder,
.ju2-contact-note{
padding:24px;
border:1px solid var(--ju2-line);
border-radius:16px;
background:#fff;
}

.ju2-contact-cards h3,
.ju2-form-placeholder h3{
margin-top:0;
}

.ju2-contact-cards ul,
.ju2-form-placeholder ul{
margin:12px 0 0 18px;
line-height:1.9;
}

.ju2-form-placeholder{
border:2px dashed var(--ju2-orange);
background:#fffaf7;
}

.ju2-form-tip{
margin-top:20px;
padding:14px;
border-radius:12px;
background:#fff;
font-size:14px;
}

@media(max-width:900px){
.ju2-contact-hero-grid,
.ju2-contact-grid{
grid-template-columns:1fr;
}
}
