
body{
    background:#f5f5f5;
}
.linkos-wrapper{
    font-family:Arial,sans-serif;
}
.linkos-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px;
    background:#fff;
    border-bottom:1px solid #ddd;
}
.logo{
    font-size:32px;
    font-weight:bold;
    color:#2563eb;
}
.btn{
    background:#ff9800;
    color:#000;
    border:none;
    padding:12px 24px;
    border-radius:10px;
    cursor:pointer;
}
.hero{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:60px;
}
.hero-left h1{
    font-size:64px;
    line-height:1.1;
}
.hero-left p{
    font-size:20px;
    max-width:500px;
}
.mock-card{
    width:500px;
    height:300px;
    background:#fff;
    border-radius:20px;
    display:flex;
    justify-content:center;
    align-items:center;
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
}
