/*
Theme Name: Uskobet Landing
Theme URI: https://uskobet.com/
Author: Uskobet
Description: Uskobet için sade, mobil uyumlu giriş sayfası.
Version: 1.0
*/

*{box-sizing:border-box}
    html,body{margin:0;min-height:100%;font-family:Arial,Helvetica,sans-serif}
    body{display:flex;align-items:center;justify-content:center;background:#07111f;color:#fff;padding:24px}
    .card{width:min(720px,100%);text-align:center;padding:56px 28px;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:rgba(12,27,45,.92);box-shadow:0 20px 70px rgba(0,0,0,.4)}
    .logo{font-size:48px;font-weight:800;letter-spacing:2px;margin-bottom:12px}
    .logo span{color:#e5b84b}
    h1{font-size:28px;margin:0 0 14px}
    p{color:#b9c5d3;line-height:1.6;margin:0 auto 28px;max-width:560px}
    .btn{display:inline-block;padding:15px 34px;border-radius:12px;background:#e5b84b;color:#07111f;text-decoration:none;font-weight:800}
    .social{margin-top:28px;display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
    .social a{color:#dce5ef;text-decoration:none;border:1px solid rgba(255,255,255,.15);padding:9px 14px;border-radius:9px}
    footer{margin-top:28px;color:#718096;font-size:12px}
