
.cc-core-section{
padding:120px 5%;
background:#050505;
}

.cc-core-container{
max-width:1500px;
margin:auto;
}

.cc-core-header{
margin-bottom:50px;
}

.cc-core-eyebrow{
color:#00FFB2;
font-size:12px;
letter-spacing:.2em;
}

.cc-core-header h2{
font-size:58px;
color:#fff;
margin:18px 0;
}

.cc-core-header p{
color:#8A97A6;
max-width:820px;
line-height:1.7;
}

.cc-core-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:24px;
margin-bottom:40px;
}

.cc-core-card{
background:#101418;
border:1px solid rgba(255,255,255,.06);
border-radius:24px;
padding:32px;
}

.cc-core-card span{
display:block;
color:#8A97A6;
margin-bottom:14px;
}

.cc-core-card strong{
color:#fff;
font-size:42px;
}

.cc-core-terminal{
background:#070B0E;
border-radius:24px;
overflow:hidden;
border:1px solid rgba(0,255,178,.12);
}

.cc-terminal-header{
background:#0C1014;
padding:18px 24px;
color:#00FFB2;
font-weight:bold;
}

.cc-terminal-body{
height:320px;
overflow-y:auto;
padding:24px;
font-family:monospace;
color:#B7C3CF;
}

.cc-core-line{
margin-bottom:12px;
}

@media(max-width:980px){

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

.cc-core-header h2{
font-size:42px;
}

}
