.cc-contact{
max-width: 880px;
margin: 0 auto;
padding: 28px 18px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
color: #111827;
}
.cc-contact__wrap{
border: 1px solid rgba(17, 24, 39, .10);
border-radius: 18px;
padding: 26px 22px;
background: #ffffff;
}
.cc-contact__eyebrow{
margin: 0 0 8px 0;
font-size: 12px;
letter-spacing: .12em;
text-transform: uppercase;
color: rgba(17, 24, 39, .60);
}
.cc-contact__title{
margin: 0;
font-size: 26px;
line-height: 1.2;
letter-spacing: .02em;
}
.cc-contact__subtitle{
margin: 10px 0 0 0;
font-size: 14px;
line-height: 1.7;
color: rgba(17, 24, 39, .70);
}
.cc-contact__grid{
display: grid;
grid-template-columns: 1fr;
gap: 14px;
margin-top: 18px;
}
@media (min-width: 720px){
.cc-contact__grid{ grid-template-columns: 1fr 1fr; }
}
.cc-contact__card{
border: 1px solid rgba(17, 24, 39, .10);
border-radius: 16px;
padding: 18px 16px;
background: rgba(17, 24, 39, .02);
}
.cc-contact__label{
margin: 0 0 10px 0;
font-size: 13px;
letter-spacing: .08em;
text-transform: uppercase;
color: rgba(17, 24, 39, .62);
}
.cc-contact__value{
margin: 0;
font-size: 15px;
line-height: 1.75;
color: rgba(17, 24, 39, .92);
}
.cc-contact__company{
font-weight: 600;
letter-spacing: .01em;
}
.cc-contact__link{
color: #111827;
text-decoration: none;
border-bottom: 1px solid rgba(17, 24, 39, .25);
padding-bottom: 2px;
}
.cc-contact__link:hover{
border-bottom-color: rgba(17, 24, 39, .55);
}
.cc-contact__hint{
margin: 10px 0 0 0;
font-size: 12.5px;
line-height: 1.6;
color: rgba(17, 24, 39, .62);
}
.cc-contact__footer{
margin-top: 16px;
padding-top: 14px;
border-top: 1px solid rgba(17, 24, 39, .10);
}
.cc-contact__fineprint{
margin: 0;
font-size: 12.5px;
color: rgba(17, 24, 39, .62);
}