body { font-family: -apple-system, sans-serif; max-width: 900px; margin: 0 auto; padding: 40px 20px; background: #0f1115; color: #e6e6e6; line-height: 1.7; }
h1 { font-size: 1.8rem; margin-bottom: 8px; }
h2 { font-size: 1.3rem; margin-top: 48px; margin-bottom: 16px; border-left: 4px solid #4a7fff; padding-left: 12px; }
.lead { color: #888; font-size: 1rem; margin-bottom: 32px; }
.hero { background: #1a1d24; padding: 32px; border-radius: 8px; margin-bottom: 24px; }
.pain-list { list-style: none; padding: 0; }
.pain-list li { padding: 8px 0 8px 28px; position: relative; color: #ccc; }
.pain-list li::before { content: "😩"; position: absolute; left: 0; }
.feature { background: #1a1d24; padding: 20px; border-radius: 8px; margin-bottom: 12px; }
.feature h3 { margin: 0 0 8px; font-size: 1.05rem; color: #4affb0; }
.proof { background: #123d24; border: 1px solid #2e7d4f; padding: 20px; border-radius: 8px; }
.proof a { color: #4affb0; }
table { width: 100%; border-collapse: collapse; margin-top: 16px; }
th, td { text-align: left; padding: 12px; border-bottom: 1px solid #2a2d34; }
th { color: #888; font-size: 0.85rem; font-weight: normal; }
td.price { font-weight: bold; color: #4affb0; }
.plan-name { font-weight: bold; }
.cta { display: inline-block; margin-top: 32px; padding: 14px 32px; background: #4a7fff; color: white; text-decoration: none; border-radius: 6px; font-weight: bold; }
.cta:hover { background: #3a6fef; }
footer { margin-top: 60px; color: #666; font-size: 0.85rem; text-align: center; }
