
.pagina-construcao{background:#f6f9fa;min-height:100vh}
.container{width:min(1100px,calc(100% - 40px));margin:auto}
.hero-construcao{
padding:100px 0;
text-align:center;
background:
linear-gradient(135deg,#fffaf2,#f5fbfc);
}
.hero-construcao span{
color:#f9a51a;
font-weight:800;
letter-spacing:.15em;
text-transform:uppercase;
}
.hero-construcao h1{
margin:18px 0;
font-size:clamp(2.8rem,6vw,5rem);
color:#344b55;
}
.hero-construcao p{
max-width:760px;
margin:auto;
line-height:1.8;
color:#687b83;
font-size:1.1rem;
}
.card-construcao{
margin:80px auto;
max-width:760px;
padding:60px 45px;
background:#fff;
border-radius:26px;
text-align:center;
box-shadow:0 20px 45px rgba(0,0,0,.08);
}
.icone{
font-size:5rem;
margin-bottom:20px;
}
.card-construcao h2{
font-size:2rem;
color:#344b55;
margin-bottom:20px;
}
.card-construcao p{
color:#687b83;
line-height:1.8;
margin-bottom:12px;
}
.botao-voltar{
display:inline-block;
margin-top:28px;
padding:14px 30px;
background:#f9a51a;
color:#fff;
font-weight:700;
border-radius:999px;
transition:.2s;
}
.botao-voltar:hover{
background:#f47b20;
transform:translateY(-2px);
}
.assinatura{
margin-top:35px;
padding-top:25px;
border-top:1px solid #e6e6e6;
color:#8b98a0;
font-size:.95rem;
}
