/* ==========================================================================
   SiapKanUsahaMu - CV Templates Stylesheet
   15 Professional Templates Across 3 Categories (A4 Optimized)
   Category 1: ATS Professional (1 Kolom, Tanpa/Dengan Foto)
   Category 2: Creative Professional (2 Kolom, Ada Foto)
   Category 3: ATS Friendly (2 Kolom, Ada Foto)
   ========================================================================== */

/* --------------------------------------------------------------------------
   General CV Base Rules & Dynamic User Customizer Tokens
   -------------------------------------------------------------------------- */
.cv-document {
  font-family: var(--cv-font-family, 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif);
  color: var(--cv-text-color, #1F2937);
  background: #FFFFFF;
  width: 210mm;
  min-height: 297mm;
  padding: var(--cv-page-margin, 0);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  font-size: var(--cv-font-size, 12.5px);
  line-height: var(--cv-line-height, 1.5);
  transition: font-family 0.15s ease, color 0.15s ease, font-size 0.15s ease;
}

/* Strict 1-Page A4 Mode */
.cv-document.cv-fit-single-page {
  max-height: 297mm;
  height: 297mm;
  overflow: hidden !important;
  page-break-inside: avoid !important;
}

.cv-document.cv-fit-single-page .cv-section,
.cv-document.cv-fit-single-page .ats-section,
.cv-document.cv-fit-single-page .creative-section,
.cv-document.cv-fit-single-page .friendly-section {
  margin-bottom: 8px !important;
}

.cv-document.cv-fit-single-page .cv-item,
.cv-document.cv-fit-single-page .ats-item,
.cv-document.cv-fit-single-page .creative-item,
.cv-document.cv-fit-single-page .friendly-item {
  margin-bottom: 5px !important;
}

.cv-document.cv-fit-single-page .cv-section-title,
.cv-document.cv-fit-single-page .ats-section-title,
.cv-document.cv-fit-single-page .creative-section-title,
.cv-document.cv-fit-single-page .friendly-section-title {
  margin-bottom: 4px !important;
  padding-bottom: 2px !important;
}

.cv-document.cv-fit-single-page ul {
  margin: 2px 0 !important;
  padding-left: 14px !important;
}

.cv-document.cv-fit-single-page li {
  margin-bottom: 2px !important;
  line-height: 1.3 !important;
}

.cv-document h1, .cv-document h2, .cv-document h3, .cv-document h4 {
  margin: 0;
  padding: 0;
  font-family: inherit;
  color: var(--cv-heading-color, inherit);
}

.cv-document ul {
  padding-left: 18px;
  margin: 4px 0;
}

.cv-document li {
  margin-bottom: 3px;
}

.cv-photo-img {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

/* ATS Header with Photo option */
.ats-header-with-photo {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left !important;
}

.ats-header-with-photo .ats-photo-thumb {
  width: 75px;
  height: 75px;
  object-fit: cover;
  flex-shrink: 0;
}

.ats-header-with-photo .ats-header-content {
  flex: 1;
}

/* Photo Shape Variations */
.photo-shape-circle {
  border-radius: 50% !important;
}

.photo-shape-rounded {
  border-radius: 10px !important;
}

.photo-shape-square {
  border-radius: 2px !important;
}

.photo-shape-squircle {
  border-radius: 22% !important;
}

/* Photo Border Variations */
.photo-border-none {
  border: none !important;
  box-shadow: none !important;
}

.photo-border-thin {
  border: 2px solid var(--cv-accent-color, #2563EB) !important;
}

.photo-border-thick {
  border: 3.5px solid var(--cv-accent-color, #2563EB) !important;
}

.photo-border-double {
  border: 2px solid var(--cv-accent-color, #2563EB) !important;
  outline: 2px solid rgba(37, 99, 235, 0.3) !important;
  outline-offset: 2px !important;
}

/* QR Code Block (Clean Standalone Image on Top-Right Header) */
.cv-qr-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
}

.cv-qr-wrapper.cv-qr-header-right {
  margin-left: auto;
  align-self: flex-start;
}

.cv-qr-img {
  width: 48px;
  height: 48px;
  border-radius: 3px;
  display: block;
  background: #FFF;
}

/* Hard Skills with Explanation & Level */
.cv-skill-item {
  margin-bottom: 7px;
}

.cv-skill-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 0.95em;
  color: var(--cv-heading-color, #111827);
}

.cv-skill-badge {
  font-size: 0.75em;
  font-weight: 600;
  padding: 1px 6px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.06);
  color: var(--cv-text-color, #374151);
}

.cv-skill-desc {
  font-size: 0.85em;
  color: var(--cv-text-color, #4B5563);
  margin-top: 2px;
  line-height: 1.35;
}

/* Soft Skills with Explanation */
.cv-soft-skill-item {
  margin-bottom: 7px;
}

.cv-soft-skill-name {
  font-weight: 700;
  font-size: 0.95em;
  color: var(--cv-heading-color, #111827);
  display: flex;
  align-items: center;
  gap: 5px;
}

.cv-soft-skill-desc {
  font-size: 0.85em;
  color: var(--cv-text-color, #4B5563);
  margin-top: 2px;
  line-height: 1.35;
  padding-left: 10px;
  border-left: 2px solid var(--cv-accent-color, #2563EB);
}

/* Certifications & Trainings */
.cv-cert-item {
  margin-bottom: 9px;
}

.cv-cert-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-weight: 700;
  font-size: 0.95em;
  color: var(--cv-heading-color, #111827);
}

.cv-cert-issuer {
  font-size: 0.85em;
  color: var(--cv-accent-color, var(--primary-color, #2563EB));
  font-weight: 600;
  margin-bottom: 2px;
}

.cv-cert-desc {
  font-size: 0.85em;
  color: var(--cv-text-color, #374151);
  line-height: 1.35;
}

/* Hobbies & Interests */
.cv-hobbies-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-top: 4px;
}

.cv-hobby-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 8px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  font-size: 0.85em;
  color: var(--cv-text-color, #374151);
  font-weight: 500;
}

/* ==========================================================================
   CATEGORY 1: ATS PROFESSIONAL (1 Kolom, Tanpa Foto)
   ========================================================================== */

/* 1.1 ATS Classic (#1A1A2E) */
.cv-template-ats-classic {
  padding: 24mm 20mm;
}
.cv-template-ats-classic .ats-header {
  text-align: center;
  border-bottom: 2px solid #1A1A2E;
  padding-bottom: 14px;
  margin-bottom: 18px;
}
.cv-template-ats-classic .ats-name {
  font-size: 24px;
  font-weight: 800;
  color: #1A1A2E;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.cv-template-ats-classic .ats-title {
  font-size: 14px;
  font-weight: 600;
  color: #4B5563;
  margin-top: 2px;
}
.cv-template-ats-classic .ats-contact-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 11.5px;
  color: #4B5563;
  margin-top: 8px;
}
.cv-template-ats-classic .ats-section {
  margin-bottom: 16px;
}
.cv-template-ats-classic .ats-section-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #1A1A2E;
  text-transform: uppercase;
  border-bottom: 1px solid #1A1A2E;
  padding-bottom: 3px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.cv-template-ats-classic .item-header {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  color: #111827;
}
.cv-template-ats-classic .item-sub {
  display: flex;
  justify-content: space-between;
  font-style: italic;
  color: #4B5563;
  font-size: 12px;
  margin-bottom: 4px;
}
.cv-template-ats-classic .item-desc {
  font-size: 12px;
  color: #374151;
  margin-bottom: 10px;
}

/* 1.2 ATS Modern (#2563EB) */
.cv-template-ats-modern {
  padding: 22mm 18mm;
}
.cv-template-ats-modern .ats-header {
  margin-bottom: 18px;
}
.cv-template-ats-modern .ats-name {
  font-size: 26px;
  font-weight: 800;
  color: #2563EB;
  letter-spacing: -0.3px;
}
.cv-template-ats-modern .ats-title {
  font-size: 15px;
  font-weight: 600;
  color: #1F2937;
  margin-bottom: 6px;
}
.cv-template-ats-modern .ats-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 12px;
  color: #4B5563;
  padding: 8px 12px;
  background: #EFF6FF;
  border-radius: 6px;
}
.cv-template-ats-modern .ats-section {
  margin-bottom: 16px;
}
.cv-template-ats-modern .ats-section-title {
  font-size: 14px;
  font-weight: 700;
  color: #2563EB;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1.5px solid #2563EB;
  padding-bottom: 4px;
  margin-bottom: 10px;
}
.cv-template-ats-modern .item-header {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  color: #1F2937;
}
.cv-template-ats-modern .item-sub {
  display: flex;
  justify-content: space-between;
  color: #2563EB;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 4px;
}
.cv-template-ats-modern .item-desc {
  font-size: 12px;
  color: #4B5563;
  margin-bottom: 10px;
}

/* 1.3 ATS Minimal (#6B7280) */
.cv-template-ats-minimal {
  padding: 24mm 20mm;
}
.cv-template-ats-minimal .ats-header {
  margin-bottom: 18px;
}
.cv-template-ats-minimal .ats-name {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  letter-spacing: 0.5px;
}
.cv-template-ats-minimal .ats-title {
  font-size: 13.5px;
  color: #6B7280;
  margin-bottom: 6px;
  font-weight: 500;
}
.cv-template-ats-minimal .ats-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 11.5px;
  color: #6B7280;
  border-top: 1px solid #E5E7EB;
  padding-top: 8px;
}
.cv-template-ats-minimal .ats-section {
  margin-bottom: 16px;
}
.cv-template-ats-minimal .ats-section-title {
  font-size: 13px;
  font-weight: 700;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  padding-bottom: 2px;
  border-bottom: 1px solid #E5E7EB;
}
.cv-template-ats-minimal .item-header {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  color: #111827;
}
.cv-template-ats-minimal .item-sub {
  display: flex;
  justify-content: space-between;
  color: #6B7280;
  font-size: 11.5px;
  margin-bottom: 4px;
}
.cv-template-ats-minimal .item-desc {
  font-size: 11.5px;
  color: #4B5563;
  margin-bottom: 8px;
}

/* 1.4 ATS Professional (#0F172A) */
.cv-template-ats-professional {
  padding: 22mm 18mm;
}
.cv-template-ats-professional .ats-header {
  border-left: 4px solid #0F172A;
  padding-left: 14px;
  margin-bottom: 18px;
}
.cv-template-ats-professional .ats-name {
  font-size: 25px;
  font-weight: 800;
  color: #0F172A;
}
.cv-template-ats-professional .ats-title {
  font-size: 14px;
  font-weight: 600;
  color: #334155;
}
.cv-template-ats-professional .ats-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 11.5px;
  color: #64748B;
  margin-top: 6px;
}
.cv-template-ats-professional .ats-section {
  margin-bottom: 15px;
}
.cv-template-ats-professional .ats-section-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #0F172A;
  text-transform: uppercase;
  background: #F1F5F9;
  padding: 4px 10px;
  border-left: 3px solid #0F172A;
  margin-bottom: 10px;
}
.cv-template-ats-professional .item-header {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  color: #0F172A;
}
.cv-template-ats-professional .item-sub {
  display: flex;
  justify-content: space-between;
  color: #475569;
  font-size: 12px;
  margin-bottom: 4px;
}
.cv-template-ats-professional .item-desc {
  font-size: 12px;
  color: #334155;
  margin-bottom: 10px;
}

/* 1.5 ATS Executive (#1E293B) */
.cv-template-ats-executive {
  padding: 22mm 18mm;
}
.cv-template-ats-executive .ats-header {
  text-align: center;
  margin-bottom: 20px;
}
.cv-template-ats-executive .ats-name {
  font-size: 26px;
  font-weight: 800;
  color: #1E293B;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.cv-template-ats-executive .ats-title {
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  letter-spacing: 0.5px;
  margin-top: 2px;
  margin-bottom: 8px;
}
.cv-template-ats-executive .ats-contact-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 12px;
  color: #475569;
  border-top: 1px solid #CBD5E1;
  border-bottom: 1px solid #CBD5E1;
  padding: 6px 0;
}
.cv-template-ats-executive .ats-section {
  margin-bottom: 16px;
}
.cv-template-ats-executive .ats-section-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #1E293B;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border-bottom: 2px solid #1E293B;
  padding-bottom: 3px;
  margin-bottom: 10px;
}
.cv-template-ats-executive .item-header {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  color: #1E293B;
}
.cv-template-ats-executive .item-sub {
  display: flex;
  justify-content: space-between;
  font-style: italic;
  color: #475569;
  font-size: 12px;
  margin-bottom: 4px;
}
.cv-template-ats-executive .item-desc {
  font-size: 12px;
  color: #334155;
  margin-bottom: 10px;
}

/* ==========================================================================
   CATEGORY 2: CREATIVE PROFESSIONAL (2 Kolom, Ada Foto)
   ========================================================================== */

/* 2.1 Creative Bold (#2563EB + #F59E0B) */
.cv-template-creative-bold {
  display: grid;
  grid-template-columns: 70mm 140mm;
  min-height: 297mm;
}
.cv-template-creative-bold .cv-sidebar {
  background: #1E293B;
  color: #F8FAFC;
  padding: 20mm 6mm 20mm 10mm;
}
.cv-template-creative-bold .cv-sidebar .cv-photo-img {
  border: 4px solid #F59E0B;
  margin: 0 auto 16px auto;
}
.cv-template-creative-bold .cv-sidebar h3 {
  font-size: 12.5px;
  font-weight: 700;
  color: #F59E0B;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(245, 158, 11, 0.4);
  padding-bottom: 4px;
  margin-top: 18px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.cv-template-creative-bold .cv-sidebar .contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #CBD5E1;
  margin-bottom: 8px;
  word-break: break-word;
}
.cv-template-creative-bold .cv-sidebar .contact-item i {
  color: #F59E0B;
  width: 14px;
}
.cv-template-creative-bold .cv-main {
  padding: 18mm 12mm 18mm 10mm;
}
.cv-template-creative-bold .cv-header {
  border-bottom: 3px solid #2563EB;
  padding-bottom: 14px;
  margin-bottom: 18px;
}
.cv-template-creative-bold .cv-name {
  font-size: 26px;
  font-weight: 800;
  color: #1E293B;
  text-transform: uppercase;
}
.cv-template-creative-bold .cv-name span {
  color: #2563EB;
}
.cv-template-creative-bold .cv-title {
  font-size: 14px;
  font-weight: 700;
  color: #F59E0B;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cv-template-creative-bold .cv-section-title {
  font-size: 14px;
  font-weight: 700;
  color: #2563EB;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E2E8F0;
  padding-bottom: 4px;
}
.cv-template-creative-bold .item-header {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  color: #1E293B;
}
.cv-template-creative-bold .item-sub {
  display: flex;
  justify-content: space-between;
  color: #2563EB;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 4px;
}

/* 2.2 Creative Elegant (#7C3AED) */
.cv-template-creative-elegant {
  display: grid;
  grid-template-columns: 68mm 142mm;
  min-height: 297mm;
}
.cv-template-creative-elegant .cv-sidebar {
  background: #FAF5FF;
  border-right: 1px solid #E9D5FF;
  padding: 20mm 8mm;
}
.cv-template-creative-elegant .cv-sidebar .cv-photo-img {
  border: 3px solid #7C3AED;
  margin: 0 auto 16px auto;
  box-shadow: 0 4px 10px rgba(124, 58, 237, 0.2);
}
.cv-template-creative-elegant .cv-sidebar h3 {
  font-size: 12px;
  font-weight: 700;
  color: #7C3AED;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  border-bottom: 1.5px solid #7C3AED;
  padding-bottom: 3px;
}
.cv-template-creative-elegant .cv-sidebar .contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #4C1D95;
  margin-bottom: 8px;
}
.cv-template-creative-elegant .cv-sidebar .contact-item i {
  color: #7C3AED;
}
.cv-template-creative-elegant .cv-main {
  padding: 18mm 12mm 18mm 10mm;
}
.cv-template-creative-elegant .cv-header {
  margin-bottom: 18px;
}
.cv-template-creative-elegant .cv-name {
  font-size: 26px;
  font-weight: 800;
  color: #4C1D95;
}
.cv-template-creative-elegant .cv-title {
  font-size: 14px;
  font-weight: 600;
  color: #7C3AED;
}
.cv-template-creative-elegant .cv-section-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #6D28D9;
  text-transform: uppercase;
  border-bottom: 1.5px solid #DDD6FE;
  padding-bottom: 4px;
  margin-top: 14px;
  margin-bottom: 10px;
}

/* 2.3 Creative Modern (#0891B2) */
.cv-template-creative-modern {
  display: grid;
  grid-template-columns: 72mm 138mm;
  min-height: 297mm;
}
.cv-template-creative-modern .cv-sidebar {
  background: #0891B2;
  color: #FFFFFF;
  padding: 20mm 8mm;
}
.cv-template-creative-modern .cv-sidebar .cv-photo-img {
  border: 4px solid #FFFFFF;
  margin: 0 auto 16px auto;
}
.cv-template-creative-modern .cv-sidebar h3 {
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 4px;
  margin-top: 16px;
  margin-bottom: 8px;
}
.cv-template-creative-modern .cv-sidebar .contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #E0F2FE;
  margin-bottom: 8px;
}
.cv-template-creative-modern .cv-main {
  padding: 18mm 12mm 18mm 10mm;
}
.cv-template-creative-modern .cv-name {
  font-size: 26px;
  font-weight: 800;
  color: #164E63;
}
.cv-template-creative-modern .cv-title {
  font-size: 14px;
  font-weight: 600;
  color: #0891B2;
  margin-bottom: 12px;
}
.cv-template-creative-modern .cv-section-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #0891B2;
  text-transform: uppercase;
  border-bottom: 2px solid #0891B2;
  padding-bottom: 3px;
  margin-top: 14px;
  margin-bottom: 10px;
}

/* 2.4 Creative Artistic (#EC4899) */
.cv-template-creative-artistic {
  display: grid;
  grid-template-columns: 70mm 140mm;
  min-height: 297mm;
}
.cv-template-creative-artistic .cv-sidebar {
  background: #831843;
  color: #FDF2F8;
  padding: 20mm 8mm;
}
.cv-template-creative-artistic .cv-sidebar .cv-photo-img {
  border: 3px solid #EC4899;
  margin: 0 auto 16px auto;
}
.cv-template-creative-artistic .cv-sidebar h3 {
  font-size: 12px;
  font-weight: 700;
  color: #F472B6;
  text-transform: uppercase;
  border-bottom: 1px solid #EC4899;
  padding-bottom: 4px;
  margin-top: 16px;
  margin-bottom: 8px;
}
.cv-template-creative-artistic .cv-sidebar .contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #FBCFE8;
  margin-bottom: 8px;
}
.cv-template-creative-artistic .cv-main {
  padding: 18mm 12mm 18mm 10mm;
}
.cv-template-creative-artistic .cv-name {
  font-size: 26px;
  font-weight: 800;
  color: #831843;
}
.cv-template-creative-artistic .cv-title {
  font-size: 14px;
  font-weight: 600;
  color: #DB2777;
  margin-bottom: 12px;
}
.cv-template-creative-artistic .cv-section-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #DB2777;
  text-transform: uppercase;
  border-bottom: 1.5px solid #FBCFE8;
  padding-bottom: 4px;
  margin-top: 14px;
  margin-bottom: 10px;
}

/* 2.5 Creative Minimal (#6B7280) */
.cv-template-creative-minimal {
  display: grid;
  grid-template-columns: 65mm 145mm;
  min-height: 297mm;
}
.cv-template-creative-minimal .cv-sidebar {
  background: #F3F4F6;
  border-right: 1px solid #E5E7EB;
  padding: 20mm 8mm;
}
.cv-template-creative-minimal .cv-sidebar .cv-photo-img {
  border: 2px solid #9CA3AF;
  margin: 0 auto 16px auto;
}
.cv-template-creative-minimal .cv-sidebar h3 {
  font-size: 12px;
  font-weight: 700;
  color: #374151;
  text-transform: uppercase;
  border-bottom: 1px solid #D1D5DB;
  padding-bottom: 3px;
  margin-top: 16px;
  margin-bottom: 8px;
}
.cv-template-creative-minimal .cv-sidebar .contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #4B5563;
  margin-bottom: 8px;
}
.cv-template-creative-minimal .cv-main {
  padding: 18mm 12mm 18mm 10mm;
}
.cv-template-creative-minimal .cv-name {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
}
.cv-template-creative-minimal .cv-title {
  font-size: 14px;
  font-weight: 500;
  color: #6B7280;
  margin-bottom: 12px;
}
.cv-template-creative-minimal .cv-section-title {
  font-size: 13px;
  font-weight: 700;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #E5E7EB;
  padding-bottom: 3px;
  margin-top: 14px;
  margin-bottom: 10px;
}

/* ==========================================================================
   CATEGORY 3: ATS FRIENDLY (2 Kolom, Ada Foto)
   ========================================================================== */

/* 3.1 Friendly Blue (#2563EB) */
.cv-template-friendly-blue {
  padding: 18mm;
}
.cv-template-friendly-blue .top-header {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 2px solid #2563EB;
  padding-bottom: 16px;
  margin-bottom: 18px;
}
.cv-template-friendly-blue .cv-name {
  font-size: 26px;
  font-weight: 800;
  color: #2563EB;
}
.cv-template-friendly-blue .cv-title {
  font-size: 14px;
  font-weight: 600;
  color: #1E293B;
  margin-bottom: 6px;
}
.cv-template-friendly-blue .ats-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 11.5px;
  color: #4B5563;
}
.cv-template-friendly-blue .friendly-grid {
  display: grid;
  grid-template-columns: 110mm 64mm;
  gap: 16px;
}
.cv-template-friendly-blue .cv-section-title {
  font-size: 13px;
  font-weight: 700;
  color: #2563EB;
  text-transform: uppercase;
  border-bottom: 1px solid #BFDBFE;
  padding-bottom: 3px;
  margin-top: 10px;
  margin-bottom: 8px;
}

/* 3.2 Friendly Green (#059669) */
.cv-template-friendly-green {
  padding: 18mm;
}
.cv-template-friendly-green .top-header {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 2px solid #059669;
  padding-bottom: 16px;
  margin-bottom: 18px;
}
.cv-template-friendly-green .cv-name {
  font-size: 26px;
  font-weight: 800;
  color: #059669;
}
.cv-template-friendly-green .cv-title {
  font-size: 14px;
  font-weight: 600;
  color: #064E3B;
  margin-bottom: 6px;
}
.cv-template-friendly-green .ats-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 11.5px;
  color: #065F46;
}
.cv-template-friendly-green .friendly-grid {
  display: grid;
  grid-template-columns: 110mm 64mm;
  gap: 16px;
}
.cv-template-friendly-green .cv-section-title {
  font-size: 13px;
  font-weight: 700;
  color: #059669;
  text-transform: uppercase;
  border-bottom: 1px solid #A7F3D0;
  padding-bottom: 3px;
  margin-top: 10px;
  margin-bottom: 8px;
}

/* 3.3 Friendly Navy (#1E293B) */
.cv-template-friendly-navy {
  padding: 18mm;
}
.cv-template-friendly-navy .top-header {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 2px solid #1E293B;
  padding-bottom: 16px;
  margin-bottom: 18px;
}
.cv-template-friendly-navy .cv-name {
  font-size: 26px;
  font-weight: 800;
  color: #1E293B;
}
.cv-template-friendly-navy .cv-title {
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 6px;
}
.cv-template-friendly-navy .ats-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 11.5px;
  color: #475569;
}
.cv-template-friendly-navy .friendly-grid {
  display: grid;
  grid-template-columns: 110mm 64mm;
  gap: 16px;
}
.cv-template-friendly-navy .cv-section-title {
  font-size: 13px;
  font-weight: 700;
  color: #1E293B;
  text-transform: uppercase;
  border-bottom: 1px solid #CBD5E1;
  padding-bottom: 3px;
  margin-top: 10px;
  margin-bottom: 8px;
}

/* 3.4 Friendly Soft (#6B7280) */
.cv-template-friendly-soft {
  padding: 18mm;
}
.cv-template-friendly-soft .top-header {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 2px solid #6B7280;
  padding-bottom: 16px;
  margin-bottom: 18px;
}
.cv-template-friendly-soft .cv-name {
  font-size: 25px;
  font-weight: 700;
  color: #1F2937;
}
.cv-template-friendly-soft .cv-title {
  font-size: 14px;
  font-weight: 500;
  color: #6B7280;
  margin-bottom: 6px;
}
.cv-template-friendly-soft .ats-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 11.5px;
  color: #4B5563;
}
.cv-template-friendly-soft .friendly-grid {
  display: grid;
  grid-template-columns: 110mm 64mm;
  gap: 16px;
}
.cv-template-friendly-soft .cv-section-title {
  font-size: 13px;
  font-weight: 700;
  color: #374151;
  text-transform: uppercase;
  border-bottom: 1px solid #E5E7EB;
  padding-bottom: 3px;
  margin-top: 10px;
  margin-bottom: 8px;
}

/* 3.5 Friendly Warm (#D97706) */
.cv-template-friendly-warm {
  padding: 18mm;
}
.cv-template-friendly-warm .top-header {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 2px solid #D97706;
  padding-bottom: 16px;
  margin-bottom: 18px;
}
.cv-template-friendly-warm .cv-name {
  font-size: 26px;
  font-weight: 800;
  color: #B45309;
}
.cv-template-friendly-warm .cv-title {
  font-size: 14px;
  font-weight: 600;
  color: #78350F;
  margin-bottom: 6px;
}
.cv-template-friendly-warm .ats-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 11.5px;
  color: #92400E;
}
.cv-template-friendly-warm .friendly-grid {
  display: grid;
  grid-template-columns: 110mm 64mm;
  gap: 16px;
}
.cv-template-friendly-warm .cv-section-title {
  font-size: 13px;
  font-weight: 700;
  color: #B45309;
  text-transform: uppercase;
  border-bottom: 1px solid #FDE68A;
  padding-bottom: 3px;
  margin-top: 10px;
  margin-bottom: 8px;
}

/* Shared Skills Tags & Badges */
.skill-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}
.skill-pill {
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 4px;
  background: #F3F4F6;
  color: #1F2937;
  font-weight: 500;
}
.skill-pill-dark {
  background: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
}
