:root {
  --ink: #0a0a0a;
  --muted: #6f6f6f;
  --quiet: #8a8a8a;
  --line: #e6e6e6;
  --cyan: #d7f4f7;
  --cyan-line: #8fd4dc;
  --max: 1120px;
}
* { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  background: #fff;
  color: var(--ink);
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
a { color: inherit; }
button, a { font-family: inherit; }
.topbar {
  background: #f7f7f7;
  color: #525252;
  text-align: center;
  font-size: 12.5px;
  letter-spacing: 0.01em;
  padding: 7px 16px;
  border-bottom: 1px solid var(--line);
}
.nav {
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.nav-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.word {
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -0.03em;
  text-decoration: none;
  color: #000;
}
.nav nav { display: flex; gap: 28px; }
.nav nav a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #3a3a3a;
}
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.hero {
  text-align: center;
  padding: 92px 24px 8px;
  max-width: var(--max);
  margin: 0 auto;
}
.hero h1 {
  margin: 0;
  color: #000;
  font-size: 72px;
  font-weight: 600;
  letter-spacing: -0.048em;
  line-height: 1;
  white-space: nowrap;
}
.lead, .lede {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
}
.hero .lead {
  max-width: 620px;
  margin: 22px auto 0;
}
.btns {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.btn-black { background: #000; color: #fff; }
.btn-gray { background: #ededed; color: #111; }
.quiet {
  margin: 16px 0 0;
  color: #9a9a9a;
  font-size: 14px;
}
.shot-wrap {
  max-width: 1080px;
  margin: 36px auto 8px;
  padding: 0 24px 12px;
}
.window {
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.06);
}
.chrome {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #161616;
  border-bottom: 1px solid #222;
}
.dots { display: flex; gap: 6px; }
.dots i {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #3f3f3f;
}
.dots i:nth-child(1) { background: #ff5f57; }
.dots i:nth-child(2) { background: #febc2e; }
.dots i:nth-child(3) { background: #28c840; }
.chrome-title {
  color: #ededed;
  font-size: 13px;
  font-weight: 500;
}
.app {
  display: grid;
  grid-template-columns: 232px 1fr;
  min-height: 520px;
  background: #111;
}
.side {
  border-right: 1px solid #222;
  padding: 10px 8px;
  background: #0e0e0e;
}
.bot {
  padding: 8px 10px;
  margin: 0 0 2px;
  border-radius: 9px;
  color: #d6d6d6;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.bot.on {
  background: #d7f4f7;
  color: #0a0a0a;
}
.pane {
  padding: 28px 28px 32px;
  background: #141414;
}
.turn { margin-bottom: 18px; }
.turn.you { display: flex; flex-direction: column; align-items: flex-end; }
.who {
  font-size: 12px;
  font-weight: 500;
  color: #a3a3a3;
  margin-bottom: 6px;
}
.bubble {
  max-width: 480px;
  background: #1c1c1c;
  border: 1px solid #2a2a2a;
  border-radius: 16px;
  padding: 14px 16px;
  color: #f4f4f4;
  font-size: 14.5px;
  line-height: 1.5;
}
.turn.you .bubble { background: #262626; }
.bubble p { margin: 0 0 8px; }
.bubble p:last-child { margin: 0; }
.only {
  color: #bdbdbd;
  font-size: 13px;
  margin-top: 4px;
}
.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 96px 24px 8px;
}
.section.tight { padding-top: 28px; }
.section h2, .page-head h1 {
  margin: 0;
  color: #000;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.05;
}
.section h2 { font-size: 46px; }
.center { text-align: center; }
.center h2 { margin-left: auto; margin-right: auto; max-width: 16em; }
.lede { margin: 18px 0 0; }
.center .lede { max-width: 720px; margin-left: auto; margin-right: auto; }
.jobs-split {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  align-items: start;
}
.pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.pill {
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  color: #171717;
  border: 1px solid #d4d4d4;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  cursor: default;
}
.pill.on {
  background: #d7f4f7;
  border-color: #8fd4dc;
  color: #0a0a0a;
}
.phone {
  width: 300px;
  min-height: 560px;
  justify-self: end;
  border: 1px solid #e4e4e4;
  border-radius: 40px;
  background: #fff;
  padding: 14px 16px 18px;
}
.ear {
  width: 78px;
  height: 5px;
  border-radius: 99px;
  background: #ececec;
  margin: 6px auto 18px;
}
.phone-name {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.phone-tag {
  margin: 4px 0 14px;
  color: var(--quiet);
  font-size: 13px;
}
.mail {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 14px 14px 6px;
}
.mail p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.45;
  color: #1a1a1a;
}
.phone-note {
  margin: 14px 2px 0;
  color: var(--quiet);
  font-size: 13px;
}
.home-bar {
  width: 108px;
  height: 4px;
  border-radius: 99px;
  background: #ececec;
  margin: 28px auto 6px;
}
.job-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 56px;
}
.job-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  padding: 22px 22px 18px;
  display: flex;
  flex-direction: column;
  min-height: 168px;
}
.job-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.job-card p { margin: 0 0 10px; font-size: 15.5px; line-height: 1.45; color: #1c1c1c; }
.job-card .wont {
  margin: auto 0 0;
  color: var(--quiet);
  font-size: 14.5px;
}
.prices {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 36px;
  text-align: left;
}
.price {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  padding: 26px 22px 20px;
}
.price .label {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #333;
}
.price .amt {
  margin: 14px 0 0;
  font-size: 56px;
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1;
  color: #000;
}
.price .bill {
  margin: 8px 0 18px;
  color: var(--quiet);
  font-size: 14px;
}
.price ul { list-style: none; margin: 0; padding: 0; }
.price li {
  position: relative;
  padding: 9px 0 9px 16px;
  border-top: 1px solid #f0f0f0;
  font-size: 15px;
  line-height: 1.4;
}
.price li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #111;
}
.course {
  margin: 28px 0 0;
  text-align: center;
  color: #333;
  font-size: 16px;
}
.off {
  margin: 8px 0 0;
  text-align: center;
  color: var(--quiet);
  font-size: 14px;
}
.closer {
  text-align: center;
  padding: 64px 24px 88px;
  margin: 0;
}
.closer a {
  color: #111;
  font-weight: 500;
  text-underline-offset: 3px;
}
.page-head {
  max-width: var(--max);
  margin: 0 auto;
  padding: 72px 24px 0;
}
.page-head h1 {
  font-size: 56px;
  max-width: 16em;
}
.page-head .lede { max-width: 640px; }
.prose { max-width: 740px; }
.prose p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.6;
  color: #222;
}
footer { border-top: 1px solid var(--line); margin-top: 24px; }
.foot {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding-top: 24px;
  padding-bottom: 32px;
  color: var(--quiet);
  font-size: 14px;
  line-height: 1.45;
}
@media (max-width: 960px) {
  .hero h1 { white-space: normal; font-size: 48px; }
  .section h2, .page-head h1 { font-size: 36px; }
  .jobs-split, .prices, .job-list, .app { grid-template-columns: 1fr; }
  .phone { justify-self: center; margin-top: 28px; }
  .side { border-right: 0; border-bottom: 1px solid #222; }
  .foot { flex-direction: column; gap: 12px; }
}
