:root {
  color-scheme: light;
  --ink: #161819;
  --muted: #6e7368;
  --line: #e6e8e1;
  --olive: #697245;
  --violet: #5b4ef5;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
body {
  margin: 0;
  min-width: 280px;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
header {
  width: 100%;
  max-width: 1256px;
  height: 104px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.wordmark { font-size: 34px; font-weight: 650; letter-spacing: -2.1px; }
.demo-link {
  padding: 12px 20px;
  border: 1px solid var(--line);
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: background .2s var(--ease), border-color .2s var(--ease);
}
main {
  width: 100%;
  max-width: 1160px;
  margin: auto;
  padding: 64px 48px 96px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(56px, 8vw, 112px);
  align-items: center;
}
.eyebrow {
  display: none;
  align-items: center;
  gap: 9px;
  color: var(--olive);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 1.35px;
}
.eyebrow::before {
  content: '';
  width: 5px;
  height: 5px;
  background: var(--olive);
  border-radius: 50%;
}
h1 {
  margin: 25px 0 23px;
  font-size: clamp(35px, 3.6vw, 46px);
  line-height: 1.12;
  font-weight: 450;
  letter-spacing: -2.1px;
}
h1 span { color: #8b9080; }
.signup-promise > p {
  max-width: 380px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}
.signup-scene {
  display: none;
  max-width: 354px;
  margin-top: 37px;
  padding: 21px 23px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}
.scene-heading { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--muted); }
.scene-heading svg { display: none; }
.scene-dot { width: 5px; height: 5px; margin-left: auto; background: var(--violet); border-radius: 50%; }
.person { display: flex; align-items: center; gap: 10px; margin-top: 23px; }
.avatar { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: #f0f1e9; color: #747b57; font-size: 14px; font-weight: 500; }
.person > div, .scene-next > div { display: flex; flex-direction: column; gap: 4px; }
.person strong, .scene-next strong { font-size: 14px; font-weight: 550; }
.person small, .scene-next small { font-size: 14px; color: #83897a; }
.message { margin: 19px 0; color: #5d6458; font-size: 14px; line-height: 1.7; }
.scene-next { display: flex; align-items: center; gap: 10px; border-top: 1px solid #eceee7; padding-top: 16px; }
.next-check { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: #f0f1e8; color: var(--olive); font-size: 14px; }
.signup-panel {
  padding: 40px 36px 33px;
  border: 1px solid #e9ebe4;
  border-radius: 21px;
  background: #f7f8f4;
}
.preview-label { display: inline-flex; align-items: center; gap: 7px; color: var(--olive); font-size: 14px; font-weight: 600; letter-spacing: 1.05px; line-height: 1.5; }
.preview-label::before { display: none; }
h2 { margin: 25px 0 12px; font-size: 28px; line-height: 1.15; font-weight: 450; letter-spacing: -1.1px; }
.form-intro { margin: 0 0 29px; color: var(--muted); font-size: 14px; line-height: 1.6; }
label { display: block; margin-bottom: 9px; color: #515849; font-size: 14px; font-weight: 500; }
input {
  width: 100%;
  min-width: 0;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #dfe3d8;
  border-radius: 9px;
  background: #fff;
  color: var(--ink);
  font-size: 16px;
  outline: none;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
input::placeholder { color: #a0a698; }
input:focus { border-color: #8a9176; box-shadow: 0 0 0 3px #757d5412; }
button, .demo-button {
  display: flex;
  width: 100%;
  min-height: 49px;
  padding: 12px 18px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  transition: background .22s var(--ease), border-color .22s var(--ease), transform .22s var(--ease);
}
button { margin-top: 16px; border: 1px solid #222425; background: #222425; color: #fff; }
button:active, .demo-button:active { transform: scale(.985); }
.preview-note { margin: 15px 0 0; color: #6e7663; font-size: 14px; line-height: 1.75; }
.form-status { padding: 13px 14px; margin-bottom: 0; border: 1px solid #e1e5d7; border-radius: 9px; background: #eef1e6; color: #606c49; font-size: 14px; line-height: 1.7; }
.form-status[hidden] { display: none; }
.form-divider { height: 1px; margin: 27px 0 23px; background: #e1e5d9; }
.demo-note { margin: 0 0 13px; color: #6b7460; font-size: 14px; line-height: 1.6; text-align: center; }
.demo-button { border: 1px solid #dce1d3; background: transparent; color: #4f5843; }
footer { display: flex; justify-content: space-between; gap: 20px; width: 100%; max-width: 1256px; margin: 0 auto; padding: 0 48px 31px; color: #727b67; font-size: 14px; line-height: 1.6; }
:focus-visible { outline: 2px solid var(--violet); outline-offset: 4px; }
@media (hover: hover) and (pointer: fine) {
  button:hover { background: #414838; border-color: #414838; transform: translateY(-1px); }
  .demo-button:hover { background: #eef1e7; border-color: #c8d0ba; }
  .demo-link:hover { background: #f7f8f4; border-color: #cdd3c2; }
  footer a:hover { color: var(--ink); }
}
@media (max-width: 900px) {
  header { padding: 0 32px; }
  main { gap: 44px; padding: 48px 32px 72px; }
  h1 { font-size: 35px; letter-spacing: -1.7px; }
  .signup-panel { padding: 32px 26px 28px; }
  h2 { font-size: 25px; }
  footer { padding-right: 32px; padding-left: 32px; }
}
@media (max-width: 700px) {
  header { height: 84px; padding: 0 24px; }
  .wordmark { font-size: 30px; }
  .demo-link { padding: 10px 15px; font-size: 14px; }
  main { max-width: 484px; grid-template-columns: 1fr; gap: 30px; padding: 35px 24px 60px; }
  .signup-promise { text-align: center; }
  .eyebrow { font-size: 14px; }
  h1 { margin: 20px 0 19px; font-size: clamp(31px, 7.6vw, 40px); letter-spacing: -1.7px; }
  .signup-promise > p { max-width: 354px; margin: 0 auto; font-size: 14px; line-height: 1.8; }
  .signup-scene { display: none; }
  .signup-panel { padding: 30px 28px; border-radius: 18px; }
  h2 { font-size: 27px; }
  input { font-size: 16px; }
  footer { padding: 0 24px 26px; font-size: 14px; }
}
@media (max-width: 350px) {
  header { padding: 0 18px; gap: 14px; }
  .demo-link { padding: 9px 12px; font-size: 14px; }
  main { padding: 26px 18px 44px; gap: 27px; }
  h1 { font-size: 30px; letter-spacing: -1.6px; }
  .signup-panel { padding: 27px 20px; }
  h2 { font-size: 25px; }
  .signup-promise > p { font-size: 14px; }
  footer { flex-direction: column; gap: 8px; padding: 0 18px 23px; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* Match the shared inset page frame. */
body { display: block; padding: 24px; background: #e8eaf2; }
.site-shell { display: flex; flex-direction: column; width: 100%; max-width: 1440px; min-height: calc(100svh - 48px); margin: 0 auto; border-radius: 28px; background: #fff; overflow: clip; }
@media (max-width: 900px) {
  body { padding: 16px; }
  .site-shell { min-height: calc(100svh - 32px); border-radius: 24px; }
}
@media (max-width: 620px) {
  body { padding: 8px; }
  .site-shell { min-height: calc(100svh - 16px); border-radius: 20px; }
}
@media (max-width: 350px) {
  header { padding-right: 14px; padding-left: 14px; gap: 10px; }
  .demo-link { padding-right: 10px; padding-left: 10px; }
  main { padding-right: 14px; padding-left: 14px; }
  .signup-panel { padding-right: 18px; padding-left: 18px; }
}
