body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
  background: white;
}

.page {
  max-width: 8.5in;
  margin: 0.5in auto;
  padding: 0.5in;
  background: white;
}

.header {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
  padding-bottom: 8px;
  color: #2F4F3F;
}

.tagline {
  font-size: 8.5pt;
  color: #666;
  margin-bottom: 8px;
  text-align: center;
}

.contact-info {
  font-size: 10pt;
  color: #000;
  line-height: 1.6;
}

.contact-info a {
  color: #000;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

h2 {
  font-size: 11pt;
  font-weight: 700;
  color: #2F4F3F;
  margin: 22px 0 12px 0;
  border-bottom: 1.5px solid #2F4F3F;
  padding-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.summary {
  font-size: 9.5pt;
  line-height: 1.6;
  color: #333;
  margin: 0 0 18px 0;
  font-style: italic;
}

.skill-section {
  margin-bottom: 15px;
}

.experience-container {
  margin-bottom: 0;
}

.skill-category {
  font-weight: 700;
  font-size: 10pt;
  margin: 8px 0 4px 0;
  color: #000;
}

ul {
  margin: 5px 0 5px 20px;
  padding: 0;
}

li {
  font-size: 9.5pt;
  line-height: 1.4;
  margin-bottom: 1px;
}

.job-header {
  width: 100%;
  margin-bottom: 3px;
}

.job-header-table {
  width: 100%;
  border-collapse: collapse;
}

.company-name,
.company {
  font-weight: 600;
  font-size: 10pt;
  color: #000;
}

.job-title {
  font-weight: 700;
  font-size: 10pt;
  color: #000;
}

.dates {
  font-size: 10pt;
  color: #666;
}

.job-header-table .dates {
  text-align: right;
  vertical-align: baseline;
  padding-left: 20px;
  white-space: nowrap;
  color: #2F4F3F;
}

.experience-item {
  margin-bottom: 7px;
}

.education-item {
  margin-bottom: 10px;
}

.education-detail {
  font-size: 10pt;
  line-height: 1.5;
}

.redirect-note {
  font-size: 10pt;
  line-height: 1.5;
  text-align: center;
}

.redirect-note a {
  color: #2F4F3F;
  font-weight: 600;
}

.print-btn {
  position: fixed;
  top: 16px;
  right: 16px;
  background: #2F4F3F;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  z-index: 100;
}

.print-btn:hover {
  background: #3d6b53;
}

@media print {
  .print-btn {
    display: none;
  }

  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  body {
    background: white;
  }

  .page {
    margin: 0;
    padding: 0.22in 0.45in 0.3in 0.45in;
    max-width: 100%;
  }

  .header {
    margin-bottom: 7px;
    padding-bottom: 5px;
  }

  .name {
    font-size: 20px;
    margin-bottom: 2px;
    padding-bottom: 2px;
  }

  .tagline {
    margin-bottom: 3px;
  }

  .contact-info {
    font-size: 9pt;
    line-height: 1.3;
  }

  .summary {
    font-size: 8.5pt;
    line-height: 1.4;
    margin: 0 0 7px 0;
  }

  h2 {
    font-size: 9.5pt;
    margin: 9px 0 4px 0;
    padding-bottom: 2px;
  }

  .company-name,
  .company {
    font-size: 9pt;
  }

  .job-title {
    font-size: 9pt;
  }

  .dates,
  .job-header-table .dates {
    font-size: 9pt;
  }

  ul {
    margin: 2px 0 2px 16px;
  }

  li {
    font-size: 8.5pt;
    line-height: 1.3;
    margin-bottom: 0;
  }

  .experience-item {
    margin-bottom: 4px;
  }

  .education-item {
    margin-bottom: 5px;
  }

  .education-detail {
    font-size: 9pt;
    line-height: 1.3;
  }

  .skill-section {
    margin-bottom: 4px;
  }

  .skill-category {
    font-size: 9pt;
    margin: 3px 0 1px 0;
  }

  .page-break {
    break-before: page;
    page-break-before: always;
  }
}
