/* Public front page. Design approved 2026-09-14 (canvas "Receptionist Front Page"): teal on paper white,
   Newsreader for display, IBM Plex Sans for text, IBM Plex Mono for small labels. */
:root {
  --page: #f6f8f8; --ink: #0f1f1c; --ink-2: #3f4f4b; --ink-3: #4d5c58; --muted: #66746f; --faint: #7f8c88;
  --line: #dbe3e1; --line-2: #e1e8e6; --line-3: #cfd9d6; --tint: #edf2f1; --tint-2: #eef3f2;
  --teal: #0f766e; --teal-dark: #0c3d38; --teal-soft: #eef6f4; --teal-line: #cfe5e0; --teal-ink: #123b37; --teal-text: #4b7c76;
  --teal-pale: #bfe6e0; --teal-pale-2: #d6ece8; --teal-bright: #8fd3c9;
  --green: #15803d; --amber: #b45309;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--page); color: var(--ink); font: 16px/1.5 'IBM Plex Sans', 'Segoe UI', Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: var(--teal); text-decoration: none; } a:hover { color: #0b5f59; }
h1, h2, .serif { font-family: 'Newsreader', Georgia, 'Times New Roman', serif; font-weight: 500; letter-spacing: -0.02em; margin: 0; }
.mono { font-family: 'IBM Plex Mono', Consolas, monospace; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal); }
.btn { display: inline-flex; align-items: center; justify-content: center; height: 48px; padding: 0 22px; border-radius: 10px; background: var(--teal); color: #fff; font-weight: 600; font-size: 15px; border: 0; cursor: pointer; font-family: inherit; white-space: nowrap; }
.btn:hover { background: #0b5f59; color: #fff; }
.btn.small { height: 40px; padding: 0 18px; font-size: 14px; }
.btn.light { background: #fff; color: var(--teal); } .btn.light:hover { background: var(--teal-soft); color: var(--teal); }
.card { background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 1px 2px rgba(15,31,28,0.04), 0 12px 32px rgba(15,31,28,0.07); }
.wrap { width: 100%; max-width: 1312px; margin: 0 auto; padding-inline: 24px; }

/* nav */
.nav { position: sticky; top: 0; z-index: 10; height: 72px; border-bottom: 1px solid var(--line-2); background: rgba(246,248,248,0.92); backdrop-filter: blur(8px); }
.nav .wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 17px; color: var(--ink); }
.wordmark { font-family: 'Newsreader', Georgia, 'Times New Roman', serif; font-weight: 600; font-size: 1.2em; line-height: 1; letter-spacing: -0.02em; color: var(--ink); position: relative; top: 0.1em; }
.wordmark i { font-style: normal; color: var(--teal); }
.nav-links { display: flex; gap: 32px; font-size: 14px; font-weight: 500; }
.nav-links a { color: var(--ink-2); } .nav-links a:hover { color: var(--ink); }
.nav-right { display: flex; align-items: center; gap: 20px; font-size: 14px; font-weight: 500; }
.nav-right > a:not(.btn) { color: var(--ink-2); }

/* hero */
.hero { background: linear-gradient(180deg, #e2efec 0%, var(--page) 100%); }
.hero .wrap { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; align-items: center; padding-block: 96px 80px; }
.hero-copy { display: flex; flex-direction: column; gap: 24px; max-width: 600px; }
.hero h1 { font-size: 64px; line-height: 1.06; }
.hero .lead { margin: 0; font-size: 19px; line-height: 30px; color: var(--ink-2); max-width: 540px; }
.cta-row { display: flex; align-items: center; gap: 18px; margin-top: 8px; flex-wrap: wrap; }
.promise { display: flex; flex-direction: column; gap: 2px; font-size: 14px; color: var(--ink-2); }
.promise b { font-weight: 600; } .promise span { color: var(--muted); }
.works-line { font-size: 13px; color: var(--muted); margin-top: 8px; }
.call-col { display: flex; flex-direction: column; gap: 12px; align-items: flex-end; }
.call { width: 100%; max-width: 460px; padding: 22px 22px 18px; display: flex; flex-direction: column; gap: 14px; }
.call-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 13px; }
.call-head b { display: flex; align-items: center; gap: 10px; font-weight: 600; }
.call-head i { width: 10px; height: 10px; border-radius: 999px; background: var(--green); display: inline-block; }
.call-head span { font-size: 12px; color: var(--faint); }
.bubbles { display: flex; flex-direction: column; gap: 8px; }
.bubble { padding: 10px 14px; border-radius: 14px; font-size: 14px; line-height: 20px; max-width: 320px; }
.bubble.ai { background: var(--teal-soft); color: var(--teal-ink); border-bottom-left-radius: 4px; }
.bubble.me { background: var(--tint); color: var(--ink); border-bottom-right-radius: 4px; align-self: flex-end; }
.booked { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 12px; background: var(--teal-soft); border: 1px solid var(--teal-line); }
.booked b { display: block; font-size: 13px; font-weight: 600; color: var(--teal-ink); }
.booked span { font-size: 12px; color: var(--teal-text); }
.caption { font-size: 12px; color: var(--faint); }

/* fact strip */
.facts { border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); }
.facts .wrap { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; padding-block: 40px; }
.fact { display: flex; flex-direction: column; gap: 4px; }
.fact .serif { font-size: 44px; line-height: 48px; }
.fact span { font-size: 14px; color: var(--muted); }

/* sections */
section.block .wrap { padding-block: 120px 0; display: flex; flex-direction: column; gap: 40px; }
.head { display: flex; flex-direction: column; gap: 12px; max-width: 640px; }
.head h2 { font-size: 44px; line-height: 1.14; }
.head p { margin: 0; font-size: 17px; line-height: 28px; color: var(--ink-2); max-width: 600px; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.step { padding: 28px; display: flex; flex-direction: column; gap: 12px; }
.step.ours { border-color: var(--teal); box-shadow: 0 0 0 3px #e6f2f0; }
.step .serif { font-size: 26px; line-height: 32px; }
.step p { margin: 0; font-size: 15px; line-height: 24px; color: var(--ink-3); }

.two { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 64px; align-items: start; }
.two-copy { display: flex; flex-direction: column; gap: 28px; }
.checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 32px; font-size: 15px; line-height: 24px; margin: 0; padding: 0; list-style: none; }
.checks li { display: flex; gap: 10px; } .checks svg { flex-shrink: 0; margin-top: 2px; }
.lane { display: flex; flex-direction: column; gap: 8px; padding: 20px 24px; border-radius: 12px; background: var(--tint); }
.lane b { font-size: 13px; font-weight: 600; color: var(--ink-2); } .lane span { font-size: 14px; line-height: 22px; color: var(--ink-3); }
.timeline { padding: 28px; display: flex; flex-direction: column; gap: 6px; }
.timeline .mono { margin-bottom: 14px; }
.tl { display: flex; gap: 14px; align-items: flex-start; }
.tl i { width: 10px; height: 10px; border-radius: 999px; background: var(--teal); margin-top: 6px; flex-shrink: 0; }
.tl i.off { background: var(--line-3); }
.tl div { display: flex; flex-direction: column; gap: 2px; padding-bottom: 22px; }
.tl:last-child div { padding-bottom: 0; }
.tl b { font-weight: 600; font-size: 15px; } .tl span { font-size: 14px; color: var(--muted); }

/* dashboard preview */
.dash-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; flex-wrap: wrap; }
.dash-head p { margin: 0; font-size: 16px; line-height: 26px; color: var(--ink-2); max-width: 420px; }
.dash { padding: 0; overflow: hidden; display: flex; min-height: 420px; }
.dash-side { width: 220px; flex-shrink: 0; background: var(--tint-2); border-right: 1px solid var(--line); padding: 20px 12px; display: flex; flex-direction: column; gap: 4px; font-size: 14px; font-weight: 500; color: var(--muted); }
.dash-side span { padding: 8px 12px; border-radius: 8px; }
.dash-side span.on { background: #fff; color: var(--ink); border: 1px solid var(--line); box-shadow: inset 3px 0 0 var(--teal); }
.dash-main { flex: 1; min-width: 0; padding: 28px 32px; display: flex; flex-direction: column; gap: 24px; }
.tiles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.tile { border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; display: flex; flex-direction: column; gap: 2px; }
.tile .serif { font-size: 30px; line-height: 34px; } .tile span { font-size: 12px; color: var(--muted); }
.rows { border-top: 1px solid var(--line); font-size: 14px; }
.row { display: grid; grid-template-columns: 150px 140px 90px 120px 1fr; gap: 12px; padding: 12px 4px; border-bottom: 1px solid var(--line); align-items: center; }
.row .dim { color: var(--muted); } .row .sum { color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pill { font-size: 12px; padding: 2px 10px; border-radius: 999px; border: 1px solid var(--line); white-space: nowrap; }
.pill.ok { color: var(--green); background: #f0fdf4; border-color: #bbf7d0; }
.pill.warn { color: var(--amber); background: #fffbeb; border-color: #fde68a; }

/* works with */
.systems { display: flex; flex-wrap: wrap; gap: 10px; }
.systems span { display: inline-flex; align-items: center; height: 36px; padding: 0 16px; border-radius: 999px; border: 1px solid #d4dedb; background: #fff; font-weight: 500; font-size: 14px; }
.note { font-size: 14px; color: var(--muted); }

/* calculator */
.calc { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; padding: 48px; }
.calc-copy { display: flex; flex-direction: column; gap: 24px; }
.calc-copy h2 { font-size: 40px; line-height: 46px; }
.fields { border-top: 1px solid var(--line); }
.field { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.field label { display: flex; flex-direction: column; font-weight: 500; }
.field label small { font-size: 12px; color: var(--faint); font-weight: 400; }
.field input { width: 110px; height: 40px; border: 1px solid var(--line-3); border-radius: 8px; text-align: center; font: 15px 'IBM Plex Mono', Consolas, monospace; color: var(--ink); background: #fff; }
.field input:focus { outline: 2px solid var(--teal); outline-offset: 1px; border-color: var(--teal); }
.result { display: flex; flex-direction: column; justify-content: space-between; gap: 24px; padding: 32px; border-radius: 14px; background: var(--teal); color: #fff; }
.result .mono { color: var(--teal-pale); }
.result .serif { font-size: 56px; line-height: 60px; }
.result p { margin: 0; font-size: 14px; line-height: 22px; color: var(--teal-pale-2); }
.result > div { display: flex; flex-direction: column; gap: 8px; }

/* faq */
.faq-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 64px; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 0; font-family: 'Newsreader', Georgia, serif; font-size: 20px; font-weight: 500; letter-spacing: -0.01em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 24px; color: var(--faint); }
.faq details[open] summary::after { content: "–"; }
.faq .a { color: var(--ink-3); font-size: 15px; line-height: 24px; padding: 0 0 22px; max-width: 760px; }

/* closing */
.closing { margin-top: 120px; }
.closing .band { padding: 72px 64px; border-radius: 20px; background: var(--teal-dark); color: #fff; display: flex; justify-content: space-between; align-items: center; gap: 48px; flex-wrap: wrap; }
.closing h2 { font-size: 48px; line-height: 1.12; max-width: 680px; }
.closing .sub { font-size: 16px; color: var(--teal-pale); margin-top: 12px; }
.closing .actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.closing .actions a:not(.btn) { font-size: 14px; color: var(--teal-bright); }
.closing .btn.light { color: var(--teal-dark); }

footer .wrap { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-block: 48px 56px; font-size: 13px; color: var(--faint); flex-wrap: wrap; }
footer .links { display: flex; gap: 24px; } footer .links a { color: var(--faint); }

@media (max-width: 1000px) {
  .hero h1 { font-size: 48px; }
  .hero .wrap { grid-template-columns: 1fr; gap: 40px; padding-block: 56px 48px; }
  .call-col { align-items: flex-start; }
  .facts .wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nav-links { display: none; }
  section.block .wrap { padding-block: 72px 0; gap: 28px; }
  .head h2 { font-size: 34px; }
  .steps { grid-template-columns: 1fr; }
  .two, .calc, .faq-grid { grid-template-columns: 1fr; gap: 32px; }
  .checks { grid-template-columns: 1fr; }
  .dash-side { display: none; }
  .tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .row { grid-template-columns: 1fr 1fr; } .row .sum, .row .dim { display: none; }
  .calc { padding: 24px; } .calc-copy h2 { font-size: 30px; line-height: 36px; }
  .result .serif { font-size: 44px; line-height: 48px; }
  .closing .band { padding: 40px 24px; } .closing h2 { font-size: 34px; }
}
