* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Times New Roman, Times, serif;
  font-size: 11pt;
  color: #000;
  background: #fff;
}

.page {
  max-width: 740px;
  margin: 0 auto;
  padding: 40px 50px;
}

/* ── Header ── */
.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6px;
}

.header-contact-left {
  font-size: 9.5pt;
  line-height: 1.5;
}

.header-name {
  text-align: center;
  flex: 1;
}

.header-name h1 {
  font-size: 17pt;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header-contact-right {
  font-size: 9.5pt;
  line-height: 1.5;
  text-align: right;
}

/* ── Section ── */
.section {
  margin-top: 8px;
}

.section-title {
  font-size: 10.5pt;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #000;
  padding-bottom: 1px;
  margin-bottom: 5px;
}

/* ── Entry header row ── */
.entry {
  margin-bottom: 6px;
}

.entry-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.entry-left {
  font-weight: bold;
  font-size: 10.5pt;
}

.entry-center {
  font-weight: bold;
  font-size: 10.5pt;
  text-align: center;
  flex: 1;
}

.entry-right {
  font-style: italic;
  font-size: 10.5pt;
  text-align: right;
  white-space: nowrap;
}

.entry-sub {
  font-style: italic;
  font-size: 10pt;
  margin-left: 0;
  margin-top: 1px;
}

/* ── Bullet list ── */
ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-top: 2px;
}

ul li {
  font-size: 10pt;
  line-height: 1.45;
  margin-bottom: 1px;
}

/* ── Education specifics ── */
.edu-bullets {
  list-style: none;
  margin-left: 0;
  margin-top: 3px;
}

.edu-bullets li {
  font-size: 10pt;
  line-height: 1.45;
}

/* ── Tech Experience subsections ── */
.proj-title {
  font-weight: bold;
  font-size: 10pt;
}

.proj-title span {
  font-weight: normal;
}

/* ── Languages ── */
.lang-line {
  font-size: 10pt;
  line-height: 1.5;
}
