body {
  background: linear-gradient(120deg, #131a26 0%, #252e42 100%);
  color: #e2e7f3;
  margin: 0;
  font-family: 'Segoe UI', 'Inter', sans-serif;
}

.container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding-bottom: 3rem;
}

header {
  margin-top: 3rem;
}

.logo {
  font-size: 2.7rem;
  font-weight: 800;
  background: linear-gradient(90deg,#ffd700,#00e1ff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  letter-spacing: -2px;
  margin-bottom: 0.3rem;
}

.tagline {
  font-size: 1.25rem;
  color: #fffedb;
  margin-bottom: 1rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.video-box {
  width: 95vw;
  max-width: 800px;
  aspect-ratio: 16/9;
  border-radius: 1.2rem;
  box-shadow: 0 8px 50px 0 #000b2b55;
  overflow: hidden;
  margin: 2.5rem auto;
  border: 2px solid #ffe49b88;
  background: #141925;
}

.video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

h2 {
  font-size: 2rem;
  color: #ffd700;
  margin-bottom: 1.3rem;
  letter-spacing: -1px;
  font-weight: 700;
}

.comments-list {
  list-style: none;
  line-height: 2.1;
  font-size: 1.12rem;
  padding: 0;
  margin: 0 auto 3rem;
  color: #e2e7f3;
  max-width: 700px;
  text-align: left;
}

.comments-list li {
  margin-bottom: 0.7rem;
}

footer {
  font-size: 1rem;
  color: #aaa;
  margin-top: 2rem;
  opacity: 0.7;
}
