@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("./assets/PlusJakartaSans-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("./assets/PlusJakartaSans-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("./assets/PlusJakartaSans-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("./assets/PlusJakartaSans-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  --ink: #07111d;
  --copy: #475569;
  --green-dark: #065f46;
  --green: #10b981;
  --green-deep: #0f766e;
  --mint: #d4e9de;
  --mint-light: #eaf3ee;
  --surface-alt: #f3f7f4;
  --white: #ffffff;
  --border: #e2e8f0;
  --soft-shadow: 0 6px 20px rgba(7, 17, 29, 0.06);
  --panel-shadow: 0 10px 28px rgba(7, 17, 29, 0.1);
  --cta-shadow: 0 12px 32px rgba(16, 185, 129, 0.3);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--mint);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p,
blockquote {
  margin: 0;
}

[hidden] {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  display: inline-flex;
  min-height: 44px;
  padding: 10px 14px;
  align-items: center;
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:where(a, button, summary):focus-visible {
  outline: 3px solid #075bc4;
  outline-offset: 3px;
}

.container {
  width: min(100% - 40px, 1120px);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 72px;
  border-bottom: 1px solid transparent;
  background: rgba(212, 233, 222, 0.92);
  transition:
    height 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.site-header.is-compact {
  height: 56px;
  border-color: rgba(7, 17, 29, 0.08);
  background: rgba(212, 233, 222, 0.96);
}

.header-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  border-radius: 8px;
  text-decoration: none;
}

.brand-lockup {
  width: auto;
  height: 48px;
  transition: height 180ms ease;
}

.brand-symbol {
  display: none;
  width: 36px;
  height: 36px;
  transition:
    width 180ms ease,
    height 180ms ease;
}

.button {
  display: inline-flex;
  min-height: 56px;
  padding: 0 26px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 12px;
  color: var(--ink);
  background: var(--green);
  box-shadow: var(--cta-shadow);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

.button:hover {
  background: #1bc791;
  box-shadow: 0 14px 34px rgba(16, 144, 101, 0.34);
  transform: translateY(-2px);
}

.button:active {
  transform: translateY(0);
}

.button img {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.header-button {
  min-height: 48px;
  padding-inline: 18px;
  gap: 8px;
  box-shadow: none;
  font-size: 15px;
  white-space: nowrap;
}

.header-button img {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
}

.site-header.is-compact .brand-lockup {
  height: 40px;
}

.site-header.is-compact .header-button {
  min-height: 40px;
  padding-inline: 14px;
  border-radius: 10px;
  font-size: 14px;
}

.header-label-mobile {
  display: none;
}

.hero {
  padding: 72px 0 96px;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 64px;
}

.kicker {
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero h1 {
  margin-top: 18px;
  font-size: 56px;
  font-weight: 800;
  letter-spacing: -0.037em;
  line-height: 1.08;
  text-wrap: pretty;
}

.hero-lead {
  max-width: 520px;
  margin-top: 20px;
  color: var(--copy);
  font-size: 18px;
  line-height: 1.6;
  text-wrap: pretty;
}

.hero-button {
  margin-top: 28px;
}

.cta-note {
  margin-top: 12px;
  color: var(--copy);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.product-demo {
  display: grid;
  min-width: 0;
  min-height: 380px;
  padding: 22px 22px 18px;
  grid-template-columns: minmax(0, 1fr) 200px;
  gap: 18px;
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--panel-shadow);
}

.demo-main {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 14px;
}

.question-row {
  display: flex;
  justify-content: flex-end;
}

.question-bubble,
.case-question {
  max-width: 92%;
  min-height: 46px;
  padding: 12px 16px;
  border-radius: 14px 14px 4px 14px;
  color: var(--ink);
  background: var(--mint-light);
  font-size: 15px;
  line-height: 1.5;
}

.typing-caret {
  display: none;
  width: 2px;
  height: 15px;
  margin-left: 2px;
  background: var(--ink);
  vertical-align: -2px;
  animation: caret-blink 650ms steps(1, end) infinite;
}

.product-demo.is-typing .typing-caret {
  display: inline-block;
}

.demo-status {
  display: none;
  align-items: center;
  gap: 9px;
  color: var(--copy);
  font-size: 14px;
  font-weight: 500;
}

.demo-status > span {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--green);
}

.demo-status > strong {
  font-weight: 500;
}

.product-demo.is-status .demo-status {
  display: flex;
}

.demo-answer {
  min-height: 72px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.6;
}

.demo-answer strong {
  font-weight: 700;
}

.source-pill {
  display: inline-flex;
  width: max-content;
  min-height: 40px;
  padding: 0 14px 0 8px;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--ink);
  background: var(--white);
  box-shadow: none;
  font-size: 15px;
  font-weight: 700;
}

.source-pill img {
  width: 26px;
  height: 26px;
}

.source-pill.is-active,
.product-demo.is-final [data-demo-source-pill] {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.22);
}

.demo-composer {
  display: flex;
  margin-top: auto;
  flex-direction: column;
  gap: 8px;
}

.demo-composer > div {
  display: flex;
  min-width: 0;
  height: 48px;
  padding: 0 8px 0 14px;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--surface-alt);
}

.demo-composer > div > span {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  color: var(--copy);
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.demo-composer b {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--green-deep);
  font-size: 16px;
  font-weight: 700;
}

.demo-composer > small {
  color: var(--copy);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.demo-sources {
  display: flex;
  min-width: 0;
  padding-left: 18px;
  flex-direction: column;
  gap: 12px;
  border-left: 1px solid var(--border);
}

.demo-sources h2 {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.source-card {
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface-alt);
}

.source-card.is-active,
.product-demo.is-final [data-demo-source-card] {
  border-color: var(--green);
}

.source-card small {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 6px;
  color: var(--copy);
  font-size: 12px;
}

.source-card small img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.source-card > strong,
.source-card > span {
  display: block;
}

.source-card > strong {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.source-card > span {
  margin-top: 4px;
  overflow-wrap: anywhere;
  color: var(--copy);
  font-size: 11px;
  line-height: 1.4;
}

.product-demo:not(.is-final):not(.is-answering) .demo-answer,
.product-demo:not(.is-final):not(.is-answering) [data-demo-source-pill],
.product-demo:not(.is-final):not(.is-answering) [data-demo-source-card] {
  visibility: hidden;
}

.product-demo:not(.is-final) [data-demo-source-pill],
.product-demo:not(.is-final) [data-demo-source-card] {
  border-color: var(--border);
  box-shadow: none;
}

.proof {
  padding: 0 0 96px;
}

.proof-card {
  padding: 26px 32px 18px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.proof-grid > div {
  min-width: 0;
}

.proof-grid > div:not(:last-child) {
  padding-right: 24px;
  border-right: 1px solid var(--border);
}

.proof-grid strong,
.proof-grid span {
  display: block;
}

.proof-grid strong {
  color: var(--ink);
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.proof-grid span {
  margin-top: 6px;
  color: var(--copy);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.proof-card > small {
  display: block;
  margin-top: 16px;
  color: var(--copy);
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}

.proof-grid .proof-copy-mobile {
  display: none;
}

.section {
  padding: 96px 0;
}

.section-alt {
  background: var(--surface-alt);
}

.section h2 {
  max-width: 820px;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
  text-wrap: pretty;
}

.section-heading {
  max-width: 760px;
}

.section-heading > p {
  margin-top: 14px;
  color: var(--copy);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
}

.surface-card {
  min-width: 0;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.pain-grid {
  display: grid;
  margin-top: 40px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.pain-grid .surface-card {
  padding: 28px;
}

.surface-card h3 {
  color: var(--ink);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.surface-card > p {
  margin-top: 10px;
  color: var(--copy);
  font-size: 16px;
  line-height: 1.55;
}

.how-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 64px;
}

.steps {
  display: flex;
  margin: 36px 0 0;
  padding: 0;
  flex-direction: column;
  gap: 28px;
  list-style: none;
}

.steps li {
  display: flex;
  min-width: 0;
  gap: 18px;
}

.steps li > span {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--ink);
  font-size: 15px;
  font-weight: 700;
}

.steps h3 {
  color: var(--ink);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.steps p {
  margin-top: 8px;
  color: var(--copy);
  font-size: 16px;
  line-height: 1.55;
}

.phone-wrap {
  display: flex;
  justify-content: center;
}

.phone {
  width: 300px;
  padding: 12px;
  border-radius: 40px;
  background: var(--ink);
  box-shadow: 0 24px 56px rgba(7, 17, 29, 0.22);
}

.phone-screen {
  display: flex;
  min-height: 498px;
  padding: 64px 14px 14px;
  flex-direction: column;
  gap: 12px;
  border-radius: 30px;
  background: #e8f1ec;
}

.phone-message {
  max-width: 86%;
  padding: 12px 14px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
}

.phone-message--question {
  align-self: flex-end;
  border: 1px solid rgba(7, 17, 29, 0.06);
  border-radius: 14px 14px 4px 14px;
  background: var(--mint-light);
}

.phone-message--answer {
  align-self: flex-start;
  border-radius: 14px 14px 14px 4px;
  background: var(--white);
}

.phone-input {
  display: flex;
  margin-top: auto;
  align-items: center;
  gap: 8px;
}

.phone-input span {
  height: 44px;
  flex: 1;
  border-radius: 999px;
  background: var(--white);
}

.phone-input b {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--green);
  font-size: 18px;
  font-weight: 700;
}

.desktop-tabs {
  margin-top: 36px;
}

.tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tab-list button {
  min-height: 48px;
  padding: 0 20px;
  border: 1.5px solid var(--border);
  border-radius: 999px;
  color: var(--ink);
  background: var(--white);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.tab-list button[aria-selected="true"] {
  border-color: var(--ink);
  color: var(--white);
  background: var(--ink);
}

.use-case-panel {
  min-height: 358px;
  margin-top: 20px;
  padding: 28px 32px;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 32px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.use-case-panel:not([hidden]) {
  display: grid;
}

.case-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 16px;
}

.case-question {
  align-self: flex-end;
  max-width: 78%;
  font-size: 16px;
}

.case-content > p,
.accordion-content > p {
  max-width: 560px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
}

.case-content > p strong,
.accordion-content > p strong {
  font-weight: 700;
}

.case-side {
  display: flex;
  min-width: 0;
  padding-left: 28px;
  flex-direction: column;
  gap: 12px;
  border-left: 1px solid var(--border);
}

.case-side h3 {
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.case-side > p {
  color: var(--copy);
  font-size: 15px;
  line-height: 1.55;
}

.case-side .source-card {
  padding: 14px;
}

.case-side .source-card > strong {
  font-size: 17px;
}

.case-side .source-card > span {
  font-size: 12px;
}

.invoice-pill {
  display: inline-flex;
  width: max-content;
  min-height: 40px;
  padding: 0 14px;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--green);
  border-radius: 999px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.22);
  font-size: 15px;
  font-weight: 700;
}

.invoice-pill img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.invoice-card {
  padding: 14px;
  border: 1px solid var(--green);
  border-radius: 12px;
  background: var(--surface-alt);
}

.invoice-card small,
.invoice-card strong,
.invoice-card span {
  display: block;
}

.invoice-card small {
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 700;
}

.invoice-card strong {
  margin-top: 6px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.invoice-card span {
  margin-top: 4px;
  color: var(--copy);
  font-size: 12px;
  line-height: 1.4;
}

.case-status {
  display: flex;
  padding: 0 2px;
  flex-direction: column;
  gap: 10px;
}

.case-status > span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--copy);
  font-size: 15px;
  font-weight: 500;
}

.case-status img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.case-status .is-current {
  color: var(--ink);
  font-weight: 700;
}

.case-status .is-current i {
  display: grid;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  place-items: center;
}

.case-status .is-current i::after {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  content: "";
}

.format-card {
  max-width: 520px;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: var(--panel-shadow);
}

.format-card h3 {
  font-size: 18px;
  font-weight: 700;
}

.format-card > strong {
  display: block;
  margin-top: 14px;
  color: var(--copy);
  font-size: 14px;
  font-weight: 700;
}

.format-grid {
  display: grid;
  margin-top: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.format-grid > div {
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 12px;
}

.format-grid > .is-selected {
  border: 1.5px solid var(--green);
  background: var(--surface-alt);
}

.format-grid b,
.format-grid span {
  display: block;
}

.format-grid b {
  font-size: 14px;
  font-weight: 700;
}

.format-grid span {
  margin-top: 3px;
  color: var(--copy);
  font-size: 13px;
  line-height: 1.4;
}

.format-actions {
  display: flex;
  margin-top: 16px;
  align-items: center;
  gap: 10px;
}

.format-actions span {
  display: inline-flex;
  min-height: 44px;
  padding: 0 18px;
  align-items: center;
  border: 1.5px solid var(--ink);
  border-radius: 12px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.format-actions span:first-child {
  border-color: var(--green);
  background: var(--green);
}

.format-actions > b {
  color: var(--copy);
  font-size: 15px;
}

.mobile-accordions {
  display: none;
}

.centered-cta {
  display: flex;
  margin-top: 32px;
  justify-content: center;
}

.features-grid {
  display: grid;
  margin-top: 40px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.features-grid .surface-card {
  padding: 24px;
}

.features-grid .surface-card h3 {
  font-size: 19px;
}

.features-grid .surface-card p {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.5;
}

.comparison-table {
  margin-top: 40px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.comparison-header,
.comparison-item {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
}

.comparison-header {
  border-bottom: 1px solid var(--border);
}

.comparison-header > * {
  padding: 18px 24px;
  color: var(--copy);
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
}

.comparison-header > :first-child {
  padding-inline: 28px;
}

.comparison-header > :last-child {
  color: var(--ink);
  background: var(--surface-alt);
  font-weight: 800;
}

.comparison-item {
  border-bottom: 1px solid var(--border);
}

.comparison-item > * {
  min-width: 0;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 1.3;
}

.comparison-item > strong {
  padding-inline: 28px;
  font-weight: 700;
}

.comparison-item > span {
  color: var(--copy);
}

.comparison-item > span:last-child {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--ink);
  background: var(--surface-alt);
  font-weight: 700;
}

.comparison-item img {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  flex: 0 0 18px;
}

.comparison-item small {
  display: none;
}

.comparison-note {
  padding: 16px 28px;
  color: var(--copy);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.testimonials-grid {
  display: grid;
  margin-top: 40px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.testimonial {
  display: flex;
  padding: 28px;
  flex-direction: column;
}

.testimonial > p {
  flex: 1;
  margin-top: 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
}

.testimonial footer {
  display: flex;
  min-width: 0;
  margin-top: 20px;
  align-items: center;
  gap: 12px;
}

.testimonial footer > span {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border-radius: 50%;
  color: var(--green-dark);
  background: var(--mint-light);
  font-size: 14px;
  font-weight: 700;
}

.testimonial footer strong,
.testimonial footer small {
  display: block;
}

.testimonial footer strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
}

.testimonial footer small {
  margin-top: 0;
  color: var(--copy);
  font-size: 13px;
  line-height: 1.4;
}

.founder-quote {
  display: flex;
  max-width: 820px;
  margin: 56px auto 0;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

.founder-quote blockquote {
  color: var(--ink);
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.4;
  text-wrap: pretty;
}

.founder-quote .kicker {
  line-height: normal;
}

.founder-quote > p:last-child {
  color: var(--copy);
  font-size: 15px;
  line-height: 1.5;
}

.founder-quote > p:last-child strong {
  color: var(--ink);
  font-weight: 700;
}

.pricing h2 {
  max-width: none;
  text-align: center;
}

.pricing-grid {
  display: grid;
  max-width: 920px;
  margin: 40px auto 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 24px;
}

.price-card {
  padding: 32px;
}

.price-card h3 {
  font-size: 22px;
}

.price-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.price-title > span {
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--mint);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.price-value {
  margin-top: 10px;
  color: var(--ink);
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.price-value--plan {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
}

.price-value small {
  color: var(--copy);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
}

.price-card ul {
  display: flex;
  margin: 22px 0 0;
  padding: 0;
  flex-direction: column;
  gap: 10px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.45;
  list-style: none;
}

.price-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.price-card li img {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  flex: 0 0 18px;
}

.price-card .button {
  width: 100%;
  margin-top: 26px;
  padding-inline: 16px;
  font-size: 16px;
}

.pricing-note {
  margin-top: 18px;
  color: var(--copy);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.faq-inner {
  max-width: 800px;
}

.faq-list {
  display: flex;
  margin-top: 36px;
  flex-direction: column;
  gap: 10px;
}

.faq-list details,
.mobile-accordions details {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--white);
}

.faq-list summary,
.mobile-accordions summary {
  display: flex;
  min-height: 64px;
  padding: 18px 24px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker,
.mobile-accordions summary::-webkit-details-marker {
  display: none;
}

.faq-list summary img,
.mobile-accordions summary img {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  transition: transform 180ms ease;
}

.faq-list details[open] summary img,
.mobile-accordions details[open] summary img {
  transform: rotate(180deg);
}

.faq-list details > p {
  padding: 0 24px 22px;
  color: var(--copy);
  font-size: 17px;
  line-height: 1.6;
}

.closing {
  padding: 0 0 96px;
}

.closing-card {
  display: flex;
  padding: 72px 64px 40px;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
  color: var(--white);
  background: linear-gradient(160deg, #07111d 0%, #0f2847 100%);
  text-align: center;
}

.closing-card .kicker {
  color: var(--green);
  line-height: normal;
}

.closing-card h2 {
  margin-top: 18px;
  color: var(--white);
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.037em;
  line-height: 1.08;
}

.closing-card > p:not(.kicker) {
  margin-top: 14px;
  color: #cbd5e1;
  font-size: 20px;
  line-height: 1.5;
}

.closing-button {
  min-height: 60px;
  margin-top: 32px;
  padding-inline: 32px;
  font-size: 18px;
}

.closing-button img {
  width: 22px;
  height: 22px;
  flex-basis: 22px;
}

.closing-brand {
  display: flex;
  width: 100%;
  margin-top: 56px;
  padding-top: 24px;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.closing-brand img {
  width: auto;
  height: 30px;
}

.closing-brand span {
  color: #cbd5e1;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.site-footer {
  padding: 0 0 40px;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-brand img {
  width: auto;
  height: 36px;
}

.footer-inner nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 700;
}

.footer-inner nav a {
  text-underline-offset: 3px;
}

.footer-consent {
  display: inline-flex;
  min-height: 44px;
  padding: 0;
  align-items: center;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  line-height: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.consent-banner {
  position: fixed;
  z-index: 120;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  width: min(100% - 40px, 980px);
  margin-inline: auto;
  padding: 20px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid rgba(7, 17, 29, 0.14);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 18px 52px rgba(7, 17, 29, 0.2);
}

.consent-banner[hidden],
.tracking-debug[hidden] {
  display: none;
}

.consent-banner strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}

.consent-banner p {
  max-width: 620px;
  margin: 0;
  color: var(--copy);
  font-size: 13px;
  line-height: 1.55;
}

.consent-banner a {
  color: var(--green-dark);
  font-weight: 700;
}

.consent-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.consent-button {
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--green-dark);
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
}

.consent-button--secondary {
  color: var(--green-dark);
  background: var(--white);
}

.consent-button--primary {
  color: var(--white);
  background: var(--green-dark);
}

.tracking-debug {
  position: fixed;
  z-index: 115;
  top: 80px;
  right: 16px;
  width: min(360px, calc(100% - 32px));
  padding: 12px;
  border: 1px solid rgba(7, 17, 29, 0.18);
  border-radius: 10px;
  color: var(--white);
  background: rgba(7, 17, 29, 0.94);
  box-shadow: var(--panel-shadow);
  font-size: 12px;
}

.tracking-debug strong,
.tracking-debug output {
  display: block;
}

.tracking-debug output {
  margin-top: 6px;
  color: #d4e9de;
  white-space: pre-line;
}

.mobile-sticky {
  position: fixed;
  z-index: 90;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  padding: 10px 16px max(10px, env(safe-area-inset-bottom));
  border-top: 1px solid rgba(7, 17, 29, 0.08);
  background: rgba(212, 233, 222, 0.94);
  transform: translateY(110%);
  transition: transform 220ms ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.mobile-sticky .button {
  width: 100%;
  min-height: 52px;
  font-size: 16px;
}

.mobile-sticky.is-visible {
  transform: translateY(0);
}

.will-reveal {
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 420ms ease,
    transform 420ms ease;
}

.will-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes caret-blink {
  0%,
  49% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }
}

@media (max-width: 1100px) and (min-width: 900px) {
  .container {
    width: min(100% - 64px, 960px);
  }

  .hero {
    padding-top: 64px;
  }

  .hero-grid {
    gap: 42px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .product-demo {
    grid-template-columns: minmax(0, 1fr) 176px;
    padding-inline: 18px;
  }

  .use-case-panel {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .tab-list button {
    padding-inline: 15px;
    font-size: 14px;
  }

  .footer-inner nav a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }
}

@media (max-width: 899px) {
  .hero-grid,
  .how-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 32px;
  }

  .how-grid {
    gap: 32px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .product-demo {
    width: min(100%, 680px);
  }

  .pain-grid {
    grid-template-columns: 1fr;
  }

  .phone-wrap {
    margin-top: 6px;
  }

  .desktop-tabs {
    display: none;
  }

  .mobile-accordions {
    display: flex;
    margin-top: 24px;
    flex-direction: column;
    gap: 10px;
  }

  .accordion-content {
    display: flex;
    padding: 0 16px 16px;
    flex-direction: column;
    gap: 12px;
    border-top: 1px solid var(--border);
  }

  .accordion-content .case-question {
    align-self: flex-end;
    margin-top: 14px;
  }

  .accordion-content .source-card {
    padding: 12px 14px;
  }

  .comparison-header {
    display: none;
  }

  .comparison-table {
    display: flex;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    flex-direction: column;
    gap: 10px;
  }

  .comparison-item {
    display: flex;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: var(--white);
    flex-direction: column;
  }

  .comparison-item > * {
    padding: 0;
  }

  .comparison-item > strong {
    padding: 16px 18px 0;
    font-size: 15px;
    line-height: normal;
  }

  .comparison-item > span {
    display: flex;
    padding: 10px 18px 0;
    justify-content: space-between;
    gap: 12px;
    font-size: 14px;
    line-height: 1.4;
    text-align: right;
  }

  .comparison-item > span:last-child {
    margin-top: 6px;
    padding: 6px 18px 15px;
    border-top: 1px solid var(--border);
    background: var(--white);
  }

  .comparison-item > span:last-child img {
    flex: 0 0 18px;
  }

  .comparison-item small {
    display: block;
    flex: 1;
    color: var(--copy);
    font-size: 14px;
    font-weight: 400;
    text-align: left;
  }

  .comparison-item > span:last-child small {
    color: var(--ink);
    font-weight: 700;
  }

  .comparison-note {
    padding: 0;
  }

  .features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .features-grid > :last-child {
    grid-column: 1 / -1;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner nav a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }
}

@media (max-width: 767px) {
  body.has-mobile-sticky {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  .brand-lockup,
  .header-label-desktop {
    display: none;
  }

  .brand-symbol,
  .header-label-mobile {
    display: block;
  }

  .site-header.is-compact .brand-symbol {
    width: 30px;
    height: 30px;
  }

  .header-button {
    padding-inline: 16px;
  }

  .site-header.is-compact .header-button {
    padding-inline: 14px;
  }

  .hero {
    padding: 20px 0 40px;
  }

  .hero-grid {
    gap: 12px;
  }

  .hero h1 {
    margin-top: 14px;
    font-size: 34px;
    line-height: 1.12;
  }

  .hero-lead {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.55;
  }

  .hero-button {
    width: 100%;
    margin-top: 22px;
    padding-inline: 12px;
  }

  .cta-note {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
  }

  .product-demo {
    min-height: 372px;
    padding: 16px;
    grid-template-columns: 1fr;
    gap: 12px;
    box-shadow: var(--soft-shadow);
  }

  .demo-main {
    gap: 12px;
  }

  .question-bubble {
    max-width: 86%;
    min-height: 44px;
    padding: 11px 14px;
    font-size: 15px;
    line-height: 1.45;
  }

  .demo-answer {
    min-height: 70px;
    padding-inline: 2px;
    font-size: 15px;
    line-height: 1.55;
  }

  .demo-status {
    padding: 2px 2px 0;
  }

  .demo-sources {
    display: none;
  }

  .demo-composer > div > span {
    font-size: 14px;
  }

  .proof {
    padding: 0 0 40px;
  }

  .proof-card {
    padding: 18px 18px 14px;
  }

  .proof-grid {
    gap: 12px;
  }

  .proof-grid > div:not(:last-child) {
    padding-right: 12px;
  }

  .proof-grid strong {
    font-size: 24px;
    line-height: 1.1;
  }

  .proof-grid span {
    margin-top: 4px;
    font-size: 12px;
  }

  .proof-card > small {
    margin-top: 12px;
    line-height: 1.4;
  }

  .proof-grid .proof-copy-mobile {
    display: block;
  }

  .proof-grid .proof-copy-desktop {
    display: none;
  }

  .section {
    padding: 56px 0;
  }

  .section h2 {
    font-size: 26px;
    letter-spacing: -0.03em;
    line-height: 1.15;
  }

  .section-heading > p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
  }

  .pain-grid {
    margin-top: 24px;
    gap: 12px;
  }

  .pain-grid .surface-card {
    padding: 20px;
  }

  .surface-card h3 {
    font-size: 19px;
  }

  .surface-card > p {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.5;
  }

  .steps {
    margin-top: 24px;
    gap: 20px;
  }

  .steps li {
    gap: 14px;
  }

  .steps li > span {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
    font-size: 14px;
  }

  .steps h3 {
    font-size: 19px;
  }

  .steps p {
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.5;
  }

  .phone-wrap {
    margin-top: 0;
  }

  .phone {
    width: 250px;
    padding: 10px;
    border-radius: 34px;
    box-shadow: 0 20px 44px rgba(7, 17, 29, 0.2);
  }

  .phone-screen {
    min-height: 398px;
    padding: 56px 12px 12px;
    gap: 10px;
    border-radius: 26px;
  }

  .phone-message {
    max-width: 88%;
    padding: 10px 12px;
    font-size: 13px;
  }

  .phone-input span,
  .phone-input b {
    height: 40px;
  }

  .phone-input b {
    width: 40px;
    flex-basis: 40px;
  }

  .mobile-accordions {
    gap: 10px;
  }

  .mobile-accordions summary {
    min-height: 56px;
    padding: 0 18px;
    font-size: 16px;
  }

  .mobile-accordions summary img {
    width: 18px;
    height: 18px;
  }

  .accordion-content .case-question {
    max-width: 88%;
    padding: 11px 14px;
    font-size: 15px;
    line-height: 1.45;
  }

  .accordion-content > p {
    font-size: 15px;
    line-height: 1.55;
  }

  .case-status {
    gap: 8px;
  }

  .case-status > span {
    gap: 9px;
    font-size: 14px;
  }

  .format-card {
    padding: 14px;
    border-radius: 14px;
  }

  .format-card h3 {
    font-size: 16px;
  }

  .format-card > strong {
    margin-top: 10px;
    font-size: 13px;
  }

  .format-grid {
    margin-top: 8px;
    gap: 8px;
  }

  .format-grid > div {
    padding: 9px 10px;
    border-radius: 10px;
  }

  .format-grid b {
    font-size: 13px;
  }

  .format-grid span {
    margin-top: 2px;
    font-size: 12px;
  }

  .format-actions {
    margin-top: 12px;
    gap: 8px;
  }

  .format-actions span {
    min-height: 40px;
    padding-inline: 14px;
    border-radius: 10px;
    font-size: 13px;
  }

  .centered-cta {
    margin-top: 24px;
  }

  .centered-cta .button {
    width: 100%;
    padding-inline: 12px;
  }

  .features-grid {
    margin-top: 24px;
    gap: 12px;
  }

  .features-grid .surface-card {
    padding: 16px;
  }

  .features-grid .surface-card h3 {
    font-size: 16px;
    line-height: 1.3;
  }

  .features-grid .surface-card p {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.45;
  }

  .comparison-table {
    margin-top: 24px;
  }

  .comparison-note {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.5;
  }

  .testimonials-grid {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .testimonial {
    min-height: 0;
    padding: 20px;
  }

  .testimonial > p {
    margin-top: 0;
    font-size: 15px;
    line-height: 1.55;
  }

  .testimonial footer {
    margin-top: 14px;
  }

  .testimonial footer > span {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    font-size: 13px;
  }

  .testimonial footer strong {
    font-size: 14px;
  }

  .founder-quote {
    margin-top: 36px;
    gap: 12px;
  }

  .founder-quote blockquote {
    font-size: 18px;
    line-height: 1.45;
  }

  .founder-quote > p:last-child {
    max-width: 300px;
    font-size: 14px;
    line-height: 1.45;
  }

  .pricing h2 {
    text-align: left;
  }

  .pricing-grid {
    margin-top: 24px;
    gap: 14px;
  }

  .price-card {
    padding: 22px 20px;
  }

  .price-card h3 {
    font-size: 19px;
  }

  .price-title > span {
    padding: 5px 10px;
  }

  .price-value {
    margin-top: 8px;
    font-size: 34px;
    line-height: 1.1;
  }

  .price-value--plan {
    gap: 8px;
  }

  .price-value small {
    font-size: 14px;
  }

  .price-card ul {
    margin-top: 16px;
    gap: 8px;
    font-size: 15px;
  }

  .price-card .button {
    min-height: 56px;
    margin-top: 20px;
    padding-inline: 10px;
    gap: 8px;
    font-size: 15px;
    white-space: nowrap;
  }

  .pricing-note {
    margin-top: 14px;
    font-size: 14px;
  }

  .faq-list {
    margin-top: 24px;
    gap: 8px;
  }

  .faq-list summary {
    width: calc(100% + 2px);
    min-height: 56px;
    margin-inline: -1px;
    padding: 14px 18px;
    gap: 12px;
    font-size: 16px;
  }

  .faq-list summary img {
    width: 18px;
    height: 18px;
  }

  .faq-list details > p {
    padding: 0 18px 18px;
    font-size: 15px;
    line-height: 1.55;
  }

  .closing {
    padding: 0 0 56px;
  }

  .closing-card {
    padding: 40px 20px 28px;
  }

  .closing-card h2 {
    margin-top: 14px;
    font-size: 30px;
    line-height: 1.12;
  }

  .closing-card > p:not(.kicker) {
    margin-top: 10px;
    font-size: 16px;
  }

  .closing-button {
    width: 100%;
    min-height: 56px;
    margin-top: 24px;
    padding-inline: 10px;
    gap: 8px;
    font-size: 16px;
    white-space: nowrap;
  }

  .closing-brand {
    margin-top: 36px;
    padding-top: 20px;
    gap: 8px;
  }

  .closing-brand img {
    height: 26px;
  }

  .closing-brand span {
    font-size: 12px;
  }

  .site-footer {
    padding: 0 0 32px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .footer-brand {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .footer-brand img {
    height: 32px;
  }

  .footer-inner nav {
    flex-wrap: wrap;
    gap: 0 16px;
    font-size: 13px;
  }

  .footer-inner nav a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }

  .consent-banner {
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    padding: 16px;
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .consent-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mobile-sticky {
    display: block;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  .brand-symbol,
  .header-label-mobile {
    display: none;
  }

  .brand-lockup,
  .header-label-desktop {
    display: block;
  }

  .brand-lockup {
    height: 40px;
  }

  .site-header.is-compact .brand-lockup {
    height: 34px;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .container {
    width: min(100% - 64px, 760px);
  }

  .hero {
    padding: 64px 0 72px;
  }

  .hero h1 {
    max-width: 680px;
    font-size: 48px;
  }

  .product-demo {
    grid-template-columns: minmax(0, 1fr) 200px;
  }

  .section {
    padding: 72px 0;
  }

  .features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 374px) {
  .container {
    width: calc(100% - 32px);
  }

  .header-button {
    padding-inline: 12px;
    font-size: 14px;
  }

  .header-button img {
    display: none;
  }

  .site-header.is-compact .header-button {
    padding-inline: 11px;
    font-size: 13px;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero-button,
  .centered-cta .button,
  .price-card .button,
  .closing-button,
  .mobile-sticky .button {
    font-size: 14px;
  }

  .hero-button img,
  .centered-cta .button img,
  .price-card .button img,
  .closing-button img,
  .mobile-sticky .button img {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  .features-grid {
    gap: 8px;
  }

  .features-grid .surface-card {
    padding: 14px 12px;
  }

  .format-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .format-actions > b {
    display: none;
  }

  .price-value--plan {
    font-size: 31px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto;
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
    transition-duration: 0.01ms;
  }

  .will-reveal {
    opacity: 1;
    transform: none;
  }
}
