*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --bg: #0d0d0d;
  --surface: #111;
  --border: #1a1a1a;
  --yellow: #FFD600;
  --green-dim: #3d8a3d;
  --text: #ccc;
  --dim: #555;
  --muted: #333;
  --font: 'SF Mono', 'Fira Code', ui-monospace, monospace;
  --max-width: 1100px;
}

html[data-theme="light"] {
  --bg: #FAFAF8;
  --surface: #FFFFFF;
  --border: #EAEAEA;
  --yellow: #C9A227;
  --green-dim: #4AA860;
  --text: #111111;
  --dim: #6B6B6B;
  --muted: #B0B0B0;
  --font: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Nav */
html[data-theme="light"] .wordmark { color: #7A7268; }
html[data-theme="light"] .nav-tag { color: #9A9288; }
html[data-theme="light"] .nav-pricing-link { color: #7A7268; }
html[data-theme="light"] .nav-pricing-link:hover { color: #2C2820; }

/* Hero */
html[data-theme="light"] .hero-new h1 { font-size: 38px; }
html[data-theme="light"] .hero-sub { color: #5A5248; }
html[data-theme="light"] .hero-cta-note { color: #9A9288; }
html[data-theme="light"] .score-counter { color: #7A7268; }
html[data-theme="light"] .score-label { color: #7A7268; }

/* Email signup */
html[data-theme="light"] .signup-form input[type="email"] { background: #EEEAE3; border-color: #C8C2B4; color: #2C2820; }
html[data-theme="light"] .signup-form input[type="email"]::placeholder { color: #9A9288; }
html[data-theme="light"] .signup-form input[type="email"]:focus { border-color: #9A9488; }
html[data-theme="light"] .signup-form button:hover { background: #C09A38; }

/* Cards */
html[data-theme="light"] .card-body { color: #5A5248; }

/* Formula strip */
html[data-theme="light"] .formula-strip { background: #EEEAE3; border-color: #D8D3C8; color: #7A7268; }
html[data-theme="light"] .formula-strip .var { color: #5A5248; }
html[data-theme="light"] .formula-strip .block-warn { color: #C04848; }

/* Session report */
html[data-theme="light"] .session-report { background: #EEEAE3; border-color: #D8D3C8; }
html[data-theme="light"] .sr-comment { color: #4AA860; }
html[data-theme="light"] .sr-label { color: #7A7268; }
html[data-theme="light"] .sr-bar { background: #D8D3C8; }
html[data-theme="light"] .sr-fill { background: #4AA860; }
html[data-theme="light"] .sr-fill-warn { background: #C04848; }
html[data-theme="light"] .sr-val { color: #7A7268; }
html[data-theme="light"] .sr-val-warn { color: #C04848; }
html[data-theme="light"] .sr-state { color: #C04848; border-color: #C04848; }
html[data-theme="light"] .sr-conclusion { color: #5A5248; border-color: #D8D3C8; }
html[data-theme="light"] .sr-hook { color: #2C2820; }

/* Locked panel */
html[data-theme="light"] .locked-panel { background: #EEEAE3; border-color: #D8D3C8; }
html[data-theme="light"] .lp-label { color: #7A7268; }
html[data-theme="light"] .lp-dim { color: #9A9288; }
html[data-theme="light"] .lp-lock { color: #C04848; border-color: #C04848; }
html[data-theme="light"] .lp-conclusion { color: #5A5248; border-color: #D8D3C8; }
html[data-theme="light"] .lp-hook { color: #2C2820; }

/* Trial banner */
html[data-theme="light"] .trial-banner { background: #EEEAE3; border-color: #D8D3C8; }
html[data-theme="light"] .trial-banner-inner { color: #7A7268; }
html[data-theme="light"] .trial-banner-inner .comment { color: #9A9288; }

/* Pricing cards */
html[data-theme="light"] .pricing-card-pro { border-color: #C8C2B4; }
html[data-theme="light"] .pricing-card-pro::before { background: #D2C49E; }
html[data-theme="light"] .pricing-card-featured { border-color: #C8C2B4; background: #EDE7DC; box-shadow: 0 4px 24px rgba(44,40,32,0.07); }
html[data-theme="light"] .pricing-card-featured::before { background: #C8B89A; }
html[data-theme="light"] .plan-name { color: #5A5248; }
html[data-theme="light"] .plan-badge { color: #7A7268; }
html[data-theme="light"] .plan-desc-dim { color: #7A7268; }
html[data-theme="light"] .plan-features li { color: #5A5248; }
html[data-theme="light"] .dim-feature { color: #9A9288 !important; }
html[data-theme="light"] .plan-btn-muted { border-color: #C8C2B4; color: #7A7268; }
html[data-theme="light"] .plan-btn-pro { background: #ECC020; color: #1A1400; }
html[data-theme="light"] .plan-btn-pro:hover { background: #D4AA18; }
html[data-theme="light"] .plan-fine { color: #9A9288; }
html[data-theme="light"] .plan-saving { color: #4AA860; }
html[data-theme="light"] .billing-btn { border-color: #D8D3C8; color: #7A7268; }
html[data-theme="light"] .billing-btn:hover { border-color: #B8B2A4; color: #5A5248; }
html[data-theme="light"] .billing-btn.active { border-color: #B8B2A4; color: #5A5248; }
html[data-theme="light"] .reassurance-row { color: #7A7268; }
html[data-theme="light"] .reassurance-row .comment { color: #9A9288; }
html[data-theme="light"] .plan-desc { color: #5A5248; }

/* Pricing hero */
html[data-theme="light"] .pricing-hero-label { color: #7A7268; }
html[data-theme="light"] .pricing-hero-label .comment { color: #4AA860; }

/* Success */
html[data-theme="light"] .success-status-block { background: #EEEAE3; border-color: #D8D3C8; }
html[data-theme="light"] .success-status-line .comment { color: #4AA860; }
html[data-theme="light"] .success-status-text { color: #5A5248; }
html[data-theme="light"] .success-step { color: #5A5248; }
html[data-theme="light"] .success-step .comment { color: #9A9288; }
html[data-theme="light"] .success-label .comment { color: #4AA860; }
html[data-theme="light"] .success-label { color: #7A7268; }

/* Footer */
html[data-theme="light"] .footer-sub .comment { color: #B8B2A4; }
html[data-theme="light"] .footer-top { color: #B8B2A4; }
html[data-theme="light"] .footer-sub { color: #B8B2A4; }

/* Theme toggle button */
.theme-toggle {
  background: none;
  border: none;
  color: #444;
  cursor: pointer;
  font-size: 14px;
  padding: 2px 4px;
  line-height: 1;
}
.theme-toggle:hover { color: #888; }
html[data-theme="light"] .theme-toggle { color: #9A9288; }
html[data-theme="light"] .theme-toggle:hover { color: #5A5248; }

html, body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 13px;
  line-height: 1.4;
  min-height: 100vh;
}

html[data-theme="light"] body {
  background: radial-gradient(ellipse 1000px 700px at 50% 380px, rgba(230,215,122,0.07) 0%, transparent 65%) #FAF8F4;
}

html:not([data-theme="light"]) body {
  background: radial-gradient(ellipse 1000px 700px at 50% 380px, rgba(255,214,0,0.018) 0%, transparent 65%) #0d0d0d;
}

/* NAV */
nav {
  border-bottom: 1px solid var(--border);
  padding: 16px 0;
}

nav .inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wordmark {
  font-size: 12px;
  letter-spacing: 4px;
  color: #777;
  text-transform: uppercase;
}

.nav-tag {
  font-size: 11px;
  color: #444;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-pricing-link {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #555;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-pricing-link:hover {
  color: #999;
}

.wordmark {
  text-decoration: none;
}

/* HERO */
.hero {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 72px 48px 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.hero-left {
  display: flex;
  flex-direction: column;
}

.hero-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-cta-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.hero-cta-btn {
  font-family: var(--font);
  font-size: 10px;
  letter-spacing: 2px;
  background: var(--yellow);
  color: #0d0d0d;
  font-weight: 600;
  padding: 11px 22px;
  cursor: default;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-cta-note {
  font-size: 10px;
  color: #333;
  letter-spacing: 1px;
}

/* POPUP MOCK */
.popup-mock {
  width: 300px;
  background: #111;
  border: 1px solid #1e1e1e;
  padding: 18px 16px;
  font-family: var(--font);
  position: relative;
  box-shadow: 0 0 60px rgba(255, 214, 0, 0.05), 0 0 120px rgba(0,0,0,0.6);
}

.mock-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.mock-title {
  font-size: 10px;
  letter-spacing: 3px;
  color: #777;
}

.mock-pro-badge {
  font-size: 8px;
  letter-spacing: 2px;
  color: #FFD600;
  vertical-align: middle;
}

.mock-dims {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.mock-dim-row {
  display: grid;
  grid-template-columns: 12px 1fr 28px 100px;
  align-items: center;
  gap: 8px;
}

.mock-dl {
  font-size: 9px;
  letter-spacing: 1px;
  color: #555;
}

.mock-track {
  height: 5px;
  background: #1e1e1e;
  border-radius: 3px;
  overflow: hidden;
}

.mock-fill {
  height: 100%;
  width: 0%;
  border-radius: 3px;
  background: #00C853;
  transition: width 0.3s ease, background-color 0.4s ease;
}

.mock-t { background: #3d7fe0; }
.mock-p { background: #d08030; }
html[data-theme="light"] .mock-t { background: #5A8EC8; }
html[data-theme="light"] .mock-p { background: #C07878; }

.mock-val {
  font-size: 11px;
  color: #666;
  text-align: right;
}

.mock-dname {
  font-size: 8px;
  letter-spacing: 0.8px;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
}

.mock-composite-section {
  border-top: 1px solid #1a1a1a;
  padding-top: 12px;
}

.mock-comp-track {
  width: 100%;
  height: 10px;
  background: #1e1e1e;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 6px;
}

.mock-comp-fill {
  height: 100%;
  width: 0%;
  border-radius: 5px;
  background: #00C853;
  transition: width 0.3s ease, background-color 0.4s ease;
}

.mock-comp-bottom {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.mock-comp-label {
  font-size: 9px;
  letter-spacing: 1.2px;
  color: #444;
}

.mock-comp-score {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #00C853;
  transition: color 0.4s ease;
}

.mock-state {
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #444;
  margin-top: 6px;
  text-align: center;
  transition: color 0.4s ease;
}

.mock-blocked-overlay {
  display: none;
  position: absolute;
  inset: 0;
  background: rgba(213, 0, 0, 0.15);
  align-items: center;
  justify-content: center;
}

.mock-blocked-overlay.active {
  display: flex;
}

.mock-blocked-text {
  font-size: 14px;
  letter-spacing: 4px;
  color: #D50000;
  font-weight: bold;
}

.hero-icon {
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 28px;
}

.hero-left h1 { margin-bottom: 16px; }
.hero-left .hero-sub { margin-bottom: 32px; }

.hero h1 {
  font-size: 28px;
  font-weight: 400;
  color: var(--text);
  line-height: 1.3;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}


.hero-sub {
  color: #888;
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 24px;
}

/* Score counter */
.score-counter {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
  font-size: 11px;
  color: #444;
}

.score-value {
  font-size: 20px;
  font-weight: 600;
  color: var(--green-dim);
  transition: color 0.3s;
  min-width: 28px;
}

.score-value.warning {
  color: var(--yellow);
}

.score-label {
  color: #3a3a3a;
}

/* CTA form */
.signup-form {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.signup-form input[type="email"] {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  color: var(--text);
  font-family: var(--font);
  font-size: 12px;
  padding: 10px 14px;
  flex: 1;
  min-width: 200px;
  outline: none;
}

.signup-form input[type="email"]::placeholder {
  color: #444;
}

.signup-form input[type="email"]:focus {
  border-color: #444;
}

.signup-form button {
  background: var(--yellow);
  color: #0d0d0d;
  border: none;
  font-family: var(--font);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 10px 20px;
  cursor: pointer;
  text-transform: uppercase;
  white-space: nowrap;
}

.signup-form button:hover {
  background: #e6c000;
}

.signup-thanks {
  display: none;
  color: var(--green-dim);
  font-size: 12px;
  padding: 10px 0;
}

/* SIGNAL CARDS */
.cards-section {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 32px 48px;
}

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

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 16px;
}

.card-header {
  font-size: 11px;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--border);
  padding-bottom: 10px;
}

.card-header .comment {
  color: var(--green-dim);
}

.card-header .label {
  color: var(--dim);
}

.card-body {
  color: #777;
  font-size: 11px;
  line-height: 1.6;
}

/* FORMULA STRIP */
.formula-strip {
  background: #0a0a0a;
  border-top: 1px solid #181818;
  border-bottom: 1px solid #181818;
  padding: 20px 32px;
  text-align: center;
  font-size: 12px;
  color: #444;
  letter-spacing: 0.06em;
  overflow-x: auto;
  white-space: nowrap;
}

.formula-strip .var {
  color: #666;
}

.formula-strip .block-warn {
  color: #8a1a10;
}

/* FEATURE LIST */
.features-section {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 48px 32px;
}

.features-heading {
  font-size: 11px;
  color: var(--dim);
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}

.features-heading .comment {
  color: var(--green-dim);
}

.features-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.features-list li {
  display: flex;
  gap: 10px;
  font-size: 12px;
  color: #888;
  line-height: 1.5;
}

.features-list .bullet {
  color: var(--yellow);
  flex-shrink: 0;
}

/* PRICING */
.pricing-section {
  border-top: 1px solid var(--border);
  padding: 48px 48px;
}

.pricing-inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.pricing-heading {
  font-size: 11px;
  color: var(--dim);
  margin-bottom: 28px;
  letter-spacing: 0.05em;
}

.pricing-heading .comment {
  color: var(--green-dim);
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: stretch;
}

.pricing-card {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pricing-card .plan-features {
  flex: 1;
}

.pricing-card-pro {
  border-color: #2a2a2a;
  position: relative;
}

.pricing-card-pro::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--yellow);
}

.plan-name {
  font-size: 11px;
  letter-spacing: 3px;
  color: #555;
}

.plan-name-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.plan-badge {
  font-size: 8px;
  letter-spacing: 1.5px;
  color: #444;
  text-transform: uppercase;
}

.plan-price {
  font-size: 26px;
  font-weight: 600;
  color: var(--text);
  line-height: 1;
}

.plan-period {
  font-size: 11px;
  font-weight: 400;
  color: var(--dim);
}

.plan-price-sub {
  font-size: 10px;
  color: #444;
  margin-top: -10px;
  min-height: 14px;
}

.billing-toggle {
  display: flex;
  gap: 4px;
}

.billing-btn {
  background: none;
  border: 1px solid #1e1e1e;
  color: #444;
  font-family: var(--font);
  font-size: 9px;
  letter-spacing: 1px;
  padding: 4px 10px;
  cursor: pointer;
  border-radius: 2px;
  transition: border-color 0.15s, color 0.15s;
}

.billing-btn:hover {
  border-color: #333;
  color: #666;
}

.billing-btn.active {
  border-color: #333;
  color: #888;
}

.save-tag {
  color: var(--green-dim);
}

.plan-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.plan-features li {
  display: flex;
  gap: 8px;
  font-size: 11px;
  color: #555;
  line-height: 1.4;
}

.dim-feature {
  color: #2a2a2a !important;
}

.plan-btn {
  display: block;
  text-align: center;
  font-family: var(--font);
  font-size: 10px;
  letter-spacing: 2px;
  padding: 10px;
  border-radius: 2px;
  text-decoration: none;
  cursor: default;
}

.plan-btn-muted {
  border: 1px solid #1a1a1a;
  color: #333;
}

.plan-btn-pro {
  background: var(--yellow);
  color: #0d0d0d;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
}

.plan-btn-pro:hover {
  background: #e6c000;
}

/* PRICING PAGE */
.pricing-hero {
  border-bottom: 1px solid var(--border);
  padding: 56px 48px 40px;
}

.pricing-hero-inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.pricing-hero-label {
  font-size: 10px;
  letter-spacing: 2px;
  color: #444;
  margin-bottom: 16px;
}

.pricing-hero-label .comment {
  color: var(--green-dim);
}

.pricing-hero-title {
  font-size: 32px;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.pricing-hero-sub {
  font-size: 13px;
  color: var(--dim);
}

.pricing-section-page {
  border-top: none;
  padding-top: 40px;
}

.pricing-grid-page {
  gap: 16px;
}

.pricing-grid-3 {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 20px;
}

.pricing-card-featured {
  border-color: #2a2a2a;
  background: #131313;
}

.pricing-card-featured::before {
  height: 3px;
  background: var(--yellow);
}

.plan-badge-featured {
  font-size: 8px;
  letter-spacing: 1.5px;
  color: var(--yellow);
  text-transform: uppercase;
}

.plan-desc {
  font-size: 11px;
  color: #444;
  line-height: 1.6;
  margin-top: -4px;
}

.pro-name {
  color: var(--yellow);
}

.pro-bullet {
  color: var(--yellow) !important;
}

.plan-fine {
  font-size: 9px;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  margin-top: -8px;
}

.reassurance-row {
  display: flex;
  gap: 24px;
  margin-top: 32px;
  flex-wrap: wrap;
  font-size: 10px;
  color: #333;
  letter-spacing: 0.05em;
}

.reassurance-row .comment {
  color: #2a2a2a;
}

/* SESSION REPORT */
.session-report {
  background: #090909;
  border-top: 1px solid #161616;
  border-bottom: 1px solid #161616;
  padding: 32px 48px;
}

.session-report-inner {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sr-line {
  margin-bottom: 4px;
}

.sr-comment {
  font-size: 10px;
  letter-spacing: 0.05em;
  color: #2d6a2d;
}

.sr-row {
  display: grid;
  grid-template-columns: 120px 1fr 70px;
  align-items: center;
  gap: 12px;
}

.sr-label {
  font-size: 10px;
  color: #3a3a3a;
  letter-spacing: 0.05em;
}

.sr-bar {
  height: 4px;
  background: #161616;
  border-radius: 2px;
  overflow: hidden;
}

.sr-fill {
  height: 100%;
  background: #2a4a2a;
  border-radius: 2px;
}

.sr-fill-warn {
  background: #6a1a10;
}

.sr-val {
  font-size: 10px;
  color: #3a3a3a;
  text-align: right;
  letter-spacing: 0.05em;
}

.sr-row-composite .sr-label {
  color: #555;
}

.sr-val-warn {
  color: #8a2a20;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.sr-state {
  font-size: 8px;
  letter-spacing: 2px;
  color: #8a2a20;
  border: 1px solid #5a1a10;
  padding: 1px 5px;
}

.sr-conclusion {
  margin-top: 6px;
  font-size: 11px;
  color: #3a3a3a;
  letter-spacing: 0.03em;
  padding-top: 10px;
  border-top: 1px solid #141414;
}

.sr-hook {
  color: #ccc;
  font-size: 11px;
}

/* LOCKED PANEL */
.locked-panel {
  background: #090909;
  border-top: 1px solid #161616;
  border-bottom: 1px solid #161616;
  padding: 32px 48px;
}

.locked-panel-inner {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lp-header {
  margin-bottom: 4px;
}

.lp-row {
  display: grid;
  grid-template-columns: 140px 1fr auto;
  align-items: center;
  gap: 12px;
}

.lp-label {
  font-size: 10px;
  color: #2e2e2e;
  letter-spacing: 0.05em;
}

.lp-value {
  font-size: 10px;
  letter-spacing: 0.05em;
}

.lp-dim {
  color: #222;
}

.lp-lock {
  font-size: 8px;
  letter-spacing: 2px;
  color: #3a1a1a;
  border: 1px solid #2a1010;
  padding: 2px 6px;
  white-space: nowrap;
}

.lp-conclusion {
  margin-top: 6px;
  font-size: 11px;
  color: #333;
  padding-top: 10px;
  border-top: 1px solid #141414;
  display: flex;
  gap: 8px;
  align-items: baseline;
}

.lp-hook {
  color: #555;
}

/* TRIAL BANNER */
.trial-banner {
  background: #111000;
  border-bottom: 1px solid #1e1a00;
  padding: 14px 48px;
  text-align: center;
}

.trial-banner-inner {
  font-size: 11px;
  color: #666;
  letter-spacing: 0.05em;
}

.trial-banner-inner strong {
  color: var(--yellow);
  font-weight: 600;
}

.trial-banner-inner .comment {
  color: #333;
}

/* PRICING PAGE EXTRAS */
.plan-desc-dim {
  color: #333;
}

.plan-saving {
  color: var(--green-dim);
}

/* SUCCESS PAGE */
.success-section {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 80px 48px 64px;
}

.success-inner {
  max-width: 560px;
}

.success-label {
  font-size: 10px;
  letter-spacing: 2px;
  color: #444;
  margin-bottom: 16px;
}

.success-label .comment {
  color: var(--green-dim);
}

.success-title {
  font-size: 40px;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.success-sub {
  font-size: 13px;
  color: var(--dim);
  margin-bottom: 32px;
}

.success-status-block {
  background: #090909;
  border: 1px solid #161616;
  padding: 16px 20px;
  margin-bottom: 40px;
}

.success-status-line {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 11px;
}

.success-status-line .comment {
  color: #2d6a2d;
}

.success-status-text {
  color: #444;
  letter-spacing: 0.03em;
  transition: color 0.3s;
}

.success-next {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.success-step {
  font-size: 12px;
  color: #444;
  display: flex;
  gap: 16px;
}

.success-step .comment {
  color: #2a2a2a;
  flex-shrink: 0;
}

/* FOOTER */
footer {
  border-top: 1px solid var(--border);
  padding: 24px 32px;
}

footer .inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.footer-sub {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.footer-sub .comment {
  color: #2a2a2a;
}

/* ── NEW HOMEPAGE ──────────────────────────────────────────────────────────── */

.hero-new {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 96px 32px 88px;
  max-width: 560px;
  margin: 0 auto;
}

.hero-new h1 {
  font-size: 28px;
  font-weight: 400;
  color: var(--text);
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: 52px;
  font-family: var(--font);
}

.popup-hero-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 48px;
}

.popup-hero-wrap .popup-mock {
  box-shadow: 0 32px 80px rgba(0,0,0,0.7), 0 0 0 1px rgba(255,255,255,0.04);
}

html[data-theme="light"] .popup-hero-wrap .popup-mock {
  box-shadow: 0 24px 60px rgba(44,40,32,0.13), 0 0 0 1px rgba(44,40,32,0.06);
}

.hero-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 44px;
}

.hero-features p {
  font-size: 12px;
  color: var(--dim);
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.demo-section {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 48px 72px;
}

.demo-inner {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

/* YouTube mock */
.yt-mock {
  flex: 1;
  background: #0f0f0f;
  border: 1px solid #272727;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.yt-topbar {
  background: #0f0f0f;
  border-bottom: 1px solid #212121;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}

.yt-logo {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.3px;
  font-family: Arial, sans-serif;
}

.yt-logo-red { color: #FF0000; }

.yt-badge {
  font-size: 10px;
  font-weight: 600;
  background: #00C853;
  color: #000;
  padding: 2px 8px;
  border-radius: 10px;
  min-width: 28px;
  text-align: center;
  transition: background-color 0.4s ease;
  font-family: monospace;
}

.yt-content {
  padding: 10px 12px 14px;
  flex: 1;
}

.yt-video {
  width: 100%;
  aspect-ratio: 16/9;
  background: #181818;
  position: relative;
  margin-bottom: 8px;
  overflow: hidden;
}

.yt-scanlines {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg, transparent, transparent 3px,
    rgba(255,255,255,0.012) 3px, rgba(255,255,255,0.012) 4px
  );
}

.yt-progress-bar {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: #272727;
}

.yt-progress-fill {
  height: 100%;
  background: #FF0000;
  width: 18%;
}

.yt-video-title {
  font-size: 11px;
  color: #e8e8e8;
  margin-bottom: 3px;
  font-family: Arial, sans-serif;
  line-height: 1.3;
}

.yt-video-meta {
  font-size: 10px;
  color: #717171;
  font-family: Arial, sans-serif;
}

/* YouTube block overlay — no transition, abrupt */
.yt-block-overlay {
  display: none;
  position: absolute;
  inset: 0;
  background: #0f0f0f;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: monospace;
}

.yt-block-overlay.active { display: flex; }

.yt-block-label {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #555;
  text-transform: uppercase;
}

.yt-block-msg {
  font-size: 16px;
  font-weight: 600;
  color: #ccc;
}

.yt-block-timer {
  font-size: 48px;
  font-weight: 700;
  color: #D50000;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  margin: 6px 0;
}

.yt-block-sub {
  font-size: 11px;
  color: #444;
}

/* Thoughts */
.thoughts-section {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 48px 72px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.thought {
  display: flex;
  align-items: baseline;
  gap: 20px;
}

.thought-dim {
  font-size: 9px;
  letter-spacing: 1.5px;
  color: var(--dim);
  flex-shrink: 0;
  width: 10px;
  text-align: right;
}

.thought-text {
  font-size: 14px;
  color: var(--dim);
  line-height: 1.4;
}

/* CTA */
.cta-section {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 48px 96px;
}

.cta-primary {
  display: inline-block;
  font-family: var(--font);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: var(--yellow);
  color: #0d0d0d;
  font-weight: 600;
  padding: 12px 24px;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.cta-primary:hover { opacity: 0.88; }

/* Light mode — yt mock always dark, popup mock adapts, CTA amber */
html[data-theme="light"] .yt-mock { background: #0f0f0f; border-color: #272727; }
html[data-theme="light"] .yt-topbar { background: #0f0f0f; border-color: #212121; }
html[data-theme="light"] .yt-block-overlay { background: #0f0f0f; }
html[data-theme="light"] .cta-primary { background: #ECC020; color: #1A1400; }
html[data-theme="light"] .cta-primary:hover { background: #D4AA18; opacity: 1; }

/* Popup mock light overrides */
html[data-theme="light"] .popup-mock { background: #EEEAE3; border-color: transparent; box-shadow: 0 4px 64px rgba(44,40,32,0.10), 0 1px 6px rgba(44,40,32,0.06); }
html[data-theme="light"] .mock-title { color: #7A7268; }
html[data-theme="light"] .mock-pro-badge { color: #C8A820; }
html[data-theme="light"] .mock-dl { color: #9A9288; }
html[data-theme="light"] .mock-track { background: #E4E0D8; }
html[data-theme="light"] .mock-comp-track { background: #E4E0D8; }
html[data-theme="light"] .mock-val { color: #7A7268; }
html[data-theme="light"] .mock-dname { color: #9A9288; }
html[data-theme="light"] .mock-composite-section { border-color: #D8D3C8; }
html[data-theme="light"] .mock-comp-label { color: #7A7268; }
html[data-theme="light"] .mock-blocked-overlay { background: rgba(192,72,72,0.1); }
html[data-theme="light"] .mock-blocked-text { color: #C04848; }

/* MOBILE */
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 48px 32px 40px;
  }

  .hero-right {
    order: -1;
  }

  .hero-new h1 { font-size: 28px; }
  .demo-inner { flex-direction: column; }
  .demo-section, .thoughts-section, .cta-section { padding-left: 32px; padding-right: 32px; }
}

@media (max-width: 640px) {
  .nav-tag {
    display: none;
  }

  .hero-new { padding: 64px 24px 72px; }
  .hero-new h1 { font-size: 24px; }
  .demo-section, .thoughts-section, .cta-section { padding-left: 24px; padding-right: 24px; }

  .hero {
    padding: 36px 24px 32px;
  }

  .hero h1 {
    font-size: 22px;
  }

  .cards-section {
    padding: 0 24px 36px;
  }

  .cards-grid {
    grid-template-columns: 1fr;
  }

  .features-section {
    padding: 36px 24px;
  }

  .pricing-section {
    padding: 36px 24px;
  }

  .pricing-grid,
  .pricing-grid-3 {
    grid-template-columns: 1fr;
  }

  footer {
    padding: 24px;
  }

  .formula-strip {
    font-size: 11px;
  }
}

/* ── NEW PRICING PAGE ─────────────────────────────────────────────────────── */

/* Mocks section */
.pr-mocks-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 32px 64px;
}

.pr-mocks {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.pr-mock-left,
.pr-mock-right {
  flex: 0 0 auto;
}

.pr-mocks-note {
  text-align: center;
  font-size: 13px;
  color: var(--text);
  line-height: 1.6;
  margin-bottom: 28px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

/* Two-card grid */
.pr-grid-two {
  grid-template-columns: 1fr 1fr;
  max-width: 560px;
  margin: 0 auto;
}

/* Settings mock */
.settings-mock {
  width: 300px;
  background: #111;
  border: 1px solid #1e1e1e;
  padding: 20px;
  font-family: 'SF Mono', 'Fira Code', ui-monospace, monospace;
  position: relative;
}

.sm-header {
  font-size: 9px;
  letter-spacing: 2px;
  color: #444;
  margin-bottom: 18px;
}

.sm-section {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #1a1a1a;
}

.sm-section-last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sm-toggle-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.sm-label {
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 8px;
  display: block;
}

.sm-toggle-row .sm-label {
  margin-bottom: 0;
}

.sm-toggle {
  width: 26px;
  height: 14px;
  border: 1px solid #333;
  border-radius: 7px;
  position: relative;
  flex-shrink: 0;
}

.sm-toggle.sm-on {
  background: var(--yellow);
  border-color: var(--yellow);
}

.sm-toggle.sm-on::after {
  content: '';
  position: absolute;
  right: 3px;
  top: 3px;
  width: 6px;
  height: 6px;
  background: #0d0d0d;
  border-radius: 50%;
}

.sm-time-row {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 8px;
}

.sm-time {
  font-size: 13px;
  color: #ccc;
  min-width: 18px;
  text-align: center;
}

.sm-colon {
  font-size: 13px;
  color: #333;
}

.sm-arrow {
  font-size: 10px;
  color: #333;
  margin: 0 6px;
}

.sm-days {
  display: flex;
  gap: 3px;
}

.sm-day {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  letter-spacing: 0;
  color: #333;
  border: 1px solid #1a1a1a;
}

.sm-day.sm-day-on {
  color: #aaa;
  border-color: #2a2a2a;
}

.sm-btns {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.sm-btn {
  font-size: 8px;
  letter-spacing: 1px;
  padding: 4px 8px;
  border: 1px solid #1a1a1a;
  color: #444;
  text-transform: uppercase;
  font-family: inherit;
  cursor: default;
}

.sm-btn.sm-btn-active {
  border-color: var(--yellow);
  color: var(--yellow);
}

/* Light mode — settings mock */
html[data-theme="light"] .settings-mock {
  background: #EEEAE3;
  border-color: transparent;
  box-shadow: 0 4px 64px rgba(44,40,32,0.10), 0 1px 6px rgba(44,40,32,0.06);
}

html[data-theme="light"] .sm-header { color: #9A9288; }
html[data-theme="light"] .sm-section { border-bottom-color: #D8D3C8; }
html[data-theme="light"] .sm-label { color: #9A9288; }
html[data-theme="light"] .sm-toggle { border-color: #C8C2B4; }
html[data-theme="light"] .sm-toggle.sm-on { background: #C8A820; border-color: #C8A820; }
html[data-theme="light"] .sm-toggle.sm-on::after { background: #FAF8F4; }
html[data-theme="light"] .sm-time { color: #2C2820; }
html[data-theme="light"] .sm-colon { color: #C8C2B4; }
html[data-theme="light"] .sm-arrow { color: #C8C2B4; }
html[data-theme="light"] .sm-day { color: #C8C2B4; border-color: #D8D3C8; }
html[data-theme="light"] .sm-day.sm-day-on { color: #5A5248; border-color: #B8B2A4; }
html[data-theme="light"] .sm-btn { border-color: #D8D3C8; color: #9A9288; }
html[data-theme="light"] .sm-btn.sm-btn-active { border-color: #C8A820; color: #C8A820; }

/* Mobile */
@media (max-width: 700px) {
  .pr-mocks { flex-direction: column; align-items: center; }
  .pr-grid-two { grid-template-columns: 1fr; max-width: 340px; }
}

.pr-hero {
  text-align: center;
  padding: 80px 32px 56px;
  max-width: 600px;
  margin: 0 auto;
}

.pr-title {
  font-size: 32px;
  font-weight: 400;
  color: var(--text);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 16px;
  font-family: var(--font);
}

html[data-theme="light"] .pr-title { font-size: 42px; }

.pr-sub {
  font-size: 13px;
  color: var(--dim);
  line-height: 1.6;
}

.pr-wrap {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 32px 96px;
}

.pr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  align-items: start;
}

.pr-card {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
}

.pr-card-pro {
  border-top: 2px solid var(--yellow);
}

.pr-card-best {
  background: #1a1a1a;
  border-color: #2a2a2a;
}

.pr-best-badge {
  font-size: 8px;
  letter-spacing: 1.5px;
  color: var(--yellow);
  text-transform: uppercase;
}

.pr-tier {
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--dim);
  text-transform: uppercase;
}

.pr-tier-pro {
  color: var(--yellow);
}

.pr-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.pr-amount {
  font-size: 36px;
  font-weight: 400;
  color: var(--text);
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: var(--font);
}

.pr-period {
  font-size: 11px;
  color: var(--dim);
}

.pr-saving {
  font-size: 10px;
  color: var(--green-dim);
  letter-spacing: 0.04em;
  margin-top: -6px;
}

.pr-trial {
  font-size: 10px;
  color: var(--dim);
  letter-spacing: 0.02em;
  margin-top: -6px;
}

.pr-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
  flex: 1;
  margin-bottom: 4px;
}

.pr-features li {
  font-size: 11px;
  color: var(--text);
  line-height: 1.4;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.pr-bullet {
  flex-shrink: 0;
  color: var(--dim);
}

.pr-bullet-pro {
  color: var(--yellow);
}

.pr-bullet-dim {
  color: var(--muted);
}

.pr-feat-dim {
  color: var(--muted);
}

.pr-cta {
  display: block;
  text-align: center;
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 13px 16px;
  text-decoration: none;
}


.pr-cta-dim {
  border: 1px solid var(--border);
  color: var(--dim);
  cursor: default;
}

.pr-cta-pro {
  background: var(--yellow);
  color: #0d0d0d;
  cursor: pointer;
  transition: opacity 0.15s;
}

.pr-cta-pro:hover {
  opacity: 0.85;
}

.pr-fine {
  font-size: 9px;
  color: var(--dim);
  text-align: center;
  letter-spacing: 0.08em;
  margin-top: -6px;
}

.pr-trust {
  display: flex;
  gap: 40px;
  margin-top: 48px;
  justify-content: center;
  font-size: 10px;
  color: var(--dim);
  letter-spacing: 0.06em;
  flex-wrap: wrap;
}

.pr-faq {
  max-width: 560px;
  margin: 64px auto 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pr-faq-item {
  border-top: 1px solid var(--border);
  padding: 20px 0;
}

.pr-faq-item:last-child {
  border-bottom: 1px solid var(--border);
}

.pr-faq-q {
  font-size: 12px;
  color: var(--text);
  margin-bottom: 8px;
  letter-spacing: 0.01em;
}

.pr-faq-a {
  font-size: 11px;
  color: var(--dim);
  line-height: 1.6;
}

/* Light mode overrides */
html[data-theme="light"] .pr-card {
  background: #EEEAE3;
  border-color: #D8D3C8;
}

html[data-theme="light"] .pr-card-pro {
  border-top-color: #C8A820;
}

html[data-theme="light"] .pr-card-best {
  background: #E4DDD4;
  border-color: #C8C2B4;
}

html[data-theme="light"] .pr-best-badge {
  color: #C8A820;
}

html[data-theme="light"] .pr-tier-pro {
  color: #C8A820;
}

html[data-theme="light"] .pr-bullet-pro {
  color: #C8A820;
}

html[data-theme="light"] .pr-saving {
  color: #4AA860;
}

html[data-theme="light"] .pr-feat-dim {
  color: #AAAAAA;
}

html[data-theme="light"] .pr-bullet-dim {
  color: #AAAAAA;
}

html[data-theme="light"] .pr-cta-pro {
  background: #C9A227;
  color: #FFFFFF;
}

html[data-theme="light"] .pr-cta-pro:hover {
  background: #B8911F;
  opacity: 1;
}

html[data-theme="light"] .pr-cta-dim {
  border-color: #C8C2B4;
  color: #9A9288;
}

html[data-theme="light"] .pr-fine {
  color: #9A9288;
}

html[data-theme="light"] .pr-faq-item {
  border-color: #D8D3C8;
}

/* Mobile */
@media (max-width: 700px) {
  .pr-grid {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin: 0 auto;
  }

  .pr-wrap {
    padding: 0 24px 72px;
  }

  .pr-hero {
    padding: 56px 24px 40px;
  }

  .pr-title {
    font-size: 26px;
  }

  .pr-trust {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .pr-compare {
    flex-direction: column;
  }
}

/* ── Billing toggle ── */

.pr-hidden { display: none !important; }

.pr-spacer {
  visibility: hidden;
  pointer-events: none;
  user-select: none;
}

.pr-billing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin: 0 auto 24px;
  background: #161616;
  border: 1px solid #2a2a2a;
  border-radius: 20px;
  padding: 4px;
  width: fit-content;
}

html[data-theme="light"] .pr-billing-toggle {
  background: #E4DFD8;
  border-color: #C8C2B4;
}

.pr-toggle-btn {
  font-family: var(--font);
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 18px;
  border: none;
  background: none;
  color: #555;
  border-radius: 16px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  display: flex;
  align-items: center;
  gap: 7px;
}

.pr-toggle-btn.pr-toggle-active {
  background: #FFD600;
  color: #111;
}

html[data-theme="light"] .pr-toggle-btn { color: #6B6B6B; }
html[data-theme="light"] .pr-toggle-btn.pr-toggle-active { background: #C9A227; color: #fff; }


/* ── Save badge (inside price block) ── */

.pr-save-badge {
  display: inline-block;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: rgba(255,214,0,0.12);
  color: #FFD600;
  padding: 2px 7px;
  border-radius: 4px;
  vertical-align: middle;
  margin-left: 4px;
}

html[data-theme="light"] .pr-save-badge {
  background: rgba(201,162,39,0.1);
  color: #9A7A1A;
}

/* ── Pricing comparison (free vs pro) ── */

.pr-compare {
  display: flex;
  gap: 20px;
  max-width: 680px;
  margin: 0 auto 40px;
}

.pr-col {
  flex: 1;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #252525;
  background: #111;
  box-shadow: 0 4px 24px rgba(0,0,0,0.35);
}

.pr-col-pro {
  background: #141412;
  box-shadow: 0 8px 32px rgba(0,0,0,0.45);
}

html[data-theme="light"] .pr-col {
  border-color: #EAEAEA;
  background: #FFFFFF;
  box-shadow: none;
}

html[data-theme="light"] .pr-col-free {
  background: #F9F9F7;
  border-color: #EBEBEB;
}

html[data-theme="light"] .pr-col-pro {
  border-color: #EAEAEA;
  background: #FFFFFF;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

html[data-theme="light"] .pr-col-free .pr-col-tier {
  color: #B0B0B0;
}

html[data-theme="light"] .pr-col-free .pr-features li {
  color: #8A8A8A;
}

html[data-theme="light"] .pr-col-free .pr-price-note,
html[data-theme="light"] .pr-col-free .pr-price-main-free {
  color: #C0C0C0;
}

.pr-col-tier-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.pr-col-free .pr-col-tier-row {
  margin-top: 4px;
}

.pr-badge-phantom {
  display: inline-block;
  font-size: 10px;
  padding: 3px 10px;
  border: 1px solid transparent;
  visibility: hidden;
}

.pr-popular-badge {
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background: rgba(255,214,0,0.12);
  color: #FFD600;
  padding: 3px 10px;
  border-radius: 20px;
  border: 1px solid rgba(255,214,0,0.25);
}

html[data-theme="light"] .pr-popular-badge {
  background: rgba(201,162,39,0.1);
  color: #9A7A1A;
  border-color: rgba(201,162,39,0.25);
}

.pr-col .pr-col-tier {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 0;
  font-family: 'Inter', -apple-system, sans-serif;
}

html[data-theme="light"] .pr-col .pr-col-tier {
  color: #7A7268;
  font-family: 'Inter', -apple-system, sans-serif;
}

.pr-col-tier-pro {
  color: #FFD600 !important;
}

html[data-theme="light"] .pr-col-tier-pro {
  color: #111111 !important;
}

.pr-col .pr-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.pr-col .pr-features li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 0;
  margin-bottom: 16px;
  border-bottom: none;
  font-size: 16px;
  font-weight: 450;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #aaa;
  font-family: 'Inter', -apple-system, sans-serif;
}

.pr-col .pr-features li:last-child {
  margin-bottom: 0;
}

html[data-theme="light"] .pr-col .pr-features li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #4A4A4A;
  font-family: 'Inter', -apple-system, sans-serif;
}

.pr-check {
  color: #444;
  font-size: 13px;
  flex-shrink: 0;
  width: 16px;
}

html[data-theme="light"] .pr-check {
  color: #9A9288;
}

.pr-check-pro {
  color: #FFD600;
}

html[data-theme="light"] .pr-check-pro {
  color: #C8A820;
}

.pr-dash {
  color: #333;
  font-size: 13px;
  flex-shrink: 0;
  width: 16px;
}

html[data-theme="light"] .pr-dash {
  color: #C8C2B4;
}

.pr-missing span:last-child {
  color: #444;
}

html[data-theme="light"] .pr-missing span:last-child {
  color: #B0B0B0;
}

html[data-theme="light"] .pr-missing .pr-dash {
  color: #C8C8C8;
}

.pr-current-plan {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #444;
  border: 1px solid #333;
  padding: 10px 14px;
  text-align: center;
  border-radius: 4px;
  margin-top: auto;
}

html[data-theme="light"] .pr-current-plan {
  border-color: #C8C2B4;
  color: #9A9288;
}

.pr-free-link {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #444;
  text-align: center;
  margin-top: auto;
  padding-top: 16px;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #333;
  cursor: default;
}

html[data-theme="light"] .pr-free-link {
  color: #B0A898;
  text-decoration-color: #C8C2B4;
}

.pr-social-proof {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: #666;
  margin-top: 2px;
  font-family: 'Inter', -apple-system, sans-serif;
}

html[data-theme="light"] .pr-social-proof {
  color: #9A9288;
}

.pr-tagline {
  font-size: 12px;
  font-weight: 500;
  color: #aaa;
  margin-top: 1px;
  letter-spacing: 0.2px;
}

html[data-theme="light"] .pr-tagline {
  color: #5A5248;
}

.pr-card-header {
  min-height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 27px;
}

.pr-price-block {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.pr-price-block-free {
  padding-top: 4px;
}

.pr-cta-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: auto;
  position: relative;
  top: -3px;
  padding-top: 20px;
}

.pr-price-main {
  font-size: 42px;
  font-weight: 600;
  color: #eee;
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-family: 'Inter', -apple-system, sans-serif;
}

.pr-price-main-free {
  color: #555;
}

html[data-theme="light"] .pr-price-main {
  color: #111111;
  font-family: 'Inter', -apple-system, sans-serif;
}

html[data-theme="light"] .pr-price-main-free {
  color: #C0C0C0;
}

.pr-price-unit {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #666;
}

html[data-theme="light"] .pr-price-unit {
  color: #7A7268;
}

.pr-price-note {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: #555;
  font-family: 'Inter', -apple-system, sans-serif;
}

html[data-theme="light"] .pr-price-note {
  color: #7A7268;
}

.pr-price-alt {
  font-size: 11px;
  color: #555;
  text-align: center;
}

html[data-theme="light"] .pr-price-alt {
  color: #9A9288;
}

.pr-monthly-link {
  font-size: 11px;
  color: #555;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.15s, border-color 0.15s;
  padding-bottom: 1px;
}

.pr-monthly-link:hover {
  color: #aaa;
  border-bottom-color: #555;
}

html[data-theme="light"] .pr-monthly-link {
  color: #9A9288;
}

html[data-theme="light"] .pr-monthly-link:hover {
  color: #5A5248;
  border-bottom-color: #9A9288;
}
