.seo-entry-product {
  background: radial-gradient(circle at 86% 4%, color-mix(in oklab, var(--accent) 8%, transparent), transparent 32rem), var(--bg);
}

.seo-entry-product .article-shell { max-width: 1360px; padding-top: 30px; }
.seo-entry-product .seo-family-nav { display: none; }
.seo-entry-product .entry-product-hero { position: relative; max-width: none; min-height: 0; padding: 8px 0 58px; }
.seo-entry-product .entry-product-hero .article-title { max-width: none; font-weight: 620; }
.seo-entry-product .entry-product-hero .article-deck { max-width: 54ch; margin-top: 24px; color: #b8c0bb; font-size: 18px; line-height: 1.58; }
.pillar-page .entry-product-hero::before,
.pillar-page .entry-product-hero::after { display: none; }

.entry-parent-link { display: inline-flex; margin-top: 18px; color: var(--accent); font: 11px var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.entry-parent-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.seo-entry-product .price-tag { display: inline-flex; align-items: baseline; gap: 10px; margin: 4px 0 18px; }
.seo-entry-product .price-tag .price-v { font-size: clamp(40px, 6vw, 56px); font-weight: 600; color: var(--accent); line-height: 1; letter-spacing: -.02em; }
.seo-entry-product .price-tag .price-u { font-size: 14px; color: var(--muted); }
.entry-scope-tag .price-v { font-size: clamp(32px, 5vw, 46px); }

.entry-fit-band { padding-top: 62px; }
.entry-fit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.entry-fit-card { min-height: 275px; padding: 26px; border: 1px solid var(--pillar-line); border-radius: 12px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.014)); }
.entry-fit-card.is-fit { background: linear-gradient(145deg, color-mix(in oklab, var(--accent) 10%, transparent), rgba(255,255,255,.014)); }
.entry-fit-card > span { color: var(--accent); font: 10px var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.entry-fit-card h3 { margin: 34px 0 14px; font-size: clamp(25px, 3vw, 34px); line-height: 1.06; letter-spacing: -.025em; }
.entry-fit-card ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--border); }
.entry-fit-card li { position: relative; padding: 12px 8px 12px 24px; border-bottom: 1px solid var(--border); color: var(--text-2); font-size: 14px; line-height: 1.5; }
.entry-fit-card li::before { content: "+"; position: absolute; left: 4px; color: var(--accent); font-family: var(--mono); }
.entry-fit-card.is-not-fit li::before { content: "−"; color: var(--muted); }

.entry-system-path { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 22px 0 0; list-style: none; }
.entry-system-path::before { content: ""; position: absolute; top: 38px; left: 9%; right: 9%; height: 1px; background: linear-gradient(90deg, transparent, rgba(63,191,134,.75) 12%, rgba(63,191,134,.3) 88%, transparent); }
.entry-system-path li { position: relative; min-width: 0; min-height: 190px; padding: 23px 19px 20px; border: 1px solid var(--pillar-line); border-radius: 13px; background: linear-gradient(155deg, rgba(255,255,255,.042), rgba(255,255,255,.01)); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.entry-system-path li::before { content: ""; position: absolute; top: 10px; left: 50%; width: 7px; height: 7px; border: 1px solid var(--accent); border-radius: 50%; background: #0b0e0c; box-shadow: 0 0 0 5px #0b0e0c, 0 0 18px rgba(63,191,134,.4); transform: translate(-50%, -18px); }
.entry-system-path li:hover { z-index: 1; border-color: rgba(114,247,176,.4); background: linear-gradient(155deg, rgba(63,191,134,.1), rgba(255,255,255,.012)); transform: translateY(-5px); }
.entry-system-path span { color: var(--accent); font: 10px var(--mono); letter-spacing: .08em; }
.entry-system-path strong { display: block; margin: 30px 0 10px; font-size: 19px; }
.entry-system-path p { margin: 0; color: var(--text-2); font-size: 12px; line-height: 1.55; }

/* Four plain cards read as four unrelated text boxes. This rail keeps the
   steps separate while showing that each one hands work to the next. */
.seo-entry-product .service-grid.four { position: relative; gap: 12px; padding-top: 20px; }
.seo-entry-product .service-grid.four::before { content: ""; position: absolute; top: 34px; left: 10%; right: 10%; height: 1px; background: linear-gradient(90deg, transparent, rgba(63,191,134,.7), transparent); }
.seo-entry-product .service-grid.four .service-panel.compact { position: relative; min-height: 190px; padding: 52px 22px 22px; overflow: hidden; background: linear-gradient(155deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.seo-entry-product .service-grid.four .service-panel.compact::before { content: ""; position: absolute; top: 10px; left: 22px; width: 9px; height: 9px; border: 1px solid var(--accent); border-radius: 50%; background: #0b0e0c; box-shadow: 0 0 0 6px #0b0e0c, 0 0 18px rgba(63,191,134,.45); }
.seo-entry-product .service-grid.four .service-panel.compact::after { content: "→"; position: absolute; top: 28px; right: 20px; color: rgba(114,247,176,.65); font: 15px var(--mono); }
.seo-entry-product .service-grid.four .service-panel.compact:last-child::after { content: "✓"; }
.seo-entry-product .service-grid.four .service-panel.compact:hover { border-color: rgba(114,247,176,.42); background: linear-gradient(155deg, rgba(63,191,134,.1), rgba(255,255,255,.014)); transform: translateY(-5px); }
.seo-entry-product .service-grid.four .service-panel.compact h3 { margin-bottom: 12px; font-size: 20px; }
.seo-entry-product .service-grid.four .service-panel.compact p { color: var(--text-2); font-size: 14px; line-height: 1.6; }

@keyframes entry-stage-arrive {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: no-preference) {
  .entry-system-path li,
  .seo-entry-product .service-grid.four .service-panel.compact { animation: entry-stage-arrive .7s ease both; }
  :is(.entry-system-path li, .seo-entry-product .service-grid.four .service-panel.compact):nth-child(2) { animation-delay: .08s; }
  :is(.entry-system-path li, .seo-entry-product .service-grid.four .service-panel.compact):nth-child(3) { animation-delay: .16s; }
  :is(.entry-system-path li, .seo-entry-product .service-grid.four .service-panel.compact):nth-child(4) { animation-delay: .24s; }
  .entry-system-path li:nth-child(5) { animation-delay: .32s; }
}

.entry-table-region { overflow-x: auto; border: 1px solid var(--pillar-line); border-radius: 10px; background: rgba(255,255,255,.02); }
.entry-table-region table { width: 100%; min-width: 760px; border-collapse: collapse; text-align: left; }
.entry-table-region th { padding: 13px 16px; border-bottom: 1px solid var(--border-strong); color: var(--muted); font: 10px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.entry-table-region td { padding: 17px 16px; border-bottom: 1px solid var(--border); color: var(--text-2); font-size: 13px; line-height: 1.5; vertical-align: top; }
.entry-table-region tbody tr:last-child td { border-bottom: 0; }
.entry-table-region td:first-child { color: var(--accent); font-family: var(--mono); white-space: nowrap; }
.entry-example-note { margin: 12px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }

@media (max-width: 920px) {
  .seo-entry-product .entry-product-hero { min-height: 0; padding-right: 0; }
  .seo-entry-product .entry-product-hero .service-trust-row { position: static; width: 100%; margin-top: 28px; }
  .entry-system-path { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .entry-system-path::before,
  .seo-entry-product .service-grid.four::before { display: none; }
}

@media (max-width: 720px) {
  .seo-entry-product .article-shell { padding-top: 24px; }
  .seo-entry-product .entry-product-hero { padding-block: 8px 46px; }
  .seo-entry-product .entry-product-hero .article-title { font-size: clamp(42px, 12vw, 56px); line-height: 1; }
  .seo-entry-product .entry-product-hero .article-deck { margin-top: 20px; font-size: 16px; }
  .seo-entry-product .price-tag { align-items: flex-start; flex-direction: column; gap: 6px; }
  .entry-fit-grid, .entry-system-path { grid-template-columns: 1fr; }
  .entry-fit-card { min-height: 0; padding: 22px; }
  .entry-system-path { gap: 10px; padding-top: 12px; }
  .entry-system-path li { min-height: 0; }
  .seo-entry-product .service-grid.four { gap: 10px; padding-top: 12px; }
  .seo-entry-product .service-grid.four .service-panel.compact { min-height: 0; }
}
