
.guides-hero .home-hero-logo {
  display: none;
}

.guides-hero h1 {
  margin-top: 0;
}

.guides-main .home-section {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.guides-body {
  max-width: 42rem;
}

.guides-body h2 {
  margin-top: 1.6em;
  font-size: 1.15rem;
}

.guides-body h3 {
  margin-top: 1.25em;
  font-size: 1.02rem;
}

.guides-body table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin: 12px 0 16px;
}

.guides-body th,
.guides-body td {
  border: 1px solid #3c3c3c;
  padding: 6px 8px;
  text-align: left;
  vertical-align: top;
}

.guides-body th {
  background: #2a2a2a;
  color: #e8e8e8;
}

.guides-body code {
  font-size: 0.92em;
}

.guides-card-list h3 a {
  color: #4fc1ff;
  text-decoration: none;
}

.guides-card-list h3 a:hover {
  text-decoration: underline;
}

.guides-video-lead {
  margin: 0 0 16px;
  color: var(--home-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.guides-video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--home-border);
  background: #000;
}

.guides-video-play {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
  background: #000;
}

.guides-video-play:hover .guides-video-play-icon {
  background: #ff0000;
  transform: translate(-50%, -50%) scale(1.05);
}

.guides-video-thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.92;
}

.guides-video-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  transform: translate(-50%, -50%);
  border-radius: 14px;
  background: rgba(230, 33, 23, 0.92);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
  transition: transform 0.15s ease, background 0.15s ease;
}

.guides-video-play-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-35%, -50%);
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
}

.guides-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.guides-video-caption {
  margin: 12px 0 0;
  font-size: 0.88rem;
  color: var(--home-muted);
}

.guides-video-caption a {
  color: var(--home-link);
  text-decoration: none;
}

.guides-video-caption a:hover {
  text-decoration: underline;
}
