/* ============================================================
   BARCA PRODUCTION — Resume Template Preview Components
   Realistic miniaturized resume layouts for product cards
   ============================================================ */

/* ---- BASE PREVIEW WRAPPER ---- */
.rp {
  width: 100%;
  height: 100%;
  font-family: 'Inter', Arial, sans-serif;
  background: #FFFFFF;
  display: flex;
  overflow: hidden;
  position: relative;
}

/* ===================================================
   TEMPLATE 1: CORPORATE EXECUTIVE (Light)
   Navy left accent bar, clean two-column header
=================================================== */
.rp--corporate {
  flex-direction: column;
  padding: 18px 16px 12px;
  background: #FFFFFF;
  border-left: 4px solid #1E2D5A;
}
.rp--corporate .rp__name {
  font-size: 11px; font-weight: 700; color: #1E2D5A;
  letter-spacing: 0.05em; margin-bottom: 2px;
  text-transform: uppercase;
}
.rp--corporate .rp__title {
  font-size: 7.5px; color: #B8892A; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 5px;
}
.rp--corporate .rp__contact {
  display: flex; gap: 8px; margin-bottom: 7px;
}
.rp--corporate .rp__contact span {
  font-size: 5.5px; color: #6B6967;
}
.rp--corporate .rp__divider {
  height: 1px; background: #1E2D5A; margin-bottom: 6px; opacity: 0.2;
}
.rp--corporate .rp__section {
  margin-bottom: 6px;
}
.rp--corporate .rp__section-title {
  font-size: 6.5px; font-weight: 700; color: #1E2D5A;
  letter-spacing: 0.1em; text-transform: uppercase;
  border-bottom: 1px solid #1E2D5A; padding-bottom: 2px; margin-bottom: 3px;
}
.rp--corporate .rp__body { font-size: 5.5px; color: #4A4845; line-height: 1.6; }
.rp--corporate .rp__bullet {
  display: flex; align-items: flex-start; gap: 3px;
  font-size: 5.5px; color: #4A4845; line-height: 1.5; margin-bottom: 1px;
}
.rp--corporate .rp__bullet::before {
  content: '▪'; color: #B8892A; flex-shrink: 0; font-size: 5px; margin-top: 0.5px;
}
.rp--corporate .rp__skills {
  display: flex; flex-wrap: wrap; gap: 3px; margin-top: 2px;
}
.rp--corporate .rp__skill {
  font-size: 5px; background: #EEF2FA; color: #1E2D5A;
  padding: 1.5px 5px; border-radius: 10px; font-weight: 600;
}

/* ===================================================
   TEMPLATE 2: TECH DARK (Dark navy)
   Code-inspired, skills tags, GitHub-style layout
=================================================== */
.rp--tech-dark {
  flex-direction: column;
  padding: 16px 15px 12px;
  background: #0F1929;
}
.rp--tech-dark .rp__name {
  font-size: 11px; font-weight: 700; color: #FFFFFF;
  letter-spacing: 0.03em; margin-bottom: 2px;
}
.rp--tech-dark .rp__title {
  font-size: 7px; color: #4A9EFF; font-weight: 500;
  margin-bottom: 4px;
}
.rp--tech-dark .rp__contact {
  display: flex; gap: 6px; margin-bottom: 7px; flex-wrap: wrap;
}
.rp--tech-dark .rp__contact span {
  font-size: 5px; color: rgba(255,255,255,.45);
}
.rp--tech-dark .rp__divider {
  height: 1px; background: rgba(255,255,255,.1); margin-bottom: 6px;
}
.rp--tech-dark .rp__section { margin-bottom: 6px; }
.rp--tech-dark .rp__section-title {
  font-size: 6px; font-weight: 700; color: #4A9EFF;
  letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 3px;
}
.rp--tech-dark .rp__body { font-size: 5px; color: rgba(255,255,255,.55); line-height: 1.6; }
.rp--tech-dark .rp__bullet {
  display: flex; align-items: flex-start; gap: 3px;
  font-size: 5px; color: rgba(255,255,255,.6); line-height: 1.5; margin-bottom: 1px;
}
.rp--tech-dark .rp__bullet::before {
  content: '→'; color: #4A9EFF; flex-shrink: 0; font-size: 5px;
}
.rp--tech-dark .rp__skills {
  display: flex; flex-wrap: wrap; gap: 2px; margin-top: 2px;
}
.rp--tech-dark .rp__skill {
  font-size: 4.5px; background: rgba(74,158,255,.15); color: #4A9EFF;
  padding: 1.5px 4px; border-radius: 3px; font-weight: 600;
  border: 1px solid rgba(74,158,255,.25);
}

/* ===================================================
   TEMPLATE 3: HEALTHCARE TEAL (Clean clinical)
   Trustworthy teal accent, certification badges
=================================================== */
.rp--healthcare {
  flex-direction: column;
  padding: 16px 15px 12px;
  background: #FFFFFF;
}
.rp--healthcare .rp__header {
  background: #1B5C5C; padding: 10px 12px; margin: -16px -15px 8px;
  display: flex; flex-direction: column;
}
.rp--healthcare .rp__name {
  font-size: 11px; font-weight: 700; color: #FFFFFF;
  letter-spacing: 0.04em; margin-bottom: 2px;
}
.rp--healthcare .rp__title {
  font-size: 7px; color: rgba(255,255,255,.7); font-weight: 400;
  margin-bottom: 4px;
}
.rp--healthcare .rp__certs {
  display: flex; gap: 4px;
}
.rp--healthcare .rp__cert {
  font-size: 5px; background: rgba(255,255,255,.2); color: #FFFFFF;
  padding: 1.5px 5px; border-radius: 10px; font-weight: 600;
}
.rp--healthcare .rp__section { margin-bottom: 6px; }
.rp--healthcare .rp__section-title {
  font-size: 6.5px; font-weight: 700; color: #1B5C5C;
  text-transform: uppercase; letter-spacing: 0.1em;
  border-bottom: 1.5px solid #1B5C5C; padding-bottom: 2px; margin-bottom: 3px;
}
.rp--healthcare .rp__body { font-size: 5px; color: #4A4845; line-height: 1.6; }
.rp--healthcare .rp__bullet {
  display: flex; align-items: flex-start; gap: 3px;
  font-size: 5px; color: #4A4845; line-height: 1.5; margin-bottom: 1.5px;
}
.rp--healthcare .rp__bullet::before {
  content: '◆'; color: #1B5C5C; flex-shrink: 0; font-size: 4px; margin-top: 1px;
}
.rp--healthcare .rp__skills {
  display: flex; flex-wrap: wrap; gap: 2px;
}
.rp--healthcare .rp__skill {
  font-size: 4.5px; background: #EAF5F5; color: #1B5C5C;
  padding: 1.5px 5px; border-radius: 10px; font-weight: 600;
}

/* ===================================================
   TEMPLATE 4: CREATIVE SPLIT (Two-column with sidebar)
   Purple accent sidebar, portfolio-forward
=================================================== */
.rp--creative {
  flex-direction: row;
  background: #FFFFFF;
}
.rp--creative .rp__sidebar {
  width: 34%; background: #2A1A4A;
  padding: 16px 8px 12px;
  display: flex; flex-direction: column; gap: 7px;
  flex-shrink: 0;
}
.rp--creative .rp__avatar {
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(255,255,255,.15); margin: 0 auto 4px;
  border: 2px solid rgba(200,155,255,.4);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; color: rgba(255,255,255,.6);
}
.rp--creative .rp__sidebar-name {
  font-size: 7.5px; font-weight: 700; color: #FFFFFF;
  text-align: center; margin-bottom: 1px; line-height: 1.3;
}
.rp--creative .rp__sidebar-title {
  font-size: 5.5px; color: #C89BFF; text-align: center; margin-bottom: 3px;
}
.rp--creative .rp__sidebar-section-title {
  font-size: 5.5px; font-weight: 700; color: rgba(255,255,255,.5);
  text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 3px;
}
.rp--creative .rp__sidebar-skill {
  font-size: 5px; color: rgba(255,255,255,.65); margin-bottom: 2px;
  display: flex; align-items: center; gap: 3px;
}
.rp--creative .rp__skill-bar {
  flex: 1; height: 2px; background: rgba(255,255,255,.1); border-radius: 1px; overflow: hidden;
}
.rp--creative .rp__skill-fill {
  height: 100%; background: #C89BFF; border-radius: 1px;
}
.rp--creative .rp__contact-item {
  font-size: 4.5px; color: rgba(255,255,255,.45); margin-bottom: 1.5px;
}
.rp--creative .rp__main {
  flex: 1; padding: 14px 11px 10px;
}
.rp--creative .rp__section { margin-bottom: 7px; }
.rp--creative .rp__section-title {
  font-size: 6.5px; font-weight: 700; color: #2A1A4A;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding-bottom: 2px; margin-bottom: 3px;
  border-bottom: 1.5px solid #C89BFF;
}
.rp--creative .rp__job-title {
  font-size: 6px; font-weight: 700; color: #2A1A4A; margin-bottom: 0.5px;
}
.rp--creative .rp__job-meta {
  font-size: 5px; color: #8A6A9A; margin-bottom: 2px;
}
.rp--creative .rp__bullet {
  display: flex; align-items: flex-start; gap: 2px;
  font-size: 5px; color: #5A5058; line-height: 1.5; margin-bottom: 1px;
}
.rp--creative .rp__bullet::before {
  content: '▸'; color: #C89BFF; flex-shrink: 0;
}

/* ===================================================
   TEMPLATE 5: MODERN EXECUTIVE (Gold bar top, minimal)
   Premium single column, gold rule, white space
=================================================== */
.rp--executive {
  flex-direction: column;
  padding: 0;
  background: #FFFFFF;
}
.rp--executive .rp__topbar {
  height: 5px; background: linear-gradient(90deg, #1E2D5A, #B8892A);
}
.rp--executive .rp__inner {
  padding: 14px 15px 10px;
  display: flex; flex-direction: column;
}
.rp--executive .rp__name {
  font-size: 13px; font-weight: 300; color: #1E2D5A;
  letter-spacing: 0.08em; text-transform: uppercase;
  border-bottom: 0.5px solid #B8892A; padding-bottom: 3px; margin-bottom: 2px;
}
.rp--executive .rp__title {
  font-size: 7px; color: #B8892A; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 4px;
}
.rp--executive .rp__contact {
  display: flex; gap: 8px; margin-bottom: 7px;
}
.rp--executive .rp__contact span { font-size: 5px; color: #7A7875; }
.rp--executive .rp__section { margin-bottom: 7px; }
.rp--executive .rp__section-title {
  font-size: 6px; font-weight: 700; color: #1E2D5A;
  letter-spacing: 0.15em; text-transform: uppercase;
  margin-bottom: 4px; padding-left: 5px;
  border-left: 2px solid #B8892A;
}
.rp--executive .rp__body { font-size: 5px; color: #4A4845; line-height: 1.7; }
.rp--executive .rp__job-title { font-size: 6px; font-weight: 700; color: #1E2D5A; }
.rp--executive .rp__job-meta { font-size: 5px; color: #B8892A; margin-bottom: 2px; }
.rp--executive .rp__bullet {
  display: flex; align-items: flex-start; gap: 3px;
  font-size: 5px; color: #4A4845; line-height: 1.5; margin-bottom: 1px;
}
.rp--executive .rp__bullet::before {
  content: '—'; color: #B8892A; flex-shrink: 0; font-size: 5px;
}

/* ===================================================
   TEMPLATE 6: REAL ESTATE LUXURY (Warm gold, luxury feel)
=================================================== */
.rp--realestate {
  flex-direction: column;
  background: #FFFCF5;
  padding: 0;
}
.rp--realestate .rp__header {
  background: linear-gradient(135deg, #2A1F0A 0%, #4A3515 100%);
  padding: 14px 14px 10px;
}
.rp--realestate .rp__name {
  font-size: 11px; font-weight: 700; color: #F5E6C8;
  letter-spacing: 0.05em; margin-bottom: 2px;
}
.rp--realestate .rp__title {
  font-size: 6.5px; color: #D4A843; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 5px;
}
.rp--realestate .rp__contact {
  display: flex; gap: 8px;
}
.rp--realestate .rp__contact span { font-size: 5px; color: rgba(245,230,200,.6); }
.rp--realestate .rp__body-area { padding: 10px 14px; }
.rp--realestate .rp__section { margin-bottom: 6px; }
.rp--realestate .rp__section-title {
  font-size: 6px; font-weight: 700; color: #2A1F0A;
  letter-spacing: 0.12em; text-transform: uppercase;
  border-bottom: 1px solid #D4A843; padding-bottom: 2px; margin-bottom: 3px;
}
.rp--realestate .rp__body { font-size: 5px; color: #4A4030; line-height: 1.6; }
.rp--realestate .rp__bullet {
  display: flex; align-items: flex-start; gap: 3px;
  font-size: 5px; color: #4A4030; line-height: 1.5; margin-bottom: 1px;
}
.rp--realestate .rp__bullet::before {
  content: '◆'; color: #D4A843; flex-shrink: 0; font-size: 4px; margin-top: 1px;
}
.rp--realestate .rp__skills {
  display: flex; flex-wrap: wrap; gap: 2px;
}
.rp--realestate .rp__skill {
  font-size: 4.5px; background: #F5E6C8; color: #2A1F0A;
  padding: 1.5px 5px; border-radius: 10px; font-weight: 600;
}

/* ---- PREVIEW SHADOW OVERLAY (paper feel) ---- */
.rp::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 0.5px rgba(0,0,0,.07);
}

/* ---- PRODUCT CARD PREVIEW OVERRIDE ---- */
.product-card__preview {
  position: relative;
  height: 240px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  background: var(--bg-2);
}
.product-card__preview .rp {
  transform: scale(0.9);
  transform-origin: top center;
  height: 111%;
  box-shadow: 0 4px 24px rgba(0,0,0,.12);
  border-radius: 4px;
}
/* Side-by-side two-preview layout */
.preview-pair {
  display: flex;
  gap: 10px;
  padding: 18px 16px 0;
  width: 100%;
  align-items: flex-start;
}
.preview-pair .rp {
  flex: 1;
  height: 200px;
  border-radius: 6px;
  box-shadow: 0 6px 24px rgba(0,0,0,.10);
}
.preview-pair .rp:last-child {
  transform: translateY(8px);
  box-shadow: 0 8px 28px rgba(0,0,0,.14);
}

/* ===================================================
   POWERPOINT / SLIDE TEMPLATES
   Landscape 16:9 mini slide designs
=================================================== */
.rp--slide {
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.rp--slide .rs__accent-bar {
  height: 4px;
  width: 100%;
  flex-shrink: 0;
}
.rp--slide .rs__header {
  padding: 11px 14px 6px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.rp--slide .rs__tag {
  font-size: 5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 3px;
  opacity: 0.55;
}
.rp--slide .rs__title {
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2px;
}
.rp--slide .rs__sub {
  font-size: 5.5px;
  opacity: 0.6;
  line-height: 1.4;
}
.rp--slide .rs__content {
  display: flex;
  gap: 10px;
  padding: 2px 14px 10px;
  flex: 1;
  align-items: flex-end;
  min-height: 0;
}
.rp--slide .rs__chart {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  flex: 1;
  height: 44px;
}
.rp--slide .rs__bar {
  flex: 1;
  border-radius: 2px 2px 0 0;
  opacity: 0.75;
  transition: none;
}
.rp--slide .rs__bullets {
  flex: 1.1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 4px;
}
.rp--slide .rs__bullet {
  font-size: 5px;
  padding: 3.5px 6px;
  border-radius: 3px;
  opacity: 0.85;
}
.rp--slide .rs__logo {
  position: absolute;
  bottom: 9px;
  right: 12px;
  font-size: 4.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  opacity: 0.3;
  text-transform: uppercase;
}
/* Slide deck geometry shapes */
.rp--slide .rs__shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
  pointer-events: none;
}

/* ---- COLOR THEMES ---- */
.rp--slide-navy  { background: #1E2D5A; color: #fff; }
.rp--slide-navy  .rs__accent-bar  { background: #D4A843; }
.rp--slide-navy  .rs__bar         { background: #4A9EFF; }
.rp--slide-navy  .rs__bullet      { background: rgba(255,255,255,.08); }

.rp--slide-green { background: #1A4A2E; color: #fff; }
.rp--slide-green .rs__accent-bar  { background: #4AE883; }
.rp--slide-green .rs__bar         { background: #4AE883; }
.rp--slide-green .rs__bullet      { background: rgba(255,255,255,.08); }

.rp--slide-purple{ background: #2A1A4A; color: #fff; }
.rp--slide-purple .rs__accent-bar { background: #C89BFF; }
.rp--slide-purple .rs__bar        { background: #C89BFF; }
.rp--slide-purple .rs__bullet     { background: rgba(255,255,255,.08); }

.rp--slide-blue  { background: #0D2744; color: #fff; }
.rp--slide-blue  .rs__accent-bar  { background: #4A9EFF; }
.rp--slide-blue  .rs__bar         { background: #4A9EFF; }
.rp--slide-blue  .rs__bullet      { background: rgba(255,255,255,.08); }

.rp--slide-coral { background: #4A1E1E; color: #fff; }
.rp--slide-coral .rs__accent-bar  { background: #FF7A5A; }
.rp--slide-coral .rs__bar         { background: #FF7A5A; }
.rp--slide-coral .rs__bullet      { background: rgba(255,255,255,.08); }

.rp--slide-orange{ background: #3A2210; color: #fff; }
.rp--slide-orange .rs__accent-bar { background: #FF9A3C; }
.rp--slide-orange .rs__bar        { background: #FF9A3C; }
.rp--slide-orange .rs__bullet     { background: rgba(255,255,255,.08); }

.rp--slide-teal  { background: #0E3535; color: #fff; }
.rp--slide-teal  .rs__accent-bar  { background: #3ED9D9; }
.rp--slide-teal  .rs__bar         { background: #3ED9D9; }
.rp--slide-teal  .rs__bullet      { background: rgba(255,255,255,.08); }

.rp--slide-charcoal { background: #1C1C1C; color: #fff; }
.rp--slide-charcoal .rs__accent-bar { background: #D4A843; }
.rp--slide-charcoal .rs__bar        { background: #E8E8E8; }
.rp--slide-charcoal .rs__bullet     { background: rgba(255,255,255,.06); }

.rp--slide-indigo{ background: #1A1A4A; color: #fff; }
.rp--slide-indigo .rs__accent-bar { background: #7B7BFF; }
.rp--slide-indigo .rs__bar        { background: #7B7BFF; }
.rp--slide-indigo .rs__bullet     { background: rgba(255,255,255,.08); }

.rp--slide-rust  { background: #3A1A0A; color: #fff; }
.rp--slide-rust  .rs__accent-bar  { background: #C45A2A; }
.rp--slide-rust  .rs__bar         { background: #C45A2A; }
.rp--slide-rust  .rs__bullet      { background: rgba(255,255,255,.08); }

/* Product card slide panels (landscape) */
.slide-pair {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 16px 0;
  width: 100%;
  align-items: stretch;
}
.slide-pair .rp--slide {
  height: 120px;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0,0,0,.18);
  width: 100%;
}
.slide-pair .rp--slide:last-child {
  transform: translateX(8px) translateY(-4px);
  opacity: 0.8;
  box-shadow: 0 6px 24px rgba(0,0,0,.22);
}

/* Product page slide panels */
.pp-panel--slide {
  width: 260px;
  min-width: 260px;
  height: 146px !important; /* 16:9 */
}
.pp-panel--slide .rp--slide {
  width: 100%;
  height: 100%;
}

/* Hospitality template (warm coral) */
.rp--hospitality {
  flex-direction: column;
  padding: 16px 15px 12px;
  background: #FFF8F3;
}
.rp--hospitality .rp__topbar {
  height: 4px;
  background: linear-gradient(90deg, #C45A2A, #E8923C);
  margin: -16px -15px 12px;
}
.rp--hospitality .rp__name {
  font-size: 11px; font-weight: 700; color: #3A1A0A;
  letter-spacing: 0.04em; margin-bottom: 2px;
}
.rp--hospitality .rp__title {
  font-size: 7px; color: #C45A2A; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 5px;
}
.rp--hospitality .rp__contact {
  display: flex; gap: 8px; margin-bottom: 7px;
}
.rp--hospitality .rp__contact span { font-size: 5px; color: #7A5A4A; }
.rp--hospitality .rp__section { margin-bottom: 6px; }
.rp--hospitality .rp__section-title {
  font-size: 6px; font-weight: 700; color: #3A1A0A;
  text-transform: uppercase; letter-spacing: 0.12em;
  border-bottom: 1px solid #C45A2A; padding-bottom: 2px; margin-bottom: 3px;
}
.rp--hospitality .rp__body { font-size: 5px; color: #5A3A2A; line-height: 1.6; }
.rp--hospitality .rp__bullet {
  display: flex; align-items: flex-start; gap: 3px;
  font-size: 5px; color: #5A3A2A; line-height: 1.5; margin-bottom: 1px;
}
.rp--hospitality .rp__bullet::before {
  content: '◆'; color: #C45A2A; flex-shrink: 0; font-size: 4px; margin-top: 1px;
}
.rp--hospitality .rp__skills {
  display: flex; flex-wrap: wrap; gap: 2px;
}
.rp--hospitality .rp__skill {
  font-size: 4.5px; background: #FDEEE4; color: #3A1A0A;
  padding: 1.5px 5px; border-radius: 10px; font-weight: 600;
}

/* ===================================================
   POWERPOINT SLIDE THEMES — LIGHT VARIANTS
   White/cream background, dark text, colored accents
=================================================== */

/* NAVY LIGHT */
.rp--slide-navy-light { background: #FFFFFF; color: #1E2D5A; }
.rp--slide-navy-light .rs__accent-bar  { background: #1E2D5A; }
.rp--slide-navy-light .rs__tag         { opacity: 0.45; }
.rp--slide-navy-light .rs__bar         { background: #1E2D5A; }
.rp--slide-navy-light .rs__bullet      { background: #EEF2FA; }

/* NAVY MID */
.rp--slide-navy-mid { background: #EEF2FA; color: #1E2D5A; }
.rp--slide-navy-mid .rs__accent-bar    { background: #D4A843; }
.rp--slide-navy-mid .rs__bar           { background: #2A4080; }
.rp--slide-navy-mid .rs__bullet        { background: rgba(30,45,90,.1); }

/* GREEN LIGHT */
.rp--slide-green-light { background: #FFFFFF; color: #1A4A2E; }
.rp--slide-green-light .rs__accent-bar { background: #1A4A2E; }
.rp--slide-green-light .rs__bar        { background: #22C55E; }
.rp--slide-green-light .rs__bullet     { background: #EAFAF0; }

/* GREEN MID */
.rp--slide-green-mid { background: #EAFAF0; color: #1A4A2E; }
.rp--slide-green-mid .rs__accent-bar   { background: #4AE883; }
.rp--slide-green-mid .rs__bar          { background: #1A4A2E; }
.rp--slide-green-mid .rs__bullet       { background: rgba(26,74,46,.1); }

/* PURPLE LIGHT */
.rp--slide-purple-light { background: #FFFFFF; color: #2A1A4A; }
.rp--slide-purple-light .rs__accent-bar { background: #7B5CE5; }
.rp--slide-purple-light .rs__bar        { background: #9B7BFF; }
.rp--slide-purple-light .rs__bullet     { background: #F0EAFA; }

/* PURPLE MID */
.rp--slide-purple-mid { background: #F0EAFA; color: #2A1A4A; }
.rp--slide-purple-mid .rs__accent-bar  { background: #C89BFF; }
.rp--slide-purple-mid .rs__bar         { background: #7B5CE5; }
.rp--slide-purple-mid .rs__bullet      { background: rgba(42,26,74,.1); }

/* BLUE LIGHT */
.rp--slide-blue-light { background: #FFFFFF; color: #0D2744; }
.rp--slide-blue-light .rs__accent-bar  { background: #2688C9; }
.rp--slide-blue-light .rs__bar         { background: #4A9EFF; }
.rp--slide-blue-light .rs__bullet      { background: #EAF2FA; }

/* BLUE MID */
.rp--slide-blue-mid { background: #EAF2FA; color: #0D2744; }
.rp--slide-blue-mid .rs__accent-bar    { background: #4A9EFF; }
.rp--slide-blue-mid .rs__bar           { background: #0D2744; }
.rp--slide-blue-mid .rs__bullet        { background: rgba(13,39,68,.1); }

/* CORAL LIGHT */
.rp--slide-coral-light { background: #FFFFFF; color: #4A1E1E; }
.rp--slide-coral-light .rs__accent-bar { background: #E84A2A; }
.rp--slide-coral-light .rs__bar        { background: #FF7A5A; }
.rp--slide-coral-light .rs__bullet     { background: #FFF0EE; }

/* CORAL MID */
.rp--slide-coral-mid { background: #FFF0EE; color: #4A1E1E; }
.rp--slide-coral-mid .rs__accent-bar   { background: #FF7A5A; }
.rp--slide-coral-mid .rs__bar          { background: #C83A1A; }
.rp--slide-coral-mid .rs__bullet       { background: rgba(74,30,30,.1); }

/* ORANGE LIGHT */
.rp--slide-orange-light { background: #FFFFFF; color: #3A2210; }
.rp--slide-orange-light .rs__accent-bar { background: #D4730A; }
.rp--slide-orange-light .rs__bar        { background: #FF9A3C; }
.rp--slide-orange-light .rs__bullet     { background: #FFF5EA; }

/* ORANGE MID */
.rp--slide-orange-mid { background: #FFF5EA; color: #3A2210; }
.rp--slide-orange-mid .rs__accent-bar  { background: #FF9A3C; }
.rp--slide-orange-mid .rs__bar         { background: #B8620A; }
.rp--slide-orange-mid .rs__bullet      { background: rgba(58,34,16,.1); }

/* TEAL LIGHT */
.rp--slide-teal-light { background: #FFFFFF; color: #0E3535; }
.rp--slide-teal-light .rs__accent-bar  { background: #0E8A8A; }
.rp--slide-teal-light .rs__bar         { background: #3ED9D9; }
.rp--slide-teal-light .rs__bullet      { background: #EAFAFA; }

/* TEAL MID */
.rp--slide-teal-mid { background: #EAFAFA; color: #0E3535; }
.rp--slide-teal-mid .rs__accent-bar    { background: #3ED9D9; }
.rp--slide-teal-mid .rs__bar           { background: #0E5A5A; }
.rp--slide-teal-mid .rs__bullet        { background: rgba(14,53,53,.1); }

/* CHARCOAL LIGHT */
.rp--slide-charcoal-light { background: #FFFFFF; color: #1C1C1C; }
.rp--slide-charcoal-light .rs__accent-bar { background: #1C1C1C; }
.rp--slide-charcoal-light .rs__bar         { background: #555555; }
.rp--slide-charcoal-light .rs__bullet      { background: #F5F5F5; }

/* CHARCOAL MID */
.rp--slide-charcoal-mid { background: #F0F0F0; color: #1C1C1C; }
.rp--slide-charcoal-mid .rs__accent-bar    { background: #D4A843; }
.rp--slide-charcoal-mid .rs__bar           { background: #444444; }
.rp--slide-charcoal-mid .rs__bullet        { background: rgba(28,28,28,.08); }

/* INDIGO LIGHT */
.rp--slide-indigo-light { background: #FFFFFF; color: #1A1A4A; }
.rp--slide-indigo-light .rs__accent-bar { background: #4A4AE0; }
.rp--slide-indigo-light .rs__bar        { background: #7B7BFF; }
.rp--slide-indigo-light .rs__bullet     { background: #EEEEFC; }

/* INDIGO MID */
.rp--slide-indigo-mid { background: #EEEEFC; color: #1A1A4A; }
.rp--slide-indigo-mid .rs__accent-bar   { background: #7B7BFF; }
.rp--slide-indigo-mid .rs__bar          { background: #3A3AC0; }
.rp--slide-indigo-mid .rs__bullet       { background: rgba(26,26,74,.1); }

/* RUST LIGHT */
.rp--slide-rust-light { background: #FFFFFF; color: #3A1A0A; }
.rp--slide-rust-light .rs__accent-bar  { background: #A03A1A; }
.rp--slide-rust-light .rs__bar         { background: #C45A2A; }
.rp--slide-rust-light .rs__bullet      { background: #FFF0E8; }

/* RUST MID */
.rp--slide-rust-mid { background: #FFF0E8; color: #3A1A0A; }
.rp--slide-rust-mid .rs__accent-bar    { background: #C45A2A; }
.rp--slide-rust-mid .rs__bar           { background: #8A2A0A; }
.rp--slide-rust-mid .rs__bullet        { background: rgba(58,26,10,.1); }

/* ============================================================
   ENHANCED SLIDE ARCHETYPES v2
   Four distinct layouts: Title · Metrics · Columns · Chart
   Used by the product page preview system for "wow factor"
   ============================================================ */

/* ---- ARCHETYPE 1: TITLE / COVER SLIDE ---- */
.rp--slide-t {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  padding: 14px 18px;
  text-align: center;
}
.rst__eyebrow {
  font-size: 4.5px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; opacity: 0.45; margin-bottom: 7px;
  position: relative; z-index: 1;
}
.rst__hl {
  font-size: 16px; font-weight: 800; line-height: 1.15;
  margin-bottom: 7px; position: relative; z-index: 1;
  letter-spacing: -0.01em; white-space: pre-line;
}
.rst__rule {
  width: 30px; height: 2px; margin: 0 auto 7px;
  position: relative; z-index: 1; flex-shrink: 0;
}
.rst__sub {
  font-size: 5px; opacity: 0.5; position: relative;
  z-index: 1; line-height: 1.5; letter-spacing: 0.04em;
}

/* ---- ARCHETYPE 2: METRICS / KPI DASHBOARD ---- */
.rp--slide-m {
  flex-direction: column; overflow: hidden; position: relative;
}
.rsm__bar { height: 3px; width: 100%; flex-shrink: 0; }
.rsm__header { padding: 8px 12px 4px; flex-shrink: 0; }
.rsm__tag {
  font-size: 4.5px; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; opacity: 0.45; margin-bottom: 2px;
}
.rsm__title { font-size: 9px; font-weight: 700; line-height: 1.2; }
.rsm__kpis {
  display: flex; gap: 5px; padding: 3px 12px 10px;
  flex: 1; align-items: stretch;
}
.rsm__kpi {
  flex: 1; border-radius: 4px; background: rgba(255,255,255,.06);
  padding: 6px 4px; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  border: 0.5px solid rgba(255,255,255,.08);
}
.rsm__num {
  font-size: 16px; font-weight: 800; line-height: 1;
  margin-bottom: 2px; letter-spacing: -0.02em;
}
.rsm__lbl {
  font-size: 3.8px; opacity: 0.45; text-align: center;
  text-transform: uppercase; letter-spacing: 0.07em;
  line-height: 1.3; white-space: pre-line;
}
.rsm__trnd { font-size: 5px; font-weight: 700; margin-top: 2px; }

/* ---- ARCHETYPE 3: COLUMNS / PILLARS ---- */
.rp--slide-c {
  flex-direction: column; overflow: hidden; position: relative;
}
.rsc__header { padding: 9px 12px 4px; flex-shrink: 0; }
.rsc__tag {
  font-size: 4.5px; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; opacity: 0.45; margin-bottom: 2px;
}
.rsc__title { font-size: 9px; font-weight: 700; line-height: 1.2; }
.rsc__cols {
  display: flex; gap: 5px; padding: 3px 12px 10px; flex: 1;
}
.rsc__col {
  flex: 1; border-radius: 4px; background: rgba(255,255,255,.06);
  padding: 7px 5px 6px; border: 0.5px solid rgba(255,255,255,.07);
  display: flex; flex-direction: column;
}
.rsc__ico {
  width: 16px; height: 16px; border-radius: 3px; margin-bottom: 4px;
  display: flex; align-items: center; justify-content: center;
  font-size: 8px; flex-shrink: 0;
}
.rsc__ttl {
  font-size: 5.5px; font-weight: 700;
  margin-bottom: 2px; line-height: 1.3;
}
.rsc__bdy {
  font-size: 4px; opacity: 0.45; line-height: 1.5; white-space: pre-line;
}

/* ---- ARCHETYPE 4: RICH BAR CHART ---- */
.rp--slide-ch {
  flex-direction: column; overflow: hidden; position: relative;
}
.rch__header { padding: 8px 12px 4px; flex-shrink: 0; }
.rch__tag {
  font-size: 4.5px; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; opacity: 0.45; margin-bottom: 2px;
}
.rch__title { font-size: 9px; font-weight: 700; line-height: 1.2; }
.rch__area {
  display: flex; flex: 1; align-items: flex-end;
  padding: 2px 12px 20px; gap: 3px; position: relative;
}
.rch__axis-h {
  position: absolute; bottom: 14px; left: 12px; right: 12px;
  height: 0.5px; background: rgba(255,255,255,.15);
}
.rch__bw {
  flex: 1; display: flex; flex-direction: column;
  align-items: center; gap: 0;
}
.rch__bv {
  font-size: 4px; font-weight: 700; margin-bottom: 2px; opacity: 0.8;
}
.rch__bl {
  font-size: 3.5px; opacity: 0.35; margin-top: 3px;
  text-align: center; white-space: nowrap; overflow: hidden;
}

/* ---- MOSAIC GRID (bundles) + DECK TRIO (individual) ---- */
/* Slide mosaic: 3×2 grid for bundle previews */
.pp-mosaic {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 8px; width: 100%; padding: 2px 0;
}
.pp-mosaic .pp-panel--slide {
  width: 100% !important; min-width: 0 !important; height: 116px !important;
}
/* Deck trio: 3 slides side-by-side for individual deck pages */
.pp-deck-trio {
  display: flex; gap: 8px; width: 100%; align-items: flex-end;
}
.pp-deck-trio .pp-panel--slide {
  flex: 1 !important; width: 0 !important;
  min-width: 0 !important; height: 106px !important;
}
.pp-deck-trio .pp-panel--slide:nth-child(2) {
  height: 128px !important; flex: 1.1 !important;
}
/* Resume bundle mosaic: 3×2 grid */
.pp-resume-mosaic {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 8px; width: 100%; padding: 2px 0;
}
.pp-resume-mosaic .pp-panel--resume {
  width: 100% !important; min-width: 0 !important; height: 155px !important;
}
