* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  background: #f9f9f9;
  padding: 40px;
  color: #222;
}

.resume {
  max-width: 850px;
  margin: auto;
  background: white;
  padding: 50px 60px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

header {
  text-align: center;
  margin-bottom: 40px;
}

header h1 {
  font-size: 2.2em;
  letter-spacing: 1px;
}

header h2 {
  color: #555;
  font-weight: 400;
  margin-top: 5px;
  font-size: 1.2em;
}

.contact p {
  font-size: 0.95em;
  color: #444;
  margin: 3px 0;
}

.contact a {
  color: #0066cc;
  text-decoration: none;
}

section {
  margin-bottom: 35px;
}

section h3 {
  border-bottom: 2px solid #000;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.job h4 {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 5px;
}

.job h4 span {
  float: right;
  font-weight: normal;
  color: #666;
  font-size: 0.9em;
}

.job ul {
  margin-left: 18px;
  list-style-type: disc;
  color: #333;
  line-height: 1.5;
  margin-bottom: 20px;
}

.skills .columns {
  display: flex;
  gap: 40px;
}

.skills ul {
  list-style: none;
}

.skills li {
  margin-bottom: 6px;
}

@media print {
  body {
    background: none;
  }
  .resume {
    box-shadow: none;
    padding: 0;
  }
}
