/* page-poster.css — 海报落地页样式 */

/* ========== 海报英雄区 ========== */
.v9-poster-hero {
  padding: var(--v9-space-xl) 0;
  text-align: center;
}

.v9-poster-hero .v9-hero__inner {
  max-width: 600px;
  margin: 0 auto;
}

.v9-poster-hero .v9-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: var(--v9-space-sm);
  padding: var(--v9-space-sm) var(--v9-space-md);
  background: var(--v9-surface-2);
  border: 1px solid var(--v9-border);
  border-radius: var(--v9-radius-pill);
  font-size: var(--v9-fs-sm);
  color: var(--v9-text-secondary);
  margin-bottom: var(--v9-space-lg);
}

.v9-poster-hero .v9-hero__badge svg {
  width: 16px;
  height: 16px;
  stroke: var(--v9-gold);
}

.v9-poster-hero .v9-hero__title {
  font-family: var(--v9-font-serif);
  font-size: var(--v9-fs-display);
  font-weight: var(--v9-fw-bold);
  line-height: 1.2;
  margin-bottom: var(--v9-space-md);
}

.v9-poster-hero .v9-hero__title-line {
  display: block;
  color: var(--v9-text-primary);
}

.v9-poster-hero .v9-hero__title-line--accent {
  color: var(--v9-gold);
  text-shadow: 0 0 20px var(--v9-gold-glow);
}

.v9-poster-hero .v9-hero__subtitle {
  font-size: var(--v9-fs-base);
  color: var(--v9-text-secondary);
}

/* ========== 海报预览 ========== */
.v9-poster-preview {
  display: flex;
  justify-content: center;
  margin-bottom: var(--v9-space-xl);
}

.v9-poster-card {
  width: 100%;
  max-width: 320px;
  background: var(--v9-surface-2);
  border: 1px solid var(--v9-border);
  border-radius: var(--v9-radius-lg);
  overflow: hidden;
  box-shadow: var(--v9-shadow-ambient), var(--v9-shadow-gold);
}

.v9-poster-card--visitor {
  border-color: var(--v9-gold);
}

.v9-poster-card__header {
  display: flex;
  align-items: center;
  gap: var(--v9-space-md);
  padding: var(--v9-space-lg);
  background: var(--v9-surface-3);
  border-bottom: 1px solid var(--v9-border);
}

.v9-poster-card__logo {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--v9-gold);
  border-radius: var(--v9-radius-md);
}

.v9-poster-card__logo svg {
  width: 28px;
  height: 28px;
  stroke: var(--v9-bg);
}

.v9-poster-card__title h2 {
  font-family: var(--v9-font-serif);
  font-size: var(--v9-fs-lg);
  font-weight: var(--v9-fw-bold);
  color: var(--v9-text-primary);
  margin-bottom: 2px;
}

.v9-poster-card__title p {
  font-size: var(--v9-fs-xs);
  color: var(--v9-text-secondary);
}

.v9-poster-card__qr {
  padding: var(--v9-space-xl);
  display: flex;
  justify-content: center;
}

.v9-poster-card__qr-placeholder {
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--v9-space-md);
  background: var(--v9-bg);
  border: 2px dashed var(--v9-border);
  border-radius: var(--v9-radius-md);
}

.v9-poster-card__qr-placeholder svg {
  width: 64px;
  height: 64px;
  stroke: var(--v9-text-tertiary);
}

.v9-poster-card__qr-placeholder span {
  font-size: var(--v9-fs-sm);
  color: var(--v9-text-tertiary);
}

.v9-poster-card__footer {
  padding: var(--v9-space-lg);
  text-align: center;
  background: var(--v9-surface-3);
  border-top: 1px solid var(--v9-border);
}

.v9-poster-card__footer p {
  font-size: var(--v9-fs-base);
  color: var(--v9-text-primary);
  margin-bottom: 4px;
}

.v9-poster-card__hint {
  font-size: var(--v9-fs-xs) !important;
  color: var(--v9-text-tertiary) !important;
}

/* ========== 使用说明 ========== */
.v9-poster-info {
  margin-bottom: var(--v9-space-xl);
}

.v9-info-list {
  display: flex;
  flex-direction: column;
  gap: var(--v9-space-md);
}

.v9-info-item {
  display: flex;
  gap: var(--v9-space-md);
  padding: var(--v9-space-md);
  background: var(--v9-surface-2);
  border: 1px solid var(--v9-border);
  border-radius: var(--v9-radius-md);
  transition: border-color var(--v9-ease-out), box-shadow var(--v9-ease-out);
}

.v9-info-item:hover {
  border-color: var(--v9-gold);
  box-shadow: var(--v9-shadow-gold);
}

.v9-info-item__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--v9-surface-3);
  border-radius: var(--v9-radius-sm);
}

.v9-info-item__icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--v9-gold);
}

.v9-info-item__content h3 {
  font-size: var(--v9-fs-base);
  font-weight: var(--v9-fw-semibold);
  color: var(--v9-text-primary);
  margin-bottom: 4px;
}

.v9-info-item__content p {
  font-size: var(--v9-fs-sm);
  color: var(--v9-text-secondary);
  line-height: 1.5;
}

/* ========== 操作按钮 ========== */
.v9-poster-actions {
  display: flex;
  flex-direction: column;
  gap: var(--v9-space-md);
}

@media (min-width: 480px) {
  .v9-poster-actions {
    flex-direction: row;
    justify-content: center;
  }
  
  .v9-poster-actions .v9-btn {
    flex: 1;
    max-width: 200px;
  }
}

/* ========== 响应式 ========== */
@media (min-width: 768px) {
  .v9-poster-hero .v9-hero__title {
    font-size: 48px;
  }
  
  .v9-poster-card {
    max-width: 360px;
  }
  
  .v9-poster-card__qr-placeholder {
    width: 240px;
    height: 240px;
  }
}

@media (min-width: 1024px) {
  .v9-poster-hero .v9-hero__title {
    font-size: 56px;
  }
}
