:root {
  --ink: #11241f;
  --ink-soft: #28443b;
  --moss: #2f6d54;
  --mint: #b8e9d3;
  --mint-pale: #e9f8ef;
  --sand: #f4efe6;
  --paper: #fffdf9;
  --line: #d7ddd4;
  --cloud: #f7f8f5;
  --amber: #b96d15;
  --amber-pale: #fff0d5;
  --red: #b84040;
  --red-pale: #fbe9e8;
  --blue: #376c91;
  --blue-pale: #e7f2fa;
  --shadow: 0 18px 48px rgba(21, 43, 35, 0.09);
  --radius: 18px;
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--sand); }
body { margin: 0; min-height: 100vh; color: var(--ink); background: var(--sand); font-family: "DM Sans", sans-serif; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }

.app-shell { min-height: 100vh; display: grid; grid-template-columns: 250px 1fr; }
.sidebar { position: sticky; top: 0; height: 100vh; padding: 26px 16px; background: var(--ink); color: #eaf6ef; display: flex; flex-direction: column; gap: 32px; }
.brand { display: flex; align-items: center; gap: 10px; padding: 0 8px; color: white; font-size: 20px; font-weight: 700; letter-spacing: -0.7px; }
.brand-mark { height: 28px; width: 28px; border-radius: 10px; display: grid; place-items: center; background: var(--mint); color: var(--ink); font-family: "Instrument Serif", serif; font-size: 23px; line-height: 1; }
.brand small { display: block; font-family: "DM Mono", monospace; font-size: 9px; font-weight: 400; letter-spacing: 0.12em; color: #9bc8ae; text-transform: uppercase; margin-top: 2px; }
.nav { display: grid; gap: 6px; }
.nav-link { display: flex; align-items: center; gap: 12px; width: 100%; padding: 11px 12px; color: #bad1c2; text-decoration: none; border: 0; border-radius: 10px; background: transparent; text-align: left; font-size: 14px; transition: background 160ms var(--ease), color 160ms var(--ease), transform 160ms var(--ease); }
.nav-link:hover, .nav-link.active { background: rgba(184, 233, 211, 0.13); color: white; }
.nav-link:active, .button:active, .icon-button:active { transform: scale(0.97); }
.nav-icon { width: 18px; text-align: center; opacity: 0.9; }
.nav-count { margin-left: auto; min-width: 21px; padding: 2px 6px; border-radius: 99px; background: #d6a959; color: #202b25; text-align: center; font-family: "DM Mono", monospace; font-size: 11px; }
.sidebar-bottom { margin-top: auto; display: grid; gap: 14px; padding: 14px 8px 0; border-top: 1px solid rgba(255,255,255,0.14); }
.workspace-name { font-size: 13px; color: #e7f5ec; font-weight: 600; }
.workspace-meta { margin-top: 3px; font-size: 11px; color: #8dba9f; }
.demo-note { padding: 10px; border: 1px solid rgba(184,233,211,0.2); border-radius: 12px; color: #c7dfd0; font-size: 11px; line-height: 1.45; background: rgba(255,255,255,0.035); }

.main { padding: 34px clamp(20px, 4vw, 62px) 64px; min-width: 0; }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 34px; }
.eyebrow { margin: 0 0 6px; color: var(--moss); font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 0; font-size: clamp(30px, 4vw, 44px); font-weight: 600; letter-spacing: -2px; line-height: 0.98; }
h2 { margin-bottom: 0; font-size: 22px; letter-spacing: -0.7px; }
h3 { margin-bottom: 0; font-size: 15px; letter-spacing: -0.2px; }
.subtle { margin: 9px 0 0; color: #61746b; font-size: 14px; line-height: 1.5; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 10px 15px; border: 1px solid transparent; border-radius: 11px; font-weight: 600; font-size: 13px; text-decoration: none; transition: transform 160ms var(--ease), background 160ms var(--ease), box-shadow 160ms var(--ease); }
.button-primary { color: white; background: var(--ink); box-shadow: 0 7px 17px rgba(17,36,31,0.16); }
.button-primary:hover { background: #1c3a31; box-shadow: 0 10px 22px rgba(17,36,31,0.19); }
.button-secondary { color: var(--ink); background: var(--paper); border-color: var(--line); }
.button-secondary:hover { background: white; }
.button-quiet { color: var(--ink-soft); background: transparent; border-color: transparent; }
.button-danger { color: var(--red); background: var(--red-pale); border-color: #f0c7c4; }
.button-small { min-height: 34px; padding: 7px 10px; font-size: 12px; }
.button .arrow { font-size: 17px; line-height: 1; }

.feedback-prompt { display: grid; grid-template-columns: minmax(220px, 0.95fr) minmax(260px, 1.05fr); gap: 24px; margin-top: 22px; padding: 22px; background: linear-gradient(135deg, #f0fbf4, var(--paper)); }
.feedback-prompt h2 { font-size: 25px; }
.product-feedback-form { display: grid; gap: 11px; }
.product-feedback-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.product-feedback-form legend { margin-bottom: 8px; color: #50665c; font-size: 12px; }
.score-options { display: flex; gap: 7px; }
.score-options label { position: relative; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 10px; background: white; color: var(--ink-soft); font-weight: 700; cursor: pointer; }
.score-options input { position: absolute; opacity: 0; }
.score-options label:has(input:checked) { border-color: var(--moss); background: var(--mint); color: var(--ink); }
.product-feedback-form label { color: #50665c; font-size: 12px; }
.product-feedback-form textarea { min-height: 76px; padding: 10px; resize: vertical; border: 1px solid var(--line); border-radius: 10px; background: white; color: var(--ink); }
.product-feedback-form .button { justify-self: start; }
.founder-grid { display: grid; grid-template-columns: minmax(260px, 0.84fr) minmax(0, 1.16fr); gap: 18px; }
.founder-guide ol { display: grid; gap: 13px; margin: 0; padding-left: 22px; color: #496157; font-size: 14px; line-height: 1.5; }
.founder-notes { display: grid; gap: 10px; }
.founder-note { padding: 13px; border: 1px solid #e3ebe5; border-radius: 12px; background: #fbfdfb; }
.founder-note > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.founder-note p { margin: 9px 0 0; color: #43594f; font-size: 13px; line-height: 1.5; }
.score-chip { color: #9b6817; font-size: 13px; letter-spacing: 1px; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 28px; }
.stat { position: relative; padding: 18px; min-height: 118px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 4px 0 rgba(17,36,31,0.02); overflow: hidden; }
.stat::after { content: ""; position: absolute; width: 54px; height: 54px; top: -20px; right: -14px; border-radius: 50%; background: var(--mint-pale); }
.stat.alert::after { background: var(--amber-pale); }
.stat-label { display: block; position: relative; color: #657a70; font-size: 12px; z-index: 1; }
.stat-value { position: relative; display: block; margin-top: 17px; font-family: "Instrument Serif", serif; font-size: 39px; line-height: 0.7; z-index: 1; }
.stat-caption { position: relative; display: block; margin-top: 13px; color: #697f74; font-size: 11px; z-index: 1; }

.two-column { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(280px, 0.85fr); gap: 18px; }
.panel { border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 4px 0 rgba(17,36,31,0.02); overflow: hidden; }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 19px 20px 14px; }
.panel-head p { margin: 5px 0 0; color: #6a7d74; font-size: 12px; }
.panel-body { padding: 0 20px 20px; }
.request-list { display: grid; }
.request-row { display: grid; grid-template-columns: minmax(160px, 1.1fr) 0.9fr 0.64fr 0.9fr auto; align-items: center; gap: 16px; padding: 15px 20px; color: inherit; border-top: 1px solid #edf0ed; text-decoration: none; transition: background 160ms var(--ease); }
.request-row:hover { background: #fafcf9; }
.request-title { font-weight: 600; font-size: 13px; }
.request-client { margin-top: 3px; color: #768980; font-size: 11px; }
.tiny-label { color: #788a82; font-family: "DM Mono", monospace; font-size: 10px; text-transform: uppercase; letter-spacing: 0.07em; }
.date-cell { color: #42574d; font-size: 12px; }
.request-row.overdue .date-cell { color: var(--red); font-weight: 600; }
.badge { display: inline-flex; align-items: center; width: max-content; padding: 4px 8px; border-radius: 999px; font-size: 11px; font-weight: 600; white-space: nowrap; }
.badge.waiting { background: var(--blue-pale); color: var(--blue); }
.badge.overdue { background: var(--red-pale); color: var(--red); }
.badge.approved { background: var(--mint-pale); color: var(--moss); }
.badge.changes { background: var(--amber-pale); color: var(--amber); }
.badge.draft { background: #ebeeea; color: #526359; }
.row-arrow { color: #75877d; font-size: 20px; }
.queue-item { padding: 16px 0; border-top: 1px solid #e9eeea; }
.queue-item:first-child { border-top: 0; padding-top: 5px; }
.queue-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; font-size: 13px; font-weight: 600; }
.queue-meta { margin: 5px 0 12px; color: #788980; font-size: 12px; line-height: 1.4; }
.nudge-marker { display: inline-grid; place-items: center; flex: 0 0 auto; height: 24px; width: 24px; border-radius: 8px; background: var(--amber-pale); color: var(--amber); font-size: 13px; }
.empty { display: grid; place-items: center; min-height: 180px; padding: 25px; text-align: center; color: #667b70; }
.empty-icon { margin-bottom: 12px; font-size: 28px; }

.page-width { max-width: 1020px; }
.back { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 26px; color: #496359; background: none; border: 0; font-size: 13px; font-weight: 600; }
.form-card { max-width: 720px; padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 25px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label { color: #40564b; font-size: 12px; font-weight: 600; }
input, textarea, select { width: 100%; padding: 11px 12px; color: var(--ink); border: 1px solid #cfd9d1; border-radius: 10px; outline: none; background: #fffefa; font-size: 13px; transition: border 150ms var(--ease), box-shadow 150ms var(--ease); }
textarea { min-height: 100px; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--moss); box-shadow: 0 0 0 3px rgba(47,109,84,0.12); }
.field-hint { color: #788a81; font-size: 11px; line-height: 1.4; }
.form-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 24px; padding-top: 20px; border-top: 1px solid #e7ece7; }

.detail-grid { display: grid; grid-template-columns: minmax(0, 1.32fr) minmax(280px, 0.68fr); gap: 18px; }
.detail-hero { padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: var(--shadow); }
.detail-topline { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.detail-hero h1 { margin-top: 18px; font-size: clamp(30px, 4vw, 42px); }
.review-note { margin: 20px 0; padding: 16px; border-left: 3px solid var(--mint); background: #f6faf6; color: #4c6157; font-size: 13px; line-height: 1.55; }
.asset-card { display: flex; align-items: center; gap: 14px; padding: 14px; border: 1px solid #dbe4dc; border-radius: 14px; background: #fbfcfa; }
.asset-icon { display: grid; place-items: center; height: 38px; width: 38px; border-radius: 11px; background: var(--mint-pale); color: var(--moss); }
.asset-name { color: #32483d; font-size: 13px; font-weight: 600; }
.asset-link { display: block; margin-top: 3px; color: var(--moss); font-size: 11px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.info-panel { padding: 20px; }
.info-row { display: flex; justify-content: space-between; gap: 12px; padding: 14px 0; border-bottom: 1px solid #e9eeea; }
.info-row:last-child { border-bottom: 0; }
.info-label { color: #708178; font-size: 12px; }
.info-value { max-width: 60%; color: #354b40; font-size: 12px; font-weight: 600; text-align: right; }
.timeline { padding: 8px 20px 20px; }
.timeline-item { position: relative; display: grid; grid-template-columns: 24px 1fr; gap: 10px; padding: 12px 0; }
.timeline-item:not(:last-child)::before { content: ""; position: absolute; left: 10px; top: 31px; width: 1px; height: calc(100% - 12px); background: #d9e3db; }
.timeline-dot { position: relative; z-index: 1; display: grid; place-items: center; height: 21px; width: 21px; border-radius: 50%; background: var(--mint-pale); color: var(--moss); font-size: 10px; }
.timeline-text { color: #43584d; font-size: 12px; line-height: 1.45; }
.timeline-time { display: block; margin-top: 3px; color: #83928a; font-size: 10px; }

.client-page { min-height: 100vh; padding: 26px 18px 60px; background: linear-gradient(135deg, #f4efe6 0%, #e6f2e9 100%); }
.client-nav { display: flex; align-items: center; justify-content: space-between; max-width: 780px; margin: 0 auto 30px; color: var(--ink); }
.client-card { max-width: 780px; margin: 0 auto; border: 1px solid rgba(42,73,60,0.15); border-radius: 24px; background: rgba(255,253,249,0.92); box-shadow: var(--shadow); overflow: hidden; }
.client-card-head { padding: 31px 31px 24px; border-bottom: 1px solid #e7ece8; }
.client-kicker { color: var(--moss); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; }
.client-card h1 { margin-top: 13px; font-size: clamp(32px, 6vw, 50px); letter-spacing: -2.4px; }
.client-byline { margin: 11px 0 0; color: #668075; font-size: 13px; }
.client-content { padding: 25px 31px 32px; }
.client-deadline { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; color: #5e7669; font-size: 13px; }
.client-deadline b { color: var(--ink); }
.client-asset { margin-bottom: 21px; padding: 18px; border: 1px dashed #bdcbbf; border-radius: 16px; background: #fbfdf9; }
.client-note { padding: 17px; border-radius: 12px; background: #f0f7f1; color: #496054; font-size: 14px; line-height: 1.55; }
.decision-area { margin-top: 25px; }
.decision-title { margin-bottom: 7px; font-size: 18px; }
.decision-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 16px; }
.decision-button { min-height: 92px; padding: 17px; border: 1px solid #d4ddd6; border-radius: 14px; color: var(--ink); background: white; text-align: left; transition: transform 160ms var(--ease), border 160ms var(--ease), background 160ms var(--ease); }
.decision-button:hover { border-color: var(--moss); background: #f7fcf8; }
.decision-button.approve:hover { background: var(--mint-pale); }
.decision-button.change:hover { border-color: var(--amber); background: #fff8ed; }
.decision-button strong { display: block; font-size: 14px; }
.decision-button span { display: block; margin-top: 5px; color: #6f8178; font-size: 11px; line-height: 1.35; }
.feedback-area { display: none; margin-top: 17px; }
.feedback-area.visible { display: block; }
.decision-confirmed { display: grid; place-items: center; min-height: 280px; padding: 32px; text-align: center; }
.confirmed-mark { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 15px; border-radius: 50%; background: var(--mint-pale); color: var(--moss); font-size: 23px; }
.client-footer { max-width: 780px; margin: 18px auto 0; color: #6c8276; text-align: center; font-size: 11px; }

.toast { position: fixed; right: 20px; bottom: 20px; z-index: 30; display: flex; align-items: center; gap: 9px; max-width: 340px; padding: 13px 15px; border-radius: 13px; color: white; background: var(--ink); box-shadow: 0 12px 30px rgba(17,36,31,0.24); font-size: 13px; animation: toast-in 220ms var(--ease); }
@keyframes toast-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.modal-backdrop { position: fixed; inset: 0; z-index: 20; display: grid; place-items: center; padding: 18px; background: rgba(14,31,25,0.48); }
.modal { width: min(560px, 100%); max-height: calc(100vh - 36px); padding: 23px; overflow-y: auto; border-radius: 20px; background: var(--paper); box-shadow: 0 24px 60px rgba(14,31,25,0.28); }
.modal-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 17px; }
.modal h2 { font-size: 21px; }
.icon-button { display: grid; place-items: center; width: 33px; height: 33px; border: 0; border-radius: 9px; color: #4e6358; background: #edf1ed; font-size: 19px; }

@media (prefers-reduced-motion: no-preference) { .panel, .stat, .detail-hero, .form-card { animation: appear 360ms var(--ease) both; } }
@keyframes appear { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 960px) { .app-shell { grid-template-columns: 1fr; } .sidebar { position: static; height: auto; padding: 14px 17px; flex-direction: row; align-items: center; gap: 14px; } .brand { padding: 0; } .brand small, .sidebar-bottom { display: none; } .nav { display: flex; overflow-x: auto; gap: 2px; margin-left: auto; } .nav-link { flex: 0 0 auto; padding: 8px 9px; font-size: 12px; } .nav-icon { width: auto; } .nav-count { margin-left: 2px; } .stats { grid-template-columns: repeat(2, 1fr); } .two-column, .detail-grid { grid-template-columns: 1fr; } }
@media (max-width: 660px) { .main { padding: 24px 16px 42px; } .topbar { align-items: flex-start; flex-direction: column; margin-bottom: 24px; } .topbar > .button { width: 100%; } h1 { font-size: 36px; } .stats { gap: 9px; margin-bottom: 17px; } .stat { min-height: 102px; padding: 14px; } .stat-value { margin-top: 14px; font-size: 34px; } .stat-caption { margin-top: 10px; } .request-row { grid-template-columns: 1fr auto; gap: 8px 12px; padding: 15px 16px; } .request-row > .request-client, .request-row > .tiny-label, .request-row > .date-cell { grid-column: 1; } .request-row > .row-arrow { grid-column: 2; grid-row: 1 / span 3; } .form-card { padding: 19px; } .form-grid { grid-template-columns: 1fr; margin-top: 19px; } .field.full { grid-column: auto; } .form-actions { flex-direction: column-reverse; } .form-actions .button { width: 100%; } .client-card-head, .client-content { padding: 24px 20px; } .decision-options { grid-template-columns: 1fr; } }

/* Zero-conversation landing experience */
.landing { min-height: 100vh; overflow: hidden; color: var(--ink); background: #f8f5ed; }
.landing-nav { display: flex; align-items: center; justify-content: space-between; width: min(1160px, calc(100% - 44px)); margin: 0 auto; padding: 20px 0; }
.landing-brand { color: var(--ink); }
.landing-brand small { color: var(--moss); }
.landing-nav nav { display: flex; align-items: center; gap: 20px; }
.landing-nav nav a { color: #355349; font-size: 13px; font-weight: 600; text-decoration: none; }
.landing-nav .nav-demo { padding: 9px 13px; border: 1px solid #c9d6cb; border-radius: 10px; background: var(--paper); }
.landing-nav .nav-start { color: var(--ink); }
.landing-hero { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: clamp(36px, 7vw, 100px); width: min(1160px, calc(100% - 44px)); margin: 0 auto; padding: 78px 0 88px; }
.hero-copy h1 { margin: 14px 0 20px; font-size: clamp(54px, 7.5vw, 92px); line-height: 0.85; letter-spacing: -5px; }
.hero-copy h1 em { color: var(--moss); font-family: "Instrument Serif", serif; font-weight: 400; }
.hero-text { max-width: 520px; margin: 0; color: #496055; font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-note { margin: 15px 0 0; color: #6b8176; font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: 0.03em; }
.hero-proof { transform: rotate(2.2deg); border: 1px solid #d1dbd0; border-radius: 20px; background: var(--paper); box-shadow: 16px 19px 0 #dcece0, var(--shadow); overflow: hidden; }
.proof-top, .proof-footer { display: flex; align-items: center; gap: 8px; padding: 13px 16px; color: #496256; border-bottom: 1px solid #e4ebe4; font-family: "DM Mono", monospace; font-size: 10px; }
.proof-time { margin-left: auto; color: var(--amber); }
.proof-dot { display: block; width: 7px; height: 7px; border-radius: 50%; background: #e29b40; }
.proof-body { padding: 25px 22px; }
.proof-body h2 { margin: 7px 0 9px; font-size: 28px; letter-spacing: -1px; }
.proof-body > p { margin-bottom: 18px; color: #597064; font-size: 13px; line-height: 1.5; }
.proof-file { display: flex; align-items: center; gap: 10px; padding: 11px; border: 1px solid #dce6dd; border-radius: 11px; }
.proof-file > span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 8px; background: var(--mint-pale); color: var(--moss); }
.proof-file b, .proof-file small { display: block; }
.proof-file b { font-size: 11px; }.proof-file small { margin-top: 2px; color: #668076; font-size: 9px; }
.proof-decisions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 15px; font-size: 10px; font-weight: 600; }
.proof-decisions span { padding: 10px; border-radius: 9px; text-align: center; }.proof-approve { color: var(--moss); background: var(--mint-pale); }.proof-change { color: var(--amber); background: var(--amber-pale); }
.proof-footer { border-top: 1px solid #e4ebe4; border-bottom: 0; justify-content: center; color: #7b8d83; }
.landing-strip { padding: 22px; color: #e9f5ed; background: var(--ink); text-align: center; }.landing-strip p { max-width: 800px; margin: 0 auto; font-size: 15px; }.landing-strip b { color: var(--mint); font-weight: 500; }
.landing-section { width: min(1160px, calc(100% - 44px)); margin: 0 auto; padding: 105px 0; }.section-heading { max-width: 650px; }.section-heading h2, .template-heading h2, .landing-cta h2 { margin: 10px 0 15px; font-size: clamp(34px, 4vw, 56px); line-height: 0.98; letter-spacing: -2.5px; }.section-heading > p:not(.eyebrow), .template-heading > div > p:not(.eyebrow), .landing-cta > p:not(.eyebrow) { color: #587065; font-size: 16px; line-height: 1.55; }
.pain-grid, .step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 45px; }.pain-grid article { min-height: 225px; padding: 24px; border: 1px solid #d7e0d7; border-radius: 16px; background: #fffefa; }.pain-grid article > span { display: block; color: var(--moss); font-family: "DM Mono", monospace; font-size: 12px; }.pain-grid h3, .step-grid h3 { margin-top: 48px; font-size: 20px; letter-spacing: -0.7px; }.pain-grid p, .step-grid p { color: #5b7166; font-size: 13px; line-height: 1.55; }
.how-section { padding-top: 72px; padding-bottom: 110px; }.step-grid { counter-reset: steps; margin: 43px 0 30px; }.step-grid article { position: relative; padding: 24px 24px 20px; border-top: 1px solid #bfcec1; }.step-number { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: white; background: var(--moss); font-family: "DM Mono", monospace; font-size: 12px; }.step-grid h3 { margin-top: 40px; }
.template-section { padding: 80px max(22px, calc((100% - 1116px)/2)); background: #e8f3ea; }.template-heading { display: flex; justify-content: space-between; gap: 30px; max-width: 700px; }.template-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 950px; margin-top: 34px; }.template-card { display: flex; flex-direction: column; align-items: flex-start; min-height: 218px; padding: 22px; border-radius: 16px; background: var(--paper); }.template-card > p:not(.template-label) { flex: 1; color: #3d574b; font-family: "Instrument Serif", serif; font-size: 22px; line-height: 1.22; }.template-label { color: var(--moss); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; }
.landing-cta { padding: 120px 22px; color: white; background: var(--ink); text-align: center; }.landing-cta h2 { max-width: 740px; margin-left: auto; margin-right: auto; }.landing-cta > p:not(.eyebrow) { max-width: 580px; margin: 0 auto 26px; color: #c1d5c5; }.landing-cta .eyebrow { color: var(--mint); }.landing-cta .button-primary { color: var(--ink); background: var(--mint); }.landing-footer { display: flex; justify-content: space-between; gap: 20px; padding: 19px 22px; color: #7a8b81; background: var(--ink); border-top: 1px solid rgba(255,255,255,0.12); font-family: "DM Mono", monospace; font-size: 10px; }
.demo-setup { display: grid; min-height: 100vh; place-items: center; padding: 24px; background: radial-gradient(circle at 80% 10%, #dff2e4 0, transparent 32%), #f8f5ed; }
.demo-setup-card { width: min(520px, 100%); padding: 34px; border: 1px solid #d5dfd6; border-radius: 22px; background: rgba(255, 253, 249, 0.94); box-shadow: var(--shadow); }.demo-setup-card > .brand { margin-bottom: 42px; color: var(--ink); }.demo-setup-card > .brand small { color: var(--moss); }.demo-setup-card h1 { margin: 8px 0 14px; font-size: clamp(40px, 6vw, 58px); line-height: 0.9; letter-spacing: -3px; }.demo-setup-form { display: grid; gap: 9px; margin-top: 28px; }.demo-setup-form .button { width: 100%; margin-top: 6px; }.agency-setup-card { width: min(590px, 100%); }.starter-options { display: grid; gap: 9px; margin: 12px 0 3px; padding: 0; border: 0; }.starter-options legend { margin-bottom: 8px; color: #40564b; font-size: 12px; font-weight: 600; }.starter-option { display: grid; grid-template-columns: 17px 1fr; gap: 10px; align-items: start; padding: 13px; border: 1px solid #d9e4da; border-radius: 12px; background: #fbfdf9; cursor: pointer; }.starter-option:has(input:checked) { border-color: var(--moss); background: var(--mint-pale); }.starter-option input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--moss); }.starter-option b, .starter-option small { display: block; }.starter-option b { color: #2f493d; font-size: 13px; }.starter-option small { margin-top: 3px; color: #678074; font-size: 11px; line-height: 1.4; }
.account-setup-card { width: min(560px, 100%); }.account-actions { display: grid; grid-template-columns: 1.35fr 0.65fr; gap: 9px; margin-top: 7px; }.account-actions .button { margin-top: 0; }.account-setup-card .field-hint { margin-top: 18px; }.nav-link[data-action="logout"] { font: inherit; }
@media (max-width: 500px) { .account-actions { grid-template-columns: 1fr; } }
@media (max-width: 660px) { .feedback-prompt, .founder-grid { grid-template-columns: 1fr; } }
@media (max-width: 780px) { .landing-nav { width: min(100% - 32px, 1160px); }.landing-hero { grid-template-columns: 1fr; width: min(100% - 32px, 1160px); padding: 48px 0 62px; }.hero-copy h1 { font-size: clamp(52px, 15vw, 76px); letter-spacing: -4px; }.hero-proof { max-width: 480px; transform: rotate(1deg); }.landing-section { width: min(100% - 32px, 1160px); padding: 70px 0; }.pain-grid, .step-grid, .template-grid { grid-template-columns: 1fr; }.pain-grid { margin-top: 28px; }.pain-grid article { min-height: 180px; }.pain-grid h3 { margin-top: 28px; }.template-section { padding: 65px 16px; }.template-grid { margin-top: 25px; }.landing-footer { flex-direction: column; }.landing-nav nav { gap: 13px; }.landing-nav nav a:first-child { display: none; } }
