/* Vesper Colors Chrome extension landing page - reusing the Inspect/Audit product 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; }
.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; }

/* Field table (role list) */
.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); }

/* Hero visual: browser frame + side panel mock */
.screenshot-wrap { background: var(--bg3); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; position: relative; }
.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; }
.vcx-body { min-height: 300px; display: flex; background: linear-gradient(135deg, #0d1120 0%, #15102a 100%); position: relative; overflow: hidden; }
.vcx-ghost { flex: 1; padding: 20px; opacity: 0.22; display: flex; flex-direction: column; gap: 10px; }
.vcx-ghost .gh { background: #334155; border-radius: 3px; }
.vcx-ghost .gp { background: #1e293b; border-radius: 3px; }
.vcx-panel { width: 236px; flex-shrink: 0; background: #0f1729; border-left: 1px solid #2a3550; display: flex; flex-direction: column; box-shadow: -8px 0 28px rgba(0,0,0,0.45); }
.vcx-panel-head { display: flex; align-items: center; gap: 7px; padding: 9px 12px; border-bottom: 0.5px solid #2a3550; color: #f0f4ff; font-size: 11px; font-weight: 500; }
.vcx-panel-count { margin-left: auto; font-size: 9px; color: #8892a8; }
.vcx-band { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 8px 13px; min-height: 52px; }
.vcx-band-label { font-size: 9.5px; font-weight: 600; margin-bottom: 1px; }
.vcx-band-hex { font-family: monospace; font-size: 16px; font-weight: 700; letter-spacing: 0.5px; }
.vcx-band-name { font-size: 8.5px; margin-top: 1px; }
.vcx-panel-link { border-top: 0.5px solid #2a3550; background: #11182b; padding: 8px 12px; }
.vcx-panel-link-lbl { font-size: 8px; color: #8892a8; margin-bottom: 4px; }
.vcx-panel-link-url { font-family: monospace; font-size: 8px; color: #998ac2; background: #0f1729; border: 0.5px solid #2a3550; border-radius: 4px; padding: 5px 6px; word-break: break-all; line-height: 1.5; }

@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; }
}
