.naru-hero{
    background:#0f0f0f;
    padding:120px 20px;
    text-align:center;
}

.naru-container{
    max-width:1200px;
    margin:auto;
}

.naru-title{
    color:white;
    font-size:64px;
    line-height:1.1;
    margin-bottom:20px;
}

.naru-subtitle{
    color:#bdbdbd;
    font-size:20px;
    margin-bottom:40px;
}

.naru-button{
    display:inline-block;
    background:#ff2d55;
    color:white;
    padding:16px 34px;
    border-radius:12px;
    text-decoration:none;
    font-weight:600;
}