:root {
  --bg: #f6f7f9;
  --surface: #ffffff;
  --surface-strong: #f0f4f7;
  --ink: #172126;
  --navy: #071624;
  --navy-soft: #10283f;
  --muted: #5b6870;
  --line: #d9e0e5;
  --brand: #1167ff;
  --brand-dark: #0b4ec2;
  --accent: #c8d7e8;
  --ok: #277a55;
  --shadow: 0 18px 48px rgba(23, 33, 38, 0.12);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

[hidden],
.button[hidden],
a[hidden],
button[hidden] {
  display: none !important;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
}

.staging-banner {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 8px 16px;
  background: #172126;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.preview-note {
  max-width: 1180px;
  margin: 12px auto 0;
  padding: 10px 22px;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(246, 247, 249, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.staging-banner + .preview-note + .site-header {
  top: 34px;
}

.nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  flex: 0 0 auto;
  background-color: transparent;
  background-image: url("/assets/brand/smartbiz-header-mark-tight.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 10px 26px rgba(7, 22, 36, 0.18);
  color: transparent;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.brand-text {
  color: var(--ink);
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--ink);
}

.account-welcome {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.nav-logout {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.nav-logout:hover {
  border-color: var(--brand);
  color: var(--ink);
}

.button,
button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--brand);
  border-radius: var(--radius);
  background: var(--brand);
  color: white;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.button:disabled,
button.button:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.button:hover {
  background: var(--brand-dark);
}

.button.secondary {
  background: transparent;
  color: var(--brand-dark);
  border-color: var(--line);
}

.button.secondary:hover {
  border-color: var(--brand);
  background: var(--surface-strong);
}

.hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: 76px 22px 52px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 38px;
  align-items: center;
}

.hero.full {
  grid-template-columns: 1fr;
  max-width: 960px;
  text-align: center;
}

.homepage-hero {
  padding-top: 92px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.08;
}

h1 {
  font-size: clamp(42px, 7vw, 76px);
}

h2 {
  font-size: clamp(28px, 4vw, 44px);
}

h3 {
  font-size: 20px;
}

.lead {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 19px;
  max-width: 720px;
}

.hero.full .lead {
  margin-left: auto;
  margin-right: auto;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero.full .actions {
  justify-content: center;
}

.hero-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 24px;
}

.intelligence-panel {
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-soft) 100%);
  border-color: rgba(200, 215, 232, 0.18);
  color: white;
}

.intelligence-panel p,
.intelligence-panel .metric span {
  color: #c7d6e4;
}

.intelligence-panel .metric {
  border-bottom-color: rgba(200, 215, 232, 0.18);
}

.intelligence-panel .eyebrow,
.intelligence-band .eyebrow {
  color: #8fc2ff;
}

.intelligence-panel .notice {
  margin-top: 18px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #e7eef7;
}

.score-preview {
  display: grid;
  gap: 14px;
}

.metric {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.metric:last-child {
  border-bottom: 0;
}

.metric span {
  color: var(--muted);
}

.metric strong {
  text-align: right;
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 56px 22px;
}

.section.tight {
  padding-top: 28px;
}

.section-head {
  max-width: 760px;
  margin-bottom: 26px;
}

.section-head p {
  color: var(--muted);
  font-size: 18px;
}

.grid {
  display: grid;
  gap: 18px;
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.card p,
.card li {
  color: var(--muted);
}

.list {
  padding-left: 20px;
}

.band {
  background: var(--navy);
  color: white;
  padding: 56px 0;
}

.intelligence-band {
  background:
    linear-gradient(135deg, rgba(17, 103, 255, 0.22), rgba(255, 255, 255, 0) 36%),
    var(--navy);
}

.band .section {
  padding-top: 0;
  padding-bottom: 0;
}

.band p,
.band li {
  color: #c8d2d8;
}

.tool-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.65fr);
  gap: 22px;
  align-items: start;
}

.form-grid {
  display: grid;
  gap: 16px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 700;
}

select,
input,
textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  padding: 10px 12px;
  color: var(--ink);
  font: inherit;
}

.result {
  display: none;
  margin-top: 22px;
}

.result.is-visible {
  display: block;
}

.result-shell {
  display: none;
  padding: 0;
  overflow: hidden;
}

.dark-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.dark-card p,
.dark-card li {
  color: #d8e3ee;
}

.light-card {
  background: #f7fbff;
  color: var(--ink);
}

.band .light-card h3,
.band .light-card p,
.band .light-card li {
  color: var(--ink);
}

.button.secondary.on-dark {
  color: white;
  border-color: rgba(255, 255, 255, 0.28);
}

.button.secondary.on-dark:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.46);
}

.sales-brain-demo {
  background:
    linear-gradient(135deg, rgba(17, 103, 255, 0.24), rgba(17, 103, 255, 0) 34%),
    linear-gradient(180deg, #071624 0%, #0c2033 100%);
  color: white;
}

.sales-brain-inner {
  padding-top: 68px;
  padding-bottom: 68px;
}

.sales-brain-head p {
  color: #c8d2d8;
}

.sales-brain-demo .eyebrow {
  color: #8fc2ff;
}

.sales-brain-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.scenario-list {
  display: grid;
  gap: 10px;
}

.scenario-button {
  min-height: 78px;
  width: 100%;
  padding: 14px;
  border: 1px solid rgba(200, 215, 232, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  color: white;
  text-align: left;
  cursor: pointer;
}

.scenario-button:hover,
.scenario-button.is-active {
  border-color: rgba(143, 194, 255, 0.82);
  background: rgba(17, 103, 255, 0.18);
}

.scenario-button span,
.scenario-button strong {
  display: block;
}

.scenario-button span {
  color: #8fc2ff;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.scenario-button strong {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.35;
}

.sales-brain-output {
  border: 1px solid rgba(200, 215, 232, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  padding: 22px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.output-topline {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(200, 215, 232, 0.18);
}

.output-topline p {
  color: #d8e3ee;
}

.output-topline h3 {
  font-size: 28px;
}

.brain-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.brain-card {
  min-height: 150px;
  padding: 16px;
  border: 1px solid rgba(200, 215, 232, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.93);
  color: var(--ink);
}

.brain-card h4 {
  margin: 0 0 8px;
  color: var(--brand-dark);
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
}

.brain-card p {
  margin: 0;
  color: #33424a;
}

.message-card {
  grid-column: span 2;
  border-color: rgba(17, 103, 255, 0.34);
  background: #f7fbff;
}

.sales-brain-actions {
  margin-top: 18px;
}

.sales-brain-note {
  margin: 16px 0 0;
  color: #c8d2d8;
  font-size: 14px;
}

.advisor-demo-band {
  padding: 42px 0;
}

.roleplay-band {
  padding: 42px 0;
}

.roleplay-band .section {
  padding-top: 0;
  padding-bottom: 0;
}

.roleplay-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
  gap: 18px;
  align-items: start;
}

.persona-grid {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.persona-card {
  padding: 14px;
  border: 1px solid rgba(7, 22, 36, 0.14);
  border-radius: var(--radius);
  background: rgba(7, 22, 36, 0.04);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.persona-card:hover,
.persona-card.is-active {
  border-color: var(--brand);
  background: rgba(17, 103, 255, 0.08);
}

.persona-card span,
.persona-card strong {
  display: block;
}

.persona-card span {
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.persona-card strong {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.35;
}

.roleplay-sidebar .notice {
  margin-top: 14px;
}

.roleplay-note {
  margin-top: 12px;
  color: #475569;
  font-size: 14px;
}

.roleplay-report-card .roleplay-note {
  color: #475569;
}

.roleplay-main {
  display: grid;
  gap: 18px;
}

.roleplay-chat-card {
  display: grid;
  gap: 16px;
}

.roleplay-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.roleplay-head-stats {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-end;
  flex-shrink: 0;
}

.roleplay-head-stats .account-status {
  margin: 0;
}

.chat-thread {
  display: grid;
  gap: 12px;
  max-height: 460px;
  overflow: auto;
  padding-right: 4px;
}

.chat-message {
  max-width: 84%;
  padding: 14px 16px;
  border-radius: 18px;
}

.chat-message.system {
  justify-self: start;
  background: #edf2fb;
  border: 1px solid #d0ddf0;
  color: var(--ink);
}

.chat-message.user {
  justify-self: end;
  background: #f7fbff;
  color: var(--ink);
}

.chat-message .meta {
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  color: #334155;
}

.chat-message.system .meta {
  color: var(--brand-dark);
}

.chat-message p {
  margin: 0;
  color: #0F172A;
}

.reply-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.reply-chip {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(7, 22, 36, 0.16);
  border-radius: 999px;
  background: rgba(7, 22, 36, 0.04);
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.reply-chip:hover {
  border-color: var(--brand);
  background: rgba(17, 103, 255, 0.08);
  color: var(--brand-dark);
}

.composer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
}

.completion-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  margin-top: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(17, 103, 255, 0.2);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #f7fbff 0%, #edf4ff 100%);
}

.completion-banner h3 {
  margin: 6px 0 8px;
  font-size: 19px;
  color: #0F172A;
}

.completion-banner .roleplay-note {
  margin: 0;
  color: #334155;
}

.completion-banner .actions {
  align-self: center;
}

.composer textarea {
  width: 100%;
  min-height: 80px;
  padding: 12px 14px;
  border: 1px solid rgba(7, 22, 36, 0.2);
  border-radius: var(--radius);
  background: #fff;
  color: #0F172A;
  font: inherit;
  font-size: 15px;
  line-height: 1.5;
  resize: vertical;
  box-sizing: border-box;
}

.composer textarea::placeholder {
  color: #64748B;
}

.composer textarea:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(17, 103, 255, 0.12);
}

.composer textarea:disabled {
  background: #f8fafc;
  color: #94a3b8;
  cursor: not-allowed;
}

.strategy-readiness {
  font-size: 11px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--brand-dark) !important;
}

.roleplay-lock-card {
  padding: 24px;
  background: linear-gradient(180deg, #071624 0%, #0c2033 100%);
  color: white;
  border-radius: var(--radius);
}

.roleplay-lock-card p,
.roleplay-lock-card li {
  color: #d8e3ee;
}

.roleplay-lock-card .actions {
  margin-top: 20px;
}

.roleplay-report-card {
  background: linear-gradient(180deg, #ffffff 0%, #f0f5fa 100%);
}

.roleplay-summary {
  margin-top: 14px;
  color: #475569;
}

.reply-chips-label {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
}

.intel-panel {
  padding: 18px 20px;
  border: 1px solid #d0ddf0;
  border-radius: var(--radius);
  background: #f0f6ff;
}

.intel-panel > .eyebrow {
  margin-bottom: 14px;
  color: var(--brand-dark);
}

.intel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
}

.intel-item--alert .intel-label {
  color: #9a3c2a;
}

.intel-item--alert .intel-value {
  color: #7c2d12;
}

.intel-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.intel-label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--brand-dark);
}

.intel-value {
  font-size: 13px;
  font-weight: 600;
  color: #0F172A;
  line-height: 1.4;
}

.report-wow-summary {
  margin-top: 20px;
  padding: 20px;
  border: 2px solid rgba(17, 103, 255, 0.18);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #f0f6ff 0%, #edf2fb 100%);
}

.report-wow-summary > .eyebrow {
  margin-bottom: 14px;
  color: var(--brand-dark);
}

.report-wow-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

.report-wow-item {
  padding: 12px 14px;
  border-radius: 8px;
  background: white;
  border: 1px solid rgba(17, 103, 255, 0.12);
}

.report-wow-item span {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--brand-dark);
}

.report-wow-item p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #0F172A;
  line-height: 1.45;
}

.report-wow-item--alert {
  background: #fff8f0;
  border-color: rgba(185, 84, 61, 0.24);
}

.report-wow-item--alert span {
  color: #9a3c2a;
}

.report-wow-item--alert p {
  color: #7c2d12;
}

.report-wow-whatsapp {
  padding: 12px 14px;
  border-radius: 8px;
  background: #f0fff4;
  border: 1px solid rgba(16, 163, 74, 0.2);
}

.report-wow-whatsapp span {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #15803d;
}

.report-wow-whatsapp p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #14532d;
  line-height: 1.45;
}

.report-appointment-block,
.report-demo-options {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid #d0ddf0;
  border-radius: var(--radius);
  background: #f8fbff;
}

.report-demo-options-head {
  margin-bottom: 12px;
}

.report-demo-options-head .roleplay-note {
  margin: 6px 0 0;
  color: #475569;
}

.report-signals-block {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid #d0ddf0;
  border-radius: var(--radius);
  background: #edf2fb;
}

.report-signals-block > .eyebrow {
  margin-bottom: 4px;
}

.report-signals-label {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  color: #0F172A;
}

.buyer-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 22px;
}

.buyer-signal {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid rgba(17, 103, 255, 0.2);
  border-radius: 999px;
  background: white;
  color: var(--brand-dark);
  font-size: 13px;
  font-style: italic;
  font-weight: 600;
}

.report-item--warning {
  background: #fff8f0;
  border-color: rgba(185, 84, 61, 0.24);
}

.report-item--warning span {
  color: #9a3c2a !important;
}

.report-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.report-item {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.report-item span {
  display: block;
  margin-bottom: 8px;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.report-item p {
  margin: 0;
  color: var(--ink);
}

.report-grid--appointment {
  margin-top: 0;
}

.demo-property-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.demo-property-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(17, 103, 255, 0.12);
  border-radius: 8px;
  background: white;
}

.demo-property-image {
  display: grid;
  place-items: center;
  min-height: 112px;
  border-radius: 8px;
  background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);
  border: 1px dashed rgba(17, 103, 255, 0.28);
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.demo-property-copy {
  display: grid;
  gap: 8px;
}

.demo-property-copy strong {
  color: #0F172A;
  font-size: 15px;
}

.demo-property-copy p {
  margin: 0;
  color: #334155;
  font-size: 14px;
  line-height: 1.5;
}

.demo-property-tag {
  color: var(--brand-dark) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}

.trust-card {
  border-color: rgba(17, 103, 255, 0.18);
  box-shadow: var(--shadow);
}

.login-card {
  max-width: 560px;
  margin: 0 auto;
}

.result-shell.is-visible {
  display: block;
}

.result-shell section {
  padding: 28px;
  border-bottom: 1px solid var(--line);
}

.result-shell section:last-child {
  border-bottom: 0;
}

.risk-panel {
  background: #fff3f0;
  border-left: 5px solid #b9543d;
}

.risk-stat {
  font-weight: 800;
  color: var(--ink) !important;
}

.risk-personalized,
.time-pressure {
  color: var(--ink) !important;
  font-weight: 850;
}

.consequence-list li {
  color: #3d2a25 !important;
}

.gap-panel {
  background: var(--surface-strong);
}

.preview-label {
  display: inline-flex;
  margin: 10px 0 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eef3f2;
  color: var(--brand-dark) !important;
  font-size: 13px;
  font-weight: 800;
}

.locked-panel {
  background: var(--ink);
  color: white;
  position: relative;
}

.locked-panel p,
.locked-panel li {
  color: #d6dee2;
}

.locked-panel li {
  opacity: 0.72;
  filter: blur(0.2px);
}

.locked-panel .notice {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: white;
}

.locked-panel .eyebrow {
  color: #d9b57d;
}

.comparison-block {
  background: white;
}

.contrast-card {
  background: #fafafa;
}

.contrast-card.positive {
  border-color: rgba(31, 111, 104, 0.35);
  background: #f1f7f5;
}

.cta-panel {
  background: linear-gradient(180deg, #ffffff 0%, #e6f0ee 100%);
  box-shadow: inset 0 1px 0 rgba(31, 111, 104, 0.12);
}

.strike-line {
  max-width: 760px;
  color: var(--brand-dark) !important;
  font-size: 18px;
  font-weight: 850;
}

.hook-line {
  max-width: 760px;
  color: var(--ink) !important;
  font-size: 20px;
  font-weight: 850;
}

.authority-line {
  margin: 16px 0 0;
  color: var(--muted) !important;
  font-weight: 700;
}

.account-status {
  display: inline-flex;
  margin: 14px 0 0;
  padding: 7px 10px;
  border-radius: 999px;
  background: #e9f2ff;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 850;
}

.urgency-copy {
  margin: 14px 0 0;
  color: var(--brand-dark) !important;
  font-weight: 800;
}

.secondary-copy {
  margin-top: 4px;
  color: var(--muted) !important;
  font-weight: 700;
}

.score-large {
  font-size: 56px;
  line-height: 1;
  font-weight: 850;
  color: var(--brand-dark);
}

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

.price {
  font-size: 48px;
  font-weight: 850;
  color: var(--brand-dark);
}

.faq-list {
  display: grid;
  gap: 14px;
}

details {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px 20px;
}

summary {
  cursor: pointer;
  font-weight: 800;
}

details p {
  color: var(--muted);
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 34px 22px;
  color: var(--muted);
}

.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-inner strong {
  color: var(--ink);
}

.footer-inner a {
  color: var(--muted);
  margin-left: 14px;
  text-decoration: none;
}

.notice {
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 16px;
  color: var(--muted);
}

.notice[data-state="error"] {
  border-color: rgba(176, 66, 66, 0.28);
  background: #fff5f4;
  color: #8d2f2a;
}

.notice[data-state="loading"] {
  border-color: rgba(31, 111, 104, 0.28);
  background: #f1f7f5;
  color: var(--brand-dark);
}

.helper-text {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.trust-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 14px;
}

.trust-link-row a,
.trust-links a {
  color: var(--brand-dark);
  text-decoration: none;
  font-weight: 700;
}

.guide-box ol {
  margin: 12px 0 0;
  padding-left: 20px;
}

.micro-feedback {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.micro-feedback span {
  color: var(--muted);
  font-weight: 700;
}

@media (max-width: 860px) {
  .nav {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .nav-links {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    padding-bottom: 0;
    font-size: 13px;
  }

  .nav-links a,
  .nav-logout {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.72);
  }

  .account-welcome {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-column: 1 / -1;
  }

  .nav-links .button {
    grid-column: 1 / -1;
    width: 100%;
    border-color: var(--brand);
    background: var(--brand);
    color: white;
  }

  .hero,
  .tool-layout,
  .grid.two,
  .grid.three,
  .grid.four,
  .comparison,
  .sales-brain-layout,
  .brain-grid,
  .roleplay-grid,
  .report-grid {
    grid-template-columns: 1fr;
  }

  .message-card {
    grid-column: auto;
  }

  .chat-message {
    max-width: 100%;
  }

  .roleplay-head {
    flex-direction: column;
  }

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

  .completion-banner,
  .demo-property-card {
    grid-template-columns: 1fr;
  }

  .demo-property-grid {
    grid-template-columns: 1fr;
  }

  .sales-brain-inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sales-brain-output {
    padding: 16px;
  }

  .hero {
    padding-top: 46px;
  }

  h1 {
    font-size: 38px;
  }

  .actions,
  .button {
    width: 100%;
  }

  .button {
    min-height: 46px;
  }
}
