body {
    font-family: Georgia, serif;
    line-height: 1.6;
    color: #222;
    max-width: 750px;
    margin: 40px auto;
    padding: 0 20px;
    background-color: #fcfcfc;
}
header, footer {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
footer {
    border-top: 1px solid #ddd;
    margin-top: 60px;
    font-size: 0.9em;
    color: #666;
}
h1, h2, h3 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #111;
}
a { color: #0066cc; text-decoration: none; }
a:hover { text-decoration: underline; }
.meta { font-style: italic; color: #555; margin-bottom: 30px; }

/* Paywall Elements */
.blurred-content {
    filter: blur(5px);
    user-select: none;
    pointer-events: none;
    opacity: 0.5;
}
.paywall-box {
    background: #fff;
    border: 2px solid #0066cc;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    margin: 40px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.btn-google {
    background: #4285F4;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    font-size: 1em;
}
.payment-details {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    padding: 20px;
    text-align: left;
    display: inline-block;
    border-radius: 6px;
    margin-top: 15px;
}
.hidden { display: none !important; }
