/* Inspect product page styles - reusing audit page patterns */
.product-hero { padding: 100px 0 80px; border-bottom: 1px solid var(--border2); position: relative; z-index: 1; }
.product-hero-inner { max-width: 1440px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.product-hero-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--lavender); margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
.product-hero-eyebrow::before { content: ''; display: block; width: 20px; height: 1px; background: var(--violet); }
.product-hero-title { font-family: 'Bricolage Grotesque', sans-serif; font-size: clamp(36px, 5vw, 60px); font-weight: 600; line-height: 1.06; letter-spacing: -0.02em; color: var(--text); margin-bottom: 20px; }
.product-hero-title em { font-style: italic; color: var(--lavender); }
.product-hero-desc { font-size: 16px; color: var(--text2); line-height: 1.7; margin-bottom: 32px; }
.product-hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.btn-primary, .btn-primary:visited, .btn-primary:active { display: inline-flex; align-items: center; gap: 8px; background: var(--violet); color: #fff !important; font-family: 'Gabarito', sans-serif; font-size: 14px; font-weight: 600; padding: 11px 22px; border-radius: 8px; text-decoration: none !important; transition: background 0.15s; }
.btn-primary:hover { background: #6a3d8a; color: #fff !important; }
.btn-primary.disabled { opacity: 0.5; cursor: not-allowed; pointer-events: none; }
.download-note { font-size: 12px; color: var(--text3); font-style: italic; margin-top: 6px; }
.platform-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 500; color: var(--lavender); border: 1px solid var(--border); border-radius: 99px; padding: 5px 14px; margin-top: 24px; }
.feature-section { padding: 80px 0; border-bottom: 1px solid var(--border2); position: relative; z-index: 1; }
.feature-section-inner { max-width: 1440px; margin: 0 auto; padding: 0 40px; }
.feature-section-label { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--lavender); margin-bottom: 48px; display: flex; align-items: center; gap: 12px; }
.feature-section-label::after { content: ''; flex: 1; height: 1px; background: var(--border); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.feature-item h3 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 16px; font-weight: 600; color: var(--text); margin-bottom: 8px; }
.feature-item p { font-size: 14px; color: var(--text2); line-height: 1.65; }
.feature-icon { width: 36px; height: 36px; border-radius: 8px; background: rgba(120,74,157,0.12); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; color: var(--lavender); }
.cta-bar { position: relative; z-index: 1; padding: 80px 0; text-align: center; }
.cta-bar h2 { font-family: 'Bricolage Grotesque', sans-serif; font-size: clamp(28px, 3.5vw, 42px); font-weight: 600; letter-spacing: -0.02em; color: var(--text); margin-bottom: 16px; }
.cta-bar p { font-size: 16px; color: var(--text2); margin-bottom: 32px; }

/* ── LIGHT MODE: LOGO COLORS ── */
[data-theme="light"] .pli1,
[data-theme="light"] .pau1 { fill: #5a3498 !important; }
[data-theme="light"] .pli2,
[data-theme="light"] .pau2 { fill: #0d7a6f !important; }

.chrome-bar { background: var(--bg2); border-bottom: 1px solid var(--border2); padding: 11px 14px; display: flex; align-items: center; gap: 7px; }
.dot { width: 10px; height: 10px; border-radius: 50%; }
.dot.r { background: #ef4444; opacity: 0.6; }
.dot.y { background: #f59e0b; opacity: 0.6; }
.dot.g { background: #22c55e; opacity: 0.6; }
.chrome-url { flex: 1; background: var(--bg3); border-radius: 4px; height: 20px; margin-left: 6px; border: 1px solid var(--border2); display: flex; align-items: center; padding: 0 10px; }
.chrome-url-text { font-size: 10px; color: var(--text3); font-family: monospace; }
.screenshot-body { min-height: 280px; display: flex; align-items: flex-end; justify-content: flex-end; background: linear-gradient(135deg, #0d1120 0%, #15102a 100%); position: relative; overflow: hidden; }
.page-ghost { position: absolute; inset: 0; padding: 20px; opacity: 0.22; display: flex; flex-direction: column; gap: 10px; }
.ghost-h { background: #334155; border-radius: 3px; }
.ghost-p { background: #1e293b; border-radius: 3px; }
.ghost-row { display: flex; gap: 10px; }
.ghost-img { background: #1e293b; border-radius: 6px; border: 1px solid #334155; flex-shrink: 0; }
.ghost-lines { flex: 1; display: flex; flex-direction: column; gap: 6px; justify-content: center; }
.screenshot-wrap { background: var(--bg3); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; position: relative; }
.insp-cursor { position: absolute; top: 40px; left: 10px; z-index: 10; pointer-events: none; }
.tooltip { position: relative; z-index: 2; margin: 16px; background: #192135; border-radius: 8px; overflow: hidden; width: 248px; box-shadow: 0 8px 28px rgba(0,0,0,0.55); }
.tt-header { padding: 7px 12px; font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; display: flex; align-items: center; gap: 6px; }
.tt-header.green { background: #15803d; color: #fff; }
.tt-header.red { background: #b92025; color: #fff; }
.tt-row { display: flex; padding: 3px 12px; gap: 8px; align-items: flex-start; }
.tt-lbl { color: #8b9ab0; font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.07em; min-width: 72px; flex-shrink: 0; padding-top: 2px; }
.tt-val { font-size: 11px; color: #f0f4ff; flex: 1; }
.tt-ok { color: #4ade80; }
.tt-dim { color: #8b9ab0; font-style: italic; }

/* Tooltip row table */
.tooltip-field-table { margin-top: 40px; }
.tooltip-field-row { display: grid; grid-template-columns: 140px 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--border2); align-items: start; }
.tooltip-field-row:first-child { border-top: 1px solid var(--border2); }
.tooltip-field-name { font-family: 'Courier New', monospace; font-size: 12.5px; color: var(--amber); font-weight: 600; }
.tooltip-field-desc { font-size: 13.5px; color: var(--text2); line-height: 1.6; }
.tooltip-field-desc strong { color: var(--text); }

@media (max-width: 768px) {
  .product-hero-inner { grid-template-columns: 1fr; gap: 40px; padding: 0 20px; }
  .feature-grid { grid-template-columns: 1fr; gap: 32px; }
  .feature-section-inner { padding: 0 20px; }
  .cta-bar { padding: 64px 20px; }
  .tooltip-field-row { grid-template-columns: 1fr; gap: 4px; }
}
