.v7-main {
  min-height: 100vh;
}

.v7-page-content {
  min-height: auto;
  align-items: flex-start;
  padding-top: 128px;
  padding-bottom: 76px;
}

.v7-content-inner.cad-center {
  width: min(960px, 74vw);
  text-align: left;
}

.cad-hero {
  text-align: center;
}

.cad-hero .v7-eyebrow {
  margin-bottom: 8px;
}

.cad-chapter {
  margin: 0 0 14px;
  color: var(--v7-muted);
  font-size: 13px;
  line-height: 1.3;
}

.cad-subtitle {
  margin: 0 0 10px;
  color: #111827;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.cad-intro {
  max-width: 680px;
  margin: 0 auto 30px;
}

.cad-topics {
  margin-top: 36px;
}

.cad-topics > h2,
.cad-about h2 {
  margin: 0;
  color: #111827;
  font-size: var(--v7-entry-title-size);
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -.015em;
}

.cad-topic-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 56px;
  margin: 28px 0 22px;
}

.cad-topic {
  width: 100%;
  min-height: 58px;
  padding: 8px 12px 8px 30px;
  border: 0;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.cad-topic span {
  color: #111827;
  font-size: var(--v7-entry-title-size);
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -.015em;
}

.cad-topic:hover span,
.cad-topic:focus-visible span {
  color: var(--v7-green);
}

.cad-topic:focus-visible {
  border-radius: 4px;
  outline: 2px solid var(--v7-green);
  outline-offset: 4px;
}

.cad-status {
  min-height: 22px;
  margin: 0;
  color: var(--v7-green);
  font-size: 13px;
  line-height: 1.5;
  opacity: 0;
  transition: opacity 160ms ease;
}

.cad-status.is-visible {
  opacity: 1;
}

.cad-about {
  max-width: 780px;
  margin-top: 46px;
  padding-top: 28px;
  border-top: 1px solid var(--v7-line);
}

.cad-about p {
  margin: 14px 0 0;
  color: var(--v7-muted);
  font-size: 13px;
  line-height: 1.7;
}

.cad-about .cad-formats {
  color: #53605a;
  font-weight: 500;
}

.v7-engineering-note.cad-disclaimer {
  width: 100%;
  max-width: 780px;
  margin: 34px 0 0;
  padding-top: 18px;
  border-top-color: var(--v7-line);
  color: #6b7280;
  font-size: 11px;
}

.v7-footer {
  position: relative;
}

@media (max-width: 760px) {
  .v7-page-content {
    padding-top: 108px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .v7-content-inner.cad-center {
    width: 100%;
  }

  .cad-topic-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cad-topic {
    min-height: 54px;
  }
}
/* ALFA CAD blokkok – oldal-specifikus függőleges görgetés */
html,
body {
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.v7-main {
  overflow-x: hidden;
  overflow-y: visible;
}