:root {
  --ink: #092e25;
  --green: #123f31;
  --lime: #b9f35b;
  --muted: #62756c;
  --line: #dfe9e2;
  --pale: #f4f9f3;
  --soft: #fbfdfb;
  --blue: #193f54;
  --purple: #504075;
  --max: 1480px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  background: #fff;
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
a {
  text-decoration: none;
  color: inherit;
}
.wrap {
  width: min(var(--max), calc(100% - 96px));
  margin-inline: auto;
}
.site-header {
  width: 100%;
  height: 76px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding-inline: max(28px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid #e7eee9;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  position: sticky;
  top: 0;
  z-index: 20;
  overflow: hidden;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  font:
    800 16px/1 "Manrope",
    Arial,
    sans-serif;
  letter-spacing: -0.04em;
}
.brand em {
  font-style: normal;
  color: #78a755;
}
.mark,
.mock-logo {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: var(--lime);
  color: var(--green);
  font:
    800 17px "Manrope",
    Arial,
    sans-serif;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-left: auto;
  min-width: 0;
}
.site-header nav a {
  font-size: 13px;
  font-weight: 700;
  color: #596b63;
  white-space: nowrap;
}
.site-header nav a:hover {
  color: var(--green);
}
.demo-button,
.login-button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 17px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}
.demo-button {
  border: 1px solid #9bb4a6;
  color: var(--green);
  background: #fff;
}
.login-button,
.dark-button {
  border: 1px solid var(--green);
  background: var(--green);
  color: #fff;
}
.outline-button {
  border: 1px solid #7e9e8e;
  background: #fff;
  color: var(--green);
}
.demo-button:hover,
.outline-button:hover {
  background: #f0f7f1;
}
.login-button:hover,
.dark-button:hover {
  background: #205b43;
}
.eyebrow {
  margin: 0 0 16px;
  color: #65964e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.3;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 64px;
  padding-top: 54px;
  padding-bottom: 44px;
  background: radial-gradient(
    circle at 82% 35%,
    #edf8df 0,
    rgba(237, 248, 223, 0.58) 20%,
    transparent 44%
  );
}
.hero h1 {
  max-width: 650px;
  margin: 0 0 22px;
  font:
    800 clamp(52px, 5vw, 74px)/1.03 "Manrope",
    Arial,
    sans-serif;
  letter-spacing: -0.07em;
}
.hero h1 em,
h2 em {
  font-style: normal;
  color: #74a757;
}
.hero-text {
  max-width: 560px;
  margin: 0;
  color: #52675e;
  font-size: 17px;
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}
.trust-line {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 28px 0 0;
  color: #60736a;
  font-size: 12px;
  font-weight: 700;
}
.trust-line span {
  color: #5c9b53;
  font-size: 17px;
}
.trust-line i {
  height: 18px;
  border-left: 1px solid #c7d7cb;
}
.hero-mock {
  position: relative;
  min-width: 0;
  padding: 23px 25px;
  border: 1px solid #dfeae2;
  border-radius: 16px;
  background: linear-gradient(145deg, #fff, #f6fbf3);
  box-shadow: 0 22px 55px rgba(22, 73, 44, 0.12);
}
.hero-mock:before {
  content: "";
  position: absolute;
  right: -38px;
  top: -36px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: #dff1c9;
  filter: blur(32px);
  z-index: -1;
}
.mock-toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #65776f;
  font-size: 13px;
}
.mock-toolbar small {
  margin-left: auto;
  color: #819087;
  font-size: 11px;
}
.mock-title {
  margin-top: 27px;
}
.mock-title small,
.mock-bottom small,
.mock-row small {
  display: block;
  color: #788980;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
}
.mock-title strong {
  display: block;
  margin-top: 5px;
  font:
    800 34px/1.1 "Manrope",
    Arial,
    sans-serif;
}
.mock-title span {
  color: #56934e;
  font-size: 12px;
  font-weight: 800;
}
.mock-chart {
  height: 132px;
  margin: 14px 0 16px;
  border-bottom: 1px solid #e1ebe2;
}
.mock-chart svg {
  width: 100%;
  height: 100%;
}
.mock-chart path {
  fill: none;
  stroke: #6f9f58;
  stroke-width: 3;
}
.mock-chart .fill {
  fill: #dff2c9;
  stroke: none;
}
.mock-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
}
.mock-row div,
.mock-bottom > div {
  min-width: 0;
  padding: 14px;
  border: 1px solid #e5eee7;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.72);
}
.mock-row b {
  display: block;
  margin-top: 5px;
  font-size: 16px;
}
.mock-row span,
.mock-bottom span {
  display: block;
  margin-top: 5px;
  color: #5d9a55;
  font-size: 10px;
}
.mock-bottom {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 12px;
  margin-top: 12px;
}
.mock-bottom b {
  display: block;
  margin-top: 7px;
  font-size: 13px;
}
.mock-bottom b em {
  float: right;
  padding: 4px 7px;
  border-radius: 6px;
  background: #e6f4de;
  color: #438c4e;
  font-size: 10px;
  font-style: normal;
}
.allocation-bar {
  display: flex !important;
  gap: 4px;
  height: 6px;
  margin-top: 12px !important;
}
.allocation-bar i {
  display: block !important;
  height: 6px;
  border-radius: 8px;
  background: #3d884b;
  flex: 7;
}
.allocation-bar i:nth-child(2) {
  background: #82b475;
  flex: 2;
}
.allocation-bar i:nth-child(3) {
  background: #d9dfdb;
  flex: 1;
}
.platforms {
  padding: 23px 0 25px;
  border-top: 1px solid #edf2ee;
  border-bottom: 1px solid var(--line);
  text-align: center;
}
.platforms h3 {
  margin: 0 0 3px;
  font-size: 18px;
}
.platforms p {
  margin: 0 0 19px;
  color: #75867e;
  font-size: 13px;
}
.platform-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.platform-grid > div {
  min-height: 76px;
  display: grid;
  grid-template-columns: 26px 1fr;
  align-content: center;
  column-gap: 8px;
  text-align: left;
  padding: 13px;
  border: 1px solid #e1eae3;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(18, 63, 49, 0.04);
}
.platform-grid b {
  grid-row: span 2;
  align-self: center;
  font-size: 16px;
}
.platform-grid strong {
  font-size: 13px;
}
.platform-grid small {
  color: #809087;
  font-size: 11px;
}
.logo.red {
  color: #e65f51;
}
.logo.orange {
  color: #ef8a2d;
}
.logo.purple {
  color: #885fc1;
}
.logo.violet {
  color: #6673d8;
}
.platform-types {
  margin-top: 14px;
  color: #74857d;
  font-size: 12px;
}
.section {
  padding: 64px 0;
}
.section.pale {
  background: var(--pale);
}
.split {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}
.section-intro h2,
.family-copy h2,
.dark-chat h2,
.center-intro h2,
.partner-grid h2,
.trust-section h2,
.cta h2 {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.06;
  letter-spacing: -0.06em;
}
.section-intro h2 {
  font-size: 48px;
}
.section-intro > p,
.split > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.problem-grid article {
  min-width: 0;
  min-height: 325px;
  padding: 25px 22px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(18, 63, 49, 0.045);
}
.problem-grid article > span {
  display: block;
  color: #82a55b;
  font-size: 14px;
}
.problem-grid article b {
  display: block;
  margin-top: 25px;
  font:
    700 16px/1.2 "Manrope",
    Arial,
    sans-serif;
}
.problem-grid article p {
  color: #687a71;
  font-size: 14px;
  line-height: 1.55;
}
.problem-grid article small {
  display: block;
  margin-top: 20px;
  color: #6b9b64;
  font-size: 12px;
  line-height: 1.45;
}
.flow-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 38px;
  border-top: 1px dashed #c9d9ce;
}
.flow-steps article {
  position: relative;
  min-width: 0;
  padding: 13px 24px 0 0;
}
.flow-steps article:after {
  content: "";
  position: absolute;
  top: 45px;
  right: 18px;
  width: calc(100% - 50px);
  border-top: 1px dashed #c9d9ce;
}
.flow-steps article:last-child:after {
  display: none;
}
.flow-steps span {
  display: block;
  color: #76a255;
  font-size: 11px;
  font-weight: 800;
}
.flow-steps b {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-top: 12px;
  border-radius: 14px;
  background: #eaf7ed;
  color: #30935e;
  font-size: 20px;
}
.flow-steps h3 {
  margin: 18px 0 8px;
  font-size: 16px;
}
.flow-steps p {
  margin: 0;
  color: #6b7d73;
  font-size: 12px;
  line-height: 1.55;
}
.family {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 72px;
  padding-top: 62px;
  padding-bottom: 62px;
}
.family-mock {
  min-width: 0;
  padding: 24px;
  border: 1px solid #deeadf;
  border-radius: 11px;
  background: linear-gradient(135deg, #fff, #f2faef);
  box-shadow: 0 12px 28px rgba(24, 72, 42, 0.06);
}
.family-mock > small {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.family-mock > strong {
  display: block;
  margin-top: 7px;
  font:
    800 30px/1 "Manrope",
    Arial,
    sans-serif;
}
.family-mock > span {
  display: block;
  margin-top: 7px;
  color: #589850;
  font-size: 12px;
}
.family-people {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 17px;
}
.family-people > div {
  min-width: 0;
  padding: 14px 10px;
  border: 1px solid #e4eee5;
  border-radius: 8px;
  background: #fff;
}
.family-people b {
  display: block;
  color: #7ea561;
}
.family-people strong,
.family-people span,
.family-people small {
  display: block;
}
.family-people strong {
  margin-top: 7px;
  font-size: 12px;
}
.family-people span {
  margin-top: 7px;
  font-size: 12px;
  font-weight: 800;
}
.family-people small {
  margin-top: 3px;
  color: #84938b;
  font-size: 10px;
}
.family-copy h2 {
  font-size: 46px;
}
.family-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}
.family-copy ul {
  padding: 0;
  list-style: none;
}
.family-copy li {
  margin: 11px 0;
  color: #62766a;
  font-size: 13px;
}
.family-copy li:before {
  content: "✓";
  margin-right: 10px;
  color: #72a05c;
  font-weight: 800;
}
.dark-chat {
  padding: 54px 0;
  background: linear-gradient(115deg, #062b20, #143e2f);
  color: #fff;
}
.chat-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 64px;
  align-items: center;
}
.dark-chat h2 {
  font-size: 48px;
}
.dark-chat p:not(.eyebrow) {
  color: #bfd2c5;
  font-size: 15px;
  line-height: 1.65;
}
.eyebrow.light {
  color: #a8d86a;
}
.chat-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 26px;
}
.chat-badges span {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 7px;
  color: var(--lime);
  font-size: 15px;
}
.chat-badges b {
  color: #fff;
  font-size: 11px;
}
.chat-badges small {
  grid-column: 2;
  color: #a8c1af;
  font-size: 10px;
}
.conversation {
  min-width: 0;
  padding: 17px;
  border-radius: 10px;
  background: #edf6ec;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}
.question {
  width: max-content;
  max-width: 86%;
  margin-left: auto;
  padding: 10px 13px;
  border-radius: 8px;
  background: #dceaff;
  color: #476477;
  font-size: 11px;
}
.answer {
  margin-top: 9px;
  padding: 17px;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
}
.answer > small {
  color: #719653;
  font-size: 9px;
  font-weight: 800;
}
.answer p {
  color: #55665b;
  font-size: 12px;
  line-height: 1.5;
}
.answer strong {
  font-size: 11px;
}
.answer-row {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px solid #edf2ed;
  font-size: 11px;
}
.answer-row b {
  color: #d35d55;
}
.answer .sources {
  display: block;
  margin-top: 12px;
  color: #88978d;
  font-size: 9px;
}
.center-intro {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.center-intro h2 {
  font-size: 40px;
}
.center-intro p:last-child {
  color: var(--muted);
  font-size: 16px;
}
.comparison {
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}
.comparison > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  border-bottom: 1px solid #e7eee8;
}
.comparison > div:last-child {
  border-bottom: 0;
}
.comparison span,
.comparison strong,
.comparison-head b {
  padding: 13px 17px;
  font-size: 12px;
}
.comparison span {
  color: #6f8178;
}
.comparison strong {
  color: #3e7049;
}
.comparison-head {
  background: #f1f7ef;
}
.comparison-head .highlight {
  background: #7da654;
  color: #fff;
}
.partner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding-top: 58px;
  padding-bottom: 26px;
}
.partner-grid article {
  min-width: 0;
  padding: 30px;
  border: 1px solid #d9e9d5;
  border-radius: 11px;
  background: linear-gradient(140deg, #f5faee, #e6f4df);
}
.partner-grid article:nth-child(2) {
  background: linear-gradient(140deg, #f1f8ef, #e7f3ed);
}
.partner-grid h2 {
  font-size: 32px;
}
.partner-grid p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}
.trust-section {
  padding: 60px 0;
  background: #f1f8ee;
  color: var(--ink);
}
.trust-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: center;
}
.trust-section h2 {
  font-size: 45px;
}
.trust-section .section-intro > p:not(.eyebrow) {
  color: #66796e;
  font-size: 16px;
}
.trust-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}
.trust-stack > div {
  min-height: 120px;
  display: grid;
  grid-template-columns: 25px 1fr;
  align-content: center;
  gap: 4px 10px;
  padding: 20px;
  border: 1px solid #dbe8dc;
  border-radius: 10px;
  background: #fff;
}
.trust-stack > div:nth-child(2) {
  background: var(--blue);
  color: #fff;
}
.trust-stack > div:nth-child(3) {
  background: var(--purple);
  color: #fff;
}
.trust-stack > div b {
  grid-row: 1/3;
  color: var(--lime);
  font-size: 18px;
}
.trust-stack strong {
  font-size: 14px;
}
.trust-stack span {
  color: #708279;
  font-size: 11px;
}
.trust-stack > div:nth-child(2) span,
.trust-stack > div:nth-child(3) span {
  color: #b7c9c1;
}
.cta {
  padding: 62px 20px 70px;
  text-align: center;
  background: #dff1c9;
}
.cta h2 {
  font-size: 54px;
}
.cta > p:not(.eyebrow) {
  color: #5d7564;
  font-size: 16px;
}
.cta .button {
  margin-top: 14px;
}
footer {
  width: 100%;
  display: grid;
  grid-template-columns: 1.3fr 0.75fr 0.85fr 1.8fr;
  gap: 38px;
  padding: 35px max(28px, calc((100vw - var(--max)) / 2)) 22px;
  background: #062d22;
  color: #bcd0c3;
  font-size: 12px;
}
footer > div {
  min-width: 0;
}
footer > div:first-child {
  display: block;
}
footer .brand {
  margin-bottom: 10px;
  color: #fff;
  font-size: 15px;
}
footer > div > small {
  display: block;
  max-width: 250px;
  line-height: 1.55;
}
footer > div:not(:first-child) {
  display: grid;
  align-content: start;
  gap: 7px;
}
footer > div b {
  margin-bottom: 4px;
  color: #a7d568;
  font-size: 12px;
}
footer > div a {
  color: #c1d4c8;
}
footer > div a:hover {
  color: var(--lime);
}
footer .copyright {
  grid-column: 1/-1;
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #91aa9b;
  font-size: 10px;
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .site-header {
    padding-inline: 24px;
  }
  .site-header nav {
    gap: 14px;
  }
  .site-header nav a {
    font-size: 11px;
  }
  .hero {
    gap: 34px;
  }
  .hero h1 {
    font-size: clamp(48px, 5.6vw, 64px);
  }
  .split {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 35px;
  }
  .problem-grid article {
    padding: 22px 17px;
  }
  .flow-steps article {
    padding-right: 13px;
  }
  .chat-layout,
  .trust-layout {
    gap: 35px;
  }
  footer {
    padding-inline: 32px;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
  }
}
@media (max-width: 780px) {
  .site-header nav,
  .site-header .demo-button {
    display: none;
  }
  .site-header .login-button {
    margin-left: auto;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 43px;
    padding-bottom: 36px;
  }
  .hero h1 {
    font-size: clamp(46px, 10vw, 64px);
  }
  .hero-mock {
    width: 100%;
  }
  .split,
  .family,
  .chat-layout,
  .trust-layout {
    grid-template-columns: 1fr;
  }
  .split {
    gap: 30px;
  }
  .problem-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flow-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
  .flow-steps article:after {
    display: none;
  }
  .family {
    gap: 34px;
  }
  .partner-grid {
    grid-template-columns: 1fr;
  }
  .trust-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .chat-badges {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .site-header {
    height: 68px;
    padding-inline: 16px;
  }
  .brand {
    font-size: 14px;
  }
  .mark {
    width: 29px;
    height: 29px;
  }
  .wrap {
    width: calc(100% - 32px);
  }
  .hero h1 {
    font-size: 42px;
  }
  .hero-text {
    font-size: 15px;
  }
  .hero-actions {
    flex-direction: column;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-mock {
    padding: 17px;
  }
  .mock-toolbar small {
    display: none;
  }
  .mock-title strong {
    font-size: 28px;
  }
  .mock-chart {
    height: 105px;
  }
  .mock-row {
    grid-template-columns: 1fr;
  }
  .mock-bottom {
    grid-template-columns: 1fr;
  }
  .platform-grid {
    grid-template-columns: 1fr 1fr;
  }
  .platform-grid > div:last-child {
    grid-column: 1/-1;
  }
  .platform-types {
    line-height: 2;
  }
  .section {
    padding: 50px 0;
  }
  .section-intro h2,
  .family-copy h2,
  .trust-section h2 {
    font-size: 36px;
  }
  .problem-grid,
  .flow-steps {
    grid-template-columns: 1fr;
  }
  .problem-grid article {
    min-height: 0;
    padding: 22px;
  }
  .family-people {
    grid-template-columns: 1fr;
  }
  .dark-chat {
    padding: 48px 0;
  }
  .dark-chat h2 {
    font-size: 38px;
  }
  .chat-badges {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .comparison {
    overflow-x: auto;
  }
  .comparison > div {
    min-width: 620px;
  }
  .trust-stack {
    grid-template-columns: 1fr;
  }
  .cta h2 {
    font-size: 42px;
  }
  footer {
    grid-template-columns: 1fr;
    padding: 30px 18px 20px;
    gap: 22px;
  }
  footer .copyright {
    grid-column: 1;
  }
}

/* Final readability pass for public website content. */
body {
  font-size: 17px;
}
.site-header nav a {
  font-size: 14px;
}
.demo-button,
.login-button,
.button {
  font-size: 14px;
}
.platforms h3 {
  font-size: 20px;
}
.platforms p {
  font-size: 14px;
}
.platform-grid strong {
  font-size: 15px;
}
.platform-grid small {
  font-size: 12px;
}
.platform-types {
  font-size: 13px;
}
.hero-text {
  font-size: 18px;
  line-height: 1.65;
}
.trust-line {
  font-size: 13px;
}
.mock-toolbar {
  font-size: 14px;
}
.mock-toolbar small {
  font-size: 12px;
}
.mock-title small,
.mock-bottom small,
.mock-row small {
  font-size: 11px;
}
.mock-title strong {
  font-size: 36px;
}
.mock-title span {
  font-size: 13px;
}
.mock-row b {
  font-size: 17px;
}
.mock-row span,
.mock-bottom span {
  font-size: 11px;
}
.mock-bottom b {
  font-size: 14px;
}
.problem-grid article b {
  font-size: 18px;
}
.problem-grid article p {
  font-size: 15px;
  line-height: 1.6;
}
.problem-grid article small {
  font-size: 13px;
}
.flow-steps h3 {
  font-size: 18px;
}
.flow-steps p {
  font-size: 14px;
  line-height: 1.6;
}
.flow-steps span {
  font-size: 12px;
}
.family-copy > p:not(.eyebrow) {
  font-size: 17px;
}
.family-copy li {
  font-size: 14px;
}
.family-people strong {
  font-size: 13px;
}
.family-people span {
  font-size: 13px;
}
.dark-chat p:not(.eyebrow) {
  font-size: 17px;
}
.chat-badges b {
  font-size: 13px;
}
.chat-badges small {
  font-size: 11px;
}
.question {
  font-size: 13px;
}
.answer p {
  font-size: 14px;
}
.answer strong,
.answer-row {
  font-size: 13px;
}
.answer .sources {
  font-size: 10px;
}
.center-intro p:last-child {
  font-size: 17px;
}
.comparison span,
.comparison strong,
.comparison-head b {
  font-size: 14px;
}
.comparison > div {
  min-height: 53px;
}
.partner-grid p:not(.eyebrow) {
  font-size: 15px;
}
.trust-section .section-intro > p:not(.eyebrow) {
  font-size: 17px;
}
.trust-stack strong {
  font-size: 15px;
}
.trust-stack span {
  font-size: 12px;
}
.cta > p:not(.eyebrow) {
  font-size: 17px;
}
footer {
  font-size: 13px;
}
footer > div b {
  font-size: 13px;
}
@media (max-width: 560px) {
  body {
    font-size: 16px;
  }
  .hero-text {
    font-size: 16px;
  }
  .problem-grid article p {
    font-size: 14px;
  }
  .flow-steps p {
    font-size: 13px;
  }
  .dark-chat p:not(.eyebrow) {
    font-size: 16px;
  }
  .comparison span,
  .comparison strong,
  .comparison-head b {
    font-size: 13px;
  }
  .comparison > div {
    min-height: 50px;
  }
}

/* Persistent shared header for every public website section. */
html {
  scroll-padding-top: 88px;
}
.site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
body {
  padding-top: 76px;
}
main section {
  scroll-margin-top: 92px;
}
@media (max-width: 560px) {
  body {
    padding-top: 68px;
  }
  html {
    scroll-padding-top: 78px;
  }
  main section {
    scroll-margin-top: 78px;
  }
}

/* Platform section typography: larger, easier-to-scan public landing-page content. */
.platforms h3 { font-size: 23px; }
.platforms p { font-size: 16px; }
.platform-grid strong { font-size: 17px; }
.platform-grid small { font-size: 14px; }
.platform-types { font-size: 15px; }
@media (max-width: 560px) {
  .platforms h3 { font-size: 21px; }
  .platforms p { font-size: 15px; }
  .platform-grid strong { font-size: 16px; }
  .platform-grid small { font-size: 13px; }
  .platform-types { font-size: 14px; }
}
/* Larger typography for the public flow and family portfolio sections. */
.flow-steps h3 { font-size: 22px; }
.flow-steps p { font-size: 16px; line-height: 1.6; }
.flow-steps span { font-size: 14px; }
.family-mock > strong { font-size: 36px; }
.family-mock > span { font-size: 14px; }
.family-people strong { font-size: 16px; }
.family-people span { font-size: 15px; }
.family-people small { font-size: 13px; }
@media (max-width: 560px) {
  .flow-steps h3 { font-size: 20px; }
  .flow-steps p { font-size: 15px; }
  .flow-steps span { font-size: 13px; }
  .family-mock > strong { font-size: 32px; }
  .family-people strong { font-size: 15px; }
  .family-people span { font-size: 14px; }
  .family-people small { font-size: 12px; }
}
/* Larger typography for the public comparison section. */
.center-intro h2 { font-size: 48px; }
.center-intro p:last-child { font-size: 20px; }
.comparison span,
.comparison strong { font-size: 17px; }
.comparison-head b { font-size: 18px; }
.comparison > div { min-height: 68px; }
@media (max-width: 560px) {
  .center-intro h2 { font-size: 38px; }
  .center-intro p:last-child { font-size: 17px; }
  .comparison span,
  .comparison strong { font-size: 15px; }
  .comparison-head b { font-size: 16px; }
  .comparison > div { min-height: 60px; }
}