/* KyndCreate pricing: native billing controls and disclosures, no JavaScript required. */
:root {
  color-scheme: dark;
  --bg: #10121b;
  --panel: #181b27;
  --ink: #f4f2fa;
  --body: #c4c3d1;
  --muted: #a0a2b6;
  --line: #ffffff13;
  --lilac: #c9b6ff;
  --mint: #a6d5c4;
  --font: "Avenir Next", Avenir, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--bg); color: var(--body); font: 15px/1.7 var(--font); -webkit-font-smoothing: antialiased; }
a { color: var(--lilac); text-underline-offset: 4px; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); }
h2 { margin-bottom: 16px; font-size: clamp(27px, 3vw, 36px); line-height: 1.2; letter-spacing: -1.1px; font-weight: 500; }
h3 { margin-bottom: 10px; font-size: 20px; line-height: 1.35; font-weight: 500; letter-spacing: -.5px; }
a, summary, label { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--lilac); outline-offset: 5px; }
::selection { background: #c9b6ff45; color: white; }
.wrap { width: min(1168px, 100%); margin-inline: auto; padding-inline: 32px; }
.eyebrow { color: var(--lilac); font-size: 10px; letter-spacing: 1.8px; text-transform: uppercase; font-weight: 600; margin-bottom: 16px; }
.lede { font-size: 17px; line-height: 1.75; color: var(--muted); max-width: 800px; }
.hero-note { font-size: 12px; line-height: 1.8; color: var(--muted); margin: 22px 0 0; }
.skip-link { position: fixed; left: 16px; top: -80px; padding: 12px 20px; z-index: 10; background: var(--lilac); color: var(--bg); border-radius: 8px; }
.skip-link:focus { top: 12px; }
/* Quiet navigation, with one clear route into the studio. */
.top { border-bottom: 1px solid var(--line); }
.top .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 84px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-size: 20px; font-weight: 500; letter-spacing: -.65px; white-space: nowrap; }
.brand img { width: 30px; height: 30px; }
.top nav, footer nav { display: flex; align-items: center; gap: 30px; }
.nav-link, .header-cta { font-size: 12px; text-decoration: none; color: var(--body); }
.nav-link:hover { color: var(--ink); }
.header-cta { display: flex; align-items: center; gap: 22px; padding: 9px 16px; border: 1px solid #ffffff24; border-radius: 7px; background: #ffffff04; }
.header-cta:hover { background: #ffffff0b; border-color: #c9b6ff60; }
/* A compact opening keeps the plans in view. */
.hero { padding-top: 45px; padding-bottom: 30px; text-align: center; }
.hero .eyebrow { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 20px; }
.status-dot { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px #a6d5c40b; flex: none; }
h1 { margin: 0 0 19px; font-size: clamp(38px, 4.6vw, 60px); line-height: 1.1; letter-spacing: -2.8px; font-weight: 500; }
h1 span { color: var(--lilac); }
.hero .lede { margin: 0 auto; font-size: 15px; }
.hero-promises { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px 24px; margin-top: 20px; font-size: 11px; color: var(--muted); }
.hero-promises span::before { content: "✓"; color: var(--mint); margin-right: 7px; }
/* Pricing */
.pricing-section { padding-top: 0; padding-bottom: 58px; }
.offer { display: flex; align-items: center; gap: 15px; padding: 16px 21px; border: 1px solid #c9b6ff29; border-radius: 10px; background: #c9b6ff06; }
.offer-icon { font-size: 29px; line-height: 1; color: var(--lilac); }
.offer p { margin: 0; font-size: 12px; }
.offer strong { display: block; color: #e3d8fa; font-size: 13px; font-weight: 500; }
.offer p > span { color: var(--muted); }
.offer-tag { margin-left: auto; flex: none; padding: 4px 10px; border: 1px solid #c9b6ff29; border-radius: 5px; font-size: 10px; color: var(--lilac); }
.billing-input { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.plan-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 27px 0 23px; }
.plan-toolbar > p { margin: 0; color: var(--ink); font-size: 14px; }
.plan-toolbar > p > span { color: var(--muted); }
.billing { display: flex; gap: 4px; padding: 4px; background: #090b12; border: 1px solid var(--line); border-radius: 9px; }
.billing label { display: flex; align-items: center; gap: 9px; cursor: pointer; font-size: 12px; color: var(--muted); padding: 7px 13px; border-radius: 6px; user-select: none; }
.saving { font-size: 9px; color: var(--mint); padding: 2px 6px; border-radius: 4px; background: #a6d5c410; }
#bMonthly:checked ~ .plan-toolbar label[for="bMonthly"],
#bYearly:checked ~ .plan-toolbar label[for="bYearly"] { background: #292b3b; color: var(--ink); box-shadow: 0 1px 4px #0003; }
#bMonthly:focus-visible ~ .plan-toolbar label[for="bMonthly"],
#bYearly:focus-visible ~ .plan-toolbar label[for="bYearly"] { outline: 2px solid var(--lilac); outline-offset: 2px; }
#bMonthly:checked ~ .plans .yearly, #bYearly:checked ~ .plans .monthly { display: none; }
.plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.plan { --accent: var(--mint); display: flex; flex-direction: column; padding: 25px; border: 1px solid #ffffff17; border-radius: 14px; background: var(--panel); }
.plan.featured { --accent: var(--lilac); border-color: #c9b6ff80; background: linear-gradient(155deg, #292238, #1b1c2b 65%); box-shadow: 0 0 0 3px #c9b6ff07; }
.plan:last-child { --accent: #a9c4f0; }
.plan-heading { display: flex; align-items: center; justify-content: space-between; min-height: 31px; margin-bottom: 16px; }
.plan-icon { font-size: 27px; line-height: 1; color: var(--accent); }
.popular { padding: 4px 9px; background: #c9b6ff18; color: #ddceff; border: 1px solid #c9b6ff20; border-radius: 5px; font-size: 9px; font-weight: 600; letter-spacing: .4px; }
.plan h2 { font-size: 23px; letter-spacing: -.5px; margin: 0 0 5px; }
.plan-description { font-size: 12px; color: var(--muted); margin-bottom: 22px; }
.price { display: flex; align-items: baseline; gap: 8px; margin: 0 0 2px; }
.price b { font-size: 46px; line-height: 1.2; letter-spacing: -2px; font-weight: 500; color: var(--ink); }
.price > span { font-size: 12px; color: var(--muted); }
.was { text-decoration: line-through; color: var(--muted); font-size: 13px; margin-left: 10px; }
.year { font-size: 10px; color: var(--muted); margin: 7px 0 24px; }
.allow { padding: 19px 0; margin-bottom: 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.allow b { color: var(--accent); font-weight: 500; font-size: 23px; letter-spacing: -.7px; margin-right: 5px; }
.allow > span { font-size: 11px; color: var(--body); }
.allow .credit-count { display: block; color: var(--muted); font-size: 10px; margin-top: 3px; }
.plan ul { list-style: none; padding: 0; margin: 0 0 24px; font-size: 13px; }
.plan li { position: relative; padding-left: 20px; margin-bottom: 10px; }
.plan li:last-child { margin-bottom: 0; }
.plan li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); }
.cta { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 11px 17px; border-radius: 7px; border: 1px solid #ffffff20; color: var(--ink); text-decoration: none; font-size: 12px; font-weight: 500; background: #ffffff04; transition: background .18s, border-color .18s; }
.plan .cta { margin-top: auto; }
.cta:hover { background: #ffffff0d; border-color: var(--lilac); }
.featured .cta, .closing .cta { background: var(--lilac); border-color: var(--lilac); color: #211832; }
.featured .cta:hover, .closing .cta:hover { background: #dacbff; }
.plans-footnote { display: flex; justify-content: space-between; gap: 14px; margin-top: 22px; font-size: 11px; color: var(--muted); }
.plans-footnote p { margin: 0; }
.plans-footnote strong { font-weight: 500; color: var(--body); }
.plans-footnote a { white-space: nowrap; text-decoration: none; }
.trust-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 30px; margin-top: 31px; font-size: 10px; color: var(--muted); }
/* Supporting details have their own pace, instead of one long column of copy. */
section { padding-block: 76px; }
.included-section { background: #151722; border-block: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; gap: 30px; align-items: flex-end; margin-bottom: 36px; }
.section-heading h2 { margin: 0; }
.section-heading > p { color: var(--muted); margin: 0; font-size: 12px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.feature-grid article + article { border-left: 1px solid var(--line); padding-left: 35px; }
.feature-number { display: block; font-size: 9px; letter-spacing: 1.6px; color: var(--lilac); margin-bottom: 18px; }
.feature-grid h3 { font-size: 19px; }
.feature-grid p { font-size: 13px; color: var(--muted); margin: 0; }
.comparison-section > .lede { font-size: 14px; max-width: 690px; }
.table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: 10px; margin-top: 28px; scrollbar-color: #575164 #161823; }
table { border-collapse: collapse; width: 100%; font-size: 12px; text-align: left; }
caption { padding: 12px; }
th, td { padding: 16px 19px; border-bottom: 1px solid var(--line); }
th { background: #ffffff03; font-size: 9px; font-weight: 500; color: var(--muted); letter-spacing: .7px; text-transform: uppercase; }
td b { color: var(--ink); font-weight: 500; }
.num { text-align: right; white-space: nowrap; }
tr:last-child td { border-bottom: 0; }
.kynd-row { background: #c9b6ff0d; }
.kynd-row td { color: var(--lilac); }
.kynd-row td:first-child { box-shadow: inset 3px 0 var(--lilac); }
.story-section { display: grid; grid-template-columns: 1.25fr 1fr; gap: 100px; padding-top: 15px; }
.story-copy p:not(.eyebrow) { color: var(--muted); font-size: 14px; max-width: 450px; }
.text-link { font-size: 12px; text-decoration: none; }
.green { position: relative; padding: 30px; background: #a6d5c406; border: 1px solid #a6d5c422; border-radius: 12px; }
.green .eyebrow, .energy-note { color: var(--mint); }
.green h3 { font-size: 26px; }
.green > p:not(.eyebrow) { font-size: 12px; color: var(--muted); max-width: 300px; }
.leaf { position: absolute; right: 27px; top: 19px; color: var(--mint); font-size: 39px; }
.energy-note { display: flex; gap: 9px; align-items: center; font-size: 10px; margin-top: 23px; }
.band { background: #151722; border-block: 1px solid var(--line); }
.credit-layout { display: grid; grid-template-columns: .85fr 1.45fr; gap: 65px; }
.credit-intro > p:not(.eyebrow) { font-size: 13px; color: var(--muted); }
.credit-example { border-left: 2px solid var(--lilac); padding-left: 18px; margin-top: 27px; }
.credit-example strong { display: block; color: var(--ink); font-weight: 500; margin-bottom: 5px; }
.credit-detail { min-width: 0; }
.credit-detail .table-scroll { margin-top: 0; }
.credit-detail td, .credit-detail th { padding: 13px 14px; }
.faq-section { display: grid; grid-template-columns: 1fr 1.4fr; gap: 70px; }
.faq-intro { color: var(--muted); font-size: 13px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-child { border-top: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; padding: 19px 0; color: var(--ink); font-size: 14px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 21px; font-weight: 400; color: var(--lilac); }
.faq details[open] summary::after { content: "−"; }
.faq details[open] summary { padding-bottom: 10px; }
.faq details p { color: var(--muted); font-size: 13px; padding-right: 28px; margin-bottom: 20px; }
.closing-section { padding-top: 0; }
.closing { padding: 50px 24px 32px; text-align: center; background: radial-gradient(ellipse at 50% 0, #c9b6ff12, transparent 70%), #171923; border: 1px solid #c9b6ff22; border-radius: 16px; }
.closing h2 { font-size: clamp(32px, 4vw, 46px); letter-spacing: -1.7px; }
.closing .lede { margin: 0 auto 24px; font-size: 14px; }
.closing .cta { width: max-content; margin-inline: auto; padding-inline: 25px; }
.closing-note { font-size: 10px; color: var(--muted); margin: 13px 0 0; }
footer { border-top: 1px solid var(--line); padding-block: 32px; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
footer .brand { font-size: 17px; }
footer .brand img { width: 24px; height: 24px; }
footer p { font-size: 10px; color: var(--muted); margin: 9px 0 0; }
footer nav a { font-size: 11px; color: var(--muted); text-decoration: none; }
@media (max-width: 1000px) {
  .plan { padding: 20px; }
  .plan-description { min-height: 40px; }
  .allow b { display: block; }
  .story-section { gap: 45px; }
  .credit-layout, .faq-section { gap: 35px; }
  .section-heading { align-items: flex-start; }
}
@media (max-width: 880px) {
  .wrap { padding-inline: 22px; }
  .top .wrap { min-height: 72px; }
  .top nav { gap: 15px; }
  .nav-link { display: none; }
  .hero { padding-top: 42px; padding-bottom: 30px; }
  h1 { font-size: clamp(35px, 7vw, 48px); letter-spacing: -1.8px; }
  .hero .lede { font-size: 14px; }
  .desktop-break { display: none; }
  .hero-promises { font-size: 10px; gap: 5px 15px; }
  .offer { padding: 15px; align-items: flex-start; gap: 10px; }
  .offer-tag { display: none; }
  .offer p { font-size: 11px; }
  .offer strong { font-size: 12px; margin-bottom: 3px; }
  .plan-toolbar { flex-direction: column; align-items: flex-start; gap: 13px; margin-block: 24px; }
  .billing { width: 100%; }
  .billing label { flex: 1; justify-content: center; min-height: 38px; }
  .plans { grid-template-columns: 1fr; gap: 20px; }
  .plan { padding: 25px; }
  .plan-heading { margin-bottom: 12px; }
  .plan-description { min-height: 0; margin-bottom: 18px; font-size: 13px; }
  .plan h2 { font-size: 25px; }
  .plan ul { font-size: 13px; }
  .allow b { display: inline; }
  .year, .allow .credit-count { font-size: 11px; }
  .cta { min-height: 46px; font-size: 13px; }
  .plans-footnote { flex-direction: column; gap: 8px; }
  .trust-row { justify-content: flex-start; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  section { padding-block: 48px; }
  .pricing-section { padding-bottom: 38px; }
  .section-heading { display: block; margin-bottom: 28px; }
  .section-heading > p { margin-top: 16px; }
  .feature-grid, .story-section, .credit-layout, .faq-section { grid-template-columns: 1fr; gap: 28px; }
  .feature-grid article + article { padding-left: 0; padding-top: 25px; border-left: 0; border-top: 1px solid var(--line); }
  .feature-number { margin-bottom: 10px; }
  .comparison-section table { min-width: 650px; }
  th, td { padding: 14px; }
  .story-section { padding-top: 0; }
  .credit-detail table { min-width: 440px; }
  .credit-detail .hero-note { margin-top: 15px; }
  .faq-section { gap: 10px; }
  .closing { padding-inline: 16px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  footer nav { gap: 26px; }
}
@media (max-width: 370px) {
  .wrap { padding-inline: 16px; }
  .brand { font-size: 17px; gap: 7px; }
  .header-cta { padding: 8px 10px; gap: 9px; font-size: 11px; }
  .plan { padding: 21px; }
  .trust-row { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cta { transition: none; }
}

/* The artwork is from our own projects: a small creative board, not stock imagery. */
.hero { display: grid; grid-template-columns: 1fr 1.08fr; gap: 48px; align-items: center; text-align: left; padding-top: 62px; padding-bottom: 60px; }
.hero .eyebrow, .hero-promises { justify-content: flex-start; }
.hero .eyebrow { font-size: 9px; letter-spacing: 1.5px; }
.hero h1 { font-size: clamp(40px, 4.2vw, 56px); letter-spacing: -2.2px; line-height: 1.08; margin-bottom: 23px; }
.hero .lede { max-width: 385px; margin-left: 0; font-size: 14px; }
.hero-actions { display: flex; align-items: center; gap: 20px; margin-top: 24px; }
.hero-actions .cta { background: var(--lilac); color: #211832; border-color: var(--lilac); padding: 11px 19px; }
.hero-actions .cta:hover { background: #dacbff; }
.hero-actions .text-link { font-size: 11px; color: var(--body); }
.hero-promises { font-size: 9px; gap: 8px 17px; margin-top: 20px; }
.creative-board { position: relative; height: 435px; min-width: 0; isolation: isolate; }
.creative-board::before { content: ""; position: absolute; inset: -35px -20px; z-index: -1; background: radial-gradient(ellipse at 45% 45%, #8d65822a, transparent 66%); pointer-events: none; }
.artwork { position: absolute; margin: 0; overflow: hidden; border-radius: 13px; border: 1px solid #ffffff25; background: #202331; box-shadow: 0 14px 40px #0004; }
.artwork img { width: 100%; height: 100%; object-fit: cover; }
.artwork figcaption { position: absolute; inset: auto 0 0; padding: 44px 18px 18px; color: #fff; background: linear-gradient(transparent, #11121be6); }
.art-label { display: block; font-size: 8px; font-weight: 600; letter-spacing: 1.6px; }
.artwork figcaption strong { display: block; font-size: 16px; font-weight: 500; letter-spacing: -.3px; margin: 4px 0; }
.artwork figcaption > span:last-child:not(.art-label) { color: #e2dcd9; font-size: 10px; }
.artwork-joe { width: 62%; height: 333px; left: 0; top: 12px; transform: rotate(-3deg); z-index: 2; }
.artwork-joe img { object-position: 52% center; }
.artwork-earth { width: 39%; height: 194px; right: 0; top: 0; transform: rotate(5deg); }
.artwork-earth img { object-position: 48% center; }
.artwork-earth figcaption { font-size: 11px; padding: 35px 12px 12px; }
.artwork-oak { width: 65%; height: 196px; right: -3px; bottom: 18px; transform: rotate(3deg); z-index: 3; }
.artwork-oak img { object-position: 52% center; }
.artwork-oak figcaption { padding: 30px 15px 13px; }
.board-note { display: flex; align-items: center; gap: 8px; position: absolute; bottom: -12px; left: 10px; color: var(--muted); font-size: 9px; }
.ingredient-story { padding-top: 22px; padding-bottom: 65px; }
.ingredient-story .section-heading { align-items: center; }
.ingredient-story h2 { font-size: 32px; }
.ingredient-sequence { display: grid; grid-template-columns: 1fr 36px 1fr 36px 1.8fr; gap: 13px; align-items: center; }
.ingredient-card { margin: 0; border: 1px solid #ffffff1c; border-radius: 12px; overflow: hidden; background: #181b27; }
.ingredient-image { height: 267px; background: #161b1c; overflow: hidden; }
.ingredient-image img { width: 100%; height: 100%; object-fit: cover; }
.character-image { background: radial-gradient(ellipse at 50% 70%, #8b715541, #191c24 75%); }
.character-image img { object-fit: contain; padding: 12px; }
.ingredient-card figcaption { padding: 17px 18px; }
.ingredient-card .art-label { color: var(--muted); letter-spacing: 1.2px; }
.ingredient-card strong { display: block; margin-top: 5px; font-size: 13px; font-weight: 500; color: var(--ink); }
.finished-scene { border-color: #c9b6ff3b; }
.finished-scene .ingredient-image img { object-position: center 37%; }
.finished-scene .art-label { color: var(--lilac); }
.sequence-symbol { color: var(--lilac); text-align: center; font-size: 24px; font-weight: 300; }
.ingredient-caption { font-size: 10px; color: var(--muted); margin: 15px 0 0; }
@media (max-width: 1000px) {
  .hero { gap: 28px; }
  .hero h1 { font-size: 43px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .creative-board { height: 400px; }
  .artwork-joe { height: 290px; width: 65%; }
  .artwork-earth { height: 170px; }
  .artwork-oak { height: 177px; width: 74%; }
  .ingredient-sequence { gap: 9px; grid-template-columns: 1fr 20px 1fr 20px 1.6fr; }
  .ingredient-image { height: 235px; }
  .ingredient-card figcaption { padding: 14px 12px; }
}
@media (max-width: 880px) {
  .hero { grid-template-columns: 1fr; padding-top: 38px; padding-bottom: 35px; gap: 31px; }
  .hero-copy { max-width: 580px; }
  .hero h1 { font-size: clamp(40px, 7vw, 56px); }
  .hero h1 span br { display: none; }
  .hero .lede { max-width: 440px; }
  .hero-actions { flex-direction: row; align-items: center; }
  .creative-board { width: min(540px, 100%); height: 380px; margin: 0 auto 15px; }
  .artwork-joe { width: 58%; height: 300px; }
  .artwork-earth { width: 40%; height: 175px; }
  .artwork-oak { width: 62%; height: 173px; }
  .ingredient-story { padding-top: 15px; padding-bottom: 43px; }
  .ingredient-sequence { grid-template-columns: 1fr 26px 1fr; gap: 10px; }
  .ingredient-sequence > .sequence-symbol:nth-of-type(2) { grid-column: 1 / -1; transform: rotate(45deg); line-height: 1; }
  .finished-scene { grid-column: 1 / -1; }
  .ingredient-image { height: 235px; }
  .finished-scene .ingredient-image { height: 310px; }
  .ingredient-story h2 { font-size: 28px; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: 41px; }
  .hero-actions { gap: 16px; }
  .hero-actions .text-link { max-width: 125px; }
  .creative-board { height: 310px; }
  .artwork-joe { height: 245px; width: 64%; }
  .artwork-joe figcaption { padding-inline: 12px; }
  .artwork figcaption strong { font-size: 13px; }
  .artwork-earth { height: 135px; }
  .artwork-earth figcaption { font-size: 9px; }
  .artwork-oak { height: 139px; width: 66%; bottom: 7px; }
  .artwork-oak .art-label { font-size: 7px; letter-spacing: 1px; }
  .ingredient-image { height: 200px; }
  .ingredient-card strong { font-size: 11px; }
  .ingredient-card .art-label { font-size: 7px; }
  .finished-scene .ingredient-image { height: 270px; }
  .board-note { bottom: -19px; font-size: 8px; }
}

/* ── States the buy script adds ────────────────────────────────────────────────────────────────
   Only ever applied by pricing.js. Without JavaScript none of these exist and every button stays
   a plain working link, which is the point. */

/* Mid-checkout, or a plan that cannot be bought right now. Still focusable and still announces
   itself — aria-disabled rather than the disabled attribute, because these are anchors. */
.plans .plan .cta.is-disabled { opacity: .55; cursor: default; }
.plans .plan .cta.is-disabled:hover { background: #ffffff04; border-color: #ffffff20; }
.plans .plan.featured .cta.is-disabled:hover { background: var(--lilac); border-color: var(--lilac); }

/* The plan they are already on. Marked in the card's own accent so it reads as a statement of
   fact rather than a disabled button. */
.plans .plan .cta.is-current { opacity: 1; cursor: default; border-color: var(--accent); color: var(--accent); background: #ffffff08; }
.plans .plan.featured .cta.is-current { background: #ffffff10; color: var(--accent); }

/* One line of plain English above the plans: what just happened, or why they cannot buy yet. */
.plan-status { margin: 0 0 18px; padding: 11px 15px; border: 1px solid var(--line); border-radius: 9px; background: #ffffff05; color: var(--body); font-size: 13px; line-height: 1.5; }
.plan-status[data-tone="good"] { border-color: #a6d5c44d; color: var(--mint); }
.plan-status[data-tone="warn"] { border-color: #ffb4a24d; color: #ffb4a2; }
