/* Custom minimal polish */
:root { --pico-font-family: 'Inter', system-ui, sans-serif; --pico-font-size: 17px; }
#hero { text-align: center; padding: 4rem 0; }
#hero h1 { font-size: 3.5rem; font-weight: 800; margin-bottom: 0.5rem; letter-spacing: -1px; background: linear-gradient(45deg, #fff, #888); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
#hero img { width: 80px; height: 80px; margin-bottom: 1rem; border-radius: 22%; box-shadow: 0 4px 12px rgba(0,0,0,0.3); }
.feature-card { height: 100%; transition: transform 0.2s; border: 1px solid var(--pico-muted-border-color); }
.feature-card:hover { transform: translateY(-3px); border-color: var(--pico-primary); }
.screenshot-placeholder { aspect-ratio: 9/19; background: var(--pico-card-background-color); border-radius: 12px; border: 2px solid var(--pico-muted-border-color); display: flex; align-items: center; justify-content: center; font-size: 0.8rem; color: var(--pico-muted-color); }
nav { padding: 1rem 0; }
footer { margin-top: 4rem; text-align: center; opacity: 0.7; }
