/* ===== Base ===== */

body {
  font-family: 'Segoe UI', Arial, sans-serif;
  margin: 0;
  padding: 40px;
  background: #f3f4f6;
  color: #1f2937;
  line-height: 1.6;
}

/* ===== Container ===== */

.container {
  max-width: 900px;
  margin: 40px auto;
  background: #ffffff;
  padding: 60px;
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
}

/* ===== Header ===== */

.header {
  margin-bottom: 40px;
}

.header h1 {
  font-size: 38px;
  letter-spacing: -0.5px;
  margin: 0 0 8px 0;
}

.role {
  font-size: 18px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 10px;
}

.meta {
  font-size: 14px;
  color: #64748b;
}

.meta a {
  text-decoration: none;
  color: #0a3d62;
  font-weight: 500;
}

.meta a:hover {
  text-decoration: underline;
}

/* ===== Sections ===== */

section {
  margin-bottom: 35px;
}

h2 {
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 6px;
  border-bottom: 2px solid #1e293b;
  letter-spacing: 0.3px;
}

/* ===== Lists ===== */

ul {
  padding-left: 20px;
  margin: 0;
}

li {
  margin-bottom: 8px;
}

/* ===== Experience ===== */

.job {
  margin-bottom: 25px;
}

.job h3 {
  margin-bottom: 4px;
}

.job .date {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 8px;
}

/* ===== Responsive ===== */

@media (max-width: 768px) {
  body {
    padding: 20px;
  }

  .container {
    padding: 30px;
  }

  .header h1 {
    font-size: 30px;
  }
}
