
.home-hero{
padding:110px 20px 70px;
text-align:center;
}

.home-hero-inner{
max-width:800px;
margin:auto;
}

.home-badge{
display:inline-block;
padding:6px 14px;
border-radius:999px;
background:#eee;
font-size:12px;
letter-spacing:.08em;
}

.home-title{
font-size:56px;
margin:18px 0 10px;
}

.home-subtitle{
font-size:18px;
color:#666;
max-width:520px;
margin:auto;
}

.home-search{
margin-top:30px;
}

.home-search input{
width:100%;
max-width:520px;
padding:16px 20px;
border-radius:999px;
border:none;
background:#fff;
box-shadow:0 10px 25px rgba(0,0,0,.06);
font-size:16px;
}

.profiles-grid{
max-width:1100px;
margin:40px auto 120px;
padding:0 20px;
display:grid;
grid-template-columns:repeat(2,1fr);
gap:26px;
}

.profile-card{
background:#fff;
border-radius:28px;
padding:28px;
text-decoration:none;
color:#111;
box-shadow:0 20px 40px rgba(0,0,0,.06);
transition:.2s;
display:block;
}

.profile-card:hover{
transform:translateY(-4px);
}

.profile-card-header{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:16px;
}

.profile-avatar{
width:52px;
height:52px;
border-radius:50%;
background:#7A1028;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-weight:700;
}

.profile-code{
font-size:12px;
background:#eee;
padding:6px 10px;
border-radius:999px;
}

.profile-name{
font-size:22px;
margin:0 0 6px;
}

.profile-title{
color:#666;
margin:0 0 6px;
}

.profile-entity{
font-size:14px;
color:#999;
}

@media (max-width:900px){
.profiles-grid{
grid-template-columns:1fr;
}
.home-title{
font-size:40px;
}
}
