/*
 * products-custom.css — custom /products/salesforce-admin-mcp/ page styles (2026 redesign).
 *
 * Loaded AFTER css/products.css (the WordPress/Elementor export that
 * header.njk and footer.njk still depend on for nav/footer styling).
 * Follows the same design system established in css/home-custom.css and
 * css/salesforce-admins-custom.css (.home-2026 / .sfa-2026): same fonts
 * (Inter / JetBrains Mono, loaded site-wide via tracking-head.njk), same
 * brand colors, same component patterns (h-section, h-card, tshots, faq,
 * finalcta). Scoped under .pmcp-2026 so it can't collide with other pages'
 * identically-shaped classes.
 */

.pmcp-2026 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1D1D1D;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.pmcp-2026 *, .pmcp-2026 *::before, .pmcp-2026 *::after { box-sizing: border-box; }

/* Reset legacy Elementor kit's element-level h1-h6/p rules (Sen font, fixed
   huge sizes, forced letter-spacing) which otherwise win on the font-family/
   margin/letter-spacing properties since our component classes below only
   set font-size/color and never touch those properties directly. */
.pmcp-2026 h1, .pmcp-2026 h2, .pmcp-2026 h3, .pmcp-2026 h4, .pmcp-2026 h5, .pmcp-2026 h6 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700; letter-spacing: normal; margin: 0; color: inherit;
}
.pmcp-2026 p { margin: 0; color: inherit; font-size: inherit; line-height: inherit; }
.pmcp-2026 ul, .pmcp-2026 li { margin: 0; padding: 0; }
.pmcp-2026 a { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; text-decoration: none; }

.pmcp-2026 .h-section { position: relative; padding: 104px 24px; }
.pmcp-2026 .h-section--tight { padding: 80px 24px; }
.pmcp-2026 .h-section--subtle { background: #F5F5F7; }
.pmcp-2026 .h-wrap { max-width: 1140px; margin: 0 auto; position: relative; z-index: 1; }
.pmcp-2026 .h-wrap--narrow { max-width: 720px; }
.pmcp-2026 .h-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.pmcp-2026 .h-head--left { margin: 0 0 48px; text-align: left; max-width: 640px; }

.pmcp-2026 .h-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  color: #4068EB; margin-bottom: 18px;
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;
}
.pmcp-2026 .h-eyebrow::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%; background: #14C8A0; flex-shrink: 0;
}
.pmcp-2026 .h-h2 {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 700; letter-spacing: -0.025em; line-height: 1.08;
  color: #05184F; margin: 0 0 18px; text-wrap: balance;
}
.pmcp-2026 .h-lead {
  font-size: clamp(16px, 1.4vw, 19px); line-height: 1.6; color: #4D4D4D;
  margin: 0 auto; max-width: 620px;
}
.pmcp-2026 .h-head--left .h-lead { margin: 0; }

.pmcp-2026 .h-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 600; line-height: 1;
  padding: 13px 22px; border-radius: 999px; text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
  cursor: pointer;
}
.pmcp-2026 .h-btn--primary { background: #4068EB; color: #fff; }
.pmcp-2026 .h-btn--primary:hover { background: #2D4FD4; transform: translateY(-1px); }
.pmcp-2026 .h-btn--ghost { background: #fff; color: #1D1D1D; border-color: #E7EBF3; }
.pmcp-2026 .h-btn--ghost:hover { background: #F5F5F7; border-color: #D8DDEA; }
.pmcp-2026 .h-btn--light { background: #fff; color: #4068EB; }
.pmcp-2026 .h-btn--light:hover { background: #EDF0FC; }
.pmcp-2026 .h-btn--ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }
.pmcp-2026 .h-btn--ghost-light:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.65); }

/* ---- Hero -------------------------------------------------------------- */
.pmcp-2026 .hero { position: relative; padding: 196px 24px 128px; background: #fff; overflow: hidden; }
.pmcp-2026 .hero__halo { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 0; }
.pmcp-2026 .hero__halo::before {
  content: ""; position: absolute; top: -160px; left: -8%; width: 820px; height: 820px; border-radius: 50%;
  background: radial-gradient(circle, rgba(64,104,235,0.06) 0%, transparent 65%);
}
.pmcp-2026 .hero__halo::after {
  content: ""; position: absolute; top: 40px; right: -10%; width: 560px; height: 560px; border-radius: 50%;
  background: radial-gradient(circle, rgba(0,255,218,0.05) 0%, transparent 65%);
}
.pmcp-2026 .hero__grid {
  max-width: 860px; margin: 0 auto; position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.pmcp-2026 .hero__title {
  font-size: clamp(2.4rem, 4.5vw, 3.8rem); font-weight: 700; line-height: 1.04;
  letter-spacing: -0.03em; color: #1D1D1D; margin: 0 0 24px; text-wrap: pretty;
}
.pmcp-2026 .hero__title-accent {
  background: linear-gradient(135deg, #4068EB 0%, #00FFDA 85%);
  -webkit-background-clip: text; background-clip: text; color: transparent; display: inline;
}
.pmcp-2026 .hero__subtitle { font-size: 18px; line-height: 1.7; color: #4D4D4D; max-width: 560px; margin: 0 auto 36px; text-wrap: pretty; }
.pmcp-2026 .hero__ctas { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.pmcp-2026 .hero__trust { font-size: 13px; color: #6B6B7D; margin: 0 0 48px; letter-spacing: 0.01em; }
.pmcp-2026 .hero__media {
  position: relative; border-radius: 20px; overflow: hidden; border: 1px solid #E7EBF3;
  box-shadow: 0 20px 56px rgba(5,24,79,0.11), 0 4px 12px rgba(5,24,79,0.05);
  width: 100%; max-width: 760px;
}
.pmcp-2026 .hero__media img { display: block; width: 100%; height: auto; }

/* ---- Steps (How It Works) ------------------------------------------------ */
.pmcp-2026 .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; list-style: none; padding: 0; margin: 0; }
.pmcp-2026 .step {
  background: #fff; border: 1px solid #E7EBF3; border-radius: 16px; padding: 32px;
}
.pmcp-2026 .step__num {
  font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 500; color: #4068EB;
  letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 16px;
}
.pmcp-2026 .step__t { font-size: 18px; font-weight: 700; color: #1D1D1D; margin: 0 0 10px; letter-spacing: -0.01em; }
.pmcp-2026 .step__b { font-size: 14.5px; line-height: 1.65; color: #4D4D4D; margin: 0; }
.pmcp-2026 .step__b a { color: #4068EB; text-decoration: underline; text-underline-offset: 3px; }
.pmcp-2026 .step__b a:hover { color: #2D4FD4; }

/* ---- Card grids (features, use cases, why-this-matters) ----------------- */
.pmcp-2026 .h-cards3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pmcp-2026 .h-cards-auto { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 20px; }
.pmcp-2026 .h-card {
  background: #fff; border: 1px solid #E7EBF3; border-radius: 16px; padding: 32px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.pmcp-2026 .h-card:hover { transform: translateY(-4px); box-shadow: 0 14px 36px rgba(5,24,79,0.08); border-color: #D7DEF2; }
.pmcp-2026 .h-card__icon {
  width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg, #EDF0FC 0%, #E3F7F1 100%);
  color: #4068EB; display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.pmcp-2026 .h-card__icon svg { width: 22px; height: 22px; }
.pmcp-2026 .h-card__t { font-size: 17px; font-weight: 700; line-height: 1.25; color: #1D1D1D; margin: 0 0 10px; letter-spacing: -0.01em; }
.pmcp-2026 .h-card__b { font-size: 14px; line-height: 1.65; color: #4D4D4D; margin: 0; }
.pmcp-2026 .h-card__b a { color: #4068EB; text-decoration: underline; text-underline-offset: 3px; }
.pmcp-2026 .h-card--cta {
  background: linear-gradient(135deg, #4068EB 0%, #2D4FD4 100%); border-color: transparent;
  display: flex; flex-direction: column; justify-content: center;
}
.pmcp-2026 .h-card--cta .h-card__t, .pmcp-2026 .h-card--cta .h-card__b { color: #fff; }
.pmcp-2026 .h-card--cta .h-card__b { margin-bottom: 18px; }
.pmcp-2026 .h-card--cta .h-btn--light { align-self: flex-start; }

/* ---- Feature strip (banner, replaces card grid for "Why Cirra AI") ------- */
.pmcp-2026 .feature-strip {
  background: linear-gradient(135deg, #EDF0FC 0%, #F3FBF9 100%);
  border: 1px solid #E7EBF3; border-radius: 20px;
  display: grid; grid-template-columns: repeat(5, 1fr);
}
.pmcp-2026 .feature-strip__item {
  padding: 36px 24px; text-align: center; border-right: 1px solid rgba(5,24,79,0.08);
  display: flex; flex-direction: column; align-items: center;
}
.pmcp-2026 .feature-strip__item:last-child { border-right: none; }
.pmcp-2026 .feature-strip__icon {
  width: 40px; height: 40px; margin: 0 auto 16px; color: #4068EB;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.pmcp-2026 .feature-strip__icon svg { width: 24px; height: 24px; }
.pmcp-2026 .feature-strip__t {
  font-size: 15px; font-weight: 700; color: #1D1D1D; margin: 0 0 8px; letter-spacing: -0.01em;
  display: flex; align-items: center; min-height: 48px; line-height: 1.3;
}
.pmcp-2026 .feature-strip__b { font-size: 13px; line-height: 1.55; color: #4D4D4D; margin: 0; }

/* ---- Why This Matters -----------------------------------------------------
   Horizontal row on desktop (icon over title over text, four equal columns);
   collapses to a vertical icon-left list on smaller screens (see responsive
   section below). Deliberately borderless/no card chrome so it doesn't read
   as another card grid next to Use Cases. */
.pmcp-2026 .matters-list {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin: 0 auto;
}
.pmcp-2026 .matters-item {
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 4px;
}
.pmcp-2026 .matters-item__icon {
  flex-shrink: 0; width: 48px; height: 48px; border-radius: 50%; background: #EDF0FC;
  color: #4068EB; display: flex; align-items: center; justify-content: center; margin-bottom: 12px;
}
.pmcp-2026 .matters-item__icon svg { width: 22px; height: 22px; }
.pmcp-2026 .matters-item__t { font-size: 17px; font-weight: 700; color: #1D1D1D; margin: 0 0 6px; letter-spacing: -0.01em; }
.pmcp-2026 .matters-item__b { font-size: 14.5px; line-height: 1.6; color: #4D4D4D; margin: 0; }

/* ---- Comparison table ----------------------------------------------------*/
.pmcp-2026 .cmp-table-wrap {
  overflow-x: auto; border-radius: 14px; border: 1px solid #E7EBF3;
  box-shadow: 0 2px 8px rgba(5,24,79,0.04); background: #fff;
}
.pmcp-2026 .cmp-table { border-collapse: collapse; width: 100%; min-width: 480px; }
.pmcp-2026 .cmp-table thead th {
  padding: 15px 20px; font-family: 'Inter', sans-serif; font-size: 12.5px; font-weight: 600;
  letter-spacing: 0.02em; border: none; text-align: center; background: #05184F; color: rgba(255,255,255,0.85);
}
.pmcp-2026 .cmp-table thead th:first-child { text-align: left; }
.pmcp-2026 .cmp-table thead th.col-cirra { background: #4068EB; color: #fff; }
.pmcp-2026 .cmp-table td, .pmcp-2026 .cmp-table tbody th {
  padding: 14px 20px; font-family: 'Inter', sans-serif; font-size: 14px; color: #1D1D1D;
  border: none; border-bottom: 1px solid #E7EBF3; background: #fff;
}
.pmcp-2026 .cmp-table tbody th { text-align: left; font-weight: 400; color: #4D4D4D; }
.pmcp-2026 .cmp-table tbody tr:last-child td, .pmcp-2026 .cmp-table tbody tr:last-child th { border-bottom: none; }
.pmcp-2026 .cmp-table tbody tr:nth-child(even) td, .pmcp-2026 .cmp-table tbody tr:nth-child(even) th { background: #FAFBFF; }
.pmcp-2026 .cmp-table td.tc { text-align: center; }
.pmcp-2026 .cmp-table td.cirra-col { background: #EDF0FC !important; font-weight: 600; color: #05184F; }
.pmcp-2026 .cmp-table tbody tr:nth-child(even) td.cirra-col { background: #E6EBFA !important; }
.pmcp-2026 .cmp-sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.pmcp-2026 .cmp-footnote { font-size: 13px; color: #6B6B7D; text-align: center; margin: 20px 0 0; }
.pmcp-2026 .cmp-footnote a { color: #4068EB; text-decoration: none; }
.pmcp-2026 .cmp-footnote a:hover { text-decoration: underline; }

/* Mobile: turn the table into stacked capability cards instead of forcing
   horizontal scroll. Each row becomes a card: the capability name on top,
   then one full-width line per option (Cirra AI, then Salesforce Hosted
   MCP) so values never get squeezed into a narrow column and wrap oddly. */
@media (max-width: 640px) {
  .pmcp-2026 .cmp-table-wrap { overflow-x: visible; border: none; box-shadow: none; background: none; }
  .pmcp-2026 .cmp-table { min-width: 0; display: block; width: 100%; border-collapse: separate; }
  .pmcp-2026 .cmp-table thead { display: none; }
  .pmcp-2026 .cmp-table tbody { display: block; }
  .pmcp-2026 .cmp-table tr {
    display: block; background: #fff; border: 1px solid #E7EBF3; border-radius: 14px;
    padding: 16px; margin-bottom: 12px; box-shadow: 0 2px 8px rgba(5,24,79,0.04);
  }
  .pmcp-2026 .cmp-table tbody tr:nth-child(even) { background: #fff; }
  .pmcp-2026 .cmp-table tbody th {
    display: block; padding: 0 0 12px; font-size: 15px; font-weight: 700;
    color: #05184F; border: none !important; margin: 0 0 12px; background: none !important; text-align: left;
  }
  .pmcp-2026 .cmp-table td {
    display: flex; align-items: center; gap: 8px;
    padding: 8px 10px; border: none !important; background: #F5F5F7 !important; font-size: 13.5px;
    text-align: left; border-radius: 8px; margin-bottom: 8px;
  }
  .pmcp-2026 .cmp-table td:last-of-type { margin-bottom: 0; }
  .pmcp-2026 .cmp-table td::before {
    content: attr(data-label); flex-shrink: 0; min-width: 92px; font-size: 10.5px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.03em; color: #6B6B7D;
  }
  .pmcp-2026 .cmp-table td svg { flex-shrink: 0; }
  .pmcp-2026 .cmp-table td.cirra-col { background: #EDF0FC !important; font-weight: 600; color: #05184F; }
  .pmcp-2026 .cmp-table td.cirra-col::before { color: #4068EB; }
}

/* ---- Governed-by-design (bento grid, distinct from the checklist look) --- */
.pmcp-2026 .gov-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  border: 1px solid #E7EBF3; border-radius: 16px; overflow: hidden; background: #fff;
}
.pmcp-2026 .gov-item { padding: 32px; border-right: 1px solid #E7EBF3; border-bottom: 1px solid #E7EBF3; }
.pmcp-2026 .gov-item:nth-child(2n) { border-right: none; }
@media (min-width: 768px) {
  .pmcp-2026 .gov-item:nth-last-child(-n+2) { border-bottom: none; }
}
.pmcp-2026 .gov-item__icon {
  width: 36px; height: 36px; border-radius: 10px; background: linear-gradient(135deg, #EDF0FC 0%, #E3F7F1 100%);
  color: #4068EB; display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.pmcp-2026 .gov-item__icon svg { width: 18px; height: 18px; }
.pmcp-2026 .gov-item__t { font-size: 16px; font-weight: 700; color: #1D1D1D; margin: 0 0 8px; letter-spacing: -0.01em; }
.pmcp-2026 .gov-item__b { font-size: 14px; line-height: 1.6; color: #4D4D4D; margin: 0; }

/* ---- Plans / pricing cards ------------------------------------------------*/
.pmcp-2026 .plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pmcp-2026 .plan-card {
  background: #fff; border: 1px solid #E7EBF3; border-radius: 18px; padding: 36px 30px; text-align: center;
  display: flex; flex-direction: column;
}
.pmcp-2026 .plan-card--featured { border-color: #4068EB; box-shadow: 0 14px 36px rgba(64,104,235,0.14); position: relative; }
.pmcp-2026 .plan-card__badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: #4068EB; color: #fff; font-family: 'JetBrains Mono', monospace; font-size: 10px;
  font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 14px; border-radius: 999px;
}
.pmcp-2026 .plan-card__name {
  font-family: 'JetBrains Mono', monospace; font-size: 12px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: #4068EB; margin-bottom: 14px;
}
.pmcp-2026 .plan-card__price { font-size: 38px; font-weight: 700; color: #05184F; letter-spacing: -0.02em; margin-bottom: 6px; }
.pmcp-2026 .plan-card__price span { font-size: 15px; font-weight: 400; color: #6B6B7D; }
.pmcp-2026 .plan-card__for { font-size: 14px; color: #4D4D4D; margin: 0 0 14px; }
.pmcp-2026 .plan-card__credits { font-size: 13.5px; color: #6B6B7D; line-height: 1.55; min-height: 64px; margin: 0 0 24px; }
.pmcp-2026 .plan-card .h-btn { width: 100%; justify-content: center; margin-top: auto; }
.pmcp-2026 .plans-footnote { font-size: 13px; color: #6B6B7D; text-align: center; margin: 24px 0 0; }
.pmcp-2026 .plans-footnote a { color: #4068EB; text-decoration: none; }
.pmcp-2026 .plans-footnote a:hover { text-decoration: underline; }

/* ---- Testimonials (LinkedIn screenshot cards, shared pattern) ------------ */
.pmcp-2026 .tshots { display: flex; gap: 22px; align-items: flex-start; }
.pmcp-2026 .tshots__col { flex: 1; display: flex; flex-direction: column; gap: 22px; }
.pmcp-2026 .tshot {
  display: block; text-decoration: none; border-radius: 16px; overflow: hidden;
  border: 1px solid #E7EBF3; background: #fff; box-shadow: 0 2px 8px rgba(5,24,79,0.04);
  transition: transform 0.25s cubic-bezier(0.22,1,0.36,1), box-shadow 0.25s cubic-bezier(0.22,1,0.36,1), border-color 0.25s ease;
}
.pmcp-2026 .tshot:hover { transform: translateY(-4px); box-shadow: 0 14px 36px rgba(5,24,79,0.1); border-color: #D7DEF2; }
.pmcp-2026 .tshot__img { display: block; width: 100%; height: auto; }

/* ---- FAQ (shared faq pattern) --------------------------------------------*/
.pmcp-2026 .faq { max-width: 720px; margin: 0 auto; border-top: 1px solid #E7EBF3; }
.pmcp-2026 .faq__item { border-bottom: 1px solid #E7EBF3; }
.pmcp-2026 .faq__item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer;
  padding: 24px 4px; font-size: 16px; font-weight: 600; color: #1D1D1D; line-height: 1.4;
  transition: color 0.15s ease;
}
.pmcp-2026 .faq__item summary:hover { color: #4068EB; }
.pmcp-2026 .faq__item summary::-webkit-details-marker { display: none; }
.pmcp-2026 .faq__icon { width: 22px; height: 22px; position: relative; flex-shrink: 0; color: currentColor; }
.pmcp-2026 .faq__icon::before, .pmcp-2026 .faq__icon::after {
  content: ''; position: absolute; background: currentColor; border-radius: 2px; transition: transform 0.2s ease;
}
.pmcp-2026 .faq__icon::before { top: 10px; left: 3px; width: 16px; height: 2px; }
.pmcp-2026 .faq__icon::after { left: 10px; top: 3px; width: 2px; height: 16px; }
.pmcp-2026 .faq__item[open] .faq__icon::after { transform: scaleY(0); }
.pmcp-2026 .faq__a { padding: 0 4px 28px; font-size: 15px; color: #4D4D4D; line-height: 1.72; max-width: 92%; }
.pmcp-2026 .faq__a a { color: #4068EB; text-decoration: underline; text-underline-offset: 3px; }

/* ---- Final CTA (shared finalcta pattern) ----------------------------------*/
.pmcp-2026 .finalcta { position: relative; overflow: hidden; background: #05184F; color: #fff; }
.pmcp-2026 .finalcta::after {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; z-index: 2;
  background: linear-gradient(90deg, transparent 0%, #00FFDA 32%, #4068EB 68%, transparent 100%); opacity: 0.65;
}
.pmcp-2026 .finalcta::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 55% 60% at 78% 28%, rgba(64,104,235,0.5) 0%, transparent 60%),
              radial-gradient(ellipse 50% 55% at 18% 82%, rgba(0,255,218,0.2) 0%, transparent 60%);
}
.pmcp-2026 .finalcta__inner { position: relative; z-index: 1; max-width: 680px; margin: 0 auto; text-align: center; padding: 104px 24px; }
.pmcp-2026 .finalcta h2 { font-size: clamp(30px, 4.5vw, 50px); font-weight: 700; letter-spacing: -0.025em; line-height: 1.08; margin: 0 0 24px; color: #fff; }
.pmcp-2026 .finalcta__lead { font-size: 18px; line-height: 1.55; color: rgba(255,255,255,0.78); margin: 0 auto 34px; max-width: 480px; }
.pmcp-2026 .finalcta__row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* ---- Responsive ------------------------------------------------------------*/
@media (max-width: 1024px) {
  .pmcp-2026 .hero { padding: 180px 24px 112px; }
  .pmcp-2026 .steps { grid-template-columns: 1fr; }
  .pmcp-2026 .h-cards3 { grid-template-columns: repeat(2, 1fr); }
  .pmcp-2026 .plans-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .pmcp-2026 .feature-strip { grid-template-columns: repeat(3, 1fr); }
  .pmcp-2026 .feature-strip__item:nth-child(3) { border-right: none; }
}
@media (max-width: 767px) {
  .pmcp-2026 .h-section { padding: 64px 20px; }
  .pmcp-2026 .h-section--tight { padding: 56px 20px; }
  .pmcp-2026 .hero { padding: 164px 20px 100px; }
  .pmcp-2026 .h-cards3 { grid-template-columns: 1fr; }
  .pmcp-2026 .h-cards-auto { grid-template-columns: 1fr; }
  .pmcp-2026 .tshots { flex-direction: column; }
  .pmcp-2026 .tshots__col { flex: unset; width: 100%; }
  .pmcp-2026 .finalcta__inner { padding: 72px 20px; }
  .pmcp-2026 .feature-strip { grid-template-columns: 1fr; }
  .pmcp-2026 .feature-strip__item { border-right: none !important; border-bottom: 1px solid rgba(5,24,79,0.08); }
  .pmcp-2026 .feature-strip__item:last-child { border-bottom: none; }
  .pmcp-2026 .gov-grid { grid-template-columns: 1fr; }
  .pmcp-2026 .gov-item { border-right: none !important; }
  .pmcp-2026 .gov-item:last-child { border-bottom: none; }
  .pmcp-2026 .matters-list { grid-template-columns: 1fr; gap: 28px; max-width: 520px; }
  .pmcp-2026 .matters-item { flex-direction: row; align-items: flex-start; text-align: left; gap: 16px; }
  .pmcp-2026 .matters-item__icon { margin-bottom: 0; }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pmcp-2026 .matters-list { grid-template-columns: repeat(2, 1fr); }
}
