/* ---------------------------------------------------------------------------
   The plan cards and the money blocks that go with them.

   Loaded by every page that renders _pricing.html, alongside that page's own
   stylesheet. It used to be copied byte-for-byte into home.css and pricing.css,
   which meant a card restyle was two edits that could disagree — the same
   problem the shared template solved for the markup.

   Depends on the design tokens in :root, which both home.css and pricing.css
   declare. Load this after them.
   ------------------------------------------------------------------------- */

/* ---------- The ladder (on navy) ---------- */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 58px; align-items: stretch; }
.plan { background: rgba(255,255,255,.045); border: 1px solid var(--line-d); border-radius: 12px; padding: 34px 30px 32px; display: flex; flex-direction: column; position: relative; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.plan:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -34px rgba(0,0,0,.6); }
.plan.featured { background: rgba(192,139,65,.08); border-color: var(--camel); box-shadow: 0 26px 64px -38px rgba(192,139,65,.55); }
.plan .ptag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--camel); color: #1c1206; font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: 6px 15px; border-radius: 20px; white-space: nowrap; box-shadow: 0 10px 24px -12px rgba(0,0,0,.6); }
.plan .pname { font-family: var(--serif); font-size: 27px; font-weight: 500; color: #fff; }
.plan .pblurb { font-family: var(--sans); font-size: 14px; color: #97a2b5; margin-top: 5px; }

/* The monthly is the headline number: there is no launch price to compete
   with it, and the setup fee is the same on every card. */
.plan .pprice { display: flex; align-items: flex-end; gap: 7px; margin-top: 22px; }
.plan .pprice .n { font-family: var(--serif); font-size: 56px; font-weight: 300; line-height: .85; color: #fff; font-variant-numeric: tabular-nums; }
.plan .pprice .per { font-family: var(--sans); font-size: 14.5px; color: #aab4c6; font-weight: 500; padding-bottom: 6px; }
.plan .psetup { font-family: var(--sans); font-size: 14.5px; color: #aab4c6; margin-top: 13px; }
.plan .psetup b { color: #fff; font-weight: 600; }
/* A commitment worth knowing about belongs next to the price, not in a
   footnote — the page promises the small print in large type. */
.plan .pterms { font-family: var(--sans); font-size: 12.5px; font-weight: 600; color: var(--camel-light); margin-top: 11px; min-height: 1.5em; }

.plan ul { list-style: none; margin: 26px 0 0; padding-top: 26px; border-top: 1px solid var(--line-d); display: flex; flex-direction: column; gap: 14px; flex: 1; }
.plan li { display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; color: #dde3ee; line-height: 1.46; }
.plan li svg { width: 18px; height: 18px; color: var(--camel-light); flex: none; margin-top: 2px; }
.plan li b { color: #fff; font-weight: 600; }

.plans-foot { margin-top: 42px; text-align: center; }
.plans-foot .designonly { font-size: 16px; color: #c4ccda; max-width: 56ch; margin: 0 auto; }
.plans-foot .designonly b { color: #fff; font-weight: 600; }
.plans-foot .trust { display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; font-size: 14px; color: var(--camel-light); font-weight: 500; }
.plans-foot .trust svg { width: 16px; height: 16px; flex: none; }
.plans-foot .cta-row { display: flex; gap: 26px; justify-content: center; align-items: center; margin-top: 34px; flex-wrap: wrap; }

/* ---------- What the monthly covers, and what it doesn't (on light) ---------- */
.changes { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 48px; }
.chgcol { border: 1px solid var(--line); border-radius: 12px; padding: 30px 28px; background: #fff; }
.chgcol.billed { background: var(--paper); }
.chgcol h4 { display: flex; align-items: center; gap: 11px; font-family: var(--serif); font-size: 21px; font-weight: 500; }
.chgcol h4 svg { width: 20px; height: 20px; flex: none; }
.chgcol.included h4 svg { color: var(--camel-deep); }
.chgcol.billed h4 svg { color: var(--muted); }
.chgcol ul { list-style: none; margin-top: 20px; display: flex; flex-direction: column; gap: 11px; }
.chgcol li { position: relative; padding-left: 18px; font-size: 15.5px; color: var(--ink); line-height: 1.5; }
.chgcol li::before { content: ""; position: absolute; left: 0; top: 12px; width: 8px; height: 1px; background: var(--line-strong); }
.chgcol .chgnote { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 14.5px; color: var(--muted); }

/* ---------- One-time fees (on light) ---------- */
/* auto-fit rather than a fixed column count: the list of jobs is data, and it
   should be able to grow without a matching CSS edit. */
.fees { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; margin-top: 48px; }
.fee { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 28px 26px; }
.fee-head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.fee-name { font-family: var(--serif); font-size: 21px; font-weight: 500; }
.fee-when { font-family: var(--sans); font-size: 10.5px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; color: var(--faint); white-space: nowrap; }
.fee-price { font-family: var(--serif); font-size: 40px; font-weight: 300; line-height: 1; color: var(--navy); margin-top: 12px; font-variant-numeric: tabular-nums; }
.fee p { font-size: 15px; color: var(--muted); margin-top: 13px; }

@media (max-width: 1024px) {
  .plans, .changes { grid-template-columns: 1fr; }
}
