/* MySellStack Appointments — site styles.
   Static site, no build step. One file, custom properties, light theme. */

:root {
  --ink: #132019;
  --body: #2e3d35;
  --muted: #5f7268;
  --brand: #0f7e54;
  --brand-deep: #0a5c3e;
  --brand-wash: #edf6f1;
  --wash-deep: #dcece4;
  --line: #dfe9e3;
  --card: #ffffff;
  --bg: #fbfdfc;
  --warn-bg: #fdf6ec;
  --warn-line: #ecd9b8;
  --radius: 14px;
  --shadow: 0 1px 2px rgba(19, 32, 25, 0.05), 0 10px 30px -14px rgba(19, 32, 25, 0.14);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--body);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3 { color: var(--ink); line-height: 1.15; text-wrap: balance; letter-spacing: -0.015em; }
h1 { font-size: clamp(2rem, 5vw, 3.1rem); font-weight: 800; }
h2 { font-size: clamp(1.45rem, 3vw, 1.9rem); font-weight: 700; }
h3 { font-size: 1.12rem; font-weight: 650; }

p { max-width: 68ch; }

a { color: var(--brand-deep); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--brand); }

:focus-visible { outline: 3px solid rgba(15, 126, 84, 0.45); outline-offset: 2px; border-radius: 4px; }

/* ---- header ---- */

.site-head {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 253, 252, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.bar { display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 24px; }
.brand {
  display: flex; align-items: center; gap: 10px;
  font-weight: 650; color: var(--ink); text-decoration: none; font-size: 1.02rem;
  white-space: nowrap;
}
.brand b { color: var(--brand-deep); font-weight: 800; }
.brand-dot {
  width: 12px; height: 12px; border-radius: 4px;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  box-shadow: 0 0 0 3px var(--brand-wash);
}
.nav { display: flex; align-items: center; gap: 22px; }
.nav a { color: var(--body); text-decoration: none; font-size: 0.95rem; font-weight: 500; }
.nav a:hover { color: var(--brand-deep); }

/* ---- buttons ---- */

.btn {
  display: inline-block; background: var(--brand); color: #fff !important;
  padding: 12px 22px; border-radius: 10px; text-decoration: none;
  font-weight: 600; font-size: 0.98rem; border: none; cursor: pointer;
  transition: background 0.15s ease;
}
.btn:hover { background: var(--brand-deep); }
.btn-sm { padding: 8px 16px; font-size: 0.9rem; }
.btn-ghost {
  background: transparent; color: var(--brand-deep) !important;
  border: 1.5px solid var(--line);
}
.btn-ghost:hover { background: var(--brand-wash); }

/* ---- hero ---- */

.hero {
  position: relative;
  background:
    radial-gradient(720px 380px at 78% 4%, rgba(15, 126, 84, 0.10), transparent 70%),
    radial-gradient(560px 300px at 12% -8%, var(--wash-deep), transparent 72%),
    linear-gradient(180deg, var(--brand-wash), var(--bg) 78%);
  padding: 84px 0 64px;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(15, 126, 84, 0.10) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.5), transparent 55%);
  pointer-events: none;
}
.hero .wrap { position: relative; }
.hero-copy { max-width: 660px; }
.eyebrow {
  display: inline-block; font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--brand-deep);
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 5px 14px; margin-bottom: 22px;
}
.hero p.lede, .help-hero p.lede { font-size: 1.16rem; margin: 18px 0 28px; color: var(--body); }
.hero .cta-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.hero-note { font-size: 0.88rem; color: var(--muted); margin-top: 14px; }
.frame {
  margin-top: 48px;
  border: 1px solid var(--line); border-radius: 18px; overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 2px rgba(19, 32, 25, 0.05), 0 24px 60px -24px rgba(19, 32, 25, 0.25);
}
.frame img { width: 100%; display: block; }

/* ---- trust strip ---- */

.trust { border-bottom: 1px solid var(--line); background: #fff; }
.trust-row {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  padding: 16px 24px;
}
.trust-label {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--muted); margin-right: 8px;
}
.chip {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 0.85rem; font-weight: 550; color: var(--body);
  background: var(--bg); border: 1px solid var(--line);
  border-radius: 999px; padding: 5px 13px;
}
.chip svg { width: 15px; height: 15px; flex: none; }

/* ---- sections ---- */

.section { padding: 68px 0; }
.section + .section { border-top: 1px solid var(--line); }
.section-head { max-width: 640px; margin-bottom: 40px; }
.section-head p { color: var(--muted); margin-top: 10px; }
.kicker {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.09em;
  text-transform: uppercase; color: var(--brand); margin-bottom: 10px;
}

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }

.card {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow);
}
.card h3 { margin-bottom: 8px; }
.card p { font-size: 0.95rem; color: var(--muted); }
.card .tick {
  display: inline-flex; width: 34px; height: 34px; border-radius: 9px;
  background: var(--brand-wash); color: var(--brand-deep);
  align-items: center; justify-content: center; font-weight: 800; margin-bottom: 14px;
}
.feature { transition: transform 0.15s ease, box-shadow 0.15s ease; }
.feature:hover { transform: translateY(-2px); box-shadow: 0 2px 4px rgba(19,32,25,.05), 0 16px 40px -18px rgba(19,32,25,.18); }
.icon {
  display: inline-flex; width: 40px; height: 40px; border-radius: 11px;
  background: var(--brand-wash); color: var(--brand-deep);
  align-items: center; justify-content: center; margin-bottom: 16px;
}
.icon svg { width: 21px; height: 21px; }
.checks { list-style: none; margin: 18px 0 16px; padding: 0; }
.checks li {
  position: relative; padding: 6px 0 6px 32px; font-size: 0.98rem;
}
.checks li::before {
  content: ""; position: absolute; left: 0; top: 8px;
  width: 20px; height: 20px; border-radius: 6px;
  background: var(--brand-wash);
}
.checks li::after {
  content: ""; position: absolute; left: 5px; top: 13px;
  width: 10px; height: 6px;
  border-left: 2px solid var(--brand-deep); border-bottom: 2px solid var(--brand-deep);
  transform: rotate(-45deg);
}

.shot {
  border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow); background: #fff;
}
.shot img { width: 100%; }
figure.shot figcaption {
  font-size: 0.85rem; color: var(--muted);
  padding: 10px 16px; border-top: 1px solid var(--line); background: #fff;
}

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: step; position: relative; }
.steps::before {
  content: ""; position: absolute; top: 17px; left: 12%; right: 12%;
  border-top: 2px dashed var(--wash-deep);
}
.step { counter-increment: step; position: relative; }
.step .n {
  display: inline-flex; width: 34px; height: 34px; border-radius: 999px;
  background: var(--brand); color: #fff; font-weight: 700;
  align-items: center; justify-content: center; margin-bottom: 14px;
  box-shadow: 0 0 0 6px var(--bg);
}
.step .n::before { content: counter(step); }
.step h3 { margin-bottom: 6px; }
.step p { font-size: 0.95rem; color: var(--muted); }

/* ---- CTA band ---- */

.cta-band {
  background: linear-gradient(120deg, var(--brand-deep), var(--brand));
  color: #fff; padding: 56px 0; margin-top: 8px;
}
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.cta-band h2 { color: #fff; margin-bottom: 6px; }
.cta-band p { color: rgba(255, 255, 255, 0.85); margin: 0; }
.btn-invert { background: #fff; color: var(--brand-deep) !important; }
.btn-invert:hover { background: var(--brand-wash); }
.btn-outline {
  background: transparent; color: #fff !important;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
}
.btn-outline:hover { background: rgba(255, 255, 255, 0.12); }

/* pricing */
.price-card {
  max-width: 460px; text-align: center; margin: 0 auto;
  padding: 40px 34px;
}
.price-card .amount { font-size: 3rem; font-weight: 800; color: var(--ink); }
.price-card ul { list-style: none; margin: 22px 0 26px; text-align: left; }
.price-card li { padding: 7px 0 7px 30px; position: relative; font-size: 0.97rem; }
.price-card li::before {
  content: "✓"; position: absolute; left: 4px; color: var(--brand); font-weight: 800;
}

/* FAQ */
details {
  border: 1px solid var(--line); border-radius: 12px; background: #fff;
  padding: 16px 20px; margin-bottom: 12px;
}
details summary { cursor: pointer; font-weight: 600; color: var(--ink); }
details[open] summary { margin-bottom: 10px; }
details p { font-size: 0.96rem; color: var(--body); }

/* ---- help center ---- */

.help-hero { background: linear-gradient(180deg, var(--brand-wash), var(--bg)); padding: 56px 0 40px; border-bottom: 1px solid var(--line); }
.help-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.help-groups .card h2 { font-size: 1.12rem; font-weight: 650; margin-bottom: 8px; }
.help-groups .card ul { list-style: none; margin-top: 6px; }
.help-groups .card li { padding: 6px 0; }
.help-groups .card a { font-size: 0.97rem; font-weight: 500; }

/* article */
.article { max-width: 760px; margin: 0 auto; padding: 48px 24px 80px; }
.crumbs { font-size: 0.88rem; color: var(--muted); margin-bottom: 18px; }
.crumbs a { color: var(--muted); }
.article h1 { font-size: clamp(1.7rem, 4vw, 2.3rem); margin-bottom: 14px; }
.article > p.intro { font-size: 1.08rem; color: var(--body); margin-bottom: 30px; }
.article h2 { margin: 42px 0 14px; font-size: 1.35rem; }
.article p, .article li { margin-bottom: 12px; }
.article ol, .article ul { padding-left: 24px; margin-bottom: 16px; }
.article figure.shot { margin: 22px 0 28px; }
.article code {
  background: var(--brand-wash); border: 1px solid var(--line);
  border-radius: 6px; padding: 1px 7px; font-size: 0.88em;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
}

.note, .warn {
  border-radius: 12px; padding: 14px 18px; margin: 20px 0; font-size: 0.95rem;
}
.note { background: var(--brand-wash); border: 1px solid var(--wash-deep); }
.warn { background: var(--warn-bg); border: 1px solid var(--warn-line); }
.note strong, .warn strong { color: var(--ink); }

.related { border-top: 1px solid var(--line); margin-top: 48px; padding-top: 22px; }
.related h2 { font-size: 1.05rem; margin: 0 0 10px; }
.related ul { list-style: none; padding: 0; }
.related li { padding: 4px 0; }

/* ---- contact form ---- */

.contact-card { max-width: 640px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; font-size: 0.93rem; color: var(--ink); margin-bottom: 6px; }
.field input, .field textarea, .field select {
  width: 100%; padding: 11px 14px; border: 1.5px solid var(--line);
  border-radius: 10px; font: inherit; font-size: 0.97rem; background: #fff;
  color: var(--body);
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(15, 126, 84, 0.15);
}
.field .hint { font-size: 0.85rem; color: var(--muted); margin-top: 5px; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* ---- footer ---- */

.site-foot { border-top: 1px solid var(--line); background: #fff; padding: 44px 0 34px; margin-top: 40px; }
.foot-grid { display: flex; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.foot-grid nav { display: flex; flex-direction: column; gap: 8px; }
.foot-grid nav strong { color: var(--ink); font-size: 0.9rem; margin-bottom: 4px; }
.foot-grid nav a { font-size: 0.92rem; color: var(--muted); text-decoration: none; }
.foot-grid nav a:hover { color: var(--brand-deep); }
.small-print { margin-top: 30px; font-size: 0.85rem; color: var(--muted); }

/* ---- responsive ---- */

@media (max-width: 900px) {
  .grid-3, .steps, .help-groups { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; gap: 24px; }
  .nav a:not(.btn) { display: none; }
  .hero { padding: 48px 0 40px; }
  .section { padding: 48px 0; }
  .steps::before { display: none; }
  .cta-inner { flex-direction: column; text-align: center; }
}

/* =============================================================
   v3 homepage — floating pill nav, centered hero, live demo,
   tile grid, use-case chips, scroll reveals. Help pages keep the
   original .site-head styles above; everything here is scoped to
   the new homepage classes.
   ============================================================= */

body.v3 { padding-top: 88px; }

.pill-nav {
  position: fixed; top: 14px; left: 0; right: 0; z-index: 60;
  pointer-events: none;
}
.pill-nav-inner {
  pointer-events: auto;
  max-width: 1010px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 10px 12px 10px 20px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--line); border-radius: 999px;
  box-shadow: 0 1px 2px rgba(19, 32, 25, 0.04);
  transition: box-shadow 200ms ease, background 200ms ease;
}
.pill-nav.scrolled .pill-nav-inner {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 30px -12px rgba(19, 32, 25, 0.22);
}
@media (max-width: 1060px) { .pill-nav-inner { margin: 0 16px; } }
.pill-links { display: flex; gap: 22px; }
.pill-links a {
  color: var(--body); text-decoration: none; font-size: 14.5px; font-weight: 500;
}
.pill-links a:hover { color: var(--brand-deep); }
@media (max-width: 780px) { .pill-links { display: none; } }

.hero-center { text-align: center; padding: 64px 0 26px; }
.hero-center h1 {
  font-size: clamp(38px, 6vw, 62px); font-weight: 800; letter-spacing: -0.03em;
  margin: 18px auto 0; max-width: 820px;
}
.hero-center .lede { max-width: 640px; margin: 20px auto 0; }
.cta-center { justify-content: center; }
.btn-lg { padding: 13px 26px; font-size: 16px; }
.eyebrow-live {
  display: inline-flex; align-items: center; gap: 8px;
}
.pulse {
  width: 8px; height: 8px; border-radius: 50%; background: var(--brand);
  box-shadow: 0 0 0 0 rgba(15, 126, 84, 0.35);
}
@media (prefers-reduced-motion: no-preference) {
  .pulse { animation: bwPulse 2.2s ease-out infinite; }
  @keyframes bwPulse {
    0% { box-shadow: 0 0 0 0 rgba(15, 126, 84, 0.35); }
    70% { box-shadow: 0 0 0 9px rgba(15, 126, 84, 0); }
    100% { box-shadow: 0 0 0 0 rgba(15, 126, 84, 0); }
  }
}
.badge-row {
  display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;
  margin-top: 26px;
}
.badge-chip {
  font-size: 12.5px; font-weight: 600; color: var(--muted);
  background: var(--card); border: 1px solid var(--line);
  border-radius: 999px; padding: 6px 14px;
}

/* ---- live demo ---- */
.demo-section { padding-top: 40px; }
.section-head-center { text-align: center; margin-inline: auto; }
.section-head-center p { margin-inline: auto; }
.demo-controls {
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px; flex-wrap: wrap; margin: 30px 0 14px;
}
.demo-tabs, .demo-themes { display: inline-flex; gap: 4px; flex-wrap: wrap;
  background: var(--brand-wash); border: 1px solid var(--line);
  border-radius: 999px; padding: 4px;
}
.demo-tab, .theme-pill {
  appearance: none; border: none; cursor: pointer; font: inherit;
  font-size: 13.5px; font-weight: 600; color: var(--muted);
  background: transparent; border-radius: 999px; padding: 8px 16px;
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
  transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}
.demo-tab:hover, .theme-pill:hover { color: var(--ink); }
.demo-tab.is-active, .theme-pill.is-active {
  background: var(--card); color: var(--ink);
  box-shadow: 0 1px 3px rgba(19, 32, 25, 0.12);
}
.theme-pill .swatch {
  width: 13px; height: 13px; border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35), 0 0 0 1px rgba(19, 32, 25, 0.1);
}
.demo-stage {
  /* The widget fills the stage edge to edge so the stage's radius
     rounds the widget's own header, exactly like a theme section.
     Width is capped near a storefront section's, so the calendar's
     square day cells keep their intended proportions. */
  border: 1px solid var(--line); border-radius: 18px; background: var(--card);
  box-shadow: var(--shadow); padding: 0; overflow: hidden;
  max-width: 820px; margin-inline: auto; min-height: 420px;
  transition: max-width 320ms ease;
}
.demo-stage.mobile { max-width: 400px; }
#demo-frame {
  display: block; width: 100%; height: 640px; border: 0;
  transition: opacity 200ms ease;
}
#demo-frame.loading { opacity: 0.35; }
.view-toggle {
  display: inline-flex; gap: 4px; background: var(--brand-wash);
  border: 1px solid var(--line); border-radius: 999px; padding: 4px;
}
.view-btn {
  appearance: none; border: none; cursor: pointer; font: inherit;
  color: var(--muted); background: transparent; border-radius: 999px;
  padding: 7px 12px; display: inline-flex; align-items: center;
  transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}
.view-btn:hover { color: var(--ink); }
.view-btn.is-active {
  background: var(--card); color: var(--ink);
  box-shadow: 0 1px 3px rgba(19, 32, 25, 0.12);
}
.view-btn svg { width: 17px; height: 17px; }
.demo-note {
  text-align: center; font-size: 12.5px; color: var(--muted); margin-top: 14px;
}

/* ---- tinted band + tile grid ---- */
.section-tinted {
  background: linear-gradient(180deg, var(--bg) 0%, var(--brand-wash) 12%, var(--brand-wash) 88%, var(--bg) 100%);
}
.tile-groups {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 26px; margin-top: 38px;
}
@media (max-width: 900px) { .tile-groups { grid-template-columns: 1fr; } }
.tile-group { display: grid; gap: 12px; align-content: start; }
.group-title {
  font-size: 13px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--brand-deep); margin: 0 0 2px 4px;
}
.t-icon {
  width: 34px; height: 34px; border-radius: 10px;
  background: var(--brand-wash); color: var(--brand-deep);
  display: grid; place-items: center; margin-bottom: 10px;
}
.t-icon svg { width: 18px; height: 18px; }
.tile {
  background: var(--card); border: 1px solid var(--line);
  border-radius: 16px; padding: 18px 18px 16px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
@media (prefers-reduced-motion: no-preference) {
  .tile:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
}
.tile h3 { font-size: 15.5px; margin-bottom: 6px; }
.tile p { font-size: 13.8px; color: var(--muted); line-height: 1.55; }

/* ---- use-case chips ---- */
.case-grid {
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;
  margin-top: 30px;
}
.case-chip {
  background: var(--card); border: 1px solid var(--line); border-radius: 999px;
  padding: 12px 22px; font-weight: 600; font-size: 15px; color: var(--ink);
  transition: border-color 160ms ease, transform 160ms ease;
}
@media (prefers-reduced-motion: no-preference) {
  .case-chip:hover { border-color: var(--brand); transform: translateY(-2px); }
}

.price-note { font-size: 12.5px; color: var(--muted); margin-top: 14px; }

/* ---- scroll reveal ---- */
/* Reveals are gated on html.js (set by an inline script in <head>):
   a no-JS visitor must never be left staring at opacity-0 sections. */
@media (prefers-reduced-motion: no-preference) {
  html.js .reveal { opacity: 0; transform: translateY(16px);
    transition: opacity 550ms ease, transform 550ms ease; }
  html.js .reveal.in { opacity: 1; transform: none; }
}

/* Anchor targets clear the fixed pill nav. */
#demo, #tour, #features, #use-cases, #how, #pricing, #faq {
  scroll-margin-top: 96px;
}

/* Small-screen pill nav: the brand + CTA must share one row without
   wrapping the button label. */
.pill-nav .btn { white-space: nowrap; }
@media (max-width: 560px) {
  .pill-nav-inner { padding: 6px 6px 6px 12px; gap: 8px; }
  .pill-nav .brand { font-size: 14px; }
  .pill-nav .btn-sm { padding: 8px 12px; font-size: 13px; }
}

/* Pricing: four-tier plan grid. Follows the card language of the rest
   of the page; the featured tier gets the brand border, nothing louder. */
.plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(192px, 1fr));
  gap: 16px;
  align-items: stretch;
}
.plan-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
}
.plan-featured { border: 2px solid var(--brand); box-shadow: 0 10px 30px rgba(15, 126, 84, 0.10); }
.plan-tag {
  position: absolute; top: -11px; left: 20px;
  background: var(--brand); color: #fff;
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.02em;
  padding: 3px 10px; border-radius: 999px;
}
.plan-name { font-weight: 700; font-size: 1.02rem; color: var(--ink); }
.plan-price { font-size: 2.1rem; font-weight: 800; color: var(--ink); margin-top: 6px; }
.plan-price span { font-size: 0.95rem; font-weight: 600; color: var(--muted); }
.plan-annual { font-size: 12.5px; color: var(--brand); font-weight: 600; margin-top: 2px; }
.plan-list { list-style: none; margin: 16px 0 0; padding: 0; flex: 1; }
.plan-list li {
  padding: 6px 0 6px 26px; position: relative; font-size: 0.92rem; line-height: 1.45;
}
.plan-list li::before {
  content: "✓"; position: absolute; left: 2px; color: var(--brand); font-weight: 800;
}
.plan-list li.plan-inherit { padding-left: 0; color: var(--muted); font-weight: 600; font-size: 0.88rem; }
.plan-list li.plan-inherit::before { content: none; }
.plan-trial {
  margin-top: 16px; padding-top: 12px; border-top: 1px solid var(--line);
  font-size: 12.5px; font-weight: 600; color: var(--muted);
}
.plans-note { text-align: center; font-size: 13px; color: var(--muted); margin: 18px auto 0; }

/* Tablet band: skip the orphaned 3+1 state, go straight 4 -> 2x2 -> 1. */
@media (min-width: 700px) and (max-width: 1055px) {
  .plans-grid { grid-template-columns: repeat(2, 1fr); }
}
