/* Shared presentation for individual product pages. */
.product-page { --product-accent: #e2b764; }
.product-page .eyebrow, .product-page .tag { font-size: .875rem; }
.product-page .btn { font-size: .875rem; line-height: 1.35; }
.product-page :is(section, header)[id] { scroll-margin-top: 110px; }
.product-page .skip-link { position: absolute; left: 20px; top: -100px; z-index: 100; padding: 12px 18px; background: var(--gold); color: var(--ink); }
.product-page .skip-link:focus { top: 12px; }
.product-hero { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 48px; padding: 42px 0 56px; }
.product-hero h1 { font-size: clamp(2.7rem, 4.5vw, 4.3rem); line-height: 1.06; }
.product-hero .lead { color: #d4cec3; font-size: 1.15rem; max-width: 39rem; }
.product-page .card-actions { justify-content: flex-start; }
.purchase-note { margin: 18px 0 0; font: .95rem/1.65 Arial, sans-serif; color: #c8c1b7; }
.purchase-note strong { color: var(--cream); }
.product-shot { margin: 0; min-width: 0; }
.product-shot a { display: block; border: 1px solid #4c4436; border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); }
.product-shot img { display: block; width: 100%; height: auto; background: var(--panel); }
.product-shot figcaption { font: .9rem/1.6 Arial, sans-serif; color: #bdb7ad; margin-top: 14px; }
.product-subnav { display: flex; flex-wrap: wrap; gap: 12px 26px; border-top: 1px solid var(--line); padding: 20px 0; font: .95rem/1.5 Arial, sans-serif; }
.product-subnav a { text-underline-offset: 5px; text-decoration-color: var(--gold); }
.product-page .section { padding: 64px 0; }
.product-page .section-head { max-width: 760px; margin: 0 0 32px; text-align: left; }
.product-page .section-head p { color: #c8c1b7; }
.product-page .section-head .eyebrow { color: var(--gold); }
.demo-layout { display: grid; grid-template-columns: 1.6fr 1fr; align-items: start; gap: 32px; }
.product-video { display: block; width: 100%; aspect-ratio: 16/9; background: #000; border: 1px solid var(--line); border-radius: 8px; }
.media-note { margin: 12px 0; color: #bdb7ad; font: .9rem/1.6 Arial, sans-serif; }
.tutorial-panel { padding: 28px; background: var(--panel); border: 1px solid var(--line); border-radius: 8px; }
.tutorial-panel h3 { font-size: 1.6rem; }
.tutorial-panel p { color: #c8c1b7; }
.tutorial-panel a:not(.btn) { text-underline-offset: 4px; }
.product-page details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.product-page summary { cursor: pointer; font-size: 1.1rem; font-weight: bold; }
.product-page summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
.product-page details p { color: #c8c1b7; margin: 15px 0 0; }
.walkthrough { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; list-style: none; padding: 0; margin: 0; counter-reset: step; }
.walkthrough li { counter-increment: step; border-top: 1px solid var(--gold); padding-top: 24px; }
.walkthrough li::before { content: "0" counter(step); display: block; color: var(--gold); font: .95rem/1 Arial, sans-serif; margin-bottom: 20px; }
.walkthrough h3 { font-size: 1.45rem; }
.walkthrough p { color: #c8c1b7; }
.screenshot-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 40px; }
.deliverables { display: grid; grid-template-columns: 1fr 1fr; gap: 0 50px; margin: 0; }
.deliverables div { border-top: 1px solid var(--line); padding: 24px 0; }
.deliverables dt { font-size: 1.3rem; font-weight: bold; margin-bottom: 8px; }
.deliverables dd { margin: 0; color: #c8c1b7; }
.example-intro { padding: 24px 28px; border-left: 2px solid var(--gold); background: var(--panel); margin: 0 0 28px; }
.example-intro p { margin: 0; }
.example-slides { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.example-slides li { padding: 24px 18px; min-height: 200px; border: 1px solid #474038; background: linear-gradient(155deg, #19161b, #101116); display: flex; flex-direction: column; justify-content: space-between; }
.example-slides span { font: .875rem/1.5 Arial, sans-serif; color: var(--gold); margin-bottom: 24px; }
.example-slides p { font-size: 1.2rem; line-height: 1.4; margin: 0; }
.offer-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.offer-card { border: 1px solid var(--gold); border-radius: 8px; background: var(--panel); padding: 36px; }
.offer-card .price { font-size: 3.2rem; color: var(--cream); }
.offer-card ul { padding-left: 20px; color: #d4cec3; }
.offer-card li { margin: 9px 0; }
.offer-card .btn { width: 100%; margin: 8px 0; }
.offer-card .purchase-note { margin-bottom: 18px; }
.bundle-note { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.bundle-note a { color: var(--gold-light); text-underline-offset: 4px; }
.product-link { color: inherit; text-decoration: none; }
.product-link:hover { color: var(--gold-light); text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 900px) {
  .product-hero, .demo-layout, .offer-layout { grid-template-columns: 1fr; gap: 30px; }
  .product-hero { padding-top: 28px; }
  .product-hero .product-shot { max-width: 760px; }
  .example-slides { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
  .product-page .section { padding: 44px 0; }
  .walkthrough, .screenshot-grid, .deliverables { grid-template-columns: 1fr; }
  .example-slides { grid-template-columns: 1fr; }
  .example-slides li { min-height: auto; flex-direction: row; gap: 20px; align-items: baseline; }
  .example-slides span { flex: 0 0 3.5rem; margin: 0; }
  .offer-card, .tutorial-panel { padding: 24px; }
  .product-page .card-actions .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .product-page .btn { transition: none; } }

/* Finished TeaserPro output gallery. */
.finished-slides { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:16px; margin:28px 0; }
.finished-slides figure { margin:0; min-width:0; }
.finished-slides a { display:block; border:1px solid #4c4436; border-radius:6px; overflow:hidden; }
.finished-slides img { display:block; width:100%; height:auto; aspect-ratio:2/3; object-fit:contain; background:#111318; }
.finished-slides figcaption { margin-top:10px; color:#c8c1b7; font: .9rem/1.5 Arial,sans-serif; }
.finished-example-notes { max-width:760px; color:#c8c1b7; }
.finished-example-notes strong { color:var(--cream); }
@media(max-width:900px){ .finished-slides { grid-template-columns:repeat(3,minmax(0,1fr)); } }
@media(max-width:600px){ .finished-slides { grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; } }
.sample-copy-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; margin:36px 0; }
.sample-copy { padding:24px; background:var(--panel); border:1px solid var(--line); border-radius:8px; }
.sample-copy blockquote { margin:0; font-size:1.25rem; line-height:1.55; }
.related-tools { display:flex; flex-wrap:wrap; gap:18px 30px; }
.related-tools a { color:var(--gold); text-underline-offset:5px; }
.product-page .offer-card[id] { scroll-margin-top:110px; }
@media(max-width:600px) {
  .sample-copy-grid { grid-template-columns:1fr; }
  .product-page :is(section,header,.offer-card)[id] { scroll-margin-top:230px; }
}

/* Complete tool directory and additional product examples. */
.product-page .product-card h3 a { color:inherit; text-decoration:none; }
.product-page .product-card h3 a:hover { text-decoration:underline; text-underline-offset:5px; }
.product-page .product-card { min-width:0; }
.product-page .product-card .btn { white-space:normal; }
.product-page .screenshot-grid.single-shot { grid-template-columns:minmax(0,900px); }
.product-page .product-hero > *, .product-page .offer-layout > *, .product-page .demo-layout > * { min-width:0; }
.product-page .product-card h3, .product-page .offer-card .btn { overflow-wrap:anywhere; }
@media(max-width:600px) { .product-page .product-hero h1 { font-size:clamp(2.2rem,10vw,3rem); } }
