body { max-width: 960px; float: center ;margin: 0 auto; background: white; }
.post .about { padding-top: 2em ; padding-bottom: 2em; color: slategray; font-style: Times-New-Roman; }
.flash { margin: 1em 0; margin-left:2em; padding: 1em; background: #cae6f6; border: 1px solid #377ba8; }

/* Pricing Grid & Cards */
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; margin: 2.5rem 0; width: 100%; }
@media (max-width: 960px) { .pricing-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); } }
@media (max-width: 580px) { .pricing-grid { grid-template-columns: 1fr; } }
.pricing-card { border: 1px solid rgba(128, 128, 128, 0.25); border-radius: 12px; padding: 1.75rem; background: rgba(0, 0, 0, 0.02); display: flex; flex-direction: column; justify-content: space-between; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); }
.pricing-card.featured { border: 2px solid #3b82f6; background: rgba(59, 130, 246, 0.05); }
.pricing-card .badge { display: inline-block; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; padding: 0.25rem 0.6rem; border-radius: 9999px; background: #3b82f6; color: #fff; margin-bottom: 0.75rem; width: fit-content; }
.pricing-card .plan-name, .pricing-card h3, .pricing-card h4 { font-size: 1.4rem; font-weight: 700; margin: 0 0 0.5rem 0; }
.pricing-card .price { font-size: 2.25rem; font-weight: 800; margin: 0.75rem 0; display: flex; align-items: baseline; gap: 0.25rem; }
.pricing-card .price .currency { font-size: 1.25rem; font-weight: 600; }
.pricing-card .price .period { font-size: 0.9rem; font-weight: 400; opacity: 0.7; }
.pricing-card .features, .pricing-card ul { list-style: none; padding: 0; margin: 1.25rem 0; flex-grow: 1; }
.pricing-card .features li, .pricing-card ul li { padding: 0.4rem 0; font-size: 0.95rem; display: flex; align-items: center; gap: 0.5rem; }
.pricing-card .features li::before, .pricing-card ul li::before { content: "✓"; color: #10b981; font-weight: bold; }
.btn-checkout, .btn-plan { display: block; text-align: center; padding: 0.75rem 1.25rem; border-radius: 8px; font-weight: 600; text-decoration: none; background: #2563eb; color: #ffffff !important; margin-top: 1.25rem; }
.btn-checkout:hover, .btn-plan:hover { background: #1d4ed8; }

/* Platform Forms & Newsletter Panel */
.newsletter-panel { border: 1px solid rgba(128, 128, 128, 0.25); border-radius: 12px; padding: 2rem; background: rgba(0, 0, 0, 0.02); margin: 2rem 0; max-width: 650px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06); }
.newsletter-panel .newsletter-info h3 { font-size: 1.5rem; font-weight: 700; margin: 0 0 0.5rem 0; }
.newsletter-panel .newsletter-info p { font-size: 1rem; opacity: 0.85; margin-bottom: 1rem; }
.newsletter-benefits { list-style: none; padding: 0; margin: 1rem 0 1.5rem 0; }
.newsletter-benefits li { padding: 0.3rem 0; font-size: 0.95rem; display: flex; align-items: center; gap: 0.5rem; }
.newsletter-benefits li::before { content: "✓"; color: #10b981; font-weight: bold; }
.platform-form { max-width: 550px; margin: 1.5rem 0; display: flex; flex-direction: column; gap: 1rem; }
.platform-form .form-row { display: flex; gap: 1rem; width: 100%; }
@media (max-width: 580px) { .platform-form .form-row { flex-direction: column; gap: 0.75rem; } }
.platform-form .form-group { display: flex; flex-direction: column; gap: 0.35rem; flex: 1; }
.platform-form label { font-size: 0.9rem; font-weight: 600; }
.platform-form label .required { color: #ef4444; }
.platform-form input[type="text"], .platform-form input[type="email"], .platform-form textarea { padding: 0.75rem 1rem; border-radius: 8px; border: 1px solid rgba(128, 128, 128, 0.3); background: rgba(255, 255, 255, 0.9); color: inherit; font-size: 1rem; box-sizing: border-box; width: 100%; }
.platform-form button[type="submit"], .btn-subscribe { padding: 0.75rem 1.5rem; border-radius: 8px; border: none; background: #2563eb; color: #ffffff; font-weight: 600; cursor: pointer; align-self: flex-start; }
.platform-form button[type="submit"]:hover, .btn-subscribe:hover { background: #1d4ed8; }
.cf-turnstile { margin: 0.75rem 0; min-height: 65px; }

