/* 데목 랜딩 — landing 토큰 재사용 */
@import url("../styles.css");

.section--splash {
  background: color-mix(in srgb, var(--drill-brand) 18%, var(--teal));
}

.logo span {
  color: var(--muted);
  font-weight: 600;
}

.section--splash .lead--sub {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  margin-top: 0.85rem;
  margin-bottom: 0;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.55;
}

.section--splash .lead--sub + .lead {
  margin-top: 0.85rem;
}

.paper--soft {
  border: none;
  border-radius: var(--r-md);
  box-shadow: none;
  background: color-mix(in srgb, var(--surface) 50%, transparent);
}

.preview-figure {
  margin: 1.25rem 0 0;
  border: 2px solid var(--brutal);
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 4px 4px 0 var(--brutal);
}

.preview-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.paper--download {
  text-align: center;
}

.platform-note {
  margin: 1rem 0 1.25rem;
  padding: 0.85rem 1rem;
  background: color-mix(in srgb, var(--yellow) 35%, var(--surface));
  border: 2px solid var(--brutal);
  border-radius: 2px;
  font-size: 15px;
  text-align: left;
}

.platform-note strong {
  display: block;
  margin-bottom: 0.35rem;
}

.btn-row--center {
  justify-content: center;
}

.btn--primary {
  background: var(--drill-brand);
  color: #fff;
  border: 2px solid var(--brutal);
  box-shadow: -4px 4px 0 var(--brutal);
}

.btn--primary:hover {
  filter: brightness(1.05);
}

.name-card__btn--static {
  cursor: default;
  pointer-events: none;
}

.install-hints {
  margin: 1.25rem 0 0;
  padding-left: 1.2rem;
  text-align: left;
  font-size: 14px;
  color: var(--muted);
}

.install-hints li + li {
  margin-top: 0.35rem;
}

.site-footer {
  padding: 2rem 1.25rem 2.5rem;
  text-align: center;
  font-size: 14px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
  max-width: var(--max);
  margin-inline: auto;
}

code {
  font-size: 0.92em;
  padding: 0.1em 0.35em;
  background: color-mix(in srgb, var(--line) 50%, transparent);
  border-radius: 2px;
}
