/* ═══════════════════════════════════════════════════════════════
   pricing.css v3 — LiquidPixels pricing page
   ───────────────────────────────────────────────────────────────
   Background rhythm:
     S1   hero              white       (hero.css)
     S2   signal band       navy        (signal-band.css)
     S3   logo carousel     white       (.logo-carousel-section)
     S4   packages          warm-50     (.packages-section)
     S5   comparison table  white       (.shapes-section)
     S6   coexistence       warm-50     (.coexist-section)
     S7   future-proof      white       (.future-section)
     S8   engagement        warm-50     (.engage-section)
     S9   pre-read          soft-blue   (.pq-brief)
     S10  closing           navy        (closing-section.css)

   Rhythm: white → navy → white → warm-50 → white → warm-50 →
           white → warm-50 → soft-blue → navy
   No two identical backgrounds in sequence. ✓
   ═══════════════════════════════════════════════════════════════ */


/* ── Shared components (not in global.css) ───────────────────── */

.section-header {
  max-width: 760px;
  margin: 0 0 56px;
  text-align: left;
}
.section-header .section-tag {
  display: inline-block;
  font-family: var(--f-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 14px;
}
.section-header h2 {
  font-family: var(--f-serif);
  font-weight: 400;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.1;
  letter-spacing: -.015em;
  color: var(--ink-900);
  margin: 0 0 16px;
}
.section-header p {
  font-family: var(--f-sans);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--ink-600);
  max-width: 640px;
  margin: 0;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  font-family: var(--f-sans);
  font-size: 13.5px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: var(--r-md);
  background: var(--ink-900);
  color: var(--white);
  text-decoration: none;
  min-height: 44px;
  transition: opacity .18s, transform .1s;
  cursor: pointer;
  border: none;--amber:#f59e0b;}
.btn-primary:hover { opacity: .88; }
.btn-primary:active { transform: scale(.98); }

.btn-secondary {
  display: inline-flex;
  align-items: center;
  font-family: var(--f-sans);
  font-size: 13.5px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: var(--r-md);
  background: transparent;
  color: var(--ink-900);
  border: 1px solid var(--ink-900);
  text-decoration: none;
  min-height: 44px;
  transition: background .18s, color .18s;
  cursor: pointer;
}
.btn-secondary:hover { background: var(--ink-900); color: var(--white);--amber:#f59e0b;}

/* Ghost button — closing section dark bg */
.closing-section .btn-ghost {
  font-family: var(--f-sans);
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: -.01em;
  padding: 12px 28px;
  border-radius: var(--r-sm);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .4);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  transition: border-color .18s, background .18s;
  cursor: pointer;
  background: transparent;
}
.closing-section .btn-ghost:hover {
  border-color: rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .06);
}

.rv  { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.rv.v { opacity: 1; transform: none; }
.rv.d1 { transition-delay: .08s; }
.rv.d2 { transition-delay: .16s; }
.rv.d3 { transition-delay: .24s; }


/* ═══════════════════════════════════════════════════════════════
   S3  LOGO CAROUSEL — white
   Mirrors homepage: .logo-band, .logo-track, .logo-img, lscroll
   =============================================================== */

.logo-carousel-section {
  padding: 64px 0 48px;
  background: var(--white);
}

.logo-carousel-section .logo-band {
  overflow: hidden;
  position: relative;
  padding: 16px 0;
  background: var(--white);
  border-top: 1px solid var(--warm-200);
  border-bottom: 1px solid var(--warm-200);
  margin-top: 32px;
}
.logo-carousel-section .logo-band::before,
.logo-carousel-section .logo-band::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}
.logo-carousel-section .logo-band::before { left: 0; background: linear-gradient(90deg, var(--white), transparent); }
.logo-carousel-section .logo-band::after  { right: 0; background: linear-gradient(270deg, var(--white), transparent); }

.logo-carousel-section .logo-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: lscroll 130s linear infinite;
  touch-action: pan-y;
  will-change: transform;
  flex-shrink: 0;
}
.logo-carousel-section .logo-band:hover .logo-track { animation-play-state: paused; }

@keyframes lscroll {
  from { transform: translate3d(0,0,0); }
  to   { transform: translate3d(-50%,0,0); }
}

.logo-carousel-section .logo-img {
  height: 32px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
  padding: 0 32px;
  opacity: .55;
  filter: grayscale(1);
  transition: opacity .2s, filter .2s;
  display: block;
}
.logo-carousel-section .logo-img:hover { opacity: .85; filter: grayscale(0); }


/* ═══════════════════════════════════════════════════════════════
   S4  PACKAGES — warm-50
   4-col grid. Core distinguished by amber left border + badge.
   =============================================================== */

.packages-section {
  padding: 104px 0;
  background: var(--warm-50);
}

/* ── 4-col package grid ── */
.pkg-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.pkg-card {
  background: var(--white);
  border: 1px solid var(--warm-200);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color .2s, box-shadow .2s;
}
.pkg-card:hover {
  border-color: var(--warm-300);
  box-shadow: var(--shadow-xs);
}

/* Core — amber left accent */
.pkg-card--core {
  border-left: 3px solid var(--amber);
}

.pkg-badge {
  display: inline-block;
  align-self: flex-start;
  font-family: var(--f-mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--amber);
  padding: 5px 10px;
  border-radius: var(--r-sm);
}

.pkg-label {
  font-family: var(--f-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--amber);
}

.pkg-card h3 {
  font-family: var(--f-serif);
  font-weight: 400;
  font-size: 21px;
  line-height: 1.15;
  color: var(--ink-900);
  margin: 0;
  letter-spacing: -.012em;
}

.pkg-card p {
  font-family: var(--f-sans);
  font-weight: 300;
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--ink-600);
  margin: 0;
  flex: 1;
}

/* "What's included" link */
.pkg-detail-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  background: none;
  border: none;
  font-family: var(--f-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--amber);
  cursor: pointer;
  transition: color .18s;
  margin-top: auto;
  padding-top: 4px;
}
.pkg-detail-btn::after {
  content: '\2192';
  font-size: 14px;
  transition: transform .18s;
}
.pkg-detail-btn:hover { color: var(--ink-900); }
.pkg-detail-btn:hover::after { transform: translateX(3px); }

/* ── Full Solution Architecture block ── */
.pkg-custom {
  max-width: 1180px;
  margin: 32px auto 0;
  padding: 32px 28px;
  background: var(--white);
  border: 1px solid var(--warm-200);
  border-radius: var(--r-lg);
  display: flex;
  align-items: center;
  gap: 40px;
}

.pkg-custom-text {
  flex: 1;
}

.pkg-custom-label {
  font-family: var(--f-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-500);
  display: block;
  margin-bottom: 8px;
}

.pkg-custom h3 {
  font-family: var(--f-serif);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.15;
  color: var(--ink-900);
  margin: 0 0 10px;
  letter-spacing: -.012em;
}

.pkg-custom p {
  font-family: var(--f-sans);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--ink-600);
  margin: 0;
  max-width: 680px;
}

.pkg-custom .btn-secondary {
  flex-shrink: 0;
}


/* ═══════════════════════════════════════════════════════════════
   S5  COMPARISON TABLE — white
   =============================================================== */

.shapes-section {
  padding: 104px 0;
  background: var(--white);
}

.cmp-table {
  max-width: 1180px;
  margin: 0 auto;
  border: 1px solid var(--warm-200);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--white);
}

.cmp-row {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid var(--warm-200);
}
.cmp-row:last-child { border-bottom: none; }

.cmp-cell {
  padding: 18px 20px;
  font-family: var(--f-sans);
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--ink-700);
  border-right: 1px solid var(--warm-200);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cmp-cell:last-child { border-right: none; }

.cmp-axis {
  font-family: var(--f-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ink-900);
  background: var(--warm-50);
}

.cmp-head { background: var(--ink-900);--amber:#f59e0b;}
.cmp-head .cmp-cell {
  color: var(--white);
  border-right-color: rgba(255, 255, 255, .12);
  padding: 22px 20px;
}
.cmp-head .cmp-axis { background: var(--ink-900);--amber:#f59e0b;}

.cmp-label {
  display: block;
  font-family: var(--f-serif);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.012em;
  color: var(--white);
  margin-bottom: 4px;
}

.cmp-sub {
  display: block;
  font-family: var(--f-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--amber);
}

.cmp-footer {
  max-width: 1180px;
  margin: 28px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: wrap;
}

.cmp-footnote {
  font-family: var(--f-sans);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--ink-600);
  margin: 0;
  max-width: 680px;
  flex: 1 1 480px;
}

.cmp-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f-sans);
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink-900);
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid var(--amber);
  transition: gap .18s, border-color .18s;
  white-space: nowrap;
}
.cmp-link:hover { gap: 12px; border-bottom-color: var(--ink-900); }
.cmp-link span { font-size: 16px; color: var(--amber); transition: color .18s; }
.cmp-link:hover span { color: var(--ink-900); }


/* ═══════════════════════════════════════════════════════════════
   S6  COEXISTENCE — warm-50
   =============================================================== */

.coexist-section {
  padding: 104px 0;
  background: var(--warm-50);
}

.coexist-facts {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.coexist-fact {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  align-items: baseline;
  padding: 36px 0;
  border-bottom: 1px solid var(--warm-200);
}
.coexist-fact:first-child { padding-top: 0; }
.coexist-fact:last-child { border-bottom: none; }

.coexist-fact-title {
  font-family: var(--f-serif);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  color: var(--ink-900);
  letter-spacing: -.012em;
}

.coexist-fact p {
  font-family: var(--f-sans);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--ink-600);
  margin: 0;
}


/* ═══════════════════════════════════════════════════════════════
   S7  FUTURE-PROOFING — white
   =============================================================== */

.future-section {
  padding: 104px 0;
  background: var(--white);
}

.future-statement {
  max-width: 840px;
  margin: 0 auto;
}

.future-overline {
  font-family: var(--f-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--amber);
  display: block;
  margin-bottom: 24px;
}

.future-headline-light {
  font-family: var(--f-serif);
  font-weight: 400;
  font-size: clamp(22px, 2.8vw, 36px);
  line-height: 1.2;
  color: var(--ink-500);
  margin-bottom: 8px;
  letter-spacing: -.015em;
}

.future-headline-bold {
  font-family: var(--f-serif);
  font-weight: 400;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.08;
  color: var(--ink-900);
  letter-spacing: -.02em;
  margin-bottom: 48px;
}

.future-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  padding-top: 48px;
  border-top: 1px solid var(--warm-200);
}

.future-pillar-num {
  font-family: var(--f-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .12em;
  color: var(--amber);
  display: block;
  margin-bottom: 14px;
}

.future-pillar h3 {
  font-family: var(--f-serif);
  font-weight: 400;
  font-size: 21px;
  line-height: 1.2;
  color: var(--ink-900);
  margin: 0 0 10px;
  letter-spacing: -.012em;
}

.future-pillar p {
  font-family: var(--f-sans);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--ink-600);
  margin: 0;
}


/* ═══════════════════════════════════════════════════════════════
   S8  ENGAGEMENT — warm-50
   Statement section with four differentiator points.
   Reuses .future-overline, .future-headline-light/bold from S7.
   =============================================================== */

.engage-section {
  padding: 104px 0;
  background: var(--warm-50);
}

.engage-statement {
  max-width: 840px;
  margin: 0 auto;
}

.engage-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 56px;
  padding-top: 48px;
  border-top: 1px solid var(--warm-200);
}

.engage-point-num {
  font-family: var(--f-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .12em;
  color: var(--amber);
  display: block;
  margin-bottom: 14px;
}

.engage-point h3 {
  font-family: var(--f-serif);
  font-weight: 400;
  font-size: 21px;
  line-height: 1.2;
  color: var(--ink-900);
  margin: 0 0 10px;
  letter-spacing: -.012em;
}

.engage-point p {
  font-family: var(--f-sans);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--ink-600);
  margin: 0;
}


/* ═══════════════════════════════════════════════════════════════
   S9  PRE-READ — soft-blue
   =============================================================== */

.pq-brief {
  padding: 96px 0;
  background: #e8edf4;
  border-top: 1px solid #d0d8e6;
  border-bottom: 1px solid #d0d8e6;
}

.pq-brief-header {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 64px;
  align-items: start;
  margin-bottom: 36px;
}
.pq-brief-header-left .section-tag {
  font-family: var(--f-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 14px;
  display: block;
}
.pq-brief-header-left h2 {
  font-family: var(--f-serif);
  font-weight: 400;
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.15;
  color: var(--ink-900);
  letter-spacing: -.02em;
  margin-bottom: 16px;
}
.pq-brief-header-left p {
  font-size: 15px;
  font-weight: 300;
  color: var(--ink-600);
  line-height: 1.7;
}

.pq-brief-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: var(--white);
  border: 1px solid var(--warm-200);
  border-left: 3px solid var(--amber);
  border-radius: var(--r-md);
  padding: 14px 16px;
}
.pq-brief-notice svg {
  flex-shrink: 0;
  margin-top: 1px;
  color: var(--amber);
}
.pq-brief-notice p {
  font-size: 13px;
  font-weight: 400;
  color: var(--ink-600);
  line-height: 1.55;
  margin: 0;
}
.pq-brief-notice p strong {
  font-weight: 600;
  color: var(--ink-900);
}


/* ═══════════════════════════════════════════════════════════════
   MODALS
   =============================================================== */

.pack-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(14,14,12,.5);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}
.pack-modal-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.pack-modal {
  position: relative;
  background: var(--white);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  max-width: 640px;
  width: calc(100% - 40px);
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  padding: 40px 36px;
  transform: translateY(12px);
  transition: transform .25s ease;
}
.pack-modal-overlay.open .pack-modal { transform: translateY(0); }

.pack-modal-close {
  position: absolute;
  top: 16px; right: 16px;
  width: 36px; height: 36px;
  border: none;
  background: var(--warm-50);
  border-radius: 50%;
  font-size: 20px;
  color: var(--ink-600);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s, color .15s;
}
.pack-modal-close:hover { background: var(--warm-200); color: var(--ink-900); }

.pack-modal-body h3 {
  font-family: var(--f-serif);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.15;
  color: var(--ink-900);
  margin: 0 0 6px;
}

.pack-modal-body .pack-modal-sub {
  font-family: var(--f-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 24px;
  display: block;
}

.pack-modal-body .pack-group {
  padding: 16px 0;
  border-top: 1px solid var(--warm-200);
}
.pack-modal-body .pack-group:last-child { padding-bottom: 0; }

.pack-modal-body .pack-group-name {
  font-family: var(--f-sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-900);
  margin: 0 0 4px;
}

.pack-modal-body .pack-group-desc {
  font-family: var(--f-sans);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.55;
  color: var(--ink-600);
  margin: 0;
}


/* ═══════════════════════════════════════════════════════════════
   HIGH-CONTRAST OVERRIDES
   =============================================================== */

body.hc .packages-section { background: #eceae2; }
body.hc .coexist-section  { background: #eceae2; }
body.hc .engage-section   { background: #eceae2; }
body.hc .future-section   { background: var(--white); }

body.hc .pkg-card--core { border-left-color: #6b3204; }
body.hc .coexist-fact { border-bottom-color: var(--warm-300); }
body.hc .future-headline-light { color: #3e3e38; }

body.hc .cmp-head { background: #000000;--amber:#f59e0b;}
body.hc .cmp-head .cmp-axis { background: #000000;--amber:#f59e0b;}
body.hc .cmp-sub { color: #ffd27a; }

body.hc .engage-point-num { color: #6b3204; }

body.hc .pq-brief { background: #c8d4e8; }

body.hc .cmp-link span { color: #6b3204; }
body.hc .cmp-link { border-bottom-color: #6b3204; }

body.hc .pkg-badge { background: #6b3204; }

body.hc .closing-section .btn-ghost { border-color: rgba(255, 255, 255, .6); }


/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE
   =============================================================== */

@media (max-width: 1024px) {
  .packages-section,
  .shapes-section,
  .coexist-section,
  .future-section,
  .engage-section,
  .pq-brief {
    padding: 80px 0;
  }

  .pkg-grid { grid-template-columns: repeat(2, 1fr); }

  .coexist-fact {
    grid-template-columns: 220px 1fr;
    gap: 32px;
  }

  .future-pillars { gap: 32px; }

  .cmp-cell { padding: 14px 14px; font-size: 12.5px; }
  .cmp-axis { font-size: 10px; }
  .cmp-label { font-size: 14px; }
  .cmp-head .cmp-cell { padding: 16px 14px; }

  .engage-points { gap: 36px 40px; }

  .pq-brief-header { grid-template-columns: 1fr 280px; gap: 40px; }

  .section-header { margin-bottom: 48px; }
}

@media (max-width: 768px) {
  .packages-section,
  .shapes-section,
  .coexist-section,
  .future-section,
  .engage-section,
  .pq-brief {
    padding: 64px 0;
  }

  /* Package grid — single column on mobile */
  .pkg-grid { grid-template-columns: 1fr; gap: 16px; }

  .coexist-fact {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 28px 0;
  }
  .coexist-fact-title { font-size: 19px; }

  .future-pillars { grid-template-columns: 1fr; gap: 32px; }
  .future-headline-bold { margin-bottom: 36px; }

  /* Comparison table: attribute cards with labeled values */
  .cmp-table { display: block; background: transparent; border: none; overflow: visible; }
  .cmp-head { display: none; }
  .cmp-row {
    display: block; margin-bottom: 12px;
    border: 1px solid var(--warm-200); background: var(--white);
    border-radius: var(--r-md); padding: 0; overflow: hidden;
  }
  .cmp-cell {
    display: flex; flex-direction: column; padding: 10px 16px;
    border-right: none; border-bottom: 1px solid var(--warm-100);
  }
  .cmp-cell:last-child { border-bottom: none; }
  .cmp-axis {
    background: var(--warm-50); font-size: 11px; color: var(--ink-900);
    padding: 12px 16px; font-weight: 600;
  }
  .cmp-cell[data-label]::before {
    content: attr(data-label);
    font-family: var(--f-mono);
    font-size: 9px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--amber);
    margin-bottom: 2px;
  }
  .cmp-footer { gap: 20px; }

  .engage-points { grid-template-columns: 1fr; gap: 32px; }

  .pq-brief-header { grid-template-columns: 1fr; gap: 24px; }

  .pkg-custom { flex-direction: column; gap: 20px; align-items: flex-start; }

  .section-header { margin-bottom: 40px; }

  .closing-section .btn-ghost { width: 100%; max-width: 320px; justify-content: center; }
}

@media (max-width: 480px) {
  .packages-section,
  .shapes-section,
  .coexist-section,
  .future-section,
  .engage-section,
  .pq-brief {
    padding: 52px 0;
  }

  .section-header { margin-bottom: 32px; }
  .future-headline-bold { font-size: clamp(24px, 7vw, 36px); }
  .future-pillar h3 { font-size: 19px; }
  .engage-point h3 { font-size: 19px; }
  .pkg-card h3 { font-size: 19px; }
}
