.pdf-export {
  background: #ffffff;
  color: #0f172a;
}

.pdf-export .site-header,
.pdf-export .hero-actions,
.pdf-export .nav,
.pdf-export .footer,
.pdf-export .no-pdf {
  display: none !important;
}

.pdf-export .card,
.pdf-export .hero-card {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.pdf-document {
  background: #ffffff;
  color: #0f172a;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 12px;
  padding: 20px 24px;
  line-height: 1.4;
}

.pdf-header {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.pdf-header h1 {
  font-size: 22px;
  margin-bottom: 2px;
}

.pdf-role,
.pdf-location,
.pdf-meta,
.pdf-role-location,
.pdf-header-links {
  font-size: 11px;
}

.pdf-role {
  font-weight: 600;
  color: #1e293b;
}

.pdf-location,
.pdf-meta,
.pdf-role-location {
  color: #475569;
}

.pdf-role-location {
  font-weight: 600;
}

.pdf-header-links {
  color: #334155;
  margin-top: 1px;
}

.pdf-header-links a {
  color: #0f172a;
  text-decoration: none;
  border-bottom: 1px solid #cbd5e1;
}

.pdf-header-badge {
  font-weight: 600;
  color: #1e293b;
}

.pdf-header-separator {
  color: #94a3b8;
}

.pdf-divider {
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, #38bdf8, #94a3b8);
  border-radius: 999px;
  margin-bottom: 10px;
}


.pdf-content-wrap {
  width: 100%;
}

.pdf-column {
  vertical-align: top;
  min-width: 0;
}

.pdf-column-left {
  width: 38%;
}

.pdf-column-right {
  width: 62%;
  border-left: 1px solid #e2e8f0;
  padding-left: 10px;
}
.pdf-column-left .pdf-section {
  margin-bottom: 14px;
}

.pdf-column .pdf-section:first-child {
  padding-top: 0;
}

.pdf-section {
  padding-top: 4px;
  margin-bottom: 10px;
}

.pdf-section-hobbies {
  break-inside: avoid;
  page-break-inside: avoid;
}

.pdf-section + .pdf-section {
  border-top: none;
  margin-top: 0;
  padding-top: 4px;
}

.pdf-section h2 {
  font-size: 14px;
  margin-bottom: 6px;
  padding-bottom: 3px;
  border-bottom: 1px solid #e2e8f0;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.pdf-item {
  margin-top: 8px;
  break-inside: avoid;
  page-break-inside: avoid;
}

.pdf-item-header {
  display: block;
  font-size: 12px;
}

.pdf-item-date {
  font-weight: 400;
  color: #475569;
}

.pdf-item ul {
  margin-top: 4px;
  padding-left: 15px;
  font-size: 11px;
  line-height: 1.35;
  list-style: disc;
}

.pdf-document .card {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.pdf-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 6px;
  list-style: none;
  padding: 0;
}

.pdf-columns li {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

@media print {
  :root {
    --bg: #ffffff;
    --surface: #ffffff;
    --surface-light: #ffffff;
    --text: #0f172a;
    --muted: #475569;
    --border: #e2e8f0;
    --accent: #0f172a;
  }

  body {
    background: #ffffff;
    color: #0f172a;
  }

  .site-header,
  .hero-actions,
  .nav,
  .footer,
  .no-pdf {
    display: none !important;
  }

  .hero {
    padding: 20px 0 10px;
  }

  .section {
    padding: 30px 0;
  }

  .card,
  .hero-card {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }
}
