/* ===== RESUME TEMPLATES ===== */

/* Template 1 – Classic Blue */
.resume-t1 {
  font-family: 'Inter', Arial, sans-serif;
  padding: 24px;
  min-height: 100%;
  font-size: 12px;
  color: #0f172a;
  background: white;
}
.rt1-header {
  background: linear-gradient(135deg, #1a56db, #1341a8);
  color: white;
  padding: 20px 20px;
  margin: -24px -24px 16px;
  text-align: center;
}
.rt1-name {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.rt1-contact {
  font-size: 11px;
  opacity: 0.9;
  margin-top: 4px;
}
.rt1-section {
  margin-bottom: 14px;
}
.rt1-section p {
  font-size: 12px;
  line-height: 1.6;
  color: #334155;
}
.rt1-section-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1a56db;
  border-bottom: 2px solid #1a56db;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.rt1-item {
  margin-bottom: 8px;
}
.rt1-item-title {
  font-size: 12px;
  font-weight: 700;
  color: #0f172a;
}
.rt1-item-sub {
  font-size: 11px;
  color: #64748b;
}

/* Template 2 – Dark Pro */
.resume-t2 {
  display: flex;
  min-height: 100%;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 12px;
}
.rt2-sidebar {
  width: 38%;
  background: #0f172a;
  color: white;
  padding: 24px 16px;
  flex-shrink: 0;
}
.rt2-avatar {
  width: 64px;
  height: 64px;
  background: #1a56db;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 800;
  color: white;
  margin: 0 auto 10px;
}
.rt2-name {
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  color: white;
  line-height: 1.3;
  margin-bottom: 12px;
}
.rt2-divider {
  height: 1px;
  background: rgba(255,255,255,0.15);
  margin-bottom: 12px;
}
.rt2-section-title {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f97316;
  font-weight: 700;
  margin-bottom: 6px;
}
.rt2-contact-item {
  font-size: 10.5px;
  color: #94a3b8;
  margin-bottom: 5px;
  word-break: break-word;
}
.rt2-main {
  flex: 1;
  padding: 24px 18px;
  background: white;
}
.rt2-main-section {
  margin-bottom: 14px;
}
.rt2-main-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #0f172a;
  border-bottom: 1.5px solid #e2e8f0;
  padding-bottom: 3px;
  margin-bottom: 7px;
}

/* Template 3 – Bold Orange */
.resume-t3 {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 12px;
  min-height: 100%;
  color: #0f172a;
  background: white;
}
.rt3-header {
  background: linear-gradient(90deg, #f97316, #ef4444);
  color: white;
  padding: 22px 24px;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  padding-bottom: 32px;
}
.rt3-name {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.rt3-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 11px;
  margin-top: 6px;
  opacity: 0.9;
}
.rt3-body {
  padding: 16px 24px;
}
.rt3-section {
  margin-bottom: 14px;
}
.rt3-section p {
  font-size: 12px;
  line-height: 1.6;
  color: #334155;
}
.rt3-title {
  margin-bottom: 8px;
}
.rt3-title span {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f97316;
  padding-bottom: 2px;
  border-bottom: 2px solid #f97316;
}
