:root {
  --navy: #0d1b2a;
  --navy-2: #122238;
  --slate: #2e5b8a;
  --slate-soft: rgba(46, 91, 138, 0.18);
  --sage: #6b8f7a;
  --sage-soft: rgba(107, 143, 122, 0.18);
  --gold: #d4a25a;
  --gold-strong: #bf8d45;
  --ivory: #f7f5f0;
  --gray: #e6e8eb;
  --ink: #13212f;
  --ink-soft: rgba(19, 33, 47, 0.72);
  --white: #ffffff;
  --line-light: rgba(230, 232, 235, 0.24);
  --line-dark: rgba(19, 33, 47, 0.1);
  --shadow-xl: 0 28px 80px rgba(5, 12, 22, 0.26);
  --shadow-lg: 0 18px 40px rgba(8, 16, 29, 0.12);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --max-width: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ivory);
  font-family: "Inter", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(46, 91, 138, 0.32), transparent 30%),
    radial-gradient(circle at 85% 12%, rgba(212, 162, 90, 0.2), transparent 28%),
    linear-gradient(180deg, #081321 0%, #0d1b2a 48%, #102037 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.52), transparent 92%);
}

a {
  color: inherit;
}

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

.page {
  position: relative;
  width: min(calc(100% - 28px), var(--max-width));
  margin: 0 auto;
  padding: 18px 0 80px;
}

.topbar,
.hero,
.landing-hero,
.section,
.footer {
  opacity: 0;
  transform: translateY(18px);
  animation: fade-up 0.72s ease forwards;
}

.hero { animation-delay: 0.08s; }
.landing-hero { animation-delay: 0.08s; }
.section:nth-of-type(1) { animation-delay: 0.16s; }
.section:nth-of-type(2) { animation-delay: 0.22s; }
.section:nth-of-type(3) { animation-delay: 0.28s; }
.footer { animation-delay: 0.34s; }

.topbar {
  position: sticky;
  top: 16px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  margin-bottom: 22px;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  background: rgba(13, 27, 42, 0.78);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 36px rgba(3, 8, 16, 0.18);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img {
  width: 38px;
  height: 38px;
  border-radius: 14px;
}

.brand-copy {
  min-width: 0;
}

.brand-copy strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.brand-copy span {
  display: block;
  margin-top: 2px;
  color: rgba(247, 245, 240, 0.72);
  font-size: 0.84rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(247, 245, 240, 0.78);
  font-size: 0.95rem;
}

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

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 600;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--gold) 0%, #e1b26a 100%);
  box-shadow: 0 14px 28px rgba(212, 162, 90, 0.24);
}

.button-secondary {
  color: var(--ivory);
  border-color: var(--line-light);
  background: rgba(255, 255, 255, 0.04);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 18px;
}

.panel {
  border: 1px solid var(--line-light);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(17, 33, 52, 0.94), rgba(12, 24, 38, 0.94));
  box-shadow: var(--shadow-xl);
}

.hero-copy {
  padding: clamp(28px, 4vw, 54px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(247, 245, 240, 0.14);
  color: rgba(247, 245, 240, 0.8);
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.hero-brand {
  width: min(100%, 610px);
  margin-top: 24px;
}

.hero h1,
.section h2,
.callout h3,
.phone-card h3,
.desktop-card h3 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.hero h1 {
  margin-top: 24px;
  max-width: 12ch;
  font-size: clamp(3rem, 6.5vw, 5.7rem);
  line-height: 0.94;
}

.hero h1 .accent {
  color: var(--gold);
}

.hero p {
  max-width: 58ch;
  margin: 22px 0 0;
  color: rgba(247, 245, 240, 0.74);
  font-size: 1.08rem;
  line-height: 1.75;
}

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

.signal-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.signal {
  padding: 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(247, 245, 240, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.signal strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ivory);
  font-size: 0.96rem;
}

.signal span {
  display: block;
  color: rgba(247, 245, 240, 0.7);
  line-height: 1.55;
  font-size: 0.92rem;
}

.landing-body {
  background: linear-gradient(180deg, #091321 0%, #0d1b2a 58%, #102038 100%);
}

.landing-body::before {
  display: none;
}

.landing-page {
  padding-top: 22px;
}

.landing-topbar {
  margin-bottom: 18px;
}

.landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 18px;
  padding: clamp(24px, 4vw, 42px);
}

.landing-hero-copy h1,
.landing-section h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.landing-hero-copy h1 {
  margin-top: 24px;
  max-width: 11ch;
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 0.96;
}

.landing-lead,
.landing-note {
  max-width: 60ch;
  color: rgba(247, 245, 240, 0.74);
  line-height: 1.78;
}

.landing-lead {
  margin: 22px 0 0;
  font-size: 1.08rem;
}

.landing-note {
  margin: 16px 0 0;
  font-size: 1rem;
}

.landing-summary {
  display: grid;
  gap: 12px;
}

.summary-card {
  padding: 18px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(247, 245, 240, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.summary-card > span {
  display: inline-block;
  margin-bottom: 12px;
  color: rgba(247, 245, 240, 0.72);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.summary-card p {
  margin: 0;
  color: rgba(247, 245, 240, 0.72);
  line-height: 1.7;
}

.mini-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mini-list li {
  color: rgba(247, 245, 240, 0.78);
  line-height: 1.6;
}

.hero-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.hero-chip {
  padding: 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(247, 245, 240, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.hero-chip strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ivory);
  font-size: 0.96rem;
}

.hero-chip span {
  display: block;
  color: rgba(247, 245, 240, 0.68);
  line-height: 1.58;
  font-size: 0.92rem;
}

.landing-section {
  padding: 32px;
}

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

.step-card {
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(247, 245, 240, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.step-card strong {
  display: block;
  margin-bottom: 8px;
}

.step-card p {
  margin: 0;
  color: rgba(247, 245, 240, 0.72);
  line-height: 1.68;
}

.landing-footer {
  margin-top: 20px;
}

.legal-banner {
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(212, 162, 90, 0.24);
  background: rgba(212, 162, 90, 0.1);
}

.legal-banner strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ivory);
  font-size: 0.96rem;
}

.legal-banner p {
  margin: 0;
  color: rgba(247, 245, 240, 0.76);
  line-height: 1.68;
}

.legal-banner-panel {
  margin-top: 18px;
}

.workspace-panel.cream .legal-banner {
  border-color: rgba(212, 162, 90, 0.3);
  background: rgba(212, 162, 90, 0.12);
}

.workspace-panel.cream .legal-banner strong {
  color: var(--ink);
}

.workspace-panel.cream .legal-banner p {
  color: var(--ink-soft);
}

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

.pricing-card {
  padding: 18px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(247, 245, 240, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.pricing-card.featured {
  border-color: rgba(212, 162, 90, 0.3);
  background: rgba(212, 162, 90, 0.1);
}

.pricing-top {
  display: grid;
  gap: 6px;
}

.pricing-top strong {
  display: block;
  font-size: 1.2rem;
}

.pricing-label {
  display: inline-block;
  color: rgba(247, 245, 240, 0.7);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pricing-price {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.04em;
}

.pricing-price small {
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0;
}

.pricing-card p {
  margin-top: 14px;
}

.comparison-note {
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(247, 245, 240, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(247, 245, 240, 0.74);
  line-height: 1.7;
}

.workspace-page {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 18px;
}

.workspace-sidebar,
.workspace-main {
  display: grid;
  gap: 18px;
}

.workspace-panel {
  border: 1px solid var(--line-light);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(17, 33, 52, 0.94), rgba(12, 24, 38, 0.94));
  box-shadow: var(--shadow-lg);
}

.workspace-panel.cream {
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 0%, rgba(212, 162, 90, 0.14), transparent 28%),
    linear-gradient(180deg, #fbfaf7 0%, #f1eee8 100%);
  border-color: rgba(19, 33, 47, 0.08);
}

.workspace-panel .panel-inner {
  padding: 22px;
}

.workspace-title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 1.65rem;
  letter-spacing: -0.03em;
}

.workspace-subtitle {
  margin-top: 6px;
  color: rgba(247, 245, 240, 0.7);
  line-height: 1.65;
}

.workspace-panel.cream .workspace-subtitle,
.workspace-panel.cream .meta-list,
.workspace-panel.cream .metric-label,
.workspace-panel.cream .list-note,
.workspace-panel.cream .brief-text {
  color: var(--ink-soft);
}

.workspace-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.workspace-brand img {
  width: 40px;
  height: 40px;
}

.meta-list,
.nav-stack,
.brief-list,
.file-list,
.issue-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.nav-stack a,
.meta-list li,
.brief-list li,
.file-list li,
.issue-list li {
  display: block;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  text-decoration: none;
  border: 1px solid rgba(247, 245, 240, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.workspace-panel.cream .meta-list li,
.workspace-panel.cream .brief-list li,
.workspace-panel.cream .file-list li,
.workspace-panel.cream .issue-list li {
  border-color: rgba(19, 33, 47, 0.1);
  background: rgba(255, 255, 255, 0.7);
}

.nav-stack a.active {
  border-color: rgba(212, 162, 90, 0.45);
  background: rgba(212, 162, 90, 0.12);
  color: var(--ivory);
}

.status-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.status-pill.gold {
  color: #fff;
  background: rgba(212, 162, 90, 0.18);
  border: 1px solid rgba(212, 162, 90, 0.34);
}

.status-pill.gold::before {
  background: var(--gold);
}

.status-pill.sage {
  color: #fff;
  background: rgba(107, 143, 122, 0.18);
  border: 1px solid rgba(107, 143, 122, 0.36);
}

.status-pill.sage::before {
  background: var(--sage);
}

.status-pill.slate {
  color: #fff;
  background: rgba(46, 91, 138, 0.18);
  border: 1px solid rgba(46, 91, 138, 0.36);
}

.status-pill.slate::before {
  background: var(--slate);
}

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

.metric-card {
  padding: 18px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(247, 245, 240, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.workspace-panel.cream .metric-card {
  border-color: rgba(19, 33, 47, 0.08);
  background: rgba(255, 255, 255, 0.7);
}

.metric-value {
  display: block;
  margin-top: 6px;
  font-family: "Playfair Display", serif;
  font-size: 2.1rem;
  letter-spacing: -0.04em;
}

.metric-label {
  display: block;
  font-size: 0.88rem;
  color: rgba(247, 245, 240, 0.7);
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 18px;
}

.section-stack {
  display: grid;
  gap: 18px;
}

.section-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.section-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  letter-spacing: -0.03em;
  margin: 0;
}

.section-header p {
  margin: 8px 0 0;
  color: rgba(247, 245, 240, 0.72);
}

.workspace-panel.cream .section-header p {
  color: var(--ink-soft);
}

.issue-list li {
  display: grid;
  gap: 8px;
}

.issue-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tag.high {
  color: #fff;
  background: rgba(212, 162, 90, 0.18);
  border: 1px solid rgba(212, 162, 90, 0.3);
}

.tag.disputed {
  color: #fff;
  background: rgba(46, 91, 138, 0.18);
  border: 1px solid rgba(46, 91, 138, 0.3);
}

.tag.agreed {
  color: #fff;
  background: rgba(107, 143, 122, 0.18);
  border: 1px solid rgba(107, 143, 122, 0.3);
}

.workspace-panel.cream .tag.high,
.workspace-panel.cream .tag.disputed,
.workspace-panel.cream .tag.agreed {
  color: var(--ink);
}

.list-note {
  font-size: 0.9rem;
  line-height: 1.6;
}

.file-list li strong,
.brief-list li strong,
.issue-list li strong {
  display: block;
  margin-bottom: 6px;
}

.brief-text {
  line-height: 1.72;
}

.brief-actions {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.intake-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
}

.progress-banner {
  padding: 18px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(247, 245, 240, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.progress-banner h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  letter-spacing: -0.03em;
}

.progress-banner p {
  margin: 10px 0 0;
  color: rgba(247, 245, 240, 0.72);
  line-height: 1.72;
}

.workspace-panel.cream .progress-banner {
  border-color: rgba(19, 33, 47, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.workspace-panel.cream .progress-banner p {
  color: var(--ink-soft);
}

.stepper {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(247, 245, 240, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.workspace-panel.cream .step {
  border-color: rgba(19, 33, 47, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.step.active {
  border-color: rgba(212, 162, 90, 0.34);
  background: rgba(212, 162, 90, 0.12);
}

.workspace-panel.cream .step.active {
  background: rgba(212, 162, 90, 0.14);
}

.step-number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(46, 91, 138, 0.18);
  color: var(--ivory);
  font-weight: 700;
}

.workspace-panel.cream .step-number {
  color: var(--ink);
}

.step-copy strong,
.choice-card strong,
.summary-row strong,
.note-card strong {
  display: block;
}

.step-copy p,
.choice-card p,
.note-card p {
  margin: 6px 0 0;
  color: rgba(247, 245, 240, 0.72);
  line-height: 1.64;
}

.workspace-panel.cream .step-copy p,
.workspace-panel.cream .choice-card p,
.workspace-panel.cream .note-card p {
  color: var(--ink-soft);
}

.step-status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(247, 245, 240, 0.12);
  color: rgba(247, 245, 240, 0.74);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.workspace-panel.cream .step-status {
  border-color: rgba(19, 33, 47, 0.1);
  color: var(--ink-soft);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.field {
  display: grid;
  gap: 8px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(247, 245, 240, 0.7);
}

.workspace-panel.cream .field label {
  color: rgba(19, 33, 47, 0.64);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 50px;
  padding: 14px 16px;
  border: 1px solid rgba(247, 245, 240, 0.12);
  border-radius: 14px;
  color: var(--ivory);
  font: inherit;
  background: rgba(255, 255, 255, 0.04);
}

.workspace-panel.cream .field input,
.workspace-panel.cream .field select,
.workspace-panel.cream .field textarea {
  border-color: rgba(19, 33, 47, 0.1);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
}

.field textarea {
  min-height: 140px;
  resize: vertical;
}

.choice-grid,
.summary-strip {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

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

.choice-card,
.note-card {
  padding: 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(247, 245, 240, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.workspace-panel.cream .choice-card,
.workspace-panel.cream .note-card {
  border-color: rgba(19, 33, 47, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.summary-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(19, 33, 47, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.summary-row span {
  color: var(--ink-soft);
  line-height: 1.6;
}

.summary-row em {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(46, 91, 138, 0.12);
  color: var(--ink);
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 600;
}

.app-notice {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(247, 245, 240, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(247, 245, 240, 0.78);
  line-height: 1.65;
}

.app-notice.info {
  border-color: rgba(46, 91, 138, 0.34);
  background: rgba(46, 91, 138, 0.14);
}

.app-notice.success {
  border-color: rgba(107, 143, 122, 0.34);
  background: rgba(107, 143, 122, 0.14);
}

.app-notice.error {
  border-color: rgba(212, 162, 90, 0.34);
  background: rgba(212, 162, 90, 0.14);
}

.workspace-panel.cream .app-notice {
  border-color: rgba(19, 33, 47, 0.12);
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.72);
}

.workspace-panel.cream .app-notice.info {
  border-color: rgba(46, 91, 138, 0.2);
  background: rgba(46, 91, 138, 0.08);
}

.workspace-panel.cream .app-notice.success {
  border-color: rgba(107, 143, 122, 0.2);
  background: rgba(107, 143, 122, 0.08);
}

.workspace-panel.cream .app-notice.error {
  border-color: rgba(212, 162, 90, 0.24);
  background: rgba(212, 162, 90, 0.12);
}

.journey-list,
.snapshot-grid,
.status-list,
.auth-stack {
  display: grid;
  gap: 12px;
}

.journey-list,
.status-list {
  padding: 16px;
}

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

.journey-step,
.snapshot-card,
.status-item,
.checkbox-option,
.empty-state {
  padding: 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(247, 245, 240, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.journey-step strong,
.snapshot-card strong,
.status-item strong,
.empty-state strong {
  display: block;
}

.journey-step p,
.snapshot-card p,
.status-item p,
.empty-state p {
  margin: 8px 0 0;
  color: rgba(247, 245, 240, 0.72);
  line-height: 1.66;
}

.snapshot-card em,
.status-item em {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-top: 10px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(212, 162, 90, 0.14);
  color: var(--ivory);
  font-style: normal;
  font-size: 0.8rem;
  font-weight: 600;
}

.workspace-panel.cream .journey-step,
.workspace-panel.cream .snapshot-card,
.workspace-panel.cream .status-item,
.workspace-panel.cream .checkbox-option,
.workspace-panel.cream .empty-state {
  border-color: rgba(19, 33, 47, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.workspace-panel.cream .journey-step p,
.workspace-panel.cream .snapshot-card p,
.workspace-panel.cream .status-item p,
.workspace-panel.cream .empty-state p {
  color: var(--ink-soft);
}

.workspace-panel.cream .snapshot-card em,
.workspace-panel.cream .status-item em {
  color: var(--ink);
}

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

.compact-grid {
  margin-top: 0;
}

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

.checkbox-option input {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  accent-color: var(--gold);
}

.checkbox-copy strong {
  display: block;
}

.checkbox-copy span {
  display: block;
  margin-top: 6px;
  color: rgba(247, 245, 240, 0.72);
  line-height: 1.6;
  font-size: 0.92rem;
}

.workspace-panel.cream .checkbox-copy span {
  color: var(--ink-soft);
}

.checkbox-copy a {
  color: var(--gold);
}

.workspace-panel.cream .checkbox-copy a {
  color: var(--slate);
}

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

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

.mini-metric {
  padding: 14px 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(19, 33, 47, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.mini-metric strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
}

.mini-metric span {
  display: block;
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.small-note,
.mono {
  font-size: 0.9rem;
}

.small-note {
  color: rgba(247, 245, 240, 0.72);
  line-height: 1.65;
}

.workspace-panel.cream .small-note {
  color: var(--ink-soft);
}

.mono {
  font-family: "SFMono-Regular", "SFMono", "Menlo", monospace;
}

.link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 14px;
}

.legal-links a {
  color: var(--gold);
  text-decoration: none;
  font-weight: 600;
}

.legal-links a:hover {
  text-decoration: underline;
}

.workspace-panel.cream .legal-links a {
  color: var(--slate);
}

.consent-card {
  margin-top: 18px;
}

.consent-card .small-note {
  margin-top: 12px;
}

.compact-auth-stack {
  margin-top: 14px;
}

.compact-auth-stack .checkbox-grid {
  margin-top: 0;
}

.legal-doc-page .section {
  margin-top: 0;
}

.doc-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 18px;
}

.doc-main h1,
.doc-main h2,
.doc-sidebar h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  letter-spacing: -0.04em;
}

.doc-main h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 0.98;
}

.doc-block + .doc-block {
  margin-top: 22px;
}

.doc-block h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.doc-block p,
.doc-block li,
.doc-sidebar p,
.doc-sidebar li {
  color: rgba(247, 245, 240, 0.76);
  line-height: 1.75;
}

.doc-list {
  margin: 0;
  padding-left: 18px;
}

.doc-sidebar .note-card + .note-card {
  margin-top: 16px;
}

.workspace-panel.cream .doc-sidebar .note-card p,
.workspace-panel.cream .doc-sidebar li {
  color: var(--ink-soft);
}

.doc-sidebar .legal-links {
  margin-top: 0;
}

.footer a {
  color: var(--ivory);
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.status-item ul {
  margin: 10px 0 0;
  padding-left: 18px;
  color: rgba(247, 245, 240, 0.72);
}

.workspace-panel.cream .status-item ul {
  color: var(--ink-soft);
}

.auth-user-card {
  padding: 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(19, 33, 47, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.auth-user-card strong {
  display: block;
}

.auth-user-card span {
  display: block;
  margin-top: 6px;
  color: var(--ink-soft);
  line-height: 1.6;
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) 360px;
  gap: 18px;
}

.checkout-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 16px;
  align-items: start;
  margin-top: 20px;
}

.checkout-hero h2 {
  margin: 8px 0 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.04em;
}

.checkout-comparison {
  padding: 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(247, 245, 240, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.checkout-comparison strong {
  display: block;
  margin-bottom: 8px;
}

.checkout-comparison p {
  margin: 0;
  color: rgba(247, 245, 240, 0.72);
  line-height: 1.65;
}

.checkout-order-card {
  padding: 18px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(19, 33, 47, 0.1);
  background: rgba(255, 255, 255, 0.76);
}

.checkout-order-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.checkout-order-row span {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.checkout-order-caption,
.checkout-order-status {
  margin-top: 10px;
  color: var(--ink-soft);
  line-height: 1.6;
}

@media (max-width: 1180px) {
  .workspace-page,
  .content-grid,
  .intake-layout,
  .checkout-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .workspace-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .workspace-grid {
    grid-template-columns: 1fr;
  }

  .form-grid,
  .choice-grid,
  .checkbox-grid,
  .pricing-grid,
  .snapshot-grid,
  .split-metrics {
    grid-template-columns: 1fr;
  }
}

.hero-visual {
  display: grid;
  gap: 16px;
  padding: 16px;
}

.visual-card {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(247, 245, 240, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.visual-card-header {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(247, 245, 240, 0.1);
  color: rgba(247, 245, 240, 0.84);
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.palette-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
}

.swatch {
  padding: 12px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(247, 245, 240, 0.14);
  background: rgba(255, 255, 255, 0.02);
}

.swatch-chip {
  height: 72px;
  border-radius: 14px;
  border: 1px solid rgba(247, 245, 240, 0.28);
}

.swatch strong,
.swatch span {
  display: block;
}

.swatch strong {
  margin-top: 10px;
  font-size: 0.92rem;
}

.swatch span {
  margin-top: 4px;
  color: rgba(247, 245, 240, 0.64);
  font-size: 0.84rem;
}

.brand-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 12px;
  padding: 16px;
}

.brand-variation {
  padding: 14px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(247, 245, 240, 0.1);
}

.brand-variation.light {
  background: linear-gradient(180deg, #f7f5f0, #ebe8e0);
}

.brand-variation.dark {
  background: linear-gradient(180deg, #091220, #0d1b2a);
}

.brand-variation.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  background: transparent;
  padding: 0;
  border: none;
}

.mini-tile {
  display: grid;
  place-items: center;
  min-height: 126px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(247, 245, 240, 0.12);
}

.mini-tile.navy { background: #102037; }
.mini-tile.sage { background: #6b8f7a; }
.mini-tile.gold { background: #d4a25a; }

.section {
  margin-top: 18px;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
}

.section-card {
  padding: 28px;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(17, 33, 52, 0.9), rgba(12, 24, 38, 0.9));
  box-shadow: var(--shadow-lg);
}

.section-card.cream {
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 0%, rgba(212, 162, 90, 0.14), transparent 28%),
    linear-gradient(180deg, #fbfaf7 0%, #f1eee8 100%);
  border-color: rgba(19, 33, 47, 0.08);
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading span {
  display: inline-block;
  margin-bottom: 10px;
  color: rgba(247, 245, 240, 0.72);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-card.cream .section-heading span {
  color: rgba(19, 33, 47, 0.62);
}

.section h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 0.98;
}

.section-card p,
.section-card li {
  margin: 0;
  line-height: 1.72;
  color: rgba(247, 245, 240, 0.74);
}

.section-card.cream p,
.section-card.cream li {
  color: var(--ink-soft);
}

.process-list,
.checklist,
.stack {
  display: grid;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.process-list li,
.checklist li,
.stack li {
  padding: 16px 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(247, 245, 240, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.section-card.cream .process-list li,
.section-card.cream .checklist li,
.section-card.cream .stack li {
  border-color: rgba(19, 33, 47, 0.1);
  background: rgba(255, 255, 255, 0.7);
}

.process-list strong,
.checklist strong,
.stack strong {
  display: block;
  margin-bottom: 6px;
}

.desktop-card {
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(19, 33, 47, 0.08);
  background: linear-gradient(180deg, #fefcf9 0%, #f4f1eb 100%);
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  color: var(--ivory);
  background: linear-gradient(180deg, #0d1b2a 0%, #11243a 100%);
}

.desktop-nav .nav-mini {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.9rem;
  color: rgba(247, 245, 240, 0.76);
}

.desktop-body {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 12px;
  padding: 28px;
  overflow: hidden;
}

.desktop-body::before,
.phone-card::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -20px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 42px solid rgba(46, 91, 138, 0.12);
}

.desktop-body::after,
.phone-card::after {
  content: "";
  position: absolute;
  right: 56px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 48px solid rgba(212, 162, 90, 0.1);
}

.desktop-copy {
  position: relative;
  z-index: 1;
}

.desktop-copy h3 {
  color: var(--ink);
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 0.98;
}

.desktop-copy h3 .accent {
  color: var(--gold);
}

.desktop-copy p {
  margin-top: 18px;
  max-width: 34ch;
  color: var(--ink-soft);
}

.desktop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.button-dark {
  color: var(--ink);
  border-color: rgba(19, 33, 47, 0.16);
  background: rgba(255, 255, 255, 0.6);
}

.scene {
  position: relative;
  min-height: 320px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 238, 214, 0.95) 0%, rgba(240, 227, 209, 0.85) 42%, rgba(231, 220, 208, 0.52) 100%),
    linear-gradient(180deg, #efd7b5 0%, #d8b98b 100%);
  overflow: hidden;
}

.scene::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 34%;
  background:
    linear-gradient(180deg, rgba(90, 127, 164, 0.14), rgba(90, 127, 164, 0.35)),
    linear-gradient(180deg, #97b7cf 0%, #7690a1 100%);
}

.scene::after {
  content: "";
  position: absolute;
  inset: auto 0 28% 0;
  height: 10%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.05));
}

.figure {
  position: absolute;
  bottom: 22%;
  width: 38px;
  height: 128px;
  border-radius: 999px 999px 18px 18px;
  background: #29364b;
  z-index: 2;
}

.figure::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 6px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #e6c79a;
}

.figure::after {
  content: "";
  position: absolute;
  bottom: -42px;
  left: 11px;
  width: 16px;
  height: 52px;
  border-radius: 999px;
  background: inherit;
  box-shadow: 18px 0 0 0 currentColor;
}

.figure.one {
  left: 44%;
  color: #29364b;
}

.figure.two {
  left: 58%;
  background: #61798a;
  color: #61798a;
}

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

.feature {
  display: grid;
  gap: 10px;
  justify-items: start;
  padding: 14px 12px 6px;
}

.feature-badge {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(19, 33, 47, 0.08);
  color: var(--slate);
  font-weight: 700;
}

.feature strong {
  color: var(--ink);
  font-size: 0.94rem;
}

.feature span {
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.55;
}

.dual-preview {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 320px;
  gap: 18px;
}

.phone-shell {
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  padding: 10px;
  border-radius: 40px;
  background: linear-gradient(180deg, #121416, #2a2f34);
  box-shadow: 0 24px 50px rgba(4, 8, 13, 0.32);
}

.phone-shell::before {
  content: "";
  display: block;
  width: 36%;
  height: 18px;
  margin: 0 auto 8px;
  border-radius: 0 0 16px 16px;
  background: #0b0d0f;
}

.phone-card {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  padding: 18px 18px 24px;
  border-radius: 30px;
  background: linear-gradient(180deg, #fbfaf7 0%, #f2eee8 100%);
}

.phone-card .mini-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.burger {
  width: 20px;
  height: 14px;
  display: grid;
  gap: 4px;
}

.burger span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
}

.phone-copy {
  position: relative;
  z-index: 1;
  margin-top: 22px;
}

.phone-copy h3 {
  color: var(--ink);
  font-size: clamp(2.1rem, 6vw, 3rem);
  line-height: 0.98;
}

.phone-copy h3 .accent {
  color: var(--gold);
}

.phone-copy p {
  margin-top: 16px;
  color: var(--ink-soft);
  line-height: 1.68;
}

.phone-actions {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.phone-scene {
  position: relative;
  margin-top: 20px;
  min-height: 260px;
  border-radius: 26px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 238, 214, 0.92) 0%, rgba(246, 227, 199, 0.84) 46%, rgba(230, 221, 208, 0.55) 100%),
    linear-gradient(180deg, #efd7b5 0%, #d8b98b 100%);
}

.phone-scene::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(90, 127, 164, 0.14), rgba(90, 127, 164, 0.35));
}

.phone-scene .figure.one { left: 40%; bottom: 18%; }
.phone-scene .figure.two { left: 56%; bottom: 18%; }

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

.callout {
  padding: 22px;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(17, 33, 52, 0.92), rgba(12, 24, 38, 0.92));
  box-shadow: var(--shadow-lg);
}

.callout h3 {
  font-size: 1.5rem;
}

.callout p {
  margin-top: 12px;
  color: rgba(247, 245, 240, 0.72);
  line-height: 1.7;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  padding: 18px 22px;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-lg);
  background: rgba(13, 27, 42, 0.72);
  color: rgba(247, 245, 240, 0.7);
  font-size: 0.92rem;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1120px) {
  .landing-hero,
  .pricing-grid,
  .step-grid,
  .hero,
  .section-grid,
  .doc-grid,
  .dual-preview,
  .callout-grid,
  .checkout-hero {
    grid-template-columns: 1fr;
  }

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

  .phone-shell {
    margin: 0 auto;
  }
}

@media (max-width: 920px) {
  .topbar {
    border-radius: 24px;
    padding: 16px;
  }

  .nav-links {
    display: none;
  }

  .hero-strip,
  .palette-grid,
  .signal-row,
  .feature-row,
  .brand-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .page {
    width: min(calc(100% - 16px), var(--max-width));
    padding-bottom: 48px;
  }

  .landing-hero,
  .hero-copy,
  .section-card,
  .visual-card {
    padding-left: 18px;
    padding-right: 18px;
  }

  .topbar {
    gap: 10px;
  }

  .brand-copy span {
    display: none;
  }

  .nav-actions .button-secondary {
    display: none;
  }

  .landing-hero {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .landing-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.6rem, 14vw, 3.9rem);
  }

  .summary-card,
  .hero-chip,
  .step-card,
  .landing-section {
    padding: 16px;
  }

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