/* Get It Jumping — official contract print format (8.5" × 11", 0.5" margins) */
@page { size: 8.5in 11in; margin: 0.5in; }

* { box-sizing: border-box; }

html, body {
  font-family: "Segoe UI", system-ui, sans-serif;
  color: #1e1b4b;
  font-size: 10.5pt;
  line-height: 1.45;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

body {
  max-width: 7.5in;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  border-bottom: 3px solid #db2777;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.brand-block { display: flex; gap: 12px; align-items: center; }
.brand-block img { width: 48px; height: 48px; border-radius: 10px; }
.logo { font-size: 20pt; font-weight: 900; color: #db2777; margin: 0; }

.doc-title { font-size: 13pt; font-weight: 900; text-transform: uppercase; text-align: right; }
.doc-meta { text-align: right; color: #64748b; font-size: 9pt; margin-top: 4px; }

.banner {
  background: #fffbeb;
  border: 2px solid #fcd34d;
  padding: 8px 12px;
  font-weight: 800;
  font-size: 9pt;
  text-align: center;
  margin: 10px 0;
}

.pay-box, .hours {
  padding: 8px 12px;
  margin: 8px 0;
  font-size: 9pt;
}
.pay-box { background: #fdf2f8; border: 2px solid #f472b6; }
.pay-box strong { color: #db2777; }
.hours { background: #f0f9ff; border: 1px solid #38bdf8; }

.photo-row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 10px 0;
}
.photo-row img {
  width: 2.1in;
  height: 1.5in;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}
.photo-row p { font-size: 9pt; color: #64748b; }

table { width: 100%; border-collapse: collapse; margin: 10px 0; }
td { border: 1px solid #cbd5e1; padding: 7px 9px; vertical-align: bottom; }
td:first-child { font-weight: 700; width: 1.55in; background: #f8fafc; color: #64748b; font-size: 9pt; }
.fill { border-bottom: 1px solid #1e1b4b; min-height: 16px; display: block; }

.cols { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 12px; }
h2 { color: #db2777; font-size: 9pt; text-transform: uppercase; letter-spacing: 0.06em; margin: 0 0 5px; }
ul { margin: 0; padding-left: 16px; font-size: 9pt; }

.contract-id-note {
  font-size: 8pt;
  color: #94a3b8;
  text-align: center;
  margin-top: 12px;
}

@media print {
  body { max-width: none; }
  tr, .cols { page-break-inside: avoid; }
}
