body{

background:#f8f9fa;

font-family:
system-ui,
-apple-system,
"Segoe UI",
Roboto,
sans-serif;

color:#212529;

}


.language-box{

text-align:right;

margin-bottom:30px;

}


.company-card{

border:none;

border-radius:18px;

box-shadow:
0 15px 40px rgba(0,0,0,.08);

}


.logo{

max-width:280px;

max-height:160px;

}

.company-description{

color:#6c757d;

font-size:1.50rem;

letter-spacing:.5px;

margin-top:10px;

}


.red-line{

width:70px;

height:3px;

background:#dc3545;

margin:35px auto;

border-radius:5px;

}



.info-row{

display:grid;

grid-template-columns:180px 1fr;

padding:20px 0;

border-top:1px solid #eee;

}


.info-row:first-child{

border-top:2px solid #dc3545;

}



.label{

font-weight:600;

color:#6c757d;

}


.label i{

margin-right:8px;

color:#dc3545;

}


a{

color:#212529;

text-decoration:none;

}


a:hover{

color:#dc3545;

}



footer{

margin-top:40px;

padding-top:20px;

border-top:1px solid #eee;

color:#999;

text-align:center;

}



@media(max-width:768px){


.language-box{

position:relative;

top:auto;

right:auto;

text-align:right;

padding-top:20px;

}



.info-row{

grid-template-columns:1fr;

gap:10px;

}


}

