/* ── Vorgänger 77 v2 – Premium Archive Page ── */

/* Hero */
.vg77-hero {
  padding-bottom: 20px;
  text-align: center;
  background: linear-gradient(180deg, rgba(237,243,249,0.6) 0%, rgba(245,248,252,0) 100%);
}
.vg77-hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border: 1px solid rgba(13,78,136,0.12);
  background: rgba(13,78,136,0.06);
  color: var(--brand-main-darker, #083A66);
  border-radius: var(--radius-full, 999px);
  font-size: var(--type-xs);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.vg77-hero h1 {
  color: var(--text-primary, #122033);
  margin: 0 0 20px;
}
.vg77-hero .hero-sub {
  font-size: var(--type-md);
  color: var(--text-secondary, #42566E);
  max-width: 560px;
  margin: 0 auto;
  line-height: var(--lh-relaxed);
}
@media (max-width: 575.98px) {
  .vg77-hero { padding-bottom: 14px; }
  .vg77-hero .hero-sub { font-size: var(--type-base); }
}

/* Notice Module */
.vg77-notice {
  max-width: 780px;
  margin: 0 auto;
  padding: 22px 28px;
  background: var(--bg-surface, #fff);
  border: 1px solid var(--border-subtle, #DCE4EC);
  border-radius: var(--radius-xl, 22px);
  box-shadow: 0 8px 24px rgba(10,36,67,0.05);
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: var(--type-sm);
  color: var(--text-secondary, #42566E);
  line-height: var(--lh-normal);
}
.vg77-notice-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md, 12px);
  background: rgba(13,78,136,0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.vg77-notice-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--brand-main-color, #0D4E88);
  fill: none;
  stroke-width: 2;
}
.vg77-notice-text strong {
  display: block;
  font-size: var(--type-base);
  font-weight: 700;
  color: var(--text-primary, #122033);
  margin-bottom: 4px;
}
.vg77-notice a {
  color: var(--brand-main-color, #0D4E88);
  font-weight: 600;
  text-decoration: none;
}
.vg77-notice a:hover { text-decoration: underline; }
@media (max-width: 575.98px) {
  .vg77-notice { padding: 18px 18px; gap: 12px; font-size: var(--type-sm); border-radius: var(--radius-lg, 16px); }
  .vg77-notice-icon { width: 36px; height: 36px; }
}

/* Content Area */
.vg77-content {
  padding: var(--space-system-48, 48px) 0 var(--space-system-120, 120px);
}
.vg77-inner {
  max-width: 780px;
  margin: 0 auto;
}

/* Product Section */
.vg77-section {
  padding: 48px 0 44px;
  position: relative;
}
.vg77-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 1px;
  background: var(--border-subtle, #DCE4EC);
}
.vg77-section:last-of-type::after { display: none; }
.vg77-section:first-child { padding-top: 8px; }

.vg77-section h2 {
  font-weight: 800;
  color: var(--text-primary, #122033);
  letter-spacing: -0.025em;
  line-height: var(--lh-normal);
  margin: 0 0 6px;
}
/* Version List */
.vg77-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vg77-list li {
  display: flex;
  align-items: baseline;
  padding: 11px 12px 11px 0;
  border-bottom: 1px solid rgba(196,208,220,0.2);
  font-size: var(--type-sm);
  line-height: var(--lh-normal);
  color: var(--text-secondary, #42566E);
  transition: background 120ms ease;
}
.vg77-list li:last-child { border-bottom: none; }
.vg77-list li:hover { background: rgba(13,78,136,0.02); }
.vg77-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--brand-main-color, #0D4E88);
  opacity: 0.3;
  flex-shrink: 0;
  margin-right: 14px;
  margin-top: 9px;
  align-self: flex-start;
}
.vg77-list a {
  color: var(--brand-main-color, #0D4E88);
  font-weight: 600;
  text-decoration: none;
  transition: color 150ms ease;
  margin-right: 6px;
}
.vg77-list a:hover {
  color: var(--brand-main-darker, #083A66);
  text-decoration: underline;
}
.vg77-meta {
  color: var(--text-muted, #6A7C93);
  font-size: var(--type-sm);
  font-weight: 400;
  letter-spacing: 0.005em;
}

@media (max-width: 575.98px) {
  .vg77-list li { font-size: var(--type-sm); padding: 10px 0 10px 0; flex-wrap: wrap; }
  .vg77-meta { font-size: var(--type-sm); }
  .vg77-section { padding: 32px 0 30px; }
  .vg77-content { padding: var(--space-system-36, 36px) 0 var(--space-system-72, 72px); }
}

/* Add-ons Group Card */
.vg77-addons-group {
  margin-top: 56px;
  padding: 36px 40px;
  background: var(--bg-surface, #fff);
  border: 1px solid var(--border-subtle, #DCE4EC);
  border-radius: var(--radius-xl, 22px);
  box-shadow: var(--shadow-soft, 0 16px 40px rgba(10,36,67,0.08));
}
.vg77-addons-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-subtle, #DCE4EC);
}
.vg77-addons-header .vg77-group-title {
  font-size: var(--type-md);
  font-weight: 800;
  color: var(--text-primary, #122033);
  letter-spacing: -0.02em;
  margin: 0;
}
.vg77-addons-header .vg77-group-sub {
  font-size: var(--type-sm);
  color: var(--text-muted, #6A7C93);
  margin: 2px 0 0;
}
.vg77-addon-item {
  padding: 18px 0;
  border-bottom: 1px solid rgba(196,208,220,0.25);
}
.vg77-addon-item:last-child { border-bottom: none; padding-bottom: 0; }
.vg77-addon-item:first-of-type { padding-top: 0; }
.vg77-addon-item h3 {
  font-size: var(--type-base);
  font-weight: 700;
  color: var(--text-primary, #122033);
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}

@media (max-width: 575.98px) {
  .vg77-addons-group { padding: 24px 20px; margin-top: 40px; border-radius: var(--radius-lg, 16px); }
  .vg77-addons-header { gap: 10px; margin-bottom: 20px; padding-bottom: 16px; }
}