/* =============================================================
   CloakID — shared light-mode stylesheet (v2, April 2026)
   Used by all pages. Edit here to update the whole site.
   ============================================================= */

:root {
  --ink:       #0A0A0A;
  --ink-2:     #1F1F21;
  --ink-3:     #5C5C60;
  --ink-4:     #9A9A9E;
  --line:      #EAEAEC;
  --line-soft: #F2F2F4;
  --bg:        #FFFFFF;
  --bg-warm:   #F4F5F7;
  --brand:        #0A0A0A;
  --brand-2:      #1F1F21;
  --brand-soft:   #F4F5F7;
  --brand-ink:    #0F1115;
  --danger:       #D64545;
  --success:      #0D9E5A;
  --font:      'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Text', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', 'SF Mono', ui-monospace, Menlo, monospace;
}

html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
* { box-sizing: border-box; }

body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.011em;
  line-height: 1.5;
}
a { color: inherit; }
::selection { background: var(--brand); color: #fff; }

/* ============ NAV ============ */
.nav {
  position: sticky; top: 0; z-index: 20;
  display: grid; grid-template-columns: 220px 1fr 220px;
  align-items: center;
  padding: 18px 40px;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,0.85);
  backdrop-filter: saturate(180%) blur(14px);
  gap: 24px;
}
.brand {
  display: flex; align-items: center;
  font-size: 15px; font-weight: 600; letter-spacing: -0.3px;
  text-decoration: none;
}
.brand img { height: 26px; width: auto; display: block; }
.nav-links { justify-self: center; display: flex; gap: 32px; }
.nav-links a { text-decoration: none; font-size: 14px; color: var(--ink-2); font-weight: 450; }
.nav-links a:hover, .nav-links a.active { color: var(--brand); }
.nav-cta {
  justify-self: end;
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--ink);
  color: #fff;
  text-decoration: none; font-size: 13.5px; font-weight: 600;
  padding: 10px 18px; border-radius: 999px;
  letter-spacing: -0.1px;
  box-shadow: 0 2px 8px -2px rgba(0,0,0,0.18);
  transition: transform .2s ease, box-shadow .2s ease;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 16px -4px rgba(0,0,0,0.28); }
.nav-cta .arr { font-size: 12px; opacity: 0.9; }

/* ============ BUTTONS ============ */
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--ink);
  color: #fff; text-decoration: none;
  font-size: 14px; font-weight: 600;
  padding: 14px 24px; border-radius: 999px; letter-spacing: -0.1px;
  border: none; cursor: pointer;
  box-shadow: 0 4px 14px -4px rgba(0,0,0,0.22);
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 10px 24px -6px rgba(0,0,0,0.28); }
.btn-primary:disabled { opacity: 0.6; cursor: not-allowed; transform: none; box-shadow: none; }
.btn-primary .arr { font-size: 12px; opacity: 0.9; }
.appstore-link img { height: 46px; display: block; transition: transform .2s ease; }
.appstore-link:hover img { transform: translateY(-1px); }

.btn-ghost {
  display: inline-flex; align-items: center; gap: 10px;
  height: 46px; padding: 0 20px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  font-size: 14px; font-weight: 600; letter-spacing: -0.1px;
  border: 1px solid var(--line);
  border-radius: 999px;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.btn-ghost:hover {
  border-color: var(--ink);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px -6px rgba(0,0,0,0.12);
}
.btn-ghost .dot { display: none; }
.btn-ghost .arr { font-size: 12px; opacity: 0.7; }

.btn-outline {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 11px 20px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  font-size: 13.5px; font-weight: 600;
  border: 1px solid var(--line);
  border-radius: 999px;
  transition: border-color .2s ease, color .2s ease;
}
.btn-outline:hover { border-color: var(--ink); }
.btn-danger {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 22px;
  background: var(--danger);
  color: #fff;
  text-decoration: none;
  font-size: 14px; font-weight: 600;
  border-radius: 999px;
  border: none; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn-danger:hover { transform: translateY(-1px); box-shadow: 0 8px 20px -6px rgba(214,69,69,0.4); }

/* ============ PAGE HERO (for non-home pages) ============ */
.page-hero {
  padding: 72px 40px 48px;
  background: var(--bg-warm);
  border-bottom: 1px solid var(--line);
  text-align: center;
}
.page-hero-inner { max-width: 720px; margin: 0 auto; }
.page-hero .eyebrow {
  display: inline-block;
  font-size: 12px; font-weight: 600;
  color: var(--brand);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.page-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08; letter-spacing: -0.024em;
  font-weight: 600;
  text-wrap: balance;
}
.page-hero h1 .muted { color: var(--ink-4); }
.page-hero p {
  margin: 0; font-size: 17px;
  color: var(--ink-3);
  max-width: 560px; margin-left: auto; margin-right: auto;
  line-height: 1.55;
  text-wrap: pretty;
}

/* ============ SECTION ============ */
.section { padding: 80px 40px; }
.section.warm { background: var(--bg-warm); }
.section.tight { padding: 56px 40px; }
.section-inner { max-width: 1180px; margin: 0 auto; width: 100%; }
.container-sm { max-width: 720px; margin: 0 auto; width: 100%; }
.container-md { max-width: 900px; margin: 0 auto; width: 100%; }

/* ============ PROSE (legal/support content) ============ */
.prose {
  max-width: 720px;
  margin: 0 auto;
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.7;
}
.prose h2 {
  font-size: 22px; font-weight: 600;
  margin: 48px 0 14px;
  color: var(--ink);
  letter-spacing: -0.015em;
}
.prose h2:first-child { margin-top: 0; }
.prose h3 {
  font-size: 17px; font-weight: 600;
  margin: 28px 0 10px;
  color: var(--ink);
}
.prose p { margin: 0 0 14px; }
.prose ul, .prose ol {
  padding-left: 22px;
  margin: 0 0 16px;
}
.prose li { margin-bottom: 6px; }
.prose a { color: var(--brand); text-decoration: underline; text-underline-offset: 2px; }
.prose a:hover { text-decoration: none; }
.prose strong { color: var(--ink); font-weight: 600; }
.prose code {
  font-family: var(--font-mono);
  background: var(--line-soft);
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 14px;
}
.prose hr {
  border: none;
  border-top: 1px solid var(--line);
  margin: 32px 0;
}
.prose blockquote {
  border-left: 3px solid var(--brand);
  margin: 20px 0;
  padding: 4px 0 4px 16px;
  color: var(--ink-3);
  font-style: italic;
}
.prose .meta {
  font-size: 13px;
  color: var(--ink-4);
  margin-bottom: 24px;
}

/* ============ CARDS ============ */
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px 26px;
}
.card-warm {
  background: var(--bg-warm);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px 26px;
}
.card-title {
  margin: 0 0 8px;
  font-size: 16px; font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.card-body {
  font-size: 14.5px; line-height: 1.55;
  color: var(--ink-3);
}

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

/* ============ FAQ (details/summary) ============ */
.faq { display: flex; flex-direction: column; gap: 10px; }
.faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 22px;
  transition: border-color .2s ease;
}
.faq details[open] { border-color: var(--brand); }
.faq summary {
  list-style: none;
  cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 15px; font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-size: 20px; font-weight: 400;
  color: var(--ink-4);
  transition: transform .2s ease;
}
.faq details[open] summary::after { transform: rotate(45deg); color: var(--brand); }
.faq details p {
  margin: 14px 0 0;
  font-size: 14.5px; line-height: 1.6;
  color: var(--ink-3);
}

/* ============ FORM ============ */
.field { display: block; margin-bottom: 16px; }
.field-label {
  display: block;
  font-size: 13px; font-weight: 500;
  color: var(--ink-2);
  margin-bottom: 6px;
}
.field-input,
.field-textarea {
  width: 100%;
  font-family: var(--font);
  font-size: 15px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field-input:focus,
.field-textarea:focus {
  outline: none;
  border-color: var(--ink);
  box-shadow: 0 0 0 4px rgba(0,0,0,0.08);
}
.field-textarea { resize: vertical; min-height: 120px; font-family: var(--font); }
.field-hint {
  font-size: 12.5px;
  color: var(--ink-4);
  margin-top: 6px;
}
.field-error {
  font-size: 13px;
  color: var(--danger);
  margin-top: 8px;
}

/* ============ BADGE / PILL ============ */
.pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 12px;
  background: var(--brand-soft);
  color: var(--brand);
  border-radius: 999px;
  font-size: 12px; font-weight: 600;
  letter-spacing: -0.01em;
}

/* ============ DISCLOSURE (subscription) ============ */
.disclosure {
  padding: 0 40px 80px;
  background: var(--bg-warm);
}
.disclosure-inner {
  max-width: 820px; margin: 0 auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px 28px;
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--ink-3);
}
.disclosure-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 10px;
  letter-spacing: -0.1px;
}
.disclosure-summary {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.1px;
  list-style: none;
  cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
}
.disclosure-summary::-webkit-details-marker { display: none; }
.disclosure-summary::after {
  content: "+";
  font-size: 18px; font-weight: 400;
  color: var(--ink-4);
  line-height: 1;
  transition: transform .2s ease;
}
.disclosure-details[open] .disclosure-summary { margin-bottom: 10px; }
.disclosure-details[open] .disclosure-summary::after { transform: rotate(45deg); color: var(--ink); }
.disclosure p { margin: 0 0 8px; }
.disclosure p:last-child { margin-bottom: 0; }
.disclosure a { color: var(--brand); text-decoration: none; }
.disclosure a:hover { text-decoration: underline; }

/* ============ FOOTER ============ */
.foot {
  border-top: 1px solid #1F1F21;
  padding: 36px 40px;
  background: #0F1115;
}
.foot-inner {
  max-width: 1240px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  gap: 32px; flex-wrap: wrap;
  font-size: 13px;
  color: #9A9A9E;
}
.foot-inner a { text-decoration: none; color: #9A9A9E; margin-left: 24px; transition: color .15s ease; }
.foot-inner a:first-child { margin-left: 0; }
.foot-inner a:hover { color: #fff; }
.foot-legal { display: flex; flex-wrap: wrap; align-items: center; }

/* ============ PRICING CARDS ============ */
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1120px;
  margin: 0 auto;
}
.price-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 36px 30px;
  display: flex; flex-direction: column;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
}
.price-card:hover { transform: translateY(-2px); box-shadow: 0 12px 32px -12px rgba(10,10,10,0.08); }
.price-card.featured {
  border: 2px solid var(--ink);
  background: #fff;
  box-shadow: 0 24px 60px -28px rgba(0,0,0,0.18);
}
.price-recommended {
  position: absolute;
  top: -12px; left: 50%;
  transform: translateX(-50%);
  background: var(--ink);
  color: #fff;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  box-shadow: 0 4px 12px -2px rgba(0,0,0,0.22);
}
.price-name {
  font-size: 20px; font-weight: 600;
  margin: 0 0 6px;
  letter-spacing: -0.015em;
  color: var(--ink);
}
.price-sub {
  font-size: 14px;
  color: var(--ink-3);
  margin: 0 0 28px;
}
.price-amount-row {
  display: flex; align-items: baseline; gap: 4px;
  margin-bottom: 32px;
}
.price-amount {
  font-size: 48px; font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.028em;
  line-height: 1;
}
.price-period {
  font-size: 14.5px;
  color: var(--ink-3);
}
.price-list {
  list-style: none;
  padding: 0; margin: 0 0 32px;
  display: flex; flex-direction: column; gap: 12px;
  flex: 1;
}
.price-list li {
  display: flex; gap: 10px;
  font-size: 14.5px;
  color: var(--ink-2);
  line-height: 1.5;
}
.price-list li::before {
  content: "";
  flex-shrink: 0;
  width: 18px; height: 18px;
  margin-top: 2px;
  border-radius: 999px;
  background: var(--brand-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230A0A0A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") center/11px no-repeat;
}
.price-cta {
  display: inline-flex; justify-content: center; align-items: center; gap: 10px;
  width: 100%;
  padding: 14px 20px;
  border-radius: 999px;
  font-size: 14px; font-weight: 600;
  text-decoration: none;
  letter-spacing: -0.1px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  cursor: pointer;
}
.price-cta.primary {
  background: var(--ink);
  color: #fff;
  border: none;
  box-shadow: 0 4px 14px -4px rgba(0,0,0,0.22);
}
.price-cta.primary:hover { transform: translateY(-1px); box-shadow: 0 10px 24px -6px rgba(0,0,0,0.28); }
.price-cta.outline {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
}
.price-cta.outline:hover { border-color: var(--ink); color: var(--ink); }

/* ============ "WHAT WE DON'T DO" CARDS ============ */
.dont-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 900px; margin: 0 auto;
}
.dont-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px 24px;
  display: flex; gap: 16px; align-items: flex-start;
}
.dont-icon {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: rgba(214,69,69,0.08);
  color: var(--danger);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 18px; font-weight: 600;
}
.dont-title {
  font-size: 15px; font-weight: 600;
  color: var(--ink);
  margin: 0 0 4px;
  letter-spacing: -0.01em;
}
.dont-body {
  font-size: 14px;
  color: var(--ink-3);
  line-height: 1.5;
  margin: 0;
}

/* ============ SECTION HEADINGS ============ */
.section-eyebrow {
  display: inline-block;
  font-size: 12px; font-weight: 600;
  color: var(--brand);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.section-title {
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.022em;
  font-weight: 600;
  margin: 0 0 14px;
  text-wrap: balance;
}
.section-lede {
  font-size: 16px;
  color: var(--ink-3);
  max-width: 560px;
  margin: 0 auto 48px;
  line-height: 1.6;
  text-align: center;
  text-wrap: pretty;
}
.section-head-center { text-align: center; margin-bottom: 48px; }

/* ============ FINAL CTA ============ */
.final-cta {
  text-align: center;
  padding: 96px 40px;
  background: var(--bg-warm);
  border-top: 1px solid var(--line);
}
.final-cta h2 {
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 600;
  letter-spacing: -0.024em;
  margin: 0 0 14px;
  line-height: 1.1;
}
.final-cta p {
  font-size: 16px;
  color: var(--ink-3);
  margin: 0 0 32px;
}
.final-cta .cta-row {
  display: flex; gap: 12px;
  align-items: center; justify-content: center;
  flex-wrap: wrap;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 960px) {
  .nav { grid-template-columns: auto 1fr auto; padding: 16px 20px; gap: 16px; }
  .nav-links { display: none; }
  .page-hero { padding: 56px 24px 36px; }
  .section { padding: 56px 24px; }
  .section.tight { padding: 40px 24px; }
  .disclosure { padding: 0 24px 56px; }
  .prose { font-size: 15.5px; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr; gap: 16px; }
  .dont-grid { grid-template-columns: 1fr; }
  .final-cta { padding: 64px 24px; }
  .foot-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
  .foot-legal a:first-child { margin-left: 0; }
}
