@font-face {
  font-family: "Gabarito";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(/fonts/gabarito-latin-ext-800-normal.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Gabarito";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(/fonts/gabarito-latin-800-normal.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/fonts/figtree-latin-ext-400-normal.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/fonts/figtree-latin-400-normal.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/fonts/figtree-latin-ext-600-normal.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/fonts/figtree-latin-600-normal.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  color-scheme: light;

  /* Quoted from the product's tokens.css (P2.20) - never retuned here. */
  --sand-25: #fdfcfa;
  --sand-50: #faf7f2;
  --sand-100: #f3eee6;
  --sand-200: #e7e0d4;
  --sand-300: #d5ccbc;
  --sand-500: #8a8071;
  --sand-600: #6b6255;
  --sand-700: #4f483e;
  --ink: #26231e;

  --accent: #dc4a1d;
  --accent-hover: #c13e14;
  --accent-soft: #ffede3;
  --accent-text: #c13e14;
  --on-accent: #ffffff;

  --stage-idea: #f2a413;
  --stage-idea-soft: #fcf0d8;
  --stage-idea-text: #9a6a00;
  --stage-design: #d8447e;
  --stage-design-soft: #fbe3ed;
  --stage-design-text: #ad2f60;
  --stage-plan: #3d66d8;
  --stage-plan-soft: #e4eafb;
  --stage-plan-text: #2c4fb0;
  --stage-build: #dc4a1d;
  --stage-build-soft: #ffede3;
  --stage-build-text: #c13e14;
  --stage-live: #14a79b;
  --stage-live-soft: #ddf5f1;
  --stage-live-text: #0c7e74;

  --surface: #ffffff;
  --border: #ece5da;
  --border-strong: #d5ccbc;
  --shadow-sm: 0 1px 2px rgb(38 35 30 / 5%), 0 2px 6px rgb(38 35 30 / 5%);
  --shadow-md: 0 2px 4px rgb(38 35 30 / 5%), 0 6px 16px rgb(38 35 30 / 8%);

  --display: "Gabarito", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --body: "Figtree", ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
  --measure: 66rem;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0 1.25rem 4.5rem;
  background: var(--sand-50);
  color: var(--sand-700);
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.6;
}

.wrap { max-width: var(--measure); margin: 0 auto; }

::selection { background: var(--accent-soft); }
img { max-width: 100%; }
a { color: var(--accent-text); }
a:hover { color: var(--accent); }
a:focus-visible,
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 6px; }

h1, h2 {
  font-family: var(--display);
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.02em;
}
h1 { font-size: clamp(2.25rem, 1.35rem + 4vw, 3.5rem); line-height: 1.08; margin: 0 0 1.25rem; }
h2 { font-size: 1.75rem; line-height: 1.2; margin: 0 0 1.25rem; }
h3 {
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.125rem;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin: 0 0 0.375rem;
}
p { margin: 0 0 1rem; }
.muted { color: var(--sand-500); }

.top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem 1.25rem;
  padding: 1.375rem 0;
}
.brand {
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.625rem;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--ink);
  text-decoration: none;
  margin-right: auto;
}
.wm-idea { color: var(--stage-idea); }
.wm-design { color: var(--stage-design); }
.wm-plan { color: var(--stage-plan); }
.wm-build { color: var(--stage-build); }
.wm-live { color: var(--stage-live); }
.top nav { display: flex; flex-wrap: wrap; gap: 0.25rem; }
.top nav a {
  color: var(--sand-600);
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  padding: 0.4375rem 0.75rem;
  border-radius: 999px;
}
.top nav a:hover { color: var(--ink); background: var(--sand-100); }
.lang {
  color: var(--sand-500);
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  padding: 0.4375rem 0.25rem;
}
.lang:hover { color: var(--ink); }
.sign-in {
  color: var(--accent-text);
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  border: 1.5px solid var(--accent);
  border-radius: 999px;
  padding: 0.375rem 1rem;
}
.sign-in:hover { background: var(--accent); color: var(--on-accent); }

main { padding: 1rem 0; }

.hero { text-align: center; padding: 3rem 0 3.25rem; }
.hero h1 { max-width: 46rem; margin-left: auto; margin-right: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.375rem 0.9375rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--sand-600);
  margin: 0 0 1.75rem;
  box-shadow: var(--shadow-sm);
}
.eyebrow::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--stage-live);
}
.lead {
  font-size: 1.25rem;
  line-height: 1.55;
  color: var(--sand-600);
  max-width: 38rem;
}
.hero .lead { margin: 0 auto 2.25rem; }
.actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem 1.75rem;
}
.call, .get {
  display: inline-block;
  background: var(--accent);
  color: var(--on-accent);
  border-radius: 12px;
  padding: 0.8125rem 1.625rem;
  font-weight: 600;
  font-size: 1.0625rem;
  text-decoration: none;
  box-shadow: var(--shadow-sm);
  transition: background 150ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 150ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.call:hover, .get:hover {
  background: var(--accent-hover);
  color: var(--on-accent);
  transform: translateY(-1px);
}
.quiet { font-weight: 600; text-underline-offset: 0.25em; }

.journey { padding: 1.5rem 0 1rem; }
.journey h2 { text-align: center; }
.steps {
  list-style: none;
  padding: 0;
  margin: 2rem 0 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11.5rem, 1fr));
  gap: 0.875rem;
}
.step {
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 3px solid var(--border-strong);
  border-radius: 18px;
  padding: 1.25rem 1.125rem 1.375rem;
  box-shadow: var(--shadow-sm);
}
.st-idea { border-top-color: var(--stage-idea); }
.st-design { border-top-color: var(--stage-design); }
.st-plan { border-top-color: var(--stage-plan); }
.st-build { border-top-color: var(--stage-build); }
.st-live { border-top-color: var(--stage-live); }
.dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}
.st-idea .dot { background: var(--stage-idea-soft); color: var(--stage-idea-text); }
.st-design .dot { background: var(--stage-design-soft); color: var(--stage-design-text); }
.st-plan .dot { background: var(--stage-plan-soft); color: var(--stage-plan-text); }
.st-build .dot { background: var(--stage-build-soft); color: var(--stage-build-text); }
.st-live .dot { background: var(--stage-live-soft); color: var(--stage-live-text); }
.step p { margin: 0; font-size: 0.9375rem; line-height: 1.55; color: var(--sand-600); }

.make { padding: 1rem 0 0; }
.make h2 { text-align: center; }
.make .points { margin-top: 2rem; }

.pair {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  gap: 1rem;
  margin: 2.5rem auto;
  max-width: 54rem;
}
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 1.375rem 1.5rem;
  box-shadow: var(--shadow-sm);
}
.card p { margin: 0; font-size: 1.0625rem; }
.honesty { border-left: 4px solid var(--stage-live); }
.helper { border-left: 4px solid var(--accent); }

.closing { text-align: center; padding: 1.5rem 0 2.5rem; }
.closing p { margin-bottom: 1.25rem; }

.install { text-align: center; max-width: 46rem; margin: 0 auto; padding: 2.5rem 0 1rem; }
.install .lead { margin-left: auto; margin-right: auto; }
.install p { max-width: 38rem; margin-left: auto; margin-right: auto; }
.appicon { border-radius: 22.5%; box-shadow: var(--shadow-md); margin-bottom: 1.5rem; }

.prose { max-width: 46rem; margin: 0 auto; padding: 1.5rem 0 0; }
.prose.wide { max-width: 54rem; }
.prose h2 { font-size: 1.375rem; margin: 2.25rem 0 1rem; }

.points {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  gap: 1rem;
}
.points li {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 1.25rem 1.375rem;
  box-shadow: var(--shadow-sm);
}
.points h3 { font-size: 1.0625rem; }
.points p { margin: 0; font-size: 0.9375rem; color: var(--sand-600); }

.banner {
  background: var(--accent-soft);
  border: 1px solid var(--accent);
  border-radius: 14px;
  padding: 1rem 1.25rem;
  margin: 0 0 2rem;
  font-weight: 500;
  color: var(--ink);
}
.banner p { margin: 0; }

.legal h1 { font-size: 1.875rem; margin-top: 0; }
.legal h2 { font-size: 1.25rem; }
.legal blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 4px solid var(--sand-300);
  border-radius: 0 10px 10px 0;
  color: var(--sand-600);
  font-size: 0.9375rem;
}
.legal blockquote p:last-child { margin-bottom: 0; }
.legal ul { padding-left: 1.25rem; }
.legal li { margin-bottom: 0.375rem; }
.legal hr { border: 0; border-top: 1px solid var(--border); margin: 2rem 0; }

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.875em;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 0.1em 0.35em;
}

.scroll { overflow-x: auto; margin: 0 0 1.5rem; }
.scroll table { border-collapse: collapse; width: 100%; font-size: 0.9375rem; }
.scroll th, .scroll td {
  border: 1px solid var(--border);
  padding: 0.625rem 0.75rem;
  text-align: left;
  vertical-align: top;
}
.scroll th { background: var(--sand-100); font-weight: 600; }

.two { border-top: 1px solid var(--border); padding-top: 1.5rem; margin-top: 1.5rem; }
.two:first-of-type { border-top: 0; padding-top: 0; margin-top: 0; }

.consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--surface);
  border-top: 1px solid var(--border);
  box-shadow: 0 -8px 28px rgb(38 35 30 / 9%);
  padding: 0.875rem 1.25rem;
}
.consent-inner {
  max-width: var(--measure);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem 1.25rem;
}
.consent p { margin: 0; flex: 1 1 21rem; font-size: 0.9375rem; }
.choice { display: flex; flex-wrap: wrap; gap: 0.625rem; }
.choice button {
  font: inherit;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 10px;
  padding: 0.5rem 1.125rem;
  cursor: pointer;
  border: 1px solid var(--border-strong);
  background: var(--surface);
  color: var(--ink);
}
.choice button:hover { border-color: var(--accent); color: var(--accent-text); }
.choice button.allow { background: var(--accent); border-color: var(--accent); color: var(--on-accent); }
.choice button.allow:hover { background: var(--accent-hover); color: var(--on-accent); }

.preferences {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.25rem 1.375rem;
  margin: 2rem 0 1.5rem;
  box-shadow: var(--shadow-sm);
}
.preferences h2 { margin-top: 0; font-size: 1.25rem; }
.preferences p { margin-bottom: 0.625rem; }

.foot {
  border-top: 1px solid var(--border);
  margin-top: 4rem;
  padding: 1.75rem 0 0;
  color: var(--sand-500);
  font-size: 0.9375rem;
}
.foot a { color: var(--sand-600); text-decoration: none; }
.foot a:hover { color: var(--ink); text-decoration: underline; }
.foot-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
}
.brand-foot { font-size: 1.25rem; margin-right: 0; }
.foot-nav { display: flex; flex-wrap: wrap; gap: 0.75rem 1.375rem; }
.foot-base {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.375rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--sand-100);
  font-size: 0.875rem;
}

@media (min-width: 40rem) {
  body { padding: 0 2rem 5rem; }
}
