:root {
  --ink: #625f59;
  --ink-strong: #403d39;
  --muted: #8c877f;
  --page-bg: #faf8f3;
  --paper: #f8f5ef;
  --panel: #ffffff;
  --line: rgba(70, 65, 58, 0.105);
  --rose: #f8edf2;
  --blue: #eaf4f2;
  --lavender: #f1edf8;
  --hero-lavender: #ece5fb;
  --hero-rose: #fbe4f2;
  --hero-mint: #e4f3f0;
  --green: #334a3e;
  --purple: #7a4df0;
  --purple-soft: #f3efff;
  --shadow: 0 18px 48px rgba(68, 61, 53, 0.095);
  --soft-shadow: 0 10px 28px rgba(68, 61, 53, 0.055);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--page-bg);
  font-family: "Inter", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

a {
  color: inherit;
  text-decoration: none;
}

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

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

.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;
}

.page-shell {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0 0 34px;
}

.hero-panel,
.landing-section,
.privacy-section,
.download-section {
  border-radius: 24px;
}

.hero-panel {
  min-height: 1010px;
  padding: 18px 24px 28px;
  overflow: hidden;
  position: relative;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(236, 229, 251, 0.98) 0%, rgba(251, 228, 242, 0.98) 38%, rgba(228, 243, 240, 0.72) 68%, var(--page-bg) 88%, var(--page-bg) 100%),
    linear-gradient(105deg, rgba(122, 77, 240, 0.2) 0%, rgba(251, 228, 242, 0.1) 44%, rgba(88, 176, 165, 0.16) 100%),
    linear-gradient(258deg, rgba(255, 255, 255, 0.2) 0%, rgba(238, 185, 222, 0.34) 42%, rgba(255, 255, 255, 0) 82%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 700;
  color: #6c6570;
}

.top-links {
  display: flex;
  gap: 28px;
}

.top-links a {
  opacity: 0.8;
  transition: opacity 160ms ease, color 160ms ease;
}

.top-links a:hover {
  opacity: 1;
  color: var(--ink-strong);
}

.brand-mark-link {
  display: grid;
  place-items: center;
}

.brand-mark {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.mini-button {
  justify-self: end;
  padding: 9px 18px;
  border-radius: 999px;
  color: var(--ink-strong);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9), 0 12px 30px rgba(98, 70, 126, 0.12);
}

.hero-copy {
  width: min(680px, 100%);
  margin: 46px auto 0;
  text-align: center;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  color: #463f46;
  font-family: "Libre Baskerville", Georgia, serif;
  letter-spacing: 0;
}

h1 {
  max-width: 620px;
  margin: 14px auto 14px;
  font-size: clamp(48px, 5.85vw, 72px);
  line-height: 0.96;
  font-weight: 700;
}

.hero-copy p {
  max-width: 520px;
  margin: 0 auto 20px;
  color: #817586;
  font-size: 17px;
  line-height: 1.5;
}

.email-form {
  display: flex;
  align-items: center;
  width: min(415px, 100%);
  height: 48px;
  margin: 0 auto 12px;
  padding: 5px 5px 5px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.86), 0 16px 34px rgba(105, 72, 125, 0.16), 0 0 0 8px rgba(93, 57, 124, 0.045);
}

.email-form input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  color: var(--ink-strong);
  background: transparent;
  font-size: 14px;
}

.email-form button,
.modal-submit {
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #8e61f4 0%, #7042df 100%);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 8px 18px rgba(122, 77, 240, 0.24);
}

.email-form button {
  height: 38px;
  padding: 0 18px;
}

.microcopy {
  color: #8d838e;
  font-size: 11px;
  font-weight: 700;
}

.product-stage {
  position: relative;
  width: min(930px, 100%);
  height: 500px;
  margin: -24px auto 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.laptop {
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 760px;
  z-index: 1;
  transform: translateX(-55%);
}

.laptop-screen {
  height: 420px;
  padding: 12px;
  border: 10px solid #161512;
  border-radius: 24px 24px 14px 14px;
  background: #ebe6dc;
  box-shadow: 0 18px 38px rgba(54, 49, 42, 0.16);
}

.laptop-base {
  width: 850px;
  height: 16px;
  margin-left: -45px;
  border-radius: 0 0 34px 34px;
  background: linear-gradient(90deg, #37342d, #d3c7aa 24%, #f0e7d2 50%, #34312c);
  box-shadow: 0 6px 14px rgba(40, 35, 28, 0.14);
}

.browser-bar {
  display: flex;
  gap: 7px;
  height: 22px;
  padding: 7px 10px;
  border-radius: 9px 9px 0 0;
  background: #f7f4ee;
}

.browser-bar span,
.mock-top span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d4cdc2;
}

.dashboard-screenshot {
  display: block;
  width: 100%;
  height: calc(100% - 22px);
  object-fit: fill;
  border-radius: 0 0 10px 10px;
  background: #fbfaf7;
}

.laptop-screen > .app-frame {
  display: none;
}

.app-frame {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) 170px;
  height: calc(100% - 22px);
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  background: #fbfaf7;
}

.app-sidebar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 14px;
  color: #817c73;
  background: #f6f4ef;
  font-size: 11px;
  font-weight: 700;
}

.app-logo-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--ink-strong);
}

.app-logo-row img {
  width: 18px;
  height: 18px;
}

.app-sidebar .active {
  padding: 9px 10px;
  color: #fff;
  border-radius: 9px;
  background: var(--purple);
  box-shadow: 0 8px 18px rgba(122, 77, 240, 0.2);
}

.app-main {
  min-width: 0;
  padding: 18px 16px;
  border-right: 1px solid #eee9df;
}

.dashboard-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

.dashboard-top span,
.metric-grid span,
.panel-head span,
.insight-label {
  display: block;
  color: #9a9389;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.dashboard-top strong,
.panel-head strong,
.metric-grid strong,
.resident-row strong,
.call-slot strong,
.insight-panel h3,
.mock-card h4 {
  display: block;
  color: #4b4741;
  font-size: 12px;
  line-height: 1.18;
}

.dashboard-top button {
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  color: #fff;
  background: var(--purple);
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 13px;
}

.metric-grid article,
.resident-panel,
.schedule-panel {
  border: 1px solid rgba(70, 65, 58, 0.075);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(68, 61, 53, 0.035);
}

.metric-grid article {
  min-height: 72px;
  padding: 11px;
}

.metric-grid strong {
  margin: 5px 0 3px;
  font-size: 23px;
  letter-spacing: 0;
}

.metric-grid small {
  color: #7f9788;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.25;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(0, 0.9fr);
  gap: 12px;
}

.resident-panel,
.schedule-panel {
  padding: 13px;
}

.panel-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
  margin-bottom: 10px;
}

.panel-head strong,
.panel-head span,
.dashboard-top strong,
.metric-grid span {
  overflow-wrap: normal;
  word-break: normal;
}

.schedule-panel .panel-head {
  grid-template-columns: 1fr;
  gap: 2px;
}

.schedule-panel .panel-head strong {
  white-space: nowrap;
}

.resident-row {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  border-top: 1px solid rgba(70, 65, 58, 0.07);
}

.resident-row img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}

.resident-row span,
.call-slot span,
.insight-panel p,
.insight-panel small {
  color: #8f877d;
  font-size: 10px;
  line-height: 1.35;
}

.resident-row strong,
.resident-row span,
.call-slot strong,
.insight-panel h3,
.insight-panel p {
  overflow: hidden;
  text-overflow: ellipsis;
}

.resident-row strong,
.resident-row span {
  white-space: nowrap;
}

.resident-row em {
  color: var(--purple);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.call-slot {
  display: grid;
  gap: 3px;
  padding: 10px 0;
  border-top: 1px solid rgba(70, 65, 58, 0.07);
}

.call-slot strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.call-slot span {
  color: var(--purple);
  font-weight: 900;
}

.muted-slot {
  opacity: 0.72;
}

.insight-panel {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 16px 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
}

.family-note-card + .family-note-card {
  padding-top: 14px;
  border-top: 1px solid rgba(70, 65, 58, 0.08);
}

.insight-panel h3 {
  display: -webkit-box;
  margin-bottom: 9px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.insight-panel p {
  color: #766f66;
  display: -webkit-box;
  font-size: 10px;
  line-height: 1.45;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mini-meter {
  height: 7px;
  margin: 12px 0 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #ece7de;
}

.mini-meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--purple);
}

.phone-reference {
  position: absolute;
  right: -2px;
  bottom: 4px;
  width: 218px;
  height: auto;
  z-index: 2;
  filter: drop-shadow(0 16px 26px rgba(43, 38, 32, 0.18));
}

.quote-strip {
  padding: 58px 0 64px;
  overflow: hidden;
}

.section-kicker {
  width: min(980px, 100%);
  margin: 0 auto 34px;
  text-align: left;
  color: #8c867d;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.18;
}

.quote-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  width: min(980px, 100%);
  margin: 0 auto 46px;
}

.quote-cards article {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 310px;
  padding: 34px 34px 30px;
  border: 1px solid rgba(70, 65, 58, 0.08);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 42px rgba(72, 64, 55, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.quote-cards p {
  position: relative;
  margin-bottom: 26px;
  color: #6f6961;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 600;
  line-height: 1.36;
}

.quote-cards p::before {
  content: "“";
  position: absolute;
  top: -10px;
  left: -18px;
  color: rgba(114, 107, 99, 0.18);
  font-family: Georgia, serif;
  font-size: 52px;
  line-height: 1;
}

.quote-cards div {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  color: #8c867d;
  font-size: 13px;
  font-weight: 800;
}

.quote-cards img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 20px rgba(72, 64, 55, 0.14);
}

.quote-cards div span {
  padding-top: 0;
}

.logo-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  color: #aaa39a;
  font-size: 15px;
  font-weight: 800;
}

.press-row {
  display: grid;
  gap: 16px;
  width: min(980px, 100%);
  margin: 34px auto 0;
  padding: 0;
  color: #8f887f;
  text-align: center;
}

.press-heading {
  color: #6f6961;
  font-size: 16px;
  font-weight: 900;
}

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

.press-links a {
  display: grid;
  gap: 7px;
  padding: 16px 18px;
  border: 1px solid rgba(90, 86, 79, 0.11);
  border-radius: 12px;
  color: #625f59;
  text-align: left;
  background: rgba(255, 255, 255, 0.58);
}

.press-links a span {
  color: #9b958c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.press-links a strong {
  color: #5f5a52;
  font-size: 14px;
  line-height: 1.28;
}

.landing-section {
  padding: 64px 66px;
  margin-bottom: 14px;
}

.section-copy.centered {
  text-align: center;
  width: min(560px, 100%);
  margin: 0 auto 38px;
}

.section-copy h2,
.faq-heading h2,
.download-section h2,
.privacy-copy h2,
.benefits-copy h2 {
  margin-bottom: 10px;
  font-size: clamp(36px, 4.7vw, 54px);
  line-height: 1.02;
}

.section-copy p,
.benefits-copy p,
.privacy-copy p,
.faq-heading p {
  color: #8c867d;
  line-height: 1.55;
}

.how-section {
  width: 100%;
  margin: 0 0 14px;
  border-radius: 0;
  background: transparent;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  width: min(980px, calc(100% - 28px));
  margin: 0 auto;
  text-align: center;
}

.steps-grid article {
  position: relative;
}

.steps-grid article + article::before {
  content: "";
  position: absolute;
  top: 28px;
  left: -18px;
  width: 12px;
  height: 1px;
  background: #cfc7be;
}

.steps-grid img {
  width: 40px;
  height: 40px;
  padding: 8px;
  margin: 0 auto 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.68);
  filter: grayscale(1);
  opacity: 0.64;
}

.steps-grid h3,
.limitation-copy h3,
.privacy-list h3,
.benefits-list h3,
.companion-card h3 {
  color: var(--ink-strong);
  font-size: 17px;
  line-height: 1.15;
}

.steps-grid p {
  margin-bottom: 0;
  color: #918b83;
  font-size: 13px;
  line-height: 1.45;
}

.limitations-section {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto 14px;
  padding-top: 70px;
  padding-bottom: 78px;
  background: rgba(234, 244, 242, 0.74);
}

.operations-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 52px;
  width: min(1180px, calc(100% - 28px));
  margin: 16px auto 14px;
  border-radius: 24px;
  background: #f5f2ec;
}

.operations-copy h2 {
  margin-bottom: 12px;
  color: var(--ink-strong);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(32px, 3.6vw, 46px);
  line-height: 1.02;
}

.operations-copy p {
  color: #837d74;
  font-size: 15px;
  line-height: 1.55;
}

.operations-list {
  display: grid;
  gap: 14px;
}

.operations-list article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(93, 90, 85, 0.085);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--soft-shadow);
}

.operations-list img,
.family-memory-grid img {
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 12px;
  background: #fff;
  object-fit: contain;
  box-shadow: var(--soft-shadow);
  filter: grayscale(1);
  opacity: 0.68;
}

.operations-list h3,
.family-memory-grid h3 {
  margin-bottom: 6px;
  color: var(--ink-strong);
  font-size: 16px;
  line-height: 1.15;
}

.operations-list p,
.family-memory-grid p {
  margin-bottom: 0;
  color: #827b72;
  font-size: 12px;
  line-height: 1.42;
}

.family-memory-section {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto 14px;
  padding-top: 54px;
  padding-bottom: 56px;
  background: rgba(241, 237, 248, 0.68);
}

.family-memory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}

.family-memory-grid article {
  min-height: 132px;
  padding: 17px;
  border: 1px solid rgba(105, 93, 120, 0.085);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 26px rgba(83, 73, 95, 0.055);
}

.family-memory-grid img {
  margin-bottom: 12px;
}

.limitation-list {
  display: grid;
  gap: 96px;
}

.limitation-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  align-items: center;
  gap: 42px;
}

.limitation-copy {
  max-width: 470px;
}

.label {
  display: block;
  margin-bottom: 9px;
  color: #9b958c;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.limitation-copy h3 {
  margin-bottom: 10px;
  font-size: clamp(25px, 2.35vw, 32px);
  line-height: 1.1;
}

.limitation-copy p {
  color: #786f67;
  font-size: 14px;
  line-height: 1.5;
}

.limitation-copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 30px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
  color: #7d766e;
  font-size: 14px;
  font-weight: 800;
}

.limitation-copy li::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border-radius: 50%;
  vertical-align: -4px;
  background: #dbe4e1;
}

.mock-card,
.call-preview-card,
.browser-mock,
.ask-card {
  border: 1px solid rgba(93, 90, 85, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.mock-card {
  padding: 16px;
}

.call-preview-card {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 190px;
  padding: 20px 22px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(249, 247, 242, 0.78) 100%);
}

.call-visual {
  position: relative;
  display: grid;
  place-items: center;
  width: 108px;
  height: 108px;
  margin-bottom: 12px;
}

.call-visual > span {
  position: absolute;
  border: 1px solid rgba(122, 77, 240, 0.18);
  border-radius: 50%;
}

.call-visual > span:first-child {
  inset: 6px;
  background: rgba(122, 77, 240, 0.045);
}

.call-visual > span:nth-child(2) {
  inset: 20px;
  background: rgba(122, 77, 240, 0.07);
}

.call-avatar {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  padding: 4px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 18px rgba(80, 73, 64, 0.12);
}

.call-avatar img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.call-preview-card h4 {
  margin: 0 0 10px;
  color: var(--ink-strong);
  font-size: 20px;
}

.call-wave {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 26px;
  margin-bottom: 14px;
}

.call-wave span {
  width: 6px;
  border-radius: 999px;
  background: rgba(122, 77, 240, 0.42);
}

.call-wave span:nth-child(1),
.call-wave span:nth-child(4) {
  height: 12px;
}

.call-wave span:nth-child(2) {
  height: 23px;
}

.call-wave span:nth-child(3) {
  height: 17px;
}

.call-actions {
  display: flex;
  gap: 16px;
}

.call-actions span {
  position: relative;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #e5dfd8;
}

.decline-call::before,
.decline-call::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #7f776e;
}

.decline-call::before {
  transform: rotate(45deg);
}

.decline-call::after {
  transform: rotate(-45deg);
}

.call-actions span:last-child {
  background: var(--purple);
}

.accept-call img {
  width: 23px;
  height: 23px;
  filter: brightness(0) invert(1);
  opacity: 0.96;
}

.mock-top {
  display: flex;
  gap: 7px;
  margin-bottom: 16px;
}

.transcript-card h4 {
  margin: 0 0 12px;
}

.transcript-card p,
.ask-card p {
  color: #716b63;
  font-size: 14px;
  line-height: 1.5;
}

.summary-lines {
  display: grid;
  gap: 9px;
  margin-top: 20px;
}

.summary-lines span {
  height: 9px;
  border-radius: 999px;
  background: #d8e1de;
}

.summary-lines span:nth-child(2) {
  width: 78%;
}

.summary-lines span:nth-child(3) {
  width: 58%;
}

.browser-mock {
  height: 210px;
  padding: 14px;
}

.empty-state {
  display: grid;
  place-items: center;
  height: 150px;
  border-radius: 8px;
  color: #9a938a;
  background: #f5f7f6;
  font-size: 12px;
  font-weight: 800;
}

.empty-state img {
  width: 66px;
  margin-bottom: 10px;
  opacity: 0.48;
}

.ask-card {
  padding: 18px;
  background: #fff;
}

.ask-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: -4px auto 14px;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  color: #5d3bc0;
  background: #f2edff;
  font-size: 12px;
  font-weight: 900;
}

.ask-header img {
  width: 16px;
}

.answer {
  padding: 14px;
  border-radius: 10px;
  color: #6f6961;
  background: #f6f4ef;
  font-size: 13px;
  line-height: 1.48;
}

.companions-section {
  display: none;
}

.companions-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 36px) / 3);
  gap: 18px;
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding: 4px 4px 22px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.companions-grid::-webkit-scrollbar {
  display: none;
}

.companion-card {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(105, 93, 120, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  scroll-snap-align: start;
}

.companion-visual img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
}

.companion-meta h3 {
  margin-bottom: 6px;
}

.companion-body p {
  margin-bottom: 16px;
  color: #746d66;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.48;
}

.companion-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.companion-tags span {
  padding: 7px 10px;
  border-radius: 999px;
  color: #877d74;
  background: #f7f4ef;
  font-size: 11px;
  font-weight: 800;
}

.privacy-section {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  gap: 36px;
  width: min(1180px, calc(100% - 28px));
  min-height: 240px;
  margin: 0 auto 34px;
  padding: 36px 58px;
  color: rgba(255, 255, 255, 0.76);
  background: linear-gradient(135deg, #334a3e 0%, #2f463b 100%);
}

.privacy-copy h2 {
  color: #f3f0e8;
}

.privacy-copy p {
  color: rgba(255, 255, 255, 0.68);
}

.privacy-list {
  display: grid;
  gap: 12px;
}

.privacy-list article,
.benefits-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: start;
}

.privacy-list img,
.benefits-list img {
  width: 36px;
  height: 36px;
  padding: 9px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  object-fit: contain;
  filter: grayscale(1);
}

.privacy-list h3 {
  margin-bottom: 5px;
  color: #f7f3ec;
}

.privacy-list p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.45;
}

.benefits-section {
  position: relative;
  width: min(1180px, 100%);
  min-height: 0;
  margin: 0 auto 30px;
  padding: 72px 20px 56px;
}

.benefits-copy {
  width: min(680px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}

.benefits-list {
  display: grid;
  gap: 21px;
}

.benefits-list img {
  background: #fff;
  box-shadow: var(--soft-shadow);
  opacity: 0.62;
}

.benefits-list h3 {
  margin-bottom: 4px;
}

.benefits-list p {
  margin-bottom: 0;
  color: #8c867d;
  font-size: 13px;
  line-height: 1.45;
}

.download-section {
  display: grid;
  place-items: center;
  width: min(1180px, calc(100% - 28px));
  min-height: 400px;
  margin: 0 auto 76px;
  padding: 60px 20px;
  border: 1px solid rgba(70, 65, 58, 0.075);
  border-radius: 24px;
  text-align: center;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 14px 34px rgba(80, 73, 64, 0.045);
}

.download-section h2 {
  width: min(680px, 100%);
  margin-bottom: 28px;
}

.video-link {
  margin-top: 14px;
  color: #8b837a;
  font-size: 12px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 74px;
  width: min(980px, 100%);
  margin: 0 auto 112px;
}

.faq-heading h2 {
  margin-bottom: 8px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  border: 1px solid rgba(70, 65, 58, 0.085);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 6px 16px rgba(80, 73, 64, 0.035);
}

.faq-item summary {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 17px;
  color: #6c655d;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  color: #aaa39a;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin: -4px 18px 18px;
  color: #8c867d;
  font-size: 13px;
  line-height: 1.5;
}

.landing-footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  gap: 60px;
  width: min(980px, 100%);
  margin: 0 auto;
  padding-bottom: 24px;
  color: #948e85;
  font-size: 12px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--ink-strong);
}

.footer-brand img {
  width: 22px;
}

.landing-footer .mini-button {
  display: inline-flex;
  margin-top: 8px;
}

.landing-footer nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 28px;
}

.company p {
  margin-bottom: 6px;
}

.demo-modal {
  width: min(760px, calc(100% - 28px));
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: transparent;
}

.demo-modal::backdrop {
  background: rgba(30, 28, 24, 0.36);
  backdrop-filter: blur(8px);
}

.demo-modal-card {
  position: relative;
  padding: 30px;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}

.demo-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #f2eee7;
  color: #777168;
  cursor: pointer;
}

.demo-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.demo-form-head,
.demo-form-full,
.demo-form-submit,
.modal-submit {
  grid-column: 1 / -1;
}

.demo-form-head h3 {
  margin: 0 0 8px;
  color: var(--ink-strong);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 38px;
}

.demo-form-head p {
  color: #8c867d;
}

.demo-form label {
  display: grid;
  gap: 7px;
  color: #777168;
  font-size: 12px;
  font-weight: 900;
}

.demo-form input,
.demo-form select,
.demo-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 13px;
  color: var(--ink-strong);
  background: #fbfaf7;
  outline: 0;
}

.modal-submit {
  height: 46px;
}

@media (max-width: 980px) {
  .hero-panel {
    min-height: auto;
  }

  .product-stage {
    height: 470px;
    margin-top: 34px;
  }

  .laptop {
    left: 50%;
    width: 700px;
    transform: translateX(-58%);
  }

  .phone-reference {
    right: -4px;
    width: 198px;
  }

  .quote-cards,
  .family-memory-grid {
    grid-template-columns: 1fr;
  }

  .landing-section {
    padding: 70px 26px;
  }

  .steps-grid,
  .limitation-list article,
  .operations-section,
  .privacy-section,
  .benefits-section,
  .faq-section,
  .landing-footer {
    grid-template-columns: 1fr;
  }

  .steps-grid article + article::before {
    display: none;
  }

  .limitation-list article {
    gap: 28px;
  }

  .operations-section {
    gap: 34px;
  }

  .companions-grid {
    grid-auto-columns: calc((100% - 18px) / 2);
  }

  .press-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .page-shell {
    padding: 0 8px 24px;
  }

  .hero-panel {
    padding: 14px 14px 42px;
    border-radius: 0;
  }

  .topbar {
    grid-template-columns: auto 1fr auto;
  }

  .top-links {
    display: none;
  }

  .brand-mark-link {
    justify-self: start;
  }

  h1 {
    max-width: 360px;
    font-size: clamp(43px, 12vw, 52px);
    line-height: 0.98;
  }

  .hero-copy {
    margin-top: 48px;
  }

  .hero-copy p {
    max-width: 340px;
    font-size: 16px;
    line-height: 1.55;
  }

  .product-stage {
    height: 430px;
    margin-top: 40px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .laptop {
    width: 760px;
    left: 37%;
    top: 18px;
    bottom: auto;
    transform: translateX(-50%) scale(0.58);
    transform-origin: top center;
  }

  .laptop-screen {
    height: 420px;
  }

  .laptop-base {
    width: 850px;
    height: 16px;
    margin-left: -45px;
  }

  .phone-reference {
    left: auto;
    right: auto;
    top: 16px;
    bottom: auto;
    width: min(162px, 42vw);
    transform: none;
    right: 4px;
  }

  .dashboard-top button {
    display: block;
  }

  .email-form {
    height: auto;
    padding: 6px;
  }

  .email-form input {
    padding-left: 10px;
  }

  .section-kicker {
    font-size: 21px;
  }

  .quote-strip {
    padding-top: 44px;
  }

  .quote-cards {
    grid-auto-flow: column;
    grid-auto-columns: minmax(286px, 84vw);
    grid-template-columns: none;
    gap: 16px;
    width: min(100%, calc(100vw - 32px));
    margin-bottom: 34px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .quote-cards::-webkit-scrollbar {
    display: none;
  }

  .quote-cards article {
    min-height: 300px;
    padding: 28px 28px 26px;
    scroll-snap-align: start;
  }

  .companions-carousel-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .companions-grid {
    grid-auto-columns: minmax(274px, 84vw);
  }

  .operations-list article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
  }

  .family-memory-grid article {
    min-height: 0;
  }

  .privacy-section {
    padding: 34px 24px;
    margin-bottom: 34px;
  }

  .faq-section {
    margin-bottom: 80px;
  }

  .demo-form {
    grid-template-columns: 1fr;
  }
}
