/* Blog-only styles. Inherits brand tokens/components from ingredients.css. */
/* Header site-name is a link on the blog (→ blog home) — kill link underline/colour. */
.pm-site-name { text-decoration: none; transition: color .15s; }
.pm-site-name:hover { color: #5f8597; }

.pm-blog-hero { max-width: 640px; margin: 0 auto; padding: 40px 0 28px; text-align: center; }
.pm-blog-badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px;
  border-radius: 999px; background: rgba(160,195,210,.14); border: 1px solid rgba(160,195,210,.35);
  color: #5f8597; font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .05em; margin-bottom: 16px; }
.pm-blog-hero h1 { font-family: 'Lora', Georgia, serif; font-size: clamp(28px, 4.4vw, 44px);
  font-weight: 600; line-height: 1.12; letter-spacing: -.015em; color: #1c2530; margin: 0 0 12px; }
.pm-blog-hero h1 em { font-style: normal;
  background: linear-gradient(135deg,#A0C3D2,#7aafc2);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.pm-blog-hero p { font-size: 15px; color: #4b5b68; line-height: 1.6; margin: 0; }

.pm-blog-topics { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px;
  justify-content: center; margin: 0 auto 18px; max-width: 760px; }
.pm-blog-topics-label { font-size: 13px; font-weight: 700; color: #354A55; }
.pm-blog-topics a { font-size: 13px; font-weight: 600; color: #5f8597;
  padding: 5px 12px; border-radius: 999px; background: rgba(160,195,210,.12);
  border: 1px solid rgba(160,195,210,.30); transition: all .15s; }
.pm-blog-topics a:hover { background: #A0C3D2; border-color: #A0C3D2; color: #fff; }

.pm-blog-filter { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;
  margin: 0 auto 24px; max-width: 760px; }
.pm-blog-filter-chip { font-family: inherit; cursor: pointer; padding: 7px 15px;
  border-radius: 999px; border: 1.5px solid #e2e8f0; background: #fff; color: #4b5b68;
  font-size: 13px; font-weight: 600; transition: all .15s; }
.pm-blog-filter-chip:hover { border-color: #A0C3D2; color: #354A55; }
.pm-blog-filter-chip.is-active { background: #A0C3D2; border-color: #A0C3D2; color: #fff; }

/* Segmented control: components (ingredient guides) vs product reviews */
.pm-blog-seg-wrap { display: flex; justify-content: center; margin: 0 0 20px; }
.pm-blog-seg { display: inline-flex; gap: 4px; padding: 4px;
  border-radius: 999px; background: #eef3f6; border: 1px solid #e2e8f0; }
.pm-blog-seg-btn { font-family: inherit; cursor: pointer; display: inline-flex; align-items: center;
  gap: 8px; min-height: 40px; padding: 8px 20px; border: none; border-radius: 999px;
  background: transparent; color: #5f8597; font-size: 14px; font-weight: 700; letter-spacing: -.01em;
  transition: background .18s, color .18s, box-shadow .18s; }
.pm-blog-seg-btn:hover { color: #354A55; }
.pm-blog-seg-btn.is-active { background: #fff; color: #354A55;
  box-shadow: 0 2px 8px rgba(53,74,85,.10); }
.pm-blog-seg-btn:focus-visible { outline: 2px solid #7aafc2; outline-offset: 2px; }
.pm-blog-seg-count { font-size: 11px; font-weight: 700; color: #94a3b8;
  background: rgba(160,195,210,.18); border-radius: 999px; padding: 2px 8px; min-width: 22px; text-align: center; }
.pm-blog-seg-btn.is-active .pm-blog-seg-count { color: #5f8597; background: rgba(160,195,210,.28); }
@media (max-width: 480px) {
  .pm-blog-seg { display: flex; width: 100%; }
  .pm-blog-seg-btn { flex: 1; justify-content: center; padding: 8px 12px; font-size: 13px; }
}

.pm-blog-featured { display: grid; grid-template-columns: minmax(0, 44%) 1fr; gap: 0;
  background: #fff; border: 1px solid #ecebe6; border-radius: 20px; overflow: hidden;
  text-decoration: none; margin: 0 0 18px;
  box-shadow: 0 1px 2px rgba(60,72,88,.04), 0 10px 28px rgba(60,72,88,.06);
  transition: border-color .18s, box-shadow .25s, transform .18s; }
.pm-blog-featured:hover { border-color: #d8cfc4;
  box-shadow: 0 6px 14px rgba(60,72,88,.08), 0 22px 48px rgba(60,72,88,.12); transform: translateY(-3px); }
.pm-blog-featured-media { position: relative; min-height: 210px; line-height: 0; overflow: hidden; }
.pm-blog-featured-media svg { display: block; width: 100%; height: 100%; }
.pm-blog-featured:hover .pm-blog-featured-media svg { transform: scale(1.04); transition: transform .4s ease; }
.pm-blog-featured-body { padding: 30px 32px; display: flex; flex-direction: column; gap: 12px;
  justify-content: center; }
.pm-blog-featured-kicker { color: #5f8597; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em; }
.pm-blog-featured-body h2 { font-family: 'Lora', Georgia, serif; font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 600; line-height: 1.2; letter-spacing: -.01em; color: #1c2530; margin: 0; }
.pm-blog-featured-body p { font-size: 15px; line-height: 1.6; color: #4b5b68; margin: 0; }
@media (max-width: 640px) {
  .pm-blog-featured { grid-template-columns: 1fr; }
  .pm-blog-featured-media { min-height: 150px; }
  .pm-blog-featured-body { padding: 22px 22px 24px; }
}

.pm-blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px; margin: 0 auto 64px; }
.pm-blog-card { display: flex; flex-direction: column; background: #fff;
  border: 1px solid #ecebe6; border-radius: 18px; overflow: hidden; text-decoration: none;
  box-shadow: 0 1px 2px rgba(60,72,88,.04), 0 8px 22px rgba(60,72,88,.05);
  transition: border-color .18s, box-shadow .25s, transform .18s; }
.pm-blog-card:hover { border-color: #d8cfc4; box-shadow: 0 4px 10px rgba(60,72,88,.07), 0 18px 40px rgba(60,72,88,.10);
  transform: translateY(-3px); }
.pm-blog-card-banner { position: relative; height: 118px; line-height: 0; overflow: hidden;
  border-bottom: 1px solid rgba(60,72,88,.06); }
.pm-blog-card-banner svg { display: block; width: 100%; height: 100%; }
.pm-blog-card-banner::after { content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  opacity: .035; mix-blend-mode: multiply; }
.pm-blog-card-banner.is-photo { height: 150px; background: #fff; border-bottom-color: transparent; }
.pm-blog-card-banner.is-photo img { width: 100%; height: 100%; object-fit: contain;
  display: block; padding: 10px; }
.pm-blog-card-banner.is-photo::after { opacity: 0; }
.pm-blog-card:hover .pm-blog-card-banner svg,
.pm-blog-card:hover .pm-blog-card-banner.is-photo img { transform: scale(1.05); transition: transform .4s ease; }
.pm-blog-card-score { position: absolute; left: 16px; bottom: 12px; display: inline-flex;
  align-items: baseline; gap: 1px; padding: 5px 11px; border-radius: 12px; background: #fff;
  box-shadow: 0 2px 8px rgba(53,74,85,.14); font-size: 17px; font-weight: 800; color: #354A55; }
.pm-blog-card-new { position: absolute; top: 10px; left: 10px; z-index: 2;
  background: #1c2530; color: #fff; font-size: 10px; font-weight: 800;
  letter-spacing: .07em; text-transform: uppercase; padding: 4px 9px; border-radius: 999px;
  box-shadow: 0 2px 6px rgba(28,37,48,.22); }
.pm-blog-card-score i { font-size: 10px; font-weight: 700; font-style: normal; color: #94a3b8; }
.pm-blog-card-score[data-band="high"] { color: #2f8a6e; }
.pm-blog-card-score[data-band="good"] { color: #4f9fb5; }
.pm-blog-card-score[data-band="mid"] { color: #c08a3e; }
.pm-blog-card-score[data-band="low"] { color: #c56b6b; }
.pm-blog-card-body { display: flex; flex-direction: column; gap: 10px; padding: 18px 20px 20px; flex: 1; }
.pm-blog-card-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.pm-blog-card-tags span { padding: 3px 10px; border-radius: 999px; background: rgba(160,195,210,.14);
  color: #5f8597; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.pm-blog-card h2, .pm-blog-card h3 { font-family: 'Lora', Georgia, serif; font-size: 17px;
  font-weight: 600; line-height: 1.28; letter-spacing: -.005em; color: #1c2530; margin: 0; }
.pm-blog-card p { font-size: 14px; color: #4b5b68; line-height: 1.55; margin: 0; flex: 1; }
.pm-blog-card-foot { display: flex; align-items: center; justify-content: space-between; }
.pm-blog-readtime { font-size: 11px; color: #94a3b8; font-weight: 500; }
.pm-blog-readmore { font-size: 13px; font-weight: 700; color: #7aafc2; }

.pm-blog-article { max-width: 720px; margin: 0 auto; }
.pm-blog-hero-banner { margin: 4px 0 22px; border-radius: 16px; overflow: hidden; line-height: 0; }
.pm-blog-hero-banner svg { display: block; width: 100%; height: auto; }
.pm-blog-article-header { padding: 8px 0 24px; }
.pm-blog-article-header h1 { font-family: 'Lora', Georgia, serif; font-size: clamp(26px, 3.8vw, 40px);
  font-weight: 600; line-height: 1.15; letter-spacing: -.012em; color: #1c2530; margin: 6px 0 16px; }
.pm-blog-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px;
  font-size: 12px; color: #94a3b8; margin-bottom: 18px; }
.pm-blog-meta-tags { display: inline-flex; flex-wrap: wrap; gap: 6px; }
.pm-blog-meta-tags em { font-style: normal; padding: 3px 9px; border-radius: 999px;
  background: rgba(160,195,210,.14); color: #5f8597; font-size: 11px; font-weight: 600; }
.pm-blog-meta-dot { color: #cbd5e1; }
.pm-blog-byline { display: flex; align-items: center; gap: 11px; margin: 0 0 20px; }
.pm-blog-byline-av { display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%; background: #A0C3D2; color: #fff;
  font-size: 12px; font-weight: 800; letter-spacing: .02em; flex: none; }
.pm-blog-byline-text { display: flex; flex-direction: column; line-height: 1.35; }
.pm-blog-byline-text a { font-size: 14px; font-weight: 700; color: #354A55; text-decoration: none; }
.pm-blog-byline-text a:hover { color: #4f9fb5; }
.pm-blog-byline-date { font-size: 12px; color: #94a3b8; }
.pm-blog-topic-chip { display: inline-flex; align-self: flex-start; margin: 2px 0 4px;
  padding: 5px 13px; border-radius: 999px; background: rgba(160,195,210,.14); color: #5f8597;
  font-size: 12px; font-weight: 700; text-decoration: none; transition: background .18s, color .18s; }
.pm-blog-topic-chip:hover { background: #A0C3D2; color: #fff; }
.pm-blog-share { display: flex; align-items: center; flex-wrap: wrap; gap: 10px;
  margin: 32px 0 8px; padding-top: 20px; border-top: 1px solid #eef2f7; }
.pm-blog-share-label { font-size: 13px; font-weight: 700; color: #354A55; margin-right: 2px; }
.pm-blog-share-btn { display: inline-flex; align-items: center; gap: 7px; cursor: pointer;
  padding: 8px 15px; border-radius: 999px; border: 1.5px solid #e2e8f0; background: #fff;
  color: #5f8597; font-family: inherit; font-size: 13px; font-weight: 700; text-decoration: none;
  transition: border-color .18s, color .18s, background .18s; }
.pm-blog-share-btn:hover { border-color: #A0C3D2; color: #354A55; }
.pm-blog-share-btn.is-done { border-color: #5fa79f; color: #2f8a6e; background: #f1f8f6; }
.pm-blog-lead { font-size: 17px; color: #44515f; line-height: 1.65;
  border-left: 3px solid #A0C3D2; padding-left: 18px; margin: 0; }
.pm-blog-lead::first-letter { font-family: 'Lora', Georgia, serif; font-size: 3em;
  font-weight: 600; float: left; line-height: .82; margin: 4px 10px 0 0; color: #5f8597; }
.pm-blog-top { position: fixed; right: 20px; bottom: 20px; z-index: 40;
  width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid #e2e8f0; border-radius: 50%; background: #fff; color: #5f8597; cursor: pointer;
  box-shadow: 0 4px 16px rgba(60,72,88,.16); transition: color .18s, border-color .18s, transform .18s; }
.pm-blog-top:hover { color: #354A55; border-color: #A0C3D2; transform: translateY(-2px); }
.pm-blog-top[hidden] { display: none; }
@media (max-width: 480px) { .pm-blog-top { right: 14px; bottom: 14px; } }
.pm-blog-sources { margin: 40px 0 8px; padding: 22px 24px; border: 1px solid #e7eef2;
  border-radius: 16px; background: #f7fafb; }
.pm-blog-sources h2 { font-size: 15px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .06em; color: #5f8597; margin: 0 0 12px; }
.pm-blog-sources ul { margin: 0; padding-left: 18px; }
.pm-blog-sources li { font-size: 14px; line-height: 1.6; color: #44515f; margin-bottom: 6px; }
.pm-blog-sources a { color: #4f9fb5; text-decoration: none; }
.pm-blog-sources a:hover { text-decoration: underline; }

.pm-cheat { margin: 26px 0 8px; }
.pm-cheat-title { font-family: 'Lora', Georgia, serif; font-size: 18px; font-weight: 600;
  color: #1c2530; margin: 0 0 14px; }
.pm-cheat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 12px; }
.pm-cheat-card { border: 1px solid #e7eef2; border-radius: 14px; padding: 15px 17px; background: #fff; }
.pm-cheat-head { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800;
  letter-spacing: -.01em; margin-bottom: 10px; }
.pm-cheat-head svg { flex: none; }
.pm-cheat-card ul { margin: 0; padding-left: 18px; }
.pm-cheat-card li { font-size: 14px; line-height: 1.5; color: #44515f; margin-bottom: 5px; }
.pm-cheat-card[data-kind="bad"] { border-color: #f0d6d6; background: #fdf7f7; }
.pm-cheat-card[data-kind="bad"] .pm-cheat-head { color: #c0504b; }
.pm-cheat-card[data-kind="time"] { border-color: #f0e2c8; background: #fdfaf3; }
.pm-cheat-card[data-kind="time"] .pm-cheat-head { color: #b07d2a; }
.pm-cheat-card[data-kind="good"] { border-color: #cfe6dd; background: #f4faf7; }
.pm-cheat-card[data-kind="good"] .pm-cheat-head { color: #2f8a6e; }

.pm-blog-body { margin-top: 28px; }
.pm-blog-body h2 { font-family: 'Lora', Georgia, serif; font-size: 23px; font-weight: 600;
  letter-spacing: -.005em; color: #1c2530; margin: 38px 0 12px; }
.pm-blog-body p { font-size: 16px; line-height: 1.75; color: #44515f; margin: 0 0 12px; }
.pm-blog-list { padding-left: 20px; margin: 12px 0 16px; }
.pm-blog-list li { font-size: 15px; line-height: 1.7; color: #44515f; margin-bottom: 6px; }

.pm-blog-figure { position: relative; margin: 28px 0 32px; padding: 30px 16px 10px;
  border: 1px solid #e7eef2; border-radius: 20px;
  background: linear-gradient(180deg,#fdfefe 0%,#f5f9fb 100%);
  box-shadow: 0 1px 2px rgba(44,69,82,.04), 0 10px 30px rgba(122,175,194,.08); }
.pm-blog-figure-kicker { position: absolute; top: 12px; left: 16px;
  font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: #8aa9b7; padding: 3px 9px; border-radius: 999px; background: rgba(160,195,210,.13); }
.pm-blog-figure svg { display: block; border-radius: 12px; }
.pm-blog-figure figcaption { font-size: 12.5px; line-height: 1.55; color: #5f8597;
  text-align: center; padding: 12px 14px 6px; margin-top: 6px; font-weight: 500;
  border-top: 1px solid #eef3f6; }

.pm-blog-download { display: flex; align-items: center; gap: 14px; margin: 20px 0;
  padding: 16px 20px; border-radius: 16px; background: #111827; color: #fff;
  text-decoration: none; transition: background .15s; }
.pm-blog-download:hover { background: #1e293b; }
.pm-blog-download-ic { flex: none; width: 40px; height: 40px; border-radius: 50%;
  background: #A0C3D2; color: #0f172a; font-size: 22px; font-weight: 800;
  display: flex; align-items: center; justify-content: center; }
.pm-blog-download-text { display: flex; flex-direction: column; gap: 2px; }
.pm-blog-download-text strong { font-size: 15px; font-weight: 700; }
.pm-blog-download-text span { font-size: 13px; color: rgba(255,255,255,.72); }

.pm-blog-tldr { margin: 24px 0 8px; padding: 18px 22px; border-radius: 16px;
  background: rgba(160,195,210,.10); border: 1px solid rgba(160,195,210,.30); }
.pm-blog-tldr-label { font-size: 11px; font-weight: 800; text-transform: uppercase;
  letter-spacing: .06em; color: #5f8597; margin-bottom: 10px; }
.pm-blog-tldr ul { margin: 0; padding-left: 20px; }
.pm-blog-tldr li { font-size: 15px; line-height: 1.6; color: #354A55; margin-bottom: 6px; }
.pm-blog-tldr li:last-child { margin-bottom: 0; }

.pm-blog-compare { margin: 28px 0 8px; }
.pm-blog-compare > h2 { font-size: 21px; font-weight: 700; color: #111827; margin: 0 0 14px; }
.pm-blog-compare-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch;
  border: 1.5px solid #e2e8f0; border-radius: 14px; }
.pm-blog-compare-table { width: 100%; border-collapse: collapse; font-size: 14px;
  min-width: 480px; background: #fff; }
.pm-blog-compare-table th { text-align: left; font-weight: 700; color: #111827;
  background: rgba(160,195,210,.12); padding: 12px 14px; border-bottom: 1.5px solid #e2e8f0; }
.pm-blog-compare-table td { padding: 11px 14px; color: #44515f; line-height: 1.5;
  border-bottom: 1px solid #eef2f7; vertical-align: top; }
.pm-blog-compare-table tr:last-child td { border-bottom: none; }
.pm-blog-compare-table .pm-cmp-label { font-weight: 600; color: #354A55; white-space: nowrap; }
.pm-blog-compare-table th + th, .pm-blog-compare-table td + td { border-left: 1px solid #eef2f7; }

.pm-blog-faq { max-width: 720px; margin: 40px auto 0; }
.pm-blog-faq > h2 { font-size: 21px; font-weight: 700; color: #111827; margin: 0 0 14px; }
.pm-blog-faq-list { display: flex; flex-direction: column; gap: 10px; }
.pm-blog-faq-item { border: 1.5px solid #e2e8f0; border-radius: 14px; padding: 14px 18px;
  background: #fff; transition: border-color .15s; }
.pm-blog-faq-item[open] { border-color: #A0C3D2; }
.pm-blog-faq-item summary { font-size: 16px; font-weight: 600; color: #111827;
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.pm-blog-faq-item summary::-webkit-details-marker { display: none; }
.pm-blog-faq-item summary::after { content: '+'; color: #7aafc2; font-weight: 700; font-size: 20px; line-height: 1; }
.pm-blog-faq-item[open] summary::after { content: '−'; }
.pm-blog-faq-item p { font-size: 15px; line-height: 1.7; color: #44515f; margin: 10px 0 0; }

.pm-blog-more { max-width: 720px; margin: 56px auto 64px; }
.pm-blog-more > h2 { font-size: 20px; font-weight: 700; color: #111827; margin: 0 0 18px; }

/* Product reviews (score cards) */
.pm-reviews { margin: 30px 0 8px; }
.pm-reviews > h2 { font-size: 21px; font-weight: 700; color: #111827; margin: 0 0 16px; }
.pm-review { background: #fff; border: 1.5px solid #e2e8f0; border-radius: 18px; padding: 20px;
  margin-bottom: 16px; transition: border-color .15s, box-shadow .2s; }
.pm-review:hover { border-color: #A0C3D2; box-shadow: 0 6px 26px rgba(160,195,210,.16); }
.pm-review-head { display: flex; gap: 15px; align-items: flex-start; }
.pm-review-score { flex: none; width: 58px; height: 58px; border-radius: 15px; display: flex;
  flex-direction: column; align-items: center; justify-content: center; font-size: 21px; font-weight: 800;
  color: #fff; line-height: 1; background: linear-gradient(135deg,#2f9e73,#4bbf8f); }
.pm-review-score span { font-size: 10px; font-weight: 600; opacity: .85; margin-top: 2px; }
.pm-review[data-band="good"] .pm-review-score { background: linear-gradient(135deg,#7aafc2,#A0C3D2); }
.pm-review[data-band="mid"] .pm-review-score { background: linear-gradient(135deg,#d99a2b,#e6b558); }
.pm-review[data-band="low"] .pm-review-score { background: linear-gradient(135deg,#d9663f,#e68a6b); }
.pm-review-headmain { flex: 1; min-width: 0; }
.pm-review-headmain h3 { font-size: 17px; font-weight: 700; color: #111827; margin: 0 0 9px; line-height: 1.3; }
.pm-review-bar { display: flex; height: 8px; border-radius: 999px; overflow: hidden;
  background: #eef2f7; margin-bottom: 6px; }
.pm-review-bar i { display: block; min-width: 0; }
.pm-review-bar .s { background: #4bbf8f; }
.pm-review-bar .c { background: #e6b558; }
.pm-review-bar .r { background: #e2674a; }
.pm-review-counts { font-size: 12px; color: #94a3b8; font-weight: 500; }
.pm-review-chips { display: flex; flex-wrap: wrap; gap: 7px; margin: 14px 0 0; }
.pm-review-chip { display: inline-flex; align-items: center; gap: 5px; padding: 5px 11px;
  border-radius: 999px; background: rgba(75,191,143,.12); color: #2f8360; font-size: 12px; font-weight: 600; }
.pm-review-chip svg { flex: none; }
.pm-review-verdict { font-size: 15px; line-height: 1.65; color: #44515f; margin: 14px 0 0; }
.pm-review-keys { list-style: none; padding: 0; margin: 14px 0 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 6px 18px; }
.pm-review-keys li { font-size: 13.5px; color: #44515f; line-height: 1.5; }
.pm-review-keys strong { color: #354A55; font-weight: 700; }
.pm-review-flag { display: flex; align-items: flex-start; gap: 8px; margin: 14px 0 0; padding: 10px 14px;
  border-radius: 12px; background: rgba(230,181,88,.14); color: #7a5a12; font-size: 13.5px; line-height: 1.5; }
.pm-review-flag svg { flex: none; margin-top: 1px; }
.pm-review-buy { display: flex; align-items: center; gap: 13px; margin: 16px 0 0; padding: 11px 14px;
  border-radius: 14px; border: 1.5px solid #e2e8f0; text-decoration: none;
  transition: border-color .15s, background .15s; }
.pm-review-buy:hover { border-color: #A0C3D2; background: rgba(160,195,210,.06); }
.pm-review-buy img { flex: none; width: 54px; height: 54px; border-radius: 10px; object-fit: cover; background: #f8fafc; }
.pm-review-buy-info { display: flex; flex-direction: column; gap: 2px; flex: 1; }
.pm-review-buy-info strong { font-size: 16px; font-weight: 800; color: #111827; }
.pm-review-buy-info em { font-style: normal; font-size: 13px; font-weight: 700; color: #7aafc2; }
.pm-review-oos { flex: none; font-size: 11px; font-weight: 700; color: #94a3b8;
  padding: 4px 10px; border-radius: 999px; background: #f1f5f9; }
.pm-review-oos[hidden] { display: none; }

/* Real product photo in a branded frame (2nd angle / texture) */
.pm-blog-photo { margin: 22px 0 26px; padding: 10px; border: 1px solid #e7eef2;
  border-radius: 18px; background: linear-gradient(180deg,#fdfefe 0%,#f5f9fb 100%);
  box-shadow: 0 1px 2px rgba(44,69,82,.04), 0 10px 30px rgba(122,175,194,.08); }
.pm-blog-photo img { display: block; width: 100%; height: auto; border-radius: 12px; background: #fff; }
.pm-blog-photo figcaption { font-size: 12.5px; line-height: 1.55; color: #5f8597;
  text-align: center; padding: 10px 14px 4px; font-weight: 500; }

/* Reading progress bar (article pages) */
.pm-read-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 200;
  background: transparent; pointer-events: none; }
.pm-read-progress > i { display: block; height: 100%; width: 100%; transform: scaleX(0);
  transform-origin: 0 50%; background: linear-gradient(90deg,#A0C3D2,#7aafc2); }

/* In-article table of contents */
.pm-blog-toc { margin: 22px 0 10px; padding: 16px 20px; border: 1px solid #e7eef2;
  border-radius: 16px; background: #fbfdfe; }
.pm-blog-toc-label { font-size: 11px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: #8aa9b7; margin-bottom: 8px; }
.pm-blog-toc ol { margin: 0; padding: 0; list-style: none; counter-reset: toc;
  display: flex; flex-direction: column; gap: 7px; }
.pm-blog-toc li { counter-increment: toc; font-size: 14px; line-height: 1.45;
  display: flex; gap: 9px; align-items: baseline; }
.pm-blog-toc li::before { content: counter(toc); flex: none; min-width: 20px; height: 20px;
  display: inline-flex; align-items: center; justify-content: center; border-radius: 50%;
  background: rgba(160,195,210,.18); color: #5f8597; font-size: 11px; font-weight: 800; }
.pm-blog-toc a { color: #44515f; text-decoration: none; }
.pm-blog-toc a:hover { color: #7aafc2; text-decoration: underline; }
.pm-blog-body h2 { scroll-margin-top: 62px; }

/* Blog search (index) */
.pm-blog-search { display: flex; align-items: center; gap: 10px; max-width: 560px;
  margin: 0 auto 18px; padding: 0 16px; height: 46px; border: 1.5px solid #e2e8f0;
  border-radius: 999px; background: #fff; color: #8aa9b7; transition: border-color .15s; }
.pm-blog-search:focus-within { border-color: #A0C3D2; }
.pm-blog-search input { flex: 1; border: 0; outline: 0; background: transparent;
  font: inherit; font-size: 15px; color: #2c4552; }
.pm-blog-empty { text-align: center; color: #8aa9b7; font-size: 15px; padding: 30px 0; }

/* Analyzer CTA: web button + secondary app link */
.pm-analyzer-cta-actions { display: flex; flex-direction: column; align-items: flex-end;
  gap: 8px; flex-shrink: 0; }
.pm-analyzer-cta-app { font-size: 12.5px; font-weight: 600; color: #5f8597;
  text-decoration: none; }
.pm-analyzer-cta-app:hover { color: #354A55; text-decoration: underline; }

/* See-also cluster (hub-and-spoke internal links) */
.pm-blog-seealso { margin: 28px 0; padding: 20px 22px; border: 1px solid #e7eef2;
  border-radius: 16px; background: #fbfdfe; }
.pm-blog-seealso h2 { font-size: 17px; font-weight: 700; color: #111827; margin: 0 0 10px; }
.pm-blog-seealso ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.pm-blog-seealso li { position: relative; padding-left: 20px; font-size: 15px; line-height: 1.5; }
.pm-blog-seealso li::before { content: "→"; position: absolute; left: 0; color: #9db6c2; font-weight: 700; }
.pm-blog-seealso a { color: #44515f; text-decoration: none; }
.pm-blog-seealso a:hover { color: #7aafc2; text-decoration: underline; }

@media (max-width: 600px) {
  .pm-blog-grid { grid-template-columns: 1fr; }
  .pm-review-keys { grid-template-columns: 1fr; }
  .pm-analyzer-cta-actions { align-items: stretch; width: 100%; }
  .pm-analyzer-cta-app { text-align: center; }
}
