/* TipOtter homepage — Forest theme. Static rebuild of the Claude Design source. */

:root {
  --bg: #14150F;        --bg-rgb: 20,21,15;
  --panel: #1C1E15;     --panel-rgb: 28,30,21;
  --panel-2: #181A11;
  --input: #121309;
  --text: #ECEADD;      --text-2: #C7C8B7;  --text-3: #999B89;
  --text-4: #797B69;    --text-5: #62614F;
  --line-rgb: 236,234,221;
  --accent: #4E9A6B;    --accent-rgb: 78,154,107;
  --accent-2: #D98A45;
  --on-accent: #08140C;
  --ok: #5BA978;        --ok-rgb: 91,169,120;
  --gone: #B85A57;      --gone-rgb: 184,90,87;
  --err: #D98A80;
  --scrim-rgb: 8,10,6;

  --serif: 'Spectral', Georgia, serif;
  --sans: 'Mulish', system-ui, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, monospace;
  --wrap: 1140px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
.app {
  min-height: 100vh;
  background: var(--bg);
  background-image: radial-gradient(120% 60% at 50% -8%, rgba(var(--accent-rgb),0.13), rgba(var(--accent-rgb),0) 60%);
  padding-bottom: 96px;
}
img { display: block; }
button { font-family: inherit; }
::selection { background: rgba(201,114,47,0.3); color: #fff; }

.wrap { width: min(var(--wrap), 100%); margin: 0 auto; padding: 0 clamp(20px, 4vw, 40px); }
.mono { font-family: var(--mono); }
.serif { font-family: var(--serif); }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 30;
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  background: rgba(var(--bg-rgb),0.82);
  border-bottom: 1px solid rgba(var(--line-rgb),0.09);
}
.site-header__inner {
  width: min(var(--wrap), 100%); margin: 0 auto;
  padding: 13px clamp(20px, 4vw, 40px);
  display: flex; align-items: center; justify-content: space-between;
}
.site-header__logo { height: 30px; width: auto; }
.site-header__metro {
  font-weight: 600; font-size: 11px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--text-3);
}

/* ---------- generic typography ---------- */
.eyebrow {
  font-weight: 600; font-size: 11px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--accent-2); margin-bottom: 20px;
}
.eyebrow--muted { color: var(--text-4); letter-spacing: 0.18em; margin-bottom: 10px; }
h1.display {
  font-family: var(--serif); font-weight: 700;
  font-size: clamp(42px, 11vw, 64px); line-height: 0.98;
  letter-spacing: -0.022em; margin: 0;
}
h1.display .accent { color: var(--accent); }
h2.section-title {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(27px, 5vw, 38px); line-height: 1.04;
  letter-spacing: -0.012em; margin: 0 0 6px;
}
.lede { font-size: 17px; line-height: 1.55; color: var(--text-2); margin: 22px 0 0; max-width: 30em; }
.lede--wide { line-height: 1.6; max-width: 32em; }
.lede .hot { color: var(--accent-2); font-weight: 700; }
.section-sub { font-size: 15.5px; color: var(--text-3); margin: 0; max-width: 34em; }

/* ---------- buttons ---------- */
.btn {
  border: none; border-radius: 10px; cursor: pointer;
  font-family: var(--sans); font-weight: 800;
  transition: filter .15s, border-color .15s; line-height: 1.1;
}
.btn--primary { background: var(--accent); color: var(--on-accent); }
.btn--primary:hover { filter: brightness(1.06); }
.btn--ghost {
  border: 1px solid rgba(var(--accent-rgb),0.5);
  background: rgba(var(--accent-rgb),0.08);
  color: var(--accent-2); font-weight: 700;
}
.btn--ghost:hover { border-color: var(--accent); }
.btn--block { width: 100%; }
/* phase 1: claim actions are inert ("dead button") until the backend is live */
.btn--inert { cursor: default; }
.btn--inert:hover { filter: none; }

/* ---------- hero ---------- */
.hero { padding: clamp(40px, 6vw, 76px) 0 8px; }
.hero__row { display: flex; flex-wrap: wrap; gap: clamp(28px, 4vw, 56px); align-items: center; }
.hero__col { flex: 1 1 380px; min-width: 0; }
.hero__aside { flex: 1 1 340px; min-width: 280px; max-width: 460px; }
.hero__lede-2 { font-size: 15px; line-height: 1.6; color: var(--text-3); margin: 14px 0 0; max-width: 32em; }
.hero__cta { margin-top: 26px; padding: 16px 24px; font-size: 16px; }
.hero__cta--ghost { margin-top: 24px; padding: 15px 22px; font-size: 15px; }

/* personalized slot card */
.slotcard {
  border: 1px solid rgba(var(--accent-rgb),0.42); border-radius: 14px;
  background: linear-gradient(180deg, rgba(var(--accent-rgb),0.10), rgba(var(--panel-rgb),0.55));
  overflow: hidden;
}
.slotcard__head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 13px 18px; border-bottom: 1px solid rgba(var(--accent-rgb),0.18);
}
.slotcard__code { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; color: var(--text-3); }
.slotcard__body { padding: 20px 18px; }
.slotcard__zone { font-family: var(--serif); font-weight: 600; font-size: 27px; line-height: 1.08; }
.slotcard__vert { font-size: 15px; color: var(--text-2); margin-top: 3px; }
.slotcard__detail { font-family: var(--mono); font-size: 11px; color: var(--text-4); margin-top: 9px; }
.slotcard__price { display: flex; align-items: baseline; gap: 8px; margin: 18px 0 4px; }
.slotcard__price b { font-family: var(--serif); font-weight: 700; font-size: 30px; }
.slotcard__price span { font-size: 13px; color: var(--text-3); }
.slotcard__cta { margin-top: 14px; padding: 16px; font-size: 16px; letter-spacing: 0.01em; }
.slotcard__fine { font-size: 12px; line-height: 1.6; color: var(--text-4); margin: 13px 0 0; text-align: center; }

.badge {
  font-weight: 700; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 4px 9px; border-radius: 6px;
}
.badge--ok { color: var(--ok); border: 1px solid rgba(var(--ok-rgb),0.42); background: rgba(var(--ok-rgb),0.13); }
.badge--gone { color: var(--gone); border: 1px solid rgba(var(--gone-rgb),0.42); background: rgba(var(--gone-rgb),0.13); }
.badge--withheld { color: var(--text-3); border: 1px solid rgba(var(--line-rgb),0.22); background: rgba(var(--line-rgb),0.06); }

/* board stat card (partial + generic heroes) */
.statcard {
  border: 1px solid rgba(var(--line-rgb),0.12); border-radius: 14px;
  background: linear-gradient(180deg, rgba(var(--accent-rgb),0.06), var(--panel)); padding: 22px;
}
.statcard__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.statcard__label { font-weight: 700; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-4); }
.statcard__live { display: flex; align-items: center; gap: 6px; font-weight: 700; font-size: 9.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ok); }
.statcard__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ok); }
.statcard__big { display: flex; align-items: baseline; gap: 11px; }
.statcard__big b { font-family: var(--serif); font-weight: 700; font-size: 56px; line-height: 0.9; color: var(--gone); }
.statcard__big span { font-size: 14px; color: var(--text-2); line-height: 1.2; }
.statcard__open { font-family: var(--mono); font-size: 11.5px; color: var(--text-3); margin: 16px 0 8px; }
.statcard__open b { color: var(--ok); font-weight: 600; }
.statcard__note { font-size: 12.5px; color: var(--text-4); margin-top: 15px; line-height: 1.5; }

.bar { height: 6px; border-radius: 99px; background: rgba(var(--line-rgb),0.09); overflow: hidden; }
.bar__fill { height: 100%; border-radius: 99px; background: linear-gradient(90deg, var(--gone), var(--accent)); transition: width .4s; }

/* ---------- proof feed ---------- */
.proof { padding: clamp(40px, 5vw, 64px) 0 8px; }
.section-head { max-width: 640px; margin-bottom: 24px; }
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 16px; }
.feedcard {
  border: 1px solid rgba(var(--line-rgb),0.10); border-radius: 13px;
  background: var(--panel); padding: 20px; display: flex; flex-direction: column;
}
.feedcard__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 13px; }
.feedcard__type {
  font-weight: 700; font-size: 10px; letter-spacing: 0.13em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 6px;
  background: rgba(var(--accent-rgb),0.13); color: var(--accent-2);
  border: 1px solid rgba(var(--accent-rgb),0.3);
}
.feedcard__date { font-family: var(--mono); font-size: 11px; color: var(--text-4); }
.feedcard__company { font-family: var(--serif); font-weight: 600; font-size: 22px; margin: 0 0 4px; line-height: 1.12; }
.feedcard__zone { font-size: 12px; color: var(--text-3); margin-bottom: 12px; }
.feedcard__headline { margin: 0 0 16px; font-size: 15px; line-height: 1.5; color: var(--text-2); }
.feedcard__needs-label { font-weight: 600; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-4); margin-bottom: 9px; }
.feedcard__needs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.chip {
  font-size: 12.5px; padding: 5px 11px; border-radius: 7px;
  background: rgba(var(--line-rgb),0.05); border: 1px solid rgba(var(--line-rgb),0.10); color: var(--text-2);
}
.feedcard__line {
  display: flex; align-items: center; gap: 8px; margin-top: auto;
  border-top: 1px solid rgba(var(--line-rgb),0.08); padding-top: 13px;
}
.feedcard__line-label { font-weight: 600; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-4); }
.feedcard__phone { font-family: var(--mono); font-weight: 500; font-size: 14px; color: var(--text); margin-left: auto; }

/* ---------- the board ---------- */
.board { padding: clamp(44px, 5vw, 68px) 0 8px; scroll-margin-top: 80px; }
.board__cols { display: flex; flex-wrap: wrap; gap: clamp(24px, 3vw, 44px); align-items: flex-start; }
.board__matrix { flex: 1 1 340px; min-width: 0; max-width: 520px; }
.board__picker { flex: 1 1 380px; min-width: 0; }

.matrix__counts { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.matrix__gone { font-weight: 800; font-size: 14px; color: var(--gone); }
.matrix__open { font-size: 12px; color: var(--text-4); }
.matrix__box {
  border: 1px solid rgba(var(--line-rgb),0.10); border-radius: 13px;
  background: var(--panel-2); padding: 16px 14px; margin-top: 18px;
}
.matrix__grid { width: 100%; }
.matrix__row { display: flex; align-items: center; gap: 8px; padding: 3px 0; }
.matrix__row--head { align-items: flex-end; padding: 0 0 9px; }
.matrix__rowlabel {
  flex: 0 0 122px; font-family: var(--mono); font-size: 10.5px; color: var(--text-3);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.matrix__corner { flex: 0 0 122px; font-family: var(--mono); font-size: 8.5px; letter-spacing: 0.1em; color: var(--text-5); }
.matrix__cells { display: flex; gap: 6px; }
.zonehead {
  width: clamp(60px, 6vw, 78px); text-align: center;
  font-weight: 700; font-size: 10.5px; color: var(--text-3);
  background: none; border: none; border-bottom: 1px dotted rgba(var(--line-rgb),0.28);
  padding: 2px 2px 4px; cursor: pointer; white-space: nowrap;
  transition: color .15s, border-color .15s;
}
.zonehead.is-active { color: var(--accent-2); border-bottom-color: rgba(var(--accent-rgb),0.6); }
.cell {
  width: clamp(60px, 6vw, 78px); height: clamp(34px, 3.8vw, 44px); padding: 0;
  border-radius: 5px; flex: 0 0 auto; transition: all .15s;
  background: rgba(var(--line-rgb),0.05); border: 1px solid rgba(var(--line-rgb),0.30); cursor: pointer;
}
.cell:not(.is-claimed):hover { background: rgba(var(--line-rgb),0.13); border-color: rgba(var(--line-rgb),0.6); }
.cell.is-claimed { background: var(--gone); border-color: var(--gone); cursor: not-allowed; box-shadow: inset 0 0 0 1px rgba(var(--scrim-rgb),0.25); }
.cell.is-yours { background: var(--accent); border-color: var(--accent); }
.cell.is-yours:hover { filter: brightness(1.08); }
/* withheld = "not released for sale": a neutral cross-hatch, distinct from solid
   terracotta "claimed" and from empty "open". It must never look like an owned slot. */
.cell.is-withheld {
  background: repeating-linear-gradient(45deg,
    rgba(var(--line-rgb),0.13), rgba(var(--line-rgb),0.13) 3px,
    rgba(var(--line-rgb),0.03) 3px, rgba(var(--line-rgb),0.03) 7px);
  border-color: rgba(var(--line-rgb),0.30); cursor: not-allowed;
}
.cell.is-withheld:hover { filter: none; }

.matrix__reveal {
  margin-top: 13px; padding: 10px 12px; border-radius: 9px;
  background: rgba(var(--line-rgb),0.04); border: 1px solid rgba(var(--line-rgb),0.08);
  min-height: 40px; display: flex; align-items: center;
  font-size: 12.5px; line-height: 1.4; color: var(--text-3);
}
.matrix__reveal b { font-weight: 800; color: var(--text); }
.matrix__reveal--empty { color: var(--text-4); font-size: 12px; }
.legend {
  display: flex; gap: 16px; flex-wrap: wrap; margin-top: 13px; padding-top: 13px;
  border-top: 1px solid rgba(var(--line-rgb),0.08);
  font-weight: 600; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-4);
}
.legend span { display: flex; align-items: center; gap: 6px; }
.legend i { width: 12px; height: 12px; border-radius: 3px; }
.legend .sw-open { background: rgba(var(--line-rgb),0.05); border: 1px solid rgba(var(--line-rgb),0.30); }
.legend .sw-withheld { background: repeating-linear-gradient(45deg, rgba(var(--line-rgb),0.45), rgba(var(--line-rgb),0.45) 2px, rgba(var(--line-rgb),0.10) 2px, rgba(var(--line-rgb),0.10) 4px); border: 1px solid rgba(var(--line-rgb),0.30); }
.legend .sw-gone { background: var(--gone); border: 1px solid var(--gone); }
.legend .sw-yours { background: var(--accent); border: 1px solid var(--accent); }

/* picker */
.picker__step { font-weight: 700; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-5); margin: 0 0 11px; }
.picker__step--2 { margin: 24px 0 11px; }
.picker__chips { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 8px; }
.vchip {
  display: flex; align-items: center; gap: 8px; width: 100%; text-align: left;
  padding: 13px 15px; border-radius: 11px; cursor: pointer; transition: all .15s;
  border: 1px solid rgba(var(--line-rgb),0.12); background: var(--panel);
}
.vchip.is-selected { border-color: var(--accent); background: rgba(var(--accent-rgb),0.12); }
.vchip__label { font-size: 14.5px; font-weight: 600; color: var(--text); flex: 1; }
.vchip__open { font-family: var(--mono); font-size: 10.5px; color: var(--ok); }

.picker__slots { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 10px; }
.zoneslot {
  border: 1px solid rgba(var(--line-rgb),0.12); background: var(--panel);
  border-radius: 13px; padding: 16px; transition: all .15s;
}
.zoneslot.is-selected { border-color: var(--accent); background: rgba(var(--accent-rgb),0.10); }
.zoneslot.is-claimed { opacity: 0.62; }
.zoneslot.is-withheld { opacity: 0.78; }
.zoneslot__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.zoneslot__label { font-family: var(--serif); font-weight: 600; font-size: 19px; line-height: 1.1; }
.zoneslot__detail { font-size: 12px; color: var(--text-3); margin-top: 5px; line-height: 1.5; }
.zoneslot__code { font-family: var(--mono); font-size: 10px; color: var(--text-5); margin-top: 7px; }
.zoneslot__cta { width: 100%; margin-top: 14px; padding: 13px; border-radius: 9px; font-size: 14.5px; }
.zoneslot__held {
  width: 100%; margin-top: 14px; padding: 12px; border-radius: 9px; text-align: center;
  background: rgba(var(--line-rgb),0.04); border: 1px solid rgba(var(--line-rgb),0.08);
  font-size: 12.5px; color: var(--text-4);
}

/* ---------- offer ---------- */
.offer { padding: clamp(44px, 5vw, 68px) 0 16px; }
.offer__card {
  border: 1px solid rgba(var(--line-rgb),0.12); border-radius: 16px;
  background: linear-gradient(160deg, rgba(var(--accent-rgb),0.07), var(--panel));
  padding: clamp(24px, 3vw, 40px);
  display: flex; flex-wrap: wrap; gap: clamp(24px, 3vw, 48px); align-items: center;
}
.offer__left { flex: 1 1 320px; min-width: 0; }
.offer__price { font-family: var(--serif); font-weight: 700; font-size: clamp(30px, 6vw, 42px); line-height: 1.0; letter-spacing: -0.015em; margin: 0; }
.offer__price small { font-family: var(--sans); font-size: 0.42em; color: var(--text-3); font-weight: 600; }
.offer__sub { font-size: 16px; color: var(--text-2); margin: 8px 0 20px; max-width: 30em; }
.offer__list { display: flex; flex-direction: column; gap: 11px; }
.offer__item { display: flex; gap: 11px; align-items: flex-start; }
.offer__item i { flex: 0 0 7px; width: 7px; height: 7px; border-radius: 2px; background: var(--accent); margin-top: 7px; }
.offer__item span { font-size: 14.5px; color: var(--text-2); line-height: 1.45; }
.offer__right { flex: 1 1 260px; min-width: 0; max-width: 380px; }
.offer__cta { width: 100%; padding: 18px; border-radius: 11px; font-size: 17px; }
.offer__fine { font-size: 12.5px; color: var(--text-4); margin: 12px 0 0; text-align: center; }

/* ---------- how it works ---------- */
.how { padding: clamp(40px, 5vw, 64px) 0 8px; }
.how__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }
.howcard {
  border: 1px solid rgba(var(--line-rgb),0.10); border-radius: 13px;
  background: var(--panel-2); padding: 22px 20px;
}
.howcard__num { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; color: var(--accent-2); margin-bottom: 12px; }
.howcard__title { font-family: var(--serif); font-weight: 600; font-size: 20px; line-height: 1.15; margin: 0 0 9px; }
.howcard__body { font-size: 14.5px; line-height: 1.6; color: var(--text-3); margin: 0; }

/* ---------- who it's for ---------- */
.closers { padding: clamp(40px, 5vw, 64px) 0 8px; }
.closers__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }
.closercard {
  border: 1px solid rgba(var(--accent-rgb),0.16); border-radius: 13px;
  background: linear-gradient(180deg, rgba(var(--accent-rgb),0.05), var(--panel)); padding: 22px 20px;
}
.closercard__title { font-family: var(--serif); font-weight: 600; font-size: 20px; line-height: 1.15; margin: 0 0 9px; }
.closercard__body { font-size: 14.5px; line-height: 1.6; color: var(--text-2); margin: 0; }

/* ---------- faq ---------- */
.faq { padding: clamp(40px, 5vw, 64px) 0 24px; }
.faq__list { max-width: 720px; display: flex; flex-direction: column; gap: 10px; }
.faq__item {
  border: 1px solid rgba(var(--line-rgb),0.10); border-radius: 12px;
  background: var(--panel); padding: 0 18px;
}
.faq__item[open] { border-color: rgba(var(--accent-rgb),0.35); }
.faq__q {
  cursor: pointer; list-style: none; padding: 16px 0;
  font-weight: 700; font-size: 15.5px; color: var(--text); position: relative; padding-right: 28px;
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q::after {
  content: '+'; position: absolute; right: 2px; top: 50%; transform: translateY(-50%);
  font-family: var(--mono); font-size: 17px; color: var(--text-4); transition: transform .15s;
}
.faq__item[open] .faq__q::after { content: '–'; color: var(--accent-2); }
.faq__a { font-size: 14.5px; line-height: 1.65; color: var(--text-3); margin: 0; padding: 0 0 18px; max-width: 60em; }
.faq__a a { color: var(--accent-2); }

/* ---------- footer ---------- */
.site-footer {
  padding: 18px 0 8px; display: flex; align-items: center; justify-content: space-between;
  gap: 12px; flex-wrap: wrap;
}
.site-footer__url { font-family: var(--mono); font-size: 11px; color: var(--text-5); }
.site-footer__tag { font-size: 12px; color: var(--text-5); }
.site-footer__links { display: flex; gap: 16px; }
.site-footer__links a { font-size: 12px; color: var(--text-4); text-decoration: none; }
.site-footer__links a:hover { color: var(--text-2); text-decoration: underline; }

/* ---------- legal pages (privacy / terms) ---------- */
.legal { max-width: 760px; padding: clamp(32px, 5vw, 56px) 0 40px; }
.legal h1 { font-family: var(--serif); font-weight: 700; font-size: clamp(30px, 6vw, 42px); line-height: 1.05; margin: 0 0 6px; }
.legal .legal__date { font-family: var(--mono); font-size: 11.5px; color: var(--text-4); margin-bottom: 30px; }
.legal h2 { font-family: var(--serif); font-weight: 600; font-size: 21px; margin: 32px 0 8px; }
.legal p, .legal li { font-size: 14.5px; line-height: 1.7; color: var(--text-2); }
.legal ul { padding-left: 22px; }
.legal a { color: var(--accent-2); }
.legal .legal__back { display: inline-block; margin-bottom: 26px; font-size: 13px; color: var(--text-3); text-decoration: none; }
.legal .legal__back:hover { color: var(--text); }

/* ---------- sticky claim bar ---------- */
.sticky-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 25;
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  background: rgba(var(--bg-rgb),0.92); border-top: 1px solid rgba(var(--line-rgb),0.10);
}
.sticky-bar__inner {
  width: min(var(--wrap), 100%); margin: 0 auto;
  padding: 12px clamp(20px, 4vw, 40px); display: flex; align-items: center; gap: 12px;
}
.sticky-bar__info { min-width: 0; flex: 1; }
.sticky-bar__zone { font-family: var(--serif); font-weight: 600; font-size: 15px; line-height: 1.1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sticky-bar__vert { font-size: 11.5px; color: var(--text-3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sticky-bar__prompt { flex: 1; font-size: 13px; color: var(--text-3); }
.sticky-bar__cta { flex: 0 0 auto; padding: 14px 24px; font-size: 15px; }
.sticky-bar__cta--ghost { flex: 0 0 auto; padding: 13px 22px; font-size: 14px; }

[hidden] { display: none !important; }

/* trial secondary CTA */
.trylink {
  display: block; width: 100%; margin-top: 9px; padding: 6px 4px;
  background: none; border: none; cursor: pointer;
  font-family: var(--sans); font-size: 12.5px; font-weight: 600;
  color: var(--text-3); text-decoration: underline; text-underline-offset: 3px;
  text-decoration-color: rgba(var(--line-rgb),0.35);
}
.trylink:hover { color: var(--accent-2); }
.co-trial-note { font-size: 13.5px; line-height: 1.6; color: var(--text-3); margin: 0 0 16px; }

/* ---------- checkout modal ---------- */
#co-modal { position: fixed; inset: 0; z-index: 60; display: flex; align-items: center; justify-content: center; padding: 20px; }
.co-scrim { position: absolute; inset: 0; background: rgba(var(--scrim-rgb),0.74); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.co-card {
  position: relative; width: min(440px, 100%); background: var(--panel);
  border: 1px solid rgba(var(--line-rgb),0.14); border-radius: 16px; padding: 24px 22px 22px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.4); animation: to-rise .24s ease;
}
.co-close { position: absolute; top: 14px; right: 14px; border: none; background: rgba(var(--line-rgb),0.07); color: var(--text-3); width: 30px; height: 30px; border-radius: 50%; font-size: 17px; line-height: 1; cursor: pointer; }
.co-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 18px; padding-right: 28px; }
.co-zone { font-family: var(--serif); font-weight: 600; font-size: 21px; line-height: 1.1; }
.co-vert { font-size: 13px; color: var(--text-3); margin-top: 3px; }
.co-price { text-align: right; flex: 0 0 auto; }
.co-price b { font-family: var(--serif); font-weight: 700; font-size: 22px; }
.co-price span { font-size: 12px; color: var(--text-3); }
.co-label { display: block; font-weight: 600; font-size: 9.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-4); margin-bottom: 6px; }
.co-email { width: 100%; padding: 13px 14px; border-radius: 10px; border: 1px solid rgba(var(--line-rgb),0.16); background: var(--input); color: var(--text); font-family: var(--sans); font-size: 15px; }
.co-err { color: var(--err); font-size: 12px; margin-top: 8px; }
.co-go { margin-top: 16px; padding: 15px; font-size: 16px; }
.co-fine { font-size: 12px; line-height: 1.6; color: var(--text-4); margin: 12px 0 0; text-align: center; }

@media (max-width: 560px) {
  .matrix__rowlabel, .matrix__corner { flex-basis: 92px; }
}
