
/* Hustle OS 39 - P1 Skin Styles */
:root { --color-bg: #fafafa; --color-text: #1a1a1a; --color-muted: #6b6b6b; --color-accent: #0066cc; --color-border: #ddd; --color-card: #fff; --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; --font-mono: "SF Mono", Menlo, monospace; }
* { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; }
body { background: var(--color-bg); color: var(--color-text); font-family: var(--font-body); line-height: 1.6; }
header { background: #fff; border-bottom: 1px solid var(--color-border); padding: 1rem; position: sticky; top: 0; z-index: 10; }
.callbar { background: #1a1a1a; color: #fff; padding: 0.75rem 1rem; margin-bottom: 1rem; text-align: center; }
.callbar a { color: #fff; text-decoration: none; display: flex; align-items: center; justify-content: center; gap: 0.5rem; font-size: 1.1rem; font-weight: 600; }
.ic-phone { width: 20px; height: 20px; fill: currentColor; }
nav { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; }
nav a { color: var(--color-text); text-decoration: none; padding: 0.25rem 0.75rem; border-radius: 4px; font-size: 0.9rem; }
nav a:hover { background: #f0f0f0; }
main { max-width: 720px; margin: 0 auto; padding: 2rem 1rem; }
.hero { margin-bottom: 2rem; text-align: center; }
.eyebrow { text-transform: uppercase; font-size: 0.75rem; letter-spacing: 0.1em; color: var(--color-muted); margin-bottom: 0.5rem; }
.lede { font-size: 1.25rem; line-height: 1.5; margin-bottom: 1rem; }
.btn { display: inline-block; background: var(--color-accent); color: #fff; text-decoration: none; padding: 0.75rem 1.5rem; border-radius: 6px; font-weight: 600; margin: 0.25rem; min-width: 120px; text-align: center; }
.btn:hover { background: #0055aa; }
.btn.big { font-size: 1.1rem; padding: 1rem 2rem; }
.col-two { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-bottom: 2rem; }
@media (min-width: 640px) { .col-two { grid-template-columns: 1fr 1fr; } }
.card { background: var(--color-card); border: 1px solid var(--color-border); border-radius: 8px; padding: 1.25rem; margin-bottom: 1rem; }
.card h2 { font-size: 1.1rem; margin-bottom: 0.75rem; }
.card ul { padding-left: 1.25rem; }
.card li { margin-bottom: 0.4rem; }
.card p { margin-top: 0.75rem; }
.row-cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; margin: 2rem 0; }
.fine { color: var(--color-muted); font-size: 0.85rem; margin-top: 0.5rem; }
.price { text-align: right; font-weight: 700; font-family: var(--font-mono); }
table { width: 100%; border-collapse: collapse; margin: 0.5rem 0 1rem; }
th, td { text-align: left; padding: 0.5rem; border-bottom: 1px solid var(--color-border); }
th { font-weight: 600; color: var(--color-muted); font-size: 0.85rem; text-transform: uppercase; }
.faq-list { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 2rem; }
.faq-item { background: var(--color-card); border: 1px solid var(--color-border); border-radius: 8px; padding: 1rem; }
.faq-item h3 { font-size: 1rem; margin-bottom: 0.5rem; }
.faq-item p { color: var(--color-muted); font-size: 0.95rem; }
footer { border-top: 1px solid var(--color-border); padding: 1.5rem; text-align: center; color: var(--color-muted); font-size: 0.85rem; }
footer p { margin-bottom: 0.25rem; }
