body {
    margin: 0;
    font-family: Tahoma, Geneva, sans-serif;
    background-color: #14171f;
    color: #e0e6f2;
    -webkit-font-smoothing: antialiased;
}
.topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #0f131d;
    border-bottom: 1px solid #22283a;
    padding: 6px 60px 6px 1px;
    z-index: 1100;
    font-size: 13px;
    box-shadow: 0 2px 6px #000a;
    display: block;
    text-align: center;
    line-height: 40px;
}

.topbar .playstation-logo {
    position: absolute;
    top: 8px;
    left: 35px;
    height: 35px;
    width: auto;
    z-index: 1150;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.topbar .playstation-logo:hover {
    opacity: 1;
}

.topbar a {
    color: #7ebcff;
    margin: 0 12px;
    font-weight: 600;
    text-decoration: none;
    padding: 3px 6px;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 3px;
}

body {
    padding-top: 44px;
}

nav {
    margin-top: 8px;
    text-align: center;
    background: #11141b;
    padding: 10px 0;
    border-bottom: 1px solid #2a2f43;
}

h2 {
    color: #009eff;
    font-size: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid #009eff;
    padding-bottom: 6px;
    font-weight: normal;
}

h3 {
    color: #00a8ff;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 8px;
    border-bottom: 1px solid #005c91;
    padding-bottom: 3px;
    font-weight: normal;
}

nav a {
    margin: 0 10px;
    text-decoration: none;
    color: #a9caff;
    font-weight: 600;
    font-size: 14px;
    transition: color 0.3s ease;
}

nav a:hover,
nav a:focus {
    text-decoration: underline;
    color: #00b0ff;
}

.hero {
    background-image: url("ps3.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    padding: 80px 15px 90px;
    border-bottom: 1px solid #222831;
    box-shadow: inset 0 0 60px #000000a0;
    color: #c8d6e5;
}

.hero h1 {
    font-size: 36px;
    margin-bottom: 12px;
    background-color: rgba(0, 0, 0, 0.7);
    display: inline-block;
    padding: 8px 20px;
    border-radius: 6px;
    color: #3e8bff;
    font-weight: bold;
    text-shadow: 1px 1px 3px #000;
}

.hero p {
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    padding: 6px 18px;
    border-radius: 6px;
    color: #b0becd;
    font-weight: 500;
}

.section {
    padding: 20px 15px;
    width: 92%;
    max-width: 900px;
    margin: 24px auto;
    background-color: #1f2230;
    border: 1px solid #2c3046;
    border-radius: 8px;
    box-shadow: 0 0 10px #0d121f;
}

.section p,
.section ul {
    color: #b3ccff;
    font-size: 14px;
    margin-top: 6px;
    line-height: 1.4em;
}

.section ul {
    padding-left: 22px;
}

.section ul li {
    margin-bottom: 8px;
}

.section ul li a {
    color: #72aaff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.section ul li a:hover,
.section ul li a:focus {
    text-decoration: underline;
    color: #40a0ff;
}

footer {
    text-align: center;
    padding: 18px 12px;
    background-color: #1f2230;
    color: #aab9d9;
    font-size: 13px;
    margin-top: 30px;
    border-top: 1px solid #000815;
    font-weight: 400;
}

.playstation-logo {
    position: absolute;
    top: 12px;
    left: 12px;
    height: 44px;
    z-index: 1000;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.playstation-logo:hover {
    opacity: 1;
}