/* Generated by scripts/build-plans.mjs — do not edit by hand. */
/* Container comes from .bl-main in blog.css (max-width + horizontal padding).
   Only the narrower reading measure and bottom spacing are set here — do not
   drop .bl-main from the <main>, or the page renders edge-to-edge on mobile. */
.pl-main { max-width: 1000px; padding-bottom: 40px; }
.pl-hero { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.pl-hero h1 { font-size: clamp(32px, 5vw, 46px); margin: 0 0 14px; letter-spacing: -0.02em; }
.pl-hero p { color: #6b7480; font-size: 16.5px; line-height: 1.6; margin: 0; }

.pl-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-bottom: 56px; }
.pl-card { position: relative; border: 1px solid hsl(222 16% 91%); border-radius: 16px; padding: 26px 24px; background: #fff; display: flex; flex-direction: column; }
.pl-card-hi { border-color: #f7931e; box-shadow: 0 6px 28px rgba(247,147,30,.13); }
.pl-badge { position: absolute; top: -11px; left: 24px; background: #f7931e; color: #1c1206; font-size: 11.5px; font-weight: 800; padding: 4px 10px; border-radius: 999px; letter-spacing: .02em; }
.pl-card h2 { font-size: 21px; margin: 0 0 6px; }
.pl-blurb { color: #6b7480; font-size: 14px; margin: 0 0 18px; min-height: 40px; line-height: 1.5; }
.pl-price { margin: 0; font-size: 15px; color: #6b7480; }
.pl-price strong { font-size: 34px; color: #0f1720; letter-spacing: -0.02em; }
.pl-annual { color: #6b7480; font-size: 13.5px; margin: 4px 0 20px; }
.pl-feats { list-style: none; padding: 0; margin: 0 0 24px; flex: 1; }
.pl-feats li { position: relative; padding-left: 22px; margin-bottom: 9px; font-size: 14.5px; color: #3d4654; line-height: 1.5; }
.pl-feats li::before { content: "\2713"; position: absolute; left: 0; color: #f7931e; font-weight: 700; }
.pl-cta { display: inline-block; text-align: center; background: #0b1119; color: #fff; text-decoration: none; padding: 11px 18px; border-radius: 10px; font-weight: 700; font-size: 14.5px; }
.pl-card-hi .pl-cta { background: #f7931e; color: #1c1206; }

.pl-body h2 { font-size: 26px; margin: 48px 0 18px; letter-spacing: -0.01em; }
.pl-tablewrap { overflow-x: auto; border: 1px solid hsl(222 16% 91%); border-radius: 14px; }
.pl-table { width: 100%; border-collapse: collapse; font-size: 14.5px; min-width: 560px; }
.pl-table th, .pl-table td { padding: 11px 16px; text-align: left; border-bottom: 1px solid hsl(222 16% 93%); }
.pl-table thead th { background: #f7f6f3; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; color: #6b7480; }
.pl-table td { text-align: center; }
.pl-table tbody th { font-weight: 500; color: #3d4654; }
.pl-group th { background: #f7f6f3; font-size: 12.5px; text-transform: uppercase; letter-spacing: .05em; color: #6b7480; font-weight: 700; }
.pl-yes { color: #f7931e; font-weight: 700; }
.pl-no { color: #b8bec7; }

.pl-faq { display: grid; gap: 22px; }
.pl-faq-item h3 { font-size: 16.5px; margin: 0 0 6px; }
.pl-faq-item p { margin: 0; color: #3d4654; line-height: 1.65; font-size: 15px; }

@media (max-width: 560px) { .pl-blurb { min-height: 0; } }
